.shop-sale{font-family:var(--font-body-family);color:rgb(var(--color-foreground));padding:3rem 0 4rem}.shop-sale__layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}@media screen and (max-width:989px){.shop-sale__layout{gap:3rem}}@media screen and (max-width:749px){.shop-sale__layout{grid-template-columns:1fr;gap:2.5rem}}.shop-sale__media{position:sticky;top:2rem;overflow:hidden;border-radius:4px}.shop-sale__image{width:100%;height:auto;display:block;object-fit:cover}@media screen and (max-width:749px){.shop-sale__media{position:static}}.shop-sale__info{padding-top:1rem}.shop-sale__subtitle{font-size:1.1rem;letter-spacing:.2em;text-transform:uppercase;color:#b8860b;margin:0 0 1rem;font-weight:500}.shop-sale__title{font-family:var(--font-heading-family);font-size:clamp(2.8rem,4vw,4rem);font-weight:400;line-height:1.2;margin:0 0 1.2rem}.shop-sale__description{font-size:1.4rem;line-height:1.7;color:rgba(var(--color-foreground),.65);margin:0 0 2.5rem}.shop-sale__tiers{display:flex;flex-direction:column;gap:0;margin-bottom:2rem}.shop-sale__tier{display:block;border:1px solid rgba(var(--color-foreground),.1);margin-bottom:-1px;position:relative;transition:border-color .2s ease,background-color .2s ease}.shop-sale__tier-header{display:flex;align-items:center;gap:1.2rem;padding:1.6rem 1.8rem;cursor:pointer;width:100%}.shop-sale__tier:first-child{border-radius:4px 4px 0 0}.shop-sale__tier:last-child{border-radius:0 0 4px 4px}.shop-sale__tier-header:hover{background-color:rgba(var(--color-foreground),.02)}.shop-sale__tier-header input[type=radio]{display:none}.shop-sale__tier-header input[type=radio]:checked~.shop-sale__tier-radio{border-color:#b8860b}.shop-sale__tier-header input[type=radio]:checked~.shop-sale__tier-radio:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem;border-radius:50%;background-color:#b8860b}.shop-sale__tier.active{border-color:#b8860b;z-index:1;background-color:#b8860b08}.shop-sale__tier-radio{width:1.8rem;height:1.8rem;border:2px solid rgba(var(--color-foreground),.25);border-radius:50%;flex-shrink:0;position:relative;transition:border-color .2s ease}.shop-sale__tier-details{flex:1;display:flex;flex-direction:column;gap:.2rem}.shop-sale__tier-name{font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground))}.shop-sale__tier-sub{font-size:1.2rem;color:rgba(var(--color-foreground),.5)}.shop-sale__tier-price{font-size:1.4rem;font-weight:500;white-space:nowrap;color:rgb(var(--color-foreground))}.shop-sale__tier-badge{position:absolute;top:-.8rem;right:1.5rem;background-color:rgb(var(--color-background));border:1px solid rgb(184,134,11);color:#b8860b;font-size:.9rem;letter-spacing:.15em;text-transform:uppercase;padding:.2rem .8rem;font-weight:600;z-index:2}.shop-sale__tier--popular{margin-top:1rem;border-color:#b8860b66}.shop-sale__tier-dropdowns{display:none;padding:0 1.8rem 1.6rem}.shop-sale__tier.active .shop-sale__tier-dropdowns{display:block}.shop-sale__scent-picker{border:1px solid rgba(var(--color-foreground),.1);padding:2rem;margin-bottom:2rem;border-radius:4px}.shop-sale__scent-heading{font-size:1.1rem;letter-spacing:.2em;text-transform:uppercase;font-weight:600;margin:0 0 1.5rem;color:rgba(var(--color-foreground),.7)}.shop-sale__scent-row{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.2rem}.shop-sale__scent-row .mix-custom-select{flex:1}.shop-sale__scent-row:last-child{margin-bottom:0}.shop-sale__scent-num{font-size:1.2rem;font-weight:600;color:rgba(var(--color-foreground),.4);min-width:2.5rem}.shop-sale__scent-select{flex:1;padding:1.2rem 3.5rem 1.2rem 1.4rem;font-size:1.3rem;font-family:var(--font-body-family);border:1px solid rgba(var(--color-foreground),.15);background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));border-radius:0;appearance:none;-webkit-appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%236b6b6b' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.4rem center;transition:border-color .2s ease}.shop-sale__scent-select:focus{outline:none;border-color:#b8860b}.shop-sale__scent-section-label{font-size:1.1rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:rgba(var(--color-foreground),.6);margin:1.6rem 0 .8rem}.shop-sale__scent-section-label:first-child{margin-top:0}.shop-sale__scent-section-label--free{color:#b8860b}.shop-sale__scent-row--free{background-color:#b8860b0d;border-radius:4px;padding:.4rem .8rem}.shop-sale__scent-num--free{color:#b8860b;font-size:1.1rem;min-width:5rem}.shop-sale__add-btn{width:100%;padding:1.6rem 3rem;font-size:1.3rem;font-family:var(--font-body-family);font-weight:500;letter-spacing:.1em;text-transform:uppercase;background-color:#1a1a1a;color:#fff;border:none;border-radius:0;cursor:pointer;transition:opacity .2s ease,background-color .2s ease}.shop-sale__add-btn:hover{background-color:#323232}.shop-sale__add-btn:disabled{opacity:.45;cursor:not-allowed}.shop-sale__add-btn.loading{pointer-events:none;opacity:.6}.shop-sale__shipping-note{text-align:center;font-size:1rem;letter-spacing:.15em;text-transform:uppercase;color:rgba(var(--color-foreground),.4);margin-top:1.5rem}.shop-sale__toast{position:fixed;bottom:2rem;right:2rem;background-color:#1a1a1a;color:#fff;padding:1.4rem 2.5rem;font-size:1.3rem;font-family:var(--font-body-family);letter-spacing:.05em;z-index:9999;opacity:0;transform:translateY(1rem);transition:opacity .3s ease,transform .3s ease;pointer-events:none}.shop-sale__toast.visible{opacity:1;transform:translateY(0);pointer-events:auto}.mix-custom-select{position:relative;cursor:pointer;-webkit-user-select:none;user-select:none}.mix-custom-select__trigger{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.2rem 1.5rem;border:1px solid rgba(var(--color-foreground),.15);background-color:rgb(var(--color-background));transition:border-color .2s ease;min-height:5.2rem}.mix-custom-select:hover .mix-custom-select__trigger,.mix-custom-select.open .mix-custom-select__trigger{border-color:#b8860b}.mix-custom-select__trigger-text{display:flex;flex-direction:column;gap:.15rem;min-width:0;flex:1}.mix-custom-select__placeholder{font-size:1.4rem;font-family:var(--font-body-family);color:rgba(var(--color-foreground),.4)}.mix-custom-select__selected-name{font-size:1.4rem;font-family:var(--font-body-family);color:rgb(var(--color-foreground));font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mix-custom-select__selected-sub{font-size:1.05rem;font-family:var(--font-body-family);color:#b8860b;font-style:italic;letter-spacing:.03em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mix-custom-select__arrow{flex-shrink:0;color:rgba(var(--color-foreground),.4);transition:transform .2s ease}.mix-custom-select.open .mix-custom-select__arrow{transform:rotate(180deg)}.mix-custom-select__dropdown{display:none;position:absolute;top:calc(100% + 1px);left:0;right:0;background-color:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.15);border-top:none;z-index:200;max-height:28rem;overflow-y:auto;box-shadow:0 8px 24px #00000014}.mix-custom-select.open .mix-custom-select__dropdown{display:block}.mix-custom-select__option{padding:1.2rem 1.5rem;cursor:pointer;border-bottom:1px solid rgba(var(--color-foreground),.06);transition:background-color .15s ease}.mix-custom-select__option:last-child{border-bottom:none}.mix-custom-select__option:hover,.mix-custom-select__option.selected{background-color:#b8860b12}.mix-custom-select__option-name{font-size:1.4rem;font-family:var(--font-body-family);color:rgb(var(--color-foreground));font-weight:500;line-height:1.3}.mix-custom-select__option-sub{font-size:1.05rem;font-family:var(--font-body-family);color:#b8860b;font-style:italic;letter-spacing:.03em;margin-top:.2rem}.mix-custom-select__search{padding:.8rem 1rem;border-bottom:1px solid rgba(var(--color-foreground),.1);position:sticky;top:0;background-color:rgb(var(--color-background));z-index:1}.mix-custom-select__search-input{width:100%;padding:.7rem 1rem;font-size:1.3rem;font-family:var(--font-body-family);color:rgb(var(--color-foreground));background-color:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.15);outline:none;transition:border-color .2s ease}.mix-custom-select__search-input:focus{border-color:#b8860b}.mix-custom-select__search-input::placeholder{color:rgba(var(--color-foreground),.35);font-style:italic}
/*# sourceMappingURL=/cdn/shop/t/14/assets/shop-the-sale.css.map */
