/* ============================================
   ELELOVA FLORIST SUITE — front-end design system
   Scoped with .elelova-* / .el-* to play nice with any theme.
   ============================================ */

:root {
  --el-gold: #B08D3F;
  --el-gold-light: #C9A961;
  --el-gold-deep: #8A6D2A;
  --el-cream: #F7F3EA;
  --el-paper: #FDFBF6;
  --el-ink: #2A2620;
  --el-ink-soft: #5A5347;
  --el-muted: #948C7C;
  --el-line: #E5DCC9;
  --el-grad: linear-gradient(135deg, #C9A961 0%, #B08D3F 45%, #8A6D2A 100%);
  --el-serif: 'Cormorant Garamond', Georgia, serif;
  --el-sans: 'Jost', -apple-system, system-ui, sans-serif;
}

/* Prevent page-level horizontal scroll / empty white gap on the right — caused
   by off-canvas elements like the WooCommerce mini-cart drawer or stray wide
   blocks. overflow-x:clip (not hidden) does NOT break sticky headers. */
html, body, .wp-site-blocks { overflow-x: clip !important; }
/* Carousels must never push page width: constrain the scroll track + its wrappers. */
.el-wrap, .el-tagprods, .el-prow { max-width: 100%; min-width: 0; }

.el-wrap { width: 100%; max-width: 1500px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px); box-sizing: border-box; }
.elelova-section { padding: 80px 0; font-family: var(--el-sans); }

/* Full-bleed: break sections out of the theme's constrained content column
   so backgrounds span the whole viewport on desktop. Inner .el-wrap keeps
   text centered & readable. */
.elelova-hero,
.elelova-section,
.elelova-trust,
.el-cinematic {
  max-width: 100vw !important; /* override block-theme is-layout-constrained cap */
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.elelova-section.el-paper { background: var(--el-paper); }
.el-head { text-align: center; margin-bottom: 44px; }
.el-eyebrow { display: block; font-family: var(--el-sans); font-size: 12px; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase; color: var(--el-gold-deep); margin-bottom: 12px; }
.el-eyebrow.light { color: rgba(255,255,255,.85); }
.el-head h2 { font-family: var(--el-serif); font-size: clamp(30px, 4vw, 44px); font-weight: 600; color: var(--el-ink); line-height: 1.1; margin: 0; }

.el-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 30px; border-radius: 999px; font-family: var(--el-sans); font-size: 13px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; transition: all .35s; }
.el-btn-gold { background: var(--el-grad); color: #fff; box-shadow: 0 8px 24px rgba(176,141,63,.32); }
.el-btn-gold:hover { transform: translateY(-2px); color: #fff; box-shadow: 0 14px 34px rgba(176,141,63,.42); }

/* Hero */
.elelova-hero { position: relative; overflow: hidden; min-height: 78vh; display: flex; align-items: center; background: var(--el-cream); font-family: var(--el-sans); }
.el-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; will-change: transform; }
/* When a cut-out bouquet floats in front, soften the duplicate scene behind it. */
.el-has-fg .el-hero-bg { filter: blur(7px) saturate(1.05); transform: scale(1.12); }
.el-hero-fg { position: absolute; right: 2%; bottom: -3%; width: 46%; height: 98%; background-repeat: no-repeat; background-position: bottom right; background-size: contain; z-index: 1; pointer-events: none; will-change: transform; filter: drop-shadow(0 26px 44px rgba(80,64,30,.28)); }
/* On phones the floating bouquet crowds the text — fall back to the plain scene. */
@media (max-width: 768px) {
  .el-hero-fg { display: none; }
  .el-has-fg .el-hero-bg { filter: none; transform: none; }
}
.el-hero-inner { max-width: 600px; position: relative; z-index: 2; }
.el-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.6); border: 1px solid var(--el-gold-light); padding: 7px 16px; border-radius: 999px; margin-bottom: 22px; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--el-gold-deep); }
.elelova-hero h1 { font-family: var(--el-serif); font-size: clamp(42px, 6vw, 80px); font-weight: 600; line-height: 1.04; color: var(--el-ink); margin: 0; }
.elelova-hero h1 em { font-style: italic; font-weight: 500; }
.elelova-hero p { font-size: 17px; color: var(--el-ink-soft); margin: 22px 0 32px; max-width: 460px; }
/* Subtitle was removed — keep breathing room between the title and the CTA. */
.el-hero-inner h1 + .el-btn, .el-cin-overlay h1 + .el-btn { margin-top: 30px; }

/* Scroll-reveal: sections fade & rise into view (JS adds .el-in) */
.el-reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.el-reveal.el-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .el-reveal { opacity: 1; transform: none; transition: none; } }

/* ============================================
   Product showcase (browse-only grid, no add-to-cart)
   ============================================ */
.el-show-grid { display: grid; grid-template-columns: repeat(var(--el-cols, 3), 1fr); gap: 28px; }
.el-show-card { display: block; text-decoration: none; color: inherit; }
.el-show-ph { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 4 / 5; background: var(--el-cream); box-shadow: 0 2px 14px rgba(80,64,30,.08); }

/* SALE — diagonal corner ribbon (top-right). Covers el browse/shop cards
   (.el-onsale) and the native WooCommerce archive flash (span.onsale). */
/* Hide the product-gallery zoom/magnifier trigger icon. */
.woocommerce-product-gallery__trigger,
.wp-block-woocommerce-product-image .woocommerce-product-gallery__trigger { display: none !important; }

.el-shop-ph, .woocommerce ul.products li.product { position: relative; }
.woocommerce ul.products li.product { overflow: hidden; }
/* SALE — diagonal ribbon, top-right, red */
.el-onsale,
.woocommerce span.onsale {
  position: absolute; top: 16px; bottom: auto; right: -42px; left: auto;
  width: 150px; height: auto; min-height: 0; min-width: 0; line-height: 1;
  margin: 0; padding: 6px 0; border-radius: 0; text-align: center;
  transform: rotate(45deg); text-indent: 0;
  color: #fff; font-family: var(--el-sans); font-size: 11px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  background: linear-gradient(135deg, #e23744 0%, #b3121e 100%);
  box-shadow: 0 6px 14px rgba(150,20,30,.30);
  z-index: 4; pointer-events: none;
}
/* WooCommerce BLOCK product cards (Product Collection: related products & shop) —
   the sale badge uses .wc-block-components-product-sale-badge, not span.onsale.
   Make its image wrapper clip + restyle the badge as the same red corner ribbon. */
.wc-block-components-product-image,
.wp-block-woocommerce-product-image,
.wc-block-grid__product-image,
.wp-block-woocommerce-product-image-gallery { position: relative; overflow: hidden; }
/* Single-product gallery sale flash → clean red corner ribbon (top-right, clipped).
   High specificity to beat the theme/WooCommerce default onsale positioning. */
