/* KAAF V32.2 UX + readability + mobile debug pass */
:root{--k322-green:#07553f;--k322-green-soft:#eaf3ef;--k322-pearl:#fbfcfb}

/* Search */
.v25-search-top{border:1.5px solid var(--k322-green)!important;border-radius:18px!important;background:#fff!important;padding:5px 8px!important;box-shadow:0 12px 32px rgba(7,85,63,.08)!important}
.v25-search-box{border:0!important;background:transparent!important;box-shadow:none!important;font-size:15px!important;min-height:45px!important}
.v25-search-top .v25-close{background:transparent!important;border:0!important;box-shadow:none!important;width:38px!important;height:38px!important;border-radius:50%!important;color:var(--k322-green)!important}
.v25-search-top .v25-close:hover{background:rgba(7,85,63,.07)!important}
.k322-search-empty{padding:18px 4px}.k322-search-empty header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.k322-search-empty h3{margin:0;font-size:15px}.k322-clear-history{border:0;background:transparent;color:#7f8a85;font-family:inherit;font-size:11px;cursor:pointer}.k322-history{display:flex;flex-wrap:wrap;gap:7px}.k322-history button{border:1px solid rgba(7,85,63,.16);background:#fff;border-radius:999px;padding:8px 12px;font-family:inherit;color:#21473b;font-size:12px;cursor:pointer}.k322-search-popular{margin-top:18px;border-top:1px solid #edf0ed;padding-top:13px}.k322-search-popular>small{display:block;margin-bottom:8px;color:#84908b;font-size:10px}.k322-search-popular div{display:flex;gap:7px;flex-wrap:wrap}.k322-search-popular button{border:0;background:var(--k322-green-soft);color:var(--k322-green);border-radius:10px;padding:8px 10px;font-family:inherit;font-size:11px}

/* Header notification */
.k322-notify-btn{position:relative}.k322-notify-dot{position:absolute;top:3px;right:3px;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border-radius:999px;background:#c7953e;color:#fff;font:800 9px/1 Arial;border:2px solid #fff}.k322-notify-dot[hidden]{display:none!important}
.k322-notify-layer{position:fixed;z-index:1400;inset:0;background:rgba(4,20,15,.28);backdrop-filter:blur(5px);display:none}.k322-notify-layer.is-open{display:block}.k322-notify-panel{position:absolute;top:86px;right:18px;width:min(390px,calc(100% - 24px));max-height:min(620px,calc(100dvh - 112px));overflow:auto;border:1px solid rgba(7,85,63,.12);border-radius:24px;background:#fff;box-shadow:0 26px 70px rgba(5,35,25,.2);padding:14px}.k322-notify-head{display:flex;justify-content:space-between;align-items:center;padding:5px 3px 12px}.k322-notify-head h3{font-size:17px;margin:0}.k322-notify-head button{width:35px;height:35px;border:0;border-radius:50%;background:transparent;font-size:22px}.k322-notice{display:block;padding:12px 13px;border:1px solid #edf1ef;border-radius:16px;margin:7px 0;color:#1d3029;background:#fff}.k322-notice b{display:block;font-size:13px;margin-bottom:4px}.k322-notice p{font-size:11px;line-height:1.8;margin:0;color:#65736d}.k322-notice small{display:block;margin-top:7px;color:#98a19d;font-size:9px}.k322-notice.offer{border-color:rgba(199,149,62,.26);background:#fffcf6}.k322-notice.warning{border-color:#efc7a7;background:#fff9f4}.k322-notice.success{border-color:#b9dfce;background:#f6fcf9}.k322-notify-empty{padding:36px 12px;text-align:center;color:#82908a;font-size:12px}

/* Top notification/toast system */
.v25-toasts{position:fixed!important;z-index:1600!important;top:12px!important;left:50%!important;right:auto!important;bottom:auto!important;transform:translateX(-50%)!important;width:min(560px,calc(100% - 22px))!important;display:grid!important;gap:8px!important;pointer-events:none!important}
.v25-toast{pointer-events:auto!important;min-height:50px!important;padding:12px 16px!important;border-radius:15px!important;background:#fff!important;border:1px solid rgba(7,85,63,.15)!important;box-shadow:0 14px 40px rgba(4,38,27,.18)!important;color:#14382d!important;font-size:13px!important;font-weight:750!important;line-height:1.7!important;text-align:right!important;animation:k322ToastIn .26s ease both!important}
.v25-toast.warn,.v25-toast.error{border-color:#e7b7a5!important;background:#fff8f5!important;color:#8a351e!important}.v25-toast.success,.v25-toast.ok{border-color:#acd6c4!important;background:#f5fcf8!important;color:#07553f!important}
@keyframes k322ToastIn{from{opacity:0;transform:translateY(-14px) scale(.98)}to{opacity:1;transform:none}}

/* Readability: deliberate scale, mainly product/mobile content */
.v25-product-title{font-size:clamp(15px,1.15vw,19px)!important;line-height:1.55!important;height:auto!important;min-height:46px!important}.v25-product-en{font-size:10.5px!important;line-height:1.55!important}.v25-product-brand{font-size:9.5px!important}.v25-price strong{font-size:clamp(15px,1.15vw,19px)!important}.v25-price del{font-size:10px!important}.v25-tag,.v30-product-badge-inline{font-size:9px!important}.v25-stock{font-size:9px!important}.v25-card-cta{font-size:12px!important;min-height:44px!important;min-width:104px!important;padding-inline:20px!important}
.v25-section-head h2,.k27-section-head h2{font-size:clamp(25px,2.1vw,34px)!important}.v25-section-kicker,.k27-section-head>span{font-size:9px!important;letter-spacing:2.3px!important}

/* Product cards: stable mobile proportions */
.v25-product-grid{align-items:stretch}.v25-product-card{min-width:0}.v25-product-media{overflow:hidden}.v25-product-media img{max-width:100%;max-height:100%;object-fit:contain}

/* Slim bars/panels site-wide without shrinking touch targets */
.v25-tabs{min-height:44px!important;padding:4px!important}.v25-tab{padding:8px 11px!important}.k34-anchor-nav{padding:4px!important;min-height:42px!important}.k34-anchor-nav a{padding:7px 10px!important}.v25-summary-row{padding-top:9px!important;padding-bottom:9px!important}.k34-fit-groups article,.k34-dna-card{min-height:0!important}.k34-fit-groups article{padding:12px!important}.k34-section{padding-top:18px!important;padding-bottom:18px!important}.v25-panel{padding-top:18px!important;padding-bottom:18px!important}

/* Amazing section: remove solid green fill, keep identity through outline/gold */
.k27-amazing .k26-amazing-side,.k28-amazing .k26-amazing-side{background:linear-gradient(135deg,#ffffff,#f8fbf9)!important;color:#12382d!important;border-bottom:1px solid rgba(7,85,63,.10)!important}.k27-amazing .k26-amazing-side h2,.k28-amazing .k26-amazing-side h2{color:#0a5a43!important}.k27-amazing .k26-amazing-side p,.k28-amazing .k26-amazing-side p{color:#64746e!important}.k27-amazing .k26-countdown b,.k28-amazing .k26-countdown b{background:#edf5f1!important;color:#145e49!important}.k27-amazing .k26-amazing-side>a,.k28-amazing .k26-amazing-side>a{color:#8c682d!important;border-color:rgba(177,137,75,.38)!important}.k28-amazing .k26-amazing-side:after{opacity:.48!important}

/* Sticky purchase + support conflict */
@media(max-width:820px){body[data-v25-page="product"] .k28-support-launch{bottom:158px!important;z-index:1080!important}body[data-v25-page="product"] .k34-mobile-buybar{z-index:1040!important}.k322-notify-panel{top:78px;right:12px}}

/* Mobile typography + compact navigation */
@media(max-width:820px){
 body{font-size:15px}.v25-header{height:58px!important;--header-h:58px}.v25-menu-btn,.v25-icon-btn{width:38px!important;height:38px!important}.v25-header.v32-reference-header{height:58px!important}.v32-reference-header .v32-reference-wordmark{transform:scale(.92)}
 .v25-bottom-nav{height:66px!important;border-radius:23px!important;padding:4px!important}.v25-bottom-item{font-size:10px!important;gap:2px!important}.v25-bottom-item svg{width:21px!important;height:21px!important}body{padding-bottom:82px!important}
 .v25-product-title{font-size:17px!important;min-height:52px!important}.v25-product-en{font-size:11px!important}.v25-product-brand{font-size:9.5px!important}.v25-price strong{font-size:16.5px!important}.v25-price del{font-size:10px!important}.v25-tag,.v30-product-badge-inline{font-size:9px!important}.v25-stock{font-size:9.5px!important}.v25-card-cta{font-size:11.5px!important;min-width:88px!important;height:42px!important;padding-inline:16px!important}
 .v25-product-body{padding:12px 10px 13px!important}.v25-product-tags{margin:6px 0!important}
 .k34-product-info h1{font-size:32px!important}.k34-product-info .name-en{font-size:13px!important}.k34-lead{font-size:11.5px!important}.k34-section-head p{font-size:10px!important}.k34-section-head h2{font-size:22px!important}
 .v25-search-layer{padding-top:72px!important}.v25-search-wrap{padding:10px!important}.v25-search-hit b{font-size:13px!important}.v25-search-hit small{font-size:10px!important}
}
@media(max-width:440px){.v25-product-media{height:205px!important}.v25-product-grid{gap:9px!important}.v25-product-title{font-size:16px!important}.v25-price strong{font-size:15.5px!important}.v25-card-cta{min-width:76px!important;padding-inline:13px!important;height:40px!important}.v25-toast{font-size:12px!important}}

/* Club */
.k322-club-hero{padding:30px;border-radius:28px;background:linear-gradient(135deg,#073d2f,#0b6048);color:#fff;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center}.k322-club-hero small{letter-spacing:3px;color:#e2bb70}.k322-club-hero h1{font-size:38px;margin:6px 0}.k322-club-hero p{margin:0;color:#d5e2dd}.k322-club-current{min-width:180px;padding:17px;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:rgba(255,255,255,.06)}.k322-club-current b{display:block;font-size:22px}.k322-progress{height:8px;background:rgba(255,255,255,.15);border-radius:20px;margin:12px 0 7px;overflow:hidden}.k322-progress i{display:block;height:100%;background:#dfb65e;border-radius:inherit}.k322-tier-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.k322-tier{padding:20px;border-radius:22px;background:#fff;border:1px solid #e7ece9;box-shadow:0 12px 35px rgba(11,49,37,.06);position:relative;overflow:hidden}.k322-tier.is-current{border-color:#0c684e;box-shadow:0 16px 42px rgba(9,88,65,.13)}.k322-tier:before{content:'';position:absolute;top:0;right:0;left:0;height:4px;background:#d9dedb}.k322-tier[data-tier="bronze"]:before{background:#a96f45}.k322-tier[data-tier="silver"]:before{background:#aab4b7}.k322-tier[data-tier^="gold"]:before{background:#d2a447}.k322-tier[data-tier="diamond"]:before{background:linear-gradient(90deg,#b4e1df,#dcc1eb,#f2d6a0)}.k322-tier>small{color:#9a793d;letter-spacing:1.5px}.k322-tier h3{font-size:20px;margin:5px 0}.k322-tier .range{font-size:11px;color:#718079;margin-bottom:14px}.k322-tier ul{margin:0;padding:0 17px 0 0}.k322-tier li{font-size:11px;line-height:1.9;margin:5px 0;color:#334941}.k322-tier .current-mark{display:inline-flex;margin-top:10px;padding:5px 9px;border-radius:999px;background:#eaf5f0;color:#07553f;font-size:9px;font-weight:800}
@media(max-width:900px){.k322-tier-grid{grid-template-columns:repeat(2,1fr)}.k322-club-hero{grid-template-columns:1fr}.k322-club-current{min-width:0}}@media(max-width:560px){.k322-tier-grid{grid-template-columns:1fr}.k322-club-hero{padding:22px}.k322-club-hero h1{font-size:29px}}

/* AI completion button must always exist visibly on final step */
.k31-ai-submit[hidden]{display:none!important}.k31-ai-step[data-ai-step="5"].is-active~* .k31-ai-submit{visibility:visible}


/* =========================================================
   KAAF V32.7.1 — mobile auth/search/cart attention hotfix
   ========================================================= */
body[data-v25-page="login"] .v25-main{padding-top:8px!important}
.k328-auth-shell{width:min(620px,100%);margin:10px auto 28px;display:grid;gap:12px}
.k328-auth-intro{padding:18px 20px 6px;text-align:right}
.k328-auth-intro small{font:800 8px Arial,sans-serif;letter-spacing:.24em;color:#a57b3d}
.k328-auth-intro h1{margin:6px 0 5px;font-size:clamp(27px,4vw,39px);line-height:1.2;color:#13382e}
.k328-auth-intro p{margin:0;color:#708078;font-size:12px;line-height:1.9}
.k328-auth-card{width:100%;padding:22px!important;border-radius:25px!important}
.k328-auth-card form{animation:k328AuthIn .22s ease both}
.k328-auth-card h2{font-size:24px;margin:0 0 16px!important;color:#173c30}
.k328-auth-submit{min-height:49px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(135deg,#0b674d,#074534)!important}
.k328-auth-switch{margin:15px 0 0;text-align:center;color:#76817c;font-size:11.5px}
.k328-auth-switch button{appearance:none;border:0;background:transparent;color:#0a684e;font:inherit;font-weight:900;padding:5px 4px;cursor:pointer}
.k328-auth-switch button:hover{text-decoration:underline}
@keyframes k328AuthIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}

.v25-search-layer{padding-top:18px!important}
.v25-search-wrap{width:min(720px,calc(100% - 28px))!important;margin:0 auto 34px!important;padding:0!important}
.v25-search-top{min-height:48px!important;padding:3px 6px!important;border-radius:15px!important}
.v25-search-box{height:40px!important;min-height:40px!important;font-size:14px!important;padding-inline:11px!important}
.v25-search-top .v25-close{width:32px!important;height:32px!important;min-width:32px!important}
.v25-search-results{gap:6px!important;margin-top:10px!important}
.v25-search-hit{grid-template-columns:48px minmax(0,1fr) 24px!important;gap:9px!important;min-height:62px!important;padding:6px 8px!important;border-radius:14px!important;align-items:center!important}
.v25-search-hit img{width:48px!important;height:48px!important;border-radius:10px!important}
.v25-search-hit>span:first-child:not(:last-child){width:48px!important;height:48px!important;border-radius:10px!important}
.v25-search-hit>span:nth-child(2){min-width:0!important}
.v25-search-hit>span:nth-child(2) b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v25-search-hit>span:last-child{width:24px!important;height:24px!important;display:grid!important;place-items:center!important;align-self:center!important}
.v25-search-hit>span:last-child svg{width:16px!important;height:16px!important;display:block!important}
.k322-search-empty{margin-top:4px!important}

.v25-badge-count{transform-origin:center!important;will-change:transform,opacity,box-shadow;animation:k328CartBadgeAttention 1.28s ease-in-out infinite!important}
@keyframes k328CartBadgeAttention{0%,100%{transform:scale(1);opacity:1;box-shadow:0 3px 10px rgba(107,72,18,.24)}38%{transform:scale(1.28);opacity:.78;box-shadow:0 0 0 5px rgba(185,138,67,.11),0 5px 16px rgba(107,72,18,.34)}58%{transform:scale(.93);opacity:1;box-shadow:0 2px 8px rgba(107,72,18,.20)}74%{transform:scale(1.12);opacity:.9}}

@media(max-width:820px){
 body[data-v25-page="login"] .v25-main{padding-top:2px!important}
 .k328-auth-shell{margin:4px auto 18px;gap:7px}
 .k328-auth-intro{padding:10px 10px 3px}
 .k328-auth-intro h1{font-size:27px}
 .k328-auth-intro p{font-size:11px;line-height:1.75}
 .k328-auth-card{padding:18px 15px!important;border-radius:21px!important}
 .k328-auth-card h2{font-size:22px;margin-bottom:13px!important}
 .v25-search-layer{padding-top:max(14px,env(safe-area-inset-top))!important}
 .v25-search-wrap{width:calc(100% - 28px)!important;margin:0 auto 24px!important;padding:0!important}
 .v25-search-hit b{font-size:12.5px!important}
 .v25-search-hit small{font-size:9px!important;line-height:1.35!important}
}
@media(max-width:440px){
 .v25-search-wrap{width:calc(100% - 22px)!important}
 .v25-search-hit{grid-template-columns:44px minmax(0,1fr) 22px!important;min-height:56px!important;padding:5px 7px!important;gap:7px!important}
 .v25-search-hit img,.v25-search-hit>span:first-child:not(:last-child){width:44px!important;height:44px!important}
 .v25-search-hit>span:last-child{width:22px!important;height:22px!important}
 .v25-search-hit>span:last-child svg{width:15px!important;height:15px!important}
}

/* KAAF v32.9 — premium brand loading overlay (shown instantly on script parse, hidden once the page has rendered) */
.k329-loader{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 28%,rgba(214,176,109,.14),transparent 42%),linear-gradient(160deg,#03140e 0%,#071c15 55%,#050f0b 100%);transition:opacity .55s ease,visibility .55s ease}
.k329-loader.is-leaving{opacity:0;visibility:hidden;pointer-events:none}
.k329-loader-inner{display:flex;flex-direction:column;align-items:center;gap:18px;transform:translateY(-4%)}
.k329-loader-ring{position:relative;width:86px;height:86px;display:grid;place-items:center}
.k329-loader-ring:before{content:'';position:absolute;inset:0;border-radius:50%;background:conic-gradient(from 0deg,var(--gold-2,#d6b06d),var(--green-2,#0d5b45) 35%,transparent 60%,var(--gold-2,#d6b06d) 100%);animation:k329Spin 1.4s linear infinite;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 4px),#000 calc(100% - 4px));mask:radial-gradient(farthest-side,transparent calc(100% - 4px),#000 calc(100% - 4px))}
.k329-loader-ring img{width:52px;height:52px;object-fit:contain;filter:drop-shadow(0 0 14px rgba(225,184,102,.45));animation:k329Pulse 1.8s ease-in-out infinite}
.k329-loader-word{font-family:Georgia,'Times New Roman',serif;font-size:15px;letter-spacing:7px;color:#f2cb75;text-align:center}
.k329-loader-bar{position:relative;width:150px;height:3px;border-radius:99px;background:rgba(255,255,255,.12);overflow:hidden}
.k329-loader-bar:after{content:'';position:absolute;inset:0 auto 0 -40%;width:40%;background:linear-gradient(90deg,transparent,#f2cb75,transparent);animation:k329Sweep 1.3s ease-in-out infinite}
.k329-loader-caption{font-size:10px;letter-spacing:1.5px;color:rgba(255,255,255,.55)}
@keyframes k329Spin{to{transform:rotate(360deg)}}
@keyframes k329Pulse{0%,100%{opacity:.88;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}
@keyframes k329Sweep{0%{left:-40%}100%{left:100%}}
@media(prefers-reduced-motion:reduce){.k329-loader-ring:before,.k329-loader-ring img,.k329-loader-bar:after{animation:none!important}}
