 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;
    }
    .navbar-nav li ul{
      display:none;
    }
    .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: block;
  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: 5px;
  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: 5px;
  padding: 5px 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;width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.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;
    }

    .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 {
      object-fit: cover;
    max-width: 100%;
      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: #bb4c25;
      color: #fff;
      padding: 12px;
      width: 100%;
      border: none;
      border-radius: 6px;
      font-size: 16px;
      cursor: pointer;
      margin-top: 20px;
    }
    .pay-btn:hover {
      background: #b55432;
    }
    .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;border: 1px solid #ccc;
}
.cancel-btn {
    background: #000;
    color: #fff;
    padding: 12px;
    width: 100%;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
}
.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;
}
    }

   .address-radio{
    width: 15px !important;
    padding: 3px !important;
    margin-top: 5px;
   }
   .address-box{
    border-bottom:1px solid #efebeb;
    padding:15px 10px;
    cursor: pointer;
   }
   .address-box.active,.address-box:active, .address-box:hover{
      background:#f5faff;
   }
   .edit__address{
    display: none;
   }
   .deliver__button {
    text-transform: uppercase;
    padding: 5px 10px;
    background: #bb4c25;
    color: #fff;
    width: 130px;
    margin-top: 5px;
    font-weight: 400;
    text-align: center;
    display: none;
}
   .active .edit__address,.active .deliver__button{
    display: block;
   }
   .address__type{
    text-transform: uppercase;
    color:#000000;
    background:#ccc;
    padding:2px 5px;
    font-weight: normal;
    font-size:12px;
   }
   .address-box label{
    cursor: pointer;
   }
   /* Fullscreen background */
