.ProductCard-module__aoKufG__gridWrapper{--display-style:grid;--wrapper-gap:30px;--img-height:350px;--img-width:280px;--card-padding:2rem;--display-gap:20px;--gap:2rem;padding:0 2rem}.ProductCard-module__aoKufG__listWrapper{--display-style:flex;--wrapper-gap:20px;--img-height:300px;--img-width:300px;--card-padding:1rem;--display-gap:20px}.ProductCard-module__aoKufG__products{display:var(--display-style);grid-template-columns:repeat(auto-fit,minmax(calc(var(--img-width) + (1.2*var(--card-padding))),1fr));gap:var(--gap);flex-direction:column;justify-content:space-between;width:100%}.ProductCard-module__aoKufG__cardWrapper{flex:1;height:100%}.ProductCard-module__aoKufG__cardWrapper a{background-color:var(--bg-card);border:1px solid var(--border-strong);border-radius:3px;width:100%;height:100%;padding:1rem;transition:all .2s ease-out;position:relative;top:0;left:0;box-shadow:0 8px 24px #959da533}.ProductCard-module__aoKufG__cardWrapper a:hover{transform:scale(1.02)}.ProductCard-module__aoKufG__cardWrapper a:before{content:"";z-index:-2;opacity:0;border-radius:3px;width:100%;height:100%;transition:all .2s ease-out;position:absolute;top:0;left:0;box-shadow:inset 0 1px 1px #ffffff1a,0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d}.ProductCard-module__aoKufG__cardWrapper a:hover:before{opacity:1}.ProductCard-module__aoKufG__card{flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.ProductCard-module__aoKufG__gridWrapper .ProductCard-module__aoKufG__card{width:var(--img-width)}.ProductCard-module__aoKufG__imgWrapper{height:var(--img-height);width:var(--img-width);position:relative;top:0;left:0}.ProductCard-module__aoKufG__imgWrapper img{-o-object-fit:contain;object-fit:contain}.ProductCard-module__aoKufG__featImg{filter:drop-shadow(1px 1px 5px #00000073);width:auto;height:100%}.ProductCard-module__aoKufG__cardWrapper a{padding:var(--card-padding);flex-direction:column;justify-content:center;align-items:center;display:flex}.ProductCard-module__aoKufG__price{font-weight:700}.ProductCard-module__aoKufG__outOfStock{color:var(--text-accent)}.ProductCard-module__aoKufG__addButton{z-index:3;position:absolute;bottom:calc(5% + 5px);right:calc(5% + 12px)}.ProductCard-module__aoKufG__addButton:after{content:"Add to Cart";background-color:var(--accent-danger-hover);width:max-content;color:var(--text-secondary);border-radius:3px;padding:3px 5px;font-size:1rem;display:none;position:absolute;top:-35px;right:-36px}.ProductCard-module__aoKufG__addButton img{transition:all .25s}.ProductCard-module__aoKufG__addButton:hover:after{animation:.15s ease-out forwards ProductCard-module__aoKufG__fade-in;display:block}.ProductCard-module__aoKufG__addButton:hover img{transform:scale(1.3)}.ProductCard-module__aoKufG__addButton:active img{transform:scale(.8)}.ProductCard-module__aoKufG__text{width:100%;color:var(--text-primary);flex-direction:column;justify-content:start;align-items:start;font-size:1rem;display:flex}.ProductCard-module__aoKufG__title{color:var(---text-primary);font-size:1.2rem;font-weight:700}.ProductCard-module__aoKufG__subtitle{color:var(---text-secondary);font-size:1.1rem}.ProductCard-module__aoKufG__meta{flex-direction:row;justify-content:space-between;width:100%;display:flex}.ProductCard-module__aoKufG__description{flex-direction:column;justify-content:space-evenly;align-items:stretch;gap:1rem;height:100%;display:flex}.ProductCard-module__aoKufG__buyWrapper{justify-content:center;align-items:center;margin:0 auto;display:flex}.ProductCard-module__aoKufG__buy{background-color:var(--accent-danger);color:#fff;border-radius:2px;margin:1rem auto 0;padding:.5rem 2.5rem;font-size:2rem;font-weight:700;position:relative;top:0;left:0;overflow:hidden;box-shadow:0 1px 3px #0003}.ProductCard-module__aoKufG__arrowWrapper{width:20px;height:100%;position:absolute;top:0;bottom:auto;right:-20px}.ProductCard-module__aoKufG__arrowWrapper img{filter:invert()}.ProductCard-module__aoKufG__buy p,.ProductCard-module__aoKufG__buy .ProductCard-module__aoKufG__arrowWrapper{transition:all .15s ease-in}.ProductCard-module__aoKufG__buy:hover p,.ProductCard-module__aoKufG__buy:hover .ProductCard-module__aoKufG__arrowWrapper{transform:translate(-25px)}.ProductCard-module__aoKufG__featureWrapper{--display-style:grid;--wrapper-gap:15px;--img-height:600px;--img-width:480px;--card-padding:0;--display-gap:20px}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__products{grid-template-columns:1fr}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__cardWrapper{width:auto;height:unset;margin:2rem}.ProductCard-module__aoKufG__featureWrapper a{padding:none;background-color:#0000;border:none}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__card{background-color:var(--bg-card);border:1px solid var(--border-strong);border-radius:5px;flex-direction:row;gap:3rem;width:100%;padding:3rem 10%;display:flex}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__logoWrapper{width:100%;height:100%;position:absolute;top:0;left:0}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__logoWrapper img{-o-object-fit:contain;object-fit:contain;opacity:.25;width:100%;height:100%}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__text{z-index:5;flex-direction:column;order:-1;justify-content:space-between;height:100%;display:flex;position:relative;top:0;left:0}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__title{text-align:left;font-size:3.4rem}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__subtitle{font-size:2.8rem}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__text{justify-content:space-between;font-size:1.8rem}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__addButton{bottom:3%;right:calc(5% + 25px)}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__cardWrapper a:before,.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__imgWrapper{background-color:#0000}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__cardWrapper a:hover{transform:none}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__cardWrapper a{width:auto;margin:unset}@keyframes ProductCard-module__aoKufG__fade-in{0%{opacity:0}to{opacity:1}}.ProductCard-module__aoKufG__skeletonWrapper{flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:5px;display:flex}.ProductCard-module__aoKufG__skeletonImage{height:var(--img-height);width:var(--img-width);background-color:var(--bg-card)}.ProductCard-module__aoKufG__skeletonText{width:var(--img-width);flex-direction:column;gap:5px;display:flex}.ProductCard-module__aoKufG__skeletonTitle{background-color:var(--bg-card);border-radius:5px;width:100%;height:1.1rem}.ProductCard-module__aoKufG__skeletonMeta{flex-direction:row;justify-content:space-between;gap:5px;width:100%;display:flex}.ProductCard-module__aoKufG__skeletonPrice{background-color:var(--bg-card);border-radius:5px;width:45%;height:1.1rem}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__skeletonPrice,.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__skeletonMeta,.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__skeletonTitle,.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__skeletonText{display:none}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__skeletonWrapper{height:calc(var(--img-height) + 6rem);border-radius:5px;padding:2rem}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__skeletonImage{background-color:var(--text-muted);width:100%;height:100%}@media (max-width:1700px){.ProductCard-module__aoKufG__featureWrapper{--img-height:520px;--img-width:415px}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__title{text-align:left;font-size:3rem}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__subtitle{font-size:2.4rem}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__text,.ProductCard-module__aoKufG__buy{font-size:1.6rem}}@media (max-width:1400px){.ProductCard-module__aoKufG__featureWrapper{--img-height:500px;--img-width:380px}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__card{gap:2rem;padding:2rem 3%}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__title{text-align:left;font-size:2.8rem}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__subtitle{font-size:2.2rem}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__text,.ProductCard-module__aoKufG__buy{font-size:1.4rem}}@media (max-width:1200px){.ProductCard-module__aoKufG__featureWrapper{--img-height:400px;--img-width:300px}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__card{gap:1.5rem;padding:1.5rem}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__title{text-align:left;font-size:2.4rem}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__subtitle{font-size:2rem}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__text,.ProductCard-module__aoKufG__buy{font-size:1.2rem}}@media (max-width:950px){.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__description{display:none}}@media (max-width:850px){.ProductCard-module__aoKufG__gridWrapper{--img-height:245px;--img-width:180px;--card-padding:1.5rem;--gap:1.5rem}.ProductCard-module__aoKufG__featureWrapper{--img-height:400px;--img-width:300px}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__text{display:none}}@media (max-width:600px){.ProductCard-module__aoKufG__gridWrapper .ProductCard-module__aoKufG__products{grid-template-columns:1fr}.ProductCard-module__aoKufG__cardWrapper{flex-shrink:0;width:max-content;margin:0 auto}.ProductCard-module__aoKufG__gridWrapper{--img-height:315px;--img-width:250px;padding:0 2rem}.ProductCard-module__aoKufG__featureWrapper{--img-height:315px;--img-width:250px}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__logoWrapper{overflow:hidden}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__logoWrapper img{transform:scale(1.3)}}@media (max-width:768px){.ProductCard-module__aoKufG__featureOrigin{margin:2rem 0}}@media (max-width:400px){.ProductCard-module__aoKufG__gridWrapper,.ProductCard-module__aoKufG__featureWrapper{--img-height:285px;--img-width:220px}}
