.p-cart-list__image{
    max-width: 100px;
    height: auto;
}

.p-select-box__button.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}










/* テスト出力用 */
ul.guest-cart-items {
    list-style: none;
    padding: 0;
}
ul.guest-cart-items li.cart-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    display: flex;
    gap: 1rem;
}
ul.guest-cart-items .cart-details {
    flex: 1;
}
