@font-face {
  font-family: "twentiethcentury";
  src: url("../fonts/twentiethcentury.woff2") format("woff2"),
    url("../fonts/twentiethcentury.woff") format("woff");
}

header .top-bar {
  background-color: #000;
  padding: 8px 0px;
  height: 40px;
  overflow: hidden;
}
header .swiper-slide span {
  font-family: "twentiethcentury";
  text-transform: uppercase;
  letter-spacing: 0.3cap;
  font-weight: bold;
  font-size: clamp(12px, 2vw, 14px);
}

.left-menu .left-menu-col a {
  display: block;
  padding-bottom: clamp(15px, 6vw, 21px);
  padding-top: clamp(15px, 6vw, 21px);
  border-bottom: 1px solid #28282826;
}
.left-menu .left-menu-col li:last-child a {
  border-bottom: none;
}
.left-menu .offcanvas-body {
  padding-left: clamp(20px, 6vw, 40px);
  padding-right: clamp(20px, 6vw, 40px);
}
.left-menu .offcanvas-header {
  padding-left: clamp(20px, 6vw, 40px);
  padding-right: clamp(20px, 6vw, 40px);
}
.search-box .form-column {
  flex: 0 0 auto;
  width: 93%;
}
.card-btn .card-badge {
  width: 21px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  top: 0;
  right: 0;
}
#cart .cart-img {
  width: 100%;
  height: auto;
  aspect-ratio: 0.75/1;
  object-fit: cover;
  display: block;
}
#cart .cart-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
#cart .price-column span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
#cart .price-column del {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.py-80 {
  padding-top: clamp(30px, 4vw, 80px);
  padding-bottom: clamp(30px, 4vw, 80px);
}
.title-small {
  font-size: 13px;
  color: rgb(40, 40, 40);
}
.section-title {
  font-size: clamp(18px, 6vw, 24px);
}
.hero-sec .hero-img {
  width: 100%;
  height: auto;
  aspect-ratio: 2.67/1;
  object-fit: cover;
  display: block;
}
.shop-by-category .img-hover-zoom {
  overflow: hidden;
}
.shop-by-category .img-hover-zoom img {
  transition: transform 0.5s ease;
  width: 100%; /* Adjust width automatically */
  height: auto;
  aspect-ratio: 0.67/1; /* Adjust aspect ratio as needed */
  object-fit: cover;
  display: block;
}
.shop-by-category .img-hover-zoom:hover img {
  transform: scale(1.1);
}
.shop-by-category .shopCategory {
  padding-bottom: 35px;
}
.mt-48 {
  margin-top: clamp(20px, 6vw, 48px);
}
.shop-by-category .shopCategory .swiper-pagination-bullet-active {
  background: #000;
}
.shop-by-category .shopCategory .swiper-pagination-bullet {
  margin: 0px 12px;
}
.banner-sec img {
  width: 100%; /* Adjust width automatically */
  height: auto;
  aspect-ratio: 2.67/1; /* Adjust aspect ratio as needed */
  object-fit: cover;
  display: block;
}
.product-image {
  width: 100%; /* Adjust width automatically */
  height: auto;
  aspect-ratio: 0.75/1; /* Adjust aspect ratio as needed */
  object-fit: cover;
  display: block;
}
.product-badge {
  z-index: 1;
  top: 10px;
  left: 10px;
  position: absolute;
  font-size: 12px;
  background: red;
  color: white;
  padding: 0 5px;
  letter-spacing: 0.5px;
}
.product-title a {
  color: rgb(40, 40, 40);
  font-size: clamp(16px, 6vw, 18px);
  font-style: normal;
  margin-bottom: 4px;
  font-weight: 400;
  line-height: 0.5;
}
.product-title {
  line-height: 0.95;
}
.mt-24 {
  margin-top: clamp(18px, 6vw, 24px);
}
.fogot-password{
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.price-heighlight {
  color: rgb(255, 0, 0);
  font-size: clamp(16px, 6vw, 18px);
  font-weight: 700;
  margin-right: 10px;
}
.discount-price {
  opacity: 0.7;
}
.mt-18 {
  margin-top: clamp(15px, 6vw, 18px);
}
.product-size {
  color: rgb(108, 107, 128);
  font-size: 15px;
}
.product-nav > div[role="button"] {
  background: #fff;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(40, 40, 40, 0.15);
  color: rgb(40, 40, 40);
  top: 50%;
  transform: translateY(-100%);
}
.product-nav > div[role="button"]::after {
  font-size: 26px;
}
.product-nav {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease-in-out;
}
.productSlider:hover .product-nav {
  opacity: 1;
  visibility: visible;
}
.mt-32 {
  margin-top: clamp(20px, 6vw, 32px);
}
.product-view-btn {
  color: #696969;
  border: 1px solid #696969 !important;
  font-weight: lighter;
  padding-left: 15px;
  padding-right: 15px;
  background-image: linear-gradient(
      178deg,
      rgb(255, 255, 255),
      rgb(255, 255, 255) 10%,
      rgba(0, 0, 0, 0.07) 10%,
      rgba(0, 0, 0, 0.07) 100%
    ),
    linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
  background-size: 100% 200%, 100% 100%;
  background-position: 100% -100%, 100% 100%;
  background-repeat: no-repeat;
  transition: background-position 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateZ(0);
  overflow: hidden;
}
.product-view-btn:hover {
  border-color: #fff !important;
  background-position: 100% 25%, 100% 100%;
}
.hometab .nav-link {
  border: 1px solid;
  border-radius: 18px;
  padding-bottom: 6px;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
  opacity: 0.7;
  transition: opacity 0.25s ease-in-out;
  font-size: 12px;
  color: #282828;
  text-transform: uppercase;
}
.hometab {
  gap: 15px;
}
.hometab .nav-link.active {
  background: black;
  color: #fff;
  opacity: 1;
}
.my-24 {
  margin-top: clamp(18px, 6vw, 24px);
  margin-bottom: clamp(18px, 6vw, 24px);
}
.sliderDemo img {
  width: 100%;
  height: auto;
  aspect-ratio: 2.67/1;
  object-fit: cover;
  display: block;
}
.why-customer-column h6 {
  color: rgb(40, 40, 40);
  font-size: 13px;
  font-weight: 600;
}
.why-customer-column span {
  color: rgb(40, 40, 40);
  font-size: 16px;
}
.WhySlider .swiper-pagination-bullet {
  margin: 0px 12px;
}
.WhySlider {
  padding-bottom: 50px;
}
.WhySlider .swiper-pagination-bullet-active {
  background: #000;
}
.more-category img {
  width: 100%;
  height: auto;
  aspect-ratio: 0.75/1;
  object-fit: cover;
  display: block;
}
.more-category .position-column {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.more-category .position-column h3 {
  color: #fff;
  font-size: clamp(18px, 6vw, 30px);
  font-weight: 400;
}
footer .footer-title {
  color: rgb(0, 0, 0);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}
footer .footer-content {
  font-size: 16px;
  margin: 18px 0px;
}
footer .customer-care strong {
  font-weight: 600;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 600;
  display: block;
}
footer .customer-care {
  margin-bottom: 18px;
}

footer .cus-mobile {
  color: rgb(0, 0, 0);
  font-size: 16px;
  display: block;
}
footer .social-media a {
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  border: 1px solid #d9d9d9;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
footer .social-media a:hover {
  background-color: #000;
  color: #fff;
}
footer .social-media {
  margin-top: 18px;
}
footer .quick-link li {
  margin-bottom: 15px;
}
footer .quick-link a {
  color: #000;
}
footer .squre-shape {
  margin-left: 12px;
  margin-right: 12px;
  display: inline-block;
  height: 4px;
  width: 4px;
  margin: 0 8px;
  flex-shrink: 0;
  background: #000;
  vertical-align: middle;
  opacity: 0.5;
}
.mt-50 {
  margin-top: clamp(25px, 6vw, 50px);
}

.category-side-bar .accordion-button {
  color: #000 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.custom-price-range .noUi-connect {
  background: #000000;
}
header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  background: #fff;
    border-bottom: 1px solid #eee;
}
.filter-btton{
  position: sticky;
  top: 88px;
  left: 0;
  right: 0;
  z-index: 98;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1600px;
  }
}

@media (max-width: 991.99px){
  header nav{
    padding-top: 5px;
    padding-bottom: 5px;
  }
}


