.tire_breadcrumbs {
  background-color: #f5f6f8;
  border-bottom: 1px solid #e8e8e8;
  padding: 2rem 0 1.4rem;
}
.tire_breadcrumbs .content {
  width: calc(100% - 4rem);
  max-width: 184rem;
}
.tire_breadcrumbs .breadcrumbs {
  line-height: 2rem;
  min-height: 2rem;
}
.tire_breadcrumbs .breadcrumbs span {
  font-size: 1.3rem;
  font-weight: 500;
  color: #0a1628;
}
.tire_breadcrumbs .breadcrumbs span span::before {
  content: '›';
  display: inline-block;
  font-weight: 400;
  color: #cccccc;
  margin: 0 0.8rem;
}
.tire_breadcrumbs .breadcrumbs span span:first-child::before {
  display: none;
}
.tire_breadcrumbs .breadcrumbs span span:last-child::before {
  margin-right: 1.7rem;
}
.tire_breadcrumbs .breadcrumbs span a {
  font-weight: 400;
  color: #666666;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.tire_breadcrumbs .breadcrumbs span a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.tire_show {
  padding: 10.2rem 0 11.1rem;
}
.tire_show .swiper_box {
  position: sticky;
  top: 12rem;
  width: 47.5%;
}
.tire_show .tire_show_gallery_swiper {
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
  background-color: #f5f6f8;
}
.tire_show .tire_show_gallery_swiper .img {
  display: flex;
  justify-content: center;
  height: 100%;
  padding-bottom: 73.68421053%;
}
.tire_show .tire_show_gallery_swiper .img:hover img {
  transform: scale(1.02);
}
.tire_show .tire_show_gallery_swiper .img img {
  width: 73.68421053%;
  left: unset;
  width: 100%;
}
.tire_show .tire_show_gallery_swiper .swiper-slide:not(:nth-of-type(1)) .img img {
  object-fit: cover ;
  width: 100%;
  height: 100%;
}
.tire_show .tire_show_gallery_swiper .tag {
  position: absolute;
  display: inline-block;
  font-size: 1.32rem;
  line-height: 3.1rem;
  font-weight: 500;
  color: #0a1628;
  background-color: var(--primary);
  border-radius: 0.4rem;
  text-transform: uppercase;
  left: 3.94736842%;
  top: 4.76190476%;
  z-index: 2;
  padding: 0 2.2rem;
  letter-spacing: 0.11rem;
}
.tire_show .tire_show_thumbs_swiper {
  overflow: hidden;
  border-radius: 0.4rem;
  max-width: 33.3rem;
  margin: 2.1rem auto 0;
}
.tire_show .tire_show_thumbs_swiper .swiper-slide {
  max-width: 74px;
  cursor: pointer;
}
.tire_show .tire_show_thumbs_swiper .img {
  border-radius: 0.4rem;
  border: 2px solid #e0e0e0;
  --h: 100%;
  transition: border-color 0.3s;
  overflow: hidden;
}
.tire_show .tire_show_thumbs_swiper .img:hover img {
  transform: scale(1.1);
}
.tire_show .tire_show_thumbs_swiper .swiper-slide-thumb-active {
  border-color: var(--primary);
}
.tire_show .head {
  flex: 1;
  width: 100%;
  max-width: 68.4rem;
}
.tire_show .head h1 {
  font-size: 4.8rem;
  line-height: 1.16666667;
  text-transform: unset;
}
.tire_show p {
  max-width: 62.5rem;
  hyphens: auto;
  margin-top: 2.6rem;
}
.tire_show .specs {
  margin-top: 2.5rem;
}
.tire_show .specs ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.9rem;
}
.tire_show .specs li {
  display: grid;
  grid-template-columns: 4.3rem 1fr;
  align-items: center;
  background-color: #f5f6f8;
  border-radius: 0.6rem;
  gap: 1.2rem;
  padding: 1.4rem 1.9rem 1.5rem;
}
.tire_show .specs .icon {
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--secondary);
}
.tire_show .specs .icon img {
  transform: scale(0.46511628);
}
.tire_show .specs .label {
  font-size: 1.32rem;
  font-weight: 500;
  color: #999999;
  text-transform: uppercase;
  margin-top: 1px;
}
.tire_show .specs .value {
  font-size: 1.68rem;
  font-weight: 500;
  color: #0a1628;
  margin-top: -0.3rem;
}
/* tire_show .intro - wp_editor rich text */
.tire_show .intro {
  margin-top: 3.2rem;
  padding-top: 3.2rem;
  border-top: 1px solid #e8e8e8;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #333333;
  word-break: break-word;
  overflow-wrap: break-word;
}
.tire_show .intro > *:first-child {
  margin-top: 0;
}
.tire_show .intro > *:last-child {
  margin-bottom: 0;
}
/* headings */
.tire_show .intro h1,
.tire_show .intro h2,
.tire_show .intro h3,
.tire_show .intro h4,
.tire_show .intro h5,
.tire_show .intro h6 {
  color: #0a1628;
  font-weight: 600;
  line-height: 1.35;
  margin: 2rem 0 1rem;
}
.tire_show .intro h1 { font-size: 2.8rem; }
.tire_show .intro h2 { font-size: 2.4rem; }
.tire_show .intro h3 { font-size: 2rem; }
.tire_show .intro h4 { font-size: 1.8rem; }
.tire_show .intro h5 { font-size: 1.6rem; }
.tire_show .intro h6 { font-size: 1.4rem; }
/* paragraphs */
.tire_show .intro p {
  margin: 1.2rem 0;
  max-width: unset;
}
.tire_show .intro p + p {
  margin-top: 1.6rem;
}
/* links */
.tire_show .intro a {
  color: var(--primary);
  text-decoration: underline;
  transition: opacity 0.3s;
}
.tire_show .intro a:hover {
  opacity: 0.75;
}
/* bold / italic / underline */
.tire_show .intro strong,
.tire_show .intro b {
  font-weight: 600;
  color: #0a1628;
}
.tire_show .intro em,
.tire_show .intro i {
  font-style: italic;
}
.tire_show .intro u {
  text-decoration: underline;
}
/* lists */
.tire_show .intro ul,
.tire_show .intro ol {
  margin: 1.4rem 0;
  padding-left: 2.4rem;
}
.tire_show .intro ul {
  list-style: disc;
}
.tire_show .intro ol {
  list-style: decimal;
}
.tire_show .intro li {
  margin: 0.6rem 0;
  line-height: 1.7;
}
.tire_show .intro li::marker {
  color: #999;
}
.tire_show .intro ul ul,
.tire_show .intro ol ol,
.tire_show .intro ul ol,
.tire_show .intro ol ul {
  margin: 0.4rem 0;
}
/* blockquote */
.tire_show .intro blockquote {
  margin: 2rem 0;
  padding: 1.6rem 2rem;
  border-left: 4px solid var(--primary);
  background-color: #f9f9fb;
  border-radius: 0 0.4rem 0.4rem 0;
  color: #555;
  font-style: italic;
}
.tire_show .intro blockquote p {
  margin: 0.6rem 0;
}
/* images */
.tire_show .intro img {
  max-width: 100%;
  height: auto;
  border-radius: 0.6rem;
  margin: 1.6rem 0;
  display: block;
}
.tire_show .intro .aligncenter {
  text-align: center;
}
.tire_show .intro .aligncenter img {
  margin-left: auto;
  margin-right: auto;
}
.tire_show .intro .alignleft {
  float: left;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
.tire_show .intro .alignright {
  float: right;
  margin-left: 2rem;
  margin-bottom: 1rem;
}
.tire_show .intro figure {
  margin: 1.6rem 0;
}
.tire_show .intro figcaption {
  font-size: 1.3rem;
  color: #999;
  text-align: center;
  margin-top: 0.6rem;
}
/* table */
.tire_show .intro table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 1.5rem;
}
.tire_show .intro table th,
.tire_show .intro table td {
  padding: 1rem 1.4rem;
  border: 1px solid #e0e0e0;
  text-align: left;
  vertical-align: top;
}
.tire_show .intro table th {
  background-color: #f5f6f8;
  font-weight: 600;
  color: #0a1628;
}
.tire_show .intro table tr:nth-child(even) td {
  background-color: #fafafa;
}
/* code */
.tire_show .intro code {
  font-family: Consolas, Monaco, 'Courier New', monospace;
  font-size: 0.9em;
  background-color: #f5f6f8;
  border-radius: 0.3rem;
  padding: 0.2rem 0.5rem;
  color: #d63384;
}
.tire_show .intro pre {
  margin: 2rem 0;
  padding: 1.8rem 2rem;
  background-color: #1e1e2e;
  border-radius: 0.6rem;
  overflow-x: auto;
  line-height: 1.6;
}
.tire_show .intro pre code {
  background: none;
  padding: 0;
  color: #cdd6f4;
  font-size: 1.4rem;
}
/* hr */
.tire_show .intro hr {
  border: none;
  border-top: 1px solid #e8e8e8;
  margin: 2.4rem 0;
}
/* video / iframe */
.tire_show .intro iframe,
.tire_show .intro video {
  max-width: 100%;
  border-radius: 0.6rem;
  margin: 1.6rem 0;
}
/* clearfix for floated images */
.tire_show .intro::after {
  content: '';
  display: table;
  clear: both;
}

