.product-carousel-container{width:80%;max-width:80%;margin:0;padding:0 .5rem;position:relative;flex-shrink:1;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;max-height:100%}.carousel-title{font-size:1.2rem;font-weight:500;color:#c8742a;text-align:center;margin-bottom:.25rem;font-family:Arial,sans-serif;text-shadow:0 2px 6px rgba(0,0,0,.08)}.carousel-wrapper{border-radius:15px;box-shadow:0 1px 4px rgba(0,0,0,.3)}.carousel-slides-container,.carousel-wrapper{position:relative;width:100%;overflow:hidden}.carousel-slides{display:flex;transition:transform .6s ease-in-out;will-change:transform}.carousel-slide{min-width:100%;display:flex;justify-content:center;align-items:center;padding:1rem;background:hsla(0,0%,100%,.05);height:350px}.carousel-image{width:100%;height:100%;max-width:100%;max-height:330px;object-fit:contain;object-position:center;border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,.4);background:#d3cfc4;-webkit-clip-path:inset(5px);clip-path:inset(5px)}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:#c8742a;color:#000;border:none;width:40px;height:40px;border-radius:50%;font-size:2rem;font-weight:700;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 15px rgba(255,215,0,.4)}.carousel-button:hover{background:#fb0;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px rgba(255,215,0,.6)}.carousel-button:active{transform:translateY(-50%) scale(.95)}.carousel-button-prev{left:12px}.carousel-button-next{right:12px}.carousel-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:.5rem}.carousel-indicator{width:10px;height:10px;border-radius:50%;border:2px solid #c8742a;background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.carousel-indicator:hover{background:#fb0;transform:scale(1.2)}.carousel-indicator.active{background:gold;transform:scale(1.3)}.no-images-message{text-align:center;color:#e0e0e0;font-size:1.1rem;padding:2rem}.image-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);z-index:1000;animation:fadeIn .3s ease-out;padding:2rem}.image-modal-overlay,.modal-image-container{display:flex;justify-content:center;align-items:center}.modal-image-container{max-width:90vw;max-height:90vh;position:relative}.modal-image{width:auto;height:auto;max-width:100%;max-height:90vh;object-fit:contain;border-radius:10px;box-shadow:0 10px 50px rgba(0,0,0,.5)}.modal-close-button{position:absolute;top:2rem;right:2rem;background:rgba(255,215,0,.9);color:#000;border:none;width:50px;height:50px;border-radius:50%;font-size:2rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1001;box-shadow:0 4px 15px rgba(255,215,0,.4)}.modal-close-button:hover{background:gold;transform:scale(1.1);box-shadow:0 6px 20px rgba(255,215,0,.6)}.modal-nav-button{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,215,0,.9);color:#000;border:none;width:60px;height:60px;border-radius:50%;font-size:2.5rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1001;box-shadow:0 4px 15px rgba(255,215,0,.4)}.modal-nav-button:hover{background:gold;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px rgba(255,215,0,.6)}.modal-nav-prev{left:2rem}.modal-nav-next{right:2rem}@media (max-width:768px){.product-carousel-container{margin:.25rem auto;padding:0 .5rem;width:100%;max-width:100%}.carousel-title{font-size:1rem;margin-bottom:.25rem}.carousel-slide{height:220px}.carousel-image{max-width:100%;max-height:300px;object-fit:contain;object-position:center}.carousel-button{width:40px;height:40px;font-size:1.5rem}.image-modal-overlay{padding:1rem}.modal-close-button{top:1rem;right:1rem;width:40px;height:40px;font-size:1.5rem}.modal-nav-button{width:45px;height:45px;font-size:2rem}.modal-nav-prev{left:.5rem}.modal-nav-next{right:.5rem}.modal-image-container{max-width:95vw;max-height:85vh}.carousel-button-prev{left:5px}.carousel-button-next{right:5px}.carousel-indicators{margin-top:1rem;gap:.5rem}.carousel-indicator{width:10px;height:10px}}@media (max-width:480px){.product-carousel-container{width:100%;max-width:100%;padding:0 .5rem}.carousel-title{font-size:.85rem;margin-bottom:.2rem}.carousel-slide{height:180px;padding:.5rem}.carousel-image{max-width:100%;max-height:160px;object-fit:contain;object-position:center}.carousel-button{width:35px;height:35px;font-size:1.2rem}.carousel-indicator{width:8px;height:8px}}@media (max-width:360px){.product-carousel-container{width:100%;max-width:100%;padding:0 .25rem}.carousel-title{font-size:.75rem;margin-bottom:.15rem}.carousel-slide{height:150px;padding:.4rem}.carousel-image{max-width:100%;max-height:130px}.carousel-button{width:30px;height:30px;font-size:1rem}.carousel-indicator{width:7px;height:7px}}