.product-overview{padding:3.2rem 0}.product-overview__title{width:100%;max-width:var(--grid-container-medium);margin:0 auto;padding-left:2.4rem;padding-right:2.4rem;color:var(--color-greyscale-black)}@media screen and (min-width: 1024px){.product-overview__title{display:none}}@media screen and (min-width: 1024px){.product-overview__container{width:100%;max-width:var(--grid-container-medium);margin:0 auto;padding-left:2.4rem;padding-right:2.4rem}}.product-overview__inner{display:grid;grid-template-columns:repeat(1, 1fr);grid-gap:1.6rem}@media screen and (min-width: 768px){.product-overview__inner{grid-template-columns:repeat(1, 1fr)}}@media screen and (min-width: 1024px){.product-overview__inner{grid-gap:2.4rem;grid-template-columns:repeat(12, 1fr)}}@media screen and (min-width: 1224px){.product-overview__inner{grid-template-columns:repeat(12, 1fr)}}@media screen and (min-width: 1024px){.product-overview__filters{display:block;grid-column:1/4}}.product-overview__content{display:flex;flex-direction:column;gap:2.4rem}@media screen and (max-width: 1023px){.product-overview__content{width:100%;max-width:var(--grid-container-medium);margin:0 auto;padding-left:2.4rem;padding-right:2.4rem}}@media screen and (min-width: 1024px){.product-overview__content{grid-column:4/13}}.product-overview__content-loading{display:none;justify-content:center;align-items:center}
.product-overview-filters{padding:1.6rem;position:relative;background-color:var(--color-greyscale-05)}@media screen and (min-width: 1024px){.product-overview-filters{border-radius:.8rem;box-shadow:var(--box-shadow-500);background-color:var(--color-greyscale-white)}}.product-overview-filters.active .product-overview-filters__content{display:block}.product-overview-filters__head{display:flex;justify-content:space-between;align-items:center}@media screen and (min-width: 1024px){.product-overview-filters__head{display:none}}.product-overview-filters__content{display:none;position:absolute;z-index:var(--z-index-level-5);top:0;left:0;width:100%;height:calc(100vh - var(--offset-top));height:calc(var(--vh)*100 - var(--offset-top));backdrop-filter:var(--header-blur);background-color:var(--color-background-my-list)}@media screen and (min-width: 1024px){.product-overview-filters__content{display:block;position:static;width:100%;height:auto;backdrop-filter:none;background-color:rgba(0,0,0,0)}}.product-overview-filters__content-inner{width:calc(100% - 3.2rem);height:100%;margin-left:auto;background-color:var(--color-greyscale-white);display:flex;flex-direction:column;gap:1.6rem}@media screen and (min-width: 1024px){.product-overview-filters__content-inner{width:100%}}.product-overview-filters__content-head{padding:1.6rem;background-color:var(--color-greyscale-05);display:flex;justify-content:space-between;align-items:center;gap:.8rem}@media screen and (min-width: 1024px){.product-overview-filters__content-head{display:none}}.product-overview-filters__content-title{color:var(--color-brand-main)}.product-overview-filters__content-body{flex:1;overflow:hidden}@media screen and (min-width: 1024px){.product-overview-filters__content-body{padding-bottom:0}}
.product-overview-filters-form{padding:0 1.6rem;display:flex;flex-direction:column;gap:1.6rem;position:relative;height:100%}@media screen and (max-width: 1023px){.product-overview-filters-form__content{flex:1;overflow-y:auto;scroll-snap-type:y mandatory;scrollbar-width:none}.product-overview-filters-form__content::-webkit-scrollbar{display:none}}.product-overview-filters-form__content-items{display:flex;flex-direction:column;gap:1.6rem}.product-overview-filters-form__group{order:1;cursor:pointer;padding-bottom:1.6rem;border-bottom:1px solid var(--color-greyscale-20)}.product-overview-filters-form__group.default .product-overview-filters-form__group-fieldset-read-more{display:inline-flex}.product-overview-filters-form__group.default .product-overview-filters-form__group-fieldset-item:not(:nth-child(-n+6)){display:none}.product-overview-filters-form__group:last-of-type{border-bottom:0}.product-overview-filters-form__group[open] .product-overview-filters-form__group-icon svg{transform:rotate(180deg)}.product-overview-filters-form__group-head{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:.4rem}.product-overview-filters-form__group-head::-webkit-details-marker{display:none}.product-overview-filters-form__group-icon{width:3.2rem;height:3.2rem;border-radius:100%;color:var(--color-brand-main);border:1px solid var(--color-brand-main);display:flex;justify-content:center;align-items:center}.product-overview-filters-form__group-icon svg{transition:transform var(--transition-default)}.product-overview-filters-form__group-fieldset{border:none;padding:0;margin-top:2.4rem;display:flex;flex-direction:column;align-items:flex-start;gap:1.6rem}.product-overview-filters-form__group-fieldset_choice{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1.6rem;grid-gap:.8rem 1.6rem !important}@media screen and (min-width: 768px){.product-overview-filters-form__group-fieldset_choice{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 1024px){.product-overview-filters-form__group-fieldset_choice{grid-gap:2.4rem;grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 1224px){.product-overview-filters-form__group-fieldset_choice{grid-template-columns:repeat(2, 1fr)}}.product-overview-filters-form__group-fieldset-read-more{display:none;grid-column:span 2}.product-overview-filters-form__group-fieldset-item.checked{order:-1}.product-overview-filters-form__buttons{display:flex;flex-direction:column;gap:1.6rem}@media screen and (max-width: 1023px){.product-overview-filters-form__buttons{left:0;right:0;padding:1.6rem;bottom:0;border-top:1px solid var(--color-greyscale-10);background-color:var(--color-greyscale-white)}}@media screen and (min-width: 1024px){.product-overview-filters-form__buttons{display:none}}@media screen and (max-width: 1023px){.product-overview-filters-form__buttons-reset .button{justify-content:center}}
.products-overview-filters-content{display:flex;flex-direction:column;gap:2.4rem}.products-overview-filters-content__items{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1.6rem;grid-gap:1.6rem}@media screen and (min-width: 768px){.products-overview-filters-content__items{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 1024px){.products-overview-filters-content__items{grid-gap:2.4rem;grid-template-columns:repeat(4, 1fr)}}@media screen and (min-width: 1224px){.products-overview-filters-content__items{grid-template-columns:repeat(4, 1fr)}}.products-overview-filters-content__item .product-vertical-card{height:100%}.products-overview-filters-content__heading{display:none}@media screen and (min-width: 1024px){.products-overview-filters-content__heading{display:block}}
.product-overview-text-blocks__items{display:flex;flex-direction:column;gap:2.4rem}.product-overview-text-block{padding:1.6rem;color:var(--color-greyscale-black);display:flex;flex-direction:column;gap:.8rem;border-radius:.8rem;background-color:var(--color-greyscale-05)}
.product-overview-load-more{text-align:center}
