/* ==================== [ shop main general : titles ] ==================== */
a.shop-title,
.shop-title {
  display: flex;
  align-items: center;
  gap: 5px;

  font-size: 24px;
  font-weight: 600;
  color: #242424;
}
a.shop-title.title-logo::before {
  content: url(/coopmall/images/r16/main/innatural.png);
  height: 27px;
  width: auto;
}
.shop-title span {
  font-size: 13px;
  color: #808080;
}
a.shop-title:hover {
  color: #a01749;
}
a.shop-title.title-logo:hover::before {
  content: url(/coopmall/images/r16/main/innatural_R.png);
}

/* ==================== [ shop main general : product container ] ==================== */
a.shop-product-container {
  text-align: left;
}
.shop-product-image-container {
  width: 276px;
  height: 276px;
  overflow: hidden;
}
.shop-product-image-container > img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.shop-product-image-container > img:hover {
  transform: scale(1.05);
}
a.shop-product-container .mkt-category {
  height: 24px;
  margin: 5px 0;
}
a.shop-product-container .mkt-category-container img {
  height: 100%;
}
a.shop-product-container .product-info {
  height: 90px;
  font-size: 1.3rem;
  color: #333;
}
a.shop-product-container .product-info .product-desc {
  line-height: 1.3;
}
a.shop-product-container .recipe-info .recipeTit {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

a.shop-product-container .recipe-info {
  margin-top: 15px;
}
a.shop-product-container .recipe-info .recipeExp {
  margin-top: 5px;
  color: #616161;
  font-size: 1.4rem;
}

a.shop-product-container .recipe-info .icoBox {
  margin-top: 10px;
  color: #9e9e9e;
}

a.shop-product-container .recipe-info .icoBox span {
  font-size: 1.4rem;
  line-height: 1.5;
}

a.shop-product-container .recipe-info .icoBox span + span {
  margin-left: 14px;
}

a.shop-product-container .recipe-info .icoBox span:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: top;
}

a.shop-product-container .recipe-info .icoBox .recipeTime {
  background: url('/coopmall/icoop/recipe/images/img/time_grey9e.png') no-repeat;
}

a.shop-product-container .recipe-info .icoBox .recipeQuantity {
  background: url('/coopmall/icoop/recipe/images/img/person_grey9e.png') no-repeat;
}

/* ==================== [ shop main general : product icons ] ==================== */
button.cart-btn {
  width: 27px;
  height: 27px;
  background: url(/coopmall/images/r16/main/main_cart.png);
  background-size: 100%;
  border: none;
  transition: all 0.3s ease-in-out;
}
button.cart-btn:hover {
  background: url(/coopmall/images/r16/main/hover_cart.png);
  background-size: 100%;
}
button.favorite-btn {
  width: 27px;
  height: 27px;
  background: url(/coopmall/images/r16/main/heart.png);
  background-size: 100%;
  border: none;
  transition: all 0.3s ease-in-out;
}
button.favorite-btn.favorite-on {
  background: url(/coopmall/images/r16/main/heart0.png);
  background-size: 100%;
}
button.favorite-btn.favorite-off:hover {
  background: url(/coopmall/images/r16/main/hover_heart.png);
  background-size: 100%;
}

/* ==================== [ shop main general : prices ] ==================== */
/* 조합원가 */
.price-member {
  color: #a01749;
  font-size: 2rem;
  font-weight: 600;
}
.price-member::after {
  content: " 원";
  font-size: 1.5rem;
  color: #333;
}
/* 일반가 */
.price-common {
  color: #808080;
  font-size: 1.5rem;
}
.price-common::after {
  content: " 원";
}
.price-common::before {
  content: "일반가 : ";
}

/* 이벤트가 */
.price-before {
  font-size: 1.5rem;
  color: #808080;
  text-decoration: line-through;
  margin: 0 12px;
}
.price-before::after {
  content: " 원";
}

.price-event-container {
  position: absolute;
  width: 100%;
  display: flex;
  grid-template-columns: 55px auto;
  text-align: center;
  gap: 3px;
  line-height: 55px;
  color: #fff;
  z-index: 1;
}
.price-event-container .price-ratio {
  width: 55px;
  font-size: 15pt;
  background-color: #0fc2c6;
}
.price-event-container .price-period {
  flex-grow: 1;
  font-weight: bold;
  font-size: 15px;
  background-color: rgba(0, 0, 0, 0.25);
}

