.pack-item__container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.pack-item__left {
    flex: 0 0 auto;
    max-width: 30%;
}

.pack-item__left img {
    max-width: 100%;
    height: auto;
}

.pack-item__center {
    flex: 1 1 0;
    min-width: 0; /* Prevents flex item from overflowing */
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.quickview .pack-item__center {
    gap: 0.1rem;
}

.pack-item__right {
    flex: 0 0 auto;
    display: flex;
    place-items: center;
}

.pack-item {
    border-bottom: 1px solid hsla(0, 0%, 63%, .25);
    padding: 1rem 0;
}

.pack-item:first-of-type {
    border-top: 1px solid hsla(0, 0%, 63%, .25);
}

.pack-bundle__savings {
    margin: 1rem 0;
}

.pack-bundle__savings b {
    font-size: 1.15rem;
}

.pack-item__name a {
    font-size: .875rem;
    font-weight: 500;
    color: #232323;
    text-align: center;
    text-decoration: none;
}

.pack-item__description p {
    font-size: .8rem;
    line-height: 1rem;
    margin: 0;
    color: #7a7a7a;
}

.pack-item__prices {
    line-height: 1.2em;
}

.pack-item__price {
    font-weight: 600;
}

.pack-item__retail-price, .pack-item__savings {
    font-size: .75rem;
}

.pack-item__retail-price.pack-item__retail-price--line-through {
    text-decoration: line-through;
}

.pack-item__quantity {
    font-weight: 600;
    font-size: .8rem;
}

#product_pack .pack-item .product-variants {
    display: flex;
    gap: 1rem;
}

#product_pack .pack-item .product-variants .control-label {
    font-size: .75rem;
    margin-bottom: .3rem;
}

#product_pack .pack-item .product-variants-item {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#product_pack .pack-item .product-variants-item ul, #product_pack .pack-item .product-variants-item ul li {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

#product_pack .pack-item .product-variants-item .input-container label {
    display: flex;
    place-items: center;
    margin: 0;
}

#product_pack .pack-item label .color {
    width: 1.525rem;
    height: 1.525rem;
    margin: 0;
}

#product_pack .pack-item .input-radio {
    margin-right: .5rem;
}

.quickview .pack-bundle {
    margin-bottom: 1rem;
}

.toast-container {
    z-index: 10330;
}