/* =========================================================
   PETIT MONDE — Custom Theme CSS
   BonBon Kids design language
   Blu #4A90C4 · Verde #6DBF9E · Rosa #F4A0B5 · Ambra #f59e0b
   Font: Inter (body) + Playfair Display (headings)
   ========================================================= */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,700;0,800;1,700&display=swap");

/* ─────────────────────────────────────────────────────────
   1. BASE
   ───────────────────────────────────────────────────────── */

body {
    font-family: "Inter", sans-serif !important;
    background-color: #ffffff;
    color: #5a5a5a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", Georgia, serif !important;
    color: #3d3d3d !important;
}
a {
    color: #4a90c4;
    transition: color 0.2s ease;
}
a:hover {
    color: #2e6fa3;
}

/* ─────────────────────────────────────────────────────────
   2. CSS VARIABLES
   ───────────────────────────────────────────────────────── */

:root {
    --primary-color: #4a90c4;
    --secondary-color: #6dbf9e;
    --primary-color-rgb: 74, 144, 196;
    --tp-theme-primary: #4a90c4;
    --tp-theme-secondary: #6dbf9e;
    --footer-background-color: #2a2a2a;
    --footer-text-color: #9a9a9a;
    --footer-title-color: #ffffff;
    --footer-link-color: #9a9a9a;
    --footer-link-hover-color: #ffffff;
    --footer-border-color: #3a3a3a;
    --header-menu-text-hover-color: #4a90c4;
    --header-main-text-hover-color: #4a90c4;
    --header-sticky-background-color: #ffffff;
    --header-sticky-text-color: #3d3d3d;
    --header-sticky-text-hover-color: #4a90c4;
    --tp-yellow-3: #f59e0b;
    --tp-pink-2: #f4a0b5;
    --tp-green-1: #6dbf9e;
    --tp-orange-1: #f97316;
    --tp-blue-1: #4a90c4;
    --tp-grey-1: #fff8f0;
    --tp-grey-2: #f9fafb;
    --tp-heading-primary: #3d3d3d;
    --tp-text-body: #5a5a5a;
}

/* ─────────────────────────────────────────────────────────
   3. HEADER TOP BAR
   ───────────────────────────────────────────────────────── */

.tp-header-top,
.tp-header-top-2 {
    background-color: #fff8f0 !important;
    border-bottom: 1px solid #f3f4f6 !important;
}
.tp-header-top *,
.tp-header-top-2 * {
    color: #7a7a7a !important;
    font-family: "Inter", sans-serif !important;
    font-size: 12px !important;
}
.tp-header-top a:hover,
.tp-header-top-2 a:hover {
    color: #4a90c4 !important;
}

.tp-header-lang-content,
.tp-header-currency-content,
.tp-header-setting-content {
    background-color: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
    border-radius: 8px !important;
}
.tp-header-lang-content a,
.tp-header-currency-content a,
.tp-header-setting-content a {
    color: #5a5a5a !important;
}
.tp-header-lang-content a:hover,
.tp-header-currency-content a:hover,
.tp-header-setting-content a:hover {
    color: #4a90c4 !important;
    background-color: rgba(74, 144, 196, 0.06) !important;
}

/* ─────────────────────────────────────────────────────────
   4. HEADER MAIN
   ───────────────────────────────────────────────────────── */

.tp-header-area,
.tp-header-main,
.tp-header-bottom,
.tp-header-bottom-2,
.tp-header-bottom-3 {
    background-color: #ffffff !important;
}
.tp-header-bottom-2,
.tp-header-bottom-3 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}

.logo a {
    font-family: "Inter", sans-serif !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #4a90c4 !important;
    letter-spacing: -0.5px !important;
}

.tp-header-action-btn {
    color: #5a5a5a !important;
}
.tp-header-action-btn:hover {
    color: #4a90c4 !important;
}
.tp-header-action-badge {
    background-color: #e53e3e !important;
    color: #ffffff !important;
}

/* ─────────────────────────────────────────────────────────
   5. STICKY
   ───────────────────────────────────────────────────────── */

#header-sticky-2.header-sticky-2,
.header-sticky {
    background-color: #ffffff !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1) !important;
}

/* ─────────────────────────────────────────────────────────
   6. NAVIGAZIONE
   ───────────────────────────────────────────────────────── */

.main-menu ul li > a,
.tp-main-menu-content ul li > a {
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #5a5a5a !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}
.main-menu ul li > a:hover,
.main-menu ul li.active > a {
    color: #4a90c4 !important;
}

.tp-submenu {
    background-color: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-top: 2px solid #4a90c4 !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1) !important;
    border-radius: 0 0 8px 8px !important;
}
.tp-submenu li > a {
    color: #5a5a5a !important;
}
.tp-submenu li > a:hover {
    color: #4a90c4 !important;
}

.tp-category-menu-btn {
    background-color: #4a90c4 !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    text-transform: none !important;
}
.tp-category-menu-btn:hover {
    background-color: #2e6fa3 !important;
}

/* ─────────────────────────────────────────────────────────
   7. SEARCH
   ───────────────────────────────────────────────────────── */

.tp-header-search-wrapper {
    border: 1.5px solid #e5e7eb !important;
    border-radius: 8px !important;
    background-color: #f9fafb !important;
}
.tp-header-search-wrapper:focus-within {
    border-color: #4a90c4 !important;
    background-color: #ffffff !important;
}
.tp-header-search-btn {
    background-color: #4a90c4 !important;
    color: #ffffff !important;
    border-radius: 0 6px 6px 0 !important;
}
.tp-header-search-btn:hover {
    background-color: #2e6fa3 !important;
}

/* ─────────────────────────────────────────────────────────
   8. BOTTONI
   ───────────────────────────────────────────────────────── */

.tp-btn {
    background-color: #3d3d3d !important;
    color: #ffffff !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
    border: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    padding: 12px 28px !important;
    transition: all 0.3s ease !important;
}
.tp-btn:hover {
    background-color: #4a90c4 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 144, 196, 0.3) !important;
}

.tp-btn-2,
.tp-btn-blue {
    background-color: #4a90c4 !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    text-transform: none !important;
    border: none !important;
}
.tp-btn-2:hover,
.tp-btn-blue:hover {
    background-color: #2e6fa3 !important;
}

.tp-btn-border {
    background-color: transparent !important;
    color: #3d3d3d !important;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 50px !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 500 !important;
    text-transform: none !important;
}
.tp-btn-border:hover {
    background-color: #4a90c4 !important;
    border-color: #4a90c4 !important;
    color: #ffffff !important;
}

.tp-btn-white {
    background-color: #ffffff !important;
    color: #3d3d3d !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15) !important;
}
.tp-btn-white:hover {
    background-color: #f0f0f0 !important;
    transform: translateY(-2px);
}

.tp-link-btn,
.tp-link-btn-2,
.tp-link-btn-3 {
    color: #4a90c4 !important;
    font-family: "Inter", sans-serif !important;
}

.tp-product-list-add-to-cart-btn {
    background-color: rgba(74, 144, 196, 0.12) !important;
    color: #4a90c4 !important;
    border: 1.5px solid rgba(74, 144, 196, 0.4) !important;
    border-radius: 8px !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    text-transform: none !important;
}
.tp-product-list-add-to-cart-btn:hover {
    background-color: #4a90c4 !important;
    color: #ffffff !important;
    border-color: #4a90c4 !important;
}

/* ─────────────────────────────────────────────────────────
   9. PRODUCT CARDS
   ───────────────────────────────────────────────────────── */

.tp-product-item {
    background-color: #ffffff !important;
    border: 1px solid #f3f4f6 !important;
    border-radius: 16px !important;
    overflow: hidden;
    transition: all 0.3s ease !important;
}
.tp-product-item:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08) !important;
    border-color: #e5e7eb !important;
    transform: translateY(-4px);
}
.tp-product-thumb img {
    transition: transform 0.4s ease;
}
.tp-product-item:hover .tp-product-thumb img {
    transform: scale(1.05);
}

.tp-product-category a {
    color: #9a9a9a !important;
    font-size: 11px !important;
    text-transform: none !important;
}
.tp-product-title a {
    font-family: "Inter", sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #5a5a5a !important;
}
.tp-product-title a:hover {
    color: #4a90c4 !important;
}
.tp-product-price span {
    color: #4a90c4 !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 700 !important;
}
.tp-product-price span.old-price {
    color: #9a9a9a !important;
    text-decoration: line-through !important;
    font-weight: 400 !important;
}
.tp-product-rating-icon span {
    color: #f59e0b !important;
}

.tp-product-badge span {
    border-radius: 20px !important;
    font-family: "Inter", sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    background-color: #f4a0b5 !important;
    color: #ffffff !important;
}
.tp-product-badge span.product-trending {
    background-color: #6dbf9e !important;
}
.tp-product-badge span.product-sale {
    background-color: #4a90c4 !important;
}
.tp-product-badge span.product-offer {
    background-color: #f97316 !important;
}
.tp-product-badge span.product-out-stock {
    background-color: #9a9a9a !important;
}

.tp-product-action-btn {
    border-radius: 50% !important;
}
.tp-product-action-btn:hover {
    background-color: #4a90c4 !important;
    border-color: #4a90c4 !important;
    color: #ffffff !important;
}

/* ─────────────────────────────────────────────────────────
   10. SECTION TITLES — pm-section-title (child override)
   ───────────────────────────────────────────────────────── */

.pm-section-title-wrapper {
    text-align: center;
}

/* Subtitle sopra il titolo: etichetta colorata uppercase */
.pm-section-title-pre {
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #4a90c4;
    background: rgba(74, 144, 196, 0.08);
    padding: 4px 14px;
    border-radius: 50px;
    margin-bottom: 12px;
}

/* Titolo principale: Playfair Display */
.pm-section-title {
    font-family: "Playfair Display", serif;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 700;
    color: #3d3d3d;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin: 0;
}

/* Decorazione: linee + icona centrale */
.pm-section-title-deco {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 14px;
}

.pm-section-title-deco__line {
    display: block;
    width: 48px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #4a90c4);
}

.pm-section-title-deco__line:last-child {
    background: linear-gradient(90deg, #4a90c4, transparent);
}

.pm-section-title-deco__icon {
    font-size: 10px;
    color: #4a90c4;
    line-height: 1;
}

/* ─────────────────────────────────────────────────────────
   SECTION TITLES — classi native shofy (fallback)
   ───────────────────────────────────────────────────────── */

.tp-section-title-pre,
.tp-section-title-pre-3,
.tp-section-title-pre-4,
.tp-section-title-pre-5 {
    font-family: "Inter", sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #4a90c4 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
}

.tp-section-title,
.tp-section-title-2,
.tp-section-title-3,
.tp-section-title-4,
.tp-section-title-5 {
    font-family: "Playfair Display", serif !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    color: #3d3d3d !important;
    letter-spacing: -0.5px !important;
}

.tp-section-title mark,
.tp-section-title-2 mark,
.tp-section-title-3 mark {
    background: none !important;
    color: #4a90c4 !important;
}

/* ─────────────────────────────────────────────────────────
   11. VARIE
   ───────────────────────────────────────────────────────── */

.grey-bg,
.tp-grey-bg {
    background-color: #fff8f0 !important;
}
.theme-bg {
    background-color: #4a90c4 !important;
}

.tp-product-tab .nav-link,
.tp-tab-menu .nav-link {
    font-family: "Inter", sans-serif !important;
    text-transform: none !important;
    color: #9a9a9a !important;
    border-bottom: 2px solid transparent !important;
}
.tp-product-tab .nav-link.active,
.tp-tab-menu .nav-link.active {
    color: #3d3d3d !important;
    background: none !important;
    border-bottom-color: #4a90c4 !important;
}
.tp-tab-line {
    background-color: #4a90c4 !important;
}

.cartmini__wrapper {
    background-color: #ffffff !important;
}
.cartmini__top-title h4 {
    font-family: "Playfair Display", serif !important;
    color: #3d3d3d !important;
}
.cartmini__price span {
    color: #4a90c4 !important;
    font-weight: 700 !important;
}

.breadcrumb__area {
    background-color: #f9fafb !important;
    border-bottom: 1px solid #f3f4f6 !important;
}
.breadcrumb__title {
    font-family: "Playfair Display", serif !important;
    color: #3d3d3d !important;
}
.breadcrumb__list a:hover {
    color: #4a90c4 !important;
}
.breadcrumb__list span:last-child {
    color: #4a90c4 !important;
}

.tp-swiper-scrollbar {
    background-color: #e5e7eb !important;
}
.tp-swiper-scrollbar-drag {
    background-color: #4a90c4 !important;
}
.tp-back-to-top,
#back-to-top {
    background-color: #4a90c4 !important;
    color: #ffffff !important;
    border-radius: 50% !important;
}

