@charset "UTF-8";
.nav {
  padding-left: 15%;
  color: #868686;
  font-family: "ProbaPro-Regular";
  font-size: 0.8vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
}

.title {
  font-family: "ProbaPro-Regular";
  padding-left: 15%;
  color: #333333;
  text-transform: uppercase;
  font-size: 1.5vw;
}

.cart {
  background-color: #FBF6F3;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 2vw;
  margin-bottom: 5vw;
}
.cart .cart__title {
  color: #845E26;
  font-size: 2vw;
  font-family: "ProbaPro-ExtraLight";
}
.cart .cart__body .cart__titles {
  font-family: "ProbaPro-Medium";
  display: flex;
  width: 100%;
  margin-top: 1vw;
  margin-bottom: 2vw;
  padding-bottom: 1vw;
  border-bottom: 0.1vw solid #d19b8352;
}
.cart .cart__body .cart__titles .cart__titles-item {
  color: #333333;
  font-size: 1vw;
}
.cart .cart__body .cart__titles .cart__titles-item:nth-child(1) {
  width: 60%;
}
.cart .cart__body .cart__titles .cart__titles-item:nth-child(2) {
  width: 10%;
  text-align: center;
}
.cart .cart__body .cart__titles .cart__titles-item:nth-child(3) {
  width: 15%;
  text-align: center;
}
.cart .cart__body .cart__titles .cart__titles-item:nth-child(4) {
  width: 10%;
  text-align: center;
}
.cart .cart__body .cart__body {
  border: none;
  padding: 0px;
}
.cart .cart__body .cart__body .cart__body-item {
  padding-bottom: 1vw;
  font-family: "ProbaPro-Regular";
  margin-bottom: 2vw;
  display: flex;
  align-items: flex-start;
  border-bottom: 0.1vw solid #d19b8352;
}
.cart .cart__body .cart__body .cart__body-item .item__product {
  width: 60%;
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 1vw;
}
.cart .cart__body .cart__body .cart__body-item .item__product .item__product-img {
  margin-right: 1vw;
  width: 6vw;
  height: 7vw;
}
.cart .cart__body .cart__body .cart__body-item .item__product .item__product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart .cart__body .cart__body .cart__body-item .item__product .item__del {
  display: none;
}
.cart .cart__body .cart__body .cart__body-item .item__product .item__product-title .title__name-name .title__name-name-name {
  font-size: 1.5vw;
  font-family: "ProbaPro-SemiBold";
}
.cart .cart__body .cart__body .cart__body-item .item__product .item__product-title .title__name-name .title__name-name-info {
  margin-top: 1vw;
}
.cart .cart__body .cart__body .cart__body-item .item__product .item__product-title .title__name-name .title__name-name-info .info__size {
  margin-bottom: 0.5vw;
  font-family: "ProbaPro-Light";
  display: flex;
  align-items: center;
}
.cart .cart__body .cart__body .cart__body-item .item__product .item__product-title .title__name-name .title__name-name-info .info__size .info__size-wrapper {
  margin-left: 0.5vw;
  color: black;
}
.cart .cart__body .cart__body .cart__body-item .item__product .item__product-title .title__name-name .title__name-name-info .info__color {
  font-family: "ProbaPro-Light";
  display: flex;
  align-items: center;
}
.cart .cart__body .cart__body .cart__body-item .item__product .item__product-title .title__name-name .title__name-name-info .info__color .info__color-wrapper {
  width: 1vw;
  height: 1vw;
  margin-left: 0.5vw;
  margin-right: 1vw;
  border-radius: 0.2vw;
}
.cart .cart__body .cart__body .cart__body-item .item__information {
  display: flex;
  width: 40%;
  align-items: center;
}
.cart .cart__body .cart__body .cart__body-item .item__del {
  width: 15%;
  text-align: center;
}
.cart .cart__body .cart__body .cart__body-item .item__del:hover {
  cursor: pointer;
}
.cart .cart__body .cart__body .cart__body-item .item__del img {
  width: 30%;
}
.cart .cart__body .cart__body .cart__body-item .item__price {
  width: 25%;
  color: #333333;
  font-size: 1vw;
  text-align: center;
}
.cart .cart__body .cart__body .cart__body-item .item__count {
  width: 40%;
  display: flex;
  justify-content: center;
}
.cart .cart__body .cart__body .cart__body-item .item__count .item__count-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #D2D2D2;
  border-radius: 0.5vw;
  width: 50%;
}
.cart .cart__body .cart__body .cart__body-item .item__count .item__count-wrapper .item__count-wrapper__item {
  color: #845E26;
  font-size: 1vw;
  padding-left: 0.6vw;
  padding-right: 0.6vw;
}
.cart .cart__body .cart__body .cart__body-item .item__count .item__count-wrapper .basket-item-minus {
  color: #C4C4C4;
  font-family: "ProbaPro-ExtraLight";
  font-size: 2vw;
  width: 30%;
  text-align: center;
}
.cart .cart__body .cart__body .cart__body-item .item__count .item__count-wrapper .basket-item-minus:hover {
  cursor: pointer;
}
.cart .cart__body .cart__body .cart__body-item .item__count .item__count-wrapper .item__count-count {
  color: black;
  font-size: 1vw;
  font-family: "ProbaPro-Medium";
}
.cart .cart__body .cart__body .cart__body-item .item__count .item__count-wrapper .basket-item-plus {
  color: #C4C4C4;
  font-family: "ProbaPro-ExtraLight";
  font-size: 2vw;
  width: 30%;
  text-align: center;
}
.cart .cart__body .cart__body .cart__body-item .item__count .item__count-wrapper .basket-item-plus:hover {
  cursor: pointer;
}
.cart .cart__body .cart__body .cart__body-item .item__sum {
  width: 20%;
  color: #333333;
  font-size: 1vw;
  text-align: center;
}
.cart .cart__sum {
  margin-top: 3vw;
  padding-bottom: 3vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: black;
  font-size: 1vw;
  font-family: "ProbaPro-Regular";
}
.cart .cart__sum .cart__sum-price {
  font-size: 1.5vw;
  font-family: "ProbaPro-Bold";
  color: black;
  margin-left: 1vw;
}
.cart .delivery .devilery__title {
  color: #888888;
  font-size: 1vw;
  font-family: "ProbaPro-Regular";
  margin-bottom: 1vw;
}
.cart .delivery .delivry__body .devilery__item {
  margin-bottom: 1vw;
  color: #888888;
  font-size: 0.8vw;
  font-family: "Montserrat-Regular";
  display: flex;
  justify-content: space-between;
}
.cart .delivery .delivry__body .devilery__item .devilery__item-title {
  display: flex;
  align-items: center;
}
.cart .delivery .delivry__body .devilery__item .devilery__item-title .point {
  margin-left: 1vw;
  margin-right: 0.5vw;
}
.cart .payment {
  margin-top: 2vw;
}
.cart .payment .payment__title {
  color: #888888;
  font-size: 1vw;
  font-family: "Montserrat-Regular";
  margin-bottom: 1vw;
}
.cart .payment .payment__body .payment__item {
  display: flex;
  align-items: center;
  color: #888888;
  font-size: 0.9vw;
  font-family: "Montserrat-Regular";
}
.cart .payment .payment__body .payment__item .point {
  margin-left: 1vw;
  margin-right: 0.5vw;
}
.cart .order {
  display: flex;
  margin-top: 3vw;
}
.cart .order .oreder__form {
  width: 40%;
}
.cart .order .oreder__form .oreder__form-title {
  color: #888888;
  font-size: 1.2vw;
  font-family: "Montserrat-Regular";
}
.cart .order .oreder__form .order__form-body .form_submit input {
  background-color: #A55D35;
  color: white;
  border: none;
  font-size: 1vw;
  padding: 1vw 2vw;
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 2vw;
}
.cart .order .oreder__form .order__form-body .form__input1 {
  font-size: 1vw;
  width: 100%;
  position: relative;
  height: 5vw;
  overflow: hidden;
}
.cart .order .oreder__form .order__form-body .form__input1 input {
  background-color: #F9F7F2;
  font-family: "Montserrat-Light";
  padding-top: 3vw;
  width: 70%;
  height: 100%;
  border: none;
  font-size: 0.8vw;
  outline: none;
}
.cart .order .oreder__form .order__form-body .form__input1 label {
  position: absolute;
  bottom: 0px;
  font-family: "Montserrat-Light";
  left: 0%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-bottom: 0.1vw solid #888888;
}
.cart .order .oreder__form .order__form-body .form__input1 label::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-bottom: 1vw solid #361413;
  left: 0px;
  bottom: -1vw;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
