@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=League+Spartan:wght@100..900&display=swap');

body {
    position: relative;
    font-family: "League Spartan", sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #000;
}

ul {
    list-style-type: none;
    padding-right: 0 !important;
}

p {
    margin-bottom: 0;
}

img {
    width: 100%;
}

/* TOP BLUE BAR */
.headerUp {
    background: #1a45a1;
    color: #fff;
    font-size: 14px;
}

.headerUp .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.headerUp .left p {
    margin: 0;
}

.headerUp .right ul {
    list-style: none;
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 0;
    padding: 0;
}

.headerUp .right ul li {
    padding-left: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.headerUp .right ul li:last-child {
    border-left: none;
}

/* MAIN HEADER */
.header-main {
    background: #fff;
    box-shadow: 0 2px 8px rgba(12, 16, 24, 0.05);
    position: relative;
    z-index: 20;
}

.header-main .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
}

.header-main .logo {
    width: 8%;
}

.logo img {
    max-width: 100%;
    display: block;
}

.rightDetails .icon {
    font-size: 28px !important;
}

.cart {
    background: #1a45a1;
    border-radius: 5px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    color: #fff;
}

.cartIcon {
    background: #042d87;
    border-radius: 50%;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
}

.cartIcon i {
    color: #fff;
}

.cart h5 {
    font-size: 14px;
    margin-bottom: 5px;
}

.cart h6 {
    font-size: 13px;
    margin-bottom: 0;
}

/* Desktop search */
.searchBar {
    background: #ececec;
    padding: 8px 14px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 60%;
}

.dropdown-toggle {
    background: transparent;
    border: 0;
    padding: 0;
    color: #111;
    box-shadow: 0 0 0 #00000000 !important;
}

.searchBar input {
    border: 0;
    outline: none;
    background: transparent;
    width: 100%;
    font-size: 14px;
}