.tp-features-item {
    border-radius: 20px !important;
    transition: all 0.3s ease !important;
}
.tp-features-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.tp-features-icon i,
.tp-features-icon svg {
    color: #4a90c4 !important;
}
.tp-features-title {
    font-family: "Inter", sans-serif !important;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #4a90c4 !important;
    box-shadow: 0 0 0 3px rgba(74, 144, 196, 0.12) !important;
}

.tp-pagination ul li a:hover,
.tp-pagination ul li.active a {
    background-color: #4a90c4 !important;
    border-color: #4a90c4 !important;
    color: #ffffff !important;
}

#tp-bottom-menu-sticky {
    background-color: #ffffff !important;
    border-top: 1px solid #f3f4f6 !important;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.06) !important;
}
.tp-mobile-item-btn {
    color: #5a5a5a !important;
    font-family: "Inter", sans-serif !important;
}
.tp-mobile-item-btn:hover,
.tp-mobile-item-btn.active {
    color: #4a90c4 !important;
}

::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-thumb {
    background-color: #4a90c4;
    border-radius: 3px;
}

/* ─────────────────────────────────────────────────────────
   12. HERO SLIDER — overlay dal basso stile BonBon
   ───────────────────────────────────────────────────────── */

.pm-hero-area .tp-slider-height {
    min-height: 92vh !important;
    max-height: 900px;
    display: flex !important;
    align-items: flex-end !important;
}
.pm-hero-area .tp-slider-item {
    background-size: cover !important;
    background-position: center center !important;
}

.pm-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(20, 20, 20, 0.82) 0%,
        rgba(20, 20, 20, 0.35) 55%,
        rgba(20, 20, 20, 0.08) 100%
    );
    z-index: 1;
}
.pm-hero-area .container {
    position: relative;
    z-index: 2;
}
.pm-hero-content {
    padding-bottom: 72px;
    padding-top: 40px;
}

.pm-hero-subtitle {
    display: inline-block;
    font-family: "Inter", sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: rgba(255, 255, 255, 0.65) !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    margin-bottom: 20px;
}

.pm-hero-title {
    font-family: "Playfair Display", serif !important;
    font-size: 64px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    line-height: 1.05 !important;
    letter-spacing: -2px !important;
    margin: 0 0 24px !important;
    max-width: 700px;
}

.pm-hero-actions {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

.pm-hero-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff !important;
    color: #3d3d3d !important;
    font-family: "Inter", sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 16px 36px !important;
    border-radius: 50px !important;
    border: none !important;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.pm-hero-btn-primary:hover {
    background: #f0f0f0 !important;
    transform: translateY(-2px);
    color: #3d3d3d !important;
}

.pm-hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.85) !important;
    font-family: "Inter", sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35) !important;
    padding: 0 0 2px !important;
    transition: all 0.2s ease;
    background: transparent !important;
    border-radius: 0 !important;
}
.pm-hero-btn-secondary:hover {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.tp-slider-button-prev,
.tp-slider-button-next {
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 50% !important;
}

@media (max-width: 991px) {
    .pm-hero-area .tp-slider-height {
        min-height: 500px !important;
    }
    .pm-hero-title {
        font-size: 42px !important;
    }
}
@media (max-width: 767px) {
    .pm-hero-area .tp-slider-height {
        min-height: 85vh !important;
    }
    .pm-hero-title {
        font-size: 32px !important;
    }
}

/* ─────────────────────────────────────────────────────────
   13. BANNER PROMO
   ───────────────────────────────────────────────────────── */

.pm-promo-banner {
    background: linear-gradient(135deg, #4a90c4, #2e6fa3) !important;
    color: #ffffff !important;
    text-align: center;
    padding: 10px 20px;
    font-family: "Inter", sans-serif !important;
    font-size: 13px;
    font-weight: 500;
}
.pm-promo-banner a {
    color: rgba(255, 255, 255, 0.85) !important;
    text-decoration: underline;
}

/* ─────────────────────────────────────────────────────────
   14. LABEL COMUNE
   ───────────────────────────────────────────────────────── */

.pm-label {
    font-family: "Inter", sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #4a90c4 !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    margin: 0 0 12px !important;
    display: block;
}

/* ─────────────────────────────────────────────────────────
   15. TRUST BAR
   ───────────────────────────────────────────────────────── */

.pm-trust-bar {
    background: #ffffff;
    border-bottom: 1px solid #f3f4f6;
    padding: 18px 0;
}
.pm-trust-bar__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.pm-trust-bar__item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.pm-trust-bar__item span {
    font-family: "Inter", sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #7a7a7a !important;
}
@media (max-width: 600px) {
    .pm-trust-bar__inner {
        gap: 14px;
    }
}

/* ─────────────────────────────────────────────────────────
   16. VALUES SECTION
   ───────────────────────────────────────────────────────── */

.pm-values-section {
    padding: 64px 0;
    background: #fff8f0 !important;
}
.pm-values-header {
    text-align: center;
    margin-bottom: 48px;
}
.pm-values-section .pm-values-title {
    font-family: "Playfair Display", serif !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    color: #3d3d3d !important;
    margin: 0 0 12px !important;
    letter-spacing: -0.5px !important;
    line-height: 1.2 !important;
}
.pm-values-section .pm-values-desc {
    font-size: 16px !important;
    color: #7a7a7a !important;
    max-width: 520px;
    margin: 0 auto !important;
    line-height: 1.7 !important;
    font-family: "Inter", sans-serif !important;
}
.pm-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.pm-value-card {
    background: #ffffff !important;
    border-radius: 20px;
    padding: 28px 20px;
    text-align: center;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}
.pm-value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    border-color: #e5e7eb;
}
.pm-value-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.pm-value-card .pm-value-title {
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #3d3d3d !important;
    margin: 0 0 8px !important;
}
.pm-value-card .pm-value-desc {
    font-family: "Inter", sans-serif !important;
    font-size: 13px !important;
    color: #7a7a7a !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}
@media (max-width: 900px) {
    .pm-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 500px) {
    .pm-values-grid {
        grid-template-columns: 1fr;
    }
}

/* ─────────────────────────────────────────────────────────
   17. PROCESS SECTION
   ───────────────────────────────────────────────────────── */

.pm-process-section {
    padding: 64px 0;
    background: #fff8f0 !important;
}
.pm-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
    margin-top: 48px;
}
.pm-process-connector {
    position: absolute;
    top: 32px;
    left: 12.5%;
    right: 12.5%;
    height: 1px;
    background: linear-gradient(to right, #4a90c4, #6dbf9e, #f4a0b5, #f59e0b);
    opacity: 0.3;
    z-index: 0;
}
.pm-process-step {
    padding: 0 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.pm-process-num {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #ffffff !important;
    border: 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.pm-process-img {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 14px;
    aspect-ratio: 4/3;
}
.pm-process-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.pm-process-step:hover .pm-process-img img {
    transform: scale(1.05);
}
.pm-process-step .pm-process-title {
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #3d3d3d !important;
    margin: 0 0 6px !important;
}
.pm-process-step .pm-process-desc {
    font-family: "Inter", sans-serif !important;
    font-size: 12px !important;
    color: #7a7a7a !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}
@media (max-width: 768px) {
    .pm-process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 16px;
    }
    .pm-process-connector {
        display: none;
    }
    .pm-process-step {
        padding: 0 8px;
    }
}

/* ─────────────────────────────────────────────────────────
   18. MATERIALS SECTION
   ───────────────────────────────────────────────────────── */

.pm-materials-section {
    padding: 0;
    background: #ffffff !important;
    overflow: hidden;
}
.pm-materials-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 480px;
}
.pm-materials-img {
    position: relative;
    overflow: hidden;
}
.pm-materials-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pm-materials-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 60%, #ffffff 100%);
}
.pm-materials-content {
    padding: 64px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pm-materials-content .pm-materials-title {
    font-family: "Playfair Display", serif !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    color: #3d3d3d !important;
    margin: 0 0 20px !important;
    letter-spacing: -0.5px !important;
    line-height: 1.2 !important;
}
.pm-materials-content .pm-materials-desc {
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    color: #7a7a7a !important;
    line-height: 1.75 !important;
    margin: 0 0 32px !important;
}
.pm-certs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.pm-cert-item {
    padding: 16px;
    background: #f9fafb;
    border-radius: 12px;
    border-left: 3px solid #6dbf9e;
}
.pm-cert-item .pm-cert-title {
    font-family: "Inter", sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #3d3d3d !important;
    margin: 0 0 4px !important;
}
.pm-cert-item .pm-cert-desc {
    font-family: "Inter", sans-serif !important;
    font-size: 12px !important;
    color: #7a7a7a !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}
.pm-materials-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
    font-size: 14px;
    font-weight: 600;
    color: #4a90c4 !important;
    text-decoration: none;
    font-family: "Inter", sans-serif !important;
    transition: gap 0.2s ease;
}
.pm-materials-link:hover {
    gap: 12px;
    color: #2e6fa3 !important;
}
@media (max-width: 768px) {
    .pm-materials-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .pm-materials-img {
        height: 240px;
    }
    .pm-materials-img-overlay {
        background: linear-gradient(to bottom, transparent 50%, #ffffff 100%);
    }
    .pm-materials-content {
        padding: 32px 20px;
    }
    .pm-certs-grid {
        grid-template-columns: 1fr;
    }
}

/* ─────────────────────────────────────────────────────────
   19. CTA SECTION
   ───────────────────────────────────────────────────────── */

.pm-cta-section {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    text-align: center;
}
.pm-cta-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #4a90c4 0%, #2e6fa3 50%, #4a90c4 100%);
}
.pm-cta-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}
.pm-cta-circle--1 {
    width: 200px;
    height: 200px;
    top: -50px;
    right: -50px;
}
.pm-cta-circle--2 {
    width: 150px;
    height: 150px;
    bottom: -30px;
    left: 10%;
}
.pm-cta-inner {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 24px;
}
.pm-cta-section .pm-cta-label {
    font-family: "Inter", sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.6) !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    margin: 0 0 16px !important;
}
.pm-cta-section .pm-cta-title {
    font-family: "Playfair Display", serif !important;
    font-size: 38px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 0 16px !important;
    letter-spacing: -0.5px !important;
    line-height: 1.2 !important;
}
.pm-cta-section .pm-cta-desc {
    font-family: "Inter", sans-serif !important;
    font-size: 17px !important;
    color: rgba(255, 255, 255, 0.75) !important;
    margin: 0 0 36px !important;
    line-height: 1.7 !important;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}
.pm-cta-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}
.pm-cta-btn-primary {
    background: #ffffff !important;
    color: #4a90c4 !important;
    padding: 15px 36px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    font-family: "Inter", sans-serif !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    display: inline-flex;
    align-items: center;
}
.pm-cta-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
    color: #2e6fa3 !important;
}
.pm-cta-btn-secondary {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    padding: 15px 28px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    font-family: "Inter", sans-serif !important;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}
.pm-cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.22) !important;
    border-color: rgba(255, 255, 255, 0.7);
    color: #ffffff !important;
}
.pm-cta-btn-ghost {
    background: transparent !important;
    color: rgba(255, 255, 255, 0.8) !important;
    padding: 15px 28px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    font-family: "Inter", sans-serif !important;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}
.pm-cta-btn-ghost:hover {
    border-color: rgba(255, 255, 255, 0.6);
    color: #ffffff !important;
}
@media (max-width: 600px) {
    .pm-cta-section .pm-cta-title {
        font-size: 28px !important;
    }
    .pm-cta-actions {
        flex-direction: column;
        align-items: center;
    }
}

/* ─────────────────────────────────────────────────────────
   20. FOOTER BONBON DARK
   ───────────────────────────────────────────────────────── */

/* ── FOOTER BONBON — classi pm-footer-* dedicate, nessun conflitto ── */

.pm-footer {
    background: #2a2a2a;
    color: #9a9a9a;
    margin-top: 0;
}

.pm-footer-top {
    background: #2a2a2a;
    border-bottom: 1px solid #3a3a3a;
}

