.hvantech-bundle-container{background:#fff;border:1px solid #ddd;border-radius:8px;padding:25px;margin:20px 0;box-shadow:0 2px 4px rgba(0,0,0,.1);font-family:inherit}.bundle-header{display:flex;align-items:flex-start;gap:20px;margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid #eee}.bundle-image{flex-shrink:0}.bundle-image img{width:150px;height:150px;object-fit:cover;border-radius:8px;border:1px solid #ddd}.bundle-info{flex:1}.bundle-title{font-size:24px;font-weight:600;margin:0 0 10px;color:#333;line-height:1.3}.bundle-price{font-size:28px;font-weight:700;color:#2c5aa0;margin-bottom:10px}.bundle-savings{margin-bottom:15px}.savings-text{background:#e8f5e8;color:#2e7d32;padding:6px 12px;border-radius:20px;font-size:14px;font-weight:600;display:inline-block}.bundle-products h4{font-size:18px;font-weight:600;margin:0 0 15px;color:#333}.products-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:15px;margin-bottom:25px}.bundle-product-item{display:flex;align-items:center;gap:15px;padding:15px;background:#f9f9f9;border-radius:6px;border:1px solid #eee;transition:all .3s ease}.bundle-product-item:hover{background:#f5f5f5;box-shadow:0 2px 4px rgba(0,0,0,.05)}.bundle-product-item .product-image{flex-shrink:0}.bundle-product-item .product-image img{width:60px;height:60px;object-fit:cover;border-radius:4px;border:1px solid #ddd}.bundle-product-item .product-details{flex:1;min-width:0}.bundle-product-item h5{font-size:16px;font-weight:600;margin:0 0 5px;color:#333;line-height:1.3;word-wrap:break-word}.product-quantity{font-size:14px;color:#666;margin-bottom:3px}.product-variation{margin-bottom:8px;padding:8px;background:#f8f9fa;border-radius:4px;border-left:3px solid #2c5aa0}.product-variation strong{display:block;margin-bottom:5px;color:#333;font-size:12px;font-weight:600}.variation-attribute{background:#2c5aa0;color:#fff;padding:3px 8px;border-radius:12px;font-size:11px;margin-right:6px;display:inline-block;margin-bottom:3px;font-weight:500}.bundle-product-item .product-price{font-size:14px;font-weight:600;color:#2c5aa0}.bundle-actions{text-align:center;margin-top:25px;padding-top:20px;border-top:1px solid #eee}.add-bundle-to-cart{background:#2c5aa0 !important;color:#fff !important;border:none !important;padding:15px 30px !important;font-size:16px !important;font-weight:600 !important;border-radius:6px !important;cursor:pointer !important;transition:all .3s ease !important;text-decoration:none !important;display:inline-block !important;min-width:200px !important}.add-bundle-to-cart:hover{background:#1e3f73 !important;transform:translateY(-2px) !important;box-shadow:0 4px 8px rgba(44,90,160,.3) !important}.add-bundle-to-cart:active{transform:translateY(0) !important}.add-bundle-to-cart:disabled{background:#ccc !important;cursor:not-allowed !important;transform:none !important;box-shadow:none !important}.add-bundle-to-cart.added{background:#2e7d32 !important}.add-bundle-to-cart.added:hover{background:#1b5e20 !important}.bundle-loading{text-align:center;padding:20px;color:#666}.loading-spinner{display:inline-block;width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #2c5aa0;border-radius:50%;animation:spin 1s linear infinite;margin-right:10px;vertical-align:middle}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media (max-width:768px){.hvantech-bundle-container{padding:20px;margin:15px 0}.bundle-header{flex-direction:column;text-align:center;gap:15px}.bundle-image img{width:120px;height:120px}.bundle-title{font-size:20px}.bundle-price{font-size:24px}.products-list{grid-template-columns:1fr;gap:12px}.bundle-product-item{padding:12px;gap:12px}.bundle-product-item .product-image img{width:50px;height:50px}.bundle-product-item h5{font-size:14px}.add-bundle-to-cart{padding:12px 25px !important;font-size:14px !important;min-width:180px !important}}@media (max-width:480px){.hvantech-bundle-container{padding:15px;margin:10px 0}.bundle-header{gap:12px}.bundle-image img{width:100px;height:100px}.bundle-title{font-size:18px}.bundle-price{font-size:22px}.bundle-product-item{padding:10px;gap:10px}.bundle-product-item .product-image img{width:45px;height:45px}.bundle-product-item h5{font-size:13px}.product-quantity,.bundle-product-item .product-price{font-size:12px}.variation-attribute{font-size:11px;padding:1px 4px}.add-bundle-to-cart{padding:10px 20px !important;font-size:13px !important;min-width:160px !important}}@media (prefers-contrast:high){.hvantech-bundle-container{border:2px solid #000}.bundle-product-item{border:1px solid #000}.add-bundle-to-cart{border:2px solid #000 !important}}@media (prefers-reduced-motion:reduce){.bundle-product-item,.add-bundle-to-cart,.loading-spinner{transition:none !important;animation:none !important}.add-bundle-to-cart:hover{transform:none !important}}@media print{.hvantech-bundle-container{box-shadow:none;border:1px solid #000}.bundle-actions{display:none}.bundle-loading{display:none}}