.view-product-page {
  padding-bottom: 70px;
}
.view-product-header {
  min-height: 400px;
  height: 55vh;
  position: relative;
}
.vph-view {
  object-fit: cover;
}
.gradient-easing {
  background: transparent linear-gradient(180deg, #FFFFFF00 0%, #3e3e3e00 47%, #00000045 62%, #00000047 77%, #0000008c 100%) 0% 0% no-repeat padding-box !important;
  display: flex;
  align-items: flex-end;
  padding-bottom: 50px;
}
.vph-title-bg {
  background: #fff;
  display: inline-block;
  padding: 12px 20px;
}
.vph-category {
  font-weight: 600;
  color: #555;
  line-height: 1;
  margin-bottom: 5px;
}
.vph-title {
  font-size: 30px;
}
.breadcrumb-item a {
  font-size: 17px;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "\e903";
  font-family: 'icomoon' !important;
  line-height: 1;
  font-size: 13px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.view-product-container {
  padding-top: 40px;
  padding-bottom: 55px;
}
.vp-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 12.52rem;
  gap: 50px;
}
.vpd-title,
.vpv-title {
  margin-bottom: 25px;
  font-size: 39px;
}
.vpv-title {
  display: none;
}
.vpd-text {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
}
.vpd-text ul {
    margin-left: 20px !important;
}
.vp-view-block {
  position: relative;
}
.vp-thumbs-container {
    padding-top: 10px;
}
.vp-contact-form {
  border: 1px solid #3E3E3E;
  padding: 20px 35px;
  display: none;
  position: relative;
}
.btn-close-contact {
  position: absolute;
  top: 13px;
  right: 13px;
  padding: 0;
  font-size: 14px;
  font-weight: bolder;
}
.vp-details-info.active {
  display: none !important;
}
.vp-success-msg {
  position: relative;
  display: none;
  border: 1px solid #3E3E3E;
}
.sma-block {
  height: 388px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sma-block .icon {
  background: #61C79C;
  width: 90px;
  height: 90px;
  display: block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #fff;
}
.vp-contact-form.active,
.vp-success-msg.active {
  display: block !important;
}
.vp-contact-form .form-title .title {
  font-size: 20px;
  color: #000;
}
.vpv-img {
  /*height: 388px;*/
  width: 100%;
  object-fit: cover;
}
.gst-img {
    height: 100px;
    object-fit: cover;
}
.swiper-pagination {
  right: 25px !important;
}
.preview-slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--main-color);
  color: #fff;
  font-size: 26px;
  z-index: 10;
}
.preview-slider-btn:hover {
  background-color: var(--main-color-dark);
}
.preview-slider-btn:active {
  transform: scale(0.9);
}
.vpd-actions {
  padding-top: 40px;
}
.open-contact-btn.active {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}
.tfc-bg {
  background: #F4F4F4;
  padding: 33px 0 40px;
}
.tfc-accordion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 12.52rem;
  gap: 10px;
}
.tfc-accordion-grid > div {
  /* width: 49.5%;
  display: inline-block;
  margin-bottom: 1%; */
}
.tfc-accordion-grid > div:nth-child(2n + 1) {
  /* margin-right: 1%; */
}
.tfc-title {
  color: #5C5C5C;
  font-size: 27px;
  margin-bottom: 14px;
}
.btn-accordion {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.btn-accordion .title {
  font-size: 22px;
}
.btn-accordion .icon {
  font-weight: bold;
  font-size: 15px;
  color: #666;
  display: none;
}
.btn-accordion:is(.collapsed) .icon.icon-plus {
  display: block !important;
}
.btn-accordion:not(.collapsed) .icon.icon-minus {
  display: block !important;
}
.accordion .card-header {
  background: #fff;
  border: none;
  border-top: 3px solid var(--border-color);
  border-radius: 0;
  padding: 18px 1.25rem;
}
.accordion .card {
  border-radius: 0;
  border: none;
}
.accordion .card-body {
  padding-top: 0.5rem;
  background: #fff;
  font-size: 17.5px;
  color: #666;
}
.tfc-accordion-grid .card {
  background: none;
}
.slider-header-sm {
  border-top: none;
  border-bottom: 2px solid var(--border-color);
  margin-bottom: 25px;
}
.rpc-card {
  display: block;
}
.rpcc-img {
  border: 2px solid #E3E3E3;
  margin-bottom: 15px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  height: 183px;
  background: #F2F2F2;
}
.rpcc-title {
  color: #333;
  font-size: 19px;
  font-weight: 500;
}
.related-products-container {
  padding-top: 25px;
}
.slider-preview-modal {
  position: fixed;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: #000;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}
.slider-preview-modal.active {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}
.spm-card {
  min-height: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spm-card img {
  height: 100vh;
  width: auto !important;
  max-width: auto !important;
}
.btn-close {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 10;
  color: #fff;
  font-size: 20px;
}
.btn-close:hover {
  color: #eee;
}
.btn-close:active {
  opacity: 0.7;
  transform: scale(0.9);
}
.btn-arrow-spm {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.btn-arrow-spm.btn-arrow-prev {
  left: 30px;
}
.btn-arrow-spm.btn-arrow-next {
  right: 30px;
}
.modal-youtube-popup {
  max-width: 70vw !important;
}
.embed-youtube-popup {
  height: 80vh !important;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .modal-youtube-popup {
    max-width: 100% !important;
  }
  .embed-youtube-popup {
    height: 310px !important;
  }
}

@media (max-width: 767.98px) {
  .vph-title-bg {
    padding: 10px 15px;
  }
  .view-product-header .gradient-easing {
    padding-bottom: 30px;
  }
  .vph-category {
    font-size: 14px;
  }
  .vph-title {
    font-size: 20px;
  }
  .breadcrumb-container {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  .breadcrumb-item a {
    font-size: 14px;
    font-weight: 600;
  }
  .tfc-bg {
    padding: 20px 0 23px;
  }
  .tfc-title {
    font-size: 21px;
    margin-bottom: 12px;
  }
  .tfc-accordion-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 9px;
  }
  .accordion .card-body {
    padding: 0 15px 15px 15px;
    font-size: 16px;
  }
  .accordion .card-header {
    border-top: 2px solid var(--border-color);
    padding: 15px 15px;
  }
  .btn-accordion .title {
    font-size: 17px;
  }
  .btn-accordion .icon {
    font-size: 12px;
  }
  .rpcc-title {
    font-size: 17px;
  }
  .vp-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 22px;
  }
  .vp-details {
    order: 2;
  }
  .vpd-title {
    display: none;
  }
  .vpv-title {
    display: block;
  }
  .vpd-title, .vpv-title {
    font-size: 24px;
    margin-bottom: 11px;
  }
  .view-product-container {
    padding-top: 12px;
  }
  .vpv-img {
    height: 300px;
  }
  .vpd-text {
    font-size: 17px;
  }
  .preview-slider-btn {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
  .vp-contact-form {
    padding: 37px 20px 20px;
  }
  .spm-card img {
    height: auto;
    width: 100% !important;
    max-width: 100% !important;
  }
  .btn-close {
    top: 15px;
    right: 15px;
    font-size: 16px;
  }
  .btn-arrow-spm.btn-arrow-next {
    right: 15px;
  }
  .btn-arrow-spm.btn-arrow-prev {
    left: 15px;
  }
  .swiper-pagination {
    right: 15px !important;
    display: flex;
  }
  .related-products-container {
    padding-top: 10px;
  }
    .gst-img {
        height: 85px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .modal-youtube-popup {
    max-width: 85vw !important;
  }
  .embed-youtube-popup {
    height: 50vh !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .modal-youtube-popup {
    max-width: 89vw !important;
  }
  .rpcc-title {
    font-size: 17px;
  }
  .rpcc-img {
    margin-bottom: 12px;
  }
  .tfc-bg {
    padding: 28px 0 28px;
  }
  .tfc-title {
    font-size: 24px;
  }
  .accordion .card-header {
    padding: 17px 15px;
  }
  .btn-accordion .title {
    font-size: 19px;
  }
  .accordion .card-body {
    font-size: 16px;
    padding: 0 15px 15px 15px;
  }
  .vph-title-bg {
    padding: 12px 20px;
  }
  .vph-title {
    font-size: 24px;
  }
  .view-product-container {
    padding-top: 30px;
  }
  .vpd-title, .vpv-title {
    font-size: 26px;
    margin-bottom: 19px;
  }
  .vp-grid {
    gap: 25px
  }
  .vpd-text {
    font-size: 16px;
  }
  .vpd-text br {
    content: ""
  }
  .vpv-img {
    height: 340px;
  }
  .vp-contact-form {
    padding: 40px 20px 20px;
  }
  .spm-card img {
    height: auto;
    width: 100% !important;
  }
    .gst-img {
        height: 70px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .gst-img {
        height: 80px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {

}

@media (min-width: 1400px) {
}
