/*
 Theme Name:   kaki-kadence
 Theme URI:    
 Description:  Kadence Child Theme
 Author:       WBGR
 Author URI:   https://webgrow.ro
 Template:     kadence
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  
*/

/* ========== CSS ========== */
.page-id-16 #primary {
  margin-top: 0px !important;
}
.page-id-16 .entry-content-wrap {
  padding-top: 0px !important;
}
.homepage-categorie {
  margin-bottom: 0px !important;
}
#primary-menu li a {
  color: #fff !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}
.search-toggle-open.drawer-toggle.search-toggle-style-default {
  color: #fff;
}
.kadence-svg-icon.kadence-shopping-cart-svg {
  color: #fff;
}
.home-cat-title {
  position: relative;
  top: -83px;
  font-size: 15px;
  padding: 10px;
}
.product-single-category.single-category {
  color: #8f8045;
}
.product_title.entry-title {
  font-size: 28px;
  color: #504215;
}
.woocommerce-Price-amount.amount {
  color: #cf3a00;
  font-weight: 700;
}
.has-text-align-center.wp-block-post-title.has-medium-font-size a {
  font-size: 18px;
}
#mega-menu-item-251 a {
  background: #c20000 !important;
  color: #fff !important;
}
#mega-menu-item-251 a:hover {
  background: #cf3a00 !important;
  color: #fff !important;
}
.wc-block-components-product-sale-badge.alignright.wc-block-components-product-sale-badge--align-right {
  background: red !important;
  color: #fff !important;
  border: none;
}
.site-bottom-footer-inner-wrap {
  padding-top: 10px !important;
}
  
  
  
  
  
/* Ascunde hero-ul default Kadence pe categorii WooCommerce */
body.tax-product_cat .entry-hero.product-archive-hero-section {
    display: none !important;
}

/* Ascunde titlul WooCommerce duplicat */
body.tax-product_cat .woocommerce-products-header {
    display: none !important;
}

.kaki-category-hero {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    min-height: 330px;
    background-size: cover !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    background-color: #10130f;
    color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.kaki-category-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(8, 10, 7, 0.94) 0%,
        rgba(8, 10, 7, 0.72) 42%,
        rgba(8, 10, 7, 0.18) 100%
    );
    z-index: 1;
}

.kaki-category-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 55px 24px;
}

.kaki-category-hero h1 {
    margin: 12px 0 14px;
    max-width: 720px;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 0.95;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 900;
}

.kaki-category-description {
    max-width: 650px;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
}

.kaki-category-description p {
    margin: 0;
}

.kaki-category-breadcrumb,
.kaki-category-breadcrumb a {
    color: rgba(255,255,255,0.68);
    font-size: 13px;
    text-decoration: none;
}

.kaki-category-breadcrumb a:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .kaki-category-hero {
        min-height: 240px;
        background-position: center !important;
    }

    .kaki-category-hero-inner {
        padding: 36px 18px;
    }

    .kaki-category-hero h1 {
        font-size: 38px;
    }

    .kaki-category-description {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    body.woocommerce-shop .content-container,
    body.tax-product_cat .content-container,
    body.post-type-archive-product .content-container {
        display: flex !important;
        flex-direction: column !important;
    }

    body.woocommerce-shop #secondary,
    body.tax-product_cat #secondary,
    body.post-type-archive-product #secondary {
        order: -1 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 20px 0 !important;
    }

    body.woocommerce-shop #primary,
    body.tax-product_cat #primary,
    body.post-type-archive-product #primary {
        order: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}