.cart .order .oreder__form .order__form-body .form__input1 label .content-name {
  position: absolute;
  bottom: 5px;
  left: 0px;
  transition: all 0.3s ease;
}
.cart .order .oreder__form .order__form-body .form__input1 input:focus + .label-name .content-name,
.cart .order .oreder__form .order__form-body .form__input1 input:valid + .label-name .content-name {
  transform: translateY(-150%);
  font-size: 0.8vw;
}
.cart .order .oreder__form .order__form-body .form__input1 input:focus + .label-name::after,
.cart .order .oreder__form .order__form-body .form__input1 input:valid + .label-name::after {
  transform: translateX(0%);
}
.cart .order .oredr__sum {
  width: 60%;
  text-align: center;
  color: #888888;
  font-size: 2vw;
  font-family: "ProbaPro-ExtraLight";
}
.cart .cart__order {
  display: flex;
  justify-content: flex-end;
}
.cart .cart__order .cart__order-wrapper {
  background-color: #cf9176;
  color: white;
  font-family: "ProbaPro-SemiBold";
  font-size: 1.5vw;
  padding: 0.8vw 3vw;
  padding-bottom: 1vw;
  border-radius: 5vw;
}
.cart .cart__order .cart__order-wrapper:hover {
  cursor: pointer;
}
.cart .cart__order .cart__order-wrapper a {
  text-decoration: none;
  color: white;
}

