:root {
    --primary: #6A4CFF;
    --primary-gradient: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    --secondary: #3B82F6;
    --secondary-gradient: linear-gradient(135deg, #3B82F6 0%, #06B6D4 100%);
    --accent: #06B6D4;
    --accent-subtle: #EEF2FF;
    --background-main: #FAFAFF;
    --background-surface: #FFFFFF;
    --background-alt: #F3F5FC;
    --background-gradient-light: linear-gradient(180deg, #FAFAFF 0%, #F0F4FF 100%);
    --text-primary: #1E1B4B;
    --text-secondary: #64748B;
    --text-muted: #94A3B8;
    --border-subtle: rgba(106, 76, 255, 0.12);
    --border-card: rgba(255, 255, 255, 0.9);
    --overlay-glossy: rgba(255, 255, 255, 0.85);
    --shadow-soft: 0 8px 30px rgba(106, 76, 255, 0.08);
    --shadow-floating: 0 14px 40px rgba(59, 130, 246, 0.12);
    --shadow-button: 0 6px 20px rgba(106, 76, 255, 0.25);
    --font-main: 'Enriqueta', serif;
}

/* ===== Cross-page UX fixes ===== */
/* The cart markup is parsed before cart_design.css, so keep it out of the
   first paint until JavaScript explicitly activates it. */
.mc-modal-overlay:not(.mc-active) {
    display: none !important;
}

/* Keep the pickup CTA legible even when third-party button hover rules load. */
.bel-store-availability .bel-btn-secondary:hover,
.bel-store-availability .bel-btn-secondary:focus-visible {
    background: #5138E8 !important;
    border-color: #5138E8 !important;
    color: #FFFFFF !important;
}

/* Fast Direct Checkout was intentionally removed from product detail pages. */
#quick-order-section,
a[href="#quick-order-section"] {
    display: none !important;
}

/* Blog: two equal feature stories followed by three equal compact stories. */
.bel-blog-section .bel-blog-bento {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 24px !important;
}

.bel-blog-section .bel-blog-card--bento-1,
.bel-blog-section .bel-blog-card--bento-2 {
    grid-column: span 3 !important;
}

.bel-blog-section .bel-blog-card--bento-3,
.bel-blog-section .bel-blog-card--bento-4,
.bel-blog-section .bel-blog-card--bento-5 {
    grid-column: span 2 !important;
}

.bel-blog-section .bel-blog-card--bento-1 .bel-blog-card__media,
.bel-blog-section .bel-blog-card--bento-2 .bel-blog-card__media {
    aspect-ratio: 16 / 9 !important;
}

.bel-blog-section .bel-blog-card--bento-3 .bel-blog-card__media,
.bel-blog-section .bel-blog-card--bento-4 .bel-blog-card__media,
.bel-blog-section .bel-blog-card--bento-5 .bel-blog-card__media {
    aspect-ratio: 4 / 3 !important;
}

/* Catalog: a calm, symmetric product grid with consistent image proportions. */
.bb-catalog-section .bb-bento-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.bb-catalog-section .bb-bento-card--large {
    grid-column: auto;
}

.bb-catalog-section .bb-card-img-container {
    aspect-ratio: 4 / 3;
}

.bb-catalog-section .bb-bento-card {
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.bb-catalog-section .bb-bento-card:hover {
    transform: translateY(-4px);
}

.bb-catalog-section .bb-catalog-toolbar {
    background: linear-gradient(135deg, #FFFFFF 0%, #F7F9FF 100%);
    border-color: rgba(106, 76, 255, 0.18);
}

@media (max-width: 991px) {
    .bel-blog-section .bel-blog-bento,
    .bb-catalog-section .bb-bento-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .bel-blog-section .bel-blog-card--bento-1,
    .bel-blog-section .bel-blog-card--bento-2,
    .bel-blog-section .bel-blog-card--bento-3,
    .bel-blog-section .bel-blog-card--bento-4,
    .bel-blog-section .bel-blog-card--bento-5 {
        grid-column: span 1 !important;
    }
}

@media (max-width: 767px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .bel-blog-section .bel-blog-bento,
    .bb-catalog-section .bb-bento-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .bel-blog-section .bel-blog-card__media,
    .bel-blog-section .bel-blog-card--bento-1 .bel-blog-card__media,
    .bel-blog-section .bel-blog-card--bento-2 .bel-blog-card__media,
    .bel-blog-section .bel-blog-card--bento-3 .bel-blog-card__media,
    .bel-blog-section .bel-blog-card--bento-4 .bel-blog-card__media,
    .bel-blog-section .bel-blog-card--bento-5 .bel-blog-card__media {
        aspect-ratio: 4 / 3 !important;
    }

    .bb-cart-checkout-section .table-responsive {
        overflow-x: hidden;
    }

    .bb-cart-checkout-section .bb-cart-item-row {
        max-width: 100%;
        overflow: hidden;
    }

    .bb-cart-checkout-section .bb-cart-item-row td:first-child > .d-flex {
        min-width: 0;
    }

    .bb-cart-checkout-section .bb-cart-item-row td:first-child > .d-flex > div:last-child {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .bb-cart-checkout-section .bb-cart-item-row td:nth-child(3) .d-inline-flex {
        display: flex !important;
        width: 100%;
        max-width: 160px;
    }

    .bb-cart-checkout-section .bb-qty-input {
        min-width: 0;
        flex: 1 1 auto;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: var(--font-main);
    font-weight: 400;
    line-height: 1.6;
    color: var(--text-primary);
    background-color: var(--background-main);
    margin: 0;
    padding: 0;
}

.text-muted {
    color: #64748B !important;
}

a {
    color: var(--primary);
    text-decoration: none;
}

a:hover {
    color: var(--secondary);
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

/* ===== header ===== */
.bel-beach-header {
    background-color: #FFFFFF;
    position: sticky;
    top: 0;
    z-index: 1030;
    box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08);
    font-family: 'Enriqueta', serif;
}

.bel-beach-header__topbar {
    background: linear-gradient(135deg, #FAFAFF 0%, #EEF2FF 100%);
    border-bottom: 1px solid rgba(106, 76, 255, 0.12);
    padding: 8px 0;
    font-size: 0.8125rem;
}

.bel-beach-header__topbar-badge {
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF;
    padding: 2px 10px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.bel-beach-header__topbar-text {
    color: #1E1B4B;
    font-weight: 500;
}

.bel-beach-header__topbar-item {
    color: #64748B;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.bel-beach-header__topbar-divider {
    width: 1px;
    height: 14px;
    background-color: rgba(106, 76, 255, 0.2);
    display: inline-block;
}

.bel-beach-header__navbar {
    background-color: #FFFFFF;
    padding: 12px 0;
    transition: background-color 0.2s ease;
}

.bel-beach-header__logo-img {
    max-width: 44px;
    max-height: 44px;
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.bel-beach-header__brand-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1E1B4B;
    letter-spacing: -0.01em;
}

.bel-beach-header__mobile-brand,
.bel-beach-header__desktop-brand {
    text-decoration: none;
}

.bel-beach-header__mobile-brand:hover .bel-beach-header__brand-title,
.bel-beach-header__desktop-brand:hover .bel-beach-header__brand-title {
    color: #6A4CFF;
}

.bel-beach-header__nav-link {
    color: #1E1B4B !important;
    font-weight: 600;
    font-size: 1rem;
    padding: 8px 16px !important;
    border-radius: 8px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.bel-beach-header__nav-link:hover,
.bel-beach-header__nav-link.active {
    color: #6A4CFF !important;
    background-color: #EEF2FF;
}

.bel-beach-header__toggler {
    border: 1.5px solid rgba(106, 76, 255, 0.2);
    color: #1E1B4B;
    padding: 8px 12px;
    border-radius: 10px;
    background-color: #FAFAFF;
}

.bel-beach-header__toggler:focus {
    box-shadow: 0 0 0 3px rgba(106, 76, 255, 0.15);
}

.bel-beach-header__cart-link {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background-color: #EEF2FF;
    color: #6A4CFF;
    text-decoration: none;
    border: 1.5px solid rgba(106, 76, 255, 0.2);
}

.bel-beach-header__cart-button {
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF !important;
    border: none;
    border-radius: 12px;
    padding: 0.625rem 1.25rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25);
    filter: brightness(1);
    transition: filter 0.2s ease;
}

.bel-beach-header__cart-button:hover {
    filter: brightness(1.08);
    color: #FFFFFF;
}

.bel-beach-header__cart-icon {
    font-size: 1.1rem;
}

.bel-beach-header__cart-label {
    font-size: 0.9375rem;
}

.bel-beach-header__cart-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background-color: #06B6D4;
    color: #FFFFFF;
    font-size: 0.6875rem;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 9px;
    padding: 0 4px;
    box-shadow: 0 2px 6px rgba(6, 182, 212, 0.4);
}

@media (max-width: 991.98px) {
    .bel-beach-header__navbar {
        padding: 10px 0;
    }

    .bel-beach-header .navbar-collapse {
        background-color: #FFFFFF;
        padding: 16px;
        border-radius: 16px;
        margin-top: 12px;
        border: 1px solid rgba(106, 76, 255, 0.12);
        box-shadow: 0 14px 40px rgba(59, 130, 246, 0.12);
    }

    .bel-beach-header__brand-title {
        font-size: 1.25rem;
    }
}

/* ===== hero_section ===== */
.bb-hero-section {
    background: #FAFAFF;
    font-family: 'Enriqueta', serif;
}

.bb-hero-section .bb-hero-frame {
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid rgba(106, 76, 255, 0.12);
    box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08);
}

.bb-hero-section .bb-hero-slide {
    display: none;
}

.bb-hero-section .bb-hero-slide.active {
    display: block;
}

.bb-hero-section .bb-hero-visual-card {
    background: linear-gradient(180deg, #FAFAFF 0%, #F0F4FF 100%);
    border-radius: 16px;
    border: 1px solid rgba(106, 76, 255, 0.08);
}

.bb-hero-section .bb-hero-img-wrap {
    max-width: 420px;
}

.bb-hero-section .bb-hero-product-img {
    width: 100%;
    max-height: 380px;
    object-fit: contain;
}

.bb-hero-section .bb-hero-product-tag {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(106, 76, 255, 0.2);
    border-radius: 30px;
    box-shadow: 0 4px 14px rgba(106, 76, 255, 0.1);
    margin-top: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1E1B4B;
}

.bb-hero-section .bb-tag-price {
    color: #6A4CFF;
    font-weight: 700;
}

.bb-hero-section .bb-tag-divider {
    color: #94A3B8;
}

.bb-hero-section .bb-hero-badge {
    background: #EEF2FF;
    color: #6A4CFF;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid rgba(106, 76, 255, 0.18);
}

.bb-hero-section .bb-hero-title {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.25;
    color: #1E1B4B;
}

.bb-hero-section .bb-hero-divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    border-radius: 2px;
}

.bb-hero-section .bb-hero-desc {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #64748B;
}

.bb-hero-section .bb-btn-primary {
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25);
    text-transform: none;
}

.bb-hero-section .bb-btn-primary:hover {
    filter: brightness(1.08);
    color: #FFFFFF;
}

.bb-hero-section .bb-btn-outline {
    background: #FFFFFF;
    color: #6A4CFF;
    border: 1.5px solid #6A4CFF;
    border-radius: 12px;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    text-transform: none;
}

.bb-hero-section .bb-btn-outline:hover {
    background: #EEF2FF;
    color: #6A4CFF;
}

.bb-hero-section .bb-hero-controls {
    border-top: 1px solid rgba(106, 76, 255, 0.1);
}

.bb-hero-section .bb-hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: #CBD5E1;
    padding: 0;
    cursor: pointer;
}

.bb-hero-section .bb-hero-dot.active {
    width: 30px;
    border-radius: 10px;
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
}

.bb-hero-section .bb-hero-arrow-btn {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(106, 76, 255, 0.2);
    background: #FFFFFF;
    color: #1E1B4B;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.875rem;
}

.bb-hero-section .bb-hero-arrow-btn:hover {
    background: #EEF2FF;
    color: #6A4CFF;
}

@media (max-width: 767px) {
    .bb-hero-section .bb-hero-title {
        font-size: 1.125rem;
        hyphens: auto;
    }

    .bb-hero-section .bb-hero-desc {
        font-size: 0.9375rem;
    }

    .bb-hero-section .bb-hero-product-img {
        max-height: 240px;
    }

    .bb-hero-section .bb-btn-primary,
    .bb-hero-section .bb-btn-outline {
        width: 100%;
        text-align: center;
    }
}

/* ===== featured_products ===== */
.featured-products-section {
    background: linear-gradient(180deg, #FAFAFF 0%, #F0F4FF 100%);
    font-family: 'Enriqueta', serif;
    color: #1E1B4B;
}

.featured-products-section .featured-badge {
    background: #EEF2FF;
    color: #6A4CFF;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.35rem 1rem;
    border-radius: 50px;
    border: 1px solid rgba(106, 76, 255, 0.2);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.featured-products-section .featured-title {
    font-size: 2.125rem;
    font-weight: 700;
    color: #1E1B4B;
    line-height: 1.25;
}

.featured-products-section .featured-subtitle {
    max-width: 680px;
    color: #64748B;
    font-size: 1rem;
    line-height: 1.6;
}

.featured-products-section .product-showcase-card {
    background: #FFFFFF;
    border-radius: 18px;
    border: 1px solid rgba(106, 76, 255, 0.12);
    box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08);
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.featured-products-section .product-showcase-card:hover {
    border-color: #06B6D4;
    box-shadow: 0 14px 40px rgba(59, 130, 246, 0.16);
}

.featured-products-section .product-image-container {
    background: #F3F5FC;
    padding: 1.5rem 1rem;
}

.featured-products-section .product-tag {
    top: 12px;
    left: 12px;
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF;
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 0.25rem 0.65rem;
    border-radius: 6px;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.featured-products-section .product-img-link {
    display: block;
}

.featured-products-section .product-thumbnail {
    width: 100%;
    max-height: 220px;
    object-fit: contain;
}

.featured-products-section .rating-value {
    font-weight: 700;
    font-size: 0.875rem;
    color: #1E1B4B;
}

.featured-products-section .reviews-count {
    font-size: 0.75rem;
    color: #64748B;
}

.featured-products-section .stock-badge.in-stock {
    font-size: 0.75rem;
    font-weight: 600;
    color: #059669;
    background: #ECFDF5;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
}

.featured-products-section .product-card-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.35;
}

.featured-products-section .product-title-link {
    color: #1E1B4B;
    text-decoration: none;
    transition: color 0.2s ease;
}

.featured-products-section .product-title-link:hover {
    color: #6A4CFF;
}

.featured-products-section .product-specs {
    font-size: 0.875rem;
    color: #64748B;
    line-height: 1.5;
    margin-bottom: 0.75rem;
}

.featured-products-section .price-label {
    font-size: 0.8125rem;
    color: #64748B;
}

.featured-products-section .product-price {
    font-size: 1.375rem;
    font-weight: 700;
    color: #6A4CFF;
}

.featured-products-section .product-add-btn {
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.25rem;
    font-weight: 600;
    font-size: 0.9375rem;
    box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25);
    transition: filter 0.2s ease;
}

.featured-products-section .product-add-btn:hover,
.featured-products-section .product-add-btn:focus {
    filter: brightness(1.08);
    color: #FFFFFF;
}

.featured-products-section .catalog-explore-btn {
    background: #FFFFFF;
    color: #6A4CFF;
    border: 1.5px solid #6A4CFF;
    border-radius: 12px;
    padding: 0.85rem 2rem;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.featured-products-section .catalog-explore-btn:hover {
    background: #6A4CFF;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .featured-products-section .featured-title {
        font-size: 1.375rem;
    }

    .featured-products-section .product-card-title {
        font-size: 1.05rem;
    }
}

/* ===== gift_certificates ===== */
.bel-gift-cards {
    background: #FAFAFF;
    font-family: 'Enriqueta', serif;
    color: #1E1B4B
}

.bel-gift-cards .bel-gift-badge {
    background: linear-gradient(135deg, rgba(106, 76, 255, 0.08) 0%, rgba(59, 130, 246, 0.08) 100%);
    border: 1px solid rgba(106, 76, 255, 0.2);
    border-radius: 30px;
    color: #6A4CFF;
    font-weight: 600;
    font-size: 0.875rem
}

.bel-gift-cards .bel-gift-title {
    font-weight: 700;
    font-size: 2.125rem;
    line-height: 1.25;
    color: #1E1B4B;
    letter-spacing: -0.01em
}

.bel-gift-cards .bel-gift-subtitle {
    color: #64748B;
    font-size: 1rem;
    line-height: 1.6
}

.bel-gift-cards .bel-gift-card-panel,
.bel-gift-cards .bel-preview-wrapper {
    background: #FFFFFF;
    border: 1px solid rgba(106, 76, 255, 0.12);
    border-radius: 18px;
    box-shadow: 0 8px 30px rgba(106, 76, 255, 0.06)
}

.bel-gift-cards .bel-panel-title {
    font-weight: 700;
    font-size: 1.5rem;
    color: #1E1B4B;
    line-height: 1.3
}

.bel-gift-cards .bel-panel-desc {
    color: #64748B;
    font-size: 0.95rem;
    line-height: 1.6
}

.bel-gift-cards .bel-denom-btn {
    flex: 1 1 calc(33.333% - 1rem);
    min-width: 90px;
    height: 56px;
    background: #FFFFFF;
    border: 2px solid rgba(106, 76, 255, 0.2);
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #1E1B4B;
    font-weight: 700
}

.bel-gift-cards .bel-denom-btn:hover {
    border-color: #6A4CFF;
    background: #F0F4FF
}

.bel-gift-cards .bel-denom-btn.active {
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    border-color: transparent;
    color: #FFFFFF;
    box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25)
}

.bel-gift-cards .bel-denom-currency {
    font-size: 0.9rem;
    font-weight: 600
}

.bel-gift-cards .bel-denom-val {
    font-size: 1.4rem;
    font-weight: 700
}

.bel-gift-cards .bel-gift-perks-box {
    background: #F3F5FC;
    border: 1px solid rgba(106, 76, 255, 0.08)
}

.bel-gift-cards .bel-perks-heading {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1E1B4B
}

.bel-gift-cards .bel-perk-sub {
    color: #64748B;
    font-size: 0.8rem;
    display: block
}

.bel-gift-cards .bel-btn-catalog {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25);
    min-height: 48px
}

.bel-gift-cards .bel-btn-catalog:hover {
    filter: brightness(1.08);
    color: #FFFFFF
}

.bel-gift-cards .bel-btn-support {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    color: #6A4CFF;
    border: 1.5px solid #6A4CFF;
    border-radius: 12px;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    text-decoration: none;
    min-height: 48px
}

.bel-gift-cards .bel-btn-support:hover {
    background: #F0F4FF;
    color: #6A4CFF
}

.bel-gift-cards .bel-card-visual {
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 50%, #06B6D4 100%);
    border-radius: 16px;
    color: #FFFFFF;
    box-shadow: 0 14px 40px rgba(59, 130, 246, 0.25);
    overflow: hidden
}

.bel-gift-cards .bel-brand-main {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #FFFFFF
}

.bel-gift-cards .bel-brand-sub {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.8)
}

.bel-gift-cards .bel-card-amount-box {
    display: flex;
    align-items: baseline;
    gap: 6px
}

.bel-gift-cards .bel-card-currency {
    font-size: 1.5rem;
    font-weight: 600
}

.bel-gift-cards .bel-card-number {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1
}

.bel-gift-cards .bel-card-tag {
    font-size: 0.85rem;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.2);
    padding: 2px 8px;
    border-radius: 6px;
    margin-left: 4px
}

.bel-gift-cards .bel-instructions-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1E1B4B
}

