﻿.header nav{font-size:20px}
.header nav a{position:relative;padding:29px 0 24px;border-bottom:3px solid transparent;font-weight:500}
.header nav a.active{color:var(--green);border-bottom-color:var(--gold)}

.product-gallery,.article-gallery{min-width:0}
.gallery-main{background:var(--cream);overflow:hidden}
.gallery-main img{width:100%;height:560px;object-fit:contain;transition:opacity .2s}
.gallery-thumbs{display:flex;gap:12px;overflow-x:auto;padding:14px 2px 6px;scrollbar-width:thin}
.gallery-thumb{flex:0 0 92px;height:92px;border:2px solid transparent;padding:0;background:#fff;cursor:pointer;overflow:hidden;border-radius:5px}
.gallery-thumb.active{border-color:var(--gold);box-shadow:0 0 0 2px #fff inset}
.gallery-thumb img{width:100%;height:100%;object-fit:cover}
.article-gallery{margin-bottom:32px}
.article-gallery .gallery-main img{height:520px;object-fit:cover}

@media(max-width:620px){.header nav a{padding:10px 0}
.gallery-main img,.article-gallery .gallery-main img{height:360px}
.gallery-thumb{flex-basis:72px;height:72px}
}

.header nav{font-size:16.5px}
@media(max-width:620px){.header nav{font-size:17px}}
