/** Shopify CDN: Minification failed

Line 214:0 Unexpected "}"

**/

#shopify-section-product-filter{
  display: none;
}
.product-item-v1:hover .product-icon-action > *:nth-child(3) {
    transform: none;
    opacity: 1;
    visibility: hidden;
}
/* Product teplate Sort By */
.filter-note{
  font-size: 1.4em;
  font-weight: 300;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
    font-weight: lighter;
}
  
.fillfer-banner{
  border-bottom: 1px solid #f0eeeb;
  padding-bottom: 15px;
}


/* black rounded button*/
.button-transparent {
  background: none;
  border: 1px solid #000;
  color: #000;
  border-radius: 25px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 16px 32px;
  transition: all .3s;
  display: inline-block; /* Ensures the button remains inline and only as wide as its content */
}

/* custom pagination */
.pagination {
    display: flex;
    justify-content: center;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.pagination .page,
.pagination .next {
    margin: 0 5px;
    padding: 10px;
    border: 1px solid #ccc;
    transition: background-color 0.3s, color 0.3s;
}

.pagination .page a,
.pagination .next a {
    color: #333;
    text-decoration: none;
}

.pagination .page.current {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

.pagination .page:hover,
.pagination .next:hover,
.pagination .page a:hover,
.pagination .next a:hover {
    background-color: #333;
    color: #fff;
    cursor: pointer;
}

.pagination .page:hover a,
.pagination .next:hover a {
    color: #fff;
}

.pagination .next {
    font-weight: bold;
}
.pagination>span.current{
    border-radius: 0%
}





/* custom Nav */
.tabs-container {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.tab-button {
  padding: 11px 24px;
  background-color: white;
  border: 2px solid black;
  color: black;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 25px;
  text-align: center;
  white-space: nowrap;
  line-height: 1.3;
  cursor: pointer;
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.8px;
  transition: all 0.3s ease-in-out; /* Smooth transition effect */
  }


.tab-button.active {
 background-color: black !important;
  color: white !important;
  border-color: black !important;
}


/* Responsive styles for mobile */
@media (max-width: 768px) {
  .tabs-container {
    display: flex;
    gap: 10px; /* Add spacing between buttons */
    margin-top: 60px; /* Add margin above the container */
        flex-wrap: wrap;
  }

  .tab-button {
    display: inline-flex;
    padding: 11px 24px;
  }
}

/* Extra small screens */
@media (max-width: 480px) {

}

.products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}


.product-item:hover {
  transform: scale(1.05);
}
.custom-intro .container{

}
.custom-intro{
    background: #f0eeeb7a;
    border-bottom: 1px solid #f0eeeb;
}
/* custom Nav */
.des_intro{
    font-size: 1.5em;
    letter-spacing: 0.6px;
}
@media (max-width: 576px) {
      font-size: 1.2em;
}
.des_intro:before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 2px;
  background: #e12c43;
  margin-right: 10px;
  position: relative;
  top: -7px;
}
.content_intro{
  padding-bottom: 15px;
}

.custom-intro .title_intro {
  font-size: 40px;
  color: #000;
  font-family: Roboto;
  font-weight: 300!important;
  font-style: normal;
  position: relative;
  margin-bottom: 20px;
}

/* Mobile-specific styles */
@media (max-width: 768px) 
  .title_intro {
      margin-top: 20px;
  }
.custom-intro .title_intro {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
  
.custom-intro .des_intro {
  color: #e8e6d894;
  font-family: Roboto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 3.2px;
}

.custom-intro {
  margin-bottom: 24px;
  padding: 40px 40px 0px 40px;
}

@media only screen and (min-width: 1200px) {
  .custom-intro {
    margin-bottom: 24px;
    padding: 40px 40px 0px 40px;
  }
  /* .wrap {
    background: green;
  } */
}

@media only screen and (min-width: 576px) and (max-width: 1200px){
  .custom-intro {
    margin-bottom: 0px;
    padding: 40px 40px 0px 40px;
  }
   /* .wrap {
    background: blue;
  } */
}

@media (max-width: 576px) {
  .custom-intro {
    padding: 20px 20px 0px 20px;
  }

 /* .wrap {
    background: red;
  } */
}
 
/* Banner and Overlay Styles */
.banner-with-intro {
  position: relative; /* Ensures this acts as the stacking context anchor */
}

.wrap-bread-crumb {
  position: relative;
  z-index: 1; /* Not strictly necessary unless you have other elements to layer */
  *{
     color: #fff!important;
  }
}

.bg-breadcrumb {
  position: relative;
  z-index: 2; /* Ensures the background and its content are above the overlay */
}

.bg-breadcrumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); /* Adjust the overlay color/opacity as needed */
  z-index: -1; /* Positions the overlay behind the banner content */
}

.custom-intro {
  position: relative; /* Keeps it in the document flow, appearing just below the banner */
  z-index: 3; /* Ensures it's visually on top if needed, but this might not be necessary */
  /* Additional styling for custom intro */
}

/* Ensure .title-page and breadcrumbs are visible and styled appropriately */
.title-page, .breadcrumb {
  color: #FFFFFF; /* Example text color for visibility against the dark overlay */
}



   
