.vvs-carousel *,.vvs-carousel *:before,.vvs-carousel *:after{box-sizing:border-box;margin:0;padding:0}.vvs-carousel{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;padding:24px 0}.vvs-carousel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding:0 16px;flex-wrap:wrap;gap:12px}.vvs-carousel-header-left{display:flex;align-items:center;gap:12px}.vvs-carousel-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.vvs-carousel-icon svg{width:32px;height:32px}.vvs-carousel-title-group{display:flex;flex-direction:column;gap:2px}.vvs-carousel-title{font-size:24px;font-weight:700;color:#111827;margin:0}.vvs-carousel-subtitle{font-size:14px;font-weight:400;color:#6b7280;margin:0}.vvs-carousel-header-right{display:flex;align-items:center;gap:16px}.vvs-carousel-nav{display:none;gap:8px}@media (min-width: 768px){.vvs-carousel-nav{display:flex}}.vvs-carousel-nav-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;cursor:pointer;transition:all .15s ease}.vvs-carousel-nav-btn:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.vvs-carousel-nav-btn:disabled{opacity:.4;cursor:not-allowed}.vvs-carousel-nav-btn svg{width:20px;height:20px}.vvs-carousel-see-all{font-size:14px;font-weight:600;color:#0173b6;text-decoration:none;transition:color .15s ease}.vvs-carousel-see-all:hover{color:#015a91;text-decoration:underline}.vvs-carousel-see-all-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#0173b6;color:#fff;font-size:14px;font-weight:600;text-decoration:none;border-radius:8px;transition:all .15s ease}.vvs-carousel-see-all-btn:hover{background:#015a91;transform:translate(2px)}.vvs-carousel-see-all-btn svg{width:16px;height:16px;transition:transform .15s ease}.vvs-carousel-see-all-btn:hover svg{transform:translate(2px)}.vvs-carousel-viewport{overflow:hidden;padding:0 16px}.vvs-carousel-container{display:flex;gap:16px;touch-action:pan-y pinch-zoom}.vvs-carousel-slide{flex:0 0 auto;min-width:0;width:calc(50% - 8px)}@media (min-width: 640px){.vvs-carousel-slide{width:calc(33.333% - 11px)}}@media (min-width: 768px){.vvs-carousel-slide{width:calc(25% - 12px)}}@media (min-width: 1024px){.vvs-carousel-slide{width:calc(20% - 13px)}}@media (min-width: 1280px){.vvs-carousel-slide{width:calc(16.666% - 13px)}}.vvs-carousel-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .2s ease,transform .2s ease;border:1px solid #e5e7eb;height:100%}.vvs-carousel-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.vvs-carousel-card-image{position:relative;aspect-ratio:1;background:#f9fafb;overflow:hidden}.vvs-carousel-card-image img{width:100%;height:100%;object-fit:contain;padding:12px}.vvs-carousel-card-badge{position:absolute;top:8px;left:8px;padding:4px 8px;font-size:11px;font-weight:700;text-transform:uppercase;border-radius:4px;background:#0d9488;color:#fff}.vvs-carousel-card-badge--outofstock{background:#6b7280}.vvs-carousel-card-content{display:flex;flex-direction:column;gap:4px;padding:12px;flex:1}.vvs-carousel-card-brand{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.vvs-carousel-card-name{font-size:14px;font-weight:500;color:#111827;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.vvs-carousel-card-price{display:flex;align-items:baseline;gap:8px;margin-top:auto;padding-top:8px}.vvs-carousel-card-price-current{font-size:16px;font-weight:700;color:#111827}.vvs-carousel-card-price-original{font-size:13px;font-weight:400;color:#9ca3af;text-decoration:line-through}.vvs-carousel-card--skeleton{pointer-events:none}.vvs-skeleton-box{width:100%;height:100%;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.vvs-skeleton-text{height:14px;border-radius:4px;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.vvs-skeleton-text--sm{width:40%}.vvs-skeleton-text--md{width:70%;margin-top:4px}.vvs-skeleton-text--lg{width:50%;margin-top:8px;height:18px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.vvs-carousel-error{padding:48px 24px;text-align:center;color:#6b7280;font-size:14px}.vvs-carousel-viewport::-webkit-scrollbar{display:none}.vvs-carousel-viewport{-ms-overflow-style:none;scrollbar-width:none}.vvs-carousel-swipe-hint{display:flex;align-items:center;justify-content:center;gap:6px;padding:12px 16px;color:#6b7280;font-size:13px;font-weight:500;animation:swipe-hint-fade 3s ease-in-out forwards}.vvs-carousel-swipe-hint-text{opacity:.8}.vvs-carousel-swipe-hint-arrow{animation:swipe-arrow-bounce 1.5s ease-in-out infinite}@keyframes swipe-arrow-bounce{0%,to{transform:translate(0)}50%{transform:translate(6px)}}@keyframes swipe-hint-fade{0%{opacity:1}70%{opacity:1}to{opacity:0}}@media (min-width: 768px){.vvs-carousel-swipe-hint{display:none}}
