@font-face {
  font-family: "Averta";
  src: url("../fonts/Averta-Regular.woff2") format("woff2"),
    url("../fonts/Averta-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta-bold";
  src: url("../fonts/Averta-Bold.woff2") format("woff2"),
    url("../fonts/Averta-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta-semibold";
  src: url("../fonts/Averta-Semibold.woff2") format("woff2"),
    url("../fonts/Averta-Semibold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UTM-Impact";
  src: url("../fonts/UTM-Impact.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.p-product {
  margin-top: 4rem;
}
.p-product-wrap {
  display: flex;
  gap: 3.6rem;
}
.p-product-wrap .c-sidebar {
  width: 28.3rem;
  flex-shrink: 0;
}
.p-product-wrap .c-sidebar.show {
  display: block;
}
@media (max-width: 766px) {
  .p-product-wrap .c-sidebar {
    display: none;
    position: fixed;
    z-index: 4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 1rem;
    height: 93%;
    width: 93%;
    padding: 1.5rem;
    overflow-y: scroll;
    box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.1411764706);
  }
}
.p-product-wrap .c-sidebar-pop {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-family: "Averta-bold", sans-serif;
  color: #00267c;
  font-size: 1.6rem;
}
.p-product-wrap .c-sidebar-pop .filter-close {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(../images/ic-close.png) no-repeat center;
  background-size: contain;
}
.p-product-wrap .c-sidebar__block {
  margin-bottom: 2.4rem;
}
.p-product-wrap .c-sidebar__ttl {
  color: #00267c;
  font-family: "Averta-bold", sans-serif;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .p-product-wrap .c-sidebar__ttl {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 767px) {
  .p-product-wrap .c-sidebar__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.1rem;
  }
}
.p-product-wrap .c-sidebar__grid.--price {
  display: flex;
}
.p-product-wrap .c-sidebar__item {
  border: 1px solid #d9d9d9;
  border-radius: 0.5rem;
  color: #666;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem;
}
@media (max-width: 766px) {
  .p-product-wrap .c-sidebar__item {
    margin: 0.5rem 0.3rem;
  }
}
@media (min-width: 767px) {
  .p-product-wrap .c-sidebar__item {
    padding: 1rem 0.5rem;
    display: flex;
    width: 100%;
  }
}
.p-product-wrap .c-sidebar__item:hover {
  background: #00267c;
  color: #fff;
}
.p-product-wrap .c-sidebar__item.no-hover:hover {
  background: inherit;
  color: inherit;
}
@media (max-width: 766px) {
  .p-product-wrap .c-sidebar__item.num-price {
    width: 90%;
  }
}
.p-product-wrap .c-sidebar .btn-submit {
  background: #f9ca00;
  font-size: 1.5rem;
  color: #00267c;
  font-family: "Averta-bold", sans-serif;
  padding: 1rem 0;
  border-radius: 0.5rem;
  border: none;
  width: 100%;
  margin-top: 1rem;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 766px) {
  .p-product-wrap .c-sidebar .btn-submit {
    max-width: 20rem;
  }
}
.p-product-wrap .c-sidebar .btn-submit:hover {
  background: #ff4800;
  color: #fff;
}
@media (min-width: 767px) {
  .p-product-wrap .c-sidebar__lst {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
  }
}
@media (max-width: 766px) {
  .p-product-wrap .c-sidebar__lst .c-checkbox {
    margin: 0.5rem;
    display: inline-flex;
  }
}
.p-product-content {
  flex: 1;
}
.p-product-detail {
  margin-top: 2rem;
}
@media (min-width: 767px) {
  .p-product-detail {
    margin-top: 4rem;
  }
}
.p-product-detail__top {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
@media (min-width: 767px) {
  .p-product-detail__top {
    margin-bottom: 5rem;
    gap: 1.9rem;
    flex-direction: row;
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
    padding: 2.3rem 4.3rem 3.8rem;
    border-radius: 1rem;
  }
}
.p-product-detail__top .w-50 {
  width: 100%;
}
@media (min-width: 767px) {
  .p-product-detail__top .w-50 {
    width: 50%;
  }
}
.p-product-detail__top .product-gallery {
  overflow: hidden;
}
.p-product-detail__top .product-gallery .slider-for img {
  width: 100%;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 767px) {
  .p-product-detail__top .product-gallery .slider-for img {
    height: 54.4rem;
  }
}
.p-product-detail__top .product-gallery .slider-nav .slick-current img {
  opacity: 1;
}
.p-product-detail__top .product-gallery .slider-nav {
  margin: 1rem -0.8rem 0;
}
.p-product-detail__top .product-gallery .slider-nav__item {
  cursor: pointer;
  opacity: 0.6;
  height: 9rem;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 0.4rem;
}
.p-product-detail__top .product-gallery .slider-nav__item.slick-current {
  opacity: 1;
}
@media (min-width: 767px) {
  .p-product-detail__top .product-gallery .slider-nav__item {
    width: 13rem;
    height: 13rem;
  }
}
.p-product-detail__top .product-meta__multi {
  display: flex;
  margin: 1.2rem 0;
  gap: 1.5rem;
  align-items: center;
}
.p-product-detail__top .product-meta__multi__views {
  display: flex;
  gap: 1.5rem;
}
.p-product-detail__top .product-meta__multi__views span {
  display: flex;
  line-height: 1;
  padding-left: 1.5rem;
  border-left: 1px solid #dadada;
}
@media (max-width: 766px) {
  .p-product-detail__top .product-meta__multi__views span {
    font-size: 1.4rem;
  }
}
.p-product-detail__top .product-meta__brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 767px) {
  .p-product-detail__top .product-meta__brand {
    gap: 1rem;
  }
}
.p-product-detail__top .product-meta__brand label {
  line-height: 1;
}
.p-product-detail__top .product-meta__brand label:not(:last-child) {
  padding-right: 1rem;
  border-right: 1px solid #dadada;
}
@media (max-width: 766px) {
  .p-product-detail__top .product-meta__brand label {
    font-size: 1.3rem;
  }
}
.p-product-detail__top .product-meta__brand label span {
  color: #00267c;
  font-family: "Averta-bold", sans-serif;
  display: inline-block;
  margin-left: 0.3rem;
}
.p-product-detail__top .product-meta__sale {
  margin: 1.5rem 0 1rem;
  padding: 0.7rem;
  border-radius: 0.5rem;
  background: #f9ca00;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 767px) {
  .p-product-detail__top .product-meta__sale {
    margin: 2.5rem 0 2rem;
  }
}
.p-product-detail__top .product-meta__sale__ttl {
  color: #00267c;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-family: "Averta-bold", sans-serif;
  background: url(../images/ic-time-sale.png) no-repeat left center;
  background-size: 2.5rem 2.1rem;
  padding-left: 3.5rem;
}
@media (min-width: 767px) {
  .p-product-detail__top .product-meta__sale__ttl {
    font-size: 2rem;
  }
}
.p-product-detail__top .product-meta__sale__time {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #00267c;
  font-family: "Averta-bold", sans-serif;
}
.p-product-detail__top .product-meta__sale__time .box-time {
  display: flex;
  gap: 2rem;
}
.p-product-detail__top .product-meta__sale__time .box-time-num {
  background: #fff;
  font-size: 1.8rem;
  font-family: "Averta-semibold", sans-serif;
  color: #000;
  width: 3.2rem;
  height: 2.9rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.p-product-detail__top
  .product-meta__sale__time
  .box-time-num:not(:last-child):after {
  position: absolute;
  right: -1.2rem;
  top: -0.2rem;
  content: ":";
  color: #000;
  font-size: 2.2rem;
}
.p-product-detail__top .product-meta__price {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.p-product-detail__top .product-meta__price .price-now {
  font-size: 3rem;
  font-family: "Averta-bold", sans-serif;
  color: #ff4800;
  line-height: 1;
}
@media (min-width: 767px) {
  .p-product-detail__top .product-meta__price .price-now {
    font-size: 4rem;
  }
}
.p-product-detail__top .product-meta__price .price-old {
  text-decoration: line-through;
}
.p-product-detail__top .product-meta__price .save-percent {
  color: #ff6a00;
}
.p-product-detail__top .product-meta__parts {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  .p-product-detail__top .product-meta__parts label {
    margin-right: 2rem;
  }
}
.p-product-detail__top .product-meta__parts .variale-item {
  display: inline-flex;
  padding: 0.5rem 1rem;
  border-radius: 2.5rem;
  border: 1px solid #dddddd;
  cursor: pointer;
  flex-shrink: 0;
}
@media (min-width: 767px) {
  .p-product-detail__top .product-meta__parts .variale-item {
    padding: 1rem 3rem;
  }
}
.p-product-detail__top .product-meta__parts .variale-item.active,
.p-product-detail__top .product-meta__parts .variale-item:hover {
  color: #00267c;
  border: 1px solid #00267c;
}
.p-product-detail__top .product-meta__qty {
  margin: 2rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 767px) {
  .p-product-detail__top .product-meta__qty {
    gap: 1.5rem;
    margin: 2rem 0 3.5rem;
  }
}
.p-product-detail__top .product-meta__gift table {
  width: 100%;
  border-radius: 1.5rem;
  padding: 2rem;
  position: relative;
  line-height: 1.8;
}
.p-product-detail__top .product-meta__gift table:before {
  position: absolute;
  content: "";
  left: 0.5rem;
  top: 0.5rem;
  width: calc(100% - 1.2rem);
  height: calc(100% - 1.2rem);
  border: 1.5px dashed #eddc94;
  border-radius: 1rem;
}
@media (min-width: 767px) {
  .p-product-detail__top .product-meta__gift table:before {
    left: 1.5rem;
    top: 1.2rem;
    width: calc(100% - 3rem);
    height: calc(100% - 2.4rem);
    border-radius: 2rem;
  }
}
.p-product-detail__top .product-meta__gift table td {
  padding: 1rem;
}
.p-product-detail__top .product-meta__gift table td:nth-child(1) {
  width: 30%;
  text-align: center;
}
.p-product-detail__top .product-meta__gift table td:nth-child(1) img {
  padding: 1rem 0;
  max-width: 90px !important;
  height: auto !important;
}
@media (min-width: 767px) {
  .p-product-detail__top .product-meta__gift table td:nth-child(1) {
    width: 27%;
    padding-right: 0;
  }
}
.p-product-detail__top .product-meta__gift table td:nth-child(2) {
  padding-left: 0;
}

.p-product-detail__top .product-meta__short ul {
  padding: 0;
  padding: 0;
  list-style: none;
}
.p-product-detail__top .product-meta__short ul li {
  background: url(../images/ic-check.png);
  background-repeat: no-repeat;
  background-position: left 0.8rem;
  background-size: 1.2rem 1.2rem;
  padding: 0.5rem 0 0.5rem 2rem;
}
@media (min-width: 767px) {
  .p-product-detail__top .product-meta__short ul li {
    background-position: left 0.9rem;
    background-size: 1.5rem 1.5rem;
    padding: 0.5rem 0 0.5rem 2.5rem;
  }
}
.p-product-detail__body {
  margin-top: 3rem;
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
@media (min-width: 767px) {
  .p-product-detail__body {
    gap: 5rem;
    flex-direction: row;
  }
}
.p-product-detail__body__left {
  flex: 1;
}
@media (min-width: 767px) {
  .p-product-detail__body__right {
    width: 30.8rem;
  }
}
.p-product-detail__body__right .product-specifications {
  margin-bottom: 3.2rem;
}
.p-product-detail__body__right .product-specifications table {
  margin-top: 1.6rem;
  width: 100%;
  border: #d9d9d9 1px solid;
  background: #fbfbfb;
  border-collapse: separate;
  border-radius: 1.5rem;
  border-spacing: 0;
  overflow: hidden;
}
.p-product-detail__body__right .product-specifications table tr:nth-child(odd) {
  background: #f4f4f4;
}
.p-product-detail__body__right .product-specifications table tr td {
  padding: 1.5rem;
  line-height: 1.3;
  font-size: 1.5rem;
}
@media (min-width: 767px) {
  .p-product-detail__body__right .product-specifications table tr td {
    padding: 2rem;
  }
}
.p-product-detail__body__right .product-specifications table tr td:first-child {
  width: 41%;
}
.p-product-detail__body__right .product-specifications__btn {
  margin-top: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.8rem;
  width: 100%;
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 0.89rem 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  cursor: pointer;
}
.p-product-detail__body__right .product-specifications__btn:hover {
  background: #00267c;
  color: #fff;
}
.p-product-detail__body__right .product-specifications__btn:hover span:after {
  filter: brightness(0) invert(1);
}
.p-product-detail__body__right .product-specifications__btn span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.p-product-detail__body__right .product-specifications__btn span:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: url(../images/ic-down-2.png) no-repeat top center;
  background-size: contain;
}
.p-product-detail__ttl {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 2rem;
}
.p-product-detail__ttl span {
  display: inline-block;
  font-size: 2rem;
  font-family: "Averta-bold", sans-serif;
  color: #00267c;
  position: relative;
  padding-bottom: 0.3rem;
}
@media (min-width: 767px) {
  .p-product-detail__ttl span {
    font-size: 2.5rem;
    padding-bottom: 0.8rem;
  }
}
.p-product-detail__ttl span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #f9ca00;
}
.p-product-detail .product-reviews {
  margin-bottom: 2.5rem;
}
@media (min-width: 767px) {
  .p-product-detail .product-reviews {
    margin-bottom: 4.5rem;
  }
}
.p-product-detail .product-reviews__ttl {
  color: #00267c;
  font-size: 2rem;
  font-family: "Averta-bold", sans-serif;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 767px) {
  .p-product-detail .product-reviews__ttl {
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }
}
.p-product-detail .product-reviews__ttl:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 4rem;
  height: 0.2rem;
  background: #f9ca00;
}
.p-product-detail .product-reviews__top {
  display: flex;
  gap: 2rem;
}
@media (min-width: 767px) {
  .p-product-detail .product-reviews__top {
    gap: 4rem;
  }
}
.p-product-detail .product-reviews__top__item {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
@media (max-width: 766px) {
  .p-product-detail .product-reviews__top__item {
    font-size: 1.5rem;
  }
}
.p-product-detail .product-reviews__top__item .num {
  color: #00267c;
  font-size: 1.6rem;
  font-family: "Averta-bold", sans-serif;
}
@media (min-width: 767px) {
  .p-product-detail .product-reviews__top__item .num {
    font-size: 2rem;
  }
}
.p-product-detail .product-reviews__lst {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 3rem 0 2.2rem;
}
.p-product-detail .product-reviews__lst__item {
  display: flex;
  gap: 1.6rem;
}
.p-product-detail .product-reviews__lst__item__img {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
}
@media (min-width: 767px) {
  .p-product-detail .product-reviews__lst__item__img {
    width: 5rem;
    height: 5rem;
  }
}
.p-product-detail .product-reviews__lst__item__meta {
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 767px) {
  .p-product-detail .product-reviews__lst__item__meta {
    padding: 1.6rem 3rem;
  }
}
.p-product-detail .product-reviews__lst__item__meta__top {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
  flex-direction: column;
}
@media (min-width: 767px) {
  .p-product-detail .product-reviews__lst__item__meta__top {
    align-items: center;
    flex-direction: row;
    gap: 1.5rem;
  }
}
.p-product-detail .product-reviews__lst__item__meta__ttl {
  color: #000;
  font-size: 2rem;
  font-family: "Averta-bold", sans-serif;
}
.p-product-detail .product-reviews__lst__item__meta .sticked {
  color: #00267c;
  font-size: 1.5rem;
  background: url(../images/ic-check-2.png) no-repeat left center;
  background-size: 1.5rem;
  padding-left: 2.2rem;
}
.p-product-detail .product-reviews__lst__item__meta__txt {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.375;
}
@media (min-width: 767px) {
  .p-product-detail .product-reviews__lst__item__meta__txt {
    font-size: 1.6rem;
  }
}
.p-product-detail .product-reviews__lst__item__meta__txt img {
  margin: 1rem 0;
}
.p-product-detail .product-reviews__lst__item__meta__bot {
  margin-top: 1.3rem;
  display: flex;
  align-items: center;
  gap: 3rem;
}
.p-product-detail .product-reviews__more {
  font-size: 1.7rem;
  font-family: "Averta-bold", sans-serif;
  color: #00267c;
  text-decoration: underline;
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  margin-left: 5.5rem;
}
@media (min-width: 767px) {
  .p-product-detail .product-reviews__more {
    font-size: 2rem;
    gap: 2rem;
    margin-left: 6.5rem;
  }
}
.p-product-detail .product-reviews__more:hover {
  opacity: 0.7;
}
.p-product-detail .product-reviews__more:after {
  content: "";
  width: 1.8rem;
  height: 1.5rem;
  background: url(../images/ic-right-2.png) no-repeat;
  background-position: right 0.3rem;
  background-size: contain;
}
@media (min-width: 767px) {
  .p-product-detail .product-reviews__more:after {
    background-position: right 0.6rem;
  }
}
.p-product-detail .product-reviews__comment {
  margin-top: 2rem;
}
@media (min-width: 767px) {
  .p-product-detail .product-reviews__comment {
    margin-top: 4.8rem;
  }
}
.p-product-detail .product-reviews__comment__top {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2.2rem;
  font-size: 1.6rem;
}
@media (min-width: 767px) {
  .p-product-detail .product-reviews__comment__top {
    font-size: 1.8rem;
  }
}
.p-product-detail .product-reviews__comment__form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.p-product-filter {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 1.8rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  .p-product-filter {
    gap: 1.4rem;
  }
}
.p-product-filter__ttl {
  font-size: 1.8rem;
}
@media (max-width: 766px) {
  .p-product-filter__ttl {
    display: none;
  }
}
.p-product-filter__item {
  font-size: 1.4rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.5rem;
  padding: 0.7rem 1rem;
  cursor: pointer;
  transition: all 0.3s;
}
@media (min-width: 767px) {
  .p-product-filter__item {
    font-size: 1.5rem;
    padding: 0.9rem 1.2rem;
  }
}
.p-product-filter__item:hover,
.p-product-filter__item.active {
  background: #00267c;
  color: #fff;
  border: 1px solid #00267c;
}

.filter-sticky {
  position: fixed;
  bottom: 1rem;
  background: #ff4800;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 11rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  padding: 0.5rem;
  z-index: 3;
  gap: 0.5rem;
}
@media (min-width: 767px) {
  .filter-sticky {
    display: none;
  }
}
.filter-sticky:before {
  content: "";
  filter: brightness(0) invert(1);
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/filter-com.png) no-repeat center;
  background-size: contain;
}

.product-video {
  height: 41rem;
  width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.product-video iframe {
  width: 100%;
  height: 500px;
  display: block;
}
@media (min-width: 767px) {
  .product-video {
    height: 54.4rem;
  }
}

.video-thumb {
  position: relative;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.c-social {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.c-social .c-social-btn {
  display: flex;
  list-style: none;
  gap: 0.5rem;
  padding: 0;
}
.c-social .c-social-btn li a {
  display: flex;
  width: 3.8rem;
  height: 3.8rem;
  background: #ecf2ff;
  border-radius: 50%;
  align-items: center;
  padding: 1rem;
  justify-content: center;
  transition: all 0.3s;
}
.c-social .c-social-btn li a:hover {
  background: #c3cfe9;
}

.p-commit.--product {
  margin-bottom: 2.3rem;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.p-commit.--product .commit-item {
  padding: 0.5rem;
  background: #fff;
  border: 1px solid #ecf2ff;
}
@media (min-width: 767px) {
  .p-commit.--product .commit-item {
    padding: 1rem;
  }
}
.p-commit.--product .commit-item__img {
  height: 3rem;
  width: 3rem;
}
@media (min-width: 767px) {
  .p-commit.--product .commit-item__img {
    height: 3.8rem;
    width: 3.8rem;
  }
}
.p-commit.--product .commit-item__meta__ttl {
  font-family: "Averta-semibold", sans-serif;
  font-size: 1.4rem;
  margin: 0;
}
@media (min-width: 767px) {
  .p-commit.--product .commit-item__meta__ttl {
    font-size: 1.7rem;
  }
}
.p-commit.--product .commit-item__meta__txt {
  font-size: 1.3rem;
  margin: 0.5rem 0 0;
}
@media (min-width: 767px) {
  .p-commit.--product .commit-item__meta__txt {
    font-size: 1.5rem;
  }
} /*# sourceMappingURL=product.css.map */
