/*!********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/assets/styles/global.css ***!
  \********************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
/*!************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/assets/styles/global.css (1) ***!
  \************************************************************************************/
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

*,
::after,
::before {
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
}

html,
body {
  height: 100%;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: var(--dark);
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  scrollbar-gutter: stable;

  display: flex;
  flex-direction: column;

  min-height: 100vh;

  font-family: var(--font-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-text);
  letter-spacing: -0.02em;
}

.input {
  width: 100%;
  height: 42px;
  padding: 5px;
  border: 1px solid #d1d5db;
  border-radius: 8px;

  font-size: 14px;

  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
}

.input:focus-visible {
  border: none;
  outline: 1px solid var(--color-accent);
}

.button {
  position: relative;

  overflow: hidden;

  width: 100%;
  height: 46px;
  border: 2px solid var(--color-accent);
  border-radius: 8px;

  font-size: 14px;
  font-weight: 700;
  color: #fff;

  background: var(--color-accent);
}

.button:hover {
  cursor: pointer;
}

.button::before {
  content: '';

  position: absolute;
  top: 0;
  left: 0;

  width: 0;
  height: 42px;
  border-radius: 5px;

  background: rgb(255 255 255 / 30%);

  transition: all 1s ease;
}

.button:hover::before {
  cursor: pointer;
  width: 100%;
}

.button:disabled {
  pointer-events: none;
  cursor: default;

  border: 1px solid var(--color-accent);

  color: var(--color-light-text);

  background-color: white;
}

/*!***********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/assets/styles/variables.css ***!
  \***********************************************************************************/
:root {
  --color-text: #030712;
  --color-accent: #634c9f;
  --color-accent-text: #ea580c;
  --color-light-text: #6b7280;
  --color-light-title: #9ca3af;
  --color-active-title: #111827;
  --color-error: #dc2626;
  --color-footer: #f3f4f6;
  --color-input-border: #d1d5db;
  --color-border: #e5e7eb;
  --green: #16a34a;
  --purple: #634c9f;
  --hero-text: #39245f;
  --font-family: 'Inter', sans-serif;
  --third-family: 'Barlow', sans-serif;
}

/*!********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/assets/styles/footer.css ***!
  \********************************************************************************/
.footer {
  width: 100%;
  margin-top: auto;
  background: var(--color-footer);
}

.subscribe-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 50px 10px;
}

.subscribe-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.subscribe-info-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-active-title);
  letter-spacing: -0.02em;
}

.subscribe-info-text {
  color: var(--color-light-text);
}

.subscribe-mail {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.subscribe-mail-form {
  display: flex;
  width: 100%;
  max-width: 418px;
}

.subscribe-input-email {
  height: 50px;
  border: none;
  border: 1px solid var(--color-input-border);
  border-radius: 8px 0 0 8px;
}

.subscribe-input-email:focus-visible {
  height: 48px;
  margin: 1px;
}

.subscribe-submit-btn {
  flex-shrink: 0;

  width: 73px;
  height: 50px;
  border: 2px solid var(--color-accent);
  border-radius: 0 8px 8px 0;
}

.subscribe-submit-btn::before {
  height: 50px;
  border-radius: 0 8px 8px 0;
  transition: all 1s ease;
}

.subscribe-mail-text {
  font-size: 11px;
  color: var(--color-light-text);
  letter-spacing: -0.03em;
}

.footer-nav-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 50px 10px;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-title {
  padding-bottom: 10px;

  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-active-title);
  letter-spacing: -0.02em;
}

.footer-contacts-tel,
.footer-contacts-mail {
  display: flex;
  gap: 15px;
  align-items: center;
}

.footer-contacts-img {
  width: 28px;
  height: 29px;
}

.footer-contacts-tel-img {
  background-image: url(725dbc3d1ec6ff42fcba.svg);
  background-repeat: no-repeat;
}

.footer-contacts-info-text {
  font-size: 12px;
  color: var(--color-light-text);
}

.footer-contacts-info-number {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-active-title);
  letter-spacing: -0.05em;
}

.footer-contacts-mail-img {
  background-image: url(39b820acd3cb7ca3b905.svg);
  background-repeat: no-repeat;
}

.footer-contacts-info-mail {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-active-title);
  letter-spacing: -0.02em;
}

.footer-menu,
.footer-categories,
.footer-download {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-menu-item:hover {
  color: var(--color-light-text);
}

.footer-categories-item:hover {
  color: var(--color-light-text);
}

.footer-download-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
}

.footer-download-text {
  width: 100%;
  max-width: 87px;

  font-size: 10px;
  font-weight: 500;
  color: var(--color-light-text);
}

.copyright-wrapper {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 20px 10px;
}

.copyright-info {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-light-text);
}

