
/* Dirani Group V3.8 — Premium navigation, catalog and admin refinement */
:root{--dg-green:#1ab81f;--dg-dark:#0d1d15;--dg-soft:#f5f8f6;--dg-border:#e2e9e4}
header,.site-header{transition:background .25s ease,box-shadow .25s ease,border-color .25s ease}
header.is-scrolled,.site-header.is-scrolled{background:rgba(255,255,255,.94)!important;backdrop-filter:blur(18px);box-shadow:0 8px 30px rgba(13,29,21,.07);border-bottom:1px solid var(--dg-border)}
/* premium category chips */
.category-chips,.filter-chips{display:flex;gap:8px;overflow:auto;padding:4px 2px 10px;scrollbar-width:none}
.category-chips::-webkit-scrollbar,.filter-chips::-webkit-scrollbar{display:none}
.category-chip,.filter-chip{white-space:nowrap;border:1px solid var(--dg-border);background:#fff;border-radius:999px;padding:9px 14px;font-size:13px;font-weight:700}
.category-chip:hover,.filter-chip:hover,.category-chip.active,.filter-chip.active{border-color:var(--dg-green);background:#f0fbf1;color:#0e8113}
/* catalog image presentation */
.product-card .product-image,.product-card .image-wrap{background:radial-gradient(circle at 50% 40%,#fff 0,#f7faf8 70%,#f1f5f2 100%);border-bottom:1px solid #edf1ee}
.product-card img{object-fit:contain}
.product-card h3,.product-card .product-title{line-height:1.2}
.product-card .meta,.product-card .product-meta{color:#728078;font-size:12px}
/* detail page hierarchy */
.product-info,.product-summary{background:#fff;border:1px solid var(--dg-border);border-radius:20px;padding:clamp(18px,2.5vw,30px)}
.product-gallery,.gallery-panel{border-radius:20px}
.product-info .eyebrow,.product-summary .eyebrow{color:#0f8b14;font-weight:800;letter-spacing:.07em}
.nutrition-grid,.nutrition-panel{background:#fbfdfb;border:1px solid var(--dg-border);border-radius:16px}
/* shipment */
.shipment-row select,.shipment-row input,.shipping-row select,.shipping-row input{background:#fff;border-color:#dce5df}
.shipment-row:focus-within,.shipping-row:focus-within{border-color:rgba(26,184,31,.5);box-shadow:0 0 0 4px rgba(26,184,31,.07)}
.shipping-summary strong,.shipment-summary strong{letter-spacing:-.02em}
/* dashboard */
.dashboard-shell,.admin-shell{background:#f7f9f8}
.dashboard-shell .sidebar,.admin-shell .sidebar,.admin-sidebar{border-right:1px solid #e4eae6}
.dashboard-shell .panel,.admin-shell .panel,.dashboard-shell .card,.admin-shell .card{box-shadow:0 5px 18px rgba(13,29,21,.045)!important}
.dashboard-shell tbody tr,.admin-shell tbody tr{transition:background .18s ease}
.dashboard-shell tbody tr:hover,.admin-shell tbody tr:hover{background:#f7fbf8}
.dashboard-shell label,.admin-shell label{font-size:12px;font-weight:700;color:#59675f}
.dashboard-shell input:focus,.dashboard-shell select:focus,.dashboard-shell textarea:focus,
.admin-shell input:focus,.admin-shell select:focus,.admin-shell textarea:focus{border-color:#64ca68;box-shadow:0 0 0 3px rgba(26,184,31,.08);outline:none}
/* language polish */
html[dir=rtl] .product-info,html[dir=rtl] .product-summary{text-align:right}
html[dir=rtl] .dashboard-shell th,html[dir=rtl] .admin-shell th{text-align:right}
@media(max-width:760px){
 .product-info,.product-summary{padding:16px;border-radius:16px}
 .category-chip,.filter-chip{padding:8px 12px}
}
