.anm-carousel-container{max-width:1200px;margin:50px auto;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.anm-carousel{background:#fff0;padding:0}.anm-carousel-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:20px}.anm-carousel-title{display:none}.anm-carousel-controls{display:flex;gap:12px}.anm-carousel-btn{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:#fff;border:2px solid #2d8659;border-radius:8px;cursor:pointer;transition:all 0.2s}.anm-carousel-btn:hover:not(:disabled){background:#2d8659;border-color:#2d8659}.anm-carousel-btn:disabled{opacity:.3;cursor:not-allowed;border-color:#d1d5db}.anm-carousel-btn svg{width:28px;height:28px;color:#2d8659}.anm-carousel-btn:hover:not(:disabled) svg{color:#fff}.anm-carousel-btn:disabled svg{color:#d1d5db}.anm-carousel-wrapper{overflow:hidden;position:relative}.anm-carousel-wrapper::after{content:'';position:absolute;top:0;right:0;width:100px;height:100%;background:linear-gradient(to left,rgb(255 255 255) 0%,#fff0 100%);pointer-events:none;z-index:10;opacity:1;transition:opacity 0.3s}.anm-carousel-wrapper::before{content:'';position:absolute;top:0;left:0;width:100px;height:100%;background:linear-gradient(to right,rgb(255 255 255) 0%,#fff0 100%);pointer-events:none;z-index:10;opacity:0;transition:opacity 0.3s}.anm-carousel-wrapper.scrolled-start::before{opacity:0}.anm-carousel-wrapper.scrolled-middle::before{opacity:1}.anm-carousel-wrapper.scrolled-middle::after{opacity:1}.anm-carousel-wrapper.scrolled-end::after{opacity:0}.anm-carousel-wrapper.scrolled-end::before{opacity:1}.anm-carousel-track{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding:5px 0 15px}.anm-carousel-track::-webkit-scrollbar{display:none}.anm-product-card{flex:0 0 320px;background:#fff;border:1px solid #e5e7eb;padding:0;cursor:pointer;transition:border-color 0.2s}.anm-product-card:hover{border-color:#2d8659}.anm-product-image-wrapper{position:relative;background:#f9fafb;padding:0;display:flex;align-items:center;justify-content:center;min-height:280px;border-bottom:1px solid #e5e7eb}.anm-product-image{width:100%;height:280px;object-fit:cover;padding:20px}.anm-discount-badge{position:absolute;top:12px;left:12px;background:#dc2626;color:#fff;padding:6px 12px;font-size:13px;font-weight:700}.anm-prime-badge{position:absolute;top:12px;right:12px;background:#2d8659;color:#fff;padding:6px 12px;font-size:13px;font-weight:700}.anm-product-info{padding:20px;display:flex;flex-direction:column;gap:12px;background:#fff}.anm-product-title{font-size:16px;font-weight:600;color:#1a202c;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:45px}.anm-product-rating{display:flex;align-items:center;gap:8px}.anm-stars{display:flex;gap:2px}.anm-star{font-size:14px;line-height:1}.anm-star-full{color:#fbbf24}.anm-star-half{color:#fbbf24}.anm-star-empty{color:#e5e7eb}.anm-reviews-count{font-size:13px;color:#6b7280}.anm-product-pricing{display:flex;align-items:baseline;gap:10px;margin:4px 0}.anm-current-price{font-size:24px;font-weight:700;color:#2d8659}.anm-original-price{font-size:16px;color:#9ca3af;text-decoration:line-through}.anm-cta-button{width:100%;background:#f90;color:#111;padding:12px 20px;border:none;font-size:14px;font-weight:700;text-decoration:none;text-align:center;cursor:pointer;transition:background 0.2s;margin-top:8px;display:block}.anm-cta-button:hover{background:#fa8900;color:#111;text-decoration:none}@media (max-width:1024px){.anm-product-card{flex:0 0 300px}}@media (max-width:768px){.anm-carousel-container{margin:40px auto}.anm-carousel-header{flex-direction:column;gap:15px;align-items:flex-start}.anm-carousel-controls{align-self:flex-end}.anm-carousel-title{font-size:1.5rem}.anm-product-card{flex:0 0 280px}}@media (max-width:640px){.anm-product-card{flex:0 0 260px}.anm-product-image{height:200px}}@media (max-width:480px){.anm-product-card{flex:0 0 240px}.anm-product-image{height:180px}.anm-product-info{padding:16px}}@media (prefers-color-scheme:dark){.anm-product-card,.anm-product-info,.anm-product-image-wrapper{background:#fff}.anm-product-title{color:#1a202c}}