.landing-page-main {
  padding-bottom: 0;
}

.landing-page-main .container-full {
  width: 1920px;
  max-width: 100%;
}

@media (min-width: 768px) {
  .landing-page-main .container-full {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.landing-page-main .section-gap {
  row-gap: 3rem;
}

@media (min-width: 1024px) {
  .landing-page-main .section-gap {
    row-gap: 5rem;
  }
}

@media (min-width: 1440px) {
  .landing-page-main .section-gap {
    row-gap: 7rem;
  }
}

.landing-page-main .view-all-btn {
  white-space: nowrap;
}

.landing-page-main .view-all-btn:hover {
  text-decoration: underline;
  color: var(--clr-primary);
}

.banner .banner-image {
  height: 360px;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}

@media (min-width: 768px) {
  .banner .banner-image {
    height: 533px;
  }
}

.best-seller-section .container-full.carousel-container {
  padding-right: 0;
}

@media screen and (min-width: 1920px) {
  .best-seller-section .container-full.carousel-container {
    padding-right: 1.5rem;
  }
}

.best-seller-slider .splide__track--nav>.splide__list>.splide__slide {
  border: 0;
  background-color: transparent;
}

.best-seller-slider .splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 0;
}

.best-seller-slider .splide__arrows .splide__arrow {
  backdrop-filter: blur(3.0999999046px);
}

.best-seller-slider .splide__arrows .splide__arrow--prev {
  left: 2rem;
}

.best-seller-slider .splide__arrows .splide__arrow--next {
  right: 2rem;
}

.best-seller-slider .slide-card figure {
  position: relative;
}

.best-seller-slider .slide-card figure .badges {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 2;
  background-color: transparent;
}

.best-seller-slider .slide-card figure .badges span {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.51);
  line-height: 1;
  min-height: 40px;
}

.best-seller-slider .slide-card figure {
  height: 320px;
}

.best-seller-slider .slide-card img {
  aspect-ratio: 1;
  border-radius: 12px;
}

.collections-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 991px) {
  .collections-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.collections-col {
  height: auto;
  max-height: 620px;
  width: 100%;
  position: relative;
  overflow: hidden;
  --collection-radius: 16px;
  border-radius: var(--collection-radius);
}

.collections-col::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  border-radius: var(--collection-radius);
  z-index: 1;
}

.collections-col img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: var(--collection-radius);
  z-index: 1;
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
}

.collections-col:hover img {
  transform: scale(1.1);
}

.collections-col h3 {
  font-size: 2.5rem;
  letter-spacing: -1.2px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .collections-col h3 {
    font-size: 3rem;
  }
}

@media (min-width: 1440px) {
  .collections-col h3 {
    font-size: 3.15rem;
  }
}

@media (min-width: 1540px) {
  .collections-col h3 {
    font-size: 4rem;
  }
}

.collections-col .collections-content {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  padding: 1.5rem;
}

@media (min-width: 991px) {
  .collections-col .collections-content {
    padding: 2rem;
  }
}

@media (min-width: 1600px) {
  .collections-col .collections-content {
    padding: 3rem 2rem;
  }
}

.collections-col .collections-content p {
  font-size: var(--fs-lg);
}

@media (min-width: 1600px) {
  .collections-col .collections-content p {
    font-size: 1.25rem;
  }
}

@media (min-width: 1540px) {
  .collections-col .collections-content p {
    font-size: 1.5rem;
  }
}

.site-footer {
  padding: 3.75rem 0;
  background-color: #eff0f4;
  margin-top: 3rem;
}

@media (min-width: 1024px) {
  .site-footer {
    margin-top: 5rem;
  }
}

@media (min-width: 1440px) {
  .site-footer {
    margin-top: 7rem;
  }
}

@media (min-width: 768px) {
  .site-footer .copyright.copyright-mobile {
    display: none;
  }
}

.site-footer .copyright.copyright-desktop {
  display: none;
}

@media (min-width: 768px) {
  .site-footer .copyright.copyright-desktop {
    display: block;
  }
}

.site-footer .footer-container {
  display: grid;
  grid-auto-flow: row;
  gap: 3rem 5rem;
  max-width: 1216px;
  width: 100%;
  margin: auto;
}

@media (min-width: 768px) {
  .site-footer .footer-container {
    grid-template-columns: 360px 1fr;
  }
}

.site-footer .footer-container .address-col {
  color: rgba(23, 27, 43, 0.61);
}

.site-footer .footer-container .address-col .footer-logo img {
  max-height: 60px;
  object-fit: contain;
}

.site-footer .footer-container .footer-col {
  gap: 1.5rem;
}

.site-footer .footer-container .footer-menus {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1.5rem;
}

.site-footer .footer-container .footer-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.site-footer .footer-container .footer-links a {
  transition: all 0.5s ease-in-out;
  color: rgba(23, 27, 43, 0.61);
}

.site-footer .footer-container .footer-links a:hover {
  text-decoration: underline;
}

