/*
 Theme Name:     Blossom Recipe Child
 Theme URI:      https://deine-website.de/blossom-recipe-child
 Description:    Child Theme von Blossom Recipe
 Author:         Dein Name
 Author URI:     https://deine-website.de
 Template:       blossom-recipe
 Version:        1.0.0
 License:        GNU General Public License v2 or later
 License URI:    https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:    blossom-recipe-child
*/

@import url("../habibi_neue_design/style.css"); /* Optional, only for older themes */

body::-webkit-scrollbar {
    display: none;
  }
body{
    color: white!important;
    background-color: #000;
    margin: 0;
} 
h1, h2, h3, h4, a, .quantity{
    color: white!important;
}

.has-logo-text a:focus{
    box-shadow: 0 0 0 2px #000;
}





/* Video */
.homepage-video-container {
    position: relative;
    height: 70vh; /* full viewport height */
    overflow: hidden;
}

.homepage-video-bg {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -45%);
    object-fit: cover;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    pointer-events: none; /* Klicks gehen weiter ans Video */
  }

.video_header{
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
    align-content: center;
  }
  .video_header h2{
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 900;
    text-align: center;
    margin: 0!important;
    font-size: 3rem;
    letter-spacing: 2px;
    white-space: nowrap; /* prevent wrapping if you want one line */
    overflow: hidden;
    text-transform: uppercase;
    transform: translateY(300%); /* start fully below */
    animation: riseFromGround 2s ease-out 0.3s forwards;
    color: #dacfb0!important;
  }
  .video_header span{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #dacfb0!important;
  }

  @keyframes riseFromGround {
    from {
      transform: translateY(300%);
    }
    to {
      transform: translateY(0);
    }
  }




/* Navi  */
.main-header{
z-index: 2;
position: relative;
padding: 5px 0!important;
background-color: #000  ;
}
.nav-wrap{
    background-color: #000;
}
.site-header{
    z-index: 2;
    position: relative;
    width: 100%;
}

footer{
    position: relative;
    z-index: 1;
}
  /* Ende */




.main-navigation ul {
    font-size: 14px;
}


.site-branding .site-title a, .shopping-cart a,  
.main-navigation ul li:hover>a, 
.main-navigation ul li.current-menu-item>a, .main-navigation ul li.current_page_item>a,
#secondary .widget_shopping_cart .total strong
{
    color: #dfc16b!important;
    /* color: #985713!important; */
    
}

.main-navigation ul li a, 
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name
{
    color: white;
}

#secondary .widget_shopping_cart .buttons .button{
    background-color:  #dfc16b;
}

.main-navigation .primary-menu-list,
.main-navigation ul ul li{
    background-color: black;
}

.main-navigation .toggle-button .toggle-bar{
    background-color: #dfc16b ;
}

.main-navigation .primary-menu-list ul{
    text-align: center!important;
}

.is-large.wc-block-cart .wc-block-cart-items th{
 color: #dfc16b;   
}

.header-search>.search-btn{
    color: #dfc16b;
}

#secondary{
    display: none;
}

.rightsidebar #primary{
    width: 100%;
}

.woocommerce ul.products li.product .add_to_cart_button, 
.woocommerce ul.products li.product .ajax_add_to_cart, 
.woocommerce ul.products li.product .product_type_external, 
.woocommerce ul.products li.product .product_type_grouped, 
.woocommerce ul.products li.product .product_type_variable{
    border-radius: 5px;
}
.woocommerce ul.products li.product .added_to_cart,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link
{
    background-color: #f15641;
    border-radius: 10px;
    font-size: 12px;
    text-decoration: none;
}

.single_add_to_cart_button 
{
    border: 2px solid#f15641!important;
}

.woocommerce .quantity .qty{
    background-color: #fff;
    border-radius: 5px;
}

.woocommerce p.woocommerce-result-count{
    display: none;
}

#page{
    background-color: #000;
}
#content, 
#post-section
{
    /* background-image: linear-gradient(rgba(204, 159, 36, 0.5), rgba(0, 0, 0, 0.9))  , url(../../uploads/background-imgs/line.jpg);      */
    /* background-image: linear-gradient(rgba(28, 20, 2, 0.9), rgba(0, 0, 0, 0.9));      */
    /* background-position: top center;
    background-size: contain;*/
    padding-top: 25px;
    border-top: 2px solid #dfc16b;
    border-bottom: 2px solid #dfc16b;
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
}

