variant-selects{display:block}variant-selects input:is([type=checkbox],[type=radio]):is(:disabled,.disabled)+label{cursor:pointer}.product-form__input input[type=radio]{clip:rect(0,0,0,0);overflow:hidden;position:absolute;height:1px;width:1px}.product-form__input input[type=radio]:not(.disabled):not(.visually-disabled)+label>.label-unavailable{display:none}.product-form__input--dropdown{--swatch-input--size: 2rem;margin-bottom:1.6rem}.product-form__input--dropdown .dropdown-swatch{position:absolute;inset-inline-start:1.6rem;top:calc(50% - var(--swatch-input--size) / 2);width:var(--swatch-input--size);height:var(--swatch-input--size);z-index:1}.product-form__input--dropdown .dropdown-swatch+select{padding-inline-start:calc(2.4rem + var(--swatch-input--size))}.product-form__input--button{--variant-pills-border-width: 1px}.product-form__input--button input[type=radio]+label{display:flex;align-items:center;justify-content:center;text-align:center;position:relative;cursor:pointer;margin:0;padding:0 2rem;min-height:var(--buttons-height);min-width:var(--buttons-height);transition:all var(--duration-default) ease;color:rgb(var(--color-foreground));background-color:rgb(var(--color-background));border:var(--variant-pills-border-width) solid rgb(var(--color-foreground));border-radius:var(--variant-pills-radius, var(--buttons-radius))}.product-form__input--button input[type=radio]+label:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.product-form__input--button input[type=radio]:checked+label{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.product-form__input--button input[type=radio]:checked+label::selection{background-color:rgba(var(--color-background),.3)}.product-form__input--button input[type=radio]:disabled+label,.product-form__input--button input[type=radio].disabled+label{border-color:var(--color-foreground-lighten-19);color:var(--color-foreground-lighten-19)}.product-form__input--button input[type=radio]:disabled+label:before,.product-form__input--button input[type=radio].disabled+label:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(to bottom left,transparent calc(50% - var(--variant-pills-border-width)),var(--color-foreground-lighten-19) 50%,transparent calc(50% + var(--variant-pills-border-width))) no-repeat;border-radius:inherit;z-index:1}.product-form__input--button input[type=radio]:disabled+label:hover,.product-form__input--button input[type=radio].disabled+label:hover{color:rgb(var(--color-background))}.product-form__input--button input[type=radio]:disabled:checked+label,.product-form__input--button input[type=radio].disabled:checked+label{color:rgba(var(--color-background),.5)}.product-form__input--button input[type=radio]:disabled:checked+label:before,.product-form__input--button input[type=radio].disabled:checked+label:before{background:linear-gradient(to bottom left,transparent calc(50% - var(--variant-pills-border-width)),rgba(var(--color-background),.5) 50%,transparent calc(50% + var(--variant-pills-border-width))) no-repeat}.product-form__input--button input[type=radio]:focus-visible+label,.product-form__input--button input[type=radio].focused+label{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--color-foreground),.55)}.product-form__input--button-square{--swatch-radius: 0}.product-form__input--button-square input[type=radio]+label,.product-form__input--button-square input[type=radio]+label>.swatch-color{border-radius:0}.product-form__input--button-square input[type=radio]+label:not([data-swatch-type=variant_image],[data-swatch-type=color_swatch],[data-swatch-type=shopify_swatch],[data-swatch-type=text]){padding:0 .8rem}.product-form__input--button-circle{--swatch-radius: 9999px}.product-form__input--button-circle input[type=radio]+label:not([data-swatch-type=variant_image],[data-swatch-type=color_swatch],[data-swatch-type=shopify_swatch]){border-radius:calc(var(--buttons-height) / 2)}.product-form__input--button-circle input[type=radio]+label:not([data-swatch-type=variant_image],[data-swatch-type=color_swatch],[data-swatch-type=shopify_swatch],[data-swatch-type=text]){padding:0 .8rem}.product-form__input--button-standard{--swatch-radius: var(--small-blocks-radius);--variant-pills-radius: var(--small-blocks-radius)}.product-form__input--color .swatch-color,.product-form__input--swatch .swatch-color{background:var(--swatch-background);background-position:var(--swatch-focal-point, 50%);background-size:cover;min-width:calc(var(--swatch-size) - .2rem);min-height:calc(var(--swatch-size) - .2rem);border-radius:var(--swatch-radius);position:relative}.product-form__input--color .swatch-color:before,.product-form__input--swatch .swatch-color:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;transition:all var(--duration-default)}.product-form__input--color .swatch-color:before,.product-form__input--swatch .swatch-color:before{opacity:0;box-shadow:0 0 0 .1rem rgba(var(--color-border),var(--color-border-alpha, 1)),0 0 0 .4rem rgb(var(--color-background)),0 0 0 .5rem var(--active-shadow-color)}.product-form__input--color .swatch-color:after,.product-form__input--swatch .swatch-color:after{display:none}.product-form__input--color input[type=radio]:checked+label .swatch-color,.product-form__input--swatch input[type=radio]:checked+label .swatch-color{--active-shadow-color: rgb(var(--color-foreground))}.product-form__input--color input[type=radio]:checked+label .swatch-color:before,.product-form__input--swatch input[type=radio]:checked+label .swatch-color:before{opacity:1}.product-form__input--color input[type=radio]:is(.disabled)+label,.product-form__input--swatch input[type=radio]:is(.disabled)+label{opacity:1}.product-form__input--color input[type=radio]:is(.disabled)+label .swatch-color,.product-form__input--swatch input[type=radio]:is(.disabled)+label .swatch-color{opacity:.5}.product-form__input--color input[type=radio]:is(.disabled)+label .swatch-color:before,.product-form__input--swatch input[type=radio]:is(.disabled)+label .swatch-color:before{background:linear-gradient(to bottom left,transparent calc(50% - .5px),var(--color-foreground-lighten-19) calc(50% - .5px) calc(50% + .5px),transparent calc(50% + .5px));opacity:1;box-shadow:none}.product-form__input--color input[type=radio]:is(.disabled):checked+label .swatch-color:before,.product-form__input--swatch input[type=radio]:is(.disabled):checked+label .swatch-color:before{top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem;box-shadow:0 0 0 .1rem var(--color-foreground-lighten-19)}.product-form__input--swatch{display:flex;flex-wrap:wrap}@media screen and (forced-colors:active){.product-form__input--button input[type=radio]:checked+label{text-decoration:underline}.product-form__input--button input[type=radio]:focus-visible+label{outline:transparent solid 1px;outline-offset:2px}}.vlx-lens-mode{--vlx-lens-accent: #123f34;--vlx-lens-accent-strong: #07382d;--vlx-lens-premium-wash: #eef7f2;--vlx-lens-motion: .3s cubic-bezier(.22, 1, .36, 1);--vlx-lens-surface: #f7f8f5;width:100%;margin:2rem 0 .4rem}.vlx-lens-mode[data-vlx-positioned=true]{margin:0 0 1.8rem}.vlx-lens-mode__header{display:flex;align-items:baseline;justify-content:space-between;gap:1.2rem;margin:0 0 .9rem}.vlx-lens-mode__eyebrow,.vlx-lens-mode__microcopy{font-size:1.1rem;line-height:1.2;letter-spacing:0}.vlx-lens-mode__eyebrow{color:rgba(var(--color-foreground),.72);font-weight:700;text-transform:uppercase}.vlx-lens-mode__microcopy{color:rgba(var(--color-foreground),.58);font-weight:600;text-align:right}.vlx-lens-mode__grid{position:relative;isolation:isolate;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem;padding:.4rem;border:.1rem solid rgba(18,63,52,.1);border-radius:.8rem;background:#083f3209;box-shadow:0 .8rem 2.2rem #123f3409}.vlx-lens-mode__grid:before{content:"";position:absolute;z-index:0;top:.4rem;bottom:.4rem;left:.4rem;width:calc((100% - 1.2rem)/2);border:.1rem solid rgba(18,63,52,.1);border-radius:.6rem;background:#083f321f;box-shadow:0 .7rem 2rem #123f3416,0 .1rem .2rem #123f340e;transform:translate(0);transition:transform var(--vlx-lens-motion),box-shadow var(--vlx-lens-motion)}.vlx-lens-mode:not([data-vlx-selected-lens-mode=without]) .vlx-lens-mode__grid:before{border-color:#07382d33;background:#083f322e;box-shadow:0 1rem 2.4rem #07382d1f,0 .1rem .2rem #07382d12}.vlx-lens-mode[data-vlx-selected-lens-mode=without] .vlx-lens-mode__grid:before{transform:translate(calc(100% + .4rem))}.vlx-lens-mode__card{-webkit-appearance:none;appearance:none;position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;align-items:start;align-content:center;row-gap:.65rem;min-height:8.4rem;width:100%;padding:1.15rem 1.2rem 1.05rem;color:rgb(var(--color-foreground));text-align:left;text-transform:none;background:transparent;border:.1rem solid transparent;border-radius:.6rem;box-shadow:none;cursor:pointer;transition:color var(--vlx-lens-motion),transform var(--vlx-lens-motion),background var(--vlx-lens-motion)}.vlx-lens-mode__card:focus-visible{outline:none;box-shadow:inset 0 0 0 .2rem var(--vlx-lens-accent)}.vlx-lens-mode__card.is-active:focus-visible{box-shadow:inset 0 0 0 .1rem #123f345c}.vlx-lens-mode__card:active{transform:scale(.985)}.vlx-lens-mode__card:after{display:none}.vlx-lens-mode__card.is-active{color:var(--vlx-lens-accent);border-color:transparent;background:transparent;box-shadow:none}.vlx-lens-mode__card[data-vlx-lens-mode=with]{color:var(--vlx-lens-accent-strong)}.vlx-lens-mode__card[data-vlx-lens-mode=without]{color:rgba(var(--color-foreground),.82)}.vlx-lens-mode__card[data-vlx-lens-mode=without]:not(.is-active){color:rgba(var(--color-foreground),.68)}@media(hover:hover){.vlx-lens-mode__card:not(.is-active):hover{background:#083f3212;transform:translateY(-.05rem)}}.vlx-lens-mode__mark{position:absolute;top:1.15rem;right:1.2rem;width:1.18rem;height:1.18rem;border:.1rem solid rgba(18,63,52,.32);border-radius:999px;background:#083f3214;transition:border-color var(--vlx-lens-motion),background var(--vlx-lens-motion),transform var(--vlx-lens-motion)}.vlx-lens-mode__mark:after{content:"";position:absolute;top:.27rem;right:.27rem;bottom:.27rem;left:.27rem;border-radius:inherit;background:var(--vlx-lens-accent);opacity:0;transform:scale(.35);transition:opacity var(--vlx-lens-motion),transform var(--vlx-lens-motion)}.vlx-lens-mode__card.is-active .vlx-lens-mode__mark{border-color:var(--vlx-lens-accent);background:#083f3224}.vlx-lens-mode__card.is-active .vlx-lens-mode__mark:after{opacity:1;transform:scale(1)}.vlx-lens-mode__copy{display:grid;gap:.25rem;min-width:0;padding-right:2rem}.vlx-lens-mode__copy strong{font-size:1.38rem;line-height:1.08;font-weight:700;letter-spacing:0;text-transform:none}.vlx-lens-mode__copy span{color:rgba(var(--color-foreground),.56);font-size:1.02rem;line-height:1.2;font-weight:500;white-space:normal;overflow-wrap:break-word;text-transform:none}.vlx-lens-mode__card[data-vlx-lens-mode=without] .vlx-lens-mode__copy span{color:rgba(var(--color-foreground),.52)}.vlx-lens-mode__price{grid-column:1;justify-self:start;display:inline-flex;align-items:baseline;flex-wrap:wrap;gap:.42rem;color:currentcolor;font-size:1.9rem;line-height:1;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.vlx-lens-mode__price-current,.vlx-lens-mode__price-compare{display:inline-block;line-height:1}.vlx-lens-mode__price.is-sale .vlx-lens-mode__price-current{color:#c83220}.vlx-lens-mode__price-compare{color:rgba(var(--color-foreground),.46);font-size:.72em;font-weight:600;text-decoration-thickness:.1rem;text-decoration-color:currentcolor}.vlx-lens-mode__card[data-vlx-lens-mode=with] .vlx-lens-mode__price{color:var(--vlx-lens-accent-strong)}.vlx-lens-mode__card[data-vlx-lens-mode=without] .vlx-lens-mode__price{color:rgb(var(--color-foreground))}@media(prefers-reduced-motion:reduce){.vlx-lens-mode__grid:before,.vlx-lens-mode__card,.vlx-lens-mode__mark,.vlx-lens-mode__mark:after{transition-duration:.01ms}.vlx-lens-mode__card:active{transform:none}}html[data-vlx-lens-mode=without] .product__block--price .f-price-festpreis,html[data-vlx-lens-mode=without] .product__badges .f-badge--sale{display:none!important}.vlx-lens-price-override .f-price-item--regular{color:rgb(var(--color-foreground))}.vlx-lens-price-suffix{display:inline-block!important;margin-left:6px!important;color:inherit!important;font-size:.55em!important;line-height:1!important;font-weight:600!important;letter-spacing:0!important;vertical-align:middle!important}@media screen and (max-width:749px){.vlx-lens-mode__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vlx-lens-mode__card{min-height:8.8rem;padding:1rem .85rem .95rem}.vlx-lens-mode__mark{top:1rem;right:.85rem;width:1.1rem;height:1.1rem}.vlx-lens-mode__copy{padding-right:1.6rem}.vlx-lens-mode__copy strong{font-size:1.2rem}.vlx-lens-mode__copy span{font-size:.95rem}.vlx-lens-mode__price{font-size:1.75rem}}.vlx-lens-mode--actions{margin:0}.vlx-lens-mode--actions[data-vlx-positioned=true]{margin-bottom:0}.vlx-lens-mode--actions .vlx-lens-mode__grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:.65rem;padding:.55rem;overflow:visible;border-color:#123f3429;border-radius:.8rem;background:#083f320a;box-shadow:0 .9rem 2.2rem #123f3413}.vlx-lens-mode--actions .vlx-lens-mode__grid:before{display:none}.vlx-lens-mode--actions .vlx-lens-mode__card{grid-template-rows:auto auto 1fr auto;min-height:8.1rem;padding:.95rem 1rem .8rem;border-radius:.55rem;border-color:#123f341f;background:#083f320d;box-shadow:0 .35rem 1rem #123f340b;transition:transform .18s cubic-bezier(.16,1,.3,1),border-color .18s ease,background .18s ease,box-shadow .18s ease,opacity .18s ease}.vlx-lens-mode--actions .vlx-lens-mode__card[data-vlx-lens-mode=with]{border-color:#123f3452;background:#083f322e;box-shadow:0 .85rem 1.9rem #123f341c}.vlx-lens-mode--actions .vlx-lens-mode__card[data-vlx-lens-mode=without]{color:rgba(var(--color-foreground),.82)}.vlx-lens-mode--actions .vlx-lens-mode__card[data-vlx-lens-mode=without]:not(.is-active){opacity:.88}.vlx-lens-mode--actions .vlx-lens-mode__card:hover{transform:translateY(-.08rem);border-color:#123f3457;background:#083f3217;box-shadow:0 1rem 2.1rem #123f341b}.vlx-lens-mode--actions .vlx-lens-mode__card:active{transform:translateY(0) scale(.992)}.vlx-lens-mode--actions.is-committing .vlx-lens-mode__card:not(.is-committing){opacity:.58}.vlx-lens-mode--actions .vlx-lens-mode__mark{top:.95rem;right:.95rem;width:1.12rem;height:1.12rem;border-width:.13rem;background:#083f3214}.vlx-lens-mode--actions .vlx-lens-mode__copy{padding-right:1.45rem}.vlx-lens-mode--actions .vlx-lens-mode__copy strong{font-size:1.34rem;line-height:1.02;letter-spacing:0}.vlx-lens-mode--actions .vlx-lens-mode__card[data-vlx-lens-mode=with] .vlx-lens-mode__copy strong{color:#103f32}.vlx-lens-mode--actions .vlx-lens-mode__card[data-vlx-lens-mode=without] .vlx-lens-mode__copy strong{color:rgba(var(--color-foreground),.88)}.vlx-lens-mode--actions .vlx-lens-mode__copy span{max-width:12.5rem;margin-top:.28rem;color:rgba(var(--color-foreground),.58);font-size:.98rem;line-height:1.12;font-weight:560}.vlx-lens-mode--actions .vlx-lens-mode__price{align-self:end;margin-top:.55rem;font-size:2.02rem;line-height:.92}.vlx-lens-mode--actions .vlx-lens-mode__card[data-vlx-lens-mode=with] .vlx-lens-mode__price{color:#103f32}.vlx-lens-mode--actions .vlx-lens-mode__price.is-sale .vlx-lens-mode__price-current{color:#d83121}.vlx-lens-mode__action{display:inline-flex;align-items:center;width:fit-content;max-width:100%;margin-top:.62rem;padding:.28rem .55rem;border-radius:999px;background:#123f3413;color:#103f32;font-size:.82rem;line-height:1;font-weight:720;letter-spacing:.02em;white-space:nowrap}.vlx-lens-mode--actions .vlx-lens-mode__card[data-vlx-lens-mode=without] .vlx-lens-mode__action{background:rgba(var(--color-foreground),.055);color:rgba(var(--color-foreground),.68)}.vlx-purchase-stage>.product__block--buy_buttons .product-form__buttons:has(.vx-cta-enhanced),.vlx-purchase-stage>.product__block--buy_buttons .product-form__buttons:has(.product-form__submit),.vlx-purchase-stage>.product__block--buy_buttons .product-form__buttons{display:none!important}.vlx-purchase-stage>.product__block--buy_buttons .main-product-form{gap:0!important}@media screen and (max-width:749px){body.product-template [id^=trustbadge-container-]{display:none!important}.vlx-lens-mode--actions .vlx-lens-mode__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.52rem;padding:.5rem}.vlx-lens-mode--actions .vlx-lens-mode__card{min-height:8rem;padding:.9rem .82rem .72rem}.vlx-lens-mode--actions .vlx-lens-mode__copy{padding-right:1.3rem}.vlx-lens-mode--actions .vlx-lens-mode__copy strong{font-size:1.22rem}.vlx-lens-mode--actions .vlx-lens-mode__copy span{max-width:10.2rem;font-size:.9rem;line-height:1.08}.vlx-lens-mode--actions .vlx-lens-mode__price{margin-top:.45rem;font-size:1.82rem}.vlx-lens-mode__action{margin-top:.52rem;padding:.24rem .46rem;font-size:.72rem}}@media screen and (max-width:374px){.vlx-lens-mode--actions .vlx-lens-mode__copy strong{font-size:1.12rem}.vlx-lens-mode--actions .vlx-lens-mode__copy span{font-size:.84rem}.vlx-lens-mode--actions .vlx-lens-mode__price{font-size:1.64rem}}body.product-template .product__info-wrapper .vlx-purchase-stage>.product__block--buy_buttons form[action*="/cart/add"] .product-form__buttons,body.product-template .product__info-wrapper .vlx-purchase-stage>.product__block--buy_buttons form[action*="/cart/add"] .product-form__submit,body.product-template .product__info-wrapper .vlx-purchase-stage>.product__block--buy_buttons form[action*="/cart/add"] button[name=add]{display:none!important;visibility:hidden!important;pointer-events:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}body.product-template #paypal-upstream-messaging-product{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}body.product-template .product__info-wrapper .vlx-lens-mode--actions{margin:0}body.product-template .product__info-wrapper .vlx-lens-mode--actions .vlx-lens-mode__grid{gap:.72rem;padding:.62rem;border:.1rem solid rgba(14,54,44,.16);border-radius:1.05rem;background:#083f320a;box-shadow:0 .7rem 1.7rem #123f3412}body.product-template .product__info-wrapper .vlx-lens-mode--actions .vlx-lens-mode__card{min-height:10.2rem;padding:1.02rem 1.02rem .86rem;border-radius:.72rem;background:#083f320d;box-shadow:none;transform:translateZ(0);transition:border-color .26s cubic-bezier(.16,1,.3,1),background .26s cubic-bezier(.16,1,.3,1),box-shadow .26s cubic-bezier(.16,1,.3,1),transform .26s cubic-bezier(.16,1,.3,1),opacity .22s cubic-bezier(.16,1,.3,1)}body.product-template .product__info-wrapper .vlx-lens-mode--actions .vlx-lens-mode__card.is-active{background:#083f323d;box-shadow:inset 0 0 0 .1rem #123f342e,0 .9rem 2rem #123f341f}body.product-template .product__info-wrapper .vlx-lens-mode--actions .vlx-lens-mode__card[data-vlx-lens-mode=with]{border-color:#123f3442}body.product-template .product__info-wrapper .vlx-lens-mode--actions .vlx-lens-mode__card[data-vlx-lens-mode=without]{border-color:#1118271a;opacity:.82}body.product-template .product__info-wrapper .vlx-lens-mode--actions .vlx-lens-mode__card[data-vlx-lens-mode=without].is-active{opacity:1}body.product-template .product__info-wrapper .vlx-lens-mode--actions .vlx-lens-mode__card:hover{transform:translate3d(0,-.12rem,0)}body.product-template .product__info-wrapper .vlx-lens-mode--actions .vlx-lens-mode__copy{padding-right:1.55rem}body.product-template .product__info-wrapper .vlx-lens-mode--actions .vlx-lens-mode__copy strong{font-size:1.38rem;line-height:1.02;font-weight:780}body.product-template .product__info-wrapper .vlx-lens-mode--actions .vlx-lens-mode__copy span{max-width:12.8rem;color:rgba(var(--color-foreground),.62);font-size:.96rem;line-height:1.12;font-weight:560}body.product-template .product__info-wrapper .vlx-lens-mode--actions .vlx-lens-mode__price{margin-top:.62rem;font-size:2.02rem;line-height:.94;letter-spacing:0}body.product-template .product__info-wrapper .vlx-lens-mode--actions .vlx-lens-mode__price-compare{margin-left:.32rem;color:rgba(var(--color-foreground),.46);font-size:1.22rem;text-decoration-thickness:.12rem}body.product-template .product__info-wrapper .vlx-lens-mode--actions .vlx-lens-mode__action{margin-top:.78rem;padding:.34rem .62rem;border:.1rem solid rgba(18,63,52,.1);background:#123f3414;font-size:.82rem;line-height:1.05;font-weight:740;text-transform:none}body.product-template .product__info-wrapper .vlx-lens-mode--actions .vlx-lens-mode__card[data-vlx-lens-mode=without] .vlx-lens-mode__action{border-color:#11182714;background:#1118270b}@media screen and (max-width:749px){body.product-template .product__info-wrapper .vlx-lens-mode--actions .vlx-lens-mode__grid{gap:.5rem;padding:.48rem}body.product-template .product__info-wrapper .vlx-lens-mode--actions .vlx-lens-mode__card{min-height:10.2rem;padding:.9rem .72rem .72rem}body.product-template .product__info-wrapper .vlx-lens-mode--actions .vlx-lens-mode__copy{padding-right:1.25rem}body.product-template .product__info-wrapper .vlx-lens-mode--actions .vlx-lens-mode__copy strong{font-size:1.16rem}body.product-template .product__info-wrapper .vlx-lens-mode--actions .vlx-lens-mode__copy span{max-width:9.6rem;font-size:.86rem;line-height:1.1}body.product-template .product__info-wrapper .vlx-lens-mode--actions .vlx-lens-mode__price{margin-top:.52rem;font-size:1.84rem}body.product-template .product__info-wrapper .vlx-lens-mode--actions .vlx-lens-mode__price-compare{font-size:1.02rem}body.product-template .product__info-wrapper .vlx-lens-mode--actions .vlx-lens-mode__action{margin-top:.64rem;padding:.32rem .52rem;font-size:.78rem}}@media screen and (max-width:374px){body.product-template .product__info-wrapper .vlx-lens-mode--actions .vlx-lens-mode__card{min-height:9.75rem;padding-inline:.62rem}body.product-template .product__info-wrapper .vlx-lens-mode--actions .vlx-lens-mode__copy strong{font-size:1.06rem}body.product-template .product__info-wrapper .vlx-lens-mode--actions .vlx-lens-mode__copy span{font-size:.76rem}body.product-template .product__info-wrapper .vlx-lens-mode--actions .vlx-lens-mode__price{font-size:1.56rem}body.product-template .product__info-wrapper .vlx-lens-mode--actions .vlx-lens-mode__action{font-size:.7rem;padding-inline:.4rem}}body.product-template .product__info-wrapper .vlx-purchase-stage>.product__block--buy_buttons form[action*="/cart/add"] .product-form__buttons{display:grid!important;visibility:visible!important;pointer-events:auto!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;overflow:visible!important}body.product-template .product__info-wrapper .vlx-purchase-stage>.product__block--buy_buttons form[action*="/cart/add"] .product-form__submit,body.product-template .product__info-wrapper .vlx-purchase-stage>.product__block--buy_buttons form[action*="/cart/add"] button[name=add]{display:flex!important;visibility:visible!important;pointer-events:auto!important;width:100%!important;height:auto!important;min-height:4rem!important;margin:0!important;padding:0 1.8rem!important;overflow:visible!important}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions){max-width:100%;margin:0 0 .72rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__grid{gap:.34rem;padding:.34rem;border-color:#123f341f;border-radius:.74rem;background:#083f3209;box-shadow:0 .55rem 1.55rem #123f340b}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__grid:before{top:.34rem;bottom:.34rem;left:.34rem;width:calc((100% - 1.02rem)/2);border-radius:.56rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions)[data-vlx-selected-lens-mode=without] .vlx-lens-mode__grid:before{transform:translate(calc(100% + .34rem))}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__card{min-height:7.1rem;padding:.82rem .95rem .72rem;row-gap:.42rem;border-radius:.56rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__mark{top:.78rem;right:.86rem;width:1.02rem;height:1.02rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__mark:after{top:.23rem;right:.23rem;bottom:.23rem;left:.23rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy{gap:.15rem;padding-right:1.35rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy strong{font-size:1.12rem;line-height:1.03;font-weight:780}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy span{max-width:12rem;font-size:.8rem;line-height:1.08;font-weight:560}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__price{margin-top:.08rem;font-size:1.68rem;line-height:.95}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__price-compare{font-size:.66em}@media screen and (max-width:749px){body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__card{min-height:7.25rem;padding:.82rem .78rem .68rem;row-gap:.38rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy{padding-right:1.22rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy strong{font-size:1.06rem;line-height:1.02}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy span{max-width:9.4rem;font-size:.78rem;line-height:1.08}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__price{font-size:1.5rem}}@media screen and (max-width:374px){body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy strong{font-size:.94rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy span{font-size:.72rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__price{font-size:1.4rem}}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__card[data-vlx-lens-mode=without] .vlx-lens-mode__copy strong{color:rgba(var(--color-foreground),.94)}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__card[data-vlx-lens-mode=without] .vlx-lens-mode__copy span{color:#123f34bd;font-weight:680}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__card[data-vlx-lens-mode=without].is-active .vlx-lens-mode__copy strong,body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__card[data-vlx-lens-mode=without].is-active .vlx-lens-mode__price{color:#103f32}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__card[data-vlx-lens-mode=without].is-active .vlx-lens-mode__copy span{color:#123f34d1}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions){margin-bottom:.95rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__grid{padding:.46rem;gap:.46rem;border-radius:1rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__grid:before{top:.46rem;bottom:.46rem;left:.46rem;width:calc((100% - 1.38rem)/2);border-radius:.78rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions)[data-vlx-selected-lens-mode=without] .vlx-lens-mode__grid:before{transform:translate(calc(100% + .46rem))}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__card{min-height:9.2rem;padding:1.08rem 1.15rem .95rem;row-gap:.48rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__mark{top:1.05rem;right:1.06rem;width:1.24rem;height:1.24rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy{padding-right:1.7rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy strong{font-size:1.58rem;line-height:1.04;font-weight:780}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy span{max-width:13rem;font-size:1.06rem;line-height:1.12;font-weight:610}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__price{margin-top:.18rem;font-size:2.38rem;line-height:.95}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__price-compare{font-size:.68em}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__card[data-vlx-lens-mode=without] .vlx-lens-mode__copy strong{color:rgba(var(--color-foreground),.98)}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__card[data-vlx-lens-mode=without] .vlx-lens-mode__copy span{color:#123f34d1;font-weight:760}@media screen and (max-width:749px){body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__card{min-height:8.7rem;padding:.98rem .9rem .82rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy strong{font-size:1.36rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy span{max-width:10.8rem;font-size:.96rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__price{font-size:2.12rem}}@media screen and (max-width:374px){body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__card{min-height:8.35rem;padding-inline:.78rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy strong{font-size:1.24rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy span{font-size:.88rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__price{font-size:1.95rem}}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__grid{align-items:stretch}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__card{min-height:9.65rem;padding:1.16rem 1.24rem 1.02rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy strong{font-size:1.74rem;line-height:1.02;letter-spacing:0}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy span{max-width:13.6rem;font-size:1.18rem;line-height:1.12;font-weight:650}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__price{margin-top:.18rem;font-size:2.48rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__card[data-vlx-lens-mode=without] .vlx-lens-mode__copy span{color:#123f34db;font-weight:760}@media screen and (max-width:749px){body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__card{min-height:9.25rem;padding:1.05rem 1rem .9rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy strong{font-size:1.5rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy span{max-width:11.7rem;font-size:1.06rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__price{font-size:2.28rem}}@media screen and (max-width:374px){body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__card{min-height:8.8rem;padding:.92rem .82rem .78rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy strong{font-size:1.34rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy span{font-size:.96rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__price{font-size:2.02rem}}@media screen and (max-width:767px){body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions){margin-bottom:.62rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__grid{padding:.38rem;gap:.38rem;border-radius:.86rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__grid:before{top:.38rem;bottom:.38rem;left:.38rem;width:calc((100% - 1.14rem)/2);border-radius:.68rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions)[data-vlx-selected-lens-mode=without] .vlx-lens-mode__grid:before{transform:translate(calc(100% + .38rem))}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__card{min-height:7.9rem;padding:.78rem .9rem .68rem;row-gap:.26rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__mark{top:.76rem;right:.78rem;width:1.1rem;height:1.1rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy{padding-right:1.42rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy strong{font-size:1.34rem;line-height:1.03}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy span{max-width:10.8rem;font-size:.98rem;line-height:1.1}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__price{margin-top:.08rem;font-size:2.08rem;line-height:.95}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__price-compare{font-size:.58em}}@media screen and (max-width:374px){body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__card{min-height:7.55rem;padding:.72rem .74rem .62rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy strong{font-size:1.2rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy span{font-size:.88rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__price{font-size:1.82rem}}@media screen and (min-width:768px){body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions){margin-bottom:.72rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__grid{padding:.42rem;gap:.42rem;border-radius:.92rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__grid:before{top:.42rem;bottom:.42rem;left:.42rem;width:calc((100% - 1.26rem)/2);border-radius:.72rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions)[data-vlx-selected-lens-mode=without] .vlx-lens-mode__grid:before{transform:translate(calc(100% + .42rem))}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__card{min-height:7.9rem;padding:.82rem 1rem .72rem;row-gap:.28rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__mark{top:.82rem;right:.9rem;width:1.12rem;height:1.12rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy{padding-right:1.5rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy strong{font-size:1.38rem;line-height:1.03}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__copy span{max-width:11.2rem;font-size:1rem;line-height:1.1}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__price{margin-top:.08rem;font-size:2.12rem;line-height:.95}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode:not(.vlx-lens-mode--actions) .vlx-lens-mode__price-compare{font-size:.58em}}body.product-template .product__info-wrapper .vlx-purchase-stage>.product__block--buy_buttons{width:100%;max-width:none;margin-inline:0!important;padding:.7rem .7rem max(.76rem,env(safe-area-inset-bottom))!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;backdrop-filter:none;-webkit-backdrop-filter:none}body.product-template .product__info-wrapper .vlx-purchase-stage>.product__block--buy_buttons form[action*="/cart/add"],body.product-template .product__info-wrapper .vlx-purchase-stage>.product__block--buy_buttons .main-product-form,body.product-template .product__info-wrapper .vlx-purchase-stage>.product__block--buy_buttons .product-form__buttons{width:100%}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode{width:100%;max-width:none;margin:0 0 .72rem!important;padding-top:.86rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__grid{--vlx-lens-card-gap: .68rem;align-items:stretch;gap:var(--vlx-lens-card-gap);padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__grid:before{display:none}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__card{grid-template-columns:minmax(0,1fr) auto;grid-template-rows:1fr auto;column-gap:.62rem;min-height:68px!important;padding:6px 14px 7px!important;row-gap:0;overflow:hidden;border:0!important;outline:0!important;border-radius:18px!important;background:#fff!important;box-shadow:none!important;backdrop-filter:blur(.75rem) saturate(118%);-webkit-backdrop-filter:blur(.75rem) saturate(118%);transform:translateZ(0);transition:background .36s cubic-bezier(.22,1,.36,1),border-color .36s cubic-bezier(.22,1,.36,1),box-shadow .36s cubic-bezier(.22,1,.36,1),transform .36s cubic-bezier(.22,1,.36,1)}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__mark{display:none}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__selected-badge{position:absolute;top:-.62rem;left:0;z-index:4;display:flex;align-items:center;justify-content:flex-start;width:calc((100% - var(--vlx-lens-card-gap, .68rem)) / 2);pointer-events:none;transform:translateZ(0);transition:transform .46s cubic-bezier(.22,1,.36,1);will-change:transform}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode[data-vlx-selected-lens-mode=without] .vlx-lens-mode__selected-badge{justify-content:flex-end;transform:translate3d(calc(100% + var(--vlx-lens-card-gap, .68rem)),0,0)}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__selected-badge>span{display:inline-flex;align-items:center;justify-content:center;min-height:1.72rem;padding:.37rem 1.02rem .4rem;border-radius:999px;color:#fff;background:#0b4637;border:1px solid rgba(255,255,255,.32);box-shadow:0 .48rem 1rem #07382d2e,inset 0 .08rem #ffffff2e;font-size:.9rem;line-height:1;font-weight:760;letter-spacing:0;white-space:nowrap;margin-left:.36rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode[data-vlx-selected-lens-mode=without] .vlx-lens-mode__selected-badge>span{margin-right:.36rem;margin-left:0}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__card.is-active{border-color:transparent;background:#d4e5dc!important;box-shadow:0 .85rem 2rem #083f3218!important;transform:translate3d(0,-.06rem,0);animation:vlxLensPillSettle .42s cubic-bezier(.22,1,.36,1) both}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__card:not(.is-active){opacity:.96}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__card:not(.is-active):hover{opacity:1;border-color:transparent;background:#eef6f2!important;transform:translate3d(0,-.04rem,0)}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__card:active{transform:translate3d(0,.03rem,0) scale(.992)}@keyframes vlxLensPillSettle{0%{opacity:.82;filter:blur(.08rem);transform:translate3d(0,.16rem,0) scale(.986)}62%{opacity:1;filter:blur(0);transform:translate3d(0,-.1rem,0) scale(1.012)}to{opacity:1;filter:blur(0);transform:translate3d(0,-.06rem,0) scale(1)}}@keyframes vlxLensPricePop{0%{opacity:.75;transform:translate3d(0,.12rem,0) scale(.96)}to{opacity:1;transform:translateZ(0) scale(1)}}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__card.is-active .vlx-lens-mode__price{animation:vlxLensPricePop .36s cubic-bezier(.22,1,.36,1) 70ms both}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__copy{grid-column:1;grid-row:1 / 3;align-self:center;gap:.1rem;padding-right:0}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__copy strong{font-size:1.05rem;line-height:1.05;font-weight:740;letter-spacing:0}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__copy span{max-width:9.8rem;font-size:.72rem;line-height:1.1;font-weight:540;letter-spacing:0;opacity:.86}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__price{grid-column:2;grid-row:2;justify-self:end;align-self:end;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;min-width:3.45rem;margin-top:0;gap:.04rem;font-size:1.54rem;line-height:.94;text-align:right}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__price-current{order:2}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__price-compare{order:1;margin-left:0;color:rgba(var(--color-foreground),.44);font-size:.42em;line-height:1;font-weight:600}body.product-template .product__info-wrapper .vlx-purchase-stage>.product__block--buy_buttons form[action*="/cart/add"] .product-form__submit,body.product-template .product__info-wrapper .vlx-purchase-stage>.product__block--buy_buttons form[action*="/cart/add"] button[name=add]{min-height:4.72rem!important;border-radius:1.18rem!important;background:linear-gradient(135deg,#083f32fa,#033328)!important;box-shadow:inset 0 .1rem #ffffff29,0 1rem 2.2rem #07382d30!important;transform:translateZ(0);transition:background .36s cubic-bezier(.22,1,.36,1),box-shadow .36s cubic-bezier(.22,1,.36,1),transform .3s cubic-bezier(.22,1,.36,1)!important}body.product-template .product__info-wrapper .vlx-purchase-stage>.product__block--buy_buttons form[action*="/cart/add"] .product-form__submit:hover,body.product-template .product__info-wrapper .vlx-purchase-stage>.product__block--buy_buttons form[action*="/cart/add"] button[name=add]:hover{box-shadow:inset 0 .1rem #ffffff2e,0 1.2rem 2.6rem #07382d3b!important;transform:translate3d(0,-.04rem,0)}body.product-template .product__info-wrapper .vlx-purchase-stage>.product__block--buy_buttons form[action*="/cart/add"] .product-form__submit:active,body.product-template .product__info-wrapper .vlx-purchase-stage>.product__block--buy_buttons form[action*="/cart/add"] button[name=add]:active{transform:translate3d(0,.04rem,0) scale(.994)}body.product-template .product__info-wrapper .vlx-purchase-stage>.product__block--buy_buttons,body.product-template .sticky-atc-bar{transition:opacity .48s cubic-bezier(.16,1,.3,1),transform .54s cubic-bezier(.16,1,.3,1),filter .48s cubic-bezier(.16,1,.3,1),visibility 0s linear 0s!important}body.product-template.vx-footer-bottom-in-view .vlx-purchase-stage>.product__block--buy_buttons,body.product-template.vx-footer-bottom-in-view .sticky-atc-bar{opacity:0!important;visibility:hidden!important;pointer-events:none!important;filter:blur(.22rem)!important;transform:translate3d(0,1.2rem,0) scale(.985)!important;transition:opacity .26s cubic-bezier(.33,0,.2,1),transform .32s cubic-bezier(.33,0,.2,1),filter .26s cubic-bezier(.33,0,.2,1),visibility 0s linear .32s!important}@media screen and (max-width:767px){body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode{margin-bottom:.64rem!important}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__grid{--vlx-lens-card-gap: .56rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__card{min-height:68px!important;padding:6px 12px 7px!important;column-gap:.48rem;border-radius:16px!important}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__mark{display:none}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__copy{padding-right:0}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__copy strong{font-size:.98rem;font-weight:730}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__copy span{max-width:8.1rem;font-size:.66rem;font-weight:520}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__price{min-width:3rem;font-size:1.34rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__price-compare{font-size:.44em}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__selected-badge{top:-.78rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__selected-badge>span{min-height:1.62rem;padding:.32rem .88rem .36rem;font-size:.82rem}body.product-template .product__info-wrapper .vlx-purchase-stage>.product__block--buy_buttons form[action*="/cart/add"] .product-form__submit,body.product-template .product__info-wrapper .vlx-purchase-stage>.product__block--buy_buttons form[action*="/cart/add"] button[name=add]{min-height:4.48rem!important;border-radius:15px!important}}@media screen and (max-width:374px){body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__card{min-height:66px!important;padding-inline:10px!important}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__copy strong{font-size:.9rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__copy span{font-size:.6rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__price{min-width:2.75rem;font-size:1.28rem}}@media(prefers-reduced-motion:reduce){body.product-template .product__info-wrapper .vlx-purchase-stage>.product__block--buy_buttons,body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__selected-badge,body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__card,body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__price,body.product-template .product__info-wrapper .vlx-purchase-stage>.product__block--buy_buttons form[action*="/cart/add"] .product-form__submit,body.product-template .product__info-wrapper .vlx-purchase-stage>.product__block--buy_buttons form[action*="/cart/add"] button[name=add],body.product-template .sticky-atc-bar{transition-duration:.01ms!important;animation:none!important;filter:none!important}}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode,body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode--actions,body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__grid{background:transparent!important;border:0!important;box-shadow:none!important}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__grid:before{display:none!important}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__card,body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode--actions .vlx-lens-mode__card,body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__card[data-vlx-lens-mode]{position:relative;outline:0!important;background:#fff!important;border:1px solid rgba(8,63,50,.16)!important;box-shadow:0 1px 2px #083f320a,0 6px 16px #083f320f!important}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__card.is-active,body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode--actions .vlx-lens-mode__card.is-active,body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__card[data-vlx-lens-mode].is-active{background:#d7e8df!important;border:1.5px solid rgba(8,63,50,.55)!important;box-shadow:0 10px 24px #083f3229!important}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__card:not(.is-active),body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode--actions .vlx-lens-mode__card:not(.is-active){opacity:1;background:#fff!important;border:1px solid rgba(8,63,50,.16)!important}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode__card:not(.is-active):hover,body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode--actions .vlx-lens-mode__card:not(.is-active):hover{opacity:1;background:#f1f8f4!important;border-color:#083f324d!important;box-shadow:0 10px 22px #083f321a!important}@media screen and (min-width:768px){body.product-template .product__info-wrapper .vlx-purchase-stage>.product__block--buy_buttons{position:static!important;inset:auto!important;z-index:auto!important;display:block!important;width:100%!important;max-width:none!important;margin:1.25rem 0 0!important;padding:0!important;overflow:visible!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;filter:none!important;transform:none!important}body.product-template.vx-footer-bottom-in-view .product__info-wrapper .vlx-purchase-stage>.product__block--buy_buttons{opacity:1!important;visibility:visible!important;pointer-events:auto!important;filter:none!important;transform:none!important}body.product-template .product__info-wrapper .vlx-purchase-stage>.product__block--buy_buttons .main-product-form{gap:.8rem}body.product-template .product__info-wrapper .vlx-purchase-stage .vlx-lens-mode{margin:0 0 .8rem!important}}@media screen and (max-width:767px){body.product-template .product__info-wrapper .vlx-purchase-stage>.product__block--buy_buttons{bottom:max(10px,env(safe-area-inset-bottom,0px))!important;padding-bottom:0!important;background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}body.product-template.vx-footer-bottom-in-view{padding-bottom:0!important}body.product-template.vx-footer-bottom-in-view .product__info-wrapper .vlx-purchase-stage>.product__block--buy_buttons{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;filter:none!important;transform:translate3d(0,140%,0)!important;animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/51/assets/component-product-variant-picker.css.map */
