.woocommerce-product-widget{margin:20px 0;padding:20px}.woocommerce-product-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-start}.woocommerce-product-row{display:flex;width:100%;gap:20px;margin-bottom:20px}.woocommerce-product-item{box-sizing:border-box;flex:0 0 calc((100% - (20px * (var(--products-per-row) - 1))) / var(--products-per-row));background:#fff;overflow:hidden;transition:transform 0.3s ease;position:relative}.woocommerce-product-item:hover{transform:translateY(-5px)}.woocommerce-product-item-link{text-decoration:none;color:inherit;display:block}.woocommerce-product-item img{width:100%;height:250px;object-fit:cover;display:block;border:1px solid #3333}.woocommerce-product-item-content{padding:20px;position:relative;background:#fff;border-radius:16px;margin-top:-40px;margin-left:15px;margin-right:15px;margin-bottom:15px;box-shadow:0 5px 5px 0 rgb(0 0 0 / .2);text-align:left;border:1px solid #3333}.woocommerce-product-item .onsale{position:absolute}.woocommerce-product-item h3{font-size:18px;font-weight:600;margin-bottom:10px;color:#333;font-family:var(--title-font-family,'default');font-size:var(--title-font-size,18px);font-weight:var(--title-font-weight,600);color:var(--title-color,#333)}.woocommerce-product-item .price{font-size:24px;font-weight:700;color:#333;margin-bottom:15px;font-family:var(--price-font-family,'default');font-size:var(--price-font-size,24px);font-weight:var(--price-font-weight,700);color:var(--price-color,#333)}.read-more-btn{background:#7ac751;color:#fff;padding:8px 20px;border-radius:25px;text-decoration:none;display:inline-block;font-size:14px;transition:background 0.3s ease}.read-more-btn:hover{background:#68b042}@media (max-width:768px){.woocommerce-product-item{flex:0 0 calc(50% - 20px)}.woocommerce-product-row{flex-wrap:wrap}}@media (max-width:480px){.woocommerce-product-item{flex:0 0 100%}}