@font-face {
    font-family: 'Batangas';
    src: url('../vendors/fonts/batangas/Batangas\ Bold\ 700.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*::-webkit-scrollbar {
    display: none;
}

body {
    font-family: 'Batangas', sans-serif;
}

:root {
    --primary: #043e8c;
}

.header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.top-header {
    background: var(--primary);
    color: #fff;
    padding: 8px 16px;
}

.logo-img-1 {
    width: 8rem;
}

.logo-img {
    height: 45px;
}

.location-box {
    font-size: 12px;
    line-height: 1.2;
}

.location-box b {
    font-size: 13px;
}

.search-bar button {
    background: #fff;
    border: none;
}

.search-bar i {
    color: var(--primary);
}

.header-link {
    font-size: 12px;
    line-height: 1.2;
}

.header-link b {
    font-size: 14px;
}

.cart-icon {
    color: #fff;
    font-size: 20px;
}

.bottom-header {
    background: var(--primary);
    padding: 6px 16px;
}

.bottom-header a {
    color: #fff;
    margin-right: 16px;
    font-size: 14px;
    text-decoration: none;
}

.bottom-header a:hover {
    text-decoration: underline;
}

.offcanvas-start {
    width: 70% !important;
}

.offcanvas-header {
    background: var(--primary);
}

a[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
    transition: 0.3s;
}

.search-wrapper {
    position: relative;
    width: 100%;
    padding: 0 12px;
}

.search-input {
    width: 100%;
    height: 28px;
    border-radius: 8px;
    border: none;
    padding: 0 0 0 10px;
    font-size: 15px;
    outline: none;
}

.search-icon {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: #0d6efd;
    font-size: 16px;
    pointer-events: none;
}

@media (max-width: 768px) {
    .search-input {
        height: 38px !important;
        font-size: 15px;
    }

    .search-wrapper {
        width: 100%;
        padding: 0 0 15px 10px;
    }

    .search-icon {
        right: 14px;
        top: 38%;
    }
}

.bg-blue-gray {
    background-color: #3e8fc50b !important;
}

.bg-blue-gray-ft {
    background-color: #f0f4f866;
}

.bg-blue-lite {
    background-color: #192b6caf !important;
}

.bg-blue {
    background-color: #043e8c !important;
}

.oeurnuinin {
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 500;
}

.footer-eifnuifn {
    background-color: #f0f4f8;
}

.fubuiweb {
    font-family: "Nunito", sans-serif;
}

.sdgg {
    font-size: 0.8rem !important;
}

.oeurnuinin {
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 500;
}

.uiaefug a,
.uiaefug {
    color: #24598f;
    font-weight: 500;
    text-decoration: none;
    font-size: 0.8rem;
}

.uiaefug a:hover {
    text-decoration: underline;
}

.underline-hover {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #007bff;
}

.underline-hover::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: #007bff;
    transition: width 0.4s ease-in-out, left 0.4s ease-in-out;
}

.underline-hover:hover::after {
    width: 100%;
    left: 0;
}

.sitemap-section {
    background: #f8f9fa;
}

.sitemap-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.sitemap-card h5 {
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid #043e8c;
    color: #043e8c;
    padding-bottom: 8px;
}

.sitemap-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sitemap-card ul li {
    margin-bottom: 8px;
}

.sitemap-card ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.sitemap-card ul li a:hover {
    color: #043e8c;
    padding-left: 5px;
    transition: 0.2s;
}

.shadow-lg {
    box-shadow: 0 0.3rem 1rem rgba(56, 182, 255, 0.5) !important;
}

.premium-category {
    background: #fff;
    border-radius: 14px;
    padding: 28px 20px;
    text-align: center;
    border: 1px solid #f0f0f0;
    transition: all 0.35s ease;
    cursor: pointer;
    height: 100%;
}

.premium-category i {
    font-size: 34px;
    color: #043e8c;
    margin-bottom: 20px;
}

.premium-category h6 {
    font-size: 15px;
    color: #222;
    margin: 0;
}

@media only screen and (min-width: 300px) and (max-width: 468px) {

    .premium-category h6 {
        font-size: 0.7rem;
        color: #222;
        margin: 0;
        border-top: 1px solid #000;
        padding: 5px;
    }

    .premium-category {
        padding: 1.2rem;
    }

}

.premium-category:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    border-color: transparent;
}

