.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"] .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: 28px 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: scale(0.88);
}

.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-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: #b5161b;
    direction: ltr;
    unicode-bidi: isolate;
}

.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: #5c6670;
}

.bee1-ulg-card__body {
    display: grid;
    gap: 6px;
    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 {
    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.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--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-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-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__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: 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;
}

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

    .bee1-ulg-slider__track {
        gap: 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) {

    .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: 22px 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: 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;
        padding-block-start: 7px;
    }

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

@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: 22px 12px;
    }

    .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: 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;
    }
}
