/* GiftHub - Estilos para Meu Desejo */
body {
    color: var(--gifthub-color);
}

@media (min-width: 1400px) {
    .container {
        max-width: 812px;
    }
    #step4 .container {
        max-width: 1260px;
    }
}
.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    color: var(--gifthub-dark);
    background-color: var(--gifthub-primary);
    border-color: var(--gifthub-primary);
}
h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    color: var(--gifthub-primary);
}
.subtitle {
    font-size: 20px;
    line-height: 28px;
    margin: 33px auto 30px;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.logo {
    margin-bottom: 70px;
}
/* Etapa 02 */
#step1 .subtitle {
    max-width: 405px;
}
.subtitle .text-primary {
    font-weight: 600;
}
.obs {
    color: var(--gifthub-primary);
    font-style: italic;
    display: block;
    margin-top: 15px;
}
.aux {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.15px;
}
.aux span {
    color: var(--gifthub-primary);
    font-weight: 600;
}
.page {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.2px;
    font-style: italic;
    color: var(--gifthub-primary);
    margin: 48px auto 32px;
    display: block;
}
.btn-primary {
    font-style: italic;
}
.form-control:disabled {
    background-color: var(--gifthub-primary);
    color: var(--gifthub-dark);
    opacity: 1;
}
.text-danger {
    position: absolute;
    font-size: 12px;
    margin-top: -14px !important;
}

/* Etapa 02 */
#step2 .subtitle {
    max-width: 408px;
}
#step2 .b-border {
    border: 1px solid var(--gifthub-primary);
    border-radius: 7px;
    padding: 0;
}
#step2 ul {
    margin: 0;
    padding: 50px 76px;
}
#step2 ul.bt-1 {
    border-top: 1px solid var(--gifthub-primary);
}
#step2 li {
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.2px;
}
#step2 li strong {
    display: block;
    max-width: 440px;
}
#step2 li.not {
    margin-bottom: 31px;
}

/* Etapa 03 */
#step3 h2 {
    font-size: 28px;
    margin-bottom: 30px;
}
#step3 ul {
    margin: 0;
    padding: 0;
}
#step3 ul li {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
}
#step3 ul li p {
    margin: 0 auto;
}
#step3 ul li:nth-child(1) p {
    max-width: 490px;
}
#step3 ul li:nth-child(2) p {
    max-width: 450px;
}
#step3 ul li:nth-child(3) p {
    max-width: 385px;
}
#step3 ul li:nth-child(4) p {
    max-width: 460px;
}
#step3 ul li:nth-child(5) p {
    max-width: 415px;
}
#step3 ul strong.text-primary {
    font-size: 22px;
    display: block;
    margin-bottom: 11px;
}
#step3 .box-attention {
    border: 1.5px solid var(--gifthub-primary);
    width: 100%;
    max-width: 482px;
    padding: 40px 57px 36px;
    margin: 65px auto 0;
    position: relative;
}
#step3 .box-attention .title-attention {
    font-size: 28px;
    line-height: 35px;
    margin: -59px auto 0;
    position: absolute;
    width: 200px;
    text-align: center;
    background: var(--gifthub-gray-900);
    left: 50%;
    transform: translateX(-50%);
}
#step3 .box-attention p {
    letter-spacing: -0.2px;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}
#step3 .page {
    margin-top: 76px;
}

/* Etapa 04 */
#step4 .subtitle {
    max-width: 610px;
    margin-bottom: 160px;
}
#step4 .list-itens {
    display: grid;
    gap: 50px;
    grid-template-columns: auto auto auto auto;
}
#step4 .list-itens > div {
    padding: 0;
}
#step4 h3 {
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
    margin-bottom: 13px;
    text-transform: uppercase;
}
#step4 .category-list .product-item {
    cursor: pointer;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: underline;
    text-decoration-thickness: from-font;
    text-underline-offset: 4px;
    margin-bottom: 24px;
}

/* Etapa 05 */
#step5 .subtitle {
    max-width: 575px;
    margin-bottom: 35px;
}
#step5 ul.list-lojas {
    display: flex;
    justify-content: center;
    gap: 80px;
}
#step5 ul .subtitle {
    display: block;
    margin: 7px 0 27px;
    font-size: 24px;
    line-height: 29px;
}
#step5 ul.list-lojas > li {
    max-width: 280px;
}
#step5 ul p,
#step5 ul ul li {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}
#step5 ul li.text-primary li {
    text-decoration: underline;
    text-decoration-thickness: from-font;
}
#step5 ul li li em {
    font-size: 18px;
    font-weight: 500;
}
#step5 .page {
    margin-top: 75px;
}

