.ucd-woo-product-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    transition: opacity 200ms ease;
}

.ucd-woo-product-carousel.layout-grid {
    overflow: visible;
}

.ucd-woo-product-carousel .swiper {
    overflow: hidden;
}

.ucd-woo-product-carousel.ucd-swiper-ready {
    opacity: 1;
}

body.elementor-editor-active .ucd-woo-product-carousel {
    opacity: 1;
}

.ucd-woo-product-carousel .swiper-wrapper {
    align-items: stretch;
}

.ucd-woo-product-carousel .swiper-slide {
    height: auto;
}

.ucd-woo-grid {
    display: grid;
    grid-template-columns: repeat(var(--ucd-grid-columns-desktop, 3), minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 32px;
}

.ucd-woo-grid__item {
    height: 100%;
}

.ucd-woo-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
}

.ucd-woo-card__image {
    position: relative;
    overflow: hidden;
}

.ucd-woo-card__image-link {
    display: block;
    width: 100%;
    height: 100%;
}

.ucd-woo-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 4 / 3;
}

.ucd-woo-card__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 6px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f97316, #fb7185);
    color: #fff;
    border: 1px solid transparent;
    box-shadow: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ucd-woo-card__wishlist {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: rgba(255, 255, 255, 0.95);
    color: #475569;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
    padding: 0;
    outline: none;
    z-index: 2;
}

.ucd-woo-card__wishlist:hover {
    transform: translateY(-1px);
}

.ucd-woo-card__wishlist:focus-visible {
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.35);
}

.ucd-woo-card__wishlist.is-active {
    background: #fee2e2;
    color: #dc2626;
    border-color: #fecaca;
}

.ucd-woo-card__wishlist-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
}

.ucd-woo-card__wishlist-icon--active {
    display: none;
}

.ucd-woo-card__wishlist.is-active .ucd-woo-card__wishlist-icon--active {
    display: inline-flex;
}

.ucd-woo-card__wishlist.is-active .ucd-woo-card__wishlist-icon--inactive {
    display: none;
}

.ucd-woo-wishlist-popup {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 99999;
}

.ucd-woo-wishlist-popup.is-open {
    display: block;
}

.ucd-woo-wishlist-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
}

.ucd-woo-wishlist-popup__dialog {
    position: relative;
    width: min(92vw, 420px);
    margin: 12vh auto 0;
    background: #fff;
    border-radius: 14px;
    padding: 28px 22px 24px;
    box-shadow: 0 16px 42px rgba(2, 6, 23, 0.24);
    text-align: center;
}

.ucd-woo-wishlist-popup__close {
    position: absolute;
    top: 12px;
    right: 12px;
    border: 1px solid #cbd5f5;
    background: #fff;
    color: #334155;
    border-radius: 999px;
    padding: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ucd-woo-wishlist-popup__message {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 16px;
}

.ucd-woo-wishlist-popup__login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0ea5e9, #6366f1);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.ucd-woo-card__image > .ucd-woo-card__cart-icon {
    position: absolute !important;
    bottom: 16px;
    right: 16px;
    width: 54px;
    height: 54px;
    padding: 0;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: rgba(15, 23, 42, 0.92);
    color: #fff;
    display: flex !important;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease, opacity 180ms ease;
    z-index: 2;
    text-decoration: none;
    line-height: 1;
}

.ucd-woo-card__cart-icon,
.ucd-woo-card__cart-icon.button,
.ucd-woo-card__cart-icon.add_to_cart_button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.ucd-woo-card__cart-icon::before,
.ucd-woo-card__cart-icon::after {
    content: none !important;
    display: none !important;
}

.woocommerce-js .ucd-woo-card__cart-icon.added::after,
.woocommerce-js .ucd-woo-card__cart-icon.is-added::after {
    content: none !important;
}

.ucd-woo-card__cart-icon:hover {
    transform: translateY(-2px);
}

.ucd-woo-card__cart-icon-graphic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
}

.ucd-woo-card__cart-icon-graphic--added {
    display: none;
}

