/*
 Theme Name:   Hyori Child
 Theme URI:    http://wordpress.com
 Description:  Hyori Child Theme
 Author:       Goalthemes
 Author URI:   http://mygoalthemes.com
 Template:     hyori
 Version:      1.0.0
 Text Domain:  hyori-child
*/
body.pomelo-chrome,
.pomelo-home {
  --pomelo-ink: #1a1212;
  --pomelo-muted: #6b5757;
  --pomelo-paper: #f7f2ec;
  --pomelo-cream: #fffaf6;
  --pomelo-wine: #7a1616;
  --pomelo-wine-deep: #4f0e10;
  --pomelo-citrus: #7a1616;
  --pomelo-orange: #7a1616;
  --pomelo-leaf: #2f6b3a;
  --pomelo-line: rgba(26, 18, 18, 0.12);
  --pomelo-sans: "Outfit", "Segoe UI", sans-serif;
  --pomelo-serif: "Fraunces", Georgia, serif;
  color: var(--pomelo-ink);
  background: var(--pomelo-paper);
  font-family: var(--pomelo-sans);
  font-size: 17px;
  line-height: 1.55;
}

html,
body.pomelo-chrome,
body.pomelo-canvas {
  overflow-x: clip;
  max-width: 100%;
}

body.pomelo-chrome .apus-popup,
body.pomelo-chrome .popup-newsletter,
body.pomelo-chrome .goal-popup,
body.pomelo-chrome .footer-device-mobile,
body.pomelo-chrome [class*="salespopup"],
body.pomelo-chrome [class*="sales-popup"] {
  display: none !important;
}

body.pomelo-canvas {
  margin: 0;
  background: var(--pomelo-paper, #f6f1e8);
  opacity: 1 !important;
  visibility: visible !important;
}

body.pomelo-canvas.goal-body-loading,
body.pomelo-canvas.goal-body-loading #page,
body.pomelo-canvas.goal-body-loading .wrapper {
  opacity: 1 !important;
  visibility: visible !important;
}

body.pomelo-canvas .apus-page-loading,
body.pomelo-canvas #apus-preload,
body.pomelo-canvas .goal-page-loading {
  display: none !important;
}

body.pomelo-chrome #apus-header,
body.pomelo-chrome .apus-header,
body.pomelo-chrome header#apus-header,
body.pomelo-chrome #goal-header,
body.pomelo-chrome .goal-header,
body.pomelo-chrome header:not(.pomelo-site-header),
body.pomelo-chrome .header-wrapper:not(.pomelo-chrome),
body.pomelo-chrome .main-sticky-header,
body.pomelo-chrome .header-mobile,
body.pomelo-chrome .apus-header-mobile,
body.pomelo-chrome #apus-footer,
body.pomelo-chrome .apus-footer,
body.pomelo-chrome footer#apus-footer,
body.pomelo-chrome footer:not(.pomelo-site-footer),
body.pomelo-chrome .footer-mobile,
body.pomelo-chrome .apus-footer-mobile,
body.pomelo-chrome .goal-footer,
body.pomelo-chrome .topbar,
body.pomelo-chrome .apus-topbar {
  display: none !important;
}

.pomelo-chrome--header {
  position: relative;
  z-index: 1000;
}

.pomelo-chrome .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

body.pomelo-canvas .pomelo-home {
  min-height: 100vh;
}

.pomelo-home * {
  box-sizing: border-box;
}

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

.pomelo-home a {
  color: inherit;
}

.pomelo-home .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.pomelo-announcement {
  background: var(--pomelo-wine);
  color: #f7f2ec;
  overflow: hidden;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pomelo-announcement__track {
  display: flex;
  width: max-content;
  animation: pomelo-marquee 28s linear infinite;
}

.pomelo-announcement__group {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px 0;
  white-space: nowrap;
}

.pomelo-announcement__group span {
  padding: 0 6px;
}

.pomelo-announcement__star {
  opacity: 0.7;
}

@keyframes pomelo-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.pomelo-site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 12px max(28px, calc((100% - 1180px) / 2));
  background: rgba(255, 250, 246, 0.92);
  color: var(--pomelo-ink);
  border-bottom: 1px solid var(--pomelo-line);
  backdrop-filter: blur(18px);
}

body.admin-bar .pomelo-site-header {
  top: 32px;
}

.pomelo-nav {
  display: flex;
  gap: 22px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pomelo-nav a,
.pomelo-header-actions a:not(.pomelo-btn) {
  text-decoration: none;
  color: var(--pomelo-ink) !important;
}

.pomelo-nav a:hover,
.pomelo-header-actions a:hover {
  color: var(--pomelo-wine);
}

.pomelo-nav a[aria-current="page"] {
  color: var(--pomelo-wine);
}

.pomelo-logo {
  justify-self: center;
  display: flex;
  align-items: center;
}

.pomelo-logo img {
  display: block;
  height: 44px;
  width: auto;
}

.pomelo-header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pomelo-btn--header {
  min-height: 40px;
  padding: 0 16px;
  background: var(--pomelo-wine);
  color: #fff !important;
  font-size: 12px;
}

.pomelo-nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: var(--pomelo-ink);
  cursor: pointer;
}

.pomelo-nav-toggle__bars,
.pomelo-nav-toggle__bars::before,
.pomelo-nav-toggle__bars::after {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--pomelo-ink);
  position: relative;
}

