.cards-with-filters-v2{max-width:var(--max-width);margin:0 auto;padding:var(--spacing-48) var(--spacing-16) 0 var(--spacing-16);margin-bottom:var(--spacing-16)}.cards-with-filters-v2__text-wrapper{margin-bottom:var(--spacing-32)}.cards-with-filters-v2__eyebrow{font-size:var(--font-size-10);text-transform:uppercase;font-weight:var(--font-medium);color:var(--color-brown);text-align:center;line-height:160%;margin-bottom:var(--spacing-14)}.cards-with-filters-v2__title{font-size:var(--font-size-32);font-weight:var(--font-regular);line-height:110%;color:var(--color-brown);text-align:center;margin-bottom:var(--spacing-16)}.cards-with-filters-v2__filters-list{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--spacing-8)}.cards-with-filters-v2__filter-icon{margin-right:2px;width:16px;height:16px}.cards-with-filters-v2__filter{font-size:var(--font-size-14);font-weight:var(--font-light);color:var(--color-gray-darker);padding:var(--spacing-4) var(--spacing-12);line-height:140%;cursor:pointer;border-radius:46px;border:1px solid var(--color-gray-light);background-color:var(--color-white);display:flex;align-items:center}.cards-with-filters-v2__filter--active{font-weight:var(--font-regular);color:var(--color-white);background-color:var(--color-black);border-color:var(--color-black)}.cards-with-filters-v2__filter--active img{filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(200%) contrast(100%)}.cards-with-filters-v2__filters-title{font-size:var(--font-size-14);font-weight:var(--font-light);color:var(--color-gray-darker);line-height:140%;margin-bottom:var(--spacing-8);text-align:center}.cards-with-filters-v2__filters--secondary{margin-top:var(--spacing-16)}.cards-with-filters-v2__product-card{position:relative}.cards-with-filters-v2__product-card-wrapper{border-radius:var(--border-radius-24);background-color:var(--color-white);display:flex;flex-direction:column;padding:var(--spacing-12);position:relative;overflow:hidden}.cards-with-filters-v2__product-card-image-and-content-wrapper{display:flex;align-items:flex-start;gap:var(--spacing-16)}.card-with-filter__loading-skeleton-wrapper{height:100%;width:100%;top:0;left:0;position:absolute;background-color:var(--color-gray-light);display:none;border-radius:var(--border-radius)}.card-with-filter__loading-skeleton{animation:loading .7s infinite;height:100%;width:100%;position:absolute;top:0;left:-150%;background:linear-gradient(to right,transparent 0%,var(--color-gray) 50%,transparent 100%)}.cards-with-filters-v2__product-card--loading .card-with-filter__loading-skeleton-wrapper{display:block}@keyframes loading{0%{left:-150%}50%{left:0}to{left:150%}}.cards-with-filters-v2__product-card-image{border-radius:var(--border-radius-24);position:relative;width:35%}.cards-with-filters-v2__product-card-image img{border-radius:var(--border-radius);width:100%;height:100%}.cards-with-filters-v2__product-card-badges{position:absolute;top:18px;left:18px;display:flex;gap:var(--spacing-4);flex-wrap:wrap}.cards-with-filters-v2__product-card-badges--mobile{display:flex;z-index:2;top:-14px;right:35px;left:auto}.cards-with-filters-v2__product-card-badges--desktop{display:none}.cards-with-filters-v2__product-card-badge{display:inline-block;background-color:var(--color-grey);font-size:var(--font-size-12);font-weight:var(--font-regular);padding:var(--spacing-4) var(--spacing-8);color:var(--color-brown);border-radius:var(--border-radius-8)}.cards-with-filters-v2__product-card-badge--green{background-color:var(--color-green);color:var(--color-white)}.cards-with-filters-v2__product-card-badge--red{background-color:var(--color-red);color:var(--color-white)}.cards-with-filters-v2__product-card-badge--white{background-color:var(--color-grey);color:var(--color-brown)}.cards-with-filters-v2__product-card-content{flex:1;display:flex;flex-direction:column;justify-content:space-between}.cards-with-filters-v2__product-card-description p{padding:0;font-size:var(--font-size-14);font-weight:var(--font-light);color:var(--color-gray-darker);line-height:120%}.cards-with-filters-v2__product-card-description ul{padding:0;margin:0}.cards-with-filters-v2__product-card-description li{margin:0;list-style:none;display:flex;margin-bottom:var(--spacing-4);font-size:var(--font-size-14);font-weight:var(--font-light);color:var(--color-gray-darker);line-height:120%}.cards-with-filters-v2__product-card-description li:before{content:"";width:16px;height:16px;display:block;background-image:url(./green-checkbox-16px.svg);flex-shrink:0;margin-right:var(--spacing-10)}.cards-with-filters-v2__product-card-title{font-size:var(--font-size-16);font-weight:var(--font-regular);line-height:140%;letter-spacing:-.28px;margin-bottom:var(--spacing-4);color:var(--color-brown)}.cards-with-filters-v2__product-card-bottom-wrapper{display:flex;justify-content:space-between;align-items:center;padding-left:var(--spacing-8)}.cards-with-filter__product-card-price{font-size:var(--font-size-16);font-weight:var(--font-regular);color:var(--color-brown)}.cards-with-filters-v2__product-card-button{font-size:var(--font-size-14);line-height:var(--font-size-16);font-weight:var(--font-medium);color:var(--color-white);background:var(--color-gradient);border-radius:50px;padding:var(--spacing-12) var(--spacing-24)}.cards-with-filters-v2__product-card-button:hover{color:var(--color-white)}.cards-with-filters-v2__product-card-bottom-wrapper{margin-top:var(--spacing-8)}.cards-with-filters-v2__product-cards{display:flex;flex-direction:column;gap:var(--spacing-16)}@media screen and (min-width:600px){.cards-with-filters-v2{padding:var(--spacing-64) var(--spacing-24) 0 var(--spacing-24);margin-bottom:var(--spacing-24)}.cards-with-filters-v2__eyebrow{font-size:var(--font-size-14)}.cards-with-filters-v2__title{font-size:var(--font-size-40)}.cards-with-filters-v2__product-card{width:calc(50% - var(--spacing-12))}.cards-with-filters-v2__product-card-wrapper{padding:0;justify-content:space-between}.cards-with-filters-v2__product-card-image-and-content-wrapper{flex-direction:column}.cards-with-filters-v2__product-card-image{width:100%}.cards-with-filters-v2__product-card-title{font-size:var(--font-size-24)}.cards-with-filters-v2__product-cards{gap:var(--spacing-16);flex-direction:row;flex-wrap:wrap}.cards-with-filters-v2__product-card-image{padding:var(--spacing-12) var(--spacing-12) 0}.cards-with-filters-v2__product-card-badges{top:var(--spacing-24);left:var(--spacing-24)}.cards-with-filters-v2__product-card-badges--mobile{display:none}.cards-with-filters-v2__product-card-badges--desktop{display:flex}.cards-with-filters-v2__product-card-content{width:100%;padding:0 var(--spacing-24) var(--spacing-16)}.cards-with-filters-v2__product-card-bottom-wrapper{padding:0 var(--spacing-24) var(--spacing-16);margin:0}.cards-with-filters-v2__product-card-description p{font-size:var(--font-size-14);line-height:152%}.cards-with-filters-v2__product-card-description li{font-size:var(--font-size-14);margin-bottom:var(--spacing-8)}.cards-with-filters-v2__filter{padding:var(--spacing-8) var(--spacing-16)}.cards-with-filters-v2__filter-icon{width:24px;height:24px}.cards-with-filters-v2__product-card-button{font-size:var(--font-size-16);padding:var(--spacing-16) var(--spacing-24)}}@media screen and (min-width:1024px){.cards-with-filters-v2{display:flex;margin-bottom:var(--spacing-32);padding:0;padding-top:var(--spacing-64)}.cards-with-filters-v2__text-wrapper{width:35%;padding-right:var(--spacing-80)}.cards-with-filters-v2__product-cards{width:65%}.cards-with-filters-v2__eyebrow{text-align:left;margin-bottom:var(--spacing-16)}.cards-with-filters-v2__title{font-size:var(--font-size-48);text-align:left;line-height:110%;letter-spacing:0px}.cards-with-filters-v2__filters-title{text-align:left}.cards-with-filters-v2__filters-list{justify-content:flex-start}.cards-with-filters-v2__filters--secondary{margin-top:var(--spacing-48)}.cards-with-filters-v2__product-cards{gap:var(--spacing-32)}.cards-with-filters-v2__product-card{width:calc(50% - var(--spacing-16))}.cards-with-filters-v2__product-card-description li:before{width:18px;height:18px;background-image:url(./green-checkbox.svg);margin-top:-1px}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/cards-with-filters-v2.css.map */
