.cart-count-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    min-width: 22px;
    height: 22px;
    background: #000;
    color: #ffe36e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #fff;
    z-index: 2;
    box-shadow: 0 1px 4px rgba(0,0,0,0.10);
    pointer-events: none;
    transition: background 0.2s;
    padding: 0 5px;
    line-height: 1;
}
.olympikus-header-icons {
    position: relative;
}
.cart-msg-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2336e6;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 18px 32px 18px 18px;
    border-radius: 0 0 0 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.10);
    width: auto;
    min-width: 320px;
    max-width: 90vw;
    margin: 0 auto 24px auto;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
}
.cart-msg-text {
    flex: 1;
    white-space: nowrap;
    overflow: visible;
    text-overflow: initial;
    word-break: normal;
}


.cart-msg-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-left: 18px;
    cursor: pointer;
    line-height: 1;
    padding: 0 4px;
    opacity: 0.85;
    transition: opacity 0.2s;
}
.cart-msg-close:hover {
    opacity: 1;
}
/* ===== Olympikus Footer ===== */
.olympikus-footer {
    background: #2735d4;
    color: #fff;
    font-family: Arial, sans-serif;
    padding: 0;
    margin-top: 2px;
    font-size: 13px;
}
.olympikus-footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #3a47e0;
    padding: 24px 16px 0 16px;
}
.olympikus-footer-social {
    display: flex;
    gap: 0;
    margin-bottom: 24px;
    width: 100%;
}
.olympikus-footer-social-link {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 60px;
    border-right: 1px solid #3a47e0;
    background: transparent;
}
.olympikus-footer-social-link:last-child {
    border-right: none;
}

.olympikus-footer-social-link img {
    filter: brightness(0) invert(1);
    transition: filter 0.2s;
}
.olympikus-footer-social-link img:hover {
    filter: brightness(0.8) invert(1);
}
.olympikus-footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 300px;
    min-width: 220px;
}
.olympikus-footer-link-group {
    background: #2735d4;
    border: 1px solid #3a47e0;
    border-radius: 4px;
    padding: 10px 16px;
    color: #fff;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 4px;
    font-size: 13px;
}
.olympikus-footer-link-group .plus {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.olympikus-footer-payments {
    padding: 18px 16px 0 16px;
    border-bottom: 1px solid #3a47e0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}
.olympikus-footer-payments span {
    font-weight: 600;
    margin-bottom: 4px;
    color: #fff;
}
.olympikus-footer-payment-icons {
    display: flex;
    gap: 12px;
    align-items: center;
}
.olympikus-footer-payment-icons img {
    background: #fff;
    border-radius: 4px;
    padding: 2px 6px;
    height: 24px;
    width: 38px;
    object-fit: contain;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}
.olympikus-footer-warning {
    color: #7780e4;
    background: #2735d4;
    font-size: 12px;
    padding: 18px 16px 0 16px;
    font-weight: 500;
    line-height: 1.5;
}
.olympikus-footer-warning b {
    color: #7780e4;
    font-weight: 700;
    font-size: 13px;
}
.olympikus-footer-copy {
    color: #7780e4;
    background: #2735d4;
    font-size: 11px;
    padding: 18px 16px 24px 16px;
    border-top: 1px solid #3a47e0;
    line-height: 1.5;
}
@media (max-width: 700px) {
    .olympikus-footer-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .olympikus-footer-links {
        min-width: 0;
        width: 100%;
    }
    .olympikus-footer-payments {
        align-items: flex-start;
    }
}
/* Review estilo Netshoes/Olympikus */
.ml-review-item {
    background: #fff;
    border-radius: 10px;
    padding: 24px 20px 18px 20px;
    margin: 24px auto 32px auto;
    max-width: 420px;
    font-family: 'Inter', Arial, sans-serif;
}
.ml-review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}
.ml-review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e5e8ef;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ml-review-userinfo {
    flex: 1;
    min-width: 0;
}
.ml-review-username {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    line-height: 1.1;
}
.ml-review-city {
    font-size: 13px;
    color: #888;
    font-weight: 400;
}
.ml-review-date {
    font-size: 13px;
    color: #888;
    font-weight: 400;
    white-space: nowrap;
}
.ml-review-stars {
    color: #2735d4;
    font-size: 20px;
    margin-bottom: 6px;
    text-align: left;
}
.ml-review-text {
    font-size: 15px;
    color: #222;
    margin-bottom: 10px;
    text-align: left;
}
.ml-review-recommend {
    font-size: 14px;
    color: #1a8f3a;
    margin-bottom: 12px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 6px;
}
.ml-review-check {
    color: #1a8f3a;
    font-size: 18px;
    font-weight: bold;
}
.ml-review-feedback-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    text-align: left;
}
.ml-review-feedback-label {
    font-size: 14px;
    color: #222;
    margin-right: 8px;
}
.ml-review-feedback-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 4px;
    padding: 2px 10px;
    font-size: 15px;
    color: #222;
    cursor: pointer;
    transition: border-color 0.15s, box-shadow 0.15s;
}
.ml-review-feedback-btn:hover {
    border-color: #2735d4;
    box-shadow: 0 1px 4px rgba(39,53,212,0.08);
}
.ml-review-thumb {
    font-size: 17px;
    margin-right: 2px;
}
@media (max-width: 600px) {
    .ml-review-item {
        padding: 14px 4px 14px 4px;
        max-width: 98vw;
    }
    .ml-review-header {
        gap: 8px;
    }
    .ml-review-stars {
        font-size: 16px;
    }
    .ml-review-text {
        font-size: 14px;
    }
}
/* Avaliações estilo Olympikus/Netshoes */
.ml-opinioes-box {
    background: #fff;
    border-radius: 12px;
    padding: 32px 24px 32px 24px;
    max-width: 350px;
    margin: 32px auto 40px auto;
    text-align: center;
    font-family: 'Inter', Arial, sans-serif;
}
.ml-opinioes-title {
    font-size: 15px;
    color: #222;
    margin-bottom: 18px;
}
.ml-opinioes-media {
    margin-bottom: 18px;
}
.ml-opinioes-stars {
    color: #2735d4;
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 4px;
}
.ml-opinioes-score {
    font-size: 28px;
    font-weight: bold;
    color: #222;
    margin-bottom: 2px;
}
.ml-opinioes-count {
    font-size: 15px;
    color: #222;
    margin-bottom: 10px;
}
.ml-opinioes-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.ml-opinioes-recomendam {
    font-size: 15px;
    color: #222;
    margin-bottom: 18px;
}
.ml-opinioes-barras {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.ml-opinioes-bar-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #222;
}
.ml-opinioes-bar {
    flex: 1;
    height: 7px;
    background: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 6px;
}
.ml-opinioes-bar-fill {
    height: 100%;
    background: #2735d4;
    border-radius: 4px;
    transition: width 0.3s;
}
.ml-star {
    color: #2735d4;
    font-size: 32px;
    margin: 0 1px;
}
@media (max-width: 600px) {
    .ml-opinioes-box {
        padding: 18px 4px 18px 4px;
        max-width: 98vw;
    }
    .ml-opinioes-stars {
        font-size: 24px;
    }
    .ml-opinioes-score {
        font-size: 22px;
    }
    .ml-opinioes-bar-row {
        font-size: 13px;
    }
}
/* Bloco de fotos na descrição (imgsecao) */
.imgsecao {
    margin: 32px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
.imgsecao-img {
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: contain;
    margin: 0;
    display: block;
    border-radius: 8px;
}
/* Modal Tabela de Medidas */
.size-table-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 2000;
    transition: background 0.2s;
}

.size-table-modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -8px 32px rgba(0,0,0,0.18);
    width: 100vw;
    max-width: 430px;
    margin: 0 auto;
    z-index: 2001;
    padding: 0;
    overflow: hidden;
    animation: size-table-modal-slide-up 0.2s ease-in-out;
}