.icon-lg {
    font-size: 35px;
    color: #043e8c;
    margin-bottom: 10px;
}

/* --------------- */
.offer-carousel {
    background: #f8f9fa;
}

.home-offer-carousel .offer-item img {
    height: 35rem;
    border-radius: 16px;
    transition: transform 0.4s ease;
    padding-left: 3px;
    padding-right: 3px;
}

.home-offer-carousel .offer-item:hover img {
    transform: scale(1.03);
}

@media (max-width: 768px) {
    .home-offer-carousel .offer-item img {
        height: auto;
    }
}

.efvbjk-efub {
    font-size: 1rem;
}

.uiorgeiurb {
    font-size: 0.6rem;
}

.iubiubi,
.wsxedcrfvgbh,
.wedfgbnjkvcnxcv {
    font-size: 0.8rem;
}

.qwsxdcrfvgbh {
    height: 14rem;
}

.pat_cat {
    font-size: 0.9rem;
}

@media (max-width: 498px) {
    p.small {
        font-size: smaller;
    }
}

@media only screen and (min-width: 451px) and (max-width:650px) {
    .qwsxdcrfvgbh {
        height: 16.5rem;
    }
}

@media only screen and (min-width: 651px) and (max-width:767px) {
    .qwsxdcrfvgbh {
        height: 18rem;
    }
}


.qwsxdcrfvgbh {
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.35s ease;
    background: #fff;
}

.qwsxdcrfvgbh img {
    transition: transform 0.4s ease;
}

.qwsxdcrfvgbh:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
}

.qwsxdcrfvgbh:hover img {
    transform: scale(1.08);
}

.qwsxdcrfvgbh:hover .pat_cat a {
    color: #0d6efd;
}

/* -------------------------------------  */
.qwsxdcrfvgbh {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.qwsxdcrfvgbh img {
    transition: transform 0.4s ease;
}

/* gradient hover layer */
.qwsxdcrfvgbh::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0d6efd, #00c6ff);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

/* hover overlay text */
.hover-overlay {
    display: none;
}

/* content must stay above gradient */
.qwsxdcrfvgbh>* {
    position: relative;
    z-index: 2;
}

.qwsxdcrfvgbh:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 35px rgba(13, 110, 253, 0.3);
}

.qwsxdcrfvgbh:hover::before {
    opacity: 0.12;
}

.qwsxdcrfvgbh:hover img {
    transform: scale(1.08);
}

.qwsxdcrfvgbh:hover .hover-overlay {
    display: block;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 3;
    font-weight: 600;
    color: white;
    background: #043f8c49;
    transition: opacity 0.3s ease;
    pointer-events: none;
    opacity: 1;
}

.qwsxdcrfvgbh:hover .pat_cat a {
    color: #0d6efd;
}

/* --------------- */


.offer-carousel-modern {
    background: #f8f9fa;
}

.modern-offer-slider .offer-card {
    height: 320px;
    border-radius: 18px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease;
}

.modern-offer-slider .offer-card:hover {
    transform: scale(1.03);
}

.offer-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0.2));
    color: #fff;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.offer-overlay h3 {
    font-weight: 700;
    margin-bottom: 6px;
}

.offer-overlay p {
    font-size: 0.95rem;
    margin-bottom: 12px;
    opacity: 0.9;
}

.offer-overlay .btn {
    width: fit-content;
    border-radius: 30px;
    padding: 6px 18px;
    font-size: 0.9rem;
}

.offer-row-banner {
    background: linear-gradient(135deg, #0d6efd, #084298);
    color: #fff;
    padding: 25px 30px;
    border-radius: 16px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.offer-row-banner p {
    color: rgba(255, 255, 255, 0.85);
}

.offer-row-banner .btn {
    font-weight: 600;
}



/* -------------------------- */

.account-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 30px 15px;
}

.profile-sidebar {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
}

.profile-sidebar h6 {
    font-size: 13px;
    letter-spacing: 1px;
    color: #043e8c;
    margin-bottom: 15px;
}

.profile-sidebar button {
    width: 100%;
    border: 0;
    background: none;
    text-align: left;
    padding: 12px 14px;
    border-radius: 10px;
    font-weight: 500;
    margin-bottom: 6px;
    transition: 0.2s;
}

.profile-sidebar button i {
    width: 22px;
}

.profile-sidebar button:hover,
.profile-sidebar button.active {
    background: #eaf7ee;
    color: #043e8c;
}

.content-box {
    background: #fff;
    border-radius: 14px;
    padding: 25px;
}

.profile-pic {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}

.order-card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

@media (max-width: 768px) {
    .profile-sidebar {
        margin-bottom: 20px;
    }
}

/* cart css */
.cart-icon {
    font-size: 20px;
    color: #ffffff;
}

.cart-badge {
    position: absolute;
    top: -6px;
    right: -10px;
    background: #e53935;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    padding: 0 5px;
}

/* bottom nav */
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 9999;
}

