/* =====================================
    Font Updates
   ===================================== */

@font-face {
  font-family: "Gotham" !important;
  src: url("{{ "Gotham_Extra_Light.woff2" | asset_url }}") format("woff2") !important;
  font-weight: lighter !important;
  font-style: normal !important;
}

body {
  font-family: "Gotham", sans-serif !important;
  font-size: 17px !important;
}

h1.h2.m-zero.mr-8.wb-break-word {
  font-family: gotham, sans-serif !important;
}

h1,
h2 {
  font-family: "trajan-pro-3", serif !important;
}

.product-recommendations .price-item {
  font-size: 18px !important;
  font-weight: lighter !important;
}
.rte li {
  font-weight: 100 !important;
}

/* =====================================
  Global selectors
   ===================================== */
:root {
  --light-pink: #f8f0f2;
  --med-pink: #ffdee5;
  --dark-pink: #a86e89;
  --dark-purple: #a13d66;
  --font-standard: 14px;
}

/* =====================================
  START: Mega Menu
   ===================================== */
.main__menu .menu-dropdown {
  background-color: var(--light-pink);
}

.drawer__body,
.drawer__footer {
  background-color: var(--light-pink);
}

summary.menu__link,
.menu__item.p-relative a {
  font-size: var(--font-standard);
  gap: 5px;
}

.menu__link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu__link > svg {
  width: 20px;
}

.menu__item.p-relative a {
  font-size: var(--font-standard);
  text-align: center;
}

.menu__item.p-relative img {
  margin-bottom: 10px;
}

.mm-s-img {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  object-fit: cover;
}

.mega-menu__submenu {
  grid-template-columns: repeat(auto-fit, minmax(10%, 1fr));
}

.menu--horizontal .mega-menu-wrapper {
  padding-bottom: 20px;
}

li.menu__item span.nav-login {
  display: none;
}

/* Important note: The nav switches to mobile nav at a screen width of ≤ 1024px */
/* Start mobile nav media width wrap */
@media (max-width: 1024px) {
  li.menu__item {
    max-width: 95%;
  }

  .menu__link {
    align-items: flex-start;
  }

  .mm-s-img {
    width: 40px;
    height: 40px;
  }

  .menu-drawer .menu__item {
    border-bottom: 1px solid #00000017;
  }

  .menu-drawer .menu__item:last-child {
    border-bottom: none;
  }

  .header-extra-info {
    border-top: none;
  }

  .menu__item.p-relative a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .nav-title {
    width: calc(100% - 50px);
    text-align: left;
  }

  .menu__item.p-relative img {
    margin-bottom: 0;
  }

  summary.menu__link {
    font-weight: 600;
    color: black;
  }

  .mega-menu__submenu {
    padding-left: 0;
  }

  .menu-drawer {
    padding-bottom: 0px;
  }

  li.menu__item span.nav-login {
    display: block;
    margin-top: 30px;
  }
} /* End mobile nav media width wrap */

@media (min-width: 1025px) {
  .mega-menu__submenu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    row-gap: 20px;
    column-gap: 5%;
  }

  .mega-menu__submenu .menu__item {
    flex: 1 1 calc(13% - 10px);
    max-width: calc(13% - 10px);
    box-sizing: border-box;
    text-align: center;
  }
}
/* =====================================
  END: Mega Menu
   ===================================== */
/* =====================================
  START: Product Page
   ===================================== */
.template-product .product-details .product__info-wrapper h1 {
  font-size: 21px !important;
  font-weight: 700 !important;
}

.product__info {
  margin-top: 0px;
}

.from-price-wrap {
  display: flex;
  align-items: flex-end;
  column-gap: 5px;
  margin: 10px 0 8px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

span.sub-from-top {
  font-size: 22px;
  font-weight: 600;
}

.from-price.supply-line {
  background: var(--med-pink);
  padding: 2px 8px;
  border-radius: 5px;
  margin-left: 5px;
}

ul.prod-meta-bullets {
  margin-left: 5px;
  margin-bottom: 20px;
  font-size: 18px;
}
@media (max-width: 1268px) {
  li.prod-meta-bull {
    text-indent: -2em;
    padding-left: 2em;
  }
}

li.prod-meta-bull {
  margin-bottom: 2px;
  list-style: none;
}

li.prod-meta-bull:before {
  content: "\2022";
  font-size: 50px;
  color: var(--dark-pink);
  top: 12px;
  position: relative;
  margin-right: 5px;
}

div#subscribe-save-price {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 3px;
}

