.product-selector{margin-bottom:1rem}.product-selector__options{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.product-selector__option{position:relative}.product-selector__input{position:absolute;opacity:0;pointer-events:none}.product-selector__label{display:block;cursor:pointer;border:2px solid #e2e2e2;border-radius:8px;padding:15px;transition:all .2s ease;position:relative}.product-selector__label:hover,.product-selector__label:hover .product-selector__indicator{border-color:#bdbdbd}.product-selector__input:checked+.product-selector__label{border-color:#000;background:#fff}.product-selector__label-content{display:flex;align-items:center}.product-selector__label-main{flex:1}.product-selector__label-wrapper{display:flex;align-items:center;gap:.75rem}.product-selector__indicator{width:16px;height:16px;border:2px solid #e2e2e2;border-radius:50%;display:inline-block;position:relative;flex:0 0 16px}.product-selector__indicator:after{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;background:#000;border-radius:50%;transform:translate(-50%,-50%) scale(0);transition:transform .15s ease}.product-selector__input:checked+.product-selector__label .product-selector__indicator{border-color:#000}.product-selector__input:checked+.product-selector__label .product-selector__indicator:after{transform:translate(-50%,-50%) scale(1)}.product-selector__label-text{flex:1;font-weight:600;color:var(--text);font-family:var(--FONT-STACK-BODY);font-style:var(--FONT-STYLE-BODY)}.product-selector__price-container{position:absolute;right:15px;top:15px;text-align:right;display:flex;flex-direction:column-reverse;flex-shrink:0}.product-selector__price{font-weight:600;color:var(--text);font-family:var(--FONT-STACK-BODY);font-style:var(--FONT-STYLE-BODY)}.product-selector__price--original{text-decoration:line-through;font-size:14px;opacity:.5}.product-selector__price--sale[data-subscription-price]{color:#d0021b}.product-selector__savings{background:var(--sale-bg);color:var(--sale-text);padding:.25rem .5rem;border-radius:4px;font-weight:600;font-family:var(--FONT-STACK-BODY);font-style:var(--FONT-STYLE-BODY)}.product-selector__label-description{font-size:14px;opacity:.7;margin-left:28px}.product-selector__details{font-size:14px;margin-top:.5rem}.product-selector__subscription-title{font-weight:600;color:var(--text);font-family:var(--FONT-STACK-BODY);font-style:var(--FONT-STYLE-BODY);margin:0 0 .75rem}.product-selector__subscription-list{list-style:none;padding:0;margin:0}.product-selector__subscription-list li{display:flex;align-items:center;gap:8px;margin-bottom:5px}.product-selector__subscription-list li svg{height:20px;width:20px;fill:#86a397}.product-selector__subscription-list li:last-child{margin-bottom:0}.product-selector__actions{margin-top:1rem}.product-selector__atc-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:1rem 1.5rem;border-radius:999px;transition:all .2s ease-in-out!important;position:relative;overflow:hidden;color:#fff;background-color:#000;border-color:#000;font-weight:600}.product-selector__atc-btn:hover{transform:translateY(-2px)}.product-selector__atc-btn:active{transform:translateY(0)}@media only screen and (max-width: 767px){.product-selector__label-main{flex-direction:column;align-items:flex-start;gap:.75rem}}.product-selector__savings-bar{background:#ffd4ec;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;text-align:center;padding:.5rem 1rem;border-top-left-radius:8px;border-top-right-radius:8px}label.product-selector__label[for=purchase-type-subscription]{border-top-left-radius:0;border-top-right-radius:0}label.product-selector__label[for=purchase-type-subscription] .product-selector__label-content{align-items:start}.product_selector__atc-divider{height:20px;background:#777;width:1px;margin:0 16px}.product-selector__sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#fff;box-shadow:0 -4px 20px #0000001a;transform:translateY(100%);transition:transform .3s ease-in-out;padding:0}.product-selector__sticky-atc.is-visible{transform:translateY(0)}.product-selector__sticky-content{width:100%}.product-selector__sticky-mobile{display:block;padding:1rem}.product-selector__sticky-desktop{display:none}.product-selector__sticky-atc-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:1rem 1.5rem;border-radius:999px;transition:all .2s ease-in-out!important;position:relative;overflow:hidden;color:#fff;background-color:#000;border-color:#000;font-weight:600;border:none;cursor:pointer}.product-selector__atc-btn:before{display:none!important}.product-selector__atc-btn:after{display:none!important}.product-selector__sticky-atc-btn:active{transform:translateY(0)}.product-selector__sticky-atc-text,.product-selector__sticky-atc-price{font-weight:600}.product-selector__sticky-price-container{display:flex;align-items:center;gap:.5rem}.product-selector__sticky-price--original{font-size:14px;color:#666}.product-selector__sticky-price--original.is-strikethrough{text-decoration:line-through;opacity:.6}.product-selector__sticky-price--sale{color:#d0021b;font-weight:600}.product-selector__sticky-desktop .product-selector__sticky-price-container{flex-direction:column;align-items:flex-start;gap:.25rem}.product-selector__sticky-desktop .product-selector__sticky-price--original{font-size:12px}.product-selector__sticky-desktop .product-selector__sticky-price--sale{font-size:18px}@media only screen and (min-width: 768px){.product-selector__sticky-mobile{display:none}.product-selector__sticky-desktop{display:flex;align-items:center;justify-content:space-between;padding:10px var(--gutter);max-width:var(--site-width);margin:0 auto}.product-selector__sticky-info{display:flex;align-items:center;gap:1.5rem;flex:1}.product-selector__sticky-product-name{font-weight:600;font-size:16px;color:var(--text);font-family:var(--FONT-STACK-BODY);font-style:var(--FONT-STYLE-BODY);max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-selector__sticky-purchase-type{font-size:14px;color:#666;font-family:var(--FONT-STACK-BODY);font-style:var(--FONT-STYLE-BODY);padding:.25rem .75rem;background:#f5f5f5;border-radius:20px;white-space:nowrap}.product-selector__sticky-price{font-weight:600;font-size:18px;color:var(--text);font-family:var(--FONT-STACK-BODY);font-style:var(--FONT-STYLE-BODY);white-space:nowrap}.product-selector__sticky-atc-btn{width:auto;padding:.75rem 2rem;min-width:160px}}body.has-sticky-atc{padding-bottom:80px}@media only screen and (min-width: 768px){body.has-sticky-atc{padding-bottom:100px}}.product-selector__payment-icon-list{display:flex;flex-wrap:wrap;list-style:none;margin-top:1rem!important;margin:0;justify-content:center;align-items:center;gap:6px}.product-selector__payment-icon-list>li{margin:0!important}.product-selector__payment-icon-list>li>svg{width:35px!important}
/*# sourceMappingURL=/cdn/shop/t/4/assets/product-selector.css.map */
