/* ================================================
   SHOPEE IMPORTADOR PREMIUM - Plugin CSS
   Prefixo .shopee-importador-wrapper isola todos
   os estilos do tema atual do WordPress.
   ================================================ */

:root {
    --shopee-font-heading: 'Poppins', sans-serif;
    --shopee-font-body: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    --shopee-text-body: #333;
    --shopee-text-light: #555;
    --shopee-text-heading: #2c3e50;
    --shopee-text-white: #fff;
    --shopee-bg-primary: #fff;
    --shopee-bg-secondary: #f8f9fa;
    --shopee-accent: #FF5722;
    --shopee-accent-hover: #e64a19;
    --shopee-star: #FFC107;
    --shopee-radius-sm: 8px;
    --shopee-radius-md: 12px;
    --shopee-shadow-sm: 0 4px 15px rgba(0, 0, 0, 0.06);
    --shopee-shadow-md: 0 8px 30px rgba(0, 0, 0, 0.1);
    --shopee-page-width: 1200px;
    --shopee-page-pad: 20px;
}

.shopee-importador-wrapper {
    font-family: var(--shopee-font-body);
    font-size: 16px;
    line-height: 1.7;
    color: var(--shopee-text-body);
    background-color: var(--shopee-bg-primary);
    width: 100%;
    overflow-x: hidden;
}

.shopee-importador-wrapper *,
.shopee-importador-wrapper *::before,
.shopee-importador-wrapper *::after {
    box-sizing: border-box;
}

.shopee-importador-wrapper h1,
.shopee-importador-wrapper h2,
.shopee-importador-wrapper h3,
.shopee-importador-wrapper h4 {
    font-family: var(--shopee-font-heading);
    font-weight: 700;
    color: var(--shopee-text-heading);
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

.shopee-importador-wrapper section {
    width: 100%;
    padding: 50px 0;
}

.shopee-importador-wrapper .page-width {
    max-width: var(--shopee-page-width);
    width: 100%;
    margin: 0 auto;
    padding: 0 var(--shopee-page-pad);
}

/* ---- GALERIA E GRID DO PRODUTO ---- */
.shopee-importador-wrapper .product-section {
    padding: 30px 0;
}

.shopee-importador-wrapper .product-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

@media (min-width: 768px) {
    .shopee-importador-wrapper .product-grid {
        grid-template-columns: 1fr 1fr;
        align-items: flex-start;
    }

    .shopee-importador-wrapper .product-info {
        position: sticky;
        top: 20px;
    }
}

.shopee-importador-wrapper .product-gallery .main-image {
    background: #f1f1f1;
    border-radius: var(--shopee-radius-md);
    box-shadow: var(--shopee-shadow-sm);
    aspect-ratio: 1/1;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative !important;
}

.shopee-importador-wrapper .gallery-nav-btn {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    background: rgba(220, 220, 220, 0.75) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    border: none !important;
    outline: none !important;
    border-radius: 8px !important;
    color: #222222 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    z-index: 99 !important;
    transition: all 0.2s ease !important;
    user-select: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.shopee-importador-wrapper .gallery-nav-btn:hover {
    background: rgba(255, 255, 255, 0.95) !important;
    color: #000000 !important;
    transform: translateY(-50%) scale(1.08) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
}

.shopee-importador-wrapper .gallery-nav-btn:active {
    transform: translateY(-50%) scale(0.95) !important;
}

.shopee-importador-wrapper .gallery-nav-btn.prev-btn {
    left: 10px !important;
    right: auto !important;
}

.shopee-importador-wrapper .gallery-nav-btn.next-btn {
    right: 10px !important;
    left: auto !important;
}

.shopee-importador-wrapper .product-gallery .main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.shopee-importador-wrapper .product-gallery .main-image:hover img {
    transform: scale(1.03);
}

.shopee-importador-wrapper .thumbnails {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.shopee-importador-wrapper .thumbnails .thumb {
    aspect-ratio: 1/1;
    border-radius: var(--shopee-radius-sm);
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.2s;
}

.shopee-importador-wrapper .thumbnails .thumb:hover,
.shopee-importador-wrapper .thumbnails .thumb.active {
    border-color: var(--shopee-accent);
}

.shopee-importador-wrapper .thumbnails .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ---- INFO DO PRODUTO ---- */
.shopee-importador-wrapper .product-info {
    display: flex;
    flex-direction: column;
}

.shopee-importador-wrapper .product-info h1 {
    font-size: clamp(24px, 4vw, 32px);
    margin-bottom: 5px;
}

.shopee-importador-wrapper .hero-subtitle {
    font-size: 16px;
    color: var(--shopee-text-light);
    margin-bottom: 20px;
}

.shopee-importador-wrapper .indicado-badge {
    display: inline-block;
    background-color: #ee4d2d;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 8px;
    font-family: var(--shopee-font-body);
    line-height: 1;
}

.shopee-importador-wrapper .rating-row-hero {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--shopee-text-light);
    margin-bottom: 15px;
}

.shopee-importador-wrapper .rating-stars {
    color: var(--shopee-star);
    font-size: 16px;
}

.shopee-importador-wrapper .seller-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #222;
    font-weight: 500;
    margin-bottom: 20px;
}

.shopee-importador-wrapper .seller-icon-shopee {
    width: 24px;
    height: 24px;
    background-color: #ff5722;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.shopee-importador-wrapper .seller-icon-shopee svg {
    width: 14px;
    height: 14px;
    fill: #fff;
}

.shopee-importador-wrapper .seller-badge strong {
    font-weight: 700;
}

.shopee-importador-wrapper .verified-checkmark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    background-color: #2f80ed;
    color: #fff;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 900;
    line-height: 1;
}

