/*
Theme Name: Cherie Child by LVWS
Theme URI: https://firstsight.design/cherie/beauty/
Template: cherie
Author: the LVWS Team
Description: Specifically modified for ESAWS
Version: 1.0
*/

/* Add your custom CSS Here */
.art-cart-page-wrapper .row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.wc-cart-updating {
  opacity: 0.6;
  pointer-events: none;
}

.cherie-qty {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cherie-qty-btn {
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
}

.cherie-qty-btn:hover {
  background: #f5f5f5;
}

.cherie-qty input.qty {
  width: 60px;
  text-align: center;
}

@media (min-width: 992px) {
  .art-cart-page-wrapper .row {
    grid-template-columns: 2fr 1fr;
    align-items: start;
  }
  .cart-collaterals {
    position: sticky;
    top: 120px;
  }
}
