/** Shopify CDN: Minification failed

Line 63:0 Unexpected "<"
Line 150:2 Unexpected "{"
Line 150:3 Expected identifier but found "%"
Line 152:24 Unexpected "{"
Line 152:25 Expected identifier but found "%"
Line 245:4 Unexpected "{"
Line 245:5 Expected identifier but found "%"
Line 245:39 Unexpected "{"
Line 245:40 Expected identifier but found "%"
Line 412:2 Unexpected "{"
... and 11 more hidden warnings

**/



 p#freq-price .compare-price {
        color: var(--Gray, #505257);
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    text-decoration-line: line-through;
}
p#freq-price .discounted-price {
    color: var(--Secondary, #2B1666);
    text-align: right;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
}
.one-price-cnt {
    display: flex;
    flex-direction: column;
    align-items: end;
}
  .radio-wrap {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
  }

  .radio-wrap input[type="radio"] {
    display: none; /* hide default radio */
  }

  .radio-wrap svg.checked {
    display: none;
  }

  .radio-wrap input[type="radio"]:checked ~ .checked {
    display: inline-block;
  }

  .radio-wrap input[type="radio"]:checked ~ .unchecked {
    display: none;
  }
</style>
<style>

  .package-section {
  margin: 20px 0;
  font-family: Outfit, sans-serif;
}

