.woo-category-carousel-wrapper {
    width: 100% !important;
    position: relative !important;
    overflow: visible !important;
}

.woo-category-carousel-wrapper .wcc-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 30px !important;
}

.woo-category-carousel-wrapper .wcc-header-title {
    margin: 0 !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #333;
    width: 100% !important;
}

.woo-category-carousel-wrapper .wcc-footer {
    display: flex !important;
    justify-content: center !important;
    margin-top: 30px !important;
}

.woo-category-carousel-wrapper .wcc-view-more-btn {
    display: inline-block !important;
    padding: 12px 24px !important;
    background-color: #333 !important;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
    font-weight: 500 !important;
}

.woo-category-carousel-wrapper .wcc-view-more-btn:hover {
    background-color: #555 !important;
    transform: translateY(-2px) !important;
    text-decoration: none !important;
}

.woo-category-carousel-wrapper .wcc-carousel {
    position: relative !important;
    padding: 0 40px 20px 40px !important;
    overflow: hidden !important;
}

.woo-category-carousel-wrapper .wcc-carousel .swiper {
    overflow: hidden !important;
}

.woo-category-carousel-wrapper .wcc-carousel .swiper-wrapper {
    align-items: stretch !important;
}

.woo-category-carousel-wrapper .wcc-carousel .swiper-slide {
    height: auto !important;
    display: flex !important;
    flex-shrink: 0 !important;
}

.woo-category-carousel-wrapper .wcc-product-item {
    background: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    overflow: visible !important;
    transition: all 0.3s ease !important;
    height: 100% !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    z-index: 1 !important;
}

.woo-category-carousel-wrapper .wcc-product-item:hover {
    box-shadow: none !important;
    transform: none !important;
    z-index: 10 !important;
}

.woo-category-carousel-wrapper .wcc-product-link {
    text-decoration: none !important;
    color: inherit !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    width: 100% !important;
    overflow: visible !important;
}

.woo-category-carousel-wrapper .wcc-product-link:hover {
    text-decoration: none !important;
}

.woo-category-carousel-wrapper .wcc-product-link:hover .wcc-product-title {
    text-decoration: none !important;
}

.woo-category-carousel-wrapper .wcc-product-item a,
.woo-category-carousel-wrapper .wcc-product-item a:hover,
.woo-category-carousel-wrapper .wcc-product-item a:focus,
.woo-category-carousel-wrapper .wcc-product-item a:active {
    text-decoration: none !important;
}

.woo-category-carousel-wrapper .wcc-product-title,
.woo-category-carousel-wrapper .wcc-product-title:hover {
    text-decoration: none !important;
}

.woo-category-carousel-wrapper .wcc-product-image {
    position: relative !important;
    overflow: hidden !important;
    background: #f8f8f8 !important;
    aspect-ratio: 1 / 1 !important;
    width: 100% !important;
    flex-shrink: 0 !important;
    border-radius: 8px !important;
}

.woo-category-carousel-wrapper .wcc-product-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
}

.woo-category-carousel-wrapper .wcc-product-item:hover .wcc-product-image img {
    transform: scale(1.05) !important;
}

.woo-category-carousel-wrapper .wcc-product-title {
    font-size: 16px !important;
    font-weight: 500 !important;
    margin: 15px 15px 10px !important;
    color: #333 !important;
    line-height: 1.4 !important;
    min-height: 44px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
}

.wcc-product-price {
    padding: 0 15px 15px;
    margin-top: auto;
}

