.checkout-slider{width:100%;height:100%;min-height:320px;padding:28px 16px 36px;background:var(--card-bg,#f8f9fa);display:flex;flex-direction:column}.dark .checkout-slider{background:hsla(0,0%,100%,.04)}@media(max-width:767px){.checkout-slider{min-height:240px;padding:16px 12px 24px}}@media(min-width:900px){.checkout-slider{padding:40px 24px 48px 32px}}.checkout-slider__inner{max-width:none;margin:0;display:flex;flex-direction:column;gap:20px;flex:1;min-width:0}.checkout-slider__wrap{flex:1;min-height:0;width:100%;display:flex;flex-direction:column}.checkout-slider__track{position:relative;width:100%;aspect-ratio:5/3;flex-shrink:0;border-radius:12px;overflow:hidden;background:rgba(0,0,0,.06)}.dark .checkout-slider__track{background:hsla(0,0%,100%,.06)}@media(max-width:767px){.checkout-slider__track{aspect-ratio:4/3;border-radius:10px}}.checkout-slider__slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .4s ease,transform .4s ease;transform:scale(1.02)}.checkout-slider__slide--active{opacity:1;pointer-events:auto;transform:scale(1)}.checkout-slider__slide img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 6s ease-out}.checkout-slider__slide--active img{transform:scale(1.04)}.checkout-slider__dots{display:flex;justify-content:center;gap:8px;margin-top:12px}@media(max-width:767px){.checkout-slider__dots{gap:6px;margin-top:10px}}.checkout-slider__dot{width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;background:rgba(0,0,0,.2);transition:background .2s}.dark .checkout-slider__dot{background:hsla(0,0%,100%,.25)}.checkout-slider__dot:hover{background:rgba(0,0,0,.4)}.dark .checkout-slider__dot:hover{background:hsla(0,0%,100%,.5)}.checkout-slider__dot--active{background:#000}.dark .checkout-slider__dot--active{background:#fff}@media(max-width:767px){.checkout-slider__dot{width:5px!important;height:5px!important;min-width:5px!important;min-height:5px!important}}