.product-gallery{position:relative;touch-action:pan-y}
.product-gallery [data-gallery-slide][hidden]{display:none!important}
.product-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:#fffffff2;color:var(--blue);font-size:34px;line-height:1;box-shadow:0 2px 8px #17345416;text-decoration:none;z-index:1}
.product-gallery-arrow:hover{background:#edf3ff;text-decoration:none}
.product-gallery-arrow.previous{left:12px}.product-gallery-arrow.next{right:12px}
.product-gallery-count{position:absolute;left:50%;bottom:12px;transform:translateX(-50%);border:1px solid var(--line);border-radius:20px;background:#fffffff2;color:#213b60;padding:4px 12px;font-size:12px;line-height:1.5;pointer-events:none}
.gallery-editor-list{display:flex;flex-direction:column;gap:12px;max-height:440px;overflow:auto;padding:4px}
.gallery-editor-row{display:grid;grid-template-columns:64px 1fr auto;align-items:center;gap:10px;border:1px solid var(--line);border-radius:9px;padding:9px}
.product-editor aside .gallery-editor-row .product-photo{width:64px;height:64px;aspect-ratio:1;border-radius:6px}
.gallery-editor-options{display:flex;flex-direction:column;gap:8px}.gallery-editor-options label{font-size:12px}
.gallery-editor-options input[type=radio]{width:18px;height:18px;min-height:18px;margin:2px 0 0;accent-color:var(--blue);flex-shrink:0}
.gallery-position-label{display:flex;gap:8px;align-items:center}.gallery-position-label input{width:60px;min-height:34px;padding:5px;margin:0}
.gallery-editor-move{display:flex;flex-direction:column;gap:5px}.gallery-editor-move .button{min-width:34px;min-height:34px;padding:4px 8px}
.gallery-editor-move [hidden]{display:none!important}.gallery-editor-row.to-remove{opacity:.5}.gallery-editor-ready .gallery-position-label{display:none}
@media(max-width:560px){.product-gallery-arrow.previous{left:9px}.product-gallery-arrow.next{right:9px}}