.ucd-woo-card__cart-icon.added,
.ucd-woo-card__cart-icon.is-added {
    position: relative;
}

.ucd-woo-card__cart-icon.added .ucd-woo-card__cart-icon-graphic--default,
.ucd-woo-card__cart-icon.is-added .ucd-woo-card__cart-icon-graphic--default {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.ucd-woo-card__cart-icon.added .ucd-woo-card__cart-icon-graphic--added,
.ucd-woo-card__cart-icon.is-added .ucd-woo-card__cart-icon-graphic--added {
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.ucd-woo-card__cart-tooltip {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translate(-50%, 6px);
    padding: 6px 10px;
    border-radius: 6px;
    background-color: #0f172a;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 160ms ease, transform 160ms ease;
    z-index: 3;
}

.ucd-woo-card__cart-tooltip:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 6px;
    background-color: inherit;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.ucd-woo-card__cart-icon:hover .ucd-woo-card__cart-tooltip--default {
    opacity: 1;
    transform: translate(-50%, 0);
}

.ucd-woo-card__cart-icon.added:hover .ucd-woo-card__cart-tooltip--default,
.ucd-woo-card__cart-icon.is-added:hover .ucd-woo-card__cart-tooltip--default {
    opacity: 0;
}

.ucd-woo-card__cart-icon.added:hover .ucd-woo-card__cart-tooltip--added,
.ucd-woo-card__cart-icon.is-added:hover .ucd-woo-card__cart-tooltip--added {
    opacity: 1;
    transform: translate(-50%, 0);
}

.ucd-woo-card__cart-tooltip--added {
    opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
    .ucd-woo-card__wishlist,
    .ucd-woo-card__cart-icon {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .ucd-woo-card__wishlist {
        transform: translateY(-8px);
    }

    .ucd-woo-card__cart-icon {
        transform: translateY(8px);
    }

    .ucd-woo-card:hover .ucd-woo-card__wishlist,
    .ucd-woo-card:hover .ucd-woo-card__cart-icon {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }
}

.ucd-woo-card__wishlist-icon i,
.ucd-woo-card__wishlist-icon svg {
    width: 1em;
    height: 1em;
}

.ucd-woo-card__wishlist-icon svg {
    fill: currentColor;
}

.ucd-woo-card__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 20px;
    gap: 12px;
}

.ucd-woo-card__title {
    font-weight: 600;
    line-height: 1.3;
}

.ucd-woo-card__title a {
    color: #0f172a;
    text-decoration: none;
}

.ucd-woo-card__title a:hover {
    color: #2563eb;
}

.ucd-woo-card__price {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
}

.ucd-woo-card__rating .star-rating {
    color: #facc15;
    font-size: 14px;
}

.ucd-woo-card__rating .woocommerce-review-link {
    display: none;
}

.ucd-woo-card__button {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    padding: 12px 20px;
    background: linear-gradient(135deg, #0ea5e9, #6366f1);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.ucd-woo-card__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(99, 102, 241, 0.35);
}

.ucd-woo-swiper-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.85);
    color: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(-50%);
    border: none;
}

.ucd-woo-swiper-button-prev {
    left: 12px;
}

.ucd-woo-swiper-button-next {
    right: 12px;
}

.ucd-woo-swiper-button__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    font-size: 16px;
    line-height: 1;
}

.ucd-woo-swiper-button__icon i,
.ucd-woo-swiper-button__icon svg {
    width: 1em;
    height: 1em;
}

.ucd-woo-swiper-button__icon svg {
    fill: currentColor;
}

.ucd-woo-swiper-pagination {
    position: relative;
    margin-top: 30px;
    text-align: center;
}

.ucd-woo-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: #cbd5f5;
    opacity: 1;
    transition: transform 150ms ease, background 150ms ease;
}

.ucd-woo-swiper-pagination .swiper-pagination-bullet-active {
    background: #2563eb;
    transform: scale(1.3);
}