#content::before, 
#post-section::before,
#content::after, 
#post-section::after
{
    content: "";
    width: 100%;
    height: 45px;
    background-image:linear-gradient(rgba(204, 159, 36, 0.5), rgba(0, 0, 0, 0.5)) , url(../../uploads/background-imgs/line.jpg);
    background-size: contain;
    display: inline-block;
    position: absolute;
    margin-top: -25px;
    margin-bottom: 25px;
}

#content::after, 
#post-section::after{
    margin-top: -18px;
}

.wp-block-woocommerce-empty-cart-block, 
.woocommerce div.product,
.page-header{
    margin-top: 45px;
}

.archive .site-content>.page-header{
    padding-bottom: 30px;
}

.breadcrumb-wrapper{
    margin-bottom: 5px;
}

.home-header{
    color: #dfc16b!important;   
    text-shadow: 0px 0px 5px gold;
    font-size: 3em !important;
}
.page-header::before .page-title::before{
    content: none;
}

.container:before{
    font-size: 24px;
}

.site-content{
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url(../../uploads/background-imgs/bg-neu.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: repeat-y;
    background-attachment: scroll;
}

/* .woocommerce .products ul, .woocommerce ul.products{
    display: flex;  
    flex-wrap: wrap;  
} */

/* .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{
    box-shadow: 0px 0px 8px #dfc16b;
    background-image: linear-gradient(rgba(75, 58, 11, 0.5), rgba(0, 0, 0, 1)); 
    background-color: rgb(255,255,255,0.5);
    border: 2px solid #dfc16b;
    border-radius: 5px;
}
.woocommerce div.product{
    background-image: linear-gradient(rgba(75, 58, 11), rgba(0, 0, 0)); 
    background-color: rgb(255,255,255,0.5);
    padding: 20px 10px;
    box-shadow: none;
} */

/* 
.woo-shop .product-inner .product-img{
    min-height: 200px;
    align-content: center;
    background-color: #c9c3c1;
    border-radius: 50%;
    border: 2px solid #dfc16b;
}
.woocommerce ul.products li.product a img{
    margin: 0;
} 
*/

.woocommerce ul.products li.product a img,
.wc-block-grid__products .wc-block-grid__product-image img{
    border: 2px solid #dfc16b;
    border-radius: 10px;
    /* height: auto;   */
    /* height: calc(100vh - 500px);  */
    aspect-ratio: 1 / 0.9; 
}
  

.post-content, .post-items {
    background-color: rgb(255,255,255,0.5);
    border-radius: 0;
    box-shadow: none;
    color: #fff;
}

.woocommerce-product-details__short-description{
    color: #dfc16b;
}


.main-footer{
    background-color: rgba(0, 0, 0, 0.3)!important;
}

table tbody tr:nth-child(odd){
    background-color: rgb(223, 193, 107, 0.25);
}

.woocommerce-info{
    background-color: #000;
    font-size: 18px;
    color: #dfc16b;
    border-top-color: #f15641;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background-color: transparent;
}

.wc-block-cart-item__remove-link{
    text-decoration: none!important;
    font-size: 20px!important;
}
.wc-block-cart-item__remove-link:hover{
color: #f15641!important;
}

.mobile-menu{
    width: 100%!important;
}

.mobile-menu li{
    font-size: 1.8rem!important;
}

.main-navigation ul li{
    font-size: 1em;
}


@media screen and (max-width: 1024px) {
    .main-navigation .primary-menu-list {
        width: 100%;
    }
    #page{
        background-position: right center;
        background-size:cover ;
    }
    .header-one .main-header>.container {
        display: flex;
        flex: 1;
        flex-wrap: wrap;
        align-items: center;
    }
    .site-branding .site-title {
        font-size: 1.33rem;
    }
    .site-branding .site-description{
        font-size: 0.7rem;
    }
    .main-header{
        padding: 15px 5px!important;
    }
    .homepage-video-container {
        height: 65vh;
    }
}

