/*!**************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./assets/scss/swiper.css ***!
  \**************************************************************************/
.swiper-container {
    width: 95%;
    padding-top: 20px;
    position: relative;
    box-sizing: border-box;
}

.swiper-slide {
    width: 280px !important;
    flex-shrink: 0;
    height: 380px !important;
    background: #fff;
    text-align: center;
    font-size: 20px;
    padding: 15px;
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.swiper-button-next,
.swiper-button-prev {
    color: #6B7246;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(255, 255, 255, 1);
}
/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss ***!
  \**************************************************************************************************************************************************************************************/
/*
* N.B. Mixines do not work here
*/
:root {
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-grey-light: var(--bs-gray-100);
  --color-secondary: #e9e6ed;
  --color-secondary-text: #515151;
  --color-subtext: #767676;
  --color-grey_light: #f8f9fa;
  --color-olive-green_light: #e9ecdf;
  --color-olive-green: #687246;
  --color-olive-green_dark: #474f30;
  --color-sunset-orange: #fe9900;
  --color-sunset-orange_dark: #e68a00;
  --color-red: #ff0000;
  --color-leaf-green: #43a047;
}

.navbar {
  padding: 0;
}

.title {
  margin-bottom: 20px;
  padding-left: 80px;
}

a.active {
  font-weight: bold;
}

.alert-success-wrapper,
.alert-error-wrapper {
  display: none;
}

.switch {
  margin-left: auto;
}

.validation__error {
  color: var(--color-red);
}

.counter {
  color: red;
}
.counter__value {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  background-color: var(--color-olive-green_dark);
  margin: 0;
  padding: 0 20px;
}

.box-shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

table.orders > thead > tr > th {
  background-color: var(--color-sunset-orange);
}
table.orders > tbody > tr > td {
  color: var(--color-white);
  background-color: var(--color-olive-green);
}

@font-face {
  font-family: "PlayfairDispayRegular";
  src: url(693728812dc43ab34710.ttf);
}
@font-face {
  font-family: "PlayfairDispayMedium";
  src: url(8aa05b9c598ac2a736d9.ttf);
}
@font-face {
  font-family: "PlayfairDispayBold";
  src: url(a44ebc27b80d88dc868d.ttf);
}
@font-face {
  font-family: "NunitoRegular";
  src: url(9d7a6e03c6e3ed49c7ac.ttf);
}
@font-face {
  font-family: "NunitoMedium";
  src: url(06740446a9f13288701b.ttf);
}
@font-face {
  font-family: "NunitoBold";
  src: url(275dd55e10ba966bcb9b.ttf);
}
@font-face {
  font-family: "IBMPlexSansRegular";
  src: url(d77342fdcbcb6b3ce1b5.ttf);
}
@font-face {
  font-family: "IBMPlexSansMedium";
  src: url(56fb541cbbc5462f1c33.ttf);
}
@font-face {
  font-family: "IBMPlexSansBold";
  src: url(e933eba4e2fcc3d71b31.ttf);
}
/*
* md, lg - Laptop; sm - Tablet, xs - Phone
*/
.image-collection {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}
.image-collection__main-image {
  object-fit: cover;
  border: 1px solid green;
  border-radius: 4px;
  padding: 5px;
}
.image-collection__items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.image-customize {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 10px;
}
.image-customize__image {
  margin: 0 auto;
  margin-bottom: 20px;
}

.categories__table {
  position: relative;
}
.categories__table > thead > tr > th {
  background-color: var(--color-sunset-orange);
  position: sticky;
  top: 60px;
}
.categories__table .table__odd > th, .categories__table .table__odd > td {
  background-color: rgba(0, 0, 0, 0.1);
}

.products-table-wrapper {
  max-width: calc(100% - 40px);
  margin: 0 20px;
  padding-bottom: 20px;
}
.products-table {
  position: relative;
  min-width: 1500px;
}
.products-table > thead > tr > th {
  background-color: var(--color-sunset-orange);
  position: sticky;
  top: 60px;
}
.products-table .table__odd > th, .products-table .table__odd > td {
  background-color: rgba(0, 0, 0, 0.1);
}

.image-upload .image-upload__form {
  border: 1px solid var(--color-leaf-green);
  padding: 10px 10px 0 10px;
}
.image-upload .image-upload__items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  padding-left: 0;
  list-style-type: none;
}
.image-upload .image-upload__item {
  position: relative;
  border: 1px solid var(--color-grey_light);
  width: 200px;
  height: 200px;
}
.image-upload .image-upload__item:hover {
  border-color: var(--color-grey);
}
.image-upload .image-upload__item .item__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.image-upload .image-upload__item .item__remove {
  position: absolute;
  color: var(--color-subtext);
  background-color: var(--color-white);
  border: 1px solid var(--color-grey_light);
  right: 10px;
  top: 10px;
  padding: 4px;
  cursor: pointer;
}
.image-upload .image-upload__item .item__remove:hover {
  font-weight: bold;
}

