#HomeSlider {
    width: 100%;
    height: 600px;
}

#HomeSlider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#HomeSlider .swiper-slide .slider-content {
    background-color: var(--accent-color);
    height: 100%;
    color: var(--contrast-color);
}

#HomeSlider .swiper-slide .slider-content .slide-title {
    font-size: 44px;
    line-height: 50px;
    font-weight: 300;
    font-family: var(--heading-font);
}

#HomeSlider .swiper-slide .slider-content .slide-text {
    font-size: 21px;
    font-weight: 300;
}

#HomeSlider .swiper-slide .slider-content .slide-link {
    font-size: 16px;
    font-weight: 500;
    color: var(--contrast-color);
    /*font-family: var(--nav-font);*/
}

#HomeSlider .swiper-slide .slider-image {
    height: 100%;
}

#HomeSlider .swiper-slide .slider-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 2. Styles for 960px to 1200px */
@media (min-width: 768px) and (max-width: 1200px) {
    #HomeSlider {
        height: 480px;
    }
    #HomeSlider .swiper-slide .slider-content {
        background-image: none !important;
    }
}

/* 3. Styles for less than 960px */
@media (max-width: 767px) {
    #HomeSlider {
        height: 320px;
    }
    #HomeSlider .swiper-slide .slider-image {
        display: none;
    }
    #HomeSlider .swiper-slide .slider-content .slide-title {
        font-size: 36px;
        line-height: 45px;
    }

    #HomeSlider .swiper-slide .slider-content .slide-text {
        font-size: 17px;
    }

    #HomeSlider .swiper-slide .slider-content .slide-link {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    #HomeSlider .swiper-slide .slider-content {
        background-image: none !important;
    }
}

.header .main-header .logo img {
    max-height: 70px;
}

.navmenu .products-megamenu-2 .megamenu-content .categories-section .category-headers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 15px;
}

.navmenu .products-megamenu-2 .megamenu-content .categories-section .category-links .link-row {
    display: flex;
    flex-direction: column;
    /*
    grid-template-columns: repeat(4, 1fr);
    */
    gap: 30px;
}

.my-mega-links {
    /*padding: 18px 15px;
    display: block;*/
    /*align-items: flex-start;
    justify-content: flex-start;*/
    /*white-space: nowrap;
    transition: 0.3s;*/
}

.my-mega-links a {
    color: var(--nav-dropdown-color);
    font-size: 14px;
    transition: 0.3s;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 0;
}

.my-mega-links a:hover {
    color: var(--nav-dropdown-hover-color);
    transform: translateX(3px);
}


.navmenu .products-megamenu-1 .megamenu-content .product-grid {
    display: flex;
    /*grid-template-columns: repeat(4, 1fr);*/
    gap: 1px;
    padding-top: 10px;
}

.navmenu .products-megamenu-1 .megamenu-content .product-grid .product-card .product-image {
    height: 180px;
}

.navmenu .products-megamenu-1 .megamenu-content .product-grid .product-card .product-image img {
    max-width: 100%;
    height: 100%;
}

/*
.navmenu {
    padding: 10px 0;
}*/

.footer .footer-main {
    /*border-top-color: color-mix(in srgb, var(--accent-color), transparent 95%);*/
    border-top: solid 1px color-mix(in srgb, var(--accent-color), transparent 95%);
}

.product-categories-widget .category-tree .category-item .subcategory-list .subcategory-link.active {
    color: var(--accent-color);
}

.product-categories-widget .category-tree .category-item .category-link.active {
    color: var(--accent-color);
}

.product-categories-widget .category-tree .category-item .category-header .category-toggle-status:not(.collapsed) .category-toggle .bi-chevron-down {
    display: none;
}

.product-categories-widget .category-tree .category-item .category-header .category-toggle-status:not(.collapsed) .category-toggle .bi-chevron-up {
    display: inline;
}

.category-product-list .product-thumb {
    text-align: center;
    padding-bottom: 5%;
}

.category-product-list .main-img {
    position: relative;
    top: 15px;
    width: 70%;
    height: 70%;
}

.category-product-list .quick-action-btn.btn-wishlist.active {
    color: #e53e3e;
}

.best-sellers .product-actions .btn-wishlist.active {
    color: #e53e3e;
}

.account .addresses-grid .address-card .card-actions a {
    height: 36px;
    padding: 0 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.account .addresses-grid .address-card .card-actions a.btn-edit {
    background-color: #f3f4f6;
    color: #6b7280;
    border: none;
}

.account .addresses-grid .address-card .card-actions a.btn-edit:hover {
    background-color: #e5e7eb;
}

@media (max-width: 1200px) {
    .checkout .order-summary {
        top: 160px;
    }
}

@media (max-width: 990px) {
    .checkout .order-summary {
        top: 20px;
    }
}

.checkout .checkout-section .section-content .description {
    font-size: 0.85rem;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    margin-top: 8px;
    padding-left: 5px;
}

.product-details .product-details-tabs .tab-content p {
    margin-bottom: 0;
}

.wishlist-btn.active {
    background-color: #ca3c3c!important;
    border: none!important;
}

.blog-item .subtitle {
    font-size: 0.96rem;
    color: #55656b;
}

.blog-container .title {
    font-size: 3rem;
}

.blog-container .subtitle {
    color: #8497b3;
}

.page-header-image {
    height: 500px;
    border-radius: 40px 0;
}

.page-base-text p {
    margin-bottom: 0;
}

.about-2 .about-subtitle {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    line-height: 1.3;
    font-weight: 300;
}

.about-2 .about-text {
    font-size: 1rem;
    line-height: 1.6;
}

.category-product-list .add-to-cart-btn-disabled {
    width: 100%;
    padding: 0.8rem 1.5rem;
    color: var(--contrast-color);
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #a0aec0;
    cursor: not-allowed;
}

.section-title-home-products {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1px;
    margin-bottom: 25px;
    border-bottom: #397deb solid 1px;
    position: relative;
}

.w-60 {
    width: 60% !important;
}

.account .content-area .orders-grid .order-card .order-content .order-info .info-row .status.pending {
    background-color: #ffecf2;
    color: #e77d93;
}

.account .content-area .orders-grid .order-card .order-content .order-info .info-row .status.placed {
    background-color: #fff7ed;
    color: #f97316;
}

.account .content-area .orders-grid .order-card .order-content .order-info .info-row .status.confirmed {
    background-color: #e6fff5;
    color: #07c297;
}

.account .content-area .orders-grid .order-card .order-content .order-info .info-row .status.processing {
    background-color: #f0e6ff;
    color: #7631e0;
}

.account .content-area .orders-grid .order-card .order-content .order-info .info-row .status.shipped {
    background-color: #ecfeff;
    color: #06b6d4;
}

.account .content-area .orders-grid .order-card .order-content .order-info .info-row .status.completed {
    background-color: #f0fdf4;
    color: #0f9402;
}

.account .content-area .orders-grid .order-card .order-content .order-info .info-row .status.canceled {
    background-color: #fef2f2;
    color: #ef4444;
}
