* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Instrument Sans', sans-serif;
    background: #FFFFFF;
    color: #111111;
}


.main-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 127.5px;
    position: relative;
    width: 1695px;
    height: 1194.72px;
    background: #FFFFFF;
}


.content-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 33px;
    width: 1440px;
    max-width: 1440px;
    height: 1034.72px;
}


.header-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    width: 1440px;
    height: 44px;
}

.main-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    width: 1440px;
    height: 44px;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -1.224px;
    color: #111111;
}


.product-bundle {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 40px;
    isolation: isolate;
    width: 1440px;
    height: 957.72px;
}


.grid-custom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 48px;
    width: 1040px;
    height: 957.72px;
    flex-grow: 1;
    z-index: 1;
}


.product-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 30px;
    width: 1040px;
    height: 454.86px;
}


.product-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 15px;
    width: 326.67px;
    height: 454.86px;
    flex-grow: 1;
}

.product-image-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 326.67px;
    height: 326.66px;
}

.product-image {
    width: 326.67px;
    height: 326.66px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.product-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 0.5px;
    width: 326.67px;
    height: 113.2px;
}

.product-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 326.67px;
    height: 18px;
}

.product-name {
    width: 326.67px;
    height: 18px;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #111111;
}

.product-form-bundle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 9.7px 0px 0px;
    gap: 15px;
    width: 326.67px;
    height: 94.7px;
}

.price-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    width: 326.67px;
    height: 15px;
}

.price {
    width: 56px;
    height: 15px;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #666666;
}


.add-button {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    width: 326.67px;
    height: 55px;
    background: #EBEBEB;
    border: 1px solid #111111;
    cursor: pointer;
    transition: all 0.3s ease;
}

.add-button span {
    width: 278.67px;
    height: 18px;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: -0.36px;
    color: #24272B;
    flex-grow: 1;
}

.add-button .plus-icon,
.add-button .check-icon {
    width: 16px;
    height: 16px;
    flex: none;
}

.add-button.added {
    background: #444444;
    border: 1px solid #444444;
}

.add-button.added span {
    color: #FFFFFF;
}

.add-button.added .check-icon {
    color: #FFFFFF;
}


.bundle-cart-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 360px;
    height: 957.72px;
    z-index: 0;
}

.sticky-element {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 31.25px 27px 32.01px;
    gap: 30px;
    width: 360px;
    height: 649.66px;
    max-height: 776px;
    background: #FFFFFF;
    border: 2px solid #111111;
}


.bundle-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 3px;
    width: 306px;
    height: 83px;
}

.bundle-title-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    width: 306px;
    height: 29px;
}

.bundle-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 168px;
    height: 29px;
    max-height: 29.04px;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    letter-spacing: -0.816px;
    color: #111111;
}

.bundle-description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 0px 17px;
    width: 306px;
    height: 43px;
}

.bundle-description p {
    width: 306px;
    height: 26px;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #444444;
}

.progress-bundle-bar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 306px;
    height: 5px;
    background: #EBEBEB;
    border-radius: 99px;
}

.progress-background {
    width: 306px;
    height: 5px;
    background: #111111;
    border-radius: 99px;
    transition: width 0.3s ease;
}


.bundle-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 15px;
    width: 306px;
    min-height: 296.4px;
    max-height: none;
    overflow-y: visible;
}

.bundle-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 306px;
    height: 88.8px;
}

.item-image {
    margin: 0 auto;
    width: 88.8px;
    max-width: 90px;
    height: 88.8px;
    background: #EBEBEB;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.item-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    margin: 0 auto;
    width: 197.2px;
    height: 80px;
}

.item-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 0px 8px;
    width: 197.2px;
    height: 23px;
}

.item-name {
    width: 168.08px;
    height: 15px;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #111111;
}

.item-price-margin {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 0px 7px;
    width: 197.2px;
    height: 22px;
}

.item-price {
    width: 56px;
    height: 15px;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #666666;
}

.item-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 71.2px;
    width: 197.2px;
    height: 35px;
}


.quantity-input-bundle {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 1px;
    width: 100px;
    height: 35px;
    background: #F5F5F5;
    border: 1px solid #EBEBEB;
}

.quantity-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 5px 16px 15px;
    width: 30px;
    height: 33px;
    background: #F5F5F5;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #111111;
}

.quantity-input {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 0px;
    width: 38px;
    height: 33px;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #444444;
    background: transparent;
    border: none;
    outline: none;
}

.bundle-cart-remove-button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 4px 6px 7.7px;
    width: 26px;
    height: 25.7px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.bundle-cart-remove-button svg {
    width: 14px;
    height: 14px;
    color: #666666;
}


.bundle-summary {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 0px;
    width: 306px;
    height: 147px;
}

.summary-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 306px;
    height: 92px;
}

.discount-row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    width: 306px;
    height: 36px;
    border-top: 1px solid #EBEBEB;
}

.discount-row > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    width: 306px;
    height: 36px;
}

.discount-label {
    width: 63px;
    height: 26px;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #111111;
}

