.custom-prev-button-influencer,
.custom-next-button-influencer {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 10px;
}

.custom-prev-button-influencer {
  left: 0;
}

.custom-next-button-influencer {
  right: 0;
}

.influencer-slider-header {
  /* display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 2rem; */
  /* padding: 40px; */
}

.influencer-intro-heading {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  color: #333;
  margin: 0;
  font-family: "SunnySpells", sans-serif;
}

.custom-arrows {
  display: flex;
  gap: 1rem;
}

.custom-prev-button-influencer,
.custom-next-button-influencer {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #333;
}

/* .influencer-carousel {
margin-bottom: 0.8rem;
position: sticky;
top: 80px;
} */

.influencer-carousel-cell {
  width: 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* height: 100%; */
}

.img-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.ambassador-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  padding: 2px;
}

.img-wrapper {
  border: 2px solid black;
  /*Defaulttransparentborder*/
  border-radius: 50%;
  transition-duration: 0.3s !important;
  transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
}
.img-wrapper:hover {
  border: 2px solid var(--brand-color);
}

.influencer-carousel-cell.active .img-wrapper {
  border: 2px solid var(--brand-color);
}

.flickity-resize .influencer-carousel-cell {
  /* height: 100%; */
}

.ambassador-name {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-family: "SunnySpells";
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #333;
  font-weight: 500;
  margin-top: 0.5rem;
  line-height: 1.2;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* Hide default Flickity arrows */
/* .flickity-prev-next-button {
display: none;
}

.flickity-page-dots {
bottom: -2.5rem;
} */
/*
.flickity-page-dots .dot {
width: 8px;
height: 8px;
opacity: 0.5;
background: #333;
} */

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.influencer-detail-container {
  margin-top: 233px;
}

.influencer-page-common-badge {
  font-family: "SunnySpells", sans-serif;
  letter-spacing: 1px;
  padding: 8px 12px;
  background-color: var(--brand-color);
  color: #fff;
  font-size: 1.15rem;
  display: inline-block;
}

.influencer-detail-content {
  max-width: 767px;
  margin: auto;
}

.influencer-title-text {
  max-width: 500px;
  text-align: center;
}

.cursive-text {
  font-family: "SunnySpells", sans-serif;
  letter-spacing: 1px;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  font-size: 1.15rem;
}

.influencer-details-img {
  max-width: 500px;
  aspect-ratio: 667 / 570;
}

.influencer-details-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.quote-text {
  max-width: 600px;
  font-size: 0.975rem !important;
}

.influencer-quote-name {
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
}

.influencer-social-icon {
  font-size: 1.5rem;
  color: black;
}
.influencer-details-socials {
  gap: 10px;
}
.influencer-icon-container {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}

.influencer-icon-container:hover {
  transform: scale(1.1);
}

.influencer-description-social-media {
  max-width: 600px;
}

.promoting-products-container {
  max-width: 600px;
  margin: auto;
  padding-bottom: 10px;
}

.promoted-product-card {
  /* display: flex; */
  border: 1px solid #d4d5d9;
  border-radius: 5px;
  padding: 0.8rem;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

.promoted-product-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.promoted-product-img {
  height: 80px;
  max-width: 80px;
  border-radius: 8px;
}

.promoted-product-img img {
  height: 100%;
  width: 100%;
  border-radius: 8px;
}

.promoted-product-name {
  font-family: "SunnySpells", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.promoted-product-category {
  font-family: "SuperBoys", sans-serif;
  margin-bottom: 8px;
  letter-spacing: 1px;
  color: var(--text-gray);
}

.promoted-product-add-to-cart {
  background-color: #f48c37;
  color: #fff;
  padding: 4px 15px;
}

.promoted-product-customize {
  min-width: 93px;
  border: 1px solid #f48c37;
  color: #f48c37;
  background-color: transparent;
  padding: 4px 15px;
}

.sec-divider {
  -moz-transform: scale(-1) translateY(-99%);
  -o-transform: scale(-1) translateY(-99%);
  -ms-transform: scale(-1) translateY(-99%);
  -webkit-transform: scale(-1) translateY(-99%);
  /* transform: scale(-1) translateY(-99%); */
  display: block;
  position: absolute;
  bottom: 0.0625rem;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}

.sec-divider svg {
  fill: var(--brand-color-100);
}

@media (max-width: 767px) {
  .influencer-page-common-badge {
    font-family: "SunnySpells", sans-serif;
    letter-spacing: 1px;
    padding: 10px 12px;
    background-color: var(--brand-color);
    color: #fff;
    font-size: 1rem;
    display: inline-block;
  }

  .influencer-quote-name {
    font-size: 1.15rem;
    text-align: center;
  }
}

.announcement-bar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: var(--brand-color);
  color: var(--text-black);
  text-align: center;
  padding: 0.4375rem 0;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "SunnySpells", sans-serif;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}

.navbar {
  position: fixed;
  top: 30px;
  /* Starts below the announcement bar */
  width: 100%;
  z-index: 1000;
  background: white;
  transition: top 0.3s ease-in-out, height 0.3s ease-in-out;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sticky-navbar {
  top: 0;
  /* Moves to the top of the screen */
  height: 60px;
}

.influencer-slider-header {
  position: fixed;
  top: 110px;
  /* Starts below the navbar */
  width: 100%;
  z-index: 999;
  background-color: #fff;
  transition: top 0.3s ease-in-out;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); */
}

.sticky-influencer {
  top: 60px;
  transition: all 0.3s ease-in-out;
}

.social .row > * {
  padding: 0 !important;
}

.social-media-gallery .post {
  position: relative;
  width: 100%;
  aspect-ratio: 195 / 212 !important;
  /* Define the desired aspect ratio */
  overflow: hidden;
  border-radius: 8px;
  height: auto;
  max-height: 330px !important;
  transition: all 0.3s cubic-bezier(0.5, 0, 0, 1);
  padding: 10px;
}
.social-media-gallery .post :hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.social-media-gallery .post img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* Ensures the image covers the container while maintaining its aspect ratio */
  transition: box-shadow 0.3s ease;
}

.sticky-influencer {
}
.sticky-influencer {
  /* height: 80px; */
  /* transition: all 0.1s ease-in-out; */
}

.sticky-influencer .flickity-page-dots {
  display: none;
}
.sticky-influencer .img-wrapper {
  transition: all 0.01s ease-in-out;
}
.sticky-influencer .img-wrapper {
  width: 40px !important;
  height: 40px !important;
}
.influencer-slider-header {
  &.sticky-influencer {
    transition-duration: 0.3s;
    position: fixed !important;
    top: 60px !important;

    .img-wrapper {
      transition-duration: 0.3s;
      width: 40px !important;
      height: 40px !important;
    }
  }
}
/* .sticky-influencer .influencer-slider-header {
height: 50px;
width: 100%;
} */
@media (max-width: 1023px) {
  .influencer-slider-header {
    position: fixed;
    top: 90px !important;
    /* Starts below the navbar */
    width: 100%;
    z-index: 999;
    background: #fff;
    transition: top 0.3s ease-in-out;
  }

  .sticky-influencer {
    top: 60px !important;
  }
}

@media (max-width: 1023px) {
  .influencer-carousel-cell {
    margin-right: 1rem;
  }

  .influencer-detail-container {
    margin-top: 259px;
  }
}

@media (min-width: 577px) and (max-width: 991px) {
  .img-wrapper {
    width: 70px;
    height: 70px;
  }

  .influencer-carousel-cell {
    width: 100px;
    margin-right: 1rem;
  }

  .ambassador-name {
    font-size: 0.875rem;
  }
}

@media (max-width: 992px) {
  .influencer-carousel-cell {
    margin-right: 1rem;
  }

  .influencer-detail-container {
    margin-top: 200.8px;
  }
}

@media (max-width: 767px) {
  .influencer-carousel .flickity-page-dots {
    display: none;
  }

  .custom-prev-button-influencer,
  .custom-next-button-influencer {
    display: none;
  }

  .influencer-detail-container {
    margin-top: 200px;
  }
}

/* Responsive styles */
@media (max-width: 576px) {
  .img-wrapper {
    width: 60px;
    height: 60px;
  }

  .influencer-carousel-cell {
    width: 80px;
    margin-right: 0.75rem;
  }

  .ambassador-name {
    font-size: 0.75rem;
  }

  .influencer-detail-container {
    margin-top: 188px;
  }
}

.promoting-products-heading {
  /* font-size: ; */
}

.promoted-product-container {
  border: 1px solid #d4d5d9;
  border-radius: 5px;
  padding: 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.promoted-product-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.promoted-product-img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  object-fit: cover;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
}

.promoted-product-img img {
  max-width: 100%;
  object-fit: cover;
}

.promoted-product-title {
  font-size: 1.3rem;
  letter-spacing: 1.4px;
  line-height: 1;
  margin-bottom: 5px;
}

.promoted-product-info {
  flex-grow: 1;
  margin-left: 15px;
}

.divider {
  border: 1px dashed #f0f0f0;
}

.promoted-prodct-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 0.875em;
}

