/* ==========================================
   TIPOGRAFIA E CORES GLOBAIS - PRODUCT PAGE
   Baseadas no Design System (Inter/Sora)
   ========================================== */
:root {
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --font-accent: 'Sora', var(--font-primary);
    
    /* Cores de Texto */
    --text-main: #1A1A1A;     /* Corpo do texto principal */
    --text-title: #000000;    /* Títulos de destaque */
    --text-muted: #555555;    /* Texto secundário/apoio */
    --text-light: #B3B3B3;    /* Elementos muito discretos */
    --text-white: #FFFFFF;    /* Fundos escuros */
    
    /* Outras Cores (mantendo consistência) */
    --p-green: #22c55e;
    --p-green-light: #e6f7eb;
    --p-border: #e0e0e0;
}

body.product-page {
    font-family: var(--font-primary);
    color: var(--text-main);
    font-size: 16px;
    line-height: 1.6;
    background-color: #ffffff;
}

/* Tipografia de Títulos */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-primary);
    color: var(--text-title);
    margin: 0;
}

.product-title-main {
    font-family: var(--font-primary);
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 800; /* Extra Bold */
    color: var(--text-title);
    line-height: 1.2;
    margin-bottom: 12px;
}

.section-title {
    font-family: var(--font-accent); /* Destaque com Sora, se disponível, senão Inter */
    font-size: 28px;
    font-weight: 700;
    color: var(--text-title);
    margin-bottom: 24px;
}

