/*
 * Netgardi Store 3.3.0 — shared commerce pages.
 * Homepage, preset header/footer and the signed-in account panel are intentionally
 * outside these selectors. Drawer improvements are shared by every preset.
 */

body.ngstore-inner-page{
  --ng-page-bg:var(--ng-page-background,#f7f9fc);
  --ng-page-card:#fff;
  --ng-page-border:rgb(15 23 42 / 8%);
  --ng-page-muted:#64748b;
  --ng-page-soft:color-mix(in srgb,var(--ng-primary,#3157f6) 7%,#fff);
  --ng-page-glow:color-mix(in srgb,var(--ng-primary,#3157f6) 13%,transparent);
  --ng-page-shadow:0 16px 48px rgb(15 23 42 / 6%);
  --ng-page-radius:24px;
  background:var(--ng-page-bg);
}
body.ngstore-inner-page .ngstore-site{display:flex;min-height:100svh;flex-direction:column}
body.ngstore-inner-page .ngstore-site>main{flex:1 0 auto}
body.ngstore-inner-page .ngstore-content{width:min(1340px,calc(100% - 48px));max-width:100%;min-width:0;margin-inline:auto;padding-block:38px 66px}
body.ngstore-inner-page .ngstore-woocommerce-content>.woocommerce-breadcrumb,
body.ngstore-inner-page .ngstore-woocommerce-content>.woocommerce-notices-wrapper,
body.ngstore-inner-page .ngstore-woocommerce-content>.woocommerce-products-header,
body.ngstore-inner-page .ngstore-woocommerce-content>.woocommerce-result-count,
body.ngstore-inner-page .ngstore-woocommerce-content>.woocommerce-ordering,
body.ngstore-inner-page .ngstore-woocommerce-content>.products,
body.ngstore-inner-page .ngstore-woocommerce-content>.product,
body.ngstore-inner-page .ngstore-woocommerce-content>.ngstore-shop-categories,
body.ngstore-inner-page .ngstore-woocommerce-content>.ngstore-shop-filter-trigger,
body.ngstore-inner-page .ngstore-woocommerce-content>.ngstore-catalog-toolbar,
body.ngstore-inner-page .ngstore-woocommerce-content>.woocommerce-pagination{width:100%;max-width:none;margin-inline:0}
body.ngstore-inner-page .woocommerce-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin:0 0 24px;color:var(--ng-page-muted);font-size:.8rem}
body.ngstore-inner-page .woocommerce-breadcrumb a{color:#334155}
body.ngstore-inner-page .woocommerce-breadcrumb a:hover{color:var(--ng-action)}
body.ngstore-inner-page :focus-visible{outline:3px solid color-mix(in srgb,var(--ng-primary) 48%,transparent);outline-offset:3px}
.ngstore-page-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--ng-action);font-size:.78rem;font-weight:850}
.ngstore-page-kicker:before{width:8px;height:8px;border-radius:50%;background:currentColor;content:""}

/* Product archive, category and search results. */
body.ngstore-catalog-page .ngstore-catalog-hero{position:relative;display:flex;min-height:196px;align-items:center;justify-content:space-between;gap:26px;overflow:hidden;margin:0 0 25px;padding:36px 40px;border:1px solid var(--ng-page-border);border-radius:28px;background:linear-gradient(125deg,#fff 46%,var(--ng-page-soft));box-shadow:var(--ng-page-shadow)}
body.ngstore-catalog-page .ngstore-catalog-hero:after{position:absolute;top:-98px;left:-52px;width:236px;height:236px;border:1px solid var(--ng-page-glow);border-radius:50%;box-shadow:0 0 0 28px color-mix(in srgb,var(--ng-page-glow) 25%,transparent),0 0 0 59px color-mix(in srgb,var(--ng-page-glow) 12%,transparent);content:"";pointer-events:none}
body.ngstore-catalog-page .ngstore-catalog-copy,body.ngstore-catalog-page .ngstore-catalog-count{position:relative;z-index:1}
body.ngstore-catalog-page .ngstore-catalog-copy h1{margin:8px 0 8px;font-size:clamp(1.75rem,3.2vw,3rem);font-weight:920;line-height:1.4;letter-spacing:-.045em}
body.ngstore-catalog-page .ngstore-catalog-copy p{max-width:640px;margin:0;color:var(--ng-page-muted);font-size:.93rem;line-height:1.95}
body.ngstore-catalog-page .ngstore-catalog-count{display:flex;min-height:48px;align-items:center;gap:9px;padding:10px 15px;border:1px solid var(--ng-page-border);border-radius:15px;background:rgb(255 255 255 / 90%);color:#334155;font-size:.8rem;font-weight:800;white-space:nowrap}
body.ngstore-catalog-page .ngstore-catalog-count svg{width:18px;height:18px;color:var(--ng-action)}
body.ngstore-catalog-page .woocommerce-products-header:empty{display:none}
body.ngstore-catalog-page .ngstore-shop-filter-trigger{display:inline-flex!important;width:auto!important;min-height:46px;margin:0 0 14px!important;padding:10px 15px;border:1px solid var(--ng-page-border);border-radius:14px;background:#fff;color:#334155;box-shadow:0 4px 14px rgb(15 23 42 / 4%)}
body.ngstore-catalog-page .ngstore-shop-filter-trigger svg{width:18px;height:18px;color:var(--ng-action)}
body.ngstore-catalog-page .ngstore-shop-categories{display:flex;gap:9px;margin:0 0 16px!important;padding:2px 1px 8px;overflow-x:auto;scrollbar-width:none}
body.ngstore-catalog-page .ngstore-shop-categories::-webkit-scrollbar{display:none}
body.ngstore-catalog-page .ngstore-shop-categories a{display:flex;min-height:43px;align-items:center;padding:8px 15px;border:1px solid var(--ng-page-border);border-radius:13px;background:#fff;color:#475569;font-size:.79rem;font-weight:760}
body.ngstore-catalog-page .ngstore-shop-categories a.is-active{border-color:color-mix(in srgb,var(--ng-action) 23%,#fff);background:var(--ng-page-soft);color:var(--ng-action)}
body.ngstore-catalog-page .ngstore-catalog-toolbar{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:16px;margin:0 0 13px;padding:0 2px}
body.ngstore-catalog-page .ngstore-catalog-toolbar .woocommerce-result-count,
body.ngstore-catalog-page .ngstore-catalog-toolbar .woocommerce-ordering{width:auto;float:none;margin:0}
body.ngstore-catalog-page .woocommerce-result-count{color:var(--ng-page-muted);font-size:.82rem}
body.ngstore-catalog-page .woocommerce-ordering select{height:45px;padding:0 12px;border:1px solid var(--ng-page-border);border-radius:13px;background:#fff;color:#334155;font-size:.79rem}
body.ngstore-catalog-page ul.products{display:grid!important;grid-template-columns:repeat(var(--ng-shop-columns,4),minmax(0,1fr));align-items:stretch;gap:16px!important;margin:0!important;padding:0!important;list-style:none}
body.ngstore-catalog-page ul.products li.product{position:relative;display:flex;width:auto!important;min-width:0;height:100%;flex-direction:column;margin:0!important;padding:10px!important;overflow:hidden;border:1px solid var(--ng-page-border);border-radius:21px;background:#fff;box-shadow:0 4px 18px rgb(15 23 42 / 3%);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
body.ngstore-catalog-page ul.products li.product:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--ng-primary) 23%,#e8edf5);box-shadow:0 14px 34px rgb(15 23 42 / 8%)}
body.ngstore-catalog-page ul.products li.product>.woocommerce-LoopProduct-link{display:flex!important;min-width:0;flex:1 1 auto;flex-direction:column;color:inherit}
body.ngstore-catalog-page ul.products li.product a img{width:100%;aspect-ratio:1;margin:0 0 13px!important;border-radius:15px;background:#f5f7fb;object-fit:contain}
body.ngstore-catalog-page .ngstore-loop-category{display:block;margin:0 2px 4px;color:var(--ng-action);font-size:.73rem;font-weight:800}
body.ngstore-catalog-page ul.products li.product .woocommerce-loop-product__title{display:-webkit-box;min-height:3.64em;max-height:3.64em;margin:0!important;padding:0 2px!important;overflow:hidden;color:#172033;font-size:.9rem!important;font-weight:780;line-height:1.82!important;-webkit-box-orient:vertical;-webkit-line-clamp:2}
body.ngstore-catalog-page ul.products li.product .star-rating{margin:8px 2px 3px!important;color:#f59e0b;font-size:.73rem}
body.ngstore-catalog-page ul.products li.product .price{display:flex;width:100%;min-height:62px;align-self:stretch;flex-direction:column;align-items:flex-end;justify-content:flex-end;gap:2px;margin:auto 0 0!important;padding:10px 2px 1px;border-top:1px solid rgb(15 23 42 / 6%);color:#111827!important;font-size:1rem!important;font-weight:920;line-height:1.45;text-align:left}
body.ngstore-catalog-page ul.products li.product .price del{display:block;color:#94a3b8;font-size:.72rem;font-weight:700;line-height:1.4}
body.ngstore-catalog-page ul.products li.product .price ins{display:block;text-decoration:none}
body.ngstore-catalog-page ul.products li.product .price .woocommerce-Price-amount{white-space:nowrap}
body.ngstore-catalog-page .ngstore-loop-availability{display:flex;align-items:center;gap:6px;margin:6px 2px 0;color:#64748b;font-size:.71rem}
body.ngstore-catalog-page .ngstore-loop-availability:before{width:7px;height:7px;border-radius:50%;background:#22c55e;content:""}
body.ngstore-catalog-page .ngstore-loop-availability.is-unavailable:before{background:#f59e0b}
body.ngstore-catalog-page ul.products li.product .button{display:flex!important;width:100%;min-height:44px;flex:0 0 auto;align-items:center;justify-content:center;margin-top:13px!important;border-radius:13px!important;background:var(--ng-action)!important;color:#fff!important;font-size:.79rem!important;font-weight:800}
body.ngstore-catalog-page ul.products li.product .added_to_cart{display:none!important}
body.ngstore-catalog-page span.onsale{top:18px!important;right:18px!important;left:auto!important;z-index:2;border-radius:10px!important;background:#ef4444!important}

/* Empty catalog and search states always keep the storefront shell intact. */
.ngstore-catalog-empty{display:grid;min-height:380px;justify-items:center;align-content:center;gap:11px;padding:45px 24px;border:1px solid var(--ng-page-border,#e7ebf1);border-radius:26px;background:#fff;text-align:center}
.ngstore-empty-icon,.ngstore-not-found-icon{display:grid;width:78px;height:78px;place-items:center;border-radius:23px;background:color-mix(in srgb,var(--ng-primary) 8%,#fff);color:var(--ng-action)}
.ngstore-empty-icon svg,.ngstore-not-found-icon svg{width:34px!important;height:34px!important}
.ngstore-catalog-empty h2{margin:5px 0 0;font-size:clamp(1.2rem,2vw,1.65rem);line-height:1.65}
.ngstore-catalog-empty>p{max-width:480px;margin:0;color:#64748b;font-size:.88rem;line-height:1.95}
.ngstore-inline-search{display:grid;width:min(480px,100%);height:54px;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:9px;margin-top:8px;padding:0 8px 0 10px;border:1px solid var(--ng-page-border,#e7ebf1);border-radius:15px;background:#f8fafc}
.ngstore-inline-search>svg{width:19px;height:19px;color:#64748b}
.ngstore-inline-search input{width:100%;min-width:0;height:44px;padding:0;border:0;background:transparent;outline:0;color:#172033;font-size:.85rem}
.ngstore-inline-search button{height:39px;padding:0 13px;border:0;border-radius:11px;background:var(--ng-action);color:#fff;font-size:.78rem;font-weight:800}
.ngstore-empty-action{margin-top:8px}

/* Product detail: gallery, editorial information and a separate purchase card. */
body.ngstore-product-page .ngstore-content{width:min(1440px,calc(100% - 48px));padding-top:26px}
body.ngstore-product-page .ngstore-woocommerce-content>div.product{display:flex;min-width:0;flex-direction:column;gap:23px;width:100%;margin:0}
body.ngstore-product-page .ngstore-product-mobile-tools{display:none}
body.ngstore-product-page .ngstore-product-overview{position:relative;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(0,1.14fr) minmax(272px,.82fr);align-items:start;gap:19px;min-width:0}
body.ngstore-product-page .ngstore-product-gallery-column{position:sticky;top:105px;min-width:0;align-self:start}
body.ngstore-product-page .ngstore-product-gallery-column>.woocommerce-product-gallery{position:relative;width:100%!important;margin:0!important;float:none!important}
body.ngstore-product-page .ngstore-product-overview>.summary{min-width:0;width:auto!important;margin:0!important;padding:25px 22px;border:1px solid var(--ng-page-border);border-radius:24px;background:#fff;box-shadow:0 9px 34px rgb(15 23 42 / 4%);float:none!important}
body.ngstore-product-page .ngstore-product-overview>.onsale{position:absolute!important;top:15px!important;right:15px!important;left:auto!important;z-index:3;min-height:34px!important;padding:0 11px!important;border-radius:11px!important;background:#ef4760!important;line-height:34px!important}
body.ngstore-product-page .woocommerce-product-gallery__wrapper{margin:0}
body.ngstore-product-page .woocommerce-product-gallery__image>a{display:grid;aspect-ratio:1;place-items:center;overflow:hidden;padding:15px;border:1px solid var(--ng-page-border);border-radius:24px;background:#fff}
body.ngstore-product-page .woocommerce-product-gallery__image img{display:block;width:100%;aspect-ratio:1;border-radius:17px;object-fit:contain}
body.ngstore-product-page .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:11px 0 0!important;padding:0!important;list-style:none}
body.ngstore-product-page .flex-control-thumbs li{width:auto!important;overflow:hidden;border:1px solid var(--ng-page-border);border-radius:12px;background:#fff;float:none!important}
body.ngstore-product-page .flex-control-thumbs img{aspect-ratio:1;padding:5px;object-fit:contain}
body.ngstore-product-page .ngstore-product-gallery-column .woocommerce-product-gallery__trigger{position:absolute!important;top:13px!important;right:auto!important;left:13px!important;z-index:5!important;display:grid!important;width:40px!important;height:40px!important;place-items:center;border:1px solid rgb(15 23 42 / 8%);border-radius:13px!important;background:rgb(255 255 255 / 95%)!important;box-shadow:0 7px 21px rgb(15 23 42 / 7%)}
body.ngstore-product-page .ngstore-product-gallery-actions{position:absolute;top:62px;left:13px;z-index:6;display:grid;gap:7px}
body.ngstore-product-page .ngstore-product-action{display:grid;width:40px;height:40px;place-items:center;border:1px solid rgb(15 23 42 / 8%);border-radius:13px;background:rgb(255 255 255 / 93%);color:#475569;box-shadow:0 7px 21px rgb(15 23 42 / 7%);cursor:pointer}
body.ngstore-product-page .ngstore-product-action svg{width:20px;height:20px}
body.ngstore-product-page .ngstore-product-action[aria-pressed="true"]{color:#e11d48}
body.ngstore-product-page .ngstore-product-action[aria-pressed="true"] svg{fill:rgb(225 29 72 / 12%)}
body.ngstore-product-page .ngstore-product-context{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:13px}
body.ngstore-product-page .ngstore-product-category,body.ngstore-product-page .ngstore-product-custom-badge{display:inline-flex;min-height:30px;align-items:center;padding:4px 10px;border-radius:10px;background:var(--ng-page-soft);color:var(--ng-action);font-size:.72rem;font-weight:790}
body.ngstore-product-page .ngstore-product-custom-badge{background:#fff7ed;color:#c2410c}
body.ngstore-product-page .product_title{margin:0 0 12px!important;font-size:clamp(1.22rem,1.7vw,1.79rem)!important;font-weight:900;line-height:1.68!important;letter-spacing:-.035em}
body.ngstore-product-page .woocommerce-product-rating{display:flex;align-items:center;gap:9px;margin:0 0 14px!important}
body.ngstore-product-page .woocommerce-review-link{color:#64748b;font-size:.74rem}
body.ngstore-product-page .woocommerce-product-details__short-description{margin-top:13px;color:#64748b;font-size:.83rem;line-height:2.05}
body.ngstore-product-page .woocommerce-product-details__short-description p{margin:.45em 0}
body.ngstore-product-page .ngstore-product-english{margin:13px 0;color:#94a3b8;font-size:.76rem;line-height:1.8;text-align:right}
body.ngstore-product-page .ngstore-product-highlights{margin-top:23px;padding-top:18px;border-top:1px solid var(--ng-page-border)}
body.ngstore-product-page .ngstore-product-highlights h2{margin:0 0 12px;font-size:.86rem;font-weight:850}
body.ngstore-product-page .ngstore-product-highlights>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
body.ngstore-product-page .ngstore-product-highlights article{display:grid;min-width:0;gap:4px;padding:10px 11px;border-radius:12px;background:#f7f9fc}
body.ngstore-product-page .ngstore-product-highlights article>span{color:#64748b;font-size:.69rem}
body.ngstore-product-page .ngstore-product-highlights article>strong{overflow:hidden;color:#263246;font-size:.74rem;font-weight:790;line-height:1.7;text-overflow:ellipsis;white-space:nowrap}
body.ngstore-product-page .ngstore-product-metadata{display:grid;gap:8px;margin-top:19px;padding-top:14px;border-top:1px solid var(--ng-page-border);color:#64748b;font-size:.72rem;line-height:1.9}
body.ngstore-product-page .ngstore-product-metadata a,body.ngstore-product-page .ngstore-product-metadata strong{color:#334155}
body.ngstore-product-page .ngstore-product-buybox{position:sticky;top:105px;min-width:0;align-self:start;padding:18px;border:1px solid color-mix(in srgb,var(--ng-primary) 13%,#e6eaf1);border-radius:24px;background:linear-gradient(180deg,#fff 0%,#fff 82%,#fbfcff 100%);box-shadow:0 16px 46px rgb(15 23 42 / 6%)}
body.ngstore-product-page .ngstore-buybox-seller{display:grid;grid-template-columns:45px minmax(0,1fr);align-items:center;gap:7px 11px;padding-bottom:16px;border-bottom:1px solid var(--ng-page-border)}
body.ngstore-product-page .ngstore-buybox-seller-icon{display:grid;width:45px;height:45px;grid-row:1/3;place-items:center;border:1px solid color-mix(in srgb,var(--ng-primary) 10%,#eef2f7);border-radius:15px;background:var(--ng-page-soft);color:var(--ng-action)}
body.ngstore-product-page .ngstore-buybox-seller-icon svg{width:21px;height:21px}
body.ngstore-product-page .ngstore-buybox-seller-copy{display:grid;min-width:0;gap:1px}
body.ngstore-product-page .ngstore-buybox-seller-copy>span{color:#778397;font-size:.69rem}
body.ngstore-product-page .ngstore-buybox-seller-copy>strong{overflow:hidden;color:#172033;font-size:.92rem;font-weight:860;text-overflow:ellipsis;white-space:nowrap}
body.ngstore-product-page .ngstore-buybox-status{display:inline-flex;width:max-content;max-width:100%;align-items:center;gap:6px;color:#15803d;font-size:.69rem;font-weight:710}
body.ngstore-product-page .ngstore-buybox-status:before{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:currentColor;content:""}
body.ngstore-product-page .ngstore-buybox-status.is-unavailable{color:#d97706}
body.ngstore-product-page .ngstore-product-services{display:grid;gap:2px;margin:13px 0 0;padding:0 0 12px;border-bottom:1px solid var(--ng-page-border)}
body.ngstore-product-page .ngstore-product-service-row{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:10px;padding:8px 2px}
body.ngstore-product-page .ngstore-product-service-row>i{display:grid;width:36px;height:36px;place-items:center;border-radius:12px;background:#f5f7fb;color:var(--ng-action);font-style:normal}
body.ngstore-product-page .ngstore-product-service-row>i svg{width:17px;height:17px}
body.ngstore-product-page .ngstore-product-service-row>span{display:grid;min-width:0;gap:2px}
body.ngstore-product-page .ngstore-product-service-row small{color:#64748b;font-size:.66rem}
body.ngstore-product-page .ngstore-product-service-row strong{overflow-wrap:anywhere;color:#334155;font-size:.71rem;font-weight:760;line-height:1.7}
body.ngstore-product-page .ngstore-buybox-purchase{display:grid;min-width:0;gap:7px;padding-top:17px}
body.ngstore-product-page .ngstore-buybox-price-head{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px}
body.ngstore-product-page .ngstore-buybox-price-label{color:#64748b;font-size:.73rem;font-weight:730}
body.ngstore-product-page .ngstore-buybox-discount{display:inline-flex;min-height:26px;align-items:center;padding:3px 8px;border-radius:999px;background:#fff1f2;color:#e11d48;font-size:.67rem;font-weight:830;white-space:nowrap}
body.ngstore-product-page .ngstore-buybox-purchase>.price{display:flex!important;min-width:0;min-height:53px;flex-direction:column;align-items:flex-end;justify-content:center;gap:2px;margin:0!important;overflow-wrap:anywhere;color:#172033!important;font-size:clamp(1.05rem,1.45vw,1.34rem)!important;font-weight:920;line-height:1.6;text-align:left}
body.ngstore-product-page .ngstore-buybox-purchase>.price del{color:#9aa5b5!important;font-size:.74rem!important;font-weight:680}
body.ngstore-product-page .ngstore-buybox-purchase>.price ins{text-decoration:none}
body.ngstore-product-page .ngstore-buybox-purchase>.price .woocommerce-Price-amount{white-space:nowrap}
body.ngstore-product-page .ngstore-buybox-purchase>.stock{display:flex!important;width:max-content;max-width:100%;align-items:center;gap:6px;margin:0!important;padding:5px 9px;border-radius:9px;background:#f0fdf4;color:#15803d!important;font-size:.7rem!important;font-weight:700}
body.ngstore-product-page .ngstore-buybox-purchase>.stock.out-of-stock{background:#fff7ed;color:#c2410c!important}
body.ngstore-product-page .ngstore-buybox-purchase form.cart{display:grid!important;width:100%!important;min-width:0;grid-template-columns:76px minmax(0,1fr)!important;grid-auto-flow:row;align-items:stretch;gap:9px!important;margin:8px 0 0!important;float:none!important}
body.ngstore-product-page .ngstore-buybox-purchase form.cart:before,body.ngstore-product-page .ngstore-buybox-purchase form.cart:after,body.ngstore-product-page .ngstore-buybox-purchase .woocommerce-variation-add-to-cart:before,body.ngstore-product-page .ngstore-buybox-purchase .woocommerce-variation-add-to-cart:after{display:none!important;content:none!important}
body.ngstore-product-page .ngstore-buybox-purchase form.variations_form,body.ngstore-product-page .ngstore-buybox-purchase form.grouped_form{display:block!important}
body.ngstore-product-page .ngstore-buybox-purchase form.cart>.quantity,body.ngstore-product-page .ngstore-buybox-purchase .woocommerce-variation-add-to-cart>.quantity{width:100%!important;min-width:0!important;grid-column:1;grid-row:1;margin:0!important;float:none!important}
body.ngstore-product-page .ngstore-buybox-purchase form.cart>.single_add_to_cart_button,body.ngstore-product-page .ngstore-buybox-purchase .woocommerce-variation-add-to-cart>.single_add_to_cart_button{grid-column:1/-1;grid-row:1}
body.ngstore-product-page .ngstore-buybox-purchase form.cart>.quantity~.single_add_to_cart_button,body.ngstore-product-page .ngstore-buybox-purchase .woocommerce-variation-add-to-cart>.quantity~.single_add_to_cart_button{grid-column:2}
body.ngstore-product-page table.variations,body.ngstore-product-page table.variations tbody,body.ngstore-product-page table.variations tr,body.ngstore-product-page table.variations th,body.ngstore-product-page table.variations td{display:block;width:100%;border:0;background:transparent;text-align:right}
body.ngstore-product-page table.variations{margin:12px 0 9px}
body.ngstore-product-page table.variations th,body.ngstore-product-page table.variations td{padding:5px 0}
body.ngstore-product-page table.variations label{font-size:.77rem;font-weight:820}
body.ngstore-product-page table.variations select{width:100%;min-width:0;height:45px;padding:0 11px;border:1px solid var(--ng-page-border);border-radius:12px;background:#fff;font-size:.79rem}
@keyframes ngstore-variable-native-fallback{to{visibility:visible;opacity:1;pointer-events:auto}}
body.ngstore-product-page .ngstore-product-buybox.is-variable table.variations select:not([data-ngstore-enhanced="1"]){visibility:hidden;opacity:0;pointer-events:none;animation:ngstore-variable-native-fallback 0s linear 2s forwards}
body.ngstore-product-page .ngstore-variation-enhanced>select{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;clip:rect(0,0,0,0);white-space:nowrap;clip-path:inset(50%);animation:none!important}
body.ngstore-product-page .ngstore-variation-options{display:flex;flex-wrap:wrap;gap:7px;margin:5px 0}
body.ngstore-product-page .ngstore-variation-option{display:inline-flex;min-height:39px;align-items:center;justify-content:center;padding:7px 11px;border:1px solid #e4e8ef;border-radius:11px;background:#fff;color:#334155;font-size:.73rem;font-weight:750;cursor:pointer}
body.ngstore-product-page .ngstore-variation-option[aria-checked="true"]{border-color:color-mix(in srgb,var(--ng-primary) 58%,#fff);background:var(--ng-page-soft);color:var(--ng-action)}
body.ngstore-product-page .ngstore-variation-option:disabled{border-style:dashed;color:#a6afbd;cursor:not-allowed;opacity:.58}
body.ngstore-product-page .reset_variations{display:inline-flex;margin-top:5px;color:#64748b;font-size:.68rem}
body.ngstore-product-page .woocommerce-variation-price{margin:8px 0;text-align:left}
body.ngstore-product-page .woocommerce-variation-add-to-cart{display:grid!important;width:100%;grid-template-columns:76px minmax(0,1fr)!important;align-items:stretch;gap:9px!important;margin-top:10px}
body.ngstore-product-page .quantity .qty{width:100%!important;min-width:0!important;min-height:50px!important;margin:0!important;border:1px solid var(--ng-page-border)!important;border-radius:13px!important;background:#fff;color:#172033;font-size:16px;text-align:center;float:none!important}
body.ngstore-product-page .single_add_to_cart_button{display:flex!important;width:100%!important;min-width:0!important;min-height:50px!important;align-items:center;justify-content:center;margin:0!important;padding:9px 10px!important;border:0!important;border-radius:13px!important;background:var(--ng-action)!important;color:#fff!important;font-size:.76rem!important;font-weight:850!important;line-height:1.55!important;text-align:center;white-space:normal;float:none!important}
body.ngstore-product-page .single_add_to_cart_button.disabled,body.ngstore-product-page .single_add_to_cart_button:disabled{opacity:.58;cursor:not-allowed}
body.ngstore-product-page .ngstore-product-delivery{display:flex!important;width:100%;min-width:0;grid-column:1/-1;align-items:center;gap:8px;margin-top:9px!important;padding:11px;border:1px solid color-mix(in srgb,var(--ng-primary) 10%,#fff);border-radius:13px;background:var(--ng-page-soft);color:#526074;font-size:.69rem!important;line-height:1.75}
body.ngstore-product-page .ngstore-product-delivery>svg{width:18px;height:18px;flex:0 0 18px;color:var(--ng-action)}
body.ngstore-product-page .ngstore-buybox-note{display:flex;align-items:flex-start;gap:7px;margin:15px 0 0;color:#64748b;font-size:.7rem;line-height:1.8}
body.ngstore-product-page .ngstore-buybox-note>svg{width:17px;height:17px;flex:0 0 17px;color:var(--ng-action)}
body.ngstore-product-page .ngstore-product-assurances{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:21px}
body.ngstore-product-page .ngstore-product-assurances article{display:grid;grid-template-columns:1fr;justify-items:center;gap:6px;padding:10px 5px;border:1px solid var(--ng-page-border);border-radius:12px;text-align:center}
body.ngstore-product-page .ngstore-product-assurances i{display:grid;width:35px;height:35px;place-items:center;border-radius:11px;background:var(--ng-page-soft);color:var(--ng-action);font-style:normal}
body.ngstore-product-page .ngstore-product-assurances i svg{width:17px;height:17px}
body.ngstore-product-page .ngstore-product-assurances article>span{min-width:0}
body.ngstore-product-page .ngstore-product-assurances strong{display:block;overflow:hidden;font-size:.65rem;text-overflow:ellipsis;white-space:nowrap}
body.ngstore-product-page .ngstore-product-assurances small{display:none}
body.ngstore-product-page .woocommerce-tabs{width:100%;margin:0!important;padding:22px 24px;border:1px solid var(--ng-page-border);border-radius:23px;background:#fff}
body.ngstore-product-page .woocommerce-tabs ul.tabs{position:static!important;display:flex!important;gap:8px;overflow-x:auto;margin:0 0 18px!important;padding:0 0 14px!important;border:0!important;border-bottom:1px solid var(--ng-page-border)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;scrollbar-width:none}
body.ngstore-product-page .woocommerce-tabs ul.tabs::-webkit-scrollbar{display:none}
body.ngstore-product-page .woocommerce-tabs ul.tabs:before,body.ngstore-product-page .woocommerce-tabs ul.tabs li:before,body.ngstore-product-page .woocommerce-tabs ul.tabs li:after{display:none!important}
body.ngstore-product-page .woocommerce-tabs ul.tabs li{position:static!important;flex:0 0 auto;margin:0!important;padding:0!important;border:0!important;border-radius:12px!important;background:transparent!important;box-shadow:none!important}
body.ngstore-product-page .woocommerce-tabs ul.tabs li.active{background:var(--ng-page-soft)!important}
body.ngstore-product-page .woocommerce-tabs ul.tabs li a{display:flex!important;min-height:41px;align-items:center;padding:8px 14px!important;color:#475569!important;font-size:.77rem!important}
body.ngstore-product-page .woocommerce-tabs ul.tabs li.active a{color:var(--ng-action)!important}
body.ngstore-product-page .woocommerce-Tabs-panel{margin:0!important;padding:0!important;border:0!important;color:#475569;font-size:.86rem;line-height:2.1}
body.ngstore-product-page .woocommerce-Tabs-panel>h2{margin:4px 0 13px;color:#172033;font-size:1.08rem}
body.ngstore-product-page .woocommerce-Tabs-panel table.shop_attributes{width:100%!important;margin:3px 0 0!important;border:0!important;border-spacing:0!important;border-collapse:collapse!important;table-layout:fixed}
body.ngstore-product-page .woocommerce-Tabs-panel table.shop_attributes tr{border:0!important;background:transparent!important}
body.ngstore-product-page .woocommerce-Tabs-panel table.shop_attributes th,body.ngstore-product-page .woocommerce-Tabs-panel table.shop_attributes td{height:auto!important;padding:13px 15px!important;border:0!important;background:transparent!important;direction:rtl;font-style:normal!important;line-height:1.95!important;text-align:right!important;vertical-align:top}
body.ngstore-product-page .woocommerce-Tabs-panel table.shop_attributes tr+tr th,body.ngstore-product-page .woocommerce-Tabs-panel table.shop_attributes tr+tr td{border-top:1px solid #edf0f4!important}
body.ngstore-product-page .woocommerce-Tabs-panel table.shop_attributes th{width:28%!important;max-width:230px;color:#526074!important;font-size:.76rem!important;font-weight:770!important}
body.ngstore-product-page .woocommerce-Tabs-panel table.shop_attributes td{color:#172033!important;font-size:.78rem!important;font-weight:680;overflow-wrap:anywhere}
body.ngstore-product-page .woocommerce-Tabs-panel table.shop_attributes td p,body.ngstore-product-page .woocommerce-Tabs-panel table.shop_attributes td a{margin:0!important;padding:0!important;color:inherit!important;direction:rtl;font-style:normal!important;line-height:1.95!important;text-align:right!important}

/* Preserve WooCommerce's current review template while refining its native form. */
body.ngstore-product-page #reviews.woocommerce-Reviews{display:grid;min-width:0;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);align-items:start;gap:18px;margin:3px 0 0}
body.ngstore-product-page #reviews>.clear{display:none!important}
body.ngstore-product-page #reviews #comments{min-width:0;padding:21px 20px;border:1px solid #edf0f4;border-radius:19px;background:#fbfcfe}
body.ngstore-product-page #reviews .woocommerce-Reviews-title{display:flex;align-items:center;gap:8px;margin:0 0 16px!important;color:#172033;font-size:1.03rem!important;font-weight:860;line-height:1.8}
body.ngstore-product-page #reviews .woocommerce-Reviews-title span{color:var(--ng-action)}
body.ngstore-product-page #reviews .woocommerce-noreviews{display:flex;min-height:115px;align-items:center;justify-content:center;margin:0!important;padding:19px;border:1px dashed #e2e8f0;border-radius:15px;background:#fff;color:#718096;font-size:.8rem;line-height:1.95;text-align:center}
body.ngstore-product-page #reviews #comments ol.commentlist{display:grid;gap:11px;margin:0!important;padding:0!important;list-style:none}
body.ngstore-product-page #reviews #comments ol.commentlist li{margin:0!important;padding:14px!important;border:1px solid #e8edf4;border-radius:15px;background:#fff}
body.ngstore-product-page #reviews #comments ol.commentlist li .comment_container{display:grid;grid-template-columns:40px minmax(0,1fr);align-items:start;gap:11px}
body.ngstore-product-page #reviews #comments ol.commentlist li img.avatar{position:static!important;width:40px!important;height:40px!important;margin:0!important;padding:0!important;border:0!important;border-radius:13px!important;background:#eef2f7;float:none!important}
body.ngstore-product-page #reviews #comments ol.commentlist li .comment-text{min-width:0;margin:0!important;padding:0!important;border:0!important}
body.ngstore-product-page #reviews #comments ol.commentlist li .comment-text p.meta{margin:0 0 6px!important;color:#64748b;font-size:.7rem;line-height:1.9}
body.ngstore-product-page #reviews #comments ol.commentlist li .comment-text p.meta strong{color:#263246;font-size:.77rem}
body.ngstore-product-page #reviews #comments ol.commentlist li .comment-text .description{color:#526074;font-size:.77rem;line-height:1.95}
body.ngstore-product-page #reviews #comments ol.commentlist li .comment-text .description p{margin:4px 0}
body.ngstore-product-page #reviews .star-rating,body.ngstore-product-page #reviews p.stars a{color:#f59e0b!important}
body.ngstore-product-page #reviews #review_form_wrapper{min-width:0;padding:22px;border:1px solid #e8edf4;border-radius:19px;background:#fff;box-shadow:0 9px 26px rgb(15 23 42 / 3%)}
body.ngstore-product-page #reviews #review_form #respond{width:100%;margin:0!important;padding:0!important}
body.ngstore-product-page #reviews #review_form #respond .comment-reply-title{display:block;margin:0 0 7px;color:#172033;font-size:1.03rem;font-weight:860;line-height:1.85}
body.ngstore-product-page #reviews #review_form #respond .comment-form{display:grid;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:14px 12px;margin:0!important}
body.ngstore-product-page #reviews #review_form #respond .comment-form>*{min-width:0;grid-column:1/-1;margin:0!important}
body.ngstore-product-page #reviews #review_form #respond .comment-form-author,body.ngstore-product-page #reviews #review_form #respond .comment-form-email{grid-column:auto}
body.ngstore-product-page #reviews #review_form .ngstore-review-intro,body.ngstore-product-page #reviews #review_form .comment-notes,body.ngstore-product-page #reviews #review_form .logged-in-as{color:#718096;font-size:.75rem;line-height:1.95}
body.ngstore-product-page #reviews #review_form .comment-form-comment,body.ngstore-product-page #reviews #review_form .comment-form-author,body.ngstore-product-page #reviews #review_form .comment-form-email{display:grid;gap:7px}
body.ngstore-product-page #reviews #review_form label{display:block;color:#425066;font-size:.74rem;font-weight:780;line-height:1.8}
body.ngstore-product-page #reviews #review_form .required{color:#e11d48}
body.ngstore-product-page #reviews #review_form textarea,body.ngstore-product-page #reviews #review_form input[type=text],body.ngstore-product-page #reviews #review_form input[type=email],body.ngstore-product-page #reviews #review_form select{width:100%!important;min-width:0;min-height:49px;padding:11px 13px!important;border:1px solid #e3e8f0!important;border-radius:13px!important;background:#fbfcfe!important;outline:0;color:#172033;font:inherit;font-size:.79rem!important;line-height:1.8;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
body.ngstore-product-page #reviews #review_form textarea{min-height:142px;resize:vertical}
body.ngstore-product-page #reviews #review_form input[type=email]{direction:ltr;text-align:right}
body.ngstore-product-page #reviews #review_form textarea:focus,body.ngstore-product-page #reviews #review_form input[type=text]:focus,body.ngstore-product-page #reviews #review_form input[type=email]:focus,body.ngstore-product-page #reviews #review_form select:focus{border-color:color-mix(in srgb,var(--ng-primary) 48%,#fff)!important;background:#fff!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--ng-primary) 9%,transparent)}
body.ngstore-product-page #reviews #review_form .comment-form-rating{display:grid;gap:7px;padding:12px 13px;border:1px solid #edf0f4;border-radius:14px;background:#fbfcfe}
body.ngstore-product-page #reviews #review_form .comment-form-rating p.stars{display:flex;align-items:center;gap:3px;margin:0!important;direction:ltr}
body.ngstore-product-page #reviews #review_form .comment-form-rating p.stars a{font-size:1.17rem}
body.ngstore-product-page #reviews #review_form .comment-form-cookies-consent{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:9px;padding:4px 0}
body.ngstore-product-page #reviews #review_form .comment-form-cookies-consent input{width:17px;height:17px;margin:4px 0 0;accent-color:var(--ng-action)}
body.ngstore-product-page #reviews #review_form .comment-form-cookies-consent label{color:#64748b;font-size:.72rem;font-weight:540;line-height:1.9}
body.ngstore-product-page #reviews #review_form .form-submit{display:flex;justify-content:flex-end;padding-top:2px}
body.ngstore-product-page #reviews #review_form .form-submit .submit{display:inline-flex!important;min-width:155px;min-height:49px;align-items:center;justify-content:center;padding:10px 20px!important;border:0!important;border-radius:13px!important;background:var(--ng-action)!important;color:#fff!important;font:inherit;font-size:.8rem!important;font-weight:850!important;cursor:pointer}
body.ngstore-product-page #reviews .woocommerce-verification-required{padding:16px;border:1px solid #e8edf4;border-radius:15px;background:#fbfcfe;color:#64748b;font-size:.78rem;line-height:1.95}

body.ngstore-product-page .related,body.ngstore-product-page .upsells{display:block!important;min-width:0;width:100%!important;max-width:none!important;margin:0!important;padding-top:4px;grid-template-columns:none!important;clear:both}
body.ngstore-product-page .related>h2,body.ngstore-product-page .upsells>h2{margin:4px 0 16px!important;color:#172033;font-size:1.27rem!important;font-weight:870}
body.ngstore-product-page .related ul.products,body.ngstore-product-page .upsells ul.products{display:grid!important;width:100%!important;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:13px!important;margin:0!important;padding:0!important;list-style:none}
body.ngstore-product-page .related ul.products li.product,body.ngstore-product-page .upsells ul.products li.product{position:relative;display:flex!important;width:auto!important;min-width:0;height:100%;flex-direction:column;margin:0!important;padding:9px!important;overflow:hidden;border:1px solid var(--ng-page-border);border-radius:19px;background:#fff;float:none!important}
body.ngstore-product-page .related ul.products li.product>.woocommerce-LoopProduct-link,body.ngstore-product-page .upsells ul.products li.product>.woocommerce-LoopProduct-link{display:flex!important;min-width:0;flex:1 1 auto;flex-direction:column;color:inherit}
body.ngstore-product-page .related ul.products li.product a img,body.ngstore-product-page .upsells ul.products li.product a img{width:100%;aspect-ratio:1;margin:0 0 10px!important;border-radius:13px;background:#f7f9fc;object-fit:contain}
body.ngstore-product-page .related .ngstore-loop-category,body.ngstore-product-page .upsells .ngstore-loop-category{margin:0 2px 5px;color:var(--ng-action);font-size:.68rem;font-weight:760}
body.ngstore-product-page .related .woocommerce-loop-product__title,body.ngstore-product-page .upsells .woocommerce-loop-product__title{display:-webkit-box;min-height:3.5em;max-height:3.5em;margin:0!important;padding:0 2px!important;overflow:hidden;color:#172033;font-size:.81rem!important;font-weight:790;line-height:1.75!important;-webkit-box-orient:vertical;-webkit-line-clamp:2}
body.ngstore-product-page .related .price,body.ngstore-product-page .upsells .price{display:flex;min-height:57px;flex-direction:column;align-items:flex-end;justify-content:flex-end;gap:2px;margin:auto 0 0!important;padding:8px 2px 0;border-top:1px solid rgb(15 23 42 / 6%);color:#172033!important;font-size:.9rem!important;font-weight:900;line-height:1.45;text-align:left}
body.ngstore-product-page .related .price del,body.ngstore-product-page .upsells .price del{color:#94a3b8;font-size:.66rem}
body.ngstore-product-page .related .price ins,body.ngstore-product-page .upsells .price ins{text-decoration:none}
body.ngstore-product-page .related .ngstore-loop-availability,body.ngstore-product-page .upsells .ngstore-loop-availability{margin:6px 2px 0;color:#64748b;font-size:.65rem}
body.ngstore-product-page .related ul.products .button,body.ngstore-product-page .upsells ul.products .button{display:flex!important;width:100%;min-height:41px;align-items:center;justify-content:center;margin-top:10px!important;border-radius:12px!important;background:var(--ng-action)!important;color:#fff!important;font-size:.71rem!important;font-weight:820;text-align:center}
body.ngstore-product-page .related ul.products .added_to_cart,body.ngstore-product-page .upsells ul.products .added_to_cart{display:none!important}
body.ngstore-product-page .related span.onsale,body.ngstore-product-page .upsells span.onsale{top:15px!important;right:15px!important;left:auto!important;z-index:2;border-radius:9px!important;background:#ef4760!important}
body.ngstore-product-page .ngstore-product-help{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:13px;padding:17px 19px;border:1px solid var(--ng-page-border);border-radius:19px;background:#fff}
body.ngstore-product-page .ngstore-product-help>span{display:grid;width:48px;height:48px;place-items:center;border-radius:14px;background:var(--ng-page-soft);color:var(--ng-action)}
body.ngstore-product-page .ngstore-product-help>div{display:grid;gap:3px}
body.ngstore-product-page .ngstore-product-help strong{font-size:.84rem}
body.ngstore-product-page .ngstore-product-help small{color:#64748b;font-size:.72rem}
body.ngstore-product-page .ngstore-product-help>a{display:flex;align-items:center;gap:7px;color:var(--ng-action);font-size:.75rem;font-weight:820}

/* Customer-owned favorites extend the existing account without restyling it. */
body.ngstore-account-panel-page .ngstore-favorites-account{display:grid;min-width:0;gap:20px}
body.ngstore-account-panel-page .ngstore-favorites-header{display:flex;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--ng-line)}
body.ngstore-account-panel-page .ngstore-favorites-header>span{display:grid;width:47px;height:47px;place-items:center;border-radius:15px;background:#fff1f2;color:#e11d48}
body.ngstore-account-panel-page .ngstore-favorites-header>div{display:grid;gap:2px}
body.ngstore-account-panel-page .ngstore-favorites-header small{color:#718096;font-size:.72rem}
body.ngstore-account-panel-page .ngstore-favorites-header h2{margin:0;color:#172033;font-size:1.12rem;font-weight:860}
body.ngstore-account-panel-page .ngstore-favorites-grid{display:grid;min-width:0;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:12px}
body.ngstore-account-panel-page .ngstore-favorite-card{position:relative;display:flex;min-width:0;height:100%;flex-direction:column;padding:10px;border:1px solid var(--ng-line);border-radius:18px;background:#fff}
body.ngstore-account-panel-page .ngstore-favorite-cover{display:grid;aspect-ratio:1;place-items:center;overflow:hidden;border-radius:13px;background:#f6f8fc}
body.ngstore-account-panel-page .ngstore-favorite-cover img{display:block;width:100%;height:100%;object-fit:contain}
body.ngstore-account-panel-page .ngstore-favorite-remove{position:absolute;top:17px;left:17px;display:grid;width:36px;height:36px;place-items:center;border:1px solid #fee2e2;border-radius:12px;background:rgb(255 255 255 / 94%);color:#e11d48;cursor:pointer}
body.ngstore-account-panel-page .ngstore-favorite-remove svg{width:18px;height:18px}
body.ngstore-account-panel-page .ngstore-favorite-name{display:-webkit-box;min-height:3.5em;max-height:3.5em;margin-top:12px;overflow:hidden;color:#172033;font-size:.8rem;font-weight:790;line-height:1.75;-webkit-box-orient:vertical;-webkit-line-clamp:2}
body.ngstore-account-panel-page .ngstore-favorite-stock{display:flex;align-items:center;gap:6px;margin-top:8px;color:#a16207;font-size:.66rem}
body.ngstore-account-panel-page .ngstore-favorite-stock.is-available{color:#15803d}
body.ngstore-account-panel-page .ngstore-favorite-stock:before{width:7px;height:7px;border-radius:50%;background:currentColor;content:""}
body.ngstore-account-panel-page .ngstore-favorite-price{display:flex;min-height:53px;flex-direction:column;align-items:flex-end;justify-content:flex-end;margin-top:auto;padding-top:10px;color:#172033;font-size:.85rem;line-height:1.5;text-align:left}
body.ngstore-account-panel-page .ngstore-favorite-price del{color:#98a4b5;font-size:.65rem}
body.ngstore-account-panel-page .ngstore-favorite-price ins{text-decoration:none}
body.ngstore-account-panel-page .ngstore-favorite-open{display:flex;min-height:40px;align-items:center;justify-content:space-between;gap:6px;margin-top:10px;padding:8px 10px;border-radius:11px;background:var(--ng-action);color:#fff;font-size:.7rem;font-weight:790}
body.ngstore-account-panel-page .ngstore-favorite-open svg{width:16px;height:16px}
body.ngstore-account-panel-page .ngstore-favorites-empty{display:grid;min-height:260px;place-content:center;justify-items:center;gap:9px;padding:28px 16px;border:1px dashed #dfe6ef;border-radius:20px;background:#fbfcfe;text-align:center}
body.ngstore-account-panel-page .ngstore-favorites-empty>svg{width:38px;height:38px;color:#e11d48}
body.ngstore-account-panel-page .ngstore-favorites-empty>strong{color:#172033;font-size:.98rem}
body.ngstore-account-panel-page .ngstore-favorites-empty>span{max-width:340px;color:#64748b;font-size:.76rem;line-height:1.9}
body.ngstore-account-panel-page .ngstore-favorites-empty>a{display:flex;min-height:42px;align-items:center;margin-top:5px;padding:8px 13px;border-radius:11px;background:var(--ng-action);color:#fff;font-size:.75rem;font-weight:810}

/* Purchase shell, classic checkout and modern Cart/Checkout blocks. */
body.ngstore-cart-page .ngstore-content,body.ngstore-checkout-page .ngstore-content{width:min(1220px,calc(100% - 48px))}
body.ngstore-cart-page .ngstore-purchase-head,body.ngstore-checkout-page .ngstore-purchase-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.86fr);align-items:center;gap:28px;margin-bottom:22px;padding:28px 30px;border:1px solid var(--ng-page-border);border-radius:25px;background:linear-gradient(125deg,#fff 48%,var(--ng-page-soft));box-shadow:var(--ng-page-shadow)}
.ngstore-purchase-copy>span{color:var(--ng-action);font-size:.77rem;font-weight:850}
.ngstore-purchase-copy>h1{margin:6px 0 4px;font-size:clamp(1.55rem,2.6vw,2.1rem);line-height:1.45}
.ngstore-purchase-copy>p{margin:0;color:#64748b;font-size:.83rem;line-height:1.9}
body.ngstore-cart-page .ngstore-purchase-steps,body.ngstore-checkout-page .ngstore-purchase-steps{gap:7px}
body.ngstore-cart-page .ngstore-purchase-steps>span,body.ngstore-checkout-page .ngstore-purchase-steps>span{min-height:55px;padding:8px 6px;border-color:var(--ng-page-border);border-radius:13px;background:rgb(255 255 255 / 85%);font-size:.7rem}
body.ngstore-cart-page .ngstore-purchase-steps>span.is-active,body.ngstore-checkout-page .ngstore-purchase-steps>span.is-active{border-color:color-mix(in srgb,var(--ng-primary) 22%,#fff);background:var(--ng-page-soft);color:var(--ng-action)}
body.ngstore-inner-page .woocommerce-message,body.ngstore-inner-page .woocommerce-info,body.ngstore-inner-page .woocommerce-error,
body.ngstore-inner-page .wc-block-components-notice-banner{min-height:54px;margin-bottom:16px!important;padding:14px 45px 14px 16px!important;border:1px solid var(--ng-page-border)!important;border-radius:15px!important;background:#fff!important;color:#334155!important;font-size:.83rem}
body.ngstore-inner-page .woocommerce-message:before,body.ngstore-inner-page .woocommerce-info:before,body.ngstore-inner-page .woocommerce-error:before{right:16px;left:auto;color:var(--ng-action)}
body.ngstore-cart-page .woocommerce-cart-form,body.ngstore-cart-page .cart_totals,
body.ngstore-cart-page .wc-block-cart__main,body.ngstore-cart-page .wc-block-components-sidebar{padding:20px;border:1px solid var(--ng-page-border);border-radius:21px!important;background:#fff;box-shadow:0 6px 22px rgb(15 23 42 / 3%)}
body.ngstore-cart-page table.shop_table{overflow:hidden;border:0!important;border-collapse:separate;border-spacing:0}
body.ngstore-cart-page table.shop_table thead th{padding:14px 10px!important;border:0;background:#f7f9fc;color:#475569;font-size:.77rem}
body.ngstore-cart-page table.shop_table td{padding:14px 10px!important;border-color:var(--ng-page-border)!important;font-size:.83rem}
body.ngstore-cart-page table.shop_table .product-thumbnail img{width:78px;height:78px;border-radius:13px;background:#f5f7fb;object-fit:contain}
body.ngstore-cart-page .woocommerce a.remove{display:grid!important;width:30px!important;height:30px!important;place-items:center;border-radius:10px!important;background:#fff1f2;color:#e11d48!important;font-size:1.2rem!important}
body.ngstore-cart-page .coupon{display:flex;flex-wrap:wrap;gap:8px}
body.ngstore-cart-page .coupon .input-text{min-width:190px;height:45px!important;padding:0 11px!important;border:1px solid var(--ng-page-border)!important;border-radius:12px!important}
body.ngstore-cart-page .cart_totals>h2{margin:0 0 17px;color:#172033;font-size:1.04rem}
body.ngstore-inner-page .checkout-button,body.ngstore-cart-page .wc-block-cart__submit-button{display:flex!important;min-height:52px!important;align-items:center;justify-content:center;border:0!important;border-radius:14px!important;background:var(--ng-action)!important;color:#fff!important;font-size:.9rem!important;font-weight:850!important}
body.ngstore-cart-page input.input-text{min-height:49px;padding:0 12px;border:1px solid #e4e9f1!important;border-radius:12px!important;background:#fff;color:#172033;font-size:16px!important}
body.ngstore-cart-page .wc-block-cart-items{font-size:.84rem}
body.ngstore-cart-page .wc-block-components-product-name{color:#172033;font-weight:800}
body.ngstore-cart-page .wc-block-components-quantity-selector{border-color:var(--ng-page-border);border-radius:12px}
body.ngstore-cart-page .wc-block-components-totals-wrapper{border-color:var(--ng-page-border)}
body.ngstore-order-complete-page .woocommerce-order{padding:25px;border:1px solid var(--ng-page-border);border-radius:23px;background:#fff}
body.ngstore-order-complete-page .woocommerce-notice--success{padding:15px;border-radius:14px;background:#f0fdf4;color:#15803d;font-weight:820}
body.ngstore-order-complete-page .woocommerce-order-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:19px 0!important;padding:0!important;list-style:none}
body.ngstore-order-complete-page .woocommerce-order-overview li{width:auto!important;margin:0!important;padding:14px!important;border:1px solid var(--ng-page-border)!important;border-radius:14px;float:none!important;color:#64748b;font-size:.75rem!important}

/* SMS login uses the existing secure identity flow without touching account panels. */
body.ngstore-auth-page .ngstore-auth-content{display:grid;min-height:min(700px,calc(100svh - 160px));place-items:center;padding-block:42px}
body.ngstore-auth-page .ngstore-auth{display:grid;width:100%;place-items:center}
body.ngstore-auth-page .ngstore-auth-card{position:relative;width:min(500px,100%);padding:38px 38px 30px;overflow:hidden;border:1px solid var(--ng-page-border);border-radius:29px;background:#fff;box-shadow:0 24px 72px rgb(15 23 42 / 9%)}
body.ngstore-auth-page .ngstore-auth-card:before{position:absolute;top:-88px;left:-86px;width:184px;height:184px;border-radius:50%;background:radial-gradient(circle,var(--ng-page-soft),transparent 72%);content:"";pointer-events:none}
body.ngstore-auth-page .ngstore-auth-kicker{display:inline-flex;min-height:34px;align-items:center;gap:8px;padding:6px 11px;border-radius:11px;background:var(--ng-page-soft);color:var(--ng-action);font-size:.73rem;font-weight:850}
body.ngstore-auth-page .ngstore-auth-kicker:before{width:8px;height:8px;border-radius:50%;background:currentColor;content:""}
body.ngstore-auth-page .ngstore-auth-card>h1{margin:18px 0 8px;color:#172033;font-size:clamp(1.58rem,4vw,2.05rem);font-weight:920;line-height:1.55;letter-spacing:-.045em}
body.ngstore-auth-page .ngstore-auth-card>p{margin:0;color:#64748b;font-size:.86rem;line-height:2}
body.ngstore-auth-page .ngstore-auth-card form{display:grid;gap:14px;margin-top:25px}
body.ngstore-auth-page .ngstore-auth-card label{display:grid;gap:7px;color:#334155;font-size:.81rem;font-weight:770}
body.ngstore-auth-page .ngstore-auth-card label[hidden],body.ngstore-auth-page .ngstore-auth-card button[hidden]{display:none!important}
body.ngstore-auth-page .ngstore-auth-card input{width:100%;height:55px;padding:0 15px;border:1px solid #e3e8f0;border-radius:14px;background:#fbfcfe;color:#172033;direction:ltr;font-size:16px!important;letter-spacing:.05em;text-align:right}
body.ngstore-auth-page .ngstore-auth-card input:focus{border-color:color-mix(in srgb,var(--ng-primary) 46%,#dbe2ec);background:#fff;outline:0;box-shadow:0 0 0 4px var(--ng-page-glow)}
body.ngstore-auth-page .ngstore-auth-card input[readonly]{background:#f1f5f9;color:#475569}
body.ngstore-auth-page .ngstore-auth-message{min-height:0;margin:0;color:#475569;font-size:.77rem;line-height:1.8}
body.ngstore-auth-page .ngstore-auth-message:empty{display:none}
body.ngstore-auth-page .ngstore-auth-message.is-error{color:#dc2626}
body.ngstore-auth-page .ngstore-auth-card .ngstore-btn{width:100%;min-height:53px;border-radius:14px;background:var(--ng-action);font-size:.88rem}
body.ngstore-auth-page .ngstore-auth-card .ngstore-btn:disabled{cursor:wait;opacity:.72}
body.ngstore-auth-page .ngstore-auth-resend,body.ngstore-auth-page .ngstore-auth-back{min-height:39px;padding:6px 10px;border:0;border-radius:10px;background:transparent;color:var(--ng-action);font-size:.78rem;font-weight:760}
body.ngstore-auth-page .ngstore-auth-resend:disabled{color:#94a3b8;cursor:not-allowed}
body.ngstore-auth-page .ngstore-auth-card>small{display:block;margin-top:19px;padding-top:15px;border-top:1px solid var(--ng-page-border);color:#64748b;font-size:.71rem;line-height:1.95}

/* About, contact, FAQ, policies, blog and other public pages. */
body.ngstore-public-page .ngstore-designed-content{width:min(1180px,calc(100% - 48px))}
body.ngstore-public-page .ngstore-designed-page{width:100%;margin:0}
body.ngstore-public-page .ngstore-page-hero,body.ngstore-public-page .ngstore-standard-page-head,
body.ngstore-inner-page .ngstore-archive-head,body.ngstore-inner-page .ngstore-reading-head{position:relative;max-width:none;margin:0 0 22px;padding:37px 40px;overflow:hidden;border:1px solid var(--ng-page-border);border-radius:26px;background:linear-gradient(130deg,#fff 50%,var(--ng-page-soft));box-shadow:0 8px 28px rgb(15 23 42 / 4%)}
body.ngstore-public-page .ngstore-page-hero>span{display:inline-flex;align-items:center;gap:8px;color:var(--ng-action);font-size:.77rem;font-weight:850}
body.ngstore-public-page .ngstore-page-hero>span:before{width:8px;height:8px;border-radius:50%;background:currentColor;content:""}
body.ngstore-public-page .ngstore-page-hero h1,body.ngstore-public-page .ngstore-standard-page-head h1,
body.ngstore-inner-page .ngstore-archive-head h1,body.ngstore-inner-page .ngstore-reading-head h1{margin:8px 0 8px;color:#172033;font-size:clamp(1.8rem,3.5vw,3rem);font-weight:920;line-height:1.42;letter-spacing:-.045em}
body.ngstore-public-page .ngstore-page-hero p,body.ngstore-inner-page .ngstore-archive-head p{max-width:720px;margin:0;color:#64748b;font-size:.92rem;line-height:2}
body.ngstore-public-page .ngstore-about-story{grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);gap:35px;padding:28px;border-color:var(--ng-page-border);border-radius:25px;box-shadow:var(--ng-page-shadow)}
body.ngstore-public-page .ngstore-about-story.is-copy-only{grid-template-columns:1fr}
body.ngstore-public-page .ngstore-about-story.is-copy-only>div{width:min(760px,100%)}
body.ngstore-public-page .ngstore-about-story h2{margin:8px 0;font-size:clamp(1.45rem,2.4vw,2rem);line-height:1.55}
body.ngstore-public-page .ngstore-about-story>div>p{color:#64748b;font-size:.9rem;line-height:2}
body.ngstore-public-page .ngstore-about-stats{gap:12px;margin-top:20px}
body.ngstore-public-page .ngstore-about-stats>div{padding:15px 16px;border:1px solid color-mix(in srgb,var(--ng-primary) 8%,#fff);border-radius:16px;background:var(--ng-page-soft)}
body.ngstore-public-page .ngstore-about-stats b{font-size:1.38rem}
body.ngstore-public-page .ngstore-about-stats span{font-size:.76rem}
body.ngstore-public-page .ngstore-contact-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:13px}
body.ngstore-public-page .ngstore-contact-card,body.ngstore-public-page .ngstore-contact-empty{min-height:162px;padding:18px;border-color:var(--ng-page-border);border-radius:20px;background:#fff;box-shadow:0 5px 20px rgb(15 23 42 / 3%)}
body.ngstore-public-page .ngstore-contact-card>svg,body.ngstore-public-page .ngstore-contact-empty>svg{width:43px;height:43px;padding:10px;border-radius:13px;background:var(--ng-page-soft);color:var(--ng-action)}
body.ngstore-public-page .ngstore-contact-card strong{margin-top:12px;font-size:.87rem}
body.ngstore-public-page .ngstore-contact-card span{margin-top:3px;color:#64748b;font-size:.79rem}
body.ngstore-public-page .ngstore-faq-list{display:grid;gap:10px}
body.ngstore-public-page .ngstore-faq-list details{border-color:var(--ng-page-border);border-radius:16px;background:#fff}
body.ngstore-public-page .ngstore-faq-list summary{min-height:65px;padding:14px 18px;font-size:.86rem}
body.ngstore-public-page .ngstore-faq-list details p{padding:0 18px 17px;font-size:.84rem;line-height:2}
body.ngstore-public-page .ngstore-faq-page>.ngstore-btn{margin-top:18px}
body.ngstore-public-page .ngstore-policy-note{padding:24px;border-color:var(--ng-page-border);border-radius:21px;background:#fff;box-shadow:var(--ng-page-shadow)}
body.ngstore-public-page .ngstore-standard-page-entry{padding:25px;border:1px solid var(--ng-page-border);border-radius:22px;background:#fff;color:#334155;font-size:.94rem;line-height:2.1}
body.ngstore-inner-page .ngstore-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
body.ngstore-inner-page .ngstore-post-card{min-width:0;overflow:hidden;border:1px solid var(--ng-page-border);border-radius:20px;background:#fff;box-shadow:0 5px 19px rgb(15 23 42 / 3%)}
body.ngstore-inner-page .ngstore-post-cover{display:block;overflow:hidden;background:#f5f7fb}
body.ngstore-inner-page .ngstore-post-cover img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}
body.ngstore-inner-page .ngstore-post-copy{padding:17px}
body.ngstore-inner-page .ngstore-post-copy>span,body.ngstore-inner-page .ngstore-reading-date{color:#64748b;font-size:.74rem}
body.ngstore-inner-page .ngstore-post-copy h2{margin:7px 0;font-size:1.08rem;line-height:1.75}
body.ngstore-inner-page .ngstore-post-copy p{color:#64748b;font-size:.81rem;line-height:1.95}
body.ngstore-inner-page .ngstore-post-more{display:flex;align-items:center;gap:6px;margin-top:10px;color:var(--ng-action);font-size:.78rem;font-weight:810}
body.ngstore-inner-page .ngstore-reading-article{width:min(930px,100%);margin-inline:auto}
body.ngstore-inner-page .ngstore-reading-cover{margin:0 0 18px;overflow:hidden;border-radius:23px}
body.ngstore-inner-page .ngstore-reading-cover img{display:block;width:100%;max-height:520px;object-fit:cover}
body.ngstore-inner-page .ngstore-reading-body{padding:25px;border:1px solid var(--ng-page-border);border-radius:22px;background:#fff;color:#334155;font-size:.96rem;line-height:2.15}
body.ngstore-inner-page .woocommerce-pagination{display:flex;width:100%;justify-content:center;margin-top:32px;padding-inline:0;clear:both}
body.ngstore-inner-page .woocommerce-pagination ul.page-numbers{display:inline-flex!important;width:auto!important;max-width:100%;align-items:center;gap:6px;margin:0 auto!important;padding:6px!important;overflow-x:auto;border:1px solid rgb(15 23 42 / 8%)!important;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgb(15 23 42 / 7%);direction:rtl;list-style:none;scrollbar-width:none}
body.ngstore-inner-page .woocommerce-pagination ul.page-numbers::-webkit-scrollbar{display:none}
body.ngstore-inner-page .woocommerce-pagination ul.page-numbers:before,
body.ngstore-inner-page .woocommerce-pagination ul.page-numbers:after{display:none!important;content:none!important}
body.ngstore-inner-page .woocommerce-pagination ul.page-numbers>li{display:block!important;min-width:0;margin:0!important;padding:0!important;border:0!important;float:none!important}
body.ngstore-inner-page .woocommerce-pagination ul.page-numbers>li>a,
body.ngstore-inner-page .woocommerce-pagination ul.page-numbers>li>span{display:grid!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;place-items:center;margin:0!important;padding:0!important;border:1px solid transparent!important;border-radius:13px!important;background:transparent!important;color:#475569!important;font-size:.82rem!important;font-weight:760!important;line-height:1!important;white-space:nowrap;float:none!important;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease}
body.ngstore-inner-page .woocommerce-pagination ul.page-numbers>li>a:hover{border-color:rgb(15 23 42 / 8%)!important;background:#f3f6fb!important;color:#172033!important;transform:translateY(-1px)}
body.ngstore-inner-page .woocommerce-pagination ul.page-numbers>li>a.prev,
body.ngstore-inner-page .woocommerce-pagination ul.page-numbers>li>a.next{border-color:color-mix(in srgb,var(--ng-action) 11%,#e5eaf1)!important;background:color-mix(in srgb,var(--ng-action) 7%,#fff)!important;color:var(--ng-action)!important}
body.ngstore-inner-page .woocommerce-pagination ul.page-numbers>li>a.prev:hover,
body.ngstore-inner-page .woocommerce-pagination ul.page-numbers>li>a.next:hover{border-color:color-mix(in srgb,var(--ng-action) 22%,#dbe3ee)!important;background:color-mix(in srgb,var(--ng-action) 12%,#fff)!important}
body.ngstore-inner-page .woocommerce-pagination ul.page-numbers>li>span.current{border-color:transparent!important;background:linear-gradient(135deg,var(--ng-action),color-mix(in srgb,var(--ng-action) 76%,#7c3aed))!important;box-shadow:0 9px 20px color-mix(in srgb,var(--ng-action) 24%,transparent)!important;color:#fff!important;font-weight:900!important}
body.ngstore-inner-page .woocommerce-pagination ul.page-numbers>li>span.dots{width:26px!important;min-width:26px!important;border-color:transparent!important;color:#94a3b8!important;letter-spacing:.08em}
.ngstore-pagination-icon{display:grid;width:18px;height:18px;place-items:center;line-height:1}
.ngstore-pagination-icon svg{width:18px!important;height:18px!important}
body.ngstore-inner-page .navigation.pagination{display:flex;justify-content:center;margin-top:30px}
body.ngstore-inner-page .nav-links{display:flex;align-items:center;gap:5px}
body.ngstore-inner-page .nav-links>a,body.ngstore-inner-page .nav-links>span{display:grid;min-width:42px;min-height:42px;place-items:center;padding:0 9px;border:1px solid var(--ng-page-border);border-radius:12px;background:#fff;color:#475569;font-size:.8rem}
body.ngstore-inner-page .nav-links .current{border-color:var(--ng-action);background:var(--ng-action);color:#fff}
body.ngstore-inner-page .ngstore-not-found{display:grid;min-height:520px;place-items:center;text-align:center}
body.ngstore-inner-page .ngstore-not-found>div{display:grid;justify-items:center;gap:8px}
body.ngstore-inner-page .ngstore-not-found>div>strong{font-size:4.5rem;line-height:1.1}
body.ngstore-inner-page .ngstore-not-found h1{margin:0;font-size:1.7rem}
body.ngstore-inner-page .ngstore-not-found p{max-width:430px;margin:0;color:#64748b;font-size:.86rem;line-height:1.95}
body.ngstore-inner-page .ngstore-not-found-actions{display:flex;align-items:center;gap:14px;margin-top:11px}
body.ngstore-inner-page .ngstore-not-found-actions>a:last-child{color:var(--ng-action);font-size:.8rem;font-weight:800}

/* Right-to-left drawers and dedicated category navigation. */
body.ngstore-experience.ngstore-drawer-open{overflow:hidden;overscroll-behavior:none}
html[dir="rtl"] body.ngstore-experience .ngstore-drawer:not(.ngstore-drawer-search){right:0;left:auto;transform:translateX(105%)}
html[dir="rtl"] body.ngstore-experience .ngstore-drawer:not(.ngstore-drawer-search).is-open{transform:translateX(0)}
body.ngstore-experience .ngstore-drawer:not(.ngstore-drawer-search){width:min(450px,94vw);border-left:1px solid rgb(15 23 42 / 7%);box-shadow:-18px 0 58px rgb(15 23 42 / 13%)}
body.ngstore-experience .ngstore-drawer>header{min-height:76px;padding:14px 18px;background:#fff}
body.ngstore-experience .ngstore-drawer>header>strong{font-size:.93rem;font-weight:880}
body.ngstore-experience .ngstore-drawer>header>strong>svg{color:var(--ng-action)}
body.ngstore-experience .ngstore-drawer>header>button{width:40px;min-width:40px;height:40px;min-height:40px;border-color:#e6eaf0;border-radius:12px}
body.ngstore-experience .ngstore-drawer{max-width:100vw;overflow:hidden;visibility:hidden;pointer-events:none;transition:transform .24s var(--ng-ease,cubic-bezier(.22,.8,.3,1)),visibility 0s linear .24s}
body.ngstore-experience .ngstore-drawer.is-open{visibility:visible;pointer-events:auto;transition-delay:0s}
body.ngstore-experience .ngstore-drawer:not(.is-open){box-shadow:none!important}
body.ngstore-experience .ngstore-drawer-body{min-width:0;padding:18px;overflow-x:hidden;overflow-y:auto}
.ngstore-sheet-handle{display:none}
.ngstore-drawer-description{margin:0 0 15px;color:#64748b;font-size:.79rem;line-height:1.9}
.ngstore-menu-categories{display:flex;width:100%;min-height:59px;align-items:center;justify-content:space-between;margin-top:17px;padding:11px 13px;border:1px solid rgb(15 23 42 / 8%);border-radius:15px;background:color-mix(in srgb,var(--ng-primary) 6%,#fff);color:#172033}
.ngstore-menu-categories>span,.ngstore-category-all>span{display:flex;align-items:center;gap:9px}
.ngstore-menu-categories>span>svg,.ngstore-category-all>span>svg{color:var(--ng-action)}
.ngstore-menu-categories strong,.ngstore-category-all strong{font-size:.8rem;font-weight:820}
.ngstore-menu-categories>svg,.ngstore-category-all>svg{width:18px;height:18px;color:#64748b}
.ngstore-category-drawer-body{padding-top:16px!important}
.ngstore-category-all{display:flex;min-height:58px;align-items:center;justify-content:space-between;padding:10px 12px;border:1px solid color-mix(in srgb,var(--ng-primary) 15%,#e7ebf2);border-radius:15px;background:color-mix(in srgb,var(--ng-primary) 6%,#fff)}
.ngstore-category-tree{display:grid;gap:9px;margin-top:14px}
.ngstore-category-parent,.ngstore-category-leaf{overflow:hidden;border:1px solid rgb(15 23 42 / 8%);border-radius:15px;background:#fff}
.ngstore-category-parent>summary,.ngstore-category-leaf{display:grid;min-height:72px;grid-template-columns:46px minmax(0,1fr) 20px;align-items:center;gap:10px;padding:10px;list-style:none;cursor:pointer}
.ngstore-category-parent>summary::-webkit-details-marker{display:none}
.ngstore-category-thumb{display:grid;width:46px;height:46px;place-items:center;overflow:hidden;border-radius:12px;background:color-mix(in srgb,var(--ng-primary) 7%,#fff);color:var(--ng-action);font-style:normal}
.ngstore-category-thumb>img{display:block;width:100%;height:100%;object-fit:cover}
.ngstore-category-thumb>svg{width:21px;height:21px}
.ngstore-category-text{display:grid;min-width:0;gap:2px}
.ngstore-category-text>strong{overflow:hidden;color:#172033;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap}
.ngstore-category-text>small{color:#64748b;font-size:.7rem}
.ngstore-category-parent>summary>svg:last-child,.ngstore-category-leaf>svg:last-child{width:18px;height:18px;color:#64748b;transition:transform .18s ease}
.ngstore-category-parent[open]>summary>svg:last-child{transform:rotate(180deg)}
.ngstore-category-children{display:grid;gap:1px;padding:0 10px 10px 8px}
.ngstore-category-children>a{display:flex;min-height:41px;align-items:center;justify-content:space-between;padding:7px 10px;border-radius:10px;color:#334155;font-size:.77rem}
.ngstore-category-children>a:first-child{background:#f7f9fc;color:var(--ng-action);font-weight:760}
.ngstore-category-children>a:hover{background:#f7f9fc}
.ngstore-category-children small{color:#64748b;font-size:.69rem}
.ngstore-category-empty{margin-top:13px;padding:15px;border:1px dashed #dbe3ee;border-radius:14px;color:#64748b;font-size:.79rem;line-height:1.95;text-align:center}
body.ngstore-experience .ngstore-drawer-filters .ngstore-price-filter{width:100%;min-width:0;max-width:100%;padding:15px;border:1px solid rgb(15 23 42 / 8%);border-radius:15px;background:#fff}
body.ngstore-experience .ngstore-drawer-filters .ngstore-price-filter>strong{font-size:.83rem}
body.ngstore-experience .ngstore-drawer-filters .ngstore-price-filter>div{width:100%;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr))}
body.ngstore-experience .ngstore-drawer-filters .ngstore-price-filter label{min-width:0;max-width:100%;overflow:hidden}
body.ngstore-experience .ngstore-drawer-filters .ngstore-price-filter input{width:100%;min-width:0;max-width:100%;height:47px;font-size:16px}
body.ngstore-experience .ngstore-drawer-filters .ngstore-price-filter .ngstore-btn{width:100%;margin-top:4px}
body.ngstore-experience .ngstore-filter-categories{width:100%;min-width:0;max-width:100%;margin-top:20px;padding:14px;border:1px solid rgb(15 23 42 / 8%);border-radius:15px}
body.ngstore-experience .ngstore-filter-categories>strong{margin-bottom:5px;font-size:.83rem}
body.ngstore-experience .ngstore-filter-categories>a{min-width:0;gap:10px;overflow:hidden}
body.ngstore-experience .ngstore-filter-categories>a>small{flex:0 0 auto}
body.ngstore-experience .ngstore-cart-drawer-body{padding:18px!important}
body.ngstore-experience .ngstore-cart-drawer-body>.widget_shopping_cart_content{display:block;width:100%;min-width:0}
body.ngstore-experience .ngstore-drawer-cart .woocommerce-mini-cart{display:grid;gap:10px;margin:0!important;padding:0!important;list-style:none}
body.ngstore-experience .ngstore-drawer-cart .woocommerce-mini-cart-item{position:relative;min-width:0;min-height:87px;margin:0!important;padding:11px 39px 11px 11px!important;border:1px solid rgb(15 23 42 / 8%);border-radius:15px;background:#fff}
body.ngstore-experience .ngstore-drawer-cart .woocommerce-mini-cart-item>a:not(.remove){display:flex;min-height:63px;align-items:center;gap:9px;color:#172033;font-size:.79rem;font-weight:770;line-height:1.75}
body.ngstore-experience .ngstore-drawer-cart .woocommerce-mini-cart-item img{width:62px!important;height:62px!important;margin:0!important;border-radius:11px;background:#f5f7fb;object-fit:contain;float:none!important}
body.ngstore-experience .ngstore-drawer-cart .woocommerce-mini-cart-item>.remove{position:absolute;top:12px;right:9px;display:grid;width:24px;height:24px;place-items:center;border-radius:8px;background:#fff1f2;color:#e11d48!important}
body.ngstore-experience .ngstore-drawer-cart .woocommerce-mini-cart-item>.quantity{display:block;margin-top:5px;color:#64748b;font-size:.74rem}
body.ngstore-experience .ngstore-drawer-cart .woocommerce-mini-cart__total{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:15px 0;padding:14px 2px;border-top:1px solid rgb(15 23 42 / 8%);font-size:.86rem}
body.ngstore-experience .ngstore-drawer-cart .woocommerce-mini-cart__total strong{white-space:nowrap}
body.ngstore-experience .ngstore-drawer-cart .woocommerce-mini-cart__buttons{display:grid;gap:8px}
body.ngstore-experience .ngstore-drawer-cart .woocommerce-mini-cart__buttons .button{display:grid;min-height:47px;place-items:center;margin:0!important;border-radius:13px!important;background:#eef2f7!important;color:#172033!important;font-size:.81rem!important}
body.ngstore-experience .ngstore-drawer-cart .woocommerce-mini-cart__buttons .checkout{background:var(--ng-action)!important;color:#fff!important}
body.ngstore-experience .ngstore-drawer-cart .woocommerce-mini-cart__empty-message{margin:35px 0;padding:20px;border:1px dashed #dbe3ee;border-radius:15px;color:#64748b;font-size:.83rem;line-height:2;text-align:center}


/* 3.9.83 — Variable product purchase configurator.
 * WooCommerce remains authoritative for variation availability, selected variation,
 * stock and add-to-cart. This layer only improves presentation and removes the
 * misleading parent-price range from the managed buy box. */
body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-buybox-purchase{gap:0;padding-top:14px}
body.ngstore-product-page .ngstore-variable-price-prompt{display:grid;gap:3px;margin:0 0 10px;padding:11px 13px;border:1px solid color-mix(in srgb,var(--ng-action) 14%,var(--ng-page-border));border-radius:15px;background:color-mix(in srgb,var(--ng-page-soft) 72%,var(--ng-page-card));color:var(--ng-muted)}
body.ngstore-product-page .ngstore-variable-price-prompt>span{color:var(--ng-action);font-size:.68rem;font-weight:820}
body.ngstore-product-page .ngstore-variable-price-prompt>strong{color:var(--ng-ink);font-size:.76rem;font-weight:790;line-height:1.75}
body.ngstore-product-page .ngstore-product-buybox.is-variable.has-resolved-variation .ngstore-variable-price-prompt{display:none}
body.ngstore-product-page .ngstore-product-buybox.is-variable form.variations_form{margin-top:0!important}
body.ngstore-product-page .ngstore-product-buybox.is-variable table.variations{display:grid!important;gap:9px;margin:0 0 8px!important}
body.ngstore-product-page .ngstore-product-buybox.is-variable table.variations tbody{display:grid!important;gap:9px}
body.ngstore-product-page .ngstore-product-buybox.is-variable table.variations tr{display:grid!important;gap:8px;margin:0!important;padding:11px 12px!important;border:1px solid var(--ng-page-border)!important;border-radius:16px;background:color-mix(in srgb,var(--ng-page-soft) 28%,var(--ng-page-card))!important}
body.ngstore-product-page .ngstore-product-buybox.is-variable table.variations th{display:flex!important;align-items:center;justify-content:space-between;gap:12px;padding:0!important}
body.ngstore-product-page .ngstore-product-buybox.is-variable table.variations td{padding:0!important}
body.ngstore-product-page .ngstore-product-buybox.is-variable table.variations label{color:var(--ng-ink);font-size:.75rem;font-weight:880;line-height:1.6}
body.ngstore-product-page .ngstore-variation-current{display:inline-flex;min-height:25px;align-items:center;padding:3px 8px;border-radius:999px;background:color-mix(in srgb,var(--ng-surface) 88%,var(--ng-page-soft));color:var(--ng-muted);font-size:.64rem;font-weight:730;line-height:1.5;white-space:nowrap}
body.ngstore-product-page .ngstore-variation-current.has-value{background:var(--ng-page-soft);color:var(--ng-action)}
body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-options{margin:0}
body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-options.is-color,body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-options.is-size,body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-options.is-generic{display:flex;flex-wrap:wrap;align-items:stretch;gap:7px}
body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-option{position:relative;min-height:43px;margin:0;padding:8px 12px;border:1px solid var(--ng-page-border);border-radius:12px;background:var(--ng-page-card);color:var(--ng-ink);box-shadow:none;font:inherit;font-size:.72rem;font-weight:780;line-height:1.55;text-align:center;transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}
body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-option-label{display:block;min-width:0;max-width:100%;text-align:center;overflow-wrap:anywhere}
body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-option:hover:not(:disabled){border-color:color-mix(in srgb,var(--ng-action) 34%,var(--ng-page-border));background:color-mix(in srgb,var(--ng-page-soft) 52%,var(--ng-page-card))}
body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-option:focus-visible{outline:2px solid color-mix(in srgb,var(--ng-action) 35%,transparent);outline-offset:2px}
body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-option[aria-checked="true"]{border-color:color-mix(in srgb,var(--ng-action) 58%,var(--ng-page-border));background:var(--ng-page-soft);color:var(--ng-action);box-shadow:0 0 0 1px color-mix(in srgb,var(--ng-action) 10%,transparent)}
body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-option[aria-checked="true"]:after{display:grid;width:20px;height:20px;place-items:center;border-radius:999px;background:var(--ng-action);color:var(--ng-action-text);content:"✓";font-size:.68rem;font-weight:900;line-height:1}
body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-options.is-color .ngstore-variation-option,body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-options.is-generic .ngstore-variation-option{width:max-content;max-width:100%;justify-content:center;padding-inline:34px}
body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-options.is-color .ngstore-variation-option{min-width:88px;min-height:46px}
body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-options.is-generic .ngstore-variation-option{min-width:74px;min-height:44px}
body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-options:is(.is-color,.is-generic) .ngstore-variation-option[aria-checked="true"]:after{position:absolute;inset-inline-start:10px;top:50%;transform:translateY(-50%)}
body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-options.is-size .ngstore-variation-option{width:auto;min-width:46px;min-height:44px;justify-content:center;padding-inline:13px}
body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-options.is-size .ngstore-variation-option[aria-checked="true"]:after{display:none}
body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-option:disabled{border-style:dashed;background:color-mix(in srgb,var(--ng-page-card) 84%,var(--ng-page-soft));color:var(--ng-muted);cursor:not-allowed;opacity:.48;text-decoration:line-through}
body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-reset-toolbar{display:none;min-height:0;align-items:center;justify-content:flex-end;margin:-1px 1px 6px}
body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-reset-toolbar.is-visible{display:flex}
body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-reset-toolbar .reset_variations{display:inline-flex;width:max-content;min-height:32px;align-items:center;justify-content:center;gap:6px;margin:0;padding:5px 9px;border:1px solid color-mix(in srgb,var(--ng-action) 12%,var(--ng-page-border));border-radius:999px;background:color-mix(in srgb,var(--ng-page-soft) 48%,var(--ng-page-card));color:var(--ng-muted);font-size:.64rem;font-weight:740;line-height:1;text-decoration:none;transition:border-color .16s ease,background-color .16s ease,color .16s ease}
body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-reset-toolbar .reset_variations:hover{border-color:color-mix(in srgb,var(--ng-action) 24%,var(--ng-page-border));background:var(--ng-page-soft);color:var(--ng-action)}
body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-reset-toolbar .reset_variations:focus-visible{outline:2px solid color-mix(in srgb,var(--ng-action) 35%,transparent);outline-offset:2px}
body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-reset-icon{width:14px;height:14px;flex:0 0 14px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
body.ngstore-product-page .ngstore-product-buybox.is-variable .single_variation{margin:0!important}
body.ngstore-product-page .ngstore-product-buybox.is-variable .woocommerce-variation-price{display:flex;min-height:62px;align-items:flex-end;justify-content:space-between;gap:12px;margin:11px 0 2px!important;padding:11px 13px;border:1px solid color-mix(in srgb,var(--ng-action) 14%,var(--ng-page-border));border-radius:15px;background:var(--ng-page-soft);text-align:right!important}
body.ngstore-product-page .ngstore-product-buybox.is-variable .woocommerce-variation-price:before{align-self:center;color:var(--ng-muted);content:"قیمت انتخاب شما";font-size:.68rem;font-weight:760;white-space:nowrap}
body.ngstore-product-page .ngstore-product-buybox.is-variable .woocommerce-variation-price>.price{display:flex!important;min-width:0;flex-direction:column;align-items:flex-end;gap:1px;margin:0!important;color:var(--ng-ink)!important;font-size:1.12rem!important;font-weight:920!important;line-height:1.45!important}
body.ngstore-product-page .ngstore-product-buybox.is-variable .woocommerce-variation-price>.price del{color:var(--ng-muted)!important;font-size:.67rem!important;font-weight:650!important;opacity:.75}
body.ngstore-product-page .ngstore-product-buybox.is-variable .woocommerce-variation-price>.price ins{text-decoration:none}
body.ngstore-product-page .ngstore-product-buybox.is-variable .woocommerce-variation-price .woocommerce-Price-amount{white-space:nowrap}
body.ngstore-product-page .ngstore-product-buybox.is-variable .woocommerce-variation-availability{margin:6px 0 0}
body.ngstore-product-page .ngstore-product-buybox.is-variable .woocommerce-variation-availability .stock{width:max-content;max-width:100%;margin:0!important;padding:5px 8px;border-radius:9px;background:color-mix(in srgb,var(--ng-page-soft) 58%,var(--ng-page-card));color:var(--ng-muted)!important;font-size:.66rem!important;font-weight:720!important}
body.ngstore-product-page .ngstore-product-buybox.is-variable .woocommerce-variation-add-to-cart{margin-top:9px!important}
body.ngstore-product-page .ngstore-mobile-price-placeholder{color:var(--ng-muted);font-size:.68rem;font-weight:690;white-space:nowrap}

@media(max-width:1100px){
  body.ngstore-inner-page .ngstore-content{width:calc(100% - 34px)}
  body.ngstore-catalog-page ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
  body.ngstore-product-page .ngstore-woocommerce-content>div.product{gap:20px}
  body.ngstore-product-page .ngstore-product-overview{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:15px}
  body.ngstore-product-page .ngstore-product-overview>.summary{padding:20px}
  body.ngstore-product-page .ngstore-product-buybox{position:static;grid-column:1/-1;padding:19px}
  body.ngstore-product-page .ngstore-product-services{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:14px}
  body.ngstore-product-page .ngstore-buybox-purchase{max-width:480px}
  body.ngstore-product-page .related ul.products,body.ngstore-product-page .upsells ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
  body.ngstore-account-panel-page .ngstore-favorites-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.ngstore-cart-page .ngstore-purchase-head,body.ngstore-checkout-page .ngstore-purchase-head{grid-template-columns:1fr;gap:17px}
  body.ngstore-inner-page .ngstore-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:782px){
  body.ngstore-inner-page{background:var(--ng-page-background,#f7f9fc)}
  body.ngstore-inner-page .ngstore-content,body.ngstore-cart-page .ngstore-content,body.ngstore-checkout-page .ngstore-content,
  body.ngstore-public-page .ngstore-designed-content{width:calc(100% - 24px);padding-block:20px 38px}
  body.ngstore-inner-page .woocommerce-breadcrumb{gap:5px;margin:0 0 14px;font-size:.72rem}
  body.ngstore-catalog-page .ngstore-catalog-hero{min-height:0;align-items:flex-start;flex-direction:column;gap:13px;margin-bottom:17px;padding:22px 19px;border-radius:20px}
  body.ngstore-catalog-page .ngstore-catalog-hero:after{top:-85px;left:-115px}
  body.ngstore-catalog-page .ngstore-catalog-copy h1{margin:5px 0 6px;font-size:1.64rem}
  body.ngstore-catalog-page .ngstore-catalog-copy p{font-size:.81rem;line-height:1.9}
  body.ngstore-catalog-page .ngstore-catalog-count{min-height:37px;padding:7px 10px;border-radius:11px;font-size:.72rem}
  body.ngstore-catalog-page .ngstore-shop-filter-trigger{min-height:42px;margin-bottom:10px!important;font-size:.76rem}
  body.ngstore-catalog-page .ngstore-shop-categories{gap:7px;margin-bottom:9px!important}
  body.ngstore-catalog-page .ngstore-shop-categories a{min-height:39px;padding:7px 12px;border-radius:11px;font-size:.74rem}
  body.ngstore-catalog-page .ngstore-catalog-toolbar{min-height:52px;gap:8px}
  body.ngstore-catalog-page .woocommerce-result-count{font-size:.72rem}
  body.ngstore-catalog-page .woocommerce-ordering select{max-width:160px;height:40px;font-size:.72rem}
  body.ngstore-catalog-page ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px!important}
  body.ngstore-catalog-page ul.products li.product{padding:7px!important;border-radius:16px;box-shadow:0 5px 18px rgb(15 23 42 / 4%)}
  body.ngstore-catalog-page ul.products li.product a img{margin-bottom:9px!important;border-radius:11px}
  body.ngstore-catalog-page .ngstore-loop-category{font-size:.65rem}
  body.ngstore-catalog-page ul.products li.product .woocommerce-loop-product__title{min-height:3.44em;max-height:3.44em;font-size:.81rem!important;line-height:1.72!important}
  body.ngstore-catalog-page ul.products li.product .price{min-height:60px;padding-top:9px;font-size:.88rem!important;line-height:1.5}
  body.ngstore-catalog-page ul.products li.product .price del{font-size:.65rem}
  body.ngstore-catalog-page .ngstore-loop-availability{margin-top:5px;font-size:.63rem}
  body.ngstore-catalog-page ul.products li.product .button{min-height:42px;margin-top:10px!important;border-radius:11px!important;font-size:.71rem!important}
  body.ngstore-catalog-page span.onsale{top:12px!important;right:12px!important}
  .ngstore-catalog-empty{min-height:320px;padding:31px 16px;border-radius:20px}
  .ngstore-empty-icon,.ngstore-not-found-icon{width:67px;height:67px;border-radius:20px}
  .ngstore-catalog-empty h2{font-size:1.13rem}
  .ngstore-catalog-empty>p{font-size:.78rem}

  body.ngstore-product-page .ngstore-content{padding-top:15px}
  body.ngstore-product-page .ngstore-woocommerce-content>div.product{gap:14px}
  body.ngstore-product-page .ngstore-product-mobile-tools{display:flex;min-height:49px;align-items:center;justify-content:space-between;margin:-2px 0 -2px}
  body.ngstore-product-page .ngstore-product-mobile-tools-start,body.ngstore-product-page .ngstore-product-mobile-tools-end{display:flex;align-items:center;gap:7px}
  body.ngstore-product-page .ngstore-product-tool{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgb(15 23 42 / 9%);border-radius:14px;background:#fff;color:#425066;box-shadow:0 5px 16px rgb(15 23 42 / 4%)}
  body.ngstore-product-page .ngstore-product-tool svg{width:19px;height:19px}
  body.ngstore-product-page .ngstore-product-tool[aria-pressed="true"]{border-color:#fecdd3;background:#fff1f2;color:#e11d48}
  body.ngstore-product-page .ngstore-product-overview{grid-template-columns:1fr;gap:12px}
  body.ngstore-product-page .ngstore-product-gallery-column,body.ngstore-product-page .ngstore-product-buybox{position:static;grid-column:auto}
  body.ngstore-product-page .ngstore-product-overview>.summary{padding:17px;border-radius:18px}
  body.ngstore-product-page .ngstore-product-buybox{padding:15px;border-radius:19px;background:#fff;box-shadow:0 8px 26px rgb(15 23 42 / 4%)}
  body.ngstore-product-page .ngstore-buybox-seller{grid-template-columns:42px minmax(0,1fr);gap:5px 10px;padding-bottom:13px}
  body.ngstore-product-page .ngstore-buybox-seller-icon{width:42px;height:42px;border-radius:13px}
  body.ngstore-product-page .ngstore-product-services{grid-template-columns:1fr}
  body.ngstore-product-page .ngstore-buybox-purchase{max-width:none;padding-top:14px}
  body.ngstore-product-page .ngstore-buybox-purchase>.price{min-height:43px;font-size:1.17rem!important}
  body.ngstore-product-page .woocommerce-product-gallery__image>a{min-height:0;padding:11px;border-radius:18px}
  body.ngstore-product-page .woocommerce-product-gallery__image img{aspect-ratio:1;border-radius:16px}
  body.ngstore-product-page .flex-control-thumbs{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;margin-top:8px!important}
  body.ngstore-product-page .ngstore-product-gallery-actions{display:none}
  body.ngstore-product-page .ngstore-product-action{width:37px;height:37px;border-radius:11px}
  body.ngstore-product-page .product_title{font-size:1.25rem!important;line-height:1.72!important}
  body.ngstore-product-page .woocommerce-product-details__short-description{font-size:.79rem}
  body.ngstore-product-page .ngstore-product-highlights{margin-top:18px;padding-top:14px}
  body.ngstore-product-page .ngstore-product-assurances{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
  body.ngstore-product-page .ngstore-product-assurances article{grid-template-columns:1fr;justify-items:center;gap:5px;padding:9px 4px;text-align:center}
  body.ngstore-product-page .ngstore-product-assurances strong{font-size:.64rem}
  body.ngstore-product-page .ngstore-product-assurances small{display:none}
  body.ngstore-product-page .woocommerce-tabs{padding:15px 13px;border-radius:18px}
  body.ngstore-product-page .woocommerce-tabs ul.tabs li a{padding:9px 11px!important;font-size:.72rem!important}
  body.ngstore-product-page .woocommerce-Tabs-panel{font-size:.83rem}
  body.ngstore-product-page .woocommerce-Tabs-panel table.shop_attributes{display:table!important;width:100%!important;border-spacing:0!important;border-collapse:collapse!important;table-layout:fixed!important}
  body.ngstore-product-page .woocommerce-Tabs-panel table.shop_attributes tbody{display:table-row-group!important}
  body.ngstore-product-page .woocommerce-Tabs-panel table.shop_attributes tr{display:table-row!important}
  body.ngstore-product-page .woocommerce-Tabs-panel table.shop_attributes th,body.ngstore-product-page .woocommerce-Tabs-panel table.shop_attributes td{display:table-cell!important;float:none!important;max-width:none;padding:11px 10px!important;background:transparent!important;font-size:.72rem!important;line-height:1.75!important;vertical-align:middle!important}
  body.ngstore-product-page .woocommerce-Tabs-panel table.shop_attributes th{width:34%!important;border-left:1px solid #edf0f4!important;color:#64748b!important}
  body.ngstore-product-page .woocommerce-Tabs-panel table.shop_attributes td{width:66%!important;color:#172033!important;overflow-wrap:anywhere;word-break:normal}
  body.ngstore-product-page .woocommerce-Tabs-panel table.shop_attributes td p{line-height:1.75!important}
  body.ngstore-product-page #reviews.woocommerce-Reviews{grid-template-columns:1fr;gap:11px}
  body.ngstore-product-page #reviews #comments{padding:15px;border-radius:15px}
  body.ngstore-product-page #reviews .woocommerce-Reviews-title{margin-bottom:11px!important;font-size:.93rem!important}
  body.ngstore-product-page #reviews .woocommerce-noreviews{min-height:89px;padding:14px;border-radius:12px;font-size:.75rem}
  body.ngstore-product-page #reviews #comments ol.commentlist li{padding:11px!important;border-radius:12px}
  body.ngstore-product-page #reviews #comments ol.commentlist li .comment_container{grid-template-columns:35px minmax(0,1fr);gap:9px}
  body.ngstore-product-page #reviews #comments ol.commentlist li img.avatar{width:35px!important;height:35px!important;border-radius:11px!important}
  body.ngstore-product-page #reviews #review_form_wrapper{padding:16px 13px;border-radius:15px}
  body.ngstore-product-page #reviews #review_form #respond .comment-reply-title{font-size:.93rem}
  body.ngstore-product-page #reviews #review_form #respond .comment-form{grid-template-columns:1fr;gap:12px}
  body.ngstore-product-page #reviews #review_form #respond .comment-form-author,body.ngstore-product-page #reviews #review_form #respond .comment-form-email{grid-column:1/-1}
  body.ngstore-product-page #reviews #review_form textarea{min-height:125px}
  body.ngstore-product-page #reviews #review_form .comment-form-rating{padding:10px 11px}
  body.ngstore-product-page #reviews #review_form .form-submit .submit{width:100%;min-height:47px}
  body.ngstore-product-page .related>h2,body.ngstore-product-page .upsells>h2{margin:4px 1px 11px!important;font-size:1.06rem!important}
  body.ngstore-product-page .related ul.products,body.ngstore-product-page .upsells ul.products{display:flex!important;width:calc(100% - 16px)!important;grid-template-columns:none!important;align-items:stretch;gap:10px!important;margin-inline:8px!important;overflow-x:auto;overflow-y:hidden;padding:2px 0 10px!important;overscroll-behavior-inline:contain;scroll-padding-inline:0;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  body.ngstore-product-page .related ul.products::-webkit-scrollbar,body.ngstore-product-page .upsells ul.products::-webkit-scrollbar{display:none}
  body.ngstore-product-page .related ul.products li.product,body.ngstore-product-page .upsells ul.products li.product{width:clamp(180px,57vw,235px)!important;height:auto;flex:0 0 clamp(180px,57vw,235px);padding:9px!important;border-radius:16px;box-shadow:0 5px 18px rgb(15 23 42 / 4%);scroll-snap-align:start;scroll-snap-stop:always}
  body.ngstore-product-page .related .woocommerce-loop-product__title,body.ngstore-product-page .upsells .woocommerce-loop-product__title{font-size:.74rem!important}
  body.ngstore-product-page .related .price,body.ngstore-product-page .upsells .price{min-height:55px;font-size:.82rem!important}
  body.ngstore-product-page .related ul.products .button,body.ngstore-product-page .upsells ul.products .button{min-height:39px;font-size:.66rem!important}
  body.ngstore-product-page .ngstore-product-help{grid-template-columns:42px minmax(0,1fr);gap:9px;padding:13px;border-radius:16px}
  body.ngstore-product-page .ngstore-product-help>span{width:42px;height:42px}
  body.ngstore-product-page .ngstore-product-help strong{font-size:.77rem}
  body.ngstore-product-page .ngstore-product-help small{font-size:.68rem}
  body.ngstore-product-page .ngstore-product-help>a{grid-column:2;font-size:.72rem}
  body.ngstore-has-product-buybar .ngstore-mobile-bar{display:none!important}
  body.ngstore-has-product-buybar{padding-bottom:calc(77px + env(safe-area-inset-bottom))!important}
  body.ngstore-product-page .ngstore-sticky-buy{right:0;bottom:0;left:0;z-index:89;display:grid!important;min-height:74px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:9px 11px calc(9px + env(safe-area-inset-bottom));border:1px solid rgb(15 23 42 / 8%);border-bottom:0;border-radius:18px 18px 0 0;background:rgb(255 255 255 / 98%);box-shadow:0 -12px 34px rgb(15 23 42 / 9%);backdrop-filter:blur(16px)}
  body.ngstore-product-page .ngstore-mobile-buy-price{display:grid!important;min-width:0;gap:1px}
  body.ngstore-product-page .ngstore-mobile-buy-price>small{color:#64748b;font-size:.64rem}
  body.ngstore-product-page .ngstore-mobile-buy-price>strong{display:flex;min-width:0;flex-direction:column;align-items:flex-start;color:#172033;font-size:.8rem;line-height:1.4}
  body.ngstore-product-page .ngstore-mobile-buy-price del{color:#94a3b8;font-size:.61rem;font-weight:650}
  body.ngstore-product-page .ngstore-mobile-buy-price ins{text-decoration:none}
  body.ngstore-product-page .ngstore-mobile-buy-price .woocommerce-Price-amount{white-space:nowrap}
  body.ngstore-product-page .ngstore-mobile-buy-quantity{display:flex!important;height:40px;align-items:center;gap:1px;padding:3px;border:1px solid var(--ng-page-border);border-radius:11px;background:#fff}
  body.ngstore-product-page .ngstore-mobile-buy-quantity[hidden]{display:none!important}
  body.ngstore-product-page .ngstore-mobile-buy-quantity>button{display:grid;width:28px;height:30px;place-items:center;border:0;border-radius:8px;background:var(--ng-page-soft);color:var(--ng-action);font-size:1rem}
  body.ngstore-product-page .ngstore-mobile-buy-quantity>span{min-width:20px;text-align:center;color:#172033;font-size:.8rem;font-weight:780}
  body.ngstore-product-page .ngstore-mobile-buy-action{display:flex!important;min-height:44px;align-items:center;justify-content:center;gap:6px;padding:0 12px;border:0;border-radius:12px;background:var(--ng-action)!important;color:#fff!important;font-size:.73rem;font-weight:850;white-space:nowrap}
  body.ngstore-product-page .ngstore-mobile-buy-action svg{width:18px;height:18px;color:#fff!important}
  body.ngstore-product-page.ngstore-buybar-ready .ngstore-product-buybox form.cart>.single_add_to_cart_button,
  body.ngstore-product-page.ngstore-buybar-ready .ngstore-product-buybox form.cart>.quantity,
  body.ngstore-product-page.ngstore-buybar-ready .ngstore-product-buybox .woocommerce-variation-add-to-cart{display:none!important}
  body.ngstore-product-page.ngstore-buybar-ready .ngstore-buybox-purchase form.cart:not(.variations_form){margin:0!important}

  body.ngstore-account-panel-page .ngstore-favorites-account{gap:15px}
  body.ngstore-account-panel-page .ngstore-favorites-grid{gap:9px}
  body.ngstore-account-panel-page .ngstore-favorite-card{padding:8px;border-radius:15px}
  body.ngstore-account-panel-page .ngstore-favorite-name{font-size:.74rem}
  body.ngstore-account-panel-page .ngstore-favorite-open{min-height:39px;padding:7px 8px;font-size:.65rem}
  body.ngstore-account-panel-page .ngstore-favorite-remove{top:13px;left:13px;width:33px;height:33px}

  body.ngstore-cart-page .ngstore-purchase-head,body.ngstore-checkout-page .ngstore-purchase-head{gap:13px;margin-bottom:14px;padding:18px 15px;border-radius:19px}
  .ngstore-purchase-copy>h1{font-size:1.46rem}
  .ngstore-purchase-copy>p{font-size:.75rem}
  body.ngstore-cart-page .ngstore-purchase-steps>span,body.ngstore-checkout-page .ngstore-purchase-steps>span{min-height:55px;gap:3px;padding:7px 4px;font-size:.65rem}
  body.ngstore-cart-page .woocommerce-cart-form,body.ngstore-cart-page .cart_totals,
  body.ngstore-cart-page .wc-block-cart__main,body.ngstore-cart-page .wc-block-components-sidebar{padding:14px;border-radius:17px!important}
  body.ngstore-cart-page table.shop_table td{padding:11px 7px!important;font-size:.76rem}
  body.ngstore-cart-page table.shop_table .product-thumbnail img{width:62px;height:62px}
  body.ngstore-order-complete-page .woocommerce-order-overview{grid-template-columns:1fr 1fr}

  body.ngstore-auth-page .ngstore-auth-content{min-height:calc(100svh - 190px);padding-block:24px}
  body.ngstore-auth-page .ngstore-auth-card{padding:27px 20px 22px;border-radius:23px}
  body.ngstore-auth-page .ngstore-auth-card>h1{margin-top:15px;font-size:1.58rem}
  body.ngstore-auth-page .ngstore-auth-card>p{font-size:.79rem}
  body.ngstore-auth-page .ngstore-auth-card form{gap:12px;margin-top:20px}
  body.ngstore-auth-page .ngstore-auth-card input{height:53px}

  body.ngstore-public-page .ngstore-page-hero,body.ngstore-public-page .ngstore-standard-page-head,
  body.ngstore-inner-page .ngstore-archive-head,body.ngstore-inner-page .ngstore-reading-head{margin-bottom:14px;padding:22px 18px;border-radius:19px}
  body.ngstore-public-page .ngstore-page-hero h1,body.ngstore-public-page .ngstore-standard-page-head h1,
  body.ngstore-inner-page .ngstore-archive-head h1,body.ngstore-inner-page .ngstore-reading-head h1{font-size:1.7rem}
  body.ngstore-public-page .ngstore-page-hero p,body.ngstore-inner-page .ngstore-archive-head p{font-size:.8rem}
  body.ngstore-public-page .ngstore-about-story{grid-template-columns:1fr;gap:17px;padding:16px;border-radius:19px}
  body.ngstore-public-page .ngstore-about-story h2{font-size:1.4rem}
  body.ngstore-public-page .ngstore-about-stats{gap:8px}
  body.ngstore-public-page .ngstore-about-stats>div{padding:12px;border-radius:13px}
  body.ngstore-public-page .ngstore-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  body.ngstore-public-page .ngstore-contact-card,body.ngstore-public-page .ngstore-contact-empty{min-height:138px;padding:13px;border-radius:16px}
  body.ngstore-public-page .ngstore-faq-list summary{min-height:59px;padding:12px 14px;font-size:.79rem}
  body.ngstore-public-page .ngstore-policy-note,body.ngstore-public-page .ngstore-standard-page-entry,
  body.ngstore-inner-page .ngstore-reading-body{padding:15px;border-radius:17px}
  body.ngstore-inner-page .ngstore-post-grid{grid-template-columns:1fr;gap:10px}
  body.ngstore-inner-page .ngstore-post-copy{padding:14px}

  body.ngstore-experience .ngstore-drawer:not(.ngstore-drawer-search){width:min(420px,94vw)}
  body.ngstore-experience .ngstore-drawer-categories,
  body.ngstore-experience .ngstore-drawer-filters{top:auto!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;max-height:min(86dvh,760px);border:0!important;border-radius:24px 24px 0 0!important;box-shadow:0 -18px 60px rgb(15 23 42 / 17%)!important;transform:translateY(calc(105% + var(--ngstore-sheet-drag,0px)))!important}
  body.ngstore-experience .ngstore-drawer-categories.is-open,
  body.ngstore-experience .ngstore-drawer-filters.is-open{transform:translateY(var(--ngstore-sheet-drag,0px))!important}
  body.ngstore-experience .ngstore-drawer-categories.is-dragging,
  body.ngstore-experience .ngstore-drawer-filters.is-dragging{transition:none!important}
  body.ngstore-experience .ngstore-sheet-handle{display:grid;width:100%;height:29px;min-height:29px;flex:0 0 29px;place-items:center;padding:0;border:0;border-radius:0;background:#fff;touch-action:none;cursor:grab}
  body.ngstore-experience .ngstore-sheet-handle:active{cursor:grabbing}
  body.ngstore-experience .ngstore-sheet-handle>span{display:block;width:40px;height:4px;border-radius:999px;background:#d6dce6}
  body.ngstore-experience .ngstore-drawer-categories>header,
  body.ngstore-experience .ngstore-drawer-filters>header{min-height:58px;padding:7px 15px 9px}
  body.ngstore-experience .ngstore-drawer-categories .ngstore-drawer-body,
  body.ngstore-experience .ngstore-drawer-filters .ngstore-drawer-body{padding:14px 15px calc(22px + env(safe-area-inset-bottom))}
  body.ngstore-experience .ngstore-cart-drawer-body{padding:14px 12px calc(20px + env(safe-area-inset-bottom))!important}
  body.ngstore-experience .ngstore-drawer-cart .woocommerce-mini-cart{gap:11px}
  body.ngstore-experience .ngstore-drawer-cart .woocommerce-mini-cart-item{padding:11px 38px 11px 10px!important;border-radius:16px}
  body.ngstore-inner-page .woocommerce-pagination,body.ngstore-inner-page .navigation.pagination{margin-top:24px}
  body.ngstore-inner-page .woocommerce-pagination ul.page-numbers{gap:5px;padding:5px!important;border-radius:16px;box-shadow:0 10px 28px rgb(15 23 42 / 7%)}
  body.ngstore-inner-page .woocommerce-pagination ul.page-numbers>li>a,
  body.ngstore-inner-page .woocommerce-pagination ul.page-numbers>li>span{width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;border-radius:12px!important;font-size:.78rem!important}
  body.ngstore-inner-page .woocommerce-pagination ul.page-numbers>li>span.dots{width:22px!important;min-width:22px!important}
  .ngstore-category-parent>summary,.ngstore-category-leaf{min-height:68px}
  body.ngstore-inner-page .ngstore-mobile-bar a.is-active{color:var(--ng-action)}
  body.ngstore-inner-page .ngstore-mobile-bar a.is-active:before{position:absolute;top:1px;right:50%;width:23px;height:3px;border-radius:999px;background:var(--ng-action);content:"";transform:translateX(50%)}
}

@media(max-width:420px){
  body.ngstore-inner-page .ngstore-content,body.ngstore-cart-page .ngstore-content,body.ngstore-checkout-page .ngstore-content,
  body.ngstore-public-page .ngstore-designed-content{width:calc(100% - 18px)}
  body.ngstore-catalog-page ul.products{gap:7px!important}
  body.ngstore-catalog-page ul.products li.product .woocommerce-loop-product__title{font-size:.76rem!important}
  body.ngstore-catalog-page .woocommerce-ordering select{max-width:136px}
  body.ngstore-public-page .ngstore-contact-grid{grid-template-columns:1fr}
  body.ngstore-product-page .ngstore-product-assurances article{padding:8px 2px}
  body.ngstore-product-page .ngstore-product-assurances strong{font-size:.59rem}
  body.ngstore-product-page .ngstore-mobile-buy-action{gap:4px;padding:0 8px;font-size:.67rem}
  body.ngstore-product-page .ngstore-mobile-buy-quantity>button{width:25px}
  body.ngstore-product-page .related .woocommerce-loop-product__title,body.ngstore-product-page .upsells .woocommerce-loop-product__title{font-size:.7rem!important}
  body.ngstore-order-complete-page .woocommerce-order-overview{grid-template-columns:1fr}
}

@media(prefers-reduced-motion:reduce){
  body.ngstore-catalog-page ul.products li.product,
  .ngstore-category-parent>summary>svg:last-child,
  body.ngstore-experience .ngstore-drawer{transition:none!important}
}

/* Product search results v3.4.10: product searches are first-class catalog pages. */
body.ngstore-product-search-page{overflow-x:clip}
body.ngstore-product-search-page .ngstore-site{width:100%;max-width:100%;min-width:0;overflow-x:clip}
body.ngstore-product-search-page .ngstore-woocommerce-content{
  width:min(1340px,calc(100% - 48px))!important;
  max-width:1340px!important;
  min-width:0!important;
  margin-inline:auto!important;
  padding-block:38px 66px;
}
body.ngstore-product-search-page .ngstore-woocommerce-content>.ngstore-catalog-hero,
body.ngstore-product-search-page .ngstore-woocommerce-content>.woocommerce-notices-wrapper,
body.ngstore-product-search-page .ngstore-woocommerce-content>.ngstore-catalog-toolbar,
body.ngstore-product-search-page .ngstore-woocommerce-content>.products,
body.ngstore-product-search-page .ngstore-woocommerce-content>.woocommerce-pagination{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin-inline:0!important;
}
body.ngstore-product-search-page .ngstore-woocommerce-content>ul.products{
  box-sizing:border-box!important;
  overflow:visible!important;
}
body.ngstore-product-search-page .ngstore-woocommerce-content>ul.products>li.product{
  min-width:0!important;
  max-width:100%!important;
}
body.ngstore-product-search-page .ngstore-woocommerce-content>ul.products>li.product *{min-width:0}
body.ngstore-product-search-page .ngstore-woocommerce-content>ul.products .woocommerce-loop-product__title,
body.ngstore-product-search-page .ngstore-woocommerce-content>ul.products .ngstore-loop-category{
  overflow-wrap:anywhere;
  word-break:normal;
}
@media(max-width:1100px){
  body.ngstore-product-search-page .ngstore-woocommerce-content{width:calc(100% - 34px)!important}
}
@media(max-width:782px){
  body.ngstore-product-search-page .ngstore-woocommerce-content{width:calc(100% - 24px)!important;padding-block:20px 38px}
}
@media(max-width:420px){
  body.ngstore-product-search-page .ngstore-woocommerce-content{width:calc(100% - 18px)!important}
}


/* 3.4.11 — dedicated product-search route containment.
 * Product search intentionally does not carry WordPress's generic search/search-results
 * body classes. These rules additionally keep the whole storefront shell bounded even
 * when a third-party WooCommerce/search stylesheet is present. */
body.ngstore-product-search-page{width:100%;max-width:100%;min-width:0;overflow-x:clip}
body.ngstore-product-search-page .ngstore-site,
body.ngstore-product-search-page .ngstore-header,
body.ngstore-product-search-page .ngstore-footer{width:100%;max-width:100%;min-width:0}
body.ngstore-product-search-page .ngstore-header-shell{width:min(1360px,calc(100% - 48px));max-width:calc(100% - 48px);min-width:0;margin-inline:auto}
body.ngstore-product-search-page .ngstore-product-search-content{display:block!important;width:min(1340px,calc(100% - 48px))!important;max-width:calc(100% - 48px)!important;min-width:0!important;margin-inline:auto!important;float:none!important;clear:both!important;transform:none!important}
body.ngstore-product-search-page .ngstore-product-search-content>.ngstore-catalog-hero,
body.ngstore-product-search-page .ngstore-product-search-content>.ngstore-catalog-toolbar,
body.ngstore-product-search-page .ngstore-product-search-content>ul.products,
body.ngstore-product-search-page .ngstore-product-search-content>.woocommerce-pagination,
body.ngstore-product-search-page .ngstore-product-search-content>.woocommerce-notices-wrapper{width:100%!important;max-width:100%!important;min-width:0!important;margin-inline:0!important;float:none!important;transform:none!important}
body.ngstore-product-search-page .ngstore-product-search-content>ul.products{box-sizing:border-box!important}
@media(max-width:782px){
  body.ngstore-product-search-page .ngstore-header-shell{width:100%;max-width:100%;padding-inline:12px}
  body.ngstore-product-search-page .ngstore-product-search-content{width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important;margin-inline:12px!important;padding-block:20px calc(88px + env(safe-area-inset-bottom))!important}
}

@media(max-width:782px){
  body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-buybox-purchase{padding-top:12px}
  body.ngstore-product-page .ngstore-variable-price-prompt{margin-bottom:8px;padding:10px 11px;border-radius:13px}
  body.ngstore-product-page .ngstore-product-buybox.is-variable table.variations,body.ngstore-product-page .ngstore-product-buybox.is-variable table.variations tbody{gap:8px}
  body.ngstore-product-page .ngstore-product-buybox.is-variable table.variations tr{gap:7px;padding:10px!important;border-radius:14px}
  body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-options:is(.is-color,.is-size,.is-generic){gap:6px}
  body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-options.is-color .ngstore-variation-option{min-width:82px;min-height:44px;padding-block:8px;padding-inline:32px;font-size:.7rem}
  body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-options.is-generic .ngstore-variation-option{min-width:70px;min-height:44px;padding-inline:30px}
  body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-options:is(.is-color,.is-generic) .ngstore-variation-option[aria-checked="true"]:after{inset-inline-start:9px}
  body.ngstore-product-page .ngstore-product-buybox.is-variable .ngstore-variation-options.is-size .ngstore-variation-option{min-width:44px;min-height:42px;padding-inline:12px}
  body.ngstore-product-page .ngstore-product-buybox.is-variable .woocommerce-variation-price{min-height:57px;margin-top:9px!important;padding:10px 11px;border-radius:13px}
  body.ngstore-product-page.ngstore-buybar-ready .ngstore-product-buybox.is-variable .woocommerce-variation-price{display:none!important}
  body.ngstore-product-page .ngstore-sticky-buy.is-variable .ngstore-mobile-buy-price>small{color:var(--ng-muted)}
  body.ngstore-product-page .ngstore-sticky-buy.is-variable .ngstore-mobile-buy-price>strong{min-height:22px;justify-content:center}
}