/* ==================== [ shop main general : swiper ] ==================== */
div.swiper-pagination-fraction {
  width: 60px;
}
a.swiper-btn-prev::after,
a.swiper-arrow-prev::after {
  content: "prev";
}
a.swiper-btn-next::after,
a.swiper-arrow-next::after {
  content: "next";
}

/* swiper-btn : < > */
a.swiper-btn-prev,
a.swiper-btn-next {
  background: transparent;
  color: #ddd;
  cursor: pointer;
  width: 20px;
}
a.swiper-btn-prev::after,
a.swiper-btn-next::after {
  font-weight: bold;
  font-family: swiper-icons;
  font-size: 1.2rem;
  letter-spacing: 0;
  width: 20px;
}
/* swiper-arrow : <- -> */
a.swiper-arrow-prev::after,
a.swiper-arrow-next::after {
  font-size: 0;
}
a.swiper-arrow-next {
  background: url(/coopmall/images/r16/main/more_Rbtn.jpg) no-repeat;
}
a.swiper-arrow-prev {
  background: url(/coopmall/images/r16/main/more_Lbtn.jpg) no-repeat;
}
a.swiper-arrow-next,
a.swiper-arrow-prev {
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: 100%;
  cursor: pointer;
}
a.swiper-arrow-next.swiper-button-disabled,
a.swiper-arrow-prev.swiper-button-disabled {
  opacity: 50%;
}
/* pagination container */
.swiper-pagination-container {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 1.6rem;
  color: #535335;
}

.swiper-pagination-container .swiper-pagination-current {
  font-weight: bold;
}

/* #swiper-shop-main : 매인 배너 */
#swiper-shop-main {
  width: 1680px;
  margin: 60px auto;
}
/* 가운데 두 swiper-slide만 opacity 100% */
#swiper-shop-main .swiper-slide img {
  border-radius: 10px;
  opacity: 30%;
}
#swiper-shop-main .swiper-slide-next img,
#swiper-shop-main .swiper-slide-next + div img {
  opacity: 1;
}
button#shop-main-pause {
  display: inline-flex;
  align-items: center;
  border: none;
  background: none;
}
#section-card {display: flex; justify-content: center;}
#section-card * { font-family: 'Pretendard';}
#swiper-card {position: relative; }
#swiper-card #card-pagination {display: flex; align-items: center; justify-content: center; gap: 10px;  color: #616161; }
#swiper-card #card-prev {position: absolute; top: 28%; z-index: 10; left: 0;}
#swiper-card #card-prev::after, #swiper-card #card-next::after {font-size: 2rem;}
#swiper-card #card-next {position: absolute; top: 28%; z-index: 10; right: 0;}
#swiper-card .swiper-wrapper {z-index: 1;}
#swiper-card .swiper-slide > div, #swiper-card .image-wrapper {display: inline-block;}
#swiper-card .swiper-slide {display: flex; align-items: center; flex-direction: column;}

/* 베스트 & 스테디 셀러 */
.product-sticker-container > img {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}

/* 조합원 이용후기 */
#swiper-shop-review {
  padding: 60px 30px;
  background-color: #f6f6f6;
}
#swiper-shop-review .shop-product-image-container {
  width: 221px;
  height: 221px;
  overflow: hidden;
}
#swiper-shop-review .swiper-slide {
  height: 420px;
  padding: 20px;
  background-color: white;
}
#swiper-shop-review .rate::before {
  content: url(/coopmall/images/r16/main/review_icon.jpg);
  margin-right: 3px;
}
#swiper-shop-review .rate {
  font-size: 2rem;
  font-weight: 600;
}
#swiper-shop-review .comment {
  text-align: left;
  padding: 0 10px;
  font-size: 1.5rem;
}

.swiper-pagination-fraction {
  text-align: center;
}
#swiper-shop-recipe .shop-product-image-container img {
  width: 276px;
  height: 276px;
  object-fit: cover;
}