.epd-gallery{--epd-gallery-gap:14px;--epd-thumb-size:72px;display:grid;grid-template-columns:var(--epd-thumb-size) minmax(0,1fr);align-items:start;gap:var(--epd-gallery-gap);width:100%;max-width:100%;box-sizing:border-box;contain:layout style}.epd-gallery-thumbs{display:flex;flex-direction:column;gap:10px;width:var(--epd-thumb-size);min-width:0}.epd-gallery-thumb{width:var(--epd-thumb-size);height:var(--epd-thumb-size);margin:0;padding:4px;overflow:hidden;box-sizing:border-box;appearance:none;-webkit-appearance:none;border:1px solid #e4e4e4;background:#fff;cursor:pointer;transition:transform .18s ease}.epd-gallery-thumb:hover{transform:translateY(-1px)}.epd-gallery-thumb:focus-visible{outline:2px solid currentColor;outline-offset:2px}.epd-gallery-thumb.is-active{border-color:#b78a52;box-shadow:0 0 0 1px currentColor inset}.epd-gallery-thumb img{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none}.epd-gallery-main-wrap{width:100%;min-width:0}.epd-gallery-main{display:flex;align-items:center;justify-content:center;width:100%;min-height:520px;overflow:hidden;box-sizing:border-box;background:#f7f5ef;text-decoration:none}.epd-gallery-main img{display:block;width:100%;height:100%;min-height:inherit;object-fit:contain;object-position:center;transition:opacity .15s ease}.epd-gallery-main img.epd-is-changing{opacity:.25}@media(max-width:767px){.epd-gallery{display:flex;flex-direction:column;gap:var(--epd-gallery-gap)}.epd-gallery-main-wrap{order:1;width:100%}.epd-gallery-thumbs{order:2;flex-direction:row;gap:10px;width:100%;max-width:100%;padding:2px 1px 8px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:none}.epd-gallery-thumbs::-webkit-scrollbar{display:none}.epd-gallery-thumb{flex:0 0 var(--epd-thumb-size);scroll-snap-align:start}.epd-gallery-main{min-height:340px}}@media(prefers-reduced-motion:reduce){.epd-gallery-thumb,.epd-gallery-main img{transition:none}}