/* Tipografia de Corpo/Apoio */
.product-brand-text {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.p-breadcrumb {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 20px;
}

.p-breadcrumb a {
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 500;
}

.p-breadcrumb a:hover {
    color: var(--text-title);
}

/* ... resto dos estilos específicos do produto ... */

.vitrine-top-bar,
.vitrine-top-bar .container,
.vitrine-top-bar-wrapper {
    background: #ffffff !important;
}
.vitrine-top-bar .container {
    padding: 0;
}
.vitrine-top-bar + .container,
.vitrine-top-bar + .carousel,
.vitrine-top-bar + div {
    margin-top: 0;
}
.vitrine-top-bar-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    min-height: 60px;
    max-height: 100px;
    transition: gap 0.6s cubic-bezier(0.4, 0, 0.2, 1), min-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.logo-link-vitrine {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 1;
    flex-basis: auto;
    max-width: 30%;
    min-width: 100px;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease, padding 0.6s ease, margin 0.6s ease, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.header-logo-vitrine {
    object-fit: contain;
    display: block;
}
.search-filters-container {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
    flex-shrink: 0;
}
body.product-page {
    margin: 0;
    padding: 0;
}
body.product-page .public-main,
body.product-page .public-main-content,
body.product-page .product-page-wrapper,
body.product-page .vitrine-top-bar {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
@media (max-width: 768px) {
    .vitrine-top-bar {
        padding: 0.5rem;
        transition: padding 0.6s cubic-bezier(0.4, 0, 0.2, 1), background 0.6s ease, box-shadow 0.6s ease, border-color 0.6s ease;
        will-change: padding;
    }
    .vitrine-top-bar-wrapper {
        flex-direction: column;
        gap: 0.75rem;
        align-items: center;
        min-height: auto;
        max-height: 260px;
        overflow: visible;
        transition: gap 0.6s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .logo-link-vitrine {
        display: none !important;
    }
    .product-page-wrapper {
        padding-top: var(--product-header-height, 140px) !important;
    }
    .header-logo-vitrine {
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease, width 0.6s cubic-bezier(0.4, 0, 0.2, 1), margin 0.6s ease;
        transform-origin: left center;
    }
    .vitrine-top-bar .search-filters-container {
        display: flex !important;
        width: 100% !important;
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
    }
    .vitrine-top-bar .vitrine-search-form {
        order: 1 !important;
        width: 100% !important;
        margin-top: 12px !important;
    }
    .vitrine-top-bar .brand-popover-wrapper {
        order: 2 !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }
    .vitrine-top-bar .filter-toggle-btn {
        transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        max-height: 100px;
        opacity: 1;
        margin-top: 0;
        transform: translateY(0);
        width: 100%;
        height: auto !important;
        min-width: 0 !important;
        padding: 12px 14px !important;
    }
    .vitrine-top-bar .filter-toggle-btn span,
    .vitrine-top-bar .filter-toggle-btn .filter-badge {
        display: inline-flex !important;
    }
    .filter-toggle-btn::before {
        content: none;
    }
    .vitrine-top-bar .filter-toggle-btn i {
        margin: 0 !important;
        font-size: 20px !important;
    }
    .filter-toggle-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: auto !important;
        min-width: 0 !important;
        padding: 12px 14px !important;
        border-radius: 12px !important;
        border: 1px solid #000000 !important;
        background: #000000 !important;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;
        color: #ffffff !important;
        margin: 0 !important;
        overflow: hidden !important;
    }
    .filter-toggle-btn:active {
        transform: scale(0.98);
        filter: brightness(0.95);
    }
    .logo-link-vitrine {
        transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease, margin 0.6s ease;
        display: inline-block;
        width: auto;
    }
    .scrolled-down.vitrine-top-bar {
        padding: 5px;
    }
    .scrolled-down .vitrine-top-bar-wrapper {
        min-height: auto;
        gap: 0;
        max-height: 110px;
    }
    .scrolled-down .header-logo-vitrine {
        transform: scale(0.85);
        opacity: 0;
        width: 0 !important;
        margin: 0 !important;
        pointer-events: none;
    }
    .scrolled-down .filter-toggle-btn {
        opacity: 1;
        max-height: 100px;
        margin-top: 0;
        margin-bottom: 10px !important;
        pointer-events: auto;
        transform: translateY(0);
    }
    .scrolled-down .logo-link-vitrine {
        max-height: 0 !important;
        max-width: 0 !important;
        opacity: 0;
        margin: 0 !important;
        padding: 0 !important;
        transform: translateY(-6px) scale(0.98);
        pointer-events: none;
        flex: 0 0 0 !important;
    }
    .scrolled-down .search-filters-container {
        margin-top: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 100% !important;
    }
    .scrolled-down .search-input-wrapper {
        padding: 2px 10px !important;
        border-radius: 8px !important;
    }
}
@media (min-width: 769px) {
    .vitrine-top-bar {
        padding: 0.875rem;
    }
    .vitrine-top-bar-wrapper {
        gap: 15px;
    }
    .logo-link-vitrine {
        max-width: 30%;
        flex-shrink: 1;
    }
    .search-filters-container {
        flex: 1 1 65%;
        min-width: 520px;
    }
    .search-filters-container {
        flex-wrap: nowrap;
        gap: 15px;
    }
}
@media (min-width: 769px) {
    .logo-link-vitrine {
        overflow: hidden;
    }
}
@media (max-width: 768px) {
    .logo-link-vitrine {
        overflow: hidden;
    }
    .vitrine-search-form {
        min-width: 0;
    }
}
.vitrine-search-form {
    flex: 1;
    min-width: 300px;
    max-width: 650px;
    width: 100%;
}
@media (min-width: 1200px) {
    .vitrine-search-form {
        max-width: 650px;
    }
}
.search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
@media (min-width: 769px) {
    .search-input-wrapper {
        max-width: 650px;
    }
}
.search-icon {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.1rem;
    pointer-events: none;
    z-index: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.search-input-wrapper:focus-within .search-icon {
    color: #000000;
    transform: translateY(-50%) scale(1.1);
}
.search-active-icon {
    position: absolute;
    right: 150px;
    top: 50%;
    transform: translateY(-50%);
    color: #000000;
    font-size: 1rem;
    pointer-events: none;
    z-index: 2;
    animation: searchPulse 2s ease-in-out infinite;
}
@keyframes searchPulse {
    0%, 100% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
    50% {
        opacity: 0.7;
        transform: translateY(-50%) scale(1.1);
    }
}
.search-input {
    width: 100%;
    padding: 1rem 1.25rem 1rem 3rem;
    padding-right: 140px;
    border: 2px solid #3A3A3A;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #1A1A1A;
    color: #E0E0E0;
    box-sizing: border-box;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}
.search-input::placeholder {
    color: #999999;
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 0.9rem;
}
.search-input:focus {
    outline: none;
    border-color: #000000;
    background: #1F1F1F;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(0, 0, 0, 0.3);
    transform: translateY(-1px);
    padding-right: 140px;
}
.search-input:focus::placeholder {
    color: #B3B3B3;
}
.clear-search {
    position: absolute;
    right: 150px;
    color: #999999;
    text-decoration: none;
    padding: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
}
.clear-search:hover {
    background: #3A3A3A;
    color: #E0E0E0;
    transform: scale(1.1);
}
.search-submit-btn {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    background: #000000;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 0.75rem 1.25rem;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    z-index: 3;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
}
.search-submit-btn:hover {
    background: #333333;
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.search-submit-btn:active {
    transform: translateY(-50%) scale(0.98);
}
.search-submit-btn i {
    font-size: 1rem;
}
@media (max-width: 768px) {
    .search-input {
        padding: 0.875rem 1rem 0.875rem 2.75rem;
        padding-right: 55px;
        font-size: 16px;
        border-radius: 10px;
    }
    .search-icon {
        left: 1rem;
        font-size: 1rem;
    }
    .search-submit-btn {
        padding: 0.625rem;
        width: 44px;
        height: 44px;
        border-radius: 8px;
    }
    .search-submit-btn span {
        display: none;
    }
    .search-submit-btn i {
        margin: 0;
    }
    .clear-search {
        right: 55px;
    }
    .search-active-icon {
        display: none;
    }
}
@media (max-width: 479px) {
    .search-input {
        padding: 0.75rem 0.875rem 0.75rem 2.5rem;
        padding-right: 50px;
        font-size: 16px;
    }
    .search-icon {
        left: 0.875rem;
        font-size: 0.9rem;
    }
    .search-submit-btn {
        padding: 0.5rem;
        width: 40px;
        height: 40px;
    }
    .clear-search {
        right: 50px;
        width: 24px;
        height: 24px;
    }
}
@media (max-width: 359px) {
    .search-input {
        padding: 0.625rem 0.75rem 0.625rem 2.25rem;
        padding-right: 45px;
        border-radius: 8px;
    }
    .search-submit-btn {
        width: 36px;
        height: 36px;
        padding: 0.375rem;
    }
    .clear-search {
        right: 45px;
        width: 22px;
        height: 22px;
    }
}
@media (max-width: 479px) {
    .vitrine-top-bar {
        padding: 0.375rem;
    }
    .vitrine-top-bar-wrapper {
        gap: 0.5rem;
        min-height: 45px;
    }
    .logo-link-vitrine {
        max-width: 35%;
        min-width: 70px;
    }
}
@media (max-width: 359px) {
    .vitrine-top-bar-wrapper {
        gap: 0.375rem;
        min-height: 40px;
    }
    .logo-link-vitrine {
        max-width: 30%;
        min-width: 60px;
    }
}
.filter-toggle-btn {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
    background: #1F1F1F;
    border: 2px solid #3A3A3A;
    border-radius: 12px;
    font-weight: 600;
    color: #E0E0E0;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}
#filterToggleBtnMobile {
    margin-bottom: 10px;
}
.filter-toggle-btn:hover {
    border-color: #000000;
    color: #000000;
    background: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.filter-toggle-btn-desktop {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    padding: 20px 50px;
    border-radius: 15.623px;
    border: 1.196px solid rgba(0, 0, 0, 0.30) !important;
    background: #000000 !important;
    box-shadow: 0 5.98px 23.203px 0 rgba(0, 0, 0, 0.20),
                0 14.352px 53.701px 0 rgba(0, 0, 0, 0.50) !important;
    font-weight: 700;
    color: #ffffff !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: 0.5s ease all;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}
.filter-toggle-btn-desktop::before {
    content: "";
    height: 100%;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: #ffffff;
    box-shadow: 0 0 30px 20px rgba(255, 255, 255, 0.4);
    transform: skewX(-20deg);
    mix-blend-mode: plus-lighter;
    pointer-events: none;
    z-index: 1;
    animation: brilho 2.5s linear infinite;
}
.filter-toggle-btn::before {
    content: "";
    height: 100%;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: #ffffff;
    box-shadow: 0 0 30px 20px rgba(255, 255, 255, 0.4);
    transform: skewX(-20deg);
    mix-blend-mode: plus-lighter;
    pointer-events: none;
    z-index: 1;
    animation: brilho 2.5s linear infinite;
}
.filter-toggle-btn > *,
.filter-toggle-btn-desktop > * {
    position: relative;
    z-index: 2;
}
@keyframes brilho {
    0% { opacity: 0; left: -20%; }
    25% { opacity: 0.3; }
    50% { opacity: 0.5; left: 50%; }
    75% { opacity: 0.3; }
    100% { opacity: 0; left: 120%; }
}
.filter-toggle-btn-desktop:hover {
    filter: brightness(1.15);
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}
.filter-toggle-btn-desktop:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.filter-toggle-btn-desktop span {
    color: #ffffff !important;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    transition: 0.5s ease all;
}
.filter-toggle-btn-desktop i.fa-chevron-down,
.filter-toggle-btn-desktop i.fa-chevron-up {
    font-size: 0.75rem;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 0.25rem;
    color: #ffffff !important;
}
.filter-toggle-btn-desktop.active i.fa-chevron-down,
.filter-toggle-btn-desktop.active i.fa-chevron-up {
    transform: rotate(180deg);
}
.filter-toggle-btn-desktop.active i.fa-chevron-up {
    transform: rotate(180deg);
}
.filter-badge {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #000000;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
    z-index: 4;
    pointer-events: none;
}
.quick-filters-desktop {
    display: none;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
    background: #1F1F1F;
    border: 1px solid #2A2A2A;
    border-radius: 12px;
    margin-top: 1rem;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 0;
    overflow: hidden;
    position: relative;
}
.quick-filters-desktop .close-filters-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
}
.quick-filters-desktop.show {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    max-height: 1000px;
}
.filter-section-desktop {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.filter-label-desktop {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #B3B3B3;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.filter-label-desktop i {
    color: #000000;
    font-size: 0.875rem;
}
.filter-chips-desktop {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}
.filter-chip-desktop {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.125rem;
    border: 2px solid #2A2A2A;
    border-radius: 24px;
    background: #1F1F1F;
    color: #B3B3B3;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    font-family: 'Inter', sans-serif;
}
.filter-chip-desktop:hover {
    border-color: #000000;
    color: #000000;
    background: rgba(0, 0, 0, 0.05);
    transform: translateY(-1px);
}
.filter-chip-desktop.active {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.filter-chip-desktop.active:hover {
    background: #333333;
    border-color: #333333;
    transform: translateY(-1px);
}
.filter-chip-desktop i {
    font-size: 0.75rem;
}
.btn-clear-filters-desktop {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    background: #2A2A2A;
    border: 2px solid #2A2A2A;
    border-radius: 24px;
    color: #B3B3B3;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 0.5rem;
    align-self: flex-start;
}
.btn-clear-filters-desktop:hover {
    background: #333333;
    border-color: #000000;
    color: #000000;
    transform: translateY(-1px);
}
.mobile-filters-panel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow-y: auto;
}
.mobile-filters-panel.active {
    display: block;
}
.mobile-filters-header {
    background: #1F1F1F;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #2A2A2A;
    position: sticky;
    top: 0;
    z-index: 10;
}
.mobile-filters-header h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #B3B3B3;
}
.close-filters-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #666666;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    transition: all 0.2s;
}
.close-filters-btn:hover {
    background: #2A2A2A;
    color: #B3B3B3;
}
.mobile-filters-content {
    background: #1F1F1F;
    padding: 1.5rem;
    min-height: calc(100vh - 80px);
}
.filter-section-mobile {
    margin-bottom: 2rem;
}
.filter-label-mobile {
    display: block;
    font-weight: 600;
    color: #B3B3B3;
    margin-bottom: 0.75rem;
    font-size: 0.9375rem;
}
.filter-options-mobile {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.filter-chip {
    padding: 0.625rem 1rem;
    border: 2px solid #2A2A2A;
    border-radius: 20px;
    background: #1F1F1F;
    color: #B3B3B3;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.filter-chip:hover {
    border-color: #000000;
    color: #000000;
}
.filter-chip.active {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}
.chip-count {
    background: rgba(255, 255, 255, 0.2);
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 0.75rem;
    font-weight: 600;
}
.filter-chip.active .chip-count {
    background: rgba(255, 255, 255, 0.3);
}
.filter-select-mobile {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #2A2A2A;
    border-radius: 12px;
    font-size: 1rem;
    background: #1F1F1F;
    color: #B3B3B3;
    cursor: pointer;
}
.mobile-filters-actions {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #2A2A2A;
}
.btn-clear-filters,
.btn-apply-filters {
    flex: 1;
    padding: 1rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
}
.btn-clear-filters {
    background: #2A2A2A;
    color: #B3B3B3;
}
.btn-clear-filters:hover {
    background: #333333;
}
.btn-apply-filters {
    background: #000000;
    color: #ffffff;
}
.btn-apply-filters:hover {
    background: #333333;
}

.products-section{background-color:#ffffff;}

/* Brand Link at Top */
.product-brand-link-top {
    background: #000000;
    padding: 12px 0;
    position: relative;
    z-index: 1;
}

.view-all-brand-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff !important;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0;
    transition: letter-spacing 0.3s ease;
}

.view-all-brand-link i,
.view-all-brand-link strong,
.view-all-brand-link span {
    color: #ffffff !important;
}

.view-all-brand-link:hover {
    letter-spacing: 0.06em;
}

.view-all-brand-link i:first-child {
    font-size: 1rem;
}

.view-all-brand-link i:last-child {
    font-size: 0.8rem;
    color: #000000;
}

.view-all-brand-link strong {
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
}
/* Second block */
/* Tipografia e Cores Globais do Produto */
:root {
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --font-accent: 'Sora', var(--font-primary);
    
    /* Cores de Texto baseadas no Design System */
    --text-main: #1A1A1A;
    --text-title: #000000;
    --text-muted: #555555;
    --text-light: #B3B3B3;
    
    --p-green: #22c55e;
    --p-green-light: #e6f7eb;
    --p-border: #e0e0e0;
}

body.product-page {
    font-family: var(--font-primary);
    color: var(--text-main);
    font-size: 16px;
    line-height: 1.6;
    background-color: #ffffff;
}

/* Container Principal */
.product-page-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 16px;
    background: #ffffff;
}

/* Grid Layout (Desktop) */
.product-grid {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 40px;
    margin-top: 20px;
}

/* --- COLUNA ESQUERDA: GALERIA --- */
.product-gallery-wrapper {
    display: flex;
    gap: 15px;
    position: sticky;
    top: 100px;
    align-self: start;
    height: fit-content;
}

.gallery-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70px;
    flex-shrink: 0;
}

.gallery-thumb {
    width: 70px;
    height: 70px;
    border: 1px solid var(--p-border);
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.2s;
}

.gallery-thumb:hover, .gallery-thumb.active {
    border-color: var(--text-title);
    border-width: 2px;
}

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

.gallery-main-image {
    flex-grow: 1;
    border-radius: 8px;
    overflow: hidden;
    background: #f9f9f9;
    position: relative;
}

.gallery-main-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

/* --- COLUNA DIREITA: INFO --- */
.product-info-col {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* Breadcrumb */
.p-breadcrumb {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: -10px;
}
.p-breadcrumb a {
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 500;
}
.p-breadcrumb a:hover {
    color: var(--text-title);
}

/* Título e Avaliação */
.p-title {
    font-family: var(--font-primary);
    font-size: clamp(24px, 4vw, 32px);
    font-weight: 800;
    color: var(--text-title);
    margin: 0;
    line-height: 1.2;
}

.product-brand-text {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: -15px; /* aproxima do título */
}

/* Preço */
.p-price-box {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.p-price-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.p-price-current {
    font-family: var(--font-primary);
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--text-title);
}

.p-price-old {
    font-family: var(--font-primary);
    text-decoration: line-through;
    color: var(--text-light);
    font-size: 1.1rem;
    font-weight: 500;
}

.p-discount-badge {
    background-color: var(--p-green-light);
    color: var(--p-green);
    font-family: var(--font-primary);
    font-weight: 800;
    font-size: 0.9rem;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
}

.p-installments {
    font-family: var(--font-primary);
    font-size: 14px;
    color: var(--text-muted);
}

/* Variantes (Tamanhos) */
.p-variants-label {
    font-family: var(--font-primary);
    font-weight: 700;
    color: var(--text-title);
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
}

.p-variants-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.p-variant-btn {
    font-family: var(--font-primary);
    min-width: 45px;
    height: 45px;
    border: 1px solid var(--p-border);
    background: #fff;
    color: var(--text-main);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.2s;
    padding: 0 10px;
}

.p-variant-btn:hover {
    border-color: var(--text-muted);
}

.p-variant-btn.selected {
    border: 2px solid var(--text-title);
    background: #fff;
    color: var(--text-title);
}

/* Personalização */
.p-customization-section {
    border: 1px solid var(--p-border);
    padding: 15px;
    border-radius: 8px;
    margin-top: 10px;
}

.p-customization-title {
    font-family: var(--font-primary);
    font-weight: 700;
    color: var(--text-title);
    margin-bottom: 12px;
    font-size: 14px;
    text-transform: uppercase;
}

.p-cust-options {
    display: flex;
    gap: 10px;
}

.p-cust-btn {
    font-family: var(--font-primary);
    flex: 1;
    padding: 12px;
    border: 1px solid var(--p-border);
    background: #f9f9f9;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    transition: all 0.2s;
}

.p-cust-btn.active {
    background: #fff;
    border: 2px solid var(--text-title);
    color: var(--text-title);
}

.p-cust-fields {
    margin-top: 15px;
    display: none;
}
.p-cust-fields.show {
    display: block;
}

.p-input {
    font-family: var(--font-primary);
    width: 100%;
    padding: 10px;
    border: 1px solid var(--p-border);
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--text-main);
}

/* Compra e Quantidade */
.p-buy-actions {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.p-qty-selector {
    display: flex;
    align-items: center;
    border: 1px solid var(--p-border);
    border-radius: 4px;
    height: 50px;
}

.p-qty-btn {
    width: 35px;
    height: 100%;
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    color: var(--text-main);
}

.p-qty-input {
    font-family: var(--font-primary);
    width: 40px;
    height: 100%;
    border: none;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: var(--text-main);
    -moz-appearance: textfield;
}

.p-btn-buy {
    font-family: var(--font-primary);
    flex: 1;
    background-color: var(--p-green);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    text-transform: uppercase;
    transition: background 0.2s;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.p-btn-buy:hover {
    background-color: #16a34a;
}

/* Títulos de Seção (Descrição, Medidas) */
.p-section-title {
    font-family: var(--font-accent);
    font-size: 20px;
    font-weight: 700;
    color: var(--text-title);
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--p-border);
}

.p-description-text {
    font-family: var(--font-primary);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-main);
    font-weight: 400;
}

/* Tabelas e Listas */
.p-size-table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--font-primary);
    font-size: 14px;
}
.p-size-table th, .p-size-table td {
    border: 1px solid var(--p-border);
    padding: 10px;
    text-align: center;
    color: var(--text-main);
}
.p-size-table th {
    background: #f9f9f9;
    font-weight: 700;
    color: var(--text-title);
}

.p-support-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: var(--font-primary);
}
.p-support-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.5;
}
.p-support-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--p-green);
    font-weight: 700;
}