.rc-radio-group__options {
  display: flex;
  -webkit-border-top-left-radius: 10px !important;
  -webkit-border-top-right-radius: 10px !important;
  -moz-border-radius-topleft: 10px !important;
  -moz-border-radius-topright: 10px !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.main-product-info-container .product__info .rc-widget {
  padding: 0px;
}

.rc-widget .rc-template__radio-group .rc-radio-group__options,
.rc-widget .rc-template__radio-group .rc-radio:not(:first-child),
.rc-widget
  .rc-template__radio-group
  .rc-radio.rc-radio--active:not(:first-child) {
  border: none;
  border-radius: 0px;
}

.rc-radio--active input,
.onetime-radio input,
.subscription-radio input {
  box-sizing: border-box;
  -webkit-appearance: none !important;
  appearance: none !important;
  outline: 2px solid var(--dark-pink);
  border: 2px solid white !important;
  min-width: 22px !important;
  min-height: 22px !important;
  transition: background 0.2s ease-in-out;
  border-radius: 50%;
}

label.rc-radio.rc-radio--active.subscription-radio .rc-radio__input:focus,
label.rc-radio.rc-radio--active.onetime-radio .rc-radio__input:focus {
  outline: 2px solid var(--dark-pink) !important;
}

.rc-widget .rc-radio {
  width: 50%;
}

.rc-radio--active input {
  background: var(--dark-pink);
}

.rc-widget .rc-radio.rc-radio--active {
  background-color: white !important;
}

label.rc-radio.onetime-radio,
label.rc-radio.subscription-radio {
  background-color: var(--light-pink) !important;
}

.rc-widget .rc-radio .rc-radio--active {
  background-color: white;
}

label.rc-radio.onetime-radio {
  background-color: white;
}

.rc-template__radio-group .rc-selling-plans {
  margin-top: 0px !important;
  height: 0px;
}

.sub-block-wrap {
  padding: 15px 20px 0 20px;
  border-left: 1px solid var(--dark-pink);
  border-right: 1px solid var(--dark-pink);
}

.widget-prices {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  align-items: flex-end;
}

.sub-price {
  font-size: 28px;
  font-weight: 600;
}

.one-price {
  text-decoration: line-through;
  color: rgba(var(--color-normal-text-rgb), 0.6);
  font-size: 21px;
  font-weight: 500;
  margin-top: 2px;
}

.vars-wrap {
  padding: 10px;
  margin-top: -2px;
}

.vars-wrap .field__text {
  padding: 0;
  border: none;
  transition: box-shadow 0.3s, border 0.3s, border-radius 0.3s;
  height: auto;
  background-color: var(--med-pink);
  color: var(--color-normal-text);
}

.vars-wrap .field__text:focus,
.vars-wrap .field__text:hover {
  box-shadow: 0 0 0 0;
}

.vars-wrap .btn-large {
  min-height: auto;
}

span.select-title {
  font-weight: 600;
}

.js-inventory-tracking {
  display: none;
}

.freq-main-wrap,
.product-form__buttons {
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .discount-label {
    line-height: 20px;
  }

  .widget-prices {
    padding: 5px 0 17px 0;
  }

  ul.prod-meta-bullets {
    margin-left: 0px;
    margin-bottom: 20px;
    font-size: 16px;
  }
}

p.var-title {
  display: none;
}

.prod-prices-wrap {
  border-left: 1px solid var(--dark-pink);
  border-right: 1px solid var(--dark-pink);
  padding: 20px 20px 0 20px;
}

.prod-prices-int-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.prod-prices-wrap.inactive {
  display: none;
}

.prod-price-main {
  font-size: 22px;
  font-weight: 600;
}

.prod-price-strike {
  font-size: 20px;
  color: #5a5a5a;
  text-decoration: line-through;
  margin-right: 10px;
}

span.prod-price-strike span.usa-only {
  text-decoration: line-through !important;
}

.prod-price-day {
  font-size: 15px;
  font-weight: 600;
}

span.price-label {
  display: none;
}

span.select-title {
  font-weight: 600;
  width: 100%;
  background-color: var(--med-pink);
  padding: 10px 10px 0px 10px;
  display: inline-block;
}

.add-to-cart-note {
  width: 100%;
  text-align: center;
  margin: 18px 0 0px;
}

.add-to-cart-note .prod-prices-wrap {
  border: none;
  padding: 0;
  font-size: 13px;
}

.top-add-note {
  margin-bottom: 10px;
  font-weight: 600;
}

.btn-secondary {
  background-color: #a13d66;
  color: #fff;
}

.success-story-wrap {
  margin: 20px 0 5px 0;
  border: solid 1px var(--dark-pink);
  padding: 15px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  max-width: 100%;
}

img.success-image {
  border-radius: 999px;
}

span.story-read a {
  text-decoration: underline;
  font-weight: 600;
}

@media only screen and (max-width: 600px) {
  .success-story-wrap {
    column-gap: 10px;
    align-items: flex-start;
  }

  .success-image-wrap {
    width: 200px;
  }

  span.success-link {
    width: 100%;
    display: inline-block;
    margin-top: 5px;
  }

  span.story {
    font-size: 14px;
  }

  .success-pipe {
    display: none;
  }
}

h3.card__heading.h6.mb-8.m-zero {
  font-size: 14px;
  font-weight: 600;
}

a.jdgm-carousel-item__product.jdgm--shop-review-has-image {
  display: none;
}

.jdgm-carousel__arrows {
  margin-top: -30px !important;
}

.jdgm-rev-widg {
  max-width: 1800px !important;
  margin: auto !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.product-recommendations h2 {
  font-size: 24px !important;
  font-weight: 700;
  text-align: left;
}

.product-recommendations .card__media {
  border-radius: 10px;
}

.product-recommendations .mb-12 {
  margin-bottom: 0px;
}

.product-recommendations .price-item {
  font-size: 18px !important;
  font-weight: 700;
}

.product-recommendations .s-header {
  padding: 0 0 30px 0;
  margin-top: 50px;
}

.js-country-switcher-country-item-link {
  font-size: 13px;
}

.menu__link-lv1 {
  font-size: 17px !important;
  font-weight: 400 !important;
}

.accordion__icon--minus {
  transform: rotate(-180deg);
}

.accordion__header .pb-16 {
  padding-bottom: 0px !important;
}

.accordion__header .pt-16 {
  padding-top: 0px !important;
}

.above-title-tagline {
  background: #f6f6f6;
  border-radius: 5px;
  display: inline-block;
  padding: 0px 5px;
  margin-bottom: 5px;
}

.product__info.ord-3.product__info--spacing.product__rating.p-sides {
  margin-top: 5px;
}

span.prod-from-value {
  font-size: 24px;
  font-weight: 700;
}

sht-image-atf img {
  border-radius: 10px;
}

@media (min-width: 769px) {
  .product__media-wrapper--gallery-grid .product-slideshow__items {
    row-gap: 5px;
  }
}

@media (max-width: 768px) {
  .product__media-wrapper--gallery-grid {
    padding: 0 20px;
  }

  .section {
    padding-bottom: calc(var(--spacing) * 3);
  }
}

span.sub-disc-label {
  display: none;
}

span.prod-offer-txt {
  font-family: Gotham, sans-serif !important;
  font-size: 13px !important;
  border-radius: 5px;
  padding: 2px 10px;
  display: inline-block;
}
/* =====================================
  END: Product Page
   ===================================== */
/* =====================================
   Product page Review widget 
   ===================================== */
.jdgm-rev-widg__reviews {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5rem;
  justify-items: center;
  align-items: stretch; /* Ensures items stretch to the same height */
  height: auto;
  overflow: hidden;
  padding: 10px;
}

@media (max-width: 768px) {
  .jdgm-rev-widg__reviews {
    grid-template-columns: 1fr;
  }
}

.jdgm-rev-widg__reviews > * {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.jdgm-rev.jdgm-divider-top.jdgm--done-setup {
  padding: 1rem; /* Add padding to the content inside each box */
  width: 100%;
}

.jdgm-rev__icon {
  display: none !important;
}

.input-number[type="number"] {
  height: auto !important;
  margin-top: 3px;
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 1;
  visibility: visible;
}

#preloader.fade-out {
  opacity: 0;
  visibility: hidden;
}

.loader-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #a13d66;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute; /* Absolute positioning to stay within loader-wrapper */
}

.icon-wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.preloader-icon {
  width: 20px; /* Adjust the size as needed */
  height: auto;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* =====================================
   Home section overides
   ===================================== */
.s-header__content .s-header__buttons {
  margin-top: 30px;
}
/* =====================================
   General
   ===================================== */
.template-page .rte ul {
  list-style-position: outside;
}

.template-page .shg-theme-text-content {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

.tab-content a {
  text-decoration: underline;
}

.s-header__desc.text-block.hide-empty.m-sides {
  margin-bottom: 4%;
}

#mainContent .jdgm-write-rev-link {
  color: #fff !important;
}

.shopify-payment-button__button--unbranded,
.shopify-payment-button__button {
  display: none;
}

.jdgm-rev-widg__header {
  padding: 0 10px;
}

.main-product {
  padding-top: 40px;
}

.account-icon {
  height: 20px;
  width: auto;
  margin-top: -2px;
}
/* =====================================
   Market class rules
   ===================================== */

.usa-only {
  display: none;
}

.usa-market .usa-only {
  display: inline-block;
}

.usa-only-nav {
  display: none;
}

.usa-market .usa-only-nav {
  display: block !important;
}

.usa-market .uk-only {
  display: none;
}

.usa-market .hide-on-us {
  display: none;
}

.usa-only .hide-on-us {
  display: none;
}

.not-usa-uk {
  display: none;
}

.non-uk-usa .not-usa-uk,
body.uae-market .not-usa-uk,
body.uae-market span.uae-only {
  display: inline !important;
}

.non-uk-usa .uk-only,
.non-uk-usa .usa-only,
body.uae-market .uk-only,
.uae-only {
  display: none;
}

body.uae-market .prod-price-day .not-usa-uk {
  display: none !important;
}

body.uae-market .price-price-tag-wrap,
body.non-uk-usa .price-price-tag-wrap {
  display: none !important;
}

body.uae-market .prod-price-day span.uae-only {
  display: none !important;
}
/* =====================================
   General
   ===================================== */
@media only screen and (max-width: 1024px) {
  .footer__logo {
    margin: auto;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .section.color-schema-1.has-animation .s-header--special {
    width: 100% !important;
  }

  .s-content sht-carousel-wrapper .rw {
    justify-content: center;
  }
}

span.from-price-pre {
  font-family: Gotham, sans-serif !important;
  font-size: 17px !important;
  font-weight: 400;
}

.collection-page-banner-text h5,
.quiz-cta-banner-content h5 {
  font-weight: 300 !important;
}

h3.h6.m-zero.card__heading {
  font-size: 17px !important;
  font-family: Gotham, sans-serif !important;
  font-weight: 300 !important;
}

svg.twitter-icon {
  margin: 7px 0 0 7px;
}
/* =====================================
   Tooltips
   ===================================== */

.rc-tool-tooltip-wrapper {
  position: relative;
  display: inline-block;
}

.rc-tool-tooltip-wrapper::before,
.rc-tool-tooltip-wrapper::after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.2s ease-in-out;
}

.rc-tool-tooltip-wrapper::before {
  content: attr(data-tooltip);
  background-color: #f8f0f2;
  color: #090c26;
  padding: 5px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
  bottom: 85%; /* Position above the element */
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.rc-tool-tooltip-wrapper::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #f8f0f2 transparent transparent transparent;
  bottom: calc(100% - 13px); /* Align with the tooltip's bottom edge */
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

.rc-tool-tooltip-wrapper:hover::before,
.rc-tool-tooltip-wrapper:hover::after {
  visibility: visible;
  opacity: 1;
}

.rc-tool-tooltip-wrapper.acc-tooltip::before {
  bottom: 133%; /* Position above the element */
}

.rc-tool-tooltip-wrapper.acc-tooltip::after {
  bottom: calc(100% - -1px);
}

.rc-tool-tooltip-wrapper.loc-tool::before {
  bottom: 93% !important; /* Position above the element */
}

.rc-tool-tooltip-wrapper.loc-tool::after {
  bottom: calc(100% - 9px);
}

li.rc-tool-tooltip-wrapper.social-tool::before {
  bottom: 115%;
}

li.rc-tool-tooltip-wrapper.social-tool::after {
  bottom: calc(100% - 0px);
}

@media only screen and (max-width: 600px) {
  .rc-tool-tooltip-wrapper:before {
    display: none;
  }
}

/* =====================================
   Cart
   ===================================== */

div#mainCartContainer .s-header {
  padding: 0 15px 10px 15px;
}

.product-card .stars-count {
  display: contents;
}

/* =====================================
  Quick buy
   ===================================== */
.product__quickbuy.p-absolute.zi-1.d-none {
  display: block !important;
}

div#productQuickViewInventoryTracking-template--23148829638954__main {
  display: none;
}

/* =====================================
  Updated banner - mobile section
   ===================================== */

/* Mobile only section styling */
.slideshow-banner-mobile {
  display: none; /* Hidden by default */
  background-color: #f9f0f3; /* Background color */
  color: #000;
  width: 100%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

/* Heading, subheading, and button styling */
.slideshow-banner-mobile__heading {
  margin: 0;
  font-size: 24px;
}

.slideshow-banner-mobile__subheading {
  margin: 15px 15px 23px 15px;
  font-size: 18px;
}

.slideshow-banner-mobile__button {
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #a13d66;
  border: none;
  border-radius: 10em;
  cursor: pointer;
}

/* Media query to display section only on mobile devices */
@media (max-width: 768px) {
  .slideshow-banner-mobile {
    display: block;
  }
}

@media (max-width: 768px) {
  body .trajan-pro.s-header.pb-0 {
    display: none; /* Higher specificity will override the User Agent styles */
  }
}

/* =====================================
  Mobile version of featured collection 
   ===================================== */
@media (max-width: 768px) {
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(
      --swiper-wrapper-transition-timing-function,
      initial
    );
    box-sizing: content-box;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }
}

.swiper-wrapper {
  row-gap: 20px;
  column-gap: 10px;
}

.product .card__content--inner {
  max-width: calc(100% - 0px) !important;
}

@media (min-width: 1124px) {
  /* increases margin between image and blocks for desktop */
  .image-title-collapsible-blocks-image {
    flex: 1 1 350px !important;
    max-width: 500px;
    margin: 0px 100px 0px 0px !important;
  }
}
.image-text-section-main-image {
  width: 100% !important;
}

@media (max-width: 769px) {
  /* removes pagination from homepage collection for mobile */
  .swiper-pagination {
    display: none;
  }
}

.subtext {
  font-size: calc(var(--font-body-size) * 0.75) !important;
}

/* =====================================
  Insta Feed
   ===================================== */

#insta-feed h2 {
  font-size: 28.11px;
  font-family: Helvetica;
  font-family: "Gotham Bold";
  //margin: 96px 0px 42px;
  margin: 50px 0px 35px;
}

