/* --- RESET E FONTES --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {
    --orbe-laranja: #ff5900;
    --orbe-dark: #11001C;
    --bg-body: #ffffff;
    --cinza-borda: #E0E0E0;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-body);
    color: #333;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Utilitários */
.text-orange {
    color: var(--orbe-laranja) !important;
}

.bg-orange {
    background-color: var(--orbe-laranja) !important;
}

/* Custom Vape Icon */
.icon-vape-custom {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: var(--orbe-laranja);
    -webkit-mask-image: url('../img/vape2.png');
    mask-image: url('../img/vape2.png');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    vertical-align: middle;
}

.bg-gradient-animated {
    background-image: linear-gradient(270deg, var(--orbe-laranja), #ff7a00, #ff9500, var(--orbe-laranja)) !important;
    background-size: 400% 400% !important;
    animation: gradientMove 7s ease infinite !important;
    -webkit-animation: gradientMove 7s ease infinite !important;
}

@media (max-width: 768px) {
    .bg-gradient-animated {
        animation: gradientMove 12s ease infinite !important;
        -webkit-animation: gradientMove 12s ease infinite !important;
    }
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-webkit-keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* --- HEADER --- */
.top-bar {
    background: #fff;
    font-size: 12px;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

/* --- SELETOR DE PAÍS (Estilo Referência) --- */
.country-selector-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.country-label {
    color: var(--orbe-laranja);
    /* Cor do texto "País:" */
    font-weight: 600;
    font-size: 13px;
}

.flags-container {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ffccb3;
    /* Borda laranja suave */
    border-radius: 12px;
    /* Borda arredondada do container */
    padding: 3px;
    gap: 2px;
}

.flag-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 8px;
    /* Borda arredondada do botão interno */
    transition: all 0.3s ease;
    opacity: 0.7;
    /* Bandeiras inativas ficam um pouco apagadas */
}

.flag-btn img {
    width: 22px;
    /* Tamanho da bandeira */
    height: auto;
    display: block;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    /* Sombra leve na bandeira */
}

/* Estado ATIVO (Selecionado) */
.flag-btn.active {
    background-color: var(--orbe-laranja);
    /* Fundo Laranja */
    opacity: 1;
    box-shadow: 0 2px 5px rgba(255, 89, 0, 0.4);
}

/* Hover nas inativas */
.flag-btn:hover:not(.active) {
    background-color: #fff5f0;
    opacity: 1;
}

.main-header {
    background: #fff;
    margin-top: 15px;
    /* Adicionado para afastar do top-bar no mobile */
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 992px) {
    .main-header {
        margin-top: 0;
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

/* --- KOBOLG HEADER REDESIGN --- */
.header-container {
    max-width: 1240px !important;
}

.top-bar-new {
    background-color: #f8f8f8;
    border-bottom: 1px solid #eee;
    padding: 12px 0;
    font-size: 13px;
    font-weight: 500;
}

.top-bar-link {
    color: #666;
    text-decoration: none;
    transition: 0.2s;
}

.top-bar-link:hover {
    color: var(--orbe-laranja);
}

.cotacao-subtle {
    font-size: 12px;
    color: #555;
    background: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.cotacao-val-small {
    color: var(--orbe-laranja);
}

/* Composite Search Bar */
.search-composite {
    border: 2px solid #f0f0f0;
    border-radius: 6px;
    overflow: hidden;
    height: 48px;
    transition: 0.3s;
}

.search-composite:focus-within {
    border-color: var(--orbe-laranja);
}

.search-input-field {
    border: none;
    padding: 0 20px;
    height: 100%;
    outline: none;
    font-size: 14px;
    background: #fff;
}

.search-divider {
    width: 1px;
    height: 24px;
    background-color: #e0e0e0;
}

.search-category-select {
    border: none;
    background: #fff;
    padding: 0 35px 0 15px;
    font-size: 14px;
    color: #666;
    outline: none;
    cursor: pointer;
    min-width: 170px;
    /* Made slightly wider to fit the arrow comfortably */
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 14px;
}

.search-btn {
    border: none;
    width: 60px;
    height: 100%;
    cursor: pointer;
    transition: 0.2s;
}

.search-btn:hover {
    background-color: #e65000 !important;
}

/* User & Cart Icons */
.login-cart-icons a {
    color: #333;
    transition: 0.2s;
}

.hover-orange:hover {
    color: var(--orbe-laranja) !important;
}

.cart-badge {
    top: -5px;
    right: -10px;
    font-size: 10px;
    padding: 3px 6px;
    border: 2px solid #fff;
}

.mini-cart-menu {
    right: 50% !important;
    left: auto !important;
    transform: translateX(50%) translateY(15px) !important;
}

/* Bottom Nav - Kobolg style */
.mega-nav-wrapper {
    margin-top: 0px;
    /* Spans out the bottom menu from the main header */
    border-top: 1px solid rgba(230, 230, 230, 0.4);
    border-bottom: 1px solid rgba(230, 230, 230, 0.4);
    padding: 10px 0;
}

.bottom-nav-inner {
    height: 62px;
    /* Increased from 55px */
}

.btn-shop-categories {
    border-radius: 4px;
    padding: 0 25px;
    height: 50px;
    text-decoration: none;
    transition: 0.2s;
}

.btn-shop-categories:hover {
    background-color: #e65000 !important;
    color: #fff;
}

.tracking-wide {
    letter-spacing: 0.5px;
    font-size: 14px;
}

.main-nav-links a {
    font-size: 15px;
    position: relative;
}

.main-nav-links a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: var(--orbe-laranja);
    transition: 0.3s;
}

.main-nav-links a:hover::after {
    width: 100%;
}

.promo-text {
    font-size: 14px;
}

.search-input {
    border-radius: 50px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    padding: 10px 20px;
    width: 100%;
}

.search-input:focus {
    border-color: var(--orbe-laranja);
    outline: none;
}

/* --- MEGA MENU --- */
.mega-nav-wrapper {
    position: relative;
}

.mega-nav-item {
    padding: 8px 0;
    border-bottom: 2px solid transparent;
}

.mega-nav-item:hover,
.mega-nav-item.active {
    color: var(--orbe-laranja) !important;
    border-bottom-color: var(--orbe-laranja);
}

.mega-panel {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    margin-top: 8px;
    display: none;
    z-index: 1040;
    overflow: hidden;
}

.mega-panel.show {
    display: block;
}

#megaSubcats {
    padding: 8px 0;
}

.mega-subcat {
    padding: 10px 16px;
    cursor: pointer;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

.mega-subcat:hover,
.mega-subcat.active {
    background: #f8f9fa;
    color: var(--orbe-laranja);
}

#megaSubdetail h6 {
    font-weight: 700;
}

/* --- MENU HOME DROPDOWN --- */
.home-menu-dropdown {
    position: relative;
}

.home-menu-panel {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 340px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    display: none;
    z-index: 1050;
    padding: 6px 0;
}

.home-menu-dropdown:hover .home-menu-panel,
.home-menu-dropdown.open .home-menu-panel {
    display: block;
}

.home-menu-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    color: #333;
    font-weight: 600;
}

.home-menu-item:hover {
    background: #f8f9fa;
    color: var(--orbe-laranja);
}

.home-menu-icon {
    width: 22px;
    text-align: center;
    color: var(--orbe-laranja);
}

.home-menu-text {
    flex: 1;
}

/* --- SLIDER (FLUIDO) --- */
.hero-section {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}

/* Fix slider images to always respect full width */
.carousel-item img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    /* ou contain */
    max-height: none !important;
}


/* --- CATEGORIAS (Bolinhas) --- */
.cat-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cat-circle {
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 8px;
    transition: 0.3s;
    border: 2px solid transparent;
}

.cat-item:hover .cat-circle {
    border-color: var(--orbe-laranja);
}

/* --- CARD PRODUTO --- */
.product-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    padding: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: 0.3s;
}

