body {
    font-family: 'Poppins', sans-serif;
    background-color: #0a0a09;
    min-height: 100vh;
}

.glass-effect {
    backdrop-filter: blur(16px) saturate(180%);
    background-color: rgb(10 10 9 / 88%);
    border: 1px solid rgba(255, 255, 255, 0.125);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.glass-effect-dropdown {
    backdrop-filter: blur(16px) saturate(180%);
    background-color: rgb(10 10 9 / 88%);
    border: 1px solid rgba(255, 255, 255, 0.125);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.custom-gradient {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(37, 99, 235, 0.1) 100%);
}

.button-glow {
    position: relative;
    overflow: hidden;
}

.button-glow::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.button-glow:hover::after {
    transform: translateX(100%);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.notification {
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.notification.show {
    transform: translateY(0);
}

.info-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: calc(100% + 15px);
    transform: translateX(-20px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 50;
    pointer-events: none;
}

.info-trigger {
    position: relative;
}

.info-tooltip::before,
.info-tooltip::after {
    content: '';
    position: absolute;
    left: -6px;
    top: 16px;
    width: 0;
    height: 0;
}

.info-tooltip::before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid rgba(17, 17, 17, 0.9);
    margin-left: -1px;
}

.info-tooltip::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid rgba(17, 17, 17, 0.9);
}

.info-trigger:hover .info-tooltip {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.single-product-tags-info span {
    display: flex;
    align-items: center;
    padding: 0.15rem 0.5rem;
    background-color: rgb(39 39 42 / 0.5);
    color: rgba(156, 163, 175, 1) !important;
    border-radius: 2px;
}

.single-product-tags-info .daw-logo {
    background: transparent !important;
}

.single_product_info {
    margin: initial !important;
}

.single_product_container__ .product-item {
    border: initial;
}

.single-product-tags-info .single-product-new {
    color: #fff !important;
}

.left_container img {
    opacity: 1 !important;
}

.lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gap-12 {
    gap: 3rem;
}

.items-center {
    align-items: center;
}

.grid {
    display: grid;
}

.mb-16 {
    margin-bottom: 4rem;
}

.sample-tracks-page .object-contain {
    object-fit: contain !important;
}

.sample-tracks-page .rounded-xl {
    border-radius: 0.75rem !important;
}

.sample-tracks-page .w-full {
    width: 100% !important;
}

.sample-tracks-page .h-full {
    height: 100% !important;
}

.sample-tracks-page img, .sample-tracks-page video {
    max-width: 100% !important;
}

.waveform-container.main-demo {
    padding-bottom: 4rem !important;
}

#sample-previews-grid .waveform-container {
    height: auto !important;
}

.sample-track-thumb {
    width: 35rem;
    height: 35rem;
}

    #waveform-current-time-samples {
    position: absolute;
    z-index: 9999999999999999;
    padding: 1px 5px;
    border: 1px solid #515051;
    border-radius: 2px;
    font-weight: 500;
    font-size: 11px;
    line-height: 18px;
    color: #fff;
    background: #1111117a;
    backdrop-filter: blur(1px);
    bottom: 0;
    pointer-events: none;
}

    #waveform-duration-samples {
    position: absolute;
    z-index: 9999999999999999;
    padding: 1px 5px;
    border: 1px solid #515051;
    border-radius: 2px;
    font-weight: 500;
    font-size: 11px;
    line-height: 18px;
    color: #fff;
    background: #1111117a;
    backdrop-filter: blur(1px);
    bottom: 0;
    right: 0;
    pointer-events: none;
}
.elementor-page-34240 .music-tags {
    display: none !important;
}

.elementor-page-34240 .header_ {
    background-color: rgb(17 17 17 / 39%) !important;
}

.elementor-page-34240 .price-content span, .elementor-page-34240 .price-container.free-dl span {
    font-size: 14px !important;
}

.price-container.free-dl {
    padding: 0.60rem !important;
}

.elementor-page-34240 .price-container {
    padding: 8px !important;
}

.elementor-page-34240 .price-container {
    width: 100% !important;
}

.elementor-page-34240 .product-item h3 {
    font-size: 14px !important;
    max-width: 135px !important;
}   

.page-id-34240 .play-overlay i {
    font-size: 30px !important;
}

:root {
    --active-color: <?php echo esc_attr($active_color); ?>;
    --buy-now-text-color: <?php echo esc_attr($buy_now_text_color); ?>;
}
.muisc-track-page-background-samples {
    background-color: #0a0a0a;
    color: #fff;
}

