img {
  max-width: 100%;
  max-height: 100%;
}
.product-wrapper:hover img {
  box-shadow: var(--card-shadow);
}
.product-wrapper {
  transition: ease 0.5s;
}
.product-wrapper:hover .product-name a {
  color: var(--main-color);
}
.section-title {
  font-size: 1.5em;
  font-weight: bold;
}

.season-trends-title {
  font-size: 30px;
}
.price {
  font-size: 12px;
}
.recent-view-wrapper .price {
  border-radius: 15px;
  font-size: 12px;
  border: 1px solid black;
  width: fit-content;
  padding: 5px 11px;
}
.product-name a {
  color: black;
}
.heart-icon {
  position: absolute;
  right: 1pc;
  top: 4px;
  background: white;
  padding: 2px 6px;
  border-radius: 50%;
  align-items: center;
  color: black;
  font-weight: bold;
  display: none;
  z-index: 100;
}
.heart-icon:hover {
  background: #ffffffa6;
}
.recent-view-wrapper:hover .heart-icon {
  display: block;
}
.recent-view-wrapper:hover {
  box-shadow: var(--card-shadow);
}

/* ----------------------------------------------------- */

.handmade-text {
  color: black;
  font-size: 23px;
  font-weight: 500;
}
.find-unique-shops:hover {
  color: var(--main-color);
}
.find-unique-shops {
  color: black;
  font-size: 17px;
  font-weight: 500;
}
.find-unique-shops span {
  margin-right: 5px;
}

.handmade-price {
  border-radius: 15px;
  font-size: 12px;
  border: 1px solid black;
  width: fit-content;
  padding: 5px 11px;
}
.handmade-box:hover .heart-icon {
  display: block;
}
.handmade-box:hover {
  box-shadow: var(--card-shadow);
}
.handmade-tex-2 {
  color: #000000;
  font-size: 20px;
}
.handmade-box2 {
  height: 100%;
}
section {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 10px;
  }
  .swiper-navBtn {
    display: none;
  }
  .season-trends-title {
    margin-bottom: 20px;
  }
}
/* -------------------------- chief gifts wrapper------------------- */
.chief-gifts-wrapper {
  border: 1px solid #dddddd;
}
.chief-gifts-wrapper .price {
  border-radius: 15px;
  font-size: 12px;
  border: 1px solid black;
  width: fit-content;
  padding: 5px 11px;
}
/* shop section */
#shop .box {
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.discover-shops-subtitle {
  font-size: 10px;
}
.box-text {
  margin-top: 20px;
}
.box-text h6 {
  color: black;
}
#shop .card-title {
  font-size: 18px;
}
.box:hover {
  box-shadow: var(--card-shadow);
}
.shop-subtitle {
  font-size: 14px;
}
.discover-shops-title {
  font-size: 20px;
}
.discover-shops-text {
  height: 319px;
}
.discover-shop-wrapper:hover {
  box-shadow: var(--card-shadow);
}
.shop-logo-wrapper {
  width: 50px;
  height: 50px;
  padding: 8px;
}
.local-makers {
  font-size: 10px;
  border: 1.5px solid black;
  padding: 11px 17px;
}
.local-makers:hover {
  box-shadow: var(--card-shadow);
}
.section-title {
  font-size: var(--title-font-size);
}
/* -------------------------- FAQ----------------------------- */

.faq-wrapper {
  margin: 0 auto;
  padding: 30px;
  background: #dddddd36;
  border-radius: var(--rounded-8);
}
.faq-title {
  color: black;
  font-size: var(--title-font-size);
}

.accordion {
  border-radius: 15px !important;
}
.accordion .accordion-item {
  border-bottom: 1px solid #dddddd;
  padding: 5px 20px;
}
.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid var(--main-color);
}
.accordion
  .accordion-item
  button[aria-expanded="true"]
  .accordion
  button
  .accordion-title {
  color: var(--main-color);
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;

  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 1rem;
}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: var(--main-color);
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: var(--main-color);
  border: 1px solid var(--main-color);
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  color: black;
  flex: 1;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.5;
}
.accordion button .accordion-title:hover {
  color: var(--main-color);
}
.accordion button .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  flex-shrink: 0;
}