@media (width <= 800px) {
  .subscribe-submit-btn {
    height: 40px;
  }

  .subscribe-input-email {
    height: 40px;
    font-size: 12px;
  }

  .subscribe-wrapper {
    gap: 10px;
  }
}

@media (width <= 640px) {
  .subscribe-info-title {
    font-size: 16px;
  }

  .footer-nav-wrapper {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .footer-contacts {
    gap: 10px;
  }

  .footer-contacts-title,
  .footer-categories-title,
  .footer-download-title {
    text-align: center;
  }

  .footer-menu-item,
  .footer-categories-item {
    text-align: center;
  }
}

@media (width <= 470px) {
  .subscribe-info-title {
    font-size: 14px;
  }
}

@media (width <= 400px) {
  .subscribe-input-email {
    font-size: 9px;
  }
}

/*!********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/assets/styles/header.css ***!
  \********************************************************************************/
.header {
  width: 100%;
}

.header-discount {
  height: 41px;
  background: var(--color-accent);
}

.header-delivery {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 13px 10px;

  font-size: 12px;
  color: var(--color-light-text);
}

.header-delivery-time {
  font-weight: 700;
  color: var(--color-accent-text);
}

.navigation {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.navigation-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 10px;
}

.menu-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;

  width: 90%;
}

.logo-img:hover {
  cursor: pointer;
}

.menu-list {
  display: flex;
  gap: 20px;
}

.menu-item {
  font-size: 15px;
  font-weight: 600;
  line-height: 3.2;
  color: var(--color-text);
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.menu-item:hover {
  color: var(--color-light-text);
}

.menu-item.active {
  color: var(--color-accent);
}

.img-wrapper {
  display: flex;
  gap: 5px;
}

.cart-img {
  position: relative;

  width: 25px;
  height: 20px;

  background-image: url(9cca9537a881c823aa51.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  transition: all 0.5s ease-in;
}

.cart-items-number {
  position: absolute;
  top: -5px;
  right: -5px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  aspect-ratio: 1 / 1;
  width: 50%;
  border: none;
  border-radius: 100px;

  font-size: 9px;
  color: white;

  background-color: var(--color-accent-text);
}

.cart-img:hover {
  cursor: pointer;
  background-image: url(6a5863e6164f411eef37.svg);
}

.profile-img {
  width: 25px;
  height: 20px;

  background-image: url(3797d0631db7df1ba551.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  transition: all 0.5s ease-in;
}

.profile-img-hide {
  display: none;
}

.profile-img:hover {
  cursor: pointer;
  background-image: url(98b6383a902f831d6c7c.svg);
}

.logout-img {
  width: 25px;
  height: 20px;

  background-image: url(da1a84e93029fd86b596.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  transition: all 0.5s ease-in;
}

.logout-img-hide {
  display: none;
}

.logout-img:hover {
  cursor: pointer;
  background-image: url(da1a84e93029fd86b596.svg);
}

.modal-success {
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);

  display: none;

  padding: 10px;
  border: 2px solid #634c9f;
  border-radius: 10px;

  background-color: white;

  animation: 2s linear move-down;
}

.search-wrapper {
  position: relative;
  display: inline-block;
  flex-grow: 1;
}

.search-input {
  width: 100%;
  padding: 12px 40px 12px 12px;
  border: none;
  border-radius: 8px;

  font-size: 16px;

  background-color: var(--color-footer);
  outline: none;

  transition: all 0.3s ease;
}

.search-input:focus {
  border: 2px solid var(--purple);
  background-color: var(--color-footer);
}

.search-icon {
  cursor: pointer;

  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);

  width: 20px;
  height: 20px;
}

@keyframes move-down {
  from {
    top: 4%;
  }

  to {
    top: 7%;
  }
}

@media (width <= 1105px) {
  .menu-list {
    gap: 15px;
  }
}

@media (width <= 800px) {
  .search-input {
    padding: 6px 20px 6px 6px;
    font-size: 12px;
  }

  .search-icon {
    width: 10px;
    height: 10px;
  }
}

@media (width <= 650px) {
  .menu-wrapper {
    gap: 35px;
  }
}

@media (width <= 1060px) {
  .menu-item {
    font-size: 13px;
  }
}

@media (width <= 990px) {
  .menu-list {
    gap: 10px;
  }

  .img-wrapper {
    gap: 10px;
  }
}

@media (width <= 990px) {
  .logo-header {
    width: 100px;
  }

  .menu-list {
    gap: 5px;
  }

  .cart-img {
    width: 20px;
  }

  .profile-img {
    width: 15px;
  }

  .logout-img {
    width: 17px;
  }
}

@media (width <= 900px) {
  .menu-wrapper {
    flex-wrap: wrap;
    width: 95%;
  }

  .search-wrapper {
    width: 80%;
  }

  .menu-list {
    justify-content: space-between;
    width: 100%;
  }

  .img-wrapper {
    flex-direction: column-reverse;
    gap: 5px;
    align-items: center;
  }
}

@media (width <= 800px) {
  .menu-wrapper {
    flex-wrap: wrap;
  }
}

@media (width <= 642px) {
  .menu-list {
    gap: 15px;
  }
}

@media (width <=577px) {
  .search-wrapper {
    width: 70%;
  }

  .menu-list {
    width: 90%;
  }
}

@media (width <=500px) {
  .menu-item {
    font-size: 12px;
  }
}

@media (width <=463px) {
  .menu-list {
    gap: 7px;
  }
}

@media (width <=435px) {
  .menu-wrapper {
    gap: 5px;
  }

  .menu-list {
    gap: 5px;
  }
}

@media (width <=420px) {
  .menu-wrapper {
    gap: 3px;
  }

  .menu-list {
    gap: 3px;
  }
}

@media (width <=408px) {
  .cart-img {
    width: 20px;
    height: 15px;
  }

  .logout-img {
    width: 20px;
    height: 15px;
  }

  .logo-img {
    width: 70px;
    height: auto;
  }
}

/*!*********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/assets/styles/product.css ***!
  \*********************************************************************************/
.main-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;

  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 50px 10px;
}

.breadcrumbs {
  display: flex;
  gap: 20px;
  align-self: flex-start;
}

.breadcrumbs-item {
  font-size: 12px;
  color: var(--color-light-title);
  letter-spacing: -0.03em;
}

.product-wrapper {
  display: flex;
  gap: 40px;
  width: 100%;
}

.product-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;

  max-width: calc(50% - 20px);
}

