:root{--cap-swatch-default: #DDD0BE;--cap-swatch-original: #DDD0BE;--cap-swatch-romarin: #6B7251;--cap-swatch-menthe: #8E998B;--cap-swatch-ricin: #4A3E2E;--cap-swatch-ambre: #B87333;--cap-swatch-30ml: #DDD0BE;--cap-swatch-50ml: #C9B89C;--cap-swatch-100ml: #A89A82}.cap-section h2 em{font-style:italic;font-family:var(--cap-font-display);font-weight:300}.cap-product{background-color:var(--cap-cream);padding:0 0 3rem}.cap-product__grid{display:grid;grid-template-columns:1fr;gap:0}@media(min-width:990px){.cap-product__grid{grid-template-columns:1fr 1fr;min-height:100vh}}.cap-product__gallery{display:flex;flex-direction:column;gap:.5rem;background-color:var(--cap-cream-dark)}.cap-product__main-image{position:relative;aspect-ratio:1 / 1;overflow:hidden;background-color:var(--cap-cream-dark)}@media(min-width:990px){.cap-product__main-image{aspect-ratio:auto;flex:1;min-height:600px}}.cap-product__image{width:100%;height:100%;object-fit:cover;display:block}.cap-product__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;padding:.5rem;background-color:var(--cap-cream-dark)}.cap-product__thumb{border:0;padding:0;background:transparent;cursor:pointer;aspect-ratio:1 / 1;overflow:hidden;opacity:.7;transition:opacity .3s var(--cap-ease);outline:none}.cap-product__thumb img{width:100%;height:100%;object-fit:cover;display:block}.cap-product__thumb.is-active,.cap-product__thumb:hover,.cap-product__thumb:focus-visible{opacity:1;outline:2px solid var(--cap-ink-soft);outline-offset:-2px}.cap-product__info{padding:2rem 1.25rem 1rem;display:flex;flex-direction:column;gap:1.25rem}@media(min-width:750px){.cap-product__info{padding:2.5rem 2rem}}@media(min-width:990px){.cap-product__info{padding:3rem;justify-content:center;max-width:620px}}.cap-product__badge{display:inline-block;align-self:flex-start;font-size:.7rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--cap-olive-dark);background-color:#6b72511f;padding:.35rem .75rem;border-radius:999px}.cap-product__title{font-family:var(--cap-font-display);font-weight:400;font-size:clamp(1.75rem,5vw,2.5rem);line-height:1.1;margin:0;color:var(--cap-ink)}.cap-product__title em{font-style:italic;font-weight:300}.cap-product__subtitle{font-size:.7rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--cap-ink-soft);margin:0}.cap-product__rating{display:flex;align-items:center;gap:.5rem}.cap-product__stars{display:inline-flex;gap:2px;color:var(--cap-amber)}.cap-product__stars svg{width:14px;height:14px}.cap-product__rating-text{font-size:.85rem;color:var(--cap-ink-soft);text-decoration:underline;text-underline-offset:2px}.cap-product__description{font-size:.95rem;line-height:1.6;color:var(--cap-ink);margin:0}.cap-product__description p{margin:0}.cap-product__option{display:flex;flex-direction:column;gap:.75rem}.cap-product__option-label{font-size:.7rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--cap-ink)}.cap-product__option-value{font-weight:400;letter-spacing:.1em;text-transform:none;color:var(--cap-ink-soft);margin-left:.4rem}.cap-product__swatches{display:flex;gap:.6rem;flex-wrap:wrap}.cap-product__swatch{width:32px;height:32px;border-radius:50%;border:2px solid transparent;background-color:var(--swatch-color);cursor:pointer;padding:0;outline:none;transition:border-color .2s,transform .2s;box-shadow:0 0 0 1px #4a3e2e1f}.cap-product__swatch:hover{transform:scale(1.08)}.cap-product__swatch.is-active{border-color:var(--cap-ink);transform:scale(1.05)}.cap-product__sizes{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem}.cap-product__size{display:flex;align-items:center;gap:.75rem;padding:1rem;border:1.5px solid rgba(74,62,46,.18);border-radius:4px;cursor:pointer;transition:all .2s var(--cap-ease);background-color:transparent;position:relative}.cap-product__size:hover{border-color:var(--cap-ink-soft)}.cap-product__size.is-active{background-color:var(--cap-ink);color:var(--cap-cream);border-color:var(--cap-ink)}.cap-product__size-icon{display:flex;align-items:center}.cap-product__size-icon svg{width:22px;height:22px}.cap-product__size-name{font-size:.75rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.cap-product__size-sub{display:block;font-size:.7rem;font-weight:400;letter-spacing:.06em;text-transform:none;opacity:.7;margin-top:2px}.cap-product__purchase-options{display:flex;flex-direction:column;gap:.6rem;padding-top:10px!important}.cap-product__purchase-option{display:flex;align-items:flex-start;gap:.85rem;padding:1rem 1.1rem;border:1.5px solid rgba(74,62,46,.18);border-radius:4px;cursor:pointer;transition:border-color .2s,background-color .2s}.cap-product__purchase-option:hover{border-color:var(--cap-ink-soft)}.cap-product__purchase-option.is-checked{border-color:var(--cap-ink);background-color:#4a3e2e05}.cap-product__purchase-radio{width:16px;height:16px;border-radius:50%;border:1.5px solid var(--cap-ink-soft);background-color:transparent;position:relative;flex-shrink:0;margin-top:2px}.cap-product__purchase-option.is-checked .cap-product__purchase-radio{border-color:var(--cap-ink)}.cap-product__purchase-option.is-checked .cap-product__purchase-radio:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background-color:var(--cap-ink)}.cap-product__purchase-content{flex:1;display:flex;flex-direction:column;gap:.6rem}.cap-product__purchase-title{display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:.9rem;font-weight:500}.cap-product__purchase-title strong{font-weight:600;color:var(--cap-ink)}.cap-product__purchase-select{-webkit-appearance:none;appearance:none;background-color:transparent;border:1px solid rgba(74,62,46,.18);padding:.7rem 2.5rem .7rem .85rem;font-family:inherit;font-size:.85rem;color:var(--cap-ink);border-radius:4px;cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%234A3E2E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center}.cap-product__cart-row{display:grid;grid-template-columns:auto 1fr;gap:.6rem;align-items:stretch}.cap-product__qty{display:flex;align-items:center;border:1.5px solid rgba(74,62,46,.18);border-radius:4px;overflow:hidden;background-color:transparent}.cap-product__qty-btn{width:40px;height:100%;min-height:52px;border:0;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--cap-ink);padding:0}.cap-product__qty-btn svg{width:14px;height:14px}.cap-product__qty-input{width:40px;height:100%;min-height:52px;border:0;background:transparent;text-align:center;font-family:inherit;font-size:1rem;color:var(--cap-ink);-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.cap-product__qty-input::-webkit-outer-spin-button,.cap-product__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cap-product__add-to-cart{background-color:var(--cap-ink);color:var(--cap-cream);border:0;padding:0 1.5rem;min-height:52px;font-family:inherit;font-size:.78rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;border-radius:4px;transition:background-color .25s var(--cap-ease),transform .1s;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.cap-product__add-to-cart:hover:not(:disabled){background-color:var(--cap-olive-dark)}.cap-product__add-to-cart:active:not(:disabled){transform:scale(.98)}.cap-product__add-to-cart:disabled{opacity:.5;cursor:not-allowed}.cap-product__add-to-cart-price{font-weight:700;opacity:.9}.cap-product__payment-info{font-size:.8rem;color:var(--cap-ink-soft);margin:0;display:flex;align-items:center;flex-wrap:wrap;gap:.4rem}.cap-product__payment-info strong{color:var(--cap-ink);font-weight:600}.cap-product__payment-logo{font-size:.7rem;font-weight:700;padding:.2rem .5rem;border-radius:4px;letter-spacing:0}.cap-product__payment-logo--klarna{background-color:#ffa8cd;color:#0f0f0f}.cap-product__payment-logo--alma{background-color:#fa5022;color:#fff}.cap-product__badges{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem;padding-top:1rem;border-top:1px solid rgba(74,62,46,.12)}@media(max-width:480px){.cap-product__badges{grid-template-columns:repeat(3,1fr)}}.cap-product__cert{display:flex;flex-direction:column;align-items:center;gap:.3rem;text-align:center}.cap-product__cert-icon{width:44px;height:44px;border-radius:50%;background-color:#4a3e2e0f;display:flex;align-items:center;justify-content:center;color:var(--cap-olive-dark)}.cap-product__cert-icon img,.cap-product__cert-icon svg{width:32px;height:32px;object-fit:contain}.cap-product__cert-label{font-size:.62rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--cap-ink-soft)}.cap-accordion-image{display:grid;grid-template-columns:1fr;gap:0}@media(min-width:990px){.cap-accordion-image{grid-template-columns:1fr 1fr;align-items:stretch;gap:0}}.cap-section--accordion-image{padding:0;background-color:var(--cap-cream)}.cap-accordion-image__list{padding:2.5rem 1.25rem;display:flex;flex-direction:column}@media(min-width:750px){.cap-accordion-image__list{padding:4rem 2.5rem}}@media(min-width:1200px){.cap-accordion-image__list{padding:5rem}}.cap-accordion-image__media{position:relative;min-height:360px;background-color:var(--cap-cream-dark);overflow:hidden}@media(min-width:990px){.cap-accordion-image__media{min-height:100%}}.cap-accordion-image__img{width:100%;height:100%;object-fit:cover;display:block;min-height:360px}.cap-accordion-item{border-bottom:1px solid rgba(74,62,46,.15)}.cap-accordion-item:first-of-type{border-top:1px solid rgba(74,62,46,.15)}.cap-accordion-item__summary{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;cursor:pointer;list-style:none;font-family:var(--cap-font-body);font-size:1rem;font-weight:500;color:var(--cap-ink);letter-spacing:.01em;-webkit-user-select:none;user-select:none}.cap-accordion-item__summary::-webkit-details-marker{display:none}.cap-accordion-item__summary::marker{display:none}.cap-accordion-item__icon{width:14px;height:9px;color:var(--cap-ink);transition:transform .3s var(--cap-ease);flex-shrink:0}.cap-accordion-item[open] .cap-accordion-item__icon{transform:rotate(180deg)}.cap-accordion-item__content{padding:0 0 1.5rem;font-size:.92rem;line-height:1.65;color:var(--cap-ink-soft)}.cap-accordion-item__content p{margin:0}.cap-stats{max-width:1100px;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:3rem}.cap-stats__title{font-family:var(--cap-font-display);font-weight:400;font-size:clamp(1.875rem,5vw,3rem);line-height:1.15;color:var(--cap-ink);margin:0}.cap-stats__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem 1.5rem}@media(min-width:750px){.cap-stats__grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.cap-stats__item{display:flex;flex-direction:column;gap:.75rem;align-items:center}.cap-stats__value{font-family:var(--cap-font-display);font-weight:300;font-size:clamp(3rem,8vw,5rem);line-height:1;color:var(--cap-ink);letter-spacing:-.02em}.cap-stats__percent{font-size:.55em;vertical-align:super;font-weight:300;margin-left:2px}.cap-stats__desc{font-size:.85rem;line-height:1.55;color:var(--cap-ink-soft);margin:0;max-width:220px}.cap-stats__note{font-size:.72rem;color:var(--cap-ink-soft);opacity:.7;margin:0;font-style:italic}.cap-benefits{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem 2rem}@media(min-width:750px){.cap-benefits{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.cap-benefit{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.cap-benefit__icon{width:60px;height:60px;color:var(--cap-olive-dark);display:flex;align-items:center;justify-content:center;border:1px solid rgba(74,62,46,.15);border-radius:50%}.cap-benefit__icon svg{width:32px;height:32px}.cap-benefit__icon img{width:36px;height:36px;object-fit:contain}.cap-benefit__title{font-size:.78rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--cap-ink);margin:0}.cap-benefit__desc{font-size:.9rem;line-height:1.6;color:var(--cap-ink-soft);margin:0}.cap-section--timeline{padding:0}.cap-timeline{display:grid;grid-template-columns:1fr;background-color:var(--cap-olive);color:var(--cap-cream);min-height:600px}@media(min-width:990px){.cap-timeline{grid-template-columns:1fr 1fr}}.cap-timeline__content{padding:3rem 1.5rem;display:flex;flex-direction:column;justify-content:center}@media(min-width:750px){.cap-timeline__content{padding:4rem 2.5rem}}@media(min-width:1200px){.cap-timeline__content{padding:5rem}}.cap-timeline__eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;margin:0 0 1rem;opacity:.7}.cap-timeline__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2rem;position:relative}.cap-timeline__list:before{content:"";position:absolute;left:6px;top:6px;bottom:6px;width:1px;background-color:#ede1d64d}.cap-timeline__item{display:flex;gap:1.5rem;position:relative;align-items:flex-start}.cap-timeline__dot{width:13px;height:13px;border-radius:50%;background-color:var(--cap-olive);border:1.5px solid var(--cap-cream);flex-shrink:0;margin-top:4px;position:relative;z-index:1}.cap-timeline__body{flex:1}.cap-timeline__heading{font-family:var(--cap-font-display);font-weight:400;font-size:1.6rem;line-height:1.15;margin:0 0 .5rem;color:var(--cap-cream)}.cap-timeline__text{font-size:.88rem;line-height:1.6;margin:0;color:#ede1d6e0}.cap-timeline__media{position:relative;aspect-ratio:4 / 5;overflow:hidden}@media(min-width:990px){.cap-timeline__media{aspect-ratio:auto}}.cap-timeline__img{width:100%;height:100%;object-fit:cover;display:block}.cap-rituel{display:grid;grid-template-columns:1fr;gap:3rem;max-width:1100px;margin:0 auto;align-items:center}@media(min-width:750px){.cap-rituel{grid-template-columns:1fr 1fr;gap:4rem}}.cap-rituel__content{display:flex;flex-direction:column;gap:1.25rem}.cap-rituel__title{font-family:var(--cap-font-display);font-weight:400;font-size:clamp(2rem,5vw,3rem);line-height:1.1;color:var(--cap-ink);margin:0}.cap-rituel__title em{font-style:italic;font-weight:300;display:block}.cap-rituel__subtitle{font-size:.7rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--cap-ink-soft);margin:0}.cap-rituel__steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.cap-rituel__item{display:flex;align-items:baseline;gap:1rem;padding:.85rem 0;border-bottom:1px solid rgba(74,62,46,.15)}.cap-rituel__amount{font-family:var(--cap-font-display);font-style:italic;font-weight:400;font-size:.95rem;color:var(--cap-olive);min-width:90px;flex-shrink:0}.cap-rituel__name{font-size:.92rem;line-height:1.5;color:var(--cap-ink)}.cap-rituel__media{display:flex;justify-content:center}.cap-rituel__img-frame{border:1px solid rgba(74,62,46,.2);border-radius:50%/16%;overflow:hidden;padding:0;width:100%;max-width:320px;aspect-ratio:3 / 4}.cap-rituel__img{width:100%;height:100%;object-fit:cover;display:block}.cap-why-how{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:750px){.cap-why-how{grid-template-columns:1fr 1fr;gap:4rem;padding-block:1rem}}.cap-why-how__col{display:flex;flex-direction:column;gap:1rem;border-top:1px solid rgba(74,62,46,.18);padding-top:2rem}.cap-why-how__title{font-family:var(--cap-font-display);font-weight:400;font-size:clamp(1.6rem,4vw,2.25rem);line-height:1.15;color:var(--cap-ink);margin:0}.cap-why-how__text{font-size:.92rem;line-height:1.7;color:var(--cap-ink-soft)}.cap-why-how__text p{margin:0 0 1em}.cap-why-how__text p:last-child{margin-bottom:0}.cap-reviews{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}.cap-reviews__header{display:grid;grid-template-columns:1fr;gap:2rem;text-align:center;align-items:center}@media(min-width:750px){.cap-reviews__header{grid-template-columns:auto 1fr;gap:4rem;text-align:left}}.cap-reviews__avg{font-family:var(--cap-font-display);font-weight:300;font-size:3.5rem;line-height:1;color:var(--cap-ink);margin:0}.cap-reviews__rating-block{display:flex;flex-direction:column;align-items:center;gap:.4rem}@media(min-width:750px){.cap-reviews__rating-block{align-items:flex-start}}.cap-reviews__stars{display:inline-flex;gap:2px;color:var(--cap-amber)}.cap-reviews__stars svg{width:18px;height:18px}.cap-reviews__based-on{font-size:.85rem;color:var(--cap-ink-soft);margin:0}.cap-reviews__distribution{display:flex;flex-direction:column;gap:.5rem}.cap-reviews__bar-row{display:grid;grid-template-columns:36px 1fr 30px;gap:.75rem;align-items:center;font-size:.82rem;color:var(--cap-ink-soft)}.cap-reviews__bar-label{font-weight:500}.cap-reviews__bar-track{height:6px;background-color:#4a3e2e1a;border-radius:3px;overflow:hidden}.cap-reviews__bar-fill{height:100%;background-color:var(--cap-ink);border-radius:3px;transition:width .6s var(--cap-ease)}.cap-reviews__bar-count{text-align:right}.cap-reviews__toolbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-top:1px solid rgba(74,62,46,.15);border-bottom:1px solid rgba(74,62,46,.15)}.cap-reviews__count-label{font-size:.85rem;color:var(--cap-ink-soft);margin:0}.cap-reviews__sort{font-size:.85rem;color:var(--cap-ink-soft);display:flex;align-items:center;gap:.5rem}.cap-reviews__sort select{-webkit-appearance:none;appearance:none;border:0;background:transparent;font-family:inherit;font-size:.85rem;color:var(--cap-ink);padding:.25rem 1.25rem .25rem .25rem;cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%234A3E2E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 0 center}.cap-reviews__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.cap-reviews__item{display:grid;grid-template-columns:1fr;gap:1rem;padding:2rem 0;border-bottom:1px solid rgba(74,62,46,.12)}@media(min-width:750px){.cap-reviews__item{grid-template-columns:180px 1fr;gap:2rem}}.cap-reviews__author{display:flex;flex-direction:column;gap:.3rem}.cap-reviews__author-name{font-weight:600;font-size:.92rem;margin:0;color:var(--cap-ink)}.cap-reviews__verified{display:inline-flex;align-items:center;gap:.3rem;font-size:.7rem;font-weight:500;color:var(--cap-success);letter-spacing:.03em}.cap-reviews__verified svg{width:12px;height:12px}.cap-reviews__author-stars{display:inline-flex;gap:1px;color:var(--cap-amber);margin-top:.3rem}.cap-reviews__author-stars svg{width:12px;height:12px}.cap-reviews__date{font-size:.78rem;color:var(--cap-ink-soft);margin:0}.cap-reviews__body{display:flex;flex-direction:column;gap:.6rem}.cap-reviews__heading{font-size:1rem;font-weight:600;margin:0;color:var(--cap-ink)}.cap-reviews__text{font-size:.9rem;line-height:1.6;margin:0;color:var(--cap-ink-soft)}.cap-reviews__helpful{display:flex;align-items:center;gap:.6rem;font-size:.78rem;color:var(--cap-ink-soft);margin-top:.5rem;flex-wrap:wrap}.cap-reviews__vote{background:transparent;border:1px solid rgba(74,62,46,.18);border-radius:999px;padding:.3rem .65rem;cursor:pointer;font-size:.78rem;color:var(--cap-ink-soft);transition:all .2s}.cap-reviews__vote:hover{background-color:#4a3e2e0d}.cap-reviews__more-wrap{display:flex;justify-content:center}.cap-reviews__more{background:transparent;border:1px solid rgba(74,62,46,.25);color:var(--cap-ink);padding:.85rem 2rem;font-family:inherit;font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;border-radius:999px;transition:all .2s}.cap-reviews__more:hover{background-color:var(--cap-ink);color:var(--cap-cream);border-color:var(--cap-ink)}.cap-faq{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:750px){.cap-faq{grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}}.cap-faq__lead{display:flex;flex-direction:column;gap:1rem}.cap-faq__title{font-family:var(--cap-font-display);font-weight:400;font-size:clamp(1.875rem,5vw,3rem);line-height:1.1;color:var(--cap-ink);margin:0}.cap-faq__title em{font-style:italic;font-weight:300;display:block}.cap-faq__subtitle{font-size:.9rem;line-height:1.6;color:var(--cap-ink-soft);margin:0}.cap-faq__list{list-style:none;padding:0;margin:0}.cap-faq__item{border-bottom:1px solid rgba(74,62,46,.15)}.cap-faq__item:first-of-type{border-top:1px solid rgba(74,62,46,.15)}.cap-faq__q{display:flex;align-items:center;justify-content:space-between;padding:10px!important;cursor:pointer;list-style:none;font-size:.95rem;font-weight:500;color:var(--cap-ink)}.cap-faq__q::-webkit-details-marker{display:none}.cap-faq__icon{width:14px;height:9px;color:var(--cap-ink);transition:transform .3s var(--cap-ease);flex-shrink:0}.cap-faq__detail[open] .cap-faq__icon{transform:rotate(180deg)}.cap-faq__a{padding:0 0 1.4rem;font-size:.9rem;line-height:1.65;color:var(--cap-ink-soft)}.cap-faq__a p{margin:0;padding:10px!important}.cap-sticky-cart{position:fixed;right:1rem;bottom:1rem;z-index:60;opacity:0;transform:translateY(20px);pointer-events:none;transition:opacity .3s var(--cap-ease),transform .3s var(--cap-ease)}.cap-sticky-cart.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}@media(min-width:750px){.cap-sticky-cart{right:1.5rem;bottom:1.5rem}}.cap-sticky-cart__pill{display:flex;align-items:center;gap:.6rem;padding:.5rem .5rem .5rem .6rem;background-color:var(--cap-cream);border:1px solid rgba(74,62,46,.15);border-radius:999px;box-shadow:0 8px 28px #4a3e2e26;cursor:pointer;font-family:inherit;max-width:320px;transition:transform .2s,box-shadow .2s}.cap-sticky-cart__pill:hover{transform:translateY(-2px);box-shadow:0 12px 32px #4a3e2e33}.cap-sticky-cart__img{width:38px;height:38px;border-radius:50%;object-fit:cover;flex-shrink:0}.cap-sticky-cart__text{display:flex;flex-direction:column;align-items:flex-start;text-align:left;line-height:1.15;flex:1;min-width:0}.cap-sticky-cart__product{font-size:.72rem;font-weight:500;color:var(--cap-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:130px}.cap-sticky-cart__price{font-size:.72rem;font-weight:600;color:var(--cap-ink-soft)}.cap-sticky-cart__btn{width:38px;height:38px;border-radius:50%;background-color:var(--cap-olive);display:flex;align-items:center;justify-content:center;color:var(--cap-cream);flex-shrink:0}.cap-sticky-cart__btn svg{width:18px;height:18px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}html body .cap-product{background-color:var(--cap-cream)!important;padding:0 0 2rem!important}html body .cap-product__grid{display:grid!important;grid-template-columns:1fr!important;gap:0!important}@media(min-width:990px){html body .cap-product__grid{grid-template-columns:1fr 1fr!important;align-items:start!important}}html body .cap-product__gallery{background-color:var(--cap-cream-dark)!important;position:relative}@media(min-width:990px){html body .cap-product__gallery{position:sticky!important;top:80px;align-self:start}}html body .cap-product__slider-wrap{position:relative;width:100%}html body .cap-product__slider{display:flex!important;width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}html body .cap-product__slider::-webkit-scrollbar{display:none}html body .cap-product__slide{flex:0 0 100%;scroll-snap-align:center;scroll-snap-stop:always;aspect-ratio:1 / 1;overflow:hidden;background-color:var(--cap-cream-dark)}@media(min-width:990px){html body .cap-product__slide{aspect-ratio:4 / 5}}html body .cap-product__slide img,html body .cap-product__image{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}html body .cap-product__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:40px;height:40px;border-radius:50%;border:0;background-color:#ede1d6eb;color:var(--cap-ink);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #4a3e2e1f;transition:opacity .25s var(--cap-ease),transform .2s,background-color .2s;padding:0}html body .cap-product__nav:hover:not(:disabled){background-color:var(--cap-cream);transform:translateY(-50%) scale(1.05)}html body .cap-product__nav:disabled{opacity:.3;cursor:not-allowed}html body .cap-product__nav svg{width:20px;height:20px}html body .cap-product__nav--prev{left:.75rem}html body .cap-product__nav--next{right:.75rem}@media(min-width:990px){html body .cap-product__nav{opacity:0}html body .cap-product__gallery:hover .cap-product__nav{opacity:1}}html body .cap-product__dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.4rem;z-index:5;padding:.4rem .75rem;border-radius:999px;background-color:#ede1d6b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}html body .cap-product__dot{width:8px;height:8px;border-radius:50%;border:0;background-color:#4a3e2e40;cursor:pointer;padding:0;transition:background-color .25s,transform .2s}html body .cap-product__dot.is-active{background-color:var(--cap-ink);transform:scale(1.2)}html body .cap-product__info{padding:1.25rem 1.25rem 1rem!important;display:flex!important;flex-direction:column!important;gap:.85rem!important}@media(min-width:750px){html body .cap-product__info{padding:2rem 1.75rem!important;gap:1rem!important}}@media(min-width:990px){html body .cap-product__info{padding:2.5rem 3rem!important;gap:1.1rem!important;max-width:620px}}html body .cap-product__badge{align-self:flex-start;font-size:.65rem!important;font-weight:600!important;letter-spacing:.22em!important;text-transform:uppercase!important;padding:.3rem .7rem!important;background-color:#6b72511f;color:var(--cap-olive-dark);border-radius:999px;margin:0!important}html body .cap-product__title{font-family:var(--cap-font-display)!important;font-weight:400!important;font-size:clamp(1.5rem,5vw,2.25rem)!important;line-height:1.15!important;margin:0!important;color:var(--cap-ink)!important}html body .cap-product__title em{font-style:italic;font-weight:300}html body .cap-product__subtitle{font-size:.68rem!important;font-weight:500!important;letter-spacing:.2em!important;text-transform:uppercase!important;color:var(--cap-ink-soft)!important;margin:0!important}html body .cap-product__rating{display:flex!important;align-items:center!important;gap:.5rem!important}html body .cap-product__stars{display:inline-flex!important;gap:2px;color:var(--cap-amber)}html body .cap-product__stars svg{width:14px;height:14px}html body .cap-product__rating-text{font-size:.82rem!important;color:var(--cap-ink-soft)!important;text-decoration:underline;text-underline-offset:2px}html body .cap-product__description{font-size:.9rem!important;line-height:1.55!important;color:var(--cap-ink)!important;margin:0!important}html body .cap-product__description p{margin:0!important}html body .cap-product__option{display:flex!important;flex-direction:column!important;gap:.6rem!important;margin-top:.5rem}html body .cap-product__option-label{font-size:.7rem!important;font-weight:600!important;letter-spacing:.18em!important;text-transform:uppercase!important;color:var(--cap-ink)!important}html body .cap-product__bundles{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(110px,1fr))!important;gap:.5rem!important}html body .cap-product__bundle{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:.25rem!important;padding:.85rem .5rem!important;border:1.5px solid rgba(74,62,46,.18)!important;border-radius:4px!important;cursor:pointer!important;transition:all .2s var(--cap-ease)!important;background-color:transparent!important;text-align:center!important;min-height:64px}html body .cap-product__bundle:hover{border-color:var(--cap-ink-soft)!important}html body .cap-product__bundle.is-active{background-color:var(--cap-ink)!important;color:var(--cap-cream)!important;border-color:var(--cap-ink)!important}html body .cap-product__bundle-name{font-size:.72rem!important;font-weight:600!important;letter-spacing:.12em!important;text-transform:uppercase!important;line-height:1.2!important}html body .cap-product__bundle-price{font-size:.78rem!important;font-weight:600!important;opacity:.9}html body .cap-product__cart-row{display:grid!important;grid-template-columns:auto 1fr!important;gap:.5rem!important;margin-top:.5rem}html body .cap-product__qty{display:flex!important;align-items:center!important;border:1.5px solid rgba(74,62,46,.18)!important;border-radius:4px!important;overflow:hidden!important}html body .cap-product__qty-btn{width:38px!important;min-height:50px!important;border:0!important;background:transparent!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;color:var(--cap-ink)!important}html body .cap-product__qty-btn svg{width:14px;height:14px}html body .cap-product__qty-input{width:38px!important;min-height:50px!important;border:0!important;background:transparent!important;text-align:center!important;font-size:.95rem!important;color:var(--cap-ink)!important;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}html body .cap-product__qty-input::-webkit-outer-spin-button,html body .cap-product__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}html body .cap-product__add-to-cart{background-color:var(--cap-ink)!important;color:var(--cap-cream)!important;border:0!important;padding:0 1.25rem!important;min-height:50px!important;font-size:.75rem!important;font-weight:600!important;letter-spacing:.16em!important;text-transform:uppercase!important;cursor:pointer!important;border-radius:4px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:.5rem!important;transition:background-color .25s!important}html body .cap-product__add-to-cart:hover:not(:disabled){background-color:var(--cap-olive-dark)!important}html body .cap-product__add-to-cart:disabled{opacity:.5;cursor:not-allowed}html body .cap-product__add-to-cart-price{font-weight:700!important;opacity:.95}html body .cap-product__payment-info{font-size:.78rem!important;color:var(--cap-ink-soft)!important;margin:.25rem 0 0!important;display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:.35rem!important}html body .cap-product__payment-info strong{color:var(--cap-ink)!important;font-weight:600!important}html body .cap-product__payment-logo{display:inline-flex!important;align-items:center!important;padding:.25rem .55rem!important;font-size:.7rem!important;font-weight:700!important;border-radius:4px!important;line-height:1}html body .cap-product__payment-logo--klarna{background-color:#ffa8cd!important;color:#0f0f0f!important}html body .cap-product__payment-logo--alma{background-color:#fa5022!important;color:#fff!important}html body .cap-product__badges{display:grid!important;grid-template-columns:repeat(5,1fr)!important;gap:.4rem!important;padding-top:1rem!important;margin-top:.5rem!important;border-top:1px solid rgba(74,62,46,.12)!important}@media(max-width:480px){html body .cap-product__badges{grid-template-columns:repeat(5,1fr)!important;gap:.25rem!important}}html body .cap-product__cert{display:flex!important;flex-direction:column!important;align-items:center!important;gap:.3rem!important;text-align:center!important}html body .cap-product__cert-icon{width:38px!important;height:38px!important;border-radius:50%!important;background-color:#4a3e2e0f!important;display:flex!important;align-items:center!important;justify-content:center!important;color:var(--cap-olive-dark)!important}html body .cap-product__cert-icon img,html body .cap-product__cert-icon svg{width:26px!important;height:26px!important;object-fit:contain}html body .cap-product__cert-label{font-size:.55rem!important;font-weight:600!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:var(--cap-ink-soft)!important;line-height:1.2}html body .cap-product__thumbs{display:flex!important;gap:.4rem!important;padding:.5rem!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;background-color:var(--cap-cream-dark)!important}html body .cap-product__thumbs::-webkit-scrollbar{display:none}html body .cap-product__thumb{flex:0 0 22%!important;max-width:110px;aspect-ratio:1 / 1!important;padding:0!important;border:2px solid transparent!important;border-radius:4px!important;overflow:hidden!important;cursor:pointer!important;background:transparent!important;opacity:.65;transition:opacity .25s var(--cap-ease),border-color .2s!important;scroll-snap-align:start}html body .cap-product__thumb:hover{opacity:.9}html body .cap-product__thumb.is-active{opacity:1;border-color:var(--cap-ink)!important}html body .cap-product__thumb img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}@media(min-width:750px){html body .cap-product__thumb{flex:0 0 18%!important}}@media(min-width:990px){html body .cap-product__thumbs{padding:.75rem!important;gap:.5rem!important}html body .cap-product__thumb{flex:0 0 calc(20% - .4rem)!important}}html body .product-form__input--pill .product-form__input,html body fieldset.product-form__input .product-form__input{display:flex!important;flex-wrap:wrap!important;gap:.5rem!important}html body .product-form__input--pill label,html body .product-form__input--pill input[type=radio]+label,html body fieldset.product-form__input label:not(.quantity__label){display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:120px!important;min-height:52px!important;padding:.75rem 1.25rem!important;border:1.5px solid rgba(74,62,46,.18)!important;border-radius:6px!important;font-family:var(--cap-font-body)!important;font-size:.82rem!important;font-weight:600!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:var(--cap-ink)!important;background-color:transparent!important;cursor:pointer!important;transition:border-color .2s,background-color .2s,color .2s!important;text-align:center!important;line-height:1.3!important;flex-direction:column!important;gap:.15rem!important}html body .product-form__input--pill label:hover,html body fieldset.product-form__input label:not(.quantity__label):hover{border-color:var(--cap-ink-soft)!important}html body .product-form__input--pill input[type=radio]:checked+label,html body fieldset.product-form__input input[type=radio]:checked+label{background-color:var(--cap-ink)!important;color:var(--cap-cream)!important;border-color:var(--cap-ink)!important}html body .product-form__input--pill input[type=radio],html body fieldset.product-form__input input[type=radio]{position:absolute!important;opacity:0!important;width:0!important;height:0!important}html body .product-form__submit,html body .product-form__submit.button{display:flex!important;align-items:center!important;justify-content:center!important;gap:1rem!important;width:100%!important;min-height:56px!important;padding:0 2rem!important;background-color:var(--cap-ink)!important;color:var(--cap-cream)!important;border:0!important;border-radius:6px!important;font-family:var(--cap-font-body)!important;font-size:.78rem!important;font-weight:600!important;letter-spacing:.18em!important;text-transform:uppercase!important;cursor:pointer!important;transition:background-color .25s var(--cap-ease)!important}html body .product-form__submit:hover:not(:disabled){background-color:var(--cap-olive-dark)!important}html body .product-form__submit:disabled{opacity:.5!important;cursor:not-allowed!important}html body .product-form__submit:after{content:attr(data-price)!important;font-weight:700!important;opacity:.9!important}html body .product-form__quantity .quantity{border:1.5px solid rgba(74,62,46,.18)!important;border-radius:6px!important;overflow:hidden!important}html body .product-form__quantity .quantity__input{font-family:var(--cap-font-body)!important;font-size:1rem!important;color:var(--cap-ink)!important;width:44px!important;text-align:center!important;border:0!important;background:transparent!important}html body .product-form__quantity .quantity__button{color:var(--cap-ink)!important;background:transparent!important;border:0!important;width:40px!important}html body .product-form__quantity .quantity__label{font-size:.7rem!important;font-weight:600!important;letter-spacing:.2em!important;text-transform:uppercase!important;color:var(--cap-ink)!important}
/*# sourceMappingURL=/cdn/shop/t/33/assets/capilaya-product.css.map */