/* Bottom menu styles */
/* Menu Inferior Unificado */
.product-unified-bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    padding: 12px 0;
    z-index: 1000;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    border-top: 2px solid #000000;
}

.product-unified-bottom-menu.visible {
    transform: translateY(0);
}

.product-bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    gap: 16px;
}

.product-bottom-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-bottom-original-price {
    font-size: 0.8rem;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 2px;
}

.product-bottom-price-wrapper {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.product-bottom-price {
    font-size: 1.2rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
}

.product-bottom-pix-badge {
    font-size: 0.7rem;
    color: #000000;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.1);
    padding: 2px 4px;
    border-radius: 4px;
}

/* Botão Unificado - Estilo "Esse combina comigo" */
.product-bottom-btn-unified {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #000000 !important;
    color: #ffffff !important;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
    border: none;
    cursor: pointer;
    font-size: 1rem;
    flex: 1;
    max-width: 350px;
    white-space: nowrap;
}

.product-bottom-btn-unified:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
    background: #333333 !important;
}

.product-bottom-btn-unified i {
    font-size: 1.1rem;
}
.product-unified-bottom-menu .product-bottom-btn-unified.btn-whatsapp-modern {
    background: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}
.product-unified-bottom-menu .product-bottom-btn-unified.btn-whatsapp-modern:hover {
    background: #333333 !important;
    border-color: #333333 !important;
    color: #ffffff !important;
}
.product-unified-bottom-menu .product-bottom-btn-unified span,
.product-unified-bottom-menu .product-bottom-btn-unified i {
    color: #ffffff !important;
}

