/** Shopify CDN: Minification failed

Line 1074:12 Expected identifier but found whitespace
Line 1074:13 Unexpected "("

**/
/* for PDP and Quick Add */

.product-gallery {
  --swiper-navigation-button-size: 4rem;
  --swiper-navigation-icon-size: 2rem;

  --swiper-pagination-bottom: 1rem;

  --swiper-theme-color: rgb(var(--color-black));
  --swiper-navigation-color: rgb(var(--color-black));

  position: relative;
  display: block;
  width: 100%;
}

.product-gallery-slider {
  border-radius: var(--border-radius);
}

.product-gallery-slider .swiper-nav-button {
  background-color: rgba(var(--color-white), 0.53);
  border-radius: 36px;
  border: 1px solid rgb(var(--color-grey-3));
  height: 36px;
  width: 36px;
}

.product-gallery-slider .swiper-nav-button--next {
  right: 1.5rem;
}

.product-gallery-slider .swiper-nav-button--prev {
  left: 1.5rem;
}

.product-badge-list {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 1;
}

.product-badge-icon {
  width: 10rem;
}

.product-badge-text {
  color: rgb(var(--color-white));
}

#pdp-info-inner .pryce-item--compare {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .product-badge-list {
    left: 2rem;
    right: auto;
  }

  .product-badge-icon {
    width: 8rem;
  }
}

@media screen and (max-width: 1199px) {
  .section--pdp-main .product-gallery {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* .product-main-klarna *::part(osm-message),
.product-main-klarna *::part(osm-cta) {
    font-size: 1.1rem;
    line-height: 1.6rem;
    letter-spacing: 0.05em;
} */

.product-review-badge {
  margin-top: 2rem;
}

.product-review-badge .spr-badge {
  display: flex;
  align-items: center;
}

.product-review-badge .spr-badge-starrating {
  font-size: 1.5rem !important;
}

.product-review-badge .spr-badge-caption {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: var(--font-body-size);
  line-height: var(--font-body-line-height);
  letter-spacing: var(--font-body-letter-spacing);
  --font-body-family: var(--font-family-body-4);
  --font-body-weight: var(--font-weight-body-4);
  --font-body-style: var(--font-style-body-4);
  --font-body-size: var(--font-size-body-4-desktop);
  --font-body-line-height: var(--line-height-body-4-desktop);
  --font-body-letter-spacing: var(--letter-spacing-body-4-desktop);
}

#reviews-anchor-link {
  display: inline-block;
  margin-top: 0.6rem;
}

@media only screen and (max-width: 767px) {
  .product-review-badge .spr-badge-caption {
    --font-body-size: var(--font-size-body-4-mobile);
    --font-body-line-height: var(--line-height-body-4-mobile);
    --font-body-letter-spacing: var(--letter-spacing-body-4-mobile);
  }
}

.product-description {
  margin-top: 1.5rem;
  line-height: normal;
  margin-bottom: 1rem;
}

/* .product-description > * + * {
  margin-top: 2rem;
} */

.product-description ul li {
  line-height: 30px;
}

/* Needs to be removed */
.product-description div {
  display: none;
}

.product-cta-line {
  margin-top: 2rem;
}

.product-cta-line > * + * {
  margin-top: 2rem;
}

variant-radios {
  display: block;
  margin-top: 1.5rem;
}

@media only screen and (max-width: 1199px) {
  .product-form:not(.static) variant-radios {
    max-height: 0;
    overflow: hidden;
    transition: max-height ease 500ms, margin-top ease 400ms;
    margin-top: 0;
  }

  .product-form:not(.static) variant-radios.maxHeight {
    max-height: 1000px;
    margin-top: 1rem;
  }
}

fieldset.product-option {
  margin-left: unset;
  max-width: unset;
  overflow: auto;
  overflow-x: scroll;
}

.product-option-list > * + * {
  margin-top: 1.3rem;
}

.product-option-select-toggle {
  width: 100%;
  padding: 0 1.2rem;
  text-transform: initial;
  text-align: left;
  font-weight: 600;
}

.product-option-select:has(input[type="radio"].disabled:checked)
  .product-option-select-toggle
  span {
  color: rgb(var(--color-grey-1));
}

.product-option-value-list {
  padding: 0;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  max-width: calc(100vw - 3rem);
}

.product-option-value label {
  width: 100%;
  padding: 0;
  display: grid;
  align-content: center;
  cursor: pointer;
  position: relative;
}

.product-option:not(.option-color) .product-option-value label {
  border: 0.5px solid rgb(var(--color-black));
  border-radius: var(--border-radius);
  padding: 0.5rem 2rem;
  width: max-content;
  height: 100%;
}

.product-option:not(.option-color) input:checked + label {
  background-color: #675cb6;
  border: #675cb6 !important;
  /* background-color: rgb(var(--color-black)); */
  color: rgb(var(--color-white));
}

.custom-product-pdp:not(.option-color) input:checked + label {
  background-color:grey !important;
 color:#000;
  
}



.option-color .product-option-value label span:not(.visually-hidden) {
  display: none;
}

.option-color .product-option-value label:hover span:not(.visually-hidden) {
  display: block;
}

/* new pdp css start */

.cust-pdp-var-price {
  min-height:20px;
  font-weight:400;
  font-size:13px;
  line-height:16px;
  padding:3px 0px;
  margin-top:25px;
  max-width:250px;
}
.cust-pdp-var-price_div {
  padding:0px 6px;
  text-align:center;
}
.pdpv2-header {
  height:7rem !important;
}
.cust_justify {
  justify-content:center;
}
.cust_variant-title {
  font-size:12px;
  line-height:16px;
  font-family:'montserrat';
  color:#fff;
  font-weight:600;
  border: 1px solid #FF0000;
    border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
    position: absolute;
    top: 0px;
    width: 74%;
    left: 37px;
  background:#FF0000;
  border-top:none;
  padding:2px;
  text-align:center;
  
}
.cust_variant_pop_btn {
  position: absolute;
    top: 0p;
    top: 4px;
    right: 8px;
    z-index:9;
    border-radius:25px;
}
.cust_variant_pop_svg {
fill:#000;
color:#000 !important;
}
#custom_variant-details {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5); /* Using rgba for better transparency */
    display: none;
    align-items: center;
    justify-content: center;
}

