@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5556em;
  overflow-x: hidden;
  background-color: #f3f3f3;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  margin: 0;
  padding: 0;
  font-family: "Poppins", serif;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #266a2e;
}

:focus {
  outline: none !important;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

iframe {
  max-width: 100%;
}

label {
  display: inline-block;
}


.form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.form-select {
  position: relative;
}

.form-select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  content: ' ';
  width: 0;
  height: 0;
  border-color: rgba(0, 0, 0, .25) transparent transparent transparent;
  background: url(../img/downarrow-icon.svg);
  pointer-events: none;
}

textarea {
  width: 100%;
  height: 130px;
  border: 1px solid rgba(8, 20, 44, 0.4);
  outline: none;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #707070;
  resize: none;
  border-radius: 5px;
  transition: 0.2s ease all;
  background: #ffffff;
}

[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"] {
  width: 100%;
  height: auto;
  border: 1px solid rgba(8, 20, 44, 0.4);
  outline: none;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #707070;
  transition: 0.2s ease all;
  background: #ffffff;
}

input::-webkit-input-placeholder {
  color: #707070;
  opacity: 1;
}

[type="submit"] {
  width: 100%;
  height: 55px;
  border: 2px solid #ffffff;
  outline: none;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 5px;
  transition: 0.2s ease all;
  background: #373837;
  text-align: center;
  text-transform: uppercase;
}

[type="submit"]:hover {
  border: 2px solid #a11e23;
  background: #a11e23;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 10px 38px 10px 17px;
  border-radius: 3px;
  border: none;
  font-size: 14px;
  font-weight: 400;
}

.btn::before {
  content: "\e906";
  font-family: "nvtechtitle";
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 10px;
}

.btn-primary {
  background: #266a2e;
  color: #fff;
}

.btn-primary:hover {
  background: #F7941D;
  color: #fff;
}

.btn-secondary {
  background: #F7941D;
  color: #fff;
}

.btn-secondary:hover {
  background: #0170B8;
  color: #fff;
}

.btn-boder{
  border: #DEE7EE 1px solid;
  color: #222D39;
}

.btn-boder:hover{
  border: #0170B8 1px solid;
  color: #0170B8;
}

h1 {
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
}

h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.35em;
  color: #222D39;
}

.sub-heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #F7941D;
}

p {
  font-weight: normal;
  font-family: "Poppins", serif;
  font-size: 16px !important;
  line-height: 1.5556em;
}

.container {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .btn {
    padding: 14px 58px 14px 37px;
    font-size: 18px;
  }

  .btn::before {
    right: 25px;
  }

  h2 {
    font-size: 35px;
  }

  p {
    font-size: 18px;
  }

  .sub-heading {
    font-size: 18px;
  }
  .container {
    padding: 0 0px;
  }
}



@media (min-width:1200px) {
  .container {
    padding: 0 66px;
    max-width: 95%;
  }
  .container-1 {
    padding: 0 66px;
    max-width: 98%;
  }

  h1 {
    font-size: 58px;
    line-height: 76px;
  }

  h2 {
    font-size: 40px;
  }
}
header {
  background-color: rgba(0, 0, 0, 0.906);
  color: white;
}

/* Top Header */
.top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

.logo img {
  height: 80px;
}

.location {
  display: flex;
  font-size: 14px;
  flex-direction: column;
  text-align: left;
}

.location i {
  margin-right: 5px;
}

.location a {
  color: #00aaff;
  text-decoration: none;
  margin-left: 5px;
}

.search-bar {
  display: flex;
  flex: 1;
  max-width: 600px;
  margin: 0 20px;
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .search-bar {
    max-width: 400px; /* Apply only for laptop screens */
  }
  .nav-bar ul li a {
    font-size: 12px;
  }
}
.search-bar select, .search-bar input, .search-bar button {
  padding: 10px;
}

.search-bar input {
  flex: 1;
}

.search-bar button {
  background-color: #febd69;
  cursor: pointer;
}

