.discount-offer{display:flex;align-items:center;justify-content:space-between;max-height:150px;padding:20px 30px;background:#fff;border:2px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px rgb(0 0 0 / .1);margin-bottom:15px;position:relative;overflow:hidden;transition:.3s}.discount-offer::before{content:'';position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background:linear-gradient(45deg,transparent 40%,rgb(0 0 0 / .08) 50%,transparent 60%);animation:4s ease-in-out infinite spotlight;pointer-events:none}@keyframes spotlight{0%,100%{transform:translateX(-150px)}50%{transform:translateX(150px)}}.discount-offer:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgb(0 0 0 / .15)}.discount-offer-content{display:flex;align-items:center;gap:25px;flex:1}.item{flex-shrink:0}.item img{width:110px;height:auto}.discount-badge{background:#000;border:3px solid #ff9500;color:#fff;padding:12px 16px;border-radius:50px;font-size:18px;font-weight:600;text-align:center;min-width:80px;box-shadow:0 3px 15px rgb(255 149 0 / .4);position:relative;flex-shrink:0;animation:2s ease-in-out infinite alternate pulseGlow}.discount-badge::after{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:#ff9500;border-radius:50px;z-index:-1;opacity:.3}@keyframes pulseGlow{0%{box-shadow:0 3px 15px rgb(255 149 0 / .4)}100%{box-shadow:0 3px 20px rgb(255 149 0 / .6)}}.discount-main{flex:1;display:flex;flex-direction:column;gap:6px}.discount-title{font-size:24px;font-weight:600;color:#b85450;margin:0;line-height:1.2}.discount-code{font-size:14px;font-weight:500;color:#2e7d32;background:rgb(46 125 50 / .15);border:1px solid #2e7d32;padding:4px 8px;border-radius:4px;display:inline-block;letter-spacing:.5px;width:fit-content;box-shadow:0 0 10px rgb(46 125 50 / .2)}.discount-price-section{flex:1;text-align:center;flex-shrink:0;display:flex;flex-direction:column;gap:4px;justify-content:center;align-items:center}.discount-price{font-size:16px;color:#333;margin:0}.original-price{text-decoration:line-through;color:#888;margin-right:8px;font-size:14px}.discounted-price{font-weight:600;color:#2e7d32;font-size:18px}.savings-amount{font-size:26px;font-weight:700;color:#d4a574;margin:0}.discount-btn-section{flex-shrink:0;margin-left:20px}.discount-offer .buybutt{margin-top:0;white-space:nowrap}@media (max-width:768px){.discount-offer,.discount-price-section{text-align:center}.discount-offer{flex-direction:column;padding:20px;max-height:none;gap:15px}.discount-offer-content{flex-direction:column;gap:15px;width:100%;text-align:center}.discount-main{align-items:center}.discount-title{font-size:18px}.savings-amount{font-size:24px}.discount-offer .buybutt{width:100%;max-width:200px}.discount-btn-section{margin-left:0}}@media (max-width:480px){.discount-offer{padding:15px}.discount-title,.discounted-price{font-size:16px}.discount-code{font-size:12px}.discount-badge{font-size:16px;padding:10px 14px}.savings-amount{font-size:20px}}p.small{font-size:13px}