.custom_variant_div_inner {
    position: relative;
    background: #fff;
    padding: 25px 10px;
    border-radius: 10px;
    box-shadow: 0 4px 10px #0000004d;
    min-width: 593px;
    max-width: 700px;
    max-height: 90vh; /* Prevents the popup from exceeding the screen height */
    overflow-y: auto; /* Enables scrolling inside the popup if needed */
}

#custom_var_add-to-cart-btn{

    background: #000;
    padding: 10px 29px;
    border-radius: 12px;
    margin-top: 12px;
    font-weight: 400;
  width:180px;
}
#custom_variant-price {
font-size:18px;
  line-height:22px;
font-family:'montserrat';
color:#000;
font-weight:700;
padding-right:8px;
}
#custom_variant-compare-price {
font-size:16px;
  line-height:22px;
font-family:'montserrat';
color:#000;
font-weight:600;
}
#custom_variant-title {
font-size:32px;
  color:#000;
  line-height:40px;
  font-weight:700;
  font-family:"montserrat";
  padding:0px 20px;
  max-width:453px;
  text-align:center;
}
#custom_variant-metafield ul {
     display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  margin-bottom:12px;
} 
#custom_variant-metafield ul  li {
  font-size:13px;
  font-weight:700;
} 
::marker {
   margin-right: 0px !important;
}
.custom_variant_image_div {
     display: flex;
    align-items: center;
    justify-content: center;
}
#custom_variant-image {
  max-width: 210px;
}
.variant_ilude_text {
  font-size:22px;
  font-family:'montserrat';
  line-height:28px;
  font-weight:700;
  margin-bottom:12px;
  color:#000;
  text-align:center
}
#custom_variant-metafield {
  padding:6px 5px;
}
.custom_pdp_list {
  display:flex  !important;
}
.custom_pdp_list li {
  max-width:300px;
}
.custom_pdp_list li:hover {
  background: #f0f0f0 !important;
  border-radius:20px
} 
.pdp-bundle-variants .product-form__submit {
  height:65px;
}
.pdp-bundle-variants .product-quantity {
  height:65px;
  
}
.custom_pdp_list li:hover label {
  border:none !important;
}
@media(max-width:900px)  {
.custom_pdp_list {
  display:flex !important;
  flex-direction:column !important;
}
.custom_variant_div_inner {
  min-width:unset;
}  
}
   .custom_close_pop_div{
        width: 100%;
      position: absolute;
      top: 10px;
      /* left: 0px; */
      display: flex;
      justify-content: flex-end;
      right: 15px;
}