.lang img {
  height: 15px;
}

.account, .orders, .cart {
  font-size: 14px;
  flex-direction: column;
  display: flex;
  color: white;
}
.account a, .orders a {
  color: white;
  text-decoration: none;
}
.cart i {
  font-size: 20px;
}

/* Navigation Bar */
.nav-bar {
  background-color: #266a2e;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.menu-icon {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.menu-icon i {
  margin-right: 5px;
}

.nav-bar ul {
  display: flex;
  list-style: none;
}

.nav-bar ul li {
  margin-right: 15px;
  margin-left: 5px;
}

.nav-bar ul li a {
  text-decoration: none;
  color: white;
}

.nav-bar ul li a:hover {
  text-decoration: underline;
}/* Slider Styles */
.slider {
  width: 100%;
  height: 800px;
  display: flex;
  justify-content: center; /* Centers the image horizontally */
  align-items: center; /* Centers the image vertically */
  overflow: hidden; /* Hides any excess parts */
}

.slides {
  display: flex;
  width: 300%;
  transition: transform 0.5s ease-in-out;
}

.slide {
  width: 100%;
  flex-shrink: 0;
}

.slide img {
  width: 100%;
  height: 800px;
  object-fit: cover; /* Ensures the image covers the full area */
  object-position: center; /* Centers the image */
}

/* Navigation Buttons */
.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/* Product Grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  position: relative;
  top: -350px; /* Moves product grid up */
  z-index: 10; /* Ensures it's above the slider */
}

/* Laptop Version (1024px - 1440px) - 2 Columns & 2 Rows */
@media (min-width: 1024px) and (max-width: 1440px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr); /* 2 columns */
    gap: 30px; /* Increases spacing */
  }
}

/* Mobile Version (Up to 767px) - Single Column */
@media (max-width: 767px) {
  .product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    grid-template-rows: auto;
    gap: 10px; /* Reduce gap for compact view */
    top: -50px; /* Adjust positioning */
  }
}

/* Product Card */
.product-card {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.product-card h2 {
  font-size: 18px;
  margin-bottom: 15px;
}

.product-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.product-images img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
}
/* Common Slider Container */
.related-products-slider-container,
.unique-home-finds-slider-container,
.small-businesses-slider-container,
.trendy-home-decor-slider-container,
.handcrafted-products-slider-container,
.kitchen-products-slider-container,
.Chat-Shop-slider-container {
  margin: auto;
  text-align: left;
  margin-top: -325px;
  background-color: white;
  margin-bottom: 25px;
  padding: 20px;
}

.related-products-title,
.unique-home-finds-title,
.small-businesses-title,
.trendy-home-decor-title,
.handcrafted-products-title, 
.kitchen-products-slider-title,
.Chat-Shop-slider-title {
  font-size: 20px;
  font-weight: bold;
}

.related-products-offer-link,
.unique-home-finds-offer-link,
.small-businesses-offer-link,
.trendy-home-decor-offer-link,
.handcrafted-products-offer-link,
.kitchen-products-slider-offer-link,
.Chat-Shop-slider-offer-link {
  font-size: 16px;
  color: #266a2e;
  text-decoration: none;
  margin-left: 10px;
}

