:root{
  --brand:#167dad;
  --brand-strong:#0f638e;
  --brand-dark:#123f58;
  --brand-soft:#eaf5fa;
  --accent:#f0a51b;
  --ink:#173446;
  --muted:#637986;
  --surface:#fff;
  --canvas:#f5f8fa;
  --line:#dce7ec;
  --success:#188553;
  --shadow-sm:0 5px 16px rgba(21,58,75,.08);
  --shadow-md:0 16px 42px rgba(21,58,75,.12);
  --radius-sm:10px;
  --radius:16px;
  --radius-lg:22px;
  --content:min(1440px,calc(100% - 48px));
}

html{scroll-behavior:smooth}
body{overflow-x:hidden;background:var(--canvas);color:var(--ink);font-family:Inter,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}
body.filters-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:var(--brand-strong)}
button,input,select,textarea{font:inherit}
h1,h2,h3{color:var(--ink);line-height:1.15;letter-spacing:-.025em}
h1{font-size:clamp(2rem,4vw,3rem)}
h2{font-size:clamp(1.55rem,2.5vw,2rem)}
:focus-visible{outline:3px solid #f6bd4f;outline-offset:3px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;z-index:1000;top:12px;left:12px;padding:10px 14px;border-radius:8px;background:#fff;color:var(--brand-dark);box-shadow:var(--shadow-md);transform:translateY(-150%)}
.skip-link:focus{transform:none}

/* Header */
.site-header{position:relative;z-index:20;min-height:94px;padding:0;border:0;background:var(--brand);box-shadow:0 8px 28px rgba(10,63,87,.16)}
.header-shell{position:relative;width:var(--content);min-height:94px;margin:auto;display:grid;grid-template-columns:104px auto minmax(300px,1fr) auto;align-items:center;gap:20px}
.site-header .brand{align-self:stretch;width:104px;display:flex;align-items:center;justify-content:center;overflow:hidden;line-height:0}
.site-header .brand img{width:94px;height:90px;object-fit:contain;filter:drop-shadow(0 3px 5px rgba(7,53,75,.22))}
.category-menu{justify-self:start}
.catalog-trigger{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border:0;border-radius:10px;background:transparent;color:#fff;font:inherit;font-weight:750;white-space:nowrap;cursor:pointer;transition:background .2s}
.catalog-trigger:hover,.catalog-trigger:focus-visible{background:rgba(255,255,255,.13);color:#fff}
.catalog-trigger svg{width:18px;height:18px;fill:currentColor}
.catalog-trigger .catalog-trigger__chevron{width:14px;height:14px;margin-left:1px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .22s ease}
.category-menu.is-open .catalog-trigger{background:rgba(255,255,255,.16)}
.category-menu.is-open .catalog-trigger__chevron{transform:rotate(180deg)}
.site-header .category-dropdown{position:absolute;z-index:70;top:calc(100% + 10px);left:124px;width:min(320px,calc(100vw - 32px));max-height:min(70vh,520px);display:block;overflow-y:auto;overscroll-behavior:contain;padding:10px;border:1px solid #d7e5eb;border-radius:16px;background:#fff;color:var(--ink);box-shadow:0 22px 55px rgba(8,48,68,.22)}
.category-dropdown[hidden]{display:none}
.category-dropdown:before{content:"";position:absolute;top:-7px;left:24px;width:13px;height:13px;border-top:1px solid #d7e5eb;border-left:1px solid #d7e5eb;background:#fff;transform:rotate(45deg)}
.category-dropdown a{position:relative;min-height:43px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:10px;color:#244859;font-size:13px;font-weight:700;transition:background .16s,color .16s,transform .16s}
.category-dropdown a:hover,.category-dropdown a:focus-visible{background:var(--brand-soft);color:var(--brand-strong);transform:translateX(2px)}
.category-dropdown a svg{width:17px;height:17px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.category-dropdown .category-dropdown__all{border-bottom:1px solid #e5eef2;border-radius:10px 10px 5px 5px;color:var(--brand-strong);font-weight:800}
.category-dropdown ul{display:grid;gap:2px;margin:7px 0 0;padding:0;list-style:none}
.category-dropdown li{margin:0;padding:0}
.site-search{position:relative;min-width:0}
.site-search input{width:100%;height:48px;margin:0;padding:0 56px 0 17px;border:1px solid rgba(255,255,255,.62);border-radius:13px;background:#fff;color:var(--ink);box-shadow:0 7px 18px rgba(4,51,72,.12)}
.site-search input::placeholder{color:#748591}
.site-search input:focus{outline:0;border-color:#f7c55a;box-shadow:0 0 0 3px rgba(247,197,90,.34),0 7px 18px rgba(4,51,72,.12)}
.site-search>button{position:absolute;top:5px;right:5px;width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:10px;background:var(--accent);color:#243849;cursor:pointer}
.site-search>button svg{width:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.suggestions{position:absolute;z-index:40;top:calc(100% + 8px);left:0;width:100%;overflow:hidden;border:0;border-radius:13px;background:#fff;box-shadow:0 18px 45px rgba(13,48,66,.2)}
.suggestions:empty{display:none}
.suggestions a{display:grid;gap:2px;padding:11px 14px;border:0;border-bottom:1px solid #edf2f4;color:var(--ink)}
.suggestions a:last-child{border-bottom:0}
.suggestions a:hover,.suggestions a.is-active,.suggestions a:focus{outline:0;background:var(--brand-soft)}
.suggestions b{font-size:14px}.suggestions small{color:var(--muted)}
.account-nav{display:flex;align-items:center;gap:8px}
.account-nav a{min-height:44px;display:inline-flex;align-items:center;gap:7px;padding:9px 11px;border-radius:11px;color:#fff;font-weight:700;white-space:nowrap}
.account-nav a:hover,.account-nav a:focus-visible{background:rgba(255,255,255,.12);color:#fff}
.account-nav svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.account-nav .account-link{padding-block:7px}
.account-status{min-width:0;display:grid;gap:2px;line-height:1.05}
.account-status small{color:#d8eef7;font-size:9px;font-weight:650;letter-spacing:.02em}
.account-status b{max-width:118px;overflow:hidden;color:#fff;font-size:12px;text-overflow:ellipsis;white-space:nowrap}
.account-link.is-authenticated .account-status small{display:flex;align-items:center;gap:5px;color:#c8f4dc}
.account-link.is-authenticated .account-status small:before{content:"";width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#57dc91;box-shadow:0 0 0 3px rgba(87,220,145,.16)}
.account-nav .cart-link{background:#fff;color:var(--brand-dark);box-shadow:0 5px 13px rgba(8,57,79,.16)}
.account-nav .cart-link:hover,.account-nav .cart-link:focus-visible{background:#fff;color:var(--brand-strong)}
.account-nav strong{min-width:23px;height:23px;display:grid;place-items:center;border-radius:999px;background:var(--brand-soft);font-size:12px}
.utility-nav{position:relative;z-index:10;width:100%;padding:11px 0 2px;background:transparent}
.utility-nav>div{width:max-content;max-width:var(--content);margin:auto;display:flex;justify-content:center;gap:5px;padding:6px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.94);box-shadow:var(--shadow-sm)}
.utility-nav a{padding:7px 12px;border-radius:999px;color:#395668;font-size:12px;font-weight:700;white-space:nowrap}
.utility-nav a:hover,.utility-nav a:focus-visible{background:var(--brand-soft);color:var(--brand-strong)}

/* Floating contact actions */
.social-floating{position:fixed;z-index:30;top:46%;right:16px;display:flex;flex-direction:column;gap:9px;transform:translateY(-50%)}
.social-floating a{width:46px;height:46px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(18,63,88,.08);border-radius:14px;background:#fff;box-shadow:0 9px 24px rgba(16,53,72,.18);transition:transform .2s,box-shadow .2s}
.social-floating a:hover,.social-floating a:focus-visible{transform:translateX(-3px);box-shadow:0 12px 28px rgba(16,53,72,.23)}
.social-floating img{width:29px;height:29px;object-fit:contain}
.floating-wa{position:fixed;z-index:31;right:16px;bottom:18px;min-height:46px;display:flex;align-items:center;gap:8px;padding:10px 17px 10px 43px;border-radius:999px;background:#20b95a;color:#fff;font-weight:800;box-shadow:0 10px 26px rgba(13,113,53,.28)}
.floating-wa:before{content:"";position:absolute;left:14px;width:19px;height:19px;border:2px solid #fff;border-radius:50%}
.floating-wa:after{content:"";position:absolute;left:14px;bottom:10px;width:7px;height:7px;border-left:2px solid #fff;transform:rotate(-25deg)}
.floating-wa:hover,.floating-wa:focus-visible{background:#159a49;color:#fff;transform:translateY(-2px)}

/* Global content */
main{display:block}
main>section,main>.catalog-layout{width:var(--content);max-width:none;margin:38px auto;padding:0}
.flash{position:relative;z-index:15;width:min(1000px,calc(100% - 32px));margin:14px auto;padding:12px 16px;border:1px solid transparent;border-radius:12px;box-shadow:var(--shadow-sm)}
.flash.ok{border-color:#bce7cf;background:#eaf8f0;color:#17683f}
.flash.error{border-color:#f2c7c7;background:#fff0f0;color:#982b2b}
.eyebrow{margin:0 0 8px;color:#caeaf7;font-size:11px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.eyebrow.blue{color:var(--brand)}
.button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:10px 17px;border:1px solid transparent;border-radius:10px;background:var(--brand);color:#fff;font-weight:800;line-height:1.2;transition:transform .18s,background .18s,box-shadow .18s}
.button:hover,.button:focus-visible{background:var(--brand-strong);color:#fff;transform:translateY(-1px);box-shadow:0 8px 18px rgba(19,104,145,.2)}
.button.light{background:#fff;color:var(--brand-dark)}
.button.light:hover,.button.light:focus-visible{background:#f5fbfd;color:var(--brand-dark)}
.hero-copy .button span{margin-left:7px}
.button.outline{margin-top:0;border-color:#b5d5e4;background:#fff;color:var(--brand-strong);box-shadow:none}
.button.outline:hover,.button.outline:focus-visible{border-color:var(--brand);background:var(--brand-soft);color:var(--brand-strong)}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:20px}
.section-heading h2{margin:0}
.section-link{font-weight:750;white-space:nowrap}

/* Home hero */
.promo-strip{min-height:52px;display:flex;align-items:center;justify-content:center;gap:17px;margin-top:22px;padding:11px 22px;border:1px solid #d8e8ef;border-radius:14px;background:#fff;color:#4b6472;box-shadow:var(--shadow-sm)}
.promo-strip strong{color:var(--brand-dark);font-size:13px;letter-spacing:.04em;text-transform:uppercase}
.promo-strip a{font-weight:800;white-space:nowrap}
.hero-carousel-shell{width:var(--content);margin:38px auto 0}
.hero-carousel{position:relative;height:390px;overflow:hidden;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--brand-strong),var(--brand));box-shadow:var(--shadow-md)}
.rolleri-hero-stage{position:relative;width:100%;height:390px;overflow:hidden}
.hero-slide{position:absolute;z-index:0;inset:0;width:100%;height:390px;display:grid;grid-template-columns:minmax(300px,35%) 1fr;color:#fff;visibility:hidden;pointer-events:none;transform:translate3d(100%,0,0);backface-visibility:hidden;will-change:transform}
.hero-slide.is-active,.hero-slide.is-leaving{visibility:visible;transition:transform .72s cubic-bezier(.4,0,.2,1)}
.hero-slide.is-active{z-index:2;pointer-events:auto;transform:translate3d(0,0,0)}
.hero-slide.is-leaving{z-index:1;transform:translate3d(-100%,0,0)}
.hero-copy{min-width:0;min-height:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:38px 34px}
.hero-copy h1,.hero-copy h2{max-width:520px;margin:0 0 12px;color:#fff;font-size:clamp(2rem,3vw,2.75rem);overflow-wrap:anywhere}
.hero-copy>p:not(.eyebrow){max-width:470px;margin:0 0 22px;color:#e7f5fb;font-size:15px}
.hero-media{position:relative;min-width:0;min-height:0;padding:16px 16px 34px 0}
.hero-media-images{position:relative;width:100%;height:100%;display:grid;grid-template-columns:1fr;gap:10px;overflow:hidden;border-radius:18px;background:#dceef5}
.hero-media.is-split .hero-media-images{grid-template-columns:repeat(2,minmax(0,1fr))}
.hero-media-images:after{content:"";position:absolute;inset:0;pointer-events:none;background:rgba(0,0,0,var(--banner-overlay,0%))}
.hero-media img{width:100%;height:100%;min-width:0;object-fit:cover}
.carousel-controls{position:absolute;z-index:4;left:50%;bottom:10px;width:max-content;display:flex;align-items:center;gap:2px;margin:0;padding:3px 6px;border:1px solid rgba(255,255,255,.75);border-radius:999px;background:rgba(255,255,255,.93);box-shadow:0 5px 15px rgba(15,51,68,.13);transform:translateX(-50%)}
.carousel-controls button{width:38px;height:34px;display:grid;place-items:center;padding:0;border:0;border-radius:999px;background:transparent;color:var(--brand-dark);cursor:pointer}
.carousel-controls .carousel-dot span{width:18px;height:5px;border-radius:99px;background:#b5c4cb;transition:width .2s,background .2s}
.carousel-controls .carousel-dot.is-active span{width:25px;background:var(--brand)}
.carousel-controls .carousel-toggle{width:34px;font-size:12px;font-weight:900}
.hero-slide--products{--hero-tone-dark:#125269;--hero-tone:#16829d;--hero-stage:#eaf5f7}
.hero-slide--theme-2{--hero-tone-dark:#315b45;--hero-tone:#568d62;--hero-stage:#eef6ee}
.hero-slide--theme-3{--hero-tone-dark:#795125;--hero-tone:#b77d39;--hero-stage:#faf3e7}
.hero-slide--theme-4{--hero-tone-dark:#38466e;--hero-tone:#637aac;--hero-stage:#eef2f9}
.hero-slide--theme-5{--hero-tone-dark:#6a3f5c;--hero-tone:#a45f82;--hero-stage:#f8eef4}
.hero-slide--theme-6{--hero-tone-dark:#385b56;--hero-tone:#6b958c;--hero-stage:#edf5f2}
.hero-slide--products .hero-copy{position:relative;background:linear-gradient(138deg,var(--hero-tone-dark),var(--hero-tone));isolation:isolate}
.hero-slide--products .hero-copy:after{content:"";position:absolute;z-index:-1;right:-52px;bottom:-95px;width:210px;height:210px;border:42px solid rgba(255,255,255,.08);border-radius:50%}
.hero-slide--products .hero-copy>p:not(.eyebrow){color:rgba(255,255,255,.86)}
.hero-slide--products .hero-media{padding:14px 16px 58px;background:var(--hero-stage)}
.hero-slide--products .hero-media-images{padding:13px;gap:13px;border:1px solid rgba(31,74,89,.08);background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(255,255,255,.55))}
.hero-slide--products .hero-media-images:after{display:none}
.hero-product-tile{position:relative;min-width:0;display:grid;grid-template-rows:minmax(0,1fr) auto;overflow:hidden;margin:0;border:1px solid rgba(22,69,88,.1);border-radius:15px;background:#fff;color:var(--ink);box-shadow:0 8px 20px rgba(23,63,79,.09);transition:transform .2s,box-shadow .2s,border-color .2s}
.hero-product-tile:hover,.hero-product-tile:focus-visible{border-color:rgba(22,125,173,.36);color:var(--ink);transform:translateY(-3px);box-shadow:0 13px 27px rgba(23,63,79,.15)}
.hero-product-tile img{width:100%;height:100%;min-height:0;object-fit:contain!important;padding:16px 20px 7px;background:radial-gradient(circle at 50% 44%,#fff 0,#fafdfe 60%,#eef5f7 100%)}
.hero-product-caption{min-height:78px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:3px 9px;padding:10px 12px 11px;border-top:1px solid #e8eff2;background:#fff}
.hero-product-tile strong{grid-column:1/-1;display:-webkit-box;overflow:hidden;color:var(--ink);font-size:13px;line-height:1.28;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.hero-product-caption>span{overflow:hidden;color:var(--muted);font-size:10px;white-space:nowrap;text-overflow:ellipsis}
.hero-product-tile em{color:var(--brand-strong);font-size:10px;font-style:normal;font-weight:850;white-space:nowrap}
.service-ribbon{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px;position:relative;z-index:3}
.service-ribbon>div{min-height:86px;display:flex;align-items:center;justify-content:center;gap:13px;padding:17px 19px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:var(--shadow-sm)}
.service-ribbon .service-icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:50%;background:var(--brand-soft);color:var(--brand-strong);font-weight:900}
.service-ribbon p{margin:0}.service-ribbon b,.service-ribbon p>span{display:block}.service-ribbon b{color:var(--ink);font-size:14px}.service-ribbon p>span{color:var(--muted);font-size:12px}

/* Brands */
.brand-showcase{padding:17px 18px 18px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-sm)}
.brand-showcase__heading{margin:0 0 12px;color:var(--brand-dark);font-size:12px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
.brand-showcase__heading span{margin-left:8px;color:var(--muted);font-size:11px;font-weight:600;letter-spacing:0;text-transform:none}
.brand-carousel:before{background:linear-gradient(90deg,#fff,transparent)}
.brand-carousel:after{background:linear-gradient(270deg,#fff,transparent)}
.brand-carousel__track{gap:12px;transition:transform .48s ease}
.brand-sticker{flex-basis:132px;height:104px;padding:5px;border-color:#dce8ed;border-radius:14px;box-shadow:0 5px 12px rgba(19,62,81,.08)}
.brand-sticker__crop{width:120px;height:92px}

/* Category and product cards */
.categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.categories a{position:relative;min-height:190px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;overflow:hidden;padding:18px;border:0;border-radius:var(--radius);color:#fff;text-align:left;isolation:isolate;box-shadow:var(--shadow-sm);transition:transform .22s,box-shadow .22s}
.categories a:before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(0deg,rgba(11,47,67,.92) 0%,rgba(13,64,91,.3) 62%,rgba(13,64,91,.02) 100%)}
.categories img{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s}
.categories a:hover,.categories a:focus-visible{color:#fff;transform:translateY(-3px);box-shadow:var(--shadow-md)}
.categories a:hover img,.categories a:focus-visible img{transform:scale(1.045)}
.categories strong{font-size:18px;line-height:1.12;text-shadow:0 2px 8px rgba(0,0,0,.25)}
.categories span{display:inline;width:auto;margin:5px 0 0;padding:0;border-radius:0;background:none;color:#eaf6fb;font-size:12px;font-weight:750}
.categories span span{margin:0}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.card{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 5px 17px rgba(20,59,77,.06);transition:transform .22s,box-shadow .22s,border-color .22s}
.card:hover{border-color:#c3dae4;transform:translateY(-4px);box-shadow:var(--shadow-md)}
.product-image{position:relative;min-height:0;display:block;overflow:hidden;aspect-ratio:1.28/1;background:#e5f1f6}
.product-image img{width:100%;height:100%;object-fit:contain;padding:14px;background:radial-gradient(circle at 50% 42%,#fff 0,#f7fbfd 58%,#e6f1f6 100%);transition:transform .35s}
.card:hover .product-image img{transform:scale(1.035)}
.product-image:after{content:"";position:absolute;inset:52% 0 0;background:linear-gradient(transparent,rgba(9,43,61,.72))}
.product-image>span{position:absolute;z-index:2;right:11px;bottom:9px;left:11px;color:#fff;font-size:11px;font-weight:750;text-shadow:0 1px 4px rgba(0,0,0,.45)}
.offer-badge{position:absolute;z-index:3;top:11px;left:11px;padding:5px 9px;border-radius:999px;background:#e04f45;color:#fff;font-size:11px;box-shadow:0 5px 11px rgba(130,31,28,.2)}
.card-body{height:100%;display:flex;flex-direction:column;padding:15px}
.card-labels{min-height:20px}.card-labels em{display:inline-block;padding:3px 7px;border-radius:999px;background:#e9f7ee;color:var(--success);font-size:10px;font-style:normal;font-weight:850;text-transform:uppercase}
.card h3{margin:5px 0 6px;font-size:16px;line-height:1.32}
.card h3 a{display:-webkit-box;overflow:hidden;color:var(--ink);-webkit-box-orient:vertical;-webkit-line-clamp:2}
.card-brand{min-height:20px;margin:0;color:var(--muted);font-size:13px}
.card-price{min-height:55px;margin-top:auto;padding-top:10px}
.regular-price{display:block;color:#83939d;text-decoration:line-through}
.card .price{display:block;margin:2px 0 0;color:var(--brand-dark);font-size:17px}
.card .button{width:100%;margin-top:13px}

/* Company profile and location */
.company-profile{display:grid;gap:22px}
.company-profile__heading{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(420px,1.22fr);align-items:end;gap:56px;margin-bottom:2px}
.company-profile__heading h2{max-width:560px;margin:0}
.company-profile__heading>p{max-width:760px;margin:0 0 2px;color:var(--muted);font-size:16px;line-height:1.75}
.company-story{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);align-items:center;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-sm)}
.company-story--reverse{grid-template-columns:minmax(340px,.84fr) minmax(0,1.16fr);background:#f2f7f5}
.company-photo{position:relative;width:100%;align-self:center;overflow:hidden;margin:0;background:#dce9ee}
.company-photo:after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(14,64,87,.06)}
.company-photo--team{aspect-ratio:1.72/1}
.company-photo--team img{position:absolute;top:0;left:0;width:auto;max-width:none;height:100%}
.company-photo--warehouse{aspect-ratio:1.62/1}
.company-photo--warehouse img{position:absolute;top:-17%;left:-1%;width:auto;max-width:none;height:141%}
.company-story__content{padding:38px 42px}
.company-kicker{display:block;margin-bottom:10px;color:var(--success);font-size:11px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}
.company-story__content h3,.company-location__details h3{margin:0 0 14px;font-size:clamp(1.45rem,2.2vw,2rem)}
.company-story__content>p{margin:0;color:#506a78;font-size:15px;line-height:1.75}
.delivery-coverage{display:grid;gap:10px;margin:23px 0}
.delivery-coverage>div{display:flex;align-items:flex-start;gap:12px;padding:13px 14px;border:1px solid #dbe8e3;border-radius:12px;background:#f7faf9}
.delivery-coverage svg{width:25px;height:25px;flex:0 0 25px;margin-top:1px;fill:none;stroke:var(--success);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.delivery-coverage p{margin:0}.delivery-coverage strong,.delivery-coverage span{display:block}.delivery-coverage strong{margin-bottom:2px;color:var(--ink);font-size:13px}.delivery-coverage span{color:var(--muted);font-size:12px;line-height:1.45}
.company-actions,.company-location__actions{display:flex;flex-wrap:wrap;align-items:center;gap:11px;margin-top:23px}
.company-text-link{padding:10px 4px;color:var(--brand-strong);font-weight:800}
.company-text-link:hover,.company-text-link:focus-visible{color:var(--brand-dark)}
.company-pill-list{display:flex;flex-wrap:wrap;gap:9px;margin:24px 0 0;padding:0;list-style:none}
.company-pill-list li{padding:8px 11px;border:1px solid #cfe2da;border-radius:999px;background:#fff;color:#315c4a;font-size:12px;font-weight:750}
.company-location{display:grid;grid-template-columns:minmax(310px,.38fr) minmax(0,1fr);min-height:340px;overflow:hidden;border-radius:var(--radius-lg);background:var(--brand-dark);box-shadow:var(--shadow-md)}
.company-location__details{display:flex;flex-direction:column;justify-content:center;padding:38px;color:#dcebf1}
.company-location__details .company-kicker{color:#9ed9bc}
.company-location__details h3{color:#fff}
.company-location__details address{display:flex;align-items:flex-start;gap:12px;margin:6px 0 0;color:#fff;font-style:normal}
.company-location__details address svg{width:27px;height:27px;flex:0 0 27px;fill:none;stroke:#8fcbe4;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.company-location__details address strong,.company-location__details address span{display:block}.company-location__details address strong{font-size:14px}.company-location__details address span{color:#c6dbe4;font-size:12px;line-height:1.6}
.company-location__note{max-width:430px;margin:18px 0 0;color:#b9d1dc;font-size:12px;line-height:1.6}
.company-location__actions .button{font-size:12px}
.company-location__actions .button.outline{border-color:rgba(255,255,255,.34);background:transparent;color:#fff}
.company-location__actions .button.outline:hover,.company-location__actions .button.outline:focus-visible{border-color:#fff;background:#fff;color:var(--brand-dark)}
.company-phone,.company-whatsapp{gap:8px}.company-phone{background:#1c77a7}.company-phone:hover,.company-phone:focus-visible{background:#145f89}
.company-whatsapp{background:#1ca957}.company-whatsapp:hover,.company-whatsapp:focus-visible{background:#148a46}
.company-phone svg,.company-whatsapp svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.company-map{position:relative;min-height:340px;display:block;overflow:hidden;background:#d9ebef;color:var(--brand-dark)}
.company-map:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,45,62,.22),transparent 45%);transition:background .2s}
.company-map img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .35s}
.company-map>span{position:absolute;z-index:2;right:18px;bottom:17px;padding:10px 14px;border-radius:10px;background:#fff;color:var(--brand-dark);font-size:12px;font-weight:850;box-shadow:0 8px 22px rgba(13,54,72,.2)}
.company-map:hover img,.company-map:focus-visible img{transform:scale(1.018)}
.company-map:hover:after,.company-map:focus-visible:after{background:linear-gradient(0deg,rgba(10,45,62,.32),transparent 55%)}

/* Company values */
.company-benefits{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;padding:26px 0;border-block:1px solid var(--line);background:#fff}
.company-benefits article{padding:3px 20px;border-right:1px solid var(--line)}
.company-benefits article:last-child{border-right:0}
.company-benefits svg{width:26px;height:26px;margin-bottom:10px;fill:none;stroke:var(--brand);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.company-benefits h3{margin:0 0 8px;font-size:15px;line-height:1.25}
.company-benefits p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}

/* Catalog */
.catalog-layout{position:relative;display:grid;grid-template-columns:245px minmax(0,1fr);align-items:start;gap:28px}
.filters{position:sticky;top:18px;height:max-content;padding:20px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-sm)}
.filters-heading{display:flex;align-items:center;justify-content:space-between}.filters h1{margin:0 0 12px;font-size:25px}.filters-heading button{display:none}
.filters label{margin:13px 0;color:#324f5f;font-size:13px}
.filters input,.filters select{height:43px;margin-top:6px;border-color:#cbdde5;border-radius:9px;background:#fff}
.filters .button{width:100%;margin-top:6px}
.clear-filters{display:block;margin-top:12px;text-align:center;font-size:13px;font-weight:750}
.filter-toggle{display:none}
.catalog-results{min-width:0}
.catalog-results-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}
.catalog-results-heading h2{margin:0}.result-count{margin:0;color:var(--muted);white-space:nowrap}.result-count strong{color:var(--ink)}
.empty-state{padding:60px 24px;border:1px dashed #bfd2db;border-radius:var(--radius);background:#fff;text-align:center}.empty-state h2{margin-top:0}
.pagination{display:flex;flex-wrap:wrap;gap:6px;margin-top:28px}.pagination a{min-width:40px;height:40px;display:grid;place-items:center;padding:0;border:1px solid var(--line);border-radius:9px;background:#fff}.pagination .current{border-color:var(--brand);background:var(--brand);color:#fff}

/* Product detail, carts and forms */
.product-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.92fr);align-items:start;gap:52px}
.product-gallery{min-width:0}.detail-image{position:relative;min-height:0;overflow:hidden;aspect-ratio:1/1;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-sm)}
.detail-image img{width:100%;height:100%;object-fit:contain;padding:16px}
.gallery-thumbs{display:flex;gap:9px;margin-top:12px;overflow:auto;padding:3px}.gallery-thumbs button{width:76px;height:76px;flex:0 0 76px;padding:4px;overflow:hidden;border:2px solid transparent;border-radius:11px;background:#fff;cursor:pointer}.gallery-thumbs button.is-active{border-color:var(--brand)}.gallery-thumbs img{width:100%;height:100%;object-fit:cover;border-radius:7px}
.product-info{padding:12px 0}.breadcrumb{margin:0 0 12px;color:var(--muted);font-size:13px}.breadcrumb span{margin:0 5px}.product-info h1{margin:0 0 8px}.product-brand{margin:0 0 20px;color:var(--brand-strong);font-weight:750}.product-description{margin:18px 0;color:#496373}
.product-order{margin-top:24px;padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-sm)}
.product-order label{margin:0 0 15px}.product-order .price{margin:16px 0;color:var(--brand-dark);font-size:25px}.product-order .button{width:100%}
input,select,textarea{border-color:#bdd0da;border-radius:9px;background:#fff;color:var(--ink)}
input:focus,select:focus,textarea:focus{outline:0;border-color:var(--brand);box-shadow:0 0 0 3px rgba(22,125,173,.14)}
.notice{color:var(--muted)}
.cart-item{position:relative;display:grid;grid-template-columns:112px minmax(0,1.5fr) minmax(140px,.7fr) minmax(180px,1fr);gap:18px;align-items:center;padding:16px 68px 16px 16px;border:1px solid var(--line);border-radius:13px;background:#fff;margin-bottom:12px;box-shadow:var(--shadow-sm)}
.cart-item__image{width:112px;height:112px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:11px;background:#f4f9fb}
.cart-item__image img{width:100%;height:100%;object-fit:contain;padding:8px;background:radial-gradient(circle at 50% 42%,#fff 0,#f6fafc 65%,#e7f1f5 100%)}
.cart-item__info{min-width:0}.cart-item__info b{display:block;font-size:16px;line-height:1.3}.cart-item__info a{color:var(--ink)}.cart-item__info a:hover,.cart-item__info a:focus-visible{color:var(--brand)}
.cart-item__info p{margin:7px 0;color:var(--muted);font-size:12px}.cart-item__info strong{color:var(--brand-dark)}
.cart-item__remove{position:absolute;top:14px;right:14px;width:40px;height:40px;display:grid;place-items:center;margin:0;padding:0;border:1px solid #e3b5b5;border-radius:10px;background:#fff8f8;color:#9a3030;cursor:pointer;transition:background .18s,border-color .18s,color .18s,transform .18s}
.cart-item__remove svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cart-item__remove:hover,.cart-item__remove:focus-visible{border-color:#c96f6f;background:#ffecec;color:#7f2222;transform:translateY(-1px)}
.cart-item>label{margin:0;color:#405a69;font-size:12px}.cart-item>label input{margin-top:6px}
.totals{border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-sm)}
.checkout{align-items:start}.checkout>div,.auth,.narrow.confirmation{padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-sm)}
.checkout-form{margin-top:22px}
.checkout-form>label,.checkout-form .company-fields label{margin:15px 0;color:#29495b;font-size:13px}
.customer-type{margin:0 0 20px;padding:0;border:0}
.customer-type legend{margin-bottom:9px;color:#29495b;font-size:13px;font-weight:750}
.customer-type__options{display:flex;flex-wrap:wrap;gap:9px}
.checkout .customer-type__options label{min-height:42px;display:inline-flex;align-items:center;gap:8px;margin:0;padding:9px 13px;border:1px solid var(--line);border-radius:10px;background:#f8fbfc;color:#365565;font-size:13px;font-weight:700;cursor:pointer}
.checkout .customer-type__options label:has(input:checked){border-color:#78b9d6;background:var(--brand-soft);color:var(--brand-dark)}
.checkout .customer-type__options input[type="radio"],.checkout-form .consent-option input[type="checkbox"]{width:18px;height:18px;flex:0 0 18px;display:block;margin:0;padding:0;border:0;box-shadow:none;accent-color:var(--brand);cursor:pointer}
.consent-list{display:grid;gap:10px;margin:22px 0 18px}
.checkout-form .consent-option{min-height:48px;display:flex;align-items:flex-start;gap:11px;margin:0;padding:12px 13px;border:1px solid var(--line);border-radius:11px;background:#f8fbfc;color:#29495b;font-size:13px;font-weight:650;cursor:pointer}
.checkout-form .consent-option:hover{border-color:#bdd8e4;background:#f1f8fb}
.checkout-form .consent-option input[type="checkbox"]{margin-top:2px}
.checkout-form .consent-option span{min-width:0;line-height:1.5}
.checkout-form .consent-option a{text-decoration:underline;text-underline-offset:2px}
.checkout-form .consent-option:has(input:checked){border-color:#9ccdb5;background:#f1faf5}
.confirmation .eyebrow{margin-bottom:12px}.confirmation form{margin:22px 0 28px}.confirmation-items{overflow:hidden;border:1px solid var(--line);border-radius:12px;text-align:left}.confirmation-items p{display:flex;justify-content:space-between;gap:15px;margin:0;padding:12px 14px;border-bottom:1px solid var(--line)}.confirmation-items p:last-child{border-bottom:0}.confirmation-items span,.confirmation-items small{display:block}.confirmation-items small{color:var(--muted)}
.auth{margin:55px auto}.auth h1{margin-top:0}
.quote-row{padding:16px;border:1px solid var(--line);border-radius:12px;background:#fff;margin-bottom:10px}

/* Footer */
.site-footer{margin-top:70px;padding:46px 0 0;background:var(--brand-dark);color:#dcecf3}
.footer-shell{width:var(--content);margin:auto;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:48px;padding-bottom:36px}
.footer-brand img{width:128px;height:112px;object-fit:contain;margin-top:-15px}.footer-brand p{max-width:340px;margin:5px 0 0;color:#b9d0da}
.site-footer nav,.footer-social{display:flex;flex-direction:column;align-items:flex-start;gap:7px}.site-footer b{margin-bottom:5px;color:#fff}.site-footer a{color:#c8dde6}.site-footer a:hover,.site-footer a:focus-visible{color:#fff}.site-footer .admin-entry{margin-top:5px;color:#91b8c9;font-size:12px}
.footer-social>div{display:flex;gap:8px}.footer-social a{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;background:#fff}.footer-social img{width:25px;height:25px;object-fit:contain}
.footer-social .footer-phone{width:auto;height:auto;min-height:40px;display:inline-flex;align-items:center;gap:8px;padding:8px 11px;background:#1c77a7;color:#fff;font-size:12px;font-weight:800}.footer-social .footer-phone:hover,.footer-social .footer-phone:focus-visible{background:#2588b9;color:#fff}.footer-phone svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.footer-social .footer-whatsapp{width:auto;height:auto;margin-top:6px;padding:7px 11px;border:1px solid #ffffff2c;border-radius:9px;background:transparent;color:#d8ebf2;font-size:12px;font-weight:750}
.footer-bottom{margin:0;padding:16px 24px;border-top:1px solid rgba(255,255,255,.1);color:#9db8c4;font-size:12px;text-align:center}

@media(max-width:1180px){
  :root{--content:min(100% - 32px,1120px)}
  .header-shell{grid-template-columns:88px minmax(0,1fr) auto;grid-template-rows:auto auto;gap:8px 16px;padding-block:8px}
  .site-header .brand{grid-row:1/3;width:88px}.site-header .brand img{width:82px;height:82px}
  .category-menu{grid-column:2;grid-row:1}.catalog-trigger{padding-block:5px}
  .site-header .category-dropdown{left:104px}
  .site-search{grid-column:2;grid-row:2}
  .account-nav{grid-column:3;grid-row:1/3}
  .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .company-profile__heading{grid-template-columns:minmax(280px,.8fr) minmax(360px,1.2fr);gap:34px}
  .company-story{grid-template-columns:minmax(0,1fr) minmax(330px,.9fr)}
  .company-story--reverse{grid-template-columns:minmax(330px,.9fr) minmax(0,1fr)}
  .company-story__content{padding:32px}
  .company-location{grid-template-columns:340px minmax(0,1fr)}
  .company-location__details{padding:32px 28px}
  .company-benefits{grid-template-columns:repeat(3,1fr);row-gap:28px}.company-benefits article:nth-child(3){border-right:0}
  .footer-shell{grid-template-columns:repeat(2,1fr);gap:30px}.footer-brand{grid-column:1/3}
}

@media(max-width:1500px){
  .social-floating,.floating-wa{display:none}
}

@media(max-width:800px){
  :root{--content:calc(100% - 28px)}
  body{font-size:14px}
  .site-header{min-height:124px}
  .header-shell{min-height:124px;grid-template-columns:70px minmax(0,1fr);grid-template-rows:64px 48px;gap:4px 10px;padding:6px 0}
  .site-header .brand{grid-column:1;grid-row:1;width:70px;height:64px}.site-header .brand img{width:68px;height:64px}
  .category-menu{display:none}
  .account-nav{grid-column:2;grid-row:1;justify-self:end;gap:3px}.account-nav a{min-width:43px;padding:8px}.account-nav a>span{display:none}.account-nav .account-link>.account-status{max-width:96px;display:grid}.account-status small{display:none}.account-status b{max-width:96px;font-size:11px}.account-link.is-authenticated .account-status small{display:none}.account-nav strong{position:absolute;top:-5px;right:-3px;margin:0;background:var(--accent);color:#283b45}
  .account-nav .cart-link{position:relative;background:rgba(255,255,255,.96)}
  .site-search{grid-column:1/3;grid-row:2}.site-search input{height:44px}.site-search>button{top:3px}
  .utility-nav{padding:8px 0 1px;overflow:hidden}.utility-nav>div{width:auto;max-width:none;margin-left:14px;justify-content:flex-start;overflow-x:auto;border-radius:13px;padding:5px 8px;scrollbar-width:none}.utility-nav>div::-webkit-scrollbar{display:none}.utility-nav a{padding:7px 10px}
  .social-floating,.floating-wa{display:none}
  main>section,main>.catalog-layout{margin:28px auto}
  .promo-strip{min-height:0;align-items:flex-start;flex-direction:column;gap:3px;padding:12px 15px}.promo-strip a{margin-top:3px}
  .hero-carousel-shell{margin-top:28px}
  .hero-carousel,.rolleri-hero-stage,.hero-slide{height:540px}
  .hero-carousel{border-radius:18px}
  .hero-slide{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}
  .hero-copy{padding:24px 22px 17px}.hero-copy h1,.hero-copy h2{font-size:clamp(1.8rem,8vw,2.3rem)}.hero-copy>p:not(.eyebrow){margin-bottom:15px}
  .hero-media{min-height:0;padding:0 12px 32px}.hero-media-images{border-radius:14px}.hero-media.is-split .hero-media-images{gap:7px}
  .hero-slide--products .hero-copy{padding-bottom:21px}.hero-slide--products .hero-media{padding:10px 12px 60px;background:var(--hero-stage)}.hero-slide--products .hero-media-images{padding:8px;gap:8px}.hero-product-tile{border-radius:12px}.hero-product-tile img{padding:10px 8px 4px}.hero-product-caption{min-height:67px;padding:8px}.hero-product-tile strong{font-size:11px}.hero-product-caption>span,.hero-product-tile em{font-size:9px}
  .service-ribbon{grid-template-columns:1fr;margin-top:14px;gap:8px}.service-ribbon>div{min-height:68px;justify-content:flex-start;padding:12px 15px}
  .brand-showcase{padding:13px}.brand-showcase__heading span{display:none}
  .categories{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.categories a{min-height:170px;padding:14px}.categories strong{font-size:16px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
  .company-profile{gap:16px}
  .company-profile__heading{grid-template-columns:1fr;gap:10px;margin-bottom:4px}.company-profile__heading>p{font-size:14px}
  .company-story,.company-story--reverse{grid-template-columns:1fr}
  .company-story__content{padding:26px 24px}
  .company-story--reverse .company-story__content{grid-row:2}.company-story--reverse .company-photo{grid-row:1}
  .company-photo--team{aspect-ratio:1.72/1}.company-photo--warehouse{aspect-ratio:1.8/1}
  .delivery-coverage{grid-template-columns:repeat(2,minmax(0,1fr))}
  .company-location{grid-template-columns:1fr}.company-location__details{padding:29px 24px}.company-map{min-height:290px}
  .company-benefits{grid-template-columns:repeat(2,1fr);gap:24px 0;padding:24px 0}.company-benefits article,.company-benefits article:nth-child(3){border-right:1px solid var(--line)}.company-benefits article:nth-child(2n){border-right:0}
  .catalog-layout{display:block}.filter-toggle{width:100%;height:46px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;border:1px solid #bad4df;border-radius:11px;background:#fff;color:var(--brand-dark);font-weight:800}
  .filters{position:fixed;z-index:80;inset:0 0 0 auto;width:min(88vw,350px);height:100dvh;display:block;overflow:auto;border:0;border-radius:0;box-shadow:-12px 0 35px rgba(15,49,64,.22);transform:translateX(110%);transition:transform .24s ease}.filters.is-open{transform:none}.filters-heading button{width:42px;height:42px;display:grid;place-items:center;border:0;border-radius:9px;background:var(--brand-soft);color:var(--brand-dark);font-size:24px}
  body.filters-open:before{content:"";position:fixed;z-index:70;inset:0;background:rgba(8,35,49,.45)}
  .catalog-results-heading{align-items:flex-start;flex-direction:column;gap:8px}.result-count{white-space:normal}
  .product-detail{grid-template-columns:1fr;gap:22px}.product-info{padding:0}.detail-image{max-height:none}.related-products .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .checkout{grid-template-columns:1fr}.checkout>div{padding:20px 16px}
  .cart-item{grid-template-columns:88px minmax(0,1fr);gap:12px 14px}.cart-item__image{width:88px;height:88px}.cart-item__quantity{grid-column:1}.cart-item__note{grid-column:2}
  .footer-shell{grid-template-columns:repeat(2,1fr);gap:30px}.footer-brand{grid-column:1/3}.footer-brand img{width:110px;height:95px}.site-footer{margin-top:48px}
}

@media(max-width:520px){
  :root{--content:calc(100% - 24px)}
  .section-heading{align-items:flex-start}.section-heading .section-link{font-size:12px}
  .hero-carousel,.rolleri-hero-stage,.hero-slide{height:525px}.hero-copy{padding:21px 19px 15px}.hero-copy h1,.hero-copy h2{font-size:1.85rem}.hero-copy>p:not(.eyebrow){font-size:13px}
  .hero-slide--products .hero-copy{padding:18px 18px 16px}.hero-slide--products .hero-copy h1,.hero-slide--products .hero-copy h2{font-size:1.68rem}.hero-slide--products .hero-copy>p:not(.eyebrow){margin-bottom:11px}.hero-product-caption>span{display:none}.hero-product-caption{grid-template-columns:1fr;min-height:64px}.hero-product-tile em{justify-self:start}

  .brand-sticker{flex-basis:118px;height:96px}.brand-sticker__crop{width:106px;height:84px}
  .product-grid,.related-products .product-grid{grid-template-columns:1fr}.card{display:grid;grid-template-columns:42% minmax(0,1fr)}.product-image{height:100%;min-height:220px;aspect-ratio:auto}.card-body{padding:14px}.card h3{font-size:15px}.card .button{min-height:42px}.card-price{min-height:50px}
  .home-products .product-grid,.home-offers .product-grid{grid-template-columns:1fr}.home-products .card,.home-offers .card{grid-template-columns:42% minmax(0,1fr)}
  .company-profile__heading h2{font-size:1.55rem}
  .company-story__content{padding:22px 19px}.company-story__content h3,.company-location__details h3{font-size:1.45rem}.company-story__content>p{font-size:13px}
  .delivery-coverage{grid-template-columns:1fr;margin:19px 0}.company-actions,.company-location__actions{align-items:stretch;flex-direction:column}.company-actions .button,.company-actions .company-text-link,.company-location__actions .button{width:100%;justify-content:center;text-align:center}
  .company-pill-list{gap:7px}.company-pill-list li{padding:7px 9px;font-size:11px}
  .company-location__details{padding:25px 20px}.company-map{min-height:235px}.company-map>span{right:12px;bottom:12px}
  .company-benefits article{padding-inline:12px}.company-benefits h3{font-size:14px}.company-benefits p{font-size:11px}
  .floating-wa{right:12px;bottom:12px;width:48px;height:48px;min-height:48px;padding:0;border-radius:50%}.floating-wa span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.floating-wa:before{left:13px;width:20px;height:20px}.floating-wa:after{left:13px;bottom:10px}
  .footer-shell{grid-template-columns:1fr;gap:27px}.footer-brand{grid-column:auto}.site-footer nav,.footer-social{align-items:flex-start}
  .auth{margin:28px 12px;padding:20px 16px}
  .cart-item{grid-template-columns:78px minmax(0,1fr);padding:12px 60px 12px 12px}.cart-item__image{width:78px;height:78px}.cart-item__quantity,.cart-item__note{grid-column:1/-1}.cart-item__remove{top:10px;right:10px}
}

@media(max-width:340px){.carousel-controls button{width:34px}.carousel-controls{gap:0;padding-inline:3px}}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .hero-slide.is-active,.hero-slide.is-leaving{transition-duration:.72s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}
}

/* Selección ecológica de la portada */
.eco-products{position:relative;overflow:hidden;padding:clamp(24px,3vw,42px);border:1px solid #cfe4da;border-radius:22px;background:linear-gradient(135deg,#f7fcf8 0,#edf8f2 52%,#f8fbfc 100%);box-shadow:0 16px 38px rgba(27,92,67,.09)}
.eco-products:before{content:"";position:absolute;top:-130px;right:-90px;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgba(88,174,124,.16),rgba(88,174,124,0) 69%);pointer-events:none}
.eco-products__header{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:27px}
.eco-products__intro{max-width:750px}.eco-products__intro .eyebrow{margin:0 0 8px;color:#317f58}.eco-products__intro h2{max-width:680px;margin:0;color:var(--ink);font-size:clamp(1.65rem,2.5vw,2.35rem);line-height:1.12}.eco-products__intro>p:last-child{max-width:690px;margin:11px 0 0;color:#4b6b5e;line-height:1.55}
.eco-products__catalog-link{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:0 0 auto;padding:9px 15px;border:1px solid #9bc9af;border-radius:11px;background:rgba(255,255,255,.78);color:#176541;font-size:13px;font-weight:800;transition:background .18s,border-color .18s,transform .18s}
.eco-products__catalog-link:hover,.eco-products__catalog-link:focus-visible{border-color:#67aa84;background:#fff;color:#0f5434;transform:translateY(-1px)}
.eco-products__grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}
.eco-product-card{min-width:0;display:flex;overflow:hidden;flex-direction:column;border:1px solid #d8e8e0;border-radius:16px;background:#fff;color:var(--ink);box-shadow:0 7px 20px rgba(34,88,67,.07);transition:border-color .2s,box-shadow .2s,transform .2s}
.eco-product-card:hover,.eco-product-card:focus-visible{border-color:#8fc6a8;color:var(--ink);box-shadow:0 14px 30px rgba(31,94,68,.15);transform:translateY(-4px)}
.eco-product-card:focus-visible{outline:3px solid rgba(58,145,96,.25);outline-offset:3px}
.eco-product-card__media{position:relative;display:grid;place-items:center;aspect-ratio:1/1;overflow:hidden;padding:43px 22px 18px;background:radial-gradient(circle at 50% 46%,#fff 0,#fbfefc 55%,#eef7f2 100%)}
.eco-product-card__media img{width:100%;height:100%;display:block;object-fit:contain;transition:transform .25s ease}.eco-product-card:hover .eco-product-card__media img{transform:scale(1.035)}
.eco-product-card__badge{position:absolute;z-index:2;top:13px;left:13px;max-width:calc(100% - 26px);display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid #cce2d4;border-radius:999px;background:#f1f8f4;color:#3c7457;font-size:10px;font-weight:850;letter-spacing:.02em;line-height:1.1}
.eco-product-card__badge svg{width:14px;height:14px;flex:0 0 14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.eco-product-card__badge.is-ecological{border-color:#88c49f;background:#e5f5ea;color:#17653b}.eco-product-card__badge.is-green-line{border-color:#b6d9c1;background:#f0f8f2;color:#34714c}.eco-product-card__badge.is-concentrated{border-color:#bed8cf;background:#eff7f5;color:#3a6f64}
.eco-product-card__content{min-height:160px;display:flex;flex:1;flex-direction:column;padding:16px 17px 17px;border-top:1px solid #e5efe9}
.eco-product-card__brand{margin-bottom:7px;color:#6c8178;font-size:11px;font-weight:800;letter-spacing:.075em;text-transform:uppercase}.eco-product-card__name{display:-webkit-box;overflow:hidden;min-height:44px;color:#173c2e;font-size:15px;line-height:1.42;-webkit-box-orient:vertical;-webkit-line-clamp:2}.eco-product-card__meta{margin-top:7px;color:#70847b;font-size:11px;line-height:1.4}.eco-product-card__link{display:flex;align-items:center;gap:6px;margin-top:auto;padding-top:13px;color:#20764b;font-size:12px;font-weight:850}.eco-product-card__link>span{transition:transform .18s}.eco-product-card:hover .eco-product-card__link>span{transform:translateX(3px)}

@media(max-width:920px){
  .eco-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .eco-product-card__media{aspect-ratio:1.16/1}
}

@media(max-width:620px){
  .eco-products{padding:21px 16px;border-radius:17px}
  .eco-products__header{align-items:flex-start;flex-direction:column;gap:15px;margin-bottom:20px}
  .eco-products__catalog-link{width:100%}
}

@media(max-width:520px){
  .eco-products__grid{grid-template-columns:1fr;gap:13px}
  .eco-product-card{display:grid;grid-template-columns:42% minmax(0,1fr)}
  .eco-product-card__media{height:100%;min-height:200px;aspect-ratio:auto;padding:43px 13px 13px}
  .eco-product-card__badge{top:10px;left:9px;max-width:calc(100% - 18px);padding:5px 7px;font-size:9px}
  .eco-product-card__content{min-height:200px;padding:16px 14px;border-top:0;border-left:1px solid #e5efe9}
}
