.product-grid{display:grid!important;grid-template-columns:repeat(3,1fr);gap:25px;padding:30px;width:100%;max-width:100%;margin:0 auto;list-style:none;justify-items:stretch;align-items:stretch}@media screen and (min-width: 1440px){.product-grid{grid-template-columns:repeat(4,1fr);gap:30px;padding:40px}}@media screen and (min-width: 1920px){.product-grid{grid-template-columns:repeat(4,1fr);max-width:1800px}}@media screen and (max-width: 749px){.product-grid{grid-template-columns:1fr!important;gap:20px;padding:15px}}.grid__item{width:100%;display:block;margin:0;padding:0;position:relative}.grid__item.scroll-trigger{width:100%;display:block}.simple-product-card{width:100%;max-width:none;min-height:480px;border:2px solid rgba(255,0,0,.1);border-radius:20px;overflow:visible;font-family:monospace,Courier New,Courier;background:#fff;background-image:none;box-shadow:0 10px 40px #00000026,0 5px 20px #ff000014,0 2px 8px #0000001f,inset 0 1px #ffffffe6;transition:all .4s cubic-bezier(.25,.8,.25,1);position:relative;display:flex;flex-direction:column;margin:0}@media screen and (min-width: 769px){.simple-product-card{background:linear-gradient(145deg,#fffffffa,#fcfcfc,#fffffffa);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%)}}.simple-product-card:hover{border-color:#f006;box-shadow:0 20px 60px #00000040,0 15px 40px #ff000026,0 5px 20px #0003,inset 0 1px #fff,0 0 80px #f003;transform:translateY(-8px) scale(1.02)}.simple-product-card.new-product{position:relative}.simple-product-card.new-product .simple-product-card__vendor:after{content:"NEW";display:inline-block;margin-left:8px;padding:2px 6px;background:red;color:#fff;font-size:.6rem;font-weight:700;border-radius:4px;vertical-align:middle}.simple-product-card__image-link{display:block;width:100%;height:360px;flex-shrink:0;overflow:hidden;background:linear-gradient(135deg,#f5f5f5,#fff);position:relative;border-radius:18px 18px 0 0;margin:0}.simple-product-card__image{width:100%;height:100%;object-fit:contain;object-position:center;display:block;transition:transform .5s cubic-bezier(.25,.8,.25,1)}.simple-product-card:hover .simple-product-card__image{transform:scale(1.05)}.simple-product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.simple-product-card__placeholder svg{width:50%;height:50%;opacity:.3}.simple-product-card__content{padding:16px 20px 20px;position:relative;background:linear-gradient(to bottom,#fff,#fafafa);border-radius:0 0 18px 18px;height:240px;flex:0 0 240px;display:flex;flex-direction:column;gap:8px;justify-content:space-between}.simple-product-card__title{margin:0;font-size:1.4rem;line-height:1.3;min-height:auto;max-height:2.6em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-transform:uppercase;letter-spacing:.3px;font-weight:700}.simple-product-card__link{color:#222;text-decoration:none;text-transform:uppercase;letter-spacing:.1em;transition:all .3s ease;font-weight:700;display:inline-block}.simple-product-card__link:hover{color:red}.simple-product-card__price-wrapper{display:flex;align-items:center;justify-content:flex-start;margin:0;padding:6px 0;border-top:1px solid rgba(0,0,0,.05)}.simple-product-card__price{font-weight:800;color:red;font-size:1.8rem;text-shadow:0 2px 4px rgba(255,0,0,.1);letter-spacing:-.5px}.simple-product-card__price--sale{color:#0f0;text-shadow:0 0 3px rgba(0,255,0,.3)}.simple-product-card__price--compare{color:#999;text-decoration:line-through;font-size:.9rem;margin-left:8px;text-shadow:none}.simple-product-card__add-to-cart{width:70%;margin:10px auto 0;display:flex;align-items:center;justify-content:center;padding:12px 20px;background:linear-gradient(135deg,#c00,red);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;cursor:pointer;transition:all .5s ease;box-shadow:5px 5px #000c;transform:skew(-10deg);position:relative;overflow:visible}.simple-product-card__add-to-cart:focus{outline:none}.simple-product-card__add-to-cart:hover{transition:.3s;background:linear-gradient(135deg,red,#f33);box-shadow:10px 10px #ffffff4d;transform:skew(-10deg) translateY(-2px)}.simple-product-card__add-to-cart .btn-text{transform:skew(10deg);display:inline-block;font-family:monospace,Courier New,Courier;font-size:150%!important}.simple-product-card__add-to-cart .arrow-container{width:20px;margin-left:15px;position:relative;top:2px;transition:.5s;transform:skew(10deg)}.simple-product-card__add-to-cart:hover .arrow-container{transition:.5s;margin-left:25px}.simple-product-card__add-to-cart .arrow-one{transition:.4s;transform:translate(-60%)}.simple-product-card__add-to-cart .arrow-two{transition:.5s;transform:translate(-30%)}.simple-product-card__add-to-cart:hover .arrow-three{animation:arrow_color_anim 1s infinite .2s}.simple-product-card__add-to-cart:hover .arrow-one{transform:translate(0);animation:arrow_color_anim 1s infinite .6s}.simple-product-card__add-to-cart:hover .arrow-two{transform:translate(0);animation:arrow_color_anim 1s infinite .4s}@keyframes arrow_color_anim{0%{fill:#fff}50%{fill:#fcc}to{fill:#fff}}.simple-product-card__add-to-cart:disabled{background:linear-gradient(135deg,#666,#999);cursor:not-allowed;opacity:.7;box-shadow:3px 3px #0000004d}.simple-product-card__add-to-cart:disabled:hover{transform:skew(-10deg);box-shadow:3px 3px #0000004d}@media screen and (min-width: 769px){.simple-product-card__add-to-cart{width:60%;font-size:.9rem;padding:11px 20px}.simple-product-card__add-to-cart .arrow-container{width:22px;margin-left:16px}}@media screen and (max-width: 768px){.simple-product-card__add-to-cart{width:70%;font-size:.85rem;padding:10px 16px;box-shadow:4px 4px #000c;transform:skew(-8deg)}.simple-product-card__add-to-cart:hover{box-shadow:6px 6px #ffffff4d}.simple-product-card__add-to-cart .btn-text{transform:skew(8deg);letter-spacing:.5px}.simple-product-card__add-to-cart .arrow-container{width:18px;margin-left:10px}.simple-product-card__add-to-cart:hover .arrow-container{margin-left:15px}}@media screen and (max-width: 480px){.simple-product-card__add-to-cart{width:80%;font-size:.75rem;padding:8px 12px;box-shadow:3px 3px #000c;transform:skew(-5deg);letter-spacing:.4px}.simple-product-card__add-to-cart .btn-text{transform:skew(5deg)}.simple-product-card__add-to-cart .arrow-container{width:15px;margin-left:8px;top:1px}.simple-product-card__add-to-cart:hover .arrow-container{margin-left:12px}.simple-product-card__add-to-cart:hover{box-shadow:4px 4px #ffffff4d}}@media screen and (max-width: 375px){.simple-product-card__add-to-cart{width:85%;font-size:.7rem;padding:7px 10px}.simple-product-card__add-to-cart .arrow-container svg{width:35px;height:14px}}@media screen and (min-width: 1440px){.simple-product-card__add-to-cart{width:60%;font-size:1.1rem;padding:16px 28px}.simple-product-card__add-to-cart .arrow-container{width:26px;margin-left:25px}}@media (hover: none) and (pointer: coarse){.simple-product-card__add-to-cart:hover .arrow-one,.simple-product-card__add-to-cart:hover .arrow-two,.simple-product-card__add-to-cart:hover .arrow-three{animation:none}.simple-product-card__add-to-cart:active{background:linear-gradient(135deg,red,#f33);box-shadow:8px 8px #ffffff4d;transform:skew(-10deg) translateY(-1px)}}.simple-product-card__badge{position:absolute;top:10px;left:10px;background:red;color:#fff;padding:5px 10px;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;border-radius:4px;animation:pulse 10s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.simple-product-card:before{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;background:linear-gradient(45deg,red,#f0f,#0f0,#0ff,#00f,#f0f,red);background-size:400% 400%;border-radius:22px;opacity:0;transition:opacity .3s ease;animation:gradient-shift 3s ease infinite}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.simple-product-card:hover:before{opacity:.8}@media screen and (max-width: 1024px){.product-grid{grid-template-columns:repeat(2,1fr);gap:20px;padding:20px}.simple-product-card{min-height:420px}.simple-product-card__image-link{height:315px}.simple-product-card__content{padding:15px 18px;height:210px;flex:0 0 210px}.simple-product-card__title{font-size:1.3rem}.simple-product-card__price{font-size:1.6rem}}@media screen and (max-width: 600px){.product-grid{grid-template-columns:1fr;gap:40px;padding:12px}.simple-product-card{height:500px;border-radius:12px;background:#fff!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.simple-product-card:before{display:none}.simple-product-card__image-link{height:300px}.simple-product-card__content{padding:13px 18px;height:200px;flex:0 0 200px}.simple-product-card__title{font-size:1.25rem}.simple-product-card__price{font-size:1.6rem}.simple-product-card:hover{transform:translateY(-2px)}}@media screen and (max-width: 375px){.product-grid{gap:10px;padding:10px}.simple-product-card__content{padding:10px 13px}.simple-product-card__title{font-size:1.15rem}.simple-product-card__price{font-size:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-related-products.css.map */
