/*
Theme Name: Lovely Food
Theme URI: https://lovely.in.ua/
Author: Lovely
Description: Україномовна WooCommerce-тема для доставки їжі Lovely у Пʼятихатках.
Version: 1.2.8
Requires at least: 6.7
Requires PHP: 7.4
Requires Plugins: woocommerce
Text Domain: lovely-food
*/

:root {
  --lovely-cream: #fff9e7;
  --lovely-cream-deep: #f5e8d4;
  --lovely-white: #fffdf9;
  --lovely-ink: #2d1a13;
  --lovely-brown: #4b2b1f;
  --lovely-orange: #d58a43;
  --lovely-line: #e8dcc0;
  --lovely-muted: #746b61;
  --lovely-green: #6f8a4a;
  --lovely-shadow: 0 16px 45px rgba(65, 37, 20, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--lovely-ink);
  background: var(--lovely-cream);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
input,
textarea,
select {
  font: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(213, 138, 67, 0.5);
  outline-offset: 3px;
}

.lovely-header {
  position: sticky;
  z-index: 40;
  top: 0;
  display: flex;
  min-height: 94px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 10px 5vw;
  border-bottom: 1px solid var(--lovely-line);
  background: rgba(255, 249, 231, 0.96);
  backdrop-filter: blur(14px);
}

.admin-bar .lovely-header {
  top: 32px;
}

.lovely-logo {
  display: block;
  flex: 0 0 145px;
  line-height: 0;
}

.lovely-logo img {
  display: block;
  width: 145px;
}

.lovely-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.lovely-nav a {
  color: #47413b;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.lovely-nav a:hover {
  color: var(--lovely-orange);
}

.lovely-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.lovely-store-status {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 20px;
  color: #fff;
  background: var(--lovely-green);
  font-size: 13px;
  text-align: center;
}

.lovely-store-status.is-preorder {
  color: #3b291f;
  background: #f2c66d;
}

.lovely-store-status.is-closed {
  background: #6c625c;
}

.lovely-store-status span {
  opacity: 0.9;
}

.lovely-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--lovely-brown);
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}

.lovely-cart-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 9px;
  padding: 9px 11px 9px 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--lovely-ink);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.lovely-cart-button b {
  display: inline-grid;
  min-width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 999px;
  color: var(--lovely-ink);
  background: var(--lovely-orange);
}

