.productoverview{margin-top:1.5rem}@media (min-width:768px){.productoverview{margin-top:3rem}}.productoverview #filterOffcanvas{z-index:2147483641}.productoverview #filterOffcanvas label{line-height:1.4}.productoverview #filterOffcanvas .accordion .accordion-item .accordion-button{padding-block:0;gap:20px;line-height:1.3;align-items:flex-start}.productoverview #filterOffcanvas .accordion .accordion-item .accordion-body{padding:24px 30px 0 0}.productoverview #filterOffcanvas .accordion .accordion-item .accordion-body .filter__sibling--link{display:block;text-decoration:none;transition:var(--transition)}.productoverview #filterOffcanvas .accordion .accordion-item .accordion-body .filter__sibling--link:hover,.productoverview #filterOffcanvas .accordion .accordion-item .accordion-body .filter__sibling--link.active{color:var(--clr-primary)}.productoverview #filterOffcanvas input[type="checkbox"]{opacity:0;position:absolute}.productoverview #filterOffcanvas input[type="checkbox"]+label{position:relative;padding-left:30px;cursor:pointer}.productoverview #filterOffcanvas input[type="checkbox"]+label *{text-wrap:wrap}.productoverview #filterOffcanvas input[type="checkbox"]+label::before{content:"";position:absolute;left:0;top:0;width:20px;height:20px;border:1px solid var(--border-color);background-color:white;border-radius:4px}.productoverview #filterOffcanvas input[type="checkbox"]+label::after{content:"";position:absolute;left:7px;top:calc(.2em + 1px);width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.productoverview #filterOffcanvas input[type="checkbox"]:checked+label::before{background-color:var(--clr-primary);border-color:var(--clr-primary)}.productoverview .siblingsnav{display:flex;gap:1rem;align-items:center;justify-content:space-between;width:100%}.productoverview .siblingsnav .swiper-container{flex-grow:1;overflow:clip;width:min(80vw, 100%);padding:1rem;position:relative}.productoverview .siblingsnav .swiper-container:before,.productoverview .siblingsnav .swiper-container:after{content:"";position:absolute;top:0;bottom:0;width:3rem;--gradient-direction: 90deg;background:linear-gradient(var(--gradient-direction), var(--white), rgba(255, 255, 255, 0));pointer-events:none;z-index:10}.productoverview .siblingsnav .swiper-container:before{left:0}.productoverview .siblingsnav .swiper-container:after{right:0;--gradient-direction: 270deg}.productoverview .siblingsnav .swiper__controles{flex-shrink:0}.productoverview .siblingsnav .swiper__controles *{color:var(--black)}.productoverview #siblingsNavSwiper .swiper-slide{width:max-content}.productoverview #siblingsNavSwiper .swiper-slide a{background-color:var(--clr-grey);padding:0.5rem 1rem;font-size:1.125rem;border-radius:var(--border-radius-full);text-decoration:none}.productoverview #siblingsNavSwiper .swiper-slide.current a{background-image:linear-gradient(90deg, var(--clr-secondary) 0%, var(--clr-primary) 100%) !important;--font-clr: var(--white);color:var(--white)}.productoverview #siblingsNavSwiper .swiper-slide.current a ul{--list-icon-clr: var(--white)}.productoverview .productcard{padding:1.5rem;border-radius:var(--border-radius-lg);height:100%;background-color:var(--clr-primary-light)}.productoverview .productcard__content{display:flex;flex-direction:column;gap:2rem;height:100%;justify-content:space-between}.productoverview .productcard__content .badge{background-color:var(--white);color:var(--black);padding:0.25rem 0.5rem;border-radius:var(--border-radius-xs);width:max-content;font-weight:400;font-size:0.938rem}.productoverview .productcard__featured{position:relative;padding:2rem}.productoverview .productcard__featured.has__gradient:before{content:"";inset:0;position:absolute;background:linear-gradient(340deg, transparent 0%, var(--clr-primary) 100%);z-index:0;border-radius:inherit}.productoverview .productcard__featured .productcard__content{justify-content:space-between;z-index:10;position:relative;gap:4rem}.productoverview .productcard:not(.productoverview .productcard__featured) .productcard__content .btn{width:100%}@media (min-width:992px){.productoverview .col-lg-6{flex:0 0 calc(50% - 1rem);max-width:calc(50% - 1rem)}}