/** Shopify CDN: Minification failed

Line 992:1 Unexpected "<"

**/
/*================ "Product pages" and "Featured product" ================*/
.aos-initialized .shopify-section--product [data-aos-order="1"],
.aos-initialized .featured-product-section [data-aos-order="1"] {
  animation-delay: 100ms;
}
.aos-initialized .shopify-section--product [data-aos-order="2"],
.aos-initialized .featured-product-section [data-aos-order="2"] {
  animation-delay: 188.5ms;
}
.aos-initialized .shopify-section--product [data-aos-order="3"],
.aos-initialized .featured-product-section [data-aos-order="3"] {
  animation-delay: 274ms;
}
.aos-initialized .shopify-section--product [data-aos-order="4"],
.aos-initialized .featured-product-section [data-aos-order="4"] {
  animation-delay: 356.5ms;
}
.aos-initialized .shopify-section--product [data-aos-order="5"],
.aos-initialized .featured-product-section [data-aos-order="5"] {
  animation-delay: 436ms;
}
.aos-initialized .shopify-section--product [data-aos-order="6"],
.aos-initialized .featured-product-section [data-aos-order="6"] {
  animation-delay: 512.5ms;
}
.aos-initialized .shopify-section--product [data-aos-order="7"],
.aos-initialized .featured-product-section [data-aos-order="7"] {
  animation-delay: 586ms;
}
.aos-initialized .shopify-section--product [data-aos-order="8"],
.aos-initialized .featured-product-section [data-aos-order="8"] {
  animation-delay: 656.5ms;
}
.aos-initialized .shopify-section--product [data-aos-order="9"],
.aos-initialized .featured-product-section [data-aos-order="9"] {
  animation-delay: 724ms;
}
.aos-initialized .shopify-section--product [data-aos-order="10"],
.aos-initialized .featured-product-section [data-aos-order="10"] {
  animation-delay: 788.5ms;
}
.aos-initialized .shopify-section--product [data-aos-order="11"],
.aos-initialized .featured-product-section [data-aos-order="11"] {
  animation-delay: 850ms;
}
.aos-initialized .shopify-section--product [data-aos-order="12"],
.aos-initialized .featured-product-section [data-aos-order="12"] {
  animation-delay: 908.5ms;
}
.aos-initialized .shopify-section--product [data-aos-order="13"],
.aos-initialized .featured-product-section [data-aos-order="13"] {
  animation-delay: 964ms;
}
.aos-initialized .shopify-section--product [data-aos-order="14"],
.aos-initialized .featured-product-section [data-aos-order="14"] {
  animation-delay: 1016.5ms;
}
.aos-initialized .shopify-section--product [data-aos-order="15"],
.aos-initialized .featured-product-section [data-aos-order="15"] {
  animation-delay: 1066ms;
}
.aos-initialized .shopify-section--product [data-aos-order="16"],
.aos-initialized .featured-product-section [data-aos-order="16"] {
  animation-delay: 1112.5ms;
}
.aos-initialized .shopify-section--product [data-aos-order="17"],
.aos-initialized .featured-product-section [data-aos-order="17"] {
  animation-delay: 1156ms;
}
.aos-initialized .shopify-section--product [data-aos-order="18"],
.aos-initialized .featured-product-section [data-aos-order="18"] {
  animation-delay: 1196.5ms;
}
.aos-initialized .shopify-section--product [data-aos-order="19"],
.aos-initialized .featured-product-section [data-aos-order="19"] {
  animation-delay: 1234ms;
}
.aos-initialized .shopify-section--product [data-aos-order="20"],
.aos-initialized .featured-product-section [data-aos-order="20"] {
  animation-delay: 1268.5ms;
}
.aos-initialized .shopify-section--product [data-aos-order="21"],
.aos-initialized .featured-product-section [data-aos-order="21"] {
  animation-delay: 1300ms;
}
.aos-initialized .shopify-section--product [data-aos-order="22"],
.aos-initialized .featured-product-section [data-aos-order="22"] {
  animation-delay: 1328.5ms;
}
.aos-initialized .shopify-section--product [data-aos-order="23"],
.aos-initialized .featured-product-section [data-aos-order="23"] {
  animation-delay: 1354ms;
}
.aos-initialized .shopify-section--product [data-aos-order="24"],
.aos-initialized .featured-product-section [data-aos-order="24"] {
  animation-delay: 1376.5ms;
}
.aos-initialized .shopify-section--product [data-aos-order="25"],
.aos-initialized .featured-product-section [data-aos-order="25"] {
  animation-delay: 1396ms;
}
.aos-initialized .shopify-section--product [data-aos-order="26"],
.aos-initialized .featured-product-section [data-aos-order="26"] {
  animation-delay: 1412.5ms;
}
.aos-initialized .shopify-section--product [data-aos-order="27"],
.aos-initialized .featured-product-section [data-aos-order="27"] {
  animation-delay: 1426ms;
}
.aos-initialized .shopify-section--product [data-aos-order="28"],
.aos-initialized .featured-product-section [data-aos-order="28"] {
  animation-delay: 1436.5ms;
}
.aos-initialized .shopify-section--product [data-aos-order="29"],
.aos-initialized .featured-product-section [data-aos-order="29"] {
  animation-delay: 1444ms;
}
.aos-initialized .shopify-section--product [data-aos-order="30"],
.aos-initialized .featured-product-section [data-aos-order="30"] {
  animation-delay: 1448.5ms;
}