@media(max-width:767px)  {

  #custom_variant-details {
    overflow-y: scroll;
    padding: 58px 0px 0px 0px;
  }
  #custom_variant-title {
    font-size:20px;
    line-height:28px;
  }
  .custom_close_pop_div {
    right:0px;
  }
  .custom_variant_div_inner {
    overflow-y:scroll;
    height:100%;
  }
  #custom_variant-metafield ul  li {
    font-size:7px;
    line-height:12px;
  }
 #custom_variant-metafield ul {
   margin-bottom:6px;
 }
 
}
.pdp-bundle-variants .product-form.static .product-option:not(.option-color) .product-option-value label {
    min-height: 150px;
    min-width: 285px;
} 
.custom_pdp_list:not(.option-color) input:checked+label {
     background-color:#f0f0f0 !important;
    border: 1px solid red !important;
    color: #000;
}

  .custom_pdp_list:not(.option-color) input:checked+label     .cust_variant-title  {
    background-color: #000;
    color:#fff;
    border:1px solid #000;
    
  }
.custom_pdp_list li:hover  .cust_variant-title {
  background-color: #000;
    color:#fff;
    border:1px solid #000;
}






.pdp-bundle-variants .product-option-value label {
    align-content: unset !important;
}
.custom_pdp_description .truncated-description {
  display:block
}
.bundle_variant_price {
    font-size: 20px;
}
/* new pdp css ends  */













.option-color .product-option-value label span:not(.visually-hidden)::after {
  border: 0.5rem solid transparent;
  border-top-color: rgb(var(--color-black));
  content: "";
  position: absolute;
  bottom: -0.9rem;
  left: 1.5rem;
  margin-left: -0.5rem;
}

.option-color .product-option-value label span:not(.visually-hidden) {
  position: absolute;
  top: -30px;
  width: max-content;
  left: 0;
  background-color: rgb(var(--color-black));
  color: rgb(var(--color-white));
  padding: 0.2rem 0.5rem;
  border-radius: 0.5rem;
}

.product-option-title {
  line-height: 1em;
}

@media screen and (max-width: 767px) {
  .product-option-value-list {
    padding: 0;
  }

  .product-option-value label {
    min-height: 3rem;
  }
}

/* .product-option-value input[type="radio"]:checked + label {
  font-weight: 600;
} */

.product-option-value input[type="radio"].disabled + label {
  opacity: 0.6;
  pointer-events: none;
}

.product-option-value
  input[type="radio"]:checked
  ~ label
  .swatch-image::before {
  border: 1px solid;
  border-radius: 3.8rem;
  content: "";
  height: 3.8rem;
  left: -0.3rem;
  position: absolute;
  top: -0.3rem;
  width: 3.8rem;
}

.swatch-image {
  position: relative;
}

.swatch-image img {
  border-radius: 100%;
  height: 3.2rem;
  width: 3.2rem;
}

.product-form__submit {
  width: 100%;
  text-transform: uppercase;
}

.product-bis-modal-opener button {
  width: 100%;
}

/* PDP Attributes */

.product-attributes:empty {
  display: none;
}

