:root {
    --ms-product-blue: #3483fa;
    --ms-product-blue-dark: #2968c8;
    --ms-product-green: #00a650;
    --ms-product-yellow: #2563eb;
    --ms-product-ink: #1f2937;
    --ms-product-muted: #667085;
    --ms-product-border: #e5e7eb;
    --ms-product-canvas: #f5f6f7;
}

.ms-product-page { padding-bottom: 118px; }
.ms-product-topnav {
    width: min(100% - 32px, 1240px);
    margin: 14px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.ms-product-topnav__trail { min-width: 0; display: flex; align-items: center; gap: 8px; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
.ms-product-topnav__trail::-webkit-scrollbar { display: none; }
.ms-product-topnav a, .ms-product-topnav span { font-size: 12px; font-weight: 700; text-decoration: none; }
.ms-product-topnav__trail a { color: var(--ms-product-blue-dark); }
.ms-product-topnav__trail span { color: #98a2b3; }
.ms-product-topnav__catalog {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #d8e6f8;
    border-radius: 12px;
    color: var(--ms-product-blue-dark);
    background: #f4f8ff;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
}
.ms-product-topnav__catalog:hover { border-color: #a8c7f0; background: #fff; }

.ms-product-payment-box,
.ms-product-related-vertical {
    overflow: hidden;
    border: 1px solid var(--ms-product-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(15,23,42,.04);
}
.ms-product-payment-box__head,
.ms-product-related-vertical__head {
    padding: 16px 18px 13px;
    border-bottom: 1px solid #eef0f3;
}
.ms-product-payment-box__head h3,
.ms-product-related-vertical__head h3 { margin: 0; color: #172033; font-size: 14px; font-weight: 900; }
.ms-product-payment-box__head p,
.ms-product-related-vertical__head p { margin: 4px 0 0; color: #667085; font-size: 10px; line-height: 1.45; }
.ms-product-payment-list { padding: 4px 18px 14px; }
.ms-product-payment-item { min-height: 51px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #f1f2f4; }
.ms-product-payment-item:last-child { border-bottom: 0; }
.ms-product-payment-item__icon { width: 35px; height: 35px; flex: 0 0 35px; display: grid; place-items: center; border-radius: 11px; color: var(--ms-product-blue-dark); background: #edf4ff; }
.ms-product-payment-item strong { display: block; color: #344054; font-size: 11px; font-weight: 850; }
.ms-product-payment-item small { display: block; margin-top: 2px; color: #98a2b3; font-size: 9px; }
.ms-product-payment-security { margin: 0 14px 14px; padding: 10px 11px; display: flex; align-items: center; gap: 9px; border-radius: 11px; color: #067647; background: #ecfdf3; font-size: 9px; font-weight: 800; }

.ms-product-related-vertical__list { padding: 5px 14px 14px; }
.ms-product-related-mini { position: relative; min-height: 92px; padding: 11px 0; display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 11px; align-items: center; border-bottom: 1px solid #f0f1f3; text-decoration: none; }
.ms-product-related-mini:last-child { border-bottom: 0; }
.ms-product-related-mini__media { width: 72px; height: 72px; display: grid; place-items: center; overflow: hidden; border: 1px solid #eef0f3; border-radius: 12px; background: #fafbfc; }
.ms-product-related-mini__media img { width: 100%; height: 100%; padding: 7px; object-fit: contain; transition: transform .25s ease; }
.ms-product-related-mini:hover img { transform: scale(1.06); }
.ms-product-related-mini h4 { margin: 0; display: -webkit-box; overflow: hidden; color: #344054; font-size: 10.5px; font-weight: 750; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ms-product-related-mini strong { display: block; margin-top: 7px; color: #172033; font-size: 15px; font-weight: 900; }
.ms-product-related-mini small { display: block; margin-top: 3px; color: var(--ms-product-green); font-size: 8px; font-weight: 850; text-transform: uppercase; }
.ms-product-related-vertical__all { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 7px; border-top: 1px solid #eef0f3; color: var(--ms-product-blue-dark); background: #fbfdff; font-size: 10px; font-weight: 850; text-decoration: none; }

.ms-product-market-section {
    width: min(100% - 32px, 1240px);
    margin: 24px auto 0;
    overflow: hidden;
    border: 1px solid var(--ms-product-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(15,23,42,.05);
}
.ms-product-market-section__head { min-height: 74px; padding: 17px 20px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-bottom: 1px solid #eef0f3; }
.ms-product-market-section__title { min-width: 0; display: flex; align-items: center; gap: 12px; }
.ms-product-market-section__icon { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; border-radius: 12px; color: var(--ms-product-blue); background: #edf4ff; }
.ms-product-market-section__head h2 { margin: 0; color: #172033; font-size: clamp(16px, 2vw, 21px); font-weight: 900; letter-spacing: -.02em; }
.ms-product-market-section__head p { margin: 4px 0 0; color: #667085; font-size: 10px; }
.ms-product-market-section__link { flex: 0 0 auto; color: var(--ms-product-blue-dark); font-size: 10px; font-weight: 850; text-decoration: none; }
.ms-product-horizontal-scroll { padding: 16px 18px 20px; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(190px, 220px); gap: 14px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: thin; scrollbar-color: #cbd5e1 transparent; }
.ms-product-horizontal-scroll > * { min-width: 0; scroll-snap-align: start; }

.ms-product-category-grid { padding: 17px 18px 20px; display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 10px; }
.ms-product-category-card { min-height: 90px; padding: 13px 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; border: 1px solid #e7e9ee; border-radius: 14px; color: #344054; background: #fff; text-align: center; text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.ms-product-category-card:hover { transform: translateY(-2px); border-color: #b7cff0; box-shadow: 0 9px 19px rgba(15,23,42,.07); }
.ms-product-category-card__icon { width: 38px; height: 38px; display: grid; place-items: center; overflow: hidden; border-radius: 12px; color: var(--ms-product-blue-dark); background: #edf4ff; }
.ms-product-category-card__icon img { width: 100%; height: 100%; object-fit: cover; }
.ms-product-category-card strong { font-size: 10px; font-weight: 850; line-height: 1.25; }
.ms-product-category-card small { color: #98a2b3; font-size: 8px; }

.ms-version-required-note { display: none; margin-top: 7px; color: #b42318; font-size: 10px; font-weight: 750; }
.ms-version-required-note.is-visible { display: flex; align-items: center; gap: 5px; }
.sys-select.is-invalid, .ms-mobile-buybar__select.is-invalid { border-color: #f04438 !important; box-shadow: 0 0 0 3px rgba(240,68,56,.12) !important; }

@media (max-width: 1023px) {
    .ms-product-topnav { width: 100%; margin: 0; padding: 10px 12px; background: #fff; border-bottom: 1px solid #eef0f3; }
    .ms-product-topnav__trail { display: none; }
    .ms-product-topnav__catalog { width: 100%; justify-content: center; }
    .ms-product-sidebar-extra { display: none !important; }
    .ms-product-market-section { width: 100%; margin-top: 7px; border-inline: 0; border-radius: 0; box-shadow: none; }
    .ms-product-market-section__head { min-height: 64px; padding: 14px 14px 12px; }
    .ms-product-market-section__head p { display: none; }
    .ms-product-horizontal-scroll { padding: 13px 10px 16px; grid-auto-columns: minmax(158px, 46vw); gap: 9px; }
    .ms-product-category-grid { padding: 13px 10px 16px; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; }
    .ms-product-category-card { min-height: 82px; padding: 10px 6px; }
}

@media (max-width: 420px) {
    .ms-product-category-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

/* ========================================================================== 
   Product Page Professional Sections v35
   ========================================================================== */
.ms-product-page #descricao-produto,
.ms-product-page #perguntas,
.ms-product-page #avaliacoes { scroll-margin-top: 112px; }

.ms-version-auto-note {
    margin: 7px 0 0;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #067647;
    font-size: 10px;
    font-weight: 750;
}
.ms-version-auto-note i { color: var(--ms-product-green); }

.ms-mobile-summary__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.ms-mobile-summary__meta span {
    padding: 5px 8px;
    border: 1px solid #e4e8ee;
    border-radius: 999px;
    color: #667085;
    background: #f8fafc;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.ms-product-mobile-summary h1 {
    margin: 12px 0 10px;
    color: #172033;
    font-size: clamp(20px, 5.7vw, 26px);
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: 1.2;
}
.ms-mobile-summary__rating {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #667085;
    text-decoration: none;
}
.ms-mobile-summary__stars { display: inline-flex; gap: 2px; color: #f59e0b; font-size: 12px; }
.ms-mobile-summary__rating strong { color: #344054; font-size: 12px; }
.ms-mobile-summary__rating small { font-size: 10px; }
.ms-mobile-summary__benefits {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.ms-mobile-summary__benefits span {
    min-height: 32px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 10px;
    color: #475467;
    background: #f7f9fc;
    font-size: 10px;
    font-weight: 750;
}
.ms-mobile-summary__benefits i { color: #00a650; }

/* Common component header */
.ms-section-component-head {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: start;
    gap: 14px;
    margin-bottom: 24px;
}
.ms-section-component-head__icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: #2968c8;
    background: #edf4ff;
    font-size: 18px;
}
.ms-section-component-head__copy { min-width: 0; }
.ms-section-component-head__copy > span {
    display: block;
    margin-bottom: 4px;
    color: #3483fa;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.ms-section-component-head__copy h2 {
    margin: 0;
    color: #172033;
    font-size: clamp(19px, 2vw, 24px);
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: 1.2;
}
.ms-section-component-head__copy p {
    margin: 7px 0 0;
    color: #667085;
    font-size: 12px;
    line-height: 1.55;
}
.ms-section-component-head__meta {
    min-width: 86px;
    padding: 9px 11px;
    border: 1px solid #e4e8ee;
    border-radius: 13px;
    background: #fafbfc;
    text-align: center;
}
.ms-section-component-head__meta strong {
    display: block;
    color: #172033;
    font-size: 18px;
    font-weight: 900;
}
.ms-section-component-head__meta small {
    display: block;
    margin-top: 1px;
    color: #98a2b3;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
}
.ms-component-state {
    min-height: 132px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 1px dashed #d8dee8;
    border-radius: 16px;
    color: #667085;
    background: #fafbfc;
    text-align: left;
}
.ms-component-state > i { color: #98a2b3; font-size: 27px; }
.ms-component-state strong { display: block; color: #344054; font-size: 13px; font-weight: 850; }
.ms-component-state span { display: block; margin-top: 4px; font-size: 11px; line-height: 1.5; }
.ms-component-state.is-warning { border-color: #fedf89; background: #fffaeb; }
.ms-component-state.is-warning > i { color: #dc6803; }

/* Product details and description */
.ms-details-component { display: grid; gap: 26px; }
.ms-specs-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.ms-spec-card {
    min-width: 0;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    gap: 11px;
    border: 1px solid #e6eaf0;
    border-radius: 14px;
    background: #fbfcfd;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.ms-spec-card:hover { transform: translateY(-1px); border-color: #c8dbf5; background: #fff; }
.ms-spec-card__icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #2968c8;
    background: #edf4ff;
    font-size: 13px;
}
.ms-spec-card div { min-width: 0; }
.ms-spec-card small {
    display: block;
    color: #98a2b3;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.ms-spec-card strong {
    display: block;
    margin-top: 5px;
    overflow-wrap: anywhere;
    color: #344054;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
}
.ms-detail-highlights { display: flex; flex-wrap: wrap; gap: 8px; }
.ms-detail-highlights span {
    min-height: 34px;
    padding: 0 11px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #d9eee2;
    border-radius: 10px;
    color: #067647;
    background: #f2fbf6;
    font-size: 10px;
    font-weight: 800;
}
.ms-detail-highlights i { font-size: 9px; }
.ms-product-description {
    padding-top: 24px;
    border-top: 1px solid #edf0f3;
}
.ms-product-description__head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
}
.ms-product-description__head > span {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #475467;
    background: #f2f4f7;
}
.ms-product-description__head h3 { margin: 0; color: #172033; font-size: 16px; font-weight: 900; }
.ms-product-description__head p { margin: 5px 0 0; color: #98a2b3; font-size: 10px; line-height: 1.45; }
.ms-product-description__body {
    max-width: 820px;
    color: #475467;
    font-size: 14px;
    line-height: 1.78;
}
.ms-product-description__body p { margin: 0 0 14px; }
.ms-product-description__body h4 {
    margin: 24px 0 10px;
    color: #172033;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: -.01em;
}
.ms-product-description__body h4:first-child { margin-top: 0; }
.ms-product-description__body ul {
    margin: 0 0 17px;
    padding: 0;
    display: grid;
    gap: 8px;
    list-style: none;
}
.ms-product-description__body li {
    position: relative;
    padding-left: 22px;
}
.ms-product-description__body li::before {
    content: '\f00c';
    position: absolute;
    left: 0;
    top: .1em;
    color: #00a650;
    font-family: 'Font Awesome 6 Free';
    font-size: 10px;
    font-weight: 900;
}
.ms-product-empty-info {
    min-height: 95px;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px dashed #d8dee8;
    border-radius: 14px;
    background: #fafbfc;
}
.ms-product-empty-info > i { color: #98a2b3; font-size: 22px; }
.ms-product-empty-info strong { display: block; color: #344054; font-size: 12px; }
.ms-product-empty-info span { display: block; margin-top: 4px; color: #667085; font-size: 10px; }

/* Questions */
.ms-question-form {
    margin-bottom: 26px;
    padding: 18px;
    border: 1px solid #dfe8f5;
    border-radius: 17px;
    background: linear-gradient(180deg, #f8fbff, #fff);
}
.ms-question-form > label {
    display: block;
    margin-bottom: 9px;
    color: #344054;
    font-size: 12px;
    font-weight: 850;
}
.ms-question-form__box {
    overflow: hidden;
    border: 1px solid #d8dee8;
    border-radius: 13px;
    background: #fff;
    transition: border-color .18s ease, box-shadow .18s ease;
}
.ms-question-form__box:focus-within { border-color: #3483fa; box-shadow: 0 0 0 4px rgba(52,131,250,.10); }
.ms-question-form textarea {
    width: 100%;
    min-height: 112px;
    padding: 14px;
    resize: vertical;
    border: 0;
    outline: 0;
    color: #344054;
    background: transparent;
    font: inherit;
    font-size: 13px;
    line-height: 1.55;
}
.ms-question-form textarea::placeholder { color: #98a2b3; }
.ms-question-form__footer {
    min-height: 54px;
    padding: 8px 9px 8px 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid #eef0f3;
    background: #fbfcfd;
}
.ms-question-form__footer small { color: #98a2b3; font-size: 9px; font-weight: 750; }
.ms-question-form__footer button {
    min-height: 38px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: #3483fa;
    font-size: 10px;
    font-weight: 850;
    cursor: pointer;
}
.ms-question-form__footer button:hover { background: #2968c8; }
.ms-question-form__footer button:disabled { opacity: .6; cursor: wait; }
.ms-question-suggestions { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 7px; }
.ms-question-suggestions button {
    min-height: 31px;
    padding: 0 10px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    color: #667085;
    background: #fff;
    font-size: 9px;
    font-weight: 750;
    cursor: pointer;
}
.ms-question-suggestions button:hover { border-color: #b9d2f5; color: #2968c8; background: #f7faff; }
.ms-form-status { min-height: 18px; margin: 10px 0 0; font-size: 10px; font-weight: 750; }
.ms-form-status.is-error { color: #b42318; }
.ms-form-status.is-success { color: #067647; }
.ms-question-login {
    margin-bottom: 26px;
    padding: 17px;
    display: grid;
    grid-template-columns: 40px minmax(0,1fr) auto;
    align-items: center;
    gap: 12px;
    border: 1px solid #dfe8f5;
    border-radius: 16px;
    background: #f8fbff;
}
.ms-question-login > span {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #2968c8;
    background: #eaf3ff;
}
.ms-question-login strong { display: block; color: #344054; font-size: 12px; }
.ms-question-login small { display: block; margin-top: 4px; color: #667085; font-size: 10px; }
.ms-question-login a {
    min-height: 38px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    color: #fff;
    background: #3483fa;
    font-size: 10px;
    font-weight: 850;
    text-decoration: none;
}
.ms-question-list { padding-top: 4px; }
.ms-question-list__head {
    margin-bottom: 14px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}
.ms-question-list__head h3 { margin: 0; color: #344054; font-size: 14px; font-weight: 900; }
.ms-question-list__head p { margin: 5px 0 0; color: #98a2b3; font-size: 10px; line-height: 1.45; }
.ms-question-list__head > span {
    padding: 6px 9px;
    border-radius: 999px;
    color: #b54708;
    background: #fffaeb;
    font-size: 9px;
    font-weight: 800;
    white-space: nowrap;
}
.ms-question-items { display: grid; gap: 12px; }
.ms-question-item {
    padding: 17px;
    border: 1px solid #e6eaf0;
    border-radius: 16px;
    background: #fff;
}
.ms-question-item.is-pending { border-color: #fedf89; background: #fffdf5; }
.ms-question-item__question,
.ms-question-item__answer { display: grid; grid-template-columns: 30px minmax(0,1fr); gap: 10px; align-items: start; }
.ms-question-item__answer {
    margin: 14px 0 0 40px;
    padding: 14px;
    border-radius: 13px;
    background: #f7f9fc;
}
.ms-question-item__letter {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    color: #2968c8;
    background: #edf4ff;
    font-size: 11px;
    font-weight: 900;
}
.ms-question-item__answer .ms-question-item__letter { color: #067647; background: #ecfdf3; }
.ms-question-item__question strong { display: block; color: #344054; font-size: 12px; font-weight: 800; line-height: 1.5; }
.ms-question-item__question small,
.ms-question-item__answer small { display: block; margin-top: 5px; color: #98a2b3; font-size: 9px; }
.ms-question-item__answer strong { color: #067647; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.ms-question-item__answer p { margin: 6px 0 0; color: #475467; font-size: 12px; line-height: 1.6; }
.ms-question-item__pending {
    margin: 12px 0 0 40px;
    padding: 10px 12px;
    border-radius: 10px;
    color: #b54708;
    background: #fffaeb;
    font-size: 10px;
    font-weight: 750;
}

/* Reviews */
.ms-reviews-layout {
    display: grid;
    grid-template-columns: minmax(240px, .78fr) minmax(0, 1.7fr);
    gap: 28px;
}
.ms-reviews-summary {
    align-self: start;
    padding: 20px;
    border: 1px solid #e6eaf0;
    border-radius: 17px;
    background: #fbfcfd;
}
.ms-reviews-score { display: flex; align-items: center; gap: 14px; }
.ms-reviews-score > strong { color: #172033; font-size: 48px; font-weight: 900; letter-spacing: -.06em; line-height: 1; }
.ms-review-stars { display: inline-flex; gap: 2px; color: #f59e0b; font-size: 12px; }
.ms-reviews-score span { display: block; margin-top: 5px; color: #98a2b3; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.ms-rating-bars { margin-top: 20px; display: grid; gap: 9px; }
.ms-rating-bar {
    display: grid;
    grid-template-columns: 42px minmax(0,1fr) 28px;
    align-items: center;
    gap: 8px;
    color: #667085;
    text-decoration: none;
}
.ms-rating-bar > span:first-child { font-size: 9px; font-weight: 800; }
.ms-rating-bar > span:first-child i { color: #f59e0b; font-size: 8px; }
.ms-rating-bar > strong { color: #98a2b3; font-size: 9px; text-align: right; }
.ms-rating-bar__track { height: 7px; overflow: hidden; border-radius: 999px; background: #e9edf2; }
.ms-rating-bar__track > span { display: block; height: 100%; border-radius: inherit; background: #94a3b8; }
.ms-rating-bar:hover .ms-rating-bar__track > span,
.ms-rating-bar.is-active .ms-rating-bar__track > span { background: #3483fa; }
.ms-rating-bar.is-active > span:first-child,
.ms-rating-bar.is-active > strong { color: #2968c8; }
.ms-reviews-trust-note {
    margin-top: 20px;
    padding: 12px;
    display: flex;
    gap: 9px;
    border-radius: 12px;
    color: #475467;
    background: #f2f4f7;
}
.ms-reviews-trust-note i { margin-top: 2px; color: #00a650; }
.ms-reviews-trust-note p { margin: 0; font-size: 9px; line-height: 1.5; }
.ms-review-filters { margin-bottom: 16px; display: flex; flex-wrap: wrap; gap: 7px; }
.ms-review-filters a {
    min-height: 34px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    color: #667085;
    background: #fff;
    font-size: 9px;
    font-weight: 800;
    text-decoration: none;
}
.ms-review-filters a span { color: #98a2b3; }
.ms-review-filters a:hover { border-color: #b9d2f5; color: #2968c8; }
.ms-review-filters a.is-active { border-color: #172033; color: #fff; background: #172033; }
.ms-review-filters a.is-active span { color: #d0d5dd; }
.ms-review-list { display: grid; gap: 12px; }
.ms-review-card {
    padding: 18px;
    border: 1px solid #e6eaf0;
    border-radius: 16px;
    background: #fff;
}
.ms-review-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}
.ms-review-author { display: flex; align-items: center; gap: 10px; }
.ms-review-author > span {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #2968c8;
    background: #edf4ff;
    font-size: 13px;
    font-weight: 900;
}
.ms-review-author strong { display: block; margin-bottom: 4px; color: #344054; font-size: 11px; font-weight: 850; }
.ms-review-author .ms-review-stars { font-size: 9px; }
.ms-review-card__meta { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; }
.ms-review-card__meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #667085;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.ms-review-card__meta span.is-verified { color: #067647; }
.ms-review-card__meta small { color: #98a2b3; font-size: 8px; }
.ms-review-card__text { margin: 15px 0 0; color: #475467; font-size: 13px; line-height: 1.65; }
.ms-review-photo {
    position: relative;
    width: 106px;
    height: 106px;
    margin-top: 14px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 13px;
    background: #f8fafc;
    cursor: pointer;
}
.ms-review-photo img { width: 100%; height: 100%; object-fit: cover; }
.ms-review-photo span {
    position: absolute;
    inset: auto 5px 5px;
    min-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 8px;
    color: #fff;
    background: rgba(15,23,42,.78);
    font-size: 8px;
    font-weight: 800;
}
.ms-review-card__footer {
    margin-top: 16px;
    padding-top: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid #eef0f3;
}
.ms-review-card__footer > span { color: #98a2b3; font-size: 9px; }
.ms-review-helpful {
    min-height: 32px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    color: #667085;
    background: #fff;
    font-size: 9px;
    font-weight: 800;
    cursor: pointer;
}
.ms-review-helpful strong {
    min-width: 19px;
    height: 19px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #667085;
    background: #f2f4f7;
    font-size: 8px;
}
.ms-review-helpful:hover,
.ms-review-helpful.is-active { border-color: #b9d2f5; color: #2968c8; background: #f4f8ff; }
.ms-review-helpful.is-active strong { color: #2968c8; background: #eaf3ff; }
.ms-review-helpful:disabled { opacity: .6; cursor: wait; }
.ms-review-modal[hidden] { display: none !important; }
.ms-review-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: grid;
    place-items: center;
    padding: 20px;
}
.ms-review-modal__backdrop { position: absolute; inset: 0; border: 0; background: rgba(15,23,42,.78); }
.ms-review-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(92vw, 760px);
    max-height: 88vh;
    padding: 14px;
    overflow: auto;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(0,0,0,.35);
}
.ms-review-modal__dialog img { width: 100%; max-height: 72vh; object-fit: contain; border-radius: 12px; background: #f8fafc; }
.ms-review-modal__dialog p { margin: 10px 2px 0; color: #667085; font-size: 10px; }
.ms-review-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(15,23,42,.78);
    cursor: pointer;
}
body.ms-product-modal-open { overflow: hidden; }

@media (max-width: 820px) {
    .ms-specs-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .ms-reviews-layout { grid-template-columns: 1fr; gap: 18px; }
    .ms-reviews-summary { display: grid; grid-template-columns: minmax(180px,.75fr) minmax(0,1.25fr); gap: 18px; }
    .ms-reviews-trust-note { grid-column: 1 / -1; margin-top: 0; }
}

@media (max-width: 560px) {
    .ms-product-page #descricao-produto,
    .ms-product-page #perguntas,
    .ms-product-page #avaliacoes { scroll-margin-top: 76px; }
    .ms-section-component-head { grid-template-columns: 40px minmax(0,1fr); gap: 11px; }
    .ms-section-component-head__icon { width: 40px; height: 40px; border-radius: 12px; font-size: 16px; }
    .ms-section-component-head__copy h2 { font-size: 19px; }
    .ms-section-component-head__copy p { font-size: 10px; }
    .ms-section-component-head__meta { display: none; }
    .ms-specs-grid { grid-template-columns: 1fr; gap: 8px; }
    .ms-spec-card { padding: 13px; }
    .ms-product-description__body { font-size: 13px; line-height: 1.7; }
    .ms-question-form { padding: 13px; }
    .ms-question-form__footer { align-items: stretch; flex-direction: column; }
    .ms-question-form__footer button { width: 100%; }
    .ms-question-login { grid-template-columns: 38px minmax(0,1fr); }
    .ms-question-login a { grid-column: 1 / -1; justify-content: center; }
    .ms-question-list__head { flex-direction: column; }
    .ms-question-item { padding: 14px; }
    .ms-question-item__answer { margin-left: 0; }
    .ms-question-item__pending { margin-left: 0; }
    .ms-reviews-summary { display: block; padding: 16px; }
    .ms-rating-bars { margin-top: 18px; }
    .ms-reviews-trust-note { margin-top: 18px; }
    .ms-review-card { padding: 15px; }
    .ms-review-card__head { flex-direction: column; }
    .ms-review-card__meta { align-items: flex-start; flex-direction: row; flex-wrap: wrap; }
    .ms-review-card__footer { align-items: flex-start; flex-direction: column; }
    .ms-review-helpful { width: 100%; justify-content: center; }
}

/* ========================================================================== 
   Sidebar Product Showcases v1.0
   ========================================================================== */
.ms-sidebar-showcases {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.ms-sidebar-showcase {
    overflow: hidden;
    border: 1px solid #e4e8ee;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(15,23,42,.045);
}
.ms-sidebar-showcase__head {
    min-height: 78px;
    padding: 16px 17px 14px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border-bottom: 1px solid #eef1f5;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}
.ms-sidebar-showcase__head-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #2968c8;
    background: #edf4ff;
}
.ms-sidebar-showcase--new .ms-sidebar-showcase__head-icon {
    color: #7c3aed;
    background: #f4f0ff;
}
.ms-sidebar-showcase__head-copy { min-width: 0; }
.ms-sidebar-showcase__head-copy > span {
    display: block;
    margin-bottom: 3px;
    color: #98a2b3;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.ms-sidebar-showcase__head h3 {
    margin: 0;
    color: #172033;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: -.02em;
}
.ms-sidebar-showcase__head p {
    margin: 4px 0 0;
    color: #667085;
    font-size: 9px;
    line-height: 1.45;
}
.ms-sidebar-showcase__list { padding: 4px 14px 10px; }
.ms-sidebar-product {
    position: relative;
    min-height: 106px;
    padding: 13px 0;
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    border-bottom: 1px solid #f0f2f5;
}
.ms-sidebar-product:last-child { border-bottom: 0; }
.ms-sidebar-product__link {
    position: absolute;
    inset: 0;
    z-index: 3;
    border-radius: 12px;
}
.ms-sidebar-product__media {
    position: relative;
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid #edf0f4;
    border-radius: 14px;
    background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
}
.ms-sidebar-product__media img {
    width: 100%;
    height: 100%;
    padding: 8px;
    object-fit: contain;
    transition: transform .28s ease;
}
.ms-sidebar-product:hover .ms-sidebar-product__media img { transform: scale(1.055); }
.ms-sidebar-product__discount,
.ms-sidebar-product__new {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 2;
    min-height: 20px;
    padding: 0 6px;
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    color: #fff;
    background: #ef4444;
    font-size: 8px;
    font-weight: 900;
}
.ms-sidebar-product__new { background: #7c3aed; text-transform: uppercase; }
.ms-sidebar-product__official {
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 2;
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #2968c8;
    background: #fff;
    box-shadow: 0 4px 10px rgba(15,23,42,.10);
    font-size: 11px;
}
.ms-sidebar-product__content { min-width: 0; }
.ms-sidebar-product__category {
    display: block;
    margin-bottom: 4px;
    overflow: hidden;
    color: #98a2b3;
    font-size: 8px;
    font-weight: 850;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.ms-sidebar-product h4 {
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    color: #344054;
    font-size: 11px;
    font-weight: 760;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.ms-sidebar-product__pricing { margin-top: 7px; display: flex; align-items: baseline; gap: 7px; }
.ms-sidebar-product__pricing small { color: #98a2b3; font-size: 8px; text-decoration: line-through; }
.ms-sidebar-product__pricing strong { color: #172033; font-size: 16px; font-weight: 900; letter-spacing: -.025em; }
.ms-sidebar-product__delivery {
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #067647;
    font-size: 8px;
    font-weight: 850;
    text-transform: uppercase;
}
.ms-sidebar-showcase__all {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-top: 1px solid #eef1f5;
    color: #2968c8;
    background: #fbfdff;
    font-size: 10px;
    font-weight: 850;
    text-decoration: none;
}
.ms-sidebar-showcase__all:hover { background: #f3f7ff; }

@media (max-width: 1023px) {
    .ms-product-sidebar-products {
        padding: 0;
        overflow: hidden;
        border-bottom: 8px solid #f4f6f8;
        background: #f4f6f8;
    }
    .ms-sidebar-showcases { gap: 8px; }
    .ms-sidebar-showcase {
        border-inline: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .ms-sidebar-showcase__head {
        min-height: 68px;
        padding: 14px 14px 11px;
        align-items: center;
    }
    .ms-sidebar-showcase__head-icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }
    .ms-sidebar-showcase__head h3 { font-size: 16px; }
    .ms-sidebar-showcase__head p { display: none; }
    .ms-sidebar-showcase__list {
        padding: 12px 10px 16px;
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(164px, 46vw);
        gap: 10px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-padding-inline: 10px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .ms-sidebar-showcase__list::-webkit-scrollbar { display: none; }
    .ms-sidebar-product {
        min-height: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        overflow: hidden;
        border: 1px solid #e6eaf0;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 5px 14px rgba(15,23,42,.045);
        scroll-snap-align: start;
    }
    .ms-sidebar-product__media {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / .88;
        border: 0;
        border-bottom: 1px solid #eef1f5;
        border-radius: 0;
    }
    .ms-sidebar-product__media img { padding: 14px; }
    .ms-sidebar-product__content {
        min-height: 142px;
        padding: 12px;
        display: flex;
        flex-direction: column;
    }
    .ms-sidebar-product h4 { min-height: 42px; font-size: 11.5px; }
    .ms-sidebar-product__pricing { margin-top: auto; flex-wrap: wrap; gap: 4px 7px; }
    .ms-sidebar-product__pricing strong { font-size: 18px; }
    .ms-sidebar-product__delivery { margin-top: 6px; }
    .ms-sidebar-showcase__all { min-height: 46px; font-size: 11px; }
}

@media (max-width: 420px) {
    .ms-sidebar-showcase__list { grid-auto-columns: minmax(154px, 72vw); }
}

/* ========================================================================== 
   Carousels, progressive lists and sidebar showcases v2.0
   ========================================================================== */
.ms-carousel-controls {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
}
.ms-carousel-arrow {
    width: 34px;
    height: 34px;
    padding: 0;
    display: inline-grid;
    place-items: center;
    border: 1px solid #dfe5ec;
    border-radius: 10px;
    color: #344054;
    background: #fff;
    box-shadow: 0 3px 10px rgba(15,23,42,.045);
    font-size: 11px;
    cursor: pointer;
    transition: border-color .18s ease, color .18s ease, background .18s ease, transform .18s ease, opacity .18s ease;
}
.ms-carousel-arrow:hover:not(:disabled) {
    transform: translateY(-1px);
    border-color: #aac9f3;
    color: #2968c8;
    background: #f5f9ff;
}
.ms-carousel-arrow:disabled {
    opacity: .34;
    cursor: default;
    box-shadow: none;
}
.is-carousel-static .ms-carousel-controls { display: none; }

.ms-product-market-section__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex: 0 0 auto;
}
.ms-product-horizontal-scroll {
    scroll-behavior: smooth;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

.ms-progressive-more {
    width: 100%;
    min-height: 48px;
    margin-top: 16px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid #d9e6f7;
    border-radius: 13px;
    color: #2968c8;
    background: #f7faff;
    font-size: 12px;
    font-weight: 850;
    cursor: pointer;
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.ms-progressive-more:hover {
    transform: translateY(-1px);
    border-color: #b8d1f2;
    background: #eef5ff;
}
.ms-progressive-more small {
    color: #7b91ad;
    font-size: 9px;
    font-weight: 800;
}
.ms-progressive-more i { font-size: 10px; }
.ms-progressive-more[hidden],
[data-ms-progressive-item][hidden] { display: none !important; }

/* Sidebar advertisements follow the same cards, spacing and borders as the site. */
.ms-product-sidebar-products,
.ms-sidebar-showcases,
.ms-sidebar-showcase {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}
.ms-sidebar-showcases { gap: 18px; }
.ms-sidebar-showcase {
    overflow: hidden;
    border: 1px solid #e4e8ee;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 7px 22px rgba(15,23,42,.045);
}
.ms-sidebar-showcase__head {
    min-height: 76px;
    padding: 14px 14px 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #edf1f5;
    background: #fff;
}
.ms-sidebar-showcase__head-main {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 11px;
}
.ms-sidebar-showcase__head-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 11px;
}
.ms-sidebar-showcase__head-copy > span { font-size: 8px; }
.ms-sidebar-showcase__head h3 { font-size: 14px; line-height: 1.2; }
.ms-sidebar-showcase__head p {
    max-width: 190px;
    margin-top: 4px;
    display: -webkit-box;
    overflow: hidden;
    font-size: 9px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.ms-sidebar-showcase .ms-carousel-arrow {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    font-size: 9px;
}
.ms-sidebar-showcase__list {
    width: 100%;
    min-width: 0;
    padding: 12px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    box-sizing: border-box;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 12px;
    scroll-behavior: smooth;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.ms-sidebar-showcase__list::-webkit-scrollbar { display: none; }
.ms-sidebar-product,
.ms-sidebar-product:last-child {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
    min-height: 126px;
    padding: 12px;
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #e8edf3;
    border-radius: 15px;
    background: linear-gradient(180deg, #fff 0%, #fcfdff 100%);
    box-shadow: 0 4px 14px rgba(15,23,42,.035);
    scroll-snap-align: start;
}
.ms-sidebar-product__media {
    width: 96px;
    height: 96px;
    border-radius: 13px;
    background: #f8fafc;
}
.ms-sidebar-product__media img { padding: 9px; }
.ms-sidebar-product__content {
    min-width: 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ms-sidebar-product__category {
    margin-bottom: 5px;
    font-size: 8px;
}
.ms-sidebar-product h4 {
    min-height: 34px;
    font-size: 11.5px;
    line-height: 1.42;
}
.ms-sidebar-product__pricing {
    margin-top: 8px;
    flex-wrap: wrap;
    gap: 3px 7px;
}
.ms-sidebar-product__pricing small { font-size: 8px; }
.ms-sidebar-product__pricing strong { font-size: 18px; }
.ms-sidebar-product__delivery { margin-top: 6px; }
.ms-sidebar-showcase__all {
    min-height: 44px;
    border-top: 1px solid #edf1f5;
    background: #fbfdff;
}

@media (max-width: 1023px) {
    .ms-product-market-section__actions { gap: 8px; }
    .ms-product-market-section__link { display: none; }
    .ms-product-market-section__head { align-items: center; }
    .ms-product-market-section .ms-carousel-arrow {
        width: 32px;
        height: 32px;
    }

    .ms-product-sidebar-products {
        padding: 0;
        overflow: hidden;
        border-bottom: 8px solid #f4f6f8;
        background: #f4f6f8;
    }
    .ms-sidebar-showcases { gap: 8px; }
    .ms-sidebar-showcase {
        border-inline: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .ms-sidebar-showcase__head {
        min-height: 68px;
        padding: 13px 14px 11px;
    }
    .ms-sidebar-showcase__head-copy p { display: none; }
    .ms-sidebar-showcase__list {
        padding: 12px 14px 16px;
        gap: 10px;
        scroll-padding-inline: 14px;
    }
    .ms-sidebar-product,
    .ms-sidebar-product:last-child {
        flex: 0 0 min(320px, calc(100vw - 52px));
        width: min(320px, calc(100vw - 52px));
        min-height: 128px;
        padding: 12px;
        display: grid;
        grid-template-columns: 96px minmax(0, 1fr);
        align-items: center;
        border-radius: 16px;
    }
    .ms-sidebar-product__media {
        width: 96px;
        height: 96px;
        aspect-ratio: auto;
        border: 1px solid #edf0f4;
        border-radius: 13px;
    }
    .ms-sidebar-product__content {
        min-height: 0;
        padding: 0;
    }
    .ms-sidebar-product h4 { min-height: 34px; font-size: 11.5px; }
    .ms-sidebar-product__pricing { margin-top: 8px; }
    .ms-sidebar-product__pricing strong { font-size: 18px; }
}

@media (max-width: 520px) {
    .ms-carousel-controls { gap: 5px; }
    .ms-product-market-section__title { gap: 9px; }
    .ms-product-market-section__icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }
    .ms-product-market-section__head h2 { font-size: 15px; }
    .ms-progressive-more {
        min-height: 46px;
        padding-inline: 12px;
        font-size: 11px;
    }
    .ms-sidebar-showcase__head-main { gap: 9px; }
    .ms-sidebar-showcase__head-icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }
    .ms-sidebar-showcase__head h3 { font-size: 13px; }
    .ms-sidebar-showcase .ms-carousel-arrow {
        width: 29px;
        height: 29px;
    }
    .ms-sidebar-product,
    .ms-sidebar-product:last-child {
        flex-basis: calc(100vw - 44px);
        width: calc(100vw - 44px);
        grid-template-columns: 88px minmax(0,1fr);
        gap: 11px;
    }
    .ms-sidebar-product__media {
        width: 88px;
        height: 88px;
    }
}

/* ========================================================================== 
   Sidebar Recommendations v3.0
   Vitrine única e integrada ao padrão visual da página.
   ========================================================================== */
.ms-product-sidebar-products {
    width: 100%;
    min-width: 0;
}
.ms-sidebar-recommendations {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e4e8ee;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 7px 22px rgba(15,23,42,.045);
}
.ms-sidebar-recommendations__head {
    min-height: 74px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #edf1f5;
    background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}
.ms-sidebar-recommendations__title {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 11px;
}
.ms-sidebar-recommendations__icon {
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #2968c8;
    background: #edf4ff;
    font-size: 14px;
}
.ms-sidebar-recommendations__title small {
    display: block;
    margin-bottom: 3px;
    color: #98a2b3;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.ms-sidebar-recommendations__title h3 {
    margin: 0;
    color: #172033;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: -.025em;
}
.ms-sidebar-recommendations .ms-carousel-arrow {
    width: 31px;
    height: 31px;
    border-radius: 9px;
    font-size: 9px;
}
.ms-sidebar-recommendations__viewport {
    width: 100%;
    min-width: 0;
    padding: 12px;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    box-sizing: border-box;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 12px;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.ms-sidebar-recommendations__viewport::-webkit-scrollbar { display: none; }
.ms-recommendation-card {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e7ecf2;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(15,23,42,.04);
    scroll-snap-align: start;
}
.ms-recommendation-card__cover-link {
    position: absolute;
    inset: 0;
    z-index: 5;
    border-radius: inherit;
}
.ms-recommendation-card__media {
    position: relative;
    width: 100%;
    height: 172px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-bottom: 1px solid #edf1f5;
    background: linear-gradient(180deg, #fbfcfe 0%, #f7f9fc 100%);
}
.ms-recommendation-card__media img {
    width: 100%;
    height: 100%;
    padding: 18px;
    object-fit: contain;
    transition: transform .28s ease;
}
.ms-recommendation-card:hover .ms-recommendation-card__media img { transform: scale(1.04); }
.ms-recommendation-card__type,
.ms-recommendation-card__discount {
    position: absolute;
    top: 10px;
    z-index: 2;
    min-height: 25px;
    padding: 0 9px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 999px;
    color: #fff;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: uppercase;
    box-shadow: 0 5px 13px rgba(15,23,42,.10);
}
.ms-recommendation-card__type { left: 10px; }
.ms-recommendation-card__type--official { background: #2968c8; }
.ms-recommendation-card__type--new { background: #7c3aed; }
.ms-recommendation-card__discount { right: 10px; background: #ef4444; }
.ms-recommendation-card__body { padding: 15px; }
.ms-recommendation-card__category {
    display: block;
    margin-bottom: 6px;
    overflow: hidden;
    color: #98a2b3;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .09em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.ms-recommendation-card h4 {
    min-height: 39px;
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    color: #344054;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.48;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.ms-recommendation-card__price {
    margin-top: 11px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 3px 7px;
}
.ms-recommendation-card__price small {
    width: 100%;
    color: #98a2b3;
    font-size: 9px;
    text-decoration: line-through;
}
.ms-recommendation-card__price strong {
    color: #172033;
    font-size: 22px;
    font-weight: 950;
    letter-spacing: -.035em;
}
.ms-recommendation-card__price span {
    color: #067647;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}
.ms-recommendation-card__benefits {
    margin-top: 12px;
    display: grid;
    gap: 7px;
}
.ms-recommendation-card__benefits span {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #667085;
    font-size: 9px;
    font-weight: 750;
}
.ms-recommendation-card__benefits i {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    color: #2968c8;
    background: #eef5ff;
    font-size: 8px;
}
.ms-recommendation-card__button {
    min-height: 39px;
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #d8e6f8;
    border-radius: 11px;
    color: #2968c8;
    background: #f5f9ff;
    font-size: 10px;
    font-weight: 900;
}
.ms-sidebar-recommendations__dots {
    min-height: 24px;
    padding: 0 14px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.ms-sidebar-recommendations__dots button {
    width: 6px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #d7dee8;
    cursor: pointer;
    transition: width .2s ease, background .2s ease;
}
.ms-sidebar-recommendations__dots button.is-active {
    width: 20px;
    background: #2968c8;
}
.ms-sidebar-recommendations__all {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-top: 1px solid #edf1f5;
    color: #2968c8;
    background: #fbfdff;
    font-size: 10px;
    font-weight: 900;
    text-decoration: none;
}
.ms-sidebar-recommendations__all:hover { background: #f3f7ff; }

@media (max-width: 1023px) {
    .ms-product-sidebar-products {
        padding: 0;
        overflow: hidden;
        border-bottom: 8px solid #f4f6f8;
        background: #f4f6f8;
    }
    .ms-sidebar-recommendations {
        border-inline: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .ms-sidebar-recommendations__head { padding: 13px 14px; }
    .ms-sidebar-recommendations__viewport {
        padding: 12px 14px 16px;
        scroll-padding-inline: 14px;
    }
    .ms-recommendation-card {
        flex: 0 0 min(326px, calc(100vw - 48px));
        width: min(326px, calc(100vw - 48px));
    }
    .ms-recommendation-card__media { height: 170px; }
    .ms-sidebar-recommendations__dots { padding-bottom: 12px; }
    .ms-sidebar-recommendations__all { min-height: 48px; font-size: 11px; }
}

@media (max-width: 420px) {
    .ms-sidebar-recommendations__icon {
        width: 35px;
        height: 35px;
        flex-basis: 35px;
    }
    .ms-sidebar-recommendations__title h3 { font-size: 14px; }
    .ms-sidebar-recommendations .ms-carousel-arrow {
        width: 29px;
        height: 29px;
    }
    .ms-recommendation-card {
        flex-basis: calc(100vw - 40px);
        width: calc(100vw - 40px);
    }
    .ms-recommendation-card__media { height: 164px; }
    .ms-recommendation-card__body { padding: 14px; }
}


/* ========================================================================== 
   Sidebar News Box v5.0
   Box compacto e alinhado ao padrão visual do marketplace.
   ========================================================================== */
.ms-product-sidebar-products {
    width: 100%;
    min-width: 0;
}
.ms-sidebar-newsbox {
    width: 100%;
    border: 1px solid #e4e8ee;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 7px 22px rgba(15,23,42,.045);
    overflow: hidden;
}
.ms-sidebar-newsbox__head {
    min-height: 74px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #edf1f5;
    background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}
.ms-sidebar-newsbox__title {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 11px;
}
.ms-sidebar-newsbox__icon {
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #2968c8;
    background: #edf4ff;
    font-size: 14px;
}
.ms-sidebar-newsbox__title small {
    display: block;
    margin-bottom: 3px;
    color: #98a2b3;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.ms-sidebar-newsbox__title h3 {
    margin: 0;
    color: #172033;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: -.025em;
}
.ms-sidebar-newsbox__pill {
    min-height: 26px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    color: #2968c8;
    background: #f4f8ff;
    border: 1px solid #dce9fb;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}
.ms-sidebar-newsbox__list {
    padding: 12px;
    display: grid;
    gap: 12px;
}
.ms-sidebar-newsitem {
    position: relative;
    display: grid;
    grid-template-columns: 88px minmax(0,1fr);
    gap: 12px;
    padding: 10px;
    border: 1px solid #e7ecf2;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(15,23,42,.035);
}
.ms-sidebar-newsitem__link {
    position: absolute;
    inset: 0;
    z-index: 5;
    border-radius: inherit;
}
.ms-sidebar-newsitem__thumb {
    position: relative;
    height: 88px;
    border-radius: 12px;
    border: 1px solid #edf1f5;
    background: linear-gradient(180deg, #fbfcfe 0%, #f7f9fc 100%);
    overflow: hidden;
    display: grid;
    place-items: center;
}
.ms-sidebar-newsitem__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}
.ms-sidebar-newsitem__badge {
    position: absolute;
    top: 8px;
    left: 8px;
    min-height: 22px;
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #7c3aed;
    color: #fff;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.ms-sidebar-newsitem__body { min-width: 0; }
.ms-sidebar-newsitem__category {
    display: block;
    margin-bottom: 5px;
    color: #98a2b3;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.ms-sidebar-newsitem h4 {
    margin: 0;
    color: #344054;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.42;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ms-sidebar-newsitem__meta {
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}
.ms-sidebar-newsitem__price small {
    display: block;
    color: #98a2b3;
    font-size: 8px;
    text-decoration: line-through;
}
.ms-sidebar-newsitem__price strong {
    display: block;
    color: #172033;
    font-size: 20px;
    font-weight: 950;
    letter-spacing: -.03em;
    line-height: 1;
}
.ms-sidebar-newsitem__discount {
    min-height: 22px;
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #effaf4;
    color: #067647;
    font-size: 8px;
    font-weight: 900;
}
.ms-sidebar-newsitem__benefits {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.ms-sidebar-newsitem__benefits span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #667085;
    font-size: 8px;
    font-weight: 800;
}
.ms-sidebar-newsitem__benefits i {
    color: #2968c8;
    font-size: 8px;
}
.ms-sidebar-newsbox__all {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-top: 1px solid #edf1f5;
    color: #2968c8;
    background: #fbfdff;
    font-size: 10px;
    font-weight: 900;
    text-decoration: none;
}
.ms-sidebar-newsbox__all:hover { background: #f3f7ff; }

@media (max-width: 1023px) {
    .ms-sidebar-newsbox {
        border-inline: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .ms-sidebar-newsbox__head { padding: 13px 14px; }
    .ms-sidebar-newsbox__list {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 12px 14px 16px;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 14px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .ms-sidebar-newsbox__list::-webkit-scrollbar { display: none; }
    .ms-sidebar-newsitem {
        flex: 0 0 min(310px, calc(100vw - 40px));
        width: min(310px, calc(100vw - 40px));
        scroll-snap-align: start;
    }
    .ms-sidebar-newsbox__all { min-height: 48px; font-size: 11px; }
}

@media (max-width: 420px) {
    .ms-sidebar-newsbox__icon {
        width: 35px;
        height: 35px;
        flex-basis: 35px;
    }
    .ms-sidebar-newsbox__title h3 { font-size: 14px; }
    .ms-sidebar-newsitem {
        grid-template-columns: 76px minmax(0,1fr);
        gap: 10px;
        flex-basis: calc(100vw - 32px);
        width: calc(100vw - 32px);
    }
    .ms-sidebar-newsitem__thumb { height: 76px; }
    .ms-sidebar-newsitem__price strong { font-size: 18px; }
}
