.breadcrumb-sec {
  background-color: #ac1845;
  font-family: "Lato", sans-serif;
}
.breadcrumb-inner-container {
  width: 100%;
  max-width: 1800px;
  margin: auto;
  padding: 3% 15px;
}
.page-heading {
  margin-bottom: 0px;
  color: #fff;
  font-size: calc(18px + (30 - 18) * ((100vw - 320px) / (1920 - 320)));
  margin: 7% 0px 10px 0;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
}

.breadcrumb .breadcrumb-link {
  color: #fff;
  text-decoration: none;
}

.breadcrumb .breadcrumb-link:hover {
  text-decoration: underline;
}

.breadcrumb .separator {
  opacity: 0.7;
}

.breadcrumb .current {
  color: #fff;
  font-weight: 400;
}

/* Section Wrapper */
.product-section {
  padding: 3% 15px 8% 15px;
  display: flex;
  justify-content: center;
  background: #f7f7f7;
  font-family: "Lato", sans-serif;
}

/* Max Width Container */
.product-container {
  max-width: 1800px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 50px;
  background: #fff;
  box-sizing: border-box;
}

/* Content Block */
.product-image,
.product-content {
  flex: 1;
}

.product-section .product-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.product-section .prod-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* absolutely required */
  transition: opacity 0.4s ease;
}

.product-section .video-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none; /* hidden initially */
}

.product-section .video-wrapper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

/* Center Play Button */
.product-section .video-play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.product-content .product-name {
  font-size: calc(24px + (38 - 24) * ((100vw - 320px) / (1920 - 320)));
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #58595b;
}

.product-content .product-info {
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  color: #58595b;
  line-height: 1.6;
  max-width: 600px;
  margin-bottom: 30px;
}

/* Coins Row */
.coins {
  display: flex;
  align-items: center;
  font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 30px;
  font-weight: 400;
  color: #58595b;
}

.coin-icon {
  width: 48px; /* fixed circle size */
  height: 48px;
  display: flex; /* centers the number */
  align-items: center;
  justify-content: center;
  border: 1px solid #58595b;
  border-radius: 50%;
  font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  color: #58595b;
  margin-right: 5px;
  flex-shrink: 0; /* prevents shrinking on small screens */
}

/* Buy Button */
.buy-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.buy-btn,
.buy-btn:hover {
  display: inline-block;
  font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
  text-decoration: none;
  border: 0;
  border-bottom: 1px solid #58595b;
  color: #58595b;
  font-weight: 500;
  background-color: transparent;
  transition: 0.3s ease;
}

.buy-btn:hover {
  border-bottom-color: #000; /* change color on hover */
  color: #000; /* optional text color change */
}
.sign-in-body{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    font-family: "Lato", sans-serif;
    
}

.sign-in-body .btn {
	padding: 6px 14px;
	border-radius: 4px;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	cursor: pointer;
	border: 1px solid #58595b;
	background: 0 0;
}
.sign-in-body .login-btn {
	color: #58595b;
	border: 1px solid #58595b;
	transition: 1s hover;
}
.sign-in-body .login-btn:hover {
	background-color: #000;
	color: #fff;
}
.sign-in-body .register-btn {
	background: #000;
	color: #fff;
	transition: 1s hover;
}
.sign-in-body .register-btn:hover {
	background: #fff;
	color: #000;
	border: 1px solid #58595b;
}

/* Related Products Start */
.similar-products-sec {
  background: #f7f7f7;
  padding: 40px 15px 5%;
}
.similar-products {
  max-width: 1500px;
  margin: auto;
  text-align: center;
}

.section-title {
  font-family: "Lato", sans-serif;
  font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  margin-bottom: 25px;
  color: #58595b;
}

