/* =========================================================
   PRODUCT DETAIL
========================================================= */

.product-detail-section {
  padding: 70px 0 90px;
  background: #fff;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.product-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;

  color: #999;
  font-size: 13px;
}


.product-breadcrumb a {
  color: #555;
  text-decoration: none;
}


.product-breadcrumb a:hover {
  color: #0b2e67;
}


.product-breadcrumb i {
  color: #bbb;
  font-size: 10px;
}


.product-breadcrumb span {
  color: #999;
}


/* =========================================================
   PRODUCT IMAGE
========================================================= */

.product-detail-image {
  width: 100%;
  height: 500px;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;

  background: #f7f8fa;
}


.product-detail-image img {
  width: 100%;
  height: 100%;

  object-fit: contain;

  transition: transform .5s ease;
}


.product-detail-image:hover img {
  transform: scale(1.03);
}


/* NO IMAGE */

.product-no-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;

  color: #bbb;
}


.product-no-image i {
  font-size: 60px;
}


.product-no-image span {
  font-size: 14px;
}


/* =========================================================
   PRODUCT INFORMATION
========================================================= */

.product-detail-info {
  padding-left: 25px;
}


.product-detail-category {
  display: inline-block;

  margin-bottom: 18px;

  padding: 7px 15px;

  border-radius: 50px;

  background: #fff1eb;

  color: #0b2e67;

  font-size: 13px;

  font-weight: 600;

  text-decoration: none;

  transition: all .25s ease;
}


.product-detail-category:hover {
  background: #0b2e67;
  color: #fff;
}


/* TITLE */

.product-detail-title {
  margin: 0 0 20px;

  color: #173b73;

  font-size: 45px;

  font-weight: 700;

  line-height: 1.2;

  letter-spacing: -.7px;
}


/* MODEL */

.product-model {
  display: flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 25px;

  padding-bottom: 20px;

  border-bottom: 1px solid #eee;
}


.product-model span {
  color: #999;

  font-size: 14px;
}


.product-model strong {
  color: #444;

  font-size: 15px;
}


/* SUMMARY */

.product-detail-summary {
  margin-bottom: 30px;

  color: #666;

  font-size: 16px;

  line-height: 1.8;
}


/* =========================================================
   ACTION
========================================================= */

.product-detail-action {
  display: flex;

  align-items: center;

  flex-wrap: wrap;

  gap: 12px;
}


.btn-product-primary,
.btn-product-secondary {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  min-height: 48px;

  padding: 0 22px;

  border-radius: 6px;

  font-size: 14px;

  font-weight: 600;

  text-decoration: none;

  transition: all .25s ease;
}


.btn-product-primary {
  background: #0b2e67;
  color: #fff;
}


.btn-product-primary:hover {
  background: #0b2e67;
  color: #fff;

  transform: translateY(-2px);
}


.btn-product-secondary {
  border: 1px solid #ddd;

  background: #fff;

  color: #444;
}


.btn-product-secondary:hover {
  border-color: #0b2e67;

  color: #0b2e67;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.product-description-wrapper {
  margin-top: 90px;

  padding-top: 60px;

  border-top: 1px solid #eee;
}


.product-description-header {
  margin-bottom: 35px;
}


.product-description-header span {
  display: block;

  margin-bottom: 8px;

  color: #1259c3;

  font-size: 12px;

  font-weight: 700;

  letter-spacing: 1.5px;
}


.product-description-header h2 {
  margin: 0;

  color: #173b73;

  font-size: 32px;

  font-weight: 700;
}


/* =========================================================
   SUMMERNOTE CONTENT
========================================================= */

.product-description-content {

  color: #555;

  font-size: 16px;

  line-height: 1.9;
}


.product-description-content p {
  margin-bottom: 22px;
}


.product-description-content h1,
.product-description-content h2,
.product-description-content h3,
.product-description-content h4,
.product-description-content h5,
.product-description-content h6 {

  margin-top: 35px;

  margin-bottom: 18px;

  color: #222;

  font-weight: 700;

  line-height: 1.4;
}


.product-description-content h2 {
  font-size: 28px;
}


.product-description-content h3 {
  font-size: 24px;
}


/* IMAGE */

.product-description-content img {

  display: block;

  max-width: 100% !important;

  height: auto !important;

  margin: 30px auto;
}