.bel-gift-cards .bel-instructions-list {
    color: #64748B;
    font-size: 0.9rem;
    line-height: 1.5
}

.bel-gift-cards .bel-step-card {
    background: #FFFFFF;
    border: 1px solid rgba(106, 76, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(106, 76, 255, 0.04)
}

.bel-gift-cards .bel-step-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, rgba(106, 76, 255, 0.1) 0%, rgba(6, 182, 212, 0.1) 100%);
    color: #6A4CFF;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem
}

.bel-gift-cards .bel-step-heading {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1E1B4B
}

.bel-gift-cards .bel-step-desc {
    color: #64748B;
    font-size: 0.9rem;
    line-height: 1.6
}

@media (max-width:767.98px) {
    .bel-gift-cards .bel-gift-title {
        font-size: 1.45rem
    }

    .bel-gift-cards .bel-panel-title {
        font-size: 1.25rem
    }

    .bel-gift-cards .bel-denom-btn {
        flex: 1 1 100%
    }

    .bel-gift-cards .bel-card-number {
        font-size: 2.25rem
    }

    .bel-gift-cards .bel-btn-catalog,
    .bel-gift-cards .bel-btn-support {
        width: 100%
    }
}

/* ===== loyalty_program ===== */
.bb-loyalty-section {
    background: linear-gradient(180deg, #FAFAFF 0%, #F0F4FF 100%);
    font-family: 'Enriqueta', serif;
    color: #1E1B4B;
}

.bb-loyalty-section .bb-loyalty-badge {
    background: #EEF2FF;
    border: 1px solid rgba(106, 76, 255, 0.2);
}

.bb-loyalty-section .bb-badge-text {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #6A4CFF;
    letter-spacing: 0.02em;
}

.bb-loyalty-section .bb-section-title {
    font-size: 2.125rem;
    font-weight: 700;
    color: #1E1B4B;
    line-height: 1.25;
}

.bb-loyalty-section .bb-section-desc {
    font-size: 1rem;
    color: #64748B;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.6;
}

.bb-loyalty-section .bb-step-card {
    background: #FFFFFF;
    border-radius: 18px;
    border: 1px solid rgba(106, 76, 255, 0.12);
    box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bb-loyalty-section .bb-step-card:hover {
    border-color: #06B6D4;
    box-shadow: 0 14px 40px rgba(59, 130, 246, 0.12);
}

.bb-loyalty-section .bb-step-icon-box {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25);
}

.bb-loyalty-section .bb-step-number {
    font-size: 2rem;
    font-weight: 700;
    color: rgba(106, 76, 255, 0.18);
    line-height: 1;
}

.bb-loyalty-section .bb-step-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1E1B4B;
    line-height: 1.3;
}

.bb-loyalty-section .bb-step-text {
    font-size: 0.9375rem;
    color: #64748B;
    line-height: 1.5;
    min-height: 48px;
}

.bb-loyalty-section .bb-step-perk {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1E1B4B;
    background: #FAFAFF;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid rgba(106, 76, 255, 0.08);
}

.bb-loyalty-section .bb-calc-box {
    background: #FFFFFF;
    border-radius: 18px;
    border: 1.5px solid rgba(106, 76, 255, 0.18);
    box-shadow: 0 14px 40px rgba(59, 130, 246, 0.12);
}

.bb-loyalty-section .bb-calc-title {
    font-size: 1.625rem;
    font-weight: 700;
    color: #1E1B4B;
}

.bb-loyalty-section .bb-calc-desc {
    font-size: 0.9375rem;
    color: #64748B;
    line-height: 1.5;
}

.bb-loyalty-section .bb-calc-label {
    color: #1E1B4B;
    font-size: 0.875rem;
}

.bb-loyalty-section .bb-input-addon {
    background: #EEF2FF;
    border: 1px solid rgba(106, 76, 255, 0.2);
    color: #6A4CFF;
    font-weight: 600;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.bb-loyalty-section .bb-spend-field {
    background: #FFFFFF;
    border: 1px solid rgba(106, 76, 255, 0.2);
    color: #1E1B4B;
    font-weight: 600;
    padding: 0.65rem 1rem;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bb-loyalty-section .bb-spend-field:focus {
    border-color: #6A4CFF;
    box-shadow: 0 0 0 3px rgba(106, 76, 255, 0.15);
}

.bb-loyalty-section .bb-quick-btn {
    background: #EEF2FF;
    color: #6A4CFF;
    border: 1px solid rgba(106, 76, 255, 0.15);
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.8125rem;
    padding: 0.4rem 0.75rem;
    transition: background 0.2s ease, color 0.2s ease;
}

.bb-loyalty-section .bb-quick-btn:hover {
    background: #6A4CFF;
    color: #FFFFFF;
}

.bb-loyalty-section .bb-result-card {
    background: #FAFAFF;
    border-radius: 14px;
    border: 1px solid rgba(106, 76, 255, 0.12);
}

.bb-loyalty-section .bb-result-item {
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid rgba(106, 76, 255, 0.1);
    box-shadow: 0 4px 12px rgba(106, 76, 255, 0.04);
}

.bb-loyalty-section .bb-result-label {
    font-size: 0.8125rem;
    color: #64748B;
    font-weight: 500;
}

.bb-loyalty-section .bb-result-value {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1E1B4B;
}

.bb-loyalty-section .bb-primary-btn {
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: filter 0.2s ease;
}

.bb-loyalty-section .bb-primary-btn:hover {
    color: #FFFFFF;
    filter: brightness(1.08);
}

@media (max-width: 767.98px) {
    .bb-loyalty-section .bb-section-title {
        font-size: 1.35rem;
    }

    .bb-loyalty-section .bb-step-title {
        font-size: 1.1rem;
    }

    .bb-loyalty-section .bb-calc-title {
        font-size: 1.2rem;
    }

    .bb-loyalty-section .bb-step-text {
        min-height: auto;
    }
}

/* ===== in_store_availability ===== */
.bel-store-availability {
    background-color: #FAFAFF;
    font-family: 'Enriqueta', serif;
    color: #1E1B4B
}

.bel-store-availability .bel-badge-pill {
    display: inline-block;
    background: rgba(106, 76, 255, 0.1);
    color: #6A4CFF;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    border: 1px solid rgba(106, 76, 255, 0.2)
}

.bel-store-availability .bel-section-title {
    color: #1E1B4B;
    font-weight: 700;
    font-size: 2.125rem;
    line-height: 1.25
}

.bel-store-availability .bel-section-subtitle {
    color: #64748B;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto
}

.bel-store-availability .bel-step-card {
    background: #FFFFFF;
    border: 1px solid rgba(106, 76, 255, 0.12);
    border-radius: 18px;
    padding: 1.5rem;
    box-shadow: 0 8px 30px rgba(106, 76, 255, 0.06);
    position: relative;
    overflow: hidden
}

.bel-store-availability .bel-step-number {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.75rem;
    font-weight: 700;
    color: rgba(106, 76, 255, 0.12);
    line-height: 1
}

.bel-store-availability .bel-step-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem
}

.bel-store-availability .bel-step-title {
    color: #1E1B4B;
    font-size: 1.25rem;
    font-weight: 700
}

.bel-store-availability .bel-step-text {
    color: #64748B;
    font-size: 0.9375rem;
    line-height: 1.5
}

.bel-store-availability .bel-inventory-container {
    background: #FFFFFF;
    border: 1px solid rgba(106, 76, 255, 0.15);
    border-radius: 20px;
    box-shadow: 0 14px 40px rgba(59, 130, 246, 0.08)
}

.bel-store-availability .bel-filter-label {
    font-weight: 600;
    color: #1E1B4B;
    font-size: 0.875rem
}

.bel-store-availability .bel-form-control {
    background-color: #F3F5FC;
    border: 1px solid rgba(106, 76, 255, 0.2);
    color: #1E1B4B;
    border-radius: 12px;
    padding: 0.65rem 1rem;
    font-size: 0.9375rem
}

.bel-store-availability .bel-form-control:focus {
    border-color: #6A4CFF;
    box-shadow: 0 0 0 0.2rem rgba(106, 76, 255, 0.15);
    background-color: #FFFFFF;
    color: #1E1B4B
}

.bel-store-availability .bel-btn-primary {
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 0.7rem 1.25rem;
    font-weight: 600;
    font-size: 0.9375rem;
    box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25);
    transition: filter 0.2s ease
}

.bel-store-availability .bel-btn-primary:hover {
    color: #FFFFFF;
    filter: brightness(1.08)
}

.bel-store-availability .bel-btn-secondary {
    background: #FFFFFF;
    color: #6A4CFF;
    border: 1.5px solid #6A4CFF;
    border-radius: 10px;
    padding: 0.45rem 1rem;
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s ease, color 0.2s ease
}

.bel-store-availability .bel-btn-secondary:hover {
    background: #6A4CFF;
    color: #FFFFFF
}

.bel-store-availability .bel-location-card {
    background: #FAFAFF;
    border: 1px solid rgba(106, 76, 255, 0.12);
    border-radius: 14px
}

.bel-store-availability .bel-location-name {
    color: #1E1B4B;
    font-size: 1.15rem;
    font-weight: 700
}

.bel-store-availability .bel-address-text {
    color: #64748B;
    font-size: 0.875rem
}

.bel-store-availability .bel-stock-badge {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.35rem 0.65rem;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap
}

.bel-store-availability .bel-stock-badge.in-stock {
    background: rgba(16, 185, 129, 0.12);
    color: #059669;
    border: 1px solid rgba(16, 185, 129, 0.25)
}

.bel-store-availability .bel-stock-badge.limited-stock {
    background: rgba(245, 158, 11, 0.12);
    color: #D97706;
    border: 1px solid rgba(245, 158, 11, 0.25)
}

.bel-store-availability .bel-detail-label {
    color: #64748B;
    font-size: 0.875rem;
    font-weight: 500
}

.bel-store-availability .bel-detail-value {
    color: #1E1B4B;
    font-size: 0.875rem;
    font-weight: 600
}

.bel-store-availability .bel-distance-chip {
    font-size: 0.8125rem;
    color: #6A4CFF;
    font-weight: 600
}

.bel-store-availability .bel-info-box {
    background: #FFFFFF;
    border: 1px solid rgba(106, 76, 255, 0.1);
    border-radius: 14px
}

.bel-store-availability .bel-info-title {
    color: #1E1B4B;
    font-size: 1rem;
    font-weight: 700
}

.bel-store-availability .bel-info-text {
    color: #64748B;
    font-size: 0.875rem;
    line-height: 1.4
}

.bel-store-availability .bel-link {
    color: #6A4CFF;
    text-decoration: underline;
    font-weight: 600
}

.bel-store-availability .bel-link:hover {
    color: #3B82F6
}

@media(max-width:767px) {
    .bel-store-availability .bel-section-title {
        font-size: 16px
    }

    .bel-store-availability .bel-step-title {
        font-size: 14px
    }

    .bel-store-availability .bel-location-name {
        font-size: 14px
    }

    .bel-store-availability .bel-info-title {
        font-size: 14px
    }

    .bel-store-availability .bel-section-subtitle {
        font-size: 14px
    }
}

/* ===== latest_beach_tips ===== */
.bel-blog-grid {
    background-color: #FAFAFF;
    font-family: 'Enriqueta', serif;
}

.bel-blog-grid .bel-blog-pill {
    background-color: #EEF2FF;
    border: 1px solid rgba(106, 76, 255, 0.2);
    border-radius: 50px;
}

.bel-blog-grid .bel-blog-pill-text {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #6A4CFF;
    letter-spacing: 0.02em;
}

.bel-blog-grid .bel-blog-section-title {
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 1.25;
    color: #1E1B4B;
}

.bel-blog-grid .bel-blog-section-subtitle {
    font-size: 1rem;
    line-height: 1.6;
    color: #64748B;
}

.bel-blog-grid .bel-blog-card {
    background-color: #FFFFFF;
    border-radius: 18px;
    border: 1px solid rgba(106, 76, 255, 0.12);
    box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08);
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bel-blog-grid .bel-blog-card:hover {
    border-color: #06B6D4;
    box-shadow: 0 14px 40px rgba(59, 130, 246, 0.14);
}

.bel-blog-grid .bel-blog-card-media {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background-color: #F3F5FC;
}

.bel-blog-grid .bel-blog-card-img-link {
    width: 100%;
    height: 100%;
}

.bel-blog-grid .bel-blog-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bel-blog-grid .bel-blog-card-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(255, 255, 255, 0.95);
    color: #6A4CFF;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(30, 27, 75, 0.1);
    letter-spacing: 0.03em;
}

.bel-blog-grid .bel-blog-meta {
    font-size: 0.8125rem;
    color: #64748B;
    font-weight: 500;
}

.bel-blog-grid .bel-blog-meta-dot {
    color: #94A3B8;
}

.bel-blog-grid .bel-blog-card-title {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.3;
}

