/*
Theme Name: Astra Child
Theme URI: https://example.com/astra-child
Description: Astra child theme for custom performance and code tweaks
Author: Gretli Särel
Author URI: teenusedisainer.ee
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

@font-face {
  font-family: "Akkurat Pro";
  src: url("https://mybrushstore.ee/wp-content/uploads/Akkurat-Pro.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}




#masthead.site-header {
    position: fixed;
    width:100vw;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.89) 20.59%, rgb(255, 254, 254), rgba(255, 255, 255, 0.89) 73.53%, rgb(255, 255, 255));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

}
body:not(:has(.ast-archive-entry-banner)) .site-content {
    padding-top: 190px;
}

header .custom-logo-link img {
margin-top: 20px;
}

.ast-above-header.ast-above-header-bar {
}

#masthead .ast-below-header-bar {
}

.ast-primary-header-bar .site-primary-header-wrap {
}
#page .site-content {
background-color: rgb(250, 250, 250);
}

/*image background to white*/
.woocommerce-js ul.products li.product a img {
background-color: white;
border-radius: 10px;
}


.woocommerce-js div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: rgb(250, 250, 250);
}

/**** Left sidebar widget area ****/

.widget-area {
    background-color: white;
    padding: 20px;
    border-radius:10px;
}

.ast-left-sidebar #primary {
 border-left: none;
}

.ast-left-sidebar #secondary {
 border-right: none;
}
.ast-woo-shop-archive .site-content > .ast-container {
max-width: 100vw;
}


/* Ad section on catalog - Right*/
.shop-right-ad {
position: sticky;
top: 80px; /* muuda seda väärtust */
max-height: calc(100vh - 0px);
overflow: auto;
width: 20%;
margin: 40px 0px 0px 50px;

}
.shop-right-ad img {
    border-radius: 10px;
    margin-bottom:10px;
    overflow: hidden;
}
.ast-archive-entry-banner {
margin-top: 150px;
margin-left: 20px;
margin-right: 20px;
border-radius: 10px;
}

.woocommerce-js ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
font-size: 1.3em;
}