.pm-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 64px 24px 48px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 48px;
}

/* Brand */
.pm-footer-brand-name {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.5px;
    margin: 0 0 12px;
    line-height: 1.2;
}
.pm-footer-brand-desc {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #9a9a9a;
    line-height: 1.7;
    margin: 0 0 24px;
    max-width: 280px;
}
.pm-footer-certif {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.pm-footer-certif span {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #9a9a9a;
    border: 1px solid #3d3d3d;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

/* Colonne */
.pm-footer-col-title {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 20px;
    display: block;
}
.pm-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pm-footer-links li {
    margin-bottom: 10px;
}
.pm-footer-links a {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #9a9a9a;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.2s ease;
}
.pm-footer-links a:hover {
    color: #ffffff;
}

/* Newsletter */
.pm-footer-newsletter-desc {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #9a9a9a;
    line-height: 1.6;
    margin: 0 0 16px;
}
.pm-footer-gdpr {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    color: #6a6a6a;
    line-height: 1.5;
    margin: 10px 0 0;
}
.pm-footer-gdpr a {
    color: #9a9a9a;
    text-decoration: none;
}
.pm-footer-gdpr a:hover {
    color: #ffffff;
}

/* Bottom */
.pm-footer-bottom {
    background: #2a2a2a;
    border-top: 1px solid #3a3a3a;
}
.pm-footer-bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
.pm-footer-copy {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: #6a6a6a;
    margin: 0;
}
.pm-footer-legal {
    display: flex;
    gap: 20px;
}
.pm-footer-legal a {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: #6a6a6a;
    text-decoration: none;
    transition: color 0.2s ease;
}
.pm-footer-legal a:hover {
    color: #9a9a9a;
}

/* Newsletter form dentro il footer dark */
.pm-footer .newsletter-form input[type="email"],
.pm-footer input[type="email"] {
    background: #3a3a3a !important;
    border: 1px solid #4a4a4a !important;
    color: #ffffff !important;
    padding: 11px 16px;
    border-radius: 8px;
    font-size: 14px;
    width: 100%;
    outline: none;
    font-family: "Inter", sans-serif;
}
.pm-footer .newsletter-form input::placeholder,
.pm-footer input::placeholder {
    color: #6a6a6a !important;
}
.pm-footer .newsletter-form input:focus,
.pm-footer input[type="email"]:focus {
    border-color: #4a90c4 !important;
    box-shadow: none !important;
}

.pm-footer .newsletter-form button,
.pm-footer button[type="submit"] {
    background: #4a90c4 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 11px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    width: 100%;
    margin-top: 8px;
    transition: background 0.2s ease;
}
.pm-footer .newsletter-form button:hover,
.pm-footer button[type="submit"]:hover {
    background: #2e6fa3 !important;
}

/* Responsive */
@media (max-width: 900px) {
    .pm-footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}
@media (max-width: 600px) {
    .pm-footer-inner {
        grid-template-columns: 1fr;
        padding: 32px 16px 24px;
        gap: 24px;
    }
    .pm-footer-bottom-inner {
        flex-direction: column;
        text-align: center;
        padding: 16px;
    }
    .pm-footer-legal {
        justify-content: center;
        gap: 12px;
        flex-wrap: wrap;
    }
}

/* ── FOOTER NEWSLETTER FORM ─────────────────────────────── */
.pm-footer-newsletter-form {
    margin: 0;
}
.pm-footer-newsletter-input-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pm-footer-newsletter-input {
    background: #3a3a3a !important;
    border: 1px solid #4a4a4a !important;
    color: #ffffff !important;
    padding: 11px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-family: "Inter", sans-serif !important;
    outline: none;
    transition: border-color 0.2s ease;
    width: 100%;
    box-sizing: border-box;
}
.pm-footer-newsletter-input::placeholder {
    color: #6a6a6a !important;
    font-style: normal !important;
}
.pm-footer-newsletter-input:focus {
    border-color: #4a90c4 !important;
    box-shadow: none !important;
}
.pm-footer-newsletter-btn {
    background: #4a90c4;
    color: #ffffff;
    border: none;
    padding: 11px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    cursor: pointer;
    width: 100%;
    transition: background 0.2s ease;
    letter-spacing: 0;
}
.pm-footer-newsletter-btn:hover {
    background: #2e6fa3;
}

/* ── FOOTER PAYMENTS ─────────────────────────────────────── */
.pm-footer-payments {
    display: flex;
    align-items: center;
}
.pm-footer-payments img {
    max-height: 28px;
    width: auto;
    opacity: 0.7;
    filter: brightness(0) invert(1);
    transition: opacity 0.2s ease;
}
.pm-footer-payments img:hover {
    opacity: 1;
}

/* Bottom inner layout a 3 colonne con payments al centro */
.pm-footer-bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
@media (max-width: 600px) {
    .pm-footer-bottom-inner {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}

/* ─────────────────────────────────────────────────────────
   HEADER STYLE 5 — mega menu con hamburger
   ───────────────────────────────────────────────────────── */

/* Container principale */
.tp-header-5 {
    background-color: #ffffff !important;
    border-bottom: 1px solid #f3f4f6;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

/* Hamburger button */
.tp-hamburger-btn-2 span {
    background-color: #3d3d3d !important;
    display: block;
    height: 2px;
    width: 22px;
    margin-bottom: 5px;
    border-radius: 2px;
    transition: all 0.3s ease;
}
.tp-hamburger-btn-2:hover span {
    background-color: #4a90c4 !important;
}

/* Search style 5 */
.tp-header-search-5 {
    width: 100%;
}
.tp-header-search-input-box-5 {
    display: flex;
    align-items: center;
    background: #f9fafb;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.2s ease;
}
.tp-header-search-input-box-5:focus-within {
    border-color: #4a90c4 !important;
    background: #ffffff;
}
.tp-header-search-input-5 {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 12px;
}
.tp-header-search-input-5 input {
    width: 100%;
    border: none !important;
    background: transparent !important;
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    color: #3d3d3d;
    outline: none;
    box-shadow: none !important;
}
.tp-header-search-input-5 input::placeholder {
    color: #9a9a9a !important;
    font-style: normal !important;
}
.tp-header-search-icon-5 {
    color: #9a9a9a;
    display: flex;
    align-items: center;
    margin-right: 8px;
}
.tp-header-search-input-box-5 button[type="submit"] {
    background-color: #4a90c4 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 20px;
    font-family: "Inter", sans-serif !important;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
    white-space: nowrap;
}
.tp-header-search-input-box-5 button[type="submit"]:hover {
    background-color: #2e6fa3 !important;
}

/* Login area style 5 */
.tp-header-login-5 a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #3d3d3d;
    transition: color 0.2s ease;
}
.tp-header-login-5 a:hover {
    color: #4a90c4;
}
.tp-header-login-icon-5 {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(74, 144, 196, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a90c4;
    flex-shrink: 0;
}
.tp-header-login-content-5 p {
    margin: 0;
    line-height: 1.3;
    font-family: "Inter", sans-serif;
}
.tp-header-login-content-5 span {
    font-size: 11px !important;
    color: #9a9a9a !important;
    font-weight: 400 !important;
    display: block;
}
.tp-header-login-content-5 p > :last-child {
    font-size: 13px;
    font-weight: 600;
    color: #3d3d3d;
}

/* Action icons style 5 */
.tp-header-action-5 {
    gap: 8px;
}
.tp-header-action-item-5 {
    position: relative;
    display: flex;
    align-items: center;
}
.tp-header-action-item-5 a,
.tp-header-action-item-5 button {
    color: #5a5a5a !important;
    background: transparent !important;
    border: none !important;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
    position: relative;
    cursor: pointer;
}
.tp-header-action-item-5 a:hover,
.tp-header-action-item-5 button:hover {
    color: #4a90c4 !important;
}

/* Badge style 5 */
.tp-header-action-badge-5 {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e53e3e !important;
    color: #ffffff !important;
    font-size: 10px;
    font-weight: 700;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter", sans-serif;
}

/* Side menu categorie (dropdown hamburger) */
.tp-side-menu-5 {
    background: #ffffff;
    border-right: 1px solid #f3f4f6;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.08);
}

/* Sticky header style 5 */
.tp-header-sticky.header-sticky .tp-header-5 {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
}

/* ── CATEGORIE DROPDOWN (hamburger side menu) ── */
.tp-category-menu-content ul li a {
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    color: #5a5a5a !important;
    font-weight: 400 !important;
}
.tp-category-menu-content ul li a:hover {
    color: #4a90c4 !important;
}

/* ─────────────────────────────────────────────────────────
   HEADER 5 — Override colori bianchi del padre
   Il padre assume sfondo scuro, noi usiamo sfondo bianco
   ───────────────────────────────────────────────────────── */

/* Menu links — padre li mette bianchi, noi li mettiamo scuri */
.tp-header-5 .main-menu > nav > ul > li > a {
    color: #3d3d3d !important;
}
.tp-header-5 .main-menu > nav > ul > li > a:hover,
.tp-header-5 .main-menu > nav > ul > li:hover > a {
    color: #4a90c4 !important;
}
.tp-header-5 .main-menu > nav > ul > li.has-dropdown > a svg {
    color: #3d3d3d !important;
}
.tp-header-5 .main-menu > nav > ul > li > a::before {
    background-color: #4a90c4 !important;
}

/* Badge carrello/wishlist — padre lo mette bianco con bordo */
.tp-header-action-badge-5 {
    background-color: #e53e3e !important;
    color: #ffffff !important;
    border: none !important;
    width: 18px !important;
    height: 18px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    top: -6px !important;
    right: -6px !important;
    letter-spacing: 0 !important;
}

/* Icone SVG nella parte destra dell'header */
.tp-header-right-5 svg,
.tp-header-action-item-5 svg {
    color: #5a5a5a !important;
    stroke: currentColor;
}
.tp-header-action-item-5 a:hover svg,
.tp-header-action-item-5 button:hover svg {
    color: #4a90c4 !important;
}

/* Login icon */
.tp-header-login-icon-5 svg {
    color: #4a90c4 !important;
}

/* Login testi */
.tp-header-login-content-5 p span {
    color: #9a9a9a !important;
}
.tp-header-login-content-5 p {
    color: #3d3d3d !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

/* ─────────────────────────────────────────────────────────
   HEADER 5 — Layout ottimizzato
   - Search più corto su desktop
   - Icone wishlist/carrello più vicine
   ───────────────────────────────────────────────────────── */

/* Search box più corto — max-width contenuto */
.tp-header-search-5 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

/* Riduce il padding interno del search */
.tp-header-search-input-box-5 {
    min-height: 42px;
}
.tp-header-search-input-5 {
    padding: 0 10px;
}
.tp-header-search-input-5 input {
    font-size: 13px !important;
}
.tp-header-search-input-box-5 button[type="submit"] {
    padding: 10px 16px !important;
    font-size: 12px !important;
}

/* Icone destra — gap più stretto */
.tp-header-action-5 {
    gap: 4px !important;
    margin-left: 12px;
}

/* Ogni icona più compatta */
.tp-header-action-item-5 {
    margin-right: 0 !important;
}
.tp-header-action-item-5:not(:last-child) {
    margin-right: 2px !important;
}

/* Pulsanti icona con padding ridotto */
.tp-header-action-item-5 a,
.tp-header-action-item-5 button {
    padding: 6px !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 8px !important;
    transition:
        background 0.2s ease,
        color 0.2s ease !important;
}
.tp-header-action-item-5 a:hover,
.tp-header-action-item-5 button:hover {
    background: rgba(74, 144, 196, 0.08) !important;
    color: #4a90c4 !important;
}

/* Login: gap più stretto col resto */
.tp-header-login-5 {
    margin-right: 12px;
}

/* ─────────────────────────────────────────────────────────
   HEADER PM — layout custom 3 colonne
   Logo | Menu centrato | Search + Icone
   ───────────────────────────────────────────────────────── */

/* Header top: deve stare sopra il main header per i dropdown lingua/valuta */
.tp-header-top-2 {
    position: relative;
    z-index: 300 !important;
}

/* Dropdown lingua e valuta nell'header top */
.tp-header-top-menu-item ul {
    z-index: 301 !important;
}

.pm-header-main {
    background-color: #ffffff;
    border-bottom: 1px solid #f3f4f6;
    position: relative;
    z-index: 200;
}

/* Header sticky: z-index alto per stare sopra hero/slider */
#header-sticky {
    position: relative;
    z-index: 200;
}

/* Riga principale: position relative per centrare il menu con absolute */
.pm-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    position: relative;
}

/* ── SINISTRA: hamburger + logo ── */
.pm-header-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    z-index: 1;
}

/* ── CENTRO: menu centrato in assoluto, z-index alto per il megamenu ── */
.pm-header-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* ── SINISTRA: hamburger + logo ── */
.pm-header-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    z-index: 1;
}

/* Hamburger */
.pm-header-hamburger button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.pm-header-hamburger button span {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #3d3d3d;
    border-radius: 2px;
    transition: all 0.3s ease;
}
.pm-header-hamburger button:hover span {
    background-color: #4a90c4;
}

/* ── CENTRO: menu centrato in assoluto ── */
.pm-header-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Nav list orizzontale */
.pm-nav-list {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Link di navigazione */
.pm-nav-link {
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #3d3d3d !important;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.2s ease;
    white-space: nowrap;
    text-transform: none !important;
    letter-spacing: 0 !important;
    text-decoration: none;
    display: block;
}

.pm-nav-link:hover,
.pm-nav-item:hover > .pm-nav-link,
.pm-nav-link.active {
    color: #4a90c4 !important;
    background: rgba(74, 144, 196, 0.06);
}

/* ── DESTRA: search + icone ── */
.pm-header-right {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    z-index: 1;
}

/* Search bar */
.pm-header-search {
    align-items: center;
}

.pm-search-box {
    display: flex;
    align-items: center;
    background: #f9fafb;
    border: 1.5px solid #e5e7eb;
    border-radius: 50px;
    overflow: hidden;
    height: 40px;
    width: 220px;
    transition: all 0.2s ease;
}

.pm-search-box:focus-within {
    border-color: #4a90c4;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(74, 144, 196, 0.1);
    width: 260px;
}

.pm-search-icon {
    display: flex;
    align-items: center;
    padding: 0 10px 0 14px;
    color: #9a9a9a;
    flex-shrink: 0;
}

.pm-search-box input[type="text"],
.pm-search-box input[type="search"] {
    flex: 1;
    border: none !important;
    background: transparent !important;
    font-family: "Inter", sans-serif !important;
    font-size: 13px !important;
    color: #3d3d3d !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    height: 100%;
    min-width: 0;
}

.pm-search-box input::placeholder {
    color: #9a9a9a !important;
    font-style: normal !important;
}

.pm-search-btn {
    background: #4a90c4 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 0 16px !important;
    height: 100%;
    font-family: "Inter", sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 0 50px 50px 0 !important;
    transition: background 0.2s ease;
    flex-shrink: 0;
}
.pm-search-btn:hover {
    background: #2e6fa3 !important;
}

/* Icone azioni */
.pm-header-actions {
    display: flex;
    align-items: center;
    gap: 2px;
}

.pm-header-icon-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    border: none;
    background: transparent;
    color: #5a5a5a;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    flex-shrink: 0;
}

.pm-header-icon-btn:hover {
    background: rgba(74, 144, 196, 0.08);
    color: #4a90c4;
}

.pm-header-icon-btn svg {
    display: block;
    flex-shrink: 0;
}

/* Badge su icone */
.pm-header-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    background: #e53e3e;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 9px;
    font-weight: 700;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Sticky */
.tp-header-sticky.header-sticky .pm-header-main {
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

/* Responsive: tablet / mobile */
@media (max-width: 1199px) {
    .pm-header-inner {
        height: 60px;
        gap: 12px;
    }
    .pm-search-box {
        width: 180px;
    }
    .pm-search-box:focus-within {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .pm-header-inner {
        height: 56px;
    }
}

/* =========================================================
   PAGINE: About, Contact, Progetti
   ========================================================= */

/* ── HERO ABOUT / CONTACT ── */
.pm-about-hero {
    padding: 80px 0;
    background: linear-gradient(
        135deg,
        #fff8f0 0%,
        #ffffff 50%,
        rgba(244, 160, 181, 0.08) 100%
    );
    overflow: hidden;
}
.pm-about-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.pm-about-hero-title {
    font-family: "Playfair Display", serif !important;
    font-size: clamp(36px, 4vw, 52px) !important;
    font-weight: 700 !important;
    color: #3d3d3d !important;
    line-height: 1.1 !important;
    margin: 16px 0 24px !important;
    letter-spacing: -1px !important;
}
.pm-about-hero-desc {
    font-size: 17px;
    color: #7a7a7a;
    line-height: 1.75;
    margin: 0 0 32px;
    font-family: "Inter", sans-serif;
}
.pm-about-btn-primary {
    display: inline-flex;
    align-items: center;
    background: #4a90c4;
    color: #ffffff !important;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(74, 144, 196, 0.3);
    font-family: "Inter", sans-serif;
}
.pm-about-btn-primary:hover {
    background: #2e6fa3;
    transform: translateY(-2px);
}

.pm-about-hero-img-wrap {
    position: relative;
}
.pm-about-hero-img {
    aspect-ratio: 1;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.12);
}
.pm-about-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pm-about-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(32px);
    pointer-events: none;
}
.pm-about-blob--pink {
    width: 80px;
    height: 80px;
    top: -16px;
    right: -16px;
    background: rgba(244, 160, 181, 0.3);
}
.pm-about-blob--blue {
    width: 110px;
    height: 110px;
    bottom: -16px;
    left: -16px;
    background: rgba(74, 144, 196, 0.25);
}

/* ── SECTION HEADER ── */
.pm-about-section-head {
    text-align: center;
    margin-bottom: 52px;
}
.pm-about-section-title {
    font-family: "Playfair Display", serif !important;
    font-size: clamp(26px, 3.5vw, 36px) !important;
    font-weight: 700 !important;
    color: #3d3d3d !important;
    margin: 0 0 12px !important;
    letter-spacing: -0.5px !important;
}
.pm-about-section-desc {
    font-size: 16px;
    color: #7a7a7a;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.7;
    font-family: "Inter", sans-serif;
}

/* ── VALUES ABOUT ── */
.pm-about-values {
    padding: 72px 0;
    background: #ffffff;
}
.pm-about-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.pm-about-value-card {
    background: #fff8f0;
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.3s ease;
}
.pm-about-value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.pm-about-value-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.pm-about-value-title {
    font-family: "Inter", sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #3d3d3d !important;
    margin: 0 0 10px !important;
}
.pm-about-value-desc {
    font-size: 14px;
    color: #7a7a7a;
    line-height: 1.65;
    margin: 0;
    font-family: "Inter", sans-serif;
}

/* ── STORIA ── */
.pm-about-story {
    padding: 72px 0;
    background: #fff8f0;
}
.pm-about-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.pm-about-story-p {
    font-size: 16px;
    color: #7a7a7a;
    line-height: 1.75;
    margin: 0 0 16px;
    font-family: "Inter", sans-serif;
}
.pm-about-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.pm-about-stat {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.pm-about-stat-num {
    font-family: "Inter", sans-serif !important;
    font-size: 32px !important;
    font-weight: 800 !important;
    margin: 0 0 4px !important;
    letter-spacing: -1px !important;
}
.pm-about-stat-label {
    font-size: 13px;
    color: #7a7a7a;
    margin: 0;
    font-family: "Inter", sans-serif;
}

/* ── CONTACT CHANNELS ── */
.pm-contact-channels {
    padding: 72px 0;
    background: #ffffff;
}
.pm-contact-channels-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.pm-contact-channel-card {
    background: #fff8f0;
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.3s ease;
}
.pm-contact-channel-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.pm-contact-badges {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.pm-contact-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #7a7a7a;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

/* ── CONTACT FORM SECTION ── */
.pm-contact-form-section {
    padding: 72px 0;
    background: #fff8f0;
}
.pm-contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: stretch; /* stessa altezza per entrambe le colonne */
}

/* Colonna sinistra: card bianca uguale alla destra */
.pm-contact-form-left {
    background: #ffffff;
    border: 1px solid #f0f1f3;
    border-radius: 20px;
    padding: 36px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* I link utili si spingono in fondo */
.pm-contact-links {
    margin-top: auto !important;
}
.pm-contact-links {
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
    margin-top: 32px;
}
.pm-contact-links-title {
    font-size: 11px;
    font-weight: 700;
    color: #3d3d3d;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 16px;
    font-family: "Inter", sans-serif;
}
.pm-contact-link-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: white;
    border-radius: 12px;
    text-decoration: none;
    margin-bottom: 8px;
    border: 1px solid transparent;
    transition: all 0.2s ease;
    font-size: 14px;
    font-weight: 500;
    color: #3d3d3d;
    font-family: "Inter", sans-serif;
}
.pm-contact-link-item:hover {
    border-color: #4a90c4;
    transform: translateX(4px);
    color: #3d3d3d;
}
.pm-contact-form-box {
    background: white;
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
.pm-contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}
.pm-form-group {
    margin-bottom: 16px;
}
.pm-form-label {
    font-size: 13px;
    font-weight: 600;
    color: #3d3d3d;
    display: block;
    margin-bottom: 6px;
    font-family: "Inter", sans-serif;
}
.pm-form-input {
    width: 100%;
    padding: 11px 16px;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 10px !important;
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    color: #3d3d3d;
    background: #ffffff;
    box-sizing: border-box;
}
.pm-form-input:focus {
    border-color: #4a90c4 !important;
    outline: none;
    box-shadow: 0 0 0 3px rgba(74, 144, 196, 0.12) !important;
}
.pm-contact-submit-btn {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #4a90c4, #2e6fa3);
    color: white;
    border: none;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 16px rgba(74, 144, 196, 0.3);
    font-family: "Inter", sans-serif;
    letter-spacing: 0.3px;
}
.pm-contact-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(74, 144, 196, 0.4);
}
.pm-contact-gdpr-note {
    font-size: 11px;
    color: #9a9a9a;
    text-align: center;
    margin: 12px 0 0;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
}
.pm-contact-gdpr-note a {
    color: #4a90c4;
    text-decoration: none;
}

/* ── PROGETTI HERO ── */
.pm-progetti-hero {
    padding: 80px 0;
    background: linear-gradient(
        135deg,
        #fff8f0 0%,
        #ffffff 50%,
        rgba(244, 160, 181, 0.06) 100%
    );
    overflow: hidden;
}

/* Grid 2 colonne: testo | immagine */
.pm-progetti-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.pm-progetti-hero-text {
}

/* Colonna immagine */
.pm-progetti-hero-img {
    position: relative;
}

.pm-progetti-hero-img-main {
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 1;
    box-shadow: 0 24px 60px rgba(74, 144, 196, 0.15);
}

.pm-progetti-hero-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.pm-progetti-hero-img:hover .pm-progetti-hero-img-main img {
    transform: scale(1.03);
}

/* Foto piccola flottante in basso a sinistra */
.pm-progetti-hero-img-float {
    position: absolute;
    bottom: -24px;
    left: -24px;
    width: 160px;
    height: 160px;
    border-radius: 20px;
    overflow: hidden;
    border: 4px solid #ffffff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.pm-progetti-hero-img-float img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Badge "48+ progetti" */
.pm-progetti-hero-badge {
    position: absolute;
    top: 24px;
    right: -16px;
    background: #ffffff;
    border-radius: 16px;
    padding: 14px 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.pm-progetti-hero-badge-num {
    font-family: "Playfair Display", serif;
    font-size: 28px;
    font-weight: 700;
    color: #4a90c4;
    line-height: 1;
}

.pm-progetti-hero-badge-label {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #7a7a7a;
    white-space: nowrap;
}

/* Responsive */
@media (max-width: 900px) {
    .pm-progetti-hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .pm-progetti-hero-img {
        max-width: 500px;
        margin: 0 auto;
    }
    .pm-progetti-hero-img-main {
        aspect-ratio: 16/9;
    }
}
.pm-progetti-title {
    font-family: "Playfair Display", serif !important;
    font-size: clamp(36px, 5vw, 58px) !important;
    font-weight: 800 !important;
    color: #3d3d3d !important;
    margin: 16px 0 20px !important;
    letter-spacing: -1.5px !important;
    line-height: 1.08 !important;
}
.pm-progetti-desc {
    font-size: 17px;
    color: #7a7a7a;
    line-height: 1.75;
    margin: 0 0 36px;
    max-width: 520px;
    font-family: "Inter", sans-serif;
}
.pm-progetti-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}
.pm-progetti-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #4a90c4;
    color: #ffffff !important;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 4px 16px rgba(74, 144, 196, 0.3);
    font-family: "Inter", sans-serif;
}
.pm-progetti-btn-primary:hover {
    background: #2e6fa3;
    transform: translateY(-2px);
    color: #ffffff !important;
}
.pm-progetti-btn-ghost {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #d1d5db;
    padding-bottom: 1px;
    transition: all 0.2s;
    font-family: "Inter", sans-serif;
}
.pm-progetti-btn-ghost:hover {
    color: #3d3d3d;
    border-color: #3d3d3d;
}

/* ── STATS BAR ── */
.pm-progetti-stats {
    background: #ffffff;
    border-bottom: 1px solid #f3f4f6;
}
.pm-stats-bar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pm-stat-item {
    padding: 28px 40px;
    text-align: center;
    border-right: 1px solid #f0f0f0;
    flex: 1;
    min-width: 140px;
}
.pm-stat-item:last-child {
    border-right: none;
}
.pm-stat-num {
    font-family: "Inter", sans-serif !important;
    font-size: 32px !important;
    font-weight: 800 !important;
    margin: 0 0 4px !important;
    letter-spacing: -1px !important;
}
.pm-stat-label {
    font-size: 13px;
    color: #7a7a7a;
    margin: 0;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

/* ── GALLERY ── */
.pm-progetti-gallery {
    padding: 72px 0;
    background: #fafafa;
}

/* ── PROCESS PROGETTI ── */
.pm-progetti-process {
    padding: 72px 0;
    background: #ffffff;
}
.pm-progetti-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.pm-progetti-step {
    background: #fafafa;
    border-radius: 20px;
    padding: 28px 24px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s;
}
.pm-progetti-step:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.07);
}
.pm-progetti-step-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.pm-progetti-step-title {
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #3d3d3d !important;
    margin: 0 0 8px !important;
}
.pm-progetti-step-desc {
    font-family: "Inter", sans-serif !important;
    font-size: 13px !important;
    color: #7a7a7a !important;
    line-height: 1.65 !important;
    margin: 0 !important;
}