@media (max-width: 768px) {
    .product-unified-bottom-menu {
        padding: 10px 0;
        /* Mobile sempre visível ou scroll? User pediu scroll logic do desktop? 
           User disse: "quero apenas que no que vai ficar para computador e celeular, que responsive e deixe bem otimizado para qualquer tela"
           Vamos manter a logica de scroll > 400px para nao tapar conteudo inicial
        */
    }
    
    .product-bottom-content {
        padding: 0 12px;
    }
    
    .product-bottom-price {
        font-size: 1.1rem;
    }
    
    .product-bottom-btn-unified {
        padding: 10px 16px;
        font-size: 0.9rem;
    }
}

.p-shipping-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #333;
    font-size: 16px;
}

/* Ajuste do ícone de caminhão */
.p-shipping-title i {
    font-size: 18px;
}

/* Container do formulário (Input + Botão) */
.p-shipping-form {
    display: flex;
    align-items: center;
    gap: 0; /* Colados ou com pequeno gap conforme preferência */
    margin-bottom: 10px;
    max-width: 500px;
}

/* Campo de entrada de CEP */
.p-shipping-input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px; /* Arredondado apenas na esquerda se quiser colado */
    font-size: 16px;
    outline: none;
    color: #333;
    height: 48px;
    box-sizing: border-box;
}

