.shopContainer{background-color:transparent;display:flex;justify-content:space-around;align-items:first baseline;margin:0;flex-wrap:wrap;box-sizing:border-box;width:100%}.description-holder{height:120px;font-size:15px;font-weight:400}.product-card{width:calc((100% - 120px)/2);background:white;margin:10px;border-radius:0;position:relative;text-align:left;box-sizing:border-box}.product-card .price{color:#666;font-size:14px;font-weight:300;text-align:left}.product-carousel-container{position:relative;width:100%;overflow:hidden;border-radius:0;margin-bottom:15px;aspect-ration:1/1;box-sizing:border-box}.carousel{display:flex;transition:transform .4s ease-in-out;aspect-ratio:1/1}.carousel video,.carousel img{border-radius:0;aspect-ratio:1/1;height:100%}button{cursor:pointer;margin-top:10px;border-radius:0}.buy-btn{width:100%;margin-top:10px}.prev,.next{position:absolute;top:50%;transform:translateY(-50%);color:white;border:0;padding:0;height:40px;width:40px;cursor:pointer;background-color:rgba(0,0,0,.5);display:none;border-radius:50%}.prev:hover,.next:hover{background-color:rgba(0,0,0,.7)}.prev{left:10px}.next{right:10px}.prevbutton{background:url(/simpleleft.png) center center no-repeat;background-size:cover;height:18px;width:18px;margin-left:9px}.nextbutton{background:url(/simpleright.png) center center no-repeat;background-size:cover;height:18px;width:18px;margin-left:11px}.product-carousel-container:hover .prev,.product-carousel-container:hover .next{display:block}.carousel-indicators{display:flex;justify-content:center;position:absolute;bottom:10px;width:100%}.carousel-indicators div{width:10px;height:10px;margin:0 3px;background-color:transparent;border-radius:50%;opacity:.9;transition:opacity .3s,background-color .3s;border:solid 1px #fff}.carousel-indicators div.active{background-color:#fff;opacity:1}.quote-stars{background:url(/5stars.png) center center no-repeat;aspect-ratio:300/46;width:150px;height:23px;margin-bottom:5px;background-size:cover}@media all and (max-width:1120px){.product-card{width:calc((100% - 60px)/2)}}@media all and (max-width:868px){.product-card{width:calc((100vw - 70px)/2)}.shopContainer{padding:0;gap:5px}.pageContainer{padding:10px}.product-card .carousel img{width:calc((100vw - 70px)/2);height:calc((100vw - 70px)/2)}}@media all and (max-width:722px){.product-card{width:calc(100vw - 40px)}.shopContainer{padding:0;gap:20px}.pageContainer{padding:10px}.product-carousel-container:hover .prev,.product-carousel-container:hover .next{display:none}.product-card .carousel img{width:calc(100vw - 40px);height:calc(100vw - 40px)}}