.pix-filters { position: relative; display: grid; grid-template-columns: minmax(230px, 310px) minmax(0, 1fr); gap: 2.5rem; align-items: start; }
.pix-filters__toggle, .pix-filters__drawer-header, .pix-filters__backdrop { display: none; }
.pix-filters__form { display: grid; gap: .65rem; align-items: start; padding: .35rem; color: #30384b; }
.pix-filters__title { margin: 0 0 .4rem; font-size: 1rem; font-weight: 700; line-height: 1.25; }
.pix-filters .pix-filters__version { display: inline-block; color: #8b95a7; font-size: .6rem !important; font-weight: 500; text-transform: lowercase !important; vertical-align: middle; white-space: nowrap; }
.pix-filters__group { display: grid; gap: .65rem; padding: .8rem; border: 1px solid #edf0f5; border-radius: 2px; background: #fff; box-shadow: 0 3px 10px rgb(28 39 60 / 6%); }
.pix-filters__group h3 { margin: 0; font-size: 1rem; }
.pix-filters__group summary { display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: .82rem; font-weight: 700; line-height: 1.2; list-style: none; }
.pix-filters__group summary::-webkit-details-marker { display: none; }
.pix-filters__group summary::after { content: '+'; color: #576279; font-size: 1.25rem; font-weight: 400; line-height: 1; }
.pix-filters__group[open] summary::after { content: '−'; }
.pix-filters__group label { display: block; color: #526078; font-size: .8rem; line-height: 1.35; }
.pix-filters__group input[type="checkbox"] { width: .9rem; height: .9rem; margin: 0 .35rem 0 0; accent-color: #5d7bff; vertical-align: -.12rem; }
.pix-filters__search { gap: .4rem; font-size: .82rem; font-weight: 700; }
.pix-filters__search input { box-sizing: border-box; width: 100%; min-height: 2.35rem; padding: .55rem .7rem; border: 1px solid #edf0f5; border-radius: 2px; background: #fafbfc; color: #30384b; font-size: .78rem; }
.pix-filters__search input:focus { outline: 2px solid #8fa7ff; outline-offset: 1px; }
.pix-filters__category-list,
.pix-filters__category-list ul { margin: 0; padding-left: 0; list-style: none; }
.pix-filters__category-list ul { margin-top: .25rem; padding-left: 1.25rem; }
.pix-filters__category-list > li { margin: .4rem 0; }
.pix-filters__category-list li::marker { content: ''; }
.pix-filters__category-list small { color: #8b95a7; }
.pix-filters__price { display: block; }
.pix-filters__price-values { display: flex; justify-content: space-between; margin-bottom: .25rem; color: #59657a; font-size: .76rem; }
.pix-filters__range { position: relative; height: 1.5rem; }
.pix-filters__range input { position: absolute; top: 0; left: 0; width: 100%; height: 1.5rem; margin: 0; appearance: none; -webkit-appearance: none; background: transparent; pointer-events: none; }
.pix-filters__range input::-webkit-slider-runnable-track { height: .3rem; border-radius: 999px; background: linear-gradient(90deg, #f68a5c 0%, #f68a5c 100%); }
.pix-filters__range input::-moz-range-track { height: .3rem; border: 0; border-radius: 999px; background: #e7ecf3; }
.pix-filters__range input::-moz-range-progress { height: .3rem; border-radius: 999px; background: #f68a5c; }
.pix-filters__range input::-webkit-slider-thumb { width: .95rem; height: .95rem; margin-top: -.325rem; border: 2px solid #fff; border-radius: 50%; background: #f68a5c; box-shadow: 0 2px 8px rgb(246 138 92 / 35%); appearance: none; -webkit-appearance: none; pointer-events: auto; cursor: pointer; }
.pix-filters__range input::-moz-range-thumb { width: .95rem; height: .95rem; border: 2px solid #fff; border-radius: 50%; background: #f68a5c; box-shadow: 0 2px 8px rgb(246 138 92 / 35%); pointer-events: auto; cursor: pointer; }
.pix-filters__range input:focus { outline: none; }
.pix-filters__actions { display: flex; gap: .6rem; align-items: end; padding-top: .4rem; }
.pix-filters__actions button { min-height: 2.2rem; padding: .5rem .8rem; border: 0; border-radius: 2px; background: #30384b; color: #fff; font-size: .76rem; font-weight: 700; }
.pix-filters__actions .pix-filters__reset { background: #edf0f5; color: #526078; }
.pix-filters__reset { align-self: end; width: max-content; }
.pix-filters__results { position: relative; transition: opacity .15s ease; }
.pix-filters.is-loading .pix-filters__results { opacity: .45; pointer-events: none; }
.pix-filters.is-loading .pix-filters__results::after { content: ''; position: absolute; top: 1rem; right: 1rem; width: 1.4rem; height: 1.4rem; border: 3px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: pix-filters-spin .65s linear infinite; }
.pix-filters__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 1.25rem; }
.pix-filters__product { overflow: hidden; background: #f5f5f5; transition: transform .2s ease, box-shadow .2s ease; }
.pix-filters__product:hover, .pix-filters__product:focus-within { transform: translateY(-3px); box-shadow: 0 10px 24px rgb(0 0 0 / 12%); }
.pix-filters__product-media { position: relative; overflow: hidden; background: #fff; }
.pix-filters__gallery { position: relative; overflow: hidden; }
.pix-filters__gallery-track { display: flex; transition: transform .25s ease; }
.pix-filters__image { display: block; flex: 0 0 100%; aspect-ratio: 1 / 1; }
.pix-filters__image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.pix-filters__gallery-control { position: absolute; top: 50%; z-index: 2; display: none; width: 2rem; height: 2rem; padding: 0; border: 0; border-radius: 50%; background: rgb(255 255 255 / 82%); color: #30384b; font-family: Arial, Helvetica, sans-serif !important; font-size: 1.7rem; font-style: normal !important; font-weight: 400 !important; line-height: 1; text-indent: 0 !important; transform: translateY(-50%); }
.pix-filters__gallery-control::after { display: none !important; content: none !important; }
.pix-filters__gallery-control--previous { left: .45rem; }
.pix-filters__gallery-control--next { right: .45rem; }
.pix-filters__sale-badge { position: absolute; top: .8rem; left: .8rem; padding: .55rem .8rem; background: #f68a5c; color: #fff; font-weight: 700; font-size: .9rem; }
.pix-filters__sale-badge--sold-out { background: #000; color: #fff; }
.pix-filters__add-to-cart { position: absolute; right: 0; bottom: 0; left: 0; display: grid; min-height: 3.35rem; place-items: center; padding: .5rem; background: rgb(30 30 30 / 74%); opacity: 0; transform: translateY(100%); transition: opacity .2s ease, transform .2s ease; }
.pix-filters__product:hover .pix-filters__add-to-cart, .pix-filters__product:focus-within .pix-filters__add-to-cart { opacity: 1; transform: translateY(0); }
.pix-filters__add-to-cart .button { margin: 0; padding: 0; border: 0; background: transparent; color: #fff; font-weight: 600; text-align: center; }
.pix-filters__add-to-cart .button:hover { background: transparent; color: #fff; }
.pix-filters__add-to-cart .added_to_cart { display: none; }
.pix-filters__product-content { display: grid; gap: .45rem; padding: 1rem; }
.pix-filters__product h3 { margin: 0; font-size: 1.15rem; line-height: 1.15; }
.pix-filters__product h3 a { color: inherit; text-decoration: none; }
.pix-filters__product-price { font-weight: 600; }
.pix-filters__product-price del { margin-right: .25rem; color: #777; font-weight: 400; }
@media (hover: none) { .pix-filters__add-to-cart { position: static; opacity: 1; transform: none; } }
.pix-filters__pagination ul { display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; margin: 2rem 0 0; list-style: none; }
@media (max-width: 980px) {
  body.pix-filters-drawer-open { overflow: hidden; }
  .pix-filters { display: block; }
  .pix-filters__toggle { display: flex; align-items: center; justify-content: center; min-height: 2.9rem; width: max-content; margin: 0 0 1rem auto; padding: .75rem 1.15rem; border: 0; border-radius: 2px; background: #30384b; color: #fff; font-size: .82rem; font-weight: 700; }
  .pix-filters__backdrop { position: fixed; z-index: 2147483646; inset: 0; background: rgb(0 0 0 / 48%); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
  .pix-filters__form { position: fixed !important; z-index: 2147483647; top: 0; right: 0; bottom: 0; left: auto; display: flex !important; flex-direction: column; width: min(100vw, 28rem); max-width: 100%; height: 100dvh; max-height: 100vh; padding: 0; overflow: hidden !important; overscroll-behavior: contain; background: #fff; box-shadow: -12px 0 32px rgb(0 0 0 / 18%); transform: translateX(105%) !important; transition: transform .25s ease; visibility: hidden; }
  .pix-filters.is-drawer-open .pix-filters__form, .pix-filters__form.is-drawer-open { transform: translateX(0) !important; visibility: visible; }
  .pix-filters.is-drawer-open .pix-filters__backdrop, .pix-filters__backdrop.is-drawer-open { opacity: 1; pointer-events: auto; }
  .pix-filters__drawer-header { flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 4rem; padding: 0 1.25rem; border-bottom: 1px solid #e4e7ec; background: #fff; box-sizing: border-box; }
  .pix-filters__title { margin: 0; color: #30384b; font-size: 1rem; font-weight: 700; line-height: 1; text-transform: uppercase; }
  .pix-filters__close { display: inline-flex; align-items: center; justify-content: center; width: 2.75rem; height: 2.75rem; margin-right: -.55rem; padding: 0; border: 0; background: transparent; color: #30384b; font-size: 2rem; font-weight: 300; line-height: 1; }
  .pix-filters__drawer-content { flex: 1 1 auto; display: grid; min-height: 0; align-content: start; gap: .75rem; padding: 1rem; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; touch-action: pan-y; }
  .pix-filters__drawer-content .pix-filters__group[open] { max-height: none; overflow: visible; }
  .pix-filters__actions { flex: 0 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(6.75rem, .55fr); gap: .65rem; margin: 0 !important; padding: .85rem 1rem calc(.85rem + env(safe-area-inset-bottom)); border-top: 1px solid #e4e7ec; background: #fff; box-shadow: 0 -5px 16px rgb(28 39 60 / 6%); box-sizing: border-box; }
  .pix-filters__actions button { min-width: 0; min-height: 3rem; padding: .75rem .85rem; font-size: .82rem; }
  .pix-filters__actions .pix-filters__reset { width: auto !important; padding: .75rem .85rem; font-size: .78rem; }
  .pix-filters__actions .pix-filters__reset::after { content: none; }
  .pix-filters__results { clear: both; }
  .pix-filters__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .2rem; }
  .pix-filters__product { min-width: 0; }
  .pix-filters__product:hover, .pix-filters__product:focus-within { transform: none; box-shadow: none; }
  .pix-filters__gallery-control { display: block; }
  .pix-filters__add-to-cart { display: none; }
  .pix-filters__product-content { gap: .28rem; padding: .65rem; }
  .pix-filters__product h3 { font-size: .82rem; line-height: 1.18; }
  .pix-filters__product-price { font-size: .78rem; }
  .pix-filters__sale-badge { top: .45rem; left: .45rem; padding: .35rem .45rem; font-size: .7rem; }
}
@media (max-width: 480px) {
  .pix-filters__form { width: 100vw; }
}
@keyframes pix-filters-spin { to { transform: rotate(360deg); } }