.pomelo-nav-toggle__bars::before,
.pomelo-nav-toggle__bars::after {
  content: "";
  position: absolute;
  left: 0;
}

.pomelo-nav-toggle__bars::before { top: -6px; }
.pomelo-nav-toggle__bars::after { top: 6px; }

.pomelo-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
  gap: 40px;
  align-items: center;
  padding: 72px 7vw 40px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 50% 70% at 88% 42%, rgba(122, 22, 22, 0.07), transparent 62%),
    var(--pomelo-paper);
}

.pomelo-hero__copy {
  max-width: 36rem;
}

.pomelo-kicker {
  margin: 0 0 14px;
  color: var(--pomelo-wine);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.pomelo-hero h1,
.pomelo-story h2,
.pomelo-section-head h2,
.pomelo-finale h2 {
  font-family: var(--pomelo-serif);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 0 0 16px;
}

.pomelo-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  color: var(--pomelo-ink);
}

.pomelo-hero h1 em {
  font-style: italic;
  color: var(--pomelo-wine);
}

.pomelo-lead,
.pomelo-story p,
.pomelo-section-head p:last-child {
  color: var(--pomelo-muted);
  max-width: 36rem;
}

.pomelo-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: var(--pomelo-muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pomelo-hero__proof li {
  position: relative;
  padding-left: 14px;
}

.pomelo-hero__proof li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pomelo-wine);
}

.pomelo-section-head--center {
  text-align: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.pomelo-section-head--center p:last-child {
  margin-left: auto;
  margin-right: auto;
}

.pomelo-shop {
  background: var(--pomelo-cream);
}

.pomelo-shop-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px 48px;
  margin: 0 0 40px;
}

.pomelo-shop-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: var(--pomelo-ink);
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.pomelo-shop-tab.is-active {
  color: var(--pomelo-wine);
  box-shadow: 0 2px 0 var(--pomelo-wine);
}

.pomelo-shop-tab__icon {
  color: var(--pomelo-wine);
}

.pomelo-shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.pomelo-shop-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--pomelo-line);
  border-radius: 22px;
  overflow: hidden;
  min-height: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.pomelo-shop-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 40px rgba(26, 18, 18, 0.1);
}

.pomelo-shop-card__media {
  position: relative;
  background: #f3eee8;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.pomelo-shop-card__media img {
  max-height: 240px;
  width: auto;
  object-fit: contain;
}

.pomelo-shop-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pomelo-shop-card__badge.is-sale {
  background: var(--pomelo-wine);
  color: #fff;
}

.pomelo-shop-card__badge.is-sold {
  left: auto;
  right: 14px;
  background: #d9d1c9;
  color: var(--pomelo-ink);
}

.pomelo-shop-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 16px 20px;
  text-align: center;
  flex: 1;
}

.pomelo-shop-card h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.3;
}

.pomelo-shop-card h3 a {
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
}

.pomelo-shop-card__stars {
  color: #d9d1c9;
  font-size: 14px;
  letter-spacing: 1px;
}

.pomelo-shop-card__stars .is-on {
  color: #e0b84a;
}

.pomelo-shop-card__stars em {
  font-style: normal;
  color: var(--pomelo-muted);
  letter-spacing: 0;
  margin-left: 4px;
}

.pomelo-shop-card__price {
  color: var(--pomelo-wine);
  font-weight: 700;
  font-size: 1.05rem;
}

.pomelo-shop-card__price del {
  color: var(--pomelo-muted);
  font-weight: 500;
  margin-right: 6px;
}

.pomelo-shop-card__action {
  margin-top: auto;
  padding-top: 8px;
}

.pomelo-add,
.pomelo-shop-card .add_to_cart_button,
.pomelo-shop-card .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  border-radius: 999px;
  border: 0;
  background: var(--pomelo-wine);
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.pomelo-add:hover,
.pomelo-shop-card .add_to_cart_button:hover {
  background: var(--pomelo-wine-deep);
}

.pomelo-shop-empty {
  text-align: center;
  color: var(--pomelo-muted);
}