.muisc-track-page-background-samples::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 90vh;
    background-image: url(<?php echo esc_url($product_image_url); ?>);
    background-size: cover; background-position: center; filter: blur(15px); opacity: 0.6; z-index: 0;
}
.muisc-track-page-background-samples::after {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 100vh;
    background: linear-gradient( to top, #0a0a0a 20%, rgba(10, 10, 9, 0.9) 50%, rgba(10, 10, 9, 0.6) 70%, rgba(10, 10, 9, 0.4) 90% );
    z-index: 0;
}
.muisc-track-page-background-samples > * { position: relative; z-index: 1; }

.single-product-samples .custom-blue { color: var(--active-color); }
.single-product-samples .bg-custom-blue { background-color: var(--active-color); }
.single-product-samples .glow-blue {
    box-shadow: 0 0 10px var(--active-color), 0 0 20px rgba(59, 130, 246, 0.3);
}
.single-product-samples .floating-animation {
    animation: float 3s ease-in-out infinite;
}
@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0); }
}
#add-to-cart-btn {
    background-color: var(--active-color) !important;
    color: var(--buy-now-text-color) !important;
}
.muisc-track-page-background::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 90vh;
    background-image: url(<?php echo esc_url($product_image_url); ?>);
    background-size: cover; background-position: center; filter: blur(15px); opacity: 0.6; z-index: 0;
}
.muisc-track-page-background::after {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 100vh;
    background: linear-gradient( to top, #0a0a0a 20%, rgba(10, 10, 9, 0.9) 50%, rgba(10, 10, 9, 0.6) 70%, rgba(10, 10, 9, 0.4) 90% );
    z-index: 0;
}
.muisc-track-page-background > * { position: relative; z-index: 1; }
.info-trigger:hover .info-tooltip { background-color: rgb(17 17 17 / 82%); }
#waveform-display { cursor: pointer; }
/* Substituição das cores ativas por variáveis CSS */
.single-product-tags-info .single-product-new {
    background-color: var(--active-color);
    color: white;
}
.single-product-tags-info .single-product-new {
    background-image: linear-gradient(to right, var(--active-color), var(--active-color));
}
.single_product_price .text-3xl.font-bold {
    color: var(--active-color);
}
.left_container .price-container a,
.left_container .price-container button {
    background-image: linear-gradient(to right, var(--active-color), var(--active-color));
    color: white;
}
#waveform-play-pause {
    background-color: var(--active-color);
    color: white;
}
#waveform-player-container .progressColor {
    background-color: var(--active-color);
}
.features-grid .bg-blue-600\/20 {
    background-color: rgb(59 130 246 / 0.2);
}
.features-grid .bg-blue-600\/20:hover {
    background-color: var(--active-color);
}
.single_product_info .buy_now_btn {
    background-color: var(--active-color) !important;
    color: var(--buy-now-text-color) !important;
}

/* NOVO: Estilos para o background da Página Inicial */
.home-page-background {
    position: relative;
    background-color: #0a0a09;
}
.home-page-background::before {
    content: '';
    position: absolute;
    top: -140px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../src/main-bg.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    opacity: 0.5;
    z-index: 0;
    filter: blur(4px);
}
.home-page-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #0a0a09 40%, rgba(10, 10, 9, 0.7) 60%, rgba(10, 10, 9, 0) 100%);
    z-index: 1;
}
.home-page-background > * {
    position: relative;
    z-index: 2;
}


/* 2. Estilo do header APÓS o scroll (com a classe .is-scrolled) */
.header_.glass-effect.is-scrolled {
    background-color: rgb(17 17 17 / 97%) !important;
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    backdrop-filter: blur(16px) saturate(180%);
    border-bottom-color: rgba(255, 255, 255, 0.125) !important;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37) !important;
}

.elementor-element-3a379deb .header_.glass-effect {
    backdrop-filter: blur(16px) saturate(180%) !important;
    background-color: rgb(17 17 17 / 68%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.125) !important;
}










.elementor-element-74fe25e {
    display: flex;
    justify-content: center !important;
    padding-bottom: 10em !important;
}



.elementor-element-74fe25e .elementor-widget-container {
    width: 1300px;
}


@media (max-width: 767.9px) {
    .relative.overflow-hidden.pt-40.pb-60 {
        padding-top: 1rem;
    }
    
    .related-products.grid.grid-cols-1.gap-9, #products-grid-recentes, #products-grid-packs, #products-grid-kontakt {
        gap: 1rem;
    }
    
    .home-page-background .py-20 {
        padding-top: 10em;   
    }
    
    .flex.justify-between.items-center.mb-8 p {
        display: none;
    }
    .flex.justify-between.items-center.mb-8 h3 {
        font-size: 18px;
    }
    .flex.justify-between.items-center.mb-8 a {
        font-size: 14px;
    }    
    
    .text-7xl.font-semibold.text-white.tracking-tighter.leading-tight.mb-12 {
        font-size: 30px;
        padding: initial;
    }
    
}