.custom-number-compact{position:relative;display:flex;align-items:center;background:var(--main-background);border-radius:var(--border-radius-btn);border:2px solid var(--button-secondary-background);width:100%;max-width:100%}.custom-number-compact.hasError:before{content:"";position:absolute;top:0;right:0;width:100%;height:100%;border-radius:.75rem;background:var(--error);opacity:.4}.custom-number-compact input{flex:1;position:relative;padding:0;order:2;margin:0;text-align:center;font-size:16px;font-weight:700;color:var(--main-headline-color);height:32px;border:none;border-radius:0;background:transparent;width:100%}.custom-number-compact input:focus{box-shadow:none;border-color:transparent}.custom-number-compact input:hover{border-color:var(--button-secondary-background-hover)}.custom-number-compact input:active{border-color:var(--button-secondary-background-active)}.custom-number-compact button{position:relative;display:block;width:32px;min-width:32px;height:32px;transition:all .3s ease-in;cursor:pointer;background:var(--main-background);color:var(--button-secondary-background);border:none;z-index:5;border-radius:var(--border-radius-btn)}.custom-number-compact button:hover:after,.custom-number-compact button:hover:before{background:var(--button-secondary-background-hover)}.custom-number-compact button:active:after,.custom-number-compact button:active:before{background:var(--button-secondary-background-active)}.custom-number-compact button:after,.custom-number-compact button:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;background:var(--button-secondary-background);border-radius:2px}.custom-number-compact button.-plus{order:3;margin-left:2px}.custom-number-compact button.-plus:after{width:14px;height:2px}.custom-number-compact button.-plus:before{width:2px;height:14px}.custom-number-compact button.-minus{order:1;margin-right:2px}.custom-number-compact button.-minus:after{width:14px;height:2px}.custom-number-compact button.is-disabled{border-color:var(--button-secondary-background-disabled);cursor:not-allowed}.custom-number-compact button.is-disabled:after,.custom-number-compact button.is-disabled:before{background:var(--button-secondary-background-disabled)}.custom-number-compact button.is-disabled:hover{border-color:var(--button-secondary-background-disabled)}.custom-number-compact button.is-disabled:hover:after,.custom-number-compact button.is-disabled:hover:before{background:var(--button-secondary-background-disabled)}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}input[type=number]{-moz-appearance:textfield!important}.order-item{position:relative}@media(min-width:568px){.order-item{display:flex;align-items:flex-start}}.order-item__img{display:flex;align-items:center;justify-content:center;margin-right:1.5rem;margin-top:.5rem;width:70px;min-width:70px;max-height:70px;border-radius:.5rem;overflow:hidden;position:relative}@media(min-width:568px){.order-item__img{width:100px;min-width:100px;max-height:100px;margin-right:2.5rem;border-radius:1rem}}.order-item__img img{display:block;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.order-item__col{display:flex;justify-content:flex-start;align-items:flex-start;flex:1}@media(max-width:567px){.order-item__col.-footer{justify-content:space-between;margin-top:2rem}}@media(min-width:568px){.order-item__col.-footer>:last-child{margin-left:auto}}@media(max-width:567px){.order-item__btns{position:absolute;top:14px;right:-10px}}.order-item__btn{display:inline-block;position:relative;text-align:center;width:32px;height:32px;line-height:30px;color:var(--button-secondary-background);cursor:pointer}.order-item__btn:hover{color:var(--button-secondary-background-hover)}@media(max-width:567px){.order-item__btn .-delete{font-size:16px}}.order-item__list{padding-right:6rem}@media(min-width:568px){.order-item__list{min-width:150px;max-width:225px;padding-right:0}}.order-item__price,.order-item__quantity{display:block;font-size:16px;font-weight:600;line-height:3rem}@media(min-width:568px){.order-item__price,.order-item__quantity{padding-left:3rem}}.order-item__price .-small,.order-item__quantity .-small{font-size:13px}.order-item__quantity-number{width:100px}.order-item__quantity-error{padding:.5rem 0 0;font-weight:700;font-size:80%;color:var(--error)}.order-item__price{order:-1}.order-item__price span{display:block}.order-item__price .-discount,.order-item__price .-fullprice{font-size:14px;font-weight:400}.order-item__price .-fullprice{text-decoration:line-through}.order-item__price .-discount{color:var(--success);line-height:20px}@media(min-width:568px){.order-item__price{order:0}}.order-item__title{text-align:left;display:block;font-size:14px;font-weight:500;line-height:2.5rem;margin-top:.5rem}@media(min-width:568px){.order-item__title{display:block;font-size:16px;font-weight:600;line-height:3rem}}.order-item__title:hover{color:var(--button-secondary-background-hover)}.order-item__options{font-weight:400;font-size:14px;line-height:2.5rem;margin-top:.5rem;color:var(--main-content-text)}.order-cart-list__item{padding:2rem 0;border-bottom:1px solid var(--cart-border)}@media(min-width:768px){.order-cart-list__item{padding:4rem 2.5rem}}@media(min-width:568px){.order-cart-list__item .order-item__price{font-size:20px;line-height:4rem}}.order-cart-sidebar{position:-webkit-sticky;position:sticky;top:0}.order-cart-sidebar__container{background:var(--main-background);border-radius:var(--border-radius-block);box-shadow:0 4px 20px 0 rgba(74,82,100,.1);padding:3rem 0}.order-cart-sidebar__item{display:flex;align-items:center;justify-content:space-between;padding:1rem 3rem;font-weight:600;font-size:16px;line-height:3rem;color:var(--main-content-text)}.order-cart-sidebar__item.-discount span{color:var(--button-secondary-background)}.order-cart-sidebar__item>span{color:var(--main-content-text)}.order-cart-sidebar__item>span.-small{font-size:.8em}.order-cart-sidebar__item.-total{margin:3rem 3rem 0;font-size:20px;line-height:3rem;padding:3rem 0 0;border-top:1px solid var(--cart-border);color:var(--main-headline-color)}.order-cart-sidebar__btns{display:flex;flex-direction:column}.order-cart-sidebar__btns .btn{margin-top:1.5rem}.order-cart-total-mobile{display:none;position:none;left:0;right:0;bottom:0;width:100%;z-index:100}.order-cart-total-mobile.is-visible{display:block;position:fixed}@media(min-width:768px){.order-cart-total-mobile{display:none!important}}.order-cart-total-mobile__container{padding:1rem;background-color:var(--main-background);display:flex;grid-gap:2rem;gap:2rem;align-items:flex-start;justify-content:space-between;box-shadow:0 4px 20px 0 rgba(74,82,100,.1)}.order-cart-total-mobile__text{font-weight:400;font-size:14px;line-height:3rem;color:var(--main-content-text)}.order-cart-total-mobile__text span{display:block}.order-cart-total-mobile__text .-total{font-size:20px;line-height:3rem;font-weight:600}.order-cart-total-mobile__btns{display:flex;flex-direction:column}.order-cart-total-mobile__btns .btn{margin-top:1.5rem}.order-cart__container{position:relative;display:grid;grid-template-columns:1fr;grid-column-gap:4rem;-moz-column-gap:4rem;column-gap:4rem;grid-row-gap:5rem;row-gap:5rem;margin-bottom:4rem}@media(min-width:1024px){.order-cart__container{grid-template-columns:1fr 368px;margin-bottom:4rem}}.order-cart.has-loaded .order-cart__loader{display:none}.order-cart__loader{width:7rem;height:7rem;margin:10rem auto;opacity:0;-webkit-animation-name:show;animation-name:show;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@media(min-width:768px){.order-cart__loader{width:10rem;height:10rem}}.order-cart__loader:before{content:"";display:inline-block;box-sizing:border-box;width:100%;height:100%;border-radius:50%;border:1.5rem solid var(--button-secondary-background-hover);border-top-color:var(--button-secondary-background);-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite}@media(min-width:768px){.order-cart__loader:before{border-width:1.75rem}}@-webkit-keyframes show{0%{opacity:0}to{opacity:1}}@keyframes show{0%{opacity:0}to{opacity:1}}@-webkit-keyframes spin{to{transform:rotate(1turn)}}@keyframes spin{to{transform:rotate(1turn)}}.section__carousel .slick-track{display:flex;align-items:stretch}.section__carousel .slick-slide{display:flex;height:auto;flex:1 1 auto}.section__carousel .slick-slide .section__carousel-item,.section__carousel .slick-slide>div{display:flex;min-height:100%;flex:1 1 auto}.product-widget-similar{overflow:hidden}.product-widget-similar .list-lg-5 .product-card__info,.product-widget-similar .list-lg-6 .product-card__info{padding:2rem 1rem 0}.product-widget-similar .list-lg-5 .product-card__action,.product-widget-similar .list-lg-6 .product-card__action{padding:0 1rem}.product-widget-similar .product-card{padding-bottom:2rem}.product-widget-similar .product-card-price__curr{font-size:2rem;line-height:2.5rem}.product-widget-similar .product-card-name{font-size:14px;line-height:18px}.product-widget-similar .ratio-view.-small .ratio-view__item{width:2rem;height:2rem}.product-widget-similar .ratio-view.-small .ratio-view__item:before{font-size:2rem;line-height:2rem}.product-widget-similar .product-options-list.is-compact{margin-bottom:18px}.product-widget-similar .select-custom__header{border-radius:6px;padding:1rem 3rem 1rem 1.5rem;font-size:12px;line-height:20px}.product-widget-similar .select-custom__header i{right:.5rem}.product-widget-similar .product-card-stock{font-size:12px;line-height:2rem}.product-widget-similar .custom-number button{width:4rem;min-width:4rem;height:4rem}.product-widget-similar .custom-number input{height:32px;font-size:14px;font-weight:500}.product-widget-similar .product-actions__btn-buy{font-size:12px;font-weight:500;line-height:4rem}.product-widget-similar .product-actions__btn-buy i{font-size:2rem}