/* ── REVIEWS ── */
.pm-progetti-reviews {
    padding: 72px 0;
    background: #fff8f0;
}
.pm-progetti-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.pm-review-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.pm-review-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 16px;
}
.pm-review-text {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.7;
    margin: 0 0 20px;
    font-style: italic;
    font-family: "Inter", sans-serif;
}
.pm-review-author {
    display: flex;
    align-items: center;
    gap: 10px;
}
.pm-review-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    flex-shrink: 0;
}
.pm-review-name {
    font-size: 13px;
    font-weight: 600;
    color: #3d3d3d;
    margin: 0;
    font-family: "Inter", sans-serif;
}
.pm-review-city {
    font-size: 12px;
    color: #9a9a9a;
    margin: 0;
    font-family: "Inter", sans-serif;
}

/* ── PROGETTI CTA SCURO ── */
.pm-progetti-cta {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, #3d3d3d 0%, #2a2a2a 100%);
    text-align: center;
}
.pm-progetti-cta-blob {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.pm-progetti-cta-blob--1 {
    width: 240px;
    height: 240px;
    top: -60px;
    right: -60px;
    background: rgba(74, 144, 196, 0.12);
}
.pm-progetti-cta-blob--2 {
    width: 180px;
    height: 180px;
    bottom: -40px;
    left: 5%;
    background: rgba(244, 160, 181, 0.1);
}
.pm-progetti-cta-title {
    font-family: "Playfair Display", serif !important;
    font-size: clamp(28px, 4vw, 42px) !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 0 16px !important;
    letter-spacing: -0.5px !important;
    line-height: 1.2 !important;
}
.pm-progetti-cta-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.65);
    margin: 0 0 36px;
    line-height: 1.75;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Inter", sans-serif;
}

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
    .pm-about-hero-grid,
    .pm-about-story-grid,
    .pm-contact-form-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .pm-about-hero-img-wrap {
        display: none;
    }
    .pm-about-values-grid,
    .pm-contact-channels-grid,
    .pm-progetti-reviews-grid {
        grid-template-columns: 1fr 1fr;
    }
    .pm-progetti-steps {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 640px) {
    .pm-about-values-grid,
    .pm-contact-channels-grid,
    .pm-progetti-reviews-grid {
        grid-template-columns: 1fr;
    }
    .pm-progetti-steps {
        grid-template-columns: 1fr;
    }
    .pm-about-stats-grid {
        grid-template-columns: 1fr 1fr;
    }
    .pm-stat-item {
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
    }
    .pm-contact-form-row {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   CUSTOMER ACCOUNT — Profilo utente Petit Monde Luxe
   ========================================================= */

.pm-account-page {
    background: #f9fafb;
    min-height: calc(100vh - 200px);
    padding: 40px 0 80px;
}

.pm-account-body {
    max-width: 1200px;
}

/* ── Mobile header ── */
.pm-account-mobile-header {
    background: #ffffff;
    border-bottom: 1px solid #f3f4f6;
    padding: 14px 16px;
    margin-bottom: 0;
}
.pm-account-mobile-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pm-account-mobile-user {
    display: flex;
    align-items: center;
    gap: 12px;
}
.pm-account-mobile-name {
    font-size: 14px;
    font-weight: 600;
    color: #3d3d3d;
    margin: 0;
    font-family: "Inter", sans-serif;
}
.pm-account-mobile-label {
    font-size: 12px;
    color: #9a9a9a;
    margin: 0;
    font-family: "Inter", sans-serif;
}
.pm-account-menu-toggle {
    background: none;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    padding: 7px;
    color: #5a5a5a;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.2s;
}
.pm-account-menu-toggle:hover {
    border-color: #4a90c4;
    color: #4a90c4;
}

/* ── Layout principale ── */
.pm-account-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 24px;
    align-items: start;
    padding-top: 24px;
}

/* ── Sidebar ── */
.pm-account-sidebar {
    flex-direction: column;
}

.pm-account-sidebar-inner {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #f3f4f6;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* User info nella sidebar */
.pm-account-sidebar-user {
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid #f3f4f6;
    background: linear-gradient(135deg, #fff8f0, #ffffff);
}

.pm-account-avatar-wrap {
    position: relative;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}
.pm-account-avatar-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.pm-account-avatar-sm {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}
.pm-account-avatar-sm .pm-account-avatar-img {
    width: 36px;
    height: 36px;
}
.pm-account-avatar-online {
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 11px;
    height: 11px;
    background: #22c55e;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.pm-account-sidebar-name {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #3d3d3d;
    margin: 0 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pm-account-sidebar-email {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    color: #9a9a9a;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Navigazione sidebar */
.pm-account-nav {
    padding: 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

.pm-account-nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #5a5a5a;
    text-decoration: none;
    transition: all 0.2s ease;
}
.pm-account-nav-item:hover {
    background: rgba(74, 144, 196, 0.07);
    color: #4a90c4;
}
.pm-account-nav-item.active {
    background: rgba(74, 144, 196, 0.1);
    color: #4a90c4;
    font-weight: 600;
}
.pm-account-nav-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    opacity: 0.8;
}
.pm-account-nav-item.active .pm-account-nav-icon {
    opacity: 1;
}

/* Footer sidebar */
.pm-account-sidebar-footer {
    padding: 16px 12px;
    border-top: 1px solid #f3f4f6;
}
.pm-account-sidebar-shop-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: rgba(74, 144, 196, 0.06);
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #4a90c4;
    text-decoration: none;
    transition: all 0.2s ease;
}
.pm-account-sidebar-shop-link:hover {
    background: rgba(74, 144, 196, 0.12);
    color: #2e6fa3;
}

/* ── Main content ── */
.pm-account-main {
    min-width: 0;
}

.pm-account-content-header {
    margin-bottom: 20px;
}
.pm-account-content-title {
    font-family: "Playfair Display", serif !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #3d3d3d !important;
    margin: 0 !important;
}

.pm-account-content-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ── Offcanvas mobile ── */
.pm-account-offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #f3f4f6;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #3d3d3d;
}
.pm-account-offcanvas-close {
    background: none;
    border: none;
    cursor: pointer;
    color: #5a5a5a;
    display: flex;
    align-items: center;
    padding: 4px;
}
.pm-account-offcanvas-close:hover {
    color: #4a90c4;
}

/* ── Dashboard overview ── */

/* Welcome card */
.pm-dash-welcome {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #f3f4f6;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.pm-dash-welcome-avatar {
    position: relative;
    flex-shrink: 0;
}
.pm-dash-welcome-change {
    position: absolute;
    bottom: -2px;
    right: -2px;
}
.pm-dash-welcome-change input[type="file"] {
    display: none !important;
}
.pm-dash-welcome-change-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: #4a90c4;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    border: 2px solid white;
    transition: background 0.2s;
}
.pm-dash-welcome-change-btn:hover {
    background: #2e6fa3;
}

.pm-dash-welcome-title {
    font-family: "Playfair Display", serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #3d3d3d !important;
    margin: 0 0 6px !important;
}
.pm-dash-welcome-sub {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #7a7a7a;
    margin: 0;
    line-height: 1.6;
}

/* Stats */
.pm-dash-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.pm-dash-stat {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #f3f4f6;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: all 0.2s ease;
}
.pm-dash-stat:hover {
    border-color: #e5e7eb;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.pm-dash-stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.pm-dash-stat-num {
    font-family: "Inter", sans-serif !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #3d3d3d !important;
    margin: 0 0 2px !important;
    letter-spacing: -0.5px !important;
}
.pm-dash-stat-label {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    color: #9a9a9a;
    margin: 0;
    font-weight: 500;
}

/* Quick actions */
.pm-dash-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pm-dash-action-card {
    background: #ffffff;
    border: 1px solid #f3f4f6;
    border-radius: 14px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.pm-dash-action-card:hover {
    border-color: #e5e7eb;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transform: translateX(4px);
}
.pm-dash-action-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.pm-dash-action-text {
    flex: 1;
    min-width: 0;
}
.pm-dash-action-title {
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #3d3d3d !important;
    margin: 0 0 2px !important;
}
.pm-dash-action-sub {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    color: #9a9a9a;
    margin: 0;
}
.pm-dash-action-arrow {
    flex-shrink: 0;
    transition: transform 0.2s;
}
.pm-dash-action-card:hover .pm-dash-action-arrow {
    transform: translateX(4px);
}

/* Empty orders CTA */
.pm-dash-empty-orders {
    background: rgba(74, 144, 196, 0.05);
    border: 1.5px dashed rgba(74, 144, 196, 0.3);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.pm-dash-empty-orders-icon {
    width: 52px;
    height: 52px;
    background: rgba(74, 144, 196, 0.1);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.pm-dash-empty-title {
    font-family: "Inter", sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #3d3d3d !important;
    margin: 0 0 4px !important;
}
.pm-dash-empty-sub {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: #7a7a7a;
    margin: 0;
}
.pm-dash-empty-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #4a90c4;
    color: #ffffff !important;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    transition: all 0.2s;
    margin-left: auto;
}
.pm-dash-empty-btn:hover {
    background: #2e6fa3;
    color: #ffffff !important;
}

/* ── Override Bootstrap cards nel profilo ── */
.pm-account-content-body .card {
    border-radius: 14px !important;
    border: 1px solid #f3f4f6 !important;
    box-shadow: none !important;
}
.pm-account-content-body .card-body {
    padding: 20px !important;
}
.pm-account-content-body .btn-primary {
    background-color: #4a90c4 !important;
    border-color: #4a90c4 !important;
    border-radius: 50px !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    padding: 8px 20px !important;
}
.pm-account-content-body .btn-primary:hover {
    background-color: #2e6fa3 !important;
    border-color: #2e6fa3 !important;
}
.pm-account-content-body .btn-success {
    background-color: #6dbf9e !important;
    border-color: #6dbf9e !important;
    border-radius: 50px !important;
}
.pm-account-content-body .btn-warning {
    background-color: #f59e0b !important;
    border-color: #f59e0b !important;
    border-radius: 50px !important;
    color: #fff !important;
}
.pm-account-content-body .table {
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
}
.pm-account-content-body .badge {
    border-radius: 20px !important;
    font-family: "Inter", sans-serif !important;
}
.pm-account-content-body .form-control,
.pm-account-content-body .form-select {
    border: 1.5px solid #e5e7eb !important;
    border-radius: 10px !important;
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
}
.pm-account-content-body .form-control:focus,
.pm-account-content-body .form-select:focus {
    border-color: #4a90c4 !important;
    box-shadow: 0 0 0 3px rgba(74, 144, 196, 0.12) !important;
}
.pm-account-content-body .nav-link.active {
    color: #4a90c4 !important;
    border-bottom-color: #4a90c4 !important;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .pm-account-layout {
        grid-template-columns: 1fr;
        padding-top: 0;
    }
    .pm-account-sidebar {
        display: none !important;
    }
    .pm-dash-stats {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 576px) {
    .pm-account-page {
        padding: 0 0 60px;
    }
    .pm-dash-stats {
        grid-template-columns: 1fr;
    }
    .pm-dash-welcome {
        flex-direction: column;
        text-align: center;
    }
    .pm-dash-empty-orders {
        flex-direction: column;
        text-align: center;
    }
    .pm-dash-empty-btn {
        margin: 0 auto;
    }
}

/* =========================================================
   BB-CUSTOMER — Override classi plugin ecommerce
   Per le sottopagine che non hanno ancora override blade
   ========================================================= */

/* Contenitore principale */
.bb-customer-page {
    background: #f9fafb !important;
    min-height: calc(100vh - 200px);
    padding: 40px 0 80px;
}

/* Sidebar */
.bb-customer-sidebar-wrapper {
    background: #ffffff !important;
    border-radius: 16px;
    border: 1px solid #f3f4f6 !important;
    overflow: hidden;
}
.bb-customer-sidebar-heading {
    background: linear-gradient(135deg, #fff8f0, #ffffff) !important;
    border-bottom: 1px solid #f3f4f6 !important;
}
.bb-customer-sidebar-heading .name {
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #3d3d3d !important;
}
.bb-customer-sidebar-heading .email {
    font-family: "Inter", sans-serif !important;
    font-size: 12px !important;
    color: #9a9a9a !important;
}

/* Nav pills nella sidebar */
.bb-customer-navigation .nav-pills .nav-link {
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #5a5a5a !important;
    border-radius: 10px !important;
    padding: 10px 12px !important;
    transition: all 0.2s ease !important;
}
.bb-customer-navigation .nav-pills .nav-link:hover {
    background: rgba(74, 144, 196, 0.07) !important;
    color: #4a90c4 !important;
}
.bb-customer-navigation .nav-pills .nav-link.active {
    background: rgba(74, 144, 196, 0.1) !important;
    color: #4a90c4 !important;
    font-weight: 600 !important;
}

/* Content header */
.bb-profile-header {
    padding: 20px 24px !important;
    border-bottom: 1px solid #f3f4f6 !important;
    background: #ffffff !important;
    border-radius: 16px 16px 0 0;
}
.bb-profile-header-title {
    font-family: "Playfair Display", serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #3d3d3d !important;
}

/* Profile main area */
.bb-profile-main {
    padding: 24px !important;
    background: #ffffff;
    border-radius: 0 0 16px 16px;
    border: 1px solid #f3f4f6;
    border-top: none;
}
.bb-profile-content {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #f3f4f6;
}

/* Override Bootstrap elements nel profilo */
.bb-customer-page .card {
    border-radius: 14px !important;
    border: 1px solid #f3f4f6 !important;
    box-shadow: none !important;
}
.bb-customer-page .btn-primary {
    background-color: #4a90c4 !important;
    border-color: #4a90c4 !important;
    border-radius: 50px !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
}
.bb-customer-page .btn-primary:hover {
    background-color: #2e6fa3 !important;
    border-color: #2e6fa3 !important;
}
.bb-customer-page .btn-success {
    background-color: #6dbf9e !important;
    border-color: #6dbf9e !important;
    border-radius: 50px !important;
}
.bb-customer-page .btn-danger {
    border-radius: 50px !important;
}
.bb-customer-page .btn-outline-primary {
    border-color: #4a90c4 !important;
    color: #4a90c4 !important;
    border-radius: 50px !important;
}
.bb-customer-page .btn-outline-primary:hover {
    background-color: #4a90c4 !important;
    color: #fff !important;
}
.bb-customer-page .badge.bg-primary {
    background-color: #4a90c4 !important;
}
.bb-customer-page .badge.bg-success {
    background-color: #6dbf9e !important;
}
.bb-customer-page .form-control,
.bb-customer-page .form-select {
    border: 1.5px solid #e5e7eb !important;
    border-radius: 10px !important;
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
}
.bb-customer-page .form-control:focus,
.bb-customer-page .form-select:focus {
    border-color: #4a90c4 !important;
    box-shadow: 0 0 0 3px rgba(74, 144, 196, 0.12) !important;
}
.bb-customer-page .form-label {
    font-family: "Inter", sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #3d3d3d !important;
}
.bb-customer-page .table {
    font-family: "Inter", sans-serif !important;
}
.bb-customer-page .table thead th {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #9a9a9a !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #f3f4f6 !important;
}
.bb-customer-page .table td {
    font-size: 14px !important;
    color: #5a5a5a !important;
    vertical-align: middle !important;
    border-color: #f9fafb !important;
}
.bb-customer-page .pagination .page-link {
    border-radius: 8px !important;
    font-family: "Inter", sans-serif !important;
    border-color: #e5e7eb !important;
    color: #5a5a5a;
}
.bb-customer-page .pagination .page-item.active .page-link {
    background-color: #4a90c4 !important;
    border-color: #4a90c4 !important;
}
.bb-customer-page h1,
.bb-customer-page h2,
.bb-customer-page h3,
.bb-customer-page h4,
.bb-customer-page h5 {
    font-family: "Inter", sans-serif !important;
}

/* Alert / notifiche */
.bb-customer-page .alert-success {
    background: rgba(109, 191, 158, 0.1) !important;
    border-color: rgba(109, 191, 158, 0.3) !important;
    color: #2d6a4f !important;
    border-radius: 12px !important;
}
.bb-customer-page .alert-danger {
    background: rgba(244, 160, 181, 0.1) !important;
    border-color: rgba(244, 160, 181, 0.3) !important;
    border-radius: 12px !important;
}
.bb-customer-page .alert-info {
    background: rgba(74, 144, 196, 0.08) !important;
    border-color: rgba(74, 144, 196, 0.2) !important;
    border-radius: 12px !important;
}

/* =========================================================
   MEGA MENU — Shop categorie
   ========================================================= */

/* Nav list custom */
.pm-nav {
    display: flex;
    align-items: center;
}
.pm-nav-list {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pm-nav-item {
    position: relative;
}

.pm-nav-link {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #3d3d3d;
    padding: 8px 12px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}
.pm-nav-link:hover,
.pm-nav-link.active {
    color: #4a90c4;
    background: rgba(74, 144, 196, 0.06);
}

.pm-nav-chevron {
    transition: transform 0.2s ease;
    color: #9a9a9a;
    flex-shrink: 0;
}
.pm-nav-item--mega:hover .pm-nav-chevron {
    transform: rotate(180deg);
    color: #4a90c4;
}

/* Mega menu dropdown */
.pm-megamenu {
    position: absolute;
    top: 100%; /* attaccato al link — nessun gap che chiude il menu */
    left: 50%;
    transform: translateX(-50%);
    width: 680px;
    background: #ffffff;
    border: 1px solid #f3f4f6;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.2s ease,
        visibility 0.2s ease,
        transform 0.2s ease;
    z-index: 9999;
    padding-top: 16px; /* distanza visiva ottenuta con padding invece del gap */
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
}

/* Ponte invisibile: copre lo spazio tra il link e il bordo visivo del pannello
   così il mouse non "cade nel vuoto" e il menu rimane aperto */
.pm-megamenu::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    height: 12px;
}

.pm-nav-item--mega:hover .pm-megamenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
    transition:
        opacity 0.15s ease,
        visibility 0.15s ease,
        transform 0.15s ease;
}

/* Piccolo delay in uscita: evita chiusura accidentale durante lo spostamento del mouse */
.pm-nav-item--mega .pm-megamenu {
    transition-delay: 0s;
}
.pm-nav-item--mega:not(:hover) .pm-megamenu {
    transition-delay: 80ms;
}

/* Freccia decorativa in alto */
.pm-megamenu::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-left: 1px solid #f3f4f6;
    border-top: 1px solid #f3f4f6;
}

/* Griglia categorie */
.pm-megamenu-cats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 16px;
}

.pm-megamenu-cat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 12px 8px;
    border-radius: 12px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.2s ease;
    background: #f9fafb;
}
.pm-megamenu-cat:hover {
    border-color: #4a90c4;
    background: rgba(74, 144, 196, 0.05);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(74, 144, 196, 0.12);
}

