/* ------ media queries --- */
@media (max-width: 1464px) {
  .product-grid {
    grid-template-columns: repeat(4, 280px);
  }
}

@media (min-width: 1200px) {
    .heart {
        margin: 0 20px;
    }
}

@media (max-width: 1200px) {
    :root {
        --hero-side-offset: 72px;
    }
    
    .benefits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1100px) {
    .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    
    .product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    
    .product-body h3 {
        font-size: 18px;
    }
    
    .feature-content h3 {
        font-size: 26px;
    }
}

@media (max-width: 992px) {
    :root {
        --hero-side-offset: 36px;
        --hero-banner-height: 280px;
        --promo-banner-height: 170px;
        --product-image-height: 210px;
        --product-grid-gap: 14px;
        --feature-card-height: 320px;
    }
    
    .topbar {
        height: auto;
        min-height: 38px;
        padding: 6px 0;
    }
    
    .topbar-inner {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 14px;
        text-align: center;
    }
    
    .header-inner {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "logo icons"
            "search search";
        gap: 12px;
    }
    
    .logo {
        max-width: 180px;
    }
    
    .header-icons {
        gap: 10px;
    }
    
    .search-box {
        max-width: 100%;
        justify-self: stretch;
    }
    
    .menu {
        height: auto;
        padding: 8px 0;
    }

    .menu-inner {
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 10px;
        overflow: visible;
        padding: 8px 0;
    }

    .menu-inner > a:not(.menu-home-link) {
        display: none;
    }
    
    .menu-inner > a,
    .menu-inner > .departments-dropdown {
        max-width: 100%;
        flex-shrink: 1;
    }
    
    .menu-inner > a,
    .menu-button {
        white-space: nowrap;
        font-size: 11px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .departments-dropdown {
        position: static;
    }
    
    .departments-submenu {
        position: absolute;
        top: calc(100% + 8px);
        left: 12px;
        right: 12px;
        width: auto;
        max-height: min(64vh, 420px);
        overflow-y: auto;
        overscroll-behavior: contain;
    }
    
    .user-submenu {
        width: min(240px, calc(100vw - 24px));
    }
    
    .support-submenu {
        width: min(280px, calc(100vw - 24px));
    }
    
    .benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .mini-categories {
        grid-template-columns: 1fr;
    }

    .blue-square {
        aspect-ratio: 2 / 1;
        min-height: 175px;
    }

    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .feature-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
    
    .section-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }
    
    .countdown-wrap {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .promo-banner {
        height: clamp(138px, 20vw, 170px);
        min-height: 138px;
        background-position: center;
    }

    .promo-banner-chair {
        left: 43%;
        bottom: -4px;
        width: min(190px, 34vw);
        max-width: 44%;
    }

    .promo-banner-chair-red {
        left: 57%;
        bottom: -2px;
        width: min(156px, 28vw);
        max-width: 36%;
    }
}

@media (max-width: 900px) {
    :root {
        --hero-banner-height: 360px;
        --promo-banner-height: 180px;
        --benefit-card-height: 88px;
        --mini-box-min-height: 176px;
        --mini-head-height: 46px;
        --mini-item-min-height: 78px;
        --mini-thumb-height: 56px;
        --product-image-height: 188px;
        --product-grid-gap: 12px;
        --product-actions-height: 44px;
        --feature-card-height: 340px;
    }
    
    .container,
    .hero,
    .benefits,
    .divider {
        width: 100%;
        max-width: 100%;
    }
    
    .header-inner,
    .benefits,
    .mini-categories,
    .feature-cards,
    .bottom-grid {
        grid-template-columns: 1fr;
    }

    .menu-inner {
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 10px;
        padding: 10px 0;
    }
    
    .menu {
        height: auto;
        padding: 8px 0;
    }
    
    .departments-submenu {
        width: min(320px, calc(100vw - 36px));
    }
    
    .user-submenu {
        width: min(240px, calc(100vw - 36px));
    }
    
    .support-submenu {
        width: min(280px, calc(100vw - 36px));
    }

    .hero {
        flex-direction: column;
        gap: 12px;
    }
    
    .hero-banner {
        width: 100%;
        height: var(--hero-banner-height);
    }
    
    .section-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    
    .countdown-wrap {
        flex-wrap: wrap;
    }

    .offers .product-card .product-actions--home {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 8px;
        padding: 0 10px 12px;
    }

    .offers .product-card .product-actions--home .btn-cart--home,
    .offers .product-card .product-actions--home .btn-buy--home {
        min-height: 44px;
    }

    .offers .product-card .product-actions--home .btn-cart--home {
        width: 44px;
        min-width: 44px;
        height: 44px;
    }

    .promo-banner {
        margin-top: 32px;
    }
}

@media (min-width: 768px) {
    .heart {
        margin: 0 14px;
    }
}

@media (max-width: 768px) {
    .entry-popup {
        padding: 14px;
    }
    
    .entry-popup__content {
        width: 100%;
    }

    .entry-popup__shell {
        width: 100%;
        max-width: 520px;
    }
    
    .entry-popup__close {
        top: -46px;
        right: 0;
        width: 38px;
        height: 38px;
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .footer-col {
        margin-bottom: 30px;
    }
    
    .footer-contact li {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .footer-social {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .copyright-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }
    
    .copyright-box .left-side,
    .copyright-box .right-side {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .copyright-box .left-side a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .heart {
        margin: 0 6px;
    }
}

@media (max-width: 768px) {
    .copyright {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .copyright-box {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center;
    }
    
    .copyright-box .left-side {
        display: flex !important;
        justify-content: center !important;
        width: 100%;
    }
    
    .copyright-box .left-side a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

@media (max-width: 768px) {
    :root {
        --hero-banner-height: 220px;
        --promo-banner-height: 160px;
        --benefit-card-height: auto;
        --product-image-height: 170px;
        --product-grid-gap: 12px;
        --feature-card-height: 260px;
    }
    
    .container,
    .hero,
    .benefits,
    .offers.container,
    .footer-container {
        width: calc(100% - 24px);
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero {
        margin-top: 16px;
        padding: 0;
    }

    .hero-arrow {
        display: none;
    }
    
    .hero-banner {
        min-height: 170px;
        aspect-ratio: 16 / 8.8;
        background-size: cover;
        background-position: center;
    }
    
    .promo-banner {
        height: auto;
        min-height: 150px;
        aspect-ratio: 16 / 6.8;
        margin-top: 30px;
        border-radius: 10px;
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }

    .promo-banner-chair {
        left: 42%;
        bottom: -2px;
        width: min(170px, 36vw);
        max-width: 42%;
    }

    .promo-banner-chair-red {
        left: 60%;
        bottom: 0;
        width: min(138px, 28vw);
        max-width: 34%;
    }

    .divider {
        width: 100%;
        max-width: none;
        margin: 24px 0 34px;
    }
    
    .promo-banner + .offers {
        margin-top: 52px;
    }
    
    .promo-banner + .divider + .offers {
        margin-top: 52px;
    }
    
    .section-head {
        margin-bottom: 20px;
    }
    
    .section-head h2 {
        font-size: 22px;
    }
    
    .countdown-wrap {
        gap: 8px;
        padding: 8px;
    }

    .clock-icon {
        width: 52px;
        height: 52px;
        font-size: 24px;
        margin-right: 0;
    }
    
    .count-box {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }
    
    .countdown-wrap > span {
        font-size: 24px;
    }
    
    .buy-now {
        width: 100%;
        max-width: none;
        height: 52px;
        font-size: 14px;
        margin-left: 0;
    }

    .feature-cards {
        grid-template-columns: 1fr;
    }

    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--product-grid-gap);
    }

    .product-body {
        padding: 10px 10px 0;
    }

    .offers .product-card .discount-badge {
        min-width: 64px !important;
        height: 30px !important;
        padding: 0 10px !important;
        font-size: 12px !important;
    }

    .offers .product-card .product-body h3 {
        font-size: 16px !important;
        line-height: 1.15 !important;
    }

    .offers .product-card .price-block strong {
        font-size: 20px !important;
    }

    .offers .product-card .price-block small,
    .offers .product-card .price-block span {
        font-size: 11px !important;
    }

    .offers .product-card .product-actions--home {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 8px;
        margin-top: 8px;
        padding: 0 10px 12px;
    }

    .offers .product-card .product-actions--home .btn-cart--home,
    .offers .product-card .product-actions--home .btn-buy--home {
        min-height: 42px;
    }

    .offers .product-card .product-actions--home .btn-cart--home {
        width: 42px;
        min-width: 42px;
        height: 42px;
    }

    .offers .product-card .product-actions--home .btn-cart--home i {
        font-size: 16px;
    }

    .offers .product-card .product-actions--home .btn-buy--home {
        font-size: 11px !important;
        padding: 0 12px;
    }
    
    .feature-content h3 {
        font-size: 24px;
    }
    
    .footer {
        padding: 42px 18px;
    }
    
    .footer-container {
        grid-template-columns: 1fr;
        gap: 26px;
        text-align: center;
    }
    
    .footer-contact li {
        justify-content: center;
    }
    
    .copyright-box .right-side {
        flex-wrap: wrap;
        justify-content: center;
    }

    .cookie-banner-wrap {
        bottom: 84px !important;
        padding: 0 10px;
    }
    
    #divcookie.cache-mobile {
        max-width: 100% !important;
    }
    
    .cache-mobile-text {
        padding: 14px !important;
        font-size: 12px !important;
    }
    
    a.whats {
        width: 54px !important;
        height: 54px !important;
        right: 12px !important;
        bottom: 12px !important;
        font-size: 26px !important;
    }
    
    a.whats i {
        margin-top: 0 !important;
    }
    
    .whats-message-badge {
        width: 20px;
        height: 20px;
        font-size: 9px;
    }
}

@media (max-width: 576px) {
    :root {
        --product-image-height: 148px;
        --product-grid-gap: 10px;
    }

    .logo {
        max-width: 150px;
    }
    
    .departments-submenu {
        left: 8px;
        right: 8px;
    }
    
    .hero-banner {
        min-height: 150px;
    }
    
    .promo-banner {
        min-height: 108px;
    }
    
    .search-box input,
    .search-box button {
        height: 40px;
    }

    .search-box input {
        width: calc(100% - 100px);
    }

    .search-box button {
        width: 100px;
        font-size: 11px;
    }
    
    .header-icons > a,
    .header-icons > .user-dropdown > .header-icon-button,
    .header-icons > .support-dropdown > .header-icon-button {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

    .benefits {
        grid-template-columns: 1fr;
    }

    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--product-grid-gap);
    }
    
    .benefit-card {
        min-height: 74px;
        justify-content: flex-start;
    }
    
    .section-head h2 {
        font-size: 20px;
    }

    .offers .product-card .product-actions--home {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 8px;
        padding: 0 8px 10px;
    }

    .offers .product-card .product-actions--home .btn-cart--home,
    .offers .product-card .product-actions--home .btn-buy--home {
        min-height: 40px;
    }

    .offers .product-card .product-actions--home .btn-cart--home {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }

    .offers .product-card .product-actions--home .btn-buy--home {
        font-size: 10px !important;
        letter-spacing: 0.02em;
    }

    .offers .product-card .product-body h3 {
        font-size: 15px !important;
    }

    .offers .product-card .price-block strong {
        font-size: 18px !important;
    }
}

/* ===== RESPONSIVIDADE - CARROSSEL MAIS VENDIDOS ===== */
@media (max-width: 1200px) {
    .bottom-carousel-controls {
        top: calc(50% + 10px);
    }
}

@media (max-width: 992px) {
    .bottom-offers .section-head.simple-head {
        align-items: flex-start;
        gap: 10px;
    }

    .bottom-carousel-controls {
        position: static;
        top: auto;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 14px;
        width: auto;
        align-self: flex-end;
        margin-left: auto;
        pointer-events: auto;
    }

    .bottom-carousel-arrow {
        position: static;
        top: auto;
        font-size: 22px;
        transform: none;
        padding: 0;
    }

    .bottom-carousel-arrow--prev,
    .bottom-carousel-arrow--next {
        left: auto;
        right: auto;
    }

    .bottom-carousel-arrow:hover,
    .bottom-carousel-arrow:focus-visible {
        transform: translateY(-1px);
    }
}

@media (max-width: 768px) {
    .promo-banner {
        min-height: 142px;
    }

    .bottom-offers .section-head.simple-head {
        gap: 8px;
    }

    .bottom-carousel-arrow {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .bottom-carousel-controls {
        gap: 12px;
    }

    .bottom-carousel-arrow {
        font-size: 18px;
    }

    .promo-banner {
        min-height: 132px;
        aspect-ratio: 16 / 8.2;
        border-radius: 12px;
        background-position: center;
    }

    .promo-banner-chair {
        left: 40%;
        bottom: 2px;
        width: min(140px, 38vw);
        max-width: 40%;
    }

    .promo-banner-chair-red {
        left: 60%;
        bottom: 2px;
        width: min(112px, 30vw);
        max-width: 31%;
    }
}

@media (max-width: 420px) {
    .promo-banner {
        min-height: 124px;
        aspect-ratio: 16 / 9.4;
    }

    .promo-banner-chair {
        left: 50%;
        width: min(132px, 42vw);
        max-width: 42%;
    }

    .promo-banner-chair-red {
        display: none;
    }
}

/* ===== RESPONSIVIDADE - FAQ ===== */
@media (max-width: 992px) {
  .faq-page {
    padding: 28px 0 62px;
  }

  .faq-item__toggle {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 10px;
    padding: 12px 14px;
  }

  .faq-item__number {
    width: 34px;
    height: 34px;
    font-size: 11px;
  }

  .faq-item__question {
    font-size: 14px;
  }

  .faq-item__icon {
    width: 34px;
    height: 34px;
    font-size: 11px;
  }

  .faq-item__answer {
    padding: 12px 14px 14px 58px;
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .faq-page {
    padding: 24px 0 54px;
  }

  .faq-shell {
    width: calc(100% - 24px);
    margin-top: 20px;
  }

  .faq-list {
    gap: 10px;
  }

  .faq-item__toggle {
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    gap: 9px;
    padding: 11px 12px;
  }

  .faq-item__number {
    width: 32px;
    height: 32px;
    font-size: 10px;
  }

  .faq-item__question {
    font-size: 13px;
    line-height: 1.38;
  }

  .faq-item__icon {
    width: 32px;
    height: 32px;
    font-size: 10px;
  }

  .faq-item__answer {
    padding: 11px 12px 13px 53px;
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .faq-item__toggle {
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    gap: 8px;
    padding: 10px;
  }

  .faq-item__number {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }

  .faq-item__question {
    font-size: 12px;
  }

  .faq-item__icon {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }

  .faq-item__answer {
    padding: 10px 10px 12px 48px;
    font-size: 12px;
    line-height: 1.58;
  }

  .faq-item__answer ul {
    margin-left: 16px;
  }
}

@media (max-width: 1200px) {
  .favorites-lists-shell {
    grid-template-columns: 1fr;
  }

  .favorites-lists-panel {
    position: static;
    top: auto;
  }

  .favorites-picker__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .favorites-grid {
    grid-template-columns: 1fr;
  }

  .favorites-card__body {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  }
}

@media (max-width: 992px) {
  .favorites-actions-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .favorites-lists-section__title {
    font-size: 26px;
  }

  .favorites-list-meta-form {
    grid-template-columns: 1fr;
  }

  .favorites-color-picker__option {
    width: 36px;
    height: 36px;
  }

  .favorites-card {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }

  .favorites-card__image-link {
    width: 112px;
    height: 112px;
    border-radius: 16px;
  }

  .favorites-card__body {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .favorites-card__actions {
    grid-column: 1;
    grid-row: auto;
    margin-top: 4px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    min-width: 0;
  }

  .favorites-list-item__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .favorites-list-item__action--view {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .favorites-page {
    padding: 22px 0 64px;
  }

  .favorites-actions-section {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .favorites-page-heading__title {
    font-size: 32px;
  }

  .favorites-page-heading__text {
    font-size: 13px;
  }

  .favorites-btn {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 10px;
  }

  .favorites-lists-section {
    width: calc(100% - 24px);
    margin-top: 22px;
    padding: 14px;
  }

  .favorites-lists-section__title {
    font-size: 22px;
  }

  .favorites-lists-section__text {
    font-size: 12px;
  }

  .favorites-lists-panel,
  .favorites-list-detail,
  .favorites-picker,
  .favorites-shared-content {
    padding: 12px;
  }

  .favorites-color-picker {
    gap: 8px;
  }

  .favorites-color-picker__option {
    width: 34px;
    height: 34px;
    border-radius: 12px !important;
  }

  .favorites-list-meta-actions,
  .favorites-list-toolbar,
  .favorites-shared-content__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .favorites-list-form__submit,
  .favorites-list-btn,
  .favorites-list-item__action,
  .favorites-picker-card__btn,
  .favorites-list-share__row button,
  .favorites-empty-state__cta,
  .favorites-card__action {
    width: 100%;
  }

  .favorites-list-share__row {
    grid-template-columns: 1fr;
  }

  .favorites-list-item {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
  }

  .favorites-list-item__image-link,
  .favorites-list-item__image {
    width: 88px;
    height: 88px;
    margin: 0;
  }

  .favorites-list-item__actions {
    grid-template-columns: 1fr;
  }

  .favorites-list-items--shared .favorites-list-item__actions {
    grid-template-columns: 1fr;
  }

  .favorites-list-item__action--view {
    grid-column: auto;
  }

  .favorites-picker__grid {
    grid-template-columns: 1fr;
  }

  .favorites-picker-card {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .favorites-picker-card__media,
  .favorites-picker-card__media img {
    width: 76px;
    height: 76px;
  }

  .favorites-shared-section {
    width: calc(100% - 24px);
    margin-top: 22px;
  }

  .favorites-shared-content__title {
    font-size: 24px;
  }

  .favorites-shared-content__meta {
    font-size: 12px;
  }

  .favorites-grid {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .favorites-card {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
    border-radius: 18px;
    padding: 12px;
  }

  .favorites-card__image-link {
    width: 92px;
    height: 92px;
    border-radius: 14px;
  }

  .favorites-empty-state {
    width: calc(100% - 24px);
    padding: 30px 14px;
  }

  .favorites-empty-state__icon {
    width: 90px;
    height: 90px;
    font-size: 42px;
    margin-bottom: 14px;
  }

  .favorites-empty-state__title {
    font-size: 24px;
  }

  .favorites-empty-state__text {
    font-size: 13px;
  }

  .favorites-empty-state__cta {
    width: 100%;
    min-height: 42px;
    font-size: 12px;
  }

  .favorites-card__body {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 2px 0;
  }

  .favorites-card__actions {
    grid-column: 1;
    grid-row: auto;
    margin-top: 4px;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .favorites-card__action {
    min-height: 36px;
    font-size: 10px;
    padding: 8px 10px;
  }
}

@media (max-width: 575px) {
  .favorites-actions-section {
    align-items: stretch;
  }

  .favorites-page-heading__title {
    font-size: 26px;
  }

  .favorites-lists-section__title,
  .favorites-shared-content__title {
    font-size: 20px;
  }

  .favorites-list-empty__title {
    font-size: 18px;
  }

  .favorites-list-empty__text,
  .favorites-list-items-empty p {
    font-size: 12px;
  }

  .favorites-card__title {
    font-size: 15px;
  }

  .favorites-list-item {
    grid-template-columns: 1fr;
  }

  .favorites-list-item__image-link,
  .favorites-list-item__image {
    margin: 0 auto;
  }

  .favorites-card {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .favorites-card__image-link {
    width: min(100%, 170px);
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .favorites-card__body {
    width: 100%;
  }

  .favorites-card__action {
    min-height: 34px;
    font-size: 9.5px;
    padding: 7px 10px;
  }

  .favorites-card__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1200px) {
  .cart-content {
    grid-template-columns: 1fr;
  }

  .cart-summary {
    position: static;
  }
}

@media (max-width: 992px) {
  .cart-actions-section {
    gap: 8px;
  }

  .cart-item {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .cart-item__tools {
    grid-column: 1 / -1;
    min-height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dashed rgba(23, 57, 107, 0.2);
    padding-top: 10px;
  }
}

@media (max-width: 768px) {
  .cart-page {
    padding: 22px 0 64px;
  }

  .cart-page-heading__title {
    font-size: 32px;
  }

  .cart-page-heading__text {
    font-size: 13px;
  }

  .cart-actions-section {
    margin-top: 24px;
    justify-content: flex-end;
    gap: 8px;
  }

  .cart-btn {
    min-width: 150px;
    width: auto;
    min-height: 40px;
    padding: 0 12px;
    font-size: 11px;
  }

  .cart-content {
    width: calc(100% - 24px);
    gap: 16px;
  }

  .cart-item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px;
  }

  .cart-item__image-link {
    margin: 0 auto;
  }

  .cart-item__qty-wrap {
    flex-wrap: wrap;
    gap: 8px;
  }

  .cart-item__tools {
    align-items: flex-start;
    gap: 10px;
  }

  .cart-item__line-total strong {
    font-size: 20px;
  }

  .cart-item__remove {
    min-height: 40px;
    min-width: 120px;
  }

  .cart-summary {
    padding: 16px;
  }

  .cart-summary__title {
    font-size: 22px;
  }

  .cart-summary__coupon-field {
    grid-template-columns: 1fr;
  }

  .cart-summary__coupon-field button {
    min-height: 40px;
  }

  .cart-empty-state {
    width: calc(100% - 24px);
    padding: 30px 14px;
  }

  .cart-empty-state__icon {
    width: 90px;
    height: 90px;
    font-size: 40px;
    margin-bottom: 14px;
  }

  .cart-empty-state__title {
    font-size: 24px;
  }

  .cart-empty-state__text {
    font-size: 13px;
  }

  .cart-empty-state__cta {
    width: 100%;
    min-height: 42px;
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .cart-page-heading__title {
    font-size: 26px;
  }

  .cart-item__title {
    font-size: 17px;
  }

  .cart-item__qty {
    grid-template-columns: 34px 52px 34px;
  }

  .cart-item__qty button {
    font-size: 16px;
  }

  .cart-item__line-total strong {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .highlight-product {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .highlight-product__media {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .highlight-page {
    padding: 22px 0 64px;
  }

  .highlight-hero {
    margin-bottom: 14px;
  }

  .highlight-hero__copy {
    padding: 18px 14px;
  }

  .highlight-hero__title {
    font-size: 30px;
  }

  .highlight-hero__text {
    font-size: 13px;
  }

  .highlight-product {
    width: calc(100% - 24px);
    gap: 14px;
  }

  .highlight-product__media {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
  }

  .highlight-product__thumbs {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .highlight-product__image-wrap {
    width: min(100%, 480px);
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .highlight-product__info {
    padding: 16px 14px;
  }

  .highlight-product__title {
    font-size: 28px;
  }

  .highlight-product__subtitle {
    font-size: 14px;
  }

  .highlight-product__price strong {
    font-size: 34px;
  }

  .highlight-product__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .highlight-hero__title {
    font-size: 25px;
  }

  .highlight-product__title {
    font-size: 24px;
  }

  .highlight-product__price strong {
    font-size: 30px;
  }

  .highlight-product__benefits li {
    font-size: 13px;
  }
}

@media (max-width: 1260px) {
  .product-details-main {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pd-gallery {
    margin: 0 auto;
  }

  .pd-summary {
    width: min(100%, 760px);
    margin: 0 auto;
    height: auto;
    min-height: 0;
    gap: 12px;
  }

  .pd-summary__top,
  .pd-summary__bottom {
    gap: 10px;
  }

  .pd-summary__middle {
    gap: 10px;
  }

  .product-details-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pd-tabs {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .pd-summary__meta {
    gap: 10px;
  }

  .pd-rating-row {
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 8px;
  }

  .pd-countdown {
    margin-left: 0;
  }

  .pd-title {
    font-size: 22px;
  }

  .pd-current-price {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .product-details-page {
    padding: 24px 0 56px;
  }

  .pd-gallery {
    grid-template-columns: 1fr;
    row-gap: 12px;
    width: 100%;
    justify-items: center;
  }

  .pd-thumbs-viewport {
    width: min(100%, 480px);
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .pd-thumbs-viewport::-webkit-scrollbar {
    display: none;
  }

  .pd-thumbs {
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10px;
  }

  .pd-thumb {
    flex: 0 0 calc((100% - 30px) / 4);
    width: calc((100% - 30px) / 4);
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .pd-main-image-wrap {
    width: min(100%, 480px);
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .pd-gallery-nav {
    display: none;
  }

  .pd-title {
    font-size: 21px;
  }

  .pd-star {
    font-size: 22px;
  }

  .pd-rating-action {
    width: 32px;
    height: 32px;
  }

  .pd-current-price {
    font-size: 34px;
  }

  .pd-buy-line {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 10px;
    margin-top: 0;
  }

  .pd-quantity {
    align-items: center;
    justify-self: start;
    align-self: start;
  }

  .pd-shipping__form {
    grid-template-columns: 1fr;
  }

  .pd-shipping__form button {
    width: 100%;
  }

  .pd-color-selector {
    align-items: center;
  }

  .pd-actions {
    grid-template-columns: 1fr;
  }

  .pd-btn {
    min-height: 46px;
    font-size: 12px;
  }

  .pd-tab {
    min-height: 64px;
    font-size: 14px;
  }

  .pd-tab-panels {
    padding: 10px;
  }

  .pd-specs-table {
    min-width: 420px;
  }
}

@media (max-width: 575px) {
  .pd-thumbs {
    gap: 8px;
  }

  .pd-thumb {
    flex-basis: calc((100% - 24px) / 4);
    width: calc((100% - 24px) / 4);
  }

  .pd-title {
    font-size: 18px;
  }

  .pd-current-price {
    font-size: 30px;
  }

  .pd-quantity__label {
    font-size: 11px;
  }

  .pd-quantity__control {
    grid-template-columns: 32px 52px 32px;
  }

  .pd-quantity__control button {
    font-size: 16px;
  }

  .pd-quantity__control input {
    font-size: 13px;
    width: 52px;
    height: 32px;
  }

  .pd-color-options {
    gap: 6px;
  }

  .pd-color-option {
    width: 26px;
    height: 26px;
  }

  .pd-color-swatch {
    width: 16px;
    height: 16px;
  }

  .pd-color-selected {
    font-size: 10px;
  }

  .pd-specs-table th,
  .pd-specs-table td {
    font-size: 12px;
    padding: 9px 8px;
  }

  .pd-important-text p {
    font-size: 13px;
  }
}

@media (hover: none), (pointer: coarse) {
  .pd-main-image-wrap {
    cursor: default;
  }

  .pd-main-image,
  .pd-main-image-wrap.is-zooming .pd-main-image {
    transform: none;
    transition: none;
  }
}

@media (max-width: 991px) {
    .products-results__head--catalog {
        flex-direction: column;
        align-items: stretch;
    }

    .products-results__topbar-actions {
        justify-content: space-between;
    }

    .products-results__top-pagination {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .products-results__title {
        font-size: 22px;
    }

    .products-results__count {
        font-size: 16px;
    }

    .products-results__topbar-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .products-results__sort {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .products-results__sort-select {
        width: 100%;
        min-width: 0;
    }
}
/* =========================
   RESPONSIVIDADE DOS MODAIS
========================= */

@media (max-width: 900px) {
  .mm-modal {
    padding: 20px 14px;
    align-items: flex-start;
    overflow-y: auto;
  }

  .mm-modal__dialog {
    max-width: 92vw;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    overflow-x: hidden;
  }

  .mm-modal__brand {
    padding: 30px 24px 18px;
  }

  .mm-modal__title {
    font-size: 27px;
  }

  .mm-modal__subtitle {
    font-size: 13px;
    max-width: 100%;
  }

  .mm-form {
    padding: 0 24px 22px;
  }

  .mm-modal__footer {
    padding: 18px 24px 24px;
  }

  .mm-action-modal {
    padding: 24px 24px 26px;
  }

  .mm-action-modal__icon {
    width: 104px;
    height: 104px;
    margin-bottom: 10px;
  }

  .mm-action-modal__title {
    font-size: 26px;
  }

  #modalCadastro .mm-modal__dialog {
    max-width: 700px;
  }

  #modalCadastro .mm-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
  }
}

@media (max-width: 768px) {
  .mm-modal {
    padding: 18px 12px;
  }

  .mm-modal__dialog {
    max-width: 100%;
    border-radius: 18px;
    max-height: calc(100vh - 36px);
  }

  .mm-modal__brand {
    padding: 28px 20px 18px;
  }

  .mm-modal__title {
    font-size: 24px;
    line-height: 1.12;
  }

  .mm-modal__subtitle {
    font-size: 13px;
    line-height: 1.55;
  }

  .mm-form {
    padding: 0 20px 22px;
  }

  .mm-form__row--between {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .mm-modal__footer {
    padding: 18px 20px 22px;
  }

  .mm-action-modal {
    padding: 20px 20px 22px;
  }

  .mm-action-modal__title {
    font-size: 24px;
  }

  .mm-action-modal__text {
    max-width: 100%;
  }

  .mm-btn--ghost {
    max-width: 100%;
  }

  #modalCadastro .mm-modal__dialog {
    max-width: 100%;
  }

  #modalCadastro .mm-form {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #modalCadastro .mm-form__group:first-child,
  #modalCadastro .mm-form__check--full,
  #modalCadastro .mm-btn--primary {
    grid-column: auto;
  }
}

@media (max-width: 575px) {
  .mm-modal {
    padding: 16px 10px;
    align-items: center;
  }

  .mm-modal__dialog {
    border-radius: 16px;
    max-height: calc(100vh - 24px);
  }

  .mm-modal__dialog::before {
    height: 6px;
  }

  .mm-modal__close {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    font-size: 22px;
  }

  .mm-modal__brand {
    padding: 24px 18px 16px;
  }

  .mm-modal__brand-badge {
    min-height: 30px;
    padding: 6px 12px;
    font-size: 11px;
    margin-bottom: 12px;
  }

  .mm-modal__title {
    font-size: 22px;
  }

  .mm-modal__subtitle {
    font-size: 12px;
  }

  .mm-form {
    padding: 0 18px 20px;
  }

  .mm-form__label {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .mm-form__input {
    height: 50px;
    padding: 0 14px;
    font-size: 14px;
    border-radius: 12px;
  }

  .mm-form__check {
    font-size: 12px;
    gap: 8px;
  }

  .mm-form__link {
    font-size: 12px;
  }

  .mm-btn {
    min-height: 52px;
    font-size: 13px;
    border-radius: 12px;
  }

  .mm-modal__footer {
    padding: 16px 18px 20px;
  }

  .mm-modal__footer p {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .mm-action-modal {
    padding: 18px 18px 20px;
  }

  .mm-action-modal__icon {
    width: 88px;
    height: 88px;
  }

  .mm-action-modal__title {
    font-size: 21px;
  }

  .mm-action-modal__text {
    font-size: 12px;
  }

  .mm-action-modal__actions {
    margin-top: 16px;
    grid-template-columns: 1fr;
  }

  #modalCadastro .mm-form {
    gap: 12px;
  }
}

@media (max-width: 420px) {
  .mm-modal {
    padding: 12px 8px;
  }

  .mm-modal__dialog {
    border-radius: 14px;
    max-height: calc(100vh - 16px);
  }

  .mm-modal__brand {
    padding: 22px 16px 14px;
  }

  .mm-modal__title {
    font-size: 20px;
  }

  .mm-modal__subtitle {
    font-size: 11.5px;
    line-height: 1.5;
  }

  .mm-form {
    padding: 0 16px 18px;
  }

  .mm-form__input {
    height: 48px;
    font-size: 13px;
  }

  .mm-btn {
    min-height: 50px;
    font-size: 12.5px;
  }

  .mm-modal__footer {
    padding: 14px 16px 18px;
  }
}

@media (max-height: 760px) {
  .mm-modal {
    align-items: flex-start;
    overflow-y: auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .mm-modal__dialog {
    max-height: calc(100vh - 28px);
    overflow-y: auto;
    overflow-x: hidden;
  }
}

@media (max-width: 992px) {
  .tracking-page {
    padding: 28px 0 62px;
  }

  .tracking-hero__copy {
    padding: 22px 22px;
  }

  .tracking-hero__title {
    font-size: 32px;
  }

  .tracking-form-section {
    padding: 20px;
  }

  .tracking-form__title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .tracking-page {
    padding: 24px 0 54px;
  }

  .tracking-hero {
    width: calc(100% - 24px);
  }

  .tracking-hero__copy {
    padding: 20px 16px;
  }

  .tracking-hero__title {
    font-size: 28px;
    line-height: 1.1;
  }

  .tracking-hero__text {
    font-size: 13px;
    line-height: 1.5;
  }

  .tracking-form-section {
    width: calc(100% - 24px);
    padding: 16px;
  }

  .tracking-form {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tracking-form__group--full {
    grid-column: 1;
  }

  .tracking-form__input {
    height: 50px;
    font-size: 14px;
  }

  .tracking-form__textarea {
    min-height: 118px;
    font-size: 14px;
  }

  .tracking-form__submit {
    min-height: 50px;
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .tracking-hero__title {
    font-size: 24px;
  }

  .tracking-form__title {
    font-size: 22px;
    line-height: 1.12;
  }

  .tracking-form__label {
    font-size: 11px;
  }

  .tracking-form__input,
  .tracking-form__textarea {
    border-radius: 10px;
  }

  .tracking-form__feedback {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .products-catalog {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .products-filters {
    position: static;
  }

  .products-filters__checks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .products-page {
    padding: 22px 0 64px;
  }

  .products-catalog {
    margin-top: 20px;
    width: calc(100% - 24px);
  }

  .products-filters {
    padding: 14px;
  }

  .products-filters__title {
    font-size: 22px;
  }

  .products-filters__price-grid {
    grid-template-columns: 1fr;
  }

  .products-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .catalog-product-card__title {
    font-size: 17px;
  }

  .catalog-product-card__price strong {
    font-size: 21px;
  }

  .catalog-product-card__favorite {
    width: 32px;
    height: 32px;
  }

  .offers .product-card .catalog-product-card__favorite {
    width: 35px;
    height: 35px;
  }

  .offers .product-card .catalog-product-card__favorite i {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .products-filters__checks {
    grid-template-columns: 1fr;
  }

  .products-filters__btn {
    min-height: 38px;
    font-size: 11px;
  }

  .products-results__count {
    font-size: 12px;
  }

  .products-results__empty {
    font-size: 13px;
  }

  .catalog-product-card__favorite {
    width: 30px;
    height: 30px;
  }

  .catalog-product-card__favorite i {
    font-size: 14px;
  }

  .offers .product-card .catalog-product-card__favorite {
    width: 33px;
    height: 33px;
  }

  .offers .product-card .catalog-product-card__favorite i {
    font-size: 15px;
  }
}

@media (max-width: 1260px) {
  .profile-client-card__title {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  .profile-client-page {
    padding: 28px 0 62px;
  }

  .profile-client-steps {
    margin: 18px 0 24px;
  }

  .profile-client-step__dot {
    width: 56px;
    height: 56px;
    font-size: 20px;
  }

  .profile-client-card {
    padding: 22px 18px 20px;
  }

  .profile-client-card__title {
    font-size: 24px;
  }

  .profile-client-avatar {
    width: 84px;
    height: 84px;
  }

  .profile-client-avatar > i {
    font-size: 46px;
  }

  .profile-client-avatar__badge {
    width: 30px;
    height: 30px;
    right: -8px;
    bottom: -6px;
  }

  .profile-client-avatar__badge i {
    font-size: 12px;
  }

  .profile-client-card[data-profile-panel="cadastro"] .profile-client-avatar {
    width: 112px;
    height: 112px;
    margin-right: 10px;
  }

  .profile-client-card[data-profile-panel="cadastro"] .profile-client-avatar__icon {
    font-size: 62px;
  }

  .profile-client-card[data-profile-panel="cadastro"] .profile-client-avatar__badge {
    width: 36px;
    height: 36px;
    right: -10px;
    bottom: -8px;
  }

  .profile-client-form[data-profile-form="senha"] {
    width: min(100%, 560px);
  }

  .profile-client-form[data-profile-form="senha"] .profile-client-field {
    width: min(100%, 470px);
  }

  .profile-client-field input {
    height: 40px;
  }

  .profile-client-form__row--city {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profile-client-form__row--city .profile-client-field:last-child {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .profile-client-page {
    padding: 24px 0 54px;
  }

  .profile-client-shell {
    width: calc(100% - 24px);
  }

  .profile-client-steps {
    --profile-step-progress: 18%;
    margin: 14px 0 18px;
    padding: 0;
  }

  .profile-client-step__dot {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }

  .profile-client-card {
    padding: 18px 12px 16px;
  }

  .profile-client-card__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
  }

  .profile-client-card__title {
    font-size: 20px;
  }

  .profile-client-avatar {
    width: 74px;
    height: 74px;
    align-self: flex-end;
  }

  .profile-client-avatar > i {
    font-size: 40px;
  }

  .profile-client-avatar__badge {
    width: 26px;
    height: 26px;
    right: -7px;
    bottom: -5px;
  }

  .profile-client-avatar__badge i {
    font-size: 10px;
  }

  .profile-client-card[data-profile-panel="cadastro"] .profile-client-card__head {
    align-items: flex-start;
  }

  .profile-client-card[data-profile-panel="cadastro"] .profile-client-avatar {
    width: 98px;
    height: 98px;
    margin-right: 0;
    align-self: flex-start;
  }

  .profile-client-card[data-profile-panel="cadastro"] .profile-client-avatar__icon {
    font-size: 54px;
  }

  .profile-client-card[data-profile-panel="cadastro"] .profile-client-avatar__badge {
    width: 32px;
    height: 32px;
    right: -9px;
    bottom: -7px;
  }

  .profile-client-form[data-profile-form="senha"] {
    width: 100%;
  }

  .profile-client-form[data-profile-form="senha"] .profile-client-field {
    width: 100%;
  }

  .profile-client-field__label-action,
  .profile-client-password-field__toggle {
    width: 28px;
    height: 28px;
    min-width: 28px;
  }

  .profile-client-form {
    gap: 10px;
  }

  .profile-client-form__row--name,
  .profile-client-form__row--contact,
  .profile-client-form__row--address,
  .profile-client-form__row--district,
  .profile-client-form__row--city {
    grid-template-columns: 1fr;
  }

  .profile-client-form__row--city .profile-client-field:last-child {
    grid-column: auto;
  }

  .profile-client-form__section-title {
    font-size: 15px;
    margin-top: 2px;
  }

  .profile-client-address-view__title {
    font-size: 20px;
  }

  .profile-client-address-table {
    min-width: 0;
  }

  .profile-client-address-table th,
  .profile-client-address-table td {
    font-size: 12px;
    padding: 10px;
  }

  .profile-client-address-table th {
    width: 140px;
  }

  .profile-client-field__label {
    font-size: 12px;
  }

  .profile-client-field input {
    height: 36px;
    font-size: 11px;
  }

  .profile-client-field input::placeholder {
    font-size: 10px;
  }

  .profile-client-form__submit {
    width: 100%;
    min-width: 0;
  }

  .profile-client-form[data-profile-form="senha"] .profile-client-form__submit {
    width: min(100%, 240px);
  }
}

@media (max-width: 575px) {
  .profile-client-step__dot {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .profile-client-card {
    border-radius: 14px;
    padding: 14px 10px 14px;
  }

  .profile-client-card__title {
    font-size: 17px;
  }

  .profile-client-avatar {
    width: 66px;
    height: 66px;
    border-width: 2px;
  }

  .profile-client-avatar > i {
    font-size: 34px;
  }

  .profile-client-avatar__badge {
    width: 22px;
    height: 22px;
    border-width: 2px;
    right: -6px;
    bottom: -4px;
  }

  .profile-client-avatar__badge i {
    font-size: 9px;
  }

  .profile-client-card[data-profile-panel="cadastro"] .profile-client-avatar {
    width: 84px;
    height: 84px;
  }

  .profile-client-card[data-profile-panel="cadastro"] .profile-client-avatar__icon {
    font-size: 46px;
  }

  .profile-client-card[data-profile-panel="cadastro"] .profile-client-avatar__badge {
    width: 30px;
    height: 30px;
    right: -8px;
    bottom: -6px;
  }

  .profile-client-field__label-action,
  .profile-client-password-field__toggle {
    width: 26px;
    height: 26px;
    min-width: 26px;
  }

  .profile-client-password-field input {
    padding-right: 40px !important;
  }

  .profile-client-form__section-title {
    font-size: 14px;
  }

  .profile-client-address-view__title {
    font-size: 17px;
  }

  .profile-client-address-table th,
  .profile-client-address-table td {
    font-size: 11px;
    padding: 9px 8px;
  }

  .profile-client-address-table th {
    width: 120px;
  }

  .profile-client-field__label {
    font-size: 12px;
  }

  .profile-client-field input {
    height: 40px;
    padding: 0 14px;
    font-size: 12px;
  }

  .profile-client-field input::placeholder {
    font-size: 12px;
  }

  .profile-client-form__submit {
    min-height: 40px;
    font-size: 11px;
  }

  .profile-client-form[data-profile-form="senha"] .profile-client-form__submit {
    width: min(100%, 220px);
  }
}
/* =========================
   RESPONSIVIDADE - CHECKOUT
========================= */

@media (max-width: 1260px) {
  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .checkout-sidebar {
    position: static;
  }
}

@media (max-width: 992px) {
  .checkout-page {
    padding: 28px 0 62px;
  }

  .checkout-page-heading__title {
    font-size: 34px;
  }

  .checkout-page-heading__text {
    font-size: 13px;
  }

  .checkout-steps {
    margin-bottom: 28px;
    gap: 12px;
  }

  .checkout-steps::before {
    left: 72px;
    right: 72px;
    top: 28px;
  }

  .checkout-step {
    max-width: 180px;
  }

  .checkout-step__dot {
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
    font-size: 21px;
  }

  .checkout-step__label {
    font-size: 12px;
  }

  .checkout-card,
  .checkout-summary {
    padding: 18px;
  }

  .checkout-card__title {
    font-size: 22px;
  }

  .checkout-card__title i {
    font-size: 18px;
  }

  .checkout-card--compact .checkout-card__title {
    font-size: 19px;
  }

  .checkout-collapse-toggle__left {
    font-size: 19px;
  }

  .checkout-inline-action {
    min-width: 168px;
    height: 38px;
    padding: 0 14px;
    font-size: 10px;
  }

  .checkout-summary__title {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .checkout-page {
    padding: 24px 0 54px;
  }

  .checkout-heading {
    margin-bottom: 22px;
  }

  .checkout-page-heading__title {
    font-size: 28px;
  }

  .checkout-page-heading__text {
    font-size: 13px;
    line-height: 1.5;
  }

  .checkout-layout {
    gap: 18px;
  }

  .checkout-form,
  .checkout-main {
    gap: 14px;
  }

  .checkout-card,
  .checkout-summary {
    padding: 16px 14px;
    border-radius: 14px;
  }

  .checkout-card--compact {
    padding: 14px 14px;
  }

  .checkout-steps {
    gap: 8px;
    margin-bottom: 22px;
  }

  .checkout-steps::before {
    left: 54px;
    right: 54px;
    top: 24px;
    height: 3px;
  }

  .checkout-step {
    max-width: none;
  }

  .checkout-step__dot {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
    font-size: 18px;
  }

  .checkout-step__label {
    font-size: 11px;
    line-height: 1.3;
  }

  .checkout-card__head--between {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .checkout-card__head,
  .checkout-card__head--compact {
    margin-bottom: 12px;
  }

  .checkout-card__title {
    font-size: 20px;
  }

  .checkout-card__title i {
    font-size: 16px;
  }

  .checkout-card--compact .checkout-card__title {
    font-size: 18px;
  }

  .checkout-collapse-toggle__left {
    font-size: 17px;
    gap: 8px;
  }

  .checkout-collapse-toggle__left i {
    font-size: 15px;
  }

  .checkout-collapse-toggle__right {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 11px;
  }

  .checkout-inline-action {
    width: 100%;
    min-width: 0;
    height: 40px;
    font-size: 10px;
  }

  .checkout-compact-info {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .checkout-compact-info__row,
  .checkout-compact-info__row--full {
    grid-column: auto;
  }

  .checkout-compact-info__label {
    font-size: 10px;
  }

  .checkout-compact-info__row strong {
    font-size: 13px;
  }

  .checkout-shipping-option {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    padding: 14px;
  }

  .checkout-shipping-option__price {
    grid-column: 2;
    justify-self: flex-start;
    margin-top: 2px;
    font-size: 14px;
  }

  .checkout-shipping-option__title {
    font-size: 14px;
  }

  .checkout-shipping-option__meta {
    font-size: 12px;
    line-height: 1.45;
  }

  .checkout-payment-option {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 10px;
    padding: 14px;
  }

  .checkout-payment-option__title {
    font-size: 14px;
    gap: 8px;
  }

  .checkout-payment-option__text {
    font-size: 12px;
  }

  .checkout-payment-option__check {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }

  .checkout-summary__title {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .checkout-summary__products {
    gap: 10px;
    margin-bottom: 14px;
  }

  .checkout-summary-item {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
  }

  .checkout-summary-item strong {
    grid-column: 2;
    justify-self: flex-start;
    font-size: 14px;
  }

  .checkout-summary-item__image {
    width: 58px;
    height: 58px;
  }

  .checkout-summary-item__content h3 {
    font-size: 13px;
  }

  .checkout-summary-item__content p,
  .checkout-summary-item__content small {
    font-size: 10px;
  }

  .checkout-coupon,
  .checkout-summary__totals {
    margin-top: 14px;
    padding-top: 14px;
  }

  .checkout-coupon__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .checkout-coupon__row input,
  .checkout-coupon__row button {
    height: 42px;
  }

  .checkout-summary__line span {
    font-size: 13px;
  }

  .checkout-summary__line strong {
    font-size: 14px;
  }

  .checkout-summary__line--total span,
  .checkout-summary__line--total strong {
    font-size: 18px;
  }

  .checkout-summary__secure {
    margin-top: 14px;
    padding: 12px;
    font-size: 11px;
    line-height: 1.45;
  }

  .checkout-summary__actions {
    margin-top: 18px;
    gap: 10px;
  }

  .checkout-finish-btn {
    min-height: 54px;
    font-size: 13px;
  }

  .checkout-summary__back {
    min-height: 40px;
    font-size: 11px;
  }

  .checkout-submit-feedback,
  .checkout-coupon__feedback {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .checkout-page-heading__title {
    font-size: 24px;
  }

  .checkout-page-heading__text {
    font-size: 12px;
  }

  .checkout-steps {
    gap: 4px;
  }

  .checkout-steps::before {
    left: 42px;
    right: 42px;
    top: 20px;
  }

  .checkout-step__dot {
    width: 40px;
    height: 40px;
    font-size: 15px;
    margin-bottom: 6px;
  }

  .checkout-step__label {
    font-size: 10px;
  }

  .checkout-card,
  .checkout-summary {
    padding: 14px 12px;
    border-radius: 12px;
  }

  .checkout-card--compact {
    padding: 12px;
  }

  .checkout-card__title {
    font-size: 17px;
  }

  .checkout-card--compact .checkout-card__title,
  .checkout-collapse-toggle__left {
    font-size: 15px;
  }

  .checkout-collapse-toggle__right {
    width: 30px;
    height: 30px;
    min-width: 30px;
    font-size: 10px;
  }

  .checkout-inline-action {
    height: 38px;
    padding: 0 12px;
    font-size: 9.5px;
  }

  .checkout-compact-info__label {
    font-size: 9px;
  }

  .checkout-compact-info__row strong {
    font-size: 12px;
  }

  .checkout-shipping-option,
  .checkout-payment-option {
    padding: 12px;
  }

  .checkout-shipping-option__title,
  .checkout-payment-option__title {
    font-size: 13px;
  }

  .checkout-shipping-option__meta,
  .checkout-payment-option__text {
    font-size: 11px;
  }

  .checkout-summary__title {
    font-size: 20px;
  }

  .checkout-summary__line span {
    font-size: 12px;
  }

  .checkout-summary__line strong {
    font-size: 13px;
  }

  .checkout-summary__line--total span,
  .checkout-summary__line--total strong {
    font-size: 16px;
  }

  .checkout-finish-btn {
    min-height: 50px;
    font-size: 12px;
  }

  .checkout-summary__back {
    min-height: 38px;
    font-size: 10px;
  }
}
