:root { --accent: #d06430; } @keyframes spin3 { 0%, 100% { box-shadow: 10px 10px rgba(208, 100, 48, 1), -10px 10px rgba(208, 100, 48, 0.2), -10px -10px rgba(208, 100, 48, 1), 10px -10px rgba(208, 100, 48, 0.2); } 25% { box-shadow: -10px 10px rgba(208, 100, 48, 0.2), -10px -10px rgba(208, 100, 48, 1), 10px -10px rgba(208, 100, 48, 0.2), 10px 10px rgba(208, 100, 48, 1); } 50% { box-shadow: -10px -10px rgba(208, 100, 48, 1), 10px -10px rgba(208, 100, 48, 0.2), 10px 10px rgba(208, 100, 48, 1), -10px 10px rgba(208, 100, 48, 0.2); } 75% { box-shadow: 10px -10px rgba(208, 100, 48, 0.2), 10px 10px rgba(208, 100, 48, 1), -10px 10px rgba(208, 100, 48, 0.2), -10px -10px rgba(208, 100, 48, 1); } } #wpadminbar { top: 0 !important; } #c27-site-wrapper { background-color: #f4f4f4 }/* ═══ MERCATO ALBINELLI — Custom CSS ═══ */ /* Accent color override per elementi non coperti da Theme Options */ :root { --albinelli-arancio: #d06430; --albinelli-blu: #3c788c; --albinelli-azzurro: #a0b4c8; --albinelli-scuro: #242429; } /* Header: sfondo scuro con bordo blu */ .c27-main-header .header-skin { background-color: var(--albinelli-scuro) !important; border-bottom-color: var(--albinelli-blu) !important; } /* Pulsanti primari: arancio Albinelli */ .buttons .btn-primary-1, .cts-type-primary, .listing-feed .lf-item .lf-head .overlay .button-label, .explore-head .search-form .my-submit-button { background-color: var(--albinelli-arancio) !important; } /* Link hover arancio */ a:hover, .c27-main-header .header-skin .header-menu a:hover { color: var(--albinelli-arancio) !important; } /* Footer stile coerente */ .c27-footer { background-color: var(--albinelli-scuro) !important; } .c27-footer a:hover { color: var(--albinelli-arancio) !important; } /* Card listing: bordo sottile arancio al hover */ .lf-item:hover { box-shadow: 0 4px 20px rgba(208,100,48,0.15) !important; } /* Explore tabs: colore attivo */ .finder-tabs .tab.active { color: var(--albinelli-arancio) !important; border-bottom-color: var(--albinelli-arancio) !important; } /* Category boxes su homepage */ .listing-cat .overlay { transition: opacity 0.3s ease; } /* Scrollbar sottile colorata */ ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-track { background: #f1f1f1; } ::-webkit-scrollbar-thumb { background: var(--albinelli-blu); border-radius: 4px; } ::-webkit-scrollbar-thumb:hover { background: var(--albinelli-arancio); }