.image-gallery{display:flex;gap:16px;padding:20px;background:#fff;width:50%;max-width:700px}.image-gallery__thumbnails{display:flex;flex-direction:column;gap:12px;flex-shrink:0}.image-gallery__thumbnail{position:relative;width:80px;height:80px;border:2px solid #ddd;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .2s ease;background:#f9f9f9}.image-gallery__thumbnail:hover{border-color:#888;box-shadow:0 2px 8px rgba(0,0,0,.1)}.image-gallery__thumbnail--active{border-color:#c45500;box-shadow:0 0 0 2px #c45500}.image-gallery__thumbnail--more{display:flex;align-items:center;justify-content:center;background:#f5f5f5;font-weight:600;font-size:20px;color:#666;cursor:pointer}.image-gallery__thumbnail--more:hover{background:#e9e9e9}.image-gallery__thumbnail-img{object-fit:contain;padding:4px}.image-gallery__video-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:4px;color:#555;background:#fff}.image-gallery__video-badge svg{color:#c45500}.image-gallery__video-badge span{font-size:9px;font-weight:700;letter-spacing:.5px}.image-gallery__more-count{font-size:24px}.image-gallery__main{flex:1;display:flex;flex-direction:column;gap:16px}.image-gallery__images{display:flex;justify-content:center;align-items:center}.image-gallery__main-image{width:100%;max-width:500px}.image-gallery__image-wrapper{position:relative;width:100%;aspect-ratio:1/1;border-radius:8px;overflow:hidden}.image-gallery__main-img{object-fit:contain;padding:16px}.image-gallery__play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;color:hsla(0,0%,100%,.95);filter:drop-shadow(0 4px 12px rgba(0,0,0,.3));pointer-events:none}.image-gallery__play-overlay svg{display:block}.image-gallery__info{text-align:center;padding:12px 0}.image-gallery__title{font-size:24px;font-weight:600;color:#0f1111;margin:0 0 12px}.image-gallery__fullview-btn{background:none;border:none;color:#007185;font-size:14px;cursor:pointer;text-decoration:none;padding:0;font-family:inherit}.image-gallery__fullview-btn:hover{color:#c45500;text-decoration:underline}@media(max-width:1024px){.image-gallery{width:60%;max-width:600px;padding:16px}.image-gallery__thumbnail{width:70px;height:70px}.image-gallery__main-image{max-width:400px}.image-gallery__title{font-size:20px}}@media(max-width:768px){.image-gallery{flex-direction:column;width:100%;max-width:100%;padding:12px}.image-gallery__thumbnails{flex-direction:row;overflow-x:auto;padding-bottom:8px;gap:8px}.image-gallery__thumbnails::-webkit-scrollbar{height:4px}.image-gallery__thumbnails::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.image-gallery__thumbnails::-webkit-scrollbar-thumb{background:#888;border-radius:2px}.image-gallery__thumbnail{width:60px;height:60px;flex-shrink:0}.image-gallery__main{width:100%}.image-gallery__images{flex-direction:column}.image-gallery__main-image{max-width:100%}.image-gallery__image-wrapper{max-height:400px}.image-gallery__title{font-size:18px}.image-gallery__fullview-btn{font-size:13px}}@media(max-width:480px){.image-gallery{padding:8px}.image-gallery__thumbnail{width:50px;height:50px}.image-gallery__video-badge span{font-size:7px}.image-gallery__video-badge svg{width:16px;height:16px}.image-gallery__more-count{font-size:18px}.image-gallery__image-wrapper{max-height:350px}.image-gallery__play-overlay svg{width:60px;height:60px}.image-gallery__main-img{padding:12px}}.product-info{width:50%;padding:20px;background:#fff}@media(max-width:1024px){.product-info{width:100%;padding:16px}}@media(max-width:768px){.product-info{padding:12px}}