#image-group-component-36ab75db-7b95-49b6-b6c9-4df448d17761{
  padding: 40px 0px !important;
}
.custom-zid-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #111;
}

/* product cart */

.product-card {
    background-color: #ffffff !important;
    border: 1px solid #c8b18b !important;
    padding: 12px !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.product-card:hover {
    box-shadow: 0 8px 16px rgba(0,0,0,0.08) !important;
    transform: translateY(-3px) !important;
}


.product-card .img-wrapper {
    background-color: #fbfbfb !important;
    border-radius: 6px !important;
    margin-bottom: 15px !important;
    overflow: hidden !important;
}

.product-card .product-image {
    object-fit: contain !important;
    transition: transform 0.4s ease !important;
}

.product-card:hover .product-image {
    transform: scale(1.05) !important;
}

.title-price-rating {
    align-items: flex-start !important;
    width: 100% !important;
}

.title-warpper {
    margin-bottom: 8px !important;
}

.product-title {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    text-align: left !important;
}

.product-price {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #000000 !important; 
    margin-bottom: 10px !important;
}


.add-to-cart-warpper {
    margin-top: auto !important;
    width: 100% !important;
}


.add-to-cart-warpper add-to-cart,
.add-to-cart-warpper add-to-cart::part(button),
.add-to-cart-warpper button {
    background-color: #ffffff !important; 
    color: #000000 !important; 
    border: 1px solid #c8b18b !important; 
    border-radius: 4px !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 10px 0 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    box-shadow: none !important; 
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.add-to-cart-warpper add-to-cart:hover,
.add-to-cart-warpper add-to-cart::part(button):hover,
.add-to-cart-warpper button:hover {
    background-color: #faf7f2 !important; 
    border-color: #a88e63 !important;
}
}
button.outlined, a.outlined {
  border: none !important;
}