/*
Theme Name: Nippon161
Theme URI: https://onefull.tech
Author: onefull.tech
Author URI: https://onefull.tech
Description: Тема доставки суши, роллов и пиццы NIPPON без WooCommerce. Полный функционал: 2 ресторана, зоны доставки, корзина, заказы, бонусы, SMS-авторизация.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nippon161
Tags: food-delivery, custom-menu, e-commerce
*/

.header__restaurant-picker { position: relative; }
.header__restaurant-list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 100;
  min-width: 240px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ebe4dc;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(51, 38, 28, 0.12);
}
.header__restaurant-list button {
  display: block;
  width: 100%;
  padding: 10px 16px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: #33261c;
}
.header__restaurant-list button:hover { background: #faf8f5; color: #e01b22; }
.cart-summary__zone-select,
.checkout-field__input,
.checkout-field__select,
.checkout-field__textarea,
.profile-form__input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ebe4dc;
  border-radius: 12px;
  font: inherit;
  background: #fff;
}
.auth__message { margin: 12px 0; font-size: 14px; }
.auth__message--error { color: #e01b22; }
.cart-summary__zones { margin-bottom: 16px; }
.cart-summary__zone-label { display: block; margin-bottom: 6px; font-size: 14px; color: #8a7d70; }
.checkout-fields .checkout-field { display: block; margin-bottom: 16px; }
.checkout-field__label { display: block; margin-bottom: 6px; font-size: 14px; color: #8a7d70; }
.notice { padding: 12px 16px; border-radius: 12px; margin-bottom: 16px; }
.notice--success { background: #e8f5e9; color: #2e7d32; }
.notice--error { background: #fdecea; color: #c62828; }