.lovely-hero {
  position: relative;
  display: grid;
  min-height: 650px;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.lovely-hero-copy {
  z-index: 2;
  padding: 90px 5vw 70px 9vw;
}

.lovely-eyebrow {
  margin: 0 0 20px;
  color: var(--lovely-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.lovely-hero h1 {
  margin: 0;
  font-size: clamp(55px, 6.2vw, 98px);
  font-weight: 900;
  letter-spacing: -5px;
  line-height: 0.89;
}

.lovely-hero h1 em {
  color: var(--lovely-orange);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-weight: 700;
  letter-spacing: -2px;
}

.lovely-hero-text {
  max-width: 510px;
  margin: 31px 0;
  color: #655d54;
  font-size: 17px;
  line-height: 1.65;
}

.lovely-primary {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding: 17px 22px 17px 25px;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(75, 43, 31, 0.18);
  color: var(--lovely-cream);
  background: var(--lovely-brown);
  font-weight: 900;
  text-decoration: none;
}

.lovely-primary i {
  font-size: 21px;
}

.lovely-perks {
  display: flex;
  gap: 24px;
  margin-top: 44px;
  color: var(--lovely-muted);
  font-size: 12px;
  font-weight: 700;
}

.lovely-perks i {
  margin-right: 6px;
  color: var(--lovely-orange);
}

.lovely-hero-art {
  position: relative;
  display: grid;
  place-items: center;
  border-bottom-left-radius: 45%;
  background:
    radial-gradient(circle at 50% 50%, var(--lovely-cream) 0 35%, transparent 36%),
    linear-gradient(135deg, #efc57e, var(--lovely-orange));
}

.lovely-plate {
  position: relative;
  display: grid;
  width: min(38vw, 520px);
  overflow: hidden;
  aspect-ratio: 1;
  place-items: center;
  border: 20px solid #f6f0e8;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 30px 70px rgba(75, 43, 31, 0.32);
  transform: rotate(8deg);
}

.lovely-plate img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.lovely-sticker {
  position: absolute;
  bottom: 14%;
  left: 7%;
  display: grid;
  width: 120px;
  height: 120px;
  place-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--lovely-brown);
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
  transform: rotate(-10deg);
}

.lovely-sticker b {
  color: #efb45e;
  font-size: 18px;
}

.lovely-menu-section {
  max-width: 1500px;
  margin: 0 auto;
  padding: 90px 5vw 110px;
}

.lovely-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.lovely-section-head h2,
.lovely-delivery h2,
.lovely-location h2 {
  margin: 0;
  font-size: clamp(36px, 4vw, 58px);
  letter-spacing: -2px;
  line-height: 1;
}

.lovely-search {
  display: flex;
  width: min(100%, 330px);
  min-height: 50px;
  align-items: center;
  gap: 9px;
  padding: 11px 17px;
  border: 1px solid var(--lovely-line);
  border-radius: 999px;
  background: #fff;
}

.lovely-search i {
  color: var(--lovely-orange);
  font-size: 18px;
  line-height: 1;
}

.lovely-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
}

.lovely-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  overflow-x: visible;
  padding: 35px 0 28px;
  scrollbar-width: none;
}

.lovely-categories::-webkit-scrollbar {
  display: none;
}

.lovely-categories button {
  min-height: 44px;
  padding: 9px 18px;
  border: 1px solid var(--lovely-line);
  border-radius: 999px;
  color: #6a6259;
  background: #fff;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.lovely-categories button.active {
  border-color: var(--lovely-ink);
  color: #fff;
  background: var(--lovely-ink);
}

.lovely-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.lovely-dish {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--lovely-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 5px 22px rgba(81, 53, 27, 0.04);
  transition: transform 0.2s, box-shadow 0.2s;
}

.lovely-dish[hidden] {
  display: none;
}

@media (hover: hover) {
  .lovely-dish:hover {
    box-shadow: var(--lovely-shadow);
    transform: translateY(-4px);
  }

  .lovely-dish:hover .lovely-dish-image img {
    transform: scale(1.045);
  }
}

.lovely-dish-image {
  position: relative;
  height: 235px;
  overflow: hidden;
  background: #e9d3b5;
}

.lovely-dish-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 45%, rgba(0, 0, 0, 0.18));
  content: "";
  pointer-events: none;
}

.lovely-dish-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.lovely-dish-image b {
  position: absolute;
  z-index: 2;
  top: 17px;
  left: 17px;
  padding: 7px 11px;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(45, 26, 19, 0.12);
  background: rgba(255, 250, 240, 0.92);
  backdrop-filter: blur(7px);
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lovely-dish-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.lovely-dish-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.lovely-dish-title h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
}

.lovely-dish-title strong {
  color: var(--lovely-brown);
  white-space: nowrap;
}

.lovely-dish-title .woocommerce-Price-amount {
  font: inherit;
}

.lovely-description {
  display: -webkit-box;
  min-height: 41px;
  margin: 12px 0;
  overflow: hidden;
  color: #777067;
  font-size: 13px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.lovely-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
  color: #82796f;
  font-size: 11px;
  font-weight: 800;
}

.lovely-product-meta span {
  padding: 5px 8px;
  border-radius: 8px;
  background: #f7f1e8;
}

.lovely-card-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 17px;
}

.lovely-sizes {
  display: flex;
  flex: 1;
  padding: 3px;
  border-radius: 999px;
  background: #f4f0eb;
}

