/** Shopify CDN: Minification failed

Line 206:13 Expected identifier but found whitespace
Line 206:18 Unexpected ";"
Line 312:60 Unexpected "{"
Line 1307:14 Expected identifier but found whitespace
Line 1307:15 Unexpected "600"
Line 2516:0 Unexpected ".4321"

**/
/* =============================================================================
 * New Product Page — scoped to product.new-product-page template only
 * Page shell: 420px mobile / 1287px desktop (1rem = 16px)
 * ============================================================================= */

@font-face {
    font-family: DMSans-Medium;
    src:
        url("/cdn/shop/files/DMSans-Medium.woff2?v=1752572375") format("woff2"),
        url("/cdn/shop/files/DMSans-Medium.woff?v=1752572375") format("woff");
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: DMSans-Bold;
    src:
        url("/cdn/shop/files/DMSans-Bold.woff2?v=1752572375") format("woff2"),
        url("/cdn/shop/files/DMSans-Bold.woff?v=1752572375") format("woff");
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: DMSans-Regular;
    src:
        url("/cdn/shop/files/DMSans-Regular.woff2?v=1752572375") format("woff2"),
        url("/cdn/shop/files/DMSans-Regular.woff?v=1752572375") format("woff");
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: DMSans-Semibold;
    src:
        url("/cdn/shop/files/dm-sans-latin-600-normal.woff2?v=1752572572")
            format("woff2"),
        url("/cdn/shop/files/dm-sans-latin-600-normal.woff2?v=1752572572")
            format("woff");
    font-style: normal;
    font-display: swap;
}

span, p, a {
    font-family: Centrale Sans;
    font-weight: 400;
}
.npp__price-sale span {
    font-family: 'DMSANS-BOLD';
    font-weight: 700;
}
.npp__ai-review-summary h2 {
    font-family: 'DMSans-Bold' !important;
    font-weight: 600 !important;
}
.npp__key-highlights h3 {
    font-family: 'DM Sans' !important;
    font-weight: 700 !important;
}
.npp__a-content p {
    font-family: 'DM Sans' !important;
    font-weight: 700 !important;
}
.npp__rating-count {
    padding: 0 5px;
    color: #999A9B;

}
.npp__rating-source {
    color: #999A9B;
}

.npp__ai-review-summary h2 {
    font-family: 'DM Sans' !important;
    font-weight: 700 !important;
}
.npp__price-save span {
    font-family: 'DM Sans' !important;
    font-weight: 600;
    /* padding-left: 5px; */
}
.npp__info h1 {
    font-family: 'DM Sans' !important;
    font-weight: 600;
    font-size: 33px !important;
    line-height: 34px;
}
.npp-line {
  width: 100%;
  height: 1px;
  background: #D6D6D6;
  margin-bottom: 26px;
}
.npp__short-desc span {
    font-family: 'DM Sans' !important;
    font-weight: 400;
    color: #4D4D4D;
}
.t4s-product-price span {
    font-family: 'DM sans' !important;
    font-weight: 600;
    padding-right: 2px !important;
    
}
/* .npp__price-line{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse !important;
} */

.t4s-main-product__content .t4s-product__info-container .t4s-product-price ins {
    font-family: 'DMSans-Bold' ! IMPORTANT;
    font-size: 24px !important;
    font-weight: NORMAL;
}

.template-product-new-product-page,
.product-new-product-page {
  /* QC 2026-08-18 18:15 IST: 420px shell overflowed phones narrower than 420px. */
  --npp-page-width: 100%;
}
.npp-key-highlight-card {
  width: 100%;
  background: #F4F6FC;
  /* border: 1px solid #D9DEE8; santosh ===== padding removed*/
  border-radius: 10px;
  
  font-family: "DM Sans", sans-serif;
  color: #1f1f1f;
}
.npp-key-highlight-list li {
    font-size: 14px;
    font-family: 'DM SANS' !important;
    line-height: 23px !important;
    font-weight: 400 !important;
    color: #111827 !important;
}

.npp-key-highlight-desc {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  color: #1f1f1f;
}

.npp-key-highlight-desc strong {
  font-weight: 700;
}

.npp-key-highlight-like {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  color: #1f1f1f;
}

.npp-key-highlight-icon {
  width: 22px;
  height: 22px;
  display: block;
  object-fit: contain;
  flex: 0 0 22px;
}

.npp-key-highlight-list {
  margin: 0;
  padding-left: 28px;
}

.npp-key-highlight-list li {
   display: list-item;          /* ensures bullets are shown */
  list-style: disc;
 
  line-height: 1.65;
  font-weight: 400;
  color: #1f1f1f;
  margin-bottom: 14px;
  padding-left: 2px;
}

.npp-key-highlight-list li:last-child {
  margin-bottom: 0;
}
.npp-key-highlight-list {
  margin: 0;
  padding-left: 28px;
  list-style: disc;
  list-style-position: outside;
}

/* .npp-key-highlight-list li {
  display: list-item;          /* ensures bullets are shown */
  list-style: disc;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  color: #1f1f1f;
  margin-bottom: 14px;
  padding-left: 2px;
} */

.npp-key-highlight-list li:last-child {
  margin-bottom: 0;
}
.t4s_ratio.t4s-product__media{
  max-width: 691px !important;
  margin: 0 auto !important;
}
.npp__a-content-banner img {
    border-radius: 11.52px !important;
    margin: 19px 0;
}
.npp__social-proof span {
    font-family: 'DM Sans' !important;
    font-size: 15px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    align-items: center !important;
}
.npp__rating-text .npp__rating-score {
    font-family: 'DM SANS' !important;
    font-weight: 600;
    font-size: 15px !important;
    line-height: 20px !important;
}
.npp__rating .npp__rating-text {
    font-family: 'DM SANS' !important;
    font-size: 15px;
}
@media screen and (max-width: 767px) {
  
button.flickityt4s-button.flickityt4s-prev-next-button.next {
    display: none !important;
}
button.flickityt4s-button.flickityt4s-prev-next-button.previous {
    display: none !important;
}
  .npp__a-content-banner img{
    margin: 0 !important;
  }
  .t4s-product__media-item .lazyloadt4sed.t4s-lz--fadeIn{
    border-radius: 11.52px !important;
  }
  .t4s_ratio.t4s-product__media{
    max-width: 440px !important;
    margin: 0 auto !important;
  }
   .template-product .t4s-col-md-6.t4s-col-12.t4s-col-item.t4s-product__info-wrapper .t4s-product__policies.t4s-rte {
        margin-bottom: 31px;
        font-weight: bold;
        color: #B1B5BC;
        margin-top: -10px !important;
    }
     .npp__price.t4s-product-price.gh-1 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 10px;
        padding-bottom: 0px;
    }
    .npp__price.t4s-product-price.gh-1 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 10px;
        padding-bottom: 0px;
        padding-left: 0;
    }
     .npp-key-highlight-card {
        padding: 22px 16px 24px;
        padding: 0;
    }
    .npp__ai-review-content{font-weight : normal;}
    .confidence-box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px;
    box-sizing: border-box;
    padding: 10px;
    padding-left: 2px !important;
    
}
.mobile-demo-bar{
  display: block !important;
}
.npp__a-content p {
    font-family: 'DM Sans' !important;
    font-weight: 700 !important;
    padding-bottom: 2rem;
}
  .npp-key-highlight-card {
    padding: 22px 16px 24px;
    padding:0;
  }

  .npp-key-highlight-desc,
  .npp-key-highlight-like,
  .npp-key-highlight-list li, .npp-key-highlight-like span, {
    font-size: 14px;
  }
}
.template-product .jdgm-row-actions{

    margin: 0 auto;
  }
      .jdgm-rev-widg__reviews{
     
        margin: 0 auto;
      }
      .template-product .t4s-container{
        max-width: 1366px !important;
      }
@media(max-width:767px){
  
   .npp-key-highlight-desc,
  .npp-key-highlight-like, .npp-key-highlight-like span,
  .npp-key-highlight-list li {
    font-size: 13px;
  }

  /* 2026-08-21 16:06 IST: badge moved onto .npp__ai-review-card; drop old label offset */
  .npp__ai-review-label {
    margin-top: 0 !important;
  }

  
  
.t4s-product-thumb-size__medium {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
    .fcpdp .npp__a-slider-dots {
        margin-top: 0px;
    }
  .t4s-product__media {
    --mw-media: 440px !important;
  }

  .t4s-product__media img {
    width: 100% !important;
    max-width: 440px !important;
    height: auto !important;
    display: block;
  }

  .npp__thumbs.npp__thumbs-strip.t4s-col-12.t4s-col-item.t4s-col-thumb.t4s-pr.t4s-oh {
    display: none;
}
  .t4s-product__info-wrapper .t4s-product__title{
    font-size: 30px !important;
    line-height: 34px !important;
    font-weight: 600 !important;
  }
  .npp__short-desc {
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
}
.npp__social-proof{
  color:#0B5EA8;
}

.npp__price.t4s-product-price.gh-1 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px;
}
.npp__price-tax {
    display: none;
}
.npp__price-mrp-wrap {
    font-size: 16px;
    line-height: 40px;
    color: #9AA0A8;
}

.npp__price-save {
    font-size: 19px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    color: #1F8A4C !important;
}
.npp__stock.npp__stock--in {
    display: none;
}
.npp__a-content-label {
    font-size: 22px;
    font-weight: 600;
    line-height: 14px;
    padding: 10px;
     margin: 0;
        margin-bottom: 10px;
}
}

