:root {
    --first-bg-color: #ee161f;
    --second-bg-color: #770b10;
    --third-bg-color: #4e4e4e;
    --title-font-family: "Raleway", sans-serif;
    --text-font-family: "Roboto Slab", serif;
}

body {
    background: #fff;
    color: #5f5f5f;
    font-size: 15px;
    line-height: 1.48;
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: calc(100% - 30px);
        width: 1280px;
    }
}

body.mobile-menu-open {
    overflow: hidden;
}

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.skip-link {
    background: #fff;
    color: var(--second-bg-color) !important;
    font-weight: 700;
    left: 16px;
    padding: 10px 14px;
    position: fixed;
    top: 12px;
    transform: translateY(-160%);
    transition: transform 160ms ease;
    z-index: 1000000;
}

.skip-link:focus {
    transform: translateY(0);
}

/* Remove o contorno nativo residual sem criar bordas nos elementos clicaveis. */
a:focus,
button:focus,
[role="button"]:focus,
summary:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
    outline: none !important;
}

/* Mantem uma indicacao sem borda para quem navega somente pelo teclado. */
a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 3px;
}

button:focus-visible,
[role="button"]:focus-visible,
summary:focus-visible,
input[type="button"]:focus-visible,
input[type="submit"]:focus-visible,
input[type="reset"]:focus-visible {
    filter: brightness(0.92);
}

body.auth-pending .menu-mobile-container .mobile-menu-actions,
body.auth-pending .menu-mobile-container p,
body.auth-pending .product-summary-cta {
    visibility: hidden !important;
}

.header-search {
    font-family: Arial, Helvetica, sans-serif !important;
    min-width: 0 !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 3 !important;
}

.header-search > p {
    display: block !important;
    font-family: Arial, Helvetica, sans-serif !important;
    max-width: none !important;
    min-width: max-content !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
    width: max-content !important;
}

.header-search > p a {
    font-family: Arial, Helvetica, sans-serif !important;
    white-space: nowrap !important;
}

.header-contact {
    flex: 0 0 auto !important;
    font-family: Arial, Helvetica, sans-serif !important;
    min-width: max-content !important;
    position: relative !important;
    text-align: center;
    z-index: 1 !important;
}

.header-contact p,
.header-contact strong,
.header-contact .contacts,
.header-contact .contacts a {
    font-family: Arial, Helvetica, sans-serif !important;
    white-space: nowrap !important;
}

.header-actions .top-icon {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: flex;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    width: auto !important;
}

.header-actions .top-icon a.header-user-account {
    align-items: center;
    background-color: #fff !important;
    border: 1px solid var(--first-bg-color) !important;
    border-radius: 999px !important;
    box-sizing: border-box !important;
    color: #5f5f5f !important;
    display: flex !important;
    flex: 0 0 auto !important;
    float: none !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    height: 42px !important;
    justify-content: center;
    line-height: 1 !important;
    min-height: 42px !important;
    min-width: max-content !important;
    opacity: 1 !important;
    outline: none !important;
    overflow: visible !important;
    padding: 0 16px !important;
    text-decoration: none !important;
    transform: none !important;
    transition: background-color 180ms ease, box-shadow 180ms ease, color 180ms ease !important;
    visibility: visible !important;
    white-space: nowrap;
    width: max-content !important;
}

.header-actions .top-icon a.header-user-account span {
    align-items: center !important;
    color: #5f5f5f !important;
    display: flex !important;
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 1 !important;
    opacity: 1 !important;
    transition: color 180ms ease !important;
    visibility: visible !important;
    white-space: nowrap !important;
}

.header-actions .top-icon a.header-user-account i.fa-user {
    color: var(--first-bg-color) !important;
    display: inline-block !important;
    font-size: 20px !important;
    line-height: 1 !important;
    opacity: 1 !important;
    transition: color 180ms ease, transform 180ms ease !important;
    visibility: visible !important;
}

.header-actions .top-icon a.header-user-account .customer-area-label,
.header-actions .top-icon a.header-user-account:not(.customer-area-link)::after {
    align-items: center !important;
    color: #5f5f5f !important;
    display: flex !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    margin: 0 !important;
    opacity: 1 !important;
    transition: color 180ms ease !important;
    visibility: visible !important;
    white-space: nowrap !important;
}

.header-actions .top-icon a.header-user-account:not(.customer-area-link)::after {
    content: "Área do Cliente";
}

.header-actions .top-icon a.header-user-account:hover,
.header-actions .top-icon a.header-user-account:focus {
    background-color: var(--first-bg-color) !important;
    box-shadow: 0 5px 12px rgba(238, 22, 31, 0.22) !important;
    color: #ffffff !important;
}

.header-actions .top-icon a.header-user-account:hover span,
.header-actions .top-icon a.header-user-account:hover i.fa-user,
.header-actions .top-icon a.header-user-account:hover .customer-area-label,
.header-actions .top-icon a.header-user-account:hover:not(.customer-area-link)::after,
.header-actions .top-icon a.header-user-account:focus span,
.header-actions .top-icon a.header-user-account:focus i.fa-user,
.header-actions .top-icon a.header-user-account:focus .customer-area-label,
.header-actions .top-icon a.header-user-account:focus:not(.customer-area-link)::after {
    color: #ffffff !important;
}

/* Minicarrinho do cabeçalho */
.header-actions .header-mini-cart {
    flex: 0 0 auto !important;
}

.header-actions .header-mini-cart a.tbr-header-cart-icon {
    align-items: center !important;
    background-color: #fff !important;
    border: 1px solid var(--first-bg-color) !important;
    border-radius: 999px !important;
    box-sizing: border-box !important;
    display: flex !important;
    height: 42px !important;
    justify-content: center !important;
    line-height: 1 !important;
    min-height: 42px !important;
    opacity: 1 !important;
    outline: none !important;
    overflow: visible !important;
    padding: 0 16px !important;
    text-decoration: none !important;
    flex: 0 0 auto !important;
    min-width: max-content !important;
    transform: none !important;
    transition: background-color 180ms ease, box-shadow 180ms ease !important;
    visibility: visible !important;
    width: max-content !important;
}

.header-actions .header-mini-cart a.tbr-header-cart-icon span {
    align-items: center !important;
    color: #5f5f5f !important;
    display: flex !important;
    line-height: 1 !important;
    opacity: 1 !important;
    transition: color 180ms ease !important;
    visibility: visible !important;
    white-space: nowrap !important;
}

.header-actions .header-mini-cart a.tbr-header-cart-icon .fa-shopping-cart {
    color: var(--first-bg-color) !important;
    display: inline-block !important;
    font-size: 20px !important;
    line-height: 1 !important;
    opacity: 1 !important;
    transition: color 180ms ease, transform 180ms ease !important;
    visibility: visible !important;
}

.header-actions .header-mini-cart a.tbr-header-cart-icon .cart-items-count {
    align-items: center !important;
    color: #5f5f5f !important;
    display: flex !important;
    font-size: 12px !important;
    font-style: normal !important;
    line-height: 1 !important;
    margin: 0 !important;
    opacity: 1 !important;
    transition: color 180ms ease !important;
    visibility: visible !important;
    white-space: nowrap !important;
}

.header-actions .header-mini-cart a.tbr-header-cart-icon:hover,
.header-actions .header-mini-cart a.tbr-header-cart-icon:focus {
    background-color: var(--first-bg-color) !important;
    box-shadow: 0 5px 12px rgba(238, 22, 31, 0.22) !important;
    transform: none !important;
}

.header-actions .header-mini-cart a.tbr-header-cart-icon:hover span,
.header-actions .header-mini-cart a.tbr-header-cart-icon:hover .fa-shopping-cart,
.header-actions .header-mini-cart a.tbr-header-cart-icon:hover .cart-items-count,
.header-actions .header-mini-cart a.tbr-header-cart-icon:focus span,
.header-actions .header-mini-cart a.tbr-header-cart-icon:focus .fa-shopping-cart,
.header-actions .header-mini-cart a.tbr-header-cart-icon:focus .cart-items-count {
    color: #fff !important;
}

@media screen and (max-width: 993px) {
    .header-actions .header-mini-cart a.tbr-header-cart-icon .cart-items-count,
    .header-actions .header-mini-cart:hover a.tbr-header-cart-icon .cart-items-count {
        display: none !important;
    }
}

body.home-page,
body.home-page main {
    background: #f7f7f7;
}

body.home-page .brands-strip {
    background: #f7f7f7;
}

#swiper-main-banner picture,
#swiper-main-banner-mobile picture {
    display: block;
    width: 100%;
}

.responsive-img {
    display: block;
    max-width: 100%;
}

.header-contact .contacts {
    align-items: center;
    display: flex;
    justify-content: center;
}

.promo-section {
    padding-bottom: 1rem;
    padding-top: 0.5rem;
}

.promo-grid {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
}

.promo-grid-item {
    margin-bottom: 20px;
}

.promo-card-link {
    display: block;
}

.promo-card-image {
    display: block;
    width: 100%;
}

.brands-strip {
    background: #fff;
    border-bottom: 4px solid #ff1d25;
    margin-top: 1rem;
    padding: 0;
    width: 100%;
}

.brands-strip-inner {
    margin: 0 auto;
    max-width: 100%;
    padding: 38px 36px 42px;
    width: 100%;
}

.brands-strip .custom-title {
    margin-bottom: 36px;
}

.brands-strip .swiper-marcas {
    overflow: hidden;
    width: 100%;
}

.brands-strip .swiper-wrapper {
    align-items: center;
    display: flex;
    gap: var(--brand-logo-gap, 60px);
    justify-content: center;
    transform: translate3d(0, 0, 0);
    width: max-content !important;
}

.brands-strip .swiper-marcas.is-ready .swiper-wrapper {
    animation: brands-strip-marquee var(--brands-loop-duration, 24s) linear infinite;
}

.brands-strip .swiper-marcas:hover .swiper-wrapper,
.brands-strip .swiper-marcas:focus-within .swiper-wrapper {
    animation-play-state: paused;
}

@keyframes brands-strip-marquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(var(--brands-loop-distance, -100%), 0, 0);
    }
}

.brands-strip .swiper-slide {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    width: auto;
}

.brands-strip .swiper-slide a {
    align-items: center;
    display: flex;
    justify-content: center;
    height: max(92px, calc(var(--brand-logo-height, 68px) + 24px));
}

.brands-strip .swiper-slide img {
    display: block;
    width: auto;
    height: auto;
    max-width: var(--brand-logo-width, 180px);
    max-height: var(--brand-logo-height, 68px);
    object-fit: contain;
}

.tbr-navbar-main .container {
    position: relative;
}

#account-menu {
    position: relative;
}

.tbr-navbar-main .navbar-nav > li {
    position: static;
}

.tbr-navbar-main .navbar-nav > li.dynamic-category-item {
    position: relative;
}

.tbr-navbar-main .navbar-nav {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}

.tbr-navbar-main .navbar-nav > li > a,
.tbr-navbar-main .icon-all-itens {
    white-space: nowrap;
}

.tbr-navbar-main .navbar-nav > li > a {
    font-size: 15px;
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.tbr-navbar-main .navbar-nav > li.dynamic-category-item > a,
.tbr-navbar-main .navbar-nav > li#all-products-nav-item > a,
.tbr-navbar-main button.icon-all-itens,
.tbr-navbar-main a.icon-all-itens {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #ffffff !important;
    font-family: var(--title-font-family) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    padding: 10px 14px !important;
    text-decoration: none !important;
    text-shadow: none !important;
    text-transform: none !important;
}

.tbr-navbar-main .navbar-nav > li#all-products-nav-item > a {
    min-width: max-content;
}

.tbr-navbar-main .navbar-nav > li.dynamic-category-item > a:hover,
.tbr-navbar-main .navbar-nav > li.dynamic-category-item > a:focus,
.tbr-navbar-main .navbar-nav > li.dynamic-category-item:focus-within > a,
.tbr-navbar-main .navbar-nav > li.dynamic-category-item:hover > a,
.tbr-navbar-main .navbar-nav > li.dynamic-category-item > a.is-active,
.tbr-navbar-main .navbar-nav > li#all-products-nav-item > a:hover,
.tbr-navbar-main .navbar-nav > li#all-products-nav-item > a:focus,
.tbr-navbar-main .navbar-nav > li#all-products-nav-item > a.is-active,
.tbr-navbar-main button.icon-all-itens:hover,
.tbr-navbar-main button.icon-all-itens:focus-visible,
.tbr-navbar-main a.icon-all-itens:hover,
.tbr-navbar-main a.icon-all-itens:focus-visible {
    background: rgba(119, 11, 16, 0.82) !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    color: #ffffff !important;
    font-family: var(--title-font-family) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    padding: 10px 14px !important;
    text-decoration: none !important;
}

.tbr-navbar-main .navbar-nav > li:first-child {
    position: relative;
}

.tbr-navbar-main .icon-all-itens[aria-expanded="true"] {
    background-color: #99080d !important;
    border-radius: 5px !important;
}

.tbr-navbar-main button.icon-all-itens[aria-expanded="true"],
.tbr-navbar-main button.icon-all-itens[aria-expanded="true"]:hover,
.tbr-navbar-main button.icon-all-itens[aria-expanded="true"]:focus-visible,
.tbr-navbar-main a.icon-all-itens[aria-expanded="true"],
.tbr-navbar-main a.icon-all-itens[aria-expanded="true"]:hover,
.tbr-navbar-main a.icon-all-itens[aria-expanded="true"]:focus-visible {
    background: #99080d !important;
    border-radius: 5px !important;
}

.tbr-navbar-main button.icon-all-itens {
    cursor: pointer;
}

.top-category-submenu {
    background: #99080d !important;
    border-radius: 0 0 10px 10px !important;
    box-shadow:
        0 10px 18px rgba(0, 0, 0, 0.18),
        0 5px 0 rgba(228, 121, 0, 0.95) !important;
    display: none;
    left: 0;
    list-style: none;
    margin: 0;
    min-width: 220px;
    padding: 8px 0 12px !important;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.dynamic-category-item:hover .top-category-submenu,
.dynamic-category-item:focus-within .top-category-submenu {
    display: block;
}

.top-category-submenu li {
    display: block !important;
    margin: 0;
    padding: 0;
}

.top-category-submenu a {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #ffffff !important;
    display: block !important;
    font-family: var(--base-font-family, Arial, sans-serif) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    padding: 8px 14px !important;
    text-align: left;
    text-decoration: none !important;
    text-transform: none !important;
    white-space: normal;
}

.top-category-submenu a::before {
    background: rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    content: "";
    display: inline-block;
    height: 4px;
    margin-right: 8px;
    transform: translateY(-2px);
    width: 4px;
}

.top-category-submenu a:hover,
.top-category-submenu a:focus-visible {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.account-menu-item {
    background: #99080d !important;
    border-radius: 0 0 14px 14px !important;
    box-shadow:
        0 10px 18px rgba(0, 0, 0, 0.18),
        0 6px 0 rgba(228, 121, 0, 0.95) !important;
    column-count: unset !important;
    display: none;
    gap: 8px 28px;
    left: 0;
    list-style: none;
    margin: 0;
    min-width: min(760px, calc(100vw - 32px));
    padding: 16px 20px 20px !important;
    position: absolute;
    top: 100%;
    z-index: 1000;
    grid-template-columns: repeat(4, minmax(130px, max-content));
    grid-auto-rows: auto;
    align-items: start;
    width: max-content;
    max-width: calc(100vw - 32px);
}

.account-menu-item.account-menu-item-compact {
    grid-template-columns: repeat(auto-fit, minmax(220px, max-content));
    min-width: 0;
    width: max-content;
    max-width: calc(100vw - 32px);
}

#account-menu.is-open .account-menu-item,
#account-menu:hover .account-menu-item,
#account-menu:focus-within .account-menu-item {
    display: grid;
}

.account-menu-item li {
    break-inside: avoid;
    display: block !important;
    margin: 0;
    padding: 0;
    width: 100%;
}

.account-menu-item li a {
    align-items: flex-start;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    display: flex !important;
    font-family: var(--title-font-family) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    min-height: 0;
    padding: 7px 10px !important;
    text-align: left;
    text-decoration: none !important;
    text-rendering: geometricPrecision;
    text-shadow: none !important;
    text-transform: none !important;
    white-space: normal;
    width: 100%;
}

.account-menu-item li a:hover,
.account-menu-item li a:focus {
    background: rgba(255, 255, 255, 0.12) !important;
    border-radius: 6px !important;
    color: #ffffff !important;
    opacity: 1;
}

.account-menu-category {
    padding: 0;
}

.account-menu-category-link {
    border-bottom: 0 !important;
    font-size: 14px !important;
    margin-bottom: 0;
    padding: 7px 10px !important;
}

.account-menu-subcategories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.account-menu-subcategories li a {
    color: rgba(255, 255, 255, 0.82) !important;
    font-family: var(--base-font-family, Arial, sans-serif) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.2;
    padding: 5px 8px 5px 14px !important;
    position: relative;
}

.account-menu-subcategories li a::before {
    background: rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    content: "";
    height: 3px;
    left: 5px;
    position: absolute;
    top: 12px;
    width: 3px;
}

.beneficios {
    background-color: #f2f2f2;
    border-radius: 5px;
    padding: 10px 40px;
}

.beneficios h4 {
    color: var(--second-bg-color);
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

.beneficios i {
    color: var(--first-bg-color);
    font-size: 28px;
}

.tbr-aside-banner-card-info h4:nth-child(1) {
    font-size: 16px;
}

.tbr-aside-banner-card-info h4:nth-child(2) {
    font-size: 18px;
}

footer,
footer *:not(.fa) {
    font-family: var(--title-font-family) !important;
}

.footer-title {
    font-weight: 700;
}

.footer-social-list li {
    list-style: none;
}

footer a,
footer a:focus {
    text-decoration: none !important;
}

footer a:hover,
footer a:focus-visible {
    text-decoration: underline !important;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

footer a:active {
    text-decoration: none !important;
}

.footer-payment-list {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 8px;
}

.footer-payment-list img {
    display: block !important;
    flex: 0 0 auto;
    height: 38px !important;
    object-fit: contain;
    width: 58px !important;
}

.footer-address {
    color: #000;
}

.footer-address p {
    margin-bottom: 10px;
}

.footer-address-company {
    font-size: 2rem;
    font-weight: bold;
}

.footer-address .footer-address-link,
.footer-address .footer-address-link:visited,
.footer-address .footer-address-link:hover,
.footer-address .footer-address-link:focus,
.footer-address .footer-address-link:active {
    color: inherit !important;
}

.footer-address-cnpj {
    font-weight: 500;
}

/* Jornada tintometrica */
.tintometrico-banner-section {
    background: transparent;
    padding: 12px 0 44px;
}

.featured-products-section {
    padding-bottom: 12px;
    padding-top: 38px;
}

body.home-page #swiper-variant-list {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 20px;
    box-shadow: 0 16px 42px rgba(58, 42, 43, 0.1);
    float: none;
    overflow: hidden;
    padding: 32px 34px 30px !important;
    position: relative;
}

body.home-page #swiper-variant-list::before {
    background: linear-gradient(90deg, #770b10, #ee161f, #f0a318);
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.featured-products-heading {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.featured-products-heading .tintometrico-eyebrow {
    margin-bottom: 8px;
}

.featured-products-heading .custom-title {
    color: #3f3f3f;
    font-family: var(--title-font-family);
    font-size: 28px;
    line-height: 1.12;
    margin: 0 0 7px;
    text-align: left;
}

.featured-products-heading p {
    color: #777;
    font-size: 13px;
    margin: 0;
}

.featured-products-all {
    color: var(--second-bg-color);
    font-family: var(--title-font-family);
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 3px;
    text-decoration: none !important;
}

.featured-products-all i {
    margin-left: 5px;
}

body.home-page #swiper-variant-list .catalog-card {
    border-color: #e8e8e8;
    border-radius: 14px;
}

body.home-page #swiper-variant-list .catalog-card-image {
    background: #fff;
    min-height: 164px;
    padding: 12px 12px 4px;
}

body.home-page #swiper-variant-list .catalog-card-image img {
    background: #fff;
    filter: brightness(1.04) contrast(1.04);
    max-height: 146px;
}

/* Prevent layout flash on hard reload: constrain featured product spot images */
body.home-page #swiper-variant-list .product-spot-image-container {
    min-height: 164px;
    padding: 12px 12px 4px;
}

