.av-product-feed{padding:var(--section-padding-top, 40px) 0 var(--section-padding-bottom, 40px);font-family:var(--font-primary--family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);overflow:hidden;--section-padding-top: var(--av-product-feed-padding-top, 40px);--section-padding-bottom: var(--av-product-feed-padding-bottom, 40px)}.av-product-feed__container{max-width:1200px;margin:0 auto;padding:0 30px}.av-product-feed__header{text-align:center;margin-bottom:50px}.av-product-feed__title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin:0 0 15px;letter-spacing:-.5px}.av-product-feed__description{font-size:1.1rem;color:#6c757d;max-width:600px;margin:0 auto;line-height:1.6}.av-product-feed__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:50px;max-width:1140px;margin-left:auto;margin-right:auto}.av-product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 25px #00000014,0 4px 10px #00000008;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transform:translateY(0);position:relative;height:580;width:100%;display:flex;flex-direction:column}.av-product-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 40px #00000026,0 8px 20px #00000014}.av-product-card__link{display:flex;flex-direction:column;text-decoration:none;color:inherit;height:100%}.av-product-card__image-container{position:relative;height:300px;overflow:hidden;background:#f8f9fa;flex-shrink:0}.av-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.av-product-card:hover .av-product-card__image{transform:scale(1.05)}.av-product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.av-product-card__placeholder-icon{color:#adb5bd}.av-product-card__badge{position:absolute;top:12px;left:12px;padding:6px 12px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;z-index:2}.av-product-card__badge--sale{background:#e74c3c;color:#fff}.av-product-card__badge--new{background:#27ae60;color:#fff}.av-product-card__badge--premium{background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff}.av-product-card__content{padding:25px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.av-product-card__title{font-size:1.25rem;font-weight:600;color:#2c3e50;margin:0 0 8px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:3.25rem}.av-product-card__vendor{font-size:.9rem;color:#6c757d;margin:0 0 12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;min-height:1.1rem}.av-product-card__price{margin:auto 0 15px;display:flex;flex-direction:column;gap:8px}.av-product-card__price-group{display:flex;flex-direction:column;gap:2px}.av-product-card__price-group--without-vat{opacity:.8}.av-product-card__price-compare{font-size:1rem;color:#6c757d;text-decoration:line-through;margin-bottom:5px;align-self:flex-start}.av-product-card__price-current{font-size:1.4rem;font-weight:700;color:#2c3e50}.av-product-card__price-without-vat{font-size:1.2rem;font-weight:600;color:#6c757d}.av-product-card__price-label{font-size:.75rem;color:#6c757d;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.av-product-card__price-current--sale{color:#e74c3c}.av-product-card__description{font-size:.9rem;color:#6c757d;line-height:1.5;margin:0 0 20px;min-height:2.7rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.av-product-card__action{display:flex;align-items:center;justify-content:space-between;padding:15px 0 5px;border-top:1px solid #e9ecef;margin-bottom:5px}.av-product-card__cta{font-size:.95rem;font-weight:600;color:#c70000;text-transform:uppercase;letter-spacing:.5px}.av-product-card__arrow{color:#c70000;transition:transform .3s ease}.av-product-card:hover .av-product-card__arrow{transform:translate(4px)}.av-product-card__content-top{flex:1;display:flex;flex-direction:column}.av-product-feed__footer{text-align:center;margin-top:40px}.av-product-feed__view-all{display:inline-flex;align-items:center;gap:10px;padding:15px 30px;background:linear-gradient(135deg,#c70000,#a60000);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;box-shadow:0 4px 15px #c700004d}.av-product-feed__view-all:hover{transform:translateY(-2px);box-shadow:0 8px 25px #c7000066;background:linear-gradient(135deg,#a60000,#8b0000)}.av-product-feed__view-all svg{transition:transform .3s ease}.av-product-feed__view-all:hover svg{transform:translate(4px)}.av-product-card--placeholder{opacity:.7}.av-product-card--placeholder .av-product-card__link{cursor:default;pointer-events:none}.av-product-card__content-top{flex:1}.av-product-card__content-bottom{margin-top:auto}@media (max-width: 1024px){.av-product-feed__grid{grid-template-columns:repeat(2,1fr);gap:35px}.av-product-card{height:520px}.av-product-card__image-container{height:260px}.av-product-feed__container{padding:0 25px}.av-product-feed__title{font-size:2.2rem}}@media (max-width: 768px){.av-product-feed{padding:30px 0}.hide-on-mobile{display:none}.av-product-feed__container{padding:0 15px}.av-product-feed__grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:40px}.av-product-card{height:450px}.av-product-card__image-container{height:240px}.av-product-feed__title{font-size:1.9rem;margin-bottom:12px}.av-product-feed__description{font-size:1rem}.av-product-feed__header{margin-bottom:35px}.av-product-card__content{padding:18px}.av-product-card__title{font-size:1.1rem}.av-product-card__price-current{font-size:1.25rem}}@media (max-width: 480px){.av-product-feed__grid{grid-template-columns:1fr;gap:20px}.av-product-feed__container{padding:0 10px}.av-product-card{width:100%;max-width:none;margin:0;height:500px}.av-product-card__image-container{height:220px}.av-product-feed__title{font-size:1.7rem}.av-product-feed__view-all{padding:12px 25px;font-size:.9rem}.av-product-card__content{padding:16px}.hide-on-mobile{display:none}.av-product-card__action{padding:12px 0 8px;margin-bottom:8px}.av-product-card__title{font-size:1rem}.av-product-card__price-current{font-size:1.2rem}.av-product-card__price-without-vat{font-size:1.1rem}}@media (max-width: 360px){.av-product-feed__container{padding:0 8px}.av-product-card{height:420px}.av-product-card__image-container{height:200px}.av-product-card__content{padding:14px}.av-product-card__action{padding:10px 0 6px;margin-bottom:6px}.hide-on-mobile{display:none}.av-product-card__title{font-size:.95rem;line-height:1.2}.av-product-card__price-current{font-size:1.1rem}.av-product-card__price-without-vat{font-size:1rem}.av-product-card__price-label{font-size:.7rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.av-product-card{animation:fadeInUp .6s ease forwards}.av-product-card:nth-child(1){animation-delay:.1s}.av-product-card:nth-child(2){animation-delay:.2s}.av-product-card:nth-child(3){animation-delay:.3s}.av-product-card:nth-child(4){animation-delay:.4s}.av-product-card:nth-child(5){animation-delay:.5s}.av-product-card:nth-child(6){animation-delay:.6s}
/*# sourceMappingURL=/cdn/shop/t/2/assets/av-main-product-feed.css.map */
