:root {
    /* Culori Craftik.ro */
    --brand-blue: #241a13;          /* Antracit/negru principal */
    --brand-green: #b5601c;         /* Roșu principal din logo */
    --brand-light-green: #f4e7d3;   /* Roșu pal pentru fundaluri/hover */
    --brand-yellow: #e0a52a;        /* Auriu cald pentru accente mici */

    --dark-blue: #17110b;           /* Negru curat, fără tentă albastră */
    --bg-gray: #faf7f5;             /* Fundal cald, aproape alb */
    --text-gray: #4a3f33;           /* Text secundar neutru */
    --border-gray: #e8dedb;         /* Borduri calde discrete */
    --footer-bg: #241a13;           /* Footer antracit */
    --white: #ffffff;

    --drawer-width: 320px;
}

/* Fără flash albastru la tap pe mobil (default browser); păstrăm outline-ul doar la navigarea cu tastatura. */
* { -webkit-tap-highlight-color: transparent; }
:focus:not(:focus-visible) { outline: none; }



input[type="text"] {
    height: 100% !important;
}

/* ===== LIGHTBOX PRODUS CU X ===== */

.craftik-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.88);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 32px;
}

.craftik-lightbox.active {
    display: flex;
}

.craftik-lightbox img {
    max-width: 95vw;
    max-height: 90vh;
    object-fit: contain;
    display: block;
}

.craftik-lightbox-close {
    position: fixed;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
    border-radius: 8%;
    border: none;
    background: rgba(255, 255, 255, 0.95);
    color: var(--brand-blue);
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000;
}

.craftik-lightbox-close:hover {
    background: var(--brand-green);
    color: #fff;
}

body.craftik-lightbox-open {
    overflow: hidden;
}



        
        .footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-button.button.view{
    padding-top: 8px;
    padding-bottom: 8px;
}

.woocommerce-MyAccount-content{
    margin: 16px;
}

.user-nav {
    display: flex;
    align-items: center;
    gap: 18px;
}

.account-nav,
.cart-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--brand-blue);
    font-weight: 600;
}

.account-icon-wrapper,
.cart-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-nav:hover,
.cart-nav:hover {
    opacity: 0.85;
}

.price-action-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

    .product-name{
    height: fit-content !important;
}

.home-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.home-product-grid .product-card {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    min-width: 0;
}

.home-product-grid .product-img {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.home-product-grid .product-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}

.home-product-grid .product-name {
    min-width: 0;
    margin-bottom: 10px;
}

.home-product-grid .price-wrapper {
    margin-top: auto;
}

    .craftik-product-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        align-items: flex-start;
        background: #fff;
        padding: 30px;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }

    .craftik-product-image-col {
        flex: 0 0 420px;
        min-width: 420px;
        max-width: 420px;
        width: 420px;
    }

    .craftik-product-info-col {
        flex: 1 1 0;
        min-width: 320px;
    }

    .craftik-main-image-box {
        width: 100%;
        height: 420px;
        border: 1px solid #f1f5f9;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
    }

    .craftik-main-image-box a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

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

    .craftik-gallery-thumbs {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: flex-start;
    }

    .craftik-gallery-thumb {
        width: 82px;
        height: 82px;
        border-radius: 8px;
        background: #fff;
        padding: 4px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border: 2px solid #e2e8f0;
    }

    .craftik-gallery-thumb.active {
        border-color: var(--brand-blue);
    }

    .craftik-gallery-thumb img {
        max-width: 100%;
        max-height: 100%;
        display: block;
        object-fit: contain;
    }


.filter-sidebar{
    position: relative !important;
}

.footer-contact-info-mini {
    margin: 15px 0;
}

.footer-contact-info-mini p {
    margin-bottom: 8px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact-info-mini a {
    color: #cbd5e1;
    text-decoration: none;
    transition: 0.3s;
}

.footer-contact-info-mini a:hover {
    color: #b5601c;
}

/* Stil pentru titluri coloane */
.footer-column h4 {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Iconițele de social sub contact */


.footer-socials {
    margin-top: 30px;
    display: flex;
    gap: 14px;
}



.legal-badges {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.legal-badges img {
    max-width: 180px;
    height: auto;
}

.footer-bottom {
    border-top: 1px solid #1e293b;
    padding-top: 20px;
    text-align: center;
    font-size: 13px;
}

.ast-scroll-top{
    display: none !important;
}

.footer-contact li {
    margin-bottom: 10px;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #cbd5e1;
    font-size: 13px;
    transition: color 0.2s ease;
}

.footer-contact-item:hover {
    color: var(--brand-green);
}

.footer-contact-item i {
    width: 14px;
    color: var(--brand-green);
    flex-shrink: 0;
}

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        
        html, body {
             height: 100% !important;
        }

        body {
            display: flex !important;
            flex-direction: column !important;
            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            background-color: var(--white);
            color: var(--text-gray);
            line-height: 1.5;
            overflow-x: hidden;
        }
        
        main {
            flex: 1 !important;
        }

        body.drawer-open {
            overflow: hidden;
        }

        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 16px;
        }

        /* Header Section */
        .main-header {
            background: var(--white);
            padding: 12px 0;
            border-bottom: 2px solid var(--brand-green); /* Linie de accent verde */
            position: sticky;
            top: 0;
            z-index: 100;
        }

        .header-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
        }

        .logo-section {
            display: flex;
            align-items: center;
            text-decoration: none;
        }

        .logo-img {
            height: 66px; /* Marit cu ~20% de la 55px */
            width: auto;
            display: block;
            object-fit: contain;
        }

        /* Bara de cautare - Desktop */
        .search-box-desktop {
         flex: 1;
         max-width: 600px;
         position: relative;
         display: flex;
        }
        
        .search-box-desktop form {
         width: 100%;
            display: flex;
         position: relative;
}

        .search-box-desktop input {
         width: 100%;
         border: 2px solid var(--border-gray);
         border-radius: 8px;
         padding: 10px 16px;
         padding-right: 50px;
         outline: none;
         transition: border-color 0.2s;
        }

        .search-box-desktop input:focus {
         border-color: var(--brand-blue);
        }

        .search-btn-icon {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            background: var(--brand-blue);
            color: var(--white);
            padding: 0 20px;
            border: none;
            border-radius: 0 6px 6px 0;
            cursor: pointer;
            display: flex;
            align-items: center;
        }

        .search-btn-icon:hover {
         background: var(--dark-blue);
        }

        .cart-nav {
            display: flex;
            align-items: center;
            gap: 12px;
            color: var(--brand-blue);
            cursor: pointer;
            text-decoration: none;
            transition: opacity 0.2s;
        }

        .cart-nav:hover {
            opacity: 0.8;
        }

        .cart-icon-wrapper {
            position: relative;
        }

        .badge {
            position: absolute;
            top: -8px;
            right: -8px;
            background: var(--brand-green);
            color: var(--white);
            font-size: 10px;
            font-weight: bold;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .main-label {
            font-size: 14px;
            font-weight: 800;
            color: var(--brand-blue);
            text-transform: uppercase;
        }

        /* Navbar Section */
        .category-nav {
    background: var(--brand-blue);
    color: var(--white);
    z-index: 90;
    position: relative;
}

        .nav-items-container {
    display: flex;
    min-height: 44px;
    align-items: flex-start;
    justify-content: flex-start;
}

        /* Mobile Viewports */
        .mobile-nav-row {
            display: none;
            width: 100%;
            height: 44px;
            align-items: center;
            justify-content: space-between;
        }

        .mobile-category-trigger {
            height: 100%;
            background: rgba(255,255,255,0.1);
            border: none;
            color: #fff;
            padding: 0 15px;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 13px;
            display: flex;
            align-items: center;
            gap: 8px;
            cursor: pointer;
        }

        .mobile-search-box {
            display: flex;
            background: #fff;
         border-radius: 4px;
            height: 32px;
            margin-right: 10px;
            overflow: hidden;
            flex: 0 1 300px;
        }

        .mobile-search-box form {
            width: 100%;
            display: flex;
        }

        .mobile-search-box input {
            border: none;
            padding: 0 10px;
            width: 100%;
         outline: none;
            font-size: 12px;
        }

        .mobile-search-btn {
         background: var(--brand-green);
         color: #fff;
         border: none;
         padding: 0 12px;
            cursor: pointer;
         display: flex;
         align-items: center;
        }

        /* --- DRAWER --- */
        .drawer-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.6);
            z-index: 999;
            display: none;
            opacity: 0;
            transition: opacity 0.3s;
        }

        .drawer-overlay.active {
            display: block;
            opacity: 1;
        }

        .side-drawer {
            position: fixed;
            top: 0;
            left: 0;
            width: var(--drawer-width);
            height: 100vh;
            background: var(--white);
            z-index: 1000;
            transform: translateX(-100%);
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            overflow-y: auto;
            box-shadow: 5px 0 25px rgba(0,0,0,0.2);
        }

        .side-drawer.active {
            transform: translateX(0);
        }

        .drawer-header {
            padding: 10px;
            font-weight: 800;
            border-bottom: 1px solid var(--border-gray);
            display: flex;
            justify-content: space-between;
            align-items: center;
            text-transform: uppercase;
            color: var(--brand-blue);
        }

        .drawer-nav-list { list-style: none; }
        .drawer-item { border-bottom: none; }

        .drawer-item-title {
            width: 100%;
            padding: 16px 20px;
            font-size: 14px;
            font-weight: 800;
            text-align: left;
            background: none;
            border: none;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            text-transform: uppercase;
            color: var(--brand-blue);
        }

        .drawer-item.expanded .drawer-item-title {
            background: var(--brand-light-green);
            color: var(--brand-blue);
        }

        .drawer-submenu {
            background: #fafafa;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out;
        }

        .drawer-item.expanded .drawer-submenu { max-height: 1000px; }

        .drawer-sub-link {
            padding: 12px 40px;
            font-size: 13px;
            font-weight: 600;
            color: var(--text-gray);
            display: flex;
            align-items: center;
            text-decoration: none;
        }

        .drawer-sub-link:hover {
            color: var(--brand-green);
        }

        .badge-new {
            background: var(--brand-green);
            color: #fff;
            font-size: 9px;
            padding: 2px 5px;
            border-radius: 4px;
            margin-left: 8px;
        }

        /* Desktop Nav List */
       #desktop-nav-list {
    display: flex;
    flex-wrap: wrap;          /* AICI e cheia */
    width: 100%;
    height: auto;
    align-items: stretch;
    
}

        .nav-group {
    position: relative;
    height: auto;
    flex: 0 0 auto;
}

