/* Боковая корзина: «Очистить» + футер */
.licknose-drawer-footer {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 0;
}

.licknose-drawer-footer-actions {
  display: flex;
  gap: 4px;
  justify-content: flex-end;
  padding: 12px;
}

.licknose-cart-clear-btn {
  display: block;
  width: calc(100% - 24px);
  margin: 10px 12px 0;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
  text-align: center;
}

/* Оформление заказа: кол-во и удаление */
.licknose-checkout-item-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-top: 0.65rem;
}

.licknose-checkout-item-actions .easystore-quantity-selector {
  margin: 0;
}

.licknose-checkout-item-actions .easystore-quantity-selector .form-control {
  flex: 0 0 auto;
  width: 7.5rem;
  min-width: 7.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  color: var(--easystore-body-color, #111213);
  font-weight: 500;
  -moz-appearance: textfield;
}

.licknose-checkout-item-actions .easystore-quantity-selector .form-control::-webkit-outer-spin-button,
.licknose-checkout-item-actions .easystore-quantity-selector .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.licknose-checkout-remove-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0;
  border: none;
  background: none;
  color: rgba(15, 15, 15, 0.55);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  transition: color 0.15s ease;
}

.licknose-checkout-remove-btn:hover,
.licknose-checkout-remove-btn:focus-visible {
  color: #b42318;
  outline: none;
}

.licknose-checkout-remove-btn svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

@media (max-width: 575.98px) {
  .licknose-drawer-footer-actions {
    flex-direction: column;
  }

  .licknose-drawer-footer-actions .btn {
    width: 100%;
    text-align: center;
  }
}
