@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Marcellus&display=swap");
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-showcase .product-showcase-card {
    padding: 50px 24px !important;
  }
  .find-perfect-sec .find-perfect-wrapper {
    border-radius: 24px;
    padding: 50px 24px;
  }
  .trusted-beauty-sec .trusted-beauty-top-heading {
    padding: 24px;
    text-align: center;
  }
  .categories-section .categories-item-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .footer .footer-wrapper {
    flex-wrap: wrap;
  }
  .footer .footer-wrapper .footer-col {
    flex: 1 1 40%;
  }
  .welcome-section .welcome-wrapper {
    flex-direction: column;
  }
  .welcome-section .welcome-wrapper .welcome-left {
    text-align: center;
    max-width: 100%;
    padding-top: 30px;
  }
  .welcome-section .welcome-wrapper .hero-buttons,
  .welcome-section .welcome-wrapper .hero-users {
    justify-content: center;
  }
  .common-products-sec .section-header {
    justify-content: center;
    text-align: center;
  }
  .product-details-section .product-details-wrapper {
    gap: 24px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-wrapper .footer-col {
    flex: 1 1 100%;
  }
  .welcome-section .welcome-wrapper .welcome-left .hero-subtitle {
    font-size: 12px;
    line-height: 12px;
  }
  .welcome-section .welcome-wrapper .welcome-left .hero-title {
    font-size: 26px;
  }
  .welcome-section .welcome-wrapper .welcome-left .hero-buttons {
    gap: 16px;
  }
  .welcome-section .welcome-wrapper .welcome-left .hero-users {
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .welcome-section .welcome-wrapper .welcome-left .hero-users .user-info .stars {
    justify-content: center;
  }
  .welcome-section .welcome-wrapper .welcome-right {
    align-self: center;
    margin-left: 0;
  }
  .categories-section .categories-item .heading-4 {
    margin-top: 8px;
    margin-bottom: 0;
  }
  .product-showcase .product-showcase-card {
    padding: 24px 16px !important;
  }
  .find-perfect-sec .find-perfect-wrapper {
    border-radius: 18px;
    padding: 24px 16px;
    text-align: center;
  }
  .trusted-beauty-sec .trusted-beauty-top-heading {
    padding: 0;
    background: transparent;
    text-align: center;
  }
  .categories-section .categories-item-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .product-details-section .product-gallery .main-product-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .product-details-section .product-gallery .thumbnail-wrapper .thumbnail-item {
    width: 75px;
    height: 75px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.99px) {
  .header .header-wrapper .header-left {
    gap: 30px;
  }
  .header .header-wrapper .header-left .nav ul {
    gap: 16px;
  }
  .header .header-wrapper .header-left .nav ul li a {
    font-size: 16px;
  }
  .header .header-wrapper .header-right .search-box {
    width: 230px;
  }
  .footer .footer-about {
    max-width: 261px;
    width: 100%;
  }
  .welcome-section .welcome-wrapper {
    min-height: 430px;
  }
  .welcome-section .welcome-wrapper .welcome-left {
    max-width: 453px;
  }
  .welcome-section .welcome-wrapper .welcome-left .hero-title {
    font-size: 42px;
  }
  .product-details-section .product-details-wrapper {
    gap: 50px;
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-details-section .product-details-wrapper {
    gap: 50px;
  }
}/*# sourceMappingURL=responsive.css.map */