/* //whatsapp-css */
    .whatsapp-chat {
      position: fixed;
      bottom: 30px;
      right: 20px;
      display: flex;
      align-items: center;
      z-index: 9999;
      animation: floatUpDown 2s ease-in-out infinite;
    }

   .whatsapp-text {
    background-color: #f1f1f1;
    color: #000;
    padding: 10px 14px;
    font-size: 16px;
    margin-right: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    text-decoration: none;
    border-radius: 50px;
    border: 1px solid #cccccc5c;
}

    .whatsapp-icon {
      background-color: #25d366;
      border-radius: 50%;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s;
    }

    .whatsapp-icon:hover {
      transform: scale(1.05);
    }

    .whatsapp-icon img {
      width: 24px;
      height: 24px;
    }

    @keyframes floatUpDown {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-6px);
      }
    }


/* scrolling fas  */
.scroller_fast {
  background: transparent;
  overflow: hidden;
  position: relative;
}

.scroll-content {
  display: flex;
  animation: scroll 10s linear infinite;
  position: relative;
}

.scroll-content::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 200%;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}

.scroll-content:hover {
  animation-play-state: paused;
}

.scroll-content img {
  width: 280px;
  flex-shrink: 0;
  object-fit: cover;
}

@keyframes scroll {
  to {
    transform: translateX(-100%);
  }
}

.scroll-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  font-weight: 500;
  color: #fff;
  transform: translate(-50%, -50%);
  z-index: 9;
}

/*  */

header nav ul li > svg{
    margin-left:5px;
}

footer .payment-logos img{
    width:46px;
    height:32px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 2% 2.992em 0;
    width: 23%;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 1.25rem;
    padding:0;
}
.woocommerce ul.products li.product a img {
    margin-bottom:0;
}
ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    gap: 10px;
    flex-basis: 200px;
    flex-direction: column;
    margin-top:0px !Important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width:15%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom:1px solid #fff;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
/*     border-radius:50%;
    border: 1px solid #ccc; */
    padding: 2px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    z-index: 1; 
}
.woocommerce div.product form.cart .variations {
    display:none;
}
.woocommerce-variation-add-to-cart {
    margin-top:20px;
}
.product_title.entry-title {
    font-weight: 500;
    font-size: 32px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #8f2628;
}

.woocommerce span.onsale {
    top: 1.5em;
    left: 175px;
    background-color: #8f2628;
}

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

.flex-viewport {
    width: 100%;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 60%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 33%;
   
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 70%;
}






	body.single-product main .content-area .entry-summary form.cart{
    flex-direction: column;
    align-items: unset;
    width: fit-content;
}

.woocommerce .woocommerce-breadcrumb{
    margin: 0 0 3em !important;
}

.single-pg-banner {
    margin-bottom: 15px;
    position: relative;
    background: #272224;
    height: 100%;
    padding-block: 120px 40px;
    z-index: 0;
	overflow:hidden
}

.single-pg-banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-weight: 500;
    color: #ffffff;
}