@keyframes size-table-modal-slide-up {
    from {
        transform: translateY(40px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


.size-table-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px 12px 20px;
    background: #4b56db;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 16px 16px 0 0;
}

.size-table-modal-title {
    flex: 1;
    text-align: left;
}

.size-table-modal-close {
    background: none;
    border: none;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    margin-left: 12px;
    line-height: 1;
    font-weight: 400;
}

.size-table-modal-content {
        margin-top: 18px;
    background: #fff;
}

.size-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    color: #222;
    margin: 0 auto;
}
.size-table th, .size-table td {
    padding: 8px 6px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}
.size-table th {
    background: #f5f5f5;
    color: #4b56db;
    font-weight: 700;
    font-size: 15px;
}
.size-table tr:last-child td {
    border-bottom: none;
}

@media (max-width: 600px) {
    .size-table-modal {
        max-width: 98vw;
        width: 98vw;
        border-radius: 12px 12px 0 0;
    }
    .size-table-modal-header {
        font-size: 16px;
        padding: 14px 10px 10px 14px;
    }
    .size-table-modal-content {
        padding: 12px 4px 16px 4px;
    }
    .size-table th, .size-table td {
        padding: 6px 2px;
        font-size: 13px;
    }
}
.product-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-family: Olympikus, sans-serif;
    text-transform: uppercase;
    margin: 10;
    padding: 0;
    font-weight: 500;
    font-family: 'Oswald', 'Arial Black', Impact, Arial, sans-serif;
    position: static;
}

.olympikus-header-search-input,
.olympikus-header-search-input:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.olympikus-header-search-input:focus {
    outline: none;
    box-shadow: none;
}

.olympikus-header-search-input::placeholder {
    color: #fff;
    opacity: 1;
}

/* HEADER OLYMPIKUS - PIXEL PERFECT */
.olympikus-header {
    position: relative;
    background: #2735d4;
    padding: 0;
    z-index: 10;
    box-shadow: none;
    border-radius: 0 !important;
    border-bottom: none !important;
    overflow: hidden;
}

.olympikus-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px 0 12px;
    height: 76px;
    position: relative;
}

.olympikus-header-icon {
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    min-width: 40px;
}

.olympikus-header-logo {
    height: 10px;
    display: block;
    margin: 0 auto;
}

.olympikus-header-icons {
    display: flex;
    gap: 18px;
    align-items: center;
    min-width: 56px;
    justify-content: flex-end;
    padding-right: 16px;
}

.olympikus-header-icons a {
    display: flex;
    align-items: center;
}

.olympikus-header-icons a svg {
    display: block;
}

.olympikus-header-search {
    margin: 0 12px 8px 12px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    background: transparent;
    border-radius: 18px;
    position: static;
    z-index: auto;
    box-shadow: none;
    height: 26px;
    border: 2.5px solid #fff;
}

.olympikus-header-search-input {
    margin: 0;
    padding: 0;
    position: static;
    position: relative;
    outline: none;
    flex: 1;
    font-size: 1.05rem;
    background: transparent;
    padding: 0;
    color: #fff;
    border-radius: 18px;
    font-weight: 700;
    font-weight: 700;
}

.olympikus-header-search-btn {
    margin: 0;
    padding: 0 4px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    position: static;
    margin: 0 8px 8px 8px;
    position: static;
}

.olympikus-header-bar {
    background: #111;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 0.97rem;
    font-weight: 700;
    min-height: 44px;
    height: auto;
    min-width: 280px;
    width: 100%;
    background: #111 !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative;
    z-index: 99;
    margin: 0;
    border-radius: 0 !important;
    position: relative;
    z-index: 9;
    box-shadow: none;
    gap: 6px;
    border: none !important;
    padding: 0 4px;
    width: 100%;
    border-top: none !important;
    overflow: hidden;
}
.olympikus-header-bar .bar-arrow {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 1.3em;
    margin: 0 8px;
    font-weight: 700;
    cursor: pointer;
    padding: 0 8px;
    border-radius: 50%;
    transition: background 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
}
.olympikus-header-bar .bar-arrow:hover {
    background: #222;
}
.olympikus-header-bar .bar-text {
    color: #fff !important;
    font-size: clamp(0.65em, 2.5vw, 1.05em);
    max-width: 100vw;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 8px;
    font-weight: 700;
    letter-spacing: 0.01em;
    flex: 1 1 auto;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    text-overflow: initial;
    line-height: 1.3;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 32px;
    min-width: 0;
    padding: 0 4px;
    background: transparent !important;
    visibility: visible !important;
    opacity: 1 !important;
}