.bel-blog-grid .bel-blog-title-link {
    color: #1E1B4B;
    text-decoration: none;
    transition: color 0.2s ease;
}

.bel-blog-grid .bel-blog-title-link:hover {
    color: #6A4CFF;
}

.bel-blog-grid .bel-blog-card-excerpt {
    font-size: 0.9375rem;
    color: #64748B;
    line-height: 1.6;
}

.bel-blog-grid .bel-blog-card-footer {
    border-color: rgba(106, 76, 255, 0.08) !important;
}

.bel-blog-grid .bel-blog-action-btn {
    background: #FFFFFF;
    color: #6A4CFF;
    border: 1.5px solid #6A4CFF;
    border-radius: 12px;
    padding: 0.65rem 1.25rem;
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.bel-blog-grid .bel-blog-action-btn:hover {
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF;
    border-color: transparent;
}

.bel-blog-grid .bel-blog-view-all-btn {
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 0.85rem 2rem;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25);
    transition: filter 0.2s ease;
}

.bel-blog-grid .bel-blog-view-all-btn:hover {
    filter: brightness(1.08);
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .bel-blog-grid .bel-blog-section-title {
        font-size: 1rem;
        hyphens: auto;
    }

    .bel-blog-grid .bel-blog-card-title {
        font-size: 0.875rem;
        hyphens: auto;
    }

    .bel-blog-grid .bel-blog-card-media {
        height: 180px;
    }
}

/* ===== footer ===== */
.bel-beach-footer {
    background-color: #FAFAFF;
    color: #1E1B4B;
    border-top: 1px solid rgba(106, 76, 255, 0.12);
    font-family: 'Enriqueta', serif;
}

.bel-beach-footer__newsletter-wrapper {
    padding-top: 3.5rem;
    padding-bottom: 1.5rem;
}

.bel-beach-footer__newsletter-card {
    background: linear-gradient(135deg, #FFFFFF 0%, #F0F4FF 100%);
    border: 1px solid rgba(106, 76, 255, 0.2);
    border-radius: 18px;
    padding: 2.5rem;
    box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08);
}

.bel-beach-footer__newsletter-title {
    color: #1E1B4B;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1.25;
    margin-bottom: 0.5rem;
}

.bel-beach-footer__newsletter-text {
    color: #64748B;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.bel-beach-footer__form {
    width: 100%;
}

.bel-beach-footer__input-group {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    width: 100%;
}

.bel-beach-footer__input {
    flex: 1 1 auto;
    min-width: 0;
    background: #FFFFFF;
    border: 1.5px solid rgba(106, 76, 255, 0.2);
    border-radius: 12px;
    padding: 0.75rem 1.25rem;
    color: #1E1B4B;
    font-size: 0.95rem;
    font-family: 'Enriqueta', serif;
    outline: none;
    transition: border-color 0.2s ease;
}

.bel-beach-footer__input::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.bel-beach-footer__input:focus {
    border-color: #6A4CFF;
}

.bel-beach-footer__btn-submit {
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    font-family: 'Enriqueta', serif;
    white-space: nowrap;
    box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: filter 0.2s ease;
}

.bel-beach-footer__btn-submit:hover {
    filter: brightness(1.08);
    color: #FFFFFF;
}

.bel-beach-footer__main {
    padding: 3rem 0;
}

.bel-beach-footer__logo-link {
    text-decoration: none;
    margin-bottom: 1rem;
}

.bel-beach-footer__logo {
    max-width: 48px;
    height: 48px;
    object-fit: contain;
}

.bel-beach-footer__brand-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1E1B4B;
}

.bel-beach-footer__about-text {
    color: #64748B;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.bel-beach-footer__payment-methods {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.bel-beach-footer__payment-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #64748B;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.bel-beach-footer__pay-icon {
    color: #1E1B4B;
    transition: color 0.2s ease;
}

.bel-beach-footer__pay-icon.fa-cc-visa:hover {
    color: #1A1F71;
}

.bel-beach-footer__pay-icon.fa-cc-mastercard:hover {
    color: #EB001B;
}

.bel-beach-footer__col-heading {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1E1B4B;
    margin-bottom: 1.25rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.bel-beach-footer__col-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    border-radius: 2px;
}

.bel-beach-footer__links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.bel-beach-footer__link {
    color: #64748B;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.2s ease;
    display: inline-block;
}

.bel-beach-footer__link:hover {
    color: #6A4CFF;
    text-decoration: underline;
}

.bel-beach-footer__contacts-block {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bel-beach-footer__contact-item {
    font-size: 0.9375rem;
    color: #64748B;
}

.bel-beach-footer__contact-icon {
    color: #6A4CFF;
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.bel-beach-footer__contact-icon--wa {
    color: #25D366;
    font-size: 1.25rem;
}

.bel-beach-footer__contact-text {
    color: #64748B;
    line-height: 1.5;
}

.bel-beach-footer__contact-link {
    color: #64748B;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.bel-beach-footer__contact-link:hover {
    color: #6A4CFF;
    text-decoration: underline;
}

.bel-beach-footer__wa-button {
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    color: #128C7E;
    border: 1.5px solid #25D366;
    border-radius: 8px;
    padding: 0.35rem 0.85rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: filter 0.2s ease;
}

.bel-beach-footer__wa-button:hover {
    filter: brightness(0.95);
    color: #075E54;
}

.bel-beach-footer__bottom {
    border-top: 1px solid rgba(106, 76, 255, 0.1);
    padding: 1.5rem 0;
    background: #F3F5FC;
}

.bel-beach-footer__copyright {
    color: #64748B;
    font-size: 0.875rem;
}

.bel-beach-footer__badge {
    background: #EEF2FF;
    color: #6A4CFF;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    border: 1px solid rgba(106, 76, 255, 0.2);
}

.bel-beach-footer__meta-text {
    color: #64748B;
    font-size: 0.875rem;
    font-weight: 500;
}

@media (max-width: 767px) {
    .bel-beach-footer__newsletter-wrapper {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }

    .bel-beach-footer__newsletter-card {
        padding: 1.5rem;
    }

    .bel-beach-footer__input-group {
        flex-direction: column;
    }

    .bel-beach-footer__btn-submit {
        width: 100%;
    }

    .bel-beach-footer__main {
        padding: 2rem 0;
    }

    .bel-beach-footer__bottom-content {
        text-align: center;
    }

    .bel-beach-footer__newsletter-title {
        font-size: 1rem;
        hyphens: auto;
    }
}

body.bel-beach-body {
    background-color: #FAFAFF;
    color: #1E1B4B;
    font-family: 'Enriqueta', serif;
    margin: 0;
    padding: 0;
}

.bel-beach-header {
    background-color: #FFFFFF;
    position: sticky;
    top: 0;
    z-index: 1030;
    box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08);
    font-family: 'Enriqueta', serif;
}

.bel-beach-header__topbar {
    background: linear-gradient(135deg, #FAFAFF 0%, #EEF2FF 100%);
    border-bottom: 1px solid rgba(106, 76, 255, 0.12);
    padding: 8px 0;
    font-size: 0.8125rem;
}

.bel-beach-header__topbar-badge {
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF;
    padding: 2px 10px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.bel-beach-header__topbar-text {
    color: #1E1B4B;
    font-weight: 500;
}

.bel-beach-header__topbar-item {
    color: #64748B;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.bel-beach-header__topbar-divider {
    width: 1px;
    height: 14px;
    background-color: rgba(106, 76, 255, 0.2);
    display: inline-block;
}

.bel-beach-header__navbar {
    background-color: #FFFFFF;
    padding: 12px 0;
}

.bel-beach-header__logo-img {
    max-width: 44px;
    max-height: 44px;
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.bel-beach-header__brand-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1E1B4B;
    letter-spacing: -0.01em;
}

.bel-beach-header__mobile-brand,
.bel-beach-header__desktop-brand {
    text-decoration: none;
}

.bel-beach-header__mobile-brand:hover .bel-beach-header__brand-title,
.bel-beach-header__desktop-brand:hover .bel-beach-header__brand-title {
    color: #6A4CFF;
}

.bel-beach-header__nav-link {
    color: #1E1B4B !important;
    font-weight: 600;
    font-size: 1rem;
    padding: 8px 16px !important;
    border-radius: 8px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.bel-beach-header__nav-link:hover,
.bel-beach-header__nav-link.active {
    color: #6A4CFF !important;
    background-color: #EEF2FF;
}

.bel-beach-header__toggler {
    border: 1.5px solid rgba(106, 76, 255, 0.2);
    color: #1E1B4B;
    padding: 8px 12px;
    border-radius: 10px;
    background-color: #FAFAFF;
}

.bel-beach-header__toggler:focus {
    box-shadow: 0 0 0 3px rgba(106, 76, 255, 0.15);
}

.bel-beach-header__cart-link {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background-color: #EEF2FF;
    color: #6A4CFF;
    text-decoration: none;
    border: 1.5px solid rgba(106, 76, 255, 0.2);
}

.bel-beach-header__cart-button {
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF !important;
    border: none;
    border-radius: 12px;
    padding: 0.625rem 1.25rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25);
    transition: filter 0.2s ease;
}

.bel-beach-header__cart-button:hover {
    filter: brightness(1.08);
    color: #FFFFFF;
}

.bel-beach-header__cart-icon {
    font-size: 1.1rem;
}

.bel-beach-header__cart-label {
    font-size: 0.9375rem;
}

.bel-beach-header__cart-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background-color: #06B6D4;
    color: #FFFFFF;
    font-size: 0.6875rem;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 9px;
    padding: 0 4px;
    box-shadow: 0 2px 6px rgba(6, 182, 212, 0.4);
}

.bb-catalog-hero {
    background-color: #FAFAFF;
}

.bb-catalog-hero__frame {
    background: linear-gradient(135deg, #FFFFFF 0%, #F0F4FF 100%);
    border: 1px solid rgba(106, 76, 255, 0.15);
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08);
}

.bb-catalog-hero__badge {
    background: #EEF2FF;
    color: #6A4CFF;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid rgba(106, 76, 255, 0.2);
}

.bb-catalog-hero__title {
    color: #1E1B4B;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.25;
}

.bb-catalog-hero__subtitle {
    color: #64748B;
    font-size: 1.0625rem;
    line-height: 1.6;
}

.bb-catalog-hero__stats {
    background: #FFFFFF;
    border-radius: 14px;
    border: 1px solid rgba(106, 76, 255, 0.15);
    box-shadow: 0 4px 16px rgba(106, 76, 255, 0.06);
}

.bb-catalog-hero__stat-num {
    font-size: 1.5rem;
    font-weight: 700;
    color: #6A4CFF;
    line-height: 1.2;
}

.bb-catalog-hero__stat-lbl {
    font-size: 0.75rem;
    color: #64748B;
    font-weight: 600;
    text-transform: uppercase;
}

.bb-catalog-hero__stat-div {
    width: 1px;
    height: 32px;
    background-color: rgba(106, 76, 255, 0.2);
}

.bb-catalog-header {
    border-bottom: 2px solid rgba(106, 76, 255, 0.1);
    padding-bottom: 1.5rem;
}

.bb-catalog-header__tag {
    color: #6A4CFF;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.bb-catalog-header__title {
    color: #1E1B4B;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
}

.bb-catalog-header__intro {
    color: #64748B;
    font-size: 0.95rem;
    line-height: 1.6;
}

.bb-catalog-toolbar {
    background: #FFFFFF;
    border: 1px solid rgba(106, 76, 255, 0.12);
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(106, 76, 255, 0.05);
}

.bb-search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #6A4CFF;
    font-size: 0.95rem;
}

.bb-toolbar-input {
    width: 100%;
    background: #FAFAFF;
    border: 1.5px solid rgba(106, 76, 255, 0.2);
    border-radius: 10px;
    padding: 0.65rem 1rem 0.65rem 2.4rem;
    color: #1E1B4B;
    font-size: 0.9375rem;
    font-family: 'Enriqueta', serif;
    outline: none;
    transition: border-color 0.2s ease;
}

.bb-toolbar-input::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.bb-toolbar-input:focus {
    border-color: #6A4CFF;
    background-color: #FFFFFF;
}

.bb-toolbar-select {
    width: 100%;
    background: #FAFAFF;
    border: 1.5px solid rgba(106, 76, 255, 0.2);
    border-radius: 10px;
    padding: 0.65rem 1rem;
    color: #1E1B4B;
    font-size: 0.9375rem;
    font-family: 'Enriqueta', serif;
    outline: none;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.bb-toolbar-select:focus {
    border-color: #6A4CFF;
    background-color: #FFFFFF;
}

.bb-btn-reset {
    background: #EEF2FF;
    color: #6A4CFF;
    border: 1.5px solid rgba(106, 76, 255, 0.25);
    border-radius: 10px;
    padding: 0.65rem 1rem;
    font-weight: 600;
    font-size: 0.9375rem;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.bb-btn-reset:hover {
    background: #6A4CFF;
    color: #FFFFFF;
}

.bb-bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

.bb-bento-card--large {
    grid-column: span 2;
}

.bb-bento-card {
    background: #FFFFFF;
    border: 1px solid rgba(106, 76, 255, 0.12);
    border-radius: 18px;
    box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

.bb-bento-card:hover {
    border-color: #6A4CFF;
    box-shadow: 0 14px 40px rgba(59, 130, 246, 0.12);
}

.bb-card-img-container {
    background: #F0F4FF;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-bottom: 1px solid rgba(106, 76, 255, 0.08);
}

.bb-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bb-badge-stock {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(255, 255, 255, 0.92);
    color: #10B981;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.bb-rating-pill {
    background: #FFFBEB;
    color: #B45309;
    border: 1px solid rgba(245, 158, 11, 0.3);
    font-size: 0.8125rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 6px;
}

.bb-meta-reviews {
    color: #64748B;
    font-size: 0.8125rem;
    font-weight: 500;
}

.bb-meta-dot {
    color: #CBD5E1;
}

.bb-meta-shipping {
    color: #3B82F6;
    font-size: 0.8125rem;
    font-weight: 600;
}

.bb-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1E1B4B;
}

.bb-card-title-link {
    color: #1E1B4B;
    text-decoration: none;
    transition: color 0.2s ease;
}

.bb-card-title-link:hover {
    color: #6A4CFF;
}

.bb-card-desc {
    color: #64748B;
    font-size: 0.9375rem;
    line-height: 1.55;
}

.bb-card-specs li {
    font-size: 0.875rem;
    color: #1E1B4B;
    margin-bottom: 0.35rem;
    font-weight: 500;
}

.bb-price-label {
    font-size: 0.875rem;
    color: #64748B;
    font-weight: 500;
}

.bb-price-value {
    font-size: 1.35rem;
    font-weight: 700;
    color: #6A4CFF;
}

.bb-btn-cart {
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.25rem;
    font-weight: 600;
    font-size: 0.95rem;
    font-family: 'Enriqueta', serif;
    box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25);
    cursor: pointer;
    transition: filter 0.2s ease;
}

.bb-btn-cart:hover {
    filter: brightness(1.08);
    color: #FFFFFF;
}

.bb-btn-cart.added {
    background: #10B981;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.25);
}

.bb-no-results {
    background: #FFFFFF;
    border: 1px dashed rgba(106, 76, 255, 0.3);
    border-radius: 18px;
}

.bb-no-results-title {
    color: #1E1B4B;
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.bb-no-results-desc {
    color: #64748B;
    font-size: 0.95rem;
}

.bb-btn-primary {
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25);
}

.bb-btn-primary:hover {
    filter: brightness(1.08);
    color: #FFFFFF;
}

.bel-beach-footer {
    background-color: #FAFAFF;
    color: #1E1B4B;
    border-top: 1px solid rgba(106, 76, 255, 0.12);
    font-family: 'Enriqueta', serif;
}

.bel-beach-footer__newsletter-wrapper {
    padding-top: 3.5rem;
    padding-bottom: 1.5rem;
}

.bel-beach-footer__newsletter-card {
    background: linear-gradient(135deg, #FFFFFF 0%, #F0F4FF 100%);
    border: 1px solid rgba(106, 76, 255, 0.2);
    border-radius: 18px;
    padding: 2.5rem;
    box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08);
}

.bel-beach-footer__newsletter-title {
    color: #1E1B4B;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1.25;
    margin-bottom: 0.5rem;
}

.bel-beach-footer__newsletter-text {
    color: #64748B;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.bel-beach-footer__form {
    width: 100%;
}

.bel-beach-footer__input-group {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    width: 100%;
}

.bel-beach-footer__input {
    flex: 1 1 auto;
    min-width: 0;
    background: #FFFFFF;
    border: 1.5px solid rgba(106, 76, 255, 0.2);
    border-radius: 12px;
    padding: 0.75rem 1.25rem;
    color: #1E1B4B;
    font-size: 0.95rem;
    font-family: 'Enriqueta', serif;
    outline: none;
    transition: border-color 0.2s ease;
}

.bel-beach-footer__input::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.bel-beach-footer__input:focus {
    border-color: #6A4CFF;
}

.bel-beach-footer__btn-submit {
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    font-family: 'Enriqueta', serif;
    white-space: nowrap;
    box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: filter 0.2s ease;
}

.bel-beach-footer__btn-submit:hover {
    filter: brightness(1.08);
    color: #FFFFFF;
}

.bel-beach-footer__main {
    padding: 3rem 0;
}

.bel-beach-footer__logo-link {
    text-decoration: none;
    margin-bottom: 1rem;
}

.bel-beach-footer__logo {
    max-width: 48px;
    height: 48px;
    object-fit: contain;
}

.bel-beach-footer__brand-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1E1B4B;
}

.bel-beach-footer__about-text {
    color: #64748B;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.bel-beach-footer__payment-methods {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.bel-beach-footer__payment-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #64748B;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.bel-beach-footer__pay-icon {
    color: #1E1B4B;
    transition: color 0.2s ease;
}

.bel-beach-footer__col-heading {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1E1B4B;
    margin-bottom: 1.25rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.bel-beach-footer__col-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    border-radius: 2px;
}

.bel-beach-footer__links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.bel-beach-footer__link {
    color: #64748B;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.2s ease;
    display: inline-block;
}

.bel-beach-footer__link:hover {
    color: #6A4CFF;
    text-decoration: underline;
}

.bel-beach-footer__contacts-block {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bel-beach-footer__contact-item {
    font-size: 0.9375rem;
    color: #64748B;
}

.bel-beach-footer__contact-icon {
    color: #6A4CFF;
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.bel-beach-footer__contact-icon--wa {
    color: #25D366;
    font-size: 1.25rem;
}

.bel-beach-footer__contact-text {
    color: #64748B;
    line-height: 1.5;
}

.bel-beach-footer__contact-link {
    color: #64748B;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.bel-beach-footer__contact-link:hover {
    color: #6A4CFF;
    text-decoration: underline;
}

.bel-beach-footer__wa-button {
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    color: #128C7E;
    border: 1.5px solid #25D366;
    border-radius: 8px;
    padding: 0.35rem 0.85rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
}

.bel-beach-footer__bottom {
    border-top: 1px solid rgba(106, 76, 255, 0.1);
    padding: 1.5rem 0;
    background: #F3F5FC;
}

.bel-beach-footer__copyright {
    color: #64748B;
    font-size: 0.875rem;
}

.bel-beach-footer__badge {
    background: #EEF2FF;
    color: #6A4CFF;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    border: 1px solid rgba(106, 76, 255, 0.2);
}

.bel-beach-footer__meta-text {
    color: #64748B;
    font-size: 0.875rem;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .bb-bento-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .bb-bento-card--large {
        grid-column: span 2;
    }

    .bel-beach-header__navbar {
        padding: 10px 0;
    }

    .bel-beach-header .navbar-collapse {
        background-color: #FFFFFF;
        padding: 16px;
        border-radius: 16px;
        margin-top: 12px;
        border: 1px solid rgba(106, 76, 255, 0.12);
        box-shadow: 0 14px 40px rgba(59, 130, 246, 0.12);
    }
}

@media (max-width: 767.98px) {
    .bb-bento-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .bb-bento-card--large {
        grid-column: span 1;
    }

    .bb-catalog-hero__title {
        font-size: 1.125rem;
        hyphens: auto;
    }

    .bb-catalog-header__title {
        font-size: 1rem;
        hyphens: auto;
    }

    .bb-card-title {
        font-size: 0.875rem;
        hyphens: auto;
    }

    .bel-beach-footer__newsletter-wrapper {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }

    .bel-beach-footer__newsletter-card {
        padding: 1.5rem;
    }

    .bel-beach-footer__input-group {
        flex-direction: column;
    }

    .bel-beach-footer__btn-submit {
        width: 100%;
    }

    .bel-beach-footer__main {
        padding: 2rem 0;
    }

    .bel-beach-footer__bottom-content {
        text-align: center;
    }

    .bel-beach-footer__newsletter-title {
        font-size: 1rem;
        hyphens: auto;
    }
}


/* ===== PAGE: blog ===== */
.bel-blog-section {
  background-color: #FAFAFF;
  position: relative;
}

.bel-blog-section .bel-blog-section__header {
  border-color: rgba(106, 76, 255, 0.12) !important;
}

.bel-blog-section .bel-blog-section__tag {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #6A4CFF;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #EEF2FF;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
}

.bel-blog-section .bel-blog-section__title {
  font-family: 'Enriqueta', serif;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.25;
  color: #1E1B4B;
}

.bel-blog-section .bel-blog-section__intro {
  max-width: 460px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #64748B;
}

.bel-blog-section .bel-blog-search__input {
  border: 1px solid rgba(106, 76, 255, 0.2);
  background-color: #FFFFFF;
  color: #1E1B4B;
  border-radius: 12px;
  height: 46px;
  font-size: 0.9rem;
  box-shadow: 0 4px 14px rgba(106, 76, 255, 0.04);
}

.bel-blog-section .bel-blog-search {
  max-width: 720px;
  margin-inline: auto;
}

.bel-blog-section .bel-blog-search__input::placeholder {
  color: #94A3B8;
  opacity: 1;
}

.bel-blog-section .bel-blog-search__input:focus {
  border-color: #6A4CFF;
  box-shadow: 0 0 0 0.2rem rgba(106, 76, 255, 0.15);
  outline: none;
}

.bel-blog-section .bel-blog-filter-btn {
  border-radius: 12px;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  background-color: #FFFFFF;
  color: #1E1B4B;
  border: 1px solid rgba(106, 76, 255, 0.2);
  box-shadow: 0 2px 8px rgba(106, 76, 255, 0.05);
  text-transform: none;
}

.bel-blog-section .bel-blog-filter-btn:hover {
  background-color: #EEF2FF;
  color: #6A4CFF;
  border-color: #6A4CFF;
}

.bel-blog-section .bel-blog-filter-btn.active {
  background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
  color: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25);
}

.bel-blog-section .bel-blog-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.bel-blog-section .bel-blog-card {
  background: #FFFFFF;
  border-radius: 18px;
  border: 1px solid rgba(106, 76, 255, 0.12);
  box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.bel-blog-section .bel-blog-card:hover {
  border-color: #06B6D4;
  box-shadow: 0 14px 40px rgba(59, 130, 246, 0.12);
}

.bel-blog-section .bel-blog-card--bento-1 {
  grid-column: span 2;
}

.bel-blog-section .bel-blog-card--bento-4 {
  grid-column: span 2;
}

.bel-blog-section .bel-blog-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.bel-blog-section .bel-blog-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  background-color: #F3F5FC;
  overflow: hidden;
}

.bel-blog-section .bel-blog-card--bento-1 .bel-blog-card__media,
.bel-blog-section .bel-blog-card--bento-4 .bel-blog-card__media {
  aspect-ratio: 16 / 9;
}

.bel-blog-section .bel-blog-card__img-link {
  display: block;
  width: 100%;
  height: 100%;
}

.bel-blog-section .bel-blog-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bel-blog-section .bel-blog-card__category-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: #6A4CFF;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(106, 76, 255, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.bel-blog-section .bel-blog-card__content {
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.bel-blog-section .bel-blog-card__meta {
  font-size: 0.75rem;
  color: #94A3B8;
}

.bel-blog-section .bel-blog-card__meta-item {
  display: inline-flex;
  align-items: center;
}

.bel-blog-section .bel-blog-card__meta-divider {
  color: #CBD5E1;
}

.bel-blog-section .bel-blog-card__title {
  font-family: 'Enriqueta', serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.35;
  margin-bottom: 0.5rem;
}

.bel-blog-section .bel-blog-card__title-link {
  color: #1E1B4B;
  text-decoration: none;
}

.bel-blog-section .bel-blog-card__title-link:hover {
  color: #6A4CFF;
}

.bel-blog-section .bel-blog-card__excerpt {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.bel-blog-section .bel-blog-card__action-link {
  font-weight: 600;
  font-size: 0.875rem;
  color: #6A4CFF;
  text-decoration: underline;
  text-underline-offset: 4px;
  align-self: center;
}

.bel-blog-section .bel-blog-card__action-link:hover {
  color: #3B82F6;
}

.bel-blog-section .bel-blog-empty__title {
  font-family: 'Enriqueta', serif;
  font-size: 1.5rem;
  color: #1E1B4B;
}

@media (max-width: 991px) {
  .bel-blog-section .bel-blog-bento {
    grid-template-columns: repeat(2, 1fr);
  }
  .bel-blog-section .bel-blog-card--bento-1,
  .bel-blog-section .bel-blog-card--bento-4 {
    grid-column: span 1;
  }
  .bel-blog-section .bel-blog-card--bento-1 .bel-blog-card__media,
  .bel-blog-section .bel-blog-card--bento-4 .bel-blog-card__media {
    aspect-ratio: 3 / 4;
  }
}

@media (max-width: 767px) {
  .bel-blog-section .bel-blog-section__title {
    font-size: 16px;
    hyphens: auto;
  }
  .bel-blog-section .bel-blog-card__title {
    font-size: 14px;
    hyphens: auto;
  }
  .bel-blog-section .bel-blog-bento {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .bel-blog-section .bel-blog-card--bento-1,
  .bel-blog-section .bel-blog-card--bento-4 {
    grid-column: span 1;
  }
  .bel-blog-section .bel-blog-card__media {
    aspect-ratio: 3 / 4;
  }
}

/* ===== PAGE: about ===== */
.bb-about-section { background-color: #FAFAFF; color: #1E1B4B; font-family: 'Enriqueta', serif; }
.bb-about-section .bb-about-story-card { background: #FFFFFF; border-radius: 18px; border: 1px solid rgba(106, 76, 255, 0.12); box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08); }
.bb-about-section .bb-about-badge { background: #EEF2FF; color: #6A4CFF; font-size: 0.8125rem; font-weight: 600; padding: 6px 14px; border-radius: 30px; border: 1px solid rgba(106, 76, 255, 0.15); }
.bb-about-section .bb-about-title { color: #1E1B4B; font-weight: 700; line-height: 1.25; font-size: 2rem; }
.bb-about-section .bb-about-text { color: #64748B; font-size: 1rem; line-height: 1.6; }
.bb-about-section .bb-about-hero-img { border-radius: 18px; height: 380px; object-fit: cover; box-shadow: 0 14px 40px rgba(59, 130, 246, 0.12); }
.bb-about-section .bb-about-stat-card { bottom: 20px; left: 20px; background: rgba(255, 255, 255, 0.95); border-radius: 14px; border: 1px solid rgba(106, 76, 255, 0.15); backdrop-filter: blur(8px); }
.bb-about-section .bb-about-stat-icon { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%); color: #FFFFFF; font-size: 1.1rem; }
.bb-about-section .bb-about-stat-number { color: #1E1B4B; font-size: 1.25rem; font-weight: 700; }
.bb-about-section .bb-about-stat-label { color: #64748B; font-size: 0.75rem; font-weight: 600; }
.bb-about-section .bb-value-card { background: #FFFFFF; border-radius: 18px; border: 1px solid rgba(106, 76, 255, 0.12); box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08); transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.bb-about-section .bb-value-card:hover { border-color: #06B6D4; box-shadow: 0 12px 35px rgba(6, 182, 212, 0.15); }
.bb-about-section .bb-value-icon-box { width: 52px; height: 52px; border-radius: 12px; background: linear-gradient(135deg, #3B82F6 0%, #06B6D4 100%); color: #FFFFFF; font-size: 1.25rem; }
.bb-about-section .bb-value-title { color: #1E1B4B; font-weight: 700; font-size: 1.25rem; }
.bb-about-section .bb-interactive-tabs-card { background: #FFFFFF; border-radius: 18px; border: 1px solid rgba(106, 76, 255, 0.12); box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08); }
.bb-about-section .bb-tab-button { background: #F3F5FC; border: 1px solid rgba(106, 76, 255, 0.12); border-radius: 12px; padding: 12px 18px; color: #1E1B4B; font-weight: 600; width: 100%; transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease; }
.bb-about-section .bb-tab-button:hover { background: #EEF2FF; border-color: #6A4CFF; }
.bb-about-section .bb-tab-button.active { background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%); color: #FFFFFF; border-color: transparent; box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25); }
.bb-about-section .bb-tab-content-panel { background: #FAFAFF; border-radius: 14px; border: 1px solid rgba(106, 76, 255, 0.1); min-height: 240px; }
.bb-about-section .bb-feature-list li { color: #1E1B4B; font-size: 0.95rem; }
.bb-about-section .bb-cta-banner { background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%); border-radius: 18px; box-shadow: 0 14px 40px rgba(106, 76, 255, 0.25); overflow: hidden; }
.bb-about-section .bb-cta-title { font-size: 1.85rem; font-weight: 700; }
.bb-about-section .bb-cta-text { font-size: 1rem; opacity: 0.95; }
.bb-about-section .bb-btn-primary { background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%); color: #FFFFFF !important; border: none; border-radius: 12px; padding: 0.75rem 1.75rem; font-weight: 600; box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25); text-decoration: none; }
.bb-about-section .bb-btn-outline { background: #FFFFFF; color: #6A4CFF !important; border: 1.5px solid #6A4CFF; border-radius: 12px; padding: 0.75rem 1.75rem; font-weight: 600; text-decoration: none; }
.bb-about-section .bb-btn-outline:hover { background: #EEF2FF; }
.bb-about-section .bb-btn-light { background: #FFFFFF; color: #6A4CFF !important; border: none; border-radius: 12px; padding: 0.75rem 1.75rem; font-weight: 600; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-decoration: none; }
.bb-about-section .bb-btn-glass { background: rgba(255, 255, 255, 0.2); color: #FFFFFF !important; border: 1px solid rgba(255, 255, 255, 0.6); border-radius: 12px; padding: 0.75rem 1.75rem; font-weight: 600; text-decoration: none; }
.bb-about-section .bb-btn-glass:hover { background: rgba(255, 255, 255, 0.35); }
@media (max-width: 767px) {
  .bb-about-section .bb-about-title { font-size: 1.5rem; hyphens: auto; }
  .bb-about-section .bb-value-title { font-size: 1.15rem; }
  .bb-about-section .bb-cta-title { font-size: 1.35rem; }
  .bb-about-section .bb-about-hero-img { height: 260px; }
  .bb-about-section .bb-about-stat-card { position: static !important; margin-top: 15px; width: 100%; }
}

/* ===== PAGE: contact ===== */
.bb-contact-section { font-family: 'Enriqueta', serif; background-color: #FAFAFF; color: #1E1B4B; } .bb-contact-section .bb-contact-card, .bb-contact-section .bb-form-container, .bb-contact-section .bb-info-card { background: #FFFFFF; border: 1px solid rgba(106, 76, 255, 0.12); border-radius: 18px; box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08); } .bb-contact-section .bb-contact-icon-box { width: 64px; height: 64px; border-radius: 50%; background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%); color: #FFFFFF; font-size: 1.5rem; box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25); } .bb-contact-section .bb-card-title, .bb-contact-section .bb-section-heading { color: #1E1B4B; font-weight: 700; } .bb-contact-section .bb-contact-link { color: #6A4CFF; text-decoration: none; word-break: break-word; } .bb-contact-section .bb-contact-link:hover { color: #3B82F6; } .bb-contact-section .bb-contact-text { color: #1E1B4B; word-break: break-word; } .bb-contact-section .bb-badge-tag { background-color: #EEF2FF; color: #6A4CFF; font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.02em; } .bb-contact-section .bb-input, .bb-contact-section .bb-select, .bb-contact-section .bb-textarea { background-color: #F8F9FE; border: 1px solid rgba(106, 76, 255, 0.18); border-radius: 10px; color: #1E1B4B; padding: 0.75rem 1rem; font-family: 'Enriqueta', serif; } .bb-contact-section .bb-input:focus, .bb-contact-section .bb-select:focus, .bb-contact-section .bb-textarea:focus { background-color: #FFFFFF; border-color: #6A4CFF; box-shadow: 0 0 0 0.2rem rgba(106, 76, 255, 0.15); color: #1E1B4B; } .bb-contact-section .bb-input::placeholder, .bb-contact-section .bb-textarea::placeholder { color: #94A3B8; opacity: 1; } .bb-contact-section .bb-checkbox:checked { background-color: #6A4CFF; border-color: #6A4CFF; } .bb-contact-section .bb-btn-submit { background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%); border: none; box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25); transition: opacity 0.2s ease, transform 0.2s ease; font-family: 'Enriqueta', serif; font-size: 1rem; } .bb-contact-section .bb-btn-submit:hover { opacity: 0.95; color: #FFFFFF; } .bb-contact-section .bb-map-container { width: 100%; height: 260px; border: 1px solid rgba(106, 76, 255, 0.12); background-color: #F3F5FC; } .bb-contact-section .bb-map-container iframe { width: 100%; height: 100%; border: 0; } .bb-contact-section .bb-detail-item { background: #F8F9FE; border: 1px solid rgba(106, 76, 255, 0.08); } .bb-contact-section .bb-promise-bar { background: #FFFFFF; border: 1px solid rgba(106, 76, 255, 0.12); box-shadow: 0 8px 30px rgba(106, 76, 255, 0.06); } @media (max-width: 767.98px) { .bb-contact-section h2.h4 { font-size: 16px; } .bb-contact-section h2.h3 { font-size: 16px; } .bb-contact-section h3.h6 { font-size: 14px; } .bb-contact-section .bb-form-container, .bb-contact-section .bb-info-card { padding: 1.5rem !important; } .bb-contact-section .bb-map-container { height: 220px; } }

/* ===== PAGE: cart ===== */
.bb-cart-checkout-section {
  background-color: #FAFAFF;
  min-height: 60vh;
  font-family: 'Enriqueta', serif;
}
.bb-cart-checkout-section .bb-card {
  background-color: #FFFFFF;
  border: 1px solid rgba(106, 76, 255, 0.12) !important;
  box-shadow: 0 8px 30px rgba(106, 76, 255, 0.06);
}
.bb-cart-checkout-section .bb-btn-primary {
  background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
  border: none;
  color: #FFFFFF;
  box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25);
  transition: filter 0.2s ease;
}
.bb-cart-checkout-section .bb-btn-primary:hover {
  filter: brightness(1.08);
  color: #FFFFFF;
}
.bb-cart-checkout-section .bb-form-input {
  background-color: #FFFFFF;
  border: 1.5px solid rgba(106, 76, 255, 0.2);
  color: #1E1B4B;
  border-radius: 8px;
  padding: 0.625rem 0.875rem;
}
.bb-cart-checkout-section .bb-form-input:focus {
  border-color: #6A4CFF;
  box-shadow: 0 0 0 0.2rem rgba(106, 76, 255, 0.15);
  color: #1E1B4B;
  background-color: #FFFFFF;
}
.bb-cart-checkout-section .bb-form-input::placeholder {
  color: #94A3B8;
  opacity: 1;
}
.bb-cart-checkout-section .bb-shipping-card {
  background-color: #FAFAFF;
  border: 1.5px solid rgba(106, 76, 255, 0.15);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.bb-cart-checkout-section .bb-shipping-card:hover {
  border-color: #6A4CFF;
  background-color: #F0F4FF;
}
.bb-cart-checkout-section .cursor-pointer {
  cursor: pointer;
}
.bb-cart-checkout-section .bb-cart-thumb {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(106, 76, 255, 0.12);
}
.bb-cart-checkout-section .bb-qty-btn {
  width: 32px;
  height: 32px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid rgba(106, 76, 255, 0.2);
  background: #FFFFFF;
  color: #1E1B4B;
}
.bb-cart-checkout-section .bb-qty-input {
  width: 45px;
  height: 32px;
  text-align: center;
  border: 1px solid rgba(106, 76, 255, 0.2);
  border-radius: 6px;
  font-weight: bold;
  color: #1E1B4B;
  background-color: #FFFFFF;
}
.bb-cart-checkout-section .bb-remove-btn {
  color: #DC3545;
  background: transparent;
  border: none;
  padding: 6px 10px;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}
.bb-cart-checkout-section .bb-remove-btn:hover {
  background-color: #FEE2E2;
}
.bb-cart-checkout-section .bb-summary-sticky {
  top: 20px;
}
@media (max-width: 767px) {
  .bb-cart-checkout-section .bb-cart-table thead {
    display: none;
  }
  .bb-cart-checkout-section .bb-cart-table,
  .bb-cart-checkout-section .bb-cart-table tbody,
  .bb-cart-checkout-section .bb-cart-table tr,
  .bb-cart-checkout-section .bb-cart-table td {
    display: block;
    width: 100%;
  }
  .bb-cart-checkout-section .bb-cart-table tr {
    margin-bottom: 20px;
    border: 1px solid rgba(106, 76, 255, 0.15);
    border-radius: 12px;
    padding: 12px;
    background-color: #FAFAFF;
  }
  .bb-cart-checkout-section .bb-cart-table td {
    padding: 8px 0;
    border: none;
    text-align: left !important;
  }
  .bb-cart-checkout-section .bb-cart-table td.bb-cell-actions {
    border-top: 1px dashed rgba(106, 76, 255, 0.15);
    margin-top: 8px;
    padding-top: 8px;
  }
}

/* ===== PAGE: privacy ===== */
.privacy-policy-section{background-color:#FAFAFF;color:#1E1B4B;font-family:'Enriqueta',serif}.privacy-policy-section .privacy-sidebar{background:#FFFFFF;border:1px solid rgba(106,76,255,0.12);box-shadow:0 8px 30px rgba(106,76,255,0.08);position:sticky;top:2rem}.privacy-policy-section .sidebar-badge{background:linear-gradient(135deg,rgba(106,76,255,0.08) 0%,rgba(59,130,246,0.08) 100%);color:#6A4CFF;padding:0.4rem 0.85rem;border-radius:999px;font-size:0.8125rem}.privacy-policy-section .sidebar-title{font-size:1.4rem;font-weight:700;color:#1E1B4B}.privacy-policy-section .privacy-nav-link{padding:0.65rem 1rem;border-radius:10px;color:#64748B;text-decoration:none;font-size:0.95rem;font-weight:500;transition:all 0.2s ease;display:flex;align-items:center}.privacy-policy-section .privacy-nav-link:hover{background:#F3F5FC;color:#6A4CFF}.privacy-policy-section .privacy-nav-link.active{background:linear-gradient(135deg,#6A4CFF 0%,#3B82F6 100%);color:#FFFFFF;box-shadow:0 4px 15px rgba(106,76,255,0.25)}.privacy-policy-section .sidebar-card{background:#F3F5FC;border:1px solid rgba(106,76,255,0.1)}.privacy-policy-section .policy-intro-card,.privacy-policy-section .policy-block{background:#FFFFFF;border:1px solid rgba(106,76,255,0.12);box-shadow:0 8px 30px rgba(106,76,255,0.06)}.privacy-policy-section .policy-main-title{font-size:1.75rem;font-weight:700;color:#1E1B4B;line-height:1.3}.privacy-policy-section .policy-heading{font-size:1.35rem;font-weight:700;color:#1E1B4B}.privacy-policy-section .policy-icon-box{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#EEF2FF;font-size:1.1rem;flex-shrink:0}.privacy-policy-section .policy-feature-card,.privacy-policy-section .right-card{background:#FAFAFF;border:1px solid rgba(106,76,255,0.08)}.privacy-policy-section .feature-heading{font-size:1.05rem;font-weight:600;color:#1E1B4B}.privacy-policy-section .cookie-table-container{background:#FFFFFF;border-color:rgba(106,76,255,0.12)!important}.privacy-policy-section .cookie-row:hover{background:#FAFAFF}.privacy-policy-section .security-banner{background:linear-gradient(135deg,#EEF2FF 0%,#F3F5FC 100%);border:1px solid rgba(106,76,255,0.12)}.privacy-policy-section .btn-primary{background:linear-gradient(135deg,#6A4CFF 0%,#3B82F6 100%);border:none;box-shadow:0 6px 20px rgba(106,76,255,0.25);font-weight:600}.privacy-policy-section .btn-primary:hover{filter:brightness(1.08)}.privacy-policy-section .btn-outline-primary{color:#6A4CFF;border:1.5px solid #6A4CFF;background:#FFFFFF;font-weight:600}.privacy-policy-section .btn-outline-primary:hover{background:#6A4CFF;color:#FFFFFF}@media (max-width:767px){.privacy-policy-section .privacy-sidebar{position:static}.privacy-policy-section .policy-main-title{font-size:1.35rem}.privacy-policy-section .policy-heading{font-size:1.15rem}.privacy-policy-section .feature-heading{font-size:0.95rem}}

/* ===== PAGE: terms ===== */
.bb-terms-section {
  background: #FAFAFF;
  font-family: 'Enriqueta', serif;
  color: #1E1B4B;
}

.bb-terms-section .bb-terms-sidebar {
  border-radius: 18px;
  background: #FFFFFF;
  border: 1px solid rgba(106, 76, 255, 0.12) !important;
  top: 2rem;
  z-index: 10;
}

.bb-terms-section .bb-terms-nav .nav-link {
  color: #64748B;
  font-size: 0.9375rem;
  padding: 0.6rem 0.75rem;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.bb-terms-section .bb-terms-nav .nav-link:hover,
.bb-terms-section .bb-terms-nav .nav-link.active {
  color: #6A4CFF;
  background: #EEF2FF;
  font-weight: 600;
}

.bb-terms-section .bb-terms-search-wrapper input {
  background-color: #FAFAFF;
  border-color: rgba(106, 76, 255, 0.15);
  color: #1E1B4B;
  font-size: 0.875rem;
}

.bb-terms-section .bb-terms-search-wrapper input::placeholder {
  color: #94A3B8;
  opacity: 1;
}

.bb-terms-section .bb-terms-search-wrapper input:focus {
  box-shadow: none;
  border-color: #6A4CFF;
}

.bb-terms-section .bb-terms-content-card {
  border-radius: 18px;
  background: #FFFFFF;
  border: 1px solid rgba(106, 76, 255, 0.12) !important;
}

.bb-terms-section .bb-terms-lead-box {
  background: linear-gradient(135deg, #EEF2FF 0%, #F0F9FF 100%);
  border-left: 4px solid #6A4CFF;
}

.bb-terms-section .bb-terms-num-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 700;
  flex-shrink: 0;
}

.bb-terms-section .bb-terms-body p {
  line-height: 1.7;
  margin-bottom: 1rem;
}

.bb-terms-section .bb-terms-list {
  padding-left: 1.25rem;
  color: #64748B;
}

.bb-terms-section .bb-terms-list li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.bb-terms-section .bb-terms-highlight-card {
  background: #F8FAFC;
  border: 1px solid rgba(106, 76, 255, 0.1);
}

.bb-terms-section .bb-terms-contact-banner {
  background: linear-gradient(135deg, #F0F4FF 0%, #E0F2FE 100%);
  border: 1px solid rgba(59, 130, 246, 0.2);
}

.bb-terms-section .bb-terms-contact-btn {
  background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
  color: #FFFFFF !important;
  border-radius: 12px;
  padding: 0.65rem 1.5rem;
  font-weight: 600;
  border: none;
  box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25);
}

.bb-terms-section .bb-terms-contact-btn:hover {
  filter: brightness(1.08);
}

@media (max-width: 767px) {
  .bb-terms-section h2 {
    font-size: 1.125rem;
    hyphens: auto;
  }
  .bb-terms-section h3 {
    font-size: 1rem;
    hyphens: auto;
  }
  .bb-terms-section .bb-terms-sidebar {
    position: static !important;
  }
  .bb-terms-section .bb-terms-lead-box {
    padding: 1rem !important;
  }
}

/* ===== PAGE: disclaimer ===== */
.disclaimer-section {
  background-color: #FAFAFF;
  font-family: 'Enriqueta', serif;
}
.disclaimer-section .disclaimer-sidebar-card {
  background: #FFFFFF;
  border: 1px solid rgba(106, 76, 255, 0.12);
  position: sticky;
  top: 24px;
}
.disclaimer-section .disclaimer-badge-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #EEF2FF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.disclaimer-section .disclaimer-meta-tag {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: #6A4CFF;
}
.disclaimer-section .disclaimer-sidebar-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1E1B4B;
}
.disclaimer-section .disclaimer-sidebar-desc {
  font-size: 0.9rem;
  color: #64748B;
  line-height: 1.5;
}
.disclaimer-section .disclaimer-nav-btn {
  background: #F3F5FC;
  border: 1px solid transparent;
  color: #1E1B4B;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.disclaimer-section .disclaimer-nav-btn:hover,
.disclaimer-section .disclaimer-nav-btn.active {
  background: #EEF2FF;
  border-color: #6A4CFF;
  color: #6A4CFF;
}
.disclaimer-section .disclaimer-contact-box {
  background: #F3F5FC;
  border: 1px dashed rgba(106, 76, 255, 0.3);
}
.disclaimer-section .disclaimer-btn-contact {
  background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
  color: #FFFFFF;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.625rem 1.25rem;
  border-radius: 10px;
  border: none;
  box-shadow: 0 4px 14px rgba(106, 76, 255, 0.25);
}
.disclaimer-section .disclaimer-btn-contact:hover {
  color: #FFFFFF;
  filter: brightness(1.08);
}
.disclaimer-section .disclaimer-content-wrapper {
  border: 1px solid rgba(106, 76, 255, 0.12);
}
.disclaimer-section .disclaimer-pill {
  background: #EEF2FF;
  color: #6A4CFF;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.3rem 0.65rem;
  border-radius: 6px;
  text-transform: uppercase;
}
.disclaimer-section .disclaimer-heading {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1E1B4B;
  line-height: 1.3;
}
.disclaimer-section .disclaimer-text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #475569;
}
.disclaimer-section .disclaimer-callout {
  background: #F0F4FF;
  border-left: 4px solid #6A4CFF;
}
.disclaimer-section .disclaimer-list li {
  font-size: 0.95rem;
  line-height: 1.6;
}
.disclaimer-section .disclaimer-summary-box {
  background: #EEF2FF;
  border: 1px solid rgba(106, 76, 255, 0.2);
}
@media (max-width: 767px) {
  .disclaimer-section .disclaimer-sidebar-card {
    position: static;
    margin-bottom: 1.5rem;
  }
  .disclaimer-section .disclaimer-heading {
    font-size: 1.15rem;
    hyphens: auto;
  }
  .disclaimer-section .disclaimer-content-wrapper {
    padding: 1.25rem !important;
  }
}

/* ===== PAGE: refound ===== */
.bel-refund-section { font-family: 'Enriqueta', serif; background-color: #FAFAFF; color: #1E1B4B; }
.bel-refund-card { background: #FFFFFF; border-radius: 18px; box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08); border: 1px solid rgba(106, 76, 255, 0.12); }
.bel-refund-sidebar-title { font-size: 1.35rem; font-weight: 700; color: #1E1B4B; }
.bel-refund-sidebar-text { font-size: 0.9rem; color: #64748B; line-height: 1.5; }
.bel-policy-nav .list-group-item { background: transparent; border: none; border-radius: 12px; color: #1E1B4B; font-weight: 600; font-size: 0.95rem; margin-bottom: 4px; transition: background-color 0.2s ease, color 0.2s ease; }
.bel-policy-nav .list-group-item:hover { background-color: #EEF2FF; color: #6A4CFF; }
.bel-support-box { background: #F3F5FC; border-radius: 14px; border: 1px solid rgba(106, 76, 255, 0.08); }
.bel-support-icon { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.bel-badge-pill { background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%); color: #FFFFFF; font-weight: 600; font-size: 0.8rem; padding: 0.45rem 0.9rem; border-radius: 50rem; }
.bel-badge-pill-light { background: #EEF2FF; color: #6A4CFF; font-weight: 600; font-size: 0.8rem; padding: 0.45rem 0.9rem; border-radius: 50rem; border: 1px solid rgba(106, 76, 255, 0.15); }
.bel-section-title { font-size: 1.85rem; font-weight: 700; color: #1E1B4B; line-height: 1.3; }
.bel-lead-text { font-size: 1.05rem; color: #64748B; line-height: 1.6; }
.bel-feature-mini-card { background: #F8FAFC; border-radius: 14px; border: 1px solid rgba(106, 76, 255, 0.1); }
.bel-mini-title { font-size: 1.15rem; font-weight: 700; color: #1E1B4B; }
.bel-mini-desc { font-size: 0.85rem; color: #64748B; }
.bel-divider { border-top: 1px solid rgba(106, 76, 255, 0.12); opacity: 1; }
.bel-block-heading { font-size: 1.4rem; font-weight: 700; color: #1E1B4B; }
.bel-body-text { font-size: 0.98rem; color: #64748B; line-height: 1.65; }
.bel-check-list { list-style: none; padding-left: 0; margin-bottom: 1.5rem; }
.bel-check-list li { position: relative; padding-left: 1.75rem; margin-bottom: 0.75rem; font-size: 0.95rem; color: #1E1B4B; line-height: 1.5; }
.bel-check-list li::before { content: '\f00c'; font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute; left: 0; top: 0; color: #06B6D4; }
.bel-step-number { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%); color: #FFFFFF; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 0.95rem; }
.bel-step-title { font-size: 1.1rem; font-weight: 700; color: #1E1B4B; }
.bel-custom-table { border-collapse: separate; border-spacing: 0; border: 1px solid rgba(106, 76, 255, 0.12); border-radius: 12px; overflow: hidden; }
.bel-custom-table thead { background: #EEF2FF; color: #1E1B4B; font-weight: 700; font-size: 0.9rem; }
.bel-custom-table td, .bel-custom-table th { padding: 0.85rem 1.1rem; }
.bel-custom-table tbody tr { border-bottom: 1px solid rgba(106, 76, 255, 0.08); }
.bel-alert-card { background: #FFF5F5; border: 1px solid rgba(239, 68, 68, 0.2); border-radius: 14px; }
.bel-accordion .accordion-item { background: #F8FAFC; border: 1px solid rgba(106, 76, 255, 0.12); border-radius: 12px; overflow: hidden; }
.bel-accordion .accordion-button { background: #F8FAFC; color: #1E1B4B; font-family: 'Enriqueta', serif; box-shadow: none; padding: 1.1rem 1.25rem; font-size: 1rem; }
.bel-accordion .accordion-button:not(.collapsed) { background: #EEF2FF; color: #6A4CFF; }
.bel-cta-box { background: linear-gradient(135deg, #FAFAFF 0%, #EEF2FF 100%); border: 1px solid rgba(106, 76, 255, 0.2); border-radius: 16px; }
.bel-cta-title { font-size: 1.35rem; font-weight: 700; color: #1E1B4B; }
.bel-cta-desc { font-size: 0.95rem; color: #64748B; }
.bel-btn-primary { background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%); color: #FFFFFF !important; border: none; border-radius: 12px; padding: 0.75rem 1.75rem; font-weight: 600; box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25); display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.bel-btn-primary:hover { filter: brightness(1.08); color: #FFFFFF !important; }
.bel-btn-secondary { background: #FFFFFF; color: #6A4CFF !important; border: 1.5px solid #6A4CFF; border-radius: 12px; padding: 0.75rem 1.75rem; font-weight: 600; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.bel-btn-secondary:hover { background: #EEF2FF; color: #6A4CFF !important; }
@media (max-width: 767px) {
  .bel-section-title { font-size: 1.35rem; hyphens: auto; }
  .bel-block-heading { font-size: 1.15rem; hyphens: auto; }
  .bel-refund-sidebar-title { font-size: 1.15rem; }
  .bel-mini-title, .bel-step-title, .bel-cta-title { font-size: 1rem; }
  .bel-custom-table thead { display: none; }
  .bel-custom-table, .bel-custom-table tbody, .bel-custom-table tr, .bel-custom-table td { display: block; width: 100%; }
  .bel-custom-table td { border-bottom: 1px solid rgba(106, 76, 255, 0.08); }
  .bel-custom-table td:last-child { border-bottom: none; }
}

/* ===== PAGE: delivery ===== */
.delivery-page-wrapper { font-family: 'Enriqueta', serif; color: #1E1B4B; background-color: #FAFAFF; }
.delivery-page-wrapper .delivery-feature-card { background-color: #FFFFFF; border-radius: 18px; box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08); border: 1px solid rgba(106, 76, 255, 0.12); transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.delivery-page-wrapper .delivery-feature-card:hover { border-color: #06B6D4; box-shadow: 0 14px 40px rgba(59, 130, 246, 0.12); }
.delivery-page-wrapper .delivery-icon-box { width: 52px; height: 52px; border-radius: 12px; background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%); display: flex; align-items: center; justify-content: center; font-size: 1.25rem; }
.delivery-page-wrapper .delivery-card-title { font-size: 1.25rem; font-weight: 700; color: #1E1B4B; line-height: 1.3; }
.delivery-page-wrapper .delivery-card-text { font-size: 0.9375rem; color: #64748B; line-height: 1.6; }
.delivery-page-wrapper .delivery-main-panel, .delivery-page-wrapper .delivery-faq-panel { background-color: #FFFFFF; border-radius: 18px; box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08); border: 1px solid rgba(106, 76, 255, 0.12); }
.delivery-page-wrapper .delivery-panel-title { font-size: 1.875rem; font-weight: 700; color: #1E1B4B; line-height: 1.25; }
.delivery-page-wrapper .delivery-panel-lead { font-size: 1rem; color: #64748B; line-height: 1.6; }
.delivery-page-wrapper .delivery-table { border-collapse: separate; border-spacing: 0; }
.delivery-page-wrapper .delivery-table thead th { background-color: #F3F5FC; color: #1E1B4B; font-weight: 600; border-bottom: 2px solid rgba(106, 76, 255, 0.12); padding: 12px 16px; font-size: 0.9375rem; }
.delivery-page-wrapper .delivery-table tbody td { padding: 14px 16px; color: #1E1B4B; border-bottom: 1px solid rgba(106, 76, 255, 0.08); font-size: 0.9375rem; }
.delivery-page-wrapper .delivery-note-box { background-color: #F3F5FC; border-left: 4px solid #6A4CFF; }
.delivery-page-wrapper .delivery-note-title { font-size: 1rem; font-weight: 600; color: #1E1B4B; }
.delivery-page-wrapper .delivery-note-text { font-size: 0.875rem; color: #64748B; line-height: 1.5; }
.delivery-page-wrapper .delivery-calculator-box { background-color: #FAFAFF; border: 1px solid rgba(106, 76, 255, 0.15); }
.delivery-page-wrapper .delivery-calc-heading { font-size: 1.25rem; font-weight: 700; color: #1E1B4B; }
.delivery-page-wrapper .delivery-calc-sub { font-size: 0.875rem; color: #64748B; line-height: 1.5; }
.delivery-page-wrapper .delivery-form-label { font-weight: 600; font-size: 0.875rem; color: #1E1B4B; margin-bottom: 6px; }
.delivery-page-wrapper .form-select, .delivery-page-wrapper .form-control { background-color: #FFFFFF; border: 1px solid rgba(106, 76, 255, 0.2); border-radius: 8px; color: #1E1B4B; font-size: 0.9375rem; padding: 10px 14px; }
.delivery-page-wrapper .form-select:focus, .delivery-page-wrapper .form-control:focus { border-color: #6A4CFF; box-shadow: 0 0 0 0.2rem rgba(106, 76, 255, 0.15); background-color: #FFFFFF; color: #1E1B4B; }
.delivery-page-wrapper .delivery-primary-btn { background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%); color: #FFFFFF; border: none; border-radius: 12px; padding: 0.75rem 1.5rem; font-weight: 600; box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25); transition: opacity 0.2s ease; }
.delivery-page-wrapper .delivery-primary-btn:hover { color: #FFFFFF; opacity: 0.92; }
.delivery-page-wrapper .delivery-calc-result { background-color: #FFFFFF; border: 1px dashed #6A4CFF; }
.delivery-page-wrapper .delivery-res-label { font-size: 0.875rem; color: #64748B; }
.delivery-page-wrapper .delivery-res-price { font-size: 1.125rem; font-weight: 700; color: #6A4CFF; }
.delivery-page-wrapper .delivery-res-time { font-size: 0.9375rem; font-weight: 600; color: #1E1B4B; }
.delivery-page-wrapper .delivery-policy-card { background-color: #FFFFFF; border-radius: 18px; box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08); border: 1px solid rgba(106, 76, 255, 0.12); }
.delivery-page-wrapper .delivery-policy-title { font-size: 1.25rem; font-weight: 700; color: #1E1B4B; }
.delivery-page-wrapper .delivery-policy-body { font-size: 0.9375rem; color: #64748B; line-height: 1.6; }
.delivery-page-wrapper .delivery-acc-item { background-color: #FFFFFF; border: 1px solid rgba(106, 76, 255, 0.12); border-radius: 12px !important; margin-bottom: 12px; overflow: hidden; }
.delivery-page-wrapper .delivery-acc-button { font-family: 'Enriqueta', serif; font-weight: 600; color: #1E1B4B; background-color: #FFFFFF; font-size: 1rem; padding: 16px 20px; box-shadow: none; }
.delivery-page-wrapper .delivery-acc-button:not(.collapsed) { color: #6A4CFF; background-color: #F3F5FC; }
.delivery-page-wrapper .delivery-acc-body { font-size: 0.9375rem; color: #64748B; line-height: 1.6; padding: 18px 20px; background-color: #FFFFFF; }
@media (max-width: 767px) {
  .delivery-page-wrapper .delivery-panel-title { font-size: 1.35rem; }
  .delivery-page-wrapper .delivery-card-title, .delivery-page-wrapper .delivery-policy-title, .delivery-page-wrapper .delivery-calc-heading { font-size: 1.15rem; }
  .delivery-page-wrapper .delivery-table thead { display: none; }
  .delivery-page-wrapper .delivery-table, .delivery-page-wrapper .delivery-table tbody, .delivery-page-wrapper .delivery-table tr, .delivery-page-wrapper .delivery-table td { display: block; width: 100%; }
  .delivery-page-wrapper .delivery-table tr { margin-bottom: 16px; border: 1px solid rgba(106, 76, 255, 0.12); border-radius: 8px; padding: 8px; background-color: #FAFAFF; }
  .delivery-page-wrapper .delivery-table tbody td { border-bottom: none; padding: 6px 8px; }
}

.review-card {
    background-color: #FFFFFF;
    border: 1px solid rgba(106, 76, 255, 0.12);
    box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08);
    font-family: 'Enriqueta', serif;
}

.review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(106, 76, 255, 0.2);
}

.reviewer-name {
    color: #1E1B4B;
    font-weight: 700;
    font-size: 1.125rem;
}

.review-date {
    color: #94A3B8;
    font-size: 0.8125rem;
}

.badge-verified {
    background-color: #EEF2FF;
    color: #6A4CFF;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.6rem;
    border-radius: 20px;
    border: 1px solid rgba(106, 76, 255, 0.15);
}

.stars {
    font-size: 0.875rem;
    color: #F59E0B;
}

.rating-value {
    color: #1E1B4B;
    font-size: 0.875rem;
}

.review-title {
    color: #1E1B4B;
    font-size: 1rem;
}

.review-text {
    color: #64748B;
    font-size: 0.95rem;
    line-height: 1.6;
}

.review-actions {
    border-color: rgba(106, 76, 255, 0.08) !important;
}

.btn-action {
    background: transparent;
    border: none;
    padding: 0.35rem 0.65rem;
    color: #64748B;
    font-size: 0.8125rem;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
}

.btn-action:hover {
    color: #6A4CFF;
    background-color: #EEF2FF;
}

.btn-reply {
    background: rgba(255, 255, 255, 0.9);
    color: #6A4CFF;
    border: 1px solid rgba(106, 76, 255, 0.2);
    border-radius: 10px;
    padding: 0.35rem 0.85rem;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
}

.btn-reply:hover {
    background-color: #6A4CFF;
    color: #FFFFFF;
}

.reply-comment {
    background-color: #F8FAFC;
    border: 1px solid rgba(106, 76, 255, 0.1);
    border-left: 4px solid #6A4CFF;
    box-shadow: 0 4px 15px rgba(106, 76, 255, 0.04);
    font-family: 'Enriqueta', serif;
}

.reply-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3B82F6 0%, #06B6D4 100%);
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: 0 3px 8px rgba(59, 130, 246, 0.2);
}

.badge-staff {
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF;
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    border-radius: 12px;
}

.reply-comment .reviewer-name {
    color: #1E1B4B;
    font-weight: 700;
    font-size: 0.95rem;
}

.reply-comment .review-date {
    color: #94A3B8;
    font-size: 0.75rem;
}

.reply-comment .review-text {
    color: #64748B;
    font-size: 0.875rem;
    line-height: 1.55;
}

.reply-comment .review-actions {
    border-color: rgba(106, 76, 255, 0.06) !important;
}


/* ===== PAGE TEMPLATE: blog ===== */
.bb-blog-page {
    background-color: #FAFAFF;
    color: #1E1B4B;
    font-family: 'Enriqueta', serif;
    overflow-x: hidden;
}

.bel-beach-header {
    background-color: #FFFFFF;
    position: sticky;
    top: 0;
    z-index: 1030;
    box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08);
    font-family: 'Enriqueta', serif;
}

.bel-beach-header__topbar {
    background: linear-gradient(135deg, #FAFAFF 0%, #EEF2FF 100%);
    border-bottom: 1px solid rgba(106, 76, 255, 0.12);
    padding: 8px 0;
    font-size: 0.8125rem;
}

.bel-beach-header__topbar-badge {
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF;
    padding: 2px 10px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.bel-beach-header__topbar-text {
    color: #1E1B4B;
    font-weight: 500;
}

.bel-beach-header__topbar-item {
    color: #64748B;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.bel-beach-header__topbar-divider {
    width: 1px;
    height: 14px;
    background-color: rgba(106, 76, 255, 0.2);
    display: inline-block;
}

.bel-beach-header__navbar {
    background-color: #FFFFFF;
    padding: 12px 0;
    transition: background-color 0.2s ease;
}

.bel-beach-header__logo-img {
    max-width: 44px;
    max-height: 44px;
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.bel-beach-header__brand-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1E1B4B;
    letter-spacing: -0.01em;
}

.bel-beach-header__mobile-brand,
.bel-beach-header__desktop-brand {
    text-decoration: none;
}

.bel-beach-header__mobile-brand:hover .bel-beach-header__brand-title,
.bel-beach-header__desktop-brand:hover .bel-beach-header__brand-title {
    color: #6A4CFF;
}

.bel-beach-header__nav-link {
    color: #1E1B4B !important;
    font-weight: 600;
    font-size: 1rem;
    padding: 8px 16px !important;
    border-radius: 8px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.bel-beach-header__nav-link:hover,
.bel-beach-header__nav-link.active {
    color: #6A4CFF !important;
    background-color: #EEF2FF;
}

.bel-beach-header__toggler {
    border: 1.5px solid rgba(106, 76, 255, 0.2);
    color: #1E1B4B;
    padding: 8px 12px;
    border-radius: 10px;
    background-color: #FAFAFF;
}

.bel-beach-header__toggler:focus {
    box-shadow: 0 0 0 3px rgba(106, 76, 255, 0.15);
}

.bel-beach-header__cart-link {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background-color: #EEF2FF;
    color: #6A4CFF;
    text-decoration: none;
    border: 1.5px solid rgba(106, 76, 255, 0.2);
}

.bel-beach-header__cart-button {
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF !important;
    border: none;
    border-radius: 12px;
    padding: 0.625rem 1.25rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25);
    filter: brightness(1);
    transition: filter 0.2s ease;
}

.bel-beach-header__cart-button:hover {
    filter: brightness(1.08);
    color: #FFFFFF;
}

.bel-beach-header__cart-icon {
    font-size: 1.1rem;
}

.bel-beach-header__cart-label {
    font-size: 0.9375rem;
}

.bel-beach-header__cart-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background-color: #06B6D4;
    color: #FFFFFF;
    font-size: 0.6875rem;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 9px;
    padding: 0 4px;
    box-shadow: 0 2px 6px rgba(6, 182, 212, 0.4);
}

.bb-hero-section {
    background: #FAFAFF;
    font-family: 'Enriqueta', serif;
}

.bb-hero-section .bb-hero-frame {
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid rgba(106, 76, 255, 0.12);
    box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08);
}

.bb-hero-section .bb-hero-badge {
    background: #EEF2FF;
    color: #6A4CFF;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid rgba(106, 76, 255, 0.18);
}

.bb-hero-section .bb-hero-title {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.25;
    color: #1E1B4B;
}

.bb-hero-section .bb-hero-divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    border-radius: 2px;
}

.bb-hero-section .bb-hero-desc {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #64748B;
    max-width: 760px;
}

.bb-blog-detail .bb-showcase-card {
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid rgba(106, 76, 255, 0.12);
    box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08);
}

.bb-blog-detail .bb-image-frame {
    background: linear-gradient(180deg, #FAFAFF 0%, #F0F4FF 100%);
    border: 1px solid rgba(106, 76, 255, 0.15);
    border-radius: 18px;
    padding: 12px;
    max-width: 960px;
}

.bb-blog-detail .bb-featured-img {
    border-radius: 12px;
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.bb-blog-detail .bb-meta-row {
    background: #FAFAFF;
    padding: 8px 20px;
    border-radius: 30px;
    border: 1px solid rgba(106, 76, 255, 0.15);
    font-size: 0.9rem;
    color: #64748B;
}

.bb-blog-detail .bb-meta-val {
    color: #1E1B4B;
}

.bb-blog-detail .bb-meta-divider {
    color: #CBD5E1;
}

.bb-blog-detail .bb-section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1E1B4B;
    line-height: 1.25;
}

.bb-blog-detail .bb-section-line {
    width: 50px;
    height: 3px;
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    border-radius: 2px;
    margin-top: 8px;
}

.bb-blog-detail .bb-feature-col {
    background: #FAFAFF;
    border: 1px solid rgba(106, 76, 255, 0.12);
    border-radius: 16px;
    transition: border-color 0.2s ease;
}

.bb-blog-detail .bb-feature-col:hover {
    border-color: #6A4CFF;
}

.bb-blog-detail .bb-feature-icon-box {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, #EEF2FF 0%, #E0E7FF 100%);
    color: #6A4CFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}

.bb-blog-detail .bb-feature-heading {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1E1B4B;
}

.bb-blog-detail .bb-feature-text {
    font-size: 0.925rem;
    color: #64748B;
    line-height: 1.5;
}

.bb-blog-detail .bb-facts-table {
    border: 1px solid rgba(106, 76, 255, 0.12);
    border-radius: 12px;
    overflow: hidden;
}

.bb-blog-detail .bb-facts-table th {
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF;
    font-weight: 600;
    padding: 12px 16px;
    border: none;
}

.bb-blog-detail .bb-facts-table td {
    padding: 12px 16px;
    color: #64748B;
    border-color: rgba(106, 76, 255, 0.08);
}

.bb-blog-detail .bb-facts-table tbody tr:nth-of-type(odd) {
    background-color: #FAFAFF;
}

.bb-blog-detail .bb-content-typography {
    max-width: 860px;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #475569;
}

.bb-blog-detail .bb-lead-para {
    font-size: 1.15rem;
    color: #1E1B4B;
    font-weight: 500;
}

.bb-blog-detail .bb-body-heading {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1E1B4B;
}

.bb-blog-detail .bb-bullet-list {
    padding-left: 20px;
    color: #475569;
}

.bb-blog-detail .bb-bullet-list li {
    margin-bottom: 8px;
}

.bb-blog-detail .bb-blockquote {
    background: #F0F4FF;
    border-left: 4px solid #6A4CFF;
    border-radius: 0 12px 12px 0;
    color: #1E1B4B;
    font-style: italic;
}

.bb-blog-detail .bb-split-cta {
    background: linear-gradient(135deg, #F0F4FF 0%, #EEF2FF 100%);
    border: 1px solid rgba(106, 76, 255, 0.2);
}

.bb-blog-detail .bb-cta-heading {
    font-size: 1.45rem;
    font-weight: 700;
    color: #1E1B4B;
}

.bb-blog-detail .bb-cta-desc {
    color: #64748B;
    font-size: 0.95rem;
}

.bb-blog-detail .bb-btn-primary {
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25);
    text-decoration: none;
    display: inline-block;
    transition: filter 0.2s ease;
}

.bb-blog-detail .bb-btn-primary:hover {
    filter: brightness(1.08);
    color: #FFFFFF;
}

.bb-blog-detail .bb-related-card {
    background: #FAFAFF;
    border: 1px solid rgba(106, 76, 255, 0.12);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.bb-blog-detail .bb-related-card:hover {
    border-color: #6A4CFF;
}

.bb-blog-detail .bb-related-img-wrap {
    height: 160px;
    overflow: hidden;
}

.bb-blog-detail .bb-related-img {
    height: 100%;
    object-fit: cover;
}

.bb-blog-detail .bb-related-date {
    font-size: 0.75rem;
    color: #94A3B8;
    font-weight: 600;
}

.bb-blog-detail .bb-related-card-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
}

.bb-blog-detail .bb-related-link {
    color: #1E1B4B;
    text-decoration: none;
}

.bb-blog-detail .bb-related-link:hover {
    color: #6A4CFF;
}

.bb-blog-detail .bb-read-more-link {
    color: #6A4CFF;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
}

.bb-blog-detail .bb-read-more-link:hover {
    text-decoration: underline;
}

.bb-blog-detail .review-card {
    background: #FAFAFF;
    border: 1px solid rgba(106, 76, 255, 0.12);
}

.bb-blog-detail .review-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    font-size: 1rem;
}

.bb-blog-detail .reply-avatar {
    background: linear-gradient(135deg, #06B6D4 0%, #3B82F6 100%);
}

.bb-blog-detail .reviewer-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1E1B4B;
}

.bb-blog-detail .badge-verified {
    font-size: 0.75rem;
    background: #EEF2FF;
    color: #6A4CFF;
    padding: 2px 8px;
    border-radius: 12px;
    font-weight: 600;
}

.bb-blog-detail .badge-staff {
    font-size: 0.75rem;
    background: #E0F2FE;
    color: #0284C7;
    padding: 2px 8px;
    border-radius: 12px;
    font-weight: 600;
}

.bb-blog-detail .review-date {
    font-size: 0.8125rem;
    color: #94A3B8;
}

.bb-blog-detail .review-text {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.55;
}

.bb-blog-detail .btn-action,
.bb-blog-detail .btn-reply {
    background: transparent;
    border: none;
    color: #64748B;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
    cursor: pointer;
}

.bb-blog-detail .btn-action:hover,
.bb-blog-detail .btn-reply:hover {
    color: #6A4CFF;
    background: #EEF2FF;
}

.bb-blog-detail .btn-action.active {
    color: #6A4CFF;
}

.bb-blog-detail .bb-comment-form-wrap {
    background: #FAFAFF;
    border: 1px solid rgba(106, 76, 255, 0.15);
}

.bb-blog-detail .bb-form-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1E1B4B;
}

.bb-blog-detail .bb-form-subtitle {
    font-size: 0.925rem;
}

.bb-blog-detail .bb-form-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1E1B4B;
    margin-bottom: 4px;
}

.bb-blog-detail .bb-form-input {
    background: #FFFFFF;
    border: 1.5px solid rgba(106, 76, 255, 0.2);
    border-radius: 10px;
    padding: 0.65rem 1rem;
    font-size: 0.95rem;
    color: #1E1B4B;
}

.bb-blog-detail .bb-form-input::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.bb-blog-detail .bb-form-input:focus {
    border-color: #6A4CFF;
    box-shadow: 0 0 0 3px rgba(106, 76, 255, 0.15);
}

.bb-blog-detail .bb-star-btn {
    background: transparent;
    border: none;
    font-size: 1.25rem;
    color: #CBD5E1;
    cursor: pointer;
    padding: 0 2px;
}

.bb-blog-detail .bb-star-btn.active {
    color: #F59E0B;
}

.bb-blog-detail .bb-moderation-msg {
    background: #ECFDF5;
    color: #065F46;
    border: 1px solid #A7F3D0;
    font-size: 0.925rem;
    font-weight: 600;
}

.bel-beach-footer {
    background-color: #FAFAFF;
    color: #1E1B4B;
    border-top: 1px solid rgba(106, 76, 255, 0.12);
    font-family: 'Enriqueta', serif;
}

.bel-beach-footer__newsletter-wrapper {
    padding-top: 3.5rem;
    padding-bottom: 1.5rem;
}

.bel-beach-footer__newsletter-card {
    background: linear-gradient(135deg, #FFFFFF 0%, #F0F4FF 100%);
    border: 1px solid rgba(106, 76, 255, 0.2);
    border-radius: 18px;
    padding: 2.5rem;
    box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08);
}

.bel-beach-footer__newsletter-title {
    color: #1E1B4B;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1.25;
    margin-bottom: 0.5rem;
}

.bel-beach-footer__newsletter-text {
    color: #64748B;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.bel-beach-footer__form {
    width: 100%;
}

.bel-beach-footer__input-group {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    width: 100%;
}

.bel-beach-footer__input {
    flex: 1 1 auto;
    min-width: 0;
    background: #FFFFFF;
    border: 1.5px solid rgba(106, 76, 255, 0.2);
    border-radius: 12px;
    padding: 0.75rem 1.25rem;
    color: #1E1B4B;
    font-size: 0.95rem;
    font-family: 'Enriqueta', serif;
    outline: none;
    transition: border-color 0.2s ease;
}

.bel-beach-footer__input::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.bel-beach-footer__input:focus {
    border-color: #6A4CFF;
}

.bel-beach-footer__btn-submit {
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    font-family: 'Enriqueta', serif;
    white-space: nowrap;
    box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: filter 0.2s ease;
}

.bel-beach-footer__btn-submit:hover {
    filter: brightness(1.08);
    color: #FFFFFF;
}

.bel-beach-footer__main {
    padding: 3rem 0;
}

.bel-beach-footer__logo-link {
    text-decoration: none;
    margin-bottom: 1rem;
}

.bel-beach-footer__logo {
    max-width: 48px;
    height: 48px;
    object-fit: contain;
}

.bel-beach-footer__brand-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1E1B4B;
}

.bel-beach-footer__about-text {
    color: #64748B;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.bel-beach-footer__payment-methods {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.bel-beach-footer__payment-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #64748B;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.bel-beach-footer__pay-icon {
    color: #1E1B4B;
    transition: color 0.2s ease;
}

.bel-beach-footer__pay-icon.fa-cc-visa:hover {
    color: #1A1F71;
}

.bel-beach-footer__pay-icon.fa-cc-mastercard:hover {
    color: #EB001B;
}

.bel-beach-footer__col-heading {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1E1B4B;
    margin-bottom: 1.25rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.bel-beach-footer__col-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    border-radius: 2px;
}

.bel-beach-footer__links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.bel-beach-footer__link {
    color: #64748B;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.2s ease;
    display: inline-block;
}

.bel-beach-footer__link:hover {
    color: #6A4CFF;
    text-decoration: underline;
}

.bel-beach-footer__contacts-block {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bel-beach-footer__contact-item {
    font-size: 0.9375rem;
    color: #64748B;
}

.bel-beach-footer__contact-icon {
    color: #6A4CFF;
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.bel-beach-footer__contact-icon--wa {
    color: #25D366;
    font-size: 1.25rem;
}

.bel-beach-footer__contact-text {
    color: #64748B;
    line-height: 1.5;
}

.bel-beach-footer__contact-link {
    color: #64748B;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.bel-beach-footer__contact-link:hover {
    color: #6A4CFF;
    text-decoration: underline;
}

.bel-beach-footer__wa-button {
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    color: #128C7E;
    border: 1.5px solid #25D366;
    border-radius: 8px;
    padding: 0.35rem 0.85rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: filter 0.2s ease;
}

.bel-beach-footer__wa-button:hover {
    filter: brightness(0.95);
    color: #075E54;
}

.bel-beach-footer__bottom {
    border-top: 1px solid rgba(106, 76, 255, 0.1);
    padding: 1.5rem 0;
    background: #F3F5FC;
}

.bel-beach-footer__copyright {
    color: #64748B;
    font-size: 0.875rem;
}

.bel-beach-footer__badge {
    background: #EEF2FF;
    color: #6A4CFF;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    border: 1px solid rgba(106, 76, 255, 0.2);
}

.bel-beach-footer__meta-text {
    color: #64748B;
    font-size: 0.875rem;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .bel-beach-header__navbar {
        padding: 10px 0;
    }

    .bel-beach-header .navbar-collapse {
        background-color: #FFFFFF;
        padding: 16px;
        border-radius: 16px;
        margin-top: 12px;
        border: 1px solid rgba(106, 76, 255, 0.12);
        box-shadow: 0 14px 40px rgba(59, 130, 246, 0.12);
    }

    .bel-beach-header__brand-title {
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .bb-hero-section .bb-hero-title {
        font-size: 1.125rem;
        hyphens: auto;
    }

    .bb-hero-section .bb-hero-desc {
        font-size: 0.9375rem;
    }

    .bb-blog-detail .bb-section-title {
        font-size: 1rem;
        hyphens: auto;
    }

    .bb-blog-detail .bb-feature-heading,
    .bb-blog-detail .bb-body-heading,
    .bb-blog-detail .bb-cta-heading,
    .bb-blog-detail .bb-form-title {
        font-size: 0.875rem;
        hyphens: auto;
    }

    .bb-blog-detail .bb-facts-table thead {
        display: none;
    }

    .bb-blog-detail .bb-facts-table,
    .bb-blog-detail .bb-facts-table tbody,
    .bb-blog-detail .bb-facts-table tr,
    .bb-blog-detail .bb-facts-table td {
        display: block;
        width: 100%;
    }

    .bb-blog-detail .bb-facts-table td {
        border: none;
        padding: 6px 12px;
    }

    .bb-blog-detail .bb-facts-table tr {
        border-bottom: 1px solid rgba(106, 76, 255, 0.15);
        padding: 8px 0;
    }

    .bb-blog-detail .reply-comment {
        margin-left: 0.5rem !important;
    }

    .bel-beach-footer__newsletter-wrapper {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }

    .bel-beach-footer__newsletter-card {
        padding: 1.5rem;
    }

    .bel-beach-footer__input-group {
        flex-direction: column;
    }

    .bel-beach-footer__btn-submit {
        width: 100%;
    }

    .bel-beach-footer__main {
        padding: 2rem 0;
    }

    .bel-beach-footer__bottom-content {
        text-align: center;
    }

    .bel-beach-footer__newsletter-title {
        font-size: 1rem;
        hyphens: auto;
    }
}

/* ===== PAGE TEMPLATE: catalog ===== */
body.detail-page-theme {
    background-color: #FAFAFF;
    color: #1E1B4B;
    font-family: 'Enriqueta', serif;
}

.bel-beach-header {
    background-color: #FFFFFF;
    position: sticky;
    top: 0;
    z-index: 1030;
    box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08);
    font-family: 'Enriqueta', serif;
}

.bel-beach-header__topbar {
    background: linear-gradient(135deg, #FAFAFF 0%, #EEF2FF 100%);
    border-bottom: 1px solid rgba(106, 76, 255, 0.12);
    padding: 8px 0;
    font-size: 0.8125rem;
}

.bel-beach-header__topbar-badge {
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF;
    padding: 2px 10px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.bel-beach-header__topbar-text {
    color: #1E1B4B;
    font-weight: 500;
}

.bel-beach-header__topbar-item {
    color: #64748B;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.bel-beach-header__topbar-divider {
    width: 1px;
    height: 14px;
    background-color: rgba(106, 76, 255, 0.2);
    display: inline-block;
}

.bel-beach-header__navbar {
    background-color: #FFFFFF;
    padding: 12px 0;
    transition: background-color 0.2s ease;
}

.bel-beach-header__logo-img {
    max-width: 44px;
    max-height: 44px;
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.bel-beach-header__brand-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1E1B4B;
    letter-spacing: -0.01em;
}

.bel-beach-header__mobile-brand,
.bel-beach-header__desktop-brand {
    text-decoration: none;
}

.bel-beach-header__mobile-brand:hover .bel-beach-header__brand-title,
.bel-beach-header__desktop-brand:hover .bel-beach-header__brand-title {
    color: #6A4CFF;
}

.bel-beach-header__nav-link {
    color: #1E1B4B !important;
    font-weight: 600;
    font-size: 1rem;
    padding: 8px 16px !important;
    border-radius: 8px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.bel-beach-header__nav-link:hover,
.bel-beach-header__nav-link.active {
    color: #6A4CFF !important;
    background-color: #EEF2FF;
}

.bel-beach-header__toggler {
    border: 1.5px solid rgba(106, 76, 255, 0.2);
    color: #1E1B4B;
    padding: 8px 12px;
    border-radius: 10px;
    background-color: #FAFAFF;
}

.bel-beach-header__toggler:focus {
    box-shadow: 0 0 0 3px rgba(106, 76, 255, 0.15);
}

.bel-beach-header__cart-link {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background-color: #EEF2FF;
    color: #6A4CFF;
    text-decoration: none;
    border: 1.5px solid rgba(106, 76, 255, 0.2);
}

.bel-beach-header__cart-button {
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF !important;
    border: none;
    border-radius: 12px;
    padding: 0.625rem 1.25rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25);
    filter: brightness(1);
    transition: filter 0.2s ease;
}

.bel-beach-header__cart-button:hover {
    filter: brightness(1.08);
    color: #FFFFFF;
}

.bel-beach-header__cart-icon {
    font-size: 1.1rem;
}

.bel-beach-header__cart-label {
    font-size: 0.9375rem;
}

.bel-beach-header__cart-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background-color: #06B6D4;
    color: #FFFFFF;
    font-size: 0.6875rem;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 9px;
    padding: 0 4px;
    box-shadow: 0 2px 6px rgba(6, 182, 212, 0.4);
}

.bb-hero-section {
    background: #FAFAFF;
    font-family: 'Enriqueta', serif;
}

.bb-hero-section .bb-hero-frame {
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid rgba(106, 76, 255, 0.12);
    box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08);
}

.bb-hero-section .bb-hero-visual-card {
    background: linear-gradient(180deg, #FAFAFF 0%, #F0F4FF 100%);
    border-radius: 18px;
    border: 1px solid rgba(106, 76, 255, 0.08);
}

.bb-hero-section .bb-hero-img-wrap {
    max-width: 420px;
}

.bb-hero-section .bb-hero-product-img {
    width: 100%;
    max-height: 380px;
    object-fit: contain;
    border-radius: 18px;
}

.bb-hero-section .bb-hero-product-tag {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(106, 76, 255, 0.2);
    border-radius: 30px;
    box-shadow: 0 4px 14px rgba(106, 76, 255, 0.1);
    margin-top: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1E1B4B;
}

.bb-hero-section .bb-tag-price {
    color: #6A4CFF;
    font-weight: 700;
}

.bb-hero-section .bb-tag-divider {
    color: #94A3B8;
}

.bb-hero-section .bb-hero-badge {
    background: #EEF2FF;
    color: #6A4CFF;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid rgba(106, 76, 255, 0.18);
}

.bb-hero-section .bb-hero-title {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.25;
    color: #1E1B4B;
}

.bb-hero-section .bb-hero-divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    border-radius: 2px;
}

.bb-hero-section .bb-hero-desc {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #64748B;
}

.bb-btn-primary {
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25);
    transition: filter 0.2s ease;
}

.bb-btn-primary:hover {
    filter: brightness(1.08);
    color: #FFFFFF;
}

.bb-btn-outline {
    background: #FFFFFF;
    color: #6A4CFF;
    border: 1.5px solid #6A4CFF;
    border-radius: 12px;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.bb-btn-outline:hover {
    background: #EEF2FF;
    color: #6A4CFF;
}

.bb-band {
    width: 100%;
}

.bb-band--light {
    background-color: #FAFAFF;
}

.bb-band--alt {
    background-color: #F3F5FC;
}

.bb-band__container {
    max-width: 1100px;
}

.bb-section-badge {
    background: #EEF2FF;
    color: #6A4CFF;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    border: 1px solid rgba(106, 76, 255, 0.18);
    display: inline-block;
}

.bb-section-heading {
    font-size: 1.875rem;
    font-weight: 700;
    color: #1E1B4B;
    line-height: 1.3;
}

.bb-heading-accent {
    width: 48px;
    height: 3px;
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    border-radius: 2px;
    margin-top: 10px;
}

.bb-overview-card,
.bb-table-wrapper,
.bb-content-card,
.bb-cta-split-card,
.bb-reviews-wrapper,
.bb-related-links-card {
    background: #FFFFFF;
    border-radius: 18px;
    border: 1px solid rgba(106, 76, 255, 0.12);
    box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08);
}

.bb-feature-highlight {
    background: linear-gradient(180deg, #FAFAFF 0%, #F0F4FF 100%);
    border-radius: 14px;
    border: 1px solid rgba(106, 76, 255, 0.08);
    height: 100%;
}

.bb-feature-icon-box {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.bb-feature-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1E1B4B;
}

.bb-feature-text {
    font-size: 0.9375rem;
    color: #64748B;
    line-height: 1.5;
}

.bb-text-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #64748B;
    margin-bottom: 1rem;
}

.bb-striped-table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.bb-striped-table thead th {
    background: #EEF2FF;
    color: #1E1B4B;
    font-weight: 700;
    font-size: 0.9375rem;
    border-bottom: 2px solid rgba(106, 76, 255, 0.2);
    padding: 12px 16px;
}

.bb-striped-table tbody tr:nth-of-type(odd) {
    background-color: #FAFAFF;
}

.bb-striped-table tbody tr:nth-of-type(even) {
    background-color: #FFFFFF;
}

.bb-striped-table td {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(106, 76, 255, 0.08);
    vertical-align: middle;
}

.bb-table-label {
    color: #1E1B4B;
    font-weight: 600;
    width: 35%;
}

.bb-table-value {
    color: #64748B;
}

.bb-scoped-article h3 {
    color: #1E1B4B;
    font-size: 1.35rem;
    font-weight: 700;
}

.bb-scoped-article p {
    color: #64748B;
    font-size: 0.95rem;
    line-height: 1.6;
}

.bb-tip-box {
    background: #FAFAFF;
    border: 1px solid rgba(106, 76, 255, 0.12);
    border-radius: 12px;
    height: 100%;
}

.bb-tip-icon {
    color: #6A4CFF;
    font-size: 1.25rem;
}

.bb-tip-title {
    color: #1E1B4B;
    font-size: 1rem;
    font-weight: 700;
}

.bb-tip-desc {
    color: #64748B;
    font-size: 0.875rem;
}

.bb-cta-split-card {
    background: linear-gradient(135deg, #FFFFFF 0%, #EEF2FF 100%);
    border: 1.5px solid rgba(106, 76, 255, 0.2);
}

.bb-cta-badge {
    background: #6A4CFF;
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
}

.bb-cta-heading {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1E1B4B;
}

.bb-cta-desc {
    font-size: 0.95rem;
    color: #64748B;
}

.bb-cta-price-tag {
    font-size: 1.75rem;
    font-weight: 700;
    color: #6A4CFF;
}

.bb-cta-stock-status {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1E1B4B;
}

.bb-order-form {
    background: #FFFFFF;
    border: 1px solid rgba(106, 76, 255, 0.15);
    box-shadow: 0 4px 20px rgba(106, 76, 255, 0.08);
}

.bb-form-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1E1B4B;
    margin-bottom: 4px;
}

.bb-form-input {
    background: #FAFAFF;
    border: 1.5px solid rgba(106, 76, 255, 0.18);
    border-radius: 10px;
    padding: 0.65rem 1rem;
    color: #1E1B4B;
    font-size: 0.9375rem;
    font-family: 'Enriqueta', serif;
}

.bb-form-input::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.bb-form-input:focus {
    background: #FFFFFF;
    border-color: #6A4CFF;
    box-shadow: 0 0 0 3px rgba(106, 76, 255, 0.15);
    color: #1E1B4B;
}

.bb-accordion-item {
    background: #FFFFFF;
    border: 1px solid rgba(106, 76, 255, 0.12);
    border-radius: 14px !important;
    overflow: hidden;
}

.bb-accordion-btn {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1E1B4B;
    background: #FFFFFF;
    padding: 1.2rem 1.5rem;
    box-shadow: none !important;
}

.bb-accordion-btn:not(.collapsed) {
    color: #6A4CFF;
    background: #EEF2FF;
}

.bb-accordion-body {
    color: #64748B;
    font-size: 0.95rem;
    line-height: 1.6;
    padding: 1.25rem 1.5rem;
}

.review-card {
    background: #FAFAFF;
    border: 1px solid rgba(106, 76, 255, 0.12);
}

.reply-comment {
    background: #F0F4FF;
    border-left: 3px solid #6A4CFF;
}

.review-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    font-size: 1rem;
}

.reply-avatar {
    background: linear-gradient(135deg, #3B82F6 0%, #06B6D4 100%);
    width: 38px;
    height: 38px;
}

.reviewer-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1E1B4B;
}

.badge-verified {
    background: #E0F2FE;
    color: #0284C7;
    font-size: 0.75rem;
    padding: 2px 8px;
    border-radius: 12px;
    font-weight: 600;
}

.badge-staff {
    background: #EDE9FE;
    color: #6A4CFF;
    font-size: 0.75rem;
    padding: 2px 8px;
    border-radius: 12px;
    font-weight: 600;
}

.review-date {
    color: #94A3B8;
    font-size: 0.8125rem;
}

.review-title {
    color: #1E1B4B;
    font-size: 1rem;
}

.review-text {
    color: #64748B;
    font-size: 0.9375rem;
    line-height: 1.5;
}

.btn-action,
.btn-reply {
    background: transparent;
    border: none;
    color: #64748B;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
    cursor: pointer;
}

.btn-action:hover,
.btn-reply:hover {
    color: #6A4CFF;
    background: #EEF2FF;
}

.bb-add-review-box {
    background: #FAFAFF;
    border: 1.5px dashed rgba(106, 76, 255, 0.25);
}

.bb-add-review-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1E1B4B;
}

.bb-review-status {
    background: #DCFCE7;
    color: #166534;
    border: 1px solid #86EFAC;
    font-size: 0.9375rem;
    font-weight: 600;
}

.bb-related-item {
    border-bottom: 1px solid rgba(106, 76, 255, 0.1);
}

.bb-related-item:last-child {
    border-bottom: none;
}

.bb-related-link {
    color: #1E1B4B;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    padding: 6px 12px;
    border-radius: 8px;
    transition: background 0.2s ease, color 0.2s ease;
}

.bb-related-link:hover {
    color: #6A4CFF;
    background: #EEF2FF;
}

.bb-related-arrow {
    color: #94A3B8;
    transition: transform 0.2s ease, color 0.2s ease;
}

.bb-related-link:hover .bb-related-arrow {
    color: #6A4CFF;
    transform: translateX(4px);
}

.bel-beach-footer {
    background-color: #FAFAFF;
    color: #1E1B4B;
    border-top: 1px solid rgba(106, 76, 255, 0.12);
    font-family: 'Enriqueta', serif;
}

.bel-beach-footer__newsletter-wrapper {
    padding-top: 3.5rem;
    padding-bottom: 1.5rem;
}

.bel-beach-footer__newsletter-card {
    background: linear-gradient(135deg, #FFFFFF 0%, #F0F4FF 100%);
    border: 1px solid rgba(106, 76, 255, 0.2);
    border-radius: 18px;
    padding: 2.5rem;
    box-shadow: 0 8px 30px rgba(106, 76, 255, 0.08);
}

.bel-beach-footer__newsletter-title {
    color: #1E1B4B;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1.25;
    margin-bottom: 0.5rem;
}

.bel-beach-footer__newsletter-text {
    color: #64748B;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.bel-beach-footer__form {
    width: 100%;
}

.bel-beach-footer__input-group {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    width: 100%;
}

.bel-beach-footer__input {
    flex: 1 1 auto;
    min-width: 0;
    background: #FFFFFF;
    border: 1.5px solid rgba(106, 76, 255, 0.2);
    border-radius: 12px;
    padding: 0.75rem 1.25rem;
    color: #1E1B4B;
    font-size: 0.95rem;
    font-family: 'Enriqueta', serif;
    outline: none;
}

.bel-beach-footer__input::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.bel-beach-footer__input:focus {
    border-color: #6A4CFF;
}

.bel-beach-footer__btn-submit {
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    font-family: 'Enriqueta', serif;
    white-space: nowrap;
    box-shadow: 0 6px 20px rgba(106, 76, 255, 0.25);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: filter 0.2s ease;
}

.bel-beach-footer__btn-submit:hover {
    filter: brightness(1.08);
    color: #FFFFFF;
}

.bel-beach-footer__main {
    padding: 3rem 0;
}

.bel-beach-footer__logo-link {
    text-decoration: none;
    margin-bottom: 1rem;
}

.bel-beach-footer__logo {
    max-width: 48px;
    height: 48px;
    object-fit: contain;
}

.bel-beach-footer__brand-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1E1B4B;
}

.bel-beach-footer__about-text {
    color: #64748B;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.bel-beach-footer__payment-methods {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.bel-beach-footer__payment-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #64748B;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.bel-beach-footer__pay-icon {
    color: #1E1B4B;
}

.bel-beach-footer__col-heading {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1E1B4B;
    margin-bottom: 1.25rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.bel-beach-footer__col-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background: linear-gradient(135deg, #6A4CFF 0%, #3B82F6 100%);
    border-radius: 2px;
}

.bel-beach-footer__links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.bel-beach-footer__link {
    color: #64748B;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.2s ease;
}

.bel-beach-footer__link:hover {
    color: #6A4CFF;
    text-decoration: underline;
}

.bel-beach-footer__contacts-block {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bel-beach-footer__contact-item {
    font-size: 0.9375rem;
    color: #64748B;
}

.bel-beach-footer__contact-icon {
    color: #6A4CFF;
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.bel-beach-footer__contact-icon--wa {
    color: #25D366;
    font-size: 1.25rem;
}

.bel-beach-footer__contact-text {
    color: #64748B;
    line-height: 1.5;
}

.bel-beach-footer__contact-link {
    color: #64748B;
    text-decoration: none;
    font-weight: 500;
}

.bel-beach-footer__contact-link:hover {
    color: #6A4CFF;
    text-decoration: underline;
}

.bel-beach-footer__wa-button {
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    color: #128C7E;
    border: 1.5px solid #25D366;
    border-radius: 8px;
    padding: 0.35rem 0.85rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
}

.bel-beach-footer__wa-button:hover {
    color: #075E54;
}

.bel-beach-footer__bottom {
    border-top: 1px solid rgba(106, 76, 255, 0.1);
    padding: 1.5rem 0;
    background: #F3F5FC;
}

.bel-beach-footer__copyright {
    color: #64748B;
    font-size: 0.875rem;
}

.bel-beach-footer__badge {
    background: #EEF2FF;
    color: #6A4CFF;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    border: 1px solid rgba(106, 76, 255, 0.2);
}

.bel-beach-footer__meta-text {
    color: #64748B;
    font-size: 0.875rem;
    font-weight: 500;
}

@media (max-width: 767px) {
    .bb-hero-section .bb-hero-title {
        font-size: 1.125rem;
        hyphens: auto;
    }

    .bb-section-heading {
        font-size: 1rem;
        hyphens: auto;
    }

    .bb-cta-heading {
        font-size: 1rem;
        hyphens: auto;
    }

    .bb-feature-title,
    .bb-scoped-article h3 {
        font-size: 0.875rem;
        hyphens: auto;
    }

    .bb-striped-table thead {
        display: none;
    }

    .bb-striped-table,
    .bb-striped-table tbody,
    .bb-striped-table tr,
    .bb-striped-table td {
        display: block;
        width: 100%;
    }

    .bb-striped-table td {
        padding: 8px 12px;
    }

    .bb-table-label {
        font-weight: 700;
        border-bottom: none;
        padding-bottom: 2px;
    }

    .bb-table-value {
        padding-top: 0;
    }

    .reply-comment {
        margin-left: 1rem !important;
    }

    .bel-beach-footer__input-group {
        flex-direction: column;
    }

    .bel-beach-footer__btn-submit {
        width: 100%;
    }

    .bb-btn-primary,
    .bb-btn-outline {
        width: 100%;
        text-align: center;
    }
}