/* Slider */
.related-products-slider,
.unique-home-finds-slider,
.small-businesses-slider,
.trendy-home-decor-slider,
.handcrafted-products-slider,
.kitchen-products-slider-slider,
.Chat-Shop-slider-slider {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* Slider Wrapper */
.related-products-slider-wrapper,
.unique-home-finds-slider-wrapper,
.small-businesses-slider-wrapper,
.trendy-home-decor-slider-wrapper,
.handcrafted-products-slider-wrapper,
.kitchen-products-slider-wrapper,
.Chat-Shop-slider-wrapper {
  width: 100%;
  overflow: hidden;
}

/* Slide Images */
.related-products-slides,
.unique-home-finds-slides,
.small-businesses-slides,
.trendy-home-decor-slides,
.handcrafted-products-slides,
.kitchen-products-slider-slides,
.Chat-Shop-slider-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.related-products-image,
.unique-home-finds-image,
.small-businesses-image,
.trendy-home-decor-image,
.handcrafted-products-image {
  width: 250px;
  height: auto;
  margin: 5px;
  border-radius: 5px;
}
.Chat-Shop-slider-image {
  width: 250px;
  height: 250px;
  margin: 5px;
  border-radius: 5px;
}
.kitchen-products-slider-image {
  width: 250px;
  height: 250px;
  margin: 5px;
  border-radius: 5px;
}

/* Navigation Buttons */
.related-products-prev-btn,
.related-products-next-btn,
.unique-home-finds-prev-btn,
.unique-home-finds-next-btn,
.small-businesses-prev-btn,
.small-businesses-next-btn,
.trendy-home-decor-prev-btn,
.trendy-home-decor-next-btn,
.handcrafted-products-prev-btn,
.handcrafted-products-next-btn,
.kitchen-products-slider-prev-btn,
.kitchen-products-slider-next-btn,
.Chat-Shop-slider-prev-btn,
.Chat-Shop-slider-next-btn { 
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  cursor: pointer;
  font-size: 24px;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.related-products-prev-btn,
.unique-home-finds-prev-btn,
.small-businesses-prev-btn,
.trendy-home-decor-prev-btn,
.handcrafted-products-prev-btn,
.kitchen-products-slider-prev-btn,
.Chat-Shop-slider-prev-btn { 
  left: 10px; 
}

.related-products-next-btn,
.unique-home-finds-next-btn,
.small-businesses-next-btn,
.trendy-home-decor-next-btn,
.handcrafted-products-next-btn,
.kitchen-products-slider-next-btn,
.Chat-Shop-slider-next-btn {  
  right: 10px; 
}

.related-products-prev-btn:hover,
.related-products-next-btn:hover,
.unique-home-finds-prev-btn:hover,
.unique-home-finds-next-btn:hover,
.small-businesses-prev-btn:hover,
.small-businesses-next-btn:hover,
.trendy-home-decor-prev-btn:hover,
.trendy-home-decor-next-btn:hover,
.handcrafted-products-prev-btn:hover,
.handcrafted-products-next-btn:hover,
.kitchen-products-slider-prev-btn:hover,
.kitchen-products-slider-next-btn:hover,
.Chat-Shop-slider-prev-btn:hover,
.Chat-Shop-slider-next-btn:hover {
  background-color: rgba(255, 255, 255, 1);
}
/* Product Name */
.kitchen-products-slider-name {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}

/* Price */
.kitchen-products-slider-price {
  font-size: 14px;
  color: #266a2e;
  font-weight: bold;
}
/* Video Container */
.kitchen-products-video-container {
  text-align: center;
  margin: 20px auto;
  max-width: 100%;
}

/* YouTube Video */
.kitchen-products-video {
  width: 100%;
  max-width: 700px; /* Adjust as needed */
  height: 400px;
  border-radius: 10px;
}
/* Two-column layout */
.chat-shop-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: auto;
}

/* Left Side: Video */
.chat-video-container {
  flex: 30%;
  height: 350px;
  align-items: center;
}

.chat-video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: white;
}

/* Right Side: Slider */
.shop-slider-container {
  flex: 70%;
}
.product-main-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px ;
}

.product-main-image img {
  width: 100%;
  max-width: 250px;
  height: 300px;
  border-radius: 8px;
  object-fit: cover; /* Ensures the image covers the area */
}


.product-description {
  font-size: 14px;
  color: #444;
  margin-bottom: 5px;
}

.product-price {
  font-size: 20px;
  font-weight: bold;
  color: #28a745;
  margin-bottom: 5px;
}

.product-mrp {
  font-size: 14px;
  color: #777;
}