@media (max-width: 600px) {
    .olympikus-header-row {
        padding: 0 8px 0 8px;
        height: 64px;
    }

    .olympikus-header-logo {
        height: 15px;
    }

    .olympikus-header-search {
        position: static;
        height: 36px;
        z-index: auto;
    }

    .olympikus-header-bar {
        font-size: 0.92rem;
        height: 36px;
        padding: 0 8px;
    }


    /* HEADER OLYMPIKUS NOVO TEMPLATE */
    .vtex-sticky-layout-0-x-wrapper--container__header-mobile {
        background: #1a32d4;
        width: 100%;
        font-size: 40px;
        line-height: 40px;
        font-weight: 400;
        color: #000;
        text-align: left;
        font-family: Olympikus, Arial, sans-serif;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        padding: 0;
        display: flex;
        align-items: center;
    }

    .olympikus-store-theme-7-x-flex {
        display: flex;
        align-items: center;
    }

    .vtex-store-components-3-x-logoContainer--logo-principal {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0;
    }

    .vtex-store-components-3-x-logoImage--logo-principal {
        max-width: 122px;
        height: 18px;
        margin: 0 auto;
        display: block;
    }

    .olympikus-smart-hint-2-x-searchInputWrapper {
        width: 100%;
        margin: 12px 0 0 0;
        display: flex;
        justify-content: center;
    }

    .olympikus-smart-hint-2-x-searchInput {
        width: 95%;
        background: #fff;
        border-radius: 8px;
        padding: 2px 8px;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        border: none;
    }

    .input-search {
        border: none;
        outline: none;
        background: transparent;
        font-size: 16px;
        color: #222;
        width: 100%;
        padding: 8px 0;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
        font-size: 2rem;
        font-family: 'Arial Black', Arial, Impact, sans-serif;
        letter-spacing: 0.03em;
    }

    .olympikus-smart-hint-2-x-searchButton {
        background: none;
        border: none;
        outline: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 8px;
    }

    .olympikus-smart-hint-2-x-searchIcon {
        color: #1a32d4;
    }

    .vtex-flex-layout-0-x-flexRow--row-itens-header-mobile {
        justify-content: flex-end;
        align-items: center;
        gap: 12px;
    }

    .vtex-store-components-3-x-imageElement--account-icon {
        width: 15px;
        height: 15px;
        object-fit: contain;
    }

    .vtex-minicart-2-x-cartIcon--container-minicart {
        width: 15px;
        height: 15px;
        color: #fff;
    }

    .vtex-minicart-2-x-openIconContainer--container-minicart button {
        background: none;
        border: none;
        padding: 0;
    }

    .vtex-slider-layout-0-x-sliderLayoutContainer--top-bar-text {
        width: 100%;
        background: #000;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        text-align: center;
        padding: 4px 0;
        margin: 0;
        box-sizing: border-box;
    }

    .vtex-slider-layout-0-x-sliderLeftArrow,
    .vtex-slider-layout-0-x-sliderRightArrow {
        background: transparent !important;
        border: none;
        color: #fff;
        top: 50%;
        transform: translateY(-50%);
    }

    @media (max-width: 600px) {
        .vtex-sticky-layout-0-x-wrapper--container__header-mobile {
            height: auto !important;

        .vtex-store-components-3-x-logoImage--logo-principal {
            max-width: 90px;
            height: 14px;
        }

        .olympikus-smart-hint-2-x-searchInput {
            width: 98%;
        }
    }

    .segment-lightgreen {
        background: #e6f4ea;
    }

    /* Indicadores customizados Mercado Livre */
    .ml-seller-indicator-bar-custom {
        display: flex;
        width: 100%;
        height: 6px;
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 8px;
        margin-top: 8px;
        gap: 2px;
    }

    .ml-seller-indicator-segment {
        height: 100%;
        flex: 1;
        border-radius: 4px;
    }

    .segment-red {
        background: #fde6e6;
    }

    .segment-orange {
        background: #fff2e0;
    }

    .segment-yellow {
        background: #fff9e0;
    }

    .segment-green {
        background: #39b54a;
    }

    .ml-seller-indicator-labels-custom {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        font-size: 12px;
        color: #222;
        margin-top: 2px;
        gap: 0;
    }

    .ml-seller-indicator-labels-custom span {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: 70px;
        text-align: center;
        font-weight: 400;
        gap: 0;
    }

    .ml-seller-indicator-labels-custom span b,
    .ml-seller-indicator-labels-custom span svg,
    .ml-seller-indicator-labels-custom span .vendas-label {
        margin-bottom: -5px;
    }

    .ml-seller-indicator-labels-custom span b {
        margin-bottom: 0;
        display: block;
    }

    .ml-seller-indicator-labels-custom span .vendas-label {
        margin-top: -10px;
        display: inline-block;
    }

    .ml-seller-indicator-labels-custom svg {
        margin-bottom: -5px;
        margin-top: 0;
        width: 17px;
        height: 17px;
    }

    .ml-seller-indicator-labels-custom b {
        font-weight: 600;
        color: #222;
        font-size: 13px;
    }

    /* Novo bloco de informações do vendedor estilo Mercado Livre */
    .ml-seller-profile {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        border: none;
        padding: 0 0 20px 0;
        margin: 16px 0 0 0;
        width: 100%;
        max-width: 100vw;
        min-width: 0;
        font-family: inherit;
        color: #333;
        box-sizing: border-box;
        overflow-x: hidden;
        padding-left: 0;
        padding-right: 0;
    }

    .ml-seller-cover {
        position: relative;
        width: 100%;
        height: 70px;
        background: #f5f5f5;
    }

    .ml-seller-cover-img {
        width: 100%;
        height: 70px;
        object-fit: cover;
        display: block;
    }

    .ml-seller-avatar-large {
        position: absolute;
        left: 16px;
        bottom: -24px;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border: 2px solid #fff;
        background: #fff;
        object-fit: contain;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }

    .ml-seller-profile-info {
        margin-top: 32px;
        padding: 0 16px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .ml-seller-profile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .ml-seller-profile-name {
        font-size: 18px;
        font-weight: 600;
        color: #222;
    }

    .ml-seller-follow-btn {
        background: #fff;
        border: 1px solid #3483fa;
        color: #3483fa;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 500;
        padding: 4px 16px;
        cursor: pointer;
        transition: background 0.15s, color 0.15s;
    }

    .ml-seller-follow-btn:hover {
        background: #f5f8fa;
        color: #2968c8;
    }

    .ml-seller-profile-desc {
        font-size: 14px;
        color: #666;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .ml-seller-profile-stats {
        display: flex;
        gap: 16px;
        font-size: 13px;
        color: #333;
    }

    .ml-seller-profile-stats b {
        color: #222;
        font-weight: 600;
    }

    .ml-seller-profile-platinum {
        display: flex;
        align-items: center;
        gap: 6px;
        color: #4b56db;
        font-size: 14px;
        margin: 4px 0 0 0;
    }

    .ml-seller-profile-platinum svg {
        flex-shrink: 0;
    }

    .ml-seller-profile-platinum b {
        color: #4b56db;
        font-weight: 600;
    }

    .ml-seller-profile-indicators {
        margin-top: 8px;
    }

    .ml-seller-profile-indicator-bar {
        width: 100%;
        height: 8px;
        background: #f0f0f0;
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 4px;
    }

    .ml-seller-profile-indicator-fill {
        width: 70%;
        height: 100%;
        background: linear-gradient(90deg, #39b54a 70%, #fdd835 70%, #fdd835 85%, #f44336 85%);
    }

    .ml-seller-profile-indicator-labels {
        display: flex;
        justify-content: space-between;
        font-size: 12px;
        color: #666;
        margin-top: 2px;
    }

    .ml-seller-profile-indicator-labels span {
        text-align: center;
        min-width: 60px;
    }

    @media (max-width: 900px) {
        .ml-seller-profile {
            max-width: 100vw;
            min-width: 0;
            border-radius: 0;
            box-shadow: none;
            margin: 16px 0 0 0 !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            box-sizing: border-box;
            overflow-x: hidden;
        }

        .ml-seller-profile-info {
            padding: 0 12px;
        }

        .ml-seller-avatar-large {
            left: 12px;
        }
    }

    /* Bloco vendedor oficial Mercado Livre */
    .ml-seller-block {
        background: #fff;
        border-radius: 12px;
        box-shadow: none;
        border: none;
        padding: 14px 16px 10px 16px;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        max-width: 950px;
        font-family: inherit;
        font-size: 15px;
        color: #333;
        box-sizing: border-box;
    }

    .ml-seller-header {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 4px;
    }

    .ml-seller-avatar {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #fff;
        object-fit: contain;
        border: 1px solid #e3e8f2;
        padding: 4px;
    }

    .ml-seller-info {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .ml-seller-title {
        font-weight: 500;
        color: #222;
        font-size: 15px;
        display: flex;
        align-items: center;
        gap: 2px;
    }

    .ml-seller-link {
        color: #3483fa;
        text-decoration: none;
        font-weight: 500;
        font-size: 15px;
        margin: 0 2px;
    }

    .ml-seller-link svg {
        margin-left: 2px;
        vertical-align: middle;
    }

    .ml-seller-sales {
        color: #333;
        font-size: 14px;
        margin-left: 2px;
    }

    .ml-seller-guarantee {
        display: flex;
        align-items: flex-start;
        color: #333;
        font-size: 13px;
        margin: 12px 0 6px 0;
        gap: 6px;
        line-height: 1.2;
        width: 100%;
        max-width: 100%;
        white-space: normal;
    }

    .ml-seller-guarantee-link {
        color: #3483fa;
        text-decoration: none;
        font-weight: 500;
        margin-right: 2px;
    }

    .ml-seller-actions {
        display: flex;
        gap: 16px;
        margin-top: 8px;
        justify-content: center;
        align-items: center;
    }

    .ml-seller-action-btn {
        display: flex;
        align-items: center;
        gap: 8px;
        background: none;
        border: none;
        color: #3483fa;
        font-size: 15px;
        font-weight: 500;
        padding: 0 8px;
        cursor: pointer;
        transition: color 0.15s;
        box-sizing: border-box;
        line-height: 1.2;
        white-space: nowrap;
    }

    .ml-seller-action-btn svg {
        margin-right: 6px;
        color: #3483fa;
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

    .ml-seller-action-btn:hover {
        border-color: #3483fa;
        background: #f5f8fa;
        color: #2968c8;
    }

    /* Ícone escudo garantia cinza */
    .ml-seller-guarantee svg {
        stroke: #b3b6be !important;
        color: #b3b6be !important;
        width: 16px;
        height: 16px;
        margin-right: 4px;
        flex-shrink: 0;
        display: inline-flex;
        align-items: center;
    }

    /* Overlay escuro */
    .quantity-modal-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.65);
        z-index: 1000;
        transition: background 0.2s;
    }

    /* Modal fixo rodapé, sombra, padding, borda arredondada */
    .quantity-modal {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        border-radius: 16px 16px 0 0;
        box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.18);
        width: 100vw;
        max-width: 430px;
        margin: 0 auto;
        z-index: 1001;
        padding: 0 0 16px 0;
        overflow: hidden;
        box-sizing: border-box;
        animation: modal-translate-in 0.2s ease-in-out, modal-fade-in 0.2s ease-in-out;
    }

    @keyframes modal-translate-in {
        from {
            transform: translateY(40px);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes modal-fade-in {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    /* Header centralizado, padding generoso, botão fechar à direita */
    .quantity-modal-header {
        font-size: 17px;
        font-weight: 600;
        padding: 24px 24px 16px 24px;
        border-bottom: 1px solid #eee;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 16px 16px 0 0;
        position: relative;
    }

    .quantity-modal-close {
        background: none;
        border: none;
        font-size: 24px;
        color: #888;
        cursor: pointer;
        position: absolute;
        top: 18px;
        right: 18px;
        line-height: 1;
        padding: 0;
        margin: 0;
        z-index: 2;
    }

    /* Lista sem bullets, padding zero */
    .quantity-modal-list {
        list-style: none;
        margin: 0;
        padding: 0;
        background: #fff;
    }

    /* Cada item ocupa toda a largura, sem borda arredondada */
    .quantity-modal-item {
        font-size: 17px;
        color: #222;
        padding: 0;
        border-bottom: 1px solid #f2f2f2;
        cursor: pointer;
        transition: background 0.15s;
        background: #fff;
        border-radius: 0;
    }

    .quantity-modal-item.selected,
    .quantity-modal-item:active,
    .ui-pdp-buybox__quantity__item--selected {
        background: #f5f5f5;
        font-weight: 600;
        border-radius: 0;
    }

    .quantity-modal-item:last-child {
        border-bottom: none;
    }

    .quantity-modal-item button {
        width: 100%;
        text-align: center;
        /* Centralizar opções em mobile e desktop */
        text-align: center;
        background: none;
        border: none;
        font-size: 17px;
        color: #222;
        padding: 20px 24px;
        cursor: pointer;
        font-family: inherit;
        transition: background 0.15s;
        border-radius: 0;
        outline: none;
    }

    .quantity-modal-item button:hover {
        background: #f5f5f5;
    }

    /* Modal de quantidade Mercado Livre */
    .quantity-modal-list,
    .ui-pdp-buybox__quantity__list {
        list-style: none;
        margin: 0;
        padding: 0;
        background: #fff;
    }

    .quantity-modal-item,
    .ui-pdp-buybox__quantity__item {
        padding: 0;
        border-bottom: 1px solid #f2f2f2;
        background: #fff;
    }

    .quantity-modal-item:last-child,
    .ui-pdp-buybox__quantity__item:last-child {
        border-bottom: none;
    }

    .quantity-modal-item button,
    .ui-pdp-buybox__quantity__item button {
        width: 100%;
        text-align: left;
        background: none;
        border: none;
        font-size: 16px;
        color: #222;
        padding: 18px 20px;
        cursor: pointer;
        font-family: inherit;
        transition: background 0.15s;
        border-radius: 0;
    }

    .quantity-modal-item.selected button,
    .ui-pdp-buybox__quantity__item--selected button {
        background: #f5f5f5;
        font-weight: 600;
        border-radius: 6px;
    }

    .quantity-modal-item button:hover,
    .ui-pdp-buybox__quantity__item button:hover {
        background: #f5f5f5;
    }

    /* Bloco Informe seu CEP e link da marca (Mercado Livre style) */
    /* Bloco Informe seu CEP e link da marca (Mercado Livre style) */
    .shipping-cep-block {
        background: #fff159;
        display: flex;
        align-items: center;
        padding: 10px 16px 10px 12px;
        font-size: 15px;
        color: #333;
        border-bottom: 1px solid #f0e06a;
        margin: 0;
        width: 100vw;
        max-width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
        gap: 7px;
        box-sizing: border-box;
        z-index: 2;
    }

    .cep-icon {
        display: flex;
        align-items: center;
        margin-right: 6px;
    }

    .cep-icon svg {
        display: block;
        width: 20px;
        height: 20px;
        stroke: #665c00;
        fill: none;
    }

    .cep-text {
        font-size: 15px;
        color: #333;
        font-weight: 400;
    }

    .cep-arrow {
        margin-left: auto;
        color: #b3a600;
        font-size: 20px;
        font-weight: 700;
    }

    .brand-link {
        display: block;
        background: #fff;
        color: #3483fa;
        font-size: 15px;
        text-decoration: none;
        font-weight: 400;
        padding: 12px 16px 16px 16px;
        border-radius: 0 0 8px 8px;
        box-shadow: none;
        border-top: 1px solid #ededed;
        margin: 0;
    }

    /* Remove top margin from first element after header */
    .shipping-cep-block+.brand-link {
        margin-top: 0;
    }

    .brand-link+.reorganized-product-top {
        margin-top: 10px;
    }

    .brand-link:hover {
        text-decoration: underline;
    }

    /* Mercado Livre-style product top info */
    .reorganized-product-top {
        margin-bottom: 12px;
    }

    .product-top-row {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        margin-bottom: 2px;
    }

    .product-meta {
        color: #999;
        font-size: 12px;
        font-weight: 400;
        display: flex;
        gap: 4px;
        align-items: center;
    }

    .product-divider {
        margin: 0 4px;
    }

    .product-rating {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 15px;
    }

    .rating-score {
        color: #999;
        font-weight: 600;
        font-size: 15px;
        margin-right: 2px;
    }

    .rating-stars {
        color: #2968c8;
        font-size: 16px;
        letter-spacing: 0.04em;
        margin-right: 2px;
        display: inline-flex;
        gap: 1px;
        position: relative;
        top: -2px;
    }

    .rating-count {
        color: #999;
        font-size: 13px;
        font-weight: 400;
        margin-left: 6px;
    }

    /* removido: .product-title duplicado */

    @media (max-width: 600px) {
        /* removido: .product-title duplicado mobile */

        .product-top-row {
            font-size: 12px;
        }
    }

    /* Botão menu hambúrguer estilo Mercado Livre */
    .nav-header-menu-switch {
        background: none;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        padding: 0;
        margin-left: 2px;
        cursor: pointer;
    }

    .nav-header-menu-switch span {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 22px;
        height: 22px;
    }

    .hamburger-top-bread,
    .hamburger-patty,
    .hamburger-bottom-bread {
        display: block;
        width: 22px;
        height: 3px;
        background: #333;
        border-radius: 2px;
        margin: 2px 0;
        transition: all 0.2s;
    }

    .hamburger-patty {
        width: 16px;
    }

    @media (max-width: 600px) {
        .nav-header-menu-switch {
            width: 20px;
            height: 20px;
            margin-left: 2px;
        }

        .nav-header-menu-switch span {
            width: 22px;
            height: 22px;
        }

        .hamburger-top-bread,
        .hamburger-patty,
        .hamburger-bottom-bread {
            width: 22px;
            height: 3px;
            margin: 2px 0;
        }

        .hamburger-patty {
            width: 16px;
        }
    }

    @media (max-width: 600px) {
        .search-input-wrapper {
            display: flex;
            align-items: center;
            position: relative;
            height: 40px;
            min-height: 40px;
        }

        .search-input-wrapper .search-icon {
            position: absolute;
            left: 10px;
            top: 0;
            bottom: 0;
            margin: auto 0;
            height: 20px;
            width: 20px;
            display: flex;
            align-items: center;
            color: #999;
            z-index: 1;
        }

        .search-input-wrapper .search-input {
            height: 40px;
            line-height: 40px;
            padding: 0 8px 0 42px !important;
            font-size: 16px;
            border: none;
            background: transparent;
            border-radius: 4px;
            outline: none;
            box-shadow: none;
            display: flex;
            align-items: center;
        }
    }

    @media (max-width: 600px) {
        .search-input-wrapper .search-icon {
            left: 10px;
            top: 50%;
            transform: translateY(-55%);
            width: 20px;
            height: 20px;
            color: #999;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .search-input-wrapper .search-input {
            padding: 8px 8px 8px 42px !important;
            height: 36px;
            line-height: 20px;
            font-size: 15px;
            display: flex;
            align-items: center;
        }
    }

    @media (max-width: 600px) {
        .reorganized-header {
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            gap: 4px;
            padding: 10px 4px 10px 4px;
            height: auto;
        }

        .reorganized-header .logo {
            display: flex;
            align-items: center;
            height: 36px;
            margin-bottom: 0;
            margin-top: 0;
        }

        .reorganized-header .logo img {
            height: 32px;
            width: 32px;
            display: block;
            object-fit: contain;
            margin: 0;
        }

        .search-container {
            flex: 1 1 0%;
            min-width: 0;
            margin: 0 2px;
            display: flex;
            align-items: center;
            height: 36px;
        }

        .search-input-wrapper {
            width: 100%;
            height: 36px;
            display: flex;
            align-items: center;
            background: #fff;
            border-radius: 4px;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
            position: relative;
        }

        .search-input-wrapper .search-icon {
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            width: 18px;
            height: 18px;
            color: #999;
            z-index: 1;
        }

        .search-input-wrapper .search-input {
            width: 100%;
            font-size: 15px;
            padding: 8px 8px 8px 38px !important;
            border: none;
            background: transparent;
            border-radius: 4px;
            outline: none;
            box-shadow: none;
            height: 36px;
            line-height: 20px;
            display: flex;
            align-items: center;
        }

        .header-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 36px;
            width: 36px;
            padding: 0;
            margin-left: 2px;
        }

        .header-icon svg {
            width: 22px;
            height: 22px;
        }
    }

    @media (max-width: 600px) {
        .reorganized-header {
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            gap: 4px;
            padding: 10px 4px 10px 4px;
            height: auto;
        }

        .reorganized-header .logo {
            display: flex;
            align-items: center;
            height: 36px;
        }

        .reorganized-header .logo img {
            height: 28px;
            width: auto;
            display: block;
        }

        .search-container {
            flex: 1 1 0%;
            min-width: 0;
            margin: 0 2px;
            display: flex;
            align-items: center;
            height: 36px;
        }

        .search-input-wrapper {
            width: 100%;
            height: 36px;
            display: flex;
            align-items: center;
            background: #fff;
            border-radius: 4px;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
            position: relative;
        }

        .search-input-wrapper .search-icon {
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            width: 18px;
            height: 18px;
            color: #999;
            z-index: 1;
        }

        .search-input-wrapper .search-input {
            width: 100%;
            font-size: 15px;
            padding: 8px 8px 8px 38px !important;
            border: none;
            background: transparent;
            border-radius: 4px;
            outline: none;
            box-shadow: none;
            height: 36px;
            line-height: 20px;
            display: flex;
            align-items: center;
        }

        .header-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 36px;
            width: 36px;
            padding: 0;
            margin-left: 2px;
        }

        .header-icon svg {
            width: 22px;
            height: 22px;
        }
    }

    @media (max-width: 600px) {
        .reorganized-header {
            flex-wrap: nowrap;
        }

        .search-container {
            flex: 1;
            min-width: 0;
            margin: 0 2px;
        }

        .search-input-wrapper {
            width: 100%;
            background: #fff;
            border-radius: 4px;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
            display: flex;
            align-items: center;
            position: relative;
            height: 36px;
        }

        .search-input-wrapper .search-icon {
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            width: 18px;
            height: 18px;
            color: #999;
            z-index: 1;
        }

        .search-input-wrapper .search-input {
            width: 100%;
            font-size: 15px;
            padding: 8px 8px 8px 38px !important;
            border: none;
            background: transparent;
            border-radius: 4px;
            outline: none;
            box-shadow: none;
            height: 36px;
            line-height: 20px;
        }
    }

    /* Header reorganizado - responsivo */
    .reorganized-header {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 18px 12px 18px 12px;
        background: #fff159;
    }

    .reorganized-header .logo img {
        height: 32px;
    }

    .reorganized-header .search-container {
        flex: 1;
        display: flex;
        align-items: center;
        min-width: 0;
    }

    .reorganized-header .search-input {
        width: 100%;
        min-width: 0;
        padding: 8px 40px 8px 12px;
        font-size: 15px;
    }

    .reorganized-header .search-button {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        padding: 0 10px;
        border: none;
        background: none;
        color: #666;
    }

    .reorganized-header .header-icon {
        background: none;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4px;
        margin-left: 4px;
        cursor: pointer;
        transition: background 0.2s;
    }

    .reorganized-header .header-icon:active {
        background: #f3f3f3;
        border-radius: 50%;
    }

    @media (max-width: 600px) {
        .reorganized-header {
            gap: 6px;
            padding: 14px 4px 14px 4px;
        }

        .reorganized-header .logo img {
            height: 15px;
        }

        .reorganized-header .search-input {
            font-size: 13px;
            padding: 6px 36px 6px 8px;
        }

        .reorganized-header .header-icon svg {
            width: 22px;
            height: 22px;
        }
    }

    /* Gallery Dots (pontinhos do carrossel de imagens) */
    .gallery-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin: 12px 0 0 0;
    }

    .gallery-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #ddd;
        border: none;
        cursor: pointer;
        transition: background 0.2s, transform 0.2s;
        outline: none;
        padding: 0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    }

    .gallery-dot.active {
        background: #3483FA;
        transform: scale(1.2);
    }

    .gallery-dot:focus {
        outline: 2px solid #3483FA;
    }

    /* Reset and base styles */
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        line-height: 1.5;
        color: #333;
        background-color: #f5f5f5;
    }

    /* Header Styles */
    .header {
        background-color: #fff159;
        position: sticky;
        top: 0;
        z-index: 1000;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .header-desktop {
        display: none;
    }

    .header-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 8px 16px;
    }

    .header-top {
        display: flex;
        align-items: center;
        gap: 24px;
    }

    .logo img {
        height: 32px;
    }

    .search-container {
        flex: 1;
        position: relative;
        display: flex;
        align-items: center;
    }

    .search-input {
        width: 100%;
        padding: 8px 50px 8px 16px;
        border: none;
        border-radius: 4px;
        font-size: 14px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        outline: none;
    }

    .search-button {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        padding: 0 12px;
        border: none;
        background: none;
        border-left: 1px solid #ddd;
        cursor: pointer;

        .search-input-wrapper {
            position: relative;
            width: 100%;
            display: flex;
            align-items: center;
            background: #fff;
            border-radius: 4px;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
        }

        .search-input-wrapper .search-icon {
            position: absolute;
            left: 12px;
            top: 50%;
            transform: translateY(-50%);
            color: #999;
            pointer-events: none;
            display: flex;
            align-items: center;
            z-index: 1;
        }

        .search-input-wrapper .search-input {
            width: 100%;
            padding: 8px 12px 8px 40px !important;
            border: none;
            background: transparent;
            font-size: 15px;
            border-radius: 4px;
            outline: none;
            box-shadow: none;
        }

        @media (max-width: 600px) {
            .search-input-wrapper .search-input {
                font-size: 13px;
                padding: 6px 8px 6px 36px !important;
            }

            .search-input-wrapper .search-icon {
                left: 8px;
            }
        }
    }

    .location {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .nav-links {
        flex: 1;
        display: flex;
        gap: 16px;
    }

    .nav-item {
        display: flex;
        align-items: center;
        gap: 4px;
        cursor: pointer;
        transition: color 0.2s;
    }

    .nav-item:hover {
        color: #333;
    }

    .user-actions {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    /* Mobile Header */
    .header-mobile {
        display: block;
        padding: 16px;
    }

    .mobile-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 12px;
    }

    .mobile-logo {
        height: 28px;
    }

    .mobile-search {
        position: relative;
        margin-bottom: 8px;
    }

    .mobile-location {
        display: flex;
        align-items: center;
        gap: 4px;
        font-size: 12px;
        color: #666;
    }

    /* Main Content */
    .main-content {
        max-width: 1200px;
        margin: 0 auto;
        padding: 16px;
        background: white;
        min-height: calc(100vh - 120px);
    }

    .breadcrumb {
        font-size: 12px;
        color: #666;
        margin-bottom: 16px;
        display: none;
    }

    .product-container {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    /* Product Gallery */
    .product-gallery {
        flex: 1;
    }

    .main-image-container {
        position: relative;
        background: transparent;
        border-radius: 8px;
        border: none;
        overflow: hidden;
        margin-bottom: 16px;
    }

    /* Remove gray background from Mercado Livre badges */
    .ml-badges {
        background: transparent !important;
    }

    .main-image {
        position: relative;
        width: 100%;
        padding-bottom: 100%;
        cursor: zoom-in;
    }

    .main-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .zoom-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        pointer-events: none;
        display: none;
        z-index: 10;
    }

    .thumbnails {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .thumbnail {
        flex-shrink: 0;
        width: 64px;
        height: 64px;
        border: 2px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
        background: none;
        cursor: pointer;
        transition: border-color 0.2s;
    }

    .thumbnail.active {
        border-color: #3483FA;
    }

    .thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .image-counter {
        position: absolute;
        top: 18px;
        left: 18px;
        background: #e0e0e0;
        background-color: #f5f5f5;
        border-radius: 12px;
        color: rgba(0, 0, 0, .9);
        font-size: 14px;
        font-weight: 600;
        height: 22px;
        width: 40px;
        left: 15px;
        top: 12px;
        padding: 2px 0;
        position: absolute;
        text-align: center;
        z-index: 999;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Product Info */
    .product-info {
        background: white;
        padding: 16px;
        border-radius: 8px;
    }

    .product-meta {
        font-size: 12px;
        color: #666;
        margin-bottom: 8px;
    }

    /* removido: .product-title duplicado */

    .rating {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 16px;
    }

    .stars {
        display: flex;
        gap: 2px;
    }

    .star {
        color: #ddd;
        font-size: 16px;
    }

    .star.filled {
        color: #3483FA;
    }

    .rating-value {
        position: relative;
        top: 2px;
    }

    .price-section {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
    }

    .original-price {
        display: flex;
        align-items: baseline;
        gap: 6px;
        margin-bottom: 0;
        font-size: 15px;
        color: #999;
    }

    .crossed-price {
        color: #999;
        text-decoration: line-through;
        font-size: 15px;
        margin-right: 4px;
    }

    .discount {
        color: #4b56db;
        font-weight: 600;
        font-size: 15px;
        margin-left: 2px;
    }

    .current-price {
        font-size: 36px;
        font-weight: 700;
        color: #333;
        margin-bottom: 0;
        line-height: 1.1;
    }

    .installments {
        font-size: 18px;
        color: #4b56db;
        font-weight: 500;
        margin-top: 4px;
        margin-bottom: 12px;
        line-height: 1.2;
    }

    .shipping-info {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 18px;
        padding: 14px 16px;
        background: #f5f5f5;
        border-radius: 8px;
        border: 1px solid #ededed;
        box-shadow: none;
    }

    .shipping-info svg {
        color: #00a650;
        flex-shrink: 0;
        margin-top: 2px;
        width: 22px;
        height: 22px;
    }

    .shipping-fast {
        color: #00a650;
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 2px;
    }

    .shipping-condition {
        font-size: 13px;
        color: #666;
        margin-bottom: 2px;
    }

    .shipping-options {
        font-size: 13px;
        color: #3483FA;
        cursor: pointer;
        margin-top: 2px;
    }

        .color-selection,
        .storage-selection {
            margin-bottom: 4px;
    }

    /* Bloco de informações Mercado Livre (frete, devolução, estoque) */
    .ml-info-block {
        background: #fff;
        border-radius: 8px;
        border: none;
        padding: 16px 0 10px 0;
        margin-bottom: 18px;
        font-size: 15px;
        color: #333;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
        margin-left: 0;
    }

    .ml-info-row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0 0;
        margin-bottom: 0;
        width: 100%;
    }

    .ml-info-badge.green {
        background: #000000;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        border-radius: 4px;
        padding: 2px 8px;
        letter-spacing: 0.5px;
        margin-bottom: 8px;
    }

    .ml-info-link.green {
        color: #000000;
        font-weight: 600;
        cursor: pointer;
        font-size: 15px;
        margin-bottom: 0;
        display: block;
    }

    .ml-info-link.blue {
        color: #4b56db;
        font-weight: 500;
        cursor: pointer;
        font-size: 14px;
        margin-left: 0;
        margin-bottom: 8px;
        display: block;
    }

    .ml-info-text {
        color: #333;
        font-size: 14px;
        margin-bottom: 0;
        display: block;
    }

    .ml-info-timer {
        color: #666;
        font-size: 13px;
        margin-bottom: 0;
        display: block;
    }

    .ml-info-stock {
        color: #333;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 0;
        display: block;
    }

    .ml-info-full {
        color: #00a650;
        font-size: 14px;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 2px;
        margin-left: 6px;
        margin-bottom: 0;
    }

    /* Bloco de estoque e quantidade estilo Mercado Livre */
    .stock-block {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .quantity-block {
        margin-top: -2px !important;
        padding-top: 0;
    }

    .stock-title {
        font-size: 15px;
        font-weight: 600;
        color: #222;
        margin-bottom: 2px;
    }

    .stock-full-info {
        font-size: 13px;
        color: #888;
        font-weight: 400;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .stock-full-info .ml-info-full {
        margin-left: 4px;
        font-size: 13px;
        font-weight: 600;
    }

    .stock-full-info .full-text {
        font-weight: 700;
        font-size: 13px;
        color: #4b56db;
        margin-left: 2px;
    }

    .quantity-block {
        background: #f5f5f5;
        border-radius: 8px;
        padding: 10px 16px;
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 0;
        font-size: 15px;
        width: 100%;
        box-sizing: border-box;
    }

    .quantity-label {
        color: #222;
        font-weight: 500;
    }

    .quantity-available {
        color: #b0b0b0;
        font-size: 14px;
        margin-left: 4px;
    }

    .quantity-arrow {
        margin-left: auto;
        display: flex;
        align-items: center;
    }

    .ml-info-full svg {

        /* Modal de seleção de quantidade estilo Mercado Livre */
        .quantity-modal-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.18);
            z-index: 1000;
            transition: background 0.2s;
        }

        .quantity-modal {
            display: none;
            position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
            background: #fff;
            border-radius: 6px 6px 0 0;
            box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.10);
            width: 100vw;
            max-width: 430px;
            margin: 0 auto;
            z-index: 1001;
            padding: 0;
            overflow: hidden;
            box-sizing: border-box;
            animation: modal-translate-in 0.2s ease-in-out, modal-fade-in 0.2s ease-in-out;
        }

        @keyframes modal-translate-in {
            from {
                transform: translateY(40px);
                opacity: 0;
            }

            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        @keyframes modal-fade-in {
            from {
                opacity: 0;
            }

            to {
                opacity: 1;
            }
        }

        .quantity-modal-header {
            font-size: 17px;
            font-weight: 600;
            padding: 18px 20px 12px 20px;
            border-bottom: 1px solid #eee;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: #fff;
            border-radius: 6px 6px 0 0;
        }

        .quantity-modal-close {
            background: none;
            border: none;
            font-size: 28px;
            color: #888;
            cursor: pointer;
            margin-left: 12px;
            line-height: 1;
        }

        .quantity-modal-list {
            list-style: none;
            margin: 0;
            padding: 0;
            background: #fff;
        }

        .quantity-modal-item {
            font-size: 16px;
            color: #222;
            padding: 18px 20px;
            border-bottom: 1px solid #f2f2f2;
            cursor: pointer;
            transition: background 0.15s;
            background: #fff;
            border-radius: 0;
        }

        .quantity-modal-item.selected,
        .quantity-modal-item:active {
            background: #f5f5f5;
            font-weight: 600;
            border-radius: 6px;
        }

        .quantity-modal-item.selected,
        .quantity-modal-item:active {
            background: #f5f5f5;
            font-weight: 600;
        }

        .quantity-modal-item:last-child {
            border-bottom: none;
        }

        .quantity-modal-item:hover {
            background: #f5f5f5;
        }

        margin-right: 2px;
    }

    .selection-label {
        font-size: 14px;
        color: #666;
        margin-bottom: 8px;
    }

    .selected-value {
        font-weight: 500;
        color: #333;
    }

    .color-options {
        display: flex;
        gap: 8px;
    }

    .ml-seller-actions {
        display: flex;
        gap: 16px;
        margin-top: 12px;
        justify-content: center;
        align-items: center;
    }

    .color-option {
        width: 40px;
        height: 40px;
        border: 2px solid #ddd;
        border-radius: 50%;
        cursor: pointer;
        transition: border-color 0.2s;
    }

    .color-option.active {
        border-color: #000000;
    }

    .storage-options {
        .ml-seller-action-btn {
            display: flex;
            align-items: center;
            gap: 8px;
            background: #fff;
            border: 1px solid #e3e8f2;
            border-radius: 8px;
            color: #000000;
            font-size: 15px;
            font-weight: 500;
            padding: 8px 18px;
            cursor: pointer;
            transition: border-color 0.15s, background 0.15s, color 0.15s;
            box-sizing: border-box;
        }

        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 8px;

        .ml-seller-action-btn svg {
            margin-right: 6px;
            color: #3483fa;
            width: 20px;
            height: 20px;
            flex-shrink: 0;
        }

    }

    .ml-seller-action-btn:hover {
        border-color: #3483fa;
        background: #f5f8fa;
        color: #2968c8;
    }

    .storage-options::-webkit-scrollbar {
        height: 4px;
    }

    .storage-options::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 2px;
    }

    .storage-option {
        min-width: 80px;
        height: 56px;
        padding: 0 10px;
        border: 1px solid #ddd;
        border-radius: 8px;
        background: #fff;
        cursor: pointer;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        transition: border-color 0.2s, box-shadow 0.2s;
        font-size: 16px;
        color: #222;
        font-weight: 400;
    }

    .storage-option.active {
        border: 2px solid #000000;
        background: #929292;
        color: #000000;
        box-shadow: 0 0 0 2px #838383;
        display: flex;
    }

    .quantity-selection {
        margin-bottom: 24px;
        outline: none;
        border: 1.5px dashed #3483FA;
    }

    .quantity-controls {
        display: flex;
        align-items: center;
        width: 140px;
        border: 1px solid #ddd;
        border-radius: 8px;
        margin-bottom: 4px;
    }

    .quantity-btn {
        padding: 8px 12px;
        border: none;
        background: none;
        cursor: pointer;
        color: #666;
        font-size: 16px;
        transition: color 0.2s;
    }

    .quantity-btn:hover {
        color: #333;
    }

    .quantity-value {
        flex: 1;
        text-align: center;
        font-size: 14px;
        padding: 8px 4px;
    }

    .stock-info {
        font-size: 12px;
        color: #666;
    }

    .cta-buttons {
        margin-bottom: 20px;
    }

    .btn-primary,
    .btn-secondary,
    .btn-favorite {
        width: 100%;
        padding: 12px;
        border-radius: 8px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.2s;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font-size: 14px;
    }

    .btn-primary {
        background: #000000;
        color: white;
        border: none;
    }

    .btn-primary:hover {
        background: #000000;
    }

    .btn-secondary {
        background: #c4c4c4;
        color: #000000;
        border: 1px solid #000000;
    }

    .btn-secondary:hover {
        background: #bebebe;
    }

    .btn-favorite {
        background: none;
        color: #3483FA;
        border: none;
        font-size: 14px;
        justify-content: flex-start;
    }

    .btn-favorite:hover {
        background: #f8f9fa;
    }

    .guarantees {
        padding: 16px;
        border: 1px solid #ddd;
        border-radius: 8px;
        margin-bottom: 20px;
    }

    .guarantee-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 16px;
    }

    .guarantee-item:last-child {
        margin-bottom: 0;
    }

    .guarantee-item svg {
        color: #3483FA;
        flex-shrink: 0;
        margin-top: 2px;
    }

    .guarantee-title {
        font-weight: 500;
        margin-bottom: 2px;
    }

    .guarantee-desc {
        font-size: 12px;
        color: #666;
    }

    .seller-info h3 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 12px;
    }

    .seller-details {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 12px;
    }

    .seller-avatar {
        width: 40px;
        height: 40px;
        background: #3483FA;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }

    .seller-name {
        font-weight: 500;
    }

    .seller-type {
        font-size: 12px;
        color: #666;
    }

    .seller-link {
        display: flex;
        align-items: center;
        gap: 4px;
        color: #3483FA;
        background: none;
        border: none;
        cursor: pointer;
        font-size: 14px;
    }

    /* Product Description */
    .product-description {
        border-top: 1px solid #ddd;
        padding-top: 24px;
        margin-top: 32px;
    }

    .product-description h2 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 16px;
    }

    .description-content {
        position: relative;
        max-height: 300px;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .description-content.expanded {
        max-height: none;
    }

    .description-content h3 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 16px;
    }

    .description-content ul {
        list-style: disc;
        padding-left: 20px;
        margin-bottom: 24px;
    }

    .description-content li {
        margin-bottom: 12px;
        color: #555;
    }

    .additional-content {
        margin-top: 24px;
    }

    .additional-content h3 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 12px;
    }

    .additional-content p {
        margin-bottom: 8px;
        color: #555;
    }

    .warranty-note {
        font-size: 14px;
        color: #666;
    }

    .description-content::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 60px;
        background: linear-gradient(transparent, white);
        pointer-events: none;
    }

    .description-content.expanded::after {
        display: none;
    }

    .expand-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        margin-top: 16px;
        padding: 12px;
        background: none;
        border: none;
        color: #3483FA;
        font-weight: 500;
        cursor: pointer;
        transition: background-color 0.2s;
    }

    .expand-btn:hover {
        background: #f8f9fa;
    }

    .expand-btn svg {
        transition: transform 0.3s ease;
    }

    /* Product Specifications */
    .product-specifications {
        border-top: 1px solid #ddd;
        padding-top: 24px;
        margin-top: 32px;
    }

    .product-specifications h2 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 24px;
    }

    .spec-group {
        margin-bottom: 16px;
    }

    .spec-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 12px 16px;
        background: #f8f9fa;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        font-weight: 500;
        transition: background-color 0.2s;
    }

    .spec-header:hover {
        background: #e9ecef;
    }

    .spec-header svg {
        transition: transform 0.3s ease;
    }

    .spec-content {
        display: none;
        margin-top: 16px;
        border: 1px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
    }

    .spec-content.active {
        display: block;
    }

    .spec-content table {
        width: 100%;
        border-collapse: collapse;
    }

    .spec-content tr:nth-child(even) {
        background: #f8f9fa;
    }

    .spec-content td {
        padding: 12px 16px;
        border-bottom: 1px solid #ddd;
    }

    .spec-content td:first-child {
        color: #666;
        width: 50%;
    }

    .spec-content td:last-child {
        font-weight: 500;
    }

    .spec-content tr:last-child td {
        border-bottom: none;
    }

    .spec-actions {
        display: flex;
        justify-content: center;
        margin-top: 32px;
    }

    .btn-outline {
        padding: 12px 24px;
        border: 1px solid #3483FA;
        border-radius: 8px;
        background: none;
        color: #3483FA;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.2s;
    }

    .btn-outline:hover {
        background: #e3edfb;
    }

    /* Product Reviews */
    .product-reviews {
        border-top: 1px solid #ddd;
        padding-top: 24px;
        margin-top: 32px;
        margin-bottom: 48px;
    }

    .product-reviews h2 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 24px;
    }

    .reviews-summary {
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-bottom: 24px;
    }

    .rating-overview {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .rating-score {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .score {
        font-size: 48px;
        font-weight: bold;
        color: #333;
    }

    .stars-rating {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .stars-rating .stars {
        display: flex;
        gap: 2px;
    }

    .stars-rating .star {
        color: #4b56db;
        font-size: 18px;
    }

    .review-count {
        font-size: 14px;
        color: #666;
    }

    .rating-breakdown {
        flex: 1;
    }

    .rating-bar {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 8px;
    }

    .rating-number {
        font-size: 14px;
        width: 12px;
        text-align: center;
    }

    .rating-bar .star {
        color: #4b56db;
        font-size: 14px;
    }

    .bar {
        flex: 1;
        height: 8px;
        background: #e9ecef;
        border-radius: 4px;
        overflow: hidden;
    }

    .fill {
        height: 100%;
        background: #4b56db;
        transition: width 0.3s ease;
    }

    .count {
        font-size: 14px;
        color: #666;
        width: 20px;
        text-align: right;
    }

    .review-filters {
        display: flex;
        gap: 8px;
        margin-bottom: 32px;
        flex-wrap: wrap;
    }

    .filter-btn {
        padding: 8px 12px;
        border: 1px solid #ddd;
        border-radius: 20px;
        background: white;
        cursor: pointer;
        font-size: 14px;
        transition: all 0.2s;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .filter-btn.active {
        background: #e7e9fb;
        border-color: #4b56db;
        color: #4b57db79;
    }

    .filter-btn:hover {
        background: #f8f9fa;
    }

    .reviews-list {
        margin-bottom: 32px;
    }

    .review-item {
        border-bottom: 1px solid #ddd;
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    .review-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .review-header {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 8px;
    }

    .review-stars {
        display: flex;
        gap: 2px;
    }

    .review-stars .star {
        color: #ddd;
        font-size: 16px;
    }

    .review-stars .star.filled {
        color: #4b56db;
    }

    .review-date {
        font-size: 14px;
        color: #666;
    }

    .review-title {
        font-weight: 500;
        margin-bottom: 8px;
    }

    .review-comment {
        color: #555;
        margin-bottom: 12px;
        line-height: 1.5;
    }

    .review-photo {
        margin-bottom: 12px;
    }

    .review-photo img {
        width: 96px;
        height: 96px;
        object-fit: cover;
        border-radius: 8px;
        cursor: pointer;
        transition: transform 0.2s;
    }

    .review-photo img:hover {
        transform: scale(1.05);
    }

    .review-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 12px;
    }

    .reviewer-name {
        font-size: 14px;
        color: #666;
    }

    .review-actions {
        display: flex;
        gap: 16px;
    }

    .review-action {
        display: flex;
        align-items: center;
        gap: 4px;
        background: none;
        border: none;
        color: #666;
        cursor: pointer;
        font-size: 14px;
        transition: color 0.2s;
    }

    .review-action:hover {
        color: #333;
    }

    .review-cta {
        display: flex;
        justify-content: center;
    }

    /* Responsive Design */
    @media (min-width: 768px) {
        .header-desktop {
            display: block;
        }

        .header-mobile {
            display: none;
        }

        .breadcrumb {
            display: block;
        }

        .product-container {
            flex-direction: row;
            gap: 32px;
        }

        .product-gallery {
            flex: 2;
        }

        .product-info {
            flex: 1;
            max-width: 400px;
        }

        /* removido: .product-title duplicado */

        .image-counter {
            display: none;
        }

        .reviews-summary {
            flex-direction: row;
        }

        .rating-breakdown {
            padding-left: 24px;
            border-left: 1px solid #ddd;
        }

        .review-footer {
            justify-content: space-between;
        }
    }

    @media (min-width: 1024px) {
        .main-content {
            padding: 24px;
        }

        .product-container {
            gap: 48px;
        }

        .thumbnails {
            gap: 12px;
        }

        .thumbnail {
            width: 80px;
            height: 80px;
        }
    }

    /* Smooth transitions and animations */
    * {
        transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    }

    /* Focus states for accessibility */
    button:focus,
    input:focus {
        outline: 2px solid #000000;
        outline-offset: 2px;
    }

    /* Loading states */
    .loading {
        opacity: 0.6;
        pointer-events: none;
    }

    /* Hover effects */
    .thumbnail:hover {
        transform: scale(1.05);
    }

    .btn-primary:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(112, 112, 112, 0.3);
    }

    .btn-secondary:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(177, 177, 177, 0.2);
    }

    /* Micro-interactions */
    .color-option:hover {
        transform: scale(1.1);
    }

    .storage-option:hover {
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .nav-item:hover {
        transform: translateY(-1px);
    }

    /* Custom scrollbar */
    .thumbnails::-webkit-scrollbar {
        height: 4px;
    }

    .thumbnails::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 2px;
    }

    .thumbnails::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 2px;
    }

    .thumbnails::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }

    .color-options-images {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 8px;
        scrollbar-width: thin;
        scrollbar-color: #c1c1c1 #f1f1f1;
    }

    .color-options-images::-webkit-scrollbar {
        height: 4px;
    }

    .color-options-images::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 2px;
    }

    .color-option-image {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 80px;
        width: 80px;
        height: 90px;
        border: 2px solid #ddd;
        border-radius: 8px;
        background: none;
        cursor: pointer;
        transition: border-color 0.2s;
        flex-shrink: 0;
        margin-bottom: 2px;
        padding: 6px 4px 4px 4px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .color-option-image.active {
        border-color: #000000;
    }

    .color-option-image img {
        width: 48px;
        height: 48px;
        object-fit: cover;
        border-radius: 6px;
        margin-bottom: 4px;
    }

    .color-option-image span {
        font-size: 13px;
        color: #333;
        text-align: center;
        word-break: break-word;
        white-space: normal;
        width: 100%;
        display: block;
    }

    /* Responsive size adjustments for color options (mobile) */
    @media (max-width: 600px) {
        .color-options-images {
            gap: 4px;
            padding-bottom: 4px;
        }

        .color-option-image {
            min-width: 68px;
            width: 68px;
            height: 78px;
            padding: 4px 2px 2px 2px;
        }

        .color-option-image img {
            width: 36px;
            height: 36px;
        }

        .color-option-image span {
            font-size: 12px;
            white-space: nowrap;
            overflow: hidden;
        }

        /* Badges estilo Mercado Livre */
        .ml-badges {
            display: flex;
            flex-direction: column;
            gap: 6px;
            margin: 8px 0;
        }

        .ml-badge {
            display: flex;
            align-items: center;
            font-size: 15px;
            font-weight: 400;
        }

        .ml-badge-circle {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            border: 2px solid currentColor;
            margin-right: 6px;
            display: inline-block;
        }

        .ml-badge-purple {
            color: #6c30c2;
        }

        .ml-badge-orange {
            color: #ff9100;
        }

        .ml-badge-text {
            line-height: 1;
        }