.tire_show .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 2.1rem;
  margin-top: 5.3rem;
}
.tire_show .btns .btn,
.tire_show .btns .btn_line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  margin: 0;
  padding: 0 2.9rem;
}
.tire_show .btns .btn::before,
.tire_show .btns .btn_line::before {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  content: '';
  transition: all 0.3s;
  background: no-repeat center right / contain;
  filter: contrast(0) brightness(0);
}
.tire_show .btns .btn {
  min-width: 24rem;
}
.tire_show .btns .btn::before {
  background-image: url("../img/icon-email-line-yellow.svg");
}
.tire_show .btns .btn:hover::before {
  filter: unset;
}
.tire_show .btns .btn_line::before {
  background-image: url("../img/icon-download2.svg");
  background-size: 88.8889%;
}
/* .tire_sizes {
  background-color: var(--bg);
  padding: 11rem 0 10.9rem;
}
.tire_sizes .head {
  padding-bottom: 0.6rem;
}
.tire_sizes .head .subtitle {
  margin-bottom: 1.3rem;
}
.tire_sizes .nav {
  max-width: 100%;
}
.tire_sizes .nav .nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.tire_sizes .nav .nav_item {
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: var(--btn_radius);
  border: 1px solid rgba(20, 20, 20, 0.5);
  line-height: 5.9rem;
  padding: 0 3rem;
  min-width: 10.1rem;
}
.tire_sizes .nav .nav_item.active,
.tire_sizes .nav .nav_item:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.tire_sizes .nav .nav_item.active {
  padding: 0 3.9rem;
}
.tire_sizes .tables {
  margin-top: 4.3rem;
}
.tire_sizes .table {
  display: none;
}
.tire_sizes .table.active {
  display: block;
}
.tire_sizes table td,
.tire_sizes table th {
  padding: 1.2rem 2.7rem 1.6rem;
}
.tire_sizes table th {
  background-color: #001a40;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
}
.tire_sizes table th:first-child {
  border-radius: 0.6rem 0 0 0.6rem;
}
.tire_sizes table th:last-child {
  border-radius: 0 0.6rem 0.6rem 0;
}
.tire_sizes table td {
  font-size: 1.791rem;
  color: #333333;
  border-bottom: 1px solid #bfbfbf;
  padding: 1.7rem 2.7rem 1.83rem;
}
.tire_performance {
  padding: 11.1rem 0 11rem;
}
.tire_performance p {
  max-width: 64.6rem;
  margin-top: 2.6rem;
}
.tire_performance .flex {
  margin-top: 4.5rem;
}
.tire_performance .highlights {
  width: 49.30555556%;
}
.tire_performance .highlights + .intro {
  max-width: 66.1rem;
}
.tire_performance .highlights li + li {
  margin-top: 2.73rem;
}
.tire_performance .highlights .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #0a1628;
  padding-right: 0.7rem;
}
.tire_performance .highlights .label strong {
  font-size: 1.63rem;
  color: var(--title);
  font-weight: 500;
  white-space: nowrap;
}
.tire_performance .highlights .progress_bar {
  width: 100%;
  position: relative;
  border-radius: 100px;
  overflow: hidden;
  background-color: #e0e0e0;
  height: 0.9rem;
  margin-top: 0.8rem;
}
.tire_performance .highlights .progress_bar::after {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--w, 0%);
  height: 100%;
  border-radius: 100px;
  background-color: var(--primary);
  content: '';
}
.tire_performance .intro {
  flex: 1;
  width: 100%;
  color: #0a1628;
  padding-top: 0.4rem;
}
.tire_performance .intro h3 {
  font-size: 2.794rem;
  line-height: 3.6rem;
  font-weight: 500;
}
.tire_performance .intro p {
  font-size: 1.746rem;
  line-height: 2.95rem;
  color: #666666;
  max-width: unset;
  margin-top: 2rem;
}
.tire_performance .intro p + p {
  margin-top: 2.9rem;
}
.tire_performance .intro ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2.9rem;
  margin-right: -0.5rem;
}
.tire_performance .intro ul li {
  display: flex;
  align-items: center;
  border-radius: 0.4rem;
  border: 1px solid #e0e0e0;
  font-size: 1.71rem;
  font-weight: 500;
  gap: 0.8rem;
  padding: 0.7rem 3.3rem 1.1rem 2.3rem;
}
.tire_performance .intro ul li::before {
  display: inline-block;
  content: '';
  background: url("../img/get.svg") no-repeat center / contain;
  width: 1.7rem;
  height: 1.7rem;
  margin-top: 0.4rem;
} */
.tire_related {
  background-color: var(--bg);
  padding: 11.1rem 0 8.1rem;
}
.tire_related .head .subtitle {
  margin-bottom: 1.3rem;
}
.tire_related .btn {
  margin-bottom: 1px;
}
.tire_related .tire_related_swiper {
  padding-bottom: 1.5rem;
  margin-top: 3.4rem;
}
.tire_related .tire_related_swiper .swiper-slide {
  max-width: 341px;
}
.tire_related .swiper_btns.middle {
  top: 49.5%;
}

