.product-buy-options{margin:2rem 0}.product-buy-options__heading{font-size:1.6rem;font-weight:600;margin-bottom:1.5rem;color:rgb(var(--color-foreground))}.product-buy-options__modes{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:2rem}.product-buy-options__mode{position:relative;border:1px solid rgba(var(--color-button),.5);border-radius:1.2rem;background:rgb(var(--color-background));transition:all .2s ease;cursor:pointer;-webkit-user-select:none;user-select:none}.product-buy-options__mode:hover:not(.is-disabled){border-color:rgb(var(--color-foreground) / .3);box-shadow:0 2px 8px #00000014;transform:translateY(-1px)}.product-buy-options__mode:active:not(.is-disabled){transform:translateY(0);box-shadow:0 1px 4px #00000014}.product-buy-options__mode.is-active{border:2px solid rgb(var(--color-button));background:rgb(var(--color-button) / .03);box-shadow:0 0 0 1px rgb(var(--color-button) / .1)}.product-buy-options__mode.is-active:hover{border-color:rgb(var(--color-button));box-shadow:0 2px 8px rgb(var(--color-button) / .2)}.product-buy-options__mode.is-disabled{opacity:.5;cursor:not-allowed;pointer-events:none;display:none}.product-buy-options__mode-label{display:flex;align-items:flex-start;gap:1.2rem;padding:1.6rem;cursor:inherit;width:100%;flex-wrap:wrap}.product-buy-options__mode-radio{flex-shrink:0;width:2rem;height:2rem;border:1px solid rgb(var(--color-button),.7);border-radius:50%;margin-top:.2rem;position:relative;transition:all .2s ease}.product-buy-options__mode.is-active .product-buy-options__mode-radio{border-color:rgb(var(--color-button))}.product-buy-options__mode.is-active .product-buy-options__mode-radio:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem;background:rgb(var(--color-button));border-radius:50%}.product-buy-options__mode-content{flex:1}.product-buy-options__mode-content-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.product-buy-options__mode-content-header .product-buy-options__price{width:30%}.product-buy-options__mode-title{display:block;font-size:1.3rem;font-weight:600;margin-bottom:0;color:rgb(var(--color-foreground));text-align:left;flex:1;line-height:1.25}.product-buy-options__badge{position:absolute;top:-12px;height:24px;right:2rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:1.2rem;font-weight:700;padding:0 1rem;border-radius:2rem;box-shadow:0 2px 8px #10b9814d;letter-spacing:.02em;line-height:25px}.product-buy-options__price{display:flex;gap:5px;align-items:flex-end;flex-direction:column;justify-content:flex-start;min-width:80px}.product-buy-options__price-compare{font-size:1.2rem;color:rgb(var(--color-foreground) / .5);line-height:1}.product-buy-options__price-current{font-size:1.6rem;font-weight:700;color:rgb(var(--color-foreground));line-height:1}.product-buy-options__mode--subscription .product-buy-options__price-current{color:#059669}.product-buy-options__advantages{list-style:none;padding:0;margin:1.2rem 0 0;display:flex;flex-direction:column;text-align:left;gap:.6rem}.product-buy-options__advantage{display:flex;align-items:center;gap:.8rem;font-size:1.3rem;color:rgb(var(--color-foreground) / .8)}.product-buy-options__advantage-icon{flex-shrink:0;color:#10b981}.product-buy-options__unavailable{font-size:1.3rem;color:rgb(var(--color-foreground) / .6);margin-top:.8rem;font-style:italic}.product-buy-options__plans{width:100%}.product-buy-options__plans-label{display:block;font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:rgb(var(--color-foreground))}.product-buy-options__plans-buttons{display:flex;flex-wrap:wrap;gap:1rem}.product-buy-options__plan-button{position:relative;flex:1 1 auto;min-width:max-content;padding:1.2rem 2rem;border:1px solid rgb(var(--color-button),.8);border-radius:8px;background:rgb(var(--color-background));font-size:1.4rem;font-weight:500;color:rgb(var(--color-foreground));cursor:pointer;transition:all .2s ease;opacity:.8}.product-buy-options__plan-button:hover{border-color:rgb(var(--color-button));background:rgb(var(--color-button) / .05);opacity:1}.product-buy-options__plan-button.is-active{border-width:2px;border-color:rgb(var(--color-button));opacity:1;background:#10b9810d}.product-buy-options__plan-button:focus-visible{outline:2px solid rgb(var(--color-button));outline-offset:2px}.product-buy-options__plan-badge{display:inline-block;margin-left:.4rem;font-size:1.1rem;padding:.2rem .6rem;background:#10b98126;color:#059669;border-radius:.4rem;font-weight:700}.product-plans__name{font-weight:400}.product-buy-options__plan-button.is-active .product-plans__name{font-weight:600}.product-buy-options__details{width:100%}.product-buy-options__details-accordion{border:1px solid rgba(var(--color-button),.8);border-radius:.8rem;background:rgb(var(--color-background))}.product-buy-options__details-summary{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 1.6rem;font-size:1.4rem;font-weight:500;cursor:pointer;-webkit-user-select:none;user-select:none;list-style:none}.product-buy-options__details-summary::-webkit-details-marker{display:none}.product-buy-options__details-summary:hover{background:rgb(var(--color-foreground) / .02)}.product-buy-options__details-icon{transition:transform .3s ease}.product-buy-options__details-accordion[open] .product-buy-options__details-icon{transform:rotate(180deg)}.product-buy-options__details-content{padding:0 1.6rem 1.6rem;border-top:1px solid rgb(var(--color-border))}.product-buy-options__savings{text-align:center;width:100%}.product-buy-options__extra-benefits{margin-bottom:2rem;padding:1.6rem;background:rgb(var(--color-foreground) / .02);border-radius:.8rem;font-size:1.3rem}.product-buy-options__extra-benefits ul{list-style:none;padding:0;margin:0}.product-buy-options__extra-benefits li{padding-left:2.4rem;position:relative;margin-bottom:.8rem}.product-buy-options__extra-benefits li:before{content:"\2713";position:absolute;left:0;color:#10b981;font-weight:700}.product-buy-options__cta-wrapper{position:relative}.product-buy-options__cta{width:100%;padding:1.6rem 3rem;font-size:1.6rem;font-weight:700;border-radius:.8rem;border:none;background:rgb(var(--color-button));color:rgb(var(--color-button-text));cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:1rem;position:relative}.product-buy-options__cta:after,.product-buy-options__cta:before{display:none}.product-buy-options__cta:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.product-buy-options__cta:active:not(:disabled){transform:translateY(0)}.product-buy-options__cta:disabled{opacity:.5;cursor:not-allowed}.product-buy-options__cta .loading-overlay__spinner{position:absolute;right:2rem;width:2rem;height:2rem}.product-buy-options__cta .loading-overlay__spinner .spinner{width:2rem;height:2rem;animation:rotator 1.4s linear infinite}.product-buy-options__cta .loading-overlay__spinner .path{stroke:currentColor;stroke-dasharray:187;stroke-dashoffset:0;transform-origin:center;animation:dash 1.4s ease-in-out infinite}@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(270deg)}}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}.product-buy-options__cta.is-loading{position:relative;cursor:wait}.product-buy-options__sold-out{text-align:center;margin-top:1rem;font-size:1.4rem;color:rgb(var(--color-foreground) / .6);font-weight:500}@media screen and (max-width: 749px){.product-buy-options--sticky-mobile .product-buy-options__cta-wrapper{position:sticky;bottom:0;background:rgb(var(--color-background));margin:0 -1.6rem;padding:1.6rem;box-shadow:0 -4px 12px #00000014;z-index:10}}@media screen and (min-width: 750px){.product-buy-options__modes{gap:1.6rem}.product-buy-options__mode-label{padding:1.5rem;gap:1.5rem}.product-buy-options__plans-buttons{gap:1.2rem}.product-buy-options__plan-button{padding:1.4rem 2.4rem}}@media screen and (max-width: 749px){.product-buy-options__plans-buttons{flex-direction:column}.product-buy-options__plan-button{width:100%}.product-buy-options__price-current{font-size:1.8rem}.product-buy-options__badge{font-size:1.1rem;padding:.3rem .8rem}}.product-buy-options .hidden{display:none!important}.product-buy-options .visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.product-buy-options__mode-input:focus-visible+.product-buy-options__mode-label{outline:2px solid rgb(var(--color-button));outline-offset:2px;border-radius:1.2rem}@media (prefers-reduced-motion: no-preference){.product-buy-options__mode,.product-buy-options__plan-button,.product-buy-options__price,.product-buy-options__details-content{transition:all .3s ease}}@media (prefers-color-scheme: dark){.product-buy-options__badge{background:linear-gradient(135deg,#059669,#047857)}.product-buy-options__mode{box-shadow:0 1px 4px #0003}.product-buy-options__mode:hover{box-shadow:0 2px 8px #0000004d}}.product-buy-options__modes:has(.product-buy-options__mode.is-disabled){display:none}
/*# sourceMappingURL=/cdn/shop/t/1/assets/component-buy-buttons-options.css.map */