/* Etapa 6 */

#step6 .subtitle {
    max-width: 650px;
    margin-bottom: 30px;
}
#step6 .subtitle em {
    font-size: 24px;
}
#step6 .box-desejo {
    padding: 20px 0 50px;
}
#step6 .col-12 {
    position: relative;
    padding: 0 8px;
}
#step6 h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 16px;
}
#step6 h3 span {
    font-size: 22px;
    font-weight: 500;
    color: var(--gifthub-color);
}
#step6 .text01 {
    display: block;
    letter-spacing: -0.17px;
    font-size: 17px;
    line-height: 21px;
}
#step6 .text02 {
    display: block;
    letter-spacing: -0.16px;
    font-size: 16px;
    max-width: 579px;
    line-height: 20px;
    margin: 1px 0 20px;
}
#step6 img.icon-select {
    position: absolute;
    right: 29px;
    top: 48px;
}

#step6 .form-control,
#step6 .form-select {
    border: 1px solid var(--gifthub-color-border);
    border-radius: 7px;
    padding: 0 14px;
    height: 45px;
    font-size: 16px;
    letter-spacing: -0.16px;
    transition: all 0.3s ease;
    color: #e6bf7e;
}
#step6 textarea.form-control {
    height: 92px;
}
#step6 .form-select::placeholder {
    font-style: italic;
}
#step6 .form-label span {
    font-size: 15px;
}
#step6 .obs {
    margin: 0;
}
#step6 .box-attention {
    border: 1.5px solid var(--gifthub-primary);
    width: 100%;
    max-width: 482px;
    padding: 40px 57px 36px;
    margin: 80px auto 0;
    position: relative;
}
#step6 .box-attention .title-attention {
    font-size: 28px;
    line-height: 35px;
    margin: -59px auto 0;
    position: absolute;
    width: 200px;
    text-align: center;
    background: var(--gifthub-gray-900);
    left: 50%;
    transform: translateX(-50%);
}
#step6 .box-attention p {
    letter-spacing: -0.2px;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}
#step6 .page {
    margin-top: 75px;
}

/* Etapa 07 */

#step7 h2 em {
    letter-spacing: -0.18px;
    color: var(--gifthub-color);
    font-size: 18px;
}
#step7 .subtitle {
    max-width: 420px;
    margin-bottom: 60px;
}
#step7 .col-12 {
    position: relative;
}
#step7 .obs {
    margin-top: 55px;
}

/* Etapa 08 */
#step8 {
    padding-bottom: 110px;
}
#step8 .subtitle {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    font-style: italic;
    max-width: 410px;
    margin: 25px auto 110px;
}

/* Etapa 09 */

#step9 {
    padding-bottom: 150px;
}
#step9 .logo {
    margin-bottom: 120px;
}
#step9 .subtitle {
    font-size: 20px;
    line-height: 26px;
    max-width: 410px;
    margin: 28px auto 18px;
}
/* Modais */
.modal-content {
    border-radius: 5px;
}

.modal-header {
    background: #f5f5f5;
    border-radius: 5px 5px 0 0;
    padding: 0 11px;
    height: 32px;
}
.modal-header .btn-close {
    background-size: 14px;
    outline: none;
    box-shadow: none;
}
.modal-body {
    padding: 0;
}

.modal-footer {
    background: #f5f5f5;
    border: 0;
    padding: 0;
    height: 32px;
}
/* Modal existingOrderModal */
#existingOrderModal .modal-header {
    padding: 0 16px;
    height: 45px;
}
#existingOrderModal .modal-body {
    padding: 30px 16px;
    color: var(--gifthub-dark);
}
#existingOrderMessage {
    max-width: 327px;
    margin: 0 auto 30px;
    font-size: 20px;
    line-height: 27px;
}
#existingOrderModal .modal-footer {
    height: 60px;
    padding: 0 16px;
}
#existingOrderModal .modal-footer .btn-primary {
    height: 30px;
    line-height: 30px;
    border: 0;
    font-size: 16px;
    width: 110px;
    font-style: normal;
}