.single-pg-banner:before,
.single-pg-banner:after{
    content: '';
    position: absolute;
    height: 200px;
    width: 350px;
    z-index: -1;
    background: url(https://ghienergy.com/wp-content/uploads/2020/11/circuit-bg.png) no-repeat center/cover;
    filter: brightness(0) invert(1);
    opacity: .5;
} 

.single-pg-banner:after {
    left: 20px;
    top: 0;
}

.single-pg-banner:before {
    right: 20px;
    bottom: 0;
    transform: scaleY(-1);
}

/* .single-pg-banner h1:before,
.single-pg-banner h1:after{
    content: '';
    position: absolute;
    height: 150px;
    width: 160px;
    filter: brightness(0) invert(1);
    z-index: -1;
    top: -30px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 19.532 19.532" xml:space="preserve" class="w-[30px] h-[30px] sm:w-[80px] sm:h-[80px]"><g fill="%23d8231e"><path d="m18.31 5.876-.126-.024a.6.6 0 0 0-.266-.37q-.04-.022-.086-.038l.106-.43a.2.2 0 0 0-.144-.236.2.2 0 0 0-.236.144l-.092.378-.16-.344a.196.196 0 1 0-.354.164l.21.452c-.156.178-.208.478-.24.676l-.012.07a8 8 0 0 0-.062.46c-.088.784-.198 1.348-.798 1.444a.196.196 0 0 0 .062.386c.938-.152 1.046-1.096 1.124-1.786q.024-.236.058-.434l.012-.078c.066-.404.128-.484.16-.496.096-.036.188-.036.246 0 .074.044.1.148.11.226a.2.2 0 0 0 .158.168l.256.048a.196.196 0 0 0 .074-.384M6.02 13.186a.2.2 0 0 0-.232-.15c-3.018.65-3.984.286-4.002.278a.196.196 0 0 0-.156.358c.022.01.336.142 1.152.142.662 0 1.654-.086 3.088-.396a.2.2 0 0 0 .15-.232" data-original="%23d8231e"/><path d="M13.976 10.906c.454-.258.97-.55 1.412-.64.252-.052.58-.206.746-.482a.66.66 0 0 0 .068-.54c-.166-.56-.772-.87-1.26-.874a1.4 1.4 0 0 0-.268.026l-.204-.066a4 4 0 0 0-1.082-.244 3.5 3.5 0 0 0-1.66.358 6.4 6.4 0 0 0-1.104.726l-.194.148c-.138.104-.42.336-.776.632-.89.738-2.378 1.97-2.98 2.28-.786.404-1.47.458-3.294.596l-.222.016c-1.636.128-1.872-.39-1.882-.414a.196.196 0 0 0-.376.104c.02.08.234.72 1.78.72q.232 0 .508-.02l.22-.016c1.828-.14 2.586-.198 3.442-.638.638-.328 2.09-1.53 3.05-2.326.352-.292.632-.524.762-.622l.196-.148c.34-.26.662-.506 1.036-.684a3.1 3.1 0 0 1 1.472-.32c.242.012.478.07.72.144a6 6 0 0 0-.856.63l-.13.11a10 10 0 0 0-1.096 1.084q-.116.136-.226.278c-.138.174-.268.338-.42.478a6 6 0 0 1-.824.586l-.12.074a12 12 0 0 1-1.786.95c-1.23.52-1.706.588-2.366.682l-.026.004c-.684.098-1.884.366-1.936.378a.196.196 0 1 0 .086.382c.012-.002 1.238-.276 1.906-.372l.026-.004c.69-.098 1.188-.17 2.464-.71a13 13 0 0 0 1.84-.978l.118-.074a8 8 0 0 0 .644-.432h.002c.064-.01 1.568-.236 2.128-.524q.212-.11.46-.254zm-2.086.296q.1-.12.194-.24.104-.136.216-.264.51-.59 1.05-1.038l.132-.112c.416-.35.934-.788 1.446-.788h.008c.344.004.782.232.89.594a.26.26 0 0 1-.028.228c-.08.134-.282.258-.49.3-.502.102-1.046.412-1.526.684a12 12 0 0 1-.446.246c-.304.156-.966.3-1.448.39" data-original="%23d8231e"/><path d="M17.818 6.232a.2.2 0 0 0-.27.058c-.224.348-.246.818-.264 1.196l-.004.082c-.066 1.334-.208 2.58-1.224 3.154-.142.08-.298.142-.43.192a6 6 0 0 1-.6.188.2.2 0 0 0-.14.134l-.206.706-.074.024c.034-.284.122-.73.122-.736a.196.196 0 0 0-.28-.212c-.2.1-.784.254-1.17.356l-.348.094a16 16 0 0 1-1.306.25.196.196 0 1 0 .06.386c.04-.006.97-.15 1.356-.262.08-.024.2-.056.34-.092.346-.092.662-.176.902-.254a8 8 0 0 0-.074.52c-.016.172.072.258.126.296q.036.02.074.034l.136 1.052-.18.052a.196.196 0 0 0 .108.376l.316-.09c.192-.002.486.032.598.102a.196.196 0 1 0 .204-.334c-.178-.108-.468-.142-.658-.154l-.134-1.036.13-.056a.2.2 0 0 0 .1-.12l.202-.688q.26-.072.532-.172c.148-.054.32-.124.486-.218 1.286-.726 1.368-2.38 1.422-3.474l.004-.082c.016-.332.034-.744.202-1.002a.2.2 0 0 0-.058-.27M7.196 13.134l.052-.008a.6.6 0 0 0 .184-.08.2.2 0 0 0 .044-.276.19.19 0 0 0-.268-.042l-.064.024a.196.196 0 0 0 .052.384zm.528-.504q.036 0 .072-.014a2 2 0 0 0 .15-.072.196.196 0 0 0-.202-.334c-.03.018-.092.042-.094.044a.196.196 0 0 0 .072.376m.738-.29-.108.058.174.35.136-.072a.196.196 0 0 0-.2-.334zm-.118-.544-.114.056a.196.196 0 1 0 .174.35l.114-.056a.196.196 0 1 0-.174-.35m.786.184-.122.058a.196.196 0 0 0 .166.354l.122-.058a.196.196 0 0 0-.166-.354m-.246-.53-.074.048a.196.196 0 0 0 .216.326l.074-.048a.196.196 0 0 0-.216-.326m.846.17-.122.066a.196.196 0 0 0 .184.344l.122-.066a.196.196 0 0 0-.184-.344m-.24-.478-.114.066a.196.196 0 1 0 .194.34l.114-.066a.196.196 0 1 0-.194-.34m.368-.648-.13.082a.196.196 0 1 0 .208.332l.13-.082a.196.196 0 1 0-.208-.332m.232.556-.074.048a.196.196 0 0 0 .216.326l.074-.048a.196.196 0 1 0-.216-.326m.62-.022-.09.082a.194.194 0 0 0 .132.34.2.2 0 0 0 .132-.05l.09-.082a.194.194 0 1 0-.262-.288m-.24-.512-.082.048a.196.196 0 1 0 .202.334l.082-.048a.196.196 0 1 0-.202-.334m-.034-.524-.09.048a.196.196 0 1 0 .188.342l.09-.048a.196.196 0 1 0-.188-.342m.642.532-.106.074a.196.196 0 0 0 .222.322l.106-.074a.196.196 0 0 0-.222-.322m-.174-.22a.2.2 0 0 0 .27.054l.098-.066a.196.196 0 0 0-.216-.326l-.098.066a.2.2 0 0 0-.054.27m.26-.482a.2.2 0 0 0 .108-.032l.074-.048a.196.196 0 1 0-.216-.326l-.074.048a.196.196 0 0 0 .108.358m.328.678a.194.194 0 0 0 .274.028l.09-.074a.196.196 0 1 0-.248-.302l-.09.074a.2.2 0 0 0-.028.274zm.136-.884a.196.196 0 1 0 .208.33l.09-.056a.196.196 0 1 0-.21-.33zm.352-.638-.122.04a.196.196 0 0 0 .124.37l.122-.04a.196.196 0 0 0-.124-.37m.24.48a.196.196 0 1 0 .262.29l.082-.074a.196.196 0 1 0-.262-.29zm.35-.302q.028 0 .056-.008l.082-.024a.196.196 0 0 0-.112-.374l-.082.024a.196.196 0 0 0 .056.382m.578-.016a.2.2 0 0 0 .096-.026l.058-.032a.196.196 0 1 0-.194-.34l-.058.032a.196.196 0 0 0 .098.364m-6.672 4.174q.026 0 .052-.006l.068-.018a.196.196 0 0 0-.102-.376l-.068.018a.196.196 0 0 0 .052.384" data-original="%23d8231e"/></g></svg>') no-repeat center/contain;
}

.single-pg-banner h1:after {
    left: -170px;
    transform: rotate(-25deg);
}

.single-pg-banner h1:before {
    right: -170px;
    transform: rotate(15deg) scaleX(-1);
} */

.cart-collaterals .cart_totals table {
	margin-bottom:20px !important;
}
.woocommerce-info {
    border-top-color: #8d5b2d;
}
.woocommerce-info::before {
    color: #8d5b2d;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    border: var(--wc-form-border-width) solid rgb(189 189 189 / 80%);
}
.select2-container .select2-dropdown, .select2-container .select2-selection {
    border: var(--wc-form-border-width) solid rgb(189 189 189 / 80%);
}
.cart-icon {
    position: relative;
    display: inline-block;
}
.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ab7442;
    color: #fff;
    font-size: 12px;
    border-radius: 999px;
    padding: 2px 6px;
    min-width: 18px;
    text-align: center;
}

