/** Shopify CDN: Minification failed

Line 1238:0 Unexpected "}"
Line 1244:0 Unexpected "}"

**/
.free-product-progress-bar {
  position: relative;
  min-height: 40px;
}
.free-shipping-main {
  position: absolute;
  top: 5.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  z-index: 2;
  transition: left 1.5s ease;
}
/* Default centering only when NOT first-gift or second-gift */
.free-shipping-main:not(.first-gift):not(.second-gift) {
  left: 0;
  right: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.blocks-section {
  width: 100%;
}
.drawer_total {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 3px;
}
.cart-drawer .totals {
  gap: 3px;
}
.totals.gb-discounts-cart-values {
  margin-bottom: 0;
}
.gbfrequently-bought-with-main-whole {
  margin-bottom: 20px;
}
/* .drawer__footer {
  padding-top: 0;
  padding: 0 15px;
} */
/* Padding now customizable via theme settings */
.gb-cart-drawer-lb .gb-shipping-protection {
  padding: 10px 0px;
  gap: 15px !important;
}
.header-bar {
  background: #000;
}
.gbfrequently-bought-with-main-whole product-form {
  position: absolute;
  top: 0;
  right: 0;
}
.gbfrequently-bought-with-main-whole product-form.product-form button {
  font-family: var(--font-body-family);
  font-weight: 700;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  padding: 4px 18px;
  padding-right: 12px;
}
.gbfrequently-bought-with-main-whole product-info {
  position: relative;
}
.shop-carousel-container {
  max-height: 100% !important;
}
.header-bar p {
  font-family: var(--font-body-family) !important;
  font-weight: 700 !important;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -1px;
  text-align: center;
  margin: 0;
  padding: 8px 0;
  color: #fff;
}
.totals li.discounts__discount {
  font-family: var(--font-body-family);
  font-weight: 600;
  font-size: 9px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  display: flex;
  align-items: center;
  margin: 0;
  color: #ff1717;
  background: #ffd2d2;
  padding: 3px 6px;
  border-radius: 25px;
}
.totals li.discounts__discount svg path {
  fill: #ff1717;
}
.drawer_total h2,
.drawer_total p {
  margin: 0;
  font-family: var(--font-body-family) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 100%;
  letter-spacing: -1px;
  text-align: center;
  color: #000;
}
.free-product-progress-bar {
  color: rgb(var(--color-foreground));
  font-size: 15px;
  font-family: DINNextW01-CondensedBold;
  font-style: normal;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.gb-cart-drawer-lb kaching-bundle {
  display: none;
}
.free-product-progress-bar progress#file {
  width: calc(100% - 60px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 1.5s ease;
}
.free-product-progress-bar-successfull {
  text-align: center;
  padding: 8px 0 4px;
  color: var(--cart-drawer-accent-color);
  font-size: 14px;
  font-family: DINNextW01-CondensedBold;
  letter-spacing: var(--letter-spacing-body);
  font-style: normal;
}
cart-drawer.gb-cart-drawer.is-empty .free-product-progress-bar-main {
  display: none;
}
.free-product-progress-bar-main span {
  position: relative;
  top: 1.5px;
}
.free-shipping-main svg {
  width: 30px;
  height: 30px;
  background: var(--cart-drawer-progress-inactive-color);
  border-radius: 50px;
  padding: 6px;
  margin-bottom: 4px;
  box-sizing: border-box;
}
.free-shipping-main svg path,
.free-shipping-main svg circle {
  fill: var(--cart-drawer-fs-icon-default-color);
}
.free-gift-main {
  position: absolute;
  top: 5.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  z-index: 2;
  transition: left 1.5s ease;
}
/* Default right position only when NOT first-gift or second-gift */
.free-gift-main:not(.first-gift):not(.second-gift) {
  right: 25px;
}
/* Second gift positioning is handled in cart-drawer_style.liquid */
.free-product-progress-bar-main {
  padding: 0 15px 20px;
}
.free-gift-main svg {
  width: 30px;
  height: 30px;
  background: var(--cart-drawer-progress-inactive-color);
  border-radius: 50px;
  padding: 6px;
  margin-bottom: 4px;
  box-sizing: border-box;
}
.free-gift-main svg path,
.free-gift-main svg circle {
  fill: var(--cart-drawer-fs-icon-default-color);
}
.free-gift-main.free-gift-main-color svg {
  background: var(--cart-drawer-progress-active-color);
}
.free-gift-main.free-gift-main-color svg path,
.free-gift-main.free-gift-main-color svg circle {
  fill: var(--cart-drawer-progress-active-icon-fill-color);
}
.free-shipping-main.free-shipping-main-color svg {
  background: var(--cart-drawer-progress-active-color);
}
.free-shipping-main.free-shipping-main-color svg path,
.free-shipping-main.free-shipping-main-color svg circle {
  fill: var(--cart-drawer-progress-active-icon-fill-color);
}
.free-product-progress-bar-main progress::-webkit-progress-bar {
  background-color: var(--cart-drawer-progress-inactive-color);
  width: 100%;
  border-radius: 50px;
  height: 8px;
}
.free-product-progress-bar-main progress {
  background-color: var(--cart-drawer-progress-inactive-color);
  border-radius: 50px;
  height: 8px;
}
.free-product-progress-bar-main progress::-webkit-progress-value {
  background-color: var(--cart-drawer-progress-active-color);
  border-radius: 50px;
  height: 8px;
}
.free-product-progress-bar-main progress::-moz-progress-bar {
  background-color: var(--cart-drawer-progress-active-color);
  border-radius: 50px;
  height: 8px;
}
.free-product-progress-bar-main progress {
  color: var(--cart-drawer-progress-active-color);
}
.reward-name {
  font-size: 10px;
  letter-spacing: var(--letter-spacing-body);
  color: rgb(var(--color-foreground));
  display: block;
  text-align: center;
  line-height: 1.2;
  max-width: 80px;
  white-space: normal;
}
h2.drawer__heading {
  gap: 10px;
  align-items: center;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
}
span.gb-cart-total-item {
  background: #000;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.cart-drawer .cart-item {
  padding: 8px 10px 4px;
  border-radius: 8px;
  margin-bottom: 8px;
}
.quantity__input {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
.totals.gb-discounts-cart-values {
  padding-bottom: 4px;
  padding-top: 4px;
  font-weight: 700;
  /* font-size: 14px; */ /* Removed - now using dynamic cart_items_count_font_size_desktop setting */
}
/* .totals.gb-discounts-cart-values h2 {
  font-weight: 700;
  font-size: 20px;
} */ /* Removed - not used in current implementation */
.drawer__inner .quantity, .quantity.cart-quantity {
  width: calc(9rem / var(--font-body-scale) + var(--inputs-border-width) * 2) !important;
}
.drawer__inner {
  width: 48rem !important;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.drawer__inner.gradient .quantity__button {
  width: calc(2.5rem / var(--font-body-scale)) !important;
}
.drawer__inner .quantity, .quantity.cart-quantity {
  min-height: calc((var(--inputs-border-width) * 2) + 3rem);
}
.drawer__inner quantity-input.quantity.cart-quantity, .quantity.cart-quantity  {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}
@media only screen and (max-width: 749px) {
    quantity-input.quantity.cart-quantity {
        min-height: 2.4rem;
    }
}
.drawer__inner .quantity:after {
  box-shadow: unset !important;
}
.cart-item__quantity-wrapper {
  place-content: space-between;
  margin-top: -10px;
}
.cart-drawer .quantity-popover-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cart-drawer .cart-details-wrapper {
  align-items: flex-start;
}
.cart-drawer .cart-item__pricing-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 4px;
  min-width: max-content;
}
.gb-price-drawer-saving {
  display: block;
  width: 100%;
  background: #fee;
  color: #ff1717;
  padding: 2px 8px;
  font-weight: 700;
  font-size: 11px;
  border-radius: 50px;
}
.cart-item__quantity-wrapper.quantity-popover-wrapper .product-option {
  text-align: center;
}
.gb-price-drawer {
  font-size: 16px !important;
  font-weight: 700;
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: auto !important;
}
.gb-price-drawer s,
.gb-price-drawer strong {
  font-size: 16px !important;
  font-weight: 700;
  white-space: nowrap;
}
.gb-get-main-freq-pro .price__container {
  vertical-align: unset !important;
  margin-bottom: 0 !important;
}
gbvariant-selects {
  display: flex;
  gap: 15px;
  margin: 0 !important;
}
select.select__select.gb-change-variant_id {
  height: 2rem;
  font-size: 10px !important;
  letter-spacing: var(--letter-spacing-body);
  font-weight: var(--font-weight-semibold);
}
gbvariant-selects .product-form__input {
  flex: unset !important;
  padding: 0 !important;
  margin: 0;
  max-width: max-content;
  min-width: auto;
  border: none;
  margin: 0 !important;
}
.cart-drawer .cart-items td {
  padding-top: 0;
}
.gb-get-main-freq-pro .price-item--regular {
  font-size: 16px !important;
}
.gb-get-main-freq-pro .price .price-item {
  margin: 0 0.2rem 0 0 !important;
  font-weight: var(--font-weight-semibold) !important;
  letter-spacing: var(--letter-spacing-body) !important;
}
.gb-get-main-freq-pro span.price-item {
  font-size: 16px !important;
}
.drawer__inner .cart-item cart-remove-button {
  margin-left: 0rem;
}
.cart-drawer .cart-item {
  position: relative;
}
td.cart-item__totals_gb.right {
  padding-left: 0 !important;
  width: 10%;
  display: flex;
  justify-content: left;
  float: right;
  position: absolute;
  right: 0;
  top: 15px;
}
.cart-drawer .cart__checkout-button {
  border-radius: 8px !important;
  font-size: 14px;
  padding: 25px 0;
}
.gbfrequently-bought-with-main-whole-slider {
  opacity: 0;
}
.cart-drawer .cart__checkout-button:hover:after {
  box-shadow: unset !important;
}
.cart-drawer .cart__checkout-button:after {
  box-shadow: unset !important;
}
.cart-drawer .cart__checkout-button:before {
  box-shadow: unset !important;
}
h2.gb-30day-back {
  font-size: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 3px;
  margin-top: 5px;
  margin-bottom: 0px;
  letter-spacing: var(--letter-spacing-body);
  font-weight: var(--font-weight-regular) !important;
  align-items: center;
}
h2.gb-30day-back svg {
  color: inherit;
  fill: currentColor;
}
/* .drawer__footer {
  padding-bottom: 0;
  border-top: 1px solid #e0e0e0;
} */
/* Padding now customizable via theme settings */
.drawer__footer {
  border-top: 1px solid #e0e0e0;
}
.gb-shipping-protection {
  display: flex;
  gap: 10px;
  align-items: center;
}
.gb-shipping-protection-icontext h2,
.gb-shipping-protection-icontext p {
  font-size: 17px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  letter-spacing: var(--letter-spacing-body);
  padding-bottom: 3px;
  color: var(--cart-drawer-shipping-protection-text-color);
}
.gb-shipping-protection-icontext p {
  font-size: 10px;
  padding: 0;
  margin: 0;
  line-height: 14px;
  padding-right: 20px;
  font-weight: 400;
}
.gb-shipping-protection-icon svg {
  width: 50px;
  height: 50px;
}
.gb-shipping-protection-icon {
  display: flex;
}
.gb-shipping-protection {
  padding: 20px 20px;
  border-radius: 4px;
}
.gb-shipping-protection-button .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px !important;
}
.gb-shipping-protection-button .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.gb-shipping-protection-button .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gb-shipping-protection-button .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gb-shipping-protection-button input:checked + .slider {
  background-color: #000;
}
.gb-shipping-protection-button input:focus + .slider {
  box-shadow: 0 0 1px #000;
}
.gb-shipping-protection-button input:checked + .slider:before {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
}
.gb-shipping-protection-button .slider.round {
  border-radius: 34px;
}
.gb-shipping-protection-button .slider.round:before {
  border-radius: 50%;
}
td.cart-item__details a.cart-item__name {
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  td.cart-item__details a.cart-item__name {
    font-size: 12px;
  }
}
section.gb-get-main-freq-pro .page-width {
  padding: 0 !important;
}
.free-product-progress-bar-successfull {
  font-family: var(--font-body-family);
  font-size: 16px;
  font-weight: 100;
}
.gb-master-media-cart {
  width: 100%;
}
.gb-cart-price-add {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-direction: column;
}
.shop-add-to-cart-button:hover,
.button:hover {
  opacity: 0.85;
}
.gb-cart-price-add h2.product__title {
  width: 70%;
}
.gb-set-padding-cart-btn {
  min-width: 0;
  min-height: 0;
  padding: 4px 15px;
  border-radius: 4px !important;
}
.gb-cart-drawer-fren {
  width: 100%;
  text-align: right;
}
.gb-cart-drawer-fren product-form.product-form {
  margin: 0;
}
.gb-get-main-freq-pro .product__info-wrapper {
  padding: 0;
}
.gb-cart-drawer-fren .product-form__submit {
  margin-bottom: 0;
}
.gb-set-padding-cart-btn:before {
  border-radius: unset !important;
  box-shadow: unset !important;
}
.gb-get-main-freq-pro .grid__item.product__media-wrapper {
  flex: 0 0 auto;
}
.gb-get-main-freq-pro h2.product__title {
  font-size: 19px;
}
.gb-cart-price-add .product__title {
  margin: 0;
  padding: 0;
}
.gb-get-main-freq-pro .featured-product {
  align-items: center;
  gap: 20px !important;
  display: flex;
  flex-direction: row;
}
.gb-set-padding-cart-btn:after {
  border-radius: unset !important;
  box-shadow: unset !important;
}
gbvariant-selects label.form__label {
  display: none;
}
.drawer__cart-items-wrapper .product-option + .product-option {
  margin-top: 0;
}
.drawer__cart-items-wrapper .product-option {
  font-weight: 600;
}
td.cart-item__details dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 5px;
  max-width: 230px;
}
h2.frequently-bought-with-main-title {
  font-size: 19px;
  margin-bottom: 8px;
  padding-top: 10px;
  letter-spacing: var(--letter-spacing-body);
  padding-top: 0;
}
.cart-drawer .cart-item__image {
  max-width: 100%;
  border-radius: 5px !important;
}
.gbfrequently-bought-with-main-whole {
  padding: 20px 15px 0;
  padding-top: 0;
  margin-top: 0;
}
img.gb-master-media-cart {
  border-radius: 4px;
}
product-info.gb-main-freq-bg-color {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 20px 15px;
  border-radius: 8px;
}
.gb-get-main-freq-pro span.gb-price-drawer-saving {
  display: inline;
  vertical-align: middle;
  letter-spacing: var(--letter-spacing-body);
  font-weight: var(--font-weight-semibold);
}
.drawer__inner {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
cart-drawer-items {
  flex-grow: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
@media only screen and (max-width: 768px) {
  .drawer__inner {
    max-width: calc(100vw - 0rem);
  }
}
.gb-get-main-freq-pro .select .svg-wrapper {
  right: 8px;
}
.cart-drawer .cart-item {
  padding: 8px;
}
.gb-cart-drawer-lb td.cart-item__details a.cart-item__name {
  font-size: 18px;
  margin-bottom: 0;
  letter-spacing: var(--letter-spacing-body);
  max-width: 230px;
}
.gb-cart-drawer-lb .gb-get-main-freq-pro h2.product__title {
  font-size: 14px;
  letter-spacing: var(--letter-spacing-body);
}
.gb-cart-drawer-lb .gb-cart-drawer-fren .product-form__submit {
  font-size: 12px !important;
  font-weight: var(--font-weight-semibold) !important;
}
.gb-cart-drawer-lb .drawer__cart-items-wrapper .product-option {
  font-weight: 600;
  align-items: center;
}

.gb-cart-drawer-lb .drawer__cart-items-wrapper .product-option.cart-item__subscription-name {
  margin-bottom: 0;
  font-weight: 600;
  align-items: center;
  margin-top: -0.75rem;
  margin-bottom: 1.5rem;
}

.gb-cart-drawer-lb .drawer__cart-items-wrapper .cart-details-wrapper > .product-option {
  direction: rtl;
}
.gb-cart-drawer-lb product-info.gb-main-freq-bg-color {
  padding: 10px 10px;
  background: #fafafa;
}
.gb-cart-drawer-lb .gb-shipping-protection {
  padding: 10px 0px;
}
.gb-cart-del-img img {
  width: 100%;
  height: auto;
}
.gb-cart-del-img svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}
.gb-get-main-freq-pro .price.price--large.price--on-sale.price--show-badge {
  padding: 10px 0;
}
.gb-shipping-protection-icontext h2 span {
  font-family: var(--font-body-family);
  font-weight: var(--font-weight-regular);
  font-size: 14px;
  line-height: 100%;
  letter-spacing: var(--letter-spacing-body);
  text-align: center;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .gb-get-main-freq-pro .featured-product {
    align-items: flex-start;
    gap: 16px;
    display: grid;
    grid-template-columns: min-content 1fr;
  }
  img.gb-master-media-cart {
    width: 86px;
    height: 86px;
  }
  td.cart-item__totals_gb.right {
    right: 20px;
  }
  .gb-get-main-freq-pro h2.product__title {
    font-size: 18px;
  }
  .gb-cart-drawer-fren {
    width: 33%;
  }
  .gb-cart-drawer-lb .gb-get-main-freq-pro .price-item--regular {
    font-size: 13px !important;
  }
  .gb-cart-drawer-lb .gb-get-main-freq-pro span.price-item {
    font-size: 13px !important;
  }
  .gb-cart-drawer-lb .product__info-container > * + * {
    margin: 0.1rem 0 0.5rem;
  }
  .gb-cart-drawer-lb .gb-price-drawer s,
  .gb-cart-drawer-lb .gb-price-drawer,
  .gb-cart-drawer-lb .gb-price-drawer strong {
    font-size: 13px !important;
    font-weight: var(--font-weight-regular) !important;
  }
  .gb-cart-drawer-lb h2.drawer__heading {
    font-size: 13px;
  }
  .gb-cart-drawer-lb span.gb-cart-total-item {
    font-size: 13px;
  }
  .gb-cart-drawer-lb .free-product-progress-bar-successfull {
    font-size: 13px !important;
    font-weight: 100;
  }
  .gb-cart-drawer-lb td.cart-item__details a.cart-item__name {
    font-size: 14px;
    max-width: 230px;
  }
  .gb-cart-drawer-lb .gb-get-main-freq-pro h2.product__title {
    font-size: 14px;
  }
  .gb-cart-drawer-lb .gb-cart-drawer-fren .product-form__submit {
    font-size: 11px !important;
    font-weight: var(--font-weight-semibold) !important;
  }
  .gb-cart-drawer-lb .drawer__cart-items-wrapper .product-option {
    font-weight: 600;
    align-items: center;
  }

  .gb-cart-drawer-lb .drawer__cart-items-wrapper .product-option.cart-item__subscription-name {
    margin-bottom: 0;
    font-weight: 600;
    align-items: center;
    margin-top: -0.75rem;
    margin-bottom: 1.5rem;
  }
  .gb-cart-drawer-lb .gb-price-drawer-saving {
    font-size: 9px;
  }
  .gb-cart-drawer-lb .gb-shipping-protection {
    padding: 8px 0px;
  }
  .gb-cart-drawer-lb h2.frequently-bought-with-main-title {
    font-size: 15px;
    letter-spacing: var(--letter-spacing-body);
  }
  .gb-cart-drawer-lb .gb-shipping-protection-icontext h2 {
    font-size: 15px;
  }
  /* .gb-cart-drawer-lb .totals.gb-discounts-cart-values h2 {
    font-size: 15px;
  } */ /* Removed - not used in current implementation */
  .gb-cart-drawer-lb .totals__total-value {
    font-weight: var(--font-weight-bold) !important;
  }
  .gb-cart-drawer-lb.cart-drawer .cart__checkout-button {
    font-size: 15px;
    padding: 15px 0;
  }
  .gb-cart-drawer-lb.cart-drawer .cart-item:last-child {
    margin-bottom: 1rem;
  }
  .gb-get-main-freq-pro .price.price--large.price--on-sale.price--show-badge {
    padding: 0 0;
  }
}
@media only screen and (max-width: 375px) {
  .gb-price-drawer-saving {
    font-size: 9px;
  }
  .cart-item__quantity-wrapper {
    gap: 5px;
    flex-wrap: unset;
  }
  img.gb-master-media-cart {
    width: 70px;
    height: 70px;
  }
  .gb-cart-drawer-fren {
    width: 39%;
  }
  .gb-cart-drawer-fren {
    width: 54%;
  }
}
@media only screen and (max-width: 320px) {
  img.gb-master-media-cart {
    width: 55px;
    height: 55px;
  }
}
.gb-get-main-freq-pro img.gb-master-media-cart {
  max-width: 55px;
  border-radius: 5px !important;
  height: auto;
}
/* Removed hardcoded font sizes - now using dynamic cart_items_price_font_price setting */
/* .gb-price-drawer s.cart-item__old-price,
.gb-price-drawer strong.cart-item__final-price {
  font-size: 1.6rem;
  font-weight: var(--font-weight-semibold) !important;
} */
.cart-item__details dl .product-option {
  font-size: 1.2rem;
  font-weight: 400;
  /* color: var(--color-foreground); */ /* Removed - now using dynamic product_option_color setting */
  opacity: 0.7;
}
/* Removed hardcoded font sizes - now using dynamic cart_items_price_font_price setting */
/* .gb-cart-drawer-lb .gb-price-drawer s.cart-item__old-price,
.gb-cart-drawer-lb .gb-price-drawer strong.cart-item__final-price {
  font-size: 1.2rem;
}
.gb-cart-drawer-lb .cart-item__details dl .product-option {
  font-size: 1.1rem;
}
.gb-cart-drawer-lb .gb-price-drawer s.cart-item__old-price,
.gb-cart-drawer-lb .gb-price-drawer strong.cart-item__final-price {
  font-size: 1.2rem !important;
} */
.gb-cart-drawer-lb .cart-item__details dl .product-option {
  font-size: 1rem;
}
@media only screen and (max-width: 749px) {
  .drawer__header {
    padding: 15px 15px !important;
  }
  .drawer__heading {
    font-size: 1.5rem !important;
  }
  .drawer__close .svg-wrapper {
    height: 1.5rem;
    width: 1.5rem;
  }
  .drawer__close {
    top: 10px !important;
  }
  .gb-get-main-freq-pro .featured-product {
    align-items: flex-start;
    gap: 16px;
    display: grid;
    grid-template-columns: min-content 1fr;
  }
  .cart-drawer .cart-item {
    gap: 0.6rem !important;
    padding: 8px;
    margin-bottom: 0.8rem !important;
  }
  .cart-drawer .cart-item__image {
    width: 50px !important;
    height: 50px !important;
    display: block;
  }
  .cart-drawer .cart-item__media {
    padding: 0;
    align-self: start;
    width: auto;
    grid-column: 1 / 2;
  }
  .cart-drawer .cart-item__name {
    font-size: 1.4rem;
    margin-bottom: 0.3rem;
  }
  .cart-drawer .product-option,
  .cart-drawer .product-option dt,
  .cart-drawer .product-option dd {
    font-size: 1rem;
    line-height: 1.3;
  }
  .cart-drawer .gb-price-drawer s,
  .cart-drawer .gb-price-drawer strong,
  .cart-drawer .gb-price-drawer {
    font-size: 1.3rem !important;
  }
  .cart-drawer .gb-price-drawer-saving {
    font-size: 0.9rem;
    padding: 1px 6px;
  }
  .drawer__inner quantity-input.quantity.cart-quantity {
    min-height: 2.4rem;
  }
  .drawer__inner .quantity__button {
    width: 2.4rem !important;
  }
  .drawer__inner .quantity__input {
    font-size: 1.1rem;
    padding: 0 0.3rem;
  }
  .drawer__inner .quantity__button .icon-minus,
  .drawer__inner .quantity__button .icon-plus {
    height: 0.7rem;
  }
  .cart-remove-button {
    padding: 0.3rem;
  }
  .gb-cart-del-img img {
    width: 12px;
    height: 12px;
  }
  td.cart-item__totals_gb.right {
    right: 5px;
    top: 10px;
  }
}
.cart-drawer .gb-price-drawer s,
.cart-drawer .gb-price-drawer strong,
.cart-drawer .gb-price-drawer {
  font-size: 1.3rem !important;
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  width: auto !important;
}
.cart-drawer .gb-price-drawer-saving {
  font-size: 0.9rem;
  padding: 1px 6px;
  white-space: nowrap;
}
/* Position styling for .first-gift and .second-gift is handled dynamically in cart-drawer_style.liquid */
.gb-cart-del-img {
  flex: 0 0 20px;
}
.cart-drawer .cart__checkout-button:hover,
.cart-drawer .cart__checkout-button:focus,
.cart-drawer .cart__checkout-button:active {
  background-color: var(--cart-drawer-checkout-button-background) !important;
  opacity: 0.9;
}

/* Fix for ::selection background color */
::selection {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

/* Fallback for ::selection if global variable is not available */
::-moz-selection {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

/* Reduce contact button vertical padding by half */
.contact__button .button.disable-global-button-styling {
  padding-top: calc(var(--global-button-padding-y, 12px) / 2) !important;
  padding-bottom: calc(var(--global-button-padding-y, 12px) / 2) !important;
}

/* Contact button with enhanced effects - zero vertical padding */
.contact__button.button-box-shadow.intensity-5.button-gradient-effect.gradient-shine-enabled,
.contact__button .button.button-box-shadow.intensity-5.button-gradient-effect.gradient-shine-enabled {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Ensure .contact__button preserves original padding while allowing global colors */
.contact__button,
.contact__button *,
.contact__button .button,
.contact__button button,
.contact__button .button:hover,
.contact__button button:hover,
.contact__button .button:focus,
.contact__button button:focus,
.contact__button .button:active,
.contact__button button:active {
    /* Reset layout/spacing effects only - allow colors to come through */
    transform: none !important;
    /* Preserve original padding - this is the key exclusion */
    padding: inherit !important;
}

/* Center text inside contact button */
.contact__button,
.contact__button .button,
.contact__button button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

/* Remove ALL drop shadow effects from sticky add to cart section */
#stickyAddToCart *,
#stickyAddToCart *:hover,
#stickyAddToCart *:focus,
#stickyAddToCart *:active,
#stickyAddToCart button,
#stickyAddToCart button:hover,
#stickyAddToCart button:focus,
#stickyAddToCart button:active,
#stickyAddToCart .button,
#stickyAddToCart .button:hover,
#stickyAddToCart .button:focus,
#stickyAddToCart .button:active,
.sticky-add-to-cart__button,
.sticky-add-to-cart__button:hover,
.sticky-add-to-cart__button:focus,
.sticky-add-to-cart__button:active,
#stickyAddToCart .sticky-add-to-cart__button,
#stickyAddToCart .sticky-add-to-cart__button:hover,
#stickyAddToCart .sticky-add-to-cart__button:focus,
#stickyAddToCart .sticky-add-to-cart__button:active {
  transform: none !important;
  box-shadow: none !important;
  outline: none !important;
}


/* KAPAVÄGI — hamburger menu fix (kõik lehed) */
.header__icon--menu {
  color: #3B2D26 !important;
}
.header__icon--menu .icon,
.header__icon--menu svg {
  color: #3B2D26 !important;
  fill: #3B2D26 !important;
  stroke: #3B2D26 !important;
}
.header__icon--menu svg *,
.header__icon--menu svg line,
.header__icon--menu svg path,
.header__icon--menu svg rect,
.header__icon--menu svg polyline {
  fill: #3B2D26 !important;
  stroke: #3B2D26 !important;
  color: #3B2D26 !important;
}
.header__icon--menu .icon-hamburger,
.header__icon--menu .icon-close {
  color: #3B2D26 !important;
}
@media screen and (max-width: 989px) {
  .header__icon--menu,
  .header__icon--menu * {
    color: #3B2D26 !important;
    stroke: #3B2D26 !important;
    fill: #3B2D26 !important;
  }
}

/* KAPAVÄGI — desktop nav bar */
@media screen and (min-width: 990px) {
  .shopify-section-group-header-group header-group,
  .header-wrapper,
  header.header {
    background-color: #3B2D26 !important;
  }

  .header__inline-menu .header__menu-item,
  .header__inline-menu .header__menu-item span,
  .header__inline-menu .list-menu__item--link {
    color: #F2EDE2 !important;
    font-weight: 600;
    letter-spacing: 0.02em;
  }

  .header__inline-menu .header__menu-item:hover span,
  .header__inline-menu .header__menu-item:hover {
    color: #DCC9AE !important;
  }

  .header__inline-menu .header__active-menu-item,
  .header__inline-menu .header__active-menu-item span {
    color: #F2EDE2 !important;
    background-color: #C46A4A !important;
    border-radius: 4px;
    padding: 4px 10px !important;
  }

  .header__submenu {
    background-color: #3B2D26 !important;
    border: 1px solid #5C4035 !important;
  }

  .header__submenu .header__menu-item,
  .header__submenu .header__menu-item span {
    color: #F2EDE2 !important;
  }

  .header__submenu .header__menu-item:hover {
    background-color: #5C4035 !important;
  }

  .header .header__heading-link,
  .header .header__heading-link svg {
    color: #F2EDE2 !important;
    fill: #F2EDE2 !important;
  }

  .header__icons .header__icon,
  .header__icons .header__icon svg,
  .header__icons .header__icon .icon {
    color: #F2EDE2 !important;
    fill: #F2EDE2 !important;
    stroke: #F2EDE2 !important;
  }

  .cart-count-bubble {
    background-color: #C46A4A !important;
    color: #F2EDE2 !important;
  }
}

/* KAPAVÄGI — logo fix dark header */
@media screen and (min-width: 990px) {
  .header__heading,
  .header__heading a,
  .header__heading-link,
  .header__heading-link span,
  .header__heading .h2,
  .header__heading-logo,
  .header .h2,
  header .header__heading {
    color: #F2EDE2 !important;
    filter: brightness(0) invert(1) !important;
  }
  .header__heading-logo img {
    filter: brightness(0) invert(1) !important;
  }
}





/* KPV: remove all section gaps on product page */
[id^="shopify-section-template--30119112802629__"] {
  margin-top: 0 !important;
}


/* KPV: cart icon visible on mobile */
@media (max-width: 749px) {
  #cart-icon-bubble,
  .header-wrapper #cart-icon-bubble {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  #cart-icon-bubble .cart-bag-icon,
  #cart-icon-bubble .cart-bag-icon path,
  #cart-icon-bubble .cart-bag-icon line,
  .header-wrapper #cart-icon-bubble svg {
    stroke: #3B2D26 !important;
  }
  .header__icons {
    display: flex !important;
  }
}
  .header__icons {
    display: flex !important;
    visibility: visible !important;
  }
}
  #cart-icon-bubble svg {
    stroke: #3B2D26 !important;
    width: 24px !important;
    height: 24px !important;
  }
}


