/**
Theme Name: Astra Suzy
Author: J.F, Valentina
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-suzy
Template: astra
*/

/* 1️⃣ Seite lädt → Header unsichtbar (kein FOUC)*/
html:not(.page-ready) body:not(.elementor-editor-active) .fade-home {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: none !important;
}

html {
    scroll-behavior: smooth;
    height: -webkit-fill-available;
}

*:focus,a:focus {
    outline: none;
    border: none;
}
*::-moz-focus-inner {
    border: none;
}

#page-header {
    opacity: 0;
    /*top:-200px !important;*/
    visibility: hidden;
    transition: all 1.2s cubic-bezier(0.52, 1, 0.36, 1) !important;
    z-index: 9999;
}
#page-header a.elementor-icon{
    font-size:30px;
}
#page-header .elementor-social-icons-wrapper.elementor-grid {
    grid-template-columns:repeat(2, 1fr) !important;
}
#page-header.visible {
    top: 0 !important;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}


/* animation for sroll down icon on home */
.section-scroll-item .scroll{
    animation: scrolling 3s ease infinite !important;
    cursor:pointer !important;
}

@keyframes scrolling {
    0% {
        transform: translate(0);
    }
    50% {
        transform: translate(0,10px);}
    100% {
        transform: translate(0);
    }
}


.elementor-nav-menu--dropdown{
    background: linear-gradient(90deg, #0e132b, #004949);
}

.elementor-nav-menu--dropdown > ul{
    padding:15px 0;
}

/** WooCommerce Custom Styles
    remove Astra styles
 */

.elementor-widget-woocommerce-product-add-to-cart .woocommerce-Price-amount.amount bdi{
    font-weight:200;
    font-size:2rem;
    padding-top:10px;
    display:inline-block;
}
.ast-container, .ast-container .content-area.primary{
    margin: 0 !important;
}

@media only screen and (max-width: 767px) {
    .ast-container > .woocommerce-notices-wrapper{
        margin-top:130px !important;
    }
}
.ast-container > .woocommerce-notices-wrapper{
    margin-top:180px;
}


.ast-container > .woocommerce-notices-wrapper .woocommerce-message{
    margin:0;
    border:none;
}

.ast-container > .woocommerce-notices-wrapper + div .breadcrumb-shortcode{
    margin-top:0 !important;
}
.ast-container > .woocommerce-notices-wrapper .woocommerce-message a.button{
    background-color: var(--e-global-color-accent) !important;
}
.wc-empty-cart-message + p.return-to-shop{
    display:none;
}
.elementor-menu-cart__footer-buttons a{
    background-color: var(--e-global-color-accent) !important;
}

.ast-article-single{
    padding:0 !important;
}
.ast-grid-common-col{
    padding:0 !important;
}
.entry-header.ast-header-without-markup{
    display: none;
}
.woocommerce-breadcrumb .breadcrumb-linebreak {
    display: block;
    font-size:12px;
    line-height: 1;
}
.elementor-menu-cart__toggle_button{
    padding:0 !important;
}

.e-cart-layout-two-column .ahfb-svg-iconset{
    width:20px !important;
    height:20px !important;
}

.e-checkout-layout-two-column .woocommerce-additional-fields{
    padding:0 !important;
}

.e-checkout-layout-two-column .woocommerce-button.button.e-apply-coupon{
    border: 1px solid var(--e-global-color-accent) !important;
}

.e-checkout-layout-two-column a{
    color: var(--e-global-color-accent) !important;
}
.e-checkout-layout-two-column .woocommerce-checkout .button.alt{
    background-color: var(--e-global-color-accent) !important;
}
ul.elementor-nav-menu li.shop-menu{
    border:1px solid var(--e-global-color-accent);
    margin-left:10px;
    font-size:1rem;
    min-width:100px;
}

ul.elementor-nav-menu li.shop-menu a{
    justify-content:center;
}
/* Grundzustand: unsichtbar */
.slide-text-0,
.slide-text-1,
.slide-text-2 {
    opacity: 0;
    transform: translateY(-200px);
    transition: all 1.5s ease;
    bottom:100px;
    left:5px !important;
}

/* Fade In Up Animation */
.textFadeInUp {
    opacity: 1;
    /*transform: translateY(-200px);*/
}

/* Fade Out Animation */
.textFadeOut {
    opacity: 0;
    /*transform: translateY(0);*/
    transition: all 1s ease;
}

.elementor-nav-menu .menu-separator{
    font-size:20px;
    align-self: center;
}
footer{
    background-color: #fff !important;
}