body.home-page #swiper-variant-list .product-spot-image,
body.home-page #swiper-variant-list .product-spot-image-container img {
    max-height: 146px;
    width: auto;
    display: block;
}

body.home-page #swiper-variant-list .catalog-card-body {
    padding: 12px 13px 14px;
}

body.home-page #swiper-variant-list .catalog-card-title h3 {
    font-size: 11px;
}

body.home-page #swiper-variant-list .catalog-card-footer {
    height: auto !important;
    margin-top: auto;
    padding-top: 10px;
}

body.home-page #swiper-variant-list .catalog-card-button {
    background: linear-gradient(180deg, #ff2a32, #cf0c14) !important;
    border-radius: 7px;
    color: #fff !important;
    justify-content: center;
    min-height: 31px;
    opacity: 1 !important;
    width: 100%;
}

body.home-page #swiper-variant-list .variant-list-prev,
body.home-page #swiper-variant-list .variant-list-next {
    align-items: center;
    background: #f6f6f6;
    border-radius: 50%;
    color: var(--second-bg-color);
    cursor: pointer;
    display: flex;
    flex: 0 0 34px;
    height: 34px;
    justify-content: center;
    transition: background-color 160ms ease, color 160ms ease;
    width: 34px;
    border: 0;
    padding: 0;
}

body.home-page #swiper-variant-list .variant-list-prev:hover,
body.home-page #swiper-variant-list .variant-list-next:hover {
    background: var(--first-bg-color);
    color: #fff;
}

.tintometrico-banner {
    align-items: stretch;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 20px;
    box-shadow: 0 16px 42px rgba(58, 42, 43, 0.1);
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(290px, 0.8fr) minmax(520px, 1.2fr);
    overflow: hidden;
    padding: 34px;
    position: relative;
}

/* Back to top button */
.tbr-back-to-top {
    position: fixed;
    right: 20px;
    bottom: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--first-bg-color, #cf0c14);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    border: none;
    cursor: pointer;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 200ms ease, transform 200ms ease;
    z-index: 9999;
}

.tbr-back-to-top.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.tbr-back-to-top i { font-size: 14px; }

