/**
 * Magic Hair Oil Storefront Grid Engine & Layout Workflows
 * 
 * CRITICAL ENHANCEMENTS:
 * - Fluid mobile checkout grid (.bb-checkout-grid) eliminating right-side clipping and horizontal scroll
 * - Mobile header discipline: Zero action icons and zero hamburger button on small screens
 * - Compact button styles with proportional padding and zero excess spacing
 * - Top moving bar: Brand Gold (#d4af37) background with black (#000000) typography
 * - Image zoom effect on hover for the main showcase image
 * - Compact horizontal desktop CTA row [ - 1 + ] [ ADD TO CART ] [ BUY IT NOW ] [ WA Badge ]
 * - Infinite Two-Way Reviews Marquee: Track 1 (Left-to-Right) and Track 2 (Right-to-Left) with hover pause
 * - 12 Pure Botanical Active Cards: High-contrast luxury clinical grid
 * - Deeply accessible FAQ Accordion components
 *
 * @package           Magic Hair Oil Core
 * @author            Babar Dogar
 * @link              https://pinex.co.uk
 * @version           1.0
 */

/* ==========================================================================
   1. GLOBAL TOKENS & OVERFLOW CONTAINMENT GUARDS
   ========================================================================== */
*, *::before, *::after {
    box-sizing: border-box !important;
}

html, body {
    max-width: 100% !important;
    overflow-x: clip !important;
    background-color: #ffffff;
    color: #111111;
}

