@charset "UTF-8";
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
header {
  background: var(--primary);
}
header .header-wrapper {
  padding: 8px 0;
  transition: all 0.4s ease;
}
header .header-wrapper .colA .logo {
  width: 85px;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 540px) {
  header .header-wrapper .colA .logo {
    width: 70px;
  }
}
header .header-wrapper .colA .menu-list li a {
  font-size: 14px;
  transition: all 0.4s ease;
}
header .header-wrapper .colA .menu-list li img, header .header-wrapper .colA .menu-list li svg {
  width: 24px;
  height: 24px;
}
header .header-wrapper .colB .menu-list {
  gap: 40px;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 1366px) {
  header .header-wrapper .colB .menu-list {
    gap: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  header .header-wrapper .colB .menu-list {
    gap: 20px;
  }
}
header .header-wrapper .colB .menu-list li a {
  font-size: 14px;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 540px) {
  header .header-wrapper .colB .menu-list li a {
    font-size: 12px;
  }
}
header .header-wrapper .colB .menu-list .btn-outline-white {
  background: var(--white);
  color: var(--primary);
}
header .header-wrapper .colB .menu-list .btn-outline-white::before {
  background: var(--white);
}
header .header-wrapper .colB .menu-list .btn-outline-white > img {
  filter: brightness(0.5);
}
header .header-wrapper .colB .menu-list .btn-white {
  transition: all 0.3s ease;
}
header .header-wrapper .colB .menu-list .btn-white:hover {
  background: var(--white);
  color: var(--black);
}
header .header-wrapper .colB .menu-list .hasDropDown a img {
  width: 10px;
  transition: all 0.4s ease;
}

.detail-banner {
  padding-top: calc(var(--headerheight) + 80px);
  background: var(--gray);
}
@media only screen and (max-width: 1366px) {
  .detail-banner {
    padding-top: calc(var(--headerheight) + 40px);
  }
}
.detail-banner .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  height: auto;
  gap: 6rem;
}
@media only screen and (max-width: 1024px) {
  .detail-banner .grid {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.detail-banner .grid .product-imgs {
  min-width: 0;
  overflow: hidden;
  position: sticky;
  top: calc(var(--headerheight) + 40px);
  left: 0;
  padding-bottom: 60px;
}
.detail-banner .grid .product-imgs .img-main {
  width: 100%;
  position: relative;
  background: linear-gradient(180deg, #FFF5F3 0%, #FFFFFF 50%, #FFE6DF 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 485px;
  overflow: hidden;
}
.detail-banner .grid .product-imgs .img-main::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../../images/home/proBg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.detail-banner .grid .product-imgs .img-main .img-active {
  width: 100%;
  height: 100%;
  z-index: 3;
  position: relative;
  flex-shrink: 0;
}
.detail-banner .grid .product-imgs .img-main .img-active img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.detail-banner .grid .product-imgs .product-thumbs {
  padding: 30px 0 0;
}
.detail-banner .grid .product-imgs .product-thumbs .swiper-wrapper .swiper-slide.thumb-img {
  width: 80px;
  height: 80px;
  border: 1px solid rgba(0, 0, 0, 0.168627451);
  padding: 10px;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.detail-banner .grid .product-imgs .product-thumbs .swiper-wrapper .swiper-slide.thumb-img img {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.2s ease;
}
.detail-banner .grid .product-imgs .product-thumbs .swiper-wrapper .swiper-slide.thumb-img.active {
  border-color: var(--primary);
}
.detail-banner .grid .product-imgs .product-thumbs .swiper-wrapper .swiper-slide.thumb-img.active img {
  opacity: 1;
}
.detail-banner .grid .item-content {
  overflow-y: auto;
  padding-bottom: 60px;
}
.detail-banner .grid .item-content ul {
  margin: 20px 0 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.detail-banner .grid .item-content ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: var(--text);
}
.detail-banner .grid .item-content ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-color: var(--primary);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.detail-banner .grid .item-content .price-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.detail-banner .grid .item-content .price-wrapper .price-box {
  width: 100%;
  background: var(--white);
  border-radius: 10px;
  border: 1px solid rgb(219, 219, 219);
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
.detail-banner .grid .item-content .price-wrapper .price-box:hover {
  border-color: var(--primary);
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
  background: rgb(239, 234, 249);
}
.detail-banner .grid .item-content .price-wrapper .price-box:has(input:checked) {
  border-color: var(--primary);
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
  background: rgb(239, 234, 249);
}
.detail-banner .grid .item-content .price-wrapper .price-box input[type=radio] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  margin: 0;
}
.detail-banner .grid .item-content .price-wrapper .price-box .content {
  flex: 0 1 324px;
  pointer-events: none;
}
.detail-banner .grid .item-content .price-wrapper .price-box .content .top-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.detail-banner .grid .item-content .price-wrapper .price-box .content .top-row h6 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  margin: 0;
}
.detail-banner .grid .item-content .price-wrapper .price-box .content .top-row .save-badge {
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid var(--secondary);
  color: var(--secondary);
  background: transparent;
}
.detail-banner .grid .item-content .price-wrapper .price-box .content p {
  font-size: 14px;
  color: var(--text);
  line-height: 1.3;
  margin-top: 18px;
}
.detail-banner .grid .item-content .price-wrapper .price-box .price-col {
  pointer-events: none;
  text-align: right;
  flex-shrink: 0;
}
.detail-banner .grid .item-content .price-wrapper .price-box .price-col .actual {
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
  white-space: nowrap;
}
.detail-banner .grid .item-content .price-wrapper .price-box .price-col .mrp {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
  text-decoration: line-through;
  white-space: nowrap;
}
.detail-banner .grid .item-content .offer_wrapper {
  margin-top: 30px;
}
.detail-banner .grid .item-content .offer_wrapper .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.detail-banner .grid .item-content .offer_wrapper .heading h6 {
  font-size: 16px;
}
.detail-banner .grid .item-content .offer_wrapper .heading .swiper-group {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  pointer-events: none;
}
@media only screen and (max-width: 675px) {
  .detail-banner .grid .item-content .offer_wrapper .heading .swiper-group {
    display: none;
  }
}
.detail-banner .grid .item-content .offer_wrapper .heading .swiper-group button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  pointer-events: all;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  background: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.detail-banner .grid .item-content .offer_wrapper .heading .swiper-group button.swiper-button-lock, .detail-banner .grid .item-content .offer_wrapper .heading .swiper-group button.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
@media only screen and (max-width: 991px) {
  .detail-banner .grid .item-content .offer_wrapper .heading .swiper-group button {
    width: 25px;
    height: 25px;
  }
}
.detail-banner .grid .item-content .offer_wrapper .heading .swiper-group button svg {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 991px) {
  .detail-banner .grid .item-content .offer_wrapper .heading .swiper-group button svg {
    width: 16px;
    height: 16px;
  }
}
.detail-banner .grid .item-content .offer_wrapper .heading .swiper-group button svg path {
  fill: var(--primary);
}
.detail-banner .grid .item-content .offer_wrapper .heading .swiper-group button:hover {
  opacity: 0.8;
}
.detail-banner .grid .item-content .offer_wrapper .heading .swiper-group .twoSlider-next {
  transform: rotate(270deg);
}
.detail-banner .grid .item-content .offer_wrapper .heading .swiper-group .twoSlider-prev {
  transform: rotate(90deg);
}
.detail-banner .grid .item-content .offer_wrapper .swiper .swiper-wrapper .swiper-slide-active .offer_card {
  border-color: var(--primary);
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
}
.detail-banner .grid .item-content .offer_wrapper .swiper .swiper-wrapper .offer_card {
  display: flex;
  align-items: stretch;
  border: 1px solid rgb(219, 219, 219);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  height: 100%;
}
.detail-banner .grid .item-content .offer_wrapper .swiper .swiper-wrapper .offer_card .discount {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--primary);
  background: var(--gray-sec);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 15px;
  text-align: center;
}
.detail-banner .grid .item-content .offer_wrapper .swiper .swiper-wrapper .offer_card .content {
  flex: 1;
  padding: 15px;
}
.detail-banner .grid .item-content .offer_wrapper .swiper .swiper-wrapper .offer_card .content .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.detail-banner .grid .item-content .offer_wrapper .swiper .swiper-wrapper .offer_card .content .header .code {
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 2px;
  text-transform: uppercase;
}
.detail-banner .grid .item-content .offer_wrapper .swiper .swiper-wrapper .offer_card .content .header .saved {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
}
.detail-banner .grid .item-content .offer_wrapper .swiper .swiper-wrapper .offer_card .content .header .btn {
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
}
.detail-banner .grid .item-content .offer_wrapper .swiper .swiper-wrapper .offer_card .content .header .btn::before {
  border-radius: 5px;
}
.detail-banner .grid .item-content .offer_wrapper .swiper .swiper-wrapper .offer_card .content > p {
  font-size: 12px;
  color: var(--text);
  line-height: 1.3;
}
.detail-banner .grid .item-content .delivery_wrapper .heading {
  margin-top: 30px;
}
.detail-banner .grid .item-content .delivery_wrapper .heading h6 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
}
.detail-banner .grid .item-content .delivery_wrapper .step_wrap {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 15px;
}
.detail-banner .grid .item-content .delivery_wrapper .step_wrap .item {
  display: flex;
  gap: 20px;
  align-items: center;
}
.detail-banner .grid .item-content .delivery_wrapper .step_wrap .item:not(:first-child) {
  border-left: 1px solid var(--border);
  padding-left: 20px;
}
.detail-banner .grid .item-content .delivery_wrapper .step_wrap .item .icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-banner .grid .item-content .delivery_wrapper .step_wrap .item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.detail-banner .grid .item-content .delivery_wrapper .step_wrap .item .content p {
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
}
.detail-banner .grid .item-content .delivery_wrapper .content .box p {
  color: var(--primary);
  font-size: 14px;
  margin-bottom: 10px;
}
.detail-banner .grid .item-content .delivery_wrapper .content .box .input-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.detail-banner .grid .item-content .delivery_wrapper .content .box .input-wrapper input {
  padding: 8px 20px;
  border-radius: 5px;
  border: 1px solid var(--primary);
  outline: none;
  width: 100%;
  max-width: 350px;
  background: transparent;
}
.detail-banner .grid .item-content .delivery_wrapper .content .box .input-wrapper input::-moz-placeholder {
  color: var(--text);
}
.detail-banner .grid .item-content .delivery_wrapper .content .box .input-wrapper input::placeholder {
  color: var(--text);
}
.detail-banner .grid .item-content .delivery_wrapper .content .box .input-wrapper input:focus {
  border-color: var(--primary);
}
.detail-banner .grid .item-content .delivery_wrapper .content .box .input-wrapper .btn {
  border-radius: 5px;
  padding: 13px 20px;
}
.detail-banner .grid .item-content .delivery_wrapper .content .box .input-wrapper .btn::before {
  border-radius: 5px;
}
.detail-banner .grid .item-content .final_wrapper {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid var(--border);
}
.detail-banner .grid .item-content .final_wrapper .final_price {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.detail-banner .grid .item-content .final_wrapper .final_price h6 {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
}
.detail-banner .grid .item-content .final_wrapper .final_price h5 {
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
}
.detail-banner .grid .item-content .final_wrapper .button-group {
  display: flex;
  align-items: stretch;
  gap: 7px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 540px) {
  .detail-banner .grid .item-content .final_wrapper .button-group {
    margin-top: 20px;
    gap: 8px;
  }
}
.detail-banner .grid .item-content .final_wrapper .button-group .btn {
  border-radius: 5px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 16px;
  transition: background 0.2s ease, color 0.2s ease;
}
.detail-banner .grid .item-content .final_wrapper .button-group .btn::before {
  border-radius: 5px;
}
.detail-banner .grid .item-content .final_wrapper .button-group .counter {
  display: flex;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  height: 44px;
}
.detail-banner .grid .item-content .final_wrapper .button-group .counter .count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.detail-banner .grid .item-content .final_wrapper .button-group .counter .count img {
  display: block;
  pointer-events: none;
}
.detail-banner .grid .item-content .final_wrapper .button-group .counter .count:first-child {
  width: 24px;
  height: 24px;
}
.detail-banner .grid .item-content .final_wrapper .button-group .counter .count:first-child img {
  width: 100%;
  height: 100%;
}
.detail-banner .grid .item-content .final_wrapper .button-group .counter .value {
  min-width: 32px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: var(--primary);
}
.detail-banner .grid .item-content .final_wrapper .button-group .btn-primary:hover {
  color: var(--white);
}
.detail-banner .grid .item-content .final_wrapper .button-group .btn-secondary:hover {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}
.detail-banner .grid .item-content .final_wrapper .button-group .btn-secondary:hover svg {
  color: var(--white);
}
.detail-banner .grid .item-content .final_wrapper .button-group .btn-secondary:hover .value {
  color: var(--white);
}
.detail-banner .grid .item-content .final_wrapper .button-group .btn-secondary:last-child {
  padding: 0 12px;
  flex-shrink: 0;
}
.detail-banner .grid .item-content .final_wrapper .button-group .btn-secondary:last-child svg {
  width: 20px;
  height: 20px;
  display: block;
  transition: color 0.2s ease;
}

.detail-secB {
  padding: 30px 0;
}
.detail-secB .grid-wrapper {
  background: var(--gradient-a);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.detail-secB .grid-wrapper .heading {
  flex-shrink: 0;
  padding: 30px 0 65px;
  text-align: center;
}
.detail-secB .grid-wrapper .heading h3 {
  color: var(--white);
}
.detail-secB .grid-wrapper .grid {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  position: relative;
}
.detail-secB .grid-wrapper .grid .swiper-pagination.journey-pagination {
  position: absolute;
  right: 20px;
  top: 35%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: auto;
  left: auto;
  bottom: auto;
}
.detail-secB .grid-wrapper .grid .swiper-pagination.journey-pagination .swiper-pagination-bullet {
  display: block;
  width: 6px;
  height: 28px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
  margin: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.detail-secB .grid-wrapper .grid .swiper-pagination.journey-pagination .swiper-pagination-bullet-active {
  height: 28px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.95);
}
.detail-secB .grid-wrapper .grid .swiper-images {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.detail-secB .grid-wrapper .grid .swiper-images .journeyImgSlider {
  position: absolute;
  bottom: 72px;
  left: 253px;
  transform: translateX(-50%);
  width: 169px;
  height: 384px;
  z-index: 4;
  border-radius: 28px;
  overflow: hidden;
  -webkit-mask-image: url(../../images/product/masked-img.svg);
  mask-image: url(../../images/product/masked-img.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.detail-secB .grid-wrapper .grid .swiper-images .journeyImgSlider .swiper-wrapper {
  height: 100%;
  flex-direction: column;
}
.detail-secB .grid-wrapper .grid .swiper-images .journeyImgSlider .swiper-slide {
  width: 196px !important;
  height: 390px !important;
  flex-shrink: 0;
}
.detail-secB .grid-wrapper .grid .swiper-images .journeyImgSlider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
}
.detail-secB .grid-wrapper .grid .swiper-images .mobile-hand {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.detail-secB .grid-wrapper .grid .swiper-images .mobile-hand img {
  display: block;
  width: 100%;
}
.detail-secB .grid-wrapper .grid .swiper-content {
  width: 100%;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px 0 0;
  height: 100%;
}
.detail-secB .grid-wrapper .grid .swiper-content .journeyTextSlider {
  width: 100%;
  height: 420px;
  overflow: hidden;
}
.detail-secB .grid-wrapper .grid .swiper-content .journeyTextSlider .swiper-wrapper {
  flex-direction: column;
}
.detail-secB .grid-wrapper .grid .swiper-content .journeyTextSlider .swiper-slide {
  overflow: hidden;
}
.detail-secB .grid-wrapper .grid .swiper-content .journeyTextSlider .swiper-slide .card {
  height: 428px !important;
  width: 100% !important;
  width: 100%;
}
.detail-secB .grid-wrapper .grid .swiper-content .journeyTextSlider .swiper-slide .card .month-label {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 10px;
}
.detail-secB .grid-wrapper .grid .swiper-content .journeyTextSlider .swiper-slide .card h5 {
  color: var(--white);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}
.detail-secB .grid-wrapper .grid .swiper-content .journeyTextSlider .swiper-slide .card p {
  color: var(--white);
}
.detail-secB .grid-wrapper .grid .swiper-content .journeyTextSlider .swiper-slide .card ul {
  margin: 25px 0 24px;
  list-style: none;
  padding: 0;
}
.detail-secB .grid-wrapper .grid .swiper-content .journeyTextSlider .swiper-slide .card ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  opacity: 0.7;
  position: relative;
  padding-left: 25px;
}
.detail-secB .grid-wrapper .grid .swiper-content .journeyTextSlider .swiper-slide .card ul li:not(:last-child) {
  margin-bottom: 10px;
}
.detail-secB .grid-wrapper .grid .swiper-content .journeyTextSlider .swiper-slide .card ul li img {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
.detail-secB .grid-wrapper .grid .swiper-content .journeyTextSlider .swiper-slide .card ul li p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}
.detail-secB .grid-wrapper .grid .swiper-content .journeyTextSlider .swiper-slide .card ul li::before {
  content: "✔ ";
  position: absolute;
  left: 0;
  top: 0;
}
.detail-secB .grid-wrapper .grid .swiper-content .journeyTextSlider .swiper-slide .card h6 {
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  margin: 0;
}
.detail-secB .grid-wrapper .grid .swiper-content .journey-progress {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}
.detail-secB .grid-wrapper .grid .swiper-content .journey-progress .dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.detail-secB .grid-wrapper .grid .swiper-content .journey-progress .dot.active {
  width: 28px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.95);
}

.detail-secC {
  background: var(--white);
}
.detail-secC .grid .item-img {
  border: 1px solid rgb(224, 224, 224);
}

.detail-secD {
  padding-top: 35px;
}

.detail-secE {
  padding: 0 0 70px;
}
.detail-secE .heading {
  text-align: center;
  margin-bottom: 3rem;
}
.detail-secE .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.detail-secE .grid .item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 285px;
}
.detail-secE .grid .item:hover .item-img {
  top: -45%;
}
.detail-secE .grid .item .item-img {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 5;
  background: var(--gray-sec);
  transition: all 0.7s ease-in-out;
}
.detail-secE .grid .item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.detail-secE .grid .item .tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 6;
  background: var(--white);
  padding: 7px 20px;
  border-radius: 50px;
  color: var(--black);
  font-size: 14px;
}
.detail-secE .grid .item .hover-content {
  position: absolute;
  left: 0;
  bottom: 12px;
  padding: 0 20px;
}
.detail-secE .grid .item .hover-content h6 {
  color: var(--primary);
  font-size: 18px;
  margin-bottom: 8px;
}
.detail-secE .grid .item .hover-content p {
  color: var(--text);
  font-size: 14px;
  margin-bottom: 12px;
}
.detail-secE .grid .item .hover-content .btn {
  font-size: 12px;
  padding: 7px 14px;
}
.detail-secE .grid .item .hover-content .btn img {
  width: 12px;
  height: 12px;
}

.detail-secF {
  padding: 70px 0;
  background: var(--gray-sec);
}
.detail-secF .heading {
  text-align: center;
  padding-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: var(--container);
  margin: 0 auto;
}
.detail-secF .heading h3 {
  text-align: center;
  width: 100%;
}
.detail-secF .heading .btn img {
  transform: rotate(90deg);
}
.detail-secF .grid {
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 4rem;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.detail-secF .grid .rating-wrapper h2 {
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.detail-secF .grid .rating-wrapper .stars {
  display: flex;
  gap: 8px;
}
.detail-secF .grid .rating-wrapper .stars img {
  width: 24px;
  height: 24px;
}
.detail-secF .grid .rating-wrapper .total-reviews {
  margin: 6px 0 20px;
  font-size: 14px;
  color: rgb(102, 102, 102);
}
.detail-secF .grid .rating-wrapper .rating-bars {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 340px;
}
.detail-secF .grid .rating-wrapper .rating-bars .bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.detail-secF .grid .rating-wrapper .rating-bars .bar-row .label {
  font-size: 13px;
  font-weight: 500;
  color: rgb(102, 102, 102);
  width: 10px;
  text-align: right;
  flex-shrink: 0;
}
.detail-secF .grid .rating-wrapper .rating-bars .bar-row input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  flex: 1;
  height: 10px;
  border-radius: 50px;
  background: #e0e0e0;
  outline: none;
  cursor: default;
  padding: 0;
  border: none;
}
.detail-secF .grid .rating-wrapper .rating-bars .bar-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
  background: transparent;
  box-shadow: none;
}
.detail-secF .grid .rating-wrapper .rating-bars .bar-row input[type=range]::-moz-range-thumb {
  width: 0;
  height: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}
.detail-secF .grid .rating-wrapper .rating-bars .bar-row input[type=range]::-webkit-slider-runnable-track {
  height: 10px;
  border-radius: 50px;
}
.detail-secF .grid .rating-wrapper .rating-bars .bar-row input[type=range]::-moz-range-track {
  height: 10px;
  border-radius: 50px;
  background: #e0e0e0;
}
.detail-secF .grid .rating-wrapper .rating-bars .bar-row input[type=range]::-moz-range-progress {
  height: 10px;
  border-radius: 50px;
  background: var(--primary, #7c3aed);
}
.detail-secF .grid .rating-wrapper .rating-bars .bar-row .count {
  font-size: 16px;
  font-weight: 500;
  color: rgb(102, 102, 102);
  width: 28px;
  flex-shrink: 0;
}
.detail-secF .grid .swiper-wrap {
  width: 100%;
  max-width: 100%;
  position: relative;
  min-width: 0;
}
.detail-secF .grid .swiper-wrap .reviewSlider {
  overflow: hidden;
}
.detail-secF .grid .swiper-wrap .reviewSlider .swiper-wrapper .swiper-slide .card {
  background: var(--white);
  padding: 30px 60px;
  border-radius: 10px;
  overflow: hidden;
}
.detail-secF .grid .swiper-wrap .reviewSlider .swiper-wrapper .swiper-slide .card > p {
  margin: 20px 0 30px;
  width: 360px;
}
.detail-secF .grid .swiper-wrap .reviewSlider .swiper-wrapper .swiper-slide .card .rating {
  display: flex;
  align-items: center;
  gap: 12px;
}
.detail-secF .grid .swiper-wrap .reviewSlider .swiper-wrapper .swiper-slide .card .rating .stars {
  display: flex;
  gap: 6px;
}
.detail-secF .grid .swiper-wrap .reviewSlider .swiper-wrapper .swiper-slide .card .rating .stars img {
  width: 18px;
  height: 18px;
}
.detail-secF .grid .swiper-wrap .reviewSlider .swiper-wrapper .swiper-slide .card .rating p {
  font-size: 14px;
  font-weight: 500;
  color: rgb(102, 102, 102);
}
.detail-secF .grid .swiper-wrap .reviewSlider .swiper-wrapper .swiper-slide .card .profile {
  display: flex;
  align-items: center;
  gap: 24px;
}
.detail-secF .grid .swiper-wrap .reviewSlider .swiper-wrapper .swiper-slide .card .profile img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.detail-secF .grid .swiper-wrap .reviewSlider .swiper-wrapper .swiper-slide .card .profile .dtl .name {
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 2px;
}
.detail-secF .grid .swiper-wrap .reviewSlider .swiper-wrapper .swiper-slide .card .profile .dtl .age {
  font-size: 13px;
  color: rgb(102, 102, 102);
}
.detail-secF .grid .swiper-wrap .swiper-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  padding-right: 3rem;
}
.detail-secF .grid .swiper-wrap .swiper-group .progress-track {
  flex: 1;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 675px) {
  .detail-secF .grid .swiper-wrap .swiper-group .progress-track {
    display: none;
  }
}
.detail-secF .grid .swiper-wrap .swiper-group .progress-track .swiper-pagination-progressbar-fill {
  background: var(--primary);
}
.detail-secF .grid .swiper-wrap .swiper-group .btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.detail-secF .grid .swiper-wrap .swiper-group .btns button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid var(--primary, #7c3aed);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.detail-secF .grid .swiper-wrap .swiper-group .btns button img {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
.detail-secF .grid .swiper-wrap .swiper-group .btns button.review-prev img {
  transform: rotate(180deg);
}
.detail-secF .grid .swiper-wrap .swiper-group .btns button:hover {
  background: var(--primary, #7c3aed);
}
.detail-secF .grid .swiper-wrap .swiper-group .btns button:hover img {
  filter: brightness(0) invert(1);
}
.detail-secF .grid .swiper-wrap .swiper-group .btns button.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

.detail-secG {
  padding-bottom: 0;
  background: var(--white);
}
.detail-secG .accordion-wrapper .accordion-item {
  box-shadow: none;
  border: 1px solid rgb(228, 228, 228);
  background: var(--white);
}

.detail-secA .btn-wrap .content {
  padding: 20px;
  background: var(--gray-sec);
  margin-bottom: 30px;
}
.detail-secA .btn-wrap .content p {
  font-size: 14px;
  width: 100%;
  max-width: 825px;
  margin: 0 auto;
}

.speakToConsultant .content .text p {
  opacity: 1 !important;
}

.product_strip {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: #fff;
  border-top: 1px solid #e8e0f5;
}
.product_strip .delivery {
  background: #ffffcc;
  border-bottom: 1px solid #ddd5f0;
  padding: 9px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.product_strip .delivery p {
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.product_strip .delivery p .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--black);
  flex-shrink: 0;
  display: inline-block;
}
.product_strip .delivery a {
  border: 1px solid #b89ddc;
  background: transparent;
  padding: 5px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #6b4fa0;
  cursor: pointer;
  font-family: "Poppins";
  transition: background 0.2s;
}
.product_strip .delivery a:hover {
  background: #ddd5f0;
}
.product_strip .buynow {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
}
.product_strip .buynow .img {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid #e8e0f5;
}
.product_strip .buynow .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_strip .buynow .content {
  flex: 1;
}
.product_strip .buynow .content h5 {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_strip .buynow .content p {
  margin: 0;
  font-size: 12px;
  color: #888;
}
.product_strip .buynow .price {
  text-align: right;
  margin: 0px 35px;
  flex-shrink: 0;
}
.product_strip .buynow .price h4 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
  margin-top: 5px;
  color: #1a1a1a;
}
.product_strip .buynow .price span {
  font-size: 11px;
  font-weight: 700;
  color: #6b4fa0;
  background: #ede8f8;
  padding: 2px 8px;
  border-radius: 20px;
  display: inline-block;
}
.product_strip .buynow .button-group {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.enter-name {
  width: 80%;
  padding: 0;
}/*# sourceMappingURL=product-detail.css.map */