.mt-elementor-package,
.mt-elementor-package * {
    box-sizing: border-box;
}

.mt-elementor-package {
    width: 100%;
    padding: 6.944vw;
    background: #f2f2f2;
    color: #0d0d0d;
}

.mt-elementor-package-header {
    text-align: center;
    margin-bottom: 4.861vw;
}

.mt-elementor-package-header h2 {
    margin: 0;
    color: #0d0d0d;
    font-family: var(--vape-font-brand);
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 3.056vw;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.mt-elementor-package-header p {
    margin: 0.972vw 0 0;
    color: #5f6368;
    font-family: var(--vape-font-body);
    font-size: 0.972vw;
    font-weight: 500;
    line-height: 1.528vw;
}

.mt-elementor-package-billing-wrap {
    width: 100%;
    margin: 0 auto 3.472vw;
    display: flex;
    flex-direction: column;
    gap: 4.306vw;
}

.mt-elementor-package-billing-row {
    width: min(100%, 70.833vw);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 16.667vw));
    justify-content: center;
    gap: 1.389vw;
}

.mt-elementor-package-billing-option {
    position: relative;
    width: 100%;
    max-width: 16.667vw;
    min-width: 0;
    height: 4.931vw;
    border: 1px solid #0d0d0d;
    border-radius: 6.875vw;
    background: transparent;
    color: #0d0d0d;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: var(--vape-font-brand);
    cursor: pointer;
}

.mt-elementor-package-billing-option.is-active {
    border-color: #2ef0d6;
    background: #2ef0d6;
}

.mt-elementor-package-billing-label {
    font-size: 1.111vw;
    font-weight: 700;
    line-height: 1.667vw;
}

.mt-elementor-package-billing-note {
    margin-top: 0.139vw;
    font-weight: 500;
    font-size: 0.833vw;
    line-height: 1.389vw;
}

.mt-elementor-package-billing-badge-image {
    position: absolute;
    display: block;
    object-fit: contain;
    pointer-events: none;
    max-width: none;
}

.mt-elementor-package-billing-badge-top-center {
    left: 50%;
    top: -1.389vw;
    width: 2.778vw;
    height: auto;
    transform: translateX(-50%);
}

.mt-elementor-package-billing-badge-top-right {
    right: 0;
    top: -0.556vw;
    width: 6.181vw;
    height: auto;
}

.mt-elementor-package-badge {
    position: absolute;
    right: 0;
    top: -0.694vw;
    padding: 0.139vw 0.556vw;
    border-radius: 6.875vw;
    background: #0d0d0d;
    color: #ffffff;
    font-size: 0.764vw;
    line-height: 1.111vw;
}

