
body.layout--store--2026 main#main-content {
    padding: 0;
}

#plans:not(:has(.products-container)) {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 900px;
    padding: 0 16px;
    text-align: center;
    font-family: var(--font-system);
    font-size: 16px;
    line-height: 150%;
    color: var(--neutral-70, #31363B);
}

@media (min-width: 640px) {
    #plans:not(:has(.products-container)) {
        min-height: 540px;
    }
}

.products-container,
.products-container *,
.products-container *::before,
.products-container *::after {
    box-sizing: border-box;
}

.button-primary,
a.button-primary {
    display: flex;
    padding: 8px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    width: 100%;
    height: 40px;
    border-radius: 999px;
    border: 1px solid var(--subscriptions-main);
    background: var(--subscriptions-main);
    color: var(--neutral-80, #1A1E22);
    font-family: var(--font-system);
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
}

.button-primary:hover,
a.button-primary:hover,
.button-primary:active,
a.button-primary:active {
    background: var(--subscriptions-dark);
}

.button-primary:focus,
a.button-primary:focus {
    background: var(--subscriptions-dark);
    border: 2px solid var(--button-state-focus);
}

.button-primary:disabled,
a.button-primary:disabled {
    background: #F0F0F0;
    color: #97999C;
}

.subscribe-with-google-btn,
button.subscribe-with-google-btn {
    display: none;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 42px;
    margin: 12px 0 0;
    padding: 0 16px;
    border: none;
    border-radius: 999px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    background-color: var(--neutral-white);
    transition: box-shadow 0.05s linear;
}

.subscribe-with-google-btn span {
    color: #000;
    font-family: var(--font-system);
    font-size: 14px;
    font-weight: 500;
    line-height: 10px;
}

.subscribe-with-google-btn svg {
    width: auto;
    height: 16px;
    margin: 2px 0 0 4px;
    display: flex;
}

.subscribe-with-google-btn:hover {
    cursor: pointer;
}

.subscribe-with-google-btn:active {
    background-color: #eeeeee;
}

.subscribe-with-google-btn:focus {
    outline: none;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25), 0 0 0 3px #c8dafc;
}

.products-container .products-wrapper .product {
    position: relative;
}

