/* AMO retail skin — keeps WooCommerce commerce controls visible and functional. */ :root{--amo-ink:#0b0d12;--amo-panel:#151924;--amo-text:#f7f8fb;--amo-muted:#aeb5c3;--amo-accent:#d7ff3f;--amo-line:rgba(247,248,251,.16)} body{background:var(--amo-ink)!important;color:var(--amo-text)!important;font-family:Manrope,Arial,sans-serif}.amo-nav{min-height:120px;display:flex;align-items:center;gap:32px;padding:0 5vw;background:rgba(11,13,18,.96);border-bottom:1px solid var(--amo-line);position:fixed;top:0;left:0;right:0;z-index:1000}body{padding-top:120px!important}.amo-brand{width:308px;display:block}.amo-brand img{display:block;max-width:100%;max-height:96px}.amo-nav nav{display:flex;gap:24px;flex:1}.amo-nav a,.amo-footer a{color:var(--amo-text);text-decoration:none}.amo-nav nav a:hover,.amo-footer a:hover{color:var(--amo-accent)}.amo-nav-actions{display:flex;gap:18px;align-items:center;font-size:14px}.amo-cart{border:1px solid var(--amo-line);padding:10px 14px}.amo-home,.amo-shop,.amo-product-page{background:var(--amo-ink);min-height:60vh}.amo-hero{min-height:630px;padding:110px 10vw;display:flex;align-items:center;position:relative;overflow:hidden;background:radial-gradient(circle at 80% 25%,#465878 0,transparent 23%),linear-gradient(130deg,#171f31 0%,#0b0d12 65%)}.amo-hero>div:first-child{max-width:690px;position:relative;z-index:1}.amo-eyebrow{font-size:11px;letter-spacing:.18em;font-weight:700;color:var(--amo-accent);margin:0 0 20px}.amo-hero h1,.amo-section h2,.amo-shop h1{font-size:clamp(42px,7vw,96px);line-height:.94;letter-spacing:-.065em;color:var(--amo-text);margin:0}.amo-hero h1 em{font-style:normal;color:var(--amo-accent)}.amo-hero p:not(.amo-eyebrow){font-size:18px;line-height:1.6;max-width:480px;color:var(--amo-muted);margin:28px 0}.amo-button{display:inline-flex;gap:20px;background:var(--amo-accent);color:#10130b;text-decoration:none;font-weight:800;padding:16px 21px}.amo-hero-orb{position:absolute;width:600px;height:600px;border:1px solid rgba(215,255,63,.5);right:-120px;border-radius:50%;box-shadow:0 0 0 60px rgba(215,255,63,.05),0 0 0 120px rgba(215,255,63,.04)}.amo-section{padding:96px 8vw}.amo-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:38px}.amo-section h2{font-size:clamp(34px,4vw,62px)}.amo-section-head>a{color:var(--amo-accent);text-decoration:none}.amo-categories{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--amo-line);border-left:1px solid var(--amo-line)}.amo-categories a{min-height:165px;color:var(--amo-text);text-decoration:none;border-right:1px solid var(--amo-line);border-bottom:1px solid var(--amo-line);padding:25px;display:grid;grid-template-columns:1fr auto;transition:.2s}.amo-categories a:hover{background:var(--amo-panel)}.amo-categories span{display:block;font-size:22px;font-weight:700}.amo-categories small{grid-column:1;color:var(--amo-muted)}.amo-categories b{grid-row:1/3;grid-column:2;color:var(--amo-accent);font-size:22px}.amo-products{background:#111520}.amo-product-card .box{height:100%;background:#171c27;padding-bottom:18px}.amo-product-card .box-image{background:#fff}.amo-product-card .box-image img{width:100%;aspect-ratio:1;object-fit:contain;mix-blend-mode:multiply}.amo-product-card .box-text{padding:18px!important}.amo-product-card .category{color:var(--amo-accent)!important;opacity:1!important}.amo-product-card .name a{color:var(--amo-text)!important}.amo-product-card .price{color:var(--amo-text)!important;font-weight:700}.amo-product-card .button{background:transparent;border:1px solid var(--amo-line);color:var(--amo-text);font-size:12px;padding:9px 12px;margin-top:12px}.amo-shop-hero{padding:84px 8vw 52px;background:#151924;border-bottom:1px solid var(--amo-line)}.amo-shop-hero h1{font-size:clamp(40px,5vw,72px)}.amo-shop-hero>div{color:var(--amo-muted);max-width:600px;margin-top:18px}.amo-shop-body{padding-top:50px;padding-bottom:80px}.amo-product-page{padding:54px 0}.amo-product-page .product{color:var(--amo-text)}.amo-product-page .product_title{color:var(--amo-text)}.amo-product-page .price{color:var(--amo-accent)!important}.amo-product-page .single_add_to_cart_button{background:var(--amo-accent)!important;color:#10130b!important}.amo-product-page .woocommerce-product-gallery{background:#fff}.amo-product-page .woocommerce-tabs,.amo-product-page .related{margin-top:70px}.amo-product-page .woocommerce-tabs a,.amo-product-page .related h2{color:var(--amo-text)!important}.amo-footer{padding:64px 8vw 25px;background:#06070a;color:var(--amo-muted);display:grid;grid-template-columns:2fr 1fr 1fr;gap:35px}.amo-footer-brand{font-weight:800;letter-spacing:.08em;font-size:18px}.amo-footer strong{color:var(--amo-text);display:block;margin-bottom:14px}.amo-footer a:not(.amo-footer-brand){display:block;margin:9px 0;font-size:14px}.amo-copyright{grid-column:1/-1;border-top:1px solid var(--amo-line);margin:18px 0 0;padding-top:18px;font-size:12px}@media(max-width:800px){.amo-nav{padding:16px 5vw;flex-wrap:wrap;gap:16px}.amo-nav nav{order:3;flex-basis:100%;overflow:auto;gap:18px}.amo-nav-actions{margin-left:auto}.amo-hero{min-height:540px;padding:80px 7vw}.amo-hero-orb{right:-340px}.amo-section{padding:65px 6vw}.amo-categories{grid-template-columns:1fr}.amo-footer{grid-template-columns:1fr 1fr}.amo-footer>div:first-child{grid-column:1/-1}} /* Visual hotfix: neutralize legacy LIFOOST global rules on AMO retail surfaces. */ body.wp-theme-amo-accessories-theme{padding-top:0!important} .amo-hero h1,.amo-section h2,.amo-shop h1,.amo-product-page h1,.amo-product-page h2{color:var(--amo-text)!important} .amo-hero h1 em{color:var(--amo-accent)!important} .amo-product-card .box,.amo-product-card .box-text,.amo-product-card .box-text-products{background:var(--amo-panel)!important;color:var(--amo-text)!important} .amo-product-card .box-text{border-top:1px solid var(--amo-line)!important} .amo-product-card .name,.amo-product-card .name a,.amo-product-card .price,.amo-product-card .price *{color:var(--amo-text)!important} .amo-product-card .category{color:var(--amo-accent)!important} .amo-product-card .button{background:transparent!important;color:var(--amo-text)!important;border-color:var(--amo-line)!important} .amo-product-card .button:hover{background:var(--amo-accent)!important;color:#10130b!important;border-color:var(--amo-accent)!important} .amo-shop .products{margin-top:0!important}  body.wp-theme-amo-accessories-theme .amo-shop h1,body.wp-theme-amo-accessories-theme .amo-product-page h1,body.wp-theme-amo-accessories-theme .amo-product-page h2{color:var(--amo-text)!important}  body.wp-theme-amo-accessories-theme .amo-hero h1{color:var(--amo-text)!important}  /* Product recommendations: English heading and a single horizontal product rail. */ .amo-product-page .related-products-wrapper,.amo-product-page .related{max-width:none!important;margin-top:70px!important}.amo-product-page .related-products-wrapper .product-section-title,.amo-product-page .related>h2{color:var(--amo-text)!important}.amo-related-slider{position:relative;max-width:100%;padding:0 42px}.amo-related-viewport{width:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x proximity;scrollbar-width:none}.amo-related-viewport::-webkit-scrollbar{display:none}.amo-related-track.products.row,.amo-related-track.products{display:flex!important;flex-wrap:nowrap!important;gap:20px!important;width:max-content!important;max-width:none!important;margin:0!important;padding:0!important;grid-template-columns:none!important}.amo-related-track>.product,.amo-related-track>.product-small,.amo-related-track>.product-small.col{float:none!important;flex:0 0 clamp(220px,24vw,300px)!important;width:clamp(220px,24vw,300px)!important;max-width:none!important;margin:0!important;padding:0!important;scroll-snap-align:start}.amo-related-nav{position:absolute;top:50%;z-index:2;width:34px;height:42px;border:1px solid var(--amo-line);background:var(--amo-panel);color:var(--amo-text);font-size:20px;line-height:1;cursor:pointer;transform:translateY(-50%)}.amo-related-nav:hover{background:var(--amo-accent);border-color:var(--amo-accent);color:#10130b}.amo-related-prev{left:0}.amo-related-next{right:0}@media(max-width:700px){.amo-related-slider{padding:0 34px}.amo-related-track>.product,.amo-related-track>.product-small,.amo-related-track>.product-small.col{flex-basis:min(76vw,285px)!important;width:min(76vw,285px)!important}}  /* Compact related-product rail: override the legacy single-product grid and oversized title rules. */ body.single-product .related-products-wrapper .amo-related-track.products.row,body.single-product .related .amo-related-track.products{display:flex!important;flex-wrap:nowrap!important;align-items:stretch!important;grid-template-columns:none!important;width:max-content!important}body.single-product .related-products-wrapper .amo-related-track>.product-small,body.single-product .related-products-wrapper .amo-related-track>.product-small.col,body.single-product .related .amo-related-track>.product{display:block!important;float:none!important;flex:0 0 218px!important;width:218px!important;max-width:218px!important;min-width:218px!important;margin:0!important;padding:0!important}body.single-product .related-products-wrapper .amo-related-track .box,body.single-product .related .amo-related-track .box{height:100%!important;min-height:0!important;padding-bottom:14px!important}body.single-product .related-products-wrapper .amo-related-track .box-text,body.single-product .related .amo-related-track .box-text{padding:14px!important}body.single-product .related-products-wrapper .amo-related-track .product-title,body.single-product .related-products-wrapper .amo-related-track .name,body.single-product .related .amo-related-track .product-title{font-size:17px!important;line-height:1.35!important;letter-spacing:0!important;margin:6px 0 0!important}body.single-product .related-products-wrapper .amo-related-track .product-title a,body.single-product .related-products-wrapper .amo-related-track .name a,body.single-product .related .amo-related-track .product-title a{font-size:17px!important;line-height:1.35!important}body.single-product .related-products-wrapper .amo-related-track .category,body.single-product .related .amo-related-track .category{font-size:10px!important;line-height:1.25!important}body.single-product .related-products-wrapper .amo-related-track .button,body.single-product .related .amo-related-track .button{font-size:11px!important;padding:8px 11px!important;margin-top:10px!important}@media(max-width:700px){body.single-product .related-products-wrapper .amo-related-track>.product-small,body.single-product .related-products-wrapper .amo-related-track>.product-small.col,body.single-product .related .amo-related-track>.product{flex-basis:190px!important;width:190px!important;max-width:190px!important;min-width:190px!important}}  /* Keep carousel arrows fully inside the rail gutter, never over a product card. */ body.single-product .amo-related-slider{padding-left:56px!important;padding-right:56px!important}body.single-product .amo-related-nav{box-sizing:border-box!important;width:42px!important;min-width:42px!important;padding:0!important}body.single-product .amo-related-prev{left:6px!important}body.single-product .amo-related-next{right:6px!important}@media(max-width:700px){body.single-product .amo-related-slider{padding-left:50px!important;padding-right:50px!important}body.single-product .amo-related-nav{width:34px!important;min-width:34px!important}body.single-product .amo-related-prev{left:6px!important}body.single-product .amo-related-next{right:6px!important}} body.single-product .amo-related-slider{padding-left:56px!important;padding-right:56px!important}body.single-product .amo-related-nav{box-sizing:border-box!important;width:42px!important;min-width:42px!important;padding:0!important}body.single-product .amo-related-prev{left:6px!important}body.single-product .amo-related-next{right:-16px!important}@media(max-width:700px){body.single-product .amo-related-slider{padding-left:50px!important;padding-right:50px!important}body.single-product .amo-related-nav{width:34px!important;min-width:34px!important}body.single-product .amo-related-prev{left:6px!important}body.single-product .amo-related-next{right:6px!important}}  /* Graceful media fallback: never leave a blank or hide an entire product card. */ .amo-product-placeholder{width:100%;aspect-ratio:1;min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;background:linear-gradient(135deg,#202a3d,#10141e);color:var(--amo-accent);text-align:center}.amo-product-placeholder strong{font-size:clamp(28px,4vw,44px);letter-spacing:.16em;line-height:1}.amo-product-placeholder small{color:var(--amo-muted);font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.box-image>.amo-product-placeholder,.box-image>a>.amo-product-placeholder{display:flex}.woocommerce-product-gallery__image>.amo-product-placeholder,.woocommerce-product-gallery__image>a>.amo-product-placeholder{min-height:320px}  /* Main product media sits above the dark page surface and must remain visible on first paint. */ body.single-product #lf-product-gallery-main{position:relative!important;isolation:isolate!important;z-index:1!important;background:#fff!important}body.single-product #lf-product-gallery-main .lf-product-slide.is-selected{display:block!important;visibility:visible!important;opacity:1!important;z-index:2!important}body.single-product #lf-product-gallery-main .lf-product-slide.is-selected img{display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:3!important;mix-blend-mode:normal!important}  /* WooCommerce adds opacity:0 until its gallery initializer runs; keep real media visible if that script is delayed. */ body.single-product .amo-product-page .woocommerce-product-gallery{opacity:1!important;visibility:visible!important}  /* Guard thumbnail arrows from legacy WooCommerce button skins. */ .amo-wc-thumbs-prev,.amo-wc-thumbs-next{box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;width:34px!important;min-width:34px!important;height:42px!important;min-height:42px!important;margin:0!important;padding:0!important;border:1px solid var(--amo-line)!important;border-radius:0!important;background:var(--amo-panel)!important;background-image:none!important;box-shadow:none!important;color:var(--amo-text)!important;font:400 26px/1 Arial,sans-serif!important;letter-spacing:0!important;text-transform:none!important;cursor:pointer!important;appearance:none!important;-webkit-appearance:none!important}.amo-wc-thumbs-prev:hover,.amo-wc-thumbs-next:hover{background:var(--amo-accent)!important;border-color:var(--amo-accent)!important;color:#10130b!important}@media(max-width:700px){.amo-wc-thumbs-prev,.amo-wc-thumbs-next{width:28px!important;min-width:28px!important;height:34px!important;min-height:34px!important}}  /* AMO color system: warm premium grey ground, graphite typography, signature neon-yellow only. */ :root{--amo-ink:#d9d8d4;--amo-panel:#f7f6f2;--amo-text:#202124;--amo-muted:#62646a;--amo-accent:#d7ff3f;--amo-line:rgba(32,33,36,.16)}body,body.wp-theme-amo-accessories-theme,.amo-home,.amo-shop,.amo-product-page{background:var(--amo-ink)!important;color:var(--amo-text)!important}.amo-nav{background:#292a2d!important;border-bottom-color:rgba(255,255,255,.13)!important}.amo-nav a,.amo-footer a{color:#f7f6f2!important}.amo-nav nav a:hover,.amo-footer a:hover{color:var(--amo-accent)!important}.amo-cart{border-color:rgba(255,255,255,.28)!important}.amo-hero{background:radial-gradient(circle at 78% 18%,rgba(215,255,63,.19),transparent 28%),linear-gradient(130deg,#343539 0%,#232427 69%,#18191b 100%)!important}.amo-hero h1,.amo-section h2,.amo-shop h1,.amo-product-page h1,.amo-product-page h2{color:var(--amo-text)!important}.amo-hero h1,.amo-hero p:not(.amo-eyebrow){color:#f7f6f2!important}.amo-hero p:not(.amo-eyebrow),.amo-shop-hero>div{color:#d1d0cc!important}.amo-shop-hero{background:#35363a!important;border-bottom-color:rgba(255,255,255,.16)!important}.amo-shop-hero h1{color:#f7f6f2!important}.amo-products{background:#cecdca!important}.amo-product-card .box,.amo-product-card .box-text,.amo-product-card .box-text-products{background:var(--amo-panel)!important;color:var(--amo-text)!important}.amo-product-card .name,.amo-product-card .name a,.amo-product-card .price,.amo-product-card .price *{color:var(--amo-text)!important}.amo-product-card .button{color:var(--amo-text)!important;border-color:rgba(32,33,36,.24)!important}.amo-product-card .button:hover{background:var(--amo-accent)!important;border-color:var(--amo-accent)!important;color:#151616!important}.amo-product-page .product,.amo-product-page .product_title{color:var(--amo-text)!important}.amo-product-page .product-info,.amo-product-page .product-info p,.amo-product-page .product-info li{color:#45474c!important}.amo-product-page .product-info a,.amo-product-page .product_meta a,.amo-product-page .woocommerce-tabs a{color:#292a2d!important;text-decoration-color:var(--amo-accent)!important}.amo-product-page .product-info a:hover,.amo-product-page .product_meta a:hover,.amo-product-page .woocommerce-tabs a:hover{color:#111!important;background:linear-gradient(transparent 65%,var(--amo-accent) 0)!important}.amo-product-page .product_meta{border-color:rgba(32,33,36,.24)!important;color:#4e5055!important}.amo-product-page .price{color:#27282b!important}.amo-product-page .single_add_to_cart_button{background:var(--amo-accent)!important;color:#161717!important}.amo-product-page .woocommerce-tabs,.amo-product-page .related{background:transparent!important}.amo-product-page .woocommerce-tabs a,.amo-product-page .related h2{color:var(--amo-text)!important}.amo-footer{background:#292a2d!important;color:#c9c8c4!important}.amo-footer strong,.amo-footer-brand{color:#f7f6f2!important}.amo-copyright{border-top-color:rgba(255,255,255,.17)!important}.amo-wc-thumbs-rail{background:#292a2d!important}.amo-wc-gallery-thumbs{background:#292a2d!important} :root{--amo-ink:#f4f4f2;--amo-panel:#fff;--amo-text:#242528;--amo-muted:#67696d;--amo-line:rgba(36,37,40,.12)}.amo-products{background:#eeeefd!important}.amo-product-page .product-info{background:transparent!important}.amo-product-page .woocommerce-tabs,.amo-product-page .related{background:#f8f8f7!important}.amo-product-page .woocommerce-product-gallery{background:#fff!important}  /* AMO native WooCommerce gallery — the same single-image, thumbnail-switching pattern used by PETHOLA. */ body.single-product .amo-wc-gallery{opacity:1!important;visibility:visible!important;background:#fff!important;max-width:100%!important}.amo-wc-gallery .woocommerce-product-gallery__wrapper{position:relative!important;aspect-ratio:1/1;overflow:hidden;background:#fff}.amo-wc-gallery .woocommerce-product-gallery__image{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;margin:0!important}.amo-wc-gallery .woocommerce-product-gallery__image[hidden]{display:none!important}.amo-wc-gallery .woocommerce-product-gallery__image a,.amo-wc-gallery .woocommerce-product-gallery__image img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;cursor:zoom-in}.amo-wc-thumbs-rail{display:grid;grid-template-columns:34px minmax(0,1fr) 34px;gap:8px;align-items:center;padding:10px 8px;background:#eeeeec;border-top:1px solid rgba(36,37,40,.12)}.amo-wc-gallery-thumbs{display:flex;gap:8px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;background:transparent}.amo-wc-gallery-thumbs::-webkit-scrollbar{display:none}.amo-wc-gallery-thumbs button{flex:0 0 72px;width:72px;height:72px;padding:0;border:1px solid transparent;background:#fff;cursor:pointer}.amo-wc-gallery-thumbs button.is-active{border-color:var(--amo-accent)}.amo-wc-gallery-thumbs img{display:block;width:100%;height:100%;object-fit:cover}.amo-wc-thumbs-prev,.amo-wc-thumbs-next{width:34px;height:42px;border:1px solid rgba(36,37,40,.18);background:#fff;color:var(--amo-text);font-size:26px;line-height:1;cursor:pointer}.amo-wc-thumbs-prev:hover,.amo-wc-thumbs-next:hover{background:var(--amo-accent);border-color:var(--amo-accent);color:#10130b}.amo-wc-lightbox{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.9)}.amo-wc-lightbox[hidden]{display:none!important}.amo-wc-lightbox img{display:block;max-width:min(90vw,1100px);max-height:88vh;object-fit:contain;background:#fff}.amo-wc-lightbox button{position:absolute;border:0;background:transparent;color:#fff;cursor:pointer}.amo-wc-lightbox-close{top:18px;right:26px;font-size:42px;line-height:1}.amo-wc-lightbox-prev,.amo-wc-lightbox-next{top:50%;font-size:60px;line-height:1;transform:translateY(-50%)}.amo-wc-lightbox-prev{left:25px}.amo-wc-lightbox-next{right:25px}body.amo-lightbox-open{overflow:hidden}@media(max-width:700px){.amo-wc-thumbs-rail{grid-template-columns:28px minmax(0,1fr) 28px;gap:5px}.amo-wc-gallery-thumbs button{flex-basis:58px;width:58px;height:58px}.amo-wc-thumbs-prev,.amo-wc-thumbs-next{width:28px;height:34px}.amo-wc-lightbox-prev{left:8px}.amo-wc-lightbox-next{right:8px}} /* Light-surface audit: ordinary storefront and gallery chrome must never inherit the old dark theme. */ .amo-products{background:#f0f0ee!important}.amo-product-page .woocommerce-tabs,.amo-product-page .related{background:#f8f8f7!important}.amo-wc-thumbs-rail{background:#eeeeec!important}.amo-wc-gallery-thumbs{background:transparent!important}.amo-wc-thumbs-prev,.amo-wc-thumbs-next{background:#fff!important;border-color:rgba(36,37,40,.18)!important;color:#242528!important} /* Shop archive: restore the PETHOLA-style category rail and new-product recommendations. */ .amo-shop-catalog-layout{display:grid!important;grid-template-columns:228px minmax(0,1fr);gap:38px;align-items:start;max-width:1240px!important}.amo-shop-products{min-width:0}.amo-shop-products ul.products{margin:0!important;width:100%!important}.amo-shop-catalog-layout .lf-catalog-sidebar{position:sticky!important;top:96px;left:auto!important;width:auto;z-index:2;background:#fff;border:1px solid rgba(36,37,40,.14);padding:20px!important;color:var(--amo-text);box-shadow:0 8px 24px rgba(36,37,40,.06)}.amo-shop-catalog-layout .lf-catalog-sidebar-title{display:flex;align-items:center;gap:10px;margin:0 0 12px;color:var(--amo-text)!important;font-size:14px!important;letter-spacing:.1em;font-weight:800}.amo-shop-catalog-layout .lf-cat-ico{background:var(--amo-accent)!important}.amo-shop-catalog-layout .lf-catalog-sidebar a,.amo-shop-catalog-layout .lf-catalog-sidebar summary{color:#55585d!important;font-size:13px;line-height:1.4;padding:9px 0}.amo-shop-catalog-layout .lf-catalog-sidebar summary{border-top:1px solid rgba(36,37,40,.12);font-weight:700}.amo-shop-catalog-layout .lf-catalog-sidebar details a{color:#777a7e!important;padding:5px 0 5px 12px}.amo-shop-catalog-layout .lf-catalog-sidebar a:hover,.amo-shop-catalog-layout .lf-catalog-sidebar summary:hover{color:#242528!important}.amo-shop-catalog-layout .lf-catalog-all{border-top:1px solid rgba(36,37,40,.12)}.amo-shop-catalog-layout .lf-sidebar-new{border-top:2px solid #242528;margin-top:20px;padding-top:15px}.amo-shop-catalog-layout .lf-sidebar-new-title{color:#242528;margin:0 0 4px;font-size:13px;font-weight:800;letter-spacing:.1em}.amo-shop-catalog-layout .lf-sidebar-new-item{display:flex;gap:10px;align-items:flex-start;padding:11px 0!important;border-top:1px solid rgba(36,37,40,.1)}.amo-shop-catalog-layout .lf-sidebar-new-img{flex:0 0 58px}.amo-shop-catalog-layout .lf-sidebar-new-img img{width:58px;height:58px;object-fit:contain;background:#fff}.amo-shop-catalog-layout .lf-sidebar-new-text{display:flex;flex-direction:column;gap:5px;min-width:0}.amo-shop-catalog-layout .lf-sidebar-new-name{font-size:12px;line-height:1.35;color:#44474c!important}.amo-shop-catalog-layout .lf-sidebar-new-cta{font-size:10px;color:#6f7276!important;letter-spacing:.08em}.amo-shop-catalog-layout .lf-sidebar-new-item:hover .lf-sidebar-new-cta{color:#242528!important}.amo-shop-catalog-layout .lf-sidebar-new-arrow{color:var(--amo-accent)} @media(max-width:849px){.amo-shop-catalog-layout{display:block!important;padding-top:28px}.amo-shop-catalog-layout .lf-catalog-sidebar{position:static!important;margin:0 0 28px;width:100%}.amo-shop-products ul.products{width:100%!important}} /* Hard alignment guard: keep the category rail in the first grid column, beside row one. */ body.post-type-archive-product .amo-shop-body,body.tax-product_cat .amo-shop-body{display:grid!important;grid-template-columns:228px minmax(0,1fr)!important;align-items:start!important;position:relative!important} body.post-type-archive-product .amo-shop-body>.lf-catalog-sidebar,body.tax-product_cat .amo-shop-body>.lf-catalog-sidebar{grid-column:1!important;grid-row:1!important;position:sticky!important;top:96px!important;align-self:start!important;margin:0!important;transform:none!important} body.post-type-archive-product .amo-shop-body>.amo-shop-products,body.tax-product_cat .amo-shop-body>.amo-shop-products{grid-column:2!important;grid-row:1!important;min-width:0!important} @media(max-width:849px){body.post-type-archive-product .amo-shop-body,body.tax-product_cat .amo-shop-body{display:block!important}body.post-type-archive-product .amo-shop-body>.lf-catalog-sidebar,body.tax-product_cat .amo-shop-body>.lf-catalog-sidebar{position:static!important;margin:0 0 28px!important}} /* Larger primary navigation mark and labels. */ .amo-nav{min-height:104px!important} body{padding-top:104px!important} .amo-brand{width:180px!important} .amo-brand img{max-height:58px!important;width:100%!important;height:auto!important} .amo-nav nav{gap:28px!important} .amo-nav nav a,.amo-nav-actions{font-size:18px!important} .amo-cart{padding:10px 14px!important} @media(max-width:800px){.amo-nav{min-height:104px!important;padding:14px 5vw!important}.amo-brand{width:min(48vw,170px)!important}.amo-brand img{max-height:54px!important}.amo-nav nav{gap:18px!important}.amo-nav nav a,.amo-nav-actions{font-size:16px!important}} /* Product-card typography: keep metadata readable and center the CTA label precisely. */ .amo-product-card .category,.amo-product-card .product-cat{color:#6c7075!important;font-weight:700!important;letter-spacing:.08em!important} .amo-product-card .amo-view-product{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;line-height:1!important;min-height:44px!important;padding:0 18px!important;vertical-align:middle!important} .amo-product-card .amo-view-product::before,.amo-product-card .amo-view-product::after{display:none!important}  /* Home color contract: neon is reserved for dark-surface emphasis, never light-surface copy. */ .amo-hero h1 { 	color: #f7f6f2 !important; }  .amo-hero h1 em, .amo-hero .amo-eyebrow { 	color: var(--amo-accent) !important; }  .amo-section .amo-eyebrow, .amo-section-head > a, .amo-categories b { 	color: var(--amo-text) !important; }  .amo-categories a:hover b, .amo-section-head > a:hover { 	color: #161719 !important; }  .amo-footer p, .amo-footer .amo-footer-note { 	color: #e2e1dc !important; 	-webkit-text-fill-color: #e2e1dc !important; 	opacity: 1 !important; }  /* Final home color cascade: scope exclusively to the active AMO theme. */ body.wp-theme-amo-accessories-theme .amo-hero h1, body.wp-theme-amo-accessories-theme .amo-hero h1:not(em) {   color: #f7f6f2 !important;   -webkit-text-fill-color: #f7f6f2 !important; } body.wp-theme-amo-accessories-theme .amo-hero h1 em, body.wp-theme-amo-accessories-theme .amo-hero .amo-eyebrow {   color: #d7ff3f !important;   -webkit-text-fill-color: #d7ff3f !important; } body.wp-theme-amo-accessories-theme .amo-section .amo-section-head .amo-eyebrow, body.wp-theme-amo-accessories-theme .amo-section .amo-section-head > a, body.wp-theme-amo-accessories-theme .amo-categories a b {   color: #202124 !important;   -webkit-text-fill-color: #202124 !important; } body.wp-theme-amo-accessories-theme .amo-footer > div p, body.wp-theme-amo-accessories-theme .amo-footer p:not(.amo-eyebrow) {   color: #e2e1dc !important;   -webkit-text-fill-color: #e2e1dc !important;   opacity: 1 !important; } 

/* AMO catalog width correction v1 */
body.post-type-archive-product .amo-shop-body.amo-shop-catalog-layout > .amo-shop-products,body.tax-product_cat .amo-shop-body.amo-shop-catalog-layout > .amo-shop-products{width:100%!important;max-width:none!important;min-width:0!important}body.post-type-archive-product .amo-shop-body.amo-shop-catalog-layout > .amo-shop-products > ul.products,body.tax-product_cat .amo-shop-body.amo-shop-catalog-layout > .amo-shop-products > ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:28px!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important}body.post-type-archive-product .amo-shop-body.amo-shop-catalog-layout > .amo-shop-products > ul.products > .product,body.tax-product_cat .amo-shop-body.amo-shop-catalog-layout > .amo-shop-products > ul.products > .product{float:none!important;width:auto!important;max-width:none!important;min-width:0!important;margin:0!important}@media(max-width:1100px){body.post-type-archive-product .amo-shop-body.amo-shop-catalog-layout > .amo-shop-products > ul.products,body.tax-product_cat .amo-shop-body.amo-shop-catalog-layout > .amo-shop-products > ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
