:root{
  --nyp-blue:#05264d;
  --nyp-blue-deep:#001e42;
  --nyp-yellow:#ffbd13;
  --nyp-yellow-2:#f9b800;
  --nyp-red:#e91f3d;
  --nyp-text:#151b25;
  --nyp-muted:#737c88;
  --nyp-line:#e7e9ed;
  --nyp-soft:#f6f7f9;
  --nyp-white:#fff;
  --nyp-radius:10px;
}

/* The font is already registered in Elementor/WordPress. This page only reuses it. */
body.nyp-category-page,
body.nyp-category-page .nyp-category-shell,
body.nyp-category-page .nyp-category-shell *,
body.nyp-category-page .nyp-category-shell *::before,
body.nyp-category-page .nyp-category-shell *::after,
body.nyp-category-page .nyp-category-shell input,
body.nyp-category-page .nyp-category-shell select,
body.nyp-category-page .nyp-category-shell button,
body.nyp-category-page .nyp-category-shell option{
  font-family:"Peyda","Vazirmatn",Tahoma,sans-serif!important;
  box-sizing:border-box;
}

body.nyp-category-page{background:#fff;color:var(--nyp-text);overflow-x:hidden}
body.nyp-category-page .nyp-category-shell{
  width:min(1690px,calc(100% - 112px))!important;
  max-width:1690px!important;
  margin:34px auto 78px!important;
  padding:0!important;
  direction:rtl;
}

/* ===================== Hero ===================== */
.nyp-category-hero{
  min-height:190px;
  border-radius:18px;
  background:var(--nyp-blue-deep);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:34px 24px;
  margin:0 0 58px;
  color:#fff;
  overflow:hidden;
}
.nyp-category-hero h1{
  margin:0 0 14px!important;
  padding:0!important;
  color:#fff!important;
  font-size:38px!important;
  font-weight:800!important;
  line-height:1.25!important;
  letter-spacing:-.5px!important;
  text-align:center;
}
.nyp-category-breadcrumb{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:9px;
  color:#d4ddea;
  font-size:12px;
  font-weight:400;
  line-height:1.7;
}
.nyp-category-breadcrumb a{color:#d4ddea!important;text-decoration:none!important}
.nyp-category-breadcrumb a:hover{color:#fff!important}
.nyp-category-breadcrumb strong{color:#fff;font-weight:500}
.nyp-breadcrumb-dot{color:#9badc1;font-size:10px}

/* ===================== Main layout ===================== */
.nyp-category-layout{
  display:grid;
  grid-template-columns:365px minmax(0,1fr);
  gap:24px;
  align-items:start;
}
.nyp-category-products{min-width:0}

/* Toolbar */
.nyp-category-toolbar{
  height:66px;
  min-height:66px;
  border:1px solid var(--nyp-line);
  border-radius:10px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:0 22px;
  margin:0 0 18px;
  box-shadow:none;
}
.nyp-category-count{
  color:#737b86;
  font-size:12px;
  font-weight:400;
  white-space:nowrap;
}
.nyp-toolbar-actions{display:flex;align-items:center;gap:12px}
.nyp-sort-form{display:flex!important;align-items:center!important;gap:12px!important;margin:0!important;padding:0!important}
.nyp-sort-form label{margin:0!important;color:#727a86!important;font-size:12px!important;font-weight:400!important;white-space:nowrap}
.nyp-sort-select-wrap{position:relative;display:inline-flex;align-items:center}
body.nyp-category-page .nyp-category-shell .nyp-sort-form select{
  -webkit-appearance:none!important;
  appearance:none!important;
  width:190px!important;
  min-width:190px!important;
  height:42px!important;
  padding:0 16px 0 40px!important;
  margin:0!important;
  border:1px solid #dfe3e8!important;
  border-radius:7px!important;
  background:#fff!important;
  color:#343d49!important;
  outline:0!important;
  box-shadow:none!important;
  font-size:11.5px!important;
  font-weight:500!important;
  line-height:42px!important;
}
.nyp-sort-select-wrap>.nyp-icon{position:absolute;left:13px;width:15px;height:15px;color:#344153;pointer-events:none}
.nyp-mobile-filter-btn{display:none!important}

/* ===================== Sidebar ===================== */
.nyp-category-sidebar{
  width:100%;
  border:1px solid var(--nyp-line);
  border-radius:10px;
  background:#fff;
  overflow:hidden;
  position:sticky;
  top:18px;
}
.nyp-filter-form{margin:0!important;padding:0 18px 14px!important}
.nyp-filter-mobile-head{display:none}
.nyp-filter-title-row{
  min-height:63px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border-bottom:1px solid var(--nyp-line);
}
.nyp-filter-title-row strong{font-size:13px;font-weight:800;color:#1f2731}
.nyp-clear-all{color:#777f8a!important;font-size:10px!important;text-decoration:none!important;white-space:nowrap}
.nyp-clear-all:hover{color:var(--nyp-blue)!important}
.nyp-active-filters{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:7px;
  padding:12px 0 14px;
  border-bottom:1px solid var(--nyp-line);
}
.nyp-filter-chip{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  min-height:27px!important;
  padding:4px 9px!important;
  margin:0!important;
  border:0!important;
  border-radius:4px!important;
  background:var(--nyp-blue)!important;
  color:#fff!important;
  box-shadow:none!important;
  text-decoration:none!important;
  font-size:9.5px!important;
  font-weight:500!important;
  line-height:1.4!important;
}
.nyp-filter-chip b{font-size:13px;font-weight:400;line-height:1}

.nyp-filter-section{border-bottom:1px solid var(--nyp-line)}
body.nyp-category-page .nyp-category-shell .nyp-filter-section-title{
  width:100%!important;
  min-height:54px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#29313d!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  text-align:right!important;
  cursor:pointer!important;
  font-size:12px!important;
  font-weight:700!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
body.nyp-category-page .nyp-category-shell .nyp-filter-section-title:hover,
body.nyp-category-page .nyp-category-shell .nyp-filter-section-title:focus{
  border:0!important;background:transparent!important;color:#29313d!important;box-shadow:none!important
}
.nyp-filter-chevron{width:14px;height:14px;transition:transform .2s ease;color:#5b6470;flex:0 0 auto}
.nyp-filter-section.is-open .nyp-filter-chevron{transform:rotate(180deg)}
.nyp-filter-section-body{display:none;padding:0 0 16px}
.nyp-filter-section.is-open>.nyp-filter-section-body{display:block}

/* Search inputs */
.nyp-filter-search,.nyp-inline-list-search{
  height:40px;
  border:0!important;
  border-radius:4px;
  background:#f5f6f8;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 11px;
  margin:0!important;
}
body.nyp-category-page .nyp-category-shell .nyp-filter-search input,
body.nyp-category-page .nyp-category-shell .nyp-inline-list-search input{
  width:100%!important;
  height:38px!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  color:#4e5662!important;
  font-size:10px!important;
  font-weight:400!important;
}
.nyp-filter-search span,.nyp-inline-list-search span{color:#a7afb9;font-size:17px;line-height:1;flex:0 0 auto}
body.nyp-category-page .nyp-category-shell input::placeholder{color:#a6adb7!important;opacity:1}

/* Price range */
.nyp-price-range{height:28px;position:relative;margin:2px 4px 6px;direction:ltr}
.nyp-price-track{position:absolute;left:0;right:0;top:12px;height:3px;border-radius:10px;background:#e8edf2;overflow:hidden}
.nyp-price-track span{height:100%;position:absolute;left:0;right:0;background:var(--nyp-yellow)}
body.nyp-category-page .nyp-category-shell .nyp-price-range input[type="range"]{
  position:absolute!important;
  left:0!important;
  top:0!important;
  width:100%!important;
  height:28px!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  pointer-events:none!important;
  -webkit-appearance:none!important;
  appearance:none!important;
}
body.nyp-category-page .nyp-category-shell .nyp-price-range input[type="range"]::-webkit-slider-runnable-track{height:3px;background:transparent;border:0}
body.nyp-category-page .nyp-category-shell .nyp-price-range input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance:none;width:13px;height:13px;border-radius:50%;background:var(--nyp-yellow);border:2px solid #fff;box-shadow:0 0 0 1px var(--nyp-yellow);margin-top:-5px;pointer-events:auto;cursor:pointer
}
body.nyp-category-page .nyp-category-shell .nyp-price-range input[type="range"]::-moz-range-track{height:3px;background:transparent;border:0}
body.nyp-category-page .nyp-category-shell .nyp-price-range input[type="range"]::-moz-range-thumb{
  width:11px;height:11px;border-radius:50%;background:var(--nyp-yellow);border:2px solid #fff;box-shadow:0 0 0 1px var(--nyp-yellow);pointer-events:auto;cursor:pointer
}
.nyp-price-caption{display:flex;align-items:center;justify-content:center;gap:8px;color:#858d97;font-size:8.5px;margin:0 0 13px;direction:rtl}
.nyp-price-inputs{display:grid;grid-template-columns:1fr;gap:11px}
.nyp-price-inputs label{display:grid;gap:5px;margin:0!important}
.nyp-price-inputs label>span:first-child{color:#8b929c;font-size:9px}
.nyp-price-field{height:42px;border:1px solid #e1e5e9;border-radius:5px;background:#fff;display:flex;align-items:center;overflow:hidden}
body.nyp-category-page .nyp-category-shell .nyp-price-field input{
  -moz-appearance:textfield!important;
  appearance:textfield!important;
  width:100%!important;
  height:40px!important;
  min-height:0!important;
  padding:0 10px!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  outline:0!important;
  box-shadow:none!important;
  color:#3f4751!important;
  font-size:10px!important;
  direction:ltr!important;
  text-align:right!important;
}
body.nyp-category-page .nyp-category-shell .nyp-price-field input::-webkit-outer-spin-button,
body.nyp-category-page .nyp-category-shell .nyp-price-field input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.nyp-price-field b{padding:0 10px;color:#555e69;font-size:9px;font-weight:500;white-space:nowrap;border-right:1px solid #eef0f2}

/* Checkbox/radio lists */
.nyp-inline-list-search{margin-bottom:10px!important;height:36px}
body.nyp-category-page .nyp-category-shell .nyp-inline-list-search input{height:34px!important;font-size:9.5px!important}
.nyp-filter-list{display:grid;gap:8px;max-height:190px;overflow:auto;padding:0 0 1px 4px;scrollbar-width:thin;scrollbar-color:#aab1ba #f0f2f4}
.nyp-filter-list::-webkit-scrollbar{width:4px}
.nyp-filter-list::-webkit-scrollbar-track{background:#f0f2f4;border-radius:10px}
.nyp-filter-list::-webkit-scrollbar-thumb{background:#aab1ba;border-radius:10px}
.nyp-filter-list label{display:flex;align-items:center;gap:8px;margin:0!important;color:#4f5762;font-size:10px;font-weight:400;cursor:pointer;min-height:20px}
body.nyp-category-page .nyp-category-shell .nyp-filter-list input{
  -webkit-appearance:none!important;appearance:none!important;width:14px!important;height:14px!important;min-width:14px!important;min-height:14px!important;margin:0!important;padding:0!important;border:1px solid #cfd5dc!important;border-radius:2px!important;background:#fff!important;box-shadow:none!important;position:relative!important;cursor:pointer!important
}
body.nyp-category-page .nyp-category-shell .nyp-filter-list input:checked{border-color:var(--nyp-yellow)!important;background:var(--nyp-yellow)!important}
body.nyp-category-page .nyp-category-shell .nyp-filter-list input:checked::after{content:"✓";position:absolute;inset:-2px 0 0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px;font-weight:800}

/* "Suitable for" chips */
.nyp-model-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.nyp-filter-section.is-open>.nyp-model-grid{display:grid}
.nyp-model-grid label{position:relative;margin:0!important;min-width:0}
body.nyp-category-page .nyp-category-shell .nyp-model-grid input{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important}
.nyp-model-grid span{
  min-height:31px;
  padding:4px 6px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #e1e5e9;
  border-radius:4px;
  background:#fff;
  color:#606873;
  font-size:9px;
  cursor:pointer;
  transition:.15s ease;
}
.nyp-model-grid input:checked+span{border-color:var(--nyp-yellow);background:#fff8e5;color:#7f6000}

/* Availability toggle */
.nyp-stock-toggle{
  min-height:57px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:0!important;
  padding:0!important;
  color:#303845;
  font-size:11px;
  font-weight:700;
  cursor:pointer;
}
.nyp-stock-toggle input{position:absolute!important;opacity:0!important;pointer-events:none!important}
.nyp-stock-toggle i{width:35px;height:20px;border-radius:20px;background:#d7dce2;position:relative;transition:.2s;flex:0 0 auto}
.nyp-stock-toggle i::after{content:"";position:absolute;top:3px;right:3px;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.18);transition:.2s}
.nyp-stock-toggle input:checked+i{background:var(--nyp-yellow)}
.nyp-stock-toggle input:checked+i::after{transform:translateX(-15px)}
body.nyp-category-page .nyp-category-shell .nyp-apply-filter{display:none!important}

/* ===================== Product cards ===================== */
.nyp-category-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}
.nyp-category-card{
  min-width:0;
  min-height:432px;
  padding:17px 16px 16px;
  border:1px solid #e9ebef;
  border-radius:8px;
  background:#fff;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  box-shadow:none;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.nyp-category-card:hover{border-color:#dde1e6;box-shadow:0 9px 28px rgba(8,35,69,.06);transform:translateY(-1px)}
.nyp-card-image{
  height:216px;
  margin:0 0 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none!important;
  overflow:hidden;
}
.nyp-card-image img{display:block;width:auto;height:auto;max-width:88%;max-height:202px;object-fit:contain;transition:transform .2s ease}
.nyp-category-card:hover .nyp-card-image img{transform:scale(1.018)}
.nyp-card-placeholder{width:100%;height:100%;border-radius:6px;background:#f7f8fa;color:#a3aab3;display:flex;align-items:center;justify-content:center;font-size:11px}
.nyp-card-body{min-height:0;display:flex;flex:1;flex-direction:column}
.nyp-card-title{
  min-height:50px;
  color:#161d27!important;
  text-decoration:none!important;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1.9!important;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.nyp-card-title:hover{color:var(--nyp-blue)!important}
.nyp-card-producer{margin:2px 0 0;color:#6f7782;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nyp-card-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:12px 0 0;color:#626b77;font-size:9px;line-height:1.4}
.nyp-card-rating{display:inline-flex;align-items:center;gap:4px;direction:ltr;color:#646c77;white-space:nowrap}
.nyp-card-rating b{color:var(--nyp-yellow-2);font-size:13px;line-height:1}
.nyp-card-stock{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:right}
.nyp-card-stock.is-out{color:#a5abb3}
.nyp-card-price-row{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto;padding-top:13px}
.nyp-card-prices{min-width:0;display:flex;flex-direction:column;align-items:flex-start}
.nyp-card-old-price{height:19px;display:flex;align-items:center;gap:7px;margin:0 0 4px;direction:rtl;white-space:nowrap}
.nyp-card-old-price span{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:18px;padding:0 6px;border-radius:4px;background:var(--nyp-red);color:#fff;font-size:8.5px;font-weight:800;line-height:18px}
.nyp-card-old-price del{color:#9ca3ad;font-size:9px;text-decoration-thickness:1px;direction:ltr}
.nyp-card-current-price{display:flex;align-items:baseline;gap:5px;direction:rtl;white-space:nowrap}
.nyp-card-current-price strong{color:#101722!important;font-size:18px!important;font-weight:900!important;line-height:1.05!important;letter-spacing:-.2px}
.nyp-card-current-price small{color:#4f5864;font-size:9px;font-weight:600}
.nyp-card-contact-price{color:#151c26!important;font-size:13px!important;font-weight:800!important}
.nyp-card-cart{
  width:43px;
  height:43px;
  flex:0 0 43px;
  border-radius:7px;
  background:var(--nyp-yellow);
  color:#4d3c00!important;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none!important;
  box-shadow:none;
  transition:transform .16s ease,background .16s ease;
}
.nyp-card-cart:hover{background:#ffc62f;transform:translateY(-1px)}
.nyp-card-cart .nyp-icon{width:20px;height:20px}

/* ===================== Pagination ===================== */
.nyp-category-pagination{display:flex;justify-content:center;margin:50px 0 14px}
.nyp-category-pagination ul{list-style:none!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;margin:0!important;padding:0!important;direction:rtl}
.nyp-category-pagination li{margin:0!important;padding:0!important}
.nyp-category-pagination a,.nyp-category-pagination span{
  width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:7px;background:#fff;color:#414a56!important;text-decoration:none!important;font-size:12px;font-weight:500
}
.nyp-category-pagination a:hover{background:#fff8e1}
.nyp-category-pagination .current,.nyp-category-pagination .prev,.nyp-category-pagination .next{background:var(--nyp-yellow)!important;color:#473700!important;font-weight:800!important}

/* ===================== SEO/term description ===================== */
.nyp-category-description{
  width:100%;
  margin:72px auto 0;
  padding:0 8px;
  border:0;
  text-align:right;
}
.nyp-category-description h2{
  margin:0 0 21px!important;
  padding:0!important;
  color:#1e252f!important;
  font-size:28px!important;
  font-weight:800!important;
  line-height:1.45!important;
  text-align:right!important;
}
.nyp-category-description div{color:#606874;font-size:13px;line-height:2.25;text-align:justify}
.nyp-category-description p{margin:0 0 10px!important}

/* Empty */
.nyp-category-empty{border:1px dashed #d8dde3;border-radius:10px;background:#fafbfc;padding:75px 24px;text-align:center}
.nyp-category-empty strong{display:block;font-size:20px;margin-bottom:8px}
.nyp-category-empty p{margin:0 0 18px!important;color:#767e89;font-size:12px}
.nyp-category-empty a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 18px;border-radius:6px;background:var(--nyp-blue);color:#fff!important;text-decoration:none!important;font-size:11px}
.nyp-filter-overlay{display:none}

/* Prevent aggressive theme styles from leaking into this archive. */
body.nyp-category-page .nyp-category-shell button,
body.nyp-category-page .nyp-category-shell input,
body.nyp-category-page .nyp-category-shell select{letter-spacing:0!important;text-transform:none!important}

/* ===================== Laptop ===================== */
@media(max-width:1450px){
  body.nyp-category-page .nyp-category-shell{width:min(1390px,calc(100% - 64px))!important}
  .nyp-category-layout{grid-template-columns:320px minmax(0,1fr);gap:20px}
  .nyp-card-image{height:190px}
  .nyp-card-image img{max-height:178px}
  .nyp-category-card{min-height:405px}
  .nyp-card-title{font-size:12px!important}
  .nyp-card-current-price strong{font-size:16px!important}
}

/* ===================== Tablet ===================== */
@media(max-width:1100px){
  body.nyp-category-page .nyp-category-shell{width:calc(100% - 34px)!important;margin-top:22px!important}
  .nyp-category-hero{min-height:155px;margin-bottom:32px;border-radius:15px}
  .nyp-category-hero h1{font-size:32px!important}
  .nyp-category-layout{grid-template-columns:270px minmax(0,1fr);gap:15px}
  .nyp-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .nyp-category-card{min-height:390px}
  .nyp-card-image{height:180px}
  .nyp-card-image img{max-height:168px}
  .nyp-category-toolbar{padding:0 14px}
}

/* ===================== Mobile ===================== */
@media(max-width:780px){
  html.nyp-filter-lock,html.nyp-filter-lock body{overflow:hidden!important}
  body.nyp-category-page .nyp-category-shell{width:calc(100% - 24px)!important;margin:14px auto 48px!important}
  .nyp-category-hero{min-height:126px;border-radius:12px;margin-bottom:18px;padding:20px 14px}
  .nyp-category-hero h1{font-size:25px!important;margin-bottom:8px!important}
  .nyp-category-breadcrumb{font-size:9.5px;gap:6px}
  .nyp-category-layout{display:block}
  .nyp-category-toolbar{height:auto;min-height:58px;padding:8px 9px;margin-bottom:12px;gap:8px}
  .nyp-category-count{font-size:10px}
  .nyp-toolbar-actions{gap:7px}
  .nyp-sort-form{gap:0!important}
  .nyp-sort-form label{display:none}
  body.nyp-category-page .nyp-category-shell .nyp-sort-form select{width:140px!important;min-width:140px!important;height:40px!important;font-size:10px!important;padding-right:10px!important}
  body.nyp-category-page .nyp-category-shell .nyp-mobile-filter-btn{
    display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;height:40px!important;min-width:78px!important;padding:0 10px!important;margin:0!important;border:1px solid #dfe3e8!important;border-radius:7px!important;background:#fff!important;color:var(--nyp-blue)!important;box-shadow:none!important;font-size:10px!important;font-weight:600!important
  }
  .nyp-mobile-filter-btn .nyp-icon{width:16px;height:16px}

  .nyp-category-sidebar{
    position:fixed;
    top:0;
    right:0;
    z-index:999999;
    width:min(88vw,355px);
    height:100dvh;
    border-radius:0;
    overflow:auto;
    transform:translateX(105%);
    transition:transform .24s ease;
    box-shadow:-15px 0 36px rgba(3,24,50,.16);
  }
  .nyp-category-sidebar.is-mobile-open{transform:translateX(0)}
  .nyp-filter-mobile-head{height:60px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--nyp-line);background:#fff;position:sticky;top:0;z-index:4}
  .nyp-filter-mobile-head strong{font-size:14px}
  body.nyp-category-page .nyp-category-shell .nyp-filter-mobile-head button{width:32px!important;height:32px!important;min-width:32px!important;padding:0!important;margin:0!important;border:0!important;border-radius:50%!important;background:#f1f3f5!important;color:#333!important;box-shadow:none!important;font-size:20px!important;line-height:32px!important}
  body.nyp-category-page .nyp-category-shell .nyp-apply-filter{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:43px!important;margin:13px 0 3px!important;padding:0!important;border:0!important;border-radius:6px!important;background:var(--nyp-blue)!important;color:#fff!important;box-shadow:none!important;font-size:11px!important;font-weight:700!important}
  .nyp-filter-overlay{display:block;position:fixed;inset:0;z-index:999998;background:rgba(3,24,50,.4);opacity:0;pointer-events:none;transition:opacity .2s ease}
  .nyp-filter-overlay.is-visible{opacity:1;pointer-events:auto}

  .nyp-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .nyp-category-card{min-height:330px;padding:11px 10px 10px;border-radius:7px}
  .nyp-card-image{height:135px;margin-bottom:8px}
  .nyp-card-image img{max-height:125px;max-width:92%}
  .nyp-card-title{min-height:42px;font-size:10.5px!important;line-height:1.9!important}
  .nyp-card-producer{font-size:8px}
  .nyp-card-meta{display:block;margin-top:7px;font-size:7.5px}
  .nyp-card-stock{display:block;margin-top:4px}
  .nyp-card-old-price{gap:4px;margin-bottom:2px}
  .nyp-card-old-price span{min-width:24px;height:15px;padding:0 4px;font-size:7px;line-height:15px}
  .nyp-card-old-price del{font-size:7px}
  .nyp-card-current-price{gap:3px}
  .nyp-card-current-price strong{font-size:11px!important}
  .nyp-card-current-price small{font-size:6.5px}
  .nyp-card-cart{width:34px;height:34px;flex-basis:34px;border-radius:6px}
  .nyp-card-cart .nyp-icon{width:16px;height:16px}
  .nyp-category-pagination{margin-top:32px}
  .nyp-category-pagination ul{gap:6px!important}
  .nyp-category-pagination a,.nyp-category-pagination span{width:30px;height:30px;font-size:10px}
  .nyp-category-description{margin-top:42px;padding:0 2px}
  .nyp-category-description h2{font-size:20px!important;margin-bottom:13px!important}
  .nyp-category-description div{font-size:11px;line-height:2.1}
}

@media(max-width:480px){
  .nyp-category-toolbar{flex-wrap:wrap}
  .nyp-category-count{width:100%;order:2;text-align:right;padding-right:2px}
  .nyp-toolbar-actions{width:100%;order:1;justify-content:space-between}
  .nyp-sort-form{flex:1!important}
  .nyp-sort-select-wrap{width:100%}
  body.nyp-category-page .nyp-category-shell .nyp-sort-form select{width:100%!important;min-width:0!important}
}

@media(max-width:360px){
  .nyp-category-grid{grid-template-columns:1fr}
  .nyp-category-card{min-height:370px}
  .nyp-card-image{height:170px}
  .nyp-card-image img{max-height:160px}
  .nyp-card-title{font-size:12px!important}
  .nyp-card-current-price strong{font-size:15px!important}
}

/* =========================================================
   v5.5.0 — Full desktop match pass
   Geometry is normalized to the 1920px Figma/PDF reference:
   1600px content shell, 380px filters, 24px gap, 3 x 382px cards.
   ========================================================= */
@media (min-width:1101px){
  body.nyp-category-page .nyp-category-shell{
    width:min(1600px,calc(100% - 80px))!important;
    max-width:1600px!important;
    margin:26px auto 82px!important;
  }

  .nyp-category-hero{
    min-height:213px!important;
    border-radius:16px!important;
    padding:34px 28px!important;
    margin:0 0 70px!important;
  }
  .nyp-category-hero h1{
    margin-bottom:16px!important;
    font-size:44px!important;
    line-height:1.2!important;
    font-weight:800!important;
  }
  .nyp-category-breadcrumb{
    gap:10px!important;
    font-size:14px!important;
    line-height:1.7!important;
  }
  .nyp-breadcrumb-dot{font-size:11px!important}

  .nyp-category-layout{
    grid-template-columns:380px minmax(0,1fr)!important;
    gap:24px!important;
  }

  .nyp-category-toolbar{
    height:84px!important;
    min-height:84px!important;
    border-radius:12px!important;
    padding:0 25px!important;
    margin-bottom:14px!important;
  }
  .nyp-category-count{font-size:14px!important}
  .nyp-toolbar-actions{gap:16px!important}
  .nyp-sort-form{gap:15px!important}
  .nyp-sort-form label{font-size:14px!important}
  body.nyp-category-page .nyp-category-shell .nyp-sort-form select{
    width:220px!important;
    min-width:220px!important;
    height:52px!important;
    padding:0 18px 0 44px!important;
    border-radius:9px!important;
    font-size:14px!important;
    line-height:52px!important;
  }
  .nyp-sort-select-wrap>.nyp-icon{left:15px!important;width:17px!important;height:17px!important}

  .nyp-category-sidebar{
    border-radius:12px!important;
    top:20px!important;
  }
  .nyp-filter-form{padding:0 22px 18px!important}
  .nyp-filter-title-row{min-height:78px!important;gap:14px!important}
  .nyp-filter-title-row strong{font-size:16px!important}
  .nyp-clear-all{font-size:12px!important}
  .nyp-active-filters{gap:9px!important;padding:15px 0 18px!important}
  .nyp-filter-chip{
    min-height:32px!important;
    padding:5px 11px!important;
    border-radius:5px!important;
    font-size:11.5px!important;
    gap:8px!important;
  }
  .nyp-filter-chip b{font-size:15px!important}

  body.nyp-category-page .nyp-category-shell .nyp-filter-section-title{
    min-height:68px!important;
    font-size:15px!important;
  }
  .nyp-filter-chevron{width:16px!important;height:16px!important}
  .nyp-filter-section-body{padding-bottom:20px!important}

  .nyp-filter-search,.nyp-inline-list-search{
    height:49px!important;
    border-radius:5px!important;
    padding:0 13px!important;
  }
  body.nyp-category-page .nyp-category-shell .nyp-filter-search input,
  body.nyp-category-page .nyp-category-shell .nyp-inline-list-search input{
    height:47px!important;
    font-size:12px!important;
  }
  .nyp-filter-search span,.nyp-inline-list-search span{font-size:19px!important}

  .nyp-price-range{height:34px!important;margin:4px 6px 8px!important}
  .nyp-price-track{top:15px!important;height:4px!important}
  body.nyp-category-page .nyp-category-shell .nyp-price-range input[type="range"]{height:34px!important}
  body.nyp-category-page .nyp-category-shell .nyp-price-range input[type="range"]::-webkit-slider-thumb{
    width:15px!important;height:15px!important;margin-top:-5.5px!important
  }
  body.nyp-category-page .nyp-category-shell .nyp-price-range input[type="range"]::-moz-range-thumb{width:13px!important;height:13px!important}
  .nyp-price-caption{gap:10px!important;font-size:10.5px!important;margin-bottom:16px!important}
  .nyp-price-inputs{gap:13px!important}
  .nyp-price-inputs label{gap:6px!important}
  .nyp-price-inputs label>span:first-child{font-size:11px!important}
  .nyp-price-field{height:51px!important;border-radius:6px!important}
  body.nyp-category-page .nyp-category-shell .nyp-price-field input{height:49px!important;padding:0 12px!important;font-size:12px!important}
  .nyp-price-field b{font-size:11px!important;padding-left:12px!important}

  body.nyp-category-page .nyp-category-shell .nyp-inline-list-search input{height:42px!important;font-size:11.5px!important}
  .nyp-filter-list{gap:10px!important}
  .nyp-filter-list label{font-size:12px!important;gap:9px!important}
  body.nyp-category-page .nyp-category-shell .nyp-filter-list input{
    width:15px!important;height:15px!important;min-width:15px!important;flex-basis:15px!important
  }
  .nyp-filter-list{max-height:188px!important}
  .nyp-model-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important}
  .nyp-model-grid label span{height:36px!important;border-radius:5px!important;font-size:11.5px!important}
  .nyp-stock-toggle{min-height:64px!important;font-size:13px!important}
  .nyp-stock-toggle i{width:40px!important;height:23px!important}
  .nyp-stock-toggle i::after{width:17px!important;height:17px!important}
  .nyp-stock-toggle input:checked+i::after{transform:translateX(-17px)!important}

  .nyp-category-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    column-gap:24px!important;
    row-gap:24px!important;
  }
  .nyp-category-card{
    min-height:518px!important;
    padding:22px 20px 18px!important;
    border-radius:10px!important;
  }
  .nyp-card-image{
    height:276px!important;
    margin-bottom:10px!important;
  }
  .nyp-card-image img{
    max-width:90%!important;
    max-height:246px!important;
    transform:scale(1.16)!important;
    transform-origin:center center!important;
  }
  .nyp-category-card:hover .nyp-card-image img{transform:scale(1.19)!important}
  .nyp-card-title{
    min-height:58px!important;
    font-size:16px!important;
    line-height:1.75!important;
    font-weight:700!important;
  }
  .nyp-card-producer{margin-top:2px!important;font-size:12px!important}
  .nyp-card-meta{margin-top:13px!important;font-size:11px!important;gap:12px!important}
  .nyp-card-rating{gap:5px!important}
  .nyp-card-rating b{font-size:15px!important}
  .nyp-card-price-row{gap:14px!important;padding-top:15px!important}
  .nyp-card-old-price{height:22px!important;gap:8px!important;margin-bottom:4px!important}
  .nyp-card-old-price span{min-width:34px!important;height:21px!important;padding:0 7px!important;font-size:10px!important;line-height:21px!important}
  .nyp-card-old-price del{font-size:10.5px!important}
  .nyp-card-current-price{gap:6px!important}
  .nyp-card-current-price strong{font-size:22px!important;line-height:1.05!important}
  .nyp-card-current-price small{font-size:10.5px!important}
  .nyp-card-contact-price{font-size:15px!important}
  .nyp-card-cart{
    width:51px!important;height:51px!important;flex-basis:51px!important;border-radius:8px!important
  }
  .nyp-card-cart .nyp-icon{width:23px!important;height:23px!important}

  .nyp-category-pagination{margin:64px 0 18px!important}
  .nyp-category-pagination ul{gap:16px!important}
  .nyp-category-pagination a,.nyp-category-pagination span{width:40px!important;height:40px!important;border-radius:8px!important;font-size:14px!important}

  .nyp-category-description{margin-top:90px!important;padding:0!important}
  .nyp-category-description h2{margin-bottom:24px!important;font-size:32px!important;line-height:1.45!important;text-align:right!important}
  .nyp-category-description div{font-size:15px!important;line-height:2.25!important}
}

/* Normal laptops that are not zoomed out: keep the same proportions without crushing the layout. */
@media (min-width:1101px) and (max-width:1700px){
  body.nyp-category-page .nyp-category-shell{width:calc(100% - 64px)!important;max-width:none!important}
  .nyp-category-layout{grid-template-columns:320px minmax(0,1fr)!important;gap:20px!important}
  .nyp-category-toolbar{height:72px!important;min-height:72px!important}
  .nyp-category-grid{column-gap:18px!important;row-gap:18px!important}
  .nyp-category-card{min-height:470px!important;padding:18px 17px 16px!important}
  .nyp-card-image{height:235px!important}
  .nyp-card-image img{max-height:215px!important;transform:scale(1.12)!important}
  .nyp-category-card:hover .nyp-card-image img{transform:scale(1.15)!important}
  .nyp-card-title{font-size:14px!important;min-height:54px!important}
  .nyp-card-current-price strong{font-size:19px!important}
  .nyp-category-hero{min-height:190px!important;margin-bottom:52px!important}
  .nyp-category-hero h1{font-size:38px!important}
}

/* v5.5.1 — toolbar direction hotfix */
@media (min-width:781px){
  .nyp-category-toolbar{direction:rtl!important}
  .nyp-category-toolbar>.nyp-toolbar-actions{order:1!important;margin-left:auto!important;margin-right:0!important}
  .nyp-category-toolbar>.nyp-category-count{order:2!important;margin-right:auto!important;margin-left:0!important;text-align:left!important}
}

/* v5.5.3 — AJAX filtering: keep category page in place while results refresh */
.nyp-category-products [data-nyp-results]{transition:opacity .18s ease,transform .18s ease}
.nyp-category-products.is-ajax-loading [data-nyp-results]{opacity:.45;pointer-events:none;transform:translateY(2px)}
.nyp-category-products.is-ajax-loading{cursor:progress}


/* =========================================================
   v5.7.26 — category alignment, removable filters, home-card match
   Source card geometry/style mirrored from the supplied NetYadak home code.
   ========================================================= */

/* Match the same 1280px site/menu container used across NetYadak. */
@media (min-width:1101px){
  body.nyp-category-page .nyp-category-shell{
    width:min(1280px,calc(100vw - 32px))!important;
    max-width:1280px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .nyp-category-layout{
    grid-template-columns:300px minmax(0,1fr)!important;
    gap:20px!important;
  }
}

/* Active filters are real removable controls; no red/foreign theme states. */
body.nyp-category-page .nyp-category-shell .nyp-active-filters[hidden],
body.nyp-category-page .nyp-category-shell .nyp-clear-all[hidden]{display:none!important}
body.nyp-category-page .nyp-category-shell button.nyp-filter-chip,
body.nyp-category-page .nyp-category-shell a.nyp-filter-chip{
  appearance:none!important;
  -webkit-appearance:none!important;
  cursor:pointer!important;
  font:inherit!important;
  text-transform:none!important;
}
body.nyp-category-page .nyp-category-shell .nyp-filter-chip:hover,
body.nyp-category-page .nyp-category-shell .nyp-filter-chip:focus-visible{
  background:#0b3769!important;
  color:#fff!important;
  transform:none!important;
  box-shadow:none!important;
}

/* Product card: same dimensions/visual language as the supplied home-page cards. */
@media (min-width:781px){
  body.nyp-category-page .nyp-category-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:18px!important;
  }
  body.nyp-category-page .nyp-category-card,
  body.nyp-category-page .nyp-category-card:hover,
  body.nyp-category-page .nyp-category-card:focus-within{
    position:relative!important;
    box-sizing:border-box!important;
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    height:407px!important;
    min-height:407px!important;
    max-height:407px!important;
    margin:0!important;
    padding:15px 16px 16px!important;
    border:1px solid #d9d9d9!important;
    border-radius:11px!important;
    background:#fff!important;
    overflow:hidden!important;
    direction:rtl!important;
  }
  body.nyp-category-page .nyp-category-card{
    box-shadow:none!important;
    transform:none!important;
    transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
  }
  body.nyp-category-page .nyp-category-card:hover,
  body.nyp-category-page .nyp-category-card:focus-within{
    border-color:#f2c044!important;
    box-shadow:0 14px 24px rgba(15,23,42,.09)!important;
    transform:translateY(-3px)!important;
  }
  body.nyp-category-page .nyp-card-image{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 190px!important;
    width:100%!important;
    height:190px!important;
    min-height:190px!important;
    max-height:190px!important;
    margin:0 0 12px!important;
    padding:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  body.nyp-category-page .nyp-card-image img,
  body.nyp-category-page .nyp-category-card:hover .nyp-card-image img{
    display:block!important;
    width:auto!important;
    height:auto!important;
    max-width:76%!important;
    max-height:176px!important;
    margin:auto!important;
    object-fit:contain!important;
    object-position:center!important;
    background:transparent!important;
    box-shadow:none!important;
    filter:none!important;
    transform:none!important;
  }
  body.nyp-category-page .nyp-card-body{
    display:flex!important;
    flex:1 1 auto!important;
    min-height:0!important;
    flex-direction:column!important;
  }
  body.nyp-category-page .nyp-card-title{
    display:-webkit-box!important;
    flex:0 0 58px!important;
    width:100%!important;
    height:58px!important;
    min-height:58px!important;
    max-height:58px!important;
    margin:0 0 10px!important;
    padding:0!important;
    overflow:hidden!important;
    color:#111!important;
    font-size:13px!important;
    font-weight:500!important;
    line-height:1.78!important;
    text-align:right!important;
    text-decoration:none!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
  }
  body.nyp-category-page .nyp-card-title:hover{color:#111!important}
  body.nyp-category-page .nyp-card-producer{display:none!important}
  body.nyp-category-page .nyp-card-meta{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:8px!important;
    flex:0 0 20px!important;
    width:100%!important;
    height:20px!important;
    min-height:20px!important;
    margin:auto 0 0!important;
    padding:0!important;
    color:#4b2024!important;
    font-size:10px!important;
    line-height:1!important;
    direction:ltr!important;
  }
  body.nyp-category-page .nyp-card-stock{
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    direction:rtl!important;
    white-space:nowrap!important;
    color:#4b2024!important;
  }
  body.nyp-category-page .nyp-card-stock.is-out{color:#8f949a!important}
  body.nyp-category-page .nyp-card-rating{
    display:inline-flex!important;
    align-items:center!important;
    gap:4px!important;
    color:#39282c!important;
    font-size:10px!important;
    font-weight:700!important;
    direction:ltr!important;
    white-space:nowrap!important;
  }
  body.nyp-category-page .nyp-card-rating b{
    color:#f1a219!important;
    font-size:15px!important;
    line-height:1!important;
  }
  body.nyp-category-page .nyp-card-price-row{
    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;
    gap:10px!important;
    flex:0 0 52px!important;
    width:100%!important;
    height:52px!important;
    min-height:52px!important;
    margin:12px 0 0!important;
    padding:0!important;
    direction:ltr!important;
  }
  body.nyp-category-page .nyp-card-prices{
    display:flex!important;
    flex:1 1 auto!important;
    min-width:0!important;
    height:50px!important;
    margin:0!important;
    padding:0!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:flex-end!important;
    gap:5px!important;
    direction:ltr!important;
  }
  body.nyp-category-page .nyp-card-old-price{
    display:flex!important;
    align-items:center!important;
    gap:7px!important;
    height:18px!important;
    min-height:18px!important;
    margin:0!important;
    direction:ltr!important;
  }
  body.nyp-category-page .nyp-card-old-price span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:28px!important;
    height:18px!important;
    padding:0 6px!important;
    border:0!important;
    border-bottom:2px solid #d6112d!important;
    border-radius:5px!important;
    background:linear-gradient(180deg,#ff2944 0%,#ee1534 100%)!important;
    color:#fff!important;
    font-size:9px!important;
    font-weight:800!important;
    line-height:1!important;
    white-space:nowrap!important;
  }
  body.nyp-category-page .nyp-card-old-price del{
    margin:0!important;
    color:#96979a!important;
    font-size:9px!important;
    line-height:1!important;
    direction:ltr!important;
    white-space:nowrap!important;
    text-decoration-thickness:1px!important;
  }
  body.nyp-category-page .nyp-card-current-price{
    display:flex!important;
    align-items:flex-end!important;
    gap:7px!important;
    height:27px!important;
    min-height:27px!important;
    margin:0!important;
    direction:ltr!important;
    white-space:nowrap!important;
  }
  body.nyp-category-page .nyp-card-current-price small{
    margin:0 0 2px!important;
    color:#3b1f22!important;
    font-size:8px!important;
    font-weight:500!important;
    line-height:1!important;
  }
  body.nyp-category-page .nyp-card-current-price strong{
    margin:0!important;
    color:#310b11!important;
    font-size:22px!important;
    font-weight:900!important;
    line-height:1!important;
    letter-spacing:-.4px!important;
    white-space:nowrap!important;
  }
  body.nyp-category-page .nyp-card-contact-price{
    margin:auto 0 4px!important;
    color:#310b11!important;
    font-size:14px!important;
    font-weight:800!important;
  }
  body.nyp-category-page .nyp-card-cart,
  body.nyp-category-page .nyp-card-cart:hover,
  body.nyp-category-page .nyp-card-cart:focus,
  body.nyp-category-page .nyp-card-cart:focus-visible,
  body.nyp-category-page .nyp-card-cart:active{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 44px!important;
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    height:44px!important;
    min-height:44px!important;
    max-height:44px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:9px!important;
    background:#ffb800!important;
    color:#082144!important;
    box-shadow:none!important;
    overflow:hidden!important;
    transform:none!important;
    text-decoration:none!important;
  }
  body.nyp-category-page .nyp-card-cart:hover,
  body.nyp-category-page .nyp-card-cart:focus-visible{background:#ffc72e!important}
  body.nyp-category-page .nyp-card-cart .nyp-icon{
    width:20px!important;
    height:20px!important;
    color:#082144!important;
  }
}

/* Keep the same visual language on tablets/mobile without forcing a 407px desktop card width. */
@media (max-width:780px){
  body.nyp-category-page .nyp-category-card{
    border-color:#d9d9d9!important;
    border-radius:11px!important;
    box-shadow:none!important;
  }
  body.nyp-category-page .nyp-category-card:hover{border-color:#f2c044!important;box-shadow:0 10px 20px rgba(15,23,42,.07)!important}
  body.nyp-category-page .nyp-card-producer{display:none!important}
  body.nyp-category-page .nyp-card-cart{background:#ffb800!important;color:#082144!important}
  body.nyp-category-page .nyp-card-old-price span{background:linear-gradient(180deg,#ff2944 0%,#ee1534 100%)!important}
}

/* =========================================================
   v5.7.27 — category bottom pagination + SEO copy section
   Matches the supplied reference: centered pagination followed
   by a wide, right-aligned editorial/SEO description block.
   ========================================================= */
@media (min-width:1101px){
  body.nyp-category-page .nyp-category-pagination{
    width:100%!important;
    margin:66px 0 18px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  body.nyp-category-page .nyp-category-pagination ul{
    gap:22px!important;
    direction:ltr!important;
  }
  body.nyp-category-page .nyp-category-pagination a,
  body.nyp-category-page .nyp-category-pagination span{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    border-radius:8px!important;
    background:transparent!important;
    color:#4d4d4d!important;
    font-size:18px!important;
    font-weight:500!important;
    box-shadow:none!important;
  }
  body.nyp-category-page .nyp-category-pagination .current,
  body.nyp-category-page .nyp-category-pagination .prev,
  body.nyp-category-page .nyp-category-pagination .next{
    background:#ffb800!important;
    color:#1d252d!important;
    font-weight:700!important;
    box-shadow:0 5px 12px rgba(255,184,0,.18)!important;
  }

  body.nyp-category-page .nyp-category-description{
    width:100%!important;
    max-width:none!important;
    margin:72px 0 0!important;
    padding:0!important;
    direction:rtl!important;
    text-align:right!important;
  }
  body.nyp-category-page .nyp-category-description h2{
    margin:0 0 28px!important;
    padding:0!important;
    color:#252525!important;
    font-size:30px!important;
    line-height:1.55!important;
    font-weight:800!important;
    text-align:right!important;
  }
  body.nyp-category-page .nyp-category-description .nyp-category-description-content{
    width:100%!important;
    color:#6b6b6b!important;
    font-size:17px!important;
    line-height:2.15!important;
    font-weight:400!important;
    text-align:justify!important;
    text-align-last:right!important;
  }
  body.nyp-category-page .nyp-category-description .nyp-category-description-content p{
    margin:0 0 14px!important;
  }
}

@media (max-width:1100px){
  body.nyp-category-page .nyp-category-description{
    margin-top:48px!important;
    padding:0!important;
    direction:rtl!important;
    text-align:right!important;
  }
  body.nyp-category-page .nyp-category-description h2{
    font-size:24px!important;
    line-height:1.6!important;
    margin-bottom:18px!important;
  }
  body.nyp-category-page .nyp-category-description .nyp-category-description-content{
    font-size:13px!important;
    line-height:2.15!important;
    text-align:justify!important;
    text-align-last:right!important;
  }
}

@media (max-width:780px){
  body.nyp-category-page .nyp-category-pagination{
    margin:38px 0 12px!important;
  }
  body.nyp-category-page .nyp-category-pagination ul{
    gap:8px!important;
    direction:ltr!important;
    flex-wrap:wrap!important;
  }
  body.nyp-category-page .nyp-category-pagination a,
  body.nyp-category-page .nyp-category-pagination span{
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    border-radius:7px!important;
    font-size:11px!important;
  }
  body.nyp-category-page .nyp-category-description{
    margin-top:38px!important;
  }
  body.nyp-category-page .nyp-category-description h2{
    font-size:20px!important;
    margin-bottom:14px!important;
  }
  body.nyp-category-page .nyp-category-description .nyp-category-description-content{
    font-size:11px!important;
    line-height:2.1!important;
  }
}

/* v5.7.29 — explicit removable filter states */
body.nyp-category-page .nyp-filter-list label:has(input[type="radio"]:checked),
body.nyp-category-page .nyp-model-grid label:has(input[type="radio"]:checked){
  cursor:pointer!important;
}
body.nyp-category-page .nyp-filter-chip b{
  pointer-events:none!important;
}
body.nyp-category-page .nyp-filter-chip{
  user-select:none!important;
  -webkit-user-select:none!important;
}

/* v5.7.30 — robust removable filter controls */
body.nyp-category-page .nyp-filter-list label:has(input[data-nyp-single-filter]:checked),
body.nyp-category-page .nyp-model-grid label:has(input[data-nyp-single-filter]:checked){
  cursor:pointer!important;
}
body.nyp-category-page .nyp-filter-list input[data-nyp-single-filter],
body.nyp-category-page .nyp-model-grid input[data-nyp-single-filter]{
  cursor:pointer!important;
}
body.nyp-category-page .nyp-filter-chip{
  cursor:pointer!important;
}
body.nyp-category-page .nyp-category-products.is-ajax-loading [data-nyp-results]{
  opacity:.55!important;
  pointer-events:none!important;
  transition:opacity .15s ease!important;
}


/* v6.5.45 — mobile filter drawer behavior only; visual skin unchanged. */
@media(max-width:780px){
  html.nyp-filter-lock,
  html.nyp-filter-lock body,
  body.nyp-filter-lock{overflow:hidden!important;overscroll-behavior:none!important;}
  body.nyp-category-page .nyp-category-sidebar{
    top:0!important;
    bottom:0!important;
    height:100vh!important;
    height:100dvh!important;
    min-height:100vh!important;
    min-height:100dvh!important;
    max-height:100dvh!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
  }
  body.nyp-category-page .nyp-category-sidebar.is-mobile-open{transform:translateX(0)!important;}
  body.nyp-category-page .nyp-filter-overlay.is-visible{opacity:1!important;pointer-events:auto!important;}
}