.owner-profile ul,
.customer-profile ul {
  padding-left: 0;
  list-style-type: none;
}

.password-input-field {
  position: relative;
}

.product-list {
  list-style-type: none;
  padding-left: 0;
}

.static-products {
  padding: 20px;
}

.product-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.product-card {
  width: 280px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
}

.product-card .product-image {
  width: 100%;
  height: auto;
}

.cart__products {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 40px;
  padding-left: 0;
  list-style-type: none;
}
.cart__product {
  display: grid;
  grid-template-columns: 80px 280px 200px 170px 50px;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .cart__product {
    grid-template-columns: 80px 280px 200px;
  }
}
@media screen and (max-width: 480px) {
  .cart__product {
    grid-template-columns: 40% 200px;
  }
}
.cart__product > .product__image {
  color: red;
}
.cart__product > .product__name, .cart__product > .product__count, .cart__product > .product__price {
  margin-bottom: 0;
}
.cart__product > .product__remove {
  cursor: pointer;
}
.cart__amount {
  text-align: right;
}
.cart__amount::before {
  display: block;
  content: "";
  border-top: 1px solid var(--color-secondary-text);
  width: 100%;
  margin-bottom: 10px;
}
.cart__order {
  float: right;
  margin-top: 40px;
}

.cart-order__submit-wrapper {
  display: flex;
  justify-content: right;
  align-items: center;
  flex-direction: row;
  margin-top: 40px;
}
.cart-order .form-label {
  font-weight: bold;
}

/* CONTENT */
.single-product {
  /* content gallery */
  /* content info */
}
.single-product__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .single-product__content {
    flex-direction: column;
  }
}
.single-product__gallery {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  gap: 20px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .single-product__gallery {
    gap: 40px;
    width: 100%;
  }
}
.single-product__gallery .gallery__images {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.single-product__gallery .gallery__image {
  border: 1px solid var(--color-subtext);
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
}
.single-product__gallery .gallery__main-image {
  flex-grow: 1;
}
.single-product__gallery .gallery__main-image > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.single-product__info {
  flex-grow: 1;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .single-product__info {
    width: 100%;
  }
}
.single-product__info > .info__in-stock {
  color: var(--color-leaf-green);
  margin-bottom: 0;
}
.single-product__info > .info__out-stock {
  color: var(--color-sunset-orange);
  margin-bottom: 0;
  padding: 0 10px;
}
.single-product__info > .info__price {
  color: var(--color-secondary-text);
}
.single-product__info > .info__price.cross {
  color: var(--color-subtext);
  text-decoration: line-through;
}
.single-product__info > .info__best-price-mark {
  color: var(--color-leaf-green);
  margin-bottom: 0;
}
.single-product__info > .info__counter .counter__value {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  background-color: var(--color-olive-green_dark);
  margin: 0;
  padding: 0 20px;
}
.single-product__info > .info__submit {
  padding-top: 9px;
  padding-bottom: 9px;
}

/* FOOTER */
.about {
  padding: 40px 20px;
  background-color: #fff;
}

.about-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 40px;
  margin: 0 auto;
  align-items: flex-start;
}

.about-text {
  flex: 1 1 600px;
}

.about-text h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.about-text h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.about-text p {
  margin-bottom: 20px;
}

.about-text h4 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.about-text ul {
  padding-left: 20px;
  margin-bottom: 30px;
}

.about-text ul li {
  list-style: disc;
  margin-bottom: 8px;
}

.advantages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .advantages {
    grid-template-columns: 100%;
  }
}

