:root{--theme-primary:#4f46e5;--theme-accent:#e11d48;--theme-text:#1e293b;--theme-heading:#0f172a;--theme-muted:#64748b;--theme-background:#ffffff;--theme-radius:8px;--theme-font:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--theme-base-size:16px;--theme-h1-size:36px;--theme-h2-size:30px;--theme-h3-size:24px;--theme-heading-weight:700}html,body,button,input,select,textarea{font-family:var(--theme-font)}body{background:var(--theme-background);color:var(--theme-text);font-size:var(--theme-base-size)}main h1,footer h1{color:var(--theme-heading);font-size:var(--theme-h1-size);font-weight:var(--theme-heading-weight)}main h2,footer h2{color:var(--theme-heading);font-size:var(--theme-h2-size);font-weight:var(--theme-heading-weight)}main h3,main h4,main h5,main h6,footer h3,footer h4,footer h5,footer h6{color:var(--theme-heading);font-size:var(--theme-h3-size);font-weight:var(--theme-heading-weight)}.product-card__title{color:var(--theme-heading);font-family:var(--theme-font);font-size:var(--theme-h3-size);font-weight:var(--theme-heading-weight)}.product-card__price-current{color:var(--theme-text);font-family:var(--theme-font);font-size:var(--theme-base-size)}.product-card__price-list{color:var(--theme-muted)}.product-card__badge-discount{background:var(--theme-accent);color:#fff}.product-detail__title{color:var(--theme-heading);font-family:var(--theme-font);font-size:var(--theme-h1-size);font-weight:var(--theme-heading-weight)}.product-detail__price-current{color:var(--theme-text);font-family:var(--theme-font)}.product-detail__price-list{color:var(--theme-muted)}.product-detail__brand{color:var(--theme-primary)}.product-detail__discount-rate{color:var(--theme-accent)}.product-detail__properties,.product-detail__description,.product-detail__code,.product-detail__barcode{color:var(--theme-text);font-family:var(--theme-font)}.product-detail__meta-list{margin:0}.product-detail__meta-row{align-items:flex-start;min-height:2rem}main a:not([class*="text-"]){color:var(--theme-primary)}.bg-indigo-600,.bg-slate-900{background-color:var(--theme-primary)!important}.text-indigo-600{color:var(--theme-primary)!important}.bg-rose-600{background-color:var(--theme-accent)!important}main .text-slate-400,main .text-slate-500,main .text-slate-600,footer .text-slate-400,footer .text-slate-500,footer .text-slate-600{color:var(--theme-muted)}main button,main input,main select,main textarea,main article,header input,header select{border-radius:var(--theme-radius)}
.product-card__title{display:-webkit-box!important;min-width:0;overflow:hidden!important;text-overflow:ellipsis;white-space:normal!important;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2!important;line-clamp:2}