body *{font-family:var(--font_ipa);transition:.3s;font-size:16px;line-height:normal;color:var(--blue_two)}body .container{width:100%;max-width:1600px}@media only screen and (min-width: 992px){body .container{width:95%}}body .page-header{margin-bottom:0}body h1{font-size:40px;margin:0 0 56px 0}body h1,body h2,body h3,body h4,body h5,body h6{color:var(--blue_two)}body .alert.alert-danger{background-color:var(--red);color:var(--white)}body .alert.alert-danger span,body .alert.alert-danger i{color:var(--white)}body .alert.alert-danger::after{border-bottom-color:var(--red)}body .product-miniature.js-product-miniature{height:100%}body .product-miniature:hover .thumbnail-container .thumbnail-top .product-thumbnail picture.first-picture{display:none}body .product-miniature:hover .thumbnail-container .thumbnail-top .product-thumbnail picture.second-picture{display:block}body .product-miniature:hover .thumbnail-container .thumbnail-top .product-thumbnail picture.second-picture+picture{display:none}body .product-miniature .thumbnail-container{box-shadow:0px 4px 24px 0px rgba(0,0,0,.08);border-radius:8px;width:100%;margin-bottom:0;display:flex;flex-direction:column}body .product-miniature .thumbnail-container .product-foot{padding:0 1rem 1rem 1rem;margin-top:auto}body .product-miniature .thumbnail-container .thumbnail-top{margin-bottom:1rem;aspect-ratio:1}body .product-miniature .thumbnail-container .thumbnail-top .product-thumbnail picture.second-picture{display:none}body .product-miniature .thumbnail-container .thumbnail-top .product-thumbnail img{width:100%}body .product-miniature .thumbnail-container .available_soon{background-color:#ffceb3;color:var(--orange);width:100%;text-align:center;padding:.5rem 0px;font-weight:700;border-radius:4px;position:absolute;bottom:0}body .product-miniature .thumbnail-container .product-description{padding:0 1rem}body .product-miniature .thumbnail-container .product-description .product-title,body .product-miniature .thumbnail-container .product-description .product-category{margin:0}body .product-miniature .thumbnail-container .product-description .product-category{font-size:.875rem;font-weight:400;text-align:center;color:var(--blue_two);margin-bottom:.5rem}body .product-miniature .thumbnail-container .product-description .product-title{margin-bottom:1.5rem}body .product-miniature .thumbnail-container .product-description .product-title a{font-size:18px;color:var(--blue_two);font-weight:700}body .product-miniature .thumbnail-container .product-description .product-list-reviews{display:none}body .product-miniature .thumbnail-container .product-description .product-description-short{display:none}body .product-miniature .thumbnail-container .product-description .product-features{display:none}body .product-miniature .thumbnail-container .product-description .product-separator{display:none}body .product-miniature .thumbnail-container .product-description::after{display:none !important}body .product-miniature .thumbnail-container .product-actions .product-price-and-shipping{margin-bottom:1.5rem}body .product-miniature .thumbnail-container .product-actions .product-price-and-shipping .price{font-size:1.25rem;font-weight:700;color:var(--blue_two)}body .product-miniature .thumbnail-container .product-actions .product-price-and-shipping .price.has-discount{color:var(--theme_color)}body .product-miniature .thumbnail-container .product-actions .product-price-and-shipping .discount-percentage.discount-product,body .product-miniature .thumbnail-container .product-actions .product-price-and-shipping .discount-amount.discount-product{display:inline-block;padding:8px 10px;background-color:var(--theme_color);border-radius:18px;line-height:.7;color:var(--white);font-weight:700}body .product-miniature .thumbnail-container .product-actions .product-price-and-shipping .regular-price{color:var(--blue_two);font-weight:1rem;font-weight:400}body .product-miniature .thumbnail-container .product-actions-buttons{display:flex;gap:.5rem}body .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations,body .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart{flex:1 1;position:relative;padding:0}body .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations form,body .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart form{height:100%}body .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .btn,body .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view,body .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .btn,body .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view{width:100%;height:100%;display:flex !important;align-items:center;justify-content:center}body .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .btn:disabled,body .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:disabled,body .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .btn:disabled,body .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:disabled{background-color:var(--grey_three)}body .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .add-to-cart-text,body .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view-text,body .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .add-to-cart-text,body .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view-text{display:none}body .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view,body .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view{color:var(--blue_two);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--grey_two);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}body .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:before,body .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--grey_one);z-index:-1;transition:top .3s ease-out}body .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:hover:before,body .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:hover:before{top:0}body .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:hover,body .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:hover{color:var(--blue_two)}body .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view,body .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view{padding:4px 14px 5px 14px;font-size:12px;text-transform:uppercase;font-weight:bold;margin:0 0 0 auto;font-size:16px;min-height:unset;font-weight:normal;padding:13px 20px 13px 20px;box-shadow:none;border-radius:6px}body .product-miniature .thumbnail-container .product-flags{left:1.2rem;top:1rem}body .product-miniature .thumbnail-container .product-flags .product-flag{transform:rotate(-10.048deg)}body .product-miniature .thumbnail-container .product-flags .product-flag.new{background:var(--blue_one);color:var(--blue_two)}body .product-miniature .thumbnail-container .product-flags .product-flag.discount{background:var(--theme_color);color:var(--white)}body .product-miniature .thumbnail-container .wishlist-button-add{background-color:var(--grey_two);color:var(--blue_two);top:1rem;right:1rem;box-shadow:none;position:absolute}body #wrapper #mod_carousel .mod_carousel{padding:22px 70px}body #wrapper #mod_carousel .mod_carousel .carousel-item img{max-height:80px !important}body .adaptativ-carousel{height:100%}body .adaptativ-carousel .elementor-widget-container{height:100%}body .adaptativ-carousel .elementor-widget-container .elementor-carousel-wrapper{height:100%}body .adaptativ-carousel .elementor-widget-container .elementor-carousel-wrapper .elementor-image-carousel{height:100%}body .adaptativ-carousel .elementor-widget-container .elementor-carousel-wrapper .elementor-image-carousel figure{height:100%}body .adaptativ-carousel .elementor-widget-container .elementor-carousel-wrapper .elementor-image-carousel figure img{height:100%;object-fit:cover;max-height:342px}body #tx-loyalty-product-footer,body #tx-loyalty-cart-footer{display:flex;align-items:center}body #tx-loyalty-product-footer span,body #tx-loyalty-cart-footer span{font-weight:400}body #tx-loyalty-product-footer strong,body #tx-loyalty-cart-footer strong{color:var(--theme_color_secondary)}body .row{margin-inline:0px !important}body .text-center{text-align:center}body a:hover{color:var(--theme_color)}body .remove-from-cart:hover,body a[data-link-action=remove-voucher]:hover{opacity:.7}body .img-wallpaper{position:absolute;width:100%;height:17.9rem;object-fit:cover}body .text-no-uppercase{text-transform:initial}body .ceicon-chevron-left,body .ceicon-chevron-right{font-size:1.75rem;color:var(--white)}body .color-primary{color:var(--theme_color)}body .color-secondary{color:var(--yellow)}body .color-blue{color:var(--blue_one)}body .green{color:var(--green)}body .bold{font-weight:bold}body .btn.btn-primary{color:var(--blue_two);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--white);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}body .btn.btn-primary:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--theme_color);z-index:-1;transition:top .3s ease-out}body .btn.btn-primary:hover:before{top:0}body .btn.btn-primary:hover{color:var(--white)}body .btn.btn.btn-secondary{color:var(--white);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--blue_two);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}body .btn.btn.btn-secondary:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--theme_color);z-index:-1;transition:top .3s ease-out}body .btn.btn.btn-secondary:hover:before{top:0}body .btn.btn.btn-secondary:hover{color:var(--white)}body .btn.btn.btn-secondary-inversed{color:var(--white);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--theme_color);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}body .btn.btn.btn-secondary-inversed:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--blue_two);z-index:-1;transition:top .3s ease-out}body .btn.btn.btn-secondary-inversed:hover:before{top:0}body .btn.btn.btn-secondary-inversed:hover{color:var(--white)}body .btn.btn-tertiary{color:var(--blue_two);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--grey_one);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}body .btn.btn-tertiary:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--grey_two);z-index:-1;transition:top .3s ease-out}body .btn.btn-tertiary:hover:before{top:0}body .btn.btn-tertiary:hover{color:var(--blue_two)}body .btn.btn-tertiary{padding:4px 14px 5px 14px;font-size:12px;text-transform:uppercase;font-weight:bold;margin:0 0 0 auto}body .btn-read-more{text-decoration:underline;font-size:1rem;font-weight:500;text-transform:uppercase;border:none;background:none;cursor:pointer;color:var(--blue_two)}body .btn-read-more:hover{text-decoration:none;color:inherit}body .btn-read-more:hover i{transform:translateX(10px)}body .btn-read-more i{font-size:20px}body .btn-read-more i.left{margin-right:5px}body .btn-read-more i.right{margin-left:5px}body .btn-orange .elementor-button-link{color:var(--white);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--theme_color);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}body .btn-orange .elementor-button-link:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--blue_two);z-index:-1;transition:top .3s ease-out}body .btn-orange .elementor-button-link:hover:before{top:0}body .btn-orange .elementor-button-link:hover{color:var(--white)}body .btn-orange .elementor-button-link span{color:var(--white)}body .btn-link .elementor-button-link{border:none}body .btn-link .elementor-button-link:hover .elementor-button-text{transform:translateX(10px)}body .btn-link .elementor-button-link span{color:var(--white)}body .page-title{position:absolute;bottom:-2px;left:50%;transform:translateX(-50%);background:var(--white);border-radius:30px 30px 0 0;text-align:center;padding-inline:65px;width:fit-content;padding-block:8px;font-size:20px;text-transform:uppercase;margin:0}body .w-full{width:100%}body .w-1-2{width:calc(50% - .5rem)}@media only screen and (max-width: 620px){body .w-1-2{width:100%}}body .page-content.page-not-found,body .page-content.page-restricted{box-shadow:0px 4px 24px 0px rgba(0,0,0,.08);border-radius:1rem;padding:1rem}body .page-content.page-not-found #product-search-no-matches,body .page-content.page-restricted #product-search-no-matches{font-size:1.25rem;margin-bottom:.5rem}body .page-content.page-not-found #search_widget,body .page-content.page-restricted #search_widget{width:100%;margin-top:1rem}body .page-content.page-not-found #search_widget form input,body .page-content.page-restricted #search_widget form input{border-radius:50px;background-color:var(--theme_color_lighter)}body .page-content.page-not-found #search_widget form i.search,body .page-content.page-restricted #search_widget form i.search{display:flex;align-items:center;justify-content:center;right:8px;top:5px;background-color:var(--theme_color);border-radius:50%;padding:0px;color:var(--white);width:32px;height:32px}body #wrapper{overflow:hidden;padding-top:0;background-color:var(--white)}body #wrapper form{max-width:640px}body #wrapper form .form-group-container,body #wrapper form .form-fields{display:flex;flex-wrap:wrap;gap:0 1rem}body #wrapper form .form-group label{width:100%;color:var(--blue_two);text-align:left;font-size:1rem}body #wrapper form .form-group input,body #wrapper form .form-group select,body #wrapper form .form-group textarea{background:var(--white);border:solid 1px #cfcfcf;border-radius:4px !important;padding:14px 24px;font-size:14px;height:auto}body #wrapper form .form-group .form-control-valign{display:flex;gap:1rem}body #wrapper form .form-group .form-control-valign>label{width:auto}body #wrapper form .form-footer{margin-top:2rem}body #wrapper form .form-footer .btn.btn-primary{color:var(--white);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--blue_two);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}body #wrapper form .form-footer .btn.btn-primary:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--theme_color);z-index:-1;transition:top .3s ease-out}body #wrapper form .form-footer .btn.btn-primary:hover:before{top:0}body #wrapper form .form-footer .btn.btn-primary:hover{color:var(--white)}body #wrapper form .form-footer .btn.btn-primary{float:left !important}body #wrapper form .custom-radio input[type=radio]:checked+span{background-color:var(--theme_color)}body #wrapper form .input-group .input-group-btn>.btn[data-action=show-password]{background-color:var(--theme_color)}body #wrapper .breadcrumb{margin:0 0 1.5rem 0;padding:1.5rem 0}body #wrapper .breadcrumb ol li a span{color:var(--blue_two_lighter);font-weight:700}body #wrapper .breadcrumb ol li:last-child span{color:var(--blue_two);font-weight:700}body #wrapper .breadcrumb ol li::after{content:">";color:var(--blue_two_lighter)}body #wrapper .featured-products .products .product.product-alt .thumbnail-container{border-radius:.5rem;box-shadow:0px 4px 24px 0px rgba(0,0,0,.08);width:100%}body #wrapper .featured-products .products .product.product-alt .thumbnail-container .product-thumbnail{margin-bottom:1.5rem}body #wrapper .featured-products .products .product.product-alt .thumbnail-container .product-description{padding:0}body #wrapper .featured-products .products .product.product-alt .thumbnail-container .product-description .product-category{font-size:14px;text-align:center;margin-bottom:1rem;color:var(--blue_two);min-height:14px}body #wrapper .featured-products .products .product.product-alt .thumbnail-container .product-description .product-title a{font-size:18px;font-weight:bold;color:var(--blue_two)}body #wrapper .featured-products .products .product.product-alt .thumbnail-container .product-description .product-description-short{display:none}body #wrapper .featured-products .products .product.product-alt .thumbnail-container .product-description .product-features{display:none}body #wrapper .featured-products .products .product.product-alt .thumbnail-container .product-description .product-separator{display:none}body #wrapper .featured-products .products .product.product-alt .thumbnail-container .product-description::after{display:none !important}body #wrapper .featured-products .products .product.product-alt .thumbnail-container .wishlist-button-add{box-shadow:none;height:2.5rem;width:2.5rem;min-width:2.5rem}body #wrapper .featured-products .products .product.product-alt .thumbnail-container .product-flags{left:1.2rem;top:1rem}body #wrapper .featured-products .products .product.product-alt .thumbnail-container .product-flags .product-flag{transform:rotate(-10.048deg);background:var(--blue_one)}body #wrapper .dropdown-menu .select-list:hover{background-color:var(--theme_color)}body #wrapper .product-flags .product-flag.discount{background-color:var(--theme_color)}body #wrapper .has-discount .discount{background-color:var(--theme_color)}body #wrapper .wishlist-button-add{z-index:2}body #wrapper .wishlist-button-add i{color:var(--blue_two)}body #main .page-footer,body #main .wishlist-footer-links{margin-top:2rem}body #main .page-footer .account-link,body #main .page-footer>a,body #main .wishlist-footer-links .account-link,body #main .wishlist-footer-links>a{text-decoration:underline;font-size:1rem;font-weight:500;text-transform:uppercase;border:none;background:none;cursor:pointer;color:var(--blue_two)}body #main .page-footer .account-link:hover,body #main .page-footer>a:hover,body #main .wishlist-footer-links .account-link:hover,body #main .wishlist-footer-links>a:hover{text-decoration:none;color:inherit}body #main .page-footer .account-link:hover i,body #main .page-footer>a:hover i,body #main .wishlist-footer-links .account-link:hover i,body #main .wishlist-footer-links>a:hover i{transform:translateX(10px)}body #main .page-footer .account-link i,body #main .page-footer>a i,body #main .wishlist-footer-links .account-link i,body #main .wishlist-footer-links>a i{font-size:20px}body #main .page-footer .account-link i.left,body #main .page-footer>a i.left,body #main .wishlist-footer-links .account-link i.left,body #main .wishlist-footer-links>a i.left{margin-right:5px}body #main .page-footer .account-link i.right,body #main .page-footer>a i.right,body #main .wishlist-footer-links .account-link i.right,body #main .wishlist-footer-links>a i.right{margin-left:5px}body #main .page-footer .account-link,body #main .page-footer>a,body #main .wishlist-footer-links .account-link,body #main .wishlist-footer-links>a{text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}body #main .page-footer .account-link>span,body #main .page-footer>a>span,body #main .wishlist-footer-links .account-link>span,body #main .wishlist-footer-links>a>span{text-decoration:underline;margin-left:5px;font-size:1rem}body #main .page-footer .account-link:hover,body #main .page-footer>a:hover,body #main .wishlist-footer-links .account-link:hover,body #main .wishlist-footer-links>a:hover{text-decoration:none}body #main .page-footer .account-link,body #main .page-footer>a,body #main .wishlist-footer-links .account-link,body #main .wishlist-footer-links>a{text-decoration:none !important}body #main #wrapper-custom{display:flex;gap:0;flex-direction:column}@media only screen and (min-width: 1024px){body #main #wrapper-custom{flex-direction:row;gap:5%}}body #main #wrapper-custom .page-header{width:auto;padding:0}@media only screen and (min-width: 1024px){body #main #wrapper-custom .page-header{width:280px;padding:1rem}}body #main #wrapper-custom .page-header h1{width:auto}@media only screen and (min-width: 1024px){body #main #wrapper-custom .page-header h1{width:280px}}body .hicd-sticky-cart{display:none !important}body .videoPopup{position:fixed;left:0;top:0;background-color:rgba(0,0,0,.8);width:100vw;height:100dvh;z-index:1000}body .videoPopup.active{display:flex;justify-content:center;align-items:center}body .videoPopup iframe{width:75vw;max-height:90dvh;height:auto;aspect-ratio:16/9}body .videoPopup .closePopup{position:absolute;right:50px;top:50px;background:none;border:none;cursor:pointer}body .modal.quickview .images-container{flex-direction:column}body .modal.quickview .images-container .mask{width:100%}body #footer .hi-cart-drawer .hi-cart-header{background-color:var(--theme_color);padding:.5rem 0;display:flex;flex-direction:column}body #footer .hi-cart-drawer .hi-cart-header .remaining-amount,body #footer .hi-cart-drawer .hi-cart-header .remaining-amount-v2{text-align:center}body #footer .hi-cart-drawer .hi-cart-header .remaining-amount>p,body #footer .hi-cart-drawer .hi-cart-header .remaining-amount-v2>p{font-weight:700;color:var(--white);text-transform:uppercase}body #footer .hi-cart-drawer .hi-cart-header .remaining-amount-v2{margin-bottom:-25px}body #footer .hi-cart-drawer .hi-cart-header .progress-bar-delivery{height:15px;border:3px solid var(--white);background-color:hsla(0,0%,100%,.4);max-width:366px;width:366px;margin:0 auto;border-radius:30px;display:flex;margin-bottom:.5rem}body #footer .hi-cart-drawer .hi-cart-header .progress-bar-delivery .amount-reached{background-color:var(--white);max-width:100%;flex-shrink:0}body #footer .hi-cart-drawer .hi-cart-header .continue-purchase{text-align:center;padding:12px 0}body #footer .hi-cart-drawer .hi-cart-header .continue-purchase button{color:var(--white);font-size:1rem}body #footer .hi-cart-drawer .hi-cart-header .continue-purchase button i{color:var(--white)}body #footer .hi-cart-drawer .hi-cart-body .hi-cart-after-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}body #footer .hi-cart-drawer .hi-cart-body .hi-cart-after-header button{font-size:1rem}body #footer .hi-cart-drawer .hi-cart-body .hi-cart-after-header .hi-cart-drawer-title{font-size:1.5rem;margin-bottom:0}body #footer .hi-cart-drawer .hi-cart-body .hi-cart-items-list{margin-bottom:0}body #footer .hi-cart-drawer .hi-cart-body .hi-cart-items-list .hi-cart-item{border-top:none;display:flex;align-items:center;padding-top:1.75rem;padding-bottom:1.75rem;border-bottom:2px solid var(--grey_two);margin-bottom:0}body #footer .hi-cart-drawer .hi-cart-body .hi-cart-items-list .hi-cart-item #product-availability{margin-top:0;padding:4px 12px;font-size:11px;font-weight:700;text-align:center;text-transform:uppercase;border-radius:2px;display:flex;align-items:center;gap:.5rem;width:fit-content}body #footer .hi-cart-drawer .hi-cart-body .hi-cart-items-list .hi-cart-item #product-availability::before{content:"";width:7px;min-width:7px;height:7px;min-height:7px;display:inline-block;border-radius:50%}body #footer .hi-cart-drawer .hi-cart-body .hi-cart-items-list .hi-cart-item #product-availability.available{background-color:var(--green_lighter)}body #footer .hi-cart-drawer .hi-cart-body .hi-cart-items-list .hi-cart-item #product-availability.available::before{background-color:var(--green)}body #footer .hi-cart-drawer .hi-cart-body .hi-cart-items-list .hi-cart-item #product-availability.last_remaining_items{background-color:var(--theme_color_lighter)}body #footer .hi-cart-drawer .hi-cart-body .hi-cart-items-list .hi-cart-item #product-availability.last_remaining_items::before{background-color:var(--theme_color)}body #footer .hi-cart-drawer .hi-cart-body .hi-cart-items-list .hi-cart-item #product-availability.unavailable{background-color:var(--red_lighter)}body #footer .hi-cart-drawer .hi-cart-body .hi-cart-items-list .hi-cart-item #product-availability.unavailable::before{background-color:var(--red)}body #footer .hi-cart-drawer .hi-cart-body .hi-cart-items-list .hi-cart-item .hi-cart-drawer-item-image{margin-right:1rem}body #footer .hi-cart-drawer .hi-cart-body .hi-cart-items-list .hi-cart-item .hi-cart-drawer-item-image img{width:100%}body #footer .hi-cart-drawer .hi-cart-body .hi-cart-items-list .hi-cart-item .hi-cart-drawer-item-details-custom{margin-left:0}body #footer .hi-cart-drawer .hi-cart-body .hi-cart-items-list .hi-cart-item .hi-cart-drawer-item-details-custom .product-title{font-size:18px;font-weight:700;margin-bottom:1rem;color:var(--blue_two)}body #footer .hi-cart-drawer .hi-cart-body .hi-cart-items-list .hi-cart-item .hi-cart-drawer-item-details-custom .hi-cart-drawer-line-info{font-size:14px;margin-bottom:1rem;padding-bottom:0}body #footer .hi-cart-drawer .hi-cart-body .hi-cart-items-list .hi-cart-item .hi-cart-drawer-item-details-custom .hi-cart-drawer-qty{margin-bottom:1rem}body #footer .hi-cart-drawer .hi-cart-body .hi-cart-items-list .hi-cart-item .product-price-and-shipping{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem}body #footer .hi-cart-drawer .hi-cart-body .hi-cart-items-list .hi-cart-item .product-price-and-shipping .regular-price{text-decoration:line-through}body #footer .hi-cart-drawer .hi-cart-body .hi-cart-items-list .hi-cart-item .product-price-and-shipping .price{font-weight:700;color:var(--blue_two);font-size:22px}body #footer .hi-cart-drawer .hi-cart-body .hi-cart-items-list .hi-cart-item .product-price-and-shipping .price.has-discount{color:var(--theme_color)}body #footer .hi-cart-drawer .hi-cart-body .hi-cart-items-list .hi-cart-item .product-price-and-shipping .discount-product{background-color:var(--theme_color);font-weight:700;padding:3px 10px;border-radius:18px;color:var(--white);text-wrap:nowrap}body #footer .hi-cart-drawer .hi-cart-body .hi-cart-items-list .hi-cart-item .product-price-and-shipping .remove-from-cart{color:var(--theme_color);align-self:end}body #footer .hi-cart-drawer .hi-cart-body .hi-cart-items-list .hi-cart-item .product-price-and-shipping .remove-from-cart i{color:var(--theme_color)}body #footer .hi-cart-drawer .hi-cart-body .hi-cart-items-list .hi-cart-item.last{border-bottom:none}body #footer .hi-cart-drawer .product-row.last{border:none}body #footer .hi-cart-drawer .cart-content{padding-left:0}body #footer .hi-cart-drawer .cart-content .title{margin-bottom:0;font-size:1.5rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem}body #footer .hi-cart-drawer .cart-content .label,body #footer .hi-cart-drawer .cart-content .value{font-size:1rem;font-weight:400}body #footer .hi-cart-drawer .cart-content .product-total{background-color:rgba(0,0,0,0);border-bottom:2px solid var(--grey_two);padding-bottom:1rem}body #footer .hi-cart-drawer .cart-content .product-total .label,body #footer .hi-cart-drawer .cart-content .product-total .value{font-weight:bold;font-size:20px}body #footer .hi-cart-drawer .cart-content>p{padding:0}body #footer .hi-cart-drawer .product-delay{margin-bottom:1rem;display:block}body #footer .hi-cart-drawer .product-delay .green{font-weight:700}body #footer .hi-cart-drawer .payment-more{margin-bottom:0}body #footer .hi-cart-drawer .hi-cart-pre-footer{padding:0 30px}body #footer .hi-cart-drawer .hi-cart-pre-footer .hi-cart-drawer-summary-title{font-size:1.5rem;font-weight:bold;text-transform:uppercase;margin-bottom:1rem}body #footer .hi-cart-drawer .hi-cart-pre-footer .hi-cart-drawer-totals{margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid var(--grey_two)}body #footer .hi-cart-drawer .hi-cart-pre-footer .hi-cart-drawer-totals .cart-subtotals .hi-cart-drawer-subtotal-line{margin:0 0 .5rem 0}body #footer .hi-cart-drawer .hi-cart-pre-footer .hi-cart-drawer-totals .cart-subtotals .hi-cart-drawer-subtotal-line .label,body #footer .hi-cart-drawer .hi-cart-pre-footer .hi-cart-drawer-totals .cart-subtotals .hi-cart-drawer-subtotal-line .value{font-size:1rem;font-weight:400;color:var(--blue_two)}body #footer .hi-cart-drawer .hi-cart-pre-footer .hi-cart-drawer-totals .hi-cart-drawer-total{margin:0}body #footer .hi-cart-drawer .hi-cart-pre-footer .hi-cart-drawer-totals .hi-cart-drawer-total .label,body #footer .hi-cart-drawer .hi-cart-pre-footer .hi-cart-drawer-totals .hi-cart-drawer-total .value{font-size:20px;color:var(--blue_two);font-weight:700}body #footer .hi-cart-drawer .hi-cart-pre-footer .hi-cart-drawer-footer{margin-bottom:1rem}body #footer .hi-cart-drawer .hi-cart-footer{text-align:center;background-color:var(--theme_color);padding:0}body #footer .hi-cart-drawer .hi-cart-footer .hi-cart-drawer-actions{justify-content:center;padding:28px}body #footer .hi-cart-drawer .hi-cart-footer .hi-cart-drawer-actions .btn-read-more{color:var(--white)}body #footer .hi-cart-drawer .hi-cart-footer .hi-cart-drawer-actions .btn-read-more i,body #footer .hi-cart-drawer .hi-cart-footer .hi-cart-drawer-actions .btn-read-more span{color:var(--white)}body #footer .hi-cart-drawer .hi-cart-drawer-empty>p{margin:0;padding:0}body #footer .hi-cart-drawer .hi-cart-drawer-empty>.btn.btn-secondary{margin-top:2rem}body #blockcart-modal.modal.fade .modal-dialog{transform:translate(100%, 0%)}body #blockcart-modal.modal.in .modal-dialog{transform:translate(0%, 0%)}@media only screen and (min-width: 1200px){body .col-lg,body .col-lg-1,body .col-lg-10,body .col-lg-11,body .col-lg-12,body .col-lg-2,body .col-lg-3,body .col-lg-4,body .col-lg-5,body .col-lg-6,body .col-lg-7,body .col-lg-8,body .col-lg-9,body .col-md,body .col-md-1,body .col-md-10,body .col-md-11,body .col-md-12,body .col-md-2,body .col-md-3,body .col-md-4,body .col-md-5,body .col-md-6,body .col-md-7,body .col-md-8,body .col-md-9,body .col-sm,body .col-sm-1,body .col-sm-10,body .col-sm-11,body .col-sm-12,body .col-sm-2,body .col-sm-3,body .col-sm-4,body .col-sm-5,body .col-sm-6,body .col-sm-7,body .col-sm-8,body .col-sm-9,body .col-xl,body .col-xl-1,body .col-xl-10,body .col-xl-11,body .col-xl-12,body .col-xl-2,body .col-xl-3,body .col-xl-4,body .col-xl-5,body .col-xl-6,body .col-xl-7,body .col-xl-8,body .col-xl-9,body .col-xs,body .col-xs-1,body .col-xs-10,body .col-xs-11,body .col-xs-12,body .col-xs-2,body .col-xs-3,body .col-xs-4,body .col-xs-5,body .col-xs-6,body .col-xs-7,body .col-xs-8,body .col-xs-9{padding-left:10px;padding-right:10px}}::-webkit-scrollbar{width:15px;height:15px}::-webkit-scrollbar-track{background:var(--white)}::-webkit-scrollbar-thumb{background:var(--theme_color)}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{padding-left:0;padding-right:0}.pagination .page-list{display:flex;align-items:center;justify-content:center;gap:1rem}.pagination .page-list li:first-of-type{margin-right:1rem}.pagination .page-list li:first-of-type a{background-color:#fff}.pagination .page-list li:last-of-type{margin-left:1rem}.pagination .page-list li:last-of-type a{background-color:#fff}.pagination .page-list li a{padding:5px;width:32px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:50px;background-color:#939aae;color:#fff !important;padding-bottom:9px;padding-left:7px}.pagination .page-list li a:hover{background-color:var(--theme_color)}.pagination .page-list li.current{margin:0}.pagination .page-list li.current a{background-color:var(--blue_two)}#password .form-fields .form-group{width:100%}@media only screen and (min-width: 1200px){body .col-lg,body .col-lg-1,body .col-lg-10,body .col-lg-11,body .col-lg-12,body .col-lg-2,body .col-lg-3,body .col-lg-4,body .col-lg-5,body .col-lg-6,body .col-lg-7,body .col-lg-8,body .col-lg-9,body .col-md,body .col-md-1,body .col-md-10,body .col-md-11,body .col-md-12,body .col-md-2,body .col-md-3,body .col-md-4,body .col-md-5,body .col-md-6,body .col-md-7,body .col-md-8,body .col-md-9,body .col-sm,body .col-sm-1,body .col-sm-10,body .col-sm-11,body .col-sm-12,body .col-sm-2,body .col-sm-3,body .col-sm-4,body .col-sm-5,body .col-sm-6,body .col-sm-7,body .col-sm-8,body .col-sm-9,body .col-xl,body .col-xl-1,body .col-xl-10,body .col-xl-11,body .col-xl-12,body .col-xl-2,body .col-xl-3,body .col-xl-4,body .col-xl-5,body .col-xl-6,body .col-xl-7,body .col-xl-8,body .col-xl-9,body .col-xs,body .col-xs-1,body .col-xs-10,body .col-xs-11,body .col-xs-12,body .col-xs-2,body .col-xs-3,body .col-xs-4,body .col-xs-5,body .col-xs-6,body .col-xs-7,body .col-xs-8,body .col-xs-9{padding-left:0;padding-right:0}}body #top-header .header-nav{padding:8px 0 10px 0;border:none;background-color:var(--blue_two);max-height:initial}@media(max-width: 768px){body #top-header .header-nav{display:none}}body #top-header .header-nav a.color-primary{color:var(--theme_color)}body #top-header .header-nav a.color-secondary{color:var(--yellow)}body #top-header .header-nav a.color-blue{color:var(--blue_one)}@media only screen and (min-width: 768px){body #top-header .header-nav>.container>.row{display:flex;align-items:center}}body #top-header .header-nav #_desktop_language_selector .dropdown-menu{min-width:inherit;padding:0}body #top-header .header-nav #_desktop_language_selector .dropdown-menu .dropdown-item{display:flex;padding:.5rem}body #top-header .header-nav #header-nav-left .header-nav-left-content{display:flex;gap:1rem}body #top-header .header-nav #header-nav-left .header-nav-left-content button *{color:var(--white)}body #top-header .header-nav #header-nav-left .header-nav-left-content a:hover{color:var(--theme_color)}body #top-header .header-nav #header-nav-left .header-nav-left-content p{margin-bottom:0;color:var(--white);font-weight:700;text-align:center}@media only screen and (min-width: 768px){body #top-header .header-nav #header-nav-left .header-nav-left-content p{text-align:left}}@media(max-width: 880px){body #top-header .header-nav #header-nav-left .header-nav-left-content p{display:none}}body #top-header .header-nav #header-nav-right ul{display:flex;gap:2rem;margin-bottom:0;justify-content:space-between;margin-top:8px}@media only screen and (min-width: 768px){body #top-header .header-nav #header-nav-right ul{justify-content:flex-end;margin-top:0}}@media(max-width: 1000px){body #top-header .header-nav #header-nav-right ul{gap:1rem}}body #top-header .header-nav #header-nav-right ul li{display:flex;align-items:center}body #top-header .header-nav #header-nav-right ul li:not(:last-of-type){border-right:1px solid #fff;padding-right:2rem}@media(max-width: 1000px){body #top-header .header-nav #header-nav-right ul li:not(:last-of-type){padding-right:1rem}}body #top-header .header-nav #header-nav-right ul li a{display:flex;align-items:center;justify-content:center;gap:.5rem}@media only screen and (min-width: 768px){body #top-header .header-nav #header-nav-right ul li a{justify-content:flex-end}}body #top-header .header-nav #header-nav-right ul li a p{margin-bottom:0;font-weight:500;text-wrap:nowrap}body #top-header .header-nav #header-nav-right ul li a:hover img{transform:scale(1.1)}body #header{box-shadow:none;background-color:rgba(0,0,0,0);height:17.875rem;margin-bottom:0 !important}@media(min-width: 768px){body #header .mobile{display:none}}body #header .header-top{padding:1.5rem 0 0 0;background-color:rgba(0,0,0,0);position:absolute;width:100%;transition:.2s}body #header .header-top #_desktop_logo{display:flex;align-items:center;gap:2rem}@media only screen and (max-width: 1100px){body #header .header-top #_desktop_logo{gap:1.5rem}}body #header .header-top #_desktop_logo .logo{max-width:176px}body #header .header-top #_desktop_logo .logo img{width:100%}body #header .header-top #_desktop_logo .separator{display:block;width:1px;height:40px;background-color:var(--theme_color);margin:auto 0}body #header .header-top #_desktop_logo p{margin-bottom:0;color:var(--theme_color);font-size:1.375rem}@media only screen and (max-width: 1270px){body #header .header-top #_desktop_logo p{font-size:1.125rem}}body #header .header-top #_desktop_logo p>span{color:var(--theme_color);display:block;font-size:1.375rem;line-height:1.2}@media only screen and (max-width: 1270px){body #header .header-top #_desktop_logo p>span{font-size:1.125rem}}body #header .header-top #_desktop_logo p .medium{font-weight:500}body #header .header-top #_desktop_logo p .bold{font-weight:700}@media only screen and (max-width: 991px){body #header .header-top #_desktop_logo>.separator{display:none}body #header .header-top #_desktop_logo>p{display:none}body #header .header-top #_desktop_logo .logo{width:100%}}@media(max-width: 767px){body #header .header-top .ets_mm_megamenu{display:none}}body #header .header-top .mobile-menu-right{display:flex;align-items:center;width:fit-content;flex-direction:row-reverse;gap:1rem}@media(max-width: 600px){body #header .header-top .mobile-menu-right{gap:.5rem}}body #header .header-top .mobile-menu-right .ets_mm_megamenu{display:block;margin-top:0px;padding:0;max-width:25px}body #header .header-top .mobile-menu-right .ets_mm_megamenu .ybc-menu-toggle{padding:0;background-color:none}body #header .header-top .mobile-menu-right .ets_mm_megamenu .container{background:#fff}body #header .header-top .mobile-menu-right .ets_mm_megamenu .ets_mm_megamenu_content{border:none}body #header .header-top .mobile-menu-right .ets_mm_megamenu .ybc-menu-button-toggle_icon{margin:0}body #header .header-top .mobile-menu-right .ets_mm_megamenu .ybc-menu-button-toggle_icon .icon-bar{width:25px;height:3px;margin:3px 0px 3px 0px;border-radius:50px;background-color:var(--blue_two)}body #header .header-top .mobile-menu-right .open_search{padding:0;border:none;background-color:#fff;cursor:pointer}body #header .header-top #_mobile_menu{display:flex;justify-content:space-between;gap:1.5rem}body #header .header-top #_mobile_menu .transition_floating .close_menu{background-color:var(--blue_two)}body #header .header-top #_mobile_menu .mm_menus_li>a{padding:20px 15px}@media(max-width: 768px){body #header .header-top #_mobile_menu .mm_menu_li>li{overflow:auto;scrollbar-width:thin}body #header .header-top #_mobile_menu .mm_columns_ul{pointer-events:all}}body #header .header-top #_mobile_menu .arrow{height:62px}body #header .header-top #_mobile_menu .mm_menus_ul{scrollbar-width:thin}body #header .header-top #_mobile_menu .mm_menus_ul li:last-of-type span{color:#fff}body #header .header-top #_mobile_menu .user-info-overview{display:none}body #header .header-top #_mobile_menu .mm_tab_li_content.closed{display:none}body #header .header-top #_mobile_menu .mm_tabs_li .mm_columns_contents_ul{display:block;opacity:1}body #header .header-top #_mobile_menu .mm_tabs_li .mm_columns_contents_ul li{padding:0;visibility:visible;margin:0}body #header .header-top #_mobile_menu .mm_tabs_li .mm_columns_contents_ul li a{padding:10px 15px;font-size:1rem;display:block}body #header .header-top #_mobile_menu .mm_tabs_li .mm_columns_contents_ul .ets_mm_block>span{margin-top:15px;padding:10px 15px;color:var(--blue_two)}body #header .header-top #_mobile_logo{width:fit-content}@media(max-width: 768px){body #header .header-top #_mobile_logo>.separator{display:none}body #header .header-top #_mobile_logo>p{display:none}body #header .header-top #_mobile_logo .logo{width:100%;max-width:130px;max-height:none}}body #header .header-top #_mobile_language_selector #language-selector-label{display:none}body #header .header-top #_mobile_language_selector select{width:100%;padding:20px 15px;color:var(--blue_two);font-weight:700;text-transform:uppercase}body #header .header-top #_mobile_cart{display:flex;align-items:center;gap:1rem}body #header .header-top #_mobile_cart .hi-shopping-cart{position:relative}body #header .header-top #_mobile_cart .hi-cart-products-count{position:absolute;display:flex;align-items:center;justify-content:center;background-color:var(--theme_color);width:17px;height:17px;padding-bottom:3px;padding-right:1px;border-radius:50%;color:var(--white);top:0;right:0}@media(max-width: 600px){body #header .header-top #_mobile_cart{gap:.5rem}body #header .header-top #_mobile_cart>div{scale:.9}}body #header .header-top .header-row-first{background-color:var(--white);border-radius:30px;padding:25px 30px;transition:top .3s ease-in-out,transform .3s ease-in-out;max-height:150px;box-shadow:0px 4px 40px 0px rgba(0,0,0,.1);position:relative}@media(max-width: 1000px){body #header .header-top .header-row-first{padding:25px 25px}}body #header .header-top .header-row-first .header-row-first-row{display:flex;align-items:center}@media only screen and (min-width: 767px)and (max-width: 992px){body #header .header-top .header-row-first .header-top-mid{display:flex}}body #header .header-top .header-row-first .header-top-mid .close-search{display:none}@media(max-width: 767px){body #header .header-top .header-row-first .header-top-mid{position:absolute;bottom:0px;left:0;width:100%;height:fit-content;background:var(--white);z-index:50;box-shadow:none;z-index:-1;border-radius:30px;padding-top:50px}body #header .header-top .header-row-first .header-top-mid.active{bottom:-60px;z-index:0;border-radius:0 0 20px 20px;box-shadow:none}body #header .header-top .header-row-first .header-top-mid.active .close-search{display:block;position:absolute;right:4%;bottom:10px;cursor:pointer}}body #header .header-top .header-row-first .header-top-mid #search_widget{width:100%;min-width:100%;border-radius:50px}@media only screen and (min-width: 767px)and (max-width: 991px){body #header .header-top .header-row-first .header-top-mid #search_widget{min-width:90%;width:90%;margin:0 auto}}@media(max-width: 767px){body #header .header-top .header-row-first .header-top-mid #search_widget{display:flex;justify-content:start;align-items:center;height:fit-content;padding-left:1.25rem}}body #header .header-top .header-row-first .header-top-mid #search_widget .search{cursor:pointer}body #header .header-top .header-row-first .header-top-mid #search_widget .material-icons.clear{display:none !important}body #header .header-top .header-row-first .header-top-mid #search_widget>form{display:flex;align-items:center;justify-content:center}@media(max-width: 767px){body #header .header-top .header-row-first .header-top-mid #search_widget>form{width:85%}}body #header .header-top .header-row-first .header-top-mid #search_widget>form .material-icons.search{display:flex;align-items:center;justify-content:center;right:6px;background-color:var(--theme_color);border-radius:50%;padding:0px;color:var(--white);width:32px;height:32px}body #header .header-top .header-row-first .header-top-mid #search_widget>form .material-icons.search svg{scale:1.1;transform:translate(-0.5px, -1px)}body #header .header-top .header-row-first .header-top-mid #search_widget>form .ui-autocomplete-input{background:#d1cece;font-weight:500;color:var(--blue_two);padding:8px 20px 10px 20px}body #header .header-top .header-row-first .header-top-mid #search_widget>form .ui-autocomplete-input::placeholder{color:var(--blue_two);opacity:.9;font-weight:400}@media(max-width: 600px){body #header .header-top .header-row-first .header-top-right{padding:0 !important}}body #header .header-top .header-row-first .header-top-right .user-nav{display:flex;align-items:center;gap:1rem;justify-content:flex-end}body #header .header-top .header-row-first .header-top-right .user-nav>div:hover img{transform:rotate(37deg)}body #header .header-top .header-row-first .header-top-right .user-nav #_desktop_user_info{order:3}body #header .header-top .header-row-first .header-top-right .user-nav #_desktop_user_info .user-info{position:relative}body #header .header-top .header-row-first .header-top-right .user-nav #_desktop_user_info .user-info:hover .user-info-overview{padding-top:45px;transform:scaleY(1);opacity:1}body #header .header-top .header-row-first .header-top-right .user-nav #_desktop_user_info .user-info .user-info-overview{position:absolute;right:-30px;transform:scaleY(0);padding-top:0;opacity:0;z-index:1000;width:fit-content}body #header .header-top .header-row-first .header-top-right .user-nav #_desktop_user_info .user-info .user-info-overview:hover{padding-top:45px;opacity:1}body #header .header-top .header-row-first .header-top-right .user-nav #_desktop_user_info .user-info .user-info-overview .list-link{box-shadow:0px 4px 24px 0px rgba(0,0,0,.08);background-color:var(--white);padding:1rem 1.5rem;border-radius:20px;display:flex;flex-direction:column;gap:.5rem;z-index:1000}body #header .header-top .header-row-first .header-top-right .user-nav #_desktop_user_info .user-info .user-info-overview .list-link>p{margin:0;text-wrap:nowrap}body #header .header-top .header-row-first .header-top-right .user-nav #_desktop_user_info .user-info .user-info-overview .list-link>a{color:var(--blue_two);text-wrap:nowrap;font-size:1rem;font-weight:500}body #header .header-top .header-row-first .header-top-right .user-nav #_desktop_user_info .user-info .user-info-overview .list-link>a:hover{color:var(--blue_two);text-decoration:underline}body #header .header-top .header-row-first .header-top-right .user-nav #_desktop_user_info .user-info .account{display:block;height:100%}body #header .header-top .header-row-first .header-top-right .user-nav #hi-shopping-cart{order:2;position:relative}body #header .header-top .header-row-first .header-top-right .user-nav #hi-shopping-cart .hi-cart-products-count{position:absolute;display:flex;align-items:center;justify-content:center;background-color:var(--theme_color);width:17px;height:17px;padding-bottom:3px;padding-right:1px;border-radius:50%;color:var(--white);top:0;right:0}body #header .header-top .header-row-first .header-top-right .user-nav #_desktop_user_wishlist{order:1}body #header .header-top .mm_menu_content_title{color:inherit}body #header .header-top .header-row-second{display:flex;justify-content:center}body #header .header-top .header-row-second *{color:inherit}body #header .header-top .header-row-second #_desktop_top_menu{background-color:var(--white);padding-left:0;border-radius:0 0 10px 10px}body #header .header-top .header-row-second #_desktop_top_menu .top-menu .category>a{padding:19.5px}body #header .header-top .header-row-second .ets_mm_megamenu.layout_layout1 .mm_menus_li.mm_no_border{border:none !important}body #header .header-top .header-row-second .ets_mm_megamenu.sticky_enabled.scroll_heading{position:static !important}body #header .header-top .header-row-second .ets_mm_megamenu{background:rgba(0,0,0,0)}body #header .header-top .header-row-second .ets_mm_megamenu .ets_mm_megamenu_content{background:rgba(0,0,0,0);border:none}body #header .header-top .header-row-second .ets_mm_megamenu .ets_mm_megamenu_content>.container{width:100% !important}body #header .header-top .header-row-second .ets_mm_megamenu .mm_menus_ul{width:fit-content;margin:0 auto;box-shadow:0px 10px 40px 0px rgba(0,0,0,.1)}body #header .header-top .header-row-second .ets_mm_megamenu .mm_menus_ul:first-child{border-radius:50px}body #header .header-top .header-row-second .ets_mm_megamenu .mm_menus_ul li:first-child{border-radius:50px}body #header .header-top .header-row-second .ets_mm_megamenu .mm_menu_content_title{height:50px;min-height:50px}body #header .header-top .header-row-second .ets_mm_url{overflow:hidden}@media only screen and (max-width: 1024px){body #header .header-top .header-row-second .ets_mm_url>span{font-size:.875rem;padding:0 15px}}@media only screen and (max-width: 830px){body #header .header-top .header-row-second .ets_mm_url>span{padding:0 10px}}body #header .header-top .header-row-second .ets_mm_url::before{height:100%;width:100%;background-color:#000 !important;opacity:.1;transform:translateY(100%);display:block}body #header .header-top .header-row-second .ets_mm_url:hover::before{transform:translateY(0)}body #header .header-top .header-row-second .mm_columns_li.mm_has_sub{position:relative}body #header .header-top .header-row-second .mm_columns_li.mm_has_sub .call{position:absolute;bottom:3rem;left:2rem;pointer-events:none}body #header .header-top .header-row-second .mm_columns_li.mm_has_sub .call:hover{color:#fff !important}body #header .header-top .header-row-second .mm_has_sub>.ets_mm_url{position:relative;padding-right:20px}body #header .header-top .header-row-second .mm_has_sub>.ets_mm_url::after{content:"";position:absolute;display:block;width:10px;height:10px;right:17px;top:46%;left:auto !important;transform:translateY(-50%) rotate(45deg);border-bottom:solid 2px var(--blue_two);border-right:solid 2px var(--blue_two);background-color:rgba(0,0,0,0) !important}body #header .header-top .header-row-second .mm_columns_ul{display:none;background:#fff !important;height:fit-content;padding-block:100px 50px !important;transform:translateY(-75px);z-index:-1;justify-content:space-between;border-radius:0 0 30px 30px}body #header .header-top .header-row-second .mm_columns_ul .mm_tabs_li{width:100%}body #header .header-top .header-row-second .mm_columns_ul .mm_tabs_li .mm_tab_li_content,body #header .header-top .header-row-second .mm_columns_ul .mm_columns_contents_ul{border:none}body #header .header-top .header-row-second .mm_columns_ul .mm_tab_li_content.closed{display:none}body #header .header-top .header-row-second .mm_columns_ul .mm_columns_contents_ul{left:0 !important;width:100% !important;position:static;padding-inline:50px;border-radius:0 0 30px 30px;margin-left:0}body #header .header-top .header-row-second .mm_columns_ul .mm_columns_contents_ul .mm_columns_li .mm_blocks_li{padding:0 !important}body #header .header-top .header-row-second .mm_columns_ul .mm_columns_contents_ul .ets_mm_block .h4{border:0;text-decoration:underline;text-transform:none;margin:0}body #header .header-top .header-row-second .mm_columns_ul .mm_columns_contents_ul .mm_columns_li:first-of-type{padding-right:2vw}body #header .header-top .header-row-second .mm_columns_ul .mm_columns_contents_ul .mm_columns_li:first-of-type .mm_blocks_li{margin:0;margin-bottom:10px;padding:0}body #header .header-top .header-row-second .mm_columns_ul .mm_columns_contents_ul .mm_columns_li:first-of-type .mm_blocks_li a{color:var(--white);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--blue_two);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}body #header .header-top .header-row-second .mm_columns_ul .mm_columns_contents_ul .mm_columns_li:first-of-type .mm_blocks_li a:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--theme_color);z-index:-1;transition:top .3s ease-out}body #header .header-top .header-row-second .mm_columns_ul .mm_columns_contents_ul .mm_columns_li:first-of-type .mm_blocks_li a:hover:before{top:0}body #header .header-top .header-row-second .mm_columns_ul .mm_columns_contents_ul .mm_columns_li:first-of-type .mm_blocks_li a:hover{color:var(--white)}body #header .header-top .header-row-second .mm_columns_ul .mm_columns_contents_ul .mm_columns_li:first-of-type .mm_blocks_li a{text-transform:uppercase;font-weight:500;padding:12px 24px 12px 28px;display:block;width:100%;max-width:270px;line-height:normal}body #header .header-top .header-row-second .mm_columns_ul .mm_columns_contents_ul .mm_columns_li:first-of-type .mm_blocks_li a::after{content:"";position:absolute;top:48%;right:20px;transform:rotate(-45deg) translateY(-50%);display:block;width:10px;height:10px;border-bottom:solid 2px var(--white);border-right:solid 2px var(--white);transition:.3s}body #header .header-top .header-row-second .mm_columns_ul .mm_columns_contents_ul .mm_columns_li:first-of-type .mm_blocks_li a:hover::after{right:16px}body #header .header-top .header-row-second .mm_columns_ul .mm_columns_contents_ul .ets_mm_block_content ul li:first-of-type a::before{display:none}body #header .header-top .header-row-second .mm_columns_ul .mm_columns_contents_ul .ets_mm_block_content ul li:not(:first-of-type){padding-left:10px}body #header .header-top .header-row-second .mm_columns_ul .mm_columns_contents_ul .ets_mm_block_content ul a{font-size:16px}body #header .header-top .header-row-second .mm_columns_ul .mm_columns_contents_ul .mm_columns_li:last-of-type .mm_blocks_li{padding:0px !important}body #header .header-top .header-row-second .mm_columns_ul .mm_columns_contents_ul .mm_columns_li:nth-of-type(4) .mm_blocks_ul{margin-top:-7px}body #header .header-top .header-row-second .mm_columns_ul .mm_columns_contents_ul .mm_columns_li:nth-of-type(4) li{padding-left:0px !important}body #header .header-top .header-row-second .mm_columns_ul .mm_columns_contents_ul .mm_columns_li:nth-of-type(4) a{font-weight:600}body #header .header-top .header-row-second .mm_columns_ul .mm_columns_contents_ul a{color:var(--blue_two)}body #header .header-top .header-row-second .mm_columns_ul .mm_columns_contents_ul a:hover{color:var(--theme_color)}body #header .header-top .header-row-second .mm_columns_ul .mm_columns_contents_ul .mm_img_content{position:relative}body #header .header-top .header-row-second .mm_menus_li:hover .mm_columns_ul{display:flex !important}body #header .header-top.header-fixed{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;z-index:1000 !important;border-radius:0 !important;padding-top:0 !important}body #header .header-top.header-fixed .header-row-first{border-top-left-radius:0 !important;border-top-right-radius:0 !important}body #header .header-top.header-fixed .ets_mm_megamenu.sticky_enabled.scroll_heading{top:unset !important;z-index:100 !important}body #header #header-image-bg{width:100%;height:100%;z-index:-10000;display:block;position:absolute;top:0}body #header .category-name-header{position:absolute;bottom:-2px;width:100%;display:flex;justify-content:center}body #header .category-name-header .title{background-color:var(--white);margin:0;font-size:1.25rem;color:var(--blue_two);padding:12px 110px;border-radius:30px 30px 0px 0px;text-transform:uppercase}@media(max-width: 768px){body #header .category-name-header .title{padding:12px 65px}}@media(min-width: 768px){body .hidden-dekstop{display:none !important}}body#index #header,body#product #header{padding-bottom:0;background:rgba(0,0,0,0)}body#index #header .header-top,body#product #header .header-top{position:absolute}body#index #header{height:12.875rem}@media(max-width: 768px){body#index #header{height:9rem}}body#product #header{height:14.875rem}@media(max-width: 768px){.ui-autocomplete.searchbar-autocomplete{top:180px !important}}body .page-footer{margin:0}body #footer{padding-top:0}body #footer .block_newsletter{max-width:1220px}body #footer .footer-container{background-color:var(--blue_two);padding-inline:7%}body #footer .footer-container .links li{display:block;height:25px;margin-bottom:.75rem}@media only screen and (min-width: 768px){body #footer .footer-container .links li:first-of-type{padding-top:8px}}@media only screen and (max-width: 768px){body #footer .footer-container .links .contact-us-more{display:none}}body #footer .footer-container li a{color:var(--white);font-size:16px}body #footer .footer-container li a:hover{color:var(--orange)}body #footer .footer-container #pmAcbFooterConsentLinkContainer{display:none}body #footer .h3{color:var(--white);margin-bottom:.5rem}body .footer-before,body .block_newsletter{background-color:var(--grey_two)}body .footer-before p,body .block_newsletter p{color:var(--blue_two) !important}@media screen and (min-width: 768px){body .container.footer-before{width:100% !important;padding-bottom:80px !important;max-width:100%}}@media screen and (min-width: 576px){body .container.footer-before{width:100% !important;padding-inline:50px}}body .footer-wave{width:100%;height:auto;margin-bottom:-7px}body .footer-before{padding-bottom:50px;padding-top:30px;width:100%;margin:0}body .footer-before .col-left{display:block;width:60%}@media(max-width: 768px){body .footer-before .col-left{width:100%}}body .footer-before .col-left p{margin:0}body .footer-before .col-left #block-newsletter-label{font-weight:700;text-transform:uppercase}body .footer-before .col-left a{opacity:.8;text-decoration:underline}body .footer-before .row{max-width:100vw}body .block_newsletter>.row{display:flex;flex-direction:row;align-items:center;gap:50px}@media(max-width: 768px){body .block_newsletter>.row{flex-direction:column}}body .inscription-button{position:relative;padding:0}body .inscription-button .btn-primary{position:absolute !important;right:4px;top:50%;transform:translateY(-50%);background-color:var(--blue_two);color:var(--white);font-weight:500;padding:10.5px 32px 12px 32px}body .inscription-button .input-wrapper input{padding:24px;background-color:rgba(38,53,93,.1019607843);color:rgba(38,53,93,.6980392157);border-radius:6px}body .block_newsletter form input[type=email]:focus{border:none;padding:24px}body .footer-after{display:flex;flex-direction:column;align-items:center;margin-block:3rem}body .footer-after .block-social{display:flex;justify-content:center}body .footer-after .block-social ul{margin-bottom:0}body .footer-after .block-social ul li{background-color:rgba(0,0,0,0)}@media only screen and (max-width: 768px){body .footer-after .block-social ul li{margin:0}}body .footer-after .facebook{background-image:url("../../assets/img/facebook.svg")}body .footer-after .instagram{background-image:url("../../assets/img/instagram.svg")}body .footer-after .youtube{background-image:url("../../assets/img/youtube2.svg")}body .footer-after .block-social ul{gap:1.5rem}body .footer-after #ybc_block_latest_custom-footer{display:none}body .footer-after .links{display:none}@media(max-width: 1024px){body .footer-after{margin-top:50px}}body .definima,body .copyright{color:var(--white);line-height:2}body .definima{text-decoration:underline}body .footer-mid{display:flex;justify-content:space-between;min-height:190px}body .footer-mid::after{display:none}body .footer-mid .links{width:100%;height:fit-content}body .footer-mid .links .material-icons{color:var(--white)}body .footer-mid .latest-news{display:flex;flex-direction:column;gap:8px}body .footer-mid .latest-news a{color:var(--white);height:25px}body .footer-mid .latest-news a:hover{color:var(--orange)}body .footer-mid .links ul{background-color:rgba(0,0,0,0)}body .footer-mid .links ul li{height:fit-content !important;border-color:hsla(0,0%,100%,.25)}@media(max-width: 768px){body .footer-mid .links ul li{margin-bottom:0px !important;border:none}body .footer-mid .links ul li:not(:first-of-type){padding-bottom:14px !important}body .footer-mid .links ul li a{font-weight:300}}body .footer-bottom{display:flex;gap:1rem 40px;justify-content:center;text-align:center;align-items:center;margin-bottom:1rem;flex-wrap:wrap}@media(max-width: 1024px){body .footer-bottom{flex-direction:column;align-items:center}}body .footer-bottom ul{display:flex;gap:1rem 40px;width:fit-content;flex-wrap:wrap;justify-content:center;margin:0}body .footer-bottom ul li{margin:0}body .footer-bottom ul li a{color:var(--white);font-size:16px}body .footer-bottom>p{margin:0}@media only screen and (min-width: 768px){body #footer_sub_menu_1{display:flex;flex-direction:column}}body #footer_sub_menu_1 li:nth-of-type(4){order:-1;margin-bottom:0px !important}body#index #wrapper{padding-top:0}body#index #wrapper .img-wallpaper{height:50.625rem}@media(max-width: 1200px){body#index #wrapper .img-wallpaper{height:62.125rem}}@media(max-width: 1024px){body#index #wrapper .img-wallpaper{height:62.6875rem}}@media only screen and (max-width: 768px){body#index #wrapper .img-wallpaper{height:71.2823rem}}@media(max-width: 600px){body#index #wrapper .img-wallpaper{height:67.3974rem}}@media(max-width: 425px){body#index #wrapper .img-wallpaper{height:70.4619rem}}@media(max-width: 320px){body#index #wrapper .img-wallpaper{height:77.7044rem}}body#index #wrapper #content .home-precontent{padding-top:.5rem;min-height:36.75rem}@media(min-width: 1200px){body#index #wrapper #content .home-precontent{padding-top:1rem}}@media(min-width: 1400px){body#index #wrapper #content .home-precontent{padding-top:1.5rem}}@media(min-width: 1600px){body#index #wrapper #content .home-precontent{padding-top:2.5rem}}@media(max-width: 450px){body#index #wrapper #content .home-precontent{width:100%}}body#index #wrapper #content .home-precontent .inner-content{display:flex;flex-wrap:wrap}@media only screen and (max-width: 1300px){body#index #wrapper #content .home-precontent .inner-content{gap:1rem}}@media only screen and (max-width: 768px){body#index #wrapper #content .home-precontent .inner-content{gap:2rem}}body#index #wrapper #content .home-precontent .inner-content #carousel_home #carousel{padding:0;margin-bottom:0}@media screen and (max-width: 1300px){body#index #wrapper #content .home-precontent .inner-content #carousel_home #carousel{width:100%}}@media screen and (max-width: 1300px){body#index #wrapper #content .home-precontent .inner-content #carousel_home{width:100%}}body#index #wrapper #content .home-precontent .inner-content #carousel{margin-bottom:0;height:auto;margin-right:2rem}@media only screen and (max-width: 1200px){body#index #wrapper #content .home-precontent .inner-content #carousel{margin-right:0}}@media(max-width: 1000px){body#index #wrapper #content .home-precontent .inner-content #carousel{border-radius:12px;width:100%}}@media(max-width: 768px){body#index #wrapper #content .home-precontent .inner-content #carousel{margin-bottom:32px}}@media only screen and (max-width: 991px){body#index #wrapper #content .home-precontent .inner-content #carousel{width:auto;margin-right:0;margin-left:0;left:unset}}body#index #wrapper #content .home-precontent .inner-content #carousel .carousel-inner{border:8px solid var(--white);border-radius:4px;height:auto;margin:0}body#index #wrapper #content .home-precontent .inner-content #carousel .carousel-inner::after{display:block;width:100%;height:100%;background:linear-gradient(270deg, rgba(0, 0, 0, 0) 45.36%, #000 100%)}body#index #wrapper #content .home-precontent .inner-content #carousel .carousel-inner .carousel-item figure{position:relative;height:auto;width:100%}body#index #wrapper #content .home-precontent .inner-content #carousel .carousel-inner .carousel-item figure .caption{position:relative;top:0;left:0;max-width:650px;padding-top:80px;padding-left:70px;height:calc(100% - 50px);padding-bottom:50px;margin:0}@media only screen and (max-width: 1600px){body#index #wrapper #content .home-precontent .inner-content #carousel .carousel-inner .carousel-item figure .caption{padding-top:96px}}@media only screen and (max-width: 1200px){body#index #wrapper #content .home-precontent .inner-content #carousel .carousel-inner .carousel-item figure .caption{padding-top:30px;padding-left:30px;padding-bottom:100px;text-align:left}}@media only screen and (max-width: 768px){body#index #wrapper #content .home-precontent .inner-content #carousel .carousel-inner .carousel-item figure .caption{padding-bottom:50px;padding-right:30px}}body#index #wrapper #content .home-precontent .inner-content #carousel .carousel-inner .carousel-item figure .caption h2{font-size:48px;font-weight:700;margin-bottom:2.5rem;color:var(--white)}@media only screen and (max-width: 1200px){body#index #wrapper #content .home-precontent .inner-content #carousel .carousel-inner .carousel-item figure .caption h2{font-size:38px;margin-bottom:1.5rem}}@media only screen and (max-width: 900px){body#index #wrapper #content .home-precontent .inner-content #carousel .carousel-inner .carousel-item figure .caption h2{font-size:32px;margin-bottom:1.5rem}}body#index #wrapper #content .home-precontent .inner-content #carousel .carousel-inner .carousel-item figure .caption .caption-description{margin-bottom:80px}@media only screen and (max-width: 1200px){body#index #wrapper #content .home-precontent .inner-content #carousel .carousel-inner .carousel-item figure .caption .caption-description{margin-bottom:60px}}@media only screen and (max-width: 540px){body#index #wrapper #content .home-precontent .inner-content #carousel .carousel-inner .carousel-item figure .caption .caption-description{display:none}}body#index #wrapper #content .home-precontent .inner-content #carousel .carousel-inner .carousel-item figure .caption .caption-description *{font-size:20px;color:var(--white);text-shadow:#000 0px 0px 5px,#000 0px 0px 5px}body#index #wrapper #content .home-precontent .inner-content #carousel .carousel-inner .carousel-item figure .caption a.btn-primary{margin-right:20px}@media only screen and (max-width: 360px){body#index #wrapper #content .home-precontent .inner-content #carousel .carousel-inner .carousel-item figure .caption a.btn-primary{margin-right:0}}@media only screen and (max-width: 340px){body#index #wrapper #content .home-precontent .inner-content #carousel .carousel-inner .carousel-item figure .caption a.btn-primary{margin-bottom:20px}}body#index #wrapper #content .home-precontent .inner-content #carousel .carousel-inner .carousel-item figure .image-container{position:relative;width:100%;height:100%}body#index #wrapper #content .home-precontent .inner-content #carousel .carousel-inner .carousel-item figure .image-container>img{height:100%;width:100%;object-fit:contain}body#index #wrapper #content .home-precontent .inner-content #carousel .direction{display:none}@media only screen and (min-width: 992px){body#index #wrapper #content .home-precontent .inner-content #carousel .carousel-indicators{display:flex}}body#index #wrapper #content .home-precontent .inner-content #carousel .carousel-indicators{justify-content:center;gap:1rem;z-index:2;margin-bottom:0;bottom:20px}body#index #wrapper #content .home-precontent .inner-content #carousel .carousel-indicators li{border-color:var(--white);height:12px;width:12px;border-width:2px;box-shadow:0px 0px 0px 2px rgba(0,0,0,0)}body#index #wrapper #content .home-precontent .inner-content #carousel .carousel-indicators li.active{background-color:var(--theme_color);box-shadow:0px 0px 0px 2px var(--theme_color)}body#index #wrapper #content .home-precontent .inner-content #mod_customblock{display:flex;flex-direction:column;justify-content:space-between;gap:2rem}@media only screen and (max-width: 1300px){body#index #wrapper #content .home-precontent .inner-content #mod_customblock{flex-direction:row;width:100%;margin-top:1rem;gap:1rem;margin-top:0}body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_1{width:50%}body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_2{width:50%}}@media(max-width: 768px){body#index #wrapper #content .home-precontent .inner-content #mod_customblock{flex-wrap:wrap;gap:2rem}body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_1{width:100%}body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_2{width:100%}}@media only screen and (max-width: 600px){body#index #wrapper #content .home-precontent .inner-content #mod_customblock{width:100%}}body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_1,body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_2{box-shadow:inset 0px 0px 0px 8px var(--white);border-radius:4px;padding:24px 24px 20px 24px;background-color:var(--white)}body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_1{height:auto}body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_1 .header{display:flex;align-items:center;justify-content:space-between}body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_1 .header h2{font-size:19px;font-weight:bold;margin-bottom:0;font-size:32px;line-height:1}body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_1 .header .subtitle{font-size:1rem;margin-bottom:0}@media only screen and (max-width: 400px){body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_1 .header .subtitle{display:none}}@media(max-width: 540px){body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_1 .header{flex-direction:column;align-items:start;gap:1rem .5rem;position:relative}body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_1 .header .subtitle{font-size:14px}}body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_1 hr{margin-top:.75rem;margin-bottom:.75rem}body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_1 .content ul{display:flex;flex-direction:column;gap:1rem;margin-bottom:0}body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_1 .content ul li{display:flex;align-items:center}body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_1 .content ul li img{max-width:30px}body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_1 .content ul li p{margin:0;color:var(--blue_two);font-weight:bold;font-size:20px;margin-left:1rem}body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_1 .content ul li p>span{font-size:20px;font-weight:900;color:var(--theme_color)}body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_1 .content ul li>a{margin-left:auto;text-wrap:nowrap}@media(max-width: 540px){body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_1 .content ul li p{margin-left:.5rem;font-size:1rem}body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_1 .content ul li p span{font-size:1rem}body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_1 .content ul li:last-of-type{position:relative}body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_1 .content ul li:last-of-type a{position:absolute;bottom:0;left:46px}}@media(max-width: 540px)and (max-width: 768px){body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_1 .content ul li:last-of-type a{display:none}}@media only screen and (max-width: 768px){body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_2{background-position:center !important}}body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_2 .content{padding-right:3rem}@media only screen and (max-width: 768px){body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_2 .content{max-width:100%;padding-right:.5rem}}body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_2 h2{font-size:24px;color:var(--white);margin-bottom:1.5rem}body#index #wrapper #content .home-precontent .inner-content #mod_customblock .mod_customblock_2 p{margin-bottom:1.5rem;color:var(--white);text-shadow:#000 0px 0px 5px,#000 0px 0px 5px}body#index #wrapper #content #mod_carousel{width:100vw;margin-left:calc(50% - 50vw);margin-top:1rem}body#index #wrapper #content #mod_carousel .mod_carousel{padding:22px 10px}@media only screen and (min-width: 768px){body#index #wrapper #content #mod_carousel .mod_carousel{padding:22px 70px}}body#index #wrapper #content #mod_carousel .slick-track{display:flex;align-items:center}body#index #wrapper #content #mod_carousel .carousel-item{max-width:220px;display:flex;align-items:center;justify-content:center}body#index #wrapper #content #mod_carousel .carousel-item img{max-height:auto;max-width:115px;margin-block:auto}body#index #wrapper #content #mod_carousel .carousel_banner{text-align:center;background-color:var(--theme_color);padding:16px 0}body#index #wrapper #content #mod_carousel .carousel_banner p,body#index #wrapper #content #mod_carousel .carousel_banner a{margin-bottom:0;text-transform:uppercase;font-weight:500;color:var(--white)}body#index #wrapper #content #mod_carousel .carousel_banner a{text-decoration:underline}body#index #wrapper #content #mod_carousel .carousel_banner a:hover{text-decoration:none}body#index #wrapper #content #doble-carousel .doble-carousel{display:flex;align-items:flex-start;justify-content:space-between;margin:2.5rem 0 5rem 0;gap:1.5rem;flex-direction:column}@media only screen and (min-width: 1024px){body#index #wrapper #content #doble-carousel .doble-carousel{flex-direction:row}}body#index #wrapper #content #doble-carousel .doble-carousel .featured-products:first-of-type .product{position:relative}body#index #wrapper #content #doble-carousel .doble-carousel .featured-products:first-of-type .product::before{content:"";width:63px;height:63px;display:block;position:absolute;left:8px;top:8px;z-index:3}body#index #wrapper #content #doble-carousel .doble-carousel .featured-products:first-of-type .product .product-flags{display:none}body#index #wrapper #content #doble-carousel .doble-carousel .featured-products:first-of-type .product:nth-of-type(1)::before{background-image:url("../../assets/img/rank1.svg")}body#index #wrapper #content #doble-carousel .doble-carousel .featured-products:first-of-type .product:nth-of-type(2)::before{background-image:url("../../assets/img/rank2.svg")}body#index #wrapper #content #doble-carousel .doble-carousel .featured-products:first-of-type .product:nth-of-type(3)::before{background-image:url("../../assets/img/rank3.svg")}body#index #wrapper #content #doble-carousel .doble-carousel .featured-products{position:relative;max-width:100%}@media screen and (min-width: 992px)and (max-width: 1024px){body#index #wrapper #content #doble-carousel .doble-carousel .featured-products{width:100%}}@media(max-width: 992px){body#index #wrapper #content #doble-carousel .doble-carousel .featured-products{width:100%}body#index #wrapper #content #doble-carousel .doble-carousel .featured-products .product{width:33.3333333333%}}@media(max-width: 768px){body#index #wrapper #content #doble-carousel .doble-carousel .featured-products .product{width:50%;min-width:50%}body#index #wrapper #content #doble-carousel .doble-carousel .featured-products .products{flex-wrap:nowrap;overflow-x:scroll;justify-content:left;scrollbar-width:none}}@media(max-width: 600px){body#index #wrapper #content #doble-carousel .doble-carousel .featured-products .product{width:100%;min-width:100%}}body#index #wrapper #content #doble-carousel .doble-carousel .featured-products:first-child .heading-title{background-color:var(--theme_color_secondary);padding:16px 24px 16px 60px;position:relative;border-radius:0 0 20px 20px;font-size:1.5rem;font-weight:bold;color:var(--black);text-align:left;margin:1.5rem 0}body#index #wrapper #content #doble-carousel .doble-carousel .featured-products:first-child .heading-title h2,body#index #wrapper #content #doble-carousel .doble-carousel .featured-products:first-child .heading-title h3,body#index #wrapper #content #doble-carousel .doble-carousel .featured-products:first-child .heading-title h4{font-size:1.5rem;font-weight:bold;color:var(--black);text-align:left;margin:0}body#index #wrapper #content #doble-carousel .doble-carousel .featured-products:first-child .heading-title .all-product-link{margin:0}body#index #wrapper #content #doble-carousel .doble-carousel .featured-products:first-child .heading-title::before{content:url("../../assets/img/listing.svg");display:block;position:absolute;top:-1px;left:-1px}body#index #wrapper #content #doble-carousel .doble-carousel .featured-products:first-child .heading-title{display:flex;align-items:center;justify-content:space-between}body#index #wrapper #content #doble-carousel .doble-carousel .featured-products:first-child::after{content:"";display:block;background-color:var(--theme_color_secondary);width:100%;height:64px;position:absolute;bottom:0;left:0;width:100%;z-index:-1000;border-radius:6px}body#index #wrapper #content #doble-carousel .doble-carousel .featured-products .products{padding-inline:.5rem}body#index #wrapper #content #doble-carousel .doble-carousel .featured-products .product{padding-inline:.5rem}@media only screen and (max-width: 600px){body#index #wrapper #content #doble-carousel .doble-carousel .featured-products .product{padding-inline:0}body#index #wrapper #content #doble-carousel .doble-carousel .featured-products .product .product-miniature{padding:0;margin:0 1.25rem}}body#index #wrapper #content #doble-carousel .doble-carousel .featured-products .product .product-miniature{height:100%;padding-bottom:24px}body#index #wrapper #content #doble-carousel .doble-carousel .featured-products .product .thumbnail-container{margin-bottom:0}body#index #wrapper #content #doble-carousel .doble-carousel .featured-products .heading-title{background-color:var(--blue_one);padding:16px 24px 16px 60px;position:relative;border-radius:0 0 20px 20px;font-size:1.5rem;font-weight:bold;color:var(--black);text-align:left;margin:1.5rem 0}body#index #wrapper #content #doble-carousel .doble-carousel .featured-products .heading-title h2,body#index #wrapper #content #doble-carousel .doble-carousel .featured-products .heading-title h3,body#index #wrapper #content #doble-carousel .doble-carousel .featured-products .heading-title h4{font-size:1.5rem;font-weight:bold;color:var(--black);text-align:left;margin:0}body#index #wrapper #content #doble-carousel .doble-carousel .featured-products .heading-title .all-product-link{margin:0}body#index #wrapper #content #doble-carousel .doble-carousel .featured-products .heading-title::before{content:url("../../assets/img/alert.svg");display:block;position:absolute;top:-1px;left:-1px}body#index #wrapper #content #doble-carousel .doble-carousel .featured-products .heading-title{display:flex;align-items:center;justify-content:space-between}@media(max-width: 540px){body#index #wrapper #content #doble-carousel .doble-carousel .featured-products .heading-title{flex-direction:column;align-items:start !important;gap:1rem;padding:16px 24px 16px 45px}}body#index #wrapper #content #doble-carousel .doble-carousel .featured-products::after{content:"";display:block;background-color:var(--blue_one);width:100%;position:absolute;bottom:0;left:0;width:100%;height:64px;z-index:-1000;border-radius:6px}body#index #wrapper #content .def_homecategoriesproducts .heading-title{background-color:var(--theme_color);padding:16px 24px 16px 60px;position:relative;border-radius:0 0 20px 20px;font-size:1.5rem;font-weight:bold;color:var(--white);text-align:left;margin:1.5rem 0}body#index #wrapper #content .def_homecategoriesproducts .heading-title h2,body#index #wrapper #content .def_homecategoriesproducts .heading-title h3,body#index #wrapper #content .def_homecategoriesproducts .heading-title h4{font-size:1.5rem;font-weight:bold;color:var(--white);text-align:left;margin:0}body#index #wrapper #content .def_homecategoriesproducts .heading-title .all-product-link{margin:0}body#index #wrapper #content .def_homecategoriesproducts .heading-title::before{content:url("../../assets/img/percentage.svg");display:block;position:absolute;top:-1px;left:-1px}body#index #wrapper #content .def_homecategoriesproducts .heading-title{display:flex;align-items:center;gap:2.5rem}@media(max-width: 768px){body#index #wrapper #content .def_homecategoriesproducts .heading-title{flex-direction:column;gap:1rem}body#index #wrapper #content .def_homecategoriesproducts .heading-title .slider-buttons{margin-left:0;display:none}body#index #wrapper #content .def_homecategoriesproducts .heading-title #def_homecategoriesproducts-tab{margin-bottom:0;overflow-x:scroll;overflow-y:hidden;scrollbar-width:none;-webkit-scrollbar-width:none;width:100%}body#index #wrapper #content .def_homecategoriesproducts .heading-title #def_homecategoriesproducts-tab .nav-item{height:auto;width:fit-content;text-wrap:nowrap}body#index #wrapper #content .def_homecategoriesproducts .heading-title #def_homecategoriesproducts-tab .nav-item .nav-link{padding:10.5px 20px !important}}body#index #wrapper #content .def_homecategoriesproducts .heading-title h2{margin-bottom:0}body#index #wrapper #content .def_homecategoriesproducts .products{display:flex;padding-inline:.4rem}@media only screen and (max-width: 768px){body#index #wrapper #content .def_homecategoriesproducts .products{padding-inline:2rem}}body#index #wrapper #content .def_homecategoriesproducts .products .product-miniature{margin:0 .5rem}body#index #wrapper #content .def_homecategoriesproducts .product{padding-bottom:24px}body#index #wrapper #content .def_homecategoriesproducts .product-miniature{height:100%}body#index #wrapper #content .def_homecategoriesproducts .product-miniature .thumbnail-container{display:flex;flex-direction:column}body#index #wrapper #content .def_homecategoriesproducts .product-miniature .thumbnail-container>div:last-of-type{margin-top:auto}body#index #wrapper #content .def_homecategoriesproducts #def_homecategoriesproducts-tab.nav-tabs .nav-item{width:auto}body#index #wrapper #content .def_homecategoriesproducts #def_homecategoriesproducts-tab.nav-tabs .nav-item>.nav-link{color:var(--blue_two);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--grey_one);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}body#index #wrapper #content .def_homecategoriesproducts #def_homecategoriesproducts-tab.nav-tabs .nav-item>.nav-link:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--grey_two);z-index:-1;transition:top .3s ease-out}body#index #wrapper #content .def_homecategoriesproducts #def_homecategoriesproducts-tab.nav-tabs .nav-item>.nav-link:hover:before{top:0}body#index #wrapper #content .def_homecategoriesproducts #def_homecategoriesproducts-tab.nav-tabs .nav-item>.nav-link:hover{color:var(--blue_two)}body#index #wrapper #content .def_homecategoriesproducts #def_homecategoriesproducts-tab.nav-tabs .nav-item>.nav-link{padding:4px 14px 5px 14px;font-size:12px;text-transform:uppercase;font-weight:bold;margin:0 0 0 auto;font-size:16px;min-height:unset;font-weight:normal;padding:10.5px 20px 12.5px 20px;box-shadow:none;border-radius:6px}body#index #wrapper #content .def_homecategoriesproducts #def_homecategoriesproducts-tab.nav-tabs .nav-item>.nav-link.active{background-color:var(--blue_two);color:var(--white)}body#index #wrapper #content .def_homecategoriesproducts #def_homecategoriesproducts-tab.nav-tabs .nav-item>.nav-link.active::before{background-color:var(--blue_two)}body#index #wrapper #content .def_homecategoriesproducts .tab-pane.active{background-color:rgba(0,0,0,0)}body#index #wrapper #content .def_homecategoriesproducts #def_homecategoriesproducts-tabContent::after{content:"";display:block;background-color:var(--theme_color);width:100%;position:absolute;bottom:0;left:0;width:100%;height:64px;z-index:-1000;border-radius:6px}body#index #wrapper #content #mod_customblock-preorder{background-color:var(--orange);border-radius:4px;padding:24px 40px 24px 120px;position:relative;display:flex;align-items:center;justify-content:space-between;display:none}body#index #wrapper #content #mod_customblock-preorder::before{content:url("../../assets/img/clock.svg");display:block;position:absolute;top:-1px;left:-1px}body#index #wrapper #content #mod_customblock-preorder .content-left{display:flex;align-items:center;gap:4rem}body#index #wrapper #content #mod_customblock-preorder .content-left h2,body#index #wrapper #content #mod_customblock-preorder .content-left p{margin:0;color:var(--white)}body#index #wrapper #content #mod_customblock-preorder .content-left h2{font-size:32px;font-weight:700;text-transform:uppercase}body#index #wrapper #content #mod_customblock-preorder .content-left p{font-size:1.25rem;max-width:273px;line-height:normal;font-weight:400}body#index #wrapper #content #ybc_block_latest_custom{margin:80px 0}@media only screen and (max-width: 1140px){body#index #wrapper #content #ybc_block_latest_custom{margin-bottom:20px}}body#index #wrapper #content #ybc_block_latest_custom>.row{display:grid;grid-template-columns:repeat(2, 1fr);gap:0 60px}@media(max-width: 1140px){body#index #wrapper #content #ybc_block_latest_custom>.row{grid-template-columns:repeat(1, 1fr);gap:60px 0}}body#index #wrapper #content #ybc_block_latest_custom>.row>div{width:100%;height:100%}body#index #wrapper #content #ybc_block_latest_custom>.row>div:last-of-type .ybc_block_latest-top{margin-bottom:20px;padding:0 1rem}@media only screen and (max-width: 600px){body#index #wrapper #content #ybc_block_latest_custom>.row>div:last-of-type .ybc_block_latest-top{margin-bottom:2rem;flex-wrap:wrap;gap:1rem}}body#index #wrapper #content #ybc_block_latest_custom>.row>div:last-of-type .block_content{max-height:calc(100% - 56px);height:100%}body#index #wrapper #content #ybc_block_latest_custom>.row>div:last-of-type .block_content>div{height:100%}body#index #wrapper #content #ybc_block_latest_custom>.row>div:last-of-type .block_content>div>div{height:auto}body#index #wrapper #content #ybc_block_latest_custom>.row>div:last-of-type .block_content>div>div>div{height:100%}body#index #wrapper #content #ybc_block_latest_custom>.row>div:last-of-type .block_content>div>div>div>div{height:100%;display:flex;flex-direction:column}@media(max-width: 1024px){body#index #wrapper #content #ybc_block_latest_custom>.row>div:last-of-type .block_content>div{height:fit-content}body#index #wrapper #content #ybc_block_latest_custom>.row>div:last-of-type .block_content>div>div{height:fit-content}body#index #wrapper #content #ybc_block_latest_custom>.row>div:last-of-type .block_content>div>div>div{height:fit-content}body#index #wrapper #content #ybc_block_latest_custom>.row>div:last-of-type .block_content>div>div>div>div{height:fit-content;display:flex;flex-direction:column}}body#index #wrapper #content #ybc_block_latest_custom .ybc_block_latest-top{display:flex;justify-content:space-between;width:100%;align-items:center;margin-bottom:20px;padding:0 1rem}@media only screen and (max-width: 600px){body#index #wrapper #content #ybc_block_latest_custom .ybc_block_latest-top{margin-bottom:2rem}}body#index #wrapper #content #ybc_block_latest_custom .matagot_custom_block{background-color:var(--blue_three);position:relative;padding:1.5rem 2.5rem;border-radius:4px;height:100%;display:flex;flex-direction:column}@media(max-width: 768px){body#index #wrapper #content #ybc_block_latest_custom .matagot_custom_block{padding:1.5rem 1rem}}body#index #wrapper #content #ybc_block_latest_custom .matagot_custom_block::before{content:url("../../assets/img/latest_news.svg");display:block;position:absolute;top:-1px;left:-1px}body#index #wrapper #content #ybc_block_latest_custom .matagot_custom_block .block_content{display:flex;flex-grow:1;height:100%}@media(max-width: 600px){body#index #wrapper #content #ybc_block_latest_custom .matagot_custom_block .block_content{flex-direction:column;gap:1rem}}body#index #wrapper #content #ybc_block_latest_custom .ybc_block_latest{background-color:var(--blue_two);padding:1.5rem 2.5rem;position:relative;border-radius:4px;margin:0}@media(max-width: 768px){body#index #wrapper #content #ybc_block_latest_custom .ybc_block_latest{padding:1.5rem 1rem}}body#index #wrapper #content #ybc_block_latest_custom .ybc_block_latest::before{content:url("../../assets/img/latest_news.svg");display:block;position:absolute;top:-1px;left:-1px}body#index #wrapper #content #ybc_block_latest_custom .ybc_block_latest .title_blog{color:var(--white) !important}body#index #wrapper #content #ybc_block_latest_custom .custom-row{display:flex;gap:30px}body#index #wrapper #content #ybc_block_latest_custom .title_blog{font-size:1.5rem;color:var(--blue_two);font-weight:700;margin-bottom:0;margin-top:0;text-transform:uppercase}body#index #wrapper #content #ybc_block_latest_custom .ybc_blog_content_block{display:flex;flex-wrap:nowrap}@media(max-width: 600px){body#index #wrapper #content #ybc_block_latest_custom .ybc_blog_content_block{flex-direction:column;gap:1rem}}body#index #wrapper #content #ybc_block_latest_custom .ybc_blog_content_block .ybc_blog_content_block_item{padding:0 .8125rem}body#index #wrapper #content #ybc_block_latest_custom .ybc_blog_content_block .ybc_blog_content_block_item .ybc_blog_content_block_item_inner{background:hsla(0,0%,100%,.4);height:100%;padding:1rem;border-radius:4px}body#index #wrapper #content #ybc_block_latest_custom .ybc-blog-sidear-post-meta{display:block}body#index #wrapper #content #ybc_block_latest_custom .ybc-blog-sidear-post-meta .ybc-blog-categories{float:left;margin:1rem 0}body#index #wrapper #content #ybc_block_latest_custom .ybc-blog-sidear-post-meta .ybc-blog-categories .be-categories>a,body#index #wrapper #content #ybc_block_latest_custom .ybc-blog-sidear-post-meta .ybc-blog-categories .be-categories span{font-size:.875rem;color:var(--blue_two);font-weight:400}body#index #wrapper #content #ybc_block_latest_custom .ybc_title_block{margin:0;padding:0;color:var(--blue_two);font-size:1.25rem;margin-bottom:2.5rem;text-transform:none}body#index #wrapper #content #ybc_block_latest_custom .read_more{margin-top:auto;width:fit-content;font-style:normal}body#index #wrapper #content #mod-youtubeapi{background-color:var(--theme_color_secondary);width:100vw;margin-left:calc(50% - 50vw);padding-bottom:50px}@media(max-width: 768px){body#index #wrapper #content #mod-youtubeapi{padding-inline:5%}}body#index #wrapper #content #mod-youtubeapi .content{display:flex;align-items:flex-start}body#index #wrapper #content #mod-youtubeapi .content .container{position:relative;padding:80px 0}body#index #wrapper #content #mod-youtubeapi .content .container::before{content:url("../../assets/img/youtube.svg");display:block;position:absolute;top:0;left:-80px}body#index #wrapper #content #mod-youtubeapi .content .content-left{padding-left:120px}@media(max-width: 768px){body#index #wrapper #content #mod-youtubeapi .content .content-left{padding-left:0;padding-bottom:25px}}body#index #wrapper #content #mod-youtubeapi .content .content-left .title{color:var(--black);font-size:40px;font-weight:700;margin-bottom:1.75rem;text-transform:uppercase}body#index #wrapper #content #mod-youtubeapi .content .content-left .description{margin-bottom:1.75rem;font-size:1rem;font-weight:400;color:var(--black)}body#index #wrapper #content #mod-youtubeapi #youtube-videos{display:flex;gap:1rem;padding-left:3rem}@media(max-width: 768px){body#index #wrapper #content #mod-youtubeapi #youtube-videos{padding-left:0;flex-direction:column}}body#index #wrapper #content #mod-youtubeapi #youtube-videos .youtube-video{width:50%}@media(max-width: 768px){body#index #wrapper #content #mod-youtubeapi #youtube-videos .youtube-video{width:100%;aspect-ratio:16/9}}body#index #wrapper #content #mod-youtubeapi #youtube-videos .youtube-video .video-description{margin-top:1rem;color:var(--white);font-size:1.25rem;font-weight:500;line-height:normal}body#index #wrapper{position:relative;z-index:2}body#index #wrapper #header{z-index:4}body#index #footer{margin-top:-6vw;position:relative;z-index:2}@media(max-width: 768px){body#index #footer{margin-top:-5rem}}body#index .ybc_item_img img{aspect-ratio:290/200;object-fit:cover}@media(max-width: 768px){#category #header,#category .img-wallpaper,#search #header,#search .img-wallpaper,#manufacturer #header,#manufacturer .img-wallpaper,#new-products #header,#new-products .img-wallpaper,#best-sales #header,#best-sales .img-wallpaper,#prices-drop #header,#prices-drop .img-wallpaper{height:13rem}}#category #wrapper .breadcrumb[data-depth="1"],#search #wrapper .breadcrumb[data-depth="1"],#manufacturer #wrapper .breadcrumb[data-depth="1"],#new-products #wrapper .breadcrumb[data-depth="1"],#best-sales #wrapper .breadcrumb[data-depth="1"],#prices-drop #wrapper .breadcrumb[data-depth="1"]{display:block}#category #wrapper #search_filter_controls .btn.ok i,#search #wrapper #search_filter_controls .btn.ok i,#manufacturer #wrapper #search_filter_controls .btn.ok i,#new-products #wrapper #search_filter_controls .btn.ok i,#best-sales #wrapper #search_filter_controls .btn.ok i,#prices-drop #wrapper #search_filter_controls .btn.ok i{color:#fff !important}@media only screen and (min-width: 768px){#category #wrapper #left-column+#content-wrapper,#search #wrapper #left-column+#content-wrapper,#manufacturer #wrapper #left-column+#content-wrapper,#new-products #wrapper #left-column+#content-wrapper,#best-sales #wrapper #left-column+#content-wrapper,#prices-drop #wrapper #left-column+#content-wrapper{padding-left:1.1875rem}}#category #wrapper #content-wrapper #products #js-active-search-filters,#search #wrapper #content-wrapper #products #js-active-search-filters,#manufacturer #wrapper #content-wrapper #products #js-active-search-filters,#new-products #wrapper #content-wrapper #products #js-active-search-filters,#best-sales #wrapper #content-wrapper #products #js-active-search-filters,#prices-drop #wrapper #content-wrapper #products #js-active-search-filters{padding:1rem 1rem 0 1rem;background:var(--grey_two);margin-bottom:2.5rem}#category #wrapper #content-wrapper #products #js-active-search-filters .active-filter-title,#search #wrapper #content-wrapper #products #js-active-search-filters .active-filter-title,#manufacturer #wrapper #content-wrapper #products #js-active-search-filters .active-filter-title,#new-products #wrapper #content-wrapper #products #js-active-search-filters .active-filter-title,#best-sales #wrapper #content-wrapper #products #js-active-search-filters .active-filter-title,#prices-drop #wrapper #content-wrapper #products #js-active-search-filters .active-filter-title{color:var(--blue_two);font-size:1rem;margin-right:1rem}#category #wrapper #content-wrapper #products #js-active-search-filters>ul .filter-block,#search #wrapper #content-wrapper #products #js-active-search-filters>ul .filter-block,#manufacturer #wrapper #content-wrapper #products #js-active-search-filters>ul .filter-block,#new-products #wrapper #content-wrapper #products #js-active-search-filters>ul .filter-block,#best-sales #wrapper #content-wrapper #products #js-active-search-filters>ul .filter-block,#prices-drop #wrapper #content-wrapper #products #js-active-search-filters>ul .filter-block{margin:0 1rem 1rem 0;border-radius:4px;font-size:.875rem;background-color:var(--blue_two);color:var(--white);padding-bottom:.825rem}#category #wrapper #content-wrapper #products #js-active-search-filters>ul .filter-block i,#search #wrapper #content-wrapper #products #js-active-search-filters>ul .filter-block i,#manufacturer #wrapper #content-wrapper #products #js-active-search-filters>ul .filter-block i,#new-products #wrapper #content-wrapper #products #js-active-search-filters>ul .filter-block i,#best-sales #wrapper #content-wrapper #products #js-active-search-filters>ul .filter-block i,#prices-drop #wrapper #content-wrapper #products #js-active-search-filters>ul .filter-block i{margin-top:.35rem;color:var(--white)}#category #wrapper #content-wrapper #products .pagination,#search #wrapper #content-wrapper #products .pagination,#manufacturer #wrapper #content-wrapper #products .pagination,#new-products #wrapper #content-wrapper #products .pagination,#best-sales #wrapper #content-wrapper #products .pagination,#prices-drop #wrapper #content-wrapper #products .pagination{display:flex;align-items:center;margin-block:2rem}#category #wrapper #content-wrapper #products .pagination a,#search #wrapper #content-wrapper #products .pagination a,#manufacturer #wrapper #content-wrapper #products .pagination a,#new-products #wrapper #content-wrapper #products .pagination a,#best-sales #wrapper #content-wrapper #products .pagination a,#prices-drop #wrapper #content-wrapper #products .pagination a{color:var(--blue_two);font-weight:400}#category #wrapper #content-wrapper #products .pagination .current a,#search #wrapper #content-wrapper #products .pagination .current a,#manufacturer #wrapper #content-wrapper #products .pagination .current a,#new-products #wrapper #content-wrapper #products .pagination .current a,#best-sales #wrapper #content-wrapper #products .pagination .current a,#prices-drop #wrapper #content-wrapper #products .pagination .current a{color:var(--theme_color);font-weight:700}@media only screen and (max-width: 992px){#category #wrapper #content-wrapper #products .pagination,#search #wrapper #content-wrapper #products .pagination,#manufacturer #wrapper #content-wrapper #products .pagination,#new-products #wrapper #content-wrapper #products .pagination,#best-sales #wrapper #content-wrapper #products .pagination,#prices-drop #wrapper #content-wrapper #products .pagination{flex-direction:column}#category #wrapper #content-wrapper #products .pagination .offset-md-2,#search #wrapper #content-wrapper #products .pagination .offset-md-2,#manufacturer #wrapper #content-wrapper #products .pagination .offset-md-2,#new-products #wrapper #content-wrapper #products .pagination .offset-md-2,#best-sales #wrapper #content-wrapper #products .pagination .offset-md-2,#prices-drop #wrapper #content-wrapper #products .pagination .offset-md-2{margin-left:0 !important}}#category #wrapper #content-wrapper #products #js-active-search-filters.hide,#search #wrapper #content-wrapper #products #js-active-search-filters.hide,#manufacturer #wrapper #content-wrapper #products #js-active-search-filters.hide,#new-products #wrapper #content-wrapper #products #js-active-search-filters.hide,#best-sales #wrapper #content-wrapper #products #js-active-search-filters.hide,#prices-drop #wrapper #content-wrapper #products #js-active-search-filters.hide{padding:0}#category #wrapper #content-wrapper #products #js-product-list-top,#search #wrapper #content-wrapper #products #js-product-list-top,#manufacturer #wrapper #content-wrapper #products #js-product-list-top,#new-products #wrapper #content-wrapper #products #js-product-list-top,#best-sales #wrapper #content-wrapper #products #js-product-list-top,#prices-drop #wrapper #content-wrapper #products #js-product-list-top{display:flex;align-items:center}@media(max-width: 768px){#category #wrapper #content-wrapper #products #js-product-list-top,#search #wrapper #content-wrapper #products #js-product-list-top,#manufacturer #wrapper #content-wrapper #products #js-product-list-top,#new-products #wrapper #content-wrapper #products #js-product-list-top,#best-sales #wrapper #content-wrapper #products #js-product-list-top,#prices-drop #wrapper #content-wrapper #products #js-product-list-top{flex-direction:column}}#category #wrapper #content-wrapper #products #js-product-list-top .total-products,#search #wrapper #content-wrapper #products #js-product-list-top .total-products,#manufacturer #wrapper #content-wrapper #products #js-product-list-top .total-products,#new-products #wrapper #content-wrapper #products #js-product-list-top .total-products,#best-sales #wrapper #content-wrapper #products #js-product-list-top .total-products,#prices-drop #wrapper #content-wrapper #products #js-product-list-top .total-products{display:flex;align-items:center;flex-wrap:wrap;padding-top:0}#category #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container,#search #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container,#manufacturer #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container,#new-products #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container,#best-sales #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container,#prices-drop #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container{display:flex;align-items:center;gap:1rem}#category #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container .listing-text p,#search #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container .listing-text p,#manufacturer #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container .listing-text p,#new-products #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container .listing-text p,#best-sales #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container .listing-text p,#prices-drop #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container .listing-text p{font-weight:700;color:var(--blue_two);margin-bottom:0;font-size:1rem}#category #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container .listing-switcher,#search #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container .listing-switcher,#manufacturer #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container .listing-switcher,#new-products #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container .listing-switcher,#best-sales #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container .listing-switcher,#prices-drop #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container .listing-switcher{display:flex;align-items:center;gap:1rem}#category #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container .listing-switcher .active,#search #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container .listing-switcher .active,#manufacturer #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container .listing-switcher .active,#new-products #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container .listing-switcher .active,#best-sales #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container .listing-switcher .active,#prices-drop #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container .listing-switcher .active{pointer-events:none}#category #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container .listing-switcher>div,#search #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container .listing-switcher>div,#manufacturer #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container .listing-switcher>div,#new-products #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container .listing-switcher>div,#best-sales #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container .listing-switcher>div,#prices-drop #wrapper #content-wrapper #products #js-product-list-top .total-products .listing-switcher-container .listing-switcher>div{cursor:pointer}#category #wrapper #content-wrapper #products #js-product-list-top .sort-by-row,#search #wrapper #content-wrapper #products #js-product-list-top .sort-by-row,#manufacturer #wrapper #content-wrapper #products #js-product-list-top .sort-by-row,#new-products #wrapper #content-wrapper #products #js-product-list-top .sort-by-row,#best-sales #wrapper #content-wrapper #products #js-product-list-top .sort-by-row,#prices-drop #wrapper #content-wrapper #products #js-product-list-top .sort-by-row{justify-content:flex-end}#category #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order,#search #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order,#manufacturer #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order,#new-products #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order,#best-sales #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order,#prices-drop #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order{display:flex;justify-content:flex-end}#category #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order .select-title,#search #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order .select-title,#manufacturer #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order .select-title,#new-products #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order .select-title,#best-sales #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order .select-title,#prices-drop #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order .select-title{width:fit-content;background-color:var(--grey_two);border:none;border-radius:4px;min-width:193px;font-size:1rem;color:var(--blue_two)}#category #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order .dropdown-menu,#search #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order .dropdown-menu,#manufacturer #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order .dropdown-menu,#new-products #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order .dropdown-menu,#best-sales #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order .dropdown-menu,#prices-drop #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order .dropdown-menu{background-color:var(--grey_two);padding:0;border-radius:4px}#category #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order .dropdown-menu .select-list,#search #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order .dropdown-menu .select-list,#manufacturer #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order .dropdown-menu .select-list,#new-products #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order .dropdown-menu .select-list,#best-sales #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order .dropdown-menu .select-list,#prices-drop #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order .dropdown-menu .select-list{color:var(--blue_two)}#category #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order .dropdown-menu .select-list:hover,#search #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order .dropdown-menu .select-list:hover,#manufacturer #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order .dropdown-menu .select-list:hover,#new-products #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order .dropdown-menu .select-list:hover,#best-sales #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order .dropdown-menu .select-list:hover,#prices-drop #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order .dropdown-menu .select-list:hover{background:var(--theme_color);color:var(--white)}@media(max-width: 768px){#category #wrapper #content-wrapper #products #js-product-list-top .sort-by-row,#search #wrapper #content-wrapper #products #js-product-list-top .sort-by-row,#manufacturer #wrapper #content-wrapper #products #js-product-list-top .sort-by-row,#new-products #wrapper #content-wrapper #products #js-product-list-top .sort-by-row,#best-sales #wrapper #content-wrapper #products #js-product-list-top .sort-by-row,#prices-drop #wrapper #content-wrapper #products #js-product-list-top .sort-by-row{justify-content:center;flex-direction:row-reverse;gap:2rem}#category #wrapper #content-wrapper #products #js-product-list-top .sort-by-row::after,#search #wrapper #content-wrapper #products #js-product-list-top .sort-by-row::after,#manufacturer #wrapper #content-wrapper #products #js-product-list-top .sort-by-row::after,#new-products #wrapper #content-wrapper #products #js-product-list-top .sort-by-row::after,#best-sales #wrapper #content-wrapper #products #js-product-list-top .sort-by-row::after,#prices-drop #wrapper #content-wrapper #products #js-product-list-top .sort-by-row::after{display:none}#category #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order,#search #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order,#manufacturer #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order,#new-products #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order,#best-sales #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order,#prices-drop #wrapper #content-wrapper #products #js-product-list-top .sort-by-row .products-sort-order{width:fit-content}}#category #wrapper #content-wrapper #products .products,#search #wrapper #content-wrapper #products .products,#manufacturer #wrapper #content-wrapper #products .products,#new-products #wrapper #content-wrapper #products .products,#best-sales #wrapper #content-wrapper #products .products,#prices-drop #wrapper #content-wrapper #products .products{row-gap:1.5rem}#category #wrapper #content-wrapper #products .products .product,#search #wrapper #content-wrapper #products .products .product,#manufacturer #wrapper #content-wrapper #products .products .product,#new-products #wrapper #content-wrapper #products .products .product,#best-sales #wrapper #content-wrapper #products .products .product,#prices-drop #wrapper #content-wrapper #products .products .product{padding-inline:.5rem}#category #wrapper #content-wrapper #products .products .product.js-product-miniature,#search #wrapper #content-wrapper #products .products .product.js-product-miniature,#manufacturer #wrapper #content-wrapper #products .products .product.js-product-miniature,#new-products #wrapper #content-wrapper #products .products .product.js-product-miniature,#best-sales #wrapper #content-wrapper #products .products .product.js-product-miniature,#prices-drop #wrapper #content-wrapper #products .products .product.js-product-miniature{height:100%}#category #wrapper #content-wrapper #products .products .product:hover .thumbnail-container .thumbnail-top .product-thumbnail picture.first-picture,#search #wrapper #content-wrapper #products .products .product:hover .thumbnail-container .thumbnail-top .product-thumbnail picture.first-picture,#manufacturer #wrapper #content-wrapper #products .products .product:hover .thumbnail-container .thumbnail-top .product-thumbnail picture.first-picture,#new-products #wrapper #content-wrapper #products .products .product:hover .thumbnail-container .thumbnail-top .product-thumbnail picture.first-picture,#best-sales #wrapper #content-wrapper #products .products .product:hover .thumbnail-container .thumbnail-top .product-thumbnail picture.first-picture,#prices-drop #wrapper #content-wrapper #products .products .product:hover .thumbnail-container .thumbnail-top .product-thumbnail picture.first-picture{display:none}#category #wrapper #content-wrapper #products .products .product:hover .thumbnail-container .thumbnail-top .product-thumbnail picture.second-picture,#search #wrapper #content-wrapper #products .products .product:hover .thumbnail-container .thumbnail-top .product-thumbnail picture.second-picture,#manufacturer #wrapper #content-wrapper #products .products .product:hover .thumbnail-container .thumbnail-top .product-thumbnail picture.second-picture,#new-products #wrapper #content-wrapper #products .products .product:hover .thumbnail-container .thumbnail-top .product-thumbnail picture.second-picture,#best-sales #wrapper #content-wrapper #products .products .product:hover .thumbnail-container .thumbnail-top .product-thumbnail picture.second-picture,#prices-drop #wrapper #content-wrapper #products .products .product:hover .thumbnail-container .thumbnail-top .product-thumbnail picture.second-picture{display:block}#category #wrapper #content-wrapper #products .products .product:hover .thumbnail-container .thumbnail-top .product-thumbnail picture.second-picture+picture,#search #wrapper #content-wrapper #products .products .product:hover .thumbnail-container .thumbnail-top .product-thumbnail picture.second-picture+picture,#manufacturer #wrapper #content-wrapper #products .products .product:hover .thumbnail-container .thumbnail-top .product-thumbnail picture.second-picture+picture,#new-products #wrapper #content-wrapper #products .products .product:hover .thumbnail-container .thumbnail-top .product-thumbnail picture.second-picture+picture,#best-sales #wrapper #content-wrapper #products .products .product:hover .thumbnail-container .thumbnail-top .product-thumbnail picture.second-picture+picture,#prices-drop #wrapper #content-wrapper #products .products .product:hover .thumbnail-container .thumbnail-top .product-thumbnail picture.second-picture+picture{display:none}#category #wrapper #content-wrapper #products .products .product .thumbnail-container,#search #wrapper #content-wrapper #products .products .product .thumbnail-container,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container{box-shadow:0px 4px 24px 0px rgba(0,0,0,.08);border-radius:8px;width:100%;margin-bottom:0;display:flex;flex-direction:column}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-foot,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-foot,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-foot,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-foot,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-foot,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-foot{padding:0 1rem 1rem 1rem;margin-top:auto}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .thumbnail-top,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .thumbnail-top,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .thumbnail-top,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .thumbnail-top,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .thumbnail-top,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .thumbnail-top{margin-bottom:1rem;aspect-ratio:1}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .thumbnail-top .product-thumbnail picture.second-picture,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .thumbnail-top .product-thumbnail picture.second-picture,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .thumbnail-top .product-thumbnail picture.second-picture,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .thumbnail-top .product-thumbnail picture.second-picture,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .thumbnail-top .product-thumbnail picture.second-picture,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .thumbnail-top .product-thumbnail picture.second-picture{display:none}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .thumbnail-top .product-thumbnail img,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .thumbnail-top .product-thumbnail img,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .thumbnail-top .product-thumbnail img,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .thumbnail-top .product-thumbnail img,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .thumbnail-top .product-thumbnail img,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .thumbnail-top .product-thumbnail img{width:100%}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .available_soon,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .available_soon,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .available_soon,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .available_soon,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .available_soon,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .available_soon{background-color:#ffceb3;color:var(--orange);width:100%;text-align:center;padding:.5rem 0px;font-weight:700;border-radius:4px;position:absolute;bottom:0}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description{padding:0 1rem}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-title,#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-category,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-title,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-category,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-title,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-category,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-title,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-category,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-title,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-category,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-title,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-category{margin:0}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-category,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-category,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-category,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-category,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-category,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-category{font-size:.875rem;font-weight:400;text-align:center;color:var(--blue_two);margin-bottom:.5rem}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-title,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-title,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-title,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-title,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-title,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-title{margin-bottom:1.5rem}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-title a,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-title a,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-title a,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-title a,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-title a,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-title a{font-size:18px;color:var(--blue_two);font-weight:700}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-list-reviews,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-list-reviews,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-list-reviews,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-list-reviews,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-list-reviews,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-list-reviews{display:none}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-description-short,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-description-short,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-description-short,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-description-short,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-description-short,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-description-short{display:none}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-features,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-features,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-features,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-features,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-features,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-features{display:none}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-separator,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-separator,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-separator,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-separator,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-separator,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description .product-separator{display:none}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description::after,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description::after,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description::after,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description::after,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description::after,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-description::after{display:none !important}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping{margin-bottom:1.5rem}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .price,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .price,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .price,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .price,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .price,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .price{font-size:1.25rem;font-weight:700;color:var(--blue_two)}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .price.has-discount,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .price.has-discount,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .price.has-discount,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .price.has-discount,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .price.has-discount,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .price.has-discount{color:var(--theme_color)}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .discount-percentage.discount-product,#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .discount-amount.discount-product,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .discount-percentage.discount-product,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .discount-amount.discount-product,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .discount-percentage.discount-product,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .discount-amount.discount-product,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .discount-percentage.discount-product,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .discount-amount.discount-product,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .discount-percentage.discount-product,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .discount-amount.discount-product,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .discount-percentage.discount-product,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .discount-amount.discount-product{display:inline-block;padding:8px 10px;background-color:var(--theme_color);border-radius:18px;line-height:.7;color:var(--white);font-weight:700}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .regular-price,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .regular-price,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .regular-price,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .regular-price,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .regular-price,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions .product-price-and-shipping .regular-price{color:var(--blue_two);font-weight:1rem;font-weight:400}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons{display:flex;gap:.5rem}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations,#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart{flex:1 1;position:relative;padding:0}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations form,#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart form,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations form,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart form,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations form,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart form,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations form,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart form,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations form,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart form,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations form,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart form{height:100%}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .btn,#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view,#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .btn,#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .btn,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .btn,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .btn,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .btn,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .btn,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .btn,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .btn,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .btn,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .btn,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .btn,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view{width:100%;height:100%;display:flex !important;align-items:center;justify-content:center}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .btn:disabled,#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:disabled,#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .btn:disabled,#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:disabled,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .btn:disabled,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:disabled,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .btn:disabled,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:disabled,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .btn:disabled,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:disabled,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .btn:disabled,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:disabled,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .btn:disabled,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:disabled,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .btn:disabled,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:disabled,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .btn:disabled,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:disabled,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .btn:disabled,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:disabled,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .btn:disabled,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:disabled,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .btn:disabled,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:disabled{background-color:var(--grey_three)}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .add-to-cart-text,#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view-text,#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .add-to-cart-text,#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view-text,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .add-to-cart-text,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view-text,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .add-to-cart-text,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view-text,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .add-to-cart-text,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view-text,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .add-to-cart-text,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view-text,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .add-to-cart-text,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view-text,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .add-to-cart-text,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view-text,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .add-to-cart-text,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view-text,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .add-to-cart-text,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view-text,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .add-to-cart-text,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view-text,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .add-to-cart-text,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view-text{display:none}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view,#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view{color:var(--blue_two);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--grey_two);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:before,#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:before,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:before,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:before,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:before,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:before,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:before,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:before,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:before,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:before,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:before,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--grey_one);z-index:-1;transition:top .3s ease-out}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:hover:before,#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:hover:before,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:hover:before,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:hover:before,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:hover:before,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:hover:before,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:hover:before,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:hover:before,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:hover:before,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:hover:before,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:hover:before,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:hover:before{top:0}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:hover,#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:hover,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:hover,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:hover,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:hover,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:hover,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:hover,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:hover,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:hover,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:hover,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view:hover,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view:hover{color:var(--blue_two)}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view,#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view{padding:4px 14px 5px 14px;font-size:12px;text-transform:uppercase;font-weight:bold;margin:0 0 0 auto;font-size:16px;min-height:unset;font-weight:normal;padding:13px 20px 13px 20px;box-shadow:none;border-radius:6px}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-flags,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-flags,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-flags,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-flags,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-flags,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-flags{left:1.2rem;top:1rem}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-flags .product-flag,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-flags .product-flag,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-flags .product-flag,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-flags .product-flag,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-flags .product-flag,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-flags .product-flag{transform:rotate(-10.048deg)}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-flags .product-flag.new,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-flags .product-flag.new,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-flags .product-flag.new,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-flags .product-flag.new,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-flags .product-flag.new,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-flags .product-flag.new{background:var(--blue_one);color:var(--blue_two)}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .product-flags .product-flag.discount,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .product-flags .product-flag.discount,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .product-flags .product-flag.discount,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .product-flags .product-flag.discount,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .product-flags .product-flag.discount,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .product-flags .product-flag.discount{background:var(--theme_color);color:var(--white)}#category #wrapper #content-wrapper #products .products .product .thumbnail-container .wishlist-button-add,#search #wrapper #content-wrapper #products .products .product .thumbnail-container .wishlist-button-add,#manufacturer #wrapper #content-wrapper #products .products .product .thumbnail-container .wishlist-button-add,#new-products #wrapper #content-wrapper #products .products .product .thumbnail-container .wishlist-button-add,#best-sales #wrapper #content-wrapper #products .products .product .thumbnail-container .wishlist-button-add,#prices-drop #wrapper #content-wrapper #products .products .product .thumbnail-container .wishlist-button-add{background-color:var(--grey_two);color:var(--blue_two);top:1rem;right:1rem;box-shadow:none;position:absolute}@media(max-width: 991px){#category #wrapper #content-wrapper #products .products,#search #wrapper #content-wrapper #products .products,#manufacturer #wrapper #content-wrapper #products .products,#new-products #wrapper #content-wrapper #products .products,#best-sales #wrapper #content-wrapper #products .products,#prices-drop #wrapper #content-wrapper #products .products{justify-content:start;row-gap:2rem}}#category #wrapper #content-wrapper #products .products.list .product,#search #wrapper #content-wrapper #products .products.list .product,#manufacturer #wrapper #content-wrapper #products .products.list .product,#new-products #wrapper #content-wrapper #products .products.list .product,#best-sales #wrapper #content-wrapper #products .products.list .product,#prices-drop #wrapper #content-wrapper #products .products.list .product{width:100%}#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container{width:100%;display:flex;justify-content:space-between;gap:2.5rem;align-items:center;width:100%;padding:1rem}@media(min-width: 768px){#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container{flex-direction:row}}#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .thumbnail-top,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .thumbnail-top,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .thumbnail-top,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .thumbnail-top,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .thumbnail-top,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .thumbnail-top{margin-bottom:0}@media(min-width: 768px){#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .thumbnail-top,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .thumbnail-top,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .thumbnail-top,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .thumbnail-top,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .thumbnail-top,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .thumbnail-top{max-width:25%;min-width:25%}}#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .available_soon,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .available_soon,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .available_soon,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .available_soon,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .available_soon,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .available_soon{display:none}#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-foot,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-foot,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-foot,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-foot,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-foot,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-foot{margin-top:0 !important;padding:0}@media(min-width: 768px){#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-foot,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-foot,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-foot,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-foot,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-foot,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-foot{max-width:25%}}#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-foot .quick-view,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-foot .quick-view,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-foot .quick-view,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-foot .quick-view,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-foot .quick-view,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-foot .quick-view{text-align:center;width:100%;padding-inline:1rem !important}#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description{flex-grow:1;padding:0}#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-category,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-category,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-category,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-category,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-category,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-category{text-align:left;font-size:1rem}#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-title,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-title,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-title,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-title,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-title,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-title{text-align:left}#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-title a,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-title a,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-title a,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-title a,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-title a,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-title a{font-size:2rem}#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-description-short,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-description-short,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-description-short,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-description-short,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-description-short,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-description-short{display:block;margin-bottom:1.5rem}#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-description-short p,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-description-short p,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-description-short p,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-description-short p,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-description-short p,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-description-short p{margin-bottom:0;display:inline}#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-description-short a,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-description-short a,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-description-short a,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-description-short a,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-description-short a,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-description-short a{display:inline;color:var(--theme_color);text-decoration:underline;font-weight:bold}#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-description-short a:hover,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-description-short a:hover,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-description-short a:hover,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-description-short a:hover,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-description-short a:hover,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-description-short a:hover{text-decoration:none}#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-features,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-features,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-features,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-features,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-features,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-features{display:flex;gap:.75rem;margin:0}#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-features .product-feature,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-features .product-feature,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-features .product-feature,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-features .product-feature,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-features .product-feature,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-description .product-features .product-feature{padding:7px 12px;background-color:var(--grey_two);display:flex;align-items:center;gap:.5rem;border-radius:4px;width:fit-content;font-weight:500}#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-separator,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-separator,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-separator,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-separator,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-separator,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-separator{display:none;background-color:var(--grey_two);width:1px;height:100%}#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions .product-price-and-shipping .price,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions .product-price-and-shipping .price,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions .product-price-and-shipping .price,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions .product-price-and-shipping .price,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions .product-price-and-shipping .price,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions .product-price-and-shipping .price{font-size:2rem}#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons{flex-direction:column}#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .btn.btn-secondary-inversed.add-to-cart,#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view.js-quick-view,#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .btn.btn-secondary-inversed.add-to-cart,#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view.js-quick-view,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .btn.btn-secondary-inversed.add-to-cart,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view.js-quick-view,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .btn.btn-secondary-inversed.add-to-cart,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view.js-quick-view,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .btn.btn-secondary-inversed.add-to-cart,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view.js-quick-view,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .btn.btn-secondary-inversed.add-to-cart,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view.js-quick-view,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .btn.btn-secondary-inversed.add-to-cart,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view.js-quick-view,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .btn.btn-secondary-inversed.add-to-cart,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view.js-quick-view,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .btn.btn-secondary-inversed.add-to-cart,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view.js-quick-view,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .btn.btn-secondary-inversed.add-to-cart,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view.js-quick-view,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .btn.btn-secondary-inversed.add-to-cart,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view.js-quick-view,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .btn.btn-secondary-inversed.add-to-cart,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view.js-quick-view{padding-left:5rem;padding-right:5rem}#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .add-to-cart-text,#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view-text,#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .add-to-cart-text,#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view-text,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .add-to-cart-text,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view-text,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .add-to-cart-text,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view-text,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .add-to-cart-text,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view-text,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .add-to-cart-text,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view-text,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .add-to-cart-text,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view-text,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .add-to-cart-text,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view-text,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .add-to-cart-text,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view-text,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .add-to-cart-text,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view-text,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .add-to-cart-text,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .quick-view-text,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .add-to-cart-text,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .quick-view-text{display:block;margin-bottom:0;font-size:1rem;text-transform:uppercase;font-weight:500;margin-right:.5rem;color:var(--blue_two)}#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .add-to-cart-text,#category #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .add-to-cart-text,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .add-to-cart-text,#search #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .add-to-cart-text,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .add-to-cart-text,#manufacturer #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .add-to-cart-text,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .add-to-cart-text,#new-products #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .add-to-cart-text,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .add-to-cart-text,#best-sales #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .add-to-cart-text,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .highlighted-informations .add-to-cart-text,#prices-drop #wrapper #content-wrapper #products .products.list .product .product-miniature .thumbnail-container .product-actions-buttons .listing-add-to-cart .add-to-cart-text{color:var(--white)}@media only screen and (min-width: 768px){#category #wrapper #left-column,#search #wrapper #left-column,#manufacturer #wrapper #left-column,#new-products #wrapper #left-column,#best-sales #wrapper #left-column,#prices-drop #wrapper #left-column{margin-bottom:150px;padding-right:2.1875rem}}#category #wrapper #left-column .dropdown-menu,#search #wrapper #left-column .dropdown-menu,#manufacturer #wrapper #left-column .dropdown-menu,#new-products #wrapper #left-column .dropdown-menu,#best-sales #wrapper #left-column .dropdown-menu,#prices-drop #wrapper #left-column .dropdown-menu{max-height:250px;overflow-y:scroll}#category #wrapper #left-column #search_filters,#search #wrapper #left-column #search_filters,#manufacturer #wrapper #left-column #search_filters,#new-products #wrapper #left-column #search_filters,#best-sales #wrapper #left-column #search_filters,#prices-drop #wrapper #left-column #search_filters{padding:10px 0 0 0}#category #wrapper #left-column #search_filters hr:last-of-type,#search #wrapper #left-column #search_filters hr:last-of-type,#manufacturer #wrapper #left-column #search_filters hr:last-of-type,#new-products #wrapper #left-column #search_filters hr:last-of-type,#best-sales #wrapper #left-column #search_filters hr:last-of-type,#prices-drop #wrapper #left-column #search_filters hr:last-of-type{display:none}@media only screen and (max-width: 768px){#category #wrapper #left-column #search_filters,#search #wrapper #left-column #search_filters,#manufacturer #wrapper #left-column #search_filters,#new-products #wrapper #left-column #search_filters,#best-sales #wrapper #left-column #search_filters,#prices-drop #wrapper #left-column #search_filters{padding:10px 10%;border:0px}#category #wrapper #left-column #search_filters .facet-category,#search #wrapper #left-column #search_filters .facet-category,#manufacturer #wrapper #left-column #search_filters .facet-category,#new-products #wrapper #left-column #search_filters .facet-category,#best-sales #wrapper #left-column #search_filters .facet-category,#prices-drop #wrapper #left-column #search_filters .facet-category{border-bottom:0px}#category #wrapper #left-column #search_filters .facet-availability,#category #wrapper #left-column #search_filters .facet-price,#search #wrapper #left-column #search_filters .facet-availability,#search #wrapper #left-column #search_filters .facet-price,#manufacturer #wrapper #left-column #search_filters .facet-availability,#manufacturer #wrapper #left-column #search_filters .facet-price,#new-products #wrapper #left-column #search_filters .facet-availability,#new-products #wrapper #left-column #search_filters .facet-price,#best-sales #wrapper #left-column #search_filters .facet-availability,#best-sales #wrapper #left-column #search_filters .facet-price,#prices-drop #wrapper #left-column #search_filters .facet-availability,#prices-drop #wrapper #left-column #search_filters .facet-price{margin-bottom:0px !important}#category #wrapper #left-column #search_filters .facet-availability .title,#category #wrapper #left-column #search_filters .facet-price .title,#search #wrapper #left-column #search_filters .facet-availability .title,#search #wrapper #left-column #search_filters .facet-price .title,#manufacturer #wrapper #left-column #search_filters .facet-availability .title,#manufacturer #wrapper #left-column #search_filters .facet-price .title,#new-products #wrapper #left-column #search_filters .facet-availability .title,#new-products #wrapper #left-column #search_filters .facet-price .title,#best-sales #wrapper #left-column #search_filters .facet-availability .title,#best-sales #wrapper #left-column #search_filters .facet-price .title,#prices-drop #wrapper #left-column #search_filters .facet-availability .title,#prices-drop #wrapper #left-column #search_filters .facet-price .title{display:none}#category #wrapper #left-column #search_filters .facet-availability .switcher,#category #wrapper #left-column #search_filters .facet-availability .faceted-slider,#category #wrapper #left-column #search_filters .facet-price .switcher,#category #wrapper #left-column #search_filters .facet-price .faceted-slider,#search #wrapper #left-column #search_filters .facet-availability .switcher,#search #wrapper #left-column #search_filters .facet-availability .faceted-slider,#search #wrapper #left-column #search_filters .facet-price .switcher,#search #wrapper #left-column #search_filters .facet-price .faceted-slider,#manufacturer #wrapper #left-column #search_filters .facet-availability .switcher,#manufacturer #wrapper #left-column #search_filters .facet-availability .faceted-slider,#manufacturer #wrapper #left-column #search_filters .facet-price .switcher,#manufacturer #wrapper #left-column #search_filters .facet-price .faceted-slider,#new-products #wrapper #left-column #search_filters .facet-availability .switcher,#new-products #wrapper #left-column #search_filters .facet-availability .faceted-slider,#new-products #wrapper #left-column #search_filters .facet-price .switcher,#new-products #wrapper #left-column #search_filters .facet-price .faceted-slider,#best-sales #wrapper #left-column #search_filters .facet-availability .switcher,#best-sales #wrapper #left-column #search_filters .facet-availability .faceted-slider,#best-sales #wrapper #left-column #search_filters .facet-price .switcher,#best-sales #wrapper #left-column #search_filters .facet-price .faceted-slider,#prices-drop #wrapper #left-column #search_filters .facet-availability .switcher,#prices-drop #wrapper #left-column #search_filters .facet-availability .faceted-slider,#prices-drop #wrapper #left-column #search_filters .facet-price .switcher,#prices-drop #wrapper #left-column #search_filters .facet-price .faceted-slider{display:block}#category #wrapper #left-column #search_filters hr,#search #wrapper #left-column #search_filters hr,#manufacturer #wrapper #left-column #search_filters hr,#new-products #wrapper #left-column #search_filters hr,#best-sales #wrapper #left-column #search_filters hr,#prices-drop #wrapper #left-column #search_filters hr{display:none}}#category #wrapper #left-column #search_filters>.h6,#search #wrapper #left-column #search_filters>.h6,#manufacturer #wrapper #left-column #search_filters>.h6,#new-products #wrapper #left-column #search_filters>.h6,#best-sales #wrapper #left-column #search_filters>.h6,#prices-drop #wrapper #left-column #search_filters>.h6{font-size:1.5rem;margin-bottom:1.5rem}#category #wrapper #left-column #search_filters #_desktop_search_filters_clear_all,#search #wrapper #left-column #search_filters #_desktop_search_filters_clear_all,#manufacturer #wrapper #left-column #search_filters #_desktop_search_filters_clear_all,#new-products #wrapper #left-column #search_filters #_desktop_search_filters_clear_all,#best-sales #wrapper #left-column #search_filters #_desktop_search_filters_clear_all,#prices-drop #wrapper #left-column #search_filters #_desktop_search_filters_clear_all{margin-bottom:1rem}#category #wrapper #left-column #search_filters #_desktop_search_filters_clear_all>button,#search #wrapper #left-column #search_filters #_desktop_search_filters_clear_all>button,#manufacturer #wrapper #left-column #search_filters #_desktop_search_filters_clear_all>button,#new-products #wrapper #left-column #search_filters #_desktop_search_filters_clear_all>button,#best-sales #wrapper #left-column #search_filters #_desktop_search_filters_clear_all>button,#prices-drop #wrapper #left-column #search_filters #_desktop_search_filters_clear_all>button{width:100%;display:flex;align-items:center;justify-content:center}#category #wrapper #left-column #search_filters #_desktop_search_filters_clear_all>button i,#search #wrapper #left-column #search_filters #_desktop_search_filters_clear_all>button i,#manufacturer #wrapper #left-column #search_filters #_desktop_search_filters_clear_all>button i,#new-products #wrapper #left-column #search_filters #_desktop_search_filters_clear_all>button i,#best-sales #wrapper #left-column #search_filters #_desktop_search_filters_clear_all>button i,#prices-drop #wrapper #left-column #search_filters #_desktop_search_filters_clear_all>button i{color:var(--white);font-size:18px;padding-top:1px;display:none}#category #wrapper #left-column #search_filters .facet,#search #wrapper #left-column #search_filters .facet,#manufacturer #wrapper #left-column #search_filters .facet,#new-products #wrapper #left-column #search_filters .facet,#best-sales #wrapper #left-column #search_filters .facet,#prices-drop #wrapper #left-column #search_filters .facet{padding-top:0;margin-bottom:1rem}#category #wrapper #left-column #search_filters .facet[data-name=Author],#category #wrapper #left-column #search_filters .facet[data-name=Illustrator],#search #wrapper #left-column #search_filters .facet[data-name=Author],#search #wrapper #left-column #search_filters .facet[data-name=Illustrator],#manufacturer #wrapper #left-column #search_filters .facet[data-name=Author],#manufacturer #wrapper #left-column #search_filters .facet[data-name=Illustrator],#new-products #wrapper #left-column #search_filters .facet[data-name=Author],#new-products #wrapper #left-column #search_filters .facet[data-name=Illustrator],#best-sales #wrapper #left-column #search_filters .facet[data-name=Author],#best-sales #wrapper #left-column #search_filters .facet[data-name=Illustrator],#prices-drop #wrapper #left-column #search_filters .facet[data-name=Author],#prices-drop #wrapper #left-column #search_filters .facet[data-name=Illustrator]{display:none}#category #wrapper #left-column #search_filters .facet .facet-title,#search #wrapper #left-column #search_filters .facet .facet-title,#manufacturer #wrapper #left-column #search_filters .facet .facet-title,#new-products #wrapper #left-column #search_filters .facet .facet-title,#best-sales #wrapper #left-column #search_filters .facet .facet-title,#prices-drop #wrapper #left-column #search_filters .facet .facet-title{color:var(--blue_two);margin-bottom:1rem}#category #wrapper #left-column #search_filters .facet .facet-label-slider,#search #wrapper #left-column #search_filters .facet .facet-label-slider,#manufacturer #wrapper #left-column #search_filters .facet .facet-label-slider,#new-products #wrapper #left-column #search_filters .facet .facet-label-slider,#best-sales #wrapper #left-column #search_filters .facet .facet-label-slider,#prices-drop #wrapper #left-column #search_filters .facet .facet-label-slider{color:var(--theme_color);font-size:.875rem;font-weight:500}#category #wrapper #left-column #search_filters .facet .ui-slider,#search #wrapper #left-column #search_filters .facet .ui-slider,#manufacturer #wrapper #left-column #search_filters .facet .ui-slider,#new-products #wrapper #left-column #search_filters .facet .ui-slider,#best-sales #wrapper #left-column #search_filters .facet .ui-slider,#prices-drop #wrapper #left-column #search_filters .facet .ui-slider{border-color:var(--theme_color_lighter);width:calc(100% - 18px)}#category #wrapper #left-column #search_filters .facet .ui-slider .ui-slider-range,#search #wrapper #left-column #search_filters .facet .ui-slider .ui-slider-range,#manufacturer #wrapper #left-column #search_filters .facet .ui-slider .ui-slider-range,#new-products #wrapper #left-column #search_filters .facet .ui-slider .ui-slider-range,#best-sales #wrapper #left-column #search_filters .facet .ui-slider .ui-slider-range,#prices-drop #wrapper #left-column #search_filters .facet .ui-slider .ui-slider-range{background-color:var(--theme_color_lighter);border:none}#category #wrapper #left-column #search_filters .facet .ui-slider .ui-slider-handle,#search #wrapper #left-column #search_filters .facet .ui-slider .ui-slider-handle,#manufacturer #wrapper #left-column #search_filters .facet .ui-slider .ui-slider-handle,#new-products #wrapper #left-column #search_filters .facet .ui-slider .ui-slider-handle,#best-sales #wrapper #left-column #search_filters .facet .ui-slider .ui-slider-handle,#prices-drop #wrapper #left-column #search_filters .facet .ui-slider .ui-slider-handle{width:1.125rem;height:1.125rem;background-color:var(--theme_color);border:none;border-radius:50%}#category #wrapper #left-column #search_filters .facet[data-name="Game language"] .facet-list,#search #wrapper #left-column #search_filters .facet[data-name="Game language"] .facet-list,#manufacturer #wrapper #left-column #search_filters .facet[data-name="Game language"] .facet-list,#new-products #wrapper #left-column #search_filters .facet[data-name="Game language"] .facet-list,#best-sales #wrapper #left-column #search_filters .facet[data-name="Game language"] .facet-list,#prices-drop #wrapper #left-column #search_filters .facet[data-name="Game language"] .facet-list{max-height:150px;overflow-y:scroll}#category #wrapper #left-column #search_filters .switcher .custom-switch,#search #wrapper #left-column #search_filters .switcher .custom-switch,#manufacturer #wrapper #left-column #search_filters .switcher .custom-switch,#new-products #wrapper #left-column #search_filters .switcher .custom-switch,#best-sales #wrapper #left-column #search_filters .switcher .custom-switch,#prices-drop #wrapper #left-column #search_filters .switcher .custom-switch{position:relative;display:inline-block;width:80px;height:34px}#category #wrapper #left-column #search_filters .switcher .custom-switch input,#search #wrapper #left-column #search_filters .switcher .custom-switch input,#manufacturer #wrapper #left-column #search_filters .switcher .custom-switch input,#new-products #wrapper #left-column #search_filters .switcher .custom-switch input,#best-sales #wrapper #left-column #search_filters .switcher .custom-switch input,#prices-drop #wrapper #left-column #search_filters .switcher .custom-switch input{display:none}#category #wrapper #left-column #search_filters .switcher .switch-label,#search #wrapper #left-column #search_filters .switcher .switch-label,#manufacturer #wrapper #left-column #search_filters .switcher .switch-label,#new-products #wrapper #left-column #search_filters .switcher .switch-label,#best-sales #wrapper #left-column #search_filters .switcher .switch-label,#prices-drop #wrapper #left-column #search_filters .switcher .switch-label{display:flex;align-items:center;cursor:pointer;width:100%;height:100%;position:relative}#category #wrapper #left-column #search_filters .switcher .switch-inner,#search #wrapper #left-column #search_filters .switcher .switch-inner,#manufacturer #wrapper #left-column #search_filters .switcher .switch-inner,#new-products #wrapper #left-column #search_filters .switcher .switch-inner,#best-sales #wrapper #left-column #search_filters .switcher .switch-inner,#prices-drop #wrapper #left-column #search_filters .switcher .switch-inner{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;font-size:12px;color:#fff;text-transform:uppercase}#category #wrapper #left-column #search_filters .switcher .switch-off,#category #wrapper #left-column #search_filters .switcher .switch-on,#search #wrapper #left-column #search_filters .switcher .switch-off,#search #wrapper #left-column #search_filters .switcher .switch-on,#manufacturer #wrapper #left-column #search_filters .switcher .switch-off,#manufacturer #wrapper #left-column #search_filters .switcher .switch-on,#new-products #wrapper #left-column #search_filters .switcher .switch-off,#new-products #wrapper #left-column #search_filters .switcher .switch-on,#best-sales #wrapper #left-column #search_filters .switcher .switch-off,#best-sales #wrapper #left-column #search_filters .switcher .switch-on,#prices-drop #wrapper #left-column #search_filters .switcher .switch-off,#prices-drop #wrapper #left-column #search_filters .switcher .switch-on{display:flex;align-items:center;justify-content:center;width:50%;height:100%;background-color:var(--grey_two);border-radius:34px;transition:background-color .3s ease,opacity .3s ease;color:var(--blue_two);font-weight:700;padding-bottom:2px}#category #wrapper #left-column #search_filters .switcher .switch-off,#search #wrapper #left-column #search_filters .switcher .switch-off,#manufacturer #wrapper #left-column #search_filters .switcher .switch-off,#new-products #wrapper #left-column #search_filters .switcher .switch-off,#best-sales #wrapper #left-column #search_filters .switcher .switch-off,#prices-drop #wrapper #left-column #search_filters .switcher .switch-off{position:absolute;right:2px;z-index:1}#category #wrapper #left-column #search_filters .switcher .switch-on,#search #wrapper #left-column #search_filters .switcher .switch-on,#manufacturer #wrapper #left-column #search_filters .switcher .switch-on,#new-products #wrapper #left-column #search_filters .switcher .switch-on,#best-sales #wrapper #left-column #search_filters .switcher .switch-on,#prices-drop #wrapper #left-column #search_filters .switcher .switch-on{background-color:var(--theme_color);color:var(--white);position:absolute;left:0;top:0;opacity:0}#category #wrapper #left-column #search_filters .switcher .custom-switch input:checked+.switch-label .switch-off,#search #wrapper #left-column #search_filters .switcher .custom-switch input:checked+.switch-label .switch-off,#manufacturer #wrapper #left-column #search_filters .switcher .custom-switch input:checked+.switch-label .switch-off,#new-products #wrapper #left-column #search_filters .switcher .custom-switch input:checked+.switch-label .switch-off,#best-sales #wrapper #left-column #search_filters .switcher .custom-switch input:checked+.switch-label .switch-off,#prices-drop #wrapper #left-column #search_filters .switcher .custom-switch input:checked+.switch-label .switch-off{opacity:0}#category #wrapper #left-column #search_filters .switcher .custom-switch input:checked+.switch-label .switch-on,#search #wrapper #left-column #search_filters .switcher .custom-switch input:checked+.switch-label .switch-on,#manufacturer #wrapper #left-column #search_filters .switcher .custom-switch input:checked+.switch-label .switch-on,#new-products #wrapper #left-column #search_filters .switcher .custom-switch input:checked+.switch-label .switch-on,#best-sales #wrapper #left-column #search_filters .switcher .custom-switch input:checked+.switch-label .switch-on,#prices-drop #wrapper #left-column #search_filters .switcher .custom-switch input:checked+.switch-label .switch-on{opacity:1;z-index:1}#category #wrapper #left-column #search_filters .switcher .switch-slider,#search #wrapper #left-column #search_filters .switcher .switch-slider,#manufacturer #wrapper #left-column #search_filters .switcher .switch-slider,#new-products #wrapper #left-column #search_filters .switcher .switch-slider,#best-sales #wrapper #left-column #search_filters .switcher .switch-slider,#prices-drop #wrapper #left-column #search_filters .switcher .switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--grey_two);transition:.4s;border-radius:34px}#category #wrapper #left-column #search_filters .switcher .switch-slider:before,#search #wrapper #left-column #search_filters .switcher .switch-slider:before,#manufacturer #wrapper #left-column #search_filters .switcher .switch-slider:before,#new-products #wrapper #left-column #search_filters .switcher .switch-slider:before,#best-sales #wrapper #left-column #search_filters .switcher .switch-slider:before,#prices-drop #wrapper #left-column #search_filters .switcher .switch-slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}#category #wrapper #left-column #search_filters .switcher .custom-switch input:checked+.switch-label .switch-slider,#search #wrapper #left-column #search_filters .switcher .custom-switch input:checked+.switch-label .switch-slider,#manufacturer #wrapper #left-column #search_filters .switcher .custom-switch input:checked+.switch-label .switch-slider,#new-products #wrapper #left-column #search_filters .switcher .custom-switch input:checked+.switch-label .switch-slider,#best-sales #wrapper #left-column #search_filters .switcher .custom-switch input:checked+.switch-label .switch-slider,#prices-drop #wrapper #left-column #search_filters .switcher .custom-switch input:checked+.switch-label .switch-slider{background-color:var(--theme_color)}#category #wrapper #left-column #search_filters .switcher .custom-switch input:checked+.switch-label .switch-slider:before,#search #wrapper #left-column #search_filters .switcher .custom-switch input:checked+.switch-label .switch-slider:before,#manufacturer #wrapper #left-column #search_filters .switcher .custom-switch input:checked+.switch-label .switch-slider:before,#new-products #wrapper #left-column #search_filters .switcher .custom-switch input:checked+.switch-label .switch-slider:before,#best-sales #wrapper #left-column #search_filters .switcher .custom-switch input:checked+.switch-label .switch-slider:before,#prices-drop #wrapper #left-column #search_filters .switcher .custom-switch input:checked+.switch-label .switch-slider:before{transform:translateX(46px)}#category #wrapper #left-column #search_filters .switcher .facet-label,#search #wrapper #left-column #search_filters .switcher .facet-label,#manufacturer #wrapper #left-column #search_filters .switcher .facet-label,#new-products #wrapper #left-column #search_filters .switcher .facet-label,#best-sales #wrapper #left-column #search_filters .switcher .facet-label,#prices-drop #wrapper #left-column #search_filters .switcher .facet-label{display:flex;align-items:center;cursor:pointer;transition:color .3s ease;width:fit-content}#category #wrapper #left-column #search_filters .switcher .facet-label.active,#search #wrapper #left-column #search_filters .switcher .facet-label.active,#manufacturer #wrapper #left-column #search_filters .switcher .facet-label.active,#new-products #wrapper #left-column #search_filters .switcher .facet-label.active,#best-sales #wrapper #left-column #search_filters .switcher .facet-label.active,#prices-drop #wrapper #left-column #search_filters .switcher .facet-label.active{color:#000}#category #wrapper #left-column #search_filters .switcher>li,#search #wrapper #left-column #search_filters .switcher>li,#manufacturer #wrapper #left-column #search_filters .switcher>li,#new-products #wrapper #left-column #search_filters .switcher>li,#best-sales #wrapper #left-column #search_filters .switcher>li,#prices-drop #wrapper #left-column #search_filters .switcher>li{display:flex;align-items:center;gap:1rem}#category #wrapper #left-column #search_filters .switcher>li:nth-of-type(2),#search #wrapper #left-column #search_filters .switcher>li:nth-of-type(2),#manufacturer #wrapper #left-column #search_filters .switcher>li:nth-of-type(2),#new-products #wrapper #left-column #search_filters .switcher>li:nth-of-type(2),#best-sales #wrapper #left-column #search_filters .switcher>li:nth-of-type(2),#prices-drop #wrapper #left-column #search_filters .switcher>li:nth-of-type(2){display:none}#category #wrapper #left-column #search_filters .switcher>li>p,#search #wrapper #left-column #search_filters .switcher>li>p,#manufacturer #wrapper #left-column #search_filters .switcher>li>p,#new-products #wrapper #left-column #search_filters .switcher>li>p,#best-sales #wrapper #left-column #search_filters .switcher>li>p,#prices-drop #wrapper #left-column #search_filters .switcher>li>p{margin-bottom:0;color:var(--blue_two);font-weight:700;max-width:40%}#category #wrapper #left-column #search_filters .facet-availability,#search #wrapper #left-column #search_filters .facet-availability,#manufacturer #wrapper #left-column #search_filters .facet-availability,#new-products #wrapper #left-column #search_filters .facet-availability,#best-sales #wrapper #left-column #search_filters .facet-availability,#prices-drop #wrapper #left-column #search_filters .facet-availability{margin-bottom:1.5rem}#category #wrapper #left-column #search_filters .facet-availability .facet-title,#search #wrapper #left-column #search_filters .facet-availability .facet-title,#manufacturer #wrapper #left-column #search_filters .facet-availability .facet-title,#new-products #wrapper #left-column #search_filters .facet-availability .facet-title,#best-sales #wrapper #left-column #search_filters .facet-availability .facet-title,#prices-drop #wrapper #left-column #search_filters .facet-availability .facet-title{display:none}#category #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list,#search #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list,#manufacturer #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list,#new-products #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list,#best-sales #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list,#prices-drop #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list{display:flex;gap:10px;flex-wrap:wrap}#category #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list>li,#search #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list>li,#manufacturer #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list>li,#new-products #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list>li,#best-sales #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list>li,#prices-drop #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list>li{width:fit-content;background-color:var(--grey_two);padding:6px 12px;border-radius:2px}#category #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list>li .facet-label>a,#search #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list>li .facet-label>a,#manufacturer #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list>li .facet-label>a,#new-products #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list>li .facet-label>a,#best-sales #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list>li .facet-label>a,#prices-drop #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list>li .facet-label>a{display:block;width:fit-content;font-size:1rem;margin:0;font-weight:700}#category #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list>li.active,#search #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list>li.active,#manufacturer #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list>li.active,#new-products #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list>li.active,#best-sales #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list>li.active,#prices-drop #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list>li.active{background-color:var(--blue_two)}#category #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list>li.active .facet-label>a,#search #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list>li.active .facet-label>a,#manufacturer #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list>li.active .facet-label>a,#new-products #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list>li.active .facet-label>a,#best-sales #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list>li.active .facet-label>a,#prices-drop #wrapper #left-column #search_filters .facet.facet-checkbox .facet-list>li.active .facet-label>a{color:var(--white)}#category #wrapper #left-column #search_filters .facet.facet-dropdown,#search #wrapper #left-column #search_filters .facet.facet-dropdown,#manufacturer #wrapper #left-column #search_filters .facet.facet-dropdown,#new-products #wrapper #left-column #search_filters .facet.facet-dropdown,#best-sales #wrapper #left-column #search_filters .facet.facet-dropdown,#prices-drop #wrapper #left-column #search_filters .facet.facet-dropdown{background-color:rgba(0,0,0,0);border:none;box-shadow:none}#category #wrapper #left-column #search_filters .facet.facet-dropdown .facet-dropdown.dropdown,#search #wrapper #left-column #search_filters .facet.facet-dropdown .facet-dropdown.dropdown,#manufacturer #wrapper #left-column #search_filters .facet.facet-dropdown .facet-dropdown.dropdown,#new-products #wrapper #left-column #search_filters .facet.facet-dropdown .facet-dropdown.dropdown,#best-sales #wrapper #left-column #search_filters .facet.facet-dropdown .facet-dropdown.dropdown,#prices-drop #wrapper #left-column #search_filters .facet.facet-dropdown .facet-dropdown.dropdown{background-color:var(--grey_two);padding:0;border:none;box-shadow:none}#category #wrapper #left-column #search_filters .facet.facet-dropdown .facet-dropdown.dropdown .select-title,#search #wrapper #left-column #search_filters .facet.facet-dropdown .facet-dropdown.dropdown .select-title,#manufacturer #wrapper #left-column #search_filters .facet.facet-dropdown .facet-dropdown.dropdown .select-title,#new-products #wrapper #left-column #search_filters .facet.facet-dropdown .facet-dropdown.dropdown .select-title,#best-sales #wrapper #left-column #search_filters .facet.facet-dropdown .facet-dropdown.dropdown .select-title,#prices-drop #wrapper #left-column #search_filters .facet.facet-dropdown .facet-dropdown.dropdown .select-title{background-color:var(--grey_two)}#category #wrapper #left-column #search_filters .facet-dropdown.open>.select-title,#search #wrapper #left-column #search_filters .facet-dropdown.open>.select-title,#manufacturer #wrapper #left-column #search_filters .facet-dropdown.open>.select-title,#new-products #wrapper #left-column #search_filters .facet-dropdown.open>.select-title,#best-sales #wrapper #left-column #search_filters .facet-dropdown.open>.select-title,#prices-drop #wrapper #left-column #search_filters .facet-dropdown.open>.select-title{border:none}#category #wrapper .category-additional-description,#search #wrapper .category-additional-description,#manufacturer #wrapper .category-additional-description,#new-products #wrapper .category-additional-description,#best-sales #wrapper .category-additional-description,#prices-drop #wrapper .category-additional-description{padding:0;margin-top:20px}#category #wrapper .category-additional-description h2,#search #wrapper .category-additional-description h2,#manufacturer #wrapper .category-additional-description h2,#new-products #wrapper .category-additional-description h2,#best-sales #wrapper .category-additional-description h2,#prices-drop #wrapper .category-additional-description h2{margin-bottom:16px}#category #wrapper .category-additional-description h2 span,#search #wrapper .category-additional-description h2 span,#manufacturer #wrapper .category-additional-description h2 span,#new-products #wrapper .category-additional-description h2 span,#best-sales #wrapper .category-additional-description h2 span,#prices-drop #wrapper .category-additional-description h2 span{font-size:24px;font-weight:700}#category #wrapper .category-additional-description span,#search #wrapper .category-additional-description span,#manufacturer #wrapper .category-additional-description span,#new-products #wrapper .category-additional-description span,#best-sales #wrapper .category-additional-description span,#prices-drop #wrapper .category-additional-description span{font-size:16px}#category #wrapper>.container{margin-bottom:50px}@media(max-width: 768px){body#product #header{height:10rem}}body#product #wrapper{margin-bottom:5rem}@media(max-width: 768px){body#product #wrapper>.container #main{border-radius:0}}body#product #wrapper .img-wallpaper{height:76.625rem}body#product #wrapper #content-wrapper .product-images>li.thumb-container .thumb.selected,body#product #wrapper #content-wrapper .product-images>li.thumb-container .thumb:hover{border-color:var(--blue_one)}body#product #wrapper #content-wrapper #main{background-color:var(--white);border-radius:30px 30px 0 0;padding:0 5rem}@media only screen and (max-width: 1200px){body#product #wrapper #content-wrapper #main{padding:0 2rem}}@media only screen and (max-width: 768px){body#product #wrapper #content-wrapper #main{padding:0 1rem}}@media only screen and (min-width: 768px){body#product #wrapper #content-wrapper #main .page-content{max-width:100%}}body#product #wrapper #content-wrapper #main .page-content .product-flags{top:10px;left:10px}body#product #wrapper #content-wrapper #main .page-content .product-flags>li{transform:rotate(-10.048deg)}@media only screen and (min-width: 992px){body#product #wrapper #content-wrapper #main .product-container>.col-left{padding-right:5rem}}@media only screen and (max-width: 992px){body#product #wrapper #content-wrapper #main .product-container>.col-left .images-container,body#product #wrapper #content-wrapper #main .product-container>.col-left .page-content{margin-inline:auto}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-cover{max-height:30rem;width:fit-content}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-cover img{max-height:30rem;object-fit:contain;width:auto}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-cover .layer{border-radius:10px}}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-cover .layer{border-radius:10px}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-additional-info{width:fit-content;position:absolute;top:10px;right:10px}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-additional-info .tabs{margin:0;padding:0;width:fit-content;background-color:rgba(0,0,0,0)}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-additional-info .tabs .js-mailalert{width:fit-content;position:relative}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-additional-info .tabs .js-mailalert .form-control{display:none;position:absolute;top:50%;transform:translateY(-50%);left:2.5rem;width:220px;z-index:5}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-additional-info .tabs .js-mailalert:hover .form-control{display:block}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-additional-info .tabs .js-mailalert .js-mailalert-add{width:2.5rem;height:2.5rem;border:none;background-color:var(--grey_two);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-additional-info .tabs .js-mailalert .js-mailalert-add:hover{transform:scale(1.1);opacity:.7}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-additional-info .tabs .js-mailalert .js-mailalert-add:active{transform:scale(1.2)}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-additional-info .tabs .js-mailalert .js-mailalert-add{display:flex !important}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-additional-info .tabs .js-mailalert .js-mailalert-add.disable{background-color:var(--grey_three);pointer-events:none}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-additional-info .tabs .js-mailalert .alert-registred{width:2.5rem;height:2.5rem;border:none;background-color:var(--grey_two);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-additional-info .tabs .js-mailalert .alert-registred:hover{transform:scale(1.1);opacity:.7}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-additional-info .tabs .js-mailalert .alert-registred:active{transform:scale(1.2)}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-additional-info .tabs .js-mailalert .alert-registred{background-color:var(--grey_three);pointer-events:none}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-additional-info .tabs .js-mailalert .js-mailalert-alerts .alert-danger,body#product #wrapper #content-wrapper #main .product-container>.col-left .product-additional-info .tabs .js-mailalert .js-mailalert-alerts .alert-success{position:fixed;top:0;right:20px;z-index:1000;opacity:1;transition:opacity 1s ease-in-out;animation:fadeOut 3s forwards}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-action{position:absolute;top:70px;right:10px}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-action .wishlist-button-add{margin-left:0;box-shadow:none;width:2.5rem;height:2.5rem;border:none;background-color:var(--grey_two);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-action .wishlist-button-add:hover{transform:scale(1.1);opacity:.7}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-action .wishlist-button-add:active{transform:scale(1.2)}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-action .wishlist-button-add i{color:var(--blue_two);font-size:21px}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-action .social-sharing{margin-top:20px}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-action .social-sharing .social-share-display{width:2.5rem;height:2.5rem;border:none;background-color:var(--grey_two);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-action .social-sharing .social-share-display:hover{transform:scale(1.1);opacity:.7}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-action .social-sharing .social-share-display:active{transform:scale(1.2)}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-action .social-sharing .social-share-elements{position:absolute;right:0;bottom:-180%;display:none}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-action .social-sharing .social-share-elements>li{width:2.5rem;height:2.5rem;border:none;background-color:var(--grey_two);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-action .social-sharing .social-share-elements>li:hover{transform:scale(1.1);opacity:.7}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-action .social-sharing .social-share-elements>li:active{transform:scale(1.2)}body#product #wrapper #content-wrapper #main .product-container>.col-left .product-action .social-sharing .social-share-elements>li{margin-left:0;margin-top:20px}body#product #wrapper #content-wrapper #main .product-container>.col-left .discover-video{text-align:center;display:none}body#product #wrapper #content-wrapper #main .product-container>.col-left .discover-video .btn-read-more{text-decoration:underline;font-size:1rem;font-weight:500;text-transform:uppercase;border:none;background:none;cursor:pointer;color:var(--blue_two)}body#product #wrapper #content-wrapper #main .product-container>.col-left .discover-video .btn-read-more:hover{text-decoration:none;color:inherit}body#product #wrapper #content-wrapper #main .product-container>.col-left .discover-video .btn-read-more:hover i{transform:translateX(10px)}body#product #wrapper #content-wrapper #main .product-container>.col-left .discover-video .btn-read-more i{font-size:20px}body#product #wrapper #content-wrapper #main .product-container>.col-left .discover-video .btn-read-more i.left{margin-right:5px}body#product #wrapper #content-wrapper #main .product-container>.col-left .discover-video .btn-read-more i.right{margin-left:5px}body#product #wrapper #content-wrapper #main .product-container>.col-left .scroll-box-arrows i{bottom:2.625rem}@media only screen and (min-width: 992px){body#product #wrapper #content-wrapper #main .product-container>.col-right{padding-left:5rem}}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-features-global-others .product-flags{position:relative}body#product #wrapper #content-wrapper #main .product-container>.col-right h1{font-size:3rem;color:var(--blue_two);font-weight:700;text-transform:initial;margin:0 0 1rem 0}@media(max-width: 768px){body#product #wrapper #content-wrapper #main .product-container>.col-right h1{font-size:2.5rem}}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-comments-additional-info{margin:0 0 1.5rem 0}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-comments-additional-info .comments-note{margin:0}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-comments-additional-info .comments-note>span{display:none}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-comments-additional-info .comments-note .link-comment{display:flex;align-items:center;gap:1rem;font-size:1rem;font-weight:400;font-size:1rem;text-decoration:underline}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-comments-additional-info .comments-note .link-comment:hover{text-decoration:none}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-comments-additional-info .comments-note .link-comment .grade-stars .star-content{margin-left:0}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-comments-additional-info .additional-links{display:none}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-prices{display:flex;align-content:center;gap:.5rem;margin-bottom:1.5rem}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-prices .product-discount{margin-bottom:0;display:flex;align-items:center}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-prices .product-discount .regular-price{margin-right:0}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-prices .product-price{margin-bottom:0}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-prices .product-price .current-price{margin-bottom:0;display:flex;align-items:center;gap:.5rem}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-prices .product-price .current-price .current-price-value{font-size:2.25rem;font-weight:700}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-prices .product-price .current-price .current-price-value.has-discount{color:var(--theme_color)}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-prices .product-price .current-price .product-discount span{font-size:1.25rem}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-prices .product-price .current-price .discount.discount-amount{margin-left:0}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-prices .tax-shipping-delivery-label{margin-bottom:0;display:flex;align-items:center}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-description{margin-bottom:1.5rem}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-description p{margin-bottom:0;display:inline}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-description a.see-more{font-weight:700;color:var(--theme_color);margin-left:5px;text-decoration:underline}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-description a.see-more:hover{text-decoration:none}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-reference-global-features{display:flex;align-items:center;gap:12px}@media only screen and (max-width: 600px){body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-reference-global-features{flex-direction:column;align-items:flex-start}}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-reference-global-features .product-global-info{display:flex;align-items:center;gap:12px}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-reference-global-features .product-global-info>div>a{display:flex;background-color:var(--grey_two);gap:.5rem;font-weight:500;color:var(--blue_two);padding:6.5px 12px;border-radius:4px;text-transform:uppercase}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-reference-global-features .product-global-info>div>a:hover{color:var(--blue_two)}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-reference-global-features .product-reference,body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-reference-global-features .product-ean13{font-size:1rem}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-reference-global-features .product-reference label,body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-reference-global-features .product-ean13 label{margin-bottom:0;font-weight:700;font-size:1rem;text-transform:uppercase}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-features-global-others .product-features-others{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:1rem}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-features-global-others .product-features-others>div>a{display:flex;background-color:var(--blue_two);gap:.5rem;font-weight:500;color:var(--white);padding:6.5px 12px;border-radius:4px;text-transform:uppercase}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-features-global-others .product-features-others>div>a:hover{color:var(--white)}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-features-global-others .product-global-info{display:flex;align-items:center;flex-wrap:wrap;flex-direction:row;gap:12px}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-variants{margin:1.5rem 0}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-variants .product-variants-item{margin:0}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-variants .control-label{font-weight:700;font-size:18px;margin-bottom:.75rem}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-variants .variant-availability{display:flex;gap:1rem;align-items:center}@media(max-width: 768px){body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-variants .variant-availability{flex-direction:column;align-items:start}}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-variants .variant-availability .form-control.form-control-select{min-width:125px;background-color:var(--grey_two);border:none;font-weight:700;height:2.8125rem;color:var(--blue_two)}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-variants .variant-availability #product-availability{margin-top:0;padding:4px 12px;font-size:11px;font-weight:700;text-align:center;text-transform:uppercase;border-radius:2px;display:flex;align-items:center;gap:.5rem;width:fit-content}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-variants .variant-availability #product-availability::before{content:"";width:7px;min-width:7px;height:7px;min-height:7px;display:inline-block;border-radius:50%}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-variants .variant-availability #product-availability.available{background-color:var(--green_lighter)}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-variants .variant-availability #product-availability.available::before{background-color:var(--green)}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-variants .variant-availability #product-availability.last_remaining_items{background-color:var(--theme_color_lighter)}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-variants .variant-availability #product-availability.last_remaining_items::before{background-color:var(--theme_color)}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-variants .variant-availability #product-availability.unavailable{background-color:var(--red_lighter)}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-variants .variant-availability #product-availability.unavailable::before{background-color:var(--red)}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-variants .variant-availability .product-delay{font-size:14px}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-variants .variant-availability .product-delay .green{font-size:14px;color:var(--green);font-weight:700}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-quantity{gap:.5rem;margin:1.5rem 0}@media(max-width: 500px){body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-quantity{flex-wrap:wrap}}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-quantity .qty{border:2px solid var(--blue_two);border-radius:4px;margin:0;max-height:46px}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-quantity .qty .input-group-btn-vertical{display:none}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-quantity .qty .qty-button{height:100%;width:46px;display:flex;align-items:center;justify-content:center;cursor:pointer}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-quantity .qty .qty-button>span{font-size:2rem;margin-top:-5px}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-quantity .qty #quantity_wanted{width:54px;text-align:center;font-size:1.5rem;font-weight:700;border:none;max-height:100%}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-quantity .add{margin:0}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-quantity .add .btn.btn-primary.add-to-cart{color:var(--white);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--theme_color);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-quantity .add .btn.btn-primary.add-to-cart:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--grey_two);z-index:-1;transition:top .3s ease-out}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-quantity .add .btn.btn-primary.add-to-cart:hover:before{top:0}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-quantity .add .btn.btn-primary.add-to-cart:hover{color:var(--blue_two)}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-quantity .add .btn.btn-primary.add-to-cart{height:100%;display:flex;align-items:center;gap:.5rem}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-quantity .add .btn.btn-primary.add-to-cart::after{content:url("../../assets/img/addtocart.svg");height:19px;display:block}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-add-to-cart .product-quantity .add .btn.btn-primary.add-to-cart:hover::after{content:url("../../assets/img/addtocartbis.svg")}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information #ps_checkout-payment-method-logo-block-container{display:none}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information .product-awards{display:flex;gap:2rem;margin:1.5rem 0}body#product #wrapper #content-wrapper #main .product-container>.col-right .product-information hr.separator{margin:1.5rem 0}body#product #wrapper #content-wrapper #main .product-container .col-middle{margin-top:3rem}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs{padding:0;margin:0}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs .nav.nav-tabs{display:flex;justify-content:center}@media(max-width: 768px){body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs .nav.nav-tabs{justify-content:start;overflow-x:scroll;overflow-y:hidden;scrollbar-width:none;-webkit-scrollbar-width:none}}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs .nav.nav-tabs .nav-item .nav-link.active{background-color:var(--blue_two)}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs .nav.nav-tabs .nav-item .nav-link.active h2{color:var(--white)}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs .nav.nav-tabs .nav-item:not(:first-child){margin-left:1rem}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs .nav.nav-tabs .nav-item .nav-link{background-color:var(--grey_two);text-transform:uppercase;padding:17.5px 32px;border:none;height:100%;display:flex;align-items:center;justify-content:center}@media(max-width: 768px){body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs .nav.nav-tabs .nav-item .nav-link{text-wrap:nowrap}}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs .nav.nav-tabs .nav-item .nav-link h2{margin-bottom:0;text-align:center}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs .nav.nav-tabs .nav-item .nav-link:hover{border:none;background-color:var(--blue_two)}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs .nav.nav-tabs .nav-item .nav-link:hover h2{color:var(--white)}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane{padding-top:3rem}@media only screen and (max-width: 768px){body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane{padding-bottom:.1rem}}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .col-left{padding-right:2rem}@media(max-width: 768px){body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .col-left{padding-right:0}}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .col-right{padding-left:2rem}@media(max-width: 768px){body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .col-right{padding-left:0}}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .col-right .product-description,body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .col-right .product-description-two{margin-bottom:4rem}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .col-right .product-description h3,body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .col-right .product-description-two h3{font-size:1.5rem;color:var(--theme_color);font-weight:700;margin-bottom:1.5rem;line-height:1}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .col-right .product-description p,body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .col-right .product-description-two p{margin-bottom:2rem}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .sliders-container{display:flex;flex-direction:column;gap:.5rem;margin-bottom:40px}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .sliders-container>div{border-radius:4px;padding:13.5px 12px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;row-gap:.5rem;padding-bottom:0px}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .sliders-container>div p{margin-bottom:0;font-weight:700}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .sliders-container>div .content{display:flex;gap:1rem}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .sliders-container>div .content>div{background-color:var(--grey_two);border-radius:12px;padding:5px 12px 6px 12px;font-size:14px;position:relative}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .sliders-container>div .content>div:not(:last-child):after{content:"";height:2px;width:1rem;position:absolute;background-color:var(--blue_two);display:block;top:calc(50% - 2px);right:-1rem}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .sliders-container>div .content>div a{font-size:14px;font-weight:700;letter-spacing:.32px;text-transform:uppercase;color:var(--blue_two)}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .sliders-container>div .content>div.active{background-color:var(--blue_two)}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .sliders-container>div .content>div.active a{color:var(--white)}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .publishings{background-color:var(--blue_two);padding:14px 1rem;border-radius:6px;margin-bottom:40px}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .publishings h3{color:var(--white);font-size:1.5rem;font-weight:700}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .publishings .publishings-content{background-color:var(--white);padding:1rem;border-radius:4px;display:flex;flex-direction:column;gap:1.5rem}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .publishings .publishings-content .product-feature-group,body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .publishings .publishings-content .product-manufacturer{display:flex;justify-content:space-between}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .publishings .publishings-content .product-feature-group strong,body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .publishings .publishings-content .product-manufacturer strong{width:50%}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .publishings .publishings-content .product-feature-group .content,body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .publishings .publishings-content .product-manufacturer .content{flex-grow:1;text-align:left}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .publishings .publishings-content .product-feature-group a,body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .publishings .publishings-content .product-manufacturer a{text-decoration:underline}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .publishings .publishings-content .product-feature-group a:hover,body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .publishings .publishings-content .product-manufacturer a:hover{color:inherit;text-decoration:none}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .second-picture{display:none}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .second-picture img{margin-bottom:2rem;max-width:100%;object-fit:cover}@media only screen and (min-width: 992px){body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane .second-picture img{margin-bottom:0;width:100%;height:auto}}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane #videoContent .videos-container{display:flex;align-items:flex-end;justify-content:center;flex-wrap:wrap;gap:1.5rem}@media only screen and (min-width: 1430px){body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane #videoContent .videos-container{justify-content:space-between}}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane #videoContent .videos-container .video iframe{max-width:100%}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane #videoContent .videos-container .video h3{font-size:1.5rem;color:var(--theme_color);font-weight:700;margin-bottom:1.5rem;line-height:1}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane #videoContent .see-more-link{margin-top:40px;text-align:center}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane #talkAbtContent .talk{margin-bottom:2rem}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane #talkAbtContent .talk .content{border-bottom:1px solid var(--grey_two);padding-bottom:2rem;display:flex;align-items:center;gap:1.5rem}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane #talkAbtContent .talk .content img{max-width:250px;max-height:150px;margin-bottom:0}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane #talkAbtContent .talk .content .title-group{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane #talkAbtContent .talk .content .title-group h3{font-size:14px;font-weight:400;margin-bottom:0;color:var(--theme_color);font-size:1.5rem;font-weight:700}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane #talkAbtContent .talk .content .title-group .extract-lang{font-size:16px;border:2px solid var(--blue_two);padding:1px 4px;font-weight:700;text-transform:uppercase}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane #talkAbtContent .talk .content .extract-text{font-size:14px;margin-bottom:1rem}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane #talkAbtContent .talk .content .extract-text{max-height:38px;min-height:38px;overflow:hidden;text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;cursor:pointer;transition:max-height .3s ease;position:relative}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane #talkAbtContent .talk .content .extract-text.expanded{max-height:1000px;-webkit-line-clamp:unset;overflow:visible}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane #talkAbtContent .talk .content .btn-read-more{text-decoration:underline;font-size:1rem;font-weight:500;text-transform:uppercase;border:none;background:none;cursor:pointer;color:var(--blue_two)}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane #talkAbtContent .talk .content .btn-read-more:hover{text-decoration:none;color:inherit}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane #talkAbtContent .talk .content .btn-read-more:hover i{transform:translateX(10px)}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane #talkAbtContent .talk .content .btn-read-more i{font-size:20px}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane #talkAbtContent .talk .content .btn-read-more i.left{margin-right:5px}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane #talkAbtContent .talk .content .btn-read-more i.right{margin-left:5px}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane #talkAbtContent .talk .content .btn-read-more{color:var(--theme_color)}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane #talkAbtContent .talk .content .btn-read-more:hover{color:var(--theme_color)}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content .tab-pane #talkAbtContent .talk .content .btn-read-more i{color:var(--theme_color)}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #product-details{max-width:800px;margin:0 auto}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #product-details .product-features{background-color:var(--blue_two);padding:1rem;border-radius:6px}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #product-details .product-features h2{color:var(--white);font-size:1.5rem;font-weight:700;margin-bottom:1rem;line-height:1}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #product-details .product-features .data-sheet{background-color:var(--white);padding:1rem;border-radius:4px;margin:0;gap:.75rem 1.5rem}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #product-details .product-features .data-sheet dt.name{flex:0 0 25% !important}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #product-details .product-features .data-sheet dd.value{flex:1 0 calc(75% - 1.5rem) !important}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #product-details .product-features .data-sheet dt.name,body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #product-details .product-features .data-sheet dd.value{background-color:rgba(0,0,0,0);padding:0;min-height:auto;margin:0}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #product-details .product-features .data-sheet dd.value{font-weight:400}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #product-details .product-features .data-sheet dd.value a{text-decoration:underline;font-weight:400}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #product-details .product-features .data-sheet dd.value a:hover{text-decoration:none;color:var(--blue_two)}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #product-details .product-features .data-sheet h3{margin-bottom:0}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #attachments .product-attachments .attachment{margin-bottom:1.5rem}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #attachments .product-attachments .attachment h3{font-size:1.5rem;color:var(--theme_color);font-weight:700;margin-bottom:1.5rem;line-height:1}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #attachments .product-attachments .attachment a{text-decoration:underline}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #attachments .product-attachments .attachment a:hover{text-decoration:none;color:var(--blue_two)}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #reviews{max-width:800px;margin:0 auto}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #reviews #product-comments-list-header{padding:0;margin:0}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #reviews #product-comments-list-header h3{font-size:1.5rem;color:var(--theme_color);font-weight:700;margin-bottom:1.5rem;line-height:1}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #reviews .product-comment-list-item{padding:0;padding-bottom:.5rem;border-bottom:1px solid var(--blue_two);margin-bottom:1.5rem}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #reviews .product-comment-list-item:last-of-type{border-bottom:none}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #reviews .product-comment-list-item .comment-infos{min-height:80px}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #reviews .product-comment-list-item .comment-infos .comment-header{display:flex;margin-bottom:1rem}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #reviews .product-comment-list-item .comment-infos .comment-header .comment-author{font-weight:500;font-size:14px}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #reviews .product-comment-list-item .comment-infos .comment-header .comment-date{opacity:.7;font-size:14px}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #reviews .product-comment-list-item .comment-content p{font-size:14px;color:var(--blue_two)}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #reviews .product-comment-list-item .comment-content .h4{font-size:20px;color:var(--blue_two);margin-bottom:1rem}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #reviews .product-comment-list-item .grade-stars{margin-bottom:1rem}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #reviews .product-comment-list-item .grade-stars .star-content{margin-bottom:0}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #accessories .product-accessories .heading-title{background-color:var(--blue_two);padding:16px 24px 16px 60px;position:relative;border-radius:0 0 20px 20px;font-size:1.5rem;font-weight:bold;color:var(--white);text-align:left;margin:1.5rem 0}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #accessories .product-accessories .heading-title h2,body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #accessories .product-accessories .heading-title h3,body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #accessories .product-accessories .heading-title h4{font-size:1.5rem;font-weight:bold;color:var(--white);text-align:left;margin:0}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #accessories .product-accessories .heading-title .all-product-link{margin:0}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #accessories .product-accessories .heading-title::before{content:url("../../assets/img/cup.svg");display:block;position:absolute;top:-1px;left:-1px}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #accessories .product-accessories .heading-title{margin-top:0;display:flex;align-items:center}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #accessories .product-accessories .heading-title:before{opacity:.5}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #accessories .product-accessories::after{content:"";display:block;background-color:var(--blue_two);width:100%;height:64px;position:absolute;bottom:0;left:0;width:100%;border-radius:6px}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #accessories .product-accessories .products{margin-bottom:1.5rem;flex-wrap:nowrap;overflow:scroll;scroll-behavior:smooth;justify-content:flex-start}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #accessories .product-accessories .products .product{z-index:1;width:25%;min-width:25%}@media(max-width: 1024px){body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #accessories .product-accessories .products .product{width:33.3333333333%;min-width:33.3333333333%}}@media(max-width: 768px){body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #accessories .product-accessories .products .product{width:50%;min-width:50%}}@media(max-width: 500px){body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #accessories .product-accessories .products .product{width:100%;min-width:100%}}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #accessories .product-accessories .products .product .product-miniature{margin:0 .5rem}@media(max-width: 500px){body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #accessories .product-accessories .products .product .product-miniature{margin:0 1rem}}body#product #wrapper #content-wrapper #main .product-container .col-middle .tabs #tab-content #accessories .product-accessories .products::after{display:none !important}body#product #wrapper #content-wrapper #main .product-flag.discount{display:flex;background-color:var(--theme_color);gap:.5rem;font-weight:500;color:var(--white);padding:6.5px 12px;border-radius:4px;text-transform:uppercase}body#product #wrapper #content-wrapper #main .product-flag.discount:hover{color:var(--white)}body#product #wrapper #content-wrapper #main .product-flag.new{display:flex;background-color:var(--blue_one);gap:.5rem;font-weight:500;color:var(--white);padding:6.5px 12px;border-radius:4px;text-transform:uppercase}body#product #wrapper #content-wrapper #main .product-flag.new:hover{color:var(--white)}body#product #wrapper #content-wrapper #main .product-flag.product-manufacturer{display:flex;background-color:var(--blue_two);gap:.5rem;font-weight:500;color:var(--white);padding:6.5px 12px;border-radius:4px;text-transform:uppercase}body#product #wrapper #content-wrapper #main .product-flag.product-manufacturer:hover{color:var(--white)}body#product #wrapper #content-wrapper #main .category{display:flex;background-color:var(--grey_two);gap:.5rem;font-weight:500;color:var(--blue_two);padding:6.5px 12px;border-radius:4px;text-transform:uppercase}body#product #wrapper #content-wrapper #main .category:hover{color:var(--blue_two)}body#product #wrapper #content-wrapper #main .award-winner{display:flex;background-color:var(--theme_color_secondary);gap:.5rem;font-weight:500;color:var(--blue_two);padding:6.5px 12px;border-radius:4px;text-transform:uppercase}body#product #wrapper #content-wrapper #main .award-winner:hover{color:var(--blue_two)}body#product #wrapper #content-wrapper #main .blue-flag{display:flex;background-color:var(--blue_three);gap:.5rem;font-weight:500;color:var(--blue_two);padding:6.5px 12px;border-radius:4px;text-transform:uppercase}body#product #wrapper #content-wrapper #main .blue-flag:hover{color:var(--blue_two)}body#product #wrapper #content-wrapper #main .product-flag.out_of_stock{display:flex;background-color:var(--red);gap:.5rem;font-weight:500;color:var(--white);padding:6.5px 12px;border-radius:4px;text-transform:uppercase}body#product #wrapper #content-wrapper #main .product-flag.out_of_stock:hover{color:var(--white)}body#product #wrapper #content-wrapper>.featured-products{margin-top:6rem}body#product #wrapper #content-wrapper>.featured-products .heading-title{background-color:var(--theme_color);padding:16px 24px 16px 60px;position:relative;border-radius:0 0 20px 20px;font-size:1.5rem;font-weight:bold;color:var(--white);text-align:left;margin:1.5rem 0}body#product #wrapper #content-wrapper>.featured-products .heading-title h2,body#product #wrapper #content-wrapper>.featured-products .heading-title h3,body#product #wrapper #content-wrapper>.featured-products .heading-title h4{font-size:1.5rem;font-weight:bold;color:var(--white);text-align:left;margin:0}body#product #wrapper #content-wrapper>.featured-products .heading-title .all-product-link{margin:0}body#product #wrapper #content-wrapper>.featured-products .heading-title::before{content:url("../../assets/img/cup.svg");display:block;position:absolute;top:-1px;left:-1px}body#product #wrapper #content-wrapper>.featured-products .heading-title{display:flex;align-items:center}body#product #wrapper #content-wrapper>.featured-products .heading-title:before{opacity:.5}body#product #wrapper #content-wrapper>.featured-products::after{content:"";display:block;background-color:var(--theme_color);width:100%;height:64px;position:absolute;bottom:0;left:0;width:100%;border-radius:6px}body#product #wrapper #content-wrapper>.featured-products .products{margin-bottom:1.5rem;flex-wrap:nowrap;overflow:scroll;scroll-behavior:smooth;justify-content:flex-start}body#product #wrapper #content-wrapper>.featured-products .products .product{z-index:1;width:20%;min-width:20%}@media(max-width: 1400px){body#product #wrapper #content-wrapper>.featured-products .products .product{width:25%;min-width:25%}}@media(max-width: 1200px){body#product #wrapper #content-wrapper>.featured-products .products .product{width:33.3333333333%;min-width:33.3333333333%}}@media(max-width: 768px){body#product #wrapper #content-wrapper>.featured-products .products .product{width:50%;min-width:50%}}@media(max-width: 500px){body#product #wrapper #content-wrapper>.featured-products .products .product{width:100%;min-width:100%}}body#product #wrapper #content-wrapper>.featured-products .products .product .product-miniature{margin:0 .5rem}@media(max-width: 500px){body#product #wrapper #content-wrapper>.featured-products .products .product .product-miniature{margin:0 1rem}}body#product #wrapper #content-wrapper>.featured-products .slick-prev{background-color:var(--white);color:var(--black);top:-3.5rem;right:4rem;left:unset}body#product #wrapper #content-wrapper>.featured-products .slick-next{background-color:var(--white);color:var(--black);top:-3.5rem;right:2rem;left:unset}@keyframes fadeOut{0%{opacity:1}90%{opacity:1}100%{opacity:0}}@media(max-width: 768px){#cms:not(.elementor-page:has(.elementor)) #header,#cms:not(.elementor-page:has(.elementor)) .img-wallpaper{height:10rem}}@media(max-width: 768px){#cms:not(.elementor-page:has(.elementor)).cms-id-6 #header,#cms:not(.elementor-page:has(.elementor)).cms-id-6 .img-wallpaper{height:13rem}}#cms:not(.elementor-page:has(.elementor)) h3{font-size:2rem;margin-block:2rem .75rem}#cms:not(.elementor-page:has(.elementor)) table{margin-block:1rem}#cms:not(.elementor-page:has(.elementor)) table tr{padding:5px 10px}#cms:not(.elementor-page:has(.elementor)) table tr td{padding:5px 10px}#cms:not(.elementor-page:has(.elementor)) table tr td p{margin:0}#cms:not(.elementor-page:has(.elementor)).cms-id-4 #header,#cms:not(.elementor-page:has(.elementor)).cms-id-11 #header{background:var(--blue_two) !important}#cms:not(.elementor-page:has(.elementor)).cms-id-4 .breadcrumb,#cms:not(.elementor-page:has(.elementor)).cms-id-11 .breadcrumb{background:var(--blue_two)}#cms:not(.elementor-page:has(.elementor)).cms-id-4 #wrapper>.container,#cms:not(.elementor-page:has(.elementor)).cms-id-11 #wrapper>.container,#cms:not(.elementor-page:has(.elementor)).cms-id-6 #wrapper>.container{width:100vw !important;padding-inline:0% !important}#cms:not(.elementor-page:has(.elementor)).cms-id-4 #footer,#cms:not(.elementor-page:has(.elementor)).cms-id-11 #footer,#cms:not(.elementor-page:has(.elementor)).cms-id-6 #footer{margin-top:-95px}#cms:not(.elementor-page:has(.elementor)).cms-id-6 .breadcrumb{width:100%;max-width:1600px}@media only screen and (min-width: 992px){#cms:not(.elementor-page:has(.elementor)).cms-id-6 .breadcrumb{width:95%}}#cms:not(.elementor-page:has(.elementor)).cms-id-6 .breadcrumb{margin-inline:auto !important}#cms:not(.elementor-page:has(.elementor)).cms-id-4 #wrapper>.container,#cms:not(.elementor-page:has(.elementor)).cms-id-11 #wrapper>.container{padding-top:0rem !important}#cms:not(.elementor-page:has(.elementor)).cms-id-10 h1{text-align:center !important}#cms:not(.elementor-page:has(.elementor)).cms-id-10 h3{font-size:1.5rem}#cms:not(.elementor-page:has(.elementor)).cms-id-10 .page-cms-10 table{text-align:center}#cms:not(.elementor-page:has(.elementor)).cms-id-10 .page-cms-10 img{max-width:100%}#cms:not(.elementor-page:has(.elementor)) #wrapper{position:relative;z-index:1}#cms:not(.elementor-page:has(.elementor)) #wrapper>.container{padding-inline:5% !important;padding-top:1rem !important}#cms:not(.elementor-page:has(.elementor)) #footer{z-index:2;position:relative}#cms:not(.elementor-page:has(.elementor)) #content{padding:0}#cms:not(.elementor-page:has(.elementor)) #content-wrapper{padding-inline:0px !important}#cms:not(.elementor-page:has(.elementor)) #main .container{padding-inline:0% !important}#cms:not(.elementor-page:has(.elementor)) .container{padding:0}#cms:not(.elementor-page:has(.elementor)) .container::after{display:none}@media(max-width: 768px){#cms:not(.elementor-page:has(.elementor)) .container{width:100%;max-width:100%}}@media(min-width: 768px){#cms:not(.elementor-page:has(.elementor)) #wrapper>.container{width:100%;max-width:100%;padding:0}}#cms:not(.elementor-page:has(.elementor)) .carousel-brands{background-color:var(--grey_one);padding-block:20px}#cms:not(.elementor-page:has(.elementor)) .carousel-brands .container{display:flex;width:100%;align-items:center;justify-content:center;gap:2vw;flex-wrap:wrap}#cms:not(.elementor-page:has(.elementor)) .carousel-brands .container img{max-height:90px}#cms:not(.elementor-page:has(.elementor)) h2{font-size:32px;color:var(--blue_two);margin-block:40px}#cms:not(.elementor-page:has(.elementor)) h2 b{font-size:32px}@media(max-width: 1024px){#cms:not(.elementor-page:has(.elementor)) #main .section-cms-family-1 .container{padding-inline:0px !important}}@media(max-width: 768px){#cms:not(.elementor-page:has(.elementor)) #main .section-cms-family-1 .container{padding-inline:7% !important}}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-1{background-color:var(--blue_two)}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-1 *{color:var(--white);font-family:var(--font_ipa)}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-1 h1{font-size:48px;padding:0;margin:0 0 1rem 0;text-align:left}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-1 p{font-weight:400;font-size:20px}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-1 .container{display:flex;gap:5%;padding-block:0 40px}@media(max-width: 768px){#cms:not(.elementor-page:has(.elementor)) .section-cms-family-1 .container{flex-direction:column;margin-top:-1px}}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-1 .container::after{display:none}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-1 .container img{height:fit-content;width:50%}@media(max-width: 768px){#cms:not(.elementor-page:has(.elementor)) .section-cms-family-1 .container img{width:100%}}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-1 .container .content{width:50%}@media(max-width: 768px){#cms:not(.elementor-page:has(.elementor)) .section-cms-family-1 .container .content{width:100%}}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-1 .breadcrumb ol li span{color:var(--white) !important}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-1 .breadcrumb ol li::after{color:var(--white)}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-1 .breadcrumb ol li:last-child span{color:var(--white) !important}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-2{padding-block:80px}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-2 h2{text-align:center}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-2 .grid-3{display:grid;grid-template-columns:repeat(3, 1fr)}@media(max-width: 768px){#cms:not(.elementor-page:has(.elementor)) .section-cms-family-2 .grid-3{grid-template-columns:repeat(1, 1fr)}}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-2 .grid-3{gap:32px;max-width:1280px;margin-inline:auto}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-2 .card{padding:24px;background:var(--grey_two);display:flex;flex-direction:column;gap:14px;border-radius:8px}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-2 .card p{font-size:24px;font-weight:500;margin:0}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-3{background-color:rgba(255,90,0,.15);padding-block:80px}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-3 h2{color:var(--orange)}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-3 .grid-4{display:grid;grid-template-columns:repeat(4, 1fr)}@media(max-width: 1200px){#cms:not(.elementor-page:has(.elementor)) .section-cms-family-3 .grid-4{grid-template-columns:repeat(2, 1fr);padding-inline:5%}}@media(max-width: 600px){#cms:not(.elementor-page:has(.elementor)) .section-cms-family-3 .grid-4{grid-template-columns:repeat(1, 1fr)}}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-3 .grid-4{gap:24px}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-3 .card{border-radius:8px;padding:32px 24px;background-color:#ff5a00;position:relative}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-3 .card img{border-radius:4px}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-3 .card *{color:var(--white)}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-3 .card h3{text-transform:uppercase;font-size:24px;font-weight:500;margin-block:24px}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-3 .card img{width:100%;height:auto;aspect-ratio:1}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-3 .card .svg{position:absolute;left:32px;top:40px;width:40px;height:40px;scale:3}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-4{padding-block:80px;display:flex;flex-direction:column;gap:40px}@media(max-width: 768px){#cms:not(.elementor-page:has(.elementor)) .section-cms-family-4{padding-inline:8%}}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-4 h2{max-width:480px;margin-inline:auto;text-align:center}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-4 .container>p{max-width:900px;margin-inline:auto;text-align:center;margin-bottom:40px;font-size:20px}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-4 .container>a{color:var(--white);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--blue_two);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-4 .container>a:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--theme_color);z-index:-1;transition:top .3s ease-out}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-4 .container>a:hover:before{top:0}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-4 .container>a:hover{color:var(--white)}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-4 .container>a{margin-inline:auto;display:block;width:fit-content}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-4 .content{display:flex;gap:24px;margin-bottom:40px}@media(max-width: 768px){#cms:not(.elementor-page:has(.elementor)) .section-cms-family-4 .content{flex-direction:column}}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-4 .content .right-column{display:flex;flex-direction:column;gap:24px}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-4 .content>div{width:50%}@media(max-width: 768px){#cms:not(.elementor-page:has(.elementor)) .section-cms-family-4 .content>div{width:100%}}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-4 .content>div>div{background-color:var(--grey_two);padding:32px 40px;border-radius:6px;height:100%;position:relative}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-4 .content>div>div svg{position:absolute;right:15px;top:15px;transform:rotate(25deg);opacity:.5;scale:1.5}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-4 .content h3{font-size:20px}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-4 .content ul{padding-left:20px;list-style:disc;margin-bottom:0}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-4 .content ul li:not(:last-child){margin-bottom:15px}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-4 .content strong{text-transform:uppercase}#cms:not(.elementor-page:has(.elementor)) #main .section-cms-family-5 .container{padding-left:0px !important}@media(max-width: 1024px){#cms:not(.elementor-page:has(.elementor)) #main .section-cms-family-5 .container{padding-right:0px !important}}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-5{background:var(--blue_two);padding-bottom:25px}@media(max-width: 1250px){#cms:not(.elementor-page:has(.elementor)) .section-cms-family-5{padding-bottom:75px}}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-5 .container{padding:0;margin:0;display:flex;align-items:center;gap:8%;width:100%;height:600px;min-height:fit-content;height:fit-content;padding-left:0 !important}@media(max-width: 1024px){#cms:not(.elementor-page:has(.elementor)) .section-cms-family-5 .container{flex-direction:column;padding-right:0px !important;height:fit-content}}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-5 .container::after{display:none}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-5 .container .img{background-repeat:no-repeat;background-size:cover;background-position:center;width:45%;height:100%;min-height:720px}@media(max-width: 1024px){#cms:not(.elementor-page:has(.elementor)) .section-cms-family-5 .container .img{width:100%;min-height:250px}}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-5 .container .content{width:50%;padding-block:75px;padding-right:5%}@media(max-width: 1024px){#cms:not(.elementor-page:has(.elementor)) .section-cms-family-5 .container .content{width:100%;padding-inline:5%}}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-5 .container *{color:var(--white)}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-5 .container h2{font-size:48px}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-5 .container p{font-size:18px}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-5 .container a{color:var(--blue_two);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--white);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-5 .container a:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--theme_color);z-index:-1;transition:top .3s ease-out}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-5 .container a:hover:before{top:0}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-5 .container a:hover{color:var(--white)}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-5 .container a{font-weight:500;margin-top:40px;display:block;width:fit-content}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-5 .container .image-brands{display:flex;gap:1rem 1.5rem;flex-wrap:wrap}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-5 .container .image-brands img{width:auto;height:auto;object-fit:contain}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-5 .container-1{display:flex;flex-direction:column;align-items:start;width:100%;padding-block:5rem;padding-inline:7%;margin-inline:auto}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-5 .container-1 iframe{width:100%;height:auto;aspect-ratio:19/9}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-5 .container-1>div{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:3rem}@media(max-width: 768px){#cms:not(.elementor-page:has(.elementor)) .section-cms-family-5 .container-1>div{flex-direction:column;align-items:start;gap:1rem}}#cms:not(.elementor-page:has(.elementor)) .section-cms-family-5 .container-1 h2{color:#fff;font-size:48px;margin-bottom:5px}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-1{padding-block:25px 80px}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-1 .container{display:flex;align-items:center;gap:8%}@media(max-width: 1024px){#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-1 .container{flex-direction:column}}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-1 h2{font-size:48px;margin:0;padding:0;margin-bottom:40px}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-1 p:not(:last-of-type){margin-bottom:40px}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-1 .content{width:50%}@media(max-width: 1024px){#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-1 .content{width:90%}}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-1 img{width:40%;max-width:650px}@media(max-width: 1024px){#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-1 img{width:90%;max-width:100%}}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2{background-color:var(--theme_color);padding-block:80px 100px;margin-bottom:0}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 .grid-4{display:grid;grid-template-columns:repeat(4, 1fr)}@media(max-width: 1275px){#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 .grid-4{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 600px){#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 .grid-4{grid-template-columns:repeat(1, 1fr)}}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 .grid-4{gap:40px;margin-bottom:40px;max-width:1400px;margin-inline:auto}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 .grid-4 .card{background-color:var(--white);border-radius:8px;padding:18px;display:flex;flex-direction:column;gap:32px;max-width:320px;width:100%;margin-inline:auto}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 .grid-4 .card .card-top{display:flex;gap:25px}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 .grid-4 .card .card-top p{color:var(--blue_two_lighter);text-transform:uppercase;margin:0;font-size:20px;font-weight:700;margin-bottom:-5px}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 .grid-4 .card .card-top h3{text-transform:uppercase;font-size:36px;font-weight:700}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 .grid-4 .card .card-mid{display:flex;align-items:center;gap:16px}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 .grid-4 .card .card-mid p{color:var(--blue_two);text-transform:uppercase;font-weight:700;font-size:20px;margin:0}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 .grid-4 .card .card-mid span{font-weight:700;font-size:26px;color:var(--white);padding:2px 30px 6px 30px;border-radius:40px;background:var(--blue_two)}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 .grid-4 .card .card-bottom p{text-transform:uppercase;color:var(--blue_two_lighter);display:flex;width:100%;justify-content:space-between;align-items:center;font-weight:700}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 .grid-4 .card .card-bottom p span{background:var(--blue_two);color:var(--white);padding:6px 16px 10px 16px;border-radius:4px}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 .grid-4 .card .card-bottom p:last-of-type{margin-bottom:0}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 .grid-4 .card .card-bottom p:last-of-type span{background:var(--blue_two_lighter)}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 .grid-4 .card.copper .card-top svg path{fill:var(--copper)}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 .grid-4 .card.copper .card-top h3{color:var(--copper)}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 .grid-4 .card.copper .card-mid span{background:var(--copper)}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 .grid-4 .card.bronze .card-top svg path{fill:var(--bronze)}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 .grid-4 .card.bronze .card-top h3{color:var(--bronze)}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 .grid-4 .card.bronze .card-mid span{background:var(--bronze)}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 .grid-4 .card.silver .card-top svg path{fill:var(--silver)}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 .grid-4 .card.silver .card-top h3{color:var(--silver)}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 .grid-4 .card.silver .card-mid span{background:var(--silver)}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 .grid-4 .card.gold .card-top svg path{fill:var(--gold)}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 .grid-4 .card.gold .card-top h3{color:var(--gold)}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 .grid-4 .card.gold .card-mid span{background:var(--gold)}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 a{color:var(--blue_two);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--white);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 a:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--theme_color);z-index:-1;transition:top .3s ease-out}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 a:hover:before{top:0}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 a:hover{color:var(--white)}#cms:not(.elementor-page:has(.elementor)) .section-cms-gold-2 a{width:fit-content;display:block;margin-inline:auto;font-weight:700}#cms:not(.elementor-page:has(.elementor)) #main .section-awards-1 .container{padding-inline:7% !important}#cms:not(.elementor-page:has(.elementor)) .section-awards-1{padding-block:5rem}#cms:not(.elementor-page:has(.elementor)) .section-awards-1 .container{display:flex;gap:2rem}@media(max-width: 768px){#cms:not(.elementor-page:has(.elementor)) .section-awards-1 .container{flex-direction:column;gap:0}}#cms:not(.elementor-page:has(.elementor)) .section-awards-1 .container p{font-size:20px}#cms:not(.elementor-page:has(.elementor)) .section-awards-1 .container h2{margin-bottom:2rem}#cms:not(.elementor-page:has(.elementor)) .section-awards-1 .container>div{width:50%}@media(max-width: 768px){#cms:not(.elementor-page:has(.elementor)) .section-awards-1 .container>div{width:100%}}#cms:not(.elementor-page:has(.elementor)) .section-awards-1 .container>div:last-of-type{display:flex;flex-direction:column;justify-content:end}#cms:not(.elementor-page:has(.elementor)) .section-awards-1 .container>div p:last-of-type{margin:0}#cms:not(.elementor-page:has(.elementor)) .section-awards-2{padding-block:5rem;background-color:var(--grey_two)}#cms:not(.elementor-page:has(.elementor)) .section-awards-2 .container>p{text-transform:uppercase;font-size:24px;font-weight:500}#cms:not(.elementor-page:has(.elementor)) .section-awards-2 .container hr{opacity:1;background-color:var(--blue_two)}#cms:not(.elementor-page:has(.elementor)) .section-awards-2 .juries{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#cms:not(.elementor-page:has(.elementor)) .section-awards-2 .jury{border-radius:4px;position:relative;width:fit-content;height:fit-content;max-width:100%;min-height:270px}#cms:not(.elementor-page:has(.elementor)) .section-awards-2 .jury>div{position:absolute;left:1.5rem;bottom:1.5rem}#cms:not(.elementor-page:has(.elementor)) .section-awards-2 .jury>div p{margin-bottom:0;color:var(--white)}#cms:not(.elementor-page:has(.elementor)) .section-awards-2 .jury>div h3{margin-bottom:0;color:var(--white)}#cms:not(.elementor-page:has(.elementor)) .section-awards-2 .jury>img{max-width:100%;object-fit:cover;height:270px;border-radius:4px}#cms:not(.elementor-page:has(.elementor)) .section-awards-3{padding-block:5rem}@media(max-width: 768px){#cms:not(.elementor-page:has(.elementor)) .section-awards-3{padding-inline:2rem}}#cms:not(.elementor-page:has(.elementor)) .section-awards-3 h2{color:var(--theme_color);font-size:32px;margin-bottom:2rem}#cms:not(.elementor-page:has(.elementor)) .section-awards-3 .container>p{margin-bottom:2rem}#cms:not(.elementor-page:has(.elementor)) .section-awards-3 .grid-3{display:grid;grid-template-columns:repeat(3, 1fr)}@media(max-width: 1100px){#cms:not(.elementor-page:has(.elementor)) .section-awards-3 .grid-3{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){#cms:not(.elementor-page:has(.elementor)) .section-awards-3 .grid-3{grid-template-columns:repeat(1, 1fr)}}#cms:not(.elementor-page:has(.elementor)) .section-awards-3 .grid-3{gap:2rem}#cms:not(.elementor-page:has(.elementor)) .section-awards-3 .card{padding:2rem;background-color:var(--theme_color);border-radius:8px;display:flex;align-items:center;gap:1.5rem;height:max-content;min-height:100px;height:100%;position:relative}#cms:not(.elementor-page:has(.elementor)) .section-awards-3 .card>div{display:flex;flex-direction:column;gap:1rem}#cms:not(.elementor-page:has(.elementor)) .section-awards-3 .card h3,#cms:not(.elementor-page:has(.elementor)) .section-awards-3 .card p{color:var(--white);margin:0}#cms:not(.elementor-page:has(.elementor)) .section-awards-3 .card h3{font-size:1.5rem;font-weight:500}#cms:not(.elementor-page:has(.elementor)) .section-awards-3 .popup{display:flex;justify-content:space-between;align-items:center}@media(max-width: 768px){#cms:not(.elementor-page:has(.elementor)) .section-awards-3 .popup{display:none}}#cms:not(.elementor-page:has(.elementor)) .section-awards-3 .popup span{width:32px;height:32px;display:flex;justify-content:center;align-items:center;margin:0;font-size:38px;font-weight:700;cursor:pointer}#cms:not(.elementor-page:has(.elementor)) .section-awards-3 .popup>div{position:relative}#cms:not(.elementor-page:has(.elementor)) .section-awards-3 .popup>div>div{top:-10px;right:-10px;padding:2rem;position:absolute;width:fit-content;width:580px;box-shadow:0px 0px 30px 0px rgba(0,0,0,.1);border-radius:8px;transform:scale(0)}#cms:not(.elementor-page:has(.elementor)) .section-awards-3 .popup>div:hover>div{transform:scale(1);transform-origin:right}#cms:not(.elementor-page:has(.elementor)) .section-awards-4{padding-block:5rem;background-color:var(--blue_two);padding-inline:8%}#cms:not(.elementor-page:has(.elementor)) .section-awards-4 h2{margin-bottom:2rem}#cms:not(.elementor-page:has(.elementor)) .section-awards-4 p{font-size:20px}#cms:not(.elementor-page:has(.elementor)) .section-awards-4 h2,#cms:not(.elementor-page:has(.elementor)) .section-awards-4 p{color:var(--white)}#cms:not(.elementor-page:has(.elementor)) .section-awards-4 .container{width:100%}#cms:not(.elementor-page:has(.elementor)) .section-awards-5{padding-block:5rem;margin-bottom:5rem}#cms:not(.elementor-page:has(.elementor)) .section-awards-5 .container{display:flex;gap:2rem;justify-content:center}#cms:not(.elementor-page:has(.elementor)) .section-awards-5 .container .btn.btn-primary{background:var(--grey_two)}#cms:not(.elementor-page:has(.elementor)) .section-awards-5 .container:first-of-type{margin-bottom:60px}@media(max-width: 1024px){#cms:not(.elementor-page:has(.elementor)) .section-awards-5 .container:first-of-type{flex-direction:column;gap:0}#cms:not(.elementor-page:has(.elementor)) .section-awards-5 .container:first-of-type>div{padding-inline:2rem}}#cms:not(.elementor-page:has(.elementor)) .section-awards-5 .container:first-of-type>div{width:590px}@media(max-width: 1024px){#cms:not(.elementor-page:has(.elementor)) .section-awards-5 .container:first-of-type>div{width:100%}}#cms:not(.elementor-page:has(.elementor)) .section-awards-5 .container:first-of-type h2{margin-bottom:2rem}#cms:not(.elementor-page:has(.elementor)) .section-awards-5 .container:first-of-type ul{list-style:disc;margin-top:-10px;padding-left:30px}#cms.elementor-page:has(.elementor) #header{height:auto}#cms.elementor-page:has(.elementor) #wrapper .img-wallpaper{display:none}#cms.elementor-page:has(.elementor) #wrapper>.container>.breadcrumb{display:none}#cms.elementor-page:has(.elementor) #wrapper .page-header{display:none}#cms.elementor-page:has(.elementor) #content{padding-top:0}#contact .section-page-contact h1{font-size:40px;margin-bottom:40px}#contact .grid-4{display:grid;grid-template-columns:repeat(4, 1fr);gap:32px}@media(max-width: 1250px){#contact .grid-4{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 950px){#contact .grid-4{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 650px){#contact .grid-4{grid-template-columns:repeat(1, 1fr)}}#contact .card-link-contact{display:flex;align-items:center;padding:24px;border-radius:10px;background:var(--blue_two);color:var(--white);position:relative;font-size:20px;gap:24px}#contact .card-link-contact svg{width:40px;min-width:40px;height:40px;min-height:40px;border-radius:40px;background:var(--white);padding:4px;aspect-ratio:1}#contact .card-link-contact h2{font-size:20px;color:var(--white);font-weight:400;margin:0}#contact .card-link-contact::after{content:"";width:10px;height:10px;display:block;border-bottom:solid 2px var(--white);border-right:solid 2px var(--white);transform:translateY(-50%) rotate(-45deg);position:absolute;right:24px;top:50%}#contact .card-link-contact:hover{transform:translateY(-10px)}#contact #left-column{display:none}div.wpcf7{margin-top:-50px !important}div.wpcf7 .form-page{display:flex;gap:5%;width:calc(90% + 2.5rem);margin-inline:auto}@media(max-width: 1024px){div.wpcf7 .form-page{flex-direction:column}}div.wpcf7 .form-page .left-column{width:25%;max-width:280px}@media(max-width: 1024px){div.wpcf7 .form-page .left-column{max-width:100%;width:100%}}div.wpcf7 .form-page .left-column h1{font-size:40px;margin:0;margin-bottom:16px;text-align:start}div.wpcf7 .form-page .left-column p{font-size:24px}div.wpcf7 .form-page .right-column{max-width:650px}@media(max-width: 1024px){div.wpcf7 .form-page .right-column{max-width:100%}}div.wpcf7 h3{display:none}div.wpcf7 .col-2,div.wpcf7 .col-1{display:flex;gap:8px;width:100%;margin-bottom:24px}div.wpcf7 .col-2 h2,div.wpcf7 .col-1 h2{margin:0 !important;font-size:24px;font-weight:400}div.wpcf7 .col-2 label,div.wpcf7 .col-1 label{width:100%;color:var(--blue_two);text-align:left;font-size:1rem}div.wpcf7 .col-2 input,div.wpcf7 .col-2 select,div.wpcf7 .col-2 textarea,div.wpcf7 .col-1 input,div.wpcf7 .col-1 select,div.wpcf7 .col-1 textarea{background:var(--white);border:solid 1px #cfcfcf;border-radius:4px !important;padding:14px 24px;font-size:14px;height:auto}div.wpcf7 .col-2 select.form-control:not([size]):not([multiple]),div.wpcf7 .col-1 select.form-control:not([size]):not([multiple]){height:fit-content}div.wpcf7 .col-2 .select_arrow,div.wpcf7 .col-1 .select_arrow{height:100%}div.wpcf7 .col-2 .select_arrow::before,div.wpcf7 .col-1 .select_arrow::before{top:14px}div.wpcf7 .col-2 .add-piece,div.wpcf7 .col-1 .add-piece{width:100%;background:var(--white);border:solid 1px var(--blue_two);padding:8px 32px;font-size:16px;font-weight:500;text-transform:uppercase;border-radius:4px;text-align:center;cursor:pointer}div.wpcf7 .col-2 .wpcf7-submit,div.wpcf7 .col-1 .wpcf7-submit{color:var(--white);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--blue_two);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}div.wpcf7 .col-2 .wpcf7-submit:before,div.wpcf7 .col-1 .wpcf7-submit:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--theme_color);z-index:-1;transition:top .3s ease-out}div.wpcf7 .col-2 .wpcf7-submit:hover:before,div.wpcf7 .col-1 .wpcf7-submit:hover:before{top:0}div.wpcf7 .col-2 .wpcf7-submit:hover,div.wpcf7 .col-1 .wpcf7-submit:hover{color:var(--white)}div.wpcf7 .col-2 .wpcf7-submit,div.wpcf7 .col-1 .wpcf7-submit{background:var(--blue_two);color:var(--white);padding:12px 32px;outline:none;border:none}#authentication #header,#registration #header,#password #header{height:13.5rem}#authentication #main #content,#registration #main #content,#password #main #content{padding:2rem 5rem;box-shadow:0px 4px 24px 0px rgba(0,0,0,.08);border-radius:1rem}#authentication #main h1,#registration #main h1,#password #main h1{text-align:center}#authentication #main input,#authentication #main textarea,#authentication #main select,#registration #main input,#registration #main textarea,#registration #main select,#password #main input,#password #main textarea,#password #main select{width:100%}#authentication #main .form-footer,#registration #main .form-footer,#password #main .form-footer{text-align:center}#authentication #main .btn,#registration #main .btn,#password #main .btn{width:100%}#authentication #main a:not(.btn),#registration #main a:not(.btn),#password #main a:not(.btn){text-decoration:underline;color:var(--blue_two)}#authentication #main a:not(.btn):hover,#registration #main a:not(.btn):hover,#password #main a:not(.btn):hover{color:var(--blue_two);text-decoration:none}#authentication #main .send-renew-password-link,#registration #main .send-renew-password-link,#password #main .send-renew-password-link{padding:0}#authentication #main .center-email-fields,#registration #main .center-email-fields,#password #main .center-email-fields{flex-direction:column}@media only screen and (max-width: 768px){#authentication #main .col-md-12.email,#registration #main .col-md-12.email,#password #main .col-md-12.email{padding:0}}@media only screen and (max-width: 768px){#authentication #main #send-reset-link,#registration #main #send-reset-link,#password #main #send-reset-link{margin-inline:0}}#authentication #main #send-reset-link+.form-control-submit,#registration #main #send-reset-link+.form-control-submit,#password #main #send-reset-link+.form-control-submit{color:var(--white);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--blue_two);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}#authentication #main #send-reset-link+.form-control-submit:before,#registration #main #send-reset-link+.form-control-submit:before,#password #main #send-reset-link+.form-control-submit:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--theme_color);z-index:-1;transition:top .3s ease-out}#authentication #main #send-reset-link+.form-control-submit:hover:before,#registration #main #send-reset-link+.form-control-submit:hover:before,#password #main #send-reset-link+.form-control-submit:hover:before{top:0}#authentication #main #send-reset-link+.form-control-submit:hover,#registration #main #send-reset-link+.form-control-submit:hover,#password #main #send-reset-link+.form-control-submit:hover{color:var(--white)}#authentication #main #send-reset-link+.form-control-submit,#registration #main #send-reset-link+.form-control-submit,#password #main #send-reset-link+.form-control-submit{margin:1rem 0 0 0}#authentication #main #content{max-width:540px}@media(max-width: 768px){#authentication #header,#authentication .img-wallpaper{height:10rem}#authentication #main #content{padding:2rem}}#registration #main #content{max-width:640px}#password #main #content{max-width:640px;margin:0 auto 1.563px auto}#password #main #content .email{width:100%}#password #main #content .btn{height:auto}#password #main #content #send-reset-link{margin-top:2rem}#my-account #header,#identity #header,#address #header,#addresses #header,#history #header,#order-slip #header,#module-blockwishlist-lists #header,#view #header,#module-psgdpr-gdpr #header,#order-detail #header,#module-ps_emailalerts-account #header,#discount #header{height:13.5rem}@media(max-width: 768px){#my-account #header,#my-account .img-wallpaper,#identity #header,#identity .img-wallpaper,#address #header,#address .img-wallpaper,#addresses #header,#addresses .img-wallpaper,#history #header,#history .img-wallpaper,#order-slip #header,#order-slip .img-wallpaper,#module-blockwishlist-lists #header,#module-blockwishlist-lists .img-wallpaper,#view #header,#view .img-wallpaper,#module-psgdpr-gdpr #header,#module-psgdpr-gdpr .img-wallpaper,#order-detail #header,#order-detail .img-wallpaper,#module-ps_emailalerts-account #header,#module-ps_emailalerts-account .img-wallpaper,#discount #header,#discount .img-wallpaper{height:10rem}}#my-account #main h1,#my-account #main h2,#my-account #main h3,#my-account #main h4,#my-account #main h5,#my-account #main h6,#identity #main h1,#identity #main h2,#identity #main h3,#identity #main h4,#identity #main h5,#identity #main h6,#address #main h1,#address #main h2,#address #main h3,#address #main h4,#address #main h5,#address #main h6,#addresses #main h1,#addresses #main h2,#addresses #main h3,#addresses #main h4,#addresses #main h5,#addresses #main h6,#history #main h1,#history #main h2,#history #main h3,#history #main h4,#history #main h5,#history #main h6,#order-slip #main h1,#order-slip #main h2,#order-slip #main h3,#order-slip #main h4,#order-slip #main h5,#order-slip #main h6,#module-blockwishlist-lists #main h1,#module-blockwishlist-lists #main h2,#module-blockwishlist-lists #main h3,#module-blockwishlist-lists #main h4,#module-blockwishlist-lists #main h5,#module-blockwishlist-lists #main h6,#view #main h1,#view #main h2,#view #main h3,#view #main h4,#view #main h5,#view #main h6,#module-psgdpr-gdpr #main h1,#module-psgdpr-gdpr #main h2,#module-psgdpr-gdpr #main h3,#module-psgdpr-gdpr #main h4,#module-psgdpr-gdpr #main h5,#module-psgdpr-gdpr #main h6,#order-detail #main h1,#order-detail #main h2,#order-detail #main h3,#order-detail #main h4,#order-detail #main h5,#order-detail #main h6,#module-ps_emailalerts-account #main h1,#module-ps_emailalerts-account #main h2,#module-ps_emailalerts-account #main h3,#module-ps_emailalerts-account #main h4,#module-ps_emailalerts-account #main h5,#module-ps_emailalerts-account #main h6,#discount #main h1,#discount #main h2,#discount #main h3,#discount #main h4,#discount #main h5,#discount #main h6{color:var(--blue_two)}#my-account #main h3,#identity #main h3,#address #main h3,#addresses #main h3,#history #main h3,#order-slip #main h3,#module-blockwishlist-lists #main h3,#view #main h3,#module-psgdpr-gdpr #main h3,#order-detail #main h3,#module-ps_emailalerts-account #main h3,#discount #main h3{font-size:1.25rem}#my-account #main .wishlist-container-header,#my-account #main .wishlist-products-container-header,#identity #main .wishlist-container-header,#identity #main .wishlist-products-container-header,#address #main .wishlist-container-header,#address #main .wishlist-products-container-header,#addresses #main .wishlist-container-header,#addresses #main .wishlist-products-container-header,#history #main .wishlist-container-header,#history #main .wishlist-products-container-header,#order-slip #main .wishlist-container-header,#order-slip #main .wishlist-products-container-header,#module-blockwishlist-lists #main .wishlist-container-header,#module-blockwishlist-lists #main .wishlist-products-container-header,#view #main .wishlist-container-header,#view #main .wishlist-products-container-header,#module-psgdpr-gdpr #main .wishlist-container-header,#module-psgdpr-gdpr #main .wishlist-products-container-header,#order-detail #main .wishlist-container-header,#order-detail #main .wishlist-products-container-header,#module-ps_emailalerts-account #main .wishlist-container-header,#module-ps_emailalerts-account #main .wishlist-products-container-header,#discount #main .wishlist-container-header,#discount #main .wishlist-products-container-header{margin-bottom:56px;flex-direction:column;gap:1.5rem}@media only screen and (min-width: 576px){#my-account #main .wishlist-container-header,#my-account #main .wishlist-products-container-header,#identity #main .wishlist-container-header,#identity #main .wishlist-products-container-header,#address #main .wishlist-container-header,#address #main .wishlist-products-container-header,#addresses #main .wishlist-container-header,#addresses #main .wishlist-products-container-header,#history #main .wishlist-container-header,#history #main .wishlist-products-container-header,#order-slip #main .wishlist-container-header,#order-slip #main .wishlist-products-container-header,#module-blockwishlist-lists #main .wishlist-container-header,#module-blockwishlist-lists #main .wishlist-products-container-header,#view #main .wishlist-container-header,#view #main .wishlist-products-container-header,#module-psgdpr-gdpr #main .wishlist-container-header,#module-psgdpr-gdpr #main .wishlist-products-container-header,#order-detail #main .wishlist-container-header,#order-detail #main .wishlist-products-container-header,#module-ps_emailalerts-account #main .wishlist-container-header,#module-ps_emailalerts-account #main .wishlist-products-container-header,#discount #main .wishlist-container-header,#discount #main .wishlist-products-container-header{flex-direction:row;gap:0}}#my-account #main .wishlist-container-header h1,#my-account #main .wishlist-products-container-header h1,#identity #main .wishlist-container-header h1,#identity #main .wishlist-products-container-header h1,#address #main .wishlist-container-header h1,#address #main .wishlist-products-container-header h1,#addresses #main .wishlist-container-header h1,#addresses #main .wishlist-products-container-header h1,#history #main .wishlist-container-header h1,#history #main .wishlist-products-container-header h1,#order-slip #main .wishlist-container-header h1,#order-slip #main .wishlist-products-container-header h1,#module-blockwishlist-lists #main .wishlist-container-header h1,#module-blockwishlist-lists #main .wishlist-products-container-header h1,#view #main .wishlist-container-header h1,#view #main .wishlist-products-container-header h1,#module-psgdpr-gdpr #main .wishlist-container-header h1,#module-psgdpr-gdpr #main .wishlist-products-container-header h1,#order-detail #main .wishlist-container-header h1,#order-detail #main .wishlist-products-container-header h1,#module-ps_emailalerts-account #main .wishlist-container-header h1,#module-ps_emailalerts-account #main .wishlist-products-container-header h1,#discount #main .wishlist-container-header h1,#discount #main .wishlist-products-container-header h1{font-size:40px;margin:0px}#my-account #main .wishlist-container-header h1 .wishlist-products-count,#my-account #main .wishlist-products-container-header h1 .wishlist-products-count,#identity #main .wishlist-container-header h1 .wishlist-products-count,#identity #main .wishlist-products-container-header h1 .wishlist-products-count,#address #main .wishlist-container-header h1 .wishlist-products-count,#address #main .wishlist-products-container-header h1 .wishlist-products-count,#addresses #main .wishlist-container-header h1 .wishlist-products-count,#addresses #main .wishlist-products-container-header h1 .wishlist-products-count,#history #main .wishlist-container-header h1 .wishlist-products-count,#history #main .wishlist-products-container-header h1 .wishlist-products-count,#order-slip #main .wishlist-container-header h1 .wishlist-products-count,#order-slip #main .wishlist-products-container-header h1 .wishlist-products-count,#module-blockwishlist-lists #main .wishlist-container-header h1 .wishlist-products-count,#module-blockwishlist-lists #main .wishlist-products-container-header h1 .wishlist-products-count,#view #main .wishlist-container-header h1 .wishlist-products-count,#view #main .wishlist-products-container-header h1 .wishlist-products-count,#module-psgdpr-gdpr #main .wishlist-container-header h1 .wishlist-products-count,#module-psgdpr-gdpr #main .wishlist-products-container-header h1 .wishlist-products-count,#order-detail #main .wishlist-container-header h1 .wishlist-products-count,#order-detail #main .wishlist-products-container-header h1 .wishlist-products-count,#module-ps_emailalerts-account #main .wishlist-container-header h1 .wishlist-products-count,#module-ps_emailalerts-account #main .wishlist-products-container-header h1 .wishlist-products-count,#discount #main .wishlist-container-header h1 .wishlist-products-count,#discount #main .wishlist-products-container-header h1 .wishlist-products-count{color:var(--blue_two)}#my-account #main .wishlist-container-header .wishlist-add-to-new,#my-account #main .wishlist-products-container-header .wishlist-add-to-new,#identity #main .wishlist-container-header .wishlist-add-to-new,#identity #main .wishlist-products-container-header .wishlist-add-to-new,#address #main .wishlist-container-header .wishlist-add-to-new,#address #main .wishlist-products-container-header .wishlist-add-to-new,#addresses #main .wishlist-container-header .wishlist-add-to-new,#addresses #main .wishlist-products-container-header .wishlist-add-to-new,#history #main .wishlist-container-header .wishlist-add-to-new,#history #main .wishlist-products-container-header .wishlist-add-to-new,#order-slip #main .wishlist-container-header .wishlist-add-to-new,#order-slip #main .wishlist-products-container-header .wishlist-add-to-new,#module-blockwishlist-lists #main .wishlist-container-header .wishlist-add-to-new,#module-blockwishlist-lists #main .wishlist-products-container-header .wishlist-add-to-new,#view #main .wishlist-container-header .wishlist-add-to-new,#view #main .wishlist-products-container-header .wishlist-add-to-new,#module-psgdpr-gdpr #main .wishlist-container-header .wishlist-add-to-new,#module-psgdpr-gdpr #main .wishlist-products-container-header .wishlist-add-to-new,#order-detail #main .wishlist-container-header .wishlist-add-to-new,#order-detail #main .wishlist-products-container-header .wishlist-add-to-new,#module-ps_emailalerts-account #main .wishlist-container-header .wishlist-add-to-new,#module-ps_emailalerts-account #main .wishlist-products-container-header .wishlist-add-to-new,#discount #main .wishlist-container-header .wishlist-add-to-new,#discount #main .wishlist-products-container-header .wishlist-add-to-new{color:var(--white);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--blue_two);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}#my-account #main .wishlist-container-header .wishlist-add-to-new:before,#my-account #main .wishlist-products-container-header .wishlist-add-to-new:before,#identity #main .wishlist-container-header .wishlist-add-to-new:before,#identity #main .wishlist-products-container-header .wishlist-add-to-new:before,#address #main .wishlist-container-header .wishlist-add-to-new:before,#address #main .wishlist-products-container-header .wishlist-add-to-new:before,#addresses #main .wishlist-container-header .wishlist-add-to-new:before,#addresses #main .wishlist-products-container-header .wishlist-add-to-new:before,#history #main .wishlist-container-header .wishlist-add-to-new:before,#history #main .wishlist-products-container-header .wishlist-add-to-new:before,#order-slip #main .wishlist-container-header .wishlist-add-to-new:before,#order-slip #main .wishlist-products-container-header .wishlist-add-to-new:before,#module-blockwishlist-lists #main .wishlist-container-header .wishlist-add-to-new:before,#module-blockwishlist-lists #main .wishlist-products-container-header .wishlist-add-to-new:before,#view #main .wishlist-container-header .wishlist-add-to-new:before,#view #main .wishlist-products-container-header .wishlist-add-to-new:before,#module-psgdpr-gdpr #main .wishlist-container-header .wishlist-add-to-new:before,#module-psgdpr-gdpr #main .wishlist-products-container-header .wishlist-add-to-new:before,#order-detail #main .wishlist-container-header .wishlist-add-to-new:before,#order-detail #main .wishlist-products-container-header .wishlist-add-to-new:before,#module-ps_emailalerts-account #main .wishlist-container-header .wishlist-add-to-new:before,#module-ps_emailalerts-account #main .wishlist-products-container-header .wishlist-add-to-new:before,#discount #main .wishlist-container-header .wishlist-add-to-new:before,#discount #main .wishlist-products-container-header .wishlist-add-to-new:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--theme_color);z-index:-1;transition:top .3s ease-out}#my-account #main .wishlist-container-header .wishlist-add-to-new:hover:before,#my-account #main .wishlist-products-container-header .wishlist-add-to-new:hover:before,#identity #main .wishlist-container-header .wishlist-add-to-new:hover:before,#identity #main .wishlist-products-container-header .wishlist-add-to-new:hover:before,#address #main .wishlist-container-header .wishlist-add-to-new:hover:before,#address #main .wishlist-products-container-header .wishlist-add-to-new:hover:before,#addresses #main .wishlist-container-header .wishlist-add-to-new:hover:before,#addresses #main .wishlist-products-container-header .wishlist-add-to-new:hover:before,#history #main .wishlist-container-header .wishlist-add-to-new:hover:before,#history #main .wishlist-products-container-header .wishlist-add-to-new:hover:before,#order-slip #main .wishlist-container-header .wishlist-add-to-new:hover:before,#order-slip #main .wishlist-products-container-header .wishlist-add-to-new:hover:before,#module-blockwishlist-lists #main .wishlist-container-header .wishlist-add-to-new:hover:before,#module-blockwishlist-lists #main .wishlist-products-container-header .wishlist-add-to-new:hover:before,#view #main .wishlist-container-header .wishlist-add-to-new:hover:before,#view #main .wishlist-products-container-header .wishlist-add-to-new:hover:before,#module-psgdpr-gdpr #main .wishlist-container-header .wishlist-add-to-new:hover:before,#module-psgdpr-gdpr #main .wishlist-products-container-header .wishlist-add-to-new:hover:before,#order-detail #main .wishlist-container-header .wishlist-add-to-new:hover:before,#order-detail #main .wishlist-products-container-header .wishlist-add-to-new:hover:before,#module-ps_emailalerts-account #main .wishlist-container-header .wishlist-add-to-new:hover:before,#module-ps_emailalerts-account #main .wishlist-products-container-header .wishlist-add-to-new:hover:before,#discount #main .wishlist-container-header .wishlist-add-to-new:hover:before,#discount #main .wishlist-products-container-header .wishlist-add-to-new:hover:before{top:0}#my-account #main .wishlist-container-header .wishlist-add-to-new:hover,#my-account #main .wishlist-products-container-header .wishlist-add-to-new:hover,#identity #main .wishlist-container-header .wishlist-add-to-new:hover,#identity #main .wishlist-products-container-header .wishlist-add-to-new:hover,#address #main .wishlist-container-header .wishlist-add-to-new:hover,#address #main .wishlist-products-container-header .wishlist-add-to-new:hover,#addresses #main .wishlist-container-header .wishlist-add-to-new:hover,#addresses #main .wishlist-products-container-header .wishlist-add-to-new:hover,#history #main .wishlist-container-header .wishlist-add-to-new:hover,#history #main .wishlist-products-container-header .wishlist-add-to-new:hover,#order-slip #main .wishlist-container-header .wishlist-add-to-new:hover,#order-slip #main .wishlist-products-container-header .wishlist-add-to-new:hover,#module-blockwishlist-lists #main .wishlist-container-header .wishlist-add-to-new:hover,#module-blockwishlist-lists #main .wishlist-products-container-header .wishlist-add-to-new:hover,#view #main .wishlist-container-header .wishlist-add-to-new:hover,#view #main .wishlist-products-container-header .wishlist-add-to-new:hover,#module-psgdpr-gdpr #main .wishlist-container-header .wishlist-add-to-new:hover,#module-psgdpr-gdpr #main .wishlist-products-container-header .wishlist-add-to-new:hover,#order-detail #main .wishlist-container-header .wishlist-add-to-new:hover,#order-detail #main .wishlist-products-container-header .wishlist-add-to-new:hover,#module-ps_emailalerts-account #main .wishlist-container-header .wishlist-add-to-new:hover,#module-ps_emailalerts-account #main .wishlist-products-container-header .wishlist-add-to-new:hover,#discount #main .wishlist-container-header .wishlist-add-to-new:hover,#discount #main .wishlist-products-container-header .wishlist-add-to-new:hover{color:var(--white)}#my-account #main .wishlist-container-header .wishlist-add-to-new,#my-account #main .wishlist-products-container-header .wishlist-add-to-new,#identity #main .wishlist-container-header .wishlist-add-to-new,#identity #main .wishlist-products-container-header .wishlist-add-to-new,#address #main .wishlist-container-header .wishlist-add-to-new,#address #main .wishlist-products-container-header .wishlist-add-to-new,#addresses #main .wishlist-container-header .wishlist-add-to-new,#addresses #main .wishlist-products-container-header .wishlist-add-to-new,#history #main .wishlist-container-header .wishlist-add-to-new,#history #main .wishlist-products-container-header .wishlist-add-to-new,#order-slip #main .wishlist-container-header .wishlist-add-to-new,#order-slip #main .wishlist-products-container-header .wishlist-add-to-new,#module-blockwishlist-lists #main .wishlist-container-header .wishlist-add-to-new,#module-blockwishlist-lists #main .wishlist-products-container-header .wishlist-add-to-new,#view #main .wishlist-container-header .wishlist-add-to-new,#view #main .wishlist-products-container-header .wishlist-add-to-new,#module-psgdpr-gdpr #main .wishlist-container-header .wishlist-add-to-new,#module-psgdpr-gdpr #main .wishlist-products-container-header .wishlist-add-to-new,#order-detail #main .wishlist-container-header .wishlist-add-to-new,#order-detail #main .wishlist-products-container-header .wishlist-add-to-new,#module-ps_emailalerts-account #main .wishlist-container-header .wishlist-add-to-new,#module-ps_emailalerts-account #main .wishlist-products-container-header .wishlist-add-to-new,#discount #main .wishlist-container-header .wishlist-add-to-new,#discount #main .wishlist-products-container-header .wishlist-add-to-new{color:var(--white) !important;font-size:1rem;text-transform:uppercase;font-weight:bold}#my-account #main .wishlist-container-header .wishlist-add-to-new i,#my-account #main .wishlist-products-container-header .wishlist-add-to-new i,#identity #main .wishlist-container-header .wishlist-add-to-new i,#identity #main .wishlist-products-container-header .wishlist-add-to-new i,#address #main .wishlist-container-header .wishlist-add-to-new i,#address #main .wishlist-products-container-header .wishlist-add-to-new i,#addresses #main .wishlist-container-header .wishlist-add-to-new i,#addresses #main .wishlist-products-container-header .wishlist-add-to-new i,#history #main .wishlist-container-header .wishlist-add-to-new i,#history #main .wishlist-products-container-header .wishlist-add-to-new i,#order-slip #main .wishlist-container-header .wishlist-add-to-new i,#order-slip #main .wishlist-products-container-header .wishlist-add-to-new i,#module-blockwishlist-lists #main .wishlist-container-header .wishlist-add-to-new i,#module-blockwishlist-lists #main .wishlist-products-container-header .wishlist-add-to-new i,#view #main .wishlist-container-header .wishlist-add-to-new i,#view #main .wishlist-products-container-header .wishlist-add-to-new i,#module-psgdpr-gdpr #main .wishlist-container-header .wishlist-add-to-new i,#module-psgdpr-gdpr #main .wishlist-products-container-header .wishlist-add-to-new i,#order-detail #main .wishlist-container-header .wishlist-add-to-new i,#order-detail #main .wishlist-products-container-header .wishlist-add-to-new i,#module-ps_emailalerts-account #main .wishlist-container-header .wishlist-add-to-new i,#module-ps_emailalerts-account #main .wishlist-products-container-header .wishlist-add-to-new i,#discount #main .wishlist-container-header .wishlist-add-to-new i,#discount #main .wishlist-products-container-header .wishlist-add-to-new i{color:var(--white)}#my-account #main .wishlist-container-header .wishlist-add-to-new:hover,#my-account #main .wishlist-products-container-header .wishlist-add-to-new:hover,#identity #main .wishlist-container-header .wishlist-add-to-new:hover,#identity #main .wishlist-products-container-header .wishlist-add-to-new:hover,#address #main .wishlist-container-header .wishlist-add-to-new:hover,#address #main .wishlist-products-container-header .wishlist-add-to-new:hover,#addresses #main .wishlist-container-header .wishlist-add-to-new:hover,#addresses #main .wishlist-products-container-header .wishlist-add-to-new:hover,#history #main .wishlist-container-header .wishlist-add-to-new:hover,#history #main .wishlist-products-container-header .wishlist-add-to-new:hover,#order-slip #main .wishlist-container-header .wishlist-add-to-new:hover,#order-slip #main .wishlist-products-container-header .wishlist-add-to-new:hover,#module-blockwishlist-lists #main .wishlist-container-header .wishlist-add-to-new:hover,#module-blockwishlist-lists #main .wishlist-products-container-header .wishlist-add-to-new:hover,#view #main .wishlist-container-header .wishlist-add-to-new:hover,#view #main .wishlist-products-container-header .wishlist-add-to-new:hover,#module-psgdpr-gdpr #main .wishlist-container-header .wishlist-add-to-new:hover,#module-psgdpr-gdpr #main .wishlist-products-container-header .wishlist-add-to-new:hover,#order-detail #main .wishlist-container-header .wishlist-add-to-new:hover,#order-detail #main .wishlist-products-container-header .wishlist-add-to-new:hover,#module-ps_emailalerts-account #main .wishlist-container-header .wishlist-add-to-new:hover,#module-ps_emailalerts-account #main .wishlist-products-container-header .wishlist-add-to-new:hover,#discount #main .wishlist-container-header .wishlist-add-to-new:hover,#discount #main .wishlist-products-container-header .wishlist-add-to-new:hover{opacity:1}#my-account #main .wishlist-list,#identity #main .wishlist-list,#address #main .wishlist-list,#addresses #main .wishlist-list,#history #main .wishlist-list,#order-slip #main .wishlist-list,#module-blockwishlist-lists #main .wishlist-list,#view #main .wishlist-list,#module-psgdpr-gdpr #main .wishlist-list,#order-detail #main .wishlist-list,#module-ps_emailalerts-account #main .wishlist-list,#discount #main .wishlist-list{display:flex;align-items:center;gap:1.5rem}#my-account #main .wishlist-list .wishlist-list-item,#identity #main .wishlist-list .wishlist-list-item,#address #main .wishlist-list .wishlist-list-item,#addresses #main .wishlist-list .wishlist-list-item,#history #main .wishlist-list .wishlist-list-item,#order-slip #main .wishlist-list .wishlist-list-item,#module-blockwishlist-lists #main .wishlist-list .wishlist-list-item,#view #main .wishlist-list .wishlist-list-item,#module-psgdpr-gdpr #main .wishlist-list .wishlist-list-item,#order-detail #main .wishlist-list .wishlist-list-item,#module-ps_emailalerts-account #main .wishlist-list .wishlist-list-item,#discount #main .wishlist-list .wishlist-list-item{width:100%;border:none}@media only screen and (min-width: 576px){#my-account #main .wishlist-list .wishlist-list-item,#identity #main .wishlist-list .wishlist-list-item,#address #main .wishlist-list .wishlist-list-item,#addresses #main .wishlist-list .wishlist-list-item,#history #main .wishlist-list .wishlist-list-item,#order-slip #main .wishlist-list .wishlist-list-item,#module-blockwishlist-lists #main .wishlist-list .wishlist-list-item,#view #main .wishlist-list .wishlist-list-item,#module-psgdpr-gdpr #main .wishlist-list .wishlist-list-item,#order-detail #main .wishlist-list .wishlist-list-item,#module-ps_emailalerts-account #main .wishlist-list .wishlist-list-item,#discount #main .wishlist-list .wishlist-list-item{width:50%}}@media only screen and (min-width: 992px){#my-account #main .wishlist-list .wishlist-list-item,#identity #main .wishlist-list .wishlist-list-item,#address #main .wishlist-list .wishlist-list-item,#addresses #main .wishlist-list .wishlist-list-item,#history #main .wishlist-list .wishlist-list-item,#order-slip #main .wishlist-list .wishlist-list-item,#module-blockwishlist-lists #main .wishlist-list .wishlist-list-item,#view #main .wishlist-list .wishlist-list-item,#module-psgdpr-gdpr #main .wishlist-list .wishlist-list-item,#order-detail #main .wishlist-list .wishlist-list-item,#module-ps_emailalerts-account #main .wishlist-list .wishlist-list-item,#discount #main .wishlist-list .wishlist-list-item{width:33%}}#my-account #main .wishlist-list .wishlist-list-item .wishlist-list-item-link,#identity #main .wishlist-list .wishlist-list-item .wishlist-list-item-link,#address #main .wishlist-list .wishlist-list-item .wishlist-list-item-link,#addresses #main .wishlist-list .wishlist-list-item .wishlist-list-item-link,#history #main .wishlist-list .wishlist-list-item .wishlist-list-item-link,#order-slip #main .wishlist-list .wishlist-list-item .wishlist-list-item-link,#module-blockwishlist-lists #main .wishlist-list .wishlist-list-item .wishlist-list-item-link,#view #main .wishlist-list .wishlist-list-item .wishlist-list-item-link,#module-psgdpr-gdpr #main .wishlist-list .wishlist-list-item .wishlist-list-item-link,#order-detail #main .wishlist-list .wishlist-list-item .wishlist-list-item-link,#module-ps_emailalerts-account #main .wishlist-list .wishlist-list-item .wishlist-list-item-link,#discount #main .wishlist-list .wishlist-list-item .wishlist-list-item-link{background:var(--blue_two);color:var(--white);padding:1.5rem;border-radius:10px}#my-account #main .wishlist-list .wishlist-list-item .wishlist-list-item-link p,#my-account #main .wishlist-list .wishlist-list-item .wishlist-list-item-link span,#identity #main .wishlist-list .wishlist-list-item .wishlist-list-item-link p,#identity #main .wishlist-list .wishlist-list-item .wishlist-list-item-link span,#address #main .wishlist-list .wishlist-list-item .wishlist-list-item-link p,#address #main .wishlist-list .wishlist-list-item .wishlist-list-item-link span,#addresses #main .wishlist-list .wishlist-list-item .wishlist-list-item-link p,#addresses #main .wishlist-list .wishlist-list-item .wishlist-list-item-link span,#history #main .wishlist-list .wishlist-list-item .wishlist-list-item-link p,#history #main .wishlist-list .wishlist-list-item .wishlist-list-item-link span,#order-slip #main .wishlist-list .wishlist-list-item .wishlist-list-item-link p,#order-slip #main .wishlist-list .wishlist-list-item .wishlist-list-item-link span,#module-blockwishlist-lists #main .wishlist-list .wishlist-list-item .wishlist-list-item-link p,#module-blockwishlist-lists #main .wishlist-list .wishlist-list-item .wishlist-list-item-link span,#view #main .wishlist-list .wishlist-list-item .wishlist-list-item-link p,#view #main .wishlist-list .wishlist-list-item .wishlist-list-item-link span,#module-psgdpr-gdpr #main .wishlist-list .wishlist-list-item .wishlist-list-item-link p,#module-psgdpr-gdpr #main .wishlist-list .wishlist-list-item .wishlist-list-item-link span,#order-detail #main .wishlist-list .wishlist-list-item .wishlist-list-item-link p,#order-detail #main .wishlist-list .wishlist-list-item .wishlist-list-item-link span,#module-ps_emailalerts-account #main .wishlist-list .wishlist-list-item .wishlist-list-item-link p,#module-ps_emailalerts-account #main .wishlist-list .wishlist-list-item .wishlist-list-item-link span,#discount #main .wishlist-list .wishlist-list-item .wishlist-list-item-link p,#discount #main .wishlist-list .wishlist-list-item .wishlist-list-item-link span{color:var(--white);font-size:16px}#my-account #main .wishlist-list .wishlist-list-item .wishlist-list-item-link i,#identity #main .wishlist-list .wishlist-list-item .wishlist-list-item-link i,#address #main .wishlist-list .wishlist-list-item .wishlist-list-item-link i,#addresses #main .wishlist-list .wishlist-list-item .wishlist-list-item-link i,#history #main .wishlist-list .wishlist-list-item .wishlist-list-item-link i,#order-slip #main .wishlist-list .wishlist-list-item .wishlist-list-item-link i,#module-blockwishlist-lists #main .wishlist-list .wishlist-list-item .wishlist-list-item-link i,#view #main .wishlist-list .wishlist-list-item .wishlist-list-item-link i,#module-psgdpr-gdpr #main .wishlist-list .wishlist-list-item .wishlist-list-item-link i,#order-detail #main .wishlist-list .wishlist-list-item .wishlist-list-item-link i,#module-ps_emailalerts-account #main .wishlist-list .wishlist-list-item .wishlist-list-item-link i,#discount #main .wishlist-list .wishlist-list-item .wishlist-list-item-link i{color:var(--white)}#my-account #main .wishlist-list .wishlist-list-item .wishlist-list-item-link:hover,#identity #main .wishlist-list .wishlist-list-item .wishlist-list-item-link:hover,#address #main .wishlist-list .wishlist-list-item .wishlist-list-item-link:hover,#addresses #main .wishlist-list .wishlist-list-item .wishlist-list-item-link:hover,#history #main .wishlist-list .wishlist-list-item .wishlist-list-item-link:hover,#order-slip #main .wishlist-list .wishlist-list-item .wishlist-list-item-link:hover,#module-blockwishlist-lists #main .wishlist-list .wishlist-list-item .wishlist-list-item-link:hover,#view #main .wishlist-list .wishlist-list-item .wishlist-list-item-link:hover,#module-psgdpr-gdpr #main .wishlist-list .wishlist-list-item .wishlist-list-item-link:hover,#order-detail #main .wishlist-list .wishlist-list-item .wishlist-list-item-link:hover,#module-ps_emailalerts-account #main .wishlist-list .wishlist-list-item .wishlist-list-item-link:hover,#discount #main .wishlist-list .wishlist-list-item .wishlist-list-item-link:hover{transform:translateY(-10px)}#my-account #main .links>a,#identity #main .links>a,#address #main .links>a,#addresses #main .links>a,#history #main .links>a,#order-slip #main .links>a,#module-blockwishlist-lists #main .links>a,#view #main .links>a,#module-psgdpr-gdpr #main .links>a,#order-detail #main .links>a,#module-ps_emailalerts-account #main .links>a,#discount #main .links>a{margin-bottom:1.875rem}#my-account #main .links>a>.link-item,#identity #main .links>a>.link-item,#address #main .links>a>.link-item,#addresses #main .links>a>.link-item,#history #main .links>a>.link-item,#order-slip #main .links>a>.link-item,#module-blockwishlist-lists #main .links>a>.link-item,#view #main .links>a>.link-item,#module-psgdpr-gdpr #main .links>a>.link-item,#order-detail #main .links>a>.link-item,#module-ps_emailalerts-account #main .links>a>.link-item,#discount #main .links>a>.link-item{display:flex;align-items:center;gap:1.5rem;background-color:var(--blue_two);color:var(--white);padding:1.5rem;border-radius:10px;position:relative}@media only screen and (max-width: 768px){#my-account #main .links>a>.link-item,#identity #main .links>a>.link-item,#address #main .links>a>.link-item,#addresses #main .links>a>.link-item,#history #main .links>a>.link-item,#order-slip #main .links>a>.link-item,#module-blockwishlist-lists #main .links>a>.link-item,#view #main .links>a>.link-item,#module-psgdpr-gdpr #main .links>a>.link-item,#order-detail #main .links>a>.link-item,#module-ps_emailalerts-account #main .links>a>.link-item,#discount #main .links>a>.link-item{flex-direction:column}}#my-account #main .links>a>.link-item i,#identity #main .links>a>.link-item i,#address #main .links>a>.link-item i,#addresses #main .links>a>.link-item i,#history #main .links>a>.link-item i,#order-slip #main .links>a>.link-item i,#module-blockwishlist-lists #main .links>a>.link-item i,#view #main .links>a>.link-item i,#module-psgdpr-gdpr #main .links>a>.link-item i,#order-detail #main .links>a>.link-item i,#module-ps_emailalerts-account #main .links>a>.link-item i,#discount #main .links>a>.link-item i{width:fit-content;padding:5px;font-size:35px;height:45px;min-height:45px;min-width:45px;background-color:var(--white);border-radius:50%;color:var(--blue_two)}#my-account #main .links>a>.link-item::after,#identity #main .links>a>.link-item::after,#address #main .links>a>.link-item::after,#addresses #main .links>a>.link-item::after,#history #main .links>a>.link-item::after,#order-slip #main .links>a>.link-item::after,#module-blockwishlist-lists #main .links>a>.link-item::after,#view #main .links>a>.link-item::after,#module-psgdpr-gdpr #main .links>a>.link-item::after,#order-detail #main .links>a>.link-item::after,#module-ps_emailalerts-account #main .links>a>.link-item::after,#discount #main .links>a>.link-item::after{content:"";width:10px;height:10px;display:block;border-bottom:solid 2px var(--white);border-right:solid 2px var(--white);transform:translateY(-50%) rotate(-45deg);position:absolute;right:2rem;top:50%}@media only screen and (max-width: 768px){#my-account #main .links>a>.link-item::after,#identity #main .links>a>.link-item::after,#address #main .links>a>.link-item::after,#addresses #main .links>a>.link-item::after,#history #main .links>a>.link-item::after,#order-slip #main .links>a>.link-item::after,#module-blockwishlist-lists #main .links>a>.link-item::after,#view #main .links>a>.link-item::after,#module-psgdpr-gdpr #main .links>a>.link-item::after,#order-detail #main .links>a>.link-item::after,#module-ps_emailalerts-account #main .links>a>.link-item::after,#discount #main .links>a>.link-item::after{display:none}}#my-account #main .links>a>.link-item:hover,#identity #main .links>a>.link-item:hover,#address #main .links>a>.link-item:hover,#addresses #main .links>a>.link-item:hover,#history #main .links>a>.link-item:hover,#order-slip #main .links>a>.link-item:hover,#module-blockwishlist-lists #main .links>a>.link-item:hover,#view #main .links>a>.link-item:hover,#module-psgdpr-gdpr #main .links>a>.link-item:hover,#order-detail #main .links>a>.link-item:hover,#module-ps_emailalerts-account #main .links>a>.link-item:hover,#discount #main .links>a>.link-item:hover{transform:translateY(-10px)}#my-account #main form,#identity #main form,#address #main form,#addresses #main form,#history #main form,#order-slip #main form,#module-blockwishlist-lists #main form,#view #main form,#module-psgdpr-gdpr #main form,#order-detail #main form,#module-ps_emailalerts-account #main form,#discount #main form{max-width:640px}#my-account #main form .form-group-container,#my-account #main form .form-fields,#identity #main form .form-group-container,#identity #main form .form-fields,#address #main form .form-group-container,#address #main form .form-fields,#addresses #main form .form-group-container,#addresses #main form .form-fields,#history #main form .form-group-container,#history #main form .form-fields,#order-slip #main form .form-group-container,#order-slip #main form .form-fields,#module-blockwishlist-lists #main form .form-group-container,#module-blockwishlist-lists #main form .form-fields,#view #main form .form-group-container,#view #main form .form-fields,#module-psgdpr-gdpr #main form .form-group-container,#module-psgdpr-gdpr #main form .form-fields,#order-detail #main form .form-group-container,#order-detail #main form .form-fields,#module-ps_emailalerts-account #main form .form-group-container,#module-ps_emailalerts-account #main form .form-fields,#discount #main form .form-group-container,#discount #main form .form-fields{display:flex;flex-wrap:wrap;gap:0 1rem}#my-account #main form .form-group label,#identity #main form .form-group label,#address #main form .form-group label,#addresses #main form .form-group label,#history #main form .form-group label,#order-slip #main form .form-group label,#module-blockwishlist-lists #main form .form-group label,#view #main form .form-group label,#module-psgdpr-gdpr #main form .form-group label,#order-detail #main form .form-group label,#module-ps_emailalerts-account #main form .form-group label,#discount #main form .form-group label{width:100%;color:var(--blue_two);text-align:left;font-size:1rem}#my-account #main form .form-group input,#my-account #main form .form-group select,#my-account #main form .form-group textarea,#identity #main form .form-group input,#identity #main form .form-group select,#identity #main form .form-group textarea,#address #main form .form-group input,#address #main form .form-group select,#address #main form .form-group textarea,#addresses #main form .form-group input,#addresses #main form .form-group select,#addresses #main form .form-group textarea,#history #main form .form-group input,#history #main form .form-group select,#history #main form .form-group textarea,#order-slip #main form .form-group input,#order-slip #main form .form-group select,#order-slip #main form .form-group textarea,#module-blockwishlist-lists #main form .form-group input,#module-blockwishlist-lists #main form .form-group select,#module-blockwishlist-lists #main form .form-group textarea,#view #main form .form-group input,#view #main form .form-group select,#view #main form .form-group textarea,#module-psgdpr-gdpr #main form .form-group input,#module-psgdpr-gdpr #main form .form-group select,#module-psgdpr-gdpr #main form .form-group textarea,#order-detail #main form .form-group input,#order-detail #main form .form-group select,#order-detail #main form .form-group textarea,#module-ps_emailalerts-account #main form .form-group input,#module-ps_emailalerts-account #main form .form-group select,#module-ps_emailalerts-account #main form .form-group textarea,#discount #main form .form-group input,#discount #main form .form-group select,#discount #main form .form-group textarea{background:var(--white);border:solid 1px #cfcfcf;border-radius:4px !important;padding:14px 24px;font-size:14px;height:auto}#my-account #main form .form-group .form-control-valign,#identity #main form .form-group .form-control-valign,#address #main form .form-group .form-control-valign,#addresses #main form .form-group .form-control-valign,#history #main form .form-group .form-control-valign,#order-slip #main form .form-group .form-control-valign,#module-blockwishlist-lists #main form .form-group .form-control-valign,#view #main form .form-group .form-control-valign,#module-psgdpr-gdpr #main form .form-group .form-control-valign,#order-detail #main form .form-group .form-control-valign,#module-ps_emailalerts-account #main form .form-group .form-control-valign,#discount #main form .form-group .form-control-valign{display:flex;gap:1rem}#my-account #main form .form-group .form-control-valign>label,#identity #main form .form-group .form-control-valign>label,#address #main form .form-group .form-control-valign>label,#addresses #main form .form-group .form-control-valign>label,#history #main form .form-group .form-control-valign>label,#order-slip #main form .form-group .form-control-valign>label,#module-blockwishlist-lists #main form .form-group .form-control-valign>label,#view #main form .form-group .form-control-valign>label,#module-psgdpr-gdpr #main form .form-group .form-control-valign>label,#order-detail #main form .form-group .form-control-valign>label,#module-ps_emailalerts-account #main form .form-group .form-control-valign>label,#discount #main form .form-group .form-control-valign>label{width:auto}#my-account #main form .form-footer,#identity #main form .form-footer,#address #main form .form-footer,#addresses #main form .form-footer,#history #main form .form-footer,#order-slip #main form .form-footer,#module-blockwishlist-lists #main form .form-footer,#view #main form .form-footer,#module-psgdpr-gdpr #main form .form-footer,#order-detail #main form .form-footer,#module-ps_emailalerts-account #main form .form-footer,#discount #main form .form-footer{margin-top:2rem}#my-account #main form .form-footer .btn.btn-primary,#identity #main form .form-footer .btn.btn-primary,#address #main form .form-footer .btn.btn-primary,#addresses #main form .form-footer .btn.btn-primary,#history #main form .form-footer .btn.btn-primary,#order-slip #main form .form-footer .btn.btn-primary,#module-blockwishlist-lists #main form .form-footer .btn.btn-primary,#view #main form .form-footer .btn.btn-primary,#module-psgdpr-gdpr #main form .form-footer .btn.btn-primary,#order-detail #main form .form-footer .btn.btn-primary,#module-ps_emailalerts-account #main form .form-footer .btn.btn-primary,#discount #main form .form-footer .btn.btn-primary{color:var(--white);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--blue_two);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}#my-account #main form .form-footer .btn.btn-primary:before,#identity #main form .form-footer .btn.btn-primary:before,#address #main form .form-footer .btn.btn-primary:before,#addresses #main form .form-footer .btn.btn-primary:before,#history #main form .form-footer .btn.btn-primary:before,#order-slip #main form .form-footer .btn.btn-primary:before,#module-blockwishlist-lists #main form .form-footer .btn.btn-primary:before,#view #main form .form-footer .btn.btn-primary:before,#module-psgdpr-gdpr #main form .form-footer .btn.btn-primary:before,#order-detail #main form .form-footer .btn.btn-primary:before,#module-ps_emailalerts-account #main form .form-footer .btn.btn-primary:before,#discount #main form .form-footer .btn.btn-primary:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--theme_color);z-index:-1;transition:top .3s ease-out}#my-account #main form .form-footer .btn.btn-primary:hover:before,#identity #main form .form-footer .btn.btn-primary:hover:before,#address #main form .form-footer .btn.btn-primary:hover:before,#addresses #main form .form-footer .btn.btn-primary:hover:before,#history #main form .form-footer .btn.btn-primary:hover:before,#order-slip #main form .form-footer .btn.btn-primary:hover:before,#module-blockwishlist-lists #main form .form-footer .btn.btn-primary:hover:before,#view #main form .form-footer .btn.btn-primary:hover:before,#module-psgdpr-gdpr #main form .form-footer .btn.btn-primary:hover:before,#order-detail #main form .form-footer .btn.btn-primary:hover:before,#module-ps_emailalerts-account #main form .form-footer .btn.btn-primary:hover:before,#discount #main form .form-footer .btn.btn-primary:hover:before{top:0}#my-account #main form .form-footer .btn.btn-primary:hover,#identity #main form .form-footer .btn.btn-primary:hover,#address #main form .form-footer .btn.btn-primary:hover,#addresses #main form .form-footer .btn.btn-primary:hover,#history #main form .form-footer .btn.btn-primary:hover,#order-slip #main form .form-footer .btn.btn-primary:hover,#module-blockwishlist-lists #main form .form-footer .btn.btn-primary:hover,#view #main form .form-footer .btn.btn-primary:hover,#module-psgdpr-gdpr #main form .form-footer .btn.btn-primary:hover,#order-detail #main form .form-footer .btn.btn-primary:hover,#module-ps_emailalerts-account #main form .form-footer .btn.btn-primary:hover,#discount #main form .form-footer .btn.btn-primary:hover{color:var(--white)}#my-account #main form .form-footer .btn.btn-primary,#identity #main form .form-footer .btn.btn-primary,#address #main form .form-footer .btn.btn-primary,#addresses #main form .form-footer .btn.btn-primary,#history #main form .form-footer .btn.btn-primary,#order-slip #main form .form-footer .btn.btn-primary,#module-blockwishlist-lists #main form .form-footer .btn.btn-primary,#view #main form .form-footer .btn.btn-primary,#module-psgdpr-gdpr #main form .form-footer .btn.btn-primary,#order-detail #main form .form-footer .btn.btn-primary,#module-ps_emailalerts-account #main form .form-footer .btn.btn-primary,#discount #main form .form-footer .btn.btn-primary{float:left !important}#my-account #main form .custom-radio input[type=radio]:checked+span,#identity #main form .custom-radio input[type=radio]:checked+span,#address #main form .custom-radio input[type=radio]:checked+span,#addresses #main form .custom-radio input[type=radio]:checked+span,#history #main form .custom-radio input[type=radio]:checked+span,#order-slip #main form .custom-radio input[type=radio]:checked+span,#module-blockwishlist-lists #main form .custom-radio input[type=radio]:checked+span,#view #main form .custom-radio input[type=radio]:checked+span,#module-psgdpr-gdpr #main form .custom-radio input[type=radio]:checked+span,#order-detail #main form .custom-radio input[type=radio]:checked+span,#module-ps_emailalerts-account #main form .custom-radio input[type=radio]:checked+span,#discount #main form .custom-radio input[type=radio]:checked+span{background-color:var(--theme_color)}#my-account #main form .input-group .input-group-btn>.btn[data-action=show-password],#identity #main form .input-group .input-group-btn>.btn[data-action=show-password],#address #main form .input-group .input-group-btn>.btn[data-action=show-password],#addresses #main form .input-group .input-group-btn>.btn[data-action=show-password],#history #main form .input-group .input-group-btn>.btn[data-action=show-password],#order-slip #main form .input-group .input-group-btn>.btn[data-action=show-password],#module-blockwishlist-lists #main form .input-group .input-group-btn>.btn[data-action=show-password],#view #main form .input-group .input-group-btn>.btn[data-action=show-password],#module-psgdpr-gdpr #main form .input-group .input-group-btn>.btn[data-action=show-password],#order-detail #main form .input-group .input-group-btn>.btn[data-action=show-password],#module-ps_emailalerts-account #main form .input-group .input-group-btn>.btn[data-action=show-password],#discount #main form .input-group .input-group-btn>.btn[data-action=show-password]{background-color:var(--theme_color)}#my-account #main .wishlist-products-list,#identity #main .wishlist-products-list,#address #main .wishlist-products-list,#addresses #main .wishlist-products-list,#history #main .wishlist-products-list,#order-slip #main .wishlist-products-list,#module-blockwishlist-lists #main .wishlist-products-list,#view #main .wishlist-products-list,#module-psgdpr-gdpr #main .wishlist-products-list,#order-detail #main .wishlist-products-list,#module-ps_emailalerts-account #main .wishlist-products-list,#discount #main .wishlist-products-list{padding:0}#my-account #main .wishlist-products-list .wishlist-products-item,#identity #main .wishlist-products-list .wishlist-products-item,#address #main .wishlist-products-list .wishlist-products-item,#addresses #main .wishlist-products-list .wishlist-products-item,#history #main .wishlist-products-list .wishlist-products-item,#order-slip #main .wishlist-products-list .wishlist-products-item,#module-blockwishlist-lists #main .wishlist-products-list .wishlist-products-item,#view #main .wishlist-products-list .wishlist-products-item,#module-psgdpr-gdpr #main .wishlist-products-list .wishlist-products-item,#order-detail #main .wishlist-products-list .wishlist-products-item,#module-ps_emailalerts-account #main .wishlist-products-list .wishlist-products-item,#discount #main .wishlist-products-list .wishlist-products-item{padding:1rem;border-radius:8px;box-shadow:0px 4px 24px 0px rgba(0,0,0,.08)}#my-account #main .wishlist-products-list .wishlist-button-add,#identity #main .wishlist-products-list .wishlist-button-add,#address #main .wishlist-products-list .wishlist-button-add,#addresses #main .wishlist-products-list .wishlist-button-add,#history #main .wishlist-products-list .wishlist-button-add,#order-slip #main .wishlist-products-list .wishlist-button-add,#module-blockwishlist-lists #main .wishlist-products-list .wishlist-button-add,#view #main .wishlist-products-list .wishlist-button-add,#module-psgdpr-gdpr #main .wishlist-products-list .wishlist-button-add,#order-detail #main .wishlist-products-list .wishlist-button-add,#module-ps_emailalerts-account #main .wishlist-products-list .wishlist-button-add,#discount #main .wishlist-products-list .wishlist-button-add{background-color:var(--grey_two)}#my-account #main .wishlist-products-list .wishlist-product-availability,#identity #main .wishlist-products-list .wishlist-product-availability,#address #main .wishlist-products-list .wishlist-product-availability,#addresses #main .wishlist-products-list .wishlist-product-availability,#history #main .wishlist-products-list .wishlist-product-availability,#order-slip #main .wishlist-products-list .wishlist-product-availability,#module-blockwishlist-lists #main .wishlist-products-list .wishlist-product-availability,#view #main .wishlist-products-list .wishlist-product-availability,#module-psgdpr-gdpr #main .wishlist-products-list .wishlist-product-availability,#order-detail #main .wishlist-products-list .wishlist-product-availability,#module-ps_emailalerts-account #main .wishlist-products-list .wishlist-product-availability,#discount #main .wishlist-products-list .wishlist-product-availability{background-color:var(--theme_color);padding:5px 0;color:var(--white);width:100%;font-size:.875rem}#my-account #main .wishlist-products-list .wishlist-product-title,#identity #main .wishlist-products-list .wishlist-product-title,#address #main .wishlist-products-list .wishlist-product-title,#addresses #main .wishlist-products-list .wishlist-product-title,#history #main .wishlist-products-list .wishlist-product-title,#order-slip #main .wishlist-products-list .wishlist-product-title,#module-blockwishlist-lists #main .wishlist-products-list .wishlist-product-title,#view #main .wishlist-products-list .wishlist-product-title,#module-psgdpr-gdpr #main .wishlist-products-list .wishlist-product-title,#order-detail #main .wishlist-products-list .wishlist-product-title,#module-ps_emailalerts-account #main .wishlist-products-list .wishlist-product-title,#discount #main .wishlist-products-list .wishlist-product-title{text-align:center;font-size:1.5rem;color:var(--blue_two);font-weight:700;margin:1.5rem 0}#my-account #main .wishlist-products-list .wishlist-product-price,#identity #main .wishlist-products-list .wishlist-product-price,#address #main .wishlist-products-list .wishlist-product-price,#addresses #main .wishlist-products-list .wishlist-product-price,#history #main .wishlist-products-list .wishlist-product-price,#order-slip #main .wishlist-products-list .wishlist-product-price,#module-blockwishlist-lists #main .wishlist-products-list .wishlist-product-price,#view #main .wishlist-products-list .wishlist-product-price,#module-psgdpr-gdpr #main .wishlist-products-list .wishlist-product-price,#order-detail #main .wishlist-products-list .wishlist-product-price,#module-ps_emailalerts-account #main .wishlist-products-list .wishlist-product-price,#discount #main .wishlist-products-list .wishlist-product-price{text-align:center;margin:1.5rem 0;font-size:1.25rem;font-weight:700;color:var(--theme_color)}#my-account #main .wishlist-products-list .wishlist-product-price .wishlist-product-price-promo,#identity #main .wishlist-products-list .wishlist-product-price .wishlist-product-price-promo,#address #main .wishlist-products-list .wishlist-product-price .wishlist-product-price-promo,#addresses #main .wishlist-products-list .wishlist-product-price .wishlist-product-price-promo,#history #main .wishlist-products-list .wishlist-product-price .wishlist-product-price-promo,#order-slip #main .wishlist-products-list .wishlist-product-price .wishlist-product-price-promo,#module-blockwishlist-lists #main .wishlist-products-list .wishlist-product-price .wishlist-product-price-promo,#view #main .wishlist-products-list .wishlist-product-price .wishlist-product-price-promo,#module-psgdpr-gdpr #main .wishlist-products-list .wishlist-product-price .wishlist-product-price-promo,#order-detail #main .wishlist-products-list .wishlist-product-price .wishlist-product-price-promo,#module-ps_emailalerts-account #main .wishlist-products-list .wishlist-product-price .wishlist-product-price-promo,#discount #main .wishlist-products-list .wishlist-product-price .wishlist-product-price-promo{font-size:1rem;font-weight:400;color:var(--blue_two)}#my-account #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart,#identity #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart,#address #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart,#addresses #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart,#history #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart,#order-slip #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart,#module-blockwishlist-lists #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart,#view #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart,#module-psgdpr-gdpr #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart,#order-detail #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart,#module-ps_emailalerts-account #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart,#discount #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart{color:var(--white);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--theme_color);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}#my-account #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:before,#identity #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:before,#address #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:before,#addresses #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:before,#history #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:before,#order-slip #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:before,#module-blockwishlist-lists #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:before,#view #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:before,#module-psgdpr-gdpr #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:before,#order-detail #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:before,#module-ps_emailalerts-account #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:before,#discount #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--blue_two);z-index:-1;transition:top .3s ease-out}#my-account #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:hover:before,#identity #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:hover:before,#address #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:hover:before,#addresses #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:hover:before,#history #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:hover:before,#order-slip #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:hover:before,#module-blockwishlist-lists #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:hover:before,#view #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:hover:before,#module-psgdpr-gdpr #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:hover:before,#order-detail #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:hover:before,#module-ps_emailalerts-account #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:hover:before,#discount #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:hover:before{top:0}#my-account #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:hover,#identity #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:hover,#address #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:hover,#addresses #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:hover,#history #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:hover,#order-slip #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:hover,#module-blockwishlist-lists #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:hover,#view #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:hover,#module-psgdpr-gdpr #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:hover,#order-detail #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:hover,#module-ps_emailalerts-account #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:hover,#discount #main .wishlist-products-list .wishlist-product-bottom .btn.wishlist-product-addtocart:hover{color:var(--white)}#my-account #main .wishlist-products-list .wishlist-product-combinations .wishlist-product-combinations-text,#identity #main .wishlist-products-list .wishlist-product-combinations .wishlist-product-combinations-text,#address #main .wishlist-products-list .wishlist-product-combinations .wishlist-product-combinations-text,#addresses #main .wishlist-products-list .wishlist-product-combinations .wishlist-product-combinations-text,#history #main .wishlist-products-list .wishlist-product-combinations .wishlist-product-combinations-text,#order-slip #main .wishlist-products-list .wishlist-product-combinations .wishlist-product-combinations-text,#module-blockwishlist-lists #main .wishlist-products-list .wishlist-product-combinations .wishlist-product-combinations-text,#view #main .wishlist-products-list .wishlist-product-combinations .wishlist-product-combinations-text,#module-psgdpr-gdpr #main .wishlist-products-list .wishlist-product-combinations .wishlist-product-combinations-text,#order-detail #main .wishlist-products-list .wishlist-product-combinations .wishlist-product-combinations-text,#module-ps_emailalerts-account #main .wishlist-products-list .wishlist-product-combinations .wishlist-product-combinations-text,#discount #main .wishlist-products-list .wishlist-product-combinations .wishlist-product-combinations-text{color:var(--blue_two);font-size:1rem}#my-account #main .address,#identity #main .address,#address #main .address,#addresses #main .address,#history #main .address,#order-slip #main .address,#module-blockwishlist-lists #main .address,#view #main .address,#module-psgdpr-gdpr #main .address,#order-detail #main .address,#module-ps_emailalerts-account #main .address,#discount #main .address{padding:1rem;background-color:var(--blue_two);border-radius:10px;margin-left:10px;margin-right:10px}#my-account #main .address *,#identity #main .address *,#address #main .address *,#addresses #main .address *,#history #main .address *,#order-slip #main .address *,#module-blockwishlist-lists #main .address *,#view #main .address *,#module-psgdpr-gdpr #main .address *,#order-detail #main .address *,#module-ps_emailalerts-account #main .address *,#discount #main .address *{color:var(--white)}#my-account #main .address h4,#identity #main .address h4,#address #main .address h4,#addresses #main .address h4,#history #main .address h4,#order-slip #main .address h4,#module-blockwishlist-lists #main .address h4,#view #main .address h4,#module-psgdpr-gdpr #main .address h4,#order-detail #main .address h4,#module-ps_emailalerts-account #main .address h4,#discount #main .address h4{font-size:1.25rem;text-transform:uppercase}#my-account #main .address .address-footer,#identity #main .address .address-footer,#address #main .address .address-footer,#addresses #main .address .address-footer,#history #main .address .address-footer,#order-slip #main .address .address-footer,#module-blockwishlist-lists #main .address .address-footer,#view #main .address .address-footer,#module-psgdpr-gdpr #main .address .address-footer,#order-detail #main .address .address-footer,#module-ps_emailalerts-account #main .address .address-footer,#discount #main .address .address-footer{border-color:var(--white);margin-top:1rem}#my-account #main .address .address-footer>a,#identity #main .address .address-footer>a,#address #main .address .address-footer>a,#addresses #main .address .address-footer>a,#history #main .address .address-footer>a,#order-slip #main .address .address-footer>a,#module-blockwishlist-lists #main .address .address-footer>a,#view #main .address .address-footer>a,#module-psgdpr-gdpr #main .address .address-footer>a,#order-detail #main .address .address-footer>a,#module-ps_emailalerts-account #main .address .address-footer>a,#discount #main .address .address-footer>a{text-decoration:underline;font-size:1rem;font-weight:500;text-transform:uppercase;border:none;background:none;cursor:pointer;color:var(--blue_two)}#my-account #main .address .address-footer>a:hover,#identity #main .address .address-footer>a:hover,#address #main .address .address-footer>a:hover,#addresses #main .address .address-footer>a:hover,#history #main .address .address-footer>a:hover,#order-slip #main .address .address-footer>a:hover,#module-blockwishlist-lists #main .address .address-footer>a:hover,#view #main .address .address-footer>a:hover,#module-psgdpr-gdpr #main .address .address-footer>a:hover,#order-detail #main .address .address-footer>a:hover,#module-ps_emailalerts-account #main .address .address-footer>a:hover,#discount #main .address .address-footer>a:hover{text-decoration:none;color:inherit}#my-account #main .address .address-footer>a:hover i,#identity #main .address .address-footer>a:hover i,#address #main .address .address-footer>a:hover i,#addresses #main .address .address-footer>a:hover i,#history #main .address .address-footer>a:hover i,#order-slip #main .address .address-footer>a:hover i,#module-blockwishlist-lists #main .address .address-footer>a:hover i,#view #main .address .address-footer>a:hover i,#module-psgdpr-gdpr #main .address .address-footer>a:hover i,#order-detail #main .address .address-footer>a:hover i,#module-ps_emailalerts-account #main .address .address-footer>a:hover i,#discount #main .address .address-footer>a:hover i{transform:translateX(10px)}#my-account #main .address .address-footer>a i,#identity #main .address .address-footer>a i,#address #main .address .address-footer>a i,#addresses #main .address .address-footer>a i,#history #main .address .address-footer>a i,#order-slip #main .address .address-footer>a i,#module-blockwishlist-lists #main .address .address-footer>a i,#view #main .address .address-footer>a i,#module-psgdpr-gdpr #main .address .address-footer>a i,#order-detail #main .address .address-footer>a i,#module-ps_emailalerts-account #main .address .address-footer>a i,#discount #main .address .address-footer>a i{font-size:20px}#my-account #main .address .address-footer>a i.left,#identity #main .address .address-footer>a i.left,#address #main .address .address-footer>a i.left,#addresses #main .address .address-footer>a i.left,#history #main .address .address-footer>a i.left,#order-slip #main .address .address-footer>a i.left,#module-blockwishlist-lists #main .address .address-footer>a i.left,#view #main .address .address-footer>a i.left,#module-psgdpr-gdpr #main .address .address-footer>a i.left,#order-detail #main .address .address-footer>a i.left,#module-ps_emailalerts-account #main .address .address-footer>a i.left,#discount #main .address .address-footer>a i.left{margin-right:5px}#my-account #main .address .address-footer>a i.right,#identity #main .address .address-footer>a i.right,#address #main .address .address-footer>a i.right,#addresses #main .address .address-footer>a i.right,#history #main .address .address-footer>a i.right,#order-slip #main .address .address-footer>a i.right,#module-blockwishlist-lists #main .address .address-footer>a i.right,#view #main .address .address-footer>a i.right,#module-psgdpr-gdpr #main .address .address-footer>a i.right,#order-detail #main .address .address-footer>a i.right,#module-ps_emailalerts-account #main .address .address-footer>a i.right,#discount #main .address .address-footer>a i.right{margin-left:5px}#my-account #main .address .address-footer>a,#identity #main .address .address-footer>a,#address #main .address .address-footer>a,#addresses #main .address .address-footer>a,#history #main .address .address-footer>a,#order-slip #main .address .address-footer>a,#module-blockwishlist-lists #main .address .address-footer>a,#view #main .address .address-footer>a,#module-psgdpr-gdpr #main .address .address-footer>a,#order-detail #main .address .address-footer>a,#module-ps_emailalerts-account #main .address .address-footer>a,#discount #main .address .address-footer>a{text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}#my-account #main .address .address-footer>a>span,#identity #main .address .address-footer>a>span,#address #main .address .address-footer>a>span,#addresses #main .address .address-footer>a>span,#history #main .address .address-footer>a>span,#order-slip #main .address .address-footer>a>span,#module-blockwishlist-lists #main .address .address-footer>a>span,#view #main .address .address-footer>a>span,#module-psgdpr-gdpr #main .address .address-footer>a>span,#order-detail #main .address .address-footer>a>span,#module-ps_emailalerts-account #main .address .address-footer>a>span,#discount #main .address .address-footer>a>span{text-decoration:underline;margin-left:5px;font-size:1rem}#my-account #main .address .address-footer>a:hover,#identity #main .address .address-footer>a:hover,#address #main .address .address-footer>a:hover,#addresses #main .address .address-footer>a:hover,#history #main .address .address-footer>a:hover,#order-slip #main .address .address-footer>a:hover,#module-blockwishlist-lists #main .address .address-footer>a:hover,#view #main .address .address-footer>a:hover,#module-psgdpr-gdpr #main .address .address-footer>a:hover,#order-detail #main .address .address-footer>a:hover,#module-ps_emailalerts-account #main .address .address-footer>a:hover,#discount #main .address .address-footer>a:hover{text-decoration:none}#my-account #main .addresses-footer>a,#identity #main .addresses-footer>a,#address #main .addresses-footer>a,#addresses #main .addresses-footer>a,#history #main .addresses-footer>a,#order-slip #main .addresses-footer>a,#module-blockwishlist-lists #main .addresses-footer>a,#view #main .addresses-footer>a,#module-psgdpr-gdpr #main .addresses-footer>a,#order-detail #main .addresses-footer>a,#module-ps_emailalerts-account #main .addresses-footer>a,#discount #main .addresses-footer>a{text-decoration:underline;font-size:1rem;font-weight:500;text-transform:uppercase;border:none;background:none;cursor:pointer;color:var(--blue_two)}#my-account #main .addresses-footer>a:hover,#identity #main .addresses-footer>a:hover,#address #main .addresses-footer>a:hover,#addresses #main .addresses-footer>a:hover,#history #main .addresses-footer>a:hover,#order-slip #main .addresses-footer>a:hover,#module-blockwishlist-lists #main .addresses-footer>a:hover,#view #main .addresses-footer>a:hover,#module-psgdpr-gdpr #main .addresses-footer>a:hover,#order-detail #main .addresses-footer>a:hover,#module-ps_emailalerts-account #main .addresses-footer>a:hover,#discount #main .addresses-footer>a:hover{text-decoration:none;color:inherit}#my-account #main .addresses-footer>a:hover i,#identity #main .addresses-footer>a:hover i,#address #main .addresses-footer>a:hover i,#addresses #main .addresses-footer>a:hover i,#history #main .addresses-footer>a:hover i,#order-slip #main .addresses-footer>a:hover i,#module-blockwishlist-lists #main .addresses-footer>a:hover i,#view #main .addresses-footer>a:hover i,#module-psgdpr-gdpr #main .addresses-footer>a:hover i,#order-detail #main .addresses-footer>a:hover i,#module-ps_emailalerts-account #main .addresses-footer>a:hover i,#discount #main .addresses-footer>a:hover i{transform:translateX(10px)}#my-account #main .addresses-footer>a i,#identity #main .addresses-footer>a i,#address #main .addresses-footer>a i,#addresses #main .addresses-footer>a i,#history #main .addresses-footer>a i,#order-slip #main .addresses-footer>a i,#module-blockwishlist-lists #main .addresses-footer>a i,#view #main .addresses-footer>a i,#module-psgdpr-gdpr #main .addresses-footer>a i,#order-detail #main .addresses-footer>a i,#module-ps_emailalerts-account #main .addresses-footer>a i,#discount #main .addresses-footer>a i{font-size:20px}#my-account #main .addresses-footer>a i.left,#identity #main .addresses-footer>a i.left,#address #main .addresses-footer>a i.left,#addresses #main .addresses-footer>a i.left,#history #main .addresses-footer>a i.left,#order-slip #main .addresses-footer>a i.left,#module-blockwishlist-lists #main .addresses-footer>a i.left,#view #main .addresses-footer>a i.left,#module-psgdpr-gdpr #main .addresses-footer>a i.left,#order-detail #main .addresses-footer>a i.left,#module-ps_emailalerts-account #main .addresses-footer>a i.left,#discount #main .addresses-footer>a i.left{margin-right:5px}#my-account #main .addresses-footer>a i.right,#identity #main .addresses-footer>a i.right,#address #main .addresses-footer>a i.right,#addresses #main .addresses-footer>a i.right,#history #main .addresses-footer>a i.right,#order-slip #main .addresses-footer>a i.right,#module-blockwishlist-lists #main .addresses-footer>a i.right,#view #main .addresses-footer>a i.right,#module-psgdpr-gdpr #main .addresses-footer>a i.right,#order-detail #main .addresses-footer>a i.right,#module-ps_emailalerts-account #main .addresses-footer>a i.right,#discount #main .addresses-footer>a i.right{margin-left:5px}#my-account #main .addresses-footer>a,#identity #main .addresses-footer>a,#address #main .addresses-footer>a,#addresses #main .addresses-footer>a,#history #main .addresses-footer>a,#order-slip #main .addresses-footer>a,#module-blockwishlist-lists #main .addresses-footer>a,#view #main .addresses-footer>a,#module-psgdpr-gdpr #main .addresses-footer>a,#order-detail #main .addresses-footer>a,#module-ps_emailalerts-account #main .addresses-footer>a,#discount #main .addresses-footer>a{text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}#my-account #main .addresses-footer>a>span,#identity #main .addresses-footer>a>span,#address #main .addresses-footer>a>span,#addresses #main .addresses-footer>a>span,#history #main .addresses-footer>a>span,#order-slip #main .addresses-footer>a>span,#module-blockwishlist-lists #main .addresses-footer>a>span,#view #main .addresses-footer>a>span,#module-psgdpr-gdpr #main .addresses-footer>a>span,#order-detail #main .addresses-footer>a>span,#module-ps_emailalerts-account #main .addresses-footer>a>span,#discount #main .addresses-footer>a>span{text-decoration:underline;margin-left:5px;font-size:1rem}#my-account #main .addresses-footer>a:hover,#identity #main .addresses-footer>a:hover,#address #main .addresses-footer>a:hover,#addresses #main .addresses-footer>a:hover,#history #main .addresses-footer>a:hover,#order-slip #main .addresses-footer>a:hover,#module-blockwishlist-lists #main .addresses-footer>a:hover,#view #main .addresses-footer>a:hover,#module-psgdpr-gdpr #main .addresses-footer>a:hover,#order-detail #main .addresses-footer>a:hover,#module-ps_emailalerts-account #main .addresses-footer>a:hover,#discount #main .addresses-footer>a:hover{text-decoration:none}#my-account #main .psgdprinfo17,#identity #main .psgdprinfo17,#address #main .psgdprinfo17,#addresses #main .psgdprinfo17,#history #main .psgdprinfo17,#order-slip #main .psgdprinfo17,#module-blockwishlist-lists #main .psgdprinfo17,#view #main .psgdprinfo17,#module-psgdpr-gdpr #main .psgdprinfo17,#order-detail #main .psgdprinfo17,#module-ps_emailalerts-account #main .psgdprinfo17,#discount #main .psgdprinfo17{padding:1rem;background-color:var(--blue_two);border-radius:10px}#my-account #main .psgdprinfo17 h2,#identity #main .psgdprinfo17 h2,#address #main .psgdprinfo17 h2,#addresses #main .psgdprinfo17 h2,#history #main .psgdprinfo17 h2,#order-slip #main .psgdprinfo17 h2,#module-blockwishlist-lists #main .psgdprinfo17 h2,#view #main .psgdprinfo17 h2,#module-psgdpr-gdpr #main .psgdprinfo17 h2,#order-detail #main .psgdprinfo17 h2,#module-ps_emailalerts-account #main .psgdprinfo17 h2,#discount #main .psgdprinfo17 h2{font-size:1.5rem}#my-account #main .psgdprinfo17 h2,#my-account #main .psgdprinfo17 p,#my-account #main .psgdprinfo17 a,#identity #main .psgdprinfo17 h2,#identity #main .psgdprinfo17 p,#identity #main .psgdprinfo17 a,#address #main .psgdprinfo17 h2,#address #main .psgdprinfo17 p,#address #main .psgdprinfo17 a,#addresses #main .psgdprinfo17 h2,#addresses #main .psgdprinfo17 p,#addresses #main .psgdprinfo17 a,#history #main .psgdprinfo17 h2,#history #main .psgdprinfo17 p,#history #main .psgdprinfo17 a,#order-slip #main .psgdprinfo17 h2,#order-slip #main .psgdprinfo17 p,#order-slip #main .psgdprinfo17 a,#module-blockwishlist-lists #main .psgdprinfo17 h2,#module-blockwishlist-lists #main .psgdprinfo17 p,#module-blockwishlist-lists #main .psgdprinfo17 a,#view #main .psgdprinfo17 h2,#view #main .psgdprinfo17 p,#view #main .psgdprinfo17 a,#module-psgdpr-gdpr #main .psgdprinfo17 h2,#module-psgdpr-gdpr #main .psgdprinfo17 p,#module-psgdpr-gdpr #main .psgdprinfo17 a,#order-detail #main .psgdprinfo17 h2,#order-detail #main .psgdprinfo17 p,#order-detail #main .psgdprinfo17 a,#module-ps_emailalerts-account #main .psgdprinfo17 h2,#module-ps_emailalerts-account #main .psgdprinfo17 p,#module-ps_emailalerts-account #main .psgdprinfo17 a,#discount #main .psgdprinfo17 h2,#discount #main .psgdprinfo17 p,#discount #main .psgdprinfo17 a{color:var(--white)}#my-account #main .psgdprinfo17 .btn,#identity #main .psgdprinfo17 .btn,#address #main .psgdprinfo17 .btn,#addresses #main .psgdprinfo17 .btn,#history #main .psgdprinfo17 .btn,#order-slip #main .psgdprinfo17 .btn,#module-blockwishlist-lists #main .psgdprinfo17 .btn,#view #main .psgdprinfo17 .btn,#module-psgdpr-gdpr #main .psgdprinfo17 .btn,#order-detail #main .psgdprinfo17 .btn,#module-ps_emailalerts-account #main .psgdprinfo17 .btn,#discount #main .psgdprinfo17 .btn{color:var(--blue_two);text-decoration:none}#my-account #main .psgdprinfo17 .btn:hover,#identity #main .psgdprinfo17 .btn:hover,#address #main .psgdprinfo17 .btn:hover,#addresses #main .psgdprinfo17 .btn:hover,#history #main .psgdprinfo17 .btn:hover,#order-slip #main .psgdprinfo17 .btn:hover,#module-blockwishlist-lists #main .psgdprinfo17 .btn:hover,#view #main .psgdprinfo17 .btn:hover,#module-psgdpr-gdpr #main .psgdprinfo17 .btn:hover,#order-detail #main .psgdprinfo17 .btn:hover,#module-ps_emailalerts-account #main .psgdprinfo17 .btn:hover,#discount #main .psgdprinfo17 .btn:hover{color:var(--white)}#my-account #main .psgdprinfo17 a,#identity #main .psgdprinfo17 a,#address #main .psgdprinfo17 a,#addresses #main .psgdprinfo17 a,#history #main .psgdprinfo17 a,#order-slip #main .psgdprinfo17 a,#module-blockwishlist-lists #main .psgdprinfo17 a,#view #main .psgdprinfo17 a,#module-psgdpr-gdpr #main .psgdprinfo17 a,#order-detail #main .psgdprinfo17 a,#module-ps_emailalerts-account #main .psgdprinfo17 a,#discount #main .psgdprinfo17 a{text-decoration:underline}#my-account #main .psgdprinfo17 a:hover,#identity #main .psgdprinfo17 a:hover,#address #main .psgdprinfo17 a:hover,#addresses #main .psgdprinfo17 a:hover,#history #main .psgdprinfo17 a:hover,#order-slip #main .psgdprinfo17 a:hover,#module-blockwishlist-lists #main .psgdprinfo17 a:hover,#view #main .psgdprinfo17 a:hover,#module-psgdpr-gdpr #main .psgdprinfo17 a:hover,#order-detail #main .psgdprinfo17 a:hover,#module-ps_emailalerts-account #main .psgdprinfo17 a:hover,#discount #main .psgdprinfo17 a:hover{text-decoration:none}#my-account #main table thead tr th,#identity #main table thead tr th,#address #main table thead tr th,#addresses #main table thead tr th,#history #main table thead tr th,#order-slip #main table thead tr th,#module-blockwishlist-lists #main table thead tr th,#view #main table thead tr th,#module-psgdpr-gdpr #main table thead tr th,#order-detail #main table thead tr th,#module-ps_emailalerts-account #main table thead tr th,#discount #main table thead tr th{background-color:var(--blue_two);color:var(--white)}#my-account #main table a,#identity #main table a,#address #main table a,#addresses #main table a,#history #main table a,#order-slip #main table a,#module-blockwishlist-lists #main table a,#view #main table a,#module-psgdpr-gdpr #main table a,#order-detail #main table a,#module-ps_emailalerts-account #main table a,#discount #main table a{text-decoration:underline}#my-account #main table a:hover,#identity #main table a:hover,#address #main table a:hover,#addresses #main table a:hover,#history #main table a:hover,#order-slip #main table a:hover,#module-blockwishlist-lists #main table a:hover,#view #main table a:hover,#module-psgdpr-gdpr #main table a:hover,#order-detail #main table a:hover,#module-ps_emailalerts-account #main table a:hover,#discount #main table a:hover{text-decoration:none;color:var(--blue_two)}#my-account #main .table-striped tbody tr:nth-of-type(odd),#identity #main .table-striped tbody tr:nth-of-type(odd),#address #main .table-striped tbody tr:nth-of-type(odd),#addresses #main .table-striped tbody tr:nth-of-type(odd),#history #main .table-striped tbody tr:nth-of-type(odd),#order-slip #main .table-striped tbody tr:nth-of-type(odd),#module-blockwishlist-lists #main .table-striped tbody tr:nth-of-type(odd),#view #main .table-striped tbody tr:nth-of-type(odd),#module-psgdpr-gdpr #main .table-striped tbody tr:nth-of-type(odd),#order-detail #main .table-striped tbody tr:nth-of-type(odd),#module-ps_emailalerts-account #main .table-striped tbody tr:nth-of-type(odd),#discount #main .table-striped tbody tr:nth-of-type(odd){background-color:var(--grey_two)}#my-account #main #order-infos .box,#identity #main #order-infos .box,#address #main #order-infos .box,#addresses #main #order-infos .box,#history #main #order-infos .box,#order-slip #main #order-infos .box,#module-blockwishlist-lists #main #order-infos .box,#view #main #order-infos .box,#module-psgdpr-gdpr #main #order-infos .box,#order-detail #main #order-infos .box,#module-ps_emailalerts-account #main #order-infos .box,#discount #main #order-infos .box{background-color:var(--blue_two);padding:1rem;border-radius:10px}#my-account #main #order-infos .box *,#identity #main #order-infos .box *,#address #main #order-infos .box *,#addresses #main #order-infos .box *,#history #main #order-infos .box *,#order-slip #main #order-infos .box *,#module-blockwishlist-lists #main #order-infos .box *,#view #main #order-infos .box *,#module-psgdpr-gdpr #main #order-infos .box *,#order-detail #main #order-infos .box *,#module-ps_emailalerts-account #main #order-infos .box *,#discount #main #order-infos .box *{color:var(--white)}#my-account #main #order-infos .box:nth-child(even),#identity #main #order-infos .box:nth-child(even),#address #main #order-infos .box:nth-child(even),#addresses #main #order-infos .box:nth-child(even),#history #main #order-infos .box:nth-child(even),#order-slip #main #order-infos .box:nth-child(even),#module-blockwishlist-lists #main #order-infos .box:nth-child(even),#view #main #order-infos .box:nth-child(even),#module-psgdpr-gdpr #main #order-infos .box:nth-child(even),#order-detail #main #order-infos .box:nth-child(even),#module-ps_emailalerts-account #main #order-infos .box:nth-child(even),#discount #main #order-infos .box:nth-child(even){background-color:var(--theme_color);padding:1rem;border-radius:10px}#my-account #main #order-infos .box:nth-child(even) *,#identity #main #order-infos .box:nth-child(even) *,#address #main #order-infos .box:nth-child(even) *,#addresses #main #order-infos .box:nth-child(even) *,#history #main #order-infos .box:nth-child(even) *,#order-slip #main #order-infos .box:nth-child(even) *,#module-blockwishlist-lists #main #order-infos .box:nth-child(even) *,#view #main #order-infos .box:nth-child(even) *,#module-psgdpr-gdpr #main #order-infos .box:nth-child(even) *,#order-detail #main #order-infos .box:nth-child(even) *,#module-ps_emailalerts-account #main #order-infos .box:nth-child(even) *,#discount #main #order-infos .box:nth-child(even) *{color:var(--white)}#my-account #main #order-infos .box .button-primary,#identity #main #order-infos .box .button-primary,#address #main #order-infos .box .button-primary,#addresses #main #order-infos .box .button-primary,#history #main #order-infos .box .button-primary,#order-slip #main #order-infos .box .button-primary,#module-blockwishlist-lists #main #order-infos .box .button-primary,#view #main #order-infos .box .button-primary,#module-psgdpr-gdpr #main #order-infos .box .button-primary,#order-detail #main #order-infos .box .button-primary,#module-ps_emailalerts-account #main #order-infos .box .button-primary,#discount #main #order-infos .box .button-primary{color:var(--blue_two);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--white);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}#my-account #main #order-infos .box .button-primary:before,#identity #main #order-infos .box .button-primary:before,#address #main #order-infos .box .button-primary:before,#addresses #main #order-infos .box .button-primary:before,#history #main #order-infos .box .button-primary:before,#order-slip #main #order-infos .box .button-primary:before,#module-blockwishlist-lists #main #order-infos .box .button-primary:before,#view #main #order-infos .box .button-primary:before,#module-psgdpr-gdpr #main #order-infos .box .button-primary:before,#order-detail #main #order-infos .box .button-primary:before,#module-ps_emailalerts-account #main #order-infos .box .button-primary:before,#discount #main #order-infos .box .button-primary:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--theme_color);z-index:-1;transition:top .3s ease-out}#my-account #main #order-infos .box .button-primary:hover:before,#identity #main #order-infos .box .button-primary:hover:before,#address #main #order-infos .box .button-primary:hover:before,#addresses #main #order-infos .box .button-primary:hover:before,#history #main #order-infos .box .button-primary:hover:before,#order-slip #main #order-infos .box .button-primary:hover:before,#module-blockwishlist-lists #main #order-infos .box .button-primary:hover:before,#view #main #order-infos .box .button-primary:hover:before,#module-psgdpr-gdpr #main #order-infos .box .button-primary:hover:before,#order-detail #main #order-infos .box .button-primary:hover:before,#module-ps_emailalerts-account #main #order-infos .box .button-primary:hover:before,#discount #main #order-infos .box .button-primary:hover:before{top:0}#my-account #main #order-infos .box .button-primary:hover,#identity #main #order-infos .box .button-primary:hover,#address #main #order-infos .box .button-primary:hover,#addresses #main #order-infos .box .button-primary:hover,#history #main #order-infos .box .button-primary:hover,#order-slip #main #order-infos .box .button-primary:hover,#module-blockwishlist-lists #main #order-infos .box .button-primary:hover,#view #main #order-infos .box .button-primary:hover,#module-psgdpr-gdpr #main #order-infos .box .button-primary:hover,#order-detail #main #order-infos .box .button-primary:hover,#module-ps_emailalerts-account #main #order-infos .box .button-primary:hover,#discount #main #order-infos .box .button-primary:hover{color:var(--white)}#my-account #main #order-history,#identity #main #order-history,#address #main #order-history,#addresses #main #order-history,#history #main #order-history,#order-slip #main #order-history,#module-blockwishlist-lists #main #order-history,#view #main #order-history,#module-psgdpr-gdpr #main #order-history,#order-detail #main #order-history,#module-ps_emailalerts-account #main #order-history,#discount #main #order-history{padding-left:0;padding-right:0}#my-account #main .addresses,#identity #main .addresses,#address #main .addresses,#addresses #main .addresses,#history #main .addresses,#order-slip #main .addresses,#module-blockwishlist-lists #main .addresses,#view #main .addresses,#module-psgdpr-gdpr #main .addresses,#order-detail #main .addresses,#module-ps_emailalerts-account #main .addresses,#discount #main .addresses{max-width:100%;margin:0}#my-account #main .addresses h4,#identity #main .addresses h4,#address #main .addresses h4,#addresses #main .addresses h4,#history #main .addresses h4,#order-slip #main .addresses h4,#module-blockwishlist-lists #main .addresses h4,#view #main .addresses h4,#module-psgdpr-gdpr #main .addresses h4,#order-detail #main .addresses h4,#module-ps_emailalerts-account #main .addresses h4,#discount #main .addresses h4{font-size:1.25rem}#my-account #main .addresses #delivery-address,#identity #main .addresses #delivery-address,#address #main .addresses #delivery-address,#addresses #main .addresses #delivery-address,#history #main .addresses #delivery-address,#order-slip #main .addresses #delivery-address,#module-blockwishlist-lists #main .addresses #delivery-address,#view #main .addresses #delivery-address,#module-psgdpr-gdpr #main .addresses #delivery-address,#order-detail #main .addresses #delivery-address,#module-ps_emailalerts-account #main .addresses #delivery-address,#discount #main .addresses #delivery-address{background-color:var(--blue_two);padding:1rem;border-radius:10px}#my-account #main .addresses #delivery-address *,#identity #main .addresses #delivery-address *,#address #main .addresses #delivery-address *,#addresses #main .addresses #delivery-address *,#history #main .addresses #delivery-address *,#order-slip #main .addresses #delivery-address *,#module-blockwishlist-lists #main .addresses #delivery-address *,#view #main .addresses #delivery-address *,#module-psgdpr-gdpr #main .addresses #delivery-address *,#order-detail #main .addresses #delivery-address *,#module-ps_emailalerts-account #main .addresses #delivery-address *,#discount #main .addresses #delivery-address *{color:var(--white)}#my-account #main .addresses #delivery-address,#identity #main .addresses #delivery-address,#address #main .addresses #delivery-address,#addresses #main .addresses #delivery-address,#history #main .addresses #delivery-address,#order-slip #main .addresses #delivery-address,#module-blockwishlist-lists #main .addresses #delivery-address,#view #main .addresses #delivery-address,#module-psgdpr-gdpr #main .addresses #delivery-address,#order-detail #main .addresses #delivery-address,#module-ps_emailalerts-account #main .addresses #delivery-address,#discount #main .addresses #delivery-address{margin-right:10px}#my-account #main .addresses #invoice-address,#identity #main .addresses #invoice-address,#address #main .addresses #invoice-address,#addresses #main .addresses #invoice-address,#history #main .addresses #invoice-address,#order-slip #main .addresses #invoice-address,#module-blockwishlist-lists #main .addresses #invoice-address,#view #main .addresses #invoice-address,#module-psgdpr-gdpr #main .addresses #invoice-address,#order-detail #main .addresses #invoice-address,#module-ps_emailalerts-account #main .addresses #invoice-address,#discount #main .addresses #invoice-address{background-color:var(--theme_color);padding:1rem;border-radius:10px}#my-account #main .addresses #invoice-address *,#identity #main .addresses #invoice-address *,#address #main .addresses #invoice-address *,#addresses #main .addresses #invoice-address *,#history #main .addresses #invoice-address *,#order-slip #main .addresses #invoice-address *,#module-blockwishlist-lists #main .addresses #invoice-address *,#view #main .addresses #invoice-address *,#module-psgdpr-gdpr #main .addresses #invoice-address *,#order-detail #main .addresses #invoice-address *,#module-ps_emailalerts-account #main .addresses #invoice-address *,#discount #main .addresses #invoice-address *{color:var(--white)}#my-account #main .addresses #invoice-address,#identity #main .addresses #invoice-address,#address #main .addresses #invoice-address,#addresses #main .addresses #invoice-address,#history #main .addresses #invoice-address,#order-slip #main .addresses #invoice-address,#module-blockwishlist-lists #main .addresses #invoice-address,#view #main .addresses #invoice-address,#module-psgdpr-gdpr #main .addresses #invoice-address,#order-detail #main .addresses #invoice-address,#module-ps_emailalerts-account #main .addresses #invoice-address,#discount #main .addresses #invoice-address{margin-left:10px}#my-account #main .box,#identity #main .box,#address #main .box,#addresses #main .box,#history #main .box,#order-slip #main .box,#module-blockwishlist-lists #main .box,#view #main .box,#module-psgdpr-gdpr #main .box,#order-detail #main .box,#module-ps_emailalerts-account #main .box,#discount #main .box{padding-left:0;padding-right:0}#my-account #main .order-message-form,#identity #main .order-message-form,#address #main .order-message-form,#addresses #main .order-message-form,#history #main .order-message-form,#order-slip #main .order-message-form,#module-blockwishlist-lists #main .order-message-form,#view #main .order-message-form,#module-psgdpr-gdpr #main .order-message-form,#order-detail #main .order-message-form,#module-ps_emailalerts-account #main .order-message-form,#discount #main .order-message-form{margin-bottom:4rem}#module-ps_emailalerts-account #main ul{display:flex;align-items:center;gap:1.5rem}#module-ps_emailalerts-account #main ul li{background-color:var(--blue_two) !important;padding:1rem !important;border-radius:10px}#module-ps_emailalerts-account #main ul li *{color:var(--white)}#module-ps_emailalerts-account #main ul li{width:100%;margin:0 0 1.5rem 0 !important;gap:1rem}@media only screen and (min-width: 576px){#module-ps_emailalerts-account #main ul li{width:50%}}@media only screen and (min-width: 992px){#module-ps_emailalerts-account #main ul li{width:33%}}#module-ps_emailalerts-account #main ul li div{font-weight:bold;font-size:1.25rem}#module-ps_emailalerts-account #main ul li div span{font-weight:400;color:var(--white)}#module-ps_emailalerts-account #main ul li .js-remove-email-alert:hover i{opacity:.7}#order-confirmation #content-wrapper{padding-bottom:80px}#order-confirmation #content-wrapper #order-details{padding-left:0}#order-confirmation #content-wrapper #content-hook-order-confirmation-footer{display:none}#ybc_blog_page.ybc_blog #wrapper>.container:not(:has(.blog-page)){max-width:1330px}#ybc_blog_page.ybc_blog #wrapper .breadcrumb{margin:0}#ybc_blog_page #wrapper{overflow:visible}#ybc_blog_page #left-column .ybc_block_categories li a{padding-left:15px;position:relative;font-size:16px;font-weight:500}#ybc_blog_page #left-column .ybc_block_categories li a:hover{color:var(--orange)}#ybc_blog_page #left-column .ybc_block_categories li a::before{border-color:rgba(0,0,0,0);position:absolute;left:0;top:19px;scale:1.1}#ybc_blog_page #left-column .ybc_block_categories li.active a{color:var(--orange)}#ybc_blog_page #left-column .ybc_block_categories li.active a::before{border-color:var(--orange)}#ybc_blog_page #left-column .ybc_block_categories li:not(:last-child) a{border-bottom:0px !important}#ybc_blog_page #left-column .ybc_blog_sidebar .block,#ybc_blog_page #right-column .ybc_blog_sidebar .block{box-shadow:none !important;-webkit-box-shadow:none !important}#ybc_blog_page .ybc-blog #content-wrapper .ybc-blog-wrapper,#ybc_blog_page #content-wrapper .ybc-blog-wrapper{padding:0px !important}#ybc_blog_page #ybc_blog_page #wrapper>.container{max-width:1600px;width:100vw}#ybc_blog_page #ybc_blog_page #wrapper{overflow:visible}#ybc_blog_page #js-post-list-top{display:flex;justify-content:space-between}#ybc_blog_page #js-post-list-top .listing-switcher-container{display:flex;align-items:center;gap:1rem}#ybc_blog_page #js-post-list-top .listing-switcher-container .listing-text p{font-weight:700;color:var(--blue_two);margin-bottom:0;font-size:1rem}#ybc_blog_page #js-post-list-top .listing-switcher-container .listing-switcher{display:flex;align-items:center;gap:1rem}#ybc_blog_page #js-post-list-top .listing-switcher-container .listing-switcher .active{pointer-events:none}#ybc_blog_page #js-post-list-top .listing-switcher-container .listing-switcher>div{cursor:pointer}@media(max-width: 500px){#ybc_blog_page #js-post-list-top{flex-direction:column;gap:1rem}}#ybc_blog_page #js-post-list-top::after{display:none}#ybc_blog_page #js-post-list-top .products-sort-order{width:fit-content;position:relative}#ybc_blog_page #js-post-list-top .products-sort-order svg{position:absolute;top:50%;transform:translateY(-50%);right:10px}#ybc_blog_page #js-post-list-top .products-sort-order select.select{border:none;padding:12px 20px 14px 15px;height:fit-content !important;font-weight:500;color:rgba(38,53,93,.7);-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:190px;background-color:var(--grey_two)}#ybc_blog_page .ybc-blog-list>li{padding:0px !important;margin:0;margin-bottom:1.5rem}#ybc_blog_page .ybc-blog-list.grid{display:grid;grid-template-columns:repeat(4, 1fr)}@media(max-width: 1200px){#ybc_blog_page .ybc-blog-list.grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 500px){#ybc_blog_page .ybc-blog-list.grid{grid-template-columns:repeat(1, 1fr)}}#ybc_blog_page .ybc-blog-list.grid{gap:24px}#ybc_blog_page .ybc-blog-list.grid .post-wrapper{display:flex;flex-direction:column}#ybc_blog_page .ybc-blog-list.grid .post-wrapper .ybc_item_img{width:100%;height:200px}#ybc_blog_page .ybc-blog-list.grid .post-wrapper .ybc_item_img img{transform:scale(1.07)}#ybc_blog_page .ybc-blog-list.grid .post-wrapper .blog_description{display:none}#ybc_blog_page .ybc-blog-list.grid .post-wrapper .ybc-blog-wrapper-content{padding-left:0px !important;width:100% !important;height:calc(100% - 200px) !important}#ybc_blog_page .ybc-blog-list.grid .post-wrapper .ybc-blog-wrapper-content .ybc-blog-wrapper-content-main{height:100%;display:flex;flex-direction:column}@media(max-width: 500px){#ybc_blog_page .ybc-blog-list.grid .post-wrapper .ybc-blog-wrapper-content{margin-top:20px}}#ybc_blog_page .ybc-blog-list.list .post-wrapper .ybc_item_img{width:25%}#ybc_blog_page .ybc-blog-list.list .post-wrapper .ybc-blog-wrapper-content{width:75% !important;min-height:200px;height:100%}#ybc_blog_page .ybc-blog-list.list .post-wrapper .ybc-blog-wrapper-content-main{height:100%;display:flex;flex-direction:column;min-height:200px}#ybc_blog_page .ybc-blog-list.list .post-wrapper .read_more{margin-top:auto;color:var(--blue_two);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--white);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}#ybc_blog_page .ybc-blog-list.list .post-wrapper .read_more:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--theme_color);z-index:-1;transition:top .3s ease-out}#ybc_blog_page .ybc-blog-list.list .post-wrapper .read_more:hover:before{top:0}#ybc_blog_page .ybc-blog-list.list .post-wrapper .read_more:hover{color:var(--white)}#ybc_blog_page .ybc-blog-list.list .post-wrapper .read_more{width:fit-content;font-style:normal;font-weight:600}#ybc_blog_page .ybc-blog-list .post-wrapper .ybc_item_img{border-radius:4px}#ybc_blog_page .ybc-blog-list .post-wrapper .ybc_item_img img{transform:scale(1.07) !important}#ybc_blog_page .ybc-blog-list .post-wrapper .ybc-blog-sidear-post-meta{display:block;width:fit-content;margin-bottom:16px}#ybc_blog_page .ybc-blog-list .post-wrapper .ybc_title_block{color:var(--blue_two);margin-bottom:10px;font-size:20px;text-transform:none}#ybc_blog_page .ybc-blog-list .post-wrapper .ybc-blog-categories a{font-size:14px}#ybc_blog_page .ybc-blog-list .post-wrapper .read_more{color:var(--blue_two);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--white);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}#ybc_blog_page .ybc-blog-list .post-wrapper .read_more:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--theme_color);z-index:-1;transition:top .3s ease-out}#ybc_blog_page .ybc-blog-list .post-wrapper .read_more:hover:before{top:0}#ybc_blog_page .ybc-blog-list .post-wrapper .read_more:hover{color:var(--white)}#ybc_blog_page .ybc-blog-list .post-wrapper .read_more{width:fit-content;font-style:normal;font-weight:600}#ybc_blog_page .ybc-blog-list .post-wrapper{background:var(--grey_two);height:100%;padding:1rem;border-radius:4px}#ybc_blog_page .blog-page{width:100%;display:flex}#ybc_blog_page .blog-page #left-column{width:fit-content;min-width:280px}#ybc_blog_page .blog-page #content-wrapper{width:100%;padding-inline:15px}#ybc_blog_page .blog-page .single-article{width:100%;display:flex;flex-direction:column}@media(max-width: 768px){#ybc_blog_page .blog-page{flex-direction:column;padding-inline:2vw}#ybc_blog_page .blog-page #left-column{width:100%}#ybc_blog_page .blog-page .ybc-navigation-blog{background:var(--blue_two);color:var(--white);border:solid 1px var(--blue_two);margin-bottom:0px}#ybc_blog_page .blog-page .ybc-navigation-blog::before{border-bottom:2px solid var(--white);border-left:2px solid var(--white);width:12px;height:12px;top:17px}#ybc_blog_page .blog-page .ybc_block_categories{border:solid 1px var(--blue_two);border-top:none}#ybc_blog_page .blog-page #content-wrapper{margin-top:20px}}#ybc_blog_page .ybc-blog-wrapper .page-heading{margin-left:-15px}#ybc_blog_page .ybc-blog-wrapper-detail{display:flex;justify-content:center;padding:0}@media(max-width: 768px){#ybc_blog_page .ybc-blog-wrapper-detail{padding:0px}}#ybc_blog_page .breadcrumb[data-depth="4"]{display:flex;justify-content:center}#ybc_blog_page .breadcrumb[data-depth="4"] ol{max-width:1330px;width:1330px}#ybc_blog_page .flex-single-article{display:flex;gap:24px;max-width:1330px;width:100%}@media(max-width: 768px){#ybc_blog_page .flex-single-article{flex-direction:column}}#ybc_blog_page .flex-single-article .left-column-single{position:relative;width:25%;height:auto;min-width:380px}@media(max-width: 1100px){#ybc_blog_page .flex-single-article .left-column-single{min-width:260px}}@media(max-width: 768px){#ybc_blog_page .flex-single-article .left-column-single{width:100%}}#ybc_blog_page .flex-single-article .left-column-single .sticky{position:sticky;top:190px;height:fit-content;background-color:var(--grey_two);border-radius:4px;padding:40px;height:fit-content}#ybc_blog_page .flex-single-article .left-column-single .post-date{float:none}#ybc_blog_page .flex-single-article .left-column-single h1{font-size:28px;margin:0}#ybc_blog_page .flex-single-article .right-column-single{width:100%}#ybc_blog_page .flex-single-article .right-column-single .ybc_image-single{margin-bottom:40px}#ybc_blog_page .flex-single-article .right-column-single h2 span{font-size:28px}#ybc_blog_page .flex-single-article .right-column-single .blog_description img{margin-block:2rem;max-width:100% !important}#ybc_blog_page .flex-single-article .right-column-single .blog_description p{font-size:1rem;line-height:28px;color:#515d7d}#ybc_blog_page .flex-single-article .right-column-single .blog_description a{color:var(--orange);text-decoration:underline}#ybc_blog_page .flex-single-article .right-column-single .blog_description h2,#ybc_blog_page .flex-single-article .right-column-single .blog_description h3{margin-bottom:2rem}#ybc_blog_page .flex-single-article .right-column-single .blog_description h2{font-size:2rem}#ybc_blog_page .flex-single-article .right-column-single .blog_description h3{font-size:1.5rem}#ybc_blog_page .ybc-blog-related-posts .title_blog{background-color:var(--blue_two);color:var(--white);padding:16px 25px 18px 50px;border-radius:4px 4px 20px 20px;font-size:24px;margin-bottom:24px}#ybc_blog_page .ybc-blog-related-posts .title_blog::before{content:url(../../assets/img/latest_news.svg);display:block;position:absolute;top:18px;left:-1px}#ybc_blog_page .ybc-blog-related-posts-wrapper{position:relative;margin-bottom:50px}#ybc_blog_page .ybc-blog-related-posts-wrapper::after{content:"";position:absolute;left:calc(50% + 2px);transform:translateX(-50%);z-index:0;bottom:-25px;width:calc(100% + 50px);height:50px;background-color:var(--blue_two);border-radius:4px}#ybc_blog_page .ybc-blog-related-posts-wrapper .ybc-blog-categories{float:left;margin-top:16px}#ybc_blog_page .ybc-blog-related-posts-wrapper .slick-track{display:flex;gap:25px}#ybc_blog_page .ybc-blog-related-posts-wrapper .slick-list{z-index:1;width:calc(100% - 25px) !important;margin-left:12.5px}#ybc_blog_page .ybc-blog-related-posts-wrapper .ybc_blog_content_block_item .ybc_item_img{border-radius:4px;min-height:180px}#ybc_blog_page .ybc-blog-related-posts-wrapper .ybc_blog_content_block_item .ybc_item_img img{transform:scale(1.07) !important}#ybc_blog_page .ybc-blog-related-posts-wrapper .ybc_blog_content_block_item .ybc-blog-sidear-post-meta{display:block;width:fit-content;margin-bottom:16px}#ybc_blog_page .ybc-blog-related-posts-wrapper .ybc_blog_content_block_item .ybc_title_block{color:var(--blue_two);margin-bottom:10px;font-size:20px;text-transform:none}#ybc_blog_page .ybc-blog-related-posts-wrapper .ybc_blog_content_block_item .ybc-blog-categories a{font-size:14px}#ybc_blog_page .ybc-blog-related-posts-wrapper .ybc_blog_content_block_item .read_more{color:var(--blue_two);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--white);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}#ybc_blog_page .ybc-blog-related-posts-wrapper .ybc_blog_content_block_item .read_more:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--theme_color);z-index:-1;transition:top .3s ease-out}#ybc_blog_page .ybc-blog-related-posts-wrapper .ybc_blog_content_block_item .read_more:hover:before{top:0}#ybc_blog_page .ybc-blog-related-posts-wrapper .ybc_blog_content_block_item .read_more:hover{color:var(--white)}#ybc_blog_page .ybc-blog-related-posts-wrapper .ybc_blog_content_block_item .read_more{width:fit-content;font-style:normal;font-weight:500}#ybc_blog_page .ybc-blog-related-posts-wrapper .ybc_blog_content_block_item{background:var(--grey_two);height:100%;padding:1rem;border-radius:4px}#ybc_blog_page .single-article{display:flex;flex-direction:column}#ybc_blog_page .ybc_blog_carousel .ybc-blog-related-posts-list button.slick-arrow{z-index:5;transform:translateY(-96px) scale(1.5) !important;border:none !important;border-radius:4px !important}#ybc_blog_page .ybc-blog-related-posts.ybc_blog_carousel button.slick-arrow.slick-next{right:15px}#ybc_blog_page .ybc-blog-related-posts.ybc_blog_carousel button.slick-arrow.slick-next::before{border-color:var(--blue_two);width:5px;height:5px;opacity:1;top:10px;right:11px}#ybc_blog_page .ybc-blog-related-posts.ybc_blog_carousel button.slick-arrow.slick-prev{right:62px !important}#ybc_blog_page .ybc-blog-related-posts.ybc_blog_carousel button.slick-arrow.slick-prev::before{border-color:var(--blue_two);width:5px;height:5px;opacity:1;top:10px;right:9px}#ybc_blog_page .ybc-blog-products{margin-bottom:50px}#ybc_blog_page .ybc-blog-products h3{background-color:var(--blue_two);color:var(--white);padding:16px 25px 18px 50px;border-radius:4px 4px 20px 20px;font-size:24px;margin-bottom:24px}#ybc_blog_page .ybc-blog-products .ybc-blog-products-list{display:grid;grid-template-columns:repeat(4, 1fr)}@media(max-width: 1024px){#ybc_blog_page .ybc-blog-products .ybc-blog-products-list{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 768px){#ybc_blog_page .ybc-blog-products .ybc-blog-products-list{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 450px){#ybc_blog_page .ybc-blog-products .ybc-blog-products-list{grid-template-columns:repeat(1, 1fr)}}#ybc_blog_page .ybc-blog-products .ybc-blog-products-list{gap:10px}#ybc_blog_page .ybc-blog-products .ybc-blog-products-list .ybc_blog_content_block_item{padding:20px;width:100%;border-radius:.5rem;box-shadow:0px 4px 24px 0px rgba(0,0,0,.08)}#ybc_blog_page .ybc-blog-products .ybc-blog-products-list .ybc_blog_content_block_item .ybc_item_img{background-color:rgba(0,0,0,0)}#ybc_blog_page .ybc-blog-products .ybc-blog-products-list .ybc_blog_content_block_item .product-title{font-size:22px;color:var(--blue_two);text-align:center;font-weight:700;display:block;margin-top:12px;width:100%}.brands-filter-section{font-size:32px;margin:0;padding:24px 0;width:100%;border-bottom:solid 1px var(--blue_two);position:relative;cursor:pointer}.brands-filter-section:hover{background:#eaecef;padding-inline:16px}.brands-filter-section::after{content:"";width:12px;height:12px;display:block;border-bottom:solid 2px var(--blue_two);border-right:solid 2px var(--blue_two);position:absolute;right:15px;top:50%;transform:translateY(-50%) rotate(45deg)}.brands-filter-section.active::after{transform:translateY(0%) rotate(-135deg)}.brands-filter-section .ancre{position:absolute;top:-150px}#manufacturer #wrapper>.container{margin-bottom:5rem}#manufacturer #main .bloc_brands{display:none}#manufacturer #main .bloc_brands.active{display:flex}#manufacturer #main .bloc_brands .brand{width:calc(14.2857142857% - 10px)}@media(max-width: 1200px){#manufacturer #main .bloc_brands .brand{width:calc(20% - 10px)}}@media(max-width: 1024px){#manufacturer #main .bloc_brands .brand{width:calc(25% - 10px)}}@media(max-width: 768px){#manufacturer #main .bloc_brands .brand{width:calc(33.3333333333% - 10px)}}@media(max-width: 600px){#manufacturer #main .bloc_brands .brand{width:calc(50% - 10px)}}@media(max-width: 360px){#manufacturer #main .bloc_brands .brand{width:calc(100% - 10px)}}#manufacturer #main .bloc_brands .brand{min-width:0}#manufacturer #main .bloc_brands .brand .brand-img{width:100%}#manufacturer #main .bloc_brands .brand h3{font-weight:400}#manufacturer #main .bloc_brands .brand h3 a:hover{color:var(--blue_two)}#manufacturer *[data-filter=search]{display:none}#manufacturer *[data-filter=search].active{display:flex}#manufacturer .brand-page-top{background-color:var(--grey_two);width:100vw;gap:40px;padding-block:24px;position:relative;left:50%;transform:translateX(-50%);margin-top:-24px;margin-bottom:24px;display:flex;justify-content:center;align-items:center}#manufacturer .brand-page-top .container{display:flex;justify-content:center;align-items:center;margin-inline:auto;gap:40px}@media only screen and (max-width: 768px){#manufacturer .brand-page-top .container{flex-direction:column}}#manufacturer .brand-page-top p{margin:0;font-weight:500;font-size:20px}#manufacturer .brand-page-top ul{margin-bottom:0}#manufacturer .brand-page-top #manufacturer-description{max-width:40%}@media only screen and (max-width: 1200px){#manufacturer .brand-page-top #manufacturer-description{max-width:70%}}@media only screen and (max-width: 768px){#manufacturer .brand-page-top #manufacturer-description{max-width:100%}}#manufacturer .brand-page-top #manufacturer-description>div{margin-bottom:1rem}@media only screen and (max-width: 768px){#manufacturer .brand-page-top #manufacturer-description>div{text-align:center}}#manufacturer .brand-page-top #manufacturer-description .manufacturer-link-website,#manufacturer .brand-page-top #manufacturer-description .manufacturer-link-facebook,#manufacturer .brand-page-top #manufacturer-description .manufacturer-link-youtube,#manufacturer .brand-page-top #manufacturer-description .manufacturer-link-twitter,#manufacturer .brand-page-top #manufacturer-description .manufacturer-link-instagram{display:flex;gap:8px;align-items:center}@media only screen and (max-width: 768px){#manufacturer .brand-page-top #manufacturer-description .manufacturer-link-website,#manufacturer .brand-page-top #manufacturer-description .manufacturer-link-facebook,#manufacturer .brand-page-top #manufacturer-description .manufacturer-link-youtube,#manufacturer .brand-page-top #manufacturer-description .manufacturer-link-twitter,#manufacturer .brand-page-top #manufacturer-description .manufacturer-link-instagram{justify-content:center}}#manufacturer .brand-page-top #manufacturer-description .manufacturer-link-website::before,#manufacturer .brand-page-top #manufacturer-description .manufacturer-link-facebook::before,#manufacturer .brand-page-top #manufacturer-description .manufacturer-link-youtube::before,#manufacturer .brand-page-top #manufacturer-description .manufacturer-link-twitter::before,#manufacturer .brand-page-top #manufacturer-description .manufacturer-link-instagram::before{display:block;width:24px;height:24px}#manufacturer .brand-page-top #manufacturer-description .manufacturer-link-website::before{content:url("https://img.icons8.com/windows/24/domain.png")}#manufacturer .brand-page-top #manufacturer-description .manufacturer-link-facebook::before{content:url("https://img.icons8.com/material/24/facebook-new.png")}#manufacturer .brand-page-top #manufacturer-description .manufacturer-link-youtube::before{content:url("https://img.icons8.com/small/24/youtube--v1.png")}#manufacturer .brand-page-top #manufacturer-description .manufacturer-link-twitter::before{content:url("https://img.icons8.com/material/24/twitter--v2.png")}#manufacturer .brand-page-top #manufacturer-description .manufacturer-link-instagram::before{content:url("https://img.icons8.com/material-outlined/24/instagram-new--v1.png")}#manufacturer .search-section{padding:35px 80px;display:flex;flex-direction:column;align-items:center;gap:20px;border-radius:8px;background:var(--blue_one);position:relative;min-height:170px;margin-bottom:40px;overflow:hidden}#manufacturer .search-section::before{content:url("../../assets/img/search.svg");position:absolute;left:0;top:0;z-index:0}@media(max-width: 1024px){#manufacturer .search-section{padding:20px 40px}}#manufacturer .search-section h2{position:absolute;left:120px;top:40px;color:var(--white);font-size:32px;text-transform:uppercase;max-width:250px}@media(max-width: 1300px){#manufacturer .search-section h2{position:static;max-width:fit-content}}#manufacturer .search-center{width:100%;max-width:560px}#manufacturer .search-bar{display:flex;align-items:center;background-color:var(--blue_three);padding:10px;border-radius:25px;width:100%;max-width:560px;margin:auto}#manufacturer .search-bar input[type=text]{border:none;outline:none;background-color:rgba(0,0,0,0);flex:1;padding:5px 10px;font-size:16px;color:var(--blue_two)}#manufacturer .search-bar input[type=text]::placeholder{color:var(--blue_two);opacity:.9}#manufacturer .search-bar button{border:none;background-color:var(--blue_one);width:32px;height:32px;border-radius:32px;display:flex;justify-content:center;align-items:center;cursor:pointer}#manufacturer .search-by-letters{display:flex;gap:10px;margin-top:20px;flex-wrap:wrap}#manufacturer .search-by-letters a{color:var(--white);font-weight:700;text-decoration:underline;font-size:20px}body#checkout #header,body#cart #header{height:17.9rem}body#checkout #header #search_widget,body#cart #header #search_widget{display:block}body#checkout #notifications .alert,body#cart #notifications .alert{margin:1rem 0}body#checkout #notifications .alert.alert-danger,body#cart #notifications .alert.alert-danger{color:var(--white);background-color:var(--red)}body#checkout #notifications .alert.alert-danger ul li,body#cart #notifications .alert.alert-danger ul li{color:var(--white)}body#checkout #content-wrapper,body#cart #content-wrapper{margin-top:2rem}body#checkout .nav-item .nav-link,body#cart .nav-item .nav-link{color:var(--blue_two)}body#checkout .nav-item .nav-link.active,body#cart .nav-item .nav-link.active{color:var(--theme_color);text-decoration:none !important}body#checkout .order-options,body#cart .order-options{width:100%}body#checkout .btn-primary,body#cart .btn-primary{color:var(--white);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--blue_two);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}body#checkout .btn-primary:before,body#cart .btn-primary:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--theme_color);z-index:-1;transition:top .3s ease-out}body#checkout .btn-primary:hover:before,body#cart .btn-primary:hover:before{top:0}body#checkout .btn-primary:hover,body#cart .btn-primary:hover{color:var(--white)}body#checkout .step-edit,body#checkout .edit-address,body#checkout .delete-address,body#cart .step-edit,body#cart .edit-address,body#cart .delete-address{text-decoration:underline;font-size:1rem;font-weight:500;text-transform:uppercase;border:none;background:none;cursor:pointer;color:var(--blue_two)}body#checkout .step-edit:hover,body#checkout .edit-address:hover,body#checkout .delete-address:hover,body#cart .step-edit:hover,body#cart .edit-address:hover,body#cart .delete-address:hover{text-decoration:none;color:inherit}body#checkout .step-edit:hover i,body#checkout .edit-address:hover i,body#checkout .delete-address:hover i,body#cart .step-edit:hover i,body#cart .edit-address:hover i,body#cart .delete-address:hover i{transform:translateX(10px)}body#checkout .step-edit i,body#checkout .edit-address i,body#checkout .delete-address i,body#cart .step-edit i,body#cart .edit-address i,body#cart .delete-address i{font-size:20px}body#checkout .step-edit i.left,body#checkout .edit-address i.left,body#checkout .delete-address i.left,body#cart .step-edit i.left,body#cart .edit-address i.left,body#cart .delete-address i.left{margin-right:5px}body#checkout .step-edit i.right,body#checkout .edit-address i.right,body#checkout .delete-address i.right,body#cart .step-edit i.right,body#cart .edit-address i.right,body#cart .delete-address i.right{margin-left:5px}body#checkout .step-edit,body#checkout .edit-address,body#checkout .delete-address,body#cart .step-edit,body#cart .edit-address,body#cart .delete-address{color:var(--blue_two) !important}body#checkout .step-edit i,body#checkout .edit-address i,body#checkout .delete-address i,body#cart .step-edit i,body#cart .edit-address i,body#cart .delete-address i{margin-right:5px}body#checkout #wrapper form,body#cart #wrapper form{max-width:unset}body#checkout #wrapper form .delivery-options,body#cart #wrapper form .delivery-options{width:100%}body#checkout #wrapper form .delivery-options .delivery-option,body#cart #wrapper form .delivery-options .delivery-option{background-color:var(--theme_color_lighter);padding:2rem 1rem;border-right:none;border-radius:4px}body#checkout #wrapper form .address-item,body#cart #wrapper form .address-item{background-color:var(--grey_one);border-radius:4px}body#checkout #wrapper form .address-item.selected,body#cart #wrapper form .address-item.selected{border-color:var(--theme_color)}body#checkout #wrapper form #delivery_message,body#cart #wrapper form #delivery_message{width:100%}body#checkout .media-list,body#cart .media-list{margin:1rem 0}body#checkout .media-list .media,body#cart .media-list .media{background-color:var(--white);padding:1rem;border-radius:4px;display:flex;align-items:center;gap:1rem}body#checkout .media-list .media .media-left img,body#cart .media-list .media .media-left img{width:100% !important}body#checkout .media-list .media .media-body,body#cart .media-list .media .media-body{width:65%}body#checkout .media-list .media .media-body *,body#cart .media-list .media .media-body *{color:var(--blue_two)}body#checkout .media-list .media .media-body .product-name a,body#cart .media-list .media .media-body .product-name a{font-size:24px;font-weight:500;text-decoration:none !important}body#checkout .media-list .media .media-body .price-quantity,body#cart .media-list .media .media-body .price-quantity{width:100%;display:flex;align-items:center;gap:.5rem}body#checkout .media-list .media .media-body .product-price,body#cart .media-list .media .media-body .product-price{font-size:24px;font-weight:500}body#checkout .cart-summary-products,body#cart .cart-summary-products{margin-bottom:1rem}body#checkout .cart-summary-products>p,body#cart .cart-summary-products>p{font-size:24px;font-weight:500;margin:0}body#checkout .cart-summary-line,body#cart .cart-summary-line{display:flex;justify-content:space-between;align-items:center}body#checkout .cart-summary-line::after,body#cart .cart-summary-line::after{display:none !important}body#checkout .cart-summary-line .value,body#cart .cart-summary-line .value{font-size:20px !important}body#checkout .cart-summary-line.cart-total .value,body#cart .cart-summary-line.cart-total .value{font-size:28px !important}body#checkout .cart-grid-body,body#cart .cart-grid-body{padding-right:1rem}@media only screen and (max-width: 768px){body#checkout .card-block,body#cart .card-block{padding:1.25rem 1.25rem .5rem}}@media only screen and (max-width: 768px){body#checkout .card-block.checkout,body#cart .card-block.checkout{padding-bottom:1.75rem}}body#checkout #js-checkout-summary,body#cart #js-checkout-summary{background-color:var(--theme_color_lighter);border-radius:10px}body#checkout .cart-grid-right *,body#cart .cart-grid-right *{color:var(--blue_two)}body#checkout .cart-grid-right button span,body#cart .cart-grid-right button span{color:var(--white) !important}body#checkout .done,body#cart .done{color:var(--orange)}body#checkout .cart-grid-right .card .cart-summary-subtotals-container,body#cart .cart-grid-right .card .cart-summary-subtotals-container{border-color:var(--blue_two)}body#checkout section.checkout-step.-reachable.-current .step-number,body#cart section.checkout-step.-reachable.-current .step-number{background-color:var(--orange);font-size:20px}body#checkout .custom-radio input[type=radio]:checked+span,body#cart .custom-radio input[type=radio]:checked+span{background-color:var(--orange)}body#checkout .block-promo #promo-code form,body#cart .block-promo #promo-code form{display:flex;align-items:center}body#checkout .block-promo #promo-code form .promo-input,body#cart .block-promo #promo-code form .promo-input{flex-grow:1;width:auto;height:44px}body#checkout .block-promo .cancel-promo,body#checkout .block-promo .collapse-button,body#cart .block-promo .cancel-promo,body#cart .block-promo .collapse-button{text-decoration:underline}body#checkout .block-promo .cancel-promo:hover,body#checkout .block-promo .collapse-button:hover,body#cart .block-promo .cancel-promo:hover,body#cart .block-promo .collapse-button:hover{text-decoration:none}body#checkout .block-promo .promo-input+button,body#cart .block-promo .promo-input+button{margin-top:0;text-transform:uppercase}body#checkout .block-promo .alert.alert-danger,body#cart .block-promo .alert.alert-danger{background-color:var(--red);color:var(--white)}body#checkout .block-promo .alert.alert-danger span,body#checkout .block-promo .alert.alert-danger i,body#cart .block-promo .alert.alert-danger span,body#cart .block-promo .alert.alert-danger i{color:var(--white)}body#checkout .block-promo .alert.alert-danger::after,body#cart .block-promo .alert.alert-danger::after{border-bottom-color:var(--red)}body#checkout .block-promo .cart-voucher .cart-summary-line,body#cart .block-promo .cart-voucher .cart-summary-line{background:var(--theme_color_secondary);padding:.5rem;border-radius:4px}body#checkout .block-promo .cart-voucher .cart-summary-line *,body#cart .block-promo .cart-voucher .cart-summary-line *{color:var(--white)}body#checkout #footer,body#cart #footer{padding:0}body#checkout #content-wrapper section.checkout-step{padding:0 2rem}@media only screen and (max-width: 768px){body#checkout #content-wrapper section.checkout-step{padding:0}}body#checkout #content-wrapper section.checkout-step small{font-size:14px}body#checkout #content-wrapper section.checkout-step .content{padding:1rem}body#checkout #content-wrapper section.checkout-step .step-title{padding:2rem 0}body#checkout #content-wrapper section.checkout-step .forgot-password{margin-left:0}body#checkout #content-wrapper a:not(.btn){text-decoration:underline}body#checkout #content-wrapper a:not(.btn):hover{color:var(--blue_two);text-decoration:none}body#checkout section.checkout-step .delivery-options .delivery-option label .carrier:not(.carrier-hasLogo)>.col-xs-12{padding-left:33.333333%}body#cart h1{font-size:1.5rem;margin:0 0 1rem 0;font-weight:500}body#cart #tx-loyalty-cart-footer{margin:2rem 0}body#cart .cart-summary{background:var(--theme_color_lighter);border-radius:10px}body#cart .cart-grid-body{padding-right:0}@media only screen and (min-width: 768px){body#cart .cart-grid-body{padding-right:2rem}}body#cart .product-line-grid{display:flex;align-items:center;gap:1rem}@media only screen and (max-width: 768px){body#cart .product-line-grid{flex-wrap:wrap;justify-content:center;text-align:center;gap:.5rem}}body#cart .product-line-grid *{color:var(--blue_two)}body#cart .product-line-grid .has-discount .discount{color:var(--white)}body#cart .product-line-grid .product-price strong{font-size:28px}@media only screen and (min-width: 992px)and (max-width: 1200px){body#cart .product-line-grid .product-price strong{font-size:24px}}@media only screen and (max-width: 768px){body#cart .product-line-grid .product-price strong{font-size:20px}}body#cart .product-line-grid .product-image,body#cart .product-line-grid .product-image picture,body#cart .product-line-grid .product-image picture img{display:block;width:100%;max-width:175px}@media only screen and (max-width: 768px){body#cart .product-line-grid .product-image,body#cart .product-line-grid .product-image picture,body#cart .product-line-grid .product-image picture img{margin:0 auto}}@media only screen and (max-width: 768px){body#cart .product-line-grid-right .row-flex{display:flex;justify-content:center}}body#cart .product-line-grid-right .qty,body#cart .product-line-grid-right .price{margin:0 .5rem;width:fit-content !important}body#cart .product-line-info a{font-size:24px;padding-bottom:1rem}@media only screen and (min-width: 992px)and (max-width: 1200px){body#cart .product-line-info a{font-size:20px}}@media only screen and (max-width: 768px){body#cart .product-line-info a{font-size:20px}}body#cart .cart-summary .cart-summary-line{display:block}body#cart .cart-summary .btn.btn-primary{color:var(--white)}@media only screen and (max-width: 768px){body#cart .product-line-grid-body{margin-bottom:0}}body#cart .cart-items .cart-item .product-line-info{margin-bottom:1rem}body#cart .cart-items .cart-item .product-line-info:last-of-type{margin-bottom:0}body#cart .cart-items .cart-item .product-line-info .label{padding-bottom:0}body#cart .cart-items .cart-item .product-price{display:flex;align-items:center;gap:1rem}@media only screen and (max-width: 768px){body#cart .cart-items .cart-item .product-price{justify-content:center}}body#cart .cart-items .cart-item .product-price .price{font-size:1.25rem}body#cart .cart-items .cart-item .product-price .current-price.has-discount .price{color:var(--theme_color)}body#cart .cart-items .cart-item .product-price .product-discount{display:flex;align-items:center;gap:1rem}body#cart .cart-items .cart-item .product-price .product-discount .regular-price,body#cart .cart-items .cart-item .product-price .product-discount .discount{margin:0}@media(max-width: 463px){#footer .hi-cart-drawer{width:100vw}#footer .hi-cart-drawer .hi-cart-header{width:100%;padding:.5rem 20px !important}#footer .hi-cart-drawer .hi-cart-header .progress-bar-delivery{width:100% !important}#footer .hi-cart-drawer .hi-cart-body{padding:0 20px}#footer .hi-cart-drawer .hi-cart-pre-footer{padding:0 20px}}.modal.quickview strong{font-weight:bold !important}.modal.quickview .modal-dialog{max-width:95rem}.modal.quickview .modal-content{background-color:var(--white);padding:24px;border-radius:20px}.modal.quickview .modal-header{position:absolute;z-index:50;right:3rem;top:3rem}.modal.quickview .modal-header button{opacity:1}.modal.quickview .modal-header span{font-size:64px;line-height:1rem;display:block;height:32px;color:var(--blue_two)}.modal.quickview .modal-header span:hover{color:var(--orange)}@media only screen and (min-width: 992px){.modal.quickview .product-container>.col-left{padding-right:5rem}}.modal.quickview .product-container>.col-left .product-additional-info{width:fit-content;position:absolute;top:10px;right:10px}.modal.quickview .product-container>.col-left .product-additional-info .tabs{margin:0;padding:0;width:fit-content;background-color:rgba(0,0,0,0)}.modal.quickview .product-container>.col-left .product-additional-info .tabs .js-mailalert{width:fit-content}.modal.quickview .product-container>.col-left .product-additional-info .tabs .js-mailalert .js-mailalert-add{width:2.5rem;height:2.5rem;border:none;background-color:var(--grey_two);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.modal.quickview .product-container>.col-left .product-additional-info .tabs .js-mailalert .js-mailalert-add:hover{transform:scale(1.1);opacity:.7}.modal.quickview .product-container>.col-left .product-additional-info .tabs .js-mailalert .js-mailalert-add:active{transform:scale(1.2)}.modal.quickview .product-container>.col-left .product-additional-info .tabs .js-mailalert .js-mailalert-add{display:flex !important}.modal.quickview .product-container>.col-left .product-additional-info .tabs .js-mailalert .js-mailalert-add.disable{background-color:var(--grey_three);pointer-events:none}.modal.quickview .product-container>.col-left .product-additional-info .tabs .js-mailalert .alert-registred{width:2.5rem;height:2.5rem;border:none;background-color:var(--grey_two);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.modal.quickview .product-container>.col-left .product-additional-info .tabs .js-mailalert .alert-registred:hover{transform:scale(1.1);opacity:.7}.modal.quickview .product-container>.col-left .product-additional-info .tabs .js-mailalert .alert-registred:active{transform:scale(1.2)}.modal.quickview .product-container>.col-left .product-additional-info .tabs .js-mailalert .alert-registred{background-color:var(--grey_three);pointer-events:none}.modal.quickview .product-container>.col-left .product-additional-info .tabs .js-mailalert .js-mailalert-alerts .alert-danger,.modal.quickview .product-container>.col-left .product-additional-info .tabs .js-mailalert .js-mailalert-alerts .alert-success{position:fixed;top:0;right:20px;z-index:1000;opacity:1;transition:opacity 1s ease-in-out;animation:fadeOut 3s forwards}.modal.quickview .product-container>.col-left .product-action{position:absolute;top:70px;right:10px}.modal.quickview .product-container>.col-left .product-action .wishlist-button-add{margin-left:0;box-shadow:none;width:2.5rem;height:2.5rem;border:none;background-color:var(--grey_two);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.modal.quickview .product-container>.col-left .product-action .wishlist-button-add:hover{transform:scale(1.1);opacity:.7}.modal.quickview .product-container>.col-left .product-action .wishlist-button-add:active{transform:scale(1.2)}.modal.quickview .product-container>.col-left .product-action .wishlist-button-add i{color:var(--blue_two);font-size:21px}.modal.quickview .product-container>.col-left .product-action .social-sharing{margin-top:20px}.modal.quickview .product-container>.col-left .product-action .social-sharing .social-share-display{width:2.5rem;height:2.5rem;border:none;background-color:var(--grey_two);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.modal.quickview .product-container>.col-left .product-action .social-sharing .social-share-display:hover{transform:scale(1.1);opacity:.7}.modal.quickview .product-container>.col-left .product-action .social-sharing .social-share-display:active{transform:scale(1.2)}.modal.quickview .product-container>.col-left .product-action .social-sharing .social-share-elements{position:absolute;right:0;bottom:-180%;display:none}.modal.quickview .product-container>.col-left .product-action .social-sharing .social-share-elements>li{width:2.5rem;height:2.5rem;border:none;background-color:var(--grey_two);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.modal.quickview .product-container>.col-left .product-action .social-sharing .social-share-elements>li:hover{transform:scale(1.1);opacity:.7}.modal.quickview .product-container>.col-left .product-action .social-sharing .social-share-elements>li:active{transform:scale(1.2)}.modal.quickview .product-container>.col-left .product-action .social-sharing .social-share-elements>li{margin-left:0;margin-top:20px}.modal.quickview .product-container>.col-left .discover-video{text-align:center}.modal.quickview .product-container>.col-left .discover-video .btn-read-more{text-decoration:underline;font-size:1rem;font-weight:500;text-transform:uppercase;border:none;background:none;cursor:pointer;color:var(--blue_two)}.modal.quickview .product-container>.col-left .discover-video .btn-read-more:hover{text-decoration:none;color:inherit}.modal.quickview .product-container>.col-left .discover-video .btn-read-more:hover i{transform:translateX(10px)}.modal.quickview .product-container>.col-left .discover-video .btn-read-more i{font-size:20px}.modal.quickview .product-container>.col-left .discover-video .btn-read-more i.left{margin-right:5px}.modal.quickview .product-container>.col-left .discover-video .btn-read-more i.right{margin-left:5px}.modal.quickview .product-container>.col-left .scroll-box-arrows{display:block}.modal.quickview .product-container>.col-left .scroll-box-arrows i{bottom:2.625rem}.modal.quickview .product-container>.col-left .scroll-box-arrows .right{right:5rem}.modal.quickview .product-container>.col-left .js-qv-mask{width:calc(100% - 60px);margin:0 auto}.modal.quickview .product-container>.col-left .js-qv-mask .thumb.selected{border-color:var(--blue_one)}.modal.quickview .product-container>.col-left .product-flags{top:10px;left:10px}.modal.quickview .product-container>.col-left .product-flags>li{transform:rotate(-10.048deg) !important}.modal.quickview .product-container>.col-left .product-flags .product-flag.discount{background-color:var(--theme_color)}@media only screen and (min-width: 992px){.modal.quickview .product-container>.col-right{padding-left:5rem}}.modal.quickview .product-container>.col-right .product-features-global-others .product-flags{top:10px;left:10px;position:relative}.modal.quickview .product-container>.col-right .product-features-global-others .product-flags>li{transform:rotate(-10.048deg) !important}.modal.quickview .product-container>.col-right .product-features-global-others .product-flags .product-flag.discount{background-color:var(--theme_color)}.modal.quickview .product-container>.col-right .h1{font-size:3rem;color:var(--blue_two);font-weight:700;text-transform:initial;margin:0 0 1rem 0}.modal.quickview .product-container>.col-right .product-comments-additional-info{flex-direction:column;margin:0 0 1.5rem 0}.modal.quickview .product-container>.col-right .product-comments-additional-info .comments-note{margin:0}.modal.quickview .product-container>.col-right .product-comments-additional-info .comments-note>span{display:none}.modal.quickview .product-container>.col-right .product-comments-additional-info .comments-note .link-comment{display:flex;align-items:center;gap:1rem;font-size:1rem;font-weight:400;font-size:1rem;text-decoration:underline}.modal.quickview .product-container>.col-right .product-comments-additional-info .comments-note .link-comment:hover{text-decoration:none}.modal.quickview .product-container>.col-right .product-comments-additional-info .comments-note .link-comment .grade-stars .star-content{margin-left:0}.modal.quickview .product-container>.col-right .product-comments-additional-info .additional-links{display:none}.modal.quickview .product-container>.col-right .product-prices{display:flex;align-content:center;gap:.5rem;margin-bottom:1.5rem}.modal.quickview .product-container>.col-right .product-prices .product-discount{margin-bottom:0;display:flex;align-items:center}.modal.quickview .product-container>.col-right .product-prices .product-discount .regular-price{margin-right:0}.modal.quickview .product-container>.col-right .product-prices .product-price{margin-bottom:0}.modal.quickview .product-container>.col-right .product-prices .product-price .current-price{margin-bottom:0;display:flex;align-items:center;gap:.5rem}.modal.quickview .product-container>.col-right .product-prices .product-price .current-price .current-price-value{font-size:2.25rem;font-weight:700}.modal.quickview .product-container>.col-right .product-prices .product-price .current-price .current-price-value.has-discount{color:var(--theme_color)}.modal.quickview .product-container>.col-right .product-prices .product-price .current-price .product-discount span{font-size:1.25rem}.modal.quickview .product-container>.col-right .product-prices .product-price .current-price .discount.discount-amount{margin-left:0}.modal.quickview .product-container>.col-right .product-prices .tax-shipping-delivery-label{margin-bottom:0;display:flex;align-items:center}.modal.quickview .product-container>.col-right .product-information .product-description{margin-bottom:1.5rem}.modal.quickview .product-container>.col-right .product-information .product-description p{margin-bottom:0;display:inline}.modal.quickview .product-container>.col-right .product-information .product-description a.see-more{font-weight:700;color:var(--theme_color);margin-left:5px;text-decoration:underline}.modal.quickview .product-container>.col-right .product-information .product-description a.see-more:hover{text-decoration:none}.modal.quickview .product-container>.col-right .product-information .product-reference-global-features{display:flex;align-items:center;gap:12px}.modal.quickview .product-container>.col-right .product-information .product-reference-global-features .product-global-info{display:flex;align-items:center;gap:12px}.modal.quickview .product-container>.col-right .product-information .product-reference-global-features .product-global-info>div>a{display:flex;background-color:var(--grey_two);gap:.5rem;font-weight:500;color:var(--blue_two);padding:6.5px 12px;border-radius:4px;text-transform:uppercase}.modal.quickview .product-container>.col-right .product-information .product-reference-global-features .product-global-info>div>a:hover{color:var(--blue_two)}.modal.quickview .product-container>.col-right .product-information .product-reference-global-features .product-reference{font-size:1rem}.modal.quickview .product-container>.col-right .product-information .product-reference-global-features .product-reference label{margin-bottom:0;font-weight:700;font-size:1rem;text-transform:uppercase}.modal.quickview .product-container>.col-right .product-information .product-features-global-others .product-features-others{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:1rem}.modal.quickview .product-container>.col-right .product-information .product-features-global-others .product-features-others>div>a{display:flex;background-color:var(--blue_two);gap:.5rem;font-weight:500;color:var(--white);padding:6.5px 12px;border-radius:4px;text-transform:uppercase}.modal.quickview .product-container>.col-right .product-information .product-features-global-others .product-features-others>div>a:hover{color:var(--white)}.modal.quickview .product-container>.col-right .product-information .product-features-global-others .product-global-info{display:flex;align-items:center;flex-wrap:wrap;flex-direction:row;gap:12px}.modal.quickview .product-container>.col-right .product-information .product-features-global-others .product-global-info .product-flag.discount{display:flex;background-color:var(--theme_color);gap:.5rem;font-weight:500;color:var(--white);padding:6.5px 12px;border-radius:4px;text-transform:uppercase}.modal.quickview .product-container>.col-right .product-information .product-features-global-others .product-global-info .product-flag.discount:hover{color:var(--white)}.modal.quickview .product-container>.col-right .product-information .product-features-global-others .product-global-info .product-flag.new{display:flex;background-color:var(--blue_one);gap:.5rem;font-weight:500;color:var(--white);padding:6.5px 12px;border-radius:4px;text-transform:uppercase}.modal.quickview .product-container>.col-right .product-information .product-features-global-others .product-global-info .product-flag.new:hover{color:var(--white)}.modal.quickview .product-container>.col-right .product-information .product-features-global-others .product-global-info .product-manufacturer{display:flex;background-color:var(--blue_two);gap:.5rem;font-weight:500;color:var(--white);padding:6.5px 12px;border-radius:4px;text-transform:uppercase}.modal.quickview .product-container>.col-right .product-information .product-features-global-others .product-global-info .product-manufacturer:hover{color:var(--white)}.modal.quickview .product-container>.col-right .product-information .product-features-global-others .product-global-info .category{display:flex;background-color:var(--grey_two);gap:.5rem;font-weight:500;color:var(--blue_two);padding:6.5px 12px;border-radius:4px;text-transform:uppercase}.modal.quickview .product-container>.col-right .product-information .product-features-global-others .product-global-info .category:hover{color:var(--blue_two)}.modal.quickview .product-container>.col-right .product-information .product-features-global-others .product-global-info .award-winner{display:flex;background-color:var(--theme_color_secondary);gap:.5rem;font-weight:500;color:var(--blue_two);padding:6.5px 12px;border-radius:4px;text-transform:uppercase}.modal.quickview .product-container>.col-right .product-information .product-features-global-others .product-global-info .award-winner:hover{color:var(--blue_two)}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-variants{margin:1.5rem 0}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-variants .product-variants-item{margin:0}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-variants .control-label{font-weight:700;font-size:18px;margin-bottom:.75rem}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-variants .variant-availability{display:flex;gap:1rem;align-items:center}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-variants .variant-availability .form-control.form-control-select{min-width:125px;background-color:var(--grey_two);border:none;font-weight:700;height:2.8125rem;color:var(--blue_two)}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-variants .variant-availability #product-availability{margin-top:0;padding:4px 12px;font-size:11px;font-weight:700;text-align:center;text-transform:uppercase;border-radius:2px;display:flex;align-items:center;gap:.5rem;width:fit-content}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-variants .variant-availability #product-availability::before{content:"";width:7px;min-width:7px;height:7px;min-height:7px;display:inline-block;border-radius:50%}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-variants .variant-availability #product-availability.available{background-color:var(--green_lighter)}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-variants .variant-availability #product-availability.available::before{background-color:var(--green)}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-variants .variant-availability #product-availability.last_remaining_items{background-color:var(--theme_color_lighter)}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-variants .variant-availability #product-availability.last_remaining_items::before{background-color:var(--theme_color)}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-variants .variant-availability #product-availability.unavailable{background-color:var(--red_lighter)}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-variants .variant-availability #product-availability.unavailable::before{background-color:var(--red)}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-variants .variant-availability .product-delay{font-size:14px}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-variants .variant-availability .product-delay .green{font-size:14px;color:var(--green);font-weight:700}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-quantity{gap:.5rem;margin:1.5rem 0}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-quantity .qty{border:2px solid var(--blue_two);border-radius:4px;margin:0;max-height:46px}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-quantity .qty .input-group-btn-vertical{display:none}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-quantity .qty .qty-button{height:100%;width:46px;display:flex;align-items:center;justify-content:center;cursor:pointer}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-quantity .qty .qty-button>span{font-size:2rem;margin-top:-5px}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-quantity .qty #quantity_wanted{width:54px;text-align:center;font-size:1.5rem;font-weight:700;border:none;max-height:100%}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-quantity .add{margin:0}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-quantity .add .btn.btn-primary.add-to-cart{color:var(--white);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--theme_color);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-quantity .add .btn.btn-primary.add-to-cart:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--grey_two);z-index:-1;transition:top .3s ease-out}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-quantity .add .btn.btn-primary.add-to-cart:hover:before{top:0}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-quantity .add .btn.btn-primary.add-to-cart:hover{color:var(--blue_two)}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-quantity .add .btn.btn-primary.add-to-cart{height:100%;display:flex;align-items:center;gap:.5rem}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-quantity .add .btn.btn-primary.add-to-cart::after{content:url("../../assets/img/addtocart.svg");height:19px;display:block}.modal.quickview .product-container>.col-right .product-information .product-add-to-cart .product-quantity .add .btn.btn-primary.add-to-cart:hover::after{content:url("../../assets/img/addtocartbis.svg")}.modal.quickview .product-container>.col-right .product-information .product-awards{display:flex;gap:2rem;margin:1.5rem 0}.modal.quickview .product-container>.col-right .product-information hr.separator{margin:1.5rem 0}.modal.quickview .product-container>.col-right .product-features-others a,.modal.quickview .product-container>.col-right .product-global-info a{border-radius:4px}.wishlist-add-to .modal-header .modal-title,.wishlist-create .modal-header .modal-title{color:var(--blue_two);font-size:1.5rem}.wishlist-add-to .modal-header button,.wishlist-create .modal-header button{font-size:56px;opacity:1;aspect-ratio:1}.wishlist-add-to .modal-header span,.wishlist-create .modal-header span{font-size:56px;line-height:1rem;display:block;height:28px;color:var(--blue_two)}.wishlist-add-to .modal-header span:hover,.wishlist-create .modal-header span:hover{color:var(--orange)}.wishlist-add-to .wishlist-list li p,.wishlist-create .wishlist-list li p{font-size:1rem;line-height:initial}.wishlist-add-to .wishlist-list li:nth-child(even),.wishlist-create .wishlist-list li:nth-child(even){background-color:var(--grey_one)}.wishlist-add-to .wishlist-list .wishlist-list-item:hover,.wishlist-create .wishlist-list .wishlist-list-item:hover{background-color:var(--theme_color_lighter)}.wishlist-add-to .modal-footer a,.wishlist-create .modal-footer a{color:var(--white);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--blue_two);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}.wishlist-add-to .modal-footer a:before,.wishlist-create .modal-footer a:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--theme_color);z-index:-1;transition:top .3s ease-out}.wishlist-add-to .modal-footer a:hover:before,.wishlist-create .modal-footer a:hover:before{top:0}.wishlist-add-to .modal-footer a:hover,.wishlist-create .modal-footer a:hover{color:var(--white)}.wishlist-add-to .modal-footer a,.wishlist-create .modal-footer a{color:#fff !important}.wishlist-add-to .modal-footer a i,.wishlist-create .modal-footer a i{color:#fff}.wishlist-add-to .modal-footer a:hover,.wishlist-create .modal-footer a:hover{opacity:1}.wishlist-add-to .modal-footer button:hover,.wishlist-create .modal-footer button:hover{opacity:1}.wishlist-add-to .form-group input,.wishlist-create .form-group input{background:var(--white);border:solid 1px #cfcfcf;border-radius:4px !important;padding:14px 24px;font-size:14px;height:auto}#post-product-comment-modal .modal-header .modal-title{color:var(--blue_two);font-size:1.5rem}#post-product-comment-modal .modal-header button{font-size:48px;opacity:1;aspect-ratio:1}#post-product-comment-modal .modal-header span{font-size:48px;line-height:1rem;display:block;height:24px;color:var(--blue_two)}#post-product-comment-modal .modal-header span:hover{color:var(--orange)}#post-product-comment-modal .modal-body form{max-width:100%}#post-product-comment-modal .modal-body form input{background:var(--white);border:solid 1px #cfcfcf;border-radius:4px !important;padding:14px 24px;font-size:14px;height:auto}#post-product-comment-modal .btn-comment-inverse{color:var(--blue_two);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--white);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}#post-product-comment-modal .btn-comment-inverse:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--theme_color);z-index:-1;transition:top .3s ease-out}#post-product-comment-modal .btn-comment-inverse:hover:before{top:0}#post-product-comment-modal .btn-comment-inverse:hover{color:var(--white)}#post-product-comment-modal .btn-comment{color:var(--white);border:none;border-radius:4px;display:inline-block;position:relative;background-color:var(--blue_two);overflow:hidden;-webkit-transition:color .3s ease-out;-moz-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;z-index:0;padding:10.5px 20px 11.5px 20px}#post-product-comment-modal .btn-comment:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--theme_color);z-index:-1;transition:top .3s ease-out}#post-product-comment-modal .btn-comment:hover:before{top:0}#post-product-comment-modal .btn-comment:hover{color:var(--white)}#pagenotfound #content{box-shadow:0px 4px 24px 0px rgba(0,0,0,.08);border-radius:1rem}#pagenotfound #content h4{font-size:1.25rem;margin-bottom:.5rem}#pagenotfound #content #search_widget{width:100%;margin-top:1rem}#pagenotfound #content #search_widget form input{border-radius:50px;background-color:var(--theme_color_lighter)}#pagenotfound #content #search_widget form i.search{display:flex;align-items:center;justify-content:center;right:8px;top:5px;background-color:var(--theme_color);border-radius:50%;padding:0px;color:var(--white);width:32px;height:32px}/*# sourceMappingURL=modular.css.map */
