.gwc-woo-clone-atc,
.gwc-woo-clone-atc * {
    box-sizing: border-box;
}

.gwc-woo-clone-atc {
    --gwc-gap: 18px;
    width: 100%;
    font-family: inherit;
    color: #000;
}

.gwc-woo-clone-atc button,
.gwc-woo-clone-atc a,
.gwc-woo-clone-atc input {
    font-family: inherit;
}

.gwc-woo-clone-atc button {
    text-transform: none !important;
    letter-spacing: inherit;
    box-shadow: none;
}

.gwc-cart-form {
    display: flex;
    flex-direction: column;
    gap: var(--gwc-gap);
    margin: 0;
}

.gwc-top-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 24px;
}

.gwc-options-col {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.gwc-field-row {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
}

.gwc-field-label {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0;
}

.gwc-attribute-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gwc-attr-option {
    appearance: none;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #454850;
    min-width: 91px;
    min-height: 50px;
    padding: 10px 22px;
    border-radius: 8px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
    transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.gwc-attr-option:hover {
    transform: translateY(-1px);
}

.gwc-attr-option.is-selected {
    background: #000;
    border-color: #000;
    color: #fff;
}

.gwc-attr-option.is-disabled {
    opacity: .38;
    cursor: not-allowed;
    transform: none;
}

.gwc-price-wrap {
    font-weight: 700;
    font-size: 31px;
    line-height: 1;
    white-space: nowrap;
    color: #008d82;
    padding-top: 2px;
    min-width: 132px;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.gwc-price-wrap .amount {
    color: inherit;
}

.gwc-price-wrap del,
.gwc-compare-price {
    opacity: .9;
    font-size: 16px;
    line-height: 1;
    color: #8b8b8b;
    font-weight: 500;
}

.gwc-price-wrap del {
    text-decoration-thickness: 1px;
}

.gwc-price-wrap ins {
    text-decoration: none;
}

.gwc-price-label {
    display: block;
    font-size: 11px;
    line-height: 1;
    color: #008d82;
    letter-spacing: .06em;
    font-weight: 700;
    text-transform: uppercase;
}

.gwc-final-price {
    display: block;
    color: #008d82;
    font-size: 31px;
    line-height: 1;
    font-weight: 700;
}

.gwc-qty-stepper {
    width: 128px;
    height: 50px;
    border-radius: 999px;
    border: 1px solid #e3e3e3;
    background: #fff;
    display: grid;
    grid-template-columns: 38px 1fr 38px;
    align-items: center;
    overflow: hidden;
}

.gwc-qty-btn {
    appearance: none;
    border: 0;
    background: transparent;
    width: 38px;
    height: 48px;
    cursor: pointer;
    color: #777;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    line-height: 1;
    padding: 0 !important;
    font-weight: 300;
}

.gwc-qty-btn:hover {
    color: #000;
}

.gwc-qty-input {
    width: 100%;
    height: 48px;
    border: 0 !important;
    background: transparent !important;
    text-align: center;
    font-size: 19px;
    line-height: 1;
    font-weight: 500;
    color: #000;
    padding: 0 !important;
    margin: 0 !important;
    outline: none;
    box-shadow: none !important;
    -moz-appearance: textfield;
}

.gwc-qty-input::-webkit-outer-spin-button,
.gwc-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.gwc-bundle-section {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding-top: 2px;
}

.gwc-bundle-heading {
    font-weight: 700;
    color: #4f535d;
    letter-spacing: .06em;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
}

.gwc-bundle-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.gwc-bundle-card {
    position: relative;
    appearance: none;
    border: 1px solid #dfe4e8;
    background: #fff;
    color: #111;
    min-height: 88px;
    border-radius: 9px;
    padding: 14px 18px;
    display: grid !important;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    text-align: left;
    line-height: 1;
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.gwc-bundle-card:hover {
    transform: translateY(-1px);
}

.gwc-bundle-card.is-selected {
    border-color: #009688;
    background: #f2fffc;
}

.gwc-bundle-badge {
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 10px;
    border-radius: 3px;
    color: #fff;
    background: #009688;
    font-size: 11px;
    line-height: 1.1;
    font-weight: 700;
    white-space: nowrap;
    letter-spacing: .02em;
}

.gwc-bundle-badge.is-orange {
    background: #f7a21a;
}

.gwc-bundle-images {
    min-width: 58px;
    max-width: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.gwc-bundle-images img {
    width: 27px;
    height: 52px;
    object-fit: contain;
    display: block;
    margin-left: -7px;
}

.gwc-bundle-images img:first-child {
    margin-left: 0;
}

.gwc-bundle-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    min-width: 0;
}

.gwc-bundle-title {
    font-size: 17px;
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: .05em;
    color: #111111;
    white-space: nowrap;
}

.gwc-bundle-discount {
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    color: #008d82;
    letter-spacing: .10em;
    text-transform: uppercase;
    white-space: nowrap;
}

.gwc-bottom-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 16px;
}

.gwc-bottom-row .gwc-add-to-cart-button:first-child {
    grid-column: 1 / -1;
}

.gwc-coa-button {
    appearance: none;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #42454c;
    min-width: 98px;
    height: 64px;
    border-radius: 999px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
    padding: 0 28px;
    transition: border-color .18s ease, color .18s ease, transform .18s ease;
}

.gwc-coa-button:hover {
    border-color: #cfcfcf;
    color: #000;
    transform: translateY(-1px);
}

.gwc-add-to-cart-button {
    appearance: none;
    border: 0;
    background: #000;
    color: #fff;
    min-height: 64px;
    border-radius: 999px;
    padding: 18px 26px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background .18s ease, transform .18s ease, opacity .18s ease;
}

.gwc-add-to-cart-button:hover {
    background: #151515;
    color: #fff;
    transform: translateY(-1px);
}

.gwc-add-to-cart-button:disabled,
.gwc-add-to-cart-button.is-loading {
    opacity: .6;
    cursor: wait;
    transform: none;
}

.gwc-cart-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gwc-cart-icon svg {
    display: block;
}

.gwc-atc-message {
    display: none;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.35;
}

.gwc-atc-message.is-success,
.gwc-atc-message.is-error {
    display: block;
}

.gwc-atc-message.is-success {
    color: #0a6d4f;
    background: #eefaf5;
    border: 1px solid #caefe0;
}

.gwc-atc-message.is-error {
    color: #9f1d1d;
    background: #fff1f1;
    border: 1px solid #ffd6d6;
}

.gwc-woo-atc-notice {
    border: 1px dashed #d5d5d5;
    border-radius: 8px;
    padding: 14px;
    color: #555;
}

@media (max-width: 767px) {
    .gwc-top-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .gwc-price-wrap {
        padding-top: 0;
        font-size: 28px;
        align-items: flex-start;
        text-align: left;
    }

    .gwc-field-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .gwc-attr-option {
        min-width: 86px;
        min-height: 46px;
        font-size: 17px;
        padding: 10px 18px;
    }

    .gwc-bundle-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .gwc-bundle-card {
        justify-content: flex-start;
    }

    .gwc-bundle-title {
        white-space: normal;
    }

    .gwc-bottom-row {
        grid-template-columns: 1fr;
    }

    .gwc-coa-button {
        width: 100%;
    }
}


/* Mobile-only clone layout update. Desktop styles above are untouched. */
@media (max-width: 767px) {
    .gwc-woo-clone-atc {
        --gwc-gap: 16px;
    }

    .gwc-cart-form {
        gap: var(--gwc-gap);
    }

    .gwc-top-row {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start;
        gap: 8px;
    }

    .gwc-options-col {
        min-width: 0;
        gap: 18px;
    }

    .gwc-field-row {
        grid-template-columns: 96px minmax(0, 1fr);
        align-items: center;
        gap: 12px;
    }

    .gwc-field-label {
        font-size: 16px;
        line-height: 1.1;
        font-weight: 700;
    }

    .gwc-attribute-options {
        flex-wrap: nowrap;
        gap: 10px;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 2px;
    }

    .gwc-attribute-options::-webkit-scrollbar {
        display: none;
    }

    .gwc-attr-option {
        flex: 0 0 auto;
        min-width: 99px;
        min-height: 50px;
        padding: 10px 18px;
        border-radius: 9px;
        font-size: 18px;
        font-weight: 650;
        letter-spacing: .01em;
    }

    .gwc-price-wrap {
        grid-column: 2;
        grid-row: 1;
        align-items: flex-end;
        text-align: right;
        padding-top: 78px;
        min-width: 98px;
        font-size: 30px;
        font-weight: 800;
    }

    .gwc-final-price {
        font-size: 30px;
        font-weight: 800;
    }

    .gwc-price-wrap del,
    .gwc-compare-price {
        font-size: 13px;
    }

    .gwc-price-label {
        font-size: 9px;
    }

    .gwc-qty-stepper {
        width: 142px;
        height: 50px;
        grid-template-columns: 42px 1fr 42px;
    }

    .gwc-qty-btn {
        width: 42px;
        height: 48px;
        font-size: 25px;
    }

    .gwc-qty-input {
        height: 48px;
        font-size: 19px;
    }

    .gwc-bundle-section {
        gap: 18px;
        padding-top: 0;
    }

    .gwc-bundle-heading {
        font-size: 14px;
        line-height: 1;
        font-weight: 700;
        letter-spacing: .08em;
    }

    .gwc-bundle-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .gwc-bundle-card {
        min-height: 90px;
        border-radius: 9px;
        padding: 10px 8px;
        grid-template-columns: minmax(36px, 50px) minmax(0, 1fr);
        gap: 7px;
        justify-content: stretch;
        align-items: center;
        text-align: left;
    }

    .gwc-bundle-card:hover {
        transform: none;
    }

    .gwc-bundle-badge {
        top: -10px;
        padding: 4px 8px;
        border-radius: 3px;
        font-size: 10px;
        line-height: 1;
        letter-spacing: .02em;
    }

    .gwc-bundle-images {
        min-width: 38px;
        max-width: 56px;
        justify-content: center;
    }

    .gwc-bundle-images img {
        width: 23px;
        height: 56px;
        margin-left: -7px;
        object-fit: contain;
    }

    .gwc-bundle-card[data-qty="1"] .gwc-bundle-images img {
        width: 33px;
        height: 58px;
        margin-left: 0;
    }

    .gwc-bundle-copy {
        gap: 5px;
        align-items: flex-start;
    }

    .gwc-bundle-title {
        font-size: 16px;
        line-height: 1.05;
        font-weight: 500;
        letter-spacing: .04em;
        white-space: normal;
    }

    .gwc-bundle-discount {
        font-size: 12px;
        line-height: 1;
        font-weight: 700;
        letter-spacing: .08em;
        white-space: normal;
    }

    .gwc-bottom-row {
        grid-template-columns: 104px minmax(0, 1fr);
        gap: 12px;
        align-items: center;
    }

    .gwc-coa-button {
        width: 100%;
        min-width: 0;
        height: 64px;
        padding: 0 16px;
        font-size: 18px;
        border-radius: 999px;
    }

    .gwc-add-to-cart-button {
        min-height: 64px;
        padding: 16px 22px;
        font-size: 18px;
        font-weight: 700;
        border-radius: 999px;
    }

    .gwc-bottom-row .gwc-add-to-cart-button:first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 420px) {
    .gwc-field-row {
        grid-template-columns: 86px minmax(0, 1fr);
        gap: 10px;
    }

    .gwc-attr-option {
        min-width: 88px;
        min-height: 48px;
        font-size: 16px;
        padding: 9px 14px;
    }

    .gwc-price-wrap {
        min-width: 84px;
        font-size: 26px;
        padding-top: 76px;
    }

    .gwc-bundle-grid {
        gap: 7px;
    }

    .gwc-bundle-card {
        padding: 9px 5px;
        gap: 4px;
        grid-template-columns: minmax(30px, 44px) minmax(0, 1fr);
    }

    .gwc-bundle-title {
        font-size: 14px;
        letter-spacing: .02em;
    }

    .gwc-bundle-discount {
        font-size: 10px;
        letter-spacing: .04em;
    }

    .gwc-bundle-images img {
        width: 20px;
        height: 50px;
        margin-left: -8px;
    }

    .gwc-bundle-card[data-qty="1"] .gwc-bundle-images img {
        width: 28px;
        height: 52px;
    }
}


/* v3.2 mobile-only bundle bottle size upgrade. Desktop layout is intentionally untouched. */
@media (max-width: 767px) {
    .gwc-bundle-card {
        min-height: 96px;
        grid-template-columns: minmax(54px, 72px) minmax(0, 1fr);
        gap: 10px;
        padding: 10px 8px 10px 10px;
    }

    .gwc-bundle-images {
        min-width: 58px;
        max-width: 78px;
        height: 72px;
        overflow: visible;
        align-items: center;
        justify-content: center;
    }

    .gwc-bundle-images img {
        width: 34px;
        height: 72px;
        max-width: none;
        object-fit: contain;
        margin-left: -10px;
        flex: 0 0 auto;
    }

    .gwc-bundle-images img:first-child {
        margin-left: 0;
    }

    .gwc-bundle-card[data-qty="1"] .gwc-bundle-images {
        min-width: 54px;
        max-width: 64px;
    }

    .gwc-bundle-card[data-qty="1"] .gwc-bundle-images img {
        width: 46px;
        height: 74px;
        margin-left: 0;
    }

    .gwc-bundle-card[data-qty="2"] .gwc-bundle-images {
        min-width: 64px;
        max-width: 72px;
    }

    .gwc-bundle-card[data-qty="3"] .gwc-bundle-images,
    .gwc-bundle-card[data-qty="4"] .gwc-bundle-images,
    .gwc-bundle-card[data-qty="5"] .gwc-bundle-images {
        min-width: 70px;
        max-width: 82px;
    }

    .gwc-bundle-title {
        font-size: 16px;
        line-height: 1.05;
    }

    .gwc-bundle-discount {
        font-size: 12px;
        line-height: 1.05;
    }
}

@media (max-width: 420px) {
    .gwc-bundle-card {
        min-height: 92px;
        grid-template-columns: minmax(44px, 60px) minmax(0, 1fr);
        gap: 6px;
        padding: 9px 5px 9px 7px;
    }

    .gwc-bundle-images {
        min-width: 48px;
        max-width: 66px;
        height: 64px;
    }

    .gwc-bundle-images img {
        width: 29px;
        height: 64px;
        margin-left: -10px;
    }

    .gwc-bundle-card[data-qty="1"] .gwc-bundle-images {
        min-width: 42px;
        max-width: 52px;
    }

    .gwc-bundle-card[data-qty="1"] .gwc-bundle-images img {
        width: 38px;
        height: 66px;
    }

    .gwc-bundle-card[data-qty="2"] .gwc-bundle-images {
        min-width: 54px;
        max-width: 62px;
    }

    .gwc-bundle-card[data-qty="3"] .gwc-bundle-images,
    .gwc-bundle-card[data-qty="4"] .gwc-bundle-images,
    .gwc-bundle-card[data-qty="5"] .gwc-bundle-images {
        min-width: 58px;
        max-width: 68px;
    }
}


/* v3.3 desktop bundle bottle size upgrade.
   This only affects desktop/tablet widths. Existing mobile clone rules stay unchanged. */
@media (min-width: 768px) {
    .gwc-bundle-card {
        min-height: 96px;
        grid-template-columns: minmax(78px, 102px) auto;
        gap: 12px;
        padding: 12px 16px;
    }

    .gwc-bundle-images {
        min-width: 82px;
        max-width: 108px;
        height: 76px;
        overflow: visible;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
    }

    .gwc-bundle-images img {
        width: 38px;
        height: 74px;
        max-width: none;
        object-fit: contain;
        margin-left: -11px;
        flex: 0 0 auto;
    }

    .gwc-bundle-images img:first-child {
        margin-left: 0;
    }

    .gwc-bundle-card[data-qty="1"] .gwc-bundle-images {
        min-width: 64px;
        max-width: 78px;
    }

    .gwc-bundle-card[data-qty="1"] .gwc-bundle-images img {
        width: 54px;
        height: 76px;
        margin-left: 0;
    }

    .gwc-bundle-card[data-qty="2"] .gwc-bundle-images {
        min-width: 88px;
        max-width: 102px;
    }

    .gwc-bundle-card[data-qty="3"] .gwc-bundle-images,
    .gwc-bundle-card[data-qty="4"] .gwc-bundle-images,
    .gwc-bundle-card[data-qty="5"] .gwc-bundle-images {
        min-width: 96px;
        max-width: 112px;
    }
}


/* v3.3.2 bundle image display refinement
   - Keeps the uploaded image uncropped/full using object-fit: contain.
   - Keeps 1-bottle image at the current larger size.
   - Makes 2-bottle images slightly smaller and 3-bottle images smaller again.
   - Reduces image-to-title spacing on desktop and mobile.
   - Same plugin folder/main file so WordPress treats this ZIP as an update. */
.gwc-bundle-images img {
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
    flex: 0 0 auto !important;
    max-width: none !important;
    max-height: none !important;
}

@media (min-width: 768px) {
    .gwc-bundle-card {
        gap: 6px !important;
        grid-template-columns: minmax(58px, 82px) minmax(0, auto) !important;
    }

    .gwc-bundle-images {
        overflow: visible !important;
        justify-content: center !important;
        align-items: center !important;
    }

    /* 1 bottle: keep current larger size */
    .gwc-bundle-card[data-qty="1"] .gwc-bundle-images {
        min-width: 56px !important;
        max-width: 66px !important;
        height: 78px !important;
    }
    .gwc-bundle-card[data-qty="1"] .gwc-bundle-images img {
        width: 54px !important;
        height: 76px !important;
        margin-left: 0 !important;
    }

    /* 2 bottles: a little smaller than single bottle */
    .gwc-bundle-card[data-qty="2"] .gwc-bundle-images {
        min-width: 74px !important;
        max-width: 86px !important;
        height: 74px !important;
    }
    .gwc-bundle-card[data-qty="2"] .gwc-bundle-images img {
        width: 34px !important;
        height: 70px !important;
        margin-left: -9px !important;
    }
    .gwc-bundle-card[data-qty="2"] .gwc-bundle-images img:first-child {
        margin-left: 0 !important;
    }

    /* 3+ bottles: smaller again so all three fit cleanly */
    .gwc-bundle-card[data-qty="3"] .gwc-bundle-images,
    .gwc-bundle-card[data-qty="4"] .gwc-bundle-images,
    .gwc-bundle-card[data-qty="5"] .gwc-bundle-images {
        min-width: 82px !important;
        max-width: 94px !important;
        height: 70px !important;
    }
    .gwc-bundle-card[data-qty="3"] .gwc-bundle-images img,
    .gwc-bundle-card[data-qty="4"] .gwc-bundle-images img,
    .gwc-bundle-card[data-qty="5"] .gwc-bundle-images img {
        width: 29px !important;
        height: 66px !important;
        margin-left: -9px !important;
    }
    .gwc-bundle-card[data-qty="3"] .gwc-bundle-images img:first-child,
    .gwc-bundle-card[data-qty="4"] .gwc-bundle-images img:first-child,
    .gwc-bundle-card[data-qty="5"] .gwc-bundle-images img:first-child {
        margin-left: 0 !important;
    }

    .gwc-bundle-copy {
        margin-left: 0 !important;
    }
}

@media (max-width: 767px) {
    .gwc-bundle-card {
        gap: 5px !important;
        grid-template-columns: minmax(46px, 64px) minmax(0, 1fr) !important;
    }

    .gwc-bundle-images {
        overflow: visible !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .gwc-bundle-card[data-qty="1"] .gwc-bundle-images {
        min-width: 46px !important;
        max-width: 54px !important;
        height: 66px !important;
    }
    .gwc-bundle-card[data-qty="1"] .gwc-bundle-images img {
        width: 40px !important;
        height: 64px !important;
        margin-left: 0 !important;
    }

    .gwc-bundle-card[data-qty="2"] .gwc-bundle-images {
        min-width: 54px !important;
        max-width: 64px !important;
        height: 62px !important;
    }
    .gwc-bundle-card[data-qty="2"] .gwc-bundle-images img {
        width: 29px !important;
        height: 60px !important;
        margin-left: -9px !important;
    }
    .gwc-bundle-card[data-qty="2"] .gwc-bundle-images img:first-child {
        margin-left: 0 !important;
    }

    .gwc-bundle-card[data-qty="3"] .gwc-bundle-images,
    .gwc-bundle-card[data-qty="4"] .gwc-bundle-images,
    .gwc-bundle-card[data-qty="5"] .gwc-bundle-images {
        min-width: 60px !important;
        max-width: 70px !important;
        height: 58px !important;
    }
    .gwc-bundle-card[data-qty="3"] .gwc-bundle-images img,
    .gwc-bundle-card[data-qty="4"] .gwc-bundle-images img,
    .gwc-bundle-card[data-qty="5"] .gwc-bundle-images img {
        width: 25px !important;
        height: 56px !important;
        margin-left: -8px !important;
    }
    .gwc-bundle-card[data-qty="3"] .gwc-bundle-images img:first-child,
    .gwc-bundle-card[data-qty="4"] .gwc-bundle-images img:first-child,
    .gwc-bundle-card[data-qty="5"] .gwc-bundle-images img:first-child {
        margin-left: 0 !important;
    }
}

@media (max-width: 420px) {
    .gwc-bundle-card {
        gap: 4px !important;
        grid-template-columns: minmax(40px, 54px) minmax(0, 1fr) !important;
    }

    .gwc-bundle-card[data-qty="1"] .gwc-bundle-images {
        min-width: 40px !important;
        max-width: 48px !important;
        height: 60px !important;
    }
    .gwc-bundle-card[data-qty="1"] .gwc-bundle-images img {
        width: 36px !important;
        height: 58px !important;
    }

    .gwc-bundle-card[data-qty="2"] .gwc-bundle-images {
        min-width: 50px !important;
        max-width: 58px !important;
        height: 56px !important;
    }
    .gwc-bundle-card[data-qty="2"] .gwc-bundle-images img {
        width: 27px !important;
        height: 54px !important;
        margin-left: -9px !important;
    }

    .gwc-bundle-card[data-qty="3"] .gwc-bundle-images,
    .gwc-bundle-card[data-qty="4"] .gwc-bundle-images,
    .gwc-bundle-card[data-qty="5"] .gwc-bundle-images {
        min-width: 54px !important;
        max-width: 62px !important;
        height: 52px !important;
    }
    .gwc-bundle-card[data-qty="3"] .gwc-bundle-images img,
    .gwc-bundle-card[data-qty="4"] .gwc-bundle-images img,
    .gwc-bundle-card[data-qty="5"] .gwc-bundle-images img {
        width: 23px !important;
        height: 50px !important;
        margin-left: -8px !important;
    }
}
