/*
 Theme Name:   Levre Child
 Description:  Levre WordPress Theme — designed specially for cosmetics shop & beauty store
 Author:       firstsight_design
 Author URI:   https://themeforest.net/user/firstsight_design
 Template:     levre
 Version:      3.7
 License:      GPL v2
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         cosmetic shop, cosmetics, cosmetics ecommerce theme, cosmetics store, beauty shop, woocommerce, beauty products, beauty store, beauty salon, cosmetic company, cosmetic ecommerce, skincare, hair, organic shop, organic cosmetics
 Text Domain:  levre-child
*/


.single-post-wrapper .single-post-header {
  background-color: #d4ccbf !important;
}

.navigation .top-banner {
  background-color: #f2c9c7 !important;
}

/* Nav — constrain height */
.navigation.navigation-type-1 .inner-wrapper {
    height: 83px !important;
    overflow: visible !important;
}

.navigation .theme-logo img {
    max-height: 50px !important;
    width: auto !important;
    max-width: 175px !important;
    object-fit: contain !important;
}

/* Nav — kill all border-bottom on menu items */
.navigation .menu-list-wrapper .menu-list .menu-item a,
.secondary-menu-list .menu-item a {
    border-bottom: none !important;
}

/* Nav menu — ensure Manrope font and proper spacing */
.navigation .menu-list-wrapper .menu-list .menu-item a,
.secondary-menu-list .menu-item a {
    font-family: 'Manrope', 'HKGrotesk', sans-serif !important;
}

.secondary-menu-list {
    display: flex !important;
    gap: 0 !important;
}

.secondary-menu-list .menu-item a {
    padding: 0 20px !important;
}




.fs-testimonials .logos-wrapper {
    display: none;
}

.wfacp-notices-wrapper {
  display: none;
}

#custom_html-12 {
  margin-top: -100px;
  margin-bottom: -100px;
}

.elementor-element-291b21e0 {
	display:none;
}

.recurring-totals {
    display: none !important;
}


#tab-description p {
    margin: 20px 0;
}

.sku_wrapper {
	display: none;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Responsive image styles */
.responsive-image {
  max-width: 100%;
  height: auto;
}

/* Optional: Limit the maximum width of the images */
@media (min-width: 768px) {
  .responsive-image {
    max-width: calc(50% - 1rem);
  }
}

.woolentor-checkout__box .woolentor-one-third{
width: 100% !important;
float: unset !important;
}


#billing_country_field label {
position: relative !important;
left: 9px !important;
}


#billing_state_field label {
position: relative !important;
left: 9px !important;
}


#shipping_country_field label {
position: relative !important;
left: 9px !important;
}


#shipping_state_field label {
position: relative !important;
left: 9px !important;
}


#billing_country_field label {
position: relative !important;
left: 9px !important;;
}


#billing_state_field label {
position: relative !important;
left: 9px !important;
}


.postid-40712 .meta-wrapper, .post-id-40712 .author-wrapper {
  display: none !important;
}



.page-id-42141 .jdgm-all-reviews__body {

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 16px;
}



.page-id-42141 .jdgm-rev.jdgm-rev {

  width: unset !important;
   break-inside: avoid;
    background: white;
    padding: 16px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);

}



@media (max-width: 1025px) {
  h1 {
    font-size: 38px !important;
    font-weight: 500 !important;
    line-height: 48px !important;
  }

}

/* Monthly box brand image — prevent flex-stretch distortion */
.v3-brands-b-img-col {
  align-self: flex-start !important;
}
.v3-brands-b-img-col img {
  height: auto !important;
  object-fit: cover !important;
}