.woo-category-carousel-wrapper .wcc-product-info {
    padding: 10px 15px 15px !important;
    margin-top: auto !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.woo-category-carousel-wrapper .wcc-product-meta {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 10px !important;
}

.woo-category-carousel-wrapper .wcc-product-price {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000;
    padding: 0 !important;
}

.woo-category-carousel-wrapper .wcc-product-price .price {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000;
}

.woo-category-carousel-wrapper .wcc-product-price .price del {
    opacity: 0.6 !important;
    font-size: 14px !important;
    margin-right: 8px !important;
    color: #000;
}

.woo-category-carousel-wrapper .wcc-product-price .price ins {
    text-decoration: none !important;
    color: #000;
}

.woo-category-carousel-wrapper .wcc-product-price .woocommerce-Price-amount,
.woo-category-carousel-wrapper .wcc-product-price .amount {
    color: #000;
}

.woo-category-carousel-wrapper .wcc-product-weight {
    font-size: 14px !important;
    color: #e74c3c !important;
    font-weight: 500 !important;
    padding: 0 !important;
}

.woo-category-carousel-wrapper .wcc-product-size {
    font-size: 14px !important;
    color: #666 !important;
}

.woo-category-carousel-wrapper .wcc-add-to-cart-wrapper {
    position: relative !important;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.woo-category-carousel-wrapper .wcc-add-to-cart-btn {
    display: block !important;
    width: 100% !important;
    padding: 10px 15px !important;
    background-color: #333 !important;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none !important;
    border: none !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    box-shadow: none !important;
    line-height: normal !important;
    position: relative !important;
    overflow: hidden !important;
    transition: color 0.3s ease !important;
}

.woo-category-carousel-wrapper .wcc-add-to-cart-btn .wcc-btn-text {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
}

.woo-category-carousel-wrapper .wcc-add-to-cart-btn .wcc-btn-bg {
    position: absolute !important;
    top: -100% !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #555 !important;
    transition: top 0.3s ease !important;
    z-index: 1 !important;
}

.woo-category-carousel-wrapper .wcc-add-to-cart-btn:hover .wcc-btn-bg,
.woo-category-carousel-wrapper .wcc-add-to-cart-btn:focus .wcc-btn-bg,
.woo-category-carousel-wrapper .wcc-add-to-cart-btn:active .wcc-btn-bg {
    top: 0 !important;
}

.woo-category-carousel-wrapper .wcc-add-to-cart-btn:hover,
.woo-category-carousel-wrapper .wcc-add-to-cart-btn:focus,
.woo-category-carousel-wrapper .wcc-add-to-cart-btn:active {
    text-decoration: none !important;
    color: #fff !important;
    border: none !important;
    background-color: #333 !important;
}

/* WooCommerce added to cart message styles */
.woo-category-carousel-wrapper .wcc-add-to-cart-btn.added {
    background-color: #333 !important;
    color: #fff !important;
}

.woo-category-carousel-wrapper .wcc-add-to-cart-btn.added:hover {
    background-color: #555 !important;
}

/* View cart button after adding to cart */
.woo-category-carousel-wrapper .added_to_cart,
.woo-category-carousel-wrapper a.added_to_cart {
    display: block !important;
    width: 100% !important;
    margin-top: 5px !important;
    padding: 10px 15px !important;
    background-color: #333 !important;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none !important;
    border: none !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    box-shadow: none !important;
    line-height: normal !important;
}

.woo-category-carousel-wrapper .added_to_cart:hover,
.woo-category-carousel-wrapper a.added_to_cart:hover,
.woo-category-carousel-wrapper .added_to_cart:focus,
.woo-category-carousel-wrapper a.added_to_cart:focus {
    background-color: #555 !important;
    text-decoration: none !important;
    color: #fff !important;
    border: none !important;
}

/* Swiper Navigation */
.woo-category-carousel-wrapper .wcc-carousel .swiper-button-prev,
.woo-category-carousel-wrapper .wcc-carousel .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.woo-category-carousel-wrapper .wcc-carousel .swiper-button-prev:after,
.woo-category-carousel-wrapper .wcc-carousel .swiper-button-next:after {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #333 !important;
}

.woo-category-carousel-wrapper .wcc-carousel .swiper-button-prev {
    left: 0 !important;
}

.woo-category-carousel-wrapper .wcc-carousel .swiper-button-next {
    right: 0 !important;
}

.woo-category-carousel-wrapper .wcc-carousel .swiper-button-prev:hover,
.woo-category-carousel-wrapper .wcc-carousel .swiper-button-next:hover {
    background: #333 !important;
}

.woo-category-carousel-wrapper .wcc-carousel .swiper-button-prev:hover:after,
.woo-category-carousel-wrapper .wcc-carousel .swiper-button-next:hover:after {
    color: #fff !important;
}

/* Swiper Pagination */
.woo-category-carousel-wrapper .wcc-carousel .swiper-pagination {
    position: relative !important;
    margin-top: 20px !important;
}

.woo-category-carousel-wrapper .wcc-carousel .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #333 !important;
    opacity: 0.3 !important;
}

.woo-category-carousel-wrapper .wcc-carousel .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

/* Responsive */
@media (max-width: 1024px) {
    .woo-category-carousel-wrapper .wcc-header-title {
        font-size: 24px !important;
    }
    
    .woo-category-carousel-wrapper .wcc-carousel {
        padding: 0 30px !important;
    }
    
    .woo-category-carousel-wrapper .wcc-product-title {
        font-size: 15px !important;
        min-height: 42px !important;
    }
}

.woo-category-carousel-wrapper .wcc-no-products {
    text-align: center !important;
    padding: 40px 20px !important;
    color: #666 !important;
    font-size: 16px !important;
}

@media (max-width: 768px) {
    .woo-category-carousel-wrapper .wcc-header-title {
        font-size: 22px !important;
    }
    
    .woo-category-carousel-wrapper .wcc-carousel {
        padding: 0 25px !important;
    }
    
    .woo-category-carousel-wrapper .wcc-carousel .swiper-button-prev,
    .woo-category-carousel-wrapper .wcc-carousel .swiper-button-next {
        width: 35px !important;
        height: 35px !important;
    }
    
    .woo-category-carousel-wrapper .wcc-carousel .swiper-button-prev:after,
    .woo-category-carousel-wrapper .wcc-carousel .swiper-button-next:after {
        font-size: 16px !important;
    }
    
    .woo-category-carousel-wrapper .wcc-product-title {
        font-size: 14px !important;
        min-height: 40px !important;
        margin: 12px 12px 8px !important;
    }
    
    .woo-category-carousel-wrapper .wcc-product-info {
        padding: 8px 12px 12px !important;
    }
}

@media (max-width: 480px) {
    .woo-category-carousel-wrapper .wcc-carousel {
        padding: 0 20px !important;
    }
    
    .woo-category-carousel-wrapper .wcc-view-more-btn {
        padding: 10px 20px !important;
        font-size: 14px !important;
    }
    
    .woo-category-carousel-wrapper .wcc-product-title {
        font-size: 14px !important;
        min-height: 40px !important;
    }
}
