/* [project]/src/components/home/BannerSlider.module.css [app-client] (css) */
.BannerSlider-module__SfgCFG__wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px 130px;
}

.BannerSlider-module__SfgCFG__container {
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  height: 300px;
  display: flex;
}

.BannerSlider-module__SfgCFG__sideBanner {
  opacity: .6;
  background-color: #def1f8;
  border-radius: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.BannerSlider-module__SfgCFG__sideBannerImage {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.BannerSlider-module__SfgCFG__sideBannerImageLeft {
  object-position: right;
}

.BannerSlider-module__SfgCFG__sideBannerImageRight {
  object-position: left;
}

.BannerSlider-module__SfgCFG__centerBanner {
  aspect-ratio: 2;
  background-color: #def1f8;
  border-radius: 20px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.BannerSlider-module__SfgCFG__bannerLink {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.BannerSlider-module__SfgCFG__centerBannerImage {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.BannerSlider-module__SfgCFG__navigation {
  pointer-events: none;
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 16px;
  right: 16px;
  transform: translateY(-50%);
}

.BannerSlider-module__SfgCFG__navButton {
  cursor: pointer;
  pointer-events: auto;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  padding: 0;
  transition: transform .2s;
  position: relative;
}

.BannerSlider-module__SfgCFG__navButton:hover {
  transform: scale(1.1);
}

.BannerSlider-module__SfgCFG__navButton:active {
  transform: scale(.95);
}

.BannerSlider-module__SfgCFG__navBg {
  object-fit: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

.BannerSlider-module__SfgCFG__navIcon {
  object-fit: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.BannerSlider-module__SfgCFG__navIconRight {
  transform: rotate(180deg)scaleY(-1);
}

@media (max-width: 1280px) {
  .BannerSlider-module__SfgCFG__wrapper {
    padding: 0 32px;
  }
}

@media (max-width: 1024px) {
  .BannerSlider-module__SfgCFG__wrapper {
    padding: 0 32px;
  }

  .BannerSlider-module__SfgCFG__container {
    height: 250px;
  }

  .BannerSlider-module__SfgCFG__sideBanner {
    flex: 1;
    min-width: 150px;
    height: 250px;
  }

  .BannerSlider-module__SfgCFG__centerBanner {
    aspect-ratio: 2;
    flex-shrink: 0;
    width: 500px;
    height: 250px;
  }
}

@media (max-width: 768px) {
  .BannerSlider-module__SfgCFG__wrapper {
    padding: 0 16px;
  }

  .BannerSlider-module__SfgCFG__container {
    flex-direction: column;
    gap: 16px;
    height: auto;
  }

  .BannerSlider-module__SfgCFG__sideBanner {
    display: none;
  }

  .BannerSlider-module__SfgCFG__centerBanner {
    aspect-ratio: 2;
    width: 100%;
    height: auto;
    min-height: 200px;
  }

  .BannerSlider-module__SfgCFG__centerBannerImage {
    object-fit: cover;
  }

  .BannerSlider-module__SfgCFG__navigation {
    left: 8px;
    right: 8px;
  }
}

@media (max-width: 480px) {
  .BannerSlider-module__SfgCFG__wrapper {
    padding: 0 12px;
  }
}

/* [project]/src/components/home/ProductCard.module.css [app-client] (css) */
.ProductCard-module__T1Z7aq__card {
  color: inherit;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.ProductCard-module__T1Z7aq__imageContainer {
  background: #fff;
  border: 1px solid #f4f5f9;
  border-radius: 20px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 4px #0000000a;
}

.ProductCard-module__T1Z7aq__wishlistButton {
  cursor: pointer;
  color: #81818f;
  z-index: 10;
  opacity: 0;
  pointer-events: auto;
  background: #ffffffe6;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 12px;
  right: 12px;
}

.ProductCard-module__T1Z7aq__imageContainer:hover .ProductCard-module__T1Z7aq__wishlistButton {
  opacity: 1;
}

.ProductCard-module__T1Z7aq__wishlistButton:hover {
  color: #ff6b6b;
  background: #fff;
  transform: scale(1.1);
}

.ProductCard-module__T1Z7aq__wishlistButtonActive {
  opacity: 1;
  color: #ff6b6b;
  background: #fff;
}

.ProductCard-module__T1Z7aq__wishlistButton:disabled {
  cursor: not-allowed;
  opacity: .5;
}

@media (hover: none) {
  .ProductCard-module__T1Z7aq__wishlistButton {
    opacity: 1;
  }
}

.ProductCard-module__T1Z7aq__imageWrapper {
  aspect-ratio: 3 / 4;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ProductCard-module__T1Z7aq__image {
  object-fit: contain;
  pointer-events: none;
  color: #0000;
  width: 100%;
  height: 100%;
  font-size: 0;
  position: absolute;
  inset: 0;
}

.ProductCard-module__T1Z7aq__placeholder {
  background: #f4f5f9;
  width: 100%;
  height: 100%;
}

.ProductCard-module__T1Z7aq__info {
  flex-direction: column;
  flex: 1;
  gap: 8px;
  width: 100%;
  display: flex;
}

.ProductCard-module__T1Z7aq__priceSection {
  flex-direction: column;
  flex-shrink: 0;
  gap: 12px;
  width: 100%;
  display: flex;
}

.ProductCard-module__T1Z7aq__priceRow {
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px;
  width: 100%;
  display: flex;
}

.ProductCard-module__T1Z7aq__currentPrice {
  color: #f66;
  white-space: nowrap;
  flex-shrink: 0;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.ProductCard-module__T1Z7aq__discountGroup {
  flex-shrink: 0;
  align-items: flex-end;
  gap: 8px;
  display: flex;
}

.ProductCard-module__T1Z7aq__oldPrice {
  color: #81818f;
  text-decoration-skip-ink: none;
  white-space: nowrap;
  flex-shrink: 0;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: line-through;
}

.ProductCard-module__T1Z7aq__discountBadge {
  color: #f66;
  white-space: nowrap;
  border-radius: 4px;
  flex-shrink: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.ProductCard-module__T1Z7aq__priceRequest {
  color: #81818f;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.ProductCard-module__T1Z7aq__productName {
  color: #25252e;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex-shrink: 0;
  width: 100%;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
}

.ProductCard-module__T1Z7aq__supplierName {
  color: #81818f;
  text-overflow: ellipsis;
  word-break: break-word;
  overflow-wrap: break-word;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  position: relative;
  overflow: hidden;
}

.ProductCard-module__T1Z7aq__supplierLabel {
  color: #a0a0b0;
  white-space: nowrap;
}

.ProductCard-module__T1Z7aq__meta {
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  width: 100%;
  display: flex;
}

.ProductCard-module__T1Z7aq__ratingGroup {
  flex-shrink: 0;
  align-items: center;
  gap: 4px;
  display: flex;
}

.ProductCard-module__T1Z7aq__starIcon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  position: relative;
  overflow: hidden;
}

.ProductCard-module__T1Z7aq__star {
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.ProductCard-module__T1Z7aq__starInactive {
  filter: grayscale() opacity(.5);
}

.ProductCard-module__T1Z7aq__starActive {
  filter: none;
}

.ProductCard-module__T1Z7aq__ratingValue {
  color: #25252e;
  white-space: nowrap;
  flex-shrink: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.ProductCard-module__T1Z7aq__divider {
  background: #e4e4ee;
  flex-shrink: 0;
  align-self: center;
  width: .5px;
  height: 16px;
}

.ProductCard-module__T1Z7aq__reviewsCount {
  color: #81818f;
  white-space: nowrap;
  flex-shrink: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.ProductCard-module__T1Z7aq__cartButton {
  color: #fff;
  cursor: pointer;
  background: #3679b5;
  border: none;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: auto;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.ProductCard-module__T1Z7aq__cartButton:hover:not(:disabled) {
  background: #3679b5;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #3679b54d;
}

.ProductCard-module__T1Z7aq__cartButton:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ProductCard-module__T1Z7aq__cartControl {
  align-items: center;
  gap: 6px;
  width: 100%;
  margin-top: auto;
  display: flex;
}

.ProductCard-module__T1Z7aq__cartControlQty {
  border: 1.5px solid #3679b5;
  border-radius: 24px;
  flex: 1;
  align-items: center;
  height: 44px;
  display: flex;
  overflow: hidden;
}

.ProductCard-module__T1Z7aq__cartControlBtn {
  color: #3679b5;
  cursor: pointer;
  background: none;
  border: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  transition: background .15s;
  display: flex;
}

.ProductCard-module__T1Z7aq__cartControlBtn:hover {
  background: #edf3f9;
}

.ProductCard-module__T1Z7aq__cartControlBtn:active {
  background: #dce8f3;
}

.ProductCard-module__T1Z7aq__cartControlValue {
  text-align: center;
  color: #25252e;
  -webkit-user-select: none;
  user-select: none;
  flex: 1;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.ProductCard-module__T1Z7aq__cartControlRemove {
  color: #3679b5;
  cursor: pointer;
  background: none;
  border: 1.5px solid #3679b5;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all .15s;
  display: flex;
}

.ProductCard-module__T1Z7aq__cartControlRemove:hover {
  color: #ff0404;
  background: #fff5f5;
  border-color: #ff6b6b;
}

@media (max-width: 768px) {
  .ProductCard-module__T1Z7aq__card {
    gap: 10px;
  }

  .ProductCard-module__T1Z7aq__imageContainer {
    border-radius: 14px;
  }

  .ProductCard-module__T1Z7aq__wishlistButton {
    width: 32px;
    height: 32px;
    top: 8px;
    right: 8px;
  }

  .ProductCard-module__T1Z7aq__currentPrice {
    font-size: 18px;
    line-height: 28px;
  }

  .ProductCard-module__T1Z7aq__oldPrice, .ProductCard-module__T1Z7aq__discountBadge {
    font-size: 14px;
    line-height: 20px;
  }

  .ProductCard-module__T1Z7aq__productName {
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 20px;
  }

  .ProductCard-module__T1Z7aq__cartButton {
    gap: 6px;
    padding: 10px 16px;
    font-size: 13px;
  }

  .ProductCard-module__T1Z7aq__cartControlQty {
    height: 40px;
  }

  .ProductCard-module__T1Z7aq__cartControlBtn {
    width: 36px;
  }

  .ProductCard-module__T1Z7aq__cartControlValue {
    font-size: 13px;
  }

  .ProductCard-module__T1Z7aq__cartControlRemove {
    width: 40px;
    height: 40px;
  }

  .ProductCard-module__T1Z7aq__discountGroup {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .ProductCard-module__T1Z7aq__card {
    gap: 8px;
  }

  .ProductCard-module__T1Z7aq__imageContainer {
    border-radius: 12px;
  }

  .ProductCard-module__T1Z7aq__currentPrice {
    font-size: 16px;
    line-height: 24px;
  }

  .ProductCard-module__T1Z7aq__productName {
    -webkit-line-clamp: 2;
    font-size: 13px;
    line-height: 18px;
  }

  .ProductCard-module__T1Z7aq__supplierName {
    font-size: 11px;
    line-height: 16px;
  }

  .ProductCard-module__T1Z7aq__ratingValue {
    font-size: 14px;
  }

  .ProductCard-module__T1Z7aq__reviewsCount {
    font-size: 11px;
  }

  .ProductCard-module__T1Z7aq__cartButton {
    padding: 10px 14px;
    font-size: 13px;
  }

  .ProductCard-module__T1Z7aq__cartControlQty {
    height: 38px;
  }

  .ProductCard-module__T1Z7aq__cartControlBtn {
    width: 34px;
  }

  .ProductCard-module__T1Z7aq__cartControlValue {
    font-size: 12px;
  }

  .ProductCard-module__T1Z7aq__cartControlRemove {
    width: 38px;
    height: 38px;
  }

  .ProductCard-module__T1Z7aq__info {
    gap: 4px;
  }

  .ProductCard-module__T1Z7aq__priceSection {
    gap: 6px;
  }
}

/* [project]/src/components/ui/Skeleton.module.css [app-client] (css) */
.Skeleton-module__QUUPIW__loadingContainer {
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  display: flex;
}

.Skeleton-module__QUUPIW__spinner {
  border: 3px solid #e8e8e8;
  border-top-color: var(--color-primary, #3679b5);
  border-radius: 50%;
  animation: .8s linear infinite Skeleton-module__QUUPIW__spin;
}

@keyframes Skeleton-module__QUUPIW__spin {
  to {
    transform: rotate(360deg);
  }
}

/* [project]/src/components/home/ProductsInfiniteScroll.module.css [app-client] (css) */
.ProductsInfiniteScroll-module__NQZdCW__productsGrid {
  grid-template-columns: repeat(7, 1fr);
  gap: 32px;
  width: 100%;
  display: grid;
}

.ProductsInfiniteScroll-module__NQZdCW__loading {
  text-align: center;
  color: #81818f;
  padding: 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.ProductsInfiniteScroll-module__NQZdCW__observerTarget {
  width: 100%;
  height: 1px;
}

@media (max-width: 1600px) {
  .ProductsInfiniteScroll-module__NQZdCW__productsGrid {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 1440px) {
  .ProductsInfiniteScroll-module__NQZdCW__productsGrid {
    grid-template-columns: repeat(5, 1fr);
  }
}

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

@media (max-width: 1024px) {
  .ProductsInfiniteScroll-module__NQZdCW__productsGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .ProductsInfiniteScroll-module__NQZdCW__productsGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

/* [project]/src/components/home/ViewedProducts.module.css [app-client] (css) */
.ViewedProducts-module__uB_FQq__sectionContainer {
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ViewedProducts-module__uB_FQq__sectionHeaderWrapper {
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.ViewedProducts-module__uB_FQq__sectionTitleGroup {
  flex: 1 0 0;
  align-items: flex-start;
  gap: 40px;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  position: relative;
}

.ViewedProducts-module__uB_FQq__sectionTitleWrapper {
  color: #25252e;
  white-space: nowrap;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 0;
  display: flex;
  position: relative;
}

.ViewedProducts-module__uB_FQq__sectionTitle {
  margin: 0;
  line-height: 42px;
}

.ViewedProducts-module__uB_FQq__arrowsGroup {
  flex-shrink: 0;
  align-items: flex-start;
  gap: 12px;
  display: flex;
  position: relative;
}

.ViewedProducts-module__uB_FQq__arrowButton {
  cursor: pointer;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
}

.ViewedProducts-module__uB_FQq__arrowBg {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

.ViewedProducts-module__uB_FQq__imgFull {
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.ViewedProducts-module__uB_FQq__arrowIconWrapperLeft {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  overflow: hidden;
}

.ViewedProducts-module__uB_FQq__arrowIconWrapperRight {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  top: 10px;
  left: 10px;
}

.ViewedProducts-module__uB_FQq__arrowIconInner {
  position: absolute;
  inset: 24.97% 18.75%;
}

.ViewedProducts-module__uB_FQq__arrowIconImgWrapper {
  position: absolute;
  inset: -5.99% -4.8%;
}

.ViewedProducts-module__uB_FQq__arrowIconRotate {
  flex: none;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  transform: rotate(180deg)scaleY(-1);
}

.ViewedProducts-module__uB_FQq__viewAllWrapper {
  flex-shrink: 0;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.ViewedProducts-module__uB_FQq__viewAllGroup {
  cursor: pointer;
  flex-shrink: 0;
  align-items: center;
  gap: 4px;
  display: flex;
  position: relative;
}

.ViewedProducts-module__uB_FQq__viewAllTextWrapper {
  color: #3679b5;
  white-space: nowrap;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.ViewedProducts-module__uB_FQq__viewAllText {
  margin: 0;
  line-height: 24px;
}

.ViewedProducts-module__uB_FQq__viewAllIconWrapper {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  position: relative;
  overflow: hidden;
}

.ViewedProducts-module__uB_FQq__viewAllVector {
  position: absolute;
  inset: 18.75% 34.38%;
}

.ViewedProducts-module__uB_FQq__viewAllVectorInner {
  position: absolute;
  inset: -6% -12%;
}

.ViewedProducts-module__uB_FQq__productsRow {
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
  flex-shrink: 0;
  align-items: stretch;
  gap: 32px;
  width: 100%;
  display: flex;
  position: relative;
  overflow-x: auto;
}

.ViewedProducts-module__uB_FQq__productsRow::-webkit-scrollbar {
  display: none;
}

.ViewedProducts-module__uB_FQq__productsRow > * {
  scroll-snap-align: start;
  flex: 0 0 calc(14.2857% - 27.4286px);
}

@media (max-width: 1600px) {
  .ViewedProducts-module__uB_FQq__productsRow > * {
    flex: 0 0 calc(16.6667% - 26.6667px);
  }
}

@media (max-width: 1440px) {
  .ViewedProducts-module__uB_FQq__productsRow > * {
    flex: 0 0 calc(20% - 25.6px);
  }
}

@media (max-width: 1280px) {
  .ViewedProducts-module__uB_FQq__productsRow > * {
    flex: 0 0 calc(25% - 24px);
  }
}

@media (max-width: 1024px) {
  .ViewedProducts-module__uB_FQq__productsRow > * {
    flex: 0 0 calc(33.3333% - 21.3333px);
  }
}

@media (max-width: 768px) {
  .ViewedProducts-module__uB_FQq__sectionContainer {
    gap: 24px;
  }

  .ViewedProducts-module__uB_FQq__sectionTitleWrapper {
    font-size: 24px;
  }

  .ViewedProducts-module__uB_FQq__sectionTitle {
    line-height: 32px;
  }

  .ViewedProducts-module__uB_FQq__productsRow {
    gap: 16px;
  }

  .ViewedProducts-module__uB_FQq__productsRow > * {
    flex: 0 0 calc(50% - 8px);
  }

  .ViewedProducts-module__uB_FQq__sectionTitleGroup {
    flex-direction: column;
    gap: 16px;
  }
}

/* [project]/src/components/home/ComingSoon.module.css [app-client] (css) */
.ComingSoon-module__gSKgka__wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  padding: 80px 20px;
  display: flex;
}

.ComingSoon-module__gSKgka__content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 520px;
  display: flex;
}

.ComingSoon-module__gSKgka__iconCircle {
  background: #3679b514;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.ComingSoon-module__gSKgka__title {
  color: #25252e;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.ComingSoon-module__gSKgka__subtitle {
  color: #6b7280;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.ComingSoon-module__gSKgka__dots {
  gap: 8px;
  margin-top: 8px;
  display: flex;
}

.ComingSoon-module__gSKgka__dot {
  opacity: .3;
  background: #3679b5;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  animation: 1.4s ease-in-out infinite ComingSoon-module__gSKgka__pulse;
}

.ComingSoon-module__gSKgka__dot:nth-child(2) {
  animation-delay: .2s;
}

.ComingSoon-module__gSKgka__dot:nth-child(3) {
  animation-delay: .4s;
}

@keyframes ComingSoon-module__gSKgka__pulse {
  0%, 100% {
    opacity: .3;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@media (max-width: 768px) {
  .ComingSoon-module__gSKgka__wrapper {
    box-sizing: border-box;
    min-height: 50vh;
    padding: 40px 16px 100px;
  }

  .ComingSoon-module__gSKgka__title {
    font-size: 28px;
    line-height: 36px;
  }

  .ComingSoon-module__gSKgka__subtitle {
    font-size: 14px;
    line-height: 22px;
  }

  .ComingSoon-module__gSKgka__iconCircle {
    width: 96px;
    height: 96px;
  }

  .ComingSoon-module__gSKgka__iconCircle svg {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 480px) {
  .ComingSoon-module__gSKgka__title {
    font-size: 22px;
    line-height: 30px;
  }

  .ComingSoon-module__gSKgka__subtitle {
    font-size: 13px;
    line-height: 20px;
  }

  .ComingSoon-module__gSKgka__iconCircle {
    width: 80px;
    height: 80px;
  }

  .ComingSoon-module__gSKgka__iconCircle svg {
    width: 40px;
    height: 40px;
  }
}

/* [project]/src/app/page.module.css [app-client] (css) */
.page-module___8aEwW__page {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.page-module___8aEwW__main {
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.page-module___8aEwW__container {
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  width: 100%;
  max-width: 1920px;
  padding: 40px 130px;
  display: flex;
}

.page-module___8aEwW__sectionContainer {
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-module___8aEwW__sectionHeaderWrapper {
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.page-module___8aEwW__sectionTitleGroup {
  flex: 1 0 0;
  align-items: flex-start;
  gap: 40px;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  position: relative;
}

.page-module___8aEwW__sectionTitleWrapper {
  color: #25252e;
  white-space: nowrap;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 0;
  display: flex;
  position: relative;
}

.page-module___8aEwW__sectionTitle {
  margin: 0;
  line-height: 42px;
}

.page-module___8aEwW__arrowsGroup {
  flex-shrink: 0;
  align-items: flex-start;
  gap: 12px;
  display: flex;
  position: relative;
}

.page-module___8aEwW__arrowButton {
  cursor: pointer;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
}

.page-module___8aEwW__arrowBg {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

.page-module___8aEwW__imgFull {
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.page-module___8aEwW__arrowIconWrapperLeft {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  overflow: hidden;
}

.page-module___8aEwW__arrowIconWrapperRight {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  top: 10px;
  left: 10px;
}

.page-module___8aEwW__arrowIconInner {
  position: absolute;
  inset: 24.97% 18.75%;
}

.page-module___8aEwW__arrowIconImgWrapper {
  position: absolute;
  inset: -5.99% -4.8%;
}

.page-module___8aEwW__arrowIconRotate {
  flex: none;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  transform: rotate(180deg)scaleY(-1);
}

.page-module___8aEwW__viewAllWrapper {
  flex-shrink: 0;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.page-module___8aEwW__viewAllGroup {
  cursor: pointer;
  flex-shrink: 0;
  align-items: center;
  gap: 4px;
  display: flex;
  position: relative;
}

.page-module___8aEwW__viewAllTextWrapper {
  color: #3679b5;
  white-space: nowrap;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.page-module___8aEwW__viewAllText {
  margin: 0;
  line-height: 24px;
}

.page-module___8aEwW__viewAllIconWrapper {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  position: relative;
  overflow: hidden;
}

.page-module___8aEwW__viewAllVector {
  position: absolute;
  inset: 18.75% 34.38%;
}

.page-module___8aEwW__viewAllVectorInner {
  position: absolute;
  inset: -6% -12%;
}

.page-module___8aEwW__productsRow {
  flex-shrink: 0;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  width: 100%;
  display: grid;
  position: relative;
}

.page-module___8aEwW__productsGrid {
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 32px;
  width: 100%;
  display: grid;
}

@media (max-width: 1280px) {
  .page-module___8aEwW__container {
    padding: 0 32px;
  }

  .page-module___8aEwW__productsRow, .page-module___8aEwW__productsGrid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1024px) {
  .page-module___8aEwW__container {
    padding: 0 32px;
  }

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

@media (max-width: 768px) {
  .page-module___8aEwW__main {
    flex: 1;
    gap: 40px;
    padding: 20px 0;
  }

  .page-module___8aEwW__container {
    gap: 40px;
    padding: 0 16px;
  }

  .page-module___8aEwW__sectionContainer {
    gap: 24px;
  }

  .page-module___8aEwW__sectionTitleWrapper {
    font-size: 24px;
  }

  .page-module___8aEwW__sectionTitle {
    line-height: 32px;
  }

  .page-module___8aEwW__productsRow, .page-module___8aEwW__productsGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }

  .page-module___8aEwW__sectionTitleGroup {
    flex-direction: column;
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .page-module___8aEwW__container {
    gap: 32px;
    padding: 0 12px;
  }

  .page-module___8aEwW__main {
    gap: 20px;
  }

  .page-module___8aEwW__sectionTitleWrapper {
    font-size: 20px;
  }

  .page-module___8aEwW__sectionTitle {
    line-height: 28px;
  }

  .page-module___8aEwW__productsRow, .page-module___8aEwW__productsGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 12px;
  }
}

/*# sourceMappingURL=src_0ac74745._.css.map*/