.custom-select-wrapper{margin:0
auto}@media (max-width:1039.99px){.custom-select-wrapper{-webkit-tap-highlight-color:rgba(255,255,255,0)}}.custom-select-wrapper
.icon{width:14px;height:9px;position:absolute;right:25px;transition:transform .4s}.custom-select-wrapper
.icon.transform{transform:rotate(180deg)}.custom-select-wrapper .custom-select{width:100%;width:max-content;display:flex;justify-content:center;align-items:center;font-size:15px;font-weight:500;position:relative;height:40px;cursor:pointer;text-align:center;border-radius:30px;background:#fff;max-height:100px;transition:all .2s;padding:11px
62px 11px 25px}.custom-select-wrapper .custom-select.active{background:#394e59}.custom-select-wrapper .custom-select.active .custom-select__selected{color:#fff}.custom-select-wrapper .custom-select__dropdown{z-index:9999;padding:26px
0;display:none;position:absolute;background:#fff;left:0;top:45px;box-shadow:0 3px 6px rgba(0,0,0,.29);width:inherit;flex-direction:column;border-radius:15px}@media (max-width:1039.99px){.custom-select-wrapper .custom-select__dropdown{-webkit-tap-highlight-color:rgba(255,255,255,0);padding-bottom:7px}}.custom-select-wrapper .custom-select__selected{height:100%;display:flex;justify-content:center;align-items:center}.custom-select-wrapper .custom-select__arrow{display:none;position:absolute;top:23px;right:23px;transform:rotateZ(180deg);top:12px;right:15px}.custom-select-wrapper .custom-select__option{display:flex;justify-content:space-between;align-items:center;line-height:41px;padding:0
28px}@media (max-width:399.99px){.custom-select-wrapper .custom-select__option{font-size:14px;padding:0
22px}}.custom-select-wrapper .custom-select__option:hover{background:#d3d3d3}.custom-select-wrapper .custom-select__option:first-of-type{min-height:40px}.custom-select-wrapper .custom-select__input{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px
solid #394e59;margin-left:65px}@media (max-width:399.99px){.custom-select-wrapper .custom-select__input{margin-left:4px}}.custom-select-wrapper
.first{order:-1}.custom-select-wrapper [data-selected=true] .custom-select__input{border:1px
solid #28a718}.custom-select-wrapper [data-selected=true] .custom-select__input::after{content:"";width:14px;height:14px;border-radius:50%;background:#28a718}.custom-select-wrapper
.show{display:flex}.notifications-container{width:100%;position:absolute;max-height:100vh;z-index:9999;pointer-events:none}.notifications-container.notify-is-x-center{left:50%;transform:translateX(-50%)}.notifications-container.notify-is-y-center{top:50%;transform:translateY(-50%)}.notifications-container.notify-is-center{left:50%;top:50%;transform:translate(-50%,-50%)}.notifications-container.notify-is-left{left:0}.notifications-container.notify-is-right{right:0}.notifications-container.notify-is-top{top:0}.notifications-container.notify-is-bottom{bottom:0}.notifications-container.notify-is-x-center.notify-is-top{top:var(--distance)}.notifications-container.notify-is-x-center.notify-is-bottom{bottom:var(--distance)}.notifications-container>*{pointer-events:auto}.notify{--notify-error:#eb5757;--notify-success:#6fcf97;--notify-warning:#f2c94c;--notify-gray:#333;--notify-gray-2:#4d4d4d;--notify-gray-3:#828282;--notify-white:#fff;--notify-white-2:rgba(255, 255, 255, 0.8);--notify-padding:20px
34px 39px 20px;--notify-icon-size:32px;--notify-close-icon-size:16px;font-family:Rubik,sans-serif;padding:var(--notify-padding);background:var(--notify-white);border-radius:15px;border:1px
solid #28a718;display:flex;align-items:center;width:100%;position:relative;user-select:none;position:relative;transition-timing-function:ease;box-sizing:border-box;z-index:9999999}.notify-is-left
.notify{left:var(--distance)}.notify-is-right
.notify{right:var(--distance)}.notify-is-center .notify,.notify-is-top .notify,.notify-is-x-center.notify-is-top .notify,.notify-is-y-center
.notify{margin-top:var(--gap)}.notify-is-bottom .notify,.notify-is-x-center:not(.notify-is-top) .notify{margin-bottom:var(--gap)}.notify__icon{height:var(--notify-icon-size);width:var(--notify-icon-size);flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-right:12px}.notify__close{position:absolute;right:14px;top:10px;cursor:pointer;height:var(--notify-close-icon-size);width:var(--notify-close-icon-size);display:flex;align-items:center;justify-content:center}.notify__close
i{height:100%;width:100%;background-size:20px!important;background-position:50%}.notify__close
*{pointer-events:none}.notify__title{font-weight:600;font-size:1rem;padding-right:calc(var(--notify-padding)+var(--notify-close-icon-size))}.notify__text{font-size:14px;line-height:21px;margin-top:.25rem}.notify--type-1{background-color:#fff;border:1px
solid currentColor}.notify--type-1
.notify__close{color:var(--notify-gray-3)}.notify--type-1
.notify__title{color:var(--notify-gray)}.notify--type-1
.notify__text{color:var(--notify-gray-2)}.notify--type-2{color:var(--notify-gray)}.notify--type-3{color:var(--notify-white)}.notify--type-3
.notify__text{color:var(--notify-white-2)}.notify--error.notify--type-1{box-shadow:0 2px 26px rgba(215,0,0,.1);color:var(--notify-error)}.notify--error.notify--type-2,.notify--error.notify--type-3{background-color:var(--notify-error)}.notify--warning.notify--type-1{box-shadow:0 2px 26px rgba(242,201,76,.1);color:var(--notify-warning)}.notify--warning.notify--type-2,.notify--warning.notify--type-3{background-color:var(--notify-warning)}.notify--success.notify--type-1{box-shadow:0 2px 26px rgba(82,215,0,.1);color:var(--notify-success)}.notify--success.notify--type-2,.notify--success.notify--type-3{background-color:var(--notify-success)}.notify--fade{will-change:opacity;opacity:0}.notify--fadeIn{opacity:1}.notify--slide{will-change:opacity,transform;opacity:0}.notify-is-center .notify--slide,.notify-is-x-center:not(.notify-is-bottom) .notify--slide,.notify-is-y-center .notify--slide{transform:translateY(-20px)}.notify-is-x-center.notify-is-bottom .notify--slide{transform:translateY(20px)}.notify-is-right .notify--slide{transform:translateX(calc(var(--distance) + 110%))}.notify-is-left .notify--slide{transform:translateX(calc(var(--distance) * -1 - 110%))}.notify-is-center .notify--slideIn,.notify-is-x-center.notify-is-bottom .notify--slideIn,.notify-is-x-center:not(.notify-is-bottom) .notify--slideIn,.notify-is-y-center .notify--slideIn{opacity:1;transform:translateY(0)}.notify-is-left .notify--slideIn,.notify-is-right .notify--slideIn{opacity:1;transform:translateX(0)}@media (min-width:1040px){.product__cart-description-modules{padding:31px
39px 0;margin:0
auto;width:100%;max-width:1192px}}@media (max-width:1039.99px){.product__cart-description-modules{padding:20px
15px 0}}@media (min-width:576px){.product__cart-description-modules
li{display:flex;flex-direction:row}}.product__cart-description-modules li:not(:first-child){padding-top:25px}.product__cart-description-modules li>div{flex-basis:50%;align-self:center;text-align:justify;line-height:1.6em}@media (max-width:575.99px){.product__cart-description-modules li>div{flex:none}}.product__cart-description-modules li>div.module-photo
img{width:auto;height:auto;border-radius:4px;max-width:100%;display:block;margin:0
auto}.product__cart-description-modules li>div.module-video{padding-top:25px}.product__cart-description-modules li>div.module-video .video-wrapper{position:relative;padding-bottom:56.25%;height:0;width:100%}.product__cart-description-modules li>div.module-video .video-wrapper
iframe{position:absolute;top:0;left:0;width:100%;height:100%}.product__cart-description-modules li>div.module-description
.title{font-size:18px;font-weight:600;padding-bottom:10px}@media (max-width:575.99px){.product__cart-description-modules li>div.module-description{padding-bottom:20px}}@media (min-width:576px){.product__cart-description-modules li:nth-child(odd)>div:first-child{order:1}.product__cart-description-modules li:nth-child(odd)>div.module-description{padding-left:25px}.product__cart-description-modules li:nth-child(odd)>div.module-photo,.product__cart-description-modules li:nth-child(odd)>div.module-video{padding-right:25px}.product__cart-description-modules li:nth-child(even)>div.module-description{padding-right:25px}.product__cart-description-modules li:nth-child(even)>div.module-photo,.product__cart-description-modules li:nth-child(even)>div.module-video{padding-left:25px}}