.nav-panel {
    background: #0077bb;
    color: #eef8ff;
}

.page-item.active .page-link {
    background: #0077bb;
    color: #eef8ff;
}

.product-card:hover .product-card__quickview {
    background: #0077bb;
    color: #eef8ff;
}

.product-card:hover .product-card__quickview:not(.product-card__quickview--preload) {
    color: #eef8ff;
}

.product-card:hover:before {
    box-shadow: inset 0 0 0 2px rgba(0, 119, 187, .7);
}

.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    border-color: #0077bb;
    background: #0077bb;
    color: #eef8ff;
}

.site-header__logo {
    justify-content: flex-start;
}

.ui-autocomplete.ui-widget.ui-widget-content {
    width: 571px !important;
    border-width: 2px;
    border-color: #e5e5e5;
    border-top: 0;
    border-radius: 0 0 3px 3px;
}
.ui-autocomplete .mse2-ac-link {
    padding: .5em 1em !important;
}
.ui-autocomplete .mse2-ac-weight {
    display: none !important;
}
.ui-autocomplete .mse2-ac-item {
    font-size: 0.9em !important;
}
.ui-autocomplete .mse2-ac-item small {
    opacity: 0.7;
}

.search__input:focus~.search__border {
    box-shadow: inset 0 0 0 2px #e5e5e5 !important;
}

.block-features__icon {
    fill: #0077bb;
}

.block-slideshow .owl-carousel .owl-dot.active {
    background: #0077bb;
}

.block-slideshow--layout--with-departments .block-slideshow__body .block-slideshow__slide {
    height: 25rem;
}

.mobile-header__panel {
    background: #0077bb;
}
.mobile-header__menu-button {
    fill: white;
}

.product-tabs__item--active, .product-tabs__item--active:hover {
    border-bottom-color: #0077bb;
}

@media only screen and (max-width: 768px) {
    .block-slideshow--layout--with-departments .block-slideshow__body .block-slideshow__slide {
        height: 45vw;
    }
    .block-slideshow {
        margin-bottom: 40px;
    }
    .mobile-header__logo img {
        filter: invert(1);
    }
    .indicator__button {
        fill: white;
    }
    .page-header__title h1 {
        font-size: 20px;
    }
    .product-tabs__item {
        font-size: 18px;
    }
    .ui-autocomplete.ui-widget.ui-widget-content {
        max-width: 100%;
    }
    .mobile-hidden {
        display: none;
    }
    .product-card__image {
        
    }
    .product-card__badges-list {
        left: 19px;
        top: 19px;
    }
    .product-card__badge {
        border-radius: 0;
    }
    .shop-layout__sidebar {
        order: 0;
    }
    .shop-layout__sidebar .block-sidebar {
        margin-bottom: 10px;
    }
    .page-header__container {
        padding-bottom: 0;
    }
    .block-sidebar__item h4.widget__title {
        display: none;
    }
    .block-sidebar__item .widget-filters.widget {
        border: 0;
    }
    .block-sidebar__item .widget-filters__item {
        /* padding-left: 0; */
    }
}

.nav-links__item .special span {
    border: 1px dashed;
    border-radius: 0.5rem;
    border-width: 2px;
    height: 32px;
    margin: 0 0.2rem;
}

@media only screen and (max-width: 768px) {
    .mobile-links__item-link.special span {
        border-bottom: 2px dotted;
    }
}


/* Newsletter Two-Column Layout */
.newsletter-block-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e0e0e0; /* Light gray border */
    padding: 30px;
    margin: 40px 0;
    background-color: #ffffff;
}

.newsletter-text-col {
    flex: 1 1 45%;
    min-width: 280px;
    padding-right: 30px;
    box-sizing: border-box;
}

.newsletter-text-col h3 {
    margin: 0 0 10px 0;
    font-size: 1.4rem;
    font-weight: 600;
}

.newsletter-text-col p {
    margin: 0;
    color: #555555;
    line-height: 1.5;
}

.newsletter-form-col {
    flex: 1 1 50%;
    min-width: 280px;
    box-sizing: border-box;
}

/* Ensure the input and button sit side-by-side cleanly */
.newsletter-form-col .form-subscribe {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 15px;
}

.newsletter-form-col .input-box {
    flex: 1;
    min-width: 200px;
}

.newsletter-form-col .input-text {
    width: 100%;
    box-sizing: border-box;
}

.newsletter-form-col .actions {
    margin: 0;
    display: flex;
    align-items: center;
}

/* Mobile Responsive Adjustments */
@media (max-width: 767px) {
    .newsletter-block-wrapper {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .newsletter-text-col {
        padding-right: 0;
        margin-bottom: 25px;
    }

    .newsletter-form-col .form-subscribe {
        flex-direction: column;
        align-items: center;
    }

    .newsletter-form-col .input-box {
        width: 100%;
    }
}
