.basket-item{
  padding: 2.4rem;
  margin-bottom: 2.4rem;
}
.basket-item:last-child{
  margin-bottom: 0;
}
.basket-top{
  gap: 2.4rem;
  position: relative;
}
.basket-img{
  width: 10rem;
  height: 10rem;
}
.basket-text{
  flex-grow: 1;
  min-height: 10.8rem;
  padding-right: 10.4rem;
}
.basket-title-outer{
  gap: 1.2rem;
}
.basket-title{
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 500;
  letter-spacing: -0.40px;
  color: var(--black);
  display: block;
  margin-bottom: 0.2rem;
}
.basket-title:hover{
  text-decoration: underline !important;
}
.basket-title-outer .badge {
  padding: 0.3rem 1rem;
  align-self: center;
}
.basket-text span{
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #697289;
}
.basket-text .quantity,
.basket-quantity{
  margin-top: 1.7rem;
  display: inline-flex;
}
.basket-text .quantity button,
.basket-text .input-quantity,
.basket-quantity{
  height: 4rem;
  width: 4rem;
}
.basket-quantity{
  border-radius: 0.8rem;
}
.basket-right{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.basket-btn{
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.basket-btn .btn{
  margin-left: 0.8rem;
}
.basket-price{
  margin-top: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
.basket-price-top{
  align-items: flex-end;
}
.basket-price-top ins,
.basket-price-top del{
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: -0.72px;
  font-weight: 600;
  color: var(--black);
  text-decoration: none;
}
.basket-price-top:has(del) ins{
  text-decoration: line-through;
}
.basket-price-top del{
  color: #D52C2A;
  margin-left: 1.2rem;
}
.basket-price-top span{
  margin-left: 0.8rem;
}
.basket-price-top + span{
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: -0.12px;
}
.basket-bottom{
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  display: flex;
  align-items: flex-start;
  gap: 4.8rem;
}
.basket-bottom-columns{
  width: 50%;
  position: relative;
}
.basket-bottom-columns::after{
  position: absolute;
  content: "";
  top: 0;
  left: -2.4rem;
  height: 100%;
  width: 1px;
  background: #E5EAF0;
}
.basket-bottom-columns:nth-child(2n + 1)::after{
  content: none;
}
.basket-column span{
  margin-left: auto;
  line-height: 1rem;
}
.basket-column{
  margin-bottom: 1.6rem;
}
.basket-column:last-child{
  margin-bottom: 0;
}
.basket-column label{
  font-size: 1.2rem;
  line-height: 0.8rem;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  font-weight: 500;
  color: #697289;
}
.basket-product .title {
  min-height: 4.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.basket-product .product-card-img {
  height: 25.2rem;
}
.btn-back .btn{
  min-width: 21.5rem;
}
.basket-empty{
  max-width: 72.8rem;
  margin: 0 auto;
  text-align: center;
}
.basket-empty-icon{
  width: 11.8rem;
  height: 11.8rem;
  margin: 0 auto 2rem;
}
.basket-empty p{
  color: #697289;
}
@media(min-width:1460px) and (max-width:1499.98px){
  .basket-product .product-card-img {
    height: 24.2rem;
  }
}
@media(min-width:1360px) and (max-width:1459.98px){
  .basket-title {
    font-size: 1.9rem;
    line-height: 2.7rem;
    letter-spacing: -0.38px;
  }
  .basket-price-top ins, 
  .basket-price-top del {
    font-size: 2.2rem;
  }
  .basket-product .product-card-img {
    height: 21.4rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .basket-item {
    padding: 2rem;
  }
  .basket-top {
    gap: 2rem;
  }
  .basket-img {
    width: 9rem;
    height: 9rem;
  }
  .basket-title {
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: -0.36px;
  }
  .basket-product .product-card-img {
    height: 18.5rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .basket-item {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .basket-top {
    gap: 1.2rem;
    flex-wrap: wrap;
    position: relative;
  }
  .basket-img {
    width: 8rem;
    height: 8rem;
  }
  .basket-text {
    width: calc(100% - 9.2rem);
  }
  .basket-title {
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: -0.36px;
  }
  .basket-price {
    bottom: 1rem;
  }
  .basket-price-top ins, 
  .basket-price-top del {
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: -0.60px;
  }
  .basket-bottom {
    margin-top: 1rem;
    padding-top: 2rem;
    gap: 3.2rem;
  }
  .basket-bottom-columns::after {
    left: -1.6rem;
  }
  .basket-column label {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
  .basket-product .product-card-img {
    height: 24.4rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .basket-item {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .basket-top {
    gap: 1.2rem;
    flex-wrap: wrap;
    position: relative;
  }
  .basket-img {
    width: 8rem;
    height: 8rem;
  }
  .basket-text {
    width: calc(100% - 9.2rem);
  }
  .basket-title {
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: -0.36px;
  }
  .basket-price {
    bottom: 1rem;
  }
  .basket-price-top ins, 
  .basket-price-top del {
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: -0.60px;
  }
  .basket-bottom {
    margin-top: 1rem;
    padding-top: 2rem;
    gap: 3.2rem;
  }
  .basket-bottom-columns::after {
    left: -1.6rem;
  }
  .basket-product{
    display: none;
  }
  .basket-empty-icon {
    width: 10.4rem;
    height: 10.4rem;
    margin: 0 auto 1.6rem;
  }
}
@media(max-width:767.98px){
  .basket-item {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .basket-top {
    gap: 1.2rem;
    flex-wrap: wrap;
    position: relative;
  }
  .basket-img {
    width: 8rem;
    height: 8rem;
  }
  .basket-text {
    min-height: initial;
    width: 100%;
    padding-right: 0;
  }
  .basket-title-outer {
    gap: 0.6rem;
    flex-wrap: wrap;
  }
  .basket-title-outer .badge {
    order: -1;
  }
  .basket-title {
    font-size: 1.7rem;
    line-height: 2.5rem;
    letter-spacing: -0.34px;
    width: 100%;
  }
  .basket-right {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
  }
  .basket-text .quantity, 
  .basket-quantity {
    margin-top: 1.2rem;
  }
  .basket-price {
    text-align: left !important;
    position: relative;
  }
  .basket-price-top ins, 
  .basket-price-top del {
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: -0.6px;
  }
  .basket-bottom {
    margin-top: 2rem;
    padding-top: 2rem;
    gap: 1.6rem;
    flex-wrap: wrap;
  }
  .basket-bottom-columns {
    width: 100%;
  }
  .basket-bottom-columns::after{
    content: none;
  }
  .basket-product{
    display: none;
  }
  .basket-empty-icon {
    width: 10.4rem;
    height: 10.4rem;
    margin: 0 auto 1.6rem;
  }
  .basket-empty-btn .btn{
    width: 100%;
  }
  .btn-back .btn {
    min-width: 100%;
  }
}
