#app{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.original-price{text-decoration:line-through}.product-gallery{display:flex;flex-direction:column;gap:12px}.product-gallery-frame{background-color:#fff;aspect-ratio:4/5;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.product-gallery-frame img{width:100%;height:100%;object-fit:contain}.product-gallery-empty{color:#7a7a7a;font-size:.95rem}.product-gallery-controls{display:flex;align-items:center;justify-content:space-between}.gallery-nav{border:0;background-color:#000000a6;color:#fff;width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,color .2s ease;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.gallery-nav:disabled{background-color:#000000a6;opacity:.4;cursor:not-allowed}.gallery-nav:not(:disabled):hover{background-color:#000000d9}.gallery-nav-left{left:12px}.gallery-nav-right{right:12px}.gallery-swipe{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;touch-action:pan-y}.product-gallery-thumbs{display:flex;gap:10px;overflow-x:auto;padding-bottom:6px;justify-content:center}.gallery-thumb{border:0;padding:0;background:transparent;cursor:pointer;opacity:.5;transition:opacity .2s ease;width:70px;height:70px;display:inline-flex;align-items:center;justify-content:center}.gallery-thumb.is-active{opacity:1}.gallery-thumb img{width:70px;height:70px;object-fit:cover;display:block}.gallery-swipe{touch-action:pan-y}
