.bee1-ulg-wrap {
    direction: inherit;
    width: 100%;
}

.bee1-ulg-shell {
    position: relative;
    display: grid;
    gap: 24px;
    width: 100%;
}

.bee1-ulg-shell[data-filters-desktop="sidebar"] {
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    align-items: start;
}

.bee1-ulg-shell[data-filters-desktop="sidebar"][data-filters-sticky="1"] .bee1-ulg-filters-panel {
    position: sticky;
    top: 92px;
}

.bee1-ulg-filter-toggle,
.bee1-ulg-filter-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border: 1px solid #111;
    background: #fff;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.bee1-ulg-filter-toggle {
    gap: 8px;
    width: max-content;
    padding: 5px 13px;
}

.bee1-ulg-filter-toggle__icon {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 14px;
    border-block: 2px solid currentColor;
}

.bee1-ulg-filter-toggle__icon::before,
.bee1-ulg-filter-toggle__icon::after {
    content: '';
    position: absolute;
    height: 2px;
    background: currentColor;
    border-radius: 99px;
}

.bee1-ulg-filter-toggle__icon::before {
    inset-block-start: 4px;
    inset-inline-start: 0;
    width: 18px;
}

.bee1-ulg-filter-toggle__icon::after {
    inset-block-start: -3px;
    inset-inline-start: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    box-shadow: -8px 7px 0 currentColor, 2px 14px 0 currentColor;
}

.bee1-ulg-filter-close {
    position: absolute;
    inset-block-start: 10px;
    inset-inline-end: 10px;
    width: 34px;
    min-height: 34px;
    padding: 0;
}

.bee1-ulg-filters-panel {
    min-width: 0;
    background: #fff;
}

