/*
 * Shopee Layout Laranja v2
 * Inspirado visualmente no print enviado pelo usuário.
 * Escopo totalmente isolado ao tema instalado.
 */

body.theme-shopee-layout.theme-area-front {
    --cor-principal: #ee4d2d !important;
    --cor-principal-rgb: 238,77,45 !important;
    --cor-principal-contrast: #ffffff !important;
    --cor-botoes: #ee4d2d !important;
    --cor-botoes-rgb: 238,77,45 !important;
    --cor-botoes-contrast: #ffffff !important;
    --cor-links: #ee4d2d !important;
    --cor-links-rgb: 238,77,45 !important;
    --cor-preco-atual: #ee4d2d !important;
    --cor-preco-atual-rgb: 238,77,45 !important;
    --front-shell-width: 1200px !important;
    --front-shell-gap: 28px !important;
    --theme-surface: #ffffff;
    --theme-surface-soft: #fafafa;
    --theme-border: #ebebeb;
    --theme-text: #222222;
    --theme-text-soft: #757575;
    --theme-dark: #2d2d2d;
    --theme-shadow: 0 1px 2px rgba(0,0,0,.04);
    background: #f5f5f5 !important;
    color: var(--theme-text) !important;
}

body.theme-shopee-layout.theme-area-front,
body.theme-shopee-layout.theme-area-front * {
    scrollbar-color: rgba(0,0,0,.18) transparent;
}

body.theme-shopee-layout.theme-area-front .container,
body.theme-shopee-layout.theme-area-front .front-marketplace-home,
body.theme-shopee-layout.theme-area-front .buscape-slider-stage,
body.theme-shopee-layout.theme-area-front .produto-page > .container,
body.theme-shopee-layout.theme-area-front .products-page-shell,
body.theme-shopee-layout.theme-area-front .stores-page-shell,
body.theme-shopee-layout.theme-area-front .busca-shell,
body.theme-shopee-layout.theme-area-front .cupons-page-shell,
body.theme-shopee-layout.theme-area-front .wishlist-page-card,
body.theme-shopee-layout.theme-area-front .institutional-shell {
    width: min(var(--front-shell-width), calc(100vw - var(--front-shell-gap))) !important;
    max-width: min(var(--front-shell-width), calc(100vw - var(--front-shell-gap))) !important;
}

body.theme-shopee-layout.theme-area-front a { color: var(--cor-links) !important; }
body.theme-shopee-layout.theme-area-front p,
body.theme-shopee-layout.theme-area-front .text-muted { color: var(--theme-text-soft) !important; }

/* Header */
body.theme-shopee-layout.theme-area-front .navbar-main {
    background: linear-gradient(180deg, #f95430 0%, #ee4d2d 52%, #ee4d2d 100%) !important;
    box-shadow: none !important;
    border: 0 !important;
}
body.theme-shopee-layout.theme-area-front .header-top {
    min-height: 30px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    background: rgba(0,0,0,.05) !important;
    border-bottom: 0 !important;
}
body.theme-shopee-layout.theme-area-front .header-top-inner { gap: 10px !important; }
body.theme-shopee-layout.theme-area-front .header-top-item,
body.theme-shopee-layout.theme-area-front .header-top-text,
body.theme-shopee-layout.theme-area-front .header-top-marquee,
body.theme-shopee-layout.theme-area-front .front-web-nav-link,
body.theme-shopee-layout.theme-area-front .front-store-kicker,
body.theme-shopee-layout.theme-area-front .logo-text { color: #fff !important; }
body.theme-shopee-layout.theme-area-front .logo-text { font-size: 2rem !important; font-weight: 700 !important; letter-spacing: -.03em !important; }
body.theme-shopee-layout.theme-area-front .front-logo-image-wrap,
body.theme-shopee-layout.theme-area-front .front-logo-mark {
    background: rgba(255,255,255,.10) !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}
body.theme-shopee-layout.theme-area-front .front-web-nav { gap: 18px !important; }
body.theme-shopee-layout.theme-area-front .front-web-nav-link {
    padding: 14px 0 12px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    opacity: .98 !important;
}
body.theme-shopee-layout.theme-area-front .front-web-nav-link::after {
    height: 2px !important;
    bottom: -8px !important;
}
body.theme-shopee-layout.theme-area-front .front-web-dropdown-menu {
    border-radius: 2px !important;
    border: 1px solid var(--theme-border) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.08) !important;
}
body.theme-shopee-layout.theme-area-front .search-form {
    background: #fff !important;
    border-radius: 2px !important;
    padding: 3px !important;
    box-shadow: none !important;
}
body.theme-shopee-layout.theme-area-front .search-input,
body.theme-shopee-layout.theme-area-front .form-control,
body.theme-shopee-layout.theme-area-front .form-select {
    border-radius: 2px !important;
    border-color: #e5e7eb !important;
    box-shadow: none !important;
}
body.theme-shopee-layout.theme-area-front .search-input {
    min-height: 40px !important;
    padding-inline: 14px !important;
    font-size: 14px !important;
}
body.theme-shopee-layout.theme-area-front .search-btn,
body.theme-shopee-layout.theme-area-front .btn-custom,
body.theme-shopee-layout.theme-area-front .btn-primary,
body.theme-shopee-layout.theme-area-front .front-deal-btn,
body.theme-shopee-layout.theme-area-front .store-product-btn,
body.theme-shopee-layout.theme-area-front .products-page-btn,
body.theme-shopee-layout.theme-area-front .wishlist-primary-btn,
body.theme-shopee-layout.theme-area-front .wishlist-page-primary-btn,
body.theme-shopee-layout.theme-area-front .cookie-consent-btn--primary,
body.theme-shopee-layout.theme-area-front .promo-filter-apply,
body.theme-shopee-layout.theme-area-front .stores-filter-apply,
body.theme-shopee-layout.theme-area-front .busca-apply,
body.theme-shopee-layout.theme-area-front .filter-submit-btn,
body.theme-shopee-layout.theme-area-front .btn-comprar {
    background: #ee4d2d !important;
    border-color: #ee4d2d !important;
    color: #fff !important;
    border-radius: 2px !important;
    box-shadow: none !important;
}
body.theme-shopee-layout.theme-area-front .search-btn:hover,
body.theme-shopee-layout.theme-area-front .btn-custom:hover,
body.theme-shopee-layout.theme-area-front .btn-primary:hover,
body.theme-shopee-layout.theme-area-front .front-deal-btn:hover,
body.theme-shopee-layout.theme-area-front .store-product-btn:hover,
body.theme-shopee-layout.theme-area-front .products-page-btn:hover,
body.theme-shopee-layout.theme-area-front .wishlist-primary-btn:hover,
body.theme-shopee-layout.theme-area-front .wishlist-page-primary-btn:hover,
body.theme-shopee-layout.theme-area-front .btn-comprar:hover {
    background: #d94426 !important;
    border-color: #d94426 !important;
    transform: none !important;
}
body.theme-shopee-layout.theme-area-front .btn-outline-primary,
body.theme-shopee-layout.theme-area-front .btn-outline-success,
body.theme-shopee-layout.theme-area-front .wishlist-page-secondary-btn,
body.theme-shopee-layout.theme-area-front .cookie-consent-btn--ghost,
body.theme-shopee-layout.theme-area-front .promo-filter-reset,
body.theme-shopee-layout.theme-area-front .stores-filter-reset,
body.theme-shopee-layout.theme-area-front .busca-clear,
body.theme-shopee-layout.theme-area-front .filter-reset-btn {
    color: #ee4d2d !important;
    border-color: #ee4d2d !important;
    background: #fff !important;
    border-radius: 2px !important;
}

/* Global surfaces */
body.theme-shopee-layout.theme-area-front .card,
body.theme-shopee-layout.theme-area-front .front-category-panel,
body.theme-shopee-layout.theme-area-front .front-store-strip,
body.theme-shopee-layout.theme-area-front .wishlist-page-hero,
body.theme-shopee-layout.theme-area-front .stores-content-head,
body.theme-shopee-layout.theme-area-front .promo-content-head,
body.theme-shopee-layout.theme-area-front .busca-head,
body.theme-shopee-layout.theme-area-front .category-results-bar,
body.theme-shopee-layout.theme-area-front .store-profile-cover,
body.theme-shopee-layout.theme-area-front .store-profile-brand,
body.theme-shopee-layout.theme-area-front .cupons-page,
body.theme-shopee-layout.theme-area-front .institutional-shell,
body.theme-shopee-layout.theme-area-front .search-suggest,
body.theme-shopee-layout.theme-area-front .wishlist-offcanvas,
body.theme-shopee-layout.theme-area-front .wishlist-page-summary-card,
body.theme-shopee-layout.theme-area-front .cookie-consent-card,
body.theme-shopee-layout.theme-area-front .promo-filter-panel,
body.theme-shopee-layout.theme-area-front .stores-filter-panel,
body.theme-shopee-layout.theme-area-front .filter-panel,
body.theme-shopee-layout.theme-area-front .products-page-filters,
body.theme-shopee-layout.theme-area-front .category-filter-sidebar,
body.theme-shopee-layout.theme-area-front .produto-web-gallery,
body.theme-shopee-layout.theme-area-front .produto-web-card,
body.theme-shopee-layout.theme-area-front .produto-web-side-card,
body.theme-shopee-layout.theme-area-front .produto-web-steps,
body.theme-shopee-layout.theme-area-front .produto-descricao-section,
body.theme-shopee-layout.theme-area-front .produto-recommend-section,
body.theme-shopee-layout.theme-area-front .avaliacao-ml-card,
body.theme-shopee-layout.theme-area-front .media-box,
body.theme-shopee-layout.theme-area-front .descricao-box,
body.theme-shopee-layout.theme-area-front .front-chat-card,
body.theme-shopee-layout.theme-area-front .avaliacao-comments-card,
body.theme-shopee-layout.theme-area-front .avaliacao-score-panel,
body.theme-shopee-layout.theme-area-front .institutional-update-card,
body.theme-shopee-layout.theme-area-front .store-profile-stat,
body.theme-shopee-layout.theme-area-front .front-store-pill,
body.theme-shopee-layout.theme-area-front .promo-logo-card,
body.theme-shopee-layout.theme-area-front .stores-logo-card,
body.theme-shopee-layout.theme-area-front .store-product-card,
body.theme-shopee-layout.theme-area-front .busca-card,
body.theme-shopee-layout.theme-area-front .products-page-card,
body.theme-shopee-layout.theme-area-front .front-deal-card,
body.theme-shopee-layout.theme-area-front .produto-similar-item,
body.theme-shopee-layout.theme-area-front .produto-recommend-card,
body.theme-shopee-layout.theme-area-front .wishlist-page-card,
body.theme-shopee-layout.theme-area-front .wishlist-item {
    background: var(--theme-surface) !important;
    border: 1px solid var(--theme-border) !important;
    border-radius: 2px !important;
    box-shadow: none !important;
}

/* Slider home */
body.theme-shopee-layout.theme-area-front .buscape-slider-wrap {
    margin: 14px auto 12px !important;
}
body.theme-shopee-layout.theme-area-front .buscape-slider-stage,
body.theme-shopee-layout.theme-area-front .front-marketplace-home {
    width: min(var(--front-shell-width), calc(100vw - var(--front-shell-gap))) !important;
    max-width: min(var(--front-shell-width), calc(100vw - var(--front-shell-gap))) !important;
}
body.theme-shopee-layout.theme-area-front .buscape-hero-slider {
    height: 268px !important;
    min-height: 268px !important;
    border-radius: 10px !important;
    border: 0 !important;
    box-shadow: none !important;
    background: #10331f !important;
}
body.theme-shopee-layout.theme-area-front .buscape-hero-slide {
    background-size: cover !important;
    background-position: center center !important;
}
body.theme-shopee-layout.theme-area-front .buscape-hero-slide::after {
    background: linear-gradient(90deg, rgba(0,0,0,.40) 0%, rgba(0,0,0,.12) 42%, rgba(0,0,0,0) 78%) !important;
}
body.theme-shopee-layout.theme-area-front .buscape-hero-content {
    width: min(510px, 62%) !important;
    padding: 42px 34px 44px !important;
    justify-content: center !important;
}
body.theme-shopee-layout.theme-area-front .buscape-hero-kicker {
    margin-bottom: 14px !important;
    font-size: 11px !important;
    background: rgba(255,255,255,.12) !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    color: rgba(255,255,255,.94) !important;
}
body.theme-shopee-layout.theme-area-front .buscape-hero-content h2 {
    font-size: clamp(2rem, 3vw, 2.9rem) !important;
    line-height: 1.04 !important;
    color: #fff !important;
    font-weight: 800 !important;
    text-shadow: 0 2px 8px rgba(0,0,0,.14) !important;
}
body.theme-shopee-layout.theme-area-front .buscape-hero-content p {
    color: rgba(255,255,255,.95) !important;
    max-width: 92% !important;
    font-size: 15px !important;
}
body.theme-shopee-layout.theme-area-front .buscape-hero-cta,
body.theme-shopee-layout.theme-area-front .buscape-main-cta {
    min-height: 40px !important;
    padding: 0 18px !important;
    border-radius: 2px !important;
    background: #fff !important;
    color: #ee4d2d !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    box-shadow: none !important;
}
body.theme-shopee-layout.theme-area-front .buscape-hero-cta:hover,
body.theme-shopee-layout.theme-area-front .buscape-main-cta:hover {
    background: #fff3ee !important;
}
body.theme-shopee-layout.theme-area-front .buscape-hero-nav {
    width: 34px !important;
    height: 34px !important;
    background: rgba(255,255,255,.18) !important;
    color: #fff !important;
    box-shadow: none !important;
}
body.theme-shopee-layout.theme-area-front .buscape-hero-prev { left: 12px !important; }
body.theme-shopee-layout.theme-area-front .buscape-hero-next { right: 12px !important; }
body.theme-shopee-layout.theme-area-front .buscape-hero-dots { bottom: 14px !important; }
body.theme-shopee-layout.theme-area-front .buscape-hero-dot {
    width: 9px !important;
    height: 9px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.44) !important;
}
body.theme-shopee-layout.theme-area-front .buscape-hero-dot.is-active {
    width: 9px !important;
    background: #fff !important;
}