@media (min-width: 1024px) {
  .npp__social-proof{
  color:#0B5EA8;
}
  .npp__price-tax {
    display: none;
}
  .npp__stock.npp__stock--in{
    display: none;
  }
  .highlight-card h3 {
    font-size: 18px;
    font-weight: 700;
}
  .npp__price-mrp-wrap {
    font-size: 16px;
    font-weight: 600;
    color: #9AA0A8;
}
  .npp__price-save {
    font-size: 19px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: #1F8A4C;
}
  .npp__title.t4s-product__title {
    max-width: 431px;
}
  .npp__price-tax {
    display: none;
}
  .npp__a-content {
    padding-left: 1rem;
    padding-right: 1rem;
}
  .npp__a-content-label {
    font-size: 22px;
    line-height: 14px;
    font-weight: 600;
    padding: 1rem 0;
}
  .template-product-new-product-page,
  .product-new-product-page {
    --npp-page-width: 80.4375rem; /* 1287px */
  }
}

body.template-product-new-product-page .t4s-website-wrapper,
.template-product-new-product-page .t4s-website-wrapper,
.product-new-product-page .t4s-website-wrapper,
body:has(.npp) .t4s-website-wrapper {
  width: 100%;
  max-width: none;
  overflow: visible;
}

body.template-product-new-product-page #MainContent,
.template-product-new-product-page #MainContent,
.product-new-product-page #MainContent {
  width: min(100%, var(--npp-page-width));
  max-width: var(--npp-page-width);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* Desktop header submenus — NPP only (new-product-page.css) */
.t4s-section-header,
#shopify-section-header-inline,
.t4s-header__wrapper,
.t4s-navigation {
  overflow: visible;
}

.t4s-type__mega > .t4s-sub-menu,
.t4s-type__drop > .t4s-sub-menu {
  z-index: 1000;
}

body.template-product-new-product-page .t4s-navigation .t4s-menu-item.has--children:hover > .t4s-sub-menu,
body.template-product-new-product-page .t4s-navigation .t4s-menu-item.has--children.is-action__hover > .t4s-sub-menu,
.template-product-new-product-page .t4s-navigation .t4s-menu-item.has--children:hover > .t4s-sub-menu,
.template-product-new-product-page .t4s-navigation .t4s-menu-item.has--children.is-action__hover > .t4s-sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

body.template-product-new-product-page .t4s-navigation .t4s-menu-item.has--children:hover > .t4s-sub-menu *,
body.template-product-new-product-page .t4s-navigation .t4s-menu-item.has--children.is-action__hover > .t4s-sub-menu *,
.template-product-new-product-page .t4s-navigation .t4s-menu-item.has--children:hover > .t4s-sub-menu *,
.template-product-new-product-page .t4s-navigation .t4s-menu-item.has--children.is-action__hover > .t4s-sub-menu * {
  pointer-events: auto !important;
  color: #000 !important;
}

body.template-product-new-product-page .t4s-type__mega.menu-width__cus.t4s-menu-item.has--children:hover > .t4s-sub-menu,
body.template-product-new-product-page .t4s-type__mega.menu-width__cus.t4s-menu-item.has--children.is-action__hover > .t4s-sub-menu,
.template-product-new-product-page .t4s-type__mega.menu-width__cus.t4s-menu-item.has--children:hover > .t4s-sub-menu,
.template-product-new-product-page .t4s-type__mega.menu-width__cus.t4s-menu-item.has--children.is-action__hover > .t4s-sub-menu {
  width: 750px !important;
  max-width: min(750px, calc(100vw - 48px)) !important;
  left: 0 !important;
  right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: #fff !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  box-sizing: border-box !important;
}

body.template-product-new-product-page #content_mega_6CtdTq > .t4s-container,
.template-product-new-product-page #content_mega_6CtdTq > .t4s-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}

body.template-product-new-product-page #content_mega_6CtdTq .t4s-lazy_menu.isotopet4s,
.template-product-new-product-page #content_mega_6CtdTq .t4s-lazy_menu.isotopet4s {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: 100% !important;
  height: auto !important;
  position: relative !important;
}

body.template-product-new-product-page #content_mega_6CtdTq .t4s-sub-column-item,
.template-product-new-product-page #content_mega_6CtdTq .t4s-sub-column-item {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  transform: none !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  flex: none !important;
  box-sizing: border-box;
  overflow: visible !important;
}

body.template-product-new-product-page #bk_link_4iWffp,
body.template-product-new-product-page #bk_link_qytpjA,
body.template-product-new-product-page #bk_link_eyFpfR,
.template-product-new-product-page #bk_link_4iWffp,
.template-product-new-product-page #bk_link_qytpjA,
.template-product-new-product-page #bk_link_eyFpfR {
  left: auto !important;
  right: auto !important;
  position: relative !important;
}

body.template-product-new-product-page #content_mega_6CtdTq .type_mn_link .t4s-sub-column li a,
body.template-product-new-product-page #content_mega_6CtdTq .type_mn_link .t4s-sub-column li a span,
.template-product-new-product-page #content_mega_6CtdTq .type_mn_link .t4s-sub-column li a,
.template-product-new-product-page #content_mega_6CtdTq .type_mn_link .t4s-sub-column li a span {
  width: 100% !important;
  max-width: 100% !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  -webkit-line-clamp: unset !important;
  word-break: break-word;
}

body.template-product-new-product-page .t4s-type__mega.t4s-menu-item.has--children.is-action__hover > .t4s-sub-menu,
body.template-product-new-product-page .t4s-type__mega.t4s-menu-item.has--children:hover > .t4s-sub-menu,
.template-product-new-product-page .t4s-type__mega.t4s-menu-item.has--children.is-action__hover > .t4s-sub-menu,
.template-product-new-product-page .t4s-type__mega.t4s-menu-item.has--children:hover > .t4s-sub-menu {
  background: #fff !important;
}

body.template-product-new-product-page #content_mega_6CtdTq .t4s-col-4.t4s-sub-column-item,
.template-product-new-product-page #content_mega_6CtdTq .t4s-col-4.t4s-sub-column-item {
  width: 100% !important;
  max-width: 100% !important;
}

body.template-product-new-product-page .t4s-type__drop.t4s-menu-item.has--children:hover > .t4s-sub-menu,
body.template-product-new-product-page .t4s-type__drop.t4s-menu-item.has--children.is-action__hover > .t4s-sub-menu,
.template-product-new-product-page .t4s-type__drop.t4s-menu-item.has--children:hover > .t4s-sub-menu,
.template-product-new-product-page .t4s-type__drop.t4s-menu-item.has--children.is-action__hover > .t4s-sub-menu,
body.template-product-new-product-page #content_drop_ULhik7,
.template-product-new-product-page #content_drop_ULhik7 {
  background: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  min-width: 260px !important;
  padding: 30px !important;
  box-sizing: border-box !important;
}

body.template-product-new-product-page #content_drop_ULhik7 .t4s-lazy_menu,
.template-product-new-product-page #content_drop_ULhik7 .t4s-lazy_menu {
  opacity: 1 !important;
  visibility: visible !important;
  width: 100% !important;
}

body.template-product-new-product-page #content_drop_ULhik7 .t4s-lazy_menu .t4s-menu-item a,
body.template-product-new-product-page #content_drop_ULhik7 .t4s-lazy_menu .t4s-menu-item a span,
.template-product-new-product-page #content_drop_ULhik7 .t4s-lazy_menu .t4s-menu-item a,
.template-product-new-product-page #content_drop_ULhik7 .t4s-lazy_menu .t4s-menu-item a span {
  color: #000 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.template-product-new-product-page .npp,
.product-new-product-page .npp {
  --npp-blue: #0060a9;
  --npp-green: #1f8a4c;
  --npp-text: #111111;
  --npp-muted: #666666;
  --npp-border: #e6e8ec;
  --npp-star: #f5a623;
  --npp-page-pad: 16px;
  --npp-main-image-size: 43.227125rem; /* 691.634px */
  --npp-main-image-top: 8.75rem; /* 140px */
  --npp-main-image-left: 2.5rem; /* 40px */
  --npp-detail-width: 32.75rem; /* 524px */
  --npp-detail-top: 8.75rem; /* 140px */
  --npp-detail-left: 50.1875rem; /* 803px */
  --npp-detail-gap: 1rem; /* 16px */
  --npp-thumb-strip-width: 43.1875rem; /* 691px */
  --npp-thumb-strip-height: 8.4420625rem; /* 135.073px */
  --npp-thumb-gap: 0.950625rem; /* 15.21px */
  --npp-thumb-size: 8.449811rem; /* 135.197px */
  --npp-thumb-radius: 0.39625rem; /* 6.34px */
  --npp-gallery-gap: 0.911rem; /* ~14.58px — main image bottom to thumb strip (846.21 - 140 - 691.634) */
  color: var(--npp-text);
  font-family: 'DM Sans', sans-serif;
}

.template-product-new-product-page .npp__container,
.product-new-product-page .npp__container {
  width: 100%;
  max-width: var(--npp-page-width);
  margin: 0 auto;
  padding: 0 var(--npp-page-pad);
  box-sizing: border-box;
}

.template-product-new-product-page .npp__hero,
.product-new-product-page .npp__hero {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px;
  margin: 16px 0 32px;
}

.template-product-new-product-page .npp__media-col,
.product-new-product-page .npp__media-col {
  flex: 1 1 100%;
  min-width: 0;
}

.template-product-new-product-page .npp__info-col,
.product-new-product-page .npp__info-col {
  flex: 1 1 100%;
  min-width: 0;
}

