/* Desktop */
@media (min-width: 992px) {
  .navbar-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 1.1rem 2.5rem;
  }

  .navbar-desktop {
    display: contents;
  }

  .site-navbar .navbar-brand {
    grid-column: 1;
    justify-self: start;
  }

  .site-navbar .navbar-brand svg {
    width: 40px;
    height: 40px;
  }

  .site-navbar .brand-text {
    font-size: 1.25rem;
  }

  .site-navbar .nav-center {
    grid-column: 2;
    justify-self: center;
    flex-direction: row;
    margin: 0;
    position: static;
    transform: none;
  }

  .site-navbar .nav-link {
    font-size: 1rem;
    padding: 0.5rem 1.1rem !important;
  }

  .site-navbar .nav-actions {
    grid-column: 3;
    justify-self: end;
    margin-left: 0;
    gap: 1.5rem !important;
  }

  .site-navbar .nav-icon {
    font-size: 1.45rem;
  }

  .home-category .container {
    max-width: 1020px;
  }

  .category-item-wrap {
    padding: 0 0.2rem;
  }
}

/* Tablet & mobile */
@media (max-width: 991px) {
  :root {
    --header-height: 6rem;
  }

  body {
    padding-bottom: 64px;
  }

  .hero {
    gap: 2.3rem;
    padding-top: calc(var(--header-height) + 0.75rem);
  }

  .hero-visual {
    padding-top: clamp(35px, 8vh, 55px);
  }

  .home-category {
    padding: 2.5rem 0;
  }

  .category-image {
    width: 170px;
    height: 200px;
  }

  .category-badge {
    width: 48px;
    height: 48px;
    font-size: 0.58rem;
  }

  .category-title {
    font-size: 1.05rem;
  }

}

/* Mobile */
@media (max-width: 767px) {
  .hero-arrow {
    top: 54%;
    padding: 0.35rem;
  }

  .hero-arrow svg {
    width: 2.6rem;
  }

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

  .hero-text {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }

  .btn-primary {
    padding: 0.8rem 2.25rem;
    font-size: 0.95rem;
  }

  .hero-image-wrap {
    --hero-img-overlap: clamp(60px, 11vh, 90px);
    height: 230px;
  }

  .hero-image-wrap img {
    height: clamp(280px, 46vh, 380px);
  }

  .hero-top-image {
    max-width: 110px;
  }

  img.hero-bottom-image {
    max-width: 130px;
  }

  .category-image {
    width: 145px;
    height: 175px;
  }

  .category-badge {
    width: 42px;
    height: 42px;
    font-size: 0.54rem;
    top: 0.1rem;
    right: -0.1rem;
  }

  .category-title {
    font-size: 0.85rem;
    margin-top: 0.75rem;
    line-height: 1.3;
  }

  .feature-icon {
    font-size: 2.1rem;
  }

  .feature-title {
    font-size: 1rem;
  }

  .product-card-image {
    min-height: 130px;
    margin: 0.5rem 0.5rem 0;
    padding: 0.65rem;
    border-radius: 12px;
  }

  .product-card-image img {
    max-height: 110px;
  }

  .product-badge {
    top: 0.2rem;
    left: 0;
    width: 40px;
    height: 40px;
    font-size: 0.48rem;
  }

  .product-badge--off {
    width: 44px;
    height: 44px;
    font-size: 0.44rem;
  }

  .product-wishlist {
    top: 0.35rem;
    right: 0.35rem;
    font-size: 0.9rem;
  }

  .product-card-body {
    padding: 0.65rem 0.5rem 0.75rem;
  }

  .product-name {
    font-size: 0.8rem;
    margin-bottom: 0.45rem;
  }

  .product-meta {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 0.25rem;
    margin-bottom: 0.65rem;
  }

  .old-price {
    font-size: 0.72rem;
  }

  .current-price {
    font-size: 0.85rem;
  }

  .product-rating {
    font-size: 0.72rem;
  }

  .product-cart-btn {
    padding: 0.5rem 0.4rem;
    font-size: 0.72rem;
    gap: 0.3rem;
  }

  .who-visual {
    padding: 0 1rem 2rem 0;
  }

  .who-dots {
    width: 50px;
    height: 50px;
  }

  .who-exp {
    margin-top: 1rem;
  }

  .who-exp span {
    font-size: 0.95rem;
  }

  .who-text {
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
  }

  .number-section {
    padding: 3rem 0;
  }

  .number-card {
    padding: 1rem 0.85rem;
    gap: 0.75rem;
  }

  .number-icon {
    width: 44px;
    height: 44px;
    font-size: 1.2rem;
  }

  .number-divider {
    height: 36px;
  }

  .number-count {
    font-size: 1.45rem;
  }

  .number-label {
    font-size: 0.85rem;
  }

  .why-card {
    padding: 1.5rem 0.85rem;
  }

  .why-icon {
    width: 54px;
    height: 54px;
    font-size: 1.45rem;
  }

  .why-card-title {
    font-size: 0.95rem;
  }

  .why-card-text {
    font-size: 0.82rem;
  }

  .why-list li {
    font-size: 0.85rem;
  }

  .testimonial-slider {
    padding: 0 1.25rem;
  }

  .testimonial-card {
    padding: 1.5rem;
  }

  .testimonial-text {
    font-size: 0.88rem;
    margin-bottom: 1.25rem;
  }

  .testimonial-arrow {
    font-size: 1.25rem;
  }

  .feature-box-icon {
    font-size: 2.75rem;
  }

  .feature-box-title {
    font-size: 1.1rem;
  }

  .footer-newsletter {
    flex-direction: column;
  }

  .footer-newsletter input,
  .footer-newsletter button {
    width: 100%;
  }

  .site-footer {
    padding: 2.5rem 0 1.25rem;
  }

  .contact-visual {
    min-height: 320px;
  }

  .contact-form {
    padding: 1.5rem;
  }

  .contact-map iframe {
    height: 300px;
  }

  .shop-grid--list .product-card {
    flex-direction: column;
    align-items: stretch;
  }

  .shop-grid--list .product-card-image {
    width: auto;
  }

  .pd-review-item {
    flex-wrap: wrap;
    gap: 0.85rem;
  }

  .pd-review-stars {
    width: 100%;
  }

  .pd-review-form {
    padding: 1.5rem;
  }

}

@media (prefers-reduced-motion: reduce) {
  section.hero::before,
  .hero-top-image,
  img.hero-bottom-image {
    animation: none;
  }

  .who-img-main,
  .who-img-sub {
    transition: none;
    transform: none;
  }

  .number-card,
  .number-card:hover,
  .number-icon,
  .number-card:hover .number-icon,
  .number-icon svg,
  .number-card:hover .number-icon svg {
    transition: none;
    transform: none;
    box-shadow: none;
  }

  .number-icon::before,
  .number-icon::after {
    animation: none !important;
  }
}
