/* Structural and animations styling */
.wct-wrapper-2c681527 {
    width: 100%;
    margin: 0 auto;
    font-family: inherit;
}

/* Category Slider container */
.wct-slider-container-2c681527 {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
}

/* Scroll buttons (hidden by default on large desktop if no scroll, visible otherwise) */
.wct-nav-scroll-btn-2c681527 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    z-index: 10;
    transition: all 0.2s ease;
    color: #0f172a;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.wct-nav-scroll-btn-2c681527 svg, .wct-nav-scroll-btn-2c681527 i {
    width: 16px;
    height: 16px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wct-nav-scroll-btn-2c681527:hover {
    background: #f8fafc;
    color: #000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.wct-nav-prev-2c681527 {
    left: -18px;
}

.wct-nav-next-2c681527 {
    right: -18px;
}

/* Sliding Tab bar - responsive slider */
.wct-tabs-nav-2c681527 {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    background-color: #f8fafc;
    padding: 6px;
    border-radius: 30px;
    z-index: 1;
    overflow-x: auto;
    scroll-behavior: smooth;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.wct-tabs-nav-2c681527::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.wct-tabs-nav-2c681527 {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.wct-tab-item-2c681527 {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: #475569;
    background-color: transparent;
    border-radius: 25px;
    position: relative;
    z-index: 3;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    white-space: nowrap;
}

.wct-tab-item-2c681527:hover {
    background-color: rgba(0,0,0,0.03);
    color: #0f172a;
}

.wct-tab-item-2c681527.active-2c681527 {
    background-color: #ffffff;
    color: #0f172a;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.wct-tab-item-2c681527 i {
    font-size: 16px;
}

/* Filters bar styling */
.wct-filter-bar-2c681527 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 15px;
}

/* Price dropdown styling */
.wct-price-filter-container-2c681527 {
    position: relative;
}

.wct-filter-trigger-2c681527 {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 11px 22px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.wct-filter-trigger-2c681527 i.wct-arrow-icon-2c681527 {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.wct-filter-trigger-2c681527:hover {
    border-color: #94a3b8;
    background: #f8fafc;
}

.wct-price-filter-container-2c681527.open-2c681527 .wct-arrow-icon-2c681527 {
    transform: rotate(180deg);
}

.wct-price-dropdown-2c681527 {
    position: absolute;
    top: calc(100% + 10px);\n    left: 0;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    z-index: 100;
    width: 290px;
    display: none;
    animation: wctSlideIn 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes wctSlideIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wct-price-filter-container-2c681527.open-2c681527 .wct-price-dropdown-2c681527 {
    display: block;
}

.wct-price-dropdown-header-2c681527 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #94a3b8;
    margin-bottom: 14px;
}

.wct-price-labels-2c681527 {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 18px;
}

.wct-slider-range-track-2c681527 {
    position: relative;
    display: flex;
    align-items: center;
    height: 6px;
}

.wct-price-slider-2c681527 {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 5px;
    background: #e2e8f0;
    outline: none;
    margin: 0;
}

/* Custom design for range input thumb */
.wct-price-slider-2c681527::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0f172a;
    border: 2px solid #ffffff;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: transform 0.1s ease, background-color 0.2s ease;
}

.wct-price-slider-2c681527::-webkit-slider-thumb:hover {
    transform: scale(1.15);
    background: #334155;
}

.wct-price-slider-2c681527::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0f172a;
    border: 2px solid #ffffff;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: transform 0.1s ease, background-color 0.2s ease;
}

.wct-price-slider-2c681527::-moz-range-thumb:hover {
    transform: scale(1.15);
    background: #334155;
}

/* Sort select aligned in single line */
.wct-sort-container-2c681527 {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.wct-sort-label-2c681527 {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 6px;
}

.wct-sort-label-2c681527 i {
    font-size: 16px;
}

.wct-sort-select-2c681527 {
    border: 1px solid #e2e8f0;
    padding: 10px 18px;
    border-radius: 30px;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    cursor: pointer;
    background-color: #fff;
    transition: all 0.3s ease;
}

.wct-sort-select-2c681527:hover {
    border-color: #94a3b8;
}

.wct-sort-select-2c681527:focus {
    border-color: #0f172a;
}

/* Grid layout */
.wct-products-grid-2c681527 {
    display: grid;
    transition: opacity 0.25s ease;
    width: 100%;
}

.wct-products-grid-2c681527.loading-2c681527 {
    opacity: 0.5;
    pointer-events: none;
}

/* Columns Responsiveness classes setup via dynamic grid-template-columns */
.wct-products-grid-2c681527.cols-d-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wct-products-grid-2c681527.cols-d-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wct-products-grid-2c681527.cols-d-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.wct-products-grid-2c681527.cols-d-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }

@media (max-width: 1024px) {
    .wct-products-grid-2c681527.cols-t-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    .wct-products-grid-2c681527.cols-t-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
    .wct-products-grid-2c681527.cols-t-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
}

@media (max-width: 767px) {
    .wct-products-grid-2c681527.cols-m-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
    .wct-products-grid-2c681527.cols-m-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    
    .wct-nav-scroll-btn-2c681527 {
        display: none !important; /* Hide scroll arrows on mobile, reliance on finger swiping */
    }
}

/* Card layout */
.wct-card-2c681527 {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 15px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wct-card-2c681527:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.wct-card-link-wrapper-2c681527 {
    display: block;
    width: 100%;
    cursor: pointer;
}

/* Card Image container and Zoom Hover / Second Image logic */
.wct-img-container-2c681527 {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    background-color: #f8fafc;
    border-radius: 8px;
}

.wct-img-container-2c681527 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease;
}

.wct-img-container-2c681527 .wct-hover-img-2c681527 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

/* Hover effects */
.wct-card-2c681527:hover .wct-img-container-2c681527 img.wct-main-img-2c681527 {
    transform: scale(1.08);
}

.wct-card-2c681527:hover .wct-img-container-2c681527.has-gallery-2c681527 img.wct-main-img-2c681527 {
    opacity: 0;
}

.wct-card-2c681527:hover .wct-img-container-2c681527.has-gallery-2c681527 img.wct-hover-img-2c681527 {
    opacity: 1;
    transform: scale(1.08);
}

/* Category Pill */
.wct-pill-2c681527 {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e293b;
    z-index: 5;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

/* Card content */
.wct-content-2c681527 {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    gap: 10px;
}

.wct-title-link-2c681527 {
    text-decoration: none;
    display: block;
    outline: none;
}

.wct-title-2c681527 {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.wct-title-link-2c681527:hover .wct-title-2c681527 {
    color: #000000;
}

.wct-price-2c681527 {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
}

.wct-price-2c681527 del {
    font-size: 13px;
    color: #94a3b8;
    margin-right: 6px;
}

/* Button styling */
.wct-btn-2c681527 {
    display: block;
    background-color: #0f172a;
    color: #fff;
    padding: 12px 18px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
    text-align: center;
}

.wct-btn-2c681527:hover {
    background-color: #334155;
    color: #fff;
}

/* Loading / No products states */
.wct-grid-loading-2c681527 {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
}

.wct-spinner-2c681527 {
    width: 32px;
    height: 32px;
    border: 3px solid #e2e8f0;
    border-radius: 50%;
    border-top-color: #0f172a;
    animation: wctSpin 0.8s linear infinite;
}

@keyframes wctSpin {
    to { transform: rotate(360deg); }
}

.wct-no-products-2c681527 {
    grid-column: 1 / -1;
    text-align: center;
    padding: 50px 0;
    font-size: 15px;
    color: #64748b;
}