@media (min-width: 1024px) {
  .template-product-new-product-page .npp__container,
  .product-new-product-page .npp__container {
    --npp-page-pad: var(--npp-main-image-left);
  }

  .template-product-new-product-page .npp__hero,
  .product-new-product-page .npp__hero {
    position: relative;
    margin-top: var(--npp-detail-top);
    gap: 0;
    min-height: calc(
      var(--npp-main-image-size) + var(--npp-gallery-gap) + var(--npp-thumb-strip-height)
    );
  }

  .template-product-new-product-page .npp__media-col,
  .product-new-product-page .npp__media-col {
    flex: 0 0 auto;
    width: var(--npp-thumb-strip-width);
    max-width: var(--npp-thumb-strip-width);
    opacity: 1;
  }

  /* Product detail — right column: 524px @ left 803px, gap 16px */
  .template-product-new-product-page .npp__info-col,
  .product-new-product-page .npp__info-col {
    position: absolute;
    top: 0;
    left: calc(var(--npp-detail-left) - var(--npp-main-image-left));
    width: var(--npp-detail-width);
    max-width: var(--npp-detail-width);
    flex: 0 0 var(--npp-detail-width);
    min-width: 0;
    opacity: 1;
  }

  .template-product-new-product-page .npp__info,
  .product-new-product-page .npp__info {
    display: flex;
    flex-direction: column;
    gap: var(--npp-detail-gap);
    width: var(--npp-detail-width);
    max-width: 100%;
    opacity: 1;
  }

  .template-product-new-product-page .npp__info > .npp__title,
  .product-new-product-page .npp__info > .npp__title,
  .template-product-new-product-page .npp__info > .npp__short-desc,
  .product-new-product-page .npp__info > .npp__short-desc,
  .template-product-new-product-page .npp__info > .npp__rating,
  .product-new-product-page .npp__info > .npp__rating,
  .template-product-new-product-page .npp__info > .npp__social-proof,
  .product-new-product-page .npp__info > .npp__social-proof,
  .template-product-new-product-page .npp__info > .npp__price-row,
  .product-new-product-page .npp__info > .npp__price-row,
  .template-product-new-product-page .npp__info > .npp__key-highlights-mount,
  .product-new-product-page .npp__info > .npp__key-highlights-mount,
  .template-product-new-product-page .npp__info > .npp__stock,
  .product-new-product-page .npp__info > .npp__stock,
  .template-product-new-product-page .npp__info > .npp__app-block,
  .product-new-product-page .npp__info > .npp__app-block,
  .template-product-new-product-page .npp__info > .npp__custom-liquid,
  .product-new-product-page .npp__info > .npp__custom-liquid,
  .template-product-new-product-page .npp__info > .npp__form-wrap,
  .product-new-product-page .npp__info > .npp__form-wrap,
  .template-product-new-product-page .npp__info > .npp__delivery-block,
  .product-new-product-page .npp__info > .npp__delivery-block,
  .template-product-new-product-page .npp__info > .npp__ai-review,
  .product-new-product-page .npp__info > .npp__ai-review {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* Gallery stack — main image + horizontal thumb strip */
.template-product-new-product-page .npp__gallery-stack,
.product-new-product-page .npp__gallery-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--npp-gallery-gap);
  width: 100%;
}

.template-product-new-product-page .npp__gallery-main,
.product-new-product-page .npp__gallery-main {
  width: 100%;
}

/* Thumbnail strip — desktop only (Figma 691 × 135.073) */
@media (max-width: 1023px) {
  .template-product-new-product-page .npp__thumbs-strip,
  .product-new-product-page .npp__thumbs-strip {
    display: none !important;
  }

  .template-product-new-product-page .npp__gallery-stack,
  .product-new-product-page .npp__gallery-stack {
    gap: 0;
  }

  .template-product-new-product-page .npp .flickityt4s-page-dots,
  .product-new-product-page .npp .flickityt4s-page-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .template-product-new-product-page .npp__thumbs-strip,
  .product-new-product-page .npp__thumbs-strip {
    display: block;
    width: var(--npp-thumb-strip-width);
    max-width: var(--npp-thumb-strip-width);
    height: var(--npp-thumb-strip-height);
    margin-left: 0;
    opacity: 1;
  }

  .template-product-new-product-page .npp__thumbs-strip .t4s-carousel__nav-scroller,
  .product-new-product-page .npp__thumbs-strip .t4s-carousel__nav-scroller {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .template-product-new-product-page .npp__thumbs-row,
  .product-new-product-page .npp__thumbs-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: var(--npp-thumb-gap);
    margin: 0 !important;
    padding: 0 !important;
    width: var(--npp-thumb-strip-width);
    max-width: var(--npp-thumb-strip-width);
    height: var(--npp-thumb-strip-height);
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    --ts-gutter-x: 0;
    --ts-gutter-y: 0;
  }

  .template-product-new-product-page .npp__thumbs-row::-webkit-scrollbar,
  .product-new-product-page .npp__thumbs-row::-webkit-scrollbar {
    display: none;
  }

  /* Theme injects .t4s-carousel__nav-item — size each thumb cell */
  .template-product-new-product-page .npp__thumbs-strip .t4s-carousel__nav-item,
  .product-new-product-page .npp__thumbs-strip .t4s-carousel__nav-item,
  .template-product-new-product-page .npp__thumbs-strip .npp__thumb-item,
  .product-new-product-page .npp__thumbs-strip .npp__thumb-item {
    flex: 0 0 var(--npp-thumb-size) !important;
    width: var(--npp-thumb-size) !important;
    min-width: var(--npp-thumb-size) !important;
    max-width: var(--npp-thumb-size) !important;
    height: var(--npp-thumb-size) !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    cursor: pointer;
    transform: none !important;
  }

  .template-product-new-product-page .npp__thumbs-strip .t4s-carousel__nav-inner,
  .product-new-product-page .npp__thumbs-strip .t4s-carousel__nav-inner,
  .template-product-new-product-page .npp__thumbs-strip .t4s-product__thumb,
  .product-new-product-page .npp__thumbs-strip .t4s-product__thumb {
    display: block;
    width: 100% !important;
    height: 100% !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    border-radius: var(--npp-thumb-radius);
    overflow: hidden;
    border: 2px solid transparent;
    box-sizing: border-box;
    opacity: 1 !important;
    transform: none !important;
    background-image: none !important;
    position: relative;
  }

  .template-product-new-product-page .npp__thumbs-strip .t4s-carousel__nav-inner::before,
  .product-new-product-page .npp__thumbs-strip .t4s-carousel__nav-inner::before,
  .template-product-new-product-page .npp__thumbs-strip .t4s-product__thumb::before,
  .product-new-product-page .npp__thumbs-strip .t4s-product__thumb::before {
    display: none !important;
    padding-bottom: 0 !important;
  }

  .template-product-new-product-page .npp__thumbs-strip .t4s-carousel__nav-inner img,
  .product-new-product-page .npp__thumbs-strip .t4s-carousel__nav-inner img,
  .template-product-new-product-page .npp__thumbs-strip .t4s-product__thumb img,
  .product-new-product-page .npp__thumbs-strip .t4s-product__thumb img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    border-radius: var(--npp-thumb-radius);
    opacity: 1;
  }

  .template-product-new-product-page .npp__thumbs-strip .t4s-carousel__nav-item.is-nav-selected .t4s-carousel__nav-inner,
  .product-new-product-page .npp__thumbs-strip .t4s-carousel__nav-item.is-nav-selected .t4s-carousel__nav-inner,
  .template-product-new-product-page .npp__thumbs-strip .npp__thumb-item.is-nav-selected .t4s-product__thumb,
  .product-new-product-page .npp__thumbs-strip .npp__thumb-item.is-nav-selected .t4s-product__thumb {
    border-color: var(--npp-blue);
  }

  .template-product-new-product-page .npp__thumbs-strip .t4s-carousel__nav-item:hover .t4s-carousel__nav-inner,
  .product-new-product-page .npp__thumbs-strip .t4s-carousel__nav-item:hover .t4s-carousel__nav-inner {
    border-color: var(--npp-blue);
    opacity: 1 !important;
  }

  .template-product-new-product-page .npp__thumbs-strip .t4s-carousel__nav-item:not(.is-nav-selected),
  .product-new-product-page .npp__thumbs-strip .t4s-carousel__nav-item:not(.is-nav-selected) {
    opacity: 1 !important;
  }

  .template-product-new-product-page .npp__thumbs-strip .t4s-thumbnail__badge,
  .product-new-product-page .npp__thumbs-strip .t4s-thumbnail__badge {
    display: none !important;
  }
}

/* Hide main slider arrows on desktop — thumbs handle navigation */
@media (min-width: 1024px) {
  .template-product-new-product-page .npp__image-container .flickityt4s-prev-next-button,
  .product-new-product-page .npp__image-container .flickityt4s-prev-next-button {
    display: none !important;
  }
}

/* First product image — Figma 691.634 × 691.634 */
.template-product-new-product-page .npp__image-container,
.product-new-product-page .npp__image-container,
.template-product-new-product-page .npp__gallery-single,
.product-new-product-page .npp__gallery-single {
  opacity: 1;
}