/* Categorias de Produtos */

/* Produtos */

.product-row {
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-row:hover {
    background: linear-gradient(135deg, var(--gifthub-gray-50), #f0f0f0);
    transform: translateX(4px);
}

.product-image-cell {
    padding: 0.75rem;
}

.product-img {
    border-radius: 8px;
    transition: all 0.3s ease;
}

.product-row:hover .product-img {
    transform: scale(1.05);
}

.no-image {
    width: 60px;
    height: 60px;
    background: var(--gifthub-gray-100);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gifthub-gray-400);
    font-size: 1.5rem;
}

.product-name {
    font-weight: 600;
    color: var(--gifthub-dark);
    font-size: 14px;
}

/* Modal de Produto */
.no-image-large {
    padding: 3rem;
    color: var(--gifthub-gray-400);
}

/* Tela de Sucesso */
.success-icon {
    font-size: 5rem;
    color: var(--gifthub-success);
    animation: successPulse 2s infinite;
}

@keyframes successPulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.form-control {
    margin-bottom: 15px;
}
/* Campos de Formulário Específicos */
.form-label {
    font-weight: 400;
    color: var(--gifthub-color);
    margin-bottom: 8px;
    line-height: 24px;
    font-size: 20px;
    letter-spacing: -0.2px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--gifthub-primary);
    background: #191919;
    color: #e6bf7e;
    box-shadow: none;
}
.form-control,
.form-select {
    border: 1px solid var(--gifthub-color-border);
    border-radius: 7px;
    padding: 0 14px;
    height: 45px;
    font-size: 16px;
    letter-spacing: -0.16px;
    transition: all 0.3s ease;
    background: #191919;
    color: #e6bf7e;
}
.btn-secondary,
.btn-secondary:hover {
    background: var(--gifthub-dark);
    color: var(--gifthub-color);
    border-color: var(--gifthub-secondary);
}
/* Spinner de Carregamento */
#cep-loading {
    background: transparent;
    border: 0;
    color: var(--gifthub-color-border);
    border-left: none;
    padding: 0;
    margin: 0;
    width: 30px;
    position: absolute;
    top: 43px;
    right: 27px;
}

/* Badges */
.badge.bg-danger {
    background: var(--gifthub-danger) !important;
}

