/* Formulaz category pages - persistent custom layer */
.web-page-root{background:linear-gradient(180deg,#f8fbfa 0,#fff 260px);padding:18px 0 70px}
.web-page-wrapper{max-width:1180px!important;margin:0 auto!important;padding:0 22px}
.wp-breadcrumb{border:0!important;padding:4px 0 18px!important}
.breadcrumb-wrapper{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:#78909c!important;font-size:13px}
.breadcrumb-wrapper a{color:#6b8390!important;text-decoration:none}
.category-main-data-wrapper{background:#fff;border:1px solid #e5eeeb;border-radius:28px;padding:30px 26px 38px;box-shadow:0 18px 50px rgba(16,43,70,.07)}
.category-title-wrapper{display:flex;align-items:center;justify-content:space-between;margin:0 0 24px;padding:0 4px 18px;border-bottom:1px solid #edf3f1}
.categroy-title{font-size:clamp(25px,3vw,36px)!important;line-height:1.35!important;color:#102b46!important;margin:0!important;font-weight:800!important}
.categroy-title:after{content:"";display:block;width:58px;height:4px;border-radius:4px;background:#2e9b73;margin-top:11px}
.sub-categories-wrapper{background:linear-gradient(135deg,#f2faf6,#f7fbff)!important;border:1px solid #dcebe5!important;border-radius:22px!important;padding:22px!important;margin:0 0 32px!important;overflow:visible!important}
.sub-categories-wrapper .swiper-wrapper{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px!important;transform:none!important}
.sub-cat-item-container{width:auto!important;margin:0!important;padding:0!important}
.sub-cat-item-wrapper{height:100%;min-height:150px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:12px!important;padding:18px 12px!important;background:#fff!important;border:1px solid #e1ece8!important;border-radius:18px!important;box-shadow:0 7px 20px rgba(16,43,70,.06)!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important}
.sub-cat-item-wrapper:hover{transform:translateY(-5px);border-color:#8ac9af!important;box-shadow:0 15px 28px rgba(16,43,70,.12)!important}
.sub-cat-item-wrapper .sci-image{width:64px!important;height:64px!important;display:grid!important;place-items:center;border-radius:18px;background:#edf8f2;padding:9px;overflow:hidden}
.sub-cat-item-wrapper .sci-image img{width:100%!important;height:100%!important;object-fit:contain!important;border-radius:12px}
.sub-cat-item-wrapper .sci-title{color:#19364a!important;font-size:14px!important;font-weight:700!important;line-height:1.7!important;text-align:center;text-decoration:none!important}
.post-list-warpper.plw-list{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px!important}
.pl-item-wrapper{min-width:0!important;background:#fff!important;border:1px solid #e4eeeb!important;border-radius:20px!important;overflow:hidden!important;box-shadow:0 8px 25px rgba(16,43,70,.07)!important;transition:transform .2s ease,box-shadow .2s ease!important}
.pl-item-wrapper:hover{transform:translateY(-5px);box-shadow:0 16px 34px rgba(16,43,70,.13)!important}
.pl-item-conitaner{height:100%!important;display:flex!important;flex-direction:column!important}
.pl-top-wrapper.pl-img-wrapper{height:190px!important;background:#f1f7f4!important;overflow:hidden!important}
.pl-top-wrapper .pl-img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:0!important}
.pl-bottom-wrapper{display:flex!important;flex-direction:column!important;gap:9px!important;padding:18px!important;min-height:150px!important}
.pl-title{color:#17364a!important;font-size:17px!important;font-weight:800!important;line-height:1.65!important}
.pl-desc{color:#718792!important;font-size:13px!important;line-height:1.7!important}
.price-wrapper{margin-top:auto!important}.price-final{color:#218b68!important;font-weight:800!important;font-size:15px!important}
.pagination-page-items-wrapper{display:flex!important;justify-content:center!important;margin-top:30px!important}
.ppi-page-item{border-radius:10px!important;overflow:hidden}.ppi-page-link{display:block;padding:9px 14px;color:#1d7459!important;background:#eaf7f1!important}
.category-posts-list-empty-wrapper{background:#f5faf8!important;border:1px dashed #c8dfd5!important;border-radius:18px!important;padding:32px!important;color:#6b8390!important;text-align:center}
@media(max-width:700px){
 .web-page-wrapper{padding:0 12px}
 .category-main-data-wrapper{padding:22px 14px 28px;border-radius:22px}
 .sub-categories-wrapper{padding:14px!important;border-radius:18px!important}
 .sub-categories-wrapper .swiper-wrapper{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px!important}
 .sub-cat-item-wrapper{min-height:128px!important;padding:13px 8px!important}
 .sub-cat-item-wrapper .sci-image{width:52px!important;height:52px!important}
 .sub-cat-item-wrapper .sci-title{font-size:12px!important}
 .post-list-warpper.plw-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px!important}
 .pl-top-wrapper.pl-img-wrapper{height:135px!important}
 .pl-bottom-wrapper{padding:12px!important;min-height:125px!important;gap:5px!important}
 .pl-title{font-size:14px!important}.pl-desc{font-size:11px!important}.price-final{font-size:12px!important}
}
@media(max-width:390px){.post-list-warpper.plw-list{grid-template-columns:1fr}.pl-top-wrapper.pl-img-wrapper{height:180px!important}}