.promoted-product-add-cart {
  /* width: 50%;  */
  min-width: 93px;
  background-color: #f48c37;
  color: #fff;
  padding: 4px 15px;
  font-size: 14px;
}

.promoted-product-customize {
  /* width: 50%;  */
  min-width: 93px;
  border: 1px solid #f48c37;
  color: #f48c37;
  background-color: transparent;
  padding: 4px 15px;
}
#influencerForm input,
textarea {
  font-family: "SunnySpells", sans-serif;
  padding: 0.375em 0.575em;
  font-size: 0.875rem;
  border-radius: var(--input-radius) !important;
  -webkit-border-radius: var(--input-radius);
}
#influencerForm .contact-form-error {
  font-size: 0.6em;
  line-height: 0.6em;
  margin-top: 2px;
  opacity: 0; /* Use opacity instead of visibility */
  height: 0.6em; /* Fixed height for error message space */
  display: block;
  transition: opacity 0.2s ease; /* Smooth transition */
}
#influencerForm label {
  font-size: 0.875em;
  font-weight: 600;
  font-family: "SunnySpells", sans-serif;
  letter-spacing: 1.4px;
}
#influencerForm input,
textarea,
select {
  font-family: "SunnySpells", sans-serif;
  padding: 0.375em 0.575em !important;
  font-size: 0.875em;
  border-radius: var(--input-radius) !important;
  -webkit-border-radius: var(--input-radius);
}
#influencerForm .influencer-form-error {
  font-size: 0.6em;
  line-height: 0.6em;
  margin-top: 2px;
  opacity: 0; /* Use opacity instead of visibility */
  height: 0.6em; /* Fixed height for error message space */
  display: block;
  transition: opacity 0.2s ease; /* Smooth transition */
}
.orderorcustomize-actions button,
.buttons-add-promoted-product button {
  font-size: 12px;
  padding: 7px 14px;
  font-weight: bold;
}