@media (width <=600px) {

.single-pg-banner{
    padding-block: 45px !important;
}

.single-pg-banner h1{
    font-size:20px !important;
    top:50% !important;
}

.single-pg-banner:before, .single-pg-banner:after {
    width: 100% !important;
    height: 100% !important;
    inset: 0 !important;
    opacity: 0.1 !important;
}

.single-pg-banner h1:before, .single-pg-banner h1:after{
    height: 70px !important;
    width: 70px !important;
    top:-10px !important;
}

.single-pg-banner h1:before{
    right: -80px !important;
}

.single-pg-banner h1:after{
    left: -80px !important;
}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: auto;
    }
	
	.woocommerce div.product div.images.woocommerce-product-gallery {
		display:unset;
	}
	ol.flex-control-nav.flex-control-thumbs {
	 flex-direction: row;
     margin: 20px 0 ! Important;
	}
.woocommerce div.product div.images .flex-control-thumbs li img {
    padding: 2px;
}
	.woocommerce div.product div.images .flex-control-thumbs li {
    width: 18%;
}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: auto;
}
	
}

#customer_login{
    margin-top: 50px;
  }

#customer_login h2{
	font-size:24px;
	font-weight:700
}

  #customer_login form button:not(.show-password-input),
.woocommerce-MyAccount-content .woocommerce-orders-table .view,
.woocommerce-info a.button,
.woocommerce-EditAccountForm p button{
	padding: 10px 20px;
    color: #fff;
    font-weight: normal !important;
}

  #customer_login form button:not(.show-password-input),
