<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** @format */

/* @import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Lora:ital,wght@0,400..700;1,400..700&amp;display=swap"); */

@import url('https://fonts.googleapis.com/css2?family=Montserrat&amp;display=swap');

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family:'Montserrat', serif;
}
.navbar {
  padding: 20px;
}

.logo-nav {
  width: 150px;
}
.nav-link {
  padding: 0px 20px !important;
}
.nav-item,
a {
  font-weight: 600;
}
.navbar-nav li {
  color: #826565;
  font-weight: 400;
}
.top-search-bar input {
  border: none;
}

.cart-icon {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin: 0px 20px;
}
.nav-icon-text {
  color: #826565;
  font-size: 10px;
  font-weight: bold;
  padding: 0px 8px;
  text-decoration: none;
}
.cart-icon a {
  text-decoration: none;
  color: #826565;
}
/* .carousel-img {
  height: 100vh;
} */
.img-item {
  width: 100;
  max-height: 900px;
}
.carosusel-1{
  margin: 0px !important;
  overflow: hidden !important;
}
.home-demo .item {
  background: #ff3f4d;
  overflow: hidden !important;
}
.home-demo h3,
.colletion-sec h3,
.container1 h3,
.card-title,
.similar-prodcuts h3,
.product-info h3,
.container4 h3 {
   font-family:'Montserrat', serif;
}
.heading h4 {
  /* font-family: "Lora", serif; */
   font-family:'Montserrat', serif;
  font-size: 20px;
  font-weight: bold;
}
.footer-sec {
  padding: 50px 0px;
  background: whitesmoke;
}
.footer-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 20px;
}
.container5 a {
  color: #000 !important;
  text-decoration: none;
}
.breadcrumb-nav ol li {
  list-style: none;
}
.breadcrumb-nav ol li a {
  text-decoration: none;
  color: #000;
  font-weight: 300;
}

.breadcrumb-nav ol li a:hover {
  border-bottom: 1px solid black;
}
.breadcrumb-div {
  /* background: #af9c9c; */
  height: 250px;
}
.about-nav {
  padding: 70px 0px;
}
.about-nav h3 {
  font-size: 60px;
   font-family:'Montserrat', serif;
  font-weight: 300;
}
.about-pra {
  font-size: 18px;
  font-weight: 300;
  text-align: justify;
}
.prodcut-desc h3 {
   font-family:'Montserrat', serif;
}
.products-section-1 {
  background: #f8f6f6;
}
.footer-ul {
  margin: 0px;
  padding: 0px;

}
.footer-ul li {
  list-style: none;
}
.footer-ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
}
.img-card img {
  width: 100px;
  display: flex;
  margin: 0px auto;
  padding: 20px 0px;
}
/* .add-cart-btn {
  display: flex;
  justify-content: space-between;
} */
.btn-hover:hover {
  background: #ff6961 !important;
  color: #ffff !important;
}
/* .form-container {
  height: 100vh;
} */

input[type="email"],
input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  box-sizing: border-box;
}
.form-div {
  width: 400px;
  margin: 0px auto;
  padding: 70px 20px 70px 20px;
}
.form-div h3 {
   font-family:'Montserrat', serif;
  font-size: 30px;
}
/* Your styles for the wishlist page */
.wishlist-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wishlist1 h3,
.sales-div h3,
.cart h3 {
   font-family:'Montserrat', serif;
}

.wishlist-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.wishlist-item img {
  width: 100px;
  /* margin: 0 10px; */
}
.wishlist-details {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.wishlist-details p {
  margin: 0 12px;
  /* margin-right: 20px; */
}
.remove-button,
.grip-icon {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 50px;
  margin-right: 100px;
}
.grip-icon {
  margin-left: auto;
}
.filter-section {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.filter-item {
  margin-bottom: 15px;
}
/* 
.filter-item label {
  display: block;
  font-weight: bold;
} */

.filter-item select,
.filter-item input[type="range"] {
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.filter-item input[type="checkbox"] {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .col-md-3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .col-md-3, .col-md-9 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1024px) {
  .card-title h5 {
    font-size: 16px !important;
  }
}

.text-box{
  text-align: center !important;
  font-weight: 600;
}

.wishlist-icon{
  cursor: pointer;
  font-size: 1.5rem;
  color: #e84a5f;
  background: none !important;
}
.cart-icon {
   /* cursor: pointer;
   font-size: 1.2rem;
   color: #2c2c2c; */
    cursor: pointer;
    font-size: 1.4rem;
    color: #2c2c2c;
    margin: 0px;
    padding: 0px;
}
.card-footer {
  background: #fff;
  border-top: none;
}
.card-body h6 {
  font-weight: bold;
  font-size: 14px;
}
.title{
  font-size: 18px;
  font-weight: 600;
}
.card-titles{
    padding: 10px 0px;
    /* font-family: ui-monospace; */
    font-family: Montserrat;
    font-size: 28px;
    color: #ffff;
    background: #00000052;
    margin-bottom: 0;
    position: absolute;
    bottom: 10%;
    right: 0;
    left: 0;
}
.breadcurmb{
  background-color: #eee;
  padding: 20px 0px;
}
.collection, .best-seller{
  padding: 70px 0px;
}
.owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* Ensures owl-nav doesn't block other elements */
}

.owl-nav button {
  background: none;
  border: none;
  font-size: 26px !important;
  color: #000;
  pointer-events: all;
}

.owl-nav button:hover {
  color: #ff4081;
}
.quantity-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quantity-controls button {
  padding: 5px 10px;
}
</pre></body></html>