.strap{background:var(--benefit-background,#fff);color:var(--benefit-text,var(--muted))}.contact-section{width:90%;max-width:1100px;margin:10px auto 70px}.contact-panel{overflow:hidden;border:1px solid #eed4dd;border-radius:22px;background:#fff;box-shadow:0 14px 42px #7044540a}.contact-panel>summary{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:25px 28px;list-style:none;cursor:pointer}.contact-panel>summary::-webkit-details-marker{display:none}.contact-panel summary>span:first-child{display:grid;gap:4px}.contact-panel summary strong{font: 27px/1.2 Georgia,serif}.contact-panel summary small{color:#885365;font-size:14px}.contact-toggle{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border:1px solid #e6c4d0;border-radius:50%;font-size:25px;transition:transform .25s ease,background .25s ease}.contact-panel[open] .contact-toggle{transform:rotate(45deg);background:#faeef2}.contact-content{padding:0 28px 30px;border-top:1px solid transparent}.contact-panel[open] .contact-content{border-color:#f4dfe7;animation:contact-open .28s ease}.contact-fields{grid-template-columns:1fr 1fr;padding-top:26px}.contact-fields label,.contact-fields textarea,.contact-fields button{grid-column:1/-1}.contact-fields button{justify-self:start}.contact-status{margin:24px 0 0;padding:14px 16px;border-radius:12px;background:#faeef2}@keyframes contact-open{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:650px){.contact-section{width:calc(100% - 32px);margin-bottom:45px}.contact-panel>summary{padding:20px}.contact-panel summary strong{font-size:23px}.contact-panel summary small{display:none}.contact-content{padding:0 20px 24px}.contact-fields{grid-template-columns:1fr}.contact-fields label,.contact-fields textarea,.contact-fields button{grid-column:auto}}.featured-carousel .carousel-layout{position:relative}.featured-carousel .carousel-track{display:flex;gap:clamp(14px,2vw,24px);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;padding:6px 2px 18px}.featured-carousel .carousel-track::-webkit-scrollbar{display:none}.featured-carousel .carousel-track>.product{flex:0 0 27%;scroll-snap-align:start;min-width:0}.featured-carousel .carousel-controls{display:flex;justify-content:flex-end;gap:10px;margin:0 0 12px}.featured-carousel .carousel-arrow{width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink);font-size:20px;cursor:pointer;transition:background-color .24s,color .24s,transform .24s}.featured-carousel .carousel-arrow:hover{background:var(--ink);color:#fff;transform:translateY(-2px)}.featured-carousel .carousel-arrow:focus-visible,.featured-carousel .carousel-track:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.featured-carousel .carousel-arrow:disabled{opacity:.4;cursor:default;transform:none}.featured-carousel .carousel-track>.product[hidden]{display:none!important}@media(max-width:980px){.featured-carousel .carousel-track>.product{flex-basis:39%}}@media(max-width:760px){.featured-carousel .carousel-track>.product{flex-basis:60%}}@media(max-width:520px){.featured-carousel .carousel-track>.product{flex-basis:76%}.featured-carousel .carousel-arrow{width:36px;height:36px}}@media(prefers-reduced-motion:reduce){.featured-carousel .carousel-arrow{transition:none}}footer{background:var(--footer-background,#faebf0);color:var(--footer-text,#5c3844)}.announcement{background:var(--announcement-background,var(--yellow));color:var(--announcement-text,var(--ink));text-align:center;padding:10px var(--page-gutter);font-size:12px;letter-spacing:.02em}.site-header-shell{position:relative;z-index:20;width:100%;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--header-background,#fff) 96%,transparent);color:var(--header-text,var(--ink));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header-shell.is-sticky{position:sticky;top:0}.site-header-shell .header{display:grid;grid-template-columns:minmax(150px,auto) minmax(300px,1fr) minmax(220px,var(--header-search-width)) auto;align-items:center;width:calc(100% - 2 * var(--page-gutter));max-width:var(--page-width);min-height:82px;margin:0 auto;padding:12px 0;gap:clamp(16px,2.2vw,34px);background:transparent;border:0}.site-header-shell .logo{display:flex;align-items:center;min-width:0;justify-self:start}.site-header-shell .logo .uploaded-logo{display:block;width:var(--header-logo-width);max-width:100%;height:auto;max-height:56px;object-fit:contain;filter:none}.site-header-shell .nav{display:flex;align-items:center;justify-content:center;gap:clamp(16px,2vw,28px);min-width:0;font-size:13px;white-space:nowrap}.site-header-shell .nav a{position:relative;padding:12px 0}.site-header-shell .nav a:after{content:"";position:absolute;right:0;bottom:6px;left:0;height:1px;background:currentColor;transform:scaleX(0);transition:transform .24s ease}.site-header-shell .nav a:hover:after,.site-header-shell .nav a[aria-current=page]:after{transform:scaleX(1)}.header-search-form{display:grid;grid-template-columns:18px minmax(80px,1fr) auto;align-items:center;width:100%;min-height:44px;padding:0 5px 0 14px;border:1px solid var(--line);border-radius:999px;background:#fff;transition:border-color .22s ease,box-shadow .22s ease}.header-search-form:focus-within{border-color:var(--muted);box-shadow:0 0 0 3px color-mix(in srgb,var(--muted) 14%,transparent)}.header-search-form svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.6}.header-search-form input{width:100%;min-width:0;margin:0;padding:10px 9px;border:0;outline:0;background:transparent;color:var(--ink)}.header-search-form input::placeholder{color:var(--muted)}.header-search-form button{min-height:34px;padding:7px 13px;border:0;border-radius:999px;background:var(--blue);color:#fff;font-size:11px;font-weight:700;transition:transform .22s ease,filter .22s ease}.header-search-form button:hover{transform:translateY(-1px);filter:brightness(1.08)}.header-actions{display:flex;align-items:center;justify-content:flex-end;justify-self:end;gap:10px;white-space:nowrap}.account-action{display:flex;align-items:center;gap:7px;min-height:44px;padding:4px 10px;border:1px solid transparent;border-radius:999px;transition:background-color .22s ease,border-color .22s ease}.account-action:hover{border-color:var(--line);background:var(--yellow)}.account-action shopify-account{display:block;line-height:0;--shopify-account-avatar-size:34px;--shopify-account-signed-in-avatar-size:34px;--shopify-account-signed-in-avatar-color-background:var(--yellow);--shopify-account-signed-in-avatar-color-text:var(--ink);--shopify-account-color-accent:var(--blue);--shopify-account-color-background:#fff;--shopify-account-color-text:var(--ink);--shopify-account-color-border:var(--line);--shopify-account-color-background-subdued:var(--yellow);--shopify-account-font-body:var(--body-font);--shopify-account-font-heading:var(--heading-font);--shopify-account-radius-base:18px;--shopify-account-radius-dialog:24px;--shopify-account-radius-button:999px;--shopify-account-radius-input:14px}.account-avatar{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;color:var(--ink)}.account-avatar svg{width:21px;height:21px}.action-label{font-size:12px}.site-header-shell .bag{position:relative;display:flex;align-items:center;justify-content:center;min-height:44px;gap:8px;padding:7px 10px 7px 12px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:12px;transition:transform .22s ease,background-color .22s ease,border-color .22s ease}.site-header-shell .bag:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--ink) 28%,var(--line));background:var(--yellow)}.site-header-shell .bag-icon{width:19px;height:19px}.site-header-shell .badge{display:grid;min-width:23px;height:23px;place-items:center;padding:0 6px;border:0;border-radius:50%;background:var(--yellow);font-size:11px}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:1120px){.site-header-shell .header{grid-template-columns:auto minmax(260px,1fr) auto}.site-header-shell .nav{grid-column:1/-1;grid-row:2;justify-content:center;order:4;border-top:1px solid var(--line)}.header-search-form{grid-column:2;grid-row:1}.header-actions{grid-column:3;grid-row:1}.site-header-shell .logo{grid-column:1;grid-row:1}}@media(max-width:760px){.announcement{font-size:11px}.site-header-shell .header{grid-template-columns:minmax(120px,1fr) auto;width:calc(100% - 32px);min-height:0;padding:10px 0;gap:9px 12px}.site-header-shell .logo .uploaded-logo{width:min(var(--header-logo-width),160px);max-height:44px}.header-actions{grid-column:2;grid-row:1;gap:5px}.account-action{padding:4px}.action-label,.bag-label{display:none}.site-header-shell .bag{width:42px;height:42px;padding:0}.site-header-shell .badge{position:absolute;right:-3px;top:-3px;min-width:18px;height:18px;padding:0 4px;background:var(--blue);color:#fff;font-size:9px}.header-search-form{grid-column:1/-1;grid-row:2;width:100%;min-height:46px}.site-header-shell .nav{grid-column:1/-1;grid-row:3;justify-content:flex-start;gap:24px;width:100%;overflow-x:auto;border-top:0;scrollbar-width:none}.site-header-shell .nav::-webkit-scrollbar{display:none}.site-header-shell .nav a{min-height:42px;padding:11px 0}.header-search-form button{padding-inline:16px}}@media(max-width:420px){.site-header-shell .header{width:calc(100% - 24px)}.site-header-shell .logo .uploaded-logo{width:min(var(--header-logo-width),138px)}.header-search-form button{width:38px;padding:0;font-size:0}.header-search-form button:after{content:"\2192";font-size:16px}}.hero{background:var(--hero-background,#faeef2);color:var(--hero-text,#5c3844)}.hero-media{display:block;min-width:0;height:100%}.hero-media img,.hero>img{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--hero-image-position,center)}.hero--image-left .hero-copy{order:2}.hero--image-left .hero-media,.hero--image-left>img{order:1}.hero--align-center .hero-copy{text-align:center}.hero--align-center .hero-copy>p{margin-right:auto;margin-left:auto}.hero--align-center .hero-copy .btn{margin-inline:auto}.hero--content-top .hero-copy{align-self:start}.hero--content-middle .hero-copy{align-self:center}.hero--content-bottom .hero-copy{align-self:end}@media(max-width:760px){.hero-media{height:260px}}@media(max-width:520px){.hero--image-left .hero-copy{order:1}.hero--image-left .hero-media,.hero--image-left>img{order:2}}@media(max-width:420px){.hero-media{display:block;height:230px}.hero>img,.hero .hero-media img{display:block;height:230px;min-height:0}}.search-page{background:var(--search-background,#fff);min-height:48vh}.search-page>h1{margin:8px 0 10px;font:normal clamp(36px,5vw,58px)/1.05 Georgia,serif}.search-page-intro{max-width:620px;color:var(--muted)}.search-page .search-form{margin:30px 0 42px}.search-results{margin-top:20px}.search-empty{grid-column:1/-1;padding:24px;border:1px solid var(--line);border-radius:16px;background:var(--yellow)}.search-page .visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.ritual{align-items:start}.ritual-intro{max-width:410px}.ritual-intro>p:last-child{color:#885365;font-size:15px;line-height:1.65}.ritual .steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.ritual .step{min-height:190px;padding:22px 18px;border:1px solid #f0d7e0;border-radius:16px;background:#fff}.ritual .step strong{display:block;margin-bottom:26px}.ritual .step h3{margin:0 0 9px}.ritual .step p{margin:0;line-height:1.55}@media(max-width:1050px){.ritual{grid-template-columns:1fr}.ritual .steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.ritual .steps{grid-template-columns:1fr}.ritual .step{min-height:0}.ritual .step strong{margin-bottom:14px}}.shipping-summary{width:92%;max-width:1280px;margin:0 auto 62px;padding:clamp(28px,4vw,52px);display:grid;grid-template-columns:minmax(240px,.8fr) minmax(0,1.4fr);gap:clamp(30px,6vw,80px);border-radius:24px;background:#5c3844;color:#fff}.shipping-summary header h2{margin:10px 0 14px;font:normal clamp(30px,3.5vw,44px)/1.08 Georgia,serif}.shipping-summary header>p:last-child{max-width:420px;margin:0;color:#f4dfe7;line-height:1.65}.shipping-points{display:grid;gap:2px}.shipping-points article{display:grid;grid-template-columns:42px 1fr;gap:18px;padding:18px 0;border-bottom:1px solid #ffffff26}.shipping-points article:last-child{border-bottom:0}.shipping-points span{display:grid;place-items:center;width:38px;height:38px;border:1px solid #ffffff52;border-radius:50%;font-size:12px}.shipping-points h3{margin:0 0 5px;font-size:16px}.shipping-points p{margin:0;color:#f4dfe7;font-size:14px;line-height:1.55}@media(max-width:760px){.shipping-summary{width:calc(100% - 32px);grid-template-columns:1fr;margin-bottom:45px}.shipping-points article{grid-template-columns:38px 1fr;gap:14px}}.product{display:flex;min-width:0;height:100%;flex-direction:column}.product-link{display:flex;flex:1;flex-direction:column}.product-image{isolation:isolate}.product-image-primary,.product-image-secondary{transition:opacity .28s ease,transform .32s ease}.product-image-secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product:hover .has-secondary-image .product-image-primary,.product:focus-within .has-secondary-image .product-image-primary{opacity:0}.product:hover .has-secondary-image .product-image-secondary,.product:focus-within .has-secondary-image .product-image-secondary{opacity:1;transform:scale(1.025)}.product-image-hint{position:absolute;right:13px;bottom:13px;display:grid;width:28px;height:28px;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fffffff0;color:var(--ink);font-size:17px;transition:transform .22s ease}.product:hover .product-image-hint{transform:rotate(45deg)}.product h3{min-height:2.6em}.product-bottom{margin-top:auto;padding-top:16px}.product-bottom>div{display:grid;gap:2px}.product-bottom strong{font-weight:700}.product-bottom .detail-link{align-self:end}@media(max-width:520px){.product h3{min-height:3.9em}.product-image-hint{right:9px;bottom:9px;width:25px;height:25px}}@media(prefers-reduced-motion:reduce){.product-image-primary,.product-image-secondary,.product-image-hint{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/19/compiled_assets/styles.css.map */
