.product-grid{padding:calc(var(--section-padding-top, 36px) * 1px) 0 calc(var(--section-padding-bottom, 36px) * 1px)}.product-grid__header{text-align:center;margin-bottom:3rem}.product-grid__heading{margin-bottom:1rem;color:rgb(var(--color-foreground))}.product-grid__subheading{font-size:1.125rem;color:rgba(var(--color-foreground),.75);max-width:60rem;margin:0 auto;line-height:1.6}.product-grid__items{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.product-grid__item{margin-bottom:50px}.product-grid__item:hover{margin-bottom:0;border:1px solid #000000}.product-grid__item:hover .product-card__button{display:block}.pdv{padding:4px 0 0;margin:0;background:#eaeaea;width:44px;height:auto;line-height:40px;border-radius:90px}@media screen and (min-width: 750px){.product-grid__items{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 990px){.product-grid__items{grid-template-columns:repeat(4,1fr);gap:2.5rem}}.product-grid__item{position:relative}.product-card{background:transparent;border:none;border-radius:0;overflow:hidden;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(var(--color-foreground),.1);border-color:transparent}.product-card__image-wrapper{position:relative;padding:2rem;text-align:center}.product-card__image{width:100%;max-width:200px;height:auto;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__badge{position:absolute;top:1rem;right:1rem;padding:.25rem .75rem;border-radius:2rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.product-card__badge--new{background:#4caf50;color:#fff}.product-card__badge--sale{background:#f44336;color:#fff}.product-card__badge--bestseller{background:#ff9800;color:#fff}.product-card__content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.product-card__title{margin-bottom:.5rem;color:#000;line-height:1.3;font-weight:600}.product-card__title-link{color:inherit;text-decoration:none;transition:color .3s ease}.product-card__title-link:hover{color:rgb(var(--color-accent-1))}.product-card__description{font-size:.875rem;color:rgba(var(--color-foreground),.7);margin-bottom:1rem;line-height:1.5;flex-grow:1}.product-card__rating{margin-bottom:1rem}.rating{display:flex;align-items:center;gap:.25rem}.rating__star{color:#ddd;transition:color .2s ease}.rating__star--filled{color:#ffc107}.rating__count{font-size:.75rem;color:rgba(var(--color-foreground),.6);margin-left:.5rem}.product-card__price{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap;color:#000;justify-content:space-between}.product-card__price-current{font-size:1.25rem;font-weight:700;color:#000}.product-card__price .price__regular .price-item--regular{color:#000;font-size:2.4rem;font-weight:600}.product-card__price-compare{font-size:1rem;color:rgba(var(--color-foreground),.5);text-decoration:line-through}.product-card__discount{background:#e8f5e8;color:#2e7d32;padding:.125rem .5rem;border-radius:1rem;font-size:.75rem;font-weight:600}.product-card__button{margin-top:auto;display:none;background:#000;color:#fff;text-align:center}.product-card__add-to-cart{width:100%;transition:all .3s ease}.product-card__add-to-cart:hover{transform:translateY(-2px)}.product-grid__view-all{text-align:center;margin-top:2rem}.color-background-1{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.color-background-2{background-color:rgb(var(--color-background-2));color:rgb(var(--color-foreground))}.color-accent-1{background-color:rgb(var(--color-accent-1));color:rgb(var(--color-accent-1-text))}.color-accent-2{background-color:rgb(var(--color-accent-2));color:rgb(var(--color-accent-2-text))}.color-inverse{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.color-inverse .product-card{background:rgba(var(--color-background),.1);border-color:rgba(var(--color-background),.2)}.color-inverse .product-card:hover{background:rgba(var(--color-background),.15);border-color:rgba(var(--color-background),.3)}@media screen and (max-width: 749px){.product-grid__items{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.product-card__content{padding:1.25rem}.product-card__image-wrapper{padding:1.5rem}.product-grid__header{margin-bottom:2rem}.product-grid__heading{font-size:2rem}}@media screen and (max-width: 480px){.product-grid__items{grid-template-columns:1fr}.product-card{border-radius:1rem}.product-card__content,.product-card__image-wrapper{padding:1rem}}.product-card.loading{opacity:.7;pointer-events:none}.product-card.loading .product-card__add-to-cart{position:relative}.product-card.loading .product-card__add-to-cart:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.animate-on-scroll.animated{opacity:1;transform:translateY(0)}.product-grid__item:nth-child(1){animation-delay:.1s}.product-grid__item:nth-child(2){animation-delay:.2s}.product-grid__item:nth-child(3){animation-delay:.3s}.product-grid__item:nth-child(4){animation-delay:.4s}@media (hover: hover){.product-card__add-to-cart:hover{background:rgb(var(--color-accent-1));border-color:rgb(var(--color-accent-1))}}.product-card__add-to-cart:focus-visible{outline:2px solid rgb(var(--color-accent-1));outline-offset:2px}.product-card__title-link:focus-visible{outline:2px solid rgb(var(--color-accent-1));outline-offset:2px;border-radius:.25rem}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-product-grid.css.map */
