:root{--yellow:#F9C900;--black:#0B0D0D;--white:#fff;--surface:#F6F7F8;--border:#E5E7EB;--muted:#6B7280;--success:#238636;--danger:#b42318;--radius:12px;--shadow:0 8px 30px rgba(11,13,13,.06)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--black);background:var(--white);line-height:1.55}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 32px));margin:auto}.topline{background:var(--black);color:#fff;text-align:center;font-size:13px;padding:8px 12px}.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.header-inner{height:74px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.12em}.brand img{width:48px;height:48px;object-fit:contain;border-radius:10px}.nav{display:flex;align-items:center;gap:20px;margin-left:auto}.nav a{font-size:14px;font-weight:700}.nav a:hover{opacity:.6}.header-actions{display:flex;align-items:center;gap:8px}.icon-btn{width:42px;height:42px;border:1px solid var(--border);background:#fff;border-radius:12px;display:grid;place-items:center;cursor:pointer;position:relative}.badge-count{position:absolute;right:-4px;top:-5px;background:var(--yellow);min-width:19px;height:19px;border-radius:99px;font-size:11px;font-weight:900;display:grid;place-items:center;border:2px solid #fff}.mobile-only{display:none}.drawer{position:fixed;inset:0;z-index:80;display:none}.drawer.open{display:block}.drawer-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.45)}.drawer-panel{position:absolute;right:0;top:0;bottom:0;width:min(360px,88vw);background:#fff;padding:24px;box-shadow:-20px 0 50px rgba(0,0,0,.15)}.drawer-nav{display:grid;gap:10px;margin-top:28px}.drawer-nav a{padding:14px 0;border-bottom:1px solid var(--border);font-weight:800}.hero{padding:64px 0 40px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:99px;background:#fff6c5;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.hero h1{font-size:clamp(42px,6vw,76px);line-height:.98;letter-spacing:-.05em;margin:18px 0}.hero p{font-size:18px;color:#444;max-width:650px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;padding:13px 18px;font-weight:850;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--yellow);color:#111}.btn-dark{background:var(--black);color:#fff}.btn-light{background:var(--surface);border:1px solid var(--border)}.btn-danger{background:#fff0ef;color:var(--danger);border:1px solid #ffd6d2}.btn-block{width:100%}.hero-visual{background:var(--surface);border-radius:24px;padding:16px;min-height:520px;display:grid;place-items:center;position:relative;overflow:hidden}.hero-visual:before{content:"";position:absolute;width:330px;height:330px;border-radius:50%;background:var(--yellow);filter:blur(0);right:-90px;top:-90px}.hero-visual img{position:relative;max-height:500px;width:auto;border-radius:18px;box-shadow:0 24px 70px rgba(0,0,0,.16)}.trustbar{border-block:1px solid var(--border);background:#fff}.trustgrid{display:grid;grid-template-columns:repeat(5,1fr)}.trustitem{padding:18px 10px;text-align:center;font-size:13px;font-weight:800;border-right:1px solid var(--border)}.trustitem:last-child{border:0}.section{padding:68px 0}.section-sm{padding:38px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:26px}.section-head h2,.page-head h1{font-size:clamp(28px,4vw,46px);letter-spacing:-.035em;margin:0}.section-head p,.page-head p{color:var(--muted);margin:6px 0 0}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.category-card{background:var(--surface);padding:24px 16px;border-radius:14px;min-height:126px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid transparent;transition:.2s}.category-card:hover{border-color:#d5d8dc;background:#fff}.category-card b{font-size:16px}.category-card span{font-size:12px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#fff;transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-img{aspect-ratio:1/1;background:var(--surface);position:relative;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover}.badges{position:absolute;left:10px;top:10px;display:flex;gap:6px;flex-wrap:wrap}.tag{display:inline-flex;border-radius:99px;padding:5px 8px;font-size:10px;font-weight:900;background:#fff;border:1px solid var(--border)}.tag-yellow{background:var(--yellow);border-color:var(--yellow)}.product-body{padding:15px}.product-body h3{margin:0 0 6px;font-size:16px}.muted{color:var(--muted)}.price{font-size:19px;font-weight:900}.compare{text-decoration:line-through;color:var(--muted);font-size:13px;margin-left:6px}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;counter-reset:step}.process-card{background:var(--black);color:#fff;border-radius:16px;padding:24px;min-height:180px;counter-increment:step}.process-card:before{content:"0" counter(step);display:block;color:var(--yellow);font-weight:900;font-size:13px;margin-bottom:44px}.cta-panel{background:var(--yellow);border-radius:22px;padding:42px;display:flex;align-items:center;justify-content:space-between;gap:28px}.cta-panel h2{font-size:clamp(30px,4vw,52px);line-height:1;margin:0;letter-spacing:-.04em}.socials{display:flex;gap:10px;flex-wrap:wrap}.socials a{border:1px solid var(--border);padding:10px 14px;border-radius:10px;font-weight:700}.site-footer{background:var(--black);color:#fff;padding:50px 0 24px;margin-top:40px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:36px}.footer-grid h4{margin-top:0}.footer-grid a{display:block;color:#d6d6d6;margin:8px 0;font-size:14px}.footer-bottom{border-top:1px solid #2a2c2c;margin-top:36px;padding-top:20px;color:#9ca3af;font-size:12px;display:flex;justify-content:space-between;gap:16px}.page-head{padding:48px 0 26px}.toolbar{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.input,.select,.textarea{width:100%;border:1px solid var(--border);border-radius:10px;background:#fff;padding:12px 13px;outline:none}.input:focus,.select:focus,.textarea:focus{border-color:#111;box-shadow:0 0 0 3px rgba(249,201,0,.2)}.textarea{min-height:140px;resize:vertical}.label{display:block;font-size:13px;font-weight:850;margin:0 0 7px}.field{margin-bottom:16px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 16px}.form-card{border:1px solid var(--border);border-radius:16px;padding:24px;background:#fff}.products-layout{display:grid;grid-template-columns:260px 1fr;gap:28px}.filters{border:1px solid var(--border);border-radius:14px;padding:18px;height:max-content;position:sticky;top:96px}.filters .field{margin-bottom:12px}.pagination{display:flex;gap:6px;margin-top:28px}.pagination a{padding:9px 12px;border:1px solid var(--border);border-radius:9px}.pagination a.active{background:var(--black);color:#fff}.product-page{display:grid;grid-template-columns:1.1fr .9fr;gap:44px}.gallery-main{background:var(--surface);border-radius:18px;overflow:hidden;aspect-ratio:1/1}.gallery-main img{width:100%;height:100%;object-fit:contain;cursor:zoom-in}.thumbs{display:flex;gap:8px;overflow:auto;padding:10px 0}.thumb{width:72px;height:72px;flex:0 0 auto;border:2px solid transparent;border-radius:10px;overflow:hidden;background:var(--surface);cursor:pointer;padding:0}.thumb.active{border-color:var(--black)}.thumb img{width:100%;height:100%;object-fit:cover}.product-info h1{font-size:clamp(34px,4vw,56px);line-height:1.02;letter-spacing:-.04em;margin:12px 0}.product-meta{display:flex;gap:8px;flex-wrap:wrap}.product-price{font-size:32px;font-weight:950;margin:20px 0}.compat-box{border:1px solid #d9bd22;background:#fffbea;border-radius:12px;padding:16px;margin:18px 0}.color-options{display:flex;gap:8px;flex-wrap:wrap}.color-radio input{position:absolute;opacity:0}.color-radio span{display:inline-flex;padding:9px 12px;border:1px solid var(--border);border-radius:9px;font-weight:700}.color-radio input:checked+span{border-color:#111;box-shadow:0 0 0 2px var(--yellow)}.qty{width:78px}.sticky-buy{display:none}.tabs{margin-top:30px}.tab-nav{display:flex;gap:6px;overflow:auto;border-bottom:1px solid var(--border)}.tab-nav button{background:none;border:0;padding:12px 14px;font-weight:850;white-space:nowrap;cursor:pointer}.tab-nav button.active{border-bottom:3px solid var(--yellow)}.tab-panel{display:none;padding:20px 0}.tab-panel.active{display:block}.review{border-top:1px solid var(--border);padding:16px 0}.stars{color:#c29700;letter-spacing:1px}.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:28px}.cart-item{display:grid;grid-template-columns:90px 1fr 100px 110px 40px;align-items:center;gap:16px;border-bottom:1px solid var(--border);padding:16px 0}.cart-item img{width:90px;height:90px;object-fit:cover;border-radius:10px;background:var(--surface)}.summary{border:1px solid var(--border);border-radius:14px;padding:20px;height:max-content;position:sticky;top:96px}.summary-line{display:flex;justify-content:space-between;margin:12px 0}.summary-total{font-size:22px;font-weight:900;padding-top:12px;border-top:1px solid var(--border)}.notice{padding:13px 15px;border-radius:10px;background:#fff7d7;border:1px solid #f4dc70;font-size:14px}.alert{padding:13px 15px;border-radius:10px;margin:14px auto;width:min(1180px,calc(100% - 32px));font-weight:700}.alert-success{background:#eaf8ee;color:#17642a;border:1px solid #bde8c7}.alert-error{background:#fff0ef;color:#9f1d16;border:1px solid #ffd1cc}.auth-wrap{max-width:520px;margin:36px auto 70px}.legal-content{max-width:860px}.legal-content h2,.legal-content h3{margin-top:32px}.legal-draft{display:inline-block;background:#fff1b2;border:1px solid #e6c42f;padding:8px 10px;border-radius:8px;font-size:12px;font-weight:900}.account-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.table-wrap{overflow:auto;border:1px solid var(--border);border-radius:12px}.table{width:100%;border-collapse:collapse;font-size:14px}.table th,.table td{text-align:left;padding:12px;border-bottom:1px solid var(--border);white-space:nowrap}.table th{background:var(--surface);font-size:12px;text-transform:uppercase;letter-spacing:.05em}.empty{padding:46px;text-align:center;border:1px dashed #cfd3d8;border-radius:14px;color:var(--muted)}.lightbox{position:fixed;inset:0;z-index:120;background:rgba(0,0,0,.92);display:none;place-items:center;padding:20px}.lightbox.open{display:grid}.lightbox img{max-width:94vw;max-height:92vh;object-fit:contain}.cookie-banner{position:fixed;z-index:100;left:18px;right:18px;bottom:18px;background:#fff;border:1px solid var(--border);box-shadow:0 20px 60px rgba(0,0,0,.18);border-radius:16px;padding:18px;display:none}.cookie-banner.show{display:flex;align-items:center;justify-content:space-between;gap:20px}.cookie-actions{display:flex;gap:8px;flex-wrap:wrap}.modal{position:fixed;inset:0;z-index:110;background:rgba(0,0,0,.5);display:none;place-items:center;padding:20px}.modal.open{display:grid}.modal-card{background:#fff;border-radius:16px;padding:24px;width:min(520px,100%)}.toggle-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid var(--border)}.toggle-row input{width:20px;height:20px}.search-pop{position:fixed;inset:0;z-index:90;background:rgba(255,255,255,.98);display:none;padding:10vh 20px}.search-pop.open{display:block}.search-inner{max-width:800px;margin:auto}.search-inner input{font-size:30px;border:0;border-bottom:2px solid #111;border-radius:0;padding:15px 0}.whatsapp{position:fixed;right:18px;bottom:18px;background:#25D366;color:#fff;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;font-weight:900;box-shadow:0 10px 30px rgba(0,0,0,.16);z-index:30}
@media(max-width:980px){.nav{display:none}.mobile-only{display:grid}.hero-grid,.product-page{grid-template-columns:1fr}.hero-visual{min-height:420px}.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.process{grid-template-columns:repeat(2,1fr)}.products-layout{grid-template-columns:1fr}.filters{position:static;display:none}.filters.open{display:block}.cart-layout{grid-template-columns:1fr}.summary{position:static}.footer-grid{grid-template-columns:1fr 1fr}.account-grid{grid-template-columns:1fr}.trustgrid{grid-template-columns:repeat(3,1fr)}.trustitem:nth-child(3){border-right:0}.trustitem:nth-child(n+4){border-top:1px solid var(--border)}}
@media(max-width:620px){.compat-grid{grid-template-columns:1fr}.container{width:min(100% - 22px,1180px)}.topline{font-size:11px}.header-inner{height:64px;gap:8px}.brand img{width:42px;height:42px}.brand span{display:none}.header-actions{margin-left:auto}.icon-btn{width:38px;height:38px}.hero{padding:30px 0}.hero h1{font-size:44px}.hero p{font-size:16px}.hero-actions .btn{width:100%}.hero-visual{min-height:360px}.trustgrid{grid-template-columns:repeat(2,1fr)}.trustitem{border-top:1px solid var(--border)}.trustitem:nth-child(2n){border-right:0}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-body{padding:11px}.product-body h3{font-size:14px}.product-img{aspect-ratio:1/.95}.section{padding:46px 0}.section-head{align-items:start;flex-direction:column}.process{grid-template-columns:1fr}.cta-panel{padding:26px;display:block}.cta-panel .btn{margin-top:20px;width:100%}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.form-grid{grid-template-columns:1fr}.product-page{gap:22px}.gallery-main{margin-inline:-11px;border-radius:0}.thumbs{scroll-snap-type:x mandatory}.thumb{scroll-snap-align:start}.sticky-buy{position:fixed;display:flex;z-index:35;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--border);padding:10px;gap:10px}.sticky-buy .btn{flex:1}.site-footer{padding-bottom:90px}.cart-item{grid-template-columns:72px 1fr 70px;gap:10px}.cart-item img{width:72px;height:72px}.cart-item .cart-price{grid-column:2}.cart-item .cart-remove{grid-column:3;grid-row:1}.cookie-banner{left:10px;right:10px;bottom:10px;display:none}.cookie-banner.show{display:block}.cookie-actions{margin-top:14px}.cookie-actions .btn{flex:1;padding:10px}.whatsapp{bottom:76px}.table th,.table td{padding:10px}.page-head{padding-top:32px}}
/* FAURIS mobile storefront refresh 2026-09-12 */
.mobile-home-only,.mobile-see-all,.mobile-product-sub{display:none}.wish-dot{display:none}.quick-add{padding:0 14px 14px}.quick-add .btn{width:100%}.product-card-link{display:block}.featured-section{background:var(--surface)}
@media(max-width:620px){
 body{background:#fff;padding-bottom:76px}.topline{display:none}.site-header{box-shadow:none;border-bottom:0;background:#fff}.header-inner{height:78px;padding:0 3px}.brand img{width:112px;height:auto;object-fit:contain}.header-actions{gap:8px}.header-actions .icon-btn{width:48px;height:48px;border:0;border-radius:12px;background:#f7f7f7;font-size:25px}.header-actions .icon-btn[aria-label="Cont"]{display:none}.badge-count{top:-2px;right:-2px;background:var(--yellow);color:#111}.mobile-home-only{display:flex}.hero-desktop,.desktop-trust,.desktop-categories,.desktop-sections{display:none!important}.site-footer{display:none}.whatsapp{width:52px;height:52px;right:18px;bottom:88px;font-size:0}.whatsapp:after{content:'☎';font-size:24px}.container{width:min(100% - 28px,1180px)}
 .mobile-home-hero{padding:6px 14px 0}.mobile-hero-card{width:100%;position:relative;overflow:hidden;min-height:650px;border-radius:22px;background:linear-gradient(145deg,#f6f6f6 0%,#f1f1f1 58%,#ffd90b 58%,#ffe35b 100%);box-shadow:inset 0 0 0 1px #ececec}.mobile-hero-copy{padding:32px 24px 0;position:relative;z-index:3;width:66%}.mobile-kicker{display:inline-flex;background:#fff3b5;padding:10px 14px;border-radius:999px;font-size:12px;font-weight:950;letter-spacing:.15em;white-space:nowrap}.mobile-hero-copy h1{font-size:45px;line-height:.98;letter-spacing:-.055em;margin:27px 0 16px;max-width:560px}.mobile-hero-copy p{font-size:18px;line-height:1.25;color:#4d4d4d;margin:0;max-width:520px}.mobile-hero-actions{margin-top:24px;display:grid;gap:10px;width:100%}.mobile-hero-actions .btn{height:58px;border-radius:14px;font-size:17px;justify-content:center}.btn-outline-dark{background:#fff;border:2px solid #111;color:#111}.mobile-hero-art{position:absolute;right:-22px;bottom:108px;width:52%;height:58%;display:flex;align-items:flex-end;justify-content:center;z-index:2}.mobile-hero-art:before{content:'';position:absolute;inset:15% 3% 4%;background:rgba(255,255,255,.75);filter:blur(20px);border-radius:50%}.mobile-hero-art img{position:relative;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 25px 18px rgba(0,0,0,.20));transform:rotate(-7deg)}.hero-note{position:absolute;z-index:3;right:12px;top:10px;font:25px/1.05 Georgia,serif;transform:rotate(-7deg);text-align:center}.hero-note span{display:block;font-size:40px;margin-top:5px}.mobile-mini-trust{position:absolute;left:20px;right:20px;bottom:24px;z-index:4;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mobile-mini-trust span{display:flex;align-items:center;gap:8px;font-size:22px}.mobile-mini-trust b{font-size:11px;line-height:1.1}.hero-dots{position:absolute;right:20px;bottom:37px;display:none;gap:8px}.hero-dots i{width:9px;height:9px;border-radius:50%;background:#ddd}.hero-dots i:first-child{background:var(--yellow)}
 .mobile-category-strip{gap:8px;overflow-x:auto;padding:24px 14px 16px;scrollbar-width:none}.mobile-category-strip::-webkit-scrollbar{display:none}.mobile-category-strip a{height:56px;flex:0 0 auto;border-radius:30px;background:#f7f7f7;padding:0 18px;display:flex;align-items:center;gap:10px;font-size:15px;font-weight:800;white-space:nowrap}.mobile-category-strip a.active{background:var(--yellow);color:#111}.mobile-category-strip a:first-child{padding-inline:18px}
 .featured-section{padding:16px 0 22px;background:#fff}.featured-section .container{width:100%}.mobile-featured-head{padding:0 20px 10px;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between}.mobile-featured-head h2{font-size:28px;margin:0;letter-spacing:-.035em}.desktop-feature-copy{display:none}.mobile-see-all{display:block;font-size:14px;font-weight:900;white-space:nowrap}.home-products.product-grid{display:flex;overflow-x:auto;gap:12px;padding:0 20px 8px;scroll-snap-type:x mandatory;scrollbar-width:none}.home-products.product-grid::-webkit-scrollbar{display:none}.home-products .product-card{flex:0 0 47%;scroll-snap-align:start;border-radius:16px;box-shadow:none;border:1px solid #e8e8e8;background:#fff;overflow:hidden}.product-img{aspect-ratio:1/.92;border-radius:12px;margin:8px;background:#f5f5f5;overflow:hidden}.product-img img{object-fit:contain}.badges{left:5px;top:5px}.badges .tag:not(.tag-yellow){display:none}.wish-dot{display:grid;place-items:center;position:absolute;right:8px;top:8px;width:34px;height:34px;border-radius:50%;background:#fff;border:1px solid #e7e7e7;font-size:20px;z-index:4}.product-body{padding:2px 12px 8px}.product-category{display:none}.product-body h3{font-size:15px;line-height:1.08;min-height:32px;margin:0 0 4px}.mobile-product-sub{display:block;color:#8a8a8a;font-size:12px;line-height:1.15;min-height:27px;margin-bottom:7px}.price{font-size:18px;display:block}.quick-add{padding:4px 10px 12px}.quick-add .btn{height:46px;border-radius:10px;padding:0 6px;font-size:13px;white-space:nowrap}.cart-glyph{font-size:19px}.product-card:hover{transform:none;box-shadow:none}
 .mobile-trust-panel{margin:8px 14px 105px;border:1px solid #e3e3e3;border-radius:14px;display:grid!important;grid-template-columns:repeat(4,1fr);background:#fafafa;padding:18px 5px}.mobile-trust-panel div{text-align:center;padding:0 6px;border-right:1px solid #e5e5e5}.mobile-trust-panel div:last-child{border-right:0}.mobile-trust-panel span{display:block;font-size:28px;margin-bottom:7px}.mobile-trust-panel b{font-size:11px;line-height:1.05;display:block}
 .mobile-custom-bar{position:fixed;z-index:45;left:0;right:0;bottom:0;height:78px;background:#151617;color:#fff;border-radius:18px 18px 0 0;padding:10px 14px;align-items:center;gap:10px;box-shadow:0 -8px 25px rgba(0,0,0,.10)}.mobile-custom-bar .cube-icon{font-size:31px;color:var(--yellow)}.mobile-custom-bar>span:nth-child(2){display:grid;min-width:0;line-height:1.05}.mobile-custom-bar b{font-size:14px;white-space:nowrap}.mobile-custom-bar small{font-size:10px;color:#bbb;margin-top:3px}.mobile-custom-bar strong{margin-left:auto;background:var(--yellow);color:#111;border-radius:13px;padding:16px 14px;font-size:12px;white-space:nowrap}
 .section{padding:34px 0}.page-head{padding-top:24px}.product-page{padding-bottom:72px}
}
@media(max-width:430px){.mobile-hero-card{min-height:625px}.mobile-hero-copy{width:72%;padding:28px 20px 0}.mobile-hero-copy h1{font-size:40px}.mobile-hero-copy p{font-size:16px}.mobile-hero-art{width:50%;right:-16px;bottom:106px}.hero-note{font-size:21px}.home-products .product-card{flex-basis:51%}.mobile-featured-head h2{font-size:25px}.mobile-custom-bar b{font-size:13px}.mobile-custom-bar strong{padding:15px 11px}}
@media(max-width:370px){.mobile-hero-copy h1{font-size:36px}.mobile-hero-copy{width:78%}.home-products .product-card{flex-basis:58%}.mobile-custom-bar small{display:none}}

/* FAURIS homepage redesign — 2026-09-12 */
.f-home{padding:22px 0 34px;background:#fff}.f-home>.container{width:min(1280px,calc(100% - 32px))}.f-hero{position:relative;display:grid;grid-template-columns:1.08fr .92fr;min-height:430px;border:1px solid #ececec;border-radius:24px;overflow:hidden;background:linear-gradient(115deg,#fff 0%,#fbfbfb 64%,#f5f5f5 100%)}.f-hero-copy{padding:48px 28px 42px 38px;z-index:3;display:flex;flex-direction:column;justify-content:center}.f-kicker{align-self:flex-start;padding:8px 14px;border-radius:99px;background:#fff2a8;font-size:12px;font-weight:950;letter-spacing:.08em}.f-hero h1{max-width:710px;margin:15px 0 12px;font-size:clamp(44px,5vw,70px);line-height:.96;letter-spacing:-.055em}.f-hero p{max-width:680px;margin:0;color:#4b4b4b;font-size:17px;line-height:1.38}.f-hero-actions{display:flex;gap:12px;margin-top:24px}.f-hero-actions .btn{min-width:190px}.f-btn-outline{border:2px solid #111;background:#fff;color:#111}.f-hero-media{position:relative;min-height:430px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.f-yellow-shape{position:absolute;right:-38px;top:-120px;width:480px;height:430px;background:var(--yellow);border-radius:46% 0 0 52%;transform:rotate(4deg)}.f-hero-media img{position:relative;z-index:2;width:72%;height:88%;object-fit:cover;object-position:center 66%;border-radius:26px 26px 0 0;filter:drop-shadow(0 26px 30px rgba(0,0,0,.18));mix-blend-mode:multiply}.f-hand-note{position:absolute;z-index:4;right:48px;top:62px;font-size:20px;line-height:1.06;font-family:"Comic Sans MS",cursive;transform:rotate(-7deg);text-align:center}.f-hand-note span{display:block;font-size:34px;margin-top:8px}.f-trust-row{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #ededed;border-radius:17px;background:#fff;margin-top:10px;overflow:hidden}.f-trust-row>div{min-height:78px;display:flex;align-items:center;justify-content:center;gap:13px;border-right:1px solid #ededed}.f-trust-row>div:last-child{border-right:0}.f-trust-icon{font-size:31px}.f-trust-row b{font-size:14px;line-height:1.05}.f-section{padding:28px 7px 0}.f-section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}.f-section-head h2{font-size:30px;letter-spacing:-.035em;margin:0}.f-section-head a{font-size:13px;font-weight:900}.f-category-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.f-category{min-height:110px;background:#f7f7f7;border:1px solid #f1f1f1;border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;transition:.2s}.f-category:hover{transform:translateY(-2px);background:#fff;border-color:#ddd}.f-category-icon{font-size:34px;line-height:1;color:#111;text-shadow:2px 2px 0 var(--yellow)}.f-category b{text-align:center;font-size:13px}.f-home-products.product-grid{grid-template-columns:repeat(5,1fr);gap:11px}.f-home-products .product-card{border-radius:14px;box-shadow:none}.f-home-products .product-img{margin:7px;border-radius:11px;aspect-ratio:1.18/1}.f-home-products .product-img img{object-fit:contain}.f-home-products .product-body{padding:3px 10px 7px}.f-home-products .product-body h3{font-size:14px;line-height:1.1;min-height:31px}.f-home-products .product-category{display:none}.f-home-products .mobile-product-sub{display:block;color:#8a8a8a;font-size:11px;line-height:1.2;min-height:26px}.f-home-products .price{font-size:17px}.f-home-products .quick-add{padding:2px 8px 9px}.f-home-products .quick-add .btn{width:100%;height:40px;padding:0 8px;border-radius:8px;font-size:12px}.f-home-products .wish-dot{display:grid;place-items:center;position:absolute;right:8px;top:8px;width:29px;height:29px;border-radius:50%;background:#fff;border:1px solid #e3e3e3;z-index:3}.f-crew{position:relative;margin-top:22px;min-height:164px;border-radius:18px;background:#0c0d0d;color:#fff;overflow:hidden;display:grid;grid-template-columns:1.2fr 1fr auto;align-items:center}.f-crew:before,.f-crew:after{content:"";position:absolute;width:160px;height:46px;background:repeating-linear-gradient(135deg,var(--yellow) 0 5px,transparent 5px 11px);transform:rotate(-32deg)}.f-crew:before{left:-55px;top:-8px}.f-crew:after{left:405px;bottom:-29px}.f-crew-copy{padding:28px 24px 28px 135px;z-index:2}.f-crew-copy h2{font-size:29px;margin:0 0 5px}.f-crew-copy h2 span{color:var(--yellow)}.f-crew-copy p{font-size:13px;color:#ddd;margin:0 0 14px}.f-social-circles{display:flex;gap:10px}.f-social-circles a{width:34px;height:34px;border:1px solid #666;border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:900}.f-crew-photos{align-self:stretch;display:grid;grid-template-columns:1fr 1fr;gap:5px;transform:skew(-7deg)}.f-crew-photos img{width:100%;height:164px;object-fit:cover;filter:saturate(.8) contrast(1.05)}.f-crew-script{padding:0 24px;font-family:"Comic Sans MS",cursive;font-size:21px;line-height:1.05;transform:rotate(-8deg);z-index:2}.f-bottom-benefits{margin:12px 0 0;display:grid;grid-template-columns:repeat(6,1fr);gap:4px;border:1px solid #eee;border-radius:14px;background:#fafafa;padding:10px 8px}.f-bottom-benefits>div{text-align:center;display:grid;grid-template-columns:auto 1fr;column-gap:7px;align-items:center;justify-content:center;padding:3px 7px;border-right:1px solid #e7e7e7}.f-bottom-benefits>div:last-child{border-right:0}.f-bottom-benefits span{grid-row:1/3;font-size:21px}.f-bottom-benefits b,.f-bottom-benefits small{display:block;text-align:left;line-height:1.05}.f-bottom-benefits b{font-size:10px}.f-bottom-benefits small{font-size:9px;color:#777}.mobile-bottom-nav{display:none}

@media(max-width:980px){.f-home-products.product-grid{grid-template-columns:repeat(3,1fr)}.f-category-grid{grid-template-columns:repeat(4,1fr)}.f-crew-copy{padding-left:70px}.f-bottom-benefits{grid-template-columns:repeat(3,1fr)}.f-bottom-benefits>div:nth-child(3){border-right:0}}
@media(max-width:620px){body{padding-bottom:68px}.f-home{padding:5px 0 14px}.f-home>.container{width:100%;padding:0 12px}.f-hero{grid-template-columns:1fr;min-height:425px;border-radius:18px}.f-hero-copy{padding:18px 16px 0;width:72%;justify-content:flex-start;z-index:5}.f-kicker{font-size:9px;padding:6px 8px}.f-hero h1{font-size:37px;line-height:.94;margin:10px 0 9px}.f-hero p{font-size:12px;line-height:1.28}.f-hero-actions{display:grid;gap:7px;margin-top:13px}.f-hero-actions .btn{min-width:0;width:100%;height:43px;font-size:13px;padding:0 10px}.f-hero-media{position:absolute;right:0;top:0;bottom:0;width:49%;min-height:0;align-items:flex-end}.f-yellow-shape{right:-95px;top:-70px;width:310px;height:295px}.f-hero-media img{width:108%;height:62%;object-position:center 65%;border-radius:18px 0 0 0}.f-hand-note{right:15px;top:51px;font-size:15px}.f-hand-note span{font-size:25px}.f-trust-row{margin-top:7px;border-radius:13px}.f-trust-row>div{min-height:64px;gap:4px;flex-direction:column;text-align:center;padding:7px 2px}.f-trust-icon{font-size:19px}.f-trust-row b{font-size:8px}.f-section{padding:24px 4px 0}.f-section-head{margin-bottom:12px}.f-section-head h2{font-size:23px}.f-section-head a{font-size:11px}.f-category-grid{display:flex;overflow-x:auto;gap:7px;padding-bottom:4px;scrollbar-width:none}.f-category-grid::-webkit-scrollbar{display:none}.f-category{flex:0 0 70px;min-height:70px;border-radius:11px;gap:4px}.f-category-icon{font-size:23px}.f-category b{font-size:8px;line-height:1.05}.f-home-products.product-grid{display:flex;overflow-x:auto;gap:8px;scroll-snap-type:x mandatory;scrollbar-width:none}.f-home-products.product-grid::-webkit-scrollbar{display:none}.f-home-products .product-card{flex:0 0 43%;scroll-snap-align:start}.f-home-products .product-img{aspect-ratio:1/.78;margin:5px}.f-home-products .product-body h3{font-size:12px;min-height:27px}.f-home-products .mobile-product-sub{font-size:9px;min-height:22px}.f-home-products .price{font-size:14px}.f-home-products .quick-add{padding:2px 6px 7px}.f-home-products .quick-add .btn{height:34px;font-size:10px}.f-home-products .wish-dot{width:25px;height:25px;right:6px;top:6px;font-size:14px}.f-crew{min-height:128px;grid-template-columns:1.25fr .95fr;border-radius:14px}.f-crew-copy{padding:18px 10px 18px 18px}.f-crew-copy h2{font-size:21px}.f-crew-copy p{font-size:9px}.f-social-circles a{width:29px;height:29px}.f-crew-photos{gap:3px}.f-crew-photos img{height:128px}.f-crew-script{display:none}.f-crew:before{left:-85px}.f-crew:after{display:none}.f-bottom-benefits{display:none}.mobile-bottom-nav{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);z-index:55;left:0;right:0;bottom:0;height:64px;background:#fff;border-top:1px solid #ddd;box-shadow:0 -6px 18px rgba(0,0,0,.06)}.mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:9px;font-weight:750}.mobile-bottom-nav span{font-size:20px}.mobile-bottom-nav a.active span{background:#fff0a5;border-radius:50%;width:32px;height:32px;display:grid;place-items:center}.site-footer{display:none!important}.whatsapp{bottom:78px}.mobile-custom-bar,.mobile-trust-panel,.mobile-category-strip,.mobile-home-hero{display:none!important}}

/* Homepage hero image override - 2026-09-12 */
.f-hero.f-hero-banner{display:block;min-height:0;padding:0;border:0;border-radius:24px;overflow:hidden;background:#f5f5f5;line-height:0}
.f-hero-banner picture,.f-hero-banner img{display:block;width:100%;height:auto}
.f-hero-banner img{aspect-ratio:8/3;object-fit:cover;object-position:center}
@media(max-width:620px){
  .f-hero.f-hero-banner{min-height:0;border-radius:18px;margin-top:2px}
  .f-hero-banner img{aspect-ratio:auto;height:auto;max-height:285px;object-fit:cover;object-position:center}
  .f-section.f-categories{padding-top:18px}
}

/* FAURIS crew image + social overlays + mobile drawer — 2026-09-12 */
.f-crew-banner{position:relative;margin-top:22px;border-radius:18px;overflow:hidden;background:#0b0d0d;line-height:0}.f-crew-banner picture,.f-crew-banner img{display:block;width:100%;height:auto}.f-crew-banner img{aspect-ratio:80/11;object-fit:cover}.f-crew-social-links{position:absolute;left:6.5%;bottom:16%;display:flex;gap:12px;z-index:3;line-height:1}.f-crew-social-links a{width:38px;height:38px;border:1px solid rgba(255,255,255,.72);border-radius:50%;display:grid;place-items:center;color:#fff;background:rgba(0,0,0,.28);backdrop-filter:blur(4px);transition:.18s}.f-crew-social-links a:hover{background:var(--yellow);color:#111;border-color:var(--yellow);transform:translateY(-2px)}.social-icon{font-size:18px;font-weight:900}.social-facebook{font-family:Arial,sans-serif}.social-tiktok{font-size:19px}
@media(max-width:620px){.f-crew-banner{margin-top:18px;border-radius:14px}.f-crew-banner img{aspect-ratio:3/1;object-fit:cover}.f-crew-social-links{left:8%;bottom:10%;gap:9px}.f-crew-social-links a{width:32px;height:32px}.social-icon{font-size:15px}}

@media(max-width:620px){
.drawer{position:fixed;inset:0;z-index:100;pointer-events:none}.drawer.open{pointer-events:auto}.drawer-backdrop{position:absolute;inset:0;background:rgba(11,13,13,.62);opacity:0;transition:.25s}.drawer.open .drawer-backdrop{opacity:1}.drawer-panel.fauris-mobile-drawer{position:absolute;right:0;top:0;bottom:0;width:min(86vw,390px);max-width:none;padding:24px 22px 20px;background:#fff;border-radius:28px 0 0 28px;box-shadow:-18px 0 50px rgba(0,0,0,.18);overflow-y:auto;transform:translateX(105%);transition:transform .28s ease}.drawer.open .drawer-panel.fauris-mobile-drawer{transform:translateX(0)}
.drawer-brand-row{display:flex;align-items:flex-start;justify-content:space-between;padding:3px 0 18px;border-bottom:1px solid #e8e8e8}.drawer-brand{display:flex;align-items:flex-start;gap:11px;color:#111}.drawer-brand img{width:68px;height:48px;object-fit:contain}.drawer-brand span{display:flex;flex-direction:column}.drawer-brand b{font-size:24px;line-height:1}.drawer-brand small{font-size:7px;font-weight:900;letter-spacing:.22em;margin-top:5px}.drawer-brand em{font-size:11px;font-style:normal;color:#555;margin-top:7px}.drawer-close{width:44px;height:44px;border:1px solid #e2e2e2;border-radius:14px;background:#fff;font-size:30px;line-height:1}
.fauris-drawer-nav{display:block;padding:10px 0;border-bottom:1px solid #e8e8e8}.fauris-drawer-nav a{display:grid;grid-template-columns:34px 1fr 18px;align-items:center;gap:8px;min-height:52px;padding:7px 10px;border-radius:14px;color:#111}.fauris-drawer-nav a b{font-size:15px}.fauris-drawer-nav .drawer-custom{background:linear-gradient(100deg,#ffd21d,#ffe889);margin:3px 0 6px}.fauris-drawer-nav .drawer-custom small{display:block;font-size:10px;font-weight:500;margin-top:2px}.drawer-menu-icon{font-size:23px;text-align:center}.drawer-chevron{font-size:28px;text-align:right;font-weight:300}.drawer-help{margin:18px 0 14px;padding:16px;border-radius:18px;background:#f6f7f8}.drawer-help>b{font-size:17px}.drawer-help p{font-size:12px;color:#666;margin:2px 0 12px}.drawer-help>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.drawer-help a{height:45px;border-radius:13px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900}.drawer-call{background:var(--yellow);color:#111}.drawer-wa{background:#fff;border:1px solid #ddd;color:#111}.drawer-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:12px 0 16px;border-bottom:1px solid #e8e8e8}.drawer-benefits span{text-align:center;font-size:20px}.drawer-benefits small{display:block;font-size:8px;line-height:1.15;color:#555;margin-top:5px}.drawer-social{display:flex;align-items:center;justify-content:space-between;padding:18px 4px 6px}.drawer-social>div{display:flex;gap:17px}.drawer-social a{font-size:24px;font-weight:900;color:#111}.drawer-social strong{font-family:"Comic Sans MS",cursive;font-size:16px;line-height:1.15;text-align:right;transform:rotate(-5deg);text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:4px;text-underline-offset:8px}
}
