@charset "UTF-8";.product-form .product-form__options{display:flex;flex-wrap:wrap}.product-form .product-form___field{width:50%}.product-form .product-form___field.product-form___field--full-width{width:100%;padding-right:0}.product-form .product-form__option-name{display:inline-block;margin-bottom:5px;padding-left:5px;font-family:URW DIN,sans-serif;font-size:14px;font-weight:400;line-height:1.2;text-transform:none}.product-form .product-form__option-value{padding-left:5px;font-size:15px;font-weight:700;line-height:1.6}.product-form .product-form__option-grid{display:flex;flex-wrap:wrap;margin-left:-6px;margin-right:-6px;padding-left:5px}.product-form .product-form__option-radio-label{position:relative;display:inline-block;width:32px;height:32px;border:2px solid #fff;border-radius:50%;cursor:pointer}.product-form .product-form__option-radio-label:before{content:"";position:absolute;top:50%;left:50%;opacity:0;width:16px;height:13px;background-image:url(check-mark.svg);transform:translate(-50%,-50%);transition-property:opacity;transition-duration:.3s;transition-timing-function:ease}@media (-moz-touch-enabled: 0),(hover: hover){.product-form .product-form__option-radio-label:hover:before{opacity:.5}}.product-form .product-form__option-radio{display:none}.product-form .product-form__option-radio:checked+.product-form__option-radio-label:before{opacity:1}.product-form .product-form__option-grid-item{padding:6px}.product-form .product-form__item-label{display:block}.product-form .product-form__price{padding-top:20px;padding-bottom:20px}.product-form .product-form__price-value{display:inline-block;padding-right:20px;font-family:Bourton Hand,sans-serif;font-size:32px;line-height:1.05}.product-form .product-form__price-value--old{opacity:.7;padding-bottom:0;padding-right:0;text-decoration:line-through}.product-form .product-form__case{font-size:14px;font-weight:700;line-height:1.6}.product-form .product-form__buttons{display:flex;height:60px}.product-form .product-form__quantity{display:inline-flex;align-items:center;background-color:#fff;border-radius:45px 0 0 45px}.product-form .product-form__quantity.product-form__quantity-hidden{visibility:hidden;opacity:0;width:0;height:0}.product-form .product-form__button{display:inline-flex;justify-content:center;width:198px;padding:20px 5px;border-width:2px;border-style:solid;border-color:#003452;background-color:#003452;font-family:Bourton Hand,sans-serif;font-size:18px;line-height:1.0555;text-transform:uppercase;color:#fff;border-radius:0 45px 45px 0;transition-property:background-color,color,border-color;transition-duration:.3s;transition-timing-function:ease}.product-form .product-form__button:disabled{opacity:.5;cursor:default}@media (-moz-touch-enabled: 0),(hover: hover){.product-form .product-form__button:not(:disabled):hover{border-color:#002033;background-color:#002033}}.product-form .product-form__button.product-form__button-hide-quantity-input{border-radius:45px}.product-form .product-form__button.product-form__button--custom-collors{border-color:var(--add-to-cart-border-color);background-color:var(--add-to-cart-bg-color);color:var(--add-to-cart-text-color)}@media (-moz-touch-enabled: 0),(hover: hover){.product-form .product-form__button.product-form__button--custom-collors:not(:disabled):hover{border-color:var(--add-to-cart-border-color-hover);background-color:var(--add-to-cart-bg-color-hover);color:var(--add-to-cart-text-color-hover)}}.product-form .product-form__quantity-button{position:relative;width:32px;height:32px;margin:14px;border:1px solid rgba(0,52,82,.2);background-color:transparent;border-radius:50%}.product-form .product-form__quantity-button:before{content:"";position:absolute;top:50%;left:50%;width:13px;height:2px;background-color:#003452;transform:translate(-50%,-50%)}.product-form .product-form__quantity-button[disabled]{opacity:.5;cursor:default}.product-form .product-form__quantity-button.product-form__quantity-button--decrement{margin-right:2px}.product-form .product-form__quantity-button.product-form__quantity-button--increment{margin-left:2px}.product-form .product-form__quantity-button.product-form__quantity-button--increment:after{content:"";position:absolute;top:50%;left:50%;width:2px;height:13px;background-color:#003452;transform:translate(-50%,-50%)}@media (-moz-touch-enabled: 0),(hover: hover){.product-form .product-form__quantity-button:not(:disabled):hover{opacity:.7}}.product-form .product-form__quantity-input{width:45px;border:none;background-color:transparent;background-image:none;font-family:Bourton Hand,sans-serif;font-size:20px;line-height:1.05;text-align:center;color:#003452;-webkit-appearance:none;-moz-appearance:textfield;box-shadow:none}.product-form .product-form__quantity-input::-webkit-outer-spin-button,.product-form .product-form__quantity-input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.product-form .product-form__quantity-input:focus{outline:none}.product-form .product-form__button-go-to-product{display:inline-flex;justify-content:center;width:339px;padding:18px 5px;border-width:2px;border-style:solid;border-color:#003452;background-color:#003452;font-family:Bourton Hand,sans-serif;font-size:18px;line-height:1.0555;text-transform:uppercase;color:#fff;border-radius:45px;transition-property:background-color,color;transition-duration:.3s;transition-timing-function:ease}.product-form .product-form__button-go-to-product.product-form__button-go-to-product--custom-collors{border-color:var(--go-to-product-border-color);background-color:var(--go-to-product-bg-color);color:var(--go-to-product-text-color)}@media (-moz-touch-enabled: 0),(hover: hover){.product-form .product-form__button-go-to-product.product-form__button-go-to-product--custom-collors:hover{border-color:var(--go-to-product-border-color-hover);background-color:var(--go-to-product-bg-color-hover);color:var(--go-to-product-text-color-hover)}}@media (-moz-touch-enabled: 0),(hover: hover){.product-form .product-form__button-go-to-product:hover{background-color:#002033}}.product-form .product-form__buttons-container.product-form__buttons-container--hide-input{display:flex;justify-content:space-between;width:100%}.product-form .product-form__buttons-container.product-form__buttons-container--hide-input .product-form__buttons,.product-form .product-form__buttons-container.product-form__buttons-container--hide-input .product-form__button-go-to-product{flex:0 0 48%;width:100%;height:unset;max-width:48%}.product-form .product-form__buttons-container.product-form__buttons-container--hide-input .product-form__button{width:100%;padding:18px 5px}@media (max-width: 991px){.product-form .product-form___field.product-form___field--big{width:354px;padding-left:5px;padding-right:5px}}@media (max-width: 575px){.product-form .product-form___field{width:100%;padding-left:0;padding-right:0}.product-form .product-form___field.product-form___field--big,.product-form .product-form__buttons{width:100%}.product-form .product-form__button{flex-grow:1;padding-left:5px;padding-right:5px}.product-form .product-form__quantity-button.product-form__quantity-button--decrement{margin-right:1px}.product-form .product-form__quantity-button.product-form__quantity-button--inc{margin-left:1px}.product-form .product-form__button-go-to-product{width:100%}.product-form .product-form__buttons-container.product-form__buttons-container--hide-input{flex-wrap:wrap}.product-form .product-form__buttons-container.product-form__buttons-container--hide-input .product-form__buttons,.product-form .product-form__buttons-container.product-form__buttons-container--hide-input .product-form__button-go-to-product{flex:0 0 100%;width:100%;max-width:100%}.product-form .product-form__buttons-container.product-form__buttons-container--hide-input .product-form__button-go-to-product{margin-top:20px}}[data-stay-selling-plan-groups]{display:flex;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}[data-stay-selling-plan-groups] .stay-selling-plan-group-input-display{width:24px;height:24px!important;margin-right:10px;padding-left:0!important;background-color:transparent;border-radius:50%}[data-stay-selling-plan-groups] .stay-selling-plan-group-input-display:before{width:100%!important;height:100%!important;border:2px solid #fff!important;background-color:transparent!important}[data-stay-selling-plan-groups] .stay-selling-plan-group-input-display:after{top:6px!important;left:5px!important;width:15px!important;height:11px!important;background-color:transparent!important;background-image:url(icon-checkmark.svg)!important;background-repeat:no-repeat!important;background-position:center!important}[data-stay-selling-plan-groups] [data-stay-selling-plan-group-id]{width:50%;padding-left:5px;padding-right:5px}[data-stay-selling-plan-groups] .stay-selling-plan-group-header{padding:13px 16px;border:1px solid rgba(255,255,255,.2);background-color:#ffffff1a;cursor:pointer;border-radius:4px}[data-stay-selling-plan-groups] .stay-selling-plan-group-header.active{background-color:#fff;color:#003452}[data-stay-selling-plan-groups] .stay-selling-plan-group-label{display:flex;align-items:center;cursor:pointer}[data-stay-selling-plan-groups] .stay-selling-plan-group-name{flex-direction:column;font-family:URW DIN,sans-serif;font-size:14px;line-height:1.2;text-transform:uppercase}[data-stay-selling-plan-groups] [data-stay-selling-plan-group-input]:checked+.stay-selling-plan-group-input-display{background-color:var(--section-bg)}[data-stay-selling-plan-groups] [data-stay-selling-plan-group-input]:checked+.stay-selling-plan-group-input-display:before{border:none!important}[data-stay-selling-plan-groups] .stay-price{margin-right:auto;font-size:16px;font-weight:700}[data-stay-selling-plan-groups] [data-stay-selling-plan-group-contents]{margin-top:20px;margin-left:calc(-100% - 10px)}[data-stay-selling-plan-groups] [data-stay-selling-plan-group-contents][data-stay-selling-plan-group-contents=""]{display:none}[data-stay-selling-plan-groups] [data-stay-selling-plans-select]{padding:12px 30px;background-image:url(icon-chevron-down-white.svg);background-repeat:no-repeat;background-size:8px 5px;background-position:right 30px top 21px;font-family:URW DIN,sans-serif;font-size:16px;line-height:1.6;color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:54px}[data-stay-selling-plan-groups] .stay-deliver-frequency{display:none}[data-stay-selling-plan-groups] [data-stay-selling-plan-select-label-input]{background-color:var(--section-bg)}[data-stay-selling-plan-groups] .smarttr__advantages{margin:20px 0}[data-stay-selling-plan-groups] .smarttr__advantages p{display:flex;margin-top:5px;font-size:14px}[data-stay-selling-plan-groups] .smarttr__advantages p:before{content:"\2022";display:inline-block;max-width:1em;width:100%;margin-left:-1px;margin-right:6px;font-weight:700;color:#fff}@media (max-width: 480px){[data-stay-selling-plan-groups]{margin-left:0;margin-right:0}[data-stay-selling-plan-groups] [data-stay-selling-plan-group-id]{width:100%;padding:7px 0}[data-stay-selling-plan-groups] [data-stay-selling-plan-group-contents]{margin-left:0}[data-stay-selling-plan-groups] .stay-selling-plan-group-header{padding-top:10px}[data-stay-selling-plan-groups] [data-stay-selling-plans-select]{background-size:12px 7px;background-position:right 16px top 21px}[data-stay-selling-plan-groups] .stay-price{padding-right:2px}}
/*# sourceMappingURL=/cdn/shop/t/121/assets/product-form.build.css.map */
