@charset "UTF-8";
.basket_container {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  visibility: hidden;
  /* above the header/topbar (10) and mobile nav (9999) */
  z-index: 10000;
}

.basket_container .select2-selection.select2-selection--single {
  height: auto !important;
}

.basket_container .select2-selection__arrow {
  height: 44px !important;
}

.basket_container .select2-selection__clear {
  height: 44px !important;
}

.basket_container .overflow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
}

.basket_container .basket_wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  overflow: hidden;
  z-index: 2;
}

@media (min-width: 1121px) and (max-width: 1772px) {
  .basket_container .basket_wrapper {
    gap: 5px;
  }
}
@media (max-width: 1120px) {
  .basket_container .basket_wrapper {
    position: fixed;
    display: grid;
    grid-template-columns: 1fr;
    overflow: scroll;
    gap: 0;
  }
}
.basket_container .basket_wrapper .basket {
  width: 100%;
  max-width: 934px;
  height: 100vh;
  background: #FFFFFF;
  padding: 60px 100px;
  overflow-y: scroll;
  transform: translateX(100%);
  position: relative;
  transition: 0.3s ease-in-out;
}

@media (min-width: 1121px) and (max-width: 1772px) {
  .basket_container .basket_wrapper .basket {
    padding: 40px;
    width: 50%;
  }
}
@media (max-width: 1120px) {
  .basket_container .basket_wrapper .basket {
    width: 100%;
    padding: 20px 15px;
    overflow-y: initial;
    height: fit-content;
  }
}
.basket_container .basket_wrapper .basket .open_checkout {
  width: 100%;
}

.basket_container .basket_wrapper .basket #create_order {
  width: 100%;
}

.basket_container .basket_wrapper .basket .hr {
  width: 100%;
  height: 1px;
  background: #141414;
  margin-bottom: 15px;
}

.basket_container .basket_wrapper .basket .header_basket {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 32px;
  user-select: none;
}

.basket_container .basket_wrapper .basket .header_basket .header_basket__title {
  font-size: var(--fs-subhead);
  font-weight: 400;
  color: #000;
}

@media (max-width: 1120px) {
  .basket_container .basket_wrapper .basket .header_basket .btn-modal-close {
    display: none;
  }
}
.basket_container .basket_wrapper .basket .basket_items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.basket_container .basket_wrapper .basket .basket_items .basket_item {
  display: flex;
  gap: 30px;
  padding-bottom: 17.5px;
  border-bottom: 1px solid #979797;
}

@media (max-width: 1120px) {
  .basket_container .basket_wrapper .basket .basket_items .basket_item {
    gap: 10px;
  }
}
.basket_container .basket_wrapper .basket .basket_items .basket_item .basket_item__img {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  height: 126px;
  min-height: 126px;
  max-height: 126px;
  background: #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.basket_container .basket_wrapper .basket .basket_items .basket_item .basket_item__img img {
  display: block;
  width: 100%;
}

.basket_container .basket_wrapper .basket .basket_items .basket_item .basket_item__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.basket_container .basket_wrapper .basket .basket_items .basket_item .basket_item__content .basket_item__content_top {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}

.basket_container .basket_wrapper .basket .basket_items .basket_item .basket_item__content .basket_item__content_top .basket_item__title {
  max-width: 364px;
  font-size: var(--fs-body);
  font-weight: 300;
  color: #141414;
  user-select: none;
}