@media (min-width: 1024px) {
  .template-product-new-product-page .npp__image-container,
  .product-new-product-page .npp__image-container,
  .template-product-new-product-page .npp__gallery-single,
  .product-new-product-page .npp__gallery-single {
    width: var(--npp-main-image-size);
    height: var(--npp-main-image-size);
    max-width: 100%;
    position: relative;
    overflow: hidden;
  }

  .template-product-new-product-page .npp__image-container .flickityt4s-viewport,
  .product-new-product-page .npp__image-container .flickityt4s-viewport {
    height: var(--npp-main-image-size) !important;
  }

  .template-product-new-product-page .npp__image-container .flickityt4s-slider,
  .product-new-product-page .npp__image-container .flickityt4s-slider {
    height: 100%;
  }

  /* 1st slide — primary product image */
  .template-product-new-product-page .npp__image-container .flickityt4s-slider > [data-main-slide]:first-child,
  .product-new-product-page .npp__image-container .flickityt4s-slider > [data-main-slide]:first-child,
  .template-product-new-product-page .npp__gallery-single > [data-main-slide]:first-child,
  .product-new-product-page .npp__gallery-single > [data-main-slide]:first-child,
  .template-product-new-product-page .npp__gallery-single > .t4s-product__media-item:first-child,
  .product-new-product-page .npp__gallery-single > .t4s-product__media-item:first-child {
    width: var(--npp-main-image-size);
    height: var(--npp-main-image-size);
    opacity: 1;
    flex-shrink: 0;
  }

  .template-product-new-product-page .npp__image-container .flickityt4s-slider > [data-main-slide]:first-child .t4s_ratio.t4s-product__media,
  .product-new-product-page .npp__image-container .flickityt4s-slider > [data-main-slide]:first-child .t4s_ratio.t4s-product__media,
  .template-product-new-product-page .npp__gallery-single .t4s_ratio.t4s-product__media:first-of-type,
  .product-new-product-page .npp__gallery-single .t4s_ratio.t4s-product__media:first-of-type {
    width: var(--npp-main-image-size);
    height: var(--npp-main-image-size);
    padding-bottom: 0 !important;
    opacity: 1;
  }

  .template-product-new-product-page .npp__image-container .flickityt4s-slider > [data-main-slide]:first-child .t4s_ratio.t4s-product__media::before,
  .product-new-product-page .npp__image-container .flickityt4s-slider > [data-main-slide]:first-child .t4s_ratio.t4s-product__media::before,
  .template-product-new-product-page .npp__gallery-single .t4s_ratio.t4s-product__media:first-of-type::before,
  .product-new-product-page .npp__gallery-single .t4s_ratio.t4s-product__media:first-of-type::before {
    display: none;
  }

  .template-product-new-product-page .npp__image-container .flickityt4s-slider > [data-main-slide]:first-child img,
  .product-new-product-page .npp__image-container .flickityt4s-slider > [data-main-slide]:first-child img,
  .template-product-new-product-page .npp__gallery-single .t4s_ratio.t4s-product__media:first-of-type img,
  .product-new-product-page .npp__gallery-single .t4s_ratio.t4s-product__media:first-of-type img,
  .template-product-new-product-page .npp__image-container .flickityt4s-slider > [data-main-slide]:first-child video,
  .product-new-product-page .npp__image-container .flickityt4s-slider > [data-main-slide]:first-child video {
    width: var(--npp-main-image-size);
    height: var(--npp-main-image-size);
    opacity: 1;
    object-fit: cover;
    object-position: center;
  }

  /* Other slides match viewport for carousel */
  .template-product-new-product-page .npp__image-container [data-main-slide],
  .product-new-product-page .npp__image-container [data-main-slide] {
    width: var(--npp-main-image-size);
    height: var(--npp-main-image-size);
  }

  .template-product-new-product-page .npp__image-container [data-main-slide] .t4s_ratio.t4s-product__media,
  .product-new-product-page .npp__image-container [data-main-slide] .t4s_ratio.t4s-product__media {
    height: var(--npp-main-image-size);
    padding-bottom: 0 !important;
  }

  .template-product-new-product-page .npp__image-container [data-main-slide] .t4s_ratio.t4s-product__media::before,
  .product-new-product-page .npp__image-container [data-main-slide] .t4s_ratio.t4s-product__media::before {
    display: none;
  }

  .template-product-new-product-page .npp__image-container [data-main-slide] img,
  .product-new-product-page .npp__image-container [data-main-slide] img,
  .template-product-new-product-page .npp__image-container [data-main-slide] video,
  .product-new-product-page .npp__image-container [data-main-slide] video {
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 1023px) {
  .template-product-new-product-page .npp__info,
  .product-new-product-page .npp__info {
    display: flex;
    flex-direction: column;
    gap: var(--npp-detail-gap);
  }

  .template-product-new-product-page .npp__image-container,
  .product-new-product-page .npp__image-container,
  .template-product-new-product-page .npp__gallery-single,
  .product-new-product-page .npp__gallery-single {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
  }

  .template-product-new-product-page .npp__image-container .flickityt4s-viewport,
  .product-new-product-page .npp__image-container .flickityt4s-viewport {
    height: 100% !important;
    min-height: 0;
  }
}

/* Title */
.template-product-new-product-page .npp__title,
.product-new-product-page .npp__title {
  margin: 0 0 12px;
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--npp-text);
}

@media (min-width: 1024px) {
  .template-product-new-product-page .npp__title,
  .product-new-product-page .npp__title {
    font-size: 28px;
  }
}

/* Short description — custom.short_description */
.template-product-new-product-page .npp__short-desc,
.product-new-product-page .npp__short-desc {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--npp-muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Rating — custom.overall_rating */
.template-product-new-product-page .npp__rating,
.product-new-product-page .npp__rating {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 8px;
  padding-bottom: 0;
  border-bottom: none;
}

/* Social proof — bought last month */
.template-product-new-product-page .npp__social-proof,
.product-new-product-page .npp__social-proof {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  max-width: 100%;
  min-height: 24px;
  margin: 0 0 12px;
  padding: 0 0 10px;
  color: #0b5ea8;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.template-product-new-product-page .npp__social-proof-icon,
.product-new-product-page .npp__social-proof-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #0b5ea8;
}

.template-product-new-product-page .npp__social-proof-text,
.product-new-product-page .npp__social-proof-text {
  color: #0b5ea8;
  white-space: nowrap;
}

.template-product-new-product-page .npp__rating-stars,
.product-new-product-page .npp__rating-stars {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  line-height: 1;
}

.template-product-new-product-page .npp__star,
.product-new-product-page .npp__star {
  font-size: 14px;
  line-height: 1;
}

.template-product-new-product-page .npp__star--full,
.product-new-product-page .npp__star--full {
  color: var(--npp-star);
}

.template-product-new-product-page .npp__star--half,
.product-new-product-page .npp__star--half {
  color: var(--npp-star);
  opacity: 0.55;
}

.template-product-new-product-page .npp__star--empty,
.product-new-product-page .npp__star--empty {
  color: #d1d5db;
}

.template-product-new-product-page .npp__rating-score,
.product-new-product-page .npp__rating-score {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--npp-text);
}

.template-product-new-product-page .npp__rating-source,
.product-new-product-page .npp__rating-source {
  font-size: 13px;
  font-weight: 400;
  color: var(--npp-muted);
}

/* Price — Figma: sale | M.R.P | Save + tax line below */
.template-product-new-product-page .npp__price-row,
.product-new-product-page .npp__price-row {
  margin: 0;
}

/* Beat main-product.css .t4s-product__price-review (space-between / wrap) */
.template-product-new-product-page .npp__price-row.t4s-product__price-review,
.product-new-product-page .npp__price-row.t4s-product__price-review {
  display: block;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.template-product-new-product-page .npp__price,
.product-new-product-page .npp__price,
.template-product-new-product-page .t4s-product__info-container .npp__price.t4s-product-price,
.product-new-product-page .t4s-product__info-container .npp__price.t4s-product-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  opacity: 1;
}

/* Beat main-product.css .t4s-product-price.gh-1 { display:flex; gap:6px } */
.template-product-new-product-page .npp__price.t4s-product-price.gh-1,
.product-new-product-page .npp__price.t4s-product-price.gh-1 {
  display: inline-block;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
}

.template-product-new-product-page .npp__price-line,
.product-new-product-page .npp__price-line {
  /* display: flex; */
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 0.75rem;
  width: 100%;
  min-height: 2.5rem; /* 40px — matches main price line-height */
}


/* Solo price (no compare-at) — same typographic base */
.template-product-new-product-page .npp__price-sale--solo,
.product-new-product-page .npp__price-sale--solo {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 1.125rem !important;
  line-height: 2.5rem !important;
  letter-spacing: 0 !important;
  color: #1a1a1a !important;
  vertical-align: middle;
  background: transparent;
}

.template-product-new-product-page .npp__price-currency,
.product-new-product-page .npp__price-currency {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.125rem !important; /* 18px */
  font-weight: 700 !important;
  font-style: normal;
  line-height: 2.5rem !important; /* 40px */
  letter-spacing: 0;
  color: #1a1a1a !important;
  vertical-align: baseline;
}

.template-product-new-product-page .npp__price-amount,
.product-new-product-page .npp__price-amount {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 1.875rem !important; /* 30px */
  font-weight: 700 !important;
  font-style: normal;
  line-height: 2.5rem !important; /* 40px */
  letter-spacing: 0;
  color: #1a1a1a !important;
  vertical-align: baseline;
}

.template-product-new-product-page .npp__price ins::before,
.product-new-product-page .npp__price ins::before,
.template-product-new-product-page .npp__price-sale::before,
.product-new-product-page .npp__price-sale::before,
.template-product-new-product-page .t4s-product-price.gh-1 ins.npp__price-sale::before,
.product-new-product-page .t4s-product-price.gh-1 ins.npp__price-sale::before {
  content: none !important;
  display: none !important;
}

/* M.R.P — .npp__price-mrp-wrap (Figma: Inter 600 16px/40px #9AA0A8, strike on amount) */
.template-product-new-product-page .npp__price-mrp-wrap,
.product-new-product-page .npp__price-mrp-wrap,
.template-product-new-product-page .npp__price-mrp-wrap *,
.product-new-product-page .npp__price-mrp-wrap * {
  color: #9aa0a8 !important;
}

.template-product-new-product-page .npp__price-mrp-wrap,
.product-new-product-page .npp__price-mrp-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  min-height: 2.5rem; /* 40px */
  vertical-align: middle;
  order: unset;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1rem; /* 16px */
  line-height: 2.5rem; /* 40px */
  letter-spacing: 0;
  background: transparent;
  leading-trim: cap-height;
  padding-right: 5px;
}

/* .template-product-new-product-page .npp__price-mrp-label,
.product-new-product-page .npp__price-mrp-label {
  font-family: 'Inter', sans-serif !important;
  font-size: 1rem !important; /* 16px */
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: 2.5rem !important; /* 40px */
  letter-spacing: 0 !important;
  text-decoration: none !important;
  vertical-align: middle;
  background: transparent;
} */

.template-product-new-product-page .npp__price-mrp,
.product-new-product-page .npp__price-mrp,
.template-product-new-product-page .npp__price-line del.npp__price-mrp,
.product-new-product-page .npp__price-line del.npp__price-mrp,
.template-product-new-product-page .t4s-product__info-container .npp__price del.npp__price-mrp,
.product-new-product-page .t4s-product__info-container .npp__price del.npp__price-mrp,
.template-product-new-product-page .t4s-product__info-container .t4s-product-price del.npp__price-mrp,
.product-new-product-page .t4s-product__info-container .t4s-product-price del.npp__price-mrp {
  display: inline-flex;
  align-items: center;
  gap: 0;
  order: unset;
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif !important;
  font-size: 1rem !important; /* 16px */
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: 2.5rem !important; /* 40px */
  letter-spacing: 0 !important;
  text-decoration: line-through !important;
  vertical-align: middle;
  background: transparent;
  opacity: 1;
}

