/** Shopify CDN: Minification failed

Line 1326:0 Unexpected "}"
Line 1752:0 Unexpected "`"
Line 1754:174 Unterminated string token
Line 1765: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;
}
h2.drawer__heading {
  font-family: "Inter" !important;
  font-size: 22px !important;
}
.header-bar {
  background: #000;
}
.cart-drawer .cart__checkout-button {
  padding: 20px 0 !important;
}
.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: Inter;
  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: Inter !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: Inter;
  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: Inter !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 {
  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 {
  min-height: calc((var(--inputs-border-width) * 2) + 3rem);
}
.drawer__inner quantity-input.quantity.cart-quantity {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}
.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;
}
section.gb-get-main-freq-pro .page-width {
  padding: 0 !important;
}
.free-product-progress-bar-successfull {
  font-family: "Inter";
  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;
}
/* ===== GLOBAL PRODUCT CARD STYLING ===== */

/* Grey card backgrounds everywhere */
.product-card,
.collection-grid-page .product-card,
.collection-grid-section .product-card {
  background: #f5f5f5 !important;
  border-radius: 8px !important;
  border: 1px solid #ebebeb !important;
  overflow: hidden;
}

/* Grey image background to match */
.product-image-container,
.collection-grid-page .product-image-container,
.collection-grid-section .product-image-container {
  background: #f0f0f0 !important;
}

/* Clean sale badges - red SALE style everywhere */
.sale-badge,
.collection-grid-page .sale-badge,
.collection-grid-section .sale-badge {
  background: #e53935 !important;
  color: #ffffff !important;
  border-radius: 0px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 3px 8px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}

/* Hide the badge icon everywhere */
.sale-badge-icon,
.collection-grid-page .sale-badge-icon,
.collection-grid-section .sale-badge-icon {
  display: none !important;
}

/* Product info area below image */
.collection-product-info,
.collection-grid-page .collection-product-info,
.collection-grid-section .collection-product-info {
  padding: 10px 12px !important;
  background: #f5f5f5 !important;
}
/* ===== TRANSPARENT HEADER OVER HERO (HOMEPAGE ONLY) ===== */

/* 1. Make the entire header group overlay the hero */
.template-index .shopify-section-group-header-group {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 100 !important;
}

/* 2. Make the header section transparent */
.template-index .section-header {
  background: transparent !important;
}

