
:root {
    --red-primary: #df1a24;
    --red-light: #ffffff;
    --gray-light: #4b4b4b;
    --gray-medium: #3d3d3d;
    --gray-dark: #14161a;
    --gray-darker: #262626;
    --gray-glass: rgba(255, 255, 255, 0.1);
    --gray-glass-border: rgba(255, 255, 255, 0.2);
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 8px;

}
::-webkit-scrollbar-thumb {
    background-color: var(--red-primary)!important;
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    background-color: var(--gray-dark)!important;
}

/* Body */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    mask-image: none;
    -webkit-mask-image: none;
    mask-repeat: no-repeat;
    /*background: linear-gradient(rgba(20, 22, 26, 0.95), rgba(20, 22, 26, 0.95)), url('https://dev.hpturbo.pt/img/bg4.jpg');*/
    background-size: cover;
    background-position: center;
}

/* Header */
.mobile-header__logo img {
    height: 30px;
    margin-top: 2px;
}
.btn {
    border-radius: 6px;
}

/* Sections */
.section-header__title {
    color: var(--red-light);
    text-transform: uppercase;
    margin-bottom: 2%;
}

.arrow__button:before {
    width: calc(100% - 8.37131px);
    left: 4.18566px;
    transform: none;
    padding: 12px;
}

.section-header__groups-button:after {
    width: 100%;
    transform: none;
    border-radius: 10px;
}

.section-header__groups-button--active:active:after,
.section-header__groups-button--active:after,
.section-header__groups-button--active:hover:after {
    background: var(--gray-glass);
    border: 1px solid var(--gray-glass-border);
}

.section-header__groups-button {
    color: var(--red-light);
    margin-bottom: 10%;
}

.section-header__groups-item {
    margin-left: 0;
    color: var(--red-light);
    margin-right: 3px;
}

/* Home loja */
.block-sale__header-decor .decor__center,
.block-sale__header-decor .decor__end,
.block-sale__header-decor .decor__start {
    background: #141619;
}

.block-sale__body-decor .decor__center, .block-sale__body-decor .decor__end, .block-sale__body-decor .decor__start {
    background: #141619;
}

.block-sale__item {
    height: 94%;
}

.block-sale__item .product-card .product-card__price--old {
    font-size: 12px;
}

/* Products */
.product-card {
    background-color: transparent;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
}

.product-card__info {
    background: var(--gray-glass);
    border: 1px solid var(--gray-glass-border);
    /*border-radius: 16px 16px 0 0;*/
    border-radius: 0;
    padding: 1.4rem;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    color: var(--red-light);
    margin-top: -50px;
    margin-left: 20px;
    z-index: 0;
    border-bottom: none;
}

.product-card .product-card__name,
.block-sale__item .product-card .product-card__name,
.products-list[data-layout=grid] .product-card .product-card__name {
    padding: 0;
}

.products-view__options, .products-view__pagination {
    background: black;
    border-radius: 10px;
    color: var(--red-light);
}

.view-options__label {
    background: black;
    border-radius: 10px;
    color: var(--red-light);
}

.product-card .product-card__footer {
    background: var(--gray-glass);
    border: 1px solid var(--gray-glass-border);
    /*border-radius: 0 0 16px 16px;*/
    border-radius:0;
    padding: 0 1.4rem;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    color: var(--red-light);
    margin-top: 0px;
    margin-left: 20px;
    z-index: 0;
    border-top: none;
}

.product-card .product-card__image img,
.block-sale__item .product-card .product-card__image img  {
    border-radius: 0;
}

.product-card .product-card__image,
.block-sale__item .product-card .product-card__image {
    margin-right: 20px;
}

.product-card:after
.block-sale__item .product-card:after {
    order: 1;
    background: transparent;
}

.product-card .product-card__footer,
.block-sale__item .product-card .product-card__footer {
    order: 2;
    padding: 10px 1.4rem;
}

