:root{
 --navy:#052e61;--blue:#0759ad;--blue-2:#0b70ca;--sky:#eaf6ff;--ice:#f5faff;--ink:#10243d;--muted:#66758a;--line:#dfe8f1;--white:#fff;--danger:#c8364c;--success:#16865b;--radius:22px;--radius-sm:13px;--shadow:0 22px 65px rgba(5,46,97,.12);--shadow-soft:0 10px 35px rgba(5,46,97,.08);--container:1240px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased}body.drawer-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{color:inherit}img{max-width:100%;display:block}.icon{width:22px;height:22px;flex:none}.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}.eyebrow{display:inline-block;color:var(--blue);font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.button{min-height:48px;padding:0 24px;border:1px solid transparent;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:.82rem;font-weight:800;letter-spacing:.03em;cursor:pointer;transition:.25s ease;white-space:nowrap}.button:hover{transform:translateY(-2px)}.button:disabled{opacity:.5;cursor:not-allowed;transform:none}.button--primary{color:#fff;background:linear-gradient(135deg,var(--blue-2),var(--navy));box-shadow:0 10px 25px rgba(7,89,173,.23)}.button--outline{color:var(--navy);border-color:#8ba9ca;background:#fff}.button--glass{color:#fff;border-color:rgba(255,255,255,.48);background:rgba(255,255,255,.12);backdrop-filter:blur(12px)}.button--light{color:var(--navy);background:#fff;box-shadow:var(--shadow-soft)}.button--dark{color:#fff;background:#0c2038}.button--small{min-height:42px;padding-inline:15px;font-size:.72rem}.button--block{width:100%}.button--wide{flex:1}.button--large{min-height:58px;font-size:.9rem}.text-link{display:inline-flex;align-items:center;gap:7px;color:var(--blue);font-size:.82rem;font-weight:800}.text-link .icon{width:17px}.section{padding:92px 0}.section--compact{padding:64px 0}.section--tint{background:linear-gradient(180deg,#f7fbff,#eef7ff)}.section--flush{padding-bottom:0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:36px}.section-head h2{margin:8px 0 0;color:var(--navy);font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,3.5vw,3.25rem);font-weight:500;letter-spacing:-.035em}.section-head p{margin:12px 0 0;color:var(--muted);line-height:1.7}.section-head--center{text-align:center;justify-content:center}.section-head--center>div{max-width:700px}.section-action{text-align:center;margin-top:38px}.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}.reveal.is-visible{opacity:1;transform:none}
.topbar{height:34px;color:#fff;background:#042b5a;font-size:.67rem;letter-spacing:.03em}.topbar__inner{height:100%;display:flex;align-items:center;justify-content:space-between}.topbar span{display:flex;align-items:center;gap:8px}.topbar .icon{width:15px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(219,231,242,.8);transition:box-shadow .2s}.site-header.scrolled{box-shadow:0 10px 35px rgba(5,46,97,.09)}.header-main{height:86px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.language-switch{display:flex;align-items:center;gap:4px}.language-switch a{padding:7px 8px;border-radius:8px;color:#6b7889;font-size:.68rem;font-weight:800}.language-switch a.active{color:var(--blue);background:var(--sky)}.brand{display:flex;flex-direction:column;align-items:center;color:var(--navy)}.brand__name{font-family:Georgia,"Times New Roman",serif;font-size:2.4rem;line-height:.9;letter-spacing:-.05em}.brand__sub{margin-top:9px;font-size:.54rem;font-weight:700;letter-spacing:.25em}.header-actions{display:flex;justify-content:flex-end;gap:22px}.header-action{position:relative;border:0;background:none;padding:8px 0;display:flex;align-items:center;gap:8px;font-size:.74rem;cursor:pointer}.header-action .icon{width:20px}.cart-count{position:absolute;top:0;inset-inline-end:-9px;min-width:18px;height:18px;padding:0 4px;border-radius:10px;color:#fff;background:var(--blue);display:grid;place-items:center;font-size:.58rem}.mobile-menu-trigger{display:none}.icon-button{border:0;background:none;padding:8px;display:grid;place-items:center;cursor:pointer}.desktop-nav{border-top:1px solid #edf2f7}.desktop-nav__inner{height:52px;display:flex;align-items:center;justify-content:center;gap:46px}.desktop-nav a{height:100%;display:flex;align-items:center;position:relative;font-size:.68rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.desktop-nav a::after{content:"";position:absolute;bottom:0;left:50%;right:50%;height:2px;background:var(--blue);transition:.2s}.desktop-nav a:hover::after,.desktop-nav a.active::after{left:0;right:0}.nav-dropdown{height:100%;position:relative}.nav-dropdown__panel{position:absolute;top:100%;left:50%;width:250px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:0 0 16px 16px;box-shadow:var(--shadow);transform:translate(-50%,12px);opacity:0;visibility:hidden;transition:.2s}.nav-dropdown:hover .nav-dropdown__panel{transform:translate(-50%,0);opacity:1;visibility:visible}.nav-dropdown__panel a{height:auto;min-height:42px;padding:0 13px;border-radius:9px;text-transform:none;font-size:.78rem;letter-spacing:0}.nav-dropdown__panel a::after{display:none}.nav-dropdown__panel a:hover{background:var(--ice);color:var(--blue)}
.hero-slider{height:min(680px,70vh);min-height:550px;position:relative;overflow:hidden;background:var(--navy)}.hero-slider__track,.hero-slide{position:absolute;inset:0}.hero-slide{opacity:0;visibility:hidden;transition:opacity .8s ease;background-image:var(--hero-bg);background-size:cover;background-position:center}.hero-slide.active{opacity:1;visibility:visible}.hero-slide__wash{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,31,67,.93) 0%,rgba(5,63,118,.69) 37%,rgba(10,80,145,.12) 68%,rgba(255,255,255,.05) 100%)}.hero-slide__content{height:100%;display:flex;align-items:center;position:relative;z-index:2}.hero-copy{max-width:650px;color:#fff}.hero-copy .eyebrow{color:#bcdcff}.hero-copy h1{margin:18px 0 20px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(3.3rem,6vw,6.2rem);font-weight:400;line-height:.98;letter-spacing:-.055em}.hero-copy p{max-width:580px;margin:0 0 32px;color:rgba(255,255,255,.86);font-size:1.05rem;line-height:1.7}.hero-actions{display:flex;gap:13px;flex-wrap:wrap}.slider-arrow{position:absolute;z-index:4;top:50%;width:48px;height:48px;border:1px solid rgba(255,255,255,.4);border-radius:50%;color:#fff;background:rgba(4,45,90,.25);backdrop-filter:blur(8px);font-size:2rem;cursor:pointer;transform:translateY(-50%)}.slider-arrow--prev{left:24px}.slider-arrow--next{right:24px}.slider-dots{position:absolute;z-index:4;bottom:28px;left:50%;display:flex;gap:8px;transform:translateX(-50%)}.slider-dots button{width:8px;height:8px;padding:0;border:0;border-radius:10px;background:rgba(255,255,255,.5);cursor:pointer;transition:.2s}.slider-dots button.active{width:30px;background:#fff}.trust-strip{position:relative;z-index:3;margin-top:-1px;background:#fff;box-shadow:0 14px 40px rgba(5,46,97,.08)}.trust-grid{min-height:100px;display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid article{display:flex;align-items:center;justify-content:center;gap:14px;padding:18px;border-inline-end:1px solid var(--line)}.trust-grid article:last-child{border:0}.trust-grid .icon{width:32px;height:32px;color:var(--blue)}.trust-grid strong,.trust-grid span{display:block}.trust-grid strong{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.trust-grid span{margin-top:5px;color:var(--muted);font-size:.72rem}
.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.category-card{height:220px;position:relative;overflow:hidden;border-radius:var(--radius);background:linear-gradient(145deg,#f8fcff,#dcefff);box-shadow:var(--shadow-soft)}.category-card::after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(242,249,255,.98) 0%,rgba(235,246,255,.72) 44%,transparent 75%)}.category-card>div{position:absolute;z-index:2;left:22px;bottom:22px;max-width:63%}.category-card span{color:var(--muted);font-size:.65rem}.category-card h3{margin:8px 0 13px;color:var(--navy);font-family:Georgia,serif;font-size:1.45rem;font-weight:500}.category-card b{color:var(--blue);font-size:.7rem}.category-card img{position:absolute;right:-8%;top:0;width:70%;height:100%;object-fit:cover;mix-blend-mode:multiply;transition:.45s}.category-card:hover img{transform:scale(1.07)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{min-width:0;position:relative;border:1px solid #e3ebf3;border-radius:var(--radius);background:#fff;overflow:hidden;box-shadow:0 6px 22px rgba(5,46,97,.045);transition:.3s}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-card__image{height:310px;position:relative;display:grid;place-items:center;background:linear-gradient(145deg,#fbfdff,#edf6fd);overflow:hidden}.product-card__image img{width:82%;height:82%;object-fit:contain;mix-blend-mode:multiply;transition:.4s}.product-card:hover .product-card__image img{transform:scale(1.05)}.badge{position:absolute;z-index:2;top:16px;left:16px;padding:7px 11px;border-radius:999px;color:#fff;background:linear-gradient(135deg,var(--blue-2),var(--navy));font-size:.62rem;font-weight:800;letter-spacing:.03em}.badge--large{top:24px;left:24px}.product-card__body{padding:20px}.product-card__eyebrow{margin:0 0 7px;color:#8390a0;font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.product-card h3{min-height:48px;margin:0;font-size:1rem;line-height:1.45}.product-card__price{min-height:48px;margin:12px 0 14px;display:flex;align-items:center;gap:9px}.product-card__price strong{color:var(--navy);font-size:1.05rem}.product-card__price del{color:#98a2ad;font-size:.78rem}.product-card .button{width:100%}
.promotion-banner{min-height:480px;position:relative;background:linear-gradient(90deg,#043d7d,#0874c4);background-image:linear-gradient(90deg,rgba(3,45,94,.98),rgba(4,83,152,.68),rgba(4,88,153,.15)),var(--promo-bg);background-size:cover;background-position:center;color:#fff;display:flex;align-items:center}.promotion-banner__inner{width:100%}.promotion-banner__content{max-width:610px}.promotion-banner .eyebrow{color:#b7dcff}.promotion-banner h2{margin:15px 0;font-family:Georgia,serif;font-size:clamp(2.7rem,5vw,4.8rem);font-weight:400;line-height:1}.promotion-banner p{max-width:540px;margin:0 0 27px;color:rgba(255,255,255,.83);font-size:1rem;line-height:1.7}
.video-section{padding:85px 0;color:#fff;background:radial-gradient(circle at 75% 20%,#1783d1,#07539b 45%,#042d62 100%);overflow:hidden}.video-section__grid{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:60px}.video-copy h2{margin:14px 0 18px;font-family:Georgia,serif;font-size:clamp(2.8rem,5vw,4.5rem);font-weight:400;line-height:1}.video-copy p{margin:0 0 30px;color:rgba(255,255,255,.82);line-height:1.75}.video-copy .eyebrow{color:#b8ddff}.video-poster{height:410px;position:relative;padding:0;border:5px solid rgba(255,255,255,.15);border-radius:26px;background:none;overflow:hidden;box-shadow:0 30px 70px rgba(0,13,39,.35);cursor:pointer}.video-poster img{width:100%;height:100%;object-fit:cover}.video-poster>span{position:absolute;left:50%;top:50%;width:84px;height:84px;border:2px solid #fff;border-radius:50%;color:#fff;background:rgba(255,255,255,.18);backdrop-filter:blur(12px);display:grid;place-items:center;transform:translate(-50%,-50%)}.video-poster>span .icon{width:38px;height:38px}.about-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:75px}.about-image{height:570px;border-radius:34px;overflow:hidden;background:var(--sky);box-shadow:var(--shadow)}.about-image img{width:100%;height:100%;object-fit:cover}.about-copy h2{margin:15px 0 20px;color:var(--navy);font-family:Georgia,serif;font-size:clamp(2.6rem,4.6vw,4.4rem);font-weight:400;line-height:1}.about-copy>p{margin:0;color:var(--muted);font-size:1.02rem;line-height:1.8}.about-stats{margin:35px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.about-stats div{padding:18px;border-radius:16px;background:var(--ice);border:1px solid var(--line)}.about-stats strong,.about-stats span{display:block}.about-stats strong{color:var(--blue);font-size:1.3rem}.about-stats span{margin-top:6px;color:var(--muted);font-size:.66rem}.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.why-grid article{padding:28px 20px;border:1px solid rgba(210,227,242,.9);border-radius:20px;background:rgba(255,255,255,.72);backdrop-filter:blur(12px);text-align:center}.why-grid .icon{width:38px;height:38px;color:var(--blue)}.why-grid h3{margin:16px 0 9px;color:var(--navy);font-size:.88rem}.why-grid p{margin:0;color:var(--muted);font-size:.72rem;line-height:1.6}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-soft)}.stars{color:#e6ad28;letter-spacing:.12em}.review-card>p{min-height:95px;margin:18px 0;color:#46566b;line-height:1.75}.review-card>div:last-child{display:flex;align-items:center;gap:11px}.review-avatar{width:38px;height:38px;border-radius:50%;color:#fff;background:linear-gradient(135deg,var(--blue),var(--navy));display:grid;place-items:center;font-weight:800}.instagram-grid{display:grid;grid-template-columns:repeat(6,1fr)}.instagram-grid a{aspect-ratio:1;position:relative;overflow:hidden}.instagram-grid img{width:100%;height:100%;object-fit:cover;transition:.4s}.instagram-grid span{position:absolute;inset:0;color:#fff;background:rgba(3,47,97,.55);display:grid;place-items:center;opacity:0;transition:.3s}.instagram-grid span .icon{width:34px;height:34px}.instagram-grid a:hover img{transform:scale(1.08)}.instagram-grid a:hover span{opacity:1}.faq-layout{display:grid;grid-template-columns:.65fr 1.35fr;gap:80px}.faq-layout h2{margin:14px 0;color:var(--navy);font-family:Georgia,serif;font-size:3.5rem;font-weight:400}.faq-layout>div:first-child p{color:var(--muted);line-height:1.7}.accordion article{border-bottom:1px solid #ccdbea}.accordion button{width:100%;min-height:72px;padding:0;border:0;background:none;display:flex;align-items:center;justify-content:space-between;text-align:start;font-weight:750;cursor:pointer}.accordion button .icon{transition:.25s}.accordion button[aria-expanded=true] .icon{transform:rotate(45deg)}.accordion article>div{max-height:0;overflow:hidden;transition:max-height .35s}.accordion p{margin:0;padding:0 40px 25px 0;color:var(--muted);line-height:1.7}.newsletter-section{padding:70px 0;background:#fff}.newsletter-box{padding:48px 55px;border-radius:30px;color:#fff;background:linear-gradient(120deg,#043568,#0879c9);display:flex;align-items:center;justify-content:space-between;gap:45px;box-shadow:var(--shadow)}.newsletter-box h2{margin:10px 0 8px;font-family:Georgia,serif;font-size:2.6rem;font-weight:400}.newsletter-box p{margin:0;color:rgba(255,255,255,.75)}.newsletter-box .eyebrow{color:#baddff}.newsletter-box form{min-width:min(470px,100%);display:flex;gap:9px}.newsletter-box input{height:54px;flex:1;padding:0 20px;border:1px solid rgba(255,255,255,.35);border-radius:999px;color:#fff;background:rgba(255,255,255,.12);outline:0}.newsletter-box input::placeholder{color:rgba(255,255,255,.7)}.newsletter-box .button{color:var(--navy);background:#fff}
.site-footer{padding:65px 0 20px;color:#fff;background:#042650}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:42px}.brand--footer{align-items:flex-start;color:#fff}.brand--footer .brand__name{font-size:2rem}.footer-brand p{max-width:300px;color:rgba(255,255,255,.65);font-size:.78rem;line-height:1.7}.footer-grid h3{margin:0 0 20px;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em}.footer-grid>div>a,.footer-contact>span{margin:0 0 12px;color:rgba(255,255,255,.68);display:flex;align-items:flex-start;gap:9px;font-size:.74rem}.footer-contact .icon{width:17px}.social-links{display:flex;gap:9px}.social-links a{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.1);display:grid;place-items:center}.social-links .icon{width:19px}.footer-bottom{margin-top:45px;padding-top:20px;border-top:1px solid rgba(255,255,255,.13);display:flex;justify-content:space-between;color:rgba(255,255,255,.5);font-size:.68rem}.cod-pill{display:flex;align-items:center;gap:7px}.cod-pill .icon{width:17px}.whatsapp-button{position:fixed;right:22px;bottom:22px;z-index:42;width:58px;height:58px;border:4px solid #fff;border-radius:50%;color:#fff;background:#25d366;display:grid;place-items:center;font-size:1.35rem;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.24)}.back-to-top{position:fixed;right:29px;bottom:92px;z-index:41;width:43px;height:43px;border:0;border-radius:50%;color:#fff;background:var(--navy);box-shadow:var(--shadow-soft);opacity:0;visibility:hidden;transition:.2s}.back-to-top.visible{opacity:1;visibility:visible}
.mobile-menu,.cart-drawer{position:fixed;z-index:102;top:0;bottom:0;width:min(420px,92vw);background:#fff;box-shadow:0 0 70px rgba(0,22,52,.25);transition:transform .3s ease}.mobile-menu{left:0;transform:translateX(-105%)}.cart-drawer{right:0;transform:translateX(105%);display:flex;flex-direction:column}.mobile-menu.open,.cart-drawer.open{transform:none}.drawer-head{min-height:80px;padding:0 22px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.drawer-head h2{margin:0;font-family:Georgia,serif;font-size:1.7rem}.mobile-nav{padding:15px 22px}.mobile-nav a{min-height:49px;border-bottom:1px solid #edf2f7;display:flex;align-items:center;font-weight:750}.mobile-nav__sub{padding-inline-start:16px!important;color:var(--muted);font-size:.84rem}.drawer-overlay{position:fixed;z-index:100;inset:0;background:rgba(3,26,55,.55);backdrop-filter:blur(2px);opacity:0;visibility:hidden;transition:.25s}.drawer-overlay.visible{opacity:1;visibility:visible}.cart-drawer__body{flex:1;overflow:auto;padding:20px}.drawer-cart-item{display:grid;grid-template-columns:70px 1fr auto;gap:13px;padding:14px 0;border-bottom:1px solid var(--line);align-items:center}.drawer-cart-item img{width:70px;height:70px;border-radius:12px;background:var(--ice);object-fit:contain}.drawer-cart-item strong{font-size:.82rem;line-height:1.35}.drawer-cart-item span{display:block;margin-top:6px;color:var(--blue);font-size:.78rem;font-weight:800}.drawer-cart-item button{border:0;background:none;color:#8b97a5;cursor:pointer}.drawer-cart-summary{margin-top:20px;padding-top:18px;border-top:1px solid var(--line)}.drawer-cart-summary>div{margin-bottom:11px;display:flex;justify-content:space-between}.drawer-cart-summary>div:last-of-type{padding-top:12px;border-top:1px solid var(--line);font-size:1.15rem}.drawer-cart-summary .button{margin-top:8px;width:100%}.drawer-empty{text-align:center;padding:70px 10px}.drawer-empty .icon{width:55px;height:55px;color:#9bacbd}.search-overlay{position:fixed;z-index:110;inset:0;padding:70px 20px;background:rgba(2,25,53,.72);backdrop-filter:blur(10px);opacity:0;visibility:hidden;transition:.25s}.search-overlay.open{opacity:1;visibility:visible}.search-modal{max-width:760px;margin:auto;position:relative;padding:45px;border-radius:28px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.3)}.search-modal__close{position:absolute;right:15px;top:15px}.search-form>label{display:block;margin-bottom:14px;color:var(--navy);font-family:Georgia,serif;font-size:2rem}.search-form>div:nth-of-type(1){height:58px;border:1px solid #b8cce0;border-radius:15px;display:flex;overflow:hidden}.search-form input{flex:1;border:0;padding:0 18px;outline:0}.search-form>div button{width:60px;border:0;color:#fff;background:var(--blue)}.live-search{margin-top:15px}.live-search a{padding:9px;border-radius:10px;display:grid;grid-template-columns:50px 1fr auto;align-items:center;gap:12px}.live-search a:hover{background:var(--ice)}.live-search img{width:50px;height:50px;object-fit:contain}.live-search strong{font-size:.8rem}.live-search span{color:var(--blue);font-size:.75rem;font-weight:800}.toast-region{position:fixed;z-index:150;right:20px;top:20px;display:grid;gap:10px}.toast{min-width:280px;max-width:380px;padding:15px 18px;border-radius:13px;color:#fff;background:#12385f;box-shadow:var(--shadow);animation:toastIn .3s ease}.toast--error{background:#ad3045}@keyframes toastIn{from{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:none}}.video-modal{position:fixed;z-index:160;inset:0;padding:30px;background:rgba(1,16,35,.9);display:grid;place-items:center;opacity:0;visibility:hidden;transition:.25s}.video-modal.open{opacity:1;visibility:visible}.video-modal>div{width:min(1000px,100%);position:relative}.video-modal button{position:absolute;right:0;top:-50px;border:0;color:#fff;background:none;cursor:pointer}.video-modal [data-video-container]{aspect-ratio:16/9;background:#000;border-radius:16px;overflow:hidden}.video-modal iframe,.video-modal video{width:100%;height:100%;border:0}
.page-hero{padding:105px 0 90px;color:#fff;background:radial-gradient(circle at 85% 20%,#1680cd,#07549d 42%,#042c5f 100%);text-align:center}.page-hero--small{padding:70px 0 60px}.page-hero .eyebrow{color:#b9ddff}.page-hero h1{margin:14px 0 12px;font-family:Georgia,serif;font-size:clamp(3rem,6vw,5.8rem);font-weight:400;line-height:1}.page-hero p{max-width:670px;margin:0 auto;color:rgba(255,255,255,.78);line-height:1.7}.shop-layout{display:grid;grid-template-columns:250px 1fr;gap:42px}.shop-filters{position:sticky;top:190px;align-self:start;padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff}.shop-filters__head{display:flex;justify-content:space-between;align-items:center}.shop-filters__head h2{margin:0;color:var(--navy);font-family:Georgia,serif}.shop-filters__head button{display:none}.shop-filters form>label{display:block;margin:23px 0;font-size:.72rem;font-weight:800}.shop-filters input[type=search]{width:100%;height:44px;margin-top:8px;padding:0 12px;border:1px solid var(--line);border-radius:10px}.shop-filters fieldset{margin:22px 0;padding:0;border:0}.shop-filters legend{margin-bottom:12px;font-size:.75rem;font-weight:800}.radio-line{min-height:36px;display:flex;align-items:center;gap:9px;color:#556478;font-size:.78rem}.radio-line span{flex:1;display:flex;justify-content:space-between}.radio-line small{color:#9aa6b3}.shop-filters .button{width:100%}.shop-toolbar{min-height:56px;margin-bottom:24px;padding-bottom:15px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:.8rem}.shop-toolbar select{height:42px;padding:0 35px 0 12px;border:1px solid var(--line);border-radius:10px;background:#fff}.filter-trigger{display:none}.product-grid--shop{grid-template-columns:repeat(3,1fr)}.pagination{margin-top:40px;display:flex;justify-content:center;gap:8px}.pagination a{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:.8rem}.pagination a.active{color:#fff;background:var(--blue);border-color:var(--blue)}.empty-state{min-height:350px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.empty-state__icon{width:90px;height:90px;border-radius:50%;background:var(--ice);display:grid;place-items:center}.empty-state__icon .icon{width:42px;height:42px;color:var(--blue)}.empty-state h2{color:var(--navy);font-family:Georgia,serif;font-size:2.2rem}.breadcrumbs{border-bottom:1px solid var(--line);background:#fff}.breadcrumbs>div{min-height:52px;display:flex;align-items:center;gap:10px;color:var(--muted);font-size:.72rem}.product-detail__grid{display:grid;grid-template-columns:1.08fr .92fr;gap:70px}.product-gallery__main{height:650px;position:relative;border-radius:30px;background:linear-gradient(145deg,#fbfdff,#eaf4fc);display:grid;place-items:center;overflow:hidden}.product-gallery__main img{width:82%;height:82%;object-fit:contain;mix-blend-mode:multiply}.product-thumbs{margin-top:14px;display:flex;gap:10px}.product-thumbs button{width:82px;height:82px;padding:5px;border:1px solid var(--line);border-radius:13px;background:#fff;cursor:pointer}.product-thumbs button.active{border-color:var(--blue)}.product-thumbs img{width:100%;height:100%;object-fit:contain}.product-info{padding-top:20px}.product-info h1{margin:13px 0 14px;color:var(--navy);font-family:Georgia,serif;font-size:clamp(2.6rem,4vw,4.2rem);font-weight:400;line-height:1}.product-info__rating{display:flex;align-items:center;gap:12px}.product-info__rating span{color:#e4ac29;letter-spacing:.08em}.product-info__rating small{color:var(--muted)}.product-info__price{margin:25px 0;display:flex;align-items:center;gap:15px}.product-info__price strong{color:var(--blue);font-size:2rem}.product-info__price del{color:#9ba5b0}.product-lead{color:var(--muted);font-size:.95rem;line-height:1.8}.stock-line{margin:22px 0 13px;display:flex;align-items:center;gap:8px;font-size:.78rem;font-weight:800}.stock-line i{width:9px;height:9px;border-radius:50%;background:var(--success)}.stock-line.out-stock i{background:var(--danger)}.delivery-note{padding:15px;border:1px solid #cfe1f0;border-radius:13px;background:var(--ice);display:flex;align-items:center;gap:11px;color:var(--navy);font-size:.8rem}.delivery-note .icon{color:var(--blue)}.purchase-row{margin:18px 0 10px;display:flex;gap:12px}.quantity-control{height:50px;border:1px solid #c9d7e5;border-radius:999px;display:flex;align-items:center;overflow:hidden;background:#fff}.quantity-control button{width:42px;height:100%;border:0;background:none;display:grid;place-items:center;cursor:pointer}.quantity-control .icon{width:16px}.quantity-control input{width:45px;border:0;text-align:center;outline:0;-moz-appearance:textfield}.quantity-control input::-webkit-inner-spin-button{display:none}.product-guarantees{margin-top:25px;padding-top:20px;border-top:1px solid var(--line);display:flex;gap:20px;flex-wrap:wrap}.product-guarantees span{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:.72rem}.product-guarantees .icon{width:17px;color:var(--blue)}.product-tabs{max-width:1000px;margin:auto}.product-tabs__nav{border-bottom:1px solid #cbddeb;display:flex;justify-content:center;gap:30px}.product-tabs__nav button{padding:15px 5px;border:0;border-bottom:2px solid transparent;background:none;font-weight:800;cursor:pointer}.product-tabs__nav button.active{color:var(--blue);border-color:var(--blue)}.product-tabs__panel{display:none;padding:35px;color:#526377;line-height:1.9}.product-tabs__panel.active{display:block}.product-video{min-height:340px;padding:45px;border-radius:30px;color:#fff;background:linear-gradient(120deg,#043568,#0879c9);display:grid;grid-template-columns:1fr 1fr;align-items:center;overflow:hidden}.product-video h2{font-family:Georgia,serif;font-size:3rem;font-weight:400}.product-video img{width:100%;height:300px;object-fit:contain;mix-blend-mode:screen}
.cart-page-grid{display:grid;grid-template-columns:1fr 370px;gap:45px}.cart-item{min-height:130px;padding:18px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:100px 1fr auto 110px;gap:20px;align-items:center}.cart-item img{width:100px;height:100px;border-radius:16px;background:var(--ice);object-fit:contain}.cart-item__name{display:block;font-weight:800}.cart-item__main>span{display:block;margin:8px 0;color:var(--blue);font-weight:800}.cart-item__main button{padding:0;border:0;background:none;color:#8a96a5;font-size:.72rem;text-decoration:underline;cursor:pointer}.cart-item__total{text-align:right}.order-summary,.checkout-summary{padding:28px;border:1px solid var(--line);border-radius:22px;background:var(--ice);align-self:start;position:sticky;top:190px}.order-summary h2,.checkout-summary h2{margin:0 0 24px;color:var(--navy);font-family:Georgia,serif;font-size:1.75rem}.order-summary>div,.summary-lines>div{margin:12px 0;display:flex;justify-content:space-between;color:var(--muted);font-size:.82rem}.order-summary__total{margin-top:22px!important;padding-top:19px;border-top:1px solid #cbd9e7;color:var(--navy)!important;font-size:1.15rem!important}.order-summary>p{padding:12px;border-radius:10px;background:#fff;display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.72rem}.order-summary>p .icon{width:18px;color:var(--blue)}.checkout-grid{display:grid;grid-template-columns:1fr 430px;gap:50px}.checkout-form{padding:38px;border:1px solid var(--line);border-radius:25px;background:#fff;box-shadow:var(--shadow-soft)}.form-intro{margin-bottom:28px;display:flex;align-items:center;gap:15px}.form-intro>span{width:42px;height:42px;border-radius:50%;color:#fff;background:var(--blue);display:grid;place-items:center;font-weight:800}.form-intro h2{margin:0;color:var(--navy);font-family:Georgia,serif;font-size:2rem}.form-intro p{margin:5px 0 0;color:var(--muted);font-size:.78rem}.checkout-form>label,.contact-form label{display:block;margin-bottom:20px;color:#35475c;font-size:.77rem;font-weight:750}.checkout-form input,.checkout-form textarea,.contact-form input,.contact-form textarea{width:100%;margin-top:8px;padding:14px 16px;border:1px solid #cfdce8;border-radius:12px;outline:0;transition:.2s}.checkout-form input:focus,.checkout-form textarea:focus,.contact-form input:focus,.contact-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(7,89,173,.1)}.checkout-assurance{margin:24px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.checkout-assurance span{padding:10px;border-radius:10px;background:var(--ice);display:flex;align-items:center;gap:7px;color:var(--muted);font-size:.62rem}.checkout-assurance .icon{width:16px;color:var(--blue)}.form-alert,.alert{margin-bottom:18px;padding:13px 15px;border-radius:10px}.form-alert,.alert--error{color:#8c2537;background:#fff0f2;border:1px solid #f0c9d0}.alert--success{color:#0f6847;background:#ecfff7;border:1px solid #bdebd9}.checkout-items{max-height:390px;overflow:auto}.checkout-items article{padding:12px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:12px}.checkout-items article>div{position:relative}.checkout-items img{width:58px;height:58px;border-radius:10px;background:#fff;object-fit:contain}.checkout-items b{position:absolute;right:-6px;top:-6px;width:20px;height:20px;border-radius:50%;color:#fff;background:var(--blue);display:grid;place-items:center;font-size:.6rem}.checkout-items span{font-size:.76rem;font-weight:750}.checkout-items strong{font-size:.74rem}.summary-lines{margin-top:20px}.success-page{min-height:75vh;padding:90px 20px;background:linear-gradient(180deg,#eff8ff,#fff);display:grid;place-items:center}.success-card{width:min(620px,100%);padding:55px;border:1px solid var(--line);border-radius:30px;background:#fff;box-shadow:var(--shadow);text-align:center}.success-check{width:86px;height:86px;margin:0 auto 25px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#20af7c,#0b7a58);display:grid;place-items:center}.success-check .icon{width:42px;height:42px}.success-card h1{margin:14px 0;color:var(--navy);font-family:Georgia,serif;font-size:3rem;font-weight:400}.success-card>p{color:var(--muted)}.order-number,.success-total{margin:22px 0;padding:17px;border-radius:12px;background:var(--ice);display:flex;justify-content:space-between}.success-card .text-link{display:flex;justify-content:center;margin-top:18px}.prose{max-width:850px;color:#465a71;font-size:1rem;line-height:1.9}.prose h2,.prose h3{color:var(--navy);font-family:Georgia,serif;font-weight:500}.prose h2{margin-top:45px;font-size:2.3rem}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:75px}.contact-info h2{margin:14px 0;color:var(--navy);font-family:Georgia,serif;font-size:3.4rem;font-weight:400}.contact-info>p{color:var(--muted);line-height:1.75}.contact-info>a,.contact-info>div{margin-top:17px;padding:18px;border:1px solid var(--line);border-radius:15px;display:flex;align-items:center;gap:14px}.contact-info .icon{color:var(--blue)}.contact-info small,.contact-info strong{display:block}.contact-info small{color:var(--muted);font-size:.65rem}.contact-form{padding:35px;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow-soft)}
[dir=rtl] .hero-slide__wash{background:linear-gradient(270deg,rgba(2,31,67,.93),rgba(5,63,118,.69) 37%,rgba(10,80,145,.12) 68%,rgba(255,255,255,.05))}[dir=rtl] .badge{left:auto;right:16px}[dir=rtl] .category-card>div{left:auto;right:22px}[dir=rtl] .category-card img{right:auto;left:-8%}[dir=rtl] .category-card::after{background:linear-gradient(260deg,rgba(242,249,255,.98),rgba(235,246,255,.72) 44%,transparent 75%)}[dir=rtl] .slider-arrow--prev{left:auto;right:24px}[dir=rtl] .slider-arrow--next{right:auto;left:24px}[dir=rtl] .cart-drawer{right:auto;left:0;transform:translateX(-105%)}[dir=rtl] .mobile-menu{left:auto;right:0;transform:translateX(105%)}[dir=rtl] .whatsapp-button,[dir=rtl] .back-to-top{right:auto;left:22px}[dir=rtl] .accordion p{padding-right:0;padding-left:40px}
@media(max-width:1100px){.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.why-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.3fr repeat(2,1fr)}.footer-grid>div:nth-child(4),.footer-grid>div:nth-child(5){margin-top:10px}.desktop-nav__inner{gap:28px}.product-detail__grid{gap:35px}.product-gallery__main{height:560px}}
@media(max-width:850px){.container{width:min(100% - 28px,var(--container))}.topbar__trust{display:none!important}.topbar__inner{justify-content:center}.site-header{top:0}.header-main{height:70px;grid-template-columns:1fr auto 1fr}.mobile-menu-trigger{display:grid;justify-self:start}.language-switch{display:none}.brand__name{font-size:1.75rem}.brand__sub{font-size:.42rem;margin-top:6px}.header-action span{display:none}.header-actions{gap:10px}.desktop-nav{display:none}.hero-slider{height:670px;min-height:0}.hero-slide{background-position:64% center}.hero-slide__wash{background:linear-gradient(180deg,rgba(3,34,70,.28) 0%,rgba(4,43,86,.7) 47%,rgba(3,31,65,.96) 100%)}.hero-slide__content{align-items:flex-end;padding-bottom:85px}.hero-copy{max-width:100%;text-align:center}.hero-copy h1{font-size:clamp(3rem,12vw,4.8rem)}.hero-copy p{font-size:.9rem}.hero-actions{justify-content:center}.slider-arrow{display:none}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid article:nth-child(2){border-inline-end:0}.trust-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.category-grid{grid-template-columns:repeat(2,1fr)}.category-card{height:190px}.product-grid{grid-template-columns:repeat(2,1fr)}.video-section__grid,.about-grid,.faq-layout,.contact-grid{grid-template-columns:1fr}.video-section__grid{gap:35px}.video-poster{height:330px}.about-grid{gap:40px}.about-image{height:450px}.why-grid{grid-template-columns:repeat(2,1fr)}.review-grid{grid-template-columns:1fr 1fr}.instagram-grid{grid-template-columns:repeat(3,1fr)}.newsletter-box{align-items:flex-start;flex-direction:column}.newsletter-box form{width:100%;min-width:0}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.shop-layout{grid-template-columns:1fr}.shop-filters{position:fixed;z-index:105;top:0;bottom:0;left:0;width:min(360px,90vw);border-radius:0;transform:translateX(-105%);transition:.3s;overflow:auto}.shop-filters.open{transform:none}.shop-filters__head button,.filter-trigger{display:inline-flex}.product-grid--shop{grid-template-columns:repeat(2,1fr)}.product-detail__grid{grid-template-columns:1fr}.product-gallery__main{height:520px}.product-info{padding-top:0}.cart-page-grid,.checkout-grid{grid-template-columns:1fr}.order-summary,.checkout-summary{position:static}.product-video{grid-template-columns:1fr}.checkout-summary{order:-1}.contact-grid{gap:35px}}
@media(max-width:560px){.container{width:min(100% - 22px,var(--container))}.section{padding:64px 0}.section--compact{padding:46px 0}.section-head{margin-bottom:25px;align-items:flex-start}.section-head h2{font-size:2.35rem}.section-head .text-link{display:none}.hero-slider{height:620px}.hero-copy h1{font-size:3.45rem}.hero-copy p{font-size:.82rem}.hero-actions{display:grid}.hero-actions .button{width:100%}.trust-grid article{justify-content:flex-start;padding:15px 10px;gap:9px}.trust-grid .icon{width:24px}.trust-grid strong{font-size:.6rem}.trust-grid span{font-size:.59rem}.category-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px}.category-card{min-width:75vw;scroll-snap-align:start}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card{border-radius:16px}.product-card__image{height:190px}.product-card__body{padding:13px}.product-card__eyebrow{font-size:.52rem}.product-card h3{min-height:42px;font-size:.79rem}.product-card__price{min-height:38px;margin:8px 0}.product-card__price strong{font-size:.83rem}.product-card .button{min-height:39px;padding:0 7px;font-size:.58rem}.product-card .button .icon{width:15px}.badge{top:10px;left:10px;padding:5px 8px;font-size:.52rem}.promotion-banner{min-height:480px;text-align:center}.promotion-banner__content{margin:auto}.promotion-banner h2{font-size:3rem}.video-section{text-align:center}.video-poster{height:250px}.about-image{height:330px}.about-copy h2{font-size:3rem}.about-stats{grid-template-columns:1fr}.why-grid{grid-template-columns:1fr 1fr;gap:9px}.why-grid article{padding:22px 12px}.why-grid h3{font-size:.75rem}.review-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.review-card{min-width:84vw;scroll-snap-align:start}.instagram-grid{grid-template-columns:repeat(2,1fr)}.faq-layout h2{font-size:2.8rem}.newsletter-box{padding:32px 20px}.newsletter-box h2{font-size:2.15rem}.newsletter-box form{flex-direction:column}.newsletter-box .button{width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-brand{grid-column:1/-1}.footer-bottom{align-items:flex-start;gap:15px;flex-direction:column}.page-hero{padding:70px 0 60px}.page-hero h1{font-size:3.2rem}.product-grid--shop{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-toolbar>span{display:none}.product-gallery__main{height:390px;border-radius:20px}.product-thumbs{overflow-x:auto}.product-info h1{font-size:3rem}.purchase-row{align-items:stretch;flex-direction:column}.quantity-control{align-self:flex-start}.product-tabs__nav{justify-content:flex-start;gap:15px;overflow-x:auto}.product-tabs__nav button{white-space:nowrap}.product-tabs__panel{padding:25px 5px}.cart-item{grid-template-columns:75px 1fr auto;gap:12px}.cart-item img{width:75px;height:75px}.cart-item>.quantity-control{grid-column:2}.cart-item__total{grid-row:1;grid-column:3}.checkout-form{padding:22px 16px}.checkout-assurance{grid-template-columns:1fr}.checkout-summary{padding:20px}.success-card{padding:38px 20px}.success-card h1{font-size:2.4rem}.contact-info h2{font-size:2.8rem}.contact-form{padding:22px 16px}.search-modal{padding:35px 20px}.search-form>label{font-size:1.5rem}.whatsapp-button{width:52px;height:52px;right:15px;bottom:15px}.back-to-top{right:20px;bottom:77px}.toast-region{left:12px;right:12px;top:12px}.toast{min-width:0;max-width:none}.product-grid--scroll-mobile{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.product-grid--scroll-mobile .product-card{min-width:70vw;scroll-snap-align:start}}

/* ==========================================================
   BioAqua premium responsive hero — real HTML copy & buttons
   ========================================================== */
.hero-slider{
  width:100%;
  height:clamp(520px,38vw,650px);
  min-height:520px;
  overflow:hidden;
  background:#edf5fc;
}
.hero-slide{
  background-image:var(--hero-bg);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}
.hero-slide__wash{
  background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 31%,rgba(255,255,255,.42) 49%,rgba(255,255,255,0) 67%);
}
.hero-slide__content{align-items:center;padding-block:42px}
.hero-copy{max-width:560px;color:#102a54;text-shadow:none}
.hero-copy .eyebrow{color:#0759ad;letter-spacing:.2em}
.hero-copy h1{color:#0b2f78;font-family:Georgia,'Times New Roman',serif;font-weight:500;line-height:.96;font-size:clamp(3.7rem,5.2vw,6.3rem)}
.hero-copy p{max-width:520px;color:#32465e;font-size:clamp(.92rem,1.15vw,1.12rem);line-height:1.65}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-actions .button{min-width:190px;min-height:54px}
.hero-slide .button--primary{border-color:#113da2;background:linear-gradient(135deg,#071c70,#1748c5);box-shadow:0 14px 32px rgba(14,58,160,.22)}
.hero-slide .button--glass{color:#133c99;border-color:rgba(17,61,162,.55);background:rgba(255,255,255,.76);backdrop-filter:blur(14px)}
.hero-slide--gold .hero-copy .eyebrow{color:#a66d00}
.hero-slide--gold .hero-copy h1{color:#9b6500}
.hero-slide--gold .hero-copy p{color:#4c4030}
.hero-slide--gold .button--primary{border-color:#a86b00;background:linear-gradient(135deg,#a96900,#d69d1b);box-shadow:0 14px 32px rgba(169,105,0,.2)}
.hero-slide--gold .button--glass{color:#9b6500;border-color:rgba(166,109,0,.48);background:rgba(255,252,245,.78)}
.hero-slider .slider-arrow{background:rgba(5,46,97,.28);backdrop-filter:blur(10px)}
.hero-slider .slider-dots button{border:1px solid rgba(5,46,97,.35);background:rgba(255,255,255,.72)}
.hero-slider .slider-dots button.active{background:#0759ad}

@media(max-width:1100px){
  .hero-slider{height:570px;min-height:570px}
  .hero-slide{background-position:58% center}
  .hero-copy{max-width:470px}
  .hero-copy h1{font-size:4.25rem}
}

@media(max-width:850px){
  .hero-slider{height:760px;min-height:760px;background:#f4f8fc}
  .hero-slide{
    background-image:var(--hero-bg-mobile);
    background-size:cover;
    background-position:center top;
  }
  .hero-slide__wash{
    background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.05) 39%,rgba(255,255,255,.82) 57%,rgba(255,255,255,.99) 72%,#fff 100%);
  }
  .hero-slide__content{align-items:flex-end;padding-bottom:58px}
  .hero-copy{max-width:650px;margin-inline:auto;text-align:center}
  .hero-copy .eyebrow{font-size:.65rem}
  .hero-copy h1{font-size:clamp(3rem,10vw,4.6rem);line-height:1}
  .hero-copy p{max-width:570px;margin-inline:auto;font-size:.92rem;line-height:1.55}
  .hero-actions{justify-content:center}
}

@media(max-width:560px){
  .hero-slider{height:720px;min-height:720px}
  .hero-slide{background-size:cover;background-position:center top}
  .hero-slide__content{padding-bottom:42px}
  .hero-copy h1{font-size:3.1rem}
  .hero-copy p{font-size:.82rem;line-height:1.5}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:10px}
  .hero-actions .button{min-width:0;width:100%;min-height:48px;padding-inline:10px;font-size:.68rem}
  .hero-slider .slider-dots{bottom:10px}
}

/* === Product card image sizing / radius improvement === */
.product-card{border-radius:24px;overflow:hidden}
.product-card__image{height:330px;padding:14px;background:linear-gradient(180deg,#f7fbff 0%,#eaf2fa 100%)}
.product-card__image img{width:100%;height:100%;object-fit:contain;object-position:center center;padding:14px;border-radius:22px;background:linear-gradient(180deg,#ffffff 0%,#f5f9fd 100%);mix-blend-mode:normal;box-shadow:inset 0 0 0 1px rgba(214,226,238,.65)}
.product-card:hover .product-card__image img{transform:scale(1.03)}

/* === Promotion banner redesign with realistic skincare visual === */
.promotion-banner{width:min(var(--container),calc(100% - 34px));margin:22px auto 0;min-height:470px;border-radius:34px;overflow:hidden;box-shadow:0 20px 55px rgba(8,45,92,.12);background-color:#dfeaf8;background-image:linear-gradient(90deg,rgba(11,40,84,.82) 0%,rgba(16,74,141,.52) 30%,rgba(22,94,167,.12) 54%,rgba(255,255,255,0) 72%),var(--promo-bg);background-size:cover;background-position:center right;color:#fff;display:flex;align-items:center}
.promotion-banner__content{max-width:560px;padding:16px 0}
.promotion-banner h2{max-width:520px;text-shadow:none}
.promotion-banner p{max-width:470px;color:rgba(255,255,255,.9)}
.promotion-banner .button--light{box-shadow:none}

@media(max-width:850px){
  .product-card__image{height:280px;padding:12px}
  .product-card__image img{padding:12px;border-radius:18px}
  .promotion-banner{width:min(var(--container),calc(100% - 24px));min-height:430px;border-radius:26px;background-position:72% center}
}

@media(max-width:560px){
  .product-card{border-radius:18px}
  .product-card__image{height:210px;padding:10px}
  .product-card__image img{padding:10px;border-radius:16px}
  .promotion-banner{width:min(var(--container),calc(100% - 18px));min-height:520px;margin-top:18px;border-radius:22px;background-image:linear-gradient(180deg,rgba(10,43,88,.12) 0%,rgba(11,45,95,.20) 34%,rgba(10,44,93,.58) 60%,rgba(9,39,84,.88) 100%),var(--promo-bg);background-position:64% center;text-align:left}
  .promotion-banner__content{max-width:100%;padding:0 6px 0 0}
  .promotion-banner h2{font-size:2.5rem}
  .promotion-banner p{font-size:.92rem;line-height:1.65}
}

/* =========================================================
   FINAL FIX — preserve clean hero + true full-bleed product image
   ========================================================= */

/* Remove the dark hero overlay and heavy shadows restored by older CSS files */
.hero-slide__wash{
  display:none !important;
  background:none !important;
  opacity:0 !important;
}
.hero-copy{
  position:relative;
  z-index:3;
  text-shadow:none !important;
}
.hero-slide .button--primary,
.hero-slide--gold .button--primary,
.hero-slide .button--glass,
.hero-slider .slider-arrow{
  box-shadow:none !important;
}
.hero-slider .slider-arrow{
  background:rgba(255,255,255,.82) !important;
  color:#06366f !important;
  backdrop-filter:none !important;
}

/* Product card: image touches every edge of the visual area */
.product-card{
  border-radius:24px !important;
  overflow:hidden !important;
}
.product-card__image{
  position:relative !important;
  display:block !important;
  width:100% !important;
  height:340px !important;
  padding:0 !important;
  margin:0 !important;
  overflow:hidden !important;
  border:0 !important;
  border-radius:23px 23px 0 0 !important;
  background:transparent !important;
  line-height:0 !important;
}
.product-card__image img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  display:block !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-radius:23px 23px 0 0 !important;
  background:transparent !important;
  box-shadow:none !important;
  mix-blend-mode:normal !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:scale(1.10) !important;
  transform-origin:center center !important;
}
.product-card:hover .product-card__image img{
  transform:scale(1.14) !important;
}

@media(max-width:850px){
  .hero-slide__wash{
    display:none !important;
    background:none !important;
    opacity:0 !important;
  }
  .product-card__image{
    height:285px !important;
  }
}

@media(max-width:560px){
  .product-card{
    border-radius:18px !important;
  }
  .product-card__image{
    height:215px !important;
    border-radius:17px 17px 0 0 !important;
  }
  .product-card__image img{
    border-radius:17px 17px 0 0 !important;
    transform:scale(1.12) !important;
  }
  .product-card:hover .product-card__image img{
    transform:scale(1.12) !important;
  }
}

/* =========================================================
   Mobile hero + beginner-friendly checkout UX (v4)
   ========================================================= */
@media(max-width:850px){
  .hero-slider{height:720px!important;min-height:720px!important;background:#f6f9fd!important}
  .hero-slide{background-image:var(--hero-bg-mobile)!important;background-size:100% auto!important;background-position:center top!important;background-repeat:no-repeat!important;background-color:#f6f9fd!important}
  .hero-slide__wash{display:none!important}
  .hero-slide__content{position:absolute!important;inset:auto 0 0!important;height:auto!important;min-height:330px!important;padding:0 14px 24px!important;align-items:flex-end!important}
  .hero-copy{width:100%!important;max-width:680px!important;margin:0 auto!important;padding:22px 18px!important;border:1px solid rgba(211,225,239,.85)!important;border-radius:24px!important;background:rgba(255,255,255,.97)!important;box-shadow:0 18px 44px rgba(7,43,86,.12)!important;text-align:left!important;color:#17324f!important}
  .hero-copy .eyebrow{font-size:.58rem!important;color:#0870c9!important}
  .hero-copy h1{margin:9px 0 10px!important;font-size:clamp(2.2rem,8.5vw,3.25rem)!important;line-height:1.02!important;color:#0b2f78!important}
  .hero-copy p{max-width:none!important;margin:0 0 16px!important;font-size:.83rem!important;line-height:1.5!important;color:#42566c!important;text-align:left!important}
  .hero-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}
  .hero-actions .button{min-width:0!important;width:100%!important;min-height:48px!important;padding:0 12px!important;font-size:.68rem!important}
  .hero-slider .slider-dots{bottom:6px!important}
  [dir=rtl] .hero-copy,[dir=rtl] .hero-copy p{text-align:right!important}
}
@media(max-width:560px){
  .hero-slider{height:690px!important;min-height:690px!important}
  .hero-slide__content{min-height:320px!important;padding:0 10px 20px!important}
  .hero-copy{padding:18px 15px!important;border-radius:20px!important}
  .hero-copy h1{font-size:2.35rem!important}
  .hero-copy p{font-size:.78rem!important}
  .hero-actions{grid-template-columns:1fr!important}
}

.checkout-page--simple .checkout-hero--simple{padding:58px 0 46px;background:linear-gradient(180deg,#edf7ff 0%,#fff 100%)}
.checkout-page--simple .checkout-hero--simple h1{max-width:780px}
.checkout-grid--simple{grid-template-columns:minmax(0,1fr) 410px;align-items:start}
.checkout-form--simple{border-radius:28px}
.form-intro--simple>span{background:linear-gradient(135deg,#0b78d0,#0759ad)}
.checkout-help-banner{margin:0 0 22px;padding:14px 16px;border:1px solid #cfe4f7;border-radius:16px;background:#f1f8ff;display:flex;align-items:center;gap:12px;color:#31536f}
.checkout-help-banner .icon{width:24px;color:#0872c9}.checkout-help-banner span,.checkout-help-banner small{display:block}.checkout-help-banner small{margin-top:3px;color:#678096}
.checkout-fields--guided{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.checkout-fields--guided .field-full{grid-column:1/-1}
.checkout-fields--guided label{position:relative;margin:0;padding:16px;border:1px solid #d7e3ee;border-radius:18px;background:#fff;transition:border-color .22s,box-shadow .22s,transform .22s}
.checkout-fields--guided label>span{display:flex;align-items:center;gap:8px;color:#203d5b;font-size:.83rem;font-weight:800}
.checkout-fields--guided label>span>b{width:28px;height:28px;border-radius:50%;color:#fff;background:#0b6fc2;display:grid;place-items:center;font-size:.74rem}
.checkout-fields--guided label>span>em{margin-left:auto;padding:4px 8px;border-radius:999px;color:#a54444;background:#fff0f0;font-size:.58rem;font-style:normal;text-transform:uppercase;letter-spacing:.04em}
.checkout-fields--guided label>small{display:block;margin-top:8px;color:#718599;font-size:.68rem}
.checkout-fields--guided label.is-next{border-color:#0b7bd3;box-shadow:0 0 0 4px rgba(11,123,211,.12);animation:guidedPulse 1.8s ease-in-out infinite}
.checkout-fields--guided label.is-complete{border-color:#9bd9c0;background:#fbfffd}
.checkout-fields--guided label.is-complete>span>b{background:#20a873}
.checkout-fields--guided input[aria-invalid=true],.checkout-fields--guided textarea[aria-invalid=true]{border-color:#d74455!important;box-shadow:0 0 0 4px rgba(215,68,85,.12)!important}
@keyframes guidedPulse{0%,100%{box-shadow:0 0 0 4px rgba(11,123,211,.10)}50%{box-shadow:0 0 0 8px rgba(11,123,211,.04)}}
.checkout-main-submit{display:flex!important;align-items:center;justify-content:center;gap:12px;box-shadow:0 16px 35px rgba(7,89,173,.22)}
.checkout-main-submit strong{padding-left:12px;border-left:1px solid rgba(255,255,255,.35)}
.checkout-assurance--simple span{justify-content:center}
.checkout-summary--simple{border-radius:26px;background:#f4f9fd;box-shadow:0 16px 45px rgba(7,46,93,.08)}
.checkout-summary__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.checkout-summary__head h2{margin:4px 0 0}.summary-kicker{color:#0873c7;font-size:.62rem;font-weight:900;letter-spacing:.12em}.checkout-summary__head a{font-size:.7rem;text-decoration:underline}
.checkout-items--simple article{grid-template-columns:72px 1fr auto}.checkout-items--simple img{width:72px;height:72px;border-radius:14px;object-fit:cover}.checkout-items--simple span small{display:block;margin-top:5px;color:#73879a;font-size:.65rem}
.mobile-checkout-bar{display:none}

@media(max-width:850px){
  .checkout-page--simple{padding-bottom:150px}
  .checkout-page--simple .checkout-hero--simple{padding:34px 0 28px}
  .checkout-page--simple .checkout-hero--simple h1{font-size:2.45rem}
  .checkout-page--simple .checkout-hero--simple p{font-size:.84rem}
  .checkout-page--simple .checkout-steps{font-size:.62rem}
  .checkout-grid--simple{display:flex!important;flex-direction:column!important;gap:18px!important}
  .checkout-summary--simple{order:0!important;width:100%;position:static!important;padding:18px!important}
  .checkout-form--simple{order:1!important;width:100%;padding:20px 15px!important;border-radius:22px!important}
  .checkout-items--simple{max-height:230px}
  .checkout-items--simple article{grid-template-columns:62px 1fr auto;gap:10px;padding:9px 0}.checkout-items--simple img{width:62px;height:62px}
  .checkout-fields--guided{grid-template-columns:1fr!important;gap:14px!important}
  .checkout-fields--guided .field-full{grid-column:auto!important}
  .checkout-fields--guided label{padding:14px!important}
  .checkout-assurance--simple{grid-template-columns:1fr!important}
  .mobile-checkout-bar{position:fixed;z-index:99;left:10px;right:10px;bottom:82px;min-height:68px;padding:9px 10px 9px 16px;border:1px solid rgba(196,215,232,.9);border-radius:20px;background:rgba(255,255,255,.97);box-shadow:0 14px 45px rgba(5,39,79,.20);display:flex;align-items:center;justify-content:space-between;gap:12px;backdrop-filter:blur(14px)}
  .mobile-checkout-bar small,.mobile-checkout-bar strong{display:block}.mobile-checkout-bar small{color:#6d8092;font-size:.58rem}.mobile-checkout-bar strong{margin-top:2px;color:#082f61;font-size:1.05rem}.mobile-checkout-bar button{min-width:132px;height:48px;border:0;border-radius:14px;color:#fff;background:linear-gradient(135deg,#0759ad,#0b83dc);font-weight:900}
}
@media(prefers-reduced-motion:reduce){.checkout-fields--guided label.is-next{animation:none}}
@media(max-width:850px){
  .checkout-page--simple .mobile-bottom-nav{display:none!important}
  .checkout-page--simple .mobile-checkout-bar{bottom:12px}
  .checkout-page--simple .whatsapp-button{bottom:92px}
}

/* === Header modern refresh with flags/icons === */
.topbar--modern{background:linear-gradient(90deg,#052b59 0%,#073b77 55%,#052b59 100%);border-bottom:1px solid rgba(255,255,255,.06)}
.topbar__inner--modern{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:14px}
.topbar-pills{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.topbar-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);font-size:.68rem;font-weight:700;color:#fff;line-height:1}
.topbar-pill .icon{width:14px;opacity:.95}
.topbar-country{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14);font-size:.68rem;font-weight:800;color:#fff;letter-spacing:.04em;text-transform:uppercase}
.topbar-country__flag{font-size:.95rem;line-height:1}
.topbar__delivery,.topbar__trust{display:none!important}
.site-header{background:rgba(255,255,255,.96);backdrop-filter:blur(18px)}
.header-main{height:92px;grid-template-columns:1fr auto 1fr;align-items:center}
.language-switch--modern{justify-self:start;display:inline-flex;align-items:center;gap:8px;padding:6px;border:1px solid rgba(13,59,119,.12);background:linear-gradient(180deg,#fafdff 0%,#eef5fc 100%);border-radius:999px;box-shadow:0 12px 26px rgba(8,45,92,.06)}
.language-switch--modern a{min-width:58px;padding:8px 12px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:.72rem;font-weight:800;color:#627287;transition:.2s}
.language-switch--modern a.active{background:linear-gradient(135deg,#083f83 0%,#0a63c6 100%);color:#fff;box-shadow:0 10px 22px rgba(10,89,184,.22)}
.language-switch--modern .lang-flag{font-size:.9rem;line-height:1}
.language-switch--modern .lang-code{line-height:1}
.brand--modern{position:relative;gap:0;color:#0a376f}
.brand--modern .brand__name{font-size:2.75rem;letter-spacing:-.06em;text-shadow:0 10px 22px rgba(7,56,119,.05)}
.brand--modern .brand__sub{display:inline-flex;align-items:center;gap:7px;margin-top:10px;padding:4px 12px;border-radius:999px;background:linear-gradient(180deg,#fafdff 0%,#eef4fb 100%);border:1px solid rgba(8,57,117,.1);font-size:.56rem;font-weight:800;letter-spacing:.28em;color:#215796}
.brand__seal{font-size:.68rem;color:#0a63c6;letter-spacing:0}
.header-actions{gap:12px}
.header-action{min-height:42px;padding:9px 14px;border-radius:999px;background:linear-gradient(180deg,#fafdff 0%,#f2f7fd 100%);border:1px solid rgba(13,59,119,.1);box-shadow:0 10px 20px rgba(10,65,128,.05)}
.header-action:hover{background:#fff;border-color:rgba(10,99,198,.2)}
.header-action span{font-weight:700;color:#123d77}
.cart-count{top:-4px;inset-inline-end:-7px;min-width:20px;height:20px;border:2px solid #fff;box-shadow:0 6px 14px rgba(6,67,138,.18)}
.desktop-nav{border-top:1px solid rgba(223,233,244,.92);border-bottom:1px solid rgba(236,242,248,.95);background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)}
.desktop-nav__inner{height:56px;gap:36px}
.desktop-nav a{font-size:.72rem}
.mobile-menu-trigger{background:linear-gradient(180deg,#fafdff 0%,#eff5fb 100%);border:1px solid rgba(13,59,119,.1);border-radius:14px;box-shadow:0 10px 18px rgba(7,53,109,.05)}
.brand--drawer .brand__sub{margin-top:8px}
.mobile-menu__language div{display:flex;flex-wrap:wrap;gap:10px}
.mobile-menu__language div a{padding:9px 12px;border-radius:999px;background:#f3f7fc;border:1px solid rgba(9,72,146,.08)}
.mobile-menu__language div a.active{background:linear-gradient(135deg,#073f83 0%,#0a63c6 100%);color:#fff}
@media(max-width:850px){
  .topbar__inner--modern{justify-content:center}
  .topbar-pills{justify-content:center}
  .topbar-country{display:none}
  .header-main{height:78px}
  .brand--modern .brand__name{font-size:2rem}
  .brand--modern .brand__sub{margin-top:7px;font-size:.42rem;padding:3px 8px;letter-spacing:.2em}
  .header-actions{gap:8px}
  .header-action{min-height:40px;padding:8px 11px;border-radius:14px}
  .language-switch--modern{display:none}
}
@media(max-width:560px){
  .topbar-pills{gap:6px}
  .topbar-pill{padding:6px 10px;font-size:.62rem}
  .topbar-pill:nth-child(2),.topbar-pill:nth-child(3){display:none}
  .brand--modern .brand__name{font-size:1.88rem}
  .mobile-menu-trigger{border-radius:12px}
}
