.av-product-display{margin-top:var(--section-margin-top, 40px);margin-bottom:var(--section-margin-bottom, 40px)}.av-product-display__container{max-width:1400px;margin:0 auto;padding:0 24px}.av-product-display__layout{display:flex;gap:0;align-items:flex-start}.av-product-display__layout--with-filter{gap:0}.av-product-display__filter{flex-shrink:0;width:280px;margin-right:0}.av-product-display__main{flex:1;min-width:0}.av-product-display__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-bottom:3rem}.av-product-display__item{position:relative;transition:all .4s cubic-bezier(.25,.46,.45,.94);opacity:0;transform:translateY(30px);animation:slideInUp .6s ease forwards}.av-product-card{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;border:1px solid #f1f5f9;text-decoration:none;color:inherit}.av-product-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-8px);border-color:#e2e8f0;text-decoration:none;color:inherit}.av-product-card__image{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.av-product-card__image-wrapper{display:block;width:100%;height:100%;position:relative}.av-product-card__image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.av-product-card:hover .av-product-card__image img{transform:scale(1.08)}.av-product-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.av-product-card__pricing{padding:24px;flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:16px;background:#fff;position:relative;min-height:280px}.av-product-card__title{order:1;margin-bottom:4px;min-height:44px;max-height:44px;display:flex;align-items:center;justify-content:center}.av-product-card__title h3{font-size:16px;font-weight:600;color:#0f172a;margin:0;line-height:1.4;text-align:center;transition:color .3s ease;letter-spacing:-.01em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden;text-overflow:ellipsis}.av-product-card:hover .av-product-card__title h3{color:#dc2626}.av-product-card__supplier{order:2;text-align:center;margin-bottom:16px}.av-product-card__supplier span{font-size:13px;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.08em;position:relative;padding:0 12px}.av-product-card__supplier span:before,.av-product-card__supplier span:after{content:"";position:absolute;top:50%;width:20px;height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent)}.av-product-card__supplier span:before{left:-32px}.av-product-card__supplier span:after{right:-32px}.av-product-card__price-wrapper{order:3;flex:1;display:flex;flex-direction:column;justify-content:center}.av-product-card__price-container{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;padding:16px;background:linear-gradient(135deg,#fafbfc,#f8fafc);border-radius:12px;border:1px solid #f1f5f9;position:relative;min-height:120px;justify-content:center}.av-product-card__price-container--sale{background:linear-gradient(135deg,#fff,#f8fafc);border-color:#e2e8f0;box-shadow:0 2px 8px #0000000f,inset 0 1px #fffc}.av-product-card__price-row{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%}.av-product-card__price-row--primary{margin-bottom:8px}.av-product-card__price-row--secondary{margin-top:8px;padding-top:12px;border-top:1px solid #e2e8f0;position:relative}.av-product-card__price-container--sale .av-product-card__price-row--secondary{border-color:#e2e8f0}.av-product-card__price-row--tax{gap:0;margin-top:4px}.av-product-card__price-amount{font-weight:700;color:#0f172a;line-height:1.1;margin:0;letter-spacing:-.02em}.av-product-card__price-amount--main{font-size:24px;color:#0f172a;font-weight:800}.av-product-card__price-amount--sale{font-size:24px;color:#dc2626;font-weight:800;text-shadow:0 1px 2px rgba(220,38,38,.1)}.av-product-card__price-amount--excl{font-size:16px;color:#000!important;font-weight:600}.av-product-card__price-comparison{display:flex;align-items:center;justify-content:center;gap:8px}.av-product-card__price-original{display:flex;align-items:center;gap:4px}.av-product-card__price-label--before{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#000!important;line-height:1}.av-product-card__price-amount--before{font-size:14px;color:#000!important;text-decoration:line-through;text-decoration-thickness:1px;text-decoration-color:#000;font-weight:600}.av-product-card__price-tax{font-size:12px;color:#000!important;font-weight:500;text-transform:lowercase;line-height:1;margin:0;letter-spacing:.02em}.av-product-card__price-tax--excl{color:#94a3b8}.av-product-card__action{border-top:1px solid #e2e8f0;padding:16px 24px;background:#fff;margin-top:auto}.av-product-card__action-text{display:flex;align-items:center;justify-content:center;gap:8px;color:#dc2626;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.av-product-card:hover .av-product-card__action-text{color:#b91c1c;transform:translate(4px)}.av-product-card__action-arrow{width:14px;height:14px;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.av-product-card:hover .av-product-card__action-arrow{transform:translate(4px)}.av-product-display__empty{text-align:center;padding:4rem 2rem;color:#6b7280}.av-product-display__empty p{font-size:1.125rem;margin:0}.av-product-display__pagination{grid-column:1 / -1;margin-top:2rem;display:flex;justify-content:center}.av-product-display__empty{text-align:center;padding:80px 32px;color:#64748b;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px;border:1px solid #e2e8f0}.av-product-display__empty p{font-size:18px;margin:0;font-weight:500}.av-product-display__pagination{grid-column:1 / -1;margin-top:48px;display:flex;justify-content:center;gap:12px;align-items:center;flex-wrap:wrap;padding-bottom:24px}.av-pagination{display:flex;gap:8px;align-items:center}.av-pagination__item{display:inline-flex}.av-pagination__link{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 12px;font-size:15px;font-weight:600;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 2px 8px #0000000a;text-decoration:none;transition:all .2s cubic-bezier(.25,.46,.45,.94);cursor:pointer;position:relative}.av-pagination__link:hover,.av-pagination__link:focus{color:#dc2626;border-color:#dc2626;background:#f8fafc;outline:none;z-index:2}.av-pagination__item--active .av-pagination__link{color:#fff;background:linear-gradient(135deg,#dc2626,#ef4444);border-color:#dc2626;box-shadow:0 4px 16px #dc262614;cursor:default;pointer-events:none}.av-pagination__link[aria-disabled=true],.av-pagination__link:disabled{color:#cbd5e1;background:#f1f5f9;border-color:#e2e8f0;cursor:not-allowed;pointer-events:none;opacity:.7}.av-pagination__arrow{font-size:18px;color:#cbd5e1;transition:color .2s}.av-pagination__link:hover .av-pagination__arrow,.av-pagination__link:focus .av-pagination__arrow{color:#dc2626}@media screen and (max-width: 768px){.av-product-display__pagination{gap:8px;padding-bottom:16px}.av-pagination__link{min-width:30px;height:30px;font-size:13px;padding:0 8px;border-radius:6px}}@media screen and (max-width: 480px){.av-product-display__pagination{gap:6px;padding-bottom:10px}.av-pagination__link{min-width:26px;height:26px;font-size:12px;padding:0 6px;border-radius:5px}}@media (prefers-color-scheme: dark){.av-pagination__link{background:#1e293b;color:#94a3b8;border-color:#334155}.av-pagination__link:hover,.av-pagination__link:focus{color:#ef4444;border-color:#ef4444;background:#334155}.av-pagination__item--active .av-pagination__link{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;border-color:#dc2626}.av-pagination__link[aria-disabled=true],.av-pagination__link:disabled{color:#475569;background:#334155;border-color:#334155}}@media (prefers-contrast: high){.av-pagination__link{border:2px solid #000;color:#000;background:#fff}.av-pagination__item--active .av-pagination__link{background:#000;color:#fff;border-color:#000}}@media (prefers-reduced-motion: reduce){.av-pagination__link{transition:none}}@media screen and (max-width: 1200px) and (min-width: 769px){.av-product-display__container{max-width:1200px;padding:0 20px}.av-product-display__grid{grid-template-columns:repeat(3,1fr);gap:28px}.av-product-card__pricing{padding:20px;gap:14px;min-height:250px}.av-product-card__title{min-height:40px;max-height:40px}.av-product-card__title h3{font-size:15px}.av-product-card__supplier span{font-size:12px}.av-product-card__price-amount--main,.av-product-card__price-amount--sale{font-size:22px}.av-product-card__price-amount--excl{font-size:15px}.av-product-card__price-container{padding:14px;min-height:110px}}@media screen and (max-width: 768px){.av-product-display__container{padding:0 16px}.av-product-display__grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:2rem}.av-product-card{border-radius:12px}.av-product-card__pricing{padding:12px;gap:8px;min-height:180px}.av-product-card__title{min-height:36px;max-height:36px;margin-bottom:8px}.av-product-card__title h3{font-size:14px;line-height:1.3}.av-product-card__supplier{display:none}.av-product-card__price-container{padding:10px;gap:8px;min-height:80px}.av-product-card__price-row--primary{margin-bottom:4px}.av-product-card__price-row--secondary{margin-top:4px;padding-top:8px}.av-product-card__price-label{font-size:10px}.av-product-card__price-label--now{font-size:11px}.av-product-card__price-amount--main,.av-product-card__price-amount--sale{font-size:20px}.av-product-card__price-amount--before,.av-product-card__price-amount--savings{font-size:12px}.av-product-card__price-amount--excl{font-size:14px}.av-product-card__price-tax{font-size:11px}.av-product-card__price-comparison{gap:10px;padding:6px 12px}.av-product-card__action{padding:12px 16px}.av-product-card__action-text{font-size:13px;gap:6px}.av-product-card__action-arrow{width:12px;height:12px}.av-product-display__empty{padding:60px 24px}.av-product-display__empty p{font-size:16px}}@media screen and (max-width: 480px){.av-product-display__container{padding:0 12px}.av-product-display__grid{grid-template-columns:repeat(2,1fr);gap:12px}.av-product-card__pricing{padding:10px;gap:6px;min-height:160px}.av-product-card__title{min-height:32px;max-height:32px;margin-bottom:6px}.av-product-card__title h3{font-size:13px}.av-product-card__supplier{display:none}.av-product-card__price-container{padding:8px;gap:6px;min-height:70px}.av-product-card__price-amount--main,.av-product-card__price-amount--sale{font-size:18px}.av-product-card__price-amount--before,.av-product-card__price-amount--savings{font-size:11px}.av-product-card__price-amount--excl{font-size:13px}.av-product-card__price-comparison{gap:8px;padding:5px 10px}.av-product-card__action{padding:10px 14px}.av-product-card__action-text{font-size:12px;gap:5px}.av-product-card__action-arrow{width:11px;height:11px}.av-product-display__empty{padding:40px 16px}}.av-product-card__badges{position:absolute;top:12px;left:12px;z-index:10;display:flex;flex-direction:column;gap:6px}.av-product-card__badge{display:inline-block;padding:4px 8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:4px;line-height:1;text-align:center;min-width:45px;box-shadow:0 2px 8px #00000026}.av-product-card__badge--sale{background:#dc2626;color:#fff;border:1px solid rgba(255,255,255,.2)}.av-product-card__badge--sold-out{background-color:#475569e6;color:#fff;border:1px solid rgba(255,255,255,.1)}.av-product-card__badge--percentage{background:#dc2626;color:#fff;font-size:10px;padding:3px 6px;min-width:35px}.av-product-card__badge{transform:translateY(-2px);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.av-product-card:hover .av-product-card__badge{transform:translateY(-4px) scale(1.05);box-shadow:0 4px 12px #00000040}@media (prefers-reduced-motion: reduce){.av-product-card__badge{transition:none}.av-product-card:hover .av-product-card__badge{transform:none}}.av-product-card__image-link:focus,.av-product-card__price-link:focus{outline:2px solid #dc2626;outline-offset:2px;border-radius:4px}.av-product-card:focus{outline:3px solid #dc2626;outline-offset:3px;border-radius:8px;box-shadow:0 0 0 6px #dc26261a}.av-product-card:hover .av-product-card__price-amount--main{color:#dc2626;transition:color .2s ease}.av-product-card:hover .av-product-card__price-amount--sale{transform:scale(1.02);transition:transform .2s ease}.av-product-card:hover .av-product-card__price-amount--main{color:#dc2626;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.av-product-card:hover .av-product-card__price-amount--sale{transform:scale(1.05);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.av-product-card:hover .av-product-card__price-container{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.av-product-card:hover .av-product-card__supplier span{color:#dc2626;transition:color .3s ease}.av-product-card__image img{opacity:0;animation:fadeInImage .6s ease forwards}@keyframes fadeInImage{to{opacity:1}}.av-product-display__item:nth-child(1){animation-delay:.1s}.av-product-display__item:nth-child(2){animation-delay:.2s}.av-product-display__item:nth-child(3){animation-delay:.3s}.av-product-display__item:nth-child(4){animation-delay:.4s}.av-product-display__item:nth-child(5){animation-delay:.5s}.av-product-display__item:nth-child(6){animation-delay:.6s}.av-product-display__item:nth-child(7){animation-delay:.7s}.av-product-display__item:nth-child(8){animation-delay:.8s}@keyframes slideInUp{to{opacity:1;transform:translateY(0)}}.av-product-card__supplier span:before,.av-product-card__supplier span:after{transition:all .3s ease}.av-product-card:hover .av-product-card__supplier span:before,.av-product-card:hover .av-product-card__supplier span:after{background:linear-gradient(90deg,transparent,#dc2626,transparent)}.av-product-card__price-container--sale{position:relative}@media (prefers-reduced-motion: reduce){.av-product-display__item{animation:none;opacity:1;transform:none}.av-product-card__supplier span:before,.av-product-card__supplier span:after,.av-product-card__action-text,.av-product-card__action-arrow{transition:none}}@media (prefers-contrast: high){.av-product-card{border:2px solid #000000;box-shadow:0 4px 20px #0000004d}.av-product-card__price-amount--sale{color:#000;font-weight:900;text-shadow:none}.av-product-card__supplier span{color:#000}.av-product-card__price-container{border:2px solid #000000}}@media (prefers-reduced-motion: reduce){.av-product-card,.av-product-card__image img,.av-product-card__price-amount--main,.av-product-card__price-amount--sale,.av-product-card__price-container,.av-product-card__supplier span,.av-product-card__action-text,.av-product-card__action-arrow{transition:none;animation:none}.av-product-card:hover,.av-product-card:hover .av-product-card__image img,.av-product-card:hover .av-product-card__price-amount--sale,.av-product-card:hover .av-product-card__price-container,.av-product-card:hover .av-product-card__action-text,.av-product-card:hover .av-product-card__action-arrow{transform:none}}@media print{.av-product-card{box-shadow:none;border:1px solid #000000;break-inside:avoid;margin-bottom:20px}.av-product-card__image{background:#fff}.av-product-card__price-container{background:#fff;border:1px solid #000000}}@media screen and (max-width: 1024px){.av-product-display__layout--with-filter{flex-direction:column;gap:24px}.av-product-display__filter{width:100%;margin-right:0;order:-1}.av-product-display__grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media screen and (max-width: 768px){.av-product-display__container{padding:0 16px}.av-product-display__filter{position:absolute!important;width:0!important;height:0!important;margin:0!important;padding:0!important;overflow:visible!important;visibility:hidden!important;pointer-events:none!important}.av-product-display__layout{display:block!important;gap:0!important}.av-product-display__layout--with-filter{gap:0!important}.av-product-display__main{width:100%!important;flex:none!important}.av-product-display__filter .av-filter__mobile-tab,.av-product-display__filter .av-filter__content,.av-product-display__filter .av-filter__mobile-overlay,.av-product-display__filter .av-filter__mobile-close{visibility:visible!important;pointer-events:auto!important}.av-product-display__filter .av-filter__mobile-tab{position:fixed!important;z-index:99999!important}.av-product-display__filter .av-filter__content{position:fixed!important;z-index:99998!important}.av-product-display__filter .av-filter__mobile-overlay{position:fixed!important;z-index:99997!important}.av-product-display__filter .av-filter__mobile-close{position:absolute!important;z-index:99999!important}.av-product-display__grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:2rem}}@media screen and (max-width: 480px){.av-product-display__grid{grid-template-columns:repeat(2,1fr);gap:12px}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/av-product-display.css.map */