.pm-megamenu-cat-img {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 8px;
    overflow: hidden;
    background: #f3f4f6;
}
.pm-megamenu-cat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.pm-megamenu-cat:hover .pm-megamenu-cat-img img {
    transform: scale(1.06);
}

.pm-megamenu-cat-name {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #3d3d3d;
    text-align: center;
    line-height: 1.3;
}
.pm-megamenu-cat:hover .pm-megamenu-cat-name {
    color: #4a90c4;
}

/* Footer mega menu */
.pm-megamenu-footer {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 16px;
    border-top: 1px solid #f3f4f6;
}

.pm-megamenu-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    background: #4a90c4;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.2s ease;
    margin-right: auto;
}
.pm-megamenu-all:hover {
    background: #2e6fa3;
    color: #ffffff;
    transform: translateX(2px);
}

.pm-megamenu-link {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #7a7a7a;
    text-decoration: none;
    transition: color 0.2s;
}
.pm-megamenu-link:hover {
    color: #4a90c4;
}

/* =========================================================
   MENU MOBILE OFF-CANVAS — colori palette BonBon sul pannello padre
   ========================================================= */

/* Colore primario sul pulsante close hover */
.offcanvas__close-btn:hover {
    background-color: #4a90c4 !important;
    border-color: #4a90c4 !important;
}