@media (max-width: 1120px) {
  .basket_container .basket_wrapper .basket .basket_items .basket_item .basket_item__content .basket_item__content_top .basket_item__title {
    width: 100%;
    font-size: 16px;
  }
}
.basket_container .basket_wrapper .basket .basket_items .basket_item .basket_item__content .basket_item__content_bottom {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1120px) {
  .basket_container .basket_wrapper .basket .basket_items .basket_item .basket_item__content .basket_item__content_bottom {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.basket_container .basket_wrapper .basket .basket_items .basket_item .basket_item__content .basket_item__content_bottom .basket_item__content_info {
  display: flex;
  gap: 20px;
  align-items: center;
}

.basket_container .basket_wrapper .basket .basket_items .basket_item .basket_item__content .basket_item__content_bottom .basket_item__content_info .basket_item__size {
  padding: 5px 30px;
  border: 1px solid #141414;
  user-select: none;
  font-size: 16px;
  font-weight: 300;
}

.basket_container .basket_wrapper .basket .basket_items .basket_item .basket_item__content .basket_item__content_bottom .basket_item__content_info .basket_item__count_change {
  display: flex;
  align-items: center;
  border: 1px solid #979797;
  padding: 6px 10px;
}

.basket_container .basket_wrapper .basket .basket_items .basket_item .basket_item__content .basket_item__content_bottom .basket_item__content_info .basket_item__count_change input {
  width: 30px;
  border: none;
  outline: none;
  text-align: center;
  font-size: var(--fs-caption);
  font-weight: 600;
}

.basket_container .basket_wrapper .basket .basket_items .basket_item .basket_item__content .basket_item__content_bottom .basket_item__content_info .basket_item__count_change button {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.basket_container .basket_wrapper .basket .basket_items .basket_item .basket_item__content .basket_item__content_bottom .basket_item__price {
  font-size: var(--fs-body);
  font-weight: 500;
  color: #000;
  user-select: none;
}

@media (max-width: 1120px) {
  .basket_container .basket_wrapper .basket .basket_items .basket_item .basket_item__content .basket_item__content_bottom .basket_item__price {
    font-size: var(--fs-body);
  }
}
.basket_container .basket_wrapper .basket .they_buy {
  margin-top: 10px;
}

.basket_container .basket_wrapper .basket .they_buy .title_they_buy {
  font-weight: 500;
  font-size: 16px;
}

.basket_container .basket_wrapper .basket .they_buy .items_they_buy {
  margin-top: 10px;
  background: #E2E2D6;
  padding: 20px;
  display: flex;
  gap: 15px;
  user-select: none;
}

@media (max-width: 1120px) {
  .basket_container .basket_wrapper .basket .they_buy .items_they_buy {
    flex-direction: column;
  }
}
.basket_container .basket_wrapper .basket .they_buy .items_they_buy .item_they_buy {
  display: flex;
  gap: 30px;
}

.basket_container .basket_wrapper .basket .they_buy .items_they_buy .item_they_buy .item_they_buy__img {
  width: 65px;
  min-width: 65px;
  max-width: 65px;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F1F1F1;
}

.basket_container .basket_wrapper .basket .they_buy .items_they_buy .item_they_buy .item_they_buy__img img {
  display: block;
  height: 100%;
}

.basket_container .basket_wrapper .basket .they_buy .items_they_buy .item_they_buy .item_they_buy__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.basket_container .basket_wrapper .basket .they_buy .items_they_buy .item_they_buy .item_they_buy__info .item_they_buy__title {
  font-size: var(--fs-caption);
  font-weight: 300;
  color: #141414;
}

.basket_container .basket_wrapper .basket .they_buy .items_they_buy .item_they_buy .item_they_buy__info .item_they_buy__add {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 10px;
  padding: 0;
}

.basket_container .basket_wrapper .basket .they_buy .items_they_buy .item_they_buy .item_they_buy__info .item_they_buy__add .btn_add {
  display: flex;
  align-items: center;
  padding: 0;
}

.basket_container .basket_wrapper .basket .they_buy .items_they_buy .item_they_buy .item_they_buy__info .item_they_buy__add .item_they_buy__add_price {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.basket_container .basket_wrapper .basket .add_promo {
  width: 100%;
  margin-top: 50px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0px;
  padding-bottom: 0;
  border-top: 1px solid #979797;
}

.basket_container .basket_wrapper .basket .add_promo .add_promo__text {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

.basket_container .basket_wrapper .basket .add_promo svg path {
  transition: 0.2s 0s;
}

.basket_container .basket_wrapper .basket .add_promo.open svg path:last-child {
  opacity: 0;
}

.basket_container .basket_wrapper .basket .add_promo__content {
  display: flex;
  overflow: hidden;
  height: auto;
  max-height: 0;
  transition: 0.3s ease-in-out;
}

.basket_container .basket_wrapper .basket .add_promo__content input {
  width: 100%;
  border: none;
  font-size: var(--fs-body);
  font-weight: 300;
  color: #979797;
}

.basket_container .basket_wrapper .basket .add_promo__content button {
  max-width: 230px;
  padding: 10px !important;
  font-size: var(--fs-body) !important;
}

.basket_container .basket_wrapper .basket .add_promo__content.open {
  max-height: 60px;
}

/* Bank-transfer requisites — visible only while that pay option is selected */
.pay_types .bank_details {
  display: none;
  margin-top: 10px;
  font-size: var(--fs-caption);
  font-weight: 300;
  color: #141414;
  line-height: 1.5;
}
.pay_types input:checked + .custom_radio_input .bank_details {
  display: block;
}

/* Promo code hidden in the cart (markup kept so basket JS keeps working) */
.basket_container .basket_wrapper .basket .add_promo,
.basket_container .basket_wrapper .basket .add_promo__content {
  display: none !important;
}

.basket_container .basket_wrapper .basket .sale_block {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 10px 0px;
  margin-top: 10px;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  user-select: none;
}

.basket_container .basket_wrapper .basket .sale_block .sale_block__text {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}

.basket_container .basket_wrapper .basket .sale_block .sale_block__money {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.basket_container .basket_wrapper .basket .delivery_block {
  margin: 20px 0px;
  padding: 20px;
  background: #ECECEC;
}

.basket_container .basket_wrapper .basket .delivery_block .delivery_block__header {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.basket_container .basket_wrapper .basket .delivery_block .delivery_block__header .delivery_block__header_text {
  color: #000;
  font-size: 16px;
}

.basket_container .basket_wrapper .basket .delivery_block .delivery_block__header .delivery_block__header_text .delivery_block__header_text_money {
  font-weight: 600;
}

.basket_container .basket_wrapper .basket .delivery_block .delivery_block__progress {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  user-select: none;
  margin-top: 20px;
}

.basket_container .basket_wrapper .basket .delivery_block .delivery_block__progress .delivery_block__progress_start {
  display: block;
  width: 53px;
  min-width: 53px;
  font-size: 16px;
  color: #000;
}

.basket_container .basket_wrapper .basket .delivery_block .delivery_block__progress .delivery_block__progress_progress {
  width: 100%;
  height: 12px;
  position: relative;
  background: #CFCFCF;
}

.basket_container .basket_wrapper .basket .delivery_block .delivery_block__progress .delivery_block__progress_progress .delivery_block__progress_progress_line {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  background: #979797;
}

.basket_container .basket_wrapper .basket .delivery_block .delivery_block__progress .delivery_block__progress_finish {
  display: block;
  width: 53px;
  min-width: 53px;
  font-size: 16px;
  color: #000;
}

.basket_container .basket_wrapper .basket .delivery_block .delivery_block__all {
  margin-top: 28px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  font-size: var(--fs-body);
  font-weight: 600;
  color: #000;
}

.basket_container .basket_wrapper .checkout {
  width: 100%;
  max-width: 818px;
  height: 100vh;
  padding: 50px;
  background: #FFFFFF;
  overflow-y: scroll;
  transform: translateY(-100%);
  transition: 0.3s ease-in-out;
}

@media (min-width: 1121px) and (max-width: 1772px) {
  .basket_container .basket_wrapper .checkout {
    padding: 40px;
    width: 50%;
  }
}
@media (max-width: 1120px) {
  .basket_container .basket_wrapper .checkout {
    width: 100%;
    padding: 20px 15px;
    overflow-y: initial;
    height: fit-content;
    transform: translateY(0%) translateX(100%);
  }
}
.basket_container .basket_wrapper .checkout .header_basket {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 30px;
  user-select: none;
}

.basket_container .basket_wrapper .checkout .header_basket .btn_close_basket {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  padding-bottom: 3px;
}

.basket_container .basket_wrapper .checkout .header_basket .btn_close_basket .checkout__close {
  color: #979797;
  font-size: var(--fs-body);
}

@media (max-width: 1120px) {
  .basket_container .basket_wrapper .checkout .header_basket .btn_close_basket .checkout__close {
    font-size: 16px;
  }
}
.basket_container .basket_wrapper .checkout .header_basket .btn_close_basket:before {
  content: "";
  width: 0%;
  height: 1px;
  background: #979797;
  position: absolute;
  bottom: 0;
  left: 31px;
  transition: 0.2s 0s;
}

.basket_container .basket_wrapper .checkout .header_basket .btn_close_basket:hover:before {
  width: calc(100% - 31px);
}

.basket_container .basket_wrapper .checkout .header_basket .checkout__login {
  display: flex;
  gap: 5px;
}

.basket_container .basket_wrapper .checkout .header_basket .checkout__login .checkout__login_text {
  font-size: var(--fs-body);
  color: #000;
}

@media (max-width: 1120px) {
  .basket_container .basket_wrapper .checkout .header_basket .checkout__login .checkout__login_text {
    font-size: var(--fs-caption);
  }
}
.basket_container .basket_wrapper .checkout .header_basket .checkout__login .checkout__login_btn {
  font-size: var(--fs-body);
  color: #979797;
  padding: 0;
  margin: 0;
  position: relative;
  padding-bottom: 3px;
}

@media (max-width: 1120px) {
  .basket_container .basket_wrapper .checkout .header_basket .checkout__login .checkout__login_btn {
    font-size: var(--fs-caption);
  }
}
.basket_container .basket_wrapper .checkout .header_basket .checkout__login .checkout__login_btn:before {
  content: "";
  width: 0%;
  height: 1px;
  background: #979797;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.2s 0s;
}

.basket_container .basket_wrapper .checkout .header_basket .checkout__login .checkout__login_btn:hover:before {
  width: 100%;
}

.basket_container .basket_wrapper .checkout .checkout_header__title {
  font-size: var(--fs-subhead);
  color: #000000;
  padding-bottom: 30px;
  border-bottom: 1px solid #141414;
}

@media (max-width: 1120px) {
  .basket_container .basket_wrapper .checkout .checkout_header__title {
    font-size: var(--fs-body);
    padding-bottom: 20px;
  }
}
.basket_container .basket_wrapper .checkout .checkout__data {
  padding: 30px;
  background: #F5F5F5;
  display: flex;
  gap: 30px;
  flex-direction: column;
  margin-bottom: 50px;
}

.basket_container .basket_wrapper .checkout .checkout__data .checkout__data_inputs {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.basket_container .basket_wrapper .checkout .checkout__data .checkout__data_inputs .checkout__data_input_block {
  display: flex;
  gap: 20px;
}

.basket_container .basket_wrapper .checkout .checkout__data .checkout__data_inputs .checkout__data_input_block .custom_input {
  width: 100%;
}

@media (max-width: 1120px) {
  .basket_container .basket_wrapper .checkout .checkout__data .checkout__data_inputs .checkout__data_input_block {
    flex-direction: column;
  }
}
.basket_container .basket_wrapper .checkout .delivery__items {
  margin-bottom: 30px;
}

.basket_container .basket_wrapper .checkout .delivery__items_types {
  margin-top: 30px;
}

@media (max-width: 1120px) {
  .basket_container .basket_wrapper .checkout .delivery__items_types {
    margin-top: 20px;
  }
}
.basket_container .basket_wrapper .checkout .delivery__items_types .delivery__item_radio {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1120px) {
  .basket_container .basket_wrapper .checkout .delivery__items_types .delivery__item_radio {
    flex-direction: column;
  }
}
/* ── delivery selects fix ── */
.basket_container .basket_wrapper .checkout .delivery__selects {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  overflow: hidden;
}

@media (max-width: 1120px) {
  .basket_container .basket_wrapper .checkout .delivery__selects {
    flex-direction: column;
    margin-top: 8px;
  }
}
.basket_container .basket_wrapper .checkout .pickup__info {
  margin-top: 20px;
  padding: 10px 20px;
  background: #E2E2D6;
  display: flex;
  align-items: center;
  gap: 20px;
}

.basket_container .basket_wrapper .checkout .pickup__info svg {
  width: 16px;
  min-width: 16px;
  max-width: 16px;
}

.basket_container .basket_wrapper .checkout .pickup__info .pickup__info_text {
  font-size: var(--fs-body);
  font-weight: 300;
  color: #000000;
}

.basket_container .basket_wrapper .checkout .pay_types {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 10px;
}

.basket_container .basket_wrapper .checkout .pay_types .custom_radio_label {
  display: flex;
}

.basket_container .basket_wrapper .checkout .pay_types .custom_radio_label:last-child {
  max-width: 100%;
  grid-column: 1/-1;
}

.basket_container .basket_wrapper .checkout .pay_types .custom_radio_label .custom_radio_input {
  max-width: 100%;
}

@media (max-width: 1120px) {
  .basket_container .basket_wrapper .checkout .pay_types {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.basket_container .basket_wrapper .checkout .card_pay {
  display: flex;
  gap: 20px;
  padding: 10px 20px;
  justify-content: flex-start;
  align-items: center;
  background: #E2E2D6;
  margin-top: 10px;
  user-select: none;
}

.basket_container .basket_wrapper .checkout .card_pay svg {
  width: 20px;
  height: 20px;
  max-width: 20px;
  min-width: 20px;
  max-height: 20px;
  min-height: 20px;
}

.basket_container .basket_wrapper .checkout .card_pay .card_pay__text {
  font-size: var(--fs-body);
  font-weight: 300;
  color: #000000;
}

@media (max-width: 1120px) {
  .basket_container .basket_wrapper .checkout .card_pay .card_pay__text {
    font-size: 16px;
  }
}
.basket_container .basket_wrapper .checkout textarea {
  width: 100%;
  resize: none;
  height: 100px;
  padding: 13px 0;
  border: none;
  border-bottom: 1px solid #141414;
  margin-top: 30px;
  font-size: var(--fs-body);
  color: #979797;
}

.basket_container .basket_wrapper .checkout.open {
  transform: translateY(0%);
}

.basket_container.open {
  visibility: visible;
}

.basket_container.open .overflow {
  opacity: 1;
}

.basket_container.open .basket_wrapper .basket {
  transform: translateX(0%);
}

@media (max-width: 1120px) {
  .basket_container.open .basket_wrapper .checkout {
    transform: translateX(0%);
  }
}
.basket_preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  background: rgb(255, 255, 255);
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.basket_preloader .loader {
  border-color: #000;
  border-bottom-color: transparent;
}

.basket_preloader.show {
  visibility: visible;
}

[data-empty=true] {
  display: none !important;
}

[data-order=false] {
  display: flex;
}

[data-order=true] {
  display: none;
}

.delivery__items:has(input[value=np]:checked) .pickup__info {
  display: none;
}

.delivery__items:has(input[value=pickup]:checked) .delivery__selects {
  display: none;
}

.total_with_discount {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.total_old {
  font-size: var(--fs-caption);
  color: #9a9a9a;
  text-decoration: line-through;
}

.total_new {
  font-size: var(--fs-body);
  font-weight: 600;
  color: #1b1b1b;
}

@media (max-width: 1120px) {
  .header_basket > .basket_btn {
    display: none;
  }
  .basket_container {
    z-index: 10000;
  }
}

/* Nova Poshta city/warehouse required error */
.delivery__error {
  display: none;
  color: red;
  font-size: 12px;
  margin-top: 8px;
}