/* ---- PREÇO ---- */
.shopee-importador-wrapper .price-section {
    background: var(--shopee-bg-secondary);
    padding: 25px;
    border-radius: var(--shopee-radius-md);
    margin-bottom: 25px;
}

.shopee-importador-wrapper .price-original {
    font-size: 16px;
    color: #888;
    margin-bottom: 8px;
}

.shopee-importador-wrapper .price-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.shopee-importador-wrapper .price-current {
    font-size: 40px;
    color: var(--shopee-accent);
    font-weight: bold;
    line-height: 1;
}

.shopee-importador-wrapper .cupom-badge {
    color: #ee4d2d;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    font-family: var(--shopee-font-body);
}

.shopee-importador-wrapper .discount-badge {
    background-color: #ff422b;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
    line-height: 1.2;
    display: inline-block;
}

.shopee-importador-wrapper .stock-badge {
    display: inline-block;
    background-color: #fff3cd;
    color: #856404;
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    border: 1px solid #ffeeba;
}

/* ---- BOTÃO CTA ---- */
.shopee-importador-wrapper .cta-button {
    display: inline-block;
    background: var(--shopee-accent);
    color: #fff !important;
    padding: 18px 35px;
    border: none;
    border-radius: var(--shopee-radius-sm);
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none !important;
    text-align: center;
    width: 100%;
    transition: background 0.3s ease, transform 0.3s ease;
}

.shopee-importador-wrapper .cta-button:hover {
    background: var(--shopee-accent-hover);
    transform: scale(1.03);
    color: #fff !important;
}

/* ---- TRUST BADGES ---- */
.shopee-importador-wrapper .trust-badges-row {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
    gap: 10px;
}

.shopee-importador-wrapper .trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 12px;
    color: #6c757d;
    font-weight: 600;
}

.shopee-importador-wrapper .trust-badge svg {
    width: 24px;
    height: 24px;
    fill: #6c757d;
    margin-bottom: 5px;
}

/* ---- BENEFÍCIOS (ACCORDION) ---- */
.shopee-importador-wrapper .product-benefits {
    margin-top: -10px;
    margin-bottom: 25px;
}

.shopee-importador-wrapper .product-benefits summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    font-family: var(--shopee-font-heading);
    color: var(--shopee-text-heading);
    cursor: pointer;
    list-style: none;
    padding: 10px 0;
}

.shopee-importador-wrapper .product-benefits summary::-webkit-details-marker {
    display: none;
}

.shopee-importador-wrapper .product-benefits summary::after {
    content: '▼';
    font-size: 16px;
    transition: transform 0.3s ease;
}

.shopee-importador-wrapper .product-benefits details[open]>summary::after {
    transform: rotate(180deg);
}

.shopee-importador-wrapper .product-benefits ul {
    list-style: none;
    padding: 20px;
    margin-top: 15px;
    background-color: var(--shopee-bg-secondary);
    border-radius: var(--shopee-radius-sm);
}

.shopee-importador-wrapper .product-benefits li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.shopee-importador-wrapper .product-benefits li:last-child {
    margin-bottom: 0;
}

