.collection-products-cards{width:100%;background-color:var(--primary-color)}.collection-products-cards__wrapper{max-width:1600px;margin:0 auto;padding:0 2rem}.collection-products-cards__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem}.collection-products-cards__grid-item{min-width:0}.collection-products-cards__card{background-color:var(--tertiary-color);border-radius:8px;padding:1.5rem;transition:background-color .3s ease;height:100%;display:flex;flex-direction:column}.collection-products-cards__card:hover{background-color:var(--white-color)!important}.collection-products-cards__card:hover .collection-products-cards__add-button{background-color:var(--secondary-color)!important;border-color:var(--secondary-color)!important;color:var(--white-color)!important}.collection-products-cards__card:hover .collection-products-cards__add-button svg{stroke:var(--white-color)!important}.collection-products-cards__card:hover .collection-products-cards__add-button svg path{stroke:var(--white-color)!important}.collection-products-cards__image-container{position:relative;margin-bottom:1.5rem}.collection-products-cards__image-link{display:block;text-decoration:none;color:inherit}.collection-products-cards__image-wrapper{position:relative;width:100%;padding-top:110%;overflow:hidden;background-color:transparent;border-radius:8px}.collection-products-cards__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:8px}.collection-products-cards__image--placeholder{opacity:.3}.collection-products-cards__badge{position:absolute;top:1rem;left:1rem;width:70px;height:70px;background-color:var(--white-color);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;z-index:2;box-shadow:0 2px 8px #00000014}.collection-products-cards__badge-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.collection-products-cards__badge svg{width:18px;height:18px;color:var(--secondary-btn-color);margin-bottom:.25rem}.collection-products-cards__badge-text{font-weight:600;font-size:9px;line-height:1.2;letter-spacing:.3px;text-transform:uppercase;text-align:center;color:var(--secondary-color)}.collection-products-cards__content{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.collection-products-cards__text{flex:1;display:flex;flex-direction:column;gap:.25rem}.collection-products-cards__title{font-weight:550;font-size:20px;line-height:1.3;letter-spacing:.3px;text-transform:uppercase;color:var(--secondary-color);margin-bottom:10px;max-width:100%;word-wrap:break-word}.collection-products-cards__title-link{color:inherit;text-decoration:none}.collection-products-cards__title-link:hover{opacity:.8}.collection-products-cards__title-link:focus-visible{outline:2px solid var(--secondary-color);outline-offset:2px}.collection-products-cards__price{font-family:Red Hat Display,sans-serif!important;font-weight:700;font-size:22px;line-height:1.3;letter-spacing:0;color:var(--secondary-color);margin:0;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px;text-decoration-color:var(--secondary-btn-color)}.collection-products-cards__form{display:flex;align-items:center}.collection-products-cards__add-button{width:58px;height:58px;border-radius:50%;background-color:transparent;border:1px solid var(--secondary-color);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0;color:var(--secondary-btn-color)}.collection-products-cards__add-button:focus-visible{outline:1px solid var(--secondary-color);outline-offset:2px}.collection-products-cards__add-button svg{width:30px;height:30px;stroke:currentColor;transition:stroke .3s ease}.collection-products-cards__add-button:hover{transform:rotate(90deg)}.collection-products-cards__view-more{display:flex;justify-content:center;margin-top:1rem}.collection-products-cards__button{display:inline-flex;align-items:center;gap:2px;text-decoration:none;transition:transform .3s ease}.collection-products-cards__button:hover{transform:translateY(-2px)}.collection-products-cards__button:active{transform:translateY(0)}.collection-products-cards__button:focus-visible{outline:2px solid var(--secondary-color);outline-offset:4px}.collection-products-cards__button-text{background-color:var(--secondary-btn-color);color:var(--white-color);padding:1rem 2rem;border-radius:50px;font-size:.86rem;font-weight:500;text-transform:uppercase;letter-spacing:.02em;transition:all .3s ease}.collection-products-cards__button:hover .collection-products-cards__button-text{box-shadow:0 4px 12px #00000026}.collection-products-cards__button-icon{display:flex;align-items:center;justify-content:center;width:54px;height:54px;background-color:var(--secondary-btn-color);color:var(--white-color);border-radius:50%;transition:all .3s ease}.collection-products-cards__button:hover .collection-products-cards__button-icon{transform:rotate(45deg);box-shadow:0 4px 12px #00000026}@media(max-width:1200px){.collection-products-cards__wrapper{padding:0 1.5rem}.collection-products-cards__card{padding:1.3rem}.collection-products-cards__image-container{margin-bottom:1.3rem}.collection-products-cards__image-wrapper{padding-top:105%}.collection-products-cards__badge{width:65px;height:65px;top:.875rem;left:.875rem}.collection-products-cards__badge svg{width:16px;height:16px}.collection-products-cards__badge-text{font-size:8px}.collection-products-cards__title{font-size:19px;margin-bottom:8px}.collection-products-cards__price{font-size:20px}.collection-products-cards__add-button{width:54px;height:54px}.collection-products-cards__add-button svg{width:28px;height:28px}}@media(max-width:990px){.collection-products-cards__wrapper{padding:0 1rem}.collection-products-cards__grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.collection-products-cards__grid-item[data-index="9"]{display:none}.collection-products-cards__card{padding:1.1rem}.collection-products-cards__image-container{margin-bottom:1.1rem}.collection-products-cards__image-wrapper{padding-top:100%}.collection-products-cards__badge{width:60px;height:60px}.collection-products-cards__title{font-size:18px;margin-bottom:7px}.collection-products-cards__price{font-size:19px}.collection-products-cards__add-button{width:50px;height:50px}.collection-products-cards__add-button svg{width:26px;height:26px}.collection-products-cards__button-text{padding:.8rem 1.875rem;font-size:.9rem}.collection-products-cards__button-icon{width:48px;height:48px}.collection-products-cards__button-icon svg{width:22px;height:22px}}@media(max-width:768px){.collection-products-cards__wrapper{padding:0 .75rem}.collection-products-cards__grid{gap:.875rem;margin-bottom:1.25rem}.collection-products-cards__grid-item[data-index="9"]{display:none}.collection-products-cards__card{padding:.9rem}.collection-products-cards__image-container{margin-bottom:.9rem}.collection-products-cards__image-wrapper{padding-top:105%}.collection-products-cards__badge{width:54px;height:54px;top:.75rem;left:.75rem}.collection-products-cards__badge svg{width:15px;height:15px}.collection-products-cards__badge-text{font-size:7.5px}.collection-products-cards__title{font-size:16px;margin-bottom:6px}.collection-products-cards__price{font-size:18px}.collection-products-cards__add-button{width:44px;height:44px}.collection-products-cards__add-button svg{width:24px;height:24px}}@media(max-width:749px){.collection-products-cards__button-text{padding:.75rem 1.625rem;font-size:.875rem}.collection-products-cards__button-icon{width:46px;height:46px}.collection-products-cards__button-icon svg{width:21px;height:21px}}@media(max-width:480px){.collection-products-cards__wrapper{padding:0 .625rem}.collection-products-cards__grid{gap:.4rem;margin-bottom:1rem}.collection-products-cards__grid-item[data-index="9"]{display:none}.collection-products-cards__card{padding:.6rem .6rem .8rem;border-radius:8px}.collection-products-cards__image-container{margin-bottom:.875rem}.collection-products-cards__image-wrapper{border-radius:8px;padding-top:110%}.collection-products-cards__image{border-radius:8px}.collection-products-cards__badge{width:40px;height:40px;top:.5rem;left:.5rem}.collection-products-cards__badge svg{width:12px;height:12px;margin-bottom:.15rem}.collection-products-cards__badge-text{font-size:6.5px}.collection-products-cards__title{font-size:15px}.collection-products-cards__price{font-size:17px}.collection-products-cards__add-button{width:32px;height:32px}.collection-products-cards__add-button svg{width:21px;height:21px}.collection-products-cards__button-text{padding:.9rem 1.4rem;font-size:12px}.collection-products-cards__button-icon{width:3rem;height:3rem}.collection-products-cards__button-icon svg{width:.95rem;height:.95rem}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/section-collection-products-cards.css.map */