.product-thumbnails {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.thumbnail {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 2px solid transparent;
  cursor: pointer;
}

.thumbnail.active, 
.thumbnail:hover {
  border: 2px solid #266a2e;
}
#custom-product-slider {
  width: 100%;
  padding: 20px;
  background-color: white;
}

.custom-product-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.custom-product-details {
  text-align: left;
  font-size: 14px;
  margin-top: 10px;
}
.custom-product-title {
  font-size: 16px; /* Adjust title font size */
  font-weight: bold; /* Make title bold */
  color: #333; /* Dark color for better readability */
  margin-bottom: 5px; /* Add spacing below the title */
}

.custom-product-price {
  font-size: 14px !important; /* Slightly smaller font for price */
  font-weight: 600; /* Medium weight for emphasis */
  color: #266a2e; /* Red color to highlight price */
  margin-bottom: 5px;
}

.custom-product-rating {
  font-size: 14px !important; /* Smaller font for rating */
  font-weight: 500; /* Normal weight */
  color: #2a9d8f; /* Green color to indicate good rating */
}
/* Sign-in Section */
.custom-signin-section {
  text-align: center;
  background: #f8f8f8;
  padding: 15px;
}

.custom-signin-section p {
  margin: 5px;
  font-size: 16px;
}

.custom-signin-btn {
  background: #48924d;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  color: white;
}

.custom-new-customer a {
  color: #266a2e;
  text-decoration: none;
  font-weight: bold;
}

/* Footer */
.custom-footer {
  background: rgba(0, 0, 0, 0.906);
  color: white;
}

.custom-back-to-top {
  background: #266a2e;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
}

.custom-footer-content {
  display: flex;
  justify-content: space-around;
  padding: 20px;
  text-align: left;
  width: 60%;
  margin: 0 auto; /* Center align */
}


.custom-footer-column h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.custom-footer-column ul {
  list-style: none;
  padding: 0;
}

.custom-footer-column ul li {
  margin-bottom: 5px;
}

.custom-footer-column ul li a {
  color: #dddddd;
  text-decoration: none;
  font-size: 14px;
}

.custom-footer-bottom {
  text-align: center;
  padding: 15px;
  border-top: 1px solid #266a2e;
}

.custom-footer-logo {
  width: 200px;
  margin: 0 auto 10px; /* Center align and add bottom margin */
  display: block; /* Ensures the element respects margin auto */
}


.custom-language-country button {
  background: #266a2e;
  border: 1px solid #ccc;
  padding: 5px 10px;
  color: white;
  cursor: pointer;
}

/* Main Container */
.unique-main-container {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

/* Sidebar Filters */
.unique-filter-sidebar {
  width: 25%;
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  height: max-content;
}

.unique-filter-sidebar h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

/* Filters */
.unique-brand-filter,
.unique-rating-filter,
.unique-price-filter,
.unique-discount-filter {
  margin-bottom: 15px;
  display: flex;
    flex-direction: column;
}

.unique-price-filter input {
  width: 100%;
  background-color: #266a2e;
}

/* Product Grid */
.unique-product-grid {
  width: 75%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding-left: 20px;
}

/* Product Card */
.unique-product-card {
  background: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: max-content;
}

.unique-product-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  border-radius: 6px;
}

.unique-product-card h3 {
  font-size: 16px;
  margin: 10px 0;
}

.unique-price {
  font-size: 14px !important;
  font-weight: bold;
}

.unique-discount {
  color: red;
}

.unique-rating {
  font-size: 14px !important;
  color: #f39c12;
}

.unique-add-to-cart-btn {
  background: #48924d;
  color: white;
  padding: 10px;
  width: 100%;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.unique-add-to-cart-btn:hover {
  background: #266a2e;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
  .unique-filter-sidebar {
      width: 100%;
      padding: 10px;
  }

  .unique-product-grid {
      width: 100%;
      padding: 0;
  }
}

#unique-price-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: #48924d; /* Change to your desired color */
  border-radius: 5px;
  outline: none;
}

