
/* 🔧 Fix horizontal scroll issue on iPhone without affecting mobile menu */
.themify_builder_content-234 .tb_mw9y434.module_row{
overflow-x:hidden!important;
}






#menu-icon:hover{
background:none!important;
}


/* 1. Body only pans vertically; no horizontal pan on the main page */
html,body {
  touch-action: pan-y!important;
  overscroll-behavior-x: none!important;  /* prevent swipe from moving page horizontally */
}

/* 2. Trap overflow in your products area */
.shop-products-wrapper {
  overflow-x: hidden;           /* no sideways scroll here */
}

/* 3. Allow only the filter tabs to scroll sideways */
.sliding-tabs-wrapper {
  overflow-x: auto!important;
  -webkit-overflow-scrolling: touch!important; /* smooth on iOS */
  touch-action: pan-x!important;               /* horizontal swipes go here */
  overscroll-behavior: contain!important;      /* don’t let overscroll escape */
}

/* 4. (Optional) Hide scrollbars in the tabs */
.sliding-tabs-wrapper::-webkit-scrollbar {
  display: none;
}




.filter-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3rem;

}

@media (max-width: 1199px) {
  .filter-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
  }

  .sliding-tabs-wrapper {
    overflow-x: auto;
    width: 100%;
  }
}

/* Title styling */
.filter-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-right: 2rem;
  /* space between title and tabs */
  white-space: nowrap;
  /* prevent title from wrapping */
}

.filter-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}

/* Scrollable container on mobile */
.sliding-tabs-wrapper {
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE & Edge */
  scrollbar-width: none;
  /* Firefox */
}

.sliding-tabs-wrapper::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

/* Button layout inside scrollable */
.sliding-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  padding: 0 10px;
}

/* Buttons */
.filter-button {
  background: #f3f4f7;
  color: #495057;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    white-space: nowrap;
    font-weight: 600;
    padding:10px 20px;
    overflow: hidden;
    cursor: pointer;
    line-height: 1.2;

}

.filter-button .count{
  width: 1.5rem;
    height: 1.5rem;
    margin-left: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: white;
    font-size: 11px;
    font-weight: 600;
    color: #151515
}

.filter-button:hover {
  background: #f3f4f7;
  color: #495057;
  box-shadow: none;
  transform: none;
}

.filter-button:focus {
  outline: none;

}

.filter-button:hover .count{
  background: #151515;
  color: #fff;
}
.filter-button.active {
  background: #111;
  color: #fff;
}
.filter-button.active .count{
  background: #e55010;
  color: #fff;
}



/* Mobile tweaks */
@media (max-width: 768px) {

  .filter-title {
    font-size: 1.5rem;
  }

  .sliding-tabs {
    gap: 6px;
  }
}


.size-label {
  background: #f3f3f3;
  padding: 4px 10px;
  margin-right: 6px;
  border-radius: 8px;
  font-size: 0.85rem;
}


.color-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #ccc;
}


.shop-layout {
  max-width: 1200px;
  margin: 0 auto;
}

.shop-main {
  display: flex;
  gap: 30px;
}

/* Sidebar */
.shop-sidebar {
  flex:1
}



/* Mobile Sidebar Behavior */
.mobile-filter-toggle {
  display: none;
  margin-bottom: 20px;
  margin-top: 20px;
}

#open-filters {
  width: 100%;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  background-color: #f3f4f7;
  font-size: 85%;
  color: #151515;
  box-shadow: none;
}

@media (max-width: 1024px) {
  .shop-main {
    flex-direction: column;
  }

  .shop-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 320px;
    height: 100%;
    background: white;
    padding: 20px;
    z-index: 9999;
    transition: left 0.3s ease;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
  }

  .shop-sidebar.open {
    left: 0;
  }

  #close-filters {
    background: none;
    border: none;
    font-size: 1.3rem;
    display: block;
    padding: 0px;
    margin-left: auto;
    margin-bottom: 20px;
    cursor: pointer;
    color: #111;
  }

  .mobile-filter-toggle {
    display: block;
  }
}

