.pentex-slider-container .swiper-pagination-bullet {
width: 70px;
height: 8px;
border: 1px solid white;
background-color: transparent;
opacity: 0.5;
margin: 0 0.5rem;
border-radius: 9999px;
transition: opacity 0.3s, background-color 0.3s;
}
.pentex-slider-container .swiper-pagination-bullet-active {
opacity: 1;
background-color: white;
}
.pentex-slider-nav {
bottom: 30px;
} .pentex-slider-container.zoom-slider {
aspect-ratio: 16 / 9; } .swiper-slide {
background-size: cover;
background-position: center;
position: relative;
border-radius: var(--desktop-border-radius, 0);
}
@media (max-width: 767px) {
.swiper-slide {
background-image: var(--mobile-image, none);
border-radius: var(--mobile-border-radius, 0);
}
}
@media (min-width: 768px) {
.pentex-slider-container.zoom-slider {
aspect-ratio: 5 / 2; }
} .zoom-logo {
max-width: 300px;
height: auto;
object-fit: contain;
} .pentex-slider-popup {
display: none;
}
.pentex-slider-popup:not(.hidden) {
display: flex;
}
.pentex-slider-popup-inner {
position: relative;
width: 100%;
max-width: 1280px;
margin: 0 auto;
height: 100%;
}
.pentex-slider-popup .swiper-slide {
display: flex;
align-items: center;
justify-content: center;
}
.pentex-slider-popup .swiper-slide img {
max-width: 100%;
max-height: 80vh;
object-fit: contain;
} .pentex-slider-popup .swiper-button-prev,
.pentex-slider-popup .swiper-button-next {
color: #F8F8F8;
width: 48px;
height: 48px;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.3);
transition: background-color 0.3s;
}
.pentex-slider-popup .swiper-button-prev:hover,
.pentex-slider-popup .swiper-button-next:hover {
background-color: rgba(0, 0, 0, 0.5);
}
.pentex-slider-popup .swiper-button-prev:after,
.pentex-slider-popup .swiper-button-next:after {
font-size: 24px;
}
@media (max-width: 767px) {
.pentex-slider-container .swiper-pagination-bullet {
width: 24px;
height: 2px;
margin: 0 4px;
border: none;
}
.pentex-slider-nav {
bottom: 10px;
}
.zoom-logo {
max-width: 100px;
height: auto;
}
.pentex-slider-popup .swiper-button-prev,
.pentex-slider-popup .swiper-button-next {
width: 36px;
height: 36px;
}
.pentex-slider-popup .swiper-button-prev:after,
.pentex-slider-popup .swiper-button-next:after {
font-size: 20px;
}
.popup-close {
font-size: 2rem;
top: 1rem;
right: 1rem;
}
} .popup-close {
font-size: 2.5rem;
line-height: 1;
cursor: pointer;
color: #F8F8F8;
transition: color 0.3s;
}
.popup-close:hover {
color: #D1D1D1;
}