.product-upsell{font-family:var(--font-body-family);color:rgb(var(--color-foreground));padding:3rem 0 4rem}.product-upsell__layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}@media screen and (max-width:989px){.product-upsell__layout{gap:3rem}}@media screen and (max-width:749px){.product-upsell__layout{grid-template-columns:1fr;gap:2.5rem}}.product-upsell__media{position:sticky;top:2rem}.product-upsell__media img{width:100%;height:auto;display:block}@media screen and (max-width:749px){.product-upsell__media{position:static}}.product-upsell__info{padding-top:1rem}.product-upsell__brand{font-size:1.1rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(var(--color-foreground),.5);margin:0 0 1rem;font-weight:500}.product-upsell__title{font-family:var(--font-heading-family);font-size:clamp(2.8rem,4vw,4rem);font-weight:400;line-height:1.2;margin:0 0 1rem}.product-upsell__price{font-size:1.8rem;font-weight:500;margin:0 0 1.5rem;color:rgb(var(--color-foreground))}.product-upsell__description{font-size:1.4rem;line-height:1.7;color:rgba(var(--color-foreground),.65);margin:0 0 2.5rem}.product-upsell__description p{margin:0}.product-upsell__tiers{display:flex;flex-direction:column;gap:0;margin-bottom:2rem}.product-upsell__tier{border:1px solid rgba(var(--color-foreground),.1);margin-bottom:-1px;position:relative;transition:border-color .2s ease,background-color .2s ease}.product-upsell__tier:first-child{border-radius:8px 8px 0 0}.product-upsell__tier:last-child{border-radius:0 0 8px 8px}.product-upsell__tier-header{display:flex;align-items:center;gap:1.2rem;padding:1.6rem 1.8rem;cursor:pointer}.product-upsell__tier input[type=radio]{display:none}.product-upsell__tier input[type=radio]:checked~.product-upsell__tier-radio{border-color:#b8860b}.product-upsell__tier input[type=radio]:checked~.product-upsell__tier-radio:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem;border-radius:50%;background-color:#b8860b}.product-upsell__tier.active{border-color:#b8860b;z-index:1;background-color:#b8860b08}.product-upsell__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}.product-upsell__tier-details{flex:1;display:flex;flex-direction:column;gap:.2rem}.product-upsell__tier-name{font-size:1.5rem;font-weight:600;color:rgb(var(--color-foreground))}.product-upsell__tier-sub{font-size:1.2rem;color:rgba(var(--color-foreground),.5)}.product-upsell__tier-price{font-size:1.5rem;font-weight:600;white-space:nowrap;color:#b8860b}.product-upsell__tier-badge{position:absolute;top:-.8rem;right:1.5rem;background-color:#b8860b;color:#fff;font-size:.9rem;letter-spacing:.15em;text-transform:uppercase;padding:.3rem 1rem;font-weight:600;border-radius:2px;z-index:2}.product-upsell__tier--popular{margin-top:1rem;border-color:#b8860b66}.product-upsell__tier-dropdowns{padding:0 1.8rem;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.product-upsell__tier.active .product-upsell__tier-dropdowns{max-height:50rem;padding:0 1.8rem 1.6rem}.product-upsell__scent-row{display:flex;align-items:center;gap:1rem;margin-bottom:.8rem}.product-upsell__scent-row .mix-custom-select{flex:1}.product-upsell__tier.active .product-upsell__tier-dropdowns:has(.mix-custom-select.open){overflow:visible}.product-upsell__scent-row:last-child{margin-bottom:0}.product-upsell__scent-num{font-size:1.2rem;font-weight:600;color:rgba(var(--color-foreground),.4);min-width:2.2rem}.product-upsell__scent-select{flex:1;padding:1rem 3.2rem 1rem 1.2rem;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:4px;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.2rem center;transition:border-color .2s ease}.product-upsell__scent-select:focus{outline:none;border-color:#b8860b}.product-upsell__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}.product-upsell__add-btn:hover{background-color:#323232}.product-upsell__add-btn:disabled{opacity:.45;cursor:not-allowed}.product-upsell__add-btn.loading{pointer-events:none;opacity:.6}.product-upsell__shipping-note{text-align:center;font-size:1rem;letter-spacing:.15em;text-transform:uppercase;color:rgba(var(--color-foreground),.4);margin-top:1.5rem}.product-upsell__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}.product-upsell__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/product-upsell.css.map */