.lovely-sizes button {
  min-width: 48px;
  min-height: 38px;
  flex: 1;
  padding: 7px 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.lovely-sizes button.active {
  background: #fff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.08);
}

.lovely-weight {
  color: #82796f;
  font-size: 12px;
  font-weight: 800;
}

.lovely-add-button {
  display: inline-flex;
  min-width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 15px;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 7px 14px rgba(75, 43, 31, 0.18);
  color: #fff;
  background: var(--lovely-brown);
  font-weight: 900;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.lovely-add-button i {
  font-size: 22px;
  line-height: 1;
}

.lovely-add-button b {
  display: none;
  font-size: 13px;
}

.lovely-add-button:hover {
  background: #63382a;
}

.lovely-add-button:active {
  transform: scale(0.97);
}

.lovely-add-button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.lovely-add-button.is-added {
  background: var(--lovely-green);
}

.lovely-quantity-control {
  display: flex;
  justify-content: flex-end;
}

.lovely-card-stepper {
  display: inline-flex;
  height: 48px;
  align-items: center;
  overflow: hidden;
  border-radius: 999px;
  box-shadow: 0 7px 14px rgba(75, 43, 31, 0.18);
  color: #fff;
  background: var(--lovely-brown);
}

.lovely-card-stepper[hidden],
.lovely-add-button[hidden] {
  display: none !important;
}

.lovely-card-stepper button {
  width: 42px;
  height: 48px;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
}

.lovely-card-stepper button:hover {
  background: rgba(255, 255, 255, 0.12);
}

.lovely-card-stepper span {
  min-width: 28px;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
}

.lovely-call-button {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 17px;
  padding: 10px 14px;
  border: 1px solid var(--lovely-brown);
  border-radius: 999px;
  color: var(--lovely-brown);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.lovely-no-results,
.lovely-setup-message {
  padding: 36px;
  border: 1px solid var(--lovely-line);
  border-radius: 22px;
  background: #fff;
  text-align: center;
}

.lovely-setup-message {
  margin-top: 32px;
}

.lovely-setup-message h3 {
  margin-top: 0;
  font-size: 26px;
}

.lovely-cart-status {
  position: fixed;
  z-index: 80;
  right: 20px;
  bottom: 20px;
  overflow: hidden;
  border-radius: 13px;
  color: #fff;
  background: var(--lovely-green);
  font-weight: 900;
  box-shadow: var(--lovely-shadow);
}

.lovely-cart-status:not(:empty) {
  padding: 13px 17px;
}

.lovely-delivery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 8vw;
  padding: 90px 8vw;
  color: #fff;
  background: var(--lovely-ink);
}

.lovely-delivery > div > p:not(.lovely-eyebrow) {
  max-width: 540px;
  color: #c0b5ac;
  line-height: 1.7;
}

.lovely-delivery-phone,
.lovely-route-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
  padding: 13px 17px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.lovely-delivery-phone {
  border: 1px solid #7e604f;
  color: var(--lovely-cream);
}

.lovely-delivery-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.lovely-delivery-cards article {
  padding: 25px;
  border-radius: 20px;
  background: #36231c;
}

.lovely-delivery-cards article > i {
  color: var(--lovely-orange);
  font-size: 27px;
}

.lovely-delivery-cards h3 {
  margin: 13px 0 8px;
  font-size: 18px;
}

.lovely-delivery-cards p {
  margin: 0;
  color: #c5b6aa;
  font-size: 13px;
  line-height: 1.5;
}

.lovely-location {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(420px, 1.35fr);
  align-items: center;
  gap: 40px;
  padding: 70px 6vw;
  background: var(--lovely-cream-deep);
}

.lovely-location > div > p:not(.lovely-eyebrow) {
  color: #6c5146;
  font-size: 17px;
  line-height: 1.65;
}

.lovely-route-button {
  min-height: 52px;
  color: #fff;
  background: #6b2e1f;
  box-shadow: 0 10px 24px rgba(107, 46, 31, 0.2);
}

.lovely-map {
  min-height: 360px;
  overflow: hidden;
  border: 6px solid #fff8ed;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(74, 42, 27, 0.14);
}

.lovely-map iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

.lovely-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 55px 6vw;
  color: #c8b9ae;
  background: #1d0e0b;
  font-size: 13px;
}

.lovely-footer a {
  color: #fffde8;
}

.lovely-footer-logo {
  display: block;
  padding: 5px 8px;
  border-radius: 10px;
  background: var(--lovely-cream);
  line-height: 0;
}

.lovely-footer-logo img {
  width: 130px;
}

.lovely-footer-qr {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fffde8;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.lovely-footer-qr img {
  width: 96px;
  height: 96px;
  padding: 6px;
  border-radius: 10px;
  background: #fffdf9;
}

.lovely-footer-menu {
  font-weight: 800;
  text-decoration: none;
}

.lovely-footer-credit {
  flex-basis: 100%;
  margin-top: 4px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #c8b9ae !important;
  text-align: center;
  text-decoration: none;
}

.lovely-footer-credit strong {
  color: #fffde8;
}

.lovely-footer-credit i {
  margin-left: 6px;
  color: #2aabee;
  font-size: 16px;
}

.lovely-mobile-cart {
  display: none;
}

.lovely-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 58vh;
  margin: 0 auto;
  padding: 64px 0 90px;
}

.lovely-content-card,
.lovely-woocommerce {
  padding: clamp(22px, 4vw, 48px);
  border: 1px solid var(--lovely-line);
  border-radius: 26px;
  background: var(--lovely-white);
  box-shadow: 0 8px 35px rgba(81, 53, 27, 0.07);
}

.lovely-inner h1 {
  margin-top: 0;
  font-size: clamp(34px, 5vw, 58px);
  letter-spacing: -2px;
}

/* WooCommerce pages */
.lovely-woocommerce .woocommerce-breadcrumb {
  margin-bottom: 28px;
  color: var(--lovely-muted);
  font-size: 13px;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  min-height: 48px;
  padding: 14px 20px;
  border-radius: 999px;
  color: #fff;
  background: var(--lovely-brown);
  font-weight: 900;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  color: #fff;
  background: #63382a;
}

.woocommerce table.shop_table {
  overflow: hidden;
  border-color: var(--lovely-line);
  border-radius: 17px;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 15px 12px;
  border-color: var(--lovely-line);
}

.woocommerce-cart-form .product-name a {
  color: var(--lovely-ink);
  font-weight: 900;
}

.woocommerce .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--lovely-line);
  border-radius: 12px;
  background: #fff;
}