.item__del1 {
  display: none;
}

@media only screen and (max-width: 480px) {
  .nav {
    padding-top: 17vw;
    padding-right: 5%;
    padding-left: 5%;
    font-size: 4vw;
  }

  .title {
    display: none;
  }

  .cart {
    padding-top: 2vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .cart .cart__title {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .cart .cart__body .cart__titles {
    display: none;
  }
  .cart .cart__body .cart__body .cart__body-item {
    display: block;
    margin-bottom: 6vw;
    padding-bottom: 6vw;
    width: 100%;
  }
  .cart .cart__body .cart__body .cart__body-item .item__product {
    width: 100%;
    align-items: flex-start;
  }
  .cart .cart__body .cart__body .cart__body-item .item__product .item__product-img {
    width: 25%;
    height: 32vw;
    margin-right: 3%;
  }
  .cart .cart__body .cart__body .cart__body-item .item__product .item__product-img img {
    width: 100%;
  }
  .cart .cart__body .cart__body .cart__body-item .item__product .item__del1 {
    display: block;
  }
  .cart .cart__body .cart__body .cart__body-item .item__product .item__del1 img {
    width: 4vw;
  }
  .cart .cart__body .cart__body .cart__body-item .item__product .item__product-title {
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .cart .cart__body .cart__body .cart__body-item .item__product .item__product-title .title__name-name {
    font-size: 3vw;
  }
  .cart .cart__body .cart__body .cart__body-item .item__product .item__product-title .title__name-name .title__name-name-name {
    font-size: 4vw;
    max-height: 10vw;
    overflow: hidden;
  }
  .cart .cart__body .cart__body .cart__body-item .item__product .item__product-title .title__name-name .title__name-name-info .info__color {
    margin-bottom: 1vw;
  }
  .cart .cart__body .cart__body .cart__body-item .item__product .item__product-title .title__name-name .title__name-name-info .info__color .info__color-title {
    font-size: 4vw;
    margin-right: 2vw;
  }
  .cart .cart__body .cart__body .cart__body-item .item__product .item__product-title .title__name-name .title__name-name-info .info__color .info__color-wrapper {
    width: 3vw;
    height: 3vw;
  }
  .cart .cart__body .cart__body .cart__body-item .item__product .item__product-title .title__name-name .title__name-name-info .info__size {
    font-size: 4vw;
  }
  .cart .cart__body .cart__body .cart__body-item .item__information {
    margin-left: 28%;
    margin-right: 3vw;
    position: relative;
    margin-top: -8vw;
    justify-content: space-between;
    width: 75%;
  }
  .cart .cart__body .cart__body .cart__body-item .item__information .item__count .item__count-wrapper .item__count-wrapper__item {
    font-size: 5vw;
  }
  .cart .cart__body .cart__body .cart__body-item .item__information .item__count .item__count-wrapper .item__count-count {
    margin-left: 1vw;
    margin-right: 1vw;
  }
  .cart .cart__body .cart__body .cart__body-item .item__information .item__sum {
    width: 50%;
    font-size: 4vw;
    text-align: right;
    margin-right: 2vw;
    font-family: "ProbaPro-Bold";
  }
  .cart .cart__body .cart__body .cart__body-item .item__information .item__price {
    display: none;
  }
  .cart .cart__body .cart__body .cart__body-item .item__information .item__del {
    display: none;
  }
  .cart .cart__body .cart__body .cart__body-item .item__information .item__count {
    justify-content: flex-start;
  }
  .cart .cart__body .cart__body .cart__body-item .item__information .item__count .item__count-count {
    font-size: 3vw;
  }
  .cart .cart__sum .cart__sum-title {
    font-size: 4vw;
  }
  .cart .cart__sum .cart__sum-price {
    font-size: 6vw;
    margin-left: 2vw;
  }
  .cart .cart__order .cart__order-wrapper {
    font-size: 5vw;
    padding: 2vw 8vw;
    padding-bottom: 2.9vw;
    border-radius: 10vw;
  }
  .cart .delivery .devilery__title {
    font-size: 3vw;
  }
  .cart .delivery .delivry__body .devilery__item .devilery__item-title {
    font-size: 2.5vw;
  }
  .cart .delivery .delivry__body .devilery__item .devilery__item-price {
    font-size: 2.7vw;
  }
  .cart .payment .payment__title {
    font-size: 3vw;
  }
  .cart .payment .payment__body .payment__item {
    font-size: 2.5vw;
  }
  .cart .order {
    display: flex;
    flex-direction: column-reverse;
  }
  .cart .order .oredr__sum {
    width: 100%;
    text-align: right;
    font-size: 4vw;
    margin-bottom: 2vw;
    margin-top: 2vw;
  }
  .cart .order .oreder__form {
    width: 100%;
  }
  .cart .order .oreder__form .oreder__form-title {
    font-size: 3vw;
  }
  .cart .order .oreder__form .order__form-body .form_submit {
    margin-top: 2vw;
  }
  .cart .order .oreder__form .order__form-body .form_submit input {
    font-size: 3vw;
    padding: 2vw;
  }
  .cart .order .oreder__form .order__form-body .form__input1 {
    margin-top: 2vw;
    height: 10vw;
  }
  .cart .order .oreder__form .order__form-body .form__input1 input {
    font-size: 3vw;
    height: 9vw;
    width: 100%;
    padding-top: 5vw;
  }
  .cart .order .oreder__form .order__form-body .form__input1 label {
    font-size: 3vw;
  }
  .cart .order .oreder__form .order__form-body .form__input1 input:focus + .label-name .content-name,
.cart .order .oreder__form .order__form-body .form__input1 input:valid + .label-name .content-name {
    transform: translateY(-150%);
    font-size: 2.5vw;
  }
}
/* Основные стили корзины */
.cart-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-path {
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}

.page-title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
}

.cart-content {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 40px;
  align-items: start;
}

/* Список товаров */
.cart-items {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.cart-header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr auto;
  gap: 20px;
  padding: 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  font-weight: 600;
  color: #333;
  font-size: 14px;
}

.cart-item {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr auto;
  gap: 20px;
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
  align-items: center;
}

.cart-item:last-child {
  border-bottom: none;
}

/* Информация о товаре */
.item-product {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.product-image {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f8f9fa;
}

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

.product-details {
  flex: 1;
}

.product-name {
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.4;
}

.product-variants {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.variant {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #666;
}

.variant-name {
  color: #999;
}

.color-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
}

.variant-value {
  color: #333;
}

/* Цена */
.item-price {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

/* Счетчик количества */
.item-quantity {
  display: flex;
  justify-content: center;
}

.quantity-controls {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.quantity-btn {
  width: 32px;
  height: 32px;
  border: none;
  background: #f8f9fa;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s;
}

.quantity-btn:hover {
  background: #e9ecef;
}

.quantity-value {
  width: 40px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  background: #fff;
}

/* Общая сумма */
.item-total {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

/* Кнопка удаления */
.item-remove {
  display: flex;
  justify-content: flex-end;
}

.remove-btn {
  width: 32px;
  height: 32px;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}

.remove-btn:hover {
  background: #f8f9fa;
  border-color: #ccc;
}

.remove-btn img {
  width: 14px;
  height: 14px;
  opacity: 0.6;
}

/* Боковая панель с итогами */
.cart-summary {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  border: 1px solid #e9ecef;
  position: sticky;
  top: 20px;
}

.summary-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.summary-items {
  margin-bottom: 20px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 14px;
  color: #666;
}

.summary-row.total {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.summary-divider {
  height: 1px;
  background: #e9ecef;
  margin: 12px 0;
}

.summary-features {
  margin-bottom: 20px;
  padding: 16px;
  background: #f8f9fa;
  border-radius: 6px;
}

.feature {
  font-size: 13px;
  color: #666;
  margin-bottom: 6px;
}

.feature:last-child {
  margin-bottom: 0;
}

.checkout-btn {
  display: block;
  width: 100%;
  padding: 14px;
  background: #333;
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 15px;
  transition: background-color 0.2s;
  border: none;
  cursor: pointer;
}

.checkout-btn:hover {
  background: #555;
}

/* Пустая корзина */
.empty-cart {
  grid-column: 1/-1;
  text-align: center;
  padding: 60px 20px;
}

.empty-icon {
  font-size: 64px;
  margin-bottom: 20px;
  opacity: 0.3;
}

.empty-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.empty-text {
  color: #666;
  margin-bottom: 24px;
}

.continue-shopping {
  display: inline-block;
  padding: 12px 24px;
  background: #333;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: background-color 0.2s;
}

.continue-shopping:hover {
  background: #555;
}

/* Адаптивность */
@media (max-width: 1024px) {
  .cart-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .cart-summary {
    position: static;
  }
}
@media (max-width: 768px) {
  .cart-page {
    padding: 15px;
  }

  .cart-header {
    display: none;
  }

  .cart-item {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 15px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 15px;
  }

  .item-product {
    grid-column: 1/-1;
  }

  .item-price,
.item-quantity,
.item-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-top: 1px solid #f0f0f0;
  }

  .item-remove {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .page-title {
    font-size: 20px;
  }
}
/* Утилиты */
.d-none {
  display: none !important;
}

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