.upsell-product{display:block;letter-spacing:.6px}.upsell-product__inner{display:flex;flex-direction:column;gap:16px}.upsell-product__gallery{border-radius:24px;background:var(--upsell-card-background);overflow:hidden}.upsell-product__image{display:block;width:100%;height:100%;aspect-ratio:1;object-fit:cover}.upsell-product__column{display:flex;flex-direction:column;gap:24px}.upsell-product__info-card{display:flex;flex-direction:column;gap:16px}.upsell-product__buy-card{padding:24px 20px;border-radius:24px;background:var(--upsell-card-background)}.upsell-product__title{margin:0;color:var(--upsell-heading-color);font-size:40px;font-weight:600;line-height:1.2}.upsell-product__usp-list ul{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none}.upsell-product__usp-list li{position:relative;padding-left:28px;color:var(--upsell-text-color);font-size:16px;line-height:1.5}.upsell-product__usp-list li:before{content:"";position:absolute;top:3px;left:0;width:18px;height:18px;background:currentcolor;mask:url(icon-media-pill-check.svg) no-repeat center / contain;-webkit-mask:url(icon-media-pill-check.svg) no-repeat center / contain}.upsell-product__stock{display:flex;align-items:center;justify-content:center;gap:5px;margin:0;padding:10px 29px;border-radius:999px;background:var(--upsell-stock-background);color:var(--upsell-heading-color);font-size:12px;font-weight:700;line-height:1.5}.upsell-product__stock-dot{flex:0 0 auto;width:8px;height:8px;border-radius:999px;background:var(--upsell-heading-color);box-shadow:0 0 0 2px var(--upsell-stock-dot-halo)}.upsell-product__options{display:flex;flex-direction:column;gap:16px}.upsell-product__buy-heading{margin:0;color:var(--upsell-heading-color);font-size:20px;font-weight:600;line-height:1.3}.upsell-product__divider{display:flex;align-items:center;gap:9px;padding:7px 0 6px}.upsell-product__divider:before,.upsell-product__divider:after{content:"";flex:1 1 auto;height:1px;background:var(--upsell-muted-text-color)}.upsell-product__divider-label{flex:0 0 auto;color:var(--upsell-muted-text-color);font-size:12px;line-height:1.5;text-transform:uppercase}.upsell-product__divider+.upsell-product__divider-subtitle{margin:-12px 0 0;color:var(--upsell-heading-color);font-size:14px;font-weight:700;line-height:1.5;text-align:center}.upsell-option,.upsell-option__form{display:flex;flex-direction:column;gap:12px}.upsell-option{padding:20px 16px;border:1.4px solid var(--upsell-option-border-color);border-radius:16px}.upsell-option__error{display:flex;align-items:center;gap:8px;color:var(--upsell-error-color);font-size:14px;line-height:1.5}.upsell-option__error[hidden]{display:none}.upsell-option__error .svg-wrapper{display:flex;flex:0 0 auto;width:16px;height:16px}.upsell-option__body{display:flex;flex-direction:column;gap:8px}.upsell-option__title-row{display:flex;align-items:center;gap:12px}.upsell-option__title{flex:1 1 auto;margin:0;color:var(--upsell-text-color);font-size:18px;font-weight:700;line-height:1.5}.upsell-option__price{flex:0 0 auto;margin:0;color:var(--upsell-text-color);font-size:18px;font-weight:700;line-height:1.5;white-space:nowrap}.upsell-option__sub-row{display:flex;align-items:center;gap:12px}.upsell-option__feature{display:flex;flex:1 1 auto;align-items:center;gap:8px;margin:0;color:var(--upsell-text-color);font-size:14px;line-height:1.5}.upsell-option__feature-icon{display:flex;flex:0 0 auto;width:16px;height:16px}.upsell-option__feature-icon svg{width:100%;height:100%}.upsell-option__monthly-price{flex:0 0 auto;color:var(--upsell-muted-text-color);font-size:14px;line-height:1.5;white-space:nowrap}.upsell-option__action-row{display:flex;flex-direction:column;align-items:stretch;gap:12px}.upsell-option__variant-label{order:-1;flex:1 1 auto;margin:0;color:var(--upsell-text-color);font-size:14px;line-height:1.5}.upsell-option__variants{order:-1;display:flex;flex:1 1 auto;flex-wrap:wrap;gap:8px 20px;margin:0;padding:0;border:0}.upsell-option__variant{display:inline-flex;align-items:center;gap:8px;color:var(--upsell-text-color);font-size:14px;line-height:1.5;cursor:pointer}.upsell-option__variant-radio{width:20px;height:20px;margin:0;-webkit-appearance:none;appearance:none;border:1px solid var(--upsell-muted-text-color);border-radius:10px;background:none;cursor:pointer;transition:border-color .3s ease}.upsell-option__variant-radio:checked{border-color:var(--upsell-text-color)}.upsell-option__variant-radio:after{content:"";display:block;width:12px;height:12px;margin:3px;border-radius:6px;background:var(--upsell-text-color);transform:scale(0);transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.upsell-option__variant-radio:checked:after{transform:scale(1)}.upsell-option__action-row .button--shaped{width:100%;color:var(--upsell-button-label-color)}.upsell-option__action-row .button__text{flex:1 1 auto;min-width:0;background-color:var(--upsell-button-background);white-space:nowrap}.upsell-option__action-row .button__icon{background-color:var(--upsell-button-background)}.upsell-option__action-row .button__icon-decoration{color:var(--upsell-button-background)}.upsell-option--secondary .button--shaped{color:var(--upsell-secondary-button-label-color)}.upsell-option--secondary .button__text,.upsell-option--secondary .button__icon{background-color:var(--upsell-secondary-button-background)}.upsell-option--secondary .button__icon-decoration{color:var(--upsell-secondary-button-background)}.upsell-option__action-row .button--shaped .button__label{position:static;background-color:transparent}.upsell-option__action-row .button--shaped .loading__spinner{position:absolute;top:50%;left:50%;width:18px;height:18px;background-color:transparent;transform:translate(-50%,-50%)}.upsell-option__action-row .button--shaped .loading__spinner.hidden{display:none}.upsell-option__action-row .button--shaped .loading__spinner svg{width:100%;height:100%}.upsell-option__action-row .button--shaped .loading__spinner .path{stroke:currentcolor}.upsell-option__action-row .button--shaped.loading .button__label{visibility:hidden}.upsell-product__accordion{display:flex;flex-direction:column;margin-top:16px}.upsell-accordion{border-bottom:1px solid var(--upsell-text-color)}.upsell-accordion__summary{display:flex;align-items:center;gap:12px;padding:18px 4px;list-style:none;cursor:pointer}.upsell-accordion__summary::-webkit-details-marker{display:none}.upsell-accordion__title{flex:1 1 auto;color:var(--upsell-text-color);font-size:16px;font-weight:500;line-height:1.5}.upsell-accordion__icon{position:relative;flex:0 0 auto;width:20px;height:20px}.upsell-accordion__icon:before,.upsell-accordion__icon:after{content:"";position:absolute;background:var(--upsell-text-color);transition:transform .3s ease}.upsell-accordion__icon:before{top:9.25px;left:3px;width:14px;height:1.5px}.upsell-accordion__icon:after{top:3px;left:9.25px;width:1.5px;height:14px}.upsell-accordion[open] .upsell-accordion__icon:after{transform:scaleY(0)}.upsell-accordion__content{padding:0 4px 18px;color:var(--upsell-text-color);font-size:14px;line-height:1.5}.upsell-accordion__content p{margin:0}@media screen and (min-width:990px){.upsell-product__inner{flex-direction:row;align-items:flex-start;gap:40px}.upsell-product__gallery,.upsell-product__column{flex:1 1 0;min-width:0}.upsell-product__gallery{border-radius:32px}.upsell-product__info-card{padding:24px;border-radius:32px;background:var(--upsell-card-background)}.upsell-product__buy-card{padding:24px 24px 32px;border-radius:32px}.upsell-product__stock{background:var(--upsell-pill-background);font-size:14px}.upsell-product__divider:before,.upsell-product__divider:after{background:var(--upsell-divider-color)}.upsell-product__divider-label{color:var(--upsell-divider-label-color)}.upsell-option__action-row{flex-direction:row;align-items:center}.upsell-option__variant-label,.upsell-option__variants{order:0}.upsell-option__action-row .button--shaped{flex:0 0 auto;width:258px;margin-left:auto}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/section-upsell-product.css.map */
