/*
Theme Name: NOVA Market
Theme URI: https://example.test/nova-market
Author: NOVA Studio
Description: A custom WooCommerce store theme built around editorial typography, product grids, and lifestyle content.
Version: 2.3.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: nova-market
*/

:root {
	--ink: #171817;
	--muted: #696b66;
	--paper: #f8f7f2;
	--white: #fff;
	--line: #dedfd9;
	--blue: #243f8f;
	--sky: #d9e5f3;
	--lime: #d7ea65;
	--coral: #f19b7e;
	--radius: 3px;
	--shell: min(1440px, calc(100vw - 64px));
	--sans: "Inter", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
	--serif: "Iowan Old Style", "Palatino Linotype", "Noto Serif SC", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open, body.search-open, body.cart-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
svg { display: block; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.site-shell { width: var(--shell); margin-inline: auto; }
.screen-reader-text, .skip-link { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 10000; top: 12px; left: 12px; width: auto; height: auto; clip: auto; padding: 10px 16px; background: var(--white); }
.eyebrow { display: block; margin-bottom: 17px; font-size: 11px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.section { padding: 112px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 45px; }
.section-heading h2, .story-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 4vw, 62px); font-weight: 400; line-height: 1.05; letter-spacing: -.035em; }
.section-heading.centered { justify-content: center; text-align: center; }
.section-heading.centered p { color: var(--muted); margin: 13px 0 0; }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 650; }
.text-link svg { width: 17px; transition: transform .25s ease; }
.text-link:hover svg { transform: translateX(4px); }
.button { min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid var(--ink); font-size: 13px; font-weight: 700; letter-spacing: .03em; transition: background .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { color: var(--ink); background: transparent; }
.button svg { width: 18px; }

/* Header */
.announcement { position: relative; z-index: 60; color: #f5f5ef; background: var(--ink); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.announcement-inner { position: relative; height: 33px; overflow: hidden; }
.announcement-track { height: 100%; display: flex; will-change: transform; transition: transform .55s cubic-bezier(.22,.7,.26,1); }
.announcement-slide { flex: 0 0 100%; height: 33px; display: flex; align-items: center; justify-content: center; gap: 10px; font-weight: 650; white-space: nowrap; }
.announcement-slide b { color: #ffd45d; font-size: 11px; }.announcement-slide i { width: 3px; height: 3px; display: block; border-radius: 50%; background: #68c7b1; }
.announcement-dots { position: absolute; z-index: 2; bottom: 2px; left: 50%; display: flex; gap: 3px; transform: translateX(-50%); pointer-events: none; }
.announcement-dots span { width: 3px; height: 2px; border-radius: 2px; background: #6a6d68; transition: width .2s, background .2s; }.announcement-dots span.is-active { width: 13px; background: #ffd45d; }
.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(23,24,23,.1); background: rgba(248,247,242,.93); backdrop-filter: blur(15px); }
.header-inner { height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { grid-column: 2; grid-row: 1; }
.brand a, .footer-logo { display: flex; align-items: baseline; gap: 7px; line-height: 1; }
.brand strong, .footer-logo strong { font-family: var(--serif); font-size: 27px; font-weight: 500; letter-spacing: -.05em; }
.brand span, .footer-logo span { font-size: 9px; font-weight: 700; letter-spacing: .26em; }
.custom-logo { max-width: 180px; max-height: 54px; object-fit: contain; }
.primary-nav { grid-column: 1; grid-row: 1; justify-self: start; }
.primary-nav-inner { display: flex; align-items: center; gap: 30px; }
.nova-menu { display: flex; align-items: center; gap: 34px; list-style: none; margin: 0; padding: 0; }
.nova-menu a { position: relative; font-size: 12px; font-weight: 600; }
.nova-menu a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.nova-menu a:hover::after { transform: scaleX(1); transform-origin: left; }
.nova-user-menu { position: relative; }
.nova-user-menu > button { height: 36px; padding: 0; display: flex; align-items: center; gap: 4px; border: 0; background: transparent; font-size: 12px; font-weight: 650; cursor: pointer; }
.nova-user-menu > button span { color: #45534d; font-size: 8px; transition: transform .2s; }.nova-user-menu.is-open > button span { transform: rotate(180deg); }
.nova-user-dropdown { position: absolute; z-index: 80; top: calc(100% + 7px); left: -13px; width: 178px; padding: 9px 0; visibility: hidden; opacity: 0; background: var(--white); box-shadow: 0 9px 23px rgba(20,29,25,.15); transform: translateY(-7px); transition: opacity .2s, transform .2s, visibility .2s; }
.nova-user-dropdown::before { content: ""; position: absolute; right: 0; bottom: 100%; left: 0; height: 9px; }
.nova-user-dropdown a { padding: 10px 14px; display: block; font-size: 12px; font-weight: 600; }.nova-user-dropdown a:hover { color: #0a806c; background: #f1f6f4; }
.nova-user-menu:hover .nova-user-dropdown, .nova-user-menu:focus-within .nova-user-dropdown, .nova-user-menu.is-open .nova-user-dropdown { visibility: visible; opacity: 1; transform: translateY(0); }
.nova-mobile-nav, .nova-mobile-menu-overlay { display: none; }
.header-tools { grid-column: 3; grid-row: 1; justify-self: end; display: flex; align-items: center; gap: 15px; }
.icon-button { position: relative; display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.icon-button:hover { color: var(--blue); }
.cart-count { position: absolute; top: 0; right: -1px; min-width: 16px; height: 16px; padding: 0 4px; display: grid; place-items: center; color: var(--white); border-radius: 20px; background: var(--blue); font-size: 9px; font-weight: 700; }
.mobile-menu-toggle { display: none; }
.close-icon { display: none; }
.search-drawer { position: fixed; z-index: 49; top: 111px; right: 0; left: 0; padding: 34px 0; visibility: hidden; opacity: 0; transform: translateY(-15px); color: var(--white); background: var(--ink); transition: .25s ease; }
.search-drawer.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
.search-drawer-inner { display: grid; grid-template-columns: 180px 1fr 40px; align-items: center; gap: 32px; }
.search-drawer p { margin: 0; font-size: 11px; letter-spacing: .15em; }
.nova-search-form { display: flex; border-bottom: 1px solid #656663; }
.nova-search-form input[type="search"] { width: 100%; padding: 8px 0 14px; color: inherit; border: 0; outline: 0; background: transparent; font-family: var(--serif); font-size: 24px; }
.nova-search-form input::placeholder { color: #92938f; }
.nova-search-form button { border: 0; color: inherit; background: transparent; cursor: pointer; }
.search-drawer .icon-button { justify-self: end; color: var(--white); }

/* Hero */
.hero-carousel { position: relative; height: min(760px, calc(100vh - 111px)); min-height: 620px; overflow: hidden; background: #eae5de; touch-action: pan-y; }
.hero-slides { position: relative; height: 100%; }
.hero { position: absolute; inset: 0; height: 100%; overflow: hidden; visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .8s ease, visibility .8s; }
.hero.is-active { z-index: 1; visibility: visible; opacity: 1; pointer-events: auto; }
.hero-media { position: absolute; inset: 0; background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; transform: scale(1.045); transition: transform 7s cubic-bezier(.2,.65,.2,1); }
.hero.is-active .hero-media { transform: scale(1.001); }
.hero-media-home { background-image: url("assets/images/nova01.png"); }
.hero-media-travel { background-image: url("assets/images/nova02.png"); }
.hero-media-slow { background-image: url("assets/images/nova03.png"); }
.hero-inner { position: relative; height: 100%; display: flex; align-items: center; }
.hero-copy { width: min(565px, 44%); margin-top: -10px; margin-left: 35px; opacity: 0; transform: translateY(20px); transition: opacity .55s .2s ease, transform .65s .2s cubic-bezier(.2,.7,.2,1); }
.hero.is-active .hero-copy { opacity: 1; transform: translateY(0); }
.hero h1 { margin: 0 0 27px; font-family: var(--serif); font-size: clamp(60px, 6.3vw, 96px); font-weight: 400; line-height: .95; letter-spacing: -.055em; }
.hero-copy > p { max-width: 440px; margin: 0 0 35px; color: #454640; font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-note { position: absolute; right: 31px; bottom: 29px; display: flex; align-items: center; gap: 12px; font-size: 10px; font-weight: 650; letter-spacing: .1em; writing-mode: vertical-rl; }
.hero-note span { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid var(--ink); border-radius: 50%; writing-mode: horizontal-tb; }
.hero-arrow { position: absolute; z-index: 4; top: 50%; width: 43px; height: 43px; padding: 0; display: grid; place-items: center; border: 1px solid rgba(23,24,23,.32); border-radius: 50%; background: rgba(248,247,242,.78); backdrop-filter: blur(8px); cursor: pointer; transform: translateY(-50%); transition: color .2s, background .2s, border-color .2s; }
.hero-arrow:hover { color: var(--white); border-color: var(--ink); background: var(--ink); }
.hero-arrow svg { width: 18px; }
.hero-arrow-prev { left: 22px; }.hero-arrow-prev svg { transform: rotate(180deg); }
.hero-arrow-next { right: 22px; }
.hero-dots { position: absolute; z-index: 4; bottom: 23px; left: 50%; display: flex; align-items: center; gap: 7px; padding: 8px 10px; border-radius: 30px; background: rgba(248,247,242,.72); backdrop-filter: blur(8px); transform: translateX(-50%); }
.hero-dots button { width: 10px; height: 10px; padding: 0; display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; }
.hero-dots span { display: block; width: 5px; height: 5px; border-radius: 10px; background: rgba(23,24,23,.43); transition: width .25s, background .25s; }
.hero-dots button.is-active { width: 28px; }.hero-dots button.is-active span { width: 24px; background: var(--blue); }
.product-pulse { position: relative; padding: 17px 0 19px; background: linear-gradient(90deg, #e6f5f6, #f4faf8 50%, #e5f2f0); }
.product-pulse-card { position: relative; overflow: hidden; border: 1px solid #d8e4e1; border-radius: 12px; background: rgba(255,255,255,.92); box-shadow: 0 13px 30px rgba(36,74,68,.09); }
.product-pulse-track { position: relative; height: 72px; }
.product-pulse-item { position: absolute; inset: 0; padding: 10px 17px; display: grid; grid-template-columns: minmax(260px, 1fr) auto 120px; align-items: center; gap: 31px; visibility: hidden; opacity: 0; pointer-events: none; transform: translateX(45px); transition: opacity .45s ease, transform .5s cubic-bezier(.2,.7,.2,1), visibility .45s; }
.product-pulse-item.is-active { visibility: visible; opacity: 1; pointer-events: auto; transform: translateX(0); }
.product-pulse-item.is-leaving { visibility: visible; opacity: 0; transform: translateX(-45px); }
.pulse-product-name { min-width: 0; }
.pulse-product-name span { display: block; margin-bottom: 1px; color: #14765f; font-size: 9px; font-weight: 750; letter-spacing: .08em; }
.pulse-product-name h2 { margin: 0; overflow: hidden; font-family: var(--serif); font-size: 19px; font-weight: 650; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.pulse-product-price { min-width: 105px; display: flex; flex-direction: column; align-items: flex-end; line-height: 1.15; }
.pulse-product-price small { margin-bottom: 3px; color: var(--muted); font-size: 8px; letter-spacing: .08em; }
.pulse-product-price strong, .pulse-product-price .price { color: #d6443b; font-family: var(--serif); font-size: 20px; font-weight: 700; }
.pulse-product-price del { color: #9b9d98; font-size: 11px; font-weight: 400; }.pulse-product-price ins { text-decoration: none; }
.pulse-buy { height: 42px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 5px; color: var(--white); background: #0c8b76; font-size: 11px; font-weight: 750; transition: background .2s, transform .2s; }
.pulse-buy:hover { background: #096e5e; transform: translateY(-1px); }.pulse-buy svg { width: 14px; }
.pulse-indicator { position: absolute; z-index: 3; top: 0; left: 50%; height: 12px; padding: 3px 6px; display: flex; align-items: center; gap: 4px; border-radius: 12px; background: #3c4847; transform: translate(-50%, -50%); }
.pulse-indicator i { display: block; width: 5px; height: 5px; border-radius: 6px; background: #899492; transition: width .25s, background .25s; }.pulse-indicator i.is-active { width: 17px; background: #ffd05a; }
.category-ribbon { overflow: hidden; color: var(--white); background: var(--blue); }
.ribbon-track { width: max-content; height: 53px; display: flex; align-items: center; gap: 28px; animation: ribbon 24s linear infinite; }
.ribbon-track span { font-family: var(--serif); font-size: 15px; white-space: nowrap; }
.ribbon-track i { width: 4px; height: 4px; border-radius: 50%; background: var(--lime); }
@keyframes ribbon { to { transform: translateX(-50%); } }

/* Products */
.products-section { padding-top: 72px; background: var(--paper); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px 20px; }
.nova-product-card { min-width: 0; padding: 11px; display: flex; flex-direction: column; border: 1px solid #d9e1df; border-radius: 12px; background: var(--white); box-shadow: 0 8px 22px rgba(41,72,65,.055); transition: transform .25s ease, box-shadow .25s ease; }
.nova-product-card:hover { transform: translateY(-5px); box-shadow: 0 16px 32px rgba(41,72,65,.11); }
.product-visual { position: relative; display: block; aspect-ratio: 1 / .96; overflow: hidden; border-radius: 9px; background: #f2f6f4; }
.product-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.nova-product-card:hover .product-visual img, .nova-product-card:hover .product-art { transform: scale(1.025); }
.product-badges { position: absolute; z-index: 4; top: 9px; right: 9px; left: 9px; display: flex; justify-content: space-between; pointer-events: none; }
.product-badges span { padding: 3px 7px; border: 1px solid #bde6d8; border-radius: 20px; color: #08735e; background: rgba(241,252,247,.92); font-size: 8px; font-weight: 750; line-height: 1.2; }
.discount-bubble { position: absolute; z-index: 4; top: 40px; right: 9px; width: 48px; height: 48px; display: grid; align-content: center; place-items: center; border-radius: 50%; color: var(--white); background: #dc1744; box-shadow: 0 4px 12px rgba(172,14,48,.22); font-size: 8px; font-weight: 700; line-height: 1.05; text-align: center; transform: rotate(-5deg); }
.discount-bubble b { font-size: 12px; }
.product-card-body { flex: 1; padding: 14px 1px 1px; display: flex; flex-direction: column; }
.product-category { display: block; min-height: 16px; color: #6d8a82; font-size: 9px; letter-spacing: .06em; }
.product-category a { color: inherit; }
.product-card-body h3 { min-height: 51px; margin: 4px 0 21px; font-family: var(--serif); font-size: 19px; font-weight: 650; line-height: 1.35; }
.product-card-pricing { margin-top: auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; }
.product-was { display: flex; align-items: baseline; gap: 5px; color: #999d99; font-size: 10px; text-decoration: line-through; }.product-was small { font-size: 9px; text-decoration: none; }
.product-was .no-compare { color: #7f8580; text-decoration: none; }
.product-now { color: #df233b; font-family: var(--serif); font-size: 22px; font-weight: 750; line-height: 1; }.product-now .woocommerce-Price-currencySymbol { margin-right: 1px; font-family: var(--sans); font-size: 13px; }
.saving-strip { height: 23px; margin-top: 10px; padding: 0 10px; display: flex; align-items: center; overflow: hidden; border-radius: 4px; color: var(--white); background: #cf1539; font-size: 10px; font-weight: 750; white-space: nowrap; }
.saving-strip .woocommerce-Price-amount { margin-left: 4px; }
.view-product-button { height: 43px; margin-top: 16px; display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: 5px; color: var(--white); background: #0d8b76; font-size: 11px; font-weight: 750; transition: background .2s, transform .2s; }.view-product-button:hover { background: #08705f; }.view-product-button svg { width: 14px; }
.price { display: flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 650; }
.price del { color: #969792; font-weight: 400; }
.price ins { text-decoration: none; }
.product-art { position: absolute; inset: 0; overflow: hidden; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.product-art span { position: absolute; z-index: 2; right: 18px; bottom: 16px; font-size: 9px; font-weight: 800; letter-spacing: .23em; }
.product-art::before, .product-art::after, .product-art i { content: ""; position: absolute; display: block; }
.art-1 { background: #e7dfd2; }.art-1::before { width: 40%; height: 48%; left: 30%; bottom: 17%; border-radius: 50% 50% 9% 9%; background: #e98769; box-shadow: inset -15px -5px 25px rgba(0,0,0,.12); }.art-1::after { width: 58%; height: 8%; left: 21%; bottom: 15%; border-radius: 50%; background: rgba(0,0,0,.11); filter: blur(9px); }.art-1 i { width: 18%; height: 24%; top: 19%; left: 41%; border-radius: 50% 50% 20% 20%; background: #f8f0dc; }
.art-2 { background: #dce7f2; }.art-2::before { width: 51%; height: 51%; left: 24%; bottom: 20%; border-radius: 49% 51% 46% 54%; background: #1f4496; box-shadow: inset -18px -12px 30px rgba(0,0,0,.15); }.art-2::after { width: 17%; height: 25%; left: 42%; bottom: 67%; border: 7px solid #1f4496; border-bottom: 0; }.art-2 i { width: 50%; height: 9%; left: 25%; bottom: 15%; border-radius: 50%; background: rgba(17,31,60,.13); filter: blur(9px); }
.art-3 { background: #e4e0dc; }.art-3::before { width: 58%; height: 42%; left: 21%; top: 28%; border: 12px solid #f7f4ec; border-radius: 38%; box-shadow: 13px 16px 30px rgba(0,0,0,.14), inset 0 0 0 2px #cac6be; }.art-3::after { width: 23%; height: 18%; left: 38%; top: 40%; border-radius: 50%; border: 7px solid #dad7d0; }.art-3 i { width: 52%; height: 8%; left: 24%; bottom: 20%; border-radius: 50%; background: rgba(0,0,0,.12); filter: blur(9px); }
.art-4 { background: #dce5d7; }.art-4::before { width: 57%; height: 48%; left: 22%; top: 26%; border-radius: 3px 3px 20% 20%; background: repeating-linear-gradient(90deg, #d7b595 0 3px, #e4c7a9 3px 7px); transform: rotate(-5deg); box-shadow: 15px 19px 27px rgba(57,65,48,.15); }.art-4::after { width: 45%; height: 13%; left: 27%; top: 20%; border-radius: 50%; background: #c7986f; transform: rotate(-5deg); }.art-4 i { width: 16%; height: 16%; left: 42%; top: 18%; border: 2px solid #9d714c; border-radius: 50%; }

/* Collections */
.collections { padding-top: 25px; }
.collection-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 20px; }
.collection-card { position: relative; min-height: 520px; padding: 34px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; overflow: hidden; }
.collection-card > span, .collection-card h3, .collection-card p, .collection-card b { position: relative; z-index: 2; }
.collection-card > span { margin-bottom: auto; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.collection-card h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 35px; font-weight: 400; }
.collection-card p { max-width: 290px; margin: 0 0 22px; }
.collection-card b { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 11px; }
.collection-card b svg { width: 15px; }
.collection-home { color: var(--white); background: #203c88; }
.collection-work { background: #efd2c8; }
.collection-go { background: #d8e2c8; }
.collection-shape { position: absolute; transition: transform .45s ease; }
.collection-card:hover .collection-shape { transform: translateY(-8px) rotate(2deg); }
.shape-lamp { top: 16%; left: 25%; width: 52%; height: 41%; border-radius: 50% 50% 44% 44%; background: #d9e76d; box-shadow: 0 28px 50px rgba(0,0,0,.2); }
.shape-lamp::after { content: ""; position: absolute; top: 80%; left: 46%; width: 8%; height: 50%; background: #e8e3d5; }
.shape-desk { top: 18%; left: 20%; width: 60%; height: 47%; border: 18px solid #f4ede3; border-radius: 42%; box-shadow: 0 25px 35px rgba(88,44,37,.14); }
.shape-desk::after { content: ""; position: absolute; inset: 24%; border: 8px solid #dc8d75; border-radius: 50%; }
.shape-go { top: 17%; left: 24%; width: 52%; height: 47%; border-radius: 15% 15% 32% 32%; background: #232522; box-shadow: 0 25px 35px rgba(34,50,30,.18); }
.shape-go::before { content: ""; position: absolute; top: -22%; left: 30%; width: 40%; height: 29%; border: 7px solid #232522; border-bottom: 0; border-radius: 30px 30px 0 0; }

/* Services and story */
.services { padding: 88px 0 78px; border-top: 1px solid var(--line); background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; }
.service-card { padding: 0 28px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.service-icon { width: 78px; height: 78px; display: grid; place-items: center; border-radius: 14px; background: #eee8db; transition: transform .25s ease, background .25s ease; }
.service-card:hover .service-icon { background: #e4ddce; transform: translateY(-4px); }
.service-icon svg { width: 35px; height: 35px; stroke-width: 1.35; }
.service-card h3 { margin: 13px 0 10px; font-family: var(--serif); font-size: 22px; font-weight: 650; line-height: .98; }
.service-card p { max-width: 250px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.story-section { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; }
.story-visual { position: relative; min-height: 680px; display: grid; place-items: center; overflow: hidden; background: #d4e1ee; }
.story-orbit { position: absolute; width: 72%; aspect-ratio: 1; border: 1px solid rgba(28,52,111,.4); border-radius: 50%; }
.story-orbit::before, .story-orbit::after { content: ""; position: absolute; border: 1px solid rgba(28,52,111,.3); border-radius: 50%; }
.story-orbit::before { inset: 13%; }.story-orbit::after { inset: 28%; }
.story-vase { position: relative; z-index: 2; width: 30%; height: 43%; margin-top: 8%; border-radius: 46% 46% 25% 25%; background: var(--blue); box-shadow: inset -25px -20px 45px rgba(0,0,0,.17), 20px 40px 50px rgba(35,62,111,.2); }
.story-vase::before { content: ""; position: absolute; top: -24%; left: 35%; width: 30%; height: 32%; background: var(--blue); }
.story-vase::after { content: ""; position: absolute; top: -5%; left: -2%; width: 104%; height: 12%; border-radius: 50%; background: #3556a5; }
.story-visual > span { position: absolute; right: 26px; bottom: 19px; font-family: var(--serif); font-size: 13px; letter-spacing: .2em; }
.story-copy { padding: clamp(70px, 8vw, 135px); display: flex; flex-direction: column; justify-content: center; background: #222320; color: #f3f1e9; }
.story-copy h2 { margin-bottom: 29px; }
.story-copy > p { max-width: 590px; margin: 0 0 45px; color: #bcbdb7; font-size: 15px; line-height: 1.9; }
.story-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 48px; }
.story-stats div { display: flex; flex-direction: column; }
.story-stats strong { font-family: var(--serif); font-size: 36px; font-weight: 400; }
.story-stats span { color: #a8aaa4; font-size: 10px; letter-spacing: .08em; }
.story-copy .text-link { align-self: flex-start; }

/* Reviews and newsletter */
.reviews-section { padding-top: 82px; background: #faf9f5; }
.review-heading { margin-bottom: 21px; }
.review-heading h2 { font-family: var(--sans); font-size: clamp(30px, 3vw, 39px); font-weight: 750; letter-spacing: -.03em; }
.review-heading i { width: 64px; height: 3px; margin: 18px auto 12px; display: block; background: #d9a929; }
.review-heading p { font-size: 12px; }
.review-grid { padding: 14px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: stretch; border: 1px solid #e0e2de; border-radius: 9px; background: rgba(255,255,255,.62); }
.review-card { min-width: 0; padding: 9px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #edf0ec; border-radius: 14px; background: var(--white); box-shadow: 0 7px 20px rgba(40,62,57,.07); }
.review-photo { width: 100%; aspect-ratio: 1.08; border-radius: 10px; object-fit: cover; }
.review-body { padding: 8px 1px 1px; display: flex; flex: 1; flex-direction: column; }
.review-author { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 11px; }
.review-author > span { padding: 2px 6px; border-radius: 20px; color: #08735e; background: #e6f6f0; font-size: 8px; }
.review-rating { margin-top: 5px; display: flex; align-items: center; gap: 10px; }.review-rating span { color: #d8a720; font-size: 19px; letter-spacing: .05em; line-height: 1; }.review-rating b { color: #777b77; font-size: 13px; font-weight: 500; }
.review-body time { margin-top: 3px; color: #9a9d99; font-size: 9px; }
.review-card blockquote { margin: 7px 0 16px; font-family: var(--sans); font-size: 12px; line-height: 1.55; }
.review-product { min-height: 65px; margin-top: auto; padding: 7px; display: grid; grid-template-columns: 49px 1fr 18px; align-items: center; gap: 9px; border-radius: 9px; background: #f1f1ef; }
.review-product > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }.review-product small { color: #949792; font-size: 8px; }.review-product strong { overflow: hidden; color: #ad8317; font-family: var(--serif); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }.review-product svg { width: 15px; transition: transform .2s; }.review-product:hover svg { transform: translateX(3px); }
.review-thumb { position: relative; width: 49px; height: 49px; display: block; overflow: hidden; border-radius: 5px; background: #dce6f1; }
.review-thumb::before, .review-thumb::after { content: ""; position: absolute; display: block; }
.thumb-vase::before { width: 24px; height: 31px; right: 12px; bottom: 7px; border-radius: 48% 48% 28% 28%; background: var(--blue); }.thumb-vase::after { width: 9px; height: 10px; top: 6px; left: 20px; background: var(--blue); }
.thumb-lamp { background: #eee4d4; }.thumb-lamp::before { width: 31px; height: 18px; top: 8px; left: 9px; border-radius: 50% 50% 25% 25%; background: #f9f5e9; }.thumb-lamp::after { width: 12px; height: 23px; left: 19px; bottom: 6px; border-radius: 5px; background: #d9b477; }
.thumb-travel { background: #dfe5df; }.thumb-travel::before { width: 34px; height: 25px; left: 7px; bottom: 7px; border-radius: 5px; background: #303330; }.thumb-travel::after { width: 16px; height: 10px; top: 8px; left: 16px; border: 3px solid #303330; border-bottom: 0; border-radius: 8px 8px 0 0; }
.storefront-banner { position: relative; height: clamp(390px, 42vw, 650px); overflow: hidden; background: #202321; }
.storefront-banner > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.storefront-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,9,8,.2), transparent 36%, rgba(7,9,8,.16)); pointer-events: none; }
.storefront-brand { position: absolute; z-index: 2; top: 9%; left: 50%; display: flex; align-items: baseline; gap: 12px; color: var(--white); text-shadow: 0 3px 12px rgba(0,0,0,.55); transform: translateX(-50%); }
.storefront-brand strong { font-family: var(--serif); font-size: clamp(48px, 6vw, 92px); font-weight: 500; letter-spacing: -.045em; line-height: 1; }.storefront-brand > span { font-size: clamp(10px, 1vw, 15px); font-weight: 800; letter-spacing: .3em; }.storefront-brand small { position: absolute; top: calc(100% + 8px); left: 50%; width: max-content; font-size: 9px; font-weight: 700; letter-spacing: .2em; transform: translateX(-50%); }
.storefront-notes { position: absolute; z-index: 2; right: 8%; bottom: 24%; left: 8%; display: grid; grid-template-columns: repeat(3, 1fr); color: var(--white); text-align: center; text-shadow: 0 2px 10px rgba(0,0,0,.9); pointer-events: none; }
.storefront-notes > span { font-family: var(--serif); font-size: clamp(17px, 1.7vw, 27px); font-weight: 650; line-height: 1.15; }.storefront-notes small { font-family: var(--sans); font-size: 9px; font-weight: 750; letter-spacing: .13em; }
.store-signup { padding: 65px 0 67px; background: #f3e6d8; }
.store-signup-inner { text-align: center; }
.store-signup h2 { margin: 0 0 8px; font-family: var(--sans); font-size: clamp(24px, 2.2vw, 34px); font-weight: 750; letter-spacing: -.03em; }
.store-signup p { margin: 0; font-size: 12px; }
.store-newsletter-form { width: min(460px, 100%); margin: 23px auto 0; display: grid; grid-template-columns: 1fr 78px; gap: 10px; border: 0; }
.store-newsletter-form input { min-width: 0; height: 43px; padding: 0 14px; border: 1px solid #cbc5be; border-radius: 3px; outline: 0; color: var(--ink); background: var(--white); }
.store-newsletter-form input:focus { border-color: #ad633f; box-shadow: 0 0 0 2px rgba(173,99,63,.12); }.store-newsletter-form input::placeholder { color: #92938f; }
.store-newsletter-form button { height: 43px; display: grid; place-items: center; border: 0; border-radius: 3px; color: var(--white); background: #a94425; font-size: 11px; font-weight: 750; cursor: pointer; transition: background .2s; }.store-newsletter-form button:hover { background: #87351c; }

/* Footer */
.site-footer { padding: 78px 0 25px; color: #d5d5d0; background: #171817; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; }
.footer-brand { max-width: 330px; }.footer-logo { margin-bottom: 28px; color: var(--white); }.footer-brand p { color: #8d8e89; font-size: 13px; }
.footer-grid h3 { margin: 3px 0 23px; color: #f2f2ec; font-size: 11px; letter-spacing: .12em; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; font-size: 12px; }
.footer-grid a:hover { color: var(--lime); }.footer-grid p { margin: 0; }
.footer-bottom { margin-top: 70px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid #343532; color: #777873; font-size: 10px; letter-spacing: .1em; }

/* Core content and WooCommerce */
.site-main { min-height: 55vh; }.content-layout, .prose-page, .shop-layout { padding-top: 82px; padding-bottom: 110px; }
.page-header { margin-bottom: 55px; }.page-header h1, .woocommerce-products-header__title { margin: 0; font-family: var(--serif); font-size: clamp(46px, 5vw, 76px); font-weight: 400; line-height: 1.05; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }.post-card img { aspect-ratio: 1.2; object-fit: cover; }.post-card h2 { font-family: var(--serif); font-weight: 400; }.post-card > div { padding: 20px 0; }.post-card span { color: var(--muted); font-size: 11px; }
.prose-page { max-width: 900px; }.entry-content { font-size: 17px; }.entry-content > * { max-width: 760px; margin-inline: auto; }.entry-content img, .single-hero-image { width: 100%; margin: 35px 0; }
.woocommerce .woocommerce-breadcrumb { color: var(--muted); font-size: 11px; }.woocommerce .woocommerce-ordering select { padding: 11px 30px 11px 13px; border: 1px solid var(--line); background: transparent; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 50px 20px; }.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; float: none !important; }.woocommerce ul.products li.product a img { aspect-ratio: .89; object-fit: cover; margin: 0 0 18px; background: #eeede8; }.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: var(--serif); font-size: 19px; font-weight: 500; }.woocommerce ul.products li.product .price { color: var(--ink); font-size: 13px; }.woocommerce ul.products li.product .button, .woocommerce button.button, .woocommerce a.button, .woocommerce input.button { border-radius: 0; color: var(--white); background: var(--ink); font-size: 12px; }.woocommerce ul.products li.product .button { margin-top: 12px; padding: 12px 17px; }.woocommerce span.onsale { min-height: auto; min-width: auto; padding: 5px 9px; border-radius: 0; background: var(--blue); font-size: 9px; line-height: 1.4; letter-spacing: .1em; }.woocommerce-message { border-top-color: var(--blue); }.woocommerce-message::before { color: var(--blue); }.woocommerce div.product .product_title { font-family: var(--serif); font-size: clamp(38px, 4vw, 62px); font-weight: 400; }.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--ink); }.woocommerce div.product form.cart .button { min-height: 50px; padding: 0 28px; }.woocommerce .quantity .qty { min-height: 50px; border: 1px solid var(--line); }.woocommerce-tabs { padding-top: 50px; }.woocommerce table.shop_table { border-radius: 0; }.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { padding: 13px; border: 1px solid var(--line); background: var(--white); }

/* Shop catalog */
.shop-catalog { padding: 70px 0 110px; background: var(--white); }
.shop-catalog-header { margin-bottom: 34px; text-align: center; }
.shop-catalog-header h1 { margin: 0; font-family: var(--sans); font-size: clamp(28px, 3vw, 36px); font-weight: 800; line-height: 1; letter-spacing: -.035em; text-transform: uppercase; }
.shop-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 25px 23px; }
.shop-product-card { min-width: 0; min-height: 395px; margin: 0; border: 1px solid #e1e2df; background: var(--white); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.shop-product-card:hover { border-color: #c8cac5; box-shadow: 0 14px 32px rgba(34,36,33,.08); transform: translateY(-3px); }
.shop-product-card > a { height: 100%; padding: 14px 14px 28px; display: flex; flex-direction: column; color: var(--ink); }
.shop-product-image { position: relative; width: 100%; aspect-ratio: 1 / .94; margin-bottom: 21px; display: grid; place-items: center; overflow: hidden; isolation: isolate; background: #fbfbfa; }
.shop-product-image img { width: 100%; height: 100%; margin: 0; object-fit: contain; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.shop-product-image .product-art { width: 100%; height: 100%; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.shop-product-card:hover .shop-product-image img, .shop-product-card:hover .shop-product-image .product-art { transform: scale(1.035); }
.shop-product-card h2 { min-height: 44px; margin: 0 7px 4px; display: flex; align-items: center; justify-content: center; font-family: var(--sans); font-size: 14px; font-weight: 700; line-height: 1.35; text-align: center; }
.shop-product-price { margin-top: auto; color: #aa8700; font-size: 18px; font-weight: 750; line-height: 1.3; text-align: center; }
.shop-product-price .amount { color: inherit; }
.shop-product-price del { margin-right: 5px; color: #a3a49f; font-size: 12px; font-weight: 500; opacity: 1; }
.shop-product-price ins { text-decoration: none; }
.shop-product-price small { font-size: 16px; font-weight: 650; }
.shop-pagination { margin-top: 27px; }
.shop-pagination ul { margin: 0; padding: 0; display: flex; justify-content: center; gap: 6px; list-style: none; }
.shop-pagination a, .shop-pagination .current, .shop-pagination .dots { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid #dedfdb; color: var(--ink); background: var(--white); font-size: 13px; line-height: 1; transition: color .2s, border-color .2s, background .2s; }
.shop-pagination a:hover { color: var(--white); border-color: #e96868; background: #e96868; }
.shop-pagination .current { color: var(--white); border-color: #e96868; background: #e96868; }
.shop-pagination .dots { border-color: transparent; }

/* Single product */
.single-product .shop-layout > .product { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr); align-items: start; gap: 44px clamp(42px, 6vw, 92px); }
.single-product .shop-layout > .product > .woocommerce-product-gallery,
.single-product .shop-layout > .product > .summary { width: auto !important; min-width: 0; margin: 0 !important; float: none !important; }
.single-product .shop-layout > .product > .woocommerce-product-gallery { max-width: 640px; justify-self: end; overflow: hidden; }
.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image--placeholder { width: 100%; }
.single-product .woocommerce-product-gallery__image img,
.single-product .woocommerce-product-gallery__image--placeholder img { width: 100%; height: auto; max-height: 620px; aspect-ratio: 1 / 1; margin: 0; object-fit: contain; background: #f1efeb; }
.single-product .shop-layout > .product > .summary { padding-top: clamp(15px, 3vw, 48px); }
.single-product .shop-layout > .product > .summary .product_title { margin-top: 0; }
.single-product .shop-layout > .product > .woocommerce-tabs,
.single-product .shop-layout > .product > .related { grid-column: 1 / -1; width: 100%; }
.single-product .shop-layout > .product > .clear { display: none; }

/* Dynamic product detail */
.single-product .shop-layout { width: min(1240px, calc(100vw - 64px)); padding-top: 42px; }
.single-product .shop-layout > .nova-single-product { display: block !important; }
.nova-product-overview { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(390px, .82fr); align-items: start; gap: clamp(42px, 6vw, 86px); }
.nova-product-gallery { position: sticky; top: 143px; min-width: 0; }
.nova-gallery-stage { position: relative; aspect-ratio: 1 / 1.04; overflow: hidden; background: #fafafa; }
.nova-gallery-image { width: 100%; height: 100%; margin: 0; }
.nova-gallery-image[hidden] { display: none; }
.nova-gallery-image img { width: 100%; height: 100%; object-fit: contain; }
.nova-gallery-count { position: absolute; z-index: 3; top: 17px; right: 17px; padding: 3px 9px; border-radius: 20px; color: var(--white); background: #315f55; font-size: 10px; font-weight: 750; }
.nova-gallery-arrow { position: absolute; z-index: 3; top: 50%; width: 38px; height: 38px; padding: 0; display: grid; place-items: center; border: 1px solid #c6dfd8; border-radius: 50%; color: #087d69; background: rgba(255,255,255,.9); box-shadow: 0 5px 15px rgba(33,75,66,.08); cursor: pointer; transform: translateY(-50%); }
.nova-gallery-arrow:hover { color: var(--white); background: #108c77; }.nova-gallery-prev { left: 13px; }.nova-gallery-next { right: 13px; }
.nova-gallery-thumbs { margin-top: 15px; display: flex; gap: 13px; overflow-x: auto; scrollbar-width: thin; }
.nova-gallery-thumb { flex: 0 0 72px; width: 72px; height: 86px; padding: 4px; overflow: hidden; border: 1px solid transparent; border-radius: 5px; background: #f7f8f6; cursor: pointer; }
.nova-gallery-thumb.is-active { border-color: #d4a31b; }.nova-gallery-thumb img { width: 100%; height: 100%; object-fit: contain; }
.nova-product-summary > h1 { margin: 0 0 7px; font-family: var(--sans); font-size: clamp(29px, 3vw, 39px); font-weight: 800; line-height: 1.1; letter-spacing: -.035em; }
.nova-product-excerpt { color: #303532; font-size: 13px; line-height: 1.75; }.nova-product-excerpt p { margin: 0; }
.nova-product-highlights { margin-top: 16px; padding: 15px 17px; border-radius: 4px; background: #edf6f4; }
.nova-product-highlights > strong { display: block; margin-bottom: 7px; color: #087c69; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.nova-product-highlights ul, .nova-coupon ul { margin: 0; padding: 0; list-style: none; }
.nova-product-highlights li { margin: 4px 0; font-size: 12px; }.nova-product-highlights li::before { content: "✓"; margin-right: 5px; color: #07987c; font-weight: 800; }
.nova-product-notice { margin: 14px 0 0; padding-bottom: 13px; border-bottom: 1px solid #e1e4e1; color: #777c78; font-size: 9px; line-height: 1.55; }
.nova-rating-link { margin-top: 11px; display: inline-flex; align-items: center; gap: 11px; color: #1744bb; font-size: 12px; text-decoration: underline; }.nova-rating-link span { color: #d8a51b; font-size: 19px; letter-spacing: -2px; text-decoration: none; }
.nova-single-price { min-height: 49px; margin: 9px 0 12px; display: flex; align-items: center; gap: 9px; color: #d8222c; font-size: 27px; font-weight: 800; }
.nova-single-price del { color: #a8aba8; font-size: 13px; font-weight: 400; }.nova-single-price ins { text-decoration: none; }
.nova-coupon { padding: 12px 13px; display: grid; grid-template-columns: 1fr auto; gap: 9px 12px; border: 1px solid #efb8bf; border-left: 4px solid #c80e38; border-radius: 8px; background: #fffafa; box-shadow: 0 6px 15px rgba(126,23,43,.05); }
.nova-coupon > div { display: flex; flex-direction: column; }.nova-coupon small { color: #bd1234; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }.nova-coupon strong { font-size: 13px; }
.nova-coupon button { padding: 7px 10px; align-self: center; border: 0; border-radius: 4px; color: var(--white); background: #c80e38; cursor: pointer; }.nova-coupon button span { display: block; font-size: 12px; font-weight: 800; }.nova-coupon button b { font-size: 8px; }
.nova-coupon ul { grid-column: 1 / -1; padding-top: 6px; display: flex; flex-wrap: wrap; gap: 4px 18px; border-top: 1px dashed #efcdd2; }.nova-coupon li { color: #616561; font-size: 9px; }.nova-coupon li::before { content: "✓"; margin-right: 4px; color: #149078; }
.nova-stock { margin: 14px 0; }.nova-stock .stock { width: fit-content; margin: 0; padding: 4px 10px; border-radius: 4px; font-size: 11px; }.nova-stock.is-in-stock .stock { color: #178146; background: #eaf7eb; }.nova-stock.is-out-of-stock .stock { color: #a12b2b; background: #fae9e9; }
.nova-purchase-box, .nova-details-card { padding: 16px; border: 1px solid #d8e1df; border-radius: 10px; background: #f9fbfa; }
.nova-purchase-form { margin: 0 !important; }
.nova-pack-size { margin: 0 0 14px; padding: 0 0 14px; border: 0; border-bottom: 1px solid #dde3e1; }.nova-pack-size legend, .nova-quantity-row > label { margin-bottom: 8px; font-size: 11px; font-weight: 750; }.nova-pack-size > div { display: flex; flex-wrap: wrap; gap: 7px; }
.nova-pack-size input { position: absolute; opacity: 0; pointer-events: none; }.nova-pack-size span { min-height: 33px; padding: 0 13px; display: grid; place-items: center; border: 1px solid #cbd8d5; border-radius: 5px; background: var(--white); font-size: 11px; font-weight: 700; cursor: pointer; }.nova-pack-size input:checked + span { color: var(--white); border-color: #0b8d77; background: #0b8d77; box-shadow: 0 4px 10px rgba(11,141,119,.16); }
.nova-quantity-row { padding-bottom: 11px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #dde3e1; }.nova-quantity-row > label { margin: 0; }
.nova-quantity { height: 35px; display: flex; border: 1px solid #d9dfdd; border-radius: 5px; overflow: hidden; background: var(--white); }.nova-quantity > button { width: 34px; padding: 0; border: 0; background: #f1f4f3; cursor: pointer; }.nova-quantity .quantity { margin: 0 !important; }.nova-quantity input.qty { width: 52px; height: 35px; min-height: 0 !important; padding: 0; border: 0 !important; appearance: textfield; }.nova-quantity input.qty::-webkit-outer-spin-button, .nova-quantity input.qty::-webkit-inner-spin-button { margin: 0; appearance: none; }
.nova-total-row { padding: 13px 0; display: flex; align-items: baseline; gap: 5px; }.nova-total-row span { font-size: 12px; font-weight: 700; }.nova-total-row strong { color: #d6222c; font-size: 19px; }
.nova-add-cart, .nova-buy-now { width: 100%; min-height: 43px; display: block; border: 1px solid #078a73; border-radius: 5px; font-size: 12px; font-weight: 800; cursor: pointer; }.nova-add-cart { color: #087b68; background: var(--white); }.nova-buy-now { margin-top: 8px; color: var(--white); background: #108b76; }.nova-add-cart:hover, .nova-buy-now:hover { color: var(--white); background: #087763; }
.nova-purchase-trust { margin: 9px 0 0; color: #737a76; font-size: 8px; text-align: center; }
.nova-default-cart .cart { margin: 0; }.nova-default-cart table.variations { margin-bottom: 12px; }.nova-default-cart .single_add_to_cart_button { min-height: 43px !important; background: #108b76 !important; }
.nova-details-card { margin-top: 23px; background: #fbfdfc; }.nova-details-card > span { color: #087b69; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.nova-details-card h2 { margin: 2px 0 2px; font-family: var(--sans); font-size: 21px; line-height: 1.2; }.nova-details-card > p { margin: 0 0 12px; color: #7c817e; font-size: 10px; }
.nova-details-card dl { margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #dce3e0; }.nova-details-card dl > div { min-height: 59px; padding: 10px 3px; border-bottom: 1px solid #dce3e0; }.nova-details-card dl > div:nth-child(odd) { padding-right: 12px; border-right: 1px solid #dce3e0; }.nova-details-card dl > div:nth-child(even) { padding-left: 12px; }.nova-details-card dt { color: #818783; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.nova-details-card dd { margin: 1px 0 0; font-size: 11px; font-weight: 700; }.nova-details-card dd.is-in-stock::before { content: ""; width: 6px; height: 6px; margin-right: 5px; display: inline-block; border-radius: 50%; background: #16b58c; }
.nova-detail-description { padding-top: 11px; color: #717773; font-size: 9px; line-height: 1.55; }.nova-detail-description p { margin: 0; }
.nova-reviews-section { margin-top: 105px; }.nova-reviews-section > header, .nova-related-section > header { text-align: center; }.nova-reviews-section > header h2, .nova-related-section > header h2 { margin: 0; font-family: var(--sans); font-size: 23px; font-weight: 800; }.nova-reviews-section > header i, .nova-related-section > header i { width: 48px; height: 2px; margin: 10px auto 24px; display: block; background: #d3a31b; }
.nova-review-summary { padding: 28px clamp(30px, 7vw, 95px); display: grid; grid-template-columns: 170px 1fr 150px; align-items: center; gap: 40px; border: 1px solid #dbe2df; border-radius: 8px; background: #f6f9f8; }
.nova-average { display: flex; flex-direction: column; align-items: center; }.nova-average strong { font-family: var(--serif); font-size: 36px; line-height: 1; }.nova-average span { color: #efb313; font-size: 22px; letter-spacing: -2px; }.nova-average small { font-size: 10px; }
.nova-rating-bars { display: flex; flex-direction: column; gap: 4px; }.nova-rating-bars > div { display: grid; grid-template-columns: 27px minmax(120px, 1fr) 34px; align-items: center; gap: 7px; }.nova-rating-bars b, .nova-rating-bars small { font-size: 10px; font-weight: 500; }.nova-rating-bars b { color: #d79e0c; }.nova-rating-bars > div > span { height: 16px; border: 1px solid #c8cecb; background: var(--white); }.nova-rating-bars i { height: 100%; display: block; background: #ffbd13; }
.nova-review-toggle { min-height: 40px; padding: 0 18px; border: 0; border-radius: 4px; color: var(--white); background: #108b76; font-size: 11px; font-weight: 750; cursor: pointer; }
.nova-review-form { margin-top: 18px; padding: 22px; border: 1px solid #dbe2df; border-radius: 8px; background: #fbfcfb; }.nova-review-form[hidden] { display: none; }.nova-review-form .comment-reply-title { font-size: 19px; font-weight: 800; }.nova-review-form label { display: block; margin-bottom: 4px; font-size: 11px; font-weight: 700; }.nova-review-form textarea, .nova-review-form input, .nova-review-form select { width: 100%; padding: 10px; border: 1px solid #ccd4d1; background: var(--white); }.nova-review-form .form-submit input { width: auto; border: 0; color: var(--white); background: #108b76; cursor: pointer; }
.nova-review-toolbar { min-height: 40px; margin-top: 19px; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #e0e3e1; border-radius: 6px; background: #fafafa; font-size: 9px; }.nova-review-toolbar label { display: flex; align-items: center; gap: 7px; }.nova-review-toolbar select { border: 0; outline: 0; background: transparent; font-size: 9px; }
.nova-review-list { margin-top: 11px; display: flex; flex-direction: column; gap: 11px; }.nova-review-card { padding: 17px; display: grid; grid-template-columns: 44px 1fr; gap: 13px; border: 1px solid #dfe3e1; border-radius: 8px; background: var(--white); }.nova-review-card.is-hidden { display: none; }.nova-review-avatar img { width: 44px; height: 44px; border-radius: 50%; }.nova-review-card header { display: flex; justify-content: space-between; gap: 15px; }.nova-review-card header strong { font-size: 12px; }.nova-review-card time { color: #858a86; font-size: 9px; }.nova-verified { padding: 2px 5px; border: 1px solid #bcd9e9; border-radius: 10px; color: #4d7790; font-size: 8px; }.nova-review-stars { margin-top: 5px; color: #e6ac11; font-size: 15px; }.nova-review-content { font-size: 12px; }.nova-review-content p { margin: 4px 0 0; }.nova-show-reviews { margin: 18px auto 0; padding: 9px 17px; display: block; border: 1px solid #b7c8d0; background: var(--white); font-size: 10px; cursor: pointer; }.nova-no-reviews { padding: 30px; border: 1px solid #dfe3e1; border-radius: 8px; color: #747975; text-align: center; }
.nova-related-section { margin-top: 115px; }.nova-related-section > header i { margin-bottom: 9px; background: #0c8d77; }.nova-related-section > header { margin-bottom: 29px; }
.nova-related-wrap { position: relative; }.nova-related-track { display: grid; grid-auto-columns: calc((100% - 48px) / 4); grid-auto-flow: column; gap: 16px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; }.nova-related-track::-webkit-scrollbar { display: none; }
.nova-related-card { min-width: 0; border: 1px solid #dce3e0; border-radius: 9px; background: var(--white); box-shadow: 0 8px 18px rgba(31,55,48,.05); }.nova-related-card > a { height: 100%; padding: 12px; display: flex; flex-direction: column; }.nova-related-image { position: relative; aspect-ratio: 1.1; overflow: hidden; border-radius: 6px; background: #fafafa; }.nova-related-image img { width: 100%; height: 100%; object-fit: contain; }.nova-related-card h3 { min-height: 42px; margin: 13px 7px 4px; font-size: 12px; line-height: 1.4; }.nova-related-price { margin: auto 7px 13px; color: #d5252e; font-size: 16px; font-weight: 750; }.nova-related-price del { color: #999; font-size: 10px; }.nova-related-price ins { text-decoration: none; }.nova-related-card > a > span { min-height: 36px; display: grid; place-items: center; border: 1px solid #078a73; border-radius: 4px; color: #087b68; font-size: 10px; font-weight: 750; }
.nova-related-arrow { position: absolute; z-index: 3; top: 49%; width: 38px; height: 38px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 50%; color: var(--white); background: #108b76; box-shadow: 0 5px 12px rgba(10,91,76,.18); cursor: pointer; transform: translateY(-50%); }.nova-related-arrow.is-prev { left: -19px; }.nova-related-arrow.is-next { right: -19px; }

/* Global side cart */
.nova-cart-overlay { position: fixed; z-index: 300; inset: 0; visibility: hidden; opacity: 0; background: rgba(16,21,19,.48); backdrop-filter: blur(1px); transition: opacity .3s ease, visibility .3s; }
.nova-cart-drawer { position: fixed; z-index: 301; top: 0; right: 0; bottom: 0; width: min(440px, 100vw); visibility: hidden; background: var(--white); box-shadow: -18px 0 50px rgba(12,24,20,.13); transform: translateX(100%); transition: transform .36s cubic-bezier(.22,.7,.25,1), visibility .36s; }
body.cart-open .nova-cart-overlay { visibility: visible; opacity: 1; }
body.cart-open .nova-cart-drawer { visibility: visible; transform: translateX(0); }
.nova-cart-drawer-content { height: 100%; display: flex; flex-direction: column; }
.nova-cart-head { flex: 0 0 58px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e1e5e3; }
.nova-cart-head h2 { margin: 0; font-family: var(--sans); font-size: 14px; font-weight: 800; }.nova-cart-head h2 span { color: #69706c; font-weight: 600; }
.nova-cart-head button { width: 34px; height: 34px; padding: 0; display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; }.nova-cart-head button svg { width: 18px; }
.nova-cart-notices:empty { display: none; }.nova-cart-notices .woocommerce-message, .nova-cart-notices .woocommerce-error { margin: 10px 14px 0; padding: 10px 12px 10px 34px; font-size: 10px; }.nova-cart-notices .woocommerce-message::before, .nova-cart-notices .woocommerce-error::before { top: 10px; left: 12px; }
.nova-cart-items { flex: 1 1 auto; min-height: 0; padding: 3px 15px 18px; overflow-y: auto; overscroll-behavior: contain; }
.nova-cart-item { position: relative; padding: 15px 0; display: grid; grid-template-columns: 65px 1fr; gap: 13px; border-bottom: 1px solid #eceeec; }
.nova-cart-remove { position: absolute; z-index: 2; top: 8px; left: -7px; width: 18px; height: 18px; display: grid; place-items: center; border: 1px solid #d3d8d5; border-radius: 50%; color: #6f7571; background: var(--white); font-size: 13px; line-height: 1; }
.nova-cart-thumb { width: 65px; height: 78px; padding: 4px; display: grid; place-items: center; overflow: hidden; border-radius: 5px; background: #f6f8f7; }.nova-cart-thumb img { width: 100%; height: 100%; object-fit: contain; }
.nova-cart-item-copy { min-width: 0; }.nova-cart-item-top { display: grid; grid-template-columns: 1fr auto; gap: 8px; }.nova-cart-item-top strong { display: block; overflow: hidden; font-size: 12px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.nova-cart-item-price { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 3px 6px; font-size: 11px; }.nova-cart-item-price del { color: #999e9a; font-size: 9px; }.nova-cart-item-price ins { text-decoration: none; }.nova-cart-item-price small { flex-basis: 100%; color: #42945f; font-size: 8px; text-align: right; }
.nova-cart-item-meta { margin-top: 2px; color: #66706b; font-size: 8px; }.nova-cart-item-meta dl { margin: 0; }.nova-cart-item-meta dt, .nova-cart-item-meta dd { display: inline; margin: 0; }.nova-cart-item-meta dd::after { content: " "; display: block; }
.nova-cart-quantity { width: fit-content; height: 28px; margin-top: 8px; display: flex; overflow: hidden; border: 1px solid #d8ddda; border-radius: 5px; }.nova-cart-quantity button { width: 29px; padding: 0; border: 0; background: #f4f6f5; font-size: 13px; cursor: pointer; }.nova-cart-quantity input { width: 38px; padding: 0; border: 0; outline: 0; text-align: center; appearance: textfield; }.nova-cart-quantity input::-webkit-inner-spin-button, .nova-cart-quantity input::-webkit-outer-spin-button { margin: 0; appearance: none; }
.nova-cart-footer { flex: 0 0 auto; border-top: 1px solid #dce1de; background: var(--white); box-shadow: 0 -8px 22px rgba(29,47,41,.035); }
.nova-cart-coupon { border-bottom: 1px solid #e1e4e2; }.nova-cart-coupon summary { min-height: 43px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; font-size: 11px; font-weight: 750; cursor: pointer; list-style: none; }.nova-cart-coupon summary::-webkit-details-marker { display: none; }.nova-cart-coupon summary::after { content: "+"; font-size: 16px; font-weight: 400; }.nova-cart-coupon[open] summary::after { content: "−"; }
.nova-cart-coupon form { padding: 0 16px 13px; display: grid; grid-template-columns: 1fr 70px; gap: 7px; }.nova-cart-coupon input { min-width: 0; height: 36px; padding: 0 10px; border: 1px solid #ccd3d0; outline: 0; }.nova-cart-coupon button { border: 0; color: var(--white); background: #108b76; font-size: 10px; font-weight: 750; cursor: pointer; }
.nova-applied-coupons { padding: 8px 16px 0; display: flex; flex-wrap: wrap; gap: 5px; }.nova-applied-coupons span { padding: 3px 7px; border-radius: 3px; color: #0d806d; background: #e8f5f1; font-size: 9px; font-weight: 700; }
.nova-cart-subtotal { padding: 11px 16px 0; display: flex; align-items: center; justify-content: space-between; font-size: 12px; }.nova-cart-subtotal b { font-size: 14px; }.nova-cart-footer > p { margin: 0; padding: 0 16px 10px; color: #747b77; font-size: 9px; }
.nova-cart-checkout { min-height: 43px; margin: 0 16px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 5px; color: var(--white); background: #108b76; font-size: 13px; font-weight: 800; }.nova-cart-checkout:hover { background: #087562; }.nova-cart-checkout svg { width: 16px; }
.nova-cart-page-link { margin-top: 8px; display: block; color: #4e5954; font-size: 10px; text-align: center; text-decoration: underline; }.nova-cart-continue { width: 100%; min-height: 35px; padding: 0; border: 0; color: #737a76; background: transparent; font-size: 10px; cursor: pointer; }
.nova-cart-empty { flex: 1; padding: 80px 30px; display: flex; flex-direction: column; align-items: center; text-align: center; }.nova-cart-empty > svg { width: 42px; height: 42px; color: #71817a; }.nova-cart-empty h3 { margin: 17px 0 3px; font-size: 18px; }.nova-cart-empty p { margin: 0 0 20px; color: #737a76; font-size: 11px; }.nova-cart-empty a { min-height: 41px; padding: 0 21px; display: grid; place-items: center; border-radius: 4px; color: var(--white); background: #108b76; font-size: 11px; font-weight: 750; }
body.cart-updating .nova-cart-drawer-content { opacity: .62; pointer-events: none; }

/* Floating promotion and customer service */
body.promo-open { overflow: hidden; }
.nova-floating-tools > button, .nova-floating-tools > a { position: fixed; z-index: 190; bottom: 20px; width: 50px; height: 50px; display: grid; place-items: center; border: 0; border-radius: 50%; color: var(--white); box-shadow: 0 7px 17px rgba(19,40,34,.25); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }.nova-floating-tools > button:hover, .nova-floating-tools > a:hover { transform: translateY(-3px); box-shadow: 0 10px 23px rgba(19,40,34,.3); }
.nova-floating-gift { left: 18px; background: linear-gradient(145deg, #ff8a31, #ee377d 54%, #7359e8); }.nova-floating-gift svg { width: 27px; height: 27px; stroke-width: 1.8; }.nova-floating-gift > span { position: absolute; top: -3px; right: -2px; min-width: 18px; height: 18px; padding: 0 4px; display: grid; place-items: center; border: 2px solid var(--white); border-radius: 20px; color: var(--white); background: #ef3340; font-size: 9px; font-weight: 800; }
.nova-floating-chat { right: 18px; background: #3b62e8; }.nova-floating-chat svg { width: 25px; height: 25px; stroke-width: 1.9; }
body.menu-open .nova-floating-tools > *, body.cart-open .nova-floating-tools > * { opacity: 0; pointer-events: none; }
.nova-promo-overlay { position: fixed; z-index: 400; inset: 0; padding: 20px; display: grid; place-items: center; visibility: hidden; opacity: 0; background: rgba(15,19,18,.7); transition: opacity .25s ease, visibility .25s; }.nova-promo-overlay.is-open { visibility: visible; opacity: 1; }
.nova-promo-modal { position: relative; width: min(390px, 100%); overflow: hidden; border-radius: 9px; background: var(--white); box-shadow: 0 24px 70px rgba(0,0,0,.3); transform: translateY(17px) scale(.97); transition: transform .3s cubic-bezier(.22,.7,.25,1); }.nova-promo-overlay.is-open .nova-promo-modal { transform: translateY(0) scale(1); }
.nova-promo-close { position: absolute; z-index: 3; top: 12px; right: 12px; width: 36px; height: 36px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 50%; color: var(--white); background: #111; cursor: pointer; }.nova-promo-close svg { width: 18px; height: 18px; }
.nova-promo-visual { position: relative; min-height: 245px; display: grid; grid-template-columns: 62% 38%; overflow: hidden; color: #182941; background: repeating-conic-gradient(from -5deg at 31% 57%, #fff8e8 0deg 8deg, #ffe9ce 8deg 16deg); }
.nova-promo-visual::after { content: ""; position: absolute; top: 0; bottom: 0; left: 62%; border-left: 2px dashed rgba(255,255,255,.85); }
.nova-promo-visual > div { padding: 32px 15px 22px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }.nova-promo-visual small { max-width: 190px; padding: 5px 9px; border-top: 1px solid #e56847; border-bottom: 1px solid #e56847; font-size: 10px; font-weight: 850; letter-spacing: .13em; }.nova-promo-visual strong { margin-top: 10px; color: #f05229; font-family: var(--sans); font-size: clamp(49px, 13vw, 72px); font-weight: 900; line-height: .95; letter-spacing: -.07em; }.nova-promo-visual > div > span { margin-top: 8px; padding: 4px 9px; color: var(--white); background: #1b2d45; font-size: 9px; font-weight: 850; letter-spacing: .08em; }
.nova-promo-visual > b { padding: 69px 8px 20px; display: block; color: var(--white); background: #fb552d; font-size: 34px; font-weight: 900; line-height: .9; text-align: center; }.nova-promo-visual > b em { display: block; margin-top: 13px; font-family: var(--serif); font-size: 18px; font-weight: 500; }
.nova-promo-copy { padding: 29px 20px 20px; text-align: center; }.nova-promo-copy h2 { margin: 0; font-family: var(--sans); font-size: 25px; font-weight: 850; line-height: 1.2; }.nova-promo-copy p { margin: 6px 0 16px; color: #747874; font-size: 13px; }.nova-promo-copy > a, .nova-promo-copy > button { width: 100%; min-height: 48px; display: grid; place-items: center; border: 0; border-radius: 3px; font-size: 15px; cursor: pointer; }.nova-promo-copy > a { color: var(--white); background: #08783c; font-weight: 750; }.nova-promo-copy > button { margin-top: 9px; color: #656965; background: #eeeeee; }

/* Full Cart page */
.nova-cart-page { padding: 42px 0 115px; background: var(--white); }
.nova-cart-page-content { width: min(1120px, calc(100vw - 64px)); }
.nova-cart-page-header { margin-bottom: 21px; }.nova-cart-page-header h1 { margin: 0; font-family: var(--sans); font-size: clamp(30px, 3vw, 39px); font-weight: 800; line-height: 1.1; letter-spacing: -.04em; }.nova-cart-page-header p { margin: 4px 0 0; color: #6d7671; font-size: 11px; }
.nova-cart-page-notices:empty { display: none; }.nova-cart-page-notices { margin-bottom: 15px; }.nova-cart-page-notices .woocommerce-message, .nova-cart-page-notices .woocommerce-error { margin: 0; font-size: 11px; }
.nova-cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: 47px; }
.nova-cart-products-panel, .nova-cart-total-panel { border: 1px solid #dbe3e0; border-radius: 14px; background: var(--white); box-shadow: 0 13px 30px rgba(32,55,48,.055); }
.nova-cart-products-panel { padding: 18px 21px; }.nova-cart-products-panel > header { min-height: 34px; padding-bottom: 11px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #d9dfdc; font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.nova-cart-page-item { padding: 17px 0; display: grid; grid-template-columns: 58px minmax(0, 1fr) 105px; align-items: center; gap: 16px; border-bottom: 1px solid #d9dfdc; }.nova-cart-page-thumb { width: 58px; height: 76px; padding: 3px; display: grid; place-items: center; overflow: hidden; background: #f7f8f6; }.nova-cart-page-thumb img { width: 100%; height: 100%; object-fit: contain; }
.nova-cart-page-copy { min-width: 0; }.nova-cart-page-copy h2 { margin: 0; font-family: var(--sans); font-size: 13px; font-weight: 800; line-height: 1.35; text-decoration: underline; }.nova-cart-page-unit-price { margin-top: 5px; display: flex; align-items: center; gap: 6px; color: #d4252e; font-size: 12px; font-weight: 750; }.nova-cart-page-unit-price del { color: #979d99; font-size: 9px; font-weight: 400; }.nova-cart-page-unit-price ins { text-decoration: none; }
.nova-cart-page-meta { color: #66706b; font-size: 8px; }.nova-cart-page-meta dl { margin: 2px 0 0; }.nova-cart-page-meta dt, .nova-cart-page-meta dd { display: inline; margin: 0; }.nova-cart-page-meta dd::after { content: " "; display: block; }
.nova-cart-page-actions { margin-top: 7px; display: flex; align-items: center; gap: 10px; }.nova-cart-page-actions > button { width: 28px; height: 28px; padding: 0; display: grid; place-items: center; border: 0; color: #78807c; background: transparent; cursor: pointer; }.nova-cart-page-actions > button svg { width: 15px; height: 15px; }.nova-cart-page-actions > button:hover { color: #c62331; }
.nova-cart-page-line-total { display: flex; flex-direction: column; align-items: flex-end; }.nova-cart-page-line-total > strong { color: #d2212c; font-size: 13px; }.nova-cart-page-line-total > small { margin-top: 4px; padding: 3px 7px; border-radius: 4px; color: #098064; background: #e9f6f1; font-size: 8px; font-weight: 700; }
.nova-cart-total-panel { position: sticky; top: 130px; padding: 20px; }.nova-cart-total-panel > h2 { margin: 0 0 13px; padding-bottom: 12px; border-bottom: 1px solid #d8dfdc; font-family: var(--sans); font-size: 17px; font-weight: 850; }
.nova-cart-promo { padding: 12px; display: grid; grid-template-columns: 1fr auto; gap: 8px; border: 1px dashed #e3aa24; border-radius: 9px; background: #fffcf4; }.nova-cart-promo > div { min-width: 0; display: flex; flex-direction: column; }.nova-cart-promo strong { font-size: 11px; line-height: 1.3; }.nova-cart-promo small, .nova-cart-promo p { color: #726a57; font-size: 8px; }.nova-cart-promo p { margin: 2px 0 0; line-height: 1.45; }
.nova-cart-promo button { padding: 7px 9px; align-self: center; border: 0; border-radius: 4px; color: var(--white); background: #123f35; cursor: pointer; }.nova-cart-promo button span { display: none; }.nova-cart-promo button b { font-size: 8px; text-transform: uppercase; }
.nova-cart-page-coupon { border-bottom: 1px solid #dce1de; }.nova-cart-page-coupon summary { min-height: 43px; display: flex; align-items: center; justify-content: space-between; font-size: 10px; cursor: pointer; list-style: none; }.nova-cart-page-coupon summary::-webkit-details-marker { display: none; }.nova-cart-page-coupon summary::after { content: "⌄"; font-size: 14px; }.nova-cart-page-coupon form { padding-bottom: 12px; display: grid; grid-template-columns: 1fr 60px; gap: 6px; }.nova-cart-page-coupon input { min-width: 0; height: 34px; padding: 0 9px; border: 1px solid #d0d6d3; }.nova-cart-page-coupon button { border: 0; color: var(--white); background: #108b76; font-size: 9px; font-weight: 700; cursor: pointer; }
.nova-cart-savings { min-height: 43px; margin-top: 10px; padding: 0 11px; display: flex; align-items: center; justify-content: space-between; border-radius: 6px; color: #087d69; background: #e7f6f1; font-size: 10px; }.nova-cart-savings b { font-size: 12px; }
.nova-cart-total-row { margin-top: 12px; padding: 12px 0; display: flex; align-items: flex-start; justify-content: space-between; border-top: 1px solid #dce1de; border-bottom: 1px solid #dce1de; }.nova-cart-total-row > div { display: flex; flex-direction: column; }.nova-cart-total-row strong { font-size: 14px; }.nova-cart-total-row small { color: #707773; font-size: 8px; }.nova-cart-total-row > b { font-size: 15px; }
.nova-cart-proceed { min-height: 55px; margin-top: 14px; display: grid; place-items: center; border-radius: 7px; color: var(--white); background: #15927d; box-shadow: 0 9px 18px rgba(21,146,125,.16); font-size: 13px; font-weight: 800; }.nova-cart-proceed:hover { background: #087963; }
.nova-cart-assurances { margin-top: 14px; display: flex; flex-direction: column; gap: 7px; }.nova-cart-assurances > div { min-height: 47px; padding: 7px 10px; display: grid; grid-template-columns: 23px 1fr; align-items: center; border: 1px solid #dde4e1; border-radius: 7px; }.nova-cart-assurances > div > span { font-size: 14px; }.nova-cart-assurances p { margin: 0; display: flex; flex-direction: column; }.nova-cart-assurances strong { font-size: 9px; }.nova-cart-assurances small { color: #737a76; font-size: 8px; }
.nova-cart-page-empty { min-height: 420px; padding: 80px 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #dce3e0; border-radius: 13px; text-align: center; }.nova-cart-page-empty > svg { width: 46px; height: 46px; }.nova-cart-page-empty h2 { margin: 16px 0 2px; font-size: 23px; }.nova-cart-page-empty p { margin: 0 0 20px; color: #737a76; }.nova-cart-page-empty a { min-height: 43px; padding: 0 22px; display: grid; place-items: center; border-radius: 5px; color: var(--white); background: #108b76; font-size: 11px; font-weight: 750; }

/* Checkout and payment */
.nova-checkout-body { min-height: 100vh; background: #f5f9f7; }
.nova-checkout-header { position: sticky; z-index: 40; top: 0; height: 58px; border-bottom: 1px solid #d8e2de; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.nova-checkout-header-inner { width: min(960px, calc(100vw - 40px)); height: 100%; margin-inline: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.nova-checkout-brand { justify-self: start; color: #5364de; }.nova-checkout-brand strong { font-size: 18px; font-weight: 850; letter-spacing: -.04em; }.nova-checkout-brand img { width: auto; max-width: 115px; max-height: 34px; object-fit: contain; }
.nova-return-cart { justify-self: center; color: #5263d4; font-size: 10px; }.nova-secure-checkout { justify-self: end; padding: 5px 11px; border: 1px solid #b9ddcd; border-radius: 20px; color: #047352; background: #eff9f4; font-size: 9px; font-weight: 700; }
.nova-checkout-page { min-height: calc(100vh - 58px); padding-bottom: 55px; }.nova-checkout-page > .woocommerce { width: 100%; }
.nova-checkout-page .woocommerce-error, .nova-checkout-page .woocommerce-message, .nova-checkout-page .woocommerce-info { width: min(960px, calc(100vw - 40px)); margin: 14px auto; border-top-color: #118a73; font-size: 11px; }.nova-checkout-page .woocommerce-info::before, .nova-checkout-page .woocommerce-message::before { color: #118a73; }
.nova-checkout-form { width: min(960px, calc(100vw - 40px)); margin-inline: auto; }
.nova-checkout-layout { display: grid; grid-template-columns: minmax(0, 565px) minmax(320px, 385px); align-items: start; gap: 35px; }
.nova-checkout-fields, .nova-checkout-summary { border: 1px solid #d8e2de; background: var(--white); }
.nova-checkout-fields { padding: 26px 28px 30px; border-top: 0; border-radius: 0 0 12px 12px; }
.nova-checkout-progress { min-height: 44px; padding-bottom: 20px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; border-bottom: 1px solid #dce4e1; }.nova-checkout-progress span { display: flex; align-items: center; gap: 8px; color: #69736e; font-size: 9px; font-weight: 750; text-transform: uppercase; }.nova-checkout-progress b, .nova-checkout-contact h2 span, .nova-checkout-delivery h2 span, .nova-checkout-payment-section h2 span { width: 22px; height: 22px; display: inline-grid; place-items: center; border-radius: 50%; color: #69736e; background: #edf2f0; font-size: 10px; }.nova-checkout-progress .is-active { color: #087762; }.nova-checkout-progress .is-active b, .nova-checkout-contact h2 span, .nova-checkout-delivery h2 span, .nova-checkout-payment-section h2 span { color: var(--white); background: #15917a; }
.nova-checkout-contact, .nova-checkout-delivery, .nova-checkout-payment-section { padding: 20px 0 22px; border-bottom: 1px solid #dce4e1; }.nova-checkout-contact h2, .nova-checkout-delivery h2, .nova-checkout-payment-section h2 { margin: 0 0 10px; display: flex; align-items: center; gap: 9px; font-family: var(--sans); font-size: 18px; font-weight: 850; }.nova-checkout-contact > p { margin: -4px 0 0; color: #6e7772; font-size: 9px; }.nova-checkout-contact > p a { color: #5066df; }
.nova-checkout-page .form-row { margin: 0 0 10px; padding: 0; float: none; }.nova-checkout-page .form-row label { margin-bottom: 4px; display: block; font-size: 9px; font-weight: 750; line-height: 1.4; }.nova-checkout-page .form-row .required { color: #c51d2c; text-decoration: none; }
.nova-checkout-page .form-row input.input-text, .nova-checkout-page .form-row textarea, .nova-checkout-page .form-row select { width: 100%; min-height: 43px; padding: 8px 11px; border: 1px solid #c6d5cf; border-radius: 7px; outline: 0; color: var(--ink); background: var(--white); font-size: 11px; }.nova-checkout-page .form-row textarea { min-height: 85px; resize: vertical; }.nova-checkout-page .form-row input:focus, .nova-checkout-page .form-row textarea:focus, .nova-checkout-page .form-row select:focus { border-color: #15917a; box-shadow: 0 0 0 2px rgba(21,145,122,.1); }
.nova-checkout-page .select2-container .select2-selection--single { height: 43px; border-color: #c6d5cf; border-radius: 7px; }.nova-checkout-page .select2-container .select2-selection--single .select2-selection__rendered { padding-left: 11px; line-height: 41px; font-size: 11px; }.nova-checkout-page .select2-container .select2-selection--single .select2-selection__arrow { height: 41px; }
.nova-checkout-delivery .woocommerce-billing-fields__field-wrapper { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 10px; }.nova-checkout-delivery .form-row-wide, .nova-checkout-delivery #billing_address_1_field, .nova-checkout-delivery #billing_address_2_field, .nova-checkout-delivery #billing_city_field, .nova-checkout-delivery #billing_phone_field, .nova-checkout-delivery #billing_company_field { grid-column: 1 / -1; }
.nova-phone-note { margin: 0; padding: 9px 11px; border-radius: 5px; color: #557069; background: #edf6f3; font-size: 9px; }
.nova-checkout-page .woocommerce-shipping-fields { padding-top: 19px; }.nova-checkout-page #ship-to-different-address { margin: 0; font-family: var(--sans); font-size: 14px; }.nova-checkout-page #ship-to-different-address label { padding: 12px; display: flex; align-items: center; gap: 8px; border: 1px solid #cbd7d2; border-radius: 7px; font-size: 10px; }.nova-checkout-page .shipping_address { padding-top: 13px; }.nova-checkout-page .woocommerce-additional-fields { padding-top: 18px; }.nova-checkout-page .woocommerce-additional-fields > h3 { margin: 0 0 8px; font-size: 14px; }
.nova-checkout-payment-section { border-bottom: 0; }.nova-checkout-payment-section > p { margin: -6px 0 12px 31px; color: #557069; font-size: 9px; }.nova-checkout-page #payment { border: 1px solid #ccd9d4; border-radius: 7px; background: #fbfcfb; }.nova-checkout-page #payment ul.payment_methods { padding: 0; border-bottom: 1px solid #d6dfdb; }.nova-checkout-page #payment ul.payment_methods li { margin: 0; padding: 13px 12px; border-bottom: 1px solid #e1e6e3; font-size: 11px; }.nova-checkout-page #payment ul.payment_methods li:last-child { border-bottom: 0; }.nova-checkout-page #payment ul.payment_methods li input { margin-right: 8px; }.nova-checkout-page #payment div.payment_box { margin: 10px 0 0; padding: 10px; background: #edf4f1; font-size: 9px; }.nova-checkout-page #payment div.payment_box::before { border-bottom-color: #edf4f1; }
.nova-checkout-page #payment .place-order { margin: 0; padding: 18px 0 0; border: 0; background: var(--white); }.nova-checkout-page .woocommerce-privacy-policy-text { color: #646f69; font-size: 8px; line-height: 1.55; }.nova-checkout-page #place_order { width: 100%; min-height: 51px; margin-top: 13px; float: none; border: 0; border-radius: 7px; color: var(--white); background: #15927d; box-shadow: 0 9px 20px rgba(21,146,125,.17); font-size: 13px; font-weight: 850; }.nova-checkout-page #place_order:hover { background: #087761; }
.nova-checkout-assurances { margin-top: 26px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }.nova-checkout-assurances > div { min-height: 65px; padding: 8px 4px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #d9e2de; border-radius: 6px; text-align: center; }.nova-checkout-assurances span { font-size: 13px; }.nova-checkout-assurances strong { font-size: 8px; }.nova-checkout-assurances small { color: #747d78; font-size: 7px; }.nova-checkout-bottom-return { margin-top: 35px; padding-top: 27px; display: block; border-top: 1px solid #dbe3e0; color: #5366dc; font-size: 9px; }
.nova-checkout-summary { position: sticky; top: 82px; margin-top: 0; padding: 21px; border-radius: 12px; box-shadow: 0 15px 34px rgba(28,50,43,.07); }.nova-checkout-summary > h2 { margin: 0 0 13px; padding-bottom: 14px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid #d8e2de; font-family: var(--sans); font-size: 19px; font-weight: 850; }.nova-checkout-summary > h2 span { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: #5667dd; font-size: 9px; }
.nova-checkout-summary table.shop_table { margin: 0; border: 0; border-collapse: collapse; }.nova-checkout-summary table.shop_table thead { display: none; }.nova-checkout-summary table.shop_table th, .nova-checkout-summary table.shop_table td { padding: 12px 0; border-color: #dbe2df; font-size: 10px; }.nova-checkout-summary table.shop_table .product-name { position: relative; padding-right: 9px; }.nova-checkout-summary table.shop_table .product-total { width: 76px; text-align: right; }.nova-checkout-summary .cart_item .product-name { min-height: 65px; display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 9px; }.nova-checkout-product-thumb { width: 52px; height: 58px; padding: 3px; display: grid; place-items: center; border: 1px solid #dce3e0; border-radius: 6px; background: #fafafa; }.nova-checkout-product-thumb img { width: 100%; height: 100%; object-fit: contain; }.nova-checkout-product-name { font-size: 9px; font-weight: 750; line-height: 1.4; }.nova-checkout-summary .product-quantity { align-self: start; min-width: 17px; height: 17px; padding: 0 4px; display: grid; place-items: center; border-radius: 20px; color: var(--white); background: #717b77; font-size: 8px; }.nova-checkout-summary .wc-item-meta { grid-column: 2 / -1; margin: -12px 0 0; font-size: 7px; }
.nova-checkout-summary table.shop_table tfoot th { font-weight: 500; }.nova-checkout-summary table.shop_table .order-total th, .nova-checkout-summary table.shop_table .order-total td { padding-top: 14px; font-size: 15px; font-weight: 850; }.nova-checkout-summary table.shop_table .order-total td { color: #cf202c; font-size: 18px; }
.nova-checkout-promo { margin-top: 13px; padding: 11px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px; border: 1px dashed #dfa623; border-radius: 8px; background: #fffdf6; }.nova-checkout-promo > div { display: flex; flex-direction: column; }.nova-checkout-promo strong { font-size: 9px; }.nova-checkout-promo small { color: #776b51; font-size: 7px; }.nova-checkout-promo button { padding: 7px 9px; border: 0; border-radius: 4px; color: var(--white); background: #133f36; font-size: 8px; font-weight: 800; cursor: pointer; }
.nova-checkout-coupon { margin-top: 12px; display: grid; grid-template-columns: 1fr 62px; gap: 6px; }.nova-checkout-coupon input { min-width: 0; height: 40px; padding: 0 10px; border: 1px solid #cbd6d1; border-radius: 6px; outline: 0; font-size: 10px; }.nova-checkout-coupon button { border: 0; border-radius: 6px; color: #08745f; background: #e9f3ef; font-size: 9px; font-weight: 750; cursor: pointer; }.nova-checkout-coupon-notices .woocommerce-error, .nova-checkout-coupon-notices .woocommerce-message { width: 100%; margin: 9px 0 0; padding: 9px; font-size: 8px; }

@media (max-width: 900px) {
	.nova-product-overview { grid-template-columns: 1fr; }.nova-product-gallery { position: relative; top: auto; max-width: 680px; margin-inline: auto; }.nova-product-summary { max-width: 680px; margin-inline: auto; }.nova-review-summary { grid-template-columns: 130px 1fr; }.nova-review-toggle { grid-column: 1 / -1; justify-self: center; }.nova-related-track { grid-auto-columns: calc((100% - 32px) / 3); }
	.nova-cart-layout { grid-template-columns: 1fr; gap: 25px; }.nova-cart-total-panel { position: relative; top: auto; }
	.nova-checkout-layout { grid-template-columns: 1fr; }.nova-checkout-fields { border: 1px solid #d8e2de; border-radius: 12px; }.nova-checkout-summary { position: relative; top: auto; grid-row: 1; }.nova-checkout-fields { grid-row: 2; }
}

@media (max-width: 600px) {
	.single-product .shop-layout { width: calc(100vw - 32px); padding-top: 25px; }.nova-gallery-stage { aspect-ratio: 1; }.nova-product-overview { gap: 28px; }.nova-product-summary > h1 { font-size: 29px; }.nova-review-summary { padding: 22px 15px; grid-template-columns: 1fr; gap: 20px; }.nova-rating-bars { width: 100%; }.nova-review-card { grid-template-columns: 36px 1fr; padding: 13px; }.nova-review-avatar img { width: 36px; height: 36px; }.nova-review-card header { flex-direction: column; gap: 0; }.nova-related-track { grid-auto-columns: 78%; }.nova-related-arrow.is-prev { left: -10px; }.nova-related-arrow.is-next { right: -10px; }.nova-details-card dl { grid-template-columns: 1fr; }.nova-details-card dl > div:nth-child(odd), .nova-details-card dl > div:nth-child(even) { padding: 9px 3px; border-right: 0; }
	.nova-cart-drawer { width: min(390px, 100vw); }.nova-cart-head { padding-inline: 14px; }.nova-cart-items { padding-inline: 12px; }.nova-cart-item { grid-template-columns: 58px 1fr; gap: 10px; }.nova-cart-thumb { width: 58px; height: 70px; }
	.nova-cart-page { padding: 30px 0 75px; }.nova-cart-page-content { width: calc(100vw - 32px); }.nova-cart-products-panel { padding: 13px; }.nova-cart-page-item { grid-template-columns: 54px minmax(0, 1fr); gap: 10px; }.nova-cart-page-thumb { width: 54px; height: 68px; }.nova-cart-page-line-total { grid-column: 2; align-items: flex-start; }.nova-cart-total-panel { padding: 16px; }
	.nova-floating-tools > button, .nova-floating-tools > a { bottom: 16px; width: 46px; height: 46px; }.nova-floating-gift { left: 13px; }.nova-floating-chat { right: 13px; }.nova-promo-overlay { padding: 14px; }.nova-promo-visual { min-height: 228px; }.nova-promo-copy { padding: 25px 17px 17px; }.nova-promo-copy h2 { font-size: 23px; }
	.nova-checkout-header-inner, .nova-checkout-form { width: calc(100vw - 24px); }.nova-return-cart { font-size: 0; }.nova-return-cart::before { content: "←"; font-size: 16px; }.nova-secure-checkout { padding: 4px 7px; font-size: 7px; }.nova-checkout-page { padding: 12px 0 35px; }.nova-checkout-layout { gap: 12px; }.nova-checkout-summary, .nova-checkout-fields { padding: 17px 14px; }.nova-checkout-progress { gap: 5px; }.nova-checkout-progress span { gap: 4px; font-size: 7px; }.nova-checkout-delivery .woocommerce-billing-fields__field-wrapper { grid-template-columns: 1fr; }.nova-checkout-delivery .woocommerce-billing-fields__field-wrapper > * { grid-column: 1; }.nova-checkout-assurances { grid-template-columns: 1fr; }.nova-checkout-assurances > div { min-height: 48px; }.nova-checkout-summary .cart_item .product-name { grid-template-columns: 45px 1fr auto; }.nova-checkout-product-thumb { width: 45px; height: 52px; }
}

/* Customer account, authentication and order history */
.nova-account-page { min-height: 70vh; padding: 62px 0 95px; background: #f7faf8; }
.nova-account-shell { width: min(1120px, calc(100vw - 48px)); }
.nova-account-content > .woocommerce { width: 100%; }
.nova-account-page .woocommerce-notices-wrapper:not(:empty) { margin-bottom: 18px; }
.nova-account-page .woocommerce-error, .nova-account-page .woocommerce-message, .nova-account-page .woocommerce-info { margin: 0 0 18px; padding: 13px 16px 13px 42px; border: 1px solid #d8e2de; border-top: 0; border-left: 4px solid #168c76; border-radius: 7px; background: #fff; font-size: 12px; }
.nova-auth-heading { max-width: 610px; margin: 0 auto 34px; text-align: center; }.nova-auth-heading > span, .nova-orders-heading > span { color: #0b876f; font-size: 9px; font-weight: 850; letter-spacing: .16em; }.nova-auth-heading h1, .nova-orders-heading h1 { margin: 5px 0 7px; font-family: var(--sans); font-size: clamp(30px, 4vw, 44px); font-weight: 850; letter-spacing: -.04em; }.nova-auth-heading p, .nova-orders-heading p { margin: 0; color: #68726d; font-size: 12px; }
.nova-auth-columns { max-width: 930px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.nova-auth-panel { min-width: 0; padding: 28px; border: 1px solid #d8e1de; border-radius: 12px; background: #fff; box-shadow: 0 15px 35px rgba(24,60,49,.06); }
.nova-auth-panel-heading { margin-bottom: 23px; display: flex; align-items: center; gap: 12px; }.nova-auth-panel-heading > b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #118b74; font-size: 10px; }.nova-auth-panel-heading div { display: flex; flex-direction: column; }.nova-auth-panel-heading span { color: #7c8580; font-size: 8px; font-weight: 750; letter-spacing: .12em; }.nova-auth-panel-heading h2 { margin: 0; font-family: var(--sans); font-size: 24px; font-weight: 800; }
.nova-auth-panel form.login, .nova-auth-panel form.register { margin: 0; padding: 0; border: 0; }
.nova-auth-panel .form-row { margin: 0 0 16px; padding: 0; }.nova-auth-panel .form-row label { margin-bottom: 6px; display: block; color: #202823; font-size: 11px; font-weight: 700; }.nova-auth-panel .required { color: #d01c2a; }
.nova-auth-panel input.input-text { width: 100%; height: 44px; padding: 0 12px; border: 1px solid #cbd5d1; border-radius: 6px; outline: 0; background: #fff; font-size: 13px; transition: border-color .2s, box-shadow .2s; }.nova-auth-panel input.input-text:focus { border-color: #128b74; box-shadow: 0 0 0 3px rgba(18,139,116,.1); }
.nova-password-field { position: relative; display: block; }.nova-password-field input { padding-right: 46px !important; }.nova-password-field button { position: absolute; top: 1px; right: 1px; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.nova-auth-options { margin: -1px 0 17px; display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 10px; }.nova-auth-options label { margin: 0 !important; display: flex !important; align-items: center; gap: 5px; font-weight: 500 !important; }.nova-auth-options a { color: #087a67; text-decoration: underline; }
.nova-auth-submit { width: 100%; min-height: 44px; padding: 0 18px !important; border: 0 !important; border-radius: 6px !important; color: #fff !important; background: #118b74 !important; font-size: 12px !important; font-weight: 800 !important; cursor: pointer; }.nova-auth-submit:hover { background: #096f5d !important; }
.nova-register-note, .nova-auth-privacy { color: #68716d; font-size: 10px; line-height: 1.6; }.nova-register-note { margin: -2px 0 15px; padding: 11px; border-radius: 5px; background: #f0f6f4; }.nova-auth-privacy { margin: 16px 0; }.nova-auth-privacy p { margin: 0; }.nova-auth-privacy a { color: #087a67; text-decoration: underline; }

.nova-account-page .woocommerce:has(.woocommerce-MyAccount-navigation) { display: grid; grid-template-columns: 215px minmax(0, 1fr); align-items: start; gap: 30px; }
.nova-account-page .woocommerce-MyAccount-navigation { width: 100%; float: none; padding: 17px; border: 1px solid #d9e2de; border-radius: 11px; background: #fff; box-shadow: 0 12px 30px rgba(25,58,48,.05); }
.nova-account-identity { padding: 3px 3px 17px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #e2e7e4; }.nova-account-identity img { width: 45px; height: 45px; border-radius: 50%; }.nova-account-identity div { min-width: 0; display: flex; flex-direction: column; }.nova-account-identity small { color: #0d806b; font-size: 7px; font-weight: 800; letter-spacing: .12em; }.nova-account-identity strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.nova-account-navigation ul { margin: 13px 0 0; padding: 0; list-style: none; }.nova-account-navigation li { margin: 3px 0; }.nova-account-navigation a { min-height: 40px; padding: 0 10px; display: flex; align-items: center; justify-content: space-between; border-radius: 5px; color: #37413c; font-size: 11px; font-weight: 650; }.nova-account-navigation a span { color: #99a19d; }.nova-account-navigation li.is-active a, .nova-account-navigation a:hover { color: #fff; background: #108b74; }.nova-account-navigation li.is-active a span, .nova-account-navigation a:hover span { color: #fff; }
.nova-account-page .woocommerce-MyAccount-content { width: 100%; min-width: 0; float: none; }
.nova-orders-heading { margin-bottom: 21px; }.nova-orders-heading h1 { font-size: 34px; }
.nova-order-list { display: flex; flex-direction: column; gap: 14px; }
.nova-order-card { overflow: hidden; border: 1px solid #d8e2de; border-radius: 10px; background: #fff; box-shadow: 0 10px 27px rgba(27,57,48,.045); }
.nova-order-card > header { padding: 14px 17px; display: grid; grid-template-columns: .8fr 1fr 1fr 1.2fr; gap: 16px; background: #f1f6f4; }.nova-order-card > header > div { min-width: 0; display: flex; flex-direction: column; }.nova-order-card > header small { margin-bottom: 2px; color: #7c8580; font-size: 7px; font-weight: 800; letter-spacing: .1em; }.nova-order-card > header a, .nova-order-card > header strong, .nova-order-card > header time { color: #1a2722; font-size: 11px; font-weight: 750; }.nova-order-card > header a { color: #087b67; text-decoration: underline; }.nova-order-total { align-items: flex-end; }.nova-order-total strong { color: #d0202c !important; font-size: 14px !important; }.nova-order-total span { color: #77807b; font-size: 8px; }
.nova-order-products { padding: 8px 17px; }.nova-order-product { padding: 9px 0; display: grid; grid-template-columns: 55px 1fr; align-items: center; gap: 12px; border-bottom: 1px solid #edf0ee; }.nova-order-product:last-child { border-bottom: 0; }.nova-order-product > span { width: 55px; height: 62px; padding: 4px; display: grid; place-items: center; border-radius: 5px; background: #f6f8f7; }.nova-order-product img { width: 100%; height: 100%; object-fit: contain; }.nova-order-product > div { min-width: 0; display: flex; flex-direction: column; }.nova-order-product strong { font-size: 12px; }.nova-order-product small { color: #78817c; font-size: 9px; }
.nova-order-card > footer { min-height: 54px; padding: 9px 17px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid #e5e9e6; }.nova-order-card > footer > span { color: #828984; font-size: 8px; }.nova-order-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }.nova-order-actions .button { min-height: 32px; padding: 0 12px !important; display: grid; place-items: center; border: 1px solid #108b74 !important; border-radius: 4px !important; color: #087762 !important; background: #fff !important; font-size: 9px !important; font-weight: 750 !important; }.nova-order-actions .button.view, .nova-order-actions .button.pay { color: #fff !important; background: #108b74 !important; }
.nova-orders-pagination { margin-top: 19px; display: flex; align-items: center; justify-content: center; gap: 15px; font-size: 10px; }.nova-orders-pagination a { padding: 8px 12px; border: 1px solid #cdd9d4; border-radius: 4px; background: #fff; }
.nova-orders-empty { padding: 65px 25px; border: 1px solid #d8e2de; border-radius: 11px; background: #fff; text-align: center; }.nova-orders-empty > span { width: 54px; height: 54px; margin: 0 auto 12px; display: grid; place-items: center; border-radius: 50%; color: #118b74; background: #eaf5f1; font-size: 28px; }.nova-orders-empty h2 { margin: 0 0 5px; font-family: var(--sans); font-size: 21px; }.nova-orders-empty p { margin: 0; color: #717a75; font-size: 11px; }.nova-orders-empty a { min-width: 135px; min-height: 39px; margin-top: 18px; display: inline-grid; place-items: center; border-radius: 5px; color: #fff; background: #118b74; font-size: 10px; font-weight: 800; }

@media (max-width: 780px) {
	.nova-account-page { padding: 35px 0 70px; }.nova-account-shell { width: calc(100vw - 24px); }.nova-auth-columns { grid-template-columns: 1fr; }.nova-auth-heading { margin-bottom: 24px; }.nova-auth-panel { padding: 20px; }
	.nova-account-page .woocommerce:has(.woocommerce-MyAccount-navigation) { grid-template-columns: 1fr; gap: 17px; }.nova-account-page .woocommerce-MyAccount-navigation { padding: 10px; overflow-x: auto; }.nova-account-identity { display: none; }.nova-account-navigation ul { min-width: max-content; margin: 0; display: flex; gap: 4px; }.nova-account-navigation li { margin: 0; }.nova-account-navigation a { min-height: 37px; padding: 0 12px; }.nova-account-navigation a span { display: none; }
	.nova-order-card > header { grid-template-columns: repeat(2, 1fr); gap: 11px; }.nova-order-total { align-items: flex-start; }.nova-order-card > footer { align-items: flex-start; flex-direction: column; }.nova-order-actions { width: 100%; justify-content: flex-start; }
}

@media (max-width: 460px) {
	.nova-account-page { padding-top: 27px; }.nova-auth-heading h1 { font-size: 31px; }.nova-auth-heading p { font-size: 11px; }.nova-auth-panel { padding: 17px; }.nova-auth-options { align-items: flex-start; flex-direction: column; }
	.nova-orders-heading h1 { font-size: 29px; }.nova-order-card > header { padding: 12px; }.nova-order-products { padding-inline: 12px; }.nova-order-product { grid-template-columns: 48px 1fr; }.nova-order-product > span { width: 48px; height: 56px; }.nova-order-card > footer { padding-inline: 12px; }
}

/* Motion */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.25,.7,.25,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
	:root { --shell: min(100% - 40px, 960px); }
	.site-header { backdrop-filter: none; }
	.primary-nav { position: fixed; z-index: 72; top: 0; right: auto; bottom: 0; left: 0; width: min(340px, 66vw); display: block; visibility: hidden; padding: 0; color: var(--white); background: #111; box-shadow: 14px 0 35px rgba(0,0,0,.18); transform: translateX(-100%); transition: transform .3s cubic-bezier(.22,.7,.25,1), visibility .3s; }
	.primary-nav.is-open { visibility: visible; transform: translateX(0); }
	.primary-nav-inner { width: 100%; height: 100%; margin: 0; display: block; }.primary-nav-inner > .nova-menu, .primary-nav-inner > .nova-user-menu { display: none; }
	.nova-mobile-nav { height: 100%; padding: 72px 17px 78px; display: flex; flex-direction: column; overflow-y: auto; }
	.nova-mobile-nav-close { position: absolute; top: 21px; right: 19px; width: 34px; height: 34px; padding: 0; display: grid; place-items: center; border: 0; color: var(--white); background: transparent; cursor: pointer; }.nova-mobile-nav-close svg { width: 19px; height: 19px; stroke-width: 2.2; }
	.nova-mobile-nav-links { display: flex; flex-direction: column; gap: 5px; }.nova-mobile-nav-links > a, .nova-mobile-user > button, .nova-mobile-user > div > a { min-height: 45px; padding: 0 14px; display: flex; align-items: center; border: 0; border-radius: 4px; color: var(--white); background: #242424; font-family: var(--sans); font-size: 13px; font-weight: 600; }
	.nova-mobile-user > button { width: 100%; justify-content: space-between; color: #101010; background: #e3bb34; cursor: pointer; }.nova-mobile-user > button b { font-size: 16px; font-weight: 400; transition: transform .2s; }.nova-mobile-user.is-open > button b { transform: rotate(45deg); }
	.nova-mobile-user > div { padding: 5px 8px 0; display: none; flex-direction: column; gap: 5px; }.nova-mobile-user.is-open > div { display: flex; }.nova-mobile-user > div > a { background: #222; }
	.nova-mobile-menu-overlay { position: fixed; z-index: 71; inset: 0; display: block; visibility: hidden; opacity: 0; background: rgba(10,13,12,.62); transition: opacity .3s, visibility .3s; }.menu-open .nova-mobile-menu-overlay { visibility: visible; opacity: 1; }
	.nova-mobile-menu-cart { position: fixed; z-index: 73; right: 0; bottom: 0; left: 0; min-height: 64px; padding: 7px; display: grid; grid-template-columns: 78px 1fr; align-items: stretch; gap: 7px; color: var(--ink); background: var(--white); border-top: 1px solid #d9dedb; }.nova-mobile-menu-cart > div { padding: 3px 5px; display: flex; flex-direction: column; justify-content: center; }.nova-mobile-menu-cart small { color: #777d79; font-size: 7px; }.nova-mobile-menu-cart strong { color: #d6212d; font-size: 15px; line-height: 1.2; }.nova-mobile-menu-cart a { display: grid; place-items: center; border-radius: 6px; color: var(--white); background: #16977f; font-size: 12px; font-weight: 800; }
	.mobile-menu-toggle { display: grid; grid-column: 1; }
	.header-inner { grid-template-columns: 1fr auto 1fr; }.tool-user { display: none; }
	.hero-carousel { min-height: 590px; }.hero-copy { width: 52%; }.hero h1 { font-size: clamp(54px, 8vw, 78px); }
	.product-grid, .woocommerce ul.products { grid-template-columns: repeat(3, 1fr); }
	.shop-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.single-product .shop-layout > .product { grid-template-columns: minmax(0, 1fr) minmax(300px, .85fr); gap: 35px; }
	.collection-card { min-height: 450px; padding: 27px; }.collection-grid { grid-template-columns: 1.2fr 1fr; }.collection-go { grid-column: 1 / -1; min-height: 400px; }.shape-go { width: 27%; height: 48%; left: 60%; }
	.service-grid { grid-template-columns: repeat(2, 1fr); gap: 50px 20px; }
	.story-copy { padding: 70px 55px; }.story-section { min-height: 650px; }
	.storefront-banner { height: 470px; }
}

@media (max-width: 720px) {
	:root { --shell: calc(100vw - 32px); }
	.announcement { letter-spacing: .06em; }.announcement-slide { gap: 7px; font-size: 9px; }.announcement-slide i, .announcement-slide i ~ * { display: none; }
	.header-inner { height: 68px; }.primary-nav { top: 0; }.header-tools { gap: 2px; }.brand strong { font-size: 24px; }
	.search-drawer { top: 101px; padding: 25px 0; }.search-drawer-inner { grid-template-columns: 1fr 36px; }.search-drawer p { display: none; }.nova-search-form input[type="search"] { font-size: 18px; }
	.section { padding: 78px 0; }.section-heading { align-items: flex-start; margin-bottom: 32px; }.section-heading .with-arrow { margin-top: 12px; white-space: nowrap; }.section-heading h2 { font-size: 40px; }
	.hero-carousel { height: calc(100svh - 101px); min-height: 650px; background: #eae5de; }.hero-media { background-position: 61% 50%; }.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(244,240,234,.94) 0%, rgba(244,240,234,.8) 45%, rgba(244,240,234,.08) 77%); }.hero-media-travel::after { background: linear-gradient(90deg, rgba(223,235,247,.95) 0%, rgba(223,235,247,.8) 46%, rgba(223,235,247,.06) 78%); }.hero-media-slow::after { background: linear-gradient(90deg, rgba(245,218,205,.94) 0%, rgba(245,218,205,.78) 46%, rgba(245,218,205,.04) 78%); }.hero-inner { align-items: flex-start; padding-top: 13vh; }.hero-copy { width: 82%; margin-left: 0; }.hero h1 { font-size: clamp(52px, 16vw, 72px); }.hero-copy > p { font-size: 14px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }.hero-note { display: none; }.hero-arrow { top: auto; bottom: 18px; width: 38px; height: 38px; transform: none; }.hero-arrow-prev { left: 16px; }.hero-arrow-next { right: 16px; }.hero-dots { bottom: 20px; }
	.product-pulse { padding: 15px 0; }.product-pulse-card { border-radius: 9px; }.product-pulse-track { height: 128px; }.product-pulse-item { padding: 13px 14px; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: 1fr 40px; gap: 7px 15px; }.pulse-product-name h2 { font-size: 17px; }.pulse-product-price { min-width: 90px; }.pulse-product-price strong, .pulse-product-price .price { font-size: 17px; }.pulse-buy { grid-column: 1 / -1; width: 100%; height: 38px; }.pulse-indicator { top: 0; }
	.product-grid, .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); gap: 14px 10px; }.nova-product-card { padding: 7px; border-radius: 9px; }.product-visual { border-radius: 7px; }.product-badges { top: 6px; right: 6px; left: 6px; }.product-badges span { padding: 2px 5px; font-size: 7px; }.discount-bubble { top: 30px; right: 6px; width: 40px; height: 40px; }.discount-bubble b { font-size: 10px; }.product-card-body { padding-top: 10px; }.product-card-body h3, .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 43px; margin-bottom: 13px; font-size: 15px; }.product-card-pricing { align-items: flex-start; flex-direction: column; gap: 2px; }.product-now { font-size: 18px; }.saving-strip { margin-top: 8px; padding: 0 7px; font-size: 8px; }.view-product-button { height: 38px; margin-top: 10px; }
	.shop-catalog { padding: 49px 0 75px; }.shop-catalog-header { margin-bottom: 27px; }.shop-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }.shop-product-card { min-height: 300px; }.shop-product-card > a { padding: 8px 8px 20px; }.shop-product-image { margin-bottom: 13px; }.shop-product-card h2 { min-height: 39px; margin-inline: 2px; font-size: 12px; }.shop-product-price { font-size: 15px; }.shop-product-price small { font-size: 12px; }
	.single-product .shop-layout > .product { grid-template-columns: 1fr; gap: 32px; }.single-product .shop-layout > .product > .woocommerce-product-gallery { max-width: 100%; justify-self: stretch; }.single-product .woocommerce-product-gallery__image img, .single-product .woocommerce-product-gallery__image--placeholder img { max-height: 480px; }.single-product .shop-layout > .product > .summary { padding-top: 0; }
	.collection-grid { grid-template-columns: 1fr; }.collection-card, .collection-go { grid-column: auto; min-height: 430px; }.shape-go { width: 48%; left: 27%; }
	.services { padding: 62px 0; }.service-grid { grid-template-columns: repeat(2, 1fr); gap: 42px 10px; }.service-card { padding: 0 7px; }.service-icon { width: 65px; height: 65px; }.service-icon svg { width: 29px; height: 29px; }.service-card h3 { font-size: 19px; }.service-card p { font-size: 10px; }
	.story-section { grid-template-columns: 1fr; }.story-visual { min-height: 510px; }.story-copy { padding: 70px 25px; }.story-copy h2 { font-size: 43px; }.story-stats strong { font-size: 29px; }
	.reviews-section { padding-top: 65px; }.review-grid { padding: 8px; grid-template-columns: 1fr; gap: 12px; }.review-card { min-height: 0; }.review-photo { aspect-ratio: 1.15; }.review-card blockquote { font-size: 13px; }
	.storefront-banner { height: 360px; }.storefront-banner > img { object-position: center; }.storefront-brand { top: 10%; gap: 7px; }.storefront-brand strong { font-size: 44px; }.storefront-brand > span { font-size: 8px; }.storefront-brand small { font-size: 6px; }.storefront-notes { right: 4%; bottom: 18%; left: 4%; }.storefront-notes > span { font-size: 14px; }.storefront-notes small { font-size: 7px; }.store-signup { padding: 48px 0 50px; }.store-signup p { max-width: 320px; margin-inline: auto; }.store-newsletter-form { margin-top: 20px; grid-template-columns: 1fr 70px; gap: 7px; }
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 25px; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { margin-top: 50px; flex-direction: column; gap: 7px; }
	.post-grid { grid-template-columns: 1fr; }.content-layout, .prose-page, .shop-layout { padding-top: 55px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	.js .reveal { opacity: 1; transform: none; }
}
