:root{
  --brand:#b6403c;
  --brand-strong:#913330;
  --ink:#171719;
  --text:#34343a;
  --muted:#737680;
  --line:#e7e4e1;
  --line-strong:#dad6d2;
  --surface:#fff;
  --surface-soft:#f7f6f5;
  --page:#f6f5f4;
  --accent:#e8895d;
  --success:#5f9f2c;
  --radius:16px;
  --content:1180px;
  --header-h:72px;
  --sidebar-w:252px;
  --shadow-sm:0 8px 24px rgba(20,20,24,.045);
  --shadow-md:0 18px 44px rgba(20,20,24,.10);
}
*{box-sizing:border-box}
html{min-width:0;max-width:100%;scroll-behavior:smooth;background:var(--page);-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{margin:0;min-width:0;max-width:100%;min-height:100dvh;overflow-x:hidden;background:var(--page);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
button,input,select{font:inherit}
button{touch-action:manipulation}
[hidden]{display:none!important}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.app-shell{width:min(var(--content),calc(100% - 40px));margin-inline:auto;min-width:0}

/* Header */
.app-header{position:sticky;top:0;z-index:50;height:var(--header-h);background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:saturate(160%) blur(14px)}
.header-row{height:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;min-width:0}
.brand{display:flex;align-items:center;gap:11px;min-width:0;color:inherit;text-decoration:none}
.brand-logo{display:block;width:auto;height:44px;max-width:138px;object-fit:contain;object-position:left center;flex:0 0 auto}
.brand-copy{display:flex;flex-direction:column;min-width:0;line-height:1.1}
.brand-copy strong{font-size:16px;font-weight:850;letter-spacing:-.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.brand-copy small{margin-top:5px;color:var(--muted);font-size:10px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.header-actions{display:flex;align-items:center;gap:9px;min-width:max-content}
.header-action{height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border:1px solid var(--line-strong);border-radius:12px;background:#fff;color:var(--ink);font-size:12px;font-weight:850;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease}
.header-action:hover{background:#faf9f8;border-color:#cbc6c1}
.header-action:active{transform:translateY(1px)}
.header-action svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 18px}
.order-action{background:var(--brand);border-color:var(--brand);color:#fff;box-shadow:0 8px 18px rgba(182,64,60,.16)}
.order-action:hover{background:var(--brand-strong);border-color:var(--brand-strong)}
.order-action b{display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#fff;color:var(--brand);font-size:10px}
.category-action{display:none}

/* Main layout */
.catalogue-main{padding:20px 0 0;min-width:0}
.catalogue-layout{display:grid;grid-template-columns:var(--sidebar-w) minmax(0,1fr);gap:20px;align-items:start;min-width:0}
.catalogue-content{min-width:0;width:100%}
.catalogue-sidebar{position:sticky;top:calc(var(--header-h) + 16px);align-self:start;min-width:0;z-index:10}
.sidebar-card{height:calc(100dvh - var(--header-h) - 32px);min-height:420px;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-sm)}
.sidebar-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:18px 18px 12px;flex:0 0 auto}
.sidebar-card-head h2{margin:0;font-size:20px;font-weight:850;letter-spacing:-.03em}
.sidebar-close{display:none;width:36px;height:36px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);cursor:pointer}
.sidebar-close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.category-search{position:relative;display:flex;align-items:center;gap:9px;height:44px;margin:0 12px 12px;padding:0 12px;border:1px solid var(--line-strong);border-radius:12px;background:#fff;flex:0 0 auto;transition:border-color .16s ease,box-shadow .16s ease}
.category-search:focus-within{border-color:#c4aba6;box-shadow:0 0 0 3px rgba(182,64,60,.08)}
.category-search>svg{width:17px;height:17px;fill:none;stroke:#878a93;stroke-width:2;stroke-linecap:round;flex:0 0 17px}
.category-search input{width:100%;height:100%;min-width:0;border:0;background:transparent;outline:0;color:var(--ink);font-size:12px;font-weight:700;padding:0 30px 0 0}
.category-search input::placeholder{color:#9a9ca4;font-weight:650}
.category-search-clear{position:absolute;right:8px;top:50%;width:26px;height:26px;display:none;place-items:center;transform:translateY(-50%);border:0;border-radius:8px;background:transparent;color:#8b8d96;font-size:17px;line-height:1;cursor:pointer}
.category-search-clear.show{display:grid}
.category-search-clear:hover{background:#f3f1ef;color:#36363c}
.category-sidebar{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:6px;overflow-y:auto;overflow-x:hidden;padding:0 8px 14px 12px;scrollbar-width:thin;scrollbar-color:#d7d1cc transparent;overscroll-behavior:contain}
.category-sidebar::-webkit-scrollbar{width:8px}
.category-sidebar::-webkit-scrollbar-thumb{background:#d7d1cc;border:2px solid transparent;background-clip:padding-box;border-radius:999px}
.category-chip{width:100%;height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 13px;border:1px solid transparent;border-radius:11px;background:transparent;color:#555861;font-size:12px;font-weight:800;text-align:left;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease}
.category-chip:hover{background:#f6f4f2;border-color:#eee9e5;color:#25252a}
.category-chip.active{background:#1d1d20;border-color:#1d1d20;color:#fff}
.category-chip span{min-width:26px;text-align:right;color:#9a9ca5;font-size:10px;font-weight:900}
.category-chip.active span{color:#fff;opacity:.74}

/* Product grid */
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:stretch;min-width:0;padding-bottom:26px}
.product-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}
.product-card:hover{border-color:#dcd7d3;box-shadow:0 12px 28px rgba(20,20,24,.055);transform:translateY(-1px)}
.product-media{position:relative;height:165px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff;border-bottom:.5px solid var(--line)}
.product-image{display:block;width:100%;height:100%;object-fit:contain;object-position:center;padding:0;background:#fff}
.product-image.is-placeholder{width:52%;height:52%;padding:0;opacity:.58}
.product-badges{position:absolute;top:10px;left:10px;z-index:3;display:flex;flex-direction:column;gap:6px;align-items:flex-start}
.new-badge{display:inline-flex;align-items:center;height:25px;padding:0 9px;border-radius:999px;background:#111;color:#fff;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.vegan-badge{width:30px;height:30px;display:grid;place-items:center;border-radius:999px;background:rgba(255,255,255,.94);border:1px solid #ece9e6;box-shadow:0 4px 10px rgba(0,0,0,.05)}
.vegan-badge img{width:20px;height:20px;object-fit:contain}
.product-content{display:flex;flex-direction:column;flex:1 1 auto;min-width:0;padding:6px;}
.product-heading{min-height:30px;margin-bottom:0px;}
.product-title-row{display:flex;align-items:flex-start;gap:6px;margin:0;color:#111;font-size:12px;line-height:1.25;letter-spacing:-.02em}
.product-title-row span{min-width:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-title-vegan{width:17px;height:17px;object-fit:contain;flex:0 0 17px;margin-top:1px}
.product-meta {display:flex;flex-direction:column;gap:7px;}
.meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px}
.meta-item{display:inline-flex;align-items:center;gap:5px;min-width:0;color:#42454d;font-size:9px;line-height:1.25;white-space:nowrap}
.catalog-icon{width:17px;height:17px;flex:0 0 17px;color:var(--accent)}
.variant-select-hidden{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important;opacity:0!important;pointer-events:none!important}
.product-price-stack{display:flex;flex-direction:column;gap:3px;margin-top:auto;margin-bottom:8px}
.product-price{display:flex;align-items:baseline;gap:5px;font-size:16px;font-weight:900}.product-price small{color:var(--muted);font-size:9px;font-weight:700}
.product-piece-price{display:flex;align-items:baseline;gap:4px;min-height:13px;white-space:nowrap;color:#555a62;line-height:1.2}
.product-piece-price strong{font-size:9px;font-weight:800;letter-spacing:-.01em;color:#555a62}
.product-piece-price small{font-size:8px;font-weight:650;color:var(--muted)}
.product-actions{display:grid;grid-template-columns:92px minmax(0,1fr);gap:8px;margin-top:auto}
.qty-control{height:40px;display:grid;grid-template-columns:30px 1fr 30px;align-items:center;border:1px solid var(--line-strong);border-radius:11px;background:#fff;overflow:hidden}
.qty-control button{height:100%;border:0;background:transparent;color:#1f2024;font-size:16px;font-weight:800;cursor:pointer}.qty-control button:hover{background:#f7f5f3}
.qty-control output{display:block;text-align:center;font-size:11px;font-weight:900}
.add-button{height:40px;border:1px solid #1d1d20;border-radius:11px;background:#1d1d20;color:#fff;font-size:11px;font-weight:900;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background .14s ease,transform .14s ease}.add-button:hover{background:#09090a}.add-button:active{transform:translateY(1px)}.add-button.added{background:#2f7d32;border-color:#2f7d32}
.add-short{display:none}

/* Loading/footer */
.catalog-load-state{min-height:62px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 0 18px}
.catalog-loading{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:11px}.catalog-loading span{width:6px;height:6px;border-radius:50%;background:#aaa;animation:catalogPulse .9s infinite alternate}.catalog-loading span:nth-child(2){animation-delay:.15s}.catalog-loading span:nth-child(3){animation-delay:.3s}.catalog-loading b{margin-left:4px}
@keyframes catalogPulse{to{opacity:.3;transform:translateY(-2px)}}
.load-more-button{height:42px;padding:0 16px;border:1px solid var(--line-strong);border-radius:11px;background:#fff;color:#25252a;font-size:11px;font-weight:850;cursor:pointer}.load-more-button:hover{background:#f8f7f6}
.catalog-sentinel{height:1px}
.catalogue-contact{margin:0 0 26px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid var(--line);border-radius:16px;background:#fff}
.catalogue-contact strong{display:block;font-size:13px;font-weight:850}.catalogue-contact p{margin:4px 0 0;color:var(--muted);font-size:11px;line-height:1.45}
.catalogue-contact-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.catalogue-contact-links a{min-height:38px;display:inline-flex;align-items:center;justify-content:center;padding:0 13px;border:1px solid var(--line-strong);border-radius:10px;background:#fff;color:#242429;text-decoration:none;font-size:11px;font-weight:850}

/* Cart dock */
.order-dock{position:fixed;left:50%;bottom:16px;z-index:55;width:min(560px,calc(100% - 28px));display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px;border-radius:16px;background:#1b1b1e;color:#fff;box-shadow:0 18px 40px rgba(0,0,0,.24);opacity:0;pointer-events:none;transform:translate(-50%,18px);transition:opacity .18s ease,transform .18s ease}.order-dock.show{opacity:1;pointer-events:auto;transform:translate(-50%,0)}
.order-dock-summary{display:flex;align-items:center;gap:10px;min-width:0;border:0;background:transparent;color:#fff;text-align:left;cursor:pointer}.dock-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.10)}.dock-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.order-dock-summary strong,.order-dock-summary small{display:block}.order-dock-summary strong{font-size:12px}.order-dock-summary small{margin-top:3px;color:#bdbdc3;font-size:9px}
.review-button{height:40px;padding:0 14px;border:0;border-radius:11px;background:#fff;color:#1b1b1e;font-size:11px;font-weight:900;cursor:pointer}

/* Dialogs */
dialog{color:var(--ink)}
.order-sheet,.variant-lightbox{width:min(620px,calc(100% - 28px));max-width:none;border:0;padding:0;border-radius:20px;background:#fff;box-shadow:0 24px 64px rgba(0,0,0,.22)}
.order-sheet::backdrop,.variant-lightbox::backdrop{background:rgba(17,18,22,.46)}
.sheet-handle{display:none}
.sheet-head,.variant-lightbox-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px;border-bottom:1px solid var(--line)}
.eyebrow{display:block;margin-bottom:5px;color:var(--brand);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.13em}.sheet-head h2,.variant-lightbox-head h2{margin:0;font-size:22px;letter-spacing:-.03em}.variant-lightbox-head p{margin:5px 0 0;color:var(--muted);font-size:11px}
.sheet-close{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--line);border-radius:10px;background:#fff;color:#444;font-size:20px;cursor:pointer}
.sheet-list{max-height:55vh;overflow:auto;padding:8px 20px}.cart-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-row strong,.cart-row small{display:block}.cart-row strong{font-size:12px}.cart-row small{margin-top:4px;color:var(--muted);font-size:9px}.remove{border:0;background:transparent;color:var(--brand);font-size:10px;font-weight:850;cursor:pointer}
.sheet-foot{padding:16px 20px 20px;border-top:1px solid var(--line)}.create-order{width:100%;height:44px;border:0;border-radius:12px;background:var(--brand);color:#fff;font-size:12px;font-weight:900;cursor:pointer}.sheet-foot p{margin:10px 0 0;color:var(--muted);font-size:9px;text-align:center}
.variant-lightbox-card{display:flex;flex-direction:column;max-height:min(720px,90vh)}.variant-lightbox-body{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(180px,.8fr);gap:16px;padding:18px 20px;overflow:auto}.variant-choice-list{display:flex;flex-direction:column;gap:8px}.variant-choice{min-height:52px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;padding:9px 12px;border:1px solid var(--line-strong);border-radius:12px;background:#fff;text-align:left;cursor:pointer}.variant-choice:hover{border-color:#c9c3be;background:#faf9f8}.variant-choice.selected{border-color:#1d1d20;background:#f6f5f4}.variant-choice span{font-size:12px;font-weight:850}.variant-choice small{color:var(--muted);font-size:9px}.variant-choice b{width:20px;height:20px;display:grid;place-items:center;border-radius:999px;background:#1d1d20;color:#fff;font-size:10px;opacity:0}.variant-choice.selected b{opacity:1}.variant-lightbox-meta{align-self:start;display:grid;gap:8px;padding:12px;border:1px solid var(--line);border-radius:12px;background:#faf9f8}.variant-lightbox-meta span{display:flex;align-items:center;justify-content:space-between;gap:10px}.variant-lightbox-meta small{color:var(--muted);font-size:9px;font-weight:700}.variant-lightbox-meta strong{font-size:10px;text-align:right}.variant-lightbox-foot{display:flex;justify-content:flex-end;gap:8px;padding:16px 20px;border-top:1px solid var(--line)}.secondary-lightbox-button,.primary-lightbox-button{height:40px;padding:0 14px;border-radius:11px;font-size:11px;font-weight:850;cursor:pointer}.secondary-lightbox-button{border:1px solid var(--line-strong);background:#fff;color:var(--ink)}.primary-lightbox-button{border:1px solid #1d1d20;background:#1d1d20;color:#fff}
.empty-state{grid-column:1/-1;min-height:220px;place-items:center;text-align:center;border:1px dashed var(--line-strong);border-radius:16px;background:#fff;color:var(--muted);padding:24px}.empty-state strong{display:block;color:var(--ink);font-size:14px}.empty-state span{display:block;margin-top:6px;font-size:11px}
.scroll-top-button{position:fixed;right:18px;bottom:18px;z-index:58;height:42px;display:inline-flex;align-items:center;gap:6px;padding:0 13px;border:1px solid var(--line-strong);border-radius:999px;background:#fff;color:#242429;box-shadow:0 10px 24px rgba(20,20,24,.11);font-size:11px;font-weight:900;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .16s ease,transform .16s ease,bottom .16s ease}.scroll-top-button.show{opacity:1;pointer-events:auto;transform:none}.scroll-top-button.dock-offset{bottom:84px}
.mobile-category-backdrop{display:none!important}

/* Desktop container polish */
@media(min-width:1190px){
  .app-shell{width:min(var(--content),calc(100% - 96px));margin-inline:auto}
  .catalogue-main{padding-top:24px}
  .catalogue-layout{gap:20px}
}

/* Wide desktop: 4 columns only when content genuinely has room */
@media(min-width:1760px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
/* Laptop/tablet landscape */
@media(max-width:1180px) and (min-width:761px){:root{--sidebar-w:220px}.app-shell{width:calc(100% - 28px)}.catalogue-layout{gap:14px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-media{height:180px}.sidebar-card-head{padding-inline:14px}.category-search{margin-inline:10px}.category-sidebar{padding-left:10px}}

/* Mobile */
@media(max-width:760px){
  :root{--header-h:62px}
  body{background:#f4f4f5}
  .app-shell{width:calc(100% - 16px)}
  .app-header{height:var(--header-h)}
  .header-row{gap:8px}
  .brand{gap:7px}
  .brand-logo{height:36px;max-width:104px}
  .brand-copy strong{font-size:11px}
  .brand-copy small{font-size:8px;margin-top:3px}
  .header-actions{gap:6px}
  .category-action{display:inline-flex}
  .header-action{width:38px;height:38px;padding:0;border-radius:10px;gap:0}
  .header-action span{display:none}
  .header-action svg{width:17px;height:17px}
  .order-action{width:auto;min-width:45px;padding:0 7px}
  .order-action b{min-width:18px;height:18px;font-size:9px}
  .catalogue-main{padding-top:8px}
  .catalogue-layout{display:block;min-width:0}
  .catalogue-content{width:100%;min-width:0}
  .catalogue-sidebar{position:fixed;inset:0 auto 0 0;width:min(88vw,352px);height:100dvh;z-index:90;padding:0;background:#fff;transform:translateX(-104%);visibility:hidden;pointer-events:none;transition:transform .22s cubic-bezier(.2,.75,.2,1),visibility 0s linear .22s}
  .catalogue-sidebar.is-open{transform:translateX(0);visibility:visible;pointer-events:auto;transition:transform .22s cubic-bezier(.2,.75,.2,1)}
  .catalogue-sidebar[aria-hidden="true"]{transform:translateX(-104%)}
  .catalogue-sidebar .sidebar-card{height:100dvh;min-height:0;border:0;border-radius:0;box-shadow:none;padding-top:max(14px,env(safe-area-inset-top));padding-bottom:max(12px,env(safe-area-inset-bottom));background:#fff}
  .sidebar-card-head{padding:6px 14px 12px}
  .sidebar-card-head h2{font-size:19px}
  .sidebar-close{display:inline-flex}
  .category-search{height:44px;margin:0 12px 12px}
  .category-search input{font-size:12px}
  .category-sidebar{gap:7px;padding:0 10px 14px 12px}
  .category-chip{height:43px;min-height:43px;flex:0 0 43px;border:1px solid #eeeae7;border-radius:11px;background:#fff;padding:0 13px}
  .category-chip.active{background:#1d1d20;border-color:#1d1d20}
  .mobile-category-backdrop:not([hidden]){display:block!important;position:fixed;inset:0;z-index:89;background:rgba(18,20,25,.42)}
  .mobile-category-backdrop[hidden]{display:none!important}
  body.category-drawer-open{overflow:hidden}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-bottom:92px}
  .product-card{border-radius:13px}
  .product-card:hover{transform:none;box-shadow:none}
  .product-media{height:132px}
  .product-image{padding:0}
  .product-content{
    flex-direction:column;
    display:flex;
    flex:1 1 auto;
    min-width:0;padding:6px;}
  .product-heading{min-height:30px;margin-bottom:0px;}
  .product-title-row{font-size:12px;gap:4px;line-height:1.2}
  .product-title-vegan{width:14px;height:14px;flex-basis:14px}
  .product-meta {
    flex-direction:column;
    display:flex;gap:7px;}
  .meta-row{gap:5px 7px}
  .meta-item{gap:3px;font-size:9px;}
  .catalog-icon{width:13px;height:13px;flex-basis:13px}
  .product-actions{grid-template-columns:53px minmax(0,1fr);gap:5px}
  .qty-control{height:34px;grid-template-columns:18px 1fr 18px;border-radius:9px}
  .qty-control button{font-size:13px}.qty-control output{font-size:9px}
  .add-button{height:34px;border-radius:9px;padding:0 5px;font-size:8.5px}
  .add-full{display:inline}.add-short{display:none}
  .new-badge{height:21px;padding-inline:7px;font-size:7px}
  .vegan-badge{width:25px;height:25px}.vegan-badge img{width:17px;height:17px}
  .catalogue-contact{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:18px;padding:13px}
  .catalogue-contact-links{display:grid;grid-template-columns:1fr 1fr;justify-content:stretch}.catalogue-contact-links a{min-width:0;padding-inline:8px;font-size:9px}
  .order-dock{bottom:10px;width:calc(100% - 16px);border-radius:14px;padding:6px}.dock-icon{width:32px;height:32px}.review-button{height:36px;padding-inline:10px;font-size:9px}
  .order-sheet,.variant-lightbox{width:100%;margin:0;max-height:88dvh;border-radius:20px 20px 0 0;position:fixed;left:0;right:0;bottom:0;top:auto}.sheet-handle{display:block;width:36px;height:4px;margin:8px auto 0;border-radius:999px;background:#dad6d2}
  .sheet-head,.variant-lightbox-head{padding:14px 14px 12px}.sheet-head h2,.variant-lightbox-head h2{font-size:18px}.sheet-close{width:34px;height:34px}
  .variant-lightbox-card{max-height:86dvh}.variant-lightbox-body{grid-template-columns:1fr;gap:10px;padding:12px 14px}.variant-lightbox-meta{grid-template-columns:1fr 1fr}.variant-lightbox-foot{padding:12px 14px max(14px,env(safe-area-inset-bottom))}.variant-lightbox-foot>*{flex:1}
  .sheet-list{padding-inline:14px}.sheet-foot{padding:12px 14px max(14px,env(safe-area-inset-bottom))}
  .scroll-top-button{right:10px;bottom:10px;height:38px;padding-inline:11px;font-size:10px}.scroll-top-button.dock-offset{bottom:70px}
}
@media(max-width:390px){.brand-copy small{display:none}.brand-logo{height:34px;max-width:96px}.product-media{height:120px}.product-title-row{font-size:12px;}.meta-item{font-size:9px;}.catalogue-contact-links{grid-template-columns:1fr}.scroll-top-button span{display:none}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* v2.0.0 Order submission checkout */
.checkout-dialog{width:min(620px,calc(100vw - 28px));max-width:none;border:0;border-radius:20px;background:#fff;padding:0;box-shadow:0 30px 90px rgba(17,18,24,.28)}
.checkout-dialog::backdrop{background:rgba(20,22,28,.46);backdrop-filter:blur(4px)}
.checkout-card{padding:20px}
.checkout-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.checkout-head h2{margin:2px 0 5px;font-size:22px;letter-spacing:-.025em}
.checkout-head p{margin:0;color:#777a83;font-size:11px;line-height:1.45}
.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:18px}
.checkout-grid label{display:grid;gap:6px}
.checkout-grid label.full{grid-column:1/-1}
.checkout-grid label>span{color:#555963;font-size:9px;font-weight:850}
.checkout-grid input,.checkout-grid textarea{width:100%;border:1px solid #dedbd8;border-radius:11px;background:#fff;color:#202126;outline:0;font:inherit;font-size:11px;padding:0 11px}
.checkout-grid input{height:42px}
.checkout-grid textarea{min-height:82px;padding-top:10px;resize:vertical}
.checkout-grid input:focus,.checkout-grid textarea:focus{border-color:#bbb6b1;box-shadow:0 0 0 3px rgba(25,25,29,.04)}
.checkout-summary{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px;padding:10px;border:1px solid #ebe7e4;border-radius:12px;background:#faf9f8}
.checkout-summary span{display:flex;align-items:center;justify-content:space-between;gap:10px}
.checkout-summary small{color:#84868e;font-size:8.5px}
.checkout-summary strong{font-size:12px}
.checkout-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}
.secondary-checkout,.submit-order-button{height:42px;border-radius:11px;padding:0 16px;font-size:10px;font-weight:900}
.secondary-checkout{border:1px solid #dedbd8;background:#fff;color:#38393f}
.submit-order-button{min-width:150px;border:1px solid #b83d38;background:#b83d38;color:#fff}
.submit-order-button:disabled{opacity:.58;cursor:wait}
@media(max-width:640px){.checkout-dialog{inset:auto 8px calc(8px + env(safe-area-inset-bottom)) 8px;width:auto;margin:0;border-radius:22px 22px 16px 16px}.checkout-card{padding:17px 14px 14px}.checkout-grid{grid-template-columns:1fr}.checkout-grid label.full{grid-column:auto}.checkout-actions{display:grid;grid-template-columns:1fr 1fr}.secondary-checkout,.submit-order-button{width:100%}}

/* v2.4.0 Remembered Customer Checkout */
.customer-contact-fields{margin:18px 0 0;padding:0;border:0;min-width:0}
.customer-contact-fields[hidden],.known-customer-panel[hidden]{display:none!important}
.checkout-order-fields{margin-top:11px}
.known-customer-panel{
    display:grid;
    grid-template-columns:42px minmax(0,1fr);
    gap:11px;
    align-items:center;
    margin-top:17px;
    padding:11px;
    border:1px solid #dce9df;
    border-radius:13px;
    background:#f5fbf7
}
.known-customer-icon{
    width:40px;height:40px;display:grid;place-items:center;
    border-radius:12px;background:#e6f5eb;color:#267044
}
.known-customer-icon svg,.checkout-remember-note svg{
    width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;
    stroke-linecap:round;stroke-linejoin:round
}
.known-customer-copy{min-width:0;display:grid}
.known-customer-copy>span{
    color:#5f8b6d;font-size:8px;font-weight:900;letter-spacing:.08em
}
.known-customer-copy>strong{
    margin-top:2px;color:#202126;font-size:12px;line-height:1.3;
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap
}
.known-customer-copy>small{
    margin-top:2px;color:#71767d;font-size:9px;line-height:1.3;
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap
}
.change-customer-button{
    min-height:34px;border:1px solid #d7e3da;border-radius:9px;background:#fff;
    padding:0 10px;color:#4d6555;font-size:9px;font-weight:850;cursor:pointer
}
.change-customer-button:hover{border-color:#b9cfbf;background:#fbfdfb}
.checkout-remember-note{
    display:flex;align-items:flex-start;gap:7px;margin-top:11px;padding:9px 10px;
    border-radius:10px;background:#faf9f8;color:#777a83;font-size:8.5px;line-height:1.45
}
.checkout-remember-note svg{width:15px;height:15px;flex:0 0 auto;margin-top:1px}
.checkout-dialog.is-remembered .checkout-head p{max-width:470px}
.checkout-dialog.is-remembered .checkout-remember-note{display:none}
@media(max-width:640px){
    .known-customer-panel{grid-template-columns:38px minmax(0,1fr);padding:10px}
    .known-customer-icon{width:36px;height:36px}
    .change-customer-button{grid-column:2;justify-self:start}
    .checkout-order-fields{margin-top:10px}
}

/* v2.5.0 Customer Portal Password Setup */
.password-setup-dialog{width:min(520px,calc(100vw - 28px));max-width:none;border:0;border-radius:20px;background:#fff;padding:0;box-shadow:0 30px 90px rgba(17,18,24,.28)}
.password-setup-dialog::backdrop{background:rgba(20,22,28,.48);backdrop-filter:blur(4px)}
.password-setup-card{padding:20px}
.password-setup-customer{display:grid;gap:2px;margin-top:16px;padding:10px 11px;border:1px solid #e3e8e4;border-radius:11px;background:#f7faf8}
.password-setup-customer strong{font-size:11px}.password-setup-customer span{color:#737880;font-size:9px}
@media(max-width:640px){.password-setup-dialog{inset:auto 8px calc(8px + env(safe-area-inset-bottom)) 8px;width:auto;margin:0;border-radius:22px 22px 16px 16px}.password-setup-card{padding:17px 14px 14px}}


/* v2.6.0 Customer Portal Lightbox */
.customer-action{
    position:relative;
    width:34px;
    min-width:34px;
    padding:0;
    justify-content:center
}
.customer-action>svg{width:18px;height:18px}
.customer-action>i{
    position:absolute;
    right:4px;
    bottom:4px;
    width:7px;
    height:7px;
    border:2px solid #fff;
    border-radius:50%;
    background:#a8adb4
}
.customer-action.is-signed-in>i{background:#35a264}

.customer-access-dialog{
    width:min(520px,calc(100vw - 28px));
    max-width:none;
    border:0;
    border-radius:20px;
    padding:0;
    background:#fff;
    box-shadow:0 30px 90px rgba(17,18,24,.28)
}
.customer-access-dialog::backdrop{
    background:rgba(20,22,28,.48);
    backdrop-filter:blur(4px)
}
.customer-access-card{padding:20px}
.customer-access-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:18px
}
.customer-access-head h2{
    margin:3px 0 5px;
    font-size:20px;
    line-height:1.15;
    letter-spacing:-.025em
}
.customer-access-head p{
    max-width:390px;
    margin:0;
    color:#767b83;
    font-size:9.5px;
    line-height:1.5
}
.customer-access-brand{
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:17px;
    padding:10px 11px;
    border:1px solid #ebe7e4;
    border-radius:12px;
    background:#faf9f8
}
.customer-access-brand img{
    width:50px;
    height:34px;
    object-fit:contain
}
.customer-access-brand div{display:grid}
.customer-access-brand strong{font-size:10px}
.customer-access-brand span{margin-top:2px;color:#7d8087;font-size:8px}
.customer-access-fields{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:14px
}
.customer-access-fields label{display:grid;gap:5px}
.customer-access-fields label>span{
    color:#595e66;
    font-size:8px;
    font-weight:850
}
.customer-access-fields input{
    width:100%;
    height:41px;
    border:1px solid #dedad7;
    border-radius:10px;
    padding:0 11px;
    outline:0;
    font:inherit;
    font-size:10px
}
.customer-access-fields input:focus{
    border-color:#aaa5a1;
    box-shadow:0 0 0 3px rgba(28,29,33,.05)
}
.customer-access-note{
    display:flex;
    align-items:flex-start;
    gap:7px;
    margin-top:11px;
    padding:9px 10px;
    border-radius:10px;
    background:#faf9f8;
    color:#777a83;
    font-size:8.5px;
    line-height:1.45
}
.customer-access-note svg{
    width:15px;
    height:15px;
    flex:0 0 auto;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round
}
.customer-login-submit{
    width:100%;
    height:43px;
    margin-top:12px;
    border:0;
    border-radius:10px;
    background:#b63d38;
    color:#fff;
    font-size:10px;
    font-weight:900;
    cursor:pointer
}
.customer-login-submit:hover{background:#a53732}
.customer-login-submit:disabled{opacity:.6;cursor:wait}

.customer-portal-profile{
    display:grid;
    grid-template-columns:42px minmax(0,1fr);
    gap:11px;
    align-items:center;
    margin-top:17px;
    padding:11px;
    border:1px solid #e2e9e4;
    border-radius:13px;
    background:#f7faf8
}
.customer-portal-avatar{
    width:40px;
    height:40px;
    display:grid;
    place-items:center;
    border-radius:12px;
    background:#eaf4ed;
    color:#2b6e47
}
.customer-portal-avatar svg{
    width:20px;
    height:20px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round
}
.customer-portal-identity{min-width:0;display:grid}
.customer-portal-identity strong{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:11px
}
.customer-portal-identity span,
.customer-portal-identity small{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-top:2px;
    color:#737881;
    font-size:8.5px
}
.customer-portal-meta{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin-top:10px
}
.customer-portal-meta>span{
    display:grid;
    gap:2px;
    padding:9px 10px;
    border:1px solid #ece8e5;
    border-radius:10px
}
.customer-portal-meta small{color:#858890;font-size:7.5px;text-transform:uppercase;letter-spacing:.05em}
.customer-portal-meta strong{font-size:10px}
.customer-portal-orders{margin-top:15px}
.customer-portal-section-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:10px;
    padding-bottom:8px;
    border-bottom:1px solid #eeeae7
}
.customer-portal-section-head div{display:grid}
.customer-portal-section-head strong{font-size:10px}
.customer-portal-section-head span{margin-top:2px;color:#858890;font-size:8px}
.customer-order-list{
    max-height:270px;
    overflow:auto;
    overscroll-behavior:contain
}
.customer-order-row{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:10px;
    padding:10px 1px;
    border-bottom:1px solid #f0edeb
}
.customer-order-row:last-child{border-bottom:0}
.customer-order-main{min-width:0;display:grid}
.customer-order-main strong{font-size:9.5px}
.customer-order-main span{
    margin-top:2px;
    color:#80848c;
    font-size:8px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.customer-order-side{
    display:grid;
    justify-items:end;
    gap:3px
}
.customer-order-status{
    display:inline-flex;
    align-items:center;
    min-height:20px;
    padding:0 7px;
    border-radius:999px;
    background:#f1f2f3;
    color:#666c74;
    font-size:7.5px;
    font-weight:900;
    text-transform:capitalize
}
.customer-order-side small{color:#858890;font-size:7.5px}
.customer-portal-loading,
.customer-portal-empty{
    padding:20px 5px;
    color:#858890;
    text-align:center;
    font-size:9px
}
.customer-portal-actions{
    display:grid;
    grid-template-columns:1fr auto;
    gap:9px;
    margin-top:13px;
    padding-top:12px;
    border-top:1px solid #eeeae7
}
.customer-logout-button{
    min-height:39px;
    border:1px solid #efd5d2;
    border-radius:10px;
    background:#fff7f6;
    padding:0 14px;
    color:#9d3d37;
    font-size:9px;
    font-weight:900;
    cursor:pointer
}

@media(max-width:640px){
    .customer-action{width:32px;min-width:32px}
    .customer-access-dialog{
        inset:auto 8px calc(8px + env(safe-area-inset-bottom)) 8px;
        width:auto;
        margin:0;
        border-radius:22px 22px 16px 16px
    }
    .customer-access-card{padding:17px 14px 14px}
    .customer-access-fields{grid-template-columns:1fr}
    .customer-portal-profile{
        grid-template-columns:38px minmax(0,1fr);
        padding:10px
    }
    .customer-portal-avatar{width:36px;height:36px}
    .customer-order-list{max-height:235px}
}

/* v2.6.2 Desktop Header Simplification */
@media (min-width:761px){
    .header-actions .search-action{
        display:none
    }

    .header-actions .customer-action{
        width:52px;
        min-width:52px;
        height:48px;
        padding:0;
        border-radius:14px
    }

    .header-actions .customer-action>svg{
        width:26px;
        height:26px;
        flex-basis:26px
    }

    .header-actions .customer-action>i{
        right:5px;
        bottom:5px;
        width:8px;
        height:8px
    }
}

/* v2.6.7 Desktop Search Hard Hide */
@media (min-width:761px){
    #mobile-category-trigger{
        display:none!important
    }
}


/* v2.6.8 Customer Login Password Visibility */
.password-input-shell{
    position:relative;
    display:block
}

.password-input-shell>input{
    padding-right:46px
}

.password-visibility-toggle{
    position:absolute;
    top:50%;
    right:7px;
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    transform:translateY(-50%);
    border:0;
    border-radius:9px;
    background:transparent;
    color:#666b73;
    cursor:pointer
}

.password-visibility-toggle:hover{
    background:#f4f2f0;
    color:#25282d
}

.password-visibility-toggle:focus-visible{
    outline:2px solid #b83d38;
    outline-offset:1px
}

.password-eye{
    width:18px;
    height:18px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round
}

.password-eye-closed{display:none}

.password-visibility-toggle[aria-pressed="true"] .password-eye-open{display:none}
.password-visibility-toggle[aria-pressed="true"] .password-eye-closed{display:block}

/* ANALYN CATALOG PRODUCT ACTIONS POLISH v2.6.11 START */
@media (min-width:701px) {
    .product-actions{
        grid-template-columns:108px minmax(0,1fr);
        gap:8px;
        padding-top:8px;
    }

    .qty-control{
        height:38px;
        grid-template-columns:30px 1fr 30px;
        border-radius:10px;
    }

    .qty-control button{
        font-size:14px;
        font-weight:700;
    }

    .qty-control output{
        font-size:10px;
        font-weight:800;
    }

    .add-button{
        height:38px;
        border-radius:10px;
        padding:0 12px;
        font-size:10px;
        font-weight:800;
        letter-spacing:-.01em;
    }
}
/* ANALYN CATALOG PRODUCT ACTIONS POLISH v2.6.11 END */

/* ANALYN MOBILE PRODUCT ACTIONS SPACING v2.6.16 START */
@media (max-width:700px) {
    .product-actions{
        padding-top:12px;
    }
}
/* ANALYN MOBILE PRODUCT ACTIONS SPACING v2.6.16 END */


/* ANALYN CUSTOMER PORTAL ORDERS + QUOTATIONS + REORDER v3.4.1 START */
.customer-portal-dialog{width:min(780px,calc(100vw - 28px))}
.customer-portal-card{padding:20px}
.customer-portal-summary{grid-template-columns:repeat(4,minmax(0,1fr))}
.customer-portal-summary>span{min-width:0}
.portal-pending-stat strong{color:#80611e}
.customer-portal-workspace{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;margin-top:15px}
.customer-portal-workspace>section{min-width:0;margin-top:0;border:1px solid #ebe8e5;border-radius:13px;background:#fff;overflow:hidden}
.customer-portal-workspace .customer-portal-section-head{padding:11px 12px 9px;background:#faf9f8}
.customer-portal-workspace .customer-portal-section-head span{font-size:7.5px}
.customer-portal-workspace .customer-order-list,.customer-quotation-list{max-height:310px;overflow:auto;overscroll-behavior:contain;padding:0 11px}
.customer-order-row-expanded{align-items:center}
.customer-order-main small{margin-top:4px;color:#727780;font-size:7.5px}
.customer-reorder-button{min-height:29px;border:1px solid #d9d5d1;border-radius:8px;background:#fff;padding:0 9px;color:#292b30;font-size:8px;font-weight:900;cursor:pointer;white-space:nowrap}
.customer-reorder-button:hover{background:#f7f5f3}
.customer-reorder-button:disabled{opacity:.55;cursor:wait}
.customer-quotation-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px 1px;border-bottom:1px solid #f0edeb}
.customer-quotation-row:last-child{border-bottom:0}
.customer-quotation-main{min-width:0;display:grid}
.customer-quotation-main strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9.5px}
.customer-quotation-main>span{margin-top:2px;color:#80848c;font-size:8px}
.customer-quotation-response{display:inline-flex;justify-self:start;margin-top:5px;min-height:20px;align-items:center;padding:0 7px;border-radius:999px;background:#eef5f0;color:#3d6c4a;font-size:7.5px;font-weight:900}
.customer-quotation-response.is-pending{background:#fff7e6;color:#80611e}
.customer-quotation-actions{display:flex;align-items:center;justify-content:flex-end;gap:5px}
.customer-quotation-actions a{min-height:29px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #ddd9d5;border-radius:8px;background:#fff;padding:0 8px;color:#303238;text-decoration:none;font-size:7.5px;font-weight:900;white-space:nowrap}
.customer-quotation-actions a:hover{background:#f7f5f3}
@media(max-width:700px){
    .customer-portal-dialog{inset:auto 8px calc(8px + env(safe-area-inset-bottom)) 8px;width:auto;max-height:92dvh;margin:0;border-radius:22px 22px 16px 16px}
    .customer-portal-card{max-height:92dvh;overflow:auto;padding:16px 13px 13px}
    .customer-portal-summary{grid-template-columns:1fr 1fr}
    .customer-portal-workspace{grid-template-columns:1fr;gap:10px}
    .customer-portal-workspace .customer-order-list,.customer-quotation-list{max-height:260px}
}
@media(max-width:390px){
    .customer-quotation-row{grid-template-columns:1fr}
    .customer-quotation-actions{justify-content:flex-start}
    .customer-quotation-actions a{flex:1}
}
/* ANALYN CUSTOMER PORTAL ORDERS + QUOTATIONS + REORDER v3.4.1 END */

/* ANALYN PUBLIC PWA COMPACT INSTALL v3.8.9 START */
.pwa-install-action svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.pwa-install-dialog{
    width:min(390px,calc(100% - 24px));
    max-height:calc(100dvh - 28px);
    margin:auto;
    padding:0;
    overflow:hidden;
    border:0;
    border-radius:18px;
    background:transparent
}
.pwa-install-dialog::backdrop{background:rgba(15,15,18,.44);backdrop-filter:blur(2px)}
.pwa-install-card{
    max-height:calc(100dvh - 28px);
    overflow:auto;
    padding:20px;
    border:1px solid #e3dfdc;
    border-radius:18px;
    background:#fff;
    box-shadow:0 24px 70px rgba(0,0,0,.18)
}
.pwa-install-dialog .customer-access-head{margin-bottom:0}
.pwa-install-dialog .customer-access-head h2{font-size:22px}
.pwa-install-dialog .customer-access-head p{max-width:290px}
.pwa-install-icon{
    width:64px;
    height:64px;
    display:grid;
    place-items:center;
    margin:16px auto 4px;
    overflow:hidden;
    border:1px solid #ebe7e4;
    border-radius:16px;
    background:#fff;
    box-shadow:0 8px 22px rgba(20,20,24,.06)
}
.pwa-install-icon img{display:block;width:100%;height:100%;object-fit:cover}
.pwa-install-actions{
    display:flex;
    gap:8px;
    margin-top:18px
}
.pwa-install-actions .submit-order-button,
.pwa-install-actions .secondary-checkout{
    flex:1 1 0;
    width:auto;
    min-width:0
}
html.pwa-standalone body{min-height:100dvh}
html.pwa-standalone .app-header{
    height:calc(62px + env(safe-area-inset-top));
    padding-top:env(safe-area-inset-top)
}
html.pwa-standalone .app-header .header-row{height:62px}
html.pwa-standalone .order-dock{bottom:calc(10px + env(safe-area-inset-bottom))}
html.pwa-standalone .scroll-top-button{bottom:calc(10px + env(safe-area-inset-bottom))}
html.pwa-standalone .scroll-top-button.dock-offset{bottom:calc(70px + env(safe-area-inset-bottom))}
@supports (-webkit-touch-callout:none){
    @media(max-width:760px){
        input,
        select,
        textarea{
            font-size:16px!important
        }
    }
}
@media(max-width:760px){
    .pwa-install-dialog{
        inset:auto 8px calc(8px + env(safe-area-inset-bottom)) 8px;
        width:auto;
        max-height:calc(88dvh - env(safe-area-inset-top));
        margin:0;
        border-radius:20px 20px 15px 15px
    }
    .pwa-install-card{
        max-height:calc(88dvh - env(safe-area-inset-top));
        padding:16px 14px max(14px,env(safe-area-inset-bottom));
        border-radius:20px 20px 15px 15px
    }
    .pwa-install-icon{
        width:58px;
        height:58px;
        margin-top:13px;
        border-radius:15px
    }
    .pwa-install-actions{margin-top:15px}
}
@media(max-width:390px){
    .pwa-install-actions{flex-direction:column}
}
/* ANALYN PUBLIC PWA COMPACT INSTALL v3.8.9 END */
/* ANALYN CATEGORY SIDEBAR VISUAL POLISH v3.7.4 START */
/* Visual-only refinement: typography, spacing, surface and active/hover treatment. */
.catalogue-sidebar .sidebar-card{
    border-color:#e8e5e2;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(24,24,27,.045);
}

.catalogue-sidebar .sidebar-card-head{
    padding:18px 18px 13px;
}

.catalogue-sidebar .sidebar-card-head h2{
    font-size:18px;
    line-height:1.15;
    font-weight:700;
    letter-spacing:-.025em;
    color:#202126;
}

.catalogue-sidebar .category-search{
    height:44px;
    margin:0 12px 13px;
    padding:0 12px;
    gap:9px;
    border-color:#dedad6;
    border-radius:14px;
    box-shadow:none;
}

.catalogue-sidebar .category-search:focus-within{
    border-color:#cfc7c2;
    box-shadow:0 0 0 3px rgba(29,29,32,.045);
}

.catalogue-sidebar .category-search>svg{
    width:16px;
    height:16px;
    flex-basis:16px;
    stroke:#94969e;
    stroke-width:1.8;
}

.catalogue-sidebar .category-search input{
    font-size:12.5px;
    font-weight:500;
    letter-spacing:-.005em;
    color:#44464d;
}

.catalogue-sidebar .category-search input::placeholder{
    color:#9b9da5;
    font-weight:500;
}

.catalogue-sidebar .category-sidebar{
    gap:2px;
    padding:1px 9px 14px 12px;
    scrollbar-width:thin;
}

.catalogue-sidebar .category-chip{
    height:36px;
    min-height:36px;
    flex:0 0 36px;
    padding:0 11px 0 12px;
    border:1px solid transparent;
    border-radius:10px;
    background:transparent;
    color:#60636b;
    font-size:12.5px;
    line-height:1.2;
    font-weight:600;
    letter-spacing:-.012em;
    box-shadow:none;
    transition:background .14s ease,border-color .14s ease,color .14s ease;
}

.catalogue-sidebar .category-chip:hover{
    background:#f5f4f2;
    border-color:#efebe8;
    color:#292a2f;
}

.catalogue-sidebar .category-chip.active,
.catalogue-sidebar .category-chip.active:hover{
    background:#232326;
    border-color:#232326;
    color:#fff;
    font-weight:650;
    box-shadow:0 3px 9px rgba(24,24,27,.10);
}

.catalogue-sidebar .category-chip span{
    min-width:24px;
    padding-left:8px;
    color:#a1a3aa;
    font-size:10.5px;
    line-height:1;
    font-weight:650;
    font-variant-numeric:tabular-nums;
}

.catalogue-sidebar .category-chip.active span{
    color:#fff;
    opacity:.78;
    font-weight:650;
}

@media(max-width:760px){
    .catalogue-sidebar .sidebar-card-head{
        padding:8px 16px 12px;
    }

    .catalogue-sidebar .sidebar-card-head h2{
        font-size:18px;
        font-weight:700;
    }

    .catalogue-sidebar .category-search{
        height:44px;
        margin:0 12px 12px;
        border-radius:14px;
    }

    .catalogue-sidebar .category-search input{
        font-size:12.5px;
        font-weight:500;
    }

    .catalogue-sidebar .category-sidebar{
        gap:2px;
        padding:0 10px 14px 12px;
    }

    .catalogue-sidebar .category-chip{
        height:38px;
        min-height:38px;
        flex:0 0 38px;
        padding:0 12px;
        border-radius:10px;
        font-size:13px;
        font-weight:600;
    }

    .catalogue-sidebar .category-chip.active,
    .catalogue-sidebar .category-chip.active:hover{
        font-weight:650;
    }

    .catalogue-sidebar .category-chip span{
        font-size:10.5px;
        font-weight:650;
    }
}
/* ANALYN CATEGORY SIDEBAR VISUAL POLISH v3.7.4 END */

/* v3.8.4 — order unit lightbox */
.product-price-stack{display:flex;flex-direction:column;gap:2px;align-items:flex-start}
.product-piece-price{display:flex;align-items:baseline;gap:4px;min-height:22px;color:var(--ink)}
.product-piece-price strong{font-size:16px;font-weight:900;line-height:1.1;letter-spacing:-.02em}
.product-piece-price small{font-size:9px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}
.product-price{display:flex;align-items:baseline;gap:4px;min-height:15px;color:var(--muted);font-size:10px;font-weight:750;line-height:1.2}
.product-price .variant-price{font-size:10px;font-weight:800;color:var(--muted)}
.product-price small{font-size:8px;font-weight:750;color:var(--muted);text-transform:uppercase;letter-spacing:.03em}
.product-actions{display:block!important}
.product-actions .add-button{width:100%;min-width:0}
.product-actions .qty-control{display:none!important}

.order-config-lightbox .variant-lightbox-card{width:min(560px,calc(100vw - 28px));max-height:min(760px,calc(100dvh - 28px));overflow:hidden}
.order-config-body{display:grid;grid-template-columns:1fr;gap:14px;overflow:auto;padding:16px 18px}
.order-config-section{display:grid;gap:9px;padding:0}
.order-config-label{display:flex;align-items:flex-end;justify-content:space-between;gap:14px}
.order-config-label strong{font-size:12px;color:var(--ink)}
.order-config-label span{font-size:9px;color:var(--muted);text-align:right}
.order-unit-choice-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.order-unit-choice{position:relative;display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0;padding:12px 13px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);text-align:left;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}
.order-unit-choice>span{display:grid;gap:3px;min-width:0}
.order-unit-choice strong{font-size:12px;font-weight:850}
.order-unit-choice small{font-size:9px;color:var(--muted)}
.order-unit-choice>b{font-size:10px;white-space:nowrap;color:var(--brand)}
.order-unit-choice>i{display:grid;width:20px;height:20px;place-items:center;border-radius:999px;background:var(--surface-soft);font-size:10px;font-style:normal;color:transparent}
.order-unit-choice.selected{border-color:color-mix(in srgb,var(--brand) 52%,var(--line));background:color-mix(in srgb,var(--brand) 5%,#fff);box-shadow:0 0 0 2px color-mix(in srgb,var(--brand) 9%,transparent)}
.order-unit-choice.selected>i{background:var(--brand);color:#fff}
.order-quantity-section{grid-template-columns:minmax(0,1fr) auto;align-items:center;padding-top:2px}
.order-lightbox-qty{display:grid;grid-template-columns:38px 52px 38px;align-items:center;height:40px;border:1px solid var(--line);border-radius:11px;background:#fff;overflow:hidden}
.order-lightbox-qty button{height:100%;border:0;background:var(--surface-soft);color:var(--ink);font-size:18px;font-weight:700;cursor:pointer}
.order-lightbox-qty output{display:grid;height:100%;place-items:center;font-size:13px;font-weight:850;color:var(--ink)}
.order-config-summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 13px;border:1px solid color-mix(in srgb,var(--brand) 18%,var(--line));border-radius:12px;background:color-mix(in srgb,var(--brand) 4%,#fff)}
.order-config-summary>div{display:flex;align-items:baseline;flex-wrap:wrap;gap:5px 7px;min-width:0}
.order-config-summary small{width:100%;font-size:8px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}
.order-config-summary b{font-size:13px;color:var(--ink)}
.order-config-summary span{font-size:9px;color:var(--muted)}
.order-config-summary>strong{font-size:13px;color:var(--brand);white-space:nowrap}
.order-config-lightbox .variant-lightbox-meta{margin-top:0}

@media(max-width:600px){
  .order-config-lightbox .variant-lightbox-card{width:calc(100vw - 16px);max-height:calc(100dvh - 16px);border-radius:18px}
  .order-config-body{padding:13px;gap:12px}
  .order-config-label{align-items:flex-start;flex-direction:column;gap:2px}
  .order-config-label span{text-align:left}
  .order-unit-choice-list{grid-template-columns:1fr}
  .order-quantity-section{grid-template-columns:minmax(0,1fr) auto}
  .variant-lightbox-foot{padding:12px 13px calc(12px + env(safe-area-inset-bottom))}
}

/* v3.8.4.3 — minimal order lightbox */
.order-config-lightbox{width:min(440px,calc(100% - 28px));border-radius:16px;box-shadow:0 20px 55px rgba(17,18,22,.18)}
.order-config-lightbox::backdrop{background:rgba(17,18,22,.34);backdrop-filter:blur(1px)}
.order-config-lightbox .variant-lightbox-card{width:100%;max-height:min(660px,calc(100dvh - 28px))}
.order-config-lightbox .variant-lightbox-head{align-items:center;padding:15px 17px 10px;border-bottom:0}
.order-config-lightbox .variant-lightbox-head h2{font-size:17px;font-weight:800;letter-spacing:-.025em}
.order-config-lightbox .variant-lightbox-head p{margin-top:3px;font-size:10px;line-height:1.35;color:var(--muted)}
.order-config-lightbox .sheet-close{width:30px;height:30px;border-radius:9px;font-size:19px}
.order-config-lightbox .order-config-body{gap:12px;padding:5px 17px 14px}
.order-config-lightbox .order-config-section{gap:6px}
.order-config-lightbox .order-config-label{align-items:center;min-height:18px}
.order-config-lightbox .order-config-label strong{font-size:10px;font-weight:750;letter-spacing:0;color:#4a4c52}
.order-config-lightbox .order-config-label span{font-size:8px;color:#92959b}
.order-config-lightbox .variant-choice-list{gap:6px}
.order-config-lightbox .variant-choice{min-height:44px;padding:7px 10px;border-radius:10px;gap:8px}
.order-config-lightbox .variant-choice span{font-size:11px;font-weight:750}
.order-config-lightbox .variant-choice small{font-size:8px}
.order-config-lightbox .variant-choice b{width:18px;height:18px;font-size:9px}
.order-config-lightbox .order-unit-choice-list{gap:7px}
.order-config-lightbox .order-unit-choice{min-height:54px;padding:9px 10px;border-radius:10px;box-shadow:none}
.order-config-lightbox .order-unit-choice strong{font-size:11px;font-weight:780}
.order-config-lightbox .order-unit-choice small{font-size:8px;line-height:1.25}
.order-config-lightbox .order-unit-choice>b{font-size:9px;font-weight:750}
.order-config-lightbox .order-unit-choice>i{width:18px;height:18px;font-size:9px}
.order-config-lightbox .order-unit-choice.selected{box-shadow:none;background:color-mix(in srgb,var(--brand) 3.5%,#fff)}
.order-config-lightbox .order-quantity-section{grid-template-columns:minmax(0,1fr) auto;align-items:center;padding-top:0}
.order-config-lightbox .order-lightbox-qty{grid-template-columns:34px 44px 34px;height:36px;border-radius:9px}
.order-config-lightbox .order-lightbox-qty button{font-size:16px}
.order-config-lightbox .order-lightbox-qty output{font-size:12px;font-weight:800}
.order-config-lightbox .order-config-summary{min-height:42px;padding:8px 1px 0;border:0;border-top:1px solid var(--line);border-radius:0;background:transparent}
.order-config-lightbox .order-config-summary small{font-size:7px;letter-spacing:.06em}
.order-config-lightbox .order-config-summary b{font-size:11px}
.order-config-lightbox .order-config-summary span{font-size:8px}
.order-config-lightbox .order-config-summary>strong{font-size:12px}
.order-config-lightbox .variant-lightbox-foot{padding:0 17px 16px;border-top:0}
.order-config-lightbox .variant-lightbox-foot .primary-lightbox-button{width:100%;height:40px;border-radius:10px;font-size:10px;font-weight:800}
.order-config-lightbox .variant-lightbox-meta,.order-config-lightbox .secondary-lightbox-button{display:none!important}

@media(max-width:600px){
  .order-config-lightbox{width:calc(100% - 16px);left:8px;right:8px;bottom:8px;border-radius:16px}
  .order-config-lightbox .variant-lightbox-card{max-height:min(620px,calc(100dvh - 16px))}
  .order-config-lightbox .variant-lightbox-head{padding:13px 14px 8px}
  .order-config-lightbox .order-config-body{padding:4px 14px 12px;gap:10px}
  .order-config-lightbox .order-unit-choice-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
  .order-config-lightbox .order-unit-choice{min-height:52px;padding:8px}
  .order-config-lightbox .order-unit-choice>b{display:none}
  .order-config-lightbox .variant-lightbox-foot{padding:0 14px calc(14px + env(safe-area-inset-bottom))}
}
/* v3.8.4.3 — minimal order lightbox end */

/* ANALYN PUBLIC PWA INSTALL ACTION GEOMETRY v3.8.10 START */
/*
 * Public PWA install actions have their own geometry.
 * Shared checkout button rules must not collapse these controls.
 */
.pwa-install-actions{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    margin-top:18px;
    align-items:stretch
}
.pwa-install-actions .secondary-checkout,
.pwa-install-actions .submit-order-button{
    box-sizing:border-box;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-width:0!important;
    min-height:48px!important;
    height:auto!important;
    margin:0!important;
    padding:12px 16px!important;
    border-radius:12px!important;
    line-height:1.2!important;
    font-size:14px!important;
    font-weight:750!important;
    white-space:nowrap;
    text-align:center
}
.pwa-install-actions .submit-order-button span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:0;
    line-height:inherit
}
@media(max-width:760px){
    .pwa-install-card{
        padding-bottom:max(18px,env(safe-area-inset-bottom))
    }
    .pwa-install-actions{
        grid-template-columns:1fr;
        gap:10px;
        margin-top:16px
    }
    .pwa-install-actions .secondary-checkout{
        min-height:46px!important
    }
    .pwa-install-actions .submit-order-button{
        min-height:50px!important
    }
}
@media(max-width:390px){
    .pwa-install-actions{
        display:grid;
        grid-template-columns:1fr
    }
}
/* ANALYN PUBLIC PWA INSTALL ACTION GEOMETRY v3.8.10 END */