.product-container {
  display: grid;
  padding: 1rem;
  border: 1px solid #ccc;
  max-width: 600px;
  /* margin: 1rem auto; */
}

.product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
}

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

.product-name-price {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.promoting-add-to-cart {
  background-color: #f48c37;
  color: #fff;
}

.promoting-customize {
  border: 1px solid #f48c37;
  color: #f48c37;
  background-color: transparent;
}

/* Small screens */
@media (max-width: 576px) {
  .product-container {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "img name-price"
      "img category"
      "img description"
      "btn btn";
    column-gap: 1rem;
    /* Only controls space between image and text */
  }

  .product-img {
    grid-area: img;
  }

  .product-name-price {
    grid-area: name-price;
  }

  .product-category {
    grid-area: category;
    margin-bottom: 2px;
  }

  .product-description {
    grid-area: description;
  }

  .buttons-add-promoted-product {
    grid-area: btn;
    display: flex;
    gap: 0.5rem;
    width: 100%;
  }

  .buttons-add-promoted-product button {
    width: 100%;
  }

  .product-img {
    width: 80px;
    height: 80px;
  }
}

/* Large screens */
@media (min-width: 577px) {
  .product-container {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "img name-price"
      "img category"
      "img description"
      "img btn";
    column-gap: 1.5rem;
    /* Adjusts spacing between columns */
  }

  .product-img {
    grid-area: img;
  }

  .product-name-price {
    grid-area: name-price;
  }

  .product-category {
    grid-area: category;
  }

  .product-description {
    grid-area: description;
  }

  .buttons-add-promoted-product {
    grid-area: btn;
  }
}
.influencer-profile {
  background-color: var(--brand-color-100);
}

.reaction-slide-item {
  width: 295px;
  border-radius: 8px;
}

.slide-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.outer-reactions {
  padding: 10px;
}

.outer-reactions:first-child {
  padding-left: 3.125rem;
}
@media (max-width: 1023px) {
  .outer-reactions:first-child {
    padding-left: 1.5rem;
  }
}
.reaction-slide-item {
  position: relative;
}
.play-button-videos {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer
}

.play-button-videos i {
  font-size: 24px;
  color: black;
  margin-left: 2px;
  margin-top: 2px;
}
.product-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  position: sticky;
  top: 5.3125rem;
  /* height: 100%; */
  max-height: calc(90vh - 7rem);
  min-height: 400px;
}

