body .contenido_producto_view .lui_post_prod_full_img_slider .lui-thumb-cell {
    box-sizing: border-box;
    border: 2px solid transparent;
    border-radius: 13px;
    background: #e8edf4;
    background: color-mix(in srgb, var(--surface-muted, #eef2f7) 58%, #dce4ee 42%);
    box-shadow:
        inset 0 0 0 1px rgba(100, 116, 139, 0.16),
        0 8px 18px -22px rgba(15, 23, 42, 0.34);
    opacity: 0.74;
    overflow: hidden;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease, background-color 0.18s ease;
}

body .contenido_producto_view .lui_post_prod_full_img_slider .lui-thumb-cell .lui-media-thumb,
body .contenido_producto_view .lui_post_prod_full_img_slider .lui-thumb-cell .lui-media-picture {
    border-radius: inherit;
    background: #e8edf4;
    background: color-mix(in srgb, var(--surface-muted, #eef2f7) 58%, #dce4ee 42%);
    overflow: hidden;
}

body .contenido_producto_view .lui_post_prod_full_img_slider .lui-thumb-cell .lui-media-picture {
    box-sizing: border-box;
    padding: 0;
}

body .contenido_producto_view .lui_post_prod_full_img_slider .lui-thumb-cell img {
    object-fit: contain;
    border-radius: 10px;
}

body .contenido_producto_view .lui_post_prod_full_img_slider .lui-thumb-cell.is-selected,
body .contenido_producto_view .lui_post_prod_full_img_slider .lui-thumb-cell.is-active {
    border-color: var(--primary-100, #0b5cab);
    background: #f7faff;
    opacity: 1;
    box-shadow:
        inset 0 0 0 2px rgba(255, 255, 255, 0.86),
        0 10px 22px -22px rgba(11, 92, 171, 0.4);
}

body .contenido_producto_view .producto_media_display > .lui_post_prod_full_img {
    --lui-product-gallery-radius: 20px;
    background: #e8edf4;
    background: color-mix(in srgb, var(--surface-muted, #eef2f7) 56%, #dbe3ee 44%);
    box-shadow:
        inset 0 0 0 1px rgba(100, 116, 139, 0.14),
        0 16px 34px -34px rgba(15, 23, 42, 0.24);
    overflow: hidden;
}

body .contenido_producto_view .producto_media_display > .lui_post_prod_full_img,
body .contenido_producto_view .producto_media_display > .lui_post_prod_full_img .flickity-viewport,
body .contenido_producto_view .producto_media_display > .lui_post_prod_full_img .lui-product-gallery-picture {
    border-radius: var(--lui-product-gallery-radius, 20px);
}

body .contenido_producto_view .lui-product-gallery-picture {
    background: #e8edf4;
    background: color-mix(in srgb, var(--surface-muted, #eef2f7) 56%, #dbe3ee 44%);
    overflow: hidden;
}

body .contenido_producto_view .producto_media_display > .lui_post_prod_full_img img {
    border-radius: calc(var(--lui-product-gallery-radius, 20px) - 4px);
}

body .contenido_producto_view .producto_media_display > .lui_post_prod_full_img .flickity-prev-next-button {
    width: 32px;
    height: 32px;
    background: rgba(15, 23, 42, 0.16);
    color: rgba(15, 23, 42, 0.72);
    box-shadow: none;
    opacity: 0.58;
    transition: opacity 0.18s ease, background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

body .contenido_producto_view .producto_media_display > .lui_post_prod_full_img:hover .flickity-prev-next-button,
body .contenido_producto_view .producto_media_display > .lui_post_prod_full_img .flickity-prev-next-button:focus-visible {
    opacity: 0.86;
}

body .contenido_producto_view .producto_media_display > .lui_post_prod_full_img .flickity-prev-next-button:hover {
    background: rgba(15, 23, 42, 0.24);
    color: rgba(15, 23, 42, 0.92);
}

body .contenido_producto_view .producto_media_display > .lui_post_prod_full_img .flickity-prev-next-button:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(11, 92, 171, 0.12);
}

body .contenido_producto_view .producto_media_display > .lui_post_prod_full_img .flickity-prev-next-button.previous {
    left: 8px;
}

body .contenido_producto_view .producto_media_display > .lui_post_prod_full_img .flickity-prev-next-button.next {
    right: 8px;
}

body .contenido_producto_view .producto_media_display > .lui_post_prod_full_img .flickity-prev-next-button .flickity-button-icon {
    left: 28%;
    top: 28%;
    width: 44%;
    height: 44%;
    fill: currentColor;
}

body .contenido_producto_view .producto_media_display > .lui_post_prod_full_img .flickity-prev-next-button:disabled {
    opacity: 0;
    pointer-events: none;
}

body .layshane-lightbox-viewer {
    --layshane-gallery-surface: #e8edf4;
    --layshane-gallery-surface-soft: rgba(15, 23, 42, 0.52);
    --layshane-gallery-control-fg: #ffffff;
    --layshane-gallery-control-muted: var(--text-60, #64748b);
    background: rgba(15, 23, 42, 0.86);
}

body .layshane-lightbox-viewer__image {
    background: var(--layshane-gallery-surface);
    background: color-mix(in srgb, var(--surface-muted, #eef2f7) 70%, #dfe6ef 30%);
    box-shadow: 0 18px 44px -34px rgba(0, 0, 0, 0.68);
}

.layshane-lightbox-viewer__download-actions {
    position: absolute;
    z-index: 7;
    top: calc(clamp(0.8rem, 2vw, 1.2rem) + env(safe-area-inset-top, 0px));
    left: clamp(0.8rem, 2vw, 1.2rem);
    display: flex;
    align-items: center;
    gap: 0.52rem;
    max-width: calc(100vw - 7.5rem);
}

.layshane-lightbox-viewer__download-btn {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    border-radius: 999px;
    min-height: 42px;
    padding: 0.62rem 0.88rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: var(--layshane-gallery-surface-soft);
    color: var(--layshane-gallery-control-fg, #ffffff);
    font: inherit;
    font-size: 0.84rem;
    font-weight: 720;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 12px 26px -22px rgba(15, 23, 42, 0.38);
    transition: background-color 0.18s ease, color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.layshane-lightbox-viewer__download-btn svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.layshane-lightbox-viewer__download-btn:hover {
    background: rgba(15, 23, 42, 0.72);
    color: #ffffff;
}

.layshane-lightbox-viewer__download-btn:active {
    transform: translateY(1px);
}

.layshane-lightbox-viewer__download-btn:disabled,
.layshane-lightbox-viewer__download-btn.is-loading {
    cursor: progress;
    opacity: 0.62;
}

body .layshane-lightbox-viewer .layshane-lightbox-viewer__control,
body .layshane-lightbox-viewer .layshane-lightbox-viewer__close {
    background: var(--layshane-gallery-surface-soft);
    color: var(--layshane-gallery-control-fg);
    box-shadow: 0 12px 26px -22px rgba(0, 0, 0, 0.64);
    backdrop-filter: blur(14px);
    transition: background-color 0.18s ease, color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

body .layshane-lightbox-viewer .layshane-lightbox-viewer__control:hover,
body .layshane-lightbox-viewer .layshane-lightbox-viewer__close:hover {
    background: rgba(15, 23, 42, 0.72);
    color: #ffffff;
}

body .layshane-lightbox-viewer .layshane-lightbox-viewer__control:active,
body .layshane-lightbox-viewer .layshane-lightbox-viewer__close:active {
    transform: translateY(-50%) scale(0.98);
}

body .layshane-lightbox-viewer .layshane-lightbox-viewer__close:active {
    transform: scale(0.98);
}

body .layshane-lightbox-viewer .layshane-lightbox-viewer__count {
    background: rgba(15, 23, 42, 0.56);
    color: #ffffff;
    box-shadow: 0 12px 26px -22px rgba(15, 23, 42, 0.42);
    backdrop-filter: blur(14px);
}

body .layshane-lightbox-viewer .layshane-lightbox-viewer__thumb {
    position: relative;
    box-sizing: border-box;
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 2px;
    background: rgba(244, 246, 251, 0.18);
    box-shadow: 0 10px 22px -20px rgba(0, 0, 0, 0.42);
    opacity: 0.58;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease, background-color 0.18s ease;
}

body .layshane-lightbox-viewer .layshane-lightbox-viewer__thumb:hover,
body .layshane-lightbox-viewer .layshane-lightbox-viewer__thumb:focus-visible {
    border-color: rgba(255, 255, 255, 0.54);
    opacity: 0.86;
}

body .layshane-lightbox-viewer .layshane-lightbox-viewer__thumbs {
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-padding-inline: 0.72rem;
    -webkit-overflow-scrolling: touch;
}

body .layshane-lightbox-viewer .layshane-lightbox-viewer__thumbs::-webkit-scrollbar {
    display: none;
}

body .layshane-lightbox-viewer .layshane-lightbox-viewer__thumb img {
    object-fit: contain;
    border-radius: 8px;
    background: rgba(232, 237, 244, 0.94);
}

body .layshane-lightbox-viewer .layshane-lightbox-viewer__thumb.is-active,
body .layshane-lightbox-viewer .layshane-lightbox-viewer__thumb[aria-current="true"] {
    border-color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.28);
    opacity: 1;
    box-shadow:
        0 0 0 2px color-mix(in srgb, var(--primary-100, #0b5cab) 68%, transparent),
        0 12px 24px -22px rgba(15, 23, 42, 0.44);
}

[data-theme-mode="night"] body .contenido_producto_view .lui_post_prod_full_img_slider .lui-thumb-cell,
[data-theme-mode="night"] body .contenido_producto_view .lui_post_prod_full_img_slider .lui-thumb-cell .lui-media-thumb,
[data-theme-mode="night"] body .contenido_producto_view .lui_post_prod_full_img_slider .lui-thumb-cell .lui-media-picture {
    background: rgba(255, 255, 255, 0.08);
}

[data-theme-mode="night"] body .contenido_producto_view .producto_media_display > .lui_post_prod_full_img,
[data-theme-mode="night"] body .contenido_producto_view .lui-product-gallery-picture {
    background: rgba(255, 255, 255, 0.08);
}

[data-theme-mode="night"] body .contenido_producto_view .producto_media_display > .lui_post_prod_full_img .flickity-prev-next-button {
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.82);
}

[data-theme-mode="night"] body .contenido_producto_view .producto_media_display > .lui_post_prod_full_img .flickity-prev-next-button:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

[data-theme-mode="night"] body .contenido_producto_view .lui_post_prod_full_img_slider .lui-thumb-cell.is-selected,
[data-theme-mode="night"] body .contenido_producto_view .lui_post_prod_full_img_slider .lui-thumb-cell.is-active,
[data-theme-mode="night"] body .layshane-lightbox-viewer .layshane-lightbox-viewer__thumb.is-active {
    background: rgba(255, 255, 255, 0.12);
}

[data-theme-mode="night"] body .contenido_producto_view .lui_post_prod_full_img_slider .lui-thumb-cell.is-selected,
[data-theme-mode="night"] body .contenido_producto_view .lui_post_prod_full_img_slider .lui-thumb-cell.is-active {
    border-color: color-mix(in srgb, var(--primary-100, #60a5fa) 82%, #ffffff 18%);
    box-shadow:
        inset 0 0 0 2px rgba(15, 23, 42, 0.74),
        0 10px 22px -22px rgba(96, 165, 250, 0.44);
}

[data-theme-mode="night"] body .layshane-lightbox-viewer .layshane-lightbox-viewer__thumb.is-active,
[data-theme-mode="night"] body .layshane-lightbox-viewer .layshane-lightbox-viewer__thumb[aria-current="true"] {
    border-color: color-mix(in srgb, var(--primary-100, #60a5fa) 82%, #ffffff 18%);
    box-shadow:
        0 0 0 2px rgba(147, 197, 253, 0.18),
        0 12px 24px -22px rgba(96, 165, 250, 0.42);
}

[data-theme-mode="night"] body .layshane-lightbox-viewer {
    --layshane-gallery-surface: rgba(255, 255, 255, 0.08);
    --layshane-gallery-surface-soft: rgba(15, 23, 42, 0.82);
    --layshane-gallery-control-fg: #dbeafe;
}

[data-theme-mode="night"] body .layshane-lightbox-viewer .layshane-lightbox-viewer__image,
[data-theme-mode="night"] body .layshane-lightbox-viewer .layshane-lightbox-viewer__thumb img {
    background: rgba(255, 255, 255, 0.08);
}

[data-theme-mode="night"] body .layshane-lightbox-viewer .layshane-lightbox-viewer__count {
    background: rgba(15, 23, 42, 0.78);
    color: #e5eefc;
}

@media (max-width: 720px) {
    body .contenido_producto_view .producto_media_display > .lui_post_prod_full_img {
        --lui-product-gallery-radius: 18px;
    }

    body .contenido_producto_view .producto_media_display > .lui_post_prod_full_img .flickity-prev-next-button {
        width: 30px;
        height: 30px;
        background: rgba(15, 23, 42, 0.14);
        color: rgba(15, 23, 42, 0.74);
        opacity: 0.54;
    }

    body .contenido_producto_view .producto_media_display > .lui_post_prod_full_img:hover .flickity-prev-next-button,
    body .contenido_producto_view .producto_media_display > .lui_post_prod_full_img .flickity-prev-next-button:focus-visible {
        opacity: 0.82;
    }

    body .contenido_producto_view .producto_media_display > .lui_post_prod_full_img .flickity-prev-next-button.previous {
        left: 6px;
    }

    body .contenido_producto_view .producto_media_display > .lui_post_prod_full_img .flickity-prev-next-button.next {
        right: 6px;
    }

    body .contenido_producto_view .lui_post_prod_full_img_slider .lui-thumb-cell {
        border-radius: 12px;
    }

    body .contenido_producto_view .lui_post_prod_full_img_slider .lui-thumb-cell .lui-media-picture {
        padding: 0;
    }

    body .layshane-lightbox-viewer {
        background: rgba(15, 23, 42, 0.8);
    }

    .layshane-lightbox-viewer__download-actions {
        max-width: calc(100vw - 5.8rem);
        gap: 0.42rem;
    }

    .layshane-lightbox-viewer__download-btn {
        min-height: 40px;
        padding: 0.58rem 0.72rem;
        font-size: 0.78rem;
    }

    body .layshane-lightbox-viewer .layshane-lightbox-viewer__control {
        top: 50%;
        bottom: auto;
        width: 34px;
        height: 34px;
        font-size: 0.95rem;
        opacity: 0.72;
    }

    body .layshane-lightbox-viewer .layshane-lightbox-viewer__control[data-lui-lightbox-prev] {
        left: 8px;
        transform: translateY(-50%);
    }

    body .layshane-lightbox-viewer .layshane-lightbox-viewer__control[data-lui-lightbox-next] {
        right: 8px;
        transform: translateY(-50%);
    }

    body .layshane-lightbox-viewer .layshane-lightbox-viewer__control:active {
        transform: translateY(-50%) scale(0.97);
    }

    body .layshane-lightbox-viewer .layshane-lightbox-viewer__count {
        position: absolute;
        top: calc(12px + env(safe-area-inset-top, 0px));
        bottom: auto;
        left: 50%;
        transform: translateX(-50%);
        min-height: 38px;
        margin: 0;
        padding: 0.35rem 0.68rem;
        font-size: 0.78rem;
    }

    body .layshane-lightbox-viewer .layshane-lightbox-viewer__thumbs {
        width: min(100%, calc(100vw - 1.4rem));
        padding: 0.2rem 0.18rem 0.28rem;
        max-height: calc(var(--lui-lightbox-thumb-size, 54px) + 8px);
    }

    body .layshane-lightbox-viewer .layshane-lightbox-viewer__close {
        width: 38px;
        height: 38px;
        font-size: 1.28rem;
    }
}

@media (max-width: 460px) {
    .layshane-lightbox-viewer__download-btn span {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .layshane-lightbox-viewer__download-btn {
        width: 40px;
        padding: 0;
    }
}