.product-single {
  background: var(--bg);
}

@media only screen and (min-width: 768px) {
  .product-single .form__wrapper.is-sticky {
    position: sticky;
    top: var(--sticky-top, 0);
  }
}

@media only screen and (min-width: 768px) {
  .product-single__wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: var(--gutter);
  }
}

.product__full-width-blocks {
  grid-column: 1/-1;
}
@media only screen and (min-width: 768px) {
  .product__full-width-blocks {
    padding-top: calc(var(--gutter) / 2);
  }
}

.aos-initialized .product-single__wrapper [data-aos][data-aos].aos-animate {
  transform: none;
}

@media only screen and (min-width: 768px) {
  .product-single__wrapper--large {
    grid-template-columns: calc(60% - var(--gutter) / 2) calc(40% - var(--gutter) / 2);
  }
}

@media only screen and (min-width: 768px) {
  .product-single__wrapper--standard {
    grid-template-columns: calc(50% - var(--gutter) / 2) calc(50% - var(--gutter) / 2);
  }
}

@media only screen and (min-width: 1024px) {
  .product-single__wrapper--grid .product-gallery__media-slider {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .product-single__wrapper .product__submit__holder {
    padding-top: calc(var(--form-margin-mobile) * 2);
  }
}

.featured-product--onboarding .product-single__wrapper--grid .product-gallery__media-slider {
  grid-template-columns: minmax(0, 1fr);
}

@media only screen and (min-width: 768px) {
  .product-single__wrapper--stacked .product-gallery__media-slider {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }
}

.product-single__details {
  width: 100%;
  position: relative;
  z-index: 15;
}
.cs-single-product {
  width: 100%;
  position: relative;
  z-index: 15;
}
@media only screen and (min-width: 768px) {
  .product-single__details .form__wrapper {
    max-width: 460px;
    margin: 0 auto;
  }
  .cs-single-product .form__wrapper {
    max-width: 618px;
    margin: 0 auto;
  }
 
}

.js .product-single__wrapper--carousel .product-gallery__media-slider:not(.flickity-enabled) .product-gallery__media-slide:not(:first-child) {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.product-single__wrapper--carousel .product-gallery__media-slide.media--hidden:not(.is-selected) button,
.product-single__wrapper--carousel .product-gallery__media-slide.media--hidden:not(.is-selected) input,
.product-single__wrapper--carousel .product-gallery__media-slide.media--hidden:not(.is-selected) iframe,
.product-single__wrapper--carousel .product-gallery__media-slide.media--hidden:not(.is-selected) .shopify-model-viewer-ui__button,
.product-single__wrapper--carousel .product-gallery__media-slide.media--hidden:not(.is-selected) .shopify-model-viewer-ui__controls-area {
  visibility: hidden;
  transition: visibility 0s linear 0.75s;
}

.product-single__thumbnails {
  margin: 5px 0;
}
@media only screen and (max-width: 1023px) {
  .product-single__thumbnails {
    margin: 5px calc(var(--gutter-mobile) * -1);
  }
}

.product-single__thumbnails:not(.flickity-enabled) {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.product-single__thumbnails:not(.flickity-enabled)::-webkit-scrollbar {
  display: none;
}

.product-single__thumbnails:not(.flickity-enabled) .product-single__thumbnail {
  min-width: 110px;
}

.product-single__thumbnails.flickity-enabled.is-draggable .flickity-viewport {
  cursor: default;
}

@media only screen and (min-width: 768px) {
  .product-single__wrapper--stacked .product-single__thumbnails,
  .product-single__wrapper--grid .product-single__thumbnails {
    display: none;
  }
}

.product-single__thumbnail {
  position: relative;
  display: block;
  padding: 5px;
  cursor: pointer;
}
.product-single__thumbnail .icon {
  position: absolute;
  top: 2px;
  right: 2px;
  margin: 5px;
  height: 22px;
  width: 22px;
  vertical-align: baseline;
}
.product-single__thumbnail:first-child {
  padding-left: var(--gutter-mobile);
}
.product-single__thumbnail:last-child {
  padding-right: var(--gutter-mobile);
}
@media only screen and (min-width: 768px) {
  .product-single__thumbnail:first-child {
    padding-left: 0;
  }
  .product-single__thumbnail:last-child {
    padding-right: 0;
  }
}

.product-single__thumbnail-link {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: var(--BORDER-WIDTH) solid transparent;
}
.is-nav-selected .product-single__thumbnail-link {
  border-color: var(--text);
}

.product-single__thumbnail-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.body--rounded-corners .product-single__thumbnail-link {
  border-radius: var(--radius-medium);
  overflow: hidden;
}
/* custom css */

  .custom-product-title{
    font-size: 40px;
    font-weight: 500; margin-top: 8px;     
    padding: 0;
    margin-bottom: 8px;
  }
  .custom-product-price{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
    }

    .compare-price{
      color:#7a7a7a;
      text-decoration:line-through;
      font-size:16px;
      font-weight:400;
    }

    .main-price{
      color:#111;
      font-size:40px;
      line-height:1;
    }

    .discount-badge{
      padding:8px 14px;
      border-radius:10px;
      font-size:14px;
      font-weight:700;
      line-height:1;
      display:inline-flex;
      align-items:center;
      justify-content:center;
    }

    /* gerrente box */

    .guarantee-box {
      display: flex;
      padding: 20px 16px;
      align-items: center;
      gap: 24px;
      align-self: stretch;
      border-radius: 8px;
      background: #F7F6F4;
  }

  .guarantee-box img {
   width: 83.413px;
   height: 80px;
  }

  .guarantee-text h2 {
    color: #0F172A;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }

  .guarantee-text p {
    color:  #0F172A;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 184.615% */
    letter-spacing: -0.13px;
  }

  .features {
    margin-top: 20px;
  }

  .feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    margin: 10px 0;
    font-weight: 600;
  }

  .feature-item span {
    font-size: 20px;
  }
    .warning-notice-box {
      display: flex;
      padding: 20px 16px;
      flex-direction: column;
      align-self: stretch;
      border-radius: 8px;
      border: 2px dashed rgba(191, 0, 0, 0.30);
      background: rgba(191, 0, 0, 0.05);
      margin-top: 24px;
      margin-bottom: 24px;
    }

    .warning-header {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 10px;
    }

    .default-warning-icon {
      width: 20px;
      height: 20px;
      aspect-ratio: 1/1;
    }

    .custom-warning-icon {
      width: 18px;
      height: 18px;
      object-fit: contain;
      flex-shrink: 0;
    }

    .warning-title {
      font-size: 14px;
      font-weight: 600;
      color: #BF0000;
    }

    .warning-body, .warning-body p {
      color: rgba(191, 0, 0, 0.80);
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 160%; /* 20.8px */
      letter-spacing: -0.13px;
    }
    .warning-body strong {
      font-weight: 700;
    }
    .warning-body u {
      text-decoration: underline;
    }
    .feature-icons-new {
      display: flex;
      flex-wrap: wrap;
      gap: 16px 27px;
      align-items: center;
      margin-top: 32px;
      margin-bottom: 32px;
    }

    .pd-feature-item-new {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px !important;
      font-weight: 500;
      color: #1f2430;
      line-height: 1;
    }

    .pd-feature-item-new svg, 
    .pd-feature-item-new .pd-feature-img-new {
      width: 16px;
      height: 16px;
      flex-shrink: 0;
    }

    .pd-feature-item-new svg {
      stroke: #1f2430;
    }

    .pd-feature-item-new .pd-feature-img-new {
      object-fit: contain;
    }
    .video-section {
      margin-top: 12px;
      margin-bottom: 24px;
    }
    .video-section h2 {
    color:  #0F172A;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 18px */
    text-transform: uppercase;
    margin-bottom: 16px;
    }
    .video-slider {
      overflow: hidden;
      max-width: 1000px;
      margin: auto;
    }
    .video-track {
      display: flex;
      transition: transform 0.4s ease;
    }
    .video-card {
      min-width: calc(100% / 3);
      padding: 0 6px;
      box-sizing: border-box;
    }
    .video-inner {
      position: relative;
      overflow: hidden;
      background: #000;
      border-radius: 4px;
    }
    .video-inner video {
      width: 100%;
      object-fit: cover;
      cursor: pointer;
      display: block;
      aspect-ratio: 9 / 16;
    }
    .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 30px;
      height: 30px;
      background: #ffff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 2;
    }
    .play-btn::before {
      content: '';
      border-left: 8px solid #000;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      margin-left: 4px;
    }
    .dots {
      display: flex;
      justify-content: center;
      gap: 8px;
    }
    .dots span {
      width: 7px;
      height: 7px;
      background: #d2b48cb9;
      display: inline-block;
      border-radius: 50%;
      cursor: pointer;
    }
    .dots .active {
      background: #d2b48c;
      width: 15px;
      border-radius: 5px;
    }

    
.verified-section {
    padding: 20px 0;
    width: 100%;
  }

  .verified-heading {
    color:#0F172A;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 100% */
    text-transform: uppercase;
    margin-bottom: 16px;
  }

  .verified-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .verified-card {
    width: 100%;
  }

  .verified-img-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1 / 1; 
  }

  .verified-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

.verified-badge-overlay {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);

    display: flex;
    align-items: center;
    gap: 5px;

    padding: 4px 10px;
    border-radius: 20px;
}

  .verified-icon {
    display: flex;
    align-items: center;
    position: absolute;
    left: -10px;
  }

  .verified-handle {
    font-size: 13px;
    font-weight: 700;
    color: #000;
  }

  .rating-banner-container {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    width: 100%;
  }

  .star-blocks-flex {
    display: flex;
    gap: 4px;
    align-items: center;
  }

  .green-star-box {
    width: 20px;
    height: 20px;
    background-color: #00b67a; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px; 
  }

  .rating-text-content {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    line-height: 100%;
  }
  .rating-score-text p{
    margin: 0;
    padding: 0;
  }

  .rating-score-text {
    color: #667085;
  }

  .rating-score-text strong {
    color: #0F172A;
    font-weight: 700;
  }

  .reviews-count-text {
    color: #6c7a93;
    position: relative;
  }



  .reviews-count-text strong {
    color: #191919;
    font-weight: 700;
  }
  
  .delivery-estimation-banner {
    margin-bottom: 16px;

  }

  .delivery-content-flex {
   display: flex;
    height: 39.44px;
    padding: 9px 12px;
    align-items: flex-end;
    gap: 13px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #E7EEF5;
  }

  .delivery-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .delivery-text-area {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 15px;
    line-height: 1.2;
  }

  .delivery-label-text {
   color: #667085;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 15.6px */
  }

  .delivery-date-highlight {
    color: #0F172A;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 15.6px */
  }
    .rating-score-text p{
         font-size: 16px;
      }