.img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 15px;
    /* Margem interna para a imagem não encostar nas bordas */
}

.img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Não corta a imagem, mantém proporção dentro do 1:1 */
    transition: transform 0.3s ease;
}

.prod-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
    height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.price-main {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--orbe-laranja);
}

.price-sec {
    font-size: 0.8rem;
    color: #999;
}

.btn-buy {
    width: 100%;
    background: var(--orbe-dark);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px;
    font-weight: 600;
    margin-top: auto;
}

/* --- FOOTER --- */
.footer-main {
    background: #fff;
    padding: 40px 0;
    margin-top: 40px;
}


/* ==========================================
   MOBILE (Telas até 768px)
   ========================================== */
@media (max-width: 768px) {

    /* Banner com altura mínima para acomodar texto centralizado */
    .carousel-item {
        min-height: 220px;
    }

    .carousel-item img {
        height: 220px;
        /* Altura fixa ou min-height para manter consistência */
        object-fit: cover;
    }

    /* Categorias com Scroll Horizontal */
    .cat-scroll-container {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 15px;
        padding-bottom: 10px;
    }

    .cat-item-mobile {
        min-width: 75px;
    }

    .cat-circle {
        width: 65px;
        height: 65px;
    }

    .cat-circle img {
        max-width: 35px;
    }

    /* Grid de Produtos */
    .img-wrap {
        height: auto;
    }

    .product-card {
        padding: 8px;
    }

    .prod-title {
        font-size: 13px;
    }

    /* Desativar hover de imagem no mobile */
    .img-hover-swap {
        display: none !important;
    }

    /* --- MOBILE MENU REFINEMENTS --- */
    .mobile-menu-link {
        transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .mobile-menu-link i.ph-caret-down {
        transition: transform 0.3s ease;
    }

    .mobile-menu-link[aria-expanded="true"] {
        background-color: #fff4eb !important;
        color: var(--orbe-laranja) !important;
    }

    .mobile-menu-link[aria-expanded="true"] i.ph-caret-down {
        transform: rotate(180deg);
        color: var(--orbe-laranja) !important;
    }

    .mobile-menu-sub-link {
        display: flex;
        align-items: center;
        padding: 10px 15px 10px 45px;
        font-size: 0.85rem;
        color: #555 !important;
        text-decoration: none;
        border-radius: 8px;
        margin-bottom: 2px;
    }

    .mobile-menu-sub-link:active {
        background-color: #eee;
    }
}

/* ==========================================
   DESKTOP (Telas acima de 992px)
   ========================================== */
@media (min-width: 992px) {

    /* Banner Grande */
    .carousel-item img {
        height: 450px;
    }

    /* Categorias Grid */
    .cat-circle {
        width: 110px;
        height: 110px;
    }

    .cat-circle img {
        max-width: 60px;
    }

    /* Produtos */
    .img-wrap {
        height: auto;
        /* Deixa o aspect-ratio controlar */
    }

    .product-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    }

    /* Efeito Hover Imagem (Só Desktop) */
    .img-main {
        transition: opacity 0.3s;
    }

    .img-hover-swap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: inherit;
        /* Mantém o mesmo padding do wrap */
        object-fit: contain;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .img-wrap:hover .img-main {
        transform: scale(1.05);
    }

    .img-wrap.has-hover:hover .img-main {
        opacity: 0;
        transform: none;
    }

    .img-wrap.has-hover:hover .img-hover-swap {
        opacity: 1;
    }
}