#insta-feed {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #insta-feed {
    h2 {
      margin: 50px 0px 30px;
    }
  }
  #insta-feed {
    margin-bottom: 10px;
  }
}

@media (max-width: 719px) {
  #insta-feed .instafeed-container {
    width: 33.33% !important;
    padding-top: 33.33% !important;
  }

  #insta-feed h2 {
    font-size: 22.32px;
    margin: 40px 0px 40px;
  }
  #insta-feed {
    margin-bottom: 0px;
  }
}

/* =====================================
  Home featured products
   ===================================== */
.price-price-tag-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 4px;
  flex-wrap: wrap; /* Allow content to wrap if needed */
}

span.price-sub-tag {
  background-color: #f9f0f3;
  color: #000;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 13px;
  font-size: 14px;
}

h3.card__heading.h6.mb-8.m-zero {
  min-height: 42px;
}

@media only screen and (max-width: 600px) {
  .price-price-tag-wrap {
    align-items: flex-start;
    gap: 5px;
  }
  span.price-sub-tag {
    margin-left: 0px;
    font-size: 9px;
  }
}

.Pb_currency_wrapper {
  display: none !important;
}

.product-note-main {
  margin-bottom: 20px;
  background: #f6f6f6;
  padding: 10px;
  font-size: 13px;
}

