 body {
      margin: 0;
      font-family: 'Poppins';
      font-weight: 300;
      font-size: 16px;
    }

    .top-bar {
      background: #333333;
      color: #fff;
      font-size: 14px;
      text-align: center;
      padding: 5px 10px;
    }

    .navbar-brand img {
      height: 50px;margin-bottom: 10px;
    }.navbar-expand-lg .navbar-collapse {
        display: flex !important
;
        flex-basis: auto;
        justify-content: flex-end;
    }
    .search-lens {
  position: absolute;
  right: 15px;
  top: 10px;
}.search-box {
  position: relative;max-width: 100vh;
    min-width: 300px;
}
.navbar-nav.menu{
  margin-right:30px;
}
.contact-info{
  font-size: 14px;
}
.product__card__img img{
  width:100%;border-radius: 10px;
}
.category-filter {
    background: #F0F0F0;
    padding: 3px 10px;
    margin-bottom: 10px;
}
    .nav-container{
      background: #EDECEC;
    }
    .product__link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}
    .nav-link{
      font-size: 15px;
      font-weight: 300;
    }
#mainNav ul.navbar-nav {
    margin-left: 110px !important;
}
    .hero {
      position: relative;
      background: url('cd979075-b85c-4927-9ac5-0a4192d606aa.png') no-repeat center center/cover;
      color: white;
      text-align: center;
    }
.swiper {
    width: 100%;
  }

  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
    .hero h1 {
      font-size: 2.5rem;
      font-weight: bold;
    }

    .hero h1 span {
      color: #4169e1;
    }

    .hero p {
      font-size: 1.1rem;
      margin-bottom: 30px;
    }

    .btn-shop {
      padding: 12px 30px;
      font-weight: 600;
      border-radius: 50px;
      background-color: #000;
      color: white;
      text-transform: uppercase;
      text-decoration: none;
    }

   
    h2 {
      text-align: center;
      color: #999;
      font-size: 60px;
      font-weight: 600;
      margin: 40px auto;
    }
    a{
      color:#333333;
      font-size: 13px;
    }

    .category-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 20px;
      margin: auto;
    }

    .flip-card {
      perspective: 1000px;
    }

    .flip-inner {
      position: relative;
      width: 100%;
      aspect-ratio: 3 / 4;
      transition: transform 0.8s ease;
      transform-style: preserve-3d;
    }

    .flip-card:hover .flip-inner,.flip-card.hover .flip-inner {
      transform: rotateY(180deg);
    }

    .flip-front, .flip-back {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      overflow: hidden;
      border-radius: 4px;
    }

    .flip-front img, .flip-back img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .flip-back {
      transform: rotateY(180deg);
      /*filter: grayscale(100%);*/
    }

    .flip-card .label {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    background: #000000a6;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 10px;
}
.section-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 30px;
    }

    .section-header h2 {
      font-size: 24px;
      margin: 0;
    }

    .section-header a {
      font-size: 14px;
      color: #000;
      text-decoration: none;
    }
