
/* Style for PCs */
@media screen and (min-width: 1025px) {
  
  .wheelslistmm {
    width:100%;
    height: auto;
    display: block;
    padding:100px 5%;
  }

  /* Wheels title */
  .wheelscate {
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
  }
  .wheelscate h2 {
    font-size:14px;
    color:var(--color-666);
    font-weight:400;
    line-height: 1.25em;
    margin-bottom: 0px;
    order:2;
  }
  .wheelscate p {
    font-size:48px;
    color:var(--color-black);
    font-family: var(--font_en);
    font-weight:300;
    line-height: 1.25em;
    margin-bottom: 0px;
    order:1;
  }

  /* List */
  .wheellist {
    width:100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
  }
  .wheellist li {
    width:44%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin:1% 3%;
  }
  .wheellist li .whimg {
    width:100%;
    height: auto;
    display: block;
    clip-path: polygon(16% 0%, 100% 0%, 100% 75%, 84% 100%, 0% 100%, 0% 25%);
    transition: all 0.4s ease-out;
  }
  .wheellist li .whimg:hover {
    clip-path: polygon(0% 0%, 84% 0%, 100% 25%, 100% 100%, 16% 100%, 0% 75%);
  }
  .wheellist li .whimg a {
    width:100%;
    height: auto;
    display: block;
    transition: all 0.4s ease-out;
  }
  .wheellist li .whimg a:hover {
    opacity: 0.8;
    filter: brightness(200%);
  }
  .wheellist li .whcc {
    width:100%;
    height: auto;
    display: block;
    padding:25px 20px;
    flex-grow: 1;
    text-align: center;
  }
  .wheellist li .whcc h3 {
    font-size: 30px;
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    line-height: 1em;
    color:var(--color-black);
    margin-bottom: 0px;
  }
  .wheellist li .whcc h3 a {
    display: block;
    text-decoration: none;
    color:var(--color-black);
  }
  .wheellist li .whcc h4 {
    font-size:20px;
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    line-height: 1.25em;
    color:var(--color-666);
    margin-bottom: 5px;
  }
  .wheellist li .whcc p.whcom {
    font-size:14px;
    font-weight: 400;
    line-height: 1.6em;
    color: var(--color-333);
    margin-bottom: 15px;
  }
  .wheellist li .whcc ul {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin:0 auto 20px;
  }
  .wheellist li .whcc ul li {
    width: auto;
    height: auto;
    display: block;
    margin:0 2px 5px;
    text-align: center;
    white-space: nowrap;
    padding:0 25px;
    font-size:12px;
    line-height: 1.25em;
    color:var(--color-666);
    border:1px solid var(--color-999);
  }
  .wheellist li p.whbn {
    width:fit-content;
    height: 25px;
    display: block;
    margin:0 auto;
    font-size: 12px;
    line-height: 25px;
  }
  .wheellist li p.whbn a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:0 40px 0 20px;
    color:var(--color-white);
    background-color: var(--color-333);
    border-radius: 3px;
    background-image: url(../img/header/ic-ar_h_w.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto 50%;
    transition: all 0.4s ease-out;
  }
  .wheellist li p.whbn a:hover {
    background-color: var(--color-666);
    background-position: 99% center;
  }


}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  
  .wheelslistmm {
    width:100%;
    height: auto;
    display: block;
    padding:100px 5%;
  }

  /* Wheels title */
  .wheelscate {
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
  }
  .wheelscate h2 {
    font-size:14px;
    color:var(--color-666);
    font-weight:400;
    line-height: 1.25em;
    margin-bottom: 0px;
    order:2;
  }
  .wheelscate p {
    font-size:48px;
    color:var(--color-black);
    font-family: var(--font_en);
    font-weight:300;
    line-height: 1.25em;
    margin-bottom: 0px;
    order:1;
  }

  /* List */
  .wheellist {
    width:100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
  }
  .wheellist li {
    width:44%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin:1% 3%;
  }
  .wheellist li .whimg {
    width:100%;
    height: auto;
    display: block;
    clip-path: polygon(16% 0%, 100% 0%, 100% 75%, 84% 100%, 0% 100%, 0% 25%);
    transition: all 0.4s ease-out;
  }
  .wheellist li .whimg:hover {
    clip-path: polygon(0% 0%, 84% 0%, 100% 25%, 100% 100%, 16% 100%, 0% 75%);
  }
  .wheellist li .whimg a {
    width:100%;
    height: auto;
    display: block;
    transition: all 0.4s ease-out;
  }
  .wheellist li .whimg a:hover {
    opacity: 0.8;
    filter: brightness(200%);
  }
  .wheellist li .whcc {
    width:100%;
    height: auto;
    display: block;
    padding:25px 20px;
    flex-grow: 1;
    text-align: center;
  }
  .wheellist li .whcc h3 {
    font-size: 30px;
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    line-height: 1em;
    color:var(--color-black);
    margin-bottom: 0px;
  }
  .wheellist li .whcc h3 a {
    display: block;
    text-decoration: none;
    color:var(--color-black);
  }
  .wheellist li .whcc h4 {
    font-size:20px;
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    line-height: 1.25em;
    color:var(--color-666);
    margin-bottom: 5px;
  }
  .wheellist li .whcc p.whcom {
    font-size:14px;
    font-weight: 400;
    line-height: 1.6em;
    color: var(--color-333);
    margin-bottom: 15px;
  }
  .wheellist li .whcc ul {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin:0 auto 20px;
  }
  .wheellist li .whcc ul li {
    width: auto;
    height: auto;
    display: block;
    margin:0 2px 5px;
    text-align: center;
    white-space: nowrap;
    padding:0 15px;
    font-size:12px;
    line-height: 1.25em;
    color:var(--color-666);
    border:1px solid var(--color-999);
  }
  .wheellist li p.whbn {
    width:fit-content;
    height: 25px;
    display: block;
    margin:0 auto;
    font-size: 12px;
    line-height: 25px;
  }
  .wheellist li p.whbn a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:0 40px 0 20px;
    color:var(--color-white);
    background-color: var(--color-333);
    border-radius: 3px;
    background-image: url(../img/header/ic-ar_h_w.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto 50%;
    transition: all 0.4s ease-out;
  }
  .wheellist li p.whbn a:hover {
    background-color: var(--color-666);
    background-position: 99% center;
  }

}

