@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,200;1,9..40,300;1,9..40,400&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--black: #0A0A0A;--white: #FFFFFF;--blue: #0066FF;--blue-light: #E8F0FF;--grey: #F5F5F5;--grey2: #E8E8E8;--grey3: #888888;--grey4: #444444;--font: "DM Sans", sans-serif}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font);color:var(--black);background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden;line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:var(--font)}.ann-bar{background:var(--black);color:var(--white);overflow:hidden;height:40px;display:flex;align-items:center}.ann-track{display:flex;gap:0;animation:marquee 28s linear infinite;white-space:nowrap}.ann-track span{font-size:12px;font-weight:400;letter-spacing:.08em;padding:0 40px;opacity:.9}.ann-track span:after{content:"\b7";margin-left:40px;opacity:.4}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.nav{border-bottom:1px solid var(--grey2);padding:0 48px;display:flex;align-items:center;justify-content:space-between;height:64px;position:sticky;top:0;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;transition:height .3s ease,box-shadow .3s ease}.nav.scrolled{height:56px;box-shadow:0 1px #00000014}.nav-logo{font-size:20px;font-weight:600;letter-spacing:-.03em;display:flex;align-items:center;filter:none!important;color:inherit}.nav-links{display:flex;gap:32px;font-size:13px;font-weight:400;letter-spacing:.01em}.nav-links a{color:var(--grey3);transition:color .2s ease;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--black);transition:width .25s ease}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-links a:hover,.nav-links a.active{color:var(--black)}.nav-right{display:flex;gap:20px;align-items:center}.nav-icon{width:20px;height:20px;stroke:var(--black);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;opacity:.7;cursor:pointer;transition:opacity .2s}.nav-icon:hover{opacity:1}.nav-cart-count{background:var(--blue);color:var(--white);font-size:10px;font-weight:600;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:-8px;margin-top:-8px}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font);font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;padding:16px 36px;min-height:48px;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .15s ease;border:none;border-radius:0;cursor:pointer}.btn:active{transform:scale(.97)}.btn-dark{background:var(--black);color:var(--white)}.btn-dark:hover{background:#222}.btn-blue{background:var(--blue);color:var(--white)}.btn-blue:hover{background:#0052cc}.btn-outline{background:transparent;color:var(--black);border:1px solid var(--black)}.btn-outline:hover{background:var(--black);color:var(--white)}.btn-outline-white{background:transparent;color:var(--white);border:1px solid rgba(255,255,255,.5)}.btn-outline-white:hover{background:var(--white);color:var(--black)}.btn-full{width:100%}.btn-lg{padding:20px 48px;font-size:14px}.hero{min-height:92vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 48px;position:relative;overflow:hidden}.hero-eyebrow{font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--blue);margin-bottom:20px;opacity:0;animation:fadeUp .8s .2s forwards}.hero h1{font-size:clamp(3rem,8vw,6.5rem);font-weight:200;letter-spacing:-.04em;line-height:1;margin-bottom:24px;opacity:0;animation:fadeUp .8s .4s forwards}.hero h1 em{font-style:italic;font-weight:200;color:var(--blue)}.hero-sub{font-size:17px;font-weight:300;color:var(--grey3);max-width:480px;line-height:1.7;margin-bottom:40px;opacity:0;animation:fadeUp .8s .6s forwards}.hero-cta{opacity:0;animation:fadeUp .8s .8s forwards;display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.hero-image{margin-top:72px;width:100%;max-width:700px;aspect-ratio:16/9;background:var(--grey);border-radius:4px;display:flex;align-items:center;justify-content:center;color:var(--grey3);font-size:13px;opacity:0;animation:fadeUp .8s 1s forwards}.hero-image img{width:100%;height:100%;object-fit:cover;border-radius:4px}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.section{padding:80px 48px}.section-sm{padding:56px 48px}.section-dark{background:var(--black);color:var(--white)}.section-grey{background:var(--grey)}.container{max-width:1200px;margin:0 auto}.section-eyebrow{font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--blue);margin-bottom:12px}.section-eyebrow-white{color:#ffffff80}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:200;letter-spacing:-.03em;line-height:1.1;margin-bottom:16px}.section-title em{font-style:italic;color:var(--blue)}.section-title-white em{color:#ffffff80}.section-subtitle{font-size:16px;font-weight:300;color:var(--grey3);max-width:560px;line-height:1.7;margin-bottom:56px}.section-subtitle-white{color:#ffffff80}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{cursor:pointer}.product-card-image{background:var(--grey);aspect-ratio:1;border-radius:4px;overflow:hidden;margin-bottom:16px;position:relative;transition:transform .3s}.product-card:hover .product-card-image{transform:translateY(-4px)}.product-card-image img{width:100%;height:100%;object-fit:cover}.product-card-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--grey3);font-size:12px}.product-card h3{font-size:14px;font-weight:500;margin-bottom:6px}.product-card-price{display:flex;gap:10px;align-items:center}.product-card-price .now{font-size:15px;font-weight:500}.product-card-price .was{font-size:13px;color:var(--grey3);text-decoration:line-through}.product-card-colour{font-size:12px;color:var(--grey3);margin-top:4px}.trust-bar{border-top:1px solid var(--grey2);border-bottom:1px solid var(--grey2);padding:36px 48px}.trust-bar-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.trust-item svg{width:28px;height:28px;stroke:var(--blue);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;margin:0 auto 10px}.trust-item h4{font-size:13px;font-weight:600;margin-bottom:4px}.trust-item p{font-size:12px;color:var(--grey3)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.feature-col{position:relative;overflow:hidden}.feature-col-image{width:100%;aspect-ratio:1/1;background:var(--grey);display:flex;align-items:center;justify-content:center;color:var(--grey3);font-size:12px;overflow:hidden}.feature-col-image img{width:100%;height:100%;object-fit:cover}.feature-col-body{padding:28px 24px;background:var(--black);color:var(--white)}.feature-col-body h3{font-size:20px;font-weight:500;margin-bottom:10px;letter-spacing:-.02em}.feature-col-body p{font-size:13px;font-weight:300;line-height:1.7;color:#fff9;margin-bottom:20px}.feature-stats{display:flex;gap:28px}.feature-stat-num{font-size:22px;font-weight:200;letter-spacing:-.02em}.feature-stat-label{font-size:10px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#fff6;margin-top:2px}.reviews-float-section{overflow:hidden;padding:80px 0;background:var(--grey)}.reviews-float-header{text-align:center;padding:0 48px;margin-bottom:56px}.reviews-columns{display:flex;gap:20px;padding:0 48px;height:520px;overflow:hidden}.reviews-column{flex:1;display:flex;flex-direction:column;gap:16px}.reviews-column:nth-child(odd){animation:floatUp 25s linear infinite}.reviews-column:nth-child(2n){animation:floatUp 30s linear infinite;animation-delay:-10s}@keyframes floatUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.review-float-card{background:var(--white);border:1px solid var(--grey2);padding:20px;border-radius:4px;flex-shrink:0}.review-float-card .stars{display:flex;gap:2px;margin-bottom:10px}.review-float-card .stars svg{width:12px;height:12px;fill:#c9a96e}.review-float-card p{font-size:13px;line-height:1.6;color:var(--grey4);margin-bottom:12px}.review-float-card .name{font-size:12px;font-weight:600}.review-float-card .location{font-size:11px;color:var(--grey3)}.video-section{position:relative;height:70vh;min-height:500px;overflow:hidden;display:flex;align-items:center;justify-content:center}.video-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--black);display:flex;align-items:center;justify-content:center}.video-bg video{width:100%;height:100%;object-fit:cover;opacity:.5}.video-bg-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#0a0a0a,#1a1a2e,#0a0a0a);display:flex;align-items:center;justify-content:center;color:#fff3;font-size:14px;letter-spacing:.1em}.video-overlay{position:relative;z-index:2;text-align:center;color:var(--white);padding:48px}.video-overlay .eyebrow{font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--blue);margin-bottom:16px}.video-overlay h2{font-size:clamp(2.5rem,6vw,5rem);font-weight:200;letter-spacing:-.03em;line-height:1;margin-bottom:36px}footer{background:var(--black);color:var(--white);padding:72px 48px 36px}.footer-grid{max-width:1200px;margin:0 auto 56px;display:grid;grid-template-columns:2.5fr 1fr 1fr 1fr;gap:48px}.footer-brand-name{font-size:20px;font-weight:600;letter-spacing:-.03em;margin-bottom:14px}.footer-brand p{font-size:13px;font-weight:300;color:#fff6;line-height:1.8;max-width:260px;margin-bottom:24px}.footer-email{font-size:12px;color:#ffffff4d}.footer-col h5{font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#ffffff4d;margin-bottom:20px}.footer-col a{display:block;font-size:13px;font-weight:300;color:#ffffff80;margin-bottom:12px;transition:color .2s}.footer-col a:hover{color:var(--white)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:28px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#ffffff40;font-weight:300}.product-layout{max-width:1200px;margin:0 auto;padding:48px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.product-gallery-main{background:var(--grey);aspect-ratio:1;border-radius:4px;overflow:hidden;margin-bottom:12px;position:relative}.product-gallery-main img{width:100%;height:100%;object-fit:cover}.product-gallery-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--grey3);font-size:13px;flex-direction:column;gap:8px}.product-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.product-thumb{background:var(--grey);aspect-ratio:1;border-radius:4px;cursor:pointer;border:2px solid transparent;transition:border-color .2s;overflow:hidden}.product-thumb.active,.product-thumb:hover{border-color:var(--blue)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-rating-row{display:flex;align-items:center;gap:8px;margin-bottom:12px}.product-stars{display:flex;gap:2px}.product-stars svg{width:13px;height:13px;fill:#c9a96e}.product-rating-text{font-size:12px;color:var(--grey3)}.product-improve{font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--blue);margin-bottom:10px}.product-title{font-size:2.2rem;font-weight:200;letter-spacing:-.03em;line-height:1.1;margin-bottom:20px}.product-price-row{display:flex;align-items:center;gap:12px;margin-bottom:8px}.product-price-now{font-size:1.8rem;font-weight:400}.product-price-was{font-size:1rem;color:var(--grey3);text-decoration:line-through;font-weight:300}.product-badge-save{background:var(--blue);color:var(--white);font-size:11px;font-weight:600;letter-spacing:.08em;padding:4px 10px}.product-tax{font-size:12px;color:var(--grey3);margin-bottom:20px}.product-tax a{text-decoration:underline;text-underline-offset:3px}.stock-section{margin-bottom:24px}.stock-label{font-size:12px;font-weight:500;margin-bottom:8px;display:flex;justify-content:space-between}.stock-label span:last-child{color:var(--blue)}.stock-bar-bg{height:4px;background:var(--grey2);border-radius:2px;overflow:hidden}.stock-bar-fill{height:100%;background:var(--blue);border-radius:2px;width:53%;transition:width .8s ease}.guarantee-badge{display:flex;align-items:center;gap:12px;padding:14px 18px;border:1px solid var(--blue-light);background:var(--blue-light);margin-bottom:24px;border-radius:2px}.guarantee-badge svg{stroke:var(--blue);fill:none;width:22px;height:22px;flex-shrink:0;stroke-width:1.5}.guarantee-badge span{font-size:13px;font-weight:500;color:var(--blue)}.product-accordion{border-top:1px solid var(--grey2);margin-bottom:28px}.accordion-item{border-bottom:1px solid var(--grey2)}.accordion-btn{width:100%;background:none;border:none;text-align:left;padding:16px 0;font-family:var(--font);font-size:14px;font-weight:500;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.accordion-btn svg{width:16px;height:16px;stroke:var(--black);fill:none;stroke-width:1.5;transition:transform .3s;flex-shrink:0}.accordion-item.open .accordion-btn svg{transform:rotate(45deg)}.accordion-body{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s}.accordion-item.open .accordion-body{max-height:500px;padding-bottom:16px}.accordion-body p{font-size:13px;line-height:1.8;color:var(--grey4)}.accordion-body ul{padding-left:18px}.accordion-body ul li{font-size:13px;line-height:1.8;color:var(--grey4);margin-bottom:4px}.product-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--grey2)}.product-trust-item{padding:16px 12px;text-align:center;border-right:1px solid var(--grey2)}.product-trust-item:last-child{border-right:none}.product-trust-item svg{width:20px;height:20px;stroke:var(--blue);fill:none;stroke-width:1.5;margin:0 auto 6px;stroke-linecap:round;stroke-linejoin:round}.product-trust-item p{font-size:10px;font-weight:500;letter-spacing:.05em}.reviews-carousel-section{background:var(--grey);padding:64px 0 48px}.reviews-carousel-section .container{overflow:hidden;padding:0 48px}.reviews-carousel{position:relative;overflow:visible}.reviews-track{display:flex;gap:20px;transition:transform .45s cubic-bezier(.25,.46,.45,.94)}.review-slide{min-width:calc((100%) / 3 - 14px);flex-shrink:0;background:var(--white);border:1px solid var(--grey2);padding:32px 28px;border-radius:4px;transition:opacity .45s ease,transform .45s ease}.review-slide.dimmed{opacity:.35;transform:scale(.96)}.review-slide .stars{display:flex;gap:2px;margin-bottom:12px}.review-slide .stars svg{width:13px;height:13px;fill:#c9a96e}.review-slide p{font-size:13px;line-height:1.7;color:var(--grey4);margin-bottom:16px;font-style:italic}.review-slide .reviewer-name{font-size:12px;font-weight:600}.review-slide .reviewer-loc{font-size:11px;color:var(--grey3);margin-top:2px}.carousel-controls{display:flex;gap:12px;margin-top:32px;justify-content:center}.carousel-btn{width:44px;height:44px;border:1px solid var(--grey2);background:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;border-radius:50%}.carousel-btn:hover{border-color:var(--black);background:var(--black)}.carousel-btn:hover svg{stroke:var(--white)}.carousel-btn:disabled{opacity:.3;cursor:default}.carousel-btn:disabled:hover{border-color:var(--grey2);background:var(--white)}.carousel-btn:disabled:hover svg{stroke:var(--black)}.carousel-btn svg{width:16px;height:16px;stroke:var(--black);fill:none;stroke-width:1.8;stroke-linecap:round}.comparison-section{padding:96px 48px;background:var(--grey)}.comparison-table{width:100%;border-collapse:collapse;margin-top:48px}.comparison-table th{padding:18px 24px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-align:center;border-bottom:2px solid var(--grey2)}.comparison-table th:first-child{text-align:left}.comparison-table th.col-ours{background:var(--black);color:var(--white)}.comparison-table td{padding:14px 24px;font-size:14px;text-align:center;border-bottom:1px solid var(--grey2)}.comparison-table td:first-child{text-align:left;font-weight:400;font-size:13px}.comparison-table td.col-ours{background:#0066ff0a}.comparison-table tr:nth-child(2n) td{background:#00000004}.comparison-table tr:nth-child(2n) td.col-ours{background:#0066ff0f}.check{color:var(--blue);font-size:16px;font-weight:600}.cross{color:var(--grey2);font-size:16px}.colour-collection{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:48px}.faq-page{max-width:800px;margin:0 auto;padding:96px 48px}.faq-list{border-top:1px solid var(--grey2)}.faq-item{border-bottom:1px solid var(--grey2)}.faq-btn{width:100%;background:none;border:none;text-align:left;padding:22px 0;font-family:var(--font);font-size:15px;font-weight:400;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px}.faq-btn svg{width:18px;height:18px;stroke:var(--black);fill:none;stroke-width:1.5;transition:transform .3s;flex-shrink:0}.faq-item.open .faq-btn svg{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-item.open .faq-answer{max-height:600px;padding-bottom:20px}.faq-answer p{font-size:14px;line-height:1.8;color:var(--grey4)}.faq-answer ul{padding-left:20px;margin-top:8px}.faq-answer ul li{font-size:14px;line-height:1.8;color:var(--grey4);margin-bottom:6px}.contact-hero{background:var(--grey);padding:80px 48px;text-align:center}.contact-body{max-width:1100px;margin:0 auto;padding:80px 48px;display:grid;grid-template-columns:1fr 1fr;gap:80px}.contact-faq h3{font-size:1.5rem;font-weight:300;letter-spacing:-.02em;margin-bottom:28px}.contact-faq-item{border-bottom:1px solid var(--grey2);padding:16px 0}.contact-faq-item h4{font-size:14px;font-weight:500;margin-bottom:6px}.contact-faq-item p{font-size:13px;line-height:1.7;color:var(--grey4)}.contact-form h3{font-size:1.5rem;font-weight:300;letter-spacing:-.02em;margin-bottom:28px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.form-group input,.form-group textarea,.form-group select{width:100%;border:1px solid var(--grey2);padding:14px 16px;font-family:var(--font);font-size:14px;background:var(--white);transition:border-color .2s;outline:none;border-radius:0}.form-group input:focus,.form-group textarea:focus{border-color:var(--blue)}.form-group textarea{resize:vertical;min-height:120px}.form-email-section{background:var(--black);padding:64px 48px;text-align:center}.form-email-section h3{font-size:1.8rem;font-weight:200;color:var(--white);margin-bottom:8px;letter-spacing:-.02em}.form-email-section p{font-size:14px;color:#fff6;margin-bottom:28px}.email-input-row{display:flex;gap:0;max-width:480px;margin:0 auto}.email-input-row input{flex:1;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:var(--white);padding:16px 20px;font-family:var(--font);font-size:14px;outline:none;border-radius:0}.email-input-row input::placeholder{color:#ffffff4d}.email-input-row button{background:var(--blue);color:var(--white);border:none;padding:16px 28px;font-family:var(--font);font-size:13px;font-weight:500;letter-spacing:.08em;cursor:pointer}.how-hero{background:var(--black);color:var(--white);padding:80px 48px}.how-steps{max-width:900px;margin:0 auto;padding:80px 48px}.how-step{display:grid;grid-template-columns:80px 1fr;gap:32px;margin-bottom:64px;align-items:start}.step-number{font-size:4rem;font-weight:200;letter-spacing:-.05em;color:var(--blue);line-height:1}.step-body h3{font-size:1.4rem;font-weight:400;letter-spacing:-.02em;margin-bottom:10px}.step-body p{font-size:14px;line-height:1.8;color:var(--grey4)}.how-collection{background:var(--grey);padding:64px 48px}.how-faq{max-width:800px;margin:0 auto;padding:80px 48px}.track-page{max-width:640px;margin:0 auto;padding:96px 48px;text-align:center}.track-page h1{font-size:2.5rem;font-weight:200;letter-spacing:-.03em;margin-bottom:12px}.track-page p{font-size:15px;color:var(--grey3);margin-bottom:48px;line-height:1.7}.track-form{text-align:left}.track-steps{margin-top:64px;text-align:left}.track-step{display:flex;gap:20px;margin-bottom:32px;align-items:flex-start}.track-step-num{width:32px;height:32px;background:var(--blue);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;flex-shrink:0}.track-step-body h4{font-size:14px;font-weight:500;margin-bottom:4px}.track-step-body p{font-size:13px;color:var(--grey3);line-height:1.6}.reveal{opacity:0;transform:translateY(30px);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:900px){.nav{padding:0 20px}.nav-links{display:none}.section,.section-sm{padding:64px 24px}.hero{padding:60px 24px}.collection-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:1fr}.trust-bar{padding:28px 24px}.trust-bar-grid{grid-template-columns:repeat(2,1fr)}.product-layout{grid-template-columns:1fr;padding:24px;gap:40px}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.reviews-columns{gap:12px;padding:0 24px}.comparison-section{padding:64px 24px}.comparison-table th,.comparison-table td{padding:12px;font-size:12px}.colour-collection{grid-template-columns:repeat(2,1fr)}.contact-body{grid-template-columns:1fr}.faq-page{padding:64px 24px}}.gallery-wrapper{position:relative}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;background:#ffffffeb;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 12px #0000001f;transition:all .2s}.gallery-arrow:hover{background:#fff;box-shadow:0 4px 20px #0000002e}.gallery-arrow svg{width:18px;height:18px;stroke:var(--black);fill:none;stroke-width:1.8;stroke-linecap:round}.gallery-arrow-prev{left:12px}.gallery-arrow-next{right:12px}.reviews-mobile-carousel{display:none}@media(max-width:767px){.hero h1{font-size:clamp(2.2rem,9vw,3.5rem)!important}.hero-sub{font-size:15px!important}.hero-cta{flex-direction:column;width:100%;align-items:center;gap:12px}.hero-cta .btn{width:100%;max-width:320px;justify-content:center}.nav-logo{font-size:18px}.product-thumbs{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;grid-template-columns:unset}.product-thumbs::-webkit-scrollbar{display:none}.product-thumb{min-width:64px;width:64px;height:64px;flex-shrink:0;scroll-snap-align:start}.comparison-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.footer-grid{grid-template-columns:1fr!important;gap:32px}.collection-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px}.trust-bar-grid{grid-template-columns:repeat(2,1fr)!important}.review-slide{min-width:calc(100% + -0px)!important}}@media(min-width:768px)and (max-width:1023px){.reviews-mobile-carousel{display:none}.reviews-columns-desktop{display:flex!important}.collection-grid{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:clamp(2.8rem,6vw,5rem)}}.nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.nav-hamburger span{display:block;width:22px;height:2px;background:var(--black);transition:all .3s}.nav-mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--white);z-index:9999;display:flex;flex-direction:column;justify-content:center;align-items:center;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}.nav-mobile-overlay.open{transform:translate(0)}.nav-mobile-close{position:absolute;top:24px;right:24px;background:none;border:none;font-size:24px;cursor:pointer;color:var(--black)}.nav-mobile-links{display:flex;flex-direction:column;align-items:center;gap:32px}.nav-mobile-links a{font-size:28px;font-weight:200;letter-spacing:-.02em;color:var(--black);text-decoration:none}.collection-mobile-carousel{display:none}@media(max-width:767px){.nav-hamburger{display:flex}.nav-links,.collection-grid-desktop{display:none!important}.collection-mobile-carousel{display:block;margin-top:32px}.collection-mobile-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:8px}.collection-mobile-track::-webkit-scrollbar{display:none}.collection-mobile-card{min-width:72vw;max-width:72vw;flex-shrink:0;scroll-snap-align:center}.collection-mobile-card .product-card-image{aspect-ratio:1/1}.hero{padding:72px 16px 56px;min-height:100svh}.hero-bg-img{object-fit:cover;object-position:center;width:100%;height:100%}.hero h1{font-size:clamp(2rem,9vw,3.5rem)!important}.hero-sub{font-size:15px!important;max-width:100%}.hero-cta{flex-direction:column;width:100%;align-items:center}.hero-cta .btn{width:100%;max-width:100%;text-align:center;justify-content:center;min-height:52px}.section,.reviews-carousel-section,.comparison-section{padding:48px 16px}.features-grid{grid-template-columns:1fr!important}}@media(max-width:767px){.reviews-columns{height:480px;padding:0 16px;gap:12px}.reviews-column{flex:1;min-width:0}.reviews-column:nth-child(3){display:none}.reviews-column:nth-child(1){animation:floatUp 25s linear infinite}.reviews-column:nth-child(2){animation:floatDown 30s linear infinite}.review-float-card{padding:16px}.review-float-card p{font-size:12px;line-height:1.6}.review-float-card .name{font-size:11px}.review-float-card .location{font-size:10px}}@media(max-width:767px){.product-layout,.product-layout>*,.gallery-wrapper,.product-gallery-main,#mainImg,#mainImage{max-width:100%!important;width:100%!important;overflow:hidden!important;box-sizing:border-box!important}.product-layout{display:block!important;padding:16px!important;gap:0!important}.product-gallery-main{aspect-ratio:1/1;border-radius:4px;margin-bottom:12px}.product-thumbs{display:flex!important;grid-template-columns:unset!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;gap:8px!important;margin-bottom:24px!important}.product-thumbs::-webkit-scrollbar{display:none}.product-thumb{min-width:60px!important;width:60px!important;height:60px!important;flex-shrink:0!important;scroll-snap-align:start!important}.product-title{font-size:1.8rem!important}.product-price-now{font-size:1.4rem!important}.btn-full{width:100%!important}.stock-label{flex-wrap:wrap!important;gap:4px!important}.stock-label span:last-child{font-size:11px!important}}@media(max-width:767px){html,body{overflow-x:hidden!important;max-width:100vw!important}.section,.section-sm,.comparison-section,.reviews-carousel-section,.how-collection,.how-faq,.how-steps,.wu-wellness,.challenge-hero,.challenge-days,.challenge-footer-cta{padding-left:16px!important;padding-right:16px!important;box-sizing:border-box!important}.container{padding-left:0!important;padding-right:0!important;max-width:100%!important}.comparison-table{min-width:500px}.comparison-section .container{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;padding-left:0!important;padding-right:0!important}}.colour-mobile-swipe{display:none}@media(max-width:767px){.colour-collection-desktop{display:none!important}.colour-mobile-swipe{display:block;margin-top:32px;overflow:hidden}.colour-mobile-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:8px}.colour-mobile-track::-webkit-scrollbar{display:none}.colour-mobile-card{min-width:72vw;max-width:72vw;flex-shrink:0;scroll-snap-align:center;cursor:pointer}.colour-mobile-card .product-card-image{aspect-ratio:1/1;border-radius:4px;overflow:hidden;margin-bottom:12px}.colour-mobile-card .product-card-image img{width:100%;height:100%;object-fit:cover}}.reviews-mobile-cols{display:none}@keyframes floatDown{0%{transform:translateY(-50%)}to{transform:translateY(0)}}@media(max-width:767px){.reviews-desktop-cols{display:none!important}.reviews-mobile-cols{display:flex!important;gap:12px;padding:0 16px;height:480px;overflow:hidden}.reviews-mobile-cols .reviews-column{flex:1;min-width:0}.reviews-col-up{animation:floatUp 25s linear infinite}.reviews-col-down{animation:floatDown 30s linear infinite}.reviews-mobile-cols .review-float-card{padding:14px 12px;margin-bottom:12px}.reviews-mobile-cols .review-float-card p{font-size:11px;line-height:1.6}.reviews-mobile-cols .review-float-card .name{font-size:11px}.reviews-mobile-cols .review-float-card .location{font-size:10px}.nav-right{display:flex;align-items:center;gap:16px}.nav-hamburger{display:flex!important;margin-left:4px}}.sticky-atc-bar{position:fixed;bottom:-120px;left:0;right:0;z-index:9000;background:var(--white);border-top:1px solid var(--grey2);padding:12px 24px 16px;box-shadow:0 -8px 32px #0000001a;transition:bottom .4s cubic-bezier(.4,0,.2,1)}.sticky-atc-bar.show{bottom:0}.sticky-atc-inner{max-width:900px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.sticky-atc-left{display:flex;flex-direction:column;gap:3px}.sticky-atc-name{font-size:14px;font-weight:500;color:var(--black);letter-spacing:-.01em}.sticky-atc-prices{display:flex;align-items:center;gap:8px}.sticky-now{font-size:16px;font-weight:600;color:var(--black)}.sticky-was{font-size:13px;color:var(--grey3);text-decoration:line-through}.sticky-atc-button{background:var(--black);color:var(--white);border:none;padding:14px 32px;min-height:48px;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border-radius:2px;white-space:nowrap;transition:background .25s ease,transform .15s ease;font-family:inherit}.sticky-atc-button:hover{background:var(--grey4)}.sticky-atc-button:active{transform:scale(.97)}@media(max-width:767px){.sticky-atc-bar{padding:10px 16px 14px}.sticky-atc-name{font-size:13px}.sticky-now{font-size:15px}.sticky-atc-button{padding:13px 20px;font-size:11px}}.nav-logo-img{height:44px;width:auto;display:block;filter:none!important;-webkit-filter:none!important;mix-blend-mode:normal!important;opacity:1!important;color:unset!important}@media(max-width:767px){.nav-logo-img{height:34px}}.how-navigate{max-width:860px;margin:0 auto}.nav-guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px}.nav-guide-card{border:1px solid var(--grey2);border-radius:4px;padding:24px 20px;display:flex;gap:16px;align-items:flex-start}.nav-guide-icon{width:40px;height:40px;background:var(--blue-light);border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nav-guide-icon svg{width:20px;height:20px;stroke:var(--blue)}.nav-guide-card h4{font-size:13px;font-weight:600;margin-bottom:4px;letter-spacing:-.01em}.nav-guide-card p{font-size:13px;color:var(--grey3);line-height:1.5}.display-table-wrap{overflow-x:auto}.display-table{width:100%;border-collapse:collapse;font-size:14px}.display-table th{text-align:left;font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--grey3);padding:12px 16px;border-bottom:2px solid var(--grey2)}.display-table td{padding:16px;border-bottom:1px solid var(--grey2);color:var(--grey4);line-height:1.5}.display-table tr:last-child td{border-bottom:none}.display-table tr:hover td{background:var(--grey)}.display-label{font-family:DM Mono,Courier New,monospace;font-size:13px;font-weight:600;color:var(--blue);background:var(--blue-light);padding:4px 10px;border-radius:3px;white-space:nowrap;letter-spacing:.04em}@media(max-width:900px){.nav-guide-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.nav-guide-grid{grid-template-columns:repeat(2,1fr);gap:10px}}@media(max-width:480px){.nav-guide-grid{grid-template-columns:repeat(2,1fr);gap:8px}.nav-guide-card{padding:14px 12px;gap:10px}.nav-guide-icon{width:32px;height:32px;flex-shrink:0}.nav-guide-icon svg{width:16px;height:16px}.nav-guide-card h4,.nav-guide-card p{font-size:11px}}.challenge-hero{background:var(--black);color:var(--white);padding:120px 48px 100px;text-align:center}.challenge-hero-title{font-size:clamp(2.8rem,7vw,5.5rem);font-weight:200;letter-spacing:-.04em;line-height:1.05;margin-bottom:24px;color:var(--white)}.challenge-hero-title em{font-style:italic;color:var(--blue)}.challenge-hero-sub{font-size:18px;font-weight:300;color:#ffffff8c;max-width:560px;margin:0 auto 44px;line-height:1.7}.challenge-days{background:var(--white)}.challenge-day-list{max-width:800px;margin:56px auto 0}.challenge-day{display:grid;grid-template-columns:96px 1fr;gap:32px;margin-bottom:56px;align-items:start;padding-bottom:56px;border-bottom:1px solid var(--grey2)}.challenge-day:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.challenge-day-number{font-size:clamp(3rem,5vw,4.5rem);font-weight:200;letter-spacing:-.05em;color:var(--blue);line-height:1}.challenge-day-body h3{font-size:1.25rem;font-weight:400;letter-spacing:-.02em;margin-bottom:10px}.challenge-day-body p{font-size:15px;line-height:1.8;color:var(--grey4)}.challenge-stats{background:var(--black);padding:56px 48px}.challenge-stats-inner{max-width:900px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:0}.challenge-stat{display:flex;flex-direction:column;align-items:center;gap:8px;padding:0 64px}.challenge-stat-num{font-size:clamp(2.5rem,5vw,4rem);font-weight:200;letter-spacing:-.04em;color:var(--blue);line-height:1}.challenge-stat-label{font-size:13px;font-weight:400;color:#ffffff80;text-align:center;letter-spacing:.04em}.challenge-stat-divider{width:1px;height:56px;background:#ffffff1f;flex-shrink:0}.challenge-products .product-card{display:flex;flex-direction:column}.challenge-footer-cta{background:var(--black);padding:80px 48px;text-align:center}.challenge-footer-cta-title{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:200;letter-spacing:-.04em;color:var(--white);margin-bottom:36px}@media(max-width:900px){.challenge-hero{padding:80px 24px 72px}.challenge-day{grid-template-columns:72px 1fr;gap:20px;margin-bottom:40px;padding-bottom:40px}.challenge-stats{padding:48px 24px}.challenge-stat{padding:0 28px}.challenge-footer-cta{padding:64px 24px}}@media(max-width:600px){.challenge-stats-inner{flex-direction:column;gap:32px}.challenge-stat-divider{width:60px;height:1px}.challenge-stat{padding:0}.challenge-day{grid-template-columns:56px 1fr;gap:16px}.challenge-hero-sub{font-size:16px}}@media(max-width:480px){.challenge-hero{padding:60px 16px 52px}.challenge-hero-title{font-size:clamp(2rem,8vw,2.8rem)}.challenge-hero-sub{font-size:15px}.challenge-day{grid-template-columns:48px 1fr;gap:12px;margin-bottom:28px;padding-bottom:28px}.challenge-day-number{font-size:2.2rem}.challenge-day-body h3{font-size:1rem}.challenge-day-body p{font-size:14px}.challenge-footer-cta-title{font-size:clamp(1.6rem,7vw,2.2rem)}.challenge-footer-cta .btn{width:100%}}.how-wellness{background:var(--white)}.wellness-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:2rem}.wellness-card{background:var(--grey);border-radius:4px;padding:2rem;display:flex;gap:1.5rem;align-items:flex-start}.wellness-num{font-size:48px;font-weight:300;color:var(--blue);line-height:1;min-width:52px}.wellness-body h3{font-size:17px;font-weight:600;margin:0 0 8px}.wellness-body p{font-size:14px;color:var(--grey3);line-height:1.75;margin:0}@media(max-width:767px){.wellness-grid{grid-template-columns:1fr}.wellness-card{flex-direction:column;gap:.5rem}.wellness-num{font-size:36px}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/theme.css.map */