/* Right buttons */
.rightDetails {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-primary-custom {
    background: #1a45a1;
    color: #fff;
    border: 0;
    padding: 8px 16px;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    cursor: pointer;
}

/* small icon anchors in rightDetails */
.rightDetails a.icon {
    color: #111;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.rightDetails a.icon:hover {
    color: #1a45a1;
}

/* class to hide small+medium devices (smd = small & medium) */
.smd-none {
    display: inline-block;
}

@media (max-width: 480px) {
    .smd-none {
        display: none !important;
    }

    .searchBar {
        width: 100%;
    }
}

/* DESKTOP MENU (always visible on desktop) */
.menu-desktop {
    background: #eaeaea;
    padding: 5px 0 0 0;
}

.menu-desktop .container {
    display: flex;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
}

.menu-desktop ul {
    list-style: none;
    display: flex;
    gap: 22px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.menu-desktop ul li {
    position: relative;
    cursor: pointer;
}

.menu-desktop ul li a {}

.menu-desktop ul li a i {
    font-size: 13px;
}

.menu-desktop ul li ul {
    position: absolute;
    left: 0;
    z-index: 9999999;
    background: #eaeaea;
    top: 100%;
    width: 200px;
    transform: rotateX(90deg);
    transform-origin: top;
    transition: 0.5s all ease;
    display: block;
}

.menu-desktop ul li:hover>ul {
    transform: rotateX(0deg);
    transition: 0.5s all ease;
}

.menu-desktop ul li ul li {
    font-size: 13px;
    padding: 0px 0;
    border-top: 1px solid #ddd;
}

.menu-desktop ul li ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px !important;
}

.menu-desktop ul li ul li ul {
    position: absolute;
    left: 100%;
    z-index: 9999;
    background: #eaeaea;
    top: 0%;
    width: 200px;
    transform: rotateY(90deg);
    transform-origin: left;
    transition: 0.5s all ease;
}

.menu-desktop>ul>li>ul>li:hover>ul {
    transform: rotateY(0deg);
    transition: 0.5s all ease;
}

.menu-desktop ul li ul li ul li {}

.menu-desktop ul li ul li ul li a {}

.menu-desktop a {
    color: #111;
    font-weight: 500;
    padding: 6px 0;
}


/* MOBILE SLIDE AREA */
.menu-toggle {
    display: none;
    font-size: 20px;
    color: #1a45a1;
    background: none;
    border: 0;
    cursor: pointer;
}

.slide-area {
    max-height: 0;
    overflow: hidden;
    transition: max-height .36s ease;
    background: #fff;
    box-shadow: 0 6px 18px rgba(12, 16, 24, 0.06);
}

.slide-inner {
    padding: 10px 16px;
}

.menu-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.menu-mobile ul li ul,
.menu-mobile ul li ul li ul{
    margin-left: 15px;
    height: 0;
    overflow: hidden;
}
.menu-mobile ul li.active > ul{
    margin-left: 15px;
    height: auto;
    overflow: hidden;
}
.menu-mobile ul li ul li.active ul{
    margin-left: 15px;
    height: auto;
    overflow: hidden;
}

.menu-mobile a {
    display: block;
    padding: 10px 8px;
    color: #111;
    border-radius: 6px;
}

.menu-mobile a:hover {
    background: #f6f6f6;
}

/* Responsive rules */
@media (max-width: 992px) {

    /* hide desktop search and desktop menu on tablet & mobile */
    .searchBar.desktop {
        display: none;
    }

    .menu-desktop {
        display: none;
    }

    /* show toggle button */
    .menu-toggle {
        display: inline-block;
    }

    /* keep right buttons visible (user requested) */
    .rightDetails {
        gap: 10px;
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {

    .headerUp .container {
        flex-direction: column;
        gap: 8px;
        text-align: center;
        padding: 8px 12px;
    }

    .header-main .container {
        gap: 8px;
    }

    .header-main .logo {
        width: 15%;
    }

    .logo img {
        width: 120px;
    }


    .btn-primary-custom {
        padding: 7px 12px;
        font-size: 13px;
    }

    .column {
        flex-direction: column;
    }

    .full {
        width: 100% !important;
    }

    .collection img {
        height: 120px !important;
        width: 120px !important;
    }

    .payments {
        margin: 10px 0;
    }

    .payments img {
        max-height: 20px !important;
    }

    .lang {
        text-align: center;
        margin: 5px 0;
    }

    .lang {
        justify-content: center;
        margin: 5px 0;
    }
}

nav {
    background: #e1e1e1;
    z-index: 99999;
}

.menu-desktop ul>li>a {
    display: block;
    padding: 10px 10px !important;
    color: #000 !important;
    font-family: "Bebas Neue", sans-serif;
    font-size: 18px;
    font-weight: 500;
    /* letter-spacing: 1px; */
}

.button {
    background: #1a45a1;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #1a45a1;
    transition: 0.5s all ease;
}

.button:hover {
    transition: 0.5s all ease;
    color: #1a45a1;
    background: #fff;
}



.smSinSlid {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10x;
}

.collection img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    background: #ddd;
    border-radius: 50%;
}

h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #071a2b;
    font-family: "Bebas Neue", sans-serif;
}




.aboutUs {
    padding: 50px 0;
    background: #f6f6f6;
}

.aboutUs .left {
    width: 48%;
    height: 400px;
    position: relative;
}

.aboutUs .left img:nth-child(1) {
    width: 65%;
    height: 320px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 75px 0 0 0;
}

.aboutUs .left img:nth-child(2) {
    width: 65%;
    height: 320px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0 0 75px 0;
}

.aboutUs .left .client {
    position: absolute;
    background: #1a45a1;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    right: 5%;
    top: 5%;
}

.aboutUs .left .client .border {
    border: 1px dashed #fff;
    padding: 5px 15px 0px 15px;
    border-radius: 50%;
    color: #fff;
}

.aboutUs .left .client h3 {
    font-size: 22px;
}

.aboutUs .left .client p {
    font-size: 16px;
}

.aboutUs .right {
    width: 48%;
}

.aboutUs .right h5 {
    font-size: 16px;
    padding-left: 20px;
    border-left: 4px solid #1a45a1;
    margin-bottom: 12px;
}

.aboutUs .right h1 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 40px;
    margin-bottom: 15px;
}

.aboutUs .right p {
    font-size: 16px;
    color: #767676;
    margin-bottom: 15px;
}

.aboutUs .right ul {
    margin-bottom: 15px;
    padding-left: 0;
}

.aboutUs .right ul li {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 8px;
}

.aboutUs .right ul li i {
    color: #1a45a1;
    font-size: 19px;
}















.swiper {
    width: 100%;
    padding-bottom: 40px;
}

