.scent-bundle{padding-top:var(--section-pt, 0);padding-bottom:var(--section-pb, 64px);background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.scent-bundle__inner{max-width:var(--scent-page-max, 1500px);margin:0 auto;padding:0 var(--scent-page-pad-x, 2.4rem)}.scent-bundle__hero{position:relative;width:100%;aspect-ratio:3 / 1;overflow:hidden;background:rgb(var(--color-secondary-bg, 217, 203, 190));display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.scent-bundle__hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.scent-bundle__hero-bg img{width:100%;height:100%;object-fit:cover;display:block}.scent-bundle__hero.has-image .scent-bundle__hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000002e,#00000080)}.scent-bundle__hero-content{position:relative;z-index:1;text-align:center;padding:1.4rem var(--scent-page-pad-x, 2.4rem);max-width:1100px;width:100%}.scent-bundle__hero .scent-section-header{padding:0;max-width:100%;margin:0 auto}.scent-bundle__hero .scent-section-header__heading{font-size:clamp(1.7rem,3.4vw,2.8rem);line-height:1.05}.scent-bundle__hero .scent-section-header__eyebrow{margin-bottom:.7rem;font-size:.7rem;letter-spacing:.32em}.scent-bundle__hero .scent-section-header__sub{margin-top:.7rem;font-size:.85rem}.scent-bundle__hero .scent-section-header__rule{margin-top:1rem}.scent-bundle__hero.has-image .scent-section-header,.scent-bundle__hero.has-image .scent-section-header__heading,.scent-bundle__hero.has-image .scent-section-header__eyebrow,.scent-bundle__hero.has-image .scent-section-header__sub{color:#fff}.scent-bundle__hero.has-image .scent-section-header__eyebrow{opacity:.95}.scent-bundle__hero.has-image .scent-section-header__rule{background:#ffffffd9;opacity:1}.scent-bundle__group{margin-top:3.6rem;padding-top:2.4rem;border-top:1px solid rgba(var(--color-foreground),.14)}.scent-bundle__group:first-of-type{border-top:0;padding-top:0;margin-top:2.6rem}.scent-bundle__group-head{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.8rem;flex-wrap:wrap}.scent-bundle__group-eyebrow{font-family:var(--font-body-family);font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.28em;color:rgba(var(--color-foreground),.55)}.scent-bundle__group-title{font-family:var(--font-heading-family);font-weight:600;font-size:clamp(1.6rem,2.4vw,2.2rem);line-height:1.15;margin:0}.scent-bundle__group-title em{font-style:italic;font-weight:400;color:rgb(var(--color-button))}.scent-bundle__group-count{margin-left:auto;font-family:var(--font-body-family);font-size:.78rem;color:rgba(var(--color-foreground),.55)}.scent-bundle__group-count.is-active{color:rgb(var(--color-button))}.scent-bundle__products{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}@media(max-width:1199px){.scent-bundle__products{grid-template-columns:repeat(3,1fr)}}.scent-bundle__products--carousel{display:flex;gap:1.2rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:.6rem;scrollbar-width:thin;scrollbar-color:rgba(var(--color-foreground),.2) transparent}.scent-bundle__products--carousel>*{flex:0 0 calc((100% - 3 * 1.2rem) / 4);min-width:220px;scroll-snap-align:start}@media(max-width:1199px){.scent-bundle__products--carousel>*{flex-basis:calc((100% - 2 * 1.2rem) / 3)}}@media(max-width:899px){.scent-bundle__products--carousel>*{flex-basis:calc((100% - 1.2rem)/2)}}.scent-bundle-card{background:#fff;border:1px solid rgba(var(--color-foreground),.08);color:rgb(var(--color-foreground));text-align:left;padding:0;cursor:pointer;display:flex;flex-direction:column;position:relative;isolation:isolate;transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease;font-family:inherit;-webkit-user-select:none;user-select:none}.scent-bundle-card:hover{border-color:rgba(var(--color-foreground),.22);transform:translateY(-2px)}.scent-bundle-card.is-selected{border-color:rgb(var(--color-button));box-shadow:inset 0 0 0 1px rgb(var(--color-button)),0 6px 18px rgba(var(--color-button),.14)}.scent-bundle-card.is-soldout{opacity:.5;cursor:not-allowed}.scent-bundle-card:focus-visible{outline:2px solid rgb(var(--color-button));outline-offset:2px}.scent-bundle-card__image-wrap{position:relative;aspect-ratio:3 / 4;overflow:hidden;background:rgba(var(--color-foreground),.04);isolation:isolate}.scent-bundle-card__image-wrap:before{content:"";position:absolute;top:0;left:0;right:0;height:38%;background:linear-gradient(to bottom,rgba(var(--color-button),.85),rgba(var(--color-button),.45) 45%,rgba(var(--color-button),0));z-index:2;pointer-events:none}.scent-bundle-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;visibility:hidden;transition:opacity .28s ease,visibility 0s linear .28s}.scent-bundle-card__img.is-active{opacity:1;visibility:visible;transition:opacity .28s ease,visibility 0s linear 0s}.scent-bundle-card__img--placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0000000a,#00000014)}.scent-bundle-card__img--placeholder svg{width:48%;height:48%;opacity:.3}.scent-bundle-card__title{position:absolute;top:.95rem;left:1rem;right:3.4rem;z-index:3;margin:0;font-family:var(--font-heading-family);font-weight:600;font-size:1.05rem;line-height:1.18;color:#fff;pointer-events:none}.scent-bundle-card__title span{display:block}.scent-bundle-card__title em{font-style:italic;font-weight:500;display:block}.scent-bundle-card__badge{position:absolute;top:.95rem;right:1rem;z-index:3;border:1px solid rgba(255,255,255,.85);color:#fff;background:transparent;font-family:var(--font-body-family);font-size:.6rem;text-transform:uppercase;letter-spacing:.14em;padding:.28rem .6rem;border-radius:2px;line-height:1.1;white-space:nowrap}.scent-bundle-card__check{position:absolute;top:.85rem;right:.85rem;z-index:3;width:1.7rem;height:1.7rem;border-radius:50%;background:rgb(var(--color-button));color:#fff;display:none;align-items:center;justify-content:center;box-shadow:0 4px 10px rgba(var(--color-button),.4)}.scent-bundle-card__check svg{width:65%;height:65%}.scent-bundle-card.is-selected .scent-bundle-card__check{display:flex}.scent-bundle-card.is-selected .scent-bundle-card__badge{display:none}.scent-bundle-card__meta{padding:.95rem 1rem 1.1rem;display:flex;flex-direction:column;gap:.6rem}.scent-bundle-card__price{font-family:var(--font-heading-family);font-size:1rem;color:rgb(var(--color-button))}.scent-bundle-card__variants{display:flex;flex-wrap:wrap;gap:.4rem}.scent-bundle-card__pill{-webkit-appearance:none;appearance:none;background:transparent;color:rgb(var(--color-foreground));border:1px solid rgba(var(--color-foreground),.18);font-family:var(--font-body-family);font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;padding:.32rem .65rem;border-radius:999px;cursor:pointer;line-height:1;transition:background .18s ease,color .18s ease,border-color .18s ease}.scent-bundle-card__pill.is-active{background:rgb(var(--color-button));border-color:rgb(var(--color-button));color:#fff}.scent-bundle-card__pill.is-unavailable{text-decoration:line-through;opacity:.4;cursor:not-allowed}.scent-bundle-card__swatch{-webkit-appearance:none;appearance:none;width:1.4rem;height:1.4rem;border:2px solid #fff;border-radius:50%;cursor:pointer;box-shadow:0 0 0 1px rgba(var(--color-foreground),.18);padding:0;transition:box-shadow .18s ease,transform .18s ease}.scent-bundle-card__swatch.is-active{box-shadow:0 0 0 2px rgb(var(--color-button))}.scent-bundle-card__swatch.is-unavailable{opacity:.4;cursor:not-allowed}.scent-bundle__browse{display:flex;align-items:center;gap:1rem;margin-bottom:1.4rem;flex-wrap:wrap}.scent-bundle__browse-chips{display:flex;flex-wrap:wrap;gap:.45rem;flex:1 1 auto;min-width:0}.scent-bundle__chip{-webkit-appearance:none;appearance:none;border:1px solid rgba(var(--color-foreground),.2);background:transparent;color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;padding:.42rem .9rem;border-radius:999px;cursor:pointer;line-height:1;transition:background .16s ease,color .16s ease,border-color .16s ease}.scent-bundle__chip:hover{border-color:rgba(var(--color-foreground),.45)}.scent-bundle__chip.is-active{background:rgb(var(--color-button));border-color:rgb(var(--color-button));color:#fff}.scent-bundle__search{position:relative;flex:0 0 240px}.scent-bundle__search input{width:100%;-webkit-appearance:none;appearance:none;border:1px solid rgba(var(--color-foreground),.2);background:transparent;color:rgb(var(--color-foreground));padding:.55rem .8rem .55rem 2rem;font-family:var(--font-body-family);font-size:.85rem;border-radius:2px}.scent-bundle__search input:focus{outline:none;border-color:rgb(var(--color-button));box-shadow:0 0 0 1px rgb(var(--color-button))}.scent-bundle__search:before{content:"";position:absolute;left:.65rem;top:50%;width:14px;height:14px;margin-top:-7px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' opacity='0.5'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;pointer-events:none}.scent-bundle-card.is-hidden-by-overflow,.scent-bundle-card.is-hidden-by-filter{display:none!important}.scent-bundle__show-more{-webkit-appearance:none;appearance:none;background:transparent;border:1px solid rgba(var(--color-foreground),.3);color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;padding:.75rem 1.6rem;cursor:pointer;display:block;margin:1.6rem auto 0;line-height:1;transition:border-color .18s ease,color .18s ease}.scent-bundle__show-more:hover{border-color:rgb(var(--color-button));color:rgb(var(--color-button))}.scent-bundle__show-more[hidden]{display:none}.scent-bundle__no-results{padding:2rem 0;text-align:center;color:rgba(var(--color-foreground),.55);font-family:var(--font-body-family);font-size:.85rem;grid-column:1 / -1;width:100%}.scent-bundle__no-results[hidden]{display:none}.scent-bundle__rules{margin-top:2.6rem;margin-bottom:2.6rem;padding:0;background:transparent;border:0}.scent-bundle__rules-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.4rem;flex-wrap:wrap}.scent-bundle__rules-title{font-family:var(--font-heading-family);font-weight:600;font-size:clamp(1.4rem,2vw,1.8rem);margin:0}.scent-bundle__rules-title em{font-style:italic;font-weight:400;color:rgb(var(--color-button))}.scent-bundle__rules-sub{font-family:var(--font-body-family);font-size:.82rem;color:rgba(var(--color-foreground),.6);margin:0}.scent-bundle__rules-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.scent-bundle__rule{-webkit-appearance:none;appearance:none;display:flex;flex-direction:column;gap:.6rem;padding:1.4rem 1.4rem 1.2rem;background:#fff;border:1px solid rgba(var(--color-foreground),.12);color:rgb(var(--color-foreground));text-align:left;font-family:inherit;cursor:pointer;position:relative;overflow:hidden;transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease}.scent-bundle__rule:before{content:"";position:absolute;top:0;right:0;width:90px;height:90px;background:linear-gradient(135deg,transparent 50%,rgba(var(--color-button),.1) 50%);pointer-events:none}.scent-bundle__rule:hover:not([disabled]){border-color:rgba(var(--color-button),.6);transform:translateY(-2px);box-shadow:0 8px 22px rgba(var(--color-foreground),.06)}.scent-bundle__rule:focus-visible{outline:2px solid rgb(var(--color-button));outline-offset:2px}.scent-bundle__rule.is-applied{border-color:rgb(var(--color-button));background:rgba(var(--color-button),.04);box-shadow:inset 0 0 0 1px rgb(var(--color-button))}.scent-bundle__rule-eyebrow{font-family:var(--font-body-family);font-size:.65rem;text-transform:uppercase;letter-spacing:.22em;color:rgba(var(--color-foreground),.55);line-height:1}.scent-bundle__rule-name{font-family:var(--font-heading-family);font-weight:600;font-size:1.2rem;line-height:1.18;margin:0}.scent-bundle__rule-name em{font-style:italic;font-weight:400;color:rgb(var(--color-button))}.scent-bundle__rule-desc{display:block;font-family:var(--font-body-family);font-size:.82rem;color:rgba(var(--color-foreground),.65);line-height:1.45;margin:0}.scent-bundle__rule-name{display:block}.scent-bundle__rule-foot{margin-top:auto;padding-top:.8rem;display:flex;align-items:center;justify-content:space-between;gap:.8rem;border-top:1px solid rgba(var(--color-foreground),.1)}.scent-bundle__rule-value{font-family:var(--font-heading-family);font-size:1.25rem;color:rgb(var(--color-button));font-weight:600;line-height:1}.scent-bundle__rule-cta{font-family:var(--font-body-family);font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;color:rgb(var(--color-foreground));border-bottom:1px solid rgba(var(--color-foreground),.4);padding-bottom:.15rem;line-height:1;transition:color .22s ease,border-color .22s ease}.scent-bundle__rule:hover .scent-bundle__rule-cta{color:rgb(var(--color-button));border-color:rgb(var(--color-button))}.scent-bundle__rule-tag{font-family:var(--font-body-family);font-size:.6rem;text-transform:uppercase;letter-spacing:.14em;color:#fff;background:rgb(var(--color-button));padding:.3rem .6rem;border-radius:999px;line-height:1;opacity:0;position:absolute;top:1rem;right:1rem;transition:opacity .22s ease}.scent-bundle__rule.is-applied .scent-bundle__rule-tag{opacity:1}.scent-bundle__rule.is-applied .scent-bundle__rule-cta{color:rgb(var(--color-button));border-color:rgb(var(--color-button))}.scent-bundle__rule-card{position:relative;display:flex;flex-direction:column;min-width:0;height:100%}.scent-bundle__rule-card .scent-bundle__rule{width:100%;flex:1 1 auto}.scent-bundle__rule-card.is-popup-open .scent-bundle__rule{border-color:rgb(var(--color-button));box-shadow:0 8px 22px rgba(var(--color-button),.12)}.scent-bundle__rule-card.is-popup-open .scent-bundle__rule-cta-chevron{transform:rotate(180deg)}.scent-bundle__rule-cta-chevron{width:14px;height:14px;margin-left:.35rem;vertical-align:-2px;transition:transform .22s ease}.scent-bundle__rule-popup{position:absolute;top:calc(100% + .55rem);left:0;right:0;z-index:30;padding:1rem 1rem .85rem;background:rgb(var(--color-background));border:1px solid rgba(var(--color-button),.5);box-shadow:0 22px 44px rgba(var(--color-foreground),.12),0 0 0 1px rgba(var(--color-button),.08);transform-origin:top center}.scent-bundle__rule-popup:before{content:"";position:absolute;top:-7px;left:1.4rem;width:12px;height:12px;background:rgb(var(--color-background));border-top:1px solid rgba(var(--color-button),.5);border-left:1px solid rgba(var(--color-button),.5);transform:rotate(45deg)}.scent-bundle__rule-popup[hidden]{display:none}.scent-bundle__rule-popup:not([hidden]){animation:scent-bundle-popup-in .28s cubic-bezier(.16,1,.3,1) both}@keyframes scent-bundle-popup-in{0%{opacity:0;transform:translateY(-6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.scent-bundle__rule-popup-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.85rem}.scent-bundle__rule-popup-eyebrow{font-family:var(--font-heading-family);font-style:italic;font-size:.95rem;line-height:1.2;color:rgb(var(--color-button))}.scent-bundle__rule-popup-close{-webkit-appearance:none;appearance:none;background:transparent;border:none;width:26px;height:26px;padding:0;cursor:pointer;color:rgba(var(--color-foreground),.55);display:inline-flex;align-items:center;justify-content:center;transition:color .2s ease,transform .2s ease}.scent-bundle__rule-popup-close:hover{color:rgb(var(--color-foreground));transform:rotate(90deg)}.scent-bundle__rule-popup-close svg{width:14px;height:14px}.scent-bundle__rule-popup-list{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}.scent-bundle__rule-popup:not([hidden]) .scent-bundle__rule-popup-list>li{opacity:0;animation:scent-bundle-popup-row .4s cubic-bezier(.16,1,.3,1) forwards}.scent-bundle__rule-popup:not([hidden]) .scent-bundle__rule-popup-list>li:nth-child(1){animation-delay:.06s}.scent-bundle__rule-popup:not([hidden]) .scent-bundle__rule-popup-list>li:nth-child(2){animation-delay:.14s}.scent-bundle__rule-popup:not([hidden]) .scent-bundle__rule-popup-list>li:nth-child(3){animation-delay:.22s}.scent-bundle__rule-popup:not([hidden]) .scent-bundle__rule-popup-list>li:nth-child(n+4){animation-delay:.3s}@keyframes scent-bundle-popup-row{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.scent-bundle__rule-popup-variant{-webkit-appearance:none;appearance:none;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:.85rem;width:100%;padding:.7rem .85rem;background:rgba(var(--color-foreground),.025);border:1px solid rgba(var(--color-foreground),.12);color:rgb(var(--color-foreground));text-align:left;font-family:inherit;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.scent-bundle__rule-popup-variant:hover:not(:disabled){border-color:rgb(var(--color-button));background:rgba(var(--color-button),.06);transform:translateY(-1px)}.scent-bundle__rule-popup-variant.is-active{border-color:rgb(var(--color-button));background:rgba(var(--color-button),.1);box-shadow:inset 0 0 0 1px rgb(var(--color-button))}.scent-bundle__rule-popup-variant.is-unavailable{opacity:.4;cursor:not-allowed}.scent-bundle__rule-popup-variant-label{display:flex;flex-direction:column;gap:.15rem;min-width:0}.scent-bundle__rule-popup-variant-name{font-family:var(--font-heading-family);font-style:italic;font-weight:500;font-size:1.05rem;line-height:1.1;color:rgb(var(--color-foreground))}.scent-bundle__rule-popup-variant-sub{font-family:var(--font-body-family);font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;color:rgba(var(--color-foreground),.55)}.scent-bundle__rule-popup-variant-prices{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem;line-height:1.1}.scent-bundle__rule-popup-variant-price{font-family:var(--font-body-family);font-weight:700;font-size:.98rem;color:rgb(var(--color-button))}.scent-bundle__rule-popup-variant-compare{font-family:var(--font-body-family);font-size:.74rem;color:rgba(var(--color-foreground),.5);text-decoration:line-through}.scent-bundle__rule-popup-variant-save{background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-family:var(--font-body-family);font-size:.66rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.32rem .5rem;line-height:1;border-radius:1px;white-space:nowrap}.scent-bundle__rule-popup-variant-save--ghost{visibility:hidden}.scent-bundle__rule-prompt{position:absolute;top:calc(100% + .55rem);left:0;right:0;z-index:25;padding:.85rem 1rem;display:flex;align-items:center;gap:.7rem;background:rgb(var(--color-background));border:1px solid rgba(var(--color-button),.5);box-shadow:0 22px 44px rgba(var(--color-foreground),.12),0 0 0 1px rgba(var(--color-button),.08);font-family:var(--font-body-family);font-size:.84rem;line-height:1.4;color:rgb(var(--color-foreground));transform-origin:top center;cursor:pointer}.scent-bundle__rule-prompt:before{content:"";position:absolute;top:-7px;left:1.4rem;width:12px;height:12px;background:rgb(var(--color-background));border-top:1px solid rgba(var(--color-button),.5);border-left:1px solid rgba(var(--color-button),.5);transform:rotate(45deg)}.scent-bundle__rule-prompt[hidden]{display:none}.scent-bundle__rule-prompt:not([hidden]){animation:scent-bundle-popup-in .28s cubic-bezier(.16,1,.3,1) both}.scent-bundle__rule-prompt:hover{border-color:rgb(var(--color-button))}.scent-bundle__rule-prompt-icon{flex-shrink:0;width:20px;height:20px;color:rgb(var(--color-button));display:inline-flex;align-items:center;justify-content:center}.scent-bundle__rule-prompt-icon svg{width:100%;height:100%}.scent-bundle__rule-prompt-text{flex:1;min-width:0}.scent-bundle__rule-prompt-text strong{font-weight:700;color:rgb(var(--color-button))}.scent-bundle__rule-prompt-action{-webkit-appearance:none;appearance:none;background:transparent;border:none;padding:.2rem 0;color:rgb(var(--color-button));font-family:var(--font-body-family);font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;cursor:pointer;flex-shrink:0;border-bottom:1px solid rgb(var(--color-button))}.scent-bundle__rule-prompt-action:hover{opacity:.85}.scent-bundle__rules-empty{margin:0;font-family:var(--font-body-family);font-size:.85rem;color:rgba(var(--color-foreground),.6);padding:1rem 1.2rem}.scent-bundle__pack{grid-column:span 2;display:flex;flex-direction:column;gap:.5rem;background:linear-gradient(135deg,rgba(var(--color-button),.08),rgba(var(--color-secondary-bg, 217, 203, 190),.45));border:1px solid rgba(var(--color-button),.35);padding:1.5rem 1.5rem 1.3rem;cursor:default}.scent-bundle__pack:before{display:none}.scent-bundle__pack:hover{transform:none;box-shadow:none;border-color:rgba(var(--color-button),.55)}.scent-bundle__pack.is-active{border-color:rgb(var(--color-button));box-shadow:0 8px 26px rgba(var(--color-button),.18)}.scent-bundle__pack-eyebrow{font-family:var(--font-body-family);font-size:.65rem;text-transform:uppercase;letter-spacing:.24em;color:rgb(var(--color-button));line-height:1}.scent-bundle__pack-name{font-family:var(--font-heading-family);font-weight:600;font-size:1.45rem;line-height:1.15;margin:0}.scent-bundle__pack-name em{font-style:italic;font-weight:400;color:rgb(var(--color-button))}.scent-bundle__pack-desc{font-family:var(--font-body-family);font-size:.82rem;color:rgba(var(--color-foreground),.7);line-height:1.45;margin:0}.scent-bundle__pack-variants{display:flex;flex-wrap:wrap;gap:.5rem;margin:.4rem 0 .6rem}.scent-bundle__pack-variant{-webkit-appearance:none;appearance:none;border:1px solid rgba(var(--color-foreground),.2);background:#fff;color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;padding:.6rem 1rem;border-radius:999px;cursor:pointer;line-height:1;transition:background .18s ease,color .18s ease,border-color .18s ease}.scent-bundle__pack-variant:hover{border-color:rgb(var(--color-button))}.scent-bundle__pack-variant.is-active{background:rgb(var(--color-button));border-color:rgb(var(--color-button));color:#fff}.scent-bundle__pack-variant.is-unavailable{text-decoration:line-through;opacity:.4;cursor:not-allowed}.scent-bundle__pack-foot{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.4rem;padding-top:.9rem;border-top:1px solid rgba(var(--color-foreground),.1);flex-wrap:wrap}.scent-bundle__pack-prices{display:flex;align-items:baseline;gap:.6rem;font-family:var(--font-heading-family)}.scent-bundle__pack-price{font-size:1.35rem;font-weight:600;color:rgb(var(--color-button))}.scent-bundle__pack-compare{font-size:.95rem;color:rgba(var(--color-foreground),.45);text-decoration:line-through}.scent-bundle__pack-savings{font-family:var(--font-body-family);font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;color:rgb(var(--color-button));border:1px solid rgb(var(--color-button));padding:.3rem .6rem;border-radius:999px;line-height:1}.scent-bundle__pack-progress{font-family:var(--font-body-family);font-size:.82rem;color:rgba(var(--color-foreground),.7)}.scent-bundle__pack-progress strong{color:rgb(var(--color-button));font-weight:600}.scent-bundle__pack-exit{-webkit-appearance:none;appearance:none;background:transparent;border:1px solid rgba(var(--color-foreground),.3);color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;padding:.5rem .9rem;cursor:pointer;line-height:1;transition:border-color .18s ease,color .18s ease}.scent-bundle__pack-exit:hover{border-color:rgb(var(--color-button));color:rgb(var(--color-button))}.scent-bundle__pack[hidden]{display:none}.scent-bundle__pack-hint{margin:-.4rem 0 1.4rem;padding:.9rem 1.2rem;background:rgba(var(--color-button),.08);border-left:3px solid rgb(var(--color-button));font-family:var(--font-body-family);font-size:.85rem;color:rgb(var(--color-foreground));display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.scent-bundle__pack-hint[hidden]{display:none}.scent-bundle__pack-hint strong{color:rgb(var(--color-button))}.scent-bundle__cart{margin:0 0 4rem}.scent-bundle__cart-head{text-align:center;margin-bottom:1.6rem}.scent-bundle__cart-eyebrow{display:block;font-family:var(--font-body-family);text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;color:rgba(var(--color-foreground),.5);margin-bottom:.5rem}.scent-bundle__cart-title{margin:0;font-family:var(--font-heading-family);font-weight:500;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.1}.scent-bundle__cart-title em{font-style:italic}.scent-bundle__summary{position:static;background:#fff;border:1px solid rgba(var(--color-foreground),.14);border-radius:6px;box-shadow:0 10px 30px #0000000d}.scent-bundle__summary.is-visible{transform:none}.scent-bundle__summary-inner{padding:1.6rem 1.8rem;display:grid;grid-template-columns:1fr auto auto;gap:1.6rem;align-items:center}.scent-bundle__summary-thumbs{display:flex;gap:.45rem;align-items:center;flex-wrap:wrap}.scent-bundle__summary-thumb{width:2.8rem;height:2.8rem;border-radius:4px;background:rgba(var(--color-foreground),.06);overflow:visible;position:relative;flex-shrink:0;border:1px solid rgba(var(--color-foreground),.08);margin:.4rem .4rem 0 0}.scent-bundle__summary-thumb img{width:100%;height:100%;object-fit:cover;border-radius:3px}.scent-bundle__summary-thumb--pack{background:rgba(var(--color-button),.12);border-color:rgba(var(--color-button),.4)}.scent-bundle__summary-thumb-label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading-family);font-style:italic;font-size:.95rem;line-height:1;color:rgb(var(--color-button));pointer-events:none}.scent-bundle__summary-thumb-remove{-webkit-appearance:none;appearance:none;position:absolute;top:-7px;right:-7px;width:18px;height:18px;border-radius:50%;border:1.5px solid #fff;background:rgb(var(--color-foreground));color:#fff;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0000002e;z-index:1;transition:transform .16s ease,background .16s ease}.scent-bundle__summary-thumb-remove:hover{transform:scale(1.08);background:rgb(var(--color-button))}.scent-bundle__summary-thumb-remove svg{width:60%;height:60%;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round}.scent-bundle__summary-thumb-remove:focus-visible{outline:2px solid rgb(var(--color-button));outline-offset:2px}.scent-bundle__summary-thumb-empty{font-family:var(--font-body-family);font-size:.78rem;color:rgba(var(--color-foreground),.45);padding:.6rem 0}.scent-bundle__summary-prices{display:flex;flex-direction:column;gap:.15rem;text-align:right;font-family:var(--font-body-family)}.scent-bundle__summary-subtotal{font-size:.78rem;color:rgba(var(--color-foreground),.5);text-decoration:line-through}.scent-bundle__summary-subtotal[hidden]{display:none}.scent-bundle__summary-savings{font-size:.78rem;color:rgb(var(--color-button));letter-spacing:.04em}.scent-bundle__summary-savings[hidden]{display:none}.scent-bundle__summary-total{font-family:var(--font-heading-family);font-size:1.4rem;font-weight:600}.scent-bundle__summary-cta{-webkit-appearance:none;appearance:none;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;text-transform:uppercase;letter-spacing:.12em;padding:.95rem 1.6rem;font-family:var(--font-body-family);font-size:.85rem;cursor:pointer;transition:opacity .2s ease;line-height:1;min-width:200px;text-align:center}.scent-bundle__summary-cta[disabled]{opacity:.4;cursor:not-allowed}.scent-bundle__summary-cta.is-loading{opacity:.7;pointer-events:none}.scent-bundle__summary-msg{grid-column:1 / -1;margin:0;font-family:var(--font-body-family);font-size:.8rem;color:rgba(var(--color-foreground),.55)}.scent-bundle__summary-msg.is-error{color:#b3261e}.scent-bundle__jump{position:fixed;bottom:1.5rem;right:1.5rem;z-index:40;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;border-radius:0;cursor:pointer;box-shadow:0 4px 14px #00000024;transition:transform .2s ease,background .16s ease,opacity .22s ease,visibility .22s ease}.scent-bundle__jump.is-hidden{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px)}.scent-bundle__jump:hover{transform:translateY(3px);background:rgb(var(--color-foreground))}.scent-bundle__jump:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}.scent-bundle__jump svg{width:48%;height:48%;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.scent-bundle__empty{margin:2.4rem auto;padding:2rem;border:1px dashed rgba(var(--color-foreground),.3);text-align:center;color:rgba(var(--color-foreground),.6);font-family:var(--font-body-family)}@media(max-width:749px){.scent-bundle{padding-top:var(--section-pt-m, 0);padding-bottom:var(--section-pb-m, 32px)}.scent-bundle__inner{padding:0 15px}.scent-bundle__hero{aspect-ratio:3 / 4;margin-bottom:1rem}.scent-bundle__hero-content{padding:1.4rem 15px}.scent-bundle__hero .scent-section-header__heading{font-size:clamp(1.5rem,6vw,2.2rem)}.scent-bundle__hero .scent-section-header__sub{font-size:.8rem}.scent-bundle__group{margin-top:2.4rem;padding-top:1.8rem}.scent-bundle__group-title{font-size:1.4rem}.scent-bundle__group-count{margin-left:0;flex-basis:100%}.scent-bundle__products{grid-template-columns:repeat(2,1fr);gap:.8rem}.scent-bundle__products--carousel{gap:.8rem;margin:0 -15px;padding:0 15px .6rem}.scent-bundle__products--carousel>*{flex-basis:70vw;min-width:0}.scent-bundle-card__title{font-size:.92rem;top:.7rem;left:.8rem;right:3rem}.scent-bundle-card__badge{top:.7rem;right:.8rem}.scent-bundle-card__check{top:.6rem;right:.6rem;width:1.5rem;height:1.5rem}.scent-bundle-card__meta{padding:.75rem .85rem .9rem}.scent-bundle__browse{gap:.7rem;margin-bottom:1rem}.scent-bundle__browse-chips{gap:.35rem}.scent-bundle__chip{padding:.34rem .7rem;font-size:.62rem}.scent-bundle__search{flex-basis:100%}.scent-bundle__show-more{width:100%;padding:.85rem}.scent-bundle__rules{margin-top:2rem;margin-bottom:2rem}.scent-bundle__rules-list{grid-template-columns:1fr;gap:.8rem}.scent-bundle__rule{padding:1.1rem 1.1rem 1rem}.scent-bundle__rule-name{font-size:1.05rem}.scent-bundle__pack{grid-column:span 1;padding:1.2rem 1.1rem 1.1rem}.scent-bundle__pack-name{font-size:1.2rem}.scent-bundle__pack-variant{padding:.5rem .85rem;font-size:.72rem}.scent-bundle__pack-price{font-size:1.15rem}.scent-bundle__pack-compare{font-size:.85rem}.scent-bundle__pack-foot{gap:.6rem}.scent-bundle__summary-inner{grid-template-columns:1fr;gap:.8rem;padding:1rem 15px}.scent-bundle__summary-prices{flex-direction:row;align-items:baseline;gap:.7rem;text-align:left;flex-wrap:wrap}.scent-bundle__summary-cta{width:100%}.scent-bundle__summary-thumbs{gap:.35rem}.scent-bundle__summary-thumb{width:2.4rem;height:2.4rem}.scent-bundle__jump{bottom:1rem;right:1rem;width:2.6rem;height:2.6rem}.scent-bundle__cart{margin-bottom:3rem}.scent-bundle__cart-head{margin-bottom:1.1rem}.scent-bundle__summary-inner{padding:1.1rem}}@media(prefers-reduced-motion:reduce){.scent-bundle-card,.scent-bundle-card__img,.scent-bundle-card__pill,.scent-bundle-card__swatch,.scent-bundle__rule,.scent-bundle__pack-variant{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/scent-bundle.css.map */
