:root{
  --ag-ink:#0a0a0b;
  --ag-ink-2:#121214;
  --ag-paper:#f7f7f5;
  --ag-white:#fff;
  --ag-muted:#707074;
  --ag-line:#e7e7e3;
  --ag-accent:#ff4b2b;
  --ag-accent-2:#ff6a45;
  --ag-soft:#efefec;
  --ag-radius:14px;
  --ag-container:1320px;
  --ag-shadow:0 16px 40px rgba(10,10,11,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.armixgear-theme{margin:0;background:var(--ag-paper);color:var(--ag-ink);font-family:"DM Sans",Arial,sans-serif;font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}
body.armixgear-theme h1,body.armixgear-theme h2,body.armixgear-theme h3,body.armixgear-theme h4{font-family:"Manrope",Arial,sans-serif;letter-spacing:-.045em;margin:0}
body.armixgear-theme a{color:inherit;text-decoration:none}
body.armixgear-theme button,input,select,textarea{font:inherit}
.ag-container{width:min(calc(100% - 48px),var(--ag-container));margin:0 auto}
.ag-topbar{height:30px;background:#080809;color:#c7c7c7;font-size:9px;letter-spacing:.11em;text-transform:uppercase}
.ag-topbar-inner{height:100%;display:flex;align-items:center;gap:10px}
.ag-topbar strong{color:#fff}.ag-topbar-right{margin-left:auto;color:#777}
.ag-header{position:relative;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--ag-line);backdrop-filter:blur(16px)}
.ag-header-inner{height:76px;display:flex;align-items:center;gap:42px}
.ag-logo{display:inline-flex;align-items:center;flex:none}.ag-logo-image{max-height:36px;width:auto}.ag-text-logo{font:800 18px/1 "Manrope",sans-serif;letter-spacing:-.07em}.ag-text-logo span{color:#111}.ag-text-logo b{color:var(--ag-accent);font-weight:800}
.ag-main-nav{display:flex;align-items:center;gap:30px;margin-left:8px}.ag-main-nav a{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;transition:.2s}.ag-main-nav a:hover{color:var(--ag-accent)}
.ag-header-actions{margin-left:auto;display:flex;align-items:center;gap:7px}.ag-icon-btn,.ag-mobile-toggle{width:38px;height:38px;border:0;background:transparent;display:grid;place-items:center;position:relative;cursor:pointer;color:#111}.ag-icon{position:relative;display:block;width:18px;height:18px}.ag-icon-search:before{content:"";position:absolute;width:9px;height:9px;border:1.5px solid currentColor;border-radius:50%;left:1px;top:1px}.ag-icon-search:after{content:"";position:absolute;width:6px;height:1.5px;background:currentColor;transform:rotate(45deg);left:10px;top:12px;border-radius:2px}.ag-icon-bag{border:1.5px solid currentColor;border-radius:2px;width:15px;height:16px;margin-top:3px}.ag-icon-bag:before{content:"";position:absolute;width:7px;height:5px;border:1.5px solid currentColor;border-bottom:0;border-radius:5px 5px 0 0;left:2.5px;top:-5px}.armix-cart-count{position:absolute;top:1px;right:0;min-width:16px;height:16px;border-radius:20px;background:var(--ag-accent);color:#fff;font-size:8px;display:grid;place-items:center;font-weight:800}.ag-mobile-toggle{display:none;gap:4px;align-content:center}.ag-mobile-toggle span{width:18px;height:1.5px;background:#111;display:block}
.ag-mobile-nav,.ag-search-panel{border-top:1px solid var(--ag-line);background:#fff}.ag-mobile-nav .ag-container{display:flex;flex-direction:column;padding:14px 0}.ag-mobile-nav a{padding:13px 0;font-weight:700;text-transform:uppercase;font-size:11px;letter-spacing:.1em;border-bottom:1px solid var(--ag-line)}.ag-search-form{height:72px;display:flex;align-items:center;gap:14px}.ag-search-form input{border:0;outline:0;flex:1;background:transparent;font-size:20px}.ag-search-form button{border:0;background:var(--ag-ink);color:#fff;padding:11px 20px;font-weight:700;text-transform:uppercase;font-size:10px;letter-spacing:.1em;cursor:pointer}
.ag-eyebrow{font:700 9px/1.2 "DM Sans",sans-serif;letter-spacing:.18em;text-transform:uppercase;color:var(--ag-accent)}
.ag-primary-btn,.ag-outline-btn,.ag-ghost-btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:44px;padding:0 20px;border:1px solid transparent;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.09em;transition:transform .2s,background .2s,border .2s,color .2s}.ag-primary-btn{background:var(--ag-accent);color:#fff!important}.ag-primary-btn:hover{background:#ff3c19;transform:translateY(-2px)}.ag-primary-btn span,.ag-outline-btn span,.ag-ghost-btn span{font-size:15px;line-height:0}.ag-ghost-btn{border-color:rgba(255,255,255,.22);color:#fff!important;background:rgba(255,255,255,.02)}.ag-ghost-btn:hover{border-color:#fff}.ag-outline-btn{border-color:#444;color:#fff!important;background:transparent}.ag-outline-btn:hover{border-color:#fff;background:#fff;color:#111!important}.ag-text-link{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid #111;padding-bottom:6px}.ag-text-link span{color:var(--ag-accent);font-size:15px;margin-left:8px}

/* HERO */
.ag-hero{min-height:620px;background:#09090a;color:#fff;position:relative;overflow:hidden}.ag-hero:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(115deg,rgba(255,255,255,.025) 0 1px,transparent 1px 74px);opacity:.7}.ag-hero:after{content:"";position:absolute;right:-10%;top:-30%;width:60%;height:100%;background:radial-gradient(circle,rgba(255,75,43,.3),rgba(255,75,43,0) 63%);filter:blur(10px)}.ag-hero-noise{position:absolute;inset:0;opacity:.08;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")}.ag-hero-glow{position:absolute;width:420px;height:420px;border-radius:50%;right:22%;top:17%;background:rgba(255,75,43,.12);filter:blur(80px)}
.ag-hero-inner{position:relative;z-index:2;min-height:570px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:30px}.ag-hero-copy{padding:55px 0}.ag-slider-progress{display:flex;gap:5px;width:160px;margin-bottom:26px}.ag-slider-progress span{height:2px;flex:1;background:#3a3a3d;cursor:pointer;transition:.3s}.ag-slider-progress span.active{background:var(--ag-accent)}.ag-slide{display:none;max-width:700px;animation:agFade .5s ease}.ag-slide.active{display:block}@keyframes agFade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.ag-slide h1,.ag-slide h2{font-size:clamp(42px,5.3vw,74px);line-height:.98;font-weight:800;letter-spacing:-.065em;margin:0 0 24px}.ag-slide h1 em,.ag-slide h2 em,.ag-proof h2 em,.ag-split-copy h2 em{font-style:normal;color:#aaa}.ag-slide p{max-width:520px;color:#a8a8ad;font-size:15px;line-height:1.7;margin:0 0 30px}.ag-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.ag-hero-visual{height:460px;position:relative;display:grid;place-items:center}.ag-orbit{position:absolute;border:1px solid rgba(255,255,255,.09);border-radius:50%}.ag-orbit-one{width:410px;height:410px}.ag-orbit-two{width:290px;height:290px;border-color:rgba(255,75,43,.2)}.ag-hero-card{position:absolute}.ag-hero-card-main{width:285px;height:350px;background:linear-gradient(145deg,#1a1a1d,#080809);border:1px solid #333;border-radius:20px;box-shadow:30px 40px 80px rgba(0,0,0,.45);transform:rotate(7deg);padding:24px;display:flex;flex-direction:column}.ag-hero-card-main:after{content:"";width:140px;height:140px;border:1px solid #444;border-radius:50%;margin:auto;box-shadow:0 0 0 18px rgba(255,255,255,.015),0 0 0 36px rgba(255,75,43,.04)}.ag-hero-card-main span{font-size:9px;letter-spacing:.2em;color:#888}.ag-hero-card-main strong{font:800 34px/.9 "Manrope";letter-spacing:-.07em;margin-top:35px}.ag-hero-card-main i{font:normal 9px/1 "DM Sans";color:var(--ag-accent);margin-top:auto}.ag-hero-card-mini{right:8%;bottom:35px;background:#f3f3f0;color:#111;padding:17px 20px;min-width:150px;transform:rotate(-5deg);box-shadow:0 20px 50px rgba(0,0,0,.25);display:grid;grid-template-columns:1fr 1fr;column-gap:18px}.ag-hero-card-mini small{font-size:8px;letter-spacing:.14em;color:#777}.ag-hero-card-mini b{font:800 28px/.9 "Manrope";grid-row:span 2;text-align:right}.ag-hero-card-mini span{font-size:8px;color:var(--ag-accent);letter-spacing:.1em}.ag-hero-vertical{position:absolute;right:0;top:50%;transform:rotate(90deg) translateX(50%);transform-origin:right top;font-size:8px;letter-spacing:.25em;color:#666}.ag-slider-nav{position:absolute;z-index:4;left:50%;bottom:22px;transform:translateX(-50%);display:flex;align-items:center;gap:18px;color:#777;font-size:10px}.ag-slider-nav button{background:transparent;color:#fff;border:1px solid #333;width:38px;height:30px;cursor:pointer}.ag-slider-nav button:hover{border-color:#777}.ag-slider-nav div{display:flex;gap:7px}.ag-slider-nav [data-current]{color:#fff}.ag-slider-nav i{font-style:normal;color:#555}
.ag-benefit-bar{background:#fff;border-bottom:1px solid var(--ag-line)}.ag-benefit-bar .ag-container{display:grid;grid-template-columns:repeat(4,1fr)}.ag-benefit-bar .ag-container>div{min-height:62px;padding:10px 18px;border-right:1px solid var(--ag-line);display:grid;grid-template-columns:30px 1fr;align-content:center}.ag-benefit-bar .ag-container>div:first-child{border-left:1px solid var(--ag-line)}.ag-benefit-bar b{font:800 8px "DM Sans";color:var(--ag-accent);grid-row:span 2}.ag-benefit-bar strong{font-size:10px}.ag-benefit-bar span{font-size:9px;color:#888}

/* SECTIONS */
.ag-section{padding:94px 0}.ag-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:35px}.ag-section-head h2{font-size:40px;line-height:1.05;margin-top:9px}.ag-section-head p{max-width:430px;color:#747477;margin:0}.ag-collections{background:#f0f0ed}.ag-collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.ag-collection-card{min-height:420px;position:relative;overflow:hidden}.ag-dark-card{background:#0b0b0d;color:#fff}.ag-collection-art{height:255px;position:relative;display:grid;place-items:center;background:radial-gradient(circle at 50% 50%,#242427,#0a0a0c 62%)}.ag-collection-art:before{content:"";position:absolute;inset:18px;border:1px solid rgba(255,255,255,.09)}.ag-screen-art span{width:112px;height:180px;border:2px solid #777;border-radius:17px;position:relative}.ag-screen-art span:after{content:"";position:absolute;inset:44px 18px;border:1.5px solid #777;transform:rotate(45deg);border-radius:2px}.ag-screen-art i{position:absolute;font-style:normal;font-size:30px;color:#999}.ag-watch-art span{width:92px;height:92px;border:2px solid #777;border-radius:50%;position:relative}.ag-watch-art span:before,.ag-watch-art span:after{content:"";position:absolute;width:70px;height:45px;border:2px solid #777;left:9px}.ag-watch-art span:before{top:-62px}.ag-watch-art span:after{bottom:-62px}.ag-watch-art i{position:absolute;width:1px;height:24px;background:#777;transform:rotate(-35deg)}.ag-collection-copy{padding:28px 28px 30px}.ag-collection-copy h3{font-size:27px;margin:8px 0}.ag-collection-copy p{color:#9c9c9f;margin:0 0 18px}.ag-collection-copy>b{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#fff}.ag-collection-copy>b span{color:var(--ag-accent);font-size:14px;margin-left:7px}
.ag-products-section{background:#fff}.ag-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.ag-product-card{border:1px solid var(--ag-line);background:#fff;border-radius:12px;overflow:hidden;min-width:0;transition:transform .25s,box-shadow .25s}.ag-product-card:hover{transform:translateY(-4px);box-shadow:var(--ag-shadow)}.ag-product-media{height:285px;background:#f3f4f1;display:block;position:relative;overflow:hidden}.ag-product-media img{display:block;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .35s}.ag-product-card:hover .ag-product-media img{transform:scale(1.045)}.ag-sale{position:absolute;z-index:2;left:12px;top:12px;background:var(--ag-accent);color:#fff;border-radius:30px;padding:5px 8px;font:800 8px "DM Sans";letter-spacing:.04em}.ag-product-wish{position:absolute;right:12px;top:12px;z-index:2;width:28px;height:28px;background:#fff;border-radius:50%;display:grid;place-items:center;font-size:18px;box-shadow:0 5px 15px rgba(0,0,0,.08)}.ag-product-body{padding:17px 16px 16px}.ag-product-cat{font-size:8px;text-transform:uppercase;letter-spacing:.12em;color:#a1a1a1;margin-bottom:6px}.ag-product-cat a{color:inherit}.ag-product-title{font:700 13px/1.25 "Manrope";letter-spacing:-.025em;min-height:34px}.ag-product-title a:hover{color:var(--ag-accent)}.ag-product-rating{font-size:10px;margin-top:6px}.ag-product-rating .star-rating{font-size:10px}.ag-product-price{margin-top:7px;font-size:11px;font-weight:800}.ag-product-price del{color:#a5a5a5;font-weight:500;margin-right:4px}.ag-product-price ins{text-decoration:none;color:var(--ag-accent)}.ag-product-actions{margin-top:14px}.ag-select-btn{width:100%;height:38px;border:1px solid #bdbdbd;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;border-radius:5px}.ag-select-btn:hover{background:#111;color:#fff;border-color:#111}
.ag-empty-products{grid-column:1/-1;padding:60px;text-align:center;border:1px dashed #ccc}.ag-empty-products h3{font-size:22px}.ag-empty-products p{color:#777}

/* FEATURE */
.ag-split-feature{display:grid;grid-template-columns:1fr 1fr;background:#0c0c0e;color:#fff;min-height:600px}.ag-split-image{position:relative;overflow:hidden;min-height:600px;background:radial-gradient(circle at 50% 45%,rgba(255,75,43,.16),transparent 38%),repeating-linear-gradient(120deg,#101012 0 2px,#0b0b0d 2px 78px)}.ag-feature-device{position:absolute;left:50%;top:50%;width:220px;height:350px;border:2px solid #57575b;border-radius:30px;transform:translate(-50%,-50%) rotate(10deg);display:grid;place-items:center;box-shadow:0 0 0 16px rgba(255,255,255,.015),40px 40px 90px rgba(0,0,0,.55)}.ag-feature-device:before{content:"";position:absolute;inset:70px 30px;border:1px solid #56565a;transform:rotate(45deg)}.ag-feature-device span{font-size:42px;color:#aaa;z-index:1}.ag-feature-tag{position:absolute;bottom:28px;left:30px;color:#777;font-size:8px;letter-spacing:.2em}.ag-split-copy{padding:100px max(7vw,50px);display:flex;flex-direction:column;justify-content:center}.ag-split-copy h2{font-size:46px;line-height:1;margin:12px 0 22px}.ag-split-copy p{max-width:500px;color:#9a9a9e;line-height:1.8}.ag-split-copy ul{list-style:none;padding:0;margin:26px 0 30px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.ag-split-copy li{font-size:11px;color:#d5d5d6;border-top:1px solid #2b2b2d;padding-top:10px}.ag-split-copy li b{color:var(--ag-accent);margin-right:10px;font-size:8px}
.ag-soft-section{background:#f0f0ed}.ag-soft-section .ag-product-card{background:#f9f9f7}.ag-proof{background:#0b0b0d;color:#fff;padding:110px 0;overflow:hidden}.ag-proof-inner{display:grid;grid-template-columns:1.1fr .9fr;align-items:center}.ag-proof h2{font-size:56px;line-height:1;margin:14px 0 24px}.ag-proof p{max-width:570px;color:#96969b}.ag-proof-points{display:flex;gap:8px;flex-wrap:wrap;margin-top:30px}.ag-proof-points span{font-size:8px;letter-spacing:.14em;border:1px solid #333;padding:9px 12px;color:#aaa}.ag-proof-visual{height:380px;position:relative;display:grid;place-items:center}.ag-proof-circle{width:270px;height:270px;border:1px solid #343437;border-radius:50%;display:grid;place-items:center;position:relative}.ag-proof-circle:before,.ag-proof-circle:after{content:"";position:absolute;border:1px solid rgba(255,75,43,.35);border-radius:50%}.ag-proof-circle:before{inset:25px}.ag-proof-circle:after{inset:-45px}.ag-proof-circle span{font:800 72px "Manrope";letter-spacing:-.1em;color:#1f1f21}.ag-proof-visual small{position:absolute;right:5%;bottom:15%;font-size:8px;letter-spacing:.25em;color:#666;transform:rotate(-90deg)}
.ag-newsletter{background:#fff;padding:70px 0;border-top:1px solid var(--ag-line)}.ag-newsletter .ag-container{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.ag-newsletter h2{font-size:46px;line-height:1;margin-top:10px}.ag-newsletter-form{display:grid;grid-template-columns:1fr auto;border-bottom:1px solid #111}.ag-newsletter-form input{height:52px;border:0;outline:0;background:transparent;font-size:14px}.ag-newsletter-form button{border:0;background:transparent;font-weight:800;font-size:10px;text-transform:uppercase;letter-spacing:.1em;cursor:pointer}.ag-newsletter-form button span{color:var(--ag-accent);font-size:15px;margin-left:8px}.ag-newsletter-form small{grid-column:1/-1;color:#999;font-size:9px;padding-top:12px}

/* FOOTER */
.ag-footer{background:#0a0a0b;color:#fff}.ag-footer-cta{padding:80px 0 74px;border-bottom:1px solid #222}.ag-footer-cta-inner{display:flex;justify-content:space-between;align-items:center;gap:50px}.ag-footer-cta h2{font-size:44px;line-height:1;margin:12px 0 16px}.ag-footer-cta h2 em{font-style:normal;color:#858589}.ag-footer-cta p{color:#888;max-width:550px;margin:0}.ag-footer-main{display:grid;grid-template-columns:1.8fr repeat(3,1fr);gap:40px;padding:60px 0}.ag-footer-main>div{display:flex;flex-direction:column;align-items:flex-start}.ag-footer-main h4{font-size:10px;text-transform:uppercase;letter-spacing:.14em;margin-bottom:16px;color:#aaa}.ag-footer-main a:not(.ag-text-logo){font-size:10px;color:#777;margin:5px 0}.ag-footer-main a:hover{color:#fff}.ag-footer-brand p{color:#777;max-width:230px;font-size:10px;line-height:1.7;margin:18px 0}.ag-socials{display:flex!important;flex-direction:row!important;gap:7px}.ag-socials a{width:28px;height:28px;border:1px solid #2d2d30;border-radius:50%;display:grid;place-items:center;font-size:9px!important;text-transform:uppercase}.ag-footer-bottom{border-top:1px solid #202023;min-height:52px;display:flex;align-items:center;justify-content:space-between;color:#555;font-size:8px;letter-spacing:.08em;text-transform:uppercase}

/* ARCHIVE / SHOP */
.woocommerce .site-main{min-height:60vh}.woocommerce-products-header{display:none}.ag-archive-hero{background:#0b0b0d;color:#fff;padding:70px 0}.ag-archive-hero-inner{display:flex;justify-content:space-between;align-items:flex-end;gap:30px}.ag-archive-hero h1{font-size:58px;line-height:1;margin:12px 0 18px}.ag-archive-desc{max-width:610px;color:#999;font-size:14px}.ag-archive-desc p{margin:0}.ag-archive-stat{width:110px;height:110px;border:1px solid #333;border-radius:50%;display:grid;place-items:center;text-align:center;flex:none}.ag-archive-stat strong{font:800 28px/.8 "Manrope";color:#fff}.ag-archive-stat span{font-size:8px;line-height:1.4;text-transform:uppercase;letter-spacing:.1em;color:#777}.ag-shop-toolbar{height:74px;display:flex;align-items:center;justify-content:space-between}.ag-shop-toolbar>span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#777}.ag-shop-toolbar .woocommerce-ordering{margin:0}.ag-shop-toolbar select{border:1px solid #ccc;background:#fff;padding:10px 32px 10px 12px;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.woocommerce ul.products{width:min(calc(100% - 48px),var(--ag-container));margin:0 auto 80px!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none}.woocommerce ul.products li.product{width:auto!important;margin:0!important;border:1px solid var(--ag-line);background:#fff;border-radius:12px;overflow:hidden;padding:0;transition:.25s}.woocommerce ul.products li.product:hover{transform:translateY(-4px);box-shadow:var(--ag-shadow)}.woocommerce ul.products li.product a img{margin:0!important;width:100%!important;height:300px;object-fit:contain;background:#f3f4f1}.woocommerce ul.products li.product .woocommerce-loop-product__title{font:700 13px/1.3 "Manrope";padding:0 16px;margin:16px 0 7px}.woocommerce ul.products li.product .price{font-size:11px;font-weight:800;padding:0 16px}.woocommerce ul.products li.product .button{margin:14px 16px 16px!important;width:calc(100% - 32px);height:38px;border:1px solid #bbb;background:transparent;color:#111;border-radius:5px;text-align:center;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.woocommerce ul.products li.product .button:hover{background:#111;color:#fff}.woocommerce span.onsale{min-width:auto;min-height:auto;line-height:1;padding:6px 9px!important;top:12px!important;left:12px!important;right:auto!important;background:var(--ag-accent)!important;font-size:8px!important;text-transform:uppercase;letter-spacing:.05em;border-radius:20px!important}.ag-service-strip{margin-bottom:90px;background:#fff;border:1px solid var(--ag-line);display:grid;grid-template-columns:repeat(4,1fr)}.ag-service-strip>div{padding:22px;border-right:1px solid var(--ag-line);display:grid;grid-template-columns:30px 1fr;column-gap:10px}.ag-service-strip>div:last-child{border:0}.ag-service-icon{width:25px;height:25px;border:1px solid #ddd;border-radius:50%;display:grid;place-items:center;color:var(--ag-accent);font-size:9px;grid-row:span 2}.ag-service-strip strong{font-size:10px}.ag-service-strip small{font-size:9px;color:#888}

/* CART / CHECKOUT / ACCOUNT */
.ag-page-intro{padding:68px 0 30px}.ag-page-intro h1{font-size:54px;line-height:1;margin:10px 0 10px}.ag-page-intro p{margin:0;color:#777}.woocommerce-cart .entry-content,.woocommerce-checkout .entry-content,.woocommerce-account .entry-content{width:min(calc(100% - 48px),var(--ag-container));margin:0 auto 100px}.woocommerce-cart-form{background:#fff;border:1px solid var(--ag-line);padding:0;border-radius:12px;overflow:hidden}.woocommerce table.shop_table{border:0!important;border-collapse:collapse!important;margin:0!important;font-size:12px}.woocommerce-cart-form table thead{background:#f1f1ee}.woocommerce table.shop_table th{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#777;padding:15px!important;border:0!important}.woocommerce table.shop_table td{padding:18px!important;border-top:1px solid var(--ag-line)!important;border-bottom:0!important}.woocommerce .product-thumbnail img{width:88px!important;height:88px;object-fit:contain;background:#f3f4f1;border-radius:7px}.woocommerce .product-name a{font-weight:800}.woocommerce .product-name dl{font-size:9px;color:#888}.woocommerce .quantity .qty{border:1px solid #ccc;background:#fff;height:36px;width:62px}.woocommerce a.remove{color:#888!important;font-size:18px!important}.woocommerce a.remove:hover{background:var(--ag-accent)!important}.woocommerce .coupon{display:flex;gap:8px;align-items:center}.woocommerce .coupon input.input-text{height:40px;border:1px solid #ccc;padding:0 12px}.woocommerce .button,.woocommerce button.button,.woocommerce input.button{background:#111!important;color:#fff!important;border-radius:5px!important;height:40px;padding:0 18px!important;font-size:9px!important;text-transform:uppercase;letter-spacing:.09em;font-weight:800!important}.woocommerce .button:hover{background:var(--ag-accent)!important}.cart_totals{margin-top:25px;background:#fff;border:1px solid var(--ag-line);padding:28px;border-radius:12px}.cart_totals h2{font-size:24px;margin-bottom:18px}.cart_totals .checkout-button{height:48px!important;width:100%;background:var(--ag-accent)!important;display:flex!important;align-items:center;justify-content:center}.woocommerce-checkout .col2-set,.woocommerce-checkout #order_review{background:#fff;border:1px solid var(--ag-line);border-radius:12px;padding:28px}.woocommerce-checkout .col2-set{margin-bottom:20px}.woocommerce form .form-row label{font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#666;margin-bottom:6px}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{height:43px;border:1px solid #d2d2ce;background:#fafaf8;border-radius:4px;padding:0 12px;font-size:12px;outline:none}.woocommerce form .form-row textarea{height:100px;padding-top:12px}.woocommerce-checkout h3{font-size:20px;margin-bottom:20px}.woocommerce-checkout #payment{background:#f4f4f1!important;border-radius:8px}.woocommerce-checkout #payment ul.payment_methods{border:0!important}.woocommerce-checkout #payment div.payment_box{background:#fff!important;color:#777;font-size:11px}.woocommerce-checkout #place_order{width:100%;height:52px;background:var(--ag-accent)!important}.woocommerce-info,.woocommerce-message,.woocommerce-error{border-top-color:var(--ag-accent)!important;background:#fff;border:1px solid var(--ag-line);font-size:11px}.woocommerce-account .woocommerce-form,.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{background:#fff;border:1px solid var(--ag-line);border-radius:12px;padding:28px}.woocommerce-account .woocommerce-MyAccount-navigation{width:28%;margin-right:2%}.woocommerce-account .woocommerce-MyAccount-content{width:70%}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}.woocommerce-account .woocommerce-MyAccount-navigation li{border-bottom:1px solid var(--ag-line)}.woocommerce-account .woocommerce-MyAccount-navigation a{display:block;padding:11px 0;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{color:var(--ag-accent)}

/* SINGLE PRODUCT */
.single-product div.product{width:min(calc(100% - 48px),var(--ag-container));margin:70px auto 100px;display:grid;grid-template-columns:1.1fr .9fr;gap:70px}.single-product div.product .woocommerce-product-gallery{width:100%!important;float:none!important}.single-product div.product .summary{width:100%!important;float:none!important;margin:0!important}.single-product .woocommerce-product-gallery__wrapper{background:#f0f0ed;border-radius:12px;overflow:hidden}.single-product .woocommerce-product-gallery__image img{width:100%}.single-product div.product .product_title{font-size:48px;line-height:1.02;margin:10px 0 15px}.single-product div.product p.price{font-size:22px;font-weight:800}.single-product div.product p.price del{color:#999;font-size:14px}.single-product div.product p.price ins{text-decoration:none;color:var(--ag-accent)}.single-product .woocommerce-product-details__short-description{color:#777;line-height:1.8}.single-product form.cart{margin-top:25px}.single-product form.cart .quantity .qty{height:48px}.single-product form.cart .single_add_to_cart_button{height:48px!important;background:var(--ag-accent)!important}.ag-product-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:24px}.ag-product-benefits>div{border:1px solid var(--ag-line);padding:13px 9px;display:flex;gap:8px;align-items:center}.ag-product-benefits b{color:var(--ag-accent);font-size:9px}.ag-product-benefits span{font-size:8px;line-height:1.3}.ag-sticky-buybar{display:none}

/* UTILITIES */
.woocommerce .star-rating span:before{color:var(--ag-accent)!important}.woocommerce .woocommerce-breadcrumb{width:min(calc(100% - 48px),var(--ag-container));margin:30px auto 0;font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#999}.woocommerce .woocommerce-breadcrumb a{color:#555}.woocommerce .woocommerce-breadcrumb a:hover{color:var(--ag-accent)}

@media(max-width:980px){
  .ag-container{width:min(calc(100% - 32px),var(--ag-container))}.ag-topbar-right{display:none}.ag-header-inner{height:68px;gap:20px}.ag-main-nav{display:none}.ag-mobile-toggle{display:grid}.ag-hero-inner{grid-template-columns:1fr;min-height:680px}.ag-hero-copy{padding-top:55px;z-index:2}.ag-hero-visual{position:absolute;right:-90px;bottom:-100px;width:500px;opacity:.42}.ag-slide h1,.ag-slide h2{font-size:clamp(42px,8vw,62px)}.ag-benefit-bar .ag-container{grid-template-columns:repeat(2,1fr)}.ag-benefit-bar .ag-container>div:nth-child(2){border-right:0}.ag-benefit-bar .ag-container>div:nth-child(3){border-left:1px solid var(--ag-line)}.ag-collection-grid,.ag-product-grid,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}.ag-split-feature{grid-template-columns:1fr}.ag-split-image{min-height:430px}.ag-split-copy{padding:70px 30px}.ag-proof-inner{grid-template-columns:1fr}.ag-proof-visual{display:none}.ag-newsletter .ag-container{grid-template-columns:1fr;gap:35px}.ag-footer-main{grid-template-columns:1.5fr 1fr 1fr}.ag-footer-main>div:last-child{display:none}.ag-archive-hero h1{font-size:48px}.single-product div.product{grid-template-columns:1fr;gap:35px}.single-product div.product .summary{max-width:720px}.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{width:100%;margin:0 0 15px}.ag-service-strip{grid-template-columns:repeat(2,1fr)}.ag-service-strip>div:nth-child(2){border-right:0}.ag-service-strip>div:nth-child(3){border-top:1px solid var(--ag-line)}
}
@media(max-width:640px){
  .ag-container{width:calc(100% - 28px)}.ag-topbar{font-size:8px}.ag-topbar-inner{justify-content:center}.ag-topbar-sep{display:none}.ag-header-inner{height:62px}.ag-text-logo{font-size:16px}.ag-icon-btn{width:34px}.ag-hero{min-height:690px}.ag-hero-inner{min-height:650px}.ag-hero-copy{padding-top:45px}.ag-slide h1,.ag-slide h2{font-size:43px}.ag-slide p{font-size:13px}.ag-hero-visual{right:-165px;bottom:-110px;opacity:.32}.ag-hero-card-main{transform:rotate(7deg) scale(.8)}.ag-hero-card-mini{right:8%;bottom:30px;transform:rotate(-5deg) scale(.8)}.ag-slider-nav{bottom:12px}.ag-benefit-bar .ag-container{grid-template-columns:1fr 1fr}.ag-benefit-bar .ag-container>div{padding:9px 10px;min-height:68px}.ag-section{padding:65px 0}.ag-section-head{display:block;margin-bottom:25px}.ag-section-head h2{font-size:32px}.ag-section-head .ag-text-link{display:inline-block;margin-top:17px}.ag-collection-grid,.ag-product-grid,.woocommerce ul.products{grid-template-columns:1fr}.ag-collection-card{min-height:390px}.ag-collection-art{height:235px}.ag-product-media{height:290px}.ag-split-image{min-height:350px}.ag-split-copy{padding:55px 14px}.ag-split-copy h2{font-size:38px}.ag-split-copy ul{grid-template-columns:1fr}.ag-proof{padding:75px 0}.ag-proof h2{font-size:40px}.ag-newsletter{padding:55px 0}.ag-newsletter h2{font-size:38px}.ag-footer-cta{padding:60px 0}.ag-footer-cta-inner{display:block}.ag-footer-cta h2{font-size:36px}.ag-footer-cta .ag-outline-btn{margin-top:25px}.ag-footer-main{grid-template-columns:1fr 1fr;gap:35px;padding:45px 0}.ag-footer-main>div:last-child{display:flex}.ag-footer-main>div:nth-child(3){display:none}.ag-footer-bottom{font-size:7px;gap:15px}.ag-footer-bottom span:last-child{display:none}.ag-archive-hero{padding:55px 0}.ag-archive-hero-inner{display:block}.ag-archive-hero h1{font-size:42px}.ag-archive-stat{margin-top:25px}.ag-shop-toolbar{height:auto;padding:18px 0}.woocommerce ul.products{margin-bottom:55px!important}.ag-service-strip{grid-template-columns:1fr}.ag-service-strip>div{border-right:0!important;border-bottom:1px solid var(--ag-line)}.ag-service-strip>div:last-child{border-bottom:0}.ag-page-intro{padding:48px 0 24px}.ag-page-intro h1{font-size:42px}.woocommerce-cart .entry-content,.woocommerce-checkout .entry-content,.woocommerce-account .entry-content{width:calc(100% - 28px)}.woocommerce-cart-form{overflow-x:auto}.woocommerce-cart-form table{min-width:680px}.cart_totals{padding:20px}.woocommerce-checkout .col2-set,.woocommerce-checkout #order_review{padding:18px}.single-product div.product{width:calc(100% - 28px);margin:40px auto 70px}.single-product div.product .product_title{font-size:38px}.ag-product-benefits{grid-template-columns:1fr}.ag-sticky-buybar{position:fixed;z-index:80;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #ddd;padding:10px 0;box-shadow:0 -8px 25px rgba(0,0,0,.08)}.ag-sticky-buybar .ag-container{display:flex;align-items:center;justify-content:space-between;gap:15px}.ag-sticky-buybar strong{font-size:10px;display:block;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ag-sticky-buybar span{font-size:10px;color:var(--ag-accent)}.ag-sticky-buybar .ag-primary-btn{min-height:38px;padding:0 13px}.ag-search-form{height:60px}.ag-search-form input{font-size:15px}.ag-search-form button{padding:10px}.ag-topbar span:first-child{white-space:nowrap}
}

/* ==========================================================================\n   ARMIXGEAR 3.0 PRODUCT + SHOP REFINEMENT\n   ========================================================================== */
.woocommerce .site-main,
.woocommerce-page .site-main{overflow:clip}

/* Product cards: stable button alignment */
.ag-product-card{height:100%;display:flex;flex-direction:column;background:#fff;border:1px solid #e5e5e1;border-radius:12px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.ag-product-card:hover{transform:translateY(-5px);border-color:#d9d9d4;box-shadow:0 20px 45px rgba(10,10,11,.09)}
.ag-product-media{height:320px;min-height:320px;position:relative;display:flex;align-items:center;justify-content:center;background:#f2f3f1;overflow:hidden}
.ag-product-media img{width:100%;height:100%;object-fit:contain;padding:18px;transition:transform .45s cubic-bezier(.2,.8,.2,1)}
.ag-product-card:hover .ag-product-media img{transform:scale(1.045)}
.ag-product-wish{position:absolute;right:12px;top:12px;width:32px;height:32px;border:1px solid #e3e3df;border-radius:50%;background:rgba(255,255,255,.92);display:grid;place-items:center;font-size:18px;z-index:2;transition:.2s}
.ag-product-wish:hover{color:var(--ag-accent);border-color:var(--ag-accent)}
.ag-sale,.ag-featured{position:absolute;z-index:2;top:12px;left:12px;display:inline-flex;align-items:center;min-height:23px;padding:0 9px;background:var(--ag-accent);color:#fff;border-radius:4px;font-size:8px;font-weight:800;letter-spacing:.09em}
.ag-featured{top:42px;background:#111}
.ag-card-view{position:absolute;left:12px;right:12px;bottom:12px;height:39px;background:rgba(10,10,11,.92);color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;transform:translateY(12px);opacity:0;transition:.25s}
.ag-card-view b{color:var(--ag-accent);font-size:13px}.ag-product-card:hover .ag-card-view{transform:none;opacity:1}
.ag-product-body{display:flex;flex-direction:column;flex:1;padding:17px 15px 15px;min-width:0}
.ag-product-cat{font-size:8px;text-transform:uppercase;letter-spacing:.1em;color:#9a9a98;line-height:1.4;min-height:12px}
.ag-product-cat a{color:inherit}.ag-product-title{font:700 13px/1.3 "Manrope",sans-serif;letter-spacing:-.02em;margin:5px 0 7px!important;min-height:34px}.ag-product-title a{transition:color .2s}.ag-product-title a:hover{color:var(--ag-accent)}
.ag-product-rating{height:17px;display:flex;align-items:center}.ag-product-rating .star-rating{font-size:9px;margin:0}.ag-product-price{margin-top:3px;min-height:23px;font-size:12px;font-weight:800}.ag-product-price del{font-size:10px;color:#999;margin-right:5px}.ag-product-price ins{text-decoration:none;color:var(--ag-accent)}
.ag-product-actions{margin-top:auto;padding-top:13px}.ag-select-btn{width:100%;height:40px;border:1px solid #bdbdb8;border-radius:5px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.09em;transition:.2s}.ag-select-btn:hover{background:#111;border-color:#111;color:#fff;transform:none}

/* Archive/shop alignment */
.ag-archive-hero{padding:75px 0 68px;background:#0a0a0b;color:#fff;position:relative;overflow:hidden}.ag-archive-hero:after{content:"";position:absolute;right:-10%;top:-70%;width:55%;height:190%;background:radial-gradient(circle,rgba(255,75,43,.22),transparent 60%);pointer-events:none}.ag-archive-hero-inner{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;gap:35px}.ag-archive-hero h1{font-size:clamp(42px,5vw,70px);line-height:1;margin:12px 0 15px}.ag-archive-desc{max-width:620px;color:#a7a7ab;font-size:14px;line-height:1.7}.ag-archive-desc p{margin:0}.ag-archive-stat{min-width:150px;border-left:1px solid #333;padding-left:20px;display:flex;gap:12px;align-items:center}.ag-archive-stat strong{font:800 40px/.9 "Manrope";color:var(--ag-accent)}.ag-archive-stat span{font-size:9px;line-height:1.4;text-transform:uppercase;letter-spacing:.1em;color:#aaa}
.ag-shop-toolbar{min-height:76px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--ag-line);margin-bottom:30px}.ag-results-copy{font-size:11px;color:#777}.ag-results-copy strong{color:#111}.ag-sort-wrap{display:flex;align-items:center;gap:10px}.ag-sort-wrap>span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#999}.ag-sort-wrap .woocommerce-ordering{margin:0!important}.ag-sort-wrap select{height:39px;min-width:180px;border:1px solid #d8d8d3;border-radius:5px;background:#fff;padding:0 34px 0 12px;font-size:10px;font-weight:700;outline:0}
.woocommerce ul.products,.ag-product-grid{align-items:stretch}.woocommerce ul.products li.product{display:flex!important;flex-direction:column;margin:0!important;padding:0!important;width:auto!important;float:none!important}.woocommerce ul.products li.product .ag-product-card{width:100%}
.woocommerce ul.products li.product:before,.woocommerce ul.products li.product:after{display:none!important}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 70px!important}
.ag-service-strip{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--ag-line);background:#fff;margin-bottom:90px}.ag-service-strip>div{min-height:90px;padding:17px;display:grid;grid-template-columns:31px 1fr;align-content:center;border-right:1px solid var(--ag-line)}.ag-service-strip>div:last-child{border-right:0}.ag-service-icon{grid-row:span 2;width:25px;height:25px;border:1px solid #ddd;border-radius:50%;display:grid;place-items:center;color:var(--ag-accent);font-size:9px;font-weight:800}.ag-service-strip strong{font-size:10px}.ag-service-strip small{font-size:8px;color:#999}

/* Product page layout */
.single-product div.product{width:min(calc(100% - 48px),var(--ag-container));margin:48px auto 100px;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(390px,.94fr);gap:70px;align-items:start}
.single-product div.product .summary{position:relative;min-width:0}.single-product div.product .product_title{font-size:clamp(40px,4.2vw,62px);line-height:.98;margin:8px 0 13px!important}.single-product div.product .price{margin:0 0 17px!important}.single-product .woocommerce-product-details__short-description{font-size:14px;line-height:1.75;color:#646468;margin:0 0 22px}.single-product .woocommerce-product-details__short-description p:last-child{margin-bottom:0}
.single-product form.cart{margin:17px 0 0!important;padding-top:19px;border-top:1px solid var(--ag-line)}
.single-product form.cart .variations{margin:0 0 10px!important}.single-product form.cart .variations td,.single-product form.cart .variations th{padding:7px 0!important;border:0!important;vertical-align:middle}.single-product form.cart .variations label{font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:800}.single-product form.cart .variations select{height:42px;border:1px solid #d6d6d1;border-radius:5px;background:#fff;padding:0 35px 0 11px;font-size:11px;min-width:180px}
.single-product .ag-swatch-group{margin:13px 0 18px;padding-top:2px}.ag-swatch-heading{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:10px}.ag-swatch-heading span{font-size:9px;text-transform:uppercase;letter-spacing:.11em;font-weight:800}.ag-swatch-heading strong{font-size:9px;font-weight:600;color:#999}.ag-swatches{display:flex;flex-wrap:wrap;gap:8px}.ag-color-swatch{min-height:40px;padding:4px 11px 4px 5px;border:1px solid #d9d9d4;background:#fff;border-radius:22px;display:inline-flex;align-items:center;gap:7px;cursor:pointer;transition:.2s;color:#111}.ag-color-swatch:hover{border-color:#111;transform:translateY(-1px)}.ag-color-swatch.is-selected{border:2px solid var(--ag-accent);padding:3px 10px 3px 4px;box-shadow:0 0 0 2px rgba(255,75,43,.08)}.ag-swatch-dot{width:28px;height:28px;border-radius:50%;background:var(--swatch);border:1px solid rgba(0,0,0,.12);box-shadow:inset 0 0 0 1px rgba(255,255,255,.3)}.ag-swatch-name{font-size:9px;font-weight:700;white-space:nowrap}.ag-color-swatch[aria-disabled="true"]{opacity:.35;cursor:not-allowed;transform:none}.ag-color-swatch[aria-disabled="true"] .ag-swatch-dot{filter:grayscale(1)}
.single-product form.cart .quantity{margin:0 8px 0 0!important}.single-product form.cart .quantity .qty{height:48px!important;width:64px!important;border:1px solid #d0d0cb!important;border-radius:5px!important;background:#fff!important}.single-product form.cart .single_add_to_cart_button{height:48px!important;min-width:190px;background:#111!important;border-radius:5px!important;font-size:10px!important;text-transform:uppercase;letter-spacing:.09em;font-weight:800!important;transition:.2s!important}.single-product form.cart .single_add_to_cart_button:hover{background:var(--ag-accent)!important;transform:translateY(-1px)}
.single-product form.cart .ag-buy-now-btn{height:48px;min-width:150px;margin-left:7px;border:1px solid var(--ag-accent);background:var(--ag-accent);color:#fff;border-radius:5px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.09em;cursor:pointer;transition:.2s}.single-product form.cart .ag-buy-now-btn:hover{background:#ff3b19;border-color:#ff3b19;transform:translateY(-1px)}.ag-buy-now-btn span{font-size:14px;margin-left:7px}
.ag-product-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:21px 0 0}.ag-product-benefits>div{min-height:61px;background:#fafaf8;border:1px solid var(--ag-line);padding:10px;display:flex;gap:9px;align-items:center}.ag-product-benefits b{width:23px;height:23px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--ag-accent);font-size:8px;flex:none}.ag-product-benefits span{font-size:8px;line-height:1.35;color:#555}

/* Custom gallery + thumbnails inside slider */
.ag-product-gallery{width:100%;min-width:0}.ag-gallery-stage{position:relative;background:#f0f1ee;border-radius:16px;overflow:hidden;aspect-ratio:1 / 1;min-height:520px}.ag-gallery-track{height:100%;display:flex;transition:transform .4s cubic-bezier(.2,.75,.2,1)}.ag-gallery-slide{min-width:100%;height:100%;display:grid;place-items:center;padding:32px}.ag-gallery-slide img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .4s}.ag-gallery-stage:hover .ag-gallery-slide.is-active img{transform:scale(1.015)}.ag-gallery-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:42px;height:42px;border:1px solid #ddd;background:rgba(255,255,255,.9);border-radius:50%;display:grid;place-items:center;cursor:pointer;font-size:14px;transition:.2s}.ag-gallery-arrow:hover{background:#111;color:#fff;border-color:#111}.ag-gallery-prev{left:15px}.ag-gallery-next{right:15px}.ag-gallery-count{position:absolute;right:17px;bottom:15px;padding:7px 10px;background:rgba(10,10,11,.82);color:#aaa;border-radius:4px;font-size:8px;letter-spacing:.08em}.ag-gallery-count b{color:#fff}.ag-gallery-thumbs-wrap{display:grid;grid-template-columns:34px minmax(0,1fr) 34px;gap:7px;align-items:center;margin-top:12px}.ag-gallery-thumbs{display:flex;gap:8px;overflow:hidden;scroll-behavior:smooth}.ag-gallery-thumb{width:84px;min-width:84px;height:84px;border:1px solid #deded9;background:#f2f2ef;border-radius:7px;padding:5px;cursor:pointer;opacity:.72;transition:.2s}.ag-gallery-thumb:hover{opacity:1;border-color:#aaa}.ag-gallery-thumb.is-active{opacity:1;border:2px solid var(--ag-accent);padding:4px}.ag-gallery-thumb img{width:100%;height:100%;object-fit:contain}.ag-thumb-arrow{width:34px;height:34px;border:1px solid #d6d6d1;background:#fff;border-radius:50%;cursor:pointer;display:grid;place-items:center;transition:.2s}.ag-thumb-arrow:hover{background:#111;color:#fff;border-color:#111}

/* Description tabs and related products */
.single-product .woocommerce-tabs{width:min(calc(100% - 48px),var(--ag-container));margin:0 auto!important;border-top:1px solid var(--ag-line);padding:0 0 75px}.single-product .woocommerce-tabs ul.tabs{display:flex;gap:28px;margin:0!important;padding:0!important;border:0!important}.single-product .woocommerce-tabs ul.tabs:before,.single-product .woocommerce-tabs ul.tabs:after{display:none!important}.single-product .woocommerce-tabs ul.tabs li{border:0!important;background:transparent!important;padding:22px 0 14px!important;margin:0!important;border-radius:0!important}.single-product .woocommerce-tabs ul.tabs li a{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#999}.single-product .woocommerce-tabs ul.tabs li.active{border-bottom:2px solid var(--ag-accent)!important}.single-product .woocommerce-tabs ul.tabs li.active a{color:#111}.single-product .woocommerce-tabs .woocommerce-Tabs-panel{padding:10px 0 0!important;max-width:860px;color:#666;font-size:14px;line-height:1.85}.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2{font-size:25px;margin:15px 0 12px!important;color:#111}.ag-related-section{background:#f0f0ed;padding:75px 0 95px}.ag-related-head{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:28px}.ag-related-head h2{font-size:36px;margin-top:8px}.ag-related-grid{margin:0!important}

/* Make Woo default buttons consistent */
.woocommerce .button,.woocommerce button.button,.woocommerce input.button{border-radius:5px!important;font-size:9px!important;line-height:1!important;text-transform:uppercase;letter-spacing:.09em;font-weight:800!important;transition:.2s!important}.woocommerce .button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{transform:translateY(-1px)}

@media(max-width:980px){
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}.single-product div.product{grid-template-columns:1fr;gap:38px}.single-product div.product .summary{max-width:none}.ag-gallery-stage{min-height:0}.ag-related-section{padding:60px 0 75px}
}
@media(max-width:640px){
  .ag-product-media{height:300px;min-height:300px}.ag-card-view{opacity:1;transform:none;height:36px}.woocommerce ul.products{grid-template-columns:1fr}.ag-shop-toolbar{align-items:flex-start;gap:15px;flex-direction:column;padding:16px 0}.ag-sort-wrap{width:100%;justify-content:space-between}.ag-sort-wrap select{min-width:0;width:190px}.ag-archive-hero{padding:55px 0}.ag-archive-stat{min-width:0}.single-product div.product{width:calc(100% - 28px);margin:32px auto 65px}.ag-gallery-stage{border-radius:12px}.ag-gallery-slide{padding:20px}.ag-gallery-arrow{width:36px;height:36px}.ag-gallery-thumb{width:67px;min-width:67px;height:67px}.ag-gallery-thumbs-wrap{grid-template-columns:28px minmax(0,1fr) 28px}.ag-thumb-arrow{width:28px;height:28px}.single-product div.product .product_title{font-size:39px}.single-product form.cart .quantity{width:100%;margin:0 0 8px!important}.single-product form.cart .quantity .qty{width:100%!important}.single-product form.cart .single_add_to_cart_button,.single-product form.cart .ag-buy-now-btn{width:100%;margin:0 0 8px;min-width:0}.ag-product-benefits{grid-template-columns:1fr}.single-product .woocommerce-tabs{width:calc(100% - 28px);padding-bottom:55px}.single-product .woocommerce-tabs ul.tabs{gap:18px;overflow:auto;white-space:nowrap}.single-product .woocommerce-tabs .woocommerce-Tabs-panel{font-size:13px}.ag-related-head{display:block}.ag-related-head .ag-text-link{display:inline-flex;margin-top:15px}.ag-related-head h2{font-size:32px}.ag-related-section{padding:55px 0 70px}
}

/* ==========================================================================
   ARMIXGEAR 3.1 UX REFINEMENT
   ========================================================================== */
/* Header/search: the icon stays centered and never jumps on hover/focus. */
.ag-header-actions{align-items:center;height:100%}
.ag-icon-btn{flex:0 0 38px;place-items:center;align-items:center;justify-items:center;padding:0!important;margin:0!important;line-height:1!important;border-radius:9px;transition:background .2s,color .2s,box-shadow .2s}
.ag-icon-btn:hover,.ag-icon-btn:focus-visible{background:#f1f1ee;color:var(--ag-accent);transform:none!important;outline:none;box-shadow:0 0 0 1px #e2e2dd inset}
.ag-icon-btn .ag-icon{margin:0!important;transform:none!important}
.ag-search-toggle[aria-expanded="true"]{background:#111;color:#fff}
.ag-search-panel{position:absolute;left:0;right:0;top:100%;z-index:100;box-shadow:0 18px 45px rgba(10,10,11,.12);border-top:1px solid #ededeb;border-bottom:1px solid #ddd}
.ag-search-panel .ag-container{position:relative}
.ag-search-form{height:82px;display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:15px}
.ag-search-form-icon{width:18px;height:18px;margin:0!important;align-self:center}
.ag-search-form input{width:100%;height:48px;padding:0!important;font-size:17px!important;font-weight:600;color:#111}
.ag-search-form input::placeholder{color:#a1a1a0}
.ag-search-form button{height:44px;min-width:110px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;transition:.2s}
.ag-search-form button:hover{background:var(--ag-accent);transform:translateY(-1px)}
.ag-search-results{position:absolute;left:0;right:0;top:82px;background:#fff;border:1px solid #e3e3df;border-top:0;border-radius:0 0 12px 12px;box-shadow:0 24px 55px rgba(10,10,11,.13);overflow:hidden;z-index:4}
.ag-search-result-head{height:46px;padding:0 18px;border-bottom:1px solid #ecece8;display:flex;align-items:center;justify-content:space-between;font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#888}
.ag-search-result-head a{color:#111;font-weight:800;border-bottom:1px solid #111;padding-bottom:3px}
.ag-search-result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}
.ag-search-result-item{min-width:0;min-height:92px;padding:10px 14px;display:grid;grid-template-columns:62px minmax(0,1fr) 22px;gap:12px;align-items:center;border-bottom:1px solid #ededeb;transition:background .2s}
.ag-search-result-item:nth-child(odd){border-right:1px solid #ededeb}
.ag-search-result-item:hover{background:#f7f7f4}
.ag-search-result-image{width:62px;height:62px;border-radius:7px;background:#f1f1ee;display:grid;place-items:center;overflow:hidden}
.ag-search-result-image img{width:100%;height:100%;object-fit:contain;padding:5px}
.ag-search-result-copy{min-width:0;display:flex;flex-direction:column;gap:5px}
.ag-search-result-copy strong{font:700 11px/1.3 "Manrope";white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ag-search-result-copy span{font-size:10px;font-weight:800}
.ag-search-result-copy del{color:#999;font-weight:500}.ag-search-result-copy ins{text-decoration:none;color:var(--ag-accent)}
.ag-search-result-arrow{font-size:15px;color:var(--ag-accent);transition:transform .2s}.ag-search-result-item:hover .ag-search-result-arrow{transform:translate(2px,-2px)}
.ag-search-empty{padding:28px 20px;display:flex;flex-direction:column;gap:5px}.ag-search-empty strong{font:700 14px "Manrope"}.ag-search-empty span{font-size:11px;color:#888}
.ag-search-loading{height:82px;display:flex;align-items:center;justify-content:center;gap:5px;color:#888;font-size:10px}.ag-search-loading span{width:5px;height:5px;background:var(--ag-accent);border-radius:50%;animation:agSearchPulse 1s infinite ease-in-out}.ag-search-loading span:nth-child(2){animation-delay:.12s}.ag-search-loading span:nth-child(3){animation-delay:.24s}.ag-search-loading em{font-style:normal;margin-left:5px}
@keyframes agSearchPulse{0%,80%,100%{opacity:.25;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}

/* Archive cards: one component, one predictable button baseline. */
.woocommerce ul.products li.product{height:auto!important;min-width:0!important}
.woocommerce ul.products li.product .ag-product-card{min-height:100%;height:100%}
.ag-product-media{aspect-ratio:1 / .96;height:auto!important;min-height:0!important}
.ag-product-body{min-height:215px}
.ag-product-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ag-product-actions{width:100%;margin-top:auto!important}
.ag-select-btn{position:relative;overflow:hidden}
.ag-select-btn:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 25%,rgba(255,255,255,.35) 48%,transparent 70%);transform:translateX(-120%);transition:transform .55s}
.ag-select-btn:hover:after{transform:translateX(120%)}
.ag-select-btn:hover{box-shadow:0 8px 20px rgba(10,10,11,.1)}

/* Variation UI: selected state is obvious; disabled combinations are intentionally muted. */
.single-product form.cart .variations_form{position:relative}
.single-product .ag-swatch-group{background:#fafaf8;border:1px solid #e7e7e2;border-radius:10px;padding:14px!important;margin:12px 0 14px!important}
.ag-swatch-heading{margin-bottom:12px}
.ag-swatch-heading span{font-size:10px}.ag-swatch-heading strong{color:#111;font-size:10px}
.ag-swatches{gap:9px}
.ag-color-swatch{min-height:44px;border-radius:8px;padding:4px 13px 4px 6px!important;box-shadow:0 1px 0 rgba(0,0,0,.02);transition:border-color .2s,box-shadow .2s,transform .2s,background .2s}
.ag-color-swatch:hover:not([aria-disabled="true"]){border-color:#111;background:#fff;transform:translateY(-2px);box-shadow:0 8px 18px rgba(10,10,11,.07)}
.ag-color-swatch.is-selected{border:2px solid var(--ag-accent)!important;background:#fff!important;box-shadow:0 0 0 3px rgba(255,75,43,.09)!important}
.ag-color-swatch.is-selected .ag-swatch-name{color:#111}
.ag-color-swatch[aria-disabled="true"]{position:relative;opacity:.36;filter:saturate(.45)}
.ag-color-swatch[aria-disabled="true"]:after{content:"";position:absolute;left:9px;right:9px;top:50%;height:1px;background:#777;transform:rotate(-28deg)}
.single-product form.cart .single_add_to_cart_button.is-checking{opacity:.55;pointer-events:none}
.single-product form.cart .single_add_to_cart_button:disabled{opacity:.45!important;cursor:not-allowed!important;transform:none!important}

/* Related products: a complete boxed merchandising module after the tabs. */
.ag-related-section{padding:78px 0 100px;background:#eeeeeb}
.ag-related-shell{background:#fff;border:1px solid #dfdfda;border-radius:18px;padding:32px;box-shadow:0 18px 45px rgba(10,10,11,.045)}
.ag-related-head{margin-bottom:24px;padding-bottom:22px;border-bottom:1px solid #ecece8}
.ag-related-head h2{margin:7px 0 7px;font-size:38px}
.ag-related-head p{margin:0;color:#818184;font-size:12px;max-width:580px}
.ag-related-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.ag-related-grid .ag-product-card{box-shadow:none;border-radius:10px}
.ag-related-grid .ag-product-media{aspect-ratio:1/.9}

/* Product purchase row: aligned, stable and conversion-focused. */
.single-product form.cart{display:flex;flex-wrap:wrap;align-items:center;gap:8px}
.single-product form.cart .variations,.single-product form.cart .single_variation_wrap{width:100%}
.single-product form.cart .single_variation_wrap{display:block}
.single-product form.cart .quantity{float:none!important}
.single-product form.cart .quantity .qty{margin:0!important}
.single-product form.cart .single_add_to_cart_button,.single-product form.cart .ag-buy-now-btn{margin:0!important}

@media (max-width: 980px){
  .ag-search-result-grid{grid-template-columns:1fr}
  .ag-search-result-item:nth-child(odd){border-right:0}
  .ag-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ag-related-shell{padding:22px}
}
@media (max-width: 640px){
  .ag-search-form{height:64px;grid-template-columns:22px minmax(0,1fr) auto;gap:9px}
  .ag-search-form button{min-width:72px;padding:0 12px}
  .ag-search-form input{font-size:14px!important}
  .ag-search-results{top:64px;border-radius:0 0 10px 10px}
  .ag-search-result-item{grid-template-columns:54px minmax(0,1fr) 18px;min-height:82px;padding:9px 12px}
  .ag-search-result-image{width:54px;height:54px}
  .ag-related-section{padding:55px 0 70px}
  .ag-related-shell{padding:18px;border-radius:12px}
  .ag-related-head{display:block}
  .ag-related-head h2{font-size:30px}
  .ag-related-head .ag-text-link{display:inline-flex;margin-top:14px}
  .ag-related-grid{grid-template-columns:1fr}
  .single-product form.cart{gap:7px}
  .single-product form.cart .quantity{width:100%}
  .single-product form.cart .quantity .qty{width:100%!important}
  .single-product form.cart .single_add_to_cart_button,.single-product form.cart .ag-buy-now-btn{width:100%;min-width:0!important}
}


/* =========================================================
   ArmixGear v3.2 stability / UI corrections
   ========================================================= */

/* AJAX search: stable positioning, no header/icon jumping. */
.ag-search-panel .ag-container{position:relative}
.ag-search-form{position:relative;width:100%;min-width:0}
.ag-search-form-icon{width:20px;height:20px;flex:0 0 20px;display:block;position:relative}
.ag-search-form input{min-width:0;width:100%;height:44px}
.ag-search-form button{height:42px;min-width:96px;display:inline-flex;align-items:center;justify-content:center;border-radius:5px}
.ag-search-results{position:absolute!important;left:0;right:0;top:72px!important;width:100%;max-height:min(560px,calc(100vh - 150px));overflow:auto}
.ag-search-toggle{flex:0 0 38px!important;width:38px!important;height:38px!important;padding:0!important;border-radius:50%;transition:background .2s,color .2s}
.ag-search-toggle:hover,.ag-search-toggle:focus-visible{background:#f1f1ee;color:var(--ag-accent)}
.ag-search-toggle .ag-icon-search{width:18px;height:18px;flex:0 0 18px}
.ag-search-panel[hidden]{display:none!important}

/* Custom swatches: native Woo selects stay functional but aren't visually duplicated. */
.single-product .ag-native-swatch-select{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.single-product .ag-swatch-group[data-swatch-error="missing-select"]{display:none!important}
.single-product .ag-color-swatch{position:relative;isolation:isolate}
.single-product .ag-color-swatch:focus-visible{outline:2px solid var(--ag-accent);outline-offset:3px}
.single-product .ag-color-swatch[aria-disabled="true"]{pointer-events:none}
.single-product form.cart .single_add_to_cart_button.disabled,
.single-product form.cart .ag-buy-now-btn.disabled{
  opacity:.42!important;
  pointer-events:none!important;
}
.single-product form.cart .ag-buy-now-btn.is-checking,
.single-product form.cart .single_add_to_cart_button.is-checking{
  cursor:wait!important;
}

/* Archive/shop: one predictable card height and one button baseline. */
.woocommerce ul.products{
  align-items:stretch!important;
  grid-auto-rows:1fr;
}
.woocommerce ul.products li.product{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  min-height:0!important;
}
.woocommerce ul.products li.product .ag-product-card{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  min-height:100%!important;
}
.woocommerce ul.products li.product .ag-product-media{
  flex:0 0 300px!important;
  height:300px!important;
  aspect-ratio:auto!important;
}
.woocommerce ul.products li.product .ag-product-body{
  flex:1 1 auto!important;
  min-height:0!important;
  display:flex!important;
  flex-direction:column!important;
  padding:18px!important;
}
.woocommerce ul.products li.product .ag-product-title{
  min-height:36px!important;
  max-height:36px!important;
  overflow:hidden!important;
}
.woocommerce ul.products li.product .ag-product-price{
  min-height:24px!important;
}
.woocommerce ul.products li.product .ag-product-actions{
  margin-top:auto!important;
  padding-top:14px!important;
}
.woocommerce ul.products li.product .ag-select-btn{
  height:42px!important;
  min-height:42px!important;
}

/* Remove legacy Woo image/title/button rules that can leak into the custom card. */
.woocommerce ul.products li.product .ag-product-card img{margin:0!important}
.woocommerce ul.products li.product .ag-product-card .woocommerce-loop-product__title,
.woocommerce ul.products li.product .ag-product-card .price,
.woocommerce ul.products li.product .ag-product-card .button{
  padding:0!important;
  margin:0!important;
}

/* Shop toolbar: visually balanced and never collides with ordering. */
.ag-shop-toolbar{
  min-height:82px!important;
  height:auto!important;
  padding-top:18px;
  padding-bottom:18px;
  gap:20px;
}
.ag-results-copy{font-size:11px;color:#777;text-transform:uppercase;letter-spacing:.08em}
.ag-results-copy strong{color:#111;font-size:13px}
.ag-sort-wrap{display:flex;align-items:center;gap:10px}
.ag-sort-wrap>span{font-size:9px!important;text-transform:uppercase;letter-spacing:.1em;color:#999}
.ag-sort-wrap .woocommerce-ordering{float:none!important;margin:0!important}
.ag-sort-wrap .orderby{
  min-width:190px!important;
  height:42px!important;
  margin:0!important;
  padding:0 38px 0 13px!important;
  border:1px solid #d7d7d2!important;
  border-radius:6px!important;
  background:#fff!important;
}

/* Related products full boxed layout, with equal cards. */
.ag-related-grid .ag-product-card{
  display:flex;
  flex-direction:column;
  height:100%;
}
.ag-related-grid .ag-product-body{flex:1;display:flex;flex-direction:column}
.ag-related-grid .ag-product-actions{margin-top:auto!important}

/* Prevent the related grid from inheriting archive width rules. */
.ag-related-grid{width:100%!important;display:grid!important}
.ag-related-grid .ag-product-media{height:250px!important;aspect-ratio:auto!important}

@media(max-width:980px){
  .woocommerce ul.products li.product .ag-product-media{flex-basis:280px!important;height:280px!important}
  .ag-sort-wrap .orderby{min-width:170px!important}
}
@media(max-width:640px){
  .ag-search-results{top:64px!important;left:0;right:0;width:100%;max-height:calc(100vh - 120px)}
  .ag-search-form{gap:9px}
  .ag-search-form-icon{flex-basis:18px;width:18px}
  .ag-search-form button{min-width:74px}
  .ag-shop-toolbar{align-items:stretch!important;flex-direction:column!important;padding-top:14px;padding-bottom:14px;gap:12px}
  .ag-sort-wrap{justify-content:space-between;width:100%}
  .ag-sort-wrap .woocommerce-ordering{flex:1}
  .ag-sort-wrap .orderby{width:100%!important;min-width:0!important}
  .woocommerce ul.products li.product .ag-product-media{flex-basis:300px!important;height:300px!important}
}

/* ============================================================================
   ARMIXGEAR 3.3 VISUAL BALANCE + CENTERED SHOP GRID
   ============================================================================ */

/* Keep Astra/WooCommerce from adding competing text colors and widths. */
body.armixgear-theme,
body.armixgear-theme .site-content,
body.armixgear-theme .content-area,
body.armixgear-theme .site-main {
  color: var(--ag-ink);
}

body.armixgear-theme .entry-content,
body.armixgear-theme .entry-content p,
body.armixgear-theme .entry-content li {
  color: inherit;
}

/* Home: stronger hierarchy and readable contrast. */
body.armixgear-theme .ag-section-head h2,
body.armixgear-theme .ag-section-head h3,
body.armixgear-theme .ag-products-section h2,
body.armixgear-theme .ag-newsletter h2 {
  color: #111214 !important;
}
body.armixgear-theme .ag-section-head p {
  color: #5f6064 !important;
  font-size: 13px;
  line-height: 1.75;
}
body.armixgear-theme .ag-slide h1,
body.armixgear-theme .ag-slide h2 {
  color: #fff !important;
  text-shadow: 0 1px 18px rgba(0,0,0,.18);
}
body.armixgear-theme .ag-slide h1 em,
body.armixgear-theme .ag-slide h2 em {
  color: #f4f4f5 !important;
}
body.armixgear-theme .ag-slide p {
  color: #d0d0d4 !important;
  font-size: 15px;
  line-height: 1.75;
}
body.armixgear-theme .ag-hero .ag-eyebrow,
body.armixgear-theme .ag-collection-copy .ag-eyebrow,
body.armixgear-theme .ag-split-copy .ag-eyebrow,
body.armixgear-theme .ag-proof .ag-eyebrow {
  color: #ff6547 !important;
}
body.armixgear-theme .ag-collection-copy h3,
body.armixgear-theme .ag-collection-copy>b {
  color: #fff !important;
}
body.armixgear-theme .ag-collection-copy p {
  color: #c2c2c5 !important;
  font-size: 13px;
  line-height: 1.65;
}
body.armixgear-theme .ag-product-cat {
  color: #737477 !important;
}
body.armixgear-theme .ag-product-title,
body.armixgear-theme .ag-product-title a {
  color: #17181a !important;
}
body.armixgear-theme .ag-product-price {
  color: #17181a !important;
}
body.armixgear-theme .ag-product-price ins {
  color: #e84224 !important;
}
body.armixgear-theme .ag-split-copy h2,
body.armixgear-theme .ag-split-copy h2 em {
  color: #fff !important;
}
body.armixgear-theme .ag-split-copy p {
  color: #c4c4c8 !important;
}
body.armixgear-theme .ag-proof h2,
body.armixgear-theme .ag-proof h2 em {
  color: #fff !important;
}
body.armixgear-theme .ag-proof p {
  color: #b4b4b8 !important;
}
body.armixgear-theme .ag-newsletter h2 {
  color: #111214 !important;
}
body.armixgear-theme .ag-newsletter-form input {
  color: #111214 !important;
}
body.armixgear-theme .ag-newsletter-form input::placeholder {
  color: #77787b !important;
  opacity: 1;
}
body.armixgear-theme .ag-text-link {
  color: #17181a !important;
}

/* Home product cards: balanced dimensions and centered content. */
body.armixgear-theme .ag-product-grid {
  width: 100%;
  justify-items: center;
}
body.armixgear-theme .ag-product-grid > .ag-product-card {
  width: 100%;
  max-width: 430px;
}
body.armixgear-theme .ag-product-media {
  display: grid;
  place-items: center;
}
body.armixgear-theme .ag-product-media img {
  display: block;
  margin: 0 auto !important;
}

/* SHOP/CATEGORY: center the actual Woo product grid independently of Astra. */
body.armixgear-theme.woocommerce-page .site-main > ul.products,
body.armixgear-theme.woocommerce-page .site-main ul.products,
body.armixgear-theme.woocommerce-page ul.products {
  width: min(calc(100% - 48px), 1320px) !important;
  max-width: 1320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  justify-items: center !important;
  align-items: stretch !important;
}

body.armixgear-theme.woocommerce-page ul.products li.product {
  width: 100% !important;
  max-width: 430px !important;
  justify-self: center !important;
  align-self: stretch !important;
}
body.armixgear-theme.woocommerce-page ul.products li.product .ag-product-card {
  width: 100% !important;
  max-width: 430px !important;
  margin: 0 auto !important;
  background: #fff !important;
  border: 1px solid #e1e1dc !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}
body.armixgear-theme.woocommerce-page ul.products li.product .ag-product-media {
  width: 100% !important;
  height: 300px !important;
  flex: 0 0 300px !important;
  background: #f4f5f2 !important;
  display: grid !important;
  place-items: center !important;
}
body.armixgear-theme.woocommerce-page ul.products li.product .ag-product-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: 20px !important;
  margin: 0 auto !important;
}
body.armixgear-theme.woocommerce-page ul.products li.product .ag-product-body {
  min-height: 205px !important;
  padding: 18px !important;
  background: #fff !important;
}
body.armixgear-theme.woocommerce-page ul.products li.product .ag-product-title {
  min-height: 38px !important;
  max-height: 38px !important;
  line-height: 1.4 !important;
  margin: 6px 0 7px !important;
}
body.armixgear-theme.woocommerce-page ul.products li.product .ag-product-price {
  min-height: 24px !important;
  margin-top: 3px !important;
}
body.armixgear-theme.woocommerce-page ul.products li.product .ag-product-actions {
  margin-top: auto !important;
  padding-top: 14px !important;
}
body.armixgear-theme.woocommerce-page ul.products li.product .ag-select-btn {
  width: 100% !important;
  height: 42px !important;
  min-height: 42px !important;
}

/* Shop toolbar shares exactly the same centered width as the product grid. */
body.armixgear-theme.woocommerce-page .ag-shop-toolbar {
  width: min(calc(100% - 48px), 1320px) !important;
  max-width: 1320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Archive background gives the cards a clean premium canvas. */
body.armixgear-theme.woocommerce-page .site-main {
  background: #f7f7f5;
}
body.armixgear-theme.woocommerce-page ul.products li.product .ag-product-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 18px 40px rgba(10,10,11,.10) !important;
}

/* Better archive typography. */
body.armixgear-theme.woocommerce-page .ag-results-copy {
  color: #646568 !important;
}
body.armixgear-theme.woocommerce-page .ag-results-copy strong {
  color: #111214 !important;
}
body.armixgear-theme.woocommerce-page .ag-sort-wrap > span {
  color: #68696c !important;
}

/* Do not let Astra's default entry margins create horizontal drift. */
body.armixgear-theme.woocommerce-page .site-main > .woocommerce-notices-wrapper,
body.armixgear-theme.woocommerce-page .site-main > .woocommerce-info,
body.armixgear-theme.woocommerce-page .site-main > .woocommerce-message,
body.armixgear-theme.woocommerce-page .site-main > .woocommerce-error {
  width: min(calc(100% - 48px), 1320px);
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Related products stay centered and use the same card width logic. */
body.armixgear-theme .ag-related-grid {
  justify-items: center;
}
body.armixgear-theme .ag-related-grid > .ag-product-card {
  width: 100%;
  max-width: 430px;
}

/* Slightly larger touch targets and clearer type on tablets/mobile. */
@media (max-width: 980px) {
  body.armixgear-theme.woocommerce-page .site-main > ul.products,
  body.armixgear-theme.woocommerce-page ul.products,
  body.armixgear-theme.woocommerce-page .ag-shop-toolbar {
    width: min(calc(100% - 40px), 900px) !important;
  }
  body.armixgear-theme.woocommerce-page ul.products li.product {
    max-width: 440px !important;
  }
  body.armixgear-theme .ag-slide p {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  body.armixgear-theme .ag-container {
    width: calc(100% - 28px);
  }
  body.armixgear-theme.woocommerce-page .site-main > ul.products,
  body.armixgear-theme.woocommerce-page ul.products,
  body.armixgear-theme.woocommerce-page .ag-shop-toolbar {
    width: calc(100% - 28px) !important;
  }
  body.armixgear-theme.woocommerce-page ul.products li.product,
  body.armixgear-theme.woocommerce-page ul.products li.product .ag-product-card {
    width: 100% !important;
    max-width: 500px !important;
  }
  body.armixgear-theme.woocommerce-page ul.products li.product .ag-product-media {
    height: 300px !important;
    flex-basis: 300px !important;
  }
  body.armixgear-theme .ag-slide h1,
  body.armixgear-theme .ag-slide h2 {
    font-size: 42px !important;
    line-height: 1.02 !important;
  }
  body.armixgear-theme .ag-slide p {
    font-size: 13px !important;
    color: #d5d5d8 !important;
  }
  body.armixgear-theme .ag-section-head h2 {
    font-size: 34px !important;
  }
  body.armixgear-theme .ag-section-head p {
    font-size: 13px !important;
  }
}
\n\n/* ArmixGear product detail: custom color UI only */\n.single-product .variations .ag-native-color-row,\n.single-product .variations tr.ag-native-color-row {\n  display:none!important;\n}\n.single-product .ag-swatch-group {\n  margin: 0 0 20px!important;\n  padding: 16px!important;\n  background:#fff!important;\n  border:1px solid #e3e3de!important;\n  border-radius:12px!important;\n}\n.single-product .ag-swatches {\n  align-items:center;\n}\n.single-product .ag-color-swatch {\n  min-height:46px!important;\n  border:1px solid #d7d7d1!important;\n  background:#fff!important;\n  border-radius:10px!important;\n  padding:5px 12px 5px 6px!important;\n}\n.single-product .ag-color-swatch:hover {\n  border-color:#111!important;\n  transform:translateY(-1px);\n}\n.single-product .ag-color-swatch.is-selected {\n  border:2px solid var(--ag-accent)!important;\n  box-shadow:0 0 0 3px rgba(255,75,43,.10)!important;\n}\n.single-product .ag-color-swatch[aria-disabled="true"] {\n  opacity:.35!important;\n}\n.single-product .ag-full-description {\n  margin: 26px 0 22px;\n  padding: 22px 0 24px;\n  border-top:1px solid var(--ag-line);\n  border-bottom:1px solid var(--ag-line);\n}\n.single-product .ag-detail-eyebrow {\n  margin-bottom:10px;\n  font-size:10px;\n  font-weight:800;\n  letter-spacing:.12em;\n  color:var(--ag-accent);\n}\n.single-product .ag-full-description-content {\n  color:#44464a;\n  font-size:14px;\n  line-height:1.85;\n}\n.single-product .ag-full-description-content > *:last-child { margin-bottom:0; }\n.single-product .ag-full-description-content h2,\n.single-product .ag-full-description-content h3,\n.single-product .ag-full-description-content h4 {\n  color:#111;\n  margin-top:20px;\n  margin-bottom:8px;\n}\n.single-product .ag-full-description-content ul,\n.single-product .ag-full-description-content ol {\n  padding-left:20px;\n}\n.single-product .woocommerce-tabs {\n  margin-top:0!important;\n}\n
/* v3.5: the native Color/Colour select remains functional for WooCommerce,
   but customers only see the ArmixGear custom swatches. */
.single-product form.variations_form .variations tr:has(select.ag-color-native-select) {
  display:none !important;
}
.single-product form.variations_form select.ag-color-native-select {
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
  pointer-events:none !important;
  overflow:hidden !important;
}
.single-product form.variations_form .ag-swatch-group {
  position:relative;
  z-index:3;
}
.single-product form.variations_form .ag-color-swatch {
  appearance:none;
  -webkit-appearance:none;
}
.single-product form.variations_form .ag-color-swatch:focus-visible {
  outline:3px solid rgba(255,75,43,.22);
  outline-offset:2px;
}

/* =========================
   ARMIXGEAR v3.8 UX POLISH
   ========================= */
:root{--ag-accent:#ff4b2b;--ag-ink:#0b0b0d;--ag-paper:#f7f7f5}

/* Header account icon */
.ag-icon-user{width:17px;height:17px;border:1.5px solid currentColor;border-radius:50%;position:relative;box-sizing:border-box;margin-top:8px}
.ag-icon-user:before{content:"";position:absolute;width:5px;height:5px;border:1.4px solid currentColor;border-radius:50%;left:4.5px;top:-7px;background:#fff}
.ag-icon-user:after{content:"";position:absolute;width:9px;height:5px;border:1.4px solid currentColor;border-bottom:0;border-radius:7px 7px 0 0;left:2.5px;bottom:2px}
.ag-account-link:hover{color:var(--ag-accent)}

/* Product gallery arrows: smaller, cleaner, no heavy square box */
.single-product .ag-gallery-stage{position:relative}
.single-product .ag-gallery-arrow{width:44px!important;height:44px!important;border:1px solid rgba(0,0,0,.12)!important;border-radius:50%!important;background:rgba(255,255,255,.94)!important;color:#111!important;box-shadow:0 8px 25px rgba(0,0,0,.10)!important;display:grid!important;place-items:center!important;font-size:17px!important;font-weight:600!important;z-index:5!important;transition:transform .2s,background .2s,color .2s}
.single-product .ag-gallery-arrow:hover{transform:scale(1.06);background:#111!important;color:#fff!important}
.single-product .ag-gallery-prev{left:16px!important}.single-product .ag-gallery-next{right:16px!important}
.single-product .ag-gallery-count{right:18px!important;bottom:18px!important;background:rgba(11,11,13,.78)!important;color:#fff!important;padding:8px 11px!important;border-radius:999px!important;font-size:10px!important;letter-spacing:.08em!important}
.single-product .ag-gallery-thumbs-wrap{margin-top:12px!important}
.single-product .ag-gallery-thumb{border-radius:10px!important;border:1px solid #deded8!important;background:#fff!important;transition:border-color .2s,transform .2s,box-shadow .2s}
.single-product .ag-gallery-thumb:hover{transform:translateY(-2px);border-color:#999!important}
.single-product .ag-gallery-thumb.is-active{border:2px solid var(--ag-accent)!important;box-shadow:0 5px 16px rgba(255,75,43,.12)!important}

/* Clickable image */
.single-product .ag-gallery-slide img{cursor:zoom-in}
body.ag-lightbox-open{overflow:hidden}
.ag-lightbox{position:fixed;inset:0;z-index:999999;display:grid;place-items:center}
.ag-lightbox[hidden]{display:none!important}
.ag-lightbox-backdrop{position:absolute;inset:0;background:rgba(5,5,7,.92);backdrop-filter:blur(10px)}
.ag-lightbox-dialog{position:relative;z-index:2;width:min(92vw,1100px);height:min(90vh,900px);display:grid;place-items:center}
.ag-lightbox-image{max-width:100%;max-height:86vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 30px 80px rgba(0,0,0,.35)}
.ag-lightbox-close,.ag-lightbox-prev,.ag-lightbox-next{position:absolute;width:46px;height:46px;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:rgba(255,255,255,.10);color:#fff;display:grid;place-items:center;cursor:pointer;font-size:21px;z-index:3;transition:.2s}
.ag-lightbox-close{top:4px;right:4px;font-size:28px}.ag-lightbox-prev{left:0;top:50%;transform:translateY(-50%)}.ag-lightbox-next{right:0;top:50%;transform:translateY(-50%)}
.ag-lightbox-close:hover,.ag-lightbox-prev:hover,.ag-lightbox-next:hover{background:#fff;color:#111}

/* Remove old warranty-heavy product benefit styling if present */
.single-product .ag-product-benefits{display:none!important}

/* Bigger highlighted service boxes on archive pages */
.ag-service-strip{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px!important;margin-top:30px!important;margin-bottom:70px!important}
.ag-service-strip>div{min-height:112px!important;padding:24px!important;border:1px solid #dfdfd8!important;border-radius:14px!important;background:#fff!important;box-shadow:0 12px 35px rgba(10,10,11,.055)!important;display:grid!important;grid-template-columns:34px 1fr!important;align-content:center!important;transition:transform .2s,box-shadow .2s,border-color .2s!important}
.ag-service-strip>div:hover{transform:translateY(-4px);border-color:#c8c8c1!important;box-shadow:0 20px 45px rgba(10,10,11,.09)!important}
.ag-service-icon{width:30px!important;height:30px!important;border-radius:50%!important;background:var(--ag-ink)!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:13px!important;grid-row:span 2!important}
.ag-service-strip strong{font:800 15px/1.2 "Manrope",sans-serif!important;color:#111!important}
.ag-service-strip small{font:500 11px/1.4 "DM Sans",sans-serif!important;color:#777!important;margin-top:4px}
.ag-archive-stat-highlight{border:1px solid rgba(255,75,43,.25)!important;background:rgba(255,75,43,.07)!important;border-radius:16px!important;padding:22px 28px!important}
.ag-archive-stat-highlight strong{font-size:24px!important;color:var(--ag-accent)!important;letter-spacing:-.04em}
.ag-archive-stat-highlight span{color:#555!important;font-size:11px!important}

/* Home page: no warranty box */
.ag-hero-card-mini{display:none!important}
.ag-benefit-bar{display:none!important}

/* Bigger, clearer home typography */
.ag-hero-copy .ag-eyebrow,.ag-section .ag-eyebrow,.ag-proof .ag-eyebrow,.ag-newsletter .ag-eyebrow{font-size:10px!important;letter-spacing:.14em!important;font-weight:800!important}
.ag-slide h1,.ag-slide h2{font-weight:800!important}
.ag-slide p{max-width:570px!important;font-size:15px!important;line-height:1.75!important;color:#d8d8dc!important}
.ag-section-head h2{font-size:42px!important;color:#111!important;letter-spacing:-.045em!important}
.ag-section-head p{font-size:14px!important;line-height:1.75!important;color:#666!important}
.ag-product-title{font-size:14px!important}
.ag-product-price{font-size:13px!important}
.ag-proof h2{font-size:60px!important}
.ag-proof p{font-size:15px!important;line-height:1.8!important;color:#b0b0b5!important}
.ag-proof-points span{font-size:9px!important;color:#d1d1d4!important}

/* Product-card color swatches */
.ag-card-swatches{display:flex;gap:7px;align-items:center;min-height:27px;margin-top:11px}
.ag-card-swatch{width:24px;height:24px;border-radius:50%;padding:2px!important;border:1px solid #d7d7d2!important;background:#fff!important;display:grid!important;place-items:center!important;transition:transform .18s,border-color .18s,box-shadow .18s!important}
.ag-card-swatch span{width:16px;height:16px;border-radius:50%;display:block;background:var(--swatch,#777);border:1px solid rgba(0,0,0,.08)}
.ag-card-swatch:hover{transform:translateY(-2px) scale(1.05);border-color:#111!important;box-shadow:0 5px 14px rgba(0,0,0,.10)!important}
.ag-product-actions{margin-top:13px!important}

/* Newsletter: premium boxed design */
.ag-newsletter{padding:0!important;border:0!important;background:var(--ag-paper)!important}
.ag-newsletter .ag-newsletter-shell{margin-top:80px;margin-bottom:80px;padding:54px 60px!important;border-radius:22px!important;background:#0d0d0f!important;color:#fff!important;position:relative;overflow:hidden;box-shadow:0 25px 70px rgba(0,0,0,.14)!important}
.ag-newsletter .ag-newsletter-shell:before{content:"";position:absolute;width:360px;height:360px;border:1px solid rgba(255,75,43,.25);border-radius:50%;right:-90px;top:-170px}
.ag-newsletter .ag-newsletter-shell:after{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:30px;bottom:-180px}
.ag-newsletter-copy{position:relative;z-index:2}
.ag-newsletter h2{font-size:52px!important;line-height:.98!important;color:#fff!important;letter-spacing:-.05em!important}
.ag-newsletter h2 em{font-style:normal;color:var(--ag-accent)!important}
.ag-newsletter-copy p{max-width:430px;color:#a8a8ad;font-size:13px;line-height:1.7;margin-top:18px}
.ag-newsletter-badge{display:inline-flex;gap:10px;align-items:center;margin-top:24px;padding:9px 12px;border:1px solid #303034;border-radius:999px;color:#a6a6ab;font-size:8px;letter-spacing:.12em;line-height:1.25}
.ag-newsletter-badge b{color:var(--ag-accent);font-size:12px}
.ag-newsletter-form{position:relative;z-index:2;border-bottom:0!important;padding:24px;background:#fff;border-radius:14px;box-shadow:0 15px 40px rgba(0,0,0,.12)}
.ag-newsletter-form input{height:54px!important;color:#111!important;padding:0 4px!important}
.ag-newsletter-form input::placeholder{color:#999!important}
.ag-newsletter-form button{height:54px;padding:0 18px;border-radius:8px;background:var(--ag-accent);color:#fff;font-size:10px!important}
.ag-newsletter-form button:hover{background:#e53f23}
.ag-newsletter-form small{color:#8a8a8e!important;font-size:9px!important}

/* Slide cart */
body.ag-cart-open{overflow:hidden}
.ag-cart-overlay{position:fixed;inset:0;background:rgba(5,5,7,.45);backdrop-filter:blur(3px);z-index:99990;opacity:0;transition:opacity .22s}
.ag-cart-overlay[hidden]{display:block!important;visibility:hidden}
.ag-cart-overlay.is-visible{opacity:1;visibility:visible}
.ag-slide-cart{position:fixed;z-index:99999;top:0;right:0;width:min(430px,92vw);height:100vh;background:#fff;transform:translateX(105%);transition:transform .28s cubic-bezier(.2,.8,.2,1);box-shadow:-25px 0 70px rgba(0,0,0,.18);display:flex;flex-direction:column}
.ag-slide-cart.is-open{transform:translateX(0)}
.ag-slide-cart-head{padding:26px 24px 20px;border-bottom:1px solid #e7e7e2;display:flex;justify-content:space-between;align-items:flex-start}
.ag-slide-cart-head h2{margin:5px 0 0;font:800 26px/1 "Manrope";letter-spacing:-.04em}
.ag-slide-cart-close{width:38px;height:38px;border:1px solid #ddd;border-radius:50%;background:#fff;font-size:24px;cursor:pointer}
.ag-slide-cart-body{flex:1;overflow:auto;padding:18px 20px}
.ag-slide-cart-item{display:grid;grid-template-columns:78px 1fr;gap:13px;padding:12px 0;border-bottom:1px solid #eee}
.ag-slide-cart-image{width:78px;height:78px;border-radius:10px;background:#f3f3f0;overflow:hidden;display:grid;place-items:center}
.ag-slide-cart-image img{width:100%;height:100%;object-fit:contain}
.ag-slide-cart-copy{display:flex;flex-direction:column;gap:6px;justify-content:center}
.ag-slide-cart-copy strong{font:700 13px/1.3 "Manrope";color:#111}
.ag-slide-cart-copy small{font-size:10px;color:#777;line-height:1.4}
.ag-slide-cart-copy>span{font-size:11px;color:#555}
.ag-slide-cart-loading,.ag-slide-cart-empty{padding:60px 15px;text-align:center;display:grid;gap:7px;color:#777}
.ag-slide-cart-empty strong{font:800 18px "Manrope";color:#111}
.ag-slide-cart-foot{padding:20px 22px 24px;border-top:1px solid #e7e7e2;background:#fff}
.ag-slide-cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:12px;color:#777}
.ag-slide-cart-total strong{font-size:17px;color:#111}
.ag-slide-cart-foot .ag-primary-btn{width:100%;justify-content:center;border-radius:8px}
.ag-slide-cart-link{display:block;text-align:center;margin-top:13px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#555}
.ag-slide-cart-link:hover{color:var(--ag-accent)}

@media(max-width:980px){
 .ag-newsletter .ag-newsletter-shell{padding:40px 32px!important}
 .ag-newsletter .ag-container{grid-template-columns:1fr!important;gap:30px!important}
 .ag-service-strip{grid-template-columns:1fr 1fr!important}
 .ag-service-strip>div:last-child{grid-column:1/-1}
}
@media(max-width:640px){
 .ag-service-strip{grid-template-columns:1fr!important;margin-bottom:50px!important}
 .ag-service-strip>div:last-child{grid-column:auto}
 .ag-newsletter .ag-newsletter-shell{margin-top:55px;margin-bottom:55px;padding:34px 18px!important;border-radius:16px!important}
 .ag-newsletter h2{font-size:40px!important}
 .ag-newsletter-form{padding:14px!important;grid-template-columns:1fr!important}
 .ag-newsletter-form button{width:100%;margin-top:8px}
 .ag-lightbox-dialog{width:100vw;height:85vh}
 .ag-lightbox-prev{left:8px}.ag-lightbox-next{right:8px}.ag-lightbox-close{top:-2px;right:8px}
 .single-product .ag-gallery-arrow{width:38px!important;height:38px!important}
}

/* =========================================================
   ArmixGear v3.9 — UX polish, product swatches, auth, motion
   ========================================================= */
:root{--ag-motion-ease:cubic-bezier(.2,.8,.2,1)}

/* Clean account icon — no oversized/awkward menu icon */
.ag-account-link{display:grid!important;place-items:center!important;width:40px!important;height:40px!important;padding:0!important}
.ag-user-svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;display:block;transition:transform .22s var(--ag-motion-ease),color .22s}
.ag-account-link:hover .ag-user-svg{transform:translateY(-1px) scale(1.06);color:var(--ag-accent)}

/* Remove wishlist/favourite UI everywhere */
.ag-product-wish,.wishlist,.yith-wcwl-add-to-wishlist,.tinvwl_add_to_wishlist_button,.woosw-btn{display:none!important}

/* One consistent product-card layout across home/shop/category/related */
.ag-product-card{position:relative;display:flex;flex-direction:column;height:100%;min-width:0;background:#fff;border:1px solid var(--ag-line);border-radius:16px;overflow:hidden;transition:transform .35s var(--ag-motion-ease),box-shadow .35s var(--ag-motion-ease),border-color .35s ease}
.ag-product-card:hover{transform:translateY(-7px);box-shadow:0 24px 55px rgba(10,10,11,.10);border-color:#d0d0ca}
.ag-product-media{position:relative;display:grid;place-items:center;height:330px;min-height:330px;overflow:hidden;background:#f2f3ef}
.ag-product-media img{width:100%!important;height:100%!important;object-fit:contain!important;transition:transform .55s var(--ag-motion-ease);margin:0!important}
.ag-product-card:hover .ag-product-media img{transform:scale(1.045)}
.ag-product-body{display:flex;flex:1;flex-direction:column;padding:18px 18px 20px;min-width:0}
.ag-product-cat{min-height:17px;font-size:8px;line-height:1.3;letter-spacing:.12em;text-transform:uppercase;color:#8a8a84;font-weight:800}
.ag-product-title{min-height:38px;margin:8px 0 7px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ag-product-title a{color:#111;transition:color .2s}.ag-product-title a:hover{color:var(--ag-accent)}
.ag-product-rating{min-height:17px}.ag-product-price{min-height:21px;font-weight:800}
.ag-card-swatches{display:flex!important;flex-wrap:wrap;gap:7px;min-height:32px;margin:12px 0 0!important}
.ag-card-swatch{width:28px!important;height:28px!important;min-width:28px!important;padding:3px!important;border:1px solid #d7d7d2!important;border-radius:50%!important;background:#fff!important;display:grid!important;place-items:center!important;transition:transform .22s var(--ag-motion-ease),border-color .2s,box-shadow .2s!important}
.ag-card-swatch span{width:20px!important;height:20px!important;border-radius:50%!important;display:block!important;background:var(--swatch,#777)!important;border:1px solid rgba(0,0,0,.10)!important}
.ag-card-swatch:hover{transform:translateY(-2px) scale(1.08);border-color:#111!important;box-shadow:0 8px 18px rgba(0,0,0,.12)!important}
.ag-product-actions{margin-top:auto!important;padding-top:14px}
.ag-select-btn{min-height:44px!important;width:100%;display:flex!important;align-items:center;justify-content:center;border-radius:9px!important}

/* Remove any old archive product-card interference */
.woocommerce ul.products li.product .ag-product-card{margin:0}
.woocommerce ul.products li.product .ag-product-media{height:330px}
.woocommerce ul.products li.product .ag-product-body{padding:18px}

/* Product benefit strip: reusable, larger, highlighted and animated */
.ag-home-feature-wrap{padding-bottom:10px}
.ag-feature-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;width:100%;margin:0 0 42px}
.ag-feature-item{position:relative;min-height:126px;padding:24px 25px;border:1px solid #deded8;border-radius:18px;background:linear-gradient(135deg,#fff 0%,#fafaf7 100%);box-shadow:0 14px 40px rgba(10,10,11,.055);display:flex;align-items:center;gap:16px;overflow:hidden;transition:transform .4s var(--ag-motion-ease),box-shadow .4s,border-color .3s}
.ag-feature-item:before{content:"";position:absolute;inset:auto -20% -75% auto;width:180px;height:180px;border-radius:50%;background:rgba(255,75,43,.08);transition:transform .55s var(--ag-motion-ease)}
.ag-feature-item:hover{transform:translateY(-7px);box-shadow:0 24px 55px rgba(10,10,11,.10);border-color:rgba(255,75,43,.28)}
.ag-feature-item:hover:before{transform:scale(1.35)}
.ag-feature-icon{position:relative;z-index:1;width:42px;height:42px;flex:0 0 42px;border-radius:12px;background:#111;color:#fff;display:grid;place-items:center;font-size:17px;font-weight:800;box-shadow:0 8px 18px rgba(0,0,0,.10)}
.ag-feature-item strong{position:relative;z-index:1;display:block;font:800 17px/1.15 "Manrope",sans-serif;color:#111}
.ag-feature-item small{position:relative;z-index:1;display:block;margin-top:6px;font:500 11px/1.45 "DM Sans",sans-serif;color:#777}
.ag-feature-item:nth-child(1) .ag-feature-icon{background:var(--ag-accent)}
.ag-feature-item:nth-child(2) .ag-feature-icon{background:#161719}
.ag-feature-item:nth-child(3) .ag-feature-icon{background:#2a2a2c}

/* Motion reveal */
.ag-motion-item{opacity:0;transform:translateY(24px);animation:agBenefitIn .75s var(--ag-motion-ease) forwards}
.ag-motion-item:nth-child(2){animation-delay:.10s}.ag-motion-item:nth-child(3){animation-delay:.20s}
@keyframes agBenefitIn{to{opacity:1;transform:translateY(0)}}
@media (prefers-reduced-motion:reduce){.ag-motion-item{opacity:1;transform:none;animation:none!important}.ag-product-card,.ag-feature-item,.ag-card-swatch{transition:none!important}}

/* Product detail: description is visibly before the purchase/quantity block */
.single-product .ag-full-description{order:initial;margin:26px 0 24px;padding:24px 0 26px}
.single-product .ag-full-description-content{font-size:15px;line-height:1.9;color:#3f4145}
.single-product .ag-full-description-content p{margin-bottom:12px}
.single-product form.cart{margin-top:18px}
.single-product form.cart .variations{margin-bottom:18px}
.single-product form.cart .quantity{display:flex!important;align-items:stretch!important;float:none!important;margin:0 12px 0 0!important;height:50px}
.single-product form.cart .quantity .ag-qty-btn{width:42px;height:50px;border:1px solid #d4d4cf;background:#f8f8f5;color:#111;display:grid;place-items:center;font-size:20px;line-height:1;cursor:pointer;transition:background .2s,color .2s,transform .2s}
.single-product form.cart .quantity .ag-qty-minus{border-radius:9px 0 0 9px;border-right:0}
.single-product form.cart .quantity .ag-qty-plus{border-radius:0 9px 9px 0;border-left:0}
.single-product form.cart .quantity .ag-qty-btn:hover{background:#111;color:#fff}
.single-product form.cart .quantity .qty{height:50px!important;width:62px!important;border:1px solid #d4d4cf!important;border-radius:0!important;text-align:center!important;font-weight:800!important;font-size:14px!important;margin:0!important;-moz-appearance:textfield}
.single-product form.cart .quantity .qty::-webkit-inner-spin-button,.single-product form.cart .quantity .qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.single-product form.cart .single_add_to_cart_button,.single-product form.cart .ag-buy-now-btn{height:50px!important;border-radius:9px!important;min-width:175px!important}

/* Make service strip appear naturally inside product summary */
.single-product .summary>.ag-feature-strip{margin:0 0 22px}
.single-product .summary>.ag-feature-strip .ag-feature-item{min-height:100px;padding:18px}
.single-product .summary>.ag-feature-strip .ag-feature-item strong{font-size:14px}
.single-product .summary>.ag-feature-strip .ag-feature-item small{font-size:10px}
.single-product .summary>.ag-feature-strip .ag-feature-icon{width:36px;height:36px;flex-basis:36px;font-size:14px}

/* Login / register / reset pages */
.woocommerce-account .ag-account-shell,.woocommerce-account .ag-reset-shell{width:min(calc(100% - 48px),var(--ag-container));margin:55px auto 100px}
.ag-account-shell{display:grid;grid-template-columns:.75fr 1.25fr;gap:20px;align-items:stretch}
.ag-account-brand-panel{position:relative;overflow:hidden;border-radius:22px;padding:48px;background:#0d0d0f;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:610px}
.ag-account-brand-panel:after{content:"";position:absolute;width:320px;height:320px;border:1px solid rgba(255,75,43,.25);border-radius:50%;right:-130px;bottom:-110px;box-shadow:0 0 0 60px rgba(255,255,255,.02),0 0 0 120px rgba(255,255,255,.015)}
.ag-account-brand-panel h2{position:relative;z-index:1;font:800 clamp(42px,4vw,64px)/.96 "Manrope";letter-spacing:-.055em;margin:15px 0 20px;color:#fff}.ag-account-brand-panel h2 em{font-style:normal;color:var(--ag-accent)}
.ag-account-brand-panel p{position:relative;z-index:1;max-width:400px;color:#b5b5ba;font-size:14px;line-height:1.8}
.ag-account-points{position:relative;z-index:1;display:grid;gap:10px;margin-top:35px}.ag-account-points span{font-size:9px;letter-spacing:.13em;color:#ddd;border-top:1px solid #303034;padding-top:11px}
.ag-account-forms{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.ag-auth-card,.ag-reset-card{background:#fff;border:1px solid var(--ag-line);border-radius:20px;padding:32px;box-shadow:0 15px 50px rgba(10,10,11,.045)}
.ag-auth-head h2{font:800 32px/1 "Manrope";letter-spacing:-.04em;margin:10px 0 8px;color:#111}.ag-auth-head p,.ag-reset-card>p{color:#777;font-size:12px;line-height:1.7;margin-bottom:24px}
.ag-auth-form .form-row{margin-bottom:17px}.ag-auth-form label{display:block!important;font-size:9px!important;font-weight:800!important;text-transform:uppercase;letter-spacing:.1em;color:#5f5f5c;margin-bottom:7px!important}
.ag-auth-form input.input-text{width:100%!important;height:48px!important;border:1px solid #d5d5d0!important;border-radius:9px!important;background:#fbfbf8!important;padding:0 13px!important;font-size:13px!important;color:#111!important;outline:none!important;transition:border-color .2s,box-shadow .2s}
.ag-auth-form input.input-text:focus{border-color:#111!important;box-shadow:0 0 0 3px rgba(0,0,0,.06)!important}
.ag-password-field{display:flex;position:relative}.ag-password-field input{padding-right:62px!important}.ag-password-toggle{position:absolute;right:8px;top:8px;height:32px;border:0;background:transparent;color:#777;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}.ag-password-toggle:hover{color:var(--ag-accent)}
.ag-auth-meta{display:flex!important;align-items:center;justify-content:space-between;gap:10px}.ag-auth-meta label{margin:0!important;text-transform:none!important;letter-spacing:0!important;font-size:10px!important;font-weight:600!important}.ag-auth-meta input{accent-color:var(--ag-accent)}.ag-forgot-link{font-size:10px;font-weight:800;color:#555}.ag-forgot-link:hover,.ag-back-login:hover{color:var(--ag-accent)}
.ag-auth-submit{width:100%!important;height:50px!important;border:0!important;border-radius:9px!important;background:#111!important;color:#fff!important;font-size:10px!important;text-transform:uppercase;letter-spacing:.1em;font-weight:800!important;display:flex!important;align-items:center;justify-content:center;gap:9px}.ag-auth-submit:hover{background:var(--ag-accent)!important}
.ag-register-card{background:linear-gradient(145deg,#fafaf7,#f2f2ee)}.ag-password-note{padding:12px 13px;background:#fff;border:1px dashed #d5d5cf;border-radius:9px;color:#777;font-size:10px;line-height:1.5}
.ag-reset-shell{display:grid;place-items:center}.ag-reset-card{width:min(100%,570px);padding:45px}.ag-reset-card h1{font:800 44px/.98 "Manrope";letter-spacing:-.05em;margin:12px 0;color:#111}.ag-reset-card>p{font-size:13px}.ag-back-login{display:block;text-align:center;margin-top:18px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#666}

/* Mobile */
@media(max-width:980px){
 .ag-feature-strip{grid-template-columns:1fr 1fr}.ag-feature-item:last-child{grid-column:1/-1}
 .ag-account-shell{grid-template-columns:1fr}.ag-account-brand-panel{min-height:360px}.ag-account-forms{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
 .ag-feature-strip{grid-template-columns:1fr}.ag-feature-item:last-child{grid-column:auto}.ag-feature-item{min-height:112px;padding:20px}
 .single-product .summary>.ag-feature-strip{margin-top:0}.single-product .summary>.ag-feature-strip .ag-feature-item{min-height:96px}
 .single-product form.cart .quantity{width:100%;margin:0 0 10px!important}.single-product form.cart .quantity .ag-qty-btn{flex:0 0 42px}.single-product form.cart .quantity .qty{flex:1;width:auto!important}
 .ag-account-shell,.woocommerce-account .ag-reset-shell{width:calc(100% - 28px);margin:30px auto 70px}.ag-account-brand-panel{padding:30px;min-height:330px;border-radius:16px}.ag-account-forms{grid-template-columns:1fr}.ag-auth-card,.ag-reset-card{padding:24px;border-radius:16px}.ag-reset-card h1{font-size:38px}
 .ag-product-media,.woocommerce ul.products li.product .ag-product-media{height:290px;min-height:290px}.ag-product-body{padding:16px}.ag-product-title{min-height:36px}
}

/* =========================
   ARMIXGEAR v4.0 UI SYSTEM
   ========================= */
.ag-section-sub{max-width:520px;color:#65656a;margin:10px 0 0;font-size:14px}
.ag-slider-controls{display:flex;align-items:center;gap:8px}
.ag-slider-controls>button{width:42px;height:42px;border:1px solid #dcdcd8;background:#fff;border-radius:50%;display:grid;place-items:center;font-size:17px;cursor:pointer;transition:transform .22s,background .22s,border-color .22s}
.ag-slider-controls>button:hover{transform:translateY(-3px);background:var(--ag-ink);border-color:var(--ag-ink);color:#fff}
.ag-product-slider{overflow:hidden;margin-right:calc((100vw - min(100vw - 48px,var(--ag-container)))/-2);padding:8px 0 24px}
.ag-product-slider-track{display:flex;gap:20px;overflow-x:auto;scrollbar-width:none;padding:4px 2px 20px 2px;scroll-snap-type:x mandatory}
.ag-product-slider-track::-webkit-scrollbar{display:none}
.ag-product-slide{flex:0 0 calc((100% - 60px)/4);scroll-snap-align:start}
.ag-product-slide .ag-product-card{height:100%}
.ag-product-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.ag-screen-products-section{background:#fff}
.ag-bestseller-section{overflow:hidden}
.ag-product-card{position:relative;overflow:hidden;background:#fff;border:1px solid #e6e6e2;border-radius:20px;box-shadow:0 7px 24px rgba(10,10,11,.045);transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s,border-color .35s}
.ag-product-card:hover{transform:translateY(-8px);box-shadow:0 22px 48px rgba(10,10,11,.12);border-color:#d7d7d2}
.ag-product-media{height:320px!important;background:linear-gradient(145deg,#fafaf8,#efefec);border:0!important;border-radius:19px 19px 0 0;display:flex!important;align-items:center;justify-content:center;overflow:hidden;position:relative}
.ag-product-media img{width:100%;height:100%;object-fit:contain!important;padding:28px;transition:transform .55s cubic-bezier(.2,.7,.2,1);will-change:transform}
.ag-product-card:hover .ag-product-media img{transform:scale(1.06)}
.ag-card-view{position:absolute!important;left:18px!important;right:18px!important;bottom:16px!important;width:auto!important;height:42px!important;border-radius:999px!important;background:rgba(10,10,11,.92)!important;color:#fff!important;display:flex!important;align-items:center;justify-content:center;gap:8px;font-size:10px!important;font-weight:800!important;letter-spacing:.1em;text-transform:uppercase;opacity:0;transform:translateY(10px);transition:.28s}
.ag-product-card:hover .ag-card-view{opacity:1;transform:none}
.ag-product-body{padding:22px 22px 24px!important;display:flex;flex-direction:column;min-height:220px}
.ag-product-cat{font-size:9px!important;letter-spacing:.11em!important;color:#8a8a8a!important;text-transform:uppercase;margin-bottom:8px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ag-product-title{font-size:17px!important;line-height:1.22!important;min-height:42px;margin-bottom:9px!important}
.ag-product-title a:hover{color:var(--ag-accent)}
.ag-product-rating{min-height:18px;margin-bottom:4px}
.ag-product-price{font-size:16px!important;font-weight:800!important;margin-bottom:12px}
.ag-product-price del{color:#999;font-weight:500;margin-right:5px}
.ag-product-price ins{text-decoration:none;color:var(--ag-accent)}
.ag-card-swatches{display:flex;gap:7px;min-height:30px;align-items:center;margin:2px 0 16px}
.ag-card-swatch{width:25px;height:25px;border:1px solid #d6d6d2;border-radius:50%;padding:2px;background:#fff;display:block;transition:transform .2s,border-color .2s,box-shadow .2s}
.ag-card-swatch span{display:block;width:100%;height:100%;border-radius:50%;background:var(--swatch,#111);box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}
.ag-card-swatch:hover{transform:scale(1.15);border-color:var(--ag-accent);box-shadow:0 0 0 3px rgba(255,75,43,.12)}
.ag-product-actions{margin-top:auto!important}
.ag-select-btn{width:100%;min-height:46px!important;border-radius:999px!important;background:#0a0a0b!important;color:#fff!important;display:flex!important;align-items:center;justify-content:center;font-size:10px!important;font-weight:800!important;letter-spacing:.1em;text-transform:uppercase;transition:.25s!important}
.ag-select-btn:hover{background:var(--ag-accent)!important;transform:translateY(-2px)}
.ag-sale,.ag-featured{z-index:4!important;border-radius:999px!important;padding:7px 10px!important;font-size:8px!important;letter-spacing:.1em!important}
.ag-sale{background:var(--ag-accent)!important;color:#fff!important}
.ag-featured{background:#0a0a0b!important;color:#fff!important;top:48px!important}
.ag-animate{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.7,.2,1);transition-delay:var(--ag-delay,0ms)}
.ag-animate.ag-in-view{opacity:1;transform:none}
.ag-product-card,.ag-collection-card,.ag-feature-strip,.ag-newsletter-shell,.ag-proof-inner{animation:none}
.ag-collection-card{transition:transform .45s cubic-bezier(.2,.7,.2,1),box-shadow .45s!important}
.ag-collection-card:hover{transform:translateY(-8px) scale(1.005)!important;box-shadow:0 28px 60px rgba(10,10,11,.16)}
.ag-feature-strip{position:relative;overflow:hidden}
.ag-feature-strip:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.12) 50%,transparent 80%);transform:translateX(-120%);animation:agShine 5s ease-in-out infinite;pointer-events:none}
@keyframes agShine{0%,55%{transform:translateX(-120%)}75%,100%{transform:translateX(120%)}}
.ag-newsletter-shell{border-radius:28px!important;overflow:hidden!important;box-shadow:0 24px 70px rgba(10,10,11,.16)}
.ag-newsletter-form{position:relative}
.ag-newsletter-form input:focus{box-shadow:0 0 0 4px rgba(255,75,43,.15)}
.ag-auth-switch{display:flex;align-items:center;justify-content:center;gap:12px;margin:0 auto 20px;color:#707074;font-size:13px}
.ag-auth-switch-btn{display:inline-flex;align-items:center;gap:7px;padding:10px 16px;border-radius:999px;background:#0a0a0b;color:#fff!important;font-weight:800;font-size:10px;letter-spacing:.08em;text-transform:uppercase;transition:.25s}
.ag-auth-switch-btn:hover{background:var(--ag-accent);transform:translateY(-2px)}
.ag-account-forms{scroll-margin-top:30px}
@media (max-width:1100px){
 .ag-product-slide{flex-basis:calc((100% - 40px)/3)}
 .ag-product-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:760px){
 .ag-product-slider{margin-right:-24px}
 .ag-product-slide{flex-basis:calc(88% - 10px)}
 .ag-slider-controls .ag-text-link{display:none}
 .ag-product-media{height:260px!important}
 .ag-product-body{padding:18px!important;min-height:205px}
 .ag-product-title{font-size:15px!important}
 .ag-product-grid-3{grid-template-columns:1fr}
 .ag-auth-switch{flex-wrap:wrap}
}
@media (prefers-reduced-motion:reduce){
 *,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

/* =========================
   ARMIXGEAR v4.1 FINAL POLISH
   ========================= */
.ag-account-shell{grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:26px;align-items:stretch}
.ag-account-brand-panel{min-height:650px;padding:52px;justify-content:flex-start}
.ag-account-brand-panel .ag-auth-switch{margin-top:auto;justify-content:flex-start;padding-top:24px}
.ag-auth-switch{display:flex;align-items:center;gap:12px;color:#a7a7ac;font-size:12px}
.ag-auth-switch-btn{min-height:44px;padding:0 18px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07);backdrop-filter:blur(10px);box-shadow:0 8px 25px rgba(0,0,0,.18);font-size:10px}
.ag-auth-switch-btn:hover{background:var(--ag-accent);border-color:var(--ag-accent);color:#fff!important}
.ag-account-forms{align-content:stretch;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.ag-auth-card{min-width:0;padding:38px;box-shadow:0 22px 65px rgba(10,10,11,.08);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}
.ag-auth-card:hover{transform:translateY(-4px);box-shadow:0 30px 80px rgba(10,10,11,.11)}
.ag-register-card{background:linear-gradient(145deg,#fff,#f4f4ef)}
.ag-auth-highlight{animation:agAuthPulse .9s ease}
@keyframes agAuthPulse{0%{box-shadow:0 0 0 0 rgba(255,75,43,.38)}100%{box-shadow:0 0 0 16px rgba(255,75,43,0)}}
.ag-section-slider-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 12px}
.ag-auto-note{display:flex;align-items:center;gap:8px;color:#777;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.ag-pulse-dot{width:7px;height:7px;border-radius:50%;background:var(--ag-accent);box-shadow:0 0 0 0 rgba(255,75,43,.35);animation:agPulse 1.8s infinite}
@keyframes agPulse{70%{box-shadow:0 0 0 8px rgba(255,75,43,0)}100%{box-shadow:0 0 0 0 rgba(255,75,43,0)}}
.ag-product-slider{margin-right:0;overflow:hidden;padding:8px 0 28px}
.ag-product-slider-track{width:100%;overflow-x:auto;overscroll-behavior-x:contain;scroll-behavior:smooth;padding:5px 3px 22px;gap:20px}
.ag-product-slide{flex:0 0 calc((100% - 60px)/4);min-width:0}
.ag-product-slider .ag-product-card{height:100%}
.ag-slider-controls{flex-shrink:0}
.ag-slider-controls>button{position:relative;z-index:3;flex:0 0 42px}
@media(max-width:1100px){.ag-product-slide{flex-basis:calc((100% - 40px)/3)}.ag-account-forms{grid-template-columns:1fr}}
@media(max-width:760px){.ag-account-shell{grid-template-columns:1fr}.ag-account-brand-panel{min-height:430px;padding:32px}.ag-account-brand-panel .ag-auth-switch{margin-top:35px}.ag-account-forms{grid-template-columns:1fr}.ag-product-slide{flex-basis:calc(86% - 10px)}.ag-section-slider-head{align-items:flex-end}.ag-auto-note{font-size:8px}}


/* v4.3 custom product purchase UX */
.ag-sticky-buybar{
  position:fixed;
  z-index:9998;
  left:50%;
  bottom:18px;
  transform:translate(-50%,120%);
  width:min(980px,calc(100% - 32px));
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:12px 14px 12px 18px;
  border:1px solid rgba(10,10,11,.08);
  border-radius:18px;
  background:rgba(255,255,255,.96);
  box-shadow:0 20px 60px rgba(10,10,11,.18);
  backdrop-filter:blur(18px);
  transition:transform .35s cubic-bezier(.2,.8,.2,1),opacity .35s ease;
  opacity:0;
}
body.armixgear-single-product .ag-sticky-buybar{opacity:1;transform:translate(-50%,0)}
.ag-sticky-buybar-product{display:flex;align-items:center;gap:12px;min-width:0}
.ag-sticky-buybar-thumb{width:48px;height:48px;border-radius:12px;overflow:hidden;background:#f3f3f1;flex:0 0 48px}
.ag-sticky-buybar-thumb img{width:100%;height:100%;object-fit:cover}
.ag-sticky-buybar-product strong{display:block;max-width:340px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}
.ag-sticky-buybar-product span{display:block;margin-top:3px;font-size:13px;font-weight:700}
.ag-sticky-buybar-actions{display:flex;gap:8px;flex:0 0 auto}
.ag-sticky-buybar button{
  min-height:46px;padding:0 20px;border:0;border-radius:12px;font:700 13px/1 inherit;letter-spacing:.01em;cursor:pointer;transition:transform .2s ease,opacity .2s ease,background .2s ease;
}
.ag-sticky-add{background:#111;color:#fff}
.ag-sticky-buy{background:#ff4b2b;color:#fff}
.ag-sticky-buybar button:hover:not(:disabled){transform:translateY(-2px)}
.ag-sticky-buybar button:disabled{opacity:.4;cursor:not-allowed}
.single-product form.cart .single_add_to_cart_button.loading{pointer-events:none}
.single-product form.cart .quantity{display:flex!important;align-items:center!important}
.single-product form.cart .quantity .ag-qty-btn{width:48px!important;height:48px!important;min-width:48px!important;padding:0!important;display:grid!important;place-items:center!important;border:1px solid #deded9!important;background:#fff!important;color:#111!important;font-size:20px!important;line-height:1!important;cursor:pointer!important}
.single-product form.cart .quantity .ag-qty-minus{border-radius:12px 0 0 12px!important}
.single-product form.cart .quantity .ag-qty-plus{border-radius:0 12px 12px 0!important}
.single-product form.cart .quantity input.qty{width:68px!important;height:48px!important;margin:0!important;border-radius:0!important;border-left:0!important;border-right:0!important;text-align:center!important;font-weight:800!important;font-size:16px!important;box-shadow:none!important}
@media (max-width:700px){
  .ag-sticky-buybar{bottom:0;width:100%;border-radius:18px 18px 0 0;padding:10px 12px calc(10px + env(safe-area-inset-bottom));gap:10px}
  .ag-sticky-buybar-product{display:none}
  .ag-sticky-buybar-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}
  .ag-sticky-buybar button{width:100%;min-height:50px}
  body.armixgear-single-product{padding-bottom:78px}
}

/* =========================
   ARMIXGEAR v4.4 — GLOBAL POLISH
   ========================= */
:root{--ag-container:1320px;--ag-safe-x:clamp(16px,3vw,40px)}
html{overflow-x:hidden}
body.armixgear-theme{overflow-x:hidden}
.ag-container{width:min(calc(100% - 2*var(--ag-safe-x)),var(--ag-container));margin-left:auto!important;margin-right:auto!important}
.site-main,.ast-container,.ast-container-fluid{max-width:none}
/* Sticky header */
.ag-header{position:sticky!important;top:0;z-index:9990;transition:box-shadow .28s ease,background .28s ease,transform .28s ease}
body.ag-header-scrolled .ag-header{background:rgba(255,255,255,.94);box-shadow:0 12px 34px rgba(10,10,11,.10)}
body.ag-header-scrolled .ag-header-inner{height:68px}
.ag-header-inner{transition:height .28s ease}
.admin-bar .ag-header{top:32px}
@media(max-width:782px){.admin-bar .ag-header{top:46px}}
/* benefit icons */
.ag-feature-item{min-height:142px}
.ag-feature-icon{position:relative;overflow:hidden}
.ag-feature-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;position:relative;z-index:2}
.ag-feature-icon:after{content:"";position:absolute;inset:-20%;border-radius:50%;border:1px solid rgba(255,255,255,.25);transform:scale(.65);opacity:0;animation:agIconRing 2.8s ease-out infinite}
.ag-feature-item:nth-child(2) .ag-feature-icon:after{animation-delay:.7s}.ag-feature-item:nth-child(3) .ag-feature-icon:after{animation-delay:1.4s}
.ag-feature-item:hover .ag-feature-icon svg{animation:agIconBounce .65s ease}
@keyframes agIconRing{0%{transform:scale(.55);opacity:.65}70%,100%{transform:scale(1.5);opacity:0}}
@keyframes agIconBounce{0%,100%{transform:translateY(0) rotate(0)}35%{transform:translateY(-3px) rotate(-5deg)}70%{transform:translateY(1px) rotate(4deg)}}
/* Product detail tabs: only reviews remain */
.single-product .woocommerce-tabs ul.tabs li.description,.single-product .woocommerce-tabs ul.tabs li.additional_information{display:none!important}
/* Full description is intentionally before quantity */
.single-product form.cart>.ag-full-description{order:1;margin:0 0 22px;padding:24px 26px;border:1px solid var(--ag-line);border-radius:18px;background:#fafaf7}
.single-product form.cart>.variations{order:2}
.single-product form.cart>.quantity{order:3}
.single-product form.cart>.single_add_to_cart_button{order:4}
/* Mobile/desktop container safety */
@media(min-width:1200px){.ag-product-grid,.woocommerce ul.products{max-width:1320px;margin-left:auto!important;margin-right:auto!important}.single-product div.product{max-width:1320px;margin-left:auto!important;margin-right:auto!important}}
@media(max-width:700px){.ag-container{width:calc(100% - 28px)}.ag-header-inner{gap:12px}.ag-main-nav{display:none}.ag-feature-strip{gap:10px}.ag-feature-item{min-height:110px;padding:18px}.ag-feature-item strong{font-size:15px}.ag-feature-item small{font-size:10px}}

/* =========================
   ARMIXGEAR v4.5 PREMIUM POLISH
   ========================= */
:root{--ag-accent:#ff4b2b;--ag-ink:#0a0a0b}
body.ag-validation-open,body.ag-cart-open{overflow:hidden}
.ag-cart-link{position:relative;cursor:pointer}
.ag-cart-link .ag-icon-bag{transition:transform .25s ease}
.ag-cart-link:hover .ag-icon-bag{transform:translateY(-2px) rotate(-4deg)}

/* Custom validation dialog */
.ag-validation-modal{position:fixed;inset:0;z-index:100005;display:grid;place-items:center;padding:20px}
.ag-validation-modal[hidden]{display:none}
.ag-validation-backdrop{position:absolute;inset:0;background:rgba(10,10,11,.58);backdrop-filter:blur(8px)}
.ag-validation-dialog{position:relative;width:min(440px,100%);padding:38px 34px 32px;border:1px solid rgba(255,255,255,.65);border-radius:26px;background:linear-gradient(145deg,#fff,#f5f5f1);box-shadow:0 35px 100px rgba(0,0,0,.28);text-align:center;animation:agValidationIn .28s cubic-bezier(.2,.8,.2,1)}
@keyframes agValidationIn{from{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:none}}
.ag-validation-close{position:absolute;right:15px;top:15px;width:36px;height:36px;border:1px solid #deded8;border-radius:50%;background:#fff;color:#111;font-size:22px;line-height:1;cursor:pointer;transition:.2s}
.ag-validation-close:hover{background:#111;color:#fff;transform:rotate(8deg)}
.ag-validation-icon{width:64px;height:64px;margin:0 auto 20px;border-radius:20px;background:rgba(255,75,43,.11);display:grid;place-items:center;position:relative}
.ag-validation-icon:before{content:"";position:absolute;inset:6px;border:1px solid rgba(255,75,43,.25);border-radius:16px;animation:agValidationPulse 1.8s infinite}
.ag-validation-icon span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--ag-accent);color:#fff;font:800 19px/1 Manrope,sans-serif;position:relative;z-index:1}
@keyframes agValidationPulse{0%,100%{transform:scale(.92);opacity:.4}50%{transform:scale(1.08);opacity:1}}
.ag-validation-dialog h2{margin:8px 0 10px;font:800 30px/1.05 Manrope,sans-serif;letter-spacing:-.04em;color:#0a0a0b}
.ag-validation-dialog p{margin:0 auto 24px;max-width:330px;color:#666;font-size:13px;line-height:1.7}
.ag-validation-ok{min-width:150px;justify-content:center;border:0!important}

/* More modern account/auth presentation */
.ag-account-shell{gap:22px!important}
.ag-account-brand-panel{position:relative;overflow:hidden;background:radial-gradient(circle at 85% 18%,rgba(255,75,43,.28),transparent 30%),linear-gradient(145deg,#101012,#050506)!important;border-radius:28px!important;box-shadow:0 30px 90px rgba(0,0,0,.18)!important}
.ag-account-brand-panel:after{content:"";position:absolute;width:260px;height:260px;right:-90px;bottom:-90px;border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 45px rgba(255,255,255,.025),0 0 0 90px rgba(255,255,255,.018)}
.ag-account-forms{gap:16px!important}
.ag-auth-card{border-radius:24px!important;border-color:#e5e5df!important;padding:34px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 18px 65px rgba(10,10,11,.07)!important}
.ag-auth-card:hover{transform:translateY(-3px)!important}
.ag-auth-heading h2,.ag-auth-head h2{font-size:34px!important;letter-spacing:-.045em!important}
.ag-auth-form input.input-text,.ag-ajax-login-form input,.ag-otp-register-form input{height:54px!important;border-radius:13px!important;background:#fafaf7!important}
.ag-auth-submit{height:54px!important;border-radius:13px!important;font-size:11px!important;box-shadow:0 10px 25px rgba(10,10,11,.12);transition:transform .2s,box-shadow .2s,background .2s!important}
.ag-auth-submit:hover{transform:translateY(-2px)!important;box-shadow:0 14px 30px rgba(255,75,43,.18)!important}
.ag-auth-secondary{border-radius:13px!important;min-height:52px!important;background:#f4f4ef!important;border:1px solid #deded8!important}
.ag-auth-message{border-radius:12px!important;padding:12px 14px!important;font-size:11px!important}

/* Home benefits are intentionally prominent */
.ag-home-feature-wrap{padding-top:6px;padding-bottom:10px}
.home .ag-home-feature-wrap .ag-feature-strip,.front-page .ag-home-feature-wrap .ag-feature-strip{margin-bottom:54px}
.home .ag-home-feature-wrap .ag-feature-item,.front-page .ag-home-feature-wrap .ag-feature-item{min-height:150px;padding:28px 30px}
.home .ag-home-feature-wrap .ag-feature-item strong,.front-page .ag-home-feature-wrap .ag-feature-item strong{font-size:19px}
.home .ag-home-feature-wrap .ag-feature-icon,.front-page .ag-home-feature-wrap .ag-feature-icon{width:52px;height:52px;flex-basis:52px;border-radius:16px}

@media(max-width:760px){
 .ag-validation-dialog{padding:34px 22px 26px;border-radius:22px}
 .ag-home-feature-wrap .ag-feature-item{min-height:120px!important;padding:20px!important}
 .ag-home-feature-wrap .ag-feature-item strong{font-size:16px!important}
}

/* =========================
   ARMIXGEAR v4.6.2 — ARCHIVE + ACCOUNT POLISH
   ========================= */
/* Remove all WooCommerce sale pills from ArmixGear product cards. */
.ag-product-card .ag-sale,
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale{display:none!important}

/* Archive/shop cards: content-driven height, clean centered grid. */
.woocommerce ul.products,
.ag-product-grid{align-items:stretch!important}
.woocommerce ul.products li.product,
.ag-product-card{height:auto!important;min-height:0!important}
.woocommerce ul.products li.product .ag-product-card{height:auto!important}
.ag-product-card{display:flex;flex-direction:column}
.ag-product-card .ag-product-media{flex:0 0 auto}
.ag-product-card .ag-product-body{display:flex;flex-direction:column;flex:1 1 auto}
.ag-product-card .ag-product-actions{margin-top:auto}
.woocommerce ul.products li.product .ag-product-card{width:100%}
.woocommerce ul.products li.product{display:flex!important;align-items:stretch!important}
.woocommerce ul.products li.product .ag-product-card{min-width:0}

/* Shop/category: true centered container and one card per row on mobile. */
@media(min-width:761px){
  .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:760px){
  .woocommerce ul.products{width:calc(100% - 28px)!important;grid-template-columns:1fr!important;gap:18px!important;margin-left:auto!important;margin-right:auto!important}
  .woocommerce ul.products li.product{width:100%!important;max-width:none!important}
  .woocommerce ul.products li.product .ag-product-media{height:300px!important;min-height:300px!important}
  .ag-product-grid{grid-template-columns:1fr!important}
  .ag-product-grid .ag-product-card{width:100%!important}
}

/* Modern My Account / login-register screen. */
.woocommerce-account .ag-auth-v44{
  width:min(calc(100% - 48px),1120px);
  margin:56px auto 100px;
  display:grid;
  grid-template-columns:minmax(0,.86fr) minmax(420px,.9fr);
  min-height:650px;
  border:1px solid #deded8;
  border-radius:30px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 30px 100px rgba(10,10,11,.10);
}
.woocommerce-account .ag-auth-visual{
  position:relative;
  overflow:hidden;
  padding:58px 54px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  color:#fff;
  background:
    radial-gradient(circle at 80% 18%,rgba(255,75,43,.34),transparent 25%),
    radial-gradient(circle at 15% 80%,rgba(255,255,255,.06),transparent 25%),
    linear-gradient(145deg,#111113,#050506);
}
.woocommerce-account .ag-auth-visual:before{
  content:"";position:absolute;width:420px;height:420px;right:-210px;top:-170px;border:1px solid rgba(255,255,255,.13);border-radius:50%;box-shadow:0 0 0 60px rgba(255,255,255,.025),0 0 0 120px rgba(255,255,255,.018),0 0 0 180px rgba(255,255,255,.012);
}
.woocommerce-account .ag-auth-visual:after{
  content:"ARMIX / GEAR";position:absolute;top:42px;left:54px;color:rgba(255,255,255,.32);font:800 10px/1 "DM Sans",sans-serif;letter-spacing:.22em;
}
.woocommerce-account .ag-auth-visual h1{position:relative;z-index:1;margin:0 0 22px;font:800 clamp(44px,4.5vw,70px)/.92 "Manrope",sans-serif;letter-spacing:-.065em;color:#fff}
.woocommerce-account .ag-auth-visual h1 em{font-style:normal;color:var(--ag-accent)}
.woocommerce-account .ag-auth-visual p{position:relative;z-index:1;max-width:450px;margin:0;color:#b9b9be;font:500 14px/1.8 "DM Sans",sans-serif}
.woocommerce-account .ag-auth-trust{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:8px;margin-top:32px}
.woocommerce-account .ag-auth-trust span{padding:10px 12px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.045);color:#e4e4e6;font-size:9px;letter-spacing:.06em}
.woocommerce-account .ag-auth-panel{padding:38px 42px;background:#fbfbf8;display:flex;flex-direction:column;justify-content:center}
.woocommerce-account .ag-auth-tabs{display:grid;grid-template-columns:1fr 1fr;padding:5px;background:#ecece7;border-radius:14px;margin-bottom:34px}
.woocommerce-account .ag-auth-tabs button{min-height:46px;border:0;border-radius:10px;background:transparent;color:#73736f;font:800 10px/1 "DM Sans",sans-serif;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:.25s}
.woocommerce-account .ag-auth-tabs button.is-active{background:#111;color:#fff;box-shadow:0 8px 20px rgba(10,10,11,.12)}
.woocommerce-account .ag-auth-heading{margin-bottom:25px}
.woocommerce-account .ag-auth-heading .ag-eyebrow{color:var(--ag-accent);font-weight:800}
.woocommerce-account .ag-auth-heading h2{margin:8px 0 8px;color:#0a0a0b;font:800 40px/.95 "Manrope",sans-serif;letter-spacing:-.055em}
.woocommerce-account .ag-auth-heading p{margin:0;max-width:460px;color:#777;font:500 13px/1.7 "DM Sans",sans-serif}
.woocommerce-account .ag-auth-panel label{display:block;margin-bottom:15px;color:#50504d;font:800 9px/1.2 "DM Sans",sans-serif;letter-spacing:.1em;text-transform:uppercase}
.woocommerce-account .ag-auth-panel input{width:100%;height:54px;margin-top:7px;border:1px solid #d9d9d3;border-radius:13px;background:#fff;color:#111;padding:0 15px;font:500 14px "DM Sans",sans-serif;outline:none;transition:border-color .2s,box-shadow .2s,transform .2s}
.woocommerce-account .ag-auth-panel input:focus{border-color:#111;box-shadow:0 0 0 4px rgba(10,10,11,.06)}
.woocommerce-account .ag-input-action{position:relative;display:block}
.woocommerce-account .ag-input-action input{padding-right:70px}
.woocommerce-account .ag-input-action button{position:absolute;right:8px;bottom:8px;height:38px;padding:0 10px;border:0;border-radius:9px;background:#f0f0eb;color:#555;font:800 8px "DM Sans";text-transform:uppercase;cursor:pointer}
.woocommerce-account .ag-auth-submit{width:100%;height:54px;border:0;border-radius:13px;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;gap:9px;font:800 10px "DM Sans";letter-spacing:.1em;text-transform:uppercase;cursor:pointer;box-shadow:0 12px 25px rgba(10,10,11,.12);transition:transform .22s,background .22s,box-shadow .22s}
.woocommerce-account .ag-auth-submit:hover{background:var(--ag-accent);transform:translateY(-2px);box-shadow:0 16px 32px rgba(255,75,43,.20)}
.woocommerce-account .ag-auth-secondary{width:100%;min-height:50px;margin-top:10px;border:1px solid #d8d8d2;border-radius:13px;background:#fff;color:#333;font:800 9px "DM Sans";letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:.2s}
.woocommerce-account .ag-auth-secondary:hover{border-color:#111;background:#f4f4ef;transform:translateY(-1px)}
.woocommerce-account .ag-auth-forgot{display:block;margin-top:18px;text-align:center;color:#777;font:800 9px "DM Sans";letter-spacing:.08em;text-transform:uppercase}
.woocommerce-account .ag-auth-forgot:hover{color:var(--ag-accent)}
.woocommerce-account .ag-auth-message:empty{display:none}
.woocommerce-account .ag-auth-message{margin-bottom:15px;border-radius:12px;background:#fff1ed;border:1px solid #ffd2c8;color:#9d321f;padding:11px 13px;font-size:11px;line-height:1.5}
.woocommerce-account .ag-otp-box{margin-top:14px;padding:16px;border:1px solid #deded8;border-radius:15px;background:#f4f4ef}
.woocommerce-account .ag-otp-box .ag-auth-submit{background:#222}
.woocommerce-account .ag-otp-verify{margin-top:12px}

@media(max-width:900px){
  .woocommerce-account .ag-auth-v44{grid-template-columns:1fr;width:calc(100% - 32px);margin:32px auto 70px}
  .woocommerce-account .ag-auth-visual{min-height:390px;padding:38px 32px}
  .woocommerce-account .ag-auth-panel{padding:30px 26px}
}
@media(max-width:560px){
  .woocommerce-account .ag-auth-v44{width:calc(100% - 24px);border-radius:22px;margin:22px auto 55px}
  .woocommerce-account .ag-auth-visual{min-height:350px;padding:30px 24px}
  .woocommerce-account .ag-auth-visual:after{left:24px;top:26px}
  .woocommerce-account .ag-auth-visual h1{font-size:44px}
  .woocommerce-account .ag-auth-trust{display:grid;grid-template-columns:1fr;gap:6px}
  .woocommerce-account .ag-auth-panel{padding:24px 18px}
  .woocommerce-account .ag-auth-heading h2{font-size:34px}
}

/* =========================================================
   ARMIXGEAR v4.6.3 — SHOP GRID / IMAGE FINAL FIX
   Shop + product-category archives only.
   ========================================================= */
@media (min-width: 1101px) {
  body.woocommerce-shop .woocommerce ul.products,
  body.tax-product_cat .woocommerce ul.products,
  body.tax-product_cat ul.products {
    width: min(calc(100% - 48px), var(--ag-container)) !important;
    max-width: var(--ag-container) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
    align-items: start !important;
  }

  body.woocommerce-shop .woocommerce ul.products li.product,
  body.tax-product_cat .woocommerce ul.products li.product,
  body.tax-product_cat ul.products li.product {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
  }

  body.woocommerce-shop .woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
  body.tax-product_cat .woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
  body.tax-product_cat ul.products li.product a.woocommerce-LoopProduct-link {
    display: block !important;
  }

  body.woocommerce-shop .woocommerce ul.products li.product a.woocommerce-LoopProduct-link img,
  body.tax-product_cat .woocommerce ul.products li.product a.woocommerce-LoopProduct-link img,
  body.tax-product_cat ul.products li.product a.woocommerce-LoopProduct-link img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 320px !important;
    min-height: 320px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
    background: #f3f4f1 !important;
  }
}

@media (min-width: 981px) and (max-width: 1100px) {
  body.woocommerce-shop .woocommerce ul.products,
  body.tax-product_cat .woocommerce ul.products,
  body.tax-product_cat ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.woocommerce-shop .woocommerce ul.products li.product a.woocommerce-LoopProduct-link img,
  body.tax-product_cat .woocommerce ul.products li.product a.woocommerce-LoopProduct-link img,
  body.tax-product_cat ul.products li.product a.woocommerce-LoopProduct-link img {
    height: 300px !important;
    min-height: 300px !important;
  }
}

@media (min-width: 761px) and (max-width: 980px) {
  body.woocommerce-shop .woocommerce ul.products,
  body.tax-product_cat .woocommerce ul.products,
  body.tax-product_cat ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.woocommerce-shop .woocommerce ul.products li.product a.woocommerce-LoopProduct-link img,
  body.tax-product_cat .woocommerce ul.products li.product a.woocommerce-LoopProduct-link img,
  body.tax-product_cat ul.products li.product a.woocommerce-LoopProduct-link img {
    height: 330px !important;
    min-height: 330px !important;
  }
}

@media (max-width: 760px) {
  body.woocommerce-shop .woocommerce ul.products,
  body.tax-product_cat .woocommerce ul.products,
  body.tax-product_cat ul.products {
    width: calc(100% - 28px) !important;
    max-width: none !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.woocommerce-shop .woocommerce ul.products li.product,
  body.tax-product_cat .woocommerce ul.products li.product,
  body.tax-product_cat ul.products li.product {
    width: 100% !important;
    max-width: none !important;
  }

  body.woocommerce-shop .woocommerce ul.products li.product a.woocommerce-LoopProduct-link img,
  body.tax-product_cat .woocommerce ul.products li.product a.woocommerce-LoopProduct-link img,
  body.tax-product_cat ul.products li.product a.woocommerce-LoopProduct-link img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
  }
}


/* =========================================================
   ARMIXGEAR v4.6.4 — SHOP 4-COLUMN + PRODUCT-LED HOME HERO
   ========================================================= */

/* WooCommerce may output columns-3 from Astra settings. Force the archive
   loop itself to 4 on desktop and let the responsive breakpoints own layout. */
@media (min-width: 1024px) {
  body.post-type-archive-product .site-main ul.products,
  body.woocommerce-shop .site-main ul.products,
  body.tax-product_cat .site-main ul.products,
  body.tax-product_tag .site-main ul.products,
  body.armixgear-woocommerce .site-main ul.products.columns-2,
  body.armixgear-woocommerce .site-main ul.products.columns-3,
  body.armixgear-woocommerce .site-main ul.products.columns-4,
  body.armixgear-woocommerce .site-main ul.products {
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:18px!important;
    width:min(calc(100% - 48px),1320px)!important;
    max-width:1320px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    align-items:start!important;
  }
  body.post-type-archive-product .site-main ul.products > li.product,
  body.woocommerce-shop .site-main ul.products > li.product,
  body.tax-product_cat .site-main ul.products > li.product,
  body.tax-product_tag .site-main ul.products > li.product {
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    float:none!important;
  }
}

@media (min-width: 761px) and (max-width:1023px) {
  body.armixgear-woocommerce .site-main ul.products {
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media (max-width:760px) {
  body.armixgear-woocommerce .site-main ul.products {
    grid-template-columns:1fr!important;
    width:calc(100% - 28px)!important;
    gap:18px!important;
  }
}

/* Archive card media: the picture gets the full card width and a clean
   square canvas instead of the old fixed-height crop. */
body.post-type-archive-product .site-main .ag-product-card .ag-product-media,
body.woocommerce-shop .site-main .ag-product-card .ag-product-media,
body.tax-product_cat .site-main .ag-product-card .ag-product-media,
body.tax-product_tag .site-main .ag-product-card .ag-product-media {
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:1 / 1!important;
  padding:0!important;
  background:#f5f5f1!important;
}
body.post-type-archive-product .site-main .ag-product-card .ag-product-media img,
body.woocommerce-shop .site-main .ag-product-card .ag-product-media img,
body.tax-product_cat .site-main .ag-product-card .ag-product-media img,
body.tax-product_tag .site-main .ag-product-card .ag-product-media img {
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center!important;
  display:block!important;
}

/* A tighter, cleaner 4-up archive card so four columns still feel premium. */
@media (min-width:1024px) {
  body.armixgear-woocommerce .site-main ul.products .ag-product-card {
    border-radius:16px!important;
    border-color:#e2e2dc!important;
    overflow:hidden!important;
    background:#fff!important;
    box-shadow:0 6px 22px rgba(10,10,11,.035)!important;
  }
  body.armixgear-woocommerce .site-main ul.products .ag-product-body {
    padding:16px 15px 15px!important;
  }
  body.armixgear-woocommerce .site-main ul.products .ag-product-title {
    font-size:12px!important;
    line-height:1.35!important;
    min-height:33px!important;
  }
  body.armixgear-woocommerce .site-main ul.products .ag-select-btn {
    min-height:40px!important;
    border-radius:999px!important;
  }
}

/* ---------- Product-led hero ---------- */
.ag-hero-visual{isolation:isolate}
.ag-hero-product-visual{
  position:absolute;
  inset:0;
  z-index:2;
  display:grid;
  place-items:center;
  opacity:0;
  visibility:hidden;
  transform:translateY(18px) scale(.97);
  transition:opacity .55s ease,transform .6s cubic-bezier(.2,.8,.2,1),visibility .55s;
  pointer-events:none;
}
.ag-hero-product-visual.active{opacity:1;visibility:visible;transform:none}
.ag-hero-product-duo{display:block}
.ag-hero-product{
  margin:0;
  position:absolute;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.13);
  background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.025));
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  box-shadow:0 34px 90px rgba(0,0,0,.42);
}
.ag-hero-product span{
  position:absolute;z-index:3;left:16px;top:15px;
  color:rgba(255,255,255,.72);font:800 8px/1 "DM Sans",sans-serif;
  letter-spacing:.16em;text-transform:uppercase;
}
.ag-hero-product img{width:100%;height:100%;display:block;object-fit:contain;filter:drop-shadow(0 25px 30px rgba(0,0,0,.3));transition:transform .7s cubic-bezier(.2,.8,.2,1)}
.ag-hero-product-screen{width:295px;height:360px;left:6%;top:38px;border-radius:26px;transform:rotate(-7deg);animation:agHeroFloatA 5.6s ease-in-out infinite}
.ag-hero-product-strap{width:235px;height:290px;right:0;bottom:28px;border-radius:22px;transform:rotate(8deg);animation:agHeroFloatB 6.2s ease-in-out infinite}
.ag-hero-product-focus{position:relative;width:min(380px,80%);height:410px;border-radius:28px;background:linear-gradient(145deg,#171719,#080809);padding:30px}
.ag-hero-product-focus img{object-fit:contain}
.ag-hero-product-focus figcaption{position:absolute;left:20px;right:20px;bottom:16px;color:#aaa;font:700 9px/1.35 "DM Sans",sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ag-hero-product-visual.active .ag-hero-product-focus img{animation:agProductReveal .75s cubic-bezier(.2,.8,.2,1) both}
@keyframes agHeroFloatA{0%,100%{translate:0 0}50%{translate:0 -12px}}
@keyframes agHeroFloatB{0%,100%{translate:0 0}50%{translate:0 10px}}
@keyframes agProductReveal{from{opacity:0;transform:scale(.9) translateY(14px)}to{opacity:1;transform:none}}

/* ---------- Product imagery inside the two category boxes ---------- */
.ag-collection-card-photo{border-radius:18px;transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s}
.ag-collection-card-photo:hover{transform:translateY(-6px);box-shadow:0 28px 65px rgba(10,10,11,.16)}
.ag-collection-card-photo .ag-collection-art{overflow:hidden;background:linear-gradient(145deg,#171719,#080809)}
.ag-collection-card-photo .ag-collection-art:before{z-index:2;pointer-events:none;border-radius:12px}
.ag-collection-card-photo .ag-collection-art>img{
  position:relative;z-index:1;width:100%;height:100%;padding:16px 34px 0;display:block;object-fit:contain;object-position:center bottom;
  filter:drop-shadow(0 22px 28px rgba(0,0,0,.45));transition:transform .5s cubic-bezier(.2,.8,.2,1);
}
.ag-collection-card-photo:hover .ag-collection-art>img{transform:scale(1.055) translateY(-3px)}
.ag-collection-card-photo .ag-collection-index{
  position:absolute!important;z-index:3!important;right:26px!important;bottom:20px!important;left:auto!important;top:auto!important;
  width:auto!important;height:auto!important;border:0!important;border-radius:0!important;color:rgba(255,255,255,.20)!important;
  font:800 54px/.8 "Manrope",sans-serif!important;letter-spacing:-.08em!important;
}
.ag-collection-card-photo .ag-collection-index:after{display:none!important}

@media(max-width:900px){
  .ag-hero-product-screen{left:17%;top:50px}
  .ag-hero-product-strap{right:12%;bottom:12px}
}
@media(max-width:760px){
  .ag-hero-visual{right:-125px!important;bottom:-72px!important;width:470px!important;opacity:.48!important}
  .ag-hero-product-screen{width:240px;height:300px;left:10%;top:80px}
  .ag-hero-product-strap{width:190px;height:235px;right:7%;bottom:65px}
  .ag-hero-product-focus{width:280px;height:330px;margin-left:45px}
  .ag-collection-card-photo .ag-collection-art>img{padding:12px 25px 0}
}

@media(prefers-reduced-motion:reduce){
  .ag-hero-product-screen,.ag-hero-product-strap,.ag-hero-product-visual.active .ag-hero-product-focus img{animation:none!important}
  .ag-hero-product-visual,.ag-collection-card-photo,.ag-collection-card-photo .ag-collection-art>img{transition:none!important}
}


/* =========================================================
   ARMIXGEAR v4.6.5 — ARCHIVE AUTO-HEIGHT + ACCOUNT TITLE CONTAINER
   ========================================================= */

/* Shop/category cards should size to their own content, not the tallest
   product in the grid row. These selectors intentionally override older
   equal-height rules from Astra and previous ArmixGear card iterations. */
body.post-type-archive-product .site-main ul.products,
body.woocommerce-shop .site-main ul.products,
body.tax-product_cat .site-main ul.products,
body.tax-product_tag .site-main ul.products {
  align-items:start!important;
  grid-auto-rows:auto!important;
}

body.post-type-archive-product .site-main ul.products > li.product,
body.woocommerce-shop .site-main ul.products > li.product,
body.tax-product_cat .site-main ul.products > li.product,
body.tax-product_tag .site-main ul.products > li.product {
  display:block!important;
  align-self:start!important;
  height:auto!important;
  min-height:0!important;
}

body.post-type-archive-product .site-main ul.products > li.product .ag-product-card,
body.woocommerce-shop .site-main ul.products > li.product .ag-product-card,
body.tax-product_cat .site-main ul.products > li.product .ag-product-card,
body.tax-product_tag .site-main ul.products > li.product .ag-product-card {
  display:block!important;
  height:auto!important;
  min-height:0!important;
}

body.post-type-archive-product .site-main ul.products > li.product .ag-product-body,
body.woocommerce-shop .site-main ul.products > li.product .ag-product-body,
body.tax-product_cat .site-main ul.products > li.product .ag-product-body,
body.tax-product_tag .site-main ul.products > li.product .ag-product-body {
  display:block!important;
  height:auto!important;
  min-height:0!important;
  flex:none!important;
}

body.post-type-archive-product .site-main ul.products > li.product .ag-product-actions,
body.woocommerce-shop .site-main ul.products > li.product .ag-product-actions,
body.tax-product_cat .site-main ul.products > li.product .ag-product-actions,
body.tax-product_tag .site-main ul.products > li.product .ag-product-actions {
  margin-top:16px!important;
}

/* The account/lost-password page title is generated by Astra outside the
   WooCommerce entry-content wrapper. Give it the same site container. */
body.woocommerce-account .site-main > article > .entry-header,
body.woocommerce-account .site-main .entry-header.ast-no-thumbnail,
body.woocommerce-account header.entry-header.ast-no-thumbnail {
  width:min(calc(100% - 48px),1320px)!important;
  max-width:1320px!important;
  margin:0 auto!important;
  padding:44px 0 20px!important;
  box-sizing:border-box!important;
}

body.woocommerce-account .entry-header .entry-title {
  margin:0!important;
  color:#111!important;
  font:800 clamp(34px,4vw,54px)/1 "Manrope",sans-serif!important;
  letter-spacing:-.05em!important;
}

@media (max-width:760px) {
  body.woocommerce-account .site-main > article > .entry-header,
  body.woocommerce-account .site-main .entry-header.ast-no-thumbnail,
  body.woocommerce-account header.entry-header.ast-no-thumbnail {
    width:calc(100% - 28px)!important;
    padding:28px 0 14px!important;
  }

  body.woocommerce-account .entry-header .entry-title {
    font-size:36px!important;
  }
}

/* =========================================================
   ARMIXGEAR v4.6.6 — MOBILE CHECKOUT CONTAINER / BLOCK FIX
   WooCommerce Checkout Block uses wc-block-* markup, so the
   classic .woocommerce-checkout rules above do not fully apply.
   ========================================================= */

/* Keep the Astra generated checkout title inside the same site container. */
body.woocommerce-checkout .site-main > article > .entry-header,
body.woocommerce-checkout .site-main .entry-header.ast-no-thumbnail,
body.woocommerce-checkout header.entry-header.ast-no-thumbnail {
  width:min(calc(100% - 48px),1320px)!important;
  max-width:1320px!important;
  margin:0 auto!important;
  padding:44px 0 20px!important;
  box-sizing:border-box!important;
}
body.woocommerce-checkout .entry-header .entry-title {
  margin:0!important;
  color:#111!important;
  font:800 clamp(34px,4vw,54px)/1 "Manrope",sans-serif!important;
  letter-spacing:-.05em!important;
}

/* Both classic checkout and WooCommerce Checkout Block share one safe width. */
body.woocommerce-checkout .entry-content {
  width:min(calc(100% - 48px),1320px)!important;
  max-width:1320px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}
body.woocommerce-checkout .entry-content > .wp-block-woocommerce-checkout,
body.woocommerce-checkout .wp-block-woocommerce-checkout,
body.woocommerce-checkout .wc-block-checkout {
  width:100%!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;
}

/* Prevent WooCommerce Blocks from creating horizontal overflow. */
body.woocommerce-checkout .wc-block-components-sidebar-layout,
body.woocommerce-checkout .wc-block-components-main,
body.woocommerce-checkout .wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-checkout__sidebar,
body.woocommerce-checkout .wc-block-components-address-form,
body.woocommerce-checkout .wc-block-components-text-input,
body.woocommerce-checkout .wc-block-components-combobox,
body.woocommerce-checkout .wc-block-components-form {
  min-width:0!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-combobox input,
body.woocommerce-checkout .wc-block-components-address-form input,
body.woocommerce-checkout .wc-block-components-address-form select {
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}

@media (max-width:760px) {
  body.woocommerce-checkout,
  body.woocommerce-checkout #page,
  body.woocommerce-checkout #content,
  body.woocommerce-checkout .site-content,
  body.woocommerce-checkout .site-main,
  body.woocommerce-checkout article,
  body.woocommerce-checkout .entry-content {
    overflow-x:hidden!important;
  }

  body.woocommerce-checkout .site-main > article > .entry-header,
  body.woocommerce-checkout .site-main .entry-header.ast-no-thumbnail,
  body.woocommerce-checkout header.entry-header.ast-no-thumbnail,
  body.woocommerce-checkout .entry-content {
    width:calc(100% - 28px)!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  body.woocommerce-checkout .site-main > article > .entry-header,
  body.woocommerce-checkout .site-main .entry-header.ast-no-thumbnail,
  body.woocommerce-checkout header.entry-header.ast-no-thumbnail {
    padding:26px 0 14px!important;
  }
  body.woocommerce-checkout .entry-header .entry-title {
    font-size:38px!important;
    line-height:1!important;
    letter-spacing:-.045em!important;
  }

  /* Stack checkout main + order summary without the desktop sidebar widths. */
  body.woocommerce-checkout .wc-block-components-sidebar-layout {
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
  body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar,
  body.woocommerce-checkout .wc-block-checkout__main,
  body.woocommerce-checkout .wc-block-checkout__sidebar {
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding-left:0!important;
    padding-right:0!important;
    float:none!important;
  }

  /* Give the block sections deliberate breathing room and readable type. */
  body.woocommerce-checkout .wc-block-checkout__main > *,
  body.woocommerce-checkout .wc-block-components-sidebar > * {
    max-width:100%!important;
    box-sizing:border-box!important;
  }
  body.woocommerce-checkout .wc-block-components-checkout-step {
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  body.woocommerce-checkout .wc-block-components-checkout-step__heading,
  body.woocommerce-checkout .wc-block-components-title {
    margin-left:0!important;
    margin-right:0!important;
  }
  body.woocommerce-checkout .wc-block-components-checkout-step__title,
  body.woocommerce-checkout .wc-block-components-title {
    font-size:28px!important;
    line-height:1.12!important;
    letter-spacing:-.035em!important;
  }

  body.woocommerce-checkout .wc-block-components-text-input input,
  body.woocommerce-checkout .wc-block-components-combobox input,
  body.woocommerce-checkout .wc-block-components-address-form input,
  body.woocommerce-checkout .wc-block-components-address-form select {
    min-height:54px!important;
    border-radius:10px!important;
    font-size:16px!important;
  }
  body.woocommerce-checkout .wc-block-components-text-input label,
  body.woocommerce-checkout .wc-block-components-combobox label {
    font-size:13px!important;
  }

  /* Order summary becomes a clean full-width card instead of touching edges. */
  body.woocommerce-checkout .wc-block-components-order-summary,
  body.woocommerce-checkout .wc-block-components-totals-wrapper,
  body.woocommerce-checkout .wc-block-checkout__order-notes,
  body.woocommerce-checkout .wc-block-checkout__payment-method,
  body.woocommerce-checkout .wc-block-checkout__actions {
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }
  body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
    width:100%!important;
    min-height:54px!important;
    border-radius:10px!important;
    background:var(--ag-accent)!important;
    color:#fff!important;
    font-weight:800!important;
  }
}


/* =========================================================
   ARMIXGEAR v4.6.7 — CHECKOUT SIMPLIFICATION + ACCOUNT DASHBOARD
   ========================================================= */

/* ---- Checkout Block: clearer desktop structure ---- */
body.woocommerce-checkout .wp-block-woocommerce-checkout{
  padding-top:8px!important;
  padding-bottom:90px!important;
}
body.woocommerce-checkout .wc-block-components-sidebar-layout{
  gap:34px!important;
  align-items:start!important;
}
body.woocommerce-checkout .wc-block-checkout__main{
  flex:1 1 0!important;
  max-width:none!important;
}
body.woocommerce-checkout .wc-block-checkout__sidebar{
  flex:0 0 390px!important;
  width:390px!important;
  max-width:390px!important;
  position:sticky!important;
  top:118px!important;
  align-self:start!important;
}
body.woocommerce-checkout .wc-block-components-checkout-step{
  background:#fff!important;
  border:1px solid #e7e7e2!important;
  border-radius:18px!important;
  padding:24px!important;
  margin:0 0 16px!important;
  box-shadow:0 10px 30px rgba(10,10,11,.035)!important;
}
body.woocommerce-checkout .wc-block-components-checkout-step__heading{
  margin:0 0 18px!important;
}
body.woocommerce-checkout .wc-block-components-checkout-step__title,
body.woocommerce-checkout .wc-block-components-title{
  font:800 24px/1.15 "Manrope",sans-serif!important;
  letter-spacing:-.035em!important;
  color:#111!important;
}
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-combobox input,
body.woocommerce-checkout .wc-block-components-address-form input,
body.woocommerce-checkout .wc-block-components-address-form select{
  min-height:52px!important;
  border:1px solid #d8d8d3!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:none!important;
}
body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-combobox input:focus,
body.woocommerce-checkout .wc-block-components-address-form input:focus,
body.woocommerce-checkout .wc-block-components-address-form select:focus{
  border-color:#111!important;
  box-shadow:0 0 0 3px rgba(255,75,43,.10)!important;
  outline:none!important;
}
body.woocommerce-checkout .wc-block-checkout__sidebar{
  background:#fff!important;
  border:1px solid #e4e4df!important;
  border-radius:18px!important;
  padding:22px!important;
  box-shadow:0 18px 45px rgba(10,10,11,.06)!important;
}
body.woocommerce-checkout .wc-block-components-order-summary{
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button{
  min-height:56px!important;
  border:0!important;
  border-radius:10px!important;
  background:var(--ag-accent)!important;
  color:#fff!important;
  font-weight:800!important;
  box-shadow:0 10px 22px rgba(255,75,43,.20)!important;
  transition:transform .2s ease,box-shadow .2s ease!important;
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 14px 28px rgba(255,75,43,.26)!important;
}

/* ---- Mobile checkout: one summary only, simple linear flow ---- */
@media (max-width:760px){
  body.woocommerce-checkout .wp-block-woocommerce-checkout{
    padding-top:0!important;
    padding-bottom:48px!important;
  }
  body.woocommerce-checkout .entry-header .entry-title{
    font-size:34px!important;
    margin-bottom:4px!important;
  }
  body.woocommerce-checkout .wc-block-components-sidebar-layout{
    display:block!important;
  }
  body.woocommerce-checkout .wc-block-checkout__main{
    width:100%!important;
    max-width:100%!important;
  }

  /* WooCommerce Blocks already surfaces the order/cart information in the
     mobile checkout flow. The desktop sticky sidebar becomes a second order
     summary when force-stacked, so remove that duplicate on small screens. */
  body.woocommerce-checkout .wc-block-checkout__sidebar{
    display:none!important;
  }

  body.woocommerce-checkout .wc-block-components-checkout-step{
    padding:18px!important;
    border-radius:14px!important;
    margin-bottom:12px!important;
    box-shadow:none!important;
  }
  body.woocommerce-checkout .wc-block-components-checkout-step__title,
  body.woocommerce-checkout .wc-block-components-title{
    font-size:24px!important;
  }
  body.woocommerce-checkout .wc-block-components-checkout-step__description{
    font-size:13px!important;
    line-height:1.55!important;
  }
  body.woocommerce-checkout .wc-block-components-text-input input,
  body.woocommerce-checkout .wc-block-components-combobox input,
  body.woocommerce-checkout .wc-block-components-address-form input,
  body.woocommerce-checkout .wc-block-components-address-form select{
    min-height:54px!important;
    font-size:16px!important;
    border-radius:10px!important;
  }
  body.woocommerce-checkout .wc-block-components-checkout-place-order-button{
    position:relative!important;
    width:100%!important;
    min-height:56px!important;
    margin-top:12px!important;
    font-size:15px!important;
  }
  body.woocommerce-checkout .wc-block-components-payment-method-label{
    font-size:15px!important;
    font-weight:700!important;
  }
  body.woocommerce-checkout .wc-block-components-radio-control-accordion-option{
    border-radius:12px!important;
    overflow:hidden!important;
  }
  body.woocommerce-checkout .wc-block-components-order-summary-item{
    padding-left:0!important;
    padding-right:0!important;
  }
}

/* ---- Logged-in My Account: modern dashboard instead of default Woo rows ---- */
body.woocommerce-account.logged-in .entry-content{
  padding-bottom:100px!important;
}
body.woocommerce-account.logged-in .woocommerce{
  display:grid!important;
  grid-template-columns:280px minmax(0,1fr)!important;
  gap:24px!important;
  align-items:start!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{
  width:auto!important;
  margin:0!important;
  padding:12px!important;
  border:1px solid #e3e3de!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 14px 38px rgba(10,10,11,.045)!important;
  position:sticky!important;
  top:116px!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul{
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li{
  border:0!important;
  margin:0 0 4px!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a{
  min-height:48px!important;
  padding:0 14px!important;
  display:flex!important;
  align-items:center!important;
  border-radius:10px!important;
  color:#3b3b3d!important;
  font:800 10px/1 "Manrope",sans-serif!important;
  letter-spacing:.075em!important;
  text-transform:uppercase!important;
  transition:background .2s ease,color .2s ease,transform .2s ease!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a:hover{
  background:#f6f6f3!important;
  color:#111!important;
  transform:translateX(3px)!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation .is-active a{
  background:#111!important;
  color:#fff!important;
  box-shadow:inset 3px 0 0 var(--ag-accent)!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content{
  width:auto!important;
  min-width:0!important;
  margin:0!important;
  padding:34px!important;
  border:1px solid #e3e3de!important;
  border-radius:18px!important;
  background:linear-gradient(145deg,#fff 0%,#fbfbf8 100%)!important;
  box-shadow:0 18px 46px rgba(10,10,11,.045)!important;
  font-size:14px!important;
  line-height:1.75!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content > p:first-child{
  margin:0 0 18px!important;
  padding:18px 20px!important;
  border-radius:12px!important;
  background:#111!important;
  color:#fff!important;
  font-size:14px!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content > p:first-child a{
  color:#ff765c!important;
  font-weight:800!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content > p:nth-child(2){
  margin:0!important;
  max-width:760px!important;
  color:#646468!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content h2,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content h3{
  font-family:"Manrope",sans-serif!important;
  font-weight:800!important;
  color:#111!important;
  letter-spacing:-.035em!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content table.shop_table{
  border:1px solid #e5e5e0!important;
  border-radius:12px!important;
  overflow:hidden!important;
}
body.woocommerce-account.logged-in .woocommerce-Addresses{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
}
body.woocommerce-account.logged-in .woocommerce-Address{
  width:auto!important;
  float:none!important;
  background:#fff!important;
  border:1px solid #e4e4df!important;
  border-radius:14px!important;
  padding:20px!important;
}

@media (max-width:860px){
  body.woocommerce-account.logged-in .woocommerce{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{
    position:static!important;
    overflow-x:auto!important;
    padding:8px!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul{
    display:flex!important;
    gap:6px!important;
    min-width:max-content!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li{
    margin:0!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a{
    min-height:42px!important;
    padding:0 13px!important;
    white-space:nowrap!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content{
    padding:22px!important;
  }
  body.woocommerce-account.logged-in .woocommerce-Addresses{
    grid-template-columns:1fr!important;
  }
}

@media (max-width:540px){
  body.woocommerce-account.logged-in .entry-content{
    width:calc(100% - 28px)!important;
    padding-bottom:70px!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content{
    padding:17px!important;
    border-radius:14px!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content > p:first-child{
    padding:15px!important;
    font-size:13px!important;
  }
}

/* =========================================================
 * ArmixGear v4.6.8 — My Account layout hard-fix
 * WooCommerce adds clearfix ::before/::after pseudo-elements to .woocommerce.
 * Those pseudo-elements become grid children and were pushing navigation/content
 * into separate rows. Remove them before applying the account grid.
 * ========================================================= */
body.woocommerce-account.logged-in .entry-content > .woocommerce::before,
body.woocommerce-account.logged-in .entry-content > .woocommerce::after{
  content:none!important;
  display:none!important;
}
body.woocommerce-account.logged-in .entry-content > .woocommerce{
  display:grid!important;
  grid-template-columns:260px minmax(0,1fr)!important;
  grid-template-areas:"accountnav accountmain"!important;
  column-gap:26px!important;
  row-gap:0!important;
  align-items:start!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  float:none!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{
  grid-area:accountnav!important;
  width:100%!important;
  float:none!important;
  clear:none!important;
  box-sizing:border-box!important;
  position:sticky!important;
  top:112px!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content{
  grid-area:accountmain!important;
  width:100%!important;
  max-width:none!important;
  float:none!important;
  clear:none!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-notices-wrapper:empty{display:none!important}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content table.shop_table{
  width:100%!important;
  table-layout:auto!important;
  margin:0!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content table.shop_table th,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content table.shop_table td{
  white-space:normal!important;
  vertical-align:middle!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions .button{
  min-width:82px!important;
  justify-content:center!important;
  display:inline-flex!important;
  align-items:center!important;
}
body.woocommerce-account.logged-in .woocommerce-info{
  margin:0 0 22px!important;
  border:1px solid #e7e7e2!important;
  border-left:3px solid var(--ag-accent)!important;
  border-radius:12px!important;
  padding:16px 18px!important;
  background:#fbfbf8!important;
}

@media (max-width:900px){
  body.woocommerce-account.logged-in .entry-content > .woocommerce{
    grid-template-columns:1fr!important;
    grid-template-areas:"accountnav" "accountmain"!important;
    row-gap:16px!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{
    position:static!important;
  }
}

@media (max-width:640px){
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content{
    padding:16px!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content table.shop_table,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content table.shop_table tbody,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content table.shop_table tr,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content table.shop_table td{
    display:block!important;
    width:100%!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content table.shop_table thead{display:none!important}
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content table.shop_table tr{
    padding:14px 0!important;
    border-bottom:1px solid #ecece7!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content table.shop_table tr:last-child{border-bottom:0!important}
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content table.shop_table td{
    border:0!important;
    padding:7px 0!important;
    text-align:right!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content table.shop_table td::before{
    float:left!important;
    color:#777!important;
    font-size:9px!important;
    font-weight:800!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
  }
}

/* Required ArmixGear mobile-number field in the Checkout Block. */
body.woocommerce-checkout .wc-block-components-text-input input[autocomplete="tel"]{
  min-height:54px!important;
}
body.woocommerce-checkout .wc-block-components-text-input:has(input[autocomplete="tel"]) label::after{
  content:" *";
  color:var(--ag-accent);
}

/* =========================================================
   ARMIXGEAR v4.6.9 — CHECKOUT TOP SUMMARY + CLEAN ARCHIVE CARD
   ========================================================= */

/* Archive safety net: the child template renders exactly one .ag-product-card.
   If a parent/plugin injects legacy loop markup directly into the li, do not let
   it create a second visual card. */
body.post-type-archive-product .site-main ul.products > li.product.ag-loop-product,
body.woocommerce-shop .site-main ul.products > li.product.ag-loop-product,
body.tax-product_cat .site-main ul.products > li.product.ag-loop-product,
body.tax-product_tag .site-main ul.products > li.product.ag-loop-product{
  display:block!important;
  height:auto!important;
  min-height:0!important;
  overflow:visible!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none!important;
}
body.armixgear-woocommerce .site-main ul.products > li.product.ag-loop-product > .ag-product-card{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  display:block!important;
  overflow:hidden!important;
  border:1px solid #e3e3de!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 6px 22px rgba(10,10,11,.04)!important;
}
body.armixgear-woocommerce .site-main ul.products > li.product.ag-loop-product > :not(.ag-product-card){
  display:none!important;
}
body.armixgear-woocommerce .site-main ul.products > li.product.ag-loop-product .ag-product-body{
  display:block!important;
  height:auto!important;
  min-height:0!important;
  padding:16px!important;
}
body.armixgear-woocommerce .site-main ul.products > li.product.ag-loop-product .ag-product-title{
  min-height:0!important;
  height:auto!important;
  margin-bottom:8px!important;
}
body.armixgear-woocommerce .site-main ul.products > li.product.ag-loop-product .ag-product-actions{
  margin-top:16px!important;
}

/* Mobile Checkout Block: put the native Woo order summary first and turn it
   into a compact accordion. The markup stays WooCommerce-owned; JS only moves
   the existing summary section and adds the toggle. */
@media (max-width:760px){
  body.woocommerce-checkout .wc-block-checkout__main{
    display:flex!important;
    flex-direction:column!important;
    gap:0!important;
  }
  body.woocommerce-checkout .ag-mobile-order-summary{
    order:-100!important;
    width:100%!important;
    margin:0 0 14px!important;
    padding:0!important;
    background:#fff!important;
    border:1px solid #e4e4df!important;
    border-radius:15px!important;
    overflow:hidden!important;
    box-shadow:0 8px 24px rgba(10,10,11,.045)!important;
  }
  body.woocommerce-checkout .ag-mobile-summary-toggle{
    appearance:none!important;
    -webkit-appearance:none!important;
    width:100%!important;
    min-height:64px!important;
    border:0!important;
    background:#fff!important;
    color:#111!important;
    padding:14px 16px!important;
    display:grid!important;
    grid-template-columns:1fr auto 22px!important;
    gap:10px!important;
    align-items:center!important;
    text-align:left!important;
    font-family:"Manrope",sans-serif!important;
    cursor:pointer!important;
  }
  body.woocommerce-checkout .ag-mobile-summary-toggle-label{
    font-size:18px!important;
    font-weight:800!important;
    letter-spacing:-.03em!important;
  }
  body.woocommerce-checkout .ag-mobile-summary-total{
    font-size:15px!important;
    font-weight:800!important;
    white-space:nowrap!important;
  }
  body.woocommerce-checkout .ag-mobile-summary-chevron{
    width:9px!important;
    height:9px!important;
    border-right:2px solid #111!important;
    border-bottom:2px solid #111!important;
    transform:rotate(45deg) translateY(-2px)!important;
    transition:transform .22s ease!important;
    justify-self:center!important;
  }
  body.woocommerce-checkout .ag-mobile-order-summary.is-open .ag-mobile-summary-chevron{
    transform:rotate(225deg) translate(-2px,-2px)!important;
  }
  body.woocommerce-checkout .ag-mobile-order-summary:not(.is-open) > :not(.ag-mobile-summary-toggle){
    display:none!important;
  }
  body.woocommerce-checkout .ag-mobile-order-summary.is-open > :not(.ag-mobile-summary-toggle){
    display:block!important;
  }
  body.woocommerce-checkout .ag-mobile-order-summary .wc-block-components-order-summary,
  body.woocommerce-checkout .ag-mobile-order-summary .wc-block-components-totals-wrapper{
    border-top:1px solid #ecece8!important;
  }
  /* If Woo outputs a separate checkout totals sidebar, keep it hidden on
     mobile; the moved summary in the main flow is the single source of truth. */
  body.woocommerce-checkout .wc-block-checkout__sidebar{
    display:none!important;
  }
}

/* ============================================================
   ARMIXGEAR v4.6.10 — MOBILE CHECKOUT SUMMARY POSITION
   Checkout -> Order summary accordion -> Contact information
   ============================================================ */
@media (max-width:760px){
  body.woocommerce-checkout .wc-block-checkout__main > .ag-mobile-order-summary{
    order:-999!important;
    align-self:stretch!important;
    width:100%!important;
    max-width:none!important;
    margin:0 0 16px!important;
  }
  /* v4.6.10 may move Woo's native sidebar itself into the main flow. */
  body.woocommerce-checkout .wc-block-checkout__main > .wc-block-checkout__sidebar.ag-mobile-order-summary{
    display:block!important;
    position:static!important;
    flex:none!important;
    height:auto!important;
  }
  body.woocommerce-checkout .wc-block-checkout__main > .ag-mobile-order-summary + .wc-block-components-checkout-step{
    margin-top:0!important;
  }
}


/* ============================================================
   ARMIXGEAR v4.6.11 — MOBILE CHECKOUT SUMMARY VISIBILITY FIX
   Checkout -> Order summary -> Contact information
   ============================================================ */
@media (max-width:760px){
  body.woocommerce-checkout .wc-block-components-sidebar-layout{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
  }

  /* v4.6.7/v4.6.9 hid the sidebar on mobile. v4.6.11 intentionally uses
     that native WooCommerce sidebar as the single order summary. */
  body.woocommerce-checkout .wc-block-checkout__sidebar.ag-mobile-order-summary,
  body.woocommerce-checkout .wc-block-components-sidebar.ag-mobile-order-summary{
    display:block!important;
    order:-1000!important;
    position:static!important;
    inset:auto!important;
    width:100%!important;
    max-width:100%!important;
    flex:0 0 auto!important;
    margin:0 0 14px!important;
    padding:0!important;
    background:#fff!important;
    border:1px solid #e4e4df!important;
    border-radius:15px!important;
    overflow:hidden!important;
    box-shadow:0 8px 24px rgba(10,10,11,.045)!important;
  }

  body.woocommerce-checkout .wc-block-checkout__main{
    order:0!important;
    width:100%!important;
    max-width:100%!important;
  }

  body.woocommerce-checkout .ag-mobile-order-summary > .ag-mobile-summary-toggle{
    display:grid!important;
  }
  body.woocommerce-checkout .ag-mobile-order-summary:not(.is-open) > :not(.ag-mobile-summary-toggle){
    display:none!important;
  }
  body.woocommerce-checkout .ag-mobile-order-summary.is-open > :not(.ag-mobile-summary-toggle){
    display:block!important;
  }

  /* Guard against a second summary injected directly into the main checkout
     by a plugin/custom block while keeping Woo's native sidebar summary. */
  body.woocommerce-checkout .wc-block-checkout__main > .wp-block-woocommerce-checkout-order-summary-block,
  body.woocommerce-checkout .wc-block-checkout__main > .wc-block-checkout__order-summary{
    display:none!important;
  }
}


/* ============================================================
   ARMIXGEAR v4.6.12 — ONE MOBILE ORDER SUMMARY ACCORDION
   ============================================================ */
@media (max-width:760px){
  body.woocommerce-checkout .ag-mobile-order-summary{
    display:block!important;
    width:100%!important;
    margin:0 0 16px!important;
    padding:0!important;
    background:#fff!important;
    border:1px solid #e4e4df!important;
    border-radius:16px!important;
    overflow:hidden!important;
    box-shadow:0 8px 24px rgba(10,10,11,.05)!important;
  }
  body.woocommerce-checkout .ag-mobile-order-summary > .ag-mobile-summary-toggle{
    display:grid!important;
    width:100%!important;
    min-height:68px!important;
    padding:16px 18px!important;
    grid-template-columns:minmax(0,1fr) auto 20px!important;
    gap:10px!important;
    align-items:center!important;
    background:#fff!important;
    border:0!important;
    color:#101114!important;
    box-shadow:none!important;
    cursor:pointer!important;
    position:relative!important;
    z-index:2!important;
  }
  body.woocommerce-checkout .ag-mobile-summary-toggle-label{
    font-size:18px!important;
    line-height:1.15!important;
    font-weight:800!important;
  }
  body.woocommerce-checkout .ag-mobile-summary-total{
    font-size:16px!important;
    line-height:1!important;
    font-weight:800!important;
  }
  body.woocommerce-checkout .ag-mobile-summary-chevron{
    width:9px!important;
    height:9px!important;
    border-right:2px solid #111!important;
    border-bottom:2px solid #111!important;
    transform:rotate(45deg)!important;
    transition:transform .2s ease!important;
    justify-self:center!important;
  }
  body.woocommerce-checkout .ag-mobile-order-summary.is-open .ag-mobile-summary-chevron{
    transform:rotate(225deg)!important;
  }
  body.woocommerce-checkout .ag-mobile-summary-content{
    display:none!important;
    width:100%!important;
    border-top:1px solid #ecece8!important;
    background:#fff!important;
  }
  body.woocommerce-checkout .ag-mobile-order-summary.is-open > .ag-mobile-summary-content{
    display:block!important;
  }
  /* Hide WooCommerce's own inner Order summary accordion heading. */
  body.woocommerce-checkout .ag-native-summary-heading-hidden{
    display:none!important;
  }
  /* The content remains visible when our single ArmixGear accordion is open. */
  body.woocommerce-checkout .ag-mobile-summary-content .wc-block-components-order-summary,
  body.woocommerce-checkout .ag-mobile-summary-content .wc-block-components-totals-wrapper,
  body.woocommerce-checkout .ag-mobile-summary-content .wp-block-woocommerce-checkout-order-summary-block{
    display:block!important;
    width:100%!important;
  }
  body.woocommerce-checkout .ag-mobile-summary-content .wc-block-components-order-summary{
    border:0!important;
    margin:0!important;
  }
  body.woocommerce-checkout .ag-hide-duplicate-summary{
    display:none!important;
  }
  /* Earlier versions hid the entire sidebar. The v4.6.12 sidebar is the
     single summary source and must remain visible. */
  body.woocommerce-checkout .wc-block-checkout__sidebar.ag-mobile-order-summary,
  body.woocommerce-checkout .wc-block-components-sidebar.ag-mobile-order-summary{
    display:block!important;
  }
}

/* ============================================================
   ARMIXGEAR v4.6.13 — STABLE SINGLE MOBILE ORDER SUMMARY
   No React-owned checkout nodes are moved or wrapped.
   ============================================================ */
@media (max-width:760px){
  body.woocommerce-checkout .wc-block-components-sidebar-layout{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    gap:0!important;
  }
  body.woocommerce-checkout .wc-block-checkout__sidebar.ag-mobile-order-summary,
  body.woocommerce-checkout .wc-block-components-sidebar.ag-mobile-order-summary{
    display:block!important;
    order:-20!important;
    position:static!important;
    inset:auto!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    flex:0 0 auto!important;
    margin:0 0 16px!important;
    padding:0!important;
    background:#fff!important;
    border:1px solid #e4e4df!important;
    border-radius:16px!important;
    overflow:hidden!important;
    box-shadow:0 8px 24px rgba(10,10,11,.05)!important;
  }
  body.woocommerce-checkout .wc-block-checkout__main,
  body.woocommerce-checkout .wc-block-components-main{
    order:0!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  body.woocommerce-checkout .ag-mobile-order-summary > .ag-mobile-summary-toggle{
    display:grid!important;
    appearance:none!important;
    -webkit-appearance:none!important;
    width:100%!important;
    min-height:68px!important;
    margin:0!important;
    padding:16px 18px!important;
    grid-template-columns:minmax(0,1fr) auto 20px!important;
    gap:10px!important;
    align-items:center!important;
    border:0!important;
    border-radius:0!important;
    background:#fff!important;
    color:#101114!important;
    box-shadow:none!important;
    text-align:left!important;
    cursor:pointer!important;
    position:relative!important;
    z-index:20!important;
  }
  body.woocommerce-checkout .ag-mobile-summary-toggle-label{
    font:800 18px/1.15 "Manrope",sans-serif!important;
    letter-spacing:-.03em!important;
  }
  body.woocommerce-checkout .ag-mobile-summary-total{
    font:800 16px/1 "Manrope",sans-serif!important;
    white-space:nowrap!important;
  }
  body.woocommerce-checkout .ag-mobile-summary-chevron{
    width:9px!important;
    height:9px!important;
    border-right:2px solid #111!important;
    border-bottom:2px solid #111!important;
    transform:rotate(45deg)!important;
    transition:transform .2s ease!important;
    justify-self:center!important;
  }
  body.woocommerce-checkout .ag-mobile-order-summary.is-open .ag-mobile-summary-chevron{
    transform:rotate(225deg)!important;
  }

  /* Collapse/open the native sidebar itself. Do not create a second content
     wrapper, which previously confused WooCommerce's React reconciliation. */
  body.woocommerce-checkout .ag-mobile-order-summary:not(.is-open) > :not(.ag-mobile-summary-toggle){
    display:none!important;
  }
  body.woocommerce-checkout .ag-mobile-order-summary.is-open > :not(.ag-mobile-summary-toggle){
    display:block!important;
  }
  body.woocommerce-checkout .ag-mobile-order-summary.is-open > :not(.ag-mobile-summary-toggle):first-of-type{
    border-top:1px solid #ecece8!important;
  }

  /* WooCommerce may keep its own inner summary disclosure. It is opened by JS
     for content availability, then this native heading is hidden. */
  body.woocommerce-checkout .ag-native-summary-heading-hidden{
    display:none!important;
  }

  /* Any summary emitted in the main column is a duplicate on mobile. */
  body.woocommerce-checkout .ag-hide-duplicate-summary,
  body.woocommerce-checkout .wc-block-checkout__main > .wp-block-woocommerce-checkout-order-summary-block,
  body.woocommerce-checkout .wc-block-checkout__main > .wc-block-checkout__order-summary{
    display:none!important;
  }

  /* Neutralize stale v4.6.12 wrapper rules if cached markup survives a React
     render during navigation. */
  body.woocommerce-checkout .ag-mobile-summary-content{
    display:contents!important;
  }
}


/* ============================================================
   ARMIXGEAR v4.6.14 — NATIVE MOBILE CHECKOUT ORDER SUMMARY
   One accordion only. WooCommerce handles click/open/close.
   ============================================================ */
@media (max-width:760px){
  body.woocommerce-checkout .wc-block-components-sidebar-layout{
    display:flex!important;
    flex-direction:column!important;
    gap:0!important;
    width:100%!important;
  }

  body.woocommerce-checkout .wc-block-checkout__sidebar.ag-native-mobile-summary,
  body.woocommerce-checkout .wc-block-components-sidebar.ag-native-mobile-summary{
    display:block!important;
    order:-20!important;
    position:static!important;
    inset:auto!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 0 18px!important;
    padding:0!important;
    background:#fff!important;
    border:1px solid #e5e5df!important;
    border-radius:18px!important;
    overflow:hidden!important;
    box-shadow:0 10px 28px rgba(16,17,20,.06)!important;
  }

  body.woocommerce-checkout .wc-block-checkout__main,
  body.woocommerce-checkout .wc-block-components-main{
    order:0!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }

  /* Hide any old custom toggle from cached markup. */
  body.woocommerce-checkout .ag-mobile-summary-toggle{display:none!important;}

  /* WooCommerce native accordion button — keep native JS behavior intact. */
  body.woocommerce-checkout .ag-native-order-summary-toggle{
    width:100%!important;
    min-height:72px!important;
    margin:0!important;
    padding:17px 18px!important;
    border:0!important;
    border-radius:0!important;
    background:#fff!important;
    color:#111216!important;
    box-shadow:none!important;
    font-family:"Manrope",sans-serif!important;
    font-size:18px!important;
    font-weight:800!important;
    line-height:1.2!important;
    letter-spacing:-.025em!important;
    cursor:pointer!important;
  }
  body.woocommerce-checkout .ag-native-order-summary-toggle:hover,
  body.woocommerce-checkout .ag-native-order-summary-toggle:focus{
    background:#fff!important;
    color:#111216!important;
    outline:none!important;
  }
  body.woocommerce-checkout .ag-native-order-summary-toggle:focus-visible{
    box-shadow:inset 0 0 0 2px #ff4b2b!important;
  }

  /* Give the open summary a clean merchandising-card appearance. */
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-order-summary,
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-totals-wrapper,
  body.woocommerce-checkout .ag-native-mobile-summary .wp-block-woocommerce-checkout-order-summary-block{
    background:#fff!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-order-summary{
    padding:0 16px!important;
    border-top:1px solid #efefe9!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-order-summary-item{
    padding:16px 0!important;
    border-bottom:1px solid #f0f0eb!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-order-summary-item__image{
    width:66px!important;
    min-width:66px!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-order-summary-item__image img{
    border-radius:12px!important;
    background:#f4f4f1!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-order-summary-item__description{
    font-size:13px!important;
    line-height:1.45!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-order-summary-item__total-price{
    font-weight:800!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-totals-wrapper{
    padding:0 16px!important;
    border-top:0!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-totals-item{
    min-height:52px!important;
    padding:12px 0!important;
    border-top:1px solid #efefe9!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-totals-item__label{
    font-size:13px!important;
    font-weight:700!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-totals-item__value{
    font-size:14px!important;
    font-weight:800!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-totals-footer-item{
    min-height:66px!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{
    font-size:18px!important;
    font-weight:900!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-totals-coupon{
    padding:0 16px!important;
  }

  /* There must be only one order summary on mobile. */
  body.woocommerce-checkout .ag-checkout-duplicate-summary{
    display:none!important;
  }

  /* Neutralize stale classes from v4.6.10-v4.6.13. */
  body.woocommerce-checkout .ag-mobile-order-summary:not(.ag-native-mobile-summary){
    display:none!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary > :not(.ag-mobile-summary-toggle){
    display:block;
  }
}

/* ============================================================
   ARMIXGEAR v4.6.15 — MOBILE CHECKOUT SUMMARY POLISH
   Keep WooCommerce's native disclosure behavior, but remove the
   sidebar's reserved height and present the summary as one compact card.
   ============================================================ */
@media (max-width:760px){
  body.woocommerce-checkout .wc-block-checkout__sidebar.ag-native-mobile-summary,
  body.woocommerce-checkout .wc-block-components-sidebar.ag-native-mobile-summary{
    align-self:flex-start!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:0!important;
    margin:0 0 18px!important;
    overflow:hidden!important;
    background:#fff!important;
    border:1px solid #e7e6e1!important;
    border-radius:18px!important;
    box-shadow:0 8px 24px rgba(17,18,22,.055)!important;
  }

  /* Woo's sidebar can retain a desktop min-height when its disclosure is
     closed. State classes from armixgear.js remove that empty white block. */
  body.woocommerce-checkout .ag-native-mobile-summary.ag-summary-collapsed{
    height:68px!important;
    min-height:68px!important;
    max-height:68px!important;
    overflow:hidden!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary.ag-summary-open{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:hidden!important;
  }

  body.woocommerce-checkout .ag-native-mobile-summary > :empty{
    display:none!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary > *,
  body.woocommerce-checkout .ag-native-mobile-summary .wp-block-woocommerce-checkout-order-summary-block{
    margin-top:0!important;
    margin-bottom:0!important;
  }

  body.woocommerce-checkout .ag-native-order-summary-toggle{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    width:100%!important;
    height:68px!important;
    min-height:68px!important;
    padding:0 18px!important;
    margin:0!important;
    background:#fff!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    color:#111216!important;
    font-family:"Manrope",sans-serif!important;
    font-size:17px!important;
    font-weight:800!important;
    letter-spacing:-.025em!important;
    line-height:1.2!important;
  }
  body.woocommerce-checkout .ag-summary-open .ag-native-order-summary-toggle{
    border-bottom:1px solid #ecece7!important;
  }
  body.woocommerce-checkout .ag-native-order-summary-toggle *{
    line-height:1.2!important;
  }
  body.woocommerce-checkout .ag-native-order-summary-toggle .wc-block-components-totals-item__value,
  body.woocommerce-checkout .ag-native-order-summary-toggle [class*="price"]{
    font-size:16px!important;
    font-weight:900!important;
    color:#111216!important;
  }

  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-order-summary{
    padding:4px 16px 0!important;
    border:0!important;
    background:#fff!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-order-summary-item{
    display:grid!important;
    grid-template-columns:62px minmax(0,1fr) auto!important;
    gap:12px!important;
    align-items:start!important;
    padding:16px 0!important;
    margin:0!important;
    border:0!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-order-summary-item + .wc-block-components-order-summary-item{
    border-top:1px solid #f0efeb!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-order-summary-item__image{
    width:62px!important;
    min-width:62px!important;
    margin:0!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-order-summary-item__image img{
    display:block!important;
    width:62px!important;
    height:62px!important;
    object-fit:contain!important;
    padding:4px!important;
    border:1px solid #efeee9!important;
    border-radius:12px!important;
    background:#f8f8f5!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-order-summary-item__description{
    min-width:0!important;
    padding:0!important;
    font-size:12.5px!important;
    line-height:1.38!important;
    color:#4e5258!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-order-summary-item__description > :first-child,
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-product-name{
    margin-top:0!important;
    color:#111216!important;
    font-size:13px!important;
    font-weight:800!important;
    line-height:1.32!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-order-summary-item__total-price{
    padding:0!important;
    color:#111216!important;
    font-size:13px!important;
    font-weight:900!important;
    white-space:nowrap!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-product-badge{
    display:inline-flex!important;
    align-items:center!important;
    min-height:24px!important;
    padding:4px 7px!important;
    margin-top:5px!important;
    border:0!important;
    border-radius:7px!important;
    background:#fff0eb!important;
    color:#d83c20!important;
    font-size:10px!important;
    font-weight:800!important;
    line-height:1.1!important;
  }

  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-totals-coupon,
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-totals-wrapper{
    margin:0!important;
    padding:0 16px!important;
    border:0!important;
    background:#fff!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-totals-coupon{
    border-top:1px solid #ecece7!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-totals-coupon button,
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-totals-coupon .wc-block-components-panel__button{
    min-height:48px!important;
    padding:0!important;
    border:0!important;
    border-top:0!important;
    outline:0!important;
    box-shadow:none!important;
    background:transparent!important;
    color:#26292e!important;
    font-size:13px!important;
    font-weight:700!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-totals-item{
    min-height:48px!important;
    margin:0!important;
    padding:12px 0!important;
    border-top:1px solid #ecece7!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-totals-item__label{
    color:#5b5e64!important;
    font-size:12.5px!important;
    font-weight:700!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-totals-item__value{
    color:#111216!important;
    font-size:13px!important;
    font-weight:800!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-totals-footer-item{
    min-height:64px!important;
    padding:16px 0!important;
    border-top:1px solid #deddd7!important;
  }
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
  body.woocommerce-checkout .ag-native-mobile-summary .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{
    color:#111216!important;
    font-size:18px!important;
    font-weight:900!important;
    letter-spacing:-.02em!important;
  }

  /* Never reserve desktop sidebar space on mobile. */
  body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-checkout__sidebar,
  body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar{
    top:auto!important;
    bottom:auto!important;
  }
}


/* ============================================================
   ARMIXGEAR v4.6.16 — STABLE MOBILE CHECKOUT
   IMPORTANT:
   - CSS ONLY: do not move React/WooCommerce nodes with JavaScript.
   - Native WooCommerce Order Summary remains the accordion controller.
   - Sidebar is simply reordered above Contact Information on mobile.
   ============================================================ */
@media (max-width:760px){

  body.woocommerce-checkout .wc-block-components-sidebar-layout,
  body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:16px!important;
    width:100%!important;
    max-width:100%!important;
  }

  /* Native WooCommerce summary: always present above checkout form. */
  body.woocommerce-checkout .wc-block-components-sidebar-layout > .wc-block-checkout__sidebar,
  body.woocommerce-checkout .wc-block-components-sidebar-layout > .wc-block-components-sidebar{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    order:-10!important;
    position:static!important;
    inset:auto!important;
    top:auto!important;
    right:auto!important;
    bottom:auto!important;
    left:auto!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    flex:0 0 auto!important;
    align-self:stretch!important;
    margin:0 0 2px!important;
    padding:0!important;
    overflow:hidden!important;
    background:#fff!important;
    border:1px solid #e6e5df!important;
    border-radius:16px!important;
    box-shadow:0 8px 28px rgba(12,14,18,.055)!important;
  }

  body.woocommerce-checkout .wc-block-components-sidebar-layout > .wc-block-checkout__main,
  body.woocommerce-checkout .wc-block-components-sidebar-layout > .wc-block-components-main{
    order:0!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
  }

  /* Undo all old custom state/classes if old cached JS happens to run once. */
  body.woocommerce-checkout .ag-native-mobile-summary,
  body.woocommerce-checkout .ag-native-mobile-summary.ag-summary-open,
  body.woocommerce-checkout .ag-native-mobile-summary.ag-summary-collapsed,
  body.woocommerce-checkout .ag-mobile-order-summary{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:hidden!important;
  }

  /* Never show old custom toggle UI. WooCommerce's own disclosure is used. */
  body.woocommerce-checkout .ag-mobile-summary-toggle{
    display:none!important;
  }

  /* Keep duplicate Order Summary blocks from the main form hidden.
     The sidebar above is the only mobile order summary. */
  body.woocommerce-checkout .wc-block-checkout__main > .wp-block-woocommerce-checkout-order-summary-block,
  body.woocommerce-checkout .wc-block-checkout__main > .wc-block-checkout__order-summary,
  body.woocommerce-checkout .wc-block-components-main > .wp-block-woocommerce-checkout-order-summary-block,
  body.woocommerce-checkout .wc-block-components-main > .wc-block-checkout__order-summary,
  body.woocommerce-checkout .ag-checkout-duplicate-summary,
  body.woocommerce-checkout .ag-hide-duplicate-summary{
    display:none!important;
  }

  /* Native summary header / accordion button. */
  body.woocommerce-checkout .wc-block-checkout__sidebar button[aria-expanded],
  body.woocommerce-checkout .wc-block-components-sidebar button[aria-expanded]{
    box-sizing:border-box!important;
  }

  /* Product list */
  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary{
    margin:0!important;
    padding:4px 16px 0!important;
    border:0!important;
    background:#fff!important;
  }

  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary-item{
    display:grid!important;
    grid-template-columns:60px minmax(0,1fr) auto!important;
    align-items:start!important;
    gap:11px!important;
    margin:0!important;
    padding:15px 0!important;
    border-bottom:1px solid #f0efe9!important;
  }

  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item:last-child,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary-item:last-child{
    border-bottom:0!important;
  }

  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item__image,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary-item__image{
    width:60px!important;
    min-width:60px!important;
    margin:0!important;
  }

  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item__image img,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary-item__image img{
    display:block!important;
    width:60px!important;
    height:60px!important;
    object-fit:contain!important;
    padding:4px!important;
    background:#f7f7f4!important;
    border:1px solid #efeee9!important;
    border-radius:11px!important;
  }

  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item__description,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary-item__description{
    min-width:0!important;
    padding:0!important;
    color:#555960!important;
    font-size:12px!important;
    line-height:1.42!important;
  }

  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-product-name,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-product-name{
    display:block!important;
    margin:0 0 4px!important;
    color:#111216!important;
    font-size:13px!important;
    font-weight:800!important;
    line-height:1.3!important;
  }

  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item__total-price,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary-item__total-price{
    padding:0!important;
    color:#111216!important;
    font-size:13px!important;
    font-weight:900!important;
    line-height:1.3!important;
    white-space:nowrap!important;
  }

  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-product-badge,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-product-badge{
    display:inline-flex!important;
    width:max-content!important;
    max-width:100%!important;
    align-items:center!important;
    min-height:22px!important;
    margin-top:4px!important;
    padding:3px 6px!important;
    border:0!important;
    border-radius:6px!important;
    background:#fff0eb!important;
    color:#d84327!important;
    font-size:9.5px!important;
    font-weight:800!important;
    line-height:1.15!important;
  }

  /* Coupon / totals */
  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-coupon,
  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-wrapper,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper{
    margin:0!important;
    padding:0 16px!important;
    background:#fff!important;
    border:0!important;
  }

  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-coupon,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon{
    border-top:1px solid #ecebe5!important;
  }

  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-coupon button,
  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-coupon .wc-block-components-panel__button,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon button,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-panel__button{
    min-height:48px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
    background:transparent!important;
    color:#25282d!important;
    font-size:13px!important;
    font-weight:700!important;
  }

  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-item,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item{
    min-height:48px!important;
    margin:0!important;
    padding:12px 0!important;
    border-top:1px solid #ecebe5!important;
  }

  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-item__label,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item__label{
    color:#5c6066!important;
    font-size:12.5px!important;
    font-weight:700!important;
  }

  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-item__value,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item__value{
    color:#111216!important;
    font-size:13px!important;
    font-weight:800!important;
  }

  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-footer-item,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item{
    min-height:64px!important;
    padding:16px 0!important;
    border-top:1px solid #dddcd6!important;
  }

  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{
    color:#111216!important;
    font-size:18px!important;
    font-weight:900!important;
    letter-spacing:-.02em!important;
  }

  /* Critical stability rule: no forced 68px wrapper and no transition on the
     entire React sidebar. WooCommerce controls its own disclosure height. */
  body.woocommerce-checkout .wc-block-checkout__sidebar *,
  body.woocommerce-checkout .wc-block-components-sidebar *{
    max-width:100%;
  }
}

/* Desktop: restore WooCommerce's normal two-column behavior. */
@media (min-width:761px){
  body.woocommerce-checkout .wc-block-components-sidebar-layout > .wc-block-checkout__sidebar,
  body.woocommerce-checkout .wc-block-components-sidebar-layout > .wc-block-components-sidebar{
    display:block!important;
  }
}

/* ============================================================
   ARMIXGEAR v4.6.17 — HOME PRODUCT ART + CHECKOUT POLISH
   ============================================================ */

/* Home: supplied product photography */
.ag-hero-product{
  background:linear-gradient(145deg,#fff,#f1f2ef)!important;
  border-color:rgba(255,255,255,.24)!important;
  box-shadow:0 32px 80px rgba(0,0,0,.48)!important;
}
.ag-hero-product span{
  color:#111!important;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(20,20,22,.08);
  padding:7px 9px;
  border-radius:999px;
  backdrop-filter:blur(8px);
}
.ag-hero-product img{padding:18px!important;filter:none!important}
.ag-hero-product-focus{background:linear-gradient(145deg,#fff,#f5f5f2)!important;padding:18px!important}
.ag-hero-product-focus figcaption{color:#555!important;background:rgba(255,255,255,.82);padding:7px 9px;border-radius:8px}

.ag-collection-card-photo .ag-collection-art{
  height:310px!important;
  background:#f7f7f4!important;
}
.ag-collection-card-photo .ag-collection-art:before{border-color:rgba(20,20,22,.07)!important}
.ag-collection-card-photo .ag-collection-art>img{
  padding:0!important;
  object-fit:cover!important;
  object-position:center!important;
  filter:none!important;
}
.ag-collection-card-photo .ag-collection-index{color:rgba(16,17,20,.16)!important}

.ag-split-photo{background:#f3f3f0!important;position:relative!important}
.ag-split-photo>img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;
  transform:scale(1.02);transition:transform .8s cubic-bezier(.2,.8,.2,1);
}
.ag-split-feature:hover .ag-split-photo>img{transform:scale(1.055)}
.ag-split-photo-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,10,12,.02),rgba(10,10,12,0) 55%),linear-gradient(0deg,rgba(10,10,12,.45),transparent 35%);pointer-events:none}
.ag-split-photo .ag-feature-tag{z-index:3;color:#fff!important;background:rgba(10,10,12,.72);border:1px solid rgba(255,255,255,.16);padding:9px 12px;border-radius:999px;backdrop-filter:blur(8px)}

.ag-proof-inner{gap:48px}
.ag-proof-photo{
  height:430px!important;border-radius:26px;overflow:hidden;background:#f5f5f2;position:relative!important;
  border:1px solid rgba(255,255,255,.12);box-shadow:0 34px 90px rgba(0,0,0,.35);
}
.ag-proof-photo:before{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,transparent 56%,rgba(8,8,10,.72));pointer-events:none}
.ag-proof-photo img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .8s cubic-bezier(.2,.8,.2,1)}
.ag-proof:hover .ag-proof-photo img{transform:scale(1.045)}
.ag-proof-image-label{position:absolute;z-index:3;left:22px;bottom:20px;color:#fff;font:800 9px/1 "DM Sans",sans-serif;letter-spacing:.18em;background:rgba(8,8,10,.62);border:1px solid rgba(255,255,255,.16);padding:9px 11px;border-radius:999px}

@media(max-width:760px){
  .ag-hero-product-screen{width:230px!important;height:280px!important}
  .ag-hero-product-strap{width:185px!important;height:225px!important}
  .ag-hero-product img{padding:10px!important}
  .ag-collection-card-photo .ag-collection-art{height:285px!important}
  .ag-split-photo{min-height:430px!important}
  .ag-split-photo>img{object-fit:cover!important}
  .ag-proof-visual.ag-proof-photo{display:block!important;height:330px!important;margin-top:34px}
  .ag-proof-inner{grid-template-columns:1fr!important}
}

/* Checkout: one polished order summary only on mobile */
@media(max-width:760px){
  /* Explicitly remove the lower duplicate summary from the checkout form. */
  body.woocommerce-checkout .wc-block-checkout__main .wp-block-woocommerce-checkout-order-summary-block,
  body.woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__order-summary,
  body.woocommerce-checkout .wc-block-checkout__main > .wc-block-components-order-summary,
  body.woocommerce-checkout .wc-block-checkout__main > .wc-block-components-totals-wrapper,
  body.woocommerce-checkout .wc-block-components-main .wp-block-woocommerce-checkout-order-summary-block,
  body.woocommerce-checkout .wc-block-components-main .wc-block-checkout__order-summary{
    display:none!important;
  }

  body.woocommerce-checkout .wc-block-components-sidebar-layout > .wc-block-checkout__sidebar,
  body.woocommerce-checkout .wc-block-components-sidebar-layout > .wc-block-components-sidebar{
    background:#fff!important;
    border:1px solid #e2e2dc!important;
    border-radius:20px!important;
    box-shadow:0 14px 38px rgba(19,21,24,.075)!important;
    overflow:hidden!important;
    margin:4px 0 20px!important;
  }

  /* Native accordion heading */
  body.woocommerce-checkout .wc-block-checkout__sidebar > div:first-child,
  body.woocommerce-checkout .wc-block-components-sidebar > div:first-child{
    margin:0!important;
  }
  body.woocommerce-checkout .wc-block-checkout__sidebar button[aria-expanded],
  body.woocommerce-checkout .wc-block-components-sidebar button[aria-expanded]{
    width:100%!important;
    min-height:74px!important;
    padding:0 18px!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    background:linear-gradient(180deg,#fff,#fbfbf9)!important;
    box-shadow:none!important;
    color:#111216!important;
    font-size:18px!important;
    font-weight:850!important;
    letter-spacing:-.025em!important;
  }
  body.woocommerce-checkout .wc-block-checkout__sidebar button[aria-expanded]::before,
  body.woocommerce-checkout .wc-block-components-sidebar button[aria-expanded]::before{display:none!important}
  body.woocommerce-checkout .wc-block-checkout__sidebar button[aria-expanded="true"],
  body.woocommerce-checkout .wc-block-components-sidebar button[aria-expanded="true"]{
    border-bottom:1px solid #ecebe6!important;
  }

  /* Product row */
  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary{
    padding:0 18px!important;
  }
  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary-item{
    grid-template-columns:68px minmax(0,1fr) auto!important;
    gap:12px!important;
    padding:18px 0!important;
    border-bottom:1px solid #efeee9!important;
  }
  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item__image,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary-item__image{width:68px!important;min-width:68px!important}
  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item__image img,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary-item__image img{
    width:68px!important;height:68px!important;padding:6px!important;border-radius:14px!important;background:#f5f6f3!important;border:1px solid #e9e9e4!important;
  }
  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-product-name,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-product-name{
    font-size:13.5px!important;line-height:1.35!important;font-weight:850!important;color:#111216!important;margin-bottom:5px!important;
  }
  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item__description,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary-item__description{font-size:11.5px!important;color:#777b81!important;line-height:1.45!important}
  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item__total-price,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary-item__total-price{font-size:13px!important;font-weight:900!important;color:#111216!important}
  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-product-badge,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-product-badge{
    background:#fff0eb!important;color:#e3482e!important;border-radius:999px!important;padding:5px 8px!important;font-size:9px!important;font-weight:900!important;
  }

  /* Coupon */
  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-coupon,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon{padding:0 18px!important;border-top:0!important}
  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-coupon .wc-block-components-panel__button,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-panel__button{
    min-height:52px!important;font-size:13px!important;font-weight:800!important;color:#25272c!important;border:0!important;border-top:1px solid #efeee9!important;background:#fff!important;
  }
  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-coupon__form,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon__form{padding:0 0 14px!important;gap:8px!important}
  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-coupon__form input,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon__form input{min-height:48px!important;border:1px solid #dcdcd6!important;border-radius:12px!important;background:#fff!important}
  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-coupon__form button,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon__form button{min-height:48px!important;border-radius:12px!important;background:#111216!important;color:#fff!important;font-weight:850!important}

  /* Totals */
  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-wrapper,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper{padding:0 18px!important}
  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-item,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item{min-height:52px!important;padding:14px 0!important;border-top:1px solid #efeee9!important}
  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-footer-item,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item{min-height:72px!important;padding:18px 0!important;border-top:1px solid #deded8!important}
  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{font-size:20px!important;font-weight:900!important;color:#111216!important}
}


/* ============================================================
   ARMIXGEAR v4.6.18 — PRODUCT-LED HOMEPAGE / MOBILE HERO
   Uses the exact screen-guard + watch-strap artwork supplied by the store.
   ============================================================ */

/* Stronger desktop hero composition */
.ag-hero{
  min-height:650px!important;
}
.ag-hero-inner{
  min-height:600px!important;
  grid-template-columns:minmax(0,1.02fr) minmax(430px,.98fr)!important;
  gap:42px!important;
}
.ag-hero-visual{
  height:500px!important;
  width:100%!important;
  opacity:1!important;
}
.ag-hero-visual:before{
  content:"";
  position:absolute;
  inset:38px 22px;
  z-index:-1;
  border:1px solid rgba(255,255,255,.10);
  border-radius:34px;
  background:
    radial-gradient(circle at 78% 18%,rgba(255,75,43,.22),transparent 34%),
    linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.012));
  box-shadow:inset 0 1px rgba(255,255,255,.06),0 28px 80px rgba(0,0,0,.25);
}
.ag-hero-product{
  border-radius:24px!important;
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 28px 70px rgba(0,0,0,.34)!important;
}
.ag-hero-product img{
  box-sizing:border-box!important;
  width:100%!important;
  height:100%!important;
  padding:12px!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#fff!important;
}
.ag-hero-product-screen{
  width:310px!important;
  height:365px!important;
  left:4%!important;
  top:55px!important;
  transform:rotate(-5deg)!important;
}
.ag-hero-product-strap{
  width:230px!important;
  height:300px!important;
  right:2%!important;
  bottom:38px!important;
  transform:rotate(6deg)!important;
}
.ag-hero-product-focus{
  width:min(405px,88%)!important;
  height:435px!important;
  padding:14px!important;
  background:#fff!important;
}
.ag-hero-product-focus img{
  padding:8px!important;
}
.ag-hero-product span{
  left:13px!important;
  top:13px!important;
  z-index:4!important;
  color:#111!important;
  background:rgba(255,255,255,.90)!important;
  border:1px solid rgba(0,0,0,.07)!important;
  box-shadow:0 5px 16px rgba(0,0,0,.06)!important;
}
.ag-hero-product-focus figcaption{
  left:16px!important;
  right:16px!important;
  bottom:14px!important;
  color:#111!important;
  font-weight:800!important;
}

/* Category cards: show the whole supplied product rather than crop it. */
.ag-collection-card-photo .ag-collection-art{
  height:330px!important;
  background:
    radial-gradient(circle at 80% 15%,rgba(255,75,43,.08),transparent 32%),
    #f7f7f4!important;
}
.ag-collection-card-photo .ag-collection-art>img{
  padding:18px!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:scale(.98);
}
.ag-collection-card-photo:hover .ag-collection-art>img{
  transform:scale(1.035) translateY(-3px)!important;
}

/* Protection you notice: the screen-guard product must be fully readable. */
.ag-split-feature .ag-split-photo{
  min-height:560px!important;
  background:
    radial-gradient(circle at 28% 22%,rgba(255,75,43,.11),transparent 30%),
    #f7f7f4!important;
}
.ag-split-feature .ag-split-photo>img{
  inset:24px!important;
  width:calc(100% - 48px)!important;
  height:calc(100% - 48px)!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
  background:#fff;
  border-radius:22px;
}
.ag-split-feature:hover .ag-split-photo>img{
  transform:scale(1.018)!important;
}

/* Quietly overbuilt: make the strap the visual hero, not a cropped texture. */
.ag-proof-photo{
  height:460px!important;
  background:
    radial-gradient(circle at 75% 18%,rgba(255,75,43,.12),transparent 30%),
    #f7f7f4!important;
}
.ag-proof-photo img{
  padding:24px!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#fff!important;
}
.ag-proof:hover .ag-proof-photo img{
  transform:scale(1.025)!important;
}

/* MOBILE: the old theme positioned the visual off-screen. Keep it in normal
   document flow so the screen guard / strap are actually visible. */
@media(max-width:760px){
  .ag-hero{
    min-height:auto!important;
    padding-bottom:58px!important;
  }
  .ag-hero-inner{
    display:flex!important;
    flex-direction:column!important;
    min-height:0!important;
    gap:18px!important;
  }
  .ag-hero-copy{
    width:100%!important;
    padding:40px 0 4px!important;
  }
  .ag-slide h1,.ag-slide h2{
    font-size:clamp(38px,10.5vw,50px)!important;
    line-height:.98!important;
  }
  .ag-slide p{
    max-width:92%!important;
    font-size:13px!important;
    line-height:1.6!important;
  }
  .ag-hero-actions{
    position:relative!important;
    z-index:8!important;
  }
  .ag-hero-visual{
    position:relative!important;
    inset:auto!important;
    right:auto!important;
    bottom:auto!important;
    left:auto!important;
    top:auto!important;
    width:100%!important;
    height:315px!important;
    min-height:315px!important;
    margin:6px 0 20px!important;
    opacity:1!important;
    transform:none!important;
    overflow:visible!important;
    display:block!important;
  }
  .ag-hero-visual:before{
    inset:8px 0!important;
    border-radius:24px!important;
    background:
      radial-gradient(circle at 78% 18%,rgba(255,75,43,.19),transparent 34%),
      linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.018))!important;
  }
  .ag-orbit{
    opacity:.45!important;
  }
  .ag-orbit-one{
    width:270px!important;
    height:270px!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
  }
  .ag-orbit-two{
    width:190px!important;
    height:190px!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
  }
  .ag-hero-product-visual{
    inset:0!important;
    width:100%!important;
    height:100%!important;
    display:block!important;
  }
  .ag-hero-product-screen{
    width:54%!important;
    height:255px!important;
    left:3%!important;
    top:24px!important;
    transform:rotate(-4deg)!important;
  }
  .ag-hero-product-strap{
    width:42%!important;
    height:218px!important;
    right:2%!important;
    bottom:14px!important;
    transform:rotate(5deg)!important;
  }
  .ag-hero-product-focus{
    position:absolute!important;
    width:76%!important;
    height:280px!important;
    left:50%!important;
    top:12px!important;
    margin:0!important;
    transform:translateX(-50%)!important;
  }
  .ag-hero-product img{
    padding:8px!important;
  }
  .ag-hero-product span{
    font-size:6.5px!important;
    padding:5px 7px!important;
    left:8px!important;
    top:8px!important;
  }
  .ag-hero-product-focus figcaption{
    font-size:7px!important;
  }
  .ag-hero-vertical{
    display:none!important;
  }
  .ag-slider-nav{
    bottom:14px!important;
  }

  .ag-collection-card-photo .ag-collection-art{
    height:300px!important;
  }
  .ag-collection-card-photo .ag-collection-art>img{
    padding:14px!important;
    object-fit:contain!important;
  }

  .ag-split-feature .ag-split-photo{
    min-height:390px!important;
  }
  .ag-split-feature .ag-split-photo>img{
    inset:14px!important;
    width:calc(100% - 28px)!important;
    height:calc(100% - 28px)!important;
    object-fit:contain!important;
  }

  .ag-proof-visual.ag-proof-photo{
    display:block!important;
    height:340px!important;
    margin-top:28px!important;
  }
  .ag-proof-photo img{
    padding:18px!important;
    object-fit:contain!important;
  }
}


/* ============================================================
   ARMIXGEAR v4.6.19 — PREMIUM SITE PRELOADER
   ============================================================ */
.ag-site-preloader{
  position:fixed;inset:0;z-index:999999;display:grid;place-items:center;overflow:hidden;
  background:
    radial-gradient(circle at 72% 28%,rgba(255,75,43,.18),transparent 28%),
    radial-gradient(circle at 24% 76%,rgba(255,75,43,.08),transparent 31%),#090a0c;
  color:#fff;opacity:1;visibility:visible;
  transition:opacity .48s cubic-bezier(.22,.61,.36,1),visibility .48s;
  animation:ag-preloader-failsafe .45s 4s forwards;
}
.ag-site-preloader.is-leaving{opacity:0;visibility:hidden;pointer-events:none}
.ag-site-preloader.is-hidden{display:none!important}
.ag-preloader-noise{
  position:absolute;inset:0;pointer-events:none;opacity:.22;
  background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
                   linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:34px 34px;
  -webkit-mask-image:linear-gradient(to bottom,transparent,#000 22%,#000 78%,transparent);
  mask-image:linear-gradient(to bottom,transparent,#000 22%,#000 78%,transparent);
}
.ag-preloader-shell{
  position:relative;width:min(88vw,430px);min-height:480px;display:flex;flex-direction:column;
  align-items:center;justify-content:center;padding:42px 34px 34px;
}
.ag-preloader-brand{
  position:absolute;top:0;left:50%;transform:translateX(-50%);display:flex;align-items:center;
  font-family:Manrope,Arial,sans-serif;font-size:19px;line-height:1;font-weight:800;
  letter-spacing:-.05em;white-space:nowrap;
}
.ag-preloader-brand span{color:#fff}.ag-preloader-brand b{color:#ff4b2b;font-weight:800}
.ag-preloader-watch{
  position:relative;width:178px;height:178px;display:grid;place-items:center;border-radius:50%;
  background:radial-gradient(circle at 40% 28%,rgba(255,255,255,.08),transparent 25%),
             linear-gradient(150deg,#15171b,#090a0c 70%);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:inset 0 0 0 9px rgba(255,255,255,.025),inset 0 0 35px rgba(255,75,43,.08),
             0 28px 70px rgba(0,0,0,.45);
}
.ag-preloader-watch:before,.ag-preloader-watch:after{
  content:"";position:absolute;left:50%;width:58px;height:44px;transform:translateX(-50%);
  border:1px solid rgba(255,255,255,.12);background:linear-gradient(90deg,#111317,#1b1d21,#111317);z-index:-1;
}
.ag-preloader-watch:before{bottom:calc(100% - 6px);border-radius:11px 11px 4px 4px}
.ag-preloader-watch:after{top:calc(100% - 6px);border-radius:4px 4px 11px 11px}
.ag-preloader-orbit{position:absolute;border-radius:50%;border:1px solid transparent;pointer-events:none}
.ag-preloader-orbit-a{inset:-14px;border-top-color:#ff4b2b;border-right-color:rgba(255,75,43,.18);animation:ag-preloader-spin 1.35s linear infinite}
.ag-preloader-orbit-b{inset:12px;border-bottom-color:rgba(255,255,255,.32);border-left-color:rgba(255,255,255,.08);animation:ag-preloader-spin-reverse 2.1s linear infinite}
.ag-preloader-shield{
  width:68px;height:76px;display:grid;place-items:center;filter:drop-shadow(0 9px 22px rgba(255,75,43,.19));
  animation:ag-preloader-shield 1.7s ease-in-out infinite;
}
.ag-preloader-shield svg{width:100%;height:100%;overflow:visible}
.ag-preloader-shield path:first-child{fill:rgba(255,75,43,.12);stroke:#ff4b2b;stroke-width:2.6;stroke-linejoin:round}
.ag-preloader-check{
  fill:none!important;stroke:#fff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;
  stroke-dasharray:34;stroke-dashoffset:34;animation:ag-preloader-check 1.55s .15s ease-in-out infinite;
}
.ag-preloader-scan{
  position:absolute;left:34px;right:34px;height:1px;top:48px;
  background:linear-gradient(90deg,transparent,#ff4b2b 18%,#fff 50%,#ff4b2b 82%,transparent);
  box-shadow:0 0 16px rgba(255,75,43,.72);opacity:.78;animation:ag-preloader-scan 1.65s ease-in-out infinite;
}
.ag-preloader-tick{position:absolute;width:2px;height:8px;border-radius:10px;background:rgba(255,255,255,.42)}
.ag-preloader-tick-1{top:14px;left:50%;transform:translateX(-50%)}
.ag-preloader-tick-2{right:16px;top:50%;transform:translateY(-50%) rotate(90deg)}
.ag-preloader-tick-3{bottom:14px;left:50%;transform:translateX(-50%)}
.ag-preloader-tick-4{left:16px;top:50%;transform:translateY(-50%) rotate(90deg)}
.ag-preloader-copy{margin-top:38px;display:flex;flex-direction:column;align-items:center;text-align:center}
.ag-preloader-copy strong{color:#ff4b2b;font:800 9px/1.2 Manrope,Arial,sans-serif;letter-spacing:.22em}
.ag-preloader-copy span{margin-top:7px;color:#f7f7f7;font:700 21px/1.15 Manrope,Arial,sans-serif;letter-spacing:-.035em}
.ag-preloader-progress{width:190px;height:2px;margin-top:20px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.10)}
.ag-preloader-progress span{
  display:block;width:42%;height:100%;border-radius:inherit;
  background:linear-gradient(90deg,transparent,#ff4b2b 35%,#fff 72%,transparent);
  transform:translateX(-130%);animation:ag-preloader-progress 1.15s ease-in-out infinite;
}
.ag-preloader-meta{display:flex;align-items:center;gap:11px;margin-top:17px;color:rgba(255,255,255,.42);font:700 7px/1 Manrope,Arial,sans-serif;letter-spacing:.16em}
.ag-preloader-meta i{width:3px;height:3px;border-radius:50%;background:#ff4b2b;box-shadow:0 0 10px rgba(255,75,43,.8)}
body.ag-preloader-lock{overflow:hidden!important}

@keyframes ag-preloader-spin{to{transform:rotate(360deg)}}
@keyframes ag-preloader-spin-reverse{to{transform:rotate(-360deg)}}
@keyframes ag-preloader-shield{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-3px) scale(1.025)}}
@keyframes ag-preloader-check{0%,18%{stroke-dashoffset:34;opacity:.3}48%,78%{stroke-dashoffset:0;opacity:1}100%{stroke-dashoffset:0;opacity:.35}}
@keyframes ag-preloader-scan{0%,100%{transform:translateY(0);opacity:.18}50%{transform:translateY(78px);opacity:.9}}
@keyframes ag-preloader-progress{0%{transform:translateX(-130%)}60%,100%{transform:translateX(270%)}}
@keyframes ag-preloader-failsafe{to{opacity:0;visibility:hidden;pointer-events:none}}

@media(max-width:600px){
  .ag-preloader-shell{min-height:410px;width:min(90vw,350px);padding:36px 24px 26px}
  .ag-preloader-watch{width:150px;height:150px}
  .ag-preloader-watch:before,.ag-preloader-watch:after{width:50px;height:38px}
  .ag-preloader-shield{width:58px;height:66px}
  .ag-preloader-scan{left:30px;right:30px;top:40px}
  .ag-preloader-copy{margin-top:34px}.ag-preloader-copy span{font-size:19px}
  @keyframes ag-preloader-scan{0%,100%{transform:translateY(0);opacity:.18}50%{transform:translateY(68px);opacity:.9}}
}
@media(prefers-reduced-motion:reduce){
  .ag-preloader-orbit,.ag-preloader-shield,.ag-preloader-check,.ag-preloader-scan,.ag-preloader-progress span{animation:none!important}
  .ag-site-preloader{transition:opacity .2s ease,visibility .2s ease}
}


/* ============================================================
   ARMIXGEAR v4.6.20 — CONTACT / POLICIES / STRAP WARRANTY
   ============================================================ */
.ag-contact-page,.ag-policy-page{padding:84px 0 110px;background:#f7f7f5}
.ag-contact-hero{max-width:760px;margin-bottom:44px}
.ag-contact-hero h1,.ag-policy-shell h1{margin:8px 0 16px;font:800 clamp(44px,6vw,76px)/.98 Manrope,sans-serif;letter-spacing:-.055em;color:#0b0c0f}
.ag-contact-hero p,.ag-policy-lead{font-size:17px;line-height:1.7;color:#62666c}
.ag-contact-layout{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:24px;align-items:start}
.ag-contact-side{display:grid;gap:18px}
.ag-contact-card,.ag-contact-form-card{background:#fff;border:1px solid #e9e8e3;border-radius:22px;box-shadow:0 16px 46px rgba(15,18,24,.06)}
.ag-contact-card{padding:27px}
.ag-contact-icon{display:grid;place-items:center;width:45px;height:45px;margin-bottom:24px;border-radius:13px;background:#111216;color:#fff;font-size:18px}
.ag-contact-card small{display:block;margin-bottom:7px;color:#ff4b2b;font:800 9px/1.2 Manrope,sans-serif;letter-spacing:.18em}
.ag-contact-card h3{font:800 25px/1.08 Manrope,sans-serif;letter-spacing:-.04em}
.ag-contact-card>a{display:inline-block;color:#111216;font-weight:800;word-break:break-word}
.ag-contact-card p{margin:10px 0 0;color:#777b80;font-size:13px;line-height:1.6}
.ag-contact-socials{display:grid;gap:8px;margin-top:18px}
.ag-contact-socials a{display:flex;justify-content:space-between;align-items:center;padding:13px 15px;border:1px solid #e7e6e1;border-radius:11px;color:#17181b;font-weight:700;transition:.25s}
.ag-contact-socials a:hover{transform:translateX(4px);border-color:#ff4b2b}
.ag-contact-form-card{padding:34px}
.ag-contact-form-card h2{margin:7px 0 10px;font:800 34px/1.04 Manrope,sans-serif;letter-spacing:-.045em}
.ag-contact-form-card>p{color:#74787e}
.ag-cf7-wrap{margin-top:25px}
.ag-cf7-wrap p{margin:0 0 15px}
.ag-cf7-wrap label{display:grid;gap:7px;color:#25272a;font-size:12px;font-weight:700}
.ag-cf7-wrap input:not([type=submit]),.ag-cf7-wrap textarea,.ag-cf7-wrap select{
 width:100%;min-height:52px;padding:12px 14px;border:1px solid #d9d8d2!important;border-radius:11px!important;background:#fbfbfa!important;color:#111!important;box-shadow:none!important
}
.ag-cf7-wrap textarea{min-height:150px;resize:vertical}
.ag-cf7-wrap input[type=submit]{width:100%;min-height:52px;border:0;border-radius:11px;background:#ff4b2b;color:#fff;font-weight:800;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}
.ag-contact-form-missing,.ag-contact-admin-note{padding:18px;border:1px dashed #d9d6ce;border-radius:12px;background:#faf9f6;color:#666}

.ag-policy-shell{max-width:900px!important;padding:54px 60px!important;background:#fff;border:1px solid #e9e8e3;border-radius:24px;box-shadow:0 20px 60px rgba(15,18,24,.055)}
.ag-policy-shell h1{font-size:clamp(42px,5vw,64px)}
.ag-policy-shell h2{margin:36px 0 11px;font:800 24px/1.15 Manrope,sans-serif;letter-spacing:-.035em;color:#151619}
.ag-policy-shell p{color:#5f6368;font-size:15px;line-height:1.75}
.ag-policy-shell a{color:#e84326;text-decoration:underline;text-underline-offset:3px}
.ag-policy-alert{margin:27px 0;padding:20px 22px;border-left:4px solid #ff4b2b;border-radius:12px;background:#fff3ef}
.ag-policy-alert strong{font-size:17px;color:#111}
.ag-policy-alert p{margin:6px 0 0}
.ag-policy-note{margin-top:42px!important;padding-top:20px;border-top:1px solid #ecebe7;font-size:12px!important;color:#86898e!important}

.ag-strap-warranty{display:flex;gap:13px;align-items:center;margin:17px 0 5px;padding:15px 16px;border:1px solid rgba(255,75,43,.24);border-radius:13px;background:linear-gradient(135deg,#fff7f4,#fff)}
.ag-strap-warranty-icon{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:12px;background:#ff4b2b;color:#fff;box-shadow:0 8px 18px rgba(255,75,43,.2)}
.ag-strap-warranty-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.ag-strap-warranty strong{display:block;color:#111;font:800 13px/1.25 Manrope,sans-serif}
.ag-strap-warranty small{display:block;margin-top:3px;color:#74787d;font-size:10.5px;line-height:1.45}

@media(max-width:760px){
 .ag-contact-page,.ag-policy-page{padding:48px 0 70px}
 .ag-contact-layout{grid-template-columns:1fr}
 .ag-contact-hero h1,.ag-policy-shell h1{font-size:43px}
 .ag-contact-hero p,.ag-policy-lead{font-size:14px}
 .ag-contact-form-card,.ag-contact-card{border-radius:17px}
 .ag-contact-form-card{padding:22px}
 .ag-policy-shell{padding:30px 20px!important;border-radius:18px}
 .ag-policy-shell h2{font-size:21px}
 .ag-policy-shell p{font-size:14px}
}


/* ============================================================
   ARMIXGEAR v4.6.21 — ARCHIVE / CART / GALLERY UX FIXES
   ============================================================ */

/* Product gallery arrows: visible SVG, consistent rounded-square shape. */
.single-product .ag-gallery-arrow,
.single-product .ag-thumb-arrow{
  box-sizing:border-box!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #dfdfda!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#111!important;
  line-height:1!important;
  box-shadow:0 8px 24px rgba(15,18,24,.10)!important;
}
.single-product .ag-gallery-arrow{
  width:44px!important;height:44px!important;
}
.single-product .ag-thumb-arrow{
  width:34px!important;height:34px!important;
}
.single-product .ag-gallery-arrow svg,
.single-product .ag-thumb-arrow svg{
  width:18px!important;height:18px!important;display:block!important;
  fill:none!important;stroke:currentColor!important;stroke-width:2!important;
  stroke-linecap:round!important;stroke-linejoin:round!important;
}
.single-product .ag-gallery-arrow:hover,
.single-product .ag-thumb-arrow:hover{
  background:#111!important;color:#fff!important;border-color:#111!important;
}
.single-product .ag-gallery-arrow:hover{transform:translateY(-50%) scale(1.04)!important}
.single-product .ag-gallery-stage{border-radius:18px!important}
.single-product .ag-gallery-thumb{border-radius:11px!important}
.single-product .ag-gallery-count{border-radius:9px!important}

/* Slide cart: visible close icon, cleaner radius, remove action. */
.ag-slide-cart{
  width:min(460px,94vw)!important;
  border-radius:22px 0 0 22px!important;
  overflow:hidden!important;
}
.ag-slide-cart-head{padding:26px 24px 20px!important}
.ag-slide-cart-close{
  flex:0 0 42px!important;width:42px!important;height:42px!important;
  padding:0!important;display:grid!important;place-items:center!important;
  border:1px solid #deddd7!important;border-radius:12px!important;
  background:#f8f8f6!important;color:#111!important;
  box-shadow:none!important;line-height:1!important;
}
.ag-slide-cart-close svg{
  width:19px;height:19px;display:block;fill:none;stroke:currentColor;
  stroke-width:2;stroke-linecap:round;
}
.ag-slide-cart-close:hover{background:#111!important;color:#fff!important;border-color:#111!important}
.ag-slide-cart-item{
  grid-template-columns:82px minmax(0,1fr)!important;
  gap:14px!important;padding:16px 0!important;
  transition:opacity .22s,transform .22s!important;
}
.ag-slide-cart-item.is-removing{opacity:.35;transform:translateX(8px);pointer-events:none}
.ag-slide-cart-image{border-radius:14px!important;border:1px solid #ecebe6!important}
.ag-slide-cart-copy{align-items:flex-start!important}
.ag-slide-cart-remove{
  margin-top:3px!important;padding:0!important;border:0!important;background:transparent!important;
  color:#787b80!important;display:inline-flex!important;align-items:center!important;gap:6px!important;
  font:700 9px/1 Manrope,Arial,sans-serif!important;text-transform:uppercase!important;
  letter-spacing:.08em!important;cursor:pointer!important;
}
.ag-slide-cart-remove svg{
  width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;
  stroke-linecap:round;stroke-linejoin:round;
}
.ag-slide-cart-remove:hover{color:#e84326!important}
.ag-slide-cart-foot .ag-primary-btn{border-radius:12px!important}

/* Cart page title/content must use the same site container. */
body.woocommerce-cart .entry-header,
body.woocommerce-cart .entry-content > .wp-block-woocommerce-cart,
body.woocommerce-cart .wc-block-cart{
  box-sizing:border-box!important;
  width:min(calc(100% - 48px),var(--ag-container))!important;
  max-width:var(--ag-container)!important;
  margin-left:auto!important;margin-right:auto!important;
}
body.woocommerce-cart .entry-header{
  padding:34px 0 8px!important;
  margin-top:0!important;
}
body.woocommerce-cart .entry-header .entry-title{
  margin:0!important;font-size:clamp(38px,5vw,58px)!important;letter-spacing:-.05em!important;
}

/* Shop/category cleanup: remove Astra/Woo breadcrumb/header whitespace. */
body.woocommerce-shop .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb,
body.tax-product_tag .woocommerce-breadcrumb,
body.woocommerce-shop .ast-woocommerce-container > .woocommerce-breadcrumb,
body.tax-product_cat .ast-woocommerce-container > .woocommerce-breadcrumb,
body.tax-product_tag .ast-woocommerce-container > .woocommerce-breadcrumb{
  display:none!important;
}
body.woocommerce-shop .site-content,
body.tax-product_cat .site-content,
body.tax-product_tag .site-content,
body.woocommerce-shop .ast-container,
body.tax-product_cat .ast-container,
body.tax-product_tag .ast-container{
  padding-top:0!important;margin-top:0!important;
}
body.woocommerce-shop .entry-header,
body.tax-product_cat .entry-header,
body.tax-product_tag .entry-header,
body.woocommerce-shop .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header,
body.tax-product_tag .woocommerce-products-header{
  display:none!important;
}
body.woocommerce-shop .site-main,
body.tax-product_cat .site-main,
body.tax-product_tag .site-main{
  padding-top:0!important;margin-top:0!important;
}
.ag-archive-hero{
  margin-top:0!important;
  padding:72px 0 68px!important;
}
.ag-archive-hero-inner{
  display:block!important;
}
.ag-archive-stat{display:none!important}

/* Replace numbered pagination with a centered AJAX Load More button. */
.woocommerce nav.woocommerce-pagination{display:none!important}
.ag-load-more-wrap{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  padding:38px 0 12px!important;
}
.ag-load-more{
  min-width:260px;height:54px;padding:0 22px!important;
  border:1px solid #111!important;border-radius:14px!important;background:#111!important;color:#fff!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:13px!important;
  font:800 10px/1 Manrope,Arial,sans-serif!important;text-transform:uppercase!important;letter-spacing:.10em!important;
  cursor:pointer!important;box-shadow:0 10px 25px rgba(10,10,11,.10)!important;transition:.22s!important;
}
.ag-load-more:hover{transform:translateY(-2px)!important;background:#ff4b2b!important;border-color:#ff4b2b!important}
.ag-load-more-arrow{
  width:24px;height:24px;border-radius:8px;background:rgba(255,255,255,.10);
  display:grid;place-items:center;
}
.ag-load-more-arrow svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ag-load-more.is-loading .ag-load-more-arrow{animation:ag-load-more-pulse .8s ease-in-out infinite}
.ag-load-more-status{min-height:18px;margin-top:10px;color:#888;font-size:10px}
.ag-load-more-enter{opacity:0;transform:translateY(18px);transition:opacity .38s ease,transform .38s ease}
.ag-load-more-enter.is-visible{opacity:1;transform:none}
@keyframes ag-load-more-pulse{50%{transform:translateY(3px);opacity:.45}}

@media(max-width:640px){
  .single-product .ag-gallery-arrow{width:38px!important;height:38px!important;border-radius:11px!important}
  .single-product .ag-thumb-arrow{width:30px!important;height:30px!important;border-radius:9px!important}
  .ag-slide-cart{width:100vw!important;border-radius:18px 0 0 18px!important}
  body.woocommerce-cart .entry-header,
  body.woocommerce-cart .entry-content > .wp-block-woocommerce-cart,
  body.woocommerce-cart .wc-block-cart{
    width:calc(100% - 28px)!important;
  }
  .ag-archive-hero{padding:48px 0 44px!important}
  .ag-load-more{width:100%!important;min-width:0!important}
}


/* ============================================================
   ARMIXGEAR v4.6.22 — HOMEPAGE SLIDER + MY ACCOUNT POLISH
   ============================================================ */

/* Homepage / category slider arrows: guaranteed visible SVG controls. */
.ag-slider-nav button,
.ag-slider-controls button{
  box-sizing:border-box!important;
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #deded9!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#111!important;
  font-size:0!important;
  line-height:1!important;
  box-shadow:0 7px 20px rgba(15,18,24,.07)!important;
  cursor:pointer!important;
  transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease!important;
}
.ag-slider-nav button svg,
.ag-slider-controls button svg{
  width:18px!important;
  height:18px!important;
  display:block!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  pointer-events:none!important;
}
.ag-slider-nav button:hover,
.ag-slider-controls button:hover{
  transform:translateY(-2px)!important;
  background:#111!important;
  color:#fff!important;
  border-color:#111!important;
}
.ag-slider-nav button:disabled,
.ag-slider-controls button:disabled{
  opacity:.38!important;
  cursor:not-allowed!important;
  transform:none!important;
}
.ag-slider-controls{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
}
.ag-section-slider-head .ag-slider-controls{
  flex:0 0 auto!important;
}
.ag-slider-nav{
  gap:10px!important;
}
@media(max-width:640px){
  .ag-slider-nav button,
  .ag-slider-controls button{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    border-radius:11px!important;
  }
}

/* ---------------- MY ACCOUNT: global container / hierarchy ---------------- */
body.woocommerce-account.logged-in .entry-header{
  width:min(calc(100% - 48px),var(--ag-container))!important;
  max-width:var(--ag-container)!important;
  margin:0 auto!important;
  padding:42px 0 18px!important;
}
body.woocommerce-account.logged-in .entry-header .entry-title{
  margin:0!important;
  font-size:clamp(42px,5vw,64px)!important;
  line-height:.96!important;
  letter-spacing:-.055em!important;
}
body.woocommerce-account.logged-in .entry-content{
  width:min(calc(100% - 48px),var(--ag-container))!important;
  max-width:var(--ag-container)!important;
  margin:0 auto 90px!important;
}

/* Navigation card */
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{
  border-radius:18px!important;
  border:1px solid #e6e5df!important;
  box-shadow:0 16px 42px rgba(15,18,24,.055)!important;
  padding:16px!important;
  background:#fff!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li{
  border:0!important;
  margin:0 0 6px!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li:last-child{
  margin-bottom:0!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a{
  min-height:46px!important;
  padding:0 14px!important;
  display:flex!important;
  align-items:center!important;
  border-radius:11px!important;
  color:#27292d!important;
  font-size:9px!important;
  font-weight:800!important;
  letter-spacing:.08em!important;
  transition:.2s ease!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a:hover{
  background:#f5f5f2!important;
  color:#111!important;
  transform:translateX(2px)!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation .is-active a{
  position:relative!important;
  background:#111!important;
  color:#fff!important;
  box-shadow:0 7px 17px rgba(0,0,0,.10)!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation .is-active a::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:8px!important;
  bottom:8px!important;
  width:3px!important;
  border-radius:0 5px 5px 0!important;
  background:#ff4b2b!important;
}

/* Account main content */
body.woocommerce-account.logged-in .woocommerce-MyAccount-content{
  border-radius:18px!important;
  border:1px solid #e6e5df!important;
  box-shadow:0 16px 42px rgba(15,18,24,.055)!important;
  padding:28px!important;
  background:#fff!important;
}

/* Orders: fix WooCommerce notice icon overlap and modernise CTA. */
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-info{
  position:relative!important;
  min-height:72px!important;
  margin:0 0 24px!important;
  padding:16px 188px 16px 54px!important;
  display:flex!important;
  align-items:center!important;
  border:1px solid #e7e6e1!important;
  border-left:3px solid #ff4b2b!important;
  border-radius:13px!important;
  background:#fbfbf9!important;
  color:#55595f!important;
  font-size:11px!important;
  line-height:1.5!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-info::before{
  content:""!important;
  position:absolute!important;
  left:18px!important;
  top:50%!important;
  width:20px!important;
  height:20px!important;
  transform:translateY(-50%)!important;
  border-radius:50%!important;
  background:#111!important;
  box-shadow:inset 0 0 0 6px #fff,0 0 0 1px #deded9!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-info .button{
  position:absolute!important;
  right:16px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  min-width:164px!important;
  height:40px!important;
  padding:0 16px!important;
  border-radius:10px!important;
  background:#111!important;
  color:#fff!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:8.5px!important;
  white-space:nowrap!important;
  box-shadow:none!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-info .button:hover{
  background:#ff4b2b!important;
}

/* Orders table */
body.woocommerce-account.logged-in .woocommerce-orders-table{
  overflow:hidden!important;
  border:1px solid #ecebe6!important;
  border-radius:13px!important;
  background:#fff!important;
}
body.woocommerce-account.logged-in .woocommerce-orders-table thead{
  background:#fafaf8!important;
}
body.woocommerce-account.logged-in .woocommerce-orders-table th{
  height:48px!important;
  padding:0 16px!important;
  color:#7b7f84!important;
  font-size:8.5px!important;
}
body.woocommerce-account.logged-in .woocommerce-orders-table td{
  padding:18px 16px!important;
  border-color:#ecebe6!important;
}
body.woocommerce-account.logged-in .woocommerce-orders-table__cell-order-actions .button{
  width:auto!important;
  min-width:92px!important;
  height:40px!important;
  padding:0 18px!important;
  border-radius:10px!important;
  background:#111!important;
  color:#fff!important;
  font-size:8.5px!important;
  box-shadow:none!important;
}
body.woocommerce-account.logged-in .woocommerce-orders-table__cell-order-actions .button:hover{
  background:#ff4b2b!important;
}

/* Address endpoint: force two aligned address cards in one grid. */
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  margin:22px 0 0!important;
  width:100%!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .u-column1,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .u-column2{
  float:none!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address{
  display:flex!important;
  flex-direction:column!important;
  border:1px solid #e8e7e2!important;
  border-radius:16px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:0 9px 25px rgba(15,18,24,.035)!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address-title{
  min-height:76px!important;
  margin:0!important;
  padding:18px 20px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:15px!important;
  border:0!important;
  border-bottom:1px solid #ebeae5!important;
  background:#fafaf8!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address-title h2,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address-title h3{
  margin:0!important;
  font-size:23px!important;
  line-height:1.05!important;
  letter-spacing:-.04em!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address-title .edit{
  flex:0 0 auto!important;
  margin:0!important;
  padding:8px 11px!important;
  border:1px solid #deddd8!important;
  border-radius:9px!important;
  color:#111!important;
  background:#fff!important;
  font-size:9px!important;
  font-weight:800!important;
  line-height:1!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address-title .edit:hover{
  border-color:#111!important;
  background:#111!important;
  color:#fff!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address address{
  flex:1!important;
  min-height:160px!important;
  margin:0!important;
  padding:22px!important;
  border:0!important;
  background:#fff!important;
  color:#4c5055!important;
  font-style:normal!important;
  font-size:12px!important;
  line-height:1.75!important;
}

/* The endpoint intro paragraph should span the grid cleanly. */
body.woocommerce-account.logged-in .woocommerce-MyAccount-content > p:first-child{
  max-width:none!important;
  margin:0 0 8px!important;
  color:#686c72!important;
  font-size:13px!important;
}

@media(max-width:900px){
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses{
    grid-template-columns:1fr!important;
  }
}
@media(max-width:640px){
  body.woocommerce-account.logged-in .entry-header,
  body.woocommerce-account.logged-in .entry-content{
    width:calc(100% - 28px)!important;
  }
  body.woocommerce-account.logged-in .entry-header{
    padding-top:28px!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content{
    padding:16px!important;
    border-radius:15px!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-info{
    min-height:0!important;
    padding:48px 14px 14px!important;
    display:block!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-info::before{
    left:14px!important;
    top:14px!important;
    transform:none!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-info .button{
    position:static!important;
    transform:none!important;
    width:100%!important;
    margin-top:12px!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address-title{
    min-height:68px!important;
    padding:15px!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address-title h2,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address-title h3{
    font-size:20px!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address address{
    min-height:0!important;
    padding:18px!important;
  }
}


/* ============================================================
   ARMIXGEAR v4.6.24 — AUTO ACCOUNT CHECKOUT UI
   Every guest checkout gets an account, so the opt-in checkbox is hidden.
   ============================================================ */

/* WooCommerce Checkout Block create-account control. */
body.woocommerce-checkout .wc-block-checkout__create-account,
body.woocommerce-checkout .wc-block-checkout__create-account-block,
body.woocommerce-checkout .wp-block-woocommerce-checkout-create-account-block,
body.woocommerce-checkout .wc-block-components-checkbox.wc-block-checkout__create-account,
body.woocommerce-checkout .wc-block-components-checkbox:has(input[name="create_account"]),
body.woocommerce-checkout .wc-block-components-checkbox:has(input[id*="create-account"]),
body.woocommerce-checkout label[for*="create-account"]{
  display:none!important;
}

/* Classic checkout create-account checkbox/row. */
body.woocommerce-checkout p.create-account,
body.woocommerce-checkout .woocommerce-account-fields > p.form-row.create-account,
body.woocommerce-checkout .woocommerce-account-fields .create-account{
  display:none!important;
}

/* If Checkout Blocks leaves an empty wrapper after hiding the checkbox. */
body.woocommerce-checkout .wc-block-checkout__contact-fields > div:empty{
  display:none!important;
}


/* ============================================================
   ARMIXGEAR v4.6.31 — LIFESTYLE FIRST HERO + STICKY PRICE FIX
   ============================================================ */

/* First homepage slide now uses the supplied real-use lifestyle image. */
.ag-hero-lifestyle-visual{
  inset:0!important;
  display:grid!important;
  place-items:center!important;
}
.ag-hero-lifestyle-banner{
  position:relative;
  width:min(520px,100%);
  height:430px;
  margin:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  border-radius:28px;
  background:#111;
  box-shadow:0 30px 80px rgba(0,0,0,.38);
  transform:rotate(1.5deg);
}
.ag-hero-lifestyle-banner:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg,transparent 58%,rgba(6,7,9,.72)),
    linear-gradient(90deg,rgba(255,75,43,.07),transparent 36%);
}
.ag-hero-lifestyle-banner img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transform:scale(1.015);
  transition:transform .8s cubic-bezier(.2,.8,.2,1);
}
.ag-hero-product-visual.active .ag-hero-lifestyle-banner img{
  animation:agLifestyleReveal .8s cubic-bezier(.2,.8,.2,1) both;
}
.ag-hero-lifestyle-label{
  position:absolute;
  z-index:2;
  left:22px;
  bottom:20px;
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:11px 13px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:11px;
  background:rgba(10,11,13,.68);
  color:#fff;
  backdrop-filter:blur(10px);
}
.ag-hero-lifestyle-label b{
  color:#ff4b2b;
  font:800 8px/1 Manrope,Arial,sans-serif;
  letter-spacing:.16em;
}
.ag-hero-lifestyle-label small{
  color:#fff;
  font:700 10px/1.2 Manrope,Arial,sans-serif;
}
@keyframes agLifestyleReveal{
  from{opacity:.4;transform:scale(1.08)}
  to{opacity:1;transform:scale(1.015)}
}

/*
 * Sticky product bar price:
 * An older broad rule made every nested WooCommerce span display:block,
 * separating ₹ from the amount. Keep all price markup on one line.
 */
.ag-sticky-buybar-product [data-ag-sticky-price]{
  display:block!important;
  margin-top:3px!important;
  color:#ff4b2b!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.25!important;
  white-space:nowrap!important;
}
.ag-sticky-buybar-product [data-ag-sticky-price] .price,
.ag-sticky-buybar-product [data-ag-sticky-price] span,
.ag-sticky-buybar-product [data-ag-sticky-price] bdi,
.ag-sticky-buybar-product [data-ag-sticky-price] del,
.ag-sticky-buybar-product [data-ag-sticky-price] ins,
.ag-sticky-buybar-product [data-ag-sticky-price] .woocommerce-Price-amount,
.ag-sticky-buybar-product [data-ag-sticky-price] .woocommerce-Price-currencySymbol{
  display:inline!important;
  white-space:nowrap!important;
  line-height:inherit!important;
}
.ag-sticky-buybar-product [data-ag-sticky-price] del{
  margin-right:7px!important;
  color:#999!important;
  font-size:11px!important;
  opacity:.9!important;
}
.ag-sticky-buybar-product [data-ag-sticky-price] ins{
  color:#ff4b2b!important;
  text-decoration:none!important;
}
.ag-sticky-buybar-product [data-ag-sticky-price] .screen-reader-text{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

@media(max-width:760px){
  .ag-hero-lifestyle-visual{
    position:relative!important;
    width:100%!important;
    height:300px!important;
    min-height:300px!important;
    inset:auto!important;
    opacity:1!important;
    transform:none!important;
  }
  .ag-hero-lifestyle-banner{
    width:100%!important;
    height:290px!important;
    border-radius:22px!important;
    transform:none!important;
  }
  .ag-hero-lifestyle-banner img{
    object-position:center!important;
  }
  .ag-hero-lifestyle-label{
    left:14px;
    bottom:14px;
  }
}


/* ============================================================
   ARMIXGEAR v4.6.32 — FULL RELATED SECTION + STICKY HEADER
   ============================================================ */

/* Sticky topbar + navigation as one unit */
.ag-site-header-wrap{
  position:sticky!important;
  top:0!important;
  z-index:9995!important;
  width:100%!important;
  background:#fff!important;
  transform:translateZ(0);
  transition:box-shadow .28s ease;
}
.admin-bar .ag-site-header-wrap{top:32px!important}
.ag-site-header-wrap .ag-header{
  position:relative!important;
  top:auto!important;
  z-index:2!important;
  width:100%!important;
}
body.ag-header-scrolled .ag-site-header-wrap{
  box-shadow:0 12px 34px rgba(10,10,11,.10)!important;
}
body.ag-header-scrolled .ag-header{
  box-shadow:none!important;
  background:rgba(255,255,255,.97)!important;
  backdrop-filter:blur(14px);
}
body.ag-header-scrolled .ag-topbar{background:#090a0c!important}
@media(max-width:782px){
  .admin-bar .ag-site-header-wrap{top:46px!important}
}

/* Make "You may also like" span both product-page columns */
.single-product div.product > .ag-related-section{
  grid-column:1 / -1!important;
  width:100%!important;
  max-width:none!important;
  margin:24px 0 0!important;
  padding:0!important;
  background:transparent!important;
}
.single-product div.product > .ag-related-section .ag-related-shell{
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
  padding:34px!important;
  border:1px solid #dfdfda!important;
  border-radius:20px!important;
  background:#f3f3f0!important;
  box-shadow:0 18px 46px rgba(10,10,11,.055)!important;
}
.single-product div.product > .ag-related-section .ag-related-head{
  width:100%!important;
  margin-bottom:28px!important;
}
.single-product div.product > .ag-related-section .ag-related-grid{
  width:100%!important;
  max-width:none!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
}
.single-product div.product > .ag-related-section .ag-product-card{
  width:100%!important;
  min-width:0!important;
}
.single-product div.product > .ag-related-section .ag-product-media{
  height:270px!important;
}
.single-product div.product > .ag-related-section .ag-related-head h2{
  font-size:clamp(32px,3vw,44px)!important;
  letter-spacing:-.045em!important;
}
.single-product div.product > .ag-related-section .ag-related-head p{
  max-width:640px!important;
  font-size:13px!important;
}

@media(max-width:980px){
  .single-product div.product > .ag-related-section .ag-related-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .single-product div.product > .ag-related-section .ag-related-shell{
    padding:26px!important;
  }
}
@media(max-width:640px){
  .single-product div.product > .ag-related-section{margin-top:4px!important}
  .single-product div.product > .ag-related-section .ag-related-shell{
    padding:18px!important;
    border-radius:16px!important;
  }
  .single-product div.product > .ag-related-section .ag-related-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .single-product div.product > .ag-related-section .ag-product-media{
    height:310px!important;
  }
}


/* ============================================================
   ARMIXGEAR v4.6.33 — PRODUCT REVIEWS ON EVERY CARD
   + SINGLE PRODUCT BREADCRUMB REMOVAL
   ============================================================ */

/* Safety fallback in case Astra/plugin outputs its own Woo breadcrumb. */
body.single-product .woocommerce-breadcrumb,
body.single-product nav.woocommerce-breadcrumb{
  display:none!important;
}

/* Consistent rating/review row on Home, Shop, Category and Related cards. */
.ag-product-review-row{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  min-height:20px!important;
  margin:5px 0 3px!important;
  line-height:1!important;
}
.ag-card-stars{
  position:relative!important;
  display:inline-block!important;
  width:70px!important;
  height:14px!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  font-size:13px!important;
  line-height:14px!important;
  letter-spacing:1px!important;
}
.ag-card-stars-base,
.ag-card-stars-fill{
  position:absolute!important;
  left:0!important;
  top:0!important;
  display:block!important;
  white-space:nowrap!important;
  line-height:14px!important;
}
.ag-card-stars-base{
  color:#d8d8d3!important;
}
.ag-card-stars-fill{
  overflow:hidden!important;
  color:#ff4b2b!important;
}
.ag-card-review-count{
  color:#777b80!important;
  font-size:10px!important;
  font-weight:700!important;
  line-height:1!important;
}

/* Make sure ratings remain visible even on compact related product cards. */
.ag-related-grid .ag-product-review-row,
.woocommerce ul.products li.product .ag-product-review-row,
.ag-product-slider .ag-product-review-row,
.ag-product-grid .ag-product-review-row{
  display:flex!important;
}

@media(max-width:640px){
  .ag-card-stars{
    width:65px!important;
    font-size:12px!important;
  }
  .ag-card-review-count{
    font-size:9px!important;
  }
}


/* ============================================================
   ARMIXGEAR v4.6.34 — CONTACT FORM 7 FINAL DESIGN
   ============================================================ */

.ag-cf7-form{
  width:100%;
  margin:0;
  padding:0;
}

.ag-cf7-form p{
  margin:0!important;
}

/* Desktop: 2-column rows */
.ag-cf7-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
  margin-bottom:20px;
}

.ag-cf7-field{
  width:100%;
  margin-bottom:20px;
}

.ag-cf7-grid .ag-cf7-field{
  margin-bottom:0;
}

.ag-cf7-field label{
  display:block;
  margin:0 0 9px;
  padding:0;
  color:#111;
  font:700 12px/1.3 Manrope,Arial,sans-serif;
  letter-spacing:.02em;
}

.ag-cf7-field .ag-required{
  color:#ff4b32;
}

.ag-cf7-field .wpcf7-form-control-wrap{
  display:block;
  width:100%;
}

.ag-cf7-form input[type="text"],
.ag-cf7-form input[type="email"],
.ag-cf7-form input[type="tel"],
.ag-cf7-form textarea,
.ag-cf7-form select{
  display:block;
  width:100%;
  max-width:100%;
  margin:0!important;
  border:1px solid #dededb!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#111!important;
  font-family:inherit;
  font-size:14px;
  font-weight:400;
  outline:none!important;
  box-shadow:none!important;
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
  box-sizing:border-box;
}

.ag-cf7-form input[type="text"],
.ag-cf7-form input[type="email"],
.ag-cf7-form input[type="tel"],
.ag-cf7-form select{
  height:54px;
  padding:0 18px;
}

.ag-cf7-form textarea{
  height:150px;
  min-height:150px;
  padding:16px 18px;
  resize:vertical;
}

.ag-cf7-form input::placeholder,
.ag-cf7-form textarea::placeholder{
  color:#9a9a9a;
  opacity:1;
}

.ag-cf7-form input[type="text"]:focus,
.ag-cf7-form input[type="email"]:focus,
.ag-cf7-form input[type="tel"]:focus,
.ag-cf7-form textarea:focus,
.ag-cf7-form select:focus{
  border-color:#111!important;
  box-shadow:0 0 0 3px rgba(17,17,17,.05)!important;
}

.ag-cf7-submit{
  position:relative;
  margin-top:4px;
}

.ag-cf7-form input[type="submit"]{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:56px!important;
  margin:0!important;
  padding:15px 24px!important;
  border:0!important;
  border-radius:12px!important;
  background:#ff4b32!important;
  color:#fff!important;
  font-family:inherit!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.10em!important;
  cursor:pointer!important;
  box-shadow:none!important;
  transition:transform .2s ease,background .2s ease,box-shadow .2s ease!important;
}

.ag-cf7-form input[type="submit"]:hover{
  background:#111!important;
  transform:translateY(-1px);
  box-shadow:0 10px 25px rgba(0,0,0,.12)!important;
}

.ag-cf7-form .wpcf7-not-valid{
  border-color:#ff4b32!important;
}

.ag-cf7-form .wpcf7-not-valid-tip{
  display:block;
  margin-top:6px;
  color:#d93420;
  font-size:11px;
  font-weight:600;
}

.wpcf7 form .wpcf7-response-output{
  margin:18px 0 0!important;
  padding:14px 16px!important;
  border:1px solid #ddd!important;
  border-radius:10px!important;
  background:#fafaf8;
  font-size:13px!important;
  line-height:1.5!important;
}

.ag-cf7-form .wpcf7-spinner{
  position:absolute;
  top:50%;
  right:16px;
  margin:0;
  transform:translateY(-50%);
}

/* Contact page card spacing */
.ag-contact-form-card .ag-cf7-wrap{
  margin-top:26px!important;
}

.ag-contact-form-card{
  align-self:start;
}

@media(max-width:767px){
  .ag-cf7-grid{
    grid-template-columns:1fr;
    gap:16px;
    margin-bottom:16px;
  }

  .ag-cf7-field{
    margin-bottom:16px;
  }

  .ag-cf7-grid .ag-cf7-field{
    margin-bottom:0;
  }

  .ag-cf7-form input[type="text"],
  .ag-cf7-form input[type="email"],
  .ag-cf7-form input[type="tel"],
  .ag-cf7-form select{
    height:52px;
  }

  .ag-cf7-form textarea{
    height:135px;
    min-height:135px;
  }

  .ag-cf7-form input[type="submit"]{
    min-height:54px!important;
  }
}
