/* Custom tweaks for the products list page */
.wd-custom-toolbar {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.products.wd-products.wd-grid-g.list-view .product-grid-item {
    max-width: 100%;
    width: 100%;
    flex: 1 1 100%;
}

.products.wd-products.wd-grid-g.list-view .product-grid-item .product-wrapper {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 24px;
    align-items: center;
    padding: 16px;
}

.products.wd-products.wd-grid-g.list-view .product-grid-item .product-element-top {
    width: 100%;
    max-width: 260px;
}

.products.wd-products.wd-grid-g.list-view .product-grid-item .product-element-bottom {
    text-align: left;
    align-items: flex-start;
}

.wd-price-range {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wd-price-range .wd-range-inputs {
    display: flex;
    gap: 10px;
}

.wd-price-range .wd-range-inputs input {
    width: 50%;
    padding: 8px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.wd-price-range .wd-slider {
    position: relative;
    height: 6px;
    border-radius: 3px;
    background: linear-gradient(90deg, #e5e7eb 0%, #e5e7eb 100%);
}

.wd-price-range .wd-slider .wd-progress {
    position: absolute;
    height: 100%;
    background: #2563eb;
    border-radius: 3px;
    left: 0;
    right: 0;
}

.wd-price-range .wd-range {
    position: relative;
    margin-top: 8px;
}

.wd-price-range .wd-range input[type="range"] {
    position: absolute;
    width: 100%;
    top: -6px;
    height: 6px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
}

.wd-price-range .wd-range input[type="range"]::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #2563eb;
    border: 2px solid #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    pointer-events: auto;
    -webkit-appearance: none;
}

.wd-price-range .wd-range input[type="range"]::-moz-range-thumb {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #2563eb;
    border: 2px solid #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    pointer-events: auto;
}

.wd-price-range .price_slider_amount {
    margin: 0;
}

.wd-price-range .price_slider_amount .button {
    width: 100%;
    background: #2563eb;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 12px;
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.25);
}

.wd-price-range .price_slider_amount .button:focus-visible {
    outline: 2px solid #94b5ff;
    outline-offset: 2px;
}

.products.wd-products.wd-grid-g.list-view {
    --wd-col-lg: 1 !important;
    --wd-col-md: 1 !important;
    --wd-col-sm: 1 !important;
    --wd-gap-lg: 16px !important;
    --wd-gap-sm: 12px !important;
}

.wd-products-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 0 10px;
}

.wd-products-header .wd-header-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.wd-products-header .wd-breadcrumbs-wrap nav {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    font-size: 14px;
    color: #6b7280;
}

.wd-products-header .wd-breadcrumbs-wrap .wd-last {
    font-weight: 600;
    color: #111827;
}

.wd-products-header .wd-header-right {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}

.wd-products-header .wd-products-per-page.wd-inline .per-page-variation {
    padding: 4px 8px;
}

.wd-products-header .wd-products-per-page.wd-inline .per-page-variation.current-variation {
    background: #2563eb;
    color: #fff;
    border-radius: 8px;
}

.wd-products-header .wd-view-toggle {
    margin: 0;
}

.wd-products-header .woocommerce-ordering select.orderby {
    min-width: 160px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 8px 10px;
}

.wd-top-pagination {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-left: 0;
    flex-wrap: nowrap;
}

.wd-top-pagination nav {
    display: inline-flex;
    gap: 6px;
}

.wd-top-pagination nav a {
    min-width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 10px;
    border: 1px solid #e5e7eb;
    color: #475569;
    text-decoration: none;
    font-weight: 600;
}

.wd-top-pagination nav a.active {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
}

.wd-top-pagination .wd-result-count {
    color: #6b7280;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    height: 32px;
}

.wd-pagination-bottom {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.wd-pagination-bottom .wd-top-pagination {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

@media (max-width: 768px) {
    .wd-products-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .wd-products-header .wd-header-right {
        width: 100%;
    }
}

.wd-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 32px 0 8px;
}

.wd-pagination a,
.wd-pagination span {
    min-width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 12px;
    border: 1px solid #e5e7eb;
    color: #475569;
    text-decoration: none;
    font-weight: 600;
}

.wd-pagination .active {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
}

/* VC custom styles */
.vc_custom_1672241838724 {
    margin-top: -20px !important;
    margin-bottom: 20px !important;
}

.vc_custom_1672326631913 {
    margin-right: -10px !important;
    margin-bottom: 60px !important;
    margin-left: -10px !important;
}

.vc_custom_1648030749279 {
    padding-top: 0px !important;
}

.vc_custom_1692774265909 {
    margin-bottom: 5px !important;
}

.vc_custom_1653978669797 {
    margin-bottom: 5px !important;
}

.vc_custom_1668698917507 {
    margin-top: 15px !important;
    margin-bottom: 0px !important;
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
    background-color: #ffffff !important;
    border-radius: 10px !important;
}

.vc_custom_1672326769003 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.vc_custom_1694175532071 {
    padding-top: 0px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.vc_custom_1672326988957 {
    margin-bottom: 0px !important;
    padding-top: 30px !important;
    padding-right: 15px !important;
    padding-bottom: 30px !important;
    padding-left: 15px !important;
    background-color: #ffffff !important;
    border-radius: 10px !important;
}

.vc_custom_1669293421553 {
    margin-bottom: 20px !important;
    padding-top: 20px !important;
    padding-right: 0px !important;
    padding-bottom: 20px !important;
    padding-left: 0px !important;
}

.vc_custom_1645450529811 {
    margin-bottom: 15px !important;
}

.vc_custom_1669130241411 {
    padding-top: 0px !important;
}

.vc_custom_1672326891222 {
    padding-top: 0px !important;
}

.vc_custom_1666353633027 {
    margin-bottom: 0px !important;
}

.vc_custom_1649771534702 {
    margin-right: 20px !important;
    margin-bottom: 0px !important;
}

.vc_custom_1653977959986 {
    margin-right: 20px !important;
    margin-bottom: 0px !important;
}

.vc_custom_1672323410866 {
    margin-right: 20px !important;
    margin-bottom: 0px !important;
}

.vc_custom_1674220707815 {
    margin-bottom: 0px !important;
}

.wd-rs-623af418065b0>.vc_column-inner>.wpb_wrapper {
    align-items: center;
    justify-content: space-between;
}

.wd-rs-64e5af7632452 {
    width: auto !important;
    max-width: auto !important;
}

.wd-rs-6295b629d0df4 {
    width: auto !important;
    max-width: auto !important;
}

.wd-rs-6376531caf4d0 {
    --wd-cat-img-width: 100px;
}

.wd-rs-6376531caf4d0 div.product-category .wd-entities-title,
.wd-rs-6376531caf4d0 .wd-nav-product-cat>li>a {
    font-size: 16px;
    text-transform: capitalize;
}

.wd-rs-637ce7ffc0800>.vc_column-inner>.wpb_wrapper {
    align-items: center;
    justify-content: flex-start;
}

.wd-rs-63adaedf92008>.vc_column-inner>.wpb_wrapper {
    align-items: center;
    justify-content: flex-end;
}

.wd-rs-635289c806692 .title {
    font-size: 26px;
}

.wd-rs-625583ff5f76a {
    width: auto !important;
    max-width: auto !important;
}

.wd-rs-6295b3632e35b {
    width: auto !important;
    max-width: auto !important;
}

.wd-rs-63ada14c1f7ed {
    width: auto !important;
    max-width: auto !important;
}

.wd-rs-63ca949f87745 {
    width: auto !important;
    max-width: auto !important;
}

@media (max-width: 1199px) {
    .wd-rs-63adaedf92008>.vc_column-inner>.wpb_wrapper {
        justify-content: space-between;
    }

    .wd-rs-635289c806692 .title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .wd-rs-63adaedf92008>.vc_column-inner>.wpb_wrapper {
        justify-content: space-between;
    }

    .wd-rs-635289c806692 .title {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .website-wrapper .wd-rs-63ac62970ef1e {
        margin-bottom: 5px !important;
    }

    .website-wrapper .wd-rs-63adade1da04b {
        margin-bottom: 40px !important;
    }

    .website-wrapper .wd-rs-63adae5e319ea>.vc_column-inner {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .website-wrapper .wd-rs-63adaf4745fc3 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .website-wrapper .wd-rs-637f656807e9b {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .website-wrapper .wd-rs-637ce7ffc0800>.vc_column-inner {
        margin-bottom: 10px !important;
    }
}

@media (max-width: 767px) {
    .website-wrapper .wd-rs-63ac62970ef1e {
        margin-bottom: 0px !important;
    }

    .website-wrapper .wd-rs-63adade1da04b {
        margin-bottom: 20px !important;
    }
}

