
:root{--theme-radius:10px;--theme-shadow:0 5px 18px rgba(26,63,31,.08)}
body{background:var(--theme-page-bg,#f4f5f7)!important}
.btn-primary,.btn-success,.btn-theme{background:var(--brand-primary,var(--primary,#449c3a))!important;border-color:var(--brand-primary,var(--primary,#449c3a))!important}
.text-primary,.text-success{color:var(--brand-primary,var(--primary,#449c3a))!important}
.form-control:focus,.form-select:focus{border-color:var(--brand-primary,var(--primary,#449c3a))!important;box-shadow:0 0 0 .16rem color-mix(in srgb,var(--brand-primary,var(--primary,#449c3a)) 18%,transparent)!important}
.form-control,.form-select{border-width:1px!important;border-color:#cfd9cf!important}
.card,.panel-card{border-radius:var(--theme-radius)!important}

:root{--theme-primary:var(--brand-primary,var(--primary,#449c3a));--theme-secondary:var(--brand-secondary,var(--primary-dark,#2f7f28))}
.admin-topbar,.customer-topbar,.publisher-topbar,.theme-header{background:linear-gradient(135deg,var(--theme-primary),var(--theme-secondary))!important}
.sidebar-link.active,.sidebar-sublink.active,.customer-link.active,.publisher-link.active{background:linear-gradient(135deg,var(--theme-primary),var(--theme-secondary))!important;color:#fff!important}
.form-check-input:checked{background-color:var(--theme-primary)!important;border-color:var(--theme-primary)!important}
.btn-outline-success,.btn-outline-primary{color:var(--theme-primary)!important;border-color:var(--theme-primary)!important}.btn-outline-success:hover,.btn-outline-primary:hover{background:var(--theme-primary)!important;color:#fff!important}

/* Complete active-theme branding across storefront and all control panels. */
:root{
  --bs-primary:var(--theme-primary);
  --bs-success:var(--theme-primary);
  --bs-link-color:var(--theme-primary);
  --bs-link-hover-color:var(--theme-secondary);
}
a{color:var(--theme-primary)}a:hover{color:var(--theme-secondary)}
.bg-primary,.bg-success{background-color:var(--theme-primary)!important}
.border-primary,.border-success{border-color:var(--theme-primary)!important}
.badge.bg-primary,.badge.bg-success{background:var(--theme-primary)!important}
.page-link.active,.active>.page-link{background-color:var(--theme-primary)!important;border-color:var(--theme-primary)!important}
.page-link{color:var(--theme-primary)}
.dropdown-item.active,.dropdown-item:active{background-color:var(--theme-primary)!important}
.nav-pills .nav-link.active{background-color:var(--theme-primary)!important}
.addon-manager{--addon-primary:var(--theme-primary)!important;--addon-dark:var(--theme-secondary)!important;--addon-soft:color-mix(in srgb,var(--theme-primary) 10%,#fff)!important}
.site-topbar .container,.site-header-main .container,.site-nav .container,.main-nav .container,.site-footer .container,.footer-main .container{max-width:var(--theme-box-width,1180px)!important}
.checkout-page .form-control,.checkout-page .form-select,.checkout-card .form-control,.checkout-card .form-select{border:1px solid color-mix(in srgb,var(--theme-primary) 65%,#d5ddd7)!important}
.checkout-page .form-control:focus,.checkout-page .form-select:focus,.checkout-card .form-control:focus,.checkout-card .form-select:focus{border-color:var(--theme-primary)!important;box-shadow:0 0 0 .12rem color-mix(in srgb,var(--theme-primary) 14%,transparent)!important}
.product-brand,.brand-name,.brand-link{color:var(--theme-primary)!important}
.admin-content .card-header,.publisher-content .card-header,.customer-content .card-header{border-bottom-color:color-mix(in srgb,var(--theme-primary) 20%,#e5e7eb)!important}
.rich-editor,.trix-content,.ck-editor__editable,.note-editable{min-height:150px!important;background:#fff!important;color:#111827!important;border-color:#cfd9cf!important}


/* Universal branded controls */
.btn-primary,.btn-success,.btn-theme{background:var(--brand-primary,var(--primary,#449c3a))!important;border-color:var(--brand-primary,var(--primary,#449c3a))!important;color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;visibility:visible!important}
.btn-primary:hover,.btn-primary:focus,.btn-success:hover,.btn-success:focus,.btn-theme:hover,.btn-theme:focus{background:var(--brand-secondary,var(--primary-dark,#2f7f28))!important;border-color:var(--brand-secondary,var(--primary-dark,#2f7f28))!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
.btn-outline-primary,.btn-outline-success{color:var(--brand-primary,var(--primary,#449c3a))!important;border-color:var(--brand-primary,var(--primary,#449c3a))!important;background:#fff!important}
.btn-outline-primary:hover,.btn-outline-success:hover{color:#fff!important;background:var(--brand-primary,var(--primary,#449c3a))!important}
.form-check-input:checked{background-color:var(--brand-primary,var(--primary,#449c3a))!important;border-color:var(--brand-primary,var(--primary,#449c3a))!important}