.nav-link {
    min-height: 44px;         /* în loc de height: 100% */
    padding: 0 16px;
    font-size: 12px;
    font-weight: 800;
    color: rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    gap: 4px;
    text-transform: uppercase;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
}

        .nav-link:hover, .nav-link.active {
            background: rgba(255,255,255,0.1);
            color: var(--brand-green);
        }

        .dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            display: none;
            padding-top: 0;
            z-index: 200;
        }

        .nav-group:hover .dropdown { display: block; }

        .dropdown-content {
            background: var(--white);
            box-shadow: 0 15px 30px rgba(0,0,0,0.15);
            padding: 32px;
            display: flex;
            gap: 48px;
            border-radius: 0 0 8px 8px;
            min-width: max-content;
            border-top: 3px solid var(--brand-green);
        }

        .dropdown-column h4 {
            color: var(--brand-blue);
            font-size: 14px;
            font-weight: 900;
            border-bottom: 2px solid var(--brand-light-green);
            padding-bottom: 8px;
            margin-bottom: 16px;
            text-transform: uppercase;
        }

        .dropdown-column ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
        .dropdown-column li { font-size: 12px; font-weight: 700; color: var(--text-gray); text-transform: uppercase; cursor: pointer; transition: color 0.2s; }
        .dropdown-column li:hover { color: var(--brand-green); }

        /* Hero & Content */
        .hero-banner {
            background: linear-gradient(
        135deg,
        #f8eede 0%,
        #ffffff 20%,
        #f8eede 100%
    );
            display: flex;
            align-items: center;
            overflow: hidden;
            position: relative;
            padding: 2rem 0rem;
        }


        .hero-content { display: flex; justify-content: space-between; align-items: center; width: 100%; position: relative; z-index: 2; }
        .hero-text h1 { font-size: 56px; font-weight: 900; color: #000; line-height: 1; margin-bottom: 16px; }
        .hero-text h1 span { color: var(--brand-green); }
        .hero-text p { font-size: 24px; color: #000; font-style: italic; margin-bottom: 32px; font-weight: 300; }
        .hero-btn {
    background: var(--brand-green);
    color: #fff;
    border-radius: 40px;
    font-weight: 900;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    transition: transform 0.2s, background 0.2s;

    /* FIX pentru <a> */
    text-decoration: none;
    display: inline-block;
    line-height: normal;
}

.hero-btn:hover {
    text-decoration: none;
}
.hero-image {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 110%;
}
.hero-image img {
    border: none !important;      /* Elimină orice chenar/border anterior */
    box-shadow: none !important;  /* Elimină umbrele care dădeau efect de ramă */
    background: transparent !important; /* Asigură un fundal transparent */
    padding: 0 !important;        /* Elimină padding-ul care ar fi putut crea o margine internă */
    border-radius: 0 !important;  /* Elimină marginile rotunjite pentru ca imaginea să curgă liber */
    width: 100%;
    height: auto;
    object-fit: contain;          /* Asigură că imaginea nu e tăiată */
    display: block;
    margin-right: -16px;
}

        .trust-panel { background: #fff; border-bottom: 1px solid var(--border-gray); padding: 28px 0; }
        .trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
        .trust-item { display: flex; align-items: center; gap: 16px; }
        .trust-icon { background: #a5271b; color: #ffffff; padding: 14px; border-radius: 12px; display: flex; }
        .trust-item h4 { font-size: 14px; font-weight: 900; text-transform: uppercase; color: var(--brand-blue); }
        .trust-item p { font-size: 11px; color: #64748b; font-weight: 600; }

        .main-background { background-color: var(--bg-gray); padding: 60px 0; }
        .product-section { margin-bottom: 60px; }
        .section-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid var(--brand-light-green); padding-bottom: 16px; margin-bottom: 30px; }
        .section-header h3 { font-size: 24px; font-weight: 900; text-transform: uppercase; color: var(--brand-blue); position: relative; }
        .section-header h3::after { content: ''; position: absolute; bottom: -18px; left: 0; width: 60px; height: 4px; background: var(--brand-green); }
        
        .product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
        .product-card { background: #fff; padding: 24px; border-radius: 12px; display: flex; flex-direction: column; transition: all 0.3s; box-shadow: 0 4px 6px rgba(0,0,0,0.02); border: 1px solid transparent; }
        .product-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); border-color: var(--brand-light-green); }
        .product-img { height: 200px; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; }
        .product-img img { max-height: 100%; max-width: 100%; object-fit: contain; }
        .product-name { font-size: 14px; font-weight: 700; height: 44px; overflow: hidden; margin-bottom: 16px; line-height: 1.5; color: var(--brand-blue); }
        
        .price-wrapper { margin-top: auto; border-top: 1px solid #f8fafc; padding-top: 16px; }
        .old-price { font-size: 12px; text-decoration: line-through; color: #94a3b8; margin-bottom: 6px; font-weight: 600; }
        .current-price { color: var(--brand-blue); font-weight: 900; }
        .price-int { font-size: 30px; }
        .price-dec { font-size: 14px; vertical-align: super; margin-left: 2px; }
        
        .add-to-cart-btn { 
            background: var(--brand-green); 
            color: #fff; 
            padding: 12px; 
            border-radius: 10px; 
            border: none; 
            cursor: pointer; 
            display: flex; 
            align-items: center; 
            justify-content: center;
            transition: background 0.2s;
        }
        .add-to-cart-btn:hover { background: var(--brand-blue); }

        .main-footer { background: var(--footer-bg); color: #94a3b8; padding: 80px 0 40px; border-top: 6px solid var(--brand-green); }
        .footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 48px; margin-bottom: 60px; }
        
        .footer-logo { 
            margin-bottom: 24px; 
            display: flex;
            align-items: center;
        }
        
        .footer-logo-img {
            height: 54px; /* Marit cu ~20% de la 45px */
            width: auto;
            object-fit: contain;
        }
        
        
        .footer-links{
            margin-left: 0px;
        }


        .main-footer h4 { color: #fff; font-size: 14px; margin-bottom: 28px; text-transform: uppercase; font-weight: 900; letter-spacing: 1px; }
        .main-footer ul { list-style: none; display: flex; flex-direction: column; gap: 14px; font-size: 13px; font-weight: 600; }
        .main-footer ul li:hover { color: #fff; cursor: pointer; }
        
        .footer-bottom { border-top: 1px solid rgba(255,255,255,0.05); padding-top: 40px; text-align: center; font-size: 12px; margin-top: 40px; letter-spacing: 0.5px; }

        /* Media Queries */
        @media (max-width: 1150px) {
            #desktop-nav-list, .search-box-desktop { display: none; }
            .mobile-nav-row { display: flex; }
            .product-grid { grid-template-columns: repeat(3, 1fr); }
            .footer-grid { grid-template-columns: repeat(2, 1fr); }
            .logo-img { height: 54px; } /* Marit cu ~20% de la 45px */
        }

        @media (max-width: 768px) {
            .product-grid { grid-template-columns: repeat(2, 1fr); }
            .trust-grid { grid-template-columns: repeat(2, 1fr); }
            .hero-text h1 { font-size: 38px; }
            .mobile-search-box { flex: 0 1 200px; }
        }

        @media (max-width: 550px) {
            .footer-grid { grid-template-columns: 1fr; gap: 40px; }
            .product-grid { grid-template-columns: 1fr; }
            .hero-text h1 { font-size: 32px; }
        }

        @media (max-width: 480px) {
            .hero-image { display: none; }
            .mobile-category-trigger span { display: none; }
            .cart-nav .main-label { display: none; }
            .logo-img { height: 48px; } /* Marit cu ~20% de la 40px */
            .logo-img-footer { height: 64px; }
            .trust-grid { gap: 12px;}
        }

        @media (max-width: 350px) {
            .trust-grid { grid-template-columns: repeat(1, 1fr); gap: 24px; }
            .lucide-chevron-down {display: none;}
        }
        
        
        
        
        
        
        
        
        
        /* --- RESPONSIVE FIX PENTRU PAGINI NOI --- */

/* Layout general (Sidebar + Content) */
.craftik-split-layout {
    display: flex;
    gap: 30px;
}

@media (max-width: 992px) {
    .craftik-split-layout {
        flex-direction: column;
    }
    
    .filter-sidebar, .cart-totals {
        width: 100% !important;
        position: static !important;
    }
}

/* Stiluri pentru Tabelul de Coș pe Mobil */
@media (max-width: 768px) {
    .cart-items-list {
        overflow-x: auto;
    }
    
    .woocommerce-cart-form table {
        min-width: 600px;
    }
    
    /* Ascundem coloanele mai puțin importante pe mobil dacă e cazul */
    .cart-items-list th:nth-child(2), 
    .cart-items-list td:nth-child(2) {
        display: none;
    }
}

/* Corecție Grid Produse în Căutare/Categorii */
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

@media (max-width: 1150px) {
    .product-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
    .product-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .product-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Pagina de produs single */
.product-page-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

@media (max-width: 850px) {
    .product-page-wrapper {
        grid-template-columns: 1fr;
    }
}









/* ================================================================
   1. DESKTOP - Layout Orizontal (Imaginea 4/5)
   ================================================================ */

#coupon_code{
    min-width: 15rem;
}

/* --- FIX CIFRĂ TĂIATĂ ÎN INPUT --- */

/* 1. Mărim lățimea și eliminăm padding-ul care strânge cifra */
.quantity input.qty {
    width: 55px !important;      /* Lățime suficientă pentru 2-3 cifre */
    padding-left: 0 !important;   /* Eliminăm spațiul gol din stânga */
    padding-right: 0 !important;  /* Eliminăm spațiul gol din dreapta */
    text-align: center !important;
    appearance: textfield !important; /* Firefox fix */
}



/* Ascundem butonul de update pentru că acum e automat */
button[name="update_cart"] {
    display: none !important;
}

/* Opțional: Adăugăm un efect vizual de "încărcare" ca userul să știe că se întâmplă ceva */
.woocommerce-cart-form.processing {
    opacity: 0.5;
    pointer-events: none;
}


.woocommerce-cart .woocommerce {
    background-color: #f8fafc;
    padding: 40px 0;
}

table.shop_table.cart {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0 12px !important;
    border: none !important;
    background: transparent !important;
}

table.shop_table.cart thead th {
    color: #64748b;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 10px 20px !important;
    border-width: 1px 1px 1px 0;
}

table.shop_table.cart tr.cart_item {
    background: #ffffff !important;
    box-shadow: 0 4px 12px rgba(11, 37, 69, 0.05);
}

table.shop_table.cart td {
    padding: 20px !important;
    border-top: 1px solid #f1f5f9 !important;
    border-bottom: 1px solid #f1f5f9 !important;
    vertical-align: middle;
}

/* Rotunjiri Desktop */
table.shop_table.cart td:first-child { border-left: 1px solid #f1f5f9 !important; border-top-left-radius: 12px; border-bottom-left-radius: 12px; }
table.shop_table.cart td:last-child { border-right: 1px solid #f1f5f9 !important; border-top-right-radius: 12px; border-bottom-right-radius: 12px; }

/* Imagine & Text Desktop */
.product-thumbnail img { width: 70px !important; border-radius: 8px; }
.product-name a { color: #1e293b !important; font-weight: 700; font-size: 15px; text-decoration: none; }
.product-subtotal .amount { color: #9a4e17 !important; font-size: 18px !important; font-weight: 900; }

/* Butoane & Sumar */
.coupon input#coupon_code { border: 2px solid #e2e8f0 !important; border-radius: 8px !important; height: 45px !important; }
.actions button.button { height: 45px !important; border-radius: 8px !important; font-weight: 800; text-transform: uppercase; padding: 0 25px !important; }
button[name="apply_coupon"] { background: #6f8f3f !important; color: #fff !important; }
button[name="update_cart"] { background: #1e293b !important; color: #fff !important; }
.cart_totals { background: #fff !important; border-radius: 12px !important; padding: 30px !important; box-shadow: 0 10px 25px rgba(11, 37, 69, 0.1) !important; }
.checkout-button { background: #1e293b !important; padding: 18px !important; border-radius: 10px !important; display: block !important; text-align: center; color: #fff !important; }

/* ================================================================
   2. MOBIL - Stil Altex (Imaginea 7) - FĂRĂ OVERFLOW
   ================================================================ */

@media (max-width: 768px) {
    /* ELIMINARE DEFINITIVĂ MIN-WIDTH ȘI TABEL RIGID */
    
    #coupon_code{
    min-width: 0px;
}
    
    table.shop_table.cart, 
    table.shop_table.cart tbody, 
    table.shop_table.cart tr, 
    table.shop_table.cart td {
        padding: 7px;
        display: block !important;
        width: 100% !important;
        min-width: 0 !important; /* Forțăm eliminarea oricărei lățimi minime */
        box-sizing: border-box !important;
    }

    table.shop_table.cart thead { 
        display: none !important; 
    }

    table.shop_table.cart tr.cart_item {
        padding: 15px !important;
        margin-bottom: 15px !important;
        border: 1px solid #f1f5f9 !important;
        position: relative;
        height: auto !important;
    }

    table.shop_table.cart td {
        text-align: left !important;
        padding: 8px 0 !important;
        border: none !important;
        border-bottom: 1px solid #f8fafc !important;
    }

    /* Repoziționare X */
    table.shop_table.cart td.product-remove {
        position: absolute;
        top: 10px;
        right: 10px;
        width: auto !important;
        border: none !important;
    }

    /* Etichete dinamice Altex */
    table.shop_table.cart td.product-quantity::before { content: "Cantitate: "; font-weight: 700; color: #64748b; font-size: 11px; }
    table.shop_table.cart td.product-subtotal::before { content: "Sub-total: "; font-weight: 700; color: #64748b; font-size: 11px; }

    /* Acțiuni secundare */
    table.shop_table.cart td.product-subtotal::after {
        display: block;
        margin-top: 12px;
        color: #9a4e17;
        font-size: 12px;
        white-space: pre;
    }

    /* Butoane Mobile */
    .coupon { display: flex !important; flex-direction: column; gap: 8px; width: 100% !important; }
    .coupon input#coupon_code { width: 100% !important; }
    button[name="apply_coupon"], button[name="update_cart"] { width: 100% !important; }

    /* Sumar Mobile */
    .cart_totals { width: 100% !important; float: none !important; margin-top: 20px; }
}        
        
        












/* ================================================================
   PAGINA DE CHECKOUT - STILIZARE Craftik
   ================================================================ */

.col-1{
    width:100% !important;
}

.select2-selection  {
    padding: 18px 6px !important;
}

.select2-selection--single {
    padding: 18px 6px !important;
}

.select2-selection__rendered{
    margin-top: -14px;
}

/* Fundal general pentru pagina de checkout */
.woocommerce-checkout {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

/* Titlurile secțiunilor (Facturare / Comanda Ta) */
.woocommerce-checkout h3 {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--brand-blue);
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--brand-light-green);
    position: relative;
}

.woocommerce-checkout h3::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--brand-green);
}

/* 1. COLOANA DIN STÂNGA - Detalii Client */
#customer_details {
    flex: 1 1 600px;
}

.woocommerce-checkout .form-row {
    margin-bottom: 20px;
}

.woocommerce-checkout label {
    display: block;
    font-weight: 700;
    font-size: 13px;
    color: var(--brand-blue);
    margin-bottom: 8px;
    text-transform: uppercase;
}

.woocommerce-checkout input.input-text, 
.woocommerce-checkout select, 
.woocommerce-checkout textarea {
    width: 100%;
    padding: 5px 15px;
    border: 2px solid var(--border-gray);
    border-radius: 8px;
    background-color: #fff;
    font-size: 14px;
    transition: all 0.2s ease;
}

.woocommerce-checkout input.input-text:focus {
    border-color: var(--brand-green);
    outline: none;
    box-shadow: 0 0 0 3px var(--brand-light-green);
}

/* 2. COLOANA DIN DREAPTA - Sumar Comandă */
#order_review_heading {
    display: none; /* Ascundem al doilea titlu pentru un look curat */
}

#order_review {
    flex: 1 1 350px;
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid var(--border-gray);
    box-shadow: 0 10px 25px rgba(11, 37, 69, 0.08);
}

/* Tabelul cu produsele din sumar */
table.shop_table.woocommerce-checkout-review-order-table {
    width: 100% !important;
    border: none !important;
    border-collapse: collapse;
}

table.shop_table.woocommerce-checkout-review-order-table thead {
    display: none; /* Curățăm header-ul tabelului */
}

table.shop_table.woocommerce-checkout-review-order-table td, 
table.shop_table.woocommerce-checkout-review-order-table th {
    padding: 20px 0 !important;
    border-bottom: 1px solid #f1f5f9 !important;
    background: none !important;
    font-size: 14px;
}

.product-name {
    font-weight: 600;
    color: var(--text-gray);
    text-align: left;
}

.product-total .amount {
    font-weight: 800;
    color: var(--brand-blue);
}

.cart-subtotal {
    text-align: left;    
}

.order-total {
    text-align: left;    
}

.product-total {
    text-align: center;    
}

.woocommerce-checkout .woocommerce-Price-amount.amount {
    display: block !important;
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Checkout - centrează sumele WooCommerce */
.woocommerce-checkout .woocommerce-Price-amount.amount {
    display: block !important;
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Totalul Mare */
.order-total th, .order-total .amount {
    font-size: 20px !important;
    color: var(--brand-blue) !important;
    font-weight: 900 !important;
}

.order-total .amount {
    color: #9a4e17 !important; /* Roșu pentru preț final, ca în coș */
}

/* 3. METODE DE PLATĂ */
#payment {
    background: #f8fafc !important;
    border-radius: 8px !important;
    padding: 20px !important;
    margin-top: 20px;
}

#payment ul.payment_methods {
    border-bottom: 1px solid var(--border-gray);
    padding-bottom: 15px !important;
}

#payment div.payment_box {
    background-color: var(--brand-light-green) !important;
    color: var(--brand-blue) !important;
    border-radius: 6px;
    font-size: 13px;
}

#payment div.payment_box::before {
    border-bottom-color: var(--brand-light-green) !important;
}

/* BUTONUL PLASEAZĂ COMANDA */
#place_order {
    width: 100%;
    background-color: var(--brand-green) !important;
    color: #fff !important;
    padding: 20px !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    border: none !important;
    border-radius: 10px !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
    margin-top: 20px;
}

#place_order:hover {
    background-color: var(--brand-blue) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(11, 37, 69, 0.2);
}

/* ================================================================
   RESPONSIVITATE (MOBILE)
   ================================================================ */
@media (max-width: 970px) {
  .hero-content {
    flex-direction: column;
  }

  .hero-image {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .hero-image img {
    width: 70%;
    margin-right: 0rem;
  }
}

@media (max-width: 650px) {
  .hero-image img {
    width: 100%;
  }
}


@media (max-width: 992px) {
    .craftik-product-wrapper {
        flex-direction: column;
    }

    .craftik-product-image-col,
    .craftik-product-info-col {
        flex: 1 1 100%;
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }

    .craftik-main-image-box {
        height: 360px;
    }

    .woocommerce-checkout {
        flex-direction: column;
    }

    #customer_details,
    #order_review {
        width: 100% !important;
        flex: 1 1 auto;
    }
}



@media (max-width: 480px) {
    .woocommerce-checkout h3 {
        font-size: 18px;
    }
    
    #order_review {
        padding: 20px 15px;
    }
    
}




@media (max-width: 850px) {
    .product-page-wrapper {
        display: grid !important;
        grid-template-columns: 1fr !important; /* Forțează o singură coloană */
        gap: 20px !important;
        padding: 15px !important; /* Padding redus ca să nu iasă din ecran */
        width: 100% !important;
        overflow: hidden !important; /* Taie orice element care ar vrea să iasă în exterior */
    }
}



    @media (max-width: 600px) {
        .craftik-main-image-box {
            height: 300px;
        }

        .craftik-gallery-thumb {
            width: 70px;
            height: 70px;
        }
    }
    
/* ===== FIX FINAL PRET + CART ===== */

.home-product-grid .price-wrapper {
    margin-top: auto;
    border-top: 1px solid #f8fafc;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-product-grid .old-price {
    font-size: 12px;
    text-decoration: line-through;
    color: #94a3b8;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.2;
}

.home-product-grid .price-action-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 56px;
    gap: 2px;
}

.home-product-grid .current-price {
    min-width: 0;
    overflow: hidden;
}

.home-product-grid .price-int,
.home-product-grid .price-int .woocommerce-Price-amount,
.home-product-grid .price-int bdi {
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: clamp(22px, 4vw, 30px);
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.home-product-grid .add-to-cart-btn {
    width: 48px;
    min-width: 48px;
    height: 48px;
    padding: 0;
}



/* doar cand cardul chiar devine prea ingust */
@media (max-width: 430px) {
    .home-product-grid .price-action-row {
        grid-template-columns: 1fr;
    }

    .home-product-grid .price-int,
    .home-product-grid .price-int .woocommerce-Price-amount,
    .home-product-grid .price-int bdi {
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
    }

    .home-product-grid .add-to-cart-btn {
        width: 100%;
        min-width: 0;
    }
}

/* ===== COMPACTARE CARDURI PE MOBIL ===== */

@media (max-width: 480px) {
    .main-background {
        padding: 35px 0;
    }

    .product-section {
        margin-bottom: 35px;
    }

    .section-header {
        margin-bottom: 18px;
        padding-bottom: 10px;
    }

    .section-header h3 {
        font-size: 18px;
    }

    .home-product-grid {
        gap: 14px;
    }

    .home-product-grid .product-card {
        padding: 8px;
        border-radius: 16px;
    }

    .home-product-grid .product-img {
        height: 120px;
        margin-bottom: 12px;
    }

    .home-product-grid .product-img img {
        max-height: 100%;
        object-fit: contain;
    }

    .home-product-grid .product-name {
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 1.25;
    }

    .home-product-grid .price-wrapper {
        padding-top: 10px;
        gap: 6px;
    }

    .home-product-grid .price-int,
    .home-product-grid .price-int .woocommerce-Price-amount,
    .home-product-grid .price-int bdi {
        font-size: clamp(18px, 5vw, 24px);
        line-height: 1.05;
    }

    .home-product-grid .add-to-cart-btn {
        border-radius: 14px;
    }
}

@media (max-width: 430px) {
    .home-product-grid .current-price {
        text-align: center;
    }
    
    .home-product-grid .add-to-cart-btn {
    height: 32px !important;
    margin-top: 1.5rem;
}

    .home-product-grid .price-int,
    .home-product-grid .price-int .woocommerce-Price-amount,
    .home-product-grid .price-int bdi {
        text-align: center;
    }
    
    .cart{
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .account-nav .main-label,
    .cart-nav .main-label {
        display: none;
    }

    .account-nav,
    .cart-nav {
        gap: 0;
    }

    .user-nav {
        gap: 12px;
    }
}





/* ===== PRODUSE RECOMANDATE - IMAGINE MAI MICĂ, CARDURI PE TOATĂ LĂȚIMEA ===== */

.recommended-products {
    margin-top: 50px !important;
    padding: 30px !important;
}

.recommended-products > div {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 30px !important;
}

.recommended-product-card {
    padding: 15px !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.recommended-product-card > a {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.recommended-product-card > a > div:first-child {
    height: 130px !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.recommended-product-card img {
    width: auto !important;
    max-width: 100% !important;
    max-height: 180px !important;
    height: auto !important;
    object-fit: contain !important;
    margin: 0 auto !important;
}

.recommended-product-card h4 {
    min-height: 42px !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    margin: 0 0 8px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.recommended-product-card > a > div:last-child {
    margin-top: auto !important;
    font-size: 14px !important;
    text-align: center !important;
}

.recommended-product-card form.cart {
    margin-top: 12px !important;
}

.recommended-product-card button {
    padding: 8px 12px !important;
    font-size: 12px !important;
}

/* Tablet */
@media (max-width: 900px) {
    .recommended-products > div {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Mobil */
@media (max-width: 480px) {
    .recommended-products {
        padding: 16px !important;
    }

    .recommended-products > div {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }

    .recommended-product-card {
        padding: 10px !important;
    }

    .recommended-product-card > a > div:first-child {
        height: 105px !important;
    }

    .recommended-product-card img {
        max-height: 95px !important;
    }

    .recommended-product-card h4 {
        min-height: 48px !important;
        font-size: 12px !important;
    }

    .recommended-product-card button {
        font-size: 10px !important;
        padding: 7px 6px !important;
    }
}




#billing_postcode_field {
    display: none !important;
}

.woocommerce-privacy-policy-link {
    color: #b5601c !important;
}  

.woocommerce-terms-and-conditions-link {
    color: #b5601c !important;   
    
}


/* ===== FIX DEFINITIV CHECKOUT NOTICEGROUP ===== */

form.checkout.woocommerce-checkout > .woocommerce-NoticeGroup,
form.checkout.woocommerce-checkout > .woocommerce-NoticeGroup-checkout {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    order: -10 !important;
    display: block !important;
}

/* Lista de erori să ocupe tot rândul */
form.checkout.woocommerce-checkout .woocommerce-error {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 0 30px 0 !important;
}

/* Text erori vizibil */
form.checkout.woocommerce-checkout .woocommerce-error,
form.checkout.woocommerce-checkout .woocommerce-error li,
form.checkout.woocommerce-checkout .woocommerce-error a,
form.checkout.woocommerce-checkout .woocommerce-error strong {
    color: #241a13 !important;
}

/* Roșu doar pentru iconiță / accent */
form.checkout.woocommerce-checkout .woocommerce-error::before {
    color: #b5601c !important;
}


td,th {
    border-width: 0 1px 1px 1px !important;
}




/* Thank you page - numele produselor aliniate la stânga (ca restul rândurilor) */
.woocommerce-order-details .woocommerce-table--order-details td.product-name,
.woocommerce-order-details .woocommerce-table--order-details td.woocommerce-table__product-name {
    text-align: left !important;
    vertical-align: middle !important;
}

/* Linkul/numele efectiv al produsului la stânga */
.woocommerce-order-details .woocommerce-table--order-details td.product-name a,
.woocommerce-order-details .woocommerce-table--order-details td.woocommerce-table__product-name a {
    display: inline-block !important;
    text-align: left !important;
}

/* Cantitatea × 1 să stea frumos lângă nume */
.woocommerce-order-details .woocommerce-table--order-details td.product-name .product-quantity,
.woocommerce-order-details .woocommerce-table--order-details td.woocommerce-table__product-name .product-quantity {
    display: inline-block !important;
    margin-left: 4px !important;
}


/* Thank you page - centrează sumele din tabelul Detalii comandă */
.woocommerce-order-details .woocommerce-table--order-details td.product-total,
.woocommerce-order-details .woocommerce-table--order-details tfoot td {
    text-align: center !important;
    vertical-align: middle !important;
}

/* Centrează span-ul cu prețul */
.woocommerce-order-details .woocommerce-table--order-details td.product-total .woocommerce-Price-amount,
.woocommerce-order-details .woocommerce-table--order-details tfoot td .woocommerce-Price-amount {
    display: inline-block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

/* Thank you page - titlul coloanei „produs" la stânga */
.woocommerce-order-details .woocommerce-table--order-details thead th.product-name,
.woocommerce-order-details .woocommerce-table--order-details thead th.woocommerce-table__product-name {
    text-align: left !important;
    vertical-align: middle !important;
}

/* Thank you page - adresele (facturare + livrare) una sub alta, la stânga, nu pe 2 coloane */
.woocommerce-customer-details .woocommerce-columns,
.woocommerce-customer-details .col2-set {
    display: block !important;
}
.woocommerce-customer-details .col2-set .col-1,
.woocommerce-customer-details .col2-set .col-2,
.woocommerce-customer-details .woocommerce-column--1,
.woocommerce-customer-details .woocommerce-column--2 {
    width: 100% !important;
    max-width: 640px !important;
    float: none !important;
    margin: 0 0 24px 0 !important;
}

/* ===== Pagina de mulțumire: îndemn la recenzie Google ===== */
.tutun-review-cta {
    max-width: 640px;
    margin: 40px auto 8px;
    padding: 34px 28px;
    text-align: center;
    background: var(--brand-light-green);
    border: 1px solid var(--border-gray);
    border-radius: 16px;
}
.tutun-review-cta__stars {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 14px;
}
.tutun-review-cta__stars svg {
    width: 24px; height: 24px;
    fill: var(--brand-yellow);
    color: var(--brand-yellow);
}
.tutun-review-cta__title {
    font-size: 22px;
    font-weight: 900;
    color: var(--brand-blue);
    margin: 0 0 8px;
}
.tutun-review-cta__text {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-gray);
    margin: 0 auto 22px;
    max-width: 470px;
}
.tutun-review-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--brand-green);
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 10px;
    transition: background .18s ease, transform .18s ease;
}
.tutun-review-cta__btn:hover {
    background: #9a4e17;
    transform: translateY(-1px);
    color: #fff;
}
.tutun-review-cta__btn svg {
    width: 18px; height: 18px;
    fill: currentColor;
}
/* ================= TUTUN — override-uri (2026-07-03) ================= */
/* Footer: linkuri în paletă (nu albastru) */
.main-footer a { color: #e6d2a6 !important; transition: color .2s ease; }
.main-footer a:hover { color: var(--brand-yellow) !important; }
.footer-contact-info-mini a { color: #cdb992 !important; }
.footer-contact-info-mini i { color: var(--brand-yellow); }

/* Verde tabac (mai închis, nu verde-iarbă) */
button[name="apply_coupon"] { background: #55632a !important; }
button[name="apply_coupon"]:hover { background: #46521f !important; }
.woocommerce-message { border-top-color: #55632a !important; }
.woocommerce-message::before { color: #55632a !important; }

/* Hero button — padding corect (fără Astra) */
.hero-btn { padding: 15px 42px !important; letter-spacing: .5px; }

/* ===== FIX CHECKOUT: nu lăsa clasa .woocommerce-checkout (pusă și pe <body>) să spargă layout-ul ===== */
body.woocommerce-checkout { display: block !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
form.checkout.woocommerce-checkout,
form.woocommerce-checkout {
    display: flex; flex-wrap: wrap; gap: 40px; align-items: flex-start;
    max-width: 1120px; margin: 0 auto; padding: 0;
}
#customer_details { flex: 1 1 560px; min-width: 0; }
#order_review { flex: 1 1 340px; min-width: 0; }
@media (max-width: 900px){
    form.checkout.woocommerce-checkout { gap: 24px; }
    #customer_details, #order_review { flex: 1 1 100%; }
}

/* Zonă SEO homepage */
.home-seo { background: var(--bg-gray); padding: 4px 0 64px; }
.home-seo-inner { max-width: 900px; margin: 0 auto; color: var(--text-gray); line-height: 1.85; font-size: 16px; }
.home-seo-inner h2 { font-size: 24px; font-weight: 900; text-transform: uppercase; color: var(--brand-blue); margin: 30px 0 12px; }
.home-seo-inner h3 { font-size: 19px; color: var(--brand-blue); margin: 22px 0 10px; }
.home-seo-inner p { margin: 0 0 14px; }
.home-seo-inner a { color: var(--brand-green); font-weight: 700; }

/* ===== TUTUN — override-uri 2 (link global, checkout hides) ===== */
a { color: var(--brand-green); }
.wc-proceed-to-checkout a.checkout-button, .checkout-button { background: var(--brand-green) !important; color:#fff !important; }
.wc-proceed-to-checkout a.checkout-button:hover, .checkout-button:hover { background: #9c4e15 !important; }
a.added_to_cart { display: none !important; }
#payment div.payment_box { display: none !important; }
.woocommerce-shipping-fields { display: none !important; }
.woocommerce-additional-fields { display: none !important; }
#billing_country_field { display: none !important; }

/* ===== Banda SEO — bandă roșie editorială ===== */
.home-seo { background:#a5271b !important; color:#eeddc0; padding:4.6rem 0 5rem; }
.home-seo-grid { max-width:780px; margin:0 auto; }
.home-seo-eyebrow { display:block; text-transform:uppercase; letter-spacing:.22em; font-size:.74rem; font-weight:700; color:#e6c478; margin-bottom:1rem; text-align:center; }
.home-seo .home-seo-inner { max-width:none; margin:0; color:#eeddc0; line-height:1.9; font-size:16px; text-align:center; }
.home-seo .home-seo-inner h2 { font-family:"Playfair Display",Georgia,serif; font-weight:800; text-transform:none; color:#fbf1d8; font-size:30px; letter-spacing:0; margin:1.5rem 0 .7rem; line-height:1.1; }
.home-seo .home-seo-inner h2:first-of-type { margin-top:0; }
.home-seo .home-seo-inner h3 { font-family:"Playfair Display",Georgia,serif; font-weight:700; text-transform:none; color:#e6c478; font-size:20px; margin:1.4rem 0 .5rem; }
.home-seo .home-seo-inner p { margin:0 0 1rem; }
.home-seo .home-seo-inner strong { color:#fbf1d8; }
.home-seo .home-seo-inner em { color:#e8cfa0; }
.home-seo .home-seo-inner a { color:#e6c478; text-decoration:underline; font-weight:700; }
@media (max-width:820px){ .home-seo .home-seo-inner{ font-size:15px; } }

/* ===== Font combo — serif Playfair pe titluri (site-wide) ===== */
.hero-text h1,
.section-header h3,
.category-title,
.page-hero-title,
.woocommerce-products-header__title,
.craftik-product-info-col h1,
.single-product .product_title,
.product-name,
.product-tabs h3,
.recommended-products .section-header h3 {
  font-family:"Playfair Display",Georgia,serif !important;
  letter-spacing:0 !important;
}
.hero-text h1 { text-transform:none; font-weight:800; line-height:1.02; }
.section-header h3 { text-transform:none; font-weight:800; }
.category-title { text-transform:none; font-weight:800; }
.page-hero-title { text-transform:none; font-weight:800; }
.craftik-product-info-col h1, .single-product .product_title { font-weight:800; }
.product-name { font-weight:700; font-size:1.15rem; line-height:1.2; }
.product-tabs h3, .recommended-products .section-header h3 { text-transform:none; }

/* Carduri: numele produsului pe fontul vechi (sans) — serif prea mic aici */
.product-name, .product-name a, .home-product-grid .product-name { font-family:'Segoe UI',Roboto,Helvetica,Arial,sans-serif !important; font-weight:700; }

/* ===== Accente roșii discrete (dincolo de banda SEO) ===== */
.section-header h3::after { background:#a5271b !important; }
.category-title::after { content:""; display:block; width:60px; height:4px; background:#a5271b; margin-top:12px; }
.main-footer { border-top-color:#a5271b !important; }
.old-price { color:#a5271b !important; }

/* ===== FAQ acordeon în banda SEO ===== */
.home-seo details { border-top:1px solid rgba(246,234,214,.22); }
.home-seo details:last-of-type { border-bottom:1px solid rgba(246,234,214,.22); }
.home-seo summary { cursor:pointer; list-style:none; padding:.95rem 2.2rem .95rem 0; font-family:"Playfair Display",Georgia,serif; font-size:1.12rem; color:#fbf1d8; position:relative; }
.home-seo summary::-webkit-details-marker { display:none; }
.home-seo summary::after { content:"+"; position:absolute; right:.2rem; top:50%; transform:translateY(-50%); font-size:1.5rem; line-height:1; color:#e6c478; }
.home-seo details[open] summary::after { content:"\2013"; }
.home-seo details p { margin:0; padding:0 0 1.1rem; color:#eeddc0; }

/* ===== Formular variații (produs variabil) — stilat ca tema ===== */
.tutun-variation-form .variations { width:100%; border-collapse:collapse; margin-bottom:16px; }
.tutun-variation-form .variations th.label { text-align:left; vertical-align:middle; padding:8px 12px 8px 0; font-weight:700; color:var(--brand-blue); text-transform:uppercase; font-size:13px; white-space:nowrap; }
.tutun-variation-form .variations td.value { padding:8px 0; }
.tutun-variation-form .variations select { width:100%; max-width:340px; padding:12px 14px; border:2px solid var(--border-gray); border-radius:8px; background:#fff; font-size:15px; color:var(--brand-blue); }
.tutun-variation-form .reset_variations { display:inline-block; margin-left:8px; font-size:12px; color:var(--brand-green); }
.tutun-variation-form .woocommerce-variation-price .price { font-size:30px; font-weight:900; color:var(--brand-green); }
.tutun-variation-form .woocommerce-variation-price del .amount { color:#a08d6f; font-size:18px; font-weight:400; }
.tutun-variation-form .woocommerce-variation-description { color:var(--text-gray); margin:8px 0; line-height:1.6; }
.tutun-variation-form .woocommerce-variation-availability { margin:6px 0; font-weight:700; color:#6f8f3f; }
.tutun-variation-form .woocommerce-variation-add-to-cart { display:flex; gap:10px; align-items:stretch; margin-top:14px; flex-wrap:wrap; }
.tutun-variation-form .woocommerce-variation-add-to-cart .quantity { width:80px; }
.tutun-variation-form .woocommerce-variation-add-to-cart .quantity input.qty { width:100%; height:100%; padding:12px; border:1px solid var(--border-gray); border-radius:8px; }
.tutun-variation-form .single_add_to_cart_button { flex:1; min-width:200px; background:var(--brand-green) !important; color:#fff !important; border:none !important; border-radius:40px; font-weight:900; text-transform:uppercase; letter-spacing:.5px; padding:15px 26px; cursor:pointer; }
.tutun-variation-form .single_add_to_cart_button:hover { background:#9c4e15 !important; }
.tutun-variation-form .single_add_to_cart_button.disabled, .tutun-variation-form .single_add_to_cart_button.wc-variation-selection-needed { opacity:.45; }

/* ===== Ajustări roșu (cerute) ===== */
/* „Vezi produsele" din hero → roșu (nu amber) */
.hero-banner .hero-btn { background:#a5271b !important; border-color:#7d1a12 !important; }
.hero-banner .hero-btn:hover { background:#7d1a12 !important; }
/* Bulina de la coș → roșie */
.cart-nav .badge { background:#a5271b !important; }
/* Linia lată de sub titlurile de secțiune → roșie (era crem, abia vizibilă) */
.section-header { border-bottom-color:#a5271b !important; }
/* Ștergem bara mică roșie din stânga de sub titlu */
.section-header h3::after { display:none !important; }
.category-title::after { display:none !important; }

/* ===== Header sticky pe toată pagina + variații ===== */
.site-sticky { position:sticky; top:0; z-index:100; }
.main-header { position:static !important; }
body.admin-bar .site-sticky { top:32px; }
.tutun-variation-form .reset_variations { display:none !important; }

/* Selectorul de gramaj sub „Adaugă în coș" */
.tutun-variation-form form.variations_form { display:flex; flex-direction:column; }
.tutun-variation-form .single_variation_wrap { order:1; }
.tutun-variation-form .variations { order:2; margin:22px 0 0; }


/* ===== Butoane variații (în loc de dropdown) ===== */
.tutun-swatches { display:flex; flex-wrap:wrap; gap:10px; }
.tutun-swatch { font-family:inherit; font-size:15px; font-weight:700; color:var(--brand-blue); background:#fff; border:2px solid var(--border-gray); border-radius:10px; padding:12px 22px; cursor:pointer; transition:border-color .15s ease, background .15s ease, color .15s ease; min-width:66px; }
.tutun-swatch:hover { border-color:var(--brand-green); }
.tutun-swatch.active { border-color:var(--brand-green); background:var(--brand-green); color:#fff; }

/* ===== FAQ (întrebări frecvente) — homepage/categorii ===== */
.tutun-faq { background: var(--bg-gray, #faf7f5); padding: 56px 0; }
.tutun-faq__wrap { max-width: 860px; }
.tutun-faq__title { font-size: 26px; color: var(--brand-blue); margin: 0 0 24px; text-align: center; }
.tutun-faq__item { background: #fff; border: 1px solid var(--border-gray, #ece5df); border-radius: 12px; margin-bottom: 12px; padding: 0 20px; }
.tutun-faq__q { cursor: pointer; font-weight: 700; color: var(--brand-blue); padding: 16px 0; list-style: none; position: relative; padding-right: 30px; }
.tutun-faq__q::-webkit-details-marker { display: none; }
.tutun-faq__q::after { content: '+'; position: absolute; right: 2px; top: 12px; font-size: 24px; line-height: 1; color: var(--brand-green); }
.tutun-faq__item[open] .tutun-faq__q::after { content: '\2013'; }
.tutun-faq__a { padding: 0 0 18px; color: var(--text-gray); line-height: 1.75; }
.tutun-faq__a p { margin: 0 0 10px; }

/* ===== Ghiduri utile (homepage) ===== */
.home-guides { padding: 56px 0 8px; }
.home-guides__title { font-size: 26px; color: var(--brand-blue); margin: 0 0 24px; text-align: center; }
.home-guides__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.home-guides__card { display: block; background: #fff; border: 1px solid var(--border-gray, #ece5df); border-radius: 12px; padding: 22px; text-decoration: none; transition: box-shadow .18s, transform .18s; }
.home-guides__card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.08); transform: translateY(-2px); }
.home-guides__card h3 { font-size: 18px; color: var(--brand-blue); margin: 0 0 8px; line-height: 1.3; }
.home-guides__card p { color: var(--text-gray); font-size: 14.5px; line-height: 1.6; margin: 0 0 12px; }
.home-guides__more { color: var(--brand-green); font-weight: 700; font-size: 14px; }
@media (max-width: 820px) { .home-guides__grid { grid-template-columns: 1fr; } }

/* ============================================================
   HERO full-bleed cu imaginea-scenă (2026-07-04)
   Imagine ultrawide object-fit:cover care „joacă" stânga-dreapta.
   Desktop: text stânga; Mobil: text sus, femeia centrată. Scrim pt lizibilitate.
   ============================================================ */
.hero-banner {
    position: relative !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 500px;
    padding: 2rem 0 !important;
    background: #6d1218 !important;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; display: block; }
.hero-bg img {
    width: 120%; height: 100%;
    object-fit: cover;
    object-position: 45% 45%;
    display: block;
    margin: 0 !important;
    border-radius: 0 !important;
    max-width: none !important;
}
.hero-banner::before {
    content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background: linear-gradient(90deg, rgba(52,8,12,0.82) 0%, rgba(52,8,12,0.55) 24%, rgba(52,8,12,0) 52%);
}
.hero-content { position: relative; z-index: 2; }
.hero-text { max-width: 46%; text-align: left; }
.hero-text h1 { color: #f7ead0 !important; }
.hero-text h1 span { color: var(--brand-yellow) !important; }
.hero-text p { color: #f1ddc2 !important; font-style: italic; }
.hero-btn {
    background: var(--brand-green) !important;
    color: #ffffff !important;
    box-shadow: 0 8px 22px -10px rgba(0,0,0,.6);
}
.hero-btn:hover { background: #9a4e17 !important; }

/* Scroll lin + țintă ancoră sub header-ul sticky (butonul „Vezi produsele") */
html { scroll-behavior: smooth; }
#main-product-container { scroll-margin-top: 96px; }

/* Textul hero rămâne LA STÂNGA ca pe desktop pe tot intervalul (anulează
   flex-direction:column + align-items:center din tema la ≤970px care-l centra). */
@media (max-width: 970px) {
    .hero-content { flex-direction: row !important; align-items: center !important; justify-content: flex-start !important; }
    .hero-text { text-align: left !important; max-width: 60%; }
}
@media (max-width: 820px) {
    .hero-banner { align-items: flex-start; }
    .hero-banner::before {
        background: linear-gradient(180deg, rgba(52,8,12,0.85) 0%, rgba(52,8,12,0.42) 34%, rgba(52,8,12,0) 62%);
    }
    .hero-bg img { width: 100%; object-position: 63% 50%; }
    /* De la 820px în jos: text centrat pe mijloc (anulează alinierea-stânga de la ≤970) */
    .hero-content { justify-content: center !important; }
    .hero-text { max-width: 86%; padding-top: 6px; text-align: center !important; margin-left: auto !important; margin-right: auto !important; }
}
@media (max-width: 650px) {
    .hero-text { max-width: 90%; }
}

/* Fix overflow badge-uri „trust" pe ecrane înguste (351-480px, 2 coloane):
   text + iconiță + gap mai mici ca să încapă „CONSULTANȚĂ"/„PLATĂ SIGURĂ". */
@media (max-width: 480px) {
    .trust-item { gap: 10px; }
    .trust-icon { padding: 11px; }
    .trust-icon svg { width: 20px; height: 20px; }
    .trust-item h4 { font-size: 12px; line-height: 1.15; }
    .trust-item p { font-size: 10.5px; }
}
@media (max-width: 380px) {
    .trust-item { gap: 8px; }
    .trust-icon { padding: 9px; }
    .trust-icon svg { width: 18px; height: 18px; }
    .trust-item h4 { font-size: 11px; }
    .trust-item p { font-size: 10px; }
}

/* Footer tagline: se rupe/încadrează curat pe orice viewport (inclusiv cel mai mic) */
.footer-column { min-width: 0; } /* lasă coloana din grid să se micșoreze sub lățimea conținutului */
.footer-tagline, .tagline-wrap { overflow-wrap: anywhere; word-break: break-word; hyphens: auto; text-wrap: pretty; }

/* ===== Coș: scoate „Livrare la <oraș>" din sumar (rămâne doar „25,00 lei") ===== */
.woocommerce-cart .woocommerce-shipping-destination { display: none !important; }

/* ===== Coș pe mobil: numele produsului lângă imagine, fără eticheta „produs" și fără „:" gol ===== */
@media (max-width: 768px) {
    table.shop_table.cart tr.cart_item {
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
        column-gap: 14px;
    }
    /* imaginea: stânga, lățime fixă */
    table.shop_table.cart td.product-thumbnail {
        order: 1;
        flex: 0 0 auto;
        width: auto !important;
        border-bottom: none !important;
        padding: 0 !important;
    }
    /* numele: pe același rând, în dreapta imaginii */
    table.shop_table.cart td.product-name {
        order: 2;
        flex: 1 1 0;
        width: auto !important;
        min-width: 0;
        padding: 0 34px 0 0 !important; /* spațiu dreapta ca să nu intre sub „X" */
        border-bottom: none !important;
        font-size: 15px;
        font-weight: 700;
    }
    /* preț / cantitate / subtotal: rânduri pline, sub imagine+nume */
    table.shop_table.cart td.product-price,
    table.shop_table.cart td.product-quantity,
    table.shop_table.cart td.product-subtotal {
        order: 3;
        flex: 1 1 100%;
        width: 100% !important;
    }
    /* scoate „:" gol de la imagine + eticheta „produs:" */
    table.shop_table.cart td.product-thumbnail::before,
    table.shop_table.cart td.product-name::before {
        content: "" !important;
        display: none !important;
    }
}

/* ===== Thank-you: scoate liniuța portocalie de sub titlul secțiunii de recenzie ===== */
.tutun-review-cta__title::after { display: none !important; }

/* ===== Hero: aceleași setări (full width + object-position 56%) și de la 460px în jos ===== */
@media (max-width: 460px) {
    .hero-bg img { width: 100%; object-position: 56% 50%; }
}

/* ===== Thank-you: notificare „vei primi email de confirmare (verifică Spam)" ===== */
.tutun-confirm-notice {
    max-width: 640px;
    margin: 24px auto 8px;
    padding: 18px 22px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: var(--brand-light-green);
    border: 1px solid var(--border-gray);
    border-left: 4px solid var(--brand-green);
    border-radius: 12px;
    text-align: left;
}
.tutun-confirm-notice__icon { flex: 0 0 auto; color: var(--brand-green); line-height: 0; margin-top: 2px; }
.tutun-confirm-notice__icon svg { width: 26px; height: 26px; }
.tutun-confirm-notice__title { margin: 0 0 4px; font-size: 16px; font-weight: 800; color: var(--brand-blue); }
.tutun-confirm-notice__text { margin: 0; font-size: 14px; line-height: 1.55; color: var(--text-gray); }
@media (max-width: 460px) {
    .tutun-confirm-notice { padding: 15px 16px; gap: 11px; }
    .tutun-confirm-notice__title { font-size: 15px; }
    .tutun-confirm-notice__text { font-size: 13px; }
}

/* ===== Buton rotund de apel (FAB) — doar tabletă/mobil (≤1024px), draggable ===== */
.tutun-call-fab {
    position: fixed;
    right: 16px;
    bottom: 20px;
    z-index: 9998; /* sub age-gate (99999+) */
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #a5271b;
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(36, 26, 19, .38);
    touch-action: none; /* altfel drag-ul porneşte scroll-ul pe touch */
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
}
.tutun-call-fab svg { width: 26px; height: 26px; pointer-events: none; }
.tutun-call-fab:active { transform: scale(.94); }
@media (max-width: 1024px) {
    .tutun-call-fab { display: flex; }
}