.product-card .product-card__prices {
    color: var(--red-light);
}

.product-card .product-card__actions-list,
.block-sale__item .product-card .product-card__actions-list {
    margin-right: 25px;
    margin-top: 20px;
}

.product-card .product-card__action,
.block-sale__item .product-card .product-card__action {
    margin-top: 5px;
    border-radius: 20px !important;
}

.product-card .product-card__fit,
.block-sale__item .product-card .product-card__fit {
    position: absolute;
    bottom: 55px;
    left: 185px;
}

.products-list[data-layout=grid] .product-card .product-card__fit {
    position: absolute;
    bottom: 55px;
    left: 20px; 
}

.product-card:after,
.block-sale__item .product-card:after {
    background: var(--gray-glass);
    border: 1px solid var(--gray-glass-border);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    margin-left: 20px;
    z-index: 0;
    border-top: none;
    border-bottom: none;
}

.product-card .product-card__meta,
.block-sale__item .product-card .product-card__meta {
    color: var(--red-primary);
    padding-bottom: 6px;
    text-align: end;
    letter-spacing: -0.8px;
    font-weight: bold;
}

.block-posts-carousel--layout--list .post-card {
    background: var(--gray-glass);
    border: 1px solid var(--gray-glass-border);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    color: var(--red-light);
}

@media (max-width: 575.98px) {
    .block-posts-carousel--layout--list .post-card .post-card__category:before,
    .block-posts-carousel--layout--list .post-card .post-card__category:after {
        width: 0;
    }
}

.block-posts-carousel--layout--list .post-card .post-card__image img {
    /*border-radius: 16px 0 0 16px;*/
    border-radius: 0;
}

.block-posts-carousel__carousel {
    margin-top: 16px;
}

.stages-card__badge{
    display: none !important;
    position: absolute !important;
    top: -7px !important;
    right: 12px;
}

.price__ref{
     font-size: 20px;
    font-weight: 700;
    letter-spacing: -.04em;
    color: var(--red-light);
}
.stage__ref{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -.04em;
    color: var(--red-light);
}



.product__price {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -.04em;
    color: var(--red-light);
    text-shadow: -5px 6px 8px black;
}
.product__price--old {
    font-size: 14px;
}

.payment-list-equipment{
    margin-left: 6%;
}

.product-price-iva {
    /* border-radius: 16px; */
    padding: 5px 20px;
    background: var(--gray-light);
    margin-top: 10px;
    color: var(--red-primary);
    display: inline-block;
    transform: skew(-13deg);
}

select.select-lg {
    background-color: var(--red-primary) !important;
    color: var(--red-light) !important;
    padding: 18px 20px !important;
    height: auto !important;
    font-size: 17px !important;
    font-weight: bold !important;
}

.product__main h3 {
    color: var(--red-light);
    font-weight: bold;
    text-transform: uppercase;
}

.product__main .configurator .input-check__body {
    border: 2px solid var(--red-primary);
    overflow: hidden;
    width: 25px;
    height: 25px;
    border-radius: 20px;
}

.product__main .configurator .input-check__box,
.product__main .configurator .input-check__input:checked ~ .input-check__box {
    display: none;
}

.product__main .configurator .input-check__input:checked~.input-check__icon {
    fill: var(--red-primary);
    transform: scale(2.0) rotate(-10deg);
    top: 9px;
    left: 7px;
}

/* Filters */
.applied-filters__button--filter {
    background-color: var(--red-light);
    color: var(--gray-dark);
}

/* Product Layout */
.product--layout--full .product__card,
.product--layout--full .product__info-card,
.product--layout--full .product__shop-features,
.product--layout--full .product__tabs {
    background: rgba(0, 0, 0, 0.25)!important;
    border: 1px solid var(--gray-glass-border);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 8px 32px 0 rgb(0 0 0 / 37%);
    border-radius: 0;
    color: var(--red-light);
    margin-bottom: 10px;
}

