.lpc-collection-toolbar{--lpc-toolbar-bg:#fff;--lpc-toolbar-text:#111;--lpc-toolbar-border:#e8e2da;--lpc-sticky-offset:120px;--lpc-sticky-z-index:80;position:relative;background:var(--lpc-toolbar-bg);color:var(--lpc-toolbar-text);border-top:1px solid var(--lpc-toolbar-border);border-bottom:0;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.lpc-collection-toolbar.is-sticky{position:sticky;top:var(--lpc-sticky-offset);z-index:var(--lpc-sticky-z-index)}.admin-bar .lpc-collection-toolbar.is-sticky{top:calc(var(--lpc-sticky-offset) + 32px)}.lpc-collection-toolbar.is-not-sticky{position:relative;top:auto;z-index:auto}.lpc-collection-toolbar *{box-sizing:border-box}.lpc-search-filters-container,.lpc-filters-container{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:46px;padding:0 clamp(14px,3vw,38px)}.lpc-toolbar-layout-center .lpc-filters-container{justify-content:center}.lpc-toolbar-layout-stacked .lpc-filters-container{flex-direction:column;align-items:stretch;padding-top:12px;padding-bottom:12px}.lpc-search-filters-container{display:none}.lpc-search-toggle,.lpc-open-filter-panel,.lpc-view-buttons button{appearance:none;background:transparent;border:0;border-radius:0;color:inherit;cursor:pointer;font:inherit;padding:0}.lpc-indexable-link{appearance:none;background:transparent;border:0;border-radius:0;color:inherit;cursor:pointer;padding:0}.lpc-search-toggle,.lpc-open-filter-panel{display:inline-flex;align-items:center;gap:8px;min-height:38px}.lpc-search-toggle svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-miterlimit:10}.lpc-open-filter-panel span{border-bottom:1px solid currentColor;padding-bottom:2px}.lpc-collection-indexable{min-width:0;flex:1}.lpc-indexable-filters{position:relative;display:flex;align-items:center}.lpc-indexable-filters ul{display:flex;align-items:center;gap:24px;list-style:none;margin:0;padding:0;overflow:auto;scrollbar-width:none;white-space:nowrap}.lpc-indexable-filters ul::-webkit-scrollbar{display:none}.lpc-indexable-link{opacity:.55;transition:opacity .22s ease}.lpc-indexable-link:hover,.lpc-indexable-link.active{opacity:1}.lpc-indexable-link.active{}.lpc-toolbar-actions,.lpc-open-filters-container{display:flex;align-items:center;gap:18px;flex-shrink:0}.lpc-orderby{display:inline-flex;align-items:center;gap:8px}.lpc-orderby span{opacity:.55}.lpc-orderby select{appearance:none;border:0;border-bottom:1px solid currentColor;border-radius:0;background:transparent;color:inherit;font:inherit;text-transform:uppercase;padding:6px 18px 6px 0}.lpc-view-buttons{display:flex;align-items:center;gap:6px}.lpc-view-buttons button{min-width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;opacity:.42;transition:opacity .2s ease,border-color .2s ease}.lpc-view-buttons button.is-active{opacity:1;border-color:currentColor}.lpc-view-buttons button span{font-size:11px;line-height:1}.lpc-toolbar-search{display:none;border-top:1px solid var(--lpc-toolbar-border);padding:10px clamp(14px,3vw,38px);gap:8px}.lpc-toolbar-search.is-open{display:flex}.lpc-toolbar-search input[type="search"]{flex:1;border:0;border-bottom:1px solid currentColor;border-radius:0;padding:10px 0;background:transparent;color:inherit;text-transform:none;letter-spacing:0;font-size:14px}.lpc-toolbar-search button{border:1px solid currentColor;background:var(--lpc-toolbar-text);color:var(--lpc-toolbar-bg);padding:10px 18px;text-transform:uppercase;letter-spacing:.08em;font-size:11px}.lpc-collection-overlay{position:fixed;inset:0;background:rgba(0,0,0,.25);z-index:998;opacity:0;pointer-events:none;transition:opacity .24s ease}.lpc-collection-toolbar.is-filter-open .lpc-collection-overlay{opacity:1;pointer-events:auto}.lpc-filter-panel{--lpc-filter-bg:#fff;--lpc-filter-accent:#111;background:var(--lpc-filter-bg);color:var(--lpc-toolbar-text);letter-spacing:0;text-transform:none;font-size:14px}.lpc-filter-panel__head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.lpc-filter-close{appearance:none;border:0;background:transparent;color:inherit;font-size:24px;line-height:1;cursor:pointer}.lpc-filter-panel--horizontal{display:grid;grid-template-rows:0fr;border-top:1px solid transparent;padding:0 clamp(14px,3vw,38px);overflow:hidden;transition:grid-template-rows .28s ease,padding .28s ease,border-color .28s ease}.lpc-filter-panel--horizontal>.lpc-filter-panel__inner{min-height:0}.lpc-filter-panel--horizontal.is-open{grid-template-rows:1fr;border-top-color:var(--lpc-toolbar-border);padding-top:22px;padding-bottom:22px}.lpc-filter-panel--sidebar,.lpc-filter-panel--popup{position:fixed;z-index:999;opacity:0;pointer-events:none;transition:opacity .24s ease,transform .24s ease}.lpc-filter-panel--sidebar{top:0;right:0;bottom:0;width:min(420px,92vw);transform:translateX(104%);box-shadow:-12px 0 40px rgba(0,0,0,.12)}.lpc-filter-panel--sidebar .lpc-filter-panel__inner{height:100%;overflow:auto;padding:28px}.lpc-filter-panel--popup{left:50%;top:50%;width:min(760px,92vw);max-height:86vh;transform:translate(-50%,-46%);box-shadow:0 20px 70px rgba(0,0,0,.18)}.lpc-filter-panel--popup .lpc-filter-panel__inner{max-height:86vh;overflow:auto;padding:28px}.lpc-filter-panel--sidebar.is-open{opacity:1;pointer-events:auto;transform:translateX(0)}.lpc-filter-panel--popup.is-open{opacity:1;pointer-events:auto;transform:translate(-50%,-50%)}.lpc-filter-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:18px}.lpc-filter-field label{display:block;margin-bottom:8px;text-transform:uppercase;letter-spacing:.08em;font-size:11px}.lpc-filter-field select,.lpc-filter-field input[type="number"]{width:100%;border:1px solid var(--lpc-toolbar-border);border-radius:0;background:#fff;color:#111;padding:11px 10px;font-size:13px}.lpc-filter-price>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.lpc-filter-chips{display:flex;flex-wrap:wrap;gap:8px}.lpc-filter-chips label{margin:0}.lpc-filter-chips input{position:absolute;opacity:0}.lpc-filter-chips span{display:inline-flex;border:1px solid var(--lpc-toolbar-border);padding:8px 10px;font-size:12px;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.lpc-filter-chips input:checked+span{background:var(--lpc-filter-accent);border-color:var(--lpc-filter-accent);color:#fff}.lpc-filter-actions{display:flex;align-items:center;gap:14px;margin-top:22px}.lpc-filter-actions button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;text-transform:uppercase;letter-spacing:.08em;font-size:11px;cursor:pointer}.lpc-filter-actions button[type="submit"]{border:1px solid var(--lpc-filter-accent);background:var(--lpc-filter-accent);color:#fff}.lpc-filter-clear{border:1px solid var(--lpc-toolbar-border);color:inherit;background:transparent}.lpc-ajax-status{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.woocommerce ul.products,.elementor-widget-wc-archive-products ul.products{transition:opacity .24s ease,filter .24s ease}.woocommerce ul.products.lpc-products-loading,.elementor-widget-wc-archive-products ul.products.lpc-products-loading{opacity:.38;filter:blur(2px);pointer-events:none}.woocommerce ul.products.lpc-grid-4,.elementor-widget-wc-archive-products ul.products.lpc-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.woocommerce ul.products.lpc-grid-3,.elementor-widget-wc-archive-products ul.products.lpc-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.woocommerce ul.products.lpc-grid-2,.elementor-widget-wc-archive-products ul.products.lpc-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.woocommerce ul.products.lpc-grid-1,.elementor-widget-wc-archive-products ul.products.lpc-grid-1{grid-template-columns:1fr!important}@media (max-width:782px){.admin-bar .lpc-collection-toolbar.is-sticky{top:calc(var(--lpc-sticky-offset) + 46px)}}@media (max-width:767px){.lpc-collection-toolbar{font-size:11px}.lpc-search-filters-container{display:flex;border-bottom:1px solid var(--lpc-toolbar-border)}.lpc-filters-container{min-height:44px;padding:0 0 0 14px}.lpc-toolbar-actions{display:none}.lpc-collection-indexable{width:100%}.lpc-indexable-filters ul{gap:18px;padding-right:14px}.lpc-open-filters-container__mobile{gap:12px}.woocommerce ul.products.lpc-grid-4,.elementor-widget-wc-archive-products ul.products.lpc-grid-4,.woocommerce ul.products.lpc-grid-3,.elementor-widget-wc-archive-products ul.products.lpc-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))!important}.woocommerce ul.products.lpc-grid-2,.elementor-widget-wc-archive-products ul.products.lpc-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.woocommerce ul.products.lpc-grid-1,.elementor-widget-wc-archive-products ul.products.lpc-grid-1{grid-template-columns:1fr!important}.lpc-filter-panel--horizontal{padding-left:14px;padding-right:14px}.lpc-filter-fields{grid-template-columns:1fr}}@media (min-width:768px){.lpc-open-filters-container__mobile{display:none}}

/* Fix La Polaca: el overlay no debe tapar los filtros ni bloquear clics */
.lpc-collection-toolbar.lpc-filters-mode-horizontal .lpc-collection-overlay{
  display:none!important;
  opacity:0!important;
  pointer-events:none!important;
  background:transparent!important;
}
.lpc-collection-toolbar.lpc-filters-mode-horizontal.is-filter-open .lpc-collection-overlay{
  display:none!important;
  pointer-events:none!important;
}
.lpc-filter-panel--horizontal{
  position:relative;
  z-index:2;
}
.lpc-collection-toolbar.lpc-filters-mode-sidebar .lpc-collection-overlay,
.lpc-collection-toolbar.lpc-filters-mode-popup .lpc-collection-overlay{
  z-index:9998;
  background:rgba(0,0,0,.28);
}
.lpc-filter-panel--sidebar,
.lpc-filter-panel--popup{
  z-index:9999;
}
.lpc-filter-panel--sidebar.is-open,
.lpc-filter-panel--popup.is-open{
  pointer-events:auto;
}
.lpc-filter-panel select,
.lpc-filter-panel input,
.lpc-filter-panel button,
.lpc-filter-panel label,
.lpc-filter-panel a{
  pointer-events:auto;
}

/* La Polaca: filtros AJAX más clicables y suaves */
.lpc-filter-chips label span{transition:background .18s ease,color .18s ease,border-color .18s ease;}
.lpc-filter-chips input:checked + span{background:var(--lpc-filter-accent,#111);color:#fff;border-color:var(--lpc-filter-accent,#111);}
.lpc-products-loading{opacity:.38;pointer-events:none;transition:opacity .22s ease;}
.lpc-ajax-status{transition:opacity .22s ease;}

/* Keep AJAX transitions fluid without repaint-heavy blur. */
.woocommerce ul.products.lpc-products-loading,
.elementor-widget-wc-archive-products ul.products.lpc-products-loading{
  opacity:.58;
  filter:none;
  cursor:progress;
  transition:opacity .32s cubic-bezier(.16,1,.3,1);
}

/* La Polaca: variables editables desde Elementor */
.lpc-collection-toolbar{
  --lpc-toolbar-text-transform: uppercase;
  --lpc-toolbar-gap: 18px;
  --lpc-toolbar-height: 46px;
  --lpc-category-gap: 24px;
  --lpc-category-color: var(--lpc-toolbar-text,#111);
  --lpc-category-active-color: var(--lpc-toolbar-text,#111);
  --lpc-search-button-bg: var(--lpc-toolbar-text,#111);
  --lpc-search-button-text: var(--lpc-toolbar-bg,#fff);
  font-family:var(--lpc-font-text,var(--e-global-typography-text-font-family,Helvetica,Arial,sans-serif));
  font-size:var(--lpc-type-base,var(--e-global-typography-text-font-size,12px));
  font-weight:var(--lpc-weight-regular,var(--e-global-typography-text-font-weight,400));
  text-transform:var(--lpc-toolbar-text-transform);
}
.lpc-collection-toolbar button,
.lpc-collection-toolbar input,
.lpc-collection-toolbar select,
.lpc-collection-toolbar .lpc-filter-panel{
  font-family:inherit;
}
.lpc-search-filters-container,
.lpc-filters-container{
  gap:var(--lpc-toolbar-gap);
  min-height:var(--lpc-toolbar-height);
}
.lpc-toolbar-actions,
.lpc-open-filters-container{
  gap:var(--lpc-toolbar-gap);
}
.lpc-collection-toolbar .lpc-search-toggle,
.lpc-collection-toolbar .lpc-open-filter-panel,
.lpc-collection-toolbar .lpc-orderby,
.lpc-collection-toolbar .lpc-orderby select,
.lpc-collection-toolbar .lpc-view-buttons button,
.lpc-collection-toolbar .lpc-view-buttons button span,
.lpc-collection-toolbar .lpc-toolbar-search button{
  font-family:var(--lpc-actions-font-family, inherit) !important;
  font-size:var(--lpc-actions-font-size, 10px) !important;
  font-weight:var(--lpc-actions-font-weight, 600) !important;
  letter-spacing:var(--lpc-actions-letter-spacing, inherit) !important;
  text-transform:var(--lpc-actions-text-transform, inherit) !important;
}
.lpc-indexable-filters ul{
  gap:var(--lpc-category-gap);
}
.lpc-indexable-link{
  color:var(--lpc-category-color);
}
.lpc-collection-toolbar .lpc-indexable-filters button.lpc-indexable-link{
  font-family:var(--lpc-category-font-family, inherit) !important;
  font-size:var(--lpc-category-font-size, 10px) !important;
  font-weight:var(--lpc-category-font-weight, 300) !important;
  line-height:var(--lpc-category-line-height, inherit) !important;
  letter-spacing:var(--lpc-category-letter-spacing, inherit) !important;
  text-transform:var(--lpc-category-text-transform, inherit) !important;
}
.lpc-indexable-link.active{
  color:var(--lpc-category-active-color);
  font-weight:inherit;
}
.lpc-toolbar-search button{
  background:var(--lpc-search-button-bg);
  color:var(--lpc-search-button-text);
}
.lpc-filter-panel{
  --lpc-field-bg:#fff;
  --lpc-field-text:#111;
  --lpc-filter-chip-bg:transparent;
  --lpc-filter-chip-text:var(--lpc-toolbar-text,#111);
  --lpc-filter-chip-active-text:#fff;
}
.lpc-collection-toolbar .lpc-filter-field > label,
.lpc-collection-toolbar .lpc-filter-panel__head{
  font-family:var(--lpc-filter-label-font-family, inherit) !important;
  font-size:var(--lpc-filter-label-font-size, inherit) !important;
  font-weight:var(--lpc-filter-label-font-weight, inherit) !important;
  letter-spacing:var(--lpc-filter-label-letter-spacing, inherit) !important;
  text-transform:var(--lpc-filter-label-text-transform, inherit) !important;
}
.lpc-collection-toolbar .lpc-filter-field select,
.lpc-collection-toolbar .lpc-filter-field input,
.lpc-collection-toolbar .lpc-filter-chips span,
.lpc-collection-toolbar .lpc-filter-actions button{
  font-family:var(--lpc-filter-control-font-family, inherit) !important;
  font-size:var(--lpc-filter-control-font-size, inherit) !important;
  font-weight:var(--lpc-filter-control-font-weight, inherit) !important;
}
.lpc-filter-field select,
.lpc-filter-field input[type="number"]{
  background:var(--lpc-field-bg);
  color:var(--lpc-field-text);
}
.lpc-filter-chips span{
  background:var(--lpc-filter-chip-bg);
  color:var(--lpc-filter-chip-text);
}
.lpc-filter-chips input:checked + span{
  color:var(--lpc-filter-chip-active-text);
}

/* Panel de filtros editorial, inspirado en PDPAOLA */
.lpc-filter-panel{
  background:var(--lpc-filter-bg,#fff);
  color:var(--lpc-toolbar-text,#111);
}
.lpc-filter-panel__head{
  min-height:48px;
  margin:0;
  padding:0 0 22px;
  border-bottom:1px solid rgba(17,17,17,.14);
}
.lpc-filter-panel__head strong{
  font-size:11px;
  font-weight:500;
  letter-spacing:0;
  text-transform:uppercase;
}
.lpc-filter-close{
  position:relative;
  width:18px;
  height:18px;
  padding:0;
  border:0;
  background:transparent;
}
.lpc-filter-close span{
  position:absolute;
  left:1px;
  top:8px;
  width:16px;
  height:1px;
  background:currentColor;
}
.lpc-filter-close span:first-child{transform:rotate(45deg);}
.lpc-filter-close span:last-child{transform:rotate(-45deg);}
.lpc-filter-sort{
  padding:24px 0 26px;
  border-bottom:1px solid rgba(17,17,17,.14);
}
.lpc-filter-sort__title{
  display:block;
  margin-bottom:16px;
  font-size:11px;
  font-weight:500;
  text-transform:uppercase;
}
.lpc-filter-sort__list{
  display:grid;
  gap:10px;
  list-style:none;
  margin:0;
  padding:0;
}
.lpc-filter-sort__list label,
.lpc-filter-chips label{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0;
  cursor:pointer;
}
.lpc-filter-sort__list input,
.lpc-filter-chips input{
  position:absolute;
  opacity:0;
}
.lpc-filter-sort__list span,
.lpc-filter-chips span{
  position:relative;
  display:inline-flex;
  align-items:center;
  min-height:18px;
  padding:0 0 0 22px;
  border:0;
  background:transparent;
  color:inherit;
  font-size:12px;
  line-height:1.3;
}
.lpc-filter-sort__list span::before,
.lpc-filter-chips span::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:12px;
  height:12px;
  border:1px solid currentColor;
  transform:translateY(-50%);
}
.lpc-filter-sort__list input:checked + span::after,
.lpc-filter-chips input:checked + span::after{
  content:"";
  position:absolute;
  left:3px;
  top:50%;
  width:6px;
  height:6px;
  background:currentColor;
  transform:translateY(-50%);
}
.lpc-filter-fields{
  display:block;
}
.lpc-filter-accordion{
  border-bottom:1px solid rgba(17,17,17,.14);
}
.lpc-filter-accordion__summary{
  width:100%;
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:0;
  border:0;
  background:transparent;
  color:inherit;
  cursor:pointer;
  font:inherit;
  text-transform:uppercase;
}
.lpc-filter-accordion__summary span{
  font-size:11px;
  font-weight:500;
}
.lpc-filter-accordion__summary i{
  position:relative;
  width:16px;
  height:16px;
  flex:0 0 16px;
}
.lpc-filter-accordion__summary i::before,
.lpc-filter-accordion__summary i::after{
  content:"";
  position:absolute;
  left:0;
  top:7px;
  width:16px;
  height:1px;
  background:currentColor;
}
.lpc-filter-accordion__summary i::after{
  transform:rotate(90deg);
  transition:transform .18s ease,opacity .18s ease;
}
.lpc-filter-accordion.is-open .lpc-filter-accordion__summary i::after{
  transform:rotate(0deg);
  opacity:0;
}
.lpc-filter-accordion__body{
  display:none;
  padding:0 0 22px;
}
.lpc-filter-accordion.is-open .lpc-filter-accordion__body{
  display:block;
}
.lpc-filter-panel select,
.lpc-filter-panel input[type="number"]{
  width:100%;
  min-height:38px;
  border:0;
  border-bottom:1px solid rgba(17,17,17,.35);
  border-radius:0;
  background:transparent;
  color:inherit;
  padding:8px 0;
}
.lpc-filter-price>div{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.lpc-filter-chips{
  display:grid;
  gap:10px;
}
.lpc-filter-actions{
  position:sticky;
  bottom:0;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:18px;
  margin:0;
  padding:22px 0 0;
  background:var(--lpc-filter-bg,#fff);
}
.lpc-filter-actions button{
  min-height:46px;
  border-radius:0;
  cursor:pointer;
  text-transform:uppercase;
  font-size:11px;
  letter-spacing:0;
}
.lpc-filter-actions button[type="submit"]{
  border:1px solid var(--lpc-filter-accent,#111);
  background:var(--lpc-filter-accent,#111);
  color:#fff;
}
.lpc-filter-clear{
  min-height:auto;
  border:0;
  background:transparent;
  color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;
}
.lpc-filter-panel--horizontal{
  padding-left:clamp(20px,3vw,38px);
  padding-right:clamp(20px,3vw,38px);
}
.lpc-filter-panel--horizontal.is-open{
  padding-top:22px;
  padding-bottom:26px;
}
.lpc-filter-panel--horizontal .lpc-filter-panel__inner{
  display:grid;
  grid-template-columns:minmax(180px,280px) minmax(0,1fr);
  gap:42px;
}
.lpc-filter-panel--horizontal .lpc-filter-panel__head{
  grid-column:1 / -1;
}
.lpc-filter-panel--horizontal .lpc-filter-form{
  display:grid;
  grid-column:1 / -1;
  grid-template-columns:minmax(180px,280px) minmax(0,1fr);
  gap:42px;
}
.lpc-filter-panel--horizontal .lpc-filter-fields{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
  gap:0 34px;
}
.lpc-filter-panel--horizontal .lpc-filter-actions{
  grid-column:1 / -1;
}
.lpc-filter-panel--sidebar{
  top:var(--lpc-fixed-top,0);
  height:calc(100dvh - var(--lpc-fixed-top,0px));
}
.lpc-filter-panel--sidebar .lpc-filter-panel__inner,
.lpc-filter-panel--popup .lpc-filter-panel__inner{
  padding:28px;
}
.lpc-filter-panel--popup{
  width:min(820px,92vw);
}
@media (max-width:767px){
  .lpc-filter-panel--horizontal .lpc-filter-panel__inner,
  .lpc-filter-panel--horizontal .lpc-filter-form{
    display:block;
  }
  .lpc-filter-panel--horizontal .lpc-filter-fields{
    display:block;
  }
  .lpc-filter-actions{
    grid-template-columns:1fr;
  }
}

/* Sticky real: Elementor envuelve el widget en un contenedor de la misma altura,
   así que el sticky debe vivir en el wrapper y no en la barra interior. */
:root{
  --lpc-header-surface:rgba(255,255,255,.96);
}
.elementor-widget-lait-collection-toolbar.lpc-collection-toolbar-sticky-host{
  position:relative!important;
  top:auto!important;
  z-index:var(--lpc-sticky-z-index,80)!important;
}
.lpc-collection-toolbar.lpc-collection-toolbar--archive.lpc-collection-toolbar-sticky-host{
  position:relative!important;
  top:auto!important;
  z-index:var(--lpc-sticky-z-index,80)!important;
}
.admin-bar .elementor-widget-lait-collection-toolbar.lpc-collection-toolbar-sticky-host{
  top:auto!important;
}
.admin-bar .lpc-collection-toolbar.lpc-collection-toolbar--archive.lpc-collection-toolbar-sticky-host{
  top:auto!important;
}
.elementor-widget-lait-collection-toolbar.lpc-collection-toolbar-sticky-host .lpc-collection-toolbar.is-sticky{
  position:relative!important;
  top:auto!important;
  z-index:auto!important;
}
.elementor-widget-lait-collection-toolbar.lpc-collection-toolbar-sticky-host.is-lpc-fixed{
  position:fixed!important;
  top:var(--lpc-fixed-top,var(--lpc-sticky-offset,120px))!important;
  left:var(--lpc-fixed-left,0)!important;
  width:var(--lpc-fixed-width,100%)!important;
  z-index:var(--lpc-sticky-z-index,80)!important;
}
.lpc-collection-toolbar.lpc-collection-toolbar--archive.lpc-collection-toolbar-sticky-host.is-lpc-fixed{
  position:fixed!important;
  top:var(--lpc-fixed-top,var(--lpc-sticky-offset,120px))!important;
  left:var(--lpc-fixed-left,0)!important;
  width:var(--lpc-fixed-width,100%)!important;
  z-index:var(--lpc-sticky-z-index,80)!important;
}
.elementor-widget-lait-collection-toolbar.lpc-collection-toolbar-sticky-host.is-lpc-fixed .lpc-collection-toolbar{
  --lpc-toolbar-bg: rgba(255,255,255,.96);
  background: rgba(255,255,255,.96)!important;
  border-top:0!important;
}
.lpc-collection-toolbar.lpc-collection-toolbar--archive.lpc-collection-toolbar-sticky-host.is-lpc-fixed{
  --lpc-toolbar-bg: rgba(255,255,255,.96);
  background: rgba(255,255,255,.96)!important;
}
.lpc-theme-shell.has-lpc-docked-toolbar{
  overflow:visible;
}
.lpc-theme-shell.has-lpc-docked-toolbar .lpc-elementor-header{
  min-height:0;
}
.lpc-theme-shell > .lpc-collection-toolbar-sticky-host.is-lpc-docked,
.lpc-theme-shell > .elementor-widget-lait-collection-toolbar.lpc-collection-toolbar-sticky-host.is-lpc-docked{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  order:3;
  width:100%!important;
  z-index:3!important;
  flex:0 0 auto;
}
body.lait-menu-popup-open .lpc-collection-toolbar-sticky-host,
body.lait-menu-popup-open .lpc-collection-toolbar{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
.lpc-theme-shell > .elementor-widget-lait-collection-toolbar.lpc-collection-toolbar-sticky-host.is-lpc-docked{
  background:transparent!important;
}
.lpc-theme-shell > .elementor-widget-lait-collection-toolbar.lpc-collection-toolbar-sticky-host.is-lpc-docked .lpc-collection-toolbar,
.lpc-theme-shell > .lpc-collection-toolbar-sticky-host.is-lpc-docked{
  --lpc-toolbar-bg:var(--lpc-header-surface);
  background:var(--lpc-header-surface)!important;
  border-top:0!important;
}
.lpc-theme-shell > .lpc-collection-toolbar-sticky-host.is-lpc-docked.is-filter-open,
.lpc-theme-shell > .lpc-collection-toolbar-sticky-host.is-lpc-docked:has(.lpc-filter-panel.is-open),
.lpc-theme-shell > .elementor-widget-lait-collection-toolbar.lpc-collection-toolbar-sticky-host.is-lpc-docked:has(.lpc-collection-toolbar.is-filter-open){
  max-height:var(--lpc-docked-max-height,calc(100dvh - 120px));
  overflow-y:auto;
  overscroll-behavior:contain;
}
.lpc-collection-toolbar.lpc-collection-toolbar--archive{
  border-top:0!important;
  border-bottom:0!important;
}
.lpc-collection-toolbar--archive .lpc-filters-container--actions-only{
  justify-content:flex-end;
}
.lpc-collection-toolbar-sticky-spacer{
  width:100%;
  flex:0 0 auto;
}
.lpc-load-more{
  display:flex;
  justify-content:center;
  width:100%;
  padding:clamp(34px,5vw,64px) 16px 0;
}
.lpc-load-more[hidden]{
  display:none;
}
.lpc-load-more button{
  min-width:min(280px,100%);
  min-height:46px;
  padding:0 28px;
  border:1px solid #111;
  border-radius:0;
  background:transparent;
  color:#111;
  font-family:inherit;
  font-size:11px;
  font-weight:500;
  letter-spacing:0;
  text-transform:uppercase;
  cursor:pointer;
  transition:background-color .35s ease,color .35s ease,opacity .35s ease;
}
.lpc-load-more button:hover,
.lpc-load-more button:focus-visible{
  background:#111;
  color:#fff;
}
.lpc-load-more.is-loading button{
  opacity:.45;
  cursor:wait;
}
.lpc-load-more.lpc-load-more--sentinel{
  min-height:1px;
  padding:0;
  overflow:hidden;
}
.lpc-load-more.lpc-load-more--sentinel button{
  position:absolute;
  width:1px;
  height:1px;
  min-width:0;
  min-height:0;
  padding:0;
  border:0;
  opacity:0;
  pointer-events:none;
}
.woocommerce ul.products > li.product.lpc-product-enter,
.woocommerce ul.products > article.lait-product-card.lpc-product-enter,
.elementor-widget-wc-archive-products ul.products > li.product.lpc-product-enter,
.elementor-widget-wc-archive-products ul.products > article.lait-product-card.lpc-product-enter,
.elementor-widget-woocommerce-products ul.products > li.product.lpc-product-enter,
.elementor-widget-woocommerce-products ul.products > article.lait-product-card.lpc-product-enter,
.elementor-widget-lpc-editorial-products ul.products > li.product.lpc-product-enter,
.elementor-widget-lpc-editorial-products ul.products > article.lait-product-card.lpc-product-enter,
.lpc-editorial-products ul.products > li.product.lpc-product-enter,
.lpc-editorial-products ul.products > article.lait-product-card.lpc-product-enter{
  animation:lpc-product-enter .26s cubic-bezier(.22,.61,.36,1) both;
  animation-delay:var(--lpc-enter-delay,0ms);
}
@keyframes lpc-product-enter{
  from{opacity:.96;transform:translateY(4px);}
  to{opacity:1;transform:translateY(0);}
}
.woocommerce ul.products.lpc-products-loading,
.elementor-widget-wc-archive-products ul.products.lpc-products-loading,
.elementor-widget-woocommerce-products ul.products.lpc-products-loading,
.elementor-widget-lpc-editorial-products ul.products.lpc-products-loading,
.lpc-editorial-products ul.products.lpc-products-loading{
  opacity:.88!important;
  filter:none!important;
  transition:opacity .18s ease!important;
}
.lpc-collection-toolbar .lpc-open-filter-panel--mobile-inline{
  display:none!important;
}
@media (max-width:767px){
  .lpc-collection-toolbar .lpc-search-filters-container{
    display:none!important;
  }
  .lpc-collection-toolbar,
  .lpc-search-filters-container,
  .lpc-filters-container{
    border-top:0!important;
    border-bottom:0!important;
  }
  .lpc-collection-toolbar .lpc-filters-container{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:18px!important;
    min-height:44px!important;
    padding-left:14px!important;
    padding-right:14px!important;
  }
  .lpc-collection-toolbar .lpc-collection-indexable{
    order:1;
    flex:1 1 auto;
    min-width:0;
  }
  .lpc-collection-toolbar .lpc-open-filter-panel--mobile-inline{
    display:inline-flex!important;
    order:2;
    flex:0 0 auto;
    margin-left:auto;
  }
  .lpc-filter-panel--horizontal{
    border:0!important;
  }
  .lpc-filter-panel--horizontal:not(.is-open){
    display:none!important;
  }
}
@media (prefers-reduced-motion:reduce){
  .woocommerce ul.products,
  .elementor-widget-wc-archive-products ul.products,
  .woocommerce ul.products > li.product.lpc-product-enter,
  .woocommerce ul.products > article.lait-product-card.lpc-product-enter,
  .elementor-widget-wc-archive-products ul.products > li.product.lpc-product-enter,
  .elementor-widget-wc-archive-products ul.products > article.lait-product-card.lpc-product-enter,
  .elementor-widget-woocommerce-products ul.products > li.product.lpc-product-enter,
  .elementor-widget-woocommerce-products ul.products > article.lait-product-card.lpc-product-enter,
  .elementor-widget-lpc-editorial-products ul.products > li.product.lpc-product-enter,
  .elementor-widget-lpc-editorial-products ul.products > article.lait-product-card.lpc-product-enter,
  .lpc-editorial-products ul.products > li.product.lpc-product-enter,
  .lpc-editorial-products ul.products > article.lait-product-card.lpc-product-enter{
    transition:none!important;
    animation:none!important;
  }
}
@media (max-width:782px){
  .admin-bar .elementor-widget-lait-collection-toolbar.lpc-collection-toolbar-sticky-host:not(.is-lpc-fixed){
    top:auto!important;
  }
  .admin-bar .lpc-collection-toolbar.lpc-collection-toolbar--archive.lpc-collection-toolbar-sticky-host:not(.is-lpc-fixed){
    top:auto!important;
  }
}
.lpc-active-filters{display:flex;gap:8px;overflow-x:auto;padding:8px 16px;background:var(--lpc-toolbar-bg,#fff);white-space:nowrap}.lpc-active-filters[hidden]{display:none}.lpc-active-filters button{border:0;border-bottom:1px solid currentColor;background:transparent;color:var(--lpc-toolbar-text,#111);padding:2px 0;font:inherit;font-size:10px;cursor:pointer}