/* accordion start */

.shpf-acc-wrapper { 
  border-bottom: 1.5px solid #000000; 
  width: 100%; 
}
.shpf-acc-trigger { 
  width: 100%; 
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  background: none; 
  border: none; 
  padding: 16px 0; 
  cursor: pointer; 
  text-align: left; 
  outline: none; 
}
.shpf-acc-heading { 
  color: #0F172A;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 18px */
}
.gift-item-card-3 .gift-card-selected {
    border: 2px solid black;
}
.shpf-acc-toggle-icon { 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  position: relative; 
  width: 14px; 
  height: 14px; 
}
.shpf-acc-toggle-icon::before, 
.shpf-acc-toggle-icon::after { 
  content: ""; 
  position: absolute; 
  background-color: #000000; 
  transition: transform 0.25s ease-out; 
}
.shpf-acc-toggle-icon::before { 
  top: 6px; 
  left: 0; 
  width: 14px; 
  height: 1.5px; 
}
.shpf-acc-toggle-icon::after { 
  top: 0; 
  left: 6px; 
  width: 1.5px; 
  height: 14px; 
}
.shpf-acc-trigger[aria-expanded="true"] .shpf-acc-toggle-icon::after { 
  transform: rotate(90deg); 
  opacity: 0; 
}
.shpf-acc-trigger[aria-expanded="true"] .shpf-acc-toggle-icon::before { 
  transform: rotate(180deg); 
}
.shpf-acc-panel { 
  max-height: 0; 
  overflow: hidden; 
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1); 
}
.shpf-acc-body { 
  padding: 0 0 20px 0; 
  font-size: 15px; 
  line-height: 1.6; 
  color: #2b2b2b; 
}
/* accordion end */

    @media screen and (max-width:768px){

        .rating-score-text p{
         font-size: 14px;
      }
      .compare-price{
        font-size:16px;
      }

      .main-price{
        font-size:28px;
      }

      .discount-badge{
        font-size:14px;
        padding:6px 10px;
      }

        .guarantee-text p {
      font-size: 13px;
      text-align: left;
    }
    .guarantee-text h2 {
      font-size: 16px;
      text-align: left;
    }

    .feature-item {
      gap: 9px;
      font-size: 16px;
      margin: 6px 0;
    }

       .feature-icons-new {
        gap: 18px 24px;
      }

      .pd-feature-item-new {
        font-size: 16px;
      }

      .pd-feature-item-new svg,
      .pd-feature-item-new .pd-feature-img-new {
        width: 22px;
        height: 22px;
      }
        .video-card {
        min-width: 50%;
      }

        .verified-grid {
      grid-template-columns: 1fr; 
    }
    .verified-heading {
      text-align: center;
    }

        .verified-grid {
      grid-template-columns: repeat(2, 1fr); 
      gap: 10px;
    }

    .rating-banner-container {
      margin-top: 24px;
      gap: 10px;
      justify-content: start;
      align-items: start;
      padding: 0;
    }
    .rating-text-content {
      font-size: 14px;
      gap: 8px;
    }
    .green-star-box {
      width: 14.286px;
      height: 14.286px;
    }
    .green-star-box svg {
      width: 14.286px;
      height: 14.286px;
    }

   
    .delivery-content-flex {
      gap: 10px;
    }
    .delivery-text-area {
      font-size: 13px;
      gap: 8px;
    }
    .delivery-icon-wrapper svg {
      width: 18px;
      height: 18px;
    }

    .verified-section{
      display: none;
    }
    .custom-product-title{
    font-size: 24px !important;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    }
    .product__subheading p {
        font-size: 14px;
        margin: 0;
        padding: 0;
    }
    .feature-icons-new {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
      margin-top: 28px;
      margin-bottom: 28px;
   }

    .guarantee-box img {
    width: 83.413px;
    height: 80px;
  }

    }

    /* Container styling */