.ucd-woo-product-carousel__empty {
    text-align: center;
    padding: 40px;
    border: 1px dashed #cbd5f5;
    border-radius: 12px;
    color: #475569;
}

.ucd-woo-layout {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
}

.ucd-woo-layout__filters-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 0 0 auto;
    position: relative;
}

.ucd-woo-layout__filters {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 24px;
    min-width: 240px;
    max-width: 100%;
    overflow: auto;
    position: sticky;
    top: 20px;
    z-index: 2;
}

.ucd-woo-layout__products {
    flex: 1 1 auto;
    min-width: 0;
}

.ucd-woo-filters__mobile-toggle {
    display: none;
}

.ucd-woo-filters__mobile-toggle-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ucd-woo-filters__mobile-count {
    margin-left: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #2563eb;
    min-width: 20px;
    height: 20px;
    border-radius: 999px;
    padding: 0 6px;
    background: rgba(37, 99, 235, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ucd-woo-filters-panel__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.ucd-woo-filters-panel__header h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #0f172a;
}

.ucd-woo-filters__clear {
    font-size: 13px;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid transparent;
    transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
}

.ucd-woo-filters-panel__header .ucd-woo-filters__clear {
    margin-left: auto;
}

.ucd-woo-filters__clear:hover {
    text-decoration: none;
}

.ucd-woo-active-chip__close-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
    stroke: currentColor;
}

.ucd-woo-filter-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ucd-woo-filter {
    border-top: 1px solid #e2e8f0;
    padding-top: 18px;
}

.ucd-woo-filter:first-of-type {
    border-top: none;
    padding-top: 0;
}

.ucd-woo-filter--actions {
    border-top: none;
    padding-top: 0;
}

.ucd-woo-active-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.ucd-woo-active-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #e0ecff;
    color: #0f172a;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #2563eb;
    transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
}

.ucd-woo-active-chip:hover {
    background: #2563eb;
    color: #ffffff;
}

.ucd-woo-active-chip__close {
    font-size: 14px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ucd-woo-filter--search input[type="search"] {
    width: 100%;
    border: 1px solid #cbd5f5;
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 14px;
}

.ucd-woo-filter--search label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
}

.ucd-woo-filter__group-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #475569;
    margin-bottom: 12px;
}

.ucd-woo-filter__checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ucd-woo-filter-checkbox {
    position: relative;
    display: inline-flex;
    cursor: pointer;
}

.ucd-woo-filter__checkboxes--type-checkbox {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.ucd-woo-filter__checkboxes--type-checkbox .ucd-woo-filter-checkbox {
    width: 100%;
}

.ucd-woo-filter-checkbox__input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.ucd-woo-filter-checkbox__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    min-height: 32px;
    border-radius: 999px;
    border: 1px solid #cbd5f5;
    font-size: 13px;
    color: #0f172a;
    background: #f8fafc;
    transition: background 150ms ease, border-color 150ms ease, color 150ms ease, box-shadow 150ms ease;
}

.ucd-woo-filter-checkbox__checkbox {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.ucd-woo-filter-checkbox__box {
    width: 18px;
    height: 18px;
    border: 1.5px solid #64748b;
    border-radius: 4px;
    background: #ffffff;
    position: relative;
    transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
    flex: 0 0 auto;
}

.ucd-woo-filter-checkbox__box::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0.8);
    opacity: 0;
    transition: opacity 120ms ease;
}

.ucd-woo-filter-checkbox__label-text {
    font-size: 14px;
    line-height: 1.35;
    color: #0f172a;
}