@media (max-width: 991.98px) {
    .home-menu-panel {
        display: none !important;
    }

    .mega-panel {
        display: none !important;
    }
}

/* --- ESTILO COTAÇÃO NOVO (Igual Referência) --- */
.cotacao-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cotacao-icon-box {
    background-color: #fff0e6;
    /* Laranja claro */
    color: var(--orbe-laranja);
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.cotacao-label {
    color: #cc4700;
    /* Laranja escuro */
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    letter-spacing: -0.5px;
}

.cotacao-values {
    display: flex;
    gap: 15px;
    color: #555;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Inter', sans-serif;
}

.val-item {
    color: #cc4700;
}

/* --- AJUSTES FINAIS HEADER & MOBILE --- */

/* Logo Header */
.logo-header {
    max-height: 45px;
    width: auto;
}

/* --- REGRAS ESPECÍFICAS PARA MOBILE ( < 768px ) --- */
@media (max-width: 768px) {

    /* 1. Logo Centralizada */
    .logo-header {
        max-height: 35px;
        /* Logo menor no mobile */
        margin: 0 auto;
        /* Centraliza */
        display: block;
    }

    /* 2. Carrinho Absoluto à Direita */
    /* Tira o carrinho do fluxo normal e cola ele na direita do header */
    .static-mobile-icons {
        position: absolute;
        top: 5px;
        right: 21px;
        width: auto;
        padding: 0;
    }

    /* 3. Ajuste da Busca */
    .main-header {
        padding-bottom: 0px;
    }

    .search-composite {
        margin-bottom: 15px;
        margin-top: -5px;
        z-index: 1000;
    }

    .form-control {
        font-size: 14px;
    }

    /* 4. Top Bar Ajustes */
    .top-bar {
        font-size: 11px;
    }

    .cotacao-label {
        display: none;
    }

    /* Esconde texto "Cotação" pra caber valor */
}

/* Ícone Carrinho Branco */
.text-white {
    color: #ffffff !important;
}

/* --- AUTOCOMPLETE AJAX --- */
.search-results-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1100;
    background: white;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
    margin-top: 2px;
    border: 1px solid #eee;
    border-top: none;
}