.pdp-action-wrapper {
  max-width: 550px;
  margin: 20px 0;
}

.pdp-row {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pdp-row.pdp-size-guide-row {
    margin-bottom: 0;
}

/* Size Guide Link */
.pdp-size-guide-link {
  font-size: 14px;
  color: #0F172A;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  text-decoration-line: underline;
  font-family: poppins;
}

/* Stock Pulsing Indicator */
.pdp-stock-status {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #0d1b2a;
  font-size: 14px;
  letter-spacing: 0.5px;
}</div>
.stock-pulse-dot {
  width: 12px;
  height: 12px;
  background-color: #cc0000;
  border-radius: 50px;
  margin-right: 8px;
  display: inline-block;
  box-shadow: 0 0 0 4px rgba(204, 0, 0, 0.2);
}

/* Sold Flash Tag */
.pdp-sold-counter {
  border: 1px solid #f2e9e4;
  padding: 6px 14px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  color: #1d2d44;
  font-size: 13px;
  font-weight: 500;
  background-color: #fff;
}
.pdp-sold-counter .cart-icon {
  margin-right: 6px;
  display: flex;
  align-items: center;
}

/* Quantity Selector Styling */
.pdp-quantity-selector {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 48px;
  background-color: #fff;
  width: 120px;
  justify-content: space-between;
  margin-right: 8px;
}
.qty-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  width: 35px;
  height: 100%;
  color: #1d2d44;
}
.qty-input {
  width: 40px;
  text-align: center;
  border: none;
  font-weight: bold;
  font-size: 15px;
  outline: none;
  -moz-appearance: textfield;
}
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Add To Bag Button Styling */
.pdp-atc-button {
  background-color: #0d1424 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: bold !important;
  letter-spacing: 1px !important;
  height: 48px;
  flex-grow: 1;
  margin-left: 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
}

