/* Deye Product Filter — Crocoblock-style AJAX filter + Alibaba grid */
.deye-pf-page{max-width:1440px;margin:0 auto;padding:24px 16px 64px}
.deye-pf-head{margin-bottom:18px}
.deye-pf-bc{font-size:13px;color:#7a8aa0;margin-bottom:8px}
.deye-pf-bc a{color:#7a8aa0;text-decoration:none}
.deye-pf-bc a:hover{color:#FF6A00}
.deye-pf-bc strong{color:#14233B;font-weight:700}
.deye-pf-head h1{font-family:Montserrat,sans-serif;font-size:30px;font-weight:800;color:#14233B;margin:0 0 6px}
.deye-pf-head p{color:#475569;font-size:15px;margin:0;max-width:780px;line-height:1.6}

.deye-pf-topbar{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:18px}
.deye-pf-count{font-weight:800;color:#14233B}
.deye-pf-sortwrap{margin-left:auto;display:flex;align-items:center;gap:8px}
.deye-pf-sortwrap label{font-size:13px;color:#7a8aa0}
.deye-pf-sort{border:1px solid #E3E8EF;border-radius:8px;padding:9px 12px;background:#fff;color:#14233B;font-size:14px;cursor:pointer}
.deye-pf-toggle{display:none;align-items:center;gap:8px;background:#FF6A00;color:#fff;border:0;border-radius:8px;padding:11px 18px;font-weight:700;cursor:pointer;font-size:14px}
.deye-pf-active-count{min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#fff;color:#E85D04;display:inline-grid;place-items:center;font-size:10px;font-weight:900}
.deye-pf-active-count[hidden]{display:none}

.deye-pf-wrap{display:flex;gap:24px;align-items:flex-start;position:relative}
.deye-pf-side{flex:0 0 282px;width:282px;background:#fff;border:1px solid #E3E8EF;border-radius:14px;padding:8px 18px 18px;position:sticky;top:20px}
.deye-pf-side-head{display:none;justify-content:space-between;align-items:center;padding:6px 0 4px}
.deye-pf-side-head span{font-family:Montserrat,sans-serif;font-weight:800;font-size:18px;color:#14233B}
.deye-pf-close{background:none;border:0;font-size:28px;line-height:1;cursor:pointer;color:#14233B}
.deye-pf-group{padding:16px 0;border-bottom:1px solid #eef1f5}
.deye-pf-group:last-of-type{border-bottom:0}
.deye-pf-group h4{font-family:Montserrat,sans-serif;font-size:13px;font-weight:800;color:#14233B;margin:0 0 12px;text-transform:uppercase;letter-spacing:.4px}
.deye-pf-s{width:100%;border:1px solid #E3E8EF;border-radius:8px;padding:11px 12px;font-size:14px;outline:none}
.deye-pf-s:focus{border-color:#FF6A00}
.deye-pf-check{display:flex;align-items:center;gap:9px;padding:7px 0;cursor:pointer;font-size:14px;color:#374a5e}
.deye-pf-check input{width:17px;height:17px;accent-color:#FF6A00;cursor:pointer}
.deye-pf-check em{margin-left:auto;color:#7a8aa0;font-style:normal;font-size:12px;background:#f1f5f9;border-radius:20px;padding:2px 9px}

.deye-pf-slider{position:relative;height:30px;margin:4px 6px 2px}
.deye-pf-track{position:absolute;top:13px;left:0;right:0;height:4px;background:#E3E8EF;border-radius:3px}
.deye-pf-range{position:absolute;top:13px;height:4px;background:#FF6A00;border-radius:3px;left:0;width:100%}
.deye-pf-slider input[type=range]{position:absolute;top:0;left:0;width:100%;height:30px;margin:0;background:none;pointer-events:none;-webkit-appearance:none;appearance:none}
.deye-pf-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;pointer-events:auto;width:18px;height:18px;border-radius:50%;background:#fff;border:3px solid #FF6A00;cursor:pointer;box-shadow:0 1px 4px rgba(0,0,0,.25)}
.deye-pf-slider input[type=range]::-moz-range-thumb{pointer-events:auto;width:18px;height:18px;border-radius:50%;background:#fff;border:3px solid #FF6A00;cursor:pointer}
.deye-pf-pricebox{display:flex;align-items:center;gap:8px;margin-top:12px}
.deye-pf-pricebox span{color:#9fb0c2}
.deye-pf-pricebox input{width:100%;border:1px solid #E3E8EF;border-radius:8px;padding:9px 8px;font-size:13px;text-align:center;outline:none}
.deye-pf-pricebox input:focus{border-color:#FF6A00}

.deye-pf-actions{display:flex;gap:10px;margin-top:18px}
.deye-pf-apply{display:none}
.deye-pf-reset{flex:1;background:#fff;border:1px solid #E3E8EF;color:#475569;border-radius:8px;padding:11px;font-weight:700;cursor:pointer}
.deye-pf-reset:hover{background:#f6f8fb;border-color:#cbd5e1}

.deye-pf-results{flex:1;min-width:0;position:relative;transition:opacity .15s}
.deye-pf-loading .deye-pf-results{opacity:.45;pointer-events:none}
.deye-pf-results ul.products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:18px;list-style:none;margin:0!important;padding:0!important}
.deye-pf-results ul.products::before,.deye-pf-results ul.products::after{display:none!important}
.deye-pf-results ul.products li.product{width:auto!important;margin:0!important;float:none!important}
.deye-pf-empty{text-align:center;padding:64px 20px;color:#7a8aa0;background:#fff;border:1px solid #E3E8EF;border-radius:14px}
.deye-pf-empty i{font-size:42px;color:#cbd5e1;display:block;margin-bottom:16px}
.deye-pf-empty p{font-size:17px;font-weight:700;color:#14233B;margin:0 0 6px}
.deye-pf-empty span{font-size:14px}

.deye-pf-pagination{display:flex;gap:8px;justify-content:center;margin-top:34px;flex-wrap:wrap}
.deye-pf-pg{min-width:42px;height:42px;border:1px solid #E3E8EF;background:#fff;border-radius:8px;font-weight:700;color:#14233B;cursor:pointer;font-size:15px}
.deye-pf-pg.is-active{background:#FF6A00;border-color:#FF6A00;color:#fff}
.deye-pf-pg:hover:not(.is-active){border-color:#FF6A00;color:#FF6A00}

.deye-pf-overlay{display:none}

@media (max-width:1100px){
	.deye-pf-results ul.products{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:900px){
	.deye-pf-toggle{display:inline-flex}
	.deye-pf-sortwrap{margin-left:0;flex:1;justify-content:flex-end}
	.deye-pf-side{position:fixed;top:0;left:0;height:100dvh;width:88%;max-width:350px;z-index:100000;border-radius:0;transform:translateX(-100%);transition:transform .28s ease;overflow-y:auto;box-shadow:0 0 50px rgba(0,0,0,.25);padding-bottom:18px}
	.deye-pf-open .deye-pf-side{transform:none}
	.deye-pf-side-head{display:flex;position:sticky;top:0;background:#fff;border-bottom:1px solid #eef1f5;margin:0 -18px;padding:10px 18px;min-height:58px;z-index:3}
	.deye-pf-close{width:44px;height:44px;display:grid;place-items:center;padding:0;border-radius:50%;background:#f3f5f7}
	.deye-pf-search-group{display:none}
	.deye-pf-apply{display:block;flex:2;background:#FF6A00;color:#fff;border:0;border-radius:8px;padding:13px;font-weight:800;cursor:pointer}
	.deye-pf-reset{padding:10px 6px;font-size:12px;line-height:1.15}
	.deye-pf-actions{position:sticky;bottom:0;background:#fff;padding:14px 0 4px;margin:0 -18px;padding-left:18px;padding-right:18px;border-top:1px solid #eef1f5}
	.deye-pf-overlay{display:block;position:fixed;inset:0;background:rgba(11,30,59,.5);z-index:99999;opacity:0;pointer-events:none;transition:opacity .28s}
	.deye-pf-open .deye-pf-overlay{opacity:1;pointer-events:auto}
	body.deye-pf-drawer-open .deye-mm-bottom{opacity:0;pointer-events:none;transform:translateY(100%)}
}
@media (max-width:680px){
	.deye-pf-results ul.products{grid-template-columns:repeat(2,1fr);gap:12px}
	.deye-pf-head h1{font-size:24px}
}
@media (max-width:420px){
	.deye-pf-results ul.products{grid-template-columns:1fr}
}

/* Homepage category grid (5 per row) + load more */
.woocommerce.deye-cat-grid ul.products{display:grid!important;grid-template-columns:repeat(var(--deye-cols,5),1fr);gap:18px;list-style:none;margin:0!important;padding:0!important}
.woocommerce.deye-cat-grid ul.products::before,.woocommerce.deye-cat-grid ul.products::after{display:none!important}
.woocommerce.deye-cat-grid ul.products li.product{width:auto!important;margin:0!important;float:none!important}
.deye-more-wrap{text-align:center;margin-top:28px}
.deye-more{background:#fff;border:2px solid #FF6A00;color:#FF6A00;font-weight:800;font-size:15px;padding:13px 34px;border-radius:9px;cursor:pointer;font-family:Montserrat,sans-serif;transition:background .15s,color .15s;display:inline-flex;align-items:center;gap:9px}
.deye-more:hover{background:#FF6A00;color:#fff}
.deye-more:disabled{opacity:.7;cursor:default}
@media(max-width:767px){.deye-cat-grid li.deye-mobile-folded{display:none!important}}
@media(max-width:1280px){.woocommerce.deye-cat-grid ul.products{grid-template-columns:repeat(4,1fr)}}
@media(max-width:980px){.woocommerce.deye-cat-grid ul.products{grid-template-columns:repeat(3,1fr)}}
@media(max-width:680px){.woocommerce.deye-cat-grid ul.products{grid-template-columns:repeat(2,1fr);gap:12px}}
@media(max-width:420px){.woocommerce.deye-cat-grid ul.products{grid-template-columns:1fr}}

/* -------------------------------------------------------------------------
 * 2026 catalogue redesign — 1400px desktop composition
 * ---------------------------------------------------------------------- */
.deye-pf-page{width:100vw;max-width:none;margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);padding:20px clamp(18px,2.4vw,46px) 68px;box-sizing:border-box;color:#101c33;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif}
.deye-pf-page--shop{padding-top:14px}
.deye-pf-bc--page{margin:0 0 12px;padding:0 2px}
.deye-pf-bc{display:flex;align-items:center;gap:8px}

.deye-pf-catalog-hero{min-height:360px;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(460px,.98fr);align-items:center;position:relative;overflow:hidden;border:1px solid #e3e8ef;border-radius:20px;background:linear-gradient(105deg,#f8fbff 0%,#f8fbff 56%,#eef3f8 56%,#f7f9fc 100%);box-shadow:0 12px 34px rgba(16,28,51,.07)}
.deye-pf-catalog-hero:after{content:"";position:absolute;right:-90px;top:-120px;width:310px;height:310px;border:44px solid rgba(255,106,0,.09);border-radius:50%}
.deye-pf-hero-copy{position:relative;z-index:3;padding:48px 22px 48px 46px}
.deye-pf-eyebrow{display:inline-flex;align-items:center;gap:8px;color:#f05f00;font-size:12px;line-height:1.2;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.deye-pf-eyebrow i{font-size:13px}
.deye-pf-hero-copy h1{max-width:650px;margin:14px 0 12px;color:#101c33;font-size:46px;line-height:1.04;letter-spacing:-.045em;font-weight:800}
.deye-pf-hero-copy>p{max-width:610px;margin:0;color:#5f6f84;font-size:16px;line-height:1.62}
.deye-pf-hero-trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
.deye-pf-hero-trust span{min-height:46px;display:inline-flex;align-items:center;gap:9px;padding:0 14px;border:1px solid #dce4ed;border-radius:10px;background:rgba(255,255,255,.86);color:#3d4b5f;font-size:12px;font-weight:700;box-shadow:0 4px 12px rgba(16,28,51,.035)}
.deye-pf-hero-trust i{color:#1e9b52;font-size:16px}
.deye-pf-hero-products{align-self:stretch;position:relative;z-index:2;min-height:360px}
.deye-pf-hero-products:before{content:"";position:absolute;z-index:2;inset:0 auto 0 0;width:92px;background:linear-gradient(90deg,#f8fbff,rgba(248,251,255,0));pointer-events:none}
.deye-pf-hero-composite{position:absolute!important;inset:0;width:100%!important;height:100%!important;display:block!important;margin:0!important;object-fit:cover!important;object-position:center 59%;filter:none!important}

.deye-pf-category-showcase{padding:34px 0 8px}
.deye-pf-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:16px}
.deye-pf-section-title span{display:block;margin-bottom:3px;color:#ff6a00;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.09em}
.deye-pf-section-title h2{margin:0;color:#101c33;font-size:25px;line-height:1.2;font-weight:800;letter-spacing:-.025em}
.deye-pf-section-title>a{display:inline-flex;align-items:center;gap:8px;color:#4b5d73;text-decoration:none;font-size:13px;font-weight:700}
.deye-pf-section-title>a:hover{color:#ff6a00}
.deye-pf-category-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}
.deye-pf-category-card{min-width:0;min-height:188px;position:relative;display:flex;flex-direction:column;align-items:flex-start;padding:12px 13px 13px;border:1px solid #e2e7ee;border-radius:13px;background:#fff;color:#101c33!important;text-decoration:none!important;overflow:hidden;transition:border-color .18s,box-shadow .18s,transform .18s}
.deye-pf-category-card:hover{border-color:#ffc59d;box-shadow:0 12px 28px rgba(16,28,51,.09);transform:translateY(-2px)}
.deye-pf-category-image{width:100%;height:105px;display:grid;place-items:center;margin-bottom:7px;border-radius:8px;background:#f5f7fa;overflow:hidden}
.deye-pf-category-image img{width:100%!important;height:100%!important;display:block;object-fit:contain;padding:6px;margin:0!important;transition:transform .2s}
.deye-pf-category-card:hover img{transform:scale(1.04)}
.deye-pf-category-card strong{max-width:calc(100% - 22px);font-size:12px;line-height:1.28;font-weight:800}
.deye-pf-category-card small{margin-top:4px;color:#7c899b;font-size:10px}
.deye-pf-category-card>i{position:absolute;right:13px;bottom:16px;color:#ff6a00;font-size:11px}

.deye-pf-products-section{margin-top:24px;padding-top:24px;border-top:1px solid #e7ebf0}
.deye-pf-topbar{min-height:55px;margin-bottom:12px;gap:16px}
.deye-pf-product-heading{display:flex;align-items:baseline;gap:12px}
.deye-pf-product-heading h2{margin:0;color:#101c33;font-size:26px;line-height:1.15;font-weight:800;letter-spacing:-.025em}
.deye-pf-count{color:#748196;font-size:12px;font-weight:700}
.deye-pf-sortwrap label{color:#68778b;font-size:12px;font-weight:600}
.deye-pf-sort{min-width:205px;height:42px;border-color:#dce3eb;border-radius:9px;padding:0 34px 0 12px;font-weight:600}
.deye-pf-active-filters{min-height:0;display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:0 0 12px;padding:0;transition:min-height .15s}
.deye-pf-active-filters:empty{display:none}
.deye-pf-filter-chip{height:31px;display:inline-flex;align-items:center;gap:7px;padding:0 10px;border:1px solid #dce3eb;border-radius:7px;background:#f7f9fb;color:#405168;font-size:11px;font-weight:700;cursor:pointer}
.deye-pf-filter-chip:after{content:"×";color:#8290a2;font-size:15px;line-height:1}
.deye-pf-filter-chip:hover{border-color:#ffb581;color:#e65d00;background:#fff8f3}

.deye-pf-wrap{gap:18px}
.deye-pf-side{flex-basis:260px;width:260px;border-color:#dfe5ec;border-radius:12px;padding:0 16px 16px;top:18px;box-shadow:0 5px 18px rgba(16,28,51,.035)}
.deye-pf-side-head{display:flex;min-height:54px;border-bottom:1px solid #edf0f4;padding:0}
.deye-pf-side-head span{font-size:17px}
.deye-pf-side-head:before{content:"\f1de";margin-right:9px;color:#ff6a00;font-family:"Font Awesome 5 Free";font-size:13px;font-weight:900}
.deye-pf-side-head .deye-pf-close{display:none}
.deye-pf-group{padding:14px 0}
.deye-pf-group h4{margin-bottom:9px;color:#26364c;font-size:11px;letter-spacing:.06em}
.deye-pf-s{height:39px;padding:0 10px;border-radius:7px;font-size:12px}
.deye-pf-check{gap:8px;padding:5px 0;color:#405168;font-size:12px;line-height:1.3}
.deye-pf-check input{flex:0 0 auto;width:15px;height:15px}
.deye-pf-check em{padding:2px 7px;font-size:10px}
.deye-pf-pricebox input{min-width:0;padding:8px 4px;font-size:11px}
.deye-pf-actions{margin-top:14px;flex-direction:column}
.deye-pf-reset{padding:10px;border-color:#ffb27d;color:#e65d00;background:#fff8f3;font-size:12px}

.deye-pf-page .deye-pf-results ul.products{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}
.deye-pf-page .deye-pf-results ul.products li.product{min-width:0;padding-bottom:12px!important;border-color:#e0e6ed;border-radius:11px;box-shadow:none}
.deye-pf-page .deye-pf-results ul.products li.product:hover{border-color:#ffbb8c;box-shadow:0 13px 28px rgba(16,28,51,.1);transform:translateY(-2px)}
.deye-pf-page .deye-pf-results li.product a img{height:184px!important;padding:12px!important;margin:0 0 3px!important;background:#f8fafc!important}
.deye-pf-card-cat{display:block;padding:5px 12px 0;color:#718096;font-size:9px;line-height:1.3;font-weight:800;letter-spacing:.035em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.deye-pf-page .deye-pf-results li.product .woocommerce-loop-product__title{min-height:3.9em;padding:3px 12px 0!important;font-size:13px!important;line-height:1.3;-webkit-line-clamp:3}
.deye-pf-page .deye-pf-results li.product .price{padding:7px 12px 0!important;font-size:17px!important;line-height:1.2}
.deye-pf-page .deye-pf-results .deye-moq{padding:7px 12px 0;font-size:10px}
.deye-pf-page .deye-pf-results .deye-phone-btn{min-height:37px;margin:9px 10px 0;padding:4px 8px;border-radius:8px;gap:7px}
.deye-pf-page .deye-pf-results .deye-phone-btn .ic{width:26px;height:26px;border-radius:7px;font-size:11px}
.deye-pf-page .deye-pf-results .deye-phone-btn .tx{font-size:11px;line-height:1.15}

.deye-pf-consult{min-height:122px;display:grid;grid-template-columns:auto minmax(260px,1fr) auto auto;align-items:center;gap:18px;margin-top:38px;padding:22px 24px;border:1px solid #dae4ef;border-radius:15px;background:linear-gradient(100deg,#eef5fb 0%,#f8fbfe 68%,#fff5ed 100%);overflow:hidden}
.deye-pf-consult-icon{width:62px;height:62px;display:grid;place-items:center;border-radius:14px;background:#fff;color:#ff6a00;font-size:25px;box-shadow:0 8px 20px rgba(16,28,51,.08)}
.deye-pf-consult h2{margin:0 0 5px;color:#101c33;font-size:22px;line-height:1.2;font-weight:800;letter-spacing:-.025em}
.deye-pf-consult p{margin:0;color:#627187;font-size:12px;line-height:1.5}
.deye-pf-consult-phone{display:flex;align-items:center;gap:10px;padding:7px 17px;border-left:1px solid #d8e1eb;color:#101c33!important;text-decoration:none!important}
.deye-pf-consult-phone>i{width:38px;height:38px;display:grid;place-items:center;border:1px solid #d8e1eb;border-radius:50%;background:#fff;color:#294466}
.deye-pf-consult-phone span{display:flex;flex-direction:column}
.deye-pf-consult-phone small{color:#7a8798;font-size:9px}
.deye-pf-consult-phone strong{font-size:14px;white-space:nowrap}
.deye-pf-consult-cta{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 18px;border-radius:8px;background:#ff6a00;color:#fff!important;text-decoration:none!important;font-size:12px;font-weight:800;white-space:nowrap;box-shadow:0 8px 18px rgba(255,106,0,.2)}
.deye-pf-consult-cta:hover{background:#e85d04}

@media(max-width:1180px){
	.deye-pf-catalog-hero{grid-template-columns:minmax(0,1fr) 440px}
	.deye-pf-hero-copy h1{font-size:40px}
	.deye-pf-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
	.deye-pf-page .deye-pf-results ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
	.deye-pf-consult{grid-template-columns:auto minmax(220px,1fr) auto}.deye-pf-consult-cta{grid-column:3}.deye-pf-consult-phone{grid-column:3;grid-row:1}
}
@media(min-width:1600px){
	.deye-pf-page .deye-pf-results ul.products{grid-template-columns:repeat(5,minmax(0,1fr))}
	.deye-pf-side{flex-basis:280px;width:280px}
}
@media(min-width:901px){
	.deye-pf-side-head span{font-size:19px}
	.deye-pf-group h4{font-size:12.5px;letter-spacing:.055em}
	.deye-pf-s{height:43px;padding:0 12px;font-size:14px}
	.deye-pf-check{gap:9px;padding:6px 0;font-size:13.5px;line-height:1.4}
	.deye-pf-check input{width:16px;height:16px}
	.deye-pf-check em{padding:2px 8px;font-size:11px}
	.deye-pf-pricebox input{font-size:12.5px}
}
@media(max-width:900px){
	.deye-pf-page{padding-right:16px;padding-left:16px}
	.deye-pf-catalog-hero{grid-template-columns:minmax(0,1fr) 340px;min-height:320px}
	.deye-pf-hero-copy{padding:34px 14px 34px 30px}.deye-pf-hero-copy h1{font-size:34px}.deye-pf-hero-copy>p{font-size:14px}
	.deye-pf-hero-products{min-height:320px}
	.deye-pf-side-head .deye-pf-close{display:grid}
	.deye-pf-side-head:before{display:none}
	.deye-pf-actions{flex-direction:row}
	.deye-pf-page .deye-pf-results ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:767px){
	.deye-pf-page,.deye-pf-page--shop{width:100%;max-width:100vw;margin-right:0;margin-left:0;box-sizing:border-box;overflow:hidden;padding:10px 8px 28px}
	.deye-pf-page .deye-pf,.deye-pf-page .deye-pf-wrap,.deye-pf-page .deye-pf-results{width:100%;max-width:100%;min-width:0}
	.deye-pf-bc--page{display:none}
	.deye-pf-catalog-hero{display:block;min-height:0;border:0;border-radius:12px;background:#fff;box-shadow:none}
	.deye-pf-catalog-hero:after,.deye-pf-hero-products{display:none}
	.deye-pf-hero-copy{padding:14px}
	.deye-pf-eyebrow{font-size:9px}.deye-pf-hero-copy h1{margin:7px 0 4px;font-size:20px;line-height:1.18}.deye-pf-hero-copy>p{display:none}
	.deye-pf-hero-trust{display:none}
	.deye-pf-category-showcase{padding:10px 0 2px}
	.deye-pf-section-title{margin:0 4px 9px}.deye-pf-section-title span,.deye-pf-section-title>a{display:none}.deye-pf-section-title h2{font-size:17px}
	.deye-pf-category-grid{display:grid;grid-auto-flow:column;grid-auto-columns:118px;grid-template-columns:none;gap:7px;overflow-x:auto;padding:0 3px 7px;scroll-snap-type:x proximity;scrollbar-width:none}
	.deye-pf-category-grid::-webkit-scrollbar{display:none}.deye-pf-category-card{min-height:130px;padding:7px;border-radius:10px;scroll-snap-align:start}.deye-pf-category-image{height:73px;margin-bottom:5px}.deye-pf-category-card strong{font-size:10px}.deye-pf-category-card small{font-size:8px}.deye-pf-category-card>i{display:none}
	.deye-pf-products-section{margin-top:8px;padding-top:0;border-top:0}
	.deye-pf-product-heading{display:block;align-self:center}.deye-pf-product-heading h2{display:none}.deye-pf-product-heading .deye-pf-count{display:block}
	.deye-pf-sort{min-width:0}
	.deye-pf-active-filters{padding:0 2px;margin-bottom:6px;overflow-x:auto;flex-wrap:nowrap}.deye-pf-filter-chip{flex:0 0 auto;height:27px;font-size:9px}
	.deye-pf-card-cat{display:none}
	.deye-pf-consult{display:flex;align-items:flex-start;flex-wrap:wrap;gap:10px;margin-top:18px;padding:15px;border-radius:12px}.deye-pf-consult-icon{width:42px;height:42px;border-radius:10px;font-size:18px}.deye-pf-consult-copy{flex:1;min-width:210px}.deye-pf-consult h2{font-size:17px}.deye-pf-consult p{font-size:10px}.deye-pf-consult-phone{display:none}.deye-pf-consult-cta{width:100%;min-height:40px}
}
@media(max-width:680px){.deye-pf-page .deye-pf-results ul.products{width:100%!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.deye-pf-page .deye-pf-results ul.products li.product{width:100%!important;min-width:0!important}}