.product-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-active-title);
  letter-spacing: -0.02em;
}

.stars-wrapper {
  width: 100%;
}

.stars-img {
  width: 60px;
  height: 12px;
  background-image: url(fb6f0e3c60768744a87e.svg);
  background-repeat: repeat-x;
}

.product-description {
  font-size: 14px;
  color: var(--color-light-text);
}

.price-wrapper {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}

.price-discount {
  font-family: var(--third-family);
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-error);
}

.price-main {
  font-family: var(--third-family);
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-active-title);
  letter-spacing: -0.03em;
}

.crossed-out {
  text-decoration: line-through;
}

.add-to-cart-btn {
  width: 160px;
}

.special-info-wrapper {
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: 6px;
}

.payment {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 14px 21px;
}

.payment-img {
  width: 24px;
  height: 18px;
}

.payment-title,
.warranty-title {
  font-weight: 600;
  color: var(--color-light-text);
}

.warranty {
  display: flex;
  gap: 10px;
  align-items: center;

  padding: 14px 21px;
  border-top: 1px solid var(--color-border);
}

.warranty-img {
  width: 20px;
  height: 25px;
}

.payment-text,
.warranty-text {
  color: var(--color-light-text);
}

.slider {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  justify-content: center;

  max-width: calc(50% - 20px);
}

.big-image-wrapper {
  position: relative;
}

.big-image {
  width: 100%;
  max-width: 660px;
  height: 100%;
  max-height: 660px;

  visibility: visible;
  opacity: 1;
  object-fit: contain;

  transition: all 0.3s ease;
}

.big-image.hidden {
  visibility: hidden;
  opacity: 0;
}

@media (hover: hover) {
  .big-image:hover {
    cursor: pointer;
  }
}

.icon-zoom {
  cursor: pointer;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.prewiew-image-wrapper {
  display: flex;
  gap: 6px;
  justify-content: center;
}

.prewiew-image {
  width: 100%;
  max-width: 73px;
  height: 100%;
  max-height: 73px;
}

.prewiew-image-link {
  cursor: pointer;
}

.active-image {
  border: 1px solid var(--color-active-title);
  border-radius: 8px;
}

.modal {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;

  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100vh;
  padding: 10px 0;

  opacity: 1;
  background-color: rgb(41 41 41 / 60%);

  transition:
    visibility 0.5s,
    opacity 0.5s;
}

.hidden {
  visibility: hidden;
  opacity: 0;
}

.modal-content {
  position: relative;
  transform: scale(1);

  display: flex;
  flex-direction: column;
  justify-content: center;

  height: 90vh;
  max-height: 90vh;
  margin: 0;

  background-color: transparent;

  transition: transform 0.7s;
}

.hidden .modal-content {
  transform: scale(0);
}

.current-image {
  display: block;

  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 90vh;

  object-fit: contain;
}

.button-pop-up {
  position: absolute;

  width: 30px;
  height: 30px;
  border-radius: 6px;

  background-color: var(--color-footer);

  transition: all 0.3s ease-in;
}

.close-button {
  top: 10px;
  right: 10px;

  background-image: url(91b948f1050a4bbfb22f.png);
  background-repeat: no-repeat;
  background-position: center;
}

.left-button {
  left: 10px;
  background-image: url(4ba7d54f73f89e17fa21.png);
  background-repeat: no-repeat;
  background-position: center;
}

.right-button {
  right: 10px;
  background-image: url(3a910d80d8b2e2f8fed3.png);
  background-repeat: no-repeat;
  background-position: center;
}

@media (hover: hover) {
  .button-pop-up:hover {
    cursor: pointer;
    background-color: var(--color-accent);
  }

  .close-button:hover {
    background-image: url(255a9dc3b73c9bf9b0c4.png);
  }

  .left-button:hover {
    background-image: url(3bdc46ddd0b1350af585.png);
  }

  .right-button:hover {
    background-image: url(c775ad96e83b0f840f4d.png);
  }
}

@media (width <=900px) {
  .product-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .slider {
    max-width: 100%;
  }

  .product-info {
    order: -1;
    max-width: 100%;
  }
}

/*!*********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/assets/styles/catalog.css ***!
  \*********************************************************************************/
.container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 13px 10px;
}