.p-shipping-input::placeholder {
    color: #999;
}

/* Botão CALCULAR */
.p-shipping-btn {
    background-color: #2c2c2c;
    color: white;
    border: none;
    padding: 0 25px;
    border-radius: 0 4px 4px 0; /* Arredondado apenas na direita */
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.p-shipping-btn:hover {
    background-color: #000;
}

/* Link "Não sei meu CEP" */
.p-shipping-form ~ a {
    display: inline-block;
    margin-top: 5px;
    color: #333;
    text-decoration: underline;
    font-size: 14px;
} </style>

.section-heading {
  margin-bottom: 8px !important;
  padding-bottom: 0px !important;
}

.button-hint {
  margin-top: 0px !important;
}

    :root {
        --placeholder-blur: <?php 
        $logoBlurPercent = intval(getSetting($pdo, 'product_placeholder_logo_blur', 20));
        $logoBlurPx = ($logoBlurPercent / 100) * 10;
        echo number_format($logoBlurPx, 2); 
    ?>px;
    }

.shipping-success {
    color: #000000;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.5rem 0;
}
.shipping-success i {
    margin-right: 0.5rem;
}

/* Esconder o menu antigo se existir em outro lugar */
.product-fixed-bottom-menu {
    display: none !important;
}

/* Fixed Bottom Menu */
.product-fixed-bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    padding: 12px 16px;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 2px solid #000000;
}