.woocommerce-MyAccount-content .woocommerce-orders-table .view,
.woocommerce-EditAccountForm p button:not(.show-password-input){
	--tw-bg-opacity: 1;
    background-color:#ab7442 !important;
	color:#fff !important
  }

.woocommerce-info a.button{
	--tw-bg-opacity: 1;
    background-color: rgb(39 34 36 / var(--tw-bg-opacity, 1)) !important;
}

  #customer_login form .form-row{
    margin-block:20px;
  }

 nav.woocommerce-MyAccount-navigation,
 .woocommerce-MyAccount-content{
  margin-block:50px !important;
 }

 nav.woocommerce-MyAccount-navigation ul{
  background: #f3f3f36b !important;
    padding: 30px !important;
    border-radius: 20px !important;
    border: 1px solid #eeeeee !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
 }

.woocommerce-account .woocommerce-MyAccount-navigation{
	width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content{
	width: 75%;
}

.woocommerce-Address {
    background: #cccccc1a;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
 }

  .woocommerce-Address .woocommerce-Address-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
 }

 .woocommerce-Address .woocommerce-Address-title a{
  text-decoration: underline;
  color: #e43226;
 }

.woocommerce-Address h2{
	font-weight:700;
}

.addresses .title::before,
.addresses .title::after{
	content:unset !important	
}

  .woocommerce nav.woocommerce-pagination ul{
      margin: 0 0 50px 0;
      border: unset !important;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
	  flex-wrap:wrap
  }

  .woocommerce nav.woocommerce-pagination ul li :where(a, span){
    background: #cccccc4a;
    color: #000;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

.woocommerce nav.woocommerce-pagination ul li{
	border-right:unset !important
}

    .woocommerce nav.woocommerce-pagination ul li span{
        background: #8f2628 !important;
    color: #fff !important;
  }

	.newsletter-sec input {
      width: 80%; !Important;
}

.woocommerce-product-details__short-description {
    padding: 20px 0;
    text-transform: capitalize;
}


/* Custom Tabs  */

.custom-product-tabs {
    background: #fdf7e5;
    border-radius: 12px;
    padding: 20px;
    margin: 40px;
	clear:both;
}

.tab-item {
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
	position:relative;
}

.tab-header {
    display: flex;
    align-items: center;
/*     justify-content: space-between; */
    width: 100%;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    color: #000;
}

.tab-icon {
    margin-right: 15px;
    font-size: 20px;
}

.tab-toggle {
    font-size: 22px;
    transition: transform 0.3s ease;
    position: absolute;
    right: 0;
}

.tab-header.active .tab-toggle {
    transform: rotate(45deg);
}

.tab-content {
    display: none;
    padding: 12px 0 0;
    font-size: 15px;
    color: #333;
}

.tab-content.active {
    display: block;
}

.custom-product-tabs .tab-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}


