@media (max-width: 1200px) {
    .section-wrap {
        padding: 40px 0;
    }
    /* collections */
    .collections .animated-text-wrapper{
        font-size: 120px;
    }
    .collections .collections-content {
        margin-top: -70px;
    }
}
@media (max-width: 1024px) {
    .section-title {
        margin-bottom: 20px;
    }
    .section-wrap {
        padding: 30px 0;
    }
    .container-narrow {
        max-width: 798px;
    }
    /* collections */
    .collections .animated-text-wrapper{
        font-size: 80px;
    }
    .collections .collections-content {
        margin-top: -55px;
    }
    /* testimonial */
    .testimonial .testimonial-content h2 {
        font-size: 24px;
    }
    .testimonial p,
    .testimonial .stars {
        font-size: 14px;
    }
    .testimonial .nav-btn.prev {
        left: 20px;
    }
    .testimonial .nav-btn.next {
        right: 20px;
    }
    .testimonial .nav-btn.prev {
        left: 10%;
    }
    .testimonial .nav-btn.next {
        right: 10%;
    }
    /*text-image */
    .sustainability-img {
        height: 320px;
    }
    /* quotes */
  .brands-row {
    gap: 30px 40px !important;
    padding: 30px 0 !important;
  }
  .brands-row svg,
  .brands-row .brand img {
    max-width: 140px;
    height: auto;
  }
  .quote-section h2 {
    font-size: 26px !important;
    margin: 30px auto !important;
  }
  /* grid */
  .fashion-grid-section img {
    max-height: 280px;
  }
  .center-banner h2 {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
/* product detail */
.product-detail .product-detail-content img{
  max-height: 400px;
}
}
@media (max-width: 767px) {
    .mob-hide {
        display: none !important;
    }
    .section-wrap {
        padding: 20px 0;
    }
    .section-title {
        margin-bottom: 15px;
    }
    .announcement-bar h6{
        font-size: 12px;
    }  
    /* Header */
    .header .logo h1 {
        font-size: 25px;
    }
    .header .header-top {
        padding: 12px 15px;
        position: relative;
    }
    .header .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .header .header-right {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .header .icon svg {
        width: 18px;
        height: 18px;
    }
    /* Footer */
    .footer-bottom {
        flex-direction: column;
        gap: 24px;
    }
    .footer-section.dropdown .footer-heading {
        display: none;
    }
    .footer-wrap {
        display: flex;
        flex-direction: column-reverse;
    }
    .footer-section.dropdown .dropdown-toggle {
        font-size: 20px;
        margin-bottom: 16px;
        cursor: pointer;
        position: relative;
    }
    .footer-section.dropdown .dropdown-toggle::after {
        all: unset;
        content: "+";
        position: absolute;
        right: 0;
        top: 0;
    }
    .footer-section.dropdown.active .dropdown-toggle::after {
        content: "−";
    }
    .footer-section.dropdown ul {
        display: none;
    }
    .footer-section.dropdown.active ul {
        display: block;
    }
    /* hero */
    .hero h1{
        font-size: 36px;
    }
    /* Categories  */
    .categories .category-card {
        width: 160px;
        height: 160px;
    }
    .categories .badge {
        font-size: 11px;
        padding: 4px 10px;
    }
    /* Marquee */
    .marquee-content{ 
       font-size: 20px; 
    }
    .marquee-section img {
        width: 40px;
        height: auto;
    }
    .btn-white {
        font-size: 14px;
        padding: 10px 20px;
    }
    /* Collections Section */
    .collections .animated-text-wrapper {
        font-size: 60px;
    }
    .collections .product-image {
        height: 200px;
    }
    .collections .collections-content {
        margin-top: -40px;
    }
    /* PRODUCT DETAIL */
    .product-detail-content {
        flex-direction: column;
    }
    .product-image-section,
    .product-info {
        width: 100% !important;
    }
    /* testimonial */
    .testimonial .testimonial-content {
        padding: 20px 20px 80px;
        clip-path: none;
        border-radius: 12px;
        box-shadow: none;
    }
    .testimonial .image-wrap {
        position: static;
    }
    .testimonial .nav-btn {
        bottom: 3%;
        backdrop-filter: blur(4.07px);
        background: #082a321a;
        top: unset;
    }
    .testimonial .nav-btn svg path {
        fill: black;
    }
    .testimonial .nav-btn.prev {
        left: 35%;
    }
    .testimonial .nav-btn.next {
        right: 35%;
    }
    .testimonial .testimonial-content h2 {
        font-size: 20px;
    }
    .testimonial p{
        font-size: 14px;
    }
    .testimonial .quote-mark {
        font-size: 36px;
    }
    .testimonial .product-card-small {
        width: 100%;
        max-width: 280px;
    }
    /* newsletter */
    .newsletter input.form-control {
        height: 44px;
        font-size: 14px;
        padding-right: 50px;
    }
    .newsletter button svg {
        width: 18px;
        height: 18px;
    }
    /* blog */
    .blog-section .blog-grid {
        grid-template-columns: 1fr;
    }
    .blog-section .blog-title {
        font-size: 16px;
    }
    .blog-section .learn-more {
        padding: 15px 0;
    }
    /* FAQ section */
    .faq-content h2 {
        margin-bottom: 20px;
        text-align: center;
    }
    /* text-image */
    .sustainability-img {
        height: 280px;
    }
    /* quotes */
    .quote-section .container {
        padding: 0 16px;
    }
    .brands-row {
        gap: 24px 30px !important;
    }
    .quote-section h2 {
        font-size: 22px !important;
        line-height: 1.3;
    }
    .quote-section p {
        font-size: 13px;
        padding-bottom: 8px;
    }
    .decor-img-left,
    .decor-img-right {
        max-height: 100px;
    }
    .decor-img-left {
        top: 32%;
    }
    /* grid */
    .fashion-grid-section img {
        max-height: 220px;
    }
    .center-banner {
        position: static !important;
        transform: none !important;
        background: rgba(255, 255, 255, 0.85);
    }
    .center-banner h2 {
        font-size: 20px;
    }
    .overlay-content {
        font-size: 13px;
        padding: 10px;
    }
    .overlay-content h5 {
        font-size: 15px;
    }
    .overlay-content p {
        font-size: 12px;
    }
    /* deal */
    .deal-week .deal-overlay{
        padding: 4rem 1rem;
    }
}
@media (max-width: 480px) {
    /* Header */
    .header .header-top {
        padding: 12px 0;
    }
    .header .main-nav ul {
        flex-wrap: wrap;
        gap: 20px;
    }
    .header .logo h1 {
        font-size: 30px;
    }
    /* Footer */
    .footer-right {
        flex-direction: column;
    }
    .hero h1{
        font-size: 25px;
    }
    /* Categories  */
    .categories .category-card {
        width: 150px;
        height: 150px;
    }
    /* Collections Section */
    .collections .animated-text-wrapper {
        font-size: 40px;
    }
    .collections .product-image {
        height: 180px;
    }
    .collections .collections-content {
        margin-top: -25px;
    }
    .collections .tab{
        font-size: 16px;;
    }
    /* PRODUCT DETAIL */
    .quantity-controls span {
        flex-grow: 1;
        text-align: center;
    }
    .quantity-selector {
      justify-content: space-between;
    }
    .quantity-controls button {
        width: 35px;
    }
    /* text-image */
    .sustainability-img {
        height: 220px;
    }
    /* quotes */
    .brands-row {
        gap: 20px !important;
    }
    .brands-row svg,
    .brands-row .brand img {
        max-width: 110px;
    }
    .quote-section h2 {
        font-size: 18px !important;
    }
}
