/* Original Desktop Styles */
.home-shop-sec {
  padding: 152px 0;
  background-image: url("../../../../public/images/home-shop-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -60px;
  position: relative;
  z-index: 1;
}

.home-shop-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #565e15;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.home-shop-content h4 img {
  width: 80px;
  height: auto;
}

.home-shop-content h2 {
  font-size: 45px;
  font-weight: bold;
  color: var(--green-color);
  font-family: var(--font-dm-display);
  margin-bottom: 15px;
}

.welcome-anchor {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}

.shop-arrows {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.shop-arrows .swiper-button-prev,
.shop-arrows .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.home-shop-box {
  background: linear-gradient(180deg, #ffffff 29.26%, #ffdf98 100%);
  border-radius: 20px;
  padding: 30px 15px;
  text-align: center;
  transition: transform 0.3s ease;
}

.home-shop-box-content h3 {
  font-size: 28px;
  color: var(--green-color);
  margin-top: 15px;
}

.home-shop-box-ratings {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
}

.home-shop-box h5 {
  font-weight: 600;
  font-size: 22px;
  margin-top: 10px;
  color: var(--green-color);
}

.home-shop-sec .col-lg-8 {
  padding-right: 0;
}

.home-shop-content {
  padding-left: 150px;
}

.home-shop-content p {
  width: 394px;
}

/* Desktop 1440px */
@media (max-width: 1440px) {
  .home-shop-content {
    padding-left: 50px;
  }
  .home-shop-box img {
    width: 100%;
    height: auto;
  }
}

/* Tablet Responsive */
@media (max-width: 991px) {
  .home-shop-sec {
    padding: 100px 0;
    margin-top: -40px;
  }
  
  .home-shop-content {
    padding-left: 30px;
  }
  
  .home-shop-content h2 {
    font-size: 38px;
  }
  
  .home-shop-content p {
    width: 100%;
    max-width: 450px;
  }
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .home-shop-sec {
    padding: 60px 0;
    margin-top: 0;
  }
  
  .home-shop-content {
    padding-left: 0;
    text-align: center;
    margin-bottom: 40px;
  }
  
  .home-shop-content h4 {
    font-size: 16px;
    justify-content: center;
    gap: 15px;
  }
  
  .home-shop-content h4 img {
    width: 60px;
  }
  
  .home-shop-content h2 {
    font-size: 32px;
  }
  
  .home-shop-content p {
    width: 100%;
    font-size: 14px;
    margin: 0 auto;
  }
  
  .welcome-anchor {
    justify-content: center;
    margin-top: 15px;
  }
  
  .shop-arrows {
    justify-content: center;
    margin-top: 20px;
  }
  
  .home-shop-box {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  
  .home-shop-box img {
    width: 80px;
    height: auto;
  }
  
  .home-shop-box-content h3 {
    font-size: 22px;
  }
  
  .home-shop-box h5 {
    font-size: 18px;
  }
}

/* Small Mobile */
@media (max-width: 575px) {
  .home-shop-sec {
    padding: 40px 0;
  }
  
  .home-shop-content h4 {
    font-size: 14px;
    gap: 10px;
  }
  
  .home-shop-content h4 img {
    width: 50px;
  }
  
  .home-shop-content h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  
  .home-shop-content p {
    font-size: 13px;
  }
  
  .home-shop-box {
    padding: 15px 8px;
  }
  
  .home-shop-box img {
    width: 70px;
  }
  
  .home-shop-box-content h3 {
    font-size: 20px;
    margin-top: 10px;
  }
  
  .home-shop-box h5 {
    font-size: 16px;
    margin-top: 8px;
  }
  
  .shop-arrows .swiper-button-prev,
  .shop-arrows .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}

/* Extra Small Mobile */
@media (max-width: 400px) {
  .home-shop-sec {
    padding: 30px 0;
  }
  
  .home-shop-content h2 {
    font-size: 24px;
  }
  
  .home-shop-box {
    padding: 12px 6px;
  }
  
  .home-shop-box img {
    width: 60px;
  }
  
  .home-shop-box-content h3 {
    font-size: 18px;
  }
  
  .home-shop-box h5 {
    font-size: 14px;
  }
}