/* Kalpesh css */

.shopTitle {
  font-size: 1.5rem;
}

.pcProdColorList li {
  position: relative;
  margin-right: 1rem;
}

.pcProdColorList li button {
  outline: none;
  border: 0;
}

.pcProdVariants .colorSwatch {
  margin: 0;
}

.pcProdColorList li span {
  background: var(--black);

  top: 100%;

  color: #fff;

  display: block;

  left: 50%;

  opacity: 0;

  padding: 0.2rem;

  position: absolute;

  /* width: 100%; */

  min-width: 70px;

  text-align: center;

  transform: translateX(-50%);

  border-radius: 0.2rem;

  transition: all 0.3s ease-in-out;

  font-size: 0.8rem;
  z-index: 99;
}

.pcProdColorList li:hover span {
  opacity: 100%;
}

.pcProdColorList li span:after {
  border-color: transparent transparent #000 transparent;

  border-width: 0 5px 5px 5px;

  border-style: solid;

  bottom: 100%;

  content: " ";

  height: 0;

  left: 50%;

  transform: translateX(-50%);

  position: absolute;

  width: 0;
}

.prodBigSwiper .swiper-slide {
  position: relative;
}

.proVideoBtn {
  background-color: #0000004d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 100rem;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='m11.596 8.697-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393' clip-rule='evenodd'/></svg>");

  background-repeat: no-repeat;

  background-size: 50%;
  background-position: center;
}

/* Collaboration page */

.collaborationSwiper .swiper-slide {
  height: auto;
}

.collaborationSwiper .collabBox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 5rem;
  font-weight: 800;
  color: var(--red);
  border-radius: 0.5rem;
  overflow: hidden;
}

.collaborationSwiper .collabBox img {
  width: 100%;
  display: block;
}

.collaborationSwiper .swiper-wrapper {
  transition-timing-function: linear;
}

.collaborationSwiper .swiper-slide.colTxt-swiper-slide {
  width: auto !important;
}

.collabTxt {
  font-size: 1.2rem;
  font-weight: 500;
}

@media (max-width: 575.99px) {
  .collabTxt {
    font-size: 1.2rem;
  }
}

@media (max-width: 575.99px) {
  .collaborationSwiper .collabBox {
    font-size: 2rem;
  }
}

@media (max-width: 991.99px) {
  .collaborationSwiper .collabBox {
    font-size: 3rem;
  }
}

/* prajakta css */

#homeLykedPopup .quickviewModal {
  max-width: 800px;
}

#homeLykedPopup .quickviewModal.quickviewModalSmall {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.swiperNaviBtn.svbNext.Next {
  right: 3rem;
}

.swiperNaviBtn.svbPrev.Prev {
  left: 3rem;
}

/* .productView .quickviewModal{ max-width: 450px !important; } */

@media (max-width: 991.99px) {
  .swiperNaviBtn.svbNext.Next {
    right: 1rem;
  }

  .swiperNaviBtn.svbPrev.Prev {
    left: 1rem;
  }

  /* .productView .quickviewModal{ max-width: 95% !important;   }   */

  .swiperPopup .swiper-slide {
    width: auto;
  }
}

.swiperPopup .swiperPopup {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.swiperPopup .swiper-slide {
  width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;

  justify-content: center;
  text-align: center;
  padding: 20px;
  margin: auto;
}

.swiperPopup .swiper-slide img {
  max-width: 100%;
  height: auto;
}

.swiperPopup .swiper-slide .product-info {
  margin-top: 10px;
}

/* profile page */

.myAccSubLinks {
  margin-top: 0.8rem;
}

.myAccSubLinks li {
  font-size: 1.05rem;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
}

.myAccSubLinks li.active-tab {
  border-radius: 6px;
  background: #f5f5f5;
  font-weight: 500;
}

.profileSection .tab-content {
  display: none;
}

.tab-content.active-content {
  display: block;
}

.myAccLinkWrap {
  width: 260px;
}

.myAccPgTitle2 {
  font-size: 1.4rem;
  font-weight: 400;
}

.edit {
  font-size: 1rem;
  font-weight: 500;
  background-color: transparent;
  border: none;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  font-weight: 300;
}

.address-card {
  border-radius: 16px;
  border: 1px solid var(--Gray-700, #cecece);
  background: #fff;
  height: 100%;
  padding: 1.5rem;
  cursor: pointer;
}

.address-card h6 {
  font-size: 1.2rem;
  font-weight: 600;
}

.address-card p {
  margin-bottom: 0.5rem;
}

.address-card-actions {
  font-size: 1rem;
}

.address-card-actions a {
  text-decoration: underline !important;
}

#communication-preferences p {
  font-size: 1.3rem;
}

.category-btn img {
  width: 7rem;
  border-radius: 100px;
  height: 4rem;
  object-fit: cover;
}

.category-btn {
  border-radius: 100px;
  border: 1px solid #cecece;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-right: 2rem;
  padding: 0.2rem;
  cursor: pointer;
}

.category-btn p {
  margin-bottom: 0;
  padding-right: 1rem;
}

.category-checkbox {
  display: none;
}

.category-checkbox:checked + label {
  border: 1px solid black;
  border-radius: 100px;
  padding: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: -3px;
}

.category-btn label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}

