
.product-detail_breadcrumb .breadcrumbs>span{
  display: flex;
  align-items: center;
}
.product-detail_breadcrumb .breadcrumbs a {
  font-size: 1.2rem;
  font-weight: 500;
  color: #777777;
  transition: color 0.3s ease;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}
.product-detail_breadcrumb .breadcrumbs a:after{
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url('../img/breadcrumbs_icon.svg') no-repeat center/contain;
  display: inline-block;
  margin-left: 0.7rem;
  margin-right: 0.7rem;
}

.product-detail_breadcrumb .breadcrumbs a:hover {
  color: var(--primary);
}

.product-detail_breadcrumb .breadcrumbs span {
  font-size: 1.2rem;
  color: #777777;
  margin: 0;
  letter-spacing: 1px;
}

.product-detail_breadcrumb .breadcrumbs span span:last-of-type{
    font-weight: 600;
    color: #000;
    font-family: 'Oswald', sans-serif;
}

.product-detail_breadcrumb {
 padding: 1.7rem 0;
    background-color: #f2f2f2;
}
.product-detail_breadcrumb .breadcrumb-nav ul {
 list-style: none;
 padding: 0;
 margin: 0;
 display: flex;
 align-items: center;
 gap: 0.6rem;
}
.product-detail_breadcrumb .breadcrumb-nav ul li {
 font-size: 1.1rem;
 font-weight: 400;
 color: var(--text2);
}
.product-detail_breadcrumb .breadcrumb-nav ul li a {
 color: var(--text2);
 text-decoration: none;
 transition: color 0.3s ease;
}
.product-detail_breadcrumb .breadcrumb-nav ul li a:hover {
 color: var(--primary);
}
.product-detail_breadcrumb .breadcrumb-nav ul li + li::before {
 content: ">";
 margin-right: 0.6rem;
 color: var(--text2);
}
.product-detail_breadcrumb .breadcrumb-nav ul li span {
 color: var(--title);
 font-weight: 500;
}
.product-detail_hero {
 padding: 7.5rem 0 15rem;
}
.product-detail_hero > .content > .flex {
 gap: 5rem;
 flex-wrap: nowrap;
}
.product-detail_hero_gallery {
 flex: 0 0 47.46%;
 max-width: 47.46%;
}
.product-detail_hero_main-swiper {
 background-color: #F5F5F5;
 border-radius: 0.8rem;
 overflow: hidden;
 margin-bottom: 2rem;
}
.product-detail_hero_main-swiper .img {
 width: 100%;
 aspect-ratio: 654/585;
 border-radius: 1.2rem;
 display: flex;
 align-items: center;
 justify-content: center;
}
.product-detail_hero_main-swiper .img img {
 width: 100%;
 height: 100%;
 object-fit: contain;
 padding: 3rem;
}
.product-detail_hero_thumb-swiper {
 overflow: hidden;
 width: 40rem;
}
.product-detail_hero_thumb-swiper .swiper-slide {
 border: 0.2rem solid transparent;
 border-radius: 0.6rem;
 overflow: hidden;
 cursor: pointer;
 transition: border-color 0.3s ease;
 background-color: #F5F5F5;
 opacity: 1;
}
.product-detail_hero_thumb-swiper .swiper-slide:hover,
.product-detail_hero_thumb-swiper .swiper-slide-thumb-active {
 border-color: var(--primary);
 opacity: 1;
}
.product-detail_hero_thumb-swiper .swiper-slide .img {
 width: 100%;
 aspect-ratio: 1;
}
.product-detail_hero_thumb-swiper .swiper-slide .img img {
 width: 100%;
 height: 100%;
 object-fit: contain;
 padding: 0.5rem;
}
.product-detail_hero_info {
    width: 47.46%;
}
.product-detail_hero_info .series-label {
 display: inline-block;
 font-size: 1.2rem;
 font-weight: 600;
 color: var(--primary);
 letter-spacing: 0.1em;
 margin-bottom: 0.8rem;
 text-transform: uppercase;
}
.product-detail_hero_info .series-label::before {
 content: "";
 display: inline-block;
 width: 3rem;
 height: 0.2rem;
 background-color: var(--primary);
 margin-right: 1rem;
 vertical-align: middle;
}
.product-detail_hero_info h1 {
 font-size: 5rem;
 font-weight: 800;
 color: var(--title);
 margin-bottom: 2rem;
 line-height: 1.15;
 text-transform: uppercase;
}
.product-detail_hero_info .model {
 font-size: 1.5rem;
 color: var(--text);
 margin-bottom: 3rem;
}
.product-detail_hero_info .model strong {
 color: #444444;
 font-size: 1.5rem;
 display: inline-block;
 padding: 0.5rem 1rem;
 font-weight: 500;
 border-radius: 4px;
 background-color: #f2f2f2;
 font-family: 'DM Sans', sans-serif;
 margin-left: 0.5rem;
 letter-spacing: 1px;
}
.product-detail_hero_info .description {
 font-size: 1.8rem;
 color: #6b6e78;
 line-height: 2.6rem;
 margin-bottom: 4.7rem;
}
.product-detail_hero_specs {
 display: flex;
 flex-wrap: wrap;
 gap: 0;
 margin-bottom: 3rem;
 padding-top: 1.8rem;
 border-top: 0.1rem solid #f2f2f2;
}
.product-detail_hero_specs .spec-item {
 flex: 0 0 50%;
 padding: 2rem 0;
 border-bottom: 0.1rem solid #f2f2f2;
}
.product-detail_hero_specs .spec-item:nth-of-type(2n){
    padding-left: 3rem;
    border-left: 1px solid #f2f2f2;
}
.product-detail_hero_specs .spec-item:last-of-type, .product-detail_hero_specs .spec-item:nth-last-of-type(2){
    border-bottom: none;
}
.product-detail_hero_specs .spec-item .spec-label {
 display: block;
 font-size: 1.4rem;
 font-weight: 600;
 color: var(--primary);
 letter-spacing: 0.1em;
 text-transform: uppercase;
 margin-bottom: 0.4rem;
}
.product-detail_hero_specs .spec-item .spec-value {
 display: flex;
 align-items: baseline;
 gap: 0.4rem;
}
.product-detail_hero_specs .spec-item .spec-value strong {
 font-size: 2.4rem;
 font-weight: 700;
 color: #111111;
 font-family: 'DM Sans', sans-serif;
}
.product-detail_hero_specs .spec-item .spec-value span {
 font-size: 1.4rem;
 font-weight: 500;
 color: #777777;
 margin-left: 0.5rem;
}
.product-detail_hero_actions {
 display: flex;
 margin-bottom: 4rem;
 gap: 2rem ;
}
.product-detail_hero_actions .btn-primary {
 display: flex;
 align-items: center;
 justify-content: center;
 background-color: var(--primary);
 color: #FFFFFF;
 font-size: 1.4rem;
 font-weight: 600;
 padding: 1.4rem 3.2rem;
 border-radius: 0.4rem;
 text-decoration: none;
 letter-spacing: 2px;
 text-transform: uppercase;
 transition: all 0.3s ease;
 min-width: 39.8rem;
}
.product-detail_hero_actions .btn-primary:before{
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    background: url('../img/inquiry_icon.svg') no-repeat center/contain;
    display: inline-block;
    margin-right: 1.1rem;
    transform: translateY(1px);
}
.product-detail_hero_actions .btn-primary:hover {
 background-color: #A50E28;
 transform: translateY(-0.2rem);
 box-shadow: 0 0.4rem 1.5rem rgba(196, 18, 48, 0.3);
}
.product-detail_hero_actions .btn-outline {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 0.8rem;
 background: transparent;
 color: #111111;
 font-size: 1.5rem;
 font-weight: 600;
 padding: 1.4rem 4.2rem;
 border: 0.2rem solid #dddddd;
 border-radius: 0.4rem;
 text-decoration: none;
 letter-spacing: 2px;
 transition: all 0.3s ease;
}
.product-detail_hero_actions .btn-outline img {
 width: 1.6rem;
 height: 1.6rem;
}
.product-detail_hero_actions .btn-outline:hover {
 background-color: var(--title);
 color: #FFFFFF;
}
.product-detail_hero_actions .btn-outline:hover img{
    filter: contrast(0) brightness(100);
}
.product-detail_hero_badges {
 display: flex;
 gap: 3rem;
 padding-top: 2.5rem;
 border-top: 0.1rem solid #f2f2f2;
}
.product-detail_hero_badges span {
 display: inline-flex;
 align-items: center;
 gap: 0.6rem;
 font-size: 1.3rem;
 font-weight: 500;
 color: #777777;
}
.product-detail_hero_badges span img {
 width: auto;
 height: 2rem;
 max-width: 2.5rem;
}
.product-detail_features {
 padding: 14rem 0 14.5rem;
 background-color: #F9F9F9;
}
.product-detail_features .head {
 margin-bottom: 5rem;
}
.product-detail_features .head .subtitle {

}
.product-detail_features .head .subtitle::before {

}
.product-detail_features .head h2 {
 
}
.product-detail_features_grid {
 display: grid !important;
 grid-template-columns: repeat(3,1fr);
 gap: 3.5rem;
}
.product-detail_features_grid .feature-card {
 border: 1px solid #ecedf1;
 background: #FFFFFF;
 padding: 4rem;
 border-radius: 0.8rem;
 transition: all 0.3s ease;
}
.product-detail_features_grid .feature-card:hover {
 transform: translateY(-0.4rem);
 box-shadow: 0 1rem 3rem rgba(0,0,0,0.08);
}
.product-detail_features_grid .feature-card:hover .feature-number {
 color: var(--primary);
}
.product-detail_features_grid .feature-card .feature-number {
 display: block;
 font-size: 4.5rem;
 font-weight: 700;
 color: rgba(200, 16, 46, 0.24);
 margin-bottom: 1.6rem;
 line-height: 1;
 transform: all 0.3s;
}
.product-detail_features_grid .feature-card h3 {
 font-size: 2rem;
 font-weight: 700;
 color: var(--title);
 margin-bottom: 2.5rem;
 letter-spacing: 0.02em;
 text-transform: uppercase;
}
.product-detail_features_grid .feature-card p {
 font-size: 1.6rem;
 color: #777777;
 line-height: 2.8rem;
 font-weight: 500;
}
.product-detail_specs {
 padding: 14rem 0;
 background-color: #fff;
 
}
.product-detail_specs > .content > .flex {
 flex-wrap: nowrap;
 gap: 5rem;
}
.product-detail_specs_left {
 width: 59.92%;
}
.product-detail_specs_left .head {
 margin-bottom: 5rem;
}
.product-detail_specs_left .head .subtitle {
 
}
.product-detail_specs_left .head .subtitle::before {
 
}
.product-detail_specs_left .head h2 {
 
}
.specs-table table{
 width: 100%;
 border-collapse: collapse;
}
.specs-table tr {
 border-bottom: 0.1rem solid #f2f2f2;
 border-top: 0.1rem solid #f2f2f2;
}
.specs-table tr:nth-child(odd) {
 background-color: #FBFBFB;
}
.specs-table td {
 padding: 1.1rem 3.3rem;
 font-size: 1.6rem;
 vertical-align: middle;
}
.specs-table td.spec-label {
 font-family: 'Oswald', sans-serif;
 font-weight: 700;
 color: var(--title);
 letter-spacing: 1px;
 text-transform: uppercase;
 width: 40%;
 font-size: 1.6rem;
}
.specs-table td.spec-value {
 color: #333333;
 font-weight: 400;
}
.product-detail_specs_right {
 flex: 0 0 31.88%;
 display: flex;
 align-items: flex-start;
 justify-content: center;
 padding-top: 14rem;
 position: relative;
 height: max-content;
}
.product-detail_specs_right .img {
 width: 100%;
 background-color: #F8F8F8;
 border-radius: 0.8rem;
 overflow: hidden;
 aspect-ratio: 440/325;
 position: relative;
 z-index: 2;
}
.product-detail_specs_right:after{
    content: "";
    width: calc(100% - 2rem);
    height: 5rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1rem;
    background-color: var(--primary);
    border-radius: 0.8rem;
    z-index: 1;
}
.product-detail_specs_right .img img {
 width: 100%;
 height: 100%;
 object-fit: contain;
 padding: 2rem;
}
.home_applications {
  background: #f9f9f9;
  padding: 14.2rem 0 17.8rem;

}

