.sec-header h2.sec-title {
  font-size: 48px;
  line-height: 49px;
  color: #000000;
  font-weight: 800;
  font-family: "Noto Sans";
  margin-block: 0 27px;
  position: relative;
}
.sec-header p {
  font-size: 18px;
  line-height: 27px;
  color: #4a4a4a;
  font-weight: 400;
  font-family: "Noto Sans";
  margin-bottom: 10px;
  margin-inline: auto;
}

/*  */
.top-bredcurmb {
  padding-block: 36px 13px;
  display: flex;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
.top-bredcurmb .bdcrumb-mnu {
  font-size: 18px;
  line-height: 20px;
  color: #656565;
  font-weight: 400;
  font-family: "Noto Sans";
  text-decoration: none;
}
.top-bredcurmb .bdcrumb-mnu:hover {
  color: #656565;
  text-decoration: none;
}
.bdcrumb-mnu.active {
  color: #b22222;
  font-weight: 400;
  font-family: "Noto Sans";
  font-weight: 600;
}
.bdcrumb-mnu:hover.active {
  color: #b22222;
}
.text-center {
  text-align: center;
}
.product-listing-section {
  padding-block: 65px 120px;
}
.sec-header.listing {
  margin-bottom: 72px;
}
.sec-header.listing h2 {
  font-size: 48px;
  max-width: 745px;
  margin-inline: auto;
  padding-bottom: 23px;
}
/* .sec-header.listing p {
  width: 978px;
} */

.sec-header.listing p {
  font-size: 20px;
  line-height: 1.5;
  width: 978px;
}
.listing-grid {
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 36px;
}
.listing-item {
  border-radius: 15px;
  position: relative;
  transition: 0.5s all ease-in;
  width: 31%;
}
.listing-item:hover {
  transform: translate(0px, -5px);
}
.listing-item:last-child {
  grid-column-start: 2;
  grid-row-start: 4;
}

.listing-item::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 10%,
    rgba(0, 0, 0, 0.6) 28%,
    rgb(100 16 16 / 0%) 70%,
    rgb(255 255 255 / 0%) 100%
  );
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 15px;
}
.listing-item img {
  border-radius: 15px;
  width: 100%;
}
.listing-item .brand-nme {
  position: absolute;
  bottom: 32px;
  z-index: 99;
  left: 24px;
  width: auto;
}

/*  */
.product-brand-section {
  /* padding-block: 64px 75px;
  background-color: #f9f9f9;
  margin-bottom: 40px; */
  padding-block: 80px;
  background-color: #0a0a0a;
}
/* .sec-header.brand {
  margin-bottom: 55px;
} */
.sec-header.brand p {
  max-width: 1075px;
}
.sec-header.brand h2.sec-title {
  max-width: 689px;
  margin-inline: auto;
  font-size: 40px;
  line-height: 48px;
  padding-bottom: 23px;
  margin-bottom: 0;
  color: #fff;
  position: relative;
}
.brand-slider.slick-slider {
  margin-bottom: 0 !important;
  margin-top: 55px;
}

.brand-slider .slick-list.draggable {
  max-width: 995px;
  margin-inline: auto;
}
.brand-slider.slick-slider .slick-track {
  display: flex;
  align-items: center;
}
.brand-imgbox.slick-slide {
  width: 110px;
  height: 110px;
  border-radius: 35px;
  background: #fff;
  display: flex;
  max-width: 110px;
  margin: 0 8px;
  padding: 20px;
  max-width: 110px;
  min-width: 110px;
  margin-inline: 40px;
}

.brand-imgbox.slick-slide img {
  margin: auto;
  /* max-width: 150px; */
  width: 100%;
  filter: brightness(0.5);
}
.brand-slider .slick-arrow {
  font-size: 0;
  border: none;
  top: 51px !important;
}

.brand-slider .slick-prev.slick-arrow {
  position: absolute;
  left: 0 !important;
  background: url("https://classictryk.dk/wp-content/uploads/2025/08/left-arrw.png")
    no-repeat !important;
}
.brand-slider .slick-next.slick-arrow {
  background: url("https://classictryk.dk/wp-content/uploads/2025/08/right-arrw.png")
    no-repeat !important;
}
.brand-botom-para {
  max-width: 1075px;
  font-size: 22px;
  line-height: 27px;
  /* color: #4a4a4a; */
  font-weight: 400;
  font-family: "Noto Sans";
  margin-block: 50px 0;
  margin-inline: auto;
  text-align: center;
  color: #fff;
}