.ucd-woo-filter-checkbox__swatch {
    display: inline-flex;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid #cbd5f5;
    background-color: #f8fafc;
    --ucd-filter-swatch-active-color: #2563eb;
    --ucd-filter-swatch-active-outline: rgba(37, 99, 235, 0.35);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.ucd-woo-filter-checkbox__swatch-wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.ucd-woo-filter-checkbox__swatch-label {
    font-size: 12px;
    line-height: 1.3;
    color: #334155;
    text-align: center;
    max-width: 90px;
}

.ucd-woo-filter-checkbox__swatch--color {
    background-image: none;
}

.ucd-woo-filter-checkbox__swatch--image {
    background-color: #e2e8f0;
}

.ucd-woo-filter-checkbox__input:checked + .ucd-woo-filter-checkbox__pill {
    background: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
}

.ucd-woo-filter-checkbox__input:checked + .ucd-woo-filter-checkbox__checkbox .ucd-woo-filter-checkbox__box {
    background: #2563eb;
    border-color: #2563eb;
}

.ucd-woo-filter-checkbox__input:checked + .ucd-woo-filter-checkbox__checkbox .ucd-woo-filter-checkbox__box::after {
    opacity: 1;
}

.ucd-woo-filter-checkbox__input:checked + .ucd-woo-filter-checkbox__swatch {
    border-color: var(--ucd-filter-swatch-active-color, #2563eb);
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--ucd-filter-swatch-active-outline, rgba(37, 99, 235, 0.35));
}

.ucd-woo-filter-checkbox__input:checked + .ucd-woo-filter-checkbox__swatch-wrap .ucd-woo-filter-checkbox__swatch {
    border-color: var(--ucd-filter-swatch-active-color, #2563eb);
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--ucd-filter-swatch-active-outline, rgba(37, 99, 235, 0.35));
}

.ucd-woo-filter-checkbox__input:focus-visible + .ucd-woo-filter-checkbox__pill {
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.35);
}

.ucd-woo-filter-checkbox__input:focus-visible + .ucd-woo-filter-checkbox__checkbox .ucd-woo-filter-checkbox__box {
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.25);
}

.ucd-woo-filter-checkbox__input:focus-visible + .ucd-woo-filter-checkbox__swatch {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--ucd-filter-swatch-active-outline, rgba(37, 99, 235, 0.35));
}

.ucd-woo-filter-checkbox__input:focus-visible + .ucd-woo-filter-checkbox__swatch-wrap .ucd-woo-filter-checkbox__swatch {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--ucd-filter-swatch-active-outline, rgba(37, 99, 235, 0.35));
}

.ucd-woo-filter__empty {
    font-size: 13px;
    color: #94a3b8;
    margin: 0;
}

.ucd-woo-filter__range-inputs {
    position: relative;
    height: 42px;
    margin-bottom: 10px;
}

.ucd-woo-filter--price {
    --ucd-filter-thumb-bg: #2563eb;
    --ucd-filter-thumb-border: #ffffff;
}

.ucd-woo-filter__range-track {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ucd-filter-range-inactive, #e2e8f0) 0%, var(--ucd-filter-range-inactive, #e2e8f0) 100%);
    transform: translateY(-50%);
    pointer-events: none;
    --start: 0%;
    --end: 100%;
    --ucd-filter-range-inactive: #e2e8f0;
    --ucd-filter-range-active: #2563eb;
}

