.product-bundle-block{margin:30px 0;padding:20px;border:2px solid #e0e0e0;border-radius:12px;position:relative;background:#fff}@media (max-width:768px){.product-bundle-block{padding:15px}}.bundle-title{position:absolute;top:-15px;left:20px;background:#fff;padding:0 15px;font-weight:700;font-size:16px;color:#333}.bundle-content{display:flex;align-items:center;gap:20px;flex-wrap:wrap}@media (max-width:768px){.bundle-content{justify-content:center}}.bundle-image{flex:0 0 150px;border:2px solid #ddd;border-radius:8px;overflow:hidden}@media (max-width:768px){.bundle-image{flex:0 0 120px}}.bundle-image a{display:block}.bundle-image img{width:100%;height:auto;display:block}.bundle-image .image-placeholder{width:150px;height:150px;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.bundle-image .image-placeholder span{color:#999}.bundle-info{flex:1;min-width:200px}@media (max-width:768px){.bundle-info{text-align:center}}.bundle-info h3{margin:0 0 10px 0;font-size:18px;font-weight:600}.bundle-info h3 a{color:#333;text-decoration:none}.bundle-info h3 a:hover{text-decoration:underline}.bundle-price{margin-bottom:15px}.bundle-price>div{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.bundle-price>div>span:first-child{text-decoration:line-through;color:#999;font-size:16px}.bundle-price>div>span:nth-child(2){color:#e74c3c;font-weight:700;font-size:20px}.bundle-price>div>span:last-child{background:#e74c3c;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:700}.bundle-price>span:first-child:nth-last-child(2){text-decoration:line-through;color:#999;margin-right:10px}.bundle-price>span:nth-child(2):last-child{color:#e74c3c;font-weight:700;font-size:20px}.bundle-price>span:only-child{font-weight:700;font-size:20px;color:#333}.bundle-price .price-wrapper{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.bundle-price .price-original{text-decoration:line-through;color:#999;font-size:16px}.bundle-price .price-discounted{color:#e74c3c;font-weight:700;font-size:20px}.bundle-price .price-normal{font-weight:700;font-size:20px;color:#333}.bundle-price .discount-badge{background:#e74c3c;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:700}.bundle-button{display:inline-block;padding:12px 24px;background-color:#000;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;text-align:center;transition:background-color .3s ease}.bundle-button:hover{background-color:#333!important}