.pomelo-finale .pomelo-btn--primary {
  background: #fff;
  color: var(--pomelo-wine);
}

.pomelo-hero__ctas,
.pomelo-finale {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.pomelo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 650;
  font-size: 15px;
}

.pomelo-btn--primary,
.pomelo-home a.pomelo-btn--primary,
.pomelo-home button.pomelo-btn--primary {
  background: var(--pomelo-wine) !important;
  color: #fff !important;
}

.pomelo-btn--primary:hover,
.pomelo-home a.pomelo-btn--primary:hover {
  background: var(--pomelo-wine-deep) !important;
  color: #fff !important;
}

.pomelo-btn--ghost {
  border: 1px solid var(--pomelo-ink);
  background: transparent;
}

.pomelo-hero__stage {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 48%, #fff 0%, #f3ece4 58%, #efe6da 100%);
}

.pomelo-hero__pouch {
  position: absolute;
  width: min(42%, 230px);
  filter: drop-shadow(0 18px 28px rgba(20, 17, 15, 0.18));
}

.pomelo-hero__pouch--amla { left: 8%; top: 6%; transform: rotate(-8deg); }
.pomelo-hero__pouch--beetroot { right: 6%; top: 0; transform: rotate(7deg); width: min(46%, 250px); }
.pomelo-hero__pouch--orange { left: 28%; top: 22%; z-index: 2; width: min(48%, 260px); }
.pomelo-hero__pouch--spinach { left: 0; bottom: 8%; transform: rotate(6deg); }
.pomelo-hero__pouch--tomato { right: 10%; bottom: 4%; transform: rotate(-6deg); }
.pomelo-hero__pouch--lemon { right: 34%; bottom: 18%; width: min(36%, 190px); z-index: 1; }

.pomelo-benefits {
  margin: 8px 0 0;
  background: var(--pomelo-wine);
  color: #f7f2ec;
}

.pomelo-benefits ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 28px;
  margin: 0;
  padding: 16px 24px;
  list-style: none;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pomelo-story,
.pomelo-shop,
.pomelo-catalog,
.pomelo-ritual,
.pomelo-trust,
.pomelo-finale {
  padding: 72px 7vw;
}

.pomelo-story {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.pomelo-story__media {
  background: var(--pomelo-cream);
  border-radius: 28px;
  padding: 24px;
}

.pomelo-story h2,
.pomelo-section-head h2 {
  font-size: clamp(2rem, 3.6vw, 3.2rem);
}

.pomelo-section-head {
  margin-bottom: 36px;
}

.pomelo-catalog {
  background: var(--pomelo-cream);
}

.pomelo-catalog__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 20px;
}

.pomelo-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.pomelo-card__media {
  position: relative;
  display: block;
  background: #efe8dc;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
}

.pomelo-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  transition: opacity 0.25s ease;
}

.pomelo-card__media .is-back {
  opacity: 0;
}

.pomelo-card__media:hover .is-back,
.pomelo-card__media:focus-visible .is-back {
  opacity: 1;
}

.pomelo-card__media:hover .is-front,
.pomelo-card__media:focus-visible .is-front {
  opacity: 0;
}

.pomelo-card h3 {
  margin: 16px 0 4px;
  font-family: var(--pomelo-serif);
  font-size: 1.25rem;
  color: var(--pomelo-accent, var(--pomelo-ink));
}

.pomelo-card p {
  margin: 0 0 12px;
  color: var(--pomelo-muted);
  font-size: 15px;
}

.pomelo-card__cta {
  margin-top: auto;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--pomelo-ink);
}

.pomelo-ritual__grid,
.pomelo-trust ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pomelo-ritual article,
.pomelo-trust li {
  background: #fff;
  border: 1px solid var(--pomelo-line);
  border-radius: 20px;
  padding: 24px;
}

.pomelo-ritual h3 {
  margin: 0 0 8px;
  font-family: var(--pomelo-serif);
}

.pomelo-finale {
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(122, 22, 22, 0.35), transparent 46%),
    var(--pomelo-ink);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pomelo-finale p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 24px;
}

