.product-quote-share-container {
  position: relative; /* Ensure this class is applied to the parent container of the button and share menu */
}

.share-menu {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  border-radius: 5px;
  padding-inline: 5px;
  z-index: 1000;
  display: flex;
  align-items: center;
  height: 50px;
  gap: 10px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  justify-content: center;
}

.share-button {
  /* display: block; */
  /* margin: 5px 0; */
}

.close-share {
  margin-top: 10px;
  display: inline-block;
}

.paws-container {
  padding-bottom: 15px;
}

.product-details-right .product-short-description,
.product-details-right .product-short-description p {
  font-weight: 400;
  font-size: var(--fs-sh);
  line-height: var(--fh-30);
  color: #555;
}
.product-short-description {
  margin-top: 10px;
}
.product-quote-container {
  margin-top: 40px;
  margin-bottom: 40px;
  /* flex-wrap: wrap; */
  display: flex;
  /* flex-direction: column; */
  gap: 10px;
  flex-wrap: wrap;
}

.wishlist-container {
  margin-top: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
}

.product-quote-quantity {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1.5px solid #ddd;
  padding: 20px;
  width: 122px;
  height: 50px;
  justify-content: space-between;
}

.product-quote-quantity button {
  background-color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
}

.product-quote-quantity .qty {
  border: none;
  text-align: center;
  width: 50px;
  font-size: 20px;
  line-height: var(--fh-30);
  font-weight: 400;
}

.product-quote-add,
.product-quote-share {
  height: 50px;
  padding-inline: 16px;
  background-color: var(--secondary-colour);
  font-weight: 700;
  font-size: var(--fs-s);
  line-height: var(--fh-16);
  letter-spacing: 0.05rem;
  text-decoration: none;
  color: var(--main-colour);
  justify-content: center;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.product-quote-share {
  display: flex;
  justify-content: center;
  height: 50px;
  padding-inline: 20px;
  border: 1px solid var(--main-colour);
  background-color: unset;
  color: var(--main-colour);
}

.product-card-content .context {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.product-quote-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.featured-card-right-container {
  position: relative;
  background: #fff;
}

.featured-card-button {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  gap: 15px;
}
.featured-card {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-spec-first {
  font-weight: 700;
  font-size: var(--fs-normal);
  line-height: var(--fh-22);
  color: #002205;
}
.product-spec-content {
  font-weight: 400;
  font-size: var(--fs-normal);
  line-height: var(--fh-22);
  color: #7e8083;
}

.product-spec-info {
  font-weight: 400;
  font-size: var(--fs-normal);
  line-height: var(--fh-22);
  color: #7e8083;
  display: inline-flex;
  justify-content: space-between;
}

.features ul {
  /* padding-bottom: 20px; */
  padding-left: 15px;
}

.features li {
  font-weight: 400;
  font-size: var(--fs-normal);
  line-height: var(--fh-22);
  color: #7e8083;
  list-style-type: disc;
  /* list-style-position: inside; */
}

.features-list .bullet {
  list-style-type: disc;
  list-style-position: outside;
}

.discover {
  padding-top: 10px;
  padding-bottom: 20px;
}

.discover p {
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
.discover a {
  color: #a6ce39;
  text-decoration: underline;
  font-weight: 700;
}

.product-quote-details.toggle {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.splide__slide img {
  width: 100%;
  height: auto;
}
.splide__slide {
  opacity: 0.3;
}

.splide__slide.is-active {
  opacity: 1;
}

.gallery {
  width: 100%;
  max-width: 620px;
  margin: 40px auto;
  overflow: hidden;
}

.gallery-slider {
  width: 100%;
  height: 587px;
  margin: 0 0 10px 0;
}

.gallery-slider .swiper-slide {
  width: auto;
  height: 587.5px;
  height: auto;
  border: 1px solid #ddd;
}

.gallery-thumbs {
  width: 70%;
  padding: 0;
  overflow: hidden;
  margin: 0 auto;
}

.thumb-btn {
  z-index: 10;
  position: sticky;
  transform: translateY(-50%);
  transform: translateY(50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.thumbs-button-prev {
  left: 0;
  transform: translate(0, 35%);
}
.thumbs-button-next {
  right: 0;
  transform: translate(0, 35%);
}

.gallery-thumbs .swiper-slide {
  /* width: 100px; */
  width: 100px !important;
  height: 100px;
  text-align: center;
  overflow: hidden;
  opacity: 0.5;
  border: 1.5px solid #ddd;
}

.gallery-thumbs .swiper-slide-active {
  opacity: 1;
  border: 3px solid #a6ce39;
}

.gallery-thumbs .swiper-slide img {
  /*  width: auto; */
  height: 100%;
  object-fit: contain;
}

.video-embed iframe {
  width: 100%;
  max-height: 500px;
}
.hero-video-embed iframe {
  height: 100%;
  object-fit: contain;
  width: 100dvw;
}
.video-embed-full iframe {
  width: 90dvw;
  height: 80dvh;
}

.btn-cart {
  color: var(--main-colour);
}
.hero-video-embed {
  width: 100%;
}

@media (min-width: 1200px) {
  /* Mobile Right Nav Icons Disable*/
  .mobile-nav-right-item {
    display: none;
  }

  /* Desktop Right Nav Icons */
  .nav_right_item {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .right_icon {
    position: relative;
    width: 24px;
    height: 24px;
  }
}

.quote-cart-count-visible {
  position: absolute;
  top: -5px;
  left: -5px;
  display: flex;
  width: 15px;
  height: 15px;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  background-color: var(--main-colour);
}
