body {
    color: #00205C;
    background-color: #fff;
}

a, a:link, a:visited {
    color: #00205C;
    text-decoration: none;
}

a:hover {
    color: #3660CB;
    text-decoration: none;
}

/*
 * Títulos
 */
.ella-title {
    background-image: url(../images/before-title.png);
    background-repeat: no-repeat;
    padding-left: 23px;
    display: block;
}

/*
 * Ícones do Rodapé
 */
 .ella-icone-email {
    padding-top: 3px;
    padding-bottom: 5px;
    background-image: url(../images/icone-email.png);
    background-repeat: no-repeat;
    padding-left: 24px;
}

.ella-icone-instagram {
    padding-top: 3px;
    padding-bottom: 5px;
    background-image: url(../images/icone-instagram.png);
    background-repeat: no-repeat;
    padding-left: 24px;
}

.ella-icone-site {
    padding-top: 3px;
    padding-bottom: 5px;
}

.ella-icone-email a.btn, .ella-icone-instagram a.btn, .ella-icone-site a.btn {
    color: #fff;
}

.ella-icone-email a.btn:hover, .ella-icone-instagram a.btn:hover, .ella-icone-site a.btn:hover {
    color: #FDB813;
}

.ella-icone-separador {
    color: #FDB813;
    padding-top: 3px;
    padding-bottom: 5px;
}

/*
 * Botão primário
 */