.bee1-ulg-shell .bee1-active-filters {
    background: var(--b1f-accent-light, #f4f4f5);
    border-color: var(--b1f-border, #d4d4d8);
}

.bee1-ulg-shell .bee1-active-filter,
.bee1-ulg-shell .bee1-filter__item.is-active a::before,
.bee1-ulg-shell .bee1-price-slider__fill {
    background-color: var(--b1f-accent, #111);
    border-color: var(--b1f-accent, #111);
}

.bee1-ulg-shell .bee1-filter__item a:hover,
.bee1-ulg-shell .bee1-collapse-toggle button,
.bee1-ulg-shell .bee1-filter__item--rating.is-active a {
    color: var(--b1f-accent, #111);
}

.bee1-ulg-shell .bee1-filter__item a:hover::before,
.bee1-ulg-shell .bee1-filter__item--color a:hover .bee1-swatch,
.bee1-ulg-shell .bee1-filter__item--color.is-active .bee1-swatch,
.bee1-ulg-shell .bee1-price-slider__handle {
    border-color: var(--b1f-accent, #111);
}

.bee1-ulg-shell .bee1-filter__item--color.is-active .bee1-swatch {
    box-shadow: 0 0 0 2px var(--b1f-accent-light, #f4f4f5);
}

.bee1-ulg-shell .bee1-active-filter:hover,
.bee1-ulg-shell .bee1-active-filter--clear-all:hover {
    background: #000;
}

.bee1-ulg-shell[data-filters-desktop="sidebar"] .bee1-ulg-filter-toggle,
.bee1-ulg-shell[data-filters-desktop="sidebar"] .bee1-ulg-filter-close,
.bee1-ulg-shell[data-filters-desktop="none"] .bee1-ulg-filter-toggle,
.bee1-ulg-shell[data-filters-desktop="none"] .bee1-ulg-filters-panel {
    display: none;
}

.bee1-ulg-shell[data-filters-desktop="floating"] .bee1-ulg-filters-panel {
    position: fixed;
    inset-block: 0;
    inset-inline-start: 0;
    z-index: 100002;
    width: min(360px, calc(100vw - 38px));
    padding: 54px 18px 24px;
    overflow: auto;
    transform: translateX(-104%);
    transition: transform 180ms ease;
}

[dir="rtl"] .bee1-ulg-shell[data-filters-desktop="floating"] .bee1-ulg-filters-panel {
    transform: translateX(104%);
}

.bee1-ulg-shell.is-filters-open .bee1-ulg-filters-panel {
    transform: translateX(0) !important;
}

.bee1-ulg-filter-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100001;
    background: rgba(0, 0, 0, 0.38);
}

.bee1-ulg-shell.is-filters-open .bee1-ulg-filter-backdrop {
    display: block;
}

.bee1-ulg-page__inner {
    width: min(100% - 32px, 1500px);
    margin-inline: auto;
    padding-block: 24px 48px;
}

.bee1-ulg-page__header {
    margin-block-end: 18px;
}

.bee1-ulg-page__title {
    margin: 0;
    color: #111;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.bee1-ulg-grid {
    display: grid;
    grid-template-columns: repeat(var(--bee1-ulg-cols, 4), minmax(0, 1fr));
    gap: var(--bee1-ulg-row-gap, 28px) var(--bee1-ulg-column-gap, 24px);
    align-items: start;
}

.bee1-ulg-card {
    position: relative;
    min-width: 0;
    background: #fff;
    color: #111;
    contain: layout paint;
}

.bee1-ulg-wrap .bee1-ulg-card__media,
.bee1-ulg-slider .bee1-ulg-card__media {
    position: relative;
    display: block;
    aspect-ratio: var(--bee1-ulg-image-ratio, 600 / 900) !important;
    height: auto;
    overflow: hidden;
    background: #f5f5f5;
}

.bee1-ulg-card__media-link {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.bee1-ulg-card__img,
.bee1-ulg-card__media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: var(--bee1-ulg-image-fit, cover);
    object-position: center center;
    transform-origin: center center;
}

.bee1-ulg-wrap[data-template-preset="supermarket"] .bee1-ulg-grid {
    gap: 0;
    border-block-start: 1px solid #dce9e9;
    border-inline-start: 1px solid #dce9e9;
}

.bee1-ulg-wrap[data-template-preset="supermarket"] .bee1-ulg-card {
    display: grid;
    grid-template-rows: minmax(170px, auto) 1fr;
    min-height: 290px;
    padding: 14px 14px 12px;
    border-block-end: 1px solid #dce9e9;
    border-inline-end: 1px solid #dce9e9;
    color: #123f55;
    contain: layout paint;
}

.bee1-ulg-wrap[data-template-preset="supermarket"] .bee1-ulg-card__media {
    background: #fff;
}

.bee1-ulg-wrap[data-template-preset="supermarket"] .bee1-ulg-card__media img {
    padding: 0;
}

.bee1-ulg-wrap[data-template-preset="supermarket"] .bee1-ulg-card__body {
    align-content: end;
    gap: 7px;
    min-height: 112px;
    padding-block-start: 8px;
}

.bee1-ulg-wrap[data-template-preset="supermarket"] .bee1-ulg-card__title {
    min-height: 42px;
}

.bee1-ulg-wrap[data-template-preset="supermarket"] .bee1-ulg-card__price {
    min-height: 20px;
}

.bee1-ulg-wrap[data-template-preset="supermarket"] .bee1-ulg-card__actions {
    padding-block-start: 8px;
}

.bee1-ulg-wrap[data-template-preset="supermarket"] .bee1_qty_atc_wrap,
.bee1-ulg-wrap[data-template-preset="supermarket"] .bee1_add_product,
.bee1-ulg-wrap[data-template-preset="supermarket"] .bee1-ulg-market-cart {
    display: grid;
    width: 100%;
}

.bee1-ulg-wrap[data-template-preset="supermarket"] .bee1_qty_atc_wrap,
.bee1-ulg-wrap[data-template-preset="supermarket"] .bee1-ulg-market-cart {
    grid-template-columns: minmax(74px, 1fr) minmax(96px, 1.3fr);
    align-items: center;
    min-height: 40px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(18, 63, 85, 0.08);
    direction: ltr;
    overflow: hidden;
}

.bee1-ulg-wrap[data-template-preset="supermarket"] .bee1_qty_atc_ctrl {
    display: grid;
    grid-template-columns: 32px 1fr 32px;
    align-items: center;
    min-width: 0;
    order: 2;
    direction: rtl;
}

.bee1-ulg-wrap[data-template-preset="supermarket"] .bee1_qty_atc_btn {
    order: 1;
}

.bee1-ulg-wrap[data-template-preset="supermarket"] .bee1-ulg-market-cart {
    grid-template-columns: minmax(78px, 1.2fr) 32px minmax(38px, 0.6fr) 32px;
}

.bee1-ulg-wrap[data-template-preset="supermarket"] .bee1_qty_atc_minus,
.bee1-ulg-wrap[data-template-preset="supermarket"] .bee1_qty_atc_plus,
.bee1-ulg-wrap[data-template-preset="supermarket"] .btn_action,
.bee1-ulg-wrap[data-template-preset="supermarket"] .bee1-ulg-market-cart__minus,
.bee1-ulg-wrap[data-template-preset="supermarket"] .bee1-ulg-market-cart__plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    color: #43c6bd !important;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none !important;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.bee1-ulg-wrap[data-template-preset="supermarket"] .bee1_qty_atc_input,
.bee1-ulg-wrap[data-template-preset="supermarket"] .prouduct_qty,
.bee1-ulg-wrap[data-template-preset="supermarket"] .bee1-ulg-market-cart__qty {
    width: 100%;
    min-width: 0;
    height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #22343b;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    box-shadow: none;
}

.bee1-ulg-wrap[data-template-preset="supermarket"] .bee1_qty_atc_btn,
.bee1-ulg-wrap[data-template-preset="supermarket"] .bee1_product_add_cart,
.bee1-ulg-wrap[data-template-preset="supermarket"] .bee1-ulg-cart,
.bee1-ulg-wrap[data-template-preset="supermarket"] .bee1-ulg-market-cart__add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 40px;
    padding: 0 14px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #123f55 !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 4px 16px rgba(18, 63, 85, 0.08);
    cursor: pointer;
}

.bee1-ulg-wrap[data-template-preset="supermarket"] .bee1_qty_atc_wrap .bee1_qty_atc_btn {
    border-radius: 0;
    box-shadow: none;
}

.bee1-ulg-wrap[data-template-preset="supermarket"] .btn--text {
    display: inline-block;
}

.bee1-ulg-fly-ghost {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
    object-fit: contain;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(18, 63, 85, 0.22);
}

.bee1-ulg-cart-pulse {
    animation: bee1-ulg-cart-pulse 420ms ease;
}

@keyframes bee1-ulg-cart-pulse {
    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}

.bee1-ulg-card:hover .bee1-ulg-card__img,
.bee1-ulg-card:hover .bee1-ulg-card__media img {
    transform: none;
}

.bee1-ulg-card.is-gallery-hovered .bee1-ulg-card__img,
.bee1-ulg-card.is-gallery-hovered .bee1-ulg-card__media img {
    transform: none;
}

.bee1-ulg-badges {
    position: absolute;
    inset-block-start: 8px;
    inset-inline-start: 8px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}

.bee1-ulg-wrap[data-template-preset="comax-fashion"] .bee1-ulg-badges,
body.wp-child-theme-yn10565 .bee1-ulg-badges {
    left: 8px;
    right: auto;
    inset-inline-start: auto;
    align-items: flex-start;
}

.bee1-ulg-badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 7px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.bee1-ulg-badge--discount {
    background: var(--bee1-ulg-sale-badge-bg, #b5161b);
    color: var(--bee1-ulg-sale-badge-color, #fff);
    font-size: var(--bee1-ulg-sale-badge-size, 12px);
    direction: ltr;
    unicode-bidi: isolate;
}

.bee1-ulg-badge--sale {
    background: var(--bee1-ulg-sale-badge-bg, #000);
    color: var(--bee1-ulg-sale-badge-color, #fff);
    font-size: var(--bee1-ulg-sale-badge-size, 12px);
}

.bee1-ulg-badge--rule {
    max-width: min(190px, calc(100vw - 40px));
    min-height: 0;
    white-space: normal;
    text-align: start;
}

.bee1-ulg-badge--stock {
    background: var(--bee1-ulg-stock-badge-bg, #5c6670);
    color: var(--bee1-ulg-stock-badge-color, #fff);
    font-size: var(--bee1-ulg-stock-badge-size, 12px);
}

.bee1-ulg-badge--new {
    background: var(--bee1-ulg-new-badge-bg, #d8150f);
    color: var(--bee1-ulg-new-badge-color, #fff);
    font-size: var(--bee1-ulg-new-badge-size, 12px);
}

.bee1-ulg-card__body {
    display: grid;
    gap: 6px;
    min-height: 77px;
    align-content: start;
    padding-block-start: 8px;
    text-align: center;
}

.bee1-ulg-wrap .bee1-ulg-card__title,
.bee1-ulg-slider .bee1-ulg-card__title {
    margin: 0;
    color: var(--bee1-ulg-title-color, #111) !important;
    font-size: var(--bee1-ulg-title-size, 13px) !important;
    font-weight: var(--bee1-ulg-title-weight, 600) !important;
    line-height: 1.3 !important;
    letter-spacing: 0;
}

.bee1-ulg-wrap .bee1-ulg-card__title a,
.bee1-ulg-slider .bee1-ulg-card__title a {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    text-decoration: none !important;
}

.bee1-ulg-wrap .bee1-ulg-card__price,
.bee1-ulg-slider .bee1-ulg-card__price {
    color: var(--bee1-ulg-price-color, #111) !important;
    font-size: var(--bee1-ulg-price-size, 13px) !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}

.bee1-ulg-card__price del {
    opacity: 0.55;
    font-weight: 500;
}

.bee1-ulg-variations {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}

.bee1-ulg-variations--overlay {
    position: absolute;
    inset-inline: 10px;
    inset-block-end: 10px;
    z-index: 3;
    transition: opacity 160ms ease, transform 160ms ease;
}

.bee1-ulg-card[data-variation-visibility="hover"] .bee1-ulg-variations--overlay,
.bee1-ulg-card[data-variation-visibility="click"] .bee1-ulg-variations--overlay {
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
    .bee1-ulg-card[data-variation-visibility="hover"]:hover .bee1-ulg-variations--overlay {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
}

@media (max-width: 900px) {
    .bee1-ulg-card[data-variation-visibility="hover"].is-mobile-open .bee1-ulg-variations--overlay,
    .bee1-ulg-card[data-variation-visibility="click"].is-mobile-open .bee1-ulg-variations--overlay {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
}

.bee1-ulg-card[data-variation-visibility="click"].is-mobile-open .bee1-ulg-variations--overlay {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.bee1-ulg-variations--below {
    padding-block-start: 2px;
}

.bee1-ulg-variation-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    min-height: 24px;
}

.bee1-ulg-option {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--bee1-ulg-option-size, 25px);
    min-width: var(--bee1-ulg-option-size, 25px);
    height: var(--bee1-ulg-option-size, 25px);
    border: 1px solid var(--bee1-ulg-option-border, #111);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.92);
    color: var(--bee1-ulg-option-color, #111) !important;
    font-size: var(--bee1-ulg-option-font-size, 11px);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.bee1-ulg-option--color {
    width: var(--bee1-ulg-option-size, 25px);
    min-width: var(--bee1-ulg-option-size, 25px);
    background: linear-gradient(135deg, #111 0 50%, #f6f6f0 50% 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.bee1-ulg-option--color .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.bee1-ulg-option--size {
    padding: 0;
}

.bee1-ulg-option:hover,
.bee1-ulg-option:focus-visible {
    outline: 0;
    color: var(--bee1-ulg-option-color, #111) !important;
    border-color: #000;
    background-color: #fff;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
}

.bee1-ulg-option.is-current {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #111;
}

.bee1-ulg-option.is-unavailable {
    position: relative;
    overflow: hidden;
    color: #b6bdc8 !important;
    border-color: #e1e5eb;
    background: rgba(248, 250, 252, 0.82);
    opacity: 1;
}

.bee1-ulg-option.is-unavailable::after {
    content: '';
    position: absolute;
    inset-inline: 2px;
    top: 50%;
    height: 1px;
    background: rgba(156, 163, 175, 0.62);
    transform: rotate(-34deg);
    transform-origin: center;
    pointer-events: none;
}

.bee1-ulg-archive-description {
    width: 100%;
    margin-block-start: 32px;
    color: #333;
    font-size: 15px;
    line-height: 1.75;
    text-align: center;
}

.bee1-ulg-archive-description .term-description,
.bee1-ulg-archive-description .page-description {
    margin: 0 auto;
}

.bee1-ulg-archive-description p:last-child {
    margin-block-end: 0;
}

.bee1-ulg-archive-description--yn770 {
    width: min(100%, 860px);
    margin: 0 auto 32px;
    color: #171717;
    font-family: inherit;
    text-align: initial;
}

.bee1-ulg-lang-switch {
    display: flex;
    justify-content: center;
    gap: 0;
    margin: 0 0 18px;
}

.bee1-ulg-lang-switch__button {
    min-width: 48px;
    min-height: 34px;
    border: 0;
    background: #e9e5d7;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.bee1-ulg-lang-switch__button:first-child {
    border-radius: 12px 0 0 12px;
}

.bee1-ulg-lang-switch__button:last-child {
    border-radius: 0 12px 12px 0;
}

.bee1-ulg-lang-switch__button.is-active {
    background: #050505;
    color: #fff;
}

.bee1-ulg-yn770-card {
    padding: clamp(26px, 4vw, 42px) clamp(24px, 4vw, 46px);
    border-radius: 12px;
    background: #e9e5d7;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.08);
}

.bee1-ulg-yn770-card p {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.7;
}

.bee1-ulg-yn770-card p:last-child {
    margin-bottom: 0;
}

.bee1-ulg-yn770-card strong {
    font-weight: 800;
}

.bee1-ulg-lang-panel[dir="ltr"] {
    text-align: left;
}

.bee1-ulg-lang-panel[dir="rtl"] {
    text-align: right;
}

.bee1-ulg-card__excerpt {
    font-size: 13px;
    line-height: 1.4;
    color: #555;
}

.bee1-ulg-card__promo:empty {
    display: none;
}

.bee1-ulg-card__actions {
    padding-block-start: 4px;
}

.bee1-ulg-card__actions .button,
.bee1-ulg-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    min-width: 132px;
    padding: 8px 16px;
    border: 0;
    background: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.bee1-ulg-card.is-out-of-stock .bee1-ulg-card__media img {
    filter: grayscale(1);
    opacity: 0.72;
}

.bee1-ulg-wrap[data-template-preset="comax-fashion"] .bee1-ulg-card,
.bee1-ulg-slider--yn-icons .bee1-ulg-card {
    background: #e9e5d7;
}

.bee1-ulg-wrap[data-template-preset="comax-fashion"] .bee1-ulg-card__body,
.bee1-ulg-slider--yn-icons .bee1-ulg-card__body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 44px;
    padding: 8px 10px;
    background: #e9e5d7;
    text-align: start;
}

.bee1-ulg-wrap[data-template-preset="comax-fashion"] .bee1-ulg-card__title,
.bee1-ulg-slider--yn-icons .bee1-ulg-card__title {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bee1-ulg-wrap[data-template-preset="comax-fashion"] .bee1-ulg-card__price,
.bee1-ulg-slider--yn-icons .bee1-ulg-card__price {
    flex: 0 0 auto;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-align: end;
    white-space: nowrap;
}

.bee1-ulg-promotions {
    margin-block-end: 24px;
}

.bee1-ulg-slider {
    position: relative;
    width: 100%;
    margin-block: 24px;
    color: #111;
}

.bee1-ulg-slider__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-block-end: 14px;
}

.bee1-ulg-slider__title {
    margin: 0;
    color: #111;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.bee1-ulg-slider--title-center .bee1-ulg-slider__head {
    justify-content: center;
}

.bee1-ulg-slider--title-center .bee1-ulg-slider__title {
    text-align: center;
}

.bee1-ulg-slider--title-center .bee1-ulg-slider__controls {
    position: absolute;
    inset-inline-end: 0;
}

.bee1-ulg-slider--title-end .bee1-ulg-slider__head {
    flex-direction: row-reverse;
}

.bee1-ulg-slider--title-end .bee1-ulg-slider__title {
    text-align: end;
}

.bee1-ulg-wishlist {
    position: absolute;
    inset-block-start: 8px;
    inset-inline-end: 8px;
    z-index: 5;
    line-height: 1;
}

.bee1-ulg-wishlist .wlfmc-add-to-wishlist {
    margin: 0 !important;
}

.bee1-ulg-wishlist .wlfmc-add-button a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: #111 !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
}

.bee1-ulg-wishlist .wlfmc-add-button a:hover,
.bee1-ulg-wishlist .wlfmc-add-button a:focus-visible {
    background: #111 !important;
    color: #fff !important;
    outline: 0;
}

.bee1-ulg-slider--yn-icons .bee1-ulg-card__actions {
    position: absolute;
    inset-block-start: 8px;
    left: 8px;
    right: auto;
    z-index: 6;
    padding: 0;
    line-height: 1;
}

.bee1-ulg-slider--yn-icons .bee1-ulg-wishlist {
    inset-block-start: 8px;
    right: 8px;
    left: auto;
}

.bee1-ulg-wrap[data-template-preset="comax-fashion"] .bee1-ulg-wishlist,
body.wp-child-theme-yn10565 .bee1-ulg-wishlist {
    inset-block-start: 8px;
    right: 8px;
    left: auto;
    inset-inline-end: auto;
}

body.wp-child-theme-yn10565 .bee1-filter--color .bee1-filter__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
    gap: 8px;
    align-items: flex-start;
    text-align: start;
}

body.wp-child-theme-yn10565 .bee1-filter__item--color {
    min-width: 0;
}

body.wp-child-theme-yn10565 .bee1-filter__item--color a {
    align-items: center;
    width: 100%;
    min-width: 0;
    text-align: center;
}

body.wp-child-theme-yn10565 .bee1-swatch {
    border-radius: 4px !important;
}

body.wp-child-theme-yn10565 .bee1-swatch-label {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
    line-height: 1.15;
}

.bee1-ulg-slider--yn-icons .bee1-ulg-card__actions .button,
.bee1-ulg-slider--yn-icons .bee1-ulg-cart,
.bee1-ulg-slider--yn-icons .bee1-ulg-wishlist .woosw-btn,
.bee1-ulg-slider--yn-icons .bee1-ulg-wishlist .wlfmc-add-button a,
.bee1-ulg-wrap[data-template-preset="comax-fashion"] .bee1-ulg-wishlist .woosw-btn,
.bee1-ulg-wrap[data-template-preset="comax-fashion"] .bee1-ulg-wishlist .wlfmc-add-button a,
body.wp-child-theme-yn10565 .bee1-ulg-wishlist .woosw-btn,
body.wp-child-theme-yn10565 .bee1-ulg-wishlist .wlfmc-add-button a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: #111 !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
    font-size: 0 !important;
    text-indent: 0;
}

.bee1-ulg-slider--yn-icons .bee1-ulg-card__actions .button::before,
.bee1-ulg-slider--yn-icons .bee1-ulg-cart::before {
    content: "";
    width: 20px;
    height: 20px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_251_589)'%3E%3Cpath d='M15 5C15 2.2425 12.7575 0 10 0C7.2425 0 5 2.2425 5 5H0V17.9167C0 19.0658 0.935 20 2.08333 20H14.1667V19.1667H2.08333C1.39417 19.1667 0.833333 18.6058 0.833333 17.9167V5.83333H5V9.16667H5.83333V5.83333H14.1667V9.16667H15V5.83333H19.1667V14.1667H20V5H15ZM5.83333 5C5.83333 2.7025 7.7025 0.833333 10 0.833333C12.2975 0.833333 14.1667 2.7025 14.1667 5H5.83333ZM16.6667 15.8333H20V16.6667H16.6667V20H15.8333V16.6667H12.5V15.8333H15.8333V12.5H16.6667V15.8333Z' fill='%230D0D0D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_251_589'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center / contain no-repeat;
}

.bee1-ulg-slider--yn-icons .bee1-ulg-card__actions .button:hover::before,
.bee1-ulg-slider--yn-icons .bee1-ulg-card__actions .button:focus-visible::before,
.bee1-ulg-slider--yn-icons .bee1-ulg-cart:hover::before,
.bee1-ulg-slider--yn-icons .bee1-ulg-cart:focus-visible::before {
    filter: brightness(0) invert(1);
}

.bee1-ulg-slider--yn-icons .bee1-ulg-wishlist .woosw-btn::before,
.bee1-ulg-wrap[data-template-preset="comax-fashion"] .bee1-ulg-wishlist .woosw-btn::before,
body.wp-child-theme-yn10565 .bee1-ulg-wishlist .woosw-btn::before {
    content: "";
    width: 21px;
    height: 21px;
    background: transparent url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 35 35' fill='none' xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath d='M25.3571 1.42857C21.78 1.42857 18.5329 4.07286 17.1429 7.64857C15.7529 4.07143 12.5057 1.42857 8.92857 1.42857C4.00571 1.42857 0 5.43428 0 10.3571C0 20.0143 13.9343 30.4571 16.7271 32.4514L17.1429 32.7486L17.5586 32.4514C20.3529 30.4571 34.2857 20.0129 34.2857 10.3571C34.2857 5.43428 30.28 1.42857 25.3571 1.42857ZM17.1429 30.99C9.79857 25.6543 1.42857 17.1743 1.42857 10.3571C1.42857 6.22143 4.79286 2.85714 8.92857 2.85714C12.8543 2.85714 16.4286 6.94286 16.4286 11.4286H17.8571C17.8571 6.94286 21.4314 2.85714 25.3571 2.85714C29.4929 2.85714 32.8571 6.22143 32.8571 10.3571C32.8571 17.1743 24.4871 25.6543 17.1429 30.99Z' fill='%230D0D0D'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bee1-ulg-slider--yn-icons .bee1-ulg-wishlist .woosw-btn>*,
.bee1-ulg-wrap[data-template-preset="comax-fashion"] .bee1-ulg-wishlist .woosw-btn>*,
body.wp-child-theme-yn10565 .bee1-ulg-wishlist .woosw-btn>* {
    display: none !important;
}

.bee1-ulg-slider--yn-icons .bee1-ulg-wishlist .wlfmc-add-button a span,
.bee1-ulg-slider--yn-icons .bee1-ulg-wishlist .wlfmc-add-button a .button-label,
.bee1-ulg-slider--yn-icons .bee1-ulg-wishlist .wlfmc-add-button a .wlfmc-add-to-wishlist-label {
    font-size: 0 !important;
}

.bee1-ulg-slider--yn-icons .bee1-ulg-card__actions .button:hover,
.bee1-ulg-slider--yn-icons .bee1-ulg-card__actions .button:focus-visible,
.bee1-ulg-slider--yn-icons .bee1-ulg-cart:hover,
.bee1-ulg-slider--yn-icons .bee1-ulg-cart:focus-visible,
.bee1-ulg-slider--yn-icons .bee1-ulg-wishlist .woosw-btn:hover,
.bee1-ulg-slider--yn-icons .bee1-ulg-wishlist .woosw-btn:focus-visible,
.bee1-ulg-wrap[data-template-preset="comax-fashion"] .bee1-ulg-wishlist .woosw-btn:hover,
.bee1-ulg-wrap[data-template-preset="comax-fashion"] .bee1-ulg-wishlist .woosw-btn:focus-visible,
body.wp-child-theme-yn10565 .bee1-ulg-wishlist .woosw-btn:hover,
body.wp-child-theme-yn10565 .bee1-ulg-wishlist .woosw-btn:focus-visible,
.bee1-ulg-slider--yn-icons .bee1-ulg-wishlist .wlfmc-add-button a:hover,
.bee1-ulg-slider--yn-icons .bee1-ulg-wishlist .wlfmc-add-button a:focus-visible {
    background: #111 !important;
    color: #fff !important;
    outline: 0;
}

.bee1-ulg-slider--yn-icons .bee1-ulg-wishlist .woosw-btn:hover::before,
.bee1-ulg-slider--yn-icons .bee1-ulg-wishlist .woosw-btn:focus-visible::before,
.bee1-ulg-wrap[data-template-preset="comax-fashion"] .bee1-ulg-wishlist .woosw-btn:hover::before,
.bee1-ulg-wrap[data-template-preset="comax-fashion"] .bee1-ulg-wishlist .woosw-btn:focus-visible::before,
body.wp-child-theme-yn10565 .bee1-ulg-wishlist .woosw-btn:hover::before,
body.wp-child-theme-yn10565 .bee1-ulg-wishlist .woosw-btn:focus-visible::before {
    filter: brightness(0) invert(1);
}

.bee1-ulg-slider__controls {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
    direction: ltr;
}

.bee1-ulg-slider__controls--floating {
    position: absolute;
    inset-block-start: -44px;
    inset-inline: auto auto;
    left: 0;
    z-index: 4;
    justify-content: flex-start;
    pointer-events: none;
    transform: none;
}

.bee1-ulg-slider__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #111;
    border-radius: 0;
    background: #fff;
    color: #111;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    touch-action: manipulation;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.bee1-ulg-slider__controls--floating .bee1-ulg-slider__nav {
    pointer-events: auto;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
}

.bee1-ulg-slider__nav:hover,
.bee1-ulg-slider__nav:focus-visible {
    background: #111;
    color: #fff;
    outline: 0;
}

.bee1-ulg-slider__nav[disabled] {
    opacity: 0.32;
    cursor: default;
    pointer-events: none;
}

.bee1-ulg-slider__nav.is-disabled {
    opacity: 0.32;
    cursor: default;
}

.bee1-ulg-slider__viewport {
    overflow: hidden;
}

.bee1-ulg-slider__track {
    display: flex;
    gap: var(--bee1-ulg-column-gap, 24px);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.bee1-ulg-slider__track::-webkit-scrollbar {
    display: none;
}

.bee1-ulg-slider__track .bee1-ulg-card {
    flex: 0 0 calc((100% - var(--bee1-ulg-slider-gap-total, 72px)) / var(--bee1-ulg-cols, 4));
    scroll-snap-align: start;
}

.bee1-ulg-sentinel {
    height: 1px;
}

.bee1-ulg-page-status {
    min-height: 22px;
    margin-block-start: 18px;
    text-align: center;
    font-size: 13px;
    color: #555;
}

.bee1-ulg-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-block-start: 12px;
}

.bee1-ulg-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 34px;
    padding: 5px 9px;
    border: 1px solid #d4d4d8;
    background: #fff;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.bee1-ulg-pagination .page-numbers.current {
    border-color: #111;
    background: #111;
    color: #fff;
}

.bee1-ulg-load {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 148px;
    margin: 18px auto 0;
    padding: 10px 18px;
    border: 1px solid #111;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.bee1-ulg-load:hover,
.bee1-ulg-load:focus-visible {
    background: #000;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
    transform: translateY(-1px);
    outline: 0;
}

.bee1-ulg-loader {
    display: none;
    justify-content: center;
    min-height: 96px;
    margin-block-start: 18px;
}

.bee1-ulg-loader__orbit {
    position: relative;
    display: block;
    width: 86px;
    height: 72px;
}

.bee1-ulg-loader__bee {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 44px;
    line-height: 1;
    filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.18));
    animation: bee1-ulg-bee-corners 2600ms ease-in-out infinite;
}

.bee1-ulg-wrap.is-loading .bee1-ulg-loader {
    display: flex;
}

@keyframes bee1-ulg-bee-corners {

    0%,
    100% {
        transform: translate(0, 0) rotate(-8deg) scale(1);
    }

    25% {
        transform: translate(36px, -4px) rotate(10deg) scale(1.08);
    }

    50% {
        transform: translate(32px, 30px) rotate(4deg) scale(1.03);
    }

    75% {
        transform: translate(-4px, 28px) rotate(-12deg) scale(1.08);
    }
}

.bee1-ulg-wrap[data-load-button="0"] .bee1-ulg-load,
.bee1-ulg-wrap.is-complete .bee1-ulg-load {
    display: none;
}

.bee1-ulg-wrap.is-loading .bee1-ulg-load {
    pointer-events: none;
    opacity: 0.38;
}

.bee1-ulg-mobile-toolbar {
    display: none;
}

.bee1-ulg-mobile-toolbar svg,
.bee1-ulg-mobile-share svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bee1-ulg-mobile-share[hidden],
.bee1-ulg-mobile-toolbar[hidden] {
    display: none !important;
}

@media (max-width: 1024px) {
    .bee1-ulg-grid {
        grid-template-columns: repeat(var(--bee1-ulg-cols-tablet, 3), minmax(0, 1fr));
        gap: var(--bee1-ulg-row-gap-tablet, 24px) var(--bee1-ulg-column-gap-tablet, 18px);
    }

    .bee1-ulg-slider__track {
        gap: var(--bee1-ulg-column-gap-tablet, 18px);
    }

    .bee1-ulg-slider__track .bee1-ulg-card {
        flex-basis: calc((100% - var(--bee1-ulg-slider-tablet-gap-total, 36px)) / var(--bee1-ulg-cols-tablet, 3));
    }
}

@media (max-width: 900px) {
    html.bee1-ulg-has-mobile-toolbar body {
        padding-bottom: calc(78px + env(safe-area-inset-bottom));
    }

    .bee1-ulg-mobile-toolbar {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 100010;
        display: block;
        padding: 6px 8px calc(6px + env(safe-area-inset-bottom));
        border-top: 1px solid #e5e7eb;
        background: #fff;
        box-shadow: 0 -6px 20px rgba(15, 23, 42, 0.08);
        direction: ltr;
    }

    .bee1-ulg-mobile-toolbar__row {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 58px;
        max-width: 620px;
        margin: 0 auto;
    }

    .bee1-ulg-mobile-toolbar__row--shortcuts {
        border-bottom: 0;
    }

    .bee1-ulg-mobile-toolbar__item {
        box-sizing: border-box;
        display: inline-flex;
        flex: 1 1 0;
        min-width: 0;
        min-height: 58px;
        padding: 5px 4px 4px;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #111827 !important;
        font: inherit;
        text-decoration: none !important;
        cursor: pointer;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        -webkit-tap-highlight-color: transparent;
    }

    .bee1-ulg-mobile-toolbar__item svg {
        width: 23px;
        height: 23px;
    }

    .bee1-ulg-mobile-toolbar__label {
        max-width: 100%;
        overflow: hidden;
        color: inherit;
        font-size: 10.5px;
        font-weight: 650;
        line-height: 1.1;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .bee1-ulg-mobile-toolbar__item:active,
    .bee1-ulg-mobile-toolbar__item:focus-visible {
        background: rgba(0, 0, 0, 0.06);
        outline: 0;
    }

    .bee1-ulg-mobile-share {
        position: fixed;
        inset: 0;
        z-index: 100011;
        display: block;
    }

    .bee1-ulg-mobile-share__backdrop {
        position: absolute;
        inset: 0;
        border: 0;
        background: rgba(0, 0, 0, 0.35);
    }

    .bee1-ulg-mobile-share__panel {
        position: absolute;
        right: 10px;
        bottom: calc(82px + env(safe-area-inset-bottom));
        left: 10px;
        padding: 16px;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        background: #fff;
        color: #111;
        box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
        direction: inherit;
    }

    .bee1-ulg-mobile-share__close {
        position: absolute;
        top: 10px;
        right: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border: 0;
        border-radius: 999px;
        background: #f1f1f1;
        color: #111;
        font-size: 20px;
        line-height: 1;
        cursor: pointer;
    }

    .bee1-ulg-mobile-share__title {
        padding-inline-end: 36px;
        font-size: 16px;
        font-weight: 800;
        line-height: 1.2;
    }

    .bee1-ulg-mobile-share__options {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        margin-top: 14px;
    }

    .bee1-ulg-mobile-share__option {
        display: inline-flex;
        min-width: 0;
        min-height: 76px;
        padding: 8px;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        background: #fff;
        color: #111;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
    }

    .bee1-ulg-mobile-share__option:active,
    .bee1-ulg-mobile-share__option:focus-visible {
        border-color: #111;
        background: #f7f7f7;
        outline: 0;
    }

    .bee1-ulg-mobile-share__status {
        min-height: 18px;
        margin-top: 10px;
        color: #555;
        font-size: 12px;
        text-align: center;
    }
}

@media (min-width: 901px) {
    .bee1-ulg-mobile-share,
    .bee1-ulg-mobile-toolbar {
        display: none !important;
    }
}

@media (max-width: 900px) {

    .bee1-ulg-shell,
    .bee1-ulg-shell[data-filters-desktop="sidebar"] {
        display: block;
    }

    .bee1-ulg-shell[data-filters-mobile="drawer"] .bee1-ulg-filter-toggle {
        display: inline-flex;
        margin-block-end: 14px;
    }

    .bee1-ulg-shell[data-filters-mobile="drawer"] .bee1-ulg-filters-panel {
        display: block;
        position: fixed;
        inset-block: 0;
        inset-inline-start: 0;
        z-index: 100002;
        width: min(88vw, 360px);
        padding: 54px 18px 24px;
        overflow: auto;
        transform: translateX(-104%);
        transition: transform 180ms ease;
    }

    [dir="rtl"] .bee1-ulg-shell[data-filters-mobile="drawer"] .bee1-ulg-filters-panel {
        transform: translateX(104%);
    }

    .bee1-ulg-shell[data-filters-mobile="drawer"] .bee1-ulg-filter-close {
        display: inline-flex;
    }

    .bee1-ulg-shell[data-filters-mobile="none"] .bee1-ulg-filter-toggle,
    .bee1-ulg-shell[data-filters-mobile="none"] .bee1-ulg-filters-panel {
        display: none;
    }
}

@media (max-width: 640px) {

    .bee1-ulg-shell,
    .bee1-ulg-shell[data-filters-desktop="sidebar"] {
        display: block;
    }

    .bee1-ulg-shell[data-filters-mobile="drawer"] .bee1-ulg-filter-toggle {
        display: inline-flex;
        margin-block-end: 14px;
    }

    .bee1-ulg-shell[data-filters-mobile="drawer"] .bee1-ulg-filters-panel {
        display: block;
        position: fixed;
        inset-block: 0;
        inset-inline-start: 0;
        z-index: 100002;
        width: min(88vw, 360px);
        padding: 54px 18px 24px;
        overflow: auto;
        transform: translateX(-104%);
        transition: transform 180ms ease;
    }

    [dir="rtl"] .bee1-ulg-shell[data-filters-mobile="drawer"] .bee1-ulg-filters-panel {
        transform: translateX(104%);
    }

    .bee1-ulg-shell[data-filters-mobile="drawer"] .bee1-ulg-filter-close {
        display: inline-flex;
    }

    .bee1-ulg-shell[data-filters-mobile="none"] .bee1-ulg-filter-toggle,
    .bee1-ulg-shell[data-filters-mobile="none"] .bee1-ulg-filters-panel {
        display: none;
    }

    .bee1-ulg-grid {
        grid-template-columns: repeat(var(--bee1-ulg-cols-mobile, 2), minmax(0, 1fr));
        gap: var(--bee1-ulg-row-gap-mobile, 22px) var(--bee1-ulg-column-gap-mobile, 12px);
    }

    .bee1-ulg-slider {
        margin-block: 18px;
    }

    .bee1-ulg-slider__title {
        font-size: 18px;
    }

    .bee1-ulg-slider__nav {
        width: 32px;
        height: 32px;
        font-size: 21px;
    }

    .bee1-ulg-slider__track {
        gap: var(--bee1-ulg-column-gap-mobile, 12px);
        padding-inline-end: 18px;
    }

    .bee1-ulg-slider__track .bee1-ulg-card {
        flex-basis: calc((100% - var(--bee1-ulg-slider-mobile-gap-total, 12px)) / var(--bee1-ulg-cols-mobile, 2));
    }

    .bee1-ulg-wrap .bee1-ulg-card__title,
    .bee1-ulg-slider .bee1-ulg-card__title {
        font-size: var(--bee1-ulg-title-mobile-size, 12px) !important;
    }

    .bee1-ulg-card__body {
        gap: 5px;
        min-height: 58px;
        padding-block-start: 7px;
    }

    .bee1-ulg-card__actions .button,
    .bee1-ulg-cart {
        width: 100%;
        min-width: 0;
    }

    .bee1-ulg-wrap[data-template-preset="comax-fashion"] .bee1-ulg-card__body,
    .bee1-ulg-slider--yn-icons .bee1-ulg-card__body {
        min-height: 36px;
        padding: 6px 8px;
        gap: 6px;
    }

    .bee1-ulg-wrap[data-template-preset="comax-fashion"] .bee1-ulg-card__price,
    .bee1-ulg-slider--yn-icons .bee1-ulg-card__price {
        font-size: 12px !important;
    }
}

@media (hover: none),
(pointer: coarse),
(max-width: 1100px) {

    .bee1-ulg-shell,
    .bee1-ulg-shell[data-filters-desktop="sidebar"] {
        display: block;
    }

    .bee1-ulg-shell[data-filters-mobile="drawer"] .bee1-ulg-filter-toggle {
        display: inline-flex !important;
        width: 36px;
        height: 36px;
        min-height: 36px;
        padding: 0;
        border-radius: 999px;
        margin-block-end: 14px;
        background: #111;
        color: #fff;
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
    }

    .bee1-ulg-shell[data-filters-mobile="drawer"] .bee1-ulg-filter-toggle__text {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .bee1-ulg-grid {
        grid-template-columns: repeat(var(--bee1-ulg-cols-mobile, 2), minmax(0, 1fr));
        gap: var(--bee1-ulg-row-gap-mobile, 22px) var(--bee1-ulg-column-gap-mobile, 12px);
    }

    .bee1-ulg-wrap .bee1-ulg-card__media {
        aspect-ratio: 2 / 3.15 !important;
    }

    .bee1-ulg-variations--overlay {
        inset-inline: 6px;
        inset-block-end: 6px;
    }

    .bee1-ulg-variation-row {
        gap: 4px;
    }

    .bee1-ulg-slider__controls--floating {
        display: flex;
        inset-block-start: -42px;
        inset-inline: auto auto;
        left: 0;
        z-index: 8;
    }

    .bee1-ulg-slider__controls--floating .bee1-ulg-slider__nav {
        width: 34px;
        height: 34px;
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
    }

    .bee1-ulg-slider__track {
        gap: var(--bee1-ulg-column-gap-mobile, 12px);
    }

    .bee1-ulg-slider__track .bee1-ulg-card {
        flex-basis: calc((100% - var(--bee1-ulg-slider-mobile-gap-total, 12px)) / var(--bee1-ulg-cols-mobile, 2));
    }

    .bee1-ulg-shell[data-filters-mobile="drawer"] .bee1-ulg-filter-close {
        z-index: 2;
        display: inline-flex !important;
    }

    .bee1-ulg-shell[data-filters-mobile="drawer"] .bee1-ulg-filters-panel {
        display: block !important;
        position: fixed !important;
        inset-block: 0;
        inset-inline-start: 0;
        z-index: 100002;
        width: min(88vw, 360px);
        max-width: calc(100vw - 32px);
        padding: 54px 18px 24px;
        overflow: auto;
        transform: translateX(-104%);
        transition: transform 180ms ease;
    }

    [dir="rtl"] .bee1-ulg-shell[data-filters-mobile="drawer"] .bee1-ulg-filters-panel {
        transform: translateX(104%);
    }

    .bee1-ulg-shell[data-filters-mobile="drawer"].is-filters-open .bee1-ulg-filters-panel {
        transform: translateX(0) !important;
    }

    .bee1-ulg-shell[data-filters-mobile="drawer"].is-filters-open .bee1-ulg-filter-backdrop {
        display: block;
    }

    .bee1-ulg-shell[data-filters-mobile="none"] .bee1-ulg-filter-toggle,
    .bee1-ulg-shell[data-filters-mobile="none"] .bee1-ulg-filters-panel {
        display: none !important;
    }
}