.tire_sizes {
  background-color: var(--bg);
  padding: 11rem 0 10.9rem;
}
.tire_sizes .head {
  padding-bottom: 0.6rem;
}
.tire_sizes .head .subtitle {
  margin-bottom: 1.3rem;
}
.tire_sizes .nav {
  max-width: 100%;
}
.tire_sizes .nav .nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.tire_sizes table:not(:has(th)) tr:nth-of-type(1) td{
  background-color: #041D45;
  color: white;
}
.tire_sizes .nav .nav_item {
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: var(--btn_radius);
  border: 1px solid rgba(20, 20, 20, 0.5);
  line-height: 5.9rem;
  padding: 0 3rem;
  min-width: 10.1rem;
}
.tire_sizes .nav .nav_item.active,
.tire_sizes .nav .nav_item:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.tire_sizes .nav .nav_item.active {
  padding: 0 3.9rem;
}
.tire_sizes .table {
  margin-top: 4.3rem;
}
.tire_sizes table td,
.tire_sizes table th {
  padding: 1.2rem 2.7rem 1.6rem;
}
.tire_sizes table th {
  background-color: #001a40;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
}
.tire_sizes table th:first-child {
  border-radius: 0.6rem 0 0 0.6rem;
}
.tire_sizes table th:last-child {
  border-radius: 0 0.6rem 0.6rem 0;
}
.tire_sizes table td {
  font-size: 1.791rem;
  color: #333333;
  border-bottom: 1px solid #bfbfbf;
  padding: 1.7rem 2.7rem 1.83rem;
}