.product--layout--full .product__header,
.product--layout--full .product__main {
    position: relative;
}

.product--layout--full .product__body {
    display: grid;
    grid-template-columns: auto 1fr 370px;
    grid-template-rows: -webkit-max-content auto 1fr;
    grid-template-rows: max-content auto 1fr;
}

.product--layout--full .product__card--one {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.product--layout--full .product__gallery {
    grid-area: 1 / 1 / 2 / 2;
}

.product--layout--full .product__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    grid-area: 1 / 2 / 2 / 3;
}

.product--layout--full .product__main {
    grid-area: 3 / 3 / 2 / 1;
}

.product--layout--full .product__info {
    grid-area: 1 / 3 / 4 / 4;
    height: max-content;
}

.product--layout--full .product__tabs {
    grid-area: 3 / 1 / 4 / 3;
}

.product--layout--full .product__main {
    padding: 0;
}

.cart__table {
    background: var(--gray-medium);
    border-radius: 0;
    border: 1px solid var(--gray-glass-border);
    color: var(--red-light);
    box-shadow: none;
    margin-bottom: 10px;
    border-top: 0;
    padding: 0 20px;
}

#cart-products-list .cart__table {
    background: var(--gray-glass);
    border: 1px solid var(--gray-glass-border);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
}

.cart-add-voucher {
    padding: 11px 22px!important;
    background-color: #28a745;
}

.payment-methods__item--active,
.payment-methods__item--active:hover {
    background: transparent;
}

.cart-table__remove.product-remove-cart-list {
    background: transparent;
}

.product__actions-item--compare,
.product__actions-item--wishlist,
.product__actions-item--alert {
    color: var(--red-light);
}

.product__body {
    color: var(--red-light);
}

.product--layout--full .product__info .shop-features__item-subtitle {
    color: var(--red-light);
    opacity: 0.8;
}

.product--layout--full .product__info .shop-features__item-subtitle:hover {
    opacity: 1;
}

.tag-badge--theme:before {
    background: #df1a247a;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: 22px;
    transform: none;
}