/* Brand Gold Background with High-Contrast Solid Black Text */
.bb-top-marquee-strip {
    background: var(--bb-gold, #d4af37) !important;
    color: #000000 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
    overflow: hidden !important;
    white-space: nowrap;
    padding: 10px 0;
    font-family: var(--bb-font-display, 'Josefin Sans', sans-serif);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.bb-top-marquee-track span {
    color: #000000 !important;
    font-weight: 800 !important;
}

/* ==========================================================================
   2. CHECKOUT GRID ENGINE (SMART RESPONSIVE LAYOUT - NO MOBILE CLIPPING)
   ========================================================================== */
.bb-checkout-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
    gap: 28px;
    align-items: start;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.bb-checkout-summary-col {
    position: sticky;
    top: 80px;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 860px) {
    .bb-checkout-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        width: 100% !important;
    }
    .bb-checkout-summary-col {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
}

/* ==========================================================================
   3. LUXURY COMPANY & LEGAL SUITE ARCHITECTURE (ALL FOOTER PAGES)
   ========================================================================== */
.bb-suite-viewport {
    width: 100% !important;
    max-width: 100% !important;
    background: #fbfbfb;
    min-height: calc(100vh - 280px);
    overflow-x: clip !important;
    box-sizing: border-box !important;
}

.bb-suite-hero {
    background: radial-gradient(circle at 50% 30%, #151821 0%, #06070a 100%);
    border-bottom: 1px solid #1f242e;
    padding: 56px 20px 46px 20px;
    text-align: center;
    color: #ffffff;
    position: relative;
    box-sizing: border-box;
}

.bb-suite-hero-tag {
    display: inline-block;
    background: rgba(212, 175, 55, 0.15);
    color: var(--bb-gold, #d4af37);
    border: 1px solid rgba(212, 175, 55, 0.35);
    font-family: var(--bb-font-display, 'Josefin Sans', sans-serif);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 999px;
    margin-bottom: 14px;
}

.bb-suite-hero-title {
    font-family: var(--bb-font-display, 'Josefin Sans', sans-serif);
    font-size: clamp(24px, 4vw, 38px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #ffffff;
    margin: 0 0 12px 0;
    line-height: 1.15;
}

.bb-suite-hero-sub {
    font-size: clamp(13px, 1.7vw, 14.5px);
    line-height: 1.7;
    color: #9ca3af;
    max-width: 720px;
    margin: 0 auto;
}

.bb-suite-body {
    max-width: 1020px;
    margin: 0 auto;
    padding: 44px 20px 70px 20px;
    box-sizing: border-box;
    width: 100%;
}

.bb-prose-section {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    box-sizing: border-box;
    width: 100%;
}

.bb-prose-title {
    font-family: var(--bb-font-display, 'Josefin Sans', sans-serif);
    font-size: clamp(16px, 2.2vw, 19px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #111111;
    margin: 0 0 14px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #f3f4f6;
    padding-bottom: 12px;
}

.bb-prose-title i {
    color: var(--bb-gold, #d4af37);
    font-size: 22px;
    flex-shrink: 0;
}

.bb-prose-lead {
    font-size: 14.5px;
    line-height: 1.75;
    color: #1f2937;
    font-weight: 500;
    margin-bottom: 14px;
}

.bb-prose-p {
    font-size: 13px;
    line-height: 1.75;
    color: #4b5563;
    margin-bottom: 14px;
}

.bb-prose-list {
    margin: 14px 0 18px 0;
    padding-left: 20px;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.8;
}

.bb-table-scroll {
    width: 100%;
    overflow-x: auto;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    margin: 18px 0;
    background: #ffffff;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

.bb-legal-table {
    width: 100%;
    min-width: 580px;
    border-collapse: collapse;
    font-size: 12px;
    text-align: left;
}

.bb-legal-table th {
    background: #08090d;
    color: #ffffff;
    font-family: var(--bb-font-display, 'Josefin Sans', sans-serif);
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 12px 14px;
    border-bottom: 2px solid #1f242e;
}

.bb-legal-table td {
    padding: 12px 14px;
    border-bottom: 1px solid #f3f4f6;
    color: #374151;
    vertical-align: middle;
}

/* ==========================================================================
   4. PRODUCT HERO SHOWCASE & DUAL THUMBNAIL LAYOUT
   ========================================================================== */
.mho-product-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 44px;
    align-items: start;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.mho-gallery-stage {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

.mho-thumbs-vertical {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 76px;
    flex-shrink: 0;
}

.mho-thumb-item {
    width: 76px;
    height: 76px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 3px;
    background: #ffffff;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.mho-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

.mho-thumb-item:hover {
    border-color: var(--bb-gold, #d4af37);
}

.mho-thumb-item.active {
    border-color: #000000;
    box-shadow: 0 0 0 1.5px #000000;
}

.mho-main-viewer {
    flex: 1;
    min-width: 0;
    position: relative;
    background: #f8f8f8;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: zoom-in;
}

.mho-main-viewer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease;
    transform-origin: center center;
}

.mho-main-viewer:hover img {
    transform: scale(1.18);
}

.mho-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #111111;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    transition: all 0.2s ease;
    z-index: 5;
}

.mho-carousel-btn:hover {
    background: #ffffff;
    transform: translateY(-50%) scale(1.08);
    color: var(--bb-gold, #d4af37);
}

.mho-carousel-prev { left: 12px; }
.mho-carousel-next { right: 12px; }

.mho-expand-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    color: #111111;
    font-size: 17px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.14);
    transition: all 0.2s ease;
    z-index: 5;
}

.mho-expand-btn:hover {
    background: #000000;
    color: #ffffff;
    transform: scale(1.06);
}

.mho-thumbs-horizontal {
    display: none;
    gap: 8px;
    margin-top: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.mho-thumbs-horizontal .mho-thumb-item {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}

/* ==========================================================================
   5. COMPACT HERO CTAS, STEPPER & BUTTONS
   ========================================================================== */
.mho-purchase-desk {
    display: flex;
    flex-direction: column;
    min-width: 0 !important;
}

.mho-product-title {
    font-family: var(--bb-font-display, 'Josefin Sans', sans-serif);
    font-size: 30px;
    font-weight: 700;
    color: #111111;
    margin: 0 0 6px 0;
    line-height: 1.15;
}

.mho-product-price {
    font-family: var(--bb-font-data, 'Space Grotesk', monospace);
    font-size: 23px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 12px;
}

.mho-product-desc {
    font-size: 13px;
    line-height: 1.65;
    color: #4b5563;
    margin-bottom: 18px;
}

.mho-size-label {
    font-family: var(--bb-font-display, 'Josefin Sans', sans-serif);
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #111111;
    margin-bottom: 6px;
    display: block;
}

.mho-size-group {
    display: flex;
    gap: 8px;
    margin-bottom: 18px;
}

.mho-size-pill {
    padding: 7px 16px;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-family: var(--bb-font-display, 'Josefin Sans', sans-serif);
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #111111;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mho-size-pill.active {
    background: #111111;
    border-color: #111111;
    color: #ffffff;
}

/* Compact Desktop Action Bar */
.mho-compact-cta-bar {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
    box-sizing: border-box;
}

.mho-stepper-compact {
    display: inline-flex;
    align-items: center;
    border: 1px solid #111111;
    border-radius: 4px;
    background: #ffffff;
    height: 42px;
    width: 90px;
    flex-shrink: 0;
    justify-content: space-between;
    padding: 0 4px;
}

.mho-stepper-btn {
    background: none;
    border: none;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    color: #111111;
    padding: 0 5px;
    line-height: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mho-stepper-btn:hover {
    color: var(--bb-gold, #d4af37);
}

.mho-stepper-input {
    width: 30px;
    border: none;
    background: transparent;
    text-align: center;
    font-family: var(--bb-font-data, 'Space Grotesk', monospace);
    font-size: 13.5px;
    font-weight: 700;
    color: #111111;
    outline: none;
}

.mho-btn-cart-compact {
    flex: 1;
    min-width: 110px;
    height: 42px;
    background: #374836;
    color: #ffffff;
    border: 1px solid #374836;
    border-radius: 4px;
    font-family: var(--bb-font-display, 'Josefin Sans', sans-serif);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 12px;
    white-space: nowrap;
    transition: background 0.2s ease;
}

.mho-btn-cart-compact:hover {
    background: #283527;
}

.mho-btn-buy-compact {
    flex: 1;
    min-width: 110px;
    height: 42px;
    background: #111111;
    color: #ffffff;
    border: 1px solid #111111;
    border-radius: 4px;
    font-family: var(--bb-font-display, 'Josefin Sans', sans-serif);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 12px;
    white-space: nowrap;
    transition: background 0.2s ease;
}

.mho-btn-buy-compact:hover {
    background: #282828;
}

.mho-wa-badge-btn {
    width: 42px;
    height: 42px;
    border-radius: 4px;
    background: #25D366;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex-shrink: 0;
    font-size: 20px;
    transition: transform 0.2s ease;
}

.mho-wa-badge-btn:hover {
    background: #1eb956;
    transform: scale(1.05);
}

/* ==========================================================================
   6. PRODUCT ACCORDION COMPONENT
   ========================================================================== */
.mho-accordion-wrap {
    border-top: 1px solid #e5e7eb;
    margin-top: 10px;
}

.mho-accordion-item {
    border-bottom: 1px solid #e5e7eb;
}

.mho-accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0;
    background: none;
    border: none;
    font-family: var(--bb-font-body, 'Poppins', sans-serif);
    font-size: 13px;
    font-weight: 600;
    color: #111111;
    cursor: pointer;
    text-align: left;
}

.mho-accordion-icon {
    font-size: 16px;
    color: #6b7280;
    transition: transform 0.2s ease;
}

.mho-accordion-item.open .mho-accordion-icon {
    transform: rotate(45deg);
}

.mho-accordion-body {
    display: none;
    padding: 0 0 14px 0;
    font-size: 12.5px;
    line-height: 1.65;
    color: #4b5563;
}

.mho-accordion-item.open .mho-accordion-body {
    display: block;
}

/* ==========================================================================
   7. 12 BOTANICAL ACTIVES CARDS GRID
   ========================================================================== */
.mho-actives-section {
    padding: 64px 0;
    background: #090a0f;
    color: #ffffff;
    border-top: 1px solid #1a1e28;
    border-bottom: 1px solid #1a1e28;
}

.mho-actives-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
    width: 100%;
    box-sizing: border-box;
}

.mho-active-card {
    background: #11141c;
    border: 1px solid #1e2433;
    border-radius: 8px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.mho-active-card:hover {
    transform: translateY(-2px);
    border-color: var(--bb-gold, #d4af37);
}

.mho-active-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.mho-active-icon-box {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.12);
    color: var(--bb-gold, #d4af37);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.mho-active-title-block h3 {
    font-family: var(--bb-font-display, 'Josefin Sans', sans-serif);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

.mho-active-scientific {
    font-size: 10.5px;
    font-style: italic;
    color: #9ca3af;
    display: block;
}

.mho-active-comp-tag {
    display: inline-block;
    background: #181d29;
    border: 1px solid #2a3347;
    color: var(--bb-gold, #d4af37);
    font-size: 10px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 3px;
    margin-bottom: 8px;
    font-family: monospace;
}

.mho-active-card p {
    font-size: 12px;
    line-height: 1.6;
    color: #cbd5e1;
    margin: 0;
    flex-grow: 1;
}

/* ==========================================================================
   8. INFINITE 2-WAY REVIEWS MARQUEE
   ========================================================================== */
.mho-marquee-section {
    padding: 64px 0 74px 0;
    background: #fcfcfc;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.mho-marquee-row {
    display: flex;
    overflow: hidden;
    user-select: none;
    margin-bottom: 18px;
    position: relative;
    width: 100%;
}

.mho-marquee-row::before,
.mho-marquee-row::after {
    content: "";
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.mho-marquee-row::before {
    left: 0;
    background: linear-gradient(90deg, #fcfcfc 0%, rgba(252,252,252,0) 100%);
}

.mho-marquee-row::after {
    right: 0;
    background: linear-gradient(-90deg, #fcfcfc 0%, rgba(252,252,252,0) 100%);
}

.mho-marquee-track {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
    align-items: stretch;
}

.mho-marquee-track-ltr {
    animation: marqueeR2L 55s linear infinite;
}

.mho-marquee-track-rtl {
    animation: marqueeL2R 55s linear infinite;
}

.mho-marquee-row:hover .mho-marquee-track {
    animation-play-state: paused;
}

@keyframes marqueeR2L {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes marqueeL2R {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

.mho-review-card {
    width: 340px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    flex-shrink: 0;
}

.mho-review-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.mho-review-author {
    font-size: 13px;
    font-weight: 700;
    color: #111111;
    display: flex;
    align-items: center;
    gap: 5px;
}

.mho-review-badge {
    background: #ecfdf5;
    color: #047857;
    font-size: 9px;
    font-weight: 800;
    padding: 2px 5px;
    border-radius: 3px;
    text-transform: uppercase;
}

.mho-review-location {
    font-size: 11px;
    color: #6b7280;
    margin-bottom: 6px;
    display: block;
}

.mho-review-stars {
    color: #f59e0b;
    font-size: 12px;
    margin-bottom: 6px;
    display: flex;
    gap: 2px;
}

.mho-review-title {
    font-family: var(--bb-font-display, 'Josefin Sans', sans-serif);
    font-size: 12.5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #111111;
    margin: 0 0 4px 0;
}

.mho-review-body {
    font-size: 12px;
    line-height: 1.55;
    color: #4b5563;
    margin: 0;
}

/* ==========================================================================
   9. EXTENSIVE FAQ ACCORDION SUITE
   ========================================================================== */
.mho-faqs-section {
    padding: 70px 0;
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
}

.mho-faq-item {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 14px 18px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.mho-faq-item[open] {
    background: #ffffff;
    border-color: #d1d5db;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.mho-faq-summary {
    font-weight: 700;
    font-size: 13.5px;
    color: #111111;
    outline: none;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mho-faq-summary::-webkit-details-marker {
    display: none;
}

.mho-faq-summary::after {
    content: "+";
    font-size: 17px;
    color: #6b7280;
    font-weight: 700;
    transition: transform 0.2s ease;
}

.mho-faq-item[open] .mho-faq-summary::after {
    transform: rotate(45deg);
    color: var(--bb-gold, #d4af37);
}

.mho-faq-content {
    margin-top: 10px;
    font-size: 12.5px;
    color: #4b5563;
    line-height: 1.65;
}

/* ==========================================================================
   10. LIGHTBOX MODAL
   ========================================================================== */
.mho-lightbox-modal {
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, 0.92) !important;
    z-index: 1000000 !important;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.mho-lightbox-modal.active {
    display: flex !important;
}

.mho-lightbox-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mho-lightbox-img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 6px;
}

.mho-lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
}

/* ==========================================================================
   11. RESPONSIVE BREAKPOINT CONTROLS
   ========================================================================== */
@media (max-width: 992px) {
    .mho-product-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    .mho-gallery-stage {
        flex-direction: column !important;
    }
    .mho-thumbs-vertical {
        display: none !important;
    }
    .mho-thumbs-horizontal {
        display: flex !important;
    }
    .bb-prose-section {
        padding: 22px 16px !important;
    }
    .bb-suite-hero {
        padding: 42px 16px 32px 16px !important;
    }
}

@media (max-width: 640px) {
    .mho-compact-cta-bar {
        flex-wrap: wrap !important;
    }
    .mho-stepper-compact {
        width: 90px !important;
    }
    .mho-btn-cart-compact,
    .mho-btn-buy-compact {
        flex: 1 1 calc(50% - 6px) !important;
        min-width: auto !important;
        font-size: 10.5px !important;
        padding: 0 6px !important;
    }
    .mho-wa-badge-btn {
        width: 42px !important;
        height: 42px !important;
    }
    .mho-review-card {
        width: 280px !important;
        padding: 14px !important;
    }
    .mho-marquee-row::before,
    .mho-marquee-row::after {
        width: 30px !important;
    }
    .bb-suite-body {
        padding: 20px 12px 50px 12px !important;
    }
}