:root{--dc-ivory: #fbf9f4;--dc-cream: #f4efe6;--dc-gold: #b8942f;--dc-gold-soft: #e8c766;--dc-copper: #c56a2b;--dc-orange: #e8681c;--dc-espresso: #1a1712;--dc-espresso-black: #0e0b08;--dc-border: #ece4d3;--dc-text: #1a1712;--dc-text-muted: #4a4034;--dc-text-soft: #6b6154;--dc-font-heading: "Cormorant Garamond", Georgia, "Times New Roman", serif;--dc-font-body: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;--dc-font-accent: "Great Vibes", "Cormorant Garamond", cursive;--dc-maxw: 1240px;--dc-gutter: clamp(20px, 5vw, 40px)}.dc-section{font-family:var(--dc-font-body);color:var(--dc-text);background:var(--dc-ivory)}.dc-container{max-width:var(--dc-maxw);margin:0 auto;padding-inline:var(--dc-gutter)}.dc-eyebrow{font-size:12px;letter-spacing:.3em;text-transform:uppercase;color:var(--dc-gold);font-weight:500}.dc-rule{display:inline-flex;align-items:center;gap:14px}.dc-rule:before{content:"";width:46px;height:1px;background:var(--dc-gold)}.dc-cta,.dc-ghost{font-family:var(--dc-font-body);cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.dc-cta{background:var(--dc-orange);color:#fff;font-weight:600;font-size:15px;padding:16px 34px;border-radius:3px;letter-spacing:.02em;border:0;transition:filter .22s ease,transform .22s ease,box-shadow .22s ease}.dc-cta:hover{filter:brightness(1.06);transform:translateY(-2px);box-shadow:0 14px 30px #e8681c47;color:#fff}.dc-cta--sm{font-size:14px;padding:12px 24px}.dc-cta--dark{background:var(--dc-espresso);color:var(--dc-ivory)}.dc-cta--dark:hover{color:var(--dc-ivory)}.dc-ghost{color:var(--dc-espresso);font-size:14px;border-bottom:1px solid var(--dc-gold);padding-bottom:3px;border-radius:0;transition:color .2s ease,border-color .2s ease}.dc-ghost:hover{color:var(--dc-copper)}.dc-hero{position:relative;overflow:hidden}.dc-hero__inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:clamp(40px,6vw,80px);align-items:center;padding-block:clamp(48px,8vw,104px) clamp(56px,8vw,110px)}.dc-hero__content{display:flex;flex-direction:column;gap:26px}.dc-hero__title{font-family:var(--dc-font-heading);font-weight:500;font-size:clamp(46px,6.4vw,88px);line-height:.98;margin:0;color:var(--dc-espresso);text-wrap:balance}.dc-hero__title em,.dc-em-gold{font-style:italic;color:var(--dc-gold)}.dc-hero__text{margin:0;max-width:440px;font-weight:300;font-size:clamp(16px,1.5vw,18px);line-height:1.75;color:var(--dc-text-muted)}.dc-hero__actions{display:flex;flex-wrap:wrap;gap:20px;align-items:center;margin-top:8px}.dc-hero__media{position:relative;display:flex;align-items:center;justify-content:center;min-height:420px}.dc-hero__glow{position:absolute;width:min(72%,420px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(197,106,43,.1),transparent 68%)}.dc-hero__ring{position:absolute;width:min(78%,460px);aspect-ratio:1;border-radius:50%;border:1px solid #e6d9b8}.dc-hero__seal{position:relative;width:min(66%,400px);aspect-ratio:1;border-radius:50%;overflow:hidden;box-shadow:0 30px 70px #1a171238;animation:dc-floaty 7s ease-in-out infinite;background:var(--dc-cream)}.dc-hero__seal img,.dc-hero__seal svg,.dc-hero__seal video{width:100%;height:100%;object-fit:cover;display:block}.dc-hero__seal--video{background:var(--dc-espresso-black)}.dc-hero__seal iframe{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:100%;width:177.78%;border:0;pointer-events:none}.dc-hero--bg{position:relative;overflow:hidden;isolation:isolate}.dc-hero--bg .dc-hero__inner{min-height:var(--dc-hero-bg-h-m, 60vh);grid-template-columns:1fr;align-content:center}@media screen and (min-width:750px){.dc-hero--bg .dc-hero__inner{min-height:var(--dc-hero-bg-h-d, 64vh)}}.dc-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;background:var(--dc-espresso-black)}.dc-hero__bg img,.dc-hero__bg video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.dc-hero__bg iframe{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%;width:auto;height:auto;aspect-ratio:16 / 9;border:0;pointer-events:none}.dc-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.dc-hero--bg .dc-hero__inner{position:relative;z-index:2}.dc-hero--bg .dc-hero__title{color:#fff}.dc-hero--bg .dc-hero__text{color:#ffffffd9}.dc-hero--bg .dc-ghost{color:#fff;border-bottom-color:var(--dc-gold-soft)}.dc-hero--bg .dc-ghost:hover{color:var(--dc-gold-soft)}.dc-seal-fallback{display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 40%,#3a2f1c,var(--dc-espresso-black))}.dc-seal-fallback span{font-family:var(--dc-font-heading);font-weight:700;font-size:clamp(48px,9vw,120px);letter-spacing:.06em;color:var(--dc-gold-soft)}@keyframes dc-floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(prefers-reduced-motion:reduce){.dc-hero__seal{animation:none}}.dc-usps{background:var(--dc-cream);border-top:1px solid var(--dc-border);border-bottom:1px solid var(--dc-border)}.dc-usps__inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:28px;padding-block:34px}.dc-usp{display:flex;align-items:center;gap:16px;justify-content:center}.dc-usp__icon{flex:none;color:var(--dc-gold)}.dc-usp__icon svg{width:34px;height:34px;display:block}.dc-usp__title{font-weight:600;font-size:14px;color:var(--dc-espresso)}.dc-usp__sub{font-size:12.5px;font-weight:300;color:var(--dc-text-soft)}.dc-products__inner{padding-block:clamp(60px,8vw,110px)}.dc-section-head{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;margin-bottom:clamp(40px,5vw,64px)}.dc-section-head__title{font-family:var(--dc-font-heading);font-weight:500;font-size:clamp(34px,4.4vw,56px);line-height:1.02;margin:0;color:var(--dc-espresso)}.dc-section-head__text{margin:0;max-width:520px;font-weight:300;font-size:16px;line-height:1.7;color:var(--dc-text-muted)}.dc-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.dc-card{background:#fff;border:1px solid var(--dc-border);border-radius:6px;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.dc-card:hover{transform:translateY(-4px);box-shadow:0 22px 48px #1a17121a}.dc-card__media{position:relative;aspect-ratio:1 / 1;background:var(--dc-cream);display:block}.dc-card__media img,.dc-card__media svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;display:block}.dc-badge{position:absolute;top:16px;left:16px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;padding:6px 12px;border-radius:3px;z-index:1}.dc-badge--dark{background:#1a1712db;color:var(--dc-gold-soft)}.dc-badge--gold{background:#b8942feb;color:#fff}.dc-card__body{padding:28px 30px 30px;display:flex;flex-direction:column;gap:12px;flex:1}.dc-card__title{font-family:var(--dc-font-heading);font-weight:600;font-size:30px;margin:0;color:var(--dc-espresso);line-height:1.05}.dc-card__title a{color:inherit;text-decoration:none}.dc-card__title a:hover{color:var(--dc-copper)}.dc-card__desc{margin:0;font-weight:300;font-size:14.5px;line-height:1.7;color:var(--dc-text-muted);flex:1}.dc-card__foot{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:8px}.dc-price{display:flex;flex-direction:column}.dc-price__label{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#9a8f7c}.dc-price__value{font-family:var(--dc-font-heading);font-weight:600;font-size:28px;color:var(--dc-espresso)}.dc-add-form{display:block}.dc-add-form form{margin:0}.dc-card__body .button.dc-atc{background:var(--dc-orange);color:#fff;font-family:var(--dc-font-body);font-weight:600;font-size:14px;padding:12px 24px;border-radius:3px;border:0;min-height:0;width:auto;box-shadow:none;gap:8px;transition:filter .22s ease,transform .22s ease,box-shadow .22s ease}.dc-card__body .button.dc-atc:hover:not([disabled]){filter:brightness(1.06);transform:translateY(-2px);box-shadow:0 14px 30px #e8681c47}.dc-card__body .button.dc-atc[disabled]{opacity:.5}.dc-card__body .button.dc-atc .add-to-cart-icon{display:none}.dc-story{background:var(--dc-espresso-black);color:#fff}.dc-story__inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:clamp(40px,6vw,76px);align-items:center;padding-block:clamp(64px,8vw,120px)}.dc-story__media{position:relative;display:flex;align-items:center;justify-content:center;min-height:360px}.dc-story__glow{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:min(80%,420px);aspect-ratio:3 / 4;background:radial-gradient(ellipse at center,rgba(201,162,39,.16),transparent 70%)}.dc-story__frame{position:relative;width:min(78%,400px);aspect-ratio:3 / 4;border-radius:6px;overflow:hidden;border:1px solid rgba(201,162,39,.3);background:#ffffff08}.dc-story__frame img,.dc-story__frame svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.dc-story__content{display:flex;flex-direction:column;gap:24px}.dc-script{font-family:var(--dc-font-accent);font-size:40px;color:var(--dc-gold-soft);line-height:1}.dc-story__title{font-family:var(--dc-font-heading);font-weight:500;font-size:clamp(34px,4.4vw,56px);line-height:1.02;margin:0;color:#fff}.dc-story__title em{font-style:italic;color:var(--dc-gold)}.dc-story__text{margin:0;max-width:480px;font-weight:300;font-size:16px;line-height:1.8;color:#d6cfc0}.dc-ghost--gold{color:var(--dc-gold-soft);border-bottom-color:#e8c76673;width:max-content}.dc-ghost--gold:hover{color:#fff}.dc-recipes__inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;padding-block:clamp(60px,8vw,110px)}.dc-recipe{position:relative;border-radius:6px;overflow:hidden;min-height:340px;display:flex;align-items:flex-end;isolation:isolate}.dc-recipe__img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.dc-recipe__img img,.dc-recipe__img svg{width:100%;height:100%;object-fit:cover;display:block}.dc-recipe:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0e0b08b8,#0e0b080d 60%);pointer-events:none}.dc-recipe__body{position:relative;z-index:1;padding:34px;color:#fff}.dc-recipe__eyebrow{font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:var(--dc-gold-soft)}.dc-recipe__title{font-family:var(--dc-font-heading);font-weight:600;font-size:clamp(28px,3vw,40px);margin:10px 0 14px;line-height:1.05}.dc-ghost--light{color:#fff;border-bottom-color:#ffffff80}.dc-ghost--light:hover{color:#fff;border-bottom-color:#fff}.dc-social{background:var(--dc-cream);border:1px solid var(--dc-border);border-radius:6px;padding:clamp(34px,4vw,48px);display:flex;flex-direction:column;justify-content:center;gap:20px}.dc-social .dc-script{color:var(--dc-copper);font-size:34px}.dc-social__title{font-family:var(--dc-font-heading);font-weight:500;font-size:clamp(28px,3.4vw,44px);margin:0;line-height:1.02;color:var(--dc-espresso)}.dc-social__text{margin:0;max-width:380px;font-weight:300;font-size:15px;line-height:1.7;color:var(--dc-text-muted)}.dc-social .dc-cta{width:max-content;padding:14px 28px;font-size:14px}.dc-footer{--espresso: #0e0b08;--gold: #b8942f;--gold-bright: #c9a227;--gold-light: #e8c766;--f-ivory: #f3ecdd;--f-muted: #cabfa9;--f-muted-2: #a89f8d;--f-muted-3: #8f8674;position:relative;overflow:hidden;background:var(--espresso);color:var(--f-ivory);font-family:var(--dc-font-body)}.dc-footer a{text-decoration:none}.dc-footer__texture{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.dc-footer__glow{position:absolute;top:-80px;left:50%;transform:translate(-50%);width:620px;height:320px;background:radial-gradient(ellipse at center,rgba(201,162,39,.1),transparent 70%);pointer-events:none}.dc-footer__inner{position:relative;z-index:2;max-width:1240px;margin:0 auto;padding:clamp(56px,7vw,88px) 24px 0}.dc-brand{display:flex;flex-direction:column;align-items:center;text-align:center;gap:22px}.dc-logo-wrap{width:clamp(96px,12vw,120px);height:clamp(96px,12vw,120px)}.dc-logo{width:100%;height:100%;border-radius:50%;display:block;object-fit:cover;box-shadow:0 16px 44px #0000008c,0 0 0 1px #c9a22740}.dc-logo--empty{display:flex;align-items:center;justify-content:center;border:1.5px dashed rgba(201,162,39,.55);box-shadow:none;color:var(--gold);font-family:var(--dc-font-heading);font-size:14px;letter-spacing:.12em;text-transform:uppercase;background:#c9a2270a}.dc-tagline{margin:0;font-family:var(--dc-font-heading);font-style:italic;font-weight:500;font-size:clamp(20px,2.6vw,27px);color:var(--gold-light);line-height:1.3}.dc-footer__social{display:flex;gap:14px}.dc-footer__social a{width:44px;height:44px;border-radius:50%;border:1px solid rgba(201,162,39,.45);display:flex;align-items:center;justify-content:center;color:var(--gold-light);transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease}.dc-footer__social a:hover{border-color:var(--gold-light);color:var(--espresso);background:var(--gold-light);transform:translateY(-2px)}.dc-divider{height:1px;background:linear-gradient(to right,transparent,rgba(201,162,39,.5) 20%,rgba(201,162,39,.5) 80%,transparent);margin:clamp(40px,5vw,56px) 0}.dc-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:clamp(32px,4vw,52px)}.dc-col{display:flex;flex-direction:column;gap:14px}.dc-col__head{font-family:var(--dc-font-heading);font-size:17px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}.dc-link{color:var(--f-muted);font-size:14px;font-weight:300;transition:color .2s ease,padding-left .2s ease}.dc-link:hover{color:var(--gold-light);padding-left:4px}.dc-note{font-size:13px;font-weight:300;color:var(--f-muted-3);line-height:1.5}.dc-news{display:flex;margin:6px 0 0;border:1px solid rgba(201,162,39,.4);border-radius:4px;overflow:hidden;background:#ffffff08;max-width:260px}.dc-news input{flex:1;min-width:0;border:none;background:transparent;color:var(--f-ivory);font-family:var(--dc-font-body);font-size:13px;padding:11px 12px;outline:none}.dc-news input::placeholder{color:var(--f-muted-3)}.dc-news button{border:none;background:var(--gold);color:var(--espresso);font-family:var(--dc-font-body);font-weight:600;font-size:13px;padding:0 16px;cursor:pointer;white-space:nowrap;transition:filter .2s ease}.dc-news button:hover{filter:brightness(1.07)}.dc-news__success{margin:6px 0 0;font-size:13px;font-weight:300;color:var(--gold-light)}.dc-trust{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:clamp(44px,5vw,64px);padding-top:clamp(32px,4vw,44px);border-top:1px solid rgba(201,162,39,.14)}.dc-pay{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.dc-pay span{border:1px solid rgba(214,207,192,.28);border-radius:4px;padding:7px 13px;font-size:12px;letter-spacing:.04em;color:var(--f-muted)}.dc-promises{display:flex;flex-wrap:wrap;justify-content:center;gap:22px}.dc-promise{display:flex;align-items:center;gap:8px;font-size:12.5px;font-weight:300;color:var(--f-muted-2)}.dc-bottom{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;align-items:center;padding:22px 0 26px;margin-top:clamp(28px,3vw,40px);border-top:1px solid rgba(214,207,192,.1)}.dc-copy{font-size:12px;color:var(--f-muted-3)}.dc-wink{font-family:var(--dc-font-heading);font-style:italic;font-size:14px;color:var(--gold)}.dc-announcement-section .section-background{background-image:none}.dc-announcement-section .announcement-bar{background:transparent;color:#d9cfbc}.dc-announcement-section .announcement-bar *{letter-spacing:.24em!important}.dc-announcement-section .announcement-bar a{color:var(--dc-gold-bright, #c9a227)}#header-component .header-actions__action{width:auto;height:auto;min-height:0;border:0;border-radius:0;background:none;padding:6px;color:var(--dc-espresso);display:inline-flex;align-items:center;justify-content:center;position:relative;overflow:visible;transition:color .2s ease,transform .2s ease}#header-component .header-actions__action:hover{background:none;color:var(--dc-gold);transform:translateY(-1px)}#header-component .header-actions__action:not(.account-button) svg{width:20px;height:20px}#header-component .header-actions__action:not(.account-button) .svg-wrapper{width:20px;height:20px}#header-component .header-actions__action:hover .account-button__icon,#header-component .header-actions__action:hover .account-button__text{color:var(--dc-gold)}#header-component .header__column--right{gap:4px!important;justify-content:flex-end}#header-component .header__column--right header-actions{margin-inline-start:0}#header-component header-actions{gap:4px!important;align-items:center;justify-content:flex-end}#header-component .header-actions__action,#header-component .search-action .header-actions__action{padding-inline:3px}#header-component .header-actions__action:last-child{padding-inline-end:0}#header-component .header__column--right .search-action{margin-inline:0!important}#header-component .header__row .menu-list__link{position:relative}#header-component .header__row .menu-list__link-title{position:relative;font-size:11.5px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;transition:color .2s ease}#header-component .header__row .menu-list__link-title:after{content:"";position:absolute;left:50%;right:50%;bottom:-4px;height:1px;background:var(--dc-gold);transition:left .3s ease,right .3s ease}#header-component .header__row .menu-list__list-item:hover>.menu-list__link .menu-list__link-title:after,#header-component .header__row .menu-list__link:hover .menu-list__link-title:after,#header-component .header__row .menu-list__link[aria-expanded=true] .menu-list__link-title:after,#header-component .header__row .menu-list__link--active .menu-list__link-title:after{left:0;right:0}#header-component .header__row .menu-list__link:hover .menu-list__link-title{color:var(--dc-gold)}#header-component{position:relative}#header-component:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:#b8942f47;pointer-events:none;z-index:var(--layer-raised, 2)}#header-component .header-actions__cart-icon{position:relative;display:inline-flex;align-items:center;overflow:visible;--cart-bubble-size: 15px}#header-component .header-actions__cart-icon svg{display:block}#header-component .header-actions__cart-icon .cart-bubble{position:absolute;top:-3px;right:-4px;left:auto;width:auto;min-width:15px;height:15px}#header-component .header-actions__cart-icon .cart-bubble__text{font-size:10px;font-weight:700}#header-component .header-actions__cart-icon--has-cart svg{-webkit-mask:none;mask:none}.product-form-buttons .add-to-cart-button{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;padding:16px;border:none;border-radius:6px;background:#9c7a2e!important;color:#fff!important;font-family:var(--dc-font-body);font-weight:600;font-size:15px;box-shadow:none;cursor:pointer;transition:filter .2s ease,transform .2s ease}.product-form-buttons .add-to-cart-button:hover:not([disabled]){background:#9c7a2e!important;filter:brightness(1.07);transform:translateY(-1px)}.product-form-buttons .add-to-cart-button .svg-wrapper,.product-form-buttons .add-to-cart-button .add-to-cart-icon{width:17px;height:17px;color:#fff}.product-form-buttons .add-to-cart-button .add-to-cart-icon svg{width:17px;height:17px}.dc-acc{display:block}.dc-acc__head{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;margin:0;padding:0;background:none;border:0;text-align:left;cursor:default;color:var(--gold);font-family:var(--dc-font-heading);font-size:17px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;line-height:1.2}.dc-acc__toggle{display:none;position:relative;flex:none;width:14px;height:14px}.dc-acc__bar{position:absolute;background:var(--gold);border-radius:2px}.dc-acc__bar--h{top:6.25px;left:0;width:14px;height:1.5px}.dc-acc__bar--v{top:0;left:6.25px;width:1.5px;height:14px;transform:scaleY(1);transition:transform .3s ease}.dc-acc.is-open .dc-acc__bar--v{transform:scaleY(0)}.dc-acc__panel{margin-top:14px}.dc-acc__inner{display:flex;flex-direction:column;gap:13px}@media screen and (max-width:749px){.dc-cols{display:block}.dc-acc{border-bottom:1px solid rgba(201,162,39,.14)}.dc-acc__head{cursor:pointer;padding:20px 0}.dc-acc__head--static{cursor:default;padding:20px 0 4px}.dc-acc__toggle{display:block}.dc-acc--static .dc-acc__toggle{display:none}.dc-acc__panel{margin-top:0;overflow:hidden;max-height:0;clip-path:inset(0 0 100% 0);transition:max-height .42s ease,clip-path .5s ease}.dc-acc.is-open .dc-acc__panel,.dc-acc--static .dc-acc__panel{max-height:340px;clip-path:inset(0 0 0 0)}.dc-acc__inner{padding-bottom:20px}.dc-logo-wrap{width:74px;height:74px}.dc-tagline{font-size:18px}.dc-footer__social a{width:38px;height:38px}}@media(prefers-reduced-motion:reduce){.dc-acc__panel,.dc-acc__bar--v{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/don-caviar.css.map */
