 /* Estilos Globais e do Swiper */
        body,
        html {
            overflow-x: hidden !important;
            max-width: 500px;
            margin: 0 auto;
        }

        #btm-comprar{
            max-width: 500px;
            margin: 0 auto;
        }

        body {
            background-color: #fff !important;
        }

        .swiper-slide-thumb-active {
            border: 2px solid #06b6d4;
            /* cyan-500 */
            border-radius: 8px;
        }

        .swiper-pagination {
            display: none;
        }

        .main-swiper {
            width: 100%;
            background-color: #fff;
        }

        .slide-img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            background-color: #fff;
        }

        .swiper-slide {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 450px;
        }

        @media (max-width: 768px) {
            .swiper-slide {
                height: 320px;
            }
        }

        /* Estilos do Contador do Swiper */
        .counter {
            position: absolute;
            bottom: 12px;
            right: 12px;
            background: rgba(0, 0, 0, 0.65);
            color: #fff;
            font-size: 0.85rem;
            font-weight: 500;
            padding: 4px 10px;
            border-radius: 9999px;
            z-index: 20;
            letter-spacing: 0.5px;
            backdrop-filter: blur(3px);
        }

        /* Estilos para a Seção de Avaliações (Comentários) - Opcional, removidos de dentro do HTML */
        /*
        .reviews-section {
            padding: 16px;
        }
        .reviews-header {
            display: flex;
            justify-content: between;
            align-items: center;
            margin-bottom: 16px;
        }
        .reviews-title {
            font-family: 'TikTokFont', sans-serif;
            font-size: 16px;
            font-weight: 600;
        }
        .reviews-rating {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 16px;
        }
        .rating-big {
            font-family: 'TikTokDisplayFont', sans-serif;
            font-size: 24px;
            font-weight: 700;
        }
        .stars {
            color: #ffc107;
            font-size: 16px;
        }
        .review-item {
            border-bottom: 1px solid #f0f0f0;
            padding: 16px 0;
        }
        .review-header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 8px;
        }
        .review-stars {
            color: #ffc107;
            font-size: 14px;
            margin: 4px 0;
        }
        .review-variant {
            color: #666;
            font-size: 12px;
            margin-bottom: 8px;
        }
        .review-text {
            font-size: 14px;
            line-height: 1.4;
            margin-bottom: 12px;
        }
        .review-images {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 8px;
        }
        .review-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            cursor: default;
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
        }
        .review-image {
            aspect-ratio: 1;
            border-radius: 8px;
            overflow: hidden;
        }
        .review-avatar {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: #ddd;
        }
        */

        /* Estilos do Popup "TikTok Verificado" */
        .pfv-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.55);
            backdrop-filter: blur(4px);
            display: none;
            /* Escondido por padrão */
            align-items: center;
            justify-content: center;
            z-index: 99999;
        }

        .pfv-modal {
            background: #fff;
            border-radius: 14px;
            padding: 25px 20px;
            width: 90%;
            max-width: 340px;
            text-align: center;
            position: relative;
            animation: popupFade .35s ease;
            box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
        }

        @keyframes popupFade {
            from {
                transform: scale(.8);
                opacity: 0;
            }

            to {
                transform: scale(1);
                opacity: 1;
            }
        }

        .pfv-close {
            position: absolute;
            top: 10px;
            right: 10px;
            border: none;
            background: none;
            font-size: 22px;
            cursor: pointer;
            color: #333;
        }

        .pfv-logos {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .pfv-logo-tiktok {
            width: 55px;
            /* menor */
            height: auto;
            margin: 0 auto 18px auto;
            /* centralizada */
            display: block;
        }

        .pfv-text {
            font-size: 16px;
            margin: 0 0 20px 0;
            color: #333;
        }

        .pfv-action {
            background: #000;
            color: #fff;
            border: none;
            padding: 12px 0;
            width: 100%;
            border-radius: 8px;
            font-size: 16px;
            cursor: pointer;
            transition: 0.25s;
        }

        .pfv-action:hover {
            background: #111;
        }

        /* Estilos para Abas (tab-active) */
        .tab-active::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            height: 2px;
            width: 100%;
            background-color: black;
        }

        /* Estilos do Modal de Oferta Relâmpago (Footer) */
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: scale(0.95);
            }

            to {
                opacity: 1;
                transform: scale(1);
            }
        }

        .animate-fadeIn {
            animation: fadeIn 0.3s ease forwards;
        }

        /* Estilos do Menu de Opções de Quantidade (dentro da aba) */
        /*
        .option-btn.bg-emerald-600 {
            background-color: #059669;
        }
        .option-btn.bg-gray-100 {
            background-color: #f3f4f6;
        }
        */

        /* Estilos para detalhes (toggle descrição) */
        details summary::-webkit-details-marker {
            display: none;
        }

        details summary {
            list-style: none;
        }

        details summary svg {
            transform-origin: center;
        }

        details[open] summary svg {
            transform: rotate(180deg);
        }