/* Link menu mobile: font Inter + colori palette */
.tp-main-menu-mobile .main-menu > nav > ul > li > a,
.tp-main-menu-mobile ul li a {
    font-family: "Inter", sans-serif !important;
    color: #3d3d3d !important;
}

.tp-main-menu-mobile .main-menu > nav > ul > li > a:hover,
.tp-main-menu-mobile ul li a:hover {
    color: #4a90c4 !important;
}

/* Bottone "Contact Us" nella barra off-canvas */
.offcanvas__btn .tp-btn-2 {
    border-radius: 50px !important;
    background: #4a90c4 !important;
    color: #ffffff !important;
    border-color: #4a90c4 !important;
}

.offcanvas__btn .tp-btn-2:hover {
    background: #2e6fa3 !important;
    border-color: #2e6fa3 !important;
}

/* =========================================================
   PRODUCT CARDS — stile BonBon palette
   Sovrascrive tp-product-item-3 del tema padre
   ========================================================= */

/* Card wrapper */
.tp-product-item-3 {
    background: #ffffff;
    border: 1px solid #f0f1f3;
    border-radius: 16px;
    overflow: hidden;
    transition:
        box-shadow 0.3s ease,
        transform 0.3s ease;
    margin-bottom: 24px !important;
}

.tp-product-item-3:hover {
    box-shadow: 0 12px 40px rgba(74, 144, 196, 0.12);
    transform: translateY(-4px);
}

/* Immagine: altezza fissa con object-fit */
.tp-product-thumb-3 {
    background: #fafbfc;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    margin-bottom: 0 !important;
}

.tp-product-thumb-3 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.4s ease !important;
}

.tp-product-item-3:hover .tp-product-thumb-3 img {
    transform: scale(1.06) !important;
}

/* Contenuto testuale */
.tp-product-content-3 {
    padding: 14px 16px 16px;
}

/* Titolo */
.tp-product-title-3 {
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #3d3d3d !important;
    margin-bottom: 6px !important;
    line-height: 1.4 !important;
}

.tp-product-title-3 a {
    color: #3d3d3d !important;
    text-decoration: none !important;
}

.tp-product-title-3 a:hover {
    color: #4a90c4 !important;
}

/* Prezzo */
.tp-product-price-3 span,
.tp-product-price-3 .new-price {
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #4a90c4 !important;
}

.tp-product-price-3 .old-price {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #9a9a9a !important;
    text-decoration: line-through !important;
}

