:root {
  --orange:#fd690d;
  --green:#45a846;
  --blue:#1a407c;
  --ink:#17222e;
  --muted:#65717d;
  --line:#dfe5e8;
  --paper:#fff;
  --soft:#f4f7f8;
  --shadow:0 24px 70px rgba(21,37,48,.16);
  --footer-bg:#102e5b;
  --footer-accent:#1a407c;
  --footer-text:#d8e4f2;
  --announcement-bg:#fd690d;
  --announcement-text:#fff;
}
* { box-sizing:border-box; }
body { margin:0; color:var(--ink); background:var(--soft); font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.storefront-loader { display:none; }
body.storefront-loading { min-height:100vh; background:#fff; }
body.storefront-loading:not(.storefront-shell-ready) { overflow:hidden; }
body.storefront-loading:not(.storefront-shell-ready)>.site-announcement,
body.storefront-loading:not(.storefront-shell-ready)>.site-header,
body.storefront-loading:not(.storefront-shell-ready)>main,
body.storefront-loading:not(.storefront-shell-ready)>.site-footer,
body.storefront-loading:not(.storefront-shell-ready)>.chat-launcher,
body.storefront-loading:not(.storefront-shell-ready)>.store-chat-panel { visibility:hidden; }
body.storefront-loading>.storefront-loader { display:none; }
body:not(.storefront-shell-ready)>.site-announcement,
body:not(.storefront-shell-ready)>.site-header,
body:not(.storefront-shell-ready)>.site-footer { visibility:hidden!important; }
.catalog-loading-card {
  display:grid;
  grid-column:1/-1;
  justify-items:center;
  gap:16px;
  padding:48px 22px;
  border:1px solid var(--line);
  border-radius:20px;
  color:var(--muted);
  background:#fff;
  box-shadow:0 12px 34px rgba(26,64,124,.08);
}
.catalog-loading-card strong { color:var(--ink); font-size:22px; }
.storefront-loader-brand { display:grid; place-items:center; min-height:82px; color:var(--orange); font-size:34px; letter-spacing:-1.5px; }
.storefront-loader-brand strong { color:var(--blue); }
.storefront-loader-brand img { display:none; width:auto; max-width:min(320px,75vw); max-height:82px; object-fit:contain; }
.storefront-loader-brand.has-logo img { display:block; }
.storefront-loader-brand.has-logo>span { display:none; }
.storefront-loader-bar { width:220px; height:5px; overflow:hidden; border-radius:999px; background:#dce3e8; }
.storefront-loader-bar span { display:block; width:45%; height:100%; border-radius:inherit; background:var(--green); animation:storefront-loading-bar 1s ease-in-out infinite alternate; }
.storefront-loader p { margin:0; color:var(--muted); font-size:13px; font-weight:750; }
@keyframes storefront-loading-bar { from { transform:translateX(-10%); } to { transform:translateX(135%); } }
.product-opening-card {
  display:grid;
  grid-template-columns:minmax(220px,.42fr) minmax(260px,.58fr);
  gap:22px;
  align-items:center;
  width:min(980px,94vw);
  margin:34px auto;
  padding:24px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 18px 48px rgba(26,64,124,.1);
}
.product-opening-visual img {
  width:100%;
  max-height:280px;
  border-radius:16px;
  object-fit:contain;
  background:#f8faf8;
}
.product-opening-copy {
  display:grid;
  gap:10px;
}
.product-opening-copy span {
  color:var(--orange);
  font-size:11px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.product-opening-copy strong {
  font-size:28px;
  line-height:1.05;
}
.product-opening-copy p {
  margin:0;
  color:var(--muted);
  line-height:1.55;
}
.product-opening-copy small {
  color:var(--muted);
  font-weight:850;
}
button,input,select { font:inherit; }
button { cursor:pointer; }
.hidden { display:none !important; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.site-announcement { display:flex; align-items:center; justify-content:center; gap:15px; min-height:36px; padding:7px 4vw; color:var(--announcement-text); background:var(--announcement-bg); font-size:13px; font-weight:800; text-align:center; }
.site-announcement a { color:var(--announcement-text); font-weight:950; text-decoration:underline; }
.site-header { position:sticky; top:0; z-index:20; background:rgba(255,255,255,.98); box-shadow:0 3px 14px rgba(16,42,75,.09); backdrop-filter:blur(12px); }
.header-main { display:flex; align-items:center; justify-content:flex-end; gap:16px; min-height:78px; width:min(1500px,94vw); margin:auto; }
.brand { flex:none; margin-right:auto; text-decoration:none; font-size:25px; letter-spacing:-1.2px; color:var(--orange); white-space:nowrap; background:transparent!important; box-shadow:none!important; }
.brand strong { color:var(--blue); }
.brand img { display:block; width:var(--logo-width,240px); max-width:min(var(--logo-width,240px),30vw); height:auto; max-height:68px; object-fit:contain; background:transparent!important; box-shadow:none!important; }
.header-search { display:flex; flex:0 1 340px; max-width:340px; overflow:hidden; border:1px solid #dce3e8; border-radius:999px; background:#fff; }
.header-search input { flex:1; min-width:0; padding:9px 13px; border:0; outline:none; font-size:13px; }
.header-search button { padding:0 15px; border:0; color:#fff; background:var(--green); font-size:12px; font-weight:900; }
.header-contact { display:grid; flex:none; }
.header-contact small { color:var(--muted); font-size:11px; }
.header-contact a { color:var(--blue); font-size:16px; font-weight:950; text-decoration:none; }
.site-header>nav { min-height:46px; padding:0 3vw; background:var(--blue); }
.store-nav-horizontal { position:relative; display:flex; align-items:center; justify-content:center; gap:2px; overflow:visible; }
.desktop-nav-links { display:flex; align-items:center; justify-content:center; gap:2px; }
.mobile-menu-toggle,.mobile-store-menu-panel { display:none; }
.store-nav-hamburger,.store-nav-mega { position:relative; display:flex; align-items:center; justify-content:center; overflow:visible; }
.header-tools { display:flex; align-items:center; gap:9px; }
.account-button { gap:7px; border:1px solid transparent; border-radius:999px; padding:9px 12px; color:var(--blue); background:#f3f7fb; font-size:12px; font-weight:950; white-space:nowrap; }
.account-button.signed-in { border-color:rgba(69,168,70,.35); color:#247b32; background:#eef9ef; }
.header-icon-button { display:inline-flex; align-items:center; justify-content:center; min-width:44px; min-height:44px; }
.account-button .header-icon { width:21px; height:21px; }
.header-icon { width:25px; height:25px; fill:none; stroke:currentColor; stroke-width:1.9; stroke-linecap:round; stroke-linejoin:round; }
.nav-link { flex:none; border:0; padding:14px 18px; color:#fff; background:transparent; font-size:13px; font-weight:850; text-decoration:none; text-transform:uppercase; }
.nav-link:hover,.nav-link.active { color:#fff; background:rgba(255,255,255,.14); }
.store-menu-toggle { min-height:46px; border:0; padding:0 22px; color:#fff; background:rgba(255,255,255,.08); font-size:15px; font-weight:950; text-transform:uppercase; cursor:pointer; }
.store-menu-toggle:hover { background:rgba(255,255,255,.16); }
.store-menu-panel { position:absolute; top:100%; left:50%; display:none; min-width:min(360px,92vw); padding:12px; border-radius:0 0 14px 14px; background:var(--blue); box-shadow:0 18px 35px rgba(12,39,76,.2); transform:translateX(-50%); }
.store-menu-panel.open { display:grid; gap:4px; }
.store-menu-panel .nav-link { display:block; width:100%; border-radius:8px; text-align:left; }
.mobile-products-menu { display:none; }
.store-mega-panel { left:3vw; right:3vw; grid-template-columns:2fr 1fr; gap:18px; width:auto; min-width:0; transform:none; }
.store-mega-panel.open { display:grid; }
.store-mega-links { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:6px; }
.store-mega-categories { display:grid; align-content:start; gap:5px; padding:10px; border-radius:12px; background:rgba(255,255,255,.09); }
.store-mega-categories strong { color:#fff; font-size:12px; letter-spacing:.08em; text-transform:uppercase; }
.mega-category-link { padding:10px 12px; font-size:12px; }
.all-products-flyout { position:static; flex:none; }
.all-products-trigger { display:block; }
.products-flyout-panel { position:absolute; top:100%; left:50%; z-index:60; display:none; grid-template-columns:280px minmax(0,1fr); width:min(1120px,94vw); max-height:70vh; overflow:hidden; border-radius:0 0 18px 18px; background:#fff; box-shadow:0 24px 65px rgba(12,39,76,.22); transform:translateX(-50%); }
.all-products-flyout:hover>.products-flyout-panel,
.all-products-flyout:focus-within>.products-flyout-panel { display:grid; }
.products-flyout-list { display:grid; align-content:start; gap:3px; min-height:410px; max-height:70vh; overflow:auto; padding:12px; border-radius:0 0 0 18px; background:#f4f8fb; }
.products-flyout-group-link { display:flex; align-items:center; justify-content:space-between; gap:12px; min-width:0; padding:12px 13px; border-radius:11px; color:var(--blue); font-size:13px; font-weight:950; line-height:1.2; text-decoration:none; white-space:normal; }
.products-flyout-group-link:hover,
.products-flyout-group-link.active { color:#fff; background:var(--blue); }
.products-flyout-details { display:grid; align-content:start; gap:24px; max-height:70vh; overflow:auto; overscroll-behavior:contain; padding:22px 28px; border-radius:0 0 18px 0; background:#fff; }
.products-flyout-group-panel { display:none; min-width:0; padding-bottom:22px; border-bottom:1px solid var(--line); }
.products-flyout-group-panel.active { display:block; }
.products-flyout-group-panel:last-child { border-bottom:0; }
.products-flyout-panel-heading { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:15px; padding-bottom:12px; border-bottom:1px solid var(--line); }
.products-flyout-panel-heading strong { color:var(--ink); font-size:20px; }
.products-flyout-panel-heading a { color:var(--green); font-size:12px; font-weight:950; text-decoration:none; text-transform:uppercase; }
.products-flyout-category-grid { display:grid; grid-template-columns:repeat(3,minmax(170px,1fr)); gap:20px 24px; }
.products-flyout-category { display:grid; align-content:start; min-width:0; max-height:48vh; gap:7px; overflow:auto; overscroll-behavior:contain; padding-right:8px; }
.products-flyout-category-title { color:var(--blue)!important; font-size:13px!important; font-weight:950!important; text-decoration:none; text-transform:uppercase; }
.products-flyout-category a:not(.products-flyout-category-title) { color:#44515d; font-size:13px; line-height:1.3; text-decoration:none; white-space:normal; overflow-wrap:anywhere; }
.products-flyout-category a:hover { color:var(--orange); text-decoration:underline; }
.products-flyout-category span,
.products-flyout-empty { color:var(--muted); font-size:12px; font-weight:750; }
.cart-button { border:0; border-radius:4px; padding:11px 16px; color:#fff; background:var(--green); font-weight:900; white-space:nowrap; }
.cart-button .cart-count { display:inline-grid; place-items:center; min-width:22px; height:22px; margin-left:5px; padding:0 6px; border-radius:999px; color:var(--blue); background:#fff; }
main { width:min(1440px,92vw); min-height:55vh; margin:auto; }
.hero { display:grid; grid-template-columns:minmax(0,1.5fr) minmax(280px,.65fr); gap:30px; align-items:end; padding:72px 0 54px; }
.hero.hero-no-image { grid-template-columns:1fr; }
.hero-image { order:2; overflow:hidden; border-radius:22px; box-shadow:var(--shadow); }
.hero-image img { display:block; width:100%; aspect-ratio:16/10; object-fit:cover; }
.hero h1 { max-width:850px; margin:8px 0 16px; font-size:clamp(42px,6vw,78px); line-height:.98; letter-spacing:-4px; }
.hero>div>p:last-child { max-width:680px; margin:0; color:var(--muted); font-size:20px; line-height:1.55; }
.eyebrow { margin:0; color:var(--orange); font-size:12px; letter-spacing:1.8px; font-weight:900; }
.hero-card { display:grid; gap:8px; padding:26px; border-radius:20px; color:#fff; background:linear-gradient(135deg,var(--blue),#2860aa); box-shadow:var(--shadow); }
.hero-card strong { font-size:22px; }
.hero-card span { color:#dfeaff; line-height:1.5; }
.hero-card a { width:max-content; margin-top:8px; color:#fff; font-weight:800; }
.catalog-section { padding:0 0 80px; }
.custom-blocks { display:grid; gap:18px; margin-bottom:42px; }
.store-block { overflow:hidden; border-radius:18px; background:#fff; box-shadow:0 8px 25px rgba(31,48,59,.06); }
.store-block-content { padding:28px; }
.store-block h2,.store-block h3 { margin:0 0 9px; }
.store-block p { margin:0; color:var(--muted); line-height:1.6; }
.store-block-announcement { padding:15px 24px; color:#fff; background:var(--green); text-align:center; font-weight:800; }
.store-block-cta { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:30px; color:#fff; background:var(--blue); }
.store-block-cta p { color:#dce7f7; }
.store-block-cta a { flex:none; padding:12px 18px; border-radius:10px; color:var(--blue); background:#fff; font-weight:900; text-decoration:none; }
.store-block-image { display:grid; grid-template-columns:1fr 1fr; align-items:center; }
.store-block-image img { width:100%; height:260px; object-fit:cover; }
.page-widget { margin-bottom:34px; }
main>.page-widget:first-child:not(.hero) { margin-top:34px; }
.page-banner { padding:52px clamp(24px,5vw,72px); border-radius:20px; color:#fff; background-color:var(--blue); background-position:center; background-size:cover; box-shadow:var(--shadow); text-align:center; }
.page-banner h2 { max-width:900px; margin:7px auto 10px; font-size:clamp(32px,5vw,58px); }
.page-banner>p:not(.eyebrow) { max-width:740px; margin:0 auto; color:#e2ebf7; font-size:18px; line-height:1.6; }
.page-banner-carousel { position:relative; overflow:hidden; min-height:320px; border-radius:20px; color:#fff; background:var(--blue); box-shadow:var(--shadow); }
.page-banner-slides { position:relative; min-height:320px; }
.page-banner-slide { position:absolute; inset:0; display:grid; align-content:center; justify-items:center; padding:52px clamp(24px,5vw,72px); background-color:var(--blue); background-position:center; background-size:cover; opacity:0; text-align:center; transform:translateX(24px); transition:opacity .45s ease, transform .45s ease; pointer-events:none; }
.page-banner-slide.active { opacity:1; transform:translateX(0); pointer-events:auto; }
.page-banner-slide h2 { max-width:900px; margin:7px auto 10px; font-size:clamp(32px,5vw,58px); }
.page-banner-slide>p:not(.eyebrow) { max-width:740px; margin:0 auto; color:#e2ebf7; font-size:18px; line-height:1.6; }
.page-banner-dots { position:absolute; left:50%; bottom:18px; display:flex; gap:8px; transform:translateX(-50%); }
.page-banner-dots button { width:10px; height:10px; padding:0; border:0; border-radius:999px; background:rgba(255,255,255,.55); cursor:pointer; }
.page-banner-dots button.active { width:28px; background:#fff; }
.widget-button { display:inline-block; margin-top:18px; padding:12px 18px; border-radius:10px; color:#fff; background:var(--orange); font-weight:900; text-decoration:none; }
.store-block-image .widget-button { color:#fff; }
.widget-section { padding:36px; border-radius:20px; background:#fff; box-shadow:0 8px 25px rgba(31,48,59,.06); }
.widget-section-heading { max-width:760px; margin-bottom:24px; }
.widget-section-heading h2 { margin:0 0 8px; font-size:34px; }
.widget-section-heading p { margin:0; color:var(--muted); line-height:1.6; }
.staff-grid,.template-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.staff-card { padding:18px; border:1px solid var(--line); border-radius:14px; background:#fff; }
.staff-card img,.staff-placeholder { width:100%; aspect-ratio:1/1; margin-bottom:15px; border-radius:11px; object-fit:cover; }
.staff-placeholder { display:grid; place-items:center; color:#fff; background:var(--blue); font-size:32px; font-weight:900; }
.staff-card h3 { margin:0 0 4px; font-size:20px; }
.staff-card strong { color:var(--green); }
.staff-card p { color:var(--muted); line-height:1.5; }
.staff-contact { display:grid; gap:5px; margin-top:12px; padding-top:12px; border-top:1px solid var(--line); }
.staff-contact a { overflow-wrap:anywhere; color:var(--blue); font-size:13px; font-weight:750; text-decoration:none; }
.staff-contact a:hover { text-decoration:underline; }
.faq-list { display:grid; gap:9px; }
.faq-list details { padding:16px 18px; border:1px solid var(--line); border-radius:11px; background:#fafbfb; }
.faq-list summary { cursor:pointer; color:var(--blue); font-weight:900; }
.faq-list p { margin:12px 0 0; color:var(--muted); line-height:1.6; }
.template-card { overflow:hidden; display:grid; gap:8px; padding:16px; border:1px solid var(--line); border-radius:14px; color:var(--ink); background:#fff; text-decoration:none; }
.template-card:hover { border-color:var(--green); transform:translateY(-2px); }
.template-card img { width:100%; aspect-ratio:1/1; border-radius:9px; object-fit:cover; }
.template-card strong { font-size:18px; }
.template-card span { color:var(--blue); font-size:12px; font-weight:900; }
.store-category-grid { display:grid; grid-template-columns:repeat(var(--category-columns,4),minmax(0,1fr)); gap:14px; }
.store-category-card { overflow:hidden; display:grid; border:1px solid var(--line); border-radius:13px; color:var(--ink); background:#fff; box-shadow:0 6px 17px rgba(31,48,59,.06); text-decoration:none; transition:.18s ease; }
.store-category-card:hover { border-color:var(--green); transform:translateY(-3px); box-shadow:0 16px 34px rgba(31,48,59,.12); }
.store-category-card img,.store-category-placeholder { width:100%; aspect-ratio:1/1; object-fit:cover; background:linear-gradient(145deg,var(--blue),#2f6cac); }
.store-category-card img[data-deferred-image],
.product-image img[data-deferred-image],
.staff-card img[data-deferred-image],
.store-gallery-card img[data-deferred-image],
.store-block-image img[data-deferred-image],
.template-card img[data-deferred-image] { opacity:.08; background:linear-gradient(145deg,#edf2f4,#fafbfb); }
.store-category-card img.image-loaded,
.product-image img.image-loaded,
.staff-card img.image-loaded,
.store-gallery-card img.image-loaded,
.store-block-image img.image-loaded,
.template-card img.image-loaded { opacity:1; transition:opacity .18s ease; }
.store-category-placeholder { display:grid; place-items:center; color:#fff; font-size:26px; font-weight:900; }
.store-category-card strong { display:block; padding:12px 12px 3px; font-size:15px; }
.store-category-card span { display:block; padding:0 12px 12px; color:var(--green); font-size:9px; font-weight:900; }
.product-category-tabs { display:flex; flex-wrap:wrap; gap:7px; margin:-10px 0 20px; }
.product-category-tabs button { padding:9px 13px; border:0; border-radius:999px; color:var(--muted); background:#fff; font-weight:800; }
.product-category-tabs button.active { color:#fff; background:var(--green); }
.page-empty { margin:80px 0; }
.site-footer { margin-top:70px; color:var(--footer-text); background:var(--footer-bg); }
.footer-promise { padding:24px 4vw; color:#fff; background:var(--footer-accent); font-size:18px; text-align:center; }
.footer-grid { display:grid; grid-template-columns:1.25fr repeat(3,.7fr) 1.1fr; gap:38px; width:min(1500px,94vw); margin:auto; padding:55px 0 45px; }
.footer-grid h3 { margin:0 0 17px; color:#fff; font-size:17px; }
.footer-grid p { color:#b8c9dd; line-height:1.7; }
.footer-grid section>a,.footer-grid nav a { display:block; width:max-content; max-width:100%; margin:9px 0; color:var(--footer-text); text-decoration:none; }
.footer-grid section>a:hover,.footer-grid nav a:hover { color:#fff; }
.footer-brand { display:inline-block!important; width:max-content; max-width:100%; margin:0 0 15px!important; padding:0!important; border:0!important; border-radius:0!important; background:transparent!important; box-shadow:none!important; font-size:24px; }
.footer-brand img { display:block; width:var(--footer-logo-width,200px); max-width:100%; height:auto; object-fit:contain; background:transparent!important; box-shadow:none!important; }
.footer-social { display:flex; gap:9px; margin-top:18px; }
.footer-social a { padding:8px 11px; border:1px solid rgba(255,255,255,.22); border-radius:4px; color:#fff; text-decoration:none; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; padding:18px 4vw; border-top:1px solid rgba(255,255,255,.13); color:#9fb2ca; font-size:12px; }
.catalog-toolbar { display:flex; align-items:end; justify-content:space-between; gap:24px; margin-bottom:24px; }
.catalog-toolbar h2 { margin:5px 0 0; font-size:34px; }
.catalog-breadcrumb { display:flex; flex-wrap:wrap; align-items:center; gap:8px; margin:-6px 0 22px; color:var(--muted); font-size:13px; font-weight:800; }
.catalog-breadcrumb a { color:var(--blue); text-decoration:none; }
.catalog-breadcrumb a:hover { color:var(--green); text-decoration:underline; }
.catalog-breadcrumb strong { color:var(--ink); }
.catalog-breadcrumb span { color:#9aa7ae; }
.config-visual .catalog-breadcrumb { justify-content:flex-start; margin:0 0 16px; font-size:12px; }
.catalog-sibling-links { display:flex; flex-wrap:wrap; align-items:center; gap:7px; margin:-12px 0 20px; }
.catalog-sibling-links strong { color:var(--muted); font-size:11px; text-transform:uppercase; letter-spacing:.08em; }
.catalog-sibling-links a { display:inline-flex; align-items:center; gap:6px; padding:7px 10px; border:1px solid var(--line); border-radius:999px; color:var(--blue); background:#fff; text-decoration:none; font-size:12px; font-weight:850; }
.catalog-sibling-links a span { display:inline-grid; place-items:center; min-width:20px; height:20px; padding:0 5px; border-radius:999px; color:#fff; background:var(--green); font-size:10px; }
.catalog-sibling-links a.active { border-color:var(--blue); background:#f2f8fd; }
.config-visual .catalog-sibling-links { margin:-6px 0 16px; }
.catalog-directory-grid { margin-top:4px; }
.search-field { display:grid; gap:7px; width:min(420px,100%); color:var(--muted); font-size:12px; font-weight:800; }
.search-field input { width:100%; padding:13px 15px; border:1px solid var(--line); border-radius:12px; background:#fff; outline:none; }
.search-field input:focus { border-color:var(--blue); box-shadow:0 0 0 3px rgba(26,64,124,.12); }
.product-grid { display:grid; grid-template-columns:repeat(var(--product-columns,4),minmax(0,1fr)); gap:18px; }
.product-card { overflow:hidden; display:flex; flex-direction:column; border:1px solid var(--line); border-radius:20px; background:#fff; box-shadow:0 12px 34px rgba(26,64,124,.08); transition:.2s ease; }
.product-card:hover { transform:translateY(-4px); border-color:rgba(69,168,70,.45); box-shadow:0 22px 48px rgba(26,64,124,.14); }
.product-card-media { position:relative; display:block; overflow:hidden; color:inherit; text-decoration:none; background:radial-gradient(circle at 22% 18%,rgba(253,105,13,.14),transparent 32%),linear-gradient(135deg,#edf6f0,#fff 56%,#eef4ff); }
.product-card-badges { position:absolute; top:12px; left:12px; right:12px; z-index:2; display:flex; flex-wrap:wrap; justify-content:space-between; gap:7px; pointer-events:none; }
.product-card-badges span { display:inline-flex; align-items:center; min-height:25px; padding:6px 9px; border:1px solid #ffd8bf; border-radius:999px; color:var(--orange); background:#fff7ef; box-shadow:0 5px 15px rgba(26,64,124,.08); font-size:9px; font-weight:950; letter-spacing:.06em; text-transform:uppercase; }
.product-card-badges span.green { border-color:#cdebd0; color:var(--green); background:#effaf0; }
.product-image { display:grid; place-items:center; width:100%; aspect-ratio:1/1; overflow:hidden; color:#9aa5ad; background:linear-gradient(145deg,#edf2f4,#fafbfb); }
.product-image img { width:100%; height:100%; object-fit:cover; }
.product-card-image { aspect-ratio:1.12/1; background:transparent; }
.product-card-image img { transform:scale(.92); border-radius:16px; box-shadow:0 18px 30px rgba(26,64,124,.14); transition:.2s ease; }
.product-card:hover .product-card-image img { transform:scale(.96); }
.product-placeholder { display:grid; place-items:center; width:57px; height:57px; border:2px solid #cad4d9; border-radius:14px; font-size:23px; font-weight:900; }
.product-card-body { display:flex; flex:1; flex-direction:column; padding:18px; }
.product-meta { display:flex; align-items:center; justify-content:space-between; gap:9px; color:var(--muted); font-size:9px; font-weight:800; }
.product-meta span:first-child { color:var(--green); text-transform:uppercase; letter-spacing:.7px; }
.product-card h3 { margin:10px 0 7px; color:var(--blue); font-size:19px; line-height:1.12; letter-spacing:-.5px; }
.product-card p { margin:0; color:var(--muted); font-size:12px; line-height:1.45; }
.product-quick-specs { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin:14px 0 0; }
.product-quick-specs span { display:grid; gap:3px; min-height:52px; padding:10px; border:1px solid var(--line); border-radius:12px; color:var(--ink); background:#f8faf9; font-size:12px; font-weight:800; }
.product-quick-specs strong { display:block; color:var(--muted); font-size:9px; font-weight:950; letter-spacing:.08em; text-transform:uppercase; }
.product-card-fulfillment { display:grid; grid-template-columns:auto 1fr; gap:8px; align-items:center; margin-top:11px; padding:9px 10px; border:1px solid #cdebd0; border-radius:10px; color:#244d34; background:#f0faf2; font-size:11px; line-height:1.35; }
.product-card-fulfillment strong { color:var(--green); font-size:10px; font-weight:950; letter-spacing:.08em; text-transform:uppercase; }
.product-card-fulfillment span { font-weight:850; }
.product-card-fulfillment.no-shipping { border-color:#ffd2b8; color:#7a3510; background:#fff5ed; }
.product-card-fulfillment.no-shipping strong { color:var(--orange); }
.product-price-strip { display:flex; align-items:center; justify-content:space-between; gap:12px; margin:10px 0 12px; padding:13px 14px; border-radius:14px; color:#fff; background:linear-gradient(135deg,var(--blue),#112f5d); }
.product-price-strip span { color:#dce7f7; font-size:11px; font-weight:850; }
.product-price-strip strong { font-size:18px; line-height:1; }
.product-card-actions { display:grid; grid-template-columns:1.15fr .85fr; gap:9px; margin-top:auto; }
.configure-button { display:block; padding:11px 10px; border:0; border-radius:11px; color:#fff; background:var(--orange); font-size:12px; font-weight:950; text-align:center; text-decoration:none; }
.configure-button:hover { filter:brightness(.97); }
.configure-button.secondary { color:var(--blue); background:#eef4f0; }
.catalog-load-more { grid-column:1/-1; display:flex; align-items:center; justify-content:center; gap:14px; padding:10px 0 2px; color:var(--muted); font-size:12px; font-weight:850; }
.catalog-load-more button { padding:11px 18px; border:0; border-radius:999px; color:#fff; background:var(--green); font-weight:950; box-shadow:0 8px 20px rgba(69,168,70,.2); }
.catalog-load-more button:hover { background:#378c3b; }
.status-message,.empty-state { grid-column:1/-1; padding:26px; border:1px dashed #bdc8ce; border-radius:16px; color:var(--muted); background:#fff; text-align:center; }
.status-message { margin-bottom:20px; }
.empty-state { display:grid; gap:6px; }
dialog { padding:0; border:0; border-radius:22px; box-shadow:var(--shadow); }
dialog::backdrop { background:rgba(11,25,35,.62); backdrop-filter:blur(3px); }
.dialog-close { position:absolute; top:15px; right:18px; z-index:3; display:grid; place-items:center; width:38px; height:38px; border:0; border-radius:50%; color:var(--ink); background:#fff; box-shadow:0 5px 18px rgba(0,0,0,.12); font-size:25px; }
.dialog-close.static { position:static; box-shadow:none; background:var(--soft); }
.product-page { width:min(1440px,92vw); min-height:60vh; margin:0 auto; padding:28px 0 80px; }
.product-page-top { position:sticky; top:124px; z-index:12; display:flex; align-items:center; justify-content:space-between; gap:18px; margin:0 0 18px; padding:13px 16px; border:1px solid var(--line); border-radius:18px; background:rgba(255,255,255,.96); box-shadow:0 12px 32px rgba(26,64,124,.08); backdrop-filter:blur(12px); }
.product-page-top .catalog-breadcrumb { margin:0; }
.product-page-back { flex:none; padding:10px 14px; border:0; border-radius:999px; color:#fff; background:var(--blue); font-size:12px; font-weight:950; }
.configurator { display:grid; grid-template-columns:minmax(360px,.92fr) minmax(420px,1.08fr); min-height:650px; overflow:hidden; border:1px solid var(--line); border-radius:24px; background:#fff; box-shadow:0 18px 48px rgba(26,64,124,.1); }
.config-visual { display:flex; flex-direction:column; padding:38px; background:linear-gradient(145deg,#edf2f4,#fafcfc); }
.config-visual .product-image { flex:0 0 auto; align-self:center; width:min(100%,500px); height:auto; min-height:0; aspect-ratio:1/1; border-radius:18px; background:#fff; }
.config-visual h2 { margin:24px 0 7px; font-size:32px; }
.config-visual p { margin:0; color:var(--muted); line-height:1.55; }
.config-form { padding:42px; }
.config-form h3 { margin:0 0 6px; font-size:24px; }
.config-subtitle { margin:0 0 24px; color:var(--muted); }
.field-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:13px; }
.field-grid .wide { grid-column:1/-1; }
.grid-artwork-size { display:flex; flex-direction:column; justify-content:center; padding:12px 14px; border:1px solid var(--line); border-radius:10px; background:#f7f9fb; }
.grid-artwork-size span { color:var(--muted); font-size:11px; font-weight:800; text-transform:uppercase; }
.grid-artwork-size strong { margin-top:3px; color:var(--blue); font-size:18px; }
.grid-artwork-size small { margin-top:3px; color:var(--muted); }
.field,.option-field,.artwork-field { display:grid; gap:7px; margin-bottom:16px; color:#52606b; font-size:12px; font-weight:850; }
.field input,.field select,.option-field input,.option-field select { width:100%; padding:12px 13px; border:1px solid var(--line); border-radius:10px; color:var(--ink); background:#fff; outline:none; }
.field input:focus,.field select:focus,.option-field input:focus,.option-field select:focus { border-color:var(--blue); box-shadow:0 0 0 3px rgba(26,64,124,.1); }
.color-option-field { display:block; padding:0; border:0; }
.color-option-field legend { margin-bottom:8px; color:#52606b; font-size:12px; font-weight:850; }
.color-option-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(150px,1fr)); gap:10px; }
.color-option-grid label { display:flex; align-items:center; gap:9px; min-height:46px; padding:11px 12px; border:1px solid var(--line); border-radius:12px; color:var(--ink); background:#fff; font-weight:850; cursor:pointer; }
.color-option-grid input { width:auto!important; margin:0; accent-color:var(--green); }
.color-option-field small { display:block; margin-top:8px; color:#52606b; font-size:11px; font-weight:750; }
.artwork-field { padding:17px; border:1px dashed #aebdc5; border-radius:12px; background:#f8fafb; }
.artwork-field input { font-weight:600; }
.artwork-field small { color:var(--muted); font-weight:650; line-height:1.35; }
.artwork-field small.artwork-selected { color:var(--blue); }
.artwork-field small.artwork-uploaded { color:var(--green); font-weight:850; }
.artwork-field small.artwork-upload-error { color:#a52d2d; font-weight:850; }
.accepted-artwork-types { padding:7px 9px; border-radius:7px; color:#244a2c!important; background:#edf8ee; }
.artwork-size-box { display:grid; gap:6px; margin-top:3px; padding:13px 14px; border:2px solid var(--line); border-radius:12px; background:#fff; line-height:1.35; box-shadow:0 8px 20px rgba(16,24,40,.05); }
.artwork-size-box em { justify-self:start; padding:4px 9px; border-radius:999px; font-size:10px; font-style:normal; font-weight:950; letter-spacing:.08em; text-transform:uppercase; }
.artwork-size-box strong { display:block; font-size:13px; }
.artwork-size-box span { display:block; font-size:12px; font-weight:750; }
.artwork-size-checking { color:var(--blue); border-color:#c9d9ef; background:#f1f6ff; font-weight:850; }
.artwork-size-match { color:#176b2b!important; border-color:#50b85b; background:#effaf1; }
.artwork-size-match em { color:#176b2b; background:#d9f5df; }
.artwork-size-warning { color:#8b3200!important; border-color:#ff7a1a; background:#fff2e8; }
.artwork-size-warning em { color:#8b3200; background:#ffe0c8; }
.artwork-size-verify { color:var(--blue)!important; border-color:#87aede; background:#f1f6ff; }
.artwork-size-verify em { color:var(--blue); background:#dfeaff; }
.artwork-choice { display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); gap:10px; margin:4px 0 16px; }
.artwork-choice label { display:flex; align-items:flex-start; gap:9px; padding:14px; border:1px solid var(--line); border-radius:11px; color:var(--ink); background:#fff; font-size:13px; font-weight:800; }
.artwork-choice small { display:block; margin-top:3px; color:var(--muted); font-weight:600; }
.design-brief { margin-bottom:16px; padding:18px; border:1px solid var(--line); border-radius:12px; background:#f8fafb; }
.design-brief summary { cursor:pointer; color:var(--blue); font-weight:900; }
.design-brief-fields { display:grid; gap:13px; margin-top:15px; }
.design-brief textarea { min-height:82px; resize:vertical; padding:12px; border:1px solid var(--line); border-radius:10px; }
.pitchprint-design-panel { margin-bottom:16px; padding:16px; border:1px solid #cfe7d1; border-radius:12px; background:#f3fbf4; display:grid; gap:10px; }
.pitchprint-launch { justify-self:start; border:0; border-radius:999px; padding:11px 18px; background:var(--green); color:#fff; font-weight:900; cursor:pointer; }
.pitchprint-launch:disabled { opacity:.7; cursor:wait; }
.pitchprint-design-panel small { color:var(--muted); font-weight:700; }
.pitchprint-preview { display:flex; flex-wrap:wrap; gap:10px; align-items:center; }
.pitchprint-preview img { width:92px; height:92px; object-fit:contain; border:1px solid var(--line); border-radius:10px; background:#fff; padding:6px; }
.pitchprint-preview span { color:var(--green); font-weight:900; }
.pitchprint-canvas-adjuster-bridge { position:fixed; right:18px; bottom:18px; z-index:2147483647; display:grid; grid-template-columns:repeat(3,minmax(70px,1fr)); gap:7px; max-width:360px; padding:10px; border:1px solid #bdd8c0; border-radius:12px; background:#f3fbf4; box-shadow:0 10px 30px rgba(15,35,20,.16); }
.pitchprint-canvas-adjuster-bridge.hidden { display:none; }
.pitchprint-canvas-adjuster-bridge label { display:grid; gap:3px; color:var(--muted); font-size:9px; font-weight:900; text-transform:uppercase; }
.pitchprint-canvas-adjuster-bridge input { width:100%; min-width:0; padding:7px 8px; border:1px solid #c7d7cc; border-radius:8px; color:var(--blue); background:#fff; font-size:12px; font-weight:900; }
.multi-job-builder { margin-top:18px; padding-top:18px; border-top:1px solid var(--line); }
.multi-job-intro { display:flex; align-items:flex-start; justify-content:space-between; gap:18px; margin-bottom:15px; }
.multi-job-intro span { color:var(--orange); font-size:11px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.multi-job-intro h3 { margin:4px 0; font-size:20px; }
.multi-job-intro p { max-width:520px; margin:0; color:var(--muted); font-size:13px; line-height:1.45; }
.multi-job-intro button { flex:0 0 auto; padding:10px 12px; border:0; border-radius:9px; color:#fff; background:var(--green); font-weight:850; }
.job-design-card { margin-bottom:15px; padding:17px; border:1px solid var(--line); border-radius:14px; background:#f8fafb; }
.quantity-emphasis { background:transparent; }
.quantity-emphasis input,.quantity-emphasis select { font-size:inherit; font-weight:inherit; }
.quantity-emphasis small { display:block; margin-top:5px; color:var(--muted); font-weight:700; }
.storefront-primary-quantity { margin-bottom:18px; padding:14px; border:1px solid #cfe7d1; border-radius:12px; }
.grid-quantity-field small { display:block; margin-top:5px; color:var(--muted); font-weight:700; }
.job-design-heading { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:14px; }
.job-design-heading span { color:var(--muted); font-size:10px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.job-design-heading h4 { margin:3px 0 0; font-size:18px; }
.job-design-heading small { display:block; margin-top:4px; color:var(--muted); font-size:11px; font-weight:700; }
.job-design-heading-actions { display:flex; align-items:center; gap:10px; }
.toggle-job-design { padding:7px 10px; border:1px solid var(--line); border-radius:8px; color:var(--blue); background:#fff; font-size:12px; font-weight:850; }
.remove-job-design { padding:0; border:0; color:#b03636; background:transparent; font-size:12px; font-weight:850; }
.remove-job-design:disabled { visibility:hidden; }
.job-design-card .artwork-choice { margin-top:0; }
.job-design-card.job-design-collapsed [data-job-design-body] { display:none; }
.cart-job-groups { margin-top:8px; padding:8px 10px; border-left:3px solid var(--orange); background:var(--soft); }
.cart-job-groups p strong { color:var(--ink); }
.price-panel { display:grid; gap:9px; margin-top:20px; padding:20px; border-radius:14px; color:#fff; background:var(--blue); }
.price-panel>div { display:flex; align-items:center; justify-content:space-between; gap:15px; }
.price-panel strong { font-size:30px; }
.configured-unit-price { justify-content:flex-end !important; color:#dce7f7; font-size:13px; font-weight:900; }
.price-detail { color:#dce7f7; font-size:13px; }
.add-cart-button,.checkout-button,.primary-button { width:100%; margin-top:14px; padding:14px 18px; border:0; border-radius:11px; color:#fff; background:var(--orange); font-weight:900; }
.add-cart-button:disabled,.checkout-button:disabled,.primary-button:disabled,.button-working { cursor:wait; opacity:.72; }
.cart-dialog { width:min(720px,94vw); max-height:90vh; padding:30px; overflow:auto; }
.dialog-heading { display:flex; align-items:center; justify-content:space-between; margin-bottom:22px; }
.dialog-heading h2 { margin:5px 0 0; font-size:30px; }
.cart-item { display:grid; grid-template-columns:1fr auto; gap:16px; padding:17px 0; border-bottom:1px solid var(--line); }
.cart-item h3 { margin:0 0 5px; font-size:17px; }
.cart-item p { margin:3px 0; color:var(--muted); font-size:13px; }
.cart-item-price { text-align:right; }
.cart-item-price strong { display:block; font-size:18px; }
.edit-cart-item { display:block; width:100%; margin-top:9px; padding:7px 12px; border:1px solid var(--line); border-radius:10px; color:var(--blue); background:#fff; font-size:12px; font-weight:900; }
.remove-cart-item { margin-top:8px; padding:0; border:0; color:#b03636; background:transparent; font-size:12px; font-weight:800; }
.cart-summary { margin-top:22px; }
.cart-summary>div { display:flex; justify-content:space-between; font-size:21px; }
.cart-summary p { color:var(--muted); font-size:13px; line-height:1.5; }
.checkout-dialog { width:min(1120px,96vw); max-height:94vh; overflow:auto; }
.checkout-form { padding:38px; }
.website-trap { position:absolute!important; left:-10000px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
.checkout-heading h2 { margin:6px 0 8px; font-size:34px; }
.checkout-heading>p:last-child { margin:0; color:var(--muted); }
.checkout-progress { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin:24px 0 0; }
.checkout-progress span { display:flex; align-items:center; gap:8px; padding:10px 12px; border:1px solid var(--line); border-radius:999px; color:var(--muted); background:#fff; font-size:12px; font-weight:900; }
.checkout-progress b { display:grid; place-items:center; width:22px; height:22px; border-radius:50%; color:#fff; background:var(--blue); font-size:11px; }
.checkout-progress .active { color:var(--blue); border-color:#b9d6ef; background:#f2f8fd; }
.checkout-progress .complete { color:#267a36; border-color:#c8dfcc; background:#f0faf2; }
.checkout-progress .complete b { background:var(--green); }
.checkout-error { margin:18px 0 0; padding:14px 16px; border:1px solid #f0b7b7; border-radius:11px; color:#8e2525; background:#fff0f0; font-weight:850; }
.checkout-layout { display:grid; grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr); gap:28px; margin-top:26px; }
.checkout-fields { display:grid; gap:16px; }
.checkout-section { padding:21px; border:1px solid var(--line); border-radius:14px; background:#fff; }
.checkout-section h3,.checkout-summary h3 { margin:0 0 16px; }
.checkout-section label { display:grid; gap:7px; color:var(--muted); font-size:12px; font-weight:850; }
.checkout-section input,.checkout-section select,.checkout-section textarea { width:100%; padding:12px; border:1px solid var(--line); border-radius:10px; color:var(--ink); background:#fff; }
.checkout-section textarea { min-height:92px; resize:vertical; }
.checkout-payment-choice { display:grid; gap:10px; }
.checkout-payment-choice label { display:flex; align-items:flex-start; gap:10px; padding:13px; border:1px solid var(--line); border-radius:10px; color:var(--ink); background:#fff; }
.checkout-payment-choice input { width:auto; margin-top:3px; }
.checkout-payment-choice span { font-weight:850; }
.checkout-payment-choice small { display:block; margin-top:3px; color:var(--muted); font-weight:600; line-height:1.4; }
.checkout-review-section { border-color:#b9d6ef; background:#f7fbff; }
.checkout-review-card { display:grid; gap:10px; }
.checkout-review-card>div { padding:12px; border:1px solid #dce8f4; border-radius:10px; background:#fff; }
.checkout-review-card span,.checkout-review-card small { display:block; color:var(--muted); font-size:12px; line-height:1.45; }
.checkout-review-card span { margin-bottom:4px; color:var(--blue); font-size:9px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.checkout-review-card strong { display:block; margin-bottom:2px; color:var(--ink); }
.checkout-confirm-line { display:flex!important; grid-template-columns:none!important; align-items:flex-start; gap:10px!important; margin-top:14px; padding:13px; border:1px solid #c8dfcc; border-radius:10px; color:var(--ink)!important; background:#f0faf2; }
.checkout-confirm-line input { width:auto!important; margin-top:2px; }
.checkout-grid { display:grid; grid-template-columns:1fr 1fr; gap:13px; }
.checkout-grid .span-two { grid-column:1/-1; }
.checkout-account-customer { display:grid; gap:13px; margin-bottom:15px; padding:15px; border:1px solid #b9d6ef; border-radius:12px; background:#f2f8fd; }
.checkout-account-heading { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.checkout-account-heading span { display:block; color:var(--blue); font-size:9px; font-weight:900; letter-spacing:.08em; }
.checkout-account-heading strong { display:block; margin-top:3px; font-size:17px; }
.checkout-new-contact { padding-top:13px; border-top:1px solid #cbddeb; }
.checkout-new-contact-actions { display:flex; justify-content:flex-end; gap:8px; margin-top:12px; }
.checkout-saved-address { margin:12px 0; }
.checkout-address { margin-top:15px; padding-top:15px; border-top:1px solid var(--line); }
.checkout-summary { position:sticky; top:0; align-self:start; padding:22px; border-radius:16px; color:#fff; background:var(--blue); }
.checkout-summary-item { display:grid; grid-template-columns:1fr auto; gap:12px; padding:12px 0; border-bottom:1px solid rgba(255,255,255,.18); }
.checkout-summary-item strong { display:block; }
.checkout-summary-item span,.checkout-summary>p { color:#dce7f7; font-size:12px; }
.checkout-production-date { display:block; margin-top:6px; color:#bfe8c7; font-size:11px; font-weight:800; line-height:1.35; }
.product-fulfillment-availability { display:grid; grid-template-columns:auto 1fr; gap:10px; align-items:center; margin:12px 0 10px; padding:11px 13px; border:1px solid #cdebd0; border-radius:12px; color:#244d34; background:#f0faf2; }
.product-fulfillment-availability strong { color:var(--green); font-size:10px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.product-fulfillment-availability span { font-size:13px; font-weight:850; line-height:1.4; }
.product-fulfillment-availability.no-shipping { border-color:#ffd2b8; color:#7a3510; background:#fff5ed; }
.product-fulfillment-availability.no-shipping strong { color:var(--orange); }
.cart-fulfillment-notice { display:inline-block; margin:8px 0 2px; padding:8px 10px; border-radius:9px; color:#7a3510; background:#fff0e7; font-size:12px; font-weight:800; }
.checkout-fulfillment-note { display:block; margin-top:6px; color:#ffd6bd!important; font-size:11px; font-weight:800; line-height:1.35; }
.checkout-total { display:flex; justify-content:space-between; gap:12px; padding:20px 0 8px; font-size:20px; }
.checkout-total strong { font-size:25px; }
.checkout-grand-total { margin-top:8px; padding-top:17px; border-top:2px solid rgba(255,255,255,.35); color:#fff; font-weight:900; }
.fulfillment-notice { margin-top:10px; padding:11px 12px; border-radius:8px; color:#7a3510; background:#fff0e7; font-size:12px; font-weight:750; }
.checkout-summary .checkout-button { background:var(--orange); }
.checkout-step-actions { display:grid; grid-template-columns:auto 1fr; gap:10px; align-items:center; margin-top:16px; }
.checkout-step-actions .checkout-button { margin-top:0; }
.checkout-step-actions .secondary-action { border-color:rgba(255,255,255,.28); color:#fff; background:rgba(255,255,255,.12); }
.checkout-step-actions .secondary-action[hidden] { display:none; }
.checkout-success { width:min(920px,94vw); padding:50px 42px; text-align:center; }
.success-mark { display:grid; place-items:center; width:68px; height:68px; margin:0 auto 20px; border-radius:50%; color:#fff; background:var(--green); font-size:34px; font-weight:900; }
.checkout-success h2 { margin:8px 0 12px; font-size:34px; }
.checkout-success>p:not(.eyebrow) { color:var(--muted); line-height:1.65; }
.checkout-success-summary { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin:22px auto 0; max-width:760px; }
.checkout-success-summary>div { padding:14px; border:1px solid var(--line); border-radius:12px; background:#fff; }
.checkout-success-summary span { display:block; color:var(--muted); font-size:10px; font-weight:900; text-transform:uppercase; }
.checkout-success-summary strong { display:block; margin-top:4px; color:var(--blue); }
.checkout-confirmation-box { display:grid; gap:5px; max-width:760px; margin:18px auto 0; padding:16px 18px; border:1px solid #bddbc2; border-radius:13px; color:#244d34; background:#f1fbf3; text-align:left; }
.checkout-confirmation-box strong,.checkout-confirmation-box span { display:block; }
.checkout-confirmation-box strong { font-size:15px; }
.checkout-confirmation-box span { color:#52645a; font-size:13px; line-height:1.55; }
.checkout-success-actions { display:flex; justify-content:center; gap:10px; margin-top:24px; }
.checkout-success-actions .primary-button { width:auto; margin:0; }
.checkout-stripe-payment { margin:28px 0; padding:24px; border:1px solid #bdd2ef; border-radius:15px; background:#f5f9ff; text-align:left; }
.checkout-stripe-heading { text-align:center; }
.checkout-stripe-heading h3 { margin:5px 0; font-size:24px; }
.checkout-stripe-heading>p:last-child { margin:0 0 20px; color:var(--muted); line-height:1.5; }
#checkoutStripeElement { padding:16px; border:1px solid var(--line); border-radius:11px; background:#fff; }
.checkout-stripe-payment .checkout-button { max-width:360px; margin:18px auto 0; display:block; }
.checkout-payment-success { text-align:center; }
.checkout-payment-success .success-mark { width:54px; height:54px; margin-bottom:12px; font-size:26px; }
.checkout-payment-success h3 { margin:5px 0; color:var(--green); }
.checkout-payment-success p:last-child { color:var(--muted); font-size:12px; }
.checkout-artwork-review { margin-top:30px; padding-top:28px; border-top:1px solid var(--line); text-align:left; }
.checkout-artwork-review-heading { text-align:center; }
.checkout-artwork-review-heading h3 { margin:5px 0; font-size:24px; }
.checkout-artwork-review-heading>p:last-child { margin:0 0 18px; color:var(--muted); }
#checkoutArtworkReviewItems { display:grid; gap:16px; }
.checkout-artwork-card { display:grid; grid-template-columns:230px 1fr; gap:20px; padding:18px; border:1px solid var(--line); border-radius:15px; background:#fff; box-shadow:0 8px 24px rgba(17,41,71,.07); }
.checkout-artwork-preview { display:grid; place-items:center; min-height:190px; overflow:hidden; border-radius:11px; background:var(--soft); }
.checkout-artwork-preview img,.checkout-artwork-preview embed { width:100%; height:210px; object-fit:contain; border:0; }
.artwork-review-file { display:grid; gap:8px; width:100%; padding:20px; text-align:center; }
.artwork-review-file span { justify-self:center; padding:7px 10px; border-radius:8px; color:#fff; background:var(--blue); font-size:12px; font-weight:900; }
.artwork-review-file strong,.artwork-review-file small { display:block; }
.artwork-review-file small { color:var(--muted); line-height:1.45; }
.artwork-review-file a { justify-self:center; padding:9px 13px; border-radius:8px; color:#fff; background:var(--green); font-size:12px; font-weight:900; text-decoration:none; }
.checkout-artwork-details h4 { margin:8px 0 3px; font-size:19px; }
.checkout-artwork-details p,.checkout-artwork-details small { display:block; margin:3px 0; color:var(--muted); }
.checkout-artwork-details label { display:grid; gap:6px; margin-top:14px; color:var(--muted); font-size:12px; font-weight:850; }
.checkout-artwork-details textarea { min-height:76px; padding:11px; border:1px solid var(--line); border-radius:9px; resize:vertical; }
.artwork-review-status { display:inline-block; padding:5px 8px; border-radius:999px; color:#7c5a00; background:#fff3c7; font-size:10px; font-weight:900; text-transform:uppercase; }
.artwork-review-status.status-Approved { color:#176b2b; background:#e1f6e5; }
.artwork-review-status.status-Rejected { color:#9a2929; background:#ffe4e4; }
.checkout-artwork-actions { display:flex; justify-content:flex-end; gap:9px; margin-top:12px; }
.checkout-artwork-actions .primary-button { width:auto; margin:0; padding:10px 13px; }
.artwork-review-error { padding:15px; border-radius:10px; color:#922c2c; background:#fff0f0; text-align:center; }
.store-editor-dialog { width:min(900px,94vw); max-height:92vh; padding:30px; overflow:auto; }
.store-editor-dialog h2 { margin:5px 0 0; }
.editor-section { margin-top:20px; padding-top:20px; border-top:1px solid var(--line); }
.editor-section h3 { margin:0 0 14px; }
.editor-section label { display:grid; gap:7px; margin-bottom:12px; color:var(--muted); font-size:12px; font-weight:800; }
.editor-section input,.editor-section textarea,.editor-section select { width:100%; padding:11px 12px; border:1px solid var(--line); border-radius:9px; background:#fff; }
.editor-section textarea { min-height:88px; resize:vertical; }
.editor-grid { display:grid; grid-template-columns:2fr 2fr 1fr 1fr 1fr; gap:12px; }
.secondary-action { padding:10px 13px; border:1px solid var(--line); border-radius:9px; color:var(--blue); background:#fff; font-weight:800; }
.editor-section-heading { display:grid; grid-template-columns:1fr 170px auto; gap:10px; align-items:end; }
.editor-section-heading p { margin:4px 0 0; color:var(--muted); font-size:13px; }
.editor-block-list { display:grid; gap:10px; margin-top:15px; }
.editor-block-row { display:grid; grid-template-columns:auto 1fr auto; gap:10px; align-items:center; padding:12px; border:1px solid var(--line); border-radius:11px; background:var(--soft); }
.editor-block-row strong { display:block; }
.editor-block-row small { color:var(--muted); }
.block-order-buttons { display:flex; gap:5px; }
.block-order-buttons button,.remove-block { width:32px; height:32px; border:1px solid var(--line); border-radius:8px; background:#fff; }
.remove-block { color:#a52d2d; }
.editor-block-fields { grid-column:1/-1; display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.editor-block-fields label { margin:0; }
.editor-actions { display:flex; justify-content:flex-end; gap:10px; margin-top:24px; }
.editor-actions .primary-button { width:auto; margin:0; }
.account-dialog { width:min(1180px,96vw); height:min(880px,94vh); max-height:94vh; padding:0; overflow:auto; border-radius:22px; background:#f6f8f9; }
.account-dialog-heading { position:sticky; top:0; z-index:4; padding:24px 28px; border-bottom:1px solid var(--line); background:#fff; }
.account-dialog-heading h2 { margin:3px 0 8px; font-size:clamp(28px,4vw,42px); }
.account-dialog>.customer-login-form,.account-dialog>.portal-dashboard,.account-dialog>.account-portal-intro,.account-dialog>.portal-auth-grid,.account-dialog>.portal-loading { width:min(1040px,calc(100% - 48px)); margin-left:auto; margin-right:auto; }
.account-session-pill { display:inline-flex; align-items:center; width:max-content; padding:7px 11px; border-radius:999px; color:#8a5d08; background:#fff4d6; font-size:12px; font-weight:950; }
.account-session-pill.signed-in { color:#1f7330; background:#e9f8ec; }
.account-portal-intro { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr); gap:22px; align-items:center; margin-top:24px; padding:28px; border:1px solid #dfe8ee; border-radius:18px; background:linear-gradient(135deg,#fff,#edf6f0); box-shadow:0 14px 34px rgba(31,48,59,.07); }
.account-portal-intro.signed-in { display:none; }
.account-portal-intro span { color:var(--orange); font-size:12px; font-weight:950; letter-spacing:.12em; text-transform:uppercase; }
.account-portal-intro h3 { margin:8px 0 0; font-size:clamp(26px,4vw,44px); line-height:1; letter-spacing:-1.8px; }
.account-portal-intro p { margin:0; color:var(--muted); font-size:16px; line-height:1.6; }
.portal-loading { display:grid; justify-items:center; gap:9px; margin-top:24px; padding:28px; border:1px solid #dfe8ee; border-radius:18px; background:#fff; box-shadow:0 12px 28px rgba(31,48,59,.06); text-align:center; }
.portal-loading strong { color:var(--blue); font-size:22px; }
.portal-loading span { color:var(--muted); font-weight:750; }
.portal-loading .storefront-loader-bar { width:180px; }
.customer-login-form { width:min(480px,calc(100% - 48px)); margin:24px auto 0; padding:24px; border:1px solid var(--line); border-radius:18px; background:#fff; box-shadow:0 12px 28px rgba(31,48,59,.06); }
.portal-auth-grid { display:grid; grid-template-columns:minmax(280px,.85fr) minmax(360px,1.15fr); gap:18px; align-items:start; margin-top:24px; }
.portal-auth-grid .customer-login-form { width:100%; margin:0; }
.customer-signup-form { border-color:#cddfd2; background:linear-gradient(135deg,#fff,#f3fbf5); }
.portal-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px 12px; }
.portal-form-grid .wide { grid-column:1/-1; }
.portal-check { display:flex !important; grid-template-columns:auto 1fr; align-items:center; gap:10px !important; margin-top:14px !important; padding:12px; border:1px solid #dce8df; border-radius:12px; background:#f8fbf8; color:var(--ink) !important; }
.portal-check input { width:auto; }
.trade-request-fields { display:grid; gap:10px; margin-top:12px; padding:14px; border:1px solid #cfe4d5; border-radius:14px; background:#edf8ef; }
.trade-request-fields small { color:var(--muted); line-height:1.5; }
.customer-login-form h3 { margin:0 0 4px; font-size:25px; }
.customer-login-form>p { color:var(--muted); line-height:1.6; }
.customer-login-form label { display:grid; gap:7px; margin:12px 0; color:var(--muted); font-size:12px; font-weight:850; }
.customer-login-form input { padding:12px; border:1px solid var(--line); border-radius:10px; }
.portal-error { padding:12px; border-radius:9px; color:#8e2525; background:#fff0f0; }
.portal-dashboard { margin-top:24px; padding-bottom:34px; }
.portal-welcome { display:flex; align-items:center; justify-content:space-between; gap:18px; padding:24px; border-radius:18px; color:#fff; background:linear-gradient(135deg,var(--blue),#245fa8); box-shadow:0 16px 34px rgba(26,64,124,.18); }
.portal-welcome span { color:#dce7f7; font-size:12px; }
.portal-welcome h3 { margin:3px 0 0; font-size:26px; }
.portal-tabs { display:flex; gap:8px; margin:20px 0; overflow:auto; padding:7px; border:1px solid var(--line); border-radius:999px; background:#fff; }
.portal-tabs button { flex:none; padding:11px 15px; border:0; border-radius:999px; color:var(--muted); background:transparent; font-weight:900; }
.portal-tabs button.active { color:#fff; background:var(--orange); }
.portal-summary-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.portal-summary-grid>div { padding:17px; border:1px solid var(--line); border-radius:12px; background:#fff; }
.portal-summary-grid span,.portal-summary-grid small { display:block; color:var(--muted); font-size:12px; }
.portal-summary-grid strong { display:block; margin:5px 0; font-size:24px; }
.portal-record-list { display:grid; gap:10px; }
.portal-record { padding:17px; border:1px solid var(--line); border-radius:12px; background:#fff; }
.portal-record { cursor:pointer; transition:.18s ease; }
.portal-record:hover { transform:translateY(-1px); border-color:#9db7d6; box-shadow:0 8px 22px rgba(26,64,124,.08); }
.portal-record-layout { display:grid; grid-template-columns:1fr; gap:14px; align-items:start; }
.portal-record.has-thumbnails .portal-record-layout { grid-template-columns:auto 1fr; }
.portal-record-main { min-width:0; }
.portal-record-thumbnails { display:grid; grid-template-columns:repeat(2,58px); gap:7px; }
.portal-record-thumb,.portal-record-proof-placeholder,.portal-job-thumb { display:grid; place-items:center; width:58px; height:58px; overflow:hidden; border:1px solid var(--line); border-radius:10px; background:var(--soft); }
.portal-record-thumb img,.portal-job-thumb img { width:100%; height:100%; object-fit:contain; background:#fff; }
.portal-record-proof-placeholder { padding:6px; color:var(--blue); text-align:center; }
.portal-record-proof-placeholder span { display:block; font-size:11px; font-weight:950; }
.portal-record-proof-placeholder small { display:block; max-width:100%; overflow:hidden; color:var(--muted); font-size:8px; line-height:1.15; text-overflow:ellipsis; }
.portal-record-actions { display:flex; justify-content:flex-end; gap:8px; margin-top:12px; }
.portal-record-actions .primary-button,.portal-record-reorder-button { width:auto; min-width:112px; max-width:130px; margin:0; padding:10px 14px; border-radius:9px; }
.portal-transaction-dialog { width:min(900px,94vw); max-height:92vh; padding:28px; border:0; border-radius:18px; overflow:auto; }
.portal-transaction-heading { display:flex; justify-content:space-between; gap:20px; padding-bottom:18px; border-bottom:3px solid var(--blue); }
.portal-transaction-heading h2 { margin:4px 0; }
.portal-detail-lines { display:grid; gap:10px; margin-top:20px; }
.portal-detail-line { display:grid; grid-template-columns:1fr auto; gap:18px; padding:16px; border:1px solid var(--line); border-radius:12px; }
.portal-detail-line h4 { margin:0 0 6px; }
.portal-detail-line p,.portal-detail-line small { display:block; margin:4px 0; color:var(--muted); }
.portal-line-actions { display:grid; gap:10px; align-content:start; justify-items:end; min-width:150px; text-align:right; }
.portal-line-actions .compact-reorder-button { display:inline-flex; justify-content:center; width:max-content; min-width:0; max-width:120px; margin:0 0 0 auto; padding:8px 12px; border-radius:8px; font-size:12px; line-height:1; white-space:nowrap; }
.portal-detail-proof { display:grid; grid-template-columns:160px 1fr; gap:14px; align-items:center; margin-top:12px; padding:12px; border-radius:10px; background:var(--soft); }
.portal-proof-thumbnail,.portal-proof-file { width:160px; height:120px; border:1px solid var(--line); border-radius:8px; background:#fff; }
.portal-proof-thumbnail { display:block; object-fit:contain; }
.portal-proof-pdf { border:1px solid var(--line); }
.portal-proof-file { display:flex; flex-direction:column; justify-content:center; align-items:center; gap:6px; padding:10px; text-align:center; overflow:hidden; }
.portal-proof-file span { color:var(--muted); font-size:11px; font-weight:800; letter-spacing:.08em; }
.portal-proof-file strong { max-width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:12px; }
.portal-proof-details strong,.portal-proof-details small { display:block; }
@media (max-width:600px) {
  .portal-detail-proof { grid-template-columns:1fr; }
  .portal-proof-thumbnail,.portal-proof-file { width:100%; max-width:240px; height:160px; }
}
.portal-detail-totals { width:min(360px,100%); margin:20px 0 0 auto; }
.portal-detail-totals div { display:flex; justify-content:space-between; padding:8px 0; border-bottom:1px solid var(--line); }
.portal-detail-actions { display:flex; justify-content:flex-end; gap:10px; margin-top:20px; }
.portal-detail-actions .compact-reorder-button { width:auto; min-width:0; margin:0; padding:9px 15px; border-radius:8px; font-size:13px; }
.portal-record-head { display:flex; justify-content:space-between; gap:15px; }
.portal-record h4 { margin:0; font-size:17px; }
.portal-record p { margin:5px 0; color:var(--muted); font-size:13px; }
.portal-record-total { text-align:right; }
.portal-record-lines { margin-top:12px; padding-top:12px; border-top:1px solid var(--line); }
.portal-job-list { display:grid; gap:10px; }
.portal-job-card { display:grid; grid-template-columns:76px 1fr; gap:14px; align-items:center; padding:15px; border:1px solid var(--line); border-radius:12px; background:#fff; }
.portal-job-thumb { width:76px; height:76px; }
.portal-job-heading { display:flex; align-items:flex-start; justify-content:space-between; gap:10px; }
.portal-job-heading h4 { margin:0; color:var(--blue); font-size:17px; }
.portal-job-heading span { flex:none; padding:6px 9px; border-radius:999px; color:#176b2b; background:#e9f8ec; font-size:10px; font-weight:950; text-transform:uppercase; }
.portal-job-card p,.portal-job-card small { display:block; margin:5px 0 0; color:var(--muted); }
.portal-proof-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.portal-proof { padding:14px; border:1px solid var(--line); border-radius:12px; background:#fff; }
.portal-proof img { width:100%; height:130px; object-fit:contain; border-radius:8px; background:var(--soft); }
.portal-proof strong,.portal-proof span { display:block; margin-top:7px; }
.portal-proof span { color:var(--muted); font-size:12px; }
.config-visual .product-image {
  width:100%;
  height:auto;
  aspect-ratio:1/1;
  object-fit:cover;
  background:#f3f5f6;
}
.production-estimate {
  display:flex;
  justify-content:space-between;
  gap:9px;
  margin:9px 0;
  padding:8px 9px;
  border-radius:8px;
  color:#244a2c;
  background:#edf8ee;
  font-size:9px;
}
.production-estimate span { color:#49684f; text-align:right; }
.production-estimate small { display:block; margin-top:3px; color:#6a7c6d; }
.chat-launcher {
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:50;
  padding:14px 18px;
  border:0;
  border-radius:999px;
  box-shadow:0 12px 30px rgba(17,41,71,.24);
  color:#fff;
  background:var(--blue);
  font-weight:900;
}
.store-chat-panel {
  position:fixed;
  right:24px;
  bottom:82px;
  z-index:51;
  display:grid;
  grid-template-rows:auto minmax(180px,1fr) auto;
  width:min(390px,calc(100vw - 32px));
  max-height:min(620px,calc(100vh - 115px));
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:17px;
  box-shadow:0 18px 55px rgba(17,41,71,.26);
  background:#fff;
}
.store-chat-panel.hidden { display:none; }
.store-chat-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px 18px;
  color:#fff;
  background:var(--blue);
}
.store-chat-heading strong,.store-chat-heading span { display:block; }
.store-chat-heading span { margin-top:3px; color:#dce7f7; font-size:12px; }
.store-chat-heading button { border:0; color:#fff; background:transparent; font-size:24px; }
.store-chat-messages { overflow:auto; padding:16px; background:#f5f7f8; }
.store-chat-messages article {
  width:82%;
  margin-bottom:11px;
  padding:10px 12px;
  border-radius:12px;
  background:#fff;
  box-shadow:0 2px 8px rgba(17,41,71,.06);
}
.store-chat-messages article.customer { margin-left:auto; color:#fff; background:var(--green); }
.store-chat-messages article p { margin:5px 0; white-space:pre-wrap; }
.store-chat-messages article small { opacity:.72; font-size:10px; }
.store-chat-empty,.store-chat-error { padding:24px 10px; color:var(--muted); text-align:center; }
.store-chat-error { color:#9b2f2f; }
#storeChatForm { display:grid; gap:9px; padding:13px; border-top:1px solid var(--line); background:#fff; }
.store-chat-contact { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
#storeChatForm input,#storeChatForm textarea { width:100%; padding:10px; border:1px solid var(--line); border-radius:9px; }
#storeChatForm textarea { min-height:70px; resize:vertical; }
#storeChatForm button { padding:11px; border:0; border-radius:9px; color:#fff; background:var(--orange); font-weight:900; }
@media (max-width:900px) {
  .header-main { flex-wrap:wrap; gap:10px 18px; padding:12px 0; }
  .header-search { order:3; flex-basis:100%; max-width:none; }
  .site-header>nav { justify-content:flex-start; }
  .store-nav-horizontal { justify-content:flex-start; overflow-x:auto; overflow-y:visible; }
  .products-flyout-panel { left:0; grid-template-columns:220px minmax(0,1fr); width:min(820px,94vw); transform:none; }
  .products-flyout-category-grid { grid-template-columns:repeat(2,minmax(150px,1fr)); }
  .store-mega-panel { left:4vw; right:4vw; grid-template-columns:1fr; }
  .store-mega-links { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .header-contact { margin-left:auto; }
  .hero { grid-template-columns:1fr; padding-top:48px; }
  .hero h1 { letter-spacing:-2.5px; }
  .product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .configurator { grid-template-columns:1fr; }
  .checkout-layout { grid-template-columns:1fr; }
  .checkout-summary { position:static; }
  .checkout-progress { grid-template-columns:1fr 1fr; }
  .editor-grid { grid-template-columns:1fr 1fr; }
  .store-block-image { grid-template-columns:1fr; }
  .config-visual .product-image { width:min(100%,500px); min-height:0; }
  .staff-grid,.template-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .store-category-grid { grid-template-columns:repeat(2,minmax(0,1fr))!important; }
  .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width:600px) {
  .site-announcement { align-items:flex-start; flex-direction:column; gap:2px; }
  .header-main { width:92vw; }
  .header-contact { display:none; }
  .header-tools { margin-left:auto; }
  .account-button { font-size:12px; }
  .cart-button { padding:9px 11px; }
  .store-nav-horizontal { justify-content:center; overflow:visible; }
  .store-nav-horizontal .desktop-nav-links { display:none; }
  .store-nav-horizontal .mobile-menu-toggle { display:block; }
  .store-nav-horizontal .mobile-store-menu-panel.open { display:grid; gap:4px; }
  .store-menu-panel { left:4vw; right:4vw; width:auto; min-width:0; transform:none; }
  .store-menu-panel>.desktop-nav-links,
  .store-mega-panel .store-mega-links,
  .store-mega-panel .store-mega-categories { display:none; }
  .store-menu-panel .mobile-store-menu-panel { display:grid; gap:8px; }
  .mobile-products-menu { display:grid; gap:8px; padding:6px 0 10px; border-bottom:1px solid rgba(255,255,255,.14); }
  .mobile-products-top-link,
  .mobile-products-direct-link,
  .mobile-products-group summary,
  .mobile-products-category-list a {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    border-radius:10px;
    padding:12px 14px;
    color:#fff;
    background:rgba(255,255,255,.09);
    font-size:13px;
    font-weight:900;
    text-decoration:none;
    text-transform:uppercase;
  }
  .mobile-products-group { border:0; }
  .mobile-products-group summary { cursor:pointer; list-style:none; }
  .mobile-products-group summary::-webkit-details-marker { display:none; }
  .mobile-products-top-link { background:rgba(255,255,255,.17); }
  .mobile-products-category-list { display:grid; gap:5px; padding:6px 0 2px 12px; }
  .mobile-products-category-list a { padding:10px 12px; background:rgba(255,255,255,.06); font-size:12px; text-transform:none; }
  .mobile-products-category-list span,
  .mobile-products-direct-link span,
  .mobile-products-group summary span { opacity:.72; font-size:11px; }
  .store-mega-links { grid-template-columns:1fr; }
  .store-menu-panel .all-products-flyout { position:relative; width:100%; }
  .store-nav-horizontal>.desktop-nav-links .all-products-flyout { width:auto; }
  .all-products-trigger { width:100%; }
  .all-products-flyout:hover>.products-flyout-panel,
  .all-products-flyout:focus-within>.products-flyout-panel { display:none; }
  .all-products-flyout.mobile-open>.products-flyout-panel { display:grid; }
  .products-flyout-panel {
    position:static;
    grid-template-columns:1fr;
    width:100%;
    max-height:72vh;
    margin-top:6px;
    border-radius:12px;
    transform:none;
  }
  .products-flyout-list {
    min-height:0;
    max-height:220px;
    border-radius:12px 12px 0 0;
  }
  .products-flyout-details {
    max-height:360px;
    padding:16px;
    border-radius:0 0 12px 12px;
  }
  .products-flyout-category-grid { grid-template-columns:1fr; }
  .products-flyout-category { max-height:none; }
  main { width:min(92vw,540px); }
  .catalog-toolbar { align-items:stretch; flex-direction:column; }
  .product-grid { grid-template-columns:1fr; }
  .config-visual,.config-form { padding:26px; }
  .field-grid { grid-template-columns:1fr; }
  .checkout-grid { grid-template-columns:1fr; }
  .checkout-grid .span-two { grid-column:auto; }
  .checkout-progress,.checkout-success-summary { grid-template-columns:1fr; }
  .artwork-choice,.editor-block-fields { grid-template-columns:1fr; }
  .editor-section-heading { grid-template-columns:1fr; }
  .editor-grid { grid-template-columns:1fr; }
  .editor-button { display:none; }
  .account-button { padding:8px 2px; }
  .account-button span { display:none; }
  .account-dialog { width:100vw; max-width:none; height:100vh; max-height:none; border-radius:0; }
  .account-dialog-heading { padding:22px 20px; }
  .account-dialog>.customer-login-form,.account-dialog>.portal-dashboard,.account-dialog>.account-portal-intro,.account-dialog>.portal-auth-grid { width:calc(100% - 32px); }
  .portal-auth-grid,.portal-form-grid { grid-template-columns:1fr; }
  .portal-form-grid .wide { grid-column:auto; }
  .account-portal-intro { grid-template-columns:1fr; padding:22px; }
  .portal-summary-grid,.portal-proof-grid { grid-template-columns:1fr; }
  .product-page { width:min(92vw,540px); padding-top:18px; }
  .product-page-top { position:static; align-items:stretch; flex-direction:column; }
  .product-page-back { width:100%; }
  .cart-dialog { width:100vw; max-width:none; height:100vh; max-height:none; border-radius:0; }
  .checkout-dialog { width:100vw; max-width:none; height:100vh; max-height:none; border-radius:0; }
  .checkout-form { padding:28px 20px; }
  .checkout-success { padding:50px 22px; }
  .checkout-artwork-card { grid-template-columns:1fr; }
  .checkout-success-actions { flex-direction:column; }
  .checkout-success-actions .primary-button { width:100%; }
  .staff-grid,.template-grid { grid-template-columns:1fr; }
  .store-category-grid { grid-template-columns:1fr!important; }
  .widget-section { padding:24px; }
  .footer-grid { grid-template-columns:1fr; gap:28px; padding:42px 0 32px; }
  .footer-bottom { align-items:flex-start; flex-direction:column; }
  .chat-launcher { right:16px; bottom:16px; }
  .store-chat-panel { right:16px; bottom:72px; }
  .store-chat-contact { grid-template-columns:1fr; }
}
.store-gallery-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:18px; }
.store-gallery-card { overflow:hidden; border:1px solid var(--line); border-radius:12px; background:white; box-shadow:0 8px 24px rgba(20,42,72,.07); }
.store-gallery-card img { display:block; width:100%; aspect-ratio:4/3; object-fit:cover; }
.store-gallery-card>div { padding:15px; }
.store-gallery-card h3 { margin:0 0 6px; }
.store-gallery-card p { margin:0; color:var(--muted); line-height:1.55; }
.product-detail-tabs { margin-top:18px; border:1px solid var(--line); border-radius:14px; background:white; overflow:hidden; box-shadow:0 8px 22px rgba(20,42,72,.05); }
.product-tab-buttons { display:flex; flex-wrap:wrap; gap:0; border-bottom:1px solid var(--line); background:#f8faf8; }
.product-tab-buttons button { flex:1 1 auto; min-width:120px; padding:12px 14px; border:0; border-right:1px solid var(--line); color:var(--muted); background:transparent; font-weight:900; }
.product-tab-buttons button:last-child { border-right:0; }
.product-tab-buttons button.active { color:white; background:var(--blue); }
.product-tab-panel { display:none; padding:16px; }
.product-tab-panel.active { display:block; }
.product-tab-placeholder { padding:18px; border:1px dashed #cbd7dd; border-radius:12px; color:var(--muted); background:#f8faf8; font-weight:850; text-align:center; }
.product-tab-overview p { margin:0 0 12px; color:var(--muted); line-height:1.55; }
.product-tab-facts { display:flex; flex-wrap:wrap; gap:8px; }
.product-tab-facts span { display:inline-flex; align-items:center; padding:7px 10px; border:1px solid var(--line); border-radius:999px; color:var(--blue); background:#f8faf8; font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:.04em; }
.product-rich-description { color:var(--muted); line-height:1.6; }
.product-rich-description h2,.product-rich-description h3,.product-rich-description h4 { margin:16px 0 7px; color:var(--blue); line-height:1.2; }
.product-rich-description p { margin:0 0 12px; }
.product-rich-description ul,.product-rich-description ol { margin:0 0 14px 22px; padding:0; }
.product-rich-description a { color:var(--blue); font-weight:800; }
.product-rich-description figure { margin:16px 0; overflow:hidden; border:1px solid var(--line); border-radius:12px; background:white; box-shadow:0 8px 24px rgba(20,42,72,.07); }
.product-rich-description img { display:block; width:100%; max-height:520px; object-fit:contain; background:#f8faf8; }
.product-rich-description figcaption { padding:8px 10px; color:var(--muted); font-size:11px; }
.product-description-hero { margin:0 0 18px; padding:24px 28px; border-radius:12px; color:#172233; background:#8bd0ef; }
.product-description-hero h2 { margin:0 0 10px!important; color:#36485a!important; font-size:28px; text-transform:uppercase; letter-spacing:.04em; }
.product-description-hero p { margin:0!important; color:#111; font-size:17px; line-height:1.55; }
.description-card-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; margin:0 0 18px; }
.description-card { min-height:138px; padding:22px 24px; border:1px solid var(--line); border-left:5px solid var(--orange); border-radius:10px; background:#fff7ee; box-shadow:0 8px 20px rgba(20,42,72,.04); }
.description-card.tone-2 { border-left-color:var(--green); background:#eef8ea; }
.description-card.tone-3 { border-left-color:#8bd0ef; background:#edf8fd; }
.description-card.tone-4 { border-left-color:var(--orange); background:#fff3e7; }
.description-card h3 { margin:0 0 10px!important; color:#4a4a4a!important; font-size:18px; }
.description-card p { margin:0!important; color:#333; font-size:15px; line-height:1.55; }
.description-feature-list { margin:20px 0; padding:22px 24px; border:1px solid var(--line); border-radius:10px; background:#f7f7f7; }
.description-feature-list h3 { margin:0 0 16px!important; color:#4a4a4a!important; font-size:22px; }
.description-feature-list>div { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.description-feature { display:grid; place-items:center; min-height:48px; padding:12px; border-radius:8px; color:white; background:var(--orange); font-weight:900; text-align:center; }
.description-feature:nth-child(3n+2) { background:var(--green); }
.description-feature:nth-child(3n) { color:#172233; background:#8bd0ef; }
.description-feature:nth-child(4n) { background:#4a4a4a; }
.description-callout { margin:22px 0 0!important; padding:20px 24px; border-radius:9px; color:white!important; background:#4a4a4a; font-size:17px; line-height:1.5; }
.description-callout strong { color:#8bd0ef; }
.product-classic-description { display:block; color:#2f3a45; line-height:1.65; }
.product-classic-intro { margin:0 0 22px; }
.product-classic-intro h2 { margin:0 0 12px!important; color:var(--blue)!important; font-size:30px; line-height:1.15; }
.product-classic-intro p { margin:0 0 16px!important; color:#2f3a45; font-size:17px; }
.product-classic-section { margin:0 0 22px; }
.product-classic-section h3 { margin:0 0 8px!important; color:var(--blue)!important; font-size:22px; line-height:1.25; }
.product-classic-section p { margin:0!important; color:#3f4a55; font-size:16px; }
.product-classic-features ul { display:grid; gap:5px; margin:8px 0 0 20px; padding:0; }
.product-classic-features li { color:#3f4a55; font-size:16px; }
.product-classic-closing { margin:24px 0 0!important; color:#2f3a45; font-size:16px; }
.product-classic-closing strong { color:var(--blue); }
.rs-product-desc { color:#2d2d2d; line-height:1.6; }
.rs-top-banner { margin:0 0 18px; padding:22px 26px; border-radius:10px; color:#fff; background:#5faa3d; }
.rs-top-banner h2,.rs-top-banner p { margin:0!important; color:#fff!important; }
.rs-top-banner h2 { margin-bottom:6px!important; font-size:28px!important; font-weight:800; }
.rs-info-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:16px; margin-bottom:18px; }
.rs-info-card { padding:18px 20px; border:1px solid rgba(0,0,0,.05); border-radius:10px; }
.rs-card-orange { border-left:5px solid #f47c20; background:#fff3ea; }
.rs-card-green { border-left:5px solid #5faa3d; background:#eef9e9; }
.rs-info-card h3 { margin:0 0 8px!important; color:#2d2d2d!important; font-size:17px!important; font-weight:700; }
.rs-info-card p { margin:0!important; color:#2d2d2d!important; font-size:14px; }
.rs-features-wrap { padding:18px; border-radius:10px; background:#f5f5f5; }
.rs-features-title { margin:0 0 14px!important; color:#2d2d2d!important; font-size:20px!important; font-weight:800; }
.rs-features-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:12px; }
.rs-feature-box { padding:12px; border-radius:8px; color:#fff; font-weight:600; text-align:center; }
.rs-orange { background:#f47c20; }
.rs-green { background:#5faa3d; }
.rs-blue { color:#222; background:#8fd3f4; }
.rs-grey { background:#4a4a4a; }
.rs-bottom-callout { margin-top:18px; padding:16px; border-radius:10px; color:#fff; background:#4a4a4a; }
.rs-bottom-callout strong { color:#8fd3f4; }
@media (max-width:760px) {
  .product-opening-card { grid-template-columns:1fr; margin:18px auto; padding:18px; }
  .product-description-hero { padding:20px; }
  .product-description-hero h2 { font-size:22px; }
  .description-card-grid,.description-feature-list>div { grid-template-columns:1fr; }
  .product-classic-intro h2 { font-size:24px; }
}
.product-detail-gallery { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin-top:18px; }
.product-detail-gallery figure { margin:0; overflow:hidden; border:1px solid var(--line); border-radius:9px; background:white; }
.product-detail-gallery img { display:block; width:100%; aspect-ratio:1; object-fit:cover; }
.product-detail-gallery figcaption { padding:7px; color:var(--muted); font-size:10px; }
.product-template-downloads { display:grid; gap:7px; margin-top:18px; padding-top:15px; border-top:1px solid var(--line); }
.product-template-downloads h3 { margin:0 0 4px; }
.product-template-downloads a { display:flex; justify-content:space-between; gap:10px; padding:10px 11px; border:1px solid var(--line); border-radius:8px; color:var(--blue); background:white; text-decoration:none; }
.product-template-downloads span { color:var(--muted); font-size:10px; }
.product-nearby-bottom { margin-top:18px; padding-top:16px; border-top:1px solid var(--line); }
.product-nearby-bottom .catalog-sibling-links { margin:0; }

.store-captcha {
  display:none;
  margin:14px 0 4px;
  min-height:0;
}
.store-captcha.active {
  display:block;
}
.store-captcha.compact {
  margin:8px 0;
}
.store-captcha-note {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border:1px solid var(--line);
  border-radius:10px;
  color:var(--muted);
  background:#f8faf8;
  font-size:12px;
  font-weight:800;
}
.footer-grid a[href*="google"]::before {
  content:"★ ";
  color:var(--orange);
}
