/* Pawon Nusantara v7.2.4 — wishlist and menu-image watermark */

.menu-media,
.menu-thumb{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.menu-media>img,
.menu-thumb>img{
  position:relative;
  z-index:1;
}
.has-menu-watermark::after{
  content:"";
  position:absolute;
  z-index:4;
  right:10px;
  bottom:10px;
  width:58px;
  height:58px;
  border:1px solid rgba(255,255,255,.78);
  border-radius:15px;
  background:rgba(255,255,255,.78) url('../images/logo-pawon-nusantara.png') center/48px auto no-repeat;
  box-shadow:0 7px 18px rgba(39,22,12,.15);
  opacity:.72;
  pointer-events:none;
  backdrop-filter:blur(4px);
}
.menu-thumb.has-menu-watermark::after,
.search-result__image.has-menu-watermark::after,
.checkout-item__image.has-menu-watermark::after{
  right:4px;
  bottom:4px;
  width:22px;
  height:22px;
  border-radius:7px;
  background-size:18px auto;
  box-shadow:0 2px 6px rgba(39,22,12,.14);
  opacity:.78;
}
.hero-slider__link.has-menu-watermark::after{
  z-index:4;
  right:18px;
  bottom:18px;
  width:66px;
  height:66px;
  background-size:54px auto;
}
.split-panel__media.has-menu-watermark::after{
  right:16px;
  bottom:16px;
}
.product-gallery.has-menu-watermark::after{
  right:18px;
  bottom:18px;
  width:70px;
  height:70px;
  border-radius:18px;
  background-size:58px auto;
}

.product-card{position:relative}
.product-card__badges{z-index:5}
.product-card__rating{
  z-index:5!important;
  top:auto!important;
  right:auto!important;
  left:12px!important;
  bottom:12px!important;
}
.wishlist-toggle{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  padding:0;
  border:1px solid rgba(255,255,255,.82);
  border-radius:12px;
  background:rgba(255,255,255,.92);
  color:#7d6d66;
  box-shadow:0 8px 20px rgba(49,29,18,.15);
  cursor:pointer;
  transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease;
  backdrop-filter:blur(8px);
}
.wishlist-toggle:hover{
  transform:translateY(-1px) scale(1.03);
  color:var(--primary);
  border-color:rgba(239,35,21,.2);
}
.wishlist-toggle svg,
.wishlist-action svg{
  width:20px;
  height:20px;
  fill:transparent;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.wishlist-toggle.is-active{
  border-color:rgba(239,35,21,.24);
  background:linear-gradient(135deg,var(--primary),var(--accent));
  color:#fff;
}
.wishlist-toggle.is-active svg,
.wishlist-action.is-active svg{
  fill:currentColor;
}
.wishlist-toggle--card{
  position:absolute;
  z-index:8;
  top:12px;
  right:12px;
}
.wishlist-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}
.wishlist-action.is-active{
  border-color:rgba(239,35,21,.28);
  background:#fff1ee;
  color:var(--primary);
}

.wishlist-link.is-active,
.wishlist-link:hover{
  color:var(--primary);
  border-color:rgba(239,35,21,.24);
  background:#fff6f3;
}
.wishlist-count{
  position:absolute;
  right:-4px;
  top:-5px;
  display:none;
  min-width:18px;
  height:18px;
  padding:0 5px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--primary),var(--accent));
  color:#fff;
  font-size:10px;
  font-weight:900;
  line-height:18px;
  text-align:center;
  box-shadow:0 3px 8px rgba(239,35,21,.22);
}
.wishlist-count.is-visible{display:block}
.mobile-nav [data-wishlist-count]{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:22px;
  height:22px;
  margin-left:7px;
  padding:0 7px;
  border-radius:999px;
  background:#fff0ec;
  color:var(--primary);
  font-size:11px;
  font-weight:900;
}

.search-result__image{
  display:block;
  width:54px;
  height:45px;
  border-radius:9px;
  background:#fff;
}
.search-result__image img{
  width:100%!important;
  height:100%!important;
  border-radius:inherit;
  object-fit:contain;
}
.cart-line .menu-thumb{
  display:block;
  width:64px;
  height:54px;
  border-radius:9px;
  background:#fff;
}
.cart-line .menu-thumb img{
  width:100%;
  height:100%;
  border-radius:inherit;
  object-fit:contain;
}
.checkout-item__image{
  display:block;
  width:50px;
  height:42px;
  border-radius:8px;
  background:#fff;
}
.checkout-item__image img{
  width:100%;
  height:100%;
  border-radius:inherit;
  object-fit:contain;
}