.pomelo-reviews {
  background:
    linear-gradient(180deg, #fbf7f2 0%, #f4efe8 100%);
  padding: 52px 7vw 56px;
  border-top: 1px solid var(--pomelo-line);
  color: var(--pomelo-ink);
}

.pomelo-reviews__shell {
  max-width: 1180px;
  margin: 0 auto;
}

.pomelo-reviews__summary {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.7fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.pomelo-reviews__brand {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.pomelo-google-mark {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--pomelo-line);
  display: grid;
  place-items: center;
  box-shadow: 0 6px 16px rgba(26, 18, 18, 0.06);
}

.pomelo-reviews__eyebrow {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5f6368;
}

.pomelo-reviews h2 {
  margin: 0;
  font-family: var(--pomelo-serif);
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--pomelo-ink);
}

.pomelo-reviews__score {
  background: #fff;
  border: 1px solid var(--pomelo-line);
  border-radius: 18px;
  padding: 18px 20px 16px;
  text-align: center;
  box-shadow: 0 10px 28px rgba(26, 18, 18, 0.05);
}

.pomelo-reviews__number {
  margin: 0;
  font-family: var(--pomelo-serif);
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.pomelo-reviews__stars,
.pomelo-review__stars {
  margin: 6px 0 0;
  color: #fbbc04;
  letter-spacing: 0.12em;
  font-size: 18px;
  line-height: 1;
}

.pomelo-reviews__meta {
  margin: 8px 0 12px;
  font-size: 13px;
  color: var(--pomelo-muted);
}

.pomelo-reviews__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: #1a73e8;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.pomelo-reviews__cta:hover {
  background: #1765cc;
}

.pomelo-reviews__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pomelo-review {
  margin: 0;
  background: #fff;
  border: 1px solid var(--pomelo-line);
  border-radius: 16px;
  padding: 16px 16px 18px;
  box-shadow: 0 8px 20px rgba(26, 18, 18, 0.04);
}

.pomelo-review__top {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.pomelo-review__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #fff;
  background: #7a1616;
  font-size: 14px;
}

.pomelo-review:nth-child(2) .pomelo-review__avatar { background: #1a73e8; }
.pomelo-review:nth-child(3) .pomelo-review__avatar { background: #188038; }
.pomelo-review:nth-child(4) .pomelo-review__avatar { background: #e37400; }

.pomelo-review__name {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
}

.pomelo-review__sub {
  margin: 2px 0 0;
  font-size: 12px;
  color: #5f6368;
}

.pomelo-review__badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #3c4043;
}

body.pomelo-chrome .pomelo-review blockquote,
body.pomelo-chrome .pomelo-review blockquote::before,
body.pomelo-chrome .pomelo-review blockquote::after {
  margin: 8px 0 0;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: none !important;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #3c4043;
}

@media (max-width: 980px) {
  .pomelo-reviews__summary,
  .pomelo-reviews__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .pomelo-reviews {
    padding: 36px 18px 40px;
  }

  .pomelo-reviews__summary,
  .pomelo-reviews__grid {
    grid-template-columns: 1fr;
  }
}

.pomelo-site-footer {
  padding: 48px 7vw 0;
  background: #160e0e;
  color: #f7f2ec;
}

.pomelo-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.7fr 1.2fr;
  gap: 32px;
  padding-bottom: 36px;
}

.pomelo-footer__brand {
  text-align: left;
}

.pomelo-footer__brand .pomelo-logo,
.pomelo-logo--footer {
  justify-self: start;
  justify-content: flex-start;
  display: inline-flex;
  margin: 0;
}

.pomelo-logo--footer img {
  display: block;
  margin: 0;
  object-fit: contain;
  object-position: left center;
}

.pomelo-footer__brand p {
  color: rgba(247, 242, 236, 0.72);
  margin: 12px 0 0;
  max-width: 22rem;
  text-align: left;
}

.pomelo-site-footer p:not(.pomelo-copyright) {
  color: rgba(247, 242, 236, 0.72);
  margin: 12px 0 0;
  max-width: 22rem;
  text-align: left;
}

.pomelo-site-footer h3 {
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
}

.pomelo-site-footer nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pomelo-site-footer a {
  text-decoration: none;
  font-size: 15px;
  color: rgba(247, 242, 236, 0.84);
}

.pomelo-site-footer a:hover {
  color: #fff;
}

.pomelo-footer__bar {
  border-top: 1px solid rgba(247, 242, 236, 0.12);
  padding: 14px 0 18px;
  overflow-x: auto;
  overflow-y: hidden;
}

.pomelo-copyright {
  display: block;
  width: 100%;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0;
  color: rgba(247, 242, 236, 0.62);
  font-size: clamp(10px, 1.05vw, 13px);
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center !important;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .pomelo-catalog__grid,
  .pomelo-shop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .pomelo-hero,
  .pomelo-story {
    grid-template-columns: 1fr;
    padding-top: 36px;
  }

  .pomelo-hero__stage {
    min-height: 420px;
    order: -1;
  }

  .pomelo-ritual__grid,
  .pomelo-trust ul {
    grid-template-columns: 1fr;
  }

  .pomelo-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .pomelo-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .pomelo-site-header {
    grid-template-columns: auto 1fr auto;
  }

  .pomelo-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    background: #fffaf6;
    color: var(--pomelo-ink);
    border-bottom: 1px solid var(--pomelo-line);
    padding: 8px 0 16px;
  }

  .pomelo-home.is-nav-open .pomelo-nav,
  body.is-pomelo-nav-open .pomelo-nav {
    display: flex;
  }

  .pomelo-nav a {
    padding: 12px 24px;
  }
}

@media (max-width: 700px) {
  .pomelo-catalog__grid,
  .pomelo-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pomelo-site-header,
  .pomelo-hero,
  .pomelo-story,
  .pomelo-shop,
  .pomelo-catalog,
  .pomelo-ritual,
  .pomelo-trust,
  .pomelo-finale,
  .pomelo-reviews,
  .pomelo-page-hero,
  .pomelo-contact,
  .pomelo-site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .pomelo-header-actions a:first-child {
    display: none;
  }

  .pomelo-footer__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .pomelo-catalog__grid,
  .pomelo-shop-grid {
    grid-template-columns: 1fr;
  }
}

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

.pomelo-certs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.pomelo-cert {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  background: #fff;
  border: 1px solid var(--pomelo-line);
  border-radius: 4px 20px 20px 4px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(26, 18, 18, 0.05);
  border-left: 3px solid var(--pomelo-wine);
}

.pomelo-cert__preview {
  display: block;
  background: #f4efe8;
  min-height: 100%;
  padding: 18px 12px 18px 16px;
}

.pomelo-cert__preview img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  object-position: top center;
  background: #fff;
  border: 1px solid rgba(26, 18, 18, 0.1);
  box-shadow: 0 8px 18px rgba(26, 18, 18, 0.08);
}