/* 
.product-attributes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
  margin-top: 1rem;
} 
.product-attribute {
  background-color: rgb(var(--color-grey-1));
  border-radius: 20px;
  padding: 1.8rem 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1.5rem;
}
*/

.product-attributes {
  display: flex;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1rem;
  margin-top: 1rem;
  flex-wrap: nowrap;
}

.product-attribute {
  background-color: #fbfbfb;
  border-radius: 5px;
  padding: 1.8rem 2rem;
  flex: 1 1 calc(33.333% - 20px);
  align-items: center;
  justify-content: flex-start;
  column-gap: 1.5rem;
  text-align: center;
}

.product-attribute-title.typography-body.typography-body--2.typography-body--2-medium {
  font-size: 10px;
  line-height: normal;
  margin: 10px 0 0;
}

.product-attribute svg {
  min-width: 2.8rem;
  margin: 0 auto;
}
.product-attribute img {
  min-width: 2.8rem;
  margin: 0 auto;
  max-width: 70px;
  width: 100% !important;
  height: auto !important;
}

/* PDP Notes */

.notes-list {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-right: 6px;
}

.notes-list .note {
  align-items: center;
  color: rgb(0, 0, 0);
  display: flex;
  font-weight: 600;
  gap: 5px;
  /* min-width: max-content; */
}

.notes-list img {
  height: 30px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 1199px) {
  .notes-list {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    justify-content: flex-start;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .notes-list .note {
    width: 45%;
  }
}

/* .notes-list::-webkit-scrollbar {
    display: none;
}  */

/* SPA Product Addon */ /* Needs to be removed */

#spiceaddonsappid {
  display: none !important;
}

/* PDP Upsell */

#pdp-upsell h3 {
  margin-top: 1rem;
}

#pdp-upsell .quick-add-card + .quick-add-card {
  margin-top: 1rem;
}

#pdp-upsell .quick-add-card-info h3 {
  margin-top: 0;
}

.quick-add-upsell-product {
  border: 1px solid rgb(var(--color-black));
  display: inline-block;
  height: 15px;
  -webkit-appearance: none;
  position: relative;
  width: 15px;
  margin: 0 !important;
  cursor: pointer;
}

.quick-add-upsell-product:checked::after {
  background-color: rgb(var(--color-black));
  border: 2px solid rgb(var(--color-white));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Recharge */

.rc_container_wrapper {
  margin-top: 3.05rem;
}

@media only screen and (max-width: 991px) {
  .rc_container_wrapper {
    margin-top: 0;
  }
}

/* Subscription Widget */
.rc-template__legacy-radio .rc-radio__input,
.rc-template__legacy-radio .rc-radio__label {
  cursor: pointer;
}

/* Affirm */

.affirm-container {
  margin-top: 1rem;
}

fieldset.product-option.subscribe-and-save {
  overflow: initial;
}

.product-option-select[data-attr="subscribe-and-save"] .subsave-plan--top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}

.product-option-select[data-attr="subscribe-and-save"] li {
  width: 100%;
  position: relative;
}

.product-option-select[data-attr="subscribe-and-save"] li input {
  position: absolute;
  top: 15px;
  left: 15px;
  border: 1px solid rgb(var(--color-black));
  display: inline-block;
  height: 12px;
  -webkit-appearance: none;
  width: 12px;
  margin: 0 !important;
  cursor: pointer;
}

.product-form.static
  .product-option-select[data-attr="subscribe-and-save"]
  li:last-child
  input {
  top: 20px;
}

