:root{
    --ssl-green-dark:#1E3A2A;
    --ssl-green:#3A6647;
    --ssl-lime:#78B833;
    --ssl-soft:#FAF7F2;
    --ssl-mint:#EEF8EA;
    --ssl-gold:#E8C87A;
}
.ssl-products-wrap{box-sizing:border-box;width:100%;display:grid;gap:24px;margin:24px 0;font-family:inherit;}
.ssl-products-wrap *{box-sizing:border-box;}
.ssl-products-wrap.ssl-columns-1{grid-template-columns:1fr;}
.ssl-products-wrap.ssl-columns-2{grid-template-columns:repeat(2,minmax(0,1fr));}
.ssl-products-wrap.ssl-columns-3{grid-template-columns:repeat(3,minmax(0,1fr));}
.ssl-products-wrap.ssl-columns-4{grid-template-columns:repeat(4,minmax(0,1fr));}
.ssl-product-card{position:relative;display:flex;flex-direction:column;min-height:100%;overflow:hidden;border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#fbfff8 100%);border:1px solid rgba(58,102,71,.18);box-shadow:0 14px 34px rgba(30,58,42,.10);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;}
.ssl-product-card:hover{transform:translateY(-5px);box-shadow:0 20px 46px rgba(30,58,42,.16);border-color:rgba(120,184,51,.44);}
.ssl-product-topbar{position:absolute;z-index:4;left:14px;right:14px;top:14px;display:flex;justify-content:space-between;gap:10px;align-items:center;}
.ssl-product-badge,.ssl-product-featured{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:7px 11px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.25px;line-height:1;text-transform:uppercase;}
.ssl-product-badge{background:linear-gradient(135deg,var(--ssl-green-dark),var(--ssl-green));color:#fff;box-shadow:0 8px 18px rgba(30,58,42,.22);}
.ssl-product-featured{background:rgba(250,247,242,.92);color:var(--ssl-green-dark);border:1px solid rgba(232,200,122,.55);}
.ssl-product-image-link{text-decoration:none;display:block;}
.ssl-product-image-wrap{height:238px;padding:44px 18px 18px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top right,rgba(120,184,51,.22),transparent 36%),linear-gradient(135deg,#f8fff2,#eef8ea 58%,#fffaf0);border-bottom:1px solid rgba(58,102,71,.12);}
.ssl-product-image{display:block;max-width:100%;max-height:176px;width:auto;height:auto;object-fit:contain;border-radius:16px;filter:drop-shadow(0 12px 18px rgba(30,58,42,.12));}
.ssl-product-placeholder{width:100%;height:162px;border:1px dashed rgba(58,102,71,.35);border-radius:18px;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--ssl-green);font-weight:800;line-height:1.45;background:rgba(255,255,255,.5);}
.ssl-product-body{display:flex;flex:1;flex-direction:column;padding:20px 18px 18px;}
.ssl-product-title{margin:0 0 10px;color:var(--ssl-green-dark);font-size:21px;font-weight:850;line-height:1.28;letter-spacing:-.2px;}
.ssl-product-hook{margin:0 0 14px;color:#526052;font-size:14px;line-height:1.7;}
.ssl-product-benefits{display:grid;gap:6px;margin:0 0 14px;color:#324634;font-size:13px;line-height:1.5;}
.ssl-product-benefits div{padding:8px 10px;border-radius:12px;background:rgba(238,248,234,.72);border:1px solid rgba(120,184,51,.16);}
.ssl-product-bestfor{margin:0 0 16px;padding:11px 12px;border-radius:15px;background:#fffaf0;border:1px solid rgba(232,200,122,.45);color:#4f573f;font-size:13px;line-height:1.55;}
.ssl-product-bestfor strong{color:var(--ssl-green-dark);}
.ssl-product-spacer{flex:1;}
.ssl-product-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto;padding-top:13px;border-top:1px solid rgba(58,102,71,.12);}
.ssl-product-pricebox{display:flex;flex-direction:column;gap:2px;min-width:86px;}
.ssl-product-old-price{font-size:13px;color:#899184;text-decoration:line-through;}
.ssl-product-price{font-size:24px;font-weight:900;color:var(--ssl-lime);line-height:1.05;}
.ssl-product-trust{max-width:150px;text-align:right;color:#637063;font-size:12px;line-height:1.35;}
.ssl-product-button{margin-top:15px;display:flex;align-items:center;justify-content:center;width:100%;padding:14px 16px;border-radius:16px;text-decoration:none!important;background:linear-gradient(135deg,var(--ssl-green-dark),var(--ssl-green) 55%,var(--ssl-lime));color:#fff!important;font-weight:850;font-size:14px;line-height:1.15;box-shadow:0 10px 20px rgba(30,58,42,.22);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;}
.ssl-product-button:hover{transform:translateY(-1px);box-shadow:0 13px 25px rgba(30,58,42,.28);filter:saturate(1.05);color:#fff!important;}
.ssl-products-empty{grid-column:1/-1;padding:22px;border-radius:18px;background:var(--ssl-mint);border:1px dashed rgba(58,102,71,.32);color:var(--ssl-green-dark);font-size:15px;}
@media(max-width:1100px){.ssl-products-wrap.ssl-columns-3,.ssl-products-wrap.ssl-columns-4{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:720px){.ssl-products-wrap,.ssl-products-wrap.ssl-columns-1,.ssl-products-wrap.ssl-columns-2,.ssl-products-wrap.ssl-columns-3,.ssl-products-wrap.ssl-columns-4{grid-template-columns:1fr;}.ssl-product-image-wrap{height:220px}.ssl-product-image{max-height:160px}.ssl-product-title{font-size:20px}.ssl-product-footer{align-items:flex-start}.ssl-product-trust{text-align:left;}}