/* Style for Smartphone */
@media screen and (max-width: 768px) {
  
  .wheelslistmm {
    width:100%;
    height: auto;
    display: block;
    padding:100px 5%;
  }

  /* Wheels title */
  .wheelscate {
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
  }
  .wheelscate h2 {
    font-size:12px;
    color:var(--color-666);
    font-weight:400;
    line-height: 1.25em;
    margin-bottom: 0px;
    order:2;
  }
  .wheelscate p {
    font-size:32px;
    color:var(--color-black);
    font-family: var(--font_en);
    font-weight:300;
    line-height: 1.25em;
    margin-bottom: 0px;
    order:1;
  }

  /* List */
  .wheellist {
    width:100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
  }
  .wheellist li {
    width:49%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin:1% 0.5%;
  }
  .wheellist li .whimg {
    width:100%;
    height: auto;
    display: block;
    clip-path: polygon(16% 0%, 100% 0%, 100% 75%, 84% 100%, 0% 100%, 0% 25%);
    transition: all 0.4s ease-out;
  }
  .wheellist li .whimg:hover {
    clip-path: polygon(0% 0%, 84% 0%, 100% 25%, 100% 100%, 16% 100%, 0% 75%);
  }
  .wheellist li .whimg a {
    width:100%;
    height: auto;
    display: block;
    transition: all 0.4s ease-out;
  }
  .wheellist li .whimg a:hover {
    opacity: 0.8;
    filter: brightness(200%);
  }
  .wheellist li .whcc {
    width:100%;
    height: auto;
    display: block;
    padding:15px 0px;
    flex-grow: 1;
  }
  .wheellist li .whcc h3 {
    font-size: 20px;
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    line-height: 1em;
    color:var(--color-black);
    margin-bottom: 0px;
  }
  .wheellist li .whcc h3 a {
    display: block;
    text-decoration: none;
    color:var(--color-black);
  }
  .wheellist li .whcc h4 {
    font-size:12px;
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    line-height: 1.25em;
    color:var(--color-666);
    margin-bottom: 5px;
  }
  .wheellist li .whcc p.whcom {
    font-size:12px;
    font-weight: 400;
    line-height: 1.4em;
    color: var(--color-333);
    margin-bottom: 15px;
  }
  .wheellist li .whcc ul {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin:0 auto 20px;
  }
  .wheellist li .whcc ul li {
    width: auto;
    height: auto;
    display: block;
    margin:0 2px 5px;
    text-align: center;
    white-space: nowrap;
    padding: 0 10px;
    font-size:12px;
    line-height: 1.25em;
    color:var(--color-666);
    border:1px solid var(--color-999);
  }
  .wheellist li p.whbn {
    width:fit-content;
    height: 25px;
    display: block;
    margin:0 auto;
    font-size: 12px;
    line-height: 25px;
  }
  .wheellist li p.whbn a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:0 40px 0 20px;
    color:var(--color-white);
    background-color: var(--color-333);
    border-radius: 3px;
    background-image: url(../img/header/ic-ar_h_w.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto 50%;
    transition: all 0.4s ease-out;
  }
  .wheellist li p.whbn a:hover {
    background-color: var(--color-666);
    background-position: 99% center;
  }

}
