/* for Filter by Category css */
.pl_flex .price{font-size: 16px;}
.amshopby-option-link img{margin: 0;}

.filter-options-content ol.items li.item .am-filter-checkbox-wrapper, .filter-options-content [class*=am-filter-items-] .label, .filter-options-content ul.items li.item .am-filter-checkbox-wrapper{	margin-bottom: 0;}
.catalog-category-view .block.filter .block-content.filter-content .block-filter-content .filter-options-item .filter-options-content ol.items .item:first-child{
	padding-top: 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item, .filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered), .filter-options .amshopby-category-dropdown+form .item {
    padding: 15px 50px 15px 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.filter-options-item .filter-options-content .count{
	position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-flex;
    font-weight:normal;
}
.amshopby-option-link{
    display: none;
}


/* New Design */
/**
 * Homepage Best Sellers section (attribute: best_sellers).
 */
.labix-bestsellers {
    box-sizing: border-box;
    max-width: 1320px;
    margin: 0 auto 2.5rem;
    padding: 0 1.25rem;
    /* Figma Home Page product card */
    --labix-hp-blue: #2185d0;
    --labix-hp-blue-hover: #1a6fb3;
    --labix-hp-teal: #00c292;
    /* Figma-style card: green price + pill, blue ATC */
    --labix-hp-discount: #22c55e;
    --labix-hp-price-green: #16a34a;
    --labix-hp-card-border: #e5e7eb;
}

/* Section pill â€” Figma: centered above grid; primary = blue faceted gradient */
.labix-bestsellers__badge-row {
    margin: 0 0 0.65rem;
    text-align: center;
}

.labix-bestsellers__head--stacked {
    text-align: center;
    margin: 0 0 1.75rem;
}

.labix-bestsellers__head--stacked .labix-bestsellers__badge-row {
    margin-bottom: 0.65rem;
}

.labix-bestsellers__head--stacked .labix-bestsellers__badge-row:last-child {
    margin-bottom: 0;
}

.labix-bestsellers__section-badge {
    display: inline-block;
    padding: 0.55rem 1.5rem;
    border-radius: 999px;
    font-weight: 800;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.3;
}

/* Figma BEST-SELLERS / IN STOCK: layered blues + subtle geometric highlights */
.labix-bestsellers__section-badge--primary {
    background-image:
        linear-gradient(145deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 42%),
        repeating-linear-gradient(
            118deg,
            rgba(255, 255, 255, 0.03) 0 11px,
            rgba(255, 255, 255, 0) 11px 22px
        ),
        repeating-linear-gradient(
            -72deg,
            rgba(0, 40, 80, 0.12) 0 9px,
            rgba(255, 255, 255, 0) 9px 19px
        ),
        linear-gradient(135deg, #2b8fd9 0%, #0d6ebd 38%, #085a9e 100%);
    box-shadow: 0 6px 20px rgba(8, 90, 158, 0.35);
}

.labix-bestsellers__section-badge--sky {
    background: linear-gradient(135deg, #7dd3fc 0%, #38bdf8 55%, #0ea5e9 100%);
    box-shadow: 0 4px 14px rgba(14, 165, 233, 0.3);
}

.labix-bestsellers__head {
    text-align: center;
    margin: 0 0 1.75rem;
}

.labix-bestsellers__title {
    margin: 0 0 0.35rem;
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #111;
    line-height: 1.2;
}

/* Figma / layout: single line e.g. â€œBestSellersâ€ (no pill, no all-caps) */
.labix-bestsellers__title--wordmark {
    margin: 0 0 0.75rem;
    font-size: clamp(1.55rem, 2.8vw, 2rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: none;
    color: #111;
    line-height: 1.25;
}

.labix-bestsellers__subtitle {
    margin: 0;
    font-size: 1rem;
    font-style: italic;
    font-weight: 400;
    color: #6b7280;
}

/* Optional tagline directly under pill (set section_subtitle in layout XML) */
.labix-bestsellers__subtitle--under-badge {
    margin: 0.15rem auto 0;
    max-width: 28rem;
    font-size: 0.98rem;
    font-style: italic;
    font-weight: 500;
    color: var(--labix-hp-blue, #2b88d8);
    letter-spacing: 0.02em;
}

.labix-bestsellers__head--stacked .labix-bestsellers__title {
    margin: 0.35rem 0 0.35rem;
}

.labix-bestsellers__grid {
    display: grid;
    grid-template-columns: repeat(var(--labix-bs-cols-desktop, 6), minmax(0, 1fr));
    gap: 1.25rem;
    align-items: stretch;
}

/* MGS brand â€” top-left header (final Figma card) */
.labix-bs-brand {
    margin: 0;
    min-height: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.labix-bs-card__header {
    width: 100%;
    margin: 0 0 6px;
    text-align: left;
    flex-shrink: 0;
}

.labix-bs-card__header .labix-bs-brand {
    margin: 0;
}

.labix-bs-card__header .labix-bs-brand__img,
.labix-bs-card__header .labix-bs-brand picture img {
    max-height: 36px;
    max-width: 132px;
}

.labix-bs-card__header .labix-bs-brand__name {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #c40000;
    max-width: 160px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.labix-bs-brand__link {
    display: inline-block;
    line-height: 0;
    max-width: 100%;
}

.labix-bs-brand__img {
    display: block;
    max-height: 24px;
    max-width: 88px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.labix-bs-brand__name-link {
    text-decoration: none;
}

.labix-bs-brand__name-link:hover .labix-bs-brand__name {
    color: var(--labix-hp-blue, #2185d0);
}

.labix-bs-card__header .labix-bs-brand__name-link:hover .labix-bs-brand__name {
    color: #9b0000;
}

.labix-bs-brand__name {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #64748b;
    line-height: 1.25;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.labix-bestsellers__card {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--labix-hp-card-border, #cccccc);
    border-radius: 18px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    padding: 16px 16px 0;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    min-width: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Figma: clean white panel behind product photo */
.labix-bestsellers__card .labix-bs-card__media {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 188px;
    margin: 0 -2px 6px;
    padding: 10px 6px;
    background: #fff;
    border-radius: 12px;
}

/* Figma: gallery-style dots under image */
.labix-bs-card__media-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin: 0 0 10px;
    min-height: 8px;
}

.labix-bs-card__media-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d8d8d8;
    flex-shrink: 0;
    transition: background 0.2s ease, transform 0.2s ease;
}

.labix-bs-card__media-dot--active {
    background: var(--labix-hp-teal, #00c292);
    box-shadow: 0 0 0 2px rgba(0, 194, 146, 0.2);
    transform: scale(1.1);
}

/* Figma: centered image */
.labix-bestsellers__card .product-image {
    text-align: center;
    margin-bottom: 0;
}

.labix-bestsellers__card .product-image .product-item-photo {
    display: inline-block;
    max-width: 100%;
}

.labix-bestsellers__card .product-image img {
    max-height: 176px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    filter: drop-shadow(0 14px 28px rgba(15, 23, 42, 0.14));
}

.labix-bs-brand picture {
    display: block;
    line-height: 0;
}

.labix-bs-brand picture img {
    max-height: 24px;
    max-width: 88px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Hide redundant â€œAs low asâ€ / MSRP labels inside compact cards */
.labix-bestsellers__card .price-box .price-label,
.labix-bestsellers__card .price-box .label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Title below brand, centered â€” Figma: bold title, sentence case */
.labix-bestsellers__card .labix-bs-card__top .product-item-name {
    text-align: center;
    margin: 0 0 12px;
}

.labix-bestsellers__card .product-item-name .product-item-link {
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.35;
    letter-spacing: 0.01em;
    text-transform: none;
    color: #111;
}

/* â€œVariants from â€¦â€ under title (configurable) */
.labix-bs-card__variant-line {
    margin: 0 0 10px;
    padding: 0;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.35;
    color: #6b7280;
    text-align: left;
}

.labix-bestsellers__card .product-item-details [class^="swatch-opt-"] {
    margin: 0 0 8px;
    text-align: left;
}

/* Figma: sale + old price left, % OFF pill on the right */
.labix-bs-price-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 8px 0 0;
    width: 100%;
    min-width: 0;
}

.labix-bs-price-row__prices {
    display: flex;
    align-items: baseline;
    flex: 1 1 auto;
    min-width: 0;
    gap: 6px 10px;
}

.labix-bs-price-row__prices .price-box {
    margin: 0;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.labix-bs-price-row__off {
    display: inline-flex;
    flex-direction: row;
    align-items: baseline;
    gap: 0;
    background: var(--labix-hp-discount, #22c55e);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    padding: 5px 10px;
    border-radius: 999px;
    flex-shrink: 0;
    letter-spacing: 0.02em;
}

.labix-bs-price-row__off-num {
    font-size: 12px;
    font-weight: 800;
}

.labix-bs-price-row__off-suffix {
    font-size: 12px;
    font-weight: 800;
}

.labix-bs-card__sku {
    margin: 6px 0 0;
    font-size: 0.68rem;
    font-weight: 500;
    color: #94a3b8;
    text-align: left;
    letter-spacing: 0.02em;
}

.labix-bestsellers__card:hover {
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.12);
}

.labix-bestsellers__card .product-item-info,
.labix-bestsellers__card .product-item {
    background: transparent;
}

/* Card body: header + top grow; action bar pinned to bottom */
.labix-bestsellers__card .labix-bs-product-info,
.labix-bestsellers__card .product-item-info {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
}

.labix-bestsellers__card .labix-bs-card__top {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.labix-bestsellers__card .labix-bs-card__top .product-item-details {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
}

.labix-bestsellers__card .product-item-inner {
    margin-top: 0;
}

/* Bottom row â€” white bar; qty pill + blue ATC (reference UI) */
.labix-bs-card__actions-bar {
    margin: auto -16px 0;
    padding: 10px 12px;
    width: calc(100% + 32px);
    min-width: 0;
    flex-shrink: 0;
    background: #fff;
    border-top: 1px solid #eef2f7;
    border-radius: 0 0 17px 17px;
}

.labix-bs-card__actions-bar .product-item-inner {
    margin: 0;
    padding: 0;
    width: 100%;
}

/* Wishlist: icon-style chip (optional when hide_addwishlist = 0) */
.labix-bestsellers__card .labix-bs-wishlist {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-sizing: border-box;
    text-decoration: none;
}

.labix-bestsellers__card .labix-bs-wishlist span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.labix-bestsellers__card .labix-bs-wishlist::before {
    content: '';
    width: 18px;
    height: 18px;
    background: no-repeat center / contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
    opacity: 0.9;
}

.labix-bestsellers__card .product-item-actions {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: stretch;
    gap: 8px;
    margin-top: 10px;
    width: 100%;
    min-width: 0;
    opacity: 1 !important;
    visibility: visible !important;
}

.labix-bestsellers__card .labix-bs-card__actions-row.product-item-actions {
    margin-top: 0 !important;
    width: 100% !important;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.labix-bestsellers__card .labix-bs-card__actions-row .actions-primary {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
}

.labix-bestsellers__card .labix-bs-card__actions-row .actions-secondary {
    flex: 0 0 auto;
    margin: 0 !important;
    padding: 0 !important;
}

.labix-bestsellers__card .labix-bs-card__actions-row .labix-bs-tocart-form {
    width: 100% !important;
    max-width: 100%;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px;
    box-sizing: border-box;
}

.labix-bestsellers__card .labix-bs-card__actions-row .labix-bs-tocart-form--no-qty {
    justify-content: flex-end !important;
}

.labix-bestsellers__card .labix-bs-tocart-form--no-qty .labix-bs-tocart.action.tocart {
    margin-left: 0;
    padding-left: 12px;
    border-left: none;
    border-radius: 999px;
    width: 100%;
    max-width: 100%;
    justify-content: center;
}

.labix-bestsellers__card .actions-primary {
    margin: 0;
    flex: 1 1 100%;
    min-width: 0;
}

/* Claue list-products: at â‰¥1200px .actions-primary is block + tocart width 100% â€” breaks Figma single row */
.labix-bestsellers__card .product-item-actions .actions-primary {
    display: block;
    width: 100%;
    min-width: 0;
}

.labix-bestsellers__card .product-item-actions.labix-bs-card__actions-row .actions-primary {
    width: auto !important;
    min-width: 0;
}

.labix-bestsellers__card .actions-primary button.action.tocart.labix-bs-tocart {
    width: auto !important;
    max-width: 100%;
    display: inline-flex !important;
    margin-top: 0 !important;
    line-height: normal !important;
}


.labix-bestsellers__card .actions-primary form[data-role="tocart-form"]:not(.labix-bs-tocart-form) {
    display: block;
    width: 100%;
}

/* Quantity stepper â€” white pill, light border (reference) */
.labix-bs-qty {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex: 0 1 42%;
    max-width: 11rem;
    flex-shrink: 1;
    min-width: 0;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    gap: 0;
    padding: 2px 4px;
    min-height: 36px;
    box-sizing: border-box;
}

.labix-bs-qty__btn {
    width: 28px;
    min-width: 28px;
    height: 32px;
    border: none;
    background: transparent;
    color: #0f172a;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.15s ease, background 0.15s ease;
}

.labix-bs-qty__btn:hover {
    color: var(--labix-hp-blue, #2185d0);
    background: transparent;
}

.labix-bs-qty__btn:focus-visible {
    outline: 2px solid #38bdf8;
    outline-offset: 1px;
    z-index: 1;
}

.labix-bs-qty__input {
    width: 32px;
    min-width: 28px;
    max-width: 44px;
    height: 32px;
    border: none;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 800;
    color: #0f172a;
    background: transparent;
    padding: 0;
    box-sizing: border-box;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

.labix-bs-qty__input::-webkit-outer-spin-button,
.labix-bs-qty__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Add to cart â€” blue pill; white circle overlaps left edge (reference) */
.labix-bestsellers__card button.labix-bs-tocart.action.tocart {
    position: relative;
    box-sizing: border-box;
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    max-width: 100%;
    min-height: 40px;
    height: auto;
    margin-left: 0;
    padding: 8px 14px 8px 44px;
    border: none;
    border-radius: 999px;
    background: var(--labix-hp-blue, #2185d0);
    color: #fff;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(33, 133, 208, 0.32);
    transition: background 0.15s, box-shadow 0.15s;
}

.labix-bestsellers__card button.labix-bs-tocart.action.tocart:hover {
    background: var(--labix-hp-blue-hover, #1a6fb3);
    color: #fff;
    box-shadow: 0 6px 18px rgba(33, 133, 208, 0.45);
}

.labix-bestsellers__card .labix-bs-tocart__bubble {
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
    pointer-events: none;
}

.labix-bestsellers__card .labix-bs-tocart__icon {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* Cart + small â€œaddâ€ badge (arrow) â€” matches shared mock */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath stroke='%232185d0' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round' d='M6.5 20a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm10 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z'/%3E%3Cpath stroke='%232185d0' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round' d='M2 4h2l1.2 6.4a2 2 0 0 0 2 1.6h9.1a2 2 0 0 0 2-1.6L19 7H7.1'/%3E%3Ccircle cx='17.5' cy='4.75' r='3.35' fill='%232185d0'/%3E%3Cpath stroke='%23fff' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round' d='M17.5 3.1v3.3M16 5.25l1.5 1.5 1.5-1.5'/%3E%3C/svg%3E");
}

.labix-bestsellers__card .labix-bs-tocart .text {
    position: static;
    display: inline-block !important;
    width: auto;
    height: auto;
    padding: 0;
    margin: -10px;
    overflow: hidden;
    text-overflow: ellipsis;
    clip: auto;
    white-space: nowrap;
    border: 0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
}

.labix-bestsellers__card .price-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
}

.labix-bestsellers__card .price-box .special-price .price {
    color: var(--labix-hp-price-green, #16a34a);
    font-weight: 800;
    font-size: 1.12rem;
}

.labix-bestsellers__card .price-box .normal-price .price {
    color: #111;
    font-weight: 700;
    font-size: 1.02rem;
}

.labix-bestsellers__card .price-box .old-price .price {
    text-decoration: line-through;
    color: #9ca3af;
    font-weight: 500;
    font-size: 0.82rem;
}

.labix-bestsellers__card .product-reviews-summary {
    display: none !important;
}

/* Stock text inside action bar */
.labix-bs-card__actions-bar .stock {
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    padding: 4px 0;
}

.labix-bs-card__actions-bar .stock.unavailable {
    color: #ef4444;
}

/* Below 992px theme used 3 columns â€” felt like â€œonly 3 productsâ€ on many laptops (1024â€“1199). */
@media (max-width: 991px) {
    .labix-bestsellers__grid {
        grid-template-columns: repeat(var(--labix-bs-cols-tablet, 3), minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .labix-bestsellers {
        padding: 0 0.75rem;
        margin-bottom: 1.75rem;
    }

    .labix-bestsellers__title {
        font-size: 1.35rem;
    }

    .labix-bestsellers__subtitle {
        font-size: 0.9rem;
    }

    .labix-bestsellers__grid {
        grid-template-columns: repeat(var(--labix-bs-cols-mobile, 2), minmax(0, 1fr));
        gap: 0.85rem;
    }

    .labix-bestsellers__card {
        padding: 0.75rem 0.75rem 0;
    }

    .labix-bs-card__actions-bar {
        margin: auto -0.75rem 0;
        width: calc(100% + 1.5rem);
        padding: 8px 10px;
    }
}

@media (max-width: 400px) {
    .labix-bestsellers__grid {
        grid-template-columns: 1fr;
    }
}

/* â€”â€” Owl slider (IN STOCK / LABWARE / BEST SELLER) â€”â€” */
.labix-bestsellers__slider-wrap {
    position: relative;
    margin: 0;
    padding: 0 48px;
}

.labix-bestsellers__slider-wrap--stacked-row + .labix-bestsellers__slider-wrap--stacked-row {
    margin-top: 1rem;
}

/* Owl: full width of wrap; horizontal stage */
.labix-bestsellers__slider.owl-carousel {
    display: block;
    width: 100%;
}

.labix-bestsellers__slider.owl-carousel .owl-stage-outer {
    overflow: hidden;
    width: 100%;
}

/* Float strip matches MGS Owl 2 (flex on stage fights width math on some builds) */
.labix-bestsellers__slider.owl-carousel .owl-stage {
    display: block;
    /* Owl sets transition duration inline; easing stays smoother than default ease */
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.labix-bestsellers__slider.owl-carousel .owl-item {
    float: left;
}

/* Second stacked row uses Owl rtl â€” match float so stage order matches RTL */
.labix-bestsellers__slider.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* Each Owl cell = one card; fill item width for correct 6-across math */
.labix-bestsellers__slider.owl-carousel .owl-item > .item.labix-bestsellers__slide {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.labix-bestsellers__slide {
    box-sizing: border-box;
    height: 100%;
}

.labix-bestsellers__slide .labix-bestsellers__card {
    margin: 0;
    height: 100%;
}

/* â€”â€” Paged grids (6Ã—2): native horizontal scroll â€” no Owl width bugs â€”â€” */
.labix-bestsellers__paged-wrap {
    position: relative;
    display: block;
    width: 100%;
}

.labix-bestsellers__paged-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    scrollbar-width: thin;
}

.labix-bestsellers__paged-snap {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    box-sizing: border-box;
}

/* !important: theme / listing CSS must not flatten grid to display:block */
.labix-bestsellers__paged-track .labix-bestsellers__page {
    display: grid !important;
    grid-auto-flow: row;
    grid-template-columns: repeat(var(--labix-bs-page-cols-mobile, 2), minmax(0, 1fr)) !important;
    gap: 1rem;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    align-items: stretch;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .labix-bestsellers__paged-track .labix-bestsellers__page {
        grid-template-columns: repeat(var(--labix-bs-page-cols-tablet, 3), minmax(0, 1fr)) !important;
    }
}

@media (min-width: 992px) {
    .labix-bestsellers__paged-track .labix-bestsellers__page {
        grid-template-columns: repeat(var(--labix-bs-page-cols-desktop, 6), minmax(0, 1fr)) !important;
    }
}

.labix-hp-paged__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    border: none;
    background: var(--labix-hp-blue, #2b88d8);
    color: #fff;
    box-shadow: 0 4px 16px rgba(43, 136, 216, 0.4);
    font-size: 1.35rem;
    line-height: 44px;
    cursor: pointer;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.labix-hp-paged__nav:hover:not(:disabled) {
    background: var(--labix-hp-blue-hover, #1f6bb0);
    color: #fff;
}

.labix-hp-paged__nav:disabled {
    opacity: 0.35;
    cursor: default;
}

.labix-hp-paged__nav--prev {
    left: 0;
}

.labix-hp-paged__nav--next {
    right: 0;
}

@media (max-width: 991px) {
    .labix-bestsellers__paged-wrap .labix-hp-paged__nav {
        display: none;
    }
}

.labix-bestsellers__slider-wrap .owl-nav {
    margin: 0;
}

.labix-bestsellers__slider-wrap .owl-nav button.owl-prev,
.labix-bestsellers__slider-wrap .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    border: none;
    background: var(--labix-hp-blue, #2b88d8);
    color: #fff;
    box-shadow: 0 4px 16px rgba(43, 136, 216, 0.4);
    font-size: 1.35rem;
    line-height: 44px;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.labix-bestsellers__slider-wrap .owl-nav button.owl-prev:hover,
.labix-bestsellers__slider-wrap .owl-nav button.owl-next:hover {
    background: var(--labix-hp-blue-hover, #1f6bb0);
    color: #fff;
}

.labix-bestsellers__slider-wrap .owl-nav button.owl-prev {
    left: 0;
}

.labix-bestsellers__slider-wrap .owl-nav button.owl-next {
    right: 0;
}

.labix-bestsellers__slider-wrap .owl-nav button.owl-prev.disabled,
.labix-bestsellers__slider-wrap .owl-nav button.owl-next.disabled {
    opacity: 0.35;
    cursor: default;
}

.labix-hp-slider__nav-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.labix-hp-slider__nav-inner .pe-7s-angle-left,
.labix-hp-slider__nav-inner .pe-7s-angle-right {
    display: block;
    line-height: 1;
}

@media (max-width: 991px) {
    .labix-bestsellers__slider-wrap {
        padding: 0 8px;
    }
}