.fixed-menu-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 100px;
}

.fixed-price-original {
    font-size: 0.75rem;
    color: #999;
    text-decoration: line-through;
}

.fixed-price-current {
    font-size: 1.15rem;
    font-weight: 800;
    color: #1a1a1a;
}

.fixed-price-pix {
    font-size: 0.7rem;
    color: #666;
    font-weight: 500;
}

.fixed-menu-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    justify-content: flex-end;
}

.fixed-btn-view {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    background: #000000;
    color: #ffffff !important;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.fixed-btn-view:hover {
    color: #ffffff !important;
    background: #333333;
}

.fixed-btn-view span,
.fixed-btn-view i {
    color: #ffffff !important;
}

.fixed-btn-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
   padding-top: 30px;
   padding-bottom: 30px;
    background: #000000;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
    max-width: 220px;
}

.fixed-btn-cart:hover,
.fixed-btn-cart:focus,
.fixed-btn-cart:active {
    background: #333333;
    color: #ffffff;
}

.fixed-btn-cart i,
.fixed-btn-cart span {
    color: #ffffff !important;
}

.fixed-btn-view,
.fixed-btn-cart {
    min-height: 44px;
}


.fixed-btn-cart i,
.fixed-btn-view i {
    font-size: 1rem;
    color: #ffffff;
}

