:root{--dc-cream:#fff8e7;--dc-indigo:#484fa7;--dc-ink:#353548;--dc-red:#ae2b32;--dc-pink:#dfb1b5;--dc-sky:#b9def2;--dc-line:#eadfd3;--dc-white:#ffffff;--dc-radius:22px;--dc-shadow:0 14px 35px rgba(53,53,72,.09)}body{color:var(--dc-ink);background:#fff;font-family:var(--font-body--family,Arial,sans-serif)}.dc-shell{width:min(1440px,calc(100% - 48px));margin:0 auto}.dc-header{position:sticky;top:0;z-index:50;background:var(--dc-cream);border-bottom:1px solid rgba(53,53,72,.08)}.dc-announcement{background:var(--dc-indigo);color:#fff;text-align:center;padding:9px 16px;font-size:13px;font-weight:700;letter-spacing:.03em}.dc-header__row{min-height:86px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.dc-nav{display:flex;align-items:center;gap:30px;margin:0;padding:0;list-style:none}.dc-nav a,.dc-header__icon{color:var(--dc-ink);text-decoration:none;font-weight:650;font-size:14px}.dc-nav details{position:relative}.dc-nav summary{cursor:pointer;list-style:none}.dc-nav__drop{position:absolute;top:32px;left:-18px;min-width:210px;background:#fff;padding:14px;border-radius:14px;box-shadow:var(--dc-shadow);list-style:none}.dc-nav__drop li+li{margin-top:9px}.dc-logo{text-align:center;text-decoration:none;color:var(--dc-red);display:flex;flex-direction:column;align-items:center;line-height:1}.dc-logo__mark{font-size:28px}.dc-logo__name{font-family:Georgia,serif;font-size:23px;font-weight:700;margin-top:5px}.dc-header__actions{display:flex;justify-content:flex-end;align-items:center;gap:18px}.dc-header__icon{display:inline-flex;align-items:center;gap:6px}.dc-header__icon svg{width:22px;height:22px}.dc-mobile-toggle{display:none;background:none;border:0;color:var(--dc-ink)}.dc-hero{background:linear-gradient(120deg,var(--dc-cream),#fff 55%,#f8dfe2);overflow:hidden}.dc-hero__grid{min-height:680px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:50px;padding:58px 0}.dc-eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--dc-red);font-size:13px;font-weight:800}.dc-hero h1{font-size:clamp(46px,6vw,86px);line-height:.98;margin:17px 0 24px;letter-spacing:-.045em;color:var(--dc-ink)}.dc-hero p{font-size:19px;line-height:1.65;max-width:600px;color:#676273}.dc-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 26px;border-radius:6px;background:var(--dc-red);border:1px solid var(--dc-red);color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:.12em;font-size:13px;font-weight:800;cursor:pointer}.dc-btn--outline{background:transparent;color:var(--dc-red)}.dc-btn--indigo{background:var(--dc-indigo);border-color:var(--dc-indigo)}.dc-hero__actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.dc-hero__visual{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:end;position:relative}.dc-hero__card{background:#fff;border-radius:36px;padding:24px;box-shadow:var(--dc-shadow);min-height:500px;display:flex;align-items:center;justify-content:center;transform:rotate(-2deg)}.dc-hero__card:nth-child(2){transform:rotate(3deg) translateY(30px);background:#f8ecee}.dc-hero__card img{width:100%;height:460px;object-fit:contain}.dc-wave{background:var(--dc-sky);color:#263270;padding:15px 0;white-space:nowrap;overflow:hidden;font-weight:750;font-size:16px}.dc-wave__track{display:inline-block;min-width:200%;animation:dc-marquee 22s linear infinite}@keyframes dc-marquee{to{transform:translate(-50%)}}.dc-section{padding:82px 0}.dc-section--soft{background:#fffaf0}.dc-section--indigo{background:var(--dc-indigo);color:#fff}.dc-section__head{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:34px}.dc-section__head h2{font-size:clamp(36px,4vw,58px);line-height:1.05;margin:0;color:inherit}.dc-section__head p{max-width:580px;color:#746f7c;margin:0}.dc-section--indigo .dc-section__head p{color:#dfe1ff}.dc-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.dc-product-card{min-width:0}.dc-product-card__media{position:relative;background:#fff;border:1px solid #f0e9e3;border-radius:var(--dc-radius);overflow:hidden;aspect-ratio:1/1.12;display:flex;align-items:center;justify-content:center}.dc-product-card__media img{width:100%;height:100%;padding:18px;object-fit:contain;transition:transform .35s ease}.dc-product-card:hover img{transform:scale(1.035)}.dc-product-card__body{padding:15px 5px}.dc-product-card__title{display:block;text-decoration:none;color:var(--dc-ink);font-size:17px;font-weight:700;margin-bottom:5px}.dc-product-card__price{color:#696476}.dc-chip{position:absolute;left:13px;top:13px;background:var(--dc-indigo);color:#fff;border-radius:6px;padding:6px 9px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.dc-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.dc-category{position:relative;border-radius:30px;overflow:hidden;background:#f7eded;min-height:470px;text-decoration:none;color:var(--dc-ink);display:flex;align-items:flex-end}.dc-category img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:82%;object-fit:contain;padding:22px}.dc-category__label{position:relative;width:100%;padding:20px;text-align:center;background:var(--dc-pink);font-size:24px;font-weight:800;color:var(--dc-indigo)}.dc-story{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.dc-story__media{border-radius:36px;background:var(--dc-cream);padding:30px;min-height:560px;display:flex;align-items:center;justify-content:center}.dc-story__media img{width:100%;height:500px;object-fit:contain}.dc-story h2{font-size:clamp(38px,4vw,62px);line-height:1.05;margin:14px 0 22px}.dc-story p{font-size:18px;line-height:1.75;color:#6f6977}.dc-product{padding:38px 0 0}.dc-product__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr);gap:48px;align-items:start}.dc-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.dc-gallery__item{background:#fafafa;min-height:520px;display:flex;align-items:center;justify-content:center;border-radius:18px;overflow:hidden}.dc-gallery__item img{width:100%;height:520px;object-fit:contain}.dc-product__info{position:sticky;top:135px;padding:20px 0 50px}.dc-product__title{font-size:clamp(36px,4vw,54px);line-height:1.05;margin:0 0 12px}.dc-product__price{font-size:21px;margin-bottom:8px}.dc-product__tax{font-size:13px;color:#777181;margin-bottom:22px}.dc-size-guide{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid var(--dc-line);color:var(--dc-ink);text-decoration:none;font-size:12px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:24px}.dc-option{margin:0 0 24px}.dc-option__label{font-weight:700;margin-bottom:10px;display:block}.dc-option__values{display:flex;flex-wrap:wrap;gap:10px}.dc-option input{position:absolute;opacity:0;pointer-events:none}.dc-option label{min-width:62px;height:55px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dfd2c6;background:#fff;cursor:pointer;padding:0 14px}.dc-option input:checked+label{background:var(--dc-red);color:#fff;border-color:var(--dc-red)}.dc-colors{margin:-6px 0 24px}.dc-colors__row{display:flex;gap:10px;align-items:center}.dc-color{width:42px;height:42px;border:2px solid #fff;outline:1px solid #d8cec3;display:block}.dc-color.is-current{outline:2px solid var(--dc-ink)}.dc-color--pink{background:#efd5dc}.dc-color--brown{background:#3a1715}.dc-color--blue{background:#1766d7}.dc-color--green{background:#438b65}.dc-color--white{background:#fffdf2}.dc-color--grey{background:#aaa}.dc-color--yellow{background:#f0c94d}.dc-color--purple{background:#7862aa}.dc-color--cream{background:#fff8e7}.dc-color--black{background:#151515}.dc-color--orange{background:#d96c33}.dc-color--red{background:#bd3035}.dc-color--aqua{background:#61c1c6}.dc-buyrow{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:16px 0 22px}.dc-buyrow .dc-btn{width:100%}.dc-buyrow .shopify-payment-button{display:block}.dc-buyrow .shopify-payment-button__button{min-height:52px;border-radius:6px!important;background:var(--dc-red)!important;color:#fff!important;text-transform:uppercase;letter-spacing:.06em;font-weight:750}.dc-complete{border:1px solid #efc9c2;background:#fff5f0;padding:16px;border-radius:12px;margin:18px 0}.dc-complete__title{color:var(--dc-red);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.09em}.dc-trust{border-top:1px solid var(--dc-line);border-bottom:1px solid var(--dc-line);display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:18px 0;margin-top:20px}.dc-trust span{font-size:12px;font-weight:700;display:flex;align-items:center;gap:7px}.dc-trust b{color:var(--dc-red);font-size:18px}.dc-payments{display:flex;flex-wrap:wrap;gap:7px;padding:14px 0}.dc-payments span{border:1px solid #e4e4e4;background:#fff;border-radius:4px;padding:5px 8px;font-size:10px;font-weight:800}.dc-pincode{background:var(--dc-cream);border-radius:12px;padding:16px;margin:4px 0 18px}.dc-pincode strong{font-size:14px}.dc-pincode__row{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:10px}.dc-pincode input{min-height:48px;border:1px solid #d8cec3;background:#fff;padding:0 14px;font-size:15px}.dc-pincode button{min-width:100px;background:var(--dc-ink);color:#fff;border:0;font-weight:800}.dc-pincode__message{font-size:12px;margin:8px 0 0;color:#278248}.dc-whatsapp{display:flex;justify-content:center;align-items:center;min-height:52px;border:1px solid #1abb60;color:#138342;background:#f1fff6;text-decoration:none;font-weight:800;margin-bottom:18px}.dc-accordions details{border-top:1px solid var(--dc-line);padding:0}.dc-accordions details:last-child{border-bottom:1px solid var(--dc-line)}.dc-accordions summary{list-style:none;cursor:pointer;padding:18px 0;font-size:13px;text-transform:uppercase;letter-spacing:.02em;display:flex;justify-content:space-between}.dc-accordions summary:after{content:"+";font-size:18px}.dc-accordions details[open] summary:after{content:"\2212"}.dc-accordion__content{padding:0 0 20px;font-size:15px;line-height:1.65;color:#565363}.dc-accordion__content h2,.dc-accordion__content h3{font-size:18px}.dc-accordion__content ul{padding-left:20px}.dc-paired{text-align:center;padding:70px 0 120px}.dc-paired h2{font-size:46px;margin:0}.dc-paired>p{color:#736c72;margin:8px 0 35px}.dc-paired__grid{display:grid;grid-template-columns:repeat(3,minmax(0,280px));gap:25px;justify-content:center;text-align:left}.dc-paired .dc-product-card__media{aspect-ratio:1}.dc-paired .dc-btn{width:100%;min-height:43px;background:transparent;color:var(--dc-red);margin-top:12px}.dc-sticky-atc{position:fixed;left:50%;bottom:14px;transform:translate(-50%,130%);z-index:45;background:#fff;border:1px solid #ddd;box-shadow:var(--dc-shadow);width:min(760px,calc(100% - 28px));display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;padding:10px 14px;transition:transform .25s}.dc-sticky-atc.is-visible{transform:translate(-50%)}.dc-sticky-atc__meta{display:flex;align-items:center;gap:12px;min-width:0}.dc-sticky-atc img{width:48px;height:48px;object-fit:contain}.dc-sticky-atc__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:700}.dc-sticky-atc__sub{font-size:12px;color:#777181}.dc-sticky-atc .dc-btn{min-height:48px}.dc-footer{background:var(--dc-indigo);color:#fff;padding:70px 0 28px}.dc-footer a{color:#fff;text-decoration:none}.dc-footer__grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:55px}.dc-footer__brand{font-size:24px;font-family:Georgia,serif;font-weight:700}.dc-footer__tag{margin:12px 0 6px;color:#eef0ff}.dc-footer__menu h3{font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin:0 0 20px}.dc-footer__menu ul{padding:0;margin:0;list-style:none}.dc-footer__menu li+li{margin-top:12px}.dc-newsletter{margin-top:42px}.dc-newsletter h3{font-family:Georgia,serif;font-size:26px}.dc-newsletter form{display:grid;grid-template-columns:1fr auto;border:1px solid rgba(255,255,255,.45);padding:8px}.dc-newsletter input{border:0;background:transparent;color:#fff;padding:10px}.dc-newsletter input::placeholder{color:#dfe1ff}.dc-newsletter button{background:var(--dc-cream);color:var(--dc-indigo);border:0;padding:0 25px;font-weight:800}.dc-footer__bottom{border-top:1px solid rgba(255,255,255,.3);margin-top:30px;padding-top:20px;display:flex;justify-content:space-between;font-size:12px;color:#dfe1ff}.dc-wa-float{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;background:#18c764;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;z-index:44;box-shadow:0 8px 22px #0003}.dc-wa-float svg{width:30px;height:30px;display:block;fill:currentColor}@media(max-width:990px){.dc-shell{width:min(100% - 28px,760px)}.dc-header__row{grid-template-columns:auto 1fr auto;min-height:70px}.dc-logo{justify-self:center}.dc-logo__name{font-size:18px}.dc-mobile-toggle{display:block}.dc-header nav{display:none;position:absolute;left:0;right:0;top:100%;background:var(--dc-cream);padding:20px}.dc-header.is-open nav{display:block}.dc-nav{flex-direction:column;align-items:flex-start;gap:18px}.dc-nav__drop{position:static;box-shadow:none;background:transparent;padding:12px 0 0 15px}.dc-header__label{display:none}.dc-hero__grid,.dc-story{grid-template-columns:1fr}.dc-hero__grid{padding:45px 0;min-height:0}.dc-hero__visual{max-width:620px}.dc-product-grid{grid-template-columns:repeat(2,1fr)}.dc-category-grid{grid-template-columns:1fr}.dc-category{min-height:420px}.dc-product__grid{grid-template-columns:1fr;gap:20px}.dc-product__info{position:static;padding:0}.dc-gallery__item,.dc-gallery__item img{height:430px;min-height:430px}.dc-footer__grid{grid-template-columns:1fr 1fr}.dc-paired__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:620px){.dc-announcement{font-size:11px}.dc-logo__mark{display:none}.dc-header__actions{gap:10px}.dc-hero h1{font-size:48px}.dc-hero p{font-size:16px}.dc-hero__card{min-height:320px;padding:8px}.dc-hero__card img{height:310px}.dc-hero__card:nth-child(2){transform:rotate(3deg) translateY(15px)}.dc-section{padding:55px 0}.dc-section__head{display:block}.dc-section__head p{margin-top:10px}.dc-product-grid{gap:12px}.dc-product-card__media img{padding:8px}.dc-product-card__title{font-size:14px}.dc-category{min-height:360px}.dc-story__media{min-height:380px}.dc-story__media img{height:340px}.dc-gallery{grid-template-columns:1fr;gap:8px}.dc-gallery__item,.dc-gallery__item img{height:430px;min-height:430px}.dc-product__title{font-size:37px}.dc-buyrow{grid-template-columns:1fr}.dc-trust{grid-template-columns:1fr 1fr}.dc-paired{padding-bottom:110px}.dc-paired h2{font-size:38px}.dc-paired__grid{grid-template-columns:1fr;max-width:340px;margin:0 auto}.dc-sticky-atc__meta{display:none}.dc-sticky-atc,.dc-footer__grid,.dc-newsletter form{grid-template-columns:1fr}.dc-newsletter button{min-height:44px}.dc-footer__bottom{display:block}.dc-wa-float{width:52px;height:52px;right:12px;bottom:78px}}.dc-header{background:var(--dc-cream)}.dc-announcement{height:35px;padding:8px 16px;background:#4d51a6;font-size:12px}.dc-logo img{display:block;width:150px;height:auto;max-height:86px;object-fit:contain}.dc-header:not(.dc-header--overlay) .dc-header__row{min-height:110px}.dc-header--overlay{position:relative;top:auto;height:35px;background:transparent;border:0;z-index:60}.dc-header--overlay .dc-header__row{position:absolute;top:35px;left:0;right:0;width:100%;max-width:none;padding:0 40px;min-height:98px}.dc-header--overlay .dc-nav a,.dc-header--overlay .dc-nav summary,.dc-header--overlay .dc-header__icon{color:#fff;text-shadow:0 1px 5px rgba(0,0,0,.45)}.dc-header--overlay .dc-nav__drop a{color:var(--dc-ink);text-shadow:none}.dc-header--overlay .dc-logo img{width:145px}.dc-header.is-scrolled{position:fixed;top:0;left:0;right:0;height:90px;background:var(--dc-cream);box-shadow:0 4px 16px #00000014;z-index:70}.dc-header.is-scrolled .dc-announcement{display:none}.dc-header.is-scrolled .dc-header__row{position:relative;top:0;min-height:90px}.dc-header.is-scrolled .dc-nav a,.dc-header.is-scrolled .dc-nav summary,.dc-header.is-scrolled .dc-header__icon{color:var(--dc-ink);text-shadow:none}.dc-ref-hero{position:relative;height:calc(100svh - 35px);min-height:680px;overflow:hidden;background:#8f8e8c}.dc-ref-hero__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.dc-ref-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000061}.dc-ref-hero__copy{position:absolute;left:3.2%;bottom:23%;z-index:2;color:#fff8e2}.dc-ref-hero__copy h1{margin:0;font-family:Trebuchet MS,Arial,sans-serif;font-size:clamp(43px,3.4vw,66px);line-height:1.42;font-weight:800;letter-spacing:-.025em}.dc-ribbon{position:absolute;left:0;bottom:-2px;width:100%;height:115px;z-index:3;overflow:hidden}.dc-ribbon__text{font-family:var(--font-body-family);letter-spacing:-.35px}.dc-ref-section{padding:75px 2.6% 60px;background:#fff}.dc-ref-title{text-align:center;margin-bottom:34px}.dc-ref-title h2{margin:0;color:#3a3a4c;font-size:clamp(42px,3.6vw,64px);line-height:1.05;font-weight:750;letter-spacing:-.035em}.dc-ref-title p{margin:7px 0 0;color:#3a3a4c;font-size:clamp(31px,2.7vw,52px);font-style:italic;font-weight:650}.dc-ref-title .dc-ref-sub{font-size:18px;font-style:normal;font-weight:400;color:#82757a}.dc-ref-print-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.dc-ref-print{display:block;text-decoration:none;border-radius:40px;overflow:hidden;background:#dcb4b5;color:#4d51a6}.dc-ref-print__image{height:350px;background:#fff;border-radius:40px;display:flex;align-items:center;justify-content:center;overflow:hidden}.dc-ref-print__image img{width:100%;height:100%;object-fit:contain;padding:22px}.dc-ref-print__name{height:62px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:25px;font-weight:500}.dc-ref-categories{padding-top:65px}.dc-ref-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.dc-ref-category{display:block;text-decoration:none;border-radius:42px;overflow:hidden;background:#dcb4b5;color:#4d51a6}.dc-ref-category__image{height:680px;background:#f4f3f1;overflow:hidden}.dc-ref-category__image img{width:100%;height:100%;object-fit:cover}.dc-ref-category span{height:62px;display:flex;align-items:center;justify-content:center;font-size:27px}.dc-ref-handpicked{padding-top:90px}.dc-ref-handpicked__head{display:flex;align-items:center;justify-content:space-between;margin:0 0 34px}.dc-ref-handpicked__head h2{font-size:clamp(42px,3.7vw,68px);margin:0;color:#3a3a4c}.dc-ref-handpicked__head a{color:#4d51a6;text-decoration:none}.dc-ref-carousel{position:relative}.dc-ref-product-grid{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 30px)/4);grid-template-columns:none;gap:10px;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory}.dc-ref-product-grid::-webkit-scrollbar{display:none}.dc-ref-card{overflow:hidden;border-radius:32px;background:#dcb4b5;scroll-snap-align:start}.dc-ref-card__image{height:430px;background:#fff;display:flex;align-items:center;justify-content:center}.dc-ref-card__image img{width:100%;height:100%;object-fit:contain;padding:16px}.dc-ref-card__meta{min-height:82px;padding:12px 10px 8px;display:flex;flex-direction:column;color:#4d51a6}.dc-ref-card__meta a{color:#4d51a6;text-decoration:none;font-size:20px}.dc-ref-card__meta span{font-size:19px;font-weight:700}.dc-ref-card form{margin:0}.dc-ref-card button{width:100%;height:62px;border:0;background:#4d51a6;color:#fff;font-size:17px;font-weight:700;cursor:pointer}.dc-ref-carousel__arrow{position:absolute;top:43%;z-index:4;width:42px;height:42px;border-radius:50%;border:0;background:#bb2f49;color:#fff;font-size:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #00000026}.dc-ref-carousel__prev{left:-22px}.dc-ref-carousel__next{right:-22px}.dc-ref-compare-section{text-align:center;padding:90px 20px 45px;background:#fff}.dc-ref-compare{position:relative;width:min(650px,90vw);height:650px;margin:40px auto 34px;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 14px 35px #3535481c}.dc-ref-compare__side{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.dc-ref-compare__side img{width:100%;height:100%;object-fit:contain;padding:45px}.dc-ref-compare__side span{position:absolute;top:18px;padding:8px 14px;border-radius:5px;background:#3a3a4c;color:#fff;font-size:13px;font-weight:800;z-index:3}.dc-ref-compare__left{clip-path:inset(0 calc(100% - var(--split)) 0 0);z-index:2}.dc-ref-compare__left span{left:18px}.dc-ref-compare__right span{right:18px}.dc-ref-compare input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:ew-resize;z-index:5}.dc-ref-compare:after{content:"";position:absolute;top:0;bottom:0;left:var(--split);width:3px;background:#fff;transform:translate(-50%);z-index:3;box-shadow:0 0 9px #0000002e}.dc-ref-compare__handle{position:absolute;left:var(--split);top:50%;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;color:#3a3a4c;z-index:4;box-shadow:0 5px 15px #0000001f}.dc-ref-shop-button{display:inline-flex;min-height:60px;padding:0 38px;align-items:center;justify-content:center;background:#ae2b32;color:#fff;text-decoration:none;font-weight:800;letter-spacing:.12em}.dc-ref-banner{position:relative;height:620px;overflow:hidden}.dc-ref-banner>img{width:100%;height:100%;object-fit:cover}.dc-ref-banner__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#00000080,#00000008)}.dc-ref-banner h2{position:absolute;left:2.7%;bottom:55px;margin:0;color:#fff8e2;font-size:clamp(42px,3.5vw,68px);line-height:1.12}.dc-ref-banner a{position:absolute;right:3%;bottom:55px;background:#fff8e2;color:#4d51a6;text-decoration:none;padding:22px 30px;font-size:18px}.dc-product .dc-shell{width:100%;max-width:none}.dc-product__grid{grid-template-columns:50% 50%;gap:0}.dc-gallery{grid-template-columns:1fr;gap:0}.dc-gallery__item{min-height:820px;height:auto;border-radius:0;background:#f7f7f7}.dc-gallery__item img{height:auto;max-height:920px;min-height:760px;width:100%;object-fit:contain}.dc-product__info{max-width:500px;margin-left:clamp(55px,11vw,215px);top:135px;padding-top:15px}.dc-product__title,.dc-product__price,.dc-product__tax{text-align:center}.dc-size-guide{margin-left:auto;margin-right:auto;display:flex;width:max-content}.dc-paired{width:min(1100px,calc(100% - 40px))!important}@media(max-width:1100px){.dc-ref-print-grid{grid-template-columns:repeat(5,250px);overflow-x:auto;padding-bottom:12px}.dc-ref-category__image{height:500px}.dc-product__info{margin:0 auto;padding:25px 30px}.dc-product__grid{grid-template-columns:55% 45%}.dc-gallery__item{min-height:650px}.dc-gallery__item img{min-height:600px}.dc-ref-card__image{height:330px}}@media(max-width:760px){.dc-header--overlay .dc-header__row{padding:0 16px}.dc-header--overlay .dc-mobile-toggle,.dc-header--overlay .dc-header__icon{color:#fff}.dc-header--overlay nav{top:100%;background:var(--dc-cream)}.dc-header--overlay nav a,.dc-header--overlay nav summary{color:var(--dc-ink);text-shadow:none}.dc-logo img,.dc-header--overlay .dc-logo img{width:105px}.dc-ref-hero{min-height:620px}.dc-ref-hero__image{object-position:center}.dc-ref-hero__copy{bottom:20%;left:20px}.dc-ref-hero__copy h1{font-size:40px;line-height:1.3}.dc-ribbon{height:98px}.dc-ref-section{padding:52px 16px}.dc-ref-title h2{font-size:38px}.dc-ref-title p{font-size:29px}.dc-ref-category-grid{grid-template-columns:1fr}.dc-ref-category__image{height:520px}.dc-ref-product-grid{grid-auto-columns:calc((100% - 8px)/2);gap:8px}.dc-ref-card__image{height:245px}.dc-ref-card__meta a,.dc-ref-card__meta span{font-size:14px}.dc-ref-handpicked__head h2{font-size:38px}.dc-ref-compare{height:480px}.dc-ref-banner{height:520px}.dc-ref-banner h2{left:20px;bottom:100px;font-size:37px}.dc-ref-banner a{right:20px;bottom:24px}.dc-product__grid{grid-template-columns:1fr}.dc-gallery__item{min-height:480px}.dc-gallery__item img{min-height:440px}.dc-product__info{max-width:none;padding:28px 18px}.dc-product__title,.dc-product__price,.dc-product__tax{text-align:left}.dc-size-guide{margin-left:0}.dc-ref-print-grid{grid-template-columns:repeat(5,220px)}.dc-ref-print__image{height:250px}.dc-ref-print__name{font-size:20px}.dc-ref-carousel__prev{left:-10px}.dc-ref-carousel__next{right:-10px}}.dc-collection{padding:46px 2.6% 80px}.dc-collection__head h1{font-size:58px;margin:0 0 12px;color:#3a3a4c}.dc-collection__tools{display:flex;justify-content:space-between;align-items:center;padding:32px 0 28px;border-top:1px solid #eee}.dc-collection__filters,.dc-collection__sort{display:flex;align-items:center;gap:34px;color:#3a3a4c}.dc-collection__filters span,.dc-collection__sort{font-size:15px}.dc-collection__sort form{display:flex;align-items:center;gap:6px}.dc-collection__sort select{border:0;background:transparent;color:#3a3a4c}.dc-grid-icon{font-size:25px}.dc-collection__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:18px;row-gap:72px}.dc-collection-card__media{height:540px;display:flex;align-items:center;justify-content:center;background:#fff}.dc-collection-card__media img{width:100%;height:100%;object-fit:contain}.dc-collection-card__body{display:flex;justify-content:space-between;gap:12px;padding-top:18px;min-height:90px}.dc-collection-card__body>div:first-child{display:flex;flex-direction:column}.dc-collection-card__body a{color:#3a3a4c;text-decoration:none;font-size:20px;text-transform:uppercase;line-height:1.35}.dc-collection-card__body span{font-size:18px;color:#3a3a4c}.dc-collection-card__swatches{display:flex;gap:7px}.dc-collection-card__swatches .dc-color{width:30px;height:30px}.dc-pagination{text-align:center;margin-top:60px}.dc-pagination a,.dc-pagination .current{margin:0 8px;color:#4d51a6}@media(max-width:990px){.dc-collection__grid{grid-template-columns:repeat(2,1fr)}.dc-collection-card__media{height:420px}.dc-collection__filters{gap:15px}.dc-collection__tools{align-items:flex-start;gap:20px}.dc-collection__filters{flex-wrap:wrap}}@media(max-width:620px){.dc-collection{padding:32px 14px 60px}.dc-collection__head h1{font-size:42px}.dc-collection__tools{display:block}.dc-collection__sort{margin-top:22px;justify-content:space-between}.dc-collection__grid{gap:12px;row-gap:42px}.dc-collection-card__media{height:260px}.dc-collection-card__body a,.dc-collection-card__body span{font-size:14px}.dc-collection-card__swatches .dc-color{width:20px;height:20px}}.dc-about__intro{text-align:center;padding:95px 20px 120px}.dc-about__intro span{letter-spacing:.18em;color:#8c6f6b}.dc-about__intro h1{font-size:clamp(52px,5vw,82px);line-height:1.08;margin:34px 0;color:#3a3a4c}.dc-about__intro p{max-width:980px;margin:18px auto;font-size:20px;line-height:1.75;color:#866f6a}.dc-about__split{width:min(1360px,calc(100% - 50px));margin:0 auto 120px;display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.dc-about__split--reverse .dc-about__copy{order:1}.dc-about__split--reverse .dc-about__media{order:2}.dc-about__media{height:790px;border-radius:20px;overflow:hidden;box-shadow:0 18px 38px #00000014}.dc-about__media img{width:100%;height:100%;object-fit:cover}.dc-about__media--wide{height:720px}.dc-about__copy h2{font-size:52px;margin:0 0 28px;color:#243454}.dc-about__copy p{font-size:18px;line-height:1.9;color:#866f6a}.dc-about__copy strong{display:block;font-size:19px;margin-top:24px;color:#243454}.dc-beliefs{background:#fff8e2;padding:85px max(30px,14vw)}.dc-beliefs h2{text-align:center;font-size:52px;margin:0 0 55px;color:#243454}.dc-beliefs__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px 70px}.dc-beliefs h3{color:#ae2b32;font-size:20px;margin:0 0 10px}.dc-beliefs p{color:#866f6a;line-height:1.7}.dc-founder{padding:95px 20px 125px}.dc-founder__note{position:relative;width:min(900px,100%);margin:0 auto;padding:85px 95px;background:repeating-linear-gradient(#fffef7 0 40px,#cfe0eb 41px,#fffef7 42px);border:1px solid #eee7d1;box-shadow:0 14px 35px #00000017;font-family:Comic Sans MS,cursive;color:#263270;font-size:18px;line-height:2.2}.dc-founder__note:before{content:"";position:absolute;left:65px;top:0;bottom:0;border-left:2px solid #efb5b5}.dc-founder__tape{position:absolute;top:-18px;left:43%;width:150px;height:38px;background:#b7dded8c;transform:rotate(-3deg)}.dc-founder__note h2{font-size:38px;color:#4d51a6;text-decoration:underline;text-decoration-color:#ae2b32;text-underline-offset:12px}.dc-founder__note strong{font-size:24px;color:#4d51a6}.dc-contact{padding:0 0 90px}.dc-contact__head{text-align:center;padding:20px 20px 75px}.dc-contact__head h1{font-size:58px;margin:0 0 14px}.dc-contact__head p{max-width:650px;margin:auto;color:#866f6a}.dc-contact__grid{width:min(1440px,calc(100% - 50px));margin:auto;display:grid;grid-template-columns:1fr 1.15fr;gap:90px}.dc-contact__grid>div:first-child{padding:40px 0}.dc-contact__grid h2{font-size:38px;color:#243454}.dc-contact__grid h3{margin-top:32px;text-transform:uppercase;letter-spacing:.12em;font-size:13px;color:#8c6f6b}.dc-contact__grid p{line-height:1.7;color:#866f6a}.dc-contact__form{padding:45px;background:#fff;box-shadow:0 14px 35px #0000000a}.dc-contact__form h2{font-size:24px}.dc-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.dc-contact label{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.12em;margin-top:20px}.dc-contact input,.dc-contact textarea{display:block;width:100%;margin-top:10px;border:1px solid #e1c9c1;background:#fff;padding:15px;font:inherit}.dc-contact button{width:100%;height:56px;margin-top:28px;border:0;background:#ae2b32;color:#fff;font-weight:800;letter-spacing:.12em}.dc-policy-page{width:min(1000px,calc(100% - 40px));margin:0 auto;padding:60px 0 110px}.dc-policy-page>h1{text-align:center;font-size:58px;margin:0 0 50px}.dc-policy-page__content{font-size:17px;line-height:1.75;color:#5c5660}.dc-policy-page__content h2{font-size:30px;color:#243454;margin-top:45px}.dc-policy-page__content h3{font-size:21px;color:#ae2b32;margin-top:30px}.dc-policy-page__content table{width:100%;border-collapse:collapse}.dc-policy-page__content th,.dc-policy-page__content td{padding:14px;border:1px solid #e2d7cd;text-align:left}.dc-policy-page__content th{background:#fff8e2}@media(max-width:850px){.dc-about__split,.dc-contact__grid{grid-template-columns:1fr}.dc-about__split--reverse .dc-about__copy,.dc-about__split--reverse .dc-about__media{order:initial}.dc-about__media,.dc-about__media--wide{height:580px}.dc-beliefs{padding:60px 25px}.dc-beliefs__grid{grid-template-columns:1fr 1fr}.dc-founder__note{padding:65px 35px 65px 65px}.dc-contact__grid{gap:20px}}@media(max-width:560px){.dc-about__intro{padding:60px 18px 75px}.dc-about__intro h1{font-size:42px}.dc-about__intro p{font-size:16px}.dc-about__split{width:calc(100% - 28px);gap:30px;margin-bottom:75px}.dc-about__media,.dc-about__media--wide{height:480px}.dc-about__copy h2{font-size:40px}.dc-beliefs__grid{grid-template-columns:1fr}.dc-founder__note{font-size:15px;padding:55px 22px 55px 48px}.dc-founder__note:before{left:31px}.dc-founder__note h2{font-size:29px}.dc-form-row{grid-template-columns:1fr}.dc-contact__grid{width:calc(100% - 28px)}.dc-contact__form{padding:25px}.dc-policy-page>h1{font-size:42px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/dreamers.css.map */