/* Payment Icons Layout */
.pdp-payment-icons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  justify-content: center;
}
.payment-logo {
  height: 24px;
  width: 38px;
  object-fit: contain;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 2px 4px;
  background: #fff;
}
.payment-logo.bg-black {
  background: #000;
  border-color: #000;
}
/* Quantity Selector Box */
.pdp-quantity-selector {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 48px;
  background-color: #ffffff;
  width: 120px; /* Chhoto mone hole 130px korte paren */
  min-width: 120px;
  justify-content: space-between;
  overflow: hidden;
}

/* Plus/Minus Buttons */
.qty-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  width: 35px;
  height: 100%;
  color: #0d1424 !important; /* Button Sign Color */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* Input Number Styling (Fixes Hidden Value) */
.qty-input {
  width: 50px;
  height: 100%;
  text-align: center;
  border: none !important;
  background: transparent !important;
  font-weight: bold !important;
  font-size: 16px !important;
  color: #0d1424 !important; /* Number color bold & black */
  padding: 0 !important;
  margin: 0 !important;
  outline: none;
  -moz-appearance: textfield;
}

/* Chrome, Safari, Edge internal arrow hidden */
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ==========================================================================
   MOBILE RESPONSIVE RULES (Exact Match for Image 2)
   ========================================================================== */
/* ==========================================================================
   MOBILE RESPONSIVE RULES (Exact Match for Image 2 & 3)
   ========================================================================== */
/* ==========================================================================
   MOBILE RESPONSIVE RULES (Exact Match for Image)
   ========================================================================== */
@media screen and (max-width: 767px) {
   .video-section {
      margin-top: 24px;
      margin-bottom: 0;
    }
  
  .pdp-action-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 10px; 
  }

  .pdp-info-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
    align-items: start;
  }

  .pdp-sold-counter {
    order: 1;
    width: 100%;
    box-sizing: border-box;
    justify-content: flex-start;
    margin-bottom: 18px !important;
    padding: 12px 14px !important; 
    border: 1px solid #F1E9E5 !important; 
    border-radius: 6px !important;
    margin-top: 12px;
  }

 
  .pdp-size-guide-row {
    order: 2;
    margin-bottom: 22px !important;
    width: 100%;
    display: block;
  }
  
  .pdp-size-guide-link {
    font-size: 15px !important;
  }


  .pdp-cta-row {
    order: 3;
    display: flex;
    flex-direction: row !important; 
    flex-wrap: nowrap !important; 
    justify-content: space-between !important;
    align-items: center !important;
    width: 100%;
    margin-bottom: 18px !important;
  }


  .pdp-stock-status {
    order: 1;
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
    font-size: 13px !important; 
    letter-spacing: 0.5px;
  }

  .stock-pulse-dot {
    width: 12px;
    height: 12px;
    background-color: #D31111 !important; 
    box-shadow: 0 0 0 4px rgba(211, 17, 17, 0.2) !important;
  }


  .pdp-quantity-selector {
    order: 2;
    width: 100px !important;
    min-width: 100px !important;
    height: 44px !important; 
    margin-right: 0 !important;
    margin-left: auto; 
    border: 1px solid #E2E8F0 !important;
    border-radius: 6px !important;
  }

  
  .pdp-atc-submit-btn {
    order: 4; 
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    height: 50px !important; 
    background-color: #0B1220 !important; 
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    border-radius: 4px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
  }

  
  .pdp-payment-icons {
    order: 5;
    width: 100%;
    margin-top: 20px !important;
    display: flex;
    justify-content: center;
    gap: 12px !important;
  }
  .pc{
    display: none;
  }
}