.catalog-product-container {
  box-sizing: border-box;
  max-width: 99%;
}

.catalog-container {
  display: grid;
  grid-template-columns: 28% 72%;
  gap: 1vw;
  justify-content: space-between;

  box-sizing: content-box;
  max-width: 100%;
}

.catalog-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));

  /* gap: 1em; */
}

.product-card {
  position: relative;

  display: flex;
  flex-direction: column;
  gap: 13px;

  width: 100%;
  padding: 15px;
  padding-bottom: 10px;
  border: solid 1px var(--color-border);

  background: #fff;

  transition:
    box-shadow 0.2s ease,
    transform 0.15s ease;
}

.product-card:hover {
  cursor: pointer;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
}

.product-card:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
}

.product-basket {
  overflow: hidden;
  display: inline-block;
  align-items: center;

  max-width: 20%;
  padding: 7px;
  border-radius: 8px;

  background-color: var(--green);
}

.product-basket:hover {
  background-color: #158a40;
  box-shadow: 0 4px 8px #0003;
}

.spinner-display-center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.text-purple {
  color: var(--purple);
}

.product-status {
  display: inline-block;

  font-size: 1em;
  font-weight: 700;
  color: var(--green);
  text-transform: uppercase;
}

.product-title {
  font-size: 2em;
  font-weight: 500;
}

.price-main {
  font-size: 2em;
}

.price-discount {
  font-size: 2.1em;
}

.product-card-footer {
  display: flex;
  flex-direction: row;
  gap: 10%;
  align-items: center;
}

.product-image {
  display: block;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.sale-icon {
  position: absolute;

  display: block;
  align-items: center;
  justify-content: center;

  width: max-content;
  padding: 4px 7px;
  border-radius: 24px;

  font-size: 0.7em;
  font-weight: 700;
  color: white;
  letter-spacing: 1px;

  background-color: var(--color-error);
}

.favorite-icon {
  position: absolute;
  top: 8px;
  right: 0;
}

.catalog-info-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;

  width: 100%;
  height: fit-content;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-radius: 6px;

  background-color: var(--color-footer);
}

.sort-select {
  justify-self: flex-end;

  padding-left: 5px;
  border: 0;

  font-weight: 600;

  appearance: none;
  background-color: var(--color-footer);
}

.sort-select:focus {
  outline: none;
}

option {
  font-weight: 600;
}

.sort-span {
  color: var(--color-light-title);
}

.sort-wrapper {
  font-weight: 600;
}

.filers-info-wrapper,
.catalog-category-nav {
  display: block;
  width: 100%;
  height: 20px;
  background-color: transparent;
}

.filers-info-button {
  width: 15%;
  padding: 5px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;

  font-weight: 600;

  background-color: var(--color-border);
}

/*!*********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/assets/styles/filters.css ***!
  \*********************************************************************************/
.filter-price,
.filter-categories-ul,
.filter-colors,
.filter-vegetarian,
.filter-fresh {
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: flex-start;

  padding: 15px;
  border-bottom: 1px solid #ddd;
  border-radius: 8px;

  font-weight: 700;
}

.filter-categories-ul {
  padding-left: 0;
}

.filter-categories {
  padding-left: 15px;
  font-weight: 700;
}

.checkbox-title {
  display: flex;
  flex-direction: row;
  gap: 7px;
  justify-content: left;

  width: 100%;
}

.filter-price:last-child,
.filter-colors:last-child,
.filter-vegetarian:last-child,
.filter-fresh:last-child {
  border-bottom: none;
}

.filter-wrapper {
  display: flex;
  flex-direction: column;
}

.filter-categories-list-label {
  display: flex;
  gap: 7px;
  align-items: center;
  font-weight: 500;
}