.woocommerce .quantity {
  display: inline-flex;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--lovely-line);
  border-radius: 12px;
  background: #fff;
}

.woocommerce .quantity .qty {
  width: 52px;
  min-height: 44px;
  padding: 8px 5px;
  border: 0;
  border-radius: 0;
  text-align: center;
  -moz-appearance: textfield;
}

.woocommerce .quantity .qty::-webkit-inner-spin-button,
.woocommerce .quantity .qty::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.lovely-cart-quantity-button {
  width: 40px;
  border: 0;
  color: var(--lovely-brown);
  background: #f6efe7;
  cursor: pointer;
}

.lovely-cart-quantity-button:hover {
  background: #eadfce;
}

.lovely-closed-cart-message {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 10px;
  padding: 16px;
  border-radius: 14px;
  color: #3b291f;
  background: #f4d99e;
}

.lovely-closed-cart-message i {
  grid-row: 1 / 3;
  margin-top: 3px;
}

.lovely-closed-cart-message span {
  grid-column: 2;
  font-size: 13px;
}

.lovely-order-closed-button {
  cursor: not-allowed !important;
  opacity: 0.62;
}

.woocommerce a.remove {
  width: 36px;
  height: 36px;
  color: #a34337 !important;
  font-size: 0;
  line-height: 36px;
}

.woocommerce a.remove::before {
  content: "\f2ed";
  font-family: "Font Awesome 7 Free";
  font-size: 15px;
  font-weight: 900;
}

.woocommerce a.remove:hover {
  color: #fff !important;
  background: #a34337;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-color: var(--lovely-line);
  border-radius: 18px;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 14px 16px 14px 46px;
  border: 1px solid var(--lovely-line);
  border-radius: 14px;
  color: #6f6259;
  background: #fff8e9;
}

.woocommerce-form-coupon-toggle .woocommerce-info::before {
  content: "\f02b";
  top: 50%;
  left: 17px;
  width: auto;
  height: auto;
  border: 0;
  color: var(--lovely-orange);
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  transform: translateY(-50%);
}

.woocommerce-form-coupon-toggle .showcoupon {
  color: var(--lovely-brown);
  font-weight: 900;
  text-decoration: none;
}

.woocommerce-form-coupon-toggle .showcoupon:hover {
  text-decoration: underline;
}

.woocommerce-checkout #payment {
  border-radius: 18px;
  background: #f5eee3;
}

.woocommerce-checkout #payment div.payment_box {
  background: #fff8e9;
}

.woocommerce-checkout-review-order-table .cart-subtotal {
  display: none;
}

.lovely-fulfilment-field .woocommerce-input-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.lovely-fulfilment-field .input-radio {
  position: absolute;
  opacity: 0;
}

.lovely-fulfilment-field .radio {
  display: flex;
  min-height: 58px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid var(--lovely-line);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
}

.lovely-fulfilment-field .input-radio:checked + .radio {
  border-color: var(--lovely-brown);
  box-shadow: 0 0 0 2px rgba(75, 43, 31, 0.1);
  color: var(--lovely-brown);
  font-weight: 900;
}

