.product-gallery{gap:var(--space-6);width:100%;max-width:840px;height:588px;display:flex}.product-gallery-thumbnails-column{gap:var(--space-6);flex-shrink:0;width:15%;min-width:120px;height:588px;display:flex}.product-gallery-thumbnails-wrapper{flex:1;height:588px;position:relative;overflow:hidden}.product-gallery-thumbnails{flex-direction:column;gap:50px;display:flex;position:absolute;top:0;left:0;right:0}.product-gallery-thumbnail{aspect-ratio:1;border-radius:var(--radius-sm);cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:cover;border:2px solid #0000;width:100%;transition:transform .3s;overflow:hidden}.product-gallery-thumbnail.selected{border-color:#f08a17;transform:scale(1.1)}.product-gallery-scrollbar-track{cursor:pointer;background-color:#e0e0e0;border-radius:3px;width:6px;height:588px;position:relative}.product-gallery-scrollbar-thumb{cursor:grab;-webkit-user-select:none;user-select:none;background-color:#f08a17;border-radius:3px;width:6px;transition:transform .1s;position:absolute;top:0;left:0}.product-gallery-scrollbar-thumb:active{cursor:grabbing;transition:none}.product-gallery-main-image-wrapper{align-items:center;gap:var(--space-4);flex:1;display:flex;position:relative}.product-gallery-main-image{border-radius:var(--radius-sm);cursor:pointer;flex:1;height:588px;position:relative;overflow:hidden}.product-gallery-main-image-inner{width:100%;height:100%;position:relative}.product-gallery-main-image-inner img{object-fit:cover;width:100%;height:100%;transition:opacity .3s}.product-gallery-main-image-inner.fade img{animation:.3s fadeInMainImage}@keyframes fadeInMainImage{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.product-gallery-nav-button{cursor:pointer;padding:var(--space-3);z-index:10;background:#ffffffe6;border:2px solid #f08a17;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;box-shadow:0 2px 8px #00000026}.product-gallery-nav-button:hover{background:#f08a17;transform:scale(1.1);box-shadow:0 4px 12px #f08a1766}.product-gallery-nav-button:hover img{filter:brightness(0)invert()}.product-gallery-nav-button img{transition:filter .2s;display:block}.product-gallery-modal{cursor:pointer;margin:0;padding:0;z-index:10200!important;background-color:#000000e6!important;justify-content:center!important;align-items:center!important;display:flex!important;position:fixed!important;inset:0!important}.product-gallery-modal-content{cursor:default;justify-content:center;align-items:center;max-width:90vw;max-height:90vh;display:flex;position:relative}.product-gallery-modal-image{justify-content:center;align-items:center;max-width:100%;max-height:90vh;display:flex;position:relative}.product-gallery-modal-image img{object-fit:contain;max-width:100%;max-height:90vh;transition:opacity .3s}.product-gallery-modal-image.fade img{animation:.3s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.product-gallery-modal-close{color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:40px;line-height:1;transition:color .2s,background .2s;display:flex;position:absolute;top:-40px;right:0}.product-gallery-modal-close:hover{color:#f08a17;background:#000000b3}.product-gallery-modal-button{cursor:pointer;padding:var(--space-3);z-index:10;background:#ffffffe6;border:2px solid #f08a17;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0000004d}.product-gallery-modal-button:hover{background:#f08a17;transform:translateY(-50%)scale(1.1);box-shadow:0 4px 16px #f08a1780}.product-gallery-modal-button:hover img{filter:brightness(0)invert()}.product-gallery-modal-button-left{left:-70px}.product-gallery-modal-button-right{right:-70px}.product-gallery-modal-button img{transition:filter .2s;display:block}@media (max-width:1200px){.product-gallery{max-width:100%}}@media (max-width:768px){.product-gallery{flex-direction:column;max-width:100%;height:auto}.product-gallery-thumbnails-column{display:none}.product-gallery-main-image-wrapper{gap:var(--space-3);width:100%}.product-gallery-main-image{aspect-ratio:4/3;height:auto;min-height:280px}.product-gallery-nav-button{width:44px;min-width:44px;height:44px;min-height:44px}.product-gallery-modal-close{top:calc(var(--header-height,73px) + env(safe-area-inset-top,0px) + var(--space-2));right:max(var(--space-4),env(safe-area-inset-right,0px));z-index:10201;background-color:#000000b3;border-radius:50%;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;min-height:48px;font-size:28px;display:flex;position:fixed}}@media (max-width:480px){.product-gallery-main-image{aspect-ratio:1;min-height:240px}.product-gallery-nav-button{width:40px;min-width:40px;height:40px;min-height:40px}.product-gallery-modal-button-left{left:var(--space-2)}.product-gallery-modal-button-right{right:var(--space-2)}.product-gallery-modal-button{width:44px;height:44px}.product-gallery-modal-close{top:calc(var(--header-height,73px) + env(safe-area-inset-top,0px) + var(--space-2));right:max(var(--space-4),env(safe-area-inset-right,0px))}}