@media (width <=1023px) {
	
/* 	.woocommerce div.product .woocommerce-tabs ul.tabs{
		    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
		white-space:nowrap
	} */
	
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content{
		width:100% !important
	}
	
	.woocommerce-info a.button{
		margin-top:20px !important;
		float:left !important
	}
.newsletter-sec input {
    width: 100%;
}
	.product_title.entry-title {
    font-size: 26px;
    margin-bottom:15px;
		color:#000;
}
.woocommerce .woocommerce-result-count {
    display: none;
}
	.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em !important;
}
	.scroll-text {
	font-size: 28px;
	text-align: center;
	}
	 .woocommerce div.product .woocommerce-tabs ul.tabs li {
        padding: 0px 15px !important;
    }
.custom-product-tabs {
    margin: 0;
    margin-bottom: 30px;
}
	.woocommerce div.product div.summary {
    margin-bottom: 1em;
}
	.tab-header {
    font-size: 16px;
	
}

body.single-product .wc-tabs-wrapper ul:before,
    .wc-tabs-wrapper ul li:before,
    .wc-tabs-wrapper ul li:after{
        content: unset !important;
    }

/* .woocommerce div.product .woocommerce-tabs ul.tabs li a{
	    padding: .75rem;
    font-weight: 600;
    font-size:16px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
   border-bottom: 2px solid #e63934;
} */

ul.tabs.wc-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 6px !important;
    gap: 20px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    border-bottom: 1px solid #e9e9e9cc;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 2px solid #8f2628;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0px !important;
    padding: 0px 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background: 0;
    border-bottom: 2px solid #fff0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #8f2628;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}
	.woocommerce span.onsale {
    left: 20px;
    background-color: #8f2628;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
	
}
.single-page :is(h2, h3, h4, h5, h6, p, ul, ol) {
    margin-bottom: 20px;
}
.single-page :is(h2, h3, h4, h5, h6) {
    font-weight: 600;
}
.single-page h2, .h2 {
    font-size: 32px;
}

.single-page h3, .h3 {
    font-size: clamp(1.5rem, 1.2321rem + 0.7143vw, 1.875rem);
}

.single-page h4, .h4 {
    font-size: clamp(1.25rem, 0.9821rem + 0.7143vw, 1.625rem);
}

.single-page h5, .h5 {
    font-size: clamp(1.25rem, 1.1607rem + 0.2381vw, 1.375rem);
}

.single-page h6, .h6 {
    font-size: 18px;
}
 .single-product .ppc-button-wrapper {
     display: none;
 }