/* Badge (Nuovo, Saldo ecc.) */
.tp-product-badge span {
    font-family: "Inter", sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
    padding: 3px 10px !important;
}

/* Bottone aggiungi al carrello */
.tp-product-item-3 .tp-product-add-cart-btn-large {
    background: #4a90c4 !important;
    color: #ffffff !important;
    border-radius: 0 0 16px 16px !important;
    font-family: "Inter", sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    width: 100% !important;
    padding: 10px !important;
    transition: background 0.2s ease !important;
}

.tp-product-item-3 .tp-product-add-cart-btn-large:hover {
    background: #2e6fa3 !important;
}

/* Icone azione (wishlist, quick view) */
.tp-product-action-btn-3 {
    background: #ffffff !important;
    border: 1px solid #f0f1f3 !important;
    border-radius: 50% !important;
    color: #5a5a5a !important;
    transition: all 0.2s ease !important;
}

.tp-product-action-btn-3:hover,
.tp-product-action-btn-3.active {
    background: #4a90c4 !important;
    border-color: #4a90c4 !important;
    color: #ffffff !important;
}

/* Sezione titolo sopra la griglia */
.tp-product-arrival-area .tp-section-title {
    font-family: "Playfair Display", serif !important;
    color: #3d3d3d !important;
}

/* Bottone "Vedi tutti" in fondo alla sezione */
.tp-product-arrival-area .tp-btn,
.tp-product-arrival-area a.tp-btn {
    border-radius: 50px !important;
    background: #4a90c4 !important;
    color: #ffffff !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    padding: 12px 32px !important;
    transition: background 0.2s ease !important;
}

.tp-product-arrival-area .tp-btn:hover,
.tp-product-arrival-area a.tp-btn:hover {
    background: #2e6fa3 !important;
}

/* =========================================================
   CATEGORY BOXES — stile BonBon
   ========================================================= */

/* Box categoria: altezza ridotta, angoli arrotondati, overflow hidden */
.tp-category-main-box {
    height: 300px !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    margin-bottom: 24px !important;
}

/* Overlay gradiente dal basso per leggibilità testo */
.tp-category-main-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(30, 30, 50, 0.7) 0%,
        rgba(30, 30, 50, 0.2) 50%,
        transparent 100%
    );
    border-radius: 20px;
    z-index: 0;
    transition: opacity 0.3s ease;
}

.tp-category-main-box:hover::after {
    opacity: 0.85;
}

/* Zoom immagine su hover */
.tp-category-main-thumb {
    transition: transform 0.5s ease !important;
}

.tp-category-main-box:hover .tp-category-main-thumb {
    transform: scale(1.07) !important;
}

/* Contenuto testo: sopra l'overlay */
.tp-category-main-content {
    z-index: 2 !important;
    bottom: 22px !important;
    left: 20px !important;
    right: 20px !important;
    text-align: left !important;
}

/* Titolo categoria */
.tp-category-main-title {
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 4px !important;
    line-height: 1.3 !important;
}

.tp-category-main-title a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.tp-category-main-title a:hover {
    color: #d4eaf7 !important;
}

/* Contatore prodotti */
.tp-category-main-item {
    font-family: "Inter", sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.75) !important;
    display: block !important;
}

/* Pill "Esplora" visibile al hover — aggiunto tramite pseudo su content */
.tp-category-main-box::before {
    content: "Esplora →";
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(6px);
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 2;
    opacity: 0;
    transform: translateY(6px);
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    pointer-events: none;
}

.tp-category-main-box:hover::before {
    opacity: 1;
    transform: translateY(0);
}

/* Sezione categorie: sfondo cream SOLO in homepage (body#page-home) */
#page-home .tp-category-area {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
    background-color: #fff8f0 !important;
}

/* =========================================================
   PRODUCTS GRID — sezione "Prodotti in Evidenza"
   ========================================================= */

/* Sfondo bianco — alterna con il cream delle categorie sopra */
.tp-product-arrival-area {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background-color: #ffffff !important;
}

/* Margine sotto la griglia */
.tp-product-arrival-area [class*="col-"] .tp-product-item-3 {
    margin-bottom: 28px !important;
}

/* =========================================================
   SHOP PAGE — Category cards (widget ProductCategoriesWidget)
   ========================================================= */

.pm-shop-categories {
    background: #ffffff;
    border-bottom: 1px solid #f3f4f6;
}

/* Grid: ogni colonna contiene card + tag sotto */
.pm-shop-cats-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

@media (max-width: 1199px) {
    .pm-shop-cats-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 767px) {
    .pm-shop-cats-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }
}
@media (max-width: 480px) {
    .pm-shop-cats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

/* Colonna: card + tag impilati verticalmente */
.pm-shop-cat-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* ── Card ── */
.pm-shop-cat-card {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #f0f1f3;
    background: #ffffff;
    text-decoration: none !important;
    transition:
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.pm-shop-cat-card:hover {
    box-shadow: 0 8px 32px rgba(74, 144, 196, 0.14);
    transform: translateY(-3px);
}

/* Immagine quadrata */
.pm-shop-cat-img {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f5f5f5;
}

.pm-shop-cat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

.pm-shop-cat-card:hover .pm-shop-cat-img img {
    transform: scale(1.06);
}

/* Overlay gradiente dal basso */
.pm-shop-cat-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(20, 20, 40, 0.45) 0%,
        transparent 55%
    );
    display: flex;
    align-items: flex-end;
    padding: 10px;
    transition: opacity 0.3s ease;
}

/* Nome sovrapposto sull'immagine (visibile su hover) */
.pm-shop-cat-name-overlay {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(4px);
    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}

.pm-shop-cat-card:hover .pm-shop-cat-name-overlay {
    opacity: 1;
    transform: translateY(0);
}

/* Body sotto l'immagine */
.pm-shop-cat-body {
    padding: 10px 12px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

/* Nome categoria */
.pm-shop-cat-name {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #3d3d3d;
    line-height: 1.3;
    transition: color 0.2s ease;
}

.pm-shop-cat-card:hover .pm-shop-cat-name {
    color: #4a90c4;
}

/* "Esplora →" per categorie senza figli */
.pm-shop-cat-explore {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #4a90c4;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.pm-shop-cat-card:hover .pm-shop-cat-explore {
    opacity: 1;
}

/* ── Sottocategorie: SOTTO la card ── */
.pm-shop-cat-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0 2px;
}

.pm-shop-cat-tag {
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: #5a5a5a;
    background: #f3f4f6;
    border: 1px solid #ebebeb;
    border-radius: 50px;
    padding: 3px 9px;
    text-decoration: none !important;
    white-space: nowrap;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
    display: inline-block;
    line-height: 1.4;
}

.pm-shop-cat-tag:hover {
    background: rgba(74, 144, 196, 0.1);
    color: #4a90c4;
    border-color: rgba(74, 144, 196, 0.25);
}

/* "+N altri" */
.pm-shop-cat-tag--more {
    color: #4a90c4;
    background: rgba(74, 144, 196, 0.06);
    border-color: rgba(74, 144, 196, 0.2);
}

.pm-shop-cat-tag--more:hover {
    background: rgba(74, 144, 196, 0.15);
}

/* Grid responsive: 6 col desktop → 4 tablet → 3 mobile → 2 small */
.pm-shop-cats-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

@media (max-width: 1199px) {
    .pm-shop-cats-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 767px) {
    .pm-shop-cats-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
}
@media (max-width: 480px) {
    .pm-shop-cats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

/* Card singola */
.pm-shop-cat-card {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #f0f1f3;
    background: #ffffff;
    text-decoration: none !important;
    transition:
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.pm-shop-cat-card:hover {
    box-shadow: 0 8px 32px rgba(74, 144, 196, 0.14);
    transform: translateY(-3px);
}

/* Immagine quadrata con overlay */
.pm-shop-cat-img {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f5f5f5;
}

.pm-shop-cat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

.pm-shop-cat-card:hover .pm-shop-cat-img img {
    transform: scale(1.06);
}

.pm-shop-cat-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(30, 30, 50, 0.35) 0%,
        transparent 60%
    );
    transition: opacity 0.3s ease;
}

.pm-shop-cat-card:hover .pm-shop-cat-overlay {
    opacity: 1.4;
}

/* Testo sotto l'immagine */
.pm-shop-cat-body {
    padding: 10px 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pm-shop-cat-name {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #3d3d3d;
    line-height: 1.3;
    display: block;
    transition: color 0.2s ease;
}

.pm-shop-cat-card:hover .pm-shop-cat-name {
    color: #4a90c4;
}

.pm-shop-cat-count {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #9a9a9a;
    display: block;
}

/* Sottocategorie come pill/tag */
.pm-shop-cat-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 6px;
}

.pm-shop-cat-tag {
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: #5a5a5a;
    background: #f3f4f6;
    border-radius: 50px;
    padding: 2px 8px;
    text-decoration: none !important;
    white-space: nowrap;
    transition:
        background 0.2s ease,
        color 0.2s ease;
    display: inline-block;
}

.pm-shop-cat-tag:hover {
    background: rgba(74, 144, 196, 0.12);
    color: #4a90c4;
}

.pm-shop-cat-tag--more {
    color: #4a90c4;
    background: rgba(74, 144, 196, 0.06);
    border-color: rgba(74, 144, 196, 0.2);
}

.pm-shop-cat-tag--more:hover {
    background: rgba(74, 144, 196, 0.15);
}

/* =========================================================
   CONTACT PAGE — form plugin Botble Contact
   ========================================================= */

/* Contenitore generale: rimuove il box-shadow pesante del padre */
.tp-contact-inner {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Wrapper form: card pulita */
.tp-contact-wrapper {
    margin-right: 0 !important;
    background: #ffffff;
    border: 1px solid #f0f1f3;
    border-radius: 20px;
    padding: 36px 40px !important;
}

@media (max-width: 767px) {
    .tp-contact-wrapper {
        padding: 24px 20px !important;
    }
}

/* Titolo form */
.tp-contact-title {
    font-family: "Playfair Display", serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #3d3d3d !important;
    margin-bottom: 28px !important;
}

/* Gap tra campi */
.contact-form-row {
    gap: 0 !important;
}

/* Tutti i campi full-width — no colonne affiancate */
.contact-column-6,
.contact-column-12 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.contact-form-group {
    margin-bottom: 16px !important;
}

/* Label */
.tp-contact-form .form-label,
.tp-contact-form label.form-label {
    font-family: "Inter", sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #5a5a5a !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    margin-bottom: 6px !important;
    display: block !important;
    /* rimuove il posizionamento assoluto del padre */
    position: static !important;
    background: transparent !important;
    left: auto !important;
    top: auto !important;
    padding: 0 !important;
}

/* Input e textarea */
.tp-contact-form .contact-form-input:not([type="checkbox"]):not([type="radio"]),
.tp-contact-form
    input.contact-form-input:not([type="checkbox"]):not([type="radio"]),
.contact-form
    input.contact-form-input:not([type="checkbox"]):not([type="radio"]) {
    width: 100% !important;
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    color: #3d3d3d !important;
    background: #fafbfc !important;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 10px !important;
    padding: 8px 14px !important;
    height: 40px !important;
    min-height: unset !important;
    max-height: 40px !important;
    line-height: 22px !important;
    box-sizing: border-box !important;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease !important;
    outline: none !important;
    display: block !important;
}

.tp-contact-form .contact-form-input::placeholder,
.contact-form input.contact-form-input::placeholder {
    color: #b0b5bc !important;
    font-size: 13px !important;
}

.tp-contact-form .contact-form-input:focus,
.contact-form input.contact-form-input:focus {
    border-color: #4a90c4 !important;
    box-shadow: 0 0 0 3px rgba(74, 144, 196, 0.12) !important;
    background: #ffffff !important;
}

/* Textarea — altezza libera */
.tp-contact-form textarea.contact-form-input,
.contact-form textarea.contact-form-input {
    height: auto !important;
    max-height: unset !important;
    min-height: 120px !important;
    line-height: 1.6 !important;
    resize: vertical !important;
}

.contact-form-input:focus {
    border-color: #4a90c4 !important;
    box-shadow: 0 0 0 3px rgba(74, 144, 196, 0.12) !important;
    background: #ffffff !important;
}

/* Textarea */
textarea.contact-form-input {
    min-height: 130px !important;
    resize: vertical !important;
}

/* Checkbox privacy */
.contact-form .form-check {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    padding-left: 0 !important;
    margin-top: 4px !important;
}

.contact-form .form-check-input {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    border: 1.5px solid #c8cdd5 !important;
    border-radius: 4px !important;
    margin-top: 2px !important;
    cursor: pointer !important;
    accent-color: #4a90c4 !important;
    flex-shrink: 0 !important;
}

.contact-form .form-check-label {
    font-family: "Inter", sans-serif !important;
    font-size: 12px !important;
    color: #7a7a7a !important;
    line-height: 1.5 !important;
    cursor: pointer !important;
}

/* Bottone submit */
.contact-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    background: #4a90c4 !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 13px 36px !important;
    cursor: pointer !important;
    transition:
        background 0.2s ease,
        transform 0.2s ease !important;
    margin-top: 8px !important;
    width: 100% !important;
}