.block-products-carousel__carousel {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .product--layout--full .product__info {
        position: sticky;
        top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .product--layout--full .product__gallery {
        background-color: transparent;
    }
}

@media (max-width: 1199.98px) {
    .product--layout--full .product__header {
        grid-column: 1 / 3;
        grid-row: 1;
    }

    .product--layout--full .product__gallery {
        grid-column: 1 / 3;
        grid-row: 2;
    }

    .product--layout--full .product__main {
        grid-column: 1 / 3;
        grid-row: 3;
    }

    .product--layout--full .product__info {
        grid-column: 3;
        grid-row: 1 / 4;
    }

    .product--layout--full .product__tabs {
        grid-column: 1 / 3;
        grid-row: 4;
    }
}

@media (max-width: 767.98px) {
    .product--layout--full .product__body {
        grid-template-columns: 100%;
        grid-template-rows: auto;
        width: 100%;
    }

    .product--layout--full .product__header {
        grid-column: 1;
        grid-row: 1;
    }

    .product--layout--full .product__main {
        grid-column: 1;
        grid-row: 3;
        padding: 0 24px 18px;
    }

    .product--layout--full .product__card--one {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
    }

    .product--layout--full .product__card--two {
        grid-column: 1;
        grid-row: 2 / 4;
    }

    .product--layout--full .product__gallery {
        background: transparent;
        width: 385px;
        padding: 24px 24px 28px;
        grid-column: 1;
        grid-row: 2;
    }

    .product--layout--full .product__info {
        width: 100%;
        margin-left: 0;
        grid-column: 1;
        grid-row: 4;
    }

    .product--layout--full .product__tabs {
        grid-column: 1;
        grid-row: 5;
    }

    .product--layout--full .product__header {
        padding: 24px 24px 22px;
        background: rgba(0, 0, 0, 0.25) !important;
        border: 1px solid var(--gray-glass-border);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        box-shadow: 0 8px 32px 0 rgb(0 0 0 / 37%);
        border-radius: 0;
        color: var(--red-light);
    }

    .product--layout--full .product__header .product__gallery {
        background-color: transparent;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
        --product-gallery-image-max-width: 360px;
        width: 100%;
        padding: 0;
    }

    .product--layout--full .product__info-card {
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 0;
        position: relative;
    }

    .product--layout--full .product__tags-and-share-links {
        border: none;
        padding: 20px 0 0;
    }

    .cart-table__row,
    .cart-table__actions {
        background-color: transparent;
    }

    .cart__table {
        background: transparent;
        box-shadow: none;
        border: none;
        padding: 0;
    }

    .cart-table__column--product {
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
        padding: 0 10px 16px;
    }
    .cart-table__column--title {
        min-width: 65px;
    }

    .cart-table__column--price,
    .cart-table__column--quantity,
    .cart-table__column--total {
        width: 100%;
        display: flex;
        /*justify-content: end;*/
        padding: 0 10px 16px;
        font-size: 14px;
        padding-left: 14px;
        align-self: center;
        border: none;
    }

    .cart-table__body {
        margin: 0;
    }

    .cart-table__row {
        flex-direction: row;
        border-top: 2px solid var(--gray-glass-border);
        justify-content: center;
        align-items: center;
        padding-top: 10px;
        margin: 0;
    }

    .stages-card {
        padding: 0;
        margin: auto;
    }

    .stages-card__body {
        padding: 1rem;
    }

    .stages-list {
        margin: auto -15px;
    }
}

@media (min-width: 768px) {
    .stages-list__divider:nth-child(2n) {
        width: 16px;
        display: block;
    }
}

/* Product Gallery */
.product-gallery--layout--product-full .product-gallery__featured .owl-carousel img,
.product-gallery--layout--product-sidebar .product-gallery__featured .owl-carousel img {
    border-radius: 10px;
    margin-bottom: 0;
}

.product-gallery--layout--product-full .product-gallery__zoom {
    top: 10px;
    right: 10px;
    color: var(--red-primary);
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.7);
}

.product__header .product__gallery {
    padding: 10px 0 20px;
}

.product-gallery__thumbnails-item:before {
    box-shadow: inset 0 0 0 3px var(--gray-glass-border);
    /* border-radius: 10px; */
}

.product-gallery__thumbnails-item--active:before,
.product-gallery__thumbnails-item--active:hover:before {
    box-shadow: inset 0 0 0 3px var(--red-primary);
    /* border-radius: 10px; */
}

.product-gallery__thumbnails .product-gallery__thumbnails-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 1.5px;
    padding: 2px;
    max-height: 214px !important;
    max-width: 214px !important;
    height: 100% !important;
    width: auto !important;
}

.product-gallery__thumbnails .product-gallery__thumbnails-item img {
    max-width: 100% !important;
    max-height: 100% !important;
    /* border-radius: 6px; */
}

/* Product Tabs*/
.product-tabs__list {
    justify-content: space-evenly;
    align-items: center;
}

.product-tabs__content {
    border-top: 1px solid var(--gray-glass-border);
}

.product-tabs__item a:hover {
    background: transparent !important;
    color: var(--red-primary);
    box-shadow: inset 0px -3px 0px -1px var(--red-primary);
}

.product-tabs__item--active a, .product-tabs__item--active a:active, .product-tabs__item--active a:hover {
    background: transparent;
    box-shadow: inset 0px -3px 0px -1px var(--red-primary);
}

.product-tabs__content .spec__name,
.product-tabs__content .spec__disclaimer {
    font-weight: bold;
    color: #fff;
    opacity: 0.8;
}

.product-tabs__content .spec__row {
    padding: 10px 0;
    border-bottom: 1px solid var(--gray-glass-border);
}

.product-tabs__content .spec__row:first-of-type {
    border-top: 3px solid var(--red-light);
}