.template-product-new-product-page .npp__price-mrp-currency,
.product-new-product-page .npp__price-mrp-currency,
.template-product-new-product-page .npp__price-mrp-amount,
.product-new-product-page .npp__price-mrp-amount {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-decoration: inherit !important;
  vertical-align: middle;
  background: transparent;
}

/* Save price — "Save" 600 + amount 500, DM Sans 19px/24px, #1F8A4C */
.template-product-new-product-page .npp__price-save,
.product-new-product-page .npp__price-save {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  line-height: 1.5rem; /* 24px */
  letter-spacing: 0;
  color: #1f8a4c;
  vertical-align: middle;
  opacity: 1;
  white-space: nowrap;
}

.template-product-new-product-page .npp__price-save-label,
.product-new-product-page .npp__price-save-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1875rem; /* 19px */
  font-weight: 600;
  font-style: normal;
  line-height: 1.5rem; /* 24px */
  letter-spacing: 0;
  color: #1f8a4c;
  vertical-align: middle;
}

.template-product-new-product-page .npp__price-save-value,
.product-new-product-page .npp__price-save-value {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1875rem; /* 19px */
  font-weight: 500;
  font-style: normal;
  line-height: 1.5rem; /* 24px */
  letter-spacing: 0;
  color: #1f8a4c;
  vertical-align: middle;
}

.template-product-new-product-page .npp__price-save-currency,
.product-new-product-page .npp__price-save-currency,
.template-product-new-product-page .npp__price-save-amount,
.product-new-product-page .npp__price-save-amount {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.template-product-new-product-page .npp__price-tax,
.product-new-product-page .npp__price-tax {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 0.875rem !important; /* 14px */
  font-weight: 400 !important;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0;
  color: #9d9b9b !important;
  opacity: 1;
  display: none;
}
.npp__key-highlights {
    max-width: 524px !important;
    max-width: 1000px !important;
}

/* Mobile-only ATC — below Key Highlights */
.npp__atc-mobile {
  display: none;
}

@media (max-width: 1023px) {
  .npp .npp__atc-mobile {
    display: block;
    width: 100%;
    max-width: 524px;
    max-width: 1000px;
    margin: 16px 0 0;
  }

  .npp .npp__atc-mobile-btn {
    width: 100%;
    min-height: 48px;
    padding: 12px 20px;
    border: 0;
    border-radius: 11.25px;
    background: var(--npp-blue, #0060a9);
    color: #ffffff;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
    box-sizing: border-box;
  }

  .npp .npp__atc-mobile-btn:hover:not(:disabled) {
    opacity: 0.92;
  }

  .npp .npp__atc-mobile-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
}

.t4s-product-form__buttons {
    max-width: 524px !important;
     max-width: 1000px !important;
    
}
.npp__ai-review-summary {
    max-width: 524px !important;
     max-width: 1000px !important;
}
.npp__short-desc {
    max-width: 524px !important;
     max-width: 1000px !important;
}
.t4s-product-form__buttons{
  width: 100% !important;
}
/* .t4s-product__info-wrapper {
    padding-left: 7.625rem !important;
} */
.npp__confidence {
    max-width: 524px !important;
     max-width: 1000px !important;
}
.npp-gs__thumbs {
    max-width: 691px !important;
     max-width: 1000px !important;
    width: 100% !important;
}
/* Aug 7, 2026 — Removed display:none on #gokwik-buy-now; NPP layout styles below */
.t4s-product-form__buttons .t4s-product-form__submit{
  border-radius: 11.25px !important;
}
 .template-collection .nc-pr-card__cta-duo {
        margin: 0;
        padding-left: 0;
    }
    

@media (max-width: 767px) {
  .fixed-mb .t4s-product-form__buttons .t4s-product-form__submit{
  border-radius: 11.25px !important;
}
  .template-product-new-product-page .npp__price-line,
  .product-new-product-page .npp__price-line {
    gap: 0 0.5rem;
    min-height: auto;
  }

  .template-product-new-product-page .npp__price-line ins.npp__price-sale,
  .product-new-product-page .npp__price-line ins.npp__price-sale,
  .template-product-new-product-page .npp__price-sale--solo,
  .product-new-product-page .npp__price-sale--solo {
    font-size: 1.125rem !important;
    line-height: 2.5rem !important;
  }

  .template-product-new-product-page .npp__price-currency,
  .product-new-product-page .npp__price-currency,
  .template-product-new-product-page .npp__price-amount,
  .product-new-product-page .npp__price-amount {
    line-height: 2.25rem !important;
  }

  /* .template-product-new-product-page .npp__price-mrp-wrap,
  .product-new-product-page .npp__price-mrp-wrap,
  .template-product-new-product-page .npp__price-mrp-label,
  .product-new-product-page .npp__price-mrp-label,
  .template-product-new-product-page .npp__price-mrp,
  .product-new-product-page .npp__price-mrp {
    min-height: 2.5rem;
    line-height: 2.5rem !important;
    font-size: 1rem !important;
  } */

  .template-product-new-product-page .npp__price-save,
  .product-new-product-page .npp__price-save,
  .template-product-new-product-page .npp__price-save-label,
  .product-new-product-page .npp__price-save-label,
  .template-product-new-product-page .npp__price-save-value,
  .product-new-product-page .npp__price-save-value {
    font-size: 1.1875rem !important;
    line-height: 1.5rem !important;
  }

  .template-product-new-product-page .npp__price-tax,
  .product-new-product-page .npp__price-tax {
    font-size: 0.875rem !important;
    display: none;
  }
}

/* Snapmint EMI widget — anchor + layout (script: checkout-merchant.snapmint.com/js/v1/7773) */
.template-product-new-product-page .npp__snapmint-anchor.t4s-product__policies,
.product-new-product-page .npp__snapmint-anchor.t4s-product__policies {
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.template-product-new-product-page #sm-widget-btn.snap_emi_txt,
.product-new-product-page #sm-widget-btn.snap_emi_txt {
  max-width: 100%;
}


@media (min-width: 768px) {
  /* .t4s-col-md-6.t4s-col-12.t4s-col-item.npp__info-col.t4s-product__info-wrapper {
    padding-left: 10px !important;
} */
  .template-product-new-product-page #sm-widget-btn.snap_emi_txt,
  .product-new-product-page #sm-widget-btn.snap_emi_txt {
    width: 450px !important;
  }

  .template-product-new-product-page .snap_emi_txt.snap_emi_txt_wrapper.above_pdp_widget,
  .product-new-product-page .snap_emi_txt.snap_emi_txt_wrapper.above_pdp_widget {
    max-width: 603px;
  }

}

/* Key Highlights — custom.key_highlight1 (rich text via metafield_tag) */
.template-product-new-product-page .npp__key-highlights-mount,
.product-new-product-page .npp__key-highlights-mount {
  width: 100%;
  margin: 0;
}

.template-product-new-product-page .key-highlights,
.product-new-product-page .key-highlights {
  max-width: 650px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  width: 100%;
}

/* Flatten Shopify rich-text wrapper so h3 + body can be styled separately */
.template-product-new-product-page .highlight-card .metafield-rich_text_field,
.product-new-product-page .highlight-card .metafield-rich_text_field {
  display: contents;
}

.template-product-new-product-page .highlight-card,
.product-new-product-page .highlight-card {
  box-sizing: border-box;
  padding: 0;
  background: transparent;
  border: none;
}

/* Title — outside the card */
.template-product-new-product-page .highlight-card > h3,
.product-new-product-page .highlight-card > h3 {
  margin: 0 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  color: #111827;
}

/* Card body — all rich-text siblings after the heading */
.template-product-new-product-page .highlight-card > h3 ~ *,
.product-new-product-page .highlight-card > h3 ~ * {
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f4f6fb;
  border-left: 1px solid #d9dee8;
  border-right: 1px solid #d9dee8;
  color: #111827;
}

.template-product-new-product-page .highlight-card > h3 + *,
.product-new-product-page .highlight-card > h3 + * {
  padding-top: 18px;
  border-top: 1px solid #d9dee8;
  border-radius: 8px 8px 0 0;
}

.template-product-new-product-page .highlight-card > *:last-child,
.product-new-product-page .highlight-card > *:last-child {
  padding-bottom: 18px;
  border-bottom: 1px solid #d9dee8;
  border-radius: 0 0 8px 8px;
}

.template-product-new-product-page .highlight-card > h3 + *:last-child,
.product-new-product-page .highlight-card > h3 + *:last-child {
  border-radius: 8px;
}

.template-product-new-product-page .highlight-card > p,
.product-new-product-page .highlight-card > p {
  margin: 0 0 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #111827;
}

.template-product-new-product-page .highlight-card > p strong,
.product-new-product-page .highlight-card > p strong,
.template-product-new-product-page .highlight-card strong,
.product-new-product-page .highlight-card strong {
  font-weight: 700;
  color: #111827;
}

/* "You'll like" row — paragraph with only a bold label */
.template-product-new-product-page .highlight-card > p:has(> strong:only-child),
.product-new-product-page .highlight-card > p:has(> strong:only-child) {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.4;
}

.template-product-new-product-page .highlight-card > p:has(> strong:only-child)::before,
.product-new-product-page .highlight-card > p:has(> strong:only-child)::before {
  content: '✓';
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-color: #13a05f;
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

/* "You'll like" when checkmark is a separate text node: ✓ <strong>You'll like</strong> */
.template-product-new-product-page .highlight-card > p:has(> strong:last-child):not(:has(> strong:only-child)),
.product-new-product-page .highlight-card > p:has(> strong:last-child):not(:has(> strong:only-child)) {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.4;
}

.template-product-new-product-page .highlight-card > p:has(> strong:last-child):not(:has(> strong:only-child))::before,
.product-new-product-page .highlight-card > p:has(> strong:last-child):not(:has(> strong:only-child))::before {
  content: '✓';
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-color: #13a05f;
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.template-product-new-product-page .highlight-card > p:has(> strong:last-child):not(:has(> strong:only-child)),
.product-new-product-page .highlight-card > p:has(> strong:last-child):not(:has(> strong:only-child)) {
  font-size: 0;
}

.template-product-new-product-page .highlight-card > p:has(> strong:last-child):not(:has(> strong:only-child)) strong,
.product-new-product-page .highlight-card > p:has(> strong:last-child):not(:has(> strong:only-child)) strong {
  font-size: 14px;
  font-weight: 700;
}

.template-product-new-product-page .highlight-card ul,
.product-new-product-page .highlight-card ul {
  margin: 0;
  padding: 0 20px 0 40px;
  list-style-type: disc;
  list-style-position: outside;
}

.template-product-new-product-page .highlight-card li,
.product-new-product-page .highlight-card li {
  margin: 0 0 8px;
  padding: 0;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  line-height: 23px;
  letter-spacing: 0;
  color: #1a1a1a;
  vertical-align: middle;
  background: transparent;
  border: none;
}

.template-product-new-product-page .highlight-card li:last-child,
.product-new-product-page .highlight-card li:last-child {
  margin-bottom: 0;
}

/* Stock */
.template-product-new-product-page .npp__stock,
.product-new-product-page .npp__stock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--npp-green);
}

.template-product-new-product-page .npp__stock-icon,
.product-new-product-page .npp__stock-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--npp-green);
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

