body {
    font-family: "Bricolage Grotesque", sans-serif !important;
}

@font-face {
    font-family: "FSP DEMO - Integral CF Bold";
    src: url("../font/110f69c8a2764bdc93e28fb1adda2499.eot");
    src: url("../font/110f69c8a2764bdc93e28fb1adda2499.eot?#iefix") format("embedded-opentype"),
    url("../font/110f69c8a2764bdc93e28fb1adda2499.woff") format("woff"),
    url("../font/110f69c8a2764bdc93e28fb1adda2499.woff2") format("woff2"),
    url("../font/110f69c8a2764bdc93e28fb1adda2499.ttf") format("truetype"),
    url("../font/110f69c8a2764bdc93e28fb1adda2499.svg#FSP DEMO - Integral CF Bold") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.navbar {
    font-weight: 300;
    position: sticky !important;
    top: 0;
    background: white;
    border: 2px solid #E5E5E5
}

.navbar a {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
}

.navbar .navbar-nav a {
    text-transform: uppercase;
}

.list-group-item i {
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
}

.list-group-item i[aria-expanded="true"] {
    transform: rotate(180deg);
}

.slick-dots button::before {
    font-size: 35px !important;
}

.social-icon {
    transition: all 0.2s ease-in-out;
}

.social-icon:hover {
    transform: translateY(-5px);
}

.ri-facebook-circle-line {
    color: #3b5998;
}

.ri-instagram-line {
    color: #e03566;
}

.ri-linkedin-line {
    color: #0077b5;
}

.ri-tiktok-line {
    color: #fe2c55;
}

#offcanvasCart .counter {
    width: fit-content;
}

#offcanvasCart button {
    border: none !important;
}

#offcanvasCart .cart-items::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

#offcanvasCart .cart-items::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 6px;
}

#offcanvasCart .cart-items::-webkit-scrollbar-corner {
    background: transparent;
    display: none;
}

#offcanvasCart .cart-actions {
    box-shadow: 0px 0px 10px rgb(221, 221, 221);
}

#offcanvasCart .total {
    color: #222222;
    font-size: 18px;
}

#offcanvasCart .view-cart {
    letter-spacing: 4px;
    background: #f7f7f7 !important;
}

#offcanvasCart .checkout {
    letter-spacing: 4px;
    background: #000000 !important;
    color: #ffffff !important;
}

#offcanvasCart .checkout:hover {
    background: rgba(0, 0, 0, 0.8) !important;
}

#offcanvasCart .loading-overlay,
.loader {
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.slider-item .main-image {
    transition: transform 1s ease-out, opacity 0.7s ease-out;
}

.slider-item .hover-image {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 1s ease-out, opacity 0.7s ease-out;
}

.slider-item:hover .hover-image {
    opacity: 1;
    transform: scale(1.1);
}

.slider-item:hover .main-image {
    opacity: 0;
    transform: scale(1.1);
}

.site-footer {
    background: linear-gradient(180deg, #1b1b1b, #0f0f0f);
    color: #fff;
    padding: 80px 0 30px;
    font-size: 16px;
    font-weight: 400;
}

.site-footer h6 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
}

.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer ul li {
    margin-bottom: 10px;
}

.site-footer a {
    color: #ddd;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

.site-footer a:hover {
    color: #fff;
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.contact-info i {
    font-size: 16px;
}

.footer-bottom {
    text-align: center;
    margin-top: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #bbbbbb;
}

.main-container {
    width: 80%;
    max-width: 1461px;
    margin: auto;
}

@media (max-width: 576px) {
    .logo img,
    .brand-logo {
        height: 30px;
    }

    .main-container {
        width: 89%;
    }

    .site-footer h6 {
        font-size: 13px;
    }

    .site-footer a,
    .footer-bottom,
    .site-footer ul li {
        font-size: 12px;
    }
}