/* KPV: center footer bottom bar */
.custom-footer .footer-bottom {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 24px !important;
  text-align: center !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.custom-footer .footer-bottom > * {
  margin: 0 !important;
}


/* KPV: center footer bottom on mobile */
@media (max-width: 749px) {
  .footer-bottom {
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 12px !important;
  }
  .footer-copyright {
    text-align: center !important;
  }
  .footer-payment-icons-wrapper {
    justify-content: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }
}


/* KPV: brand tagline styling */
.custom-footer .footer-brand .footer-description {
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-top: 12px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  line-height: 1.4 !important;
}
@media (max-width: 749px) {
  .custom-footer .footer-brand,
  .custom-footer .footer-content .footer-brand {
    text-align: center !important;
    width: 100% !important;
  }
  .custom-footer .footer-brand .footer-logo,
  .custom-footer .footer-brand .footer-description {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
  }
}


/* KPV: contact page styling */
.template-page-contact main,
body.template-page-contact main {
  padding-top: 60px !important;
  padding-bottom: 80px !important;
}
.template-page-contact .page-width,
.template-page-contact .contact__form,
.template-page-contact .contact {
  max-width: 720px !important;
  margin: 0 auto !important;
}
.main-page-title,
.contact__heading,
h1.main-page-title.page-title {
  text-align: center !important;
  font-size: 48px !important;
  margin-bottom: 24px !important;
  font-family: "DM Serif Display", serif !important;
  color: #3B2D26 !important;
  display: block !important;
  width: 100% !important;
}
.template-page-contact .rte {
  text-align: center !important;
  margin-bottom: 40px !important;
}
.template-page-contact .contact__form {
  background: rgba(255, 250, 240, 0.5);
  padding: 40px !important;
  border-radius: 16px !important;
  margin-top: 32px !important;
}
.template-page-contact .field__input,
.template-page-contact textarea.text-area {
  border-radius: 8px !important;
  border: 1.5px solid rgba(59, 45, 38, 0.2) !important;
  font-size: 15px !important;
  padding: 18px 16px !important;
}
.template-page-contact .field__input:focus,
.template-page-contact textarea.text-area:focus {
  border-color: #C46A4A !important;
  box-shadow: 0 0 0 3px rgba(196, 106, 74, 0.15) !important;
}
.template-page-contact .button {
  background: #C46A4A !important;
  color: white !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 18px 40px !important;
  border-radius: 8px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  margin-top: 16px !important;
  transition: all 0.3s ease !important;
}
.template-page-contact .button:hover {
  background: #A55839 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(196, 106, 74, 0.35) !important;
}
@media (max-width: 749px) {
  .template-page-contact .contact__form {
    padding: 24px !important;
  }
  .main-page-title,
  .contact__heading,
  h1.main-page-title.page-title {
    font-size: 36px !important;
    text-align: center !important;
  }
}


/* KPV: cart drawer customization */
.cart-drawer .button-text,
.cart-drawer .cart__checkout-button .button-text {
  font-size: 14px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}
/* Hide default cart payment icons */
#payment-icons-cart_payment_icon_LNm8HV .payment-icons-wrapper,
#payment-icons-cart_payment_icon_LNm8HV .payment-icon,
#payment-icons-cart_payment_icon_LNm8HV svg {
  display: none !important;
}
/* Inject custom image */
#payment-icons-cart_payment_icon_LNm8HV {
  text-align: center !important;
  padding: 8px 0 4px !important;
}
#payment-icons-cart_payment_icon_LNm8HV::after {
  content: "";
  display: block;
  background-image: url('/cdn/shop/files/d932317a-9093-417e-8815-d3caf7280e0f.png?v=1779989719');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 24px;
  max-width: 280px;
  margin: 0 auto;
}


