@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;1,500&display=swap";*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:DM Sans,sans-serif;font-size:15px;line-height:1.5}body.menu-open{overflow:hidden}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;z-index:100;background:#fff;padding:.8rem}.page-width{width:min(100% - 40px,1320px);margin-inline:auto}.section{padding:90px 0}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:600}.display{font-family:Playfair Display,serif;font-weight:500;line-height:.98;letter-spacing:-.035em}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 28px;border:1px solid var(--ink);border-radius:var(--radius);background:var(--ink);color:var(--paper);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;transition:.25s}.button:hover{background:var(--accent);border-color:var(--accent)}.button--light{background:var(--paper);color:var(--ink);border-color:var(--paper)}.button--outline{background:transparent;color:inherit}.announcement{padding:9px 20px;text-align:center;background:var(--accent);color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:.14em}.site-header{position:relative;z-index:20;background:var(--paper);border-bottom:1px solid rgba(21,21,18,.14)}.header-inner{height:82px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.header-nav,.header-actions{display:flex;align-items:center;gap:28px}.header-nav a,.header-actions a{font-size:12px;text-transform:uppercase;letter-spacing:.1em}.header-actions{justify-content:flex-end}.brand{font-family:Playfair Display,serif;font-size:27px;letter-spacing:.12em}.brand img{width:auto;max-height:46px}.menu-button{display:none;border:0;background:none;padding:8px}.mobile-menu{display:none}.hero{position:relative;min-height:calc(100vh - 110px);display:flex;align-items:flex-end;background:var(--ink);color:#fff;overflow:hidden}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0000008c,#0000000d),linear-gradient(0deg,rgba(0,0,0,.35),transparent 55%)}.hero-content{position:relative;z-index:1;width:min(760px,90%);padding-bottom:10vh}.hero h1{font-size:clamp(56px,8vw,118px);margin:14px 0 26px}.hero p{max-width:530px;font-size:17px;margin:0 0 34px}.hero-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#9b8069,#27251f)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:38px}.section-heading h2{font-size:clamp(38px,5vw,68px);margin:8px 0 0}.text-link{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.13em;border-bottom:1px solid;padding-bottom:4px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card__media{position:relative;aspect-ratio:4/5;background:#ece8df;overflow:hidden;border-radius:var(--radius)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover img{transform:scale(1.025)}.product-card__badge{position:absolute;left:12px;top:12px;background:var(--paper);padding:6px 9px;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.product-card__info{display:flex;justify-content:space-between;gap:15px;padding-top:14px}.product-card__title{margin:0;font-size:14px;font-weight:500}.product-card__price{font-size:13px;white-space:nowrap}.placeholder{display:grid;place-items:center;width:100%;height:100%;background:#e9e4da}.placeholder svg{width:55%;opacity:.4}.collections-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.collection-tile{position:relative;aspect-ratio:3/4;overflow:hidden;color:#fff}.collection-tile img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.collection-tile:hover img{transform:scale(1.035)}.collection-tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(0,0,0,.55),transparent 55%)}.collection-tile__content{position:absolute;z-index:1;left:28px;right:28px;bottom:28px}.collection-tile h3{font-family:Playfair Display,serif;font-size:38px;font-weight:500;margin:4px 0}.story{display:grid;grid-template-columns:1.1fr .9fr;min-height:650px;background:var(--sand)}.story-media img{width:100%;height:100%;object-fit:cover}.story-copy{display:flex;flex-direction:column;justify-content:center;padding:9vw}.story-copy h2{font-size:clamp(42px,5vw,74px);margin:14px 0 24px}.story-copy p{font-size:17px;max-width:520px}.benefits{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid;border-bottom:1px solid}.benefit{padding:42px 5vw;border-right:1px solid}.benefit:last-child{border:0}.benefit strong{display:block;font-family:Playfair Display,serif;font-size:25px;margin-bottom:8px}.newsletter{text-align:center;background:var(--ink);color:var(--paper);padding:95px 20px}.newsletter h2{font-size:clamp(42px,5vw,70px);margin:10px 0 18px}.newsletter p{margin:0 auto 28px;max-width:520px}.newsletter form{display:flex;max-width:540px;margin:auto;border-bottom:1px solid rgba(255,255,255,.6)}.newsletter input{flex:1;border:0;background:transparent;color:#fff;padding:16px 4px;outline:0}.newsletter button{border:0;background:transparent;color:#fff;text-transform:uppercase;letter-spacing:.12em;font-size:11px}.site-footer{background:var(--ink);color:var(--paper);padding:70px 0 24px;border-top:1px solid rgba(255,255,255,.15)}.footer-grid{display:grid;grid-template-columns:2fr repeat(2,1fr);gap:50px}.footer-brand{font-family:Playfair Display,serif;font-size:36px;letter-spacing:.12em}.footer-column h3{font-size:11px;text-transform:uppercase;letter-spacing:.16em;margin:0 0 20px}.footer-column a{display:block;margin:10px 0;color:#ffffffb8}.footer-bottom{display:flex;justify-content:space-between;margin-top:65px;padding-top:20px;border-top:1px solid rgba(255,255,255,.15);font-size:11px;color:#ffffff8c}.page-header{padding:75px 0 45px}.page-header h1{font-size:clamp(48px,6vw,84px);margin:5px 0}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;padding:18px 0;border-top:1px solid;border-bottom:1px solid;margin-bottom:30px}.collection-toolbar select{background:transparent;border:0}.product-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:6vw;padding:55px 0 100px}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.product-gallery img{width:100%;background:#ebe7df}.product-info{padding-top:25px}.product-info h1{font-size:clamp(42px,5vw,70px);margin:10px 0 15px}.product-price{font-size:20px;margin-bottom:28px}.product-description{color:#555;margin:25px 0}.product-form label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.12em;margin:20px 0 8px}.product-form select,.product-form input{width:100%;min-height:50px;background:transparent;border:1px solid #999;padding:0 14px}.product-form .button{width:100%;margin-top:14px}.cart-page{padding:70px 0 100px}.cart-page h1{font-size:64px;margin:0 0 45px}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:25px;padding:20px 0;border-top:1px solid}.cart-item img{width:120px}.cart-footer{display:flex;justify-content:flex-end;border-top:1px solid;padding-top:30px;text-align:right}.rte{max-width:780px;margin:auto}.rte h1{font-family:Playfair Display,serif;font-size:60px}.empty-state{text-align:center;padding:100px 20px}@media(max-width:900px){.page-width{width:min(100% - 28px,1320px)}.section{padding:65px 0}.header-inner{height:68px;grid-template-columns:1fr auto 1fr}.header-nav{display:none}.menu-button{display:block}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--paper);z-index:19;padding:120px 28px 30px;transform:translate(-100%);transition:.3s;display:block}.mobile-menu.is-open{transform:none}.mobile-menu a{display:block;font-family:Playfair Display,serif;font-size:38px;margin:18px 0}.header-actions a:not(.cart-link){display:none}.hero{min-height:720px}.hero-content{padding-bottom:70px}.product-grid{grid-template-columns:repeat(2,1fr);gap:30px 12px}.collections-grid{grid-template-columns:1fr;gap:12px}.collection-tile{aspect-ratio:4/5}.story{grid-template-columns:1fr}.story-media{min-height:520px}.story-copy{padding:60px 28px}.benefits{grid-template-columns:1fr}.benefit{border-right:0;border-bottom:1px solid}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.product-layout{grid-template-columns:1fr}.product-gallery{gap:6px}.product-info{padding:10px 0}.cart-item{grid-template-columns:90px 1fr}.cart-item>div:last-child{grid-column:2}.section-heading{align-items:start;flex-direction:column}.footer-bottom{gap:20px;flex-direction:column}}@media(max-width:520px){.hero h1{font-size:54px}.product-grid{grid-template-columns:1fr 1fr}.product-card__info{display:block}.product-card__price{margin-top:4px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.product-gallery{grid-template-columns:1fr}.product-gallery>*:not(:first-child){display:none}}@media(max-width:900px){.mobile-menu{display:flex;flex-direction:column;justify-content:flex-start;gap:0;overflow-y:auto;background:#fff;color:#111;padding:78px 0 28px}.mobile-menu-close{top:18px;right:22px;color:#111;font-size:34px;line-height:1}.mobile-menu__links{border-top:1px solid #e5e5e5}.mobile-menu__links a,.mobile-menu__back{width:100%;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0;padding:0 24px;border:0;border-bottom:1px solid #e5e5e5;background:#fff;color:#111;font-family:DM Sans,Arial,sans-serif;font-size:17px;line-height:1.2;letter-spacing:0;text-align:left}.mobile-menu__links strong{font-weight:700}.mobile-menu__links a span{font-family:Arial,sans-serif;font-size:30px;font-weight:300;line-height:1}.mobile-menu__back{justify-content:flex-start;color:#111}.mobile-menu__back>span{font-family:Arial,sans-serif;font-size:25px;font-weight:300}.mobile-menu__links a:hover,.mobile-menu__back:hover{background:#f7f7f7}}.header-icon-link{display:inline-flex!important;align-items:center;justify-content:center;gap:5px}.header-icon-link svg{width:21px;height:21px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.cart-count{font-size:11px;line-height:1;min-width:14px}.footer-payments{margin-top:22px;text-align:right}.footer-payments h3{font-size:9px;text-transform:uppercase;letter-spacing:.14em;margin:0 0 10px;color:#fff9}.footer-payments ul{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:5px;list-style:none;margin:0;padding:0}.footer-payments li{display:flex;align-items:center;justify-content:center;width:34px;height:22px;background:#fff;border-radius:3px;overflow:hidden}.footer-payments .payment-icon{width:31px;height:20px}.brand .harryse-logo{width:180px;height:auto;max-height:54px}.header-benefits{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;color:var(--ink);border-bottom:1px solid rgba(21,21,18,.12);padding:9px 20px;text-align:center;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.header-benefits span+span{border-left:1px solid rgba(21,21,18,.18)}.blox-style-header .header-inner{height:76px}.header-left{display:flex;align-items:center;gap:24px}.blox-style-header .menu-button{display:inline-flex;border:0;background:transparent;padding:0}.header-link-label{font-size:11px;letter-spacing:.1em;text-transform:uppercase}.blox-style-header .brand{position:absolute;left:50%;transform:translate(-50%)}.desktop-category-nav{height:45px;display:flex;align-items:center;justify-content:center;gap:38px;border-top:1px solid rgba(21,21,18,.1);font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.1em}.desktop-category-nav a{position:relative}.desktop-category-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-5px;height:1px;background:currentColor;transition:.25s}.desktop-category-nav a:hover:after{right:0}.mobile-menu-close{position:absolute;right:24px;top:24px;border:0;background:transparent;font-family:Arial,sans-serif;font-size:34px;font-weight:300}@media(max-width:900px){.header-benefits{display:flex;overflow:hidden;justify-content:flex-start;gap:36px;white-space:nowrap}.header-benefits span{min-width:75%;animation:benefits-slide 12s linear infinite}.header-benefits span+span{border:0}.blox-style-header .header-inner{height:66px}.header-left{gap:16px}.header-link-label,.header-account{display:none!important}.blox-style-header .brand .harryse-logo{width:138px}.desktop-category-nav{display:none}.blox-style-header .header-actions a.cart-link{display:inline-flex}.mobile-menu{z-index:30}.mobile-menu-close{display:block}}@keyframes benefits-slide{0%,18%{transform:translate(0)}25%,43%{transform:translate(calc(-100% - 36px))}50%,68%{transform:translate(calc(-200% - 72px))}75%,93%{transform:translate(calc(-300% - 108px))}to{transform:translate(0)}}.harryse-wordmark{font-family:DM Sans,sans-serif!important;font-size:25px!important;font-weight:600;line-height:1;letter-spacing:.32em!important;padding-left:.32em;white-space:nowrap}@media(max-width:900px){.harryse-wordmark{font-size:20px!important;letter-spacing:.25em!important;padding-left:.25em}.blox-style-header .header-actions{gap:0}}.blox-style-header .header-left{grid-column:1}.blox-style-header .header-actions{grid-column:3;justify-self:end}.reference-header{position:relative;z-index:20;background:var(--paper);border-bottom:1px solid rgba(21,21,18,.1);color:#0c0c0c}.reference-header--overlay{position:absolute;top:0;left:0;right:0;background:transparent;border:0;color:#000;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.reference-header--overlay .reference-header__logo,.reference-header--overlay .reference-header__nav a,.reference-header--overlay .reference-header__actions a{color:#000;text-shadow:none}.reference-header--overlay .reference-header__actions svg,.reference-header--overlay .reference-header__menu svg{filter:none}.reference-header__inner{height:100px;display:grid;grid-template-columns:190px 1fr 190px;align-items:center}.reference-header__logo{font-family:DM Sans,sans-serif;font-size:22px;font-weight:500;letter-spacing:.08em;line-height:1}.reference-header__nav{display:flex;align-items:center;justify-content:center;gap:38px}.reference-header__nav a{display:flex;align-items:center;gap:6px;font-size:15px;font-weight:700;white-space:nowrap}.nav-chevron{font-family:Arial,sans-serif;font-size:16px;line-height:.7;transform:translateY(-2px)}.reference-header__actions{display:flex;justify-content:flex-end;align-items:center;gap:25px}.reference-header__actions a{position:relative;display:inline-flex;align-items:center;justify-content:center}.reference-header__actions svg,.reference-header__menu svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.reference-header__menu{display:none;border:0;background:transparent;padding:0}.reference-header__actions .cart-count{position:absolute;right:-8px;top:-7px;display:grid;place-items:center;min-width:16px;height:16px;padding:0 4px;border-radius:10px;background:var(--ink);color:#fff;font-size:9px}@media(max-width:1100px){.reference-header__inner{grid-template-columns:150px 1fr 150px}.reference-header__nav{gap:20px}.reference-header__nav a{font-size:13px}.reference-header__actions{gap:18px}}@media(max-width:900px){.reference-header__inner{height:70px;grid-template-columns:1fr auto 1fr}.reference-header__menu{display:inline-flex;justify-self:start}.reference-header__logo{grid-column:2;font-size:19px;letter-spacing:.12em}.reference-header__nav{display:none}.reference-header__actions{grid-column:3;gap:16px}.reference-header__actions .action-delivery,.reference-header__actions .action-account{display:none}.reference-header__actions svg{width:20px;height:20px}.reference-header--overlay{color:#0c0c0c}.mobile-menu{z-index:40}}.cashback-banner{width:100%;background:#fff;overflow:hidden}.cashback-banner img{display:block;width:100%;height:auto}@media(max-width:900px){.reference-header--overlay{position:relative;background:#fff}.cashback-banner img{width:100%;height:auto}}.featured-offer{padding:68px 0 76px;background:#fff;color:#000}.featured-offer__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:42px}.featured-offer__header h2{margin:0;font-family:DM Sans,sans-serif;font-size:30px;font-weight:600;letter-spacing:-.04em}.featured-offer__header a{display:flex;align-items:center;gap:12px;font-size:14px}.featured-offer__header a span{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#f0f0f0;font-size:20px}.featured-offer__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px}.product-card--featured{text-align:center;min-width:0}.product-card--featured .product-card__media{aspect-ratio:1.2/1;background:#fff;border-radius:0;overflow:hidden}.product-card--featured .product-card__media img{width:100%;height:100%;object-fit:contain;transform:none!important}.featured-card__details{padding:17px 8px 0}.featured-card__details h3{margin:0 0 7px;font-size:15px;font-weight:400}.featured-card__price{display:flex;align-items:center;justify-content:center;gap:9px;font-size:12px}.featured-card__price s{color:#888}.featured-card__price strong{font-size:13px}.featured-card__swatches{height:31px;display:flex;justify-content:center;align-items:center;gap:6px;margin-top:5px}.featured-card__swatches i{display:block;width:19px;height:19px;border-radius:50%;background:#222;border:2px solid #fff;box-shadow:0 0 0 1px #222}.featured-card__swatches .swatch-2{background:#8a633a}.featured-card__swatches .swatch-3{background:#b8c5ce}.featured-card__swatches .swatch-4{background:#d2b17c}.featured-card__button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:132px;height:35px;margin-top:10px;border:1px solid #111;background:#fff;font-size:11px;font-weight:600;transition:.2s}.featured-card__button svg{width:15px;height:15px;stroke:currentColor;stroke-width:1.7}.product-card--featured:hover .featured-card__button{background:#000;color:#fff}@media(max-width:900px){.featured-offer{padding:48px 0 56px}.featured-offer__header{margin-bottom:25px}.featured-offer__header h2{font-size:23px}.featured-offer__grid{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:15px}.product-card--featured{flex:0 0 75vw;scroll-snap-align:start}.product-card--featured .product-card__media{aspect-ratio:1.25/1}}.lifestyle-banner{position:relative;width:100%;height:min(41vw,635px);min-height:430px;overflow:hidden;background:#ddd}.lifestyle-banner>img{width:100%;height:100%;object-fit:cover}.lifestyle-banner__button{position:absolute;left:5vw;bottom:50px;display:flex;align-items:center;justify-content:space-between;gap:28px;min-width:205px;height:58px;padding:0 28px;border-radius:32px;background:#fff;color:#000;font-size:13px;transition:.25s}.lifestyle-banner__button span{font-size:22px}.lifestyle-banner__button:hover{background:#000;color:#fff}@media(max-width:900px){.lifestyle-banner{height:auto;min-height:0;background:#fff}.lifestyle-banner>img{display:block;width:100%;height:auto;object-fit:contain;object-position:center}.lifestyle-banner__button{left:8px;bottom:8px;min-width:118px;height:34px;padding:0 12px;gap:8px;font-size:9px}.lifestyle-banner__button span{font-size:14px}}.homepage-models-banner{width:100%;overflow:hidden;background:#ecebe8}.homepage-models-banner a{display:block}.homepage-models-banner img{display:block;width:100%;height:auto}.collections-showcase{padding:68px 0 76px;background:#fff;color:#000}.collections-showcase__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:42px}.collections-showcase__header h2{margin:0;font-family:DM Sans,sans-serif;font-size:30px;font-weight:600;letter-spacing:-.04em}.collections-showcase__header>a{display:flex;align-items:center;gap:12px;font-size:14px}.collections-showcase__header>a span{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#f0f0f0;font-size:20px}.collections-showcase__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.collection-card{text-align:center}.collection-card__media{aspect-ratio:1.2/1;background:#f7f7f7;overflow:hidden}.collection-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.collection-card:hover .collection-card__media img{transform:scale(1.025)}.collection-card__details{padding:17px 8px 0}.collection-card__details h3{margin:0 0 5px;font-size:15px;font-weight:500}.collection-card__details p{margin:0 0 12px;color:#777;font-size:12px}.collection-card__details span{display:inline-flex;align-items:center;gap:10px;height:35px;padding:0 18px;border:1px solid #111;font-size:11px;font-weight:600}.collection-card__details b{font-size:15px;font-weight:400}@media(max-width:900px){.collections-showcase{padding:48px 0 56px}.collections-showcase__header{margin-bottom:25px}.collections-showcase__header h2{font-size:23px}.collections-showcase__grid{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:15px}.collection-card{flex:0 0 75vw;scroll-snap-align:start}}.newsletter,.site-footer{background:#000;color:#fff}.site-footer a,.site-footer h3,.site-footer p,.site-footer span,.footer-brand{color:#fff}.footer-bottom{color:#ffffffb3}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.product-detail{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(430px,.85fr);gap:5vw;padding:55px 0 90px;background:#fff;color:#111}.product-gallery-pro{display:grid;grid-template-columns:76px minmax(0,1fr);gap:28px;min-width:0}.product-gallery-pro__thumbs{display:flex;flex-direction:column;gap:12px}.product-thumb{width:76px;height:76px;padding:5px;border:0;border-bottom:2px solid transparent;background:#f6f6f6}.product-thumb.is-active{border-bottom-color:#111}.product-thumb img{width:100%;height:100%;object-fit:contain}.product-gallery-pro__main{display:grid;place-items:center;min-height:590px;background:#fff;overflow:hidden}.product-gallery-pro__main img{width:100%;height:100%;max-height:650px;object-fit:contain}.product-panel{padding-top:4px}.product-panel h1{margin:0 0 15px;font-family:DM Sans,sans-serif;font-size:32px;font-weight:400;letter-spacing:-.04em}.product-panel__pricing{display:flex;align-items:center;gap:12px}.product-panel__pricing strong{font-size:21px}.product-panel__pricing s{color:#888;font-size:17px}.product-panel__pricing span{padding:5px 9px;background:#000;color:#fff;font-size:10px;font-weight:700}.product-installments{margin:4px 0 16px;color:#555;font-size:12px}.payment-details{margin-bottom:18px;font-size:11px;color:#555}.payment-details summary{cursor:pointer;text-decoration:underline}.payment-details p{margin:8px 0}.product-form-pro>label{display:block;margin:0 0 10px;font-size:14px}.variant-pills{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.variant-pill{display:flex;flex-direction:column;align-items:center;gap:5px;border:0;background:transparent;padding:0}.variant-pill>span{display:block;width:38px;height:38px;border-radius:50%;background:linear-gradient(90deg,#151515 50%,#e0b768 50%);border:3px solid #fff;box-shadow:0 0 0 1px #222}.variant-pill.swatch-2>span{background:#7d3f0e}.variant-pill.swatch-3>span{background:#949494}.variant-pill.swatch-4>span{background:#c8ab7a}.variant-pill.is-active>span{box-shadow:0 0 0 2px #111}.variant-pill small{max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.product-benefits-pro{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:20px 0 13px}.product-benefits-pro>div{min-height:70px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:#f4f4f4;text-align:center}.product-benefits-pro span{font-size:22px}.product-benefits-pro small{font-size:9px;line-height:1.25}.delivery-box{display:flex;align-items:center;gap:14px;padding:15px 18px;margin-bottom:18px;border:1px solid #e3e3e3;border-radius:12px;background:#fafafa}.delivery-box>span{font-size:22px}.delivery-box div{display:flex;flex-direction:column}.delivery-box strong{font-size:15px}.delivery-box small{color:#777}.quantity-row{display:flex;align-items:center;gap:12px;margin-bottom:10px}.quantity-row label{font-size:12px}.quantity-row input{width:64px;height:38px;border:1px solid #ccc;text-align:center}.product-add-button{width:100%;height:60px;border:0;background:#000;color:#fff;font-size:15px;font-weight:700}.product-add-button:hover{background:#222}.cashback-note{height:30px;display:flex;align-items:center;justify-content:center;background:#f1f1f1;font-size:11px;letter-spacing:.04em}.product-description-pro{margin-top:22px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:14px 0}.product-description-pro summary{cursor:pointer;font-weight:600}.product-description-pro div{padding:15px 0;font-size:14px;color:#555}@media(max-width:900px){.product-detail{grid-template-columns:1fr;padding:20px 0 60px;gap:25px}.product-gallery-pro{display:flex;flex-direction:column-reverse;gap:10px}.product-gallery-pro__thumbs{flex-direction:row;overflow-x:auto}.product-thumb{flex:0 0 68px;width:68px;height:68px}.product-gallery-pro__main{min-height:390px}.product-panel h1{font-size:26px}.product-benefits-pro{gap:6px}.product-benefits-pro>div{min-height:65px}.product-panel{padding:0 2px}}.cart-drawer-open{overflow:hidden}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:98;background:#00000061;opacity:0;visibility:hidden;transition:.3s}.cart-drawer-overlay.is-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;z-index:99;right:0;top:0;width:min(645px,100vw);height:100vh;display:flex;flex-direction:column;background:#fff;color:#1a1a1a;transform:translate(100%);transition:transform .35s ease;box-shadow:-10px 0 35px #00000014}.cart-drawer.is-open{transform:none}.cart-drawer__header{height:72px;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;margin:0 36px;border-bottom:1px solid #e6e6e6}.cart-drawer__header h2{display:flex;align-items:center;gap:10px;margin:0;font-size:21px}.cart-drawer__header h2 span{display:grid;place-items:center;min-width:24px;height:24px;padding:0 6px;border-radius:20px;background:#1d1d1d;color:#fff;font-size:12px}.cart-drawer__header button{border:0;background:transparent;font-size:29px;font-weight:300}.cart-progress{position:relative;flex:0 0 auto;display:grid;grid-template-columns:repeat(3,1fr);padding:10px 36px 0;text-align:center}.cart-progress__line{position:absolute;left:56px;right:56px;top:25px;height:1px;background:#ddd}.cart-progress__line i{display:block;width:45%;height:1px;background:#111}.cart-progress>div:not(.cart-progress__line){position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:4px}.cart-progress span{display:grid;place-items:center;width:29px;height:29px;border:1px solid #e1e1e1;border-radius:50%;background:#fff;font-size:16px}.cart-progress strong{font-size:12px}.cart-progress__message{flex:0 0 auto;margin:9px 36px 12px;padding-bottom:14px;border-bottom:1px solid #eee;font-size:12px}.cart-drawer__scroll{flex:1;min-height:0;overflow-y:auto;padding:0 36px}.reserved-items h3,.cart-recommendations h3{margin:0;padding:0 0 12px;font-size:16px}.drawer-item{display:grid;grid-template-columns:92px 1fr auto;gap:16px;align-items:center;padding:15px 0 20px;border-bottom:1px solid #eee}.drawer-item__image{width:92px;height:78px}.drawer-item__image img{width:100%;height:100%;object-fit:contain}.drawer-item__info{display:flex;flex-direction:column;gap:3px}.drawer-item__info strong{font-size:14px}.drawer-item__info span{color:#777;font-size:13px}.drawer-item__info button{align-self:flex-start;border:0;border-bottom:1px solid #888;background:transparent;padding:6px 0 0;color:#777;font-size:11px}.drawer-item__price{display:flex;align-items:center;gap:13px}.drawer-item__price span{font-size:13px}.drawer-item__price small{display:grid;place-items:center;width:48px;height:38px;border:1px solid #e5e5e5;border-radius:10px}.drawer-empty{text-align:center;padding:35px 0}.drawer-empty a{display:inline-block;border-bottom:1px solid}.cart-recommendations{padding:18px 0}.cart-recommendations__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cart-recommendations__grid>a{display:grid;grid-template-columns:80px 1fr;gap:14px;padding:8px;background:#f3f3f3}.recommendation-image{width:80px;height:80px;background:#fff}.recommendation-image img{width:100%;height:100%;object-fit:contain}.cart-recommendations__grid>a>div:last-child{display:flex;flex-direction:column;justify-content:center;gap:4px;min-width:0}.cart-recommendations strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.cart-recommendations span{font-size:12px;font-weight:600}.cart-recommendations small{font-size:10px}.cart-drawer__footer{flex:0 0 auto;padding:22px 36px 25px;border-top:1px solid #ddd;background:#fff}.cart-drawer__footer>div{display:flex;justify-content:space-between;align-items:center}.cart-drawer__footer>div span{font-size:15px}.cart-drawer__footer>div strong{font-size:15px;font-weight:400}.cart-drawer__footer .cart-total{margin-top:5px}.cart-drawer__footer .cart-total span,.cart-drawer__footer .cart-total strong{font-size:22px}.cart-drawer__footer>p{text-align:right;margin:5px 0 20px;font-size:11px;color:#666}.cart-secondary-action,.cart-checkout{display:flex;align-items:center;justify-content:center;width:100%;height:47px;font-size:13px;font-weight:700;letter-spacing:.08em}.cart-secondary-action{border:1px solid #111;background:#fff}.cart-checkout{margin-top:0;background:#181818;color:#fff}@media(max-width:650px){.cart-drawer__header{margin:0 20px}.cart-progress{padding-left:20px;padding-right:20px}.cart-progress__message{margin-left:20px;margin-right:20px}.cart-drawer__scroll{padding:0 20px}.cart-drawer__footer{padding:17px 20px 20px}.cart-progress strong{font-size:10px}.cart-recommendations__grid{display:flex;overflow-x:auto}.cart-recommendations__grid>a{flex:0 0 260px}.drawer-item{grid-template-columns:75px 1fr auto;gap:10px}.drawer-item__image{width:75px;height:68px}}.collection-page{min-height:70vh;padding:72px 0 100px;background:#fff;color:#111}.collection-page__header{padding-bottom:45px}.collection-page__header>span{display:block;margin-bottom:12px;font-size:10px;font-weight:600;letter-spacing:.18em}.collection-page__header h1{margin:0;font-family:Playfair Display,serif;font-size:clamp(60px,7vw,92px);font-weight:500;line-height:1;letter-spacing:-.04em}.collection-page__header>div{max-width:650px;margin-top:20px;color:#555}.collection-page__toolbar{height:60px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #222;border-bottom:1px solid #222;margin-bottom:30px;font-size:13px}.collection-page__toolbar select{min-width:210px;border:0;background:transparent;text-align:right;outline:0}.collection-products-pro{display:grid;grid-template-columns:repeat(4,1fr);column-gap:34px;row-gap:70px}.collection-products-pro .product-card--featured .product-card__media{aspect-ratio:1/1.25}.collection-products-pro .product-card--featured .product-card__media img{padding:8%;object-fit:contain}.collection-pagination{padding-top:70px;text-align:center}.collection-pagination a,.collection-pagination .page{display:inline-block;padding:7px 10px}.collection-empty{grid-column:1/-1;text-align:center;padding:80px 20px}.collection-empty a{display:inline-block;margin-top:10px;border-bottom:1px solid}@media(max-width:900px){.collection-page{padding:45px 0 70px}.collection-page__header{padding-bottom:30px}.collection-page__header h1{font-size:52px}.collection-page__toolbar{height:55px}.collection-page__toolbar select{min-width:160px;max-width:180px}.collection-products-pro{grid-template-columns:repeat(2,1fr);gap:45px 12px}.collection-products-pro .product-card--featured{flex:auto}.collection-products-pro .product-card--featured .product-card__media{aspect-ratio:1/1.2}.collection-products-pro .featured-card__button{min-width:115px}}.collection-page{padding-top:52px}.collection-page__header{padding-bottom:32px}.collection-page__header>span{margin-bottom:10px;color:#555;font-size:9px;font-weight:500;letter-spacing:.2em}.collection-page__header h1{font-family:DM Sans,sans-serif;font-size:clamp(38px,4.2vw,58px);font-weight:500;line-height:1.08;letter-spacing:-.045em}.collection-page__header>div{margin-top:14px;font-size:13px}.collection-page__toolbar{height:52px;margin-bottom:38px;border-color:#d6d6d6;color:#333;font-size:12px}.collection-page__toolbar select{font-size:12px;color:#333}@media(max-width:900px){.collection-page{padding-top:34px}.collection-page__header{padding-bottom:24px}.collection-page__header h1{font-size:38px}.collection-page__toolbar{height:48px;margin-bottom:25px}}.collection-page{padding-top:0}.collection-hero-banner{width:100%;height:min(38vw,520px);min-height:330px;margin-bottom:36px;overflow:hidden;background:#eee}.collection-hero-banner img{width:100%;height:100%;object-fit:cover}.collection-page__toolbar{margin-top:0}@media(max-width:900px){.collection-page{padding-top:0}.collection-hero-banner{height:390px;min-height:0;margin-bottom:22px}.collection-hero-banner img{object-position:center}}.collection-hero-banner{width:100%;max-width:none;margin:0;height:auto;min-height:0}.collection-hero-banner img{display:block;width:100%;height:auto;object-fit:cover}.collection-page__products{padding-top:58px}@media(max-width:900px){.collection-hero-banner{height:auto;min-height:0;background:#fff}.collection-hero-banner img{display:block;width:100%;height:auto;object-fit:contain;object-position:center}.collection-page__products{padding-top:38px}}.featured-card__swatches button{display:block;width:19px;height:19px;padding:0;border:2px solid #fff;border-radius:50%;background:#222;box-shadow:0 0 0 1px #222}.featured-card__swatches button.swatch-2{background:#8a633a}.featured-card__swatches button.swatch-3{background:#b8c5ce}.featured-card__swatches button.swatch-4{background:#d2b17c}.featured-card__swatches button.is-active{box-shadow:0 0 0 2px #111}.featured-card__image-link{display:block}.product-card .product-card__media,.product-card--featured .product-card__media,.collection-products-pro .product-card--featured .product-card__media{width:100%;height:260px;aspect-ratio:auto;display:grid;place-items:center;background:#fff;overflow:hidden}.product-card .product-card__media img,.product-card--featured .product-card__media img,.collection-products-pro .product-card--featured .product-card__media img{display:block;width:88%;height:78%;max-width:88%;max-height:78%;padding:0;margin:auto;object-fit:contain;object-position:center;transform:none!important}@media(max-width:900px){.product-card .product-card__media,.product-card--featured .product-card__media,.collection-products-pro .product-card--featured .product-card__media{height:220px}.product-card .product-card__media img,.product-card--featured .product-card__media img,.collection-products-pro .product-card--featured .product-card__media img{width:92%;height:80%;max-width:92%;max-height:80%}}@media(max-width:520px){.product-card .product-card__media,.product-card--featured .product-card__media,.collection-products-pro .product-card--featured .product-card__media{height:190px}}.featured-offer__grid--six{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:42px;row-gap:58px}@media(max-width:900px){.featured-offer__grid.featured-offer__grid--six{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 12px;overflow:visible;padding-bottom:0}.featured-offer__grid--six .product-card--featured{min-width:0;width:auto;flex:auto}}@media(max-width:900px){.mobile-menu{background:#000;color:#fff}.mobile-menu-close{color:#fff}.mobile-menu__links{border-top-color:#262626}.mobile-menu__links a,.mobile-menu__back{background:#000;color:#fff;border-bottom-color:#262626}.mobile-menu__links a:hover,.mobile-menu__back:hover{background:#111}}@media(max-width:900px){.reference-header__menu{color:#000;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent}.reference-header__menu svg{color:#000;stroke:#000;filter:none}}.face-guide{padding:90px 0 110px;background:#fff;color:#000}.face-guide__intro{max-width:820px;margin:0 auto 70px;text-align:center}.face-guide__intro>span{font-size:11px;font-weight:700;letter-spacing:.2em}.face-guide__intro h1{margin:14px 0 22px;font-family:Playfair Display,Georgia,serif;font-size:clamp(46px,6vw,78px);font-weight:400;line-height:1.02;letter-spacing:-.04em}.face-guide__intro p{max-width:680px;margin:auto;color:#555;font-size:16px}.face-guide__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.face-guide__card{min-height:390px;padding:34px 24px;border:1px solid #dedede;text-align:center}.face-guide__shape{width:92px;height:112px;margin:0 auto 28px;border:2px solid #111}.face-guide__shape--oval{border-radius:48%}.face-guide__shape--round{width:100px;height:100px;border-radius:50%;margin-top:7px;margin-bottom:33px}.face-guide__shape--square{width:100px;height:100px;border-radius:22px;margin-top:7px;margin-bottom:33px}.face-guide__shape--heart{position:relative;width:90px;height:105px;border:0}.face-guide__shape--heart:before{content:"\2661";position:absolute;top:-22px;right:0;bottom:0;left:0;font-family:Georgia,serif;font-size:125px;font-weight:400;line-height:1}.face-guide__shape--long{width:78px;height:118px;border-radius:42%;margin-bottom:22px}.face-guide__card h2{margin:0 0 12px;font-size:20px}.face-guide__card p{min-height:66px;margin:0 0 20px;color:#666;font-size:13px}.face-guide__card strong{display:block;margin-bottom:5px;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.face-guide__card span{font-size:13px}.face-guide__footer{max-width:720px;margin:80px auto 0;text-align:center}.face-guide__footer h2{margin:0 0 10px;font-family:Playfair Display,Georgia,serif;font-size:42px;font-weight:400}.face-guide__footer p{margin:0 0 28px;color:#555}.face-guide__button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 30px;background:#000;color:#fff;font-size:12px;font-weight:700;letter-spacing:.1em}@media(max-width:1000px){.face-guide__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.face-guide{padding:58px 0 78px}.face-guide__intro{margin-bottom:42px}.face-guide__intro h1{font-size:43px}.face-guide__grid{grid-template-columns:1fr;gap:12px}.face-guide__card{min-height:0;padding:30px 24px}.face-guide__card p{min-height:0}.face-guide__footer{margin-top:55px}.face-guide__footer h2{font-size:34px}}.reference-header__logo{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:30px;font-weight:400;letter-spacing:.08em}.footer-brand{font-family:Playfair Display,Georgia,Times New Roman,serif;font-weight:400;letter-spacing:.08em}@media(max-width:900px){.reference-header__logo{font-size:24px;letter-spacing:.07em}}html,body,#MainContent,.template-page #MainContent,.template-collection #MainContent,.template-product #MainContent,.template-search #MainContent,.template-cart #MainContent,.rte,.page-header,.collection-page{background:#fff}.reference-header,.reference-header--overlay{position:relative;top:auto;left:auto;right:auto;background:#fff;color:#000;border-bottom:1px solid #e5e5e5;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.reference-header--overlay .reference-header__logo,.reference-header--overlay .reference-header__nav a,.reference-header--overlay .reference-header__actions a{color:#000}h1,h2,h3,h4,h5,h6,.display,.rte h1,.page-header h1,.collection-page__header h1,.collection-tile h3,.story-copy h2,.benefit strong,.newsletter h2,.face-guide__intro h1,.face-guide__card h2,.face-guide__footer h2{font-family:DM Sans,Arial,sans-serif!important}.rte h1,.page-header h1,.collection-page__header h1,.face-guide__intro h1,.face-guide__footer h2{font-weight:500;letter-spacing:-.035em}.rte>h1,.page-header>h1,.collection-page__header>h1,.cart-page>h1,.face-guide__intro>h1{width:100%;margin-left:auto;margin-right:auto;text-align:center;font-family:DM Sans,Arial,sans-serif!important;font-size:38px!important;font-weight:700!important;line-height:1.15;letter-spacing:-.025em}@media(max-width:600px){.rte>h1,.page-header>h1,.collection-page__header>h1,.cart-page>h1,.face-guide__intro>h1{font-size:30px!important}}.legal-page{min-height:60vh;padding:86px 0 110px;background:#fff;color:#000}.legal-page__inner{max-width:900px}.legal-page h1{margin:0 0 55px;text-align:center;font-family:DM Sans,Arial,sans-serif;font-size:38px;font-weight:700;letter-spacing:-.025em}.legal-page__content{max-width:760px;margin:auto}.legal-page__content h2{margin:34px 0 10px;font-family:DM Sans,Arial,sans-serif;font-size:19px;font-weight:700}.legal-page__content p{margin:0 0 18px;color:#333;font-size:15px;line-height:1.75}.legal-page__content a{text-decoration:underline;text-underline-offset:3px}.template-page .rte,.legal-page__content,.shopify-policy__container,.shopify-policy__body{text-align:center}.template-page .rte ul,.template-page .rte ol,.legal-page__content ul,.legal-page__content ol,.shopify-policy__body ul,.shopify-policy__body ol{padding-left:0;list-style-position:inside}.template-page .rte p,.legal-page__content p,.shopify-policy__body p{margin-left:auto;margin-right:auto}.template-page .rte h2,.template-page .rte h3,.template-page .rte h4,.legal-page__content h2,.legal-page__content h3,.legal-page__content h4,.shopify-policy__body h2,.shopify-policy__body h3,.shopify-policy__body h4,.template-page .rte p strong,.legal-page__content p strong,.shopify-policy__body p strong,.template-page .rte .page-subtitle,.legal-page__content .page-subtitle,.shopify-policy__body .page-subtitle{font-family:DM Sans,Arial,sans-serif!important;font-weight:700!important}@media(max-width:600px){.legal-page{padding:58px 0 78px}.legal-page h1{margin-bottom:38px;font-size:30px}.legal-page__content h2{font-size:17px}}body:not(.template-index) #MainContent:after{content:"";display:block;width:100%;height:110px;background:#fff}@media(max-width:600px){body:not(.template-index) #MainContent:after{height:78px}}.footer-grid--institutional{grid-template-columns:minmax(230px,1fr) minmax(270px,1fr) 1.6fr;align-items:start;gap:70px}.footer-grid--institutional .footer-column h3{margin-bottom:24px;color:#fff;font-size:15px;font-weight:700;letter-spacing:0;text-transform:none}.footer-grid--institutional .footer-column a,.footer-grid--institutional .footer-column p{margin:0 0 14px;color:#ffffffc7;font-size:14px;line-height:1.55}.footer-grid--institutional .footer-column a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}.footer-contact p{max-width:260px}.footer-lower{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin-top:90px}.footer-lower .footer-bottom{margin:0;padding:0;border:0}.footer-lower .footer-payments{margin:0}@media(max-width:900px){.footer-grid--institutional{grid-template-columns:1fr 1fr;gap:50px 34px}.footer-grid--institutional>div:first-child{grid-column:auto}}@media(max-width:600px){.site-footer{padding-top:52px}.footer-grid--institutional{grid-template-columns:1fr;gap:38px}.footer-lower{flex-direction:column;align-items:flex-start;margin-top:58px}.footer-lower .footer-payments{width:100%;text-align:left}.footer-lower .footer-payments ul{justify-content:flex-start}}.cart-progress__truck{width:19px;height:19px;stroke:#111;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.cart-progress{grid-template-columns:repeat(2,1fr)}.cart-progress__tag{width:18px;height:18px;stroke:#111;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.template-product,.template-product #MainContent,.template-product .reference-header{background:#fff}.variant-pill[data-variant-label*=marrom i]>span{background:#8b4513}.variant-pill[data-variant-label*=preto i]:not([data-variant-label*=laranja i])>span{background:#111}.variant-pill[data-variant-label*=preto i][data-variant-label*=laranja i]>span{background:linear-gradient(90deg,#111 0 50%,#d58a18 50% 100%)}.variant-pill[data-variant-label*=tartaruga i][data-variant-label*=roxo i]>span{background:linear-gradient(90deg,#2a160e 0 12%,#d77718 12% 23%,#160f0d 23% 38%,#b85b16 38% 50%,#7d7b98 50%,#c9c5da)}.featured-card__swatches button[title*=marrom i]{background:#8b4513}.featured-card__swatches button[title*=preto i]:not([title*=laranja i]){background:#111}.featured-card__swatches button[title*=preto i][title*=laranja i]{background:linear-gradient(90deg,#111 0 50%,#d58a18 50% 100%)}.featured-card__swatches button[title*=tartaruga i][title*=roxo i]{background:linear-gradient(90deg,#2a160e 0 12%,#d77718 12% 23%,#160f0d 23% 38%,#b85b16 38% 50%,#7d7b98 50%,#c9c5da)}.delivery-calculator{align-items:flex-start}.delivery-calculator__content{width:100%}.delivery-calculator__form{display:flex;gap:8px;margin:9px 0 5px}.delivery-calculator__form input{min-width:0;min-height:42px;flex:1;height:42px;padding:0 12px;border:1px solid #d5d5d5;border-radius:5px;background:#fff;font-size:13px}.delivery-calculator__form button{height:42px;padding:0 18px;border:0;border-radius:5px;background:#000;color:#fff;font-size:12px;font-weight:600}.delivery-calculator [data-cep-result].is-error{color:#b42318}.delivery-calculator [data-cep-result].is-success{color:#246b39}@media(max-width:520px){.delivery-calculator__form button{padding:0 13px}}.delivery-box .delivery-calculator__form{flex-direction:row}.delivery-calculator__form input{width:auto}.delivery-calculator__form button{flex:0 0 auto}@media(max-width:520px){.delivery-box .delivery-calculator__form{flex-direction:column}.delivery-calculator__form button{width:100%}}.drawer-item__price .drawer-quantity{display:grid;grid-template-columns:27px 30px 27px;align-items:center;height:36px;border:1px solid #e5e5e5;border-radius:9px;overflow:hidden}.drawer-quantity button{height:100%;padding:0;border:0;background:#fafafa;color:#222;font-size:18px}.drawer-quantity button:hover{background:#eee}.drawer-quantity button:disabled{opacity:.45}.drawer-item__price .drawer-quantity small{display:grid;place-items:center;width:auto;height:100%;border-left:1px solid #eee;border-right:1px solid #eee;border-radius:0;background:#fff;font-size:12px}.cart-drawer{inset:0 0 0 auto;height:100vh;height:100dvh;overflow:hidden;overscroll-behavior:contain}.cart-drawer__scroll{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y}.cart-drawer__footer{position:relative;z-index:2;flex:0 0 auto;padding-bottom:max(25px,env(safe-area-inset-bottom));box-shadow:0 -4px 14px #0000000a}@media(max-width:650px){.cart-drawer__header{height:62px}.cart-progress{padding-top:8px}.cart-progress__line{top:23px}.cart-progress__message{margin-top:7px;margin-bottom:8px;padding-bottom:9px}.cart-drawer__footer{padding:12px 20px max(12px,env(safe-area-inset-bottom))}.cart-drawer__footer>p{margin:3px 0 10px}.cart-secondary-action,.cart-checkout{height:44px}.cart-recommendations__grid{-webkit-overflow-scrolling:touch}}.variant-pill[class*=swatch-]>span,.featured-card__swatches button[class*=swatch-]{background:linear-gradient(135deg,#eee 0 50%,#9a9a9a 50% 100%)}.drawer-item__price>span{display:flex;flex-direction:column;align-items:flex-end;gap:2px;min-width:72px}.drawer-item__price strong{font-size:13px;font-weight:700}.drawer-item__compare{font-size:12px;color:#9a9a9a;text-decoration:line-through}.drawer-promo-badge{display:inline-flex;align-items:center;align-self:flex-start;gap:4px;margin-top:3px;padding:3px 7px;background:#f2f2f2;color:#111;font-size:11px;font-style:normal;font-weight:700;line-height:1}.drawer-promo-badge:before{content:"";width:12px;height:12px;background:currentColor;display:block;-webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 12.2 12.2 4H19v6.8L10.8 19 4 12.2Z'/%3E%3Ccircle cx='15.7' cy='7.4' r='1.25' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 12.2 12.2 4H19v6.8L10.8 19 4 12.2Z'/%3E%3Ccircle cx='15.7' cy='7.4' r='1.25' fill='black'/%3E%3C/svg%3E") center/contain no-repeat}.drawer-promo-note{align-self:flex-start;color:#777;font-size:10px;font-style:normal}.cart-drawer__footer [data-cart-discount-row],.cart-drawer__footer [data-cart-discount-row] strong{color:#777}.cart-checkout{border:0;cursor:pointer}.cart-checkout:disabled{opacity:.75;cursor:wait}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