/* Exact Match for stock-pulse-dot */
.stock-pulse-dot {
  width: 12px;
  height: 12px;
  background-color: #cc0000;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  flex-shrink: 0; /* Mobile-e jeno dot choto na hoye jay */
}

/* Outer glowing ring text jeta jolbe r nibhbe */
.stock-pulse-dot::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #cc0000;
  border-radius: 50%;
  z-index: 1;
  opacity: 0.8;
  animation: stock-glow-pulse 2s infinite cubic-bezier(0.4, 0, 0.6, 1);
}

/* Breathing & Fading Glow Animation Logic */
@keyframes stock-glow-pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(2.4); /* Glow pulse-ti matha chere boro hobe */
    opacity: 0;            /* Full expand hoye nibhe jabe */
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}



/* OVERLAY */
.sg-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(0,0,0,0.65);
  backdrop-filter: blur(4px);

  justify-content: center;
  align-items: center;
}

/* CENTER WRAPPER */
.sg-modal-content-wrapper {
    width: 66%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    margin-top: 20px;
}

/* MAIN CARD */
.sg-modal-content {
    width: 100%;
    max-width: 757px;
    max-height: 77vh;
    background: #f7f7f7;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
    overflow: hidden;
}


/* HEADER */
.sg-header {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 18px 50px;
  background: #efefef;
  border-bottom: 1px solid #ddd;
  letter-spacing: 0.5px;
}

/* CLOSE BUTTON */
.sg-close-btn {
  position: absolute;
  top: 10px;
  right: 12px;

  width: 34px;
  height: 34px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 26px;
  cursor: pointer;

  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

/* IMAGE WRAPPER (SCROLL AREA) */
.sg-image-wrapper {
  padding: 18px;
  overflow-y: auto;
  max-height: calc(90vh - 60px);
}

/* IMAGE */
.sg-metafield-img {
  /* height: 500px; */
  display: block;
  margin: 0 auto;
  border-radius: 6px;
  margin-bottom: 15px;
}

/* SCROLLBAR */
.sg-image-wrapper::-webkit-scrollbar {
  width: 6px;
}

.sg-image-wrapper::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 10px;
}

/* Base Link Styling */
.mobile-pdp-size-guide-link {
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  color: #121212;
  cursor: pointer;
  display: inline-block;
}

/* Modal Core Structure */
.custom-size-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none; /* Controlled by JS */
  align-items: flex-end; /* Bottom drawer UI touch for mobile */
}

.custom-size-modal[aria-hidden="false"] {
  display: flex;
}

/* Premium Black Dim Overlay */
.size-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
}

/* Modal Body Content Area */
.size-modal-content {
  position: relative;
  width: 100%;
  max-height: 85vh; /* Standard viewport limit for mobile screens */
  background: #ffffff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 40px 16px 24px 16px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  z-index: 2;
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
}

.custom-size-modal[aria-hidden="false"] .size-modal-content {
  transform: translateY(0);
}

/* Pixel Perfect Close Button Alignment */
.size-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Content Body Scroll Setting */
.size-modal-body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* Smooth iOS bounce scroll */
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.size-chart-img-wrapper {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.size-chart-img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.no-size-data {
  text-align: center;
  padding: 30px 0;
  font-size: 14px;
  color: #757575;
}



/* Prevent main page scrolling when size guide is active */
/* body.size-modal-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
} */

/* Base Modal Reset */
.custom-size-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999 !important; /* Raised index to top-layer overlay */
  display: none; 
  align-items: flex-end;
}

/* Active Class & Attribute support both */
.custom-size-modal[aria-hidden="false"] {
  display: flex !important;
}



  .header-text img{
  width: 25px;
  }
  .batch-timeline-container {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .batch-timeline-card {
    background-color: #f7f6f4;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
    margin-bottom: 24px;
  }

  .batch-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #1A3020;
    font-size: 16px;
  }

  .batch-contenttt {
    margin-bottom: 18px;
  }
  .batch-contenttt p{
    padding-top: 0;
    margin-top: 0;
  }
  .arrow-icon {
    margin-left: auto;
    font-size: 12px;
    color: #4A5568;
    transform: rotate(180deg);
  }

  /* Blinking Effect */
  .pulse-dot {
    width: 12px;
    height: 12px;
    background-color: #BF0000;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(244, 64, 64, 0.7);
    animation: pulse 1.6s infinite;
  }

  @keyframes pulse {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(244, 64, 64, 0.7);
    }
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 8px rgba(46, 204, 113, 0);
    }
    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(46, 204, 113, 0);
    }
  }

  .batch-timeline-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 30px;
  }

  .timeline-line {
    position: absolute;
    left: 8px;
    top: 25px;
    bottom: 25px;
    width: 1px;
    background-color: #A0AEC0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .line-dot {
    width: 6px;
    height: 6px;
    background-color: #718096;
    border-radius: 50%;
  }

  .line-home-icon {
    background: #F8F9F6;
    font-size: 12px;
    padding: 2px 0;
    color: #4A5568;
  }

  .batch-item {
    background: #ffffff00;
    border: 1.5px solid #758068;
    border-radius: 12px;
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease;
  }

  .active-batch {
    border: 1.5px solid #daab2e;
  }

  .batch-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .batch-subtitle {
    margin: 0;
    font-size: 13px;
    color: #718096;
  }

  .batch-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #2D3748;
  }

  .batch-status {
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
  }

  .status-icon {
    font-size: 11px;
  }

  .status-orange {
    background-color: #ff1111ff;
    color: #FFFFFF;
  }

  .status-yellow {
    background-color: #FDCE59;
    color: #000000ff;
  }

  .status-green {
    background-color: #5AD7A1;
    color: #000000ff;
  }

  .batch-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    font-size: 13px;
    color: #2D3748;
    font-weight: 500;
  }

  .footer-check {
    background: #48BB78;
    color: white;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
  }

  