.lovely-fulfilment-field .woocommerce-input-wrapper .required {
  display: none;
}

.woocommerce-order-received .lovely-content-card > h1 {
  display: none;
}

.lovely-order-success {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px 20px;
  margin-bottom: 28px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--lovely-line);
  border-radius: 28px;
  background: linear-gradient(135deg, #fffdf8, #f8f0e2);
}

.lovely-order-success-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--lovely-green);
  box-shadow: 0 10px 24px rgba(55, 103, 70, 0.22);
  font-size: 24px;
}

.lovely-order-success h1,
.lovely-install-card h2 {
  margin: 3px 0 8px;
}

.lovely-order-success p,
.lovely-install-card p {
  margin: 0;
  color: #75695f;
}

.lovely-order-eyebrow {
  color: var(--lovely-orange) !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.lovely-order-facts {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 2px 0 0;
}

.lovely-order-facts div {
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
}

.lovely-order-facts dt {
  margin-bottom: 5px;
  color: #8a7d72;
  font-size: 12px;
}

.lovely-order-facts dd {
  margin: 0;
  color: var(--lovely-ink);
  font-weight: 800;
}

.lovely-order-menu-link {
  display: inline-flex;
  grid-column: 1 / -1;
  width: fit-content;
  align-items: center;
  gap: 8px;
  color: var(--lovely-brown);
  font-weight: 900;
}

.lovely-install-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px 20px;
  margin: 28px 0;
  padding: clamp(22px, 4vw, 36px);
  border-radius: 26px;
  color: var(--lovely-ink);
  background: #f7eddd;
}

.lovely-install-icon {
  display: grid;
  width: 76px;
  height: 76px;
  overflow: hidden;
  place-items: center;
  border-radius: 20px;
  background: #fff9e7;
  box-shadow: 0 8px 20px rgba(75, 43, 31, 0.14);
}

.lovely-install-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lovely-install-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--lovely-brown);
  font-weight: 900;
  cursor: pointer;
}

.lovely-installed-message {
  margin-top: 14px !important;
  color: var(--lovely-green) !important;
  font-weight: 800;
}

