.product-gallery{display:flex;flex-direction:column;gap:12px;width:100%}.product-gallery__main-wrapper{position:relative;width:100%;overflow:hidden;border-radius:4px;background:#f8f9fa}.product-gallery__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.product-gallery__track--grid{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;overflow-x:hidden!important}.product-gallery__track--no-snap{scroll-snap-type:none!important;overflow:hidden!important}.product-gallery__track::-webkit-scrollbar{display:none}@media(min-width:768px){.product-gallery__track--grid{grid-template-columns:repeat(2,1fr)!important}.product-gallery__track--grid .product-gallery__slide[data-index="0"]{grid-column:span 2}}.product-gallery__slide{flex:0 0 100%;scroll-snap-align:start;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative}.product-gallery__image{width:100%;height:100%;object-fit:cover;transition:transform .2s cubic-bezier(.16,1,.3,1);transform-origin:center center;user-select:none;-webkit-user-drag:none}.product-gallery__image--zoomed{transition:transform .05s linear!important}.product-gallery__zoom-indicator{position:absolute;bottom:16px;right:16px;background:#ffffffe6;border:none;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 10px #00000026;z-index:5;color:#111;transition:background .2s,transform .1s}.product-gallery__zoom-indicator:hover{background:#fff;transform:scale(1.05)}.product-gallery__zoom-indicator:active{transform:scale(.95)}.product-gallery__main-wrapper--zoomed{box-shadow:0 4px 20px #00000026}.product-gallery__pagination-dots{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:8px;background:#fff6;padding:6px 12px;border-radius:20px;backdrop-filter:blur(4px);z-index:4}.product-gallery__dot{width:8px;height:8px;border-radius:50%;background:#0003;border:none;padding:0;cursor:pointer;transition:background .2s,transform .2s}.product-gallery__dot--active{background:#000;transform:scale(1.2)}.product-gallery__pagination-fraction{position:absolute;bottom:16px;left:16px;display:inline-flex;align-items:center;gap:4px;background:#ffffffd9;padding:6px 12px;border-radius:16px;box-shadow:0 2px 8px #0000000f;font-size:13px;font-weight:700;color:#111;z-index:4}.product-gallery__fraction-current{font-variant-numeric:tabular-nums}.product-gallery__fraction-divider{display:inline-block;position:relative;width:14px;height:14px}.product-gallery__fraction-divider:after{content:"/";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#888;font-weight:400}.product-gallery__fraction-total{color:#666;font-weight:500;font-variant-numeric:tabular-nums}.product-gallery__arrows{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;padding:0 12px}.product-gallery__arrow{background:#ffffffd9;border:none;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto;box-shadow:0 2px 8px #0000001a;transition:background .2s,transform .1s;color:#111}.product-gallery__arrow[disabled]{opacity:0;pointer-events:none}.product-gallery__arrow:hover{background:#fff;transform:scale(1.05)}.product-gallery__arrow:active{transform:scale(.95)}.product-gallery__thumbs-wrapper{position:relative;width:100%}.product-gallery__thumbs{position:relative;display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.product-gallery__thumbs--carousel{scroll-snap-type:x mandatory}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{flex:0 0 64px;border:2px solid transparent;border-radius:4px;overflow:hidden;cursor:pointer;padding:0;background:none;transition:border-color .2s}.product-gallery__thumb--carousel{scroll-snap-align:start}.product-gallery__thumb--active{border-color:#000}.product-gallery__thumb-img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs-arrows{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;padding:0 4px;z-index:3}.product-gallery__thumbs-arrow{background:#ffffffe6;border:1px solid #e5e7eb;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto;box-shadow:0 2px 6px #0000001a;transition:background .2s,transform .1s,opacity .2s;color:#111}.product-gallery__thumbs-arrow[disabled],.product-gallery__thumbs-arrow--disabled{opacity:0;pointer-events:none}.product-gallery__thumbs-arrow:hover{background:#fff;transform:scale(1.05)}.product-gallery__thumbs-arrow:active{transform:scale(.95)}.product-gallery__view-more-wrapper{display:flex;justify-content:center;margin-top:16px;width:100%}.product-gallery__view-more-btn{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #e5e7eb;color:#111827;padding:10px 24px;border-radius:9999px;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 1px 3px #0000000d;transition:all .2s ease-in-out}.product-gallery__view-more-btn:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}.product-gallery__view-more-btn:active{transform:translateY(0)}.product-gallery__view-more-icon{transition:transform .2s ease-in-out}.product-gallery__view-more-icon--rotated{transform:rotate(180deg)}.product-gallery__video{width:100%;height:100%;object-fit:contain}.product-gallery__thumb-video-wrapper{position:relative;width:100%;height:100%;overflow:hidden}.product-gallery__thumb-video{width:100%;height:100%;object-fit:cover}.product-gallery__thumb-play-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff}.product-gallery__zoom-indicator-icon{display:inline-block;width:20px;height:20px;background-repeat:no-repeat;background-position:center;background-size:contain}.product-gallery__zoom-indicator-icon--in{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3Cline x1='11' y1='8' x2='11' y2='14'/%3E%3Cline x1='8' y1='11' x2='14' y2='11'/%3E%3C/svg%3E")}.product-gallery__zoom-indicator-icon--out{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3Cline x1='8' y1='11' x2='14' y2='11'/%3E%3C/svg%3E")}.product-gallery__arrow-icon{display:inline-block;width:24px;height:24px;background-repeat:no-repeat;background-position:center;background-size:contain}.product-gallery__arrow-icon--prev{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3C/svg%3E")}.product-gallery__arrow-icon--next{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E")}.product-gallery__view-more-icon{display:inline-block;width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");transition:transform .2s ease-in-out}.product-gallery__thumb-play-icon{display:inline-block;width:20px;height:20px;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E")}.product-gallery__thumbs-arrow-icon{display:inline-block;width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-size:contain}.product-gallery__thumbs-arrow-icon--prev{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3C/svg%3E")}.product-gallery__thumbs-arrow-icon--next{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E")}