.home_applications_head {
  margin-bottom: 4rem;
}
.home_applications_head .subtitle{
  margin-bottom: 0.2rem;
}
.home_applications_head h2 {
  font-size: 5rem;
  font-weight: 800;
  color: var(--title);
  text-transform: uppercase;
  margin: 0;
  flex: 0 0 45%;

}

.home_applications_head .desc {
  font-size: 1.8rem;
  color: #6b6e78;
  line-height: 2.6rem;
  max-width: 51.2rem;
  margin: 0;
  flex: 0 0 50%;
}

.home_applications_grid {
  margin-top: 0;
  flex-wrap: nowrap;
  gap: 2.1rem;
}
.app_card.active{
  flex: 2;
}
.app_card {
  flex: 1;
  min-width: 0;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.app_card:before{
  content: "";
  width: 100%;
  height: 80%;
  background: linear-gradient(to top,#0B1A2E,#0b1a2e00);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.app_card .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 45.2rem;
}

.app_card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.app_card:hover .img img {
  transform: scale(1.06);
}

.app_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3.6rem 3.3rem;
  
  color: #FFFFFF;
  
  z-index: 15;
}

.app_overlay h3 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 0 0.6rem;
}
.active .app_overlay p{
  opacity: 1;
  position: relative;
}
.app_overlay p {
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  margin: 0;
  
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  
}
.product-detail_faq {
 padding: 14rem 0;
}
.product-detail_faq .head {
 margin-bottom: 5rem;
}
.product-detail_faq .head .subtitle {

}

