:root {
  --title-font: "Oswald", sans-serif;
  --color-black: #000000;   
  --color-dark: #242424;   
  --color-light: #F6F6F8;  
  --color-white: #FFFFFF; 
  --color-primary: #FF6600;
}
 html { scroll-behavior: smooth; }
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
h1, h2, h3 {
  font-family: "Oswald", sans-serif;
}
.container-fluid {
  padding: 0;
  width: 100%;
}
.container {
  width: 1200px;
  margin: 0 auto;
}

/* loading webiste style */
.loader-text {
letter-spacing: 0.5em;
display: flex;
gap: 0.1em;
}

.loader-text span {
opacity: 0;
transform: translateY(30px);
display: inline-block;
}
section.horizontal .item {
position: relative;
flex: 0 0 auto;
display: flex;
align-items: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
padding: 20px 5px;
}
.item-img img {
	width: 100%;
	height: 74px;
}
section.horizontal .item .item-text h2 {
font-size: 6rem;
text-transform: uppercase;
line-height: 100%;
font-family: "Inter", sans-serif;
font-weight: 600;
}

section.horizontal .item .item-text.stroke h2 {
-webkit-text-stroke: 1px #4C4C4C;
-webkit-text-fill-color: transparent;
line-height: 100%;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
	z-index: -1 !important;
}

/* shop filter css */
.product-content {
  display: flex;
  flex-wrap: wrap;
}

.filter-area {
  overflow: hidden;
  transition: all 0.02s ease;
}

.product-area {
  flex: 1;
  min-width: 0;
}

.product-area > div {
  transition: all 0.02s ease-in-out;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: none !important;
}