.swiper-nav-wrapper {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.relatedSwiper {
  overflow: hidden !important;
  /* max-width: 1400px;
  margin: 0 auto;   */
}

.relatedSwiper .img-fluid {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  color: #444;
  font-size: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev {
  position: absolute;
  left: -50px;
  top: 55%;
  /* transform: translateY(-50%); */
}

.swiper-button-next {
  position: absolute;
  right: -50px;
  top: 55%;
  /* transform: translateY(-50%); */
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 28px !important; /* change icon size */
}
/* Related Products End */

/* Sign In Modal Start */
.signed .modal-dialog {
  width: 100%;
  max-width: 850px;
  padding: 15px;
}
.signed .modal-content {
  border-radius: 50px;
}
.signed .modal-header {
  border-bottom: 0;
}
.signed .modal-title {
  font-family: "Lato", sans-serif;
  color: #58595b;
  font-weight: 700;
}
.signed .modal-header .modal-head-conatiner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.signed .modal-header .modal-head-conatiner .modal-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: calc(18px + (34 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.signed .btn-close {
  position: absolute;
  right: 5px;
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.signed .modal-body {
  text-align: center;
  padding-top: 0;
}
.signed .share-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}
.signed .share-content-container .img-fluid {
  max-width: 400px;
}
.signed .share-content-container .product-name {
  font-family: "Lato", sans-serif;
  color: #58595b;
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.signed .social-media-container {
  display: flex;
  gap: 5px;
}
.signed .social-media-share, .signed .social-media-download {
  color: #58595b;
}
.signed .social-media-share .fa-brands, .signed .social-media-download .fa-download {
  font-size: 25px;
}
/* Sign In Modal End */

/* Not Sign In Modal Start */
.notSigned .modal-dialog {
  width: 100%;
  max-width: 700px;
  padding: 15px;
}
.notSigned .modal-content {
  border-radius: 50px;
}
.notSigned .modal-header {
  border-bottom: 0;
    justify-content: space-between;
}
.notSigned .modal-title {
  font-family: "Lato", sans-serif;
  color: #58595b;
  font-weight: 700;
}
.notSigned .modal-header .modal-head-conatiner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.notSigned .modal-header .modal-head-conatiner .modal-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: calc(18px + (34 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.notSigned .btn-close {
    margin: 0;
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.notSigned .modal-body {
  text-align: center;
  padding-top: 0;
}
.notSigned .share-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}
.notSigned .share-content-container .img-fluid {
  max-width: 400px;
}
.notSigned .share-content-container .product-name {
  font-family: "Lato", sans-serif;
  color: #58595b;
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.notSigned .social-media-container {
  display: flex;
  gap: 5px;
}
.notSigned .social-media-share, .notSigned .social-media-download {
  color: #58595b;
}
.notSigned .social-media-share .fa-brands, .notSigned .social-media-download .fa-download {
  font-size: 25px;
}
/* Not Sign In  Modal End */

/* ---------------------- */
/* Responsive */
/* ---------------------- */

@media (max-width: 1440px) {
  .swiper-nav-wrapper {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  .swiper-nav-wrapper {
    max-width: 1000px;
  }
}
@media (max-width: 1024px) {
  .swiper-nav-wrapper {
    max-width: 900px;
  }
}
@media (max-width: 991px) {
  .swiper-nav-wrapper {
    max-width: 100%;
  }
  .swiper-button-prev {
    left: 1%;
  }

  .swiper-button-next {
    right: 1%;
  }
  .swiper-button-prev,
  .swiper-button-next {
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .product-container {
    flex-direction: column;
    text-align: center;
    width: fit-content;
    gap: 30px;
  }

  .product-content .product-info {
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
  }

  .product-content {
    padding-bottom: 30px;
  }

  .coins,
  .buy-container {
    justify-content: center;
  }
  .coin-icon {
    width: 38px;
    height: 38px;
  }
  .product-content .product-name,
  .product-content .product-info,
  .product-content .coins,
  .product-content .buy-container {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .signed .modal-dialog {
    margin: 0;
  }  
  .notSigned .modal-dialog {
    margin: 0;
  }    
}

@media (max-width: 600px) {
  .product-section,
  .similar-products-sec {
    padding: 3% 15px;
  }
  .product-section {
    padding-top: 30px;
  }
  .similar-products-sec {
    padding-bottom: 40px;
  }
  .product-container {
    width: 100%;
  }

  .breadcrumb {
    gap: 5px;
  }

  .bag-icon {
    max-width: 25px;
  }
}