/* --- MOBILE BOTTOM BAR (REMOVED) --- */
.mobile-bottom-nav {
    display: none !important;
}

.mobile-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #666;
    font-size: 10px;
    text-decoration: none;
    width: 70px;
    position: relative;
}

.mobile-nav-item i {
    font-size: 20px;
    margin-bottom: 3px;
}

.mobile-nav-item.active,
.mobile-nav-item:hover {
    color: var(--orbe-laranja);
}

/* Central Mobile Action Button */
.mobile-nav-item-center {
    position: relative;
    width: 70px;
    height: 100%;
    display: flex;
    justify-content: center;
}

/* O "Abaulamento" branco contínuo */
.mobile-nav-item-center::before {
    content: '';
    position: absolute;
    top: -42px;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.06);
}

.center-action-btn {
    position: absolute;
    top: -35px;
    /* Ajustado mais para cima */
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, var(--orbe-laranja), #ff8c00);
    color: white !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(255, 89, 0, 0.35);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
}

.center-action-btn:active {
    transform: scale(0.95);
}

/* Badge do Carrinho Mobile */
#cart-badge-mobile {
    position: absolute;
    top: -2px;
    right: 15px;
    font-size: 9px;
    padding: 3px 5px;
}

/* --- MENU LATERAL (Offcanvas Custom) --- */
.offcanvas-header {
    background: var(--orbe-laranja);
    color: white;
}

.offcanvas-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.offcanvas-body .nav-link {
    color: #333;
    padding: 14px 15px;
    border-bottom: 1px solid #f5f5f5;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.offcanvas-body .nav-link:hover {
    background: #f9f9f9;
    color: var(--orbe-laranja);
}

/* REGRAS MOBILE ESPECÍFICAS */
@media (max-width: 768px) {

    /* Esconder Carrinho do Header no Mobile */
    .cart-dropdown-area {
        display: none !important;
    }

    /* Ajustar Header (Fixar no top e busca escondivel) */
    .main-header {
        position: sticky;
        top: 0;
        z-index: 1050;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
        transition: padding 0.3s;
    }

    .main-header form {
        max-height: 100px;
        opacity: 1;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        transform-origin: top;
        margin-top: 4px;
        /* Spacing originally from the col mt-3 */
    }

    /* Esconde a busca com um Slide Up elegante quando a classe header-scrolled é adicionada */
    .main-header.header-scrolled form {
        max-height: 0;
        opacity: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        border: none;
    }

    /* Padding no Body restaurado */
    body {
        padding-bottom: 0px;
    }

    /* Ajuste da Busca Ajax */
    .search-results-container {
        width: 94%;
        left: 3%;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }
}

/* Ajuste para o ícone de busca não ficar colado */
.search-input-custom {
    padding-right: 55px !important;
    /* Espaço para o botão */
    padding-left: 25px !important;
}

/* Botão de busca posicionado corretamente */
.main-header form button[type="submit"] {
    right: 15px !important;
    /* Afasta da borda direita */
}

/* --- ÍCONE REC / LIVE PULSANTE --- */
.rec-dot {
    width: 10px;
    height: 10px;
    background-color: #ff0000;
    /* Vermelho Vivo */
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
    /* Animação */
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    animation: pulse-red 1.5s infinite;
}