.mobile-bottom-nav .nav-item {
    flex: 1;
    text-align: center;
    font-size: 12px;
    color: #444;
    text-decoration: none;
    position: relative;
}

.mobile-bottom-nav .nav-item i {
    display: block;
    font-size: 18px;
    margin-bottom: 2px;
}

.mobile-bottom-nav .nav-item.active,
.mobile-bottom-nav .nav-item:hover {
    color: #043e8c;
}

@media (max-width: 768px) {
    body {
        padding-bottom: 70px;
    }
}

.hero {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
        url('https://images.unsplash.com/photo-1503387762-592deb58ef4e');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 90px 0;
}

.hero img {
    max-width: 100%;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .3);
}

/* -------------------------------------------------- */
.price-box {
    font-family: "Nunito", sans-serif;
    max-width: 300px
}

.price-value {
    font-size: 35px;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
    line-height: 1
}

.price-symbol {
    font-size: 20px;
    margin-right: 4px;
    font-weight: normal
}

.price-decimal {
    font-size: 16px;
    vertical-align: super;
    line-height: 1;
    margin-left: 2px
}

.fulfilled-tag {
    display: inline-block;
    background: #043e8c;
    border-radius: 2px;
    font-size: 12px;
    padding: 4px 6px;
    margin-top: 8px;
    color: #fff;
    font-weight: bold;
    border-left: 5px solid #ff9900
}

.delivery-time {
    font-size: .8rem
}

.wsxedcrfvgbh {
    font-size: .8rem
}

.wedfgbnjkvcnxcv {
    font-size: .8rem
}

.pohbuyfrsxtcf {
    width: 1rem
}

/* .efghiuhkefgpalpxd {
    width: 75%;
    margin: 0 auto
}

@media(max-width:900px) {
    .efghiuhkefgpalpxd {
        width: 100%
    }
} */

.sticky-img {
    position: sticky;
    top: 20px
}

.product-info {
    /* max-height: 90vh;
    overflow-y: auto; */
    padding-right: 20px
}

@media(max-width:767px) {
    .product-info {
        max-height: 100%
    }
}


.uhrfbyvbhrfv {
    color: #043e8c !important
}

.urefgbybgvuybregnuignr {
    font-size: 1rem;
    font-family: "Nunito", sans-serif
}

.irufg {
    font-size: .6rem
}

.product_font_sir {
    font-size: .9rem;
    color: #043e8c
}

.extra-content {
    margin-top: 1rem
}

@media(max-width:520px) {
    .extra-content {
        display: none
    }

    .extra-content.show {
        display: block
    }
}

.owl-carousel .card {
    border-radius: 8px
}

@media screen and (max-width:768px) {
    .price-box {
        max-width: 100%
    }
}

@media screen and (max-width:480px) {
    .price-value {
        font-size: 28px
    }

    .price-symbol {
        font-size: 22px
    }

    .price-decimal {
        font-size: 12px
    }
}

/* -------------------------------------------------- */

.suggested-card {
    transition: all 0.3s ease;
    border-radius: 14px;
}

.suggested-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.suggested-card img {
    transition: transform 0.3s ease;
}

.suggested-card:hover img {
    transform: scale(1.05);
}

/* --------------------------------------------------------------------- */

.product-card {
    border-radius: 14px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.product-img {
    height: 190px;
    object-fit: contain;
    padding: 12px;
    background: #f8f9fa;
}

.product-title {
    line-height: 1.3;
}

/* ------------------------------------------- */
.header,
.top-header,
.bg-blue {
    position: relative;
    z-index: 10;
}

.search-wrapper {
    position: relative;
    z-index: 10000;
}

.suggestions {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10001;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    max-height: 320px;
    overflow-y: auto;
    display: none;
}