.product-gallery img {
  width: 100%;
  /* border-radius: 8px; */
}

.product-thumbnails {
  position: absolute;
  bottom: 0.5rem;
  left: 0.75rem;
  width: calc(100% - 1.5rem);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.375rem;
  z-index: 1;
  overflow: auto;
  color: inherit;
}

.product-thumbnails::-webkit-scrollbar {
  display: none;
}

@media (max-width: 576px) {
  .product-thumbnails-imgs {
    width: 4.8125rem !important;
    height: 4.8125rem !important;
  }
}

.product-thumbnails img {
  /* width: 7.8125rem;
    height: 7.8125rem; */
  cursor: pointer;
  /* border-radius: 8px; */
  /* border: 2px solid white; */
  transition: 0.3s;
}

.product-thumbnails-imgs {
  flex-shrink: 0;
  width: 6.8125rem;
  height: 6.8125rem;
  cursor: pointer;
  border-radius: 8px;
  border: 2px solid transparent;
  overflow: hidden;
  transition: 0.3s;
  border: 1px solid white;
  position: relative;
}

.product-thumbnails-imgs:hover,
.product-thumbnails-imgs.active {
  border-color: var(--brand-color);
}
.influencer-profile-description {
  max-width: 500px;
}
.profile-influencer-name {
  font-size: 3.5rem;
  line-height: 3.3rem;
}
.influencer-intro {
  padding: 5rem 1.5rem 5rem 1.5rem;
}

@media screen and (max-width: 767px) {
  .profile-influencer-name {
    font-size: 2.5rem;
    line-height: 2.3rem;
  }
}
.text_truncate4 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4 !important;
  line-clamp: 4 !important;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .influencer-descriptions p {
    font-size: 14px;
  }
  .influencer-social-icon {
    font-size: 1.25rem;
  }
  .influencer-icon-container {
    width: 45px;
    height: 45px;
  }
}
.product-container {
  background-color: #fff;
}
.play-overlay {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: black;
  opacity: 0.5;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
.play-icon {
  width: 60px;
  height: 60px;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
}
.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
  display: none;
}

.add-read-more.show-more-content .read-more {
  display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
  /* font-weight: bold; */
  margin-left: 2px;
  color: var(--brand-color);
  cursor: pointer;
}

.add-read-more {
  width: 100%;
}
.influencer-carousel .flickity-page-dots {
  display: none;
}
.announcement-bar{
  transition: 0.3s ease-in-out
}
#influencer_sendOtpBtn{
  color: #fff;
}
#influencer_sendOtpBtn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  color: #fff;
}