.product-option-select[data-attr="subscribe-and-save"] li input:checked::after {
  background-color: rgb(var(--color-black));
  border: 2px solid rgb(var(--color-white));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.product-option-select[data-attr="subscribe-and-save"] li label {
  width: 100% !important;
  padding: 1rem 2rem 1rem 4rem !important;
}

.product-option-select[data-attr="subscribe-and-save"] h3.subsave-title {
  font-weight: 700;
  line-height: 18px;
}

.product-option-select[data-attr="subscribe-and-save"] .subsave-discount {
  background-color: rgb(var(--color-white));
  border: 0.5px solid rgb(var(--color-grey-2));
  border-radius: 20px;
  padding: 0 10px;
  font-weight: 500;
  display: flex;
  gap: 5px;
}

.product-option-select[data-attr="subscribe-and-save"] .subsave-price {
  font-weight: 500;
  flex-grow: 1;
  text-align: right;
}

.product-option-select[data-attr="subscribe-and-save"] .subsave-desc {
  font-weight: 500;
  font-size: 12px;
  width: 75%;
  line-height: 15px;
  margin-top: 1rem;
  text-align: left;
}

.product-option-select[data-attr="subscribe-and-save"]
  .subsave-price
  span.striked-price {
  color: rgb(var(--color-grey-2));
  font-size: 10px;
  font-weight: 700;
  text-decoration: line-through;
}

.product-option-select[data-attr="subscribe-and-save"]
  fieldset.product-option.subscribe-and-save {
  overflow: initial;
  margin-bottom: 15px;
}

.product-option-select[data-attr="subscribe-and-save"]
  fieldset.product-option.subscribe-and-save
  legend {
  font-weight: 700;
}

.pdp-main .product-form__submit.subsave_plan,
.pdp-main
  product-form.product-form:not(.static)
  .product-form__submit.subsave_plan {
  width: 100%;
}

.product-form:not(.static)
  .product-option-select[data-attr="subscribe-and-save"]
  .subsave-discount {
  display: flex;
  align-items: center;
  gap: 5px;
}

.product-form:not(.static)
  .product-option-select[data-attr="subscribe-and-save"]
  .subsave-desc {
  width: 100%;
  margin-top: 0;
}

.product-form:not(.static)
  .product-option-select[data-attr="subscribe-and-save"]
  .subsave-plan--top {
  align-items: flex-start;
}

.product-form:not(.static) .product-option-value-list {
  gap: 1rem;
}

.product-form:not(.static) .product-option-value-list li.product-option-value {
  align-self: stretch;
}

.product-form:not(.static)
  .product-option-select[data-attr="subscribe-and-save"]
  li:last-child
  input {
  top: 45px;
}

/* THIS WAS ADDED FOR VARIANTS PRICES NOT SUBSCRIBES */
/* This is added to remove overflow-x and overflow from button variants options */
.product-form.static
  .product-option-list
  fieldset.product-option.choose-your-ultima-classic-device {
  margin-left: unset;
  max-width: unset;
  overflow: visible;
  overflow-x: visible;
}
/* .product-form.static
  .product-option-list
  fieldset.product-option.choose-your-ultima-classic-device
  li.product-option-value {
  flex: 1 1 calc(33.333% - 20px);
  margin-bottom: 0;
  padding: 10px;
} */
.product-form.static .product-option-value-list {
  padding: 0;
  display: grid;
  align-items: center;
  margin-top: 1rem;
  max-width: calc(100vw - 3rem);
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.product-form.static
  .product-option:not(.option-color)
  .product-option-value
  label {
  border: 0.5px solid rgb(var(--color-black));
  border-radius: var(--border-radius);
  padding: 0.5rem 2rem;
  height: 100%;
  max-width: 100%;
  width: 100%;
  text-align: center;
} 
.custom_pdp_bundle_full_description {
  margin:0px;
}
.pdp-main .product-form:not(.static)  .custom_form_class {
  flex-direction: column !important;
  padding-bottom: 10px;
}  
.pdp-main .product-form:not(.static) .truemed-entry-box {
  justify-content: center !important;
}
.pdp-bundle-variants .product-form:not(.static) .varaints_stickyatc {
  display: flex;
  justify-content: center;
  gap: 10px;
  
}
@media(max-width:1199px) {
.pdp-main .product-form:not(.static) #title-reviews-atc div[data-bv-show="rating_summary"] {
  width:100%;
  justify-content: center;
}
  .pdp-main .product-form:not(.static) #title-reviews-atc h3 {
    width:100%;
    text-align: center;
  }
  .pdp-bundle-variants .product-form:not(.static) .varaints_stickyatc {
    margin-top:10px;
  }
}