.products-container .products-wrapper .product a,
.products-container .products-wrapper .product a:visited {
    color: var(--neutral-80, #1A1E22);
}

.products-container .products-wrapper .product h4 b {
    font-weight: 600;
}

.products-container .products-wrapper .product .product-label {
    position: absolute;
    width: auto;
    height: 24px;
    margin-top: -48px;
    margin-left: -27px;
    padding: 6px;
    border-radius: 1.905px;
    background: var(--brand-primary, #D10019);
    color: var(--neutral-white);
    font-family: var(--font-system);
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    text-transform: uppercase;
}

@media (max-width: 889px) {
    .bg {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 568px;
        background-color: var(--store-bg-color);
        background-image: var(--store-bg-small);
        background-size: auto 400px;
        background-position: center bottom;
        background-repeat: no-repeat;
    }

    .products-container {
        position: relative;
        z-index: 10;
        padding: 41px 16px 32px 16px;
    }

    .products-container .products-wrapper .header h1 {
        color: var(--store-title-color);
        font-family: var(--font-publico);
        font-size: 26px;
        font-weight: 700;
        line-height: 125%;
        margin-bottom: 8px;
    }

    .products-container .products-wrapper .header p {
        color: var(--store-copy-color);
        font-family: var(--font-system);
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 173px;
    }

    .product-minifier {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-flow: row wrap;
        width: 100%;
    }

    .products-container .products-wrapper .product {
        flex: 1 100%;
        display: block;
        width: 100%;
        padding: 24px;
        margin: 0 0 32px 0;
        border: 1px solid var(--border-color-regular);
        background: var(--card-bg);
    }

    .products-container .products-wrapper .product.highlight {
        border: 3px solid var(--border-color-highlighted);
    }

    .products-container .products-wrapper .product h3 {
        flex: 1 100%;
        color: var(--neutral-80, #1A1E22);
        font-family: var(--font-system);
        font-size: 18px;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: -0.36px;
        margin: 0;
    }

    .products-container .products-wrapper .product h4 {
        flex: 1 100%;
        color: var(--neutral-80, #1A1E22);
        font-family: var(--font-system);
        font-size: 30px;
        font-weight: 600;
        line-height: 125%;
        margin: 0 0 16px 0;
    }

    .products-container .products-wrapper .product h4 span {
        flex: 1 100%;
        color: var(--neutral-60, #64676B);
        font-family: var(--font-system);
        font-size: 14px;
        font-weight: 400;
        line-height: 110%;
        margin: 0 0 0 9px;
    }

    .products-container .products-wrapper .product p:nth-of-type(1) {
        flex: 1 100%;
        color: var(--neutral-60, #64676B);
        text-align: center;
        font-family: var(--font-system);
        font-size: 13px;
        font-weight: 400;
        line-height: 130%;
        margin: 28px 0 4px 0;
    }

    .products-container .products-wrapper .product p:nth-of-type(2) {
        flex: 1 100%;
        color: var(--neutral-80, #1A1E22);
        text-align: center;
        font-family: var(--font-system);
        font-size: 13px;
        font-weight: 400;
        line-height: 130%;
        margin: 16px 0 14px 0;
    }

    .products-container .products-wrapper .product.custom-cancel-text p:nth-of-type(1) {
        color: var(--neutral-80, #1A1E22);
        margin: 16px 0 14px 0;
    }

    .products-container .products-wrapper .product.custom-cancel-text p:nth-of-type(2) {
        color: var(--neutral-60, #64676B);
        margin: 28px 0 4px 0;
    }

    .last-section {
        border-bottom: 1px solid var(--neutral-30, #E3E4E4);
    }

    .view-all-wrapper a {
        flex: 1 100%;
        color: var(--neutral-80, #1A1E22);
        font-family: var(--font-system);
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
        text-decoration: none;
        margin: 0;
    }

    .payments-wrapper {
        padding: 18px 0 32px 0;
        width: 100%;
    }

    .payments-wrapper img {
        width: 40px;
        height: auto;
        margin-right: 4px;
    }
}

@media (min-width: 375px) and (max-width: 889px) {
    .bg {
        background-size: auto 456px;
    }
}

@media (min-width: 640px) and (max-width: 889px) {
    .bg {
        height: 411px;
        background-image: var(--store-bg-medium);
        background-size: auto 411px;
        background-position: right bottom;
    }

    .products-container .products-wrapper .header {
        width: 288px;
    }

    .products-container .products-wrapper .header p {
        margin-bottom: 54px;
    }

    .product-minifier {
        justify-content: space-between;
        align-items: stretch;
    }

    .products-container .products-wrapper .product {
        flex: none;
        width: calc((100% - 24px) / 2);
    }

    .last-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-flow: row wrap;
        padding: 0 0 24px 0;
    }

    .last-section .view-all-wrapper {
        flex: 0 50%;
        padding: 0;
    }

    .last-section .payments-wrapper {
        flex: 0 50%;
        padding: 0;
        justify-content: flex-end;
    }

    .last-section .payments-wrapper img {
        width: 40px;
        height: auto;
        margin-left: 4px;
        margin-right: 0;
    }
}

@media (min-width: 890px) {
    .bg {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 453px;
        background-color: var(--store-bg-color);
        background-image: var(--store-bg-mediumlarge);
        background-size: auto 453px;
        background-position: right bottom;
        background-repeat: no-repeat;
    }

    .products-container {
        position: relative;
        z-index: 10;
        padding: 74px 16px 24px 16px;
    }

    .products-container .products-wrapper .header {
        width: 412px;
    }

    .products-container .products-wrapper .header h1 {
        color: var(--store-title-color);
        font-family: var(--font-publico);
        font-size: 40px;
        font-weight: 500;
        line-height: 115%;
        margin: 0 0 12px 0;
    }

    .products-container .products-wrapper .header p {
        color: var(--store-copy-color);
        font-family: var(--font-system);
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        margin: 0 0 51px 0;
    }

    .product-minifier {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-flow: row wrap;
        width: 100%;
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;
    }

    .products-container .products-wrapper .product {
        width: calc((100% - 32px) / 2);
        padding: 24px;
        margin: 0 0 24px 0;
        border: 1px solid var(--border-color-regular);
        background: var(--card-bg);
    }

    .products-container .products-wrapper .product.highlight {
        border: 3px solid var(--border-color-highlighted);
    }

    .products-container .products-wrapper .product h3 {
        flex: 1 100%;
        color: var(--neutral-80, #1A1E22);
        font-family: var(--font-system);
        font-size: 18px;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: -0.36px;
        margin: 0 0 4px 0;
    }

    .products-container .products-wrapper .product h4 {
        flex: 1 100%;
        color: var(--neutral-80, #1A1E22);
        font-family: var(--font-system);
        font-size: 30px;
        font-weight: 600;
        line-height: 125%;
        margin: 0 0 19px 0;
    }

    .products-container .products-wrapper .product h4 span {
        flex: 1 100%;
        color: var(--neutral-60, #64676B);
        font-family: var(--font-system);
        font-size: 13px;
        font-weight: 400;
        line-height: 110%;
        margin: 0 0 0 10px;
    }

    .products-container .products-wrapper .product p:nth-of-type(1) {
        flex: 1 100%;
        color: var(--neutral-60, #64676B);
        text-align: center;
        font-family: var(--font-system);
        font-size: 13px;
        font-weight: 400;
        line-height: 130%;
        margin: 28px 0 4px 0;
    }

    .products-container .products-wrapper .product p:nth-of-type(2) {
        flex: 1 100%;
        color: var(--neutral-80, #1A1E22);
        text-align: center;
        font-family: var(--font-system);
        font-size: 13px;
        font-weight: 400;
        line-height: 130%;
        margin: 16px 0 12px 0;
    }

    .products-container .products-wrapper .product.custom-cancel-text p:nth-of-type(1) {
        color: var(--neutral-80, #1A1E22);
        margin: 16px 0 12px 0;
    }

    .products-container .products-wrapper .product.custom-cancel-text p:nth-of-type(2) {
        color: var(--neutral-60, #64676B);
        margin: 28px 0 4px 0;
    }

    .last-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-flow: row wrap;
        padding: 0 0 24px 0;
        border-bottom: 1px solid var(--neutral-30, #E3E4E4);
    }

    .view-all-wrapper {
        flex: 0 auto;
    }

    .view-all-wrapper a {
        flex: 1 100%;
        color: var(--neutral-80, #1A1E22);
        font-family: var(--font-system);
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
        text-decoration: none;
        margin: 0;
    }

    .payments-wrapper {
        flex: 0 50%;
        display: flex;
        justify-content: flex-end;
    }

    .payments-wrapper img {
        width: 38px;
        height: auto;
        margin-left: 4px;
    }
}

@media (min-width: 1050px) {
    .products-container {
        max-width: 1024px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }

    .products-container .products-wrapper .header {
        width: 496px;
    }

    .products-container .products-wrapper .header p {
        margin: 0 0 54px 0;
    }

    .products-container .products-wrapper .product {
        padding: 24px 34px;
    }

    .products-container .products-wrapper .product .product-label {
        margin-left: -37px;
    }
}

@media (min-width: 1340px) {
    .bg {
        width: 100%;
        background-color: var(--store-bg-color);
        background-image: var(--store-bg-extralarge);
        background-size: 1440px 453px;
        background-position: center bottom;
        background-repeat: no-repeat;
    }

    .products-container {
        max-width: 1288px;
    }

    .products-container .products-wrapper .header {
        width: 562px;
    }

    .products-container .products-wrapper .header p {
        width: 514px;
    }
}

#subs2026 #disabled-modal,
#subs2026 #checkout-modal,
#subs2026 #paypal-success-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(18, 18, 20, 0.9);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#subs2026 #disabled-modal::-webkit-scrollbar,
#subs2026 #checkout-modal::-webkit-scrollbar,
#subs2026 #paypal-success-modal::-webkit-scrollbar {
    display: none;
}

#subs2026 #disabled-modal[hidden],
#subs2026 #checkout-modal[hidden],
#subs2026 #paypal-success-modal[hidden] {
    display: none;
}

#subs2026 .modal-box {
    position: relative;
    width: 100%;
    max-width: 740px;
    margin: 50px auto;
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

a.custom_close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 8px;
    top: 8px;
    z-index: 10;
    background: transparent url("https://static.publico.pt/s3/assinaturas/piano/templates/assets/svg/cross.svg") center center no-repeat;
    box-shadow: none;
}

#subs2026 .modal-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .6rem .9rem;
    border-bottom: 1px solid var(--base-neutral-30, #E3E4E4);
    font-size: .85rem;
    color: var(--base-neutral-50, #97999C);
}

#subs2026 .modal-bar button {
    border: 0;
    background: none;
    font-size: 1.2rem;
    cursor: pointer;
    color: var(--base-neutral-50, #97999C);
}

#subs2026 #checkout-frame {
    border: 0;
    width: 100%;
    height: 740px;
}

#subs2026 #pending,
#subs2026 #success {
    background: #fff;
    border: 1px solid var(--base-neutral-30, #E3E4E4);
    border-radius: 12px;
    padding: 2rem;
}

#subs2026 #pending {
    text-align: center;
}

#subs2026 #pending .spinner {
    width: 30px;
    height: 30px;
    border: 3px solid var(--base-neutral-30, #E3E4E4);
    border-top-color: var(--subscriptions-main);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

#subs2026 #pending-progress {
    color: var(--base-neutral-50, #97999C);
    font-size: .85rem;
    min-height: 1.3em;
}

#subs2026 #success {
    border-color: #bfe3c6;
}

#subs2026 #success h2 {
    color: #1a7a2e;
}

#subs2026 #success table {
    border-collapse: collapse;
    margin-top: 1rem;
    font-size: .9rem;
}

#subs2026 #success td {
    padding: .35rem .8rem .35rem 0;
    color: var(--base-neutral-50, #97999C);
}

#subs2026 #success td + td {
    color: #1a1a1a;
    font-family: ui-monospace, monospace;
}

#disabled-modal .plus-message-modal-wrapper,
#paypal-success-modal .plus-message-modal-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
    background-color: var(--background, #fff);
}

#disabled-modal .plus-message-modal-wrapper .header-wrapper,
#paypal-success-modal .plus-message-modal-wrapper .header-wrapper {
    width: 100%;
    height: 157px;
    background-color: #FFFCEF;
    background-image: url("https://static.publico.pt/s3/assinaturas/piano/premium/image.png");
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-top: 2px solid var(--subscriptions-main);
}

#disabled-modal .plus-message-modal-wrapper .content-wrapper,
#paypal-success-modal .plus-message-modal-wrapper .content-wrapper {
    width: 100%;
    padding: 1.88rem 1.88rem 1rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
}

#disabled-modal .user-plus h3.user-plus__title,
#paypal-success-modal .user-plus h3.user-plus__title {
    color: var(--neutral-90, #07090A);
    text-align: center;
    font-family: var(--font-system);
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 590;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 1.69rem;
}

#disabled-modal .pn-state-line,
#paypal-success-modal .pn-state-line {
    margin: 0 0 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#disabled-modal ul,
#paypal-success-modal ul {
    list-style: none;
}

#disabled-modal .pn-state-line__item,
#paypal-success-modal .pn-state-line__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    border: 1px solid #cacbcc;
}

#disabled-modal .pn-state-line__item svg,
#paypal-success-modal .pn-state-line__item svg {
    fill: #cacbcc;
}

#disabled-modal .pn-state-line__divider,
#paypal-success-modal .pn-state-line__divider {
    width: 58px;
    height: 1px;
    border: none;
    background-color: #cacbcc;
}

#disabled-modal .pn-state-line__item--active,
#paypal-success-modal .pn-state-line__item--active {
    border-color: #393;
}

#disabled-modal .subscription-section__content__text__description,
#paypal-success-modal .subscription-section__content__text__description {
    color: #000;
    font-family: var(--font-system);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 12px 0 0;
}

#disabled-modal .terms-privacy-wrapper,
#paypal-success-modal .terms-privacy-wrapper {
    color: var(--neutral-60, #64676B);
    font-family: var(--font-system);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    cursor: pointer;
    margin-top: 32px;
}

#disabled-modal .terms-privacy-wrapper a,
#paypal-success-modal .terms-privacy-wrapper a {
    color: inherit;
    text-decoration: none;
}

#disabled-modal .btn-homepage,
#disabled-modal .btn-subscription,
#paypal-success-modal .btn-homepage,
#paypal-success-modal .btn-subscription {
    display: flex;
    padding: 9px 24px 10px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 178px;
    height: 40px;
}

#disabled-modal .btn-homepage,
#paypal-success-modal .btn-homepage {
    border-radius: 100px;
    border: 1px solid var(--neutral-80, #1A1E22);
    color: var(--neutral-80, #1A1E22);
    text-align: center;
    font-family: var(--font-system);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
}

#disabled-modal .btn-subscription,
#paypal-success-modal .btn-subscription {
    color: var(--neutral-10, #FCFCFC);
    text-align: center;
    font-family: var(--font-system);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 100px;
    background: var(--brand-primary, #D10019);
    text-decoration: none;
}

@media (max-width: 889px) {
    #subs2026 .modal-box {
        margin: 0;
        max-width: none;
        min-height: 100dvh;
    }

    #subs2026 #checkout-frame {
        height: 100dvh;
    }
}

@media screen and (max-width: 734px) {
    #disabled-modal .subscription-section,
    #paypal-success-modal .subscription-section {
        display: block;
    }

    #disabled-modal .plus-message-modal-wrapper .header-wrapper,
    #paypal-success-modal .plus-message-modal-wrapper .header-wrapper {
        height: 58px;
        background-image: url("https://static.publico.pt/s3/assinaturas/piano/premium/mobile_upgrade.png");
    }

    #disabled-modal .plus-message-modal-wrapper .content-wrapper,
    #paypal-success-modal .plus-message-modal-wrapper .content-wrapper {
        padding: 32px 16px 20px;
    }

    #disabled-modal .subscription-section__buttons,
    #paypal-success-modal .subscription-section__buttons {
        display: block;
        margin-top: 24px;
    }

    #disabled-modal .subscription-section__buttons a,
    #paypal-success-modal .subscription-section__buttons a {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }

    #disabled-modal .subscription-section__buttons a:last-child,
    #paypal-success-modal .subscription-section__buttons a:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 735px) {
    #disabled-modal .subscription-section__buttons,
    #paypal-success-modal .subscription-section__buttons {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-top: 48px;
    }
}

#paypal-success-modal .plus-message-modal-wrapper .header-wrapper {
    background-image: url("https://static.publico.pt/s3/assinaturas/piano/premium/paypal_pop.png");
}
