

/* Start:/local/templates/enstein/components/bitrix/sale.basket.basket/fast-order/style.css?17471371634503*/
.basket-detail {
  font-size: 16px;
  display: grid;
  gap: 16px;
  line-height: 1;
  grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
  .basket-detail {
    grid-template-columns: 2fr 1fr;
  }
}

.basket-detail-items {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.basket-detail-item {
  color: #000;
  background-color: #f0f0f0;
  padding: 20px 12px;
  position: relative;
}

@media (min-width: 768px) {
  .basket-detail-item {
    padding: 20px 16px;
  }
}

.basket-detail-item__notification {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f0f0f0e8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.basket-detail-item__header {
  border-bottom: 1px solid #c0c0c0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
}

.basket-detail-item__titles {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.basket-detail-item__title {
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
}

.basket-detail-item__title-alt {
  font-weight: 600;
  font-size: 12px;
  color: var(--color-grey-2);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.basket-detail-item__remove-button {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.basket-detail-item__remove-button:hover {
  color: var(--color-grey-1);
}

.basket-detail-item__content {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
}

@media (min-width: 768px) {
  .basket-detail-item__content {
    gap: 20px;
  }
}

.basket-detail-item__image img {
  object-fit: cover;
  width: 90px;
  max-height: 140px;
}

@media (min-width: 768px) {
  .basket-detail-item__image img {
    width: 155px;
    max-height: 110px;
  }
}

@media (min-width: 1024px) {
  .basket-detail-item__image img {
    width: 95px;
    max-height: 110px;
  }
}

@media (min-width: 1440px) {
  .basket-detail-item__image img {
    width: 170px;
    max-height: 110px;
  }
}

.basket-detail-item__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 38px 16px;
  grid-column-start: 2;
}

.basket-detail-item__specifications {
  flex: 0 0 100%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 4px;
}

@media (min-width: 768px) {
  .basket-detail-item__specifications {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}

@media (min-width: 1444px) {
  .basket-detail-item__specifications {
    grid-template-columns: repeat(auto-fill, minmax(124px, 1fr));
    gap: 20px 16px;
  }
}

.basket-detail-item-specification {
  display: block;
}

.basket-detail-item-specification__title {
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: var(--color-grey-2);
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .basket-detail-item-specification__title {
    font-size: 12px;
  }
}

.basket-detail-item-specification__value {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #000;
}

@media (min-width: 1024px) {
  .basket-detail-item-specification__value {
    font-size: 16px;
  }
}

.basket-detail-item__subtotal {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
}

@media (min-width: 768px) {
  .basket-detail-item__subtotal {
    font-size: 26px;
  }
}

@media (min-width: 1024px) {
  .basket-detail-item__subtotal {
    font-size: 32px;
  }
}

.basket-detail-summary {
  height: max-content;
  background-color: #000;
  color: #fff;
  padding: 20px 16px;
}

.basket-detail-summary__total {
  font-weight: 600;
  line-height: 1;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.basket-detail-summary__action-button {
  font-weight: 600;
  cursor: pointer;
  background-color: #fff;
  width: 100%;
  padding: 26px 16px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin-bottom: 26px;
}

.basket-detail-summary__action-button:hover {
  background-color: #f0f0f0;
}

.basket-detail-summary__note {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.basket-detail-empty {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}

.basket-detail-empty__title {
  font-size: 28px;
}

.basket-price-base {
  font-size: 0.5em;
  text-decoration: line-through;
}

.basket-notification {
  gap: 18px;
  display: grid;
}
/* End */
/* /local/templates/enstein/components/bitrix/sale.basket.basket/fast-order/style.css?17471371634503 */
