/*
Theme Name: WP NK
Theme URI: https://wp.trongtamtay.com
Author: NK
Description: Theme tối giản, tốc độ cao cho WordPress + WooCommerce. Không jQuery ngoài trang WooCommerce, không web font, một file CSS duy nhất.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 8.1
License: GNU General Public License v2 or later
Text Domain: wp_nk
Tags: e-commerce, blog, one-column, custom-menu, featured-images, translation-ready
*/

:root{--c-bg:#fff;--c-text:#1c1c1e;--c-muted:#6b7280;--c-line:#e5e7eb;--c-soft:#f6f7f9;--c-brand:#0f766e;--c-brand-d:#0b5e58;--c-accent:#f59e0b;--c-danger:#dc2626;--r:10px;--w:1200px;--font:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--sh:0 1px 2px rgba(0,0,0,.05),0 6px 20px -8px rgba(0,0,0,.12)}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;font:16px/1.6 var(--font);color:var(--c-text);background:var(--c-bg)}
img,svg,video{max-width:100%;height:auto;display:block}
a{color:var(--c-brand);text-decoration:none}a:hover{color:var(--c-brand-d)}
h1,h2,h3,h4{line-height:1.25;margin:0 0 .6em;font-weight:700;letter-spacing:-.01em}
h1{font-size:clamp(1.6rem,3vw,2.25rem)}h2{font-size:clamp(1.35rem,2.4vw,1.75rem)}h3{font-size:1.2rem}h4{font-size:1.05rem}
p,ul,ol,table,figure,blockquote{margin:0 0 1.2em}
ul,ol{padding-left:1.3em}
table{width:100%;border-collapse:collapse}th,td{padding:.65em .75em;border-bottom:1px solid var(--c-line);text-align:left;vertical-align:middle}th{font-weight:600;background:var(--c-soft)}
blockquote{border-left:4px solid var(--c-brand);padding:.3em 1em;color:var(--c-muted);background:var(--c-soft)}
code,pre{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em}pre{overflow:auto;padding:1em;background:var(--c-soft);border-radius:var(--r)}
hr{border:0;border-top:1px solid var(--c-line);margin:2em 0}
.screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}
.skip-link{position:absolute;left:-999px;top:0;background:var(--c-brand);color:#fff;padding:.5em 1em;z-index:999}.skip-link:focus{left:0}
.wrap{max-width:var(--w);margin:0 auto;padding:0 16px}

/* Forms & buttons */
input,select,textarea,button{font:inherit;color:inherit}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),select,textarea{width:100%;padding:.6em .8em;border:1px solid #cfd4dc;border-radius:8px;background:#fff;transition:border-color .15s}
input:focus,select:focus,textarea:focus{outline:2px solid transparent;border-color:var(--c-brand);box-shadow:0 0 0 3px rgba(15,118,110,.15)}
textarea{min-height:120px}
.btn,button,input[type=submit],input[type=button],.button,.wp-block-button__link,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{display:inline-block;padding:.7em 1.35em;border:0;border-radius:8px;background:var(--c-brand);color:#fff!important;font-weight:600;line-height:1.2;cursor:pointer;text-align:center;transition:background .15s,transform .1s;text-decoration:none}
.btn:hover,button:hover,input[type=submit]:hover,.button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover{background:var(--c-brand-d)}
.btn:active,button:active{transform:translateY(1px)}
.btn-ghost,.woocommerce a.button.wc-forward.checkout,.woocommerce .button.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background:var(--c-accent);color:#111!important}.btn-ghost:hover,.woocommerce .button.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover{background:#d97706}
.woocommerce a.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button.disabled,.woocommerce button.button:disabled[disabled]{opacity:.5;cursor:not-allowed;background:var(--c-brand)}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid var(--c-line)}
.site-header .wrap{display:flex;align-items:center;gap:20px;min-height:64px}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.25rem;color:var(--c-text);letter-spacing:-.02em}.brand img{max-height:40px;width:auto}
.nav-primary{margin-left:auto}
.nav-primary ul{list-style:none;margin:0;padding:0;display:flex;gap:4px}
.nav-primary li{position:relative}
.nav-primary a{display:block;padding:.55em .8em;border-radius:8px;color:var(--c-text);font-weight:500}
.nav-primary a:hover,.nav-primary .current-menu-item>a,.nav-primary .current_page_item>a{background:var(--c-soft);color:var(--c-brand)}
.nav-primary .sub-menu{display:none;position:absolute;left:0;top:100%;min-width:200px;background:#fff;border:1px solid var(--c-line);border-radius:var(--r);box-shadow:var(--sh);padding:6px;flex-direction:column;gap:0}
.nav-primary li:hover>.sub-menu,.nav-primary li:focus-within>.sub-menu{display:flex}
.header-tools{display:flex;align-items:center;gap:8px}
.search-toggle,.cart-link,.nav-toggle{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:40px;height:40px;border-radius:8px;background:transparent;color:var(--c-text);border:1px solid transparent;padding:0}
.search-toggle:hover,.cart-link:hover,.nav-toggle:hover{background:var(--c-soft)}
.cart-link{width:auto;padding:0 10px;font-weight:600}
.cart-count{min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:var(--c-accent);color:#111;font-size:.75rem;line-height:20px;text-align:center;font-weight:700}
.nav-toggle{display:none}
.header-search{display:none;border-top:1px solid var(--c-line);background:#fff;padding:12px 0}
.header-search.is-open{display:block}
.search-form{display:flex;gap:8px;max-width:640px;margin:0 auto}.search-form input{flex:1}
@media (max-width:900px){
 .nav-toggle{display:inline-flex}
 .nav-primary{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid var(--c-line);padding:10px 16px 16px;box-shadow:var(--sh)}
 .nav-primary.is-open{display:block}
 .nav-primary ul{flex-direction:column;gap:0}
 .nav-primary .sub-menu{display:block;position:static;border:0;box-shadow:none;padding:0 0 0 14px;min-width:0}
 .brand{font-size:1.1rem}
}

/* Layout */
.site-main{padding:32px 0 56px;min-height:50vh}
.page-header{margin-bottom:24px}
.page-header .archive-description{color:var(--c-muted)}
.entry-title a{color:inherit}.entry-title a:hover{color:var(--c-brand)}
.entry-meta{color:var(--c-muted);font-size:.9rem;margin-bottom:1em}
.entry-content{max-width:760px}.entry-content-wide{max-width:none}
.entry-content img{border-radius:var(--r)}
.post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;list-style:none;padding:0;margin:0}
.card{background:#fff;border:1px solid var(--c-line);border-radius:var(--r);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}
.card:hover{box-shadow:var(--sh);transform:translateY(-2px)}
.card .thumb{aspect-ratio:16/10;overflow:hidden;background:var(--c-soft)}.card .thumb img{width:100%;height:100%;object-fit:cover}
.card .card-body{padding:16px 18px 20px}.card h2,.card h3{font-size:1.1rem;margin-bottom:.4em}
.card .excerpt{color:var(--c-muted);font-size:.95rem;margin:0}
.pagination,.woocommerce-pagination{margin:32px 0 0;text-align:center}
.pagination .nav-links,.woocommerce-pagination ul.page-numbers{display:inline-flex;gap:6px;list-style:none;padding:0;margin:0;border:0}
.page-numbers{display:inline-block;min-width:38px;padding:.45em .7em;border:1px solid var(--c-line);border-radius:8px;color:var(--c-text);background:#fff}
.page-numbers.current,.page-numbers:hover{background:var(--c-brand);color:#fff;border-color:var(--c-brand)}
.woocommerce nav.woocommerce-pagination ul li{border:0;margin:0}
.post-navigation .nav-links{display:flex;justify-content:space-between;gap:16px;margin-top:2em;padding-top:1em;border-top:1px solid var(--c-line)}
.alignwide{max-width:var(--w)}.alignfull{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw)}
.aligncenter{margin-left:auto;margin-right:auto}.alignleft{float:left;margin:0 1.5em 1em 0}.alignright{float:right;margin:0 0 1em 1.5em}
.wp-caption,.wp-block-image figcaption{color:var(--c-muted);font-size:.85rem;text-align:center}

/* Hero */
.hero{background:linear-gradient(135deg,#0f766e 0%,#115e59 60%,#134e4a 100%);color:#fff;padding:64px 0;margin:-32px 0 40px}
.hero h1{color:#fff;font-size:clamp(1.9rem,4vw,3rem);margin-bottom:.4em}
.hero p{font-size:1.15rem;opacity:.9;max-width:600px}
.hero .btn{background:var(--c-accent);color:#111!important;margin-top:8px}
.section-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:20px}
.section-title h2{margin:0}.section-title a{font-weight:600}
.home-section{margin-bottom:48px}

/* Footer */
.site-footer{border-top:1px solid var(--c-line);background:var(--c-soft);padding:40px 0 24px;color:var(--c-muted);font-size:.95rem}
.footer-widgets{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px;margin-bottom:32px}
.footer-widgets h3,.footer-widgets h4{font-size:1rem;color:var(--c-text);margin-bottom:.7em}
.footer-widgets ul{list-style:none;padding:0;margin:0}.footer-widgets li{margin-bottom:.4em}.footer-widgets a{color:var(--c-muted)}.footer-widgets a:hover{color:var(--c-brand)}
.site-info{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;padding-top:20px;border-top:1px solid var(--c-line)}
.nav-footer ul{list-style:none;padding:0;margin:0;display:flex;gap:16px;flex-wrap:wrap}

/* Comments */
.comments-area{max-width:760px;margin-top:3em}
.comment-list{list-style:none;padding:0}.comment-list .comment{padding:1em 0;border-top:1px solid var(--c-line)}
.comment-list .children{list-style:none;padding-left:2em}
.comment-meta{font-size:.9rem;color:var(--c-muted)}
.comment-form p{margin-bottom:1em}

/* ===== WooCommerce ===== */
.woocommerce-notices-wrapper:empty{display:none}
.woocommerce-message,.woocommerce-info,.woocommerce-error{list-style:none;margin:0 0 1.5em;padding:.9em 1.1em;border-radius:8px;border:1px solid;background:#f0fdfa;border-color:#99f6e4;color:#134e4a;display:flex;flex-wrap:wrap;align-items:center;gap:12px}
.woocommerce-message .button,.woocommerce-info .button,.woocommerce-error .button{order:2;margin-left:auto;padding:.45em .9em}
.woocommerce-info{background:#eff6ff;border-color:#bfdbfe;color:#1e3a8a}
.woocommerce-error{background:#fef2f2;border-color:#fecaca;color:#7f1d1d;display:block}.woocommerce-error li{margin:.2em 0}
.woocommerce-breadcrumb{font-size:.9rem;color:var(--c-muted);margin-bottom:20px}.woocommerce-breadcrumb a{color:var(--c-muted)}
.woocommerce-result-count{color:var(--c-muted);margin:0}
.woocommerce-ordering{margin:0}.woocommerce-ordering select{width:auto;padding:.45em 2em .45em .8em}
.shop-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:20px}
ul.products{list-style:none;padding:0;margin:0 0 32px;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px}
ul.products li.product{background:#fff;border:1px solid var(--c-line);border-radius:var(--r);overflow:hidden;display:flex;flex-direction:column;position:relative;transition:box-shadow .2s,transform .2s}
ul.products li.product:hover{box-shadow:var(--sh);transform:translateY(-2px)}
ul.products li.product a.woocommerce-LoopProduct-link{display:flex;flex-direction:column;flex:1;color:inherit}
ul.products li.product img{width:100%;aspect-ratio:1/1;object-fit:cover;background:var(--c-soft)}
ul.products li.product .woocommerce-loop-product__title,ul.products li.product h2{font-size:1rem;font-weight:600;padding:12px 14px 4px;margin:0;line-height:1.4}
ul.products li.product .price{padding:0 14px;color:var(--c-text);font-weight:700;margin:0 0 6px}
ul.products li.product .price del{color:var(--c-muted);font-weight:400;margin-right:6px}ul.products li.product .price ins{text-decoration:none;color:var(--c-danger)}
ul.products li.product .star-rating{margin:0 14px 6px}
ul.products li.product .button{margin:6px 14px 14px;padding:.55em 1em;font-size:.92rem}
ul.products li.product .added_to_cart{margin:0 14px 12px;font-size:.9rem;font-weight:600}
.onsale{position:absolute;top:10px;left:10px;z-index:2;background:var(--c-danger);color:#fff;font-size:.75rem;font-weight:700;padding:3px 9px;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}
.price{color:var(--c-brand)}.price del{opacity:.6}.price ins{text-decoration:none}
.star-rating{position:relative;height:1em;width:5.4em;font-size:.9em;line-height:1;overflow:hidden;font-family:inherit;color:#d1d5db;letter-spacing:.1em}
.star-rating::before{content:"\2605\2605\2605\2605\2605";position:absolute;left:0;top:0}
.star-rating span{position:absolute;left:0;top:0;overflow:hidden;white-space:nowrap;padding-top:1.5em;color:var(--c-accent)}.star-rating span::before{content:"\2605\2605\2605\2605\2605";position:absolute;left:0;top:0}
/* Single product */
.single-product div.product{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;align-items:start}
.single-product div.product>*:not(.woocommerce-product-gallery):not(.summary){grid-column:1/-1}
.single-product div.product .woocommerce-product-gallery{position:relative}
.woocommerce-product-gallery__wrapper{margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.woocommerce-product-gallery__image:first-child{grid-column:1/-1}
.woocommerce-product-gallery__image img{border-radius:var(--r);width:100%;aspect-ratio:1/1;object-fit:cover;background:var(--c-soft)}
.woocommerce-product-gallery__trigger{display:none}
.single-product .summary .product_title{font-size:clamp(1.5rem,2.5vw,2rem)}
.single-product .summary .price{font-size:1.5rem;font-weight:700;margin-bottom:.6em}
.single-product .summary .woocommerce-product-details__short-description{color:#374151}
.single-product form.cart{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:1.2em 0}
.single-product form.cart .quantity input{width:80px;text-align:center}
.single-product form.cart .variations{margin-bottom:.8em}.single-product form.cart .variations td{border:0;padding:.3em .3em .3em 0}.single-product form.cart .variations select{width:auto;min-width:160px}
.single-product .woocommerce-variation-add-to-cart{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.reset_variations{font-size:.85rem;margin-left:8px}
.product_meta{font-size:.9rem;color:var(--c-muted);border-top:1px solid var(--c-line);padding-top:1em}.product_meta>span{display:block}
.woocommerce-tabs{margin-top:40px}
.woocommerce-tabs ul.tabs{list-style:none;padding:0;margin:0 0 20px;display:flex;gap:4px;border-bottom:1px solid var(--c-line);flex-wrap:wrap}
.woocommerce-tabs ul.tabs li a{display:block;padding:.7em 1.1em;color:var(--c-muted);font-weight:600;border-bottom:2px solid transparent;margin-bottom:-1px}
.woocommerce-tabs ul.tabs li.active a{color:var(--c-brand);border-color:var(--c-brand)}
.woocommerce-tabs .panel>h2:first-child{display:none}
.related.products,.upsells.products{margin-top:48px}.related.products>h2,.upsells.products>h2{margin-bottom:20px}
.woocommerce-product-attributes th{width:30%}
#reviews .commentlist{list-style:none;padding:0}#reviews .comment_container{display:flex;gap:14px;padding:1em 0;border-bottom:1px solid var(--c-line)}#reviews .avatar{border-radius:50%;width:48px;height:48px}
.comment-form-rating p.stars a{color:var(--c-accent)}
@media (max-width:820px){.single-product div.product{grid-template-columns:1fr;gap:24px}}
/* Cart */
.woocommerce-cart .woocommerce{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:32px;align-items:start}
.woocommerce-cart .woocommerce>*{grid-column:1/-1}
.woocommerce-cart .woocommerce form.woocommerce-cart-form{grid-column:1}
.woocommerce-cart .woocommerce .cart-collaterals{grid-column:2}
.woocommerce-cart .cart-collaterals{background:var(--c-soft);border-radius:var(--r);padding:20px}
.woocommerce-cart .cart-collaterals h2{font-size:1.15rem}
table.shop_table img{width:64px;height:64px;object-fit:cover;border-radius:8px}
table.shop_table .product-remove a{display:inline-flex;width:26px;height:26px;border-radius:50%;background:var(--c-soft);color:var(--c-danger);align-items:center;justify-content:center;font-weight:700;text-decoration:none}
table.shop_table .quantity input{width:70px;text-align:center}
table.shop_table td.actions{padding-top:1em}
table.shop_table td.actions .coupon{display:inline-flex;gap:8px;align-items:center}
table.shop_table td.actions .coupon input[type=text]{width:180px}
table.shop_table td.actions>.button{float:right}
.cart_totals table th{background:transparent;width:40%}.cart_totals .order-total{font-size:1.1rem}
.wc-proceed-to-checkout .button{width:100%;display:block;font-size:1.05rem;padding:.9em}
.cart-empty{font-size:1.1rem}.return-to-shop{margin-top:1em}
@media (max-width:900px){.woocommerce-cart .woocommerce{grid-template-columns:1fr}.woocommerce-cart .woocommerce .cart-collaterals{grid-column:1}
 table.shop_table_responsive thead{display:none}table.shop_table_responsive tr{display:block;border-bottom:1px solid var(--c-line);padding:.5em 0}
 table.shop_table_responsive td{display:flex;justify-content:space-between;align-items:center;border:0;padding:.35em 0;text-align:right}
 table.shop_table_responsive td::before{content:attr(data-title);font-weight:600;text-align:left}
 table.shop_table_responsive td.product-thumbnail,table.shop_table_responsive td.product-remove{justify-content:flex-start}table.shop_table_responsive td.actions{display:block}
 table.shop_table td.actions .coupon{width:100%;margin-bottom:10px}table.shop_table td.actions .coupon input[type=text]{flex:1}table.shop_table td.actions>.button{float:none;width:100%}}
/* Checkout */
form.checkout.woocommerce-checkout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:32px;align-items:start}
form.checkout.woocommerce-checkout>*{grid-column:1/-1}
form.checkout.woocommerce-checkout #customer_details{grid-column:1}
form.checkout.woocommerce-checkout #order_review_heading,form.checkout.woocommerce-checkout #order_review{grid-column:2}
form.checkout.woocommerce-checkout #order_review{background:var(--c-soft);border-radius:0 0 var(--r) var(--r);padding:20px}
form.checkout.woocommerce-checkout #order_review_heading{margin:0 0 -32px;padding:20px 20px 0;background:var(--c-soft);border-radius:var(--r) var(--r) 0 0;font-size:1.15rem}
#customer_details h3{font-size:1.15rem}
.form-row{margin:0 0 1em}.form-row label{display:block;font-weight:500;margin-bottom:.3em;font-size:.95rem}.form-row .required{color:var(--c-danger);text-decoration:none}
.form-row-first,.form-row-last{width:calc(50% - 8px);display:inline-block;vertical-align:top}.form-row-first{margin-right:12px}
.woocommerce-checkout #order_review table th{background:transparent}
.wc_payment_methods{list-style:none;padding:0;margin:0 0 1em}.wc_payment_method{padding:.7em 0;border-bottom:1px solid var(--c-line)}.wc_payment_method label{font-weight:600;margin-left:6px}
.payment_box{background:#fff;border-radius:8px;padding:.8em 1em;margin-top:.6em;font-size:.93rem;color:#374151}
#place_order{width:100%;font-size:1.05rem;padding:.9em}
.woocommerce-terms-and-conditions-wrapper{font-size:.9rem}
.woocommerce-form-coupon-toggle .woocommerce-info{margin-bottom:1em}
.select2-container .select2-selection--single{height:auto;padding:.5em .8em;border:1px solid #cfd4dc;border-radius:8px}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:1.5;padding-left:0}.select2-container--default .select2-selection--single .select2-selection__arrow{height:100%}
@media (max-width:900px){form.checkout.woocommerce-checkout{grid-template-columns:1fr}form.checkout.woocommerce-checkout #customer_details,form.checkout.woocommerce-checkout #order_review,form.checkout.woocommerce-checkout #order_review_heading{grid-column:1}.form-row-first,.form-row-last{width:100%;display:block;margin-right:0}}
/* Thank you / orders */
.woocommerce-order ul.order_details{list-style:none;display:flex;flex-wrap:wrap;gap:12px 32px;margin:1.5em 0;background:var(--c-soft);border-radius:var(--r);padding:16px 20px}.woocommerce-order ul.order_details li{font-size:.85rem;color:var(--c-muted);text-transform:uppercase}.woocommerce-order ul.order_details li strong{display:block;font-size:1rem;color:var(--c-text);text-transform:none}
.woocommerce-customer-details address{border:1px solid var(--c-line);border-radius:var(--r);padding:16px;font-style:normal}
/* My account */
.woocommerce-account .woocommerce{display:grid;grid-template-columns:240px minmax(0,1fr);gap:32px;align-items:start}
.woocommerce-account .woocommerce>*{grid-column:1/-1}
.woocommerce-MyAccount-navigation{grid-column:1!important}.woocommerce-MyAccount-content{grid-column:2!important}
.woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0;background:var(--c-soft);border-radius:var(--r);overflow:hidden}
.woocommerce-MyAccount-navigation li a{display:block;padding:.7em 1em;color:var(--c-text);border-left:3px solid transparent}
.woocommerce-MyAccount-navigation li.is-active a,.woocommerce-MyAccount-navigation li a:hover{background:#fff;border-color:var(--c-brand);color:var(--c-brand)}
.woocommerce-account:not(.logged-in) .woocommerce{grid-template-columns:1fr}
.woocommerce-form-login,.woocommerce-form-register{max-width:460px;padding:24px;border:1px solid var(--c-line);border-radius:var(--r)}
.u-columns{display:grid;grid-template-columns:1fr 1fr;gap:32px}.u-columns>div{grid-column:auto!important}
@media (max-width:820px){.woocommerce-account .woocommerce{grid-template-columns:1fr}.woocommerce-MyAccount-navigation,.woocommerce-MyAccount-content{grid-column:1!important}.u-columns{grid-template-columns:1fr}}
/* Misc */
.widget{margin-bottom:28px}.widget ul{list-style:none;padding:0}.widget li{padding:.3em 0;border-bottom:1px solid var(--c-line)}
.woocommerce .quantity{display:inline-block}
.woocommerce-store-notice{position:fixed;left:0;right:0;bottom:0;background:var(--c-brand);color:#fff;text-align:center;padding:.8em 1em;z-index:60;margin:0}.woocommerce-store-notice a{color:#fff;text-decoration:underline;margin-left:8px}
.blockUI.blockOverlay{border-radius:var(--r)}
@media print{.site-header,.site-footer{display:none}}
