:root {
    --nwb-accent: #8f1537;
    --nwb-accent-dark: #611027;
    --nwb-gold: #c58a2b;
    --nwb-ink: #21181b;
    --nwb-muted: #73666a;
    --nwb-cream: #fff9f0;
    --nwb-soft: #f7f1ed;
    --nwb-line: #eadfd8;
    --nwb-white: #fff;
    --nwb-green: #18794e;
    --nwb-shadow: 0 18px 55px rgba(61, 25, 35, .11);
    --nwb-radius: 22px;
    --nwb-container: 1320px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fffdf9; color: var(--nwb-ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nwb-menu-open { overflow: hidden; }
a { color: var(--nwb-accent); text-decoration: none; }
a:hover { color: var(--nwb-accent-dark); }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.nwb-container { width: min(calc(100% - 40px), var(--nwb-container)); margin-inline: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { clip: auto !important; width: auto; height: auto; padding: 12px 16px; margin: 0; left: 10px; top: 10px; background: #fff; color: #000; z-index: 99999; }

.nwb-announcement { position: relative; z-index: 60; background: linear-gradient(90deg, var(--nwb-accent-dark), var(--nwb-accent)); color: #fff; font-size: 13px; }
.nwb-announcement-inner { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 9px; }
.nwb-announcement-dot { width: 7px; height: 7px; border-radius: 50%; background: #ffd487; box-shadow: 0 0 0 5px rgba(255, 212, 135, .13); }
.nwb-announcement a { color: #fff; font-weight: 800; margin-left: 12px; }

.nwb-header { position: sticky; top: 0; z-index: 55; background: rgba(255, 253, 249, .96); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(234, 223, 216, .75); transition: box-shadow .25s ease; }
.admin-bar .nwb-header { top: 32px; }
.nwb-header.is-scrolled { box-shadow: 0 10px 32px rgba(50, 25, 31, .08); }
.nwb-header-main { min-height: 84px; display: grid; grid-template-columns: minmax(230px, .85fr) minmax(360px, 1.35fr) auto; align-items: center; gap: 28px; }
.nwb-brand, .nwb-brand > a { display: flex; align-items: center; gap: 12px; min-width: 0; }
.custom-logo { max-height: 58px; width: auto; }
.nwb-brand-mark { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border-radius: 15px; background: linear-gradient(145deg, var(--nwb-accent), var(--nwb-accent-dark)); color: #fff; font-family: Georgia, serif; font-size: 28px; font-weight: 800; box-shadow: 0 9px 22px rgba(143, 21, 55, .2); }
.nwb-brand-copy { min-width: 0; display: flex; flex-direction: column; line-height: 1.2; }
.nwb-site-title { color: var(--nwb-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(20px, 2vw, 27px); font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nwb-brand-copy span { margin-top: 4px; color: var(--nwb-muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.nwb-header-search { height: 48px; display: flex; align-items: center; gap: 10px; padding: 4px 4px 4px 15px; background: #fff; border: 1px solid var(--nwb-line); border-radius: 15px; box-shadow: 0 7px 24px rgba(56, 24, 32, .05); }
.nwb-header-search svg { width: 20px; fill: none; stroke: var(--nwb-muted); stroke-width: 1.8; }
.nwb-header-search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--nwb-ink); }
.nwb-header-search input::placeholder { color: #a39498; }
.nwb-header-search button { align-self: stretch; padding: 0 18px; border: 0; border-radius: 11px; background: var(--nwb-accent); color: #fff; font-weight: 800; cursor: pointer; }

.nwb-header-actions { display: flex; align-items: center; gap: 8px; }
.nwb-account-link, .nwb-cart-link { position: relative; display: flex; align-items: center; gap: 7px; padding: 9px 11px; color: var(--nwb-ink); font-size: 13px; font-weight: 750; border-radius: 12px; }
.nwb-account-link:hover, .nwb-cart-link:hover { background: var(--nwb-soft); color: var(--nwb-accent); }
.nwb-action-icon { font-size: 19px; line-height: 1; }
.nwb-cart-count { min-width: 20px; height: 20px; padding: 0 5px; display: inline-grid; place-items: center; border-radius: 20px; background: var(--nwb-accent); color: #fff; font-size: 11px; font-weight: 900; }
.nwb-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--nwb-line); border-radius: 12px; background: #fff; cursor: pointer; }
.nwb-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--nwb-ink); transition: transform .2s ease, opacity .2s ease; }

.nwb-nav-row { border-top: 1px solid rgba(234, 223, 216, .75); }
.nwb-nav-inner { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nwb-primary-nav { min-width: 0; }
.nwb-menu { display: flex; align-items: center; gap: 3px; list-style: none; padding: 0; margin: 0; }
.nwb-menu li { position: relative; }
.nwb-menu a { display: block; padding: 13px 14px; color: #514348; font-size: 14px; font-weight: 750; border-radius: 10px; }
.nwb-menu a:hover, .nwb-menu .current-menu-item > a { color: var(--nwb-accent); background: #fbf0f3; }
.nwb-menu .sub-menu { position: absolute; left: 0; top: 100%; min-width: 210px; display: none; padding: 8px; margin: 0; list-style: none; background: #fff; border: 1px solid var(--nwb-line); border-radius: 14px; box-shadow: var(--nwb-shadow); }
.nwb-menu li:hover > .sub-menu, .nwb-menu li:focus-within > .sub-menu { display: block; }
.nwb-list-shop { display: inline-flex; align-items: center; gap: 7px; padding: 9px 15px; border-radius: 12px; background: #f5e5bd; color: #5b3c0c; font-size: 13px; font-weight: 850; white-space: nowrap; }
.nwb-list-shop:hover { background: var(--nwb-gold); color: #fff; }

.nwb-home-main { overflow: clip; }
.nwb-front-content > .entry-content, .nwb-front-content { margin: 0; }
.nwb-marketplace-home .nwm-marketplace { width: min(calc(100% - 40px), var(--nwb-container)); margin: 0 auto; padding: 28px 0 72px; }

/* Marketplace plugin restyling */
.nwm-marketplace { color: var(--nwb-ink); }
.nwm-hero { position: relative; min-height: 470px; display: grid !important; grid-template-columns: minmax(0, 1.25fr) minmax(240px, .55fr); align-items: center; gap: 50px; padding: clamp(44px, 6vw, 78px) !important; overflow: hidden; border-radius: 32px !important; background: radial-gradient(circle at 88% 18%, rgba(255, 217, 157, .52), transparent 23%), radial-gradient(circle at 78% 86%, rgba(197, 138, 43, .18), transparent 31%), linear-gradient(135deg, #fff7ec, #f8e5e8 57%, #f1d7dc) !important; box-shadow: 0 30px 80px rgba(76, 31, 43, .12); }
.nwm-hero::before { content: ""; position: absolute; right: -70px; top: -85px; width: 340px; height: 340px; border: 1px solid rgba(143, 21, 55, .12); border-radius: 50%; box-shadow: 0 0 0 42px rgba(143, 21, 55, .04), 0 0 0 90px rgba(143, 21, 55, .025); }
.nwm-hero::after { content: "Wedding Shopping"; position: absolute; right: 32px; bottom: 22px; color: rgba(143, 21, 55, .08); font-family: Georgia, serif; font-size: clamp(46px, 7vw, 94px); font-weight: 900; line-height: .9; pointer-events: none; }
.nwm-hero > div { position: relative; z-index: 2; }
.nwm-kicker { display: inline-flex !important; align-items: center; gap: 8px; color: var(--nwb-accent) !important; font-size: 12px !important; font-weight: 900 !important; letter-spacing: .13em; text-transform: uppercase; }
.nwm-kicker::before { content: ""; width: 28px; height: 2px; background: var(--nwb-gold); }
.nwm-hero h1 { max-width: 850px; margin: 16px 0 18px !important; color: var(--nwb-ink) !important; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 6vw, 76px) !important; line-height: 1.02 !important; letter-spacing: -.045em; }
.nwm-hero p { max-width: 720px; margin: 0 0 30px !important; color: #67565c !important; font-size: clamp(16px, 1.7vw, 20px) !important; }
.nwm-hero-badge { justify-self: end; width: 220px !important; height: 220px !important; display: grid !important; place-content: center; text-align: center; border-radius: 50% !important; background: rgba(255,255,255,.76) !important; border: 1px solid rgba(255,255,255,.9); box-shadow: 0 25px 70px rgba(89, 35, 49, .13), inset 0 0 0 10px rgba(197,138,43,.08); backdrop-filter: blur(10px); }
.nwm-hero-badge strong { color: var(--nwb-accent) !important; font-family: Georgia, serif; font-size: 47px !important; }
.nwm-hero-badge span { max-width: 130px; color: var(--nwb-muted) !important; font-size: 13px !important; font-weight: 800; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.nwm-search-form { max-width: 850px; display: grid !important; grid-template-columns: minmax(220px, 1.4fr) minmax(200px, .7fr) auto; gap: 8px !important; padding: 7px !important; border: 1px solid rgba(143,21,55,.1); border-radius: 17px !important; background: rgba(255,255,255,.92) !important; box-shadow: 0 14px 34px rgba(78, 30, 43, .1); }
.nwm-search-form input, .nwm-search-form select { min-width: 0; height: 50px !important; padding: 0 15px !important; border: 0 !important; outline: 0; background: transparent !important; color: var(--nwb-ink); }
.nwm-search-form select { border-left: 1px solid var(--nwb-line) !important; }
.nwm-search-form button { height: 50px !important; padding: 0 25px !important; border: 0 !important; border-radius: 12px !important; background: var(--nwb-accent) !important; color: #fff !important; font-weight: 900 !important; cursor: pointer; }

.nwm-offers { margin: 22px 0 0 !important; display: grid !important; grid-template-columns: auto minmax(0,1fr); overflow: hidden; border: 1px solid #ead7b2 !important; border-radius: 15px !important; background: #fffaf0 !important; }
.nwm-offer-label { padding: 15px 22px !important; background: var(--nwb-gold) !important; color: #fff !important; font-size: 13px !important; font-weight: 900 !important; text-transform: uppercase; letter-spacing: .08em; }
.nwm-offer-track { display: flex !important; align-items: center; gap: 28px !important; padding: 0 22px; overflow-x: auto; scrollbar-width: none; }
.nwm-offer-track::-webkit-scrollbar { display: none; }
.nwm-offer-track a { flex: 0 0 auto; color: #5d461f !important; font-size: 14px; }

.nwm-section { padding: 78px 0 0 !important; }
.nwm-section-head { margin-bottom: 24px !important; display: flex !important; justify-content: space-between; align-items: flex-end; gap: 20px; }
.nwm-section-head span { color: var(--nwb-accent) !important; font-size: 12px !important; font-weight: 900 !important; letter-spacing: .15em; text-transform: uppercase; }
.nwm-section-head h2 { margin: 5px 0 0 !important; font-family: Georgia, serif; font-size: clamp(30px, 4vw, 48px) !important; line-height: 1.05; letter-spacing: -.035em; }
.nwm-section-head > a { padding: 9px 14px; border: 1px solid var(--nwb-line); border-radius: 11px; color: var(--nwb-accent) !important; font-weight: 800; }

.nwm-category-grid { display: grid !important; grid-template-columns: repeat(8, minmax(0,1fr)) !important; gap: 12px !important; }
.nwm-category-card { min-height: 150px; display: flex !important; flex-direction: column; justify-content: center; align-items: center; gap: 14px; padding: 18px 11px !important; text-align: center; border: 1px solid var(--nwb-line) !important; border-radius: 20px !important; background: #fff !important; color: var(--nwb-ink) !important; box-shadow: 0 8px 30px rgba(66, 29, 38, .045); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.nwm-category-card:hover { transform: translateY(-5px); border-color: #dcbfc8 !important; box-shadow: 0 16px 38px rgba(66, 29, 38, .1); }
.nwm-cat-icon { width: 62px !important; height: 62px !important; display: grid !important; place-items: center; border-radius: 20px !important; background: linear-gradient(145deg, #fff4e8, #fae7eb) !important; font-size: 30px !important; }
.nwm-category-card strong { font-size: 13px !important; line-height: 1.25; }

.nwm-shop-grid, .nwm-product-grid { display: grid !important; grid-template-columns: repeat(4, minmax(0,1fr)) !important; gap: 22px !important; }
.nwm-shop-card, .nwm-product-card { overflow: hidden; border: 1px solid var(--nwb-line) !important; border-radius: 22px !important; background: #fff !important; box-shadow: 0 10px 35px rgba(62, 27, 36, .06); transition: transform .22s ease, box-shadow .22s ease; }
.nwm-shop-card:hover, .nwm-product-card:hover { transform: translateY(-6px); box-shadow: 0 21px 50px rgba(62, 27, 36, .12); }
.nwm-shop-image { position: relative; min-height: 230px !important; display: block; background-size: cover; background-position: center; }
.nwm-shop-image::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(28,12,16,.55)); }
.nwm-shop-image span { position: absolute !important; z-index: 2; left: 15px !important; bottom: 15px !important; padding: 7px 10px !important; border-radius: 9px !important; background: rgba(255,255,255,.9) !important; color: var(--nwb-accent) !important; font-size: 11px !important; font-weight: 900 !important; text-transform: uppercase; }
.nwm-shop-body, .nwm-product-body { padding: 20px !important; }
.nwm-shop-body h3, .nwm-product-body h3 { margin: 0 0 7px !important; font-family: Georgia, serif; font-size: 22px !important; line-height: 1.2; }
.nwm-shop-body h3 a, .nwm-product-body h3 a { color: var(--nwb-ink) !important; }
.nwm-shop-body p { min-height: 48px; margin: 0 0 12px !important; color: var(--nwb-muted) !important; font-size: 14px !important; }
.nwm-mini-offer { margin: 0 0 15px !important; padding: 9px 11px !important; border-radius: 10px !important; background: #fff6df !important; color: #725019 !important; font-size: 12px !important; font-weight: 800; }
.nwm-view-shop, .nwm-buy { width: 100%; min-height: 44px; display: inline-flex !important; align-items: center; justify-content: center; padding: 10px 16px !important; border: 0 !important; border-radius: 12px !important; background: var(--nwb-accent) !important; color: #fff !important; font-size: 13px !important; font-weight: 900 !important; }
.nwm-view-shop:hover, .nwm-buy:hover { background: var(--nwb-accent-dark) !important; color: #fff !important; }
.nwm-product-image { position: relative; aspect-ratio: 4 / 4.65; display: block !important; overflow: hidden; background: var(--nwb-soft); }
.nwm-product-image img { width: 100% !important; height: 100% !important; object-fit: cover !important; transition: transform .35s ease; }
.nwm-product-card:hover .nwm-product-image img { transform: scale(1.04); }
.nwm-sale-badge { position: absolute !important; top: 13px !important; left: 13px !important; padding: 7px 10px !important; border-radius: 9px !important; background: var(--nwb-accent) !important; color: #fff !important; font-size: 11px !important; font-weight: 900 !important; text-transform: uppercase; }
.nwm-product-shop { display: block !important; margin-bottom: 7px; color: var(--nwb-accent) !important; font-size: 11px !important; font-weight: 900 !important; letter-spacing: .09em; text-transform: uppercase; }
.nwm-price { min-height: 32px; margin: 11px 0 15px !important; color: var(--nwb-accent) !important; font-size: 19px !important; font-weight: 900 !important; }
.nwm-price del { color: #9b8d91 !important; font-size: 14px; }
.nwm-local-offer { display: inline-block; margin-left: 5px; padding: 3px 6px; border-radius: 6px; background: #fff3d6; color: #74521b; font-size: 9px; text-transform: uppercase; }
.nwm-empty { padding: 46px !important; text-align: center; border: 1px dashed #d9c7cc !important; border-radius: 20px !important; background: #fff !important; color: var(--nwb-muted) !important; }
.nwm-join-banner { margin-top: 82px !important; padding: clamp(32px, 5vw, 58px) !important; display: flex !important; align-items: center; justify-content: space-between; gap: 35px; border-radius: 28px !important; background: linear-gradient(120deg, var(--nwb-accent-dark), var(--nwb-accent)) !important; color: #fff !important; box-shadow: 0 22px 55px rgba(97,16,39,.2); }
.nwm-join-banner span { color: #f5d58a !important; font-size: 12px !important; font-weight: 900 !important; letter-spacing: .12em; text-transform: uppercase; }
.nwm-join-banner h2 { max-width: 780px; margin: 5px 0 8px !important; color: #fff !important; font-family: Georgia, serif; font-size: clamp(30px, 4vw, 48px) !important; line-height: 1.08; }
.nwm-join-banner p { margin: 0 !important; color: rgba(255,255,255,.78) !important; }
.nwm-join-banner > a { flex: 0 0 auto; padding: 15px 24px !important; border-radius: 13px !important; background: #fff !important; color: var(--nwb-accent) !important; font-weight: 900 !important; }

.nwb-trust-section { padding: 0 0 78px; }
.nwb-trust-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.nwb-trust-grid article { display: flex; gap: 17px; padding: 25px; border: 1px solid var(--nwb-line); border-radius: 20px; background: #fff; }
.nwb-trust-grid article > span { color: var(--nwb-gold); font-family: Georgia, serif; font-size: 28px; font-weight: 800; }
.nwb-trust-grid strong { display: block; margin-bottom: 4px; font-size: 16px; }
.nwb-trust-grid p { margin: 0; color: var(--nwb-muted); font-size: 14px; }

/* General pages and dashboard */
.nwb-page-shell, .nwb-commerce-main { padding-top: 55px; padding-bottom: 80px; }
.nwb-content-card { max-width: 1120px; margin: 0 auto; padding: clamp(24px, 5vw, 54px); border: 1px solid var(--nwb-line); border-radius: 26px; background: #fff; box-shadow: 0 18px 55px rgba(66,29,38,.07); }
.nwb-page-header { margin: 0 0 32px; padding-bottom: 22px; border-bottom: 1px solid var(--nwb-line); }
.nwb-page-header > span { color: var(--nwb-accent); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.nwb-page-header h1 { margin: 7px 0 0; font-family: Georgia, serif; font-size: clamp(38px, 6vw, 64px); line-height: 1.05; letter-spacing: -.04em; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content > *:last-child { margin-bottom: 0; }
.entry-content h2, .entry-content h3 { font-family: Georgia, serif; line-height: 1.2; }
.entry-content input:not([type="checkbox"]):not([type="radio"]), .entry-content select, .entry-content textarea { max-width: 100%; min-height: 48px; padding: 10px 13px; border: 1px solid var(--nwb-line); border-radius: 11px; background: #fff; }
.entry-content button, .entry-content input[type="submit"] { min-height: 46px; padding: 10px 18px; border: 0; border-radius: 11px; background: var(--nwb-accent); color: #fff; font-weight: 900; cursor: pointer; }

.nwm-dashboard, .nwm-auth-box, .nwm-notice { color: var(--nwb-ink); }
.nwm-dashboard-head { border-radius: 22px !important; background: linear-gradient(135deg, #fff5e7, #f9e6eb) !important; }
.nwm-dashboard .nwm-stat-card, .nwm-dashboard .nwm-panel { border-color: var(--nwb-line) !important; border-radius: 18px !important; box-shadow: 0 8px 25px rgba(60,27,35,.05); }
.nwm-dashboard a, .nwm-dashboard button { border-radius: 11px !important; }
.nwm-subscription-warning { border-radius: 14px !important; }

/* Shop archive */
.nwb-directory-hero { padding: 78px 0; background: radial-gradient(circle at 86% 20%, rgba(197,138,43,.19), transparent 25%), linear-gradient(135deg, #f9e9ec, #fff9ec); border-bottom: 1px solid var(--nwb-line); text-align: center; }
.nwb-directory-hero span, .nwb-directory-head span { color: var(--nwb-accent); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.nwb-directory-hero h1 { margin: 8px 0 12px; font-family: Georgia, serif; font-size: clamp(44px, 7vw, 76px); line-height: 1; letter-spacing: -.045em; }
.nwb-directory-hero p { max-width: 670px; margin: 0 auto 24px; color: var(--nwb-muted); font-size: 18px; }
.nwb-directory-search { max-width: 620px; display: flex; gap: 8px; margin: 0 auto; padding: 7px; border: 1px solid var(--nwb-line); border-radius: 15px; background: #fff; box-shadow: var(--nwb-shadow); }
.nwb-directory-search input { min-width: 0; flex: 1; border: 0; outline: 0; padding: 0 12px; }
.nwb-directory-search button { padding: 12px 18px; border: 0; border-radius: 10px; background: var(--nwb-accent); color: #fff; font-weight: 850; cursor: pointer; }
.nwb-directory-content { padding-top: 65px; padding-bottom: 82px; }
.nwb-directory-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 24px; }
.nwb-directory-head h2 { margin: 6px 0 0; font-family: Georgia, serif; font-size: clamp(32px,4vw,48px); }
.nwb-directory-head > a { padding: 11px 15px; border: 1px solid var(--nwb-line); border-radius: 11px; font-weight: 850; }
.nwb-directory-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.nwb-directory-card { overflow: hidden; border: 1px solid var(--nwb-line); border-radius: 22px; background: #fff; box-shadow: 0 12px 38px rgba(60,26,35,.07); transition: transform .2s ease, box-shadow .2s ease; }
.nwb-directory-card:hover { transform: translateY(-5px); box-shadow: var(--nwb-shadow); }
.nwb-directory-image { position: relative; aspect-ratio: 1.45; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg, #f2dfe3, #fff2da); }
.nwb-directory-image img { width: 100%; height: 100%; object-fit: cover; }
.nwb-directory-image > span { color: rgba(143,21,55,.26); font-family: Georgia, serif; font-size: 54px; font-weight: 900; }
.nwb-directory-image em { position: absolute; top: 13px; left: 13px; padding: 7px 10px; border-radius: 9px; background: var(--nwb-accent); color: #fff; font-size: 11px; font-style: normal; font-weight: 900; text-transform: uppercase; }
.nwb-directory-card-body { padding: 21px; }
.nwb-directory-card-body > span { color: var(--nwb-accent); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.nwb-directory-card-body h2 { margin: 5px 0 7px; font-family: Georgia, serif; font-size: 24px; line-height: 1.2; }
.nwb-directory-card-body h2 a { color: var(--nwb-ink); }
.nwb-directory-card-body p { min-height: 48px; margin: 0 0 13px; color: var(--nwb-muted); font-size: 14px; }
.nwb-directory-offer { margin-bottom: 14px; padding: 9px 11px; border-radius: 10px; background: #fff5dc; color: #70501a; font-size: 12px; font-weight: 800; }
.nwb-directory-button { display: inline-flex; padding: 10px 15px; border-radius: 10px; background: var(--nwb-accent); color: #fff; font-weight: 850; }
.nwb-directory-button:hover { background: var(--nwb-accent-dark); color: #fff; }

/* Single shop */
.nwb-shop-hero { padding: 60px 0; background: linear-gradient(135deg, #f8e9ec, #fff9ed); border-bottom: 1px solid var(--nwb-line); }
.nwb-shop-hero-grid { display: grid; grid-template-columns: minmax(280px,.7fr) minmax(0,1.3fr); align-items: center; gap: 50px; }
.nwb-shop-hero-image { aspect-ratio: 1.35; display: grid; place-items: center; overflow: hidden; border: 7px solid rgba(255,255,255,.72); border-radius: 27px; background: linear-gradient(135deg, #eecfd6, #ffe7b9); box-shadow: var(--nwb-shadow); }
.nwb-shop-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.nwb-shop-hero-image > span { color: rgba(143,21,55,.24); font-family: Georgia, serif; font-size: 66px; font-weight: 900; }
.nwb-shop-hero-copy > span { color: var(--nwb-accent); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.nwb-shop-hero-copy h1 { margin: 8px 0 12px; font-family: Georgia, serif; font-size: clamp(44px,6vw,74px); line-height: 1; letter-spacing: -.045em; }
.nwb-shop-hero-copy p { max-width: 650px; margin: 0 0 16px; color: var(--nwb-muted); font-size: 18px; }
.nwb-shop-hero-offer { display: inline-flex; padding: 11px 14px; border-radius: 11px; background: #fff; color: #725019; font-weight: 850; box-shadow: 0 8px 24px rgba(65,28,37,.08); }
.nwb-shop-benefits { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.nwb-shop-benefits span { padding: 7px 10px; border: 1px solid rgba(24,121,78,.18); border-radius: 9px; background: rgba(255,255,255,.55); color: var(--nwb-green); font-size: 12px; font-weight: 800; }
.nwb-shop-content { padding-top: 60px; padding-bottom: 80px; }
.nwb-shop-content > .entry-content > p:first-child { max-width: 850px; margin-bottom: 35px; color: var(--nwb-muted); font-size: 18px; }
.nwm-public-shop .nwm-shop-offer { border-radius: 13px !important; background: #fff4d7 !important; color: #6f4d15 !important; }
.nwm-public-shop .nwm-shop-contact { padding: 22px !important; border: 1px solid var(--nwb-line) !important; border-radius: 17px !important; background: #fff !important; box-shadow: 0 8px 28px rgba(60,27,35,.05); }
.nwm-public-shop .nwm-shop-contact a { border-radius: 10px !important; background: var(--nwb-accent) !important; color: #fff !important; }
.nwm-public-shop > h2 { margin-top: 55px !important; font-family: Georgia, serif; font-size: clamp(30px,4vw,45px) !important; }

/* Posts */
.nwb-post-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.nwb-post-card { overflow: hidden; border: 1px solid var(--nwb-line); border-radius: 20px; background: #fff; box-shadow: 0 10px 32px rgba(61,27,35,.06); }
.nwb-post-image { aspect-ratio: 1.6; display: block; overflow: hidden; }
.nwb-post-image img { width: 100%; height: 100%; object-fit: cover; }
.nwb-post-content { padding: 22px; }
.nwb-post-content > span { color: var(--nwb-muted); font-size: 12px; }
.nwb-post-content h2 { margin: 5px 0 9px; font-family: Georgia, serif; font-size: 25px; line-height: 1.2; }
.nwb-post-content h2 a { color: var(--nwb-ink); }
.nwb-post-content p { color: var(--nwb-muted); font-size: 14px; }
.nwb-text-link { font-weight: 850; }
.nwb-single-image { margin-bottom: 34px; overflow: hidden; border-radius: 18px; }

/* WooCommerce */
.nwb-commerce-main { min-height: 60vh; }
.woocommerce .woocommerce-breadcrumb { color: var(--nwb-muted); font-size: 13px; }
.woocommerce h1.page-title, .woocommerce div.product .product_title { font-family: Georgia, serif; letter-spacing: -.035em; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; padding: 0 0 18px; overflow: hidden; border: 1px solid var(--nwb-line); border-radius: 20px; background: #fff; box-shadow: 0 10px 32px rgba(60,27,35,.06); }
.woocommerce ul.products li.product a img { aspect-ratio: 4/4.6; margin: 0 0 15px; object-fit: cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .button { margin-left: 17px; margin-right: 17px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--nwb-ink); font-family: Georgia, serif; font-size: 19px; }
.woocommerce ul.products li.product .price { color: var(--nwb-accent); font-weight: 900; }
.woocommerce ul.products li.product .button, .woocommerce button.button, .woocommerce a.button, .woocommerce input.button, .woocommerce #respond input#submit { border-radius: 10px; background: var(--nwb-accent); color: #fff; font-weight: 850; }
.woocommerce div.product { padding: clamp(22px,4vw,45px); border: 1px solid var(--nwb-line); border-radius: 25px; background: #fff; box-shadow: var(--nwb-shadow); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--nwb-accent); font-weight: 900; }
.woocommerce .quantity .qty { min-height: 44px; border: 1px solid var(--nwb-line); border-radius: 9px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-radius: 12px; background: #fff; box-shadow: 0 8px 25px rgba(60,27,35,.05); }
.woocommerce-message { border-top-color: var(--nwb-green); }
.woocommerce-info { border-top-color: var(--nwb-accent); }
.woocommerce-cart table.cart, .woocommerce-checkout .col2-set, .woocommerce-checkout-review-order { padding: 20px; border: 1px solid var(--nwb-line); border-radius: 18px; background: #fff; }

.nwb-footer { padding-top: 66px; background: #271a1e; color: rgba(255,255,255,.72); }
.nwb-footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .8fr 1fr; gap: 50px; padding-bottom: 55px; }
.nwb-footer h2 { margin: 0 0 17px; color: #fff; font-size: 14px; letter-spacing: .09em; text-transform: uppercase; }
.nwb-footer p { margin: 0 0 17px; }
.nwb-footer ul { list-style: none; padding: 0; margin: 0; }
.nwb-footer li { margin: 9px 0; }
.nwb-footer a { color: rgba(255,255,255,.74); }
.nwb-footer a:hover { color: #fff; }
.nwb-footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; color: #fff; font-family: Georgia, serif; font-size: 22px; }
.nwb-footer-logo .custom-logo { max-height: 58px; }
.nwb-footer-brand p { max-width: 420px; }
.nwb-footer-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.nwb-footer-badges span { padding: 6px 9px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; font-size: 11px; }
.nwb-footer-contact > a { display: inline-flex; padding: 10px 14px; border-radius: 10px; background: rgba(255,255,255,.09); color: #fff; font-weight: 900; }
.nwb-footer-bottom { border-top: 1px solid rgba(255,255,255,.09); }
.nwb-footer-bottom .nwb-container { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; }
.nwb-mobile-dock { display: none; }

.nwb-empty-state { grid-column: 1/-1; padding: 55px 25px; text-align: center; border: 1px dashed #d9c9ce; border-radius: 20px; background: #fff; }
.nwb-404 { max-width: 780px; margin: 0 auto; }
.nwb-404 > span { color: var(--nwb-gold); font-family: Georgia, serif; font-size: 78px; font-weight: 900; }
.nwb-404 h1 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 44px; }
.nwb-404 p { color: var(--nwb-muted); }
.nwb-404 a { display: inline-flex; padding: 12px 18px; border-radius: 11px; background: var(--nwb-accent); color: #fff; font-weight: 900; }
.navigation.pagination { margin-top: 35px; }
.nav-links { display: flex; gap: 8px; justify-content: center; }
.page-numbers { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--nwb-line); border-radius: 10px; background: #fff; }
.page-numbers.current { background: var(--nwb-accent); color: #fff; }

@media (max-width: 1120px) {
    .nwb-header-main { grid-template-columns: minmax(220px,1fr) minmax(300px,1.2fr) auto; gap: 15px; }
    .nwb-account-link > span:last-child, .nwb-cart-link > span:nth-child(2) { display: none; }
    .nwm-category-grid { grid-template-columns: repeat(4,minmax(0,1fr)) !important; }
    .nwm-shop-grid, .nwm-product-grid, .woocommerce ul.products { grid-template-columns: repeat(3,minmax(0,1fr)) !important; }
    .nwb-footer-grid { grid-template-columns: 1.35fr 1fr 1fr; }
    .nwb-footer-contact { grid-column: 2 / 4; }
}

@media (max-width: 840px) {
    body { padding-bottom: 67px; }
    .admin-bar .nwb-header { top: 46px; }
    .nwb-container, .nwb-marketplace-home .nwm-marketplace { width: min(calc(100% - 28px), var(--nwb-container)); }
    .nwb-announcement-inner { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
    .nwb-announcement-inner > span:nth-child(2) { overflow: hidden; text-overflow: ellipsis; }
    .nwb-announcement a { margin-left: auto; }
    .nwb-header-main { min-height: 72px; grid-template-columns: minmax(0,1fr) auto; }
    .nwb-header-search { grid-column: 1/-1; grid-row: 2; margin: -5px 0 12px; }
    .nwb-menu-toggle { display: block; }
    .nwb-nav-row { border-top: 0; }
    .nwb-nav-inner { min-height: 0; }
    .nwb-primary-nav { position: fixed; z-index: 90; inset: 0 0 0 auto; width: min(86vw,360px); display: block; padding: 95px 20px 30px; overflow-y: auto; background: #fffdf9; box-shadow: -20px 0 60px rgba(44,20,27,.18); transform: translateX(105%); transition: transform .25s ease; }
    .nwb-primary-nav.is-open { transform: translateX(0); }
    .nwb-menu { align-items: stretch; flex-direction: column; }
    .nwb-menu a { padding: 14px; font-size: 16px; }
    .nwb-menu .sub-menu { position: static; display: block; padding: 0 0 0 14px; border: 0; box-shadow: none; background: transparent; }
    .nwb-list-shop { display: none; }
    .nwb-menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nwb-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
    .nwb-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    .nwm-hero { min-height: 0; grid-template-columns: 1fr; gap: 22px; padding: 45px 30px !important; }
    .nwm-hero-badge { justify-self: start; width: auto !important; height: auto !important; display: inline-flex !important; align-items: center; gap: 10px; padding: 11px 15px; border-radius: 14px !important; }
    .nwm-hero-badge strong { font-size: 28px !important; }
    .nwm-hero-badge span { max-width: none; }
    .nwm-search-form { grid-template-columns: 1fr !important; }
    .nwm-search-form select { border-top: 1px solid var(--nwb-line) !important; border-left: 0 !important; }
    .nwm-category-grid { grid-template-columns: repeat(4,minmax(0,1fr)) !important; }
    .nwm-shop-grid, .nwm-product-grid, .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
    .nwb-trust-grid { grid-template-columns: 1fr; }
    .nwb-directory-grid, .nwb-post-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .nwb-shop-hero-grid { grid-template-columns: 1fr; }
    .nwb-shop-hero-image { max-width: 620px; }
    .nwb-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .nwb-footer-brand { grid-column: 1/-1; }
    .nwb-footer-contact { grid-column: auto; }
    .nwb-mobile-dock { position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; height: 67px; display: grid; grid-template-columns: repeat(5,1fr); padding: 6px 8px calc(6px + env(safe-area-inset-bottom)); border-top: 1px solid var(--nwb-line); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); box-shadow: 0 -10px 28px rgba(55,25,33,.08); }
    .nwb-mobile-dock a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; color: #66575c; font-size: 10px; font-weight: 800; }
    .nwb-mobile-dock a > span { font-size: 19px; line-height: 1; }
    .nwb-mobile-dock .nwb-mobile-sell > span { width: 36px; height: 36px; display: grid; place-items: center; margin-top: -18px; border: 4px solid #fff; border-radius: 50%; background: var(--nwb-accent); color: #fff; box-shadow: 0 8px 18px rgba(143,21,55,.24); }
}

@media (max-width: 560px) {
    .nwb-announcement { font-size: 11px; }
    .nwb-announcement-inner { min-height: 32px; }
    .nwb-brand-copy span { display: none; }
    .nwb-site-title { font-size: 18px; }
    .nwb-header-actions { gap: 2px; }
    .nwb-account-link { display: none; }
    .nwb-header-search button { padding: 0 13px; }
    .nwb-header-search input { font-size: 13px; }
    .nwb-marketplace-home .nwm-marketplace { padding-top: 14px; }
    .nwm-hero { padding: 36px 20px !important; border-radius: 22px !important; }
    .nwm-hero h1 { font-size: 39px !important; }
    .nwm-hero p { font-size: 15px !important; }
    .nwm-hero::after { display: none; }
    .nwm-offers { grid-template-columns: 1fr !important; }
    .nwm-offer-label { padding: 10px 15px !important; }
    .nwm-offer-track { min-height: 52px; padding: 0 15px; }
    .nwm-section { padding-top: 56px !important; }
    .nwm-section-head { align-items: start; }
    .nwm-section-head > a { font-size: 12px; }
    .nwm-category-grid { display: flex !important; overflow-x: auto; padding-bottom: 7px; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .nwm-category-grid::-webkit-scrollbar { display: none; }
    .nwm-category-card { min-width: 126px; min-height: 130px; scroll-snap-align: start; }
    .nwm-shop-grid, .nwm-product-grid, .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)) !important; gap: 12px !important; }
    .nwm-shop-image { min-height: 150px !important; }
    .nwm-shop-body, .nwm-product-body { padding: 13px !important; }
    .nwm-shop-body h3, .nwm-product-body h3 { font-size: 17px !important; }
    .nwm-product-image { aspect-ratio: 4/5; }
    .nwm-buy, .nwm-view-shop { min-height: 40px; padding: 8px 9px !important; font-size: 11px !important; }
    .nwm-join-banner { align-items: flex-start; flex-direction: column; margin-top: 60px !important; padding: 30px 22px !important; }
    .nwb-trust-section { padding-bottom: 55px; }
    .nwb-trust-grid article { padding: 20px; }
    .nwb-page-shell, .nwb-commerce-main { padding-top: 28px; padding-bottom: 55px; }
    .nwb-content-card { padding: 21px 17px; border-radius: 19px; }
    .nwb-page-header h1 { font-size: 38px; }
    .nwb-directory-hero { padding: 50px 0; }
    .nwb-directory-hero h1 { font-size: 43px; }
    .nwb-directory-search { flex-direction: column; }
    .nwb-directory-search input { min-height: 46px; }
    .nwb-directory-content { padding-top: 45px; }
    .nwb-directory-head { align-items: flex-start; flex-direction: column; }
    .nwb-directory-grid, .nwb-post-grid { grid-template-columns: 1fr; }
    .nwb-shop-hero { padding: 35px 0; }
    .nwb-shop-hero-grid { gap: 28px; }
    .nwb-shop-hero-copy h1 { font-size: 43px; }
    .nwb-shop-hero-copy p { font-size: 15px; }
    .nwb-shop-benefits { gap: 6px; }
    .nwb-shop-content { padding-top: 38px; }
    .nwb-footer { padding-top: 48px; }
    .nwb-footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .nwb-footer-brand, .nwb-footer-contact { grid-column: auto; }
    .nwb-footer-bottom .nwb-container { min-height: 75px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 3px; }
    .woocommerce div.product { padding: 16px; }
    .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .button { margin-left: 11px; margin-right: 11px; }
}

/* WorldClass 2.0 premium layer */
:root{--nwb-accent:#791331;--nwb-gold:#c89136;--nwb-ink:#17151a;--nwb-muted:#6c6670;--nwb-bg:#fbf8f4;--nwb-border:#e8e1e4;--nwb-shadow:0 20px 60px rgba(45,26,34,.09)}
body{font-family:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--nwb-bg);color:var(--nwb-ink)}
h1,h2,h3,.nwb-site-title{letter-spacing:-.025em}.nwb-announcement-inner{gap:14px}.nwb-announcement-links{display:flex;align-items:center;gap:16px;margin-left:auto}.nwb-announcement-links a{color:inherit;text-decoration:none;font-weight:800}.nwb-header{background:rgba(255,255,255,.96);backdrop-filter:blur(16px)}.nwb-header.is-scrolled{box-shadow:0 10px 35px rgba(41,24,30,.08)}.nwb-header-main{min-height:92px}.nwb-brand-mark{background:linear-gradient(145deg,var(--nwb-accent),#a72950);box-shadow:0 9px 25px rgba(121,19,49,.25)}.nwb-header-search{max-width:620px;border:1px solid #ded6da;background:#faf7f5}.nwb-header-search:focus-within{border-color:var(--nwb-accent);box-shadow:0 0 0 3px rgba(121,19,49,.08)}.nwb-header-search button{border-radius:11px}.nwb-header-actions{gap:7px}.nwb-action-link,.nwb-cart-link{display:flex;align-items:center;gap:7px;min-height:48px;padding:7px 10px;border-radius:12px;color:var(--nwb-ink);text-decoration:none;transition:.2s}.nwb-action-link:hover,.nwb-cart-link:hover{background:#f7f0f3;color:var(--nwb-accent)}.nwb-action-icon{font-size:20px}.nwb-cart-copy{display:grid;line-height:1.05}.nwb-cart-copy b{font-size:12px}.nwb-cart-copy small{margin-top:4px;color:var(--nwb-muted);font-size:10px}.nwb-cart-count{position:static;display:grid;place-items:center;min-width:22px;height:22px;padding:0 5px;border-radius:999px;background:var(--nwb-accent);color:#fff;font-size:10px;font-weight:900}.nwb-nav-inner{min-height:52px}.nwb-nav-promos{display:flex;align-items:center;gap:14px}.nwb-nav-promos>a{color:var(--nwb-accent);font-size:12px;font-weight:800;text-decoration:none}.nwb-list-shop{color:#fff!important}.nwb-footer-newsletter{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:50px;padding:34px 40px;border-radius:22px;background:linear-gradient(135deg,#f3e3c8,#fff6e7);color:var(--nwb-ink)}.nwb-footer-newsletter span{color:var(--nwb-accent);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.nwb-footer-newsletter h2{max-width:720px;margin:7px 0 0;font-size:clamp(25px,4vw,42px)}.nwb-footer-newsletter>a{flex:0 0 auto;padding:14px 20px;border-radius:11px;background:var(--nwb-accent);color:#fff;text-decoration:none;font-weight:900}.nwb-footer-contact{display:flex;flex-direction:column}.nwb-footer-account{margin-top:9px!important;color:#fff!important;font-size:13px!important}.nwb-woo-main{padding:35px 0 80px}.nwb-woo-container{max-width:1460px}.woocommerce .woocommerce-breadcrumb{margin:0 0 22px;color:var(--nwb-muted);font-size:12px}.woocommerce .woocommerce-breadcrumb a{color:var(--nwb-accent)}.woocommerce-products-header{margin-bottom:25px;padding:35px;border-radius:22px;background:linear-gradient(135deg,#f5e9d8,#fff8ed)}.woocommerce-products-header__title.page-title{margin:0;font-size:clamp(37px,5vw,62px)}.woocommerce .woocommerce-result-count{color:var(--nwb-muted)}.woocommerce .woocommerce-ordering select{height:44px;padding:0 35px 0 12px;border:1px solid var(--nwb-border);border-radius:10px;background:#fff}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:20px 0 0!important}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}.woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important;overflow:hidden;border:1px solid var(--nwb-border);border-radius:19px;background:#fff;box-shadow:0 10px 32px rgba(43,24,31,.04);transition:.25s}.woocommerce ul.products li.product:hover{transform:translateY(-5px);box-shadow:var(--nwb-shadow)}.woocommerce ul.products li.product a img{aspect-ratio:.82;margin:0!important;object-fit:cover}.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:52px;padding:16px 16px 4px!important;color:var(--nwb-ink);font-size:16px!important;line-height:1.45}.woocommerce ul.products li.product .star-rating{margin:6px 16px}.woocommerce ul.products li.product .price{padding:0 16px;color:var(--nwb-accent)!important;font-size:17px!important;font-weight:900}.woocommerce ul.products li.product .button{display:flex;justify-content:center;margin:12px 16px 16px!important;padding:13px!important;border-radius:10px;background:var(--nwb-accent);color:#fff;text-align:center}.woocommerce ul.products li.product .onsale{left:12px!important;right:auto!important;top:12px!important;min-width:auto;min-height:auto;padding:7px 9px;border-radius:8px;background:var(--nwb-accent);line-height:1.2}.nwm-wc-loop-tools{padding:0 16px 16px}.woocommerce div.product{padding:30px;border:1px solid var(--nwb-border);border-radius:24px;background:#fff}.woocommerce div.product div.images img{border-radius:18px}.woocommerce div.product .product_title{font-size:clamp(32px,4vw,52px);line-height:1.1}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--nwb-accent);font-size:26px;font-weight:900}.woocommerce div.product form.cart .button{min-height:48px;padding:0 25px;border-radius:11px;background:var(--nwb-accent)}.woocommerce div.product form.cart div.quantity .qty{min-height:48px;border:1px solid var(--nwb-border);border-radius:10px}.woocommerce div.product .woocommerce-tabs{padding-top:28px}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0}.woocommerce div.product .woocommerce-tabs ul.tabs:before{border-color:var(--nwb-border)}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:0;background:transparent}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{color:var(--nwb-accent)}.related.products{margin-top:55px}.related.products>h2{font-size:35px}.woocommerce table.shop_table{border-color:var(--nwb-border);border-radius:17px;background:#fff;overflow:hidden}.woocommerce table.shop_table th,.woocommerce table.shop_table td{padding:15px;border-color:var(--nwb-border)}.woocommerce a.remove{color:var(--nwb-accent)!important}.woocommerce a.remove:hover{background:var(--nwb-accent)!important}.woocommerce-cart table.cart img{width:78px;border-radius:10px}.woocommerce-cart .cart-collaterals .cart_totals,.woocommerce-checkout #order_review,.woocommerce-checkout .woocommerce-billing-fields,.woocommerce-checkout .woocommerce-additional-fields,.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{padding:24px;border:1px solid var(--nwb-border);border-radius:18px;background:#fff}.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce #payment #place_order{border-radius:11px;background:var(--nwb-accent);font-size:16px}.woocommerce-checkout .form-row input.input-text,.woocommerce-checkout .form-row textarea,.woocommerce-account input.input-text{min-height:47px;padding:10px 12px;border:1px solid #dcd3d7;border-radius:10px}.woocommerce-checkout #payment{border-radius:16px;background:#faf6f2}.woocommerce-account .woocommerce-MyAccount-navigation{width:24%}.woocommerce-account .woocommerce-MyAccount-content{width:73%}.woocommerce-account .woocommerce-MyAccount-navigation ul{margin:0;padding:0;list-style:none}.woocommerce-account .woocommerce-MyAccount-navigation li a{display:block;padding:11px 12px;border-radius:9px;color:var(--nwb-ink);text-decoration:none;font-weight:700}.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{background:var(--nwb-accent);color:#fff}.woocommerce-message,.woocommerce-info,.woocommerce-error{border-top-color:var(--nwb-accent);border-radius:12px;background:#fff;box-shadow:0 8px 28px rgba(40,22,30,.05)}.woocommerce-message:before,.woocommerce-info:before{color:var(--nwb-accent)}.nwb-empty-home{padding:100px 20px;text-align:center}.nwb-admin-setup{max-width:1100px}.nwb-admin-status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:22px 0}.nwb-admin-status-grid article,.nwb-admin-panel{padding:22px;border:1px solid #dcdcde;border-radius:14px;background:#fff}.nwb-admin-status-grid span,.nwb-admin-status-grid strong,.nwb-admin-status-grid em{display:block}.nwb-admin-status-grid span{color:#646970}.nwb-admin-status-grid strong{margin:7px 0 14px;font-size:22px}.nwb-admin-status-grid em{font-style:normal;font-weight:800}.nwb-admin-status-grid .is-ok{color:#177245}.nwb-admin-status-grid .is-bad{color:#b42318}
@media(max-width:1150px){.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}.nwb-header-search{max-width:460px}.nwb-wishlist-link{display:none}.nwb-admin-status-grid{grid-template-columns:1fr}}
@media(max-width:850px){.nwb-announcement-links a:first-child,.nwb-cart-copy,.nwb-account-link{display:none}.nwb-header-search{order:3;max-width:none;width:100%;margin-top:10px}.nwb-header-main{flex-wrap:wrap;padding-bottom:13px}.nwb-footer-newsletter{align-items:flex-start;flex-direction:column}.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce div.product{padding:18px}.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{float:none;width:100%}.woocommerce-account .woocommerce-MyAccount-navigation{margin-bottom:15px}}
@media(max-width:560px){.nwb-announcement-inner>span:nth-child(2){font-size:10px}.nwb-announcement-links{gap:8px}.nwb-header-main{min-height:75px}.nwb-header-search{height:46px}.nwb-action-link{display:none}.nwb-cart-link{padding:5px}.woocommerce ul.products{gap:10px}.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:44px;padding:11px 10px 3px!important;font-size:13px!important}.woocommerce ul.products li.product .price{padding:0 10px;font-size:14px!important}.woocommerce ul.products li.product .button{margin:9px 10px 11px!important;padding:10px 5px!important;font-size:11px}.nwm-wc-loop-tools{display:none}.woocommerce-products-header{padding:25px}.nwb-footer-newsletter{padding:25px}.woocommerce div.product .product_title{font-size:32px}}
.nwb-directory-verified{position:absolute;right:14px;bottom:14px;z-index:2;padding:7px 10px;border-radius:99px;background:#177245;color:#fff;font-size:11px}.nwb-directory-offer b{margin-right:5px;text-transform:uppercase}.nwb-shop-hero.has-banner{position:relative;background-image:linear-gradient(90deg,rgba(38,6,18,.94),rgba(83,12,37,.84)),var(--nwb-shop-banner);background-size:cover;background-position:center}.nwb-shop-hero.has-banner .nwb-shop-hero-copy h1,.nwb-shop-hero.has-banner .nwb-shop-hero-copy p{color:#fff}.nwb-hero-verified{display:inline-flex;vertical-align:middle;padding:7px 10px;border-radius:999px;background:#177245;color:#fff;font-family:"DM Sans",sans-serif;font-size:11px;font-style:normal;letter-spacing:0}.nwb-shop-hero-offer b{margin-right:7px;text-transform:uppercase}
