:root{--cleau-ink: #1f2528;--cleau-ink-soft: #343c40;--cleau-blue: #78b8d9;--cleau-blue-dark: #4f829d;--cleau-blue-soft: #eaf5fa;--cleau-blue-pale: #f4fafc;--cleau-white: #ffffff;--cleau-off-white: #fafbfb;--cleau-surface: #f4f7f8;--cleau-surface-dark: #202628;--cleau-text: #4f595e;--cleau-text-light: #738087;--cleau-border: rgba(31, 37, 40, .1);--cleau-border-light: rgba(31, 37, 40, .065);--primary-blue: var(--cleau-blue);--text-black: var(--cleau-ink);--text-gray: var(--cleau-text);--bg-white: var(--cleau-white);--bg-off-white: var(--cleau-surface);--font-heading: "Helvetica Neue", "Avenir Next", "Avenir", "Inter", Arial, sans-serif;--font-body: "Helvetica Neue", "Avenir Next", "Avenir", "Inter", Arial, sans-serif;--spacing-2xs: 6px;--spacing-xs: 12px;--spacing-s: 20px;--spacing-m: 32px;--spacing-l: 56px;--spacing-xl: 96px;--spacing-2xl: 136px;--radius-small: 12px;--radius-medium: 18px;--radius-large: 26px;--radius-xl: 34px;--radius-pill: 999px;--shadow-soft: 0 12px 40px rgba(45, 61, 69, .055);--shadow-medium: 0 22px 60px rgba(45, 61, 69, .09);--shadow-large: 0 30px 90px rgba(45, 61, 69, .13);--transition-fast: .18s ease;--transition-base: .3s ease;--transition-slow: .6s cubic-bezier(.22, 1, .36, 1);--page-width: 1360px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;overflow-x:hidden;background:var(--cleau-white);color:var(--cleau-ink);font-family:var(--font-body);font-size:16px;line-height:1.65;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,button,input,textarea,select{font-family:var(--font-body)}main{display:block}section{position:relative;padding:var(--spacing-xl) 0}figure,blockquote{margin:0}img,picture,svg,video{display:block;max-width:100%}img{height:auto}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{border:0}a{color:inherit;text-decoration:none;transition:color var(--transition-base),background-color var(--transition-base),border-color var(--transition-base),opacity var(--transition-base),transform var(--transition-base)}ul,ol{margin:0;padding:0}ul{list-style:none}.container{width:min(calc(100% - 48px),var(--page-width));margin-inline:auto}@media screen and (max-width:749px){.container{width:min(calc(100% - 40px),var(--page-width))}}h1,h2,h3,h4,h5,h6{margin-top:0;color:var(--cleau-ink);font-family:var(--font-heading);font-weight:500;letter-spacing:-.035em}h1{margin-bottom:26px;font-size:clamp(52px,6vw,88px);line-height:.98}h2{margin-bottom:24px;font-size:clamp(40px,4.4vw,68px);line-height:1.02}h3{margin-bottom:14px;font-size:clamp(23px,2vw,32px);line-height:1.15}h4{margin-bottom:12px;font-size:20px;line-height:1.25}p{margin-top:0;color:var(--cleau-text);font-size:17px;line-height:1.7}strong{color:var(--cleau-ink);font-weight:600}::selection{background:var(--cleau-blue-soft);color:var(--cleau-ink)}.section-label{display:inline-block;margin-bottom:18px;color:var(--cleau-blue-dark);font-size:11px;font-weight:650;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.btn{position:relative;display:inline-flex;min-height:54px;align-items:center;justify-content:center;gap:10px;padding:15px 32px;overflow:hidden;border:1px solid transparent;border-radius:var(--radius-pill);cursor:pointer;font-size:12px;font-weight:650;line-height:1;letter-spacing:.13em;text-align:center;text-transform:uppercase;transition:color var(--transition-base),background-color var(--transition-base),border-color var(--transition-base),box-shadow var(--transition-base),transform var(--transition-base)}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn:focus-visible{outline:3px solid rgba(120,184,217,.3);outline-offset:4px}.btn-primary{border-color:var(--cleau-ink);background:var(--cleau-ink);color:var(--cleau-white);box-shadow:0 10px 28px #1f252824}.btn-primary:hover{border-color:var(--cleau-blue-dark);background:var(--cleau-blue-dark);color:var(--cleau-white);box-shadow:0 14px 34px #4f829d38}.btn-secondary{border-color:#1f252847;background:transparent;color:var(--cleau-ink)}.btn-secondary:hover{border-color:var(--cleau-ink);background:var(--cleau-ink);color:var(--cleau-white)}:focus-visible{outline:3px solid rgba(120,184,217,.34);outline-offset:4px}.fade-in.visible{opacity:1;transform:translateY(0)}.no-js .fade-in{opacity:1;transform:none}@media screen and (max-width:1100px){:root{--spacing-xl: 82px;--spacing-2xl: 110px}section{padding:82px 0}}@media screen and (max-width:749px){:root{--spacing-xl: 64px;--spacing-2xl: 80px}html{scroll-padding-top:86px}body{font-size:15px}section{padding:64px 0}h1{font-size:clamp(44px,13vw,56px);line-height:.98}h2{font-size:clamp(36px,10vw,46px);line-height:1.04}h3{font-size:24px}p{font-size:16px;line-height:1.65}.section-label{margin-bottom:14px;font-size:10px}.btn{min-height:52px;padding:14px 24px;font-size:11px}}@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}.fade-in{opacity:1;transform:none}}.announcement-bar p,.announcement-bar span,.announcement-bar a{margin:0;color:var(--cleau-white);font-size:11px;font-weight:600;line-height:1.4;letter-spacing:.12em;text-transform:uppercase}.announcement-bar a:hover{color:var(--cleau-blue-soft)}.site-header.is-scrolled{background:#fffffff7;border-color:var(--cleau-border);box-shadow:0 12px 35px #1f25280f}.header-logo img{width:auto;max-width:150px;max-height:42px;object-fit:contain}.header-nav a:hover{color:var(--cleau-blue-dark)}.header-nav a:hover:after,.header-nav a[aria-current=page]:after{transform:scaleX(1);transform-origin:left center}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px}.mobile-menu-toggle span{width:20px;height:1.5px;border-radius:2px;background:currentColor;transition:transform var(--transition-base),opacity var(--transition-base)}.mobile-menu-toggle.is-active span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.mobile-menu-toggle.is-active span:nth-child(2){opacity:0}.mobile-menu-toggle.is-active span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-navigation{display:none}.mobile-navigation-inner{padding:20px 0 28px;border-top:1px solid var(--cleau-border-light)}.mobile-navigation ul{display:grid;gap:4px}.mobile-navigation a{display:flex;min-height:48px;align-items:center;justify-content:space-between;padding:10px 2px;border-bottom:1px solid var(--cleau-border-light);color:var(--cleau-ink);font-size:13px;font-weight:560;letter-spacing:.06em;text-transform:uppercase}.mobile-navigation a:hover{color:var(--cleau-blue-dark)}@media screen and (max-width:1100px){.header-inner{grid-template-columns:auto 1fr auto;min-height:72px}.header-logo{justify-self:start}.header-nav{display:none}.mobile-menu-toggle{display:inline-flex}.header-actions{gap:6px}.header-shop-button{display:none}.mobile-navigation.is-open{display:block}}@media screen and (max-width:749px){.announcement-bar{min-height:34px;padding:7px 14px}.announcement-bar p,.announcement-bar span,.announcement-bar a{font-size:9px;line-height:1.35;letter-spacing:.09em}.header-inner{min-height:64px;gap:10px}.header-logo img{max-width:118px;max-height:34px}.header-logo-text{font-size:20px;letter-spacing:.15em}.header-action{width:38px;height:38px}.header-action svg{width:19px;height:19px}.header-actions .header-action:not(.cart-action){display:none}.mobile-navigation-inner{padding-bottom:22px}}.hero-content .section-label{margin-bottom:22px}.hero-content h1 em,.hero-content h1 span{color:var(--cleau-blue-dark);font-style:normal}.hero-content>p{max-width:590px;margin-bottom:34px;color:var(--cleau-text);font-size:18px;line-height:1.7}@media screen and (max-width:1100px){.hero-section{min-height:auto;padding:72px 0 80px}.hero-content>p{font-size:17px}}@media screen and (max-width:749px){.hero-section{padding:54px 0 64px;background:radial-gradient(circle at 72% 18%,rgba(120,184,217,.15),transparent 30%),linear-gradient(180deg,#fff,#f3f9fc)}.hero-content{max-width:none;text-align:left}.hero-content .section-label{margin-bottom:16px}.hero-content h1{margin-bottom:20px}.hero-content>p{margin-bottom:28px;font-size:16px}.hero-image{width:min(94%,440px);max-height:460px}}.trust-bar{position:relative;background:#fff;border-top:1px solid var(--cleau-border-light);border-bottom:1px solid var(--cleau-border-light)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;padding:26px 0}.trust-item{display:flex;align-items:center;justify-content:center;gap:14px}.trust-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--cleau-blue-soft);color:var(--cleau-blue-dark);transition:.35s}.trust-item:hover .trust-icon{background:var(--cleau-blue);color:#fff;transform:translateY(-3px)}.trust-item strong{display:block;font-size:15px;font-weight:600;color:var(--cleau-ink)}.trust-item span{display:block;margin-top:4px;font-size:13px;color:var(--cleau-text-light)}.water-awareness{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff,#f8fbfd)}.water-awareness:before{content:"";position:absolute;top:-180px;right:-140px;width:520px;height:520px;border-radius:50%;background:#78b8d914}.water-awareness-grid{display:grid;grid-template-columns:1fr 560px;align-items:center;gap:90px}.water-awareness-content{max-width:650px}.water-awareness-content h2{max-width:600px}.water-awareness-content p{margin-bottom:28px}.water-awareness-list{display:grid;gap:18px;margin:36px 0}.water-awareness-list li{display:flex;gap:18px;align-items:flex-start}.water-awareness-number{width:38px;height:38px;flex:0 0 38px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--cleau-blue-soft);color:var(--cleau-blue-dark);font-size:13px;font-weight:700}.water-awareness-copy h3{margin-bottom:6px;font-size:21px}.water-awareness-copy p{margin:0;font-size:15px}.water-awareness-image{position:relative}.water-awareness-image img{width:100%;border-radius:30px;box-shadow:0 40px 90px #0000001a}.water-awareness-image:after{content:"";position:absolute;top:18px;right:18px;bottom:18px;left:18px;border-radius:26px;border:1px solid rgba(255,255,255,.45);pointer-events:none}@media(max-width:1100px){.trust-grid{grid-template-columns:repeat(2,1fr)}.water-awareness-grid{grid-template-columns:1fr;gap:60px}.water-awareness-image{order:-1}}@media(max-width:749px){.trust-grid{grid-template-columns:1fr;gap:18px;padding:22px 0}.trust-item{justify-content:flex-start}.water-awareness{padding:70px 0}.water-awareness-list{gap:16px}.water-awareness-copy h3{font-size:18px}.water-awareness-image img{border-radius:22px}}.product-focus{position:relative;overflow:hidden;background:var(--cleau-white)}.product-focus:before{content:"";position:absolute;top:12%;left:-160px;width:420px;height:420px;border-radius:50%;background:#78b8d912;filter:blur(6px);pointer-events:none}.product-focus-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);align-items:center;gap:clamp(56px,7vw,110px)}.product-focus-image{position:relative;min-height:620px;display:flex;align-items:center;justify-content:center;padding:46px;overflow:hidden;border:1px solid var(--cleau-border-light);border-radius:var(--radius-xl);background:radial-gradient(circle at 50% 38%,#fffffffa,#ebf6fbd1 58%,#e1f0f79e);box-shadow:var(--shadow-medium)}.product-focus-image:before{content:"";position:absolute;width:72%;aspect-ratio:1;border:1px solid rgba(120,184,217,.16);border-radius:50%}.product-focus-image:after{content:"";position:absolute;right:10%;bottom:8%;width:90px;height:90px;border-radius:50%;background:#ffffff7a;border:1px solid rgba(120,184,217,.18);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-focus-image img{position:relative;z-index:2;width:min(100%,520px);max-height:600px;object-fit:contain;filter:drop-shadow(0 30px 40px rgba(31,37,40,.18));transition:transform var(--transition-slow),filter var(--transition-slow)}.product-focus-image:hover img{transform:translateY(-8px) scale(1.018);filter:drop-shadow(0 38px 48px rgba(31,37,40,.21))}.product-focus-content{max-width:610px}.product-focus-content h2{max-width:590px}.product-focus-content>p{max-width:570px;margin-bottom:34px}.product-features{display:grid;gap:18px;margin-bottom:36px}.product-features li{position:relative;display:grid;grid-template-columns:42px 1fr;gap:16px;align-items:start;padding:18px 0;border-bottom:1px solid var(--cleau-border-light)}.product-features li:last-child{border-bottom:0}.product-feature-icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--cleau-blue-soft);color:var(--cleau-blue-dark)}.product-feature-icon svg{width:20px;height:20px}.product-feature-copy h3{margin-bottom:5px;font-size:19px;letter-spacing:-.02em}.product-feature-copy p{margin:0;font-size:14px;line-height:1.6}.product-focus-actions{display:flex;flex-wrap:wrap;gap:14px}.hair-skin-awareness{position:relative;overflow:hidden;background:linear-gradient(180deg,var(--cleau-surface) 0%,#f8fbfc 100%)}.hair-skin-awareness:before{content:"";position:absolute;top:-220px;right:-160px;width:560px;height:560px;border-radius:50%;background:#78b8d914;pointer-events:none}.hair-skin-header{position:relative;z-index:2;max-width:780px;margin:0 auto 58px;text-align:center}.hair-skin-header h2{margin-bottom:20px}.hair-skin-header p{max-width:660px;margin:0 auto}.hair-skin-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.hair-skin-card{overflow:hidden;border:1px solid var(--cleau-border-light);border-radius:var(--radius-large);background:var(--cleau-white);box-shadow:var(--shadow-soft);transition:transform var(--transition-slow),box-shadow var(--transition-slow),border-color var(--transition-base)}.hair-skin-card:hover{border-color:#78b8d93b;box-shadow:var(--shadow-medium);transform:translateY(-6px)}.hair-skin-image{min-height:410px;background-position:center;background-repeat:no-repeat;background-size:cover;transition:transform var(--transition-slow)}.hair-skin-card:hover .hair-skin-image{transform:scale(1.025)}.hair-skin-content{position:relative;padding:30px 32px 34px}.hair-skin-content>span{display:inline-flex;min-width:34px;height:34px;align-items:center;justify-content:center;margin-bottom:20px;border-radius:50%;background:var(--cleau-blue-soft);color:var(--cleau-blue-dark);font-size:11px;font-weight:700}.hair-skin-content h3{margin-bottom:12px;font-size:27px}.hair-skin-content p{margin:0;font-size:15px;line-height:1.65}.hair-skin-solution{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1.1fr auto;align-items:center;gap:34px;margin-top:28px;padding:34px 38px;overflow:hidden;border:1px solid rgba(120,184,217,.18);border-radius:var(--radius-large);background:linear-gradient(135deg,#fffffff5,#eaf5faeb);box-shadow:var(--shadow-soft)}.hair-skin-solution:before{content:"";position:absolute;top:-90px;right:18%;width:220px;height:220px;border-radius:50%;background:#78b8d914}.hair-skin-solution>*{position:relative;z-index:2}.hair-skin-solution .section-label{margin-bottom:10px}.hair-skin-solution h3{margin:0;font-size:30px}.hair-skin-solution>p{margin:0;font-size:15px}@media screen and (max-width:1100px){.product-focus-grid{grid-template-columns:1fr 1fr;gap:48px}.product-focus-image{min-height:540px;padding:34px}.hair-skin-image{min-height:350px}.hair-skin-solution{grid-template-columns:1fr;gap:18px;align-items:start}.hair-skin-solution .btn{justify-self:start}}@media screen and (max-width:749px){.product-focus-grid{grid-template-columns:1fr;gap:42px}.product-focus-image{min-height:420px;padding:24px;border-radius:24px}.product-focus-image img{width:min(94%,390px);max-height:420px}.product-focus-content>p{margin-bottom:26px}.product-features{margin-bottom:28px}.product-features li{grid-template-columns:38px 1fr;gap:14px;padding:15px 0}.product-feature-icon{width:38px;height:38px}.product-feature-copy h3{font-size:18px}.product-focus-actions{display:grid;grid-template-columns:1fr}.product-focus-actions .btn{width:100%}.hair-skin-header{margin-bottom:38px;text-align:left}.hair-skin-header p{margin-left:0}.hair-skin-grid{grid-template-columns:1fr;gap:20px}.hair-skin-image{min-height:300px}.hair-skin-content{padding:24px 24px 28px}.hair-skin-content h3{font-size:24px}.hair-skin-solution{margin-top:20px;padding:26px 24px;border-radius:22px}.hair-skin-solution h3{font-size:25px}.hair-skin-solution .btn{width:100%}}.uae-water-story{position:relative;overflow:hidden;background:linear-gradient(180deg,#f8fbfc,#eef6f9)}.uae-water-story:before{content:"";position:absolute;top:-170px;left:-160px;width:500px;height:500px;border-radius:50%;background:#78b8d914;pointer-events:none}.uae-water-story:after{content:"";position:absolute;right:-120px;bottom:-200px;width:520px;height:520px;border-radius:50%;background:#1f252809;pointer-events:none}.uae-water-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(420px,.95fr) minmax(0,1.05fr);align-items:center;gap:clamp(54px,7vw,110px)}.uae-water-image{position:relative;min-height:600px;overflow:hidden;border-radius:var(--radius-xl);box-shadow:var(--shadow-large)}.uae-water-image img{width:100%;height:100%;min-height:600px;object-fit:cover;transition:transform var(--transition-slow)}.uae-water-image:hover img{transform:scale(1.025)}.uae-water-image:before{content:"";position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1f252805 20%,#1f252838);pointer-events:none}.uae-water-image:after{content:"";position:absolute;z-index:3;top:18px;right:18px;bottom:18px;left:18px;border:1px solid rgba(255,255,255,.4);border-radius:calc(var(--radius-xl) - 10px);pointer-events:none}.uae-water-badge{position:absolute;z-index:4;right:24px;bottom:24px;max-width:240px;padding:18px 20px;border:1px solid rgba(255,255,255,.35);border-radius:var(--radius-medium);background:#ffffffd6;box-shadow:var(--shadow-medium);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.uae-water-badge strong{display:block;margin-bottom:5px;font-size:14px;font-weight:650}.uae-water-badge span,.uae-water-badge p{margin:0;color:var(--cleau-text-light);font-size:12px;line-height:1.5}.uae-water-content{max-width:630px}.uae-water-content h2{max-width:610px}.uae-water-content>p{max-width:590px;margin-bottom:34px}.uae-water-points{display:grid;gap:16px;margin-bottom:34px}.uae-water-points li{display:grid;grid-template-columns:42px 1fr;gap:16px;align-items:start;padding:18px 0;border-bottom:1px solid rgba(31,37,40,.07)}.uae-water-points li:last-child{border-bottom:0}.uae-water-point-icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--cleau-white);color:var(--cleau-blue-dark);box-shadow:0 10px 28px #1f252812}.uae-water-point-icon svg{width:20px;height:20px}.uae-water-point-copy h3{margin-bottom:5px;font-size:19px}.uae-water-point-copy p{margin:0;font-size:14px;line-height:1.6}.uae-water-note{padding:20px 22px;border-left:3px solid var(--cleau-blue);border-radius:0 var(--radius-small) var(--radius-small) 0;background:#ffffffb8}.uae-water-note p{margin:0;font-size:14px;line-height:1.65}.why-cleau{position:relative;overflow:hidden;background:var(--cleau-white)}.why-cleau:before{content:"";position:absolute;top:10%;right:-170px;width:470px;height:470px;border-radius:50%;background:#78b8d911;pointer-events:none}.why-cleau-header{position:relative;z-index:2;max-width:780px;margin:0 auto 60px;text-align:center}.why-cleau-header h2{margin-bottom:18px}.why-cleau-header p{max-width:650px;margin:0 auto}.why-cleau-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.why-cleau-card{position:relative;min-height:310px;padding:34px 30px;overflow:hidden;border:1px solid var(--cleau-border-light);border-radius:var(--radius-large);background:linear-gradient(180deg,var(--cleau-white) 0%,#fbfdfe 100%);box-shadow:var(--shadow-soft);transition:transform var(--transition-slow),box-shadow var(--transition-slow),border-color var(--transition-base)}.why-cleau-card:before{content:"";position:absolute;top:-80px;right:-60px;width:180px;height:180px;border-radius:50%;background:#78b8d912;transition:transform var(--transition-slow)}.why-cleau-card:hover{border-color:#78b8d938;box-shadow:var(--shadow-medium);transform:translateY(-7px)}.why-cleau-card:hover:before{transform:scale(1.16)}.why-cleau-icon{position:relative;z-index:2;width:54px;height:54px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:28px;border-radius:50%;background:var(--cleau-blue-soft);color:var(--cleau-blue-dark)}.why-cleau-icon svg{width:24px;height:24px}.why-cleau-card h3{position:relative;z-index:2;margin-bottom:12px;font-size:24px}.why-cleau-card p{position:relative;z-index:2;margin:0;font-size:15px;line-height:1.65}.why-cleau-number{position:absolute;right:22px;bottom:16px;color:#1f25280e;font-size:72px;font-weight:600;line-height:1;letter-spacing:-.06em}.why-cleau-footer{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:28px;padding:30px 34px;border:1px solid rgba(120,184,217,.17);border-radius:var(--radius-large);background:linear-gradient(135deg,#f4fafcf5,#eaf5faf0)}.why-cleau-footer-copy{max-width:760px}.why-cleau-footer-copy h3{margin-bottom:8px;font-size:26px}.why-cleau-footer-copy p{margin:0;font-size:15px}@media screen and (max-width:1100px){.uae-water-grid{grid-template-columns:1fr 1fr;gap:48px}.uae-water-image,.uae-water-image img{min-height:520px}.why-cleau-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-cleau-card:last-child{grid-column:1 / -1}.why-cleau-footer{align-items:flex-start;flex-direction:column}}@media screen and (max-width:749px){.uae-water-grid{grid-template-columns:1fr;gap:42px}.uae-water-image,.uae-water-image img{min-height:420px}.uae-water-image{border-radius:24px}.uae-water-image:after{top:12px;right:12px;bottom:12px;left:12px;border-radius:17px}.uae-water-badge{right:14px;bottom:14px;max-width:190px;padding:14px 16px}.uae-water-content>p{margin-bottom:26px}.uae-water-points{margin-bottom:26px}.uae-water-points li{grid-template-columns:38px 1fr;gap:14px;padding:15px 0}.uae-water-point-icon{width:38px;height:38px}.uae-water-point-copy h3{font-size:18px}.why-cleau-header{margin-bottom:38px;text-align:left}.why-cleau-header p{margin-left:0}.why-cleau-grid{grid-template-columns:1fr;gap:18px}.why-cleau-card,.why-cleau-card:last-child{min-height:auto;grid-column:auto;padding:28px 24px}.why-cleau-icon{width:48px;height:48px;margin-bottom:22px}.why-cleau-card h3{font-size:22px}.why-cleau-number{right:18px;bottom:12px;font-size:58px}.why-cleau-footer{margin-top:20px;padding:26px 24px}.why-cleau-footer-copy h3{font-size:24px}.why-cleau-footer .btn{width:100%}}.technology-section{position:relative;overflow:hidden;background:#fff}.technology-section:before{content:"";position:absolute;left:-220px;top:-180px;width:520px;height:520px;border-radius:50%;background:#78b8d912}.technology-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:90px;align-items:center}@media(max-width:1100px){.technology-grid{grid-template-columns:1fr;gap:60px}}@media(max-width:749px){.technology-grid{gap:42px}}.fade-in{opacity:1!important;visibility:visible!important;transform:none!important}.announcement-bar{width:100%;overflow:hidden;background:#171a1d;color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}.announcement-track{min-height:36px;display:flex;align-items:center;justify-content:space-around;gap:40px;padding:0 28px;white-space:nowrap;font-size:12px;line-height:1;letter-spacing:.02em}.announcement-track span{flex:0 0 auto}.site-header{position:relative;z-index:50;width:100%;background:#fffffffa;border-bottom:1px solid rgba(23,26,29,.08)}.site-header .container{width:min(100% - 40px,1480px);margin-inline:auto}.header-inner{position:relative;min-height:72px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:24px}.header-nav{justify-self:start}.header-nav ul{display:flex;align-items:center;gap:28px;margin:0;padding:0;list-style:none}.header-nav a{position:relative;display:inline-flex;align-items:center;min-height:44px;color:#171a1d;text-decoration:none;font-size:12px;font-weight:600;line-height:1;letter-spacing:.08em;text-transform:uppercase}.header-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:8px;height:1px;background:currentColor;transition:right .22s ease}.header-nav a:hover:after{right:0}.header-logo{justify-self:center;display:inline-flex;align-items:center;justify-content:center;color:#171a1d;text-decoration:none}.header-logo-text{font-size:25px;font-weight:500;line-height:1;letter-spacing:.18em}.header-actions{justify-self:end;display:flex;align-items:center;gap:10px}.header-action{position:relative;width:42px;height:42px;padding:0;display:inline-flex;align-items:center;justify-content:center;flex:0 0 42px;border:0;border-radius:999px;background:transparent;color:#171a1d;text-decoration:none;cursor:pointer;transition:background-color .18s ease,transform .18s ease}.header-action:hover{background:#f2f4f5}.header-action:active{transform:scale(.96)}.header-action svg{width:21px;height:21px;stroke-width:1.7}.cart-count{position:absolute;top:1px;right:0;min-width:17px;height:17px;padding-inline:4px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#171a1d;color:#fff;font-size:9px;font-weight:700;line-height:1}.header-shop-button{min-height:44px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#171a1d;color:#fff;text-decoration:none;font-size:11px;font-weight:700;line-height:1;letter-spacing:.08em;text-transform:uppercase;transition:background-color .18s ease,transform .18s ease}.header-shop-button:hover{background:#2b3035}.header-shop-button:active{transform:scale(.98)}.hero-section{width:100%;padding:14px;background:#fff}.hero-shell{width:100%;max-width:1480px;margin-inline:auto}.hero-media{position:relative;min-height:620px;overflow:hidden;border-radius:16px;background:#dbe5ec;isolation:isolate}.hero-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#0b12198a,#0b12194a 34%,#0b12190f 62%,#0b121900);pointer-events:none}.hero-content{position:absolute;z-index:2;left:clamp(46px,5vw,82px);bottom:clamp(88px,10vh,132px);width:min(560px,45%);color:#fff}.hero-eyebrow{display:block;margin-bottom:14px;color:#ffffffeb;font-size:12px;font-weight:600;line-height:1.2;letter-spacing:.13em;text-transform:uppercase}.hero-content h1{max-width:650px;margin:0;color:#fff;font-size:clamp(46px,4.8vw,76px);font-weight:400;line-height:.98;letter-spacing:-.045em}.hero-content p{max-width:430px;margin:24px 0 0;color:#fffffff0;font-size:17px;font-weight:400;line-height:1.5}.hero-button{min-height:48px;margin-top:28px;padding:0 25px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;color:#171a1d;text-decoration:none;font-size:14px;font-weight:600;line-height:1;transition:transform .18s ease,background-color .18s ease}.hero-button:hover{background:#f2f4f5;transform:translateY(-1px)}.hero-slider-dots{position:absolute;z-index:3;left:50%;bottom:22px;display:flex;align-items:center;gap:10px;transform:translate(-50%)}.hero-slider-dot{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:#ffffff7a;cursor:pointer}@media screen and (max-width:1180px){.site-header .container{width:min(100% - 28px,1480px)}.header-inner{gap:16px}.header-nav ul{gap:18px}.header-nav a{font-size:11px}.header-shop-button{padding-inline:18px}.hero-media{min-height:570px}.hero-content{width:min(540px,52%)}}@media screen and (max-width:749px){.announcement-bar{display:none}.site-header .container{width:100%}.header-inner{min-height:76px;padding:0 18px;grid-template-columns:1fr auto 1fr;gap:12px}.header-nav,.desktop-search-action,.header-shop-button{display:none}.header-mobile-left{justify-self:start;display:flex;align-items:center;gap:2px}.mobile-menu-toggle{flex-direction:column;gap:5px}.mobile-menu-toggle span{width:23px;height:1.5px;display:block;border-radius:99px;background:currentColor;transition:transform .22s ease,opacity .22s ease}.mobile-menu-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.mobile-menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.mobile-menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.header-logo-text{font-size:27px;letter-spacing:.13em}.header-actions{gap:0}.header-action{width:40px;height:40px;flex-basis:40px}.header-action svg{width:23px;height:23px}.mobile-category-navigation{display:block;overflow:hidden;border-top:1px solid rgba(23,26,29,.06);border-bottom:1px solid rgba(23,26,29,.06);background:#f7f8f8}.mobile-category-track{padding:12px 14px;display:flex;align-items:center;gap:10px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none}.mobile-category-track::-webkit-scrollbar{display:none}.mobile-category-track a{min-height:42px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:999px;background:#fff;color:#171a1d;text-decoration:none;font-size:14px;font-weight:500;white-space:nowrap}.mobile-category-track .mobile-category-highlight{gap:8px;background:#d9dddf;color:#fff}.mobile-category-highlight span{width:7px;height:7px;display:inline-block;border-radius:999px;background:#68ff55}.mobile-navigation{display:block;max-height:0;overflow:hidden;background:#fff;border-bottom:1px solid transparent;transition:max-height .3s ease,border-color .3s ease}.mobile-navigation.is-open{max-height:420px;border-bottom-color:#171a1d14}.mobile-navigation-inner{padding:8px 20px 20px}.mobile-navigation ul{margin:0;padding:0;list-style:none}.mobile-navigation li+li{border-top:1px solid rgba(23,26,29,.08)}.mobile-navigation a{min-height:58px;display:flex;align-items:center;justify-content:space-between;color:#171a1d;text-decoration:none;font-size:16px;font-weight:500}.hero-section{padding:0 14px 24px}.hero-shell{width:100%}.hero-media{min-height:660px;border-radius:0 0 18px 18px}.hero-image{object-position:center center}.hero-overlay{background:linear-gradient(180deg,#0b121905 10%,#0b12191f 42%,#0b1219c7)}.hero-content{left:28px;right:28px;bottom:88px;width:auto}.hero-eyebrow{margin-bottom:13px;font-size:11px}.hero-content h1{max-width:100%;font-size:clamp(44px,12vw,62px);line-height:1.03;letter-spacing:-.04em}.hero-content p{max-width:92%;margin-top:22px;font-size:17px;line-height:1.42}.hero-button{min-height:52px;margin-top:26px;padding-inline:28px;font-size:16px}.hero-slider-dots{bottom:22px}}@media screen and (max-width:430px){.header-inner{padding-inline:10px}.header-action{width:37px;height:37px;flex-basis:37px}.header-action svg{width:21px;height:21px}.header-logo-text{font-size:25px}.mobile-category-track{padding-inline:10px}.mobile-category-track a{min-height:40px;padding-inline:16px;font-size:13px}.hero-section{padding-inline:10px}.hero-media{min-height:620px}.hero-content{left:24px;right:24px}.hero-content h1{font-size:clamp(42px,13vw,56px)}.hero-content p{font-size:16px}}.cleau-shop-section{width:100%;padding:88px 0 96px;background:#fefaf4;color:#222d2b}.cleau-shop-container{width:min(calc(100% - 40px),1480px);margin:0 auto}.cleau-shop-header{max-width:680px;margin:0 auto 46px;text-align:center}.cleau-shop-eyebrow{display:block;margin-bottom:13px;color:#7f9f93;font-size:11px;font-weight:700;line-height:1;letter-spacing:.16em;text-transform:uppercase}.cleau-shop-header h2{margin:0;color:#222d2b;font-size:clamp(34px,3.5vw,52px);font-weight:400;line-height:1.04;letter-spacing:-.035em}.cleau-shop-header p{max-width:600px;margin:18px auto 0;color:#222d2ba8;font-size:15px;line-height:1.6}.cleau-shop-grid{width:100%;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:start;gap:18px}.cleau-shop-card{width:100%;min-width:0;margin:0;display:flex;flex-direction:column}.cleau-shop-card-media{position:relative;width:100%;min-width:0;aspect-ratio:4 / 5;overflow:hidden;display:block;border:1px solid rgba(34,45,43,.1);border-radius:18px;background:#e0d3cb;text-decoration:none}.cleau-shop-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#222d2b;font-size:20px;letter-spacing:.18em}.cleau-shop-badge{position:absolute;top:14px;right:14px;z-index:2;min-height:29px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#222d2b;font-size:10px;font-weight:700;line-height:1;letter-spacing:.05em;text-transform:uppercase}.cleau-shop-badge-featured{background:#a7c5b9}.cleau-shop-badge-filter{background:#e0d3cb}.cleau-shop-card-body{width:100%;min-width:0;padding:17px 4px 0;display:flex;flex:1;flex-direction:column;align-items:flex-start}.cleau-shop-card-type{display:block;margin-bottom:7px;color:#7f9f93;font-size:10px;font-weight:700;line-height:1.2;letter-spacing:.12em;text-transform:uppercase}.cleau-shop-card-title{margin:0;color:#222d2b;font-size:17px;font-weight:500;line-height:1.3}.cleau-shop-card-title a{color:inherit;text-decoration:none}.cleau-shop-variant-row{margin-top:11px;display:flex;align-items:center;gap:8px}.cleau-shop-color-dot{width:17px;height:17px;flex:0 0 17px;display:inline-block;border:1px solid rgba(34,45,43,.22);border-radius:50%;box-shadow:inset 0 0 0 2px #fefaf4}.cleau-shop-variant-name{color:#222d2bb3;font-size:13px;font-weight:500}.cleau-shop-card-price{margin-top:9px;display:flex;align-items:baseline;flex-wrap:wrap;gap:7px}.cleau-shop-price-prefix{color:#222d2b85;font-size:12px}.cleau-shop-current-price{color:#222d2b;font-size:15px;font-weight:650}.cleau-shop-old-price{color:#222d2b66;font-size:12px;text-decoration:line-through}.cleau-shop-card-description{margin:11px 0 0;color:#222d2b94;font-size:13px;line-height:1.5}.cleau-shop-card-button{min-height:43px;margin-top:18px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;background:#222d2b;color:#fefaf4;text-decoration:none;font-size:13px;font-weight:600;transition:transform .18s ease,background-color .18s ease}.cleau-shop-card-button:hover{background:#34413f;transform:translateY(-1px)}.cleau-shop-empty{padding:50px 24px;border:1px solid rgba(34,45,43,.12);border-radius:18px;text-align:center}@media screen and (min-width:750px)and (max-width:1100px){.cleau-shop-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 16px}}@media screen and (max-width:749px){.cleau-shop-section{padding:58px 0 68px}.cleau-shop-container{width:calc(100% - 24px)}.cleau-shop-header{margin-bottom:32px}.cleau-shop-header h2{font-size:34px}.cleau-shop-header p{margin-top:15px;font-size:14px}.cleau-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 12px}.cleau-shop-card-media{border-radius:14px}.cleau-shop-badge{top:9px;right:9px;min-height:25px;padding:0 9px;font-size:8px}.cleau-shop-card-body{padding:13px 2px 0}.cleau-shop-card-type{margin-bottom:6px;font-size:8px}.cleau-shop-card-title{font-size:15px;line-height:1.28}.cleau-shop-color-dot{width:15px;height:15px;flex-basis:15px}.cleau-shop-variant-name{font-size:12px}.cleau-shop-current-price{font-size:14px}.cleau-shop-card-description{margin-top:8px;font-size:12px;line-height:1.45}.cleau-shop-card-button{width:100%;min-height:40px;margin-top:13px;padding:0 10px;font-size:11px}}@media screen and (max-width:380px){.cleau-shop-container{width:calc(100% - 18px)}.cleau-shop-grid{gap:26px 9px}.cleau-shop-header h2{font-size:31px}.cleau-shop-card-title{font-size:14px}.cleau-shop-card-description{font-size:11px}}.cleau-shop-grid{align-items:stretch}.cleau-shop-card{display:flex;flex-direction:column;height:100%}.cleau-shop-card-media{position:relative;display:block;width:100%;aspect-ratio:4 / 5;overflow:hidden;border-radius:16px;background:#e0d3cb}.cleau-shop-card-image{display:block;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover;object-position:center bottom}.cleau-shop-card-body{display:flex;flex:1;flex-direction:column;padding-top:18px}.cleau-shop-card-title{min-height:58px;margin-bottom:10px}.cleau-shop-card-description{min-height:105px;margin-bottom:22px}.cleau-shop-card-button{margin-top:auto;align-self:flex-start}@media screen and (max-width:749px){.cleau-shop-card-media{aspect-ratio:4 / 5}.cleau-shop-card-title,.cleau-shop-card-description{min-height:auto}}.hero-media{min-height:0!important;aspect-ratio:16 / 9;background:#111}.hero-image{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important}@media screen and (max-width:749px){.hero-media{min-height:0!important;aspect-ratio:9 / 16}.hero-image{object-fit:cover!important;object-position:center center!important}}@media screen and (max-width:749px){.hero-section{padding:0!important;background:#111!important}.hero-shell{width:100%!important;max-width:none!important}.hero-media{width:100%!important;min-height:0!important;height:auto!important;aspect-ratio:16 / 9!important;overflow:hidden;border-radius:0!important;background:#111}.hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important;max-width:none!important;object-fit:contain!important;object-position:center center!important}.hero-overlay,.hero-content{display:none!important}.hero-slider-dots{bottom:8px}}@media screen and (max-width:749px){.announcement-bar{height:40px}.announcement-bar .announcement-bar__inner,.announcement-bar .announcement-bar__content{min-height:40px;font-size:11px;letter-spacing:.14em;font-weight:600}.site-header{padding:0;border-bottom:1px solid rgba(23,26,29,.06);background:#fff}.header-inner{height:68px;padding-inline:18px}.site-logo img,.header-logo img{width:54px;height:auto}.site-header svg{width:22px;height:22px}.header-icon{width:42px;height:42px}.header-search{display:none!important}.mobile-category-navigation{padding:10px 14px 12px;background:#fff;border-bottom:1px solid rgba(23,26,29,.05)}.mobile-category-track{gap:10px}.mobile-category-track a{height:40px;padding:0 18px;border-radius:999px;background:#f7f7f5;color:#171a1d;font-size:14px;font-weight:500;white-space:nowrap;transition:.25s}.mobile-category-track a:hover{background:#171a1d;color:#fff}.hero-section{padding:0!important;background:#fff}.hero-media{border-radius:0;overflow:hidden;background:#111}.hero-image{object-fit:contain!important;object-position:center center;background:#111}.hero-content{position:relative;inset:auto;padding:28px 24px;background:#fff}.hero-kicker{font-size:12px;letter-spacing:.18em}.hero-title{font-size:42px;line-height:.95;margin-top:14px}.hero-description{font-size:16px;line-height:1.65;margin-top:18px;max-width:none}.hero-actions{margin-top:26px}.hero-button{width:100%;justify-content:center;height:54px;border-radius:999px}.hero-slider-dots{bottom:14px}.site-header{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:#fffffff0}}@media screen and (max-width:749px){.announcement-bar{display:grid!important;grid-template-columns:1fr 1fr!important;align-items:center!important;min-height:34px!important;padding:0 10px!important;overflow:hidden!important;background:#13191d!important}.announcement-bar>*{min-width:0!important;margin:0!important;padding:0 6px!important;color:#fff!important;font-size:8px!important;font-weight:650!important;line-height:1.2!important;letter-spacing:.09em!important;text-align:center!important;white-space:normal!important}.site-header{position:relative!important;width:100%!important;margin:0!important;padding:0!important;background:#fffffff7!important;border-bottom:1px solid rgba(34,45,43,.07)!important;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.site-header .container{width:100%!important;margin:0!important;padding:0 16px!important}.header-inner{display:grid!important;grid-template-columns:48px 1fr 48px!important;grid-template-areas:"left logo right"!important;align-items:center!important;min-height:62px!important;height:62px!important;gap:0!important;margin:0!important;padding:0!important}.header-mobile-left{grid-area:left!important;display:flex!important;align-items:center!important;justify-content:flex-start!important}.header-mobile-left .header-action:not(:first-child){display:none!important}.header-logo{grid-area:logo!important;position:static!important;display:flex!important;align-items:center!important;justify-content:center!important;justify-self:center!important;margin:0!important;transform:none!important}.header-logo-image{display:block!important;width:46px!important;max-width:46px!important;height:46px!important;max-height:46px!important;object-fit:contain!important}.header-actions{grid-area:right!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;justify-self:end!important;gap:0!important}.header-shop-button,.header-actions .account-button,.header-actions .search-action,.header-search{display:none!important}.header-actions a[href*="/cart"],.header-actions .cart-icon,.header-actions .header-action:last-of-type{display:inline-flex!important}.header-action{width:42px!important;height:42px!important;min-width:42px!important;padding:0!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:transparent!important}.header-action svg{width:22px!important;height:22px!important;stroke-width:1.7!important}.mobile-category-navigation{display:block!important;width:100%!important;margin:0!important;padding:8px 0 10px!important;overflow:hidden!important;background:#fff!important;border-bottom:1px solid rgba(34,45,43,.06)!important}.mobile-category-track{display:flex!important;align-items:center!important;gap:8px!important;width:100%!important;margin:0!important;padding:0 14px!important;overflow-x:auto!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch}.mobile-category-track::-webkit-scrollbar{display:none!important}.mobile-category-track a{flex:0 0 auto!important;min-height:36px!important;padding:0 16px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(34,45,43,.06)!important;border-radius:999px!important;background:#f7f7f4!important;color:#222d2b!important;font-size:13px!important;font-weight:500!important;line-height:1!important;text-decoration:none!important;white-space:nowrap!important}}.hero-section{padding-top:0!important;padding-bottom:0!important}.hero-shell{max-width:100%!important;padding-left:18px!important;padding-right:18px!important}.hero-image{border-radius:18px!important}.hero-content{left:56px!important;bottom:78px!important;max-width:430px!important}.hero-eyebrow{font-size:13px!important;letter-spacing:.18em!important;opacity:.92;margin-bottom:20px!important}.hero-title{font-size:76px!important;line-height:.93!important;font-weight:300!important;letter-spacing:-.05em;margin-bottom:26px!important}.hero-description{max-width:360px;font-size:22px!important;line-height:1.55!important;opacity:.92;margin-bottom:34px!important}.hero-button{height:58px!important;padding:0 34px!important;border-radius:999px!important;font-size:16px!important;font-weight:600}.hero-slider-dots{bottom:28px!important}@media(max-width:749px){.hero-shell{padding-left:0!important;padding-right:0!important}.hero-image{border-radius:0!important}.hero-content{left:24px!important;right:24px!important;bottom:42px!important;max-width:none!important}.hero-title{font-size:44px!important;line-height:.94!important}.hero-description{font-size:17px!important;line-height:1.45!important;max-width:290px}.hero-button{width:auto!important;height:50px!important;padding:0 24px!important;font-size:15px!important}.hero-slider-dots{bottom:18px!important}}.site-header{position:fixed;top:0;left:0;width:100%;padding:18px 28px;background:transparent;z-index:9999;transition:.35s ease}.site-header .container{max-width:1500px;margin:auto;padding:0}.header-shell{position:relative;display:flex;align-items:center;justify-content:space-between;height:76px;padding:0 30px;background:#fff;border-radius:999px;box-shadow:0 12px 40px #00000014;border:1px solid rgba(0,0,0,.05)}.header-nav{margin-left:70px}.header-nav ul{display:flex;align-items:center;gap:34px}.header-nav a{font-size:15px;font-weight:500;color:#111;transition:.25s}.header-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;z-index:10}.header-logo-image{width:165px;height:auto}.header-logo-text{font-size:34px;font-weight:300;letter-spacing:10px}.header-actions{display:flex;align-items:center;gap:14px;margin-left:auto}.header-action{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:.25s}.header-action:hover{background:#f5f5f5}.header-action svg{width:21px;height:21px;stroke-width:1.8}.header-shop-button{margin-left:10px;height:50px;padding:0 26px;border-radius:999px;font-size:14px}.cart-count{position:absolute;top:7px;right:4px;width:18px;height:18px;border-radius:50%;background:#111;color:#fff;font-size:10px;display:flex;align-items:center;justify-content:center}.hero-section{margin-top:-92px;padding-top:92px}.hero-overlay{background:linear-gradient(90deg,#0000006b,#00000024,#0000)}.mobile-category-navigation{display:none}.site-header.scrolled{padding-top:10px}.site-header.scrolled .header-shell{height:68px;box-shadow:0 10px 32px #0000001a}@media(max-width:990px){.site-header{padding:12px}.header-shell{height:66px;padding:0 18px;border-radius:18px}.header-nav{display:none}.header-logo{position:static;transform:none;margin:auto}.header-logo-image{width:125px}.header-actions{gap:8px}.desktop-search-action,.header-shop-button{display:none}.mobile-category-navigation{display:block;margin-top:10px}}.site-header{position:absolute;top:0;left:0;width:100%;padding:20px 24px 0;background:transparent;z-index:1000}.site-header>.container{width:100%;max-width:none;margin:0;padding:0}.header-shell{position:relative;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;min-height:72px;padding:0 30px;background:#fffffff7;border:1px solid rgba(20,25,30,.06);border-radius:18px;box-shadow:0 8px 30px #14191e14;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.header-nav{display:flex;align-items:center;justify-content:flex-start;min-width:0}.header-nav ul{display:flex;align-items:center;gap:32px;margin:0;padding:0;list-style:none}.header-nav a{display:inline-flex;align-items:center;color:#161a1d;font-size:14px;font-weight:500;line-height:1;letter-spacing:.04em;text-transform:none;white-space:nowrap;transition:opacity .25s ease}.header-nav a:hover{opacity:.55}.header-logo{position:static;display:flex;align-items:center;justify-content:center;justify-self:center;transform:none;z-index:2}.header-logo-text{display:block;color:#121619;font-size:31px;font-weight:300;line-height:1;letter-spacing:.28em;padding-left:.28em;white-space:nowrap}.header-actions{display:flex;align-items:center;justify-content:flex-end;justify-self:end;gap:8px;min-width:0;margin:0}.header-action{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;color:#14191d;background:transparent;border:0;border-radius:50%;transition:background-color .25s ease,opacity .25s ease}.header-action:hover{background:#f1f3f4}.header-action svg{width:21px;height:21px;stroke-width:1.65}.header-shop-button{display:none!important}.cart-count{position:absolute;top:1px;right:0;display:flex;align-items:center;justify-content:center;width:17px;height:17px;color:#fff;background:#161a1d;border-radius:50%;font-size:9px;font-weight:600;line-height:1}.header-mobile-left,.mobile-category-navigation,.mobile-navigation{display:none}.hero-section{position:relative;min-height:760px;margin:0;padding:0}.hero-shell,.hero-media{position:relative;width:100%;height:100%;min-height:760px}.hero-image{display:block;width:100%;height:100%;min-height:760px;object-fit:cover;object-position:center center}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#070a0c38,#070a0c0a 45%,#070a0c00 75%)}.hero-slider-dots{position:absolute;left:50%;bottom:24px;display:flex;gap:9px;transform:translate(-50%);z-index:5}.hero-slider-dot{width:8px;height:8px;padding:0;background:#ffffff7a;border:0;border-radius:50%}.hero-slider-dot.is-active{background:#fff}@media screen and (max-width:1180px)and (min-width:769px){.header-shell{padding:0 22px}.header-nav ul{gap:20px}.header-nav a{font-size:12px}.header-logo-text{font-size:27px}.header-actions{gap:3px}.header-action{width:38px;height:38px}}@media screen and (max-width:768px){.site-header{position:absolute;padding:10px 12px 0}.header-shell{display:grid;grid-template-columns:44px 1fr 44px;min-height:62px;padding:0 12px;border-radius:16px;box-shadow:0 6px 22px #14191e14}.header-nav{display:none}.header-mobile-left{display:flex;align-items:center;justify-content:flex-start;grid-column:1;grid-row:1}.mobile-menu-toggle{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:42px;height:42px;padding:0;background:transparent;border:0}.mobile-menu-toggle span{display:block;width:22px;height:1.5px;background:#151a1e;border-radius:2px}.mobile-search-action{display:none}.header-logo{grid-column:2;grid-row:1;justify-self:center}.header-logo-text{font-size:21px;letter-spacing:.24em;padding-left:.24em}.header-actions{grid-column:3;grid-row:1;justify-self:end}.desktop-search-action,.header-actions>a[aria-label=Account],.header-shop-button{display:none!important}.header-action{width:42px;height:42px}.header-action svg{width:20px;height:20px}.cart-count{top:1px;right:-1px}.mobile-category-navigation{display:none!important}.mobile-navigation{position:fixed;top:82px;left:12px;right:12px;display:block;width:auto;max-height:0;padding:0;overflow:hidden;visibility:hidden;opacity:0;background:#fff;border-radius:16px;box-shadow:0 18px 45px #14191e24;transform:translateY(-8px);transition:max-height .35s ease,opacity .25s ease,transform .35s ease,visibility .35s ease}.mobile-navigation.active,.mobile-navigation.is-open{max-height:520px;visibility:visible;opacity:1;transform:translateY(0)}.mobile-navigation-inner{padding:12px 22px 18px}.mobile-navigation ul{display:flex;flex-direction:column;gap:0;margin:0;padding:0;list-style:none}.mobile-navigation li{border-bottom:1px solid #eceff0}.mobile-navigation li:last-child{border-bottom:0}.mobile-navigation a{display:flex;align-items:center;justify-content:space-between;min-height:55px;color:#151a1e;font-size:16px;font-weight:500}.hero-section,.hero-shell,.hero-media,.hero-image{min-height:560px}.hero-image{object-position:center center}.hero-overlay{background:linear-gradient(180deg,#070a0c08,#070a0c05 55%,#070a0c29)}.hero-slider-dots{bottom:18px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/cleau-custom.css.map */
