.gallery-wrapper{width:100%}.gallery-tabs{display:flex;gap:6px;padding:0 0 12px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.gallery-tabs::-webkit-scrollbar{display:none}.gallery-tab{flex-shrink:0;padding:6px 16px;border-radius:999px;border:none;background:#fff;color:#999;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 4px #0000000a;font-family:inherit;-webkit-tap-highlight-color:transparent}.gallery-tab:active{transform:scale(.96)}.gallery-tab.active{background:var(--color-sage-100, #E8EDE4);color:var(--color-sage-600, #5C7050);font-weight:600}.tab-content{display:none}.tab-content.active{display:block}.product-list{width:100%}.product-gallery-status{width:100%;padding:1.4rem 0;color:#6c8a75;font-size:.92rem;text-align:center}.product-card{display:flex;width:100%;overflow:hidden;gap:.8rem;border-bottom:1px solid rgba(108,138,117,.13);background:#fff;color:#1f2a23;padding:.9rem 0;text-decoration:none;transition:background-color .16s ease,transform .16s ease,box-shadow .16s ease;-webkit-tap-highlight-color:transparent}.product-card:first-child{border-top-left-radius:.9rem;border-top-right-radius:.9rem;padding-top:.45rem}.product-card:last-child{border-bottom:0;border-bottom-right-radius:.9rem;border-bottom-left-radius:.9rem}.product-card:active{background:#f8fbf7;transform:scale(.99)}.product-image-wrap{display:block;width:33%;height:clamp(6.2rem,27vw,7.35rem);flex:0 0 33%;overflow:hidden;border-radius:.78rem;background:#f5f5f5}.product-image-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .18s ease}.product-card:hover{background:#fbfdfb;box-shadow:0 .4rem 1rem #27522e14;transform:translateY(-.08rem)}.product-card:hover .product-image-wrap img{transform:scale(1.04)}.product-info{display:flex;min-width:0;min-height:clamp(6.2rem,27vw,7.35rem);flex:1;flex-direction:column;gap:.32rem;padding:.08rem .1rem .12rem 0}.product-title{overflow:hidden;color:#26352b;font-size:1.02rem;font-weight:700;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.product-description{display:-webkit-box;overflow:hidden;color:#6f776f;font-size:.8rem;line-height:1.42;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-price{margin-top:auto;color:#ff5a1f;font-size:1.14rem;font-weight:700;letter-spacing:-.01em}.skeleton-list{display:none;width:100%}.skeleton-card{border-radius:12px;overflow:hidden;background:#fff;display:flex;gap:.8rem;padding:.9rem 0}.skeleton{background:linear-gradient(90deg,#f6f8f4 25%,#e8ede4,#f6f8f4 75%);background-size:200% 100%;animation:shimmer 2s infinite linear;border-radius:12px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-card .skeleton-img{width:33%;flex:0 0 33%;height:clamp(6.2rem,27vw,7.35rem);border-radius:.78rem}.skeleton-text{flex:1;padding:.2rem 0;display:flex;flex-direction:column;gap:.5rem}.skeleton-line{height:12px;border-radius:6px}.w-three-quarters{width:75%}.w-one-third{width:33%}.product-empty{text-align:center;padding:40px 0;color:var(--color-sage-400, #9CAF88);font-size:.85rem}.static-gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 .75rem 12px;width:100%}.static-gallery-item{border-radius:8px;overflow:hidden;aspect-ratio:1;display:block}.static-gallery-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.static-gallery-item:hover .static-gallery-img{transform:scale(1.05)}#product-viewer-root{position:fixed;inset:0;z-index:9999}.pv-overlay{position:fixed;inset:0;background:#000000f0;display:flex;flex-direction:column;animation:pvFadeIn .2s ease;z-index:9999}@keyframes pvFadeIn{0%{opacity:0}to{opacity:1}}.pv-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;z-index:2}.pv-counter{color:#ffffffa6;font-size:.8rem;font-weight:500}.pv-close{background:#ffffff1a;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .2s;-webkit-tap-highlight-color:transparent}.pv-close:active{background:#fff3}.pv-body{flex:1;display:flex;align-items:center;justify-content:center;padding:8px 16px;overflow:hidden;touch-action:none;cursor:grab}.pv-body:active{cursor:grabbing}.pv-img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;will-change:transform,opacity}.pv-footer{padding:16px 20px;display:flex;justify-content:center;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px))}.pv-dots{display:flex;gap:6px;align-items:center}.pv-dot{width:6px;height:6px;border-radius:50%;background:#ffffff4d;cursor:pointer;transition:all .2s ease}.pv-dot.active{width:20px;border-radius:3px;background:#fff}