.tintometrico-banner::before {
    background: linear-gradient(90deg, #770b10, #ee161f, #f0a318);
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.tintometrico-banner-copy {
    align-self: center;
    padding: 12px 8px 10px 4px;
}

.tintometrico-eyebrow {
    color: var(--first-bg-color);
    display: inline-flex;
    font-family: var(--title-font-family);
    font-size: 12px;
    font-weight: 700;
    gap: 8px;
    letter-spacing: 0.08em;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.tintometrico-banner h2 {
    color: #3f3f3f;
    font-family: var(--title-font-family);
    font-size: clamp(26px, 2.4vw, 38px);
    line-height: 1.08;
    margin: 0 0 14px;
}

.tintometrico-banner-copy > p {
    color: #777;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 21px;
    max-width: 440px;
}

.tintometrico-step {
    align-items: center;
    color: #777;
    display: flex;
    font-size: 12px;
    gap: 10px;
}

.tintometrico-step strong {
    align-items: center;
    background: var(--first-bg-color);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-family: var(--title-font-family);
    height: 30px;
    justify-content: center;
    width: 30px;
}

.tintometrico-tone-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tintometrico-tone-card {
    border-radius: 14px;
    color: #fff !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 128px;
    overflow: hidden;
    padding: 15px;
    position: relative;
    text-decoration: none !important;
    transform: translateY(0);
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.tintometrico-tone-card:hover,
.tintometrico-tone-card:focus {
    box-shadow: 0 12px 22px rgba(42, 37, 37, 0.2);
    color: #fff;
    transform: translateY(-3px);
}

.tintometrico-tone-card strong {
    font-family: var(--title-font-family);
    font-size: 13px;
    line-height: 1.15;
    position: relative;
}

.tintometrico-tone-card small {
    font-size: 10px;
    margin-top: 6px;
    opacity: 0.86;
    position: relative;
}

.tintometrico-tone-card small i { margin-left: 3px; }
.tintometrico-tone-swatch { display: flex; gap: 5px; margin-bottom: auto; }
.tintometrico-tone-swatch i { background: rgba(255,255,255,.3); border: 1px solid rgba(255,255,255,.28); border-radius: 50%; height: 16px; width: 16px; }
.tintometrico-tone-swatch i:nth-child(2) { opacity: .72; }
.tintometrico-tone-swatch i:nth-child(3) { opacity: .48; }
.tone-red { background: linear-gradient(145deg, #e14859, #a80e20); }
.tone-orange { background: linear-gradient(145deg, #ffbf2f, #e66c15); }
.tone-green { background: linear-gradient(145deg, #6c9b67, #356842); }
.tone-blue { background: linear-gradient(145deg, #5d94d9, #275ca4); }
.tone-purple { background: linear-gradient(145deg, #91619e, #583064); }
.tone-neutral { background: linear-gradient(145deg, #a08578 0%, #75645e 52%, #56595b 100%); }
.tone-pastel { background: linear-gradient(145deg, #f1ebe2, #ddd0bd); }
.tintometrico-tone-card.tone-pastel,
.tintometrico-page-tone.tone-pastel { color: #5d4c40 !important; }
.tintometrico-tone-card.tone-pastel .tintometrico-tone-swatch i {
    background: rgba(93, 76, 64, 0.12);
    border-color: rgba(93, 76, 64, 0.2);
}
.tone-soft { background: linear-gradient(145deg, #aab9ac, #718374); }
.tintometrico-tone-loading { align-items: center; color: #888; display: flex; grid-column: 1 / -1; justify-content: center; min-height: 180px; }

.tintometrico-main { background: #f7f7f7; min-height: 620px; }
.tintometrico-page-shell { padding-bottom: 56px; padding-top: 18px; }
.tintometrico-page-hero { align-items: center; background: linear-gradient(125deg, #52080b, #9d0e14 62%, #df171f); border-radius: 18px; color: #fff; display: flex; justify-content: space-between; margin-bottom: 24px; overflow: hidden; padding: 34px 40px; position: relative; }
.tintometrico-page-hero::after { border: 28px solid rgba(255,255,255,.06); border-radius: 50%; content: ""; height: 220px; position: absolute; right: -50px; top: -75px; width: 220px; }
.tintometrico-page-hero .tintometrico-eyebrow { color: #ffc5c7; }
.tintometrico-page-hero h1 { color: #fff; font-family: var(--title-font-family); font-size: 32px; line-height: 1.15; margin: 0 0 10px; max-width: 680px; }
.tintometrico-page-hero p { color: rgba(255,255,255,.8); margin: 0; max-width: 620px; }
.tintometrico-page-progress { align-items: center; display: flex; margin-left: 30px; position: relative; z-index: 1; }
.tintometrico-page-progress span { align-items: center; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; display: flex; font-family: var(--title-font-family); height: 34px; justify-content: center; width: 34px; }
.tintometrico-page-progress span.is-active { background: #fff; color: var(--second-bg-color); }
.tintometrico-page-progress span.is-complete { background: rgba(255,255,255,.32); border-color: rgba(255,255,255,.65); }
.tintometrico-page-progress span.is-complete i { background: transparent; color: #fff; font-size: 12px; height: auto; width: auto; }
.tintometrico-page-progress i { background: rgba(255,255,255,.35); height: 1px; width: 18px; }
.tintometrico-selection-panel { background: #fff; border: 1px solid #ececec; border-radius: 16px; box-shadow: 0 12px 35px rgba(45,35,35,.07); padding: 30px; }
.tintometrico-sticky-tone-header { background: rgba(255,255,255,.97); border-bottom: 1px solid #eee; box-shadow: 0 8px 18px rgba(45,35,35,.06); margin: -30px -30px 24px; padding: 24px 30px 18px; position: sticky; top: 165px; z-index: 20; }
.tintometrico-selection-heading { align-items: center; display: flex; justify-content: space-between; margin-bottom: 16px; }
.tintometrico-selection-kicker { color: #999; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.tintometrico-selection-heading h2 { color: #3f3f3f; font-family: var(--title-font-family); font-size: 26px; margin: 5px 0 0; }
.tintometrico-back-link { color: var(--second-bg-color); font-size: 12px; font-weight: 700; }
.tintometrico-tone-switcher { display: grid; gap: 8px; grid-template-columns: repeat(8, minmax(0, 1fr)); }
.tintometrico-tone-switcher > span { color: #888; font-size: 11px; grid-column: 1 / -1; }
.tintometrico-tone-switcher-link { align-items: center; border: 2px solid transparent; border-radius: 9px; color: #fff !important; display: flex; font-family: var(--title-font-family); font-size: 10px; justify-content: center; line-height: 1.15; min-height: 39px; padding: 7px 8px; text-align: center; text-decoration: none !important; transition: box-shadow 150ms ease, transform 150ms ease; }
.tintometrico-tone-switcher-link:hover { box-shadow: 0 5px 12px rgba(0,0,0,.16); transform: translateY(-1px); }
.tintometrico-tone-switcher-link:focus { outline: none; }
.tintometrico-tone-switcher-link:focus-visible { box-shadow: 0 0 0 2px var(--first-bg-color); }
.tintometrico-tone-switcher-link.is-selected { border-color: #fff; box-shadow: 0 0 0 2px var(--first-bg-color); }
.tintometrico-tone-switcher-link.tone-pastel { color: #5d4c40 !important; }
.tintometrico-colors-heading { align-items: center; display: flex; justify-content: space-between; margin-bottom: 18px; }
.tintometrico-colors-heading h3 { color: #3f3f3f; font-family: var(--title-font-family); font-size: 25px; margin: 0; }
.tintometrico-colors-heading span { background: #f2f2f2; border-radius: 999px; color: #777; font-size: 11px; padding: 6px 10px; }
.tintometrico-colors-grid { display: grid; gap: 10px; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.tintometrico-color-search { background: #f7f7f7; border: 1px solid #ececec; border-radius: 12px; margin-bottom: 24px; padding: 16px 18px; }
.tintometrico-color-search label { color: #444; display: block; font-family: var(--title-font-family); font-size: 13px; margin-bottom: 8px; }
.tintometrico-color-search-control { position: relative; }
.tintometrico-color-search-control > i { color: #999; left: 14px; position: absolute; top: 50%; transform: translateY(-50%); }
.tintometrico-color-search input { background: #fff; border: 1px solid #ddd; border-radius: 8px; box-shadow: none; font-size: 13px; height: 44px; padding: 8px 14px 8px 40px; width: 100%; }
.tintometrico-color-search input:focus { border-color: var(--first-bg-color); box-shadow: 0 0 0 3px rgba(209,14,22,.1); outline: none; }
.tintometrico-color-search small { color: #888; display: block; font-size: 11px; margin-top: 7px; }
.tintometrico-colors-grid.is-grouped { display: block; }
.tintometrico-search-tone-group + .tintometrico-search-tone-group { border-top: 1px solid #eee; margin-top: 24px; padding-top: 22px; }
.tintometrico-search-tone-title { align-items: center; color: #555; display: flex; font-family: var(--title-font-family); font-size: 17px; justify-content: space-between; margin: 0 0 12px; }
.tintometrico-search-tone-title span { background: #f2f2f2; border-radius: 999px; color: #777; font-family: Arial, sans-serif; font-size: 10px; padding: 5px 9px; }
.tintometrico-search-tone-grid { display: grid; gap: 10px; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.tintometrico-color-card { align-items: flex-end; background: var(--color-rgb); border: 1px solid rgba(0,0,0,.035); border-radius: 11px; display: flex; min-height: 78px; overflow: hidden; padding: 12px; position: relative; text-decoration: none !important; transition: box-shadow 160ms ease, transform 160ms ease; }
.tintometrico-color-card:hover { box-shadow: 0 8px 18px rgba(38,31,28,.16); transform: translateY(-2px); }
.tintometrico-color-card strong { font-family: var(--title-font-family); font-size: 11px; line-height: 1.25; position: relative; z-index: 1; }
.tintometrico-color-card.is-light { color: #493f3a !important; }
.tintometrico-color-card.is-dark { color: #fff !important; }
.tintometrico-color-card.is-dark strong { text-shadow: 0 1px 2px rgba(0,0,0,.28); }
.tintometrico-color-card > span { display: none; }
.tintometrico-colors-status { align-items: center; background: #f8f8f8; border-radius: 10px; color: #777; display: flex; justify-content: center; min-height: 120px; padding: 22px; text-align: center; }
.tintometrico-product-selection-heading { align-items: center; border-bottom: 1px solid #eee; display: flex; justify-content: space-between; margin-bottom: 24px; padding-bottom: 20px; }
.tintometrico-selected-color { align-items: center; display: flex; gap: 14px; }
.tintometrico-selected-color-preview { border: 4px solid #fff; border-radius: 12px; box-shadow: 0 0 0 1px #dedede, 0 5px 14px rgba(0,0,0,.1); flex: 0 0 58px; height: 58px; width: 58px; }
.tintometrico-selected-color h2 { color: #3f3f3f; font-family: var(--title-font-family); font-size: 26px; margin: 4px 0 3px; }
.tintometrico-selected-color small { color: #888; font-size: 11px; }
.tintometrico-products-heading { align-items: center; display: flex; justify-content: space-between; margin-bottom: 18px; }
.tintometrico-products-heading h3 { color: #3f3f3f; font-family: var(--title-font-family); font-size: 25px; margin: 0; }
.tintometrico-products-heading span { background: #f2f2f2; border-radius: 999px; color: #777; font-size: 11px; padding: 6px 10px; }
.tintometrico-products-grid { display: grid; gap: 18px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.tintometrico-products-grid .catalog-card { height: 100%; }
.tintometrico-products-grid .catalog-card-button { justify-content: center; width: 100%; }
.tintometrico-page-tone-grid { display: grid; gap: 12px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tintometrico-page-tone { align-items: center; border: 3px solid transparent; border-radius: 12px; color: #fff !important; display: flex; min-height: 78px; padding: 14px; text-decoration: none !important; transition: transform 160ms ease, box-shadow 160ms ease; }
.tintometrico-page-tone:hover { box-shadow: 0 8px 18px rgba(0,0,0,.16); transform: translateY(-2px); }
.tintometrico-page-tone.is-selected { border-color: #fff; box-shadow: 0 0 0 3px var(--first-bg-color), 0 8px 18px rgba(0,0,0,.16); }
.tintometrico-page-tone > span { background: rgba(255,255,255,.35); border: 2px solid rgba(255,255,255,.75); border-radius: 50%; height: 30px; margin-right: 10px; width: 30px; }
.tintometrico-page-tone strong { flex: 1; font-family: var(--title-font-family); font-size: 12px; }
.tintometrico-next-step { align-items: center; background: #f7f7f7; border-left: 4px solid var(--first-bg-color); border-radius: 8px; display: flex; gap: 14px; margin-top: 24px; padding: 16px 18px; }
.tintometrico-next-step > i { color: var(--first-bg-color); font-size: 24px; }
.tintometrico-next-step strong, .tintometrico-next-step span { display: block; }
.tintometrico-next-step strong { color: #444; font-family: var(--title-font-family); font-size: 13px; margin-bottom: 3px; }
.tintometrico-next-step span { color: #888; font-size: 12px; }

@media screen and (max-width: 991px) {
    .tintometrico-banner { grid-template-columns: 1fr; }
    .tintometrico-tone-grid { grid-template-columns: repeat(4, minmax(120px, 1fr)); overflow-x: auto; padding-bottom: 8px; }
    .tintometrico-page-hero { align-items: flex-start; flex-direction: column; gap: 24px; }
    .tintometrico-page-progress { margin-left: 0; }
    .tintometrico-page-tone-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tintometrico-colors-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .tintometrico-search-tone-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .tintometrico-tone-switcher { display: flex; overflow-x: auto; padding: 2px 2px 7px; }
    .tintometrico-tone-switcher-link { flex: 0 0 132px; }
    .tintometrico-sticky-tone-header { top: 104px; }
    .tintometrico-products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media screen and (max-width: 600px) {
    .featured-products-section { padding-bottom: 8px; padding-top: 24px; }
    body.home-page #swiper-variant-list { border-radius: 14px; padding: 26px 18px 22px !important; }
    .featured-products-heading { align-items: flex-start; flex-direction: column; gap: 13px; margin-bottom: 20px; }
    .featured-products-heading .custom-title { font-size: 24px; }
    .featured-products-heading p { line-height: 1.45; }
    body.home-page #swiper-variant-list .catalog-card-image { min-height: 135px; padding-left: 8px; padding-right: 8px; }
    body.home-page #swiper-variant-list .catalog-card-image img { max-height: 120px; }
    body.home-page #swiper-variant-list .catalog-card-body { padding: 10px 9px 12px; }
    body.home-page #swiper-variant-list .catalog-card-meta { display: block; white-space: normal; }
    body.home-page #swiper-variant-list .catalog-card-meta-code { display: block; min-width: 0; text-align: left; }
    body.home-page #swiper-variant-list .variant-list-prev,
    body.home-page #swiper-variant-list .variant-list-next { display: none; }
    .tintometrico-banner-section { padding: 8px 0 30px; }
    .tintometrico-banner { border-radius: 14px; gap: 22px; padding: 26px 20px 20px; }
    .tintometrico-banner h2 { font-size: 27px; }
    .tintometrico-tone-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; }
    .tintometrico-tone-card { min-height: 112px; }
    .tintometrico-page-hero { border-radius: 12px; padding: 26px 22px; }
    .tintometrico-page-hero h1 { font-size: 26px; }
    .tintometrico-selection-panel { padding: 22px 18px; }
    .tintometrico-sticky-tone-header { margin: -22px -18px 22px; padding: 18px 18px 12px; }
    .tintometrico-selection-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
    .tintometrico-page-tone-grid { grid-template-columns: 1fr; }
    .tintometrico-colors-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tintometrico-search-tone-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tintometrico-colors-heading h3 { font-size: 22px; }
    .tintometrico-color-card { min-height: 70px; padding: 10px; }
    .tintometrico-product-selection-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
    .tintometrico-products-heading h3 { font-size: 22px; }
    .tintometrico-products-grid { gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media screen and (min-width: 1024px) {
    .beneficios .swiper-slide {
        width: max-content !important;
    }

    .beneficios .swiper-wrapper {
        justify-content: space-between !important;
    }

    .beneficios {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .brands-strip-inner {
        padding: 30px 22px 34px;
    }

    .beneficios.container {
        padding: 0;
    }

    .beneficios.container .swiper {
        padding: 10px 15px;
    }

    .beneficios .swiper-slide {
        display: flex;
        justify-content: center;
    }

    .beneficios i {
        font-size: 26px;
    }
}

@media screen and (max-width: 768px) {
    .promo-section {
        padding-top: 0;
    }

    .promo-grid-item {
        margin-bottom: 14px;
    }

    .brands-strip-inner {
        padding: 24px 14px 28px;
    }

    .brands-strip .custom-title {
        margin-bottom: 24px;
    }

    .brands-strip .swiper-slide a {
        height: max(68px, calc(var(--brand-logo-height, 68px) + 18px));
    }

    .brands-strip .swiper-slide img {
        max-width: min(var(--brand-logo-width, 180px), 88vw);
    }

    .tbr-aside-banner-card-info h4:nth-child(1) {
        font-size: 12px;
    }

    .tbr-aside-banner-card-info h4:nth-child(2) {
        font-size: 14px;
    }

    .account-menu-item {
        min-width: 280px;
        grid-template-columns: repeat(2, minmax(140px, 1fr));
        gap: 16px;
        padding: 18px 18px 22px !important;
        width: calc(100vw - 32px);
    }
}

@media screen and (max-width: 520px) {
    .account-menu-item {
        grid-template-columns: 1fr;
    }
}

.catalog-page {
    background: #ffffff;
}

.catalog-shell {
    padding-bottom: 48px;
    padding-top: 18px;
}

.catalog-breadcrumb {
    background: transparent;
    border-bottom: 1px solid #efefef;
    font-size: 12px;
    margin-bottom: 24px;
    padding: 0 0 14px;
}

.catalog-breadcrumb > li,
.catalog-breadcrumb > li > a,
.catalog-breadcrumb > .active {
    color: #7f7f7f;
}

.catalog-title {
    color: #3c3c3c;
    font-family: var(--title-font-family);
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
}

.catalog-layout {
    display: grid;
    gap: 30px;
    grid-template-columns: 255px minmax(0, 1fr);
}

.catalog-panel,
.catalog-toolbar,
.catalog-empty-state {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    box-shadow: none;
}

.catalog-panel {
    margin-bottom: 18px;
    padding: 18px 18px;
}

.catalog-panel h3 {
    color: #2c2c2c;
    font-family: var(--title-font-family);
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.catalog-section-title {
    align-items: center;
    border-bottom: 4px solid var(--first-bg-color);
    display: flex;
    gap: 14px;
    margin-bottom: 22px !important;
    padding-bottom: 10px;
    text-transform: none !important;
}

.catalog-section-title i {
    color: #2f2f2f;
    font-size: 22px;
}

.catalog-input,
.catalog-select {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    color: #3f2e29;
    min-height: 40px;
    padding: 10px 14px;
    width: 100%;
}

.catalog-filter-list {
    display: grid;
    gap: 8px;
}

.catalog-filter-option {
    align-items: center;
    background: transparent;
    border-radius: 10px;
    color: #4c4c4c;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    gap: 12px;
    margin: 0;
    min-height: 42px;
    padding: 8px 10px;
    transition: background-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.catalog-filter-option:hover {
    background: #faf6f4;
}

.catalog-filter-bullet {
    border-bottom: 2px solid #595959;
    border-right: 2px solid #595959;
    display: inline-block;
    height: 10px;
    margin-left: 2px;
    transform: rotate(-45deg);
    width: 10px;
}

.catalog-filter-option input {
    display: none;
    accent-color: var(--first-bg-color);
}

.catalog-filter-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.35;
}

.catalog-filter-option.is-selected {
    background: #fff5f5;
}

.catalog-filter-option.is-selected .catalog-filter-label,
.catalog-filter-option:hover .catalog-filter-label {
    color: var(--second-bg-color);
}

.catalog-filter-option.is-selected .catalog-filter-bullet,
.catalog-filter-option:hover .catalog-filter-bullet {
    border-color: var(--first-bg-color);
}

.catalog-category-tree-item {
    display: grid;
    gap: 4px;
}

.catalog-category-tree-row {
    align-items: center;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
}

.catalog-category-tree-row.is-selected {
    background: #fff5f5;
}

.catalog-category-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: flex;
    height: 42px;
    justify-content: center;
    padding: 0;
    width: 26px;
}

.catalog-category-toggle::before {
    border-bottom: 2px solid #595959;
    border-right: 2px solid #595959;
    content: "";
    display: block;
    height: 10px;
    transform: rotate(-45deg);
    transition: transform 0.16s ease, border-color 0.16s ease;
    width: 10px;
}

.catalog-category-tree-item.is-expanded .catalog-category-toggle::before {
    transform: rotate(45deg);
}

.catalog-category-toggle:hover::before,
.catalog-category-toggle:focus-visible::before,
.catalog-category-tree-row.is-selected .catalog-category-toggle::before {
    border-color: var(--first-bg-color);
}

.catalog-category-toggle:disabled {
    cursor: default;
    opacity: 0.45;
}

.catalog-category-label {
    min-height: 42px;
    padding-left: 6px;
}

.catalog-category-label .catalog-filter-label {
    color: inherit;
}

.catalog-subcategory-list {
    display: none;
    gap: 2px;
    padding: 0 0 6px 34px;
}

.catalog-category-tree-item.is-expanded .catalog-subcategory-list {
    display: grid;
}

.catalog-subcategory-option {
    align-items: center;
    border-radius: 8px;
    color: #5a5a5a;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    gap: 8px;
    margin: 0;
    min-height: 30px;
    padding: 5px 8px;
}

.catalog-subcategory-option::before {
    background: #a8a8a8;
    border-radius: 999px;
    content: "";
    height: 4px;
    width: 4px;
}

.catalog-subcategory-option input {
    display: none;
}

.catalog-subcategory-option:hover,
.catalog-subcategory-option.is-selected {
    background: #fff5f5;
    color: var(--second-bg-color);
}

.catalog-subcategory-option:hover::before,
.catalog-subcategory-option.is-selected::before {
    background: var(--first-bg-color);
}

.catalog-toolbar {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 18px;
    padding: 12px 16px;
}

.catalog-toolbar-heading {
    flex: 1 1 auto;
}

.catalog-toolbar-summary {
    color: #666;
    display: flex;
    gap: 10px;
}

.catalog-toolbar-summary strong {
    color: #333;
    font-size: 16px;
}

.catalog-toolbar-actions {
    align-items: center;
    display: flex;
    gap: 12px;
}

.catalog-toolbar-label {
    color: #6d5c55;
    margin: 0;
}

.catalog-active-filters {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.catalog-filter-chip {
    background: rgba(238, 22, 31, 0.08);
    border: 1px solid rgba(238, 22, 31, 0.2);
    border-radius: 999px;
    color: var(--second-bg-color);
    cursor: pointer;
    font-size: 13px;
    padding: 8px 14px;
}

.catalog-filter-chip i {
    margin-left: 4px;
}

.catalog-filter-chip:hover,
.catalog-filter-chip:focus-visible {
    background: rgba(238, 22, 31, 0.15);
    border-color: rgba(238, 22, 31, 0.4);
}

.catalog-clear-filters {
    background: transparent;
    border: 0;
    color: #555;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 5px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.catalog-clear-filters:hover,
.catalog-clear-filters:focus-visible {
    color: var(--second-bg-color);
}

.catalog-filter-toggle {
    align-items: center;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 6px;
    color: #3f3f3f;
    cursor: pointer;
    display: none;
    font-family: var(--title-font-family);
    font-size: 13px;
    font-weight: 700;
    gap: 9px;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    width: 100%;
}

.catalog-filter-toggle[aria-expanded="true"] {
    border-color: var(--first-bg-color);
    color: var(--second-bg-color);
}

.catalog-grid {
    display: grid;
    gap: 18px 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.catalog-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

#swiper-variant-list .swiper {
    padding-top: 3px;
    padding-bottom: 4px;
}

#swiper-variant-list .swiper-slide {
    height: auto;
}

#swiper-variant-list .catalog-card {
    height: 100%;
}

@media screen and (min-width: 1400px) {
    .catalog-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media screen and (max-width: 1199px) {
    .catalog-grid {
        grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .catalog-grid {
        gap: 14px;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }
}

.catalog-card:hover {
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.catalog-card-image {
    align-items: center;
    background: #fff;
    display: flex;
    justify-content: center;
    min-height: 188px;
    overflow: hidden;
    padding: 14px 14px 6px;
}

.catalog-card-image:focus,
.catalog-card-image:active,
.catalog-card-image:focus-visible {
    outline: none;
}

.catalog-card-image img {
    max-height: 168px;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.22s ease;
    will-change: transform;
}

.catalog-card-image:hover img,
.catalog-card-image:focus img {
    transform: scale(1.08);
}

.catalog-card-image-status {
    align-items: center;
    background: #faf6f4;
    border: 1px dashed #dfd0c7;
    color: #8f6f62;
    display: flex;
    flex-direction: column;
    font-family: var(--title-font-family);
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    gap: 8px;
    min-height: 120px;
    padding: 18px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.catalog-card-image-status i {
    color: #b39a90;
    font-size: 25px;
}

.catalog-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 8px 12px 2px;
}

.catalog-card-meta {
    color: #8f8f8f;
    align-items: center;
    display: flex;
    font-size: 10px;
    gap: 4px;
    justify-content: space-between;
    letter-spacing: -0.1px;
    margin-bottom: 6px;
    white-space: nowrap;
}

.catalog-card-meta-brand {
    flex: 1 1 auto;
}

.catalog-card-meta-code {
    flex: 0 0 auto;
    min-width: 60px;
    text-align: right;
}

.catalog-card-title {
    color: #404040;
    display: block;
    font-family: inherit;
    margin-bottom: 4px;
    min-height: 0;
}

.catalog-card-title h3 {
    color: inherit;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.36;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 4.08em;
    overflow: hidden;
}

.catalog-card-title:hover,
.catalog-card-title:focus {
    color: var(--first-bg-color);
    text-decoration: none;
}

.catalog-card-description {
    color: #747474;
    font-size: 11px;
    line-height: 1.35;
    margin-bottom: 4px;
    text-align: center;
}

.catalog-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    margin-bottom: 0;
    min-height: 22px;
}

.catalog-card-tags span {
    background: #f6f6f6;
    border-radius: 999px;
    color: #7a7a7a;
    font-size: 10px;
    padding: 4px 8px;
}

.catalog-card-tags .promotion-tag,
.promotion-tag {
    background: #fff0f1;
    border: 1px solid rgba(207, 12, 20, 0.18);
    border-radius: 999px;
    color: #cf0c14;
    display: inline-flex;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    padding: 4px 8px;
}

.catalog-card-image {
    overflow: hidden;
    position: relative;
}

.promotion-tag-ribbon {
    background: #cf0c14;
    box-shadow: 0 6px 16px rgba(207, 12, 20, 0.22);
    color: #fff;
    display: inline-flex;
    font-size: 7px;
    font-weight: 900;
    justify-content: center;
    left: -47px;
    letter-spacing: 0;
    line-height: 1.05;
    padding: 5px 34px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 16px;
    transform: rotate(-45deg);
    width: 164px;
    z-index: 3;
}

body.catalog-page .catalog-card-image .catalog-promotion-ribbon,
body.home-page .catalog-card-image .catalog-promotion-ribbon,
body.tintometrico-products-page .catalog-card-image .catalog-promotion-ribbon {
    align-items: center;
    font-size: 10px;
    left: -50px;
    line-height: 1.25;
    min-height: 36px;
    padding: 7px 36px;
    top: 22px;
    white-space: normal;
    width: 190px;
}

.product-spot-price {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 0 8px;
    min-height: 62px;
    line-height: 1.22;
}

.catalog-card-bottom-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: auto;
}

/* Defesa visual: valores comerciais so aparecem depois da sessao ser validada. */
body:not(.prices-visible) .product-spot-price,
body:not(.prices-visible) .product-detail-price,
body:not(.prices-visible) .tintometric-result-price,
body:not(.prices-visible) .cart-item-unit-price,
body:not(.prices-visible) .cart-item-prices,
body:not(.prices-visible) .cart-totals-panel,
body:not(.prices-visible) .cart-option-card em {
    display: none !important;
}

.price-login-message {
    margin: 8px 0 16px;
    color: #666;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}

.price-login-message a {
    color: #c71920;
    font-weight: 700;
    text-decoration: underline;
}

body.prices-visible .price-login-message {
    display: none;
}

.product-price-login-message {
    margin: 12px 0;
    text-align: left;
}

.tintometrico-products-grid .price-login-message {
    margin-bottom: 16px;
    text-align: center !important;
}

.product-spot-price .price-prefix {
    color: #cf0c14;
    font-size: 10px;
    font-weight: 700;
}

body.catalog-page .product-spot-price .price-prefix,
body.home-page .product-spot-price .price-prefix,
body.tintometrico-products-page .product-spot-price .price-prefix {
    display: block;
    margin-bottom: 1px;
}

body.catalog-page .product-spot-price .price-original,
body.home-page .product-spot-price .price-original,
body.tintometrico-products-page .product-spot-price .price-original {
    color: #777;
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    text-decoration: line-through;
}

.product-spot-price .price-original-line {
    align-items: baseline;
    display: inline-flex;
    gap: 2px;
    line-height: 1;
}

body.catalog-page .product-spot-price .price-original-line .price-prefix,
body.catalog-page .product-spot-price .price-original-line .price-original,
body.home-page .product-spot-price .price-original-line .price-prefix,
body.home-page .product-spot-price .price-original-line .price-original,
body.tintometrico-products-page .product-spot-price .price-original-line .price-prefix,
body.tintometrico-products-page .product-spot-price .price-original-line .price-original {
    display: inline;
}

.product-spot-price .price-current-line {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
}

.product-spot-price .price-value {
    color: #242424;
    font-size: 18px;
    font-weight: 800;
}

body.catalog-page .product-spot-price .price-value,
body.home-page .product-spot-price .price-value,
body.tintometrico-products-page .product-spot-price .price-value {
    display: inline-block;
    font-size: 20px;
}

.product-spot-price .price-discount-badge {
    background: #008f3a;
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    padding: 3px 5px;
    text-transform: uppercase;
}

.product-spot-price .price-cash-label {
    color: #242424;
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-top: 1px;
}

.product-spot-price .price-min-quantity-note {
    color: #6b6b6b;
    display: block;
    font-size: 11px;
    font-weight: 500;
    margin-top: 1px;
}

.product-spot-price .price-installments {
    color: #3d3d3d;
    display: block;
    font-size: 12px;
    margin-top: 2px;
}

.product-spot-price .price-installments strong {
    color: #009f49;
    font-weight: 800;
}

.product-spot-price .price-status {
    color: #777;
    font-size: 10px;
    font-weight: 600;
}

.product-spot-price .price-status.is-loading::before {
    animation: catalog-price-pulse 900ms ease-in-out infinite alternate;
    background: #d9d9d9;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 6px;
    margin-right: 5px;
    width: 6px;
}

.product-spot-price .price-status.is-unavailable {
    color: #8b8b8b;
}

@keyframes catalog-price-pulse {
    from { opacity: 0.35; }
    to { opacity: 1; }
}

body.catalog-page .catalog-card,
body.tintometrico-products-page .catalog-card {
    height: 100%;
}

body.catalog-page .catalog-card-body,
body.tintometrico-products-page .catalog-card-body {
    padding-bottom: 0;
}

body.catalog-page .catalog-card-meta-brand,
body.tintometrico-products-page .catalog-card-meta-brand {
    overflow: hidden;
    text-overflow: ellipsis;
}

body.catalog-page .catalog-card-footer,
body.tintometrico-products-page .catalog-card-footer {
    margin-top: 0;
    padding: 8px 0;
}

body.catalog-page .catalog-card-button,
body.tintometrico-products-page .catalog-card-button {
    min-height: 35px;
    width: 100%;
}

body.catalog-page .catalog-card-image-status,
body.tintometrico-products-page .catalog-card-image-status {
    min-height: 158px;
}

.catalog-card-title + .product-spot-price,
.catalog-card-description + .product-spot-price {
    margin-top: 3px;
}

.catalog-card-footer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 0;
}

.catalog-card-stock {
    display: flex;
    flex-direction: column;
    font-size: 10px;
}

.catalog-card-stock strong {
    color: var(--second-bg-color);
    font-size: 11px;
}

.catalog-card-button {
    background: linear-gradient(180deg, #ff2a32, #cf0c14);
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    justify-content: center;
    min-width: 140px;
    padding: 7px 12px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
}

.catalog-card-button:hover,
.catalog-card-button:focus {
    color: #fff;
    padding: 7px 12px;
    text-decoration: none;
}

.tbr-cart-toast {
    background: #101826;
    border-radius: 12px;
    bottom: 24px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.22);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    opacity: 0;
    padding: 14px 18px;
    pointer-events: none;
    position: fixed;
    right: 24px;
    transform: translateY(18px);
    transition: opacity 0.22s ease, transform 0.22s ease;
    z-index: 1200;
}

.tbr-cart-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.catalog-empty-state {
    padding: 54px 24px;
    text-align: center;
}

.catalog-loading-state {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    color: #6f6f6f;
    font-size: 18px;
    padding: 60px 24px;
    text-align: center;
}

.catalog-load-message {
    display: grid;
    gap: 12px;
    justify-items: center;
    margin: 0 auto;
    max-width: 620px;
}

.catalog-load-message h2 {
    color: #101826;
    font-family: var(--title-font-family);
    font-size: 24px;
    line-height: 1.12;
    margin: 0;
    text-transform: uppercase;
}

.catalog-load-message p {
    margin: 0;
}

.catalog-load-message a {
    align-items: center;
    background: var(--first-bg-color);
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    text-decoration: none;
    text-transform: uppercase;
}

.catalog-empty-state i {
    color: var(--first-bg-color);
    font-size: 34px;
    margin-bottom: 12px;
}

.catalog-state-action {
    background: var(--first-bg-color);
    border: 0;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    font-family: var(--title-font-family);
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    min-height: 40px;
    padding: 9px 18px;
}

.catalog-state-action:hover,
.catalog-state-action:focus-visible {
    background: var(--second-bg-color);
}

.catalog-empty-state.hidden,
.catalog-grid.hidden,
.catalog-loading-state.hidden {
    display: none;
}

.catalog-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 24px;
}

.catalog-page-btn {
    background: #fff;
    border: 1px solid #dfd0c7;
    border-radius: 12px;
    color: #654e45;
    min-width: 44px;
    padding: 10px 12px;
}

.catalog-page-btn.is-active {
    background: var(--first-bg-color);
    border-color: var(--first-bg-color);
    color: #fff;
}

.catalog-page-ellipsis {
    align-items: center;
    color: #8b756b;
    display: inline-flex;
    font-size: 18px;
    justify-content: center;
    min-width: 24px;
}

body.product-detail-page .product-detail.hidden {
    display: none;
}

body.product-detail-page .product-detail {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

body.product-detail-page .product-hero,
body.product-detail-page .product-panel {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

body.product-detail-page .product-hero {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(420px, 1.2fr) minmax(320px, 0.8fr);
    padding: 28px;
}

body.product-detail-page .product-hero-gallery {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

body.product-detail-page .product-hero-main-media {
    align-items: center;
    background: linear-gradient(180deg, #fff, #fafbfc);
    border: 1px solid #edf0f3;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    min-height: 560px;
    padding: 28px;
}

body.product-detail-page .product-hero-main-image-tag {
    max-height: 500px;
    max-width: 100%;
    object-fit: contain;
}

body.product-detail-page .product-hero-image-status {
    min-height: 320px;
}

body.product-detail-page .product-hero-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.product-detail-page .product-hero-thumb {
    align-items: center;
    background: #fff;
    border: 1px solid #dfe3e8;
    border-radius: 10px;
    display: inline-flex;
    height: 88px;
    justify-content: center;
    overflow: hidden;
    padding: 8px;
    width: 88px;
}

body.product-detail-page .product-hero-thumb img {
    max-height: 68px;
    max-width: 100%;
    object-fit: contain;
}

body.product-detail-page .product-hero-thumb.is-active {
    border-color: var(--first-bg-color);
    box-shadow: 0 0 0 2px rgba(238, 22, 31, 0.14);
}

body.product-detail-page .product-hero-thumb.is-broken {
    color: #8a6b60;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

body.product-detail-page .product-hero-summary {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

body.product-detail-page .product-hero-brand {
    color: var(--first-bg-color);
    font-family: var(--title-font-family);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

body.product-detail-page .product-hero-title {
    color: #1f2937;
    font-family: var(--title-font-family);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
    text-transform: uppercase;
}

body.product-detail-page .product-hero-description {
    color: #596579;
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
}

body.product-detail-page .product-hero-keyfacts {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.product-detail-page .product-keyfact {
    background: #f8fafc;
    border: 1px solid #e8edf2;
    border-radius: 10px;
    padding: 12px 14px;
}

body.product-detail-page .product-keyfact span {
    color: #7b8794;
    display: block;
    font-size: 11px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

body.product-detail-page .product-keyfact strong {
    color: #273548;
    display: block;
    font-size: 14px;
}

body.product-detail-page .product-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.product-detail-page .product-pill {
    background: #eef2f6;
    border-radius: 999px;
    color: #516070;
    font-size: 11px;
    font-weight: 700;
    padding: 8px 12px;
    text-transform: uppercase;
}

body.product-detail-page .product-hero-cta {
    background: linear-gradient(180deg, #fff, #fbfcfd);
    border: 1px solid #e9edf2;
    border-radius: 14px;
    margin-top: auto;
    padding: 20px;
}

body.product-detail-page .product-hero-cta-copy {
    margin-bottom: 16px;
}

body.product-detail-page .product-hero-cta-copy strong {
    color: #1f2937;
    display: block;
    font-family: var(--title-font-family);
    font-size: 18px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

body.product-detail-page .product-hero-cta-copy span {
    color: #677284;
    display: block;
    font-size: 13px;
    line-height: 1.7;
}

body.product-detail-page .product-hero-cta-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

body.product-detail-page .product-cta-tag {
    background: #fff;
    border: 1px solid #dfe5eb;
    border-radius: 999px;
    color: #5c6775;
    font-size: 11px;
    font-weight: 700;
    padding: 7px 12px;
    text-transform: uppercase;
}

body.product-detail-page .product-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.product-detail-page .product-hero-primary-btn,
body.product-detail-page .product-hero-secondary-btn {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    min-height: 46px;
    min-width: 190px;
    padding: 12px 18px;
    text-transform: uppercase;
}

body.product-detail-page .product-hero-primary-btn {
    background: linear-gradient(180deg, #ff2a32, #cf0c14);
    color: #fff;
}

body.product-detail-page .product-hero-secondary-btn {
    background: #fff;
    border: 1px solid #d6dce3;
    color: #334155;
}

body.product-detail-page .product-hero-primary-btn:hover,
body.product-detail-page .product-hero-primary-btn:focus,
body.product-detail-page .product-hero-secondary-btn:hover,
body.product-detail-page .product-hero-secondary-btn:focus {
    text-decoration: none;
}

body.product-detail-page .product-body {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 360px;
}

body.product-detail-page .product-main-column,
body.product-detail-page .product-side-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

body.product-detail-page .product-panel {
    padding: 24px;
}

body.product-detail-page .product-panel-header {
    margin-bottom: 18px;
}

body.product-detail-page .product-panel-header-inline {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

body.product-detail-page .product-panel-kicker {
    color: #8a96a5;
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

body.product-detail-page .product-panel h2 {
    color: #1f2937;
    font-family: var(--title-font-family);
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
}

body.product-detail-page .product-richtext p,
body.product-detail-page .product-info-card p {
    color: #546273;
    font-size: 14px;
    line-height: 1.85;
    margin: 0 0 12px;
}

body.product-detail-page .product-spec-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

body.product-detail-page .product-spec-row {
    border-bottom: 1px solid #eef2f5;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 12px;
}

body.product-detail-page .product-spec-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

body.product-detail-page .product-spec-row span {
    color: #8b96a3;
    font-size: 11px;
    text-transform: uppercase;
}

body.product-detail-page .product-spec-row strong {
    color: #273548;
    font-size: 14px;
}

body.product-detail-page .product-info-cards {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.product-detail-page .product-info-card {
    background: #f8fafc;
    border: 1px solid #e8edf2;
    border-radius: 12px;
    padding: 16px;
}

body.product-detail-page .product-info-card h3 {
    color: #1f2937;
    font-family: var(--title-font-family);
    font-size: 15px;
    margin: 0 0 8px;
    text-transform: uppercase;
}

body.product-detail-page .product-detail-related .product-panel-header a {
    color: var(--first-bg-color);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

body.product-detail-page .product-detail-related-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.product-detail-page .product-detail-related-card {
    border: 1px solid #ececec;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

body.product-detail-page .product-detail-related-media {
    align-items: center;
    background: #fff;
    display: flex;
    justify-content: center;
    min-height: 220px;
    padding: 20px;
}

body.product-detail-page .product-detail-related-image {
    max-height: 180px;
    max-width: 100%;
    object-fit: contain;
}

body.product-detail-page .product-detail-related-image-status {
    align-items: center;
    background: #faf6f4;
    color: #8f6f62;
    display: flex;
    font-family: var(--title-font-family);
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    min-height: 160px;
    text-transform: uppercase;
    width: 100%;
}

body.product-detail-page .product-detail-related-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px;
}

body.product-detail-page .product-detail-related-brand,
body.product-detail-page .product-detail-related-code {
    color: #8f8f8f;
    font-size: 11px;
}

body.product-detail-page .product-detail-related-title {
    color: #404040;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

body.product-detail-page .product-detail-related-title:hover,
body.product-detail-page .product-detail-related-title:focus {
    color: var(--first-bg-color);
    text-decoration: none;
}

body.product-detail-page .product-detail-related-empty {
    border: 1px dashed #dfd0c7;
    color: #8f6f62;
    padding: 24px;
    text-align: center;
}

body.product-detail-page .product-summary-panel {
    padding: 18px;
}

body.product-detail-page .product-summary-stack {
    display: grid;
    gap: 34px;
}

body.product-detail-page .product-summary-section {
    display: grid;
    gap: 10px;
}

body.product-detail-page .product-summary-panel .product-panel-header {
    margin-bottom: 0;
}

body.product-detail-page .product-summary-panel .product-panel-header h2 {
    font-size: 19px;
    line-height: 1.05;
}

body.product-detail-page .product-summary-panel #product-meta {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.product-detail-page .product-summary-panel .product-keyfact {
    border-radius: 8px;
    min-width: 0;
    padding: 10px 12px;
}

body.product-detail-page .product-summary-panel .product-keyfact span {
    font-size: 10px;
    line-height: 1.2;
    margin-bottom: 5px;
}

body.product-detail-page .product-summary-panel .product-keyfact strong {
    font-size: 12px;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

body.product-detail-page .product-summary-panel .product-variation-field {
    display: grid;
    gap: 6px;
}

body.product-detail-page .product-summary-panel .product-variation-field label {
    color: #7b8794;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0;
    text-transform: uppercase;
}

body.product-detail-page .product-summary-panel .product-variation-select {
    border: 1px solid #d9e0e8;
    border-radius: 8px;
    color: #243447;
    font-size: 13px;
    font-weight: 700;
    height: 40px;
    min-width: 0;
    padding: 8px 12px;
    width: 100%;
}

body.product-detail-page .product-summary-panel .product-detail-price {
    color: #ee161f;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    align-items: baseline;
    font-family: var(--title-font-family);
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 24px !important;
    margin-top: 34px !important;
    white-space: normal;
}

body.product-detail-page .product-detail-price-selected {
    display: grid;
    gap: 8px;
}

body.product-detail-page .product-detail-price-selected-main {
    align-items: baseline;
    display: flex;
    gap: 5px;
}

body.product-detail-page .product-detail-price-original {
    color: #6f7782;
    font-size: 16px;
    text-decoration: line-through;
}

body.product-detail-page .product-detail-price-selected-main strong {
    font-size: 38px;
}

body.product-detail-page .product-detail-price-selected-main span:last-child {
    color: #6f7782;
    font-size: 16px;
}

body.product-detail-page .product-detail-promotion-note {
    font-size: 16px;
    line-height: 1.25;
}

body.product-detail-page .product-summary-cta {
    display: grid;
    gap: 8px;
}

body.product-detail-page .product-purchase-box {
    background: linear-gradient(180deg, #fff, #fbfcfd);
    border: 1px solid #e9edf2;
    border-radius: 14px;
    display: grid;
    gap: 6px;
    padding: 10px;
}

body.product-detail-page .product-purchase-copy {
    color: #677284;
    font-size: 11px;
    line-height: 1.45;
    margin: 0;
}

body.product-detail-page .product-purchase-actions {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: 112px minmax(0, 1fr) 38px;
}

body.product-detail-page .product-purchase-quantity {
    align-items: center;
    display: inline-flex;
    justify-content: space-between;
}

body.product-detail-page .product-purchase-qty-btn {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 50%;
    color: #5d6878;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    height: 36px;
    justify-content: center;
    padding: 0;
    width: 36px;
}

body.product-detail-page .product-purchase-qty-btn:hover,
body.product-detail-page .product-purchase-qty-btn:focus-visible {
    color: #d61119;
    outline: none;
}

body.product-detail-page .product-purchase-qty-input {
    appearance: textfield;
    background: transparent;
    border: 0;
    color: #243447;
    font-size: 13px;
    font-weight: 700;
    height: 36px;
    text-align: center;
    padding: 0;
    width: 40px;
}

body.product-detail-page .product-purchase-qty-input::-webkit-inner-spin-button,
body.product-detail-page .product-purchase-qty-input::-webkit-outer-spin-button {
    appearance: none;
    margin: 0;
}

body.product-detail-page .product-purchase-button {
    border: 0;
    cursor: pointer;
    min-height: 36px;
    min-width: 0;
    padding: 8px 12px;
}

body.product-detail-page .product-cart-icon {
    align-items: center;
    background: transparent;
    border: 0;
    color: #5d6878;
    display: inline-flex;
    font-size: 18px;
    height: 36px;
    justify-content: center;
    text-decoration: none;
    width: 38px;
}

body.product-detail-page .product-cart-icon:hover,
body.product-detail-page .product-cart-icon:focus-visible {
    color: #d61119;
    outline: none;
}

body.product-detail-page .product-purchase-feedback {
    color: #0f7a41;
    font-size: 11px;
    font-weight: 700;
    min-height: 14px;
}

body.product-detail-page .product-summary-panel .product-hero-primary-btn,
body.product-detail-page .product-summary-panel .product-hero-secondary-btn {
    font-size: 11px;
    min-height: 36px;
    min-width: 0;
    padding: 8px 12px;
}

@media screen and (max-width: 1200px) {
    body.product-detail-page .product-summary-panel .product-purchase-actions {
        grid-template-columns: 104px minmax(0, 1fr) 36px;
    }
}

@media screen and (max-width: 1200px) {
    .catalog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.product-detail-page .product-hero,
    body.product-detail-page .product-body {
        grid-template-columns: 1fr;
    }

    body.product-detail-page .product-detail-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 992px) {
    .catalog-layout {
        grid-template-columns: 1fr;
    }

    .catalog-filter-toggle {
        display: flex;
    }

    .catalog-sidebar.is-collapsed {
        display: none;
    }

    .catalog-hero-row,
    .catalog-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 768px) {
    .catalog-hero h1 {
        font-size: 32px;
    }

    .catalog-grid {
        grid-template-columns: 1fr;
    }

    .catalog-card-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .catalog-card-button {
        width: 100%;
    }
}

body.product-detail-page .catalog-shell.container {
    max-width: 1280px;
    width: 100%;
}

body.product-detail-page #product-detail-content.product-detail {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

body.product-detail-page .product-detail-headline {
    background: #fff !important;
    border: 1px solid #e6e6e6 !important;
    padding: 24px 28px !important;
}

body.product-detail-page .product-detail-top {
    align-items: start !important;
    display: grid !important;
    gap: 24px !important;
    grid-template-columns: minmax(460px, 680px) minmax(320px, 420px) !important;
}

body.product-detail-page .product-detail-gallery,
body.product-detail-page .product-detail-summary,
body.product-detail-page .product-detail-section {
    background: #fff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 24px !important;
}

body.product-detail-page .product-detail-main-image {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid #ececec !important;
    display: flex !important;
    justify-content: center !important;
    min-height: 540px !important;
    padding: 32px !important;
}

body.product-detail-page .product-detail-main-image-tag {
    max-height: 470px !important;
    max-width: 100% !important;
    object-fit: contain !important;
}

body.product-detail-page .product-detail-title {
    color: #263446 !important;
    font-family: var(--title-font-family) !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
}

body.product-detail-page .product-detail-brand {
    color: #b01117 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
    margin-bottom: 8px !important;
    text-transform: uppercase !important;
}

body.product-detail-page .product-detail-code-line {
    border-bottom: 1px solid #ededed !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin-bottom: 16px !important;
    padding-bottom: 16px !important;
}

body.product-detail-page .product-detail-meta-inline {
    color: #6a605b !important;
    display: flex !important;
    flex-wrap: wrap !important;
    font-size: 12px !important;
    gap: 6px !important;
}

body.product-detail-page .product-detail-subtitle {
    color: #66707a !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    margin-bottom: 16px !important;
}

body.product-detail-page .product-detail-highlight {
    background: #f4f5f6 !important;
    border-radius: 4px !important;
    color: #56606a !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 8px 12px !important;
    text-transform: uppercase !important;
}

body.product-detail-page .product-detail-buy-box {
    border-top: 1px solid #ececec !important;
    margin-top: 10px !important;
    padding-top: 18px !important;
}

body.product-detail-page .product-detail-buy-note strong {
    color: #d1161f !important;
    display: block !important;
    font-size: 18px !important;
    margin-bottom: 4px !important;
    text-transform: uppercase !important;
}

body.product-detail-page .product-detail-buy-note span {
    color: #6b6b6b !important;
    display: block !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
}

body.product-detail-page .product-detail-cta-box {
    background: #fafafa !important;
    border: 1px solid #ededed !important;
    border-radius: 0 !important;
    padding: 18px !important;
}

body.product-detail-page .product-detail-cta-chip {
    background: #fff !important;
    border: 1px solid #e6dfda !important;
    border-radius: 4px !important;
    color: #77665d !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 7px 12px !important;
    text-transform: uppercase !important;
}

body.product-detail-page .product-detail-tab-buttons {
    background: #f4f4f4 !important;
    border-bottom: 1px solid #ebebeb !important;
    display: flex !important;
}

body.product-detail-page .product-detail-tab-button {
    background: transparent !important;
    border: 0 !important;
    color: #5d5651 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 16px 20px !important;
    text-transform: uppercase !important;
}

body.product-detail-page .product-detail-tab-button.is-active {
    background: #fff !important;
    box-shadow: inset 0 -3px 0 var(--first-bg-color) !important;
    color: var(--first-bg-color) !important;
}

body.product-detail-page .product-detail-tab-panels {
    padding: 24px !important;
}

body.product-detail-page .product-detail-specs-grid {
    display: grid !important;
    gap: 14px 18px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.product-detail-page .product-detail-extra {
    display: grid !important;
    gap: 14px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media screen and (max-width: 1200px) {
    body.product-detail-page .product-detail-top {
        grid-template-columns: 1fr !important;
    }
}

@media screen and (max-width: 992px) {
    body.product-detail-page .product-hero-main-media {
        min-height: 420px;
    }

    body.product-detail-page .product-hero-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 768px) {
    body.product-detail-page .product-hero,
    body.product-detail-page .product-panel {
        border-radius: 0;
    }

    body.product-detail-page .product-hero,
    body.product-detail-page .product-panel {
        padding: 18px;
    }

    body.product-detail-page .product-hero-main-media {
        min-height: 300px;
        padding: 18px;
    }

    body.product-detail-page .product-hero-keyfacts,
    body.product-detail-page .product-info-cards,
    body.product-detail-page .product-detail-related-grid {
        grid-template-columns: 1fr;
    }

    body.product-detail-page .product-hero-actions {
        flex-direction: column;
    }

    body.product-detail-page .product-hero-primary-btn,
    body.product-detail-page .product-hero-secondary-btn {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    body.product-detail-page .product-detail-headline,
    body.product-detail-page .product-detail-gallery,
    body.product-detail-page .product-detail-summary,
    body.product-detail-page .product-detail-section {
        padding: 18px !important;
    }

    body.product-detail-page .product-detail-main-image {
        min-height: 320px !important;
        padding: 20px !important;
    }

    body.product-detail-page .product-detail-specs-grid,
    body.product-detail-page .product-detail-extra {
        grid-template-columns: 1fr !important;
    }
}

body.cart-page .cart-shell {
    padding-bottom: 48px !important;
    padding-top: 24px !important;
}

body.cart-page .second-page-container {
    background: #fff !important;
}

body.cart-page .catalog-breadcrumb {
    border-bottom: 0 !important;
    margin-bottom: 8px !important;
}

body.cart-page .header-for-light {
    padding: 18px 0 28px !important;
}

body.cart-page .header-for-light h2,
body.cart-page .cart-panel h3 {
    color: #3c3c3c !important;
    font-family: var(--title-font-family) !important;
    font-size: 24px !important;
    margin: 0 !important;
    text-transform: none !important;
}

body.cart-page .header-for-light a,
body.cart-page .tbr-finish-cart a {
    color: var(--second-bg-color) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

body.cart-page .cart-content {
    display: block !important;
}

body.cart-page .cart-items-panel,
body.cart-page .cart-panel {
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 22px 20px !important;
}

body.cart-page .cart-items-panel {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 8px !important;
}

body.cart-page .block-form.box-border {
    min-height: 100% !important;
}

body.cart-page .cart-panel hr,
body.cart-page .cart-content > .row > .col-sm-12 > hr {
    border-color: #ececec !important;
    margin: 14px 0 20px !important;
}

body.cart-page .cart-items-list {
    display: block !important;
}

body.cart-page .cart-list-shell {
    border: 0 !important;
}

body.cart-page .cart-list-header {
    background: transparent !important;
    border-bottom: 1px solid #dcdcdc !important;
    color: #2f2f2f !important;
    font-size: 12px !important;
    padding: 8px 0 14px !important;
    text-transform: uppercase !important;
}

body.cart-page .cart-list-body {
    background: #fff !important;
}

body.cart-page .cart-items-loading {
    align-items: center !important;
    color: #64748b !important;
    display: flex !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    gap: 8px !important;
    justify-content: center !important;
    min-height: 120px !important;
}

body.cart-page .cart-items-loading i {
    color: #d61119 !important;
}

body.cart-page .cart-promotion-group {
    background: #ffffff !important;
    border: 1px solid #d61119 !important;
    border-radius: 6px !important;
    margin: 10px 0 !important;
    overflow: hidden !important;
}

body.cart-page .cart-promotion-group-header {
    align-items: center !important;
    background: #ffffff !important;
    border-bottom: 1px solid #eef2f6 !important;
    display: flex !important;
    gap: 16px !important;
    justify-content: space-between !important;
    padding: 10px 14px 8px !important;
}

body.cart-page .cart-promotion-group-header strong {
    color: #243447 !important;
    display: block !important;
    font-family: var(--title-font-family) !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
}

body.cart-page .cart-promotion-group-kicker {
    color: #8a94a3 !important;
    display: block !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    line-height: 1.2 !important;
    margin-bottom: 3px !important;
    text-transform: uppercase !important;
}

body.cart-page .cart-promotion-group-status {
    background: #fff7f7 !important;
    border: 1px solid #f1c7c9 !important;
    border-radius: 999px !important;
    color: #b91c1c !important;
    flex: 0 1 auto !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    padding: 6px 10px !important;
    text-align: right !important;
}

body.cart-page .cart-promotion-group-help {
    background: #f8fafc !important;
    border-bottom: 1px solid #eef2f6 !important;
    color: #64748b !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    padding: 8px 14px !important;
}

body.cart-page .cart-promotion-group-items {
    padding: 0 12px !important;
}

body.cart-page .cart-promotion-group .cart-item-card {
    border-bottom: 1px solid #eef2f6 !important;
}

body.cart-page .cart-promotion-group .cart-item-card:last-child {
    border-bottom: 0 !important;
}

body.cart-page .cart-item-card {
    border-bottom: 0 !important;
    margin: 0 !important;
    padding: 10px 0 12px !important;
}

body.cart-page .cart-item-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

body.cart-page .cart-list-header-row {
    align-items: center !important;
    display: flex !important;
    justify-content: space-between !important;
}

body.cart-page .cart-item-main {
    align-items: center !important;
    display: flex !important;
    flex: 1 1 auto !important;
    justify-content: flex-start !important;
    min-width: 0 !important;
}

body.cart-page .cart-item-side,
body.cart-page .cart-list-header-side {
    align-items: center !important;
    display: grid !important;
    flex: 0 0 auto !important;
    gap: 0 10px !important;
    grid-template-columns: 90px 120px 90px 22px !important;
    justify-content: end !important;
}

body.cart-page .cart-list-header-main {
    flex: 1 1 auto !important;
    padding-left: 0 !important;
}

body.cart-page .cart-item-media {
    align-items: center !important;
    background: #fff !important;
    border: 0 !important;
    display: flex !important;
    justify-content: center !important;
    min-height: 64px !important;
    margin-left: 0 !important;
    padding: 0 !important;
    flex: 0 0 64px !important;
    width: 64px !important;
}

body.cart-page .cart-item-copy {
    display: block !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    padding-left: 8px !important;
    text-align: left !important;
}

body.cart-page .cart-item-image {
    max-height: 58px !important;
    max-width: 100% !important;
    object-fit: contain !important;
}

body.cart-page .cart-item-image-fallback {
    align-items: center !important;
    color: #8a6b60 !important;
    display: flex !important;
    font-family: var(--title-font-family) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    justify-content: center !important;
    min-height: 90px !important;
    text-transform: uppercase !important;
}

body.cart-page .cart-item-brand {
    color: #b1b1b1 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    margin-bottom: 4px !important;
    text-transform: uppercase !important;
}

body.cart-page .cart-item-heading {
    align-items: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin-bottom: 2px !important;
}

body.cart-page .cart-item-title {
    color: #2f2f2f !important;
    display: inline !important;
    font-family: var(--title-font-family) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
    text-transform: none !important;
}

body.cart-page .cart-item-title:hover,
body.cart-page .cart-item-title:focus {
    color: #2f2f2f !important;
    text-decoration: none !important;
}

body.cart-page .cart-item-meta {
    color: #8e8e8e !important;
    display: block !important;
    font-size: 12px !important;
    gap: 0 !important;
    line-height: 1.2 !important;
}

body.cart-page .cart-item-quantity,
body.cart-page .cart-item-unit-price,
body.cart-page .cart-item-prices,
body.cart-page .cart-item-remove {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    justify-content: center !important;
}

body.cart-page .cart-item-unit-price strong {
    color: #2f3a4a !important;
    font-size: 15px !important;
    font-weight: 800 !important;
}

body.cart-page .cart-item-unit-price {
    flex-direction: column !important;
    gap: 3px !important;
}

body.cart-page .cart-item-unit-original {
    color: #8a8a8a !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-decoration: line-through !important;
}

body.cart-page .cart-list-header-main strong {
    display: inline-block !important;
    padding-left: 18px !important;
}

body.cart-page .cart-list-header .text-center,
body.cart-page .cart-item-unit-price,
body.cart-page .cart-item-quantity {
    text-align: center !important;
}

body.cart-page .cart-list-header-side > div {
    text-align: center !important;
}

body.cart-page .cart-item-prices {
    justify-content: center !important;
    padding-right: 0 !important;
    text-align: center !important;
}

body.cart-page .cart-item-remove {
    justify-content: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.cart-page .cart-quantity-box {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    overflow: hidden !important;
}

body.cart-page .cart-qty-btn {
    background: #fff !important;
    border: 0 !important;
    color: #5a5a5a !important;
    font-family: var(--text-font-family) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    height: 26px !important;
    width: 26px !important;
}

body.cart-page .cart-qty-btn:hover,
body.cart-page .cart-qty-btn:focus {
    background: #fff !important;
    outline: none !important;
}

body.cart-page .cart-qty-input {
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #243447 !important;
    font-family: var(--text-font-family) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    height: 26px !important;
    margin: 0 !important;
    text-align: center !important;
    width: 34px !important;
}

body.cart-page .cart-qty-input::-webkit-inner-spin-button,
body.cart-page .cart-qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

body.cart-page .custom-input-quantity.on-cart {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    overflow: hidden !important;
}

body.cart-page .custom-input-quantity.on-cart button {
    background: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #5a5a5a !important;
    font-family: var(--text-font-family) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

body.cart-page .custom-input-quantity.on-cart input[type="number"] {
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    background: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #243447 !important;
    font-family: var(--text-font-family) !important;
    margin: 0 !important;
    outline: none !important;
}

body.cart-page .custom-input-quantity.on-cart input[type="number"]::-webkit-inner-spin-button,
body.cart-page .custom-input-quantity.on-cart input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

body.cart-page .cart-item-prices {
    color: #697586 !important;
    flex-direction: column !important;
    gap: 2px !important;
}

body.cart-page .cart-item-prices span {
    color: #7d7d7d !important;
    font-size: 11px !important;
}

body.cart-page .cart-item-prices .cart-item-compare-price {
    color: #8a8a8a !important;
    text-decoration: line-through !important;
}

body.cart-page .cart-item-prices strong {
    color: var(--second-bg-color) !important;
    font-family: var(--text-font-family) !important;
    font-size: 14px !important;
}

body.cart-page .cart-remove-btn,
body.cart-page .cart-remove-coupon {
    background: transparent !important;
    border: 0 !important;
    color: #7f1d1d !important;
    font-size: 10px;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
}

body.cart-page .cart-remove-btn i {
    font-size: 18px !important;
}

body.cart-page .cart-bottom-row > div {
    margin-bottom: 20px;
}

body.cart-page .flexy-cart-coupom-submit,
body.cart-page #calculation_cep {
    background-color: var(--first-bg-color) !important;
    border: 1px solid var(--first-bg-color) !important;
    color: #fff !important;
}

body.cart-page .coupon-validate,
body.cart-page .flexy-postcode-mask {
    border: 2px solid #dcdcdc !important;
    border-bottom-left-radius: 4px !important;
    border-right: 0 !important;
    border-top-left-radius: 4px !important;
    box-shadow: none !important;
}

body.cart-page .cart-inline-group .btn,
body.cart-page .cart-inline-group .form-control {
    height: 42px;
}

body.cart-page .cart-inline-button {
    background: var(--first-bg-color);
    border-radius: 0 4px 4px 0;
    font-size: 13px;
    font-weight: 700;
    min-width: 112px;
}

body.cart-page .flexy-cart-coupom-submit.cart-inline-button {
    font-size: 12px;
    min-width: 84px;
    padding-left: 14px;
    padding-right: 14px;
}

body.cart-page .cart-checkout-button {
    background: var(--first-bg-color) !important;
    border: 1px solid var(--first-bg-color) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    min-height: 46px !important;
    text-transform: none !important;
    width: 100% !important;
}

body.cart-page .cart-checkout-button:disabled {
    cursor: wait !important;
    opacity: 0.72 !important;
}

body.cart-page .cart-login-alert {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
}

body.cart-page .cart-login-alert span {
    flex: 1;
}

body.cart-page .cart-login-alert a {
    font-weight: 700;
    white-space: nowrap;
}

body.cart-page .cart-coupon-panel.is-locked .cart-inline-group {
    opacity: 0.6;
}

body.cart-page .cart-coupon-panel.is-locked input,
body.cart-page .cart-coupon-panel.is-locked button {
    cursor: not-allowed !important;
}

body.cart-page .cart-feedback {
    color: #666;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 14px;
    margin-top: 8px;
    min-height: 22px;
}

body.cart-page .cart-delivery-deadlines {
    display: grid;
    gap: 10px;
    margin-bottom: 0;
    margin-top: 12px;
}

body.cart-page .cart-delivery-option {
    align-items: center;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-left: 3px solid var(--first-bg-color);
    border-radius: 4px;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    min-height: 58px;
    padding: 10px 12px;
}

body.cart-page .cart-delivery-copy {
    min-width: 0;
}

body.cart-page .cart-delivery-option strong,
body.cart-page .cart-delivery-option span {
    display: block;
}

body.cart-page .cart-delivery-option strong {
    color: #333;
    font-family: var(--text-font-family);
    font-size: 13px;
    line-height: 1.3;
}

body.cart-page .cart-delivery-option span {
    color: #666;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 2px;
}

body.cart-page .cart-delivery-option .cart-delivery-free-tag {
    background: #ecfdf3;
    border: 1px solid #b7ebc6;
    border-radius: 999px;
    color: #16793b;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    margin-top: 0;
    padding: 6px 9px;
    text-transform: uppercase;
}

body.cart-page .cart-shipping-feedback-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

body.cart-page .cart-shipping-feedback-row.is-collapsed {
    background: transparent;
    border: 0;
    color: #666;
    font-size: 12px;
    min-height: 0;
    padding: 0;
}

body.cart-page .cart-shipping-feedback-row.is-collapsed span {
    color: #666;
    font-size: 12px;
}

body.cart-page .cart-shipping-toggle-link {
    background: transparent;
    border: 0;
    color: var(--first-bg-color);
    font-size: 12px;
    font-weight: 700;
    padding: 0;
}

body.cart-page #shipping-options:empty {
    display: none;
}

body.cart-page .cart-option-list {
    display: grid;
    gap: 12px;
}

body.cart-page .cart-option-card {
    background: #fff;
    border: 1px solid #e7e7e7;
    color: #4b4b4b;
    display: grid;
    gap: 4px;
    padding: 14px 16px;
    text-align: left;
}

body.cart-page .cart-option-card strong,
body.cart-page .cart-option-card em {
    font-style: normal;
    font-weight: 700;
}

body.cart-page .cart-option-card.is-selected {
    background: #fafafa;
    border-color: var(--first-bg-color);
    box-shadow: none;
}

body.cart-page .cart-coupon-card {
    background: transparent;
    border: 0;
    padding: 0;
}

body.cart-page .cart-coupon-card .media {
    margin-top: 0;
}

body.cart-page .cart-coupon-card .list-group {
    margin-bottom: 0;
}

body.cart-page .cart-coupon-card .list-group-item {
    align-items: center;
    border-color: #f0f0f0;
    display: flex;
    justify-content: space-between;
}

body.cart-page .cart-coupon-card .list-group-item.text-center {
    display: block;
}

body.cart-page .cart-coupon-card .list-group-item small {
    color: #555;
    font-size: 12px;
}

body.cart-page .cart-total-list {
    display: grid !important;
    gap: 10px !important;
}

body.cart-page .cart-total-row {
    align-items: center !important;
    color: #666 !important;
    display: flex !important;
    font-size: 13px !important;
    justify-content: space-between !important;
}

body.cart-page .cart-total-row strong {
    color: #4b4b4b;
    font-size: 14px;
}

body.cart-page .cart-total-row.is-discount strong {
    color: #0f7a41;
}

body.cart-page .cart-total-row.is-grand-total {
    border-top: 0;
    margin-top: 8px;
    padding-top: 10px;
}

body.cart-page .cart-total-row.is-grand-total strong {
    color: var(--second-bg-color);
    font-family: var(--title-font-family);
    font-size: 24px;
}

body.cart-page .cart-total-row.is-cash-total {
    align-items: flex-end !important;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 2px;
    padding-bottom: 12px;
}

body.cart-page .cart-total-row.is-cash-total span {
    color: #666;
    font-size: 13px;
    font-weight: 400;
}

body.cart-page .cart-total-row.is-cash-total small {
    color: #0f7a41;
    font-size: 11px;
    font-weight: 700;
}

body.cart-page .cart-total-row.is-cash-total strong {
    color: #0f7a41;
    font-family: var(--title-font-family);
    font-size: 20px;
}

body.cart-page .cart-finish-actions {
    align-items: center !important;
    border-top: 0 !important;
    margin-top: 6px !important;
    padding-top: 0 !important;
}

body.cart-page .cart-empty-state {
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 0 42px !important;
    padding: 0 !important;
}

body.cart-page .cart-empty-message {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    padding: 29px 16px;
    text-align: center;
}

body.cart-page .cart-empty-message h2 {
    color: #4a4a4a !important;
    font-family: Arial, sans-serif !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    margin: 0 !important;
}

body.cart-page .cart-empty-back {
    color: #9b0000 !important;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-top: 31px;
}

body.cart-page .cart-bottom-row .cart-panel {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.cart-page .cart-bottom-row h3 {
    color: #4a4a4a !important;
    font-size: 22px !important;
    font-weight: 700 !important;
}

body.cart-page .cart-bottom-row h3 i {
    color: #5f5f5f !important;
    margin-right: 6px !important;
}

body.cart-page .cart-bottom-row .cart-panel hr {
    margin-top: 16px !important;
    margin-bottom: 28px !important;
}

body.cart-page .catalog-breadcrumb > li,
body.cart-page .catalog-breadcrumb > li > a,
body.cart-page .catalog-breadcrumb > .active {
    color: #8a8a8a !important;
}

body.cart-page .catalog-breadcrumb > li + li::before {
    color: #b3b3b3 !important;
}

body.cart-page .cart-empty-state.hidden,
body.cart-page .cart-content.hidden,
body.cart-page .cart-coupon-card.hidden {
    display: none !important;
}

@media screen and (max-width: 900px) {
    body.cart-page .cart-promotion-group-header {
        align-items: flex-start !important;
        flex-direction: column !important;
        gap: 8px !important;
    }

    body.cart-page .cart-promotion-group-status {
        text-align: left !important;
    }

    body.cart-page .cart-item-row {
        display: block !important;
    }

    body.cart-page .cart-item-main {
        display: flex !important;
    }

    body.cart-page .cart-item-side {
        display: grid !important;
        gap: 12px !important;
        grid-template-columns: 1fr !important;
        justify-content: flex-start !important;
        margin-top: 12px !important;
    }

    body.cart-page .cart-item-quantity,
    body.cart-page .cart-item-unit-price,
    body.cart-page .cart-item-prices,
    body.cart-page .cart-item-remove {
        justify-content: flex-start !important;
        margin-top: 0 !important;
        text-align: left !important;
    }
}

@media screen and (max-width: 768px) {
    body.cart-page .cart-panel,
    body.cart-page .cart-empty-state {
        box-shadow: none;
        padding: 18px;
    }

    body.cart-page .cart-item-card {
        display: block !important;
    }

    body.cart-page .cart-item-media {
        margin-bottom: 16px !important;
        min-height: 160px !important;
        width: 100% !important;
    }

    body.cart-page .tbr-finish-cart .text-right {
        text-align: left;
    }

    body.cart-page .cart-checkout-button {
        margin-top: 12px;
    }
}

/* Páginas institucionais gerenciadas pela Administração */
body.content-page,
body.content-page .catalog-main {
    background: #fff;
}

.content-page-main {
    min-height: 560px;
    padding: 22px 0 64px;
}

.content-page-layout {
    align-items: start;
    display: grid;
    gap: 36px;
    grid-template-columns: 260px minmax(0, 1fr);
}

.content-page-layout[hidden] {
    display: none !important;
}

body.catalog-download-page .content-page-layout {
    display: block;
}

body.catalog-download-page .content-page-sidebar {
    display: none;
}

.content-page-loading {
    color: #7c828b;
    font-family: Arial, sans-serif;
    padding: 60px 0;
    text-align: center;
}

.content-page-sidebar {
    background: #f7f5f5;
}

.content-sidebar-group h2 {
    background: var(--second-bg-color);
    color: #fff;
    font-family: var(--title-font-family);
    font-size: 17px;
    margin: 0;
    padding: 13px 16px;
    text-align: center;
    text-transform: uppercase;
}

.content-sidebar-group ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content-sidebar-group a {
    color: #323232;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding: 11px 14px;
    position: relative;
    text-decoration: none;
    transition: box-shadow 160ms ease;
}

.content-sidebar-group a:hover {
    color: #323232;
    box-shadow: 0 4px 12px rgba(29, 34, 41, 0.18);
    text-decoration: none;
    z-index: 1;
}

.content-sidebar-group a.is-active {
    color: #323232;
    font-weight: 700;
}

.content-page-article h1 {
    color: var(--first-bg-color);
    font-family: var(--title-font-family);
    font-size: 34px;
    font-weight: 700;
    margin: 0;
}

.content-page-title-rule {
    background: var(--second-bg-color);
    height: 4px;
    margin: 7px 0 28px;
    max-width: 260px;
}

.content-page-body {
    color: #555;
    font-size: 14px;
    line-height: 1.75;
}

.content-page-body h2 {
    color: #3d4147;
    font-family: var(--title-font-family);
    font-size: 20px;
    margin: 25px 0 8px;
}

.content-page-body p {
    margin: 0 0 13px;
}

.content-page-body a {
    color: var(--first-bg-color);
}

.download-catalog-list {
    border-top: 1px solid #d8d8d8;
    font-family: "Roboto Slab", serif;
}

.download-catalog-row {
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    min-height: 47px;
    padding: 8px 8px;
}

.download-catalog-row:nth-child(odd) {
    background: #f7f7f7;
}

.download-catalog-row span:first-child {
    color: #333;
    font-size: 14px;
}

.download-catalog-button {
    background: var(--first-bg-color);
    border-radius: 4px;
    color: #fff !important;
    display: inline-flex;
    flex: 0 0 auto;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    padding: 10px 13px;
    text-decoration: none;
}

.download-catalog-button:hover,
.download-catalog-button:focus {
    background: var(--second-bg-color);
    color: #fff !important;
    text-decoration: none;
}

.download-catalog-button.is-disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.content-page-image {
    border-radius: 5px;
    display: block;
    margin-top: 28px;
    max-height: 520px;
    object-fit: cover;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .content-page-layout {
        grid-template-columns: 1fr;
    }

    .content-page-sidebar {
        order: 2;
    }

    .content-page-article h1 {
        font-size: 27px;
    }
}

/* Checkout */
body.checkout-page,
body.checkout-page .catalog-main {
    background: #f7f8fa;
}

body.checkout-page .checkout-shell {
    padding-bottom: 70px;
    padding-top: 24px;
}

body.checkout-page .catalog-breadcrumb {
    background: transparent;
    margin-bottom: 18px;
    padding-left: 0;
}

body.checkout-page .catalog-breadcrumb > li,
body.checkout-page .catalog-breadcrumb > li > a,
body.checkout-page .catalog-breadcrumb > .active {
    color: #8a8f98 !important;
}

body.checkout-page .checkout-heading {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
}

body.checkout-page .checkout-eyebrow {
    color: var(--first-bg-color);
    display: block;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

body.checkout-page .checkout-heading h1 {
    color: #252a31;
    font-family: var(--title-font-family);
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 7px;
}

body.checkout-page .checkout-heading p,
body.checkout-page .checkout-panel-heading p {
    color: #7b818b;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 0;
}

body.checkout-page .checkout-secure-label {
    align-items: center;
    color: #707782;
    display: flex;
    font-family: Arial, sans-serif;
    font-size: 12px;
    gap: 7px;
    padding-bottom: 5px;
}

body.checkout-page .checkout-secure-label i {
    color: #258457;
}

body.checkout-page .checkout-content {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
}

body.checkout-page .checkout-panel {
    background: #fff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 6px !important;
    box-shadow: 0 3px 12px rgba(24, 31, 41, 0.04) !important;
    margin-bottom: 18px !important;
    padding: 26px !important;
    transition: opacity 160ms ease;
}

body.checkout-page .checkout-panel.is-disabled {
    opacity: 0.48;
}

body.checkout-page .checkout-panel-heading {
    align-items: flex-start;
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
}

body.checkout-page .checkout-step {
    align-items: center;
    background: #fff0f1;
    border-radius: 50%;
    color: var(--first-bg-color);
    display: inline-flex;
    flex: 0 0 30px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 30px;
    justify-content: center;
}

body.checkout-page .checkout-panel h2,
body.checkout-page .checkout-summary-heading h2 {
    color: #31363d !important;
    font-family: var(--title-font-family) !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    margin: 1px 0 4px !important;
}

body.checkout-page .checkout-delivery-options {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.checkout-page .checkout-choice-card {
    align-items: center;
    background: #fff;
    border: 1px solid #dfe3e8;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    font-family: Arial, sans-serif;
    gap: 13px;
    margin: 0;
    min-height: 76px;
    padding: 15px 16px;
    position: relative;
    transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

body.checkout-page .checkout-choice-card:hover {
    border-color: #c8cdd4;
}

body.checkout-page .checkout-choice-card:has(input:checked) {
    background: #fffafa;
    border-color: var(--first-bg-color);
    box-shadow: 0 0 0 1px var(--first-bg-color);
}

body.checkout-page .checkout-choice-card > input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

body.checkout-page .checkout-choice-icon,
body.checkout-page .checkout-address-icon {
    align-items: center;
    background: #f4f5f7;
    border-radius: 50%;
    color: #555d68;
    display: inline-flex;
    flex: 0 0 38px;
    font-size: 16px;
    height: 38px;
    justify-content: center;
}

body.checkout-page .checkout-choice-card:has(input:checked) .checkout-choice-icon {
    background: #ffe8e9;
    color: var(--first-bg-color);
}

body.checkout-page .checkout-choice-copy {
    display: grid;
    flex: 1;
    gap: 4px;
}

body.checkout-page .checkout-choice-copy strong {
    color: #353a41;
    font-size: 14px;
}

body.checkout-page .checkout-choice-copy small {
    color: #828892;
    display: block;
    font-size: 12px;
    font-weight: 400;
}

body.checkout-page .checkout-choice-radio {
    background: #fff;
    border: 1px solid #bfc5cc;
    border-radius: 50%;
    flex: 0 0 18px;
    height: 18px;
    position: relative;
}

body.checkout-page input:checked ~ .checkout-choice-radio {
    border: 5px solid var(--first-bg-color);
}

body.checkout-page .checkout-address-card {
    align-items: flex-start;
    background: #fafbfc;
    border: 1px solid #e3e6ea;
    border-radius: 5px;
    display: flex;
    font-family: Arial, sans-serif;
    gap: 14px;
    min-height: 88px;
    padding: 17px;
}

body.checkout-page .checkout-pickup-card {
    align-items: center;
    cursor: pointer;
    position: relative;
}

body.checkout-page .checkout-pickup-card:hover {
    border-color: #c8cdd4;
}

body.checkout-page .checkout-pickup-card:has(input:checked) {
    background: #fffafa;
    border-color: var(--first-bg-color);
    box-shadow: 0 0 0 1px var(--first-bg-color);
}

body.checkout-page .checkout-pickup-card > input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

body.checkout-page .checkout-pickup-card:has(input:checked) .checkout-address-icon {
    background: #ffe8e9;
    color: var(--first-bg-color);
}

body.checkout-page .checkout-address-card > div {
    flex: 1;
}

body.checkout-page .checkout-address-card strong {
    color: #343a42;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 2px;
}

body.checkout-page .checkout-store-name {
    color: var(--first-bg-color);
    display: block;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.35px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

body.checkout-page .checkout-address-card p {
    color: #727984;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

body.checkout-page .checkout-fixed-badge {
    color: #278258;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

body.checkout-page .checkout-fixed-badge i {
    margin-right: 3px;
}

body.checkout-page .checkout-empty-message {
    align-items: flex-start;
    background: #fffaf0;
    border: 1px solid #f1dfb8;
    border-radius: 5px;
    color: #8a6421;
    display: flex;
    font-family: Arial, sans-serif;
    gap: 11px;
    padding: 15px;
}

body.checkout-page .checkout-empty-message > i {
    font-size: 17px;
    margin-top: 2px;
}

body.checkout-page .checkout-empty-message strong {
    display: block;
    font-size: 13px;
    margin-bottom: 2px;
}

body.checkout-page .checkout-empty-message p {
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
}

body.checkout-page .checkout-empty-message.is-error {
    background: #fff5f5;
    border-color: #f0c7c7;
    color: #9d2424;
}

body.checkout-page .checkout-payment-label {
    color: #3f454d;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 9px;
}

body.checkout-page .checkout-payment-select {
    border: 1px solid #dfe3e8;
    border-radius: 4px;
    box-shadow: none;
    font-family: Arial, sans-serif;
    font-size: 13px;
    min-height: 46px;
}

body.checkout-page .checkout-payment-select:focus {
    border-color: var(--first-bg-color);
    box-shadow: 0 0 0 2px rgba(238, 28, 37, 0.15);
}

body.checkout-page .checkout-payment-dropdown {
    font-family: Arial, sans-serif;
    position: relative;
}

body.checkout-page .checkout-payment-toggle {
    align-items: center;
    background: #fff;
    border: 1px solid #d9dee5;
    border-radius: 5px;
    color: #31363d;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    min-height: 48px;
    padding: 10px 13px;
    text-align: left;
    width: 100%;
}

body.checkout-page .checkout-payment-toggle:focus {
    border-color: var(--first-bg-color);
    box-shadow: 0 0 0 2px rgba(238, 28, 37, 0.15);
    outline: none;
}

body.checkout-page .checkout-payment-toggle-content,
body.checkout-page .checkout-payment-option {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
}

body.checkout-page .checkout-payment-toggle-content {
    flex: 1;
}

body.checkout-page .checkout-payment-list {
    background: #fff;
    border: 1px solid #d9dee5;
    border-radius: 6px;
    box-shadow: 0 14px 30px rgba(24, 31, 41, 0.11);
    left: 0;
    max-height: 280px;
    overflow-y: auto;
    padding: 7px;
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    z-index: 20;
}

body.checkout-page .checkout-payment-list::-webkit-scrollbar {
    width: 8px;
}

body.checkout-page .checkout-payment-list::-webkit-scrollbar-track {
    background: #f1f3f5;
    border-radius: 999px;
}

body.checkout-page .checkout-payment-list::-webkit-scrollbar-thumb {
    background: #c5cbd3;
    border-radius: 999px;
}

body.checkout-page .checkout-payment-option {
    background: #fff;
    border: 0;
    border-radius: 5px;
    color: #31363d;
    display: flex;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 2px;
    min-height: 42px;
    padding: 9px 10px;
    position: relative;
    text-align: left;
    width: 100%;
}

body.checkout-page .checkout-payment-option:hover,
body.checkout-page .checkout-payment-option:focus {
    background: #f7f8fa;
    outline: none;
}

body.checkout-page .checkout-payment-option.is-selected {
    background: #fff8f8;
    box-shadow: inset 3px 0 0 var(--first-bg-color);
}

body.checkout-page .checkout-payment-option.is-disabled,
body.checkout-page .checkout-payment-option:disabled {
    background: #fafbfc;
    color: #9aa1ab;
    cursor: not-allowed;
    opacity: 0.62;
}

body.checkout-page .checkout-payment-option.is-disabled:hover,
body.checkout-page .checkout-payment-option.is-disabled:focus,
body.checkout-page .checkout-payment-option.is-disabled.is-selected {
    background: #fafbfc;
}

body.checkout-page .checkout-payment-option.is-disabled .checkout-payment-badge,
body.checkout-page .checkout-payment-option:disabled .checkout-payment-badge {
    opacity: 0.75;
}

body.checkout-page .checkout-payment-option-main {
    font-weight: 700;
}

body.checkout-page .checkout-payment-help {
    align-items: center;
    color: #6f7680;
    display: flex;
    flex-wrap: wrap;
    font-family: Arial, sans-serif;
    font-size: 12px;
    gap: 8px;
    line-height: 1.5;
    margin-top: 10px;
}

body.checkout-page .checkout-payment-badges {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
}

body.checkout-page .checkout-payment-badge {
    border-radius: 999px;
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    padding: 6px 8px;
}

body.checkout-page .checkout-payment-badge.is-discount {
    background: #e9f7ef;
    color: #247a51;
}

body.checkout-page .checkout-payment-badge.is-info,
body.checkout-page .checkout-payment-badge.is-suggested {
    background: #eef2f7;
    color: #596270;
}

body.checkout-page .checkout-payment-message {
    color: #278258;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 8px;
}

body.checkout-page .checkout-payment-message.is-invalid {
    color: #9d2424;
    font-weight: 700;
}

body.checkout-page .checkout-retry-button {
    background: #fff;
    border: 1px solid currentColor;
    border-radius: 4px;
    color: inherit;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    min-height: 34px;
    padding: 7px 11px;
}

body.checkout-page .checkout-notes-label {
    color: #3f454d;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 9px;
}

body.checkout-page .checkout-notes-label span {
    color: #90959d;
    font-weight: 400;
}

body.checkout-page #checkout-notes {
    border: 1px solid #dfe3e8;
    border-radius: 4px;
    box-shadow: none;
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding: 12px;
    resize: vertical;
}

body.checkout-page .checkout-seller-footer {
    align-items: center;
    color: #5f6670;
    display: flex;
    flex-wrap: wrap;
    font-family: Arial, sans-serif;
    font-size: 12px;
    gap: 6px;
    justify-content: flex-end;
    margin-top: 12px;
    padding-top: 12px;
}

body.checkout-page .checkout-seller-footer span {
    font-weight: 600;
}

body.checkout-page .checkout-seller-footer strong {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: none;
}

body.checkout-page .checkout-summary-panel {
    margin-left: 6px;
}

body.checkout-page .checkout-summary-column {
    align-self: stretch;
}

body.checkout-page .checkout-summary-panel.sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: var(--checkout-sticky-top, 108px) !important;
}

body.checkout-page .checkout-summary-heading {
    align-items: center;
    border-bottom: 1px solid #eceef1;
    display: flex;
    justify-content: space-between;
    padding-bottom: 18px;
}

body.checkout-page .checkout-summary-heading a {
    color: var(--first-bg-color);
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
}

body.checkout-page .checkout-summary-count {
    color: #8a9099;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 16px 0 4px;
    text-transform: uppercase;
}

body.checkout-page .checkout-summary-products {
    border-bottom: 1px solid #eceef1;
    max-height: 225px;
    overflow-y: auto;
    padding-bottom: 11px;
}

body.checkout-page .checkout-summary-product {
    align-items: flex-start;
    display: flex;
    font-family: Arial, sans-serif;
    gap: 12px;
    justify-content: space-between;
    padding: 10px 0;
}

body.checkout-page .checkout-summary-product > div {
    min-width: 0;
}

body.checkout-page .checkout-summary-product strong {
    color: #454b54;
    display: block;
    font-size: 12px;
    line-height: 1.4;
}

body.checkout-page .checkout-summary-product small {
    color: #91969e;
    display: block;
    font-size: 10px;
    margin-top: 3px;
}

body.checkout-page .checkout-summary-product-price {
    color: #555b64;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 700;
    gap: 3px;
    line-height: 1.15;
    text-align: right;
    white-space: nowrap;
}

body.checkout-page .checkout-summary-product-price strong {
    color: #2f3a4a;
    font-size: 12px;
    font-weight: 800;
}

body.checkout-page .checkout-summary-product-original {
    color: #8a8a8a;
    font-size: 10px;
    font-weight: 600;
    text-decoration: line-through;
}

body.checkout-page .checkout-summary-totals {
    display: grid;
    font-family: Arial, sans-serif;
    gap: 11px;
    padding: 18px 0;
}

body.checkout-page .checkout-summary-totals > div {
    align-items: center;
    color: #747b85;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
}

body.checkout-page .checkout-summary-totals strong {
    color: #4c535c;
}

body.checkout-page .checkout-summary-totals .is-discount strong {
    color: #278258;
}

body.checkout-page .checkout-summary-totals .is-interest strong {
    color: #7b5b19;
}

body.checkout-page .checkout-summary-totals .is-total {
    border-top: 1px solid #eceef1;
    color: #30363e;
    font-size: 15px;
    margin-top: 4px;
    padding-top: 16px;
}

body.checkout-page .checkout-summary-totals .is-total strong {
    color: #20252b;
    font-family: var(--title-font-family);
    font-size: 23px;
}

body.checkout-page .checkout-submit-button {
    background: var(--first-bg-color) !important;
    border: 1px solid var(--first-bg-color) !important;
    border-radius: 4px !important;
    color: #fff !important;
    font-family: Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    min-height: 48px !important;
    width: 100%;
}

body.checkout-page .checkout-submit-button i {
    margin-left: 8px;
}

body.checkout-page .checkout-submit-button:hover,
body.checkout-page .checkout-submit-button:focus {
    background: #d91019 !important;
}

body.checkout-page .checkout-submit-button:disabled {
    cursor: wait;
    opacity: 0.7;
}

body.checkout-page .checkout-submit-note {
    color: #8b9199;
    font-family: Arial, sans-serif;
    font-size: 10px;
    margin: 12px 0 0;
    text-align: center;
}

body.checkout-page .checkout-submit-note i {
    color: #278258;
    margin-right: 3px;
}

body.checkout-page .checkout-mobile-action {
    display: none;
}

body.checkout-page #checkout-alert-slot .alert {
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

body.customer-page,
body.customer-page .catalog-main {
    background: #f7f7f7;
}

body.customer-page .customer-shell {
    padding: 28px 0 56px;
}

body.customer-page .customer-heading {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 22px;
}

body.customer-page .customer-heading h1 {
    color: #333;
    font-family: var(--title-font-family);
    font-size: 32px;
    margin: 4px 0 6px;
}

body.customer-page .customer-heading p {
    color: #666;
    margin: 0;
}

body.customer-page .customer-action {
    background: var(--first-bg-color);
    border: 0;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    padding: 12px 18px;
}

body.customer-test-page .customer-test-form {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
    margin-bottom: 18px;
    padding: 18px;
}

body.customer-test-page .customer-test-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.customer-test-page .customer-test-grid label {
    color: #555;
    display: grid;
    font-size: 13px;
    font-weight: 700;
    gap: 7px;
    margin: 0;
}

body.customer-test-page .customer-test-grid input {
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    padding: 8px 10px;
    width: 100%;
}

body.customer-test-page .customer-test-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

body.customer-test-page .customer-test-clear {
    background: #f1f3f5;
    border: 0;
    border-radius: 6px;
    color: #465568;
    font-weight: 700;
    padding: 12px 18px;
}

body.customer-test-page .customer-test-summary {
    color: #666;
    font-size: 13px;
    margin: 0 0 12px;
}

body.customer-page .customer-orders-list {
    display: grid;
    gap: 14px;
}

body.customer-page .customer-order-card,
body.customer-page .customer-empty {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
    padding: 18px;
}

body.customer-page .customer-empty {
    color: #666;
}

body.customer-page .customer-order-main {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

body.customer-page .customer-order-main h2 {
    align-items: center;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    font-family: var(--title-font-family) !important;
    font-size: 18px;
    font-weight: 700;
    gap: 8px;
    margin: 0;
}

body.customer-page .customer-order-main p {
    color: #777;
    font-size: 12px;
    margin: 0;
}

body.customer-page .customer-order-footer {
    align-items: start;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 14px;
}

body.customer-page .customer-order-footer .customer-order-items {
    margin-top: 0;
}

body.customer-page .customer-order-main > strong {
    color: #333;
    font-size: 18px;
    white-space: nowrap;
}

body.customer-page .customer-order-rebuy {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    color: var(--first-bg-color);
    display: inline-flex;
    font-size: 14px;
    height: 28px;
    justify-content: center;
    text-decoration: none;
    transition: color 0.15s ease, background-color 0.15s ease;
    width: 28px;
}

body.customer-page .customer-order-rebuy:hover,
body.customer-page .customer-order-rebuy:focus {
    background: rgba(215, 25, 32, 0.07);
    box-shadow: none;
    color: var(--first-bg-color);
    outline: none;
    text-decoration: none;
}

body.customer-page .customer-order-status {
    background: #eef2f7;
    border-radius: 999px;
    color: #465568;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px;
    white-space: nowrap;
}

body.customer-page .status-enviado {
    background: #e8f7ef;
    color: #16784a;
}

body.customer-page .status-erro_envio {
    background: #fde9e9;
    color: #b42323;
}

body.customer-page .status-pendente_confirmacao {
    background: #fff4db;
    color: #9a6400;
}

body.customer-page .status-autcom-11 {
    background: #fff4db;
    color: #9a6400;
}

body.customer-page .status-autcom-15 {
    background: #e8f7ef;
    color: #16784a;
}

body.customer-page .status-autcom-12,
body.customer-page .status-autcom-13,
body.customer-page .status-autcom-14 {
    background: #e9f2ff;
    color: #1f5fa8;
}

body.customer-page .status-autcom-16,
body.customer-page .status-autcom-17,
body.customer-page .status-autcom-18 {
    background: #fde9e9;
    color: #b42323;
}

body.customer-page .customer-order-meta {
    border-top: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-top: 16px;
    padding-top: 14px;
}

body.customer-page .customer-order-meta span {
    color: #666;
    font-size: 13px;
}

body.customer-page .customer-order-meta i {
    color: var(--first-bg-color);
    margin-right: 6px;
}

body.customer-page .customer-order-items {
    margin-top: 14px;
}

body.customer-page .customer-order-items summary {
    color: var(--first-bg-color);
    cursor: pointer;
    font-weight: 700;
}

body.customer-page .customer-order-item {
    align-items: center;
    border-top: 1px solid #eee;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr auto auto;
    padding: 10px 0;
}

body.customer-page .customer-tabs {
    background: #f6f7f9;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    display: flex;
    gap: 6px;
    margin: 22px 0 18px;
    padding: 4px;
}

body.customer-page .customer-tab {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #555;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    min-width: 110px;
    padding: 10px 16px;
    text-decoration: none;
}

body.customer-page .customer-tab:hover,
body.customer-page .customer-tab:focus {
    color: #d71920;
    outline: none;
}

body.customer-page .customer-tab.is-active {
    background: #fff;
    border-color: #d71920;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.08);
    color: #d71920;
}

body.customer-page .customer-tab-panel[hidden] {
    display: none;
}

body.customer-page .customer-test-summary {
    background: #f6f7f9;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    color: #555;
    margin-bottom: 14px;
    padding: 10px 12px;
}

body.customer-page .customer-order-timeline {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

body.customer-page .customer-order-timeline li {
    color: #888;
    font-size: 12px;
    padding: 0 4px;
    position: relative;
    text-align: center;
}

body.customer-page .customer-order-timeline li::before {
    background: #ececec;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 12px;
    z-index: 0;
}

body.customer-page .customer-order-timeline li:first-child::before {
    left: 50%;
}

body.customer-page .customer-order-timeline li:last-child::before {
    right: 50%;
}

body.customer-page .customer-order-timeline li.is-complete::before {
    background: #d71920;
}

body.customer-page .customer-order-timeline span {
    align-items: center;
    background: #ececec;
    border-radius: 50%;
    color: #777;
    display: flex;
    font-weight: 700;
    height: 24px;
    justify-content: center;
    margin: 0 auto 6px;
    position: relative;
    width: 24px;
    z-index: 1;
}

body.customer-page .customer-order-timeline .is-complete {
    color: #333;
}

body.customer-page .customer-order-timeline .is-complete span {
    background: #d71920;
    color: #fff;
}

body.customer-page .customer-order-items-grid {
    margin-top: 12px;
}

body.customer-page .customer-order-items-head,
body.customer-page .customer-order-item {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) 110px 120px;
}

body.customer-page .customer-order-items-head {
    border-bottom: 1px solid #e7e7e7;
    color: #777;
    font-size: 12px;
    font-weight: 700;
    padding: 0 0 8px;
    text-transform: uppercase;
}

body.customer-page .customer-order-item-product {
    display: grid;
    gap: 3px;
}

body.customer-page .customer-order-item-product span {
    color: #777;
    font-size: 12px;
}

body.customer-page .customer-order-item-qty,
body.customer-page .customer-order-item-total {
    text-align: right;
}

body.customer-page .customer-billing-list {
    margin-top: 16px;
}

body.customer-page .customer-billing-card {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    padding: 12px 14px;
}

body.customer-page .customer-billing-card + .customer-billing-card {
    margin-top: 10px;
}

body.customer-page .customer-billing-card.is-overdue {
    background: rgba(215, 25, 32, 0.1);
    border-color: #e1e1e1;
    box-shadow: none;
}

body.customer-page .customer-billing-card.is-due-today {
    background: rgba(224, 167, 0, 0.13);
    border-color: #e1e1e1;
    box-shadow: none;
}

body.customer-page .customer-billing-main h3 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

body.customer-page .customer-billing-main p {
    color: #777;
    font-size: 12px;
    margin: 3px 0 0;
}

body.customer-page .customer-billing-lines {
    display: grid;
    gap: 8px;
    margin-top: 10px;
}

body.customer-page .customer-billing-row {
    align-items: center;
    color: #444;
    display: grid;
    font-size: 13px;
    gap: 10px;
    grid-template-columns: minmax(70px, 0.75fr) minmax(120px, 1fr) minmax(110px, 0.9fr) auto;
    min-height: 38px;
}

body.customer-page .customer-billing-row strong {
    color: #222;
    font-size: 14px;
}

body.customer-page .customer-billing-pdf {
    align-items: center;
    background: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 4px;
    color: #344054;
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    gap: 6px;
    height: 34px;
    justify-content: center;
    line-height: 1;
    min-width: 78px;
    text-decoration: none;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    white-space: nowrap;
}

body.customer-page .customer-billing-pdf:hover,
body.customer-page .customer-billing-pdf:focus {
    background: #fff5f4;
    border-color: #b42318;
    color: #b42318;
    text-decoration: none;
}

@media (max-width: 600px) {
    body.customer-page .customer-tabs {
        overflow-x: auto;
    }

    body.customer-page .customer-order-timeline,
    body.customer-page .customer-billing-row,
    body.customer-page .customer-order-items-head,
    body.customer-page .customer-order-item {
        grid-template-columns: 1fr;
    }

    body.customer-page .customer-order-timeline li {
        text-align: left;
    }

    body.customer-page .customer-order-timeline li::before,
    body.customer-page .customer-order-items-head {
        display: none;
    }

    body.customer-page .customer-order-timeline span {
        margin: 0 0 6px;
    }

    body.customer-page .customer-billing-row {
        border-top: 1px solid #eee;
        gap: 4px;
        padding-top: 8px;
    }

    body.customer-page .customer-billing-row:first-child {
        border-top: 0;
        padding-top: 0;
    }

    body.customer-page .customer-order-item-qty,
    body.customer-page .customer-order-item-total {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    body.customer-page .customer-heading,
    body.customer-page .customer-order-main {
        align-items: stretch;
        flex-direction: column;
    }

    body.customer-page .customer-action {
        text-align: center;
    }

    body.customer-page .customer-order-item {
        grid-template-columns: 1fr;
    }

    body.customer-test-page .customer-test-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    body.customer-test-page .customer-test-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

body.checkout-is-processing {
    overflow: hidden;
}

.checkout-processing-overlay {
    align-items: center;
    background: rgba(24, 28, 34, 0.58);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 22px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483000;
}

.checkout-processing-overlay[hidden] {
    display: none !important;
}

.checkout-processing-card {
    background: #fff;
    border-radius: 9px;
    box-shadow: 0 22px 60px rgba(16, 24, 40, 0.25);
    font-family: Arial, sans-serif;
    max-width: 410px;
    padding: 34px 32px 29px;
    text-align: center;
    width: 100%;
}

.checkout-processing-overlay.is-success .checkout-processing-card {
    border-top: 5px solid #2f8f46;
}

.checkout-processing-overlay.is-error .checkout-processing-card {
    border-top: 5px solid #c71920;
}

.checkout-processing-overlay.is-success .checkout-processing-spinner,
.checkout-processing-overlay.is-error .checkout-processing-spinner,
.checkout-processing-overlay.is-success .checkout-processing-progress,
.checkout-processing-overlay.is-error .checkout-processing-progress {
    display: none;
}

.checkout-processing-overlay.is-success .checkout-processing-card h2 {
    color: #1f7a38;
}

.checkout-processing-overlay.is-error .checkout-processing-card h2 {
    color: #c71920;
}

.checkout-processing-overlay.is-pix .checkout-processing-card {
    border-top: 5px solid #2f8f46;
    max-width: 520px;
}

.checkout-processing-overlay.is-pix .checkout-processing-spinner,
.checkout-processing-overlay.is-pix .checkout-processing-progress {
    display: none;
}

.checkout-processing-overlay.is-pix .checkout-processing-card h2 {
    color: #1f7a38;
}

.checkout-pix-summary,
.checkout-pix-expiration {
    display: block;
}

.checkout-pix-summary {
    color: #2e343c;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.checkout-pix-expiration {
    color: #737a84;
    font-size: 13px;
    margin-bottom: 14px;
}

.checkout-pix-expiration strong {
    color: #1f7a38;
    font-size: 16px;
}

.checkout-pix-qr-wrap {
    align-items: center;
    background: #fff;
    border: 1px solid #e2e6ea;
    border-radius: 8px;
    display: inline-flex;
    justify-content: center;
    margin: 0 auto 14px;
    padding: 10px;
}

.checkout-pix-qr {
    display: block;
    height: 220px;
    max-width: 100%;
    width: 220px;
}

.checkout-pix-code {
    background: #f7f8fa;
    border: 1px solid #d8dde3;
    border-radius: 6px;
    color: #2e343c;
    font-family: Consolas, "Courier New", monospace;
    font-size: 12px;
    line-height: 1.45;
    min-height: 108px;
    padding: 12px;
    resize: vertical;
    width: 100%;
}

.checkout-pix-copy {
    align-items: center;
    background: #2f8f46;
    border: 0;
    border-radius: 6px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 7px;
    justify-content: center;
    margin-top: 12px;
    padding: 10px 16px;
}

.checkout-pix-copy:hover,
.checkout-pix-copy:focus {
    background: #246f36;
    color: #fff;
    outline: none;
}

.checkout-processing-spinner {
    animation: checkout-spinner 850ms linear infinite;
    border: 3px solid #f3c7c9;
    border-radius: 50%;
    border-top-color: var(--first-bg-color);
    display: inline-block;
    height: 42px;
    margin-bottom: 17px;
    width: 42px;
}

.checkout-processing-card h2 {
    color: #2e343c;
    font-family: var(--title-font-family);
    font-size: 19px;
    margin: 0 0 8px;
}

.checkout-processing-card p {
    color: #737a84;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

.checkout-processing-card small {
    color: #9a9fa7;
    display: block;
    font-size: 10px;
    margin-top: 13px;
}

.checkout-processing-close {
    background: #c71920;
    border: 0;
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin-top: 20px;
    min-width: 112px;
    padding: 10px 18px;
}

.checkout-processing-close:hover,
.checkout-processing-close:focus {
    background: #9f1117;
    color: #fff;
    outline: none;
}

.checkout-processing-overlay.is-success .checkout-processing-close {
    background: #2f8f46;
}

.checkout-processing-overlay.is-success .checkout-processing-close:hover,
.checkout-processing-overlay.is-success .checkout-processing-close:focus {
    background: #246f36;
}

.checkout-processing-overlay.is-pix .checkout-processing-close {
    background: #fff;
    border: 1px solid #c71920;
    color: #c71920;
}

.checkout-processing-overlay.is-pix .checkout-processing-close:hover,
.checkout-processing-overlay.is-pix .checkout-processing-close:focus {
    background: #fff2f3;
    color: #9f1117;
}

@media screen and (max-width: 560px) {
    .checkout-processing-overlay.is-pix .checkout-processing-card {
        max-width: calc(100vw - 28px);
        padding: 26px 18px 22px;
    }

    .checkout-pix-qr {
        height: 190px;
        width: 190px;
    }

    .checkout-pix-code {
        min-height: 92px;
    }
}

.checkout-processing-progress {
    background: #f0f1f3;
    border-radius: 999px;
    height: 4px;
    margin-top: 21px;
    overflow: hidden;
}

.checkout-processing-progress span {
    animation: checkout-progress 1.25s ease-in-out infinite;
    background: var(--first-bg-color);
    border-radius: inherit;
    display: block;
    height: 100%;
    width: 38%;
}

@keyframes checkout-spinner {
    to { transform: rotate(360deg); }
}

@keyframes checkout-progress {
    0% { transform: translateX(-110%); }
    100% { transform: translateX(290%); }
}

@media (prefers-reduced-motion: reduce) {
    .brands-strip .swiper-wrapper {
        animation: none !important;
        transform: none;
    }

    .product-spot-price .price-status.is-loading::before {
        animation: none;
        opacity: 0.7;
    }

    .checkout-processing-spinner,
    .checkout-processing-progress span {
        animation-duration: 2.5s;
    }
}

@media screen and (max-width: 991px) {
    body.checkout-page .checkout-content {
        display: block;
    }

    body.checkout-page .checkout-summary-panel {
        margin-left: 0;
    }

    body.checkout-page .checkout-summary-column {
        align-self: auto;
    }

    body.checkout-page .checkout-summary-panel.sticky {
        position: static !important;
    }
}

@media screen and (max-width: 767px) {
    body.checkout-page .checkout-shell {
        padding-bottom: 36px;
    }

    body.checkout-page .checkout-heading {
        align-items: flex-start;
        display: block;
    }

    body.checkout-page .checkout-heading h1 {
        font-size: 25px;
    }

    body.checkout-page .checkout-secure-label {
        margin-top: 12px;
    }

    body.checkout-page .checkout-panel {
        padding: 20px !important;
    }

    body.checkout-page .checkout-delivery-options {
        grid-template-columns: 1fr;
    }

    body.checkout-page .checkout-address-card {
        flex-wrap: wrap;
    }

    body.checkout-page .checkout-fixed-badge {
        margin-left: 52px;
    }

    body.checkout-page .checkout-payment-help {
        align-items: flex-start;
        flex-direction: column;
    }

    body.checkout-page .checkout-summary-panel #checkout-submit-btn,
    body.checkout-page .checkout-summary-panel .checkout-submit-note {
        display: none;
    }

    body.checkout-page .checkout-mobile-action {
        display: block;
        margin-bottom: 18px;
    }
}
/* Cookies e metricas first-party */
body.order-confirmation-page,
body.order-confirmation-page .catalog-main {
    background: #f6f7f9;
}

body.order-confirmation-page .order-confirmation-shell {
    padding: 24px 0 72px;
}

body.order-confirmation-page .order-confirmation-panel {
    align-items: center;
    background: #fff;
    border: 1px solid #dfe4ea;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
    display: flex;
    flex-direction: column;
    margin: 42px auto 0;
    max-width: 620px;
    padding: 44px 34px;
    text-align: center;
}

body.order-confirmation-page .order-confirmation-icon {
    align-items: center;
    background: #198754;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 28px;
    height: 64px;
    justify-content: center;
    margin-bottom: 18px;
    width: 64px;
}

body.order-confirmation-page .order-confirmation-eyebrow {
    color: #198754;
    font-size: 13px;
    font-weight: 700;
    margin: 18px 0 8px;
    text-transform: uppercase;
}

body.order-confirmation-page .order-confirmation-panel h1 {
    color: #17202f;
    font-size: 30px;
    line-height: 1.25;
    margin: 0;
}

body.order-confirmation-page .order-confirmation-panel p {
    color: #667085;
    font-size: 15px;
    line-height: 1.6;
    margin: 12px 0 0;
}

body.order-confirmation-page .order-confirmation-number {
    background: #f8fafc;
    border: 1px solid #e3e8ef;
    border-radius: 8px;
    margin-top: 26px;
    padding: 16px 22px;
    width: min(100%, 360px);
}

body.order-confirmation-page .order-confirmation-number span {
    color: #667085;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

body.order-confirmation-page .order-confirmation-number strong {
    color: #17202f;
    font-size: 24px;
}

body.order-confirmation-page .order-confirmation-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 30px;
}

body.order-confirmation-page .order-confirmation-primary,
body.order-confirmation-page .order-confirmation-secondary {
    align-items: center;
    border-radius: 7px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    min-height: 46px;
    padding: 0 20px;
}

body.order-confirmation-page .order-confirmation-primary {
    background: var(--first-bg-color, #ee161f);
    color: #fff;
}

body.order-confirmation-page .order-confirmation-secondary {
    border: 1px solid #d8dee8;
    color: #27364a;
}

.b2b-cookie-banner {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dfe6ee;
    border-radius: 8px;
    bottom: 18px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) auto;
    left: 18px;
    max-width: 980px;
    padding: 18px;
    position: fixed;
    right: 18px;
    z-index: 9999;
}

.b2b-cookie-banner-text strong {
    color: #17212b;
    display: block;
    font-family: var(--title-font-family, inherit);
    font-size: 16px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.b2b-cookie-banner-text p {
    color: #4b5b6f;
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
}

.b2b-cookie-banner-text a {
    color: #d61119;
    font-weight: 700;
    text-decoration: underline;
}

.b2b-cookie-banner-actions {
    display: flex;
    gap: 10px;
}

.b2b-cookie-btn {
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    min-height: 38px;
    padding: 0 16px;
    text-transform: uppercase;
    white-space: nowrap;
}

.b2b-cookie-btn-primary {
    background: #d61119;
    border: 1px solid #d61119;
    color: #ffffff;
}

.b2b-cookie-btn-secondary {
    background: #ffffff;
    border: 1px solid #cfd8e3;
    color: #17212b;
}

.b2b-cookie-footer-link {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 18px;
    padding: 12px 0;
    text-align: center;
}

.b2b-cookie-footer-link button {
    background: transparent;
    border: 0;
    color: #4b5b6f;
    cursor: pointer;
    font-size: 12px;
    text-decoration: underline;
}

@media screen and (max-width: 760px) {
    .b2b-cookie-banner {
        grid-template-columns: 1fr;
    }

    .b2b-cookie-banner-actions {
        flex-direction: column;
    }
}

body.nps-page {
    background: #f6f7f9;
    color: #17202f;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    min-height: 100vh;
}

.nps-shell {
    align-items: center;
    display: flex;
    min-height: 100vh;
    padding: 20px;
}

.nps-panel {
    background: #fff;
    border: 1px solid #dfe4ea;
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .08);
    margin: 0 auto;
    max-width: 640px;
    padding: 34px;
    width: 100%;
}

.nps-logo {
    display: block;
    height: auto;
    margin: 0 auto 24px;
    max-width: 160px;
}

.nps-state {
    text-align: center;
}

.nps-state h1,
.nps-form h1 {
    color: #17202f;
    font-family: Raleway, Roboto, Arial, sans-serif;
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 14px;
}

.nps-state p,
.nps-form p {
    color: #5b6678;
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

.nps-eyebrow {
    color: #c4121a !important;
    font-size: 13px !important;
    font-weight: 800;
    margin-bottom: 8px !important;
    text-transform: uppercase;
}

.nps-score-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(11, minmax(0, 1fr));
    margin: 24px 0 16px;
}

.nps-score-button {
    background: #fff;
    border: 1px solid #d8dee8;
    border-radius: 7px;
    color: #17202f;
    cursor: pointer;
    font-size: 17px;
    font-weight: 800;
    min-height: 48px;
}

.nps-score-button.is-selected {
    background: #d61119;
    border-color: #d61119;
    color: #fff;
}

.nps-selected {
    color: #17202f !important;
    font-weight: 700;
    margin-bottom: 20px !important;
}

.nps-comment {
    display: grid;
    gap: 8px;
    margin-top: 18px;
}

.nps-comment span {
    color: #334155;
    font-size: 14px;
    font-weight: 700;
}

.nps-comment textarea {
    border: 1px solid #d8dee8;
    border-radius: 7px;
    font: inherit;
    min-height: 104px;
    padding: 12px;
    resize: vertical;
    width: 100%;
}

.nps-primary,
.nps-secondary {
    align-items: center;
    border-radius: 7px;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    text-decoration: none;
}

.nps-primary {
    background: #d61119;
    border: 1px solid #d61119;
    color: #fff;
    margin-top: 20px;
    width: 100%;
}

.nps-primary:disabled {
    cursor: not-allowed;
    opacity: .55;
}

.nps-secondary {
    border: 1px solid #d8dee8;
    color: #27364a;
    margin-top: 24px;
}

.nps-error {
    background: #fff1f2;
    border: 1px solid #fecdd3;
    border-radius: 7px;
    color: #9f1239;
    font-size: 14px;
    margin-top: 14px;
    padding: 10px 12px;
}

.nps-icon {
    align-items: center;
    background: #eef2f7;
    border-radius: 50%;
    color: #475467;
    display: inline-flex;
    font-size: 26px;
    height: 62px;
    justify-content: center;
    margin-bottom: 18px;
    width: 62px;
}

.nps-icon.is-success {
    background: #198754;
    color: #fff;
}

.nps-spinner {
    animation: nps-spin 1s linear infinite;
    border: 3px solid #e5e7eb;
    border-top-color: #d61119;
    border-radius: 50%;
    display: inline-block;
    height: 34px;
    margin-bottom: 12px;
    width: 34px;
}

@keyframes nps-spin {
    to { transform: rotate(360deg); }
}

@media screen and (max-width: 560px) {
    .nps-shell {
        align-items: stretch;
        padding: 12px;
    }

    .nps-panel {
        padding: 24px 18px;
    }

    .nps-state h1,
    .nps-form h1 {
        font-size: 23px;
    }

    .nps-score-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