.btn-ella-primary {
    border-radius: 1.5rem;
    font-weight: 500;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #022A60 !important;
    border: 1px solid #FDB813;
    background-image: linear-gradient(-45deg, #022A60 50%, #FDB813 50%);
    background-size: 250% 100%;
    background-position: left top;
    transition: background-position .5s ease;
	overflow: hidden;
}

.btn-ella-primary:hover {
    border: 1px solid #022A60;
    color: #FDB813 !important;
    background-position: right bottom;
}

.btn-ella-primary svg {
    display: none;
    top: calc(50%-50px); 
}

.btn-ella-primary:hover svg {
    transition: all .5s;
    display: inline;
    left: 10px;
    top: calc(50%-40px); 
}

/* Botão com ícone do WhatsApp */
.btn-ella-whatsapp {
    border-radius: 1.5rem;
    font-weight: 500;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #022A60 !important;
    border: 1px solid #FDB813;
    background-image: linear-gradient(-45deg, #022A60 50%, #FDB813 50%);
    background-size: 250% 100%;
    background-position: left top;
    transition: background-position .5s ease;
    overflow: hidden;
}

.btn-ella-whatsapp:hover {
    border: 1px solid #022A60;
    color: #FDB813 !important;
    background-position: right bottom;
}

.btn-ella-whatsapp svg {
    display: inline;
    transition: all .5s;
}

/*
 * Botão secundário
 */
.btn-ella-secondary {
    border-radius: 1.5rem;
    font-weight: bold;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #FDB813 !important;
    border: 1px solid #022A60;
    background-image: linear-gradient(-45deg, #FDB813 50%, #022A60 50%);
    background-size: 250% 100%;
    background-position: left top;
    transition: background-position .5s ease;
	overflow: hidden;
}

.btn-ella-secondary:hover {
    font-weight: bold;
    border: 1px solid #FDB813;
    color: #022A60 !important;
    background-position: right bottom;
}

/* Hover do botão "Compre agora!" - muda texto para preço */
.btn-compre-agora {
    position: relative;
    min-width: fit-content;
    background-image: linear-gradient(-45deg, #FDB813 50%, #022A60 50%);
    background-size: 250% 100%;
    background-position: left top;
    transition: background-position .7s ease;
	overflow: hidden;
}

.btn-compre-agora:hover {
    font-weight: bold;
    border: 1px solid #FDB813;
    color: transparent !important;
    background-position: right bottom;
    min-width: 280px;
}

.btn-compre-agora:hover::before {
    color: #022A60 !important;
    content: "R$ 8.990 em até 21x sem juros";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    transition: background-position .7s ease;
    z-index: 1;
    font-weight: bold;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Botão hero */
.btn-ella-hero {
    min-width: 200px;
    text-align: center;
}

.btn-ella-conheca, .btn-ella-descubra {
    min-width: 220px;
    text-align: center;
}

/*
 * Cabeçalho
 */
header {
    color: #00205C;
    font-weight: 600;
    font-size: 1.2rem;
}

header .btn-shop {
    font-weight: 500;
}

header .btn-shop:hover {
    color: #3660CB !important;
}

.ella-sticky-header {
    background-color: #fff;
}

/*
 * Rodapé
 */
footer {
    color: #fff;
    background: linear-gradient(270deg, #3660CB 0%, #00205C 100%);
}

footer .background-raio {
    background: url(../images/raio.png) no-repeat center center;
    background-size: contain;
}

footer .footer-ella-notes {
    font-size: 0.70rem
}

footer a, footer a:link, footer a:visited {
    color: #FDB813;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

footer a.footer-link-moura, footer a.footer-link-moura:link, footer a.footer-link-moura:visited {
    font-size: 0.85rem;
    color: #fff;
    text-decoration: none;
}

footer a.footer-link-moura:hover {
    color: #FDB813;
    text-decoration: none;
}

/*
 * Widget: Conheça Ella
 */
.conheca-ella .titulo {
    padding: 1.5rem;
    color: #00205C;
    font-size: 1.2rem;
    font-weight: bold;
}

.conheca-ella .icones-conheca {
    max-height: 80px;
    padding: 1.0rem;
}

.conheca-ella .conheca-ella-icones {
    cursor: pointer;
}

.conheca-ella .conheca-ella-icones:hover {
    border-bottom: 4px solid #FDB813;
}

.conheca-ella .conheca-ella-icones .btn:hover {
    color: #FDB813 !important;
}

.conheca-ella .conheca-ella-icones .btn:focus {
    border: none !important;
}

.conheca-ella .conheca-ella-icones:hover > .icones-texto {
    color: #FDB813;
    cursor: pointer;
}

.conheca-ella .icones-texto {
    color: #00205C;
    font-size: 0.8rem;
}

.conheca-ella .icones-texto:hover {
    color: #FDB813;
    font-size: 0.8rem;
}

.conheca-ella .color-img {
    cursor: pointer;
    margin-right: 10px;
}

.conheca-ella .color-img.highlight {
    border: 2px solid #FDB813;
    border-radius: 50%;
}

.conheca-ella-buttons .btn {
    font-size: 0.85rem !important;
}

/*
 * Widget: Blog
 */
#carouselBlogMobile .carousel-indicators {
    position: relative !important;
}

#carouselBlogMobile .carousel-indicators [data-bs-target] {
    background-color: #e3e4e8;
    height: 6px;
}

#carouselBlogMobile .carousel-indicators [data-bs-target].active {
    background-color: #022A60 !important;
}

.card-blog {
    background-color: #fff;
}

.card-blog h1 {
    font-weight: 600;
}

.card-blog h3 {
    font-size: 1.3rem;
    color: #00205C;
}

.card-blog a {
    color: #00205C;
    text-decoration: none;
}

.card-blog a:hover {
    text-decoration: underline;
}

.card-blog p {
    font-size: 1.0rem;
    font-weight: 600;
    color: #505050;
}

.btn-blog {
    font-weight: 600;
    color: #FDB813 !important;
    text-decoration: none !important;
}

.btn-blog:hover {
    color: #00205C !important;
    text-decoration: none !important;
}

.image-with-badge {
    display: inline-block; /* keeps the img with the badge if the img is forced to a new line */
    position: relative;
    margin-bottom: 5px;
    width: 100%;
}

.badge-read-time {
    font-size: 0.85rem;
    color: #3660CB !important;
}

.badge-post-date {
    background-color: #3660CB;
    color: #ffffff !important;
    position: absolute;
    width: 75px;
    height: 75px;
    right: 15px;
    bottom: 15px;
    padding: 10px;
    border-radius: 3.0rem;
}

/*
 * Widget: Perguntas frequentes
 */
.accordion-item {
    color: #00205C !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 1px solid #00205C !important;
}

.accordion-button.collapsed {
    color: #00205C !important;
    background-color: #fff !important;
    font-weight: 500 !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/arrow_up.png);
    transform: rotate(360deg);
    background-size: auto;
    background-position: center;
}
    
.accordion-button.collapsed::after {
    background-image: url(../images/arrow_down.png);
    background-size: auto;
    background-position: center;
}
    
.accordion-button:not(.collapsed) {
    color: #FDB813;
    background-color: #fff !important;
    font-weight: bold !important;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

/*
 * Widget: Forma de contato - Home
 */
.widget-forma-contato-home {
    color: #fff;
    background: linear-gradient(270deg, #3660CB 0%, #00205C 100%);
}

.widget-forma-contato-home [type=radio], .widget-forma-contato-home [type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: baseline !important;
 }

.widget-forma-contato-home [type=radio], .widget-forma-contato-home [type=checkbox] {
   width: 20px;
   height: 20px;
   border: solid 1px #FDB813;
   margin-top: 8px;
   margin-right: 8px;
   position: relative;
   vertical-align: baseline !important;
}

.widget-forma-contato-home [type=radio]:checked::before, .widget-forma-contato-home [type=checkbox]:checked::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #FDB813;
  position: absolute;
  top: 2px;
  left: 2px;
  vertical-align: baseline !important;
}

.widget-forma-contato-home ::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}
  
.widget-forma-contato-home ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #fff;
}

.widget-forma-contato-home .form-forma-contato {
    border-bottom: 1px solid #FDB813;
}

.widget-forma-contato-home .contato-input-text {
    background-color: transparent;
    color: #fff;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px solid #FDB813;
    border-left: 0px;
    width: 100%;
    padding: 0.6rem;
}

/*
 * Widget: Forma de contato - Internas
 */
 .widget-forma-contato [type=radio], .widget-forma-contato [type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: baseline !important;
 }

.widget-forma-contato [type=radio], .widget-forma-contato [type=checkbox] {
   width: 20px;
   height: 20px;
   border: solid 1px #FDB813;
   margin-top: 8px;
   margin-right: 8px;
   position: relative;
   vertical-align: baseline !important;
}

.widget-forma-contato [type=radio]:checked::before, .widget-forma-contato [type=checkbox]:checked::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #FDB813;
  position: absolute;
  top: 2px;
  left: 2px;
  vertical-align: baseline !important;
}

.widget-forma-contato ::placeholder {
    color: #00205C;
    opacity: 1; /* Firefox */
}
  
.widget-forma-contato ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #00205C;
}