/* Components */
.block-features.block.block-features--layout--top-strip {
    background: var(--red-light);
}

.block-space.block-space--layout--before-footer {
    display: none;
}

.google-reviews-wrapper h3 {
    color: var(--red-light);
}

.block-header__title {
    color: var(--red-light);
}

.table {
    color: var(--red-light);
}

.product__info .product__meta tr + tr > * {
    border-top: 1px solid var(--gray-glass-border);
}

.product__info .product__tags-and-share-links {
    border-top: none;
    padding: 0 28px 21px;
    margin-bottom: 22px;
}

.product__info .tags__list {
    margin-top: 1rem;
    margin-bottom: -1rem;
    justify-content: center;
}

.card {
    background: var(--gray-glass);
    border: 1px solid var(--gray-glass-border);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    /*border-radius: 16px;*/
    border-radius: 0;
    color: var(--red-light);
    margin-bottom: 10px;
}

.card.stages-card {
    background: var(--gray-dark);
}

.card.stages-card--selected {
    border: 0;
}

.stages-card--selected .stages-card__body {
    box-shadow: inset 0px 0px 3px 1px var(--red-primary);
}

.tags__list a {
    background: var(--gray-light);
    /*border-radius: 16px;*/
    border-radius: 0;
    padding: 3px 14px;
    opacity: 0.8;
}

.tags__list a:hover{
    opacity: 1;
}

#st-1 .st-btn {
    border-radius: 20px!important;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    padding: 10px;
    overflow: hidden;
}

#st-1 .st-btn img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#st-1 {
    text-align: center;
}

@media (min-width: 1200px) {
    #st-1 {
        margin-bottom: -36px;
    }
}

/* Faq page */
.faq__section {
    background: var(--gray-glass);
    border: 1px solid var(--gray-glass-border);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    /*border-radius: 16px;*/
    border-radius: 0;
    color: var(--red-light);
}

.faq__footer {
    margin-bottom: 10px;
    background: var(--red-light);
    /*border-radius: 10px;*/
    border-radius: 0;
    padding: 20px;
}

#faq [aria-expanded="false"]:before {
    border-radius: 4px;
    background: transparent;
}

#faq [aria-expanded="true"]:before {
    color: var(--red-primary);
    background: transparent;
}

/* Blog */
.post-view__card {
    background-color: var(--red-light);
    /*border-radius: 10px;*/
    border-radius: 0;
}

.post-view__card + .post-view__card {
    margin-top: 26px;
    margin-bottom: 26px;
}

.post-header__categories-link, .post-header__categories-link:hover {
    border-radius: 26px;
}