.tire_performance {
  padding: 11.1rem 0 11rem;
}
.tire_performance p {
  max-width: 64.6rem;
  margin-top: 2.6rem;
}
.tire_performance .flex {
  margin-top: 4.5rem;
}
.tire_performance .highlights {
  width: 49.30555556%;
}
.tire_performance .highlights + .intro {
  max-width: 66.1rem;
}
.tire_performance .highlights li + li {
  margin-top: 2.73rem;
}
.tire_performance .highlights .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #0a1628;
  padding-right: 0.7rem;
}
.tire_performance .highlights .label strong {
  font-size: 1.63rem;
  color: var(--title);
  font-weight: 500;
  white-space: nowrap;
}
.tire_performance .highlights .progress_bar {
  width: 100%;
  position: relative;
  border-radius: 100px;
  overflow: hidden;
  background-color: #e0e0e0;
  height: 0.9rem;
  margin-top: 0.8rem;
}
.tire_performance .highlights .progress_bar::after {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--w, 0%);
  height: 100%;
  border-radius: 100px;
  background-color: var(--primary);
  content: '';
}
.tire_performance .intro {
  flex: 1;
  width: 100%;
  color: #0a1628;
  padding-top: 0.4rem;
}
.tire_performance .intro h3 {
  font-size: 2.794rem;
  line-height: 3.6rem;
  font-weight: 500;
}
.tire_performance .intro p {
  font-size: 1.746rem;
  line-height: 2.95rem;
  color: #666666;
  max-width: unset;
  margin-top: 2rem;
}
.tire_performance .intro p + p {
  margin-top: 2.9rem;
}
.tire_performance .intro ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2.9rem;
  margin-right: -0.5rem;
}
.tire_performance .intro ul li {
  display: flex;
  align-items: center;
  border-radius: 0.4rem;
  border: 1px solid #e0e0e0;
  font-size: 1.71rem;
  font-weight: 500;
  gap: 0.8rem;
  padding: 0.7rem 3.3rem 1.1rem 2.3rem;
}
.tire_performance .intro ul li::before {
  display: inline-block;
  content: '';
  background: url("../img/get.svg") no-repeat center / contain;
  width: 1.7rem;
  height: 1.7rem;
  margin-top: 0.4rem;
}