.shopee-importador-wrapper .product-benefits li::before {
    content: '✔️';
    font-size: 20px;
}

/* ---- SEÇÕES ---- */
.shopee-importador-wrapper .section-title {
    text-align: center;
    font-size: clamp(28px, 5vw, 35px);
    margin-bottom: 20px;
}

.shopee-importador-wrapper .section-subtitle {
    text-align: center;
    font-size: clamp(16px, 2.5vw, 18px);
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: var(--shopee-text-light);
}

.shopee-importador-wrapper .grid-container {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

/* ---- FEATURE BLOCKS ---- */
.shopee-importador-wrapper .product-features {
    background-color: var(--shopee-bg-secondary);
}

.shopee-importador-wrapper .feature-grid {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.shopee-importador-wrapper .feature-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.shopee-importador-wrapper .feature-block .feature-image {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: var(--shopee-radius-md);
    box-shadow: var(--shopee-shadow-md);
    background-color: #f8f9fa;
}

.shopee-importador-wrapper .feature-block .feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: var(--shopee-radius-md);
}

.shopee-importador-wrapper .feature-block .feature-text h3 {
    font-size: clamp(22px, 4vw, 28px);
    margin-bottom: 15px;
}

.shopee-importador-wrapper .feature-block .feature-text p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--shopee-text-light);
    margin: 0;
}

.shopee-importador-wrapper .feature-block.reverse .feature-image {
    grid-column: 2;
    grid-row: 1;
}

.shopee-importador-wrapper .feature-block.reverse .feature-text {
    grid-column: 1;
    grid-row: 1;
}

/* ---- PASSOS DO PROCESSO ---- */
.shopee-importador-wrapper .process-section {
    background-color: #fff;
}

.shopee-importador-wrapper .process-step {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: var(--shopee-bg-secondary);
    padding: 25px;
    border-radius: var(--shopee-radius-md);
    box-shadow: var(--shopee-shadow-sm);
}

.shopee-importador-wrapper .process-step .step-number {
    font-size: 18px;
    font-weight: bold;
    color: var(--shopee-accent);
    background-color: #fff4f0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.shopee-importador-wrapper .process-step h4 {
    font-size: 18px;
    margin-bottom: 4px;
}

.shopee-importador-wrapper .process-step p {
    font-size: 14px;
    color: var(--shopee-text-light);
    margin: 0;
}

/* ---- AVALIAÇÕES ---- */
.shopee-importador-wrapper .customer-reviews-summary {
    background-color: var(--shopee-bg-secondary);
    border-radius: var(--shopee-radius-md);
    padding-top: 50px;
}

.shopee-importador-wrapper .reviews-summary-grid {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 40px;
    align-items: center;
    background-color: var(--shopee-bg-primary);
    padding: 30px;
    border-radius: var(--shopee-radius-md);
    box-shadow: var(--shopee-shadow-sm);
    border: 1px solid #eee;
}

.shopee-importador-wrapper .summary-score {
    text-align: center;
}

.shopee-importador-wrapper .score-number {
    font-size: clamp(40px, 10vw, 60px);
    font-weight: 700;
    color: var(--shopee-text-heading);
    line-height: 1;
}

.shopee-importador-wrapper .score-total {
    font-size: 20px;
    color: var(--shopee-text-light);
    font-weight: 400;
}

.shopee-importador-wrapper .total-reviews {
    font-size: 14px;
    margin-top: 5px;
    color: var(--shopee-text-light);
}

.shopee-importador-wrapper .rating-breakdown ul {
    list-style: none;
}

.shopee-importador-wrapper .rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 14px;
}

.shopee-importador-wrapper .star-label {
    color: var(--shopee-text-body);
    flex-shrink: 0;
}

.shopee-importador-wrapper .progress-bar-container {
    flex-grow: 1;
    height: 12px;
    background-color: #f1f1f1;
    border-radius: 6px;
    overflow: hidden;
}

.shopee-importador-wrapper .progress-bar-fill {
    height: 100%;
    background-color: var(--shopee-star);
    border-radius: 6px;
}

.shopee-importador-wrapper .rating-count {
    min-width: 30px;
    text-align: right;
    color: var(--shopee-text-light);
}

