.elementor-kit-6{--e-global-color-primary:#FF7B00;--e-global-color-secondary:#0C3229;--e-global-color-text:#DDF246;--e-global-color-accent:#FFF4EA;--e-global-color-60c7d32:#1E412C;--e-global-color-8a99db3:#000000;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:200;--e-global-typography-7da9c09-font-family:"Almarai";--e-global-typography-7da9c09-font-weight:600;--e-global-typography-c311541-font-family:"Almarai";--e-global-typography-c311541-font-weight:600;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-7da9c09-font-size:13px;--e-global-typography-c311541-font-size:13px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* —— KONFIG —— */
:root{ --title-lines:2; --title-lh:1.3; }

/* Judul: maksimum 2 baris + tinggi dipaksa sama */
.kartu-produk .card-title,
.card-title{
  display:-webkit-box;
  -webkit-line-clamp: var(--title-lines);
  -webkit-box-orient: vertical;
  overflow:hidden;
  line-height: var(--title-lh);
  min-height: calc(var(--title-lines) * 1em * var(--title-lh)); /* tinggi = 2 baris */
  margin:6px 0 8px;
}

/* Baris harga: sejajar kiri–kanan & konsisten */
.kartu-produk .card-price,
.card-price{
  display:flex;
  align-items: baseline;     /* sejajar garis dasar */
  column-gap:12px;           /* jarak antar harga */
  white-space:nowrap;
  margin:0;
}
.card-price .price-now{ font-weight:700; }
.card-price .price-old{ color:#9aa0a6; text-decoration: line-through; }/* End custom CSS */