.cre-ofertas-slider-shell:not(.is-ready) .splide__track { display: none; }
.cre-ofertas-slider-shell.is-ready .cre-ofertas-skeleton-list { display: none; }

.cre-ofertas-skeleton-list { display: grid; gap: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); min-height: 563px; padding: 0 10px; position: relative; visibility: visible !important; }
.cre-ofertas-skeleton { background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; box-sizing: border-box; height: 563px; min-width: 0; overflow: hidden; padding: 12px 10px 10px; position: relative; visibility: visible !important; width: 100%; }
.cre-ofertas-skeleton__item { background: #e7ebef; border-radius: 5px; overflow: hidden; position: relative; }
.cre-ofertas-skeleton__item::after { animation: cre-ofertas-skeleton-loading 1.4s linear infinite; background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.25) 25%, rgba(255,255,255,.8) 50%, rgba(255,255,255,.25) 75%, transparent 100%); bottom: 0; content: ''; left: -150%; position: absolute; top: 0; width: 150%; }
.cre-ofertas-skeleton__image { height: 285px; margin-bottom: 15px; width: 100%; }
.cre-ofertas-skeleton__content { display: contents; }
.cre-ofertas-skeleton__sku { height: 10px; margin-bottom: 18px; width: 92px; }
.cre-ofertas-skeleton__title { height: 18px; margin-bottom: 9px; width: 92%; }
.cre-ofertas-skeleton__title--short { width: 64%; }
.cre-ofertas-skeleton__description { height: 13px; margin-top: 18px; width: 52%; }
.cre-ofertas-skeleton__button { bottom: 10px; height: 44px; left: 10px; position: absolute; right: 10px; }

/* .cre-ofertas-mobile-scroll { overflow: hidden; width: calc(100% + 32px); margin: 0 -16px; } */
.cre-ofertas-mobile-list { display: flex; gap: 9px; list-style: none; margin: 0; overflow-x: auto; overscroll-behavior-x: contain; padding: 0 20px 12px; scroll-padding: 0 20px 12px; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.cre-ofertas-mobile-list::-webkit-scrollbar { display: none; }
.cre-ofertas-mobile-item,
.woocommerce ul li.product.cre-ofertas-mobile-item { box-sizing: border-box; flex: 0 0 calc(100vw - 40px); max-width: calc(100vw - 40px); scroll-snap-align: start; scroll-snap-stop: always; width: calc(100vw - 40px) !important; }
.cre-ofertas-mobile-pagination { align-items: center; display: flex; gap: 6px; justify-content: center; margin: 12px 0 0; }
.cre-ofertas-mobile-pagination__dot { background: #cbd5e1; border: 0; border-radius: 999px; cursor: pointer; height: 8px; padding: 0; transition: background-color .2s ease, width .2s ease; width: 8px; }
.cre-ofertas-mobile-pagination__dot.is-active { background: #003f84; width: 24px; }
.cre-ofertas-mobile-pagination__dot:focus-visible { outline: 2px solid #003f84; outline-offset: 3px; }

@keyframes cre-ofertas-skeleton-loading { 0% { left: -150%; } 100% { left: 100%; } }

@media (max-width: 767px) {
    .cre-ofertas-skeleton-list { display: block !important; min-height: 0; padding: 0; }
    .cre-ofertas-skeleton-list .cre-ofertas-skeleton:not(:first-child) { display: none; }
    .cre-ofertas-skeleton { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-rows: auto auto; gap: 10px; height: auto; min-height: 219px; }
    .cre-ofertas-skeleton__image { aspect-ratio: 1 / 1; grid-column: 1; grid-row: 1; height: auto; margin: 0; }
    .cre-ofertas-skeleton__content { display: flex; flex-direction: column; gap: 9px; grid-column: 2; grid-row: 1; min-width: 0; padding: 10px 8px; }
    .cre-ofertas-skeleton__sku,
    .cre-ofertas-skeleton__title,
    .cre-ofertas-skeleton__title--short,
    .cre-ofertas-skeleton__description { margin: 0; }
    .cre-ofertas-skeleton__button { bottom: auto; grid-column: 1 / -1; grid-row: 2; height: 54px; left: auto; margin: 0; position: relative; right: auto; }
}

@media (prefers-reduced-motion: reduce) {
    .cre-ofertas-skeleton__item::after { animation-duration: 3s; }
}