.widget-forma-contato .form-forma-contato {
    color: #00205C;
    background-color: #fff;
    border-bottom: 1px solid #FDB813;
}

.widget-forma-contato .contato-input-text {
    color: #00205C;
    background-color: #fff;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px solid #FDB813;
    border-left: 0px;
    width: 100%;
    padding: 0.6rem;
}

/*
 * Widget: Test ride Ella
 */
.widget-test-ride-ella {
    background-color: #EBF0FB;
}

/*
 * Widget: Diferenciais
 */
 .widget-diferenciais {
    color: #fff;
    background: linear-gradient(270deg, #3660CB 0%, #00205C 100%);
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.widget-diferenciais-title {
    color: #FDB813;
}

.widget-diferenciais .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.widget-diferenciais .quadro-1 {
    margin: 0 !important;
    padding-top: 2.5rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    padding-bottom: 2.5rem;
    color: #FDB813;
    height: 470px;
    background: linear-gradient(270deg, #3660CB 0%, #00205C 100%);
}

.widget-diferenciais .quadro-2 {
    margin: 0 !important;
    padding-top: 2.5rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    padding-bottom: 2.5rem;
    color: #00205C;
    height: 470px;
    background-image: url(../images/quadro-2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.widget-diferenciais .quadro-2:hover {
    margin: 0 !important;
    padding-top: 2.5rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    padding-bottom: 2.5rem;
    color: #00205C;
    height: 470px;
    background-image: url(../images/quadro-2-hover.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.widget-diferenciais .quadro-3 {
    padding-top: 2.5rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    padding-bottom: 2.5rem;
    color: #00205C;
    height: 470px;
    background-image: url(../images/quadro-3.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.widget-diferenciais .quadro-3:hover {
    padding-top: 2.5rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    padding-bottom: 2.5rem;
    color: #00205C;
    height: 470px;
    background-image: url(../images/quadro-3-hover.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.widget-diferenciais .quadro-4 {
    padding-top: 2.5rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    padding-bottom: 2.5rem;
    color: #00205C;
    height: 470px;
    background-image: url(../images/quadro-4.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.widget-diferenciais .quadro-4:hover {
    padding-top: 2.5rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    padding-bottom: 2.5rem;
    color: #00205C;
    height: 470px;
    background-image: url(../images/quadro-4-hover.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.widget-diferenciais .quadro-5 {
    padding-top: 2.5rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    padding-bottom: 2.5rem;
    color: #00205C;
    height: 470px;
    background-image: url(../images/quadro-5.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.widget-diferenciais .quadro-5:hover {
    padding-top: 2.5rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    padding-bottom: 2.5rem;
    color: #00205C;
    height: 470px;
    background-image: url(../images/quadro-5-hover.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.widget-diferenciais .quadro-6 {
    padding-top: 2.5rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    padding-bottom: 2.5rem;
    color: #00205C;
    height: 470px;
    background-image: url(../images/quadro-6.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.widget-diferenciais .quadro-6:hover {
    padding-top: 2.5rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    padding-bottom: 2.5rem;
    color: #00205C;
    height: 470px;
    background-image: url(../images/quadro-6-hover.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (width: 1920px) {
    .widget-diferenciais .quadro-2:hover {
        background-position: center 80%;
    }

    .widget-diferenciais .quadro-4:hover {
        background-position: center 40%;
    }
}

@media screen and (min-width: 1921px) {
    .widget-diferenciais .quadro-1 {
        margin: 0 !important;
        padding-top: 2.5rem;
        padding-left: 4.5rem;
        padding-right: 4.5rem;
        padding-bottom: 2.5rem;
        color: #FDB813;
        height: 450px;
        background: linear-gradient(270deg, #3660CB 0%, #00205C 100%);
    }

    .widget-diferenciais .quadro-2 {
        margin: 0 !important;
        padding-top: 2.5rem;
        padding-left: 4.5rem;
        padding-right: 4.5rem;
        padding-bottom: 2.5rem;
        color: #00205C;
        height: 450px;
        background-image: url(../images/quadro-2-wide.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .widget-diferenciais .quadro-2:hover {
        margin: 0 !important;
        padding-top: 2.5rem;
        padding-left: 4.5rem;
        padding-right: 4.5rem;
        padding-bottom: 2.5rem;
        color: #00205C;
        height: 450px;
        background-image: url(../images/quadro-2-wide-hover.png);
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
    }

    .widget-diferenciais .quadro-3 {
        padding-top: 2.5rem;
        padding-left: 4.5rem;
        padding-right: 4.5rem;
        padding-bottom: 2.5rem;
        color: #00205C;
        height: 450px;
        background-image: url(../images/quadro-3-wide.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .widget-diferenciais .quadro-3:hover {
        padding-top: 2.5rem;
        padding-left: 4.5rem;
        padding-right: 4.5rem;
        padding-bottom: 2.5rem;
        color: #00205C;
        height: 450px;
        background-image: url(../images/quadro-3-wide-hover.png);
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
    }

    .widget-diferenciais .quadro-4 {
        padding-top: 2.5rem;
        padding-left: 4.5rem;
        padding-right: 4.5rem;
        padding-bottom: 2.5rem;
        color: #00205C;
        height: 450px;
        background-image: url(../images/quadro-4-wide.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .widget-diferenciais .quadro-4:hover {
        padding-top: 2.5rem;
        padding-left: 4.5rem;
        padding-right: 4.5rem;
        padding-bottom: 2.5rem;
        color: #00205C;
        height: 450px;
        background-image: url(../images/quadro-4-wide-hover.png);
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
    }

    .widget-diferenciais .quadro-5 {
        padding-top: 2.5rem;
        padding-left: 4.5rem;
        padding-right: 4.5rem;
        padding-bottom: 2.5rem;
        color: #00205C;
        height: 450px;
        background-image: url(../images/quadro-5-wide.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .widget-diferenciais .quadro-5:hover {
        padding-top: 2.5rem;
        padding-left: 4.5rem;
        padding-right: 4.5rem;
        padding-bottom: 2.5rem;
        color: #00205C;
        height: 450px;
        background-image: url(../images/quadro-5-wide-hover.png);
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
    }

    .widget-diferenciais .quadro-6 {
        padding-top: 2.5rem;
        padding-left: 4.5rem;
        padding-right: 4.5rem;
        padding-bottom: 2.5rem;
        color: #00205C;
        height: 450px;
        background-image: url(../images/quadro-6-wide.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .widget-diferenciais .quadro-6:hover {
        padding-top: 2.5rem;
        padding-left: 4.5rem;
        padding-right: 4.5rem;
        padding-bottom: 2.5rem;
        color: #00205C;
        height: 450px;
        background-image: url(../images/quadro-6-wide-hover.png);
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
    }
}

.widget-diferenciais-mobile {
    color: #fff;
    background: linear-gradient(270deg, #3660CB 0%, #00205C 100%);
}

#carouselDiferenciaisMobile .carousel-indicators {
    position: relative !important;
}

#carouselDiferenciaisMobile .carousel-indicators [data-bs-target] {
    background-color: #e3e4e8;
    height: 6px;
}

#carouselDiferenciaisMobile .carousel-indicators [data-bs-target].active {
    background-color: #FDB813 !important;
}

.ella-card-comprar {
    border: 1px solid #00205C;
    border-radius: 0.8rem;
}

.btn-ella-icons:hover {
    color: #FDB813;
    p {
        color: #FDB813;
    }
}

.modal-dialog-ella {
    width: auto !important;
    max-width: min-content !important;
}

.modal-header-ella {
    border-bottom: 0px !important;
}

.conheca-ella .conheca-carousel-item-mobile {
    background: #FFFFFF;
    box-shadow: 25px 0px 34px rgba(0, 0, 0, 0.14);
    border-radius: 16px;
    color: #022A60;
}

.conheca-ella .carousel-item {
    color: #022A60;
    font-size: 1.1rem;
}

.conheca-ella .carousel-item-img {
    width: 100%;
}

.conheca-ella .carousel-indicators {
    position: inherit;
    z-index: 0;
}

.conheca-ella .carousel-indicators .active {
    background-color: #022A60 !important;
}

.conheca-ella .carousel-indicators [data-bs-target] {
    background-color: #e3e4e8;
    height: 6px;
}

/**
 * Shop
 */

#input_quantity, #input_quantity:focus {
    border: none;
    font-weight: bold;
    text-align: center;
}

.btn-ella-qty {
    width: 20px;
}

.ul-shop-caracteristicas {
    list-style: none;
    padding-left: 0;
}

.shop-titulo {
    color: #FDB813;
}

.shop-parcelamento {
    color: #6B6969;
    margin: 0 !important;
    padding: 0 !important;
}

.shop-parcelamento strong {
    color: #FDB813;
}

.shop-valor-a-vista {
    color: #00205C !important;
    font-weight: 500;
    font-size: calc(1.8rem + 1.5vw);
    margin-top: 0;
    padding-top: 0;
}

.shop-valor-parcela {
    color: #FDB813;
    font-weight: 500;
    font-size: calc(1.8rem + 1.5vw);
    margin-top: 0;
    padding-top: 0;
}

.shop-desconto-pix span {
    background-color: #0CA635;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
}

.shop-valor-a-vista {
    color: #6B6969;
}

.shop-valor-a-vista strong {
    color: #FDB813;
}

.shop-escolha-cor {
    color: #6B6969;
}

.shop-produto-em-estoque {
    color: #6B6969;
}

.shop-frete-gratis {
    color: #6B6969;
}

.shop-descricao {
    color: #6B6969;
}

.btn-shop-compre-agora {
    width: 75%;
}

.shop-step-2-cor-bicicleta {
    max-height: 260px;
    border: 1px solid #EBF0FB;
    border-radius: 10px;
    padding: 5px;
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
}

@media (max-width: 768px) {
    .shop-step-2-cor-bicicleta {
        max-height: none;
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .shop-desconto-pix {
        font-size: 0.9rem;
    }
}

@media (min-width: 768px) {
  .text-md-end .shop-step-2-cor-bicicleta {
    margin-left: auto;
    margin-right: 0;
    display: block;
  }
}

.shop-ella {
    border-top: 1px solid #EBF0FB;
}

.shop-ella .frete-gratis {
    border-top: 1px solid #FDB813;
    border-bottom: 1px solid #FDB813;
}

.shop-ella .btn-shop {
    width: 100%;
}

.shop-ella .div-shop-info {
    border-top: 1px solid #FDB813;
}

.shop-ella .div-btn-shop {
    border-left: 1px solid #EBF0FB;
}

.shop-ella .img-thumbnail {
    flex: 0 0 auto; /* Evita que as imagens cresçam */
    max-width: 96px !important;
    cursor: pointer;
}

.shop-ella .carousel-inner .carousel-item img {
    border: 1px solid #EBF0FB;
    border-radius: 10px;
    padding: 5px;
}

.shop-ella .thumbnails-container {
    flex-wrap: nowrap; /* Evita que os thumbnails quebrem a linha */
    overflow-x: auto; /* Permite rolagem horizontal se necessário */
    scrollbar-width: none; /* Esconde a barra de rolagem */
    -ms-overflow-style: none; /* Esconde a barra de rolagem no IE e Edge */
    padding-bottom: 20px; /* Adiciona um espaço extra na parte inferior para garantir que os thumbs não se sobreponham a outros elementos */
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    align-items: center;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; /* Melhora scroll touch no iOS */
    touch-action: pan-x; /* Permite apenas scroll horizontal no touch */
}

/* Wrapper dos thumbnails com setinhas */
.shop-ella .thumbnails-wrapper {
    position: relative;
    padding: 0 40px; /* Espaço para as setinhas */
}

/* Remover padding no desktop quando usando Bootstrap para centralizar */
@media (min-width: 768px) {
    .shop-ella .thumbnails-wrapper {
        padding: 0; /* Remove padding no desktop já que não há setinhas */
    }
}

/* Setinhas de navegação dos thumbnails */
.shop-ella .thumb-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: #022A60;
    color: #FDB813;
    border: 2px solid #FDB813;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.shop-ella .thumb-nav-btn.visible {
    opacity: 1;
    visibility: visible;
}

.shop-ella .thumb-nav-btn:hover {
    background-color: #FDB813;
    color: #022A60;
    transform: translateY(-50%) scale(1.1);
}

.shop-ella .thumb-nav-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.shop-ella .thumb-nav-prev {
    left: 0;
}

.shop-ella .thumb-nav-next {
    right: 0;
}

.shop-ella .thumb-nav-btn i {
    font-size: 1.2rem;
    font-weight: bold;
}

/* Thumbnail ativo */
.shop-ella .img-thumbnail.active {
    border: 2px solid #FDB813 !important;
    box-shadow: 0 0 8px rgba(253, 184, 19, 0.5);
}

/* Melhorias mobile para thumbnails */
@media (max-width: 767.98px) {
    .shop-ella .thumbnails-wrapper {
        padding: 0 35px; /* Menos espaço no mobile */
    }

    .shop-ella .thumb-nav-btn {
        width: 32px;
        height: 32px;
    }

    .shop-ella .thumb-nav-btn i {
        font-size: 1rem;
    }

    .shop-ella .thumbnails-container {
        padding-left: 5px;
        padding-right: 5px;
    }

    /* Garantir que o scroll touch funcione bem no mobile */
    .shop-ella .thumbnails-container {
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain; /* Evita scroll da página ao chegar no fim */
    }
}

/* Estilos para os wrappers de thumbnails com scroll horizontal */
.thumb-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e0 transparent;
}

#thumbGreyWrapper,
#thumbWhiteWrapper {
    scrollbar-width: thin;
    scrollbar-color: #cbd5e0 transparent;
}

#thumbGreyWrapper::-webkit-scrollbar,
#thumbWhiteWrapper::-webkit-scrollbar {
    height: 6px;
}

#thumbGreyWrapper::-webkit-scrollbar-track,
#thumbWhiteWrapper::-webkit-scrollbar-track {
    background: transparent;
}

#thumbGreyWrapper::-webkit-scrollbar-thumb,
#thumbWhiteWrapper::-webkit-scrollbar-thumb {
    background-color: #cbd5e0;
    border-radius: 3px;
}

#thumbGreyWrapper::-webkit-scrollbar-thumb:hover,
#thumbWhiteWrapper::-webkit-scrollbar-thumb:hover {
    background-color: #a0aec0;
}


.shop-ella .ella-branco {
    display: flex;
    width: 40px;
    height: 25px;
    border: 1px solid #505050;
    background-color: #fff;
}

.shop-ella .ella-chumbo {
    display: flex;
    width: 40px;
    height: 25px;
    border: 1px solid #505050;
    background-color: #676262;
}

.shop-ella .color-img-shop {
    cursor: pointer;
    margin-right: 10px;
}

.shop-ella .color-img-shop.highlight, .shop-selected-color.highlight {
    border: 2px solid #FDB813;
    border-radius: 50%;
}

.btn-diagonal {
    width: 100%;
    color: #FDB813;
    border: 1px solid #FDB813;
    background-image: linear-gradient(-45deg, #022A60 50%, #FDB813 50%);
    background-size: 250% 100%;
    background-position: left top;
    transition: background-position .5s ease;
	overflow: hidden;
}

.btn-diagonal:hover {
    color: #FDB813;
    background-position: right bottom;
}

.btn-diagonal svg {
    display: inline;
    transition: all .5s;
}

.shop-sucesso-title {
    color: #FDB813;
}

.shop-sucesso-pedido {
    color: #6B6969;
}

.shop-sucesso-paragrafo {
    color: #6B6969;
}

.ella-dados-pedido {
    border-top: 1px solid #FDB813;
    border-bottom: 1px solid #FDB813;
}

.ella-dados-pedido .row {
  min-height: 350px;
  align-items: center;
  display: flex;
}

@media (max-width: 767.98px) {
  .ella-dados-pedido .row {
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .ella-dados-pedido .col-md-6 {
    text-align: center !important;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}

* {
	transition: all .5s;
}

/*
 * Botões do mapa
 */
.caracteristicas-ebike-ella {
    position: relative; 
    height: 432px; 
    width: 640px; 
    background-repeat: no-repeat; background-image: url(../images/bicicleta-chumbo.webp);
}

.caracteristicas-ebike-ella-mp1 {
    position: relative; 
    height: 432px; 
    width: 640px; 
    background-repeat: no-repeat; background-image: url(../images/mp1/mp1-azul-invertida.png);
}

.btn-map-quadro {
    position: absolute;
	padding: 10px;
	background-color: #022A60;
    border: 8px solid #EBF0FB;
	border-radius: 100%;
	top: 28%;
	left: 28%;
	width: 16px;
    height: 16px;
}

.btn-map-quadro:focus {
    border-color: none;
}

.btn-map-quadro:hover {
	background-color: #EBF0FB;
    border: 8px solid #FDB813;
}

.btn-map-quadro-mp1 {
    position: absolute;
	padding: 10px;
	background-color: #022A60;
    border: 8px solid #EBF0FB;
	border-radius: 100%;
	top: 36%;
	left: 37%;
	width: 16px;
    height: 16px;
}

.btn-map-quadro-mp1:focus {
    border-color: none;
}

.btn-map-quadro-mp1:hover {
	background-color: #EBF0FB;
    border: 8px solid #FDB813;
}

.btn-map-bateria {
    position: absolute;
	padding: 10px;
	background-color: #022A60;
    border: 8px solid #EBF0FB;
	border-radius: 100%;
	top: 20%;
	left: 55%;
	width: 16px;
    height: 16px;
}

.btn-map-bateria:focus {
    border-color: none;
}

.btn-map-bateria:hover {
	background-color: #EBF0FB;
    border: 8px solid #FDB813;
}

.btn-map-bateria-mp1 {
    position: absolute;
	padding: 10px;
	background-color: #022A60;
    border: 8px solid #EBF0FB;
	border-radius: 100%;
	top: 49%;
	left: 57%;
	width: 16px;
    height: 16px;
}

.btn-map-bateria-mp1:focus {
    border-color: none;
}

.btn-map-bateria-mp1:hover {
	background-color: #EBF0FB;
    border: 8px solid #FDB813;
}

.btn-map-acelerador-mp1 {
    position: absolute;
	padding: 10px;
	background-color: #022A60;
    border: 8px solid #EBF0FB;
	border-radius: 100%;
	top: 17%;
	left: 69%;
	width: 16px;
    height: 16px;
}

.btn-map-acelerador-mp1:focus {
    border-color: none;
}

.btn-map-acelerador-mp1:hover {
	background-color: #EBF0FB;
    border: 8px solid #FDB813;
}

.btn-map-velocidade {
    position: absolute;
	padding: 10px;
	background-color: #022A60;
    border: 8px solid #EBF0FB;
	border-radius: 100%;
	top: 2%;
	left: 78%;
	width: 16px;
    height: 16px;
}

.btn-map-velocidade:focus {
    border-color: none;
}

.btn-map-velocidade:hover {
	background-color: #EBF0FB;
    border: 8px solid #FDB813;
}

.btn-map-velocidade-mp1 {
    position: absolute;
	padding: 10px;
	background-color: #022A60;
    border: 8px solid #EBF0FB;
	border-radius: 100%;
	top: 6%;
	left: 60%;
	width: 16px;
    height: 16px;
}

.btn-map-velocidade-mp1:focus {
    border-color: none;
}

.btn-map-velocidade-mp1:hover {
	background-color: #EBF0FB;
    border: 8px solid #FDB813;
}

.btn-map-cambio-shimano {
    position: absolute;
	padding: 10px;
	background-color: #022A60;
    border: 8px solid #EBF0FB;
	border-radius: 100%;
	bottom: 21%;
	left: 25%;
	width: 16px;
    height: 16px;
}

.btn-map-cambio-shimano:focus {
    border-color: none;
}

.btn-map-cambio-shimano:hover {
	background-color: #EBF0FB;
    border: 8px solid #FDB813;
}

.btn-map-cambio-shimano-mp1 {
    position: absolute;
	padding: 10px;
	background-color: #022A60;
    border: 8px solid #EBF0FB;
	border-radius: 100%;
	bottom: 22%;
	left: 23%;
	width: 16px;
    height: 16px;
}

.btn-map-cambio-shimano-mp1:focus {
    border-color: none;
}

.btn-map-cambio-shimano-mp1:hover {
	background-color: #EBF0FB;
    border: 8px solid #FDB813;
}

.btn-map-motor-central {
    position: absolute;
	padding: 10px;
	background-color: #022A60;
    border: 8px solid #EBF0FB;
	border-radius: 100%;
	bottom: 15%;
	left: 40%;
	width: 16px;
    height: 16px;
}

.btn-map-motor-central:focus {
    border-color: none;
}

.btn-map-motor-central:hover {
	background-color: #EBF0FB;
    border: 8px solid #FDB813;
}

.btn-map-motor-central-mp1 {
    position: absolute;
	padding: 10px;
	background-color: #022A60;
    border: 8px solid #EBF0FB;
	border-radius: 100%;
	bottom: 18%;
	left: 43%;
	width: 16px;
    height: 16px;
}

.btn-map-motor-central-mp1:focus {
    border-color: none;
}

.btn-map-motor-central-mp1:hover {
	background-color: #EBF0FB;
    border: 8px solid #FDB813;
}

.btn-map-autonomia {
    position: absolute;
	padding: 10px;
	background-color: #022A60;
    border: 8px solid #EBF0FB;
	border-radius: 100%;
	bottom: 20%;
	left: 52%;
	width: 16px;
    height: 16px;
}

.btn-map-autonomia:focus {
    border-color: none;
}

.btn-map-autonomia:hover {
	background-color: #EBF0FB;
    border: 8px solid #FDB813;
}

.input-ella-quantidade-group {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.btn-ella-qty {
  background: #FDB813;
  color: #022A60;
  border: none;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.btn-ella-qty:hover {
  background: #ffd666;
}

.input-ella-quantidade {
  font-size: 1rem;
  width: 40px;
  border-radius: 4px;
  margin: 0 0.15rem;
  text-align: center;
}

/*
 * Mensagem de erros de campos
 */
 .field-error {
    margin-top: 5px;
    display: block;
    font-size: 12px;
    background-color: rgba( 253, 184, 19, 0.8);
    color: #022A60;
    padding: 7px !important;
    border-radius: 5px;
}

.onde-comprar {
    color: #fff;
    background: linear-gradient(270deg, #3660CB 0%, #00205C 100%);
}

.onde-comprar hr {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

/*
 * Hero
 */
.widget-hero-price-mobile {
    font-size: 0.85rem !important;
}

/* Ajustes para o botão de vídeo */
.btn-video-hero {
    z-index: 10;
    position: relative;
}

/**
 * Widget: Melhor Ella
 */
.img-melhor-ella, .img-mobile-conheca-ella {
    border-radius: 15px;
}

.img-mobile-conheca-ella {
    border: 1px solid #EBF0FB;
    border-radius: 10px;
}

/*
 * Botão Flutuante WhatsApp
 */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    background-color: #20BA5A;
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    text-decoration: none;
}

.whatsapp-float:active {
    transform: scale(0.95);
}

.whatsapp-float svg {
    width: 32px;
    height: 32px;
    display: block;
}

@media (max-width: 768px) {
    .whatsapp-float {
        width: 56px;
        height: 56px;
        bottom: 15px;
        right: 15px;
    }

    .whatsapp-float svg {
        width: 28px;
        height: 28px;
    }
}