/* Skeleton compartido por Home y archivos de productos. */
.ib-product-skeleton {
  position: relative;
  display: flex;
  flex-direction: column;
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, .09);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(23, 32, 51, .05);
  list-style: none !important;
  pointer-events: none;
  box-sizing: border-box;
}
.ib-product-skeleton--home { min-height: 340px; }
body.ib-product-listing ul.products li.ib-product-skeleton--archive { height: 366px !important; min-height: 366px !important; padding: 0 !important; }
.ib-product-skeleton__image { width: 100%; height: 190px; flex: 0 0 auto; background: #eceff2; }
body.ib-product-listing ul.products li.ib-product-skeleton--archive .ib-product-skeleton__image { height: 210px; }
.ib-product-skeleton__content { display: flex; flex: 1 1 auto; flex-direction: column; gap: 10px; padding: 16px; box-sizing: border-box; }
.ib-product-skeleton__line,.ib-product-skeleton__button { position: relative; display: block; overflow: hidden; border-radius: 999px; background: #eceff2; }
.ib-product-skeleton__line--title { width: 88%; height: 16px; }
.ib-product-skeleton__line--short { width: 58%; height: 12px; }
.ib-product-skeleton__line--price { width: 42%; height: 18px; margin-top: 4px; }
.ib-product-skeleton__button { width: 100%; height: 38px; margin-top: auto; border-radius: 10px; }
.ib-product-skeleton__image,.ib-product-skeleton__line,.ib-product-skeleton__button { background-image: linear-gradient(90deg,#eceff2 0%,#f8f9fa 45%,#eceff2 100%); background-size: 220% 100%; animation: ib-skeleton-loading 1.25s ease-in-out infinite; }
.ib-home-products-load.is-loading,.ib-load-more__button.is-loading { cursor: wait; opacity: .72; pointer-events: none; }
.ib-home-products-load.is-loading span:last-child,.ib-load-more__button.is-loading span:last-child { animation: ib-skeleton-arrow 700ms ease-in-out infinite alternate; }
@keyframes ib-skeleton-loading { 0%{background-position:100% 0} 100%{background-position:-100% 0} }
@keyframes ib-skeleton-arrow { from{transform:translateY(-2px)} to{transform:translateY(3px)} }
@media (max-width:1024px){.ib-product-skeleton--home{min-height:320px}.ib-product-skeleton__image{height:165px}body.ib-product-listing ul.products li.ib-product-skeleton--archive .ib-product-skeleton__image{height:190px}}
@media (max-width:767px){.ib-product-skeleton{border-radius:15px}.ib-product-skeleton--home{min-height:278px}body.ib-product-listing ul.products li.ib-product-skeleton--archive{height:315px!important;min-height:315px!important}.ib-product-skeleton__image,body.ib-product-listing ul.products li.ib-product-skeleton--archive .ib-product-skeleton__image{height:150px}.ib-product-skeleton__content{gap:8px;padding:12px}.ib-product-skeleton__line--title{height:14px}.ib-product-skeleton__line--short{height:10px}.ib-product-skeleton__line--price{height:16px}.ib-product-skeleton__button{height:34px}}
@media (max-width:420px){.ib-product-skeleton--home{min-height:250px}body.ib-product-listing ul.products li.ib-product-skeleton--archive{height:290px!important;min-height:290px!important}.ib-product-skeleton__image,body.ib-product-listing ul.products li.ib-product-skeleton--archive .ib-product-skeleton__image{height:128px}.ib-product-skeleton__content{padding:10px}}
@media (prefers-reduced-motion:reduce){.ib-product-skeleton__image,.ib-product-skeleton__line,.ib-product-skeleton__button,.ib-home-products-load.is-loading span:last-child,.ib-load-more__button.is-loading span:last-child{animation:none!important}}