.lovely-ios-guide {
  grid-column: 1 / -1;
  padding: 14px 16px;
  border: 1px solid rgba(75, 43, 31, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
}

.lovely-ios-guide summary {
  cursor: pointer;
  color: var(--lovely-brown);
  font-weight: 900;
}

.lovely-ios-guide ol {
  margin: 14px 0 0;
  padding-left: 22px;
}

.lovely-ios-guide li + li {
  margin-top: 8px;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border-top-color: var(--lovely-orange);
  background: #fff;
}

.woocommerce-info::before {
  content: "\f05a";
  border: 0;
  color: var(--lovely-orange);
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
}

@media (max-width: 980px) {
  .lovely-nav {
    display: none;
  }

  .lovely-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .lovely-hero-copy {
    padding: 58px 22px 45px;
  }

  .lovely-hero-art {
    height: 410px;
    border-radius: 0 0 0 38%;
  }

  .lovely-plate {
    width: 300px;
  }

  .lovely-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lovely-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .lovely-search {
    width: 100%;
  }

  .lovely-delivery {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 782px) {
  .admin-bar .lovely-header {
    top: 46px;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 88px;
  }

  .lovely-header {
    min-height: 72px;
    gap: 10px;
    padding: 8px 15px;
  }

  .lovely-store-status {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3px 7px;
    padding-inline: 14px;
  }

  .lovely-store-status span {
    width: 100%;
  }

  .lovely-logo {
    flex-basis: 108px;
  }

  .lovely-logo img {
    width: 108px;
  }

  .lovely-header-actions {
    gap: 8px;
  }

  .lovely-phone {
    width: 42px;
    height: 42px;
    justify-content: center;
    border: 1px solid var(--lovely-line);
    border-radius: 50%;
    font-size: 17px;
  }

  .lovely-phone b,
  .lovely-cart-label {
    display: none;
  }

  .lovely-cart-button {
    min-height: 42px;
    padding: 6px;
    gap: 3px;
    background: transparent;
  }

  .lovely-cart-icon {
    display: none;
  }

  .lovely-cart-button b {
    min-width: 42px;
    height: 42px;
    color: #fff;
    background: var(--lovely-ink);
  }

  .lovely-hero-copy {
    padding-top: 48px;
  }

  .lovely-hero h1 {
    font-size: 56px;
    letter-spacing: -3px;
  }

  .lovely-hero-text {
    font-size: 15px;
  }

  .lovely-perks {
    gap: 12px;
    font-size: 10px;
  }

  .lovely-hero-art {
    height: 330px;
  }

  .lovely-plate {
    width: 250px;
    border-width: 13px;
  }

  .lovely-sticker {
    bottom: 10%;
    left: 6%;
    width: 95px;
    height: 95px;
  }

  .lovely-menu-section {
    padding: 65px 14px 80px;
  }

  .lovely-section-head h2 {
    font-size: 38px;
  }

  .lovely-categories {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-right: -14px;
    padding-top: 25px;
  }

  .lovely-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /*
   * Mobile product cards are intentionally vertical:
   * one full-width card, large photo, readable details and a full-width action.
   */
  .lovely-dish {
    display: flex;
    width: 100%;
    border-radius: 22px;
  }

  .lovely-dish-image {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .lovely-dish-image b {
    top: 12px;
    left: 12px;
    padding: 7px 10px;
    font-size: 9px;
  }

  .lovely-dish-body {
    padding: 18px;
  }

  .lovely-dish-title {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: baseline;
    gap: 12px;
  }

  .lovely-dish-title h3 {
    font-size: 21px;
  }

  .lovely-dish-title strong {
    font-size: 19px;
  }

  .lovely-description {
    min-height: 42px;
    margin: 11px 0;
    font-size: 13px;
    line-height: 1.55;
  }

  .lovely-product-meta {
    margin-top: 0;
  }

  .lovely-order-success,
  .lovely-install-card {
    grid-template-columns: 1fr;
  }

  .lovely-fulfilment-field .woocommerce-input-wrapper {
    grid-template-columns: 1fr;
  }

  .lovely-order-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lovely-order-success-icon,
  .lovely-install-icon {
    width: 58px;
    height: 58px;
  }

  .lovely-card-controls {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
  }

  .lovely-simple-controls {
    grid-template-columns: 1fr;
  }

  .lovely-weight {
    display: none;
  }

  .lovely-sizes {
    width: 100%;
  }

  .lovely-sizes button {
    min-height: 44px;
    font-size: 13px;
  }

  .lovely-add-button,
  .lovely-call-button {
    width: 100%;
    min-height: 52px;
    border-radius: 15px;
  }

  .lovely-quantity-control,
  .lovely-card-stepper {
    width: 100%;
  }

  .lovely-card-stepper {
    justify-content: space-between;
    border-radius: 15px;
  }

  .lovely-add-button b {
    display: inline;
  }

  .lovely-add-button i {
    font-size: 19px;
  }

  .lovely-mobile-cart {
    position: fixed;
    z-index: 60;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    padding: 14px 19px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 17px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
    color: #fff;
    background: var(--lovely-brown);
    font-weight: 900;
    text-decoration: none;
  }

  .lovely-mobile-cart.is-loading {
    opacity: 0.78;
    pointer-events: none;
  }

  .lovely-cart-status {
    right: 14px;
    bottom: 84px;
    left: 14px;
    text-align: center;
  }

  .lovely-delivery {
    padding: 65px 20px;
  }

  .lovely-delivery h2,
  .lovely-location h2 {
    font-size: 38px;
  }

  .lovely-delivery-cards {
    grid-template-columns: 1fr;
  }

  .lovely-location {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 55px 20px;
  }

  .lovely-route-button {
    width: 100%;
  }

  .lovely-map,
  .lovely-map iframe {
    min-height: 300px;
    height: 300px;
  }

  .lovely-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 45px 22px;
  }

  .lovely-inner {
    width: min(100% - 20px, 1180px);
    padding: 26px 0 60px;
  }

  .lovely-content-card,
  .lovely-woocommerce {
    padding: 18px;
    border-radius: 20px;
  }

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    padding: 12px 8px;
  }

  .woocommerce-cart-form .product-thumbnail {
    display: block !important;
    width: 100%;
    text-align: left !important;
  }

  .woocommerce-cart-form .product-thumbnail::before {
    display: none;
  }

  .woocommerce-cart-form .product-thumbnail img {
    width: 92px;
    border-radius: 12px;
  }
}
