.product-bundle-selector {
    margin: 20px 0;
}
.pbs-bundle-block {
    margin-bottom: 15px;
    position: relative;
}
.bundle-header h3 {
    margin: 0 0 15px 0;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}
.bundle-carousel {
    position: relative;
}
.bundle-carousel .owl-nav {
    position: absolute;
    top: -30px;
    right: 0;
    display: flex;
    gap: 5px;
}
.bundle-carousel .owl-nav button.owl-prev,
.bundle-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    background: #f0f0f0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px !important;
    color: #333 !important;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
}
.bundle-carousel .owl-nav button:hover {
    background: #ddd !important;
}
.bundle-carousel .owl-nav button.disabled {
    opacity: 0.3;
    cursor: default;
}
.bundle-product-item {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background: #fff;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    height: 100%;
}
.bundle-product-item:hover {
    border-color: #3a6b5e;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.bundle-product-item.selected {
    border-color: #3a6b5e;
    background: #f5faf8;
}
.bundle-product-checkbox {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}
.bundle-product-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.bundle-product-image {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
    position: relative;
}
.bundle-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.bundle-product-info {
    flex-grow: 1;
}
.bundle-product-name {
    display: block;
    margin: 0 0 3px 0;
    font-size: 0.9rem;
    font-weight: 700;
    color: #222;
    line-height: 1.2;
}
.bundle-product-attributes {
    display: block;
    margin: 0 0 5px 0;
    font-size: 0.8rem;
    color: #888;
}
.bundle-product-price {
    display: block;
    margin: 0 0 5px 0;
    font-size: 1rem;
    font-weight: 700;
    color: #222;
}
.bundle-product-features {
    list-style: none;
    margin: 5px 0 0;
    padding: 0;
    font-size: 0.8rem;
    color: #555;
}
.bundle-product-features li {
    margin: 2px 0;
    line-height: 1.3;
}
.pbs-check {
    color: #3a6b5e;
    font-weight: 700;
    margin-right: 3px;
}
.no-bundle-products {
    padding: 20px;
    text-align: center;
    color: #666;
    font-style: italic;
}
.no-bundle-products p {
    margin: 0;
}
.bundle-carousel .owl-item {
    position: relative;
}
.pbs-default-item {
    text-align: center;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
}
.pbs-default-item.selected {
    opacity: 1;
    border-color: #3a6b5e;
    background: #f5faf8;
}
.pbs-default-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pbs-default-image svg {
    max-width: 80px;
}
.pbs-default-item .bundle-product-name {
    font-style: italic;
    color: #888;
}
.bundle_summary {
    background: #f5f3eb;
    border-radius: 16px;
    padding: 25px 30px;
    margin: 20px 0;
}
.bundle_summary h3 {
    margin: 0 0 15px;
    font-size: 1.3rem;
    font-weight: 800;
    color: #2c3e3a;
}
.pbs-summary-list {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    font-size: 0.9rem;
    color: #333;
    line-height: 1.8;
}
.pbs-summary-list li {
    padding-left: 5px;
}
.pbs-summary-list li strong {
    color: #2c3e3a;
}
.pbs-summary-price {
    font-size: 2.2rem;
    font-weight: 800;
    color: #2c3e3a;
    line-height: 1;
    margin-bottom: 5px;
}
.pbs-summary-price-label {
    font-size: 0.85rem;
    color: #888;
}