/* NovaStore V6 integration layer: donor-aligned behavior without Bitrix dependencies. */

html[data-novastore-theme="light"]{color-scheme:light}
html[data-novastore-theme="dark"]{color-scheme:dark;--white:#07090d;--surface:#0d1016;--surface-muted:#141820;--surface-blue:#111d2d;--ink-950:#f5f7fb;--ink-900:#edf1f7;--ink-800:#dbe1e9;--ink-700:#c3cbd7;--ink-600:#aeb7c5;--ink-500:#8994a5;--ink-400:#6e7989;--ink-300:#566171;--ink-200:#39414d;--ink-100:#252b34;--ink-050:#171b22;--blue-050:#0c213d;--blue-100:#12345d;--border:#292f39;--border-strong:#3a4350;--success-bg:#09291f;--warning-bg:#332510;--danger-bg:#32141b;--shadow-xs:0 1px 2px rgba(0,0,0,.22);--shadow-sm:0 8px 25px rgba(0,0,0,.28);--shadow-md:0 20px 58px rgba(0,0,0,.38);--shadow-lg:0 36px 110px rgba(0,0,0,.48)}
body{background:var(--white);color:var(--ink-950);transition:background-color .2s ease,color .2s ease}

/* Brand and scroll-aware donor-style header. */
.topbar{background:#f5f7fa;color:#606976;transition:background-color .2s ease,color .2s ease}
.topbar__inner{height:34px}
.topbar__phone{color:var(--ink-900)}
body.home .topbar,html[data-novastore-theme="dark"] .topbar{border-color:rgba(255,255,255,.08);background:#08090b;color:#b8bec8}
body.home .topbar .topbar__phone,html[data-novastore-theme="dark"] .topbar__phone{color:#fff}
.site-header{position:sticky;top:0;z-index:90;border-bottom:1px solid var(--border);background:rgba(255,255,255,.94);color:#0a0c10;backdrop-filter:blur(22px) saturate(180%);transition:background-color .22s ease,color .22s ease,box-shadow .22s ease}
.site-header__main{height:76px;gap:14px}
.site-header__nav{border-top:1px solid var(--border);background:rgba(255,255,255,.96);transition:opacity .16s ease}
.site-header__nav .container{overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none}
.site-header__nav .container::-webkit-scrollbar{display:none}
.site-header__nav a{color:#171a20}
.site-header__nav .primary-menu>li>a{display:flex;align-items:center;min-height:34px;padding:5px 8px;border-radius:9px;transition:background-color .16s ease,color .16s ease}
.site-header__nav .primary-menu>li>a:hover,.site-header__nav .primary-menu>li>a:focus-visible{background:#edf3fb;color:var(--blue-700)}
.site-header__nav .primary-menu>li>a.is-sale{color:#d82443}
.site-header__nav .primary-menu>li>a.is-sale:hover,.site-header__nav .primary-menu>li>a.is-sale:focus-visible{background:#fff0f3;color:#b31430}
.site-header .catalog-trigger--premium{color:#11151b}
.site-header .catalog-trigger--premium:hover,.site-header .catalog-trigger--premium.is-active{background:#edf0f4}
.site-header .search-trigger{border-color:#dfe3e9;background:#f7f8fa;color:#707986}
.site-header .search-trigger:hover{border-color:#c9d0d9;background:#fff}
.site-header .search-trigger kbd{border-color:#d9dee6;background:#fff;color:#6e7784}
.site-header .city-trigger,.site-header .header-actions a,.site-header .header-actions button{color:#161a21}
.site-header .header-actions a:hover,.site-header .header-actions button:hover{background:#edf2f8;color:var(--blue-600)}
.site-header .header-actions b,.site-header .header-actions button b{border-color:#fff}
body.home .site-header:not(.is-scrolled),html[data-novastore-theme="dark"] .site-header{border-color:rgba(255,255,255,.1);background:rgba(8,9,11,.97);color:#fff}
body.home .site-header:not(.is-scrolled) .site-header__nav,html[data-novastore-theme="dark"] .site-header__nav{border-color:rgba(255,255,255,.08);background:#08090b}
body.home .site-header:not(.is-scrolled) .site-header__nav a,html[data-novastore-theme="dark"] .site-header__nav a{color:#d9dde4}
body.home .site-header:not(.is-scrolled) .site-header__nav .primary-menu>li>a:hover,body.home .site-header:not(.is-scrolled) .site-header__nav .primary-menu>li>a:focus-visible,html[data-novastore-theme="dark"] .site-header__nav .primary-menu>li>a:hover,html[data-novastore-theme="dark"] .site-header__nav .primary-menu>li>a:focus-visible{background:rgba(255,255,255,.09);color:#fff}
body.home .site-header:not(.is-scrolled) .site-header__nav .primary-menu>li>a.is-sale,html[data-novastore-theme="dark"] .site-header__nav .primary-menu>li>a.is-sale{color:#ff7188}
body.home .site-header:not(.is-scrolled) .catalog-trigger--premium,html[data-novastore-theme="dark"] .site-header .catalog-trigger--premium{color:#fff}
body.home .site-header:not(.is-scrolled) .catalog-trigger--premium:hover,body.home .site-header:not(.is-scrolled) .catalog-trigger--premium.is-active,html[data-novastore-theme="dark"] .site-header .catalog-trigger--premium:hover,html[data-novastore-theme="dark"] .site-header .catalog-trigger--premium.is-active{background:rgba(255,255,255,.09)}
body.home .site-header:not(.is-scrolled) .search-trigger,html[data-novastore-theme="dark"] .site-header .search-trigger{border-color:#353a43;background:#111319;color:#aeb5c0}
body.home .site-header:not(.is-scrolled) .search-trigger:hover,html[data-novastore-theme="dark"] .site-header .search-trigger:hover{border-color:#59616d;background:#151820}
body.home .site-header:not(.is-scrolled) .search-trigger kbd,html[data-novastore-theme="dark"] .site-header .search-trigger kbd{border-color:#343a44;background:#1d2027;color:#c3c9d1}
body.home .site-header:not(.is-scrolled) .city-trigger,body.home .site-header:not(.is-scrolled) .header-actions a,body.home .site-header:not(.is-scrolled) .header-actions button,html[data-novastore-theme="dark"] .site-header .city-trigger,html[data-novastore-theme="dark"] .site-header .header-actions a,html[data-novastore-theme="dark"] .site-header .header-actions button{color:#f1f3f5}
body.home .site-header:not(.is-scrolled) .header-actions a:hover,body.home .site-header:not(.is-scrolled) .header-actions button:hover,html[data-novastore-theme="dark"] .site-header .header-actions a:hover,html[data-novastore-theme="dark"] .site-header .header-actions button:hover{background:rgba(255,255,255,.08);color:#fff}
.site-header.is-scrolled{position:fixed;top:0;right:0;left:0;box-shadow:0 10px 35px rgba(6,18,34,.11)}
.site-header.is-scrolled .site-header__nav{display:none}
.site-header.is-scrolled~.mega-menu{top:76px}
.site-header.is-scrolled~.mega-menu:before{inset:76px 0 0}
.brand--image{position:relative;width:142px;height:46px;display:block}
.brand--image .brand__logo{position:absolute;inset:0;width:142px;height:46px;object-fit:contain;object-position:left center}
.brand__logo--light{display:none}
body.home .site-header:not(.is-scrolled) .brand__logo--dark,html[data-novastore-theme="dark"] .site-header .brand__logo--dark{display:none}
body.home .site-header:not(.is-scrolled) .brand__logo--light,html[data-novastore-theme="dark"] .site-header .brand__logo--light{display:block}
.site-footer .brand__logo--dark,.mobile-menu .brand__logo--dark{display:none}
.site-footer .brand__logo--light,.mobile-menu .brand__logo--light{display:block}
.site-header:not(.is-scrolled) .brand--rant:not(.brand--image){color:#11151b}
body.home .site-header:not(.is-scrolled) .brand--rant:not(.brand--image),html[data-novastore-theme="dark"] .site-header .brand--rant:not(.brand--image){color:#fff}
.city-trigger{border-radius:12px;white-space:nowrap}
.city-trigger:hover{background:var(--surface-muted)}
.city-trigger .icon:last-child{width:13px}
.theme-toggle__moon{display:none}
[data-theme-toggle][aria-pressed="true"] .theme-toggle__sun{display:none}
[data-theme-toggle][aria-pressed="true"] .theme-toggle__moon{display:block}
.theme-toggle__sun,.theme-toggle__moon{line-height:0}
.mega-menu{top:152px;padding-inline:24px}
.mega-menu__inner{width:min(var(--container),100%);max-height:calc(100vh - 172px);min-height:0;overflow:auto}
.mega-menu:before{inset:152px 0 0}

/* Location confirmation and picker. */
.location-confirmation[hidden]{display:none!important}
.location-confirmation{position:relative;z-index:70;border-bottom:1px solid #cfe1ee;background:#edf8ff;color:#2d3745}
.location-confirmation__inner{min-height:55px;display:flex;align-items:center;gap:10px}
.location-confirmation p{margin:0 8px 0 0}
.location-confirmation .button{min-height:36px;padding-inline:17px;font-size:12px}
.location-confirmation__close{width:38px;height:38px;display:grid;place-items:center;margin-left:auto;border-radius:50%}
.location-confirmation__close:hover{background:rgba(0,0,0,.06)}
.location-modal{position:fixed;z-index:230;inset:0;display:grid;place-items:center;padding:20px;background:rgba(2,7,15,.66);backdrop-filter:blur(10px);opacity:0;visibility:hidden;transition:.2s ease}
.location-modal.is-open{opacity:1;visibility:visible}
.location-modal__panel{width:min(610px,100%);max-height:min(720px,calc(100vh - 40px));overflow:auto;padding:30px;border:1px solid var(--border);border-radius:28px;background:var(--surface);box-shadow:0 40px 120px rgba(0,0,0,.34);transform:translateY(15px);transition:.2s ease}
.location-modal.is-open .location-modal__panel{transform:none}
.location-modal__panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.location-modal__panel>header span{color:var(--blue-600);font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.location-modal__panel h2{margin:5px 0 0;font-size:38px;letter-spacing:-.045em}
.location-modal__panel>header>button{width:43px;height:43px;display:grid;place-items:center;border-radius:14px;background:var(--surface-muted)}
.location-modal__panel>p{color:var(--ink-600)}
.location-modal__detect{width:100%;min-height:72px;display:flex;align-items:center;gap:14px;margin:23px 0 14px;padding:13px 16px;border:1px solid #b9d4ff;border-radius:18px;background:var(--blue-050);color:var(--blue-700);text-align:left}
.location-modal__detect>.icon{width:28px;height:28px}
.location-modal__detect span{display:flex;flex-direction:column}
.location-modal__detect small{margin-top:3px;color:var(--ink-500);font-size:10px}
.location-modal__search{height:52px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid var(--border);border-radius:15px;background:var(--surface-muted)}
.location-modal__search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--ink-950)}
.location-modal__cities{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}
.location-modal__cities button{min-height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;border:1px solid var(--border);border-radius:14px;background:var(--surface);text-align:left}
.location-modal__cities button:hover{border-color:var(--blue-400);background:var(--blue-050);color:var(--blue-700)}
.location-modal__cities small{color:var(--ink-500);font-size:9px}

/* Catalog containment and stable grids. */
.novastore-commerce__inner,.catalog-shell,.catalog-results,.woocommerce ul.products,.woocommerce-page ul.products{min-width:0;max-width:100%}
.catalog-shell{grid-template-columns:minmax(240px,280px) minmax(0,1fr)}
.woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.product-card{background:var(--surface)}
.product-card__media{overflow:hidden}
.product-card-gallery__frame{object-fit:cover;transform:scale(1.035)}
.product-card-gallery__frame.is-active{transform:scale(1.035)}
.ns-product-card:hover .product-card-gallery__frame{transform:scale(1.075)}
.badge--sale{background:#ec3150;color:#fff;box-shadow:0 8px 20px rgba(236,49,80,.25)}
.card-cart-button{border:0;border-radius:14px;background:var(--blue-500);color:#fff;box-shadow:0 8px 18px rgba(0,102,255,.22)}
.card-cart-button:hover{background:var(--blue-700)}
.product-card__media .card-tools button{border:0;border-radius:50%;box-shadow:0 7px 20px rgba(16,35,62,.12)}
.product-card__media .card-tools button:hover,.product-card__media .card-tools button.is-active{border:0}

/* Product detail, breadcrumbs, offers and reviews. */
.novastore-commerce{padding-top:0}
.woocommerce-breadcrumb.breadcrumb{min-height:52px;display:flex;align-items:center;flex-wrap:nowrap;gap:8px;padding:0;border-bottom:1px solid var(--border);font-size:12px}
.woocommerce-breadcrumb.breadcrumb a{color:var(--ink-500)}
.woocommerce-breadcrumb.breadcrumb .icon{width:13px;color:var(--ink-300)}
.novastore-archive .woocommerce-breadcrumb.breadcrumb{margin-bottom:18px!important}
.catalog-empty-state{min-height:440px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:44px;border:1px solid var(--border);border-radius:28px;background:var(--surface);text-align:center;box-shadow:var(--shadow-xs)}
.catalog-empty-state>span{width:72px;height:72px;display:grid;place-items:center;border-radius:23px;background:var(--blue-050);color:var(--blue-600)}
.catalog-empty-state>span .icon{width:30px;height:30px}.catalog-empty-state>small{margin-top:20px;color:var(--blue-600);font-weight:850;letter-spacing:.08em;text-transform:uppercase}.catalog-empty-state h2{margin:7px 0 8px;font-size:clamp(28px,3.3vw,44px);letter-spacing:-.04em}.catalog-empty-state p{max-width:540px;margin:0;color:var(--ink-500)}.catalog-empty-state .button{margin-top:22px}

/* Footer: useful navigation even before WordPress menus are assigned. */
.site-footer{display:block;margin-top:auto;padding:0 0 24px;background:#07101e;color:#fff}
.site-footer__benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;padding:28px 0;border-bottom:1px solid rgba(255,255,255,.1)}
.site-footer__benefits>div{min-width:0;display:grid;grid-template-columns:43px minmax(0,1fr);align-items:center;gap:12px;padding:6px 20px;border-right:1px solid rgba(255,255,255,.1)}
.site-footer__benefits>div:first-child{padding-left:0}.site-footer__benefits>div:last-child{padding-right:0;border-right:0}.site-footer__benefits .icon{width:27px;height:27px;color:#4f8cff}.site-footer__benefits span{min-width:0;display:flex;flex-direction:column}.site-footer__benefits b{font-size:12px}.site-footer__benefits small{margin-top:4px;color:rgba(255,255,255,.5);font-size:9px;line-height:1.35}
.site-footer__top{grid-template-columns:1.3fr .75fr .75fr .75fr 1.05fr;gap:36px;padding-top:48px}
.site-footer__brand p,.site-footer__contact p{color:rgba(255,255,255,.56);font-size:12px;line-height:1.65}.site-footer__brand>a:not(.brand){color:#fff}.site-footer__column .is-sale{color:#ff7188}
.site-footer__brand .brand.brand--image{width:142px}
.site-footer__contact button{width:100%;min-height:64px;display:grid;grid-template-columns:22px minmax(0,1fr) 17px;align-items:center;gap:11px;margin-top:18px;padding:10px 13px;border:1px solid rgba(255,255,255,.13);border-radius:17px;background:rgba(255,255,255,.07);color:#fff;text-align:left}.site-footer__contact button:hover{border-color:#4f8cff;background:rgba(79,140,255,.13)}.site-footer__contact button>.icon{width:19px;color:#6ba0ff}.site-footer__contact button span{display:flex;flex-direction:column}.site-footer__contact button small{color:rgba(255,255,255,.5);font-size:9px}.site-footer__contact button b{margin-top:2px;font-size:13px}.site-footer__contact button>.icon:last-child{width:14px;color:rgba(255,255,255,.55)}
.site-footer__bottom{margin-top:42px}
.novastore-single div.product{position:relative;margin-top:22px;gap:40px;grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr)}
.novastore-single div.product>.summary{top:96px}
.novastore-single .woocommerce-product-gallery__wrapper{border-radius:28px;background:var(--surface-muted)}
.novastore-single .woocommerce-product-gallery__image{min-height:0;overflow:hidden;padding:0;aspect-ratio:1/1;background:var(--surface-muted)}
.novastore-single .woocommerce-product-gallery__image img{width:100%!important;height:100%!important;object-fit:cover}
.novastore-single .product_title{font-size:clamp(38px,3.3vw,54px);line-height:1.02}
.novastore-single .summary>p.price{display:flex!important;flex-flow:row wrap!important;align-items:baseline;gap:.2em;margin:22px 0!important;white-space:normal}
.novastore-single .summary>p.price>.woocommerce-Price-amount,.novastore-single .summary>p.price>span[aria-hidden="true"]{display:inline-flex!important}
.novastore-single .summary>.price .woocommerce-Price-amount{white-space:nowrap}
.novastore-single .has-selected-variation .summary>p.price,.novastore-single .product.has-default-attributes .summary>p.price{display:none!important}
.novastore-single .woocommerce-variation-price .price{display:flex;flex-direction:row;align-items:baseline;gap:10px;margin:18px 0 8px;color:var(--ink-950);font-size:30px;font-weight:850}
.novastore-single .woocommerce-variation-price del{color:var(--ink-400);font-size:16px;font-weight:600}
.novastore-single .woocommerce-variation-price ins{text-decoration:none}
.novastore-single .woocommerce-variation-add-to-cart,.novastore-single .cart:not(.variations_form){display:grid;grid-template-columns:136px minmax(0,1fr);gap:12px;align-items:center;flex-wrap:nowrap}
.novastore-single .quantity{width:136px!important;height:56px;display:grid!important;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;overflow:hidden;border:1px solid var(--border);border-radius:17px;background:var(--surface)}
.novastore-single .quantity .qty{width:100%!important;height:54px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--ink-950);font-size:15px;font-weight:850;text-align:center;appearance:textfield;-moz-appearance:textfield}
.novastore-single .quantity .qty::-webkit-inner-spin-button,.novastore-single .quantity .qty::-webkit-outer-spin-button{margin:0;appearance:none;-webkit-appearance:none}
.novastore-single .quantity__step{width:42px;height:54px;display:grid;place-items:center;border:0;background:transparent;color:var(--ink-950);font-size:22px;line-height:1;transition:background-color .16s ease,color .16s ease}
.novastore-single .quantity__step:hover:not(:disabled){background:var(--surface-muted);color:var(--blue-600)}
.novastore-single .quantity__step:disabled{color:var(--ink-300);cursor:not-allowed}
.novastore-single .single_add_to_cart_button{width:100%;min-height:56px!important}
.novastore-product-meta-top{align-items:center;margin-bottom:10px}
.novastore-product-chips{display:flex;flex-wrap:wrap;gap:7px;margin:14px 0 12px}
.novastore-product-chip{height:26px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;background:var(--surface-muted);font-size:10px;font-weight:800}
.novastore-product-chip--sale{background:var(--blue-500);color:#fff}
.novastore-product-rating{width:max-content;display:flex;align-items:center;gap:9px;margin:0 0 20px;padding:9px 12px;border:1px solid var(--border);border-radius:999px;background:var(--surface)}
.novastore-product-rating__stars{display:flex;gap:2px}
.novastore-product-rating__stars i{display:block}
.novastore-product-rating__stars .icon{width:14px;height:14px;fill:transparent;color:#c8cdd5}
.novastore-product-rating__stars i.is-active .icon{fill:#f5b521;color:#f5b521}
.novastore-product-rating strong{font-size:13px}
.novastore-product-rating small{color:var(--ink-500);font-size:10px}
.variations{width:100%}
.variations tr{grid-template-columns:92px minmax(0,1fr)}
.variations select{background:var(--surface);color:var(--ink-950)}
.novastore-variation-swatch{background:var(--surface)!important;color:var(--ink-950);border-color:var(--border)!important}
.novastore-variation-swatch.is-active{border-color:var(--blue-500)!important}
.woocommerce-product-gallery__wrapper{background:var(--surface-muted)}
.woocommerce-product-gallery__image{min-height:600px;padding:25px}
.woocommerce-product-gallery__image img{height:550px!important}
.flex-control-thumbs img{background:var(--surface-muted)}
.woocommerce-tabs .panel{background:var(--surface)!important}
.woocommerce-tabs ul.tabs{background:var(--surface-muted)}
.woocommerce-tabs ul.tabs li.active{background:var(--surface)!important}
#reviews{scroll-margin-top:100px}
#reviews #comments h2,#review_form_wrapper .comment-reply-title{font-size:28px;font-weight:850;letter-spacing:-.03em}
#reviews .commentlist{list-style:none;margin:0;padding:0}
#reviews .commentlist li{margin:0 0 12px!important;padding:20px!important;border:1px solid var(--border);border-radius:18px;background:var(--surface-muted)}
#reviews .comment_container{display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px}
#reviews .avatar{position:static!important;width:46px!important;height:46px!important;padding:0!important;border:0!important;border-radius:50%}
#reviews .comment-text{margin:0!important;padding:0!important;border:0!important}
#reviews .star-rating{color:#f5b521}
#review_form_wrapper{margin-top:28px;padding:24px;border:1px solid var(--border);border-radius:20px;background:var(--surface-muted)}
#review_form .comment-form-rating{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
#review_form .stars a{color:#f5b521;font-size:22px}
#review_form textarea{width:100%;min-height:130px;padding:14px;border:1px solid var(--border);border-radius:14px;background:var(--surface);color:var(--ink-950)}
#review_form .form-submit input{min-height:48px;padding:0 22px;border:0;border-radius:14px;background:var(--blue-500);color:#fff;font-weight:800}

/* Reviews remain visible on the product page and use a real two-column form. */
.novastore-product-reviews{grid-column:1/-1;margin-top:48px;padding-top:48px;border-top:1px solid var(--border)}
.novastore-product-reviews__header{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:25px}
.novastore-product-reviews__header>div:first-child>span{color:var(--blue-600);font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.novastore-product-reviews__header h2{margin:7px 0 8px;font-size:clamp(38px,5vw,64px);letter-spacing:-.055em}
.novastore-product-reviews__header p{max-width:650px;margin:0;color:var(--ink-500)}
.novastore-product-reviews__summary{min-width:190px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:4px 12px;padding:16px 19px;border:1px solid var(--border);border-radius:20px;background:var(--surface)}
.novastore-product-reviews__summary>strong{grid-row:1/3;font-size:38px;letter-spacing:-.05em}.novastore-product-reviews__summary>span{display:flex;gap:2px}.novastore-product-reviews__summary i{display:block}.novastore-product-reviews__summary .icon{width:15px;height:15px;color:#c7ced8;fill:transparent}.novastore-product-reviews__summary i.is-active .icon{color:#f5b521;fill:#f5b521}.novastore-product-reviews__summary small{color:var(--ink-500);font-size:10px}
.novastore-product-reviews #reviews{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.86fr);align-items:start;gap:20px}
.novastore-product-reviews #comments,.novastore-product-reviews #review_form_wrapper{min-width:0;margin:0;padding:28px;border:1px solid var(--border);border-radius:26px;background:var(--surface)}
.novastore-product-reviews #comments .woocommerce-Reviews-title,.novastore-product-reviews #reply-title{display:block;margin:0 0 20px;font-size:26px;font-weight:850;letter-spacing:-.035em}
.novastore-product-reviews #comments ol.commentlist{margin:0;padding:0;list-style:none}
.novastore-product-reviews #comments ol.commentlist li{margin:0;padding:0}
.novastore-product-reviews #reviews .comment_container{display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;padding:18px 0;border-top:1px solid var(--border)}
.novastore-product-reviews #reviews .comment_container:first-child{border-top:0}
.novastore-product-reviews #reviews .comment_container:before{content:"R";width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#1f69ef,#6b9fff);color:#fff;font-size:16px;font-weight:900}
.novastore-product-reviews #reviews .avatar{display:none!important}
.novastore-product-reviews #reviews .comment-text{min-width:0}.novastore-product-reviews #reviews .meta{margin:0 0 12px;color:var(--ink-500);font-size:11px}.novastore-product-reviews #reviews .description{color:var(--ink-700);line-height:1.65}.novastore-product-reviews #reviews .star-rating{float:right}
.novastore-product-reviews #review_form_wrapper{background:var(--surface-muted)}
.novastore-product-reviews #review_form .comment-form{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:0}
.novastore-product-reviews #review_form .comment-notes,.novastore-product-reviews #review_form .comment-form-rating,.novastore-product-reviews #review_form .comment-form-comment,.novastore-product-reviews #review_form .comment-form-cookies-consent,.novastore-product-reviews #review_form .form-submit{grid-column:1/-1}
.novastore-product-reviews #review_form p{margin:0}.novastore-product-reviews #review_form label{display:block;margin-bottom:7px;color:var(--ink-700);font-size:11px;font-weight:780}
.novastore-product-reviews #review_form input[type="text"],.novastore-product-reviews #review_form input[type="email"],.novastore-product-reviews #review_form textarea{width:100%;border:1px solid var(--border);border-radius:14px;background:var(--surface);color:var(--ink-950);outline:0}
.novastore-product-reviews #review_form input[type="text"],.novastore-product-reviews #review_form input[type="email"]{height:52px;padding:0 14px}
.novastore-product-reviews #review_form textarea{min-height:145px;padding:14px;resize:vertical}
.novastore-product-reviews #review_form input:focus,.novastore-product-reviews #review_form textarea:focus{border-color:var(--blue-500);box-shadow:var(--nova-focus)}
.novastore-product-reviews #review_form .comment-form-cookies-consent{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:9px}.novastore-product-reviews #review_form .comment-form-cookies-consent input{width:18px;height:18px;margin:2px 0 0;accent-color:var(--blue-500)}.novastore-product-reviews #review_form .comment-form-cookies-consent label{margin:0;font-weight:600;line-height:1.45}
.novastore-product-reviews #review_form .form-submit input{width:100%;min-height:54px;cursor:pointer}

/* Cart and checkout: full container, donor-like cards, safe responsive summary. */
body.woocommerce-cart .content-layout,body.woocommerce-checkout .content-layout{width:min(1380px,calc(100% - 48px));max-width:none}
body.woocommerce-cart .entry-card,body.woocommerce-checkout .entry-card{padding:0;border:0;background:transparent;box-shadow:none}
body.woocommerce-cart .entry-content,body.woocommerce-checkout .entry-content{font-size:15px;line-height:1.45}
body.woocommerce-cart .page-title,body.woocommerce-checkout .page-title{margin:18px 0 34px}
body.woocommerce-cart .page-title h1,body.woocommerce-checkout .page-title h1{font-size:clamp(48px,6vw,78px)}
.wp-block-woocommerce-cart,.wp-block-woocommerce-checkout{max-width:none!important;margin:0!important;padding:0!important}
.wc-block-components-sidebar-layout{gap:30px!important}
.wc-block-components-sidebar-layout .wc-block-components-main{width:calc(64% - 15px)!important;padding-right:0!important}
.wc-block-components-sidebar{width:calc(36% - 15px)!important;padding-left:0!important}
.wc-block-cart__sidebar,.wc-block-checkout__sidebar{top:96px;padding:25px!important;border-radius:24px;background:var(--surface);box-shadow:var(--shadow-sm)}
.wc-block-cart-items{border-radius:24px;background:var(--surface)}
.wc-block-cart-items__row{padding:22px!important}
.wc-block-cart-item__image{width:120px!important}
.wc-block-cart-item__image img{width:110px!important;height:110px!important;object-fit:contain;background:var(--surface-muted)}
.wc-block-cart-item__wrap{min-width:0!important}
.wc-block-cart-item__wrap .wc-block-components-product-name{font-size:17px!important;line-height:1.25!important}
.wc-block-components-product-name{max-width:100%;overflow-wrap:break-word!important;word-break:normal!important;hyphens:none;font-weight:780!important}
.wc-block-components-order-summary-item{display:grid!important;grid-template-columns:72px minmax(0,1fr) max-content!important;grid-template-rows:auto auto!important;column-gap:12px!important;align-items:start!important;padding:13px 0!important}
.wc-block-components-order-summary-item__image{grid-column:1!important;grid-row:1/3!important;width:72px!important;margin:0!important}
.wc-block-components-order-summary-item__image img{width:64px!important;height:64px!important;object-fit:contain;border-radius:13px;background:var(--surface-muted)}
.wc-block-components-order-summary-item__description{grid-column:2!important;grid-row:1/3!important;min-width:0!important;padding:0!important}
.wc-block-components-order-summary-item__description .wc-block-components-product-name{display:block!important;min-width:0!important;line-height:1.3!important}
.wc-block-components-order-summary-item__total-price{grid-column:3!important;grid-row:1!important;min-width:max-content!important;margin:0!important;padding:0!important;text-align:right;white-space:nowrap}
.wc-block-components-order-summary-item__total-price .wc-block-components-product-price{white-space:nowrap}
.wc-block-components-product-badge{white-space:normal}
.wc-block-components-totals-wrapper{padding:18px 0!important}
.wp-block-woocommerce-checkout-order-summary-discount-block:empty,.wp-block-woocommerce-checkout-order-summary-fee-block:empty{display:none!important;padding:0!important;border:0!important}
.wc-block-components-radio-control{overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.wc-block-components-radio-control-accordion-option,.wc-block-components-radio-control__option{margin-bottom:8px!important;border:1px solid var(--border)!important;border-radius:16px!important;background:var(--surface)!important}
.wc-block-components-text-input input,.wc-block-components-combobox .wc-block-components-combobox-control input{background:var(--surface)!important;color:var(--ink-950)!important}
.wc-block-components-button{background:linear-gradient(135deg,#2467ed,#3478ff)!important;box-shadow:0 12px 28px rgba(35,104,239,.24)}
.mini-cart .woocommerce-mini-cart__buttons .checkout{background:var(--blue-500)!important;color:#fff!important}
.wc-block-components-radio-control__option-checked{border-width:2px!important;border-color:var(--blue-500)!important;box-shadow:none!important}
.wc-block-components-radio-control-accordion-option,.wc-block-components-radio-control-accordion-option--checked-option-highlighted,.wc-block-components-radio-control-accordion-option:focus-within{border:0!important;border-radius:0!important;outline:0!important;background:transparent!important;box-shadow:none!important}
.wc-block-components-radio-control-accordion-content{border:0!important;outline:0!important;box-shadow:none!important}
.wp-block-woocommerce-checkout-order-summary-block{border:0!important}
.novastore-method-list span{border:0;background:var(--surface-muted)}
.woocommerce-MyAccount-content .woocommerce-Address{border:0;background:var(--surface-muted)}
.wc-block-components-checkout-step{margin-bottom:22px!important}
.wc-block-components-checkout-step__heading h2{font-size:22px!important}
.wc-block-components-order-summary .wc-block-components-panel__button{padding-block:10px!important}
.novastore-block-assurance{max-width:1380px;padding:0}

/* Catalog controls, AJAX state and editable SEO copy. */
.catalog-toolbar--woo{position:relative;top:-8px;margin-bottom:12px}
.price-range{--price-start:0%;--price-end:100%;position:relative;height:32px;margin:13px 2px 0}
.price-range__track{position:absolute;left:0;right:0;top:13px;height:5px;border-radius:999px;background:var(--ink-100)}
.price-range__track i{position:absolute;left:var(--price-start);right:calc(100% - var(--price-end));height:100%;border-radius:inherit;background:var(--blue-500)}
.price-range input[type="range"]{position:absolute;inset:0;width:100%;height:32px;margin:0;padding:0;border:0;outline:0;background:transparent;pointer-events:none;appearance:none;-webkit-appearance:none}
.price-range input[type="range"]::-webkit-slider-runnable-track{height:5px;background:transparent}
.price-range input[type="range"]::-moz-range-track{height:5px;background:transparent}
.price-range input[type="range"]::-webkit-slider-thumb{width:19px;height:19px;margin-top:-7px;border:3px solid var(--surface);border-radius:50%;background:var(--blue-500);box-shadow:0 0 0 1px var(--blue-500),0 4px 12px rgba(0,72,190,.22);pointer-events:auto;appearance:none;-webkit-appearance:none}
.price-range input[type="range"]::-moz-range-thumb{width:14px;height:14px;border:3px solid var(--surface);border-radius:50%;background:var(--blue-500);box-shadow:0 0 0 1px var(--blue-500),0 4px 12px rgba(0,72,190,.22);pointer-events:auto}
.price-range input[type="range"]:focus-visible::-webkit-slider-thumb{box-shadow:var(--nova-focus)}
.novastore-commerce__inner{position:relative;transition:opacity .18s ease}
.novastore-commerce__inner.is-catalog-loading{min-height:420px;opacity:.48;pointer-events:none}
.novastore-commerce__inner.is-catalog-loading:after{content:"";position:absolute;z-index:20;top:110px;left:50%;width:34px;height:34px;margin-left:-17px;border:3px solid var(--border);border-top-color:var(--blue-500);border-radius:50%;animation:novastore-spin .7s linear infinite}
@keyframes novastore-spin{to{transform:rotate(360deg)}}
.catalog-seo-copy{margin-top:56px;padding:34px;border:1px solid var(--border);border-radius:26px;background:var(--surface-muted)}
.catalog-seo-copy>span{color:var(--blue-600);font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.catalog-seo-copy h2{margin:9px 0 15px;font-size:clamp(28px,3.2vw,42px);letter-spacing:-.04em}.catalog-seo-copy div{max-width:920px;color:var(--ink-600);line-height:1.75}.catalog-seo-copy div>:last-child{margin-bottom:0}

/* Journal and wide service pages share the normal storefront width. */
.novastore-wide-service-page .content-layout{width:min(1320px,calc(100% - 48px));max-width:none}
.novastore-wide-service-page .entry-card{padding:0;border:0;background:transparent;box-shadow:none}
.novastore-wide-service-page .page-title{margin-bottom:28px}.novastore-wide-service-page .entry-content{font-size:15px;line-height:1.5}
.article-layout-wp{width:min(1180px,calc(100% - 48px))}.article-breadcrumb{margin-bottom:24px}.entry-card--article{max-width:920px;margin-inline:auto}.entry-card--article h1{margin:9px 0 12px;font-size:clamp(42px,6vw,72px);line-height:1;letter-spacing:-.055em}.journal-page__header{margin-top:12px}.journal-page .post-grid{grid-template-columns:repeat(3,minmax(0,1fr))}

/* Radio choices use spacing and tint only; no nested checkout frames. */
.wc-block-components-radio-control,.wc-block-components-radio-control__option,.wc-block-components-radio-control__option-checked,.wc-block-components-radio-control__option--checked-option-highlighted,.wc-block-components-radio-control-accordion-option,.wc-block-components-radio-control-accordion-content{border:0!important;outline:0!important;box-shadow:none!important}
.wc-block-components-radio-control__option{border-radius:13px!important;background:transparent!important}
.wc-block-components-radio-control__option-checked{background:var(--blue-050)!important}
.wc-block-components-shipping-rates-control__package,.wc-block-components-radio-control:before,.wc-block-components-radio-control:after,.wc-block-components-radio-control-accordion-option:before,.wc-block-components-radio-control-accordion-option:after,.wc-block-components-radio-control__option:before,.wc-block-components-radio-control__option:after{border:0!important;outline:0!important;box-shadow:none!important}
.wc-block-components-shipping-rates-control__package{overflow:visible!important;background:transparent!important}
.wc-block-components-radio-control:before,.wc-block-components-radio-control:after,.wc-block-components-radio-control-accordion-option:before,.wc-block-components-radio-control-accordion-option:after,.wc-block-components-radio-control__option:before,.wc-block-components-radio-control__option:after{display:none!important}
.novastore-block-assurance .novastore-cart-assurance>section{border:0;background:var(--surface-muted);box-shadow:none}

/* Guest account/login page. */
.novastore-auth-page{padding:18px 0 90px}
.novastore-auth-page .content-layout{max-width:1320px}
.novastore-page-breadcrumb{margin-bottom:24px}
.novastore-auth-entry{padding:0;border:0;background:transparent;box-shadow:none}
.novastore-auth-layout{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(420px,.82fr);gap:18px;align-items:stretch}
.novastore-auth-promo{min-height:570px;display:flex;flex-direction:column;padding:56px;border-radius:32px;background:radial-gradient(circle at 88% 20%,rgba(85,159,255,.55),transparent 35%),linear-gradient(145deg,#071a3b,#184fa9 68%,#2e6ef3);color:#fff;box-shadow:var(--shadow-md)}
.novastore-auth-promo>span{color:#78a8ff;font-size:11px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}
.novastore-auth-promo h1{max-width:650px;margin:32px 0 28px;font-size:clamp(54px,5.8vw,80px);line-height:.93;letter-spacing:-.065em}
.novastore-auth-promo p{max-width:580px;color:rgba(255,255,255,.67);font-size:18px}
.novastore-auth-promo ul{display:grid;gap:14px;list-style:none;margin:auto 0 0;padding:0}
.novastore-auth-promo li{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.78)}
.novastore-auth-promo li .icon{width:17px;color:#72bcff}
.novastore-auth-form{display:flex;flex-direction:column;justify-content:center;padding:48px;border:1px solid var(--border);border-radius:32px;background:var(--surface);box-shadow:var(--shadow-sm)}
.novastore-auth-form>h2{margin:0;font-size:42px;letter-spacing:-.045em}
.novastore-auth-form>p{margin:8px 0 20px;color:var(--ink-500)}
.novastore-auth-form .entry-content{font-size:15px}
.novastore-auth-form .woocommerce>h2,.novastore-auth-form .woocommerce h2:first-child{display:none}
.novastore-auth-form .woocommerce,.novastore-auth-form .u-columns,.novastore-auth-form .u-column1,.novastore-auth-form .u-column2{display:block!important;width:100%!important;float:none!important;margin:0!important}
.novastore-auth-form .woocommerce form.login,.novastore-auth-form .woocommerce form.register{max-width:none;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none}
.novastore-auth-form .form-row{margin:0 0 15px!important}
.novastore-auth-form label{font-size:12px;font-weight:750}
.novastore-auth-form .input-text{width:100%;height:52px;padding:0 14px;border:1px solid var(--border);border-radius:14px;background:var(--surface-muted);color:var(--ink-950)}
.novastore-auth-form .woocommerce-button{min-height:48px!important;padding:0 24px!important;border-radius:14px!important;background:var(--blue-500)!important;color:#fff!important;font-weight:800!important}
.novastore-auth-form .woocommerce-LostPassword{margin-top:17px}
.novastore-auth-form .woocommerce-LostPassword a{color:var(--blue-600);font-weight:700}

/* Product reviews on the home page. */
.home-reviews{background:var(--surface)}
.home-reviews__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.home-review-card{min-width:0;padding:24px;border:1px solid var(--border);border-radius:24px;background:var(--surface-muted)}
.home-review-card>header{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:11px}
.home-review-card__avatar{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#0f55cb,#2f7aff);color:#fff;font-weight:850}
.home-review-card>header>div{display:flex;min-width:0;flex-direction:column}
.home-review-card>header small{color:var(--ink-500);font-size:9px}
.home-review-card__stars{display:flex;gap:2px}
.home-review-card__stars .icon{width:14px;height:14px;color:#c8cdd5;fill:transparent}
.home-review-card__stars .icon.is-active{color:#f5b521;fill:#f5b521}
.home-review-card blockquote{min-height:102px;margin:24px 0;color:var(--ink-700);font-size:16px;line-height:1.5}
.home-review-card>a{display:grid;grid-template-columns:50px minmax(0,1fr) 18px;align-items:center;gap:11px;padding-top:15px;border-top:1px solid var(--border)}
.home-review-card>a>span{width:50px;height:50px;display:grid;place-items:center;border-radius:12px;background:var(--surface)}
.home-review-card>a img{width:44px;height:44px;object-fit:contain}
.home-review-card>a b{min-width:0;font-size:12px;line-height:1.3}
.home-review-card>a .icon{color:var(--blue-600)}

/* Dark mode surfaces not expressed through variables in older CSS. */
html[data-novastore-theme="dark"] .trust-strip,html[data-novastore-theme="dark"] .category-rail a,html[data-novastore-theme="dark"] .product-card,html[data-novastore-theme="dark"] .home-benefits article,html[data-novastore-theme="dark"] .entry-card,html[data-novastore-theme="dark"] .woocommerce-MyAccount-navigation,html[data-novastore-theme="dark"] .woocommerce-MyAccount-content,html[data-novastore-theme="dark"] .woocommerce form.login,html[data-novastore-theme="dark"] .woocommerce form.register,html[data-novastore-theme="dark"] .mini-cart__panel,html[data-novastore-theme="dark"] .search-overlay__sheet,html[data-novastore-theme="dark"] .mega-menu__inner{background:var(--surface);color:var(--ink-950)}
html[data-novastore-theme="dark"] .mega-menu__rail,html[data-novastore-theme="dark"] .search-overlay__content aside{background:var(--surface-muted)}
html[data-novastore-theme="dark"] .mega-menu__category.is-active{background:#202631}
html[data-novastore-theme="dark"] .mobile-menu,html[data-novastore-theme="dark"] .mobile-menu__panel,html[data-novastore-theme="dark"] .mobile-menu__panel>header,html[data-novastore-theme="dark"] .mobile-bottom-nav{background:#0b0e13;color:var(--ink-950)}
html[data-novastore-theme="dark"] .mobile-menu__panel>header{border-color:var(--border)}
html[data-novastore-theme="dark"] .location-confirmation{border-color:#25354a;background:#101c2a;color:#dce6f2}
html[data-novastore-theme="dark"] .section--soft{background:#090c11}
html[data-novastore-theme="dark"] .button--secondary{background:var(--surface);color:var(--ink-950)}
html[data-novastore-theme="dark"] .woocommerce-message,html[data-novastore-theme="dark"] .woocommerce-info,html[data-novastore-theme="dark"] .woocommerce-error{background:var(--surface);color:var(--ink-950)}
html[data-novastore-theme="dark"] .catalog-sidebar,html[data-novastore-theme="dark"] .catalog-toolbar--woo,html[data-novastore-theme="dark"] .filter-color-list a,html[data-novastore-theme="dark"] .filter-color-list label,html[data-novastore-theme="dark"] .price-filter-fields label,html[data-novastore-theme="dark"] .filter-check,html[data-novastore-theme="dark"] .catalog-empty-state{background:var(--surface);color:var(--ink-950)}
html[data-novastore-theme="dark"] .catalog-sidebar__header{background:var(--surface)}
html[data-novastore-theme="dark"] .price-filter-fields input,html[data-novastore-theme="dark"] .catalog-toolbar .orderby{background:transparent;color:var(--ink-950)}
html[data-novastore-theme="dark"] .filter-check-list a:hover,html[data-novastore-theme="dark"] .filter-check-list label:hover{background:var(--surface-muted)}
html[data-novastore-theme="dark"] .filter-color-list i{border-color:var(--surface)}
html[data-novastore-theme="dark"] .filter-color-list .filter-swatch{border-color:var(--surface)}
html[data-novastore-theme="dark"] .mini-cart .woocommerce-mini-cart__buttons{background:var(--surface)}
html[data-novastore-theme="dark"] .novastore-cart-assurance>section,html[data-novastore-theme="dark"] .woocommerce-cart-form,html[data-novastore-theme="dark"] .cart_totals{background:var(--surface);color:var(--ink-950)}
html[data-novastore-theme="dark"] .novastore-compare-scroll{border-color:var(--border)}
html[data-novastore-theme="dark"] .novastore-compare-table th{background:var(--surface-muted);color:var(--ink-950)}
html[data-novastore-theme="dark"] .novastore-compare-table td{background:var(--surface);color:var(--ink-950)}
html[data-novastore-theme="dark"] .novastore-compare-table th,html[data-novastore-theme="dark"] .novastore-compare-table td{border-color:var(--border)}
html[data-novastore-theme="dark"] .novastore-compare-table button{border-color:var(--border);background:var(--surface-muted);color:var(--ink-950)}

@media(max-width:1180px){
  .site-header__main{gap:9px}.brand--image{width:118px}.brand--image .brand__logo{width:118px}.site-header .search-trigger{min-width:190px}.site-header .header-actions small{display:none}.site-header .header-actions a,.site-header .header-actions button{min-width:42px}.site-header .city-trigger{max-width:128px}.site-header .city-trigger span{overflow:hidden;text-overflow:ellipsis}
  .woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .site-footer__benefits{grid-template-columns:1fr 1fr}.site-footer__benefits>div:nth-child(2){border-right:0}.site-footer__benefits>div:nth-child(-n+2){padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.1)}.site-footer__benefits>div:nth-child(n+3){padding-top:18px}.site-footer__top{grid-template-columns:1.2fr repeat(3,.75fr)}.site-footer__contact{grid-column:1/-1}
}

@media(max-width:1100px){
  body.woocommerce-cart .content-layout,body.woocommerce-checkout .content-layout{width:min(960px,calc(100% - 32px))}
  .wc-block-components-sidebar-layout{display:block!important}
  .wc-block-components-sidebar-layout .wc-block-components-main,.wc-block-components-sidebar{width:100%!important;padding:0!important}
  .wc-block-components-sidebar,.wc-block-cart__sidebar,.wc-block-checkout__sidebar{height:auto!important;min-height:0!important}
  .wc-block-cart__sidebar,.wc-block-checkout__sidebar{position:static!important;margin-top:24px}
  .novastore-block-assurance{max-width:960px}
  .novastore-auth-layout{grid-template-columns:1fr 1fr}.novastore-auth-promo{padding:38px}.novastore-auth-form{padding:34px}
}

@media(max-width:1023px){
  .topbar{display:none}.site-header__main{height:64px}.site-header.is-scrolled~.mega-menu{top:64px}.site-header.is-scrolled~.mega-menu:before{inset:64px 0 0}
  .brand--image{width:105px;height:38px}.brand--image .brand__logo{width:105px;height:38px}
  .mobile-menu__quick{grid-template-columns:repeat(4,1fr)}
  .mobile-menu__quick button{height:70px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border-radius:15px;background:var(--blue-050);color:var(--blue-700);font-size:10px;font-weight:750}
  .mobile-menu__service-links button{display:flex;align-items:center;gap:7px;padding:14px;border-radius:13px;background:var(--surface-muted);font-weight:700;text-align:left}
  .novastore-single div.product{grid-template-columns:1fr}.novastore-single div.product>.summary{position:static}
  .novastore-single .woocommerce-breadcrumb.breadcrumb{padding-inline:0}
  .novastore-product-reviews #reviews{grid-template-columns:1fr}.novastore-product-reviews__header{align-items:flex-start}
  .home-reviews__grid{grid-template-columns:1fr 1fr}.home-review-card:last-child{grid-column:1/-1}
  .journal-page .post-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:780px){
  .location-confirmation__inner{padding:10px 0;flex-wrap:wrap}.location-confirmation p{width:calc(100% - 48px)}.location-confirmation__close{position:absolute;right:12px;top:8px}.location-confirmation .button{flex:1}
  .novastore-auth-layout{display:block}.novastore-auth-promo{display:none}.novastore-auth-form{padding:28px}.novastore-auth-form>h2{font-size:36px}
  .home-reviews__grid{grid-template-columns:1fr}.home-review-card:last-child{grid-column:auto}
  .woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.woocommerce-cart .content-layout,body.woocommerce-checkout .content-layout{width:calc(100% - 24px)}
  body.woocommerce-cart .page-title h1,body.woocommerce-checkout .page-title h1{font-size:48px}
  .wc-block-cart-item__image{width:84px!important}.wc-block-cart-item__image img{width:78px!important;height:78px!important}
  .novastore-product-reviews{margin-top:32px;padding-top:32px}.novastore-product-reviews__header{display:block}.novastore-product-reviews__summary{width:max-content;margin-top:18px}.novastore-product-reviews #comments,.novastore-product-reviews #review_form_wrapper{padding:20px}.novastore-product-reviews #review_form .comment-form{grid-template-columns:1fr}.novastore-product-reviews #review_form .comment-form-author,.novastore-product-reviews #review_form .comment-form-email{grid-column:1/-1}
  .novastore-wide-service-page .content-layout,.article-layout-wp{width:calc(100% - 24px)}.journal-page .post-grid{grid-template-columns:1fr}.entry-card--article{padding:24px}.catalog-seo-copy{margin-top:34px;padding:24px}
  .site-footer__benefits{grid-template-columns:1fr}.site-footer__benefits>div{padding:15px 0!important;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.site-footer__benefits>div:last-child{border-bottom:0}.site-footer__top{grid-template-columns:1fr 1fr;gap:28px}.site-footer__brand,.site-footer__contact{grid-column:1/-1}.site-footer__bottom{flex-wrap:wrap;gap:10px}.site-footer__bottom a{width:100%;margin-left:0}
}

@media(max-width:520px){
  .location-modal{padding:0;align-items:end}.location-modal__panel{max-height:88vh;padding:22px 18px 28px;border-radius:24px 24px 0 0}.location-modal__panel h2{font-size:31px}.location-modal__cities{grid-template-columns:1fr}
  .mobile-menu__quick{grid-template-columns:repeat(4,1fr);gap:5px}.mobile-menu__quick a,.mobile-menu__quick button{font-size:8px}
  .woocommerce-breadcrumb.breadcrumb{overflow-x:auto;white-space:nowrap}
  .novastore-single div.product{margin-top:12px}.novastore-single .product_title{font-size:36px}.novastore-single .woocommerce-product-gallery__image{min-height:0;padding:0;aspect-ratio:1/1}.novastore-single .woocommerce-product-gallery__image img{height:100%!important}
  .novastore-single .woocommerce-variation-add-to-cart,.novastore-single .cart:not(.variations_form){grid-template-columns:126px minmax(0,1fr);gap:8px}.novastore-single .quantity{width:126px!important;grid-template-columns:38px minmax(0,1fr) 38px}.novastore-single .quantity__step{width:38px}
  .novastore-product-rating{max-width:100%}.variations tr{grid-template-columns:1fr;gap:7px}
  .wc-block-components-order-summary-item{grid-template-columns:64px minmax(0,1fr) auto!important;column-gap:9px!important}.wc-block-components-order-summary-item__image{width:64px!important}.wc-block-components-order-summary-item__image img{width:58px!important;height:58px!important}.wc-block-components-order-summary-item__total-price{font-size:12px}.wc-block-components-product-badge{font-size:9px!important}
  .home-review-card>header{grid-template-columns:42px minmax(0,1fr)}.home-review-card__stars{grid-column:1/-1}.home-review-card blockquote{min-height:0}
}

@media(max-width:390px){
  .woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:1fr!important}
  .wc-block-components-order-summary-item{grid-template-columns:58px minmax(0,1fr)!important}.wc-block-components-order-summary-item__image{width:58px!important}.wc-block-components-order-summary-item__total-price{grid-column:2!important;grid-row:2!important;margin-top:5px!important;text-align:left}.wc-block-components-order-summary-item__description{grid-row:1!important}.wc-block-components-order-summary-item__description .wc-block-components-product-metadata{margin-bottom:3px}
}

@media(prefers-reduced-motion:reduce){.site-header,.location-modal,.location-modal__panel,body{transition:none}}
