*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#2b2828;color:#f0ede0;font-family:Inter,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5{font-family:Chakra Petch,sans-serif;font-weight:700;line-height:1.15;letter-spacing:.02em}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}.section-label{font-family:Chakra Petch,sans-serif;font-weight:500;font-size:.625rem;letter-spacing:.18em;text-transform:uppercase;color:#e5d792;display:block}.gold-rule{height:2px;width:6rem;background:linear-gradient(90deg,#E5D792,transparent);border:none;margin-top:1.5rem}.btn-gold{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:#e5d792;color:#2b2828;font-family:Chakra Petch,sans-serif;font-weight:700;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;padding:.875rem 1.75rem;border:none;border-radius:0;cursor:pointer;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;text-decoration:none;white-space:nowrap}.btn-gold:hover{background-color:#f0e4a0;transform:translateY(-1px);box-shadow:0 8px 24px #e5d7924d}.btn-gold:active{transform:scale(.97)}.btn-outline-gold{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:transparent;color:#e5d792;font-family:Chakra Petch,sans-serif;font-weight:700;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;padding:.875rem 1.75rem;border:2px solid #E5D792;border-radius:0;cursor:pointer;transition:background-color .2s ease,transform .2s ease;text-decoration:none}.btn-outline-gold:hover{background-color:#e5d7921a;transform:translateY(-1px)}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;transition:background-color .3s ease,box-shadow .3s ease}.site-header.scrolled{background-color:#2b2828f5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px #ffffff14}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:4.5rem}.site-header__logo-img{height:4.25rem;width:auto;display:block;object-fit:contain}@media(max-width:1023px){.site-header__logo{margin-right:auto}.site-header__logo-img{height:3.5rem}}.site-header__nav{display:none;align-items:center;gap:2rem}@media(min-width:1024px){.site-header__nav{display:flex}}.site-header__nav a{font-family:Chakra Petch,sans-serif;font-size:.65rem;font-weight:500;color:#f0ede0cc;letter-spacing:.08em;transition:color .2s ease}.site-header__nav a:hover{color:#e5d792}.site-header__cta{display:none}@media(min-width:1024px){.site-header__cta{display:flex;align-items:center;gap:1rem}}.site-header__cta .btn-gold{font-size:.6rem;padding:.625rem 1.1rem;letter-spacing:.08em}.site-header__cart-link{display:flex;align-items:center;gap:.375rem;color:#f0ede0;font-size:.875rem;font-family:Chakra Petch,sans-serif}.site-header__cart-link svg{width:20px;height:20px}.mobile-menu-toggle{display:flex;background:none;border:none;color:#f0ede0;cursor:pointer;padding:.25rem}@media(min-width:1024px){.mobile-menu-toggle{display:none}}.mobile-nav{display:none;background-color:#2b2828fa;border-top:1px solid rgba(255,255,255,.1);padding:1rem 0}.mobile-nav.open{display:block}.mobile-nav a{display:block;padding:.75rem 1.5rem;font-family:Chakra Petch,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.1em;color:#f0ede0d9;transition:color .2s}.mobile-nav a:hover{color:#e5d792}.mobile-nav .btn-gold{margin:.75rem 1.5rem;width:calc(100% - 3rem);font-size:.65rem}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.hero__video::-webkit-media-controls{display:none!important}.hero__video::-webkit-media-controls-enclosure{display:none!important}.hero__video::-webkit-media-controls-panel{display:none!important}.hero__video::-webkit-media-controls-play-button{display:none!important}.hero__video::-webkit-media-controls-start-playback-button{display:none!important}.hero__overlay-lr{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#2b2828eb,#2b282899,#2b282826)}.hero__overlay-tb{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(43,40,40,.35) 0%,transparent 40%,rgba(43,40,40,.65) 100%)}.hero__content{position:relative;z-index:10;padding-top:5rem;max-width:42rem}.hero__label{margin-bottom:1.5rem}.hero__headline{font-size:clamp(1.75rem,5.5vw,3.75rem);color:#fff;margin-bottom:1.5rem;line-height:1.1}.hero__headline span{color:#e5d792}.hero__subheadline{font-family:Inter,sans-serif;font-size:1.125rem;color:#f0ede0d9;line-height:1.65;margin-bottom:2.5rem;max-width:32rem}.hero__ctas{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.hero__microcopy{font-family:Inter,sans-serif;font-size:.8125rem;color:#f0ede08c}.hero__scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10;color:#e5d792;opacity:.6;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.hero__label{animation:fadeUp .6s ease-out .2s both}.hero__headline{animation:fadeUp .6s ease-out .4s both}.hero__subheadline{animation:fadeUp .6s ease-out .6s both}.hero__ctas{animation:fadeUp .6s ease-out .8s both}.hero__microcopy{animation:fadeUp .6s ease-out 1s both}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.trust-bar{background-color:#3a3636;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.trust-bar__grid{display:grid;grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.trust-bar__grid{grid-template-columns:repeat(4,1fr)}}.trust-bar__item{display:flex;align-items:center;justify-content:center;gap:.625rem;padding:1rem .5rem;border-right:1px solid rgba(255,255,255,.08)}.trust-bar__item:last-child{border-right:none}.trust-bar__item svg{width:18px;height:18px;color:#e5d792;flex-shrink:0}.trust-bar__item span{font-family:Chakra Petch,sans-serif;font-size:.8125rem;font-weight:500;color:#f0ede0e6;letter-spacing:.02em}.product-section{padding:5rem 0;background-color:#2b2828}@media(min-width:1024px){.product-section{padding:7rem 0}}.product-section__grid{display:grid;gap:3rem}@media(min-width:1024px){.product-section__grid{grid-template-columns:1fr 1fr;gap:5rem;align-items:start}}.product-gallery__main{aspect-ratio:1;background-color:#3a3636;overflow:hidden;margin-bottom:.75rem}.product-gallery__main img{width:100%;height:100%;object-fit:contain;padding:1.5rem;transition:opacity .3s ease}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}.product-gallery__thumb{aspect-ratio:1;background-color:#3a3636;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s,opacity .2s;opacity:.6}.product-gallery__thumb:hover{opacity:1}.product-gallery__thumb.active{border-color:#e5d792;opacity:1}.product-gallery__thumb img{width:100%;height:100%;object-fit:contain;padding:.375rem}.product-info__label{margin-bottom:.75rem}.product-info__title{font-size:clamp(1.4rem,3.5vw,2.25rem);color:#fff;margin-bottom:1rem}.product-info__stars{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.stars{display:flex;gap:2px}.stars svg{width:18px;height:18px}.star-filled{fill:#e5d792;color:#e5d792}.star-empty{fill:none;color:#e5d7924d;stroke:#e5d7924d;stroke-width:1.5}.product-info__review-link{font-family:Inter,sans-serif;font-size:.8125rem;color:#f0ede099;transition:color .2s}.product-info__review-link:hover{color:#e5d792}.product-info__price-row{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.5rem}.product-info__price{font-family:Chakra Petch,sans-serif;font-size:1.75rem;font-weight:700;color:#e5d792}.product-info__compare-price{font-size:1rem;color:#f0ede066;text-decoration:line-through}.product-info__badge{font-family:Chakra Petch,sans-serif;font-size:.75rem;font-weight:600;background-color:#e5d79226;color:#e5d792;padding:.25rem .625rem;letter-spacing:.05em}.product-info__description{font-family:Inter,sans-serif;font-size:.9375rem;color:#f0ede0cc;line-height:1.7;margin-bottom:1.5rem}.product-info__benefits{list-style:none;margin-bottom:2rem}.product-info__benefits li{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;font-family:Inter,sans-serif;font-size:.875rem;color:#f0ede0cc}.product-info__benefits li svg{width:16px;height:16px;color:#e5d792;flex-shrink:0;margin-top:2px}.product-info__cta-group{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.product-info__cta-group .btn-gold{font-size:.7rem;padding:1rem 2rem}.product-info__cta-group .btn-outline-gold{font-size:.7rem;padding:.875rem 2rem}.product-info__trust-row{display:flex;flex-wrap:wrap;gap:1rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.1)}.product-info__trust-item{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.8125rem;color:#f0ede08c}.product-info__trust-item svg{width:15px;height:15px;color:#e5d792}.video-section{padding:5rem 0;background-color:#1e1c1c}@media(min-width:1024px){.video-section{padding:7rem 0}}.video-section__header{text-align:center;margin-bottom:3rem}.video-section__title{font-size:clamp(1.4rem,3.5vw,2.25rem);color:#fff;margin-bottom:1rem}.video-section__subtitle{font-family:Inter,sans-serif;font-size:.9375rem;color:#f0ede0a6;max-width:36rem;margin:0 auto}.video-section__player{max-width:56rem;margin:0 auto}.video-section__video-wrap{position:relative;aspect-ratio:16/9;background-color:#3a3636;overflow:hidden}.video-section__video-wrap video{width:100%;height:100%;object-fit:cover}.video-section__play-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;background-color:#0000004d;cursor:pointer;transition:background-color .2s}.video-section__play-overlay:hover{background-color:#00000026}.video-section__play-btn{width:5rem;height:5rem;border-radius:50%;background-color:#e5d792;display:flex;align-items:center;justify-content:center;transition:transform .2s ease;box-shadow:0 8px 32px #0006}.video-section__play-overlay:hover .video-section__play-btn{transform:scale(1.1)}.video-section__play-btn svg{width:2rem;height:2rem;color:#2b2828;fill:#2b2828;margin-left:4px}.video-section__caption{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;margin-top:1.5rem;padding:0 .25rem}@media(min-width:640px){.video-section__caption{flex-direction:row;align-items:center;justify-content:space-between}}.video-section__caption p{font-family:Inter,sans-serif;font-size:.8125rem;color:#f0ede080}.video-section__caption .btn-gold{font-size:.875rem;padding:.625rem 1.5rem}.video-section__instagram{text-align:center;margin-top:3rem}.video-section__instagram p{font-family:Inter,sans-serif;font-size:.8125rem;color:#f0ede073;margin-bottom:.5rem}.video-section__instagram a{font-family:Chakra Petch,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.1em;color:#e5d792;transition:color .2s}.video-section__instagram a:hover{color:#fff}.features-section{padding:5rem 0;background-color:#2b2828}@media(min-width:1024px){.features-section{padding:7rem 0}}.features-section__header{margin-bottom:3.5rem}.features-section__title-row{display:flex;flex-direction:column;gap:1rem}@media(min-width:1024px){.features-section__title-row{flex-direction:row;align-items:flex-end;justify-content:space-between}}.features-section__title{font-size:clamp(1.5rem,3.5vw,2.5rem);color:#fff}.features-section__subtitle{font-family:Inter,sans-serif;font-size:.875rem;color:#f0ede08c;max-width:20rem}@media(min-width:1024px){.features-section__subtitle{text-align:right}}.features-grid{display:grid;gap:1.5rem}@media(min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background-color:#3a3636;overflow:hidden;transition:background-color .3s ease}.feature-card:hover{background-color:#403c3c}.feature-card__image{aspect-ratio:4/3;overflow:hidden}.feature-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.feature-card:hover .feature-card__image img{transform:scale(1.05)}.feature-card__body{padding:1.5rem}.feature-card__icon-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.feature-card__icon{width:2.5rem;height:2.5rem;background-color:#e5d7921a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-card__icon svg{width:20px;height:20px;color:#e5d792}.feature-card__label-wrap .section-label{font-size:.6875rem}.feature-card__headline{font-size:1.1rem;color:#fff;line-height:1.1}.feature-card__text{font-family:Inter,sans-serif;font-size:.875rem;color:#f0ede0b3;line-height:1.7;margin-bottom:1rem}.feature-card__stat{padding-top:1rem;border-top:1px solid rgba(255,255,255,.08);font-family:Chakra Petch,sans-serif;font-size:.75rem;font-weight:600;color:#e5d792;letter-spacing:.05em}.features-section__cta{text-align:center;margin-top:3.5rem}.feature-card--text-only{border-top:2px solid rgba(229,215,146,.25)}.feature-card--text-only .feature-card__body{padding:2rem 1.75rem 1.75rem}.feature-card--text-only .feature-card__icon{width:3rem;height:3rem;background-color:#e5d79214;border:1px solid rgba(229,215,146,.2)}.feature-card--text-only .feature-card__icon svg{width:22px;height:22px}.feature-card--text-only .feature-card__headline{font-size:1.1rem;margin-top:.25rem}.feature-card--text-only .feature-card__text{font-size:.9375rem}.features-grid--no-images{align-items:stretch}.reviews-section{padding:5rem 0;background-color:#1e1c1c}@media(min-width:1024px){.reviews-section{padding:7rem 0}}.reviews-section__header{margin-bottom:3.5rem}.reviews-section__title-row{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:1024px){.reviews-section__title-row{flex-direction:row;align-items:flex-end;justify-content:space-between}}.reviews-section__title{font-size:clamp(1.5rem,3.5vw,2.5rem);color:#fff}.reviews-section__title span{color:#e5d792}.reviews-section__aggregate{text-align:center}.reviews-section__aggregate-score{font-family:Chakra Petch,sans-serif;font-size:3rem;font-weight:700;color:#e5d792;line-height:1}.reviews-section__aggregate-label{font-family:Inter,sans-serif;font-size:.75rem;color:#f0ede073;margin-top:.25rem}.review-featured{background-color:#3a3636;padding:2rem;position:relative;overflow:hidden;margin-bottom:1.5rem}@media(min-width:1024px){.review-featured{padding:2.5rem}}.review-featured__quote-icon{position:absolute;top:1rem;right:1.5rem;color:#e5d79214}.review-featured__quote-icon svg{width:5rem;height:5rem;fill:currentColor}.review-featured__header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.review-avatar{width:3rem;height:3rem;border-radius:50%;background-color:#e5d79226;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:Chakra Petch,sans-serif;font-size:1.25rem;font-weight:700;color:#e5d792}.review-avatar--sm{width:2.25rem;height:2.25rem;font-size:1rem}.review-name{font-family:Chakra Petch,sans-serif;font-weight:600;color:#fff;font-size:.9375rem}.review-badge{display:inline-block;font-family:Chakra Petch,sans-serif;font-size:.6875rem;font-weight:600;background-color:#e5d79226;color:#e5d792;padding:.125rem .5rem;margin-left:.5rem;letter-spacing:.03em}.review-verified{font-family:Inter,sans-serif;font-size:.75rem;color:#f0ede059;margin-left:.375rem}.review-featured__text{font-family:Inter,sans-serif;font-size:1.0625rem;color:#f0ede0d9;line-height:1.7;position:relative;z-index:1}.review-date{font-family:Inter,sans-serif;font-size:.75rem;color:#f0ede059;margin-top:1rem}.reviews-grid{display:grid;gap:1rem}@media(min-width:768px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}.review-card{background-color:#3a3636;padding:1.5rem}.review-card__header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.review-card__text{font-family:Inter,sans-serif;font-size:.875rem;color:#f0ede0bf;line-height:1.65}.reviews-section__cta{text-align:center;margin-top:3rem}.faq-section{padding:5rem 0;background-color:#2b2828}@media(min-width:1024px){.faq-section{padding:7rem 0}}.faq-section__header{margin-bottom:3rem}.faq-section__title{font-size:clamp(1.4rem,3.5vw,2.25rem);color:#fff}.faq-grid{max-width:48rem}.faq-item{border-bottom:1px solid rgba(255,255,255,.1)}.faq-item__question{width:100%;background:none;border:none;color:#f0ede0;font-family:Chakra Petch,sans-serif;font-size:1rem;font-weight:600;text-align:left;padding:1.25rem 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:color .2s}.faq-item__question:hover{color:#e5d792}.faq-item__question svg{width:20px;height:20px;flex-shrink:0;transition:transform .3s ease}.faq-item.open .faq-item__question{color:#e5d792}.faq-item.open .faq-item__question svg{transform:rotate(45deg)}.faq-item__answer{font-family:Inter,sans-serif;font-size:.9rem;color:#f0ede0b3;line-height:1.7;max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease}.faq-item.open .faq-item__answer{max-height:20rem;padding-bottom:1.25rem}.about-section{padding:5rem 0;background-color:#3a3636}@media(min-width:1024px){.about-section{padding:7rem 0}}.about-section__inner{display:grid;gap:3rem}@media(min-width:1024px){.about-section__inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem}}.about-section__label{margin-bottom:1rem}.about-section__title{font-size:clamp(1.4rem,3.5vw,2.25rem);color:#fff;margin-bottom:1.5rem}.about-section__text{font-family:Inter,sans-serif;font-size:.9375rem;color:#f0ede0bf;line-height:1.75;margin-bottom:2rem}.about-section__image{aspect-ratio:4/3;overflow:hidden}.about-section__image img{width:100%;height:100%;object-fit:cover}.site-footer{background-color:#1a1818;padding:3rem 0 2rem;border-top:1px solid rgba(255,255,255,.08)}.site-footer__grid{display:grid;gap:2rem;margin-bottom:2.5rem}@media(min-width:768px){.site-footer__grid{grid-template-columns:2fr 1fr 1fr}}.site-footer__logo img{height:2.5rem;width:auto;border-radius:4px;margin-bottom:1rem}.site-footer__tagline{font-family:Inter,sans-serif;font-size:.875rem;color:#f0ede080;line-height:1.6;max-width:20rem}.site-footer__heading{font-family:Chakra Petch,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#e5d792;margin-bottom:1rem}.site-footer__links{list-style:none}.site-footer__links li+li{margin-top:.625rem}.site-footer__links a{font-family:Inter,sans-serif;font-size:.875rem;color:#f0ede08c;transition:color .2s}.site-footer__links a:hover{color:#e5d792}.site-footer__bottom{display:flex;flex-direction:column;gap:.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08)}@media(min-width:640px){.site-footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}.site-footer__copyright{font-family:Inter,sans-serif;font-size:.8125rem;color:#f0ede059}.site-footer__payment-icons{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.site-footer__payment-icons svg{height:20px;opacity:.5}.sticky-cart-bar{position:fixed;bottom:0;left:0;right:0;z-index:90;background-color:#2b2828;border-top:1px solid rgba(229,215,146,.3);padding:.75rem 1rem;transform:translateY(100%);transition:transform .3s cubic-bezier(.23,1,.32,1)}.sticky-cart-bar.visible{transform:translateY(0)}.sticky-cart-bar.hidden{display:none}.sticky-cart-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:480px;margin:0 auto}.sticky-cart-bar__title{font-family:Chakra Petch,sans-serif;font-size:1.125rem;font-weight:700;color:#f0ede0}.sticky-cart-bar__btn{background-color:#e5d792;color:#2b2828;font-family:Chakra Petch,sans-serif;font-weight:700;font-size:1rem;letter-spacing:.05em;text-transform:uppercase;padding:.625rem 1.5rem;border:none;cursor:pointer;white-space:nowrap;text-decoration:none}@media(min-width:1024px){.sticky-cart-bar{display:none!important}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.23,1,.32,1),transform .6s cubic-bezier(.23,1,.32,1)}.reveal.visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.product-page{padding:6rem 0 4rem}.product-page__breadcrumb{font-family:Inter,sans-serif;font-size:.8125rem;color:#f0ede073;margin-bottom:2rem}.product-page__breadcrumb a{color:#f0ede073;transition:color .2s}.product-page__breadcrumb a:hover{color:#e5d792}.page-template{padding:6rem 0 4rem}.page-template h1{font-size:clamp(2rem,4vw,3rem);color:#fff;margin-bottom:2rem}.page-template .rte{font-family:Inter,sans-serif;font-size:.9375rem;color:#f0ede0bf;line-height:1.75;max-width:40rem}.page-template .rte p+p{margin-top:1rem}.page-template .rte h2{color:#fff;font-size:1.75rem;margin:2rem 0 1rem}.page-template .rte ul{padding-left:1.5rem;margin-top:.75rem}.page-template .rte li{margin-bottom:.5rem}.text-gold{color:#e5d792}.bg-charcoal{background-color:#2b2828}.bg-charcoal-light{background-color:#3a3636}.bg-dark{background-color:#1e1c1c}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.instagram-feed-section{padding:5rem 0 4rem;background-color:#2b2828;border-top:1px solid rgba(229,215,146,.12)}.instagram-feed__header{text-align:center;margin-bottom:2.5rem}.instagram-feed__title{font-size:clamp(2rem,4vw,2.75rem);color:#fff;margin-bottom:.75rem}.instagram-feed__subtitle{font-size:.9375rem;color:#f0ede0a6;max-width:32rem;margin:0 auto;line-height:1.65}.instagram-feed__widget{width:100%;overflow:hidden}.instagram-feed__placeholder{display:flex;align-items:center;justify-content:center;min-height:220px;border:2px dashed rgba(229,215,146,.25);border-radius:8px;padding:2rem}.instagram-feed__placeholder-inner{text-align:center;color:#f0ede073;max-width:28rem}.instagram-feed__placeholder-inner svg{margin:0 auto 1rem;opacity:.4}.instagram-feed__placeholder-inner p{font-size:.875rem;line-height:1.6;margin-bottom:.5rem}.instagram-feed__cta{text-align:center;margin-top:2rem}.instagram-feed__follow-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border:1.5px solid rgba(229,215,146,.4);border-radius:4px;font-family:Chakra Petch,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#e5d792;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.instagram-feed__follow-btn:hover{background-color:#e5d79214;border-color:#e5d792;color:#fff}
/*# sourceMappingURL=/cdn/shop/t/21/assets/theme.css.map */