@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(255, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

.pulse-icon {
    /* Set relative positioning for the icon and a background effect */
    position: relative;
    color: #ff0000;
}

.pulse-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    animation: pulse-icon-anim 1.5s infinite;
    z-index: -1;
}

@keyframes pulse-icon-anim {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }

    70% {
        box-shadow: 0 0 0 6px rgba(255, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

/* Remove o iframe interno da barra */
.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important;
}

/* Força o body a não ser empurrado pra baixo */
body {
    top: 0 !important;
}

.goog-te-gadget-icon {
    display: none !important;
}

/* ===========================
   CART PAGE
   =========================== */
.cart-page {
    font-family: 'Inter', sans-serif;
}

.cart-item {
    border: 1px solid #fff0e6;
    /* Laranja claro */
}

.cart-page .qty-group {
    max-width: 120px;
}

.cart-page .qty-group input {
    min-width: 46px;
}

.cart-summary {
    background: linear-gradient(180deg, #ffffff 0%, #fffbf8 100%);
}

.btn-orange {
    background: var(--orbe-laranja);
    color: #fff;
    border: 1px solid var(--orbe-laranja);
}

.btn-orange:hover {
    background: #e65000;
    color: #fff;
}

@media (max-width: 768px) {
    .cart-page h1 {
        font-size: 1.4rem;
    }

    .cart-page .qty-group {
        max-width: 110px;
    }
}

/* --- RAIO DE SOL ANIMADO (CATEGORIA) --- */
.sun-ray-bg {
    position: relative;
    background-color: #1f2120;
    overflow: hidden;
    z-index: 1;
}

.sun-ray-bg::before {
    content: '';
    position: absolute;
    top: -60%;
    right: -30%;
    width: 180%;
    height: 180%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.12) 0%, transparent 45%);
    animation: moveSunRay 12s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: -1;
}

@keyframes moveSunRay {
    0% {
        transform: scale(1) translate(0, 0);
        opacity: 0.7;
    }

    100% {
        transform: scale(1.15) translate(-5%, 5%);
        opacity: 1;
    }
}

/* --- LINKS ESTÁTICOS DO HEADER --- */
.static-nav-link {
    color: #5a5a5a;
}

/* ==========================================
   ANIMAÇÕES E DINAMISMO (AURA PREMIUM)
   ========================================== */


.reveal.delay-2 {
    transition-delay: 0.2s;
}

.reveal.delay-3 {
    transition-delay: 0.3s;
}

.reveal.delay-4 {
    transition-delay: 0.4s;
}

.reveal.delay-5 {
    transition-delay: 0.5s;
}