/* 3. Make header-wrapper transparent */
.template-index .section-header .header-wrapper {
  background: transparent !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

/* 4. Make the header bar transparent */
.template-index .section-header .header {
  background: transparent !important;
}

/* 5. Make category links bar transparent */
.template-index .section-header .header-categories {
  background: transparent !important;
  border-top: none !important;
}

/* 6. All header text/links/icons white */
.template-index .section-header .header__heading-link,
.template-index .section-header .header__icon,
.template-index .section-header header > a,
.template-index .section-header .header__inline-menu a,
.template-index .section-header .list-menu__item,
.template-index .section-header .list-menu__item--link,
.template-index .section-header summary.list-menu__item,
.template-index .section-header .header__active-menu-item,
.template-index .section-header .header-categories__link {
  color: #ffffff !important;
}

/* 7. SVG icons white */
.template-index .section-header .header__icon svg,
.template-index .section-header .list-menu__item svg {
  fill: #ffffff !important;
}

/* 8. Cart bag icon white (stroke-based) */
.template-index .section-header .cart-bag-icon,
.template-index .section-header .cart-bag-icon path,
.template-index .section-header .cart-bag-icon line {
  stroke: #ffffff !important;
}

/* 9. Logo white */
.template-index .section-header .header__heading-logo-wrapper,
.template-index .section-header .h2 {
  color: #ffffff !important;
}

/* 11. Push hero content down to clear the overlaying header */
.template-index .custom-hero {
  padding-top: 160px !important;
}

@media screen and (max-width: 989px) {
  .template-index .custom-hero {
    padding-top: 130px !important;
  }
}

/* 12. NO STICKY HEADER ON HOMEPAGE — completely disable it */
.template-index .section-header.shopify-section-header-sticky {
  position: absolute !important;
  top: 0 !important;
}

.template-index .section-header.shopify-section-header-hidden {
  display: none !important;
}

.template-index .section-header.animate {
  transition: none !important;
}
/* 13. Fix logo overlapping announcement bar */
@media screen and (min-width: 990px) {
  .template-index .section-header .header__heading {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 989px) {
  .template-index .section-header .header__heading {
    position: absolute !important;
    left: 50% !important;
    top: auto !important;
    bottom: auto !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 0px !important;
  }
  
  .template-index .section-header .header {
    position: relative !important;
    min-height: 70px !important;
    padding-top: 40px !important;
  }
}
 .template-index .section-header header-drawer .icon-hamburger,
  .template-index .section-header header-drawer svg,
  .template-index .section-header header-drawer .header__icon {
    color: #ffffff !important;
    fill: #ffffff !important;
    stroke: #ffffff !important;
  }

  .template-index .menu-drawer .list-menu__item,
  .template-index .menu-drawer a,
  .template-index .menu-drawer .menu-drawer__menu-item {
    color: #000000 !important;
    fill: #000000 !important;
  }

.template-index .section-header .header__heading-logo-wrapper {
  margin-top: 5px !important;
  .template-index .section-header .header__icon,
  .template-index .section-header header-drawer {
    margin-top: 35px !important;
  }
}

/* Hide category links bar on desktop - mobile only */
@media screen and (min-width: 990px) {
  .section-header .header-categories {
    display: none !important;
  }
}
/* Move hero content to bottom-left on desktop */
@media screen and (min-width: 1800px) {
  .template-index .custom-hero__content {
    position: absolute !important;
    bottom: 150px !important;
    left: -300px !important;
    right: auto !important;
    top: auto !important;
    width: auto !important;
    max-width: 500px !important;
    text-align: left !important;
    padding: 0 !important;
    margin-left: 40px !important;
  }
}

/* Hero content on smaller desktops/laptops */
@media screen and (min-width: 990px) and (max-width: 1799px) {
  .template-index .custom-hero__content {
    position: absolute !important;
    bottom: 80px !important;
    left: 50px !important;
    right: auto !important;
    top: auto !important;
    width: auto !important;
    max-width: 450px !important;
    text-align: left !important;
    padding: 0 20px !important;
    margin-left: 0 !important;
  }
}
  
  .template-index .custom-hero__content-wrapper {
    justify-content: flex-end !important;
    align-items: flex-start !important;
  }
  .template-index .custom-hero__flex {
    padding: 0 !important;
    margin: 0 !important;
  }
  

  .template-index .custom-hero__container {
    position: relative !important;
  }
}
/* Move hero content to bottom-left on mobile */
@media screen and (max-width: 989px) {
  .template-index .custom-hero__content-wrapper {
    justify-content: flex-end !important;
    align-items: flex-start !important;
  }
  
  .template-index .custom-hero__content {
    text-align: left !important;
    justify-content: flex-end !important;
    padding-bottom: -10px !important;
  }
}
/* === DUAL LOGO SYSTEM === */
/* Homepage: show white logo, hide dark logo */
.template-index .header__heading-logo--dark {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* All other pages: show dark logo, hide white logo */
body:not(.template-index) .header__heading-logo--main {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
/* === DESKTOP: Show all product images in grid === */
@media screen and (min-width: 768px) {
  .shop-product-section .shop-image-container.shop-square-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-auto-rows: auto
    gap: 4px !important;
    height: auto !important;
    aspect-ratio: unset !important;
    padding-bottom: 0 !important;
    overflow: visible !important;
    position: relative !important;
  }

  .shop-product-section .shop-image-zoom-wrapper,
  .shop-product-section .shop-image-container .shop-main-image[data-image-gallery-type="product"] {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    pointer-events: auto !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    overflow: hidden !important;
  }

  .shop-product-section .shop-image-zoom-wrapper img,
  .shop-product-section .shop-main-image img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    position: relative !important;
  }

  .shop-product-section .shop-thumbnails-outer,
  .shop-product-section .shop-dots-navigation,
  .shop-product-section .shop-desktop-arrows,
  .shop-product-section .shop-mobile-arrows,
  .shop-product-section .shop-carousel-arrow,
  .shop-product-section .shop-prev-arrow,
  .shop-product-section .shop-next-arrow,
  .shop-product-section .shop-thumbnail-indicators {
    display: none !important;
  }
}
/* Desktop: Override aspect ratio for grid layout */
    @media screen and (min-width: 768px) {
      .shop-image-container.shop-square-container {
        aspect-ratio: unset !important;
      }
      .shop-product-section .shop-product-layout {
    display: grid !important;
    grid-template-columns: 58% 42% !important;
    gap: 20px !important;
    align-items: start !important;
  }

  .shop-product-section .shop-carousel-container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .shop-product-section .shop-product-carousel {
    width: 100% !important;
    max-width: 100% !important;
  }

  .shop-product-section .shop-product-info {
    position: sticky !important;
    top: 20px !important;
    align-self: start !important;
  }

  .shop-product-section .shop-product-info {
    position: sticky !important;
    top: 20px !important;
    align-self: start !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 30px !important;
  }

  .shop-product-section .shop-product-inner-container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .shop-product-section {
    padding: 0 !important;
    max-width: 100% !important;
  }
    }

    /* Clean up product info panel on desktop */
  .shop-product-section .shop-product-info > * {
    max-width: 100% !important;
  }

  .shop-product-section .shop-product-info .shop-product-title {
    font-size: 24px !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
  }

  .shop-product-section .shop-product-info .shop-price-wrapper {
    margin-bottom: 12px !important;
  }

  /* Make variant buttons more spacious */
  .shop-product-section .shop-variant-option {
    min-width: 60px !important;
    padding: 10px 16px !important;
    text-align: center !important;
  }

  /* Add to Cart button full width and prominent */
  .shop-product-section .shop-add-to-cart-button,
  .shop-product-section .shop-product-info .button {
    width: 100% !important;
    padding: 16px !important;
    font-size: 16px !important;
  }

  /* Accordion items (Description, Size Guide, etc.) */
  .shop-product-section .shop-accordion-item,
  .shop-product-section details {
    border-top: 1px solid #e4e4e4 !important;
    padding: 14px 0 !important;
  }

  /* Payment icons spacing */
  .shop-product-section .shop-payment-icons {
    margin: 12px 0 !important;
  }
/* ============================================
   PRODUCT PAGE — RIGHT PANEL v2
   ============================================ */

/* --- 1. SPACING & TYPOGRAPHY --- */

@media screen and (min-width: 768px) {
  .shop-product-info {
    gap: 6px !important;
    padding: 0 20px !important;
    width: 90% !important;
  }

  .shop-product-info .payment-icons-wrapper {
    text-align: left !important;
  }
}

/* --- 2. VARIANT SELECTORS --- */

/* Fieldset containers */
.shop-product-section .simple-variant-picker fieldset {
  border: 1px solid #e0e0e0 !important;
  padding: 12px 16px !important;
  margin: 0 0 10px 0 !important;
  border-radius: 0 !important;
  gap: 0 !important;
}

/* Legend (label above options like "CLASSIC" or "L") */
.shop-product-section .simple-variant-picker legend {
  font-family: 'Oswald', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #333 !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
}

/* All variant radio labels (CLASSIC, PADDED, S-M, L, XL, 2XL) */
.shop-product-section .simple-variant-picker input[type="radio"] + label {
  font-family: 'Roboto', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  padding: 8px 20px !important;
  margin-right: 0 !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  background: transparent !important;
  color: #666 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

/* First fieldset (CLASSIC/PADDED) — override */
.shop-product-section .simple-variant-picker fieldset:first-of-type input[type="radio"] + label {
  padding: 8px 20px !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  background: transparent !important;
  border-radius: 0 !important;
  color: #666 !important;
}

/* Other fieldsets (sizes) — override */
.shop-product-section .simple-variant-picker fieldset:not(:first-of-type) input[type="radio"] + label {
  padding: 8px 20px !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  background: transparent !important;
  color: #666 !important;
}

/* Hover state — all variant labels */
.shop-product-section .simple-variant-picker input[type="radio"] + label:hover {
  color: #111 !important;
  border-bottom-color: #999 !important;
}

/* Selected/checked state — first fieldset */
.shop-product-section .simple-variant-picker fieldset:first-of-type input[type="radio"]:checked + label {
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid #111 !important;
  color: #111 !important;
  font-weight: 700 !important;
}

/* Selected/checked state — other fieldsets (sizes) */
.shop-product-section .simple-variant-picker fieldset:not(:first-of-type) input[type="radio"]:checked + label {
  border-bottom: 2px solid #111 !important;
  color: #111 !important;
  font-weight: 700 !important;
}


/* --- 3. ADD TO CART BUTTON --- */

.shop-product-section .shop-add-to-cart-button,
.shop-add-to-cart-wrapper .shop-add-to-cart-button,
form .shop-add-to-cart-button {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  background: #111 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 16px 32px !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: background 0.3s ease !important;
}

.shop-product-section .shop-add-to-cart-button .button-text,
.shop-add-to-cart-wrapper .shop-add-to-cart-button .button-text,
form .shop-add-to-cart-button .button-text {
  font-family: 'Roboto', sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}

.shop-product-section .shop-add-to-cart-button:hover,
.shop-add-to-cart-wrapper .shop-add-to-cart-button:hover,
form .shop-add-to-cart-button:hover {
  background: #e53935 !important;
}


/* --- 4. PAYMENT ICONS --- */

.shop-product-section .shop-payment-icons,
.shop-product-info .shop-payment-icons {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 8px 0 16px 0 !important;
  padding: 0 !important;
}

.shop-product-section .shop-payment-icons svg,
.shop-product-info .shop-payment-icons svg {
  height: 22px !important;
  width: auto !important;
  opacity: 0.6 !important;
  transition: opacity 0.2s ease !important;
}

.shop-product-section .shop-payment-icons svg:hover,
.shop-product-info .shop-payment-icons svg:hover {
  opacity: 1 !important;
}
@media screen and (min-width: 768px) {
  .customer-reviews-section .swiper-slide img,
  .image-reviews-section .swiper-slide img {
    height: auto !important;
    max-height: 600px !important;
    object-fit: contain !important;
  }
}
.shop-product-section .shop-add-to-cart-button,
.shop-product-section button.shop-add-to-cart-button,
.shop-product-section .shop-add-to-cart-button.product-form__submit,
button.shop-add-to-cart-button.product-form__submit {
  border-radius: 0px !important;
}
/* --- ACCORDION / FAQ STYLING (match competitor) --- */

.new-product-faq {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.new-faq-container {
  border: none !important;
  border-radius: 0 !important;
}

.new-faq-container.border-bottom-only {
  border: none !important;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0 !important;
}

.faq-item:last-child {
  border-bottom: 1px solid #e0e0e0 !important;
}

.faq-question {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  letter-spacing: 0.3px !important;
  color: #111 !important;
  background: transparent !important;
  padding: 16px 0 !important;
  border-radius: 0 !important;
}

.faq-question-text {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500 !important;
}

.faq-toggle {
  color: #111 !important;
}

.faq-toggle svg {
  width: 14px !important;
  height: 14px !important;
}

.faq-answer {
  padding: 0 !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  color: #444 !important;
  background: transparent !important;
}

.faq-item.active .faq-answer {
  padding: 0 0 16px 0 !important;
}
/* --- DYNAMIC CHECKOUT BUTTON — SHARP CORNERS --- */

shopify-accelerated-checkout,
shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-border-radius: 0px;
}

.shopify-payment-button__button {
  border-radius: 0px !important;
}

.shopify-payment-button__button--branded {
  border-radius: 0px !important;
}

.shopify-payment-button {
  --shopify-payment-button-border-radius: 0px;
}

.additional-checkout-buttons iframe {
  border-radius: 0px !important;
}
```

Save and check. If that still doesn't work, we may need to also target it from inside **product-info.liquid**. Add this right after line 1126 (`{{ form | payment_button }}`):
```
<style>
  .shopify-payment-button__button,
  .shopify-payment-button__button--branded,
  .shopify-payment-button__button--unbranded {
    border-radius: 0px !important;
  }
  shopify-accelerated-checkout {
    --shopify-accelerated-checkout-button-border-radius: 0px;
  }
</style>



/* --- REFUND/POLICY PAGE STYLING --- */

body.template-policy .shopify-policy__title {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700 !important;
  font-size: 32px !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  color: #111 !important;
  text-align: center !important;
  margin-bottom: 30px !important;
  padding-bottom: 15px !important;
  border-bottom: 2px solid #111 !important;
}

body.template-policy .shopify-policy__body,
body.template-policy .rte {
  max-width: 750px !important;
  margin: 0 auto !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: #444 !important;
}

body.template-policy .shopify-policy__body h1,
body.template-policy .rte h1 {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700 !important;
  font-size: 28px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: #111 !important;
  margin-top: 35px !important;
  margin-bottom: 12px !important;
  padding-bottom: 8px !important;
  border-bottom: 1px solid #e0e0e0 !important;
}

body.template-policy .shopify-policy__body h2,
body.template-policy .rte h2,
.shopify-policy__body h2,
.rte h2,
.policy-page h2 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  text-transform: none !important;
  letter-spacing: 0.3px !important;
  color: #111 !important;
  margin-top: 35px !important;
  margin-bottom: 12px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #e0e0e0 !important;
  line-height: 1.3 !important;
}

body.template-policy .shopify-policy__body strong,
body.template-policy .rte strong {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 600 !important;
  color: #111 !important;
}

body.template-policy .shopify-policy__body p,
body.template-policy .rte p {
  margin-bottom: 14px !important;
  color: #444 !important;
}

body.template-policy .shopify-policy__body a,
body.template-policy .rte a {
  color: #111 !important;
  text-decoration: underline !important;
  font-weight: 500 !important;
}

body.template-policy .shopify-policy__body a:hover,
body.template-policy .rte a:hover {
  color: #e53935 !important;
}

/* Fix main policy page title */
body.template-policy h1,
body.template-policy .page-title,
body.template-policy .shopify-policy__title,
body.template-policy .main-page-title,
body.template-policy section > h1 {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700 !important;
  font-size: 28px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #111 !important;
  text-align: center !important;
  margin-bottom: 30px !important;
  padding-bottom: 15px !important;
  border-bottom: 2px solid #111 !important;
}
/* --- FIX HOMEPAGE COLLECTION GRID OVERFLOW ON SMALLER SCREENS --- */
.collection-grid-simple {
  overflow-x: hidden;
}