/* ========== tire_highlight ========== */
.tire_highlight{
  padding: 10.6rem 0;
}
.tire_highlight .head p{
  max-width: 62.3rem;
}
.tire_highlight .head h2{
  margin-bottom: 2.7rem;
}
.tire_highlight .head{
  margin-bottom: 9rem;
}
.tire_highlight .main ul{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  gap: 4rem;
  justify-content: center;
}
.tire_highlight .main ul li:last-child:nth-child(3n+1){
  grid-column: 2;
}
.tire_highlight .main ul li{
  text-align: center;
  background: url('../img/highlight_bg.png') no-repeat center 3.3rem/31rem;
  min-height: 34rem;
}
.tire_highlight .main ul li .icon{
  width: 8.1rem;
  height: 8.1rem;
  border-radius: 50%;
  background-color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.tire_highlight .main ul li .icon img{
  width: 50%;
  height: 50%;
}
.tire_highlight .main ul li.img_item{
  background: unset;
  position: relative;
}
.tire_highlight .main ul li.img_item:after{
  content: "";
  width: 105%;
  height: 105%;
  position: absolute;
  left: 50%;
  border-radius: 50%;
  top: 50%;
  border: 2px solid rgba(0, 26, 64, 0.1);
  transform: translate(-50%,-50%);
}
.tire_highlight .main ul li.img_item:before{
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  left: 50%;
  border-radius: 50%;
  top: 50%;
  border: 1px solid rgba(0, 26, 64, 0.06);
  transform: translate(-50%,-50%);
}
.tire_highlight .main ul li.img_item .img{
  aspect-ratio: 1;
}
.tire_highlight .main ul li.img_item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 32.7rem;
}
.tire_highlight .main ul li .sub{
  font-size: 2.2rem;
  font-weight: 500;
  color: #666666;
  display: block;
  margin-top: 1.2rem;
}
.tire_highlight .main ul li strong{
  display: block;
  font-size: 5.1rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--secondary);
}
.tire_highlight .main ul li strong.yellow{
  font-size: 7.9rem;
  font-weight: 500;
  line-height: 1;
  color: var(--primary);
}
.tire_highlight .main ul li strong i{
  font-weight: 600;
  margin-right: -1rem;
}
.tire_highlight .main ul li p{
  font-size: 2.7rem;
  font-weight: 500;
  color: var(--secondary);
  line-height: 1.2;
}
.tire_highlight .main ul li p.more{
  font-size: 4.5rem;
  letter-spacing: 0.7rem;
  line-height: 1;
  margin-top: -1.7rem;
  margin-bottom: 0.5rem;
}
.tire_highlight .main ul li span:last-child{
  font-size: 1.6rem;
  color: #666666;
  display: block;
  max-width: 18rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.9rem;
}