.swiper-slide {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px;
    text-align: center;
    margin: 0 10px;
}

.swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 12px;
}

.product-name {
    font-size: 16px;
    color: #333;
    margin: 6px 0;
}

.stars {
    color: gold;
    margin: 6px 0;
}

.price {
    font-weight: bold;
    margin: 6px 0;
}
.price s{
    font-weight: 400;
    color: #767676 !important;
}

.cartbtn {
    display: inline-block;
    padding: 10px 25px 8px 25px;
    border: 1px solid #1a45a1;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    background: #fff;
    border-radius: 25px;
    cursor: pointer;
    transition: background 0.2s;
    color: #1a45a1;
}

.cartbtn:hover {
    background: #1a45a1;
    color: #fff;
}

.new-tag {
    background: #4CAF50;
    color: #fff;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.product-card {
    position: relative;
}


.bestSeller .slick-next::before,
.bestSeller .slick-prev::before {
    font-size: 15px;
    background: #FFF;
}

.bestSeller .slick-prev:before {
    content: '➜';
    transform: rotate(-180deg);
    background: #FFF;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1px;
    color: #1a45a1;
    font-size: 15px;
    opacity: 1;
    border: 1px solid #ddd;
}

.bestSeller .slick-next {
    right: 5px
}

[dir=rtl] .bestSeller .slick-next {
    right: auto;
    right: 5px
}

.bestSeller .slick-prev {
    right: 35px !important;
    z-index: 99;
}

.bestSeller .slick-next:before {
    content: '➜';
    background: #FFF;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1px;
    color: #1a45a1;
    font-size: 15px;
    opacity: 1;
    border: 1px solid #ddd;
}



.bestSeller .slick-next,
.bestSeller .slick-prev {
    top: -8%;
}

.bestSeller .slick-prev {
    left: auto;
    right: 35px !important;
    z-index: 99;
}







.thumbs .slick-prev:before {
    content: '➜';
    transform: rotate(-180deg);
    background: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1px;
    color: #1a45a1;
    font-size: 13px;
    opacity: 1;
    border: 1px solid #1a45a1;
    left: 0;
    border-radius: 50%;
}

.thumbs .slick-next {
    right: 5px
}

[dir=rtl] .thumbs .slick-next {
    right: auto;
    right: 5px
}

.thumbs .slick-prev {
    right: 35px !important;
    z-index: 99;
}

.thumbs .slick-next:before {
    content: '➜';
    background: #FFF;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1px;
    color: #1a45a1;
    font-size: 13px;
    opacity: 1;
    border: 1px solid #1a45a1;
    border-radius: 50%;
}



.thumbs .slick-next,
.thumbs .slick-prev {}

.thumbs .slick-prev {
    left: 0;
    z-index: 99;
}










.features-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #ddd;
    background: #f9f9f9;
}

.feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
    border-right: 1px solid #ddd;
}

.feature:last-child {
    border-right: none;
}

.feature i {
    font-size: 24px;
    color: #EC1B24;
    /* yellow */
    flex-shrink: 0;
}

.feature h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

.feature p {
    margin: 2px 0 0;
    font-size: 13px;
    color: #666;
}

/* Responsive */
@media (max-width: 900px) {
    .features-bar {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .features-bar {
        grid-template-columns: 1fr;
    }

    .offerSlider {
        height: 170px !important;
    }

    .feature {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .feature:last-child {
        border-bottom: none;
    }
}



.productsAll {
    padding-bottom: 50px;
}

.products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;

}

.product-card {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px;
    text-align: center;
    background: #fff;
    transition: 0.3s;
    position: relative;
}

.product-card:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.product-img {
    position: relative;
    overflow: hidden;
}

.product-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.new-tag {
    background: #4CAF50;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 2px;
    position: absolute;
    top: 10px;
    right: 10px;
}

/* Hover icons */
.actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
}

.actions button {
    background: #333;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    font-size: 14px;
}

.product-card:hover .actions {
    bottom: 10px;
}

.product-name {
    font-size: 14px;
    margin: 10px 0 6px;
    color: #333;
}

.stars {
    color: gold;
    font-size: 14px;
    margin-bottom: 6px;
}

.price {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
}

