.photo-slider-root{position:relative;width:100%;overflow:hidden;max-width:1280px;margin:0 auto;padding:0 20px}.photo-slider-root .photo-slider-swiper{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;aspect-ratio:16/10;min-height:clamp(280px,calc(.625 * (100vw - 40px)),85vh);max-height:75vh;background:rgb(43 50 59)}html[data-theme=light] .photo-slider-root .photo-slider-swiper{background:rgb(204,204,204)}.photo-slider-root .swiper-slide{position:relative;display:flex;align-items:center;justify-content:center;min-height:100%;box-sizing:border-box}.photo-slider-root .photo-slider-slide-img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block}.photo-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#DBDBDB;background:rgba(79,79,79,.75);border:none;cursor:pointer;transition:background .2s ease,color .2s ease}.photo-slider-arrow:hover{background:rgba(79,79,79,.9);color:#DBDBDB}.photo-slider-arrow-prev{left:24px}.photo-slider-arrow-next{right:24px}.photo-slider-fullscreen{position:absolute;bottom:24px;right:24px;z-index:10;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#DBDBDB;background:rgba(79,79,79,.75);border:none;cursor:pointer;transition:background .2s ease}.photo-slider-fullscreen:hover{background:rgba(79,79,79,.9)}.photo-slider-root .swiper-pagination{position:absolute;bottom:38px;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;width:auto;gap:3px;z-index:10;padding:9px 10px;background:rgba(79,79,79,.75);border-radius:9999px}.photo-slider-root .swiper-pagination-bullet{width:8px;height:8px;margin:0;flex-shrink:0;border-radius:9999px;cursor:pointer;background:rgba(255,255,255,.28);opacity:1;transition:background .25s ease,width .25s ease,box-shadow .25s ease}.photo-slider-root .swiper-pagination-bullet:hover{background:rgba(255,255,255,.5)}.photo-slider-root .swiper-pagination-bullet-active{width:20px;background:#fff;box-shadow:0 0 0 1px rgba(255,255,255,.35)}@media (min-width:768px){.photo-slider-arrow{width:48px;height:48px}.photo-slider-arrow-prev{left:36px}.photo-slider-arrow-next{right:36px}.photo-slider-fullscreen{bottom:28px;right:36px;width:48px;height:48px}}