.fixed-btn-cart span {
    color: #ffffff;
}

/* Show only on mobile */
@media (max-width: 768px) {
    .product-fixed-bottom-menu {
        display: flex;
    }
    
    /* Add padding to prevent content from being hidden behind fixed menu */
    .product-page-wrapper {
        padding-bottom: 100px;
    }
    
    .fixed-btn-view span,
    .fixed-btn-cart span {
        display: inline;
    }
}

@media (max-width: 480px) {
    .product-fixed-bottom-menu {
        padding: 10px 12px;
    }
    
    .fixed-menu-price {
        min-width: 80px;
    }
    
    .fixed-price-current {
        font-size: 1rem;
    }
    
    .fixed-btn-view {
        padding: 10px 14px;
    }
    
    .fixed-btn-cart {
        padding: 10px 14px;
        font-size: 0.8rem;
    }
    
    .fixed-btn-cart span {
        display: none;
    }
    
    .fixed-btn-cart::after {
        content: 'QUERO ESSE MANTO';
        font-weight: 700;
    }
}

/* ==========================================
   PERSONALIZAÇÃO - NOVO DESIGN
   ========================================== */
.p-customization-section {
    border: 2px solid #e8e8e8;
    border-radius: 16px;
    padding: 20px;
    background: #fafafa;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.p-customization-section:has(.p-cust-fields.show) {
    border-color: #000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.p-customization-title {
    font-family: var(--font-primary, 'Inter', sans-serif);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #1a1a1a;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.p-customization-title i {
    color: #000;
    font-size: 16px;
}

