:root{--cream: #faf6f0;--warm-beige: #e8ddd0;--soft-pink: #d4a5a5;--soft-pink-dark: #c08a8a;--deep-brown: #5c4a3b;--deep-brown-light: #7a6553;--natural-wood: #c4a882;--sage-green: #a8b5a2;--gold: #c9a96e;--white: #fff;--black: #2a2018;--font-serif: "Cormorant Garamond", serif;--font-sans: "Inter", sans-serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--shadow: 0 4px 20px rgba(92, 74, 59, .09);--page: 1280px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--deep-brown);font-family:var(--font-sans);line-height:1.6}body:has(.header__menu.is-open){overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button,input,textarea,select{font:inherit}.page-width{width:min(calc(100% - 48px),var(--page));margin-inline:auto}.page-width--narrow{width:min(calc(100% - 48px),800px)}.visually-hidden,.skip-link:not(:focus){position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;z-index:9999;left:1rem;top:1rem;background:var(--white);padding:.8rem;color:var(--deep-brown)}h1,h2,h3{font-family:var(--font-serif);line-height:1.1;margin:0 0 .75rem;color:var(--deep-brown)}h1{font-size:clamp(2.7rem,5.7vw,4.8rem)}h2{font-size:clamp(2rem,3.8vw,3.2rem)}h3{font-size:clamp(1.35rem,2.3vw,2rem)}p{margin:.4rem 0 1rem}.center{text-align:center}.muted{color:var(--deep-brown-light);font-size:.875rem}.eyebrow,.hero__eyebrow{color:var(--soft-pink-dark);font-family:var(--font-serif);font-style:italic;letter-spacing:.03em;margin:0 0 .7rem}.button{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:.75rem 1.7rem;border:2px solid transparent;border-radius:var(--radius-sm);font-weight:700;font-size:.84rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:.2s ease}.button--primary{color:var(--white);background:var(--soft-pink);box-shadow:0 4px 15px #d4a5a566}.button--primary:hover{background:var(--soft-pink-dark);transform:translateY(-2px)}.button--outline{border-color:var(--deep-brown);background:transparent;color:var(--deep-brown)}.button--outline:hover{background:var(--deep-brown);color:var(--white)}.section{padding:5rem 0}.section--beige,.process-section{background:linear-gradient(180deg,var(--warm-beige),var(--cream))}.section-heading{text-align:center;margin:0 auto 3rem;max-width:700px}.section-heading p{color:var(--deep-brown-light)}.site-header{position:sticky;top:0;z-index:20;background:#faf6f0f2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(92,74,59,.06)}.header__inner{min-height:76px;display:flex;align-items:center;gap:1.25rem}.brand{font:700 1.65rem var(--font-serif);letter-spacing:.02em;white-space:nowrap}.brand em{color:var(--soft-pink);font-style:normal}.brand__image{max-width:180px;max-height:44px;object-fit:contain}.header__menu{margin-inline:auto}.header__menu>ul{list-style:none;margin:0;padding:0;display:flex;gap:1.7rem;align-items:center}.header__menu-item{position:relative}.header__menu a{font-size:.9rem;font-weight:500}.header__menu-item>a:after{content:"";display:block;width:0;height:2px;background:var(--soft-pink);transition:.2s}.header__menu-item>a:hover:after{width:100%}.header__actions{display:flex;align-items:center;gap:.4rem}.icon-button{position:relative;width:42px;height:42px;display:grid;place-items:center;border:0;background:transparent;color:var(--deep-brown)}.icon-button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.5}.cart-count{position:absolute;right:2px;top:2px;width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:var(--soft-pink);color:var(--white);font-size:.65rem}.header__toggle,.header__submenu-toggle{display:none;border:0;background:transparent}.header__mega-menu{display:none;position:absolute;left:50%;top:calc(100% + 1.2rem);width:min(500px,80vw);padding:1rem 1.25rem;background:var(--white);box-shadow:var(--shadow);border-radius:var(--radius-sm);transform:translate(-50%)}.has-children:hover .header__mega-menu,.header__mega-menu.is-open{display:block}.header__mega-menu ul{list-style:none;margin:0;padding:0;columns:2}.header__mega-menu a{display:block;padding:.4rem}.header__search{padding:.75rem 0;background:var(--cream);border-top:1px solid var(--warm-beige)}.search-form{display:flex;gap:0;max-width:620px}.search-form input{min-width:0;flex:1;border:1px solid var(--warm-beige);padding:.85rem 1rem;border-radius:var(--radius-sm) 0 0 var(--radius-sm);background:var(--white)}.search-form .button{border-radius:0 var(--radius-sm) var(--radius-sm) 0}.hero{position:relative;min-height:calc(100vh - 76px);display:grid;place-items:center;overflow:hidden;background:var(--warm-beige)}.hero__image{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(180deg,#faf6f066,#faf6f0b8),var(--hero-image);background-size:cover;background-position:center;opacity:.95}.hero__content{position:relative;z-index:1;max-width:850px;text-align:center;padding:7rem 1rem}.hero__content h1{font-size:clamp(3.1rem,6.4vw,5.5rem);margin-bottom:1.2rem}.hero__content>div{max-width:750px;margin:0 auto 2rem;font-size:1.1rem;color:var(--deep-brown-light)}.collection-grid,.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;align-items:stretch}.collection-card,.product-card{display:block;overflow:hidden;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.product-card{display:flex;flex-direction:column;height:100%}.collection-card:hover,.product-card:hover{transform:translateY(-6px);box-shadow:0 12px 35px #5c4a3b29}.collection-card__image{aspect-ratio:4/3;background:var(--warm-beige);overflow:hidden}.collection-card__image img,.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.collection-card:hover img,.product-card:hover img{transform:scale(1.06)}.collection-card__body,.product-card__body{padding:1.35rem;text-align:center}.collection-card__body p{font-size:.875rem;color:var(--deep-brown-light)}.collection-card__body span,.text-link{font-size:.85rem;color:var(--soft-pink-dark);font-weight:700}.product-card__image{position:relative;aspect-ratio:1/1;background:var(--warm-beige);overflow:hidden}.product-card__image-empty,.product-media-pending{height:100%;display:grid;place-items:center;color:var(--deep-brown-light);font-size:.85rem}.product-card__body{text-align:left;display:flex;flex:1;flex-direction:column}.product-card__body .eyebrow{margin:0 0 .7rem}.product-card__body .price{margin-top:auto;padding-top:1rem}.product-card h3{font-family:var(--font-sans);font-size:.98rem;line-height:1.45}.price{display:flex;gap:.5rem;align-items:center}.price s{color:var(--deep-brown-light)}.price strong{font-size:1.15rem}.product-card__action{display:block;margin-top:.8rem;border-radius:var(--radius-sm);padding:.6rem;background:var(--deep-brown);color:var(--white);font-size:.78rem;letter-spacing:.06em;text-align:center;text-transform:uppercase}.product-card__action--sold{opacity:.55}.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;text-align:center}.process-step{position:relative;padding:0 .5rem}.process-step__number{display:grid;place-items:center;width:76px;height:76px;margin:0 auto 1rem;border-radius:50%;background:var(--white);box-shadow:var(--shadow);font:600 2rem var(--font-serif);color:var(--soft-pink-dark)}.process-step h3{font-size:1.2rem}.process-step p{font-size:.85rem;color:var(--deep-brown-light)}.maker-gallery{columns:4;column-gap:1rem}.maker-gallery__item{position:relative;break-inside:avoid;margin:0 0 1rem;overflow:hidden;border-radius:var(--radius-md);background:var(--warm-beige)}.maker-gallery__item img{width:100%}.maker-gallery__item figcaption{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;opacity:0;background:#5c4a3b7a;color:var(--white);font:1.2rem var(--font-serif);transition:.25s}.maker-gallery__item:hover figcaption{opacity:1}.newsletter{padding:4rem 0;text-align:center;background:linear-gradient(135deg,var(--soft-pink),var(--soft-pink-dark));color:var(--white)}.newsletter h2{color:var(--white)}.newsletter-form{display:flex;justify-content:center;max-width:520px;margin:1.5rem auto 0}.newsletter-form input{min-width:0;flex:1;border:0;padding:.9rem 1rem;border-radius:var(--radius-sm) 0 0 var(--radius-sm)}.newsletter-form button{border:0;padding:.9rem 1.3rem;border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--deep-brown);color:var(--white);font-weight:700;text-transform:uppercase;letter-spacing:.06em}.site-footer{padding:3.8rem 0 1.5rem;background:var(--deep-brown);color:#ffffffc7}.footer__grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:2.5rem}.footer__brand h2,.footer__column h3{color:var(--white)}.footer__brand p,.footer__column a{font-size:.875rem}.footer__column ul{margin:0;padding:0;list-style:none}.footer__column li+li{margin-top:.45rem}.footer__column a:hover{color:var(--soft-pink)}.footer__bottom{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-top:2.5rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.12);font-size:.8rem}.payment-icons svg{width:40px;height:28px}.breadcrumbs{display:flex;flex-wrap:wrap;gap:.45rem;padding:1.2rem 0;font-size:.78rem;color:var(--deep-brown-light)}.breadcrumbs a:hover{color:var(--soft-pink-dark)}.page-header{padding:3.7rem 0 2.4rem;text-align:center;background:linear-gradient(180deg,var(--warm-beige),var(--cream))}.page-header--plain{padding:2rem 0;background:none}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.collection-toolbar select{border:1px solid var(--warm-beige);border-radius:var(--radius-sm);padding:.55rem;background:var(--white)}.collection-filters{display:flex;flex-wrap:wrap;gap:1rem;align-items:start;margin-bottom:2rem;padding:1rem;border:1px solid var(--warm-beige);border-radius:var(--radius-sm);background:var(--white)}.collection-filters details{min-width:180px}.collection-filters summary{font-weight:700;cursor:pointer}.collection-filters label{display:block;font-size:.84rem;margin:.45rem}.pagination{text-align:center;margin:2.5rem 0}.pagination a,.pagination span{display:inline-block;padding:.5rem .75rem}.product-section,.cart-section{padding:1rem 0 5rem}.product-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3rem;padding:2rem 0 4rem}.product-gallery__main{aspect-ratio:1;background:var(--warm-beige);overflow:hidden;border-radius:var(--radius-lg);box-shadow:var(--shadow)}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:.75rem;margin-top:.8rem;overflow:auto}.product-gallery__thumb{width:72px;height:72px;padding:0;border:2px solid transparent;border-radius:var(--radius-sm);overflow:hidden;background:var(--warm-beige)}.product-gallery__thumb.is-active{border-color:var(--soft-pink)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-details h1{font-size:clamp(2.5rem,4.2vw,4rem)}.price--large{margin:1rem 0;font-size:1.4rem}.price--large strong{font-size:2rem}.product-description{padding:1.1rem 0;border-block:1px solid var(--warm-beige)}.product-features{margin:1.2rem 0;padding-left:1.4rem}.product-features li+li{margin-top:.45rem}.variant-picker{border:0;margin:1rem 0;padding:0}.variant-picker legend{font-weight:700;font-size:.875rem;margin-bottom:.5rem}.variant-picker label{display:inline-block;margin:0 .35rem .35rem 0}.variant-picker input{position:absolute;opacity:0}.variant-picker span{display:block;padding:.4rem .75rem;border:2px solid var(--warm-beige);border-radius:var(--radius-sm);font-size:.85rem}.variant-picker input:checked+span{border-color:var(--soft-pink);background:#d4a5a51a}.variant-select{width:100%;padding:.75rem;border:1px solid var(--warm-beige);border-radius:var(--radius-sm);background:var(--white)}.quantity-row{display:flex;gap:.75rem;align-items:center;margin:1rem 0}.quantity-row input{width:80px;padding:.6rem;border:1px solid var(--warm-beige);border-radius:var(--radius-sm)}.product-form__submit{width:100%;margin-bottom:.7rem}.product-form .shopify-payment-button{margin-bottom:1rem}.product-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;font-size:.8rem;color:var(--deep-brown-light)}.product-meta dt{font-weight:700;color:var(--deep-brown)}.product-meta dd{margin:0}.specifications{max-width:860px;margin:0 auto 4rem}.specifications h2{text-align:center}.specifications dl{background:var(--white);box-shadow:var(--shadow);border-radius:var(--radius-md);overflow:hidden}.specifications dl>div{display:grid;grid-template-columns:40% 1fr;border-bottom:1px solid var(--warm-beige)}.specifications dt,.specifications dd{margin:0;padding:.8rem 1rem}.specifications dt{background:#e8ddd073;font-weight:700}.related-products{padding-top:2rem}.related-products h2{text-align:center;margin-bottom:2rem}.page-section,.article-section{padding:2rem 0 5rem}.rte img{border-radius:var(--radius-md)}.rte a{color:var(--soft-pink-dark);text-decoration:underline}.rte h2,.rte h3{margin-top:2rem}.page-content{font-size:1rem}.contact-form{display:grid;gap:.7rem;background:var(--white);padding:1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow)}.contact-form label{font-weight:700;font-size:.85rem}.contact-form input,.contact-form textarea{width:100%;padding:.75rem;border:1px solid var(--warm-beige);border-radius:var(--radius-sm);background:var(--cream)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-row>div{display:grid;gap:.4rem}.form-error{color:#9b2525}.form-success{color:#21633a;font-weight:700}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.article-card{overflow:hidden;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.article-card>div{padding:1.4rem}.article-card__image{aspect-ratio:1.4;overflow:hidden}.article-card__image img{width:100%;height:100%;object-fit:cover}.article-header{text-align:center;padding:1rem 0 2rem}.article-feature-image{margin:0 0 2rem}.article-feature-image img{width:100%;border-radius:var(--radius-lg)}.article-content{font-size:1.05rem}.article-footer{margin-top:2rem}.cart-section h1{text-align:center;margin:2rem 0}.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:2rem}.cart-items,.cart-summary{background:var(--white);box-shadow:var(--shadow);border-radius:var(--radius-lg);padding:1.2rem}.cart-item{display:grid;grid-template-columns:80px 1fr 72px auto auto;gap:1rem;align-items:center;padding:1rem 0;border-bottom:1px solid var(--warm-beige)}.cart-item:last-child{border:0}.cart-item__image{width:80px;height:80px;background:var(--warm-beige);overflow:hidden;border-radius:var(--radius-sm)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item h2{font-family:var(--font-sans);font-size:1rem}.cart-item input{width:64px;padding:.5rem;border:1px solid var(--warm-beige);border-radius:var(--radius-sm)}.cart-item>a:not(.cart-item__image){font-size:.78rem;color:var(--soft-pink-dark)}.cart-summary{height:max-content}.cart-summary>div{display:flex;justify-content:space-between;padding:.6rem 0;border-bottom:1px solid var(--warm-beige)}.cart-summary .button{width:100%;margin-top:.75rem}.empty-state{text-align:center;padding:4rem 1rem;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.not-found{text-align:center;padding:10rem 0}.not-found p{font-size:1.1rem;color:var(--deep-brown-light)}@media(max-width:1000px){.header__menu>ul{gap:1rem}.collection-grid,.product-grid{grid-template-columns:repeat(3,1fr)}.footer__grid{grid-template-columns:1.5fr repeat(3,1fr)}.process-grid{grid-template-columns:repeat(3,1fr)}.product-layout{gap:2rem}.article-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.page-width,.page-width--narrow{width:min(calc(100% - 32px),var(--page))}.site-header{position:sticky}.header__inner{min-height:64px}.header__toggle{display:flex;flex-direction:column;gap:4px;width:42px;height:42px;align-items:center;justify-content:center;order:3}.header__toggle span:not(.visually-hidden){display:block;width:22px;height:2px;background:var(--deep-brown)}.header__actions{margin-left:auto}.header__menu{display:none;position:absolute;left:0;right:0;top:64px;margin:0;padding:1rem;background:var(--cream);border-bottom:1px solid var(--warm-beige)}.header__menu.is-open{display:block}.header__menu>ul{display:block}.header__menu-item{padding:.6rem 0;border-bottom:1px solid var(--warm-beige)}.header__submenu-toggle{display:inline-block;margin-left:.4rem}.header__mega-menu{position:static;width:auto;padding:.5rem 0;box-shadow:none;transform:none;background:transparent}.header__mega-menu ul{columns:1}.header__search .page-width{width:calc(100% - 32px)}.header__actions .icon-button:first-child{display:none}.hero{min-height:580px}.hero__content{padding:5rem 0}.hero__content h1{font-size:3.2rem}.section{padding:3.75rem 0}.collection-grid,.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.collection-card__body,.product-card__body{padding:1rem}.collection-card__image{aspect-ratio:1}.process-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.maker-gallery{columns:2}.footer__grid{grid-template-columns:1fr 1fr;gap:1.8rem}.footer__brand{grid-column:1/-1}.footer__bottom{align-items:start;flex-direction:column}.product-layout,.cart-layout,.product-meta{grid-template-columns:1fr}.specifications dl>div{grid-template-columns:1fr}.form-row,.article-grid{grid-template-columns:1fr}.cart-item{grid-template-columns:64px 1fr auto}.cart-item__image{width:64px;height:64px}.cart-item input{grid-column:2}.cart-item>a:not(.cart-item__image){grid-column:2}.cart-item strong{grid-column:3;grid-row:1}.collection-toolbar{align-items:start;gap:1rem;flex-direction:column}.search-form--page{margin-top:1rem}.newsletter-form{display:block}.newsletter-form input,.newsletter-form button{width:100%;border-radius:var(--radius-sm)}.newsletter-form button{margin-top:.6rem}.article-header h1{font-size:3rem}}.about-story__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-story__image{height:500px;overflow:hidden;border-radius:var(--radius-lg);box-shadow:0 8px 30px #5c4a3b29}.about-story__image img{width:100%;height:100%;object-fit:cover}.about-story__content p{color:var(--deep-brown-light)}.about-story__values{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.about-value{padding:2rem 1.5rem;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);text-align:center}.about-value svg{width:48px;height:48px;color:var(--soft-pink);margin:0 auto 1rem}.about-value h2{font-size:1.5rem}.about-value p{font-size:.875rem;color:var(--deep-brown-light)}.community-showcase__body{padding-top:2.5rem;padding-bottom:2.5rem}.community-showcase__intro{text-align:center;max-width:700px;margin:0 auto 2rem}.community-showcase__intro>p:last-child{color:var(--deep-brown-light)}@media(max-width:760px){.about-story__grid,.about-story__values{grid-template-columns:1fr}.about-story__image{height:360px}.community-showcase__body{padding-top:2rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/candle-atelier.css.map */