.filter-category-arrow {
  display: inline-block;
  width: 1em;
  margin-right: 6px;
  transition: transform 0.2s ease;
}

.checkbox-title:has(.filter-categories-list-checkbox:checked)
  .filter-categories-list-label {
  color: var(--purple);
}

.checkbox-title:has(.filter-categories-list-checkbox:checked)
  .filter-category-arrow {
  color: var(--purple);
}

.filter-categories-list-checkbox:checked {
  accent-color: var(--purple);
}

.filter-colors h3 {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: bold;
}

.filter-colors label,
.filter-vegetarian label,
.filter-fresh label {
  cursor: pointer;

  display: flex;
  gap: 10px;
  align-items: center;

  font-weight: 400;
}

.filter-vegetarian label,
.filter-fresh label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
}

.filter-colors .color-indicator {
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-border);
  border-radius: 50%;
}

input[type='checkbox'] {
  transform: scale(1.2);
  accent-color: var(--purple);
}

.filter-price-input {
  display: flex;

  width: 100px;
  margin: 5px 0;
  padding: 5px;
  border: 2px solid var(--color-border);
  border-radius: 8px;

  text-align: center;
}

.price-inputs-container {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: space-between;

  width: 100%;
}

.price-info {
  font-weight: 400;
}

.filter-price-input:focus {
  border-color: var(--purple);
  outline: none;
}

.slider {
  width: 200px;
  margin: 10px 0;
}

.filter-button {
  cursor: pointer;

  padding: 10px 20px;
  border: none;
  border-radius: 4px;

  color: white;

  background-color: #007bff;
}

.filter-button:hover {
  background-color: #0056b3;
}

.filter-categories-element {
  display: flex;
  flex-direction: column;
  margin-bottom: 4px;
}

.filter-category-title {
  cursor: pointer;
  user-select: none;

  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 90%;
}

.subcategory-list {
  display: none;
  margin: 0.5rem 0 0 0.5rem;
  padding-left: 20px;
  list-style: none;
}

/*!*******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/assets/styles/login.css ***!
  \*******************************************************************************/
.main-wrapper {
  padding: 100px 10px;
}

.login-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;

  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.page-title {
  display: flex;
  gap: 27px;
  justify-content: center;
  padding-bottom: 15px;
}

.title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-light-title);
  letter-spacing: -0.01em;
}

.title:hover {
  color: var(--color-text);
}

.active-title {
  color: var(--color-active-title);
}

.login-text {
  color: var(--color-text);
  text-align: center;
}

.label-email,
.label-password {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.password-img {
  cursor: pointer;

  position: absolute;
  top: 35px;
  right: 10px;

  width: 24px;
  height: 24px;

  background-image: url(bba19449028fb7975519.svg);
  background-repeat: no-repeat;
}

.password-img:hover {
  background-image: url(b56e8a27378921a4314b.svg);
}

.password-img-on {
  background-image: url(8b0ae39bacccd96e016f.svg);
}

.password-img-on:hover {
  background-image: url(2474660b9accfe24ca78.svg);
}

.label-password {
  position: relative;
}

.error {
  font-style: italic;
  color: var(--color-error);
  text-align: center;
}

.error-password {
  padding-bottom: 30px;
}

.show-error-message {
  font-size: 18px;
  font-style: normal;
}

.hide-error-message {
  display: none;
}

@media (width <= 800px) {
  .title {
    font-size: 24px;
  }
}

/*!*******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/assets/styles/error.css ***!
  \*******************************************************************************/
.main-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100%;
  max-width: 873px;
  margin: 0 auto;
  padding: 100px 10px;
}

.error-img {
  aspect-ratio: 873 / 377;
  width: 100%;
  max-width: 873px;
  height: auto;

  background-image: url(11673236e4b60620d2e5.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.error-title {
  padding-bottom: 11px;

  font-size: 56px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-text);
  text-align: center;
  letter-spacing: -0.02em;
}

.error-text {
  width: 100%;
  max-width: 487px;
  padding-bottom: 30px;

  font-size: 18px;
  color: var(--color-light-text);
  text-align: center;
  letter-spacing: -0.02em;
}

.error-btn {
  width: 149px;
  height: 42px;
  padding: 9px 0;

  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: -0.02em;
}

@media (width <= 900px) {
  .error-title {
    font-size: 30px;
  }
}

@media (width <= 600px) {
  .error-text {
    font-size: 16px;
  }
}

/*!******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/assets/styles/main.css ***!
  \******************************************************************************/
.main-hero {
  display: flex;
  align-items: center;

  aspect-ratio: 1920 / 700;
  width: 100%;

  background-image: url(1ae7f6d22a30fd6707b8.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.category-list-wrapper {
  width: 100%;
}

.category-list {
  display: flex;
  justify-content: space-between;

  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 50px 10px;
}

.category-item {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 122px;
}

.category-text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-text);
  text-align: center;
  letter-spacing: -0.02em;
}

.category-text:hover {
  color: var(--color-light-text);
}

.hero-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 10vw;
}