.product-detail_faq .head h2 {

}
.product-detail_faq_grid {
 display: grid !important;
 grid-template-columns: repeat(2, 1fr);
 gap: 2.6rem 10.8rem;
}

.product-detail_faq_grid .faq-item {
 display: flex;
 gap: 1.5rem;
 align-items: flex-start;
 padding-bottom: 2.3rem;
 border-bottom: 1px solid #f2f2f2;
}
.product-detail_faq_grid .faq-item .faq-badge {
 flex-shrink: 0;
 font-family: 'Oswald', sans-serif;
 width: 3rem;
 height: 3rem;
 background-color: var(--primary);
 color: #FFFFFF;
 font-size: 1.7rem;
 font-weight: 600;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 0.4rem;
}
.product-detail_faq_grid .faq-item .faq-content h3 {
 font-size: 2rem;
 font-weight: 700;
 color: var(--title);
 margin-bottom: 0.8rem;
 line-height: 1.4;
 text-transform: uppercase;
}
.product-detail_faq_grid .faq-item .faq-content p {
 font-size: 1.5rem;
 color: #777777;
 line-height: 2.4rem;
}


@media screen and (min-width: 769px) and (max-width: 1220px) {
 .product-detail_hero > .content > .flex {
  gap: 3rem;
 }
 .product-detail_hero_info h1 {
  font-size: 3rem;
 }
 .product-detail_specs > .content > .flex {
  gap: 3rem;
 }
 .product-detail_specs_right {
  flex: 0 0 30rem;
 }
 .product-detail_cta_image {
  flex: 0 0 35rem;
 }
 .product-detail_applications_grid .app-card .img {
  height: 25rem;
 }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
 .product-detail_hero_gallery {
  flex: 0 0 45%;
  max-width: 45%;
 }
 .product-detail_hero_info h1 {
  font-size: 2.6rem;
 }
 .product-detail_hero_specs .spec-item .spec-value strong {
  font-size: 2.2rem;
 }
 .product-detail_features_grid .feature-card {
  flex: 0 0 calc(50% - 1.2rem);
 }
 .product-detail_specs_right {
  flex: 0 0 26rem;
 }
 .product-detail_applications_grid .app-card {
  flex: 0 0 calc(50% - 1rem);
 }
 .product-detail_applications_grid .app-card .img {
  height: 22rem;
 }
 .product-detail_cta_text h2 {
  font-size: 3.2rem;
 }
 .product-detail_cta_image {
  flex: 0 0 30rem;
 }
 footer .flex1 .nav {
  gap: 2.4rem;
 }
 footer .foot_nav {
  min-width: 12rem;
 }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
 .product-detail_hero > .content > .flex {
  flex-wrap: wrap;
 }
 .product-detail_hero_gallery {
  flex: 0 0 100%;
  max-width: 100%;
 }
 .product-detail_hero_info {
  flex: 0 0 100%;
 }
 .product-detail_specs > .content > .flex {
  flex-wrap: wrap;
 }
 .product-detail_specs_right {
  flex: 0 0 100%;
 }
 .product-detail_specs_right .img {
  height: 35rem;
 }
 .product-detail_cta > .content > .flex {
  flex-wrap: wrap;
 }
 .product-detail_cta_text {
  padding-right: 0;
  flex: 0 0 100%;
  margin-bottom: 3rem;
 }
 .product-detail_cta_image {
  flex: 0 0 100%;
 }
}
@media screen and (max-width: 768px) {
 
  
 .product-detail_breadcrumb {
  margin-top: 0;
  padding: 1.2rem 0;
 }
  .product-detail_breadcrumb .breadcrumbs a{
    font-size: 12px;
    letter-spacing: 0;
  }
  .product-detail_breadcrumb .breadcrumbs>span{
    flex-flow: wrap;
  }
 
 .product-detail_hero {
  padding: 4rem 0 5rem;
 }
 .product-detail_hero > .content > .flex {
  flex-wrap: wrap;
  gap: 3rem;
 }
 .product-detail_hero_gallery {
  flex: 0 0 100%;
  max-width: 100%;
 }
 .product-detail_hero_main-swiper .img {
  height: 30rem;
 }
 .product-detail_hero_thumb-swiper .swiper-slide .img {
  height: 6rem;
 }
 .product-detail_hero_info {
  flex: 0 0 100%;
 }
 .product-detail_hero_info h1 {
  font-size: 2.8rem;
 }
 .product-detail_hero_info .description {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 20px;
 }
 .product-detail_hero_actions .btn-primary{
  min-width: unset;
  width: 100%;
  font-size: 14px;
  padding: 10px;
  line-height: 20px;
 }
 .product-detail_hero_actions .btn-outline{
  font-size: 14px;
  padding: 10px;
  line-height: 20px;
 }
 .product-detail_hero_specs .spec-item .spec-label{
  font-size: 13px;
 }
 .product-detail_hero_specs .spec-item {
  flex: 0 0 50%;
  padding: 10px 0;
 }
 .product-detail_hero_specs .spec-item .spec-value strong {
  font-size: 2.4rem;
 }
 .product-detail_hero_badges span{
  font-size: 13px;
 }
 .product-detail_hero_actions {
  flex-wrap: wrap;
  margin-bottom: 20px;
 }
 .product-detail_hero_actions .btn-primary,
 .product-detail_hero_actions .btn-outline {
  flex: 0 0 100%;
  text-align: center;
  justify-content: center;
 }
 .product-detail_hero_badges {
  flex-wrap: wrap;
  gap: 1.2rem !important;
 }
 .product-detail_features {
  padding: 50px 0;
 }
 .product-detail_features .head h2 {
  font-size: 3rem;
 }
 .product-detail_features .head {
  margin-bottom: 30px;
 }
 .product-detail_features_grid{
  display: flex !important;
  gap: 20px;
  flex-flow: nowrap !important;
  overflow: auto;
 }
 
 .product-detail_features_grid .feature-card {
  flex: unset;
  min-width: 250px;
 }
 .product-detail_specs {
  padding: 40px 0;
 }
 .product-detail_specs > .content > .flex {
  flex-wrap: wrap;
  gap: 3rem;
  align-items: flex-start;
 }
 .product-detail_specs_left {
  flex: 0 0 100%;
 }
 .product-detail_specs_left .head{
  margin-bottom: 20px;
 }
 .product-detail_specs_left .head h2 {
  font-size: 2.8rem;
 }
 .product-detail_specs_right {
  flex: 0 0 100%;
  width: 100%;
  padding-top: 0;
 }
 .product-detail_specs_right .img {
  
 }
 
 .home_applications{
  padding: 40px 0;
 }
 .home_applications {
    padding: 6rem 0;
  }

  .home_applications_head .flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .home_applications_head h2 {
    flex: 0 0 100%;
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }

  .home_applications_head .desc {
    flex: 0 0 100%;
  }

  .app_card, .app_card.active{
    min-width: 250px;
    flex: unset !important;
  }
  .app_card .img{
    height: 300px;
  }
 
  
 .product-detail_faq {
  padding: 6rem 0;
 }
 .product-detail_faq .head h2 {
  font-size: 3rem;
 }
 .product-detail_faq_grid .faq-column {
  flex: 0 0 100%;
 }
 .product-detail_cta {
  padding: 6rem 0;
 }
 .product-detail_cta > .content > .flex {
  flex-wrap: wrap;
 }
 .product-detail_cta_text {
  flex: 0 0 100%;
  padding-right: 0;
  margin-bottom: 3rem;
 }
 .product-detail_cta_text h2 {
  font-size: 3rem;
 }
 .product-detail_cta_image {
  flex: 0 0 100%;
 }
 .product-detail_cta_image .img {
  height: 24rem;
 }
 .product-detail_hero_info .model{
  font-size: 13px;
  margin-bottom: 10px;
 }
 .product-detail_hero_info .model strong{
  font-size: 13px;
 }
  .home_applications_head .desc{
    font-size: 14px;
    line-height: 1.5;
  }
  .app_overlay{
    padding: 20px;
  }
  .app_overlay h3{
    font-size: 17px;
    
  }
  .app_overlay p{
    font-size: 13px;
    line-height: 1.5;
  }
  .home_applications_grid{
    gap: 20px;
    overflow: auto;
  }
  .product-detail_faq_grid{
    gap: 20px;
    grid-template-columns: 1fr !important;
  }
  
  .product-detail_faq_grid .faq-item .faq-badge{
    width: 25px;
    height: 25px;
    font-size: 13px;
  }
  .product-detail_faq_grid .faq-item .faq-content h3{
    font-size: 15px;
    line-height: 1.5;
  }
  .product-detail_faq_grid .faq-item .faq-content p{
    font-size: 14px;
    line-height: 1.5;
  }
  .product-detail_hero_thumb-swiper{
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
 .product-detail_hero_info h1 {
  font-size: 2.4rem;
 }
 .product-detail_hero_main-swiper .img {
  height: 24rem;
 }
 .product-detail_hero_thumb-swiper .swiper-slide .img {
  height: 5rem;
 }
 .product-detail_hero_specs .spec-item .spec-value strong {
  font-size: 2rem;
 }
 .product-detail_features .head h2,
 .product-detail_applications .head h2,
 .product-detail_faq .head h2 {
  font-size: 2.6rem;
 }
 .product-detail_features_grid .feature-card {
  padding: 2.4rem;
  padding: 20px;
 }
 .product-detail_features_grid .feature-card .feature-number {
  font-size: 2.8rem;
  font-size: 20px;
  margin-bottom: 10px;
 }
 .product-detail_features_grid .feature-card p{
  font-size: 14px;
  line-height: 1.5;
 }
 .product-detail_features_grid .feature-card h3{
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
 }
 .product-detail_specs_left .head h2 {
  font-size: 2.4rem;
 }
 .specs-table td {
  padding: 1rem 1.2rem;
  font-size: 12px;
 }
 .specs-table td.spec-label {
  font-size: 12px;
  width: 45%;
 }
 .product-detail_applications_grid .app-card {
  flex: 0 0 100%;
 }
 .product-detail_applications_grid .app-card .img {
  height: 18rem;
 }
 .product-detail_cta_text h2 {
  font-size: 2.6rem;
 }
 .product-detail_cta_buttons {
  flex-wrap: wrap;
 }
 .product-detail_cta_buttons .btn-primary,
 .product-detail_cta_buttons .btn-outline-white {
  flex: 0 0 100%;
  text-align: center;
  justify-content: center;
 }
 .product-detail_cta_image .img {
  height: 20rem;
 }
 footer .foot_nav {
  min-width: 100%;
 }
}