.product-gallery{gap:20px;display:flex;position:relative}.gallery-thumbs{flex-direction:column;gap:10px;display:flex}.thumb{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:4px;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.thumb img{object-fit:contain;max-width:100%;max-height:100%}.thumb.active{border:2px solid #2563eb}.gallery-main{background:#fff;border:1px solid #e5e7eb;justify-content:center;align-items:center;width:450px;height:450px;display:flex;position:relative;overflow:hidden}.gallery-main img{object-fit:contain;pointer-events:none;width:100%;height:100%}.zoom-lens{pointer-events:none;background:#2563eb26;border:2px solid #2563eb;position:absolute}.zoom-preview{z-index:50;background-color:#fff;background-repeat:no-repeat;border:1px solid #e5e7eb;border-radius:6px;width:420px;height:420px;position:absolute;top:0;left:102%;box-shadow:0 8px 24px #00000026}.pg-wrap,.pg-mobile{width:100%}.pg-mobile-main{aspect-ratio:1;background:#f8f9fa;border-radius:12px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.pg-mobile-img{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:85%;height:85%}.pg-dots{z-index:2;gap:5px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.pg-dot{cursor:pointer;background:#00000040;border-radius:50%;width:6px;height:6px;transition:background .2s,width .2s}.pg-dot--active{background:#2563eb;border-radius:4px;width:18px}.pg-thumb-row{scroll-snap-type:x mandatory;gap:8px;padding:10px 0 4px;display:flex;overflow-x:auto}.pg-thumb-row::-webkit-scrollbar{display:none}.pg-thumb{object-fit:cover;cursor:pointer;scroll-snap-align:start;border:1.5px solid #ddd;border-radius:6px;flex-shrink:0;width:52px;height:52px;transition:border-color .15s}.pg-thumb--active{border-width:2px;border-color:#2563eb}
.product-action-bar{gap:16px;margin-top:24px;display:flex}@media (max-width:768px){.product-action-bar{z-index:500;background:#fff;gap:10px;margin:0;padding:10px 14px;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000001f}.product-action-bar button{border-radius:10px;padding:13px 0;font-size:14px}}.product-action-bar button{cursor:pointer;border:none;border-radius:8px;flex:1;padding:14px 0;font-size:15px;font-weight:600;transition:all .25s;box-shadow:0 6px 14px #0000001f}.cart-btn{color:#fff;background:linear-gradient(135deg,#ffb703,#ff9800)}.buy-btn{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a)}.product-action-bar button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.cart-btn:after,.buy-btn:after{content:"";border-radius:inherit;opacity:0;animation:1.6s infinite pulse;position:absolute;inset:0}.cart-btn:after{box-shadow:0 0 #ffa500b3}.buy-btn:after{box-shadow:0 0 #22c55eb3}@keyframes pulse{0%{opacity:.6;box-shadow:0 0}70%{opacity:0;box-shadow:0 0 0 14px}to{opacity:0}}.cart-btn,.buy-btn{transition:transform .25s,box-shadow .35s;position:relative;overflow:hidden}.cart-btn:before,.buy-btn:before{content:"";background:linear-gradient(120deg,#0000,#ffffff73,#0000);width:120%;height:100%;transition:left .6s;position:absolute;top:0;left:-120%}.cart-btn:hover:before,.buy-btn:hover:before{left:120%}.cart-btn:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 10px 26px #ffa5008c,0 0 12px #ffa50099}.buy-btn:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 10px 26px #22c55e8c,0 0 12px #22c55e99}.cart-btn{animation:2.8s infinite softPulseOrange}.buy-btn{animation:2.8s infinite softPulseGreen}@keyframes softPulseOrange{0%,to{box-shadow:0 0 #ffa5004d}50%{box-shadow:0 0 16px #ffa50099}}@keyframes softPulseGreen{0%,to{box-shadow:0 0 #22c55e4d}50%{box-shadow:0 0 16px #22c55e99}}