.non-uk-usa #variant-54788419387767 .prod-price-strike,
.non-uk-usa #variant-54788415979895 .prod-price-strike,
.non-uk-usa #variant-54788420665719 .prod-price-strike,
.non-uk-usa #variant-54788422205815 .prod-price-strike,
.non-uk-usa #variant-54788422041975 .prod-price-strike,
.non-uk-usa #variant-54788423188855 .prod-price-strike {
  display: none !important;
}

.temp-hide {
  display: none;
}

/* =====================================
  Hide 6 week variant on PDP and Quick Shop
   ===================================== */
option[data-variant-value="6 weeks (one time only)-0"] {
  display: none;
}

div[data-variant-id="54790825607543"],
div[data-variant-id="54790825443703"],
div[data-variant-id="54790825542007"],
div[data-variant-id="54790825509239"],
div[data-variant-id="54790825574775"] {
  display: none;
}

img.klarna-promo {
  max-width: 100%;
  margin: 0 0 8px;
}
/* videowise */
.media-wrapper.vw-parent {
  aspect-ratio: unset;
}

.shopify-payment-button {
  display: none !important;
}

.shopify-payment-button.active {
  display: block !important;
}
/* =====================================
  
   ===================================== */

@media (max-width: 960px) {
  .slide__pagination.js-slide-pagination.p-absolute.d-flex.w-100.between-xs.middle-xs.bottom-0.d-none-md.no-js-hidden {
    margin-bottom: 30% !important;
  }
}

