/* Premium WooCommerce Product Carousel Styling */

.pwc-844e3132-carousel-wrapper {
    position: relative;
    width: 100%;
}

.pwc-844e3132-swiper {
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 10px 0;
}

.pwc-844e3132-card {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.06);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100%;
    position: relative;
}

.pwc-844e3132-hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.pwc-844e3132-equal-height {
    display: flex;
    flex-direction: column;
}

.pwc-844e3132-image-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background-color: #f5f5f7;
}

.pwc-844e3132-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.pwc-844e3132-card:hover .pwc-844e3132-img {
    transform: scale(1.06);
}

/* Sale Badge */
.pwc-844e3132-sale-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #e30000;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 12px;
    z-index: 5;
    letter-spacing: 0.5px;
}

/* Wishlist Trigger Integration styling */
.pwc-844e3132-wishlist-fallback,
.pwc-844e3132-image-wrap .yith-wcwl-add-to-wishlist,
.pwc-844e3132-image-wrap .tinv-wraper {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    z-index: 10;
}

.pwc-844e3132-wishlist-fallback {
    background: rgba(255, 255, 255, 0.85);
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: background 0.3s, transform 0.3s;
    color: #1d1d1f;
}

.pwc-844e3132-wishlist-fallback:hover {
    background: #ffffff;
    transform: scale(1.08);
}

.pwc-844e3132-wishlist-fallback.active svg {
    fill: #e30000;
    stroke: #e30000;
}

/* Card Content details */
.pwc-844e3132-card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.pwc-844e3132-category {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #86868b;
    margin-bottom: 6px;
    font-weight: 600;
}

.pwc-844e3132-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: 1.35;
}

.pwc-844e3132-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

.pwc-844e3132-title a:hover {
    color: #0071e3;
}

.pwc-844e3132-rating {
    margin-bottom: 10px;
}

.pwc-844e3132-rating .star-rating {
    font-size: 12px;
    width: 5.4em;
}

.pwc-844e3132-desc {
    font-size: 13px;
    color: #515154;
    line-height: 1.5;
    margin-bottom: 15px;
}

/* Footer Action */
.pwc-844e3132-footer-action {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid rgba(0,0,0,0.05);
    padding-top: 15px;
}

.pwc-844e3132-price {
    font-size: 16px;
    font-weight: 600;
    color: #1d1d1f;
}

.pwc-844e3132-price del {
    color: #86868b;
    font-size: 13px;
    margin-right: 6px;
    font-weight: 400;
}

.pwc-844e3132-price ins {
    text-decoration: none;
    color: #e30000;
}

/* Button & Woo Add to Cart */
.pwc-844e3132-cart-wrap .button {
    background-color: #0071e3 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    border: none !important;
    transition: background-color 0.3s, transform 0.2s !important;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.pwc-844e3132-cart-wrap .button:hover {
    background-color: #005bb5 !important;
}

.pwc-844e3132-cart-wrap .button.loading {
    opacity: 0.7;
}

/* Swiper navigation & paginations */
.pwc-844e3132-nav {
    color: #1d1d1f !important;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 50%;
    width: 44px !important;
    height: 44px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: background-color 0.3s, color 0.3s, transform 0.2s;
}

.pwc-844e3132-nav:hover {
    background: #1d1d1f;
    color: #ffffff !important;
    transform: scale(1.05);
}

.pwc-844e3132-nav::after {
    font-size: 16px !important;
    font-weight: bold;
}

.pwc-844e3132-pagination {
    bottom: -5px !important;
}

.pwc-844e3132-pagination .swiper-pagination-bullet-active {
    background: #0071e3 !important;
}

/* Fallback grid if disabled */
.pwc-844e3132-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 1024px) {
    .pwc-844e3132-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .pwc-844e3132-grid-wrapper {
        grid-template-columns: 1fr;
    }
}
