.cnd-listing-gallery{width:100%;}.cnd-listing-gallery__grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;height:500px;gap:var(--spacing-1);overflow:visible;}.cnd-listing-gallery__grid:has(.cnd-listing-gallery__side:empty){grid-template-columns:1fr;}.cnd-listing-gallery__main{grid-row:span 2;min-height:0;background:#eee;border-top-left-radius:var(--image-radius);border-bottom-left-radius:var(--image-radius);overflow:hidden;cursor:pointer;}.cnd-listing-gallery__main picture,.cnd-listing-gallery__cell picture{display:block;width:100%;height:100%;}.cnd-listing-gallery__main picture img,.cnd-listing-gallery__cell picture img{display:block;width:100%;height:100%;object-fit:cover;}.cnd-listing-gallery__img{display:block;width:100%;height:100%;object-fit:cover;transition:all 2s;position:relative;}.cnd-listing-gallery__img--main{min-height:100%;min-width:100%;}.cnd-listing-gallery__main,.cnd-listing-gallery__cell{position:relative;}.cnd-listing-gallery__main::after,.cnd-listing-gallery__cell::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,0.10);opacity:0;transition:opacity 0.25s ease;pointer-events:none;z-index:1;border-radius:inherit;}.cnd-listing-gallery__main:hover::after,.cnd-listing-gallery__cell:hover::after{opacity:1;}.cnd-listing-gallery__side{position:relative;grid-row:span 2;min-height:0;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:var(--spacing-1);}.cnd-listing-gallery__side .cnd-listing-gallery__cell{position:relative;min-height:0;background:#eee;overflow:hidden;cursor:pointer;}.cnd-listing-gallery__side .cnd-listing-gallery__cell:nth-child(2){border-top-right-radius:var(--image-radius);}.cnd-listing-gallery__side .cnd-listing-gallery__cell:nth-child(4){border-bottom-right-radius:var(--image-radius);}.cnd-listing-gallery__cell>.cnd-listing-gallery__img{position:absolute;inset:0;}.cnd-listing-gallery__more{position:absolute;right:-1.5rem;bottom:-1.5rem;width:5rem;height:5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.125rem;background:#fff;color:#333;border:1px solid #555;border-radius:50%;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,0.15);transition:background 0.2s,color 0.2s,box-shadow 0.2s;}.cnd-listing-gallery__more:hover,.cnd-listing-gallery__more:focus{background:#f5f5f5;box-shadow:0 4px 12px rgba(0,0,0,0.2);outline:2px solid currentColor;outline-offset:2px;}.cnd-listing-gallery__more-num{display:block;font-size:1.25rem;font-weight:700;line-height:1.2;}.cnd-listing-gallery__more-label{display:block;font-size:0.75rem;font-weight:400;line-height:1.2;}.cnd-listing-gallery__dialog{position:fixed;inset:0;width:100vw;height:100vh;height:100dvh;max-width:none;max-height:none;margin:0;padding:0;border:none;background:rgba(0,0,0,0.9);z-index:100000;overflow-y:hidden;max-height:100vh;}.cnd-listing-gallery__dialog::backdrop{background:rgba(0,0,0,0.9);}.cnd-listing-gallery__dialog-inner{position:relative;width:100%;height:100%;min-height:100%;overflow:auto;padding:3rem 1.5rem 2rem;box-sizing:border-box;background:#fff;}.cnd-listing-gallery__dialog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-2);max-width:80%;margin:0 auto;}.cnd-listing-gallery__close{position:fixed;top:1rem;left:1rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;min-height:48px;padding:0 1rem;background:var(--color-cnd-gray-light);color:#333;border:none;border-radius:24px;font-size:1rem;line-height:1;cursor:pointer;transition:background 0.2s,color 0.2s;}.cnd-listing-gallery__close:hover,.cnd-listing-gallery__close:focus{background:#333;color:#fff;outline:none;}.cnd-listing-gallery__close--icon{left:auto;right:1rem;width:48px;min-width:48px;height:48px;padding:0;border-radius:50%;gap:0;font-size:1.5rem;}.cnd-listing-gallery__dialog-cell{position:relative;aspect-ratio:4/3;background:#f0f0f0;overflow:hidden;border-radius:4px;cursor:pointer;}.cnd-listing-gallery__dialog-cell::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,0.10);opacity:0;transition:opacity 0.25s ease;pointer-events:none;z-index:1;border-radius:inherit;}.cnd-listing-gallery__dialog-cell:hover::after{opacity:1;}.cnd-listing-gallery__zoom{position:fixed;inset:0;z-index:100001;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#00B2FF;box-sizing:border-box;overflow:hidden;}.cnd-listing-gallery__zoom::before{content:'';position:absolute;inset:-100%;width:300%;height:300%;left:-100%;top:-100%;z-index:0;background-image:url('../../assets/images/pattern-animation2.svg');background-repeat:repeat;background-size:200px 200px;opacity:.3;animation:cnd-gallery-zoom-pattern 25s linear infinite;pointer-events:none;}@keyframes cnd-gallery-zoom-pattern{0%{transform:rotate(40deg) translate(0,0);}100%{transform:rotate(40deg) translate(0,200px);}}.cnd-listing-gallery__zoom-header{display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;margin-bottom:1rem;min-height:40px;}.cnd-listing-gallery__zoom-counter{color:#fff;font-size:1rem;font-weight:500;}.cnd-listing-gallery__zoom-close{position:fixed;top:1rem;right:1rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.9);color:#333;border:none;border-radius:50%;font-size:1.5rem;line-height:1;cursor:pointer;transition:background 0.2s,color 0.2s;z-index:100002;}.cnd-listing-gallery__zoom-close:hover,.cnd-listing-gallery__zoom-close:focus{background:#fff;color:#000;outline:2px solid currentColor;outline-offset:2px;}.cnd-listing-gallery__zoom.content{position:relative;display:flex;align-items:center;justify-content:center;flex:1;width:100%;min-height:0;cursor:grab;touch-action:pan-y;user-select:none;-webkit-user-select:none;overflow:clip;}.cnd-listing-gallery__zoom-content:active{cursor:grabbing;}.cnd-listing-gallery__zoom-content>img{max-width:min(95vw,1200px);max-height:88vh;width:auto;height:auto;object-fit:contain;pointer-events:none;user-select:none;-webkit-user-select:none;}.cnd-listing-gallery__zoom-slider{display:none;position:absolute;inset:0;align-items:center;justify-content:center;pointer-events:none;}.cnd-listing-gallery__zoom-content.has-slider .cnd-listing-gallery__zoom-slider{display:flex;position:relative;inset:auto;width:100%;height:100%;perspective:1200px;}.cnd-listing-gallery__zoom-content.has-slider>img{display:none;}.cnd-listing-gallery__zoom-content.has-slider .cnd-listing-gallery__slide{position:absolute;max-width:min(95vw,1200px);max-height:88vh;pointer-events:none;z-index:0;opacity:0;transition:transform 0.7s cubic-bezier(0.22,0.61,0.36,1),opacity 0.3s ease;}.cnd-listing-gallery__zoom-content.has-slider .cnd-listing-gallery__slide.active,.cnd-listing-gallery__zoom-content.has-slider .cnd-listing-gallery__slide.next,.cnd-listing-gallery__zoom-content.has-slider .cnd-listing-gallery__slide.next2,.cnd-listing-gallery__zoom-content.has-slider .cnd-listing-gallery__slide.prev{opacity:1;}.cnd-listing-gallery__zoom-content.has-slider .cnd-listing-gallery__slide.active{pointer-events:auto;}.cnd-listing-gallery__zoom-content.has-slider .cnd-listing-gallery__slide img{display:block;width:100%;height:auto;max-height:88vh;object-fit:contain;border-radius:8px;box-shadow:0px 0px 20px 12px rgb(0 0 0 / 47%);pointer-events:none;user-select:none;padding:20px;background:#fff;}.cnd-listing-gallery__zoom-content.has-slider .cnd-listing-gallery__slide.active{transform:translateX(0) scale(1);z-index:5;}.cnd-listing-gallery__zoom-content.has-slider .cnd-listing-gallery__slide.next{transform:translateX(60px) scale(0.95) rotate(3deg);z-index:4;}.cnd-listing-gallery__zoom-content.has-slider .cnd-listing-gallery__slide.prev{transform:translateX(-60px) scale(0.95) rotate(-3deg);z-index:4;}.cnd-listing-gallery__zoom-content.has-slider .cnd-listing-gallery__slide.next2{transform:translateX(120px) scale(0.9) rotate(6deg);z-index:3;position:relative;}.cnd-listing-gallery__zoom-content.has-slider .cnd-listing-gallery__slide.next::after,.cnd-listing-gallery__zoom-content.has-slider .cnd-listing-gallery__slide.next2::after,.cnd-listing-gallery__zoom-content.has-slider .cnd-listing-gallery__slide.prev::after{content:'';position:absolute;inset:0;background:rgb(0 0 0 / 4%);border-radius:8px;pointer-events:none;transition:opacity 0.25s ease;}.cnd-listing-gallery__zoom-prev,.cnd-listing-gallery__zoom-next{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.9);color:#333;border:none;border-radius:50%;font-size:1.5rem;line-height:1;cursor:pointer;transition:background 0.2s,color 0.2s;z-index:10;}.cnd-listing-gallery__zoom-prev{left:10%;}.cnd-listing-gallery__zoom-next{right:10%;}.cnd-listing-gallery__zoom-prev:hover,.cnd-listing-gallery__zoom-prev:focus,.cnd-listing-gallery__zoom-next:hover,.cnd-listing-gallery__zoom-next:focus{background:#fff;color:#000;outline:2px solid currentColor;outline-offset:2px;}.cnd-listing-gallery__zoom-prev:disabled,.cnd-listing-gallery__zoom-next:disabled{opacity:0.4;cursor:not-allowed;}.cnd-listing-gallery__dialog-cell picture{display:block;width:100%;height:100%;}.cnd-listing-gallery__dialog-cell picture img,.cnd-listing-gallery__dialog-img{display:block;width:100%;height:100%;object-fit:cover;transition:all 2s;}.cnd-listing-gallery__dialog-cell:hover picture img,.cnd-listing-gallery__dialog-cell:hover .cnd-listing-gallery__dialog-img{transform:scale(1);}@media (max-width:767px){.cnd-listing-gallery__zoom{top:-10%;}.cnd-listing-gallery__zoom-prev,.cnd-listing-gallery__zoom-next{top:75%;}.cnd-listing-gallery__zoom-prev{left:30%;}.cnd-listing-gallery__zoom-next{right:30%;}.cnd-listing-gallery__dialog-grid{grid-template-columns:repeat(1,1fr);max-width:90%;}.cnd-listing-gallery__dialog-inner{padding:4rem 0 2rem;}.cnd-listing-gallery__close{top:0.5rem;left:0.5rem;}.cnd-listing-gallery__close--icon{left:auto;right:0.5rem;}}img{display:block;width:100%;height:100%;object-fit:cover;user-select:none;}.content{position:absolute;width:100%;height:100%;grid-template-columns:100%;place-items:center;z-index:10;overflow-y:auto;}.content::-webkit-scrollbar{width:7px;}.content::-webkit-scrollbar-track{box-shadow:inset 0 0 0.3rem var(--scrollbar-track);border-radius:40px;margin:18px 0;}.content::-webkit-scrollbar-thumb{box-shadow:inset 0 0 0.5rem var(--scrollbar-thumb);background-color:var(--primary-clr);outline:none;border-radius:40px;}.cnd-listing-gallery__zoom:not([hidden]) .swiper{width:100vh;height:auto;max-width:100vw;}.swiper-slide{position:relative;display:block;padding:15px;border-radius:10px;background-color:var(--color-cnd-white);}.swiper-slide::after{content:'';position:absolute;inset:0;background:rgb(0 0 0 / 4%);border-radius:8px;pointer-events:none;transition:opacity 0.85s ease;}.swiper-slide::after{content:none;transition:opacity 0.85s ease;}.swiper-slide .cnd-listing-gallery__zoom-bg{display:block;width:100%;height:min(70vh,1000px);border-radius:5px;background-position:center center;background-repeat:no-repeat;background-size:contain;pointer-events:none;filter:brightness(1.03) contrast(1.05);background-size:cover;}@media (max-width:1300px){main{width:90%;}.swiper{width:270px;}}@media (max-width:1100px){.content{padding:40px 20px 20px;}.swiper{width:240px;}}@media (max-width:900px){.content{padding:30px 40px 20px;overflow-x:hidden;}.swiper-slide{padding:8px;}.swiper{margin:30px auto 50px;}}@media (max-width:580px){.content{overflow-x:hidden;}.swiper{width:220px;margin:20px auto 35px;}.swiper-slide .cnd-listing-gallery__zoom-bg{height:min(30vh,700px);}}.swiper-3d .swiper-wrapper{width:max-content;height:max-content;}body:has(.cnd-listing-gallery__zoom.open) #main-content{max-height:1px;overflow:hidden;}@media (max-width:767px){.cnd-listing-gallery__grid{grid-template-columns:1fr;aspect-ratio:auto;min-height:320px;}.cnd-listing-gallery__main{grid-row:span 1;min-height:240px;border-radius:10px;}.cnd-listing-gallery__side .cnd-listing-gallery__cell{border-radius:10px;}.cnd-listing-gallery__side .cnd-listing-gallery__cell:nth-child(2){border-top-right-radius:10px;}.cnd-listing-gallery__side .cnd-listing-gallery__cell:nth-child(4){border-bottom-right-radius:10px;}}