.products-wrapper{margin-bottom:120px;--gap: 1rem}.products-wrapper a{text-decoration:none}.products-wrapper .product-container{max-width:1100px;width:100%;display:block;margin:0 auto;position:relative}.products-wrapper .section-title{text-align:center;margin:8rem 0 5rem}.products-wrapper .section-logo{max-width:330px}.products-wrapper .product-list{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;row-gap:8rem}.products-wrapper .product{width:100%;display:flex;flex-direction:column;gap:var(--gap)}.products-wrapper .product.scroll-trigger.animate--slide-in{--animation-translate-x: -30px;--animation-translate-y: 0}.products-wrapper .product.scroll-trigger.animate--slide-in{animation-delay:calc(var(--animation-order, 0) * .16s)!important}.products-wrapper .product-link{width:100%;display:flex;flex-direction:column;gap:var(--gap);transition:opacity .3s ease}.products-wrapper .product-link:hover{opacity:.7}.products-wrapper .product-img{overflow:hidden;position:relative;cursor:pointer;width:100%;aspect-ratio:var(--aspect-rto)}.products-wrapper .product-img img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:transform .5s ease,opacity 2s ease;animation-duration:17s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;will-change:opacity,transform}.products-wrapper .product-img .img-1{animation-name:switchImage1;transform:scale(1.4)}.products-wrapper .product-img .img-2{animation-name:switchImage2}.products-wrapper .name-price{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;gap:.5rem}.products-wrapper .name-price h3,.products-wrapper .name-price h4{margin:0}.products-wrapper .name-price .name{font-size:var(--font-size-mid)!important;font-weight:500!important;color:var(--color-wht);background-color:var(--color-red);border-radius:var(--border-rds);width:fit-content;padding:.5rem 1rem}.products-wrapper .name-price .price{font-size:var(--font-size-mid)!important}.products-wrapper .name-price .tax-included{display:none}.products-wrapper .contents-meta{color:var(--color-blk);font-size:var(--font-size-sml)}.products-wrapper .product-form{margin-top:auto}.products-wrapper .add-to-cart{font-size:var(--font-size-mid);width:100%;padding:2rem;border:2px solid #000;border-radius:50px;background:var(--color-wht);cursor:pointer;color:var(--color-blk);transition:all .3s ease;position:relative}.products-wrapper .add-to-cart img{width:26px;position:absolute;top:50%;right:10%;transform:translateY(-50%);transition:all .3s ease}.products-wrapper .add-to-cart:not(:disabled):hover{background:var(--color-ylw);border:2px solid var(--color-ylw);color:var(--color-wht)}.products-wrapper .add-to-cart:not(:disabled):hover img{filter:brightness(0) invert(1)}.products-wrapper .add-to-cart:disabled{background:#f5f5f5;color:#aaa;border:2px solid #ddd;cursor:not-allowed;box-shadow:none;transform:none}@keyframes switchImage1{0%{opacity:1}40%{opacity:1}50%{opacity:0}90%{opacity:0}to{opacity:1}}@keyframes switchImage2{0%{opacity:0}40%{opacity:0}50%{opacity:1}90%{opacity:1}to{opacity:0}}@media (max-width: 1210px){.products-wrapper{--gap: .8rem}.products-wrapper .product-list{grid-template-columns:repeat(2,1fr);gap:1.5rem;row-gap:5rem}.products-wrapper .section-title{text-align:center;margin:2rem 0}.products-wrapper .product-img img{aspect-ratio:1 / 1}.products-wrapper .name-price .name{font-size:1.3rem}.products-wrapper .name-price .price{font-size:1.2rem}.products-wrapper .name-price .tax-included{display:inline}.products-wrapper .add-to-cart{font-size:var(--font-size-mid);padding:1.7rem}.products-wrapper .add-to-cart img{width:23px}}@media (max-width: 770px){.products-wrapper .product-list{grid-template-columns:repeat(1,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/custom-products.css.map */