/* App / offers / warranty blocks */
.template-product-new-product-page .npp__app-block,
.template-product-new-product-page .npp__custom-liquid,
.product-new-product-page .npp__app-block,
.product-new-product-page .npp__custom-liquid {
  margin: 0 0 16px;
}

/* Product form — ATC + optional Live Demo (Figma) */

@media (max-width: 767px) {
  .npp__form-wrap .fixed-mb .npp__sticky-price-wrap.for-mobile.hide-mobile.ddwwd {
    display: block !important;
  }

  .npp__form-wrap .fixed-mb .npp__sticky-price-wrap .npp__price-tax {
    display: none;
  }

  .npp__form-wrap .fixed-mb .npp__sticky-price-wrap .npp__price-line {
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 0 0.75rem;
  }

  .npp__form-wrap .fixed-mb .npp__sticky-price-wrap .npp__price-line .npp__price-sale {
    order: 1;
  }

  .npp__form-wrap .fixed-mb .npp__sticky-price-wrap .npp__price-line .npp__price-mrp-wrap {
    order: 2;
  }

  .npp__form-wrap .fixed-mb .npp__sticky-price-wrap .npp__price-line .npp__price-save {
    order: 3;
  }

  .npp__form-wrap .fixed-mb .npp__sticky-price-wrap .t4s-product__price-review.npp__price-row {
    display: block;
    margin: 0 0 8px;
    padding: 0 12px;
  }

  .npp__form-wrap .fixed-mb .npp__sticky-price-wrap {
    padding-top: 10px;
    background: #fff;
  }
}

/* Aug 7, 2026 — Show GoKwik Buy Now on NPP (was hidden during PDP redesign) */
body:has(.npp) .npp__form-wrap #gokwik-buy-now,
.template-product-new-product-page .npp__form-wrap #gokwik-buy-now,
.product-new-product-page .npp__form-wrap #gokwik-buy-now {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 1 1 calc(50% - 4px);
  width: calc(50% - 4px) !important;
  max-width: calc(50% - 4px);
  min-width: 0;
  /* min-height: 40px; */
  margin: 0 !important;
  border-radius: 11.25px !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.04em;
  box-sizing: border-box;
}

body:has(.npp) .npp__form-wrap:not(.npp__form-wrap--has-live-demo) .t4s-product-form__buttons,
.template-product-new-product-page .npp__form-wrap:not(.npp__form-wrap--has-live-demo) .t4s-product-form__buttons,
.product-new-product-page .npp__form-wrap:not(.npp__form-wrap--has-live-demo) .t4s-product-form__buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8px;
}