/* MOBILE */
@media (max-width: 768px) {

  
  .sg-modal-content {
    max-height: 92vh;
  }

  .sg-header {
    font-size: 18px;
    padding: 15px 45px;
  }
  .sg-metafield-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
    margin-bottom: 15px;
 }


  .header-text img{
  width: 25px;
  }
  .batch-timeline-container {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .batch-timeline-card {
    background-color: #f7f6f4;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
    margin-bottom: 24px;
  }


  .arrow-icon {
    margin-left: auto;
    font-size: 12px;
    color: #4A5568;
    transform: rotate(180deg);
  }

  /* Blinking Effect */
  .pulse-dot {
    width: 12px;
    height: 12px;
    background-color: #bf0000;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.7);
    animation: pulse 1.6s infinite;
  }

  @keyframes pulse {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 #bf0000;
    }
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 8px rgba(46, 204, 113, 0);
    }
    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(46, 204, 113, 0);
    }
  }

  .batch-timeline-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 30px;
  }

  .timeline-line {
    position: absolute;
    left: 8px;
    top: 25px;
    bottom: 25px;
    width: 1px;
    background-color: #A0AEC0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .line-dot {
    width: 6px;
    height: 6px;
    background-color: #718096;
    border-radius: 50%;
  }

  .line-home-icon {
    background: #F8F9F6;
    font-size: 12px;
    padding: 2px 0;
    color: #4A5568;
  }

  .batch-item {
    background: transparent;
    border: 1.5px solid #758068;
    border-radius: 12px;
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease;
  }

  .active-batch {
    border: 1.5px solid #daab2e;
  }

  .batch-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .batch-subtitle {
    margin: 0;
    font-size: 13px;
    color: #718096;
  }

  .batch-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #2D3748;
  }

  .batch-status {
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;

  }

  .status-icon {
    font-size: 11px;
  }

  .status-orange {
    background-color: #fe8f50;
    color: #FFFFFF;
  }

  .status-yellow {
    background-color: #FDCE59;
    color: #FFFFFF;
  }

  .status-green {
    background-color: #5AD7A1;
    color: #FFFFFF;
  }

  .batch-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    font-size: 13px;
    color: #2D3748;
    font-weight: 500;
    justify-content: center;
  }

  .footer-check {
    background: #48BB78;
    color: white;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
  }


  .header-text img{
  width: 25px;
  }
  .batch-timeline-container {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .batch-timeline-card {
    background-color: #f7f6f4;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
    margin-bottom: 24px;
  }

 .batch-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #1A3020;
    font-size: 16px;
  }

  .batch-contenttt {
    margin-bottom: 18px;
  }
  .batch-contenttt p{
    padding-top: 0;
    margin-top: 0;
  }

  .arrow-icon {
    margin-left: auto;
    font-size: 12px;
    color: #4A5568;
    transform: rotate(180deg);
  }

  /* Blinking Effect */
  .pulse-dot {
    width: 12px;
    height: 12px;
    background-color: #bf0000;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 0 #bf0000;
    animation: pulse 1.6s infinite;
  }

  @keyframes pulse {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 #bf0000;
    }
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 8px rgba(46, 204, 113, 0);
    }
    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(46, 204, 113, 0);
    }
  }

  .batch-timeline-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 30px;
  }

  .timeline-line {
    position: absolute;
    left: 8px;
    top: 25px;
    bottom: 25px;
    width: 1px;
    background-color: #A0AEC0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .line-dot {
    width: 6px;
    height: 6px;
    background-color: #718096;
    border-radius: 50%;
  }

  .line-home-icon {
    background: #F8F9F6;
    font-size: 12px;
    padding: 2px 0;
    color: #4A5568;
  }

  .batch-item {
    background: transparent;
    border: 1.5px solid #758068;
    border-radius: 12px;
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease;
  }

  .active-batch {
    border: 1.5px solid #daab2e;
  }

  .batch-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .batch-subtitle {
    margin: 0;
    font-size: 13px;
    color: #718096;
  }

  .batch-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #2D3748;
  }

  .batch-status {
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
  }

  .status-icon {
    font-size: 11px;
  }

