.slider{position:relative;max-width:100%;margin:0 auto;overflow:hidden;text-align:center}.slider-media{width:100%;height:300px;border-radius:12px;overflow:hidden;cursor:pointer}.slider-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.slider-image{width:100%;max-width:700px;height:400px;object-fit:content;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.1);transition:all .4s ease-in-out}.arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.8);border:none;font-size:2rem;padding:0 12px;cursor:pointer;border-radius:50%;z-index:1;transition:background .3s}.arrow:hover{background:#ddd}.arrow.left{left:10px}.arrow.right{right:10px}.dots{margin-top:10px;display:flex;justify-content:center;gap:10px}.dot{height:12px;width:12px;background-color:#bbb;border-radius:50%;display:inline-block;cursor:pointer;transition:background .3s ease}.dot.active,.dot:hover{background-color:#007bff}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;z-index:999;cursor:zoom-out}.popup-image{max-width:90%;max-height:90%;border-radius:12px;box-shadow:0 0 20px rgba(255,255,255,.2);cursor:default}.popup-arrow{position:absolute;top:50%;transform:translateY(-50%);font-size:3rem;color:white;background:rgba(0,0,0,.4);border:none;padding:0 16px;cursor:pointer;z-index:1000;border-radius:50%}.popup-arrow.left{left:30px}.popup-arrow.right{right:30px}.popup-arrow:hover{background:rgba(255,255,255,.3)}@media (max-width:768px){.arrow{font-size:1.5rem}.slider-image{max-width:100%;border-radius:8px}}@media (max-width:426px){.slider-media{height:100%}.gallery-slider-wrapper{padding:0}.overview-gallery-row{gap:0}}