/* Home */
.home-video {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.home-video .youtube-iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw; /* 100vw * 9 / 16 = 56.25vw */
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.home-banner {
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.home-video .logo,
.home-banner .logo {
    width: 30%;
    margin-bottom: 2rem;
    position: relative;
}

.icon-link {
    position: relative;
    display: flex;
    overflow: hidden;
    opacity: 0.8;
    transition: transform 0.3s ease, opacity 0.3s ease;
    justify-content: center;
    align-items: flex-end;
    padding: 2.4rem;
}

.icon-link:hover {
    opacity: 1;
    transform: scale(1.05);
}

.icon-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: var(--red-primary);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.icon-link:hover::after {
    width: 80%;
}

.icon-link span {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: -.04em;
    text-transform: uppercase;
    color: var(--red-light);
    margin-left: 5px;
}

.icon-link img {
    height: 2.5em;
    width: auto;
}

.icon-link:nth-of-type(2) img {
    height: 3em;
}

/* Footer */
.site-footer__bottom {
    background-color: var(--red-primary);
    color: var(--red-light);
    font-weight: 400;
}

.pay-wrapper {
    margin-top: 20px;
}
.pay-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pay-wrapper ul li {
    padding: 3px;
    float: left;
    background-color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.pay-wrapper ul li.mastercard {
    background: #1c276a;
}
.pay-wrapper ul li.cofidis {
    background: #cf103a;
}
.pay-wrapper ul li.cofidis img {
    object-fit: none;
}
.pay-wrapper ul li img {
    margin: 0;
    width: 28px;
    height: 22px;
    object-fit: contain;
}

/* Custom page */
.custom-page-content {
    color: var(--red-light);
    /*background-color: var(--gray-darker);*/
}

.custom-page-content img.wide-shadow {
    box-shadow: 20px 15px 30px rgba(0, 0, 0, 0.3);
}

.custom-page-content .parallax-section {
    max-width: 100%!important;
    margin: 2em 0;
}

.custom-page-content .light-card,
.custom-page-content .light-row {
    background-color: var(--red-light);
    color: var(--gray-darker);
    padding: 40px;
}

.custom-page-content .light-card div,
.custom-page-content .light-row div {
    background-color: inherit;
}

.custom-page-content .light-card h2,
.custom-page-content .light-row h2 {
    color: var(--red-primary);
}

.custom-page-content .light-card img,
.custom-page-content .light-row img  {
    mix-blend-mode: darken;
}

.rellax-margin {
    margin-top: 5rem !important;
}

/* Forms */
.form-control {
    color: var(--red-light);
    background-color: transparent;
    border: 2px solid var(--gray-glass-border);
    border-radius: 5px;
    min-height: 40px;
    padding: 8px 20px;
    font-size: 15px;
}

/* Reviews */
.google-reviews-wrapper .glide .info-wrapper{
    min-height: 220px;
    padding: 15px;
    background: var(--gray-glass);
    border: 1px solid var(--gray-glass-border);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 0;
    color: var(--red-light);
}

.google-reviews-wrapper .google-reviews-info .rating-count {
    color: var(--red-light);
}

/* Dealers */
.banner-dealers img {
    border-radius: 10px;
    box-shadow: 20px 15px 30px rgba(0, 0, 0, 0.3);
}

.features-wrapper {
    margin-top: 60px;
    margin-bottom: 10px;
}
.features-wrapper .block-posts-carousel__item .post-card {
    min-height: 575px;
}
.features-wrapper .block-posts-carousel__item {
    display: block;
}
.features-wrapper .block-posts-carousel__item .post-card {
    display: block;
}
.features-wrapper .block-posts-carousel__item .post-card .post-card__image {
    width: 100%;
    display: block;
}

.custom-content p {
    font-size: 16px;
}

/* home */
.banner-mobile .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Proporção 16:9 */
  height: 0;
  overflow: hidden;
}

.banner-mobile .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-mobile .links-wrapper {
    margin-top: -65px;
}

.features-wrapper .block-posts-carousel__carousel .owl-stage {
    margin: 0;
}

/* produtos */
.product .product__body .product-gallery .product-config {
    display: none;
}

#block-enviar input {
    color: #000;
}
#block-enviar table tr td {
    color: #000;
}

@media screen and (max-width: 575px) {
    /* home */
    .banner-mobile .links-wrapper .icon-link {
        padding: 2rem 2rem 0 2rem;
        flex-direction: column;
        align-items: center;
    }
    .banner-mobile .links-wrapper .icon-link span {
        margin-top: 12px;
        font-size: 0.8rem;
    }

    .owl-carousel .owl-item img {
        object-fit: cover;
        /*height: 285px!important;*/
    }
    .product .product__body .product-gallery .owl-carousel {
        width: 85%;
    }
    .product .product__body .product-gallery .product-config {
        display: block;
        margin-top: 30px;
        width: 85%;
    }
    .product .product__body .config-desktop {
        display: none;
    }

    /* stages */
    .configurator-page .list-block-rows .stages-list {
        display: block;
    }
    .configurator-page .list-block-rows .stages-list .stages-card {
        min-width: 100%;
    }
    .configurator-page .list-block-rows .stages-list .stages-card .stages-card__name {
        margin-bottom: 5px;
    }
    .configurator-page .list-block-rows .stages-list .stages-card .stages-card__row {
        display: flex;
        margin-top: 5px;
    }
    .configurator-page .list-block-rows .stages-list .stages-card .stages-card__row .stages-card__row-title {
        margin-right: 10px;
    }

    .configurator-page .stages-list-mobile .cart-table__product-name {
        word-break: break-word;
    }

    .pay-wrapper {
        margin-top: 50px;
        display: flex;
        justify-content: center;
    }

    .cart-table__row {
        flex-direction: column;
    }
}


