/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.8.1754045709
Updated: 2025-08-01 10:55:09

*/

.ast-woocommerce-container {
  max-width: 1380px;
  margin: auto;
  padding: 20px;
}

.flexible-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
  font-weight: var(--e-global-typography-primary-font-weight) !important;
}

body a,
body p {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif !important;
}

h1.entry-title {
  display: none !important;
}

.product-template-default h1.entry-title {
  display: block !important;
}

.FeedLayout__load-more-btn {
  display: none !important;
}

.woocommerce-product-gallery {
  display: flex;
  flex-direction: row-reverse;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
  width: 90% !important;
}

.flex-viewport {
  width: 80%;
}

.ast-single-product-payments {
  display: none !important;
}

.product-template-default .tagged_as {
  display: none !important;
}



.single-product .tags-wrapper {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: .5rem;
}

.single-product .tags-wrapper .tag-image {
  width: 80px;
  height: 80px;
  object-fit: contain;
  /* or 'cover' if you prefer */
  border-radius: 6px;
  display: block;
}

.single-product .tags-wrapper .tag-image-link {
  display: inline-flex;
  line-height: 0;
}

.ast-shipping-text {
  display: none;
}

.flex-control-nav.flex-control-thumbs {
  height: 350px;
  overflow-y: scroll !important;
}






.elementor-element.elementor-element-e9d22df,
.elementor-video {
  height: calc(100vh - 115px) !important;
}


.menu-item-2665 .sub-menu {
  width: max-content;
}

.ast-builder-footer-grid-columns {
  grid-column-gap: 35px !important;
}

.site-footer-primary-section-3 {
  display: flex;
}


.kb-header-product-search {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-inline-end: 10px;
}

.kb-header-product-search__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

.kb-header-product-search__btn:hover {
  background: transparent !important;
}

.kb-header-product-search__icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: var(--ast-global-color-0);
}

.kb-header-product-search__panel {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
  padding: 10px;
  min-width: 260px;
  z-index: 99999;
  display: none;
}

.kb-header-product-search__panel.is-open {
  display: block;
}

.kb-header-product-search__input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
}

.kb-header-product-search__submit {
  margin-top: 8px;
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 4px;
  background: #cfa5cc;
  color: #fff;
  cursor: pointer;
}

/* Make sure it sits nicely next to Astra cart */
.ast-header-woo-cart,
.ast-builder-layout-element.ast-header-woo-cart {
  display: inline-flex;
  align-items: center;
}

.archive.tax-product_cat .button.term-bundle-button,
.archive.tax-product_cat .woocommerce-products-header__title,
.archive.tax-product_brand .woocommerce-products-header__title {
  display: none !important;
}

.brand-hero-inner {
  background: #f37d601f;
}

.button.term-bundle-button {
  background: #cfa5cc !important;
  box-shadow: 10px 10px 58px -6px rgba(0, 0, 0, 1) !important;
  -webkit-box-shadow: 10px 10px 58px -6px rgba(0, 0, 0, 1) !important;
  -moz-box-shadow: 10px 10px 58px -6px rgba(0, 0, 0, 1) !important;
}

.coletionsTitle {
  color: #fff;
  margin: 0 0 8px;
  font-size: 28px;
  font-size: 80px !important;

  line-height: 1.2;
}

.brand-hero-bg {
  background-size: cover !important;
  background-position: center !important;
  filter: brightness(0.85) !important;
  width: 100% !important;
  height: 440px !important;

}





.wcps {
  position: relative;
  width: 100%;
}

.wcps .swiper {
  overflow: hidden;
  width: 100%;
}

.wcps .swiper-slide {
  height: auto;
}

.wcps-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 16px;
  padding: 12px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.wcps-img {
  aspect-ratio: 4/3;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #f5f5f5;
}

.wcps-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wcps-cat {
  font-size: .85rem;
  color: #777;
}

.wcps-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0;
	text-decoration: none !important;
}

.wcps-title a {
  color: #111;
  text-decoration: none !important;
}

.wcps-price {
  font-weight: 600;
  color: #111;
}

.wcps-prev,
.wcps-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  z-index: 10;
}

.wcps-prev {
  left: -10px;
}

.wcps-next {
  right: -10px;
}

.elementor-element-e05208d .elementor-widget-container {
	height: 505px !important;
}

@media (max-width: 1024px) {
  .wcps-prev {
    left: 4px;
  }

  .wcps-next {
    right: 4px;
  }
}


.woocommerce-js ul.products li.product a img {
  object-fit: contain !important;
  max-height: 230px !important;
}

.bannerhero__ {
  background: #F2E3F2;
  text-align: center;
  padding: 5px 0;
}

.ast-stock-detail {
  display: none !important;
}

.banner__hero__h2 {
  font-size: 15px;
  margin-bottom: 0 !important;
}

.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
	display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

.site-footer-primary-section-1 {
	width: 30% !important;
}

.site-footer-primary-section-2  {
	width: 15% !important;
}

.term-hero-inner {
    text-align: center;
}

.no__link__underline__wrap a {
    text-decoration: none !important;
}

.novo-products-wrap .products.columns-4{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 15px;
    margin: 50px;
    justify-content: flex-start;
    align-content: flex-start;
}

.novo-products-wrap .products.columns-4 li.ast-article-single{
    width: 24%;
}

.ast-loop-product__link {
    text-decoration: none !important;
}

.wcf-logged-in-customer-info {
    display: none !important;
}

.woocommerce-result-count,
.tax-product_brand.term-88 .button.term-bundle-button,
.tax-product_brand.term-89 .button.term-bundle-button{
    display: none !important;
}


@media screen and (max-width: 1024px) {
    .novo-products-wrap .products.columns-4{
        display: block;
    }
    
    .novo-products-wrap .products.columns-4 li.ast-article-single{
        width: 100%;
    }

    header .custom-logo-link img, .ast-header-break-point .site-branding img, .ast-header-break-point .custom-logo-link img {
        max-width: 120px;
        width: 120px;
    }
    
    .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row{
        display: block !important;
    }
    
    .site-footer-primary-section-1 {
        width: 100% !important;
    }
    
    .site-footer {
        margin-top: 120px !important;
    }
    
    .ast-builder-menu-2  {
        display: none !important;
    }
    
    #primary {
        margin: 0em 0;
    }
    
    .woocommerce-product-gallery {
        display: block;    
    }
    
    .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
        width: 20% !important;
    }
    
    .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
        display: block;
        height: auto;
    }
}