/* 3. Ajuste Fino nos Cards (Transição mais luxuosa) */
.product-card {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* ==========================================
   WIDGET WHATSAPP FLUTUANTE MULTI-CANAL
   ========================================== */
.whatsapp-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media (max-width: 768px) {

    .main-header.is-sticky {
        padding-bottom: 0px !important;
    }

    .whatsapp-widget {
        bottom: 0;
        /* Colar no rodapé */
        right: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        pointer-events: none;
        z-index: 9998;
        /* Fica atrás da mobile-bottom-nav que é 9999 */
    }

    .whatsapp-popup {
        pointer-events: auto;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: 75px;
        /* Altura acima do ícone */
        width: 92vw;
        max-width: 380px;
        transform: translateY(150%);
        /* Fora da tela para baixo */
        transform-origin: bottom center;
        transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    /* Override da visibilidade padrao para funcionar bem com o transform Y */
    .whatsapp-popup:not(.active) {
        opacity: 0;
        visibility: hidden;
        transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s, visibility 0s 0.4s;
    }

    .whatsapp-popup.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s;
    }

    .wa-trigger-btn {
        display: flex !important;
        width: 48px !important;
        height: 48px !important;
        font-size: 26px !important;
        bottom: 15px !important;
        right: 15px !important;
        position: fixed !important;
        z-index: 9999 !important;
        pointer-events: auto !important;
    }
}

.wa-trigger-btn {
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    animation: wa-pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes wa-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.wa-trigger-btn:hover {
    transform: scale(1.1) rotate(-5deg);
    background-color: #1ebe5d;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}

.whatsapp-popup {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 320px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.95);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #f0f0f0;
    transform-origin: bottom right;
}

.whatsapp-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.wa-popup-header {
    background: linear-gradient(135deg, var(--orbe-laranja), #ff8c00);
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wa-close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s, transform 0.2s;
    padding: 0;
}

.wa-close-btn:hover {
    opacity: 1;
    transform: scale(1.1);
}

.wa-popup-body {
    padding: 20px;
    background: #fafafa;
}

.wa-contact-card {
    display: flex;
    align-items: center;
    background: white;
    padding: 12px;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    margin-bottom: 12px;
    border: 1px solid #eee;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.wa-contact-card:hover {
    transform: translateX(4px);
    border-color: #25D366;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.1);
    color: #333;
}

.wa-contact-card:last-child {
    margin-bottom: 0;
}

.wa-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    background: #eee;
    border: 1px solid #ddd;
    flex-shrink: 0;
}

.wa-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wa-contact-info {
    flex-grow: 1;
}

.wa-arrow {
    opacity: 0.5;
    transition: 0.2s;
    font-size: 14px;
}

.wa-contact-card:hover .wa-arrow {
    opacity: 1;
    transform: translateX(3px);
}

.pulse-icon {
    position: relative;
    color: #ff0000;
}

.pulse-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    animation: pulse-icon-anim 1.5s infinite;
    z-index: -1;
}

@keyframes pulse-icon-anim {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(255, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

/* ---- PREMIUM MOBILE MENU STYLES ---- */
.modern-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 3000;
    visibility: hidden;
    pointer-events: none;
    display: flex;
    justify-content: flex-start;
}

.modern-mobile-menu.active {
    visibility: visible;
    pointer-events: auto;
}

/* Backdrop Fader */
.mobile-menu-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(2px);
}

.modern-mobile-menu.active .mobile-menu-overlay {
    opacity: 1;
}

/* O Painel Principal Estilo App */
.mobile-menu-sheet {
    position: relative;
    width: 85vw;
    max-width: 330px;
    background-color: #f8f9fa;
    /* Fundo Leve Off-white */
    height: 100vh;
    display: flex;
    flex-direction: column;
    border-radius: 0 24px 24px 0;
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.15);
    transform: translateX(-100%) scale(0.98);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

.modern-mobile-menu.active .mobile-menu-sheet {
    transform: translateX(0) scale(1);
}

/* HEADER DO MENU (Amarelo/Laranja) */
.mobile-menu-header {
    position: relative;
    background: linear-gradient(135deg, #ff9800 0%, #ff5722 100%);
    padding: 40px 20px 30px;
    color: white;
    overflow: hidden;
}

.mobile-profile-container {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index: 2;
}

.mobile-profile-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: contain;
    background: white;
    padding: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.mobile-profile-text h5 {
    color: white !important;
    font-size: 1.1rem;
}

.mobile-profile-text small {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Efeito de ondas no fundo do header */
.mobile-header-bg-shape {
    position: absolute;
    top: -50px;
    right: -30px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 1;
}

/* CORPO DO MENU (Links) */
.mobile-menu-body {
    flex: 1;
    overflow-y: auto;
    padding: 10px 15px;
    background: white;
}

/* Scrollbar minimalista */
.mobile-menu-body::-webkit-scrollbar {
    width: 4px;
}

.mobile-menu-body::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 4px;
}

.mobile-menu-section-title {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #adb5bd;
    font-weight: 700;
    margin: 8px 0 5px 15px;
}

.mobile-menu-link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 8px 15px;
    text-decoration: none;
    color: #495057;
    border-radius: 12px;
    font-weight: 600;
    margin-bottom: 2px;
    transition: background-color 0.2s;
}

.mobile-menu-link:active,
.mobile-menu-link:hover {
    background-color: #fff4eb;
    /* Fundo laranja clarinho ao clicar */
    color: #ff7f00;
}

.mobile-menu-icon-box {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #6c757d;
    transition: all 0.2s;
}

.mobile-menu-link:hover .mobile-menu-icon-box,
.mobile-menu-link:active .mobile-menu-icon-box {
    background-color: #ffe0b2;
    color: #ff9800;
}

.mobile-menu-divider {
    border-color: #f1f3f5;
    margin: 8px 0;
    border-width: 1px;
}

/* BOTÃO FECHAR NO FOOTER */
.mobile-menu-footer {
    padding: 20px;
    background: white;
    border-top: 1px solid #f1f3f5;
}

.mobile-btn-close-custom {
    width: 100%;
    background-color: #ffbf00;
    /* Amarelo premium */
    color: #343a40;
    border: none;
    padding: 14px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(255, 191, 0, 0.3);
    transition: all 0.2s;
}

.mobile-btn-close-custom:active {
    transform: scale(0.97);
    background-color: #f5b000;
}

/* ==========================================
   CATEGORY SIDEBAR & FILTERS
   ========================================== */
.filter-sidebar-offcanvas {
    background: transparent;
}

@media (min-width: 992px) {
    .filter-sidebar-offcanvas {
        position: sticky;
        top: 130px;
        /* Baseado no espaço do header sticky */
        max-height: calc(100vh - 150px);
        overflow-y: auto;

        /* Oculta scrollbar no Firefox/IE */
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    /* Oculta scrollbar no Chrome/Safari */
    .filter-sidebar-offcanvas::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 991px) {
    .filter-sidebar-offcanvas {
        background: #fff;
        height: 85vh !important;
        border-radius: 24px 24px 0 0 !important;
        box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.15) !important;
    }
}

.filter-block {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #eee;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.price-range-btn {
    display: block;
    padding: 8px 15px;
    border-radius: 8px;
    background: #f8f9fa;
    color: #555;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.price-range-btn:hover {
    background: #fff0e6;
    color: var(--orbe-laranja);
}

.price-range-btn.active {
    background: #fff0e6;
    color: var(--orbe-laranja);
    border-color: rgba(255, 89, 0, 0.3);
}

.custom-price-input {
    font-size: 0.9rem;
}

/* Custom Checkbox */
.custom-checkbox-wrapper {
    cursor: pointer;
    user-select: none;
    font-size: 0.9rem;
    color: #444;
}

.custom-checkbox-input {
    display: none;
}

.custom-checkbox-box {
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    transition: all 0.2s;
    background: #fff;
}

.custom-checkbox-input:checked+.custom-checkbox-box {
    background: var(--orbe-laranja);
    border-color: var(--orbe-laranja);
}

.custom-checkbox-input:checked+.custom-checkbox-box::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox-wrapper:hover .custom-checkbox-text {
    color: var(--orbe-laranja);
}

/* Custom Sort Dropdown */
.custom-sort-select {
    border-radius: 40px;
    padding: 6px 35px 6px 20px;
    border: 1px solid #eaeaea;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.9rem;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
    transition: all 0.2s;
}

.custom-sort-select:hover,
.custom-sort-select:focus {
    border-color: var(--orbe-laranja);
    color: var(--orbe-laranja);
    outline: none;
}

/* ==========================================
   PREMIUM DARK FOOTER
   ========================================== */
.footer-main {
    background-color: #1a1a1a;
    border-top: 1px solid #222;
    padding-top: 80px;
    color: #cecece;
}

.footer-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #fff !important;
    letter-spacing: 1.2px;
    margin-bottom: 25px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    display: inline-block;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: var(--orbe-laranja);
    border-radius: 2px;
}