del span.woocommerce-Price-amount.amount {
    color: #8f262878;
}

.attribute-button.disabled {
    opacity: 0.4;
    background: #eee;
}

div#product-1357 .bwe-radio {
cursor: pointer;
border: 2px solid #ddd;
border-radius: 4px !Important;
height: auto!Important;
width: auto!Important;
display: flex;
align-items: center;
justify-content: center;
transition: .2s;
padding: 5px 10px!Important;
}

form.cart button.single_add_to_cart_button{
    background-color: #ad7547 ! Important;
}


div#product-1357 button#sizeChartBtn,
div#product-1432 button#sizeChartBtn,
div#product-1427 button#sizeChartBtn,
div#product-1423 button#sizeChartBtn,
div#product-1419 button#sizeChartBtn {
  display: none !important;
}


/* ===== HERO SLIDE DARK OVERLAY ===== */
.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to right, rgb(0 0 0 / 86%) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.0) 80%);
    pointer-events: none;
}

/* ===== TEXT OVERLAY ===== */
.autovh {
	height:100vh;
}

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 8%;
    max-width: 500px;
    z-index: 2;
    color: #ffffff;
    transform: translateY(-50%);
}

.hero-overlay h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-overlay p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.95;
}

/* ===== BUTTON ===== */
.hero-btn {
    display: inline-block;
    padding: 10px 24px;
    font-size: 14px;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero-btn:hover {
    background: #ffffff;
    color: #000000;
}
.cat-card-d {
    text-align: center;
    cursor: pointer;
}

.cat-card-d-img {
    overflow: hidden;
    border-radius: 14px;
}

.cat-card-d-img img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
    display: block;
}

/* Title */
.cat-card-d-title {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    color: #000000;
    transition: color 0.4s ease;
}

/* ===== Hover Effects ===== */
.cat-card-d:hover .cat-card-d-img img {
    transform: scale(1.08);
}

.cat-card-d:hover .cat-card-d-title {
    color: #ab7442;
}



/* ===== MOBILE OPTIMIZATION ===== */
@media (max-width: 768px) {
    .hero-overlay {
        left: 6%;
        right: 6%;
        bottom: 10%;
    }

    .hero-overlay h2 {
        font-size: 28px;
    }

    .hero-overlay p {
        font-size: 14px;
    }

    .hero-slide::before {
        background: linear-gradient(
            to left,
            rgba(0, 0, 0, 0.75) 0%,
            rgba(0, 0, 0, 0.45) 45%,
            rgba(0, 0, 0, 0.15) 75%
        );
    }
	.hero-swiper img {
/*     height: 300px; */
}
}

/* ===== SECTION ===== */

.art-grid {
    display: grid;
    grid-template-columns: 1fr 2fr; /* 👈 key change */
    gap: 0;
}

/* ===== CARD ===== */
.art-card {
    position: relative;
    overflow: hidden;
    height: 520px;
}

/* ===== IMAGE ===== */
.art-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.art-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* ===== DARK OVERLAY ===== */
.art-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.0);
    transition: background 0.4s ease;
    z-index: 1;
}

/* ===== CONTENT ===== */
.art-content {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
    color: #fff;
}

.art-content h3 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 20px;
    text-shadow: 0 10px 15px rgb(0 0 0);
}

/* ===== HOVER EFFECTS ===== */
.art-card:hover::before {
    background: rgba(0, 0, 0, 0.55);
}

.art-card:hover .art-img img {
    transform: scale(1.08);
}

/* ===== BUTTON (using your existing hero-btn) ===== */

/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .art-grid {
        grid-template-columns: 1fr;
    }

    .art-card {
        height: 420px;
    }
}

/* Testimonials  */