.status-orange {
    background-color: #f11;
    color: #fff;
}

  .status-yellow {
    background-color: #fdce59;
    color: #000000ff;
  }

  .status-green {
    background-color: #5ad7a1;
    color: #000000ff;
  }

  .batch-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    font-size: 13px;
    color: #2D3748;
    font-weight: 500;
    justify-content: center;
  }

  .footer-check {
    background: #48BB78;
    color: white;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
  }

   .batch-status {
      width: auto;
       padding: 4px 8px;
      font-size: 12px;
    }
    .batch-subtitle {
    font-size: 12px;
   }
   .batch-title {
    font-size: 14px;
   }
   .batch-timeline-card {
    padding: 20px 9px;
   }
  
   .batch-timeline-list {
      padding-left: 22px;
   }

  .size-modal-content{
    display:none;
  }

  .sg-modal-content-wrapper {
    width: 100%;

}

}



/* Desktop Hide */
.ps-mobile-pdp-row,
.ps-size-modal {
  display: none;
}

/* Mobile Only */
@media screen and (max-width: 767px) {

  .sg-modal-content {

    max-height: 100vh;
}

  .ps-mobile-pdp-row {
    display: block;
    margin-top: 12px;
  }

  .ps-mobile-pdp-size-guide-link {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    cursor: pointer;
  }

  /* Modal */
  .ps-size-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    align-items: center;
    justify-content: center;
  }

  .ps-size-modal[aria-hidden="false"] {
    display: flex;
  }

  .ps-size-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
  }

  .ps-size-modal-content {
    position: relative;
    width: calc(100% - 30px);
    max-width: 500px;
    max-height: 90vh;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    z-index: 2;
    animation: psModalFade .25s ease;
  }

  .ps-size-modal-body {
    overflow-y: auto;
    max-height: 90vh;
  }

  .ps-size-modal-body img {
    width: 100%;
    display: block;
  }

  .ps-size-modal-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background: #fff;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    z-index: 5;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  }

  body.ps-size-modal-open {
    overflow: hidden;
  }

  @keyframes psModalFade {
    from {
      opacity: 0;
      transform: translateY(12px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}



.sg-size-guide-text{
  margin-top: 20px;
  color: #222;
}

.metafield-rich_text_field h1,
.metafield-rich_text_field h2,
.metafield-rich_text_field h3,
.metafield-rich_text_field h4{
    margin-bottom: 24px;
    font-size: 25px;
    font-weight: 500;
}

.sg-size-guide-text ul,
.sg-size-guide-text ol{
  padding-left: 20px;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 500;
}

.sg-size-guide-text p{
  margin-bottom: 10px;
  font-size: 18px;
}
.metafield-rich_text_field strong{
  font-weight: bold
}



.sg-header {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 18px 50px;
    background: #efefef;
    border-bottom: 1px solid #ddd;
    letter-spacing: 0.5px;
    width: 100%;
}

.slider-controls-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px; 
  margin-top: 24px;}

.dots {
  display: flex;
  gap: 8px; 
  align-items: center;
}

.nav-btn {
    background: white;
    border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #bfbfbf;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    transition: all .2s ease;
}

.nav-btn.disabled {
  cursor: not-allowed;
}

.nav-btn svg {
  display: block;
}


.gift-badge s {
    text-decoration: line-through;
    margin-left: 4px;
    opacity: 0.8; 
  }
  
  .free-gifts-heading {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 25px;
    padding-left: 10px;
  }
  
  .gifts-grid {
    display: flex;
    gap: 20px;
  }
  
  .gift-card {
      background-color: #f7f6f4;
      border-radius: 16px;
      padding: 20px 15px 15px 15px;
      flex: 1;
      width: 50px;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      text-align: center;
      box-sizing: border-box;
      height: 101px;
  }
  
.gift-badge {
    position: absolute;
    top: -12px;
    background-color: #000;
    color: #fff;
    font-size: 8px;
    font-weight: 800;
    padding: 4px 14px;
    border-radius: 20px;
    letter-spacing: .5px;
    box-shadow: 0 2px 4px #00000026;
}
  
 .gift-icon-wrapper, .gift-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 66px;
    width: 69%;
}
  
.gift-icon {
    width: 31px;
    height: 31px;
    color: #000;
}
  
.gift-img {
    width: 51%;
    object-fit: contain;
    border-radius: 6px;
    background-color: #fff;
    padding: 2px;
}
  
.gift-title {
  text-align: center;
  font-size: 11px; 
  font-weight: 600;
  margin: 5px 0 0 0;
  width: 100%;
  white-space: normal; 
  word-wrap: break-word; 
  line-height: 1.2;
}

.free-gifts-container {
    margin-top: 24px;
}

  @media (max-width: 767px) {
    .gifts-grid {
      gap: 10PX;
    }
    .gift-card {
      width: 100%;
    }
    .free-gifts-heading {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 25px;
    padding-left: 10px;
}

  .gift-card {
    background-color: #f7f6f4;
    border-radius: 16px;
    padding: 13px 8px 12px;

  }
  }

  