@media (max-width: 767px) {
    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

.footer-list li {
    margin-bottom: 12px;
}

.footer-list li a {
    color: #cecece;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s;
}

.footer-list li a:hover {
    color: var(--orbe-laranja);
    padding-left: 5px;
}

.social-icon-link {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.social-icon-link:hover {
    transform: translateY(-5px);
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    border-color: transparent;
}

.social-icon-link.inst:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.social-icon-link.tkt:hover {
    background: #000;
}

.social-icon-link.ytb:hover {
    background: #ff0000;
}

.social-icon-link.fcb:hover {
    background: #1877f2;
}

@media (max-width: 767px) {
    .footer-main {
        padding-top: 50px;
    }

    .footer-logo-box img {
        max-width: 150px !important;
    }

    .footer-title {
        font-size: 0.8rem;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .footer-map-box {
        border-radius: 20px !important;
        border-color: #333 !important;
    }

    .footer-main .row>div {
        margin-bottom: 30px !important;
    }
}

.footer-main .text-secondary {
    color: #aaa !important;
}


/* --- PREMIUM UI ENHANCEMENTS --- */

/* Sticky Header */
.main-header {
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.main-header.is-sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    margin-top: 0 !important;
    padding-top: 15px !important;
    padding-bottom: 18px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    animation: slideInDownPremium 0.3s ease-out !important;
    z-index: 2000 !important;
}

@keyframes slideInDownPremium {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* Premium Product Cards Global */
.product-card {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    position: relative !important;
    background: #fff;
    z-index: 1;
}

.product-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12) !important;
    border-color: var(--orbe-laranja) !important;
    z-index: 100 !important;
}

/* Fix for clipping in carousels - Using padding instead of broad overflow:visible to avoid layout bleeding */
.home-carousel-wrapper {
    overflow: hidden !important;
    /* Back to hidden to prevent sidebar/header overlap */
    padding: 15px 0 45px 0 !important;
    /* Vertical space for the lift effect */
    margin-bottom: -30px !important;
    /* Offset the bottom padding */
}

.home-carousel-track {
    overflow: visible !important;
    /* Allow internal slides to lift within the padded parent */
}

/* Carousel specific z-index - elevation ONLY on hover */
.home-carousel-item {
    transition: z-index 0.3s;
    position: relative;
    z-index: 1;
}

.home-carousel-item:hover {
    z-index: 100 !important;
}

.product-card .img-wrap {
    transition: all 0.5s ease;
}

.product-card:hover .img-wrap {
    background: #fdfdfd !important;
}

.product-price-info {
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    opacity: 1;
}

@media (hover: hover) {
    .product-card:hover .product-price-info {
        opacity: 0 !important;
    }
}

/* Actions */
.card-hover-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0.7) 40%, transparent 100%);
    padding: 15px;
    display: none;
    gap: 10px;
    transform: translateY(110%);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    z-index: 20;
}