.hero-title {
  width: 90%;
  max-width: 500px;

  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--hero-text);
}

.hero-text {
  font-size: 16px;
  line-height: 1.4;
  color: var(--color-text);
}

.discoutn-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}

.copy-btn {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.catalog-link {
  width: 160px;
  line-height: 42px;
  text-align: center;
}

.promo-code {
  font-family: var(--third-family);
  font-size: 24px;
  font-weight: 500;
  color: var(--hero-text);
}

@media (width <= 850px) {
  .hero-title {
    font-size: 3vw;
  }

  .hero-text {
    font-size: 12px;
  }

  .hero-info {
    gap: 10px;
  }

  .copy-btn {
    width: 18px;
    height: 18px;
  }

  .promo-code {
    font-size: 18px;
  }
}

@media (width <= 500px) {
  .category-text {
    font-size: 10px;
  }

  .catalog-link {
    width: 120px;
    height: 36px;
    line-height: 32px;
  }

  .hero-info {
    gap: 5px;
  }
}

/*!**********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/assets/styles/register.css ***!
  \**********************************************************************************/
.main-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;

  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 50px 10px;
}

.page-title {
  display: flex;
  gap: 27px;
  justify-content: center;
  padding-bottom: 15px;
}

.title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-light-title);
  letter-spacing: -0.01em;
}

.title:hover {
  color: var(--color-text);
}

.active-title {
  color: var(--color-active-title);
}

.personal-title,
.shipping-title,
.billing-title {
  font-size: 20px;
  color: var(--color-text);
}

.register-text {
  padding-bottom: 10px;
  color: var(--color-text);
  text-align: center;
}

.email-wrapper,
.personal-wrapper,
.shipping-wrapper {
  display: flex;
  gap: 20px;
  width: 100%;
  padding-bottom: 10px;
}

.personal-wrapper {
  padding-bottom: 15px;
}

.label-email,
.label-password,
.label-first-name,
.label-last-name,
.label-day-birth,
.label-street,
.label-city,
.label-country,
.label-code {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 6px;
}

.password-img {
  cursor: pointer;

  position: absolute;
  top: 35px;
  right: 10px;

  width: 24px;
  height: 24px;

  background-image: url(bba19449028fb7975519.svg);
  background-repeat: no-repeat;
}

.password-img:hover {
  background-image: url(b56e8a27378921a4314b.svg);
}

.password-img-on {
  background-image: url(8b0ae39bacccd96e016f.svg);
}

.password-img-on:hover {
  background-image: url(2474660b9accfe24ca78.svg);
}

.label-password {
  position: relative;
}

.error {
  font-style: italic;
  color: var(--color-error);
  text-align: center;
}

.input-day-birth {
  font-family: var(--font-family);
  font-size: 13px;
  color: var(--color-light-text);
}

.select-country {
  cursor: pointer;

  border-radius: 8px;

  color: var(--color-light-text);

  appearance: none;
  background-color: #fff;
}

.shipping-check-wrapper,
.shipping-use-wrapper,
.billing-check-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: start;
}

.input-shipping,
.input-shipping-use,
.input-billing {
  cursor: pointer;

  width: 15px;
  height: 15px;
  border: 1px solid var(--color-light-text);
  border-radius: 8px;

  appearance: none;
  background-color: #fff;

  fill: #fff;
}

.input-shipping:checked,
.input-shipping-use:checked,
.input-billing:checked {
  border: 1px solid var(--color-light-text);
  background-color: var(--color-accent);
}

.shipping-use-wrapper {
  padding-bottom: 20px;
}

.billing-check-wrapper {
  padding-bottom: 40px;
}

.register-btn {
  width: 30%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.login-text {
  text-align: center;
}

.login-link {
  font-size: 16px;
}

.show-error-message {
  font-size: 18px;
  font-style: normal;
}

.hide-error-message {
  display: none;
}

@media (width <= 800px) {
  .title {
    font-size: 24px;
  }

  .login-link {
    font-size: 16px;
  }

  .personal-title,
  .shipping-title,
  .billing-title {
    font-size: 20px;
  }
}

@media (width <= 600px) {
  .email-wrapper,
  .personal-wrapper,
  .shipping-wrapper {
    gap: 10px;
  }
}

@media (width <= 540px) {
  .input-street,
  .select-country,
  .input-city,
  .input-code {
    font-size: 9px;
  }
}

/*!**************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/assets/styles/user-profile.css ***!
  \**************************************************************************************/
.user-profile-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 100px 10px;
}

.menu-section {
  width: 300px;
  margin: 40px;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
}