@media only screen and (max-width: 991px) {
  .product-form:not(.static)
    .product-option-select[data-attr="subscribe-and-save"]
    li:last-child
    input {
    top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .product-option-select[data-attr="subscribe-and-save"] li label {
    padding: 1rem 1rem 1rem 3rem !important;
  }
  #custom_variant-metafield {
    max-width:250px;
    margin:0 auto;
  }
  #custom_variant-metafield ul {
  grid-template-columns: repeat(1, 1fr);  
  }
  #custom_variant-metafield ul li {
    font-size:12px;
  }
}
/* code for 40% off limited starts */

body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.cust_pdp_promo-banner {
  width: 100%; /* ✅ Editable width */
  border: 2px solid #000;
  border-radius: 25px;
  padding: 5px;
  padding-top:30px;
  position: relative;
  text-align: center;
  margin: 30px auto 10px auto;
  box-sizing: border-box;
}

.cust_pdpd_pill {
  font-family: 'Lora', serif;
  font-style: italic; /* ✅ REQUIRED for 'Lora Italic' variant to apply */
  font-weight: 400;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  color: white;
  padding: 5px 25px;
  border-radius: 999px;
  font-size: 18px;
}

.cust_pdp_promo-content h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height:16px;
}

.cust_pdp_promo-content p {
  font-size: 16px;
  margin: 7px 0;
  line-height:16px;
}

.cust_pdp_highlight {
  font-weight: 700;
  color: #7A6CC5; /* Purple color */
}

.cust_pdp_code {
  font-weight: 700;
  margin-top: 10px;
}


/* ends */
@media only screen and (max-width: 430px) {
  .product-attribute {
    padding: 10px 5px;
  }
  .product-attribute img {
    max-width: 50px;
  }
  .product-attribute-title.typography-body.typography-body--2.typography-body--2-medium {
    font-size: 9px;
  }
  .cust_pdp_promo-banner_div {
    padding:0px 20px;
  }
  .cust_pdp_promo-content h2 {
    font-size: 14px;
    margin-bottom: 0px;
}
.cust_pdp_promo-content p
Specificity: (0,1,1)
 {
    font-size: 12px;
    margin: 4px 0px;
}
.cust_pdp_promo-content p {
    font-size: 12px;
    margin: 0px 0;
}
.cust_pdpd_pill {
  font-size: 16px;
}


}


/* try app code  */


.main_div_for_try_bofore {
   background: #00000033;
    padding: 6px 15px;
    margin-bottom: 20px;
    margin-top:20px;
    border-radius: 25px;
}
.cust_try_before_you_buy_title {
  font-size:20px;
  font-weight:700;
  line-height:22px;
  color:#000;
  margin-bottom:15px;
  text-align:center
}

  .icon-grid {
    width: 560px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;              /* keeps nice spacing if width shrinks */
    font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    text-align: center;
  }

  .icon-item {
    flex: 1 1 0;
  }

  .icon-item img {
    display: block;
    width: 50px;            /* adjust if you want bigger/smaller */
    height: auto;
    margin: 0 auto 12px;
  }

  .icon-item .label {
    font-weight: 600;       /* Montserrat SemiBold */
    line-height: 1.2;
    font-size: 12px;
    color: #000;
    letter-spacing: 0.01em;
  }

  /* Optional: tighten multi-line spacing to look like the mock */
  .icon-item .label span { display: block; }
.pdp-main .product-form:not(.static) .main_div_for_try_bofore {
  display:none;
}
  /* Small screens: allow wrap into two rows elegantly */
  @media (max-width: 640px) {
    .icon-grid {
      flex-wrap: wrap;
      row-gap: 20px;
    }
    .icon-item {
      flex: 1 1 calc(50% - 12px);
    }
    .cust_try_before_you_buy_title {
      padding:5px;
    }
    .main_div_for_try_bofore {
      margin-top:20px
    }
  }