.accordion button[aria-expanded="true"] {
  color: var(--main-color);
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
@media (max-width: 400px) {
  .accordion button .accordion-title {
    font-size: 14px;
  }
}

.carousel-container {
  width: 1000px; /*use media query*/
  margin: 10px auto;
  min-height: 200px;
  position: relative;
  direction: ltr;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .carousel-container {
    width: 80%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .carousel-container {
    width: 80%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .carousel-container {
    width: 80%;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .carousel-container {
    width: 85%;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .carousel-container {
    width: 85%;
  }
}

.carousel-container .track {
  display: inline-flex;
  transition: transform 2s;
}
.carousel-container .card-container {
  width: 254px;
  height: 250px;
  padding-right: 15px;
  box-sizing: border-box;
  flex-shrink: 0;
  direction: rtl;
}
.carousel-container .card-container .card {
  height: 238.4px;
  width: 100%;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}
.carousel-container .carousel-inner {
  overflow: hidden;
}
.nav .arrow {
  width: 60px;
  height: 60px;
  border: 1px solid #dddddd;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: white;
}
.nav div:hover {
  box-shadow: var(--card-shadow);
}
.nav div span {
  font-size: 2em;
  color: var(--main-color);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav .right {
  right: -30px;
}

.nav .left {
  left: -30px;
  display: none;
}
.nav .right.hide {
  display: none;
}

.nav .right.show {
  display: block;
}
.nav .left.show {
  display: block;
}
.card > * {
  flex: 0;
}
.card .img {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  flex-grow: 1;
}

.card .info {
  flex-basis: 40px;
  flex-grow: 0;
  background: #333333;
  color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  text-align: justify;
}
.chief-gifts-wrapper .box:hover .heart-icon {
  display: block;
}
.card-container .card {
  position: relative;
  width: 280px;
  height: 280px;
  overflow: hidden;
}
.card-img {
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  background-color: white;
  padding: 8px 20px;
  color: black;
}

.card:hover .card-img {
  opacity: 0.3;
}

.card:hover .middle {
  display: block;
}
.text {
  font-size: 20px;
  text-align: center;
  color: var(--main-color);
}

/* -----------------------------Seller section-------------------------- */

.product-maker_wrapper {
  background: #dddddd36;
  padding: 30px;
  border-radius: var(--rounded-8);
}
.seller-title {
  font-size: var(--title-font-size);
}
.seller-subtitle {
  font-size: 16px;
  color: var(--rightbiz-light-gray);
}

.text-wrapper {
  height: 100%;
}
.banner-content-title {
  font-size: var(--title-font-size);
}
.banner-content-subtitle {
  font-size: 14px;
  color: var(--rightbiz-light-gray);
}
.seller-img-cont {
  width: 70.99px;
  height: 56.63px;
  border-radius: var(--rounded-10);
}
/* ----------------------------------------------------- */
.browse-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
  list-style-type: none;
  padding-left: 0;
}
.browse-item:nth-child(-n + 16) {
  display: block;
}
.browse-item {
  background: #f9f9f9;
  text-align: center;
  padding: 14px 32px 14px 32px;
  border-radius: var(--rounded-4);
  display: none;
  align-content: center;
  text-align: left;
}
.browse-item a {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #4b4b4b;
}
.browse-item-link {
  font-weight: 500;
  color: var(--black);
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.browse-item a {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #4b4b4b;
  text-transform: capitalize; /* Capitalizes first letter of every word */
}
.section-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
  text-align: center;
}
.section-title > span {
  color: #55ad9bbc;
}
.browse-item:hover {
  background: #55ad9bbc;
  cursor: pointer;
  color: white;
}
@media screen and (max-width: 991px) {
  .browse-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .browse-wrapper {
    grid-template-columns: 2fr;
  }
}

@media (max-width: 575px) {
  .browse-wrapper {
    grid-template-columns: 1fr;
  }
  .shop-logo-wrapper {
    padding: unset;
    margin-right: 10px;
  }
}
@media (max-width: 350px) {
  .price {
    font-size: 11px;
  }
  .handmade-price {
    font-size: 11px;
  }
  .recent-view-wrapper .price {
    font-size: 11px;
  }
  .chief-gifts-wrapper .price {
    font-size: 10px;
  }
}
@media (max-width: 380px) {
  .handmade-text {
    font-size: 19px;
  }
  .find-unique-shops {
    font-size: 15px;
  }
  .discover-shops-title {
    font-size: 16px;
  }
  .shop-title {
    font-size: 11px;
  }
  .shop-logo-wrapper {
    height: 30px;
    width: 30px;
    padding: unset;
    margin-right: 4px;
  }
  .discover-shops-text {
    height: unset;
    padding-top: 20px;
  }
  .local-makers {
    font-size: 10px;
    border: 1.5px solid black;
    padding: 4px 6px;
  }
}
.active-fav {
  display: block;
}
.card-description {
  font-size: 15px;
  color: var(--rightbiz-light-gray);
}
.card-title {
  font-size: 16px;
  color: black;
}
.card-title:hover {
  color: var(--main-color);
}
.card-title a {
  color: black;
}
.card-title a:hover {
  color: var(--main-color);
}
.decore-img-holder img {
  height: 206px;
  width: 100%;
  object-fit: cover;
}
#chief-gifts .card {
  height: 344px;
}

.recently-viewed .card {
  height: 348px;
}
.handmade-img {
  height: 206px;
  width: 100%;
  object-fit: cover;
}
.handmade .card {
  height: 348px;
}
#chief-gifts img {
  width: 100%;
  height: 202px;
  object-fit: cover;
}
.card:hover {
  cursor: pointer;
}
.seller-img-one,
.seller-img-two {
  height: 40px;
}
.product-image {
  height: 206px;
  width: 100%;
}
@media (max-width: 525px) {
  .banner-content-buttons {
    flex-direction: column;
  }
}
.bi-heart-fill {
  color: red !important;
}
.price:hover,
.handmade-price:hover,
.recent-view-wrapper .price:hover {
  background-color: #1a8180;
  color: white;
  border: 1px solid #1a8180;
}
/* .product-wrapper {
  width: 196px;
  height: 231px;
} */
.product-image_circle {
  width: 100%;
  height: 100%;
  border: 1px solid #e3e9f0;
}
.handmade-box1 {
  height: 348px;
  margin-top: 23px;
}
.img-wrapperr {
  width: 148px;
  height: 148px;
}
/* Listing items styles */
.listing-item {
  background-color: var(--white);
  border-radius: var(--rounded-16);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.listing-item-image-image {
  display: block;
  width: 100%;
  height: 258px;
  object-fit: cover;
}
.listing-item-body {
  padding: 16px;
}
.listing-item-title {
  text-decoration: none;
  color: var(--text-color);
  font-weight: 600;
  font-size: var(--text-xl);
  line-height: 1.3;
  margin-bottom: 8px;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listing-item-distance {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.listing-item-shop {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.listing-item-bottom {
  display: flex;
  align-items: center;
}
.listing-item-shop-image {
  flex-shrink: 0;
  margin-right: 12px;
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: var(--rounded-full);
}
.listing-item-shop-body {
  min-width: 0;
  margin-right: auto;
}
.listing-item-shop-title {
  text-decoration: none;
  color: var(--text-color);
  font-weight: 600;
  margin-bottom: 2px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.listing-item-shop-postcode {
  font-size: var(--text-xs);
}
.listing-item-bottom > * {
  margin-right: 16px;
}
.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white);
  border-radius: 8px;
  /* margin-left: 18px; */
}
.btn-block {
  display: block;
  width: 100%;
}
.btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 8px !important;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: 500;
  font-size: var(--text-sm);
  text-align: center;
}
.listing-item-bottom > :last-child {
  margin-right: 0;
}
.listing-item-favourite {
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: none;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #46555d;
}
.related-section {
  margin-top: var(--section-mt);
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: #55ad9bb8;
  border-color: #55ad9bb8;
}
.listing-item-shop-price {
  flex-shrink: 0;
  margin-left: 16px;
  font-size: var(--text-lg);
  font-weight: 700;
  color: var(--primary-color);
}
.get-in_touch_item:hover {
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease-in-out;
}
.product-description {
  white-space: nowrap; /* keep text on one line */
  overflow: hidden; /* hide anything that overflows */
  text-overflow: ellipsis; /* show ... at the end */
  width: 200px; /* must set a fixed width */
  display: block;
}
@media screen and (max-width: 991px) {
  .company-feature-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .company-wrapper {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 450px) {
  .get-in_touch_items {
    gap: 50px;
    flex-wrap: wrap;
  }
}
/* End listing items styles */
@media (max-width: 576px) {
  .trends-wrapper .row > * {
    width: 50%;
  }
  .faq-wrapper {
    padding: 15px;
  }
  .product-maker_wrapper {
    padding: 15px;
  }
  .handmade-text {
    text-align: center;
  }
}
@media (max-width: 400px) {
  .trends-wrapper .row > * {
    width: 100%;
  }
  .product-wrapper {
    margin: auto;
  }
  .accordion button {
    padding: 10px 6px;
  }
  .accordion button .accordion-title {
    padding: 0;
  }
}
.strikethrough {
  text-decoration: line-through;
  color: var(--rightbiz-light-gray);
}