@media (min-width: 1025px) {
  #close-filters {
    display: none;
  }
}

.product-filter-widget {
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
}

.product-filter-widget h4 {
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.subcat-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.subcat-button {
  background: #F3F4F7;
  color: #151515;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s ease;
}

.subcat-button:hover {
  background: #151515;
  color: #fff;
  border-color: #151515;
}

.subcat-button.active {
  background: #151515;
  color: #fff;
  border-color: #151515;
}

button svg {
  position: relative;
  z-index: 1;
  width: auto;
  height: 1rem;
  display: block;
}

.color-button {
  position: relative;
  width: 32px;
  min-width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  white-space: nowrap;
  margin: 0 10px 10px 0;
  display: inline-block;
  text-align: center;
  font-size: 85%;
  font-weight: 600;
  color: #151515;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}


.color-button-single-product{
   position: relative;
  width: 32px;
  min-width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  white-space: nowrap;
  margin: 0 10px 10px 0;
  display: inline-block;
  text-align: center;
  font-size: 85%;
  font-weight: 600;
  color: #151515;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.color-button.active {
  border: 1px solid #151515;
}

.color-shape {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.8;
  border-radius: 50%;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;

}

.color-button.active .color-shape {
  transform: scale(.75);
}



.product-colors {
  margin-top: 10px;
  display: flex;
  gap: 8px;
}

.color-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #ddd;
}



.gender-check {
  display: block;
  padding: 5px 0;
  cursor: pointer;
}

.gender-check :checked {
  background: #151515!important;
  color: #ffffff;
}

input.gender-checkbox{
  background: #f3f4f7!important;
  border: none!important;
  width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
}
input[type=checkbox]:checked:before {
  border-bottom: 2px solid;
  border-left: 2px solid;
}

.gender-check input[type="checkbox"] {
  margin-right: 8px;
  cursor: pointer;
}

.gender-check span {
  font-size: .75em;
  font-weight: 500;
  letter-spacing: .08em;
}



/* Product grid layout */
/*.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}


.product-item {
  width: 22%;
  min-width: 250px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.product-item {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: 0.3s ease;
  padding-left: 10px;
  padding-right: 10px;
}

.product-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.product-thumb img {
  width: 100%;
  border-radius: 12px;
  transition: 0.3s ease;
}

.product-title {
  margin-top: 12px;
  font-size: 1.1rem;
  font-weight: 600;
}

.product-description {
  font-size: 0.95rem;
  color: #555;
  margin: 8px 0 12px;
}

.product-sizes {
  margin-bottom: 10px;
}*/


/* Remove flex display so Isotope can control the layout */


.shop-products-wrapper {
 display: flex;
 flex-direction: column;
 gap:40px;
}
.shop-products {
  position: static !important;
  display: grid;
  row-gap: 30px;
 height: auto !important;
  column-gap:30px;
  padding:10px;
  grid-template-columns: repeat(3, 1fr);
  
}


#load-more-wrapper {
  align-self: center;
}
/* Tablet: 2 items per row */
@media (max-width: 991px) and (min-width: 576px) { /* Adjust breakpoint for tablet */
  .shop-products {
    grid-template-columns: repeat(2, 1fr); /* 2 equal columns on tablet */
  }
}

/* Mobile: 1 item per row */
@media (max-width: 575px) { /* Adjust breakpoint for mobile */
  .shop-products {
    grid-template-columns: repeat(1, 1fr); /* 1 column on mobile */
  }
}

/* Product items – responsive widths */
.product-item {
   position: static !important;
   transition: opacity 0.3s ease-in-out;

}

.is-hidden {
  display: none !important;


}

/* Tablet: 2 items per row */
@media (min-width: 576px) {
  .product-item {
    
  }
}