.wishlist-hero{
  padding:46px 0 32px;
  border-bottom:1px solid var(--line);
  background:
    radial-gradient(circle at 8% 0%,rgba(101,185,29,.09),transparent 26%),
    radial-gradient(circle at 92% 12%,rgba(255,134,21,.10),transparent 28%),
    linear-gradient(180deg,#fffdf9,#fffaf4);
}
.wishlist-hero__inner{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:28px;
}
.wishlist-hero h1{
  margin:7px 0 10px;
  font-size:clamp(36px,5vw,54px);
  line-height:1.02;
  letter-spacing:-.045em;
}
.wishlist-hero p{
  max-width:650px;
  margin:0;
  color:var(--muted);
  line-height:1.65;
}
.wishlist-hero__actions{
  display:flex;
  align-items:center;
  gap:12px;
}
.wishlist-total{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:142px;
  padding:12px 16px;
  border:1px solid var(--line);
  border-radius:14px;
  background:rgba(255,255,255,.84);
  box-shadow:var(--shadow-sm);
}
.wishlist-total strong{
  color:var(--primary);
  font-size:26px;
  line-height:1;
}
.wishlist-total small{
  color:var(--muted);
  font-size:11px;
  line-height:1.25;
}
.wishlist-section{min-height:440px}
.wishlist-grid{align-items:stretch}
.wishlist-empty{
  max-width:620px;
  margin:20px auto;
  padding:54px 28px;
  border:1px dashed #dfcec3;
  border-radius:24px;
  background:#fff;
  text-align:center;
}
.wishlist-empty>span{
  display:grid;
  place-items:center;
  width:70px;
  height:70px;
  margin:0 auto 18px;
  border-radius:22px;
  background:linear-gradient(145deg,#fff2ee,#fff7e8);
  color:var(--primary);
  font-size:36px;
}
.wishlist-empty h2{margin:0 0 8px;font-size:28px}
.wishlist-empty p{margin:0 0 22px;color:var(--muted)}

@media(max-width:980px){
  .header-actions{gap:6px}
  .wishlist-link{width:40px;min-width:40px;padding:0}
  .wishlist-link .action-label{display:none}
}
@media(max-width:760px){
  .has-menu-watermark::after{
    right:7px;
    bottom:7px;
    width:44px;
    height:44px;
    border-radius:12px;
    background-size:36px auto;
  }
  .hero-slider__link.has-menu-watermark::after{
    right:10px;
    bottom:10px;
    width:48px;
    height:48px;
    background-size:39px auto;
  }
  .product-gallery.has-menu-watermark::after{
    right:12px;
    bottom:12px;
    width:54px;
    height:54px;
    background-size:44px auto;
  }
  .wishlist-toggle--card{
    top:9px;
    right:9px;
    width:36px;
    height:36px;
  }
  .product-card__rating{
    left:9px!important;
    bottom:9px!important;
  }
  .wishlist-hero{padding:30px 0 24px}
  .wishlist-hero__inner{align-items:flex-start;flex-direction:column}
  .wishlist-hero__actions{width:100%;justify-content:space-between}
}
@media(max-width:460px){
  .wishlist-hero__actions{align-items:stretch;flex-direction:column}
  .wishlist-total{width:100%}
  .wishlist-hero__actions .button{width:100%}
}

/* Preserve established thumbnail dimensions after adding watermark wrappers. */
.cart-line .menu-thumb{width:72px;height:62px}
.checkout-item--v71 .checkout-item__image{width:46px;height:42px}
.catalog-search-results .search-result__image{width:58px;height:46px}
@media(max-width:760px){
  .cart-line .menu-thumb{width:58px;height:52px}
}
.product-actions-row{flex-wrap:wrap}
.product-actions-row .wishlist-action{white-space:nowrap}

/* v7.2.4 modern three-tier storefront header */
.header-utility{
  min-height:34px;
  background:linear-gradient(90deg,#062b40 0%,#0a3248 56%,#3b2639 100%)!important;
  color:#fff;
  box-shadow:none!important;
}
.header-utility__inner{
  min-height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  padding-block:5px;
}
.header-utility__facts{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:0;
  min-width:0;
}
.header-utility__item{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-width:0;
  color:rgba(255,255,255,.94)!important;
  font-size:12px;
  font-weight:750;
  text-decoration:none!important;
  white-space:nowrap;
}
.header-utility__item+ .header-utility__item::before{
  content:"•";
  margin:0 12px 0 10px;
  color:rgba(255,255,255,.78);
  font-weight:900;
}
.header-utility__item svg{
  width:14px;
  height:14px;
  flex:0 0 auto;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.header-utility__announcement{
  overflow:hidden;
  max-width:340px;
  color:#ffd7c7;
  font-size:11px;
  font-weight:750;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.site-header{
  border:0!important;
  background:#fff!important;
  box-shadow:0 8px 28px rgba(26,42,54,.08)!important;
  backdrop-filter:none!important;
}
.header-primary{
  border-bottom:1px solid #ece5df;
  background:rgba(255,255,255,.985);
}
.header-main--market{
  display:grid!important;
  grid-template-columns:minmax(220px,280px) minmax(300px,1fr) auto;
  align-items:center;
  gap:24px!important;
  min-height:92px!important;
  padding-block:13px;
}
.header-brand{
  gap:12px!important;
  min-width:0!important;
}
.header-brand .brand__mark--logo{
  width:62px!important;
  height:62px!important;
  flex:0 0 62px;
}
.header-brand .brand__mark--logo img{
  width:100%!important;
  height:100%!important;
  object-fit:contain;
}
.header-brand .brand__copy{
  min-width:0;
}
.header-brand .brand__copy strong{
  overflow:hidden;
  color:#0a3044!important;
  font-size:20px!important;
  line-height:1.05;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.header-brand .brand__copy small{
  overflow:hidden;
  color:var(--primary)!important;
  font-size:11px!important;
  font-weight:850;
  letter-spacing:.05em;
  text-overflow:ellipsis;
  text-transform:uppercase;
  white-space:nowrap;
}
.header-search.global-search{
  position:relative;
  display:grid!important;
  grid-template-columns:22px minmax(0,1fr) auto!important;
  align-items:center;
  gap:10px!important;
  width:100%;
  max-width:none!important;
  margin:0!important;
  padding:0 0 0 17px!important;
  border:1px solid #e7d5c8!important;
  border-radius:17px!important;
  background:#fff!important;
  box-shadow:0 7px 20px rgba(44,56,66,.05)!important;
}
.header-search>svg{
  width:20px!important;
  height:20px!important;
  color:#71808b;
  stroke:currentColor!important;
}
.header-search input{
  height:56px!important;
  min-width:0;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#132e3e!important;
  font-size:15px;
  outline:0;
}
.header-search button{
  align-self:stretch;
  min-width:82px;
  margin:-1px -1px -1px 0;
  padding:0 22px;
  border:0;
  border-radius:0 17px 17px 0;
  background:#072f45;
  color:#fff;
  font-size:14px;
  font-weight:850;
  cursor:pointer;
}
.header-search button:hover{background:#0b415e}
.header-search .search-results{
  top:calc(100% + 10px)!important;
  border-radius:16px!important;
  box-shadow:0 22px 55px rgba(20,37,47,.18)!important;
}
.header-actions--market{
  display:flex!important;
  align-items:center;
  justify-content:flex-end;
  gap:6px!important;
  min-width:max-content;
}
.header-tool,
.header-action-link{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:44px;
  padding:0 9px;
  border:1px solid transparent;
  border-radius:13px;
  background:transparent;
  color:#0c3044;
  font-size:13px;
  font-weight:800;
  line-height:1;
  text-decoration:none;
  white-space:nowrap;
  cursor:pointer;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}
.header-tool:hover,
.header-action-link:hover{
  border-color:#e8d9cf;
  background:#fff8f3;
  color:var(--primary);
  transform:translateY(-1px);
}
.header-tool svg,
.header-action-link svg{
  width:21px;
  height:21px;
  flex:0 0 auto;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.header-tool--install{
  padding-inline:13px;
  border-color:#dad9d4;
  background:#f5f5f1;
}
.header-tool--icon{
  width:44px;
  min-width:44px;
  padding:0;
  border-color:#ead9cc;
  background:#fffdfb;
}
.header-tool--icon .theme-icon--sun{display:none}
html[data-theme="dark"] .header-tool--icon .theme-icon--moon{display:none}
html[data-theme="dark"] .header-tool--icon .theme-icon--sun{display:block}
.header-action-link--whatsapp svg{color:#087f52}
.header-action-link.account-link .account-link__initials{
  display:grid;
  place-items:center;
  width:27px;
  height:27px;
  border-radius:50%;
  background:#0a3044;
  color:#fff;
  font-size:10px;
  font-weight:900;
}
.header-action-link.wishlist-link.is-active{
  border-color:#f3cfc7;
  background:#fff2ef;
  color:var(--primary);
}
.header-action-link.cart-toggle{
  appearance:none;
  font:inherit;
}
.header-count{
  display:none;
  min-width:21px;
  height:21px;
  padding:0 6px;
  border-radius:999px;
  background:#cf2026;
  color:#fff;
  font-size:10px;
  font-weight:900;
  line-height:21px;
  text-align:center;
  box-shadow:none;
}
.header-count.is-visible{display:inline-block}
.header-action-link .wishlist-count,
.header-action-link .cart-count{
  position:static!important;
  inset:auto!important;
}
.header-secondary{
  border-bottom:1px solid #e6ddd6;
  background:#fff;
}
.header-secondary__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  min-height:68px;
}
.desktop-nav--market{
  display:flex!important;
  align-items:center;
  gap:7px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.desktop-nav--market>a,
.header-dropdown>summary{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:45px;
  padding:0 14px;
  border:1px solid transparent;
  border-radius:15px;
  color:#354151;
  font-size:13px;
  font-weight:800;
  line-height:1;
  list-style:none;
  cursor:pointer;
  transition:background .18s ease,border-color .18s ease,color .18s ease;
}
.desktop-nav--market>a svg,
.header-dropdown>summary svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.desktop-nav--market>a:hover,
.desktop-nav--market>a.is-active,
.header-dropdown[open]>summary,
.header-dropdown>summary:hover{
  border-color:#f4c6c9!important;
  background:#fff5f4!important;
  color:#0a3044!important;
  box-shadow:none!important;
}
.header-dropdown{
  position:relative;
}
.header-dropdown>summary::-webkit-details-marker{display:none}
.header-dropdown>summary i{
  width:7px;
  height:7px;
  margin-left:2px;
  border-right:1.7px solid currentColor;
  border-bottom:1.7px solid currentColor;
  transform:rotate(45deg) translateY(-2px);
  transition:transform .18s ease;
}
.header-dropdown[open]>summary i{transform:rotate(225deg) translate(-1px,-1px)}
.header-dropdown__menu{
  position:absolute;
  z-index:190;
  top:calc(100% + 9px);
  left:0;
  display:grid;
  min-width:220px;
  padding:9px;
  border:1px solid #eadfd7;
  border-radius:17px;
  background:#fff;
  box-shadow:0 22px 55px rgba(20,37,47,.18);
}
.header-dropdown__menu--categories{
  grid-template-columns:repeat(2,minmax(170px,1fr));
  width:min(460px,80vw);
}
.header-dropdown__menu a{
  padding:11px 12px;
  border-radius:10px;
  color:#344054;
  font-size:12px;
  font-weight:750;
}
.header-dropdown__menu a:hover{background:#fff4ef;color:var(--primary)}
.header-dropdown--right .header-dropdown__menu{right:0;left:auto}
.header-secondary__right{
  display:flex;
  align-items:center;
  gap:12px;
  margin-left:auto;
}
.header-track{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:48px;
  padding:0 20px;
  border-radius:17px;
  background:#072f45;
  color:#fff;
  font-size:13px;
  font-weight:850;
  box-shadow:0 10px 24px rgba(7,47,69,.16);
}
.header-track:hover{background:#0b415e;color:#fff;transform:translateY(-1px)}
.header-track svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.menu-toggle{display:none!important}
.mobile-nav{
  border-top:1px solid #eadfd7!important;
  background:#fff!important;
}
.mobile-nav__inner{padding:10px 18px 18px!important}
.mobile-nav details{border-bottom:1px solid #f0ebe7}
.mobile-nav details summary{padding:12px 2px;font-weight:800;cursor:pointer}
.mobile-nav details div{display:grid;padding:0 0 8px 16px}
.mobile-nav details div a{font-size:12px}

/* Optional client-side dark theme. */
html[data-theme="dark"]{
  color-scheme:dark;
  --surface:#171412;
  --ink:#f8f4f0;
  --muted:#b9aea7;
  --line:#3e342f;
}
html[data-theme="dark"] body{background:#171412;color:#f8f4f0}
html[data-theme="dark"] .site-header,
html[data-theme="dark"] .header-primary,
html[data-theme="dark"] .header-secondary,
html[data-theme="dark"] .mobile-nav{background:#211b18!important;border-color:#40352f!important}
html[data-theme="dark"] .header-brand .brand__copy strong,
html[data-theme="dark"] .header-tool,
html[data-theme="dark"] .header-action-link,
html[data-theme="dark"] .desktop-nav--market>a,
html[data-theme="dark"] .header-dropdown>summary{color:#f7f1ec!important}
html[data-theme="dark"] .header-brand .brand__copy small{color:#ff9a4c!important}
html[data-theme="dark"] .header-search.global-search,
html[data-theme="dark"] .header-dropdown__menu,
html[data-theme="dark"] .search-results{background:#2a221e!important;border-color:#4b3d35!important}
html[data-theme="dark"] .header-search input{color:#fff!important}
html[data-theme="dark"] .header-dropdown__menu a{color:#f4ece7}
html[data-theme="dark"] .header-tool:hover,
html[data-theme="dark"] .header-action-link:hover,
html[data-theme="dark"] .desktop-nav--market>a:hover,
html[data-theme="dark"] .desktop-nav--market>a.is-active,
html[data-theme="dark"] .header-dropdown[open]>summary,
html[data-theme="dark"] .header-dropdown>summary:hover{background:#352923!important;border-color:#62463b!important;color:#ff9a4c!important}
html[data-theme="dark"] .product-card,
html[data-theme="dark"] .panel,
html[data-theme="dark"] .section--soft,
html[data-theme="dark"] .faq-item,
html[data-theme="dark"] .testimonial-card,
html[data-theme="dark"] .step-card,
html[data-theme="dark"] .wishlist-empty{background:#211b18!important;border-color:#40352f!important;color:#f8f4f0}

@media(max-width:1260px){
  .header-main--market{grid-template-columns:minmax(190px,230px) minmax(260px,1fr) auto;gap:15px!important}
  .header-action-link span:not(.account-link__initials),
  .header-tool--install span{display:none}
  .header-action-link,.header-tool--install{width:44px;min-width:44px;padding:0}
  .header-count.is-visible{position:absolute!important;top:-3px!important;right:-4px!important;display:block}
  .desktop-nav--market>a,.header-dropdown>summary{padding-inline:11px}
}
@media(max-width:1040px){
  .header-utility__announcement{display:none}
  .header-main--market{grid-template-columns:minmax(180px,215px) minmax(230px,1fr) auto}
  .desktop-nav--market>a:nth-of-type(4){display:none}
  .header-secondary__inner{gap:10px}
}
@media(max-width:900px){
  .header-utility__inner{justify-content:flex-start;overflow:hidden}
  .header-utility__facts{justify-content:flex-start;flex-wrap:nowrap;overflow:auto;scrollbar-width:none}
  .header-utility__facts::-webkit-scrollbar{display:none}
  .header-main--market{
    grid-template-columns:minmax(0,1fr) auto;
    gap:10px!important;
    min-height:auto!important;
    padding-block:9px 11px;
  }
  .header-brand{grid-column:1}
  .header-brand .brand__mark--logo{width:52px!important;height:52px!important;flex-basis:52px}
  .header-brand .brand__copy strong{font-size:17px!important}
  .header-search.global-search{grid-column:1/-1;grid-row:2}
  .header-search input{height:47px!important}
  .header-search button{min-width:72px;padding-inline:16px}
  .header-actions--market{grid-column:2;grid-row:1}
  .header-actions--market .header-tool--install,
  .header-actions--market .header-tool--icon,
  .header-actions--market .header-action-link--whatsapp,
  .header-actions--market .account-link{display:none}
  .menu-toggle{display:inline-flex!important}
  .header-secondary{display:none}
}
@media(max-width:620px){
  .header-utility__item{font-size:10px}
  .header-utility__item:first-child{display:none}
  .header-utility__item+ .header-utility__item::before{margin-inline:8px}
  .header-main--market{padding-inline:0}
  .header-brand .brand__copy small{display:none}
  .header-actions--market{gap:3px!important}
  .header-action-link,.header-tool--icon{width:40px;min-width:40px;min-height:40px}
  .header-brand .brand__mark--logo{width:46px!important;height:46px!important;flex-basis:46px}
  .header-brand .brand__copy strong{font-size:15px!important}
  .header-search.global-search{border-radius:14px!important;padding-left:13px!important}
  .header-search button{border-radius:0 14px 14px 0}
}
@media(max-width:390px){
  .header-brand .brand__copy{display:none}
  .header-main--market{grid-template-columns:auto 1fr}
  .header-actions--market{justify-self:end}
}
@media print{
  .header-utility,.site-header{display:none!important}
}
/* Marketplace-style counters remain visible even when the value is zero. */
.header-action-link .header-count{display:inline-block}
/* Reserve the approximate fixed-header height before JavaScript measures it. */
:root{--site-top-stack-height:194px}
@media(max-width:900px){:root{--site-top-stack-height:154px}}
#ulasan,.catalog-category{scroll-margin-top:calc(var(--site-top-stack-height) + 18px)}