.category-radio:checked + label .gif-img {
  display: flex;
}

.category-radio:checked + label .static-img {
  display: none;
}

@media (max-width: 786px) {
  .myAccSubLinks {
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 1rem;
  }
}

.myAccSubLinks::-webkit-scrollbar {
  height: 3px;
}

.gif-container {
  position: relative;
  width: 7rem;
  height: 4rem;
  border-radius: 100px;
  overflow: hidden;
}

.gif-container .gif-img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gif-container .static-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.category-btn:hover .gif-img {
  display: block;
}

.category-btn:hover .static-img {
  display: none;
}

/* bulk  */

.bulkImg img {
  width: 100%;
  object-fit: cover;
  border-radius: 60px;
  margin: auto;
}

@media (min-width: 992px) {
  .hcsContentWrap {
    max-width: inherit;
  }
}

/* order-return  */

.returnOrder p {
  font-weight: 600;
  font-size: 1.1rem;
}

.orderid {
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.returnOrder input {
  padding: 0.6rem;
}

.returnOrder {
  padding: 1rem 0;
  border-bottom: 1px solid #cac6c6;
}

.whyreturn {
  margin: 1.5rem 0;
  font-weight: 600;
  font-size: 1rem;
}

.formreturn .form-check {
  display: flex;
}

.Delivered-text {
  color: var(--Secondary-Dark-Color, #646464);
  font-size: 0.9rem;
  margin-bottom: 0;
  font-weight: 500;
}

@media (max-width: 786px) {
  .myAccTabs {
    padding-bottom: 1rem;
    white-space: nowrap;
    overflow-x: scroll;
  }

  .myAccTabs::-webkit-scrollbar {
    height: 3px;
  }
}

/* order detail page */

.order-summary p {
  font-size: 0.9rem;
  color: Primary/Light;
}

.order-summary span {
  font-size: 0.9rem;
  color: Primary/Light;
}

.order-summary h6 {
  font-size: 1.1rem;
  font-weight: 600;
}

.borderBottom {
  border-bottom: 1px solid #cac6c6;
}

.quantity {
  position: relative;
}

.quantity span {
  position: absolute;
  top: 0;
  right: 2rem;
  border: 1px solid #e4e4e4;
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
}

.total-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.total-section h2 {
  font-size: 1.5rem;
  font-weight: 700;
}

.contactinfo h6 {
  font-size: 1rem;
}

.address-box {
  border-radius: var(--Radius-radius-lg, 8px);
  border: 1px solid var(--Gray-700, #cecece);

  background: #fff;
  padding: 1rem;
  margin-top: 1rem;
}

.orderItem p {
  font-weight: 600;
  font-size: 1.1rem;
}

.olContent p {
  font-weight: 500;
  font-size: 0.8rem;
  color: Primary/Light;
  margin-top: 10px;
}

.moreImg {
  position: relative;
  cursor: pointer;
}

.moreText {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
}

.DeliveredPara {
  font-size: 0.9rem;
  margin-bottom: 0;
}

@media (min-width: 991px) {
  .olItem {
    flex: 1 1 calc(50% - 1rem); /* Ensures proper spacing */

    max-width: calc(50% - 1rem);
  }
}

@media (max-width: 991px) {
  .olContent p {
    margin-bottom: 0;
  }
}