.pomelo-cert__body {
  padding: 22px 24px 24px 8px;
  display: flex;
  flex-direction: column;
}

.pomelo-cert__index {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pomelo-wine);
}

.pomelo-cert__body h3 {
  margin: 0 0 8px;
  font-family: var(--pomelo-serif);
  font-size: 1.38rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.pomelo-cert__number {
  margin: 0 0 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  color: var(--pomelo-ink);
}

.pomelo-cert__body p {
  margin: 0 0 16px;
  color: var(--pomelo-muted);
  font-size: 14.5px;
}

.pomelo-cert__link {
  margin-top: auto;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--pomelo-wine);
}

.pomelo-about-hero {
  max-width: none;
  padding: 36px 7vw 28px;
  background:
    radial-gradient(ellipse at 88% 18%, rgba(122, 22, 22, 0.09), transparent 42%),
    radial-gradient(ellipse at 8% 90%, rgba(122, 22, 22, 0.05), transparent 40%),
    var(--pomelo-paper);
}

.pomelo-about-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 36px 48px;
  align-items: stretch;
}

.pomelo-about-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pomelo-about-hero h1 {
  max-width: none;
  font-size: clamp(2.6rem, 5.4vw, 4.4rem);
}

.pomelo-about-hero .pomelo-lead {
  max-width: 38rem;
}

.pomelo-about-hero__aside {
  background: #fff;
  border: 1px solid var(--pomelo-line);
  border-radius: 28px;
  padding: 24px 24px 20px;
  box-shadow: 0 18px 40px rgba(26, 18, 18, 0.06);
}

.pomelo-about-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: none;
}

.pomelo-about-chips li {
  background: var(--pomelo-paper);
  border: 1px solid var(--pomelo-line);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
}

.pomelo-about-hero__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}

.pomelo-about-hero__stats p {
  margin: 0;
  background: var(--pomelo-paper);
  border-radius: 16px;
  padding: 14px 14px 12px;
  font-size: 13px;
  color: var(--pomelo-muted);
}

.pomelo-about-hero__stats strong {
  display: block;
  font-family: var(--pomelo-serif);
  font-size: 1.7rem;
  letter-spacing: -0.03em;
  color: var(--pomelo-wine);
  line-height: 1.1;
  margin-bottom: 2px;
}

.pomelo-about-story__media {
  position: relative;
  min-height: 360px;
  aspect-ratio: 1 / 1.05;
}

.pomelo-about-story__media img {
  position: absolute;
  width: 62%;
  filter: drop-shadow(0 18px 28px rgba(20, 17, 15, 0.16));
}

.pomelo-about-story__media .is-main {
  right: 4%;
  top: 8%;
  z-index: 2;
}

.pomelo-about-story__media .is-side {
  left: 0;
  bottom: 4%;
  width: 48%;
  transform: rotate(-8deg);
  z-index: 1;
}

.pomelo-about-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 8px 7vw 48px;
}

.pomelo-about-stats article {
  background: #fff;
  border: 1px solid var(--pomelo-line);
  border-radius: 18px;
  padding: 22px 20px;
  text-align: center;
}

