:root{--ink:#111827;--muted:#667085;--line:#e5e7eb;--purple:#6f548e;--navy:#0c1a2a;--blue:#2a68a8;--green:#11865b;--danger:#c33f4a;--cream:#f7f5f1;--shadow:0 10px 30px rgba(17,24,39,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Assistant,Arial,sans-serif;background:#fff}button,input,textarea,select{font:inherit}button{cursor:pointer}.preview-bar{padding:7px 16px;text-align:center;background:#172033;color:#d8e2f0;font-size:12px;letter-spacing:.04em}.announcement{padding:10px;text-align:center;background:#e7f0f7;color:#1e4e75;font-weight:600;font-size:14px}.store-header{min-height:92px;padding:14px 4vw;display:grid;grid-template-columns:165px 1fr auto;align-items:center;gap:28px;border-bottom:1px solid #eee;background:#fff}.brand img{display:block;width:155px;max-height:64px;object-fit:contain}.store-nav{display:flex;align-items:center;justify-content:center;gap:22px;flex-wrap:wrap}.store-nav a{color:#28313b;text-decoration:none;font-size:14px;white-space:nowrap}.store-nav a:hover{color:#245d8a}.store-actions{display:flex;gap:8px}.store-actions button,.menu-button{border:0;background:transparent;color:#243444;padding:9px}.store-actions span{display:inline-grid;place-items:center;min-width:20px;height:20px;margin-left:4px;border-radius:50%;background:#edf2f6;font-size:12px}.menu-button{display:none}.hero{width:100%;overflow:hidden;background:#0b141f}.hero img{width:100%;display:block;aspect-ratio:18/8;object-fit:cover}.products-section{max-width:1450px;margin:0 auto;padding:72px 4vw}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:30px}.section-heading h1{margin:5px 0 0;font-size:38px;font-weight:600;letter-spacing:-.02em}.eyebrow{font-size:12px;color:#58748e;letter-spacing:.16em;font-weight:700}.section-heading a{color:#255d89}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.product-card{min-width:0}.product-image{position:relative;display:block;aspect-ratio:1/1;background:#f7f7f7;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .3s}.product-card:hover img{transform:scale(1.035)}.stock-badge{position:absolute;left:12px;top:12px;padding:6px 9px;background:#fff3e4;color:#8a4e0f;border-radius:3px;font-size:12px;font-weight:600}.vendor{margin-top:18px;color:#6c7680;font-size:11px;letter-spacing:.13em}.product-card h2{font-size:17px;line-height:1.35;margin:6px 0 7px;font-weight:500}.rating{color:#e2a82c;letter-spacing:2px;font-size:12px}.price{font-weight:600;margin-top:9px}.quick-add{width:100%;margin-top:14px;border:1px solid #172033;background:#fff;padding:11px 14px;transition:.2s}.quick-add:hover{background:#172033;color:#fff}.promise-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#dfe4e8;border-top:1px solid #dfe4e8;border-bottom:1px solid #dfe4e8}.promise-row div{display:flex;flex-direction:column;align-items:center;padding:35px;background:#f7f9fa}.promise-row span{color:#687581;margin-top:4px}footer{text-align:center;padding:48px 20px;background:#111c29;color:#d5dee7}footer img{width:150px;filter:brightness(0) invert(1);opacity:.9}footer p{font-size:13px;color:#aebdca}

/* Admin */
.admin-body{background:#f4f6f9}.admin-shell{min-height:100vh;display:grid;grid-template-columns:230px 1fr}.sidebar{background:#18212f;color:#fff;padding:24px 18px}.sidebar-brand{padding:4px 10px 30px;font-size:22px;font-weight:700}.sidebar-brand span{color:#8db6d7}.side-nav{display:grid;gap:7px}.side-nav button{display:flex;gap:11px;align-items:center;border:0;border-radius:7px;background:transparent;color:#bfc9d6;padding:12px 13px;text-align:left}.side-nav button.active,.side-nav button:hover{background:#2a3a4f;color:#fff}.side-footer{position:fixed;bottom:20px;color:#7f91a4;font-size:12px;padding-left:12px}.admin-main{min-width:0}.admin-header{height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 30px;background:#fff;border-bottom:1px solid var(--line)}.admin-header h1{font-size:20px;margin:0}.status-chip{display:inline-flex;gap:7px;align-items:center;color:#31634e;font-size:13px}.status-chip:before{content:"";width:8px;height:8px;background:#27ae75;border-radius:50%}.admin-content{padding:28px 30px}.panel{display:none}.panel.active{display:block}.panel-intro{display:flex;justify-content:space-between;align-items:start;margin-bottom:22px}.panel-intro h2{font-size:26px;margin:0}.panel-intro p{margin:5px 0 0;color:var(--muted)}.primary-button{border:0;border-radius:6px;background:#29699e;color:#fff;padding:10px 15px;font-weight:600}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat-card{background:#fff;border:1px solid var(--line);border-radius:9px;padding:20px;box-shadow:0 2px 6px rgba(16,24,40,.03)}.stat-card span{display:block;color:var(--muted);font-size:13px}.stat-card strong{display:block;margin-top:7px;font-size:28px}.stat-card small{color:#3b8061}.dashboard-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:18px;margin-top:18px}.card{background:#fff;border:1px solid var(--line);border-radius:9px;padding:20px}.card h3{margin:0 0 18px;font-size:16px}.activity{list-style:none;padding:0;margin:0}.activity li{display:grid;grid-template-columns:10px 1fr auto;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid #edf0f2}.activity li:last-child{border:0}.activity i{width:8px;height:8px;border-radius:50%;background:#4b91c4}.activity span{color:var(--muted);font-size:12px}.health-row{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid #edf0f2}.health-row:last-child{border:0}.health-row b{color:var(--green);font-size:13px}.toolbar{display:flex;gap:10px;align-items:center;margin-bottom:15px}.toolbar input{min-width:320px;border:1px solid #cfd5dc;border-radius:6px;padding:10px 12px}.toolbar select{border:1px solid #cfd5dc;border-radius:6px;padding:10px}.table-wrap{overflow:auto;background:#fff;border:1px solid #dfe4e8;border-radius:8px}.data-table{width:100%;border-collapse:collapse;min-width:1180px}.data-table th{text-align:left;background:#f8fafb;padding:11px 10px;border-bottom:1px solid #dfe4e8;color:#586473;font-size:12px;letter-spacing:.03em}.data-table td{padding:9px 10px;border-bottom:1px solid #edf0f2;vertical-align:middle;font-size:13px}.data-table tr:hover td{background:#fbfcfd}.thumb{width:52px;height:52px;object-fit:contain;background:#f5f5f5}.editable{min-width:125px;border:1px solid transparent;border-radius:4px;padding:7px 6px;background:transparent}.editable:hover{border-color:#c7d4df;background:#fff}.editable:focus{outline:2px solid #85add0;border-color:transparent;background:#fff}.title-edit{min-width:290px}.number-edit{width:78px;min-width:78px}.channel{display:inline-flex;align-items:center;justify-content:center;width:27px;height:27px;border-radius:50%;font-size:10px;font-weight:700;margin-right:4px;background:#e8edf2;color:#758190}.channel.on.web{background:#dcefe7;color:#116b49}.channel.on.ebay{background:#fff1d7;color:#94630b}.channel.on.amazon{background:#e8eefc;color:#365ca5}.save-state{font-size:12px;color:var(--muted);min-width:68px}.save-state.saving{color:#8e6719}.save-state.saved{color:var(--green)}.order-status{display:inline-flex;padding:5px 8px;border-radius:12px;background:#eaf1f7;color:#345d80;font-size:12px}.order-status.attention{background:#fde7e8;color:#a53741}.empty-message{text-align:center;padding:30px;color:var(--muted)}
@media(max-width:1100px){.store-header{grid-template-columns:140px 1fr auto}.store-nav{gap:12px}.product-grid{grid-template-columns:repeat(3,1fr)}.stats-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.store-header{grid-template-columns:1fr auto auto}.menu-button{display:block}.store-nav{display:none;grid-column:1/-1;justify-content:start}.store-nav.open{display:flex}.hero img{aspect-ratio:4/3}.products-section{padding:45px 20px}.product-grid{grid-template-columns:repeat(2,1fr);gap:24px 14px}.section-heading h1{font-size:29px}.promise-row{grid-template-columns:1fr}.admin-shell{display:block}.sidebar{padding:12px;position:sticky;top:0;z-index:4}.sidebar-brand,.side-footer{display:none}.side-nav{display:flex;overflow:auto}.side-nav button{white-space:nowrap}.admin-header{height:58px;padding:0 16px}.admin-content{padding:18px 14px}.stats-grid,.dashboard-grid{grid-template-columns:1fr}.toolbar{align-items:stretch;flex-direction:column}.toolbar input{min-width:0;width:100%}.panel-intro{gap:15px}.panel-intro h2{font-size:22px}}

/* Spreadsheet-style catalog overrides */
.data-table{min-width:1880px;table-layout:fixed}.data-table th{position:relative;min-width:70px}.column-resizer{position:absolute;right:-3px;top:0;width:7px;height:100%;cursor:col-resize;z-index:2}.column-resizer:hover{background:#9ab9d2}.data-table td{overflow:hidden}.editable{width:100%}.title-edit{min-width:260px;resize:vertical}.channel{border:0}.toolbar small{margin-left:auto;color:var(--muted)}
.listing-links{display:flex;align-items:center;gap:7px}.listing-link{height:31px;min-width:52px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dce2e7;border-radius:5px;background:#fff;text-decoration:none;box-shadow:0 1px 2px rgba(16,24,40,.05)}.listing-link:hover{border-color:#91aabd;box-shadow:0 2px 6px rgba(16,24,40,.12)}.listing-link.ob img{width:52px;height:24px;object-fit:contain}.ebay-link span{font-style:normal;font-weight:700;letter-spacing:-1px}.ebay-link i{color:#e53238;font-style:normal}.ebay-link b{color:#0064d2}.ebay-link em{color:#f5af02;font-style:normal}.ebay-link strong{color:#86b817}.ebay-link.pending{opacity:.48;cursor:help}.channel-toggle.web{font-size:8px}
.admin-shell{display:block;min-height:100vh}.admin-topbar{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto minmax(420px,1fr) auto;align-items:end;gap:26px;min-height:72px;padding:13px 24px 0;background:#e9edf2;border-bottom:1px solid #cbd3dc;box-shadow:0 2px 8px rgba(16,24,40,.06)}.admin-topbar .sidebar-brand{padding:0 0 19px;color:#172331;white-space:nowrap}.backend-tabs{display:flex;align-items:end;gap:5px}.backend-tabs button{position:relative;bottom:-1px;min-width:112px;padding:14px 22px 15px;border:1px solid #cbd3dc;border-bottom-color:#cbd3dc;border-radius:9px 9px 0 0;background:#dce2e8;color:#536171;font-weight:700;cursor:pointer}.backend-tabs button:hover{background:#f5f7f9;color:#25384b}.backend-tabs button.active{z-index:1;background:#f4f6f9;color:#1d5f91;border-bottom-color:#f4f6f9}.topbar-actions{display:flex;align-items:center;gap:18px;padding-bottom:19px;white-space:nowrap}.topbar-actions>a{color:#29699e;font-size:13px;font-weight:700;text-decoration:none}.admin-main{width:100%;min-width:0}.admin-content{width:100%;max-width:none;padding:24px}.product-table{min-width:1840px}.product-table th{cursor:grab;user-select:none}.product-table th:active{cursor:grabbing}.column-drag-handle{display:inline-block;margin-right:6px;color:#9aa6b2;font-size:12px;letter-spacing:-4px;vertical-align:middle}.product-table th.dragging{opacity:.38}.product-table th.drag-target{background:#e5f0f8;box-shadow:inset 3px 0 #2877ad}.create-listing{display:inline-flex;align-items:center;justify-content:center;min-height:31px;padding:5px 8px;border:1px dashed #a8b7c5;border-radius:5px;background:#f8fafb;color:#42657f;font-size:11px;font-weight:700;white-space:nowrap;cursor:pointer}.create-listing:hover{border-style:solid;border-color:#4282b1;background:#edf6fc;color:#245f8d}.api-toast{position:fixed;right:24px;bottom:24px;z-index:100;padding:13px 17px;border-radius:7px;background:#172331;color:#fff;box-shadow:0 8px 28px rgba(16,24,40,.28);font-size:13px}.listing-links{min-width:245px;flex-wrap:wrap}
@media(max-width:900px){.admin-topbar{grid-template-columns:auto 1fr;padding:10px 14px 0;gap:12px}.admin-topbar .sidebar-brand{padding-bottom:14px}.backend-tabs{grid-column:1/-1;grid-row:2;overflow-x:auto}.backend-tabs button{min-width:100px;padding:11px 16px}.topbar-actions{grid-column:2;grid-row:1;justify-self:end;padding-bottom:14px}.status-chip{display:none}.admin-content{padding:18px 14px}}
.rules-table{min-width:900px}.settings-note{margin-bottom:18px}.settings-note p{margin:0;color:var(--muted)}
.settings-section-heading{display:flex;align-items:end;justify-content:space-between;margin:28px 0 14px}.settings-section-heading h3{margin:0;font-size:20px}.settings-section-heading p{margin:4px 0 0;color:var(--muted)}

/* Catalog and product workspace refinements */
.thumb{background:#fff}
.backend-tabs>a{position:relative;bottom:-1px;min-width:112px;padding:14px 22px 15px;border:1px solid #cbd3dc;border-bottom-color:#cbd3dc;border-radius:9px 9px 0 0;background:#dce2e8;color:#536171;font-weight:700;text-align:center;text-decoration:none}.backend-tabs>a:hover{background:#f5f7f9;color:#25384b}.backend-tabs>a.active{z-index:1;background:#f4f6f9;color:#1d5f91;border-bottom-color:#f4f6f9}.sku-link{display:inline-flex;align-items:center;gap:4px;color:#216a9f;font-weight:700;text-decoration:none;border-bottom:1px dotted #6c9abb}.sku-link:after{content:"↗";font-size:10px}.sku-link:hover{color:#164f79;border-bottom-style:solid}
.product-breadcrumb{display:flex;align-items:center;gap:9px;margin-bottom:20px;color:#7b8794;font-size:13px}.product-breadcrumb a{color:#276b9b;font-weight:700;text-decoration:none}.product-breadcrumb .save-state{margin-left:auto;text-align:right}.product-detail-heading{margin-bottom:22px}.product-detail-heading h1{max-width:950px;margin:5px 0 4px;font-size:29px;line-height:1.2}.product-detail-heading p{margin:0;color:var(--muted)}.product-detail-grid{display:grid;grid-template-columns:minmax(390px,.85fr) minmax(520px,1.35fr);gap:20px}.product-gallery{min-width:0}.gallery-main{display:grid;place-items:center;height:430px;border:1px solid #edf0f2;border-radius:8px;background:#fff;overflow:hidden}.gallery-main img{width:100%;height:100%;object-fit:contain}.gallery-empty{color:var(--muted)}.gallery-thumbs{display:flex;gap:9px;overflow-x:auto;padding:14px 1px 3px}.gallery-thumb{flex:0 0 74px;width:74px;height:74px;padding:4px;border:2px solid transparent;border-radius:6px;background:#fff}.gallery-thumb.active{border-color:#357aa9}.gallery-thumb img{width:100%;height:100%;object-fit:contain;background:#fff}.gallery-count{margin-top:10px;color:var(--muted);font-size:12px}.detail-form h2,.detail-copy h2,.marketplace-panel h2{margin:0 0 15px;font-size:18px}.detail-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.detail-fields label{display:grid;gap:6px}.detail-fields label>span{color:#687581;font-size:12px;font-weight:700}.detail-fields input,.detail-fields select,.detail-copy textarea{width:100%;border:1px solid #ccd5dd;border-radius:6px;background:#fff;padding:10px 11px}.detail-fields input:focus,.detail-fields select:focus,.detail-copy textarea:focus{outline:2px solid #85add0;border-color:transparent}.detail-fields input[readonly]{background:#f4f6f8;color:#7c8792}.field-wide{grid-column:1/-1}.detail-lower-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:20px}.detail-copy textarea{resize:vertical;line-height:1.5}.marketplace-panel{display:flex;align-items:start;justify-content:space-between;gap:24px;margin-top:20px}.marketplace-panel>div:first-child p{margin:4px 0 0;color:var(--muted)}.marketplace-cards{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:12px;flex:1;max-width:820px}.marketplace-card{display:grid;align-content:start;gap:7px;min-height:145px;padding:14px;border:1px solid #e1e6ea;border-radius:8px;background:#fafbfc}.marketplace-card>a{color:#276b9b;font-size:12px;font-weight:700;text-decoration:none}.marketplace-card small{color:var(--muted)}.marketplace-logo{display:flex;align-items:center;height:28px}.ob-market img{width:75px;height:28px;object-fit:contain}.ebay-word{font-size:21px;font-weight:700;letter-spacing:-2px}.ebay-word i{color:#e53238;font-style:normal}.ebay-word b{color:#0064d2}.ebay-word em{color:#f5af02;font-style:normal}.ebay-word strong{color:#86b817}.amazon-word{color:#172331;font-size:18px;font-weight:700}.connected-label{color:#21805a;font-size:12px}.not-connected{color:#7b8794;font-size:12px}.marketplace-card .create-listing{justify-self:start}
@media(max-width:1050px){.product-detail-grid{grid-template-columns:1fr}.marketplace-panel{display:block}.marketplace-cards{margin-top:18px;max-width:none}}@media(max-width:900px){.backend-tabs>a{min-width:100px;padding:11px 16px}}@media(max-width:700px){.detail-lower-grid,.marketplace-cards,.detail-fields{grid-template-columns:1fr}.field-wide{grid-column:auto}.gallery-main{height:330px}}

/* Full storefront catalog */
.hero-slider{position:relative;aspect-ratio:18/8}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .55s ease}.hero-slide.active{opacity:1}.hero-slide img{height:100%;object-fit:cover}.hero-dots{position:absolute;z-index:2;left:50%;bottom:16px;display:flex;gap:8px;transform:translateX(-50%)}.hero-dots button{width:10px;height:10px;padding:0;border:1px solid #fff;border-radius:50%;background:rgba(255,255,255,.35)}.hero-dots button.active{background:#fff}.home-products .product-grid{grid-template-columns:repeat(4,1fr)}.product-card h2 a{color:inherit;text-decoration:none}.product-card h2 a:hover{color:#245d8a}.collection-links{padding:62px 4vw;background:#f4f6f7;text-align:center}.collection-links h2{margin:6px 0 28px;font-size:34px}.collection-links>div{max-width:1250px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.collection-links a{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border:1px solid #dce2e7;background:#fff;color:#1d2a36;font-weight:700;text-decoration:none}.collection-links a:hover{border-color:#7ca5c3;color:#245d8a}.catalog-hero{padding:58px 4vw 28px;text-align:center;background:#f4f6f7}.catalog-hero h1{margin:6px 0;font-size:40px}.catalog-hero p{margin:0;color:var(--muted)}.catalog-search{width:min(620px,90vw);margin-top:24px;padding:13px 15px;border:1px solid #c9d2da;border-radius:4px;background:#fff}.catalog-section{padding-top:35px}.catalog-grid{grid-template-columns:repeat(4,1fr)}.catalog-empty{text-align:center;color:var(--muted);padding:40px}.store-footer{padding:0;background:#f2f3f4;color:#28323c;text-align:left;border-top:1px solid #dde1e5}.footer-top{display:grid;grid-template-columns:190px 180px 1fr;gap:55px;max-width:1450px;margin:auto;padding:52px 4vw}.footer-logo img{width:160px;filter:none;opacity:1}.footer-top nav{display:grid;align-content:start;gap:11px}.footer-top nav a{color:#2b3742;text-decoration:none}.footer-top p{max-width:520px;margin:8px 0;color:#6c7781}.payment-row{display:flex;justify-content:center;gap:7px;flex-wrap:wrap;padding:18px 4vw;border-top:1px solid #dfe3e6}.payment-row span{padding:5px 8px;border:1px solid #cdd3d8;border-radius:4px;background:#fff;font-size:10px;font-weight:700}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding:18px 4vw;background:#e7e9eb;color:#68747e;font-size:12px}.store-product-page{max-width:1370px;margin:auto;padding:38px 4vw 70px}.store-product-breadcrumb{display:flex;gap:8px;overflow:hidden;margin-bottom:28px;color:#7b8790;white-space:nowrap;font-size:13px}.store-product-breadcrumb a{color:#366b91}.store-product-grid{display:grid;grid-template-columns:minmax(420px,1fr) minmax(420px,.9fr);gap:64px}.store-gallery-main{height:570px;display:grid;place-items:center;background:#fff}.store-gallery-main img{width:100%;height:100%;object-fit:contain}.store-product-info h1{margin:8px 0 10px;font-size:35px;line-height:1.2}.store-product-price{margin:18px 0 7px;font-size:24px;font-weight:700}.sku-note{color:var(--muted)}.store-add{width:100%;margin:16px 0 25px;padding:14px;border:1px solid #172033;background:#172033;color:#fff;font-weight:700}.store-description,.store-bullets{line-height:1.6;color:#45515d}.store-bullets{margin-top:24px;padding-top:20px;border-top:1px solid #e2e5e7}.store-bullets h2{font-size:20px}.content-page{max-width:900px;min-height:520px;margin:auto;padding:90px 5vw}.content-page h1{margin:7px 0 24px;font-size:43px}.content-page p{font-size:18px;line-height:1.7;color:#52606c}.content-cta{display:inline-flex;margin-top:20px;padding:13px 18px;background:#172033;color:#fff;text-decoration:none}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:34px}.contact-form label{display:grid;gap:6px}.contact-form label span{font-size:13px;font-weight:700}.contact-form label:nth-child(4){grid-column:1/-1}.contact-form input,.contact-form textarea{width:100%;padding:12px;border:1px solid #cbd2d8}.contact-form button{justify-self:start;padding:12px 24px;border:0;background:#172033;color:#fff}.contact-form small{align-self:center;color:var(--muted)}
@media(max-width:1100px){.home-products .product-grid,.catalog-grid{grid-template-columns:repeat(3,1fr)}.collection-links>div{grid-template-columns:repeat(3,1fr)}.store-product-grid{gap:35px}}
@media(max-width:760px){.hero-slider{aspect-ratio:4/3}.home-products .product-grid,.catalog-grid{grid-template-columns:repeat(2,1fr)}.collection-links>div{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr;gap:25px}.footer-bottom{display:grid}.store-product-grid{grid-template-columns:1fr}.store-gallery-main{height:380px}.contact-form{grid-template-columns:1fr}.contact-form label:nth-child(4){grid-column:auto}}

/* Backend confirmation and compact brand bar */
.admin-topbar{grid-template-columns:165px minmax(360px,1fr) auto;min-height:64px;padding:9px 22px 0;background:#172331;border-bottom-color:#172331}.admin-logo{display:flex;align-items:center;padding-bottom:13px}.admin-logo img{display:block;width:150px;height:38px;object-fit:contain;filter:brightness(0) invert(1)}.backend-tabs{gap:4px}.backend-tabs button,.backend-tabs>a{min-width:88px;padding:10px 15px 12px;border-color:#d7dde3;background:#fff;color:#334455}.backend-tabs button:hover,.backend-tabs>a:hover{background:#f7f9fb}.backend-tabs button.active,.backend-tabs>a.active{background:#f4f6f9;color:#1d5f91;border-bottom-color:#f4f6f9}.admin-topbar .topbar-actions{padding-bottom:14px}.admin-topbar .topbar-actions>a{color:#fff}.admin-topbar .status-chip{color:#d5f2e5}.product-table th+th{border-left:1px solid #dfe5ea}.product-table td{position:relative}.field-save-indicator{position:absolute;top:5px;right:5px;z-index:3;display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(16,24,40,.16);font-size:11px;font-weight:700}.field-save-indicator.saving{border:2px solid #cbd6df;border-top-color:#2f79aa;animation:field-saving-spin .75s linear infinite}.field-save-indicator.saved{background:#dff3e9;color:#16704d}.field-save-indicator.error{background:#fde7e8;color:#ad3039}@keyframes field-saving-spin{to{transform:rotate(360deg)}}.listing-links{min-width:118px}.listing-links .create-listing{width:52px;height:31px;min-height:31px;padding:0;overflow:hidden;font-size:0;border-style:solid}.listing-links .create-listing[data-channel="OpticsBuddy"]:after{content:"+ OB";font-size:10px}.listing-links .create-listing[data-channel="eBay"]:after{content:"+ eBay";font-size:10px}.marketplace-card .create-listing{width:auto;height:auto;padding:5px 8px;font-size:11px}.marketplace-card .create-listing:after{content:none!important}
@media(max-width:900px){.admin-topbar{grid-template-columns:145px 1fr}.admin-logo{padding-bottom:10px}.admin-logo img{width:135px}.backend-tabs button,.backend-tabs>a{min-width:82px;padding:9px 12px}}
.product-table th[data-column="status"],.product-table th[data-column="save"]{display:none}

/* Compact catalog columns and readable product bullets */
.product-table{min-width:1596px}.product-table td{white-space:nowrap}.product-table td textarea.title-edit{min-width:0;height:46px;min-height:46px;overflow:hidden;resize:none;white-space:normal;line-height:1.25}.product-table td input.editable{min-width:0}.product-table td:has([data-field="price"]){white-space:nowrap}.product-table .number-edit{display:inline-block;width:66px;min-width:0;vertical-align:middle}.product-table td:has([data-field="available"]) .number-edit{width:62px}.product-table .listing-links{min-width:0;flex-wrap:nowrap}.product-table .listing-link{flex:0 0 52px}.product-bullet-list,.store-bullets ul{margin:0;padding-left:1.35rem}.product-bullet-list li,.store-bullets li{margin:.45rem 0;line-height:1.45}.product-bullet-list{margin-bottom:18px}.bullet-editor-label{display:block;margin:0 0 7px;color:#687581;font-size:12px;font-weight:700}

/* Product workspace gallery and explicit save workflow */
.product-gallery .gallery-main{height:520px;padding:26px}.product-gallery .gallery-main img{max-width:100%;max-height:100%;width:auto;height:auto}.product-gallery .gallery-thumbs{margin-top:18px;padding:0 1px 4px}.product-save-button{margin-left:auto;min-width:112px}.product-save-button:disabled{cursor:default;background:#dfe6eb;color:#62707c}.product-save-button.unsaved{background:#29699e;color:#fff}.product-bullet-fields{display:grid;gap:11px;margin:0;padding-left:1.5rem}.product-bullet-fields li{padding-left:3px}.bullet-item-input{width:100%;padding:9px 10px;border:1px solid #ccd5dd;border-radius:6px;background:#fff}.bullet-item-input:focus{outline:2px solid #85add0;border-color:transparent}.grid-bullets{font-size:13px}
.channel-workspace{min-width:0;padding:0;overflow:hidden}.channel-tabs{display:flex;align-items:end;gap:3px;padding:13px 16px 0;background:#f1f4f7;border-bottom:1px solid #cfd8e0}.channel-tab{display:inline-flex;align-items:center;gap:7px;margin-bottom:-1px;padding:9px 15px;border:1px solid #cfd8e0;border-bottom-color:#cfd8e0;border-radius:7px 7px 0 0;background:#e6ebf0;color:#536272;font-weight:700}.channel-tab.active{position:relative;background:#fff;color:#1f5f8e;border-bottom-color:#fff}.channel-tab-icon{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;font-size:10px;font-weight:800}.amazon-tab-icon{background:#172331;color:#ffb84d}.website-tab-icon{background:#dff1e7;color:#18704d}.ebay-tab-icon{background:#fff2d7;color:#c04433}.channel-panel{padding:20px}.channel-panel[hidden]{display:none}.channel-panel-heading{display:flex;align-items:start;justify-content:space-between;gap:18px;margin-bottom:17px}.channel-panel-heading h2{margin:0;font-size:19px}.channel-panel-heading p{margin:4px 0 0;color:var(--muted);font-size:12px;line-height:1.4}.source-badge{flex:0 0 auto;padding:5px 8px;border-radius:12px;background:#e4f1ea;color:#246a4d;font-size:11px;font-weight:700}.source-badge-amazon{background:#fff0d9;color:#805313}.channel-copy-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:17px;padding-top:17px;border-top:1px solid #e5e9ed}.channel-copy-field{display:grid;align-content:start;gap:7px}.channel-copy-field>span{color:#687581;font-size:12px;font-weight:700}.channel-copy-field textarea{width:100%;min-height:190px;padding:10px 11px;border:1px solid #ccd5dd;border-radius:6px;resize:vertical;line-height:1.45}.channel-copy-field textarea:focus{outline:2px solid #85add0;border-color:transparent}.channel-panel input[readonly],.channel-panel textarea[readonly]{background:#f4f6f8;color:#65727d}.channel-bullet-fields{max-height:215px;overflow-y:auto;padding-right:4px}.channel-bullet-fields input[readonly]{border-color:#d9e0e6}.channel-workspace .detail-fields input{min-width:0}
@media(max-width:1200px){.product-detail-grid{grid-template-columns:1fr}.channel-copy-grid{grid-template-columns:1fr 1fr}}@media(max-width:700px){.channel-tabs{overflow-x:auto}.channel-tab{flex:0 0 auto}.channel-copy-grid{grid-template-columns:1fr}}
.amazon-source-images{display:grid;gap:8px;margin-top:17px;padding-top:17px;border-top:1px solid #e5e9ed}.amazon-source-images>span{color:#687581;font-size:12px;font-weight:700}.amazon-source-images>div{display:flex;gap:9px;overflow-x:auto;padding-bottom:3px}.amazon-source-images a{flex:0 0 68px;width:68px;height:68px;padding:4px;border:1px solid #d9e0e6;border-radius:6px;background:#fff}.amazon-source-images img{width:100%;height:100%;object-fit:contain}.amazon-source-images p{margin:0;color:var(--muted);font-size:12px}
.amazon-sync-card{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-bottom:18px;border-left:4px solid #357aa9}.amazon-sync-card h3{margin:4px 0 5px}.amazon-sync-card p{max-width:820px;margin:0 0 8px;color:var(--muted)}.amazon-sync-card small{display:block;color:#246a4d}.amazon-sync-card button{flex:0 0 auto}.amazon-sync-card button:disabled{opacity:.65;cursor:wait}@media(max-width:700px){.amazon-sync-card{align-items:stretch;flex-direction:column}.amazon-sync-card button{width:100%}}

/* Scrollable catalog copy and simplified number fields */
.product-table{min-width:1711px}.product-table td textarea.title-edit{overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.product-table input[type="number"]{-moz-appearance:textfield}.product-table input[type="number"]::-webkit-inner-spin-button,.product-table input[type="number"]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}

/* Sortable product columns */
.product-table th.sortable-header{cursor:pointer}.product-table th.sortable-header:hover{background:#edf4f8;color:#245f8d}.sort-indicator{display:inline-grid;place-items:center;min-width:18px;margin-left:7px;color:#8293a2;font-size:13px;font-weight:700}.product-table th[aria-sort="ascending"] .sort-indicator,.product-table th[aria-sort="descending"] .sort-indicator{color:#1f6f9f}

/* Keep sort arrows fixed at the right edge while columns resize */
.product-table th.sortable-header{padding-right:32px;white-space:nowrap}.product-table th.sortable-header .sort-indicator{position:absolute;right:9px;top:50%;display:grid;margin:0;transform:translateY(-50%)}

/* Keep sort arrows beside labels and require a click before editing */
.product-table th.sortable-header{padding-right:10px;white-space:nowrap}.product-table th.sortable-header .sort-indicator{position:static;display:inline-grid;margin-left:7px;transform:none;vertical-align:middle}.product-table .editable.is-locked{border-color:transparent;background:transparent;cursor:pointer}.product-table .editable.is-locked:hover{border-color:transparent;background:transparent}.product-table textarea.editable.is-locked{overflow:hidden}.product-table .editable.is-editing{border-color:#85add0;background:#fff;cursor:text}

/* Layered folder-style backend tabs */
.sku-link:after{content:none}.admin-topbar{min-height:58px;padding:7px 22px 0;align-items:end}.admin-logo{align-self:end;padding:0 0 7px}.admin-logo img{width:168px;height:42px}.backend-tabs{align-items:end;gap:3px}.backend-tabs button,.backend-tabs>a{bottom:0;min-width:84px;padding:7px 14px 9px;border:1px solid #43566a;border-bottom:0;border-radius:7px 7px 0 0;background:#26384a;color:#c8d3dd;transform:translateY(3px);box-shadow:inset 0 -1px rgba(255,255,255,.04);font-size:13px}.backend-tabs button:hover,.backend-tabs>a:hover{background:#31475b;color:#fff}.backend-tabs button.active,.backend-tabs>a.active{z-index:2;padding-bottom:12px;background:#f4f6f9;color:#1d5f91;border-color:#cbd3dc;transform:translateY(0);box-shadow:0 -2px 7px rgba(8,18,28,.14)}.admin-topbar .topbar-actions{padding-bottom:10px}
@media(max-width:900px){.admin-logo img{width:148px;height:38px}.backend-tabs button,.backend-tabs>a{min-width:78px;padding-left:11px;padding-right:11px}}

/* Clean white header with page-connected active tab */
.admin-topbar{grid-template-columns:180px minmax(360px,1fr) auto;min-height:58px;background:#fff;border-bottom:1px solid #cbd3dc;box-shadow:0 2px 6px rgba(16,24,40,.05)}.admin-logo{padding-bottom:5px}.admin-logo img{width:172px;height:44px;filter:none}.backend-tabs button,.backend-tabs>a{bottom:0;padding:7px 14px 9px;border:1px solid #cbd3dc;border-bottom-color:#cbd3dc;background:#e9edf1;color:#536171;transform:none;box-shadow:none}.backend-tabs button:hover,.backend-tabs>a:hover{background:#f1f4f6;color:#25384b}.backend-tabs button.active,.backend-tabs>a.active{bottom:-1px;padding-bottom:10px;background:#f4f6f9;color:#1d5f91;border-color:#cbd3dc;border-bottom-color:#f4f6f9;transform:none;box-shadow:none}.admin-topbar .topbar-actions{padding-bottom:9px}.admin-topbar .topbar-actions>a{color:#29699e}@media(max-width:900px){.admin-topbar{grid-template-columns:150px 1fr}.admin-logo img{width:148px;height:38px}}

/* Live OpticsBuddy storefront match */
body:not(.admin-body){--store-ink:#121212;--store-muted:rgba(18,18,18,.75);color:var(--store-muted);font-size:16px;font-weight:400;letter-spacing:.6px;line-height:1.8}
body:not(.admin-body) a{color:inherit}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:100;top:10px;left:10px;padding:8px 12px;background:#fff;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}
.preview-bar{display:none}.announcement{display:flex;align-items:center;justify-content:center;height:38px;padding:0;background:#121212;color:#fff;font-size:16px;font-weight:400;letter-spacing:.6px}
.store-header{display:grid;grid-template-areas:"menu brand actions" "nav nav nav";grid-template-columns:1fr auto 1fr;gap:0;width:100%;max-width:1200px;min-height:215px;margin:0 auto;padding:20px 50px;border:0;background:#fff}.brand{grid-area:brand;display:flex;align-items:center;justify-content:center;min-height:122px;padding:7px}.brand img{display:block;width:250px;max-height:none;object-fit:contain}.store-actions{grid-area:actions;align-self:center;justify-self:end;display:flex;gap:0}.icon-action,.store-actions button.icon-action{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin:0;padding:0;border:0;background:transparent;color:#121212;text-decoration:none}.header-icon{display:block;color:#121212}.header-icon--search{width:24px;height:24px;overflow:visible;stroke:currentColor;stroke-width:1.5;stroke-linecap:round}.header-icon--account{width:22px;height:23px;fill:currentColor}.header-icon--cart{width:31px;height:31px}.icon-action:hover .header-icon{transform:scale(1.07)}.store-actions .cart-count{position:absolute;right:1px;bottom:1px;min-width:16px;height:16px;margin:0;border-radius:50%;background:#121212;color:#fff;font-size:10px;line-height:16px;text-align:center}
.menu-button{display:none;grid-area:menu}.store-nav{grid-area:nav;align-items:flex-end;align-self:end;justify-content:center;display:flex;gap:0;min-height:53px;white-space:nowrap}.store-nav a{padding:0 12.5px;color:#121212;font-size:14px;line-height:42px;text-decoration:none}.store-nav a:first-child,.store-nav a:hover{color:#121212;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.hero-slider{position:relative;width:100%;max-height:640px;aspect-ratio:2.25/1;overflow:hidden;background:#050607;cursor:grab;touch-action:pan-y;user-select:none}.hero-slider.is-dragging{cursor:grabbing}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .55s ease;pointer-events:none}.hero-slide.active{opacity:1}.hero-slide img,.hero img{display:block;width:100%;height:100%;aspect-ratio:auto;object-fit:cover;-webkit-user-drag:none;user-select:none}.hero-dots{position:absolute;z-index:2;right:auto;bottom:18px;left:50%;display:flex;align-items:center;justify-content:center;gap:11px;padding:8px 11px;border:0;border-radius:18px;background:rgba(18,18,18,.38);transform:translateX(-50%)}.hero-dots button{width:10px;height:10px;padding:0;border:1px solid rgba(255,255,255,.95);border-radius:50%;background:transparent}.hero-dots button.active{background:#fff}
.home-products.products-section{max-width:1100px;margin:0 auto;padding:41px 0 36px}.section-heading{display:block;margin:0 0 30px}.section-heading h1{margin:0;color:#121212;font-size:24px;font-weight:400;letter-spacing:.6px;line-height:1.3}.home-products .product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:27px 8px}.product-card{min-width:0}.product-image{display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;overflow:hidden;background:#fff}.product-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:normal;transition:transform .25s ease}.product-card:hover .product-image img{transform:scale(1.025)}.product-card h2{margin:13.5px 0 0;color:#121212;font-size:18px;font-weight:400;letter-spacing:.6px;line-height:1.3}.product-card h2 a:hover{color:#121212;text-decoration:underline;text-underline-offset:2px}.product-card .vendor{margin:10px 0 0;color:rgba(18,18,18,.64);font-size:13px;letter-spacing:1.3px;line-height:1.4}.product-card .rating{display:flex;align-items:center;gap:16px;margin-top:11px;color:#121212;font-size:inherit;letter-spacing:0}.product-card .rating span{font-size:20px;letter-spacing:3.6px;line-height:1}.product-card .rating small{font-size:14px;letter-spacing:0}.product-card .price{margin-top:14.5px;color:#121212;font-size:18px;font-weight:400;letter-spacing:1px;line-height:1.5}.quick-add,.stock-badge{display:none}.view-all{display:block;width:max-content;margin:38px auto 0;padding:15px 29px;background:#121212;color:#fff!important;font-size:15px;line-height:1.2;text-decoration:none}
.catalog-hero{padding:58px 4vw 28px;background:#f7f7f7;text-align:center}.catalog-section.products-section{max-width:1200px;padding-top:35px}.catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 12px}
.store-footer{margin-top:47px;padding:0;border-top:1px solid rgba(18,18,18,.08);background:#fff;color:rgba(18,18,18,.75);text-align:center}.footer-menu-shell{min-height:147px;display:flex;align-items:center;justify-content:center;padding:30px 20px}.footer-menu{display:flex;align-items:center;justify-content:center;gap:29px}.footer-menu a{font-size:16px;line-height:1.5;text-decoration:none}.footer-menu a:first-child{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.footer-lower{border-top:1px solid rgba(18,18,18,.08)}.footer-lower-shell{max-width:1200px;margin:0 auto;padding:54px 30px 48px}.store-footer .payment-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:7px;margin:0;padding:0;border:0}.store-footer .payment-badge{position:relative;display:inline-flex;align-items:center;justify-content:center;width:46px;height:30px;padding:0;border:1px solid rgba(18,18,18,.1);border-radius:4px;background:#fff;overflow:hidden;font-family:Arial,sans-serif;font-style:normal;line-height:1}.payment-badge i{position:relative;z-index:1;font-size:8px;font-style:normal;font-weight:700;letter-spacing:-.25px}.payment-badge--amex{background:#0877c9!important;color:#fff}.payment-badge--amex i{font-size:8px}.payment-badge--apple-pay i{font-size:10px}.payment-badge--bancontact:before{content:"";position:absolute;inset:7px 6px;background:linear-gradient(150deg,#164f91 0 48%,#f5b400 49% 100%)}.payment-badge--bancontact i{font-size:0}.payment-badge--diners{color:#2b80bd}.payment-badge--discover{color:#252525}.payment-badge--discover:after{content:"";width:8px;height:8px;margin-left:1px;border-radius:50%;background:#ef8426}.payment-badge--google-pay i{font-size:9px}.payment-badge--ideal{color:#d3227b}.payment-badge--mastercard{background:#111!important;color:#fff}.payment-badge--mastercard:before,.payment-badge--mastercard:after{content:"";position:absolute;top:7px;width:16px;height:16px;border-radius:50%}.payment-badge--mastercard:before{left:9px;background:#eb001b}.payment-badge--mastercard:after{right:9px;background:#f79e1b;opacity:.9}.payment-badge--mastercard i{font-size:0}.payment-badge--paypal{color:#164b8f}.payment-badge--shop-pay{background:#5a31f4!important;color:#fff}.payment-badge--shop-pay i{font-size:10px}.payment-badge--visa{background:#1434cb!important;color:#fff}.payment-badge--visa i{font-size:10px;font-style:italic}.store-footer .footer-bottom{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0;margin-top:18px;padding:0;background:#fff;color:rgba(18,18,18,.64);font-size:13px;line-height:1.5}.store-footer .footer-bottom a,.policy-links a{font-size:13px;text-decoration:none}.policy-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0}.policy-links:before{content:"·";margin:0 12px}.policy-links a:not(:last-child):after{content:"·";margin:0 12px;color:rgba(18,18,18,.64)}
.store-product-page{max-width:1200px;padding:45px 50px 75px}.store-product-breadcrumb a{color:#121212}.store-product-grid{gap:64px}.store-gallery-main{background:#fff}.store-product-info h1{color:#121212;font-weight:400}.store-product-price{color:#121212;font-weight:400}.store-add{background:#121212}.content-page h1{color:#121212;font-weight:400}.content-cta,.contact-form button{background:#121212}
@media(max-width:990px){body:not(.admin-body){font-size:15px}.announcement{height:37px;font-size:15px}.store-header{align-items:center;grid-template-areas:"menu brand actions";grid-template-columns:1fr auto 1fr;min-height:106px;padding:6px 15px}.brand{min-height:94px;padding:9px}.brand img{width:165px}.menu-button{position:relative;display:block;width:44px;height:44px;padding:0;border:0;background:transparent;font-size:0}.menu-icon:before,.menu-icon:after{content:"";position:absolute;left:13px;width:18px;height:1px;background:#121212}.menu-icon:before{top:17px}.menu-icon:after{top:24px}.store-actions{gap:2px}.account-action{display:none!important}.header-icon--search{width:22px;height:22px}.header-icon--cart{width:29px;height:29px}.store-nav{position:absolute;z-index:20;top:106px;left:0;display:none;align-items:stretch;min-height:0;width:min(320px,86vw);padding:20px 0 30px;background:#fff;box-shadow:0 15px 25px rgba(0,0,0,.12)}.store-nav.open{display:flex;flex-direction:column}.store-nav a{padding:11.5px 32px;font-size:18px;line-height:1.3}.hero-slider{max-height:none;aspect-ratio:2.25/1}.hero-dots{bottom:9px;gap:9px;padding:6px 9px}.hero-dots button{width:8px;height:8px}.home-products.products-section{max-width:none;padding:40px 15px 30px}.section-heading{margin-bottom:24px}.section-heading h1{font-size:20px}.home-products .product-grid,.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 4px}.product-card h2{margin-top:7px;font-size:15px}.product-card .vendor{margin-top:7.5px;font-size:11px}.product-card .rating{gap:11px;margin-top:9px}.product-card .rating span{font-size:17px;letter-spacing:1.8px}.product-card .rating small{font-size:11px}.product-card .price{margin-top:11px;font-size:15px}.view-all{margin-top:16px;font-size:14px}.store-footer{margin-top:24px}.footer-menu-shell{min-height:132px}.footer-menu{gap:20px}.footer-menu a{font-size:14px}.footer-lower-shell{padding:42px 16px 38px}.store-footer .payment-row{gap:5px}.store-footer .payment-badge{width:38px;height:24px}.store-footer .footer-bottom{font-size:11px}.store-footer .footer-bottom a,.policy-links a{font-size:11px}.policy-links:before,.policy-links a:not(:last-child):after{margin:0 7px}.catalog-section.products-section{padding:35px 15px}.store-product-page{padding:30px 20px 60px}.store-product-grid{grid-template-columns:1fr}.store-gallery-main{height:380px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-slide,.product-image img,.skip-link{transition:none}}
.header-icon--cart{width:44px;height:44px}
@media(max-width:990px){.header-icon--cart{width:40px;height:40px}}
.hero-slider,.hero-slider.is-dragging{cursor:default}
.hero-track{display:flex;width:100%;height:100%;transform:translate3d(-100%,0,0);will-change:transform}.hero-track.is-animated{transition:transform .62s cubic-bezier(.25,.46,.45,.94)}.hero-track .hero-slide{position:relative;inset:auto;flex:0 0 100%;width:100%;height:100%;opacity:1;transition:none}.hero-track .hero-slide img{pointer-events:none}
@media(prefers-reduced-motion:reduce){.hero-track.is-animated{transition:none}}
.search-open{overflow:hidden}.store-search[hidden]{display:none}.store-search{position:fixed;z-index:100;inset:0;display:grid;place-items:start center;padding:108px 20px 30px}.store-search-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(18,18,18,.34);cursor:default}.store-search-dialog{position:relative;width:min(640px,100%);max-height:min(620px,calc(100vh - 140px));overflow:hidden;border:1px solid #dedede;background:#fff;box-shadow:0 18px 55px rgba(0,0,0,.22)}.store-search-field{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px 17px;border-bottom:1px solid #e5e5e5}.store-search-field .header-icon{width:22px;height:22px}.store-search-input{width:100%;padding:5px 0;border:0;outline:0;background:#fff;color:#121212;font-size:18px}.store-search-input::-webkit-search-cancel-button{display:none}.store-search-close{width:34px;height:34px;padding:0;border:0;background:transparent;color:#555;font-size:29px;font-weight:300;line-height:1}.store-search-prompt,.store-search-empty{margin:0;padding:22px;color:#777;text-align:center}.store-search-results{max-height:min(510px,calc(100vh - 245px));overflow:auto}.store-search-result{display:grid;grid-template-columns:72px 1fr;align-items:center;gap:15px;padding:12px 17px;border-bottom:1px solid #ededed;color:#222;text-decoration:none}.store-search-result[hidden]{display:none}.store-search-result:hover,.store-search-result:focus{background:#f7f7f7;outline:0}.store-search-result img{width:72px;height:72px;object-fit:contain;background:#fff}.store-search-result span{display:grid;gap:6px}.store-search-result b{font-size:15px;font-weight:500;line-height:1.25}.store-search-result small{color:#777;font-size:11px;letter-spacing:.06em}.catalog-section.products-section{padding-top:55px}
@media(max-width:760px){.store-search{padding:58px 12px 20px}.store-search-dialog{max-height:calc(100vh - 78px)}.store-search-results{max-height:calc(100vh - 180px)}.store-search-result{grid-template-columns:60px 1fr;padding:10px 13px}.store-search-result img{width:60px;height:60px}}
.store-add-form{display:grid;grid-template-columns:92px 1fr;gap:12px;margin:20px 0 27px}.store-add-form label{display:grid;gap:6px}.store-add-form label span{font-size:12px;color:#666}.store-add-form input{width:100%;height:48px;padding:8px 12px;border:1px solid #c9c9c9}.store-add-form .store-add{height:48px;margin:22px 0 0}.store-add:disabled{cursor:not-allowed;background:#aaa;border-color:#aaa}.commerce-page{max-width:1200px;min-height:520px;margin:0 auto;padding:62px 50px 85px}.commerce-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:35px}.commerce-heading h1{margin:5px 0 0;font-size:38px;font-weight:400}.commerce-heading>a,.text-button{padding:0;border:0;background:none;text-decoration:underline;text-underline-offset:4px}.store-alert{margin:0 0 24px;padding:14px 16px;border:1px solid #b7d1c2;background:#eff8f3;color:#245c3c}.store-alert--error{border-color:#e0b7b7;background:#fff2f2;color:#8a3030}.empty-commerce{padding:65px 25px;border:1px solid #e3e3e3;text-align:center}.empty-commerce h2{font-size:25px;font-weight:400}.commerce-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 24px;border:1px solid #121212;background:#121212;color:#fff!important;text-decoration:none;font-weight:500}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:50px}.cart-lines{min-width:0}.cart-line{position:relative;display:grid;grid-template-columns:115px minmax(0,1fr) 90px 105px;align-items:center;gap:20px;padding:22px 0;border-top:1px solid #e3e3e3}.cart-line>a img{display:block;width:115px;height:115px;object-fit:contain}.cart-line-info{display:grid;gap:7px}.cart-line-title{text-decoration:none;line-height:1.35}.cart-line-info span{font-size:11px;letter-spacing:.1em;color:#777}.cart-quantity{display:grid;gap:5px}.cart-quantity span{font-size:11px;color:#777}.cart-quantity input{width:75px;padding:10px;border:1px solid #ccc}.cart-line-total{text-align:right}.cart-remove{position:absolute;right:0;bottom:10px;padding:0;border:0;background:transparent;color:#777;font-size:12px;text-decoration:underline}.cart-update{margin-top:18px;padding:11px 18px;border:1px solid #121212;background:#fff}.cart-summary{position:sticky;top:25px;padding:28px;border:1px solid #dedede}.cart-summary h2{margin:0 0 24px;font-size:23px;font-weight:400}.cart-summary>div{display:flex;justify-content:space-between;margin:14px 0}.cart-summary p{margin:20px 0;color:#777;font-size:12px}.cart-summary .commerce-button{width:100%}.auth-page{display:grid;min-height:600px;place-items:start center;padding:72px 20px}.auth-card{width:min(440px,100%);padding:35px;border:1px solid #dedede}.auth-card h1{margin:0 0 8px;font-size:34px;font-weight:400}.auth-card>p{color:#666}.commerce-form{display:grid;gap:16px}.commerce-form label{display:grid;gap:6px}.commerce-form label span{font-size:13px}.commerce-form input,.commerce-form select{width:100%;min-height:47px;padding:11px 12px;border:1px solid #c9c9c9;background:#fff}.commerce-form input:focus,.commerce-form select:focus{outline:2px solid #6e93ae;outline-offset:1px}.commerce-form .commerce-button{width:100%;margin-top:4px}.auth-switch{margin:22px 0 0!important;text-align:center;font-size:14px}.auth-switch a{text-decoration:underline}.account-grid{display:grid;grid-template-columns:300px 1fr;gap:35px}.account-card{padding:28px;border:1px solid #dedede}.account-card h2{margin:0 0 20px;font-size:22px;font-weight:400}.account-card p{color:#666;line-height:1.65}.account-order{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:14px;padding:15px 0;border-top:1px solid #e4e4e4;font-size:14px}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 430px;align-items:start;gap:60px}.checkout-form{gap:25px}.checkout-section{display:grid;gap:15px;padding:28px;border:1px solid #dedede}.checkout-section h2{margin:0 0 4px;font-size:22px;font-weight:400}.checkout-section small{color:#888;font-weight:400}.form-row{display:grid;grid-template-columns:1fr .7fr .8fr;gap:12px}.payment-placeholder>p{margin:0;color:#666;line-height:1.55}.payment-placeholder .store-alert{margin:0}.checkout-summary{padding:28px;background:#f7f7f7}.checkout-summary h2{margin:0 0 22px;font-size:22px;font-weight:400}.checkout-line{display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:14px;padding:13px 0;border-bottom:1px solid #ddd}.checkout-line img{width:70px;height:70px;object-fit:contain;background:#fff}.checkout-line span{display:grid;gap:5px}.checkout-line b{font-size:13px;font-weight:500;line-height:1.25}.checkout-line small{color:#777}.checkout-line>strong{font-size:13px}.checkout-total{display:grid;grid-template-columns:1fr auto;gap:12px;margin-top:22px}.checkout-total .grand-total{margin-top:10px;padding-top:15px;border-top:1px solid #ccc;font-size:18px}.store-actions a.account-action{display:inline-flex}.store-actions a.cart-action{display:inline-flex}
@media(max-width:900px){.commerce-page{padding:40px 20px 65px}.cart-layout,.checkout-layout{grid-template-columns:1fr}.cart-summary{position:static}.checkout-summary{grid-row:1}.account-grid{grid-template-columns:1fr}.account-order{grid-template-columns:1fr 1fr}.store-actions a.account-action{display:inline-flex!important}}
@media(max-width:600px){.commerce-heading{align-items:start;flex-direction:column}.cart-line{grid-template-columns:82px 1fr 78px;gap:12px}.cart-line>a img{width:82px;height:82px}.cart-line-total{grid-column:2;text-align:left}.cart-remove{bottom:17px}.form-row{grid-template-columns:1fr}.auth-card{padding:26px 20px}.checkout-section,.checkout-summary{padding:20px}.store-add-form{grid-template-columns:78px 1fr}}
.commerce-button:disabled{cursor:not-allowed;border-color:#8d8d8d;background:#8d8d8d}
.content-page.about-copy-page,.content-page.contact-page{max-width:1545px;min-height:805px;padding:34px 25px 82px}.content-page.about-copy-page h1,.content-page.contact-page h1{margin:0 0 42px;font-size:48px;line-height:1.2}.content-page.about-copy-page p,.content-page.contact-page p{margin:0 0 18px;color:rgba(18,18,18,.75);font-size:16px;line-height:1.75}.contact-page>p a{text-decoration:underline;text-underline-offset:2px}.contact-page .contact-form{width:min(730px,100%);margin:67px auto 0;gap:18px 20px}.contact-page .contact-form label:nth-child(3),.contact-page .contact-form label:nth-child(4){grid-column:1/-1}.contact-page .contact-form input,.contact-page .contact-form textarea{padding:14px 20px;border:1px solid #999;background:#fff;font-size:16px;letter-spacing:.04em}.contact-page .contact-form input{height:49px}.contact-page .contact-form textarea{min-height:130px;resize:vertical}.contact-page .contact-form button{padding:15px 44px;background:#121212;color:#fff;font-size:16px}
@media(max-width:760px){.content-page.about-copy-page,.content-page.contact-page{min-height:0;padding:34px 20px 65px}.content-page.about-copy-page h1,.content-page.contact-page h1{margin-bottom:30px;font-size:38px}.content-page.about-copy-page p,.content-page.contact-page p{font-size:15px}.contact-page .contact-form{margin-top:42px}.contact-page .contact-form label:nth-child(3),.contact-page .contact-form label:nth-child(4){grid-column:auto}}
.content-page.about-copy-page,.content-page.contact-page{max-width:1040px;padding-right:30px;padding-left:30px}.content-page.about-copy-page h1,.content-page.contact-page h1{position:relative;margin-bottom:45px}.content-page.about-copy-page h1:after,.content-page.contact-page h1:after{content:"";position:absolute;bottom:-16px;left:0;width:46px;height:2px;background:#76a94f}.content-page.about-copy-page p,.content-page.contact-page p{margin-bottom:22px;font-size:16.5px;line-height:1.8}.content-page.about-copy-page p:first-of-type,.content-page.contact-page>p:first-of-type{color:rgba(18,18,18,.84);font-size:17.5px}.contact-page .contact-form{margin-top:52px}
@media(max-width:760px){.content-page.about-copy-page,.content-page.contact-page{padding-right:20px;padding-left:20px}.content-page.about-copy-page h1,.content-page.contact-page h1{margin-bottom:38px}.content-page.about-copy-page p,.content-page.contact-page p{font-size:15.5px}.content-page.about-copy-page p:first-of-type,.content-page.contact-page>p:first-of-type{font-size:16px}.contact-page .contact-form{margin-top:40px}}
.payment-badge svg{display:block;width:38px;height:24px;max-width:calc(100% - 4px);max-height:calc(100% - 4px)}
.policy-page{width:min(780px,calc(100% - 40px));min-height:650px;margin:0 auto;padding:72px 0 95px;color:rgba(18,18,18,.75)}
.policy-page h1{margin:0 0 44px;color:#121212;font-size:42px;font-weight:400;letter-spacing:.02em;line-height:1.2;text-align:center}
.policy-copy{font-size:16px;line-height:1.7}
.policy-copy p{margin:0 0 18px}
.policy-copy ul{margin:0 0 18px;padding-left:34px}
.policy-copy li{margin:0 0 13px;padding-left:4px}
.policy-copy strong{color:rgba(18,18,18,.82);font-weight:700}
.policy-copy a{text-decoration:underline;text-underline-offset:2px}
@media(max-width:760px){.policy-page{width:min(100% - 36px,780px);min-height:0;padding:48px 0 70px}.policy-page h1{margin-bottom:32px;font-size:34px}.policy-copy{font-size:15px;line-height:1.65}.policy-copy ul{padding-left:25px}}
.store-product-grid,.store-gallery,.store-product-info{min-width:0}
.store-gallery .gallery-thumbs{width:100%;max-width:100%;overscroll-behavior-inline:contain;scrollbar-width:none}
.store-gallery .gallery-thumbs::-webkit-scrollbar{display:none}
@media(max-width:760px){.store-product-page{width:100%;padding:24px 16px 54px;overflow:hidden}.store-product-breadcrumb{max-width:100%;margin-bottom:18px;overflow-x:auto;font-size:12px;scrollbar-width:none}.store-product-breadcrumb::-webkit-scrollbar{display:none}.store-product-grid{width:100%;gap:0}.store-gallery-main{width:100%;height:auto;aspect-ratio:1/1}.store-gallery .gallery-thumbs{gap:7px;padding-top:10px}.store-gallery .gallery-thumb{flex-basis:62px;width:62px;height:62px}.store-product-info{width:100%;padding-top:40px}.store-product-info h1{font-size:28px;line-height:1.25}.store-product-price{font-size:21px}.store-add-form{width:100%;grid-template-columns:78px minmax(0,1fr);gap:10px}.store-add-form .store-add{min-width:0}.store-description,.store-bullets{max-width:100%;overflow-wrap:anywhere}}

/* Embedded one-page checkout */
.checkout-page--embedded{max-width:1280px;padding-top:30px}
.checkout-titlebar{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:14px}
.checkout-titlebar h1{margin:5px 0 3px;font-size:36px;font-weight:500;letter-spacing:-.025em}
.checkout-titlebar p{margin:0;color:#626262;font-size:16px}
.checkout-titlebar>a{flex:none;margin-bottom:8px;color:#222;text-underline-offset:4px}
.checkout-trust{display:flex;flex-wrap:wrap;gap:8px 22px;margin-bottom:18px;padding:10px 15px;border:1px solid #dce8e1;background:#f3f8f5;color:#315d46;font-size:13px}
.checkout-trust span{display:flex;align-items:center;gap:7px}
.checkout-trust b{display:grid;width:18px;height:18px;border-radius:50%;place-items:center;background:#315d46;color:#fff;font-size:11px}
.embedded-checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 370px;align-items:start;gap:24px}
.embedded-checkout-layout--solo{grid-template-columns:minmax(0,1000px);justify-content:center}
.embedded-payment-panel{min-width:0;padding:22px;border:1px solid #dedede;background:#fff;box-shadow:0 12px 40px rgba(27,42,34,.06)}
.embedded-payment-panel--solo{overflow:hidden;padding:26px;border-radius:18px}
.embedded-panel-heading{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid #e5e5e5}
.embedded-panel-heading h2{margin:1px 0 5px;font-size:23px;font-weight:500}
.embedded-panel-heading p{margin:0;color:#707070;font-size:13px}
.checkout-step{display:grid;flex:none;width:30px;height:30px;border-radius:50%;place-items:center;background:#151515;color:#fff;font-weight:600}
.checkout-loading{display:flex;align-items:center;justify-content:center;gap:14px;min-height:260px;color:#343434}
.checkout-loading[hidden]{display:none}
.checkout-loading div{display:grid;gap:2px}
.checkout-loading small{color:#777}
.checkout-spinner{width:26px;height:26px;border:3px solid #ddd;border-top-color:#222;border-radius:50%;animation:checkout-spin .8s linear infinite}
@keyframes checkout-spin{to{transform:rotate(360deg)}}
#embedded-checkout{min-height:1px}
.checkout-summary--embedded{position:sticky;top:20px;border:1px solid #e2e2e2;background:#f7f7f5;box-shadow:0 12px 40px rgba(27,42,34,.045)}
.summary-kicker{margin-bottom:5px;color:#69736d;font-size:11px;font-weight:700;letter-spacing:.12em}
.checkout-summary--embedded h2{font-size:25px;font-weight:500}
.checkout-summary--embedded .checkout-line{grid-template-columns:62px 1fr auto}
.checkout-summary--embedded .checkout-line img{width:62px;height:62px;border:1px solid #ececec}
.checkout-free{color:#2f6949}
.checkout-summary-note{display:grid;gap:5px;margin-top:16px;padding:12px;border:1px solid #d8e4dc;background:#fff;color:#5c665f;font-size:12px;line-height:1.45}
.checkout-summary-note[hidden],.checkout-tax-row[hidden]{display:none}
.checkout-summary-note b{color:#2f5942;font-size:12px}
.checkout-summary-note span{display:block}
@media(max-width:900px){.embedded-checkout-layout{grid-template-columns:1fr}.embedded-payment-panel{grid-row:1}.checkout-summary--embedded{position:static;grid-row:2}}
@media(max-width:600px){.checkout-page--embedded{padding-top:22px}.checkout-titlebar{align-items:start;flex-direction:column;gap:7px}.checkout-titlebar h1{font-size:30px}.checkout-titlebar p{font-size:14px}.checkout-titlebar>a{margin:0}.checkout-trust{gap:8px 15px;margin-bottom:14px;padding:9px 11px}.embedded-payment-panel{padding:16px 10px}.embedded-panel-heading{margin-bottom:8px;padding:0 4px 10px}.embedded-panel-heading p{display:none}.checkout-step{width:26px;height:26px}.checkout-summary--embedded{margin-top:2px}}
@media(max-width:600px){.embedded-payment-panel--solo{padding:10px 4px;border-radius:14px}}
/* Align the product action with the quantity input. */
.store-add-form .store-add{margin-top:28px}

/* OpticsBuddy custom checkout */
.checkout-page--custom{max-width:1280px;padding-top:30px}
.checkout-page--custom .checkout-titlebar{align-items:center;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid #e4e4e4}
.checkout-page--custom .checkout-titlebar h1{margin:0;font-size:36px;font-weight:500;letter-spacing:-.025em}
.checkout-page--custom .checkout-titlebar>a{margin:0}
.custom-checkout-layout{display:grid;grid-template-columns:minmax(420px,680px) 350px;align-items:start;justify-content:center;gap:30px}
.custom-checkout-panel{min-width:0;border:1px solid #dedede;border-radius:18px;background:#fff;box-shadow:0 12px 40px rgba(27,42,34,.045);overflow:hidden}
.checkout-form[hidden],.checkout-express-option[hidden]{display:none}
.checkout-form-stack{padding:30px 34px 34px}
.checkout-payment-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.checkout-express-option{min-width:0}
.checkout-future-payment{display:flex;min-width:0;height:48px;align-items:center;justify-content:center;gap:8px;padding:6px 10px;border:1px solid #d2d2d2;border-radius:4px;background:#fff;color:#222;font-family:Assistant,Arial,sans-serif;cursor:not-allowed}
.checkout-future-payment strong{font-size:17px;font-weight:700;white-space:nowrap}
.checkout-future-payment small{font-size:10px;line-height:1.05;color:#777;white-space:nowrap}
.checkout-future-payment--shop{border-color:#cfc5ff;color:#4c2bd9}
.checkout-future-payment--paypal{border-color:#d8e3f4;color:#173b70}
.checkout-future-payment--amazon{border-color:#d6dce4;color:#182536}
.checkout-card-fields[hidden],.checkout-card-choice[hidden]{display:none}
.checkout-card-toggle{width:100%;min-height:55px;margin-top:20px;border:1px solid #d0d0d0;border-radius:3px;background:#fff;color:#222;font:600 17px Assistant,Arial,sans-serif;cursor:pointer}
.checkout-card-toggle:hover{border-color:#777;background:#fafafa}
.checkout-form-columns{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.checkout-form-column{min-width:0;padding:24px}
.checkout-form-column+.checkout-form-column{border-left:1px solid #e5e5e5}
.checkout-form-section+.checkout-form-section{margin-top:28px}
.checkout-form-section h2{margin:0 0 16px;font-size:24px;font-weight:500;letter-spacing:-.01em}
.checkout-field{display:grid;gap:6px;margin-top:13px;color:#444;font-size:13px}
.checkout-field:first-of-type{margin-top:0}
.checkout-field input,.checkout-field select{width:100%;min-height:46px;padding:10px 12px;border:1px solid #d7d7d7;border-radius:2px;background:#fff;color:#222;font:inherit;outline:none}
.checkout-field input:focus,.checkout-field select:focus{border-color:#555}
.checkout-field input:disabled{background:#f4f4f4;color:#555}
.checkout-field small{color:#777;font-size:11px}
.checkout-address-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}
.checkout-address-grid .checkout-field{margin-top:13px}
.checkout-address-grid .checkout-field--wide{grid-column:1/-1}
.checkout-address-toggle{display:flex;align-items:center;gap:10px;margin-top:18px;padding:13px 14px;border:1px solid #dedede;border-radius:3px;background:#fafafa;color:#333;font-size:14px;line-height:1.35;cursor:pointer}
.checkout-address-toggle input{width:18px;height:18px;flex:0 0 auto;margin:0;accent-color:#111}
#shipping-address-section[hidden]{display:none}
.checkout-divider{display:flex;align-items:center;gap:12px;margin:22px 0 0;color:#777;font-size:16px;text-transform:uppercase;letter-spacing:.08em}
.checkout-divider::before,.checkout-divider::after{height:1px;flex:1;background:#e2e2e2;content:""}
.checkout-submit{width:100%;min-height:56px;margin-top:28px;border:1px solid #111;border-radius:3px;background:#111;color:#fff;font:600 18px Assistant,Arial,sans-serif;cursor:pointer}
.checkout-submit:hover{background:#292929}
.checkout-submit:disabled{cursor:not-allowed;opacity:.48}
.checkout-submit-message{margin:12px 0 0;color:#a32929;font-size:13px;line-height:1.4}
.checkout-submit-message[hidden]{display:none}
.checkout-page--custom .checkout-loading{min-height:520px}
.checkout-page--custom .checkout-summary--embedded{position:sticky;top:20px}
@media(max-width:1050px){.custom-checkout-layout{grid-template-columns:minmax(420px,620px) 320px}}
@media(max-width:820px){.custom-checkout-layout{grid-template-columns:minmax(0,680px)}.checkout-page--custom .checkout-summary--embedded{position:static}}
@media(max-width:620px){.checkout-page--custom{padding-top:22px}.checkout-page--custom .checkout-titlebar{align-items:center;flex-direction:row;gap:20px}.checkout-page--custom .checkout-titlebar h1{font-size:30px}.custom-checkout-panel{border-radius:14px}.checkout-form-stack{padding:22px 18px 26px}.checkout-form-section+.checkout-form-section{margin-top:24px}.checkout-form-section h2{font-size:21px}.checkout-page--custom .checkout-loading{min-height:360px}.checkout-address-grid{grid-template-columns:1fr}.checkout-address-grid .checkout-field--wide{grid-column:auto}.checkout-future-payment{gap:5px;padding:6px}.checkout-future-payment strong{font-size:15px}.checkout-future-payment small{font-size:9px}}
.marketplace-card>a.primary-button{display:inline-flex;align-items:center;justify-content:center;justify-self:start;color:#fff;font-size:12px;padding:8px 11px}
.catalog-load-more{border:0;font-family:inherit}.catalog-load-more[hidden]{display:none}.catalog-load-status{text-align:center;color:var(--muted)}