#st-1 .st-btn[data-network="instagram"] {
  background-color: #815dc7;
}



#st-1 .st-btn[data-network="youtube"] {
  background-color: #e52e2e;
}

#st-1 .st-btn[data-network="tiktok"] {
  background-color: #237e7b;
}
#st-1 .st-btn[data-network="facebook"] {
  background-color: #1877f2;
}

#st-1 .st-btn[data-network="whatsapp"] {
  background-color: #25d366;
}

/* #compare-header só tem conteúdo (título "Compare" + valor) quando há
   produtos em comparação — por isso esta regra só se aplica quando o
   indicador aparece, e deixa de se aplicar (volta ao 18px padrão de
   header.loja.css) quando ele desaparece. */
#compare-header .indicator__value {
    font-size: 17px;
}

/* Quando o compare aparece, o carrinho ao lado também fica a 17px (mesmo
   tamanho), para não ficar desalinhado entre os dois indicadores. */
#compare-header:has(.indicator) + #cart-list .indicator__value {
    font-size: 17px;
}


.account-menu__form .form-control {
    color: #000 !important;
    border: 1px solid rgba(223, 26, 36, 0.35) !important;
    transition: all .2s ease;
}


.account-menu__form .form-control::placeholder {
    color: rgba(0,0,0,0.55);
}


.account-menu__form .form-control:focus {
    color: #000 !important;
    border-color: var(--red-primary) !important;
    box-shadow: 0 0 0 3px rgba(223, 26, 36, 0.15) !important;
    outline: none;
}


.account-menu__form input:-webkit-autofill,
.account-menu__form input:-webkit-autofill:hover,
.account-menu__form input:-webkit-autofill:focus,
.account-menu__form input:-webkit-autofill:active {
    -webkit-text-fill-color: #000 !important;
    caret-color: #000 !important;
    box-shadow: 0 0 0px 1000px #fff inset !important;
    transition: background-color 999999s ease-in-out 0s;
}

/* Fix: .form-control usa "color: var(--red-light)" (#fff) globalmente,
   pensado para as secções escuras "glass" do site. Dentro de um .modal
   (fundo branco do Bootstrap, .modal-content), isso fica texto branco em
   fundo branco — invisível assim que se sai do campo. Mesmo problema já
   corrigido antes só para .account-menu__form; aplicando o mesmo padrão
   aqui para qualquer form dentro de um modal (ex.: #alerta-modal). */
.modal .form-control {
    color: #000 !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.modal .form-control::placeholder {
    color: rgba(0, 0, 0, 0.55);
}

.modal .form-control:focus {
    color: #000 !important;
    border-color: var(--red-primary) !important;
    box-shadow: 0 0 0 3px rgba(223, 26, 36, 0.15) !important;
    outline: none;
}

.modal input:-webkit-autofill,
.modal input:-webkit-autofill:hover,
.modal input:-webkit-autofill:focus,
.modal input:-webkit-autofill:active {
    -webkit-text-fill-color: #000 !important;
    caret-color: #000 !important;
    box-shadow: 0 0 0px 1000px #fff inset !important;
    transition: background-color 999999s ease-in-out 0s;
}

.block.block-faq-seo p,
.block.block-faq-seo ul,
.block.block-faq-seo li {
    font-size: 1rem;
    color: #ddd;
}