.po-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid transparent;
  font-weight:700;
  transition:transform .22s ease, box-shadow .22s ease, background-color .22s ease, color .22s ease, border-color .22s ease;
}
.po-btn:hover{transform:translateY(-2px)}
.po-btn--primary{background:var(--po-primary);color:#fff;box-shadow:var(--po-shadow)}
.po-btn--primary:hover{background:#fff;color:var(--po-primary);border-color:var(--po-primary);box-shadow:var(--po-shadow-hover)}
.po-btn--ghost{background:#fff;color:var(--po-primary);border-color:var(--po-border-strong)}
.po-btn--ghost:hover{background:rgba(28,108,218,.08);box-shadow:var(--po-shadow)}

.po-site-header{
  position:sticky;top:0;z-index:40;
  padding:14px 0;
  background:rgba(246,248,251,.72);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(20,86,184,.08);
}
.po-site-header.is-scrolled{padding:10px 0;background:rgba(246,248,251,.92)}
.po-site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
.po-site-branding__text{font:800 1.35rem 'Manrope',sans-serif;color:var(--po-primary)}
.po-primary-nav{display:flex;align-items:center;gap:28px}
.po-primary-menu{display:flex;align-items:center;gap:24px}
.po-primary-menu a{font-weight:600;color:var(--po-text)}
.po-primary-menu a:hover{color:var(--po-primary)}

.po-primary-menu,.po-primary-menu .sub-menu{list-style:none;margin:0;padding:0}
.po-primary-menu > li{position:relative}
.po-primary-menu > li > a{display:inline-flex;align-items:center;gap:8px}
.po-primary-menu > li.menu-item-has-children > a::after{content:'▾';font-size:.72rem;line-height:1;color:var(--po-primary);transform:translateY(1px)}
.po-primary-menu .sub-menu{
  position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%) translateY(8px);
  min-width:260px;display:grid;gap:4px;padding:12px;
  background:rgba(255,255,255,.98);border:1px solid var(--po-border);border-radius:20px;
  box-shadow:0 20px 48px rgba(20,86,184,.14);opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .22s ease, transform .22s ease, visibility .22s ease;z-index:70
}
.po-primary-menu li:hover > .sub-menu,
.po-primary-menu li:focus-within > .sub-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.po-primary-menu .sub-menu li{width:100%}
.po-primary-menu .sub-menu a{display:flex;align-items:center;min-height:44px;padding:0 14px;border-radius:14px;font-weight:600;white-space:nowrap}
.po-primary-menu .sub-menu a:hover,
.po-primary-menu .sub-menu .current-menu-item > a,
.po-primary-menu .sub-menu .current_page_item > a{background:rgba(28,108,218,.08);color:var(--po-primary)}
.po-header-actions{display:flex;align-items:center;gap:12px}
.po-nav-toggle{display:none;flex-direction:column;gap:5px;border:0;background:transparent;padding:0}
.po-nav-toggle span{display:block;width:24px;height:2px;background:var(--po-text);border-radius:999px}

.po-site-footer{padding:72px 0 24px;background:linear-gradient(180deg,#1f5fc4 0%,#184da6 100%);border-top:1px solid rgba(255,255,255,.14);color:#fff}
.po-site-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:32px}
.po-site-footer__brand{display:inline-flex;align-items:center;margin-bottom:18px;text-decoration:none}
.po-site-footer__logo{display:block;max-width:280px;width:100%;height:auto}
.po-site-footer__title{margin-bottom:12px}
.po-site-footer__heading{margin-bottom:14px;font-size:1rem;color:#fff}
.po-site-footer__text{max-width:42rem;color:rgba(255,255,255,.86)}
.po-site-footer__list,.po-footer-menu{display:grid;gap:10px}
.po-site-footer__bottom{display:flex;justify-content:space-between;gap:16px;border-top:1px solid rgba(255,255,255,.18);margin-top:32px;padding-top:20px;color:rgba(255,255,255,.82);font-size:.95rem}

.po-section-heading{max-width:760px;margin-bottom:36px}
.po-logo-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.po-logo-chip,
.po-feature-card,
.po-step,
.po-product-card{background:#fff;border:1px solid var(--po-border);border-radius:var(--po-radius-lg);box-shadow:0 8px 22px rgba(10,30,70,.05);transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease}
.po-logo-chip:hover,
.po-feature-card:hover,
.po-step:hover,
.po-product-card:hover{transform:translateY(-4px);box-shadow:var(--po-shadow-hover);border-color:var(--po-border-strong)}
.po-logo-chip{padding:24px;display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--po-primary)}

.po-logo-chip--brand{min-height:112px;padding:22px 26px;text-decoration:none}
.po-logo-chip__img{max-width:94%;max-height:68px;width:auto;height:auto;object-fit:contain;display:block;filter:none}
.po-logo-chip__text{display:block;text-align:center}
.po-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.po-feature-card{padding:28px}

.po-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.po-product-card{overflow:hidden}
.po-product-card__media{display:block;aspect-ratio:1/1;background:linear-gradient(180deg,#fff,#f4f7fb);padding:18px}
.po-product-card__media img{width:100%;height:100%;object-fit:contain}
.po-product-card__placeholder{width:100%;height:100%;display:grid;place-items:center;border:1px dashed var(--po-border);border-radius:18px;color:var(--po-text-soft)}
.po-product-card__body{padding:22px}
.po-product-card__eyebrow{display:block;margin-bottom:10px;font-size:.88rem;font-weight:700;color:var(--po-primary)}
.po-product-card__title{font-size:1.18rem;margin-bottom:10px}
.po-product-card__excerpt{font-size:.98rem;min-height:54px}
.po-product-card__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}

.po-page-hero{padding:92px 0 34px}
.po-page-hero--small{padding-bottom:24px}
.po-filter-bar{display:flex;align-items:center;gap:12px;justify-content:space-between;padding:18px 20px;margin-bottom:28px;flex-wrap:wrap}
.po-two-column,.po-contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.po-contact-list{display:grid;gap:12px}
.po-form{display:grid;gap:16px}.po-form__row{display:grid;gap:8px}
.po-form input,.po-form textarea{width:100%;min-height:48px;border-radius:16px;border:1px solid var(--po-border);padding:14px 16px;background:#fff;font:inherit;color:var(--po-text)}
.po-form textarea{min-height:130px;resize:vertical}

@media (max-width: 1024px){
  .po-product-grid,.po-logo-grid,.po-feature-grid{grid-template-columns:repeat(2,1fr)}
  .po-site-footer__grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 900px){
  .po-nav-toggle{display:flex}
  .po-primary-nav{position:absolute;left:16px;right:16px;top:100%;display:none;flex-direction:column;align-items:stretch;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);padding:18px;border:1px solid var(--po-border);border-radius:24px;box-shadow:var(--po-shadow)}
  .po-primary-nav.is-open{display:flex}
  .po-primary-menu,.po-header-actions{flex-direction:column;align-items:stretch}

  .po-primary-menu > li.menu-item-has-children > a{justify-content:space-between;width:100%}
  .po-primary-menu .sub-menu{position:static;left:auto;top:auto;transform:none;min-width:0;display:grid;opacity:1;visibility:visible;pointer-events:auto;box-shadow:none;border:0;background:transparent;padding:8px 0 0 14px}
  .po-primary-menu li:hover > .sub-menu,.po-primary-menu li:focus-within > .sub-menu{transform:none}
  .po-primary-menu .sub-menu a{min-height:40px;padding:0 12px;border-radius:12px;background:#fff;border:1px solid rgba(20,86,184,.10)}
  .po-two-column,.po-contact-grid,.po-site-footer__grid,.po-site-footer__bottom{grid-template-columns:1fr;display:grid}
}
@media (max-width: 640px){
  .po-product-grid,.po-logo-grid,.po-feature-grid{grid-template-columns:1fr}
}

.po-site-branding__img{max-height:44px;width:auto;display:block}
.po-site-header{padding:10px 0!important}
.po-site-header.is-scrolled{padding:10px 0!important}
.admin-bar .po-site-header{top:32px}
@media (max-width:782px){.admin-bar .po-site-header{top:46px}}


.po-cart-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--po-border-strong);border-radius:999px;background:#fff;color:var(--po-primary);transition:transform .22s ease, box-shadow .22s ease,border-color .22s ease}
.po-cart-link:hover{transform:translateY(-2px);box-shadow:var(--po-shadow);border-color:var(--po-primary)}
.po-cart-link__count{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--po-primary);color:#fff;font-size:.72rem;font-weight:800;display:grid;place-items:center}

.po-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.po-product-card{overflow:hidden;border-color:rgba(20,86,184,.10)}
.po-product-card:hover{border-color:var(--po-primary)}
.po-product-card__media{position:relative;display:block;aspect-ratio:1/1;background:linear-gradient(180deg,#fff,#f4f7fb);padding:12px;overflow:hidden}
.po-product-card__img{width:100%;height:100%;object-fit:contain;display:block;transition:opacity .28s ease, transform .28s ease}
.po-product-card__img--secondary{position:absolute;inset:12px;opacity:0;pointer-events:none}
.po-product-card__media.has-secondary:hover .po-product-card__img--primary{opacity:0}
.po-product-card__media.has-secondary:hover .po-product-card__img--secondary{opacity:1}
.po-product-card__body{padding:16px 16px 18px}
.po-product-card__excerpt{min-height:44px}
.po-product-card__actions{gap:8px;margin-top:12px}
@media (max-width: 1200px){.po-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}


@media (max-width:640px){
  .po-product-card__body{padding:14px}
  .po-product-card__actions{grid-template-columns:1fr}
}


.po-cart-wrap{position:relative}
.po-mini-cart-panel{position:absolute;top:calc(100% + 12px);right:0;width:min(420px,88vw);background:#fff;border:1px solid var(--po-border-strong);border-radius:22px;box-shadow:0 20px 50px rgba(20,86,184,.18);padding:16px;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .22s ease;z-index:80}
.po-cart-wrap:hover .po-mini-cart-panel,.po-cart-wrap.is-open .po-mini-cart-panel{opacity:1;visibility:visible;transform:translateY(0)}
.po-mini-cart-panel .woocommerce-mini-cart{display:grid;gap:12px;max-height:420px;overflow:auto;padding-right:6px}
.po-mini-cart-panel .woocommerce-mini-cart-item{display:grid;grid-template-columns:64px 1fr;gap:12px;align-items:center;padding:10px;border:1px solid var(--po-border);border-radius:16px}
.po-mini-cart-panel .woocommerce-mini-cart-item img{width:64px;height:64px;object-fit:contain;border-radius:12px;background:#fff}
.po-mini-cart-panel .quantity{display:block;color:var(--po-text-soft);margin-top:4px}
.po-mini-cart-panel .woocommerce-mini-cart__total,.po-mini-cart-panel .woocommerce-mini-cart__buttons{margin-top:12px}
.po-mini-cart-panel .button{width:100%;margin-bottom:8px;border-radius:999px!important}


.po-mini-cart-panel{padding:18px;background:linear-gradient(180deg,#ffffff,#f7faff)}
.po-mini-cart-panel::before{content:'Tu carrito';display:block;font-weight:800;font-size:1.05rem;color:var(--po-text);margin-bottom:12px}
.po-mini-cart-panel .woocommerce-mini-cart-item{position:relative;grid-template-columns:68px 1fr;align-items:start;padding:12px 14px;border:1px solid rgba(20,86,184,.10);border-radius:18px;background:#fff}
.po-mini-cart-panel .woocommerce-mini-cart-item a.remove{position:absolute;top:8px;right:10px;color:#b42318!important;font-size:1.2rem;font-weight:800;line-height:1;text-decoration:none}
.po-mini-cart-panel .woocommerce-mini-cart-item a:not(.remove){color:var(--po-text);font-weight:700;text-decoration:none}
.po-mini-cart-panel .woocommerce-mini-cart-item img{grid-row:1 / span 2;margin:0!important}
.po-mini-cart-panel .woocommerce-mini-cart__total{padding-top:12px;border-top:1px solid var(--po-border);font-weight:800;color:var(--po-text)}
.po-mini-cart-panel .woocommerce-mini-cart__buttons .button.checkout{background:var(--po-primary)!important;color:#fff!important;border:1px solid var(--po-primary)!important}
.po-mini-cart-panel .woocommerce-mini-cart__buttons .button:not(.checkout){background:#fff!important;color:var(--po-primary)!important;border:1px solid var(--po-border-strong)!important}
.po-mini-cart-panel .woocommerce-mini-cart__empty-message{padding:10px 0;color:var(--po-text-soft)}


.po-product-card__media,.po-shop-card__media{background:#fff}
.po-product-card__img,.po-shop-card__img{object-fit:contain;background:#fff}
.woocommerce-cart table.shop_table td.product-thumbnail img{object-fit:contain!important;background:#fff;padding:4px}


.po-mini-cart-panel{width:min(440px,92vw);border-radius:28px;box-shadow:0 24px 64px rgba(20,86,184,.22)}
.po-mini-cart-panel .woocommerce-mini-cart__buttons{display:grid;grid-template-columns:1fr;gap:10px;margin-top:16px}
.po-mini-cart-panel .woocommerce-mini-cart__buttons .button{display:flex!important;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:999px!important;font-weight:800;text-decoration:none!important}
.po-mini-cart-panel .woocommerce-mini-cart__buttons .button.checkout{background:#fff!important;color:var(--po-primary)!important;border:1px solid var(--po-primary)!important;box-shadow:none!important}
.po-mini-cart-panel .woocommerce-mini-cart__buttons .button:not(.checkout){background:var(--po-primary)!important;color:#fff!important;border:1px solid var(--po-primary)!important;box-shadow:var(--po-shadow)!important}
.po-mini-cart-panel .woocommerce-mini-cart__buttons .button.checkout:hover{background:var(--po-primary)!important;color:#fff!important}
.po-mini-cart-panel .woocommerce-mini-cart__buttons .button:not(.checkout):hover{background:#fff!important;color:var(--po-primary)!important}
.po-mini-cart-panel .woocommerce-mini-cart-item{padding:14px 16px}
.po-mini-cart-panel .woocommerce-mini-cart__total strong{display:block;margin-bottom:6px}


.po-mini-cart-panel .woocommerce-mini-cart-item{grid-template-columns:68px 1fr}
.po-mini-cart-panel .woocommerce-mini-cart-item .quantity{font-weight:700;color:var(--po-text-soft)}
.po-mini-cart-panel .woocommerce-mini-cart-item a:not(.remove){display:block;margin-top:8px}
@media (max-width:768px){
  .po-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px}
  .po-product-card,.po-shop-card__inner{border-radius:20px}
  .po-product-card__body,.po-shop-card__body{padding:12px}
  .po-product-card__title,.po-shop-card__title{font-size:1rem;line-height:1.2}
  .po-product-card__excerpt{font-size:.95rem;min-height:40px}
  .po-loop-add-form{grid-template-columns:1fr!important}
}


.po-cart-toast-wrap{position:fixed;left:50%;bottom:22px;transform:translateX(-50%);z-index:120;opacity:0;pointer-events:none;transition:opacity .2s ease, transform .2s ease}
.po-cart-toast-wrap.is-visible{opacity:1;transform:translateX(-50%) translateY(0)}
.po-cart-toast{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--po-border-strong);box-shadow:0 18px 46px rgba(20,86,184,.18);border-radius:999px;padding:12px 18px;color:var(--po-text);font-weight:700}
.po-cart-toast a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:999px;background:var(--po-primary);color:#fff;text-decoration:none}
@media (max-width:768px){.po-cart-toast{max-width:92vw;font-size:.95rem;gap:10px;padding:10px 12px}.po-cart-toast a{min-height:38px;padding:0 12px}}


.po-mini-cart-backdrop{display:none}
.po-mini-cart-close{display:none}
@media (max-width:768px){
  .po-mini-cart-backdrop{display:none;position:fixed;inset:0;background:rgba(12,22,40,.52);backdrop-filter:blur(3px);z-index:95}
  .po-cart-wrap.is-open .po-mini-cart-backdrop{display:block}
  .po-mini-cart-panel{position:fixed!important;inset:12px!important;top:12px!important;right:12px!important;left:12px!important;bottom:12px!important;width:auto!important;max-width:none!important;max-height:none!important;height:auto!important;overflow:auto!important;transform:none!important;border-radius:24px!important;z-index:96;opacity:0;visibility:hidden;padding:20px 16px 16px 16px!important}
  .po-cart-wrap.is-open .po-mini-cart-panel{opacity:1;visibility:visible}
  .po-mini-cart-close{display:inline-flex;position:absolute;top:12px;right:12px;width:42px;height:42px;border-radius:999px;border:1px solid var(--po-border-strong);background:#fff;color:var(--po-text);align-items:center;justify-content:center;font-size:1.8rem;line-height:1;z-index:2}
  .po-mini-cart-panel::before{padding-right:56px}
}


.po-cart-toast-wrap{pointer-events:none}
.po-cart-toast-wrap.is-visible{pointer-events:auto}
.po-cart-toast{position:relative}
.po-cart-toast__close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;background:transparent;color:var(--po-text);font-size:1.35rem;line-height:1;cursor:pointer}
.po-mini-cart-panel .woocommerce-mini-cart-item .quantity{margin-top:6px}
.po-mini-cart-panel .woocommerce-mini-cart__buttons .button{margin-bottom:0!important}
body.po-cart-open{overflow:hidden}
@media (max-width:768px){
  .po-mini-cart-panel{padding-top:56px!important}
  .po-mini-cart-panel .widget_shopping_cart_content{max-height:none!important}
  .po-mini-cart-panel .woocommerce-mini-cart{max-height:none!important;padding-right:0!important}
  .po-mini-cart-panel .woocommerce-mini-cart__buttons{position:sticky;bottom:0;background:linear-gradient(180deg,rgba(255,255,255,0),#fff 26%);padding-top:10px}
  .po-cart-toast-wrap{left:12px;right:12px;bottom:14px;transform:none}
  .po-cart-toast-wrap.is-visible{transform:none}
  .po-cart-toast{width:100%;border-radius:24px;padding:14px;display:grid;grid-template-columns:1fr auto auto;align-items:center}
}


.po-mini-cart-backdrop{display:none}
.po-mini-cart-backdrop.is-open{display:block}
.po-mini-cart-panel.is-open{opacity:1!important;visibility:visible!important}
.po-cart-toast-wrap.is-visible{pointer-events:auto}
@media (max-width:768px){
  .po-primary-nav{overflow:visible}
  .po-cart-wrap{position:static}
  .po-mini-cart-backdrop{position:fixed;inset:0;background:rgba(10,18,32,.56);backdrop-filter:blur(3px);z-index:9998}
  .po-mini-cart-panel{position:fixed!important;left:10px!important;right:10px!important;top:10px!important;bottom:10px!important;width:auto!important;height:auto!important;max-height:none!important;overflow:auto!important;z-index:9999!important;border-radius:24px!important;background:#fff!important;box-shadow:0 24px 70px rgba(20,86,184,.22)!important}
  .po-mini-cart-panel::before{position:sticky;top:0;background:#fff;padding-bottom:10px;z-index:1}
  .po-mini-cart-close{display:inline-flex!important;position:sticky;top:12px;float:right;margin-left:auto;z-index:2}
  .po-mini-cart-panel .woocommerce-mini-cart-item{grid-template-columns:72px 1fr!important}
  .po-mini-cart-panel .woocommerce-mini-cart__buttons{position:sticky;bottom:0;background:#fff;padding-top:10px}
  .po-cart-toast-wrap{left:12px;right:12px;bottom:14px;transform:none;z-index:10000}
  .po-cart-toast-wrap.is-visible{transform:none}
  .po-cart-toast{width:100%;display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;border-radius:22px;padding:14px 16px}
}


.po-private-filters{padding:24px;border-radius:30px;background:linear-gradient(180deg,#ffffff,#f6f9ff);border:1px solid rgba(20,86,184,.10);box-shadow:0 20px 50px rgba(20,86,184,.08)}
.po-private-filters__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;align-items:end}
.po-private-filters__field{display:grid;gap:8px;min-width:0}
.po-private-filters__field label{font-size:.88rem;font-weight:800;color:var(--po-text);line-height:1.2}
.po-private-filters__control,.po-private-filters select,.po-private-filters input{appearance:none;-webkit-appearance:none;width:100%;min-height:52px;border-radius:18px;border:1px solid rgba(20,86,184,.18);background:#fff;padding:0 16px;font:inherit;font-weight:600;color:var(--po-text);box-shadow:inset 0 1px 0 rgba(255,255,255,.8);transition:border-color .22s ease, box-shadow .22s ease, transform .22s ease}
.po-private-filters select{background-image:linear-gradient(45deg,transparent 50%,var(--po-primary) 50%),linear-gradient(135deg,var(--po-primary) 50%,transparent 50%);background-position:calc(100% - 22px) calc(50% - 3px),calc(100% - 16px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:38px}
.po-private-filters__control:focus,.po-private-filters select:focus,.po-private-filters input:focus{outline:none;border-color:rgba(20,86,184,.5);box-shadow:0 0 0 4px rgba(20,86,184,.10)}
.po-private-filters__actions{display:flex;gap:10px;align-items:center;justify-content:flex-end;flex-wrap:wrap}
.po-private-filters__actions .po-btn{min-height:52px;padding-inline:22px}
@media (max-width:1200px){.po-private-filters__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:768px){.po-private-filters{padding:20px;border-radius:24px}.po-private-filters__grid{grid-template-columns:1fr;gap:14px}.po-private-filters__actions{justify-content:stretch}.po-private-filters__actions .po-btn{width:100%;justify-content:center}}

/* v1.9.14 - Home brand grid 3 + 2 centrado */
.is-prooptik-home .po-logo-grid{
  display:flex!important;
  flex-wrap:wrap;
  justify-content:center;
  align-items:stretch;
  gap:28px;
  max-width:1120px;
  margin:0 auto;
}
.is-prooptik-home .po-logo-chip--brand{
  flex:0 1 calc(33.333% - 24px);
  min-width:290px;
  max-width:354px;
  min-height:132px;
  padding:30px 34px;
}
.is-prooptik-home .po-logo-chip__img{
  max-width:98%;
  max-height:88px;
}
@media (max-width: 1040px){
  .is-prooptik-home .po-logo-chip--brand{flex-basis:calc(50% - 18px);max-width:420px;}
}
@media (max-width: 640px){
  .is-prooptik-home .po-logo-grid{gap:16px;}
  .is-prooptik-home .po-logo-chip--brand{flex-basis:100%;min-width:0;max-width:none;min-height:118px;}
}

.po-no-products-contact{
  display:grid;
  gap:8px;
  padding:24px 26px;
  border:1px solid var(--po-border-strong);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--po-shadow);
  color:var(--po-text);
}
.po-no-products-contact strong{font-size:1.05rem;color:var(--po-text)}
.po-no-products-contact a{color:var(--po-primary);font-weight:800;text-decoration:none}


/* v1.9.19: puente hover para que el submenú no desaparezca al bajar el cursor */
.po-primary-menu > li.menu-item-has-children::after{
  content:"";
  position:absolute;
  left:-22px;
  right:-22px;
  top:100%;
  height:18px;
  display:block;
}
.po-primary-menu .sub-menu{top:calc(100% + 8px)}
.po-primary-menu > li.menu-item-has-children:hover > .sub-menu,
.po-primary-menu > li.menu-item-has-children:focus-within > .sub-menu{pointer-events:auto}


/* v1.9.20: catálogo B2B limpio + buscador inteligente */
.po-private-filters{margin-top:0}
.po-private-filters__grid{display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:16px!important;align-items:end!important}
.po-private-filters__field{grid-column:span 2;min-width:0}
.po-private-filters__field--search{grid-column:span 3}
.po-private-filters__search{padding-left:44px;background-image:none!important}
.po-private-filters__field--search{position:relative}
.po-private-filters__field--search::after{content:"⌕";position:absolute;left:16px;bottom:15px;font-size:1.1rem;color:var(--po-primary);font-weight:800;pointer-events:none}
.po-private-filters__actions{grid-column:span 3;justify-content:flex-end}
.po-section--catalog{padding-top:42px}
@media (max-width:1200px){.po-private-filters__grid{grid-template-columns:repeat(6,minmax(0,1fr))!important}.po-private-filters__field,.po-private-filters__field--search{grid-column:span 3}.po-private-filters__actions{grid-column:span 6;justify-content:flex-start}}
@media (max-width:700px){.po-private-filters__grid{grid-template-columns:1fr!important}.po-private-filters__field,.po-private-filters__field--search,.po-private-filters__actions{grid-column:1 / -1}.po-private-filters__actions{justify-content:stretch}.po-private-filters__actions .po-btn{width:100%;justify-content:center}}

/* v1.9.21 · Filtros B2B más limpios, buscador sin icono superpuesto y ordenamiento */
.po-private-filters__grid{display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:16px!important;align-items:end!important}
.po-private-filters__field{grid-column:span 2!important;min-width:0!important}
.po-private-filters__field--search{grid-column:span 3!important;position:relative!important}
.po-private-filters__field--sort{grid-column:span 3!important}
.po-private-filters__field--price-min{grid-column:1 / span 2!important}
.po-private-filters__field--price-max{grid-column:span 2!important}
.po-private-filters__actions{grid-column:span 4!important;justify-content:flex-start!important;align-self:end!important}
.po-private-filters__search{padding-left:16px!important;background-image:none!important}
.po-private-filters__field--search::after{content:none!important;display:none!important}
.po-private-filters__control::placeholder,.po-private-filters input::placeholder{color:#7b8798!important;opacity:1!important;font-weight:500!important}
.po-private-filters__control,.po-private-filters select,.po-private-filters input{min-width:0!important;text-overflow:ellipsis!important}
@media (max-width:1250px){.po-private-filters__grid{grid-template-columns:repeat(6,minmax(0,1fr))!important}.po-private-filters__field,.po-private-filters__field--search,.po-private-filters__field--sort,.po-private-filters__field--price-min,.po-private-filters__field--price-max{grid-column:span 3!important}.po-private-filters__actions{grid-column:span 6!important;justify-content:flex-start!important}}
@media (max-width:760px){.po-private-filters{padding:18px!important;border-radius:22px!important}.po-private-filters__grid{grid-template-columns:1fr!important}.po-private-filters__field,.po-private-filters__field--search,.po-private-filters__field--sort,.po-private-filters__field--price-min,.po-private-filters__field--price-max,.po-private-filters__actions{grid-column:1 / -1!important}.po-private-filters__actions{justify-content:stretch!important}.po-private-filters__actions .po-btn{width:100%!important;justify-content:center!important}}


/* v1.9.23 · Cards de catálogo más compactas: menos espacio vacío entre imagen, marca y título */
.po-section--catalog .po-product-grid,
.post-type-archive-product .po-product-grid{
  align-items:stretch;
}
.po-section--catalog .po-product-card,
.post-type-archive-product .po-product-card{
  display:flex;
  flex-direction:column;
}
.po-section--catalog .po-product-card__media,
.post-type-archive-product .po-product-card__media{
  aspect-ratio:16 / 10!important;
  min-height:0!important;
  padding:14px 16px 6px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fff!important;
}
.po-section--catalog .po-product-card__img,
.post-type-archive-product .po-product-card__img{
  width:100%!important;
  height:100%!important;
  max-height:168px!important;
  object-fit:contain!important;
  object-position:center center!important;
}
.po-section--catalog .po-product-card__img--secondary,
.post-type-archive-product .po-product-card__img--secondary{
  inset:14px 16px 6px!important;
  width:auto!important;
  height:auto!important;
}
.po-section--catalog .po-product-card__body,
.post-type-archive-product .po-product-card__body{
  padding:10px 16px 16px!important;
  display:flex;
  flex-direction:column;
  flex:1;
}
.po-section--catalog .po-product-card__eyebrow,
.post-type-archive-product .po-product-card__eyebrow{
  margin-bottom:8px!important;
  line-height:1.2!important;
}
.po-section--catalog .po-product-card__title,
.post-type-archive-product .po-product-card__title{
  margin-bottom:12px!important;
  line-height:1.22!important;
}
.po-section--catalog .po-product-card__excerpt,
.post-type-archive-product .po-product-card__excerpt{
  min-height:0!important;
  margin-bottom:10px!important;
}
.po-section--catalog .po-product-card__actions,
.post-type-archive-product .po-product-card__actions{
  margin-top:auto!important;
}
@media (max-width:900px){
  .po-section--catalog .po-product-card__media,
  .post-type-archive-product .po-product-card__media{
    aspect-ratio:16 / 11!important;
  }
}
@media (max-width:640px){
  .po-section--catalog .po-product-card__media,
  .post-type-archive-product .po-product-card__media{
    aspect-ratio:16 / 9!important;
    padding:12px 14px 4px!important;
  }
  .po-section--catalog .po-product-card__body,
  .post-type-archive-product .po-product-card__body{
    padding:10px 14px 14px!important;
  }
}

/* Prooptik v1.9.27 - paginación del catálogo */
.po-catalog-pagination{display:flex;justify-content:center;margin:34px 0 10px}
.po-catalog-pagination ul{display:flex;align-items:center;justify-content:center;gap:8px;list-style:none;margin:0;padding:8px;border:1px solid rgba(20,86,184,.12);border-radius:999px;background:#fff;box-shadow:0 16px 44px rgba(15,27,45,.07)}
.po-catalog-pagination li{margin:0;padding:0}
.po-catalog-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 14px;border-radius:999px;border:1px solid #d9e4f3;background:#fff;color:#1456b8;text-decoration:none;font-weight:900;line-height:1;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}
.po-catalog-pagination .page-numbers:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(20,86,184,.16)}
.po-catalog-pagination .page-numbers.current{background:#1456b8;border-color:#1456b8;color:#fff;box-shadow:0 14px 32px rgba(20,86,184,.22)}
.po-catalog-pagination .page-numbers.dots{border-color:transparent;box-shadow:none;color:#6d7a90;min-width:28px}
@media (max-width:720px){.po-catalog-pagination{justify-content:flex-start;overflow-x:auto;padding-bottom:6px}.po-catalog-pagination ul{border-radius:24px}.po-catalog-pagination .page-numbers{min-width:38px;height:38px;padding:0 12px;font-size:.92rem}}


/* v1.9.29 · Home más limpia y catálogo público enfocado solo en registro */
.po-section-heading--center{
  max-width:880px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.po-section-heading--center p{
  margin-left:auto;
  margin-right:auto;
}
.is-prooptik-home .po-section-heading--center h2{
  text-align:center;
}
.is-prooptik-home .po-logo-grid{
  justify-content:center;
}
.po-section--catalog-access{
  padding:clamp(54px,7vw,92px) 0 clamp(72px,9vw,120px);
}
.po-catalog-access-card{
  align-items:center;
  border-radius:32px;
  padding:clamp(28px,4vw,44px)!important;
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(247,251,255,.88));
  border:1px solid rgba(20,86,184,.12);
  box-shadow:0 24px 70px rgba(10,30,70,.10);
}
.po-catalog-access-card__content{
  max-width:820px;
}
.po-catalog-access-card__content h1{
  margin:0;
  font-size:clamp(2.1rem,4.4vw,4rem);
  line-height:1.02;
  letter-spacing:-.045em;
}
.po-catalog-access-card__content p{
  max-width:780px;
  margin:18px 0 0;
  color:var(--po-text-soft);
  font-size:1.05rem;
  line-height:1.65;
}
.po-catalog-access-card__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:12px;
  min-width:260px;
}
.po-btn--xl{
  min-height:58px;
  padding-inline:30px;
  font-size:1rem;
  box-shadow:0 18px 42px rgba(20,86,184,.22);
}
@media (max-width:900px){
  .po-catalog-access-card{
    display:grid!important;
    text-align:center;
  }
  .po-catalog-access-card__actions{
    justify-content:center;
    min-width:0;
  }
}
@media (max-width:640px){
  .po-catalog-access-card__actions,
  .po-catalog-access-card__actions .po-btn{
    width:100%;
  }
}


/* Prooptik v1.9.30 · Home privada: ocultar CTA a usuarios logeados y cards azules */
.is-prooptik-home.is-logged-in-user .po-cta-band{
  display:none!important;
}
.is-prooptik-home .po-feature-card,
.is-prooptik-home .po-step{
  background:linear-gradient(135deg,#1456b8 0%,#0b3f8f 100%)!important;
  border-color:rgba(255,255,255,.14)!important;
  color:#fff!important;
  box-shadow:0 22px 50px rgba(20,86,184,.18)!important;
}
.is-prooptik-home .po-feature-card:hover,
.is-prooptik-home .po-step:hover{
  transform:translateY(-5px);
  border-color:rgba(255,255,255,.28)!important;
  box-shadow:0 28px 64px rgba(20,86,184,.26)!important;
}
.is-prooptik-home .po-feature-card h3,
.is-prooptik-home .po-step h3{
  color:#fff!important;
}
.is-prooptik-home .po-feature-card p,
.is-prooptik-home .po-step p{
  color:rgba(255,255,255,.84)!important;
}
.is-prooptik-home .po-step span{
  background:rgba(255,255,255,.15)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.18);
}
@media (max-width:640px){
  .is-prooptik-home .po-feature-card,
  .is-prooptik-home .po-step{
    padding:24px!important;
  }
}


.po-site-footer a,.po-footer-menu a,.po-site-footer__list a{color:#fff;text-decoration:none}
.po-site-footer a:hover,.po-footer-menu a:hover,.po-site-footer__list a:hover{color:rgba(255,255,255,.86)}
.po-footer-menu li,.po-site-footer__list li{color:#fff}
.po-site-footer__bottom a{color:#fff;font-weight:800;text-decoration:none}
.po-site-footer__bottom a:hover{text-decoration:underline;color:#fff}

/* Prooptik v1.9.32 · Mini carrito refinado + footer logo blanco */
.po-mini-cart-panel{
  width:min(460px,92vw)!important;
  padding:18px!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f7faff 100%)!important;
  box-shadow:0 24px 70px rgba(15,58,125,.22)!important;
}
.po-mini-cart-panel::before{
  padding-right:34px;
  margin-bottom:14px!important;
  font-size:1.08rem!important;
}
.po-mini-cart-close{
  position:absolute;
  top:13px;
  right:14px;
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:999px;
  background:#eef5ff;
  color:var(--po-primary);
  font-size:1.25rem;
  font-weight:900;
  line-height:1;
  cursor:pointer;
}
.po-mini-cart-close:hover{background:var(--po-primary);color:#fff}
.po-mini-cart-panel .woocommerce-mini-cart{
  gap:10px!important;
  max-height:min(420px,58vh)!important;
  padding:0 4px 0 0!important;
  margin:0!important;
  list-style:none!important;
}
.po-mini-cart-panel .woocommerce-mini-cart-item{
  display:block!important;
  position:relative!important;
  min-height:92px;
  padding:12px 40px 12px 12px!important;
  border:1px solid rgba(20,86,184,.12)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 10px 26px rgba(20,86,184,.06)!important;
}
.po-mini-cart-panel .woocommerce-mini-cart-item a:not(.remove){
  display:grid!important;
  grid-template-columns:70px minmax(0,1fr);
  gap:12px;
  align-items:center;
  min-height:70px;
  color:var(--po-text)!important;
  font-weight:850!important;
  line-height:1.25!important;
  text-align:left!important;
  text-decoration:none!important;
  padding:0!important;
}
.po-mini-cart-panel .woocommerce-mini-cart-item img{
  float:none!important;
  width:70px!important;
  height:70px!important;
  margin:0!important;
  padding:6px!important;
  object-fit:contain!important;
  border:1px solid var(--po-border)!important;
  border-radius:14px!important;
  background:#fff!important;
}
.po-mini-cart-panel .woocommerce-mini-cart-item a.remove{
  top:10px!important;
  right:12px!important;
  width:24px!important;
  height:24px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:999px!important;
  background:#fff1f1!important;
  color:#c01818!important;
  font-size:1rem!important;
  line-height:1!important;
  z-index:2!important;
}
.po-mini-cart-panel .woocommerce-mini-cart-item a.remove:hover{background:#c01818!important;color:#fff!important}
.po-mini-cart-panel .quantity{
  display:flex!important;
  align-items:center;
  gap:5px;
  margin:8px 0 0 82px!important;
  color:var(--po-text-soft)!important;
  font-size:.94rem!important;
  font-weight:800!important;
  line-height:1.25!important;
  white-space:normal;
}
.po-mini-cart-panel .woocommerce-mini-cart__total{
  display:flex!important;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  padding:14px 2px 0!important;
  margin-top:14px!important;
  border-top:1px solid var(--po-border)!important;
  color:var(--po-text)!important;
  font-size:1rem!important;
}
.po-mini-cart-panel .woocommerce-mini-cart__total strong{font-weight:900!important}
.po-mini-cart-panel .woocommerce-mini-cart__buttons{
  display:grid!important;
  gap:10px!important;
  margin:14px 0 0!important;
}
.po-mini-cart-panel .woocommerce-mini-cart__buttons .button{
  width:100%!important;
  min-height:50px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  border-radius:999px!important;
  font-weight:900!important;
}
.po-mini-cart-panel .woocommerce-mini-cart__buttons .button:not(.checkout){
  background:var(--po-primary)!important;
  color:#fff!important;
  border:1px solid var(--po-primary)!important;
}
.po-mini-cart-panel .woocommerce-mini-cart__empty-message{
  padding:22px!important;
  border:1px dashed var(--po-border-strong)!important;
  border-radius:18px!important;
  background:#fff!important;
  text-align:center!important;
}
.po-site-footer__logo{
  max-width:300px!important;
  filter:none!important;
}
@media (max-width:640px){
  .po-mini-cart-panel{
    position:fixed!important;
    top:76px!important;
    right:16px!important;
    left:16px!important;
    width:auto!important;
    max-height:calc(100vh - 96px)!important;
    overflow:auto!important;
  }
  .po-mini-cart-panel .woocommerce-mini-cart-item a:not(.remove){grid-template-columns:58px minmax(0,1fr)}
  .po-mini-cart-panel .woocommerce-mini-cart-item img{width:58px!important;height:58px!important}
  .po-mini-cart-panel .quantity{margin-left:70px!important}
}