.package-section h2 {
    margin-bottom: 20px;
    color: var(--Blue, #2B1666);
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px;
    letter-spacing: 0;
}

.package-options {
  display: flex;
  gap: 0px;
}

.package-card {
    position: relative;
    flex: 1;
    border: 0.5px solid var(--Blue, #2B1666);
background: var(--White, #FFF);
    padding: 15px 28px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    transition: all 0.3s ease;
}

.package-card.active {
    border: 0.5px solid var(--Secondary, #2B1666);
    background: var(--Purple, #EBD8EA);
}
.package-card input[type="radio"] {
  display: none;
}

.package-content h3 {
    margin: 0 0 5px 0;
    color: #2B1666;
    text-align: center;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px;
    letter-spacing: 0;
}

.package-content p {
    color: var(--Secondary, #2B1666);
    text-align: center;
    font-family: Outfit;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
    margin: 0;
}

.package-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #2B1666;
    padding: 5px 16px;
    width: 113px;
    color: #FFF;
    text-align: center;
    font-family: Outfit;
    font-size: 8.594px;
    font-style: normal;
    font-weight: 700;
    line-height: 8px;
    text-transform: uppercase;
}

/* Hide default radio */
.frequency-card input[type="radio"] {
  {% comment %} position: absolute;
  opacity: 0;
  pointer-events: none; {% endcomment %}
}

/* Create custom circle */
.frequency-card .card-content {
  position: relative;
  
}

/* Fake radio button (border circle) */
.frequency-card input[type="radio"] + .card-content::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 18px;
  width: 18px;
  height: 18px;
  border: 2px solid #2B1666;
  border-radius: 50%;
  background: #fff;
}


.frequency-title {
    display: flex;
    gap: 8px;
}
.one-title {
    display: flex;
    gap: 8px;
}
.stm-detail-content .product-form__buttons {
    max-width: 72rem;
}
/* Checked state (filled circle) */
.frequency-card input[type="radio"]:checked + .card-content::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 22px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background:#2B1666;
}


.frequency-section {
  margin: 20px 0;
  font-family: Outfit;
}

.frequency-section h2 {
    margin-bottom: 20px;
    color: var(--Blue, #2B1666);
    font-family: Outfit !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px;
    margin: 0;
    padding-bottom: 12px;
    letter-spacing: 0;
}

.frequency-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.frequency-title p {
    color: var(--Secondary, #2B1666) !important;
    font-family: Outfit;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 18.9px;
    letter-spacing: -0.4px;
}
.frequency-price p {
    color: var(--Secondary, #2B1666) !important;
    text-align: right;
    font-family: Outfit;
    font-size: 16px !impoarant;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
       letter-spacing: 0;
}
.frequency-price {
    text-align: right;
    display: flex;
    gap: 5px;
    {% comment %} align-items: center; {% endcomment %}
    /* flex-direction: column; */
}
p.per-serving {
    color: var(--Secondary, #2B1666) !important;
    text-align: right;
    font-family: Outfit;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 16.8px;
    margin: 0;
    letter-spacing: 0;
}
/* Card wrapper */
label.frequency-card.auto-ship {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    position: relative;
    align-self: stretch;
    /* border: 0.5px solid var(--Secondary, #2B1666);
    background: var(--Purple, #EBD8EA); */
}
label.frequency-card {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    position: relative;
    align-self: stretch;
    border: 0.5px solid var(--Secondary, #2B1666);
    background: var(--Purple, #EBD8EA);
}

.one-time .frequency-card .card-content {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%;
    justify-content: space-between;
}
/* Shared content */
.frequency-card .card-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.frequency-card h3 {
    margin: 0;
    color: var(--Secondary, #2B1666);
    font-family: Outfit;
    font-size: 17.969px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.4px;
}

.frequency-card p {
  margin: 0;
  font-size: 15px;
  color: #111;
}



/* Benefits list */
.frequency-card .card-body ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.frequency-card .card-body li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 6px;
    color: var(--Secondary, #2B1666);
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.4px;
}
.frequency-card .card-body li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2B1666; /* purple check */
  font-weight: bold;
}

/* Auto ship highlight */
.frequency-card.auto-ship {
  /* background: #f4ebf9; light purple */
  border-color:#2B1666;
}
.one-title p {
    color: var(--Secondary, #2B1666) !important;
    font-family: Outfit;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 18.9px;
    letter-spacing: -0.4px;
}
.one-price-cnt p {
    color: var(--Secondary, #2B1666);
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.4px;
}
p.per-serving {
    color: var(--Secondary, #2B1666) !important;
    font-family: Outfit;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 18.9px;
    letter-spacing: -0.4px;
}
.frequency-card.auto-ship .badge {
     display: flex;
    padding: 5px 16px 5px 16.61px;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    background: var(--Secondary, #2B1666);
    border-radius: 0;
    right: 0px;
    top: -30px;
    color: #FFF;
text-align: center;
font-family: Outfit;
font-size: 8.594px;
font-style: normal;
font-weight: 700;
line-height: 8px; /* 93.091% */
text-transform: uppercase;
}
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* Hover & active state */
.frequency-card:hover {
  border-color: #7c3aed;
}

.frequency-card input:checked + .card-content {
  {% comment %} outline: 2px solid #7c3aed;
  border-radius: 8px; {% endcomment %}
}



  .buy-more-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  font-family: inherit;
}

.buy-more-text {
    padding: 0 10px;
    color: var(--Blue, #2B1666);
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px;
}

.stm-divider-line {
  flex: 1;
  height: 1.5px;
  display:block !important;
      background: #2B1666;
  {% comment %} background: linear-gradient(to right, #3a247f 0%, transparent 100%); {% endcomment %}
}
  /* FAQ Section Container */
.stm-faq-section {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0 0 0;
}
/* Each FAQ Item */
{% comment %} .stmfaq-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
} {% endcomment %}

/* Section Title */
.stm-faq-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.stm-faq-sub-item {
    padding: 16px 0;
    border-bottom: 1px dashed var(--Blue, #2B1666);
    cursor: pointer;
}
.stm-faq-question {
    background: none;
    width: 100%;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    margin: 0;
    color: var(--Blue, #2B1666);
    text-align: left;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border: none;
    line-height: 22.4px;
    padding: 0;
}

/* Question hover */
.stm-faq-question:hover {
  color: #333;
}

/* Plus/Minus Icon */
.stm-faq-question .faq-icon {
    float: right;
    font-size: 28px;
    font-weight: 400;
    transition: transform 0.3s ease;
    width: 30px;
    height: 30px;
}
.stm-faq-answer p {
    margin: 0;
}

/* Answer Hidden by Default */
.stm-faq-answer {
    display: none;
    padding: 0;
    color: var(--Blue, #2B1666);
    text-align: left;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    padding-top: 12px;
}
/* Answer when Open */
.stm-faq-answer.open {
  display: block;
  animation: fadeIn 0.3s ease;
}

/* Simple Fade Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

.stm-detail-content .product__view-details.animate-arrow {
    padding-top: 20px;
    color: var(--Blue, #2B1666)!important;
    text-align: center!important;
    font-family: Outfit;
    font-size: 14px!important;
    font-style: normal;
    font-weight: 700!important;
    line-height: 19.6px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}


  .stm-detail-content product-form.product-form .product-form__buttons button {
    color: var(--White, #FFF);
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
    border: 1px solid #2B1666;
    background: linear-gradient(90deg,#075b54,#4da8a5 71.24%);
    box-shadow: 3px 3px #2b1666;
    display: flex;
    height: 48px;
    padding: 12px 60px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 0;
    text-transform: inherit;
    margin-top: 18px;
    margin-bottom: 0;
}
.testim-block.swiper-slide {
    max-width: 110px;
}
.testim-block.swiper-slide {
    max-width: 110px;
}
video.testi-video {
    border-radius: 99.687px;
    object-fit: cover;
    width: 99.944px;
    height: 99.944px;
    flex-shrink: 0;
    stroke-width: 0.678px;
    stroke: var(--Blue, #2B1666);
    border: 2px solid #2B1666;
    padding: 4px;
}
.stm-detail-content {
    flex: 1;
    width: 50%;
    padding: 0;
    overflow: auto;
    /* position: sticky;
    top: 20px; */
}
    .stm-new-featured {
    /* display: flex; */
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}
    h3.stm-detail-title {
    color: var(--Secondary, #2B1666);
    font-family: "ITC Clearface Std";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 12px 0;
    letter-spacing: -1.28px;
}
  .stm-product-gallery {
    /* display: grid; */
    gap: 12px;
    width: 50%;
}
.stm-main-image img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.stm-thumbnails {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.stm-thumb img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.stm-product-selector {
    padding: 60px 0px;
}
.stm-container { max-width: 1200px; margin: 0 auto; }

.stm-selector-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.stm-selector-title {
    color: var(--Secondary, #2B1666);
    font-family: "ITC Clearface Std" !impoarant;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: -1.6px;
    margin:0;
}

.stm-selector-options { display: flex; gap: 20px; align-items: center; }
.stm-option {
    cursor: pointer;
    color: var(--Secondary, #2B1666);
    font-family: Outfit;
    font-size: 20.822px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.15px;
    letter-spacing: -0.833px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11.568px;
}
.stm-option input {
    cursor: pointer;
    width: 22.661px;
    height: 22.661px;
    appearance: none; /* hide default radio */
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #2B1666; /* purple border */
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
}
.stm-option input[type="radio"]:checked {
  background-color: #ffff; /* purple fill */
}
.stm-option input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 13px;
    height: 14px;
    border-radius: 50%;
    background: #2B1666;
}
.stm-product-details { margin-top: 24px; }
.stm-product-detail { }
.stm-detail-card {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    align-self: stretch;
    width:100%;
    position: relative;
}
.stm-detail-image { width: 120px; height: 120px; border-radius: 8px; object-fit: cover; }
.stm-detail-content {
    flex: 1;
    width: 50%;
}
.stm-detail-title { font-size: 18px; font-weight: 600; color: #111; }
.stm-detail-description { font-size: 14px; color: #555; margin-top: 8px; }
.stm-detail-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: var(--Secondary, #2B1666);
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
}
.stm-detail-price p {
    margin: 0;
}
.cs-rich p {
    color: var(--Gray, #505257);
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    margin:0;
     padding-top: 16px; 
}
.cs_main_pro_icon_text_main {
    display: flex;
    justify-content: space-between;
    align-items: start;
    /* align-self: stretch; */
    padding-top: 24px;
    padding-bottom: 20px;
    /* gap:32px; */
}
.custom-testi-next {
    width: 50px;
    background: #ffff;
    height: 30vh;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.cs_pro_main_icon_text_in {
    display: flex;
    width: 130px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}
.cs_pro_main_icon_text_svg {
    display: block;
    width: 36.26px;
    height: 36.26px;
    aspect-ratio: 36.26/36.26;
}
.cs_pro_main_icon_text_title {
    color: var(--Secondary, #2B1666);
    text-align: center;
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    align-self: stretch;
    margin: 0 auto;
    /* max-width: 105px; */
}

@media screen and (max-width: 768px) {
.stm-selector-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 20px;
    flex-direction: column;
}
h2.stm-selector-title {
    color: var(--Secondary, #2B1666);
    font-family: "ITC Clearface Std";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 44.8px;
    letter-spacing: -1.28px;
}
.stm-selector-options {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    /* padding: 20px 12px; */
}
span.headng-prod {
    color: var(--Secondary, #2B1666);
    leading-trim: both;
    text-edge: cap;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: -0.72px;
}
label.stm-option {
    gap: 12px;
}
.stm-detail-card {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    align-self: stretch;
    width: 100%;
    flex-direction: column;
    position: relative;
}
.stm-product-gallery {
    display: none;
}
.stm-new-featured {
    /* display: flex; */
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 28px;
}
.stm-detail-content {
    flex: 1;
    width: 100%;
    padding: 0;
}
.stm-product-details {
    margin-top: 0;
    width: 100%;
}
.stm-detail-price {
    color: var(--Secondary, #2B1666);
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
    letter-spacing:0;
}
.cs_pro_main_icon_text_title {
    color: var(--Secondary, #2B1666);
    text-align: center;
    font-family: Outfit;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
}
.buy-more-text {
    color: var(--Blue, #2B1666);
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px;
    letter-spacing: 0;
}
.package-options {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
label.package-card {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
label.package-card {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.package-content h3 {
    text-align: left;
}
.package-content p {
    text-align: left;
}
.package-badge {
    position: absolute;
    top: -10px;
    left: 80%;
    transform: translateX(-50%);
    background: #2B1666;
    padding: 5px 16px;
    width: 113px;
    color: #FFF;
    text-align: center;
    font-family: Outfit;
    font-size: 8.594px;
    font-style: normal;
    font-weight: 700;
    line-height: 8px;
    text-transform: uppercase;
}
.frequency-section {
    margin: 28px 0;
    font-family: Outfit;
}
.frequency-price p {
    color: var(--Secondary, #2B1666);
    text-align: right;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px;
    letter-spacing: 0;
}
p.per-serving {
    color: var(--Secondary, #2B1666);
    text-align: right;
    font-family: Outfit;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 0;
}
.one-price-cnt {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: end;
}
.testimonal-main .testim-heading {
    margin: 0;
    color: var(--Blue, #2B1666);
    font-family: Outfit !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px;
    padding-bottom: 18px;
    padding-top: 18px;
}
.stm-detail-content .product__view-details.animate-arrow {
    padding-top: 14px;
    color: var(--Blue, #2B1666)!important;
    text-align: center!important;
    font-family: Outfit;
    font-size: 14px!important;
    font-style: normal;
    font-weight: 700!important;
    line-height: 19.6px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.testim-block.swiper-slide {
    margin-right: 28px !important;
}
h3.stm-detail-title {
    color: var(--Secondary, #2B1666);
    font-family: "ITC Clearface Std";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 34.2px;
    letter-spacing: -1.12px;
}
}



[data-product] .sls-purchase-options-container {
    border: none;
}
.main-pro-swiper-button-prev {
    position: absolute;
    top: 48%;
    transform: translate(-0%);
    z-index: 99999;
        left: 10px;
         cursor: pointer;
}
.main-pro-swiper-button-next {
    position: absolute;
    top: 48%;
    right: 10px;
    z-index: 99999;
    transform: translate(-0%);
    cursor: pointer;
}

@media screen and (max-width: 768px){
.custom-product-images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
    gap: 10px;
    margin-top: 0px;
}
.product__info-container {
        margin-top: 20px;
}
.product_main_custon_class .cs_main_pro_custom_richtext {
    padding: 16px 0;
}
.cs_main_pro_custom_richtext strong {
   
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 22.4px;
    letter-spacing:0;
}
.product_main_custon_class .cs_main_pro_icon_text_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: start;
    gap: 8px;
    margin: 0px 0 0px;
    width: 100%;
    justify-content: space-between;
    padding: 5px 0 20px 0px;
}
.cs_pro_main_icon_text_title {
    color: var(--Secondary, #2B1666);
    text-align: center;
    font-family: Outfit;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 16.8px;
}
.product_main_custon_class .cs_pro_main_icon_text_in {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center;
    width: fit-content;
    /* gap: 8px; */
}
.cs_pro_main_icon_text_svg {
    width: 33.25px;
    height: 36.256px;
}
label.bundle-variant-block.relative {
    width: 100%;
}
.product__info-wrapper fieldset.js.color-option-block input+label {
    font-size: 12px;
    white-space: nowrap;
    margin-right: 0px;
    padding-left: 20px !important;
    
}
.cs_pro_variant_main_class variant-selects {
    background: #fff!important;
    border-radius: 0!important;
    padding: 0!important;
    border: none !important;
    margin-bottom: 28px;
    gap: 20px;
}
.product__info-wrapper fieldset.js.color-option-block {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    align-items: flex-start;
}
label.bundle-variant-block.relative {
    padding: 12px 20px !important;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
h4.css-variant-title {
    color: var(--Secondary, #2B1666);
    text-align: left !important;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px;
    letter-spacing: 0;
    margin: 5px;
}
p.css-variant-price {
    color: var(--Secondary, #2B1666);
    text-align: left !important;
    font-family: Outfit;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: 0;
    margin: 0;
}
label.frequency-card.auto-ship {
    display: flex;
    padding: 20px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    position: relative;
    align-self: stretch;
    /* border: 0.5px solid var(--Secondary, #2B1666);
    background: var(--Purple, #EBD8EA); */
}
.frequency-section h2 {
    margin-bottom: 20px;
    color: var(--Blue, #2B1666);
    font-family: Outfit !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px;
    margin: 0;
    padding-bottom: 12px;
    letter-spacing: 0;
}
}
/* Default (unchecked → white) */
label.frequency-card {
  display: flex;
  padding: 20px 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  position: relative;
  align-self: stretch;
  border: 0.5px solid var(--Secondary, #2B1666);
  background: #fff; /* default white */
  transition: all 0.3s ease;
      cursor: pointer;
}

/* When checked → purple background */
label.frequency-card:has(input[type="radio"]:checked) {
  background: var(--Purple, #EBD8EA);
  border-color: var(--Secondary, #2B1666);
}
.cs_main_pro_custom_richtext.cstm-price-richtext {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 7px;
    color: var(--Secondary, #2B1666);
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
}