.product-gallery{border:1px solid #d6ddd0;border-radius:13px;overflow:hidden;background:#fff;align-self:start;min-width:0}.product-gallery .gallery-label{padding:20px 23px;border:0;border-bottom:1px solid #dce3d5;display:flex;align-items:center;justify-content:space-between;gap:15px;color:#566b47;background:#fff;line-height:1.5}.product-gallery .gallery-label>span{font-size:10px}.product-gallery .detail-image{position:relative;border:0;border-radius:0;background:#fff;aspect-ratio:1.12;overflow:hidden}.product-gallery .detail-image img{display:block;width:100%;height:100%;object-fit:contain;padding:18px 25px;cursor:zoom-in;box-sizing:border-box}.gallery-open{position:absolute;inset:0;border:0;background:transparent;cursor:zoom-in;z-index:1}.product-gallery #image-zoom{z-index:3;bottom:15px;right:15px;border:1px solid #b6c3aa;border-radius:50%;width:42px;height:42px;min-width:42px;min-height:42px;background:#fff;color:#2d4920;box-shadow:0 4px 14px #1a321016}.gallery-step{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:37px;height:48px;display:grid;place-items:center;border:1px solid #cfd9c4;border-radius:6px;background:#ffffffed;color:#354f27;cursor:pointer;box-shadow:0 3px 12px #1931140c}.gallery-step .icon{width:18px;height:18px}.gallery-step.prev{left:12px}.gallery-step.next{right:12px}.gallery-step.prev .icon{transform:rotate(180deg)}.gallery-step:hover{background:#edf3e6}.product-gallery .thumbnails{display:flex;gap:12px;padding:15px 20px 18px;margin:0;overflow-x:auto;overflow-y:hidden;align-items:center;border-top:1px solid #e7ebdf;scrollbar-width:thin;background:#fff}.product-gallery .thumbnails button{display:block;flex:0 0 76px;width:76px;height:72px;border:1px solid #c9d4bd;border-radius:7px;padding:4px;background:#fff;outline:0;box-shadow:none;overflow:hidden;margin:0;min-height:72px}.product-gallery .thumbnails button[aria-pressed=true]{border:2px solid #c35a2a;box-shadow:inset 0 0 0 2px #f7e3d0;background:#fffaf6}.product-gallery .thumbnails button:focus-visible{outline:2px solid #d56a34;outline-offset:2px}.product-gallery .thumbnails img{width:100%;height:100%;display:block;object-fit:contain}.product-gallery .gallery-caption{padding:0 21px 20px;margin:0;color:#5a6c50;font-size:11px;line-height:1.7}
body.gallery-opened{overflow:hidden}#gallery-lightbox{position:fixed;inset:0;margin:auto;padding:0;width:calc(100% - 50px);max-width:1500px;height:calc(100dvh - 50px);max-height:calc(100dvh - 50px);border:1px solid #57694b;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 25px 90px #07160755;color:#283d20}#gallery-lightbox[open]{display:flex;flex-direction:column}#gallery-lightbox::backdrop{background:#09160dea;backdrop-filter:blur(5px)}.lightbox-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 22px;background:#202b26;color:#fff;flex:none}.lightbox-title{min-width:0}.lightbox-title strong{display:block;font-size:15px;font-weight:600;line-height:1.4;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:70vw}.lightbox-title small{display:block;font-size:10px;color:#cbd9bf;margin-top:5px}.lightbox-controls{display:flex;gap:8px;flex:none}.lightbox-controls button{display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid #66745c;border-radius:6px;background:#303d33;color:#fff;min-width:40px;min-height:40px;padding:10px 13px;font-size:11px;cursor:pointer}.lightbox-controls .icon{width:17px;height:17px}.lightbox-controls button:hover{background:#44543a}.lightbox-stage{flex:1;min-height:0;overflow:auto;overscroll-behavior:contain;display:flex;align-items:center;justify-content:center;background:#fff;position:relative;touch-action:pan-x pan-y}.lightbox-stage img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;user-select:none;-webkit-user-drag:none;cursor:zoom-in}.lightbox-stage.is-zoomed{display:block;cursor:grab}.lightbox-stage.is-zoomed img{max-width:none;max-height:none;margin:auto;cursor:grab}.lightbox-stage.is-dragging,.lightbox-stage.is-dragging img{cursor:grabbing}.lightbox-bottom{display:flex;align-items:center;justify-content:center;gap:22px;background:#f1f5ea;border-top:1px solid #d7e1cc;flex:none;padding:13px 20px;min-height:64px}.lightbox-bottom>span{font-size:12px;color:#475e36;min-width:100px;text-align:center}.lightbox-bottom button{display:flex;align-items:center;gap:9px;border:1px solid #c2d1b4;background:#fff;padding:10px 16px;border-radius:7px;color:#385328;font-size:12px;min-height:40px;cursor:pointer}.lightbox-bottom button:disabled{opacity:.4;cursor:default}.lightbox-bottom .icon{width:16px;height:16px}.lightbox-bottom [data-lightbox-prev] .icon{transform:rotate(180deg)}#gallery-lightbox :focus-visible{outline:3px solid #ea8954;outline-offset:3px}
@media(max-width:700px){.product-gallery .gallery-label{padding:17px 18px}.product-gallery .detail-image{aspect-ratio:1.08}.product-gallery .detail-image img{padding:16px}.product-gallery .thumbnails{padding:13px 17px 17px;gap:10px}.product-gallery .thumbnails button{flex-basis:65px;width:65px;height:63px;min-height:63px}.product-gallery .gallery-caption{padding:0 18px 18px;font-size:10px}.gallery-step{height:42px;width:31px}.gallery-step.prev{left:9px}.gallery-step.next{right:9px}#gallery-lightbox{width:calc(100% - 12px);height:calc(100dvh - 12px);max-height:calc(100dvh - 12px);border-radius:10px}.lightbox-toolbar{padding:13px 14px;gap:10px;flex-wrap:wrap}.lightbox-title{width:calc(100% - 50px)}.lightbox-title strong{font-size:13px;max-width:calc(100vw - 85px);white-space:normal;line-height:1.5}.lightbox-controls{width:100%;justify-content:flex-end}.lightbox-controls button{font-size:11px;padding:9px 12px}.lightbox-controls [data-lightbox-close]{position:absolute;right:12px;top:12px;width:36px;min-height:36px}.lightbox-title small{font-size:10px}.lightbox-bottom{gap:10px;padding:12px 10px}.lightbox-bottom>span{min-width:57px;font-size:11px}.lightbox-bottom button{font-size:11px;padding:10px;gap:6px;min-height:40px}}