#page-loader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Spinner */
.spinner{
  width: 55px;
  height: 55px;
  border: 6px solid #e5e5e5;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

/* Animation */
@keyframes spin{
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.featured-products-section{
    background:#f7f9fc;
}

.fp-shape{
    position:absolute;
    border-radius:50%;
    filter:blur(80px);
    opacity:.15;
}

.fp-shape-1{
    width:300px;
    height:300px;
    background:#0d6efd;
    top:-100px;
    left:-100px;
}

.fp-shape-2{
    width:250px;
    height:250px;
    background:#198754;
    bottom:-100px;
    right:-100px;
}

.featured-subtitle{
    font-size:14px;
    font-weight:700;
    color:#0d6efd;
    letter-spacing:2px;
}

.featured-title{
    font-size:48px;
    font-weight:800;
    color:#111;
    margin-bottom:10px;
    text-align: left;
}

.featured-description{
    color:#666;
    max-width:500px;
}

.view-all-btn{
    background:#111;
    color:#fff;
    padding:14px 24px;
    border-radius:60px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.view-all-btn:hover{
    background:#0d6efd;
    color:#fff;
}

.modern-product-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    transition:.4s ease;
    position:relative;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
}

.modern-product-card:hover{
    transform:translateY(-10px);
}

.modern-product-image{
    height:320px;
    overflow:hidden;
    background:#fff;
}

.modern-product-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.modern-product-card:hover img{
    transform:scale(1.08);
}

.product-link{
    position:absolute;
    inset:0;
    z-index:5;
}

.modern-badge{
    position:absolute;
    top:20px;
    left:20px;
    background:#111;
    color:#fff;
    padding:6px 14px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
    z-index:6;
}

.modern-icons{
    position:absolute;
    top:20px;
    right:20px;
    display:flex;
    flex-direction:column;
    gap:10px;
    opacity:0;
    transform:translateX(20px);
    transition:.3s;
    z-index:6;
}

.modern-product-card:hover .modern-icons{
    opacity:1;
    transform:translateX(0);
}

.modern-icon-btn{
    width:42px;
    height:42px;
    border:none;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 5px 15px rgba(0,0,0,.1);
}

.modern-icon-btn img{
    width:18px;
    height:18px;
}

.modern-product-content{
    padding:24px;
}

.modern-product-title{
    font-size:20px;
    font-weight:700;
    margin-bottom:15px;
    color:#111;
}

.modern-price{
    font-size:28px;
    font-weight:800;
    color:#0d6efd;
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}

.modern-price span{
    font-size:18px;
    color:#999;
    text-decoration:line-through;
    font-weight:500;
}

.modern-price small{
    font-size:14px;
    color:#777;
}

.modern-cart-btn{
    display:inline-block;
    margin-top:20px;
    padding:12px 22px;
    border-radius:50px;
    background:#0d6efd;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.modern-cart-btn:hover{
    background:#111;
    color:#fff;
}

@media(max-width:768px){

    .featured-title{
        font-size:34px;
    }

    .modern-product-image{
        height:260px;
    }

}
.new-arrivals-section{
    background:#0f172a;
    position:relative;
    overflow:hidden;
}

.arrival-subtitle{
    color:#38bdf8;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.arrival-title{
    color:#fff;
    font-size:48px;
    font-weight:800;
    text-align: left;
}

.arrival-text{
    color:#94a3b8;
    max-width:550px;
}
.dropdown-menu{
    min-width:240px;
    margin-top:15px;
}

.dropdown-item{
    padding:12px 16px;
    font-weight:500;
    transition:0.3s;
}

.dropdown-item:hover{
    background:#f3f4f6;
    color:#111827;
}

.dropdown-item.active {
    background: #ffffff;
    color: #000000;
}
.arrival-view-btn{
    background:#fff;
    color:#111827;
    padding:14px 26px;
    border-radius:60px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.arrival-view-btn:hover{
    background:#38bdf8;
    color:#fff;
}

.arrival-product-card{
    background:#111827;
    border-radius:24px;
    overflow:hidden;
    transition:.4s;
    border:1px solid rgba(255,255,255,.05);
    height:100%;
    position:relative;
}

.arrival-product-card:hover{
    transform:translateY(-10px);
    border-color:#38bdf8;
}

.arrival-image-wrap{
    position:relative;
    height:320px;
    overflow:hidden;
}

.arrival-product-image{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.arrival-product-card:hover .arrival-product-image{
    transform:scale(1.08);
}

.arrival-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(0,0,0,.7), transparent);
    opacity:0;
    transition:.4s;
}

.arrival-product-card:hover .arrival-overlay{
    opacity:1;
}

.arrival-icons{
    position:absolute;
    bottom:20px;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    gap:12px;
}

.arrival-icon-btn{
    width:45px;
    height:45px;
    border:none;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.arrival-icon-btn:hover{
    background:#38bdf8;
}

.arrival-icon-btn img{
    width:18px;
    height:18px;
}

.arrival-badge{
    position:absolute;
    top:18px;
    left:18px;
    background:#38bdf8;
    color:#fff;
    font-size:12px;
    font-weight:700;
    padding:7px 14px;
    border-radius:30px;
    z-index:2;
}

.arrival-product-link{
    position:absolute;
    inset:0;
    z-index:5;
}

.arrival-content{
    padding:24px;
}

.arrival-product-title{
    color:#fff;
    font-size:22px;
    font-weight:700;
    margin-bottom:16px;
    line-height:1.4;
}

.arrival-price{
    color:#38bdf8;
    font-size:30px;
    font-weight:800;
    display:flex;
    gap:10px;
    align-items:center;
    flex-wrap:wrap;
}

.arrival-price span{
    color:#64748b;
    text-decoration:line-through;
    font-size:18px;
    font-weight:500;
}

.arrival-price small{
    font-size:14px;
    color:#94a3b8;
}

.arrival-bottom{
    margin-top:24px;
}

.arrival-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    padding:14px 20px;
    border-radius:14px;
    background:#1e293b;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.arrival-btn:hover{
    background:#38bdf8;
    color:#fff;
}

@media(max-width:768px){

    .arrival-title{
        font-size:34px;
    }

    .arrival-image-wrap{
        height:260px;
    }

}

.minimal-categories-section{
    background:#f5f3ef;
    overflow:hidden;
}

.minimal-subtitle{
    display:inline-block;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#b45309;
    margin-bottom:15px;
}

.minimal-title{
    font-size:64px;
    font-weight:900;
    line-height:1.1;
    color:#111827;
    max-width:700px;
}

.minimal-description{
    max-width:500px;
    margin-left:auto;
    color:#6b7280;
    font-size:18px;
    line-height:1.8;
}

.minimal-category-card{
    display:block;
    position:relative;
    padding:20px;
    transition:.4s ease;
}

.minimal-category-card:hover{
    transform:translateY(-10px);
}

.minimal-number{
    position:absolute;
    top:0;
    right:10px;
    font-size:120px;
    font-weight:900;
    color:rgba(17,24,39,.05);
    line-height:1;
    z-index:1;
}

.minimal-image-wrap{
    position:relative;
    height:500px;
    overflow:hidden;
    z-index:2;
}

.minimal-image-wrap img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .8s ease;
}

.minimal-category-card:hover img{
    transform:scale(1.08);
}

.minimal-content{
    position:relative;
    background:#fff;
    margin-top:-70px;
    margin-left:30px;
    padding:35px;
    z-index:3;
    max-width:85%;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.minimal-line{
    width:60px;
    height:3px;
    background:#b45309;
    margin-bottom:20px;
}

.minimal-content h3{
    font-size:34px;
    font-weight:800;
    color:#111827;
    margin-bottom:25px;
}

.minimal-link{
    display:flex;
    align-items:center;
    gap:12px;
    color:#111827;
    font-weight:700;
    transition:.3s;
}

.minimal-category-card:hover .minimal-link{
    color:#b45309;
    gap:18px;
}



.profile-wrapper{
    margin:40px 0;
}

.profile-sidebar,
.profile-content{
    background:#fff;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.profile-sidebar{
    overflow:hidden;
}

.profile-header{
    background:linear-gradient(135deg,#4f46e5,#7c3aed);
    padding:25px;
    color:#fff;
}

.profile-user{
    display:flex;
    align-items:center;
    gap:15px;
}

.profile-user img{
    width:70px;
    height:70px;
    border-radius:50%;
    border:3px solid rgba(255,255,255,.3);
}

.sidebar-menu{
    padding:15px 0;
}

.sidebar-menu a{
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px 25px;
    color:#555;
    text-decoration:none;
    transition:.3s;
    font-weight:500;
}

.sidebar-menu a:hover,
.sidebar-menu a.active{
    background:#eef2ff;
    color:#4f46e5;
}

.profile-content{
    padding:35px;
}

.profile-title{
    font-size:28px;
    font-weight:700;
    margin-bottom:30px;
}

.form-label{
    font-weight:600;
    color:#444;
    margin-bottom:8px;
}

.form-control{
    height:55px;
    border-radius:12px;
    border:1px solid #dbe3f0;
    box-shadow:none!important;
}

.form-control:focus{
    border-color:#4f46e5;
}

.btn-update{
    background:linear-gradient(
        135deg,
        #4f46e5,
        #7c3aed
    );
    border:none;
    padding:14px 35px;
    border-radius:12px;
    color:#fff;
    font-weight:600;
}

.stats{
    display:flex;
    gap:15px;
    margin-bottom:30px;
    flex-wrap:wrap;
}

.stat-box{
    flex:1;
    min-width:150px;
    background:#f8fafc;
    border-radius:15px;
    padding:20px;
}

.stat-box h4{
    margin:0;
    font-size:24px;
    font-weight:700;
}

.stat-box span{
    color:#666;
}.profile-sidebar{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.profile-header{
    background:linear-gradient(135deg,#4f46e5,#7c3aed);
    padding:25px;
    color:#fff;
}

.profile-user{
    display:flex;
    align-items:center;
    gap:15px;
}

.profile-user img{
    width:65px;
    height:65px;
    border-radius:50%;
    background:#fff;
    padding:5px;
}

.profile-user h5{
    margin:0;
    font-size:18px;
    font-weight:700;
}

.profile-user span{
    opacity:.85;
    font-size:13px;
}

.sidebar-menu{
    padding:15px;
}

.menu-group{
    margin-bottom:10px;
}

.menu-title{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:14px;
    font-weight:700;
    color:#111827;
    padding:14px 15px;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.menu-link{
    display:flex;
    align-items:center;
    gap:12px;
    padding:12px 15px;
    margin-bottom:5px;
    border-radius:12px;
    color:#64748b;
    text-decoration:none;
    transition:.3s;
    font-weight:500;
}

.menu-link:hover{
    background:#eef2ff;
    color:#4f46e5;
    transform:translateX(5px);
}

.menu-link.active{
    background:#4f46e5;
    color:#fff;
}

.menu-link svg{
    width:20px;
    height:20px;
}

.logout-link{
    color:#ef4444;
}

.logout-link:hover{
    background:#fee2e2;
    color:#dc2626;
}
.dropdown-menu{
    min-width:220px;
    padding:8px 0;
}

.dropdown-item{
    font-size:14px;
    transition:.2s;
}

.dropdown-item:hover{
    background:#f5f7fa;
    padding-left:20px;
}

.dropdown-menu .dropdown-item i{
    width:18px;
    color:#666;
}.dropdown-arrow{
    font-size:12px;
    transition:all .3s ease;
}

.dropdown.show .dropdown-arrow{
    transform:rotate(180deg);
}
.dropdown-menu-end[data-bs-popper] {
    right: -40px;
    left: auto;
    top: 35px;
}
.dropdown-menu-end::before {
    content: "";
    position: absolute;
    right: 49px;
    top: -5px;
    transform: rotate(180deg);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ffffff;
    transition: .3s ease;
}

.dropdown-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.35);
    z-index:1040;
    display:none;
}

.dropdown-menu{
    z-index:1055;
}


@media(max-width:991px){

    .minimal-title{
        font-size:42px;
    }

    .minimal-description{
        margin-left:0;
        margin-top:20px;
    }

}

@media(max-width:768px){

    .minimal-image-wrap{
        height:350px;
    }

    .minimal-content{
        margin-left:15px;
        max-width:92%;
        padding:25px;
    }

    .minimal-content h3{
        font-size:26px;
    }

    .minimal-number{
        font-size:80px;
    }

}