.mt-elementor-package-cards {
    width: min(86.111vw, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25vw;
}

.mt-elementor-package-card {
    max-width: 27.778vw;
    height: 41.667vw;
    border-radius: 2.083vw;
    padding: 2.778vw 1.806vw;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.mt-elementor-package-card-premium {
    background: linear-gradient(135deg, #f2556d 0%, #ffffff 48%, #f99aaa 100%);
    --package-features-margin-top: 1.111vw;
    --package-divider-margin-top: 1.597vw;
    --package-divider-color: #df2335;
}

.mt-elementor-package-card-plus {
    background: linear-gradient(135deg, #c7c2ff 0%, #ffffff 50%, #c7c2ff 100%);
    --package-features-margin-top: 1.111vw;
    --package-divider-margin-top: 1.597vw;
    --package-divider-color: #8f89fa;
}

.mt-elementor-package-card-basic {
    background: linear-gradient(135deg, #fff06f 0%, #ffffff 48%, #fff7a8 100%);
    --package-features-margin-top: 2.639vw;
    --package-divider-margin-top: 3.542vw;
    --package-divider-color: #ffe53f;
}

.mt-elementor-package-card-head {
    display: grid;
    grid-template-columns: 3.75vw 1fr;
    align-items: start;
    gap: 1.111vw;
}

.mt-elementor-package-icon {
    width: 3.75vw;
    height: 3.75vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mt-elementor-package-icon img {
    width: 3.75vw;
    height: 3.75vw;
    max-width: none;
    object-fit: contain;
}

.mt-elementor-package-card h3 {
    margin: 0;
    font-family: var(--vape-font-brand);
    font-weight: 700;
    font-size: 1.667vw;
    line-height: 2.222vw;
    color: #0d0d0d;
}

.mt-elementor-package-card-head p {
    margin: 0;
    padding: 0;
    font-family: var(--vape-font-body);
    font-weight: 700;
    font-size: 0.972vw;
    line-height: 1.528vw;
    color: #0d0d0d;
}

.mt-elementor-package-features {
    margin: var(--package-features-margin-top) 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.417vw;
}

.mt-elementor-package-features li {
    position: relative;
    padding-left: 2.778vw;
    font-family: var(--vape-font-body);
    font-weight: 500;
    font-size: 0.972vw;
    line-height: 1.528vw;
    color: #0d0d0d;
}

.mt-elementor-package-features li::before {
    content: "";
    position: absolute;
    left: 0.833vw;
    top: 0.208vw;
    width: 1.111vw;
    height: 1.111vw;
    background-image: var(--package-check-icon);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.mt-elementor-package-divider {
    width: 100%;
    height: 1px;
    margin: var(--package-divider-margin-top) 0 0.833vw;
    background: var(--package-divider-color);
}

.mt-elementor-package-price {
    margin-bottom: 0.694vw;
    text-align: center;
    color: #0d0d0d;
    font-family: var(--vape-font-brand);
}

.mt-elementor-package-price strong {
    font-weight: 700;
    font-size: 2.778vw;
    line-height: 3.056vw;
}

.mt-elementor-package-price span {
    margin-left: 0.278vw;
    font-weight: 500;
    font-size: 1.111vw;
    line-height: 1.667vw;
}

.mt-elementor-package-billing-text,
.mt-elementor-package-saving {
    text-align: center;
    font-family: var(--vape-font-body);
    font-weight: 500;
    font-size: 0.972vw;
    line-height: 1.528vw;
    color: #0d0d0d;
}

.mt-elementor-package-product-row {
    height: 7.292vw;
    margin: 0.833vw auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mt-elementor-package-product-row img {
    max-height: 7.292vw;
    width: auto;
    max-width: none;
    display: block;
}

.mt-elementor-package-product-row span {
    color: #6b7280;
    font-family: var(--vape-font-brand);
    font-size: 0.833vw;
    font-weight: 700;
}

.mt-elementor-package-button {
    width: 100%;
    height: 2.222vw;
    border: 0;
    border-radius: 6.875vw;
    background: #2ef0d6;
    color: #0d0d0d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--vape-font-brand);
    font-weight: 500;
    font-size: 1.111vw;
    line-height: 1.667vw;
    text-decoration: none;
    cursor: pointer;
}

.mt-elementor-package-button:hover,
.mt-elementor-package-button:focus {
    color: #0d0d0d;
    text-decoration: none;
    opacity: 0.9;
}

/* Popup */
.mt-package-popup[hidden] {
    display: none !important;
}

.mt-package-popup {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: #ffffff;
    color: #0d0d0d;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.mt-package-popup-panel {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 3.611vw 4.722vw 2.361vw;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
}

.mt-package-popup-close {
    position: absolute;
    top: 1.389vw;
    right: 1.944vw;
    z-index: 5;
    width: 2.222vw;
    height: 2.222vw;
    border: 0;
    padding: 0;
    background: transparent;
    color: #0d0d0d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mt-package-popup-close img {
    width: 100%;
    height: 100%;
    max-width: none;
    display: block;
    object-fit: contain;
}

.mt-package-popup-close span {
    font-size: 2.917vw;
    font-weight: 300;
    line-height: 1;
}

.mt-package-popup-header {
    text-align: center;
    margin-bottom: 2.639vw;
}

.mt-package-popup-header h2 {
    margin: 0;
    color: #0d0d0d;
    font-family: var(--vape-font-brand);
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 3.056vw;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.mt-package-popup-header p {
    margin: 1.111vw 0 0;
    color: #5c5c5c;
    font-family: var(--vape-font-body);
    font-size: 0.903vw;
    font-weight: 500;
    line-height: 1.389vw;
}

.mt-package-popup-scroll {
    flex: 1 1 auto;
    min-height: 0;
    padding-right: 1.25vw;
    overflow-y: auto;
    scrollbar-width: thin;
}

.mt-package-popup-scroll::-webkit-scrollbar {
    width: 0.556vw;
}

.mt-package-popup-scroll::-webkit-scrollbar-thumb {
    border-radius: 6.875vw;
    background: #b8b8b8;
}

/* Billing */
.mt-package-popup-billing {
    width: min(100%, 70.833vw);
    margin: 0 auto 1.389vw;
    padding: 1.667vw 1.389vw;
    border-radius: 2.083vw;
    background: #f2f2f2;
}

.mt-package-popup-billing-title {
    margin: 0 0 1.111vw;
    color: #0d0d0d;
    font-family: var(--vape-font-brand);
    font-size: 0.972vw;
    font-weight: 700;
    line-height: 1.528vw;
}

.mt-package-popup-billing-options {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.389vw;
}

.mt-package-popup-billing-button {
    height: 3.056vw;
    border: 1px solid transparent;
    border-radius: 6.875vw;
    background: #ffffff;
    color: #0d0d0d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--vape-font-brand);
    font-size: 0.972vw;
    font-weight: 700;
    line-height: 1.528vw;
    cursor: pointer;
}

.mt-package-popup-billing-button.is-active {
    border-color: #0d0d0d;
    background: #ffffff;
}

/* Product rebuild */
.mt-package-popup-products {
    width: min(100%, 70.833vw);
    margin: 0 auto;
    display: grid;
    gap: 1.389vw;
}

.mt-package-popup-product {
    position: relative;
    border-radius: 2.083vw;
    background: #f2f2f2;
}

.mt-package-popup-product-rebuild {
    min-height: 25vw;
    padding: 1.806vw 2.083vw;
    display: grid;
    grid-template-columns: 12.5vw minmax(0, 1fr);
    gap: 2.361vw;
    align-items: start;
}

.mt-package-popup-product-visual {
    min-width: 0;
    display: flex;
    justify-content: center;
}

.mt-package-popup-product-image {
    width: 8.333vw;
    height: 20.833vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mt-package-popup-product-image img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.mt-package-popup-product-content {
    min-width: 0;
}

.mt-package-popup-product-title {
    margin: 0 0 0.556vw;
    color: #0d0d0d;
    font-family: var(--vape-font-brand);
    font-size: 1.944vw;
    font-weight: 700;
    line-height: 2.5vw;
    text-transform: uppercase;
}

.mt-package-popup-product-type {
    width: 100%;
    margin: 0 0 1.25vw;
    color: #0d0d0d;
    font-family: var(--vape-font-brand);
    font-size: 1.042vw;
    font-weight: 700;
    line-height: 1.528vw;

    display: flex;
    align-items: center;
    gap: 0.417vw;
}

.mt-package-popup-product-type-name {
    color: #0d0d0d;
    font-weight: 700;
}

.mt-package-popup-product-type-count {
    color: #777777;
    font-size: 0.972vw;
    font-weight: 500;
}

.mt-package-popup-product-message {
    margin-top: 1.389vw;
    color: #777777;
    font-family: var(--vape-font-body);
    font-size: 0.903vw;
    font-weight: 500;
    line-height: 1.389vw;
}

/* Included products */
.mt-package-popup-included-products {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25vw;
    margin-bottom: 1.667vw;
}

.mt-package-popup-included-product {
    position: relative;
    width: 4.028vw;
    height: 4.028vw;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 50%;
    background: #ffffff;
    background-image: var(--mt-included-product-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mt-package-popup-included-product:hover {
    transform: translateY(-0.069vw);
    border-color: #999999;
}

.mt-package-popup-included-product.is-active {
    border-color: #0d0d0d;
    box-shadow: 0 0 0 1px #0d0d0d;
}

.mt-package-popup-included-product-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mt-package-popup-included-product-image img {
    display: block;
    width: 88%;
    height: 88%;
    max-width: none;
    object-fit: contain;
}

/* Attribute */
.mt-package-popup-attribute {
    margin-top: 1.528vw;
}

.mt-package-popup-attribute-label {
    width: 100%;
    margin: 0 0 0.833vw;
    color: #0d0d0d;
    font-family: var(--vape-font-brand);
    font-size: 1.042vw;
    font-weight: 700;
    line-height: 1.528vw;
    display: flex;
    align-items: center;
    gap: 0.417vw;
}

.mt-package-popup-attribute-name {
    color: #0d0d0d;
    font-weight: 700;
}

.mt-package-popup-attribute-count {
    color: #777777;
    font-size: 0.972vw;
    font-weight: 500;
}

.mt-package-popup-choice-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.694vw;
}

.mt-package-popup-choice {
    position: relative;
    min-width: 5.417vw;
    height: 2.083vw;
    padding: 0 0.833vw;
    border: 1px solid transparent;
    border-radius: 0.556vw;
    background: #ffffff;
    color: #0d0d0d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--vape-font-brand);
    font-size: 0.833vw;
    font-weight: 500;
    line-height: 1.25vw;
    cursor: pointer;
    overflow: visible;
}

.mt-package-popup-choice:hover,
.mt-package-popup-choice.is-active {
    border-color: #0d0d0d;
}

.mt-package-popup-choice-text {
    display: block;
    white-space: nowrap;
}

.mt-package-popup-choice-list-round-image {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.389vw;
}

.mt-package-popup-choice-round-image {
    position: relative;
    width: 3.472vw;
    min-width: 3.472vw;
    height: 3.472vw;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 50%;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mt-package-popup-choice-round-image > img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.mt-package-popup-choice-round-image:hover {
    transform: translateY(-0.069vw);
    border-color: #999999;
}

.mt-package-popup-choice-round-image.is-active {
    border-color: #111111;
    box-shadow: 0 0 0 1px #111111;
}

/* Quantity badge */
.mt-package-popup-choice-qty-badge {
    position: absolute;
    right: -0.347vw;
    top: -0.347vw;
    z-index: 3;
    min-width: 1.181vw;
    height: 1.181vw;
    padding: 0 0.347vw;
    border-radius: 6.875vw;
    background: #0d0d0d;
    color: #ffffff;
    font-family: var(--vape-font-brand);
    font-size: 0.694vw;
    font-weight: 700;
    line-height: 1.181vw;
    text-align: center;
    pointer-events: none;
}

.mt-package-popup-attribute-stepper {
    display: inline-flex;
    align-items: center;
}

/* - number + stepper */
.mt-package-popup-option-stepper {
    height: 1.667vw;
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #0d0d0d;
    border-radius: 0.139vw;
    box-shadow: none;
    overflow: hidden;
}

.mt-package-popup-option-stepper-btn,
.mt-package-popup-option-stepper-number {
    width: 1.667vw;
    height: 1.528vw;
    color: #0d0d0d;
    font-family: var(--vape-font-brand);
    font-size: 0.903vw;
    font-weight: 700;
    line-height: 1.528vw;
    text-align: center;
    user-select: none;
}

.mt-package-popup-option-stepper-btn {
    cursor: pointer;
}

.mt-package-popup-option-stepper-btn:hover {
    background: #f2f2f2;
}

.mt-package-popup-option-stepper-number {
    border-left: 1px solid #0d0d0d;
    border-right: 1px solid #0d0d0d;
    background: #ffffff;
}

/* Selected */
.mt-package-popup-selected {
    width: min(100%, 70.833vw);
    margin: 1.389vw auto 0;
    padding: 1.389vw;
    border-radius: 2.083vw;
    background: #f2f2f2;
}

.mt-package-popup-selected-title {
    margin: 0 0 1.25vw;
    color: #0d0d0d;
    font-family: var(--vape-font-brand);
    font-size: 0.972vw;
    font-weight: 700;
    line-height: 1.528vw;
}

.mt-package-popup-selected-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.389vw;
}

.mt-package-popup-selected-card {
    position: relative;
    min-height: 7.222vw;
    padding: 1.25vw 3.333vw 1.25vw 5.417vw;
    border: 1px solid transparent;
    border-radius: 0.556vw;
    background: #ffffff;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mt-package-popup-selected-card:hover {
    border-color: #999999;
    transform: translateY(-0.069vw);
}

.mt-package-popup-selected-card.is-active {
    border-color: #0d0d0d;
    box-shadow: 0 0 0 1px #0d0d0d;
}

.mt-package-popup-selected-card img {
    position: absolute;
    left: 1.667vw;
    top: 50%;
    width: 2.361vw;
    height: 4.861vw;
    max-width: none;
    object-fit: contain;
    transform: translateY(-50%);
}

.mt-package-popup-selected-card strong {
    display: block;
    color: #0d0d0d;
    font-family: var(--vape-font-brand);
    font-size: 0.972vw;
    font-weight: 700;
    line-height: 1.528vw;
}

.mt-package-popup-selected-card span {
    margin-top: 0.556vw;
    display: block;
    color: #5c5c5c;
    font-family: var(--vape-font-body);
    font-size: 0.903vw;
    font-weight: 500;
    line-height: 1.389vw;
}

.mt-package-popup-selected-card em {
    font-style: normal;
    font-weight: 700;
    color: #0d0d0d;
}

.mt-package-popup-selected-remove {
    position: absolute;
    right: 1.25vw;
    top: 50%;
    z-index: 4;
    width: 1.667vw;
    height: 1.667vw;
    border: 0;
    padding: 0;
    background: transparent;
    color: #0d0d0d;
    font-size: 2.083vw;
    font-weight: 300;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.72;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.mt-package-popup-selected-remove:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.08);
}

/* Footer */
.mt-package-popup-footer {
    flex: 0 0 auto;
    width: min(100%, 70.833vw);
    margin: 1.944vw auto 0;
    display: grid;
    grid-template-columns: 9.722vw minmax(0, 1fr);
    gap: 1.389vw;
    align-items: center;
}

.mt-package-popup-cancel {
    height: 2.778vw;
    border: 1px solid #0d0d0d;
    border-radius: 6.875vw;
    background: #ffffff;
    color: #0d0d0d;
    font-family: var(--vape-font-brand);
    font-size: 0.972vw;
    font-weight: 500;
    cursor: pointer;
}

.mt-package-popup-confirm {
    height: 2.778vw;
    border: 0;
    border-radius: 6.875vw;
    background: #2ef0d6;
    color: #0d0d0d;
    font-family: var(--vape-font-brand);
    font-size: 0.972vw;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.mt-package-popup-confirm.is-disabled,
.mt-package-popup-confirm:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.mt-package-popup-note {
    grid-column: 1 / -1;
    margin-top: -0.417vw;
    color: #0d0d0d;
    font-family: var(--vape-font-body);
    font-size: 0.764vw;
    font-weight: 500;
    line-height: 1.25vw;
    text-align: center;
}

.mt-package-popup-note span {
    color: #df2335;
}

/* Responsive */
@media (max-width: 1024px) {
    .mt-elementor-package {
        padding: 6.25vw 3.516vw;
    }

    .mt-elementor-package-cards {
        grid-template-columns: 1fr;
        max-width: 50.781vw;
    }

    .mt-elementor-package-card {
        max-width: 100%;
    }

    .mt-package-popup-panel {
        padding: 4.688vw 3.516vw 3.125vw;
    }

    .mt-package-popup-products,
    .mt-package-popup-selected,
    .mt-package-popup-billing,
    .mt-package-popup-footer {
        width: 100%;
    }

    .mt-package-popup-product-rebuild {
        grid-template-columns: 14.648vw minmax(0, 1fr);
        gap: 2.539vw;
    }

    .mt-package-popup-product-image {
        width: 9.766vw;
        height: 25.391vw;
    }

    .mt-package-popup-selected-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 750px) {
    .mt-elementor-package {
        padding: 7.467vw 2.4vw;
    }

    .mt-elementor-package-header {
        margin-bottom: 4.8vw;
    }

    .mt-elementor-package-header h2 {
        font-size: 3.2vw;
        line-height: 4.267vw;
        letter-spacing: 0.12em;
    }

    .mt-elementor-package-header p {
        font-size: 1.6vw;
    }

    .mt-elementor-package-billing-wrap {
        gap: 2.4vw;
        margin-bottom: 4.267vw;
    }

    .mt-elementor-package-billing-row {
        grid-template-columns: 1fr 1fr;
        gap: 1.6vw;
    }

    .mt-elementor-package-billing-option {
        width: 100%;
        height: 6.4vw;
    }

    .mt-elementor-package-billing-label {
        font-size: 2vw;
        line-height: 2.667vw;
    }

    .mt-elementor-package-billing-note {
        font-size: 1.467vw;
        line-height: 2.133vw;
    }

    .mt-elementor-package-cards {
        gap: 2.133vw;
    }

    .mt-elementor-package-card {
        height: auto;
        min-height: auto;
        padding: 3.733vw 2.667vw 2.933vw;
    }

    .mt-elementor-package-billing-badge-top-center {
        top: -2.133vw;
        width: 4.267vw;
    }

    .mt-elementor-package-billing-badge-top-right {
        top: -0.933vw;
        width: 9.6vw;
    }

    .mt-package-popup-panel {
        padding: 6.133vw 2.4vw 3.2vw;
    }

    .mt-package-popup-header {
        margin-bottom: 3.733vw;
    }

    .mt-package-popup-header h2 {
        font-size: 3.2vw;
        line-height: 4.267vw;
    }

    .mt-package-popup-billing {
        padding: 2.667vw 2.133vw;
        border-radius: 2.667vw;
    }

    .mt-package-popup-billing-options {
        grid-template-columns: 1fr 1fr;
        gap: 1.6vw;
    }

    .mt-package-popup-product-rebuild {
        min-height: auto;
        padding: 2.933vw 2.4vw;
        grid-template-columns: 1fr;
        gap: 2.4vw;
        border-radius: 2.667vw;
    }

    .mt-package-popup-product-visual {
        justify-content: center;
    }

    .mt-package-popup-product-image {
        width: 100%;
        height: 24vw;
    }

    .mt-package-popup-product-title {
        font-size: 2.933vw;
        line-height: 4vw;
    }

    .mt-package-popup-included-products {
        gap: 1.867vw;
    }

    .mt-package-popup-included-product {
        width: 6.667vw;
        height: 6.667vw;
    }

    .mt-package-popup-choice-list-round-image {
        gap: 1.867vw;
    }

    .mt-package-popup-choice-round-image {
        width: 6.133vw;
        min-width: 6.133vw;
        height: 6.133vw;
    }

    .mt-package-popup-selected {
        border-radius: 2.667vw;
    }

    .mt-package-popup-selected-list {
        grid-template-columns: 1fr;
    }

    .mt-package-popup-footer {
        grid-template-columns: 1fr;
    }

    .mt-package-popup-product-type {
        margin-bottom: 2.344vw;
        font-size: 1.953vw;
        line-height: 2.865vw;
        gap: 0.781vw;
    }

    .mt-package-popup-product-type-count {
        font-size: 1.823vw;
    }

    .mt-package-popup-selected-card {
        min-height: 13.542vw;
        padding: 2.344vw 6.25vw 2.344vw 10.156vw;
        border-radius: 1.042vw;
    }

    .mt-package-popup-selected-card img {
        left: 3.125vw;
        width: 4.427vw;
        height: 9.115vw;
    }

    .mt-package-popup-selected-remove {
        right: 2.344vw;
        width: 3.125vw;
        height: 3.125vw;
        font-size: 3.906vw;
    }
}
/* 手机端(≤520px):还原 PDF 移动端订阅卡片
   —— 可读字号、周期 tab 单行铺满、卡片占满宽度、价格左对齐、按钮可点。仅涉及可见卡片,不动弹窗。 */
@media (max-width: 520px) {
    .mt-elementor-package {
        padding: 9.6vw 4.267vw 10.667vw;
    }

    /* 标题 */
    .mt-elementor-package-header {
        margin-bottom: 5.333vw;
    }

    .mt-elementor-package-header h2 {
        font-size: 6.4vw;
        line-height: 1.15;
        letter-spacing: 0.04em;
    }

    .mt-elementor-package-header p {
        margin-top: 2.667vw;
        font-size: 3.467vw;
        line-height: 1.5;
    }

    /* 计费周期 tab:一行铺满 */
    .mt-elementor-package-billing-wrap {
        gap: 3.2vw;
        margin-bottom: 6.4vw;
    }

    .mt-elementor-package-billing-row {
        width: 100%;
        display: flex;
        gap: 2.133vw;
        grid-template-columns: none;
    }

    .mt-elementor-package-billing-option {
        flex: 1 1 0;
        max-width: none;
        min-width: 0;
        height: auto;
        min-height: 13.333vw;
        padding: 2.4vw 1.067vw;
        border-radius: 4.267vw;
    }

    .mt-elementor-package-billing-label {
        font-size: 3.733vw;
        line-height: 1.2;
    }

    .mt-elementor-package-billing-note {
        margin-top: 0.8vw;
        font-size: 2.933vw;
        line-height: 1.2;
    }

    /* 卡片:占满宽度、高度自适应 */
    .mt-elementor-package-cards {
        width: 100%;
        max-width: 100%;
        grid-template-columns: 1fr;
        gap: 4.267vw;
    }

    .mt-elementor-package-card {
        max-width: 100%;
        height: auto;
        min-height: 0;
        padding: 5.6vw 5.333vw 5.333vw;
        border-radius: 5.333vw;
    }

    .mt-elementor-package-card-head {
        grid-template-columns: 10.667vw 1fr;
        gap: 3.2vw;
        align-items: center;
    }

    .mt-elementor-package-icon,
    .mt-elementor-package-icon img {
        width: 10.667vw;
        height: 10.667vw;
    }

    .mt-elementor-package-card h3 {
        font-size: 5.867vw;
        line-height: 1.15;
    }

    .mt-elementor-package-card-head p {
        font-size: 3.333vw;
        line-height: 1.45;
    }

    /* 特性列表 */
    .mt-elementor-package-features {
        gap: 2.4vw;
    }

    .mt-elementor-package-features li {
        padding-left: 7.467vw;
        font-size: 3.467vw;
        line-height: 1.35;
    }

    .mt-elementor-package-features li::before {
        left: 0;
        top: 0.8vw;
        width: 5.333vw;
        height: 5.333vw;
    }

    .mt-elementor-package-divider {
        margin-top: 4.267vw;
        margin-bottom: 3.2vw;
    }

    /* 价格(左对齐,贴合 PDF) */
    .mt-elementor-package-price {
        text-align: left;
        margin-bottom: 1.6vw;
    }

    .mt-elementor-package-price strong {
        font-size: 9.067vw;
        line-height: 1.05;
    }

    .mt-elementor-package-price span {
        margin-left: 1.067vw;
        font-size: 3.733vw;
        line-height: 1.2;
    }

    .mt-elementor-package-billing-text,
    .mt-elementor-package-saving {
        text-align: left;
        font-size: 3.2vw;
        line-height: 1.45;
    }

    /* 产品图 */
    .mt-elementor-package-product-row {
        height: 20vw;
        margin: 3.2vw auto;
    }

    .mt-elementor-package-product-row img {
        max-height: 20vw;
    }

    /* Shop Now 按钮 */
    .mt-elementor-package-button {
        height: auto;
        min-height: 12.8vw;
        padding: 3.2vw;
        border-radius: 8vw;
        font-size: 4vw;
        line-height: 1.2;
        font-weight: 700;
    }
}

/* 手机端(≤520px):商品选择弹窗「CHOOSE YOUR PRODUCTS」还原 PDF
   —— 全屏、可读字号、周期 2×2、圆形色板、Lemon Lime 药丸、已选列表单列、底部 Cancel+Confirm 并排。 */
@media (max-width: 520px) {
    .mt-package-popup-panel {
        padding: 6.4vw 4.267vw 4.267vw;
    }

    .mt-package-popup-close {
        top: 4.267vw;
        right: 4.267vw;
        width: 7.467vw;
        height: 7.467vw;
    }

    .mt-package-popup-close span {
        font-size: 8vw;
    }

    /* 标题 */
    .mt-package-popup-header {
        margin-bottom: 5.333vw;
        text-align: left;
    }

    .mt-package-popup-header h2 {
        font-size: 7.467vw;
        line-height: 1.15;
        letter-spacing: 0.03em;
    }

    .mt-package-popup-header p {
        margin-top: 2.667vw;
        font-size: 3.467vw;
        line-height: 1.5;
    }

    .mt-package-popup-scroll {
        padding-right: 2.133vw;
    }

    /* Billing 2×2 */
    .mt-package-popup-billing {
        width: 100%;
        margin-bottom: 4.267vw;
        padding: 4.267vw 3.733vw;
        border-radius: 4.267vw;
    }

    .mt-package-popup-billing-title {
        margin-bottom: 3.2vw;
        font-size: 3.733vw;
        line-height: 1.4;
    }

    .mt-package-popup-billing-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 3.2vw;
    }

    .mt-package-popup-billing-button {
        height: auto;
        min-height: 12.267vw;
        padding: 2.667vw;
        border-radius: 3.2vw;
        font-size: 3.733vw;
        line-height: 1.3;
    }

    /* 商品卡:图在上、内容在下 */
    .mt-package-popup-products {
        width: 100%;
    }

    .mt-package-popup-product-rebuild {
        min-height: 0;
        padding: 5.333vw 4.267vw;
        grid-template-columns: 1fr;
        gap: 4.267vw;
        border-radius: 4.267vw;
    }

    .mt-package-popup-product-visual {
        justify-content: center;
    }

    .mt-package-popup-product-image {
        width: 100%;
        height: 53.333vw;
    }

    .mt-package-popup-product-title {
        margin-bottom: 3.2vw;
        font-size: 5.333vw;
        line-height: 1.2;
    }

    .mt-package-popup-product-type {
        margin-bottom: 3.2vw;
        font-size: 3.733vw;
        line-height: 1.4;
        gap: 1.067vw;
    }

    .mt-package-popup-product-type-count {
        font-size: 3.2vw;
    }

    .mt-package-popup-product-message {
        margin-top: 3.2vw;
        font-size: 3.2vw;
        line-height: 1.45;
    }

    /* 圆形色板(可选商品/图片属性) */
    .mt-package-popup-included-products {
        gap: 3.2vw;
        margin-bottom: 4.267vw;
    }

    .mt-package-popup-included-product {
        width: 12.8vw;
        height: 12.8vw;
    }

    .mt-package-popup-attribute {
        margin-top: 4.267vw;
    }

    .mt-package-popup-attribute-label {
        margin-bottom: 2.667vw;
        font-size: 3.733vw;
        line-height: 1.4;
        gap: 1.6vw;
        flex-wrap: wrap;
    }

    .mt-package-popup-attribute-count {
        font-size: 3.2vw;
    }

    .mt-package-popup-choice-list-round-image {
        gap: 2.4vw;
    }

    .mt-package-popup-choice-round-image {
        width: 12.8vw;
        min-width: 12.8vw;
        height: 12.8vw;
    }

    /* 文字药丸(Lemon Lime) */
    .mt-package-popup-choice-list {
        gap: 2.133vw;
    }

    .mt-package-popup-choice {
        min-width: 0;
        height: auto;
        min-height: 9.067vw;
        padding: 1.6vw 3.733vw;
        border-radius: 1.6vw;
        font-size: 3.2vw;
        line-height: 1.3;
    }

    .mt-package-popup-choice-qty-badge {
        right: -1.067vw;
        top: -1.067vw;
        min-width: 4.267vw;
        height: 4.267vw;
        padding: 0 1.067vw;
        font-size: 2.4vw;
        line-height: 4.267vw;
    }

    /* - n + 步进器 */
    .mt-package-popup-option-stepper {
        height: 6.4vw;
        border-radius: 1.067vw;
    }

    .mt-package-popup-option-stepper-btn,
    .mt-package-popup-option-stepper-number {
        width: 6.4vw;
        height: 5.867vw;
        font-size: 3.467vw;
        line-height: 5.867vw;
    }

    /* 已选商品:单列 */
    .mt-package-popup-selected {
        width: 100%;
        margin-top: 4.267vw;
        padding: 4.267vw;
        border-radius: 4.267vw;
    }

    .mt-package-popup-selected-title {
        margin-bottom: 3.2vw;
        font-size: 3.733vw;
        line-height: 1.4;
    }

    .mt-package-popup-selected-list {
        grid-template-columns: 1fr;
        gap: 3.2vw;
    }

    .mt-package-popup-selected-card {
        min-height: 18.133vw;
        padding: 3.2vw 11.733vw 3.2vw 18.667vw;
        border-radius: 2.667vw;
    }

    .mt-package-popup-selected-card img {
        left: 4.267vw;
        width: 8.533vw;
        height: 14.933vw;
    }

    .mt-package-popup-selected-card strong {
        font-size: 3.733vw;
        line-height: 1.35;
    }

    .mt-package-popup-selected-card span {
        margin-top: 1.6vw;
        font-size: 3.2vw;
        line-height: 1.4;
    }

    .mt-package-popup-selected-remove {
        right: 4.267vw;
        width: 6.933vw;
        height: 6.933vw;
        font-size: 6.933vw;
    }

    /* 底部:Cancel + Confirm 并排 */
    .mt-package-popup-footer {
        width: 100%;
        margin-top: 4.267vw;
        grid-template-columns: 26.667vw minmax(0, 1fr);
        gap: 3.2vw;
    }

    .mt-package-popup-cancel,
    .mt-package-popup-confirm {
        height: auto;
        min-height: 12.8vw;
        padding: 3.2vw;
        border-radius: 8vw;
        font-size: 3.733vw;
        font-weight: 700;
    }

    .mt-package-popup-note {
        margin-top: 3.2vw;
        font-size: 3.2vw;
        line-height: 1.45;
    }
}