/* Home layout */
body.theme-shopee-layout.theme-area-front .front-marketplace-home { margin-bottom: 24px !important; }
body.theme-shopee-layout.theme-area-front .front-home-grid {
    grid-template-columns: 188px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: start !important;
}
body.theme-shopee-layout.theme-area-front .front-category-panel {
    padding: 12px 0 0 !important;
    overflow: hidden !important;
}
body.theme-shopee-layout.theme-area-front .front-category-panel h3 {
    margin: 0 14px 10px !important;
    color: var(--theme-text) !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}
body.theme-shopee-layout.theme-area-front .front-category-list {
    display: grid !important;
    gap: 0 !important;
}
body.theme-shopee-layout.theme-area-front .front-category-link {
    min-height: 35px !important;
    padding: 8px 14px !important;
    border-radius: 0 !important;
    color: #333 !important;
    font-size: 13px !important;
    border-bottom: 1px solid #f5f5f5 !important;
}
body.theme-shopee-layout.theme-area-front .front-category-link i {
    font-size: 14px !important;
    color: #9ca3af !important;
}
body.theme-shopee-layout.theme-area-front .front-category-link:hover,
body.theme-shopee-layout.theme-area-front .front-category-link.active,
body.theme-shopee-layout.theme-area-front .front-category-link.is-selected {
    background: #fff6f3 !important;
    color: #ee4d2d !important;
    box-shadow: inset 2px 0 0 #ee4d2d !important;
}
body.theme-shopee-layout.theme-area-front .front-category-link:hover i,
body.theme-shopee-layout.theme-area-front .front-category-link.active i,
body.theme-shopee-layout.theme-area-front .front-category-link.is-selected i { color: #ee4d2d !important; }

body.theme-shopee-layout.theme-area-front .front-deals-area { min-width: 0 !important; }
body.theme-shopee-layout.theme-area-front .front-section-line,
body.theme-shopee-layout.theme-area-front .section-header,
body.theme-shopee-layout.theme-area-front .products-results-head,
body.theme-shopee-layout.theme-area-front .store-products-head,
body.theme-shopee-layout.theme-area-front .wishlist-page-toolbar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 12px 0 10px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
body.theme-shopee-layout.theme-area-front .front-section-line h2,
body.theme-shopee-layout.theme-area-front .section-title,
body.theme-shopee-layout.theme-area-front .store-products-head h2,
body.theme-shopee-layout.theme-area-front .produto-recommend-head h2 {
    margin: 0 !important;
    color: #ee4d2d !important;
    font-size: 28px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}
body.theme-shopee-layout.theme-area-front .front-section-line h2::before,
body.theme-shopee-layout.theme-area-front .section-title::before {
    content: "⚡";
    margin-right: 8px;
    font-size: .75em;
}
body.theme-shopee-layout.theme-area-front .front-section-link,
body.theme-shopee-layout.theme-area-front .store-products-link,
body.theme-shopee-layout.theme-area-front .promo-logo-card-cta,
body.theme-shopee-layout.theme-area-front .stores-logo-card-cta {
    color: #ee4d2d !important;
    font-weight: 500 !important;
}

/* Product grids and cards */
body.theme-shopee-layout.theme-area-front .front-products-grid,
body.theme-shopee-layout.theme-area-front .store-products-grid,
body.theme-shopee-layout.theme-area-front .products-page-grid,
body.theme-shopee-layout.theme-area-front .promo-logo-grid,
body.theme-shopee-layout.theme-area-front .stores-logo-grid,
body.theme-shopee-layout.theme-area-front .wishlist-page-grid,
body.theme-shopee-layout.theme-area-front .busca-grid {
    gap: 10px !important;
}
body.theme-shopee-layout.theme-area-front .front-products-grid { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
body.theme-shopee-layout.theme-area-front .front-deal-card,
body.theme-shopee-layout.theme-area-front .produto-card,
body.theme-shopee-layout.theme-area-front .products-page-card,
body.theme-shopee-layout.theme-area-front .store-product-card,
body.theme-shopee-layout.theme-area-front .promo-logo-card,
body.theme-shopee-layout.theme-area-front .stores-logo-card,
body.theme-shopee-layout.theme-area-front .busca-card,
body.theme-shopee-layout.theme-area-front .wishlist-page-card,
body.theme-shopee-layout.theme-area-front .wishlist-item,
body.theme-shopee-layout.theme-area-front .produto-recommend-card,
body.theme-shopee-layout.theme-area-front .produto-similar-item {
    padding: 10px !important;
    overflow: hidden !important;
    transition: border-color .12s ease, transform .12s ease !important;
}
body.theme-shopee-layout.theme-area-front .front-deal-card:hover,
body.theme-shopee-layout.theme-area-front .produto-card:hover,
body.theme-shopee-layout.theme-area-front .products-page-card:hover,
body.theme-shopee-layout.theme-area-front .store-product-card:hover,
body.theme-shopee-layout.theme-area-front .promo-logo-card:hover,
body.theme-shopee-layout.theme-area-front .stores-logo-card:hover,
body.theme-shopee-layout.theme-area-front .busca-card:hover,
body.theme-shopee-layout.theme-area-front .wishlist-page-card:hover,
body.theme-shopee-layout.theme-area-front .produto-recommend-card:hover {
    border-color: #ee4d2d !important;
    transform: translateY(-1px) !important;
}
body.theme-shopee-layout.theme-area-front .front-deal-image-link,
body.theme-shopee-layout.theme-area-front .produto-img-wrap,
body.theme-shopee-layout.theme-area-front .products-page-image,
body.theme-shopee-layout.theme-area-front .store-product-image,
body.theme-shopee-layout.theme-area-front .busca-card-media,
body.theme-shopee-layout.theme-area-front .wishlist-page-thumb,
body.theme-shopee-layout.theme-area-front .produto-recommend-img-wrap,
body.theme-shopee-layout.theme-area-front .produto-similar-img,
body.theme-shopee-layout.theme-area-front .promo-logo-card-logo,
body.theme-shopee-layout.theme-area-front .stores-logo-card-logo,
body.theme-shopee-layout.theme-area-front .front-store-logo-img {
    background: #fff !important;
    border-radius: 0 !important;
    overflow: hidden !important;
}
body.theme-shopee-layout.theme-area-front .front-deal-image-link,
body.theme-shopee-layout.theme-area-front .products-page-image,
body.theme-shopee-layout.theme-area-front .store-product-image {
    height: 150px !important;
    border-bottom: 1px solid #f4f4f4 !important;
    margin-bottom: 8px !important;
}
body.theme-shopee-layout.theme-area-front .front-deal-title,
body.theme-shopee-layout.theme-area-front .products-page-title,
body.theme-shopee-layout.theme-area-front .store-product-title,
body.theme-shopee-layout.theme-area-front .busca-card-title,
body.theme-shopee-layout.theme-area-front .wishlist-page-card-title,
body.theme-shopee-layout.theme-area-front .produto-similar-title,
body.theme-shopee-layout.theme-area-front .produto-recommend-link,
body.theme-shopee-layout.theme-area-front .wishlist-item-title {
    color: #333 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
    min-height: 34px !important;
}
body.theme-shopee-layout.theme-area-front .front-deal-price,
body.theme-shopee-layout.theme-area-front .products-page-price,
body.theme-shopee-layout.theme-area-front .store-product-price,
body.theme-shopee-layout.theme-area-front .busca-card-price,
body.theme-shopee-layout.theme-area-front .wishlist-page-card-price,
body.theme-shopee-layout.theme-area-front .wishlist-item-price,
body.theme-shopee-layout.theme-area-front .produto-price,
body.theme-shopee-layout.theme-area-front .produto-price-now,
body.theme-shopee-layout.theme-area-front .produto-similar-price,
body.theme-shopee-layout.theme-area-front .search-suggest-price,
body.theme-shopee-layout.theme-area-front .preco-destaque {
    color: #ee4d2d !important;
    font-weight: 800 !important;
}
body.theme-shopee-layout.theme-area-front .front-deal-price,
body.theme-shopee-layout.theme-area-front .products-page-price,
body.theme-shopee-layout.theme-area-front .store-product-price { font-size: 28px !important; line-height: 1 !important; }
body.theme-shopee-layout.theme-area-front .front-deal-old,
body.theme-shopee-layout.theme-area-front .products-page-old,
body.theme-shopee-layout.theme-area-front .store-product-old,
body.theme-shopee-layout.theme-area-front .busca-card-old,
body.theme-shopee-layout.theme-area-front .produto-old-price,
body.theme-shopee-layout.theme-area-front .preco-antigo { color: #9ca3af !important; }
body.theme-shopee-layout.theme-area-front .front-deal-discount,
body.theme-shopee-layout.theme-area-front .products-page-discount,
body.theme-shopee-layout.theme-area-front .store-product-discount,
body.theme-shopee-layout.theme-area-front .busca-card-discount,
body.theme-shopee-layout.theme-area-front .promo-logo-card-discount,
body.theme-shopee-layout.theme-area-front .stores-logo-card-discount,
body.theme-shopee-layout.theme-area-front .desconto-selo,
body.theme-shopee-layout.theme-area-front .discount-badge {
    background: #ff6f42 !important;
    color: #fff !important;
    border-radius: 2px !important;
    font-size: 12px !important;
    padding: 4px 6px !important;
}
body.theme-shopee-layout.theme-area-front .front-deal-meta-row,
body.theme-shopee-layout.theme-area-front .store-product-meta,
body.theme-shopee-layout.theme-area-front .products-page-meta,
body.theme-shopee-layout.theme-area-front .busca-card-meta,
body.theme-shopee-layout.theme-area-front .wishlist-page-card-store,
body.theme-shopee-layout.theme-area-front .wishlist-item-store {
    font-size: 11px !important;
    color: #999 !important;
}
body.theme-shopee-layout.theme-area-front .front-deal-btn,
body.theme-shopee-layout.theme-area-front .store-product-btn,
body.theme-shopee-layout.theme-area-front .products-page-btn {
    min-height: 30px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

/* Pills and store strip under cards */
body.theme-shopee-layout.theme-area-front .front-store-strip {
    margin-top: 16px !important;
    padding: 14px !important;
}
body.theme-shopee-layout.theme-area-front .front-store-strip-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin-bottom: 12px !important;
}
body.theme-shopee-layout.theme-area-front .front-store-strip-copy h2 {
    margin: 0 !important;
    font-size: 24px !important;
    line-height: 1.1 !important;
    color: #ee4d2d !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}
body.theme-shopee-layout.theme-area-front .front-store-list {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0,1fr)) !important;
    gap: 10px !important;
}
body.theme-shopee-layout.theme-area-front .front-store-pill {
    min-height: 78px !important;
    padding: 12px !important;
    align-items: center !important;
}
body.theme-shopee-layout.theme-area-front .front-store-pill-logo,
body.theme-shopee-layout.theme-area-front .front-store-logo,
body.theme-shopee-layout.theme-area-front .products-store-logo,
body.theme-shopee-layout.theme-area-front .filter-store-logo,
body.theme-shopee-layout.theme-area-front .marketplace-logo-badge {
    background: #fff !important;
    border: 1px solid #ececec !important;
    color: #666 !important;
    box-shadow: none !important;
}
body.theme-shopee-layout.theme-area-front .front-store-pill-content { min-width: 0 !important; }
body.theme-shopee-layout.theme-area-front .front-store-pill-arrow { color: #ee4d2d !important; }

/* Promo and logo sections */
body.theme-shopee-layout.theme-area-front .promo-logo-grid,
body.theme-shopee-layout.theme-area-front .stores-logo-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
body.theme-shopee-layout.theme-area-front .promo-logo-card,
body.theme-shopee-layout.theme-area-front .stores-logo-card {
    min-height: 100px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 8px !important;
}
body.theme-shopee-layout.theme-area-front .promo-logo-card-logo,
body.theme-shopee-layout.theme-area-front .stores-logo-card-logo {
    min-height: 48px !important;
}

/* Footer */
body.theme-shopee-layout.theme-area-front .footer-modern,
body.theme-shopee-layout.theme-area-front .footer {
    background: #2d2d2d !important;
    border-top: 0 !important;
    color: rgba(255,255,255,.82) !important;
}
body.theme-shopee-layout.theme-area-front .footer a,
body.theme-shopee-layout.theme-area-front .footer-nav-link,
body.theme-shopee-layout.theme-area-front .footer-extra-link,
body.theme-shopee-layout.theme-area-front .footer-contact-line {
    color: rgba(255,255,255,.82) !important;
}
body.theme-shopee-layout.theme-area-front .footer a:hover,
body.theme-shopee-layout.theme-area-front .footer-nav-link:hover,
body.theme-shopee-layout.theme-area-front .footer-extra-link:hover { color: #fff !important; }
body.theme-shopee-layout.theme-area-front .footer-bottom { border-top: 1px solid rgba(255,255,255,.08) !important; }
body.theme-shopee-layout.theme-area-front .footer-brand-icon,
body.theme-shopee-layout.theme-area-front .footer-social-link {
    background: rgba(255,255,255,.06) !important;
    border-color: rgba(255,255,255,.08) !important;
    color: #fff !important;
}
body.theme-shopee-layout.theme-area-front .footer-social-link:hover { background: #ee4d2d !important; border-color: #ee4d2d !important; }

/* Product single page */
body.theme-shopee-layout.theme-area-front .produto-page { background: transparent !important; }
body.theme-shopee-layout.theme-area-front .produto-web-shell { gap: 14px !important; }
body.theme-shopee-layout.theme-area-front .produto-web-gallery { padding: 14px !important; }
body.theme-shopee-layout.theme-area-front .produto-web-main-image {
    background: #fff !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 2px !important;
    box-shadow: none !important;
}
body.theme-shopee-layout.theme-area-front .produto-web-thumb {
    border: 1px solid #ececec !important;
    border-radius: 2px !important;
    background: #fff !important;
}
body.theme-shopee-layout.theme-area-front .produto-web-thumb.is-active,
body.theme-shopee-layout.theme-area-front .produto-web-thumb:hover {
    border-color: #ee4d2d !important;
    box-shadow: inset 0 0 0 1px #ee4d2d !important;
}
body.theme-shopee-layout.theme-area-front .produto-title-detalhe {
    color: #222 !important;
    font-weight: 500 !important;
    font-size: clamp(26px, 2.5vw, 34px) !important;
    line-height: 1.28 !important;
    letter-spacing: 0 !important;
}
body.theme-shopee-layout.theme-area-front .produto-web-seller,
body.theme-shopee-layout.theme-area-front .produto-web-tags,
body.theme-shopee-layout.theme-area-front .produto-action-note,
body.theme-shopee-layout.theme-area-front .produto-web-step,
body.theme-shopee-layout.theme-area-front .produto-web-share,
body.theme-shopee-layout.theme-area-front .info-row { color: #666 !important; }
body.theme-shopee-layout.theme-area-front .produto-web-price-row {
    align-items: baseline !important;
    gap: 14px !important;
    padding: 18px !important;
    background: #fafafa !important;
    border: 0 !important;
    border-radius: 2px !important;
    margin-bottom: 16px !important;
}
body.theme-shopee-layout.theme-area-front .produto-price-now,
body.theme-shopee-layout.theme-area-front .preco-destaque { font-size: clamp(2rem, 3vw, 2.45rem) !important; line-height: 1 !important; }
body.theme-shopee-layout.theme-area-front .produto-web-steps {
    padding: 16px !important;
    background: #fff !important;
}
body.theme-shopee-layout.theme-area-front .produto-web-steps h2,
body.theme-shopee-layout.theme-area-front .produto-web-side-card h2,
body.theme-shopee-layout.theme-area-front .produto-descricao-section h2,
body.theme-shopee-layout.theme-area-front .produto-recommend-head h2,
body.theme-shopee-layout.theme-area-front .avaliacao-ml-title {
    color: #333 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    padding-left: 0 !important;
}
body.theme-shopee-layout.theme-area-front .produto-web-steps h2::before,
body.theme-shopee-layout.theme-area-front .produto-web-side-card h2::before,
body.theme-shopee-layout.theme-area-front .produto-descricao-section h2::before,
body.theme-shopee-layout.theme-area-front .produto-recommend-head h2::before,
body.theme-shopee-layout.theme-area-front .avaliacao-ml-title::before { display: none !important; }
body.theme-shopee-layout.theme-area-front .produto-web-step i,
body.theme-shopee-layout.theme-area-front .info-tag,
body.theme-shopee-layout.theme-area-front .produto-selo,
body.theme-shopee-layout.theme-area-front .produto-selo-detalhe,
body.theme-shopee-layout.theme-area-front .produto-selos-detalhe .produto-selo {
    background: #fff5f1 !important;
    color: #ee4d2d !important;
    border-color: #ffd8ca !important;
}
body.theme-shopee-layout.theme-area-front .btn-comprar {
    width: 100% !important;
    min-height: 48px !important;
    border-radius: 2px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: none !important;
}
body.theme-shopee-layout.theme-area-front .produto-web-side-card,
body.theme-shopee-layout.theme-area-front .produto-recommend-section,
body.theme-shopee-layout.theme-area-front .avaliacao-ml-card { padding: 16px !important; }
body.theme-shopee-layout.theme-area-front .produto-recommend-card { padding: 10px !important; }
body.theme-shopee-layout.theme-area-front .produto-carousel-control,
body.theme-shopee-layout.theme-area-front .carousel-control-prev,
body.theme-shopee-layout.theme-area-front .carousel-control-next {
    background: #fff !important;
    color: #ee4d2d !important;
    border: 1px solid #ececec !important;
    border-radius: 999px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,.08) !important;
}

/* Secondary widgets */
body.theme-shopee-layout.theme-area-front .front-chat-launch,
body.theme-shopee-layout.theme-area-front .front-floating-shortcut {
    background: #ee4d2d !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(238,77,45,.22) !important;
}
body.theme-shopee-layout.theme-area-front .front-dropdown-icon,
body.theme-shopee-layout.theme-area-front .wishlist-empty-icon,
body.theme-shopee-layout.theme-area-front .wishlist-toast-icon,
body.theme-shopee-layout.theme-area-front .busca-empty-icon,
body.theme-shopee-layout.theme-area-front .front-empty-state i,
body.theme-shopee-layout.theme-area-front .wishlist-social-link,
body.theme-shopee-layout.theme-area-front .product-view-btn,
body.theme-shopee-layout.theme-area-front .products-view-label {
    background: #fff5f1 !important;
    color: #ee4d2d !important;
    border-color: #ffd8ca !important;
}
body.theme-shopee-layout.theme-area-front .page-item.active .page-link,
body.theme-shopee-layout.theme-area-front .nav-pills .nav-link.active,
body.theme-shopee-layout.theme-area-front .products-store-option.is-active,
body.theme-shopee-layout.theme-area-front .filter-store-option.is-active {
    background: #ee4d2d !important;
    border-color: #ee4d2d !important;
    color: #fff !important;
}

/* Responsive */
@media (max-width: 1199.98px) {
    body.theme-shopee-layout.theme-area-front .front-products-grid,
    body.theme-shopee-layout.theme-area-front .products-page-grid,
    body.theme-shopee-layout.theme-area-front .store-products-grid,
    body.theme-shopee-layout.theme-area-front .promo-logo-grid,
    body.theme-shopee-layout.theme-area-front .stores-logo-grid,
    body.theme-shopee-layout.theme-area-front .front-store-list {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 991.98px) {
    body.theme-shopee-layout.theme-area-front { --front-shell-gap: 20px !important; }
    body.theme-shopee-layout.theme-area-front .front-home-grid { grid-template-columns: 1fr !important; }
    body.theme-shopee-layout.theme-area-front .front-category-panel { padding-top: 12px !important; }
    body.theme-shopee-layout.theme-area-front .buscape-hero-slider { height: 220px !important; min-height: 220px !important; }
    body.theme-shopee-layout.theme-area-front .buscape-hero-content {
        width: 100% !important;
        padding: 26px 18px 42px !important;
    }
    body.theme-shopee-layout.theme-area-front .front-products-grid,
    body.theme-shopee-layout.theme-area-front .products-page-grid,
    body.theme-shopee-layout.theme-area-front .store-products-grid,
    body.theme-shopee-layout.theme-area-front .promo-logo-grid,
    body.theme-shopee-layout.theme-area-front .stores-logo-grid,
    body.theme-shopee-layout.theme-area-front .wishlist-page-grid,
    body.theme-shopee-layout.theme-area-front .busca-grid,
    body.theme-shopee-layout.theme-area-front .front-store-list {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    body.theme-shopee-layout.theme-area-front .produto-web-shell { grid-template-columns: 1fr !important; }
}
@media (max-width: 767.98px) {
    body.theme-shopee-layout.theme-area-front .logo-text { font-size: 1.5rem !important; }
    body.theme-shopee-layout.theme-area-front .search-input { min-height: 38px !important; }
    body.theme-shopee-layout.theme-area-front .buscape-hero-slider { height: 184px !important; min-height: 184px !important; }
    body.theme-shopee-layout.theme-area-front .buscape-hero-content h2 {
        font-size: clamp(1.4rem, 7vw, 1.9rem) !important;
        max-width: 90% !important;
    }
    body.theme-shopee-layout.theme-area-front .buscape-hero-content p {
        font-size: .87rem !important;
        max-width: 96% !important;
    }
    body.theme-shopee-layout.theme-area-front .front-section-line h2,
    body.theme-shopee-layout.theme-area-front .section-title,
    body.theme-shopee-layout.theme-area-front .front-store-strip-copy h2 {
        font-size: 20px !important;
    }
    body.theme-shopee-layout.theme-area-front .front-products-grid,
    body.theme-shopee-layout.theme-area-front .products-page-grid,
    body.theme-shopee-layout.theme-area-front .store-products-grid,
    body.theme-shopee-layout.theme-area-front .promo-logo-grid,
    body.theme-shopee-layout.theme-area-front .stores-logo-grid,
    body.theme-shopee-layout.theme-area-front .wishlist-page-grid,
    body.theme-shopee-layout.theme-area-front .busca-grid,
    body.theme-shopee-layout.theme-area-front .front-store-list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }
    body.theme-shopee-layout.theme-area-front .front-deal-image-link,
    body.theme-shopee-layout.theme-area-front .products-page-image,
    body.theme-shopee-layout.theme-area-front .store-product-image { height: 126px !important; }
    body.theme-shopee-layout.theme-area-front .front-deal-price,
    body.theme-shopee-layout.theme-area-front .products-page-price,
    body.theme-shopee-layout.theme-area-front .store-product-price { font-size: 22px !important; }
}
@media (max-width: 480px) {
    body.theme-shopee-layout.theme-area-front { --front-shell-gap: 12px !important; }
    body.theme-shopee-layout.theme-area-front .front-category-link { min-height: 34px !important; }
    body.theme-shopee-layout.theme-area-front .buscape-hero-nav { width: 28px !important; height: 28px !important; }
}


/* ====== Blocos adicionais do layout Shopee ====== */
body.theme-shopee-layout.theme-area-front .front-home-grid {
    grid-template-columns: 210px minmax(0, 1fr) !important;
    gap: 16px !important;
}
body.theme-shopee-layout.theme-area-front .front-category-panel {
    border-radius: 12px !important;
    padding: 12px !important;
}
body.theme-shopee-layout.theme-area-front .front-category-panel h3 {
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    margin-bottom: 10px !important;
}
body.theme-shopee-layout.theme-area-front .front-category-link {
    min-height: 32px !important;
    border-radius: 8px !important;
    padding: 5px 6px !important;
}
body.theme-shopee-layout.theme-area-front .shopee-side-all-categories {
    display:flex; align-items:center; justify-content:space-between; gap:8px;
    margin-top:12px; padding:10px 12px; border:1px solid var(--theme-border); border-radius:10px;
    text-decoration:none; color:#111827 !important; font-size:12px; font-weight:700; background:#fff;
}
body.theme-shopee-layout.theme-area-front .shopee-benefits-bar {
    display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:12px; margin-bottom:14px;
}
body.theme-shopee-layout.theme-area-front .shopee-benefit-item {
    display:flex; align-items:center; gap:10px; padding:14px 16px; background:#fff; border:1px solid var(--theme-border); border-radius:14px;
}
body.theme-shopee-layout.theme-area-front .shopee-benefit-icon {
    width:38px; height:38px; border-radius:12px; display:grid; place-items:center; color:#ee4d2d; background:rgba(238,77,45,.09); font-size:17px;
}
body.theme-shopee-layout.theme-area-front .shopee-benefit-copy { display:flex; flex-direction:column; min-width:0; }
body.theme-shopee-layout.theme-area-front .shopee-benefit-copy strong { color:#111827; font-size:13px; line-height:1.2; }
body.theme-shopee-layout.theme-area-front .shopee-benefit-copy small { color:#6b7280 !important; font-size:11px; line-height:1.25; }
body.theme-shopee-layout.theme-area-front .shopee-front-section-line { margin-bottom:12px !important; }
body.theme-shopee-layout.theme-area-front .shopee-front-section-line h2 { text-transform:uppercase; color:#ee4d2d !important; font-size:18px !important; font-weight:800 !important; }
body.theme-shopee-layout.theme-area-front .shopee-front-section-line--secondary h2 { color:#ee4d2d !important; }
body.theme-shopee-layout.theme-area-front .shopee-front-section-actions { display:flex; align-items:center; gap:12px; }
body.theme-shopee-layout.theme-area-front .shopee-flash-timer { display:flex; align-items:center; gap:6px; }
body.theme-shopee-layout.theme-area-front .shopee-flash-box {
    display:inline-flex; align-items:center; justify-content:center; min-width:30px; height:30px; padding:0 8px;
    border-radius:6px; background:#2d2d2d; color:#fff; font-size:13px; font-weight:700;
}
body.theme-shopee-layout.theme-area-front .shopee-flash-separator { color:#ee4d2d; font-weight:800; }
body.theme-shopee-layout.theme-area-front .front-products-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 12px !important;
}
body.theme-shopee-layout.theme-area-front .front-deal-card {
    border-radius: 12px !important;
    padding: 10px !important;
    min-height: 288px !important;
}
body.theme-shopee-layout.theme-area-front .front-deal-image-link { height: 140px !important; }
body.theme-shopee-layout.theme-area-front .front-deal-title { font-size: 13px !important; min-height: 38px; }
body.theme-shopee-layout.theme-area-front .front-deal-price { font-size: 25px; }
body.theme-shopee-layout.theme-area-front .front-deal-old { font-size: 11px !important; }
body.theme-shopee-layout.theme-area-front .front-deal-btn { font-size:12px !important; font-weight:700 !important; min-height:38px !important; }
body.theme-shopee-layout.theme-area-front .front-deal-discount { background:#ff6b35 !important; border-radius:8px !important; }
body.theme-shopee-layout.theme-area-front .front-deal-wish { border-radius:999px !important; }
body.theme-shopee-layout.theme-area-front .shopee-home-icons {
    display:grid; grid-template-columns:repeat(9,minmax(0,1fr)); gap:14px; margin:16px 0 18px;
}
body.theme-shopee-layout.theme-area-front .shopee-home-icon-card {
    display:flex; flex-direction:column; align-items:center; gap:10px; padding:10px 8px; text-decoration:none;
    background:#fff; border:1px solid var(--theme-border); border-radius:18px; color:#111827 !important;
}
body.theme-shopee-layout.theme-area-front .shopee-home-icon-thumb {
    width:48px; height:48px; border-radius:16px; display:grid; place-items:center; background:#f8fafc; overflow:hidden;
}
body.theme-shopee-layout.theme-area-front .shopee-home-icon-thumb i { font-size:22px; color:#ee4d2d; }
body.theme-shopee-layout.theme-area-front .shopee-home-icon-thumb img { width:28px; height:28px; object-fit:contain; }
body.theme-shopee-layout.theme-area-front .shopee-home-icon-name { font-size:12px; text-align:center; line-height:1.2; color:#374151; }
body.theme-shopee-layout.theme-area-front .shopee-section-block { margin-top: 10px; }
body.theme-shopee-layout.theme-area-front .shopee-ranked-grid {
    display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:12px;
}
body.theme-shopee-layout.theme-area-front .shopee-ranked-item { position:relative; }
body.theme-shopee-layout.theme-area-front .shopee-ranked-item .front-deal-card { min-height:270px !important; }
body.theme-shopee-layout.theme-area-front .shopee-ranked-badge {
    position:absolute; top:-7px; left:10px; z-index:3; min-width:26px; height:26px; padding:0 8px; border-radius:8px;
    display:inline-flex; align-items:center; justify-content:center; background:#f59e0b; color:#fff; font-size:13px; font-weight:800;
    box-shadow:0 8px 16px rgba(245,158,11,.28);
}
body.theme-shopee-layout.theme-area-front .shopee-promo-banners {
    display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin:16px 0 16px;
}
body.theme-shopee-layout.theme-area-front .shopee-promo-banner {
    position:relative; min-height:92px; border-radius:14px; overflow:hidden; text-decoration:none; color:#fff !important;
    padding:16px 18px; display:flex; align-items:center; justify-content:space-between; gap:14px;
}
body.theme-shopee-layout.theme-area-front .shopee-promo-banner-copy { display:flex; flex-direction:column; gap:4px; min-width:0; }
body.theme-shopee-layout.theme-area-front .shopee-promo-banner-copy strong { font-size:18px; line-height:1.1; color:#fff; }
body.theme-shopee-layout.theme-area-front .shopee-promo-banner-copy small { font-size:12px; color:rgba(255,255,255,.92) !important; }
body.theme-shopee-layout.theme-area-front .shopee-promo-banner-copy em {
    display:inline-flex; align-items:center; justify-content:center; align-self:flex-start; margin-top:6px; padding:7px 12px; border-radius:999px;
    background:rgba(255,255,255,.24); color:#fff; font-size:11px; font-style:normal; text-transform:uppercase; font-weight:800;
}
body.theme-shopee-layout.theme-area-front .shopee-promo-banner-image img { width:60px; height:60px; object-fit:contain; filter:drop-shadow(0 8px 15px rgba(0,0,0,.15)); }
body.theme-shopee-layout.theme-area-front .shopee-mall-row {
    display:grid; grid-template-columns:290px minmax(0,1fr); gap:12px; margin-bottom:16px;
}
body.theme-shopee-layout.theme-area-front .shopee-mall-hero {
    min-height:104px; border-radius:14px; padding:18px; color:#fff !important; text-decoration:none; display:flex; align-items:center;
}
body.theme-shopee-layout.theme-area-front .shopee-mall-hero-copy { display:flex; flex-direction:column; gap:4px; }
body.theme-shopee-layout.theme-area-front .shopee-mall-hero-copy strong { font-size:28px; line-height:1; color:#fff; font-weight:800; }
body.theme-shopee-layout.theme-area-front .shopee-mall-hero-copy small { color:rgba(255,255,255,.9) !important; font-size:12px; }
body.theme-shopee-layout.theme-area-front .shopee-mall-hero-copy em { margin-top:6px; font-style:normal; font-size:12px; font-weight:800; text-transform:uppercase; }
body.theme-shopee-layout.theme-area-front .shopee-brand-grid {
    display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:12px;
}
body.theme-shopee-layout.theme-area-front .shopee-brand-card {
    min-height:104px; border-radius:14px; background:#fff; border:1px solid var(--theme-border); display:grid; place-items:center; text-decoration:none;
    color:#111827 !important; font-size:24px; font-weight:800; letter-spacing:-.02em; padding:10px;
}
body.theme-shopee-layout.theme-area-front .shopee-brand-card img { max-width:100%; max-height:58px; object-fit:contain; }
body.theme-shopee-layout.theme-area-front .shopee-official-grid {
    display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:12px;
}
body.theme-shopee-layout.theme-area-front .shopee-official-card {
    display:flex; flex-direction:column; gap:12px; padding:14px; border-radius:14px; text-decoration:none; color:#111827 !important;
    background:#fff; border:1px solid var(--theme-border);
}
body.theme-shopee-layout.theme-area-front .shopee-official-logo {
    width:62px; height:62px; border-radius:18px; border:1px solid var(--theme-border); background:#fff; display:grid; place-items:center; overflow:hidden;
}
body.theme-shopee-layout.theme-area-front .shopee-official-logo img { width:52px; height:52px; object-fit:contain; }
body.theme-shopee-layout.theme-area-front .shopee-official-logo i { color:#111827; font-size:24px; }
body.theme-shopee-layout.theme-area-front .shopee-official-copy { display:flex; flex-direction:column; gap:4px; min-width:0; }
body.theme-shopee-layout.theme-area-front .shopee-official-copy strong { font-size:14px; color:#111827; }
body.theme-shopee-layout.theme-area-front .shopee-official-copy small { font-size:12px; color:#6b7280 !important; }
body.theme-shopee-layout.theme-area-front .shopee-official-copy em { font-style:normal; font-size:11px; color:#f59e0b; }
body.theme-shopee-layout.theme-area-front .shopee-official-button {
    display:inline-flex; align-items:center; justify-content:center; min-height:38px; border-radius:999px; border:1px solid #ee4d2d; color:#ee4d2d;
    font-size:12px; text-transform:uppercase; font-weight:800; background:#fff;
}
body.theme-shopee-layout.theme-area-front .shopee-service-strip {
    display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; margin-top:14px;
}
body.theme-shopee-layout.theme-area-front .shopee-service-item {
    display:flex; align-items:center; gap:10px; padding:14px 16px; background:#fff; border:1px solid var(--theme-border); border-radius:14px;
}
body.theme-shopee-layout.theme-area-front .shopee-service-item i { width:36px; height:36px; border-radius:12px; display:grid; place-items:center; background:#f8fafc; color:#ee4d2d; font-size:18px; }
body.theme-shopee-layout.theme-area-front .shopee-service-item span { display:flex; flex-direction:column; }
body.theme-shopee-layout.theme-area-front .shopee-service-item strong { font-size:13px; color:#111827; }
body.theme-shopee-layout.theme-area-front .shopee-service-item small { font-size:11px; color:#6b7280 !important; }
body.theme-shopee-layout.theme-area-front .buscape-hero-nav { top:50% !important; transform:translateY(-50%); left:auto !important; right:auto !important; }
body.theme-shopee-layout.theme-area-front .buscape-hero-prev { left:12px !important; }
body.theme-shopee-layout.theme-area-front .buscape-hero-next { right:12px !important; }
body.theme-shopee-layout.theme-area-front .buscape-hero-dots {
    left:50% !important; bottom:14px !important; transform:translateX(-50%); width:auto !important; justify-content:center !important;
}
body.theme-shopee-layout.theme-area-front .buscape-hero-dot {
    width:8px !important; height:8px !important; border-radius:999px !important; background:rgba(255,255,255,.72) !important;
}
body.theme-shopee-layout.theme-area-front .buscape-hero-dot.is-active {
    width:22px !important; background:#ee4d2d !important;
}

@media (max-width: 1199px) {
    body.theme-shopee-layout.theme-area-front .front-products-grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
    body.theme-shopee-layout.theme-area-front .shopee-ranked-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
    body.theme-shopee-layout.theme-area-front .shopee-home-icons { grid-template-columns:repeat(6,minmax(0,1fr)); }
    body.theme-shopee-layout.theme-area-front .shopee-brand-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
    body.theme-shopee-layout.theme-area-front .shopee-official-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
    body.theme-shopee-layout.theme-area-front .shopee-benefits-bar { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width: 991px) {
    body.theme-shopee-layout.theme-area-front .front-home-grid { grid-template-columns:1fr !important; }
    body.theme-shopee-layout.theme-area-front .shopee-mall-row { grid-template-columns:1fr; }
    body.theme-shopee-layout.theme-area-front .shopee-promo-banners,
    body.theme-shopee-layout.theme-area-front .shopee-service-strip { grid-template-columns:1fr; }
    body.theme-shopee-layout.theme-area-front .shopee-benefits-bar,
    body.theme-shopee-layout.theme-area-front .shopee-home-icons,
    body.theme-shopee-layout.theme-area-front .shopee-ranked-grid,
    body.theme-shopee-layout.theme-area-front .shopee-official-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767px) {
    body.theme-shopee-layout.theme-area-front .front-products-grid,
    body.theme-shopee-layout.theme-area-front .shopee-ranked-grid,
    body.theme-shopee-layout.theme-area-front .shopee-home-icons,
    body.theme-shopee-layout.theme-area-front .shopee-official-grid,
    body.theme-shopee-layout.theme-area-front .shopee-brand-grid,
    body.theme-shopee-layout.theme-area-front .shopee-benefits-bar { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
    body.theme-shopee-layout.theme-area-front .shopee-front-section-actions { flex-wrap:wrap; justify-content:flex-end; }
}
@media (max-width: 575px) {
    body.theme-shopee-layout.theme-area-front .front-products-grid,
    body.theme-shopee-layout.theme-area-front .shopee-ranked-grid,
    body.theme-shopee-layout.theme-area-front .shopee-home-icons,
    body.theme-shopee-layout.theme-area-front .shopee-official-grid,
    body.theme-shopee-layout.theme-area-front .shopee-brand-grid,
    body.theme-shopee-layout.theme-area-front .shopee-benefits-bar { grid-template-columns:1fr !important; }
}

/* ===== Refinamento V4: proporções, alinhamento e tipografia do print ===== */
body.theme-shopee-layout.theme-area-front {
    --front-shell-width: 1420px !important;
    --front-shell-gap: 32px !important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 14px !important;
    background: #f5f5f5 !important;
}
body.theme-shopee-layout.theme-area-front .navbar-main .container,
body.theme-shopee-layout.theme-area-front .header-top-inner,
body.theme-shopee-layout.theme-area-front .front-marketplace-home,
body.theme-shopee-layout.theme-area-front .products-page-shell,
body.theme-shopee-layout.theme-area-front .produto-page > .container,
body.theme-shopee-layout.theme-area-front .busca-shell,
body.theme-shopee-layout.theme-area-front .stores-page-shell,
body.theme-shopee-layout.theme-area-front .cupons-page-shell {
    width: min(1420px, calc(100vw - 32px)) !important;
    max-width: 1420px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
body.theme-shopee-layout.theme-area-front .front-marketplace-home {
    margin-top: 18px !important;
    margin-bottom: 34px !important;
}
body.theme-shopee-layout.theme-area-front .front-home-grid {
    display: grid !important;
    grid-template-columns: 226px minmax(0, 1fr) !important;
    gap: 16px !important;
    align-items: start !important;
}
body.theme-shopee-layout.theme-area-front .shopee-home-main {
    min-width: 0 !important;
    display: block !important;
}
body.theme-shopee-layout.theme-area-front .shopee-home-slider {
    width: 100% !important;
    margin: 0 0 12px !important;
}
body.theme-shopee-layout.theme-area-front .shopee-home-slider .buscape-slider-stage {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}
body.theme-shopee-layout.theme-area-front .shopee-home-slider .buscape-hero-slider {
    width: 100% !important;
    height: 304px !important;
    min-height: 304px !important;
    border-radius: 12px !important;
    border: 1px solid #e9e9e9 !important;
    overflow: hidden !important;
}
body.theme-shopee-layout.theme-area-front .buscape-hero-content {
    width: min(520px, 54%) !important;
    padding: 38px 50px !important;
}
body.theme-shopee-layout.theme-area-front .buscape-hero-content h2 {
    margin: 0 0 10px !important;
    font-size: clamp(34px, 3vw, 50px) !important;
    line-height: 1.04 !important;
    letter-spacing: -1.6px !important;
}
body.theme-shopee-layout.theme-area-front .buscape-hero-content p {
    margin: 0 0 18px !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
}
body.theme-shopee-layout.theme-area-front .buscape-hero-nav {
    top: 50% !important;
    width: 38px !important;
    height: 38px !important;
    transform: translateY(-50%) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.2) !important;
    color: #fff !important;
}
body.theme-shopee-layout.theme-area-front .buscape-hero-dots {
    left: 50% !important;
    right: auto !important;
    bottom: 15px !important;
    transform: translateX(-50%) !important;
    justify-content: center !important;
    width: auto !important;
}
body.theme-shopee-layout.theme-area-front .buscape-hero-dot {
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.75) !important;
}
body.theme-shopee-layout.theme-area-front .buscape-hero-dot.is-active {
    width: 26px !important;
    min-width: 26px !important;
    background: #ee4d2d !important;
}
body.theme-shopee-layout.theme-area-front .front-category-panel {
    position: sticky !important;
    top: 92px !important;
    padding: 14px 12px 12px !important;
    border-radius: 12px !important;
    border-color: #e9e9e9 !important;
}
body.theme-shopee-layout.theme-area-front .front-category-panel h3 {
    margin: 0 8px 10px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    letter-spacing: .01em !important;
}
body.theme-shopee-layout.theme-area-front .front-category-list { gap: 0 !important; }
body.theme-shopee-layout.theme-area-front .front-category-link {
    min-height: 33px !important;
    grid-template-columns: 20px minmax(0,1fr) !important;
    gap: 8px !important;
    padding: 6px 8px !important;
    border: 0 !important;
    border-radius: 7px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}
body.theme-shopee-layout.theme-area-front .front-category-link:hover,
body.theme-shopee-layout.theme-area-front .front-category-link.is-active {
    transform: none !important;
    box-shadow: none !important;
}
body.theme-shopee-layout.theme-area-front .shopee-benefits-bar {
    grid-template-columns: repeat(5, minmax(0,1fr)) !important;
    gap: 0 !important;
    margin: 0 0 18px !important;
    padding: 8px 0 !important;
    background: #fff !important;
    border: 1px solid #e9e9e9 !important;
    border-radius: 12px !important;
}
body.theme-shopee-layout.theme-area-front .shopee-benefit-item {
    min-height: 58px !important;
    padding: 8px 16px !important;
    border: 0 !important;
    border-right: 1px solid #ededed !important;
    border-radius: 0 !important;
}
body.theme-shopee-layout.theme-area-front .shopee-benefit-item:last-child { border-right: 0 !important; }
body.theme-shopee-layout.theme-area-front .shopee-benefit-icon {
    width: 34px !important;
    height: 34px !important;
    border-radius: 999px !important;
    font-size: 16px !important;
}
body.theme-shopee-layout.theme-area-front .shopee-benefit-copy strong {
    font-size: 12px !important;
    line-height: 1.2 !important;
}
body.theme-shopee-layout.theme-area-front .shopee-benefit-copy small {
    margin-top: 2px !important;
    font-size: 10.5px !important;
}
body.theme-shopee-layout.theme-area-front .shopee-front-section-line {
    min-height: 42px !important;
    margin: 0 0 10px !important;
}
body.theme-shopee-layout.theme-area-front .shopee-front-section-line h2 {
    font-size: 18px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
}
body.theme-shopee-layout.theme-area-front .front-section-line h2::before,
body.theme-shopee-layout.theme-area-front .section-title::before { font-size: 18px !important; }
body.theme-shopee-layout.theme-area-front .front-section-link {
    font-size: 12px !important;
    font-weight: 600 !important;
}
body.theme-shopee-layout.theme-area-front .shopee-flash-box {
    min-width: 28px !important;
    height: 26px !important;
    padding: 0 6px !important;
    border-radius: 4px !important;
    font-size: 12px !important;
}
body.theme-shopee-layout.theme-area-front .front-products-grid {
    grid-template-columns: repeat(5, minmax(0,1fr)) !important;
    gap: 10px !important;
}
body.theme-shopee-layout.theme-area-front .front-deal-card {
    min-height: 292px !important;
    padding: 10px !important;
    border-radius: 10px !important;
    border-color: #e8e8e8 !important;
}
body.theme-shopee-layout.theme-area-front .front-deal-image-link {
    height: 146px !important;
    margin-bottom: 4px !important;
    border: 0 !important;
}
body.theme-shopee-layout.theme-area-front .front-deal-meta-row {
    min-height: 24px !important;
    margin-top: 4px !important;
}
body.theme-shopee-layout.theme-area-front .front-store-logo {
    width: 23px !important;
    height: 23px !important;
    border-radius: 7px !important;
}
body.theme-shopee-layout.theme-area-front .front-deal-title {
    min-height: 34px !important;
    margin-top: 4px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
}
body.theme-shopee-layout.theme-area-front .front-deal-price {
    margin-top: 6px !important;
    font-size: 17px !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
}
body.theme-shopee-layout.theme-area-front .front-deal-old {
    min-height: 16px !important;
    margin-top: 2px !important;
    font-size: 10px !important;
}
body.theme-shopee-layout.theme-area-front .front-deal-btn {
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    margin-top: auto !important;
    margin-left: auto !important;
    padding: 0 !important;
    border-radius: 999px !important;
    font-size: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}
body.theme-shopee-layout.theme-area-front .front-deal-btn::before {
    content: "🛒" !important;
    font-size: 15px !important;
    line-height: 1 !important;
}
body.theme-shopee-layout.theme-area-front .front-deal-discount {
    top: 8px !important;
    right: 8px !important;
    padding: 5px 7px !important;
    border-radius: 4px !important;
    font-size: 11px !important;
}
body.theme-shopee-layout.theme-area-front .shopee-home-icons {
    grid-template-columns: repeat(9, minmax(0,1fr)) !important;
    gap: 12px !important;
    margin: 18px 0 !important;
}
body.theme-shopee-layout.theme-area-front .shopee-home-icon-card {
    min-height: 92px !important;
    padding: 10px 6px !important;
    border-radius: 18px !important;
}
body.theme-shopee-layout.theme-area-front .shopee-home-icon-thumb {
    width: 48px !important;
    height: 48px !important;
}
body.theme-shopee-layout.theme-area-front .shopee-home-icon-name { font-size: 11px !important; }
body.theme-shopee-layout.theme-area-front .shopee-ranked-grid {
    grid-template-columns: repeat(6, minmax(0,1fr)) !important;
    gap: 10px !important;
}
body.theme-shopee-layout.theme-area-front .shopee-ranked-item .front-deal-card {
    min-height: 284px !important;
}
body.theme-shopee-layout.theme-area-front .shopee-ranked-badge {
    top: 8px !important;
    left: 8px !important;
    min-width: 24px !important;
    height: 24px !important;
    border-radius: 5px !important;
    font-size: 12px !important;
}
body.theme-shopee-layout.theme-area-front .shopee-promo-banners {
    gap: 12px !important;
    margin: 18px 0 12px !important;
}
body.theme-shopee-layout.theme-area-front .shopee-promo-banner {
    min-height: 112px !important;
    border-radius: 12px !important;
    padding: 18px 22px !important;
}
body.theme-shopee-layout.theme-area-front .shopee-promo-banner-copy strong {
    font-size: 20px !important;
    line-height: 1.1 !important;
}
body.theme-shopee-layout.theme-area-front .shopee-promo-banner-copy small { font-size: 12px !important; }
body.theme-shopee-layout.theme-area-front .shopee-promo-banner-image img {
    width: 82px !important;
    height: 82px !important;
}
body.theme-shopee-layout.theme-area-front .shopee-mall-row {
    grid-template-columns: 310px minmax(0,1fr) !important;
    gap: 12px !important;
}
body.theme-shopee-layout.theme-area-front .shopee-mall-hero,
body.theme-shopee-layout.theme-area-front .shopee-brand-card {
    min-height: 112px !important;
    border-radius: 12px !important;
}
body.theme-shopee-layout.theme-area-front .shopee-brand-grid { gap: 10px !important; }
body.theme-shopee-layout.theme-area-front .shopee-brand-card {
    font-size: 20px !important;
}
body.theme-shopee-layout.theme-area-front .shopee-official-grid {
    grid-template-columns: repeat(5, minmax(0,1fr)) !important;
    gap: 10px !important;
}
body.theme-shopee-layout.theme-area-front .shopee-official-card {
    min-height: 188px !important;
    border-radius: 12px !important;
    padding: 14px !important;
}
body.theme-shopee-layout.theme-area-front .shopee-official-button {
    min-height: 34px !important;
    margin-top: auto !important;
    font-size: 11px !important;
}
body.theme-shopee-layout.theme-area-front .shopee-service-strip {
    grid-template-columns: repeat(4,minmax(0,1fr)) !important;
    gap: 10px !important;
    margin-top: 14px !important;
}
body.theme-shopee-layout.theme-area-front .shopee-service-item {
    min-height: 66px !important;
    border-radius: 12px !important;
}
@media (max-width: 1199.98px) {
    body.theme-shopee-layout.theme-area-front { --front-shell-width: 1160px !important; }
    body.theme-shopee-layout.theme-area-front .front-home-grid { grid-template-columns: 210px minmax(0,1fr) !important; }
    body.theme-shopee-layout.theme-area-front .front-products-grid { grid-template-columns: repeat(4,minmax(0,1fr)) !important; }
    body.theme-shopee-layout.theme-area-front .shopee-ranked-grid { grid-template-columns: repeat(4,minmax(0,1fr)) !important; }
    body.theme-shopee-layout.theme-area-front .shopee-home-icons { grid-template-columns: repeat(6,minmax(0,1fr)) !important; }
    body.theme-shopee-layout.theme-area-front .shopee-official-grid { grid-template-columns: repeat(3,minmax(0,1fr)) !important; }
}
@media (max-width: 991.98px) {
    body.theme-shopee-layout.theme-area-front .front-home-grid { grid-template-columns: 1fr !important; }
    body.theme-shopee-layout.theme-area-front .front-category-panel { position: relative !important; top: auto !important; }
    body.theme-shopee-layout.theme-area-front .shopee-home-slider .buscape-hero-slider { height: 260px !important; min-height: 260px !important; }
    body.theme-shopee-layout.theme-area-front .shopee-benefits-bar { grid-template-columns: repeat(3,minmax(0,1fr)) !important; }
    body.theme-shopee-layout.theme-area-front .shopee-benefit-item { border-right: 0 !important; border-bottom: 1px solid #ededed !important; }
    body.theme-shopee-layout.theme-area-front .shopee-mall-row { grid-template-columns: 1fr !important; }
}
@media (max-width: 767.98px) {
    body.theme-shopee-layout.theme-area-front { --front-shell-gap: 16px !important; }
    body.theme-shopee-layout.theme-area-front .front-products-grid,
    body.theme-shopee-layout.theme-area-front .shopee-ranked-grid,
    body.theme-shopee-layout.theme-area-front .shopee-home-icons,
    body.theme-shopee-layout.theme-area-front .shopee-official-grid,
    body.theme-shopee-layout.theme-area-front .shopee-benefits-bar,
    body.theme-shopee-layout.theme-area-front .shopee-brand-grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
    body.theme-shopee-layout.theme-area-front .shopee-home-slider .buscape-hero-slider { height: 220px !important; min-height: 220px !important; }
    body.theme-shopee-layout.theme-area-front .buscape-hero-content { width: 80% !important; padding: 24px 38px !important; }
    body.theme-shopee-layout.theme-area-front .buscape-hero-content h2 { font-size: 28px !important; }
    body.theme-shopee-layout.theme-area-front .shopee-promo-banners,
    body.theme-shopee-layout.theme-area-front .shopee-service-strip { grid-template-columns: 1fr !important; }
}
body.theme-shopee-layout.theme-area-front .front-marketplace-home,
body.theme-shopee-layout.theme-area-front .produto-page,
body.theme-shopee-layout.theme-area-front .products-page-shell,
body.theme-shopee-layout.theme-area-front .busca-shell,
body.theme-shopee-layout.theme-area-front .stores-page-shell,
body.theme-shopee-layout.theme-area-front .cupons-page-shell,
body.theme-shopee-layout.theme-area-front .navbar-main,
body.theme-shopee-layout.theme-area-front .footer {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
/* Página única do produto alinhada à largura e hierarquia do tema */
body.theme-shopee-layout.theme-area-front .produto-page > .container {
    width: min(1420px, calc(100vw - 32px)) !important;
    max-width: 1420px !important;
}
body.theme-shopee-layout.theme-area-front .produto-page .produto-web-shell {
    grid-template-columns: minmax(390px, 1.05fr) minmax(420px, 1.15fr) minmax(270px, .72fr) !important;
    gap: 18px !important;
}
body.theme-shopee-layout.theme-area-front .produto-page .produto-web-gallery,
body.theme-shopee-layout.theme-area-front .produto-page .produto-web-card,
body.theme-shopee-layout.theme-area-front .produto-page .produto-web-side-card,
body.theme-shopee-layout.theme-area-front .produto-page .produto-web-steps,
body.theme-shopee-layout.theme-area-front .produto-page .produto-descricao-section,
body.theme-shopee-layout.theme-area-front .produto-page .produto-recommend-section,
body.theme-shopee-layout.theme-area-front .produto-page .avaliacao-ml-card {
    border-radius: 12px !important;
    border: 1px solid #e9e9e9 !important;
    box-shadow: none !important;
}
body.theme-shopee-layout.theme-area-front .produto-page .produto-title-detalhe {
    font-size: clamp(24px, 2.1vw, 32px) !important;
    line-height: 1.25 !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}
body.theme-shopee-layout.theme-area-front .produto-page .produto-web-price-row {
    padding: 16px 18px !important;
    border-radius: 8px !important;
    background: #fafafa !important;
}
body.theme-shopee-layout.theme-area-front .produto-page .preco-destaque,
body.theme-shopee-layout.theme-area-front .produto-page .produto-price-now {
    font-size: clamp(28px, 2.6vw, 38px) !important;
    color: #ee4d2d !important;
}
body.theme-shopee-layout.theme-area-front .produto-page .btn-comprar {
    min-height: 48px !important;
    border-radius: 4px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: none !important;
}
@media (max-width: 1199.98px) {
    body.theme-shopee-layout.theme-area-front .produto-page .produto-web-shell {
        grid-template-columns: minmax(340px, .95fr) minmax(380px, 1.05fr) !important;
    }
    body.theme-shopee-layout.theme-area-front .produto-page .produto-web-sidebar { grid-column: 1 / -1 !important; }
}
@media (max-width: 991.98px) {
    body.theme-shopee-layout.theme-area-front .produto-page .produto-web-shell { grid-template-columns: 1fr !important; }
}

/* Cabeçalho configurável do tema — estrutura do print */
body.theme-shopee-layout.theme-area-front .theme-market-header {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    color: var(--theme-header-text) !important;
    background: linear-gradient(180deg, var(--theme-header-bg-start) 0%, var(--theme-header-bg-end) 100%) !important;
    box-shadow: none !important;
    border: 0 !important;
}
body.theme-shopee-layout.theme-area-front .theme-market-header a,
body.theme-shopee-layout.theme-area-front .theme-market-header button,
body.theme-shopee-layout.theme-area-front .theme-market-header i,
body.theme-shopee-layout.theme-area-front .theme-market-header span {
    color: inherit !important;
}
body.theme-shopee-layout.theme-area-front .theme-market-header-top {
    min-height: 27px !important;
    color: var(--theme-header-top-text) !important;
    background: var(--theme-header-top-bg) !important;
    border: 0 !important;
}
body.theme-shopee-layout.theme-area-front .theme-market-header-top .theme-market-header-inner {
    min-height: 27px !important;
    padding: 2px 0 0 !important;
}
body.theme-shopee-layout.theme-area-front .theme-market-utility {
    gap: 8px !important;
}
body.theme-shopee-layout.theme-area-front .theme-market-utility-item {
    color: var(--theme-header-top-text) !important;
    font-size: var(--theme-header-top-font-size) !important;
    font-weight: 400 !important;
    opacity: .98 !important;
}
body.theme-shopee-layout.theme-area-front .theme-market-utility-item i {
    font-size: 13px !important;
}
body.theme-shopee-layout.theme-area-front .theme-market-utility-left .theme-market-utility-item:has(i:only-child) {
    width: 20px !important;
    height: 20px !important;
    justify-content: center !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.14) !important;
}
body.theme-shopee-layout.theme-area-front .theme-market-utility-separator {
    height: 12px !important;
    background: var(--theme-header-top-text) !important;
    opacity: .45 !important;
}
body.theme-shopee-layout.theme-area-front .theme-market-header-main .theme-market-header-inner {
    min-height: 78px !important;
    padding: 5px 0 8px !important;
    grid-template-columns: var(--theme-header-logo-width) minmax(340px, 1fr) 70px !important;
    gap: 30px !important;
}
body.theme-shopee-layout.theme-area-front .theme-market-logo {
    color: var(--theme-header-text) !important;
    font-size: 31px !important;
    font-weight: 400 !important;
    letter-spacing: -.04em !important;
    gap: 9px !important;
}
body.theme-shopee-layout.theme-area-front .theme-market-logo-mark {
    width: 45px !important;
    height: 50px !important;
    flex-basis: 45px !important;
    font-size: 44px !important;
}
body.theme-shopee-layout.theme-area-front .theme-market-logo-badge {
    top: 58% !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}
body.theme-shopee-layout.theme-area-front .theme-market-logo-image {
    max-width: var(--theme-header-logo-width) !important;
    max-height: 58px !important;
    filter: none !important;
}
body.theme-shopee-layout.theme-area-front .theme-market-search-area .search-box {
    max-width: none !important;
}
body.theme-shopee-layout.theme-area-front .theme-market-search-form {
    min-height: var(--theme-header-search-height) !important;
    padding: 3px !important;
    background: var(--theme-header-search-bg) !important;
    border: 0 !important;
    border-radius: 2px !important;
    box-shadow: 0 1px 2px rgba(0,0,0,.10) !important;
}
body.theme-shopee-layout.theme-area-front .theme-market-search-form .search-input {
    min-height: calc(var(--theme-header-search-height) - 6px) !important;
    padding: 0 15px !important;
    color: var(--theme-header-search-text) !important;
    background: transparent !important;
    border: 0 !important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 13px !important;
}
body.theme-shopee-layout.theme-area-front .theme-market-search-form .search-input::placeholder {
    color: #777 !important;
    opacity: 1 !important;
}
body.theme-shopee-layout.theme-area-front .theme-market-search-form .search-btn {
    width: 62px !important;
    min-width: 62px !important;
    min-height: calc(var(--theme-header-search-height) - 6px) !important;
    color: var(--theme-header-search-button-text) !important;
    background: var(--theme-header-search-button-bg) !important;
    border: 0 !important;
    border-radius: 2px !important;
    box-shadow: none !important;
}
body.theme-shopee-layout.theme-area-front .theme-market-search-form .search-btn i {
    color: var(--theme-header-search-button-text) !important;
    font-size: 14px !important;
}
body.theme-shopee-layout.theme-area-front .theme-market-search-area .search-suggest {
    top: calc(var(--theme-header-search-height) + 3px) !important;
    border-radius: 2px !important;
}
body.theme-shopee-layout.theme-area-front .theme-market-quick-links {
    gap: 15px !important;
    padding-top: 7px !important;
}
body.theme-shopee-layout.theme-area-front .theme-market-quick-link {
    color: var(--theme-header-quick-link) !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    opacity: .96 !important;
}
body.theme-shopee-layout.theme-area-front .theme-market-quick-link:hover {
    color: var(--theme-header-quick-link) !important;
    opacity: 1 !important;
}
body.theme-shopee-layout.theme-area-front .theme-market-cart {
    width: 58px !important;
    height: 54px !important;
    color: var(--theme-header-text) !important;
    font-size: 31px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}
body.theme-shopee-layout.theme-area-front .theme-market-cart i {
    color: var(--theme-header-text) !important;
}
body.theme-shopee-layout.theme-area-front .theme-market-cart .wishlist-count {
    top: 1px !important;
    right: 0 !important;
    min-width: 18px !important;
    height: 18px !important;
    padding: 0 4px !important;
    color: var(--theme-header-bg-end) !important;
    background: #fff !important;
    border: 1px solid #fff !important;
    font-size: 10px !important;
}
@media (max-width: 991.98px) {
    body.theme-shopee-layout.theme-area-front .theme-market-header-main .theme-market-header-inner {
        grid-template-columns: minmax(150px, var(--theme-header-logo-width)) minmax(260px, 1fr) 54px !important;
        gap: 17px !important;
    }
    body.theme-shopee-layout.theme-area-front .theme-market-utility-item { font-size: 11px !important; }
    body.theme-shopee-layout.theme-area-front .theme-market-quick-links { overflow-x: auto !important; }
}
@media (max-width: 767.98px) {
    body.theme-shopee-layout.theme-area-front .theme-market-header-top .theme-market-header-inner {
        min-height: 26px !important;
    }
    body.theme-shopee-layout.theme-area-front .theme-market-header-main .theme-market-header-inner {
        min-height: 105px !important;
        padding: 8px 0 7px !important;
        grid-template-columns: minmax(0,1fr) 48px !important;
        grid-template-rows: 40px auto !important;
        gap: 7px 10px !important;
    }
    body.theme-shopee-layout.theme-area-front .theme-market-logo {
        font-size: 25px !important;
    }
    body.theme-shopee-layout.theme-area-front .theme-market-logo-mark {
        width: 35px !important;
        height: 39px !important;
        flex-basis: 35px !important;
        font-size: 35px !important;
    }
    body.theme-shopee-layout.theme-area-front .theme-market-logo-badge { font-size: 16px !important; }
    body.theme-shopee-layout.theme-area-front .theme-market-cart {
        width: 46px !important;
        height: 40px !important;
        font-size: 27px !important;
    }
    body.theme-shopee-layout.theme-area-front .theme-market-search-form .search-btn {
        width: 50px !important;
        min-width: 50px !important;
    }
}