.contact-button:hover {
    background: #2e6fa3 !important;
    transform: translateY(-1px) !important;
}

/* Sidebar info contatti — dentro il nostro template già ha stile,
   questa sezione del plugin viene nascosta perché è ridondante */
.pm-contact-form-right .tp-contact-info-wrapper {
    display: none !important;
}

/* Colonna full-width dato che nascondiamo la sidebar del plugin */
.pm-contact-form-right .col-xl-9,
.pm-contact-form-right .col-lg-8 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

/* Azzera tutti i wrapper intermedi del plugin così la card occupa
   esattamente la stessa altezza di pm-contact-form-left */
.pm-contact-form-right {
    display: flex;
    flex-direction: column;
}

.pm-contact-form-right .tp-contact-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-bottom: 0 !important;
    margin: 0 !important;
}

.pm-contact-form-right .tp-contact-area > .container {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.pm-contact-form-right .tp-contact-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.pm-contact-form-right .tp-contact-inner > .row {
    flex: 1;
}

.pm-contact-form-right .tp-contact-inner > .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

/* La card form si estende a tutta l'altezza */
.pm-contact-form-right .tp-contact-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-right: 0 !important;
}

.pm-contact-form-right .tp-contact-form {
    flex: 1;
}

/* =========================================================
   SHOP PAGE — Layout generale, sidebar, toolbar, brand
   ========================================================= */

/* ── 1. Sfondo e spaziatura generale ── */

/* Sfondo leggero sulla shop area per differenziarla dal bianco puro */
.tp-shop-area {
    background-color: #f4f6f8 !important;
    min-height: 60vh;
}

.tp-shop-area > .container {
    padding-top: 40px !important;
    padding-bottom: 60px !important;
}

/* ── 2. Sidebar filtri ── */

/* Contenitore sticky */
.tp-sidebar-wrapper {
    top: 90px !important;
}

/* Ogni widget nella sidebar: card con bordo */
.tp-shop-widget {
    background: #ffffff !important;
    border: 1px solid #f0f1f3 !important;
    border-radius: 16px !important;
    padding: 20px !important;
    margin-bottom: 16px !important;
}

/* Titolo widget sidebar */
.tp-shop-widget-title {
    font-family: "Inter", sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #3d3d3d !important;
    border-bottom: 2px solid #f0f1f3 !important;
    padding-bottom: 12px !important;
    margin-bottom: 16px !important;
}

/* Link filtri (categorie, tag, ecc.) */
.tp-sidebar-widget ul li a {
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    color: #5a5a5a !important;
    padding-left: 20px !important;
    transition: color 0.2s ease !important;
}

.tp-sidebar-widget ul li a:hover {
    color: #4a90c4 !important;
}

/* Pallino prima del link */
.tp-sidebar-widget ul li a::after {
    background-color: #c8d5de !important;
    width: 5px !important;
    height: 5px !important;
    top: 10px !important;
}

/* Search nella sidebar */
.tp-sidebar-search-input input {
    border: 1.5px solid #e5e7eb !important;
    border-radius: 50px !important;
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    height: 44px !important;
    padding-left: 18px !important;
    background: #fafbfc !important;
    transition: border-color 0.2s ease !important;
}

.tp-sidebar-search-input input:focus {
    border-color: #4a90c4 !important;
    outline: none !important;
}

.tp-sidebar-search-input button {
    color: #4a90c4 !important;
}

/* Price range slider — colore primario */
.tp-range-slider-wrapper .noUi-connect {
    background: #4a90c4 !important;
}

.tp-range-slider-wrapper .noUi-handle {
    border-color: #4a90c4 !important;
    box-shadow: 0 0 0 3px rgba(74, 144, 196, 0.15) !important;
}

/* Filter button mobile (apre sidebar) */
.tp-filter-btn {
    background-color: #4a90c4 !important;
    border-color: #4a90c4 !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    font-family: "Inter", sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 8px 20px !important;
}

.tp-filter-btn:hover {
    background-color: #2e6fa3 !important;
    border-color: #2e6fa3 !important;
    color: #ffffff !important;
}

/* ── 3. Toolbar sort/grid/risultati ── */

.tp-shop-top {
    background: #ffffff !important;
    border: 1px solid #f0f1f3 !important;
    border-radius: 12px !important;
    padding: 14px 20px !important;
    margin-bottom: 24px !important;
}

/* Toggle griglia/lista */
.tp-shop-top-tab .nav-tabs .nav-item .nav-link {
    border-radius: 8px !important;
    border: 1.5px solid #e5e7eb !important;
    color: #9a9a9a !important;
    font-size: 16px !important;
    height: 36px !important;
    line-height: 34px !important;
    transition: all 0.2s ease !important;
}

.tp-shop-top-tab .nav-tabs .nav-item .nav-link.active,
.tp-shop-top-tab .nav-tabs .nav-item .nav-link:hover {
    border-color: #4a90c4 !important;
    color: #4a90c4 !important;
    background: rgba(74, 144, 196, 0.06) !important;
}

/* Testo risultati */
.tp-shop-top-result p {
    font-family: "Inter", sans-serif !important;
    font-size: 13px !important;
    color: #9a9a9a !important;
}

/* Select ordinamento */
.tp-shop-top-select .nice-select {
    border-radius: 8px !important;
    border: 1.5px solid #e5e7eb !important;
    font-family: "Inter", sans-serif !important;
    font-size: 13px !important;
    height: 36px !important;
    line-height: 34px !important;
    background: #fafbfc !important;
    color: #3d3d3d !important;
    padding: 0 32px 0 14px !important;
}

.tp-shop-top-select .nice-select:hover {
    border-color: #4a90c4 !important;
}

/* ── 4. Brand slider ── */

.tp-brand-area {
    background: #ffffff !important;
    border: 1px solid #f0f1f3 !important;
    border-radius: 16px !important;
    padding: 20px 24px !important;
    margin-bottom: 32px !important;
}

.tp-brand-item {
    background: #fafbfc !important;
    border: 1px solid #f0f1f3 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    min-height: 80px !important;
    line-height: 80px !important;
    transition: background 0.2s ease !important;
}

.tp-brand-item:hover {
    background: rgba(74, 144, 196, 0.05) !important;
}

.tp-brand-item img {
    filter: grayscale(40%) !important;
    opacity: 0.7 !important;
    transition:
        filter 0.2s ease,
        opacity 0.2s ease !important;
}

.tp-brand-item:hover img {
    filter: grayscale(0%) !important;
    opacity: 1 !important;
}

/* =========================================================
   PRODUCT DETAIL PAGE
   ========================================================= */

/* Sfondo leggermente colorato sulla pagina */
.tp-product-details-area {
    background: #fafbfc !important;
}

/* Galleria immagini: bordo arrotondato */
.tp-product-details-thumb-wrapper {
    border-radius: 20px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid #f0f1f3 !important;
}

/* Thumbnail selezionata: bordo blu */
.tp-product-details-nav .swiper-slide.active img,
.tp-product-details-nav .swiper-slide:hover img {
    border-color: #4a90c4 !important;
}

/* Box info prodotto: card bianca */
.tp-product-details-wrapper {
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 36px !important;
    border: 1px solid #f0f1f3 !important;
}

/* Categoria sopra il titolo */
.tp-product-details-category a {
    font-family: "Inter", sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #4a90c4 !important;
    background: rgba(74, 144, 196, 0.08) !important;
    padding: 4px 12px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
}

/* Titolo prodotto */
.tp-product-details-title {
    font-family: "Playfair Display", serif !important;
    font-size: clamp(24px, 3vw, 36px) !important;
    font-weight: 700 !important;
    color: #3d3d3d !important;
    line-height: 1.2 !important;
    margin-bottom: 12px !important;
}

/* Prezzo */
.tp-product-details-price-wrapper .tp-product-details-price.new-price {
    font-family: "Inter", sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #4a90c4 !important;
}

.tp-product-details-price-wrapper .tp-product-details-price.old-price {
    font-size: 18px !important;
    color: #9a9a9a !important;
    text-decoration: line-through !important;
}

/* Rating stelle */
.tp-product-details-review-icon svg {
    color: #f59e0b !important;
}
.tp-product-details-review-text a {
    font-family: "Inter", sans-serif !important;
    font-size: 13px !important;
    color: #7a7a7a !important;
    text-decoration: none !important;
}

/* Separatore */
.tp-product-details-action-wrapper {
    border-top: 1px solid #f0f1f3 !important;
    padding-top: 24px !important;
}

/* Label (Quantità, Varianti ecc.) */
.tp-product-details-action-title {
    font-family: "Inter", sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    color: #5a5a5a !important;
}

/* Input quantità */
.tp-product-details-quantity .tp-product-quantity-input {
    border: 1.5px solid #e5e7eb !important;
    border-radius: 10px !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
}

.tp-product-details-quantity .tp-product-quantity-btn {
    border-color: #e5e7eb !important;
    color: #4a90c4 !important;
    border-radius: 10px !important;
}

/* Bottone Add to Cart */
.tp-product-details-add-to-cart-btn {
    background: #4a90c4 !important;
    border-color: #4a90c4 !important;
    border-radius: 50px !important;
    font-family: "Inter", sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px !important;
    transition:
        background 0.2s,
        transform 0.2s !important;
}

.tp-product-details-add-to-cart-btn:hover {
    background: #2e6fa3 !important;
    border-color: #2e6fa3 !important;
    transform: translateY(-1px) !important;
}

/* Bottone Buy Now */
.tp-product-details-buy-now-btn {
    background: transparent !important;
    border: 2px solid #4a90c4 !important;
    color: #4a90c4 !important;
    border-radius: 50px !important;
    font-family: "Inter", sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    transition: all 0.2s !important;
}

.tp-product-details-buy-now-btn:hover {
    background: #4a90c4 !important;
    color: #ffffff !important;
}

/* Wishlist / Compare icone */
.tp-product-details-action-sm-btn {
    border: 1.5px solid #e5e7eb !important;
    border-radius: 50% !important;
    color: #5a5a5a !important;
    transition: all 0.2s !important;
}

.tp-product-details-action-sm-btn:hover {
    border-color: #4a90c4 !important;
    color: #4a90c4 !important;
    background: rgba(74, 144, 196, 0.06) !important;
}

/* Inventory badge (In stock) */
.tp-product-details-inventory span {
    font-family: "Inter", sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #6dbf9e !important;
    background: rgba(109, 191, 158, 0.1) !important;
    padding: 4px 12px !important;
    border-radius: 50px !important;
}

/* Sezione descrizione prodotto */
.tp-product-details-desc-wrapper {
    background: #ffffff !important;
    border-radius: 16px !important;
    border: 1px solid #f0f1f3 !important;
    padding: 32px !important;
    margin-top: 32px !important;
}

.tp-product-details-desc-title {
    font-family: "Playfair Display", serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #3d3d3d !important;
    margin-bottom: 16px !important;
}

/* Tab navigazione (Descrizione / Review ecc.) */
.tp-product-details-tab .nav-tabs .nav-link {
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #7a7a7a !important;
    border-radius: 0 !important;
    border-bottom: 2px solid transparent !important;
    padding: 12px 20px !important;
    transition:
        color 0.2s,
        border-color 0.2s !important;
}

.tp-product-details-tab .nav-tabs .nav-link.active,
.tp-product-details-tab .nav-tabs .nav-link:hover {
    color: #4a90c4 !important;
    border-bottom-color: #4a90c4 !important;
    background: transparent !important;
}

/* Prodotti correlati */
.tp-related-product-area {
    background: #fafbfc !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
