.selling-plan-selector{display:flex;flex-direction:column;gap:19px;margin-bottom:19px}@media screen and (max-width:749px){.selling-plan-selector{gap:12px;margin-bottom:0}}.selling-plan-option{display:flex;align-items:flex-start;padding:16px 20px;border:1px solid #FFFEF3;border-radius:12px;cursor:pointer;position:relative;transition:border-color .2s ease,background-color .2s ease;margin:0}.selling-plan-option:hover,.selling-plan-option.is-active{border-color:#1079bf}.selling-plan-option__radio{position:absolute;opacity:0;width:0;height:0}.selling-plan-option__checkmark{width:18.4px;height:18.4px;min-width:18.4px;border:1px solid #1079BF;border-radius:4px;margin-right:23px;margin-top:0;position:relative;transition:all .2s ease;background:#fffef3;display:flex;align-items:center;justify-content:center;flex-shrink:0}.selling-plan-option__radio:checked+.selling-plan-option__checkmark{background-color:#1079bf;border-color:#1079bf}.selling-plan-option__radio:checked+.selling-plan-option__checkmark:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:9px;border:solid #FFFEF3;border-width:0 2px 2px 0;transform:rotate(45deg)}.selling-plan-option__content{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.selling-plan-option__title{font-weight:700;font-size:16px;line-height:18px;text-transform:uppercase;letter-spacing:.5px;color:#036;line-height:1.3}.selling-plan-option__subtitle{font-size:12px;font-weight:400;color:#036;line-height:1.3}@media screen and (max-width:749px){.selling-plan-option__subtitle{font-size:10px}}.selling-plan-option__price{font-weight:700;font-size:20px;color:#e91e8c;white-space:nowrap;margin-left:12px;align-self:center;flex-shrink:0}.selling-plan-option__badge{position:absolute;top:-9.5px;left:22%;transform:translate(-50%);width:96px;height:19px;display:flex;align-items:center;justify-content:center;background:#df2b92;color:#fffef3;font-family:var(--FONT-STACK-HEADING-SECONDARY);font-size:13px;font-weight:400;line-height:1;padding:0;border-radius:30px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;text-align:center;z-index:2;box-sizing:border-box}.selling-plan-option--onetime{background:#ebf7fb;border:none;height:53px;border-radius:30px;align-items:center;padding-top:0;padding-bottom:0}.selling-plan-option--onetime.is-active{border:none}.selling-plan-option--onetime .selling-plan-option__title{color:#1079bf;font-size:16px;line-height:18px}.selling-plan-option--onetime .selling-plan-option__price{color:#1079bf;font-size:20px;line-height:29px}@media screen and (max-width:749px){.selling-plan-option--onetime .selling-plan-option__title{font-size:12px}.selling-plan-option--onetime{height:36px}}.selling-plan-option--subscribe{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;gap:0 8px;row-gap:8px;align-items:start;min-height:128px;background:linear-gradient(135deg,#e8f4fc,#d4eaf7,#c5e0f0);border:none;border-radius:15px;padding-top:20px}.selling-plan-option--subscribe .selling-plan-option__checkmark{grid-column:1;grid-row:1;position:relative;overflow:visible;width:18.4px;height:18.4px;min-width:18.4px;margin-right:11px;border:1px solid #FFFEF3;border-radius:4px;background:transparent;box-sizing:border-box}.selling-plan-option--subscribe .selling-plan-option__checkmark:before{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:2px;background:#f5f4ed;pointer-events:none}.selling-plan-option--subscribe .selling-plan-option__radio:checked+.selling-plan-option__checkmark:before{background:#1079bf;top:0;right:0;bottom:0;left:0;border-radius:3px}.selling-plan-option--subscribe .selling-plan-option__radio:checked+.selling-plan-option__checkmark{border:1px solid #FFFEF3;background:transparent}.selling-plan-option--subscribe .selling-plan-option__radio:checked+.selling-plan-option__checkmark:after{left:6px;top:2px}.selling-plan-option--subscribe .selling-plan-option__content{grid-column:2;grid-row:1;min-width:0}.selling-plan-option--subscribe .selling-plan-option__price{grid-column:3;grid-row:1;color:#fffef3}.selling-plan-option__dropdown-row{grid-column:2 / -1;grid-row:2;min-width:0}.selling-plan-option--subscribe.is-active{border:none}.selling-plan-option--subscribe .selling-plan-option__title{color:#fffef3}.selling-plan-option--subscribe .selling-plan-option__subtitle{color:#fffef3;opacity:.9}.selling-plan-option--subscribe .selling-plan-option__badge{color:#fffef3}.selling-plan-option--subscribe .selling-plan-dropdown{max-width:none;width:100%}.selling-plan-dropdown{position:relative;max-width:220px;cursor:pointer}.selling-plan-option--subscribe .selling-plan-dropdown__select,.selling-plan-dropdown__select{width:100%;height:27px;padding:0 36px 0 14px;font-family:Inter,sans-serif;font-size:12px;font-weight:400;border:1px solid #CCCCCC;border-radius:10px;background:#fffef3;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;color:#036;box-sizing:border-box;line-height:25px}.selling-plan-dropdown__select:disabled{opacity:.6;cursor:pointer;background:#f5f5f5;pointer-events:none}.selling-plan-dropdown__select:focus{outline:none;border-color:#1079bf}.selling-plan-dropdown__arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:#1079bf}.selling-plan-dropdown__arrow svg,.selling-plan-dropdown__arrow .selling-plan-dropdown-arrow-svg{width:14px;height:10px;display:block}@media screen and (max-width:749px){.selling-plan-selector{gap:14px}.selling-plan-option{padding:17px 14px 14px}.selling-plan-option--subscribe{height:96px;min-height:96px}.selling-plan-option__title{font-size:12px}.selling-plan-option__price{font-size:18px}.selling-plan-option__badge{font-size:10px;padding:3px 10px;top:-10px}.selling-plan-dropdown{max-width:100%}.selling-plan-option__checkmark,.selling-plan-option--subscribe .selling-plan-option__checkmark{width:15px;height:15px;min-width:15px}.selling-plan-option__checkmark{margin-right:19px}.selling-plan-option--subscribe .selling-plan-option__checkmark{margin-right:7px}.selling-plan-option__radio:checked+.selling-plan-option__checkmark:after{left:5px;top:2px;width:4px;height:7px;border-width:0 2px 2px 0}.selling-plan-option--subscribe .selling-plan-option__radio:checked+.selling-plan-option__checkmark:after{left:5px;top:2px;width:4px;height:7px;border-width:0 2px 2px 0}}.product__form .btn--add-to-cart,.btn--add-to-cart,.product__submit__add{white-space:nowrap!important;min-height:53px;height:53px;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:14px 24px!important;font-size:20px!important}.product__form .product__submit__find-in-store .btn{font-size:20px!important}.btn--add-to-cart [data-add-to-cart-text],.product__submit__add [data-add-to-cart-text]{white-space:nowrap!important;display:flex!important;align-items:center!important;gap:0!important}.product__submit__price{font-weight:700}.product__submit__separator{margin:0 4px}.product__submit__action{text-transform:uppercase}@media screen and (max-width:749px){.product__form .btn--add-to-cart,.btn--add-to-cart,.product__submit__add{font-size:16px!important;padding:12px 16px!important;height:43px!important;min-height:43px!important}.product__form .product__submit__find-in-store .btn{font-size:16px!important;white-space:nowrap!important}}.upsell-product-winx{display:flex;align-items:flex-start;background:#fffef3;border:1px solid #E5E5E5;border-radius:12px;padding:16px;gap:16px;min-width:0;width:100%;box-sizing:border-box}.upsell-product-winx__image{width:100px;min-width:100px;max-width:100px;height:100px;border-radius:8px;overflow:hidden;flex-shrink:0}.upsell-product-winx__image img{width:100%;height:100%;display:block;object-fit:cover}.upsell-product-winx__image .image-fill{width:100%;height:100%;position:relative}.upsell-product-winx__content{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}.upsell-product-winx__header{font-size:11px;font-weight:700;color:#036;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.upsell-product-winx__title{font-size:14px;font-weight:700;color:#1079bf;line-height:1.3;text-decoration:none;display:block}.upsell-product-winx__title:hover{text-decoration:underline}.upsell-product-winx__description{font-size:12px;color:#666;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.upsell-product-winx__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:8px;gap:12px}.upsell-product-winx__price{font-size:18px;font-weight:700;color:#036}.upsell-product-winx__add-btn{background:#e91e8c;color:#fffef3;border:none;border-radius:20px;padding:8px 24px;font-size:13px;font-weight:700;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease;white-space:nowrap;flex-shrink:0}.upsell-product-winx__add-btn:hover{background:#d01a7d}.upsell-product-winx__add-btn:disabled{background:#ccc;cursor:not-allowed}.upsell-product-winx__sold-out{font-size:13px;color:#999;font-weight:600}.upsell__products{margin-top:0;padding-bottom:30px}.upsell__products .product-upsell__price,.upsell__products--slider .product-upsell__price{font-size:20px!important}.upsell__products--slider .flickity-viewport{height:195px!important;min-height:195px!important}.upsell__products--slider .product-upsell__holder,.upsell__products .product-upsell__holder{height:195px!important;min-height:195px!important;max-height:195px!important}.upsell__products--slider .product-upsell,.upsell__products .product-upsell{height:100%!important;min-height:0}.upsell__products .product-upsell__image .background-size-cover img,.upsell__products--slider .product-upsell__image .background-size-cover img{object-fit:contain!important;max-width:100%;max-height:100%}.upsell__products .product-upsell__content,.upsell__products--slider .product-upsell__content{position:relative;min-height:0;min-width:0;gap:12px;overflow:hidden;display:flex;flex-direction:column!important;flex-wrap:nowrap!important}.upsell__products .product-upsell__content>*,.upsell__products--slider .product-upsell__content>*{margin:0!important}.upsell__products .product-upsell__content .product-upsell__subtitle,.upsell__products--slider .product-upsell__content .product-upsell__subtitle{flex-shrink:0}.upsell__products .product-upsell__row,.upsell__products--slider .product-upsell__row{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:flex-start;justify-content:space-between!important;gap:8px;margin:0!important;flex-shrink:0;min-width:0;width:100%}.upsell__products .product-upsell__row .product-upsell__title,.upsell__products--slider .product-upsell__row .product-upsell__title{flex:1 1 auto;min-width:0;margin:0!important;max-width:min(100%,175px)}.upsell__products .product-upsell__row .product-upsell__price,.upsell__products--slider .product-upsell__row .product-upsell__price{flex-shrink:0;margin:0!important}.upsell__products .product-upsell__description,.upsell__products--slider .product-upsell__description{flex:1 1 auto;min-height:0;max-width:min(100%,175px);overflow:hidden}.upsell__products .product-upsell__content .shopify-product-form,.upsell__products--slider .product-upsell__content .shopify-product-form{position:absolute!important;bottom:0!important;right:0!important;left:auto!important;margin:0!important;padding:0!important}.upsell__products .product-upsell__content .shopify-product-form .product-upsell__btn,.upsell__products--slider .product-upsell__content .shopify-product-form .product-upsell__btn{max-width:100%!important}.upsell__products--slider{position:relative}.upsell__products--slider .upsell__products__slider{width:100%}.upsell__products--slider .flickity-slider{display:flex}.upsell__products--slider .upsell-product-winx,.upsell__products--slider .flickity-cell{width:calc(100% - 24px)!important;margin-right:16px!important}.upsell__products--slider .flickity-viewport{overflow:hidden}.upsell__products .flickity-page-dots,.upsell__products--slider .flickity-page-dots{position:relative;bottom:auto;top:100%;padding:0;list-style:none;z-index:10}@media screen and (max-width:749px){.upsell__products .flickity-page-dots,.upsell__products--slider .flickity-page-dots{bottom:20px}}.upsell__products .flickity-page-dots .dot,.upsell__products--slider .flickity-page-dots .dot{margin:0 4px;border:var(--BORDER-WIDTH, 1px) solid #1079BF;background-color:transparent;border-radius:5px;transition:border .5s ease,width .5s ease,opacity .5s ease;pointer-events:auto}.upsell__products .flickity-page-dots .dot.is-selected,.upsell__products--slider .flickity-page-dots .dot.is-selected{width:25px;background-color:#1079bf;border-color:#1079bf}.upsell__products .flickity-prev-next-button,.upsell__products--slider .flickity-prev-next-button{display:none}@media only screen and (min-width:768px){.upsell__products .shopify-product-form .product-upsell__btn,.upsell__products--slider .shopify-product-form .product-upsell__btn{width:85px!important;min-width:85px!important;max-width:85px!important;height:30px!important;min-height:30px!important;font-size:16px!important;line-height:18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important}}.upsell-product-winx--placeholder{opacity:.6}.upsell-product-winx__image-placeholder{width:100%;height:100%;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.upsell-product-winx__image-placeholder svg{width:40px;height:40px;color:#ccc}@media screen and (max-width:749px){.upsell__products--slider .flickity-viewport{height:165px!important;min-height:165px!important}.upsell__products .product-upsell__holder,.upsell__products--slider .product-upsell__holder{--inner: 17px;padding:17px!important;height:165px!important;min-height:165px!important;max-height:165px!important}.upsell__products .product-upsell__content,.upsell__products--slider .product-upsell__content{gap:4px!important}.upsell__products .product-upsell__subtitle,.upsell__products--slider .product-upsell__subtitle{font-size:16px!important}.upsell__products .product-upsell__row .product-upsell__title,.upsell__products--slider .product-upsell__row .product-upsell__title,.upsell__products .product-upsell__description,.upsell__products--slider .product-upsell__description{max-width:140px!important}.upsell-product-winx{padding:17px;gap:12px}.upsell-product-winx__image{width:80px;min-width:80px;max-width:80px;height:80px}.upsell-product-winx__header{font-size:10px}.upsell-product-winx__title{font-size:13px}.upsell-product-winx__description{font-size:11px}.upsell-product-winx__price{font-size:16px}.upsell-product-winx__add-btn{padding:6px 16px;font-size:12px}.upsell__products--slider .upsell-product-winx,.upsell__products--slider .flickity-cell{width:calc(100% - 16px)!important;margin-right:12px!important}.upsell__products .shopify-product-form .product-upsell__btn,.upsell__products--slider .shopify-product-form .product-upsell__btn{width:70px!important;min-width:70px!important;max-width:70px!important;height:25px!important;min-height:25px!important;font-size:14px!important;line-height:16px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important}}.btn--find-in-store,.product__submit__find-in-store .btn{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:100%;padding:14px 20px!important;background:#fffef3!important;border:1px solid #1079BF!important;border-radius:30px;color:#1079bf!important;font-weight:700!important;font-size:14px!important;text-transform:none!important;cursor:pointer;transition:all .2s ease}.btn--find-in-store:hover,.product__submit__find-in-store .btn:hover{background:#f0f7ff!important}.product-features-row{display:flex;justify-content:space-between;gap:32px;padding:24px 0;margin-top:16px}.product-feature-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px;max-width:160px}.product-feature-item__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center}.product-feature-item__icon img,.product-feature-item__icon svg{max-width:100%;max-height:100%;object-fit:contain}.product-feature-item__text{font-size:16px;line-height:18px;font-weight:700;color:#1079bf}@media screen and (max-width:749px){.product-features-row{gap:16px;padding:0}.product-feature-item{max-width:80px;gap:12px}.product-feature-item__image{width:46px;height:46px}.product-feature-item__text{font-size:10px;font-weight:400}}
/*# sourceMappingURL=/cdn/shop/t/414/assets/selling-plan-selector.css.map */
