:root{--brand:#0b6b70;--brand-dark:#063f43;--brand-soft:#dff3f1;--aqua:#a9ded8;--coral:#ff735f;--coral-soft:#ffd8d1;--butter:#ffd963;--mint:#b8f0d2;--sky:#c9e8ff;--cream:#fff8ed;--paper:#fffdf9;--ink:#173438;--muted:#66787a;--line:#dce7e5;--white:#fff;--serif:"DM Serif Display", Georgia, serif;--sans:"Nunito Sans", Arial, sans-serif;--radius-sm:12px;--radius:20px;--radius-lg:34px;--shadow:0 18px 50px rgba(6,63,67,.12);--shadow-pop:8px 8px 0 rgba(6,63,67,.17);--container:1720px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:100%;object-fit:cover}button,input{font:inherit}button{color:inherit}.container{width:min(calc(100% - 30px),var(--container));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.announcement{background:var(--butter);color:var(--brand-dark);font-weight:800;text-align:center;padding:.42rem 1rem;font-size:.72rem;letter-spacing:.09em;text-transform:uppercase}.announcement span{display:inline-block;margin:0 .45rem}.header{position:sticky;top:0;z-index:50;background:#fffdf9f5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-main{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;min-height:82px}.menu-btn,.icon-btn{display:grid;place-items:center;width:44px;height:44px;border:0;background:transparent;cursor:pointer}.menu-btn svg,.icon-btn svg{width:23px;height:23px}.brand{display:flex;align-items:center;gap:.65rem;min-width:max-content}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--brand);color:#fff;font-family:var(--serif);font-size:1.05rem;box-shadow:3px 3px 0 var(--butter)}.brand-copy{display:flex;flex-direction:column;line-height:.92}.brand-copy strong{font-family:var(--serif);font-size:1.32rem;font-weight:400;letter-spacing:.01em}.brand-copy span{margin-top:.3rem;font-size:.72rem;font-weight:900;letter-spacing:0;text-transform:uppercase;color:var(--brand);text-align:center}.search{display:none;position:relative;width:100%;max-width:790px;margin-inline:auto}.search input{width:100%;height:48px;border:2px solid var(--brand);border-radius:999px;background:#fff;padding:0 54px 0 20px;outline:none;font-weight:700;color:var(--ink)}.search button{position:absolute;right:4px;top:4px;width:40px;height:40px;border:0;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;cursor:pointer}.search button svg{width:18px}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:.35rem}.account-link{display:none;align-items:center;gap:.45rem;font-weight:500;font-size:1.05rem;color:var(--ink);text-decoration:none;cursor:pointer;background:transparent;border:0;font-family:inherit;white-space:nowrap}.account-link svg{width:22px;height:22px;flex:none;display:block;stroke:currentColor;fill:none}.lang-switch{position:relative;margin-right:.35rem}.lang-current{display:inline-flex;align-items:center;gap:.45rem;background:transparent;border:0;cursor:pointer;font-weight:500;font-size:1.05rem;color:var(--ink);padding:.4rem .35rem;line-height:1}.flag{border-radius:2.5px;box-shadow:0 0 0 1px #0000000d;display:block;flex:none}.lang-current .caret{font-size:.62rem;color:var(--muted);transition:transform .15s ease}.lang-switch:hover .lang-current .caret,.lang-switch:focus-within .lang-current .caret{transform:rotate(180deg)}.lang-menu{position:absolute;top:calc(100% + 4px);right:0;min-width:180px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 16px 34px #063f4329;padding:.35rem;display:none;z-index:70}.lang-switch:hover .lang-menu,.lang-switch:focus-within .lang-menu{display:block}.lang-form{display:flex;flex-direction:column;gap:2px}.lang-opt{display:flex;align-items:center;gap:.55rem;width:100%;text-align:left;background:transparent;border:0;cursor:pointer;padding:.55rem .6rem;border-radius:8px;font-weight:700;font-size:.92rem;color:var(--ink);font-family:inherit}.lang-opt:hover{background:var(--cream)}.lang-opt.is-active{color:var(--brand);font-weight:900}.cart{position:relative;display:inline-flex;align-items:center;width:auto;gap:.35rem;padding:0 .25rem}.cart-ico{position:relative;display:grid;place-items:center;width:26px;height:26px}.cart-label{display:none;font-weight:500;font-size:1.05rem;color:var(--ink)}.lang-name{display:none}.header-actions,.brand{min-width:0}.cart-badge{position:absolute;right:-5px;top:-3px;display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--coral);color:#fff;font-size:.62rem;font-weight:900}.desktop-nav{display:none;border-top:1px solid var(--line);background:#fff}.nav-inner{display:flex;align-items:center;justify-content:center;gap:2.4rem;min-height:54px;font-size:1rem;font-weight:800;letter-spacing:.005em}.nav-inner a{position:relative;padding:1rem .2rem}.nav-inner a:after{position:absolute;left:0;right:0;bottom:.5rem;height:3px;border-radius:99px;background:var(--coral);transform:scaleX(0);content:"";transition:.2s}.nav-inner a:hover:after{transform:scaleX(1)}.nav-sale{color:var(--coral)!important}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:var(--brand-dark);color:#fff;padding:1.3rem;transform:translate(-105%);transition:.3s ease;display:grid;grid-template-rows:auto 1fr auto}.drawer.open{transform:translate(0)}.drawer-top{display:flex;justify-content:space-between;align-items:center}.drawer .brand-copy span{color:var(--butter)}.drawer .brand-mark{background:var(--coral);box-shadow:3px 3px 0 var(--mint)}.drawer-nav{display:grid;align-content:center;gap:.85rem}.drawer-nav a{font-family:var(--serif);font-size:clamp(2.6rem,12vw,4rem);line-height:.95}.drawer-foot{font-size:.8rem;color:var(--aqua);font-weight:800}.hero{padding:18px 0 30px}.hero-wrap{display:grid;gap:14px}.hero-copy{position:relative;overflow:hidden;border-radius:var(--radius-lg);background:var(--brand);color:#fff;padding:2.5rem 1.4rem 2.2rem;min-height:520px;display:flex;flex-direction:column;justify-content:center;box-shadow:var(--shadow-pop)}.hero-copy:before{position:absolute;width:240px;height:240px;border-radius:50%;right:-80px;top:-80px;background:var(--coral);content:""}.hero-copy:after{position:absolute;width:180px;height:180px;border-radius:44% 56% 65% 35%/48% 36% 64% 52%;left:-70px;bottom:-55px;background:var(--mint);content:""}.hero-copy>*{position:relative;z-index:2}.hero-pill{display:inline-flex;align-items:center;gap:.55rem;width:max-content;background:var(--butter);color:var(--brand-dark);border-radius:999px;padding:.55rem .8rem;font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.hero-pill:before{content:"\2726"}.hero h1{max-width:760px;margin:1.15rem 0 .85rem;font-family:var(--serif);font-size:clamp(3.35rem,14vw,7.2rem);font-weight:400;line-height:.82;letter-spacing:-.045em}.hero h1 em{color:var(--butter);font-weight:400}.hero-copy p{max-width:520px;margin:0;color:#f2eaff;font-size:1rem;font-weight:700}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.6rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-height:50px;padding:.8rem 1.2rem;border-radius:999px;border:2px solid transparent;font-size:.8rem;font-weight:900;cursor:pointer;transition:.2s ease}.btn-primary{background:var(--butter);color:var(--brand-dark);box-shadow:4px 4px #17343840}.btn-primary:hover{transform:translate(-2px,-2px);box-shadow:7px 7px #17343833}.btn-secondary{background:#fff;color:var(--brand-dark)}.btn-outline{border-color:var(--brand);background:#fff;color:var(--brand)}.hero-media{position:relative;min-height:430px;border-radius:var(--radius-lg);overflow:hidden;background:var(--sky);box-shadow:var(--shadow)}.hero-media img{min-height:430px}.floating-card{position:absolute;left:16px;bottom:16px;right:16px;background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:18px;padding:1rem;display:flex;justify-content:space-between;gap:1rem;align-items:center;box-shadow:0 12px 30px #17343829}.floating-card strong{display:block;font-size:1rem}.floating-card span{font-size:.75rem;color:var(--muted);font-weight:800}.floating-price{font-family:var(--serif);font-size:1.6rem;color:var(--brand);white-space:nowrap}.quick-cats{padding:20px 0 48px}.chips{display:flex;gap:.75rem;overflow:auto;padding-bottom:.35rem;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chip{display:inline-flex;align-items:center;gap:.6rem;min-width:max-content;border:2px solid var(--brand-dark);border-radius:999px;padding:.66rem .9rem;background:#fff;font-size:.78rem;font-weight:900;box-shadow:3px 3px 0 var(--brand-soft)}.chip b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--mint)}.promo-strip{padding:0 0 60px}.promo-grid{display:grid;gap:14px}.promo-card{position:relative;overflow:hidden;min-height:220px;border-radius:var(--radius);padding:1.6rem;display:flex;flex-direction:column;justify-content:space-between}.promo-card h3{margin:0;font-family:var(--serif);font-size:2.25rem;font-weight:400;line-height:.92}.promo-card p{margin:.7rem 0 0;font-weight:800;font-size:.86rem}.promo-card a{font-weight:900;font-size:.8rem;text-decoration:underline;text-underline-offset:4px}.promo-card:after{position:absolute;right:-25px;bottom:-40px;width:150px;height:150px;border-radius:50%;background:#ffffff59;content:""}.promo-brand{background:var(--aqua);color:var(--brand-dark)}.promo-coral{background:var(--coral-soft);color:#7e2d20}.promo-mint{background:var(--mint);color:#1e6041}.section{padding:70px 0}.section-head{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.6rem}.section-kicker{margin:0;color:var(--coral);font-size:.72rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.section-title{margin:0;font-family:var(--serif);font-weight:400;font-size:clamp(2.5rem,8vw,5.4rem);line-height:.9;letter-spacing:-.035em}.section-title em{color:var(--brand);font-weight:400}.section-intro{max-width:580px;margin:0;color:var(--muted);font-weight:700}.collection-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.collection-card{position:relative;min-height:250px;border-radius:var(--radius);overflow:hidden;background:#ddd}.collection-card:after{position:absolute;top:35%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#190d23bd);content:""}.collection-card img{transition:.35s ease}.collection-card:hover img{transform:scale(1.04)}.collection-label{position:absolute;z-index:2;left:14px;right:14px;bottom:14px;color:#fff}.collection-label span{display:inline-block;margin-bottom:.4rem;padding:.35rem .55rem;border-radius:999px;background:var(--butter);color:var(--brand-dark);font-size:.62rem;font-weight:900;text-transform:uppercase}.collection-label h3{margin:0;font-family:var(--serif);font-size:1.65rem;font-weight:400;line-height:.95}.deal-zone{background:var(--brand-soft);border-block:1px solid #c8e7e4}.deal-head{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:1.5rem}.deal-badge{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .8rem;background:var(--coral);color:#fff;border-radius:999px;font-size:.72rem;font-weight:900}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.product-card{position:relative;background:#fff;border-radius:18px;padding:10px;box-shadow:0 9px 26px #063f4314;transition:.2s ease}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-media{position:relative;aspect-ratio:1/1.05;border-radius:14px;overflow:hidden;background:var(--paper)}.product-media img{transition:.3s ease}.product-card:hover .product-media img{transform:scale(1.035)}.sale-tag{position:absolute;left:8px;top:8px;background:var(--coral);color:#fff;padding:.38rem .52rem;border-radius:999px;font-size:.62rem;font-weight:900}.heart{position:absolute;right:8px;top:8px;width:34px;height:34px;border:0;border-radius:50%;background:#ffffffeb;display:grid;place-items:center;cursor:pointer;font-size:1rem}.product-info{padding:.85rem .3rem .35rem}.product-title{margin:0;font-size:.83rem;font-weight:900;line-height:1.35}.rating{margin-top:.35rem;color:#f2a900;font-size:.72rem;letter-spacing:.04em}.rating span{color:var(--muted);font-size:.66rem;font-weight:800}.price-row{display:flex;align-items:baseline;gap:.45rem;margin-top:.45rem}.price{font-family:var(--serif);font-size:1.35rem;color:var(--brand);line-height:1}.compare{font-size:.72rem;color:#8f8793;text-decoration:line-through;font-weight:700}.shipping{margin-top:.35rem;color:#347a58;font-size:.66rem;font-weight:900}.style-room{padding:70px 0;background:var(--paper)}.style-grid{display:grid;gap:16px}.style-copy{position:relative;overflow:hidden;border-radius:var(--radius-lg);background:var(--coral);color:#fff;padding:2.2rem 1.4rem;display:flex;flex-direction:column;justify-content:center;min-height:420px}.style-copy:before{position:absolute;right:-55px;top:-55px;width:180px;height:180px;border:3px solid rgba(255,255,255,.45);border-radius:50%;content:""}.style-copy h2{position:relative;margin:0;font-family:var(--serif);font-size:clamp(3rem,10vw,5.7rem);font-weight:400;line-height:.85}.style-copy p{position:relative;max-width:450px;font-weight:800;color:#fff3ef}.style-copy .btn{position:relative;width:max-content;margin-top:.8rem;background:var(--brand-dark);color:#fff}.style-media{min-height:420px;border-radius:var(--radius-lg);overflow:hidden}.trust{padding:26px 0;background:var(--butter);color:var(--brand-dark)}.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.trust-item{display:flex;align-items:flex-start;gap:.7rem}.trust-icon{display:grid;place-items:center;min-width:40px;height:40px;border-radius:12px;background:#fff;font-size:1rem}.trust-icon svg{width:21px;height:21px;stroke:var(--brand);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.trust-item strong{display:block;font-size:.78rem}.trust-item span{display:block;margin-top:.1rem;font-size:.67rem;font-weight:700;opacity:.75}.newsletter{padding:70px 0;background:var(--brand-dark);color:#fff}.newsletter-grid{display:grid;gap:2rem;align-items:center}.newsletter h2{margin:0;font-family:var(--serif);font-size:clamp(3rem,10vw,5.8rem);font-weight:400;line-height:.85}.newsletter h2 em{color:var(--butter);font-weight:400}.newsletter p{max-width:530px;color:var(--aqua);font-weight:700}.signup{display:flex;flex-direction:column;gap:.7rem}.signup input{height:54px;border:0;border-radius:999px;padding:0 1.2rem;font-weight:800;outline:none}.signup button{height:54px;border:0;border-radius:999px;background:var(--coral);color:#fff;font-weight:900;cursor:pointer}.signup-note{font-size:.66rem;color:#a8cfcb;font-weight:700}footer{background:#062f33;color:#fff;padding:48px 0 24px}.footer-grid{display:grid;gap:2rem}.footer-brand .brand-copy span{color:var(--butter)}.footer-brand p{max-width:350px;color:#a8cfcb;font-size:.8rem;font-weight:700}.footer-col h4{margin:0 0 .8rem;color:var(--butter);font-size:.72rem;text-transform:uppercase;letter-spacing:.12em}.footer-col a{display:block;margin:.48rem 0;color:#dff3f1;font-size:.8rem;font-weight:700}.footer-bottom{display:flex;flex-direction:column;gap:.8rem;margin-top:2rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.14);color:#93bbb7;font-size:.7rem;font-weight:700}.payments{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.payments .payment-icon{height:26px;width:auto;border-radius:4px;background:#fff;box-shadow:0 0 0 1px #0000000d}.design-note{position:fixed;right:14px;bottom:14px;z-index:45}.design-note button{border:0;border-radius:999px;background:var(--ink);color:#fff;padding:.7rem 1rem;font-size:.7rem;font-weight:900;box-shadow:0 10px 28px #00000038;cursor:pointer}.palette-panel{position:fixed;z-index:90;right:14px;bottom:70px;width:min(340px,calc(100% - 28px));background:#fff;border-radius:18px;padding:1.1rem;box-shadow:0 22px 60px #17343840;display:none}.palette-panel.open{display:block}.palette-panel h3{margin:0 0 .7rem;font-family:var(--serif);font-size:1.5rem;font-weight:400}.swatches{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.swatch{aspect-ratio:1;border-radius:10px;border:1px solid rgba(0,0,0,.07)}.palette-panel p{font-size:.72rem;color:var(--muted);font-weight:700}.nav-inner{position:relative}.nav-item{position:static}.mega{position:absolute;left:0;right:0;top:100%;z-index:60;background:#fff;border-top:1px solid var(--line);box-shadow:0 24px 40px #063f4324;padding:1.5rem 0;opacity:0;visibility:hidden;transform:translateY(6px);transition:.16s ease;pointer-events:none}.nav-item:hover .mega,.nav-item:focus-within .mega{opacity:1;visibility:visible;transform:none;pointer-events:auto}.mega-inner{display:grid;grid-template-columns:repeat(3,1fr) 1.3fr;gap:1.6rem;align-items:start}.mega-col h5{margin:0 0 .55rem;font-family:var(--serif);font-weight:400;font-size:1.05rem;color:var(--brand)}.mega-col a{display:block;padding:.3rem 0;font-size:.92rem;font-weight:700;color:var(--ink)}.mega-col a:after{display:none}.mega-col a:hover{color:var(--coral)}.mega-promo{position:relative;min-height:180px;border-radius:var(--radius);overflow:hidden;background:var(--aqua);display:flex;align-items:flex-end;padding:1rem}.mega-promo span{position:relative;z-index:2;font-family:var(--serif);font-size:1.2rem;color:var(--brand-dark)}.mega-promo img{position:absolute;top:0;right:0;bottom:0;left:0}.deals-row{padding:0 0 60px}.deals-grid{display:grid;gap:14px;grid-template-columns:1fr}.deal-group{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:1.1rem}.deal-group__head{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin:0 0 .85rem}.deal-group__head h3{margin:0;font-family:var(--serif);font-weight:400;font-size:1.35rem;line-height:1.05}.deal-group__head a{font-weight:900;font-size:1.15rem;color:var(--brand)}.deal-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.deal-thumb{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#eee}.deal-thumb .heart{width:28px;height:28px;font-size:.85rem;right:5px;top:5px}.verified{position:absolute;left:10px;top:10px;z-index:3;display:inline-flex;align-items:center;gap:.28rem;background:var(--brand);color:#fff;padding:.3rem .55rem;border-radius:999px;font-size:.6rem;font-weight:900;letter-spacing:.02em}.verified:before{content:"\2713";font-weight:900}.collection-card .heart{z-index:3}@media(min-width:720px){.container{width:min(calc(100% - 48px),var(--container))}.hero{padding-top:24px}.hero-wrap{grid-template-columns:1.05fr .95fr;align-items:stretch}.hero-copy,.hero-media{min-height:610px}.hero-copy{padding:3rem}.hero-media img{min-height:610px}.promo-grid{grid-template-columns:repeat(3,1fr)}.promo-card{min-height:250px}.collection-grid{grid-template-columns:repeat(4,1fr)}.collection-card{min-height:360px}.product-grid{grid-template-columns:repeat(4,1fr);gap:18px}.style-grid{grid-template-columns:.88fr 1.12fr}.style-copy,.style-media{min-height:580px}.trust-grid{grid-template-columns:repeat(4,1fr)}.newsletter-grid{grid-template-columns:1.1fr .9fr}.signup{display:grid;grid-template-columns:1fr auto}.signup button{padding:0 1.5rem}.signup-note{grid-column:1/-1}.footer-grid{grid-template-columns:1.5fr repeat(3,1fr)}.footer-bottom{flex-direction:row;justify-content:space-between}}@media(min-width:1020px){.menu-btn{display:none}.search{display:block;width:100%;max-width:790px;margin-inline:auto}.header-main{grid-template-columns:auto 1fr auto;gap:2rem}.brand{justify-self:start}.header-actions{gap:1.1rem;justify-content:flex-end;margin-right:0}.account-link{display:inline-flex}.cart-label,.lang-name{display:inline}.desktop-nav{display:block}.hero-copy{padding:4rem}.section-head{flex-direction:row;justify-content:space-between;align-items:end}.section-intro{padding-bottom:.4rem}.collection-card{min-height:430px}.product-card{padding:12px}.product-title{font-size:.93rem}}@media(min-width:1180px){.deals-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1440px){.product-grid{grid-template-columns:repeat(5,1fr);gap:14px}}@media(min-width:1680px){.product-grid{grid-template-columns:repeat(6,1fr)}}.footer-contact{margin-top:.75rem;line-height:1.9}.footer-contact a{color:#fff;font-weight:900}.footer-contact a:hover,.footer-legal a:hover{color:var(--butter)}
/*# sourceMappingURL=/cdn/shop/t/3/assets/mb.css.map */
