/*
Theme Name: AVIN Commerce
Theme URI: https://avin.shop/
Author: AVIN
Description: RTL-first presentation theme for AVIN Commerce.
Version: 0.2.0
Text Domain: avin-commerce
*/
@import url("assets/css/tokens.css");
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;background:var(--avin-surface-canvas);color:var(--avin-text-primary);font-family:var(--avin-font-ui);font-feature-settings:"ss01" 1,"tnum" 1;line-height:1.75}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}svg{display:block;width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--avin-text-primary);letter-spacing:-.035em;line-height:1.28}.avin-shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto}.avin-container{width:min(100% - 3rem,1280px);margin-inline:auto}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.screen-reader-text:focus{position:fixed;z-index:100;inset:1rem auto auto 1rem;width:auto;height:auto;margin:0;padding:.6rem .9rem;clip:auto;border-radius:8px;background:#fff;color:var(--avin-navy-700);box-shadow:var(--avin-shadow-float)}:focus-visible{outline:3px solid var(--avin-yellow-500);outline-offset:3px}

/* Header: search leads, navigation supports. */
.avin-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(228,232,235,.92);box-shadow:0 1px 16px rgba(6,66,102,.035);backdrop-filter:blur(16px);transition:box-shadow var(--avin-motion-standard) ease}.avin-header__utility{min-height:31px;background:#f6f9fa;border-bottom:1px solid var(--avin-border-soft);color:var(--avin-text-secondary);font-size:.72rem}.avin-header__utility>div{display:flex;min-height:31px;align-items:center;justify-content:space-between;gap:1rem}.avin-header__utility-links{display:inline-flex;align-items:center;gap:1rem}.avin-header__utility a{color:var(--avin-navy-700);font-weight:700}.avin-header__main{display:grid;grid-template-columns:auto minmax(260px,1fr) auto auto;align-items:center;gap:clamp(.8rem,2vw,2rem);padding:1rem 0;transition:padding var(--avin-motion-standard) ease}.avin-header-is-compact .avin-header{box-shadow:0 8px 22px rgba(6,66,102,.08)}.avin-header-is-compact .avin-header__main{padding:.6rem 0}.avin-brand{display:inline-flex;min-width:118px;align-items:center;color:var(--avin-navy-700);line-height:1}.avin-brand .custom-logo-link{display:inline-flex;align-items:center}.avin-brand .custom-logo{display:block;width:auto;max-width:178px;height:43px;object-fit:contain}.avin-brand__fallback{position:relative;display:inline-flex;align-items:baseline;gap:.35rem;color:var(--avin-navy-700);letter-spacing:-.06em}.avin-brand__fallback-name{font-size:1.75rem;font-weight:900}.avin-brand__fallback-shop{font-family:var(--avin-font-latin);font-size:.6rem;font-weight:800;letter-spacing:.16em}.avin-brand__fallback-accent{width:10px;height:13px;margin:0 .15rem .45rem 0;border-radius:72% 42% 70% 42%;background:var(--avin-yellow-500);transform:rotate(43deg)}.avin-search{position:relative;min-width:0}.avin-search input{width:100%;min-height:52px;padding:.65rem 3rem .65rem 7.25rem;border:1px solid #dbe3e7;border-radius:13px;outline:0;color:var(--avin-text-primary);background:#f9fbfc;box-shadow:inset 0 1px 0 rgba(255,255,255,.8);transition:border-color var(--avin-motion-standard) ease,background var(--avin-motion-standard) ease,box-shadow var(--avin-motion-standard) ease}.avin-search input::placeholder{color:#7b898f}.avin-search input:focus{border-color:var(--avin-navy-700);background:#fff;box-shadow:0 0 0 4px rgba(255,205,5,.23)}.avin-search__glyph{position:absolute;z-index:1;top:50%;right:1rem;color:var(--avin-navy-700);transform:translateY(-50%)}.avin-search__glyph svg{width:19px;height:19px}.avin-search>button{position:absolute;z-index:1;top:6px;bottom:6px;left:6px;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-width:82px;padding:0 .7rem;border:0;border-radius:9px;color:var(--avin-ink-900);background:var(--avin-yellow-500);font-size:.78rem;font-weight:800}.avin-search>button svg{width:16px;height:16px}.avin-search__surface{position:absolute;z-index:60;top:calc(100% + .75rem);right:0;width:min(720px,calc(100vw - 2rem));padding:1.15rem;border:1px solid var(--avin-border-soft);border-radius:16px;color:var(--avin-text-primary);background:#fff;box-shadow:var(--avin-shadow-float);transform-origin:top right;animation:avin-surface-in var(--avin-motion-standard) ease both}.avin-search__surface-top{display:flex;align-items:center;gap:.8rem;padding:.1rem .1rem .95rem;border-bottom:1px solid var(--avin-border-soft)}.avin-search__surface-top strong{font-size:.9rem}.avin-search__surface-top p{margin:.1rem 0 0;color:var(--avin-text-secondary);font-size:.76rem}.avin-search__signature{flex:0 0 auto;width:15px;height:20px;border-radius:72% 42% 70% 42%;background:var(--avin-yellow-500);transform:rotate(43deg)}.avin-search__close{display:grid;width:34px;height:34px;place-items:center;margin-right:auto;border:0;border-radius:50%;color:var(--avin-navy-700);background:#f1f5f7;font-size:1.3rem}.avin-search__status{padding:.95rem .1rem .25rem;color:var(--avin-text-secondary);font-size:.84rem}.avin-search-group{margin-top:.6rem}.avin-search-group h2{margin:0 0 .3rem;color:var(--avin-text-secondary);font-size:.75rem;letter-spacing:0}.avin-search-group a{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem .75rem;border-radius:8px;transition:background var(--avin-motion-micro) ease}.avin-search-group a:hover,.avin-search-group a:focus{color:var(--avin-navy-700);background:var(--avin-surface-subtle)}.avin-search-group small{direction:ltr;font-family:var(--avin-font-latin)}.avin-header__actions{display:flex;align-items:center;gap:.2rem;white-space:nowrap}.avin-header__actions a{display:inline-flex;min-width:53px;flex-direction:column;align-items:center;gap:.22rem;padding:.35rem;border-radius:8px;color:var(--avin-navy-700);font-size:.66rem;font-weight:700;transition:color var(--avin-motion-micro) ease,background var(--avin-motion-micro) ease}.avin-header__actions a:hover{color:var(--avin-navy-700);background:#f4f8fa}.avin-header__actions svg{width:19px;height:19px}.avin-primary-nav{border-top:1px solid var(--avin-border-soft)}.avin-primary-nav__list{display:flex;align-items:center;gap:clamp(1rem,2vw,1.7rem);min-height:42px;margin:0;padding:0;list-style:none;color:#42515a;font-size:.82rem;font-weight:700}.avin-primary-nav__list a{position:relative;display:inline-flex;align-items:center;min-height:42px}.avin-primary-nav__list a::after{position:absolute;right:0;bottom:0;width:0;height:2px;content:"";background:var(--avin-yellow-500);transition:width var(--avin-motion-micro) ease}.avin-primary-nav__list a:hover::after,.avin-primary-nav__list .current-menu-item a::after{width:100%}.avin-menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--avin-border-soft);border-radius:10px;color:var(--avin-navy-700);background:#fff}.avin-menu-toggle__lines,.avin-menu-toggle__lines::before,.avin-menu-toggle__lines::after{display:block;width:18px;height:1.5px;margin:auto;border-radius:2px;content:"";background:currentColor}.avin-menu-toggle__lines{position:relative}.avin-menu-toggle__lines::before{position:absolute;top:-6px}.avin-menu-toggle__lines::after{position:absolute;top:6px}.avin-mobile-drawer{position:fixed;z-index:80;inset:0 0 0 auto;width:min(88vw,360px);padding:1.2rem 1.25rem;border-left:1px solid var(--avin-border-soft);background:#fff;box-shadow:-16px 0 48px rgba(6,66,102,.18);animation:avin-drawer-in var(--avin-motion-standard) ease both}.avin-mobile-drawer__top{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid var(--avin-border-soft)}.avin-mobile-drawer__top button{width:40px;height:40px;border:0;border-radius:50%;color:var(--avin-navy-700);background:#f1f5f7;font-size:1.7rem}.avin-mobile-drawer .avin-primary-nav__list{display:grid;gap:0;padding:.85rem 0}.avin-mobile-drawer .avin-primary-nav__list a{min-height:52px;border-bottom:1px solid var(--avin-border-soft)}.avin-mobile-drawer__actions{display:grid;gap:.5rem;padding-top:1rem}.avin-mobile-drawer__actions a{display:flex;min-height:48px;align-items:center;padding:0 .8rem;border:1px solid var(--avin-border-soft);border-radius:10px;color:var(--avin-navy-700);font-weight:700}

/* Search-led editorial Home. */
.avin-main{padding:0}.avin-hero{position:relative;overflow:hidden;padding:clamp(3rem,7vw,6.25rem) 0 clamp(3.7rem,8vw,7.5rem);background:#f5f8f9}.avin-hero::before{position:absolute;top:-17rem;right:-13rem;width:42rem;height:42rem;border:1px solid rgba(6,66,102,.08);border-radius:44% 56% 59% 41%;content:""}.avin-hero__grid{position:relative;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(280px,.82fr);align-items:center;gap:clamp(2rem,7vw,7rem)}.avin-hero__content{max-width:690px}.avin-eyebrow{display:inline-flex;align-items:center;gap:.45rem;margin-bottom:.8rem;color:var(--avin-navy-700);font-size:.77rem;font-weight:800;letter-spacing:.01em}.avin-eyebrow>span{width:7px;height:9px;border-radius:70% 42% 65% 45%;background:var(--avin-yellow-500);transform:rotate(43deg)}.avin-hero h1{max-width:12ch;margin:0 0 1.1rem;font-size:clamp(2.55rem,5.4vw,5.1rem);font-weight:800}.avin-hero h1 em{color:var(--avin-navy-700);font-style:normal}.avin-hero h1 em::after{display:block;width:1.7em;height:6px;margin:-.1em .15em 0 auto;border-radius:10px;content:"";background:var(--avin-yellow-500);transform:rotate(-2deg)}.avin-hero__content>p:not(.avin-eyebrow):not(.avin-hero__pricing-cue){max-width:56ch;margin-bottom:1.6rem;color:var(--avin-text-secondary);font-size:1rem}.avin-hero__search{max-width:630px;margin-bottom:1.1rem}.avin-hero__search button{display:grid;width:100%;grid-template-columns:auto 1fr auto;align-items:center;gap:.85rem;min-height:67px;padding:.55rem .8rem;border:1px solid #d6e0e5;border-radius:14px;color:#728087;background:#fff;box-shadow:0 14px 30px rgba(24,55,69,.06);text-align:right;transition:border-color var(--avin-motion-standard) ease,box-shadow var(--avin-motion-standard) ease,transform var(--avin-motion-standard) ease}.avin-hero__search button:hover{border-color:#9fb7c3;box-shadow:0 17px 34px rgba(24,55,69,.1);transform:translateY(-1px)}.avin-hero__search-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:10px;color:var(--avin-navy-700);background:#eff5f7}.avin-hero__search-icon svg{width:21px;height:21px}.avin-hero__search kbd{padding:.3rem .55rem;border:0;border-radius:6px;color:#607078;background:#f4f7f8;font-family:inherit;font-size:.67rem;font-weight:500}.avin-hero__search kbd bdi{color:var(--avin-navy-700);font-family:var(--avin-font-latin);font-weight:800}.avin-hero__actions{display:flex;flex-wrap:wrap;gap:.6rem}.avin-button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:.55rem;padding:.63rem 1rem;border:1px solid transparent;border-radius:10px;font-size:.86rem;font-weight:800;transition:color var(--avin-motion-micro) ease,background var(--avin-motion-micro) ease,border-color var(--avin-motion-micro) ease,transform var(--avin-motion-micro) ease}.avin-button:hover{transform:translateY(-1px)}.avin-button--yellow{color:var(--avin-ink-900);background:var(--avin-yellow-500)}.avin-button--yellow:hover{background:#f2c300}.avin-button--navy{color:#fff;background:var(--avin-navy-700)}.avin-button--navy:hover{background:#053653}.avin-button--quiet{border-color:#d5e0e4;color:var(--avin-navy-700);background:#fff}.avin-hero__pricing-cue{display:flex;align-items:center;gap:.45rem;margin:1rem 0 0;color:#68767c;font-size:.73rem}.avin-hero__pricing-cue span{color:#438469;font-size:.55rem}.avin-hero__panel{position:relative;min-height:430px;overflow:hidden;border:1px solid rgba(6,66,102,.12);border-radius:var(--avin-radius-hero);color:#fff;background:linear-gradient(150deg,#073e5e 0%,#064266 51%,#0b557d 100%);box-shadow:0 28px 50px rgba(6,66,102,.16)}.avin-hero__panel::after{position:absolute;bottom:-5rem;left:-3.8rem;width:15rem;height:15rem;border:1px solid rgba(255,255,255,.28);border-radius:63% 37% 60% 40%;content:"";transform:rotate(35deg)}.avin-hero__panel-grid{position:absolute;inset:0;opacity:.42;background-image:linear-gradient(rgba(255,255,255,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.09) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,#000,transparent)}.avin-hero__panel-grid span{position:absolute;display:block;border:1px solid rgba(255,205,5,.62);border-radius:50%}.avin-hero__panel-grid span:nth-child(1){top:23%;left:18%;width:15px;height:15px}.avin-hero__panel-grid span:nth-child(2){top:43%;left:56%;width:58px;height:58px}.avin-hero__panel-grid span:nth-child(3){right:18%;bottom:17%;width:22px;height:22px}.avin-hero__panel-grid span:nth-child(4){bottom:28%;left:34%;width:7px;height:7px;background:var(--avin-yellow-500)}.avin-hero__panel-copy{position:absolute;z-index:1;top:2.3rem;right:2.3rem}.avin-hero__panel-copy p{margin:0 0 .35rem;color:#d5e3e9;font-size:.85rem}.avin-hero__panel-copy strong{font-size:clamp(1.45rem,2.5vw,2.25rem);letter-spacing:-.04em}.avin-hero__panel-mark{position:absolute;top:-1.45rem;right:0;width:16px;height:21px;border-radius:72% 42% 70% 42%;background:var(--avin-yellow-500);transform:rotate(43deg)}.avin-hero__panel dl{position:absolute;z-index:1;right:2.3rem;bottom:2rem;left:2.3rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:0;padding-top:1rem;border-top:1px solid rgba(255,255,255,.28)}.avin-hero__panel dt{color:var(--avin-yellow-500);font-size:.75rem;font-weight:800}.avin-hero__panel dd{margin:.2rem 0 0;color:#e4edf1;font-size:.76rem}.avin-section{padding:clamp(3.5rem,7vw,7rem) 0}.avin-section--subtle{background:#eef3f5}.avin-section__heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:2rem}.avin-section__heading h2{margin:0;font-size:clamp(1.7rem,3vw,2.55rem)}.avin-section__heading p:not(.avin-eyebrow){max-width:58ch;margin:.55rem 0 0;color:var(--avin-text-secondary);font-size:.9rem}.avin-text-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--avin-navy-700);font-size:.84rem;font-weight:800;white-space:nowrap}.avin-text-link span{transition:transform var(--avin-motion-micro) ease}.avin-text-link:hover span{transform:translateX(-4px)}

/* Family, product and commercial components. */
.avin-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.9rem}.avin-category-card{position:relative;display:flex;min-height:215px;flex-direction:column;justify-content:flex-end;overflow:hidden;padding:1.15rem;border:1px solid #dde6ea;border-radius:14px;background:#fff;transition:transform var(--avin-motion-standard) ease,border-color var(--avin-motion-standard) ease,box-shadow var(--avin-motion-standard) ease}.avin-category-card:hover{border-color:#9db5c0;box-shadow:var(--avin-shadow-card);transform:translateY(-3px)}.avin-category-card__graphic{position:absolute;top:1rem;left:1rem;width:78px;height:78px;border-radius:32% 68% 58% 42%;background:#edf3f5;transform:rotate(-15deg);transition:transform var(--avin-motion-standard) ease}.avin-category-card:hover .avin-category-card__graphic{transform:rotate(-7deg) scale(1.05)}.avin-category-card__graphic i{position:absolute;display:block;border:2px solid var(--avin-navy-700);border-radius:50%;opacity:.78}.avin-category-card__graphic i:nth-child(1){top:25px;right:20px;width:30px;height:30px}.avin-category-card__graphic i:nth-child(2){top:18px;right:13px;width:44px;height:44px;border-color:rgba(6,66,102,.25)}.avin-category-card__graphic i:nth-child(3){top:36px;right:5px;width:15px;height:15px;border-color:var(--avin-yellow-500);background:var(--avin-yellow-500)}.avin-category-card--2 .avin-category-card__graphic{border-radius:50%;background:#f5f1dc}.avin-category-card--2 .avin-category-card__graphic i:nth-child(1){border-radius:4px;transform:rotate(45deg)}.avin-category-card--3 .avin-category-card__graphic{border-radius:18px 50% 18px 50%;background:#eef0f8}.avin-category-card--4 .avin-category-card__graphic{border-radius:55% 45% 35% 65%;background:#eef5f2}.avin-category-card__meta{position:absolute;right:1.15rem;bottom:3.8rem;left:1.15rem;display:flex;align-items:center;justify-content:space-between;color:#77858b;font-size:.72rem}.avin-category-card__meta>span{color:var(--avin-navy-700);font-size:1rem;transition:transform var(--avin-motion-micro) ease}.avin-category-card:hover .avin-category-card__meta>span{transform:translateX(-4px)}.avin-category-card strong{position:relative;font-size:1rem}.avin-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.avin-product-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;padding:.8rem;border:1px solid #dce5e8;border-radius:14px;background:#fff;box-shadow:0 2px 4px rgba(23,32,38,.015);transition:transform var(--avin-motion-standard) ease,border-color var(--avin-motion-standard) ease,box-shadow var(--avin-motion-standard) ease}.avin-product-card:hover{border-color:#a7bdc7;box-shadow:var(--avin-shadow-card);transform:translateY(-3px)}.avin-product-card__main{display:block;color:inherit}.avin-product-card__media{position:relative;display:grid;min-height:215px;place-items:center;overflow:hidden;border-radius:10px;background:linear-gradient(145deg,#f4f7f8,#eaf0f2)}.avin-product-card__media::before{position:absolute;width:78%;height:22%;border-radius:50%;content:"";background:radial-gradient(ellipse,rgba(6,66,102,.13),transparent 67%);filter:blur(5px);transform:translateY(3.6rem)}.avin-product-card__media-corner{position:absolute;z-index:1;top:0;right:0;width:18px;height:18px;border-radius:0 0 0 14px;background:var(--avin-yellow-500)}.avin-product-card__media img{position:relative;z-index:1;width:100%;height:auto;aspect-ratio:1;object-fit:contain;transition:transform var(--avin-motion-standard) ease}.avin-product-card:hover .avin-product-card__media img{transform:scale(1.018)}.avin-product-card__media--fallback{color:var(--avin-navy-700)}.avin-product-card__fallback-mark{position:relative;z-index:1;display:inline-flex;align-items:center;gap:.3rem;color:rgba(6,66,102,.48);font-family:var(--avin-font-latin);font-size:.8rem;letter-spacing:.14em}.avin-product-card__fallback-mark i{width:17px;height:22px;border-radius:72% 42% 70% 42%;background:rgba(255,205,5,.75);transform:rotate(43deg)}.avin-product-card__identity{min-height:106px;padding:.85rem .25rem .25rem}.avin-product-card__brand{margin:0 0 .25rem;color:var(--avin-navy-700);font-family:var(--avin-font-latin);font-size:.7rem;font-weight:800;letter-spacing:.045em;text-transform:uppercase}.avin-product-card h3{display:-webkit-box;overflow:hidden;margin:0;font-size:.95rem;font-weight:800;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.avin-model{min-height:1.15rem;margin:.32rem 0 0;color:#75848b;font-family:var(--avin-font-latin);font-size:.69rem;letter-spacing:.025em}.avin-model--empty{direction:rtl;font-family:var(--avin-font-ui);font-size:.66rem;letter-spacing:0}.avin-product-card__spec-placeholder{display:flex;align-items:center;gap:.3rem;min-height:18px;padding:0 .25rem}.avin-product-card__spec-placeholder span{display:block;width:15%;height:3px;border-radius:4px;background:#e1e9ec}.avin-product-card__spec-placeholder span:nth-child(2){width:26%}.avin-product-card__spec-placeholder span:nth-child(3){width:20%;background:#d5e2e7}.avin-product-card__commerce{display:flex;align-items:flex-end;justify-content:space-between;gap:.5rem;min-height:65px;margin-top:.45rem;padding:.75rem .25rem .35rem;border-top:1px solid #edf1f2}.avin-product-card__commerce>div{min-width:0}.avin-product-card__commerce small{display:block;max-width:14ch;margin-top:.18rem;color:#839097;font-size:.6rem;line-height:1.4}.avin-product-card__price{display:block;color:var(--avin-text-primary);font-size:.85rem;font-weight:900;white-space:nowrap}.avin-product-card__inquiry{display:block;color:var(--avin-navy-700);font-size:.82rem;font-weight:900}.avin-product-card .avin-button{min-height:37px;padding:.42rem .6rem;border-radius:8px;font-size:.69rem;white-space:nowrap}.avin-button--outline{border-color:#b5c6cd;color:var(--avin-navy-700);background:#fff}.avin-product-card__hooks{display:flex;gap:.8rem;min-height:28px;padding:.05rem .25rem 0}.avin-product-card__hooks button{display:inline-flex;align-items:center;gap:.28rem;padding:0;border:0;color:#97a4a9;background:transparent;font-family:inherit;font-size:.62rem}.avin-product-card__hooks button:disabled{cursor:default;opacity:1}.avin-product-card__hooks svg{width:14px;height:14px}.avin-preview-cue{display:inline-flex;max-width:100%;align-items:center;margin:0 0 .7rem;padding:.3rem .55rem;border:1px solid #f2dd91;border-radius:6px;color:#604700;background:#fff8dc;font-size:.7rem;font-weight:800}.avin-product-card--preview{border-style:dashed}.avin-brand-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.avin-brand-strip__item{display:flex;min-height:102px;align-items:flex-end;justify-content:space-between;padding:1rem;border:1px solid #dfe7ea;border-radius:12px;color:var(--avin-navy-700);background:#fff;font-family:var(--avin-font-latin);font-size:1rem;font-weight:800;letter-spacing:-.02em;transition:transform var(--avin-motion-standard) ease,border-color var(--avin-motion-standard) ease}.avin-brand-strip__item i{color:#91a0a6;font-style:normal;transition:transform var(--avin-motion-micro) ease,color var(--avin-motion-micro) ease}.avin-brand-strip__item:hover{border-color:#a8bdc6;transform:translateY(-2px)}.avin-brand-strip__item:hover i{color:var(--avin-navy-700);transform:translate(-3px,3px)}.avin-brand-strip__item--2{background:#f7f9fa}.avin-brand-strip__item--3{background:#fbfaf3}

/* Finder, quote and trust. */
.avin-finder{display:grid;grid-template-columns:minmax(225px,.8fr) minmax(0,1.2fr);overflow:hidden;border:1px solid #dce6e9;border-radius:var(--avin-radius-hero);background:#fff}.avin-finder__visual{position:relative;min-height:310px;overflow:hidden;background:linear-gradient(145deg,#eaf3f5,#f7f9fa)}.avin-finder__visual::before{position:absolute;top:12%;left:15%;width:55%;height:55%;border:28px solid rgba(6,66,102,.1);border-radius:50%;content:""}.avin-finder__visual span{position:absolute;display:block;border-radius:50%}.avin-finder__visual span:nth-child(1){top:19%;right:21%;width:67px;height:67px;border:1px solid var(--avin-navy-700)}.avin-finder__visual span:nth-child(2){top:32%;right:31%;width:18px;height:18px;background:var(--avin-yellow-500)}.avin-finder__visual span:nth-child(3){bottom:22%;left:21%;width:44px;height:44px;border:1px solid rgba(6,66,102,.5)}.avin-finder__visual i{position:absolute;right:0;bottom:0;width:55%;height:48%;border-radius:52% 0 0 0;background:var(--avin-navy-700)}.avin-finder__content{align-self:center;padding:clamp(2rem,5vw,4.7rem)}.avin-finder__content h2{margin:0 0 1rem;font-size:clamp(1.7rem,3vw,2.6rem)}.avin-finder__content>p:not(.avin-eyebrow){max-width:55ch;color:var(--avin-text-secondary);font-size:.9rem}.avin-section--quote{padding-top:0}.avin-quote{position:relative;display:flex;align-items:center;justify-content:space-between;gap:2rem;overflow:hidden;padding:clamp(2rem,5vw,4.4rem);border-radius:var(--avin-radius-hero);color:#fff;background:var(--avin-navy-700)}.avin-quote::before{position:absolute;top:-9rem;left:-7rem;width:21rem;height:21rem;border:1px solid rgba(255,255,255,.16);border-radius:44% 56% 59% 41%;content:"";transform:rotate(28deg)}.avin-quote>div{position:relative;z-index:1}.avin-quote h2{margin:0 0 .75rem;color:#fff;font-size:clamp(1.8rem,3vw,3rem)}.avin-quote p:not(.avin-eyebrow){max-width:52ch;margin-bottom:0;color:#d9e6eb;font-size:.9rem}.avin-quote .avin-eyebrow{color:var(--avin-yellow-500)}.avin-quote__action{display:flex;align-items:center;gap:1rem}.avin-quote__drop{width:38px;height:48px;border:1px solid rgba(255,205,5,.7);border-radius:72% 42% 70% 42%;transform:rotate(43deg)}.avin-trust{border-top:1px solid var(--avin-border-soft);background:#fff}.avin-trust__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1.4rem 0}.avin-trust__grid>div{position:relative;padding:.1rem 3.15rem .1rem .5rem}.avin-trust__grid>div:not(:last-child)::after{position:absolute;top:.3rem;bottom:.3rem;left:0;width:1px;content:"";background:var(--avin-border-soft)}.avin-trust__icon{position:absolute;top:.15rem;right:.3rem;color:var(--avin-yellow-500);font-family:var(--avin-font-latin);font-size:.8rem;font-weight:900}.avin-trust strong,.avin-trust span:not(.avin-trust__icon){display:block}.avin-trust strong{color:var(--avin-navy-700);font-size:.86rem}.avin-trust span:not(.avin-trust__icon){margin-top:.15rem;color:var(--avin-text-secondary);font-size:.76rem}

/* Catalog. */
.avin-catalog{padding:1.8rem 0 5.5rem}.avin-catalog__intro{padding:clamp(1.5rem,4vw,3rem);border:1px solid #dfe7ea;border-radius:var(--avin-radius-hero);background:linear-gradient(115deg,#f9fbfc 0%,#f2f6f7 100%)}.woocommerce-breadcrumb{margin-bottom:1.8rem;color:#718086;font-size:.75rem}.woocommerce-breadcrumb a{color:var(--avin-navy-700);font-weight:700}.avin-catalog__header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem}.avin-catalog__header h1{margin:0;font-size:clamp(2.1rem,4vw,3.8rem)}.avin-catalog__description .term-description,.avin-catalog__description p{max-width:60ch;margin:.6rem 0 0;color:var(--avin-text-secondary);font-size:.9rem}.avin-catalog__ready{max-width:22ch;margin:0;padding:.9rem 1rem;border-right:2px solid var(--avin-yellow-500);color:var(--avin-navy-700);font-size:.8rem;font-weight:700}.avin-catalog__toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.35rem .25rem 1.2rem}.avin-catalog__result,.avin-catalog__toolbar-actions{display:flex;align-items:center;gap:.75rem}.avin-catalog__result{color:#647279;font-size:.8rem}.avin-catalog__result-mark{width:8px;height:10px;border-radius:72% 42% 70% 42%;background:var(--avin-yellow-500);transform:rotate(43deg)}.avin-catalog__future-filter{color:#8b989d;font-size:.72rem}.avin-catalog__sort .orderby{min-height:42px;padding:.45rem .7rem;border:1px solid #d7e1e5;border-radius:8px;color:var(--avin-text-primary);background:#fff}.avin-product-grid--catalog{grid-template-columns:repeat(3,1fr)}.woocommerce-pagination{margin-top:2.4rem}.woocommerce-pagination ul{display:flex;gap:.5rem;padding:0;list-style:none}.woocommerce-pagination a,.woocommerce-pagination span{display:inline-grid;min-width:40px;min-height:40px;place-items:center;border:1px solid var(--avin-border-soft);border-radius:8px;color:var(--avin-navy-700);background:#fff}.woocommerce-pagination .current{border-color:var(--avin-navy-700);color:#fff;background:var(--avin-navy-700)}.avin-empty-state{padding:1.5rem;border:1px solid var(--avin-border-soft);border-radius:12px;color:var(--avin-text-secondary);background:#fff}.avin-empty-state a{display:block;margin-top:.5rem;color:var(--avin-navy-700);font-weight:800}

/* Footer. */
.avin-footer{position:relative;overflow:hidden;padding-top:4.2rem;color:#fff;background:#053c5d}.avin-footer::after{position:absolute;bottom:-7rem;left:-4rem;width:17rem;height:17rem;border:1px solid rgba(255,205,5,.22);border-radius:60% 40% 55% 45%;content:"";transform:rotate(40deg)}.avin-footer__grid{position:relative;z-index:1;display:grid;grid-template-columns:1.65fr 1fr 1fr;gap:clamp(1.5rem,5vw,5rem)}.avin-footer .avin-brand{color:#fff}.avin-footer .custom-logo{max-width:168px;filter:brightness(0) invert(1)}.avin-footer__identity p{max-width:34ch;margin:1.2rem 0;color:#d5e5eb;font-size:.87rem}.avin-footer h2{margin:.1rem 0 1rem;color:#fff;font-size:.91rem;letter-spacing:0}.avin-footer section a:not(.avin-brand){display:block;width:fit-content;padding:.25rem 0;color:#c6d9e0;font-size:.82rem;transition:color var(--avin-motion-micro) ease}.avin-footer section a:not(.avin-brand):hover{color:var(--avin-yellow-500)}.avin-footer__support{display:inline-flex!important;align-items:center;gap:.45rem;padding:.55rem .75rem!important;border:1px solid rgba(255,255,255,.25);border-radius:8px;color:#fff!important}.avin-footer__support span{transition:transform var(--avin-motion-micro) ease}.avin-footer__support:hover span{transform:translateX(-3px)}.avin-footer__bottom{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:3.2rem;padding:1.2rem 0;border-top:1px solid rgba(255,255,255,.17);color:#c6d9e0;font-size:.74rem}
@keyframes avin-surface-in{from{opacity:0;transform:translateY(-5px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes avin-drawer-in{from{opacity:0;transform:translateX(16px)}to{opacity:1;transform:translateX(0)}}
@media(max-width:980px){.avin-container{width:min(100% - 2rem,1280px)}.avin-header__main{grid-template-columns:auto minmax(180px,1fr) auto auto;gap:.65rem}.avin-header__actions a{min-width:43px}.avin-header__actions span{display:none}.avin-category-grid,.avin-brand-strip{grid-template-columns:repeat(2,1fr)}.avin-product-grid{grid-template-columns:repeat(2,1fr)}.avin-hero__grid{gap:2rem}.avin-hero__panel{min-height:365px}}
@media(max-width:720px){html{scroll-behavior:auto}.avin-container{width:min(100% - 1.5rem,1280px)}.avin-header__utility,.avin-primary-nav{display:none}.avin-header__main{grid-template-columns:auto minmax(0,1fr) auto auto;min-height:66px;padding:.65rem 0}.avin-brand{min-width:68px}.avin-brand__fallback{gap:.16rem}.avin-brand__fallback-name{font-size:1.25rem}.avin-brand__fallback-shop{display:none}.avin-brand__fallback-accent{width:7px;height:10px;margin-bottom:.3rem}.avin-brand .custom-logo{max-width:82px;height:32px}.avin-header__actions{gap:0}.avin-header__actions a{min-width:34px;padding:.35rem .2rem}.avin-header__actions a:nth-child(2){display:none}.avin-header__actions svg{width:18px;height:18px}.avin-menu-toggle{display:grid;place-items:center}.avin-search input{min-height:44px;padding:.45rem 2.25rem .45rem .35rem;font-size:.72rem}.avin-search__glyph{right:.6rem}.avin-search__glyph svg{width:16px;height:16px}.avin-search>button{display:none}.avin-search__surface{position:fixed;top:77px;right:.75rem;left:.75rem;width:auto}.avin-mobile-drawer .avin-brand{min-width:120px}.avin-hero{padding:2.7rem 0 3.6rem}.avin-hero::before{top:-22rem;right:-22rem}.avin-hero__grid{grid-template-columns:1fr;gap:1.5rem}.avin-hero h1{max-width:11.5ch;font-size:clamp(2.4rem,12vw,3.6rem)}.avin-hero__content>p:not(.avin-eyebrow):not(.avin-hero__pricing-cue){font-size:.9rem}.avin-hero__search button{grid-template-columns:auto minmax(0,1fr);min-height:58px;font-size:.75rem}.avin-hero__search kbd{display:none}.avin-hero__panel{min-height:215px}.avin-hero__panel-copy{top:1.6rem;right:1.6rem}.avin-hero__panel-copy strong{font-size:1.45rem}.avin-hero__panel dl{right:1.6rem;bottom:1.25rem;left:1.6rem}.avin-section{padding:3.8rem 0}.avin-section__heading{align-items:flex-start;flex-direction:column;margin-bottom:1.5rem}.avin-section__heading h2{font-size:1.72rem}.avin-category-grid{grid-template-columns:repeat(2,1fr);gap:.65rem}.avin-category-card{min-height:175px;padding:.85rem}.avin-category-card__graphic{top:.8rem;left:.8rem;width:58px;height:58px}.avin-category-card__graphic i:nth-child(1){top:18px;right:14px;width:24px;height:24px}.avin-category-card__graphic i:nth-child(2){top:13px;right:9px;width:34px;height:34px}.avin-category-card__graphic i:nth-child(3){top:29px;right:3px;width:11px;height:11px}.avin-category-card__meta{right:.85rem;bottom:3.1rem;left:.85rem}.avin-category-card strong{font-size:.83rem}.avin-product-grid,.avin-product-grid--catalog{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.avin-product-card{padding:.55rem;border-radius:11px}.avin-product-card__media{min-height:145px}.avin-product-card__identity{min-height:104px;padding:.65rem .1rem .2rem}.avin-product-card h3{font-size:.8rem}.avin-product-card__brand{font-size:.61rem}.avin-model{font-size:.6rem}.avin-product-card__commerce{align-items:stretch;flex-direction:column;min-height:100px;padding-top:.5rem}.avin-product-card__commerce small{max-width:none}.avin-product-card .avin-button{width:100%;min-height:36px}.avin-product-card__hooks{justify-content:space-between;gap:.3rem}.avin-product-card__hooks span{display:none}.avin-brand-strip{grid-template-columns:repeat(2,1fr);gap:.65rem}.avin-brand-strip__item{min-height:80px;padding:.8rem;font-size:.86rem}.avin-finder{grid-template-columns:1fr}.avin-finder__visual{min-height:190px}.avin-finder__content{padding:1.7rem}.avin-finder__content h2{font-size:1.7rem}.avin-quote{align-items:flex-start;flex-direction:column;padding:2rem 1.5rem}.avin-quote h2{font-size:1.75rem}.avin-quote__action{width:100%;justify-content:space-between}.avin-trust__grid{grid-template-columns:1fr;gap:1.1rem;padding:1.4rem 0}.avin-trust__grid>div:not(:last-child)::after{top:auto;right:.3rem;bottom:-.55rem;left:.3rem;width:auto;height:1px}.avin-catalog{padding:1rem 0 4rem}.avin-catalog__intro{padding:1.4rem;border-radius:17px}.woocommerce-breadcrumb{margin-bottom:1rem}.avin-catalog__header{align-items:flex-start;flex-direction:column;gap:1rem}.avin-catalog__header h1{font-size:2.15rem}.avin-catalog__ready{max-width:none}.avin-catalog__toolbar{align-items:flex-start;flex-direction:column;padding:1rem 0}.avin-catalog__toolbar-actions{width:100%;justify-content:space-between}.avin-catalog__future-filter{max-width:19ch;line-height:1.5}.avin-footer{padding-top:3rem}.avin-footer__grid{grid-template-columns:1fr;gap:1.75rem}.avin-footer__bottom{align-items:flex-start;flex-direction:column;margin-top:2rem}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
