:root{--dh-animation-name:reveal !important;--dh-animation-timing:ease !important;--dh-animation-fill:backwards !important;--dh-animation-range-start:entry !important;--dh-animation-range-end:exit !important;--dh-animation-start-offset:0 !important;--dh-animation-end-ofset:0 !important;--dh-animation-delay:0s !important;--dh-animation-duration:1.5s !important}@keyframes reveal{0%{opacity:0}100%{opacity:1}}@keyframes reveal-left{0%{opacity:0;transform:translateX(-150px)}100%{opacity:1;transform:translateX(0px)}}@keyframes reveal-right{0%{opacity:0;transform:translateX(150px)}100%{opacity:1;transform:translateX(0px)}}@keyframes reveal-down{0%{opacity:0;transform:translateY(-150px)}20%{opacity:0}100%{opacity:1;transform:translateY(0px)}}@keyframes reveal-up{0%{opacity:0;transform:translateY(150px)}20%{opacity:0}100%{opacity:1;transform:translateY(0px)}}@keyframes exit-down{0%{opacity:1;transform:translateY(0px)}99%{opacity:0;transform:translateY(150px)}100%{opacity:0;transform:translateY(4000px)}}@keyframes reveal-up-subtle{0%{opacity:0;transform:translateY(40px)}100%{opacity:1;transform:translateX(0px)}}@keyframes reveal-down-subtle{0%{opacity:0;transform:translateY(-40px)}100%{opacity:1;transform:translateX(0px)}}@keyframes boop{0%{transform:scale(1)}50%{transform:scale(1.2)}100%{transform:scale(1)}}@keyframes zoom-in{0%{transform:scale(1)}100%{transform:scale(1.2)}}@keyframes fan{0%{transform:rotate3d(0,1,0,-50deg)}50%{transform:rotate3d(0,1,0,0deg)}100%{transform:rotate3d(0,1,0,50deg)}}@keyframes parallax{0%{-o-object-position:0 var(--parallax-start);object-position:0 var(--parallax-start)}100%{-o-object-position:0 var(--parallax-end);object-position:0 var(--parallax-end)}}@keyframes parallax-blur{0%{-o-object-position:0 30%;object-position:0 30%}25%{filter:blur(0px)}50%{filter:blur(8px)}75%{filter:blur(0px)}100%{-o-object-position:0 70%;object-position:0 70%}}@keyframes scrolling{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}@keyframes height{0%{height:0}100%{height:var(--anim-height)}}@keyframes loading{0%{background-position:-1000px 0}100%{background-position:1000px 0}}.shopping-cart-wrapper{position:relative;height:100%;display:flex;align-items:center}.shopping-cart-wrapper .shopping-cart-badge{position:absolute;bottom:10px;left:6px;height:1.25rem;width:1.25rem;display:flex;justify-content:center;align-items:center;background-color:var(--danger);color:var(--danger-contrast);border-radius:9999px;font-size:14px;z-index:10}.shopping-cart-wrapper #shopping-cart-btn{display:none}@media (min-width:960px){.shopping-cart-wrapper #shopping-cart-btn{display:flex}}.shopping-cart-wrapper #shopping-cart-btn::hover{color:var(--primary)}.shopping-cart-wrapper #shopping-cart-btn span{text-wrap:nowrap}@media (min-width:960px){.shopping-cart-wrapper #shopping-cart-link{display:none}}.shopping-cart-wrapper #shopping-cart-link::hover{color:var(--primary)}.shopping-cart-wrapper .shopping-cart{position:absolute;z-index:1050;display:none;--tw-bg-opacity:1;background-color:rgb(var(--light-rgb),var(--tw-bg-opacity));padding:0px;--tw-shadow:0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);top:var(--nav-height);right:0;min-width:30rem}.shopping-cart-wrapper .shopping-cart .shopping-cart-header{--tw-bg-opacity:1;background-color:rgb(var(--primary-rgb),var(--tw-bg-opacity));padding-top:0.5rem;padding-bottom:0.5rem;padding-left:1rem;padding-right:1rem}.shopping-cart-wrapper .shopping-cart .shopping-cart-header p{font-family:var(--font-sans);font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity:1;color:rgb(var(--primary-contrast-rgb),var(--tw-text-opacity))}.shopping-cart-wrapper .shopping-cart .shopping-cart-body{padding:0.5rem 1rem;min-height:12rem;overflow-y:scroll}.shopping-cart-wrapper .shopping-cart .shopping-cart-body .shopping-cart-item{display:flex;flex-direction:row;align-items:center;color:var(--dark);font-family:var(--font-sans)}.shopping-cart-wrapper .shopping-cart .shopping-cart-body .shopping-cart-item .item-count{padding:0 0.125rem;text-wrap:nowrap}.shopping-cart-wrapper .shopping-cart .shopping-cart-body .shopping-cart-item .item-img{padding:0 0.125rem}.shopping-cart-wrapper .shopping-cart .shopping-cart-body .shopping-cart-item .item-img img{height:5rem;width:5rem;-o-object-fit:cover;object-fit:cover}.shopping-cart-wrapper .shopping-cart .shopping-cart-body .shopping-cart-item .item-name{padding:0 0.125rem}.shopping-cart-wrapper .shopping-cart .shopping-cart-body .shopping-cart-item .item-price{padding:0 0.125rem;text-wrap:nowrap}.shopping-cart-wrapper .shopping-cart .shopping-cart-body .shopping-cart-item .item-actions{padding:0 0.125rem}.shopping-cart-wrapper .shopping-cart .shopping-cart-body .shopping-cart-item .item-actions button{background-color:transparent;outline:none;border:none;color:var(--danger);font-size:1.5rem;display:flex;justify-content:center}.shopping-cart-wrapper .shopping-cart .shopping-cart-footer{border-top:2px solid var(--dark);padding:0.5rem 1rem;display:flex;align-items:center;justify-content:space-between}.shopping-cart-wrapper .shopping-cart .shopping-cart-footer .shopping-cart-details{font-family:var(--font-sans);font-size:1rem;color:var(--dark);font-weight:600}.shopping-cart-wrapper .shopping-cart .shopping-cart-footer .shopping-cart-actions .btn{margin:0 auto}.dropdown-toggle:focus-within+.dropdown{display:block}.dropdown:hover{display:block}.store{display:grid;grid-template-rows:none;padding-top:1rem;grid-template-columns:repeat(var(--screen-width),var(--product-width))}.store .filter-wrapper{grid-row-start:1;grid-row-end:1}@media not all and (min-width:960px){.store .filter-wrapper{grid-column:1/span 2}}@media (min-width:960px){.store .filter-wrapper{grid-row-end:5}}.store .product-count-wrapper{margin-bottom:1rem;display:flex;flex-direction:row;flex-wrap:wrap;padding-left:0.5rem;padding-right:0.5rem}@media not all and (min-width:960px){.store .product-count-wrapper{grid-column:1/span 2}}@media (min-width:960px){.store .product-count-wrapper{grid-column:2/spam calc(var(--screen-width) - 1)}}.store .product-count-wrapper .product-count{display:flex;height:3rem;width:100%;align-items:center;border-width:0px;border-bottom-width:1px;border-style:solid;border-color:rgb(var(--dark-rgb),0.5);padding:1rem}.store .product-count-wrapper .product-count>p{margin-bottom:0px;font-size:1.125rem;line-height:1.75rem;font-weight:500}.store .product-display{display:flex;flex-direction:row;flex-wrap:wrap;align-content:baseline}@media not all and (min-width:960px){.store .product-display{grid-column:1/span 2}}@media (min-width:960px){.store .product-display{grid-column:2/span calc(var(--screen-width) - 1)}}@media not all and (min-width:960px){.store .pagination-wrapper{grid-column:1/span 2}}@media (min-width:960px){.store .pagination-wrapper{grid-column:1/span var(--screen-width)}}.product{display:flex;flex-direction:row;flex-wrap:wrap}.product .product-detail{flex-basis:100%;padding:1rem}@media (min-width:960px){.product .product-detail{flex-basis:60%;padding:1.5rem}}.product .slider-wrapper{flex-basis:100%;overflow:hidden;padding:1.5rem}@media (min-width:960px){.product .slider-wrapper{flex-basis:40%}}.product .slider-wrapper .owl-carousel img,.product .slider-wrapper .owl-carousel video{height:20rem;width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}@media (min-width:640px){.product .slider-wrapper .owl-carousel img,.product .slider-wrapper .owl-carousel video{height:28rem}}@media (min-width:960px){.product .slider-wrapper .owl-carousel img,.product .slider-wrapper .owl-carousel video{height:36rem}}.product .slider-wrapper .owl-carousel .owl-dots .owl-dot{border-color:rgb(var(--dark-rgb),0.7)}.slider-wrapper{flex-basis:100%;overflow:hidden;padding:1.5rem}@media (min-width:960px){.slider-wrapper{flex-basis:40%}}.slider-wrapper .owl-carousel img,.slider-wrapper .owl-carousel video{height:20rem;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}@media (min-width:640px){.slider-wrapper .owl-carousel img,.slider-wrapper .owl-carousel video{height:28rem}}@media (min-width:960px){.slider-wrapper .owl-carousel img,.slider-wrapper .owl-carousel video{height:36rem}}.slider-wrapper .owl-carousel .owl-dots .owl-dot{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}.product-detail{flex-basis:100%}@media (min-width:960px){.product-detail{flex-basis:60%}}.product-detail .card-badge-wrapper{display:inline-flex;padding-top:0.25rem;padding-bottom:0.25rem;padding-left:1rem}@media (min-width:960px){.product-detail .card-badge-wrapper{padding-top:1rem;padding-bottom:1rem}}.product-detail .card-badge-wrapper .card-badge{margin-left:0.25rem;margin-right:0.25rem;border-radius:0.5rem;--tw-bg-opacity:1;background-color:rgb(var(--danger-rgb),var(--tw-bg-opacity));padding-top:0.25rem;padding-bottom:0.25rem;padding-left:0.5rem;padding-right:0.5rem;font-family:var(--font-sans);font-size:0.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity:1;color:rgb(var(--light-rgb),var(--tw-text-opacity))}@media (min-width:640px){.product-detail .card-badge-wrapper .card-badge{padding-top:0.5rem;padding-bottom:0.5rem;padding-left:1rem;padding-right:1rem;font-size:1rem;line-height:1.5rem}}.product-detail .product-content{display:flex;flex-direction:row;flex-wrap:wrap;padding-left:1.5rem;padding-right:1.5rem}.product-detail .product-content .product-title{margin-bottom:1rem;flex-basis:100%;padding-top:0.5rem;padding-bottom:0.5rem;font-family:var(--font-sans);color:rgb(var(--dark-rgb),0.9)}.product-detail .product-content .product-title h2{order:1;margin:0px;font-size:1.5rem;line-height:2rem;letter-spacing:0.025em}@media (min-width:640px){.product-detail .product-content .product-title h2{font-size:1.875rem;line-height:2.25rem}}@media (min-width:960px){.product-detail .product-content .product-title h2{font-size:2.25rem;line-height:2.5rem}}.product-detail .product-content .product-legend{position:absolute;top:1.5rem;left:0px;display:flex;padding-bottom:1rem}.product-detail .product-content .product-legend::before{position:absolute;left:0px;bottom:0px;height:0.5rem;width:6rem;--tw-bg-opacity:1;background-color:rgb(var(--primary-rgb),var(--tw-bg-opacity));--tw-content:'';content:var(--tw-content)}.product-detail .product-content .product-legend .product-brand{margin-top:0px;margin-bottom:0px;margin-right:0.5rem;font-family:var(--font-sans);font-size:1.125rem;line-height:1.75rem;font-weight:300;color:rgb(var(--dark-rgb),0.7)}@media (min-width:640px){.product-detail .product-content .product-legend .product-brand{font-size:1.25rem;line-height:1.75rem}}.product-detail .product-content .product-legend .product-brand::after{content:' -'}.product-detail .product-content .product-legend .product-category{margin-top:0px;margin-bottom:0px;margin-right:0.5rem;font-family:var(--font-sans);font-size:1.125rem;line-height:1.75rem;color:rgb(var(--dark-rgb),0.7)}@media (min-width:640px){.product-detail .product-content .product-legend .product-category{font-size:1.25rem;line-height:1.75rem}}.product-detail .product-content .product-legend .product-subcategory{margin-top:0px;margin-bottom:0px;margin-right:0.5rem;font-family:var(--font-sans);font-size:1.125rem;line-height:1.75rem;color:rgb(var(--dark-rgb),0.7)}.product-detail .product-content .product-legend .product-subcategory::before{--tw-content:'/';content:var(--tw-content)}@media (min-width:640px){.product-detail .product-content .product-legend .product-subcategory{font-size:1.25rem;line-height:1.75rem}}.product-detail .product-content .product-legend .product-subcategory::before{content:' / '}.product-detail .product-content .product-description{order:5;margin-top:1.5rem;margin-bottom:1.5rem;border-left-width:0px;border-right-width:0px;border-top-width:1px;border-bottom-width:1px;border-style:solid;border-color:rgb(var(--dark-rgb),0.3);padding-top:0.5rem;padding-bottom:0.5rem;font-family:var(--font-sans);font-size:1rem;line-height:1.5rem;font-weight:400;color:rgb(var(--dark-rgb),0.9)}.product-detail .product-content .product-price{order:4;display:flex;flex-basis:100%;flex-direction:row;flex-wrap:wrap;font-family:var(--font-sans);font-size:1.875rem;line-height:2.25rem;font-weight:500}.product-detail .product-content .product-price span{margin-right:0.25rem;display:block;width:100%;color:rgb(var(--dark-rgb),0.6);text-decoration-line:line-through}.product-detail .product-content .product-price span:last-child{color:rgb(var(--dark-rgb),0.9);text-decoration-line:none}@media (min-width:640px){.product-detail .product-content .product-price span{width:auto}}.product-detail .product-content .product-properties{order:6;flex-basis:100%;font-family:var(--font-sans);font-size:1rem;line-height:1.5rem;font-weight:400;color:rgb(var(--dark-rgb),0.9)}.product-detail .product-content .product-properties ul{margin:0px;list-style-type:none;padding:0px}.product-detail .product-content .product-properties ul li{padding-top:0.25rem;padding-bottom:0.25rem}.product-detail .product-content .product-info{order:6;flex-basis:100%;font-family:var(--font-sans)}.product-detail .product-content .product-actions{order:8;margin-top:2rem;flex-basis:100%}.shopping-cart-wrapper .shopping-cart .shopping-cart-footer .shopping-cart-actions .product-detail .product-content .product-actions .product-button{margin:0 auto}.shop-row:has(.product-detail .product-content .product-actions .product-button){margin-bottom:2rem;padding-bottom:5rem}.shop-row:has(.product-detail .product-content .product-actions .product-button) .btn{position:absolute;bottom:0px}@media (min-width:1280px){.shop-row:has(.product-detail .product-content .product-actions .product-button) .btn{bottom:1rem}}.shop-row:has(.product-detail .product-content .product-actions .product-button) .btn{position:absolute;bottom:0px}@media (min-width:1280px){.shop-row:has(.product-detail .product-content .product-actions .product-button) .btn{bottom:1rem}}.shopping-cart-wrapper .shopping-cart .shopping-cart-footer .shopping-cart-actions .product-detail .product-content .product-actions .product-button{margin:0 auto}.order form .product-detail .product-content .product-actions .product-button{margin:0}.product-selection{order:7;margin-top:1.5rem;display:flex;flex-basis:100%;flex-direction:row;flex-wrap:wrap}.product-selection p{flex-basis:100%;font-family:var(--font-sans);font-size:1.25rem;line-height:1.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;color:rgb(var(--dark-rgb),0.8)}.product-selection .item-wrapper{margin-left:0.5rem;margin-right:0.5rem;border-radius:0.75rem;padding-top:0.25rem;padding-bottom:0.25rem}.product-selection .item-wrapper .item{margin-left:auto;margin-right:auto;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;border-radius:9999px;border-left-width:0px;border-right-width:0px;border-bottom-width:1px;border-top-width:0px;border-style:solid;border-color:rgb(var(--dark-rgb),0.6);padding-top:0.25rem;padding-bottom:0.25rem;padding-left:0.5rem;padding-right:0.5rem}.product-selection .item-wrapper .item:disabled{cursor:default;border-width:0px;color:inherit}.product-selection .item-wrapper .item.active{background-color:rgb(var(--primary-rgb),0.1)}.product-selection .item-wrapper .item .color{margin-right:0.5rem;height:1.5rem;width:1.5rem;border-radius:9999px;border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgb(var(--light-rgb),var(--tw-border-opacity))}.product-selection .item-wrapper .item .property{margin-right:0.5rem;font-family:var(--font-sans);font-size:1.125rem;line-height:1.75rem;font-weight:500;--tw-text-opacity:1;color:rgb(var(--dark-rgb),var(--tw-text-opacity))}.product-selection .item-wrapper .item .item-stock{margin-right:0.5rem;font-family:var(--font-sans);font-size:1rem;line-height:1.5rem;font-weight:400}.product-selection .item-wrapper .item .item-stock .stock-good{--tw-text-opacity:1;color:rgb(var(--success-rgb),var(--tw-text-opacity))}.product-selection .item-wrapper .item .item-stock .stock-low{--tw-text-opacity:1;color:rgb(var(--warning-rgb),var(--tw-text-opacity))}.product-selection .item-wrapper .item .item-stock .stock-none{--tw-text-opacity:1;color:rgb(var(--danger-rgb),var(--tw-text-opacity))}.product-selection .item-wrapper .item-separator{display:none}.shop-row{position:relative;width:100%;padding-top:1rem}.shop-row .shop-title{position:relative;margin-bottom:1rem;padding-left:1rem;padding-right:1rem;padding-bottom:0.5rem;font-family:var(--font-sans);font-size:1.25rem;line-height:1.75rem;--tw-text-opacity:1;color:rgb(var(--dark-rgb),var(--tw-text-opacity))}.shop-row .shop-title::before{position:absolute;top:100%;height:0.25rem;width:8rem;--tw-bg-opacity:1;background-color:rgb(var(--primary-rgb),var(--tw-bg-opacity));--tw-content:'';content:var(--tw-content)}@media (min-width:640px){.shop-row .shop-title{font-size:1.875rem;line-height:2.25rem}}.shop-row .product-display{display:flex;width:100%;flex-direction:row;flex-wrap:wrap}.shop-row:has(.btn){margin-bottom:2rem;padding-bottom:5rem}.shop-row:has(.btn) .btn{position:absolute;bottom:0px}@media (min-width:1280px){.shop-row:has(.btn) .btn{bottom:1rem}}.shop-item-wrapper{margin:0px;width:50%;padding:0.25rem}@media (min-width:640px){.shop-item-wrapper{width:var(--product-width);padding:0.5rem}}.shop-item-wrapper .shop-item{position:relative;height:100%;max-height:32rem;border-radius:0.75rem;--tw-bg-opacity:1;background-color:rgb(var(--light-rgb),var(--tw-bg-opacity));padding-bottom:1rem;--tw-shadow:0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shop-item-wrapper .shop-item .card-badge-wrapper{position:absolute;top:0.5rem;left:0.5rem;z-index:100;display:flex;flex-direction:row}@media (min-width:960px){.shop-item-wrapper .shop-item .card-badge-wrapper{top:1rem;left:1rem}}.shop-item-wrapper .shop-item .card-badge-wrapper .card-badge{margin-right:0.25rem;border-radius:0.75rem;--tw-bg-opacity:1;background-color:rgb(var(--danger-rgb),var(--tw-bg-opacity));padding-left:0.5rem;padding-right:0.5rem;padding-top:0.125rem;padding-bottom:0.125rem;font-family:var(--font-sans);font-size:0.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(var(--light-rgb),var(--tw-text-opacity))}@media (min-width:640px){.shop-item-wrapper .shop-item .card-badge-wrapper .card-badge{padding-left:1rem;padding-right:1rem;padding-top:0.25rem;padding-bottom:0.25rem}}.shop-item-wrapper .shop-item .item-img{position:relative;height:10rem;overflow:hidden;border-radius:0.5rem}@media (min-width:640px){.shop-item-wrapper .shop-item .item-img{height:15rem}}.shop-item-wrapper .shop-item .item-img a{display:block;height:100%;width:100%}.shop-item-wrapper .shop-item .item-img a img,.shop-item-wrapper .shop-item .item-img a video{position:absolute;top:0px;left:0px;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.shop-item-wrapper .shop-item .item-img a img:first-child,.shop-item-wrapper .shop-item .item-img a video:first-child{opacity:1;transition-property:opacity;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:500ms}.shop-item-wrapper .shop-item .item-img a img:last-child:not(:first-child),.shop-item-wrapper .shop-item .item-img a video:last-child:not(:first-child){position:absolute;top:0px;left:0px;z-index:10;opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:500ms}.shop-item-wrapper .shop-item:hover .item-img img:first-child,.shop-item-wrapper .shop-item:hover .item-img video:first-child{opacity:0}.shop-item-wrapper .shop-item:hover .item-img img:last-child:not(:first-child),.shop-item-wrapper .shop-item:hover .item-img video:last-child:not(:first-child){opacity:1}.shop-item-wrapper .shop-item .wishlist-btn{position:absolute;top:0.5rem;right:0.5rem;border-style:none;background-color:transparent;font-size:1.5rem;line-height:2rem;outline:2px solid transparent;outline-offset:2px}.shop-item-wrapper .shop-item .wishlist-btn ion-icon[name="heart"]{--tw-text-opacity:1;color:rgb(var(--danger-rgb),var(--tw-text-opacity))}.shop-item-wrapper .shop-item .wishlist-btn:focus-within{animation:boop;animation-duration:0.6s}.shop-item-wrapper .shop-item .item-price{bottom:5rem;left:0px;display:flex;height:2.5rem;width:100%;flex-direction:row;flex-wrap:wrap;justify-content:center;padding-left:0.5rem;padding-right:0.5rem;font-size:1rem;line-height:1.5rem;font-weight:600}@media (min-width:640px){.shop-item-wrapper .shop-item .item-price{padding-left:1rem;padding-right:1rem;font-size:1.125rem;line-height:1.75rem}}.shop-item-wrapper .shop-item .item-price .product-discount{margin-bottom:0px;flex-basis:100%;text-align:center;font-family:var(--font-sans);color:rgb(var(--dark-rgb),0.6);text-decoration-line:line-through}@media (min-width:640px){.shop-item-wrapper .shop-item .item-price .product-discount{margin-right:0.5rem;flex-basis:auto}}.shop-item-wrapper .shop-item .item-price .product-price{margin-bottom:0px;font-family:var(--font-sans);--tw-text-opacity:1;color:rgb(var(--dark-rgb),var(--tw-text-opacity))}.shop-item-wrapper .shop-item .item-info{padding-left:0.5rem;padding-right:0.5rem}@media (min-width:640px){.shop-item-wrapper .shop-item .item-info{padding-left:1rem;padding-right:1rem}}.shop-item-wrapper .shop-item .item-info .item-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;word-break:break-word;height:3.5rem;max-width:100%;overflow:hidden;padding-top:0.25rem;text-align:center;font-family:var(--font-sans);font-size:1rem;line-height:1.5rem;font-weight:700}@media (min-width:640px){.shop-item-wrapper .shop-item .item-info .item-name{height:4.5rem;padding-top:1rem;font-size:1.25rem;line-height:1.75rem}}.shop-item-wrapper .shop-item .item-info .item-category{display:none}.shop-item-wrapper .shop-item .item-info .item-subcategory{display:none}.shop-item-wrapper .shop-item .item-info .item-brand{display:none}@media (min-width:640px){.shop-item-wrapper .shop-item .item-info .item-property{padding-top:0.125rem;padding-bottom:0.125rem}}.shop-item-wrapper .shop-item .item-info .item-property .color{margin-bottom:-1px;display:inline-block;height:0.75rem;width:0.75rem;border-radius:9999px;border-width:1px;border-style:solid;border-color:rgb(var(--dark-rgb),0.2)}.shop-item-wrapper .shop-item .item-info .item-property .property{font-family:var(--font-sans);font-size:0.75rem;line-height:1rem;color:rgb(var(--dark-rgb),0.7)}@media (min-width:640px){.shop-item-wrapper .shop-item .item-info .item-property .property{font-size:0.875rem;line-height:1.25rem}}.shop-item-wrapper .shop-item .item-actions{padding-left:0.5rem;padding-right:0.5rem}@media (min-width:640px){.shop-item-wrapper .shop-item .item-actions{padding-left:1rem;padding-right:1rem}}.shop-item-wrapper .shop-item .item-actions{}.shop-item-wrapper .shop-item .item-actions .add-btn,.shop-item-wrapper .shop-item .item-actions .shop-btn{margin-left:auto;margin-right:auto;margin-bottom:0.25rem;display:block;cursor:default;border-radius:1rem;border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgb(var(--primary-rgb),var(--tw-border-opacity));background-color:transparent;padding-top:0.25rem;padding-bottom:0.25rem;padding-left:1rem;padding-right:1rem;text-align:center;font-size:0.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity:1;color:rgb(var(--primary-rgb),var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:300ms;transition-timing-function:cubic-bezier(0,0,0.2,1)}.shop-item-wrapper .shop-item .item-actions .add-btn:hover,.shop-item-wrapper .shop-item .item-actions .shop-btn:hover{--tw-bg-opacity:1;background-color:rgb(var(--primary-rgb),var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(var(--primary-contrast-rgb),var(--tw-text-opacity))}@media (min-width:640px){.shop-item-wrapper .shop-item .item-actions .add-btn,.shop-item-wrapper .shop-item .item-actions .shop-btn{margin-bottom:0.5rem;font-size:1rem;line-height:1.5rem}}.shopping-cart-wrapper{position:relative;display:flex;height:100%;align-items:center}.shopping-cart-wrapper .shopping-cart-badge{position:absolute;left:0px;z-index:10;display:flex;height:1.25rem;width:1.25rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(var(--danger-rgb),var(--tw-bg-opacity));font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(var(--danger-contrast-rgb),var(--tw-text-opacity));bottom:calc(50% - 1.5rem)}.shopping-cart-wrapper .shopping-cart-btn{display:none;align-items:center;background-color:transparent;padding-left:1rem;padding-right:1rem;padding-top:0.5rem;padding-bottom:0.5rem;font-family:var(--font-sans);font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity:1;color:rgb(var(--dark-rgb),var(--tw-text-opacity))}@media (min-width:960px){.shopping-cart-wrapper .shopping-cart-btn{display:flex}}.shopping-cart-wrapper .shopping-cart-btn{border:none;outline:none}.shopping-cart-wrapper .shopping-cart-btn::hover{color:var(--primary)}.shopping-cart-wrapper .shopping-cart-btn ion-icon{font-size:1.5rem;margin-top:-8px}.shopping-cart-wrapper .shopping-cart-link{display:flex;align-items:center;padding-left:1rem;padding-right:1rem;padding-top:0.5rem;padding-bottom:0.5rem;font-family:var(--font-sans);font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity:1;color:rgb(var(--dark-rgb),var(--tw-text-opacity))}@media (min-width:960px){.shopping-cart-wrapper .shopping-cart-link{display:none}}.shopping-cart-wrapper .shopping-cart-link::hover{color:var(--primary)}.shopping-cart-wrapper .shopping-cart-link ion-icon{font-size:1.5rem;margin-top:-8px}.shopping-cart-wrapper .shopping-cart{position:absolute;right:0px;z-index:100;display:none;--tw-bg-opacity:1;background-color:rgb(var(--light-rgb),var(--tw-bg-opacity));top:var(--nav-height);min-width:30rem}.shopping-cart-wrapper .shopping-cart .shopping-cart-header{padding:0.5rem 1rem;background-color:var(--primary)}.shopping-cart-wrapper .shopping-cart .shopping-cart-header p{font-weight:700;color:var(--primary-contrast);font-size:1.25rem;font-family:var(--font-sans)}.shopping-cart-wrapper .shopping-cart .shopping-cart-body{padding:0.5rem 1rem;min-height:12rem;overflow-y:scroll}.shopping-cart-wrapper .shopping-cart .shopping-cart-body .shopping-cart-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;color:var(--dark);font-family:var(--font-sans)}.shopping-cart-wrapper .shopping-cart .shopping-cart-body .shopping-cart-item .item-count{padding:0 0.125rem;text-wrap:nowrap}.shopping-cart-wrapper .shopping-cart .shopping-cart-body .shopping-cart-item .item-img{padding:0 0.125rem}.shopping-cart-wrapper .shopping-cart .shopping-cart-body .shopping-cart-item .item-img img{height:5rem;width:5rem;-o-object-fit:cover;object-fit:cover}.shopping-cart-wrapper .shopping-cart .shopping-cart-body .shopping-cart-item .item-name{padding:0 0.125rem}.shopping-cart-wrapper .shopping-cart .shopping-cart-body .shopping-cart-item .item-price{padding:0 0.125rem;text-wrap:nowrap}.shopping-cart-wrapper .shopping-cart .shopping-cart-body .shopping-cart-item .item-actions{padding:0 0.125rem}.shopping-cart-wrapper .shopping-cart .shopping-cart-body .shopping-cart-item .item-actions button{background-color:transparent;outline:none;border:none;color:var(--danger);font-size:1.5rem;display:flex;justify-content:center}.shopping-cart-wrapper .shopping-cart .shopping-cart-footer{border-top:2px solid var(--dark);padding:0.5rem 1rem;display:flex;align-items:center;justify-content:space-between}.shopping-cart-wrapper .shopping-cart .shopping-cart-footer .shopping-cart-details{font-family:var(--font-sans);font-size:1rem;color:var(--dark);font-weight:600}.shopping-cart-wrapper .shopping-cart .shopping-cart-footer .shopping-cart-actions .btn{margin:0 auto}.order .cart-title{margin-top:6rem;padding-top:3rem;text-align:center;font-family:var(--font-sans);font-size:1.875rem;line-height:2.25rem;--tw-text-opacity:1;color:rgb(var(--dark-rgb),var(--tw-text-opacity))}@media (min-width:1280px){.order .cart-title{margin-top:8rem}}.order .cart-subtitle{text-align:center;font-family:var(--font-sans);font-size:1rem;line-height:1.5rem;font-weight:500}.order hr{margin-top:2rem;margin-bottom:1rem;height:1px;width:100%;background-color:rgb(var(--secondary-rgb),0.5)}.order .cart-content{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.order .cart-content .cart-items{flex-basis:100%;overflow-x:auto;padding:1rem}@media (min-width:960px){.order .cart-content .cart-items{flex-basis:66.666667%}}.order .cart-content .cart-items table{width:100%;min-width:30rem;border-collapse:collapse}.order .cart-content .cart-items table .table-header{text-align:center;font-family:var(--font-sans);font-size:0.875rem;line-height:1.25rem;font-weight:600;letter-spacing:0.05em}.order .cart-content .cart-items table .table-content{text-align:center;font-family:var(--font-sans);font-size:0.875rem;line-height:1.25rem;font-weight:500;letter-spacing:0.025em}.order .cart-content .cart-items table tr{border-width:0px;border-bottom-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.order .cart-content .cart-items table tr td{padding-top:1.5rem;padding-bottom:1.5rem}@media (min-width:960px){.order .cart-content .cart-items table tr td{padding-top:2rem;padding-bottom:2rem}}.order .cart-content .cart-items table .cart-item .cart-item-actions button{border-width:0px;background-color:transparent;font-size:0.875rem;line-height:1.25rem;text-transform:uppercase;outline:2px solid transparent;outline-offset:2px}.order .cart-content .cart-items table .cart-item .cart-item-details{display:flex;height:12rem;flex-direction:column;flex-wrap:wrap;align-items:flex-start;justify-content:center;text-align:left}.order .cart-content .cart-items table .cart-item .cart-item-details a{max-height:4rem;max-width:10rem;overflow:hidden}.order .cart-content .cart-items table .cart-item .cart-item-details img{margin-left:0.25rem;display:none;height:100%;width:9rem;flex-basis:100%;-o-object-fit:contain;object-fit:contain}@media (min-width:640px){.order .cart-content .cart-items table .cart-item .cart-item-details img{display:block}}.order .cart-content .cart-items table .cart-item .cart-item-details .item-property .color{display:flex;align-items:center}.order .cart-content .cart-items table .cart-item .cart-item-details .item-property .color span:last-child{margin-left:0.25rem;display:inline-block;height:1rem;width:1rem;border-radius:9999px;border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity))}.order .cart-content .cart-items table .cart-item .cart-item-qty button{height:1.5rem;width:1.5rem;border-radius:9999px;border-width:1px;border-style:solid;border-color:rgb(var(--dark-rgb),0.3);background-color:transparent;--tw-text-opacity:1;color:rgb(var(--secondary-contrast-rgb),var(--tw-text-opacity));outline:2px solid transparent;outline-offset:2px}.order .cart-content .cart-checkout-wrapper{flex-basis:100%}@media (min-width:960px){.order .cart-content .cart-checkout-wrapper{flex-basis:33.333333%}}.order .cart-content .cart-checkout-wrapper .cart-checkout hr{margin-top:1rem;margin-bottom:1rem;height:1px;width:100%;border-style:none;--tw-bg-opacity:1;background-color:rgb(var(--secondary-contrast-rgb),var(--tw-bg-opacity))}.order .cart-content .cart-checkout-wrapper .cart-checkout{position:relative;min-height:18rem;--tw-bg-opacity:1;background-color:rgb(var(--secondary-rgb),var(--tw-bg-opacity));padding:1.5rem;padding-bottom:7rem;font-family:var(--font-sans);font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(var(--secondary-contrast-rgb),var(--tw-text-opacity))}@media (min-width:640px){.order .cart-content .cart-checkout-wrapper .cart-checkout{margin-bottom:2rem}}.order .cart-content .cart-checkout-wrapper .cart-checkout .cart-checkout-item{display:flex;flex-direction:row;justify-content:space-between;padding:0.25rem}.order .cart-content .cart-checkout-wrapper .cart-checkout .cart-checkout-item p:last-child{min-width:5rem;text-align:right;font-weight:600}.order .cart-content .cart-checkout-wrapper .cart-checkout .checkout-form{position:absolute;bottom:0px;left:0px;display:block;width:100%;padding:1.5rem}.order .cart-content .cart-checkout-wrapper .cart-checkout .checkout-form .checkout-btn{width:100%;cursor:pointer;border-width:0px;--tw-bg-opacity:1;background-color:rgb(var(--primary-rgb),var(--tw-bg-opacity));padding:1rem;text-align:center;font-family:var(--font-sans);font-size:1.25rem;line-height:1.75rem;font-weight:600;--tw-text-opacity:1;color:rgb(var(--primary-contrast-rgb),var(--tw-text-opacity))}.order .cart-content .cart-empty-wrapper{text-align:center;font-family:var(--font-sans)}.order .cart-content .cart-empty-wrapper img{width:100%;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.order .cart-content .cart-empty-wrapper img{width:28rem}}.order .cart-content .cart-empty-wrapper .cart-empty-title{font-size:1.25rem;line-height:1.75rem;font-weight:300}.order .order-title{margin-bottom:1rem;flex-basis:100%;font-family:var(--font-sans);font-size:1.5rem;line-height:2rem;font-weight:600;color:rgb(var(--dark-rgb),0.9)}.order .order-subtitle{margin-bottom:1rem;flex-basis:auto;font-family:var(--font-sans);font-size:1.125rem;line-height:1.75rem;font-weight:600;color:rgb(var(--dark-rgb),0.9)}.order #orderForm{display:flex;flex-direction:row;flex-wrap:wrap}.order #orderForm .form-group#order-name{flex-basis:100%}@media (min-width:640px){.order #orderForm .form-group#order-name{flex-basis:50%}}@media (min-width:1600px){.order #orderForm .form-group#order-name{flex-basis:25%}}.order #orderForm .form-group#order-surname{flex-basis:100%}@media (min-width:640px){.order #orderForm .form-group#order-surname{flex-basis:50%}}@media (min-width:1600px){.order #orderForm .form-group#order-surname{flex-basis:25%}}.order #orderForm .form-group#order-email{flex-basis:100%}@media (min-width:640px){.order #orderForm .form-group#order-email{flex-basis:50%}}@media (min-width:1600px){.order #orderForm .form-group#order-email{flex-basis:25%}}.order #orderForm .form-group#order-phone{flex-basis:100%}@media (min-width:640px){.order #orderForm .form-group#order-phone{flex-basis:50%}}@media (min-width:1600px){.order #orderForm .form-group#order-phone{flex-basis:25%}}.order #orderForm .form-group#order-country{flex-basis:100%}@media (min-width:640px){.order #orderForm .form-group#order-country{flex-basis:50%}}@media (min-width:1280px){.order #orderForm .form-group#order-country{flex-basis:33.333333%}}.order #orderForm .form-group#order-county{flex-basis:100%}@media (min-width:640px){.order #orderForm .form-group#order-county{flex-basis:50%}}@media (min-width:1280px){.order #orderForm .form-group#order-county{flex-basis:33.333333%}}.order #orderForm .form-group#order-city{flex-basis:100%}@media (min-width:640px){.order #orderForm .form-group#order-city{flex-basis:50%}}@media (min-width:1280px){.order #orderForm .form-group#order-city{flex-basis:33.333333%}}.order #orderForm .form-group#order-zip{flex-basis:100%}@media (min-width:640px){.order #orderForm .form-group#order-zip{flex-basis:50%}}@media (min-width:1280px){.order #orderForm .form-group#order-zip{flex-basis:33.333333%}}.order #orderForm .form-group#order-address{flex-basis:100%}@media (min-width:1280px){.order #orderForm .form-group#order-address{flex-basis:66.666667%}}.order #orderForm .form-group#indiv-name{flex-basis:100%}@media (min-width:640px){.order #orderForm .form-group#indiv-name{flex-basis:50%}}@media (min-width:960px){.order #orderForm .form-group#indiv-name{flex-basis:33.333333%}}.order #orderForm .form-group#indiv-surname{flex-basis:100%}@media (min-width:640px){.order #orderForm .form-group#indiv-surname{flex-basis:50%}}@media (min-width:960px){.order #orderForm .form-group#indiv-surname{flex-basis:33.333333%}}.order #orderForm .form-group#indiv-phone{flex-basis:100%}@media (min-width:640px){.order #orderForm .form-group#indiv-phone{flex-basis:50%}}@media (min-width:960px){.order #orderForm .form-group#indiv-phone{flex-basis:33.333333%}}.order #orderForm .form-group#indiv-city{flex-basis:100%}@media (min-width:640px){.order #orderForm .form-group#indiv-city{flex-basis:50%}}@media (min-width:1280px){.order #orderForm .form-group#indiv-city{flex-basis:25%}}.order #orderForm .form-group#indiv-county{flex-basis:100%}@media (min-width:640px){.order #orderForm .form-group#indiv-county{flex-basis:50%}}@media (min-width:1280px){.order #orderForm .form-group#indiv-county{flex-basis:25%}}.order #orderForm .form-group#indiv-address{flex-basis:100%}@media (min-width:1280px){.order #orderForm .form-group#indiv-address{flex-basis:50%}}.order #orderForm .form-group#company-name{order:1;flex-basis:100%}@media (min-width:640px){.order #orderForm .form-group#company-name{flex-basis:50%}}@media (min-width:1280px){.order #orderForm .form-group#company-name{flex-basis:50%}}.order #orderForm .form-group#company-phone{order:2;flex-basis:100%}@media (min-width:640px){.order #orderForm .form-group#company-phone{flex-basis:50%}}@media (min-width:1280px){.order #orderForm .form-group#company-phone{flex-basis:25%}}.order #orderForm .form-group#company-regno{order:3;flex-basis:100%}@media (min-width:1280px){.order #orderForm .form-group#company-regno{order:4;flex-basis:33.333333%}}.order #orderForm .form-group#company-j{order:4;flex-basis:100%}@media (min-width:640px){.order #orderForm .form-group#company-j{flex-basis:50%}}@media (min-width:960px){.order #orderForm .form-group#company-j{flex-basis:33.333333%}}@media (min-width:1280px){.order #orderForm .form-group#company-j{order:3;flex-basis:25%}}.order #orderForm .form-group#company-county{order:6;flex-basis:100%}@media (min-width:640px){.order #orderForm .form-group#company-county{flex-basis:50%}}@media (min-width:960px){.order #orderForm .form-group#company-county{flex-basis:33.333333%}}.order #orderForm .form-group#company-city{order:7;flex-basis:100%}@media (min-width:640px){.order #orderForm .form-group#company-city{flex-basis:50%}}@media (min-width:960px){.order #orderForm .form-group#company-city{flex-basis:33.333333%}}.order #orderForm .form-group#company-country{order:5;flex-basis:100%}@media (min-width:640px){.order #orderForm .form-group#company-country{flex-basis:50%}}@media (min-width:960px){.order #orderForm .form-group#company-country{flex-basis:33.333333%}}.order #orderForm .form-group#company-address{order:8;flex-basis:100%}@media (min-width:960px){.order #orderForm .form-group#company-address{flex-basis:66.666667%}}.order #orderForm .form-group#order-info{height:unset;flex-basis:100%}.order .billing-info-tab{display:flex;flex-basis:100%;flex-direction:row;flex-wrap:wrap}.order .payment{display:flex;flex-basis:100%;flex-direction:row;flex-wrap:wrap}.order .payment .payment-title{margin-bottom:1rem;flex-basis:100%;font-family:var(--font-sans);font-size:1.5rem;line-height:2rem;font-weight:600;color:rgb(var(--dark-rgb),0.9)}.order .payment .payment-item-wrapper{padding:0.5rem}@media (min-width:640px){.order .payment .payment-item-wrapper{flex-basis:50%}}@media (min-width:1280px){.order .payment .payment-item-wrapper{flex-basis:33.333333%}}.order .payment .payment-item-wrapper .payment-item{margin-bottom:1rem;height:100%;border-radius:0.75rem;background-color:rgb(var(--primary-rgb),0.1);padding:1rem;font-family:var(--font-sans)}.order .payment .payment-item-wrapper .payment-item .payment-title{font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity:1;color:rgb(var(--dark-rgb),var(--tw-text-opacity))}.order .payment .payment-item-wrapper .payment-item .payment-info{font-size:0.875rem;line-height:1.25rem;font-weight:500}.order .address-autocomplete{display:flex;flex-basis:100%;flex-direction:row;flex-wrap:wrap}.order .address-autocomplete .address-autocomplete-title{margin-bottom:1rem;flex-basis:100%;font-family:var(--font-sans);font-size:1.25rem;line-height:1.75rem;font-weight:600;color:rgb(var(--dark-rgb),0.9)}.order .address-autocomplete .address-item-wrapper{padding:0.5rem}@media (min-width:640px){.order .address-autocomplete .address-item-wrapper{flex-basis:50%}}@media (min-width:1280px){.order .address-autocomplete .address-item-wrapper{flex-basis:33.333333%}}.order .address-autocomplete .address-item-wrapper .address-item{margin-bottom:0.5rem;border-radius:0.75rem;background-color:rgb(var(--primary-rgb),0.1);padding:1rem;font-family:var(--font-sans)}.order .address-autocomplete .address-item-wrapper .address-item .form-group-radio{margin-bottom:0px}.order .order-success{width:100%}@media (min-width:540px){.order .order-success{max-width:540px}}@media (min-width:640px){.order .order-success{max-width:640px}}@media (min-width:960px){.order .order-success{max-width:960px}}@media (min-width:1280px){.order .order-success{max-width:1280px}}@media (min-width:1600px){.order .order-success{max-width:1600px}}.order .order-success{margin-left:auto;margin-right:auto;margin-bottom:2rem;padding-left:1rem;padding-right:1rem;text-align:center}.order .order-success img{margin-left:auto;margin-right:auto;height:10rem;width:auto}.order .order-success .order-success-title{margin-bottom:1rem;font-family:var(--font-sans);font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity:1;color:rgb(var(--dark-rgb),var(--tw-text-opacity))}@media (min-width:640px){.order .order-success .order-success-title{font-size:1.5rem;line-height:2rem}}@media (min-width:960px){.order .order-success .order-success-title{font-size:1.875rem;line-height:2.25rem}}.order .order-success .order-success-info{margin-bottom:1rem;font-family:var(--font-sans);font-size:1rem;line-height:1.5rem;font-weight:500;--tw-text-opacity:1;color:rgb(var(--dark-rgb),var(--tw-text-opacity))}@media (min-width:640px){.order .order-success .order-success-info{font-size:1.125rem;line-height:1.75rem}}.order .consent{flex-basis:100%;font-family:var(--font-sans)}.order .captcha{margin-top:1rem;margin-bottom:1rem;flex-basis:100%}.order .captcha .form-control{max-width:14rem}.order form .btn{margin:0 !important}body:has(.filter.open){overflow:hidden}.filter-wrapper{margin-top:1rem;padding:0.5rem}@media (min-width:960px){.filter-wrapper{margin-top:0px}}.filter-wrapper .filter-close{position:sticky;top:0px;left:0px;z-index:1030;margin-bottom:0.75rem;width:100%;border-style:none;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding-top:0.5rem;text-align:center;font-size:1.125rem;line-height:1.75rem;font-weight:300;color:inherit;outline:2px solid transparent;outline-offset:2px}@media (min-width:960px){.filter-wrapper .filter-close{display:none}}.filter-wrapper .filter-close ion-icon{margin-top:-1.25rem;text-align:center;font-size:1.25rem;line-height:1.75rem}.filter-wrapper .filter-toggle{display:flex;width:100%;align-items:center;border-style:none;background-color:transparent;padding:0.25rem;font-weight:600;outline:2px solid transparent;outline-offset:2px}@media (min-width:960px){.filter-wrapper .filter-toggle{display:none}}.filter-wrapper .filter{overflow-y:scroll;animation-name:var(--dh-animation-name);animation-timing-function:var(--dh-animation-timing);animation-fill-mode:var(--dh-animation-fill);animation-range-start:var(--dh-animation-range-start) var(--dh-animation-start-offset);animation-range-end:var(--dh-animation-range-end) var(--dh-animation-end-offset);animation-delay:var(--dh-animation-delay);animation-duration:var(--dh-animation-duration);--dh-animation-fill:both}@media not all and (min-width:960px){.filter-wrapper .filter{position:fixed;bottom:0px;left:0px;z-index:1200;height:80vh;width:100%;--tw-bg-opacity:1;background-color:rgb(var(--light-rgb),var(--tw-bg-opacity));padding:1rem;--dh-animation-name:exit-down}}@media (min-width:960px){.filter-wrapper .filter{height:auto}}.filter-wrapper .filter{animation-duration:.5s}.filter-wrapper .filter.open{padding-top:0px}@media not all and (min-width:960px){.filter-wrapper .filter.open{--tw-shadow:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-shadow-color:rgb(var(--dark-rgb),0.3);--tw-shadow:var(--tw-shadow-colored);--dh-animation-name:reveal-up}}.filter-wrapper .filter .filter-separator{margin-top:0.5rem;margin-bottom:0.5rem;width:100%}.filter-wrapper .filter .filter-item{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:0.5rem}.filter-wrapper .filter .filter-item .filter-subtitle{margin-bottom:0px;flex-grow:1;font-family:var(--font-sans);font-size:1.25rem;line-height:1.75rem;font-weight:500}.filter-wrapper .filter .filter-item .accordion{flex-basis:100%;overflow-y:scroll;max-height:calc(var(--accordion-item-height)* 12)}.filter-wrapper .filter .filter-item .accordion .accordion-item{display:block;width:100%;border-style:none;background-color:transparent;text-align:left;font-family:var(--font-sans);font-size:0.875rem;line-height:1.25rem;font-weight:400;--tw-text-opacity:1;color:rgb(var(--dark-rgb),var(--tw-text-opacity));outline-width:0px}@media (min-width:1280px){.filter-wrapper .filter .filter-item .accordion .accordion-item{font-size:1rem;line-height:1.5rem}}.filter-wrapper .filter .filter-item .accordion .accordion-item.active{font-weight:600;--tw-text-opacity:1;color:rgb(var(--primary-rgb),var(--tw-text-opacity))}.filter-wrapper .filter .filter-item .filter-btn{display:flex;height:1.25rem;width:1.25rem;align-items:center;justify-content:center;border-radius:9999px;border-style:none;--tw-bg-opacity:1;background-color:rgb(var(--dark-rgb),var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(var(--light-rgb),var(--tw-text-opacity));outline:2px solid transparent;outline-offset:2px}.filter-wrapper .filter .filter-item .filter-btn ion-icon{font-size:1rem;line-height:1.5rem}.filter-wrapper .filter .filter-item .form-check{flex-basis:100%}.filter-wrapper .filter .filter-item .property-color button{margin:0.5rem;height:2rem;width:2rem;border-radius:9999px;border-width:1px;border-style:solid;border-color:var(--light)}.filter-wrapper .filter .filter-reset{padding:1rem}.filter-wrapper .filter .filter-reset a{font-family:var(--font-sans);font-size:1rem;line-height:1.5rem;font-weight:500;color:var(--danger)}#filter-reset{display:flex;flex-basis:100%;align-items:center;justify-content:space-between;--tw-text-opacity:1;color:rgb(var(--danger-rgb),var(--tw-text-opacity));max-width:unset}#filter-color .accordion{--count:6}.range-slider-container{display:flex;flex-basis:100%;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding-top:1rem}.range-slider-container .range-slider{position:relative;width:100%;flex-basis:100%}.range-slider-container .range-slider input{position:absolute;top:0px;left:0px;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none !important}.range-slider-container .range-slider input[type=range]::-webkit-slider-runnable-track{height:5px;background:#ddd;border:none !important;border-radius:3px}.range-slider-container .range-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;border:none;height:18px;width:18px;border-radius:50%;background:var(--primary);margin-top:-6px;cursor:pointer;position:relative;z-index:1}.range-slider-container .price-range-field{margin-top:1rem;font-family:var(--font-sans);font-weight:400;color:var(--dark)}.color-display{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start;justify-content:space-between}.color-display .property-color button{position:relative;margin:0.5rem;height:2rem;width:2rem;overflow:hidden;border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgb(var(--dark-rgb),var(--tw-border-opacity));--tw-shadow:inset 0 2px 4px 0 rgb(0 0 0/0.05);--tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.color-display .property-color button:before{content:'';position:absolute;top:-0.625rem;left:-0.625rem;height:1.25rem;width:1.25rem;--tw-rotate:45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.color-display .property-color button:hover:before{--tw-bg-opacity:1;background-color:rgb(var(--light-rgb),var(--tw-bg-opacity))}.color-display .property-color.active button:before{--tw-bg-opacity:1;background-color:rgb(var(--primary-rgb),var(--tw-bg-opacity))}:root{--product-width:20rem}.filter-wrapper .filter-toggle{position:fixed;bottom:6rem;right:1.5rem;z-index:1010;height:3.5rem;width:3.5rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(var(--primary-rgb),var(--tw-bg-opacity));font-size:1.875rem;line-height:2.25rem;--tw-text-opacity:1;color:rgb(var(--primary-contrast-rgb),var(--tw-text-opacity))}@media not all and (min-width:960px){.filter-wrapper .filter-toggle{display:flex}}