/* Product Detail Page */
.product-detail-section {
  padding-block: 55px 120px;
}
.prdct-detl-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 32px;
}
.prdct-leftbox {
  display: grid;
  grid-template-columns: 1.3fr 0.5fr;
  gap: 15px;
}
.prdct-nav-tab {
  gap: 15px;
  flex-direction: column !important;
  flex-wrap: unset;
}
.prdct-menu {
  height: 195px;
}
.prdct-menu img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.prdct-detl-contnt .tab-pane {
  height: 100%;
}
.tabimg-box {
  height: 100%;
}
.tabimg-box img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.prdct-rightbox h2.prudct-tilte {
  font-size: 32px;
  line-height: 48px;
  color: #000000;
  font-weight: 700;
  font-family: "Open Sans";
  margin-block: 0 12px;
}
.prdct-short-desc {
  font-size: 16px;
  line-height: 25px;
  color: #272727;
  font-weight: 400;
  font-family: "Noto Sans";
  margin-bottom: 25px;
}
.prdct-desc-block {
  padding-block: 18px;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
}
.prdct-desc-block.color-block {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 4px;
  padding-block: 28px 28px;
}
.prdct-color-crcle {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 48px;
  color: #fff;
  font-weight: 700;
  font-family: "Open Sans";
  display: flex;
  align-items: center;
  justify-content: center;
}
.prdct-color-crcle:first-child {
  color: #000;
  border: 1px solid #b0b0b0;
}