body:has(.npp) .npp__form-wrap:not(.npp__form-wrap--has-live-demo) .t4s-product-form__buttons:has(#gokwik-buy-now) .t4s-d-flex.t4s-flex-wrap,
.template-product-new-product-page .npp__form-wrap:not(.npp__form-wrap--has-live-demo) .t4s-product-form__buttons:has(#gokwik-buy-now) .t4s-d-flex.t4s-flex-wrap,
.product-new-product-page .npp__form-wrap:not(.npp__form-wrap--has-live-demo) .t4s-product-form__buttons:has(#gokwik-buy-now) .t4s-d-flex.t4s-flex-wrap {
  flex: 1 1 calc(50% - 4px);
  width: calc(50% - 4px) !important;
  max-width: calc(50% - 4px);
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.template-product-new-product-page .npp__form-wrap .t4s-product-form__variants,
.product-new-product-page .npp__form-wrap .t4s-product-form__variants {
  margin-bottom: 0 !important;
}

.template-product-new-product-page .npp__form-wrap .fixed-mb,
.product-new-product-page .npp__form-wrap .fixed-mb {
  max-width: 100%;
}

.template-product-new-product-page .npp__form-wrap .t4s-product-form__buttons,
.product-new-product-page .npp__form-wrap .t4s-product-form__buttons {
  margin-top: 0;
}

.template-product-new-product-page .npp__form-wrap .t4s-product-form__submit,
.product-new-product-page .npp__form-wrap .t4s-product-form__submit {
  width: 100% !important;
  min-height: 48px;
  padding: 12px 20px !important;
  border-radius: 8px !important;
  background: var(--npp-blue) !important;
  border: 1px solid var(--npp-blue) !important;
  color: #ffffff !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.template-product-new-product-page .npp__form-wrap .t4s-product-form__submit:hover,
.product-new-product-page .npp__form-wrap .t4s-product-form__submit:hover {
  opacity: 0.92;
}

/* Hide wishlist/compare in CTA row — keeps ATC + Live Demo layout clean */
.template-product-new-product-page .npp__form-wrap .t4s-pr-wishlist,
.template-product-new-product-page .npp__form-wrap .t4s-pr-compare,
.product-new-product-page .npp__form-wrap .t4s-pr-wishlist,
.product-new-product-page .npp__form-wrap .t4s-pr-compare {
  display: none !important;
}

/* No live demo — Add to Cart + GoKwik Buy Now side by side (Aug 7, 2026) */
body:has(.npp) .npp__form-wrap:not(.npp__form-wrap--has-live-demo) .t4s-product-form__buttons:has(#gokwik-buy-now) .t4s-d-flex.t4s-flex-wrap,
.template-product-new-product-page .npp__form-wrap:not(.npp__form-wrap--has-live-demo) .t4s-product-form__buttons:has(#gokwik-buy-now) .t4s-d-flex.t4s-flex-wrap,
.product-new-product-page .npp__form-wrap:not(.npp__form-wrap--has-live-demo) .t4s-product-form__buttons:has(#gokwik-buy-now) .t4s-d-flex.t4s-flex-wrap {
  flex: 1 1 calc(50% - 4px);
  width: calc(50% - 4px) !important;
  max-width: calc(50% - 4px);
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
}

/* QC 2026-08-19 11:35 IST: No Live Demo + no Buy Now (OOS) → Out of stock full width */
body:has(.npp) .npp__form-wrap:not(.npp__form-wrap--has-live-demo) .t4s-product-form__buttons:not(:has(#gokwik-buy-now)) .t4s-d-flex.t4s-flex-wrap,
.template-product-new-product-page .npp__form-wrap:not(.npp__form-wrap--has-live-demo) .t4s-product-form__buttons:not(:has(#gokwik-buy-now)) .t4s-d-flex.t4s-flex-wrap,
.product-new-product-page .npp__form-wrap:not(.npp__form-wrap--has-live-demo) .t4s-product-form__buttons:not(:has(#gokwik-buy-now)) .t4s-d-flex.t4s-flex-wrap,
body:has(.npp) .npp__form-wrap:not(.npp__form-wrap--has-live-demo) .t4s-product-form__buttons .t4s-d-flex.t4s-flex-wrap:has(.t4s-product-form__submit[disabled]),
.template-product-new-product-page .npp__form-wrap:not(.npp__form-wrap--has-live-demo) .t4s-product-form__buttons .t4s-d-flex.t4s-flex-wrap:has(.t4s-product-form__submit[disabled]),
.product-new-product-page .npp__form-wrap:not(.npp__form-wrap--has-live-demo) .t4s-product-form__buttons .t4s-d-flex.t4s-flex-wrap:has(.t4s-product-form__submit[disabled]),
body:has(.npp) .npp__form-wrap:not(.npp__form-wrap--has-live-demo) .t4s-product-form__buttons .t4s-d-flex.t4s-flex-wrap:has(.t4s-product-form__submit[aria-disabled="true"]),
.template-product-new-product-page .npp__form-wrap:not(.npp__form-wrap--has-live-demo) .t4s-product-form__buttons .t4s-d-flex.t4s-flex-wrap:has(.t4s-product-form__submit[aria-disabled="true"]),
.product-new-product-page .npp__form-wrap:not(.npp__form-wrap--has-live-demo) .t4s-product-form__buttons .t4s-d-flex.t4s-flex-wrap:has(.t4s-product-form__submit[aria-disabled="true"]) {
  flex: 1 1 100%;
  width: 100% !important;
  max-width: 100%;
}

/* Live demo — Add to Cart + Live Demo side by side */
.template-product-new-product-page .npp__form-wrap--has-live-demo .t4s-product-form__buttons.kkk,
.product-new-product-page .npp__form-wrap--has-live-demo .t4s-product-form__buttons.kkk {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 22px;
  
}

.template-product-new-product-page .npp__form-wrap--has-live-demo .t4s-product-form__buttons .t4s-d-flex.t4s-flex-wrap,
.product-new-product-page .npp__form-wrap--has-live-demo .t4s-product-form__buttons .t4s-d-flex.t4s-flex-wrap {
  flex: 1 1 calc(50% - 4px);
  width: calc(50% - 4px) !important;
  max-width: calc(50% - 4px);
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.template-product-new-product-page .npp__form-wrap--has-live-demo .joinlivedemo-btn,
.product-new-product-page .npp__form-wrap--has-live-demo .joinlivedemo-btn {
  flex: 1 1 calc(50% - 4px);
  width: calc(50% - 4px) !important;
  max-width: calc(50% - 4px);
  min-width: 0;
  min-height: 48px;
  margin: 0 !important;
  padding: 0 12px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0;
  box-sizing: border-box;
  border: 1px solid var(--npp-blue) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: var(--npp-blue) !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  text-transform: none;
}

.template-product-new-product-page .npp__form-wrap--has-live-demo .joinlivedemo-btn .demo-icon,
.product-new-product-page .npp__form-wrap--has-live-demo .joinlivedemo-btn .demo-icon {
  display: block !important;
}

.template-product-new-product-page .npp__form-wrap--has-live-demo .joinlivedemo-btn .btn-text,
.product-new-product-page .npp__form-wrap--has-live-demo .joinlivedemo-btn .btn-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

/* NPP — use simple Live Demo label (snippet outputs Join Live Demo) */
.template-product-new-product-page .npp__form-wrap--has-live-demo .joinlivedemo-btn .btn-text,
.product-new-product-page .npp__form-wrap--has-live-demo .joinlivedemo-btn .btn-text {
  font-size: 0;
}

.template-product-new-product-page .npp__form-wrap--has-live-demo .joinlivedemo-btn .btn-text::after,
.product-new-product-page .npp__form-wrap--has-live-demo .joinlivedemo-btn .btn-text::after {
  content: 'Live Demo';
  font-size: 14px;
  font-weight: 700;
}

/* Suppress legacy live-demo modal / mobile bar on NPP */
.template-product-new-product-page #live-demo-modal,
.product-new-product-page #live-demo-modal,
.template-product-new-product-page .mobile-demo-bar,
.product-new-product-page .mobile-demo-bar {
  display: block !important;
}

/* Select Delivery Location — Zippy widget below ATC */
.template-product-new-product-page .npp__delivery-block,
.product-new-product-page .npp__delivery-block {
  margin: 16px 0 0;
  width: 100%;
}

.template-product-new-product-page .npp__delivery-block .zippy_widget_1511,
.product-new-product-page .npp__delivery-block .zippy_widget_1511 {
  margin: 0 !important;
  width: 100%;
  max-width: 100%;
}

.template-product-new-product-page .npp__delivery-block .zipcode_bar_title_1511,
.product-new-product-page .npp__delivery-block .zipcode_bar_title_1511 {
  margin: 0 0 10px;
  padding: 0;
}

.template-product-new-product-page .npp__delivery-block .zipcode_bar_title_1511 span,
.product-new-product-page .npp__delivery-block .zipcode_bar_title_1511 span {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.4;
  color: #1a1a1a !important;
  text-transform: none !important;
}

.template-product-new-product-page .npp__delivery-block .zipcode_bar_input_1528,
.product-new-product-page .npp__delivery-block .zipcode_bar_input_1528 {
  box-sizing: border-box;
  width: 100% !important;
  min-height: 48px;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 1px solid #d9dee8 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
}

.template-product-new-product-page .npp__delivery-block .zipcode_bar_input_1528 input,
.product-new-product-page .npp__delivery-block .zipcode_bar_input_1528 input {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #1a1a1a !important;
}

.template-product-new-product-page .npp__delivery-block .zipcode_bar_input_1528 input::placeholder,
.product-new-product-page .npp__delivery-block .zipcode_bar_input_1528 input::placeholder {
  color: #9aa0a8 !important;
  opacity: 1;
}

.template-product-new-product-page .npp__delivery-block .zipcode_bar_input_1528 button.zipcode_bar_btn_1528.checkPin,
.product-new-product-page .npp__delivery-block .zipcode_bar_input_1528 button.zipcode_bar_btn_1528.checkPin {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: var(--npp-blue) !important;
  background: transparent !important;
  border: none !important;
  top: 50% !important;
  transform: translateY(-50%);
  right: 16px !important;
}

/* AI Review Summary — custom.ai_review_summary */
.template-product-new-product-page .npp__ai-review,
.product-new-product-page .npp__ai-review {
  margin: 16px 0 0;
  width: 100%;
}

.template-product-new-product-page .npp__ai-review-badge,
.product-new-product-page .npp__ai-review-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
}

.template-product-new-product-page .npp__ai-review-badge-icon,
.product-new-product-page .npp__ai-review-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: #7c3aed;
  color: #ffffff;
}

.template-product-new-product-page .npp__ai-review-badge-text,
.product-new-product-page .npp__ai-review-badge-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7c3aed;
}

.template-product-new-product-page .npp__ai-review-content .metafield-rich_text_field,
.product-new-product-page .npp__ai-review-content .metafield-rich_text_field {
  display: contents;
}

.template-product-new-product-page .npp__ai-review-content > h2,
.template-product-new-product-page .npp__ai-review-content > h3,
.template-product-new-product-page .npp__ai-review-content > h4,
.product-new-product-page .npp__ai-review-content > h2,
.product-new-product-page .npp__ai-review-content > h3,
.product-new-product-page .npp__ai-review-content > h4 {
  margin: 0 0 12px;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  color: #1a1a1a;
}

.template-product-new-product-page .npp__ai-review-content > p,
.product-new-product-page .npp__ai-review-content > p {
  box-sizing: border-box;
  margin: 0;
  padding: 18px 20px;
  border: 1px solid #d9dee8;
  border-radius: 12px;
  background: #ffffff;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #1a1a1a;
}

.template-product-new-product-page .npp__ai-review-content > p strong,
.template-product-new-product-page .npp__ai-review-content > p b,
.product-new-product-page .npp__ai-review-content > p strong,
.product-new-product-page .npp__ai-review-content > p b {
  font-weight: 700;
  color: #1a1a1a;
}

/* From the manufacturer — custom.a_content */
.template-product-new-product-page .npp__a-content,
.product-new-product-page .npp__a-content {
  width: 100%;
  max-width: 100%;
  margin: 40px 0 0;
  padding: 0;
}

.template-product-new-product-page .npp__a-content-label,
.product-new-product-page .npp__a-content-label {
  margin: 0 0 12px;
  padding: 0 var(--npp-page-pad);
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.4;
  color: var(--npp-blue);
}

.template-product-new-product-page .npp__a-content-banners,
.product-new-product-page .npp__a-content-banners {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.template-product-new-product-page .npp__a-content-banners > *,
.product-new-product-page .npp__a-content-banners > * {
  margin: 0 !important;
  padding: 0 !important;
}

.template-product-new-product-page .npp__a-content-banners img,
.product-new-product-page .npp__a-content-banners img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  vertical-align: top;
}

.template-product-new-product-page .npp__a-content-banners .metafield-rich_text_field,
.product-new-product-page .npp__a-content-banners .metafield-rich_text_field {
  display: contents;
}

.template-product-new-product-page .npp__a-content-banners picture,
.product-new-product-page .npp__a-content-banners picture {
  display: block;
  width: 100%;
}

/* Gallery — mobile dots only (thumb strip hidden above) */
@media (max-width: 1023px) {
  .template-product-new-product-page .npp__hero,
  .product-new-product-page .npp__hero {
    min-height: auto;
  }
}

@media (min-width: 1024px) {
  .template-product-new-product-page .npp .flickityt4s-page-dots,
  .product-new-product-page .npp .flickityt4s-page-dots {
    display: none !important;
  }
}

/* Hide legacy mobile PDP title bar on this template */
.template-product-new-product-page .mb-headin-top.for-mobile,
.product-new-product-page .mb-headin-top.for-mobile {
  display: none !important;
}

/* Info spacing */
.template-product-new-product-page .npp__info > *:last-child,
.product-new-product-page .npp__info > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px){
  .npp__info-col {
    padding-left: 9.725rem;
}
  .snap_emi_txt {
        width: 512px !important;
    }

}

/* Product page — keep site header sticky while scrolling (drawer-open uses mobile_nav.css fixed rules)
   2026-08-21 15:37 IST: overflow-x:hidden on wrappers computes overflow-y:auto and breaks sticky;
   use clip + explicit overflow-y:visible so header can stick to the viewport. */
html:not(.is--mb-drawer-open):not(.is--opend-drawer):has(.npp),
html:not(.is--mb-drawer-open):not(.is--opend-drawer) body.template-product,
html:not(.is--mb-drawer-open):not(.is--opend-drawer) body:has(.npp) {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

body.template-product .t4s-website-wrapper,
body.template-product #MainContent,
body:has(.npp) .t4s-website-wrapper,
body:has(.npp) #MainContent,
body:has(.npp) #t4s-footer {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

html:not(.is--mb-drawer-open):not(.is--opend-drawer) body.template-product #shopify-section-announcement-bar,
html:not(.is--mb-drawer-open):not(.is--opend-drawer) body:has(.npp) #shopify-section-announcement-bar {
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 100002 !important;
}

html:not(.is--mb-drawer-open):not(.is--opend-drawer) body.template-product #shopify-section-top-bar,
html:not(.is--mb-drawer-open):not(.is--opend-drawer) body:has(.npp) #shopify-section-top-bar {
  position: sticky !important;
  top: var(--mb-announcement-height, 0px) !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 100001 !important;
  background: #fff !important;
}

html:not(.is--mb-drawer-open):not(.is--opend-drawer) body.template-product #shopify-section-header-inline,
html:not(.is--mb-drawer-open):not(.is--opend-drawer) body.template-product .t4s-section-header,
html:not(.is--mb-drawer-open):not(.is--opend-drawer) body:has(.npp) #shopify-section-header-inline,
html:not(.is--mb-drawer-open):not(.is--opend-drawer) body:has(.npp) .t4s-section-header {
  position: sticky !important;
  top: var(--mb-header-inline-top, 30px) !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 100000 !important;
  background: #fff !important;
}

/* Abhishek css */
.npp-gs__track{
  border: 1px solid #d9d9d9 !important;
  border-radius: 11.25px !important;
}
@media (max-width: 767px) {
  .npp-gs__track {
    border: none !important;
    border-bottom: 3px solid #d9d9d9 !important;
    border-radius: 0 0 11.25px 11.25px !important;
  }
}

.npp-gs__thumb.is-nav-selected .npp-gs__thumb-media {
  border-color: transparent !important;
}

.template-product .t4s-row.t4s-row__product {
    margin-top: 20px !important;
}
.t4s-product__info-container>:not(:last-child) {
    margin-bottom: 10px !important;
}
.npp__key-highlights-card p{
  margin: 0 0 10px !important;
}
.npp-key-highlight-like{
  margin: 0 0 10px;
 
  margin-top: 15px;
}
.npp__key-highlights-title {
    font-size: 18px !important;
}
h2.confidence-heading {
    padding-top: 14px;
}
.npp__a-content p{
font-family: DMSans-Bold !important;
text-align: center;
    margin-top: 2.5rem;
}
.t4s-product-price span{
  font-family: 'DMsans-bold' !important;
}
.npp__price-mrp-label {
    display: none;
}
@media (min-width: 1024px) {
  .fixed-mb .t4s-product-form__buttons {
    padding-top: 10px;
}
    .npp__info-col {
        padding-left: 7.725rem;
    }
    .template-product .t4s-container {
    /* max-width: 88% !important; */
    width: 88%;
    padding: 0 !important;
}
button.npp__thumb-item.npp-gs__thumb.is-nav-selected{
    border: 1px solid #d9d9d9 !important;
    border-radius: 11.75px !important;
    box-shadow: none;
        background-color: transparent;
}

button.npp__thumb-item.npp-gs__thumb.is-nav-selected:hover {
    border: 1px solid #0b5ed7 !important;
    border-radius: 11.75px !important;
    box-shadow: none;
        background-color: transparent;
}
}
@media (max-width: 767px) {
.template-collection .nc-pr{
  width: 182px !important;
}
    .npp__price.t4s-product-price.gh-1 {
        padding: 0;
    }
   .npp__a-content-label{
    font-size: 18px !important;
   }
   .t4s-product__info-container>:not(:last-child) {
    margin-top: 10px !important;

   }
   .t4s-product__policies.t4s-rte.ccc.npp__snapmint-anchor {
    padding: 0 0 14px 0;
}
    .npp__ai-review-card {
        padding: 14px 14px !important;
    }

    .fcpdp .fcpdp__a-slide .nc-pr-card {
   
    border: 1px solid #ddd;
   
}
}

@media (min-width: 768px){

.template-product .jdgm-widget.jdgm-widget#judgeme_product_reviews {
  margin-top:2.5rem;
          border: none; /*santosh new css add -11aug2026 */
}
.npp__faq-heading{
  margin-top:2.5rem;
}
.npp__specifications.t4s-container{
margin-top:2.5rem;
}
.fcpdp__title {
    text-align:center;
    margin-top:2.5rem;
  }
  .fcpdp__head {
    margin-top:2.5rem;
  }
  .npp__faq-heading{
    margin-top:2.5rem!important;
  }
}

@media screen and (max-width: 767px) {
    .npp__a-content p {
      padding-bottom: 0rem; 
              
        padding: 0;
        color:#000;
        margin-bottom: 1.2rem;
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .template-product #specifications-sec { 
      padding-top: 0;

    }}

    @media only screen and (min-width: 767px) {
    #specifications-sec
 {
        width: 100%;
        padding: 30px 0;
        margin: 0 auto;
        padding-bottom: 0;
        padding-top:0;
    }
}

.4321.t4s-section-title.t4s-title span{
text-transform: capitalize;
    font-weight: 600;
    font-family: DMSans-Bold !important;
}

#recently_wrap>.t4s-section-inner {
    padding: 0 !important;
    margin-top: 0 !important;
}

/* QC 2026-08-18 18:15 IST: Stop NPP from becoming horizontally scrollable on mobile.
   2026-08-21 15:37 IST: use overflow-x:clip (not hidden) so overflow-y stays visible and sticky header works. */
@media (max-width: 767px) {
  /* html.js { overflow: visible !important } in theme.css was restoring the bottom scrollbar. */
  html.js:has(.npp),
  html.t4sp-theme:has(.npp),
  html:has(.npp),
  body:has(.npp) {
    overflow-x: clip !important;
    overflow-y: visible !important;
    max-width: 100%;
  }

  body:has(.npp) .t4s-website-wrapper,
  body:has(.npp) #t4s-footer {
    overflow-x: clip !important;
    overflow-y: visible !important;
    max-width: 100%;
  }

  /* QC 2026-08-18 18:40 IST: Recently Viewed cards swipe via native X scroll. Do not clip the wrap (that blocked swipe) and keep overflow-y hidden on the viewport only (no nested Y bar). */
  body:has(.npp) .id_recently_viewed,
  body:has(.npp) #recently_wrap,
  body:has(.npp) .id_recently_viewed .t4s-section-inner,
  body:has(.npp) #recently_wrap .t4s-section-inner {
    overflow: visible;
    max-width: 100%;
  }

  body:has(.npp) .id_recently_viewed .t4s-flicky-slider,
  body:has(.npp) #recently_wrap .t4s-flicky-slider {
    width: 100% !important;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
  }

  body:has(.npp) .id_recently_viewed .flickityt4s-viewport,
  body:has(.npp) #recently_wrap .flickityt4s-viewport {
    container-type: inline-size;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    touch-action: pan-x pan-y !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  body:has(.npp) .id_recently_viewed .flickityt4s-viewport::-webkit-scrollbar,
  body:has(.npp) #recently_wrap .flickityt4s-viewport::-webkit-scrollbar {
    display: none;
  }

  body:has(.npp) .id_recently_viewed .flickityt4s-slider,
  body:has(.npp) #recently_wrap .flickityt4s-slider {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    position: relative !important;
    transform: none !important;
    left: 0 !important;
    width: max-content !important;
    height: auto !important;
  }

  body:has(.npp) .id_recently_viewed .flickityt4s-slider > .t4s-col-item,
  body:has(.npp) #recently_wrap .flickityt4s-slider > .t4s-col-item {
    position: relative !important;
    transform: none !important;
    left: auto !important;
    top: auto !important;
    flex: 0 0 100vw;
    flex-basis: 100cqw;
    width: 100vw !important;
    width: 100cqw !important;
    min-width: 100vw !important;
    min-width: 100cqw !important;
    max-width: 100vw !important;
    max-width: 100cqw !important;
    scroll-snap-align: start;
    height: auto !important;
  }

  body:has(.npp) .id_recently_viewed .flickityt4s-page-dots,
  body:has(.npp) #recently_wrap .flickityt4s-page-dots {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }

  body:has(.npp) .t4s-website-wrapper,
  body:has(.npp) #MainContent,
  body:has(.npp) .npp,
  body:has(.npp) .npp__container,
  body:has(.npp) .t4s-container {
    max-width: 100%;
    box-sizing: border-box;
  }

  body:has(.npp) .t4s-row.t4s-row__product {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    max-width: 100%;
  }

  body:has(.npp) .npp__title.t4s-product__title {
    max-width: 100%;
  }

  body:has(.npp) .npp__price.t4s-product-price.gh-1 {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  body:has(.npp) #specifications-sec,
  body:has(.npp) #specifications-sec .pdp-details {
    overflow-x: hidden;
    max-width: 100%;
  }

  body:has(.npp) #specifications-sec .spcfc-wrapper,
  body:has(.npp) #specifications-sec .spcfc-ttl {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }

  body:has(.npp) .npp-gs,
  body:has(.npp) .npp-gs__wrap,
  body:has(.npp) .fcpdp,
  body:has(.npp) .fcpdp .npp__a-slider,
  body:has(.npp) .fcpdp .npp__a-slider-wrap,
  body:has(.npp) .npp__a-content,
  body:has(.npp) .npp__a-content-banners,
  body:has(.npp) .npp__a-content-slider,
  body:has(.npp) .npp__a-content-slider-viewport {
    max-width: 100%;
    overflow-x: hidden;
  }

  body:has(.npp) .npp-gs__track,
  body:has(.npp) .fcpdp .npp__a-slider-track,
  body:has(.npp) .npp__a-content-slider-track {
    overscroll-behavior-x: contain;
  }

  body:has(.npp) img,
  body:has(.npp) svg {
    max-width: 100%;
  }
}
.npp__price-save-value {
  padding-left: 4px;
}


@media (max-width: 767px) {
    .t4s-product__info-wrapper {
        margin-top: 25px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width: 370px){
      .npp__price-save{
        font-size: 1.6rem !important;
      }
  .showfixpr .fixed-mb .for-mobile.hide-mobile {
    padding-top: 0px !important;
  }
  .t4s-main-product__content .t4s-product__info-container .t4s-product-price ins{
    font-size: 2.2rem !important;
  }
  .npp__form-wrap .fixed-mb .npp__sticky-price-wrap .t4s-product__price-review.npp__price-row{
    padding: 0px !important;
  }
  .t4s-main-product__content .t4s-product__info-container .t4s-product-price del{
    font-size: 1.2rem !important;
  }
    .npp__price-save{
       font-size: 1.2rem !important;
    }
    .npp__form-wrap .fixed-mb .npp__sticky-price-wrap .t4s-product__price-review.npp__price-row{
      margin: 0px !important;
    }
}