.site-header{height:82px}
.brand-image{width:176px;height:70px;overflow:hidden;justify-content:center}
.brand-image img{width:100%;height:100%;object-fit:contain}
.product-carousel{min-width:0;position:relative}
.carousel-stage{height:600px;position:relative;display:grid;place-items:center;overflow:hidden;background:#d9dce0}
.carousel-stage>img{width:100%;height:100%;object-fit:contain;padding:30px;transition:opacity .18s ease,transform .18s ease}
.carousel-stage>img.changing{opacity:.25;transform:scale(.985)}
.carousel-arrow{width:44px;height:44px;position:absolute;top:50%;z-index:3;transform:translateY(-50%);display:grid;place-items:center;border:1px solid rgba(0,0,0,.13);border-radius:50%;background:rgba(255,255,255,.9);font-family:Georgia,serif;font-size:28px}
.carousel-prev{left:16px}.carousel-next{right:16px}
.carousel-count{position:absolute;right:16px;bottom:15px;padding:7px 10px;border-radius:20px;background:rgba(15,15,15,.78);color:#fff;font-size:10px}
.carousel-thumbs{margin-top:10px;padding-bottom:3px;display:flex;gap:9px;overflow-x:auto;scrollbar-width:thin}
.carousel-thumb{width:78px;height:78px;flex:0 0 78px;padding:4px;border:1px solid var(--line);background:#fff}
.carousel-thumb.active{border:2px solid var(--gold)}
.carousel-thumb img{width:100%;height:100%;object-fit:contain}
.gallery-upload{padding:15px;border:1px dashed #c9b278;border-radius:6px;background:#fffaf0}
.gallery-admin{margin-top:22px;padding:20px;border-top:1px solid #ddd;border-bottom:1px solid #ddd}
.gallery-admin h3{margin-top:0}.gallery-admin>div{display:flex;gap:12px;overflow-x:auto}
.gallery-admin label{min-width:115px;padding:8px;border:1px solid #ddd;background:#fff}
.gallery-admin img{width:98px;height:98px;display:block;object-fit:contain;background:#eee}
.gallery-admin span{margin-top:8px;display:flex;align-items:center;gap:5px;font-size:10px}
.gallery-admin input{width:auto}
@media(max-width:650px){.site-header{height:68px}.nav{top:68px}.brand-image{width:142px;height:60px}.carousel-stage{height:410px}.carousel-arrow{width:38px;height:38px}.carousel-thumb{width:66px;height:66px;flex-basis:66px}}