/* Customize the thumb (slider button) */
#unique-price-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #266a2e; /* Change to your desired color */
  border-radius: 50%;
  cursor: pointer;
}

/* Firefox */
#unique-price-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #266a2e; /* Change to your desired color */
  border-radius: 50%;
  cursor: pointer;
}

/* Mobile version */
@media (max-width: 768px) {
  .custom-footer-content {
      flex-direction: column;
      align-items: center;
  }
  
  .custom-footer-column {
      text-align: left;
  }
  .custom-footer-content {
    display: block;
    width: auto;
}
.product-card {
  height: auto;
  width: auto;
  padding: 10px;
}
.product-images img{
  height: 40px;
  width: auto;
  object-fit: contain;
}
.slider {
    width: 100%;
    height: 200px;
    display: flex;
    object-fit: contain;
}

.slide img {
    width: 100%;
    height:200px;
}
.product-card h2 {
  font-size: 10px;
  margin-bottom: 5px;
}
.product-card p {
  font-size: 6px !important;
  margin-bottom: 5px;
}
.electronics-offer-link{
  font-size: 6px;
}
.related-products-slider-container {
  margin-top: -35px;
  text-align: left;
  background-color: white;
  margin-bottom: 15px;
  padding: 10px;
}
.related-products-title, .unique-home-finds-title, .small-businesses-title, .trendy-home-decor-title, .handcrafted-products-title, .kitchen-products-slider-title, .Chat-Shop-slider-title {
  font-size: 10px;
  font-weight: bold;
}
.related-products-offer-link, .unique-home-finds-offer-link, .small-businesses-offer-link, .trendy-home-decor-offer-link, .handcrafted-products-offer-link, .kitchen-products-slider-offer-link, .Chat-Shop-slider-offer-link {
  font-size: 6px;
  margin-left: auto;
}
.product-images {
    gap: 05px;
}
/* Navigation Buttons */
.related-products-prev-btn,
.related-products-next-btn,
.unique-home-finds-prev-btn,
.unique-home-finds-next-btn,
.small-businesses-prev-btn,
.small-businesses-next-btn,
.trendy-home-decor-prev-btn,
.trendy-home-decor-next-btn,
.handcrafted-products-prev-btn,
.handcrafted-products-next-btn,
.kitchen-products-slider-prev-btn,
.kitchen-products-slider-next-btn,
.Chat-Shop-slider-prev-btn,
.Chat-Shop-slider-next-btn { 
  font-size: 15px;
  padding: 05px;
}
.unique-home-finds-slider-container,
.small-businesses-slider-container,
.trendy-home-decor-slider-container,
.handcrafted-products-slider-container,
.kitchen-products-slider-container,
.Chat-Shop-slider-container {
  margin: auto;
  text-align: left;
  background-color: white;
  margin-bottom: 15px;
  padding: 10px;
}
.mobile-hidden {
  display: none !important;
}
.small-businesses-slider-container ,.handcrafted-products-slider-container,.Chat-Shop-slider-container  {
  margin-top: 15px !important;
}
.product-main-image img {
  height: 100px;
  object-fit: contain;
}
.product-mrp {
  font-size: 6px;
}
.thumbnail {
  width: auto;
  height: 20px;
  border-radius: 2px;
}
.chat-shop-section {
  display: block; 
  margin-bottom: 15px;
}
.custom-product-title {
    font-size: 8px;
}
.custom-product-price {
  font-size: 8px !important; 
}
.custom-product-rating {
  font-size: 8px !important; /* Smaller font for rating */
}
.custom-signin-section p {
    font-size: 10px !important;
}
.custom-signin-btn {
  background: #48924d;
  border: none;
  padding: 05px 12px;
  font-size: 10px !important;
  cursor: pointer;
  border-radius: 4px;
  color: white;
}
.custom-back-to-top {
  font-size: 10px;
}
.custom-footer-column h3 {
  font-size: 12px;
}
.custom-footer-column ul li a {
  font-size: 10px;
}
.custom-footer-logo {
  width: 100px;
}
.custom-language-country button {
  font-size: 10px;
}
.unique-main-container {
  flex-wrap: nowrap;
  padding: 10px;
}
.unique-filter-sidebar h3 {
  font-size: 14px;
  margin-bottom: 5px;
}
.unique-brand-filter h4 ,.unique-rating-filter h4 ,.unique-price-filter h4 , .unique-discount-filter h4{
 font-size: 12px;
}
.unique-brand-filter label ,.unique-rating-filter label ,.unique-discount-filter label{
  font-size: 10px;
 }
 .unique-price-filter span{
  font-size: 10px;
 }
 #unique-price-slider {
  height: 2px;
}
.unique-product-card {
  background: white;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: max-content;
  display: flex;
  flex-direction: column;
  align-items: center; /* Centers content horizontally */
  justify-content: center; /* Centers content vertically */
}

