/* LW Woo Product Showcase */
.lwps-wrap{width:100%;font-family:inherit;box-sizing:border-box}
.lwps-wrap *{box-sizing:border-box}
.lwps-main{max-width:1400px;margin:0 auto;padding:70px 20px}
.lwps-topbar{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:38px}
.lwps-eyebrow{display:inline-flex;gap:8px;align-items:center;color:#c87418;font-size:13px;font-weight:700;letter-spacing:.7px;margin-bottom:10px}
.lwps-topbar h2{font-size:42px;line-height:1.15;margin:0 0 10px;font-weight:700;color:#26352a}
.lwps-topbar h2 span{color:#2f7d45}
.lwps-topbar p{margin:0;color:#6d746f;font-size:15px}
.lwps-search{width:310px;height:52px;border:1px solid #e1e6e1;background:#fff;border-radius:12px;display:flex;align-items:center;padding:0 17px;gap:10px}
.lwps-search i{color:#2f7d45}
.lwps-search input{border:0;outline:0;width:100%;font-size:14px;background:transparent}
.lwps-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:28px;align-items:start}
.lwps-products-area{min-width:0}
.lwps-result-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}
.lwps-result-count{font-size:14px;color:#68706a}
.lwps-sort{border:1px solid #e2e6e2;background:#fff;border-radius:8px;padding:10px 14px;color:#4e5851;outline:0}
.lwps-grid{display:grid;grid-template-columns:repeat(var(--lwps-columns),minmax(0,1fr));gap:22px}
.lwps-card{background:#fff;border:1px solid #e9ece9;border-radius:18px;overflow:hidden;transition:.35s ease;box-shadow:0 5px 18px rgba(31,55,37,.04)}
.lwps-card:hover{transform:translateY(-7px);box-shadow:0 18px 40px rgba(31,55,37,.13);border-color:#dce8de}
.lwps-image{height:245px;position:relative;overflow:hidden;background:#f3f6f3}
.lwps-image img{width:100%;height:100%;object-fit:cover;display:block;transition:.5s ease}
.lwps-card:hover .lwps-image img{transform:scale(1.07)}
.lwps-sale,.lwps-cat-badge{position:absolute;z-index:2;top:14px;padding:7px 11px;border-radius:6px;font-size:10px;font-weight:700;color:#fff}
.lwps-sale{left:14px;background:#d85b42}
.lwps-cat-badge{right:14px;background:#2f7d45}
.lwps-actions{position:absolute;right:14px;bottom:14px;display:flex;gap:8px;opacity:0;transform:translateY(10px);transition:.3s}
.lwps-card:hover .lwps-actions{opacity:1;transform:translateY(0)}
.lwps-actions a{width:40px;height:40px;border-radius:50%;background:#fff;color:#2f7d45;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 4px 14px rgba(0,0,0,.13)}
.lwps-content{padding:20px}
.lwps-rating{min-height:18px;font-size:12px;margin-bottom:7px}
.lwps-rating .star-rating{font-size:12px}
.lwps-content h3{font-size:17px;line-height:1.45;margin:0 0 9px;font-weight:700}
.lwps-content h3 a{color:#26352a;text-decoration:none}
.lwps-content h3 a:hover{color:#2f7d45}
.lwps-price{font-size:16px;font-weight:700;color:#2f7d45;margin-bottom:16px}
.lwps-price del{font-size:13px;color:#9a9f9b;margin-right:5px}
.lwps-product-link{font-size:13px;color:#c87418;text-decoration:none;font-weight:700;display:inline-flex;gap:8px;align-items:center}
.lwps-product-link:hover{color:#2f7d45}
.lwps-sidebar{background:#fff;border:1px solid #e6ebe6;border-radius:18px;padding:22px;position:sticky;top:20px;box-shadow:0 8px 25px rgba(31,55,37,.05)}
.lwps-sidebar-head{display:flex;align-items:center;gap:12px;padding-bottom:18px;border-bottom:1px solid #edf0ed;margin-bottom:8px}
.lwps-sidebar-head span{font-size:10px;letter-spacing:1px;color:#c87418;font-weight:700}
.lwps-sidebar-head h3{margin:3px 0 0;font-size:22px;color:#26352a}
.lwps-sidebar-icon{width:48px;height:48px;border-radius:13px;background:#eaf4ec;color:#2f7d45;display:flex;align-items:center;justify-content:center;font-size:20px}
.lwps-category{width:100%;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:13px 8px;border-bottom:1px solid #f0f2f0;cursor:pointer;text-align:left;transition:.25s;border-radius:8px;color:#4f5b52}
.lwps-category:hover,.lwps-category.active{background:#eef7f0;color:#2f7d45;padding-left:12px}
.lwps-category span{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600}
.lwps-category span>i{width:18px;text-align:center;color:#c87418}
.lwps-category b{font-size:11px;min-width:24px;height:24px;border-radius:50px;background:#f1f4f1;display:flex;align-items:center;justify-content:center}
.lwps-category.active b{background:#2f7d45;color:#fff}
.lwps-category-image{width:26px!important;height:26px!important;border-radius:7px;object-fit:cover}
.lwps-help-card{margin-top:20px;padding:20px;border-radius:14px;background:#2f7d45;color:#fff}
.lwps-help-card>i{font-size:22px;margin-bottom:12px}
.lwps-help-card h4{margin:0 0 7px;font-size:18px}
.lwps-help-card p{font-size:12px;line-height:1.6;margin:0 0 14px;color:rgba(255,255,255,.82)}
.lwps-help-card a{font-size:12px;color:#fff;text-decoration:none;font-weight:700}
.lwps-mobile-category-toggle{display:none}
.lwps-empty{display:none;text-align:center;padding:50px 15px;border:1px dashed #dfe6df;border-radius:15px;color:#777}
.lwps-pagination{display:flex;justify-content:center;gap:8px;margin-top:30px}
.lwps-page{border:1px solid #dfe5df;background:#fff;width:38px;height:38px;border-radius:8px;cursor:pointer;color:#526057}
.lwps-page.active{background:#2f7d45;color:#fff;border-color:#2f7d45}
.lwps-notice{padding:20px;background:#fff3cd;border-radius:10px}

@media(max-width:1100px){
 .lwps-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .lwps-layout{grid-template-columns:minmax(0,1fr) 260px}
}
@media(max-width:768px){
 .lwps-main{padding:50px 15px}
 .lwps-topbar{display:block;margin-bottom:25px}
 .lwps-topbar h2{font-size:30px}
 .lwps-search{width:100%;margin-top:20px}
 .lwps-layout{display:block}
 .lwps-sidebar{display:none;position:static;margin-bottom:20px}
 .lwps-sidebar.show{display:block}
 .lwps-mobile-category-toggle{display:block;margin-bottom:15px}
 .lwps-category-btn{width:100%;padding:14px;border:0;border-radius:10px;background:#2f7d45;color:#fff;font-weight:700;cursor:pointer}
 .lwps-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:13px}
 .lwps-image{height:180px}
 .lwps-content{padding:14px}
 .lwps-content h3{font-size:14px}
 .lwps-result-row{gap:10px}
 .lwps-sort{max-width:150px;font-size:12px}
}
@media(max-width:480px){
 .lwps-grid{grid-template-columns:1fr!important}
 .lwps-image{height:270px}
}