.menu-profile-item {
  align-content: center;
  width: 298px;
  height: 46px;
  padding: 5px;
}

.menu-profile-item:hover {
  cursor: pointer;
  font-weight: 600;
  color: var(--color-accent);
}

.menu-profile-item:first-child {
  border-bottom: 1px solid #e5e7eb;
}

.menu-profile-item:last-child {
  border-top: 1px solid #e5e7eb;
}

.form-container {
  width: 80%;
  margin-right: 40px;
}

.form-wrapper {
  margin-bottom: 10px;
}

.form-wrapper > h4 {
  margin-bottom: 10px;
  font-size: 20px;
}

.form-wrapper > h2 {
  margin: 10px 0;
  font-size: 15px;
}

.form-wrapper > label {
  margin-bottom: 15px;
}

.form-wrapper > submit-btn {
  margin-top: 15px;
}

.submit-btn-hide {
  display: none;
}

.form-container .billing-wrapper,
.form-container .shipping-wrapper {
  flex-direction: column;
}

.shipping-address,
.billing-address {
  padding: 10px 0;
}

.dividing-line {
  margin: 10px 0;
  border-top: 2px solid #9d9ea0;
}

.default-marker {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 4em;
  margin-bottom: 5px;
  border: 2px solid var(--color-accent);
  border-radius: 20px;

  font-weight: 600;
}

.default-marker:hover {
  cursor: pointer;
  box-shadow: 0 0 2px 0 black;
}

.default-marker-active {
  color: #fff;
  background-color: #634c9f;
}

.show-error-message {
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
}

.hide-error-message {
  display: none;
}

.line-between-address-item {
  margin: 10px 0;
  border-top: 1px solid #e5e7eb;
}

.delete-address {
  cursor: pointer;
  color: var(--color-accent-text);
}

.delete-address:hover {
  color: #ae4005;
}

.delete-address:active {
  color: #d15a19;
}

.add-address-btn {
  width: 50%;
  height: 30px;
  margin: 5px 0;
}

.new-address-btn {
  cursor: pointer;
  color: var(--color-accent);
}

.new-address-btn:hover {
  color: #a78ced;
}

.new-address-btn:active {
  color: #8860ed;
}

/*!**********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/assets/styles/about-us.css ***!
  \**********************************************************************************/
.main-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;

  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 50px 10px;
}

.about-wrapper {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-bottom: 50px;
}

.block-about {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 25px;
  justify-content: start;

  padding: 10px;
  border: 4px solid var(--color-accent-text);
  border-radius: 8px;

  transition: transform 0.2s ease;
}

.block-about:hover {
  cursor: pointer;
  transform: translateY(-3px) scale(1.02);
}

.image-about {
  border-radius: 8px;
}

.title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.title-about,
.position-about {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-text);
  text-align: center;
}

.position-about {
  font-size: 16px;
  font-weight: 400;
}

.personal-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 15px;
  justify-content: space-between;
}

.contribution-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.title-contribution {
  font-size: 16px;
}

.text-about,
.about-success-text {
  font-size: 14px;
  color: var(--color-light-text);
}

.item-contribution {
  position: relative;
  padding-left: 15px;
  color: var(--color-light-text);
}

.item-contribution::before {
  content: '✔';
  position: absolute;
  top: 0;
  left: 0;
}

.git-hub-btn {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 160px;
  margin: 0 auto;
  margin-bottom: 0;

  font-weight: 400;
}

.rs-school-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  justify-content: space-between;

  width: 100%;
  max-width: 800px;
  margin-bottom: 30px;
}

.rs-school-linc {
  flex: 1 1 30%;
  transition: transform 0.2s ease;
}

.rs-school-linc:hover {
  transform: translateY(-3px) scale(1.02);
}

.rs-school-img {
  width: 100%;
  max-width: 200px;
  height: auto;
}

.about-success-wrapper {
  display: flex;
  flex: 1 1 65%;
  flex-direction: column;
  gap: 20px;
}

.about-success-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-text);
}

@media (width <=700px) {
  .rs-school-img {
    max-width: 150px;
  }

  .about-wrapper {
    flex-direction: column;
  }
}

/*!******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/assets/styles/cart.css ***!
  \******************************************************************************/
.cart-wrapper {
  display: flex;
  justify-content: space-around;
  padding: 15px;
}

.tr-head {
  padding: 5px;
  border-bottom: 1px solid black;
}

.img-product {
  width: 110px;
}

.tr-head,
.product-in-cart {
  display: grid;
  grid-template-columns: 17% 25% 16% 16% 16% 10%;
}

.cell-head {
  width: 100px;
}

.clear-btn {
  display: flex;
  padding-left: 10px;
  font-size: 0.9em;
  font-weight: 400;
}