.unique-product-card img {
  width: auto;
  height: 100px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.unique-product-card h3 {
  font-size: 10px;
  margin: 5px 0;
}
.unique-price {
  font-size: 10px !important;
  font-weight: bold;
}
.unique-discount {
  font-size: 10px !important;
}
.unique-rating {
  font-size: 6px !important;
}
.unique-add-to-cart-btn {
  padding: 2px;
  font-size: 8px;
  width: 80px;
  margin: 0 auto;
  display: block;
}
.unique-product-grid {
  width: 100%; /* Make it full-width on mobile */
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Smaller columns for better fit */
  gap: 10px; /* Reduce gap for compact display */
  padding-left: 10px; /* Reduce padding for smaller screens */
  padding-right: 10px; /* Add padding to balance left and right */
  margin: 0 0 auto;
}
}
.mobile-hidden {
  display: block;
}
@media (max-width: 768px) {
  /* Header Styles */
  .custom-amazon-header {
    background-color: #131921;
    color: white;
    padding: 10px;
    width: 100%;
  }

  /* Top Bar */
  .custom-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .custom-menu-icon {
    font-size: 24px;
    cursor: pointer;
  }

  .custom-amazon-logo {
    height: 40px;
  }

  .custom-header-icons {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .custom-user-icon, .custom-cart-icon {
    font-size: 20px;
    color: white;
    text-decoration: none;
  }

  .custom-cart-count {
    background: orange;
    color: black;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 50%;
    position: relative;
    top: -8px;
    left: -5px;
  }

  /* Search Bar */
  .custom-search-bar {
    display: flex;
    width: 100%;
    margin-top: 10px;
  }

  .custom-search-bar input {
    width: 85%;
    padding: 8px;
    border: none;
    border-radius: 5px 0 0 5px;
  }

  .custom-search-button {
    width: 15%;
    background: #febd69;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
  }

  /* Location Bar */
  .custom-location-bar {
    background: #232f3e;
    padding: 3px;
    font-size: 11px;
    text-align: center;
  }

  .custom-location-bar a {
    color: #febd69;
    text-decoration: none;
  }
  /* Dropdown Menu */
  .custom-dropdown-menu {
    display: none;
    background: #232f3e;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1000;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }

  .custom-dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 10px;
    font-size: 12px;
  }

  .custom-dropdown-menu ul li {
    padding: 10px;
    border-bottom: 1px solid #37475a;
  }

  .custom-dropdown-menu ul li a {
    color: white;
    text-decoration: none;
    display: block;
  }

  .custom-dropdown-menu ul li:hover {
    background: #37475a;
  }
}
@media (max-width: 768px) {
  .top-header , .nav-bar {
    display: none; /* Hides the top header on mobile */
  }
}
.custom-amazon-header {
  display: block !important;
}


@media (min-width: 1025px) {
  .custom-amazon-header {
      display: none !important;
  }
  
}

