/* WooCommerce Styles */
.dp-products-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.product-item {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.product-item:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.product-thumb {
    position: relative;
    overflow: hidden;
}

.product-thumb img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.product-item:hover .product-thumb img {
    transform: scale(1.05);
}

.onsale {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #f15b26;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    z-index: 2;
}

.product-content {
    padding: 20px;
}

.product-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.product-title a {
    color: #333;
}

.product-title a:hover {
    color: #4cc2c0;
}

.product-price {
    font-size: 16px;
    font-weight: 700;
    color: #4cc2c0;
    margin-bottom: 15px;
}

.product-price del {
    color: #999;
    font-weight: 400;
    margin-right: 5px;
}

.product-price ins {
    text-decoration: none;
}

.star-rating {
    display: inline-block;
    width: 80px;
    height: 16px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><path fill="%23ddd" d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>') repeat-x;
    margin-bottom: 15px;
}

.star-rating span {
    display: block;
    height: 16px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><path fill="%23fcb03b" d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>') repeat-x;
}

.add-to-cart {
    display: inline-block;
}

.woocommerce-breadcrumb {
    margin-bottom: 20px;
    font-size: 14px;
}

.woocommerce-breadcrumb a {
    color: #4cc2c0;
}

.woocommerce-breadcrumb .delimiter {
    margin: 0 5px;
    color: #999;
}

.woocommerce-cart-form .shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.woocommerce-cart-form .shop_table th {
    background: #f5f5f5;
    padding: 15px;
    text-align: left;
    font-weight: 700;
    border-bottom: 2px solid #e5e5e5;
}

.woocommerce-cart-form .shop_table td {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
}

.product-remove a {
    color: #f15b26;
    font-size: 24px;
    text-decoration: none;
}

.product-thumbnail img {
    max-width: 80px;
    height: auto;
}

.coupon {
    display: inline-block;
    margin-right: 20px;
}

.coupon input {
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-right: 10px;
}

.cart-collaterals {
    margin-top: 30px;
}

.checkout .woocommerce-checkout {
    margin-top: 30px;
}

.checkout h3 {
    margin-bottom: 20px;
}

.woocommerce-checkout-review-order {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 4px;
}

.woocommerce-checkout-review-order table {
    width: 100%;
    margin-bottom: 20px;
}

.woocommerce-checkout-review-order table th,
.woocommerce-checkout-review-order table td {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.woocommerce-checkout-payment {
    margin-top: 20px;
}
