@font-face{font-family:Cabin;src:url(cabin-regular.woff2) format("woff2");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Cabin;src:url(cabin-medium.woff2) format("woff2");font-style:normal;font-weight:500 700;font-display:swap}@font-face{font-family:Cabin;src:url(cabin-italic.woff2) format("woff2");font-style:italic;font-weight:400;font-display:swap}@font-face{font-family:Playfair Display;src:url(playfair-display-regular.woff2) format("woff2");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Playfair Display;src:url(playfair-display-medium.woff2) format("woff2");font-style:normal;font-weight:500 700;font-display:swap}*,*:before,*:after{box-sizing:border-box}:root{--page:1320px;--serif:"Playfair Display",serif;--sans:"Cabin",sans-serif}html{scroll-behavior:smooth}body{margin:0;color:var(--bq-ink);background:var(--bq-paper);font-family:var(--sans);font-size:16px;line-height:1.5625;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.02}h1{font-size:clamp(48px,6.7vw,96px)}h2{font-size:clamp(38px,4.4vw,66px)}h3{font-size:26px}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:16px;top:-80px;z-index:1000;background:#fff;color:#000;padding:12px 18px}.skip-link:focus{top:16px}.bq-page{width:min(var(--page),calc(100% - 64px));margin-inline:auto}.bq-narrow{width:min(820px,calc(100% - 40px));margin-inline:auto}.bq-wrap{width:min(1180px,calc(100% - 40px));margin-inline:auto}.bq-center{text-align:center}.bq-eyebrow{font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.bq-eyebrow--dark{color:#201d19}.bq-stars{color:#080808;font-size:13px;letter-spacing:2px}.bq-actions{display:flex;gap:16px;flex-wrap:wrap}.bq-btn{min-width:180px;min-height:43px;display:inline-flex;align-items:center;justify-content:center;padding:11px 26px;border:1px solid currentColor;font-size:12px;font-weight:400;line-height:18.36px;letter-spacing:.6px;text-transform:uppercase;transition:.2s ease}.bq-btn:hover{transform:translateY(-1px)}.bq-btn--outline-light{color:#fff;border-color:#fff;background:transparent}.bq-btn--outline-light:hover{color:#111;background:#fff}.bq-btn--dark{color:#fff;background:#0d0d0d;border-color:#0d0d0d}.bq-btn--dark:hover{background:#2b2b2b}.bq-text-link{display:inline-block;border-bottom:1px solid #111;padding-bottom:3px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.bq-announcement{height:44px;display:grid;place-items:center;position:relative;z-index:50;overflow:hidden;background:#080808;color:#fff;font-size:15px;font-weight:400;line-height:22.5px}.bq-announcement span{grid-area:1/1;transition:opacity .45s ease}.bq-announcement span+span{opacity:0}.bq-announcement.is-alt span:first-child{opacity:0}.bq-announcement.is-alt span+span{opacity:1}.bq-header{height:80px;position:relative;z-index:40;background:#fff}.bq-header--overlay{position:absolute;top:44px;left:0;right:0;background:transparent;color:#fff}.bq-header__inner{height:100%;width:calc(100% - 116px);margin:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.bq-logo{grid-column:1;justify-self:start}.bq-logo img{width:var(--logo-width);max-height:74px;object-fit:contain}.bq-nav{display:none}.bq-header__actions{grid-column:3;justify-self:end;display:flex;align-items:center;gap:25px}.bq-header-icon{position:relative;width:28px;height:28px;display:grid;place-items:center;border:0;background:transparent;padding:0;list-style:none}.bq-header-icon::-webkit-details-marker{display:none}.bq-header-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round}.bq-cart-count{position:absolute;right:-8px;top:-7px;min-width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:var(--bq-gold);color:#fff;font-size:10px}.bq-menu{position:relative}.bq-menu__panel{position:fixed;right:0;top:0;width:min(430px,90vw);height:100vh;z-index:200;padding:84px 50px 44px;background:var(--bq-cream);color:#111;box-shadow:-20px 0 80px #0000002e;transform:translate(102%);transition:transform .35s ease}.bq-menu[open] .bq-menu__panel{transform:translate(0)}.bq-menu__close{position:absolute;right:24px;top:18px;border:0;background:transparent;font:42px/1 var(--serif)}.bq-menu__badge{width:72px;height:72px;object-fit:contain;margin-bottom:34px}.bq-menu nav{display:grid}.bq-menu nav a{padding:14px 0;border-bottom:1px solid rgba(0,0,0,.14);font-family:var(--serif);font-size:30px}.bq-menu__panel p{margin-top:30px;color:#5e5549}.bq-purchase-toast{position:fixed;left:24px;bottom:24px;z-index:35;width:320px;min-height:80px;display:grid;grid-template-columns:64px 1fr;gap:12px;align-items:center;padding:9px;background:#fffffff5;color:#555;border:1px solid #eee;border-radius:10px;box-shadow:0 6px 22px #00000014;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:opacity .35s,transform .35s}.bq-purchase-toast.is-hidden{opacity:0;transform:translateY(18px);pointer-events:none}.bq-purchase-toast img{width:64px;height:64px;border-radius:4px;object-fit:cover}.bq-purchase-toast>span{display:grid;line-height:1.35}.bq-purchase-toast strong{font-size:14px;font-weight:500}.bq-purchase-toast small{font-size:12px}.bq-purchase-toast small:last-child{margin-top:5px;color:#999}.bq-home-hero{height:min(750px,calc(100vh - 44px));min-height:620px;position:relative;display:flex;align-items:flex-end;color:#fff;background:#5b3b25;overflow:hidden}.bq-home-hero__media,.bq-home-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0}.bq-home-hero__media picture{display:block;width:100%;height:100%}.bq-home-hero__media img{width:100%;height:100%;object-fit:cover;object-position:var(--hero-position)}.bq-home-hero__shade{background:linear-gradient(90deg,#00000057,#00000014 65%,#00000024)}.bq-home-hero__copy{position:relative;z-index:2;width:calc(100% - 116px);margin:0 auto 60px}.bq-home-hero .bq-eyebrow{font-size:17.5px;font-weight:500;line-height:27.3438px;letter-spacing:1.75px;margin-bottom:17.5px}.bq-home-hero h1{width:1000px;max-width:100%;margin:0;font-size:96px;line-height:1.2;letter-spacing:normal}.bq-home-hero__text{max-width:none;margin:0 0 26px;font-size:26.25px;font-weight:400;line-height:1.25}.bq-manifesto{padding:66px 0 48px;text-align:center;background:#fff}.bq-manifesto h2{font-size:40px;line-height:1.14;margin-bottom:26px}.bq-manifesto p{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.bq-cream{background:var(--bq-cream)}.bq-ritual{padding:72px 0}.bq-ritual__grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.bq-ritual__copy{padding:30px 0}.bq-ritual h2{font-size:54px;margin:15px 0 32px}.bq-ritual__product{font-family:var(--serif);font-size:19px;margin:8px 0 18px}.bq-ritual__product span{margin-left:7px;color:#4d473f;font-family:var(--sans);font-size:14px}.bq-ritual__copy>p:not(.bq-eyebrow):not(.bq-ritual__product){max-width:520px;color:#4d473f;line-height:1.7}.bq-ritual__copy .bq-btn{margin-top:18px}.bq-ritual__media{overflow:hidden;border-radius:8px}.bq-ritual__media img{width:100%;aspect-ratio:1/1;object-fit:cover}.bq-home-products{padding:78px 0 92px}.bq-section-title{text-align:center;max-width:820px;margin:0 auto 42px}.bq-section-title h2{margin-bottom:15px}.bq-section-title>p:last-child{color:#514b43}.bq-home-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.bq-home-card__media-wrap{position:relative;overflow:hidden;background:#eee}.bq-home-card__media{position:relative;display:block;overflow:hidden}.bq-home-card__media>img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .35s ease}.bq-home-card:hover .bq-home-card__media>img{transform:scale(1.02)}.bq-home-card h3{font-family:var(--sans);font-size:13px;font-weight:400;line-height:1.35;margin:14px 0 4px}.bq-home-card>p{font-size:12px;margin:0 0 4px}.bq-card-badge{position:absolute;left:0;top:0;padding:6px 9px;background:#ff6b78;color:#fff;font-size:9px;font-weight:700}.bq-quick-buy-form,.bq-home-card__media-wrap>.bq-quick-buy{position:absolute;inset:auto 0 0;margin:0;transform:translateY(100%);transition:transform .25s}.bq-quick-buy{width:100%;display:block;padding:12px;border:0;background:#fffffff0;color:#111;text-align:center;font:700 11px/1.2 var(--sans);text-transform:uppercase;cursor:pointer}.bq-quick-buy:disabled,.bq-quick-buy.is-disabled{cursor:not-allowed;opacity:.55}.bq-home-card:hover .bq-quick-buy-form,.bq-home-card:hover .bq-home-card__media-wrap>.bq-quick-buy{transform:none}.bq-home-products .bq-center{margin-top:32px}.bq-story{padding:88px 0}.bq-story__grid{display:grid;grid-template-columns:1.08fr .92fr;gap:90px;align-items:center}.bq-story--reverse .bq-story__media{order:2}.bq-story__media img{width:100%;aspect-ratio:1/1;object-fit:cover}.bq-story__copy{max-width:590px}.bq-story__copy h2{font-size:58px;margin:14px 0 25px}.bq-story__copy h3{font-family:var(--sans);font-weight:700;font-size:18px;margin-bottom:18px}.bq-story__copy>p:not(.bq-eyebrow){color:#4c4741;line-height:1.75}.bq-story__copy .bq-btn,.bq-story__copy .bq-text-link{margin-top:18px}.bq-check-list{list-style:none;padding:0;margin:0 0 22px}.bq-check-list li{margin:9px 0}.bq-check-list li:before{content:"\2665";margin-right:8px;color:#e86778}.bq-promise{padding:90px 0;background:#fff}.bq-promise__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.bq-promise__grid>div{text-align:center;border:1px solid #d9d0c2;padding:32px 22px}.bq-promise__grid span{display:block;font:34px var(--serif);color:var(--bq-gold);margin-bottom:12px}.bq-promise__grid strong{display:block;font-family:var(--serif);font-size:20px;margin-bottom:8px}.bq-promise__grid p{margin:0;color:#655f57;font-size:13px}.bq-newsletter{padding:92px 0;text-align:center;background:#0b0b0b;color:#fff}.bq-newsletter h2{margin-bottom:12px}.bq-newsletter__form{max-width:650px;margin:28px auto 0;display:grid;grid-template-columns:1fr auto}.bq-newsletter__form input{min-height:52px;padding:0 18px;border:1px solid #fff;background:transparent;color:#fff}.bq-newsletter__form button{min-height:52px;padding:0 30px;border:1px solid #fff;background:#fff;color:#111;font-size:12px;font-weight:700}.bq-form-message,.bq-newsletter__form .errors{grid-column:1/-1;margin-top:12px}.bq-pdp{padding:54px 0 90px;background:#fff}.bq-pdp__layout{width:min(1320px,calc(100% - 72px));margin:auto;display:grid;grid-template-columns:minmax(0,1.53fr) minmax(430px,1fr);gap:60px;align-items:start}.bq-gallery{min-width:0}.bq-gallery__stage{position:relative;aspect-ratio:1/1;border-radius:9px;overflow:hidden;background:#f5ead8}.bq-gallery__slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:transparent;opacity:0;visibility:hidden;transition:opacity .25s}.bq-gallery__slide img{width:100%;height:100%;object-fit:cover}.bq-gallery__thumbs{display:flex;gap:10px;margin-top:14px;overflow-x:auto;padding-bottom:4px}.bq-gallery__thumb{width:76px;min-width:76px;aspect-ratio:1;border:1px solid transparent;background:#f2eee7;padding:0;opacity:.72}.bq-gallery__thumb.is-active{border-color:#111;opacity:1}.bq-gallery__thumb img{width:100%;height:100%;object-fit:cover}.bq-gallery--xl .bq-gallery__stage{aspect-ratio:4/5}.bq-pdp__info{padding-top:19px}.bq-pdp__rating{height:27px;display:flex;align-items:center;gap:8px;font-size:16px;line-height:25px}.bq-pdp__rating .bq-stars{font-size:11px}.bq-pdp__kicker{font-size:20px;line-height:31.25px;margin:0}.bq-pdp__info h1{font-size:40px;line-height:50px;letter-spacing:normal;margin:0 0 10px}.bq-clinical{border-bottom:1px solid #222;padding-bottom:18px;margin-bottom:28px}.bq-clinical strong{font-family:var(--serif);font-size:20px;font-weight:400}.bq-clinical p{margin:8px 0;color:#4c4a47}.bq-clinical a{font-size:13px;border-bottom:1px solid}.bq-authentic{padding:11px 18px;border:1px dashed #9e741e;background:#fff0bd;text-align:center;font-size:16px;line-height:22px;margin-bottom:22px}.bq-scarcity strong{display:flex;align-items:center;gap:8px;font-size:17px;line-height:17px}.bq-scarcity strong>span{width:10px;height:10px;background:#e22929;border-radius:50%;box-shadow:0 0 0 5px #ffdede}.bq-scarcity p{font-size:15px;line-height:18px;margin:5px 0 7px}.bq-pdp__intro{font-family:var(--sans);font-style:italic;font-size:20px;line-height:31.25px;margin:0 0 20px}.bq-offers{display:grid;gap:10px}.bq-offer{position:relative;display:grid;grid-template-columns:24px 1fr auto;gap:10px;align-items:start;padding:18px 17px;border:1px solid #cabfae;border-radius:12px;background:#fff;cursor:pointer}.bq-offer.is-selected{border-color:#b78937;background:#fcf7ee}.bq-offer input{position:absolute;opacity:0;pointer-events:none}.bq-offer__radio{width:19px;height:19px;border:2px solid #d0c7b8;border-radius:50%;margin-top:1px}.bq-offer.is-selected .bq-offer__radio{border:5px solid #ca9d4a}.bq-offer__copy strong{font-size:15px}.bq-offer__copy small{color:#675f55;margin-top:3px}.bq-offer__price{font-size:17px;font-weight:700;text-align:right}.bq-offer__price s{display:block;color:#777;font-size:12px;font-weight:400}.bq-offer__badge{position:absolute;right:12px;top:-8px;padding:4px 9px;background:#b79243;color:#fff;font-size:9px;font-weight:700}.bq-offer__save{position:absolute;right:82px;top:18px;padding:6px 12px;border-radius:20px;background:#dff1d2;color:#316a1d;font-size:10px;font-weight:700}.bq-offer__benefits{grid-column:2/-1;display:grid;gap:7px;border-top:1px solid #ded5c8;padding-top:13px;margin-top:4px;font-size:12px;color:#4b463e}.bq-add{width:100%;min-height:62px;border:0;background:#111;color:#fff;display:grid;place-items:center;padding:8px}.bq-add span{font-weight:700;letter-spacing:.04em}.bq-add small{font-size:10px}.bq-purchase-notes{display:flex;justify-content:center;gap:24px;margin:13px 0 26px;font-size:10px;color:#655f58}.bq-product-copy{font-family:var(--serif);font-size:15px;line-height:1.65}.bq-product-copy h2{font-family:var(--serif);font-size:19px;line-height:1.35}.bq-product-copy ul{padding-left:18px}.bq-product-copy li{margin:5px 0}.bq-pdp-accordion{margin-top:20px;border-top:1px solid #d5d0c9}.bq-pdp-accordion details{border-bottom:1px solid #d5d0c9;padding:15px 0}.bq-pdp-accordion summary{list-style:none;display:flex;justify-content:space-between;font-size:13px;font-weight:700;cursor:pointer}.bq-pdp-accordion summary::-webkit-details-marker{display:none}.bq-pdp-accordion summary:after{content:"+"}.bq-pdp-accordion details[open] summary:after{content:"\2212"}.bq-pdp-accordion p{margin:12px 0 0;color:#5b554e;font-size:13px}.bq-pdp-story{padding:92px 0}.bq-pdp-story__grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.bq-pdp-story--reverse .bq-pdp-story__media{order:2}.bq-pdp-story__media img{width:100%;aspect-ratio:1/1;object-fit:cover}.bq-pdp-story h2{font-size:56px}.bq-pdp-story p{font-size:17px;line-height:1.75;color:#4f4b45}.bq-benefit-band{padding:55px 0;background:#fff8e7}.bq-benefit-band__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.bq-benefit-band span{display:block;font-size:30px;color:var(--bq-gold)}.bq-benefit-band strong{display:block;font-family:var(--serif);font-size:20px;margin:8px}.bq-benefit-band p{margin:0;color:#625a4f;font-size:13px}.bq-footer{position:relative;background:var(--footer-bg);color:var(--footer-text);padding:88px 0 38px}.bq-footer:before{content:"";position:absolute;left:0;right:0;top:-24px;height:28px;background:var(--footer-bg);clip-path:polygon(0 55%,12% 36%,29% 54%,45% 28%,63% 55%,82% 34%,100% 50%,100% 100%,0 100%)}.bq-footer__grid{display:grid;grid-template-columns:1fr 1.35fr 1.15fr 1.15fr 1.4fr;gap:34px}.bq-footer h3,.bq-footer h4{font-family:var(--serif);color:var(--footer-heading);font-weight:400}.bq-footer h3{font-size:27px}.bq-footer h4{font-size:15px;margin-bottom:16px}.bq-footer p,.bq-footer li{font-size:12px;line-height:1.65}.bq-footer ul{list-style:none;padding:0;margin:0}.bq-footer li{margin:5px 0}.bq-footer__logo img{width:120px;max-height:70px;object-fit:contain}.bq-footer__bottom{margin-top:48px;padding-top:24px;border-top:1px solid rgba(0,0,0,.12);display:flex;justify-content:space-between;font-size:11px}.bq-cart,.bq-page-content,.bq-search,.bq-contact{width:min(900px,calc(100% - 40px));margin:0 auto;padding:80px 0}.bq-form{display:grid;gap:16px}.bq-form label{display:grid;gap:6px}.bq-form input,.bq-form textarea,.bq-form select,.bq-search input{width:100%;padding:13px;border:1px solid #bfb8ad;background:#fff}.bq-accordion details{border-bottom:1px solid #ddd;padding:15px 0}@media(max-width:990px){.bq-page{width:min(100% - 36px,var(--page))}.bq-header__inner,.bq-home-hero__copy{width:calc(100% - 44px)}.bq-home-hero{min-height:560px;height:720px}.bq-home-hero__copy{margin-bottom:42px}.bq-home-products__grid{grid-template-columns:repeat(2,1fr)}.bq-ritual__grid,.bq-story__grid,.bq-pdp-story__grid{grid-template-columns:1fr;gap:35px}.bq-story--reverse .bq-story__media,.bq-pdp-story--reverse .bq-pdp-story__media{order:0}.bq-ritual__copy,.bq-story__copy{max-width:none}.bq-promise__grid{grid-template-columns:repeat(2,1fr)}.bq-pdp__layout{width:min(100% - 36px,760px);grid-template-columns:1fr;gap:28px}.bq-pdp__info{padding-top:0}.bq-footer__grid{grid-template-columns:repeat(2,1fr)}.bq-footer__grid>*:first-child{grid-column:1/-1}.bq-benefit-band__grid{grid-template-columns:1fr}}@media(max-width:620px){body{font-size:14px}.bq-announcement{height:44px;font-size:15px;line-height:22.5px}.bq-header{height:90px}.bq-header--overlay{top:44px}.bq-header__inner{width:calc(100% - 40px);height:74px}.bq-logo img{width:96px}.bq-header__actions{gap:22px}.bq-header-icon{width:24px;height:24px}.bq-header-icon svg{width:24px;height:24px}.bq-menu__panel{padding:72px 28px 34px}.bq-purchase-toast{left:24px;bottom:25px;width:calc(100% - 48px);min-height:82px}.bq-home-hero{height:641px;min-height:0}.bq-home-hero__media img{object-position:center center}.bq-home-hero__shade{background:linear-gradient(0deg,rgba(0,0,0,.52),transparent 66%)}.bq-home-hero__copy{position:absolute;top:151px;left:20px;width:calc(100% - 40px);margin:0}.bq-home-hero .bq-eyebrow{font-size:17.5px;line-height:27.3438px;margin-bottom:17.5px}.bq-home-hero h1{font-size:55px;line-height:66px}.bq-home-hero__text{font-size:25px;line-height:31.25px;margin-bottom:26px}.bq-actions{display:grid;gap:16px}.bq-actions .bq-btn{width:100%}.bq-btn{min-width:145px;min-height:43px;padding:10px 18px}.bq-manifesto{padding:36px 0 30px}.bq-manifesto h2{font-size:30px}.bq-ritual,.bq-home-products,.bq-story,.bq-promise,.bq-newsletter,.bq-pdp-story{padding:58px 0}.bq-ritual h2,.bq-story__copy h2,.bq-pdp-story h2{font-size:40px}.bq-home-products__grid{gap:11px}.bq-home-card h3{font-size:12px}.bq-quick-buy{display:none}.bq-promise__grid,.bq-newsletter__form{grid-template-columns:1fr}.bq-newsletter__form button{margin-top:8px}.bq-pdp{padding:20px 0 60px}.bq-pdp__layout{width:calc(100% - 40px);gap:35.5px}.bq-gallery__stage{border-radius:9px}.bq-gallery__thumbs{padding:0 0 4px;gap:9px;margin-top:10px}.bq-gallery__thumb{min-width:90px;width:90px}.bq-pdp__info{padding:0}.bq-pdp__rating .bq-stars{color:#078c5d;font-size:20px;letter-spacing:1px}.bq-pdp__info h1{font-size:40px;line-height:50px;margin-top:8px}.bq-pdp__kicker{font-size:20px;line-height:31.25px}.bq-offer{padding:15px 12px}.bq-offer__benefits{font-size:11px}.bq-purchase-notes{gap:8px;justify-content:space-between}.bq-pdp-story__grid{width:100%}.bq-pdp-story__grid>div:not(.bq-pdp-story__media){padding:0 18px}.bq-footer{padding-top:64px}.bq-footer__grid{grid-template-columns:1fr 1fr;gap:26px 18px}.bq-footer__bottom{display:grid;gap:8px}.bq-pdp--xl{padding-top:0;margin-top:-16px}.bq-gallery--xl .bq-gallery__stage{aspect-ratio:auto;display:grid;gap:16px;overflow:visible;background:transparent}.bq-gallery--xl .bq-gallery__slide{position:relative;inset:auto;height:auto;opacity:1;visibility:visible;border-radius:9px;overflow:hidden}.bq-gallery--xl .bq-gallery__slide img{height:auto;object-fit:contain}.bq-gallery--xl .bq-gallery__thumbs{display:none}}.template-product .bq-header,.template-product .bq-header__inner{height:73.56px}.bq-xl-hero{width:min(1080px,calc(100% - 40px));margin:0 auto;overflow:hidden;border-radius:9px}.bq-xl-hero img{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover}.bq-pdp{padding:60px 0;background:#fff}.bq-pdp--xl{padding-top:30px}.bq-pdp:not(.bq-pdp--xl){height:2550.61px}.bq-pdp--xl{height:2574.41px}.bq-pdp__layout{width:min(1320px,calc(100% - 72px));margin:0 auto;display:grid;grid-template-columns:minmax(0,762px) minmax(0,498px);gap:60px;align-items:stretch}.bq-gallery{min-width:0;position:relative}.bq-gallery__stage{position:relative;width:100%;aspect-ratio:1;border-radius:9px;overflow:visible;background:#f0ece6}.bq-gallery__slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;border-radius:9px;overflow:hidden;background:transparent;opacity:0;visibility:hidden;transition:opacity .2s ease}.bq-gallery__slide.is-active{opacity:1;visibility:visible}.bq-gallery__slide img{display:block;width:100%;height:100%;object-fit:cover}.bq-gallery__arrow{position:absolute;z-index:3;top:50%;width:42px;height:42px;border:1px solid #eee;border-radius:50%;display:grid;place-items:center;background:#fff;color:#333;font:31px/1 var(--serif);transform:translateY(-50%);box-shadow:0 2px 8px #0000000a}.bq-gallery__arrow--prev{left:-20px}.bq-gallery__arrow--next{right:-20px}.bq-gallery__thumbs{height:100px;display:flex;justify-content:center;gap:0;margin-top:5px;padding:0;overflow:hidden}.bq-gallery__thumb{flex:0 0 100px;width:100px;height:100px;border:0;background:transparent;padding:6px;opacity:1}.bq-gallery__thumb:first-child,.bq-gallery__thumb:last-child{flex-basis:95px;width:95px}.bq-gallery__thumb:first-child{padding-left:1px}.bq-gallery__thumb:last-child{padding-right:1px}.bq-gallery__thumb img{display:block;width:88px;height:88px;border-radius:4px;object-fit:cover}.bq-gallery__thumb.is-active img{outline:1px solid #111;outline-offset:0}.bq-pdp__info{min-width:0;padding-top:20px}.bq-pdp__rating{height:26.58px;display:flex;align-items:center;gap:8px;margin:0;color:#111;font-size:16px;line-height:25px}.bq-pdp__rating .bq-stars{color:#007f4e;font-size:18px;line-height:1;letter-spacing:0}.bq-pdp__kicker{height:31.25px;margin:0;font-size:20px;line-height:31.25px}.bq-pdp__info h1{min-height:50px;margin:0;font-family:var(--serif);font-size:40px;font-weight:400;line-height:50px;letter-spacing:0}.bq-pdp__base-price{height:62.38px;display:flex;align-items:center;padding-top:12.5px;font-size:23px;line-height:32px}.bq-pdp__base-price.is-hidden-price{height:32.5px;padding:0}.bq-clinical{height:113px;display:block;margin:0;font-family:var(--serif)}.bq-clinical strong{display:block;margin:0 0 6px;font-family:var(--serif);font-size:20px;font-weight:400;line-height:25px}.bq-clinical p{margin:0 0 8px;color:#454545;font-family:var(--sans);font-size:15px;line-height:22px}.bq-clinical p b{font-weight:500}.bq-clinical p em{font-family:var(--serif)}.bq-clinical>a{height:25px;display:flex;align-items:center;gap:15px;width:max-content;font-family:var(--sans);font-size:15px;line-height:25px}.bq-clinical__faces{display:flex;align-items:center;padding-left:3px}.bq-clinical__faces i{width:21px;height:21px;display:grid;place-items:center;margin-left:-4px;border:1px solid #fff;border-radius:50%;overflow:hidden;background:#efebe8;font-size:14px;font-style:normal}.bq-authentic{width:100%;min-height:46px;display:flex;align-items:center;justify-content:center;gap:4px;margin:37px 0 0;padding:10px;border:1px dashed #9e741e;border-radius:5px;background:#ffeaae;text-align:center;font-size:15px;line-height:25px}.bq-pdp--xl .bq-authentic{margin-top:17px}.bq-authentic strong{font-weight:700}.bq-authentic>span{color:#008654}.bq-authentic sup{font-size:9px}.bq-scarcity{min-height:58px;margin-top:24px}.bq-scarcity strong{height:18px;display:flex;align-items:center;gap:8px;font-size:17px;line-height:18px}.bq-scarcity strong>span{width:8px;height:8px;border-radius:50%;background:#d61722;box-shadow:0 0 0 5px #ffe9e9}.bq-scarcity strong em{color:#d61722;font-style:normal;font-weight:400}.bq-scarcity p{margin:4px 0 0;font-size:15px;line-height:18px}.bq-pdp__intro{min-height:62.5px;margin:7px 0 0;font-family:var(--sans);font-size:20px;font-style:italic;line-height:31.25px}.bq-pdp-form{margin:0}.bq-offers{display:grid;gap:10px;margin-top:20px}.bq-offer{position:relative;min-height:84px;display:grid;grid-template-columns:22px 1fr auto;align-content:start;column-gap:11px;padding:18px 17px;border:1px solid #d7d1c7;border-radius:11px;background:#fff;cursor:pointer}.bq-offer.is-selected{min-height:194px;border-color:#c4933d;background:#fbf7ef}.bq-offer.is-disabled{opacity:.45;cursor:not-allowed}.bq-offer>input{position:absolute;opacity:0;pointer-events:none}.bq-offer__radio{width:20px;height:20px;border:2px solid #d9d6cf;border-radius:50%;margin-top:2px;background:#fff}.bq-offer.is-selected .bq-offer__radio{border:5px solid #c99d4c}.bq-offer__copy{display:grid}.bq-offer__copy strong{font-size:16px;line-height:25px}.bq-offer__copy small{margin-top:0;color:#56708a;font-size:14px;line-height:22px}.bq-offer__price{position:absolute;right:17px;top:17px;display:grid;text-align:right;font-size:18px;font-weight:700;line-height:25px}.bq-offer__price s{color:#666;font-size:14px;font-weight:400;line-height:20px}.bq-offer__save{position:absolute;right:85px;top:25px;padding:7px 15px;border-radius:22px;background:#dcefd1;color:#176b31;font-size:12px;font-weight:700;line-height:16px}.bq-offer__badge{position:absolute;right:16px;top:-1px;padding:3px 10px;background:#b48a39;color:#fff;font-size:10px;font-weight:700;line-height:16px}.bq-offer__benefits{grid-column:1/-1;display:none;gap:7px;margin:15px 0 0;padding:13px 0 0;border-top:1px solid #ddd7ce;color:#111;font-size:13px;line-height:20px}.bq-offer.is-selected .bq-offer__benefits{display:grid}.bq-offer__benefits span:first-letter{color:#c69c51}.bq-bundle-offers{display:grid;gap:12px;margin-top:20px}.bq-bundle-offer{position:relative;min-height:100px;display:grid;grid-template-columns:25px minmax(0,1fr) auto;gap:14px;align-items:center;padding:19px 23px 17px;border:2px solid #d7d1c7;border-radius:11px;background:#fff;cursor:pointer;transition:border-color .2s,background-color .2s}.bq-bundle-offer.is-selected{border-color:#c4933d;background:#fbf7ef}.bq-bundle-offer>input{position:absolute;opacity:0;pointer-events:none}.bq-bundle-offer__radio{width:18px;height:18px;border:2px solid #d9d6cf;border-radius:50%;background:#fff}.bq-bundle-offer.is-selected .bq-bundle-offer__radio{border:5px solid #c99d4c}.bq-bundle-offer__copy{min-width:0;display:grid;gap:3px}.bq-bundle-offer__title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.bq-bundle-offer__title-row strong{font-size:18px;line-height:23px}.bq-bundle-offer__title-row em{padding:3px 9px;border:1px solid #315936;border-radius:7px;color:#315936;font-size:10px;font-style:normal;font-weight:700;letter-spacing:.08em;line-height:16px}.bq-bundle-offer__copy small{color:#4c4a46;font-size:14px;line-height:20px;letter-spacing:.04em}.bq-bundle-offer__badge{position:absolute;right:15px;top:-18px;padding:6px 13px;border-radius:0 0 5px 5px;background:#b48a39;color:#fff;font-size:14px;font-weight:700;line-height:22px}.bq-bundle-offer__price{display:grid;justify-items:end;align-self:center;min-width:76px}.bq-bundle-offer__price strong{color:#111;font-size:20px;line-height:25px}.bq-bundle-offer__price s{color:#41413f;font-size:14px;line-height:20px}.bq-add{width:100%;height:73px;min-height:73px;border:0;border-radius:5px;display:grid;place-items:center;padding:8px;background:#181818;color:#fff}.bq-add span{font-size:22px;font-weight:500;line-height:26px;letter-spacing:0}.bq-add small{font-size:12px;line-height:18px}.bq-add:disabled{opacity:.5}.bq-add--bundle{height:57px;min-height:57px;margin-top:24px;border-radius:8px;background:#181818}.bq-add--bundle span{font-size:20px;font-weight:700}.bq-dynamic-checkout{margin-top:12px}.bq-dynamic-checkout .shopify-payment-button{width:100%}.bq-dynamic-checkout .shopify-payment-button__button{min-height:55px;border-radius:8px!important}.bq-dynamic-checkout .shopify-payment-button__more-options{margin-top:8px;color:#333;font-size:14px}.bq-delivery-note{height:18.75px;margin:4px 0 10px;text-align:center;color:#667080;font-size:12px;line-height:18.75px}.bq-buy-once{width:100%;height:38px;border:0;background:transparent;text-decoration:underline;font-size:14px;line-height:26px}.bq-purchase-notes{height:45px;display:flex;justify-content:center;align-items:center;gap:28px;margin:15px 0 28px;color:#637080;font-size:16px;line-height:25px}.bq-trustpilot{width:100%;min-height:275px;margin:0 0 26px;padding:14px 50px 0;text-align:center;font-family:Arial,sans-serif}.bq-trustpilot__heading{height:32px;display:flex;align-items:center;justify-content:center;gap:5px;font-size:17px}.bq-trustpilot__heading>b{color:#00ad7a;font-size:19px}.bq-trustpilot__heading small{font-size:11px}.bq-trustpilot__stars{display:flex;gap:2px}.bq-trustpilot__stars i{width:18px;height:18px;display:grid;place-items:center;background:#00b67a;color:#fff;font-size:13px;font-style:normal;line-height:1}.bq-trustpilot__card{height:160px;margin-top:8px;padding:14px;text-align:left;background:#f4f5f6;color:#222;font-size:12px;line-height:16px}.bq-trustpilot__card strong{display:block;margin:8px 0 7px}.bq-trustpilot__card p{margin:0 0 30px}.bq-trustpilot__card small{color:#666}.bq-trustpilot>p{margin:9px 0 0;font-size:12px;line-height:18px}.bq-trustpilot__brand{display:block;color:#111;font-size:13px}.bq-trustpilot__brand:first-letter{color:#00b67a}.bq-product-copy{font-family:var(--sans);font-size:16px;line-height:25px}.bq-product-copy h2{font-family:var(--sans);font-size:18px;font-weight:700;line-height:28.125px}.bq-product-copy p{margin:0 0 20px}.bq-product-copy ul{margin:0 0 20px;padding-left:18px}.bq-product-copy li{margin:4px 0}.bq-pdp-accordion{margin-top:0;border-top:0}.bq-pdp-accordion details{padding:10px 0;border-bottom:1px solid #e1ddd8}.bq-pdp-accordion summary{font-size:16px;font-weight:400;line-height:26px}.bq-pdp-accordion p{font-size:15px;line-height:24px}.bq-subscription-options{height:433.6px;display:grid;grid-template-rows:342px 76px;gap:15.6px}.bq-subscription-card,.bq-onetime-card{position:relative;display:block;border:1px solid #9daaa0;border-radius:11px;background:#fff;cursor:pointer}.bq-subscription-card{height:342px;padding:15px 20px 14px 51px;border-color:#315936}.bq-subscription-card>input,.bq-onetime-card>input{position:absolute;opacity:0}.bq-choice-radio{position:absolute;left:20px;top:17px;width:23px;height:23px;border:1px solid #a9b8ab;border-radius:50%;background:#fff}.bq-subscription-card.is-selected .bq-choice-radio{border:6px solid #315936}.bq-subscription-card>strong{font-size:20px;line-height:28px}.bq-subscription-badge{position:absolute;right:13px;top:-12px;padding:4px 8px;border-radius:4px;background:#284f2e;color:#fff;font-size:11px;line-height:17px}.bq-subscription-card>p{margin:0 0 8px;color:#315936;font-size:16px;line-height:25px}.bq-subscription-card>p b{color:#111}.bq-subscription-card>ul{list-style:none;margin:0 0 7px;padding:0}.bq-subscription-card>li{margin:5px 0}.bq-subscription-card li{margin:6px 0;font-size:15px;line-height:25px}.bq-subscription-card li:before{content:"\2713";display:inline-grid;place-items:center;width:14px;height:14px;margin-right:14px;border:1px solid #315936;border-radius:50%;font-size:9px}.bq-subscription-card>u{font-size:13px}.bq-deliver-label{display:block;margin-top:8px;font-size:15px;font-weight:700;line-height:25px}.bq-deliver-choice{height:59px;display:grid;place-items:center;margin-top:2px;border-radius:4px;background:#284f2e;color:#fff;align-content:center}.bq-deliver-choice b,.bq-deliver-choice small{line-height:18px}.bq-onetime-card{height:76px;padding:14px 20px 10px 51px}.bq-onetime-card .bq-choice-radio{top:15px}.bq-onetime-card strong{display:block;font-size:20px;line-height:28px}.bq-onetime-card small{font-size:16px;line-height:25px}.bq-add--xl{height:43px;min-height:43px;margin-top:20px;border-radius:0;font-size:12px;line-height:18px}.bq-pdp--xl .bq-trustpilot{margin-top:0}.bq-pdp-story{height:500px;padding:50px 0;background:#fff}.bq-pdp-story--cream{background:#fff8e7}.bq-pdp-story__inner{width:min(1320px,calc(100% - 72px));height:400px;margin:0 auto;display:grid;grid-template-columns:600px 600px;gap:120px;align-items:center}.bq-pdp-story__copy{align-self:center}.bq-pdp-story__copy h2{max-width:600px;margin:0 0 18px;font-family:var(--serif);font-size:60px;font-weight:400;line-height:60px}.bq-pdp-story__copy p{margin:0;font-size:20px;line-height:35px}.bq-pdp-story__media{width:600px;height:400px;overflow:hidden;border-radius:8px}.bq-pdp-story__media img{width:100%;height:100%;object-fit:cover}.bq-pdp-story--one,.bq-pdp-story--two{height:660px}.bq-pdp-story--one .bq-pdp-story__inner,.bq-pdp-story--two .bq-pdp-story__inner,.bq-pdp-story--one .bq-pdp-story__media,.bq-pdp-story--two .bq-pdp-story__media{height:560px}.bq-benefit-band{height:340px;padding:58px 0;background:#fff}.bq-benefit-band__grid{height:224px;display:grid;grid-template-columns:repeat(3,1fr);gap:50px;align-items:center}.bq-benefit-band__grid>div{text-align:center}.bq-benefit-band svg{width:38px;height:38px;display:block;margin:0 auto 16px;fill:none;stroke:#222;stroke-width:1.25}.bq-benefit-band strong{display:block;margin:0 0 8px;font-family:var(--serif);font-size:27px;font-weight:400;line-height:34px}.bq-benefit-band p{margin:0;color:#506b86;font-size:20px;line-height:32px}@media(max-width:1399px)and (min-width:991px){.bq-pdp__layout{grid-template-columns:minmax(0,1.53fr) minmax(430px,1fr)}.bq-pdp-story__inner{grid-template-columns:1fr 1fr;gap:80px}.bq-pdp-story__media{width:100%}}@media(max-width:990px){.bq-pdp:not(.bq-pdp--xl),.bq-pdp.bq-pdp--xl{height:auto}.bq-pdp__layout{width:min(760px,calc(100% - 40px));display:block}.bq-pdp__info{margin-top:20px;padding-top:15px}.bq-pdp-story,.bq-pdp-story--one,.bq-pdp-story--two,.bq-pdp-story--three{height:auto;padding:30px 0;overflow:visible}.bq-pdp-story__inner,.bq-pdp-story__inner--media-first,.bq-pdp-story--one .bq-pdp-story__inner,.bq-pdp-story--two .bq-pdp-story__inner{width:calc(100% - 40px);height:auto;display:flex;flex-direction:column;gap:0}.bq-pdp-story__inner--media-first{flex-direction:column}.bq-pdp-story__media,.bq-pdp-story--one .bq-pdp-story__media,.bq-pdp-story--two .bq-pdp-story__media{order:-1;width:100%;height:auto;border-radius:8px}.bq-pdp-story__media img{height:auto;aspect-ratio:1;object-fit:cover}.bq-pdp-story__copy{width:100%;padding:30px 0 0}.bq-pdp-story__copy h2{margin-bottom:22px;font-size:40px;line-height:40px}.bq-pdp-story__copy p{font-size:22px;line-height:34.375px}.bq-benefit-band{height:auto;padding:56px 0}.bq-benefit-band__grid{height:auto;grid-template-columns:1fr;gap:48px}}@media(max-width:620px){.template-product .bq-header,.template-product .bq-header__inner{height:73.56px}.bq-xl-hero{width:calc(100% - 40px);border-radius:9px}.bq-pdp:not(.bq-pdp--xl){height:auto;padding:36px 0 60px}.bq-pdp.bq-pdp--xl{height:auto;margin-top:0;padding-top:18px}.bq-pdp__layout{width:calc(100% - 40px)}.bq-gallery__stage,.bq-gallery__slide{border-radius:9px}.bq-gallery__arrow{display:none}.bq-gallery__thumbs{width:100vw;height:100px;justify-content:flex-start;margin-left:calc((100vw - 100%)/-2);margin-top:5px}.bq-gallery__thumb{flex-basis:100px;width:100px}.bq-gallery__thumb:first-child,.bq-gallery__thumb:last-child{flex-basis:115px;width:115px}.bq-gallery__thumb:first-child{padding-left:21px}.bq-gallery__thumb:last-child{padding-right:21px}.bq-pdp__info{margin-top:20px;padding-top:15px}.bq-pdp__rating{height:26.58px}.bq-pdp__rating .bq-stars{font-size:20px}.bq-pdp__kicker{font-size:20px;line-height:31.25px}.bq-pdp__info h1{margin-top:8px;font-size:40px;line-height:50px}.bq-pdp__base-price{height:54.25px;padding-top:8px;font-size:22px}.bq-pdp__base-price.is-hidden-price{height:23px;padding:0}.bq-clinical strong{font-size:20px}.bq-clinical p{font-size:15px;line-height:22px}.bq-desktop-break{display:none}.bq-authentic{width:calc(100% - 6px);min-height:63px;justify-content:flex-start;flex-wrap:wrap;align-content:center;margin-top:32px;padding:9px 19px;text-align:left;line-height:22px}.bq-pdp--xl .bq-authentic{margin-top:25px}.bq-scarcity{min-height:76px}.bq-scarcity strong{font-size:17px;line-height:18px}.bq-scarcity p{font-size:15px;line-height:18px}.bq-pdp__intro{font-size:20px;line-height:31.25px}.bq-offer{padding:18px 14px}.bq-offer__copy strong{font-size:16px}.bq-offer__save{right:70px;padding-inline:10px}.bq-offer__price{right:12px}.bq-offer__benefits{font-size:13px}.bq-bundle-offers{gap:14px}.bq-bundle-offer{min-height:105px;grid-template-columns:21px minmax(0,1fr) auto;gap:10px;padding:18px 13px}.bq-bundle-offer__title-row strong{font-size:17px}.bq-bundle-offer__title-row em{padding-inline:7px;font-size:9px}.bq-bundle-offer__copy small{font-size:13px}.bq-bundle-offer__badge{right:10px;top:-16px;padding:5px 10px;font-size:12px}.bq-bundle-offer__price{min-width:66px}.bq-bundle-offer__price strong{font-size:18px}.bq-bundle-offer__price s{font-size:13px}.bq-purchase-notes{height:99px;display:grid;gap:14px;margin:12px 0 28px;font-size:16px;text-align:center}.bq-trustpilot{min-height:277px;padding:14px 50px 0;margin-bottom:27px}.bq-trustpilot__card{height:160px;overflow:hidden}.bq-trustpilot__card strong,.bq-trustpilot__card p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bq-product-copy{font-size:18px;line-height:28.125px}.bq-product-copy p{margin-bottom:20px}.bq-subscription-options{height:433.6px}.bq-subscription-card{padding-left:51px}.bq-subscription-card li{font-size:14px;line-height:23px}.bq-subscription-badge{right:12px}.bq-pdp-story__copy{padding:30px 0 0}.bq-pdp-story__copy h2{font-size:40px;line-height:40px}.bq-pdp-story__copy p{font-size:22px;line-height:34.375px}.bq-benefit-band strong{font-size:25px}.bq-benefit-band p{font-size:17px;line-height:28px}}@media(max-width:340px){.bq-home-hero{height:680px}}body.cart-drawer-open{overflow:hidden}.bq-cart-count.is-empty{display:none}.bq-cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:flex;justify-content:flex-end;background:#0000;opacity:0;visibility:hidden;transition:background .35s ease,opacity .35s ease,visibility .35s ease}.bq-cart-overlay[hidden]{display:none}.bq-cart-overlay.is-open{background:#0000006e;opacity:1;visibility:visible}.bq-cart-drawer{width:min(670px,100vw);height:100dvh;display:flex;flex-direction:column;background:#fff;color:#151515;box-shadow:-18px 0 48px #0000001f;transform:translate(100%);transition:transform .35s ease;overflow:hidden}.bq-cart-overlay.is-open .bq-cart-drawer{transform:translate(0)}.bq-cart-drawer__delivery{flex:0 0 59px;height:59px;display:grid;place-items:center;background:#c8aa31;color:#fff;font-size:20px;font-weight:700;line-height:26px}.bq-cart-drawer__header{flex:0 0 105px;height:105px;display:flex;align-items:center;justify-content:space-between;padding:19px 28px 8px}.bq-cart-drawer__header h2{margin:0;font-family:var(--serif);font-size:36px;font-weight:400;line-height:45px}.bq-cart-drawer__header h2 small{font-family:var(--serif);font-size:18px;font-weight:400;white-space:nowrap}.bq-cart-drawer__close{width:44px;height:44px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:#171717;font:38px/1 var(--sans);font-weight:200;cursor:pointer}.bq-cart-drawer__content{min-height:0;flex:1;display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain}.bq-cart-drawer__items{padding:0 28px 26px}.bq-cart-line{position:relative;display:grid;grid-template-columns:130px minmax(0,1fr) auto;gap:25px;padding:0 0 28px;border-bottom:1px solid #eee}.bq-cart-line+.bq-cart-line{padding-top:28px}.bq-cart-line__image{width:130px;height:130px;display:block;border-radius:10px;overflow:hidden;background:#f3eee5}.bq-cart-line__image img{width:100%;height:100%;display:block;object-fit:cover}.bq-cart-line__details{min-width:0;padding-top:3px}.bq-cart-line__title{display:block;max-width:255px;font-family:var(--serif);font-size:23px;font-weight:600;line-height:29px}.bq-cart-line__details p{margin:12px 0 0;font-size:18px;line-height:27px}.bq-cart-line__details .bq-cart-line__property{margin-top:4px;color:#555;font-size:14px;line-height:21px}.bq-cart-line__details em{display:block;margin-top:24px;font-family:var(--serif);font-size:19px;line-height:26px}.bq-cart-line__price{display:grid;align-content:start;justify-items:end;gap:3px;padding-top:4px;font-size:19px;line-height:26px;white-space:nowrap}.bq-cart-line__price strong{font-weight:400}.bq-cart-line__price s{color:#888;font-size:14px}.bq-cart-line__actions{display:flex;align-items:center;gap:14px;margin-top:38px}.bq-cart-quantity{height:42px;display:grid;grid-template-columns:34px 42px 34px;border:1px solid #e5e5e5}.bq-cart-quantity button{display:grid;place-items:center;border:0;background:#fff;color:#aaa;font-size:17px;cursor:pointer}.bq-cart-quantity input{width:42px;height:40px;padding:0;border:0;border-left:1px solid #eee;border-right:1px solid #eee;background:#fff;text-align:center;font-family:var(--serif);font-size:18px;-webkit-appearance:textfield;appearance:textfield}.bq-cart-quantity input::-webkit-inner-spin-button,.bq-cart-quantity input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.bq-cart-line__remove{padding:0;border:0;background:transparent;color:#777;font-family:var(--serif);font-size:17px;line-height:24px;text-decoration:underline;cursor:pointer}.bq-cart-drawer__bottom{margin-top:auto;padding:24px 28px 12px;background:#fff}.bq-cart-selling{display:flex;align-items:center;gap:10px;margin:0 0 28px;font-family:var(--serif);font-size:22px;line-height:30px}.bq-cart-selling>span{width:10px;height:10px;border-radius:50%;background:#15a775;box-shadow:0 0 0 5px #dcefe8}.bq-cart-selling strong{color:#008d5c;font-weight:400}.bq-cart-note{border-top:1px solid #eee}.bq-cart-note summary{height:62px;display:flex;align-items:center;justify-content:space-between;list-style:none;font-size:18px;line-height:26px;cursor:pointer}.bq-cart-note summary::-webkit-details-marker{display:none}.bq-cart-note summary span{font-size:23px;font-weight:300;transition:transform .2s}.bq-cart-note[open] summary span{transform:rotate(45deg)}.bq-cart-note label{display:block;margin:0 0 7px;color:#666;font-size:13px}.bq-cart-note textarea{width:100%;min-height:76px;margin:0 0 14px;padding:10px;border:1px solid #ccc;resize:vertical}.bq-cart-checkout{width:100%;height:58px;margin-top:14px;border:0;background:#111;color:#fff;font-size:14px;font-weight:700;letter-spacing:.02em;cursor:pointer}.bq-cart-checkout span{font-weight:400}.bq-cart-free-shipping{margin:10px 0 0;text-align:center;font-family:var(--serif);font-size:18px;line-height:26px}.bq-cart-drawer__empty{flex:1;display:grid;place-items:center;align-content:center;padding:40px;text-align:center}.bq-cart-drawer__empty h3{margin:0 0 12px;font-size:43px}.bq-cart-drawer__empty p{margin:0 0 28px;font-size:17px}.bq-cart-drawer__empty .bq-btn{min-width:220px}.bq-cart-error{position:absolute;z-index:4;left:28px;right:28px;top:66px;margin:0;padding:10px 14px;border:1px solid #b21e2b;background:#fff0f1;color:#9b1824;font-size:13px}.bq-cart-overlay.is-loading .bq-cart-drawer__content{opacity:.58;pointer-events:none}.bq-cart-page-fallback{min-height:calc(100vh - 118px);display:grid;place-items:center;padding:70px 20px;background:#fff8e7;text-align:center}.bq-cart-page-fallback h1{font-size:64px}.bq-cart-page-fallback p{margin:0 0 24px}@media(max-width:620px){.bq-cart-drawer{width:100vw}.bq-cart-drawer__delivery{flex-basis:44px;height:44px;font-size:16px}.bq-cart-drawer__header{flex-basis:82px;height:82px;padding:12px 20px 4px}.bq-cart-drawer__header h2{font-size:31px;line-height:39px}.bq-cart-drawer__header h2 small{font-size:15px}.bq-cart-drawer__close{width:38px;height:38px;font-size:33px}.bq-cart-drawer__items{padding:0 20px 22px}.bq-cart-line{grid-template-columns:95px minmax(0,1fr) auto;gap:14px;padding-bottom:22px}.bq-cart-line__image{width:95px;height:95px;border-radius:8px}.bq-cart-line__title{font-size:18px;line-height:23px}.bq-cart-line__details p{margin-top:7px;font-size:14px;line-height:20px}.bq-cart-line__details em{margin-top:14px;font-size:15px;line-height:21px}.bq-cart-line__price{font-size:15px;line-height:22px}.bq-cart-line__actions{gap:10px;margin-top:20px}.bq-cart-quantity{height:38px;grid-template-columns:29px 34px 29px}.bq-cart-quantity input{width:34px;height:36px}.bq-cart-line__remove{font-size:14px}.bq-cart-drawer__bottom{padding:20px 20px 10px}.bq-cart-selling{margin-bottom:20px;font-size:18px;line-height:25px}.bq-cart-note summary{height:54px;font-size:16px}.bq-cart-checkout{height:54px;margin-top:11px}.bq-cart-free-shipping{font-size:16px}}@media(prefers-reduced-motion:reduce){.bq-cart-overlay,.bq-cart-drawer{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/theme.css.map */