.hero-section {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  .hero-section {
    padding-top: 3rem;
    padding-bottom: 4.5rem;
  }
}

.hero-section h2 {
  font-size: 2.25rem;
}

@media (min-width: 1024px) {
  .hero-section h2 {
    font-size: 3rem;
  }
}

.hero-section .btn {
  min-width: 112px;
  font-weight: 700;
  padding: 1rem 1.5rem;
}

.join-community .join-community-container {
  background-color: var(--clr-white);
  max-width: 1568px;
  width: 100%;
  margin: auto;
  border-radius: 32px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 46px 13px 0px rgba(0, 0, 0, 0), 0px 30px 12px 0px rgba(0, 0, 0, 0), 0px 17px 10px 0px rgba(0, 0, 0, 0.02), 0px 7px 7px 0px rgba(0, 0, 0, 0.03), 0px 2px 4px 0px rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  gap: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  text-align: center;
}

@media (min-width: 1920px) {
  .join-community .join-community-container {
    max-width: 1920px;
  }
}

@media (min-width: 768px) {
  .join-community .join-community-container {
    padding: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .join-community .join-community-container {
    grid-template-columns: 1fr 450px;
    text-align: inherit;
    padding: 3rem;
  }
}

@media (min-width: 1600px) {
  .join-community .join-community-container {
    padding: 4rem;
  }
}

.join-community .join-community-content {
  max-width: 658px;
  margin: auto;
  order: 2;
  align-items: center;
}

@media (min-width: 1920px) {
  .join-community .join-community-content {
    max-width: 935px;
  }
}

@media (min-width: 1024px) {
  .join-community .join-community-content {
    order: 1;
    align-items: initial;
  }
}

.join-community .join-community-content h2 {
  font-size: 2.25rem;
}

@media (min-width: 1280px) {
  .join-community .join-community-content h2 {
    font-size: 3rem;
  }
}

.join-community .join-community-figure {
  max-width: 450px;
  order: 1;
  margin: auto;
}

@media (min-width: 1024px) {
  .join-community .join-community-figure {
    order: 2;
    margin: unset;
  }
}

.join-community .join-community-btns {
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

@media (min-width: 768px) {
  .join-community .join-community-btns {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media (min-width: 1024px) {
  .join-community .join-community-btns {
    justify-content: flex-start;
  }
}

.join-community .join-community-btns .btn {
  min-width: 140px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media (min-width: 768px) {
  .join-community .join-community-btns .btn {
    width: auto;
  }
}

.join-community .join-community-btns .btn.btn-border {
  border-radius: 8px;
  border: 1px solid rgba(23, 27, 43, 0.12);
  background: transparent;
  color: var(--clr-black);
}

.newsletter .newsletter-container {
  max-width: 422px;
  margin: auto;
}

.newsletter .newsletter-container .title {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .newsletter .newsletter-container .title {
    font-size: 2.25rem;
  }
}

.newsletter .newsletter-container form {
  border: 1px solid var(--clr-gray-200);
  border-radius: 8px;
  padding: 3px;
  background-color: var(--clr-white);
}

.newsletter .newsletter-container form input {
  border: 0;
  background-color: transparent;
}

.newsletter .newsletter-container form .btn {
  border-radius: 8px;
}

.newsletter .privacy a {
  color: rgba(23, 27, 43, 0.37);
}

@media screen and (min-width: 1920px) {
  .testimonial-section {
    max-width: 1920px;
    margin: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.testimonial-section .section-title {
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .testimonial-section .section-title {
    margin-bottom: 3rem;
  }
}

.testimonial-section .section-title h5 {
  color: #bdc1d2;
}

.testimonial-section .section-title h2 {
  letter-spacing: -1.2px;
  font-size: 2rem;
}

@media (min-width: 1280px) {
  .testimonial-section .section-title h2 {
    font-size: 3rem;
  }
}

.testimonial-section .testimonial-col {
  border-radius: 32px;
  border: 1px solid #e1e1e1;
  background: var(--clr-white);
  padding: 1.5rem;
}

.testimonial-section .testimonial-profile img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 9999px;
  box-shadow: 0px 36px 10px 0px rgba(0, 0, 0, 0), 0px 23px 9px 0px rgba(0, 0, 0, 0.01), 0px 13px 8px 0px rgba(0, 0, 0, 0.05), 0px 6px 6px 0px rgba(0, 0, 0, 0.09), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.testimonial-section .testimonial-desc {
  font-style: italic;
  color: #7b8393;
}

.testimonial-section .testimonial-slider {
  overflow: visible;
}

.testimonial-section .testimonial-slider .splide__slide {
  transition: transform 0.3s ease;
}

.testimonial-section .testimonial-slider .splide__pagination {
  position: relative;
  inset: unset;
  margin-top: 3.5rem;
}

.testimonial-section .testimonial-ratings {
  gap: 2px;
}

/*# sourceMappingURL=styles.css.map */