/* Desktop: 3 items per row */
@media (min-width: 992px) {
  .product-item {
    
  }
}


.card {
  background: #F3F4F7;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.card-header {
  padding: 0;
}

.product-image {
  width: 100%;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.product-image .image-wrapper {
  position: relative;
  overflow: hidden;
  width: auto;          /* whatever uniform width you need */
  height: 300px; 
  padding: 15px 15px 0px 15px;
}


.product-image .primary-img,
.product-image .hover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;     /* crop to fill without distortion */
  object-position: center center;
  display: block;
  transition: opacity 0.4s ease;
overflow-x:hidden;
}

.product-image .hover-img {
  position: absolute;
  top: 0;
  left: 0;
padding: 15px 15px 0px 15px;
border-radius: 25px 10px 25px 10px;
  opacity: 0;
	overflow-x:hidden;
}

.product-image .image-wrapper:hover .hover-img {
  opacity: 1;
}

.product-image .image-wrapper:hover .primary-img {
  opacity: 0;
}


.card-body {
  padding: 1rem;
}

.product-title {
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
  font-weight: 600;

}

.description {
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.product-size,
.product-color {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.product-size .label,
.product-color .label {
  background: #fff;
  border-radius: 4px;
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
}

.product-color .label {
  width: 2px;
  height: 10px;
  border-radius: 50%;
}

.product-size .label {
  width: auto;
  min-width: 20px;
  height: 15px;
}

.product-size .label .inner {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.product-button{
  margin-top: 30px;
}
.product-button a{
  min-width: 135px;
}
a.button{
 font-family: Poppins,sans-serif;
  font-size: .7em;
  font-weight: 700;
  letter-spacing: .05em;
  padding: .95em 1.65em;
  text-transform: none;
  transition: all .3s;
  background-color: var(--theme_accent);
  border: 0;
  border-radius: 30px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  text-shadow: none;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  left: auto;
  display: inline-block;
  background-image: none;
}
.product-button .button{
  min-width: 135px;
}

a.button:hover {
  background-color: var(--theme_accent_hover);
  color: #fff;
  box-shadow: none;
}

.custom-attributes .product-size .label{
  background: #f3f4f7;
}



.product_meta{
    text-transform: capitalize!important;

}
.product_meta span.sku_wrapper,
.product_meta span.posted_in {
	display: block;
	margin-bottom: 6px; 
  font-weight: bold;
}
.product_meta span.sku_wrapper .sku ,
.product_meta span.posted_in a {
  font-weight: lighter;
}


#tab-title-description{
  display: none;
}

#load-more-wrapper button{
  background: #000000!important;
  color: #ffffff!important;
}
#load-more-wrapper button:hover{
  background: #595959!important;
}




/*inline css for customizer*/

.woocommerce-product-details__short-description img
{
	width:80px;
	height:80px;
}


.back-top-float{
 		border-radius:5px!important;		 
		background:#151515!important;
} 

.shop-layout{
	padding-bottom:8%;
}
.tb_3d9s384 .module-icon em{
	align-self: center!important;
}


#site-logo{
	margin-top:0px;
}
.fixed-header #mobile-menu{
	margin-top:12px;
}

.module-image.circle .image-wrap img{
	  width: 200px;
    max-width: 200px;
    height: 200px;
    opacity: 1;
    object-fit: cover;
    object-position: center;
    border-radius: 100px 100px 100px 100px;
    padding: 10px 10px 10px 10px;
}

.module-image.image-center .image-content{
	    background: #151515;
    color: white !important;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 15px;
    right: initial;
    left: 0;
    display: flex;
    justify-content: center !important;
}

.module-image .image-title{
	color:white;
	font-size:100%;
  margin:0;
	font-weight:400;
  font-style: normal;

}

.tb_or0k160 .tb-column-inner.tf_box.tf_w{
	display:flex;
	justify-content:center;
}