.prdct-rightbox .prdct-desc-block:nth-child(4) {
  border-block: none;
}
.prdct-desc-block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.top {
  display: flex;
  justify-content: space-between;
}
.bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 27px;
  margin-top: 16px;
}
.prdct-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.prdct-info p {
  font-size: 15px;
  line-height: 25px;
  color: #494949;
  font-weight: 400;
  font-family: "Noto Sans";
  margin-bottom: 0;
}
.quality-list {
  list-style: none;
  padding: 0;
}
.quality-list li {
  font-size: 16px;
  line-height: 32px;
  color: #232323;
  font-family: "Open Sans";
}
.quality-tab {
  margin-block: 27px 32px;
  border-radius: 19px;
  background-color: #fbfbfb;
  border: 1px solid #e3e3e3;
  max-width: 365px;
}
.quality-tab .nav-tabs {
  border-bottom: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quality-tab .nav-item {
  width: 50%;
}
.quality-tab .nav-item .quality-mnu {
  padding: 14px 20px;
  font-size: 20px;
  color: #b22222;
  font-weight: 700;
  font-family: "Open Sans";
  display: inline-block;
  width: 100%;
  text-align: center;
  transition: 0.9s all ease-in;
}
.quality-tab .nav-item .quality-mnu.active,
.quality-tab .nav-item .quality-mnu:hover {
  /* background-color: #003a8c; */
  background-color: #b22222;
  color: #fff;
  text-decoration: none;
}
/* .nav-tabs li .quality-mnu:hover {
  color: #003a8c;
  text-decoration: none;
} */
.nav-item:first-child .quality-mnu.active,
.nav-item:first-child .quality-mnu:hover {
  border-top-left-radius: 19px;
}
.nav-item:last-child .quality-mnu.active,
.nav-item:last-child .quality-mnu:hover {
  border-top-right-radius: 19px;
}
.faeture-list {
  padding-block: 15px 15px;
  padding-inline: 34px 14px;
}
.faeture-list li {
  font-size: 16px;
  line-height: 37px;
  color: #232323;
  font-weight: 400;
  font-family: "Open Sans";
  border-bottom: 1px solid #e3e3e3;
  padding-block: 3px 4px;
  position: relative;
  list-style: none;
}
.faeture-list li:last-child {
  border-bottom: 0;
}
.faeture-list li::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #b22222;
  position: absolute;
  left: -19px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.prdct-desc-block a.catlogue-butn {
  padding: 12px 28px;
  border-radius: 26px;
  box-shadow: 0.853px 6.948px 10.5px rgba(0, 0, 0, 0.14);
  /* background-image: linear-gradient(
    0deg,
    rgba(167, 1, 0, 0.9999999999999999) 0%,
    rgba(167, 1, 0, 0.9999878520967399) 1%,
    rgba(157, 0, 0, 0.9977607172809851) 56%,
    rgba(227, 72, 59, 0.9960856768616418) 100%,
    rgba(227, 72, 59, 0.996078431372549) 100%
  ); */
  background-color: #d40000;
  font-size: 16px;
  line-height: 28px;
  color: #fdfdfd;
  font-weight: 700;
  font-family: "Noto Sans";
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 271px;
  text-decoration: none;
  transition: 1s all ease-in-out;
}
.prdct-desc-block a.catlogue-butn:hover {
  /* background-image: linear-gradient(
    180deg,
    rgba(167, 1, 0, 1) 0%,
    rgba(167, 1, 0, 1) 1%,
    rgba(157, 0, 0, 1) 56%,
    rgba(227, 72, 59, 1) 100%,
    rgba(227, 72, 59, 1) 100%
  ); */
  background-color: #7a0000;
  color: #fdfdfd;
}
/*  */
.sec-header h3 {
  font-size: 48px;
  line-height: 49px;
  color: #000000;
  font-weight: 800;
  font-family: "Noto Sans";
  margin-block: 0 27px;
}
.sec-header.servc-header h2 {
  font-size: 54px;
  line-height: 1.2;
  color: #232323;
  font-weight: 700;
  font-family: "Open Sans";
  text-align: center;
  margin-block: 0;
  padding-bottom: 23px;
}
.servc-content {
  border-radius: 20px;
  background-color: #f6f6f6;
  margin-top: 50px;
}

.servc-imgbox {
  border-radius: 20px;
  padding: 30px 30px 0;
}
.servc-imgbox img {
  border-radius: 20px;
}
.servc-infobox {
  padding: 0 30px 75px;
}
.servc-infobox .sec-header h2 {
  font-size: 40px;
  line-height: 49px;
  color: #000000;
  font-weight: 700;
  font-family: "Open Sans";
  text-align: center;
  max-width: 60%;
  margin-inline: auto;
  margin-block: 0 18px;
}
.servc-infobox p {
  max-width: 976px;
  font-size: 16px;
  line-height: 27px;
  color: #232323;
  font-weight: 400;
  font-family: "Noto Sans";
  text-align: center;
  margin: 0 auto;
}
.servc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  margin-bottom: 65px;
}
.order-imgbox img {
  border-radius: 30px 30px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order-infobox {
  padding-right: 50px;
  padding-bottom: 60px;
}
.order-infobox h2.box-title {
  font-size: 32px;
  line-height: 38px;
  color: #232323;
  font-weight: 700;
  font-family: "Open Sans";
  margin-block: 0 30px;
}
.servc-grid .order-infobox h3 {
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
  font-family: "Open Sans";
  margin-block: 0 20px;
}
.order-infobox p {
  font-size: 16px;
  line-height: 26px;
  color: #232323;
  font-weight: 400;
  font-family: "Noto Sans";
}
.order-infobox p:last-child {
  margin-bottom: 0;
}
.heat-pres {
  border-radius: 20px;
  background-color: #f7f7f7;
  padding: 40px 50px 40px 37px;
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  margin-bottom: 70px;
  align-items: center;
}
.heat-imgbox {
  background: #fff;
  width: 100%;
  border-radius: 20px;
}
.heat-imgbox img {
  border-radius: 20px;
  width: 100%;
}
.haet-infobox {
  padding-inline: 45px 50px;
  padding-block: 40px 40px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px 0 0 20px;
}
.haet-infobox h3.box-title {
  font-size: 36px;
  line-height: 37px;
  color: #232323;
  font-weight: 700;
  font-family: "Open Sans";
  margin-block: 0 20px;
}
.heat-pres p {
  font-size: 16px;
  line-height: 27px;
  color: #232323;
  font-weight: 400;
  font-family: "Noto Sans";
  margin: 0;
}

.labeling-grid {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 50px;
  padding-bottom: 60px;
  align-items: center;
}
.labeling-imgbox img {
  border-radius: 20px;
}
.labeling-infobox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.labeling-infobox h3.box-title {
  font-size: 36px;
  line-height: 37px;
  color: #232323;
  font-weight: 700;
  font-family: "Open Sans";
  margin-block: 0 15px;
}
.labeling-infobox p {
  font-size: 16px;
  line-height: 27px;
  color: #232323;
  font-weight: 400;
  font-family: "Noto Sans";
  margin-block: 0;
}
/* Product Section */
.product-section {
  padding-block: 60px 115px;
}
.product-section .sec-header h2 {
  font-size: 54px;
  line-height: 50px;
  color: #232323;
  font-weight: 700;
  font-family: "Open Sans";
  margin: 0;
  padding-bottom: 23px;
}
.prodct-content {
  border-radius: 20px;
  background-color: #f7f7f7;
  padding: 55px 40px 45px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 45px;
}
.prdct-imgbox img {
  width: 100%;
}
.prdct-nme {
  width: 80%;
  font-size: 20px;
  line-height: 28px;
  color: #232323;
  font-weight: 600;
  font-family: "Noto Sans";
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 56px;
}
.prodct-box {
  position: relative;
}
.new-tag {
  width: 78px;
  height: 78px;
  border-radius: 39px;
  background-color: #ffffff;
  border: 1px solid #b0b0b0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -10px;
  top: 62px;
}
.prdct-infobox {
  padding-top: 15px;
}
.prdct-row {
  font-size: 16px;
  line-height: 30px;
  color: #232323;
  font-weight: 400;
  font-family: "Noto Sans";
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 5px;
}
.prdct-infobox .prdct-row:first-child {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.color-list {
  display: flex;
  align-items: center;
  padding-block: 10px 0;
  gap: 6px;
  flex-wrap: wrap;
}
.color-circle {
  width: 33px;
  height: 33px;
  border-radius: 16px;
  background-color: #007ab5;
}
.color-list .color-circle:first-child {
  border: 1px solid #29355429;
}
.prduct-size {
  display: flex;
  align-items: center;
}
.size-radio-grp {
  position: relative;
}
/* .prduct-size input + label.btn, */
.size-radio-grp {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .prduct-size input:checked + label.btn, */
.size-radio-grp:first-child {
  background-color: #ffffff;
  border: 1px solid #b0b0b0;
}
.prduct-size input {
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 17px;
  background-color: #ffffff;
  border: 1px solid #b0b0b0;
  position: absolute;
  cursor: pointer;
}
.prduct-size label {
  padding: 0;
  margin: 0;
}
/* DTF Section */
.dtf-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.dtf-imgbox img {
  width: 100%;
  height: 100%;
}
.dtf-infobox {
  padding: 70px 55px 64px;
  /* background-color: #003a8c; */
  background-color: #b22222;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dtf-infobox h3.def-title {
  font-size: 50px;
  line-height: 64px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Open Sans";
  margin-block: 0 17px;
}
.dtf-infobox p {
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Noto Sans";
}
.dtf-infobox ul {
  padding: 0;
  margin-top: 35px;
}
.dtf-infobox ul li {
  font-size: 16px;
  line-height: 33px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Noto Sans";
  padding-left: 30px;
  position: relative;
  list-style: none;
}
.dtf-infobox ul li::before {
  content: "";
  background-image: url("https://classictryk.dk/wp-content/uploads/2025/07/check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 15px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* How Work */
.how-work-section {
  padding-block: 70px;
  background-color: #f9f9f9;
  background-color: #0a0a0a;
}
.how-work-section .sec-header h2 {
  font-size: 30px;
  /* color: #000000; */
  font-weight: 700;
  font-family: "Open Sans";
  text-align: center;
  margin-block: 0;
  color: #fff;
  padding-bottom: 23px;
}

.dash-line::after {
  content: "";
  width: 55px;
  height: 2px;
  background: #d40000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.dash-line.white::after {
  background: #fff;
}
.how-work-contnt {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 55px;
}
.how-work-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.work-icon-wrap {
  width: 121px;
  height: 121px;
  border-radius: 50%;
  box-shadow: 10px 5px 20px rgb(255 255 255 / 25%);
  background-color: #f9f9f9;
  margin-bottom: 25px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .work-icon-wrap img {
    filter: contrast(150) sepia(100) brightness(4) saturate(120);
} */
.how-work-box p {
  font-size: 18px;
  /* line-height: 64px; */
  color: #fff;
  font-weight: 700;
  font-family: "Open Sans";
  margin: 0;
  text-align: center;
}
/* Solution Section */
.solution-section {
  width: 100%;
  padding-block: 110px 200px;
  background-image: url("https://classictryk.dk/wp-content/uploads/2025/07/solutn-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.solutn-contnt {
  max-width: 930px;
  margin-inline: auto;
  text-align: center;
}
.solutn-contnt h2.sec-title {
  font-size: 54px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 700;
  font-family: "Open Sans";
  margin-block: 0 30px;
  padding-bottom: 23px;
  position: relative;
}

.solutn-contnt p {
  font-size: 16px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Noto Sans";
  margin: 0;
}
/* .solutn-contnt:first-child p {
  margin-bottom: 12px;
} */
/* Faq Section */
.faq-section {
  padding-block: 80px 60px;
  background-color: #000;
}
.faq-section .sec-header h2 {
  font-weight: 700;
  line-height: 130%;
}
.faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 90%;
  margin: auto;
}
.faq-box {
  /* border-radius: 6px; */
  /* padding: 20px 25px; */
  box-shadow: 0 2px 10px #0003;
  border-radius: 30px;
  background: #d40000;
}
.faq-title {
  font-size: 20px;
  line-height: 30px;
  font-family: "Noto Sans", Sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;

  color: #fff;
  padding: 15px 25px;
}
.faq-detail {
  /* margin-top: 15px; */
  font-size: 16px;
  font-weight: 500;
  display: none;
  color: #fff;
  background-color: #4a4a4a;
  padding: 20px 25px;
  border-radius: 0 0 30px 30px;
}
.faq-detail p {
  margin-bottom: 0;
}
.faq-icon-box {
  background-color: #ffffff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  /* border: 1px solid #003a8c; */
  border: 1px solid #b22222;
}
.vertical-icon {
  /* background-color: #003a8c; */
  background-color: #b22222;
  border-radius: 5px;
  width: 3px;
  height: 12px;
  transition: all 0.5s;
  position: absolute;
}
.faq-box.active .vertical-icon {
  transform: rotate(90deg);
}

.horizontal-icon {
  /* background-color: #003a8c; */
  background-color: #b22222;
  border-radius: 5px;
  width: 12px;
  height: 3px;
  position: relative;
}
.faq-section .sec-header h2.sec-title {
  line-height: 130%;
  font-weight: 700;
  color: #fff;
  padding-bottom: 23px;
  margin-bottom: 55px;
}
/*  */
@media screen and (min-width: 1240px) {
  .custom-container.large {
    max-width: 1245px !important;
  }
}
@media screen and (min-width: 1200px) {
  .custom-container {
    max-width: 1140px !important;
  }
  .product-brand-section .custom-container {
    max-width: 1180px !important;
  }
}
/* Tab View */
@media screen and (max-width: 991px) {
  .sec-header h2.sec-title {
    font-size: 42px;
    margin-block: 0 20px;
    line-height: 130%;
  }
  .sec-header.listing {
    margin-bottom: 40px;
  }
  .product-listing-section {
    padding-block: 60px 60px;
  }
  .listing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .listing-item {
    width: 100%;
  }
  .listing-item:last-child {
    grid-column-start: auto;
    grid-row-start: auto;
  }
  .product-brand-section {
    padding-block: 60px 60px;
  }
  .brand-slider.slick-slider .slick-dots {
    bottom: -40px;
  }
  .brand-slider .slick-dots li button::before {
    content: "";
  }
  .brand-slider .slick-dots li {
    width: auto;
    height: auto;
  }
  .brand-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #adadad;
  }
  .brand-slider .slick-dots li.slick-active button {
    background-color: #003a8c;
  }
  .sec-header.listing h2 {
    font-size: 30px;
  }
  .prdct-nav-tab {
    flex-direction: row !important;
  }
  .sec-header.brand {
    margin-bottom: 40px;
  }
  .sec-header.brand h2.sec-title {
    font-size: 32px;
    line-height: 40px;
  }

  /*  */
  .product-detail-section {
    padding-block: 55px 60px;
  }
  .prdct-leftbox {
    grid-template-columns: 1fr;
  }
  a.prdct-menu {
    height: 110px;
  }
  .top {
    flex-wrap: wrap;
  }
  .prdct-rightbox h2.prudct-tilte {
    font-size: 28px;
    line-height: 38px;
  }
  .servc-content {
    margin-top: 30px;
  }

  /*  */
  .servc-infobox .sec-header h2 {
    max-width: 100%;
    font-size: 36px;
    line-height: 130%;
  }
  .servc-grid {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .heat-pres {
    padding: 30px 20px;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 50px;
    border-radius: 10px;
  }
  .prodct-content {
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
    border-radius: 12px 0 0 12px;
  }
  .haet-infobox {
    padding: 20px 20px;
  }
  .labeling-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 0;
  }
  .labeling-imgbox img {
    width: 100%;
    border-radius: 12px 12px 0 0;
  }
  .how-work-contnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    row-gap: 30px;
  }
  .solution-section {
    padding-block: 60px;
  }
  .dtf-infobox {
    padding: 50px 30px 50px;
  }
  .product-section {
    padding-block: 60px 60px;
  }
  .servc-imgbox {
    margin-bottom: 40px;
    padding: 12px 12px 0;
  }
  .servc-imgbox img {
    border-radius: 12px;
  }
  .servc-infobox {
    padding: 0 20px 50px;
  }
  .sec-header.servc-header h2 {
    font-size: 42px;
  }
  .solutn-contnt h3.sec-title {
    font-size: 42px;
  }
  .product-section .sec-header h2 {
    font-size: 42px;
    line-height: 130%;
  }
  .dtf-infobox {
    padding: 50px 20px 50px;
  }
  .dtf-infobox h3.def-title {
    font-size: 42px;
    line-height: 130%;
  }
  .heat-imgbox img {
    border-radius: 12px 12px 0 0;
  }
  .order-imgbox img {
    border-radius: 12px 12px 0 0;
  }
  .how-work-section {
    padding-block: 60px;
  }
  .faq-section {
    padding-block: 60px 20px;
  }
  .faq-section .sec-header h3 {
    font-size: 42px;
    line-height: 130%;
  }
  .order-infobox h2.box-title,
  .haet-infobox h3.box-title,
  .labeling-infobox h3.box-title {
    font-size: 32px;
  }
  .faeture-list li {
    line-height: 130%;
    padding-block: 10px;
  }
  .faeture-list li::after {
    top: 16px;
    bottom: auto;
  }
  .order-infobox {
    padding-right: 0;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sec-header h2.sec-title {
    font-size: 32px;
  }
  .product-listing-section {
    padding-block: 50px;
  }
  .listing-grid {
    grid-template-columns: 1fr;
  }
  .product-brand-section {
    padding-block: 50px 50px;
    margin-bottom: 0;
  }
  .prdct-detl-grid {
    grid-template-columns: 1fr;
  }
  .top-bredcurmb {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .servc-infobox {
    padding: 0 20px 50px;
  }
  .servc-grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    margin-bottom: 50px;
  }
  .heat-pres {
    padding-inline: 10px;
    border-radius: 10px;
  }
  .prodct-content {
    grid-template-columns: 1fr;
    gap: 30px 20px;
    margin-top: 20px;
    border-radius: 10px;
    padding: 30px 15px;
  }
  .dtf-content {
    grid-template-columns: 1fr;
  }
  .prdct-nav-tab {
    gap: 8px;
    flex-wrap: wrap;
  }
  .how-work-contnt {
    flex-direction: column;
  }
  .product-section .sec-header h2 {
    font-size: 32px;
  }
  .labeling-grid {
    padding-bottom: 0;
  }
  .servc-infobox .sec-header h2 {
    font-size: 26px;
  }
  .servc-infobox {
    padding: 0 10px 30px;
  }
  .sec-header.servc-header h2 {
    font-size: 36px;
  }
  .servc-content {
    margin-top: 20px;
  }
  .servc-imgbox {
    margin-bottom: 20px;
  }
  .servc-grid .order-infobox h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .haet-infobox {
    padding: 15px 15px;
  }
  .haet-infobox h3.box-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .labeling-infobox h3.box-title {
    font-size: 28px;
  }
  .dtf-infobox {
    padding: 40px 15px 40px;
  }
  .solutn-contnt h3.sec-title {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 130%;
  }
  .faq-section .sec-header h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
  }
  .faq-title {
    font-size: 18px;
    line-height: 24px;
  }
  .dtf-infobox h3.def-title {
    font-size: 32px;
    line-height: 130%;
  }
  .order-infobox h2.box-title {
    font-size: 28px;
    line-height: 130%;
    margin-block: 0 16px;
  }
  .how-work-section .sec-header h2 {
    font-size: 28px;
  }
  .work-icon-wrap {
    margin-bottom: 12px;
  }
  .prdct-nme {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 12px;
    height: auto;
    -webkit-line-clamp: 3;
  }
  .bottom {
    justify-content: space-between;
  }
  header .e-con-inner a {
    width: 80px;
  }
  header .e-con-inner .e-con.e-child {
    align-content: baseline;
  }
}
