.product-photo{position:relative;display:block;width:100%;padding:0;border:0}
.product-photo span{position:absolute;right:14px;bottom:14px;padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.94);color:var(--green);font-size:12px;font-weight:900;box-shadow:0 5px 18px rgba(0,0,0,.14)}
.gallery-modal[hidden]{display:none!important}
.gallery-modal{position:fixed;z-index:60;left:50%;top:50%;transform:translate(-50%,-50%);width:min(980px,92vw);max-height:92vh;overflow:auto;background:#fff;border-radius:26px;box-shadow:0 30px 100px rgba(0,30,20,.3);display:grid;grid-template-columns:1.25fr .75fr}
.gallery-close{position:absolute;z-index:2;right:16px;top:12px;width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:var(--green);font-size:30px;box-shadow:0 5px 20px rgba(0,0,0,.12)}
.gallery-stage{position:relative;min-height:590px;background:#e9eeea;overflow:hidden;border-radius:26px 0 0 26px}
.gallery-stage>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}
.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:var(--green);font-size:36px}
.gallery-prev{left:16px}.gallery-next{right:16px}
.gallery-info{padding:80px 30px 32px}.gallery-info>span{text-transform:uppercase;letter-spacing:.12em;color:#679d1a;font-size:11px;font-weight:900}.gallery-info h2{margin:10px 0 24px;color:var(--green);font-size:32px}
.gallery-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.gallery-thumbs button{height:78px;padding:0;border:3px solid transparent;border-radius:11px;overflow:hidden;background:#eef2ee}.gallery-thumbs button.active{border-color:var(--lime)}.gallery-thumbs img{width:100%;height:100%;object-fit:cover}
.gallery-add{width:100%;margin-top:24px;padding:15px;border:0;border-radius:11px;background:var(--green);color:#fff;font-weight:900}
@media(max-width:800px){.gallery-modal{grid-template-columns:1fr;width:94vw}.gallery-stage{min-height:390px;border-radius:26px 26px 0 0}.gallery-info{padding:24px}.gallery-close{top:10px;right:10px}}