.ucd-woo-filter__range-track::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
        90deg,
        var(--ucd-filter-range-inactive, #e2e8f0) 0%,
        var(--ucd-filter-range-inactive, #e2e8f0) var(--start),
        var(--ucd-filter-range-active, #2563eb) var(--start),
        var(--ucd-filter-range-active, #2563eb) var(--end),
        var(--ucd-filter-range-inactive, #e2e8f0) var(--end),
        var(--ucd-filter-range-inactive, #e2e8f0) 100%
    );
}

.ucd-woo-filter-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 0;
    background: none;
    border: 0;
    outline: none;
    padding: 0;
    pointer-events: none;
    margin: 0;
    line-height: 0;
}

.ucd-woo-filter-range[data-filter-range='min'] {
    z-index: 2;
}

.ucd-woo-filter-range[data-filter-range='max'] {
    z-index: 3;
}

.ucd-woo-filter-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid var(--ucd-filter-thumb-border, #ffffff) !important;
    background: var(--ucd-filter-thumb-bg, #2563eb) !important;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.35);
    pointer-events: auto;
    margin-top: -7px;
}

.ucd-woo-filter-range::-webkit-slider-runnable-track {
    background: transparent !important;
    height: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.ucd-woo-filter-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid var(--ucd-filter-thumb-border, #ffffff) !important;
    background: var(--ucd-filter-thumb-bg, #2563eb) !important;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.35);
    pointer-events: auto;
    margin-top: -7px;
}

.ucd-woo-filter-range::-moz-range-track {
    background: transparent !important;
    height: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.ucd-woo-filter-range::-moz-range-progress {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.ucd-woo-filter-range::-ms-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid var(--ucd-filter-thumb-border, #ffffff) !important;
    background: var(--ucd-filter-thumb-bg, #2563eb) !important;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.35);
    pointer-events: auto;
    margin-top: -7px;
}

.ucd-woo-filter-range::-ms-track {
    background: transparent !important;
    height: 0 !important;
    border-color: transparent !important;
    color: transparent !important;
}

.ucd-woo-filter-range::-ms-fill-lower,
.ucd-woo-filter-range::-ms-fill-upper {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.ucd-woo-filter__range-summary {
    display: flex;
    gap: 16px;
    font-size: 12px;
    letter-spacing: 0.02em;
    text-transform: lowercase;
    color: #475569;
    margin-bottom: 10px;
}

.ucd-woo-filter__range-summary strong {
    font-weight: 700;
    color: #0f172a;
}

.ucd-woo-filter__number-inputs {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.ucd-woo-filter__number-inputs label {
    flex: 1 1 140px;
    font-size: 13px;
    color: #475569;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ucd-woo-filter__number-inputs input[type="number"] {
    border: 1px solid #cbd5f5;
    border-radius: 12px;
    padding: 8px 12px;
}

.ucd-woo-filters__overlay {
    display: none;
}

body.ucd-woo-filters-lock {
    overflow: hidden;
}

.ucd-woo-grid-pagination {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.ucd-woo-grid-pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 999px;
    border: 1px solid #cbd5f5;
    background: #fff;
    color: #0f172a;
    text-decoration: none;
    font-weight: 600;
    transition: all 180ms ease;
}

.ucd-woo-grid-pagination__link:hover {
    border-color: #2563eb;
    color: #2563eb;
}

.ucd-woo-grid-pagination__link.is-disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.ucd-woo-grid-pagination__status {
    font-weight: 600;
    color: #475569;
}

.ucd-screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media (max-width: 1024px) {
    .ucd-woo-swiper-button {
        display: none;
    }

    .ucd-woo-grid {
        grid-template-columns: repeat(var(--ucd-grid-columns-tablet, var(--ucd-grid-columns-desktop, 3)), minmax(0, 1fr));
    }

    .ucd-woo-layout {
        flex-direction: column;
        gap: var(--ucd-mobile-layout-gap, 32px);
    }

    .ucd-woo-layout__filters {
        position: fixed;
        inset: 0 auto 0 0;
        width: min(90vw, 380px);
        max-width: 90vw;
        max-height: 100vh;
        border-radius: 0 20px 20px 0;
        transform: translateX(-100%);
        opacity: 0;
        pointer-events: none;
        transition: transform 220ms ease, opacity 200ms ease;
        z-index: 120;
    }

    .ucd-woo-layout__filters.is-open {
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
    }

    .ucd-woo-filters__mobile-toggle {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        border: 1px solid #cbd5f5;
        border-radius: 999px;
        padding: 10px 18px;
        background: #ffffff;
        color: #0f172a;
        font-weight: 600;
        cursor: pointer;
    }

    .ucd-woo-filters__overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.45);
        z-index: 110;
        opacity: 0;
        pointer-events: none;
        transition: opacity 200ms ease;
    }

    .ucd-woo-filters__overlay.is-active {
        opacity: 1;
        pointer-events: auto;
    }
}

@media (max-width: 767px) {
    .ucd-woo-grid {
        grid-template-columns: repeat(var(--ucd-grid-columns-mobile, var(--ucd-grid-columns-tablet, 2)), minmax(0, 1fr));
    }
}