.main-product .product__media-wrapper--gallery-grid .product-slideshow__item {
  aspect-ratio: 1 / 1;
}
.product-form__buttons {
  display: block;
  width: 100%;
  max-width: 620px;
}
.product__info-wrapper {
  max-width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .product-form__buttons {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .reeview-app-widget {
    max-width: 330px !important;
    margin: auto;
  }
}

span.from-price-value {
  font-size: 22px;
  font-weight: 600;
}

/* =====================================
    iPhone cart issue fix START
   ===================================== */
/* Prevent background scrolling when the cart is open */
body.modal-open {
  overflow: hidden;
}

/* Base styles for the drawer overlay */
.drawer {
  position: fixed;
  top: 0;
  bottom: 0; /* Anchor both top and bottom */
  left: 0;
  width: 100vw;
  /* Use dynamic viewport height with a fallback for iOS Safari */
  height: 100dvh;
  min-height: -webkit-fill-available;

  display: flex;
  justify-content: flex-end;

  background-color: rgba(0, 0, 0, 0.65);
  transition: opacity 0.3s ease;

  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  max-width: 100%;

  /* Trigger hardware acceleration */
  transform: translateZ(0);
  will-change: transform;
}

/* Active state for the drawer overlay */
.drawer.active {
  opacity: 1;
  visibility: visible;
}
/* =====================================
    iPhone cart issue fix END
   ===================================== */

/* TEMP CSS - REMOVE BELOW WHEN NOOTROPICS PROMO ENDS 

.uk-market .btn-primary {
  background-color: #041e42;
}

.uk-market button.btn.btn-icon.btn-secondary.btn-small.no-js-hidden {
  background-color: #041e42 !important;
}

.uk-market
  #shopify-section-template--18403385377012__image-with-text
  .s-header__content.wb-break-word {
  background-color: #a7bcd6 !important;
  padding: 7%;
  border-radius: 20px;
  color: #fff !important;
}

TEMP CSS - REMOVE BELOW WHEN NOOTROPICS PROMO ENDS 
.uk-market .template--18403385377012__featured_product_slider_main_V4thrP .swiper-pagination-bullet-active {
  background: #A7BCD6 !important;
} 

.uk-market .btn-secondary {
  background-color: #041e42;
  color: #fff;
}

.uk-market span.price-sub-tag {
  background-color: #a7bcd6;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 13px;
  font-size: 14px;
}

*/

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #a13d66;
}

