@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.15)}100%{transform:scale(1)}}.buy-button{animation:pulse 1.5s infinite}@media (max-width:480px){.banner{margin:16px 8px!important;padding:12px!important;border-radius:8px!important}.offer-container{flex-direction:column!important;align-items:center!important;text-align:center!important;gap:12px!important}.product-image{align-self:center!important;order:1!important}.product-info{width:100%!important;text-align:center!important;order:2!important}.product-info h4{font-size:14px!important;text-align:center!important}.rating{justify-content:center!important}.price-container{text-align:center!important}.price-container div{justify-content:center!important}.buy-button{width:100%!important;max-width:none!important}.banner-header h3{font-size:16px!important}.banner-header p{font-size:10px!important}}.products-list{max-width:800px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}.product-card{background:#fff;border-radius:12px;box-shadow:0 2px 10px rgb(0 0 0 / .1);margin-bottom:20px;overflow:hidden;transition:transform 0.3s ease,box-shadow 0.3s ease}.product-card:hover{transform:translateY(-3px);box-shadow:0 4px 20px rgb(0 0 0 / .15)}.card-content{display:flex;padding:20px;align-items:center;gap:20px}.product-image{width:100px;height:100px;background:#f5f5f5;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#999;font-size:11px;text-align:center;flex-shrink:0;border:1px solid #eee;overflow:hidden}.product-info{flex:1}.product-title{font-size:16px;font-weight:600;color:#333;margin-bottom:12px;line-height:1.3}.price-info{display:flex;align-items:center;gap:8px;margin-bottom:12px}.current-price{font-size:20px;font-weight:700;color:#e74c3c}.old-price{font-size:14px;color:#999;text-decoration:line-through}.discount-badge{background:#27ae60;color:#fff;padding:2px 6px;border-radius:4px;font-size:11px;font-weight:600}.amazon-button{background:linear-gradient(45deg,#ff6b35,#f7931e);color:white!important;border:none;padding:12px 24px;border-radius:25px;font-weight:600;font-size:14px;cursor:pointer;transition:all 0.3s ease;text-decoration:none;display:inline-block;position:relative;overflow:hidden;animation:pulse 2s infinite}.amazon-button:hover{transform:scale(1.05);box-shadow:0 5px 15px rgb(255 107 53 / .4);color:white!important}.amazon-button::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .3),transparent);transition:left 0.5s}.amazon-button:hover::before{left:100%}@keyframes pulse{0%{box-shadow:0 0 0 0 rgb(255 107 53 / .7)}70%{box-shadow:0 0 0 10px #fff0}100%{box-shadow:0 0 0 0 #fff0}}@media (max-width:600px){.card-content{flex-direction:column;text-align:center;gap:15px}.product-image{width:80px;height:80px}}