.advantage {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.advantage img {
  width: 100px;
  height: 100px;
  margin-top: 4px;
}

.advantage strong {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.about-image {
  flex: 1 1 300px;
  position: relative;
}

.image-wrapper {
  position: relative;
  display: inline-block;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}

.orange-box {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 130px;
  height: 130px;
  background-color: #f90;
}

.title {
  color: black;
}

.cart-container {
  width: 95%;
  margin: auto;
  padding: 20px;
  border-radius: 10px;
}

.cart-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border: 2px solid #636262;
  border-radius: 10px;
}

.cart-item img {
  max-width: 238px;
  max-height: 238px;
}

.availability {
  color: var(--wc-leaf-green, #43A047);
  position: absolute;
  right: 70px;
  font-size: 20px;
}

.availab {
  color: var(--wc-leaf-green, #43A047);
  position: absolute;
  top: 300px;
  left: 38px;
  font-size: 13px;
}

.price {
  font-size: 30px;
  font-weight: bold;
}

.order-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #e9e9e3;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #b0b0a8;
  max-width: 400px;
  height: 80px;
  margin-top: 30px;
  margin-left: auto;
}

.summary-label {
  color: #888;
  font-size: 16px;
  margin: -70px 0 0 0;
}

.total-price {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 0 -50px;
}

.checkout-button {
  background: #6B7246;
  color: black;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
}

.checkout-button:hover {
  background: #5a613b;
}

.swiper-container {
  width: 95%;
  padding-top: 20px;
  position: relative;
  box-sizing: border-box;
}

.swiper-slide {
  width: 280px;
  height: 435px;
  background: #fff;
  text-align: center;
  font-size: 20px;
  padding: 15px;
  border: 1px solid black;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.add-to-cart {
  background: var(--wc-sunset-orange, #FE9900);
  color: black;
  padding: 10px;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 5px;
  width: 100%;
  max-width: 240px;
  font-size: 15px;
}

.cart-action {
  display: flex;
  gap: 10px;
  margin-left: auto;
  margin-top: 150px;
}

.cart-like, .cart-delete {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EDEEEE;
  border-radius: 50%;
}

.cart-like img, .cart-delete img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.quantity-selector {
  display: flex;
  align-items: center;
  border: 1px solid var(--wc-olive-green, #6B7246);
  border-radius: 5px;
  width: 135px;
  height: 40px;
  overflow: hidden;
  background-color: var(--wc-olive-green, #6B7246);
}

.quantity-selector button {
  background: var(--wc-secondary, #e9e6ed);
  border: none;
  width: 45px;
  height: 100%;
  cursor: pointer;
  font-size: 18px;
}

.quantity-selector span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  background: var(--wc-olive-green, #6B7246);
  color: white;
  font-size: 18px;
}

.product-image {
  width: 100%;
  height: 235px;
  object-fit: cover;
}

.recommendation-title {
  padding: 20px 0 0 30px;
}

.button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.continue-button {
  width: 100%;
  max-width: 320px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.continue-button button {
  width: 100%;
  height: 100%;
  font-size: 20px;
  padding: 15px;
  border: 1px solid #8D8C8C;
  border-radius: 8px;
  background-color: EDEEEE;
}

.swiper-button-next, .swiper-button-prev {
  color: #6B7246;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.swiper-button-next {
  right: 10px;
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  background: rgb(255, 255, 255);
}

.basket-icon {
  width: 20px;
  height: 20px;
}

.slogan {
  background-color: #6c6f44;
  padding: 15px 20px;
  text-align: center;
  margin-top: 25px;
}

.slogan p {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.card-body > img {
  width: 100%;
}

.contact {
  padding: 40px 20px;
  font-family: sans-serif;
  margin: auto;
}

.contact h2 {
  font-size: 35px;
  font-weight: bold;
}

.contact p {
  margin-bottom: 20px;
}

.contact-box {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.contact-box .info h3 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: bold;
}

.buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 35px;
}

.form-title {
  font-size: 25px;
  margin-top: 40px;
  border-top: 2px solid #3b3f1e;
  padding-top: 20px;
  font-weight: bold;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 850px;
  margin: 0 auto;
}

.contact-form input,
.contact-form textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.contact-form textarea {
  resize: vertical;
  min-height: 100px;
}

.contact-form button {
  background-color: #FE9900;
  border: none;
  color: black;
  font-size: 18px;
  padding: 12px;
  border-radius: 5px;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: #e28200;
}

.title {
  font-size: 23px;
}

.cart-container {
  width: 95%;
  margin: auto;
  padding: 20px;
  border-radius: 10px;
}

.cart-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border: 2px solid #636262;
  border-radius: 10px;
}

.cart-item img {
  max-width: 238px;
  max-height: 238px;
}

.availability {
  color: var(--wc-leaf-green, #43A047);
  position: absolute;
  right: 70px;
  font-size: 20px;
}

.availab {
  color: var(--wc-leaf-green, #43A047);
  position: absolute;
  top: 300px;
  left: 38px;
  font-size: 13px;
}

.price {
  font-size: 30px;
  font-weight: bold;
}

.order-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #e9e9e3;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #b0b0a8;
  max-width: 400px;
  height: 80px;
  margin-top: 30px;
  margin-left: auto;
}

.summary-label {
  color: #888;
  font-size: 16px;
  margin: -70px 0 0 0;
}

.total-price {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 0 -50px;
}

.checkout-button {
  background: #6B7246;
  color: black;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
}

.checkout-button:hover {
  background: #5a613b;
}

.swiper-container {
  width: 95%;
  padding-top: 20px;
  position: relative;
  box-sizing: border-box;
}

.cooperation {
  background-size: cover;
  background-position: center top 120px;
  background-repeat: no-repeat;
  color: #000;
}

.container {
  padding: 20px;
  margin: 0 auto;
}

h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}

.intro {
  font-size: 16px;
  margin-bottom: 100px;
}

.cards {
  max-width: 1000px;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .cards {
    flex-direction: column;
  }
}

.card {
  flex: 1 1 40%;
  background: #e5e5e5;
  padding: 20px;
}

.card h3 {
  margin-bottom: 15px;
}

.card ul {
  list-style: none;
  padding-left: 0;
}

.card li {
  margin-bottom: 10px;
}

.contact {
  text-align: center;
}

.contact h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.contact p {
  margin: 5px 0;
}

.buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.title {
  color: black;
}

.cart-container {
  width: 95%;
  margin: auto;
  padding: 20px;
  border-radius: 10px;
}

.cart-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border: 2px solid #636262;
  border-radius: 10px;
}

.cart-item img {
  max-width: 238px;
  max-height: 238px;
}

.availability {
  color: var(--wc-leaf-green, #43A047);
  position: absolute;
  right: 70px;
  font-size: 20px;
}

.availab {
  color: var(--wc-leaf-green, #43A047);
  position: absolute;
  top: 300px;
  left: 38px;
  font-size: 13px;
}

.price {
  font-size: 30px;
  font-weight: bold;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 10;
}
.navbar__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 40px;
  width: 100%;
}
.navbar-top__collapse {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 480px) {
  .navbar-top__collapse {
    align-items: flex-start;
  }
}
.navbar-top__content {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  list-style-type: none;
  margin: 0 40px;
  padding: 0;
}
.navbar-top__content > .content__cart {
  position: relative;
}
.navbar-top__content > .content__cart > .product-count {
  position: absolute;
  color: var(--color-white);
  background-color: var(--color-red);
  border-radius: 4px;
  right: -14px;
  top: -10px;
  padding: 0 7px;
}

.navbar-bottom {
  position: sticky;
  top: 20px;
  width: 100%;
}
.navbar-bottom__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
.navbar-bottom__catalog-button {
  text-transform: capitalize;
}
.navbar-bottom__find {
  position: relative;
  max-width: 800px;
  margin-bottom: 0 !important;
  z-index: 1;
}
.navbar-bottom__find-dropdown {
  position: absolute;
  background-color: var(--color-white);
  display: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  width: 725px;
  max-height: 400px;
  overflow-y: scroll;
  left: 0;
  top: 45px;
  margin: 0;
  padding: 10px;
}
.navbar-bottom__find-dropdown_show {
  display: block;
}
.navbar-bottom__find-dropdown > .items {
  list-style-type: none;
  padding-left: 0;
}
.navbar-bottom__find-dropdown > .items .item__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 40px;
  text-decoration: none;
}
.navbar-bottom__find-dropdown > .items .item__name {
  color: var(--color-secondary-text);
}
.navbar-bottom__catalog {
  margin-top: 20px;
}
.navbar-bottom__catalog .catalog__items {
  padding-left: 0;
  list-style-type: none;
}
.navbar-bottom__catalog .catalog__item {
  transition: background-color 0.4s;
}
.navbar-bottom__catalog .catalog__item:hover {
  background-color: var(--color-grey_light);
}
.navbar-bottom__catalog .catalog__item .item__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 40px;
  text-decoration: none;
}
.navbar-bottom__catalog .catalog__item .item__name {
  color: var(--color-secondary-text);
  margin-bottom: 0;
}
.navbar-bottom .navbar-bottom__find-fog {
  position: absolute;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 129px;
  left: -150px;
  top: -70px;
}
.navbar-bottom .navbar-bottom__find-fog_show {
  display: block;
}

.user-block__authentication, .user-block__profile {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  color: var(--color-secondary-text);
  text-decoration: none;
}
.user-block__authentication_hide, .user-block__profile_hide {
  display: none;
}
.user-block .profile__mini .account > a {
  color: var(--color-secondary-text);
  text-decoration: none;
}
.user-block .profile__mini .exit {
  cursor: pointer;
}

.product-card {
  padding: 0;
}
.product-card__inner {
  display: block;
  padding: 10px;
  text-decoration: none;
}
.product-card__inner:hover {
  transform: scale(1.1, 1.1);
}
.product-card__image {
  object-fit: cover;
}
.product-card__name {
  color: var(--color-secondary-text);
}
.product-card__in-stock {
  color: var(--color-leaf-green);
  margin-bottom: 0;
  padding: 0 10px;
}
.product-card__out-stock {
  color: var(--color-sunset-orange);
  margin-bottom: 0;
  padding: 0 10px;
}
.product-card__price {
  color: var(--color-secondary-text);
  padding: 0 10px;
}
.product-card__to-cart > img {
  padding-right: 5px;
}

.category-card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  border: 1px solid var(--color-secondary-text);
  border-radius: 10px;
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
}
.category-card__image {
  object-fit: cover;
}
.category-card__title {
  color: var(--color-secondary-text);
}

.category-card-collection__items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  padding-left: 0;
  list-style-type: none;
}
@media screen and (max-width: 480px) {
  .category-card-collection__item {
    flex-grow: 1;
  }
}

.product-card-collection__items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  padding-left: 0;
  list-style-type: none;
}
@media screen and (max-width: 680px) {
  .product-card-collection__item {
    flex-grow: 1;
  }
}

@media screen and (max-width: 680px) {
  .product-card {
    width: 100% !important;
  }
}

.cart-modal__products {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 40px;
  padding-left: 0;
  list-style-type: none;
}
.cart-modal__product {
  display: grid;
  grid-template-columns: 80px 280px 80px 210px 50px;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .cart-modal__product {
    grid-template-columns: 54px 150px 40px 90px 50px;
  }
}
@media screen and (max-width: 510px) {
  .cart-modal__product {
    grid-template-columns: 54px 150px 40px 90px;
  }
}
.cart-modal__product > .product__image {
  color: red;
}
.cart-modal__product > .product__name, .cart-modal__product > .product__count, .cart-modal__product > .product__price {
  margin-bottom: 0;
}
.cart-modal__product > .product__remove {
  cursor: pointer;
}
@media screen and (max-width: 510px) {
  .cart-modal__product > .product__remove {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.cart-modal__amount {
  text-align: right;
}
.cart-modal__amount::before {
  display: block;
  content: "";
  border-top: 1px solid var(--color-secondary-text);
  width: 100%;
  margin-bottom: 10px;
}

.cart-info {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  animation-name: cart-info-fade-in-out;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.cart-info__message {
  color: var(--color-white);
}
@keyframes cart-info-fade-in-out {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fog {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 1;
}
.fog_show {
  display: block;
}

.footer {
  background-color: var(--color-grey_light);
  padding: 20px 0;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
.footer__left {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  gap: 40px;
}
.footer__left > ul.navbar-nav > li.nav-item > a {
  padding-top: 0;
}

.sign-in__inner {
  margin: 0 auto;
  max-width: 400px;
}
.sign-in__form .form__password-wrapper {
  position: relative;
}
.sign-in__form .form__buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}
.sign-in__form .form__buttons > .buttons__submit {
  width: 80px;
}
.sign-in__sign-up {
  margin-top: 40px;
}

.sign-up__inner {
  margin: 0 auto;
  max-width: 400px;
}
.sign-up__form .form__password-wrapper {
  position: relative;
}
.sign-up__form .form__buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}
.sign-up__form .form__buttons > .buttons__submit {
  width: 80px;
}
.sign-up__sign-up {
  margin-top: 40px;
}

.main-modal__header {
  position: relative;
}
.main-modal .main-modal__info-error-button {
  position: absolute;
  right: 54px;
}
.main-modal .main-modal__info-error-content {
  position: relative;
  display: none;
}
.main-modal .main-modal__info-error-content-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.main-modal .main-modal__info-error-content_show {
  display: block;
}

.info-alert {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
}
.info-alert_show {
  display: block;
}

.eye {
  position: absolute;
  right: -45px;
  top: 39px;
  cursor: pointer;
}
.eye > .eye__close {
  display: none;
}
.eye > .eye__open {
  display: block;
}
.eye_close > .eye__close {
  display: block;
}
.eye_close > .eye__open {
  display: none;
}

body {
  min-width: 400px;
}

.inner {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding-left: 135px;
  padding-right: 135px;
}
@media screen and (max-width: 1194px) {
  .inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 480px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.category-products {
  min-height: calc(100vh - 400px);
}

.custom__mt {
  margin-top: 80px;
}

.home,
.discounts,
.collaboration,
.contacts,
.sign-in,
.sign-up,
.cart {
  min-height: calc(100vh - 218px);
}

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