/* Fezard homepage catalog, shared icon controls and custom selects — 2026-08-20 */
.fezard-catalog-v2,.fezard-catalog-v2 *,.fezard-custom-select,.fezard-custom-select *{box-sizing:border-box}
.fezard-catalog-v2{--purple:#7c35c8;position:relative;z-index:5;margin-top:34px;font-family:"Manrope",Arial,sans-serif}
.fezard-catalog-v2 button,.fezard-catalog-v2 input{font-family:"Manrope",Arial,sans-serif}
.fezard-filter-bar{display:grid;grid-template-columns:minmax(340px,1.5fr) repeat(3,minmax(190px,.72fr));gap:8px;padding:9px;border:1px solid #e9e3eb;border-radius:20px;background:#fff;box-shadow:0 15px 42px rgba(41,29,48,.065)}
.fezard-filter-search{position:relative;min-width:0;height:62px;display:flex;align-items:center;margin:0;border-radius:13px;background:#f6f3f7}
.fezard-filter-search>svg{width:19px;height:19px;flex:0 0 auto;margin-left:18px;color:#726a76}
.fezard-filter-search input{width:100%;min-width:0;height:100%;padding:0 18px 0 13px;color:#27222a;border:0;outline:0;background:transparent;font-size:12px;font-weight:650}
.fezard-filter-search input::placeholder{color:#9e96a1;font-weight:550}
.fezard-filter-menu{position:relative;min-width:0}
.fezard-filter-trigger{width:100%;height:62px;padding:0 14px 0 16px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:9px;text-align:left;border:1px solid #eee9ef;border-radius:13px;outline:0;background:#fff;cursor:pointer;transition:border-color .18s,background-color .18s,box-shadow .18s}
.fezard-filter-trigger>span{min-width:0;display:grid;gap:3px}
.fezard-filter-trigger small{color:#99919c;font-size:7px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.fezard-filter-trigger strong{overflow:hidden;color:#322c35;font-size:10px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}
.fezard-filter-trigger>b{min-width:22px;height:22px;display:grid;place-items:center;padding:0 6px;color:#fff;border-radius:8px;background:var(--purple);font-size:8px;font-weight:800}
.fezard-filter-trigger>svg,.fezard-sort-menu [data-sort-trigger]>svg{width:15px;height:15px;display:block;color:#77707a;stroke-width:1.7;transition:transform .18s}
.fezard-filter-menu.is-open .fezard-filter-trigger{border-color:rgba(124,53,200,.48);background:#fbf9fc;box-shadow:0 0 0 4px rgba(124,53,200,.065)}
.fezard-filter-menu.is-open .fezard-filter-trigger>svg,.fezard-sort-menu.is-open [data-sort-trigger]>svg{transform:rotate(180deg)}
.fezard-filter-popover{position:absolute;z-index:120;top:calc(100% + 10px);right:0;width:360px;padding:12px;overflow:hidden;border:1px solid #e6dfe8;border-radius:17px;background:#fff;box-shadow:0 25px 65px rgba(33,22,39,.17)}
.fezard-filter-menu:nth-child(2) .fezard-filter-popover{right:auto;left:0}
.fezard-filter-popover--compact{width:290px}
.fezard-filter-option-search{height:43px;display:flex;align-items:center;gap:9px;margin:0;padding:0 12px;border-radius:11px;background:#f6f3f7}
.fezard-filter-option-search svg{width:16px;height:16px;flex:0 0 auto;color:#7c747f}
.fezard-filter-option-search input{width:100%;min-width:0;height:100%;padding:0;border:0;outline:0;background:transparent;font-size:10px;font-weight:650}
.fezard-filter-option-search input::placeholder{color:#a39ba6}
.fezard-filter-popover__actions{min-height:39px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 3px}
.fezard-filter-popover__actions button{padding:5px 0;color:#7b727f;border:0;background:none;font-size:8px;font-weight:750;cursor:pointer}
.fezard-filter-popover__actions button:hover{color:var(--purple)}
.fezard-filter-options{max-height:276px;padding-right:3px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#d7cddd transparent}
.fezard-filter-checkbox{min-height:43px;padding:7px 8px;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:10px;margin:0;border-radius:10px;cursor:pointer;transition:background-color .15s}
.fezard-filter-checkbox:hover{background:#f8f5f9}
.fezard-filter-checkbox input{position:absolute;opacity:0;pointer-events:none}
.fezard-filter-checkbox>i{position:relative;width:18px;height:18px;display:block;border:1px solid #d7cedb;border-radius:6px;background:#fff;transition:.15s}
.fezard-filter-checkbox input:checked+i{border-color:var(--purple);background:var(--purple)}
.fezard-filter-checkbox input:checked+i::after{content:"";position:absolute;top:4px;left:6px;width:4px;height:7px;border-right:1.5px solid #fff;border-bottom:1.5px solid #fff;transform:rotate(45deg)}
.fezard-filter-checkbox input:focus-visible+i{box-shadow:0 0 0 4px rgba(124,53,200,.1)}
.fezard-filter-checkbox>span{min-width:0;display:flex;align-items:center;gap:8px;color:#413a44;font-size:9px;font-weight:700;line-height:1.3}
.fezard-filter-checkbox__swatch{width:13px;height:13px;flex:0 0 auto;display:block;border:1px solid rgba(36,31,39,.16);border-radius:50%;background:var(--swatch);box-shadow:0 0 0 2px #fff}
.fezard-filter-checkbox>b{min-width:24px;color:#a299a5;font-size:8px;font-weight:700;text-align:right}
.fezard-filter-no-options{margin:18px 0;color:#98909b;font-size:9px;text-align:center}
.fezard-filter-done{width:100%;min-height:40px;margin-top:9px;color:#fff;border:0;border-radius:10px;background:var(--purple);font-size:9px;font-weight:800;cursor:pointer;transition:.18s}
.fezard-filter-done:hover{background:#913bd0}
.fezard-filter-selection{min-height:48px;padding:11px 2px 0;display:flex;align-items:flex-start;gap:16px}
.fezard-filter-selection>div{display:flex;flex-wrap:wrap;gap:6px}
.fezard-filter-tag{min-height:32px;padding:0 9px 0 11px;display:flex;align-items:center;gap:8px;color:#5a525e;border:1px solid #e1d9e4;border-radius:10px;background:#fff;font-size:8px;font-weight:750;cursor:pointer}
.fezard-filter-tag svg{width:12px;height:12px;display:block;color:#8c838f;stroke-width:1.8}
.fezard-filter-tag:hover{color:var(--purple);border-color:#d3c0df}
.fezard-catalog-v2__head{min-height:61px;display:flex;align-items:center;justify-content:space-between;gap:20px;scroll-margin-top:175px}
.fezard-catalog-v2__head>p{margin:0;color:#726a75;font-size:10px;font-weight:650}
.fezard-catalog-v2__head>p strong{margin-right:3px;color:#211c24;font-size:22px;font-weight:750}
.fezard-sort-menu{position:relative;z-index:90}
.fezard-sort-menu [data-sort-trigger]{min-width:180px;height:38px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;gap:18px;color:#5f5762;border:1px solid #e4dde6;border-radius:11px;background:#fff;font-size:8px;font-weight:800;cursor:pointer}
.fezard-sort-menu [data-sort-popover]{position:absolute;top:calc(100% + 7px);right:0;width:215px;padding:7px;border:1px solid #e5dee7;border-radius:13px;background:#fff;box-shadow:0 18px 45px rgba(34,23,40,.14)}
.fezard-sort-menu [data-sort-popover] button{width:100%;min-height:38px;padding:0 11px;color:#645c67;border:0;border-radius:8px;background:none;font-size:9px;font-weight:700;text-align:left;cursor:pointer}
.fezard-sort-menu [data-sort-popover] button:hover{background:#f7f3f8}
.fezard-sort-menu [data-sort-popover] button.is-active{color:var(--purple);background:#f7f1fa}
.fezard-catalog-v2__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;transition:opacity .15s}
.fezard-catalog-v2.is-loading .fezard-catalog-v2__grid{opacity:.48}
.fezard-product-list-card{min-width:0;overflow:hidden;border:1px solid #e8e2ea;border-radius:17px;background:#fff;transition:border-color .22s,transform .22s,box-shadow .22s}
.fezard-product-list-card:hover{border-color:#d9cce0;box-shadow:0 16px 38px rgba(35,25,42,.09);transform:translateY(-3px)}
.fezard-product-list-card__media{position:relative;aspect-ratio:1.28/1;display:block;overflow:hidden;background:linear-gradient(145deg,#eeebef 0%,#faf9fa 100%)}
.fezard-product-list-card__media img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;transition:transform .5s cubic-bezier(.2,.7,.2,1)}
.fezard-product-list-card:hover .fezard-product-list-card__media img{transform:scale(1.025)}
.fezard-product-list-card__availability{position:absolute;top:12px;left:12px;min-height:27px;padding:0 9px;display:flex;align-items:center;gap:6px;color:#5c555f;border:1px solid rgba(255,255,255,.82);border-radius:9px;background:rgba(255,255,255,.88);backdrop-filter:blur(8px);font-size:7px;font-weight:800}
.fezard-product-list-card__availability::before{content:"";width:6px;height:6px;border-radius:50%;background:#16a487}
.fezard-product-list-card__availability.is-order::before{background:#a646cf}
.fezard-product-list-card__body{min-height:142px;padding:16px;display:flex;flex-direction:column}
.fezard-product-list-card__category{margin:0 0 8px;overflow:hidden;color:#968d99;font-size:7px;font-weight:800;letter-spacing:.11em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}
.fezard-product-list-card h3{margin:0;color:#211c24;font-size:14px;font-weight:750;line-height:1.32;letter-spacing:-.025em}
.fezard-product-list-card h3 a{display:-webkit-box;overflow:hidden;color:inherit;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.fezard-product-list-card__bottom{margin-top:auto;padding-top:15px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.fezard-product-list-card__bottom>span{color:#a098a3;font-size:7px;font-weight:700}
.fezard-product-list-card__go{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;color:#554d58;border:1px solid #ded6e1;border-radius:11px;background:#fff;text-decoration:none;transition:.18s}
.fezard-product-list-card__go svg{width:16px;height:16px;display:block;stroke-width:1.7}
.fezard-product-list-card:hover .fezard-product-list-card__go{color:#fff;border-color:var(--purple);background:var(--purple);transform:translateX(2px)}
.fezard-catalog-v2__navigation{min-height:76px;padding-top:22px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}
.fezard-catalog-pagination{display:flex;align-items:center;justify-content:flex-start;gap:8px}
.fezard-catalog-pagination[hidden],.fezard-catalog-v2__more[hidden]{display:none!important}
.fezard-catalog-pagination>div{display:flex;align-items:center;gap:6px}
.fezard-catalog-pagination button{width:39px;height:39px;display:grid;place-items:center;padding:0;color:#625a65;border:1px solid #ded7e1;border-radius:11px;background:#fff;font-size:9px;font-weight:800;cursor:pointer;transition:.18s}
.fezard-catalog-pagination button:hover:not(:disabled):not(.is-active){color:var(--purple);border-color:#cab8d6;background:#faf7fb}
.fezard-catalog-pagination button.is-active{color:#fff;border-color:var(--purple);background:var(--purple);box-shadow:0 8px 20px rgba(124,53,200,.18)}
.fezard-catalog-pagination button:disabled{opacity:.36;cursor:default}
.fezard-page-ellipsis{width:28px;height:39px;display:grid;place-items:center;color:#9d95a0;font-size:12px}
.fezard-page-arrow svg{width:15px;height:15px;display:block;stroke-width:1.7}
.fezard-catalog-v2__more{min-height:39px;padding:0 8px 0 15px;display:flex;align-items:center;gap:11px;color:#fff;border:0;border-radius:11px;background:var(--purple);box-shadow:0 9px 22px rgba(124,53,200,.17);font-size:8px;font-weight:800;cursor:pointer;transition:.18s}
.fezard-catalog-v2__more span{min-width:25px;height:23px;display:grid;place-items:center;padding:0 6px;border-radius:7px;background:rgba(255,255,255,.16)}
.fezard-catalog-v2__more:hover{background:#913bd0;transform:translateY(-1px)}
.fezard-catalog-v2__empty{min-height:250px;place-items:center;align-content:center;gap:8px;border:1px dashed #dbd2de;border-radius:17px;background:rgba(255,255,255,.52);text-align:center}
.fezard-catalog-v2__empty:not([hidden]){display:grid}
.fezard-catalog-v2__empty strong{font-size:20px}
.fezard-catalog-v2__empty span{color:#8c838f;font-size:10px}
.fezard-catalog-v2__empty button{margin-top:7px;padding:10px 13px;color:#fff;border:0;border-radius:9px;background:var(--purple);font-size:8px;font-weight:800;cursor:pointer}

/* Compact filter panel on product-category pages. */
.fezard-category-products-page .fezard-filter-bar{display:flex;align-items:stretch;gap:8px;padding:8px;border-radius:18px;background:rgba(255,255,255,.82);box-shadow:0 13px 34px rgba(41,29,48,.06)}
.fezard-category-products-page .fezard-filter-search{height:54px;flex:1 1 420px;border:1px solid transparent;border-radius:12px}
.fezard-category-products-page .fezard-filter-search input{font-size:13px}
.fezard-category-products-page .fezard-filter-menu{flex:0 1 164px}
.fezard-category-products-page .fezard-filter-trigger{height:54px;padding-right:12px;padding-left:14px;border-radius:12px}
.fezard-category-products-page .fezard-filter-trigger small{font-size:7px}
.fezard-category-products-page .fezard-filter-trigger strong{font-size:11px}

/* Semantic use cases for the aluminium-trims category. */
#RadicalMart.fezard-category-products-page .fezard-category-products-fulltext--usecases{margin-top:72px;padding:0;color:#211c24;border:0;border-radius:0;background:transparent;font-size:inherit;line-height:inherit}
.fezard-trim-usecases__head{max-width:980px;margin-bottom:28px}
.fezard-trim-usecases__head>p,.fezard-trim-usecases__footer>div>p{margin:0 0 11px;color:#7c35c8;font-size:9px;font-weight:850;letter-spacing:.15em;text-transform:uppercase}
.fezard-trim-usecases__head h2{max-width:860px;margin:0;color:#211c24;font-size:clamp(40px,4.2vw,66px);font-weight:720;line-height:1.02;letter-spacing:-.055em}
.fezard-trim-usecases__head>span{max-width:820px;display:block;margin-top:20px;color:#756d79;font-size:13px;line-height:1.72}
.fezard-trim-usecases__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.fezard-trim-usecases__grid article{min-height:390px;padding:29px;display:flex;flex-direction:column;border:1px solid #e7e0e9;border-radius:23px;background:#fff;box-shadow:0 17px 42px rgba(42,28,49,.055)}
.fezard-trim-usecases__grid article:nth-child(2){color:#fff;border-color:#39223f;background:radial-gradient(circle at 88% 8%,rgba(174,71,233,.32),transparent 35%),linear-gradient(145deg,#201b27,#45264e)}
.fezard-trim-usecases__grid article>b{width:38px;height:38px;display:grid;place-items:center;margin-bottom:auto;color:#7c35c8;border-radius:11px;background:#f5eef9;font-size:9px;font-weight:850}
.fezard-trim-usecases__grid article:nth-child(2)>b{color:#fff;background:rgba(255,255,255,.12)}
.fezard-trim-usecases__grid h3{margin:55px 0 13px;color:inherit;font-size:31px;font-weight:720;line-height:1.05;letter-spacing:-.04em}
.fezard-trim-usecases__grid p{margin:0;color:#756d79;font-size:12px;line-height:1.7}
.fezard-trim-usecases__grid article:nth-child(2) p{color:rgba(255,255,255,.72)}
.fezard-trim-usecases__grid ul{margin:22px 0 0;padding:19px 0 0;display:grid;gap:9px;border-top:1px solid #eee8f0;list-style:none}
.fezard-trim-usecases__grid article:nth-child(2) ul{border-top-color:rgba(255,255,255,.14)}
.fezard-trim-usecases__grid li{position:relative;padding-left:14px;color:#5f5762;font-size:9px;font-weight:730}
.fezard-trim-usecases__grid article:nth-child(2) li{color:rgba(255,255,255,.82)}
.fezard-trim-usecases__grid li:before{content:"";position:absolute;top:.55em;left:0;width:5px;height:5px;border-radius:50%;background:#913bd0}
.fezard-trim-usecases__footer{margin-top:14px;padding:27px 29px;display:grid;grid-template-columns:minmax(260px,1.1fr) minmax(280px,1fr) auto;align-items:center;gap:28px;border:1px solid #e6deea;border-radius:22px;background:linear-gradient(110deg,#fff,#f5eef9)}
.fezard-trim-usecases__footer h3{max-width:520px;margin:0;color:#211c24;font-size:25px;font-weight:720;line-height:1.15;letter-spacing:-.035em}
.fezard-trim-usecases__footer>span{color:#756d79;font-size:11px;line-height:1.65}
.fezard-trim-usecases__footer>a{min-height:49px;padding:0 17px 0 20px;display:flex;align-items:center;justify-content:center;gap:17px;color:#fff!important;border-radius:13px;background:#8733d6;font-size:9px;font-weight:820;white-space:nowrap;box-shadow:0 12px 28px rgba(124,53,200,.2)}
.fezard-trim-usecases__footer>a span{font-size:17px;font-weight:400;line-height:1}

/* Shared custom selects for Fezard forms. */
.lead-dialog__form .fezard-field{display:flex;flex-direction:column;gap:6px}
.lead-dialog__form .fezard-field>span{color:#756f79;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.fezard-request__form .fezard-field{display:flex;flex-direction:column;gap:7px;color:#6f6774;font-size:8px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.fezard-custom-select{position:relative;width:100%;min-width:0;color:#2e2931;font:600 11px "Manrope",Arial,sans-serif;letter-spacing:0;text-transform:none}
.fezard-custom-select__native{position:absolute!important;width:1px!important;height:1px!important;margin:0!important;padding:0!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;clip-path:inset(50%)!important}
.fezard-custom-select__trigger{width:100%;height:44px;padding:0 12px 0 13px;display:flex;align-items:center;justify-content:space-between;gap:14px;color:inherit;border:1px solid #e5e0e7;border-radius:9px;outline:0;background:#faf9fb;font:inherit;text-align:left;cursor:pointer;transition:border-color .18s,background-color .18s,box-shadow .18s}
.fezard-custom-select__trigger>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.fezard-custom-select__trigger>svg{width:16px;height:16px;flex:0 0 auto;color:#746c77;stroke-width:1.7;transition:transform .18s}
.fezard-custom-select.is-open .fezard-custom-select__trigger,.fezard-custom-select__trigger:focus-visible{border-color:rgba(124,53,200,.5);background:#fff;box-shadow:0 0 0 3px rgba(124,53,200,.08)}
.fezard-custom-select.is-open .fezard-custom-select__trigger>svg{transform:rotate(180deg)}
.fezard-custom-select__menu{position:absolute;z-index:160;top:calc(100% + 7px);right:0;left:0;max-height:270px;padding:6px;overflow:auto;overscroll-behavior:contain;border:1px solid #e5dfe7;border-radius:12px;background:#fff;box-shadow:0 18px 48px rgba(35,24,41,.16);scrollbar-width:thin;scrollbar-color:#d1c7d6 transparent}
.fezard-custom-select.opens-upward .fezard-custom-select__menu{top:auto;bottom:calc(100% + 7px)}
.fezard-custom-select__option{width:100%;min-height:40px;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#5f5762;border:0;border-radius:8px;outline:0;background:transparent;font:600 10px "Manrope",Arial,sans-serif;text-align:left;cursor:pointer;transition:background-color .16s,color .16s}
.fezard-custom-select__option:hover,.fezard-custom-select__option:focus-visible{color:#3f3545;background:#f7f3f8}
.fezard-custom-select__option.is-selected{color:#7c35c8;background:#f6effa}
.fezard-custom-select__option:disabled{opacity:.42;cursor:not-allowed}
.fezard-custom-select__option svg{width:15px;height:15px;flex:0 0 auto;opacity:0;stroke-width:2}
.fezard-custom-select__option.is-selected svg{opacity:1}
.fezard-request__form .fezard-custom-select__trigger{height:49px;padding:0 13px 0 14px;border-radius:11px;background:#f8f6f9}

@media(max-width:1160px){
  .fezard-filter-bar{grid-template-columns:repeat(3,minmax(0,1fr))}
  .fezard-category-products-page .fezard-filter-bar{display:flex}
  .fezard-category-products-page .fezard-filter-search{flex-basis:300px;grid-column:auto}
  .fezard-category-products-page .fezard-filter-menu{flex-basis:138px}
  .fezard-filter-search{grid-column:1/-1}
  .fezard-catalog-v2__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
  .fezard-category-products-page .fezard-filter-bar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .fezard-category-products-page .fezard-filter-search{grid-column:1/-1}
  .fezard-trim-usecases__grid{grid-template-columns:1fr}
  .fezard-trim-usecases__grid article{min-height:0}
  .fezard-trim-usecases__grid article>b{margin-bottom:0}
  .fezard-trim-usecases__grid h3{margin-top:38px}
  .fezard-trim-usecases__footer{grid-template-columns:1fr 1fr}
  .fezard-trim-usecases__footer>a{grid-column:1/-1}
}
@media(max-width:820px){
  .fezard-filter-bar{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fezard-filter-menu:last-child{grid-column:1/-1}
  .fezard-filter-menu:last-child .fezard-filter-popover{right:auto;left:0}
  .fezard-catalog-v2__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
  .fezard-catalog-v2{margin-top:24px}
  .fezard-filter-bar{padding:8px;grid-template-columns:1fr;border-radius:17px}
  .fezard-category-products-page .fezard-filter-bar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .fezard-category-products-page .fezard-filter-search{grid-column:1/-1;height:52px}
  .fezard-category-products-page .fezard-filter-trigger{height:52px;padding-right:10px;padding-left:12px}
  .fezard-category-products-page .fezard-filter-trigger strong{font-size:10px}
  #RadicalMart.fezard-category-products-page .fezard-category-products-fulltext--usecases{margin-top:50px}
  .fezard-trim-usecases__head{margin-bottom:21px}
  .fezard-trim-usecases__head h2{font-size:38px}
  .fezard-trim-usecases__head>span{font-size:11px}
  .fezard-trim-usecases__grid{gap:9px}
  .fezard-trim-usecases__grid article{padding:23px;border-radius:18px}
  .fezard-trim-usecases__grid h3{margin-top:32px;font-size:28px}
  .fezard-trim-usecases__footer{margin-top:9px;padding:23px;grid-template-columns:1fr;gap:17px;border-radius:18px}
  .fezard-trim-usecases__footer h3{font-size:23px}
  .fezard-trim-usecases__footer>a{grid-column:auto;width:100%}
  .fezard-filter-search{grid-column:auto;height:56px}
  .fezard-filter-trigger{height:56px}
  .fezard-filter-menu:last-child{grid-column:auto}
  .fezard-filter-popover,.fezard-filter-popover--compact,.fezard-filter-menu:nth-child(2) .fezard-filter-popover,.fezard-filter-menu:last-child .fezard-filter-popover{right:auto;left:0;width:100%}
  .fezard-filter-selection{display:block}
  .fezard-catalog-v2__head{min-height:64px}
  .fezard-sort-menu [data-sort-trigger]{min-width:160px}
  .fezard-catalog-v2__grid{grid-template-columns:1fr}
  .fezard-product-list-card{display:block;min-height:0}
  .fezard-product-list-card__media{height:auto;min-height:0;aspect-ratio:1.28/1}
  .fezard-product-list-card__body{min-height:142px;padding:14px}
  .fezard-product-list-card h3{font-size:13px}
  .fezard-product-list-card__availability{top:9px;left:9px;max-width:calc(100% - 18px);overflow:hidden;font-size:6px;text-overflow:ellipsis;white-space:nowrap}
  .fezard-catalog-v2__navigation{width:100%;align-items:stretch;flex-direction:column;gap:10px}
  .fezard-catalog-pagination{width:100%;max-width:100%;justify-content:center;gap:4px;overflow-x:auto;padding:0 0 3px;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y}
  .fezard-catalog-pagination::-webkit-scrollbar{display:none}
  .fezard-catalog-pagination>div{flex:0 0 auto}
  .fezard-catalog-pagination button{width:34px;height:36px;flex:0 0 34px;border-radius:10px}
  .fezard-page-ellipsis{width:18px;height:36px}
  .fezard-catalog-v2__more{width:100%;min-height:42px;justify-content:center;padding:0 12px;gap:8px;white-space:nowrap}
}
@media(max-width:380px){
  .fezard-catalog-pagination{justify-content:flex-start}
  .fezard-catalog-pagination button{width:32px;flex-basis:32px}
}
@media(prefers-reduced-motion:reduce){
  .fezard-product-list-card,.fezard-product-list-card__media img,.fezard-product-list-card__go{transition:none}
}