@media (hover: hover) {
    .card-hover-actions {
        display: flex !important;
    }

    .product-card:hover .card-hover-actions {
        transform: translateY(0);
        opacity: 1;
    }
}

.btn-quick-buy {
    background: var(--orbe-laranja) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 10px !important;
    flex: 1;
    font-size: 13px !important;
    font-weight: 700 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-shadow: 0 4px 10px rgba(255, 89, 0, 0.2);
    transition: 0.2s;
    text-decoration: none !important;
}

.btn-quick-buy:hover {
    background: #e65000 !important;
    transform: scale(1.05);
}

.btn-quick-cart {
    background: #111 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px !important;
    transition: 0.2s;
}

.btn-quick-cart:hover {
    background: #333 !important;
    transform: scale(1.05);
}

/* --- BOTÕES PREMIUM (Produto Detail) --- */
.btn-whatsapp-large {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #25d366;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: #fff !important;
    text-decoration: none !important;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.25);
    border: none;
    flex: 1;
}

.btn-whatsapp-large:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4);
    filter: brightness(1.1);
}

.btn-notify-me {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #444;
    background: linear-gradient(135deg, #555 0%, #222 100%);
    color: #fff !important;
    text-decoration: none !important;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}

.btn-notify-me:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    background: linear-gradient(135deg, #666 0%, #333 100%);
    color: #fff !important;
}

.btn-notify-me i {
    font-size: 1.2rem;
    animation: bell-swing 3s infinite ease-in-out;
}

@keyframes bell-swing {
    0% {
        transform: rotate(0);
    }

    5% {
        transform: rotate(20deg);
    }

    10% {
        transform: rotate(-15deg);
    }

    15% {
        transform: rotate(10deg);
    }

    20% {
        transform: rotate(-5deg);
    }

    25% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

.btn-cart-sq {
    width: 56px;
    height: 56px;
    background: #f1f1f1;
    color: #222;
    border: none;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    transition: 0.3s;
    flex-shrink: 0;
}

.btn-cart-sq:hover {
    background: #222;
    color: #fff;
    transform: scale(1.05);
}

@media (max-width: 768px) {

    .btn-whatsapp-large,
    .btn-notify-me {
        padding: 12px 20px;
        font-size: 13px;
        border-radius: 12px !important;
    }

    .btn-cart-sq {
        width: 50px;
        height: 50px;
        border-radius: 12px;
    }
}