.home-product:hover .product-icons {
    opacity: 1;
    visibility: visible;
}
    .product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 20px;
    }

    .product-card {
      border: 1px solid #ccc;
      border-radius: 6px;
      overflow: hidden;
      background: #fff;
      position: relative;
    }

    .product-image {
      position: relative;
      width: 100%;
      height: 320px;
      overflow: hidden;
    }

    .product-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .product-label {
      position: absolute;
      top: 10px;
      left: 10px;
      background: #000;
      color: #fff;
      font-size: 12px;
      padding: 2px 8px;
      border-radius: 2px;
    }

    .action-icons {
      position: absolute;
      top: 10px;
      right: 10px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .action-icons button {
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 50%;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-size: 16px;
    }

    .product-details {
      padding: 15px;
    }

    .product-details p {
      margin: 0;
      font-size: 14px;
      color: #444;
    }

    .product-details .price {
      font-weight: bold;
      margin-top: 6px;
      font-size: 15px;
    }
.position-relative.image-wrap {
  padding: 10px;
  transition: transform 0.3s ease;
}
.position-relative.image-wrap img{
  transition: transform 0.3s ease;
}
.position-relative.image-wrap .flex-column{
transition: transform 0.3s ease, box-shadow 0.3s ease;
   } 
.position-relative.image-wrap:hover .flex-column{
   transform: translateY(+10px);
    }
    .position-relative.image-wrap:hover img{
   transform: scale(1.02); /* Zoom in by 5% */
  transition: transform 0.3s ease-in-out;
    }

    .hero-banner {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      /*background: url('images/newarrival-banner.png') no-repeat center center;*/
      background-size: cover;
      padding: 60px 0px;
      color: #fff;
      position: relative;
    }

    .hero-banner-content {
      flex: 1 1 50%;
      max-width: 600px;
      position: absolute;
      left: 94px;
      top: 3px;
      padding: 25px 0px;
    }
    .hero-banner-slider{
      position: relative;
    }

    .hero-banner-content h5 {
      font-size: 14px;
      letter-spacing: 1px;
      margin-bottom: 10px;
      text-transform: uppercase;
    }

    .hero-banner-content h1 {
      font-size: 35px;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .hero-banner-content p {
      font-size: 16px;
      margin-bottom: 30px;
    }

    .hero-banner-content a {
      display: inline-block;
      background: #333;
      color: #fff;
      padding: 12px 24px;
      text-decoration: none;
      font-weight: 600;
      border-radius: 4px;
    }

    .hero-banner-image {
      flex: 1 1 45%;
      text-align: right;
    }

    .hero-banner-image img {
      max-width: 100%;
      height: auto;
    }

    .about-section {
      padding: 0px 0px 60px 0px;
      text-align: center;
    }

    .about-section h2 {
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 36px;
      color:#333333;
    }

    .about-section p {
      margin: 10px auto;
      font-size: 16px;
      color: #000;
      text-align: left;
    }
    .about-section p strong{
      font-weight:600;
      font-size: 18px;
      color:#000;
    }

   

    footer {
      border-top: 1px solid #eee;
      padding: 40px 20px 10px;
    }

    .footer-container {
      display: flex;
      flex-wrap: wrap;
      max-width: 1200px;
      justify-content: center;
      margin: auto;
      gap: 20px;
    }

    .footer-column {
      flex: 1 1 200px;
    }

    .footer-column h5 {
      font-weight: 600;
      margin-bottom: 15px;
      font-size: 16px;
    }

    .footer-column ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-column ul li {
      margin-bottom: 10px;
      font-size: 14px;
    }

    .footer-column ul li a {
      text-decoration: none;
      color: #333;
    }

    .contact-info i {
      margin-right: 10px;
      color: #000;
    }

    .subscribe input[type="email"] {
      padding: 8px;
      width: 70%;
      border: 1px solid #ccc;
      border-radius: 0;
    }


    .subscribe button {
      padding: 10px 12px;
      border: none;
      background: #111;
      color: #fff;
      cursor: pointer;
    }

    .footer-bottom {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      max-width: 1200px;
      margin: 30px auto 10px;
      padding-top: 20px;
      border-top: 1px solid #eee;
      font-size: 14px;
    }
    .social-icons a {
    margin: 0 10px;
  }

    .social-icons i {
      font-size: 18px;
      margin-left: 10px;
      color: #000;
    }
    .offcanvas{
      max-width: 80%;
    }


.breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}.breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.breadcrumb ul li {
    float: left;
    font-size: 13px;
}.breadcrumb ul li a {
    color: #262626;
    padding-left: 15px;
    margin-right: 10px;
    font-family: "Poppins", serif;
    background: url(images/brd_arw_icon.png?ver=2) no-repeat center left;
    text-decoration: none;
}
.breadcrumb ul li a.breadcrumb__home-icon {
    padding-left: 0px;
    margin-left: 0;
    background: none;
}
  .filter-box {
    border: 1px solid #0000001A;
    border-radius: 20px;
}
.filter-title {
    font-weight: bold;
    margin-bottom: 1rem;
    border-bottom: 1px solid #0000001A;
    padding-bottom: 10px;
    display: flex
;
    justify-content: space-between;
}
.filter-box .filter-boxes{
  padding-bottom: 10px;
  border-bottom: 1px solid #0000001A;
}
.filter-box .btn-light{
  border-radius: 20px;
}
.filter-box h6{
  display: flex;
  justify-content: space-between;
}
.filter-box li{
  display: flex;
  justify-content: space-between;
  font-size: 13px;
    padding: 5px 0px;
}

    .color-option {
      display: inline-block;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      margin: 5px;
      border: 1px solid #ccc;
      cursor: pointer;
    }
    .product__card {
      border-radius: 12px;
      padding: 10px;
      transition: transform 0.3s ease;
      position:relative;
    }
    .position-relative small{
      font-size: 18px;
    }
    .product__card__img{
     background: #F0EEED;
     border-radius: 20px;
     object-fit: cover;
     text-align: center;
     margin-bottom: 10px;
    }
    .product__card:hover {
      transform: scale(1.03);
    }
    .price-old {
      text-decoration: line-through;
      color: gray;
      font-size: 0.9rem;
    }
    .price-discount {
      color: red;
      font-size: 0.9rem;
    }
    .page-btn {
      border-radius: 30px;
      padding: 5px 15px;
    }
   .product-icons {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}.product__card:hover .product-icons {
  opacity: 1;
  visibility: visible;
}
.price-filter {
  position: relative;
  width: 100%;
  padding: 10px 0;
}

.price-title {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.range-wrapper {
  position: relative;
  height: 30px;
  margin: 10px 0;
}

.range-wrapper input[type="range"] {
  position: absolute;
  width: 100%;
  height: 30px;
  background: none;
  pointer-events: none; /* allow only thumb to be draggable */
  -webkit-appearance: none;
  z-index: 2;
}

input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: black;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.slider-track {
  position: absolute;
  height: 6px;
  background: #eee;
  border-radius: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

.range-values {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
}
.page-btn {
    border-radius: 8px;
    padding: 3px 15px;
    border:1px solid #0000001A;
}
.page-link {
  background: none !important;
  border:none !important;
  color:#000000 !important;
}
.page-item.active .page-link{
  color:#000000 !important;
  background: #f0f0f0 !important;
  border-radius:none;
  border-radius: 5px;
}.newsletter-section {
    background-color: #333;
    border-radius: 16px;
    margin: 0 auto 0 auto;
    width: 70%;
    position: relative;
    top: 65px;
}
.newsletter-section input {
  min-width: 250px;
}
 .star-rating {
      display: flex;
      align-items: center;
      font-size: 1rem;
      gap: 2px;
      font-size:14px;
    }.bi.bi-star.half {
  color: #ffc107;
}

    .star-rating .star {
      color: #ffc107; /* Bootstrap's yellow */
      position: relative;
      display: inline-block;
      width: 1em;
    }

    .star-rating .star.half::before {
      content: "\f005";
      font-family: "Bootstrap Icons";
      position: absolute;
      width: 50%;
      overflow: hidden;
      color: #ffc107;
    }

    .star-rating .star.empty {
      color: #e0e0e0;
    }

    .star-rating .rating-number {
      margin-left: 6px;
      font-weight: 600;
      color: #444;
    }

    .star-rating .total {
      color: #888;
      font-weight: normal;
      margin-left: 2px;
    }
footer.innerpage{
  padding: 100px 20px 10px;
}
strong{
  font-weight: 600;
}
.product-thumbs {
      max-height: 420px;
      overflow-y: auto;
    }
    .product-thumbs img {
      cursor: pointer;
      margin-bottom: 10px;
      border: 2px solid transparent;
    }
    .product-thumbs img.active {
      border-color: #ddd;
    } .product-title{
        font-size:32px;
        font-weight: 600;
    }
    .thumb-carousel {
  max-height: 545px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  scrollbar-width: none; /* Firefox */
}

.thumb-carousel::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

.thumb-carousel img.thumb {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 10px;
  transition: border 0.3s;
  background: #F0EEED;
}

.thumb-carousel img.thumb.active {
  border-color: #DDD;
}
.text-price{ color:#000; }
.bg-danger {
  --bs-bg-opacity: 1;
  color:#fff;
  border-radius: 62px;
  font-size: 10px;
  font-weight: 500;
}
.special-price{
    color:#0000004D;
}.option-text {
  background: #F0F0F0;
  border-radius: 62px;
  padding: 12px 24px;
  cursor: pointer;
}.option-label {
    padding: 10px 0px;
}.color-selector-wrapper {
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
  margin-top: 10px;
}
.option-text.active {
  background: #000;
  color: #fff;
}
.color-circle {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(to right, black 50%, gray 50%);
  cursor: pointer;
}
.color-circle1 {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(to right, green 50%, red 50%);
  cursor: pointer;
}
.color-circle2 {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(to right, blue 50%, yellow 50%);
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
  font-weight: bold;
  display: none;
}

.color-circle.selected .checkmark {
  display: block;
}
.color-circle1.selected .checkmark {
  display: block;
}
.color-circle2.selected .checkmark {
  display: block;
}
.product-action-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.quantity-selector {
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  border-radius: 999px;
  padding: 8px 12px;
  min-width: 90px;
  justify-content: space-between;
}

.qty-btn {
  background: none;
  border: none;
  font-size: 18px;
  color: black;
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qty-value {
  font-size: 16px;
  padding: 0 10px;
}

.add-to-cart-btn {
  background-color: black;
  color: white;
  border: none;
  border-radius: 999px;
  padding: 10px 30px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.add-to-cart-btn:hover {
  background-color: #222;
}
.product-image-box{
    background: #F0EEED;
    text-align: center;
    border-radius: 20px;
    max-height: 545px;
}
.product-right {
    padding-left: 70px;
}
.product-main-image{
    max-height: 545px;
}
.tabs {
  display: flex;
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
}

.tab-btn {
  flex: 1;
  padding: 12px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-bottom: 3px solid transparent;
  transition: border-color 0.3s;
}

.tab-btn.active {
  border-bottom: 3px solid #000;
  font-weight: bold;
}

.tab-content {
  display: block;
}

.review {
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 6px;
  margin-bottom: 15px;
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stars {
  color: gold;
  font-size: 20px;
}
.reviewer{
  display: flex;
  align-items: center;
}
.verified {
    color: white;
    font-size: 10px;
    background: green;
    border-radius: 55%;
    padding: 1px 5px;
}
.load-more {
  display: block;
  margin: 10px auto;
  padding: 10px 20px;
  color: #000;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background: transparent;
}.filter-icon {
      background-color: #f0f0f0;
      border: none;
      border-radius: 50%;
      width: 38px;
      height: 38px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
    }

    .write-review-btn {
      background-color: black;
      color: white;
      border-radius: 25px;
      padding: 8px 20px;
      border: none;
    }

    .dropdown-toggle {
      border-radius: 25px;
      background-color: #f0f0f0;
      border: none;
      padding: 6px 14px;
    }

    .dropdown-toggle::after {
      margin-left: 8px;
    }
    .faq-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      padding: 20px;
    }

    .faq-item {
      border-bottom: 1px solid #ddd;
      padding: 15px 0;
    }

    .faq-question {
      font-weight: bold;
      cursor: pointer;
      position: relative;
      padding-right: 20px;
    }

    .faq-question::after {
      content: "+";
      position: absolute;
      right: 0;
      font-size: 20px;
      transition: transform 0.3s;
    }

    .faq-item.active .faq-question::after {
      content: "−";
    }

    .faq-answer {
      display: none;
      margin-top: 10px;
      color: #555;
      line-height: 1.5;
    }

    .faq-item.active .faq-answer {
      display: block;
    }
 /*cart Page */

    .checkout-container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }
    .left-section {
      flex: 2;
      min-width: 300px;
      background: #fff;
      padding: 20px;
      border-radius: 8px;
    }
    .right-section {
      flex: 1.2;
      min-width: 280px;
      background: #f9f9f9;
      padding: 20px;
      border-radius: 5px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
    .cart-item {
      display: flex;
      gap: 15px;
      margin-bottom: 20px;
      border-bottom: 1px solid #eee;
      padding-bottom: 15px;
    }
    .cart-item a{
      text-decoration: none;
    }
    .cart-item-img {
    width: 150px;
    background: #D9D9D9;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
    .cart-item img {
      width: 93px;
      height: auto;
      border-radius: 6px;

    }
    .cart-item-details {
      flex: 1;
    }
   .cart-item-actions {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
}.qty-box {
    display: flex;
    align-items: center;
    gap:10px;
    flex:1;
}
.cart-right-section{
  flex:2;justify-content: space-between;
    align-items: center;
}
    .qty-box .quantity-box{
      width: 50px;
    border-radius: 5px;
    border: 1px solid #CAC5C5;
    padding: 2px;
    text-align: center;
    font-size: 14px;
    }
    .qty-box hr{
      margin: 3px 0px;
    }
    .qty-box input{
      max-width: 100%;
    border: none;
    text-align: center;
    }
    .form-section {
      margin-top: 20px;
    }
    .cart-item-details h4{
      font-size: 18px;
      font-weight: 600;
    }
    .cart-item-details p{
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 5px;
    }
    .form-section h3 {
      margin-bottom: 10px;
      font-size: 18px;
    }
    .form-section input,
    .form-section select {
      width: 100%;
      padding: 10px;
      margin-bottom: 12px;
      border: 1px solid #ddd;
      border-radius: 5px;
    }
    .order-summary h3,
    .delivery-address h3 {
      margin-bottom: 10px;
      font-size: 21px;
      font-weight: 600;
    }
    .delivery-address p {background: #fff;
    padding: 20px;}
    .order-summary .summary{
      background: #fff;
    padding: 20px;
    }
    .summary-item {
      display: flex;
      justify-content: space-between;
      margin-bottom: 30px;
      font-size: 16px;
      font-weight: 400;
    }
    .grand-total {
      font-weight: bold;
      font-size: 18px;
      border-top: 1px solid #ddd;
      padding-top: 10px;
      margin-top: 10px;
    }
    .pay-btn {
      background: #1773B0;
      color: #fff;
      padding: 12px;
      width: 100%;
      border: none;
      border-radius: 6px;
      font-size: 16px;
      cursor: pointer;
      margin-top: 20px;
    }
    .pay-btn:hover {
      background: #0056b3;
    }
    .btn-secondary{
      background: #333333;
      font-size: 14px;
      font-weight: 400;
    }.color-circle-cart-1 {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(to right, black 50%, gray 50%);
  cursor: pointer;
  display: inline-block;
}.color-circle-cart-2 {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(to right, red 100%);
  cursor: pointer;
  display: inline-block;
}
.product-colors{
  font-size: 14px;
  font-weight: 400;
}

.shipping-section p{
  background: #F5F5F5;
  border-radius: 5px;
  padding: 15px;
}
.billing-address ul{
  padding:0;
}
.billing-address ul li{
  list-style: none;
  padding: 10px;
  border-bottom: 1px solid #DEDEDE;
}
.billing-address ul li input{
  width: auto;
  margin-right: 10px;

}.summary-section {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 600px) {
  .tab-btn {
    font-size: 14px;
    padding: 10px;
  }.review-header-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
.faq-container {
        padding: 15px;
      }
  .review-actions {
    flex-wrap: wrap;
  }
}
    @media (max-width: 768px) {
      .hero h1 {
        font-size: 2rem;
      }
      .page-btn{
        display: none;
      }
      .btn-shop {
        padding: 10px 20px;
      }
      .newsletter-section{
        width: 98%;
      }
      .category-heading{
        flex-direction: column;
        margin-top:10px;
      }
      .navbar-brand img {
      height: 40px;
    }
      .hero-banner {
        flex-direction: column;
        text-align: center;
      }

      .hero-banner-content, .hero-banner-image {
        flex: 1 1 100%;
      }

      .hero-banner-content h1 {
        font-size: 32px;
      }
      .about-section p strong{
        font-size: 16px;
      }
      .about-section p {
        font-size: 14px;
      }
      .footer-container {
        flex-direction: column;
        gap: 30px;
      }
.newsletter-section .container {
    flex-direction: column;
    text-align: center;
  }
      .subscribe input[type="email"] {
        width: 100%;
        margin-bottom: 10px;
      }

      .subscribe button {
        width: 100%;
      }

      .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
      }
      .top-bar,.top-bar a{
        font-size: 10px;
      }
      .filter-boxes {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding-bottom: 0 !important;margin-bottom: 0 !important;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}.filter-boxes.expanded {
  max-height: 1000px; /* Large enough to contain full content */
  opacity: 1;padding-bottom: 10px !important;margin-bottom: 1.5rem !important;
}.filter-box {
     border: none;
    }
    }
    .scroll-animation {
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

.scroll-animation.from-left {
  transform: translateX(-100px);
}
.scroll-animation.from-right {
  transform: translateX(100px);
}.scroll-animation.animate {
  transform: translateX(0);
  opacity: 1;
}
.footer-container ul{
  margin: 0;
  padding: 0;
}
.footer-container ul li {
    list-style: none;
    display: inline;
    text-align: center;
    margin: 0 15px;
}
.footer-container ul li a{
  text-decoration: none;
}
    @media (max-width: 600px) {
      h2 {
        font-size: 24px;
      }
    }@media (max-width: 767px) {
      body, html {
  overflow-x: hidden;
}.h3, h3 {
    font-size: calc(1.1rem + .6vw);
}
      .product-thumbs { display: none; }
      .mobile-carousel .carousel-inner img {  object-fit: contain; }
      .product-right {
            padding-left: 0px; 
        }
        .mobile-icon {
          width:20px;
        }
        .nav-container{
          background: #fff;
        }
        .search-box input{
          border-radius: 5px;
        }
        .mobile-menubox{
          padding-right: 0;
        }
        .search-box {
    position: relative;
    width: 80vh;
}
.width-100{
  width:100%;
}

.scroll-animation {
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

.scroll-animation.from-left {
  transform: translateX(-40px);
}
.scroll-animation.from-right {
  transform: translateX(40px);
}

.scroll-animation.animate {
  transform: translateX(0);
  opacity: 1;
}

.container .scroll-animation:nth-of-type(1) { transition-delay: 0ms; }
.container .scroll-animation:nth-of-type(2) { transition-delay: 100ms; }
.container .scroll-animation:nth-of-type(3) { transition-delay: 200ms; }
.container .scroll-animation:nth-of-type(4) { transition-delay: 300ms; }
.container .scroll-animation:nth-of-type(5) { transition-delay: 400ms; }

.footer-container ul li{
  margin: 0 8px;
  display: block;
}
.cart-item-img{
  background: none;
  width: auto;flex-direction: column;justify-content: center;align-items: center;
  gap:10px;
}
.cart-right-section{
  flex-direction: column;
  gap:10px;
}
.cart-item-details h4 {
    font-size: 15px;
    font-weight: 600;
}
    }

   