: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:1000;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:50%;padding:1.5rem}}.product .slider-wrapper{flex-basis:100%;overflow:hidden;padding-left:0.5rem;padding-right:0.5rem}@media (min-width:640px){.product .slider-wrapper{padding-left:1rem;padding-right:1rem}}@media (min-width:960px){.product .slider-wrapper{flex-basis:50%}}@media (min-width:1280px){.product .slider-wrapper{padding-left:1.5rem;padding-right:1.5rem}}.product .slider-wrapper{anchor-name:--product-slider}.product .slider-wrapper .owl-carousel img,.product .slider-wrapper .owl-carousel video{height:calc(70vh - 4rem - var(--nav-height));width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.product .slider-wrapper .owl-carousel .owl-dots .owl-dot{border-color:rgb(var(--dark-rgb),0.7)}.product .product-detail-tabs-wrapper{flex-basis:100%}@media not all and (min-width:960px){.product-slider .shop-item-wrapper{width:100%}}.product-detail{flex-basis:100%}@media (min-width:960px){.product-detail{flex-basis:60%}}.product-detail .card-badge-wrapper{position:absolute;top:calc(anchor(top) + 0.5rem);left:calc(anchor(left) + 0.5rem);display:inline-flex}@media (min-width:960px){.product-detail .card-badge-wrapper{top:calc(anchor(top) + 1.5rem);left:calc(anchor(left) + 1.5rem)}}.product-detail .card-badge-wrapper{z-index:200;position-anchor:--product-slider}.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{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-subtitle h2{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-subtitle h2{font-size:1.25rem;line-height:1.75rem}}.product-detail .product-content .product-subtitle h2::after{content:' / '}.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-actions{order:8;margin-top:2rem;display:flex;flex-basis:100%;flex-wrap:wrap;gap:0.5rem}.product-detail .product-content .product-actions .product-action-tooltip{width:100%;flex-basis:100%;padding-left:0.25rem;padding-right:0.25rem;font-size:0.875rem;line-height:1.25rem;font-weight:500}.product-detail .product-content .product-actions .product-action-tooltip .stock-low{--tw-text-opacity:1;color:rgb(var(--danger-rgb),var(--tw-text-opacity))}.product-selection{order:6;flex-basis:100%;padding-top:0.5rem}@media (min-width:960px){.product-selection{padding-top:1.5rem}}.product-selection .product-selection-title{margin-bottom:1.5rem;font-family:var(--font-serif);font-size:1.25rem;line-height:1.75rem;font-weight:500}.product-selection .property-selection{margin-bottom:1rem}.product-selection .property-selection .property-title{margin-bottom:0.5rem;font-family:var(--font-sans);font-size:1.125rem;line-height:1.75rem}.product-selection .property-selection .property-options{margin-bottom:1rem;display:flex;flex-direction:row;flex-wrap:wrap;gap:0.5rem}.product-selection .property-selection .property-options .property-color{position:relative;display:block;height:2.5rem;width:2.5rem;overflow:hidden;border-radius:9999px;border-width:2px;border-style:solid;--tw-border-opacity:1;border-color:rgb(15 23 42/var(--tw-border-opacity));opacity:1;--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)}.product-selection .property-selection .property-options .property-color:before{content:'';position:absolute;top:-1rem;left:-1rem;display:none;height:2rem;width:2rem;--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));--tw-bg-opacity:1;background-color:rgb(var(--primary-rgb),var(--tw-bg-opacity))}.product-selection .property-selection .property-options .property-color.selected{--tw-border-opacity:1;border-color:rgb(var(--primary-rgb),var(--tw-border-opacity))}.product-selection .property-selection .property-options .property-color.selected:before{display:block}.product-selection .property-selection .property-options .property-color.disabled{--tw-border-opacity:1;border-color:rgb(148 163 184/var(--tw-border-opacity));opacity:0.8}.product-selection .property-selection .property-options .property-text{border-radius:9999px;border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgb(var(--dark-rgb),var(--tw-border-opacity));background-color:transparent;padding-left:1rem;padding-right:1rem;padding-top:0.25rem;padding-bottom:0.25rem;font-family:var(--font-sans);font-size:1rem;line-height:1.5rem;font-weight:600}.product-selection .property-selection .property-options .property-text.selected{--tw-border-opacity:1;border-color:rgb(var(--primary-rgb),var(--tw-border-opacity));--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))}.product-selection .property-selection .property-options .property-text.disabled{--tw-border-opacity:1;border-color:rgb(148 163 184/var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.product-properties{order:6;margin:0px;flex-basis:100%;list-style-type:none;padding:0px;font-family:var(--font-sans);font-size:1rem;line-height:1.5rem;font-weight:400;color:rgb(var(--dark-rgb),0.9)}.product-properties li{padding-top:0.25rem;padding-bottom:0.25rem}.product-detail-tabs-wrapper{width:100%;flex-basis:100%;padding-top:2rem;padding-bottom:2rem}.product-detail-tabs-wrapper .product-detail-tabs{width:100%}.product-detail-tabs-wrapper .product-detail-tabs .tabs::-webkit-scrollbar{width:0px;height:0px}.product-detail-tabs-wrapper .product-detail-tabs .tabs{display:flex;width:100%;flex-direction:row;overflow-y:auto;border-width:0px;border-bottom-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgb(var(--dark-rgb),var(--tw-border-opacity))}.product-detail-tabs-wrapper .product-detail-tabs .tabs .tab{white-space:nowrap;border-width:0px;border-bottom-width:4px;border-style:solid;border-color:transparent;background-color:transparent;padding-left:1.5rem;padding-right:1.5rem;padding-top:0.5rem;padding-bottom:0.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:300}.product-detail-tabs-wrapper .product-detail-tabs .tabs .tab.open{--tw-border-opacity:1;border-color:rgb(var(--dark-rgb),var(--tw-border-opacity));background-color:rgb(var(--primary-rgb),0.2)}.product-detail-tabs-wrapper .product-detail-tabs .tab-content{width:100%;padding:1rem}.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:not(:last-child),.shop-item-wrapper .shop-item:hover .item-img video:first-child:not(:last-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;z-index:20;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:3rem;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{display:flex;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:0px;margin-right:0px;display:block;flex-grow:1;cursor:default;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:0.5rem;padding-right:0.5rem;text-align:center;font-size:0.75rem;line-height:1rem;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:first-child,.shop-item-wrapper .shop-item .item-actions .shop-btn:first-child{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.shop-item-wrapper .shop-item .item-actions .add-btn:last-child,.shop-item-wrapper .shop-item .item-actions .shop-btn:last-child{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.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{padding-left:1rem;padding-right:1rem;font-size:1rem;line-height:1.5rem}}.shop-item-wrapper .shop-item .item-actions .add-btn:first-child:not(:last-child),.shop-item-wrapper .shop-item .item-actions .shop-btn:first-child:not(:last-child){border-right-width:0}.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}}.filter-wrapper .filter .filter-item .filter-subtitle{padding-bottom:0.5rem}.filter-wrapper .filter .filter-item .accordion{padding-left:1rem;padding-right:1rem}.categories-preview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media (min-width:960px){.categories-preview{grid-template-columns:repeat(3,minmax(0,1fr))}}.categories-preview .categories-title{grid-column:span 3/span 3;margin-bottom:2rem;flex-basis:100%;font-family:var(--font-serif);font-size:3rem;line-height:1;font-weight:600}.categories-preview .category-wrapper{position:relative;height:20rem;flex-basis:100%;overflow:hidden;border-radius:1.5rem;padding:0px}.categories-preview .category-wrapper .category-title{position:absolute;bottom:0px;margin-bottom:0px;display:flex;height:4rem;width:100%;align-items:center;padding-left:1rem;padding-right:1rem;font-family:var(--font-serif);font-size:2.25rem;line-height:2.5rem;font-weight:900}.categories-preview .category-wrapper .category{display:block;height:100%;overflow:hidden;border-radius:0px;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--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)}.categories-preview .category-wrapper .category img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;transition-property:all;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:300ms;transition-timing-function:cubic-bezier(0,0,0.2,1)}.categories-preview .category-wrapper .category-content{position:absolute;top:0px;left:0px;width:100%;padding:2rem;height:calc(100% - 4rem)}.categories-preview .category-wrapper:hover .category img{--tw-scale-x:1.1;--tw-scale-y:1.1;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))}@media (min-width:960px){.categories-preview .category-wrapper:nth-of-type(4n+2){grid-column:span 2/span 2}.categories-preview .category-wrapper:nth-of-type(4n+3){grid-column:span 2/span 2}}