@media (max-width: 480px) {

    .loader-logo img {
        width: 220px;
    }

}
/* =====================================================
   LARGE TABLET
===================================================== */

@media (max-width: 1199px) {

    .navbar-nav {
        gap: 0;
    }

    .nav-link {
        padding-left: 8px !important;
        padding-right: 8px !important;
        font-size: 13px;
    }
    .product-image {
        height: 380px;
    }

}
/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .fashion-slide {
        height: 650px;
    }

    .fashion-content {
        padding-left: 20px;

        max-width: 580px;
    }

    .fashion-content h1 {
        font-size: 65px;
    }

    .fashion-content p {
        font-size: 14px;
    }

    .fashion-carousel-section .carousel-indicators {
        left: 30px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .fashion-slide {
        height: 620px;

        background-position: center;
    }

    .fashion-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(0, 0, 0, 0.78),
                rgba(0, 0, 0, 0.35)
            );
    }

    .fashion-content {
        padding-left: 0;

        max-width: 100%;
    }

    .fashion-subtitle {
        font-size: 9px;

        letter-spacing: 2.5px;

        margin-bottom: 15px;
    }

    .fashion-content h1 {
        font-size: 52px;

        line-height: 1.05;

        margin-bottom: 20px;
    }

    .fashion-content p {
        max-width: 400px;

        font-size: 13px;

        line-height: 1.7;

        margin-bottom: 25px;
    }

    .fashion-buttons {
        flex-wrap: wrap;

        gap: 10px;
    }

    .carousel-btn,
    .carousel-outline-btn {
        padding: 12px 20px;

        font-size: 10px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 45px;
    }

    .carousel-arrow {
        width: 38px;
        height: 38px;

        font-size: 13px;
    }

    .fashion-carousel-section .carousel-indicators {
        left: 20px;

        bottom: 20px;
    }

    .fashion-carousel-section .carousel-indicators button {
        width: 22px;
    }

    .fashion-carousel-section .carousel-indicators button.active {
        width: 45px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .fashion-slide {
        height: 590px;
    }
    @media (max-width: 480px) {

    .footer-logo img {
        width: 190px;
    }

}
    .fashion-content h1 {
        font-size: 45px;
    }

    .fashion-content p {
        font-size: 12px;

        max-width: 320px;
    }

    .fashion-buttons {
        display: flex;

        flex-direction: column;

        align-items: flex-start;
    }

    .carousel-btn,
    .carousel-outline-btn {
        padding: 11px 18px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .fashion-carousel-section .carousel-indicators {
        left: 15px;

        bottom: 18px;
    }

}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .section-padding {
        padding: 75px 0;
    }

    .top-offer {
        display: none;
    }

    .top-content {
        justify-content: center;
    }

    .main-navbar {
        padding: 14px 0;
    }

    .navbar-toggler {
        border: none;
        box-shadow: none !important;
    }

    .navbar-collapse {
        background: white;
        margin-top: 15px;
        padding: 15px 0;
    }

    .navbar-nav {
        gap: 0;
    }

    .nav-link {
        padding: 11px 10px !important;
    }

    .nav-link::after {
        display: none;
    }

    .nav-actions {
        padding: 15px 10px 5px;
        border-top: 1px solid var(--border);
        margin-top: 10px;
    }

 

    .about-content {
        padding-left: 0;
    }

    .about-image-wrapper img {
        height: 500px;
    }

    .trending-content {
        padding-left: 0;
    }

    .trending-image img {
        height: 500px;
    }

    .offer-content h2 {
        font-size: 50px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .section-padding {
        padding: 60px 0;
    }

    .top-bar {
        font-size: 10px;
    }

    .brand-main {
        font-size: 21px;
    }


    .section-heading {
        margin-bottom: 35px;
    }

    .section-heading h2,
    .about-content h2,
    .trending-content h2 {
        font-size: 37px;
    }

    .category-card {
        height: 390px;
    }

    .about-image-wrapper {
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .about-image-wrapper img {
        height: 450px;
    }

    .experience-box {
        padding: 15px 18px;
    }

    .experience-box strong {
        font-size: 30px;
    }

    .section-heading.d-flex {
        display: block !important;
    }

    .view-all {
        display: inline-block;
        margin-top: 10px;
    }

    .product-image {
        height: 420px;
    }

    .offer-section {
        min-height: 450px;
    }

    .offer-content h2 {
        font-size: 43px;
    }

    .trending-image img {
        height: 450px;
    }

    .testimonial-card {
        padding: 20px 35px 45px;
    }

    .testimonial-card p {
        font-size: 19px;
    }

    .newsletter-section {
        padding: 65px 0;
    }

    .newsletter-content h2 {
        font-size: 36px;
    }

    .newsletter-form {
        flex-direction: column;
        gap: 10px;
    }

    .newsletter-form input {
        width: 100%;
    }

    .newsletter-form button {
        height: 50px;
    }

    .footer {
        padding-top: 60px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .container {
        width: 92%;
    }

    .top-bar {
        padding: 8px 0;
    }

    .top-content {
        font-size: 9px;
    }

    .brand-main {
        font-size: 19px;
        letter-spacing: 2px;
    }

    .brand-logo small {
        font-size: 6px;
    }

    .btn-main,
    .btn-outline-light {
        padding: 12px 20px;
        font-size: 11px;
    }

    .section-heading h2,
    .about-content h2,
    .trending-content h2 {
        font-size: 32px;
    }

    .category-card {
        height: 360px;
    }

    .product-image {
        height: 400px;
    }

    .product-info h3 {
        font-size: 18px;
    }

    .offer-content h2 {
        font-size: 38px;
    }

    .trending-image img {
        height: 400px;
    }

    .floating-tag {
        bottom: 15px;
        right: 15px;
        padding: 13px 18px;
    }

    .testimonial-card {
        padding: 15px 20px 40px;
    }

    .testimonial-card p {
        font-size: 17px;
    }

    .newsletter-content h2 {
        font-size: 30px;
    }

    #backToTop {
        width: 40px;
        height: 40px;
        right: 15px;
        bottom: 15px;
    }

}


/* NEW ARRIVAL  */

@media (max-width: 767px) {


    .new-arrivals-products {
        padding: 65px 0;
    }

    .new-arrivals-heading {
        padding: 0 15px;
    }

    .new-arrivals-heading h2 {
        font-size: 36px;
    }

    .arrival-filter {
        padding: 0 10px;

        gap: 7px;
    }

    .arrival-filter-btn {
        padding: 8px 15px;

        font-size: 10px;
    }

    .arrival-product-hover {
        transform: translateY(0);
    }

    .arrival-product-info h3 {
        font-size: 17px;
    }

    .arrival-cta {
        min-height: 400px;
    }

    .arrival-cta-content {
        padding: 30px 15px;
    }

}


@media (max-width: 480px) {

    .new-arrivals-heading h2 {
        font-size: 31px;
    }

    .arrival-filter-btn {
        padding: 7px 12px;
    }

    .arrival-product-info {
        padding-top: 15px;
    }

    .arrival-product-info h3 {
        font-size: 16px;
    }

}


/* Trending Category  */


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {


    .trending-intro,
    .trending-products,
    .style-spotlight,
    .shop-by-trend {
        padding: 80px 0;
    }

    .trending-intro-content {
        padding-right: 0;
    }

    .trending-intro-image img,
    .style-spotlight-image img {
        height: 500px;
    }

    .style-spotlight-content {
        padding-left: 0;
    }

    .trending-product-image img {
        height: 360px;
    }

    .trend-category-card {
        height: 400px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .trending-intro,
    .trending-products,
    .style-spotlight,
    .shop-by-trend {
        padding: 65px 0;
    }

    .trending-intro-image {
        margin-top: 15px;
    }

    .trending-intro-image img {
        height: 430px;
    }

    .section-heading h2 {
        font-size: 38px;
    }

    .trending-filter {
        gap: 7px;
    }

    .trending-filter-btn {
        padding: 9px 14px;
        font-size: 10px;
    }

    .trending-product-image img {
        height: 400px;
    }

    .style-spotlight-image img {
        height: 430px;
    }

    .style-spotlight-content {
        padding-top: 10px;
    }

    .style-spotlight-content h2 {
        font-size: 38px;
    }

    .trend-points {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .trend-category-card {
        height: 420px;
    }

    .trending-cta {
        min-height: 450px;
    }

    .trending-cta-content {
        padding: 0 15px;
    }

    .trending-cta-content h2 {
        font-size: 43px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .custom-breadcrumb {
        font-size: 11px;
    }

    .trending-intro,
    .trending-products,
    .style-spotlight,
    .shop-by-trend {
        padding: 55px 0;
    }

    .trending-intro-content h2,
    .style-spotlight-content h2 {
        font-size: 34px;
    }

    .trending-intro-content p,
    .style-spotlight-content p {
        font-size: 13px;
    }

    .trending-intro-image img {
        height: 380px;
    }

    .trending-product-image img {
        height: 350px;
    }

    .trending-filter-btn {
        padding: 8px 11px;
        font-size: 9px;
    }

    .trending-product-info h3 {
        font-size: 17px;
    }

    .trending-price {
        font-size: 15px;
    }

    .style-spotlight-image img {
        height: 380px;
    }

    .trend-category-card {
        height: 380px;
    }

    .trend-category-overlay {
        padding: 22px;
    }

    .trend-category-overlay h3 {
        font-size: 24px;
    }

    .trending-cta {
        min-height: 420px;
    }

    .trending-cta-content h2 {
        font-size: 38px;
    }

    .trending-cta-content p {
        font-size: 13px;
    }

}



/* CONTACT PAGE  */


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {


    .contact-intro,
    .contact-support,
    .contact-location,
    .contact-faq,
    .contact-form-section {
        padding: 80px 0;
    }

    .contact-info-section {
        padding-bottom: 80px;
    }

    .contact-form-image,
    .contact-form-image img {
        min-height: 550px;
    }

    .contact-form-wrapper {
        padding: 45px 35px;
    }

    .contact-location-content {
        padding-left: 0;
    }

    .contact-map {
        height: 450px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    
    .contact-small-title {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .contact-intro,
    .contact-support,
    .contact-location,
    .contact-faq,
    .contact-form-section {
        padding: 65px 0;
    }

    .contact-info-section {
        padding: 30px 0 65px;
    }

    .contact-info-card {
        padding: 32px 24px;
    }

    .contact-form-image,
    .contact-form-image img {
        min-height: 450px;
        height: 450px;
    }

    .contact-image-content {
        left: 25px;
        right: 25px;
        bottom: 30px;
    }

    .contact-image-content h2 {
        font-size: 32px;
    }

    .contact-form-wrapper {
        padding: 40px 25px;
    }

    .contact-form-wrapper h2 {
        font-size: 36px;
    }

    .contact-location-content h2 {
        font-size: 40px;
    }

    .contact-map {
        height: 380px;
    }

    .contact-location-content {
        padding-top: 10px;
    }

    .faq-wrapper .accordion-button {
        padding: 17px 16px;
        font-size: 15px;
    }

    .faq-wrapper .accordion-body {
        padding: 0 16px 18px;
        font-size: 12px;
    }

    .contact-cta {
        min-height: 420px;
    }

    .contact-cta-content {
        padding: 0 15px;
    }

    .contact-cta-content h2 {
        font-size: 42px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .contact-intro,
    .contact-support,
    .contact-location,
    .contact-faq,
    .contact-form-section {
        padding: 55px 0;
    }

    .contact-info-section {
        padding: 25px 0 55px;
    }

    .contact-intro .section-heading h2,
    .contact-support .section-heading h2 {
        font-size: 34px;
    }

    .contact-intro .section-heading p,
    .contact-support .section-heading p {
        font-size: 13px;
    }

    .contact-form-wrapper {
        padding: 35px 18px;
    }

    .contact-form-wrapper h2 {
        font-size: 33px;
    }

    .contact-form-image,
    .contact-form-image img {
        min-height: 380px;
        height: 380px;
    }

    .contact-image-content {
        left: 20px;
        right: 20px;
        bottom: 25px;
    }

    .contact-image-content h2 {
        font-size: 28px;
    }

    .contact-location-content h2 {
        font-size: 35px;
    }

    .contact-map {
        height: 330px;
    }

    .contact-cta {
        min-height: 400px;
    }

    .contact-cta-content h2 {
        font-size: 37px;
    }

    .contact-cta-content p {
        font-size: 12px;
    }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .shopping-cart-section {
        padding: 80px 0;
    }

    .cart-summary {
        position: relative;
        top: auto;
    }

    .cart-benefits {
        padding: 65px 0;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .shopping-cart-section {
        padding: 60px 0;
    }

    .cart-heading {
        align-items: flex-start;
    }

    .cart-heading h2 {
        font-size: 34px;
    }

    .cart-item {
        grid-template-columns: 105px 1fr;
        gap: 18px;
    }

    .cart-product-image {
        width: 105px;
        height: 135px;
    }

    .cart-product-details h3 {
        font-size: 18px;
    }

    .cart-product-price {
        display: none;
    }

    .cart-mobile-price {
        display: block;
        margin-top: 8px;
        color: var(--dark-color);
        font-size: 14px;
        font-weight: 600;
    }

    .cart-item-bottom {
        gap: 15px;
        flex-wrap: wrap;
    }

    .cart-summary {
        padding: 32px 25px;
    }

    .cart-benefits {
        padding: 55px 0;
    }

    .cart-cta {
        min-height: 390px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {
    .cart-heading h2 {
        font-size: 31px;
    }

    .cart-heading p {
        font-size: 10px;
    }

    .cart-item {
        grid-template-columns: 90px 1fr;
        gap: 14px;
    }

    .cart-product-image {
        width: 90px;
        height: 120px;
    }

    .cart-product-details h3 {
        font-size: 16px;
    }

    .cart-product-size,
    .cart-product-color {
        font-size: 10px;
    }

    .quantity-wrapper {
        width: 105px;
        height: 35px;
    }

    .quantity-btn {
        width: 32px;
    }

    .cart-item-bottom {
        margin-top: 12px;
    }

    .remove-cart-item {
        font-size: 10px;
    }

    .cart-summary {
        padding: 28px 18px;
    }

    .cart-summary h2 {
        font-size: 31px;
    }

    .cart-benefit-card {
        padding: 20px 17px;
    }

    .cart-cta-content {
        padding: 0 15px;
    }

    .cart-cta-content h2 {
        font-size: 37px;
    }

}


/* WISHLIST PAGE  */



@media (max-width: 991px) {

    .wishlist-section {
        padding: 80px 0;
    }

    .wishlist-image {
        height: 370px;
    }

    .wishlist-benefits {
        padding: 65px 0;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .wishlist-section {
        padding: 60px 0;
    }

    .wishlist-heading {
        align-items: flex-start;
    }

    .wishlist-heading h2 {
        font-size: 35px;
    }

    .wishlist-image {
        height: 430px;
    }

    .wishlist-benefits {
        padding: 55px 0;
    }

    .empty-wishlist-section {
        padding: 65px 0;
    }

    .empty-wishlist {
        padding: 60px 20px;
    }

    .wishlist-cta {
        min-height: 390px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .wishlist-heading h2 {
        font-size: 31px;
    }

    .wishlist-count {
        font-size: 10px;
    }

    .wishlist-image {
        height: 400px;
    }

    .wishlist-info {
        padding: 18px 16px;
    }

    .wishlist-info h3 {
        min-height: auto;
        font-size: 18px;
    }

    .wishlist-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .wishlist-cart-btn {
        width: 100%;
        justify-content: center;
    }

    .wishlist-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .wishlist-benefit-card {
        padding: 22px 18px;
    }

    .empty-wishlist {
        padding: 55px 18px;
    }

    .empty-wishlist h2 {
        font-size: 34px;
    }

    .wishlist-cta-content {
        padding: 0 15px;
    }

    .wishlist-cta-content h2 {
        font-size: 37px;
    }

}