.bg-testimonials {
    position: relative;
/*     background-image: url("https://glypticarts.com/wp-content/uploads/2022/07/2-7.jpg"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	background:#161415;
}


.testimonial-block{
	position: relative;
	max-width: 730px;
	margin: 0 auto;
	padding: 80px 0 45px;
}

.testimonial-block .inner-box{
	position: relative;
}

.testimonial-block .inner-box:before,
.testimonial-block .inner-box:after{
	position: absolute;
	left: 0;
	top: 0;
	height: 28px;
	right: 150px;
	content: "";
	border-radius: 30px 0 0 0;
    border-top: 6px solid #838182;
    border-left: 6px solid #838182;
}

.testimonial-block .inner-box:after{
	top: auto;
	right: auto;
	left: 0;
	bottom: 0;
	border: 0;
	height: 26px;
	width: 190px;
	border-radius:0 0 0 30px ;
    border-left: 6px solid #838182;
    border-bottom: 6px solid #838182;
}

.testimonial-block .thumb{
    position: absolute;
    right: 80px;
    top: -65px;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #838182;
}

.testimonial-block .thumb img{
	display: block;
	width: 100%;
}

.testimonial-block .text{
	position: relative;
	display: block;
}

.testimonial-block .text .inner{
	position: relative;
	padding: 70px 40px 60px;
	height: 100%;
	text-align: center;
}

.testimonial-block .text .inner:before{
	position: absolute;
    left: 0;
    top: 28px;
    bottom: 21px;
    border-left: 6px solid #838182;
    content: "";
}

.testimonial-block .text p{
    position: relative;
    color: #edf2ff;
    font-weight: 500;
}

.testimonial-block .info-box{
	position: absolute;
	left: 230px;
	bottom: -25px;
	padding-left: 80px;
}

.testimonial-block .info-box .icon{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 54px;
	line-height: 60px;
	color: #edf2ff;
	opacity: .5;
}

.testimonial-block .info-box .name{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 2px;
}

.testimonial-block .info-box .city{
	font-size: 18px;
	line-height: 24px;
	color: #ab7442;
	font-weight: 600;
}

.trending-products-swiper .cat-card-d-img img {
    object-fit: cover;
    width: 400px;
    height: 400px;
}

@media (max-width: 768px) {
.testimonial-block .text .inner {
    text-align: left;
}	
.testimonial-block .info-box {
    left: 40px;
    bottom: 5px;
    padding-left: 0px;
}
.testimonial-block .info-box .name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}
.testimonial-block .info-box .city {
    font-size: 14px;
}
	.mob-gap .gap-8 {
   gap:0;
}
	
.trending-products-swiper .cat-card-d-img img {
    object-fit: cover;
    width: auto;
    height: auto;
}
	
}

.faq-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: #f5f5f5;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
/*     font-size: 14px; */
    font-weight: 600;
    cursor: pointer;
}

.faq-icon {
    font-size: 18px;
    line-height: 1;
}

.faq-answer {
    display: none;
    padding: 20px;
/*     font-size: 13px; */
    line-height: 1.6;
    background: #fff;
    border-top: 1px solid #e5e5e5;
}

.faq-answer p {
    margin-bottom: 12px;
}

/* Active state (open like 2nd screenshot) */
.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-question {
    background: #f5f5f5;
}

.faq-item.active .faq-icon {
    content: "−";
}


.gallery-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.gallery-box img {
  transition: transform 0.5s ease;
}

.gallery-box:hover img {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.gallery-box:hover .overlay {
  opacity: 1;
}

/* Filter animation */
.gallery-item {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.gallery-item.hide {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  position: absolute;
}

.gallery-item.show {
  opacity: 1;
  transform: scale(1);
  position: relative;
}

.filter-btn.active {
  background: #000;
  color: #fff;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 10px 0;
    font-weight: 600;
}
.woocommerce ul.products li.product .button {
    background: #ad7547 ! Important;
    color: #fff;
    font-weight: 400;
	 margin-right: 10px;
}

.woocommerce .star-rating span::before {
    font-family: 'WooCommerce' !important;
    color: #ffb000;
}
input#place_order {
 background: #ad7547 ! Important;	
}