.p-cust-options {
    display: flex;
    gap: 10px;
    margin-bottom: 0;
}

.p-cust-btn {
    flex: 1;
    padding: 14px 16px;
    border: 2px solid #ddd;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #666;
    background: #fff;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    user-select: none;
}

.p-cust-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.p-cust-btn:hover {
    border-color: #999;
    color: #333;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.p-cust-btn.active {
    border-color: #000;
    background: #000;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.p-cust-btn.active i {
    transform: scale(1.1);
}

.p-cust-fields {
    display: none;
    margin-top: 18px;
    gap: 16px;
    flex-direction: column;
    animation: custFieldsIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-cust-fields.show {
    display: flex;
}

@keyframes custFieldsIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.p-cust-field-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.p-cust-label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 6px;
}

.p-cust-label i {
    color: #000;
    font-size: 12px;
}

.p-cust-input {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-primary, 'Inter', sans-serif);
    color: #1a1a1a;
    background: #fff;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-sizing: border-box;
}

.p-cust-input::placeholder {
    color: #bbb;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
}

.p-cust-input:focus {
    border-color: #000;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.p-cust-input.error {
    border-color: #e53e3e;
    box-shadow: 0 0 0 4px rgba(229, 62, 62, 0.1);
    animation: inputShake 0.4s ease;
}

.p-cust-input.valid {
    border-color: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.1);
}

@keyframes inputShake {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-4px); }
    40% { transform: translateX(4px); }
    60% { transform: translateX(-3px); }
    80% { transform: translateX(3px); }
}

.p-cust-hint {
    font-size: 11px;
    color: #999;
    font-weight: 400;
    padding-left: 2px;
}

.p-cust-error {
    font-size: 12px;
    color: #e53e3e;
    font-weight: 500;
    min-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    padding-left: 2px;
}

.p-cust-error:not(:empty) {
    min-height: 18px;
}

/* Modal de confirmação */
.cust-confirm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    animation: fadeIn 0.2s ease;
    padding: 20px;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.cust-confirm-box {
    background: #fff;
    border-radius: 20px;
    padding: 32px 28px;
    max-width: 380px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideUp {
    from { opacity: 0; transform: translateY(20px) scale(0.95); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.cust-confirm-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.cust-confirm-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.cust-confirm-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 24px;
    line-height: 1.5;
}

.cust-confirm-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cust-confirm-btn {
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cust-confirm-btn.primary {
    background: #000;
    color: #fff;
}

.cust-confirm-btn.primary:hover {
    background: #333;
    transform: translateY(-1px);
}

.cust-confirm-btn.secondary {
    background: #f5f5f5;
    color: #333;
    border: 2px solid #e0e0e0;
}

.cust-confirm-btn.secondary:hover {
    background: #eee;
    border-color: #ccc;
}

@media (max-width: 768px) {
    .p-cust-options {
        flex-direction: column;
        gap: 8px;
    }

    .p-cust-btn {
        padding: 12px 14px;
        font-size: 12px;
    }

    .p-cust-input {
        padding: 12px 14px;
        font-size: 15px;
    }

    .p-customization-section {
        padding: 16px;
        border-radius: 12px;
    }
}
