.desktop-header {
  display: flex;
}

@media (max-width: 1350px) {
  .menu-preview .swiper-button-prev,
  .menu-preview .swiper-button-next {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .container {
    flex-direction: column;
    padding: 0 14px;
  }
  .content-left {
    width: 100%;
  }
  .cart-panel {
    width: 100%;
    order: 2;
    margin-top: 14px;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .search-wrap {
    width: 220px;
  }

  .testimonials-section {
    padding: 2rem 5rem;
  }

  .testimonial-slide {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .testimonial-left {
    flex: 0 0 auto;
    margin-left: 0;
  }

  .testimonial-img {
    width: clamp(150px, 20vw, 250px);
    height: auto;
  }

  .testimonial-middle {
    max-width: 90%;
    text-align: center;
    align-items: center;
    flex: 0 0 auto;
  }

  .testimonial-rating {
    width: clamp(80px, 15vw, 120px);
    margin-bottom: 0.5rem;
  }

  .testimonial-message {
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    margin: 0;
  }

  .testimonial-name {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
  }

  .testimonial-verification {
    font-size: clamp(0.8rem, 1.2vw, 1rem);
  }

  .testimonial-right {
    flex: 0 0 auto;
    width: auto;
    margin-top: 1rem;
    justify-content: center;
  }

  .testimonial-right-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 0.5rem 0.5rem;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: auto;
    max-width: 200px;
    height: auto;
    border: 2px solid #000;
    margin: 0;
  }

  .testimonial-product-info {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  .testimonial-product-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }

  .testimonial-product-name {
    font-size: clamp(1rem, 1.2vw, 1.2rem);
  }

  .testimonial-order {
    font-size: clamp(0.9rem, 1vw, 1rem);
    padding: 0.5rem 1rem;
    margin-top: 0;
    background-color: #fff8e5;
    border: 2px solid #000;
    border-radius: 5px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
  }

  .infographics-image {
    max-width: 1000px;
  }
}

/* Tablets (<=1024px) */
@media (max-width: 1024px) {
  .hamburger-btn {
    display: flex;
    width: 80px;
    height: 24px;
  }

  .header-left,
  .header-right {
    width: 80px;
    justify-content: center;
  }

  .header-center {
    justify-content: center;
    gap: 0;
  }

  .main-nav,
  .header-left .order-btn {
    display: none;
  }

  .header-right {
    display: flex;
  }

  .sidebar-menu {
    width: 250px;
    max-width: 80%;
  }

  .header-right {
    width: 80px;
  }

  .cart-btn {
    min-width: 80px;
    max-width: 80px;
    justify-content: center;
  }

  .hero-section {
    flex-direction: column;
    padding: 40px 50px;
    text-align: center;
  }

  .hero-left {
    max-width: 100%;
    order: 2;
  }

  .hero-right {
    order: 1;
    margin-bottom: 2rem;
  }

  .hero-cta {
    justify-content: center;
  }

  .hero-subtext {
    text-align: left;
    max-width: 300px;
  }

  .about-container {
    flex-direction: column;
    text-align: center;
    padding: 0 20px;
  }

  .about-left,
  .about-right {
    max-width: 100%;
  }

  .about-img {
    max-width: 60%;
    margin-top: 20px;
  }

  .features-container {
    display: flex;
    width: max-content;
    animation: slide-left 5s linear infinite;
  }

  .feature-item {
    flex: 0 0 auto;
  }

  .hero-section {
    height: auto;
    padding: 1.9rem 5em;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-video {
    height: 50vh;
    object-fit: cover;
  }

  .hero-content {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    transform: translateY(0);
  }

  .hero-left {
    max-width: 100%;
    text-align: left;
    margin-bottom: 2rem;
  }

  .hero-title {
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 1rem;
  }

  .hero-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 1rem;
  }

  .hero-subtext {
    max-width: 100%;
    font-size: clamp(0.9rem, 2vw, 1rem);
    order: 1;
  }

  .btn.btn-primary {
    width: auto;
    font-size: clamp(0.85rem, 1.5vw, 1rem);
    order: 2;
  }

  .features-container-wrapper {
    width: max-content;
    animation: scroll-left 15s linear infinite;
  }

  .features-container {
    flex-wrap: nowrap;
    gap: 2rem;
  }

  .feature-item.duplicate {
    display: flex;
  }

  .feature-item img {
    width: 60px;
    height: 60px;
  }
  .feature-item p {
    font-size: 1rem;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  .feature-item img {
    width: 60px;
    height: 60px;
  }
  .feature-item p {
    font-size: 1rem;
  }

  .favorites-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-container {
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
    width: 80%;
  }

  .about-title {
    order: 1;
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    text-align: center;
    margin-bottom: 0.75rem;
    margin: 0;
  }

  .about-right {
    order: 2;
    max-width: 65%;
    margin: 1rem 0;
    margin-top: 0;
  }

  .about-left {
    order: 3;
    max-width: 100%;
    text-align: center;
  }

  .about-img {
    max-width: 100%;
    height: auto;
  }

  .about-text {
    font-size: clamp(0.85rem, 3vw, 1.1rem);
    line-height: 1.4;
    margin-bottom: 0.75rem;
  }

  .brew-img {
    width: clamp(80px, 15vw, 120px);
  }
  .brew-card h3 {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
  }
  .brew-visual {
    --shape-size: clamp(100px, 15vw, 160px);
  }

  .contact-map {
    padding: 2rem 1rem;
  }

  .map-container {
    max-width: 100%;
    margin: 0 auto;
  }

  .features-hero {
    background: url("../assets/icons/HERO-FEATURE-MOBILE.svg") center/cover
      no-repeat;
  }

  .new-product {
    padding: 3.5rem 5rem;
  }

  .new-product-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .new-product-image img {
    height: clamp(350px, 40vw, 450px);
    width: 100%;
    max-width: 500px;
    object-fit: cover;
    border-radius: 5px;
  }

  .new-product-info {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .new-product-section-header {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
  }

  .new-product-title {
    font-size: clamp(1.2rem, 3vw, 1.5rem);
  }

  .new-product-description {
    font-size: clamp(0.95rem, 2.5vw, 1rem);
    line-height: 1.6;
  }

  .new-product-details {
    justify-content: center;
  }

  .new-product-details span {
    font-size: clamp(0.85rem, 2vw, 0.9rem);
    padding: 5px 10px;
  }

  .product-cta {
    padding: clamp(6px, 2vw, 8px) clamp(12px, 4vw, 16px);
    font-size: clamp(0.9rem, 2vw, 0.95rem);
    text-align: center;
  }

  .highlight-grid-container {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .highlight-card {
    flex-direction: column;
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .highlight-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .highlight-card h3,
  .highlight-card p {
    text-align: left;
    margin: 0;
    margin-top: 10px;
  }

  .highlight-card p {
    margin-bottom: 20px;
  }

  .highlight-card .product-cta {
    align-self: flex-start;
    font-size: clamp(0.85rem, 2.5vw, 0.95rem);
    padding: clamp(8px, 2vw, 12px) clamp(16px, 4vw, 20px);
  }
}

@media (max-width: 992px) {
  .infographics-image {
    max-width: 800px;
  }

  .infographics-section {
    padding-top: 0;
  }
}

@media (max-width: 900px) {
  .favorites-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .features-row {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-inline: 12px;
  }

  .features-row .feature-text-block,
  .features-row .feature-image-block {
    grid-column: auto;
  }

  .feature-block {
    min-height: 260px;
  }
  .feature-text-inner {
    text-align: left;
  }
  .new-product-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .new-product-title,
  .new-product-description {
    text-align: center;
  }

  .product-cta {
    margin: 0 auto;
  }

  .features-bleed {
    padding-top: 0;
  }

  .features-row,
  .features-row.reverse {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .feature-text-block {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .feature-text-inner {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .feature-text-inner h3 {
    font-size: clamp(1.8rem, 2.5vw, 2.2rem);
    line-height: 1.3;
  }

  .feature-text-inner p {
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    line-height: 1.5;
  }

  .feature-image-block {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
  }

  .feature-image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }

  .features-row:nth-child(odd) {
    flex-direction: column;
  }

  .features-row:nth-child(even) {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .desktop-header {
    display: none;
  }

  .site-header {
    height: 90px;
    padding: 10px 16px;
  }

  .hamburger-btn {
    width: 70px;
    height: 20px;
  }

  .header-left,
  .header-right {
    width: 70px;
  }

  .header-center {
    gap: 0;
  }

  .cart-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2;
  }

  .cart-btn img {
    width: 24px;
    height: 24px;
  }

  .cart-panel {
    margin-bottom: 30px;
  }

  .hero-title {
    font-size: clamp(1.8rem, 6vw, 3.5rem);
  }

  .hero-section {
    padding: 30px 20px;
  }

  .hero-img {
    max-width: 80%;
  }

  .hero-subtext {
    max-width: 100%;
    font-size: 0.85rem;
  }

  .btn.btn-primary {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }

  .hero-section {
    padding: 0.5rem 3rem;
  }

  .hero-video {
    height: 40vh;
  }

  .hero-title {
    font-size: clamp(1.8rem, 6vw, 3rem);
    line-height: 1.1;
  }

  .hero-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    margin-top: 1rem;
  }

  .hero-subtext {
    max-width: 100%;
    font-size: clamp(0.8rem, 3vw, 0.95rem);
    order: 1;
  }

  .btn.btn-primary {
    width: auto;
    font-size: 0.9rem;
    order: 2;
  }

  .feature-item img {
    width: 50px;
    height: 50px;
  }
  .feature-item p {
    font-size: 0.9rem;
  }

  .about-container {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }

  .about-left,
  .about-right {
    max-width: 100%;
    text-align: center;
  }

  .about-title {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
  }

  .about-text {
    font-size: clamp(0.85rem, 3vw, 1.1rem);
    line-height: 1.5;
  }

  .about-img {
    max-width: 70%;
    margin-top: 2rem;
  }

  .contact-image {
    display: none;
  }

  .contact-form-wrapper {
    width: 100%;
    padding: 1rem;
  }

  .form-control {
    padding: 1rem;
  }

  .contact-section {
    border-left: none;
    border-right: none;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }

  .contact-container {
    border-left: none;
    border-right: none;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    flex-direction: column;
  }

  .contact-image {
    border-right: none;
    border-left: none;
    height: 400px;
  }

  .infographics-image-wrapper {
    margin: 40px 0;
  }
  .infographics-image {
    max-width: 600px;
  }
}

@media (max-width: 800px) {
  .products-header {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding-bottom: 0.5rem;
  }

  .filters {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }

  .filter-btn {
    position: relative;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background-color: var(--bg);
    transition: all 0.2s ease;
    cursor: pointer;
  }

  .filter-btn:hover,
  .filter-btn.active {
    background-color: var(--primary);
    color: #fff;
    border-color: var(--primary);
  }

  .filter-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: border-color 0.2s ease;
  }

  .filter-btn:hover::before,
  .filter-btn.active::before {
    border-color: var(--primary);
  }

  .search-wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  #search {
    width: 100%;
    padding: 10px 14px 10px 42px;
    font-size: 14px;
  }

  .search-img {
    left: 12px;
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 600px) {
  .favorites-grid {
    grid-template-columns: 1fr;
  }

  .favorites-header {
    flex-direction: column;
    gap: 20px;
  }

  .star-icon {
    width: 60px;
  }
  .scroll-banner-track span {
    font-size: 0.9rem;
  }
  .scroll-banner-track span::after {
    font-size: 0.9rem;
    margin-left: 12px;
  }

  .hero-section {
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
  }

  .hero-video {
    height: 100%;
    object-fit: cover;
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }

  .hero-left {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-title {
    font-size: clamp(2.2rem, 6vw, 3.5rem);
    line-height: 1.2;
    margin: 0;
    text-align: center;
  }

  .hero-subtext br {
    display: none;
  }

  .hero-subtext {
    font-size: clamp(0.9rem, 3vw, 1rem);
    max-width: 90%;
    line-height: 1.3;
    text-align: center;
  }

  .hero-cta {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
  }

  .btn.btn-primary {
    font-size: clamp(0.9rem, 2.5vw, 1rem);
    padding: 0.5rem 1.2rem;
  }

  .favorites-title-container {
    padding: 1.5rem 1rem;
  }

  .favorites-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .favorite-card img {
    max-height: 250px;
  }

  .favorite-card h3 {
    font-size: 1.5rem;
  }

  .favorite-main-category {
    font-size: 1rem;
  }

  .favorite-sub-category {
    font-size: 0.9rem;
  }

  .testimonial-arrow-border.left,
  .testimonial-arrow-border.right {
    display: none;
  }

  .testimonials-section {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .testimonials-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }

  .testimonial-message {
    font-size: clamp(0.9rem, 3vw, 1rem);
  }

  .testimonial-name {
    font-size: clamp(0.9rem, 2.5vw, 1rem);
  }

  .testimonial-verification {
    font-size: clamp(0.7rem, 2.5vw, 0.85rem);
  }

  .testimonial-product-name {
    font-size: clamp(0.9rem, 2.5vw, 1rem);
  }

  .testimonial-order {
    font-size: clamp(0.8rem, 2.5vw, 0.9rem);
    padding: 0.4rem 0.8rem;
  }

  .brew-card {
    flex: 0 0 100%;
    padding: 10px;
  }
  .brew-img {
    width: clamp(100px, 35vw, 150px);
  }
  .brew-card h3 {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }
  .brew-title-container {
    padding: 1.5rem 0;
  }
  .brew-title {
    font-size: clamp(2rem, 7vw, 2.5rem);
  }

  .faq-section {
    padding: 2rem 1rem;
  }

  .faq-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 1rem;
  }

  .faq-question {
    font-size: clamp(1rem, 4vw, 1.2rem);
    padding: 0.8rem 0.5rem;
    padding-right: 3rem;
  }

  .faq-question::after {
    right: 1rem;
    font-size: clamp(1rem, 5vw, 1.3rem);
  }

  .faq-answer {
    font-size: clamp(0.9rem, 3vw, 1rem);
  }

  .faq-answer p {
    margin: 0.5rem 0;
  }

  .contact-hero {
    padding: 2rem 1rem;
  }
  .contact-hero-title {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }
  .contact-hero-text {
    font-size: clamp(0.9rem, 4vw, 1rem);
    max-width: 95%;
  }

  .features-hero-title {
    white-space: pre-line;
    font-size: 1.8rem;
    line-height: 0.65;
  }

  .mobile-br {
    display: inline;
  }

  .new-product {
    padding: 3.5rem 3.5rem;
  }

  .new-product-image img {
    height: clamp(250px, 35vw, 300px);
  }

  .new-product-section-header {
    font-size: clamp(1.5rem, 5vw, 2rem);
    text-align: center;
  }

  .new-product-title {
    font-size: clamp(1.1rem, 4vw, 1.3rem);
    text-align: center;
  }

  .new-product-description {
    font-size: clamp(0.85rem, 3vw, 0.95rem);
    line-height: 1.4;
    text-align: center;
  }

  .new-product-details {
    justify-content: center;
    gap: clamp(8px, 2vw, 10px);
  }

  .product-cta {
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    padding: clamp(6px, 3vw, 8px) clamp(12px, 4vw, 16px);
    font-size: clamp(0.85rem, 2.5vw, 0.95rem);
  }
}

@media (max-width: 480px) {
  .about-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    margin: 0 auto;
    width: 100%;
  }

  .about-left,
  .about-right {
    max-width: 100% !important;
    width: 100%;
    margin: 0 auto;
    flex: none;
    text-align: center;
  }

  .about-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    text-align: center;
  }

  .about-img {
    max-width: 90%;
    height: auto;
    display: block;
    margin: 0 auto 1rem auto;
  }

  .about-text {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    text-align: center;
  }

  .infographics-image-wrapper {
    margin: 30px 0;
  }
  
  .infographics-image {
    max-width: 100%;
    border-width: 2px;
  }
}

@media (max-width: 450px) {
  .container {
    margin: 10px;
  }

  .product-card {
    padding: 20px;
    height: 9rem;
  }

  .product-info {
    width: 55%;
  }

  .product-title {
    font-size: 14px;
  }

  .product-desc {
    font-size: 11px;
  }

  .product-price {
    font-size: 13px;
  }

  .product-media {
    width: 40%;
  }

  .product-media img {
    width: 90px;
    height: 90px;
  }

  .add-btn {
    width: 32px;
    height: 32px;
    font-size: 18px;
    right: -4px;
    bottom: -4px;
  }

  .no-results {
    min-height: 300px;
    padding: 15px;
  }
}

@media (max-width: 350px) {
  .menu-preview .swiper-button-prev,
  .menu-preview .swiper-button-next {
    display: none !important;
  }
}