.btn-cart {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #1a45a1;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    background: #fff;
    border-radius: 25px;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-cart:hover {
    background: #1a45a1;
    color: #fff;
}

.footermenu {
    display: none;
}

/* Responsive */
@media (max-width: 600px) {
    .products {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .products {
        grid-template-columns: 1fr 1fr;
    }

    .footermenu {
        /* background: #ff7d0180; */
        background: #1a45a1;
        position: fixed;
        bottom: 0px;
        width: 100%;
        left: 0%;
        padding: 10px;
        /* border-radius: 10px 10px 0 0; */
        display: block;
        z-index: 9999999999999999;
        backdrop-filter: blur(10px);
    }

    .footermenu ul {
        display: flex;
        justify-content: space-around;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    .footermenu ul li {
        position: relative;
    }

    .footermenu ul li a {
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footermenu ul li a span {
        font-size: 10px;
    }

    .footermenu ul li a i {
        font-size: 16px;
        margin-bottom: 5px;
        color: #fff;
    }
}







footer {
    background: #fff;
    padding: 40px 0 0 0;
    border-top: 1px solid #eee;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.footer-col h3 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 8px;
}

.footer-col ul li a {
    text-decoration: none;
    color: #444;
    font-size: 14px;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: #000;
}

.footer-col a.button {
    margin-top: 20px;
    display: inline-block;
}

.contact-info p,
.contact-info a {
    font-size: 14px;
    margin: 6px 0;
    color: #444;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-info i {
    color: #1a45a1;
}

/* Social Icons */
.social-icons {
    margin-top: 15px;
    display: flex;
    gap: 12px;
}

.social-icons a {
    width: 36px;
    height: 36px;
    border: 1px solid #1a45a1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #1a45a1;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #1a45a1;
    color: #fff;
}

.social-icons a:hover i {
    color: #fff;
}

/* Newsletter */
.newsletter p {
    font-size: 14px;
    margin-bottom: 12px;
    color: #444;
}

.newsletter form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.newsletter input {
    flex: 1;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 25px;
    outline: none;
    font-size: 14px;
}

.newsletter button {
    padding: 10px 30px;
    border: none;
    border-radius: 25px;
    background: #1a45a1;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.newsletter button:hover {
    background: #1a45a1;
}

.newsletter small {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}

.newsletter small a {
    text-decoration: underline;
    color: #000;
}

/* Bottom bar */
.footer-bottom {
    background: #1a45a1;
    margin-top: 20px;
    padding: 18px 0;
    border-top: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #fff;
}

/* Payments: fixed */
.payments {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    /* allows logos to wrap on narrow screens */
    justify-content: center;
}

.payments-label {
    color: #fff;
    font-weight: 500;
    margin-right: 4px;
    white-space: nowrap;
}

.payments img {
    max-height: 28px;
    /* constrain height */
    width: auto;
    /* preserve aspect ratio */
    display: inline-block;
    margin-left: 4px;
    /* filter: invert(); */
    /* remove any CSS filter side-effects */
}

/* ensure payment icons don't push layout on tiny screens */
@media (max-width:520px) {
    .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 14px;
        margin-bottom: 56px;
    }

    .payments {
        justify-content: center;
    }
}

.footer-bottom .lang {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 600px) {
    .newsletter form {
        flex-direction: column;
    }

    .newsletter button {
        width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}




.filter-sort {
    padding: 0;
    padding-bottom: 10px;
    margin: 0 10px 30px 10px;
    border-bottom: 1px solid #ddd;
}

.filter-sort .filt {
    cursor: pointer;
}

.filter-sidebar {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    border: 1px solid #ddd;
}

.filter-section {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.filter-section .filter-section{
    border-bottom: 1px solid #eee;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.filter-section ul,
.filter-section .filter-section ul{
    margin-bottom: 0px;
    margin-left: 0;
    padding-left: 15px;
}

.filter-section:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.filter-header i {
    transition: transform 0.3s ease;
}

.filter-header.active i {
    transform: rotate(180deg);
}

.filter-options {
    margin-top: 10px;
    display: none;
    flex-direction: column;
    gap: 8px;
}

.filter-options.show {
    display: flex;
}

.filter-options .sin {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.filter-options label {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #444;
    cursor: pointer;
}

.filter-options input[type="checkbox"] {
    margin-right: 8px;
    accent-color: #f64e07;
    /* custom checkbox color */
}

.filter-count {
    font-size: 13px;
    color: #777;
}