.first-category-slider__track,.second-category-slider__track{position:relative}.first-category-slider__wrapper,.second-category-slider__wrapper{display:flex;gap:24px;will-change:transform;transition:transform .1s linear;width:fit-content}.product-card{display:flex;height:495px;width:372px;padding:52px 32px 32px;flex-direction:column;justify-content:space-between;align-items:flex-start;align-self:stretch;border-radius:16px;background:var(--color-secondary);box-shadow:0 2px 2px #00000026;transform:scale(1);transition:transform .1s ease}.product-card:hover{cursor:pointer;transform:scale(1.02)}.product-card .product-card__image{width:100%;height:248px;overflow:hidden}.product-card .product-card__image a{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-card .product-card__image a img{width:100%;height:100%;object-fit:cover}.product-card .product-card__content{display:flex;flex-direction:column;width:100%;height:fit-content;gap:16px}.product-card .product-card__content .product-card__header{display:flex;flex-direction:row;justify-content:space-between}.product-card .product-card__content .product-card__header .product-name{display:flex;flex-direction:column;justify-content:space-between;width:70%;gap:8px}.product-card .product-card__content .product-card__header .product-price-details{display:flex;flex-direction:column;align-items:flex-end;justify-content:end;width:30%;gap:4px}.product-card .product-card__content .product-card__header .product-price-details p{font-size:20px;font-style:normal;font-weight:500;color:var(--color-primary);line-height:120%;letter-spacing:-.16px}.product-card .product-card__content .product-card__header .product-price-details span{font-size:11px;font-style:normal;font-weight:400;color:#1c1c1e;line-height:120%}.product-card .product-card__content .product-card__header .product-price-details button{display:none}.product-card .product-card__content h4 a{color:#2e8b8b;font-family:var(--TextFont);font-size:16px;font-style:normal;font-weight:500;line-height:120%}.product-card .product-card__content h3 a{display:flex;color:#1c1c1e;font-family:var(--HeaderFont);font-size:20px;font-style:normal;font-weight:600;line-height:140%;letter-spacing:-.12px}.product-card .product-card__content .btn-variant{display:flex;width:fit-content;height:fit-content;flex-direction:column;align-items:flex-start;justify-content:center;border:none;cursor:pointer;padding:8px;border-radius:8px;background-color:transparent;border:1px solid var(--color-light)}.product-card .product-card__content .btn-variant p{line-height:20px;font-size:12px;color:var(--color-primary)}.product-card .product-card__content .product-card__action{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.product-card .product-card__content .product-card__action .product-variante{display:flex;flex-direction:column;gap:4px}.product-card .product-card__content .product-card__action .product-actions{display:flex;flex-direction:row;gap:8px;align-items:flex-end;justify-content:center}.product-card .product-card__content .product-card__action .product-actions .btn-cart{display:flex;width:fit-content;height:fit-content;flex-direction:column;align-items:flex-start;border:none;cursor:pointer;padding:16px;border-radius:8px;background:var(--color-accent)}.product-card .product-card__content .product-card__action .product-actions .btn-cart img{width:20px;height:20px}.product-card .product-card__content .product-card__action .product-actions .btn-fav{display:flex;width:fit-content;height:fit-content;flex-direction:column;align-items:flex-start;border:none;cursor:pointer;padding:12px;border-radius:8px;background-color:transparent}.product-card .product-card__content .product-card__action .product-actions .btn-fav img{width:28px;height:28px}.product-card.new-product{display:flex;height:476px;width:372px;padding:40px 32px;flex-direction:column;align-items:flex-start;gap:16px;border-radius:16px}.product-card.new-product a{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}.product-card.new-product a .product-card__inner{display:flex;flex-direction:column;width:276px;height:fit-content}.product-card.new-product a .product-card__inner h3{font-size:1.75rem;font-style:normal;font-weight:600;line-height:40px;letter-spacing:.25px}.product-card.new-product a .product-card__inner span{font-size:1rem;font-style:normal;font-weight:600;line-height:140%;margin-bottom:8px}.product-card.new-product a .product-card__inner .product-description{font-size:.9rem;font-style:normal;font-weight:400;line-height:140%}.product-card.new-product a img{width:100%;height:100%;object-fit:cover}.product-card.new-product:nth-child(1),.product-card.new-product:nth-child(4){background:linear-gradient(0deg,#c5e4e7,#ace7ed);box-shadow:0 2px 2px #00000026}:is(.product-card.new-product:nth-child(1),.product-card.new-product:nth-child(4)) h3,:is(.product-card.new-product:nth-child(1),.product-card.new-product:nth-child(4)) p,:is(.product-card.new-product:nth-child(1),.product-card.new-product:nth-child(4)) span{color:var(--color-primary)}.product-card.new-product:nth-child(2),.product-card.new-product:nth-child(5){background:linear-gradient(0deg,#76d4d4,#3b9898);box-shadow:0 2px 2px #00000026}:is(.product-card.new-product:nth-child(2),.product-card.new-product:nth-child(5)) h3,:is(.product-card.new-product:nth-child(2),.product-card.new-product:nth-child(5)) p,:is(.product-card.new-product:nth-child(2),.product-card.new-product:nth-child(5)) span{color:var(--color-secondary)}.product-card.new-product:nth-child(3){background:var(--color-secondary);box-shadow:0 2px 2px #00000026}.product-card.new-product:nth-child(3) h3,.product-card.new-product:nth-child(3) p,.product-card.new-product:nth-child(3) span{color:var(--color-primary)}.product-card.promo-card{padding:48px 40px 32px;justify-content:space-between;align-items:start;gap:8px;background-position:center;background-size:cover;background-repeat:no-repeat;overflow:hidden}.product-card.promo-card h3{font-size:2.5rem;font-style:normal;font-weight:700;line-height:140%;color:var(--color-secondary);margin-bottom:8px}.product-card.promo-card p{width:100%;font-size:1.1rem;line-height:130%;color:var(--color-secondary)}.product-card.promo-card .call-to-action{position:absolute;bottom:0;padding:24px 40px;width:100%;left:0;background:var(--agistore-linear-rotate)}.product-card.promo-card .call-to-action a{color:var(--color-secondary)}@media only screen and (max-width: 1280px){.product-card{width:340px;height:460px;padding:40px 24px 24px}.product-card.promo-card{padding:40px 32px 24px}}@media only screen and (max-width: 1024px){.product-card{padding:0;flex-direction:column;align-items:center;height:380px;width:280px;position:relative;overflow:hidden}.product-card .product-card__image{width:100%;height:60%;overflow:hidden}.product-card .product-card__image a{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-card .product-card__content{width:100%;height:fit-content;gap:8px;padding:0 24px 16px}.product-card .product-card__content .product-card__header{display:flex;flex-direction:column;align-items:start;width:100%;gap:20px}.product-card .product-card__content .product-card__header .product-name{width:100%;text-align:start;gap:4px}.product-card .product-card__content .product-card__header .product-price-details{width:100%;text-align:start;align-items:center;flex-direction:row;justify-content:space-between}.product-card .product-card__content .product-card__header .product-price-details p{font-size:1.2rem;font-weight:600}.product-card .product-card__content .product-card__header .product-price-details button{display:flex}.product-card .product-card__content .product-card__header .product-price-details button p{font-size:.9rem;font-weight:500}.product-card .product-card__content h4 a{text-align:start;font-weight:600}.product-card .product-card__content h3{text-align:start}.product-card .product-card__content h3 a{font-weight:600}.product-card .product-card__content .product-card__action{position:absolute;top:24px;right:24px;display:flex;flex-direction:column}.product-card .product-card__content .product-card__action .product-variante{display:none}.product-card .product-card__content .product-card__action .product-actions{flex-direction:column}.product-card .product-card__content .product-card__action .product-actions .btn-cart{padding:12px;border-radius:10px}.product-card .product-card__content .product-card__action .product-actions .btn-fav{padding:8px;border-radius:10px;display:none}.product-card.new-product{height:400px;width:320px;padding:24px}.product-card.new-product a .product-card__inner{width:100%}.product-card.new-product a .product-card__inner h3{font-size:1.4rem}.product-card.promo-card{padding:32px 24px}.product-card.promo-card .call-to-action{padding:18px 24px}.product-card.promo-card .call-to-action a{font-size:.9rem;font-weight:500}.product-card.promo-card h3{font-size:1.75rem}.product-card.promo-card p{font-size:.9rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/product-card.css.map */
