/* ==========================================================================
   99 Life — pages.css
   PDP, Shop, halaman statik & gaya jenama WooCommerce.
   ========================================================================== */

/* ---------- Breadcrumb ---------- */
.crumb { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: #8A9A8E; flex-wrap: wrap; }
.crumb a { color: #8A9A8E; }
.crumb a:hover { color: var(--green); }
.crumb .cur { color: var(--nav); font-weight: 600; }
.crumb .back { color: var(--green); font-weight: 600; }

/* ==========================================================================
   Shop (arkib produk)
   ========================================================================== */
.shop-section { max-width: var(--maxw); margin: 0 auto; padding: clamp(28px,4vw,44px) 24px clamp(52px,7vw,88px); display: flex; flex-direction: column; gap: 26px; }
.shop-title { display: flex; flex-direction: column; gap: 10px; max-width: 680px; padding-bottom: 6px; border-bottom: 1px solid var(--border); }
.shop-title h1 { font-size: clamp(30px,5vw,46px); line-height: 1.1; letter-spacing: -0.028em; font-weight: 800; margin: 0; }
.shop-title p { font-size: 17px; line-height: 1.55; color: var(--muted); margin: 0 0 14px; }
.shop-layout { display: grid; grid-template-columns: 260px 1fr; gap: 36px; align-items: start; }
.shop-aside { display: flex; flex-direction: column; gap: 26px; }
.shop-aside .filter-group { display: flex; flex-direction: column; gap: 10px; }
.shop-aside h2 { font-size: 12.5px; font-weight: 700; letter-spacing: 0.09em; color: #8A9A8E; margin: 0; font-family: Figtree, sans-serif; }
.shop-aside .filter-btn {
  text-align: left; padding: 11px 16px; border-radius: 12px; font-size: 15px; cursor: pointer;
  border: 1px solid transparent; background: transparent; color: var(--nav); font-weight: 500; font-family: Figtree, sans-serif;
}
.shop-aside .filter-btn.is-active { background: var(--tag-bg); color: var(--green-dark); font-weight: 700; border-color: #BFDDC8; }
.shop-aside select { font-family: Figtree, sans-serif; font-size: 15px; padding: 12px 14px; border: 1px solid var(--border-2); border-radius: 12px; background: #fff; color: var(--ink); cursor: pointer; }
.shop-help { display: flex; flex-direction: column; gap: 8px; background: var(--tag-bg); border-radius: 18px; padding: 20px; }
.shop-help strong { font-family: 'Bricolage Grotesque', sans-serif; font-size: 17px; color: var(--green-dark); }
.shop-help span { font-size: 14.5px; line-height: 1.5; color: #3E5043; }
.shop-help a { font-size: 14.5px; font-weight: 600; margin-top: 4px; }
.shop-main { display: flex; flex-direction: column; gap: 18px; min-width: 0; }
.shop-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.shop-bar span { font-size: 14.5px; color: var(--muted-2); }
.shop-note { font-size: 14px; color: #8A9A8E; margin: 0; }

/* ==========================================================================
   PDP
   ========================================================================== */
.pdp-top { max-width: var(--maxw); margin: 0 auto; padding: clamp(22px,3vw,34px) 24px clamp(40px,5vw,60px); display: flex; flex-direction: column; gap: 26px; }
.pdp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }

.pdp-gallery { display: flex; flex-direction: column; gap: 12px; }
.pdp-main-img { position: relative; width: 100%; aspect-ratio: 1/1; background: var(--cream-2); border-radius: 24px; overflow: hidden; }
.pdp-main-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.pdp-gallery .g-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border-radius: 999px; border: 0; background: rgba(255,255,255,0.9); color: var(--ink); font-size: 20px; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(23,37,27,0.15); }
.pdp-gallery .g-nav:hover { background: #fff; }
.pdp-gallery .g-prev { left: 14px; }
.pdp-gallery .g-next { right: 14px; }
.pdp-thumbs { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.pdp-thumbs button { position: relative; width: 100%; aspect-ratio: 1/1; background: #EDE7DA; border-radius: 14px; overflow: hidden; cursor: pointer; padding: 0; border: 1px solid var(--border); }
.pdp-thumbs button.is-active { border: 2px solid var(--green); }
.pdp-thumbs img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }

.pdp-info { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.pdp-info .p-kicker { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; color: var(--green); }
.pdp-info h1 { font-size: clamp(30px,4.4vw,44px); line-height: 1.06; letter-spacing: -0.028em; font-weight: 800; margin: 0; }
.pdp-rating { display: inline-flex; align-items: center; gap: 9px; font-size: 14.5px; color: var(--nav); }
.pdp-rating .stars { color: var(--green); letter-spacing: 2px; }
.pdp-desc { font-size: 17.5px; line-height: 1.6; color: #4A5B4E; margin: 0; max-width: 52ch; }
.pdp-specs { display: flex; gap: 8px; flex-wrap: wrap; }
.pdp-specs span { font-size: 13.5px; font-weight: 600; color: var(--nav); background: var(--cream-2); padding: 8px 14px; border-radius: 999px; }

.pdp-choose { display: flex; flex-direction: column; gap: 11px; padding-top: 6px; }
.pdp-choose > strong { font-size: 12.5px; font-weight: 700; letter-spacing: 0.09em; color: #8A9A8E; }
.saiz-row { display: flex; gap: 10px; flex-wrap: wrap; }
.saiz-btn { padding: 11px 20px; border-radius: 12px; font-size: 15px; cursor: pointer; font-family: Figtree, sans-serif; background: #fff; color: var(--nav); font-weight: 500; border: 1px solid var(--border-2); }
.saiz-btn.is-active { background: var(--tag-bg); color: var(--green-dark); font-weight: 700; border: 2px solid var(--green); }

.pakej-list { display: flex; flex-direction: column; gap: 11px; }
.pakej-card { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; text-align: left; cursor: pointer; font-family: Figtree, sans-serif; padding: 18px 20px; border-radius: 18px; background: #fff; border: 1px solid var(--border); }
.pakej-card.is-active { background: #F4FAF5; border: 2px solid var(--green); }
.pakej-card .p-left { display: flex; align-items: center; gap: 12px; min-width: 0; }
.pakej-card .radio { width: 20px; height: 20px; border-radius: 999px; flex-shrink: 0; border: 2px solid #CFC8B6; background: #fff; }
.pakej-card.is-active .radio { border: 6px solid var(--green); }
.pakej-card .p-labels { display: flex; flex-direction: column; gap: 3px; text-align: left; }
.pakej-card .p-name { font-family: 'Bricolage Grotesque', sans-serif; font-size: 17px; font-weight: 700; color: var(--ink); }
.pakej-card .p-per { font-size: 13.5px; color: var(--muted-2); }
.pakej-card .p-right { display: flex; flex-direction: column; gap: 3px; align-items: flex-end; }
.pakej-card .p-badge { font-size: 11.5px; font-weight: 700; letter-spacing: 0.05em; color: var(--green); background: var(--tag-bg); padding: 4px 10px; border-radius: 999px; }
.pakej-card .p-price { font-family: 'Bricolage Grotesque', sans-serif; font-size: 18px; font-weight: 800; color: var(--ink); }
.pakej-card .p-save { font-size: 13px; font-weight: 600; color: var(--green); }

.pdp-summary { display: flex; flex-direction: column; gap: 14px; background: #fff; border: 1px solid var(--border); border-radius: 22px; padding: 22px; }
.pdp-summary .sum-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.pdp-summary .sum-label { font-size: 13.5px; color: var(--muted-2); }
.pdp-summary .sum-prices { display: flex; align-items: baseline; gap: 10px; }
.pdp-summary .sum-total { font-family: 'Bricolage Grotesque', sans-serif; font-size: 32px; font-weight: 800; }
.pdp-summary .sum-compare { font-size: 16px; color: #A2A99B; text-decoration: line-through; }
.pdp-summary .sum-per { font-size: 13.5px; color: var(--muted-2); }
.pdp-summary .sum-stock { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 600; color: var(--green); }
.pdp-summary .sum-stock .dot { width: 8px; height: 8px; border-radius: 99px; background: var(--green); }
.pdp-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.qty-stepper { display: flex; align-items: center; gap: 2px; border: 1px solid var(--border-2); border-radius: 999px; background: var(--bg); padding: 4px; }
.qty-stepper button { width: 40px; height: 40px; border: 0; background: transparent; font-size: 20px; color: var(--nav); cursor: pointer; border-radius: 999px; }
.qty-stepper button:hover { background: #F1F6F2; }
.qty-stepper .qty-val { min-width: 28px; text-align: center; font-size: 16px; font-weight: 600; }
.add-cart-btn { flex: 1; min-width: 230px; background: var(--green); color: #fff; border: 0; padding: 16px 28px; border-radius: 999px; font-family: Figtree, sans-serif; font-size: 16px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 12px; transition: background .15s; }
.add-cart-btn:hover { background: var(--green-dark); color: #fff; }
.add-cart-btn .add-label { opacity: 0.85; }
.cart-msg { margin: 0; font-size: 14.5px; line-height: 1.5; color: var(--green); font-weight: 600; display: none; }
.cart-msg.show { display: block; }

.pdp-trust { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px,1fr)); gap: 12px; }
.pdp-trust > div { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; }
.pdp-trust strong { font-size: 14.5px; }
.pdp-trust span { font-size: 13.5px; color: var(--muted-2); }

.pdp-accordions { display: flex; flex-direction: column; gap: 10px; padding-top: 6px; }
.pdp-accordions details { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 18px 20px; }
.pdp-accordions summary { list-style: none; cursor: pointer; font-family: 'Bricolage Grotesque', sans-serif; font-size: 17px; font-weight: 700; }
.pdp-accordions summary::-webkit-details-marker { display: none; }
.pdp-accordions p, .pdp-accordions .acc-list span { font-size: 15.5px; line-height: 1.65; color: var(--muted); }
.pdp-accordions .acc-list { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; }
.pdp-accordions .acc-facts { color: var(--nav); padding-top: 6px; }

/* PDP lower sections */
.support-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 18px; }
.support-card { display: flex; flex-direction: column; gap: 10px; background: #fff; border-radius: 22px; padding: 26px; }
.support-card .arrow { font-size: 18px; color: var(--green); }
.support-card h3 { font-size: 20px; font-weight: 700; margin: 0; }
.support-card p { font-size: 15.5px; line-height: 1.55; color: var(--muted); margin: 0; }

.audience-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px,1fr)); gap: 18px; }
.audience-card { display: flex; flex-direction: column; gap: 10px; background: #fff; border: 1px solid var(--border); border-radius: 22px; padding: 26px; }
.audience-card .a-no { font-family: 'Bricolage Grotesque', sans-serif; font-size: 15px; font-weight: 800; color: var(--green); }
.audience-card h3 { font-size: 19px; font-weight: 700; margin: 0; }
.audience-card p { font-size: 15.5px; line-height: 1.55; color: var(--muted); margin: 0; }

.formula-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 18px; }
.formula-card { display: flex; flex-direction: column; gap: 12px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: 20px; padding: 20px; }
.formula-card .f-media { position: relative; width: 100%; aspect-ratio: 1/1; border-radius: 14px; overflow: hidden; background: rgba(255,255,255,0.1); }
.formula-card .f-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.formula-card .f-produk { font-size: 11.5px; font-weight: 700; letter-spacing: 0.07em; color: var(--on-dark-soft); }
.formula-card h3 { font-size: 18px; font-weight: 700; margin: 0; color: #fff; }
.formula-card p { font-size: 14.5px; line-height: 1.5; color: var(--on-dark-soft-2); margin: 0; }

.ptesti-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 18px; }
.ptesti-card { display: flex; flex-direction: column; gap: 12px; margin: 0; background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 24px; }
.ptesti-card .stars { color: var(--green); font-size: 15px; letter-spacing: 2px; }
.ptesti-card strong { font-family: 'Bricolage Grotesque', sans-serif; font-size: 18px; font-weight: 700; }
.ptesti-card blockquote { margin: 0; font-size: 15.5px; line-height: 1.6; color: var(--muted); }
.ptesti-card figcaption { display: flex; flex-direction: column; gap: 2px; margin-top: auto; padding-top: 6px; }
.ptesti-card figcaption strong { font-family: Figtree, sans-serif; font-size: 14px; font-weight: 700; }
.ptesti-card figcaption span { font-size: 12.5px; color: #8A9A8E; }

.related-section { background: #fff; border-top: 1px solid var(--border); }
.related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 22px; }
.related-card { display: flex; flex-direction: column; background: var(--bg); border: 1px solid var(--border); border-radius: 22px; overflow: hidden; color: var(--ink); transition: border-color .15s; }
.related-card:hover { border-color: var(--green); color: var(--ink); }
.related-card .r-media { position: relative; width: 100%; aspect-ratio: 1/1; background: var(--cream-2); }
.related-card .r-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.related-card .r-body { display: flex; flex-direction: column; gap: 8px; padding: 22px; }
.related-card .r-tag { font-size: 11.5px; font-weight: 700; letter-spacing: 0.08em; color: var(--green); }
.related-card .r-name { font-family: 'Bricolage Grotesque', sans-serif; font-size: 20px; font-weight: 700; }
.related-card .r-price { font-size: 15px; color: var(--muted); }
.related-card .r-link { font-size: 14.5px; font-weight: 600; color: var(--green); padding-top: 4px; }

/* ==========================================================================
   Hubungi
   ========================================================================== */
.hubungi-grid { max-width: var(--maxw); margin: 0 auto; padding: clamp(44px,6vw,72px) 24px clamp(52px,7vw,88px); display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: 44px; align-items: start; }
.hubungi-left { display: flex; flex-direction: column; gap: 22px; }
.hubungi-left .h-head { display: flex; flex-direction: column; gap: 10px; }
.hubungi-left h1 { font-size: clamp(30px,5vw,46px); line-height: 1.1; letter-spacing: -0.028em; font-weight: 800; margin: 0; }
.hubungi-left .h-sub { font-size: 17px; line-height: 1.6; color: var(--muted); margin: 0; max-width: 46ch; }
.contact-cards { display: flex; flex-direction: column; gap: 12px; }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 16px; background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 18px 22px; color: var(--ink); transition: border-color .15s, color .15s; }
.contact-card:hover { border-color: var(--green); color: var(--green); }
.contact-card .cc-left { display: flex; flex-direction: column; gap: 3px; }
.contact-card .cc-left strong { font-size: 16px; }
.contact-card .cc-left span { font-size: 14.5px; color: var(--muted-2); }
.contact-card .cc-arrow { font-size: 18px; color: var(--green); }
.contact-addr { display: flex; flex-direction: column; gap: 4px; background: var(--cream-2); border-radius: 18px; padding: 18px 22px; }
.contact-addr strong { font-size: 16px; }
.contact-addr span { font-size: 14.5px; line-height: 1.55; color: var(--muted-2); }
.contact-form { display: flex; flex-direction: column; gap: 16px; background: #fff; border: 1px solid var(--border); border-radius: 24px; padding: clamp(24px,3vw,34px); }
.contact-form h2 { font-size: 24px; font-weight: 700; margin: 0; }
.contact-form label { display: flex; flex-direction: column; gap: 7px; font-size: 14.5px; font-weight: 600; color: var(--nav); }
.contact-form input, .contact-form textarea { font-family: Figtree, sans-serif; font-size: 15.5px; padding: 13px 15px; border: 1px solid var(--border-2); border-radius: 12px; background: var(--bg); color: var(--ink); }
.contact-form textarea { resize: vertical; }
.contact-form button { background: var(--green); color: #fff; border: 0; padding: 15px 26px; border-radius: 999px; font-family: Figtree, sans-serif; font-size: 16px; font-weight: 600; cursor: pointer; transition: background .15s; }
.contact-form button:hover { background: var(--green-dark); }
.form-success { margin: 0; font-size: 14.5px; line-height: 1.5; color: var(--green); font-weight: 600; }

/* ==========================================================================
   Terma / Privasi
   ========================================================================== */
.legal-section { max-width: 820px; margin: 0 auto; padding: clamp(40px,6vw,72px) 24px clamp(52px,7vw,88px); display: flex; flex-direction: column; gap: 26px; }
.legal-head { display: flex; flex-direction: column; gap: 10px; }
.legal-head h1 { font-size: clamp(30px,5vw,44px); line-height: 1.1; letter-spacing: -0.028em; font-weight: 800; margin: 0; }
.legal-updated { font-size: 15px; color: #8A9A8E; margin: 0; }
.legal-intro { font-size: 17px; line-height: 1.7; color: #4A5B4E; margin: 0; }
.legal-clause { display: flex; flex-direction: column; gap: 10px; padding-top: 14px; border-top: 1px solid var(--border); }
.legal-clause h2 { font-size: 22px; font-weight: 700; margin: 0; }
.legal-clause p { font-size: 16px; line-height: 1.7; color: var(--muted); margin: 0; }
.legal-cta { display: flex; flex-direction: column; gap: 8px; background: var(--tag-bg); border-radius: 20px; padding: 24px; margin-top: 8px; }
.legal-cta strong { font-family: 'Bricolage Grotesque', sans-serif; font-size: 18px; color: var(--green-dark); }
.legal-cta span { font-size: 15.5px; line-height: 1.55; color: #3E5043; }
.legal-cta a { font-size: 15px; font-weight: 600; margin-top: 4px; }

/* ==========================================================================
   Sains (halaman)
   ========================================================================== */
.sains-hero { max-width: var(--maxw); margin: 0 auto; padding: clamp(28px,4vw,44px) 24px clamp(40px,5vw,60px); display: flex; flex-direction: column; gap: 26px; }
.sains-hero-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); gap: 48px; align-items: center; }
.sains-hero-body { display: flex; flex-direction: column; gap: 16px; }
.sains-hero-body h1 { font-size: clamp(30px,5vw,46px); line-height: 1.08; letter-spacing: -0.028em; font-weight: 800; margin: 0; }
.sains-hero-body p { font-size: 17.5px; line-height: 1.65; color: #4A5B4E; margin: 0; max-width: 52ch; }
.sains-hero-media { position: relative; width: 100%; aspect-ratio: 4/5; background: var(--tag-bg); border-radius: 26px; }
.sains-hero-media img { position: absolute; inset: 16px; width: calc(100% - 32px); height: calc(100% - 32px); object-fit: cover; border-radius: 16px; }
.prinsip-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 18px; }
.prinsip-card { display: flex; flex-direction: column; gap: 10px; background: #fff; border-radius: 22px; padding: 26px; }
.prinsip-card .p-no { font-family: 'Bricolage Grotesque', sans-serif; font-size: 15px; font-weight: 800; color: var(--green); }
.prinsip-card h3 { font-size: 20px; font-weight: 700; margin: 0; }
.prinsip-card p { font-size: 15.5px; line-height: 1.6; color: var(--muted); margin: 0; }
.sains-bahan-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 18px; }
.sains-bahan-card { display: flex; gap: 16px; background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 20px; }
.sains-bahan-card .sb-media { position: relative; width: 84px; height: 84px; flex-shrink: 0; border-radius: 14px; overflow: hidden; background: var(--cream-2); }
.sains-bahan-card .sb-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sains-bahan-card .sb-body { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.sains-bahan-card .sb-produk { font-size: 11.5px; font-weight: 700; letter-spacing: 0.07em; color: var(--green); }
.sains-bahan-card h3 { font-size: 18px; font-weight: 700; margin: 0; }
.sains-bahan-card p { font-size: 15px; line-height: 1.55; color: var(--muted); margin: 0; }
.nota-kajian { max-width: 900px; margin: 0 auto; padding: clamp(52px,7vw,84px) 24px; display: flex; flex-direction: column; gap: 20px; }
.nota-kajian h2 { font-size: clamp(26px,4.5vw,36px); line-height: 1.15; letter-spacing: -0.025em; font-weight: 800; margin: 0; color: #fff; }
.nota-kajian p { font-size: 17px; line-height: 1.7; color: var(--on-dark-soft-2); margin: 0; }
.nota-kajian .n-btn { background: #fff; color: var(--green-dark); padding: 15px 28px; border-radius: 999px; font-size: 16px; font-weight: 700; align-self: flex-start; margin-top: 10px; }
.nota-kajian .n-btn:hover { background: var(--on-dark-soft); color: var(--green-dark); }

/* ==========================================================================
   Blog
   ========================================================================== */
.blog-section { max-width: var(--maxw); margin: 0 auto; padding: clamp(44px,6vw,72px) 24px clamp(52px,7vw,88px); display: flex; flex-direction: column; gap: 30px; }
.blog-head { display: flex; flex-direction: column; gap: 10px; max-width: 640px; }
.blog-head h1 { font-size: clamp(30px,5vw,46px); line-height: 1.1; letter-spacing: -0.028em; font-weight: 800; margin: 0; }
.blog-head p { font-size: 17px; line-height: 1.55; color: var(--muted); margin: 0; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: 22px; }
.blog-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: 24px; overflow: hidden; color: var(--ink); }
.blog-card .bc-media { position: relative; width: 100%; aspect-ratio: 16/10; background: var(--tag-bg); }
.blog-card .bc-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.blog-card .bc-body { display: flex; flex-direction: column; gap: 12px; padding: 24px; flex: 1; }
.blog-card .bc-cat { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; color: var(--green); }
.blog-card h2 { font-size: 21px; line-height: 1.25; font-weight: 700; margin: 0; letter-spacing: -0.012em; }
.blog-card p { font-size: 15.5px; line-height: 1.55; color: var(--muted); margin: 0; }
.blog-card .bc-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 12px; font-size: 13.5px; color: #8A9A8E; }
.blog-note { font-size: 14px; color: #8A9A8E; margin: 0; }

/* ==========================================================================
   Gaya jenama WooCommerce (cart / checkout / account)
   ========================================================================== */
.woocommerce, .woocommerce-page { color: var(--ink); }
.life99-wc-main { max-width: var(--maxw); margin: 0 auto; padding: clamp(28px,4vw,44px) 24px clamp(52px,7vw,88px); }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit, .woocommerce a.button.alt, .woocommerce button.button.alt {
  background: var(--green); color: #fff; border-radius: 999px; padding: 13px 24px; font-weight: 700; border: 0;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover {
  background: var(--green-dark); color: #fff;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-checkout #payment { background: #fff; border: 1px solid var(--border); border-radius: 20px; }
.woocommerce table.shop_table { border-radius: 16px; border: 1px solid var(--border); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container .select2-selection {
  border: 1px solid var(--border-2); border-radius: 12px; padding: 12px 14px; font-family: Figtree, sans-serif;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info { border-top-color: var(--green); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--green); }

/* ==========================================================================
   Responsif — halaman
   ========================================================================== */
@media (max-width: 1023px) {
  .pdp-grid { grid-template-columns: 1fr; gap: 32px; }
  .shop-layout { grid-template-columns: 1fr; }
  .shop-aside { max-width: 100%; flex-direction: row; flex-wrap: wrap; gap: 20px; }
  .shop-aside .filter-group { flex: 1 1 240px; }
}
@media (max-width: 720px) {
  .add-cart-btn { min-width: 100%; }
  .shop-aside { flex-direction: column; }
}
