/* DIRA — responsive.css (after style.css) · 1600 · 1200 · 992 · 768 · 560 */
@media (min-width:1600px) {
  :root {
    --wrap: 1360px;
  }
}

@media (max-width:1200px) {
  .cat-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .cat-grid .cat:nth-child(5) {
    display: none;
  }

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

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

  .values__row {
    grid-template-columns: repeat(4, 1fr);
    gap: .8rem;
  }

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

@media (max-width:992px) {
  :root {
    --sp: clamp(3rem, 6vw, 4.6rem);
  }

  .nav {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .header-cta {
    display: none;
  }

  .mega {
    display: none;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 2.6rem;
  }

  .hero__text {
    max-width: none;
  }

  .hero__media {
    max-width: 400px;
    margin-inline: auto;
    width: 100%;
  }

  .hero__mnd--tr {
    width: 80%;
    height: 60%;
    opacity: .4;
  }

  .hero__mnd--bl {
    display: none;
  }

  .values__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem 1rem;
  }

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

  .cat-grid .cat:nth-child(n+4) {
    display: none;
  }

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

  .festive .wrap {
    grid-template-columns: 1fr;
  }

  .festive__img {
    order: -1;
    aspect-ratio: 16/10;
  }

  .split {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .sticky-media {
    position: static;
  }

  .author__media,
  .faq-media {
    max-width: 400px;
    margin-inline: auto;
  }

  .process__body {
    order: -1;
  }

  .faq-split {
    grid-template-columns: 1fr;
  }

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

  .greviews {
    grid-template-columns: 1fr 1fr;
  }

  .gfeature {
    grid-column: 1/3;
    position: static;
  }

  .rev-col {
    height: min(60vh, 480px);
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1/3;
  }
}

@media (max-width:768px) {
  :root {
    --gutter: 1.1rem;
    --sp: clamp(2.6rem, 8vw, 3.6rem);
  }

  .hero-inner {
    min-height: 400px;
  }

  .value {
    justify-content: start;
  }

  .hero__video-el {
    object-position: 87% center;
  }

  .why {
    padding: 10px;
  }

  #products .tabs {
    width: max-content;
    margin: auto;
  }

  .dira-lookbook__middle .inner-div {
    min-height: 100% !important;
    padding: 0 !important;
    gap: 0 !important;
  }

  .prod-top {
    flex-direction: column;
    align-items: stretch;
  }

  .tabs {
    justify-content: center;
  }

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

  .product__name {
    font-size: 1.14rem;
  }

  .slide-card {
    width: 220px;
  }

  .reels-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: .6rem;
  }

  .greviews {
    grid-template-columns: 1fr;
  }

  .gfeature {
    grid-column: auto;
    padding: 15px;
  }

  .page-id-28 .entry-content .col-lg-4.mb-5.mb-lg-0 {
    position: relative;
    top: 0;
  }

  .nxp-product__top {
    display: contents !important;
  }

  .single-product .woocommerce-container .wrap {
    max-width: 100%;
  }

  .woocommerce div.product,
  .woocommerce-page div.product {
    padding: 15px !important;
  }

  .rev-col--b {
    display: none;
  }

  .rev-col {
    height: min(66vh, 520px);
  }

  .qv-panel {
    grid-template-columns: 1fr;
    max-height: 88vh;
    overflow-y: auto;
  }

  .qv-media {
    aspect-ratio: 4/3;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .footer-pay {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .hero__title {
    font-size: clamp(2.5rem, 11vw, 3.4rem);
  }

  .hero__archwrap {
    width: min(76%, 300px);
  }

  .hero__trust {
    gap: .8rem 1.1rem;
  }

  .pre__word {
    height: 36px;
  }

  .count .box {
    min-width: 52px;
  }

  .count b {
    font-size: 1.35rem;
  }

  .author__stamp {
    width: 88px;
    height: 88px;
    right: 6px;
    bottom: -12px;
  }
}

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

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }

  .hero__seal {
    right: 0;
    bottom: 6%;
    padding: .5rem .75rem;
  }

  .hero__arch--mini {
    left: 0;
    width: 32%;
  }

  .hero__cta .btn {
    flex: 1;
    min-width: 140px;
  }

  .reel__meta i:last-child {
    display: none;
  }

  .author__stats {
    gap: .5rem;
  }

  .statbox b {
    font-size: 1.7rem;
  }

  .statbox {
    padding: 1rem .4rem .8rem;
  }
}