.discount-amount {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 0px;
    width: auto;
    height: 36px;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #111111;
}

.subtotal-row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0px;
    gap: 153.2px;
    width: 306px;
    height: 56px;
    border-top: 1px solid #EBEBEB;
}

.subtotal-label {
    margin: 0 auto;
    width: 73px;
    height: 22px;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #111111;
}

.subtotal-amount {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5px 0px;
    margin: 0 auto;
    width: 68px;
    height: 32px;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #111111;
}

.add-to-cart-button {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    width: 306px;
    height: 55px;
    background: #111111;
    border: 1px solid #111111;
    cursor: pointer;
    transition: all 0.3s ease;
}

.add-to-cart-button span {
    width: 258px;
    height: 18px;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: -0.36px;
    color: #FFFFFF;
    flex-grow: 1;
}

.add-to-cart-button svg {
    width: 16px;
    height: 16px;
    color: #FFFFFF;
}

.add-to-cart-button:hover {
    background: #333333;
    border-color: #333333;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .main-container {
        width: 100%;
        padding: 40px 20px;
        height: auto;
    }
    
    .content-container {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    
    .product-bundle {
        flex-direction: column;
        width: 100%;
        height: auto;
        gap: 30px;
    }
    
    .grid-custom {
        width: 100%;
        height: auto;
    }
    
    .product-row {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        height: auto;
    }
    
    .product-card {
        width: calc(50% - 15px);
        min-width: 280px;
        height: auto;
    }
    
    .bundle-cart-container {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        height: auto;
    }
    
    .sticky-element {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .main-container {
        padding: 20px 10px;
        width: 100%;
        min-height: 100vh;
        height: auto;
    }
    
    .content-container {
        width: 100%;
        height: auto;
    }
    
    .product-bundle {
        flex-direction: column;
        width: 100%;
        height: auto;
        gap: 20px;
        overflow: visible;
    }
    
    .grid-custom {
        width: 100%;
        height: auto;
    }
    
    .product-row {
        width: 100%;
        flex-direction: column;
        gap: 15px;
        height: auto;
    }
    
    .product-card {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    
    .main-heading {
        font-size: 28px;
        line-height: 34px;
    }
    
    .add-button {
        width: 100%;
    }
    
    .bundle-cart-container {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 20px 0 0 0;
    }
    
    .sticky-element {
        width: 100%;
        height: auto;
        padding: 20px;
        position: relative;
    }
    
    .bundle-header,
    .bundle-items,
    .bundle-summary {
        width: 100%;
    }
    
    .progress-bundle-bar {
        width: 100%;
    }
    
    .add-to-cart-button {
        width: 100%;
    }
    
    .discount-row,
    .subtotal-row {
        width: 100%;
    }
    
    .discount-row > div {
        width: 100%;
        gap: 0;
        justify-content: space-between;
    }
    
    .discount-label,
    .discount-amount {
        width: auto;
    }
    
    .subtotal-label,
    .subtotal-amount {
        width: auto;
    }
}

@media (max-width: 480px) {
    .main-container {
        padding: 15px 10px;
        width: 100%;
        min-height: 100vh;
        height: auto;
        overflow-x: hidden;
        overflow-y: visible;
    }
    
    .content-container {
        width: 100%;
        height: auto;
    }
    
    .product-bundle {
        width: 100%;
        height: auto;
        gap: 15px;
    }
    
    .main-heading {
        font-size: 24px;
        line-height: 30px;
    }
    
    .product-row {
        gap: 15px;
        flex-direction: column;
    }
    
    .product-card {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    
    .product-image-container,
    .product-image {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }
    
    .product-details {
        width: 100%;
    }
    
    .product-form-bundle {
        width: 100%;
    }
    
    .add-button {
        width: 100%;
    }
    
    .bundle-cart-container {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 15px 0 0 0;
        position: relative;
        overflow: visible;
    }
    
    .sticky-element {
        width: 100%;
        min-height: auto;
        height: auto;
        padding: 15px;
        position: relative;
        overflow: visible;
        display: flex;
        flex-direction: column;
    }
    
    .bundle-items {
        width: 100%;
        min-height: auto;
        max-height: none;
        overflow-y: visible;
    }
    
    .bundle-summary {
        width: 100%;
        height: auto;
        overflow: visible;
    }
    
    .summary-section {
        width: 100%;
        height: auto;
        overflow: visible;
    }
    
    .discount-row,
    .subtotal-row {
        width: 100%;
        height: auto;
        overflow: visible;
    }
    
    .bundle-title {
        font-size: 20px;
        line-height: 24px;
    }
    
    .bundle-description p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .bundle-item {
        width: 100%;
        padding: 12px;
    }
    
    .item-image {
        width: 60px;
        height: 60px;
    }
    
    .item-details {
        width: calc(100% - 80px);
    }
    
    .quantity-input-bundle {
        width: 80px;
    }
    
    .add-to-cart-button {
        width: 100%;
        height: 50px;
    }
    
    .add-to-cart-button span {
        font-size: 14px;
    }
}