.shopee-importador-wrapper .write-review-button {
    display: inline-block;
    background-color: var(--shopee-text-heading);
    color: #fff !important;
    padding: 12px 24px;
    border-radius: var(--shopee-radius-sm);
    text-decoration: none !important;
    font-weight: bold;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.shopee-importador-wrapper .write-review-button:hover {
    background-color: #555;
    transform: scale(1.05);
}

/* ---- DEPOIMENTOS ---- */
.shopee-importador-wrapper .testimonials {
    background-color: var(--shopee-bg-secondary);
}

.shopee-importador-wrapper .testimonial-card {
    background-color: var(--shopee-bg-primary);
    border-radius: var(--shopee-radius-md);
    padding: 20px;
    box-shadow: var(--shopee-shadow-sm);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.shopee-importador-wrapper .testimonial-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.shopee-importador-wrapper .author-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.shopee-importador-wrapper .author-name {
    font-size: 17px;
    margin: 0;
    font-family: var(--shopee-font-body);
    font-weight: 600;
}

.shopee-importador-wrapper .verified-badge {
    font-size: 13px;
    color: #047857;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 4px;
}

.shopee-importador-wrapper .verified-badge svg {
    width: 14px;
    height: 14px;
    fill: #047857;
}

.shopee-importador-wrapper .testimonial-star-rating {
    font-size: 16px;
    color: var(--shopee-star);
    line-height: 1;
}

.shopee-importador-wrapper .testimonial-text {
    font-style: normal;
    color: var(--shopee-text-body);
    margin: 0;
    line-height: 1.6;
}

.shopee-importador-wrapper .testimonial-footer {
    text-align: right;
    margin-top: auto;
}

.shopee-importador-wrapper .timestamp {
    font-size: 13px;
    color: var(--shopee-text-light);
}

/* ---- FAQ ---- */
.shopee-importador-wrapper .faq-section {
    background-color: #fff;
}

.shopee-importador-wrapper .faq-accordion {
    max-width: 800px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.shopee-importador-wrapper .faq-accordion details {
    background-color: var(--shopee-bg-primary);
    border-radius: var(--shopee-radius-md);
    padding: 25px;
    box-shadow: var(--shopee-shadow-sm);
}

.shopee-importador-wrapper .faq-accordion summary {
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shopee-importador-wrapper .faq-accordion summary::-webkit-details-marker {
    display: none;
}

.shopee-importador-wrapper .faq-accordion summary::after {
    content: '+';
    font-size: 24px;
    color: var(--shopee-accent);
    transition: transform 0.3s ease-in-out;
}

.shopee-importador-wrapper .faq-accordion details[open] summary::after {
    transform: rotate(45deg);
}

.shopee-importador-wrapper .faq-answer {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #eee;
    color: var(--shopee-text-light);
}

/* ---- MOBILE STICKY BAR ---- */
.shopee-sticky-bar-wp {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
    padding: 12px 20px;
    z-index: 99999;
    display: none;
    justify-content: space-between;
    align-items: center;
}

.shopee-sticky-bar-wp .sticky-price-box {
    display: flex;
    flex-direction: column;
}

.shopee-sticky-bar-wp .sticky-price-title {
    font-size: 11px;
    color: #666;
    font-weight: bold;
    font-family: 'Segoe UI', sans-serif;
}

.shopee-sticky-bar-wp .sticky-price-val {
    font-size: 18px;
    font-weight: bold;
    color: #FF5722;
    font-family: 'Segoe UI', sans-serif;
}

.shopee-sticky-bar-wp .sticky-cta-btn {
    background-color: #FF5722;
    color: #fff !important;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none !important;
    box-shadow: 0 4px 8px rgba(255, 87, 34, 0.3);
    transition: background 0.3s ease;
}

.shopee-sticky-bar-wp .sticky-cta-btn:hover {
    background: #e64a19;
}

@media (max-width: 767px) {
    .shopee-sticky-bar-wp {
        display: flex;
    }
}

/* ---- PRODUTOS RELACIONADOS (ESTILO SHOPEE) ---- */
.shopee-importador-wrapper .related-products-section {
    background-color: var(--shopee-bg-primary);
    padding: 40px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.shopee-importador-wrapper .related-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.shopee-importador-wrapper .related-title {
    font-size: 16px;
    color: #757575;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--shopee-font-body);
    margin: 0;
}

.shopee-importador-wrapper .ver-tudo-link {
    color: #ee4d2d;
    font-size: 14px;
    text-decoration: none !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: var(--shopee-font-body);
    transition: color 0.2s;
}

.shopee-importador-wrapper .ver-tudo-link:hover {
    color: #d33b1a;
}

.shopee-importador-wrapper .ver-tudo-link svg {
    fill: #ee4d2d;
}

.shopee-importador-wrapper .carousel-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.shopee-importador-wrapper .related-products-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(180px, 1fr);
    gap: 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 5px 2px;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.shopee-importador-wrapper .related-products-grid::-webkit-scrollbar {
    display: none;
}

.shopee-importador-wrapper .related-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    height: 100%;
}

.shopee-importador-wrapper .related-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    border-color: #ee4d2d;
}

.shopee-importador-wrapper .card-image-wrapper {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    background-color: #f7f7f7;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}

.shopee-importador-wrapper .card-discount-tag {
    position: absolute;
    top: 4px;
    right: 4px;
    background: #ffe8e0;
    color: #ee4d2d;
    font-size: 10.5px;
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 3px;
    border: 1px solid rgba(238, 77, 45, 0.25);
    z-index: 2;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.shopee-importador-wrapper .card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.shopee-importador-wrapper .card-info {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.shopee-importador-wrapper .card-title {
    font-size: 12.5px;
    color: #333;
    font-weight: 400;
    line-height: 1.4;
    height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    font-family: var(--shopee-font-body);
}

.shopee-importador-wrapper .card-price-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}

.shopee-importador-wrapper .card-price {
    font-size: 15px;
    color: #ee4d2d;
    font-weight: 700;
    font-family: var(--shopee-font-body);
}

.shopee-importador-wrapper .card-discount-badge {
    background-color: #ffebe8;
    color: #ee4d2d;
    font-size: 10px;
    font-weight: 700;
    padding: 1px 4px;
    border-radius: 2px;
    border: 1px solid rgba(238, 77, 45, 0.2);
    line-height: 1.2;
}

.shopee-importador-wrapper .card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    flex-wrap: wrap;
    gap: 4px;
}

.shopee-importador-wrapper .card-rating-badge {
    background-color: #ffc107;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 1px 4px;
    border-radius: 3px;
    font-family: var(--shopee-font-body);
    line-height: 1.2;
}

.shopee-importador-wrapper .card-sales {
    font-size: 11.5px;
    color: #757575;
    font-family: var(--shopee-font-body);
}

.shopee-importador-wrapper .carousel-btn {
    position: absolute;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #555;
    width: 28px;
    height: 28px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
    z-index: 10;
    font-size: 14px;
    line-height: 1;
    transition: all 0.2s ease;
    padding: 0;
}

.shopee-importador-wrapper .carousel-btn:hover {
    background: #fff;
    color: #ee4d2d;
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    transform: scale(1.08);
}

.shopee-importador-wrapper .carousel-btn.prev {
    left: -18px;
}

.shopee-importador-wrapper .carousel-btn.next {
    right: -18px;
}

/* ---- RESPONSIVO MOBILE ---- */
@media (max-width: 767px) {
    .shopee-importador-wrapper section {
        padding: 35px 0;
    }

    .shopee-importador-wrapper .product-info h1 {
        font-size: 28px;
    }

    .shopee-importador-wrapper .cta-button {
        padding: 16px 25px;
        font-size: 17px;
    }

    .shopee-importador-wrapper .feature-block,
    .shopee-importador-wrapper .feature-block.reverse {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .shopee-importador-wrapper .feature-block.reverse .feature-image,
    .shopee-importador-wrapper .feature-block.reverse .feature-text {
        grid-column: 1;
        grid-row: auto;
    }

    .shopee-importador-wrapper .feature-block .feature-image {
        order: 1;
    }

    .shopee-importador-wrapper .feature-block .feature-text {
        order: 2;
        text-align: center;
    }

    .shopee-importador-wrapper .reviews-summary-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 20px;
        padding: 25px;
    }

    .shopee-importador-wrapper .rating-breakdown {
        margin: 20px 0;
    }

    .shopee-importador-wrapper .carousel-btn {
        display: none;
    }

    .shopee-importador-wrapper .related-products-grid {
        grid-auto-columns: 140px;
        gap: 8px;
    }

    .shopee-importador-wrapper .card-title {
        font-size: 11.5px;
        height: 32px;
    }

    .shopee-importador-wrapper .card-price {
        font-size: 13.5px;
    }

    .shopee-importador-wrapper .card-sales {
        font-size: 10px;
    }
}

/* BARRA FIXA STICKY MOBILE */
.shopee-sticky-bar-wp {
    position: fixed;
    bottom: -100px;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    z-index: 99999;
    transition: bottom 0.35s ease-in-out;
    box-sizing: border-box;
}

.shopee-sticky-bar-wp.visible {
    bottom: 0;
}

.shopee-sticky-bar-wp .sticky-price-box {
    display: flex;
    flex-direction: column;
    max-width: 60%;
}

.shopee-sticky-bar-wp .sticky-price-title {
    font-size: 12px;
    color: #444;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.shopee-sticky-bar-wp .sticky-price-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.shopee-sticky-bar-wp .sticky-price-val {
    font-size: 18px;
    color: #ee4d2d;
    font-weight: 800;
    line-height: 1.2;
}

.shopee-sticky-bar-wp .sticky-discount-badge {
    background-color: #ffebe8;
    color: #ee4d2d;
    font-size: 11px;
    font-weight: 700;
    padding: 1px 5px;
    border-radius: 3px;
    border: 1px solid rgba(238, 77, 45, 0.25);
    line-height: 1.2;
}

.shopee-sticky-bar-wp .sticky-cta-btn {
    background: linear-gradient(135deg, #ff5722, #ee4d2d);
    color: #ffffff !important;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none !important;
    box-shadow: 0 3px 8px rgba(238, 77, 45, 0.35);
    text-align: center;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .shopee-sticky-bar-wp {
        display: none !important;
    }
}

/* ---- SEÇÃO DE AVISO LEGAL E DISCLAIMER DE AFILIADO ---- */
.shopee-importador-wrapper .shopee-disclaimer-section {
    padding: 25px 0 35px;
    border-top: 1px solid #eee;
    margin-top: 40px;
    text-align: center;
}

.shopee-importador-wrapper .shopee-disclaimer-section .disclaimer-text {
    font-size: 12px;
    color: var(--shopee-text-light, #777);
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
    font-family: var(--shopee-font-body);
}

/* ---- BOX EDITORIAL (CARD COMPACTO DE RECOMENDAÇÃO PARA ARTIGOS/BLOG) ---- */
.shopee-editorial-box {
    margin: 30px 0;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}

.shopee-editorial-box .shopee-box-badge {
    display: inline-block;
    background: #ff5722;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.shopee-editorial-box .shopee-box-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 600px) {
    .shopee-editorial-box .shopee-box-content {
        flex-direction: column;
        text-align: center;
    }
}

.shopee-editorial-box .shopee-box-img img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
}

.shopee-editorial-box .shopee-box-info {
    flex: 1;
}

.shopee-editorial-box .shopee-box-title {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.shopee-editorial-box .shopee-box-price {
    font-size: 15px;
    font-weight: 700;
    color: #ee4d2d;
    margin-bottom: 12px;
}

.shopee-editorial-box .shopee-box-btn {
    display: inline-block;
    background: linear-gradient(135deg, #ff5722, #ee4d2d);
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 18px;
    border-radius: 8px;
    text-decoration: none !important;
    box-shadow: 0 3px 10px rgba(238, 77, 45, 0.3);
    transition: transform 0.2s ease;
}

.shopee-editorial-box .shopee-box-btn:hover {
    transform: translateY(-2px);
}

/* ================================================
   MENU PRINCIPAL SUPERIOR (MELHORESPROMOCAO.COM)
   ================================================ */
.mp-main-menu-wrapper {
    background-color: #FFC700;
    width: 100%;
    border-bottom: 1px solid #e5b300;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 99;
}

.mp-menu-container {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 10px;
}

.mp-menu-scroll {
    display: flex;
    align-items: center;
    gap: 22px;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    padding: 10px 5px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.mp-menu-scroll::-webkit-scrollbar {
    display: none;
}

.mp-menu-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #111111 !important;
    text-decoration: none !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    transition: opacity 0.2s ease;
    flex-shrink: 0;
}

.mp-menu-item:hover {
    opacity: 0.75;
    color: #000000 !important;
    text-decoration: none !important;
}

.mp-menu-item.font-semibold {
    font-weight: 700;
}

.mp-nav-arrow {
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #111111;
    cursor: pointer;
    padding: 8px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
}

.mp-nav-arrow:hover {
    opacity: 0.6;
}