:root{--bodyBack: white;--textColor: #000000;--sectionBack: #ffffff;--starColor: orange}body{margin:0;padding:0}.container{width:100vw;max-width:1345px;margin:0 auto;height:auto;display:flex;flex-direction:column;justify-content:space-around;padding-top:60px;padding-bottom:60px}.products{width:100%;height:auto;display:flex;justify-content:flex-start;flex-wrap:wrap;gap:40px}.product{position:relative;background-color:var(--sectionBack);width:calc(25% - 30px);height:auto;box-shadow:0 5px 15px #0003;display:flex;flex-direction:column;justify-content:space-between;padding:15px 15px 30px;border-radius:10px;transition:.3s;align-items:center}.product:hover{transform:translateY(-15px);box-shadow:0 5px 10px #0003}.productImage{margin-bottom:12px}.image{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.image img{width:240px;height:auto}.namePrice{width:100%;display:flex;flex-direction:column;justify-content:flex-start}.productNameContainer{display:flex;flex-direction:column;justify-content:space-between;min-height:80px}.namePrice .sku{font-size:.8em;text-transform:capitalize;color:var(--textColor);font-weight:700;margin-bottom:5px}.namePrice .productName{color:var(--textColor);font-weight:700;font-size:1.1em;margin-bottom:10px}.lineDivisor{border:none;border-top:2px solid #b1b1b2;margin:10px 0 30px}.product-bottom{display:flex;justify-content:space-between;align-items:center;width:100%}.stars span{font-size:1em;color:var(--textColor);font-weight:700;align-self:flex-start}.product p{font-size:18px;line-height:25px}.product-cart{position:absolute;bottom:20px;right:20px}.product-cart button{width:50px;height:50px;border-radius:50%;border:none;background-color:#b1b1b2;color:#000;font-size:1.2em;cursor:pointer;transition:.3s;display:flex;align-items:center;justify-content:center}.product-cart button:hover{transform:scale(1.1);color:#fff;background-color:#a2ff7f}@media (max-width: 768px){.container{width:100vw;padding:30px 15px}.products{gap:20px;justify-content:space-between;padding:0 10px;align-items:center}.product{position:relative;width:calc(50% - 10px);padding:15px;box-sizing:border-box;min-height:320px;display:flex;flex-direction:column;justify-content:space-between}.image img{width:100%;max-width:140px;height:auto;margin:0 auto}.namePrice .sku{font-size:.5em}.namePrice .productName{font-size:.85em;line-height:1.2em;max-height:3.6em;overflow:hidden;text-overflow:ellipsis}.lineDivisor{margin:8px 0 20px}.product p{font-size:.85em;line-height:1.3em}.product-cart{position:static;margin-left:10px}.namePrice{flex:1;display:flex;flex-direction:column;justify-content:flex-start}.product-price{font-size:1em}.product-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.product-bottom .stars span{font-size:.7rem;font-weight:700;color:var(--textColor);margin:0}.product-cart{position:static;margin:0}.product-cart button{width:32px;height:32px;font-size:1rem;border-radius:50%}}.star-rating-container{display:flex;align-items:center;gap:4px;font-size:.75rem;color:#777;margin-bottom:4px;text-decoration:none}.star-rating{--star-size: 16px;--star-color: #FFD700;--star-background: #e0e0e0;display:inline-block;font-size:var(--star-size);font-family:Times;line-height:1;position:relative;letter-spacing:2px}.star-rating:before{content:"\2605\2605\2605\2605\2605";background:linear-gradient(90deg,var(--star-color) calc(var(--star-rating) / 5 * 100%),var(--star-background) calc(var(--star-rating) / 5 * 100%));-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 768px){.product .star-rating-container{min-height:20px;display:flex;align-items:center;font-size:.7rem!important;line-height:1!important}.product .star-rating{--star-size: 10px !important;font-size:var(--star-size)!important;line-height:1!important}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/custom-product-card.css.map */