.badge.bg-warning {
    background: var(--gifthub-warning) !important;
    color: var(--gifthub-dark) !important;
}
.model-brand-select {
    margin-bottom: 15px;
}
/* Responsividade */
@media (min-width: 768px) {
    #step1,
    #step2,
    #step3,
    #step4,
    #step5,
    #step6,
    #step7,
    #step8,
    #step9 {
        padding: 60px 0;
    }
    #step1 {
        background: var(--gifthub-gray-900)
            url(../images/back-etapa-01-desktop.jpg) center top no-repeat;
    }
    #step2 {
        background: var(--gifthub-gray-900)
            url(../images/back-etapa-02-desktop.jpg) center top no-repeat;
    }
    #step3 {
        background: var(--gifthub-gray-900)
            url(../images/back-etapa-03-desktop.jpg) center top no-repeat;
    }
    #step4 {
        background: var(--gifthub-gray-900)
            url(../images/back-etapa-04-desktop.jpg) center top no-repeat;
    }
    #step5 {
        background: var(--gifthub-gray-900)
            url(../images/back-etapa-05-desktop.jpg) center top no-repeat;
    }
    #step6 {
        background: var(--gifthub-gray-900)
            url(../images/back-etapa-06-desktop.jpg) center top no-repeat;
    }
    #step7 {
        background: var(--gifthub-gray-900)
            url(../images/back-etapa-07-desktop.jpg) center top no-repeat;
    }
    #step8 {
        background: var(--gifthub-gray-900)
            url(../images/back-etapa-08-desktop.jpg) center top no-repeat;
    }
    #step9 {
        background: var(--gifthub-gray-900)
            url(../images/back-sucesso-6meses-desktop.jpg) center top no-repeat;
    }
}
@media (max-width: 767px) {
    .desktop {
        display: none !important;
    }
    #step1 .container,
    #step2 .container,
    #step3 .container,
    #step4 .container,
    #step5 .container,
    #step6 .container,
    #step7 .container {
        padding: 0 35px;
    }
    #step1,
    #step2,
    #step3,
    #step4,
    #step5,
    #step6,
    #step7,
    #step8,
    #step9 {
        padding: 30px 0 40px;
        background-size: 100% !important;
    }
    #step1 {
        background: var(--gifthub-gray-900)
            url(../images/back-etapa-01-mobile.jpg) center top no-repeat;
    }
    #step2 {
        background: var(--gifthub-gray-900)
            url(../images/back-etapa-02-mobile.jpg) center top no-repeat;
    }
    #step3 {
        background: var(--gifthub-gray-900)
            url(../images/back-etapa-03-mobile.jpg) center top no-repeat;
    }
    #step4 {
        background: var(--gifthub-gray-900)
            url(../images/back-etapa-04-mobile.jpg) center top no-repeat;
    }
    #step5 {
        background: var(--gifthub-gray-900)
            url(../images/back-etapa-05-mobile.jpg) center top no-repeat;
    }
    #step6 {
        background: var(--gifthub-gray-900)
            url(../images/back-etapa-06-mobile.jpg) center top no-repeat;
    }
    #step7 {
        background: var(--gifthub-gray-900)
            url(../images/back-etapa-07-mobile.jpg) center top no-repeat;
    }
    #step8 {
        background: var(--gifthub-dark) url(../images/back-etapa-08-mobile.jpg)
            center top no-repeat;
        height: 100svh;
    }
    #step9 {
        background: var(--gifthub-gray-900)
            url(../images/back-sucesso-6meses-mobile.jpg) center top no-repeat;
        height: 100svh;
    }
    h2 {
        font-size: 18px;
        line-height: 22px;
    }
    .subtitle {
        font-size: 14px;
        line-height: 19px;
        margin: 20px auto 30px;
    }
    .text-danger {
        margin-top: -21px !important;
    }
    .logo {
        width: auto;
        max-width: 198px;
        margin-bottom: 24px;
    }
    .aux {
        margin-bottom: 0;
        font-size: 14px;
    }
    .obs {
        font-size: 14px;
    }
    .page {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: -0.12px;
        margin: 28px auto 12px;
    }
    .btn {
        padding: 0;
        font-size: 14px;
        width: 110px;
        height: 30px;
        line-height: 28px;
        letter-spacing: -0.14px;
        border-width: 1px;
    }

    .form-control,
    .form-select {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .form-label {
        margin-bottom: 6px;
        line-height: 17px;
        font-size: 14px;
        letter-spacing: 0;
    }
    #step1 .subtitle {
        max-width: 245px;
    }
    .flex-col-reverse-mobile {
        flex-direction: column-reverse;
    }
    #step2 .subtitle {
        max-width: 250px;
    }
    #step2 .row {
        margin: 0;
    }
    #step2 ul {
        margin: 0;
        padding: 32px;
    }
    #step2 li {
        gap: 13px;
        font-size: 14px;
        line-height: 19px;
        letter-spacing: -0.14px;
        align-items: flex-start;
    }
    #step2 li.not {
        margin-bottom: 25px;
    }
    #step2 li img {
        max-width: 28px;
        margin-top: -7px;
    }
    #step2 li strong {
        max-width: 190px;
    }
    #step3 h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    #step3 ul strong.text-primary {
        font-size: 16px;
        line-height: 18px;
        font-weight: 500;
        margin: 0 auto 12px;
    }
    #step3 ul li {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 20px;
    }
    #step3 ul li:nth-child(1) p {
        max-width: 265px;
    }
    #step3 ul li:nth-child(2) strong {
        max-width: 200px;
    }
    #step3 ul li:nth-child(2) p {
        max-width: 265px;
    }
    #step3 ul li:nth-child(3) strong {
        max-width: 190px;
    }
    #step3 ul li:nth-child(3) p {
        max-width: 265px;
    }
    #step3 ul li:nth-child(4) p {
        max-width: 260px;
    }
    #step3 ul li:nth-child(5) p {
        max-width: 270px;
    }
    #step3 ul li:nth-child(6) strong {
        max-width: 200px;
    }
    #step3 .box-attention {
        padding: 31px 0 24px;
        margin-top: 50px;
    }
    #step3 .box-attention .title-attention {
        font-size: 18px;
        width: 120px;
        color: var(--gifthub-primary);
        margin: -51px auto 0;
    }
    #step3 .box-attention p {
        letter-spacing: -0.14px;
        font-size: 14px;
        line-height: 19px;
        margin: 0 auto;
        max-width: 255px;
    }
    #step3 .page {
        margin-top: 42px;
    }
    #step4 .list-itens {
        gap: 24px;
        grid-template-columns: auto auto;
    }
    #step4 .subtitle {
        max-width: 270px;
        margin-bottom: 50px;
    }
    #step4 h3 {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 25px;
    }
    #step4 .category-list p,
    #step4 .category-list .product-item {
        font-size: 14px;
        line-height: 19px;
        text-underline-offset: 3px;
        padding: 0 !important;
        margin-bottom: 19px !important;
        text-align: left !important;
    }
    #step5 h2 {
        max-width: 184px;
        margin: 0 auto;
    }
    #step5 .subtitle {
        max-width: 260px;
        margin-bottom: 28px;
    }
    #step5 ul.list-lojas {
        flex-direction: column;
        gap: 40px;
    }
    #step5 ul .subtitle {
        margin: 10px 0 20px;
        font-size: 18px;
        line-height: 21px;
        max-width: 100%;
        text-align: center;
    }
    #step5 ul.list-lojas > li {
        max-width: 100%;
    }
    #step5 ul li img {
        width: 33px;
        margin: 0 auto;
        display: block;
    }
    #step5 ul li .blojas {
        display: grid;
        gap: 15px;
        grid-template-columns: auto auto;
    }
    #step5 ul ul li {
        font-size: 14px;
        line-height: 19px;
    }
    #step5 ul li li em {
        font-size: 14px;
    }
    #step5 .page {
        margin-top: 24px;
    }
    #step5 ul li.text-primary p {
        text-decoration: underline;
    }
    #step5 ul li.listNot p {
        font-weight: 400;
    }
    #step6 .subtitle {
        max-width: 250px;
    }
    #step6 .subtitle em {
        font-size: 14px;
        font-weight: 500;
        max-width: 187px;
        display: inline-block;
    }
    #step6 h3 {
        font-size: 18px;
        font-weight: bold;
        line-height: 21px;
        margin-bottom: 10px;
    }
    #step6 h3 span {
        font-size: 14px;
        color: var(--gifthub-primary);
        display: block;
    }
    #step6 .box-desejo {
        padding: 20px 0 5px;
    }
    #step6 .text01 {
        letter-spacing: -0.14px;
        font-size: 14px;
        line-height: 16px;
        max-width: 224px;
    }
    #step6 .text02 {
        letter-spacing: -0.14px;
        font-size: 14px;
        max-width: 265px;
        line-height: 16px;
        margin: 5px 0 24px;
    }
    #step6 .box-attention {
        padding: 35px 0 32px;
        margin: 46px auto 0;
    }
    #step6 .box-attention .title-attention {
        font-size: 18px;
        line-height: 30px;
        margin: -53px auto 0;
        width: 140px;
    }
    #step6 .box-attention p {
        letter-spacing: 0;
        font-size: 14px;
        line-height: 19px;
        margin: 0 auto;
        max-width: 250px;
    }
    #step6 .page {
        margin-top: 55px;
    }
    #step6 img.icon-select {
        width: 12px;
    }
    #step6 .form-control,
    #step6 .form-select {
        padding: 0 17px;
        font-size: 14px;
        letter-spacing: -0.14px;
    }
    #step7 h2 em {
        letter-spacing: -0.14px;
        font-size: 14px;
        display: block;
    }
    #step7 .subtitle {
        max-width: 252px;
        margin-bottom: 38px;
    }
    #step7 .obs {
        margin-top: 0;
    }
    #step8 .logo {
        max-width: 237px;
        margin-bottom: 20px;
    }
    #step8 .subtitle {
        font-size: 18px;
        line-height: 24px;
        max-width: 235px;
        margin: 37px auto 110px;
    }
    #step8 img.logo-group {
        max-width: 202px;
    }
    #step9 .logo {
        max-width: 210px;
        margin-bottom: 20px;
    }
    #step9 .subtitle {
        font-size: 14px;
        line-height: 17px;
        max-width: 260px;
        margin: 14px auto 13px;
    }
    #step9 img.icon-sucesso-1 {
        max-width: 269px;
    }
    #step9 img.icon-sucesso-2 {
        max-width: 92px;
    }
}
