.hidden {
  visibility: hidden;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail-header-container {
  width: 100%;
  height: 64px;
  padding: 8px 0;
  background-color: white;
  border-bottom: 1px solid #e0e0e0;
}

.detail-header-container.active {
  position: sticky;
  top: 0;
  z-index: 10;
}
.detail-header-container .scrollable {
  border-bottom: transparent;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
}

.absolute-frame {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.go-back-icon {
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.go-back-icon img {
  width: 9px;
  height: 14px;
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  height: 48px;
}

.logo-container img {
  width: 124.3px;
  height: 20.3px;
  color: black;
}

.tab-container {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 48px;
  background-color: white;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}

.MuiTabs-root {
  overflow: hidden;
  height: 48px;
  min-height: 48px !important;
  display: flex;
}

.MuiSvgIcon-root {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.MuiTabScrollButton-horizontal.MuiTabs-scrollButtons {
  width: 40px;
  height: 48px !important;
}

.MuiButtonBase-root.MuiTab-root {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  white-space: normal;
  text-align: center;
  flex-direction: column;
  line-height: 1.25;
  padding: 0px 12px;
  font-family: "Noto Sans KR";
  font-weight: 400;
  color: #999999;
  font-size: 16px;
  letter-spacing: -0.32px;
  min-height: 48px !important;
  max-width: 360px;
  min-width: 90px;
}

.sort-container {
  width: 100%;
  height: 48px;
  background-color: white;
  display: flex;
  padding: 18px 16px 16px 16px;
  align-items: center;
  justify-content: space-between;
}

.time-section {
  display: flex;
  align-items: center;
}

.time-icon {
  width: 11px;
  margin-right: 4px;
  color: #999999;
  font-size: 13px;
  font-family: "SpoqaHanSansNeo";
  letter-spacing: -0.26px;
}

.time-section .time {
  color: #999999;
  font-size: 13px;
  font-family: "SpoqaHanSansNeo";
  letter-spacing: -0.26px;
}

/* 상품군 목록 드롭다운 */
.drop-sort {
  display: flex;
  cursor: pointer;
}

.sort-name {
  font-size: 14px;
  color: #777777;
  height: 20px;
  font-family: "NotoSansKR";
}

.drop-icon {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

/* 상품군 목록 */
.goods-container {
  width: 100%;
  padding: 16px 16px 50px;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.goods-item {
  height: 100%;
  flex: 0 1 calc(50% - 4px);
  max-width: calc(50% - 4px);
  cursor: pointer;
}

.goods-item:nth-child(2n) {
  margin-left: 8px;
}

.goods-card-wrap {
  display: flex;
  flex-direction: column;
}

.goods-card-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.goods-card-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #f7f7f7;
  border: 1px solid #eaeaea;
}

.goods-card-detail {
  display: flex;
  flex-direction: column;
  padding: 12px 0 37px;
}

.goods-brand {
  font-size: 13px;
  opacity: 0.99;
  margin-bottom: 6px;
}

.goods-card-name {
  font-weight: 500;
  font-size: 14px;
}

.soldout-box {
  margin-top: 13px;
  width: 42px;
  height: 24px;
  background-color: #444444;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.goods-cost-price {
  margin-top: 10px;
  font-size: 13px;
  color: #888888;
}

.goods-cost-price .spoqa {
  font-size: 13px;
  letter-spacing: 0.26px;
}

.goods-cost-price .line-through {
  position: relative;
}
.goods-cost-price .line-through::after {
  content: "";
  position: absolute;
  background-color: #888888;
  height: 1px;
  top: 50%;
  left: 0;
  right: 0;
}

.goods-price-wrap {
  margin-top: 6px;
  font-size: 16px;
  color: #333333;
}

.goods-price-wrap .discount-rate {
  font-family: "SpoqaHanSansNeo";
  font-weight: bold;
  font-size: 16px;
  color: #ff5050;
  margin-right: 8px;
}

.goods-price-wrap .goods-price {
  font-family: "SpoqaHanSansNeo";
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}

.delivery-charge-wrap {
  margin-top: 12px;
  display: flex;
  align-items: center;
}

.delivery-charge-wrap .delivery-charge {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  padding: 3px 5px 3px 5px;
  color: #777777;
  font-size: 11px;
  font-weight: 400;
  font-family: "Noto Sans KR";
  border: 1px solid #d6d6d6;
  border-radius: 5px;
}
.vreview-wrap {
}
/* 브이리뷰 */
.vreview-wrap .vreview-review-summary {
  margin-right: 4px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  padding: 0px 5px;
  width: fit-content;
  height: 20px;
  font-size: 11px;
  line-height: 20px;
}

.vreview-wrap .vreview-board-popup {
  margin-top: unset !important;
}
.vreview-wrap .vreview-rating {
  margin-top: -3px !important;
  width: 8px;
  height: 8px;
}

/* 상품 상세 페이지 */

/* 이미지 슬라이드 */
.detail-aspect-ratioBox {
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.detail-styled-swiper {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
}

.detail-styled-swiper.isSoldOut {
  opacity: 0.5;
}
.detail-styled-swiper .swiper-wrapper {
  width: 100%;
}
.detail-styled-swiper .detail-swiper-slide {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: auto;
  object-fit: contain;
  background-color: #f7f7f7;
  border: 1px solid #eaeaea;
}
.detail-styled-swiper .detail-swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-styled-swiper .swiper-pagination {
  margin-bottom: 24px;
}
.detail-styled-swiper .swiper-pagination-bullet {
  border-radius: 0;
  width: 8px;
  height: 2px;
  text-align: center;
  font-size: 12px;
  color: #000;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.2);
}
.detail-styled-swiper .swiper-pagination-bullet-active {
  width: 24px;
  height: 4px;
  color: white;
  background: #616161;
}

/* 상세 상품 가격 정보 */

.price-card-wrap {
  width: 100%;
  height: auto;
  padding: 0 16px;
  margin-top: 24px;
  margin-bottom: 40px;
}

.info-box {
}
.info-box .isSoldOut {
  color: #bbbbbb;
}

.brand {
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  opacity: 0.99;
  margin-top: 8px;
  margin-bottom: 4px;
}

.goods-name {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  line-height: 28px;
}

.soldout-btn {
  width: 42px;
  height: 24px;
  border-radius: 4px;
  background-color: #444444;
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 20px;
}

.price-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.price-wrapper div {
  display: flex;
  align-items: center;
}

.flex-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.relative-frame {
  position: relative;
  margin-bottom: 8px;
}

.bar {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #999999;
}

.point-box {
  background-color: #fff7f1;
  border: 1px solid #fff2e9;
  border-radius: 2px;
  color: #333333;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -0.28px;

  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin-top: 20px;

  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.point-box .title {
  margin-right: 6px;
}
.point-box .point {
  font-family: "SpoqaHanSansNeo";
}
.point-box .point .bold {
  font-weight: bold;
  letter-spacing: 0.25px;
}
.point-box .point .medium {
  font-size: 12px;
  letter-spacing: 0.22px;
}

.point-icon {
  width: 18px;
  height: 18px;
  margin-right: 3px;
}