.pomelo-about-stats strong {
  display: block;
  font-family: var(--pomelo-serif);
  font-size: 2rem;
  letter-spacing: -0.03em;
  color: var(--pomelo-wine);
}

.pomelo-about-stats span {
  color: var(--pomelo-muted);
  font-size: 14px;
}

.pomelo-about-process,
.pomelo-about-offer,
.pomelo-about-commit,
.pomelo-about-why,
.pomelo-about-uses {
  padding: 12px 7vw 48px;
}

.pomelo-about-steps,
.pomelo-about-cats,
.pomelo-about-commit__grid {
  display: grid;
  gap: 16px;
}

.pomelo-about-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pomelo-about-cats,
.pomelo-about-commit__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pomelo-about-commit__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pomelo-about-steps article,
.pomelo-about-cats article,
.pomelo-about-commit__grid article {
  background: #fff;
  border: 1px solid var(--pomelo-line);
  border-radius: 18px;
  padding: 22px;
}

.pomelo-about-step {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--pomelo-wine);
}

.pomelo-about-steps h3,
.pomelo-about-cats h3,
.pomelo-about-commit__grid h3 {
  margin: 0 0 8px;
  font-family: var(--pomelo-serif);
  font-size: 1.2rem;
}

.pomelo-about-science {
  margin: 0 7vw 48px;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 28px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--pomelo-line);
  border-radius: 24px;
  padding: 32px 36px;
}

.pomelo-about-science h2 {
  font-family: var(--pomelo-serif);
  margin: 0 0 12px;
}

.pomelo-about-science ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.pomelo-about-science li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--pomelo-line);
  padding-bottom: 10px;
  font-size: 15px;
}

.pomelo-about-science strong {
  font-family: var(--pomelo-serif);
  font-size: 1.4rem;
  color: var(--pomelo-wine);
}

.pomelo-about-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.pomelo-about-pills li {
  background: var(--pomelo-paper);
  border: 1px solid var(--pomelo-line);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
}

.pomelo-about-shop-link {
  margin: 24px 0 0;
}

.pomelo-about-reasons {
  margin: 0 auto;
  padding: 0;
  max-width: 40rem;
  list-style: none;
  counter-reset: pomelo-why;
}

.pomelo-about-reasons li {
  counter-increment: pomelo-why;
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid var(--pomelo-line);
  font-size: 16px;
}

.pomelo-about-reasons li::before {
  content: counter(pomelo-why, decimal-leading-zero);
  font-weight: 700;
  color: var(--pomelo-wine);
  letter-spacing: 0.06em;
}

.pomelo-about-vision {
  margin: 0 7vw 48px;
  background: var(--pomelo-ink);
  color: #fff;
  border-radius: 24px;
  padding: 48px 7vw;
  text-align: center;
}

.pomelo-about-vision .pomelo-kicker {
  color: rgba(255, 255, 255, 0.62);
}

.pomelo-about-vision h2 {
  font-family: var(--pomelo-serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  letter-spacing: -0.03em;
  max-width: 22ch;
  margin: 0 auto 16px;
}

.pomelo-about-vision p {
  max-width: 36rem;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, 0.74);
}

.pomelo-page-hero {
  padding: 56px 7vw 12px;
  max-width: 52rem;
}

.pomelo-page-hero h1 {
  font-family: var(--pomelo-serif);
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 16px;
}

.pomelo-page-hero.pomelo-about-hero {
  max-width: none;
  width: 100%;
  padding: 36px 7vw 32px;
  box-sizing: border-box;
}

.pomelo-page-hero.pomelo-about-hero h1 {
  font-size: clamp(2.6rem, 5.4vw, 4.4rem);
}

.pomelo-about-story {
  padding-top: 28px;
  align-items: start;
}

.pomelo-about-story__media {
  position: relative;
  min-height: 360px;
  aspect-ratio: 1 / 1.05;
}

.pomelo-about-mission-points {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.pomelo-about-mission-points li {
  position: relative;
  padding: 12px 14px 12px 36px;
  background: #fff;
  border: 1px solid var(--pomelo-line);
  border-radius: 14px;
  font-size: 15px;
}

.pomelo-about-mission-points li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pomelo-wine);
}

.pomelo-about-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 0 7vw 48px;
}

.pomelo-about-facts article {
  background: #fff;
  border: 1px solid var(--pomelo-line);
  border-radius: 20px;
  padding: 24px;
}

.pomelo-about-facts h3 {
  margin: 0 0 8px;
  font-family: var(--pomelo-serif);
}

.pomelo-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  padding: 24px 7vw 72px;
  align-items: start;
}

.pomelo-contact h2 {
  font-family: var(--pomelo-serif);
  margin: 0 0 12px;
}