.uk-market span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #a7bcd6;
}

.usa-foot-statement {
  display: none;
}

.usa-foot-statement {
  font-family: Gotham, sans-serif;
  font-weight: 300;
  font-size: 13px;
  padding: 10px;
  border: solid 1px #ddd;
  margin-bottom: 10px;
}

.usa-market .usa-foot-statement {
  display: block;
}

/* =====================================
    Product page column wrap tweaks START
   ===================================== */

@media (max-width: 899px) {
  .product-details {
    grid-template-columns: 1fr !important;
  }
}

@media (min-width: 900px) {
  .product-details {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 1400px) and (min-width: 900px) {
  .product-form__buttons {
    max-width: calc(50vw); /* 610px / 1400px = 0.4357 */
  }
}

@media (max-width: 899px) and (min-width: 769px) {
  .main-product-info-container,
  .product__media-wrapper--compact {
    padding: 0 20px;
  }
}

@media (max-width: 899px) {
  .product__info-wrapper .accordion {
    margin-left: 15px;
  }
}

/* =====================================
    Product page column wrap tweaks END
   ===================================== */

/* Product page coupon code position */
.code-area {
  background: #f6f6f6;
  border-radius: 5px;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

@media only screen and (max-width: 600px) {
  .code-area {
    font-size: 10px;
    margin: 0px 10px;
    padding: 0 10px;
    text-align: center;
  }
}

.home-price-uk, .home-price-usa {
  display: none;
}

.uk-market .home-price-uk {
  display: block !important;
}

.usa-market .home-price-usa {
  display: block !important;
}