/* ========== tire_application ========== */
.tire_application{
  padding: 7.6rem 0;
  height: 95rem;
  background: url('../img/tire_app_bg.jpg') no-repeat center/cover;
}
.tire_application .right{
  width: 35%;
}
.tire_application .right .icon{
  width: 8.3rem;
  height: 8.3rem;
  background-color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 2.8rem;
}
.tire_application .right li{
  padding: 4rem 2.8rem 5.5rem;
  background-color: white;
  border-radius: 1.4rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
.tire_application .right li + li{
  margin-top: 2rem;
}
.tire_application .right li .info{
  padding-top: 0.7rem;
}
.tire_application .right li .info span{
  font-size: 2rem;
  color: var(--secondary);
  font-weight: 500;
}
.tire_application .right li .info p{
  font-size: 3.1rem;
  font-weight: 500;
  color: #141414;
  margin-top: 0.3rem;
}
.tire_application .right .icon img{
  width: 65%;
  height: 50%;
  object-fit: contain;
}
.tire_application .right li .line{
  width: 4rem;
  height: 0.4rem;
  background-color: var(--secondary);
  display: block;
  margin-top: 2.6rem;
  margin-bottom: 2.9rem;
}
.tire_application .right li > p{
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #5a6577;
  font-weight: 300;
  max-width: 30rem;
}
.tire_application .right li > p + img{
  margin-top: 2rem;
  max-width: 100%;
}

/* ========== tire_build ========== */
.tire_build{
  padding: 11rem 0 10.5rem;
  background: url('../img/tire_cer_bg.jpg') no-repeat center/cover;
}
.tire_build .content{
  max-width: 107rem;
}
.tire_build .head h2{
  margin-bottom: 2.7rem;
}
.tire_build .head{
  margin-bottom: 2.3rem;
}
.tire_build ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.tire_build ul li img{
  height: 11rem;
  max-width: 14rem;
  width: auto;
}
.tire_build ul li + li{
  margin-left: 4rem;
  padding-left: 3.5rem;
  position: relative;
}
.tire_build ul li + li:before{
  content: "";
  width: 2px;
  height: 9.7rem;
  background: rgba(20, 20, 20, 0.14);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tire_build p.line{
  font-size: 2rem;
  font-weight: 400;
  color: #141414;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 5rem;
}
.tire_build p.line:before, .tire_build p.line:after{
  content: "";
  height: 1px;
  background-color: rgba(20, 20, 20, 0.14);
  display: inline-block;
  flex: 1;
}
.tire_build .items{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 3rem;
  margin-top: 5.5rem;
  margin-bottom: 3.6rem;
}
.tire_build .items .item{
  padding: 3rem;
  background-color: white;
  border-radius: 1.4rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.tire_build .items .item .icon{
  width: 8.3rem;
  height: 8.3rem;
  min-width: 8.3rem;
  margin-right: 4rem;
  border-radius: 50%;
  background-color: var(--secondary);
  display: flex;
  justify-content: center;
  align-items: center;
}
.tire_build .items .item .icon img{
  width: 55%;
  height: 55%;
  object-fit: contain;
}
.tire_build .items .item strong{
  font-size: 2.8rem;
  font-weight: 500;
  color: #141414;
  display: block;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 1.3rem;
}
.tire_build .items .item strong:after{
  content: "";
  width: 3.6rem;
  height: 0.3rem;
  background-color: #015dc2;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tire_build .items .item p{
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: #5a6577;
  padding-right: 5rem;
}
.tire_build .items + .btn{
  width: 49rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.tire_build .items + .btn:hover{
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: white;
}
.tire_build .items + .btn:hover:before{
  filter: brightness(100);
}
.tire_build .items + .btn:before{
  content: "";
  transition: all 0.3s;
  width: 1.7rem;
  height: 1.7rem;
  display: inline-block;
  background: url('../img/btn_phone.svg') no-repeat center/contain;
}
.tire_build p.more{
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  color: #5a6577;
  margin-top: 1.6rem;
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .tire_breadcrumbs .content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tire_breadcrumbs {
    padding: 12px 0;
  }
  .tire_breadcrumbs .content {
    width: 100%;
  }
  .tire_breadcrumbs .breadcrumbs {
    line-height: 20px;
    min-height: 20px;
  }
  .tire_breadcrumbs .breadcrumbs span {
    font-size: 14px;
  }
  .tire_breadcrumbs .breadcrumbs span span::before {
    margin: 0 10px;
  }
  .tire_breadcrumbs .breadcrumbs span span:last-child::before {
    margin: 0 10px;
  }
  .tire_show {
    padding: 30px 0 50px;
  }
  .tire_show .tire_show_gallery_swiper .tag {
    font-size: 13px;
    line-height: 2;
    padding: 0 14px;
    letter-spacing: unset;
  }
  .tire_show .tire_show_thumbs_swiper {
    margin-top: 16px;
  }
  .tire_show .tire_show_thumbs_swiper .swiper-slide {
    max-width: 75px;
  }
  .tire_show .head h1 {
    font-size: 25px;
    line-height: 1.3;
  }
  .tire_show .specs {
    margin-top: 20px;
  }
  .tire_show .specs ul {
    gap: 14px;
  }
  .tire_show .specs li {
    grid-template-columns: 40px 1fr;
    gap: 10px;
    padding: 14px;
  }
  .tire_show .specs .label {
    font-size: 13px;
    margin-top: 0;
  }
  .tire_show .specs .value {
    font-size: 14px;
    margin-top: 0;
  }
  /* tire_show .intro mobile */
  .tire_show .intro {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 14px;
  }
  .tire_show .intro h1 { font-size: 22px; }
  .tire_show .intro h2 { font-size: 20px; }
  .tire_show .intro h3 { font-size: 18px; }
  .tire_show .intro h4 { font-size: 16px; }
  .tire_show .intro h5,
  .tire_show .intro h6 { font-size: 14px; }
  .tire_show .intro h1,
  .tire_show .intro h2,
  .tire_show .intro h3,
  .tire_show .intro h4,
  .tire_show .intro h5,
  .tire_show .intro h6 {
    margin: 16px 0 8px;
  }
  .tire_show .intro p {
    margin: 8px 0;
  }
  .tire_show .intro ul,
  .tire_show .intro ol {
    margin: 10px 0;
    padding-left: 20px;
  }
  .tire_show .intro li {
    margin: 4px 0;
  }
  .tire_show .intro blockquote {
    margin: 16px 0;
    padding: 12px 16px;
  }
  .tire_show .intro table {
    font-size: 13px;
    margin: 16px 0;
    display: block;
    overflow-x: auto;
  }
  .tire_show .intro table th,
  .tire_show .intro table td {
    padding: 8px 12px;
    white-space: nowrap;
  }
  .tire_show .intro img {
    margin: 12px 0;
  }
  .tire_show .intro .alignleft,
  .tire_show .intro .alignright {
    float: none;
    margin: 12px 0;
  }
  .tire_show .intro pre {
    margin: 16px 0;
    padding: 14px 16px;
  }
  .tire_show .intro pre code {
    font-size: 13px;
  }
  .tire_show .intro hr {
    margin: 16px 0;
  }
  .tire_show .btns {
    margin-top: 20px;
    gap: 14px;
  }
  .tire_show .btns .btn,
  .tire_show .btns .btn_line {
    padding: 0 20px;
    gap: 8px;
    width: 100%;
  }
  .tire_show .btns .btn::before,
  .tire_show .btns .btn_line::before {
    width: 16px;
    height: 16px;
  }
  .tire_sizes {
    padding: 50px 0;
  }
  .tire_sizes .head {
    padding: 0;
  }
  .tire_sizes .head .subtitle {
    margin-bottom: 8px;
  }
  .tire_sizes .nav .nav_list {
    width: calc(100% + 40px);
    margin: 0 -20px 0;
    padding: 0 20px;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 16px;
  }
  .tire_sizes .nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .tire_sizes .nav .nav_item {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    min-width: unset;
    white-space: nowrap;
  }
  .tire_sizes .nav .nav_item.active {
    padding: 0 20px;
  }
  .tire_sizes .table {
    width: calc(100% + 40px);
    margin: 30px -20px 0;
    padding: 0 20px;
    overflow-x: auto;
  }
  .tire_sizes .table::-webkit-scrollbar {
    display: none;
  }
  .tire_sizes table td,
  .tire_sizes table th {
    padding: 14px 20px;
    font-size: 14px;
  }
  .tire_sizes table th {
    font-size: 15px;
    white-space: nowrap;
  }
    .tire_performance {
    padding: 50px 0;
  }
  .tire_performance .flex {
    margin-top: 30px;
  }
  .tire_performance .highlights li + li {
    margin-top: 20px;
  }
  .tire_performance .highlights .label {
    font-size: 16px;
    padding-right: 0;
  }
  .tire_performance .highlights .label strong {
    font-size: 15px;
  }
  .tire_performance .highlights .progress_bar {
    height: 6px;
    margin-top: 10px;
  }
  .tire_performance .intro {
    padding: 0;
  }
  .tire_performance .intro h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .tire_performance .intro p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .tire_performance .intro p + p {
    margin-top: 10px;
  }
  .tire_performance .intro ul {
    gap: 10px;
    margin-top: 20px;
    margin-right: 0;
  }
  .tire_performance .intro ul li {
    font-size: 14px;
    padding: 5px 12px;
    gap: 8px;
  }
  .tire_performance .intro ul li::before {
    width: 14px;
    height: 14px;
    margin-top: 0;
  }
  /* tire_highlight mobile */
  .tire_highlight{
    padding: 50px 0;
  }
  .tire_highlight .head{
    margin-bottom: 40px;
  }
  .tire_highlight .head h2{
    margin-bottom: 14px;
  }
  .tire_highlight .main ul{
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 100%;
  }
  .tire_highlight .main ul li{
    background-size: 260px;
    min-height: unset;
    padding-bottom: 20px;
  }
  .tire_highlight .main ul li:last-child:nth-child(3n+1){
    grid-column: unset;
  }
  .tire_highlight .main ul li .icon{
    width: 60px;
    height: 60px;
  }
  .tire_highlight .main ul li .sub{
    font-size: 16px;
    margin-top: 10px;
  }
  .tire_highlight .main ul li strong{
    font-size: 36px;
  }
  .tire_highlight .main ul li strong.yellow{
    font-size: 50px;
  }
  .tire_highlight .main ul li p{
    font-size: 20px;
  }
  .tire_highlight .main ul li p.more{
    font-size: 32px;
    margin-top: -10px;
  }
  .tire_highlight .main ul li span:last-child{
    font-size: 14px;
    max-width: 200px;
  }
  .tire_highlight .main ul li.img_item .img{
    max-width: 240px;
    margin: 0 auto;
  }
  .tire_highlight .main ul li.img_item img{
    max-height: 240px;
  }
  /* tire_application mobile */
  .tire_application{
    padding: 50px 0;
    height: auto;
  }
  .tire_application .flex.between{
    flex-direction: column;
  }
  .tire_application .left{
    width: 100%;
    margin-bottom: 30px;
  }
  .tire_application .right{
    width: 100%;
  }
  .tire_application .right li{
    padding: 24px 20px 30px;
  }
  .tire_application .right li + li{
    margin-top: 16px;
  }
  .tire_application .right .icon{
    width: 56px;
    height: 56px;
    margin-right: 16px;
  }
  .tire_application .right li .info span{
    font-size: 14px;
  }
  .tire_application .right li .info p{
    font-size: 20px;
  }
  .tire_application .right li .line{
    width: 30px;
    height: 3px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .tire_application .right li > p{
    font-size: 14px;
    line-height: 22px;
    max-width: 100%;
  }
  /* tire_build mobile */
  .tire_build{
    padding: 50px 0;
  }
  .tire_build .head{
    margin-bottom: 16px;
  }
  .tire_build .head h2{
    margin-bottom: 14px;
  }
  .tire_build p.line{
    font-size: 14px;
    gap: 16px;
    margin-bottom: 24px;
  }
  .tire_build ul{
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .tire_build ul li + li{
    margin-left: 0;
    padding-left: 0;
  }
  .tire_build ul li + li:before{
    display: none;
  }
  .tire_build ul li img{
    height: 60px;
    max-width: 80px;
  }
  .tire_build .items{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
    margin-bottom: 24px;
  }
  .tire_build .items .item{
    padding: 20px;
  }
  .tire_build .items .item .icon{
    width: 56px;
    height: 56px;
    min-width: 56px;
    margin-right: 20px;
  }
  .tire_build .items .item strong{
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .tire_build .items .item p{
    font-size: 14px;
    line-height: 20px;
    padding-right: 0;
  }
  .tire_build .items + .btn{
    width: 100%;
    max-width: 320px;
  }
  .tire_build p.more{
    font-size: 14px;
    margin-top: 12px;
  }
  /* .tire_sizes {
    padding: 50px 0;
  }
  .tire_sizes .head {
    padding: 0;
  }
  .tire_sizes .head .subtitle {
    margin-bottom: 8px;
  }
  .tire_sizes .nav .nav_list {
    width: calc(100% + 40px);
    margin: 0 -20px 0;
    padding: 0 20px;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 16px;
  }
  .tire_sizes .nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .tire_sizes .nav .nav_item {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    min-width: unset;
    white-space: nowrap;
  }
  .tire_sizes .nav .nav_item.active {
    padding: 0 20px;
  }
  .tire_sizes .table {
    width: calc(100% + 40px);
    margin: 30px -20px 0;
    padding: 0 20px;
    overflow-x: auto;
  }
  .tire_sizes .table::-webkit-scrollbar {
    display: none;
  }
  .tire_sizes table td,
  .tire_sizes table th {
    padding: 14px 20px;
    font-size: 14px;
  }
  .tire_sizes table th {
    font-size: 15px;
    white-space: nowrap;
  }
  .tire_performance {
    padding: 50px 0;
  }
  .tire_performance .flex {
    margin-top: 30px;
  }
  .tire_performance .highlights li + li {
    margin-top: 20px;
  }
  .tire_performance .highlights .label {
    font-size: 16px;
    padding-right: 0;
  }
  .tire_performance .highlights .label strong {
    font-size: 15px;
  }
  .tire_performance .highlights .progress_bar {
    height: 6px;
    margin-top: 10px;
  }
  .tire_performance .intro {
    padding: 0;
  }
  .tire_performance .intro h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .tire_performance .intro p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .tire_performance .intro p + p {
    margin-top: 10px;
  }
  .tire_performance .intro ul {
    gap: 10px;
    margin-top: 20px;
    margin-right: 0;
  }
  .tire_performance .intro ul li {
    font-size: 14px;
    padding: 5px 12px;
    gap: 8px;
  }
  .tire_performance .intro ul li::before {
    width: 14px;
    height: 14px;
    margin-top: 0;
  } */
  .tire_related {
    overflow: hidden;
    padding: 50px 0;
  }
  .tire_related .head .subtitle {
    margin-bottom: 8px;
  }
  .tire_related .swiper_content {
    overflow: unset;
    padding: 0 20px;
  }
  .tire_related .tire_related_swiper {
    padding: 0;
  }
  .tire_related .tire_related_swiper .swiper-slide {
    max-width: 235px;
  }
}
@media screen and (max-width: 576px) {
  .tire_show .swiper_box {
    width: 100%;
    position: static;
  }
  
  .tire_performance .highlights {
    width: 100%;
  }
  /* .tire_performance .highlights {
    width: 100%;
  } */
}