.pomelo-contact__map {
  margin-top: 20px;
  border-radius: 20px;
  overflow: hidden;
  min-height: 280px;
  border: 1px solid var(--pomelo-line);
}

.pomelo-contact__map iframe {
  width: 100%;
  height: 280px;
  border: 0;
}

.pomelo-form {
  display: grid;
  gap: 14px;
}

.pomelo-form label {
  display: grid;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
}

.pomelo-form input,
.pomelo-form textarea {
  width: 100%;
  border: 1px solid var(--pomelo-line);
  border-radius: 12px;
  padding: 12px 14px;
  font: inherit;
  background: #fff;
}

.pomelo-form button {
  justify-self: start;
  border: 0;
  cursor: pointer;
}

.pomelo-honeypot {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.pomelo-form-note {
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 600;
}

.pomelo-form-note.is-ok {
  background: #e8f3ea;
  color: #21562c;
}

.pomelo-form-note.is-err {
  background: #f8e8e8;
  color: var(--pomelo-wine);
}

@media (max-width: 900px) {
  .pomelo-footer__grid,
  .pomelo-certs,
  .pomelo-about-facts,
  .pomelo-about-stats,
  .pomelo-about-steps,
  .pomelo-about-cats,
  .pomelo-about-commit__grid,
  .pomelo-about-science,
  .pomelo-about-hero__grid,
  .pomelo-contact {
    grid-template-columns: 1fr;
  }

  .pomelo-about-story__media {
    min-height: 320px;
  }

  .pomelo-cert {
    grid-template-columns: 1fr;
    border-radius: 4px 4px 20px 20px;
  }

  .pomelo-cert__preview {
    min-height: 200px;
    padding: 16px 16px 0;
  }

  .pomelo-cert__preview img {
    min-height: 200px;
    max-height: 240px;
  }

  .pomelo-cert__body {
    padding: 18px 20px 22px;
  }
}

body.pomelo-chrome.woocommerce,
body.pomelo-chrome .woocommerce {
  font-family: var(--pomelo-sans);
  color: var(--pomelo-ink);
  background: var(--pomelo-paper);
}

body.pomelo-chrome.woocommerce #apus-main-content,
body.pomelo-chrome.woocommerce .wrapper-container,
body.pomelo-chrome.woocommerce .main-container {
  background: var(--pomelo-paper);
}

body.pomelo-chrome.woocommerce .sidebar,
body.pomelo-chrome.woocommerce .widget-area,
body.pomelo-chrome.woocommerce .apus-sidebar,
body.pomelo-chrome a.compare,
body.pomelo-chrome .yith-woocompare-widget,
body.pomelo-chrome .compare-heading,
body.pomelo-chrome .product-block-buttons .compare,
body.pomelo-chrome .woosc-btn,
body.pomelo-chrome .shop-filter-top .categories-filter,
body.pomelo-chrome .yith-woocompare-popup,
body.pomelo-chrome #yith-woocompare,
body.pomelo-chrome #yith-woocompare-preview-bar,
body.pomelo-chrome a.quickview,
body.pomelo-chrome .quickview,
body.pomelo-chrome .btn-quickview,
body.pomelo-chrome .product-block-inner .quick-view,
body.pomelo-chrome .widget-vertical-menu,
body.pomelo-chrome .vertical-wrapper,
body.pomelo-chrome .apus-offcanvas,
body.pomelo-chrome .offcanvas-content:not(.offcanvas-cart),
body.pomelo-chrome .header-offcanvas,
body.pomelo-chrome .goal-vertical-menu {
  display: none !important;
}

body.pomelo-chrome.woocommerce .content-area,
body.pomelo-chrome.woocommerce #primary,
body.pomelo-chrome.woocommerce .archive-shop,
body.pomelo-chrome.woocommerce [class*="col-lg-9"],
body.pomelo-chrome.woocommerce [class*="col-md-9"] {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  float: none !important;
}

body.pomelo-chrome.woocommerce .page-main,
body.pomelo-chrome.woocommerce .container {
  max-width: 1180px;
}

body.pomelo-chrome .woocommerce ul.products li.product,
body.pomelo-chrome.woocommerce ul.products li.product {
  background: #fff;
  border: 1px solid var(--pomelo-line);
  border-radius: 20px;
  padding: 16px 16px 20px !important;
  overflow: hidden;
}

body.pomelo-chrome.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.pomelo-chrome .woocommerce-loop-product__title,
body.pomelo-chrome.woocommerce ul.products li.product h3 a,
body.pomelo-chrome .product-block-title a,
body.pomelo-chrome .name a {
  font-family: var(--pomelo-serif) !important;
  color: var(--pomelo-ink) !important;
}

body.pomelo-chrome .woocommerce ul.products li.product .price,
body.pomelo-chrome .woocommerce ul.products li.product .price ins,
body.pomelo-chrome .woocommerce ul.products li.product .price .amount,
body.pomelo-chrome .woocommerce div.product p.price,
body.pomelo-chrome .woocommerce div.product span.price,
body.pomelo-chrome .woocommerce .amount {
  color: var(--pomelo-wine) !important;
}

body.pomelo-chrome .woocommerce a.button,
body.pomelo-chrome .woocommerce button.button,
body.pomelo-chrome .woocommerce input.button,
body.pomelo-chrome .woocommerce #respond input#submit,
body.pomelo-chrome .woocommerce span.onsale,
body.pomelo-chrome .add-cart a,
body.pomelo-chrome .widget .price_slider_amount .button,
body.pomelo-chrome.single-product .single_add_to_cart_button {
  background: var(--pomelo-wine) !important;
  border-color: var(--pomelo-wine) !important;
  color: #fff !important;
  border-radius: 999px !important;
}

body.pomelo-chrome .woocommerce ul.products li.product .price,
body.pomelo-chrome .woocommerce div.product p.price,
body.pomelo-chrome .woocommerce div.product span.price,
body.pomelo-chrome .woocommerce .amount {
  color: var(--pomelo-wine) !important;
}

body.pomelo-chrome .woocommerce-breadcrumb,
body.pomelo-chrome .woocommerce-breadcrumb a,
body.pomelo-chrome .apus-breadscrumb,
body.pomelo-chrome .apus-breadscrumb a {
  color: var(--pomelo-muted) !important;
}

body.pomelo-chrome .woocommerce .page-title,
body.pomelo-chrome.woocommerce h1.page-title,
body.pomelo-chrome.single-product .product_title {
  font-family: var(--pomelo-serif) !important;
  color: var(--pomelo-ink) !important;
}

body.pomelo-chrome.single-product div.product {
  background: #fff;
  border: 1px solid var(--pomelo-line);
  border-radius: 24px;
  padding: 28px;
}

body.pomelo-chrome.single-product .woocommerce-tabs {
  margin-top: 32px;
  background: #fff;
  border: 1px solid var(--pomelo-line);
  border-radius: 20px;
  padding: 8px 24px 24px;
}

body.pomelo-chrome.single-product .woocommerce-tabs ul.tabs li a,
body.pomelo-chrome.single-product .woocommerce-tabs ul.tabs li.active a {
  color: var(--pomelo-wine) !important;
}

body.pomelo-chrome .product-cat a,
body.pomelo-chrome .details-product .product-cat a,
body.pomelo-chrome .posted_in a,
body.pomelo-chrome .tagged_as a {
  color: var(--pomelo-wine) !important;
}

body.pomelo-chrome.single-product .details-product .price,
body.pomelo-chrome.single-product .details-product .price ins,
body.pomelo-chrome.single-product .details-product .price .amount,
body.pomelo-chrome.single-product .summary .price,
body.pomelo-chrome.single-product .summary .price ins,
body.pomelo-chrome.single-product .summary .price .woocommerce-Price-amount,
body.pomelo-chrome .product-block .price,
body.pomelo-chrome .product-block .price .amount,
body.pomelo-chrome ul.products .price,
body.pomelo-chrome ul.products .price .amount,
body.pomelo-chrome ul.products ins,
body.pomelo-chrome .woocommerce-Price-amount {
  color: var(--pomelo-wine) !important;
}

body.pomelo-chrome.single-product .details-product .price del,
body.pomelo-chrome.single-product .summary .price del,
body.pomelo-chrome ul.products .price del,
body.pomelo-chrome .price del .amount {
  color: var(--pomelo-muted) !important;
}

body.pomelo-chrome.woocommerce .page-title,
body.pomelo-chrome .archive-shop .page-title,
body.pomelo-chrome .woocommerce-products-header__title {
  font-family: var(--pomelo-serif) !important;
  color: var(--pomelo-ink) !important;
  letter-spacing: -0.03em;
}

body.pomelo-chrome.single-product .quantity .minus,
body.pomelo-chrome.single-product .quantity .plus {
  background: var(--pomelo-paper) !important;
  color: var(--pomelo-ink) !important;
  border-color: var(--pomelo-line) !important;
}

body.pomelo-chrome.single-product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid var(--pomelo-line) !important;
}

body.pomelo-chrome.single-product .woocommerce-tabs ul.tabs li.active {
  border-bottom-color: var(--pomelo-wine) !important;
}

body.pomelo-chrome .related.products h2,
body.pomelo-chrome .related.products h3,
body.pomelo-chrome .upsells.products h2 {
  font-family: var(--pomelo-serif) !important;
  color: var(--pomelo-ink) !important;
}