.single-product .wp-block-woocommerce-product-image-gallery span.onsale,
.wp-block-woocommerce-product-image-gallery > span.onsale {
  position: absolute !important; top: 18px !important; right: -42px !important; left: auto !important; bottom: auto !important;
  width: 150px !important; min-width: 0 !important; max-width: none !important; height: auto !important;
  margin: 0 !important; padding: 6px 0 !important; border: 0 !important; border-radius: 0 !important;
  transform: rotate(45deg) !important; text-align: center !important;
  background: linear-gradient(135deg, #e23744 0%, #b3121e 100%) !important;
  color: #fff !important; font-family: var(--el-sans); font-size: 11px !important; font-weight: 700 !important;
  letter-spacing: 0.2em !important; text-transform: uppercase; line-height: 1.1 !important;
  box-shadow: 0 6px 14px rgba(150,20,30,.3); z-index: 5; pointer-events: none;
}
.wc-block-components-product-sale-badge {
  position: absolute !important; top: 16px !important; right: -42px !important; left: auto !important; bottom: auto !important;
  width: 150px !important; min-width: 0 !important; max-width: none !important; height: auto !important;
  margin: 0 !important; padding: 6px 0 !important; border: 0 !important; border-radius: 0 !important;
  transform: rotate(45deg); text-align: center;
  background: linear-gradient(135deg, #e23744 0%, #b3121e 100%) !important;
  color: #fff !important; font-family: var(--el-sans); font-size: 11px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  box-shadow: 0 6px 14px rgba(150,20,30,.30); z-index: 4; pointer-events: none;
}
.wc-block-components-product-sale-badge__text { color: #fff !important; font-size: 11px; }
/* Block product CARD price (related / shop / search) — gold sale price, small faded old price */
.wc-block-product-template .wc-block-components-product-price { font-family: var(--el-sans); font-size: 16px; font-weight: 500; color: var(--el-gold-deep); margin-top: 4px; }
.wc-block-product-template .wc-block-components-product-price del { font-size: 0.8em; font-weight: 400; opacity: 0.55; margin-right: 6px; }
.wc-block-product-template .wc-block-components-product-price ins { text-decoration: none; background: none; font-weight: 600; color: var(--el-gold-deep); }
.wc-block-product-template .el-custom-price { color: var(--el-gold-deep); font-weight: 600; }

/* SINGLE product price — large & elegant */
.single-product .wp-block-woocommerce-product-price .wc-block-components-product-price,
.single-product p.price, .single-product .summary .price {
  font-family: var(--el-sans); font-size: clamp(24px, 5.5vw, 30px); font-weight: 600; color: var(--el-gold-deep); line-height: 1.2;
}
.single-product .wp-block-woocommerce-product-price del, .single-product p.price del { font-size: 0.6em; font-weight: 400; opacity: 0.5; margin-right: 9px; }
.single-product .wp-block-woocommerce-product-price ins, .single-product p.price ins { text-decoration: none; background: none; font-weight: 700; color: var(--el-gold-deep); }
.single-product .el-custom-price { color: var(--el-gold-deep); font-weight: 600; }
/* Hide "Read more" buttons (non-purchasable) on block cards — keep Add to cart.
   The card thumbnail/name already link to the product. */
.wp-block-woocommerce-product-button:not(:has(.add_to_cart_button)):not(:has(.ajax_add_to_cart)) { display: none !important; }

/* BEST SELLER — gold scalloped seal, top-left */
.el-best { position: absolute; top: 12px; left: 12px; right: auto; bottom: auto; width: 58px; height: 58px; margin: 0; padding: 0; z-index: 5; pointer-events: none; filter: drop-shadow(0 3px 6px rgba(80,64,30,.38)); }
.el-best .el-seal { display: block; width: 100%; height: 100%; overflow: visible; }
.el-best .el-seal-1 { fill: #fff; font-family: var(--el-sans); font-weight: 800; font-size: 21px; letter-spacing: .01em; }
.el-best .el-seal-2 { fill: #fff; font-family: var(--el-sans); font-weight: 600; font-size: 13.5px; letter-spacing: .05em; }
@media (max-width: 600px) { .el-best { width: 50px; height: 50px; top: 9px; left: 9px; } }

/* Dashboard: Best Seller toggle button on each product card */
.eld-best-toggle { display: inline-flex; align-items: center; gap: 6px; cursor: pointer; margin: 6px 0; padding: 5px 11px; border-radius: 999px; border: 1px solid var(--el-line); background: #fff; color: var(--el-muted); font-size: 12px; font-weight: 600; line-height: 1.2; transition: all .2s; }
.eld-best-toggle:hover { border-color: var(--el-gold); color: var(--el-gold-deep); }
.eld-best-toggle.is-on { background: linear-gradient(135deg, var(--el-gold), var(--el-gold-deep)); border-color: var(--el-gold-deep); color: #fff; }
.eld-best-toggle[disabled] { opacity: .55; cursor: default; }
.el-show-ph img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.el-show-card:hover .el-show-ph img { transform: scale(1.05); }
.el-show-name { font-family: var(--el-serif); font-size: 22px; font-weight: 600; color: var(--el-ink); margin: 16px 0 4px; line-height: 1.2; }
.el-show-price { font-family: var(--el-sans); font-size: 16px; font-weight: 500; color: var(--el-gold-deep); }
/* Sale price formatting: smaller struck-through old price, sale price w/o underline. */
.el-show-price del, .el-shop-price del, .el-show-price .price del, .woocommerce .el-show-price del {
  font-size: 0.8em; font-weight: 400; opacity: 0.6; margin-right: 6px; text-decoration: line-through;
}
.el-show-price ins, .el-shop-price ins, .el-show-price .price ins {
  text-decoration: none; background: none; font-weight: 600;
}
/* Same treatment on native WooCommerce price (shop archive / single). */
.woocommerce .price del, .woocommerce-Price-amount + del { font-size: 0.8em; font-weight: 400; opacity: 0.6; margin-right: 6px; }
.woocommerce .price ins { text-decoration: none; background: none; font-weight: 600; }
@media (max-width: 900px) { .el-show-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; } .el-show-name { font-size: 18px; } }

/* Products grouped by category (each category = section + grid) */
.el-catsec { padding-top: 18px; padding-bottom: 18px; }
.el-catsec-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 22px; border-bottom: 1px solid var(--el-line); padding-bottom: 12px; }
.el-catsec-title { font-family: var(--el-serif); font-size: clamp(22px, 3vw, 30px); font-weight: 600; color: var(--el-ink); margin: 0; }
.el-catsec-all { flex: 0 0 auto; font-family: var(--el-sans); font-size: 13px; font-weight: 500; letter-spacing: .04em; color: var(--el-gold-deep); text-decoration: none; white-space: nowrap; }
.el-catsec-all:hover { color: var(--el-gold); }
/* Inline tag-filter results (under recipient/occasion chips) */
.el-tagprods { margin-top: 26px; min-height: 40px; transition: opacity .2s ease; }
.el-tagprods.is-loading { opacity: .45; }
.el-tagprods .el-empty { text-align: center; color: var(--el-muted); font-family: var(--el-sans); padding: 18px 0; }

/* Horizontal sliding product row (carousel) */
/* position:relative makes .el-prow the containing block for its descendants,
   so absolutely-positioned screen-reader-text inside off-screen carousel cards
   gets clipped by overflow-x instead of inflating page width (mobile zoom-out fix). */
.el-prow { position: relative; display: flex; gap: 20px; overflow-x: auto; padding-bottom: 12px; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; overscroll-behavior-x: contain; }
.el-prow .el-show-card { flex: 0 0 auto; width: 220px; scroll-snap-align: start; }
.el-prow .el-show-name { font-size: 18px; }
.el-prow::-webkit-scrollbar { height: 6px; }
.el-prow::-webkit-scrollbar-thumb { background: rgba(176,141,63,.3); border-radius: 3px; }
.el-prow::-webkit-scrollbar-track { background: transparent; }
@media (max-width: 600px) { .el-prow .el-show-card { width: 168px; } }

/* Shop grid (transactional — same cards + add-to-cart button) */
.el-shop-grid { display: grid; grid-template-columns: repeat(var(--el-cols, 3), 1fr); gap: 28px; }
.el-shop-card { display: flex; flex-direction: column; }
.el-shop-ph { display: block; border-radius: 16px; overflow: hidden; aspect-ratio: 4 / 5; background: var(--el-cream); box-shadow: 0 2px 14px rgba(80,64,30,.08); }
.el-shop-ph img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.el-shop-card:hover .el-shop-ph img { transform: scale(1.05); }
.el-shop-name { font-family: var(--el-serif); font-size: 22px; font-weight: 600; color: var(--el-ink); text-decoration: none; margin: 16px 0 4px; line-height: 1.2; }
.el-shop-name:hover { color: var(--el-gold-deep); }
.el-shop-price { font-family: var(--el-sans); font-size: 16px; font-weight: 500; color: var(--el-gold-deep); margin-bottom: 14px; }
.el-shop-cart { margin-top: auto; }
.el-shop-cart .button, .el-shop-cart .added_to_cart { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--el-grad); color: #fff; font-family: var(--el-sans); font-size: 12.5px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; padding: 12px 22px; border: none; border-radius: 999px; cursor: pointer; transition: all .3s ease; box-shadow: 0 6px 18px rgba(176,141,63,.28); }
.el-shop-cart .button:hover, .el-shop-cart .added_to_cart:hover { transform: translateY(-2px); color: #fff; box-shadow: 0 12px 26px rgba(176,141,63,.4); }
.el-shop-cart .added_to_cart { margin-left: 10px; background: none; color: var(--el-gold-deep); box-shadow: none; padding: 12px 6px; }
@media (max-width: 900px) { .el-shop-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; } .el-shop-name { font-size: 18px; } }

/* Quantity stepper (− / +) */
.quantity.elq-done { display: inline-flex; align-items: center; border: 1.5px solid var(--el-line); border-radius: 999px; overflow: hidden; background: #fff; }
.quantity.elq-done .elq-btn { width: 38px; height: 40px; border: none; background: none; color: var(--el-gold-deep); font-size: 20px; line-height: 1; cursor: pointer; display: grid; place-items: center; transition: background .2s ease; }
.quantity.elq-done .elq-btn:hover { background: var(--el-cream); }
.quantity.elq-done input.qty { width: 46px; height: 40px; text-align: center; border: none; background: none; font-family: var(--el-sans); font-size: 15px; color: var(--el-ink); -moz-appearance: textfield; padding: 0; }
.quantity.elq-done input.qty::-webkit-outer-spin-button, .quantity.elq-done input.qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* WooCommerce pages: restore side margin (theme root padding resolves to 0,
   so has-global-padding gives no horizontal padding on shop/product/cart). */
body.woocommerce main.has-global-padding,
body.woocommerce-page main.has-global-padding {
  padding-left: clamp(20px, 4vw, 56px) !important;
  padding-right: clamp(20px, 4vw, 56px) !important;
  box-sizing: border-box;
}

/* Hide the redundant WooCommerce breadcrumb ("Home / Products") — nav already
   covers navigation; keeps shop/product/cart pages cleaner. */
.woocommerce-breadcrumb,
nav.woocommerce-breadcrumb,
.wc-block-breadcrumbs,
.wp-block-woocommerce-breadcrumbs { display: none !important; }

/* Shop / category archive — Elelova polish (cleaner, delovery-style cards).
   Scoped to archive pages; works for both classic and block (Product Collection). */
body.archive .woocommerce-result-count,
body.archive .woocommerce-ordering,
body.tax-product_cat .woocommerce-result-count,
body.tax-product_cat .woocommerce-ordering,
body.post-type-archive-product .woocommerce-result-count,
body.post-type-archive-product .woocommerce-ordering { display: none !important; }
/* Price in gold */
body.archive .woocommerce-Price-amount,
body.archive .wc-block-components-product-price,
body.archive .wp-block-woocommerce-product-price,
body.tax-product_cat .woocommerce-Price-amount,
body.tax-product_cat .wc-block-components-product-price {
  color: var(--el-gold-deep) !important; font-weight: 600; font-family: var(--el-sans);
}
/* Product titles: brand serif */
body.archive li.product .woocommerce-loop-product__title,
body.archive .wc-block-grid__product-title,
body.tax-product_cat li.product .woocommerce-loop-product__title,
body.tax-product_cat .wp-block-post-title a {
  font-family: var(--el-serif); color: var(--el-ink); font-weight: 600;
}
/* Product cards (shop / category / related "Produk Kami"): make the NAME the hero —
   bigger & bolder than the price. Scoped to product loops so single-product price stays large. */
.related.products li.product .woocommerce-loop-product__title,
ul.products li.product .woocommerce-loop-product__title,
.wc-block-grid__products .wc-block-grid__product-title,
.wp-block-woocommerce-product-template .wp-block-post-title,
.wp-block-woocommerce-product-template .wp-block-post-title a,
.el-shop-name, .el-show-name {
  font-family: var(--el-serif) !important; font-size: 21px !important; font-weight: 700 !important;
  color: var(--el-ink) !important; line-height: 1.22 !important; letter-spacing: .002em;
}
.related.products li.product .price,
.related.products li.product .wc-block-components-product-price,
ul.products li.product .price,
.wc-block-grid__products .wc-block-grid__product-price,
.wp-block-woocommerce-product-template .wp-block-woocommerce-product-price,
.wp-block-woocommerce-product-template .wc-block-components-product-price,
.wp-block-woocommerce-product-template .price {
  font-size: 15px !important; font-weight: 600 !important;
}
.wp-block-woocommerce-product-template .el-custom-price,
.related.products .el-custom-price, ul.products .el-custom-price { font-size: 15px !important; }
@media (max-width: 600px) {
  .related.products li.product .woocommerce-loop-product__title,
  ul.products li.product .woocommerce-loop-product__title,
  .wc-block-grid__products .wc-block-grid__product-title,
  .wp-block-woocommerce-product-template .wp-block-post-title,
  .wp-block-woocommerce-product-template .wp-block-post-title a,
  .el-shop-name, .el-show-name { font-size: 18px !important; }
}
/* "Produk Kami" (related products) section heading — bigger, brand serif. */
.el-produk-kami-title { font-family: var(--el-serif) !important; font-size: 30px !important; font-weight: 700 !important; color: var(--el-ink) !important; line-height: 1.15; }
@media (max-width: 600px) { .el-produk-kami-title { font-size: 23px !important; } }
/* "Produk Kami" grid: 3 columns on desktop. */
@media (min-width: 782px) {
  body.single-product ul.wp-block-woocommerce-product-template { display: flex !important; flex-wrap: wrap; gap: 30px !important; }
  body.single-product ul.wp-block-woocommerce-product-template > li.wc-block-product {
    flex: 0 0 calc((100% - 60px) / 3) !important; max-width: calc((100% - 60px) / 3) !important; margin: 0 !important;
  }
}
/* Hide the "Read more" / add-to-cart button on shop & category cards — products
   are custom-priced (inquiry-based); the card itself links to the product page. */
body.archive li.product .button,
body.archive .wp-block-woocommerce-product-button,
body.archive .wc-block-components-product-button,
body.tax-product_cat li.product .button,
body.tax-product_cat .wp-block-woocommerce-product-button,
body.tax-product_cat .wc-block-components-product-button,
body.post-type-archive-product .wp-block-woocommerce-product-button,
body.post-type-archive-product li.product .button { display: none !important; }

/* "Harga Custom" label shown for products without a fixed price. */
.el-custom-price { color: var(--el-gold-deep); font-weight: 600; font-family: var(--el-sans); font-size: .95em; letter-spacing: .01em; }

/* Shop / archive pagination — elegant round pill buttons (gold/cream). */
.woocommerce-pagination ul.page-numbers,
.wp-block-query-pagination {
  display: flex !important; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 9px; list-style: none; margin: 44px 0 16px !important; padding: 0; border: 0;
}
.woocommerce-pagination ul.page-numbers li { border: 0 !important; margin: 0; }
.woocommerce-pagination .page-numbers,
.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination a,
.wp-block-query-pagination-numbers span,
.wp-block-query-pagination-next,
.wp-block-query-pagination-previous {
  display: inline-flex !important; align-items: center; justify-content: center;
  min-width: 42px; height: 42px; padding: 0 16px; border-radius: 999px;
  border: 1px solid var(--el-line); background: #fff; color: var(--el-ink) !important;
  font-family: var(--el-sans); font-size: 14px; font-weight: 500; line-height: 1;
  text-decoration: none !important; transition: all .25s ease;
}
.woocommerce-pagination .page-numbers.current,
.wp-block-query-pagination-numbers .current,
.wp-block-query-pagination .page-numbers.current {
  background: var(--el-gold) !important; color: #fff !important; border-color: var(--el-gold);
}
.woocommerce-pagination a.page-numbers:hover,
.wp-block-query-pagination a:hover {
  background: var(--el-cream); color: var(--el-gold-deep) !important; border-color: var(--el-gold-light);
}
.woocommerce-pagination .page-numbers.dots { border: 0; background: none; min-width: 20px; }

/* Single product: hide the Category/Tags meta line. */
body.single-product .product_meta,
body.single-product .wp-block-woocommerce-product-meta,
body.single-product .posted_in,
body.single-product .tagged_as { display: none !important; }

/* Related products → 2-column grid. Prod uses the woocommerce/product-collection
   block (.wc-block-product-template); also cover classic + legacy related block. */
body.single-product .wc-block-product-template,
body.single-product .related ul.products,
body.single-product .wp-block-woocommerce-related-products ul.products,
body.single-product .wp-block-woocommerce-related-products .products {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 18px !important;
  float: none !important;
}
body.single-product .wc-block-product-template > li,
body.single-product .wc-block-product-template .wc-block-product,
body.single-product .related ul.products li,
body.single-product .wp-block-woocommerce-related-products li.product {
  width: auto !important; float: none !important; margin: 0 !important; max-width: none !important;
}

/* Grouped product child rows: thumbnail + label */
.el-grouped-item { display: inline-flex; align-items: center; gap: 12px; }
.el-grouped-thumb img { width: 58px; height: 58px; object-fit: cover; border-radius: 8px; display: block; box-shadow: 0 2px 8px rgba(80,64,30,.12); }
.el-grouped-label a { text-decoration: none; }

/* Single product: the auto-excerpt block is swapped for the full description by
   Elelova_Product (render_block). Style that full description. */
.el-product-desc { margin: 18px 0 24px; color: var(--el-ink-soft); font-size: 15.5px; line-height: 1.75; }
.el-product-desc p { margin: 0 0 12px; }
.el-product-desc p:last-child { margin-bottom: 0; }
.el-product-desc ul, .el-product-desc ol { margin: 0 0 12px; padding-left: 20px; }
.el-product-desc li { margin-bottom: 4px; }
.el-product-desc strong { color: var(--el-ink); }

/* ============================================
   Custom Elelova header (hamburger left · logo right)
   ============================================ */
.elh { position: sticky; top: 0; z-index: 1000; }
.elh::before { content: ''; position: absolute; inset: 0; background: transparent; box-shadow: none; -webkit-backdrop-filter: blur(0); backdrop-filter: blur(0); transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease; pointer-events: none; z-index: -1; }
.el-scrolled .elh::before { background: rgba(247,243,234,.9); -webkit-backdrop-filter: blur(9px); backdrop-filter: blur(9px); box-shadow: 0 2px 20px rgba(80,64,30,.08); }
.elh-bar { position: relative; z-index: 2; display: flex; align-items: center; gap: 14px; min-height: 64px; padding-top: 8px; padding-bottom: 8px; }
.elh-burger, .elh-logo, .elh-nav, .elh-cart { position: relative; z-index: 1; }
.elh-burger { width: 42px; height: 42px; display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; align-items: center; background: none; border: none; cursor: pointer; padding: 0; flex: 0 0 auto; }
.elh-burger span { display: block; height: 2px; width: 23px; background: var(--el-ink); border-radius: 2px; transition: transform .3s ease, opacity .2s ease; }
.elh.elh-open .elh-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.elh.elh-open .elh-burger span:nth-child(2) { opacity: 0; }
.elh.elh-open .elh-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.elh-logo { display: inline-flex; align-items: center; flex: 0 0 auto; margin-left: auto; }
.elh-logo img { height: 38px; width: auto; display: block; transition: height .3s ease; }
.el-scrolled .elh-logo img { height: 30px; }
.elh-cart { color: var(--el-ink); display: inline-flex; align-items: center; text-decoration: none; flex: 0 0 auto; }
.elh-cart-n { position: absolute; top: -7px; right: -9px; background: var(--el-gold); color: #fff; font-family: var(--el-sans); font-size: 11px; font-weight: 600; min-width: 16px; height: 16px; line-height: 16px; border-radius: 999px; text-align: center; padding: 0 4px; }
.elh-cart-n.is-empty { display: none; }
/* nav — mobile: minimal dropdown anchored under burger (left) */
.elh-nav { position: absolute; top: calc(100% + 6px); left: 0; display: flex; flex-direction: column; width: 300px; min-width: 218px; max-width: calc(100vw - 24px); box-sizing: border-box; max-height: 80vh; overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; background: rgba(253,251,246,.98); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border: 1px solid var(--el-line); border-radius: 14px; box-shadow: 0 18px 50px rgba(80,64,30,.16); padding: 10px; opacity: 0; transform: translateY(-10px); pointer-events: none; transition: opacity .25s ease, transform .25s ease; }
.elh.elh-open .elh-nav { opacity: 1; transform: translateY(0); pointer-events: auto; }
/* Lock page scroll while the mobile menu is open (prevents scroll chaining). */
html.elh-noscroll, body.elh-noscroll { overflow: hidden !important; }
.elh-nav a { font-family: var(--el-serif); font-size: 20px; color: var(--el-ink); text-decoration: none; padding: 9px 14px; border-radius: 8px; text-align: left; transition: background .2s ease, color .2s ease; }
.elh-nav a:hover { background: var(--el-cream); color: var(--el-gold-deep); }
/* Menu search box */
.elh-search { display: flex; align-items: center; gap: 6px; margin: 4px 6px 10px; padding: 3px 3px 3px 14px; border: 1px solid var(--el-line); border-radius: 999px; background: #fff; }
.elh-search input[type="search"] { flex: 1 1 auto; min-width: 0; border: 0; background: none; font-family: var(--el-sans); font-size: 15px; color: var(--el-ink); padding: 8px 0; outline: none; -webkit-appearance: none; }
.elh-search button { flex: 0 0 auto; border: 0; background: var(--el-gold); color: #fff; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; transition: background .2s ease; }
.elh-search button:hover { background: var(--el-gold-deep); }
/* Live search results dropdown */
.elh-search-wrap { position: relative; }
.elh-search-results { position: absolute; top: calc(100% + 4px); left: 6px; right: 6px; background: #fff; border: 1px solid var(--el-line); border-radius: 12px; box-shadow: 0 18px 50px rgba(80,64,30,.18); padding: 6px; z-index: 30; max-height: 62vh; overflow-y: auto; }
.elh-search-results[hidden] { display: none; }
.elh-sr-item { display: flex; align-items: center; gap: 10px; padding: 7px 8px; border-radius: 9px; text-decoration: none; }
.elh-sr-item:hover { background: var(--el-cream); }
.elh-sr-thumb { width: 44px; height: 44px; flex: 0 0 auto; border-radius: 8px; background-size: cover; background-position: center; background-color: var(--el-cream); }
.elh-sr-meta { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.elh-sr-name { font-family: var(--el-sans); font-size: 13.5px; color: var(--el-ink); line-height: 1.25; }
.elh-sr-price { font-family: var(--el-sans); font-size: 12px; color: var(--el-gold-deep); font-weight: 600; }
.elh-sr-empty { padding: 12px; text-align: center; color: var(--el-muted); font-size: 13px; }
/* Dropdown menu items (Produk / Occasions) — mobile: accordion (click to expand) */
.elh-dd { display: flex; flex-direction: column; }
.elh-dd-t { background: none; border: 0; cursor: pointer; font-family: var(--el-serif); font-size: 20px; color: var(--el-ink); text-align: left; padding: 9px 14px; display: flex; align-items: center; gap: 7px; border-radius: 8px; }
.elh-dd-t:hover { background: var(--el-cream); color: var(--el-gold-deep); }
.elh-caret { width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid currentColor; transition: transform .2s ease; opacity: .7; }
.elh-dd.is-open > .elh-dd-t .elh-caret { transform: rotate(180deg); }
.elh-dd-panel { display: none; flex-direction: column; padding-left: 10px; }
.elh-dd.is-open > .elh-dd-panel { display: flex; }
.elh-dd-panel a { font-family: var(--el-sans) !important; font-size: 15px !important; font-weight: 400 !important; letter-spacing: 0 !important; text-transform: none !important; color: var(--el-ink-soft); padding: 7px 14px; text-decoration: none; }
.elh-dd-panel a:hover { color: var(--el-gold-deep); background: var(--el-cream); }
.elh-dd-all { font-weight: 600 !important; color: var(--el-ink) !important; }
.elh-dd-head { display: block; font-family: var(--el-sans); font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; color: var(--el-gold-deep); padding: 10px 14px 3px; }
.elh-dd-group { display: flex; flex-direction: column; }
/* Nested subcategory submenu — mobile: accordion (tap to expand) */
.elh-sub { display: flex; flex-direction: column; }
.elh-sub-t { background: none; border: 0; cursor: pointer; font-family: var(--el-sans); font-size: 15px; color: var(--el-ink-soft); text-align: left; padding: 7px 14px; display: flex; align-items: center; justify-content: space-between; gap: 7px; border-radius: 8px; }
.elh-sub-t:hover { color: var(--el-gold-deep); background: var(--el-cream); }
.elh-subcaret { font-size: 17px; line-height: 1; color: var(--el-gold-deep); transition: transform .2s ease; }
.elh-sub.is-open > .elh-sub-t .elh-subcaret { transform: rotate(90deg); }
.elh-sub-panel { display: none; flex-direction: column; padding-left: 12px; }
.elh-sub.is-open > .elh-sub-panel { display: flex; }
.elh-sub-panel a { font-family: var(--el-sans) !important; font-size: 14.5px !important; font-weight: 400 !important; letter-spacing: 0 !important; text-transform: none !important; color: var(--el-ink-soft); padding: 7px 14px; text-decoration: none; }
.elh-sub-panel a:hover { color: var(--el-gold-deep); background: var(--el-cream); }
/* Mega menu — products inside a category (thumbnail + name) */
.elh-mega-all { display: block; font-family: var(--el-sans) !important; font-size: 13px !important; font-weight: 600 !important; color: var(--el-gold-deep) !important; padding: 6px 14px !important; text-decoration: none; }
.elh-mega-grid { display: flex; gap: 10px; min-width: 0; max-width: 100%; overflow-x: auto; overflow-y: hidden; padding: 4px 14px 12px; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; overscroll-behavior-x: contain; touch-action: pan-x; }
.elh-mega-grid::-webkit-scrollbar { height: 5px; }
.elh-mega-grid::-webkit-scrollbar-thumb { background: rgba(176,141,63,.3); border-radius: 3px; }
.elh-mega-item { flex: 0 0 124px; width: 124px; scroll-snap-align: start; display: flex !important; flex-direction: column; gap: 5px; padding: 0 !important; background: none !important; text-decoration: none; }
.elh-mega-item:hover { background: none !important; }
.elh-mega-thumb { display: block; width: 100%; aspect-ratio: 1; border-radius: 10px; background-size: cover; background-position: center; background-color: var(--el-cream); box-shadow: 0 2px 8px rgba(80,64,30,.1); }
.elh-mega-name { font-family: var(--el-sans); font-size: 12px !important; line-height: 1.3; color: var(--el-ink-soft); }
.elh-mega-item:hover .elh-mega-name { color: var(--el-gold-deep); }
.elh-scrim { position: fixed; inset: 0; background: rgba(42,38,32,.16); opacity: 0; pointer-events: none; transition: opacity .25s ease; z-index: 0; }
.elh.elh-open .elh-scrim { opacity: 1; pointer-events: auto; }
/* DESKTOP: logo left · horizontal nav · cart right · no hamburger */
@media (min-width: 900px) {
  .elh-burger { display: none; }
  .elh-logo { margin-left: 0; }
  .elh-nav { position: static; flex-direction: row; min-width: 0; max-height: none; overflow: visible; background: none; -webkit-backdrop-filter: none; backdrop-filter: none; border: none; box-shadow: none; padding: 0; opacity: 1; transform: none; pointer-events: auto; margin-left: 38px; gap: 2px; }
  .elh-nav a { font-family: var(--el-sans); font-size: 13.5px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--el-ink); padding: 8px 14px; }
  .elh-nav a:hover { background: none; color: var(--el-gold-deep); }
  .elh-cart { margin-left: auto; }
  .elh-scrim { display: none; }
  /* Desktop dropdowns: inline trigger + hover panel */
  .elh-dd { position: relative; }
  .elh-dd-t { font-family: var(--el-sans); font-size: 13.5px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; padding: 8px 14px; }
  .elh-dd-t:hover { background: none; color: var(--el-gold-deep); }
  .elh-dd-panel { display: flex; position: absolute; top: 100%; left: 0; margin-top: 2px; min-width: 250px; max-height: 76vh; overflow-y: auto; padding: 12px; padding-left: 12px; background: rgba(253,251,246,.99); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border: 1px solid var(--el-line); border-radius: 14px; box-shadow: 0 18px 50px rgba(80,64,30,.16); opacity: 0; transform: translateY(-6px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
  .elh-dd:hover .elh-dd-panel { opacity: 1; transform: translateY(0); pointer-events: auto; }
  /* Invisible "bridge" over the gap between the nav button and the dropdown so the
     panel doesn't close while moving the cursor down into it. */
  .elh-dd-panel::before { content: ""; position: absolute; top: -3px; left: 0; right: 0; height: 3px; }
  /* Desktop: same behaviour as mobile — products expand INLINE below the
     clicked category (accordion), not a side flyout. Fixed-width dropdown so it
     doesn't grow when the product carousel appears (products scroll inside). */
  .elh-dd-panel { width: 330px; min-width: 330px; max-width: 330px; box-sizing: border-box; }
  .elh-sub-t { font-family: var(--el-sans); font-size: 15px; width: 100%; }
  /* Desktop: compact inline search at the start of the nav */
  .elh-search-wrap { order: -1; margin: 0 6px 0 0; }
  .elh-search { max-width: 210px; padding: 2px 2px 2px 12px; }
  .elh-search input[type="search"] { font-size: 13.5px; padding: 6px 0; }
  .elh-search button { width: 30px; height: 30px; }
  .elh-search-results { min-width: 280px; left: 0; right: auto; }
  .elh-caret { display: none; }
}

/* Cinematic scroll-scrub hero */
.el-cinematic { position: relative; height: auto !important; }
.el-cin-sticky { position: relative; height: 84vh; overflow: hidden; display: flex; align-items: center; background: var(--el-cream); }
.el-cin-canvas { display: none; }
.el-cin-poster { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
.el-cin-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; opacity: 0; transition: opacity .7s ease; }
.el-cin-ready .el-cin-canvas { opacity: 1; }
.el-cin-scrim { position: absolute; inset: 0; z-index: 2; background: linear-gradient(100deg, rgba(247,243,234,.94) 0%, rgba(247,243,234,.55) 42%, rgba(247,243,234,.05) 72%); pointer-events: none; }
.el-cin-overlay { position: relative; z-index: 3; max-width: 600px; }
/* Hero content flush-left (was centered by .el-wrap margin:0 auto). */
.el-cin-overlay, .el-hero-inner { margin-left: 0; margin-right: auto; }
.el-cin-overlay h1 { font-family: var(--el-serif); font-size: clamp(42px, 6vw, 80px); font-weight: 600; line-height: 1.04; color: var(--el-ink); margin: 0; }
.el-cin-overlay h1 em { font-style: italic; font-weight: 500; }
.el-cin-overlay p { font-size: 17px; color: var(--el-ink-soft); margin: 22px 0 32px; max-width: 460px; }
.el-cin-hint { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 3; }
.el-cin-hint span { display: block; width: 26px; height: 42px; border: 2px solid var(--el-gold-deep); border-radius: 14px; position: relative; opacity: .65; }
.el-cin-hint span::after { content: ''; position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; background: var(--el-gold-deep); border-radius: 2px; animation: el-scrollhint 1.6s infinite; }
@keyframes el-scrollhint { 0% { opacity: 1; transform: translateY(0); } 60% { opacity: 0; transform: translateY(12px); } 100% { opacity: 0; } }
@media (max-width: 768px) {
  .el-cinematic { height: auto !important; }
  .el-cin-sticky { position: relative; height: 84vh; }
  .el-cin-canvas, .el-cin-hint { display: none; }
}

/* Browse-by-category rail (circular thumbnails, horizontal scroll) */
.el-cb-scroll { display: flex; gap: 20px; overflow-x: auto; padding: 6px 2px 14px; -webkit-overflow-scrolling: touch; scroll-snap-type: x proximity; }
.el-cb-scroll::-webkit-scrollbar { height: 6px; }
.el-cb-scroll::-webkit-scrollbar-thumb { background: rgba(176,141,63,.3); border-radius: 3px; }
.el-cb-scroll::-webkit-scrollbar-track { background: transparent; }
.el-cb-item { flex: 0 0 auto; width: 112px; display: flex; flex-direction: column; align-items: center; gap: 11px; text-decoration: none; scroll-snap-align: start; }
.el-cb-circle { width: 104px; height: 104px; border-radius: 50%; background-size: cover; background-position: center; background-color: var(--el-cream); border: 1px solid var(--el-line); box-shadow: 0 6px 18px rgba(43,39,34,.10); transition: transform .35s, box-shadow .35s; }
.el-cb-item:hover .el-cb-circle { transform: translateY(-5px); box-shadow: 0 14px 28px rgba(138,109,44,.24); }
.el-cb-name { font-family: var(--el-sans); font-size: 13px; font-weight: 500; color: var(--el-ink); text-align: center; line-height: 1.32; }

/* Category cards */
.el-cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.el-cat-card { position: relative; border-radius: 24px; overflow: hidden; aspect-ratio: 3/4; box-shadow: 0 2px 12px rgba(80,64,30,.08); text-decoration: none; transition: transform .5s, box-shadow .5s; }
.el-cat-card:hover { transform: translateY(-6px); box-shadow: 0 24px 70px rgba(80,64,30,.16); }
.el-cat-card .el-ph { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .7s; }
.el-cat-card:hover .el-ph { transform: scale(1.06); }
.el-cat-ov { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; background: linear-gradient(to top, rgba(42,38,32,.78), rgba(42,38,32,.05) 55%); pointer-events: none; }
.el-cat-ov h3 { font-family: var(--el-serif); font-size: 28px; color: #fff; margin: 0; }
.el-cat-ov span { color: var(--el-gold-light); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; margin-top: 4px; }

/* Category hero (homepage opening): 2 big featured tiles + row of small ones. */
.el-cathero-lead { max-width: 640px; margin: 10px auto 4px; text-align: center; color: var(--el-ink-soft); font-size: 15.5px; line-height: 1.6; }
.el-cathero-big { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 22px; }
.el-cathero-bcard { position: relative; display: block; aspect-ratio: 3/4; border-radius: 20px; overflow: hidden; text-decoration: none; color: #fff; box-shadow: 0 6px 22px rgba(80,64,30,.14); transition: transform .5s, box-shadow .5s; }
.el-cathero-bcard:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(80,64,30,.2); }
.el-cathero-bcard .el-cathero-img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .7s; }
.el-cathero-bcard:hover .el-cathero-img { transform: scale(1.06); }
.el-cathero-bcard::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(42,38,32,.72), rgba(42,38,32,.02) 55%); }
.el-cathero-cap { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: 22px; }
.el-cathero-cap h3 { font-family: var(--el-serif); font-size: 26px; margin: 0 0 4px; color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,.4); }
.el-cathero-cap span { color: var(--el-gold-light); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.el-cathero-smtitle { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--el-gold-deep); margin: 34px 0 16px; }
.el-cathero-small { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-top: 26px; }
.el-cathero-scard { display: block; text-decoration: none; color: var(--el-ink); text-align: center; }
.el-cathero-scard .el-cathero-img { display: block; width: 100%; aspect-ratio: 1; border-radius: 18px; background-size: cover; background-position: center; border: 1px solid var(--el-line); box-shadow: 0 3px 10px rgba(80,64,30,.1); transition: transform .35s, box-shadow .35s; }
.el-cathero-scard:hover .el-cathero-img { transform: translateY(-4px); box-shadow: 0 12px 26px rgba(80,64,30,.18); }
.el-cathero-lbl { display: block; font-size: 13px; margin-top: 9px; line-height: 1.2; font-weight: 600; }
@media (max-width: 900px) { .el-cathero-small { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 600px) {
  .el-cathero-big { gap: 12px; }
  .el-cathero-cap { padding: 14px; }
  .el-cathero-cap h3 { font-size: 20px; }
  .el-cathero-small { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .el-cathero-lbl { font-size: 11.5px; }
}

/* Chips (recipients / locations) */
.el-chip-row { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.el-chip { padding: 6px 15px; border-radius: 999px; border: 1px solid var(--el-line); background: #fff; font-size: 13px; line-height: 1.3; color: var(--el-ink-soft); text-decoration: none; transition: all .25s; }
.el-chip:hover, a.el-chip.active { background: var(--el-gold); color: #fff; border-color: var(--el-gold); }
.el-chip.el-loc { cursor: default; }
.el-sub { color: var(--el-muted); font-size: 14px; margin-top: 8px; }

/* Trust band */
.elelova-trust { background: var(--el-grad); font-family: var(--el-sans); }
.el-trust-row { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 20px; padding: 32px 24px; }
.el-trust-item { text-align: center; color: #fff; min-width: 130px; }
.el-trust-item b { display: block; font-family: var(--el-serif); font-size: 38px; font-weight: 600; line-height: 1; }
.el-trust-item span { display: block; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; opacity: .9; margin-top: 6px; }

/* Delivery / feature grid */
.el-feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.el-feat { background: #fff; border: 1px solid var(--el-line); border-radius: 16px; padding: 28px 22px; text-align: center; transition: transform .35s, box-shadow .35s; }
.el-feat:hover { transform: translateY(-5px); box-shadow: 0 18px 50px rgba(80,64,30,.12); }
.el-feat-ic { font-size: 34px; margin-bottom: 12px; }
.el-feat b { font-family: var(--el-serif); font-size: 21px; color: var(--el-ink); display: block; margin-bottom: 6px; }
.el-feat p { font-size: 13.5px; color: var(--el-muted); margin: 0; line-height: 1.55; }

/* Occasion cards w/ counts */
.el-occ-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.el-occ-card { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; padding: 24px 26px; border: 1px solid var(--el-line); border-radius: 16px; background: #fff; text-decoration: none; transition: all .3s; }
.el-occ-card:hover { border-color: var(--el-gold); background: var(--el-cream); transform: translateY(-3px); }
.el-occ-name { font-family: var(--el-serif); font-size: 23px; font-weight: 600; color: var(--el-ink); }
.el-occ-count { font-size: 12.5px; color: var(--el-gold-deep); letter-spacing: 0.04em; }

/* Hot items wrapper — relies on WooCommerce .products grid, just spacing */
.el-prod-grid .products { margin: 0 !important; }

/* Voucher */
.el-voucher { background: var(--el-grad); border-radius: 26px; padding: 52px; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; color: #fff; position: relative; overflow: hidden; }
.el-voucher::before { content: '✿'; position: absolute; right: -20px; bottom: -40px; font-size: 220px; opacity: .12; }
.el-voucher h2 { font-family: var(--el-serif); font-size: 38px; color: #fff; margin: 6px 0 0; }
.el-code { background: rgba(255,255,255,.18); border: 1.5px dashed rgba(255,255,255,.6); padding: 16px 30px; border-radius: 16px; font-family: var(--el-serif); font-size: 26px; font-weight: 600; letter-spacing: 0.1em; }

/* Testimonials */
.el-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.el-testi { background: #fff; border-radius: 16px; padding: 32px 28px; box-shadow: 0 2px 12px rgba(80,64,30,.07); }
.el-stars { color: var(--el-gold-light); font-size: 13px; letter-spacing: 2px; margin-bottom: 12px; }
.el-testi p { font-family: var(--el-serif); font-style: italic; font-size: 17px; color: var(--el-ink-soft); margin: 0; }
.el-who { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.el-av { width: 44px; height: 44px; border-radius: 50%; background: var(--el-grad); display: grid; place-items: center; color: #fff; font-family: var(--el-serif); font-size: 19px; }
.el-who b { font-size: 14.5px; color: var(--el-ink); } .el-who span { display: block; font-size: 12px; color: var(--el-muted); }
.el-empty { text-align: center; color: var(--el-muted); }

/* Intro / about */
.el-intro { text-align: center; }
.el-intro .el-wrap { max-width: 820px; }
.el-intro-lead { font-family: var(--el-serif); font-size: clamp(24px, 3.2vw, 34px); font-weight: 500; line-height: 1.35; color: var(--el-ink); margin: 0 0 18px; }
.el-intro-sub { font-family: var(--el-sans); font-size: 16px; font-weight: 300; line-height: 1.7; color: var(--el-ink-soft); max-width: 640px; margin: 0 auto; }

/* Gallery / Moments */
.el-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.el-gal-item { border-radius: 16px; overflow: hidden; aspect-ratio: 1; box-shadow: 0 2px 12px rgba(80,64,30,.08); }
.el-gal-item .el-ph { width: 100%; height: 100%; background-size: cover; background-position: center; transition: transform .6s; }
.el-gal-item:hover .el-ph { transform: scale(1.07); }

/* Lokasi / contact */
.el-lokasi { display: grid; grid-template-columns: 1fr 1fr 1.15fr; gap: 32px; align-items: stretch; }
@media (max-width: 1100px) { .el-lokasi { grid-template-columns: 1fr 1fr; } .el-lokasi-terms { grid-column: 1 / -1; } }

/* Disclaimer / Ketentuan Layanan card */
.el-disclaimer { background: var(--el-cream); border: 1px solid var(--el-gold-light); border-radius: 18px; padding: 26px 28px; height: 100%; box-sizing: border-box; }
.el-disc-title { font-family: var(--el-serif); font-size: clamp(20px, 2.4vw, 26px); font-weight: 600; color: var(--el-ink); margin: 0 0 10px; }
.el-disc-lead { font-family: var(--el-sans); font-size: 14px; color: var(--el-muted); margin: 0 0 16px; line-height: 1.55; }
.el-disc-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.el-disc-list li { position: relative; padding-left: 20px; font-family: var(--el-sans); font-size: 13.5px; line-height: 1.6; color: var(--el-ink-soft); }
.el-disc-list li::before { content: ""; position: absolute; left: 2px; top: 8px; width: 7px; height: 7px; border-radius: 50%; background: var(--el-gold); }
.el-disc-list li b { color: var(--el-gold-deep); font-weight: 600; }
.el-disclaimer-compact { padding: 20px 22px; }
.el-disclaimer-compact .el-disc-list li { font-size: 13px; }
/* Rich-text disclaimer body (edited from dashboard) */
.el-disc-body h3 { font-family: var(--el-serif); font-size: clamp(20px, 2.4vw, 26px); font-weight: 600; color: var(--el-ink); margin: 0 0 10px; }
.el-disc-body h4 { font-family: var(--el-serif); font-size: 19px; font-weight: 600; color: var(--el-ink); margin: 16px 0 6px; }
.el-disc-body p { font-family: var(--el-sans); font-size: 14px; color: var(--el-ink-soft); line-height: 1.6; margin: 0 0 14px; }
.el-disc-body em { color: var(--el-muted); font-style: italic; }
.el-disc-body ul, .el-disc-body ol { margin: 0 0 14px; padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 11px; }
.el-disc-body li { position: relative; padding-left: 22px; font-family: var(--el-sans); font-size: 13.5px; line-height: 1.6; color: var(--el-ink-soft); }
.el-disc-body ul li::before { content: ""; position: absolute; left: 2px; top: 8px; width: 7px; height: 7px; border-radius: 50%; background: var(--el-gold); }
.el-disc-body ol { counter-reset: el-dnum; }
.el-disc-body ol li { counter-increment: el-dnum; }
.el-disc-body ol li::before { content: counter(el-dnum) "."; position: absolute; left: 0; top: 0; color: var(--el-gold-deep); font-weight: 700; font-size: 12.5px; }
.el-disc-body strong, .el-disc-body b { color: var(--el-gold-deep); font-weight: 600; }
.el-disc-body a { color: var(--el-gold-deep); text-decoration: underline; }
.el-disclaimer-compact .el-disc-body li { font-size: 13px; }
/* Disclaimer on single product — placed just before the related "Produk Kami" block */
.el-product-disclaimer { margin: 16px 0 40px; }
/* Disclaimer below the delivery-cities chips (Jangkauan Pengiriman) */
.el-loc-terms { margin: 32px auto 0; max-width: 900px; text-align: left; }

/* Dashboard: delivery cities manager */
.eld-cities { margin: 6px 0 28px; }
.eld-citylist { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.eld-citychip { display: inline-flex; align-items: center; gap: 7px; padding: 6px 8px 6px 13px; border: 1px solid var(--el-line); border-radius: 999px; background: #fff; font-size: 13px; color: var(--el-ink); }
.eld-cityx { border: none; background: rgba(0,0,0,.06); color: #b3121e; width: 19px; height: 19px; border-radius: 50%; cursor: pointer; font-size: 11px; line-height: 1; display: grid; place-items: center; padding: 0; }
.eld-cityx:hover { background: #e23744; color: #fff; }
.eld-cityadd { display: flex; gap: 8px; max-width: 420px; }
.eld-citynew { flex: 1 1 auto; padding: 9px 12px; border: 1px solid var(--el-line); border-radius: 10px; font-size: 14px; box-sizing: border-box; }

/* Dashboard: rich-text disclaimer editor */
.eld-rt-toolbar { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; margin: 6px 0 10px; }
.eld-rt-btn { border: 1px solid var(--el-line); background: #fff; border-radius: 8px; padding: 6px 11px; font-size: 13px; line-height: 1.2; cursor: pointer; color: var(--el-ink); }
.eld-rt-btn:hover { border-color: var(--el-gold); color: var(--el-gold-deep); }
.eld-rt-sep { width: 1px; height: 20px; background: var(--el-line); margin: 0 3px; }
.eld-rt-edit { min-height: 300px; border: 1px solid var(--el-line); border-radius: 12px; padding: 18px 20px; background: #fff; font-family: var(--el-sans); font-size: 14px; line-height: 1.6; color: var(--el-ink-soft); }
.eld-rt-edit:focus { outline: none; border-color: var(--el-gold); box-shadow: 0 0 0 3px rgba(176,141,63,.12); }
.eld-rt-edit h3 { font-family: var(--el-serif); font-size: 24px; color: var(--el-ink); margin: 0 0 8px; }
.eld-rt-edit h4 { font-family: var(--el-serif); font-size: 18px; color: var(--el-ink); margin: 12px 0 6px; }
.eld-rt-edit p { margin: 0 0 12px; }
.eld-rt-edit ul, .eld-rt-edit ol { padding-left: 22px; margin: 0 0 12px; }
.eld-rt-edit li { margin: 4px 0; }
.eld-rt-edit strong, .eld-rt-edit b { color: var(--el-gold-deep); }
.eld-rt-edit blockquote { border-left: 3px solid var(--el-gold); margin: 10px 0; padding: 4px 0 4px 14px; color: var(--el-muted); font-style: italic; }
.eld-rt-edit a { color: var(--el-gold-deep); text-decoration: underline; }
.el-disc-body blockquote { border-left: 3px solid var(--el-gold); margin: 10px 0; padding: 4px 0 4px 14px; color: var(--el-muted); font-style: italic; }
.eld-form-actions { margin-top: 16px; display: flex; gap: 10px; flex-wrap: wrap; }
.el-lokasi-info { display: flex; flex-direction: column; gap: 18px; }
.el-lk-row { display: flex; gap: 14px; align-items: flex-start; }
.el-lk-ic { font-size: 22px; flex: 0 0 auto; }
.el-lk-row b { font-family: var(--el-sans); font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--el-gold-deep); }
.el-lk-row p { margin: 4px 0 0; color: var(--el-ink-soft); font-size: 15px; }
.el-lk-areas b { font-family: var(--el-sans); font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--el-gold-deep); }
.el-lokasi-map { min-height: 380px; }

/* ============================================
   Single product custom options
   ============================================ */
.elelova-options { font-family: var(--el-sans); margin: 8px 0 26px; max-width: 640px; }
.el-opt { margin-bottom: 22px; }
.el-opt.el-two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.el-opt-label { font-size: 15px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--el-ink); margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.el-sel { color: var(--el-gold-deep); font-weight: 600; text-transform: none; letter-spacing: 0; font-style: normal; font-family: var(--el-serif); font-size: 16px; }
.el-sel-wrap { display: inline-flex; align-items: center; gap: 8px; text-transform: none; letter-spacing: 0; }
.el-sel-dot { width: 20px; height: 20px; border-radius: 50%; border: 1px solid rgba(0,0,0,.18); box-shadow: inset 0 1px 2px rgba(0,0,0,.12); flex: none; background-size: cover; background-position: center; }

.el-swatches { display: flex; gap: 10px; flex-wrap: wrap; }
/* Bunga Papan — "Macam" picker (preview + thumbnail row) */
.el-macam-preview { width: 100%; max-width: 360px; aspect-ratio: 1; border-radius: 14px; overflow: hidden; background: var(--el-cream); margin: 6px 0 12px; box-shadow: 0 2px 14px rgba(80,64,30,.1); }
.el-macam-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.el-macam-row { display: flex; gap: 9px; overflow-x: auto; padding-bottom: 6px; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; }
.el-macam-row::-webkit-scrollbar { height: 5px; }
.el-macam-row::-webkit-scrollbar-thumb { background: rgba(176,141,63,.3); border-radius: 3px; }
.el-macam-thumb { flex: 0 0 66px; width: 66px; height: 66px; border-radius: 11px; border: 2px solid var(--el-line); background-size: cover; background-position: center; cursor: pointer; scroll-snap-align: start; padding: 0; transition: border-color .2s, box-shadow .2s; }
.el-macam-thumb.active { border-color: var(--el-gold); box-shadow: 0 0 0 2px rgba(176,141,63,.28); }
/* "Pesan via WhatsApp" inquiry button (Harga Custom products) */
.elelova-inquiry { margin-top: 4px; }
.el-wa-order { display: inline-flex; align-items: center; justify-content: center; gap: 9px; width: 100%; margin-top: 18px; background: linear-gradient(135deg, #25D366 0%, #1da851 100%); color: #fff; border: 0; border-radius: 999px; padding: 15px 22px; font-family: var(--el-sans); font-size: 16px; font-weight: 600; cursor: pointer; box-shadow: 0 8px 22px rgba(37,211,102,.3); transition: transform .2s ease, box-shadow .2s ease; }
.el-wa-order:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(37,211,102,.42); }
.el-wa-order svg { flex: 0 0 auto; }

/* Required-field validation + order summary popup for the WhatsApp button. */
.el-invalid { border-color: #d9534f !important; box-shadow: 0 0 0 2px rgba(217,83,79,.15) !important; }
.el-wa-warn { display: none; margin-top: 10px; padding: 10px 14px; border-radius: 10px; background: #fdecec; border: 1px solid #f3c2c0; color: #9c2b27; font-size: 13px; line-height: 1.4; }
.el-wa-modal { position: fixed; inset: 0; z-index: 99999; background: rgba(40,30,15,.5); display: flex; align-items: center; justify-content: center; padding: 18px; -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); }
.el-wa-card { background: #fff; border-radius: 18px; width: 100%; max-width: 440px; max-height: 86vh; overflow-y: auto; padding: 22px; box-shadow: 0 20px 60px rgba(40,30,15,.35); }
.el-wa-head { font-family: var(--el-serif); font-size: 21px; color: var(--el-ink); }
.el-wa-prod { color: var(--el-gold-deep); font-weight: 700; font-size: 14px; margin: 2px 0 14px; }
.el-wa-list { margin: 0; padding: 0; border: 1px solid var(--el-line); border-radius: 12px; overflow: hidden; }
.el-wa-li { display: flex; gap: 12px; padding: 9px 13px; border-bottom: 1px solid #f3ece0; }
.el-wa-li:last-child { border-bottom: 0; }
.el-wa-li dt { flex: 0 0 38%; margin: 0; font-size: 12.5px; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; color: var(--el-gold-deep); }
.el-wa-li dd { flex: 1; margin: 0; font-size: 14px; color: var(--el-ink); word-break: break-word; }
.el-wa-note { font-size: 12.5px; color: var(--el-ink-soft); margin: 12px 2px 16px; }
.el-wa-acts { display: flex; gap: 10px; }
.el-wa-cancel { flex: 0 0 auto; background: #fff; border: 1.5px solid var(--el-line); color: var(--el-ink); border-radius: 999px; padding: 13px 18px; font-family: var(--el-sans); font-size: 14px; font-weight: 600; cursor: pointer; }
.el-wa-send { flex: 1; background: linear-gradient(135deg, #25D366 0%, #1da851 100%); color: #fff; border: 0; border-radius: 999px; padding: 13px 18px; font-family: var(--el-sans); font-size: 15px; font-weight: 700; cursor: pointer; }
.el-wa-send:hover { filter: brightness(1.04); }
.el-sw { width: 52px; height: 52px; border-radius: 10px; cursor: pointer; border: 2px solid var(--el-line); position: relative; padding: 0; transition: transform .2s; }
.el-sw:hover { transform: scale(1.06); }
.el-sw.active { border-color: var(--el-gold); box-shadow: 0 0 0 3px rgba(176,141,63,.18); }
.el-sw.active::after { content: '✓'; position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 17px; text-shadow: 0 1px 3px rgba(0,0,0,.45); }

/* Colour picker (list): strip + name + check, in a scrollable box; 2 columns when wide. */
.el-cpicker { border: 1px solid var(--el-line); border-radius: 12px; overflow: hidden; }
.el-cpicker.is-scroll { max-height: 250px; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.el-cpicker-grid { display: grid; grid-template-columns: 1fr; }
.el-crow { display: flex; align-items: center; gap: 12px; padding: 9px 13px; background: #fff; border: 0; border-bottom: 1px solid #f3ece0; cursor: pointer; width: 100%; text-align: left; font-family: var(--el-sans); }
.el-crow-strip { width: 56px; height: 24px; border-radius: 6px; border: 1px solid rgba(0,0,0,.08); flex: none; background-size: cover; background-position: center; }
.el-crow-nm { flex: 1; font-size: 14.5px; font-weight: 600; color: var(--el-ink); }
.el-crow-ck { width: 20px; height: 20px; border-radius: 50%; border: 1.5px solid var(--el-line); flex: none; position: relative; transition: .15s; }
.el-crow:hover { background: var(--el-cream); }
.el-crow.active { background: linear-gradient(90deg, #fcf7ee, #f7efdd); }
.el-crow.active .el-crow-nm { color: var(--el-gold-deep); font-weight: 800; }
.el-crow.active .el-crow-ck { background: var(--el-gold); border-color: var(--el-gold); }
.el-crow.active .el-crow-ck::after { content: '✓'; position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 12px; font-weight: 800; }

.el-input { width: 100%; padding: 13px 15px; border: 1.5px solid var(--el-line); border-radius: 10px; font-family: var(--el-sans); font-size: 14.5px; color: var(--el-ink); background: #fff; box-sizing: border-box; }
.el-input:focus { outline: none; border-color: var(--el-gold); }
textarea.el-input { resize: vertical; }

/* Desktop: give the product summary (right) column more width vs the image column. */
@media (min-width: 1024px) {
	body.single-product .wp-block-columns > .wp-block-column:has(.wp-block-woocommerce-product-image-gallery),
	body.single-product .wp-block-columns > .wp-block-column:has(.woocommerce-product-gallery) {
		flex: 0 1 44% !important;
		max-width: 44% !important;
	}
	body.single-product .wp-block-columns > .wp-block-column:not(:has(.wp-block-woocommerce-product-image-gallery)):not(:has(.woocommerce-product-gallery)) {
		flex: 1 1 56% !important;
		min-width: 0;
	}
}

.el-mode-row { display: flex; flex-direction: column; gap: 16px; align-items: stretch; }
.el-mode { width: 100%; }
.el-custom-wrap { width: 100%; min-width: 0; }
.el-mode-opts { display: flex; flex-direction: row; gap: 10px; }
.el-mode-opts .el-mode-card { flex: 1; }
.el-mode-card { display: flex; align-items: flex-start; gap: 10px; padding: 12px 14px; border: 1.5px solid var(--el-line); border-radius: 12px; cursor: pointer; transition: border-color .2s, background .2s; }
.el-mode-card input { margin-top: 3px; accent-color: var(--el-gold); }
.el-mode-card b { display: block; font-size: 15px; color: var(--el-ink); }
.el-mode-card small { display: block; font-size: 12.5px; color: var(--el-ink-soft); margin-top: 2px; }
.el-mode-card.is-active { border-color: var(--el-gold); background: var(--el-cream); }
@media (max-width: 720px) { .el-mode-row { flex-direction: column; gap: 14px; } .el-mode { flex: none; width: 100%; } .el-mode-opts { flex-direction: row; } .el-mode-card { flex: 1; } }

.el-addon-hint { font-size: 12.5px; color: var(--el-ink-soft); margin: 0 0 6px; }
.el-addon { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--el-line); }
.el-addon:last-child { border-bottom: none; }
.el-addon-qty { display: inline-flex; align-items: center; flex: 0 0 auto; border: 1px solid var(--el-line); border-radius: 999px; overflow: hidden; background: #fff; }
.el-aq-btn { width: 34px; height: 34px; border: 0; background: transparent; color: var(--el-gold-deep); font-size: 18px; line-height: 1; cursor: pointer; font-family: var(--el-sans); }
.el-aq-btn:active { background: var(--el-cream); }
.el-aq-input { width: 38px; height: 34px; border: 0; border-left: 1px solid var(--el-line); border-right: 1px solid var(--el-line); text-align: center; font-size: 15px; font-weight: 600; color: var(--el-ink); font-family: var(--el-sans); -moz-appearance: textfield; }
.el-aq-input::-webkit-outer-spin-button, .el-aq-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.el-addon-qty.is-on { border-color: var(--el-gold); }
.el-addon-meta b { font-weight: 600; font-size: 15px; color: var(--el-ink); }
.el-addon-meta .el-pr { display: block; font-size: 15px; font-weight: 600; color: var(--el-gold-deep); font-family: var(--el-sans); margin-top: 3px; letter-spacing: 0.01em; }
.el-addon .el-toggle-input { display: none; }
.el-toggle { width: 46px; height: 26px; border-radius: 999px; background: var(--el-line); position: relative; transition: background .25s; flex: 0 0 auto; }
.el-toggle::after { content: ''; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff; transition: transform .25s; box-shadow: 0 1px 4px rgba(0,0,0,.2); }
.el-toggle-input:checked + .el-toggle { background: var(--el-gold); }
.el-toggle-input:checked + .el-toggle::after { transform: translateX(20px); }

/* ============================================
   Compact theme header (shrink oversized logo + padding)
   ============================================ */
.site-header.wp-block-template-part { padding-top: 10px !important; padding-bottom: 10px !important; transition: padding .3s ease, box-shadow .3s ease, background-color .3s ease; }
.site-header .custom-logo,
.site-header .wp-block-site-logo img { width: 60px !important; height: auto !important; transition: width .3s ease; }
.site-header .wp-block-site-logo.is-default-size img { width: 60px !important; }
/* Shrink-on-scroll: compact the sticky header after the page is scrolled. */
.el-scrolled .site-header.wp-block-template-part { padding-top: 4px !important; padding-bottom: 4px !important; }
.el-scrolled .site-header .custom-logo,
.el-scrolled .site-header .wp-block-site-logo img,
.el-scrolled .site-header .wp-block-site-logo.is-default-size img { width: 46px !important; }
/* Minimal floating header on scroll: transparent bg, middle nav → hamburger; keep logo + cart. */
.el-scrolled .site-header.wp-block-template-part,
.el-scrolled .hostinger-ai-menu.has-background { background-color: transparent !important; box-shadow: none !important; }
.el-scrolled .wp-block-navigation__responsive-container-open { display: flex !important; }
.el-scrolled .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none !important; }

/* ============================================
   Floating WhatsApp
   ============================================ */
.elelova-wa { position: fixed; bottom: 24px; right: 24px; z-index: 9999; width: 58px; height: 58px; border-radius: 50%; background: #25D366; display: grid; place-items: center; box-shadow: 0 10px 30px rgba(37,211,102,.45); transition: transform .3s; }
.elelova-wa:hover { transform: scale(1.1); }

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 900px) {
  .el-cat-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .el-testi-grid { grid-template-columns: 1fr; }
  .el-feat-grid { grid-template-columns: repeat(2, 1fr); }
  .el-occ-grid { grid-template-columns: repeat(2, 1fr); }
  .el-voucher { padding: 36px; }
  .elelova-section { padding: 56px 0; }
  .el-trust-item b { font-size: 30px; }
}
@media (max-width: 900px) {
  .el-lokasi { grid-template-columns: 1fr; }
  .el-gallery { grid-template-columns: repeat(2, 1fr); }
  /* Ensure Google Maps embed keeps a real height when the grid stacks. */
  .el-lokasi-map { min-height: 320px; }
  .el-lokasi-map iframe { height: 320px !important; min-height: 320px; }
}
@media (max-width: 540px) {
  .el-feat-grid { grid-template-columns: 1fr; }
  .el-occ-grid { grid-template-columns: 1fr; }
  .el-trust-item { min-width: 45%; }
  .el-gallery { grid-template-columns: repeat(2, 1fr); }
  /* Smaller, tucked WhatsApp FAB so it doesn't cover content/chips. */
  .elelova-wa { bottom: 16px; right: 16px; width: 52px; height: 52px; }
  .el-lk-areas { padding-bottom: 64px; }
}

/* ============================================
   Front-end product dashboard ([elelova_dashboard])
   ============================================ */
.eld { font-family: var(--el-sans); color: var(--el-ink); }
.eld-wrap { max-width: 680px; margin: 0 auto; padding: 24px 18px 60px; }
.eld-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.eld-title { font-family: var(--el-serif); font-size: 28px; font-weight: 600; margin: 0; }
.eld-logout, .eld-back { color: var(--el-gold-deep); text-decoration: none; font-size: 14px; font-weight: 500; }
.eld-sub { color: var(--el-ink-soft); font-size: 14px; margin: 4px 0 18px; }
.eld-msg, .eld-empty { color: var(--el-ink-soft); font-size: 14px; }
.eld-flash { padding: 12px 16px; border-radius: 12px; font-size: 14px; font-weight: 500; margin-bottom: 16px; }
.eld-flash.eld-ok { background: rgba(120,170,90,.15); color: #3f7a30; }
.eld-flash.eld-err { background: rgba(180,65,60,.12); color: #b4413c; }
.eld-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--el-grad); color: #fff !important; border: 0; border-radius: 999px; padding: 12px 22px; font-family: var(--el-sans); font-size: 14px; font-weight: 600; text-decoration: none; cursor: pointer; transition: transform .15s; }
.eld-btn:hover { transform: translateY(-1px); }
.eld-btn-add { margin-bottom: 18px; }
.eld-submit { width: 100%; margin-top: 22px; padding: 15px; font-size: 15px; }

/* List */
.eld-list { display: flex; flex-direction: column; gap: 12px; }
.eld-item { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--el-line); border-radius: 14px; padding: 12px; }
.eld-thumb { flex: 0 0 56px; width: 56px; height: 56px; border-radius: 10px; background: var(--el-cream) center/cover no-repeat; }
.eld-info { flex: 1; min-width: 0; }
.eld-name { font-weight: 600; font-size: 15px; line-height: 1.3; }
.eld-price { font-size: 13px; color: var(--el-gold-deep); margin-top: 2px; }
.eld-acts { display: flex; gap: 12px; flex: 0 0 auto; }
.eld-edit { color: var(--el-gold-deep); text-decoration: none; font-weight: 500; font-size: 14px; }
.eld-del { color: #b4413c; text-decoration: none; font-size: 14px; }

/* Form */
.eld-formtitle { font-family: var(--el-serif); font-size: 22px; font-weight: 600; margin: 10px 0 18px; }
.eld-form { display: flex; flex-direction: column; }
.eld-l { font-size: 13px; font-weight: 600; color: var(--el-ink); margin: 16px 0 7px; }
.eld-in { width: 100%; border: 1px solid var(--el-line); border-radius: 12px; padding: 12px 14px; font-size: 15px; font-family: inherit; color: var(--el-ink); background: #fff; box-sizing: border-box; }
.eld-in:focus { outline: none; border-color: var(--el-gold); box-shadow: 0 0 0 3px rgba(176,141,63,.12); }
textarea.eld-in { resize: vertical; }
.eld-file { font-size: 14px; }
.eld-gallery { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.eld-gimg { width: 56px; height: 56px; border-radius: 8px; background: var(--el-cream) center/cover no-repeat; border: 1px solid var(--el-line); }
.eld-checks { display: flex; flex-wrap: wrap; gap: 8px 16px; }
.eld-chk { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; color: var(--el-ink-soft); }
.eld-check1 { display: flex; align-items: center; gap: 8px; font-size: 14px; margin-top: 18px; }
.eld-login { max-width: 380px; }
.eld-login input[type=text], .eld-login input[type=password] { width: 100%; border: 1px solid var(--el-line); border-radius: 12px; padding: 12px 14px; font-size: 15px; box-sizing: border-box; margin-top: 4px; }
.eld-login .login-username, .eld-login .login-password { margin-bottom: 14px; }
.eld-login label { font-size: 13px; font-weight: 600; }
.eld-login .button, .eld-login input[type=submit] { background: var(--el-grad) !important; color: #fff !important; border: 0 !important; border-radius: 999px !important; padding: 12px 26px !important; font-weight: 600; cursor: pointer; width: 100%; font-size: 15px; }
/* Dashboard: add-term row (tambah kategori/acara/penerima) */
.eld-group { margin-bottom: 4px; }
.eld-addrow { display: flex; gap: 8px; margin-top: 10px; }
.eld-newterm { flex: 1; border: 1px solid var(--el-line); border-radius: 10px; padding: 9px 12px; font-size: 14px; font-family: inherit; background: #fff; color: var(--el-ink); box-sizing: border-box; }
.eld-newterm:focus { outline: none; border-color: var(--el-gold); box-shadow: 0 0 0 3px rgba(176,141,63,.12); }
.eld-addterm { flex: 0 0 auto; border: 1px solid var(--el-gold); background: var(--el-cream); color: var(--el-gold-deep); border-radius: 10px; padding: 9px 16px; font-size: 13px; font-weight: 600; cursor: pointer; font-family: var(--el-sans); transition: background .2s; }
.eld-addterm:hover { background: var(--el-gold); color: #fff; }
.eld-addterm:disabled { opacity: .5; cursor: default; }
/* Dashboard list: search + per-category carousels */
.eld-listtop { display: flex; gap: 10px; align-items: center; margin-bottom: 20px; flex-wrap: wrap; }
.eld-btn-add { margin-bottom: 0; }
.eld-search { flex: 1; min-width: 170px; border: 1px solid var(--el-line); border-radius: 999px; padding: 11px 16px; font-size: 14px; font-family: inherit; color: var(--el-ink); background: #fff; box-sizing: border-box; }
.eld-search:focus { outline: none; border-color: var(--el-gold); box-shadow: 0 0 0 3px rgba(176,141,63,.12); }
.eld-nores { color: var(--el-ink-soft); font-size: 14px; padding: 14px 0; }
.eld-catsec { margin-bottom: 26px; }
.eld-cattitle { font-family: var(--el-serif); font-size: 21px; font-weight: 600; color: var(--el-ink); margin: 0 0 13px; }
.eld-row { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 10px; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; }
.eld-row::-webkit-scrollbar { height: 6px; }
.eld-row::-webkit-scrollbar-thumb { background: rgba(176,141,63,.3); border-radius: 3px; }
.eld-card { flex: 0 0 auto; width: 150px; background: #fff; border: 1px solid var(--el-line); border-radius: 14px; overflow: hidden; scroll-snap-align: start; }
.eld-card-thumb { width: 100%; aspect-ratio: 1; background: var(--el-cream) center/cover no-repeat; }
.eld-card-name { font-size: 13px; font-weight: 600; color: var(--el-ink); padding: 9px 11px 5px; line-height: 1.3; }
.eld-card-acts { display: flex; gap: 12px; padding: 0 11px 11px; }
.eld-card-acts .eld-edit { color: var(--el-gold-deep); font-size: 13px; text-decoration: none; font-weight: 500; }
.eld-card-acts .eld-del { color: #b4413c; font-size: 13px; text-decoration: none; }
/* Dashboard: term manager (Kelola Label & Cover) */
.eld-btn-2 { background: var(--el-cream) !important; color: var(--el-gold-deep) !important; border: 1px solid var(--el-gold-light); }
.eld-tmtitle { font-family: var(--el-serif); font-size: 19px; font-weight: 600; color: var(--el-ink); margin: 22px 0 12px; }
.eld-terms { display: flex; flex-direction: column; gap: 10px; }
.eld-term { display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--el-line); border-radius: 12px; padding: 8px 10px; }
.eld-term-thumb { flex: 0 0 46px; width: 46px; height: 46px; border-radius: 8px; background: var(--el-cream) center/cover no-repeat; border: 1px dashed var(--el-gold-light); display: flex; align-items: center; justify-content: center; cursor: pointer; overflow: hidden; }
.eld-term-cam { font-size: 17px; opacity: .7; }
.eld-term-name { flex: 1; min-width: 0; border: 1px solid var(--el-line); border-radius: 8px; padding: 8px 10px; font-size: 14px; font-family: inherit; color: var(--el-ink); }
.eld-term-name:focus { outline: none; border-color: var(--el-gold); }
.eld-term-save { flex: 0 0 auto; background: var(--el-grad); color: #fff; border: 0; border-radius: 999px; padding: 8px 14px; font-size: 13px; font-weight: 600; cursor: pointer; font-family: var(--el-sans); }
.eld-term-del { flex: 0 0 auto; color: #b4413c; text-decoration: none; font-size: 16px; padding: 0 4px; }
/* Term manager: reorder + hide controls */
.eld-term { flex-wrap: wrap; }
.eld-term.is-hidden { opacity: .55; }
.eld-term-move { display: flex; flex-direction: column; gap: 2px; flex: 0 0 auto; font-size: 13px; line-height: 1; }
.eld-term-move a { color: var(--el-gold-deep); text-decoration: none; padding: 2px 3px; }
.eld-term-move .eld-dim { color: var(--el-line); padding: 2px 3px; }
.eld-term-mid { flex: 1; min-width: 130px; display: flex; flex-direction: column; gap: 5px; }
.eld-term-hide { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; color: var(--el-ink-soft); }
.eld-term-btns { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }

/* Drag-to-reorder (terms + products within a term) */
.eld-drag { flex: 0 0 auto; cursor: grab; touch-action: none; color: var(--el-gold); font-size: 18px; line-height: 1; padding: 4px 6px; align-self: center; user-select: none; -webkit-user-select: none; }
.eld-drag:active { cursor: grabbing; }
.eld-sortable.eld-sorting { user-select: none; -webkit-user-select: none; }
.eld-dragging { position: relative; z-index: 30; opacity: .97; box-shadow: 0 12px 28px rgba(50,30,10,.22); transition: none !important; }
/* Handle floats over the thumbnail in the horizontal product cards */
.eld-card { position: relative; }
.eld-card .eld-drag { position: absolute; top: 5px; left: 5px; z-index: 4; padding: 1px 6px; background: rgba(255,255,255,.92); border-radius: 8px; box-shadow: 0 1px 4px rgba(0,0,0,.14); }
/* Saved/error toast */
.eld-toast { position: fixed; left: 50%; bottom: 22px; transform: translate(-50%, 12px); background: #2c2c2c; color: #fff; padding: 10px 18px; border-radius: 999px; font-size: 14px; font-weight: 500; z-index: 9999; opacity: 0; transition: opacity .2s ease, transform .2s ease; box-shadow: 0 6px 20px rgba(0,0,0,.25); pointer-events: none; }
.eld-toast.is-in { opacity: 1; transform: translate(-50%, 0); }
.eld-toast.is-err { background: #b4413c; }

/* ============================================
   Keranjang (Cart) — elegant branded cards
   ============================================ */
.woocommerce-cart table.shop_table { border: 0; background: none; border-radius: 0; }
.woocommerce-cart table.shop_table thead { display: none; }
.woocommerce-cart table.shop_table tbody { display: block; }
.woocommerce-cart tr.cart_item { display: grid; grid-template-columns: 92px 1fr; column-gap: 16px; row-gap: 5px; align-items: start; background: #fff; border: 1px solid var(--el-line); border-radius: 18px; padding: 16px 18px; margin-bottom: 14px; position: relative; box-shadow: 0 2px 12px rgba(80,64,30,.05); }
.woocommerce-cart tr.cart_item td { display: block; border: 0 !important; padding: 0 !important; text-align: left !important; }
.woocommerce-cart tr.cart_item td::before { display: none !important; }
.woocommerce-cart .cart_item .product-thumbnail { grid-column: 1; grid-row: 1 / span 6; display: block !important; }
.woocommerce-cart .cart_item .product-thumbnail img { width: 92px; height: 92px; border-radius: 12px; object-fit: cover; display: block; }
.woocommerce-cart .cart_item .product-remove { position: absolute; top: 10px; right: 12px; }
.woocommerce-cart .cart_item .product-remove .remove { color: var(--el-muted) !important; font-size: 19px; line-height: 1; width: auto; height: auto; background: none !important; }
.woocommerce-cart .cart_item .product-remove .remove:hover { color: #b3121e !important; background: none !important; }
.woocommerce-cart .cart_item .product-name { grid-column: 2; padding-right: 22px !important; }
.woocommerce-cart .cart_item .product-name > a { font-family: var(--el-serif); font-size: 19px; font-weight: 600; color: var(--el-ink); text-decoration: none; line-height: 1.2; }
.woocommerce-cart .cart_item .product-name .variation { margin: 7px 0 0; font-family: var(--el-sans); font-size: 12.5px; color: var(--el-muted); display: grid; grid-template-columns: auto 1fr; gap: 1px 8px; }
.woocommerce-cart .cart_item .product-name .variation dt { font-weight: 600; margin: 0; }
.woocommerce-cart .cart_item .product-name .variation dd { margin: 0; }
.woocommerce-cart .cart_item .product-name .variation dd p { margin: 0; }
.woocommerce-cart .cart_item .product-price { grid-column: 2; font-family: var(--el-sans); font-size: 13.5px; color: var(--el-ink-soft); margin-top: 4px; }
.woocommerce-cart .cart_item .product-price::before { content: "Harga: "; color: var(--el-muted); }
.woocommerce-cart .cart_item .product-quantity { grid-column: 2; margin: 6px 0 2px; }
.woocommerce-cart .cart_item .product-subtotal { grid-column: 2; font-family: var(--el-sans); font-size: 15px; font-weight: 700; color: var(--el-gold-deep); }
.woocommerce-cart .cart_item .product-subtotal::before { content: "Subtotal: "; color: var(--el-muted); font-weight: 400; font-size: 13.5px; }
/* quantity stepper */
.woocommerce-cart .quantity { display: inline-flex; align-items: center; border: 1px solid var(--el-line); border-radius: 999px; overflow: hidden; background: #fff; }
.woocommerce-cart .quantity input.qty { width: 46px; border: 0; text-align: center; font-family: var(--el-sans); font-size: 15px; padding: 7px 0; background: none; -moz-appearance: textfield; }
.woocommerce-cart .quantity input.qty::-webkit-outer-spin-button, .woocommerce-cart .quantity input.qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
/* cart action row + totals */
.woocommerce-cart .cart-collaterals, .woocommerce-cart .cart_totals { width: 100% !important; float: none !important; }
.woocommerce-cart .cart_totals h2 { font-family: var(--el-serif); font-size: 26px; color: var(--el-ink); }
.woocommerce-cart .cart_totals table { border-radius: 16px; overflow: hidden; border: 1px solid var(--el-line); }
.woocommerce-cart .cart_totals .order-total .amount { color: var(--el-gold-deep); }
.woocommerce-cart .actions .button, .woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  background: linear-gradient(135deg, var(--el-gold), var(--el-gold-deep)) !important; color: #fff !important;
  border: 0 !important; border-radius: 999px !important; font-family: var(--el-sans) !important; font-weight: 600 !important;
  letter-spacing: .02em; padding: 14px 22px !important;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button { font-size: 16px !important; }
.woocommerce-cart .coupon input.input-text { border: 1px solid var(--el-line) !important; border-radius: 999px !important; padding: 11px 16px !important; }

/* ============================================
   Pembayaran (Checkout) — elegant
   ============================================ */
.woocommerce-checkout h3, .woocommerce-checkout #order_review_heading { font-family: var(--el-serif); color: var(--el-ink); }
.woocommerce-checkout .woocommerce-billing-fields .form-row input.input-text,
.woocommerce-checkout .woocommerce-billing-fields textarea,
.woocommerce-checkout #order_comments { border: 1px solid var(--el-line) !important; border-radius: 12px !important; padding: 12px 14px !important; font-family: var(--el-sans); }
.woocommerce-checkout #order_review { background: #fff; border: 1px solid var(--el-line); border-radius: 18px; padding: 20px; box-shadow: 0 2px 12px rgba(80,64,30,.05); }
.woocommerce-checkout-review-order-table { border: 0 !important; }
.woocommerce-checkout-review-order-table tfoot .order-total .amount { color: var(--el-gold-deep); font-size: 18px; }
/* checkout order-review item thumbnail (added via filter as .el-co-thumb) */
.el-co-name-wrap { display: flex; align-items: center; gap: 12px; }
.el-co-thumb { width: 54px; height: 54px; border-radius: 10px; object-fit: cover; flex: 0 0 auto; }
.el-co-name { font-family: var(--el-serif); font-size: 16px; color: var(--el-ink); }
.woocommerce-checkout #place_order {
  background: linear-gradient(135deg, var(--el-gold), var(--el-gold-deep)) !important; color: #fff !important;
  border: 0 !important; border-radius: 999px !important; font-family: var(--el-sans) !important; font-weight: 600 !important;
  font-size: 16px !important; padding: 15px 24px !important; width: 100%;
}

/* Dashboard: per-product swatch & add-on editors */
.eld-swmgr, .eld-addonmgr { margin: 18px 0; padding: 16px 16px 14px; border: 1px solid var(--el-line); border-radius: 14px; background: #fff; }
.eld-swgrp { margin-bottom: 16px; }
.eld-swgrp:last-child { margin-bottom: 6px; }
.eld-swgrp-card { padding: 14px; border: 1px solid var(--el-line); border-radius: 12px; background: var(--el-cream, #faf7f0); }
.eld-swgrp-hint { margin: -4px 0 10px; font-size: 11.5px; color: #8a8170; }
.eld-swhide { display: flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 600; color: #7a7160; background: #faf6ee; border: 1px solid var(--el-line); border-radius: 9px; padding: 8px 11px; margin: 0 0 12px; cursor: pointer; }
.eld-swhide input { accent-color: var(--el-gold); }
.eld-swhide.is-on { background: #fdecec; border-color: #f0c8c5; color: #9c2b27; }
.eld-swcats { margin: 0 0 12px; }
.eld-swcats-lbl { display: flex; align-items: center; gap: 9px; font-size: 11.5px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; color: var(--el-gold-deep); margin-bottom: 6px; }
.eld-cats-all { font: inherit; font-size: 10.5px; letter-spacing: .02em; text-transform: none; color: var(--el-gold-deep); background: #fff; border: 1px solid var(--el-gold); border-radius: 20px; padding: 2px 10px; cursor: pointer; }
.eld-cats-all:hover { background: var(--el-gold); color: #fff; }
.eld-swcats .eld-checks { display: flex; flex-wrap: wrap; gap: 6px 14px; }
.eld-swcats .eld-chk { display: inline-flex; align-items: center; gap: 5px; font-size: 12.5px; color: #4a463e; cursor: pointer; }
.eld-swgrp-label { width: 100%; box-sizing: border-box; border: 0; border-bottom: 1px solid var(--el-line); font-family: var(--el-sans); font-weight: 700; font-size: 12.5px; letter-spacing: .04em; text-transform: uppercase; color: var(--el-gold-deep); padding: 2px 0 7px; margin-bottom: 9px; background: none; }
.eld-swgrp-label:focus { outline: none; border-bottom-color: var(--el-gold); }
.eld-swlist, .eld-addonlist { display: flex; flex-direction: column; gap: 8px; margin-bottom: 9px; }
.eld-swrow, .eld-addonrow { display: flex; align-items: center; gap: 8px; }
.eld-sw-hex { width: 42px; height: 38px; border: 1px solid var(--el-line); border-radius: 9px; padding: 2px; cursor: pointer; background: none; flex: 0 0 auto; }
.eld-sw-name, .eld-addon-name { flex: 1 1 auto; min-width: 0; padding: 9px 12px; border: 1px solid var(--el-line); border-radius: 9px; font-family: var(--el-sans); font-size: 14px; }
.eld-addon-price { flex: 0 0 112px; width: 112px; padding: 9px 12px; border: 1px solid var(--el-line); border-radius: 9px; font-family: var(--el-sans); font-size: 14px; }
.eld-sw-del { flex: 0 0 auto; width: 32px; height: 32px; border: 1px solid var(--el-line); border-radius: 50%; background: #fff; color: #b3121e; cursor: pointer; font-size: 17px; line-height: 1; padding: 0; }
.eld-sw-del:hover { background: #e23744; color: #fff; border-color: #e23744; }

/* Swatch row: type toggle (Warna/Gambar) + color picker / image upload */
.eld-sw-type { flex: 0 0 auto; padding: 8px 4px; border: 1px solid var(--el-line); border-radius: 8px; background: #fff; font-size: 15px; cursor: pointer; }
.eld-sw-imgwrap { display: none; flex: 0 0 auto; cursor: pointer; }
.eld-swrow.is-img .eld-sw-hex { display: none; }
.eld-swrow.is-img .eld-sw-imgwrap { display: inline-flex; }
.eld-sw-thumb { display: block; width: 42px; height: 38px; border: 1px solid var(--el-line); border-radius: 9px; background-color: var(--el-cream); background-size: cover; background-position: center; }
/* Image swatch on the product page */
.el-sw.el-sw-img { background-size: cover; background-position: center; }

/* Custom color wheel popover (swatch editor) */
.el-cw { position: absolute; z-index: 99999; background: #fff; border: 1px solid var(--el-line); border-radius: 14px; box-shadow: 0 20px 56px rgba(80,64,30,.24); padding: 14px; width: 218px; box-sizing: border-box; }
.el-cw-wheel { position: relative; width: 188px; height: 188px; margin: 0 auto 12px; border-radius: 50%; background: conic-gradient(from 0deg, hsl(0,100%,50%), hsl(60,100%,50%), hsl(120,100%,50%), hsl(180,100%,50%), hsl(240,100%,50%), hsl(300,100%,50%), hsl(360,100%,50%)); cursor: crosshair; touch-action: none; }
.el-cw-wheel::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: radial-gradient(circle closest-side, #fff, rgba(255,255,255,0)); }
.el-cw-wheel::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: #000; opacity: calc(1 - var(--v,1)); }
.el-cw-dot { position: absolute; width: 16px; height: 16px; border: 2px solid #fff; border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 1.5px rgba(0,0,0,.55); pointer-events: none; z-index: 3; }
.el-cw-vlabel { display: flex; align-items: center; gap: 8px; font-size: 11px; color: var(--el-muted); margin-bottom: 10px; }
.el-cw-val { flex: 1; accent-color: var(--el-gold); }
.el-cw-foot { display: flex; align-items: center; gap: 7px; margin-bottom: 6px; }
.el-cw-prev { width: 34px; height: 34px; border-radius: 8px; border: 1px solid var(--el-line); flex: 0 0 auto; }
.el-cw-hex { flex: 1; min-width: 0; padding: 8px 9px; border: 1px solid var(--el-line); border-radius: 8px; font-family: var(--el-sans); font-size: 13px; }
.el-cw-ok { flex: 0 0 auto; background: linear-gradient(135deg, var(--el-gold), var(--el-gold-deep)); color: #fff; border: 0; border-radius: 999px; padding: 8px 12px; font-weight: 600; font-size: 13px; cursor: pointer; }
.el-cw-row { display: flex; align-items: center; gap: 5px; margin-top: 6px; }
.el-cw-row > span { font-size: 10px; font-weight: 700; color: var(--el-muted); width: 36px; flex: 0 0 auto; letter-spacing: .04em; }
.el-cw-row input { flex: 1; min-width: 0; width: 100%; box-sizing: border-box; padding: 6px 3px; border: 1px solid var(--el-line); border-radius: 7px; font-family: var(--el-sans); font-size: 12px; text-align: center; -moz-appearance: textfield; }
.el-cw-row input::-webkit-outer-spin-button, .el-cw-row input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* First-visit promo voucher: popup + product promo box. */
.el-promo-card { background: linear-gradient(150deg, #fffaf0 0%, #f7ecd6 100%); border: 1px solid var(--el-gold); border-radius: 16px; padding: 20px; text-align: center; box-shadow: 0 6px 22px rgba(120,90,30,.14); }
.el-promo-eyebrow { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--el-gold-deep); background: #fff; border: 1px solid var(--el-gold); border-radius: 20px; padding: 4px 12px; }
.el-promo-h { font-family: var(--el-serif); font-size: 22px; color: var(--el-ink); margin: 12px 0 4px; line-height: 1.2; }
.el-promo-sub { font-size: 13px; color: var(--el-ink-soft); margin: 0 0 14px; }
.el-promo-coderow { display: flex; align-items: stretch; gap: 8px; justify-content: center; margin-bottom: 12px; }
.el-promo-code { display: inline-flex; align-items: center; font-family: var(--el-sans); font-weight: 800; letter-spacing: .08em; font-size: 16px; color: var(--el-gold-deep); background: #fff; border: 1.5px dashed var(--el-gold); border-radius: 10px; padding: 9px 16px; text-transform: uppercase; }
.el-promo-copy { border: 0; background: var(--el-gold); color: #fff; font-family: var(--el-sans); font-weight: 700; font-size: 13.5px; border-radius: 10px; padding: 0 16px; cursor: pointer; }
.el-promo-copy:hover { filter: brightness(1.05); }
.el-promo-timer { font-size: 13px; font-weight: 600; color: #9c2b27; }
.el-promo-count { font-variant-numeric: tabular-nums; letter-spacing: .02em; }

/* Modal (homepage welcome popup) */
.el-promo-modal { position: fixed; inset: 0; z-index: 100000; background: rgba(42,38,32,.55); display: flex; align-items: center; justify-content: center; padding: 20px; -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); }
.el-promo-modal[hidden] { display: none; }
.el-promo-modal-inner { position: relative; width: 100%; max-width: 380px; animation: elPromoIn .3s ease; }
@keyframes elPromoIn { from { opacity: 0; transform: translateY(14px) scale(.97); } to { opacity: 1; transform: none; } }
.el-promo-close { position: absolute; top: -12px; right: -12px; width: 32px; height: 32px; border-radius: 50%; border: 0; background: #fff; color: var(--el-ink); font-size: 20px; line-height: 1; cursor: pointer; box-shadow: 0 3px 10px rgba(0,0,0,.2); z-index: 1; }
.el-promo-popup { box-shadow: none; }
body.el-promo-open { overflow: hidden; }

/* Inline promo box on product pages */
.el-promo-inline { margin: 14px 0 6px; }
.el-promo-inline[hidden] { display: none; }
.el-promo-inline .el-promo-card { text-align: left; padding: 16px 18px; }
.el-promo-inline .el-promo-h { font-size: 18px; margin: 9px 0 3px; }
.el-promo-inline .el-promo-coderow { justify-content: flex-start; }
@media (max-width: 480px) { .el-promo-h { font-size: 19px; } .el-promo-code { font-size: 15px; } }

/* Promo card CTA button */
.el-promo-btn { display: inline-block; margin-top: 13px; background: var(--el-gold); color: #fff; font-family: var(--el-sans); font-weight: 700; font-size: 14px; text-decoration: none; padding: 11px 22px; border-radius: 999px; box-shadow: 0 4px 14px rgba(176,141,63,.28); }
.el-promo-btn:hover { filter: brightness(1.05); color: #fff; }
.el-promo-inline .el-promo-btn { margin-top: 10px; }

/* Header account / login link */
.elh-account { display: inline-flex; align-items: center; gap: 6px; color: var(--el-ink); text-decoration: none; font-family: var(--el-sans); font-size: 13.5px; font-weight: 600; }
.elh-account:hover { color: var(--el-gold-deep); }
.elh-account-lbl { line-height: 1; }
@media (max-width: 600px) { .elh-account-lbl { display: none; } }

/* WooCommerce My Account (login / register) — brand redesign */
.woocommerce-account .woocommerce { max-width: 940px; margin: 8px auto 40px; }
/* Branded intro banner (injected via hook) */
.el-acc-intro { text-align: center; margin: 0 auto 26px; max-width: 640px; }
.el-acc-intro .el-eyebrow { display: inline-block; margin-bottom: 8px; }
.el-acc-intro h2 { font-family: var(--el-serif); font-size: 30px; color: var(--el-ink); margin: 0 0 8px; line-height: 1.15; }
.el-acc-intro p { color: var(--el-ink-soft); font-size: 15px; line-height: 1.6; margin: 0; }
.el-acc-intro .el-acc-perk { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; background: linear-gradient(135deg, #c9a24e 0%, #a97f2f 100%); border: 0; color: #fff; font-weight: 800; font-size: 14.5px; letter-spacing: .01em; padding: 12px 22px; border-radius: 999px; box-shadow: 0 8px 22px rgba(176,141,63,.4); text-shadow: 0 1px 2px rgba(0,0,0,.15); }

/* Single centered card; Masuk/Daftar switched by tabs (one form at a time). */
.woocommerce-account .col2-set, .woocommerce-account .u-columns { display: block; max-width: 460px; margin: 0 auto !important; }
.woocommerce-account .col2-set .col-1, .woocommerce-account .col2-set .col-2, .woocommerce-account .u-column1, .woocommerce-account .u-column2 { width: auto !important; float: none !important; margin: 0 !important; }
.woocommerce-account .u-column2, .woocommerce-account .col-2 { display: none; }
.woocommerce-account .col2-set.el-show-register .u-column1, .woocommerce-account .col2-set.el-show-register .col-1 { display: none; }
.woocommerce-account .col2-set.el-show-register .u-column2, .woocommerce-account .col2-set.el-show-register .col-2 { display: block; }
/* Tab switcher */
.el-acc-tabs { display: flex; max-width: 460px; margin: 0 auto 18px; background: #fff; border: 1px solid var(--el-line); border-radius: 999px; padding: 5px; box-shadow: 0 4px 16px rgba(80,64,30,.07); }
.el-acc-tabs button { flex: 1; border: 0; background: none; font-family: var(--el-sans); font-weight: 700; font-size: 14px; color: var(--el-ink-soft); padding: 11px 10px; border-radius: 999px; cursor: pointer; letter-spacing: .02em; transition: .2s; }
.el-acc-tabs button.is-active { background: var(--el-gold); color: #fff; box-shadow: 0 3px 10px rgba(176,141,63,.3); }

.woocommerce form.login, .woocommerce form.register { border: 1px solid var(--el-line); border-radius: 20px; padding: 30px 28px; background: linear-gradient(170deg, #fffdf9 0%, #fbf5ea 100%); box-shadow: 0 12px 40px rgba(120,90,30,.1); margin: 0; position: relative; }
/* romantic touch: hairline gold frame + florette */
.woocommerce form.login::before, .woocommerce form.register::before { content: '❀'; display: block; text-align: center; color: var(--el-gold); font-size: 20px; margin-bottom: 4px; opacity: .85; }
.woocommerce-account .col-1 > h2, .woocommerce-account .col-2 > h2, .woocommerce-account .u-column1 > h2, .woocommerce-account .u-column2 > h2 { display: none; }
.woocommerce form .form-row { margin-bottom: 15px; }
.woocommerce form .form-row label { font-family: var(--el-sans); font-weight: 600; font-size: 13px; color: var(--el-ink); display: block; margin-bottom: 6px; }
.woocommerce form .form-row input.input-text, .woocommerce-account input.input-text, .woocommerce-account input[type=password], .woocommerce-account input[type=text], .woocommerce-account input[type=email] { width: 100%; box-sizing: border-box; padding: 13px 15px; border: 1.5px solid var(--el-line); border-radius: 11px; font-size: 14.5px; font-family: var(--el-sans); background: #fff; color: var(--el-ink); }
.woocommerce form .form-row input.input-text:focus, .woocommerce-account input:focus { outline: none; border-color: var(--el-gold); box-shadow: 0 0 0 3px rgba(176,141,63,.12); }
.woocommerce-account .button, .woocommerce form.login .button, .woocommerce form.register .button, .woocommerce-account .woocommerce-form-login__submit, .woocommerce-account .woocommerce-form-register__submit, .woocommerce-account button.button { display: block; width: 100%; box-sizing: border-box; text-align: center; background: var(--el-gold) !important; color: #fff !important; border: 0 !important; border-radius: 999px !important; padding: 14px 26px !important; margin-top: 4px; font-weight: 700 !important; font-family: var(--el-sans) !important; font-size: 14.5px !important; cursor: pointer; box-shadow: 0 6px 16px rgba(176,141,63,.25); }
.woocommerce-account .button:hover { filter: brightness(1.05); }
.woocommerce-account .woocommerce-form-login__rememberme, .woocommerce-account label.checkbox { font-size: 13px; color: var(--el-ink-soft); font-weight: 500; }
.woocommerce-account .lost_password { margin-top: 12px; font-size: 13px; }
.woocommerce-account .lost_password a { color: var(--el-gold-deep); text-decoration: none; }
.woocommerce-account .woocommerce-privacy-policy-text p { font-size: 12px; color: var(--el-ink-soft); line-height: 1.5; }

/* Logged-in dashboard */
.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; margin: 0; border: 1px solid var(--el-line); border-radius: 14px; overflow: hidden; background: #fff; }
.woocommerce-account .woocommerce-MyAccount-navigation li a { display: block; padding: 12px 18px; text-decoration: none; color: var(--el-ink); border-bottom: 1px solid #f3ece0; font-weight: 600; font-size: 14px; }
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child a { border-bottom: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { background: var(--el-cream); color: var(--el-gold-deep); }
.woocommerce-account .woocommerce-MyAccount-content { background: #fff; border: 1px solid var(--el-line); border-radius: 14px; padding: 24px; }

/* Sizing chart image above the product-page S&K. */
.el-sizing-chart { margin: 6px 0 20px; text-align: center; }
.el-sizing-chart img { max-width: 100%; height: auto; border-radius: 14px; border: 1px solid var(--el-line); box-shadow: 0 3px 14px rgba(80,64,30,.08); }

/* Dashboard image field (sizing chart upload) */
.eld-imgfield-row { display: flex; align-items: center; gap: 10px; margin-top: 6px; }
.eld-imgfield-thumb { width: 54px; height: 54px; flex: none; border-radius: 10px; border: 1px solid var(--el-line); background: var(--el-cream, #faf7f0) center/cover no-repeat; }
.eld-imgfield-url { flex: 1; }
.eld-imgfield-pick { cursor: pointer; white-space: nowrap; }

/* Account link inside the nav / hamburger */
.elh-account-link { display: inline-flex !important; align-items: center; gap: 7px; }
.elh-account-link svg { flex: none; }

/* Account intro: 5-hour promo note */
.el-acc-intro .el-acc-note { margin: 10px 0 0; font-size: 13px; color: #9c2b27; }
.el-acc-intro .el-acc-note strong { color: #9c2b27; }

/* Bilingual labels: Indonesian part in "English (Indonesia)" */
.el-lang-id { font-style: italic; font-weight: 500; color: var(--el-gold-deep); }
.el-cathero-cap .el-lang-id { color: var(--el-gold-light); }

/* Product subtitle (Indonesian) under the title */
.el-subtitle { display: block; font-family: var(--el-serif); font-style: italic; font-weight: 500; font-size: 0.62em; color: var(--el-gold-deep); margin-top: 3px; line-height: 1.25; }
.wp-block-woocommerce-product-template .el-subtitle { font-size: 14px; }
