.c-content {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .c-content {
    margin-top: 5rem;
  }
}

@media (min-width: 768px) {
  .product-detail {
    display: grid;
    grid-template-columns: 82.5rem 1fr;
    gap: 8rem;
    margin: 0 calc(var(--gutter) * -1) 15rem;
    padding-right: 10rem;
  }
}

@media (max-width: 767px) {
  .product-side {
    display: none !important;
  }
}

.product-slider {
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-height: 0.3rem;
  --swiper-pagination-bullet-width: 0.3rem;
  --swiper-pagination-bullet-horizontal-gap: 0.3rem;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bottom: 1.1rem;
}
@media (min-width: 768px) {
  .product-slider {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-slider {
    margin: 0 calc(var(--gutter) * -1) 4.4rem;
  }
}
.product-slider img {
  aspect-ratio: 390/330;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.product-slider .swiper-pagination {
  left: 2rem;
  text-align: left;
}
.product-slider .swiper-pagination-bullet {
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}
.product-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --swiper-pagination-color: rgba(255, 255, 255, 0.28);
  --swiper-pagination-bullet-border-radius: 0.5rem;
  --swiper-pagination-bullet-width: 3.5rem;
}
.product-slider .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(var(--progress) * 100%);
}

@media (min-width: 768px) {
  .product-image {
    margin: 0 0 1.5rem;
  }
}
.product-image img {
  width: 100%;
}

.product-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.product-gallery img {
  width: 100%;
}

.product-head {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 4rem;
  padding-bottom: 1.8rem;
}
@media (min-width: 768px) {
  .product-head {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
  }
}

.product-bottom {
  border-top: 1px solid var(--border-color);
  margin-top: 8rem;
  padding-top: 8rem;
  text-align: center;
}
@media (min-width: 768px) {
  .product-bottom {
    margin-top: 15rem;
    padding-top: 16rem;
  }
}
.product-bottom .back-btn {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  gap: 1.8rem;
}
@media (min-width: 768px) {
  .product-bottom .back-btn {
    gap: 2rem;
  }
}
.product-bottom .back-btn__txt {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .product-bottom .back-btn__txt {
    font-size: 2.4rem;
  }
}
.product-bottom .back-btn__icon {
  border: 1px solid var(--color-base);
  border-radius: 1.8rem;
  height: 1.9rem;
  width: 4.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-bottom .back-btn__icon::after {
  content: "";
  background: url("../images/common/icon_arrow01.svg") no-repeat center/contain;
  aspect-ratio: 11/11;
  width: 1.1rem;
  transform: scaleX(-1);
}

.product-body .c-tbl__row {
  grid-template-columns: 9.7rem 1fr;
}
@media (min-width: 768px) {
  .product-body .c-tbl__row {
    grid-template-columns: 11.5rem 1fr;
  }
}
.product-body .c-tbl__col {
  padding-left: 2.5rem;
}

.product-cate {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  margin-bottom: 0.6rem;
}
@media (min-width: 768px) {
  .product-cate {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
}

.product-title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .product-title {
    font-size: 3.8rem;
  }
}

.product-sub {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .product-sub {
    font-size: 1.3rem;
    margin-bottom: 3.5rem;
  }
}
.product-sub:last-child {
  margin-bottom: 0;
}

.product-price {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .product-price {
    font-size: 1.3rem;
  }
}
.product-price ins {
  text-decoration: none;
}

.product-infoNav {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 4rem;
}
.product-infoNav .c-arrowHover__txt {
  font-size: 1.4rem;
}

.single_add_to_cart_button {
  background-color: var(--color-base);
  border: 0;
  border-radius: 0.6rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  height: 6.4rem;
  width: 100%;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .single_add_to_cart_button {
    gap: 0.8rem;
    height: 7.2rem;
  }
}
.single_add_to_cart_button:hover {
  opacity: 0.8;
}
.single_add_to_cart_button .cart-icon {
  background: url("../images/common/icon_cart.svg") no-repeat center/contain;
  filter: brightness(100%) invert(1);
  height: 1.8rem;
  width: 2.1rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .single_add_to_cart_button .cart-icon {
    height: 2rem;
    width: 2.4rem;
  }
}
.single_add_to_cart_button .cart-text {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .single_add_to_cart_button .cart-text {
    font-size: 1.8rem;
  }
}

.product-short-description {
  margin-top: 3.2rem;
}
@media (min-width: 768px) {
  .product-short-description {
    margin-top: 3.5rem;
  }
}

.product-heading {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .product-heading {
    font-size: 1.6rem;
  }
}

.product-row {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .product-row {
    margin-top: 5.5rem;
  }
}
.product-row .wpclv-attributes .wpclv-terms {
  display: grid;
  row-gap: 2.4rem;
  margin: 0;
}
@media (min-width: 768px) {
  .product-row .wpclv-attributes .wpclv-terms {
    row-gap: 3.7rem;
  }
}
.product-row .c-arrowHover {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-row .c-arrowHover:hover {
  opacity: 0.8;
}

.product-note {
  display: grid;
  row-gap: 1rem;
  font-size: 1.4rem;
  margin-top: 2.5rem;
}
.product-note .c-note2 {
  line-height: 1.5;
}

.product-navBox {
  background-color: #F2F6F7;
  border-radius: 0.6rem;
  display: grid;
  grid-template-columns: 8.4rem 1fr;
  gap: 2.4rem;
  margin-bottom: 2rem;
  padding-block: 2.4rem;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .product-navBox {
    grid-template-columns: 11.2rem 1fr;
  }
}
.product-navBox:last-child {
  margin-bottom: 0;
}
.product-navBox:hover {
  opacity: 0.8;
}
.product-navBox__left {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product-navBox__left::after {
  content: "";
  background: url("../images/common/dotted_img.svg") repeat-y right top/100% auto;
  position: absolute;
  right: -0.1rem;
  top: 0;
  bottom: 0;
  width: 0.3rem;
}
.product-navBox__left img {
  width: 3.2rem;
}
.product-navBox__ttl {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 0.6rem;
}
.product-navBox__txt {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
/*# sourceMappingURL=maps/product_detail.css.map */
