/* Moldteh product refresh by Nevermor. Scoped to product components. */
.nm-product-card.card{border:1px solid #e7ecef;border-radius:16px;background:#fff;box-shadow:0 5px 20px rgba(18,38,52,.045);overflow:hidden;transition:border-color .18s,box-shadow .18s}
.nm-product-card.card:hover{border-color:#b8dabd;box-shadow:0 8px 25px rgba(18,38,52,.085)}
.nm-product-card .card-body{padding:18px;min-width:0}
.nm-card-media{margin-bottom:14px}
.nm-card-media>a{display:flex;align-items:center;justify-content:center;aspect-ratio:1;background:#fff;overflow:hidden;border-radius:10px}
.nm-card-media>a>img{display:block;width:100%;height:100%;object-fit:contain;margin:0!important}
.nm-card-badges{z-index:2;display:flex;flex-wrap:wrap;gap:5px;pointer-events:none}
.nm-card-badges .badge{padding:7px 10px;border-radius:8px;font-size:12px;font-weight:700}
.nm-card-badges .bg-danger,.nm-gallery-sale{background:#e53935!important}
.nm-product-card .nm-stock,.nm-product-summary .nm-stock{display:inline-flex;align-items:center;align-self:flex-start;width:fit-content;gap:7px;border-radius:30px;padding:5px 10px;font-size:12px;line-height:1.4;font-weight:600;margin-bottom:10px!important}
.nm-in-stock{background:#eaf8e9;color:#168526!important}
.nm-out-stock{background:#f1f3f5;color:#637080!important}
.nm-stock:before{content:"";width:7px;height:7px;background:currentColor;border-radius:50%;flex:none}
.nm-stock small{font-size:inherit}
.nm-stock .feather-icon{display:none}
.nm-product-card .nm-card-title{font-size:15px!important;line-height:1.45;font-weight:600;min-height:4.35em;margin:0 0 13px;overflow-wrap:anywhere}
.nm-card-title a{color:#142838;display:block}
.nm-card-title a:hover{color:#138923}
.nm-card-prices{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:3px;min-height:64px;line-height:1.2}
.nm-card-prices>.fw-bold{font-size:23px;letter-spacing:-.6px;color:#122534!important}
.nm-card-prices>.nm-old-price{order:-1;color:#84909c;font-size:13px;font-weight:400}
.nm-on-sale .nm-card-prices>.fw-bold,.nm-on-sale .main-price{color:#dc3434!important}
.nm-product-card .nm-card-buy .btn{border-radius:9px;min-height:44px;font-size:14px;font-weight:600;white-space:normal;padding:10px 8px}
.nm-product-card .nm-card-buy .btn-primary{background:#08a51a;border-color:#08a51a}
.nm-product-card .nm-card-buy .btn-primary:hover{background:#078b17;border-color:#078b17}
.nm-product-card .nm-card-buy .btn:disabled{background:#edf0f2;border-color:#edf0f2;color:#84909c;opacity:1}
.nm-product-card a:focus-visible,.nm-product-card button:focus-visible,.nm-product-page button:focus-visible{outline:3px solid #65b971;outline-offset:3px}
.nm-product-page{background:#f8fafb;padding-bottom:1px}
.nm-product-hero{margin-top:28px!important}
.nm-product-columns{--bs-gutter-x:32px;--bs-gutter-y:24px}
.nm-gallery-column,.nm-info-column{min-width:0}
.nm-gallery{position:relative;background:#fff;border:1px solid #e7ecef;border-radius:18px;padding:22px;box-shadow:0 5px 22px rgba(18,38,52,.035)}
.nm-gallery .slider-for .border{border:0!important}
.nm-gallery .slider-for a{display:block}
.nm-gallery .slider-for img{width:100%;height:auto;aspect-ratio:4/3;object-fit:contain}
.nm-gallery .slider-nav{max-width:480px;margin:20px auto 0!important;padding:0 16px}
.nm-gallery .slider-nav .slick-slide{padding:5px;border:1px solid transparent;border-radius:9px;cursor:pointer}
.nm-gallery .slider-nav .slick-current{border-color:#08a51a}
.nm-gallery .slider-nav img{height:auto;object-fit:contain}
.nm-gallery-sale{position:absolute;top:16px;left:16px;z-index:2;padding:9px 13px;border-radius:9px;font-size:16px}
.nm-product-info h1{font-size:clamp(25px,2.55vw,38px);line-height:1.2;letter-spacing:-.65px;color:#152938;overflow-wrap:anywhere;margin-bottom:18px!important}
.nm-product-summary{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:20px;color:#778390;font-size:13px}
.nm-product-summary strong{color:#263b49}
.nm-product-summary .nm-stock{margin-bottom:0!important}
.nm-purchase{background:#fff;border:1px solid #e7ecef;border-radius:17px;padding:24px;box-shadow:0 6px 22px rgba(18,38,52,.045)}
.nm-main-prices{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px 16px;margin-bottom:18px;line-height:1.2}
.nm-main-prices .main-price{font-size:clamp(30px,3vw,42px);letter-spacing:-1px;color:#122534!important}
.nm-on-sale .nm-main-prices .main-price{color:#dc3434!important}
.nm-main-prices .nm-old-price{color:#88939e!important;font-size:18px}
.nm-purchase .input-spinner{width:150px;height:43px;border:1px solid #e4e9ed;border-radius:9px;overflow:hidden;flex-wrap:nowrap;background:#f8fafb}
.nm-purchase .input-spinner input{border:0!important;background:transparent;width:50px!important;min-width:0;text-align:center;height:41px;padding:0;box-shadow:none}
.nm-purchase .input-spinner input[type=number]{appearance:textfield;-moz-appearance:textfield;background:#fff}
.nm-purchase .input-spinner input::-webkit-inner-spin-button,.nm-purchase .input-spinner input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.nm-purchase-actions .btn{min-height:50px;border-radius:10px;font-size:16px;font-weight:600}
.nm-purchase-actions .btn-primary{background:#08a51a;border-color:#08a51a}
.nm-purchase-actions .btn-primary:hover{background:#078b17;border-color:#078b17}
.nm-purchase-actions .btn-soft-primary{background:#e6f6e5;color:#138723;border-color:#e6f6e5}
.nm-purchase-actions .btn-soft-primary:hover{background:#d6eed4}
.nm-purchase>hr{display:none}
.nm-purchase .nm-consult-note{background:#fff8e5;border:1px solid #ffedbc;color:#76622c;border-radius:10px;font-size:13px;line-height:1.65;padding:14px;margin:16px 0 0}
.nm-consult-note a{font-weight:700;color:#76622c}
.nm-product-meta{margin-top:20px;padding:14px 0;border-top:1px solid #e0e6eb;border-bottom:1px solid #e0e6eb}
.nm-product-meta td{padding:6px 0;vertical-align:top;font-size:13px;overflow-wrap:anywhere}
.nm-product-meta td:first-child{width:35%;padding-right:15px;color:#7c8996}
.nm-product-meta td:last-child{color:#203747}
.nm-share{padding-top:8px}
.nm-share>.dropdown>.btn{border:0;background:transparent;padding-left:0;color:#80909e}
.nm-product-page .nav-lb-tab{margin-top:32px}
.nm-product-page .product-description{background:white;border-radius:14px;padding:24px;overflow-wrap:anywhere}
.nm-product-page .product-description img{max-width:100%;height:auto}
.nm-product-page .product-description table{max-width:100%}
#fixed-fastbuy{padding-bottom:env(safe-area-inset-bottom)}
@media(min-width:768px){.nm-gallery{position:sticky;top:20px}}
@media(max-width:1199px){.nm-product-card .card-body{padding:14px}.nm-card-prices>.fw-bold{font-size:21px}.nm-purchase{padding:18px}}
@media(max-width:767px){
 .nm-product-hero{margin-top:18px!important}.nm-gallery{padding:14px;border-radius:14px}.nm-gallery .slider-nav{max-width:340px;margin-top:12px!important}
 .nm-product-info h1{font-size:26px;letter-spacing:-.4px}.nm-product-summary{margin-bottom:16px}.nm-purchase{padding:18px;border-radius:14px}
 .nm-product-columns{--bs-gutter-x:20px;--bs-gutter-y:8px}.nm-product-meta td:first-child{width:40%}
 .nm-product-card .card-body{padding:11px}.nm-product-card.card{border-radius:12px}.nm-card-media{margin-bottom:10px}
 .nm-product-card .nm-stock{padding:4px 7px;font-size:10px;gap:5px;max-width:100%}
 .nm-product-card .nm-card-title{font-size:13px!important;line-height:1.4;min-height:4.2em;margin-bottom:9px}
 .nm-card-prices{min-height:55px;gap:4px}.nm-card-prices>.fw-bold{font-size:19px;letter-spacing:-.5px}.nm-card-prices>.nm-old-price{font-size:11px}
 .nm-product-card .nm-card-buy .btn{font-size:13px;min-height:42px;padding:9px 4px}.nm-card-badges .badge{font-size:10px;padding:5px 7px}
 .nm-product-page .product-description{padding:16px}.nm-main-prices .main-price{font-size:34px}
}
@media(prefers-reduced-motion:reduce){.nm-product-card.card{transition:none}}
/* Theme uses the fc prefix for Bootstrap grid variables. */
.nm-product-columns{--fc-gutter-x:32px;--fc-gutter-y:24px}
.nm-gallery .slider-nav .slick-slide.slick-current img{border:0}
@media(max-width:767px){.nm-product-columns{--fc-gutter-x:20px;--fc-gutter-y:8px}}
