/** Shopify CDN: Minification failed

Line 253:0 Expected "}" to go with "{"

**/
@media (max-width: 1100px) {
  .nsd {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 991px) {
  .best-seller {
    padding: 35px;
    height: auto;
  }

  h2 {
    font-size: 25px;
  }

  .count h4 {
    font-size: 22px;
  }

  .counter {
    display: flex;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 15px;
    position: relative;
    right: 0;
    background: #fff;
    z-index: 5;
    gap: 11px;
    width: 100%;
    align-items: center;
  }

  .product-grid1 {
    margin-top: 30px;
  }

  .e1 {
    padding: 24% 0 0 25px;
  }

  .e2 {
    padding: 24% 25px 0 0;
  }

  .item h3 {
    font-size: 23px;
  }

  .overlay {
    height: 348px;
  }

  .text-content h1 {
    font-size: 25px;
  }

  .text-left h4 {
    font-size: 30px;
  }

  .text-left span {
    font-size: 30px;
  }

  .image-item {
    width: 100%;
  }

  .image-gallery {
    flex-direction: column;
    gap: 25px;
  }
}

@media (max-width: 767px) {
  .container45 {
    flex-direction: column;
    text-align: center;
  }

  .image-gallery {
    flex-direction: column;
  }

  .main_container {
    padding: 0 2rem;
  }

  .discover-btn {
    margin: 20px 0;
  }

  .container {
    flex-direction: column;
    text-align: center;
  }

  .counter {
    flex-direction: column;
    align-items: center;
  }

  .count {
    margin-bottom: 10px;
  }

  .counter {
    right: 0%;
    display: grid;
    grid-auto-flow: column;
  }

  .text-box {
    flex: 1;
    padding: 20px;
  }

  .container {
    flex-direction: column;
    text-align: center;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 25px;
  }

  .product img {
    height: auto;
  }

  .text-box5 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .product-grid {
    /* flex-direction: column; */
    max-width: 100%;
  }

  .text-box6 h2 {
    font-size: 30px;
  }

  .product {
    width: 100%;
  }

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

  .e1 {
    padding: 15px;
  }

  .overlay {
    height: 100%;
  }

  .e2 {
    padding: 15px;
  }

  .item {
    margin-top: 30px;
    text-align: center;
  }

  .item h3 {
    font-size: 25px;
    margin: 10px 0;
  }

  .fixed-img {
    max-width: 80%;
    /* Ensure image resizes well */
  }
}

@media (max-width: 575px) {
  .image-gallery {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .boxd h6 {
    font-size: 12px;
  }
  .boxd p {
    font-size: 12px;
  }
  .sec-pad {
    padding: 15px 0;
  }
  .boxd {
    height: auto;
  }

  .text-box6 {
    padding: 0px;
  }

  .overlay {
    height: 95%;
  }

  .item {
    margin-top: 20px;
  }

  .container2 {
    padding: 25px;
  }

  .image-item {
    text-align: left;
    position: relative;
    height: 319px;
  }

  .image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .discover-btn {
    margin-top: 0;
    margin-bottom: 36px;
  }



@media (max-width: 475px) {
  .main_container {
    padding: 0 1rem;
  }
}

@media (max-width: 375px) {
}