/* KPV: free gifts section in cart drawer */
.kpv-free-gifts {
  background: #FFF8F0;
  border: 1px solid #F2EDE2;
  border-radius: 12px;
  padding: 16px 12px;
  margin: 16px 0;
}
.kpv-free-gifts-title {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #3B2D26;
  margin: 0 0 14px;
}
.kpv-free-gifts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.kpv-free-gift {
  background: #fff;
  border-radius: 10px;
  padding: 12px 8px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.kpv-free-gift-img {
  font-size: 28px;
  margin-bottom: 8px;
  line-height: 1;
}
.kpv-free-gift-name {
  font-size: 11px;
  font-weight: 600;
  color: #3B2D26;
  margin: 0 0 6px;
  line-height: 1.3;
  min-height: 28px;
}
.kpv-free-gift-price {
  font-size: 11px;
  font-weight: 700;
  color: #C46A4A;
  margin: 0;
  line-height: 1.3;
}
.kpv-free-gift-price span {
  display: block;
  color: #999;
  font-weight: 400;
  font-size: 10px;
  margin-top: 2px;
}


/* KPV: free gift items in cart (visual styling) */
.kpv-free-gift-item {
  background: linear-gradient(to right, #FFF8F0, transparent) !important;
  border-left: 3px solid #C46A4A !important;
  padding-left: 12px !important;
  position: relative;
}
.kpv-free-gift-item::before {
  content: "🎁 TASUTA";
  position: absolute;
  top: 8px;
  right: 8px;
  background: #C46A4A;
  color: white;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
  letter-spacing: 1px;
  z-index: 5;
}
.kpv-free-gift-item .quantity-popover-container,
.kpv-free-gift-item .quantity,
.kpv-free-gift-item cart-remove-button,
.kpv-free-gift-item .cart-remove-button,
.kpv-free-gift-item [name="updates[]"],
.kpv-free-gift-item .cart-item__quantity {
  display: none !important;
}


/* KPV: prevent variant picker strikethrough on weight buttons */
.simple-variant-picker__radio[data-option-position="1"]:disabled + .simple-variant-picker__value,
.simple-variant-picker__radio[data-option-position="1"] + .simple-variant-picker__value.disabled {
  text-decoration: none !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  opacity: 1 !important;
}
.simple-variant-picker__value span {
  text-decoration: none !important;
}


/* KPV: bigger cart drawer item text on mobile */
@media (max-width: 749px) {
  .cart-drawer .cart-item__name,
  .cart-drawer .product-title,
  .cart-drawer cart-drawer-items .cart-item__details > a,
  .cart-drawer cart-drawer-items .cart-item h3,
  .cart-drawer-items .cart-item__details a {
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
  }
  .cart-drawer .product-option,
  .cart-drawer .cart-item__details dl,
  .cart-drawer .cart-item__details .product-option dt,
  .cart-drawer .cart-item__details .product-option dd {
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: #555 !important;
  }
  .cart-drawer .cart-item__price,
  .cart-drawer cart-drawer-items .cart-item__price,
  .cart-drawer-items .price__regular .price-item,
  .cart-drawer-items .price {
    font-size: 15px !important;
    font-weight: 700 !important;
  }
  .cart-drawer .cart-item__subscription-name,
  .cart-drawer cart-drawer-items .cart-item__subscription-name,
  .cart-item__subscription-name {
    font-size: 13px !important;
    font-weight: 500 !important;
  }
}


/* KPV: hide Seal Subscriptions storefront widget (we use our own picker) */
.ssa-app-container,
.ssa-purchase-options,
.ssa-subscription-options,
[data-seal-subscription-widget],
[class*="seal-app"],
[class*="ssa-"],
.seal-subscription-widget,
.shopify-block[id*="seal"],
div[id^="seal-app"],
.purchase-options-widget,
[data-purchase-options],
.subscription-options-block {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}


/* KPV: remove gaps between homepage sections */
#shopify-section-template--30119112770117__home_quality,
#shopify-section-template--30119112770117__home_vets,
#shopify-section-template--30119112770117__home_guarantee,
#shopify-section-template--30119112770117__home_comparison,
[id*="__home_quality"],
[id*="__home_vets"],
[id*="__home_guarantee"],
[id*="__home_comparison"] {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* Section spacing on homepage */
body.template-index .shopify-section + .shopify-section {
  margin-top: 0 !important;
}
