.woo-product-slider-wrapper-cc681952 {
    position: relative;
    width: 100%;
    padding: 20px 0;
}
.woo-slider-container-cc681952 {
    padding-bottom: 45px !important; /* Space for pagination dots below product cards */
}
.product-card-cc681952 {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.product-card-cc681952:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.product-image-container-cc681952 {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.product-image-container-cc681952 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.product-card-cc681952:hover .product-image-container-cc681952 img {
    transform: scale(1.05);
}
.sale-badge-cc681952 {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #000;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    z-index: 2;
}
.wishlist-icon-cc681952 {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 2;
    cursor: pointer;
}
.product-info-cc681952 {
    padding-top: 15px;
    text-align: center;
}
.product-title-cc681952 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
.product-title-cc681952 a {
    text-decoration: none;
}
.product-price-cc681952 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-price-cc681952 del {
    font-size: 14px;
    margin-left: 5px;
}
.color-swatches-cc681952 {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 12px;
}
.swatch-dot-cc681952 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #ccc;
    cursor: pointer;
}
.feature-icons-cc681952 {
    display: flex;
    justify-content: center;
    gap: 15px;
    font-size: 12px;
    margin-bottom: 15px;
}
.add-to-cart-btn-cc681952 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px;
    background: #c08a4e;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    transition: background 0.3s;
}
.add-to-cart-btn-cc681952:hover {
    background: #a3723b;
}
.footer-button-container-cc681952 {
    text-align: center;
    margin-top: 25px;
}
.view-more-btn-cc681952 {
    display: inline-block;
    padding: 12px 30px;
    background: #333;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
}
.view-more-btn-cc681952:hover {
    background: #000;
}

/* Pagination container overrides to keep below content */
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 5px !important;
}

/* Equal Button Positions layout */
.equal-buttons-yes .woo-slider-container-cc681952 .swiper-wrapper {
    display: flex !important;
    align-items: stretch !important;
}
.equal-buttons-yes .woo-slider-container-cc681952 .swiper-slide {
    height: auto !important;
    display: flex !important;
}
.equal-buttons-yes .product-card-cc681952 {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    width: 100% !important;
}
.equal-buttons-yes .product-info-cc681952 {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}
.equal-buttons-yes .add-to-cart-wrapper-cc681952 {
    margin-top: auto !important;
    width: 100% !important;
}