/* LIST */

.product-description-content ul,
.product-description-content ol {

  margin-bottom: 25px;

  padding-left: 25px;
}


.product-description-content li {

  margin-bottom: 8px;
}


/* TABLE */

.product-description-content table {

  width: 100% !important;

  margin: 30px 0;

  border-collapse: collapse;
}


.product-description-content table th,
.product-description-content table td {

  padding: 12px 15px;

  border: 1px solid #ddd;
}


.product-description-content table th {

  background: #f6f7f8;

  color: #333;
}


/* BLOCKQUOTE */

.product-description-content blockquote {

  margin: 30px 0;

  padding: 20px 25px;

  border-left: 4px solid #ff6336;

  background: #fafafa;

  color: #666;

  font-style: italic;
}


/* =========================================================
   RELATED PRODUCT
========================================================= */

.related-product-section {

  padding: 80px 0;

  background: #f8f9fa;
}


.related-product-header {

  margin-bottom: 40px;

  text-align: center;
}


.related-product-header span {

  display: block;

  margin-bottom: 8px;

  color: #1259c3;

  font-size: 12px;

  font-weight: 700;

  letter-spacing: 1.5px;
}


.related-product-header h2 {

  margin-bottom: 10px;

  color: #173b73;

  font-size: 34px;

  font-weight: 700;
}


.related-product-header p {

  margin: 0;

  color: #888;

  font-size: 15px;
}


/* =========================================================
   RELATED CARD
========================================================= */

.related-product-card {

  display: block;

  height: 100%;

  overflow: hidden;

  background: #fff;

  color: inherit;

  text-decoration: none;

  transition: all .3s ease;
}


.related-product-card:hover {

  transform: translateY(-6px);

  box-shadow: 0 15px 35px rgba(0,0,0,.10);
}


/* IMAGE */

.related-product-image {

  height: 250px;

  display: flex;

  align-items: center;

  justify-content: center;

  overflow: hidden;

  background: #f7f8fa;
}


.related-product-image img {

  width: 100%;

  height: 100%;

  object-fit: contain;

  transition: transform .5s ease;
}


.related-product-card:hover
.related-product-image img {

  transform: scale(1.05);
}


/* NO IMAGE */

.related-no-image {

  color: #ccc;

  font-size: 45px;
}


/* CONTENT */

.related-product-content {

  padding: 25px;
}


.related-product-category {

  display: block;

  margin-bottom: 8px;

  color: #1259c3;

  font-size: 12px;

  font-weight: 600;
}


.related-product-content h3 {

  margin: 0 0 10px;

  color: #222;

  font-size: 21px;

  font-weight: 700;

  line-height: 1.4;

  transition: color .25s ease;
}


.related-product-card:hover
.related-product-content h3 {

  color: #1259c3;
}


.related-product-model {

  display: block;

  margin-bottom: 20px;

  color: #999;

  font-size: 13px;
}


.related-product-link {

  display: inline-flex;

  align-items: center;

  gap: 8px;

  color: #1259c3;

  font-size: 14px;

  font-weight: 600;
}


.related-product-link i {

  transition: transform .25s ease;
}


.related-product-card:hover
.related-product-link i {

  transform: translateX(5px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991.98px) {

  .product-detail-info {
    padding-left: 0;
  }


  .product-detail-title {
    font-size: 38px;
  }


  .product-detail-image {
    height: 450px;
  }

}


@media (max-width: 767.98px) {

  .product-detail-section {
    padding: 50px 0 60px;
  }


  .product-detail-image {
    height: 350px;
  }


  .product-detail-title {
    font-size: 32px;
  }


  .product-detail-summary {
    font-size: 15px;
  }


  .product-description-wrapper {
    margin-top: 60px;

    padding-top: 40px;
  }


  .product-description-header h2 {
    font-size: 28px;
  }

}


@media (max-width: 575.98px) {

  .product-detail-image {
    height: 280px;
  }


  .product-detail-title {
    font-size: 28px;
  }


  .product-detail-action {
    align-items: stretch;

    flex-direction: column;
  }


  .btn-product-primary,
  .btn-product-secondary {
    width: 100%;
  }


  .related-product-section {
    padding: 60px 0;
  }


  .related-product-header h2 {
    font-size: 28px;
  }

}