.deal-of-the-day-v2-wrapper{display:flex;flex-wrap:wrap;border:1px solid #e1e1e1;border-radius:8px;background:#fff;overflow:hidden;font-family:sans-serif}.deal-left-section{flex:0 0 35%;padding:40px;border:2px solid #0056b3;border-radius:8px;margin:-1px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#fff;z-index:2}.deal-subtitle{color:#dc3545;font-size:14px;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.deal-main-title{font-size:32px;font-weight:700;color:#333;margin-top:0;margin-bottom:15px}.deal-desc{color:#666;font-size:15px;line-height:1.5;margin-bottom:30px}.deal-countdown-v2{display:flex;gap:15px;justify-content:center}.countdown-block{display:flex;flex-direction:column;align-items:center}.countdown-block span{background:#06c;color:#fff;font-size:24px;font-weight:700;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:8px;margin-bottom:5px}.countdown-block small{color:#888;font-size:13px}.deal-right-section{flex:1;display:flex;padding:30px;gap:30px;align-items:center}.product-gallery{display:flex;gap:20px;flex:1}.product-thumbnails{display:flex;flex-direction:column;gap:10px}.thumb-item{width:60px;height:60px;border:1px solid #eee;border-radius:6px;padding:5px;background:#f9f9f9}.thumb-item img{width:100%;height:100%;object-fit:contain}.product-main-image{flex:1;display:flex;justify-content:center;align-items:center}.product-main-image img{max-width:100%;max-height:300px;object-fit:contain}.product-info{flex:1;position:relative}.wishlist-icon{position:absolute;top:-20px;right:0;width:35px;height:35px;background:#f0f4f8;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#333;cursor:pointer;font-size:18px}.product-badges{display:flex;gap:5px;margin-bottom:10px}.badge{padding:3px 8px;font-size:12px;font-weight:700;border-radius:3px;color:#fff}.badge:first-child{background:#06c}.badge:last-child{background:#dc3545}.product-category{color:#888;font-size:14px;margin-bottom:5px}.product-title{font-size:18px;font-weight:600;color:#333;margin-top:0;margin-bottom:10px;line-height:1.4}.product-rating{color:#ffc107;font-size:16px;margin-bottom:15px}.product-pricing{display:flex;align-items:center;gap:10px;margin-bottom:20px}.sale-price{color:#dc3545;font-size:24px;font-weight:700}.regular-price{color:#999;text-decoration:line-through;font-size:16px}.add-to-cart-btn{display:inline-block;border:1px solid #333;color:#333;background:#fff0;padding:10px 20px;font-weight:600;text-decoration:none;border-radius:4px;transition:all 0.3s}.add-to-cart-btn:hover{background:#333;color:#fff}@media (max-width:991px){.deal-of-the-day-v2-wrapper{flex-direction:column}.deal-left-section{border:1px solid #0056b3;border-bottom:none;margin:0;border-radius:8px 8px 0 0}.deal-right-section{flex-direction:column;border:1px solid #e1e1e1;border-top:none;border-radius:0 0 8px 8px}}