.header-top {
    border-bottom: 1px solid black;
    display: flex;
    align-items: center;
}

.header-top .container-sm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-bottom {
    background-color: var(--bellota-background-color) !important;
}

.select-locale-container {
    position: relative;
}

.select-locale-container .select-locale-selected {
    cursor: pointer;
    color: #666;
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
}

.select-locale-container .select-locale-selected:hover {
    color: var(--bellota-color-primary);
}

.select-locale-container .select-locale-list-languages {
    position: absolute;
    top: 23px;
    right: -5px;
    background: #fff;
    padding: 20px;
    z-index: 999;
    border-top: 3px solid var(--bellota-color-primary);
}

.select-locale-container .select-locale-list-languages li {
    cursor: pointer;
    color: #666;
}

.select-locale-container .select-locale-list-languages li:hover {
    color: var(--bellota-color-primary);
}

.bt-megamenu-header {
    display: flex;
    width: 100%;
    height: 100%;
    gap: 4%;
    align-items: center;
}

.bt-megamenu-header>li {
    display: flex;
    height: 100%;
    align-items: center;
}

.bt-megamenu-header>li>span,
.bt-megamenu-header>li>a {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: var(--bellota-font-size);
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    transition: none;
}

.bt-megamenu-header>li.bt-megamenu-more>svg {
    margin-top: 4px;
}

.bt-megamenu-header>li>span:hover,
.bt-megamenu-header>li>a:hover {
    color: var(--bellota-color-primary);
    border-top: 3px solid var(--bellota-color-primary);
}

.bt-megamenu-header>li.active>span,
.bt-megamenu-header>li.active>a {
    color: var(--bellota-color-primary);
    border-top: 3px solid var(--bellota-color-primary);
}

.bt-megamenu-content {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 99vw;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.57);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.57);
}

a.link-feature-products-mega {
    color: var(--bellota-color-primary);
    font-weight: 700;
    background-color: #c2c2c2;
    padding: 10px;
}

a.link-feature-products-mega:hover {
    background-color: var(--bellota-background-color);
}

.bt-nav-menu-container {
    position: relative;
}

.bt-nav-menu-content {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 999;
    background: #fff;
    padding: 20px 30px;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.57);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.57);
}

.bt-nav-menu-content ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: max-content;
    max-width: 300px;
}

.bt-nav-menu-content ul a {
    color: #000;
    font-weight: 700;
    font-size: var(--bellota-font-size);
    text-transform: none;
}

.bt-nav-menu-content ul a:hover {
    color: var(--bellota-color-primary);
}

.mobile-menu-toggler {
    border: 0;
    background: transparent;
    color: #222529;
    padding: 1rem 0.5rem;
    margin-right: 2.5rem;
    font-size: 30px;
    line-height: 0;
    cursor: pointer;
}

.sticky-header {
    transition: left 0.25s;
}

.social-icons {
    display: flex;
    gap: 3px;
}

.circle-icon {
    width: 40px;
    height: 40px;
    border: 1px solid #999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    background-color: transparent;
    font-size: 1.2rem;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.circle-icon:hover {
    background-color: #333;
    color: #fff;
}

.nav-arrow {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.nav-arrow:hover {
    background-color: white;
    transform: scale(1.1);
}

.nav-arrow::after {
    content: "›";
    font-size: 26px;
    color: #333;
    font-weight: bold;
}

#language-selector {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 15px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
}

#language-selector:focus {
    outline: none;
}

.sticky-header.header-middle.fixed {
    height: auto;
}

.sticky-header.fixed {
    background: var(--bellota-background-color);
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
    z-index: 1040;
}

.item-menu-main {
    font-weight: 700 !important;
    color: #000 !important;
}

@media (max-width: 480px) {
    .products-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .products-container {
        width: 95%;
    }
}

@media (max-width: 768px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .product-card {
        height: 250px;
    }

    .product-title {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .mobile-menu-toggler {
        display: none;
    }
}

@media (max-width: 1200px) {
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

/* Featured products button — moved from inline header styles */
.featured-products-btn {
    background: linear-gradient(90deg, var(--bellota-color-primary) 0%, #b71c1c 100%);
    color: #fff !important;
    padding: 12px 18px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(183,28,28,0.12);
    transition: transform .14s ease, box-shadow .14s ease, opacity .14s ease;
    align-items: center;
}
.featured-products-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(183,28,28,0.18);
    opacity: 0.98;
}
.featured-products-btn .fa-star {
    background: rgba(255,255,255,0.12);
    padding: 6px;
    border-radius: 50%;
    font-size: 1.05rem;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
@media (max-width: 991px) {
    .featured-products-btn { padding: 10px; border-radius: 6px; }
    .featured-products-btn .d-none.d-md-inline { display: none !important; }
}