.clear-btn:hover {
  cursor: pointer;
  color: var(--color-accent);
  text-decoration: underline;
}

.product-in-cart {
  margin-bottom: 10px;
}

.img-product:hover {
  cursor: pointer;
}

.name-cell {
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 1em;
  font-weight: 600;
  color: var(--color-accent);
}

.product-name:hover {
  cursor: pointer;
  border-bottom: 1px solid var(--color-accent);
  transition: color ease-in 0.2s;
}

.price-cell,
.total-cell {
  align-content: center;
  font-size: 0.6em;
}

.product-in-cart .price-wrapper {
  flex-direction: column;
  align-items: center;
}

.product-in-cart .price-main {
  font-size: 1.4em;
}

.quantity-cell {
  display: flex;
  align-items: center;
  justify-content: space-evenly;

  font-size: 15px;
  font-weight: 500;
}

.quantity-button {
  width: 25%;
  height: 25%;
  border-radius: 50%;
}

.delete-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}

.delete-product {
  width: 25px;
  height: 20px;

  background-image: url(2ba0fde71fa5c1053eb7.svg);
  background-position: center;
  background-size: contain;
}

.delete-product:hover {
  cursor: pointer;
  background-image: url(6f9b587d6e417c1bd277.svg);
}

.cart-total-title {
  padding: 6px;
  border-bottom: 1px solid #000;
}

.coupon-title {
  margin: 10px 0;
}

.coupon-wrapper {
  display: flex;
  height: 2.5em;
}

.coupon-input {
  width: 70%;
  padding-left: 10px;
  border-color: var(--color-accent);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.coupon-apply-btn {
  width: 30%;
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.details-coupon {
  display: flex;
  align-items: center;
}

.details-coupon-hide {
  display: none;
}

.delete-coupon {
  width: 20px;
  height: 20px;

  background-image: url(2791559aacff61e43e98.svg);
  background-position: center;
  background-size: contain;
}

.delete-coupon:hover {
  cursor: pointer;
  background-image: url(fcfc93cc497472e6cdae.svg);
}

.coupon-error-message {
  color: var(--color-accent-text);
}

.coupon-error-hide {
  display: none;
}

.discount-wrapper {
  width: 100%;
}

.discount-wrapper,
.subtotal-price-wrapper,
.total-price-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  padding: 0 5px;
}

.total-title {
  font-size: 1.2em;
  font-weight: 700;
}

.total-price {
  font-size: 1.2em;
  font-weight: 700;
  color: var(--color-accent);
}

.total-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.checkout-btn {
  width: 80%;
  height: 2.5em;
  margin: 10px 0;
}

.continue-btn {
  font-weight: 700;
  color: var(--color-accent);
}

.continue-btn:hover {
  border-bottom: 2px solid var(--color-accent);
  transition: color ease-in 0.2s;
}

.empty-cart-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 73px;
}

.empty-cart-img {
  width: 160px;
  height: 160px;
  background-image: url(20addb07181f2f9caef8.svg);
}

.empty-cart-text {
  margin: 80px 0 40px;

  font-size: 18px;
  font-weight: 700;
  color: var(--color-accent-text);
  text-transform: uppercase;
}

.empty-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 133px;
  height: 42px;
  margin-bottom: 50px;

  background-color: var(--color-text);
}

@media (width <= 860px) {
  .cart-total-title,
  .coupon-title {
    display: none;
  }

  .cart-wrapper {
    flex-direction: column;
  }

  .totals-wrapper {
    margin-top: 20px;
    padding: 20px;
    background-image: linear-gradient(90deg, #634c9f45, #fff);
  }

  .total-buttons {
    align-items: flex-start;
  }

  .checkout-btn {
    width: 100%;
  }

  .discount-wrapper {
    width: 47%;
  }

  .coupon-wrapper,
  .subtotal-price-wrapper,
  .total-price-wrapper,
  .total-buttons {
    width: 50%;
  }
}

@media (width <= 700px) {
  .product-in-cart {
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-rows: 90% 10%;
  }

  .tr-head {
    grid-template-columns: 20% 20% 20% 20% 20%;
  }

  .name-cell {
    grid-column-start: 1;
    grid-row-start: 2;
  }

  .empty-cell-head {
    display: none;
  }
}

@media (width <= 560px) {
  .tr-head {
    border-bottom: none;
  }

  .name-cell {
    grid-column-start: 1;
    grid-row-start: 2;
  }

  .cell-head {
    width: 80px;
    border-bottom: 1px solid black;
  }

  .clear-btn {
    border-bottom: none;
  }

  .coupon-wrapper,
  .details-coupon,
  .coupon-error-message,
  .subtotal-price-wrapper,
  .total-price-wrapper,
  .total-buttons {
    width: 80%;
  }

  .discount-wrapper {
    width: 100%;
  }
}

