/*
Theme Name:   Hemii Beauty
Theme URI:    
Description:  Child theme 
Author:       The Code & Clicks
Author URI:   https://thecodeandclicks.com/
Template:     astra
Version:      1.0.0
Text Domain:  astra-child
*/

/* Custom CSS below */

/*body {*/
/*      transform-origin: center;*/
/*      animation: bookOpen 1.2s ease-out forwards;*/
/*      overflow-x: hidden;*/
/*}*/

/*@keyframes bookOpen {*/
/*  0% {*/
/*    transform: scaleX(0);*/
/*    opacity: 0;*/
/*  }*/
/*  50% {*/
/*    transform: scaleX(0.1);*/
/*    opacity: 0.3;*/
/*  }*/
/*  100% {*/
/*    transform: scaleX(1);*/
/*    opacity: 1;*/
/*  }*/
/*}*/
body{background:#FFF7FB !important}
.popup-overlay {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.4);
  display: none; justify-content: center; align-items: center;
  z-index: 9999;
}
.popup-box {
  background: #fff;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  max-width: 800px;
  width: 90%;
  box-shadow: 0 4px 30px rgba(0,0,0,0.1);
}
.popup-content { display: flex; width: 100%; }
.popup-left {width:50%;}
.popup-left img { width: 100%; height: 100%; object-fit: cover; }
.popup-right {
  padding: 40px;
  flex: 1;
  text-align: center;
}
.popup-right h2 { font-size: 24px; margin-bottom: 10px; color: #0d1b2a; }
.popup-right p { color: #555; margin-bottom: 20px; }
.popup-form input {
  width: 100%; padding: 12px; border-radius: 25px;
  border: 1px solid #ddd; margin-bottom: 10px;
}
.popup-form button {
  width: 100%; padding: 12px; background: #0d1b2a;
  color: white; border: none; border-radius: 25px; cursor: pointer;
}
.social-icons a {
  margin: 0 6px; color: #000; text-decoration: none; font-size: 18px;
}
.popup-close {
  position: absolute; top: 15px; right: 20px;
  background: none; border: none; font-size: 28px; cursor: pointer;
}

.footerlogo img{
	filter: url(#ast-img-color-filter-2);
}
.product-badges {
    margin-top: 20px;
}
.badge {
    display: inline-block;
    padding: 6px 12px;
    margin-right: 8px;
    font-size: 12px;
    border: 1px solid #000;
    border-radius: 20px;
    text-transform: uppercase;
}
.product-badges {
    display: flex;
    gap: 12px;
    margin-top: 25px;
    align-items: center;
}

.product-badges .badge-img {
    height: 120px;
    width: auto;
    opacity: 0.95;
}
.ast-woocommerce-container ul.products li {
    background: #ffffff78;
    padding: 15px 15px !important;
    box-shadow: 0px 0px 10px #00000008;
}

.astra-shop-summary-wrap {
    position: relative !important;
    display: grid !important;
    height: 100% !important;
     align-items: end;
    align-content: end;
}
.hustle-content {
    background: white !important;
}
.woocommerce ul.products .variations_form {
    display: none !important;
}
.product-accordion {
    margin-top: 20px;
    border-top: 1px solid #eee;
}

.accordion-item {
    border-bottom: 1px solid #eee;
}

.accordion-header {
    width: 100%;
    background: none;
    border: none;
    padding: 14px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.accordion-icon {
    font-size: 22px;
    line-height: 1;
}

.accordion-content {
    display: none;
    padding-bottom: 15px;
    color: #555;
}

.accordion-item.active .accordion-content {
    display: block;
}
button.accordion-header {
    color: #212121;
    font-weight: 600;
    letter-spacing: 0.8px;
	padding-left:10px;
	padding-right:10px;
}

.accordion-item button:hover,.accordion-item button:focus {background:black;color: white;}
.accordion-content p {padding: 10px;margin-bottom: 0;color: #3d3d3d;}
.single .product_meta,.single .woocommerce-tabs {
    display: none !important;
}
@media(max-width:920px)
{
	.site-logo-img .transparent-custom-logo img, .ast-theme-transparent-header .site-logo-img img {
    filter: none !important;
}
}
@media(max-width:620px){
	ul.products.columns-4 .cfvsw_variations_form {display: none;}
	.ast-woocommerce-container ul.products li{padding:5px 5px !important}
	.woocommerce ul.products, .woocommerce-page ul.products{gap:10px;}
}