@charset "utf-8";

/* .th-layout-header (헤더 래퍼: position/top/left/z-index + 루트 width, 미지정 시 100%) */
.th-layout-header {
  position: sticky !important;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}


/* blank-N0 */
/* 템플릿하우스 전용 네임스페이스 */
.blank-N0 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  background: #f7f7fb;
  padding-bottom: 2rem
}

.blank-N0 .contents-container {
  text-align: center
}

.blank-N0 .thfood-text {
  display: inline-block;
  opacity: 1;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease
}

.blank-N0 .thfood-text.thfood-fade-out {
  opacity: 0;
  transform: translateY(-10px)
}

@media (max-width: 992px) {
  .blank-N0 {
    padding-top: 4rem
  }
}
/* blank-N0_copy */
/* 검색 영역 */
/* 검색 입력 */
/* 검색 버튼 */
/* Tablet */
/* Mobile */
.blank-N0_copy {
  overflow: hidden;
  position: relative;
  background: #f7f7fb;
  padding-top: 3rem;
  padding-bottom: 4rem
}

.blank-N0_copy .contents-container {
  max-width: 900px
}

.cf-search-wrap {
  width: 100%;
  box-sizing: border-box
}

.cf-search-form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 72px;
  background: #fff;
  border: 2px solid #2BA355;
  border-radius: 999px;
  overflow: hidden;
  box-sizing: border-box;
  transition: box-shadow .25s ease
}

.cf-search-form:focus-within {
  box-shadow: 0 8px 30px rgba(43, 163, 85, 0.15)
}

.cf-search-input {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  height: 100%;
  padding: 0 28px;
  border: none;
  outline: none;
  background: transparent;
  font-size: 20px;
  font-weight: 500;
  color: #222;
  box-sizing: border-box
}

.cf-search-input::placeholder {
  color: #999
}

.cf-search-btn {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  margin-right: 7px;
  border: none;
  border-radius: 50%;
  background: #2BA355;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  transition: .2s ease
}

.cf-search-btn:hover {
  transform: scale(1.05)
}

.cf-search-btn:active {
  transform: scale(.96)
}

@media (max-width: 992px) {
  .cf-search-form {
    height: 64px
  }

  .cf-search-input {
    padding: 0 22px;
    font-size: 18px
  }

  .cf-search-btn {
    width: 52px;
    height: 52px;
    font-size: 22px
  }

  .blank-N0_copy {}
}

@media (max-width: 768px) {
  .cf-search-form {
    height: 58px
  }

  .cf-search-input {
    padding: 0 18px;
    font-size: 16px
  }

  .cf-search-btn {
    width: 46px;
    height: 46px;
    margin-right: 6px;
    font-size: 20px
  }
}
/* basic-N33 */
/* 버튼 */
/* 버튼 hover */
/* 아이콘 */
/* 아이콘 hover */
/* 텍스트 */
/* 태블릿 */
/* 모바일 */
.basic-N33 {
  background: #F7F7FBFF;
  padding-bottom: 30rem
}

.basic-category {
  padding-top: 2rem;
  padding-bottom: 2rem
}

.basic-category .category-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1.2rem
}

.basic-category .category-item {
  min-height: 8rem;
  background: #ffffff;
  border: 1px solid #E7E8EF;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.4rem;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(20, 20, 43, 0.04);
  outline: none;
  appearance: none
}

.basic-category .category-item:hover {
  background: #ffffff;
  border-color: #2FA360;
  box-shadow: 0 6px 16px rgba(47, 163, 96, 0.16)
}

.basic-category .category-icon {
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
  background: #EAF7EF;
  border-radius: 50%
}

.basic-category .category-item:hover .category-icon {
  background: #2FA360
}

.basic-category .category-name {
  color: #23262F;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
  min-width: 0
}

@media (max-width:992px) {
  .basic-category {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }

  .basic-category .category-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem
  }

  .basic-category .category-item {
    min-height: 7rem;
    padding: 1.1rem 1.2rem;
    border-radius: .8rem
  }

  .basic-category .category-name {
    font-size: 1.2rem
  }
}

@media (max-width:576px) {
  .basic-category .category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: .8rem
  }

  .basic-category .category-item {
    min-height: 6.5rem;
    padding: 1rem
  }

  .basic-category .category-icon {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1.3rem
  }

  .basic-category .category-name {
    font-size: 1.1rem
  }
}

@media (max-width: 992px) {
  .basic-N33 {
    padding-bottom: 6rem
  }
}

@media (max-width: 576px) {
  .basic-N33 {
    padding-bottom: 8rem
  }
}
/* basic-N50 */
/* ---------- 카드 이미지 1:1 비율 강제 고정 (PC/태블릿/모바일 공통) ---------- */
/* ---------- 상품 상세 모달 ---------- */
/* 마우스로 실제 호버가 가능한 환경(PC)에서만 hover 스타일 적용 → 터치 후 눌린 상태로 고정되는 문제 방지 */
/* 누르는 순간에만 즉각적인 눌림(햅틱) 피드백 → 손을 떼면 자동으로 원상태 복귀 */
/* ---------- 상품 신고 영역 ---------- */
/* ---------- 신고 처리 결과 메시지 박스 ---------- */
:root {
  --font-size-ms95naiv: 1.3rem
}

.basic-N50 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background: var(--bg-color)
}

.basic-N50 .textset {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem
}

.basic-N50 .contents-btn {
  width: 2.4rem;
  height: 2.4rem;
  background-color: transparent;
  border: 0
}

.basic-N50 .contents-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: top
}

.basic-N50 .btn-filter {
  display: none
}

.basic-N50 .contents-body {
  display: flex;
  justify-content: space-between;
  gap: 4rem
}

.basic-N50 .contents-left {
  flex-shrink: 0;
  width: 29rem;
  background-color: var(--white)
}

.basic-N50 .contents-filter-header,
.basic-N50 .contents-filter-footer {
  display: none
}

.basic-N50 .contents-right {
  width: 100%;
  overflow: hidden
}

.basic-N50 .contents-sort {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
  border-top: 1px solid var(--line-color3);
  border-bottom: 1px solid var(--border-color)
}

.basic-N50 .contents-sort-total span {
  font-weight: 700;
  color: var(--text-color1)
}

.basic-N50 .contents-sort-sel {
  display: flex;
  align-items: center;
  gap: 2rem
}

.basic-N50 .contents-sort .tabset .tabset-list {
  justify-content: flex-start
}

.basic-N50 .contents-sort .tabset .tabset-item {
  width: auto
}

.basic-N50 .contents-sort .tabset .tabset-link {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 0.4rem;
  color: var(--text-color3)
}

.basic-N50 .contents-sort .tabset .tabset-link.active {
  gap: 2px;
  color: var(--text-color1);
  font-weight: 700
}

.basic-N50 .contents-sort .tabset .tabset-item .tabset-link::before,
.basic-N50 .contents-sort .tabset .tabset-item .tabset-link.active::before {
  content: none;
  display: none
}

.basic-N50 .contents-sort .selectset {
  position: relative;
  width: auto !important;
  min-width: 14rem;
  max-width: none !important;
  flex-shrink: 0
}

.basic-N50 .contents-sort .selectset .selectset-toggle {
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  max-width: none !important;
  height: 4rem;
  padding: 0 3.6rem 0 1.6rem !important;
  white-space: nowrap !important;
  letter-spacing: -0.05rem;
  border-radius: 0.6rem;
  color: var(--black);
  overflow: visible !important
}

.basic-N50 .contents-sort .selectset .selectset-toggle span {
  display: inline-block !important;
  width: auto !important;
  max-width: none !important;
  overflow: visible !important;
  text-overflow: unset !important;
  white-space: nowrap !important
}

.basic-N50 .contents-sort .selectset .selectset-toggle::after {
  color: var(--text-color4)
}

.basic-N50 .contents-sort .selectset.active .selectset-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.basic-N50 .accordset .accordset-body {
  border-top: 0
}

.basic-N50 .accordset .accordset-content {
  display: block;
  padding: 2.4rem 2rem 2rem 2.4rem
}

.basic-N50 .checkset .checkset-input.input-round+.checkset-label::after {
  font-size: 2.4rem
}

.basic-N50 .contents-list {
  margin-top: 2rem;
  margin-bottom: 2em
}

.basic-N50 .cardset .cardset-figure {
  position: relative;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 2rem;
  overflow: hidden
}

.basic-N50 .cardset .cardset-figure .cardset-img,
.basic-N50 .cardset .cardset-img {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  object-fit: cover !important;
  object-position: center;
  display: block
}

.basic-N50 .cardset .cardset-body {
  margin-top: 1.6rem;
  padding: 0
}

.basic-N50 .cardset .cardset-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
  color: var(--text-color3)
}

.basic-N50 .cardset .cardset-name-date {
  color: var(--text-color3)
}

.basic-N50 .cardset .cardset-name-ad {
  flex-shrink: 0;
  font-size: 1.1rem;
  color: var(--text-color4, #bbb);
  text-align: right
}

.basic-N50 .cardset .cardset-tit+.cardset-desc {
  margin-top: 0.8rem
}

.basic-N50 .cardset .cardset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4
}

.basic-N50 .cardset .cardset-desc b {
  font-weight: 700
}

.basic-N50 .cardset .cardset-desc small {
  color: var(--text-color3)
}

.basic-N50 .cardset {
  cursor: pointer
}

.basic-N50 .contents-empty {
  min-height: 40rem;
  padding: 12rem 0;
  text-align: center;
  color: var(--text-color3)
}

.basic-N50 .pagiset .pagiset-link {
  border-radius: 0.6rem
}

.basic-N50 .pagiset-link.disabled {
  opacity: 0.35;
  pointer-events: none
}

.basic-N50 .contents-dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.7)
}

.basic-N50 .product-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 2rem
}

.basic-N50 .product-modal.active {
  display: flex
}

.basic-N50 .product-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.7)
}

.basic-N50 .product-modal-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 52rem;
  max-height: 85dvh;
  overflow-y: auto;
  padding: 3.2rem;
  border-radius: 1.6rem;
  background-color: var(--white);
  scrollbar-width: thin;
  scrollbar-color: var(--border-color, #ddd) transparent
}

.basic-N50 .product-modal-inner::-webkit-scrollbar {
  width: 0.6rem
}

.basic-N50 .product-modal-inner::-webkit-scrollbar-track {
  background: transparent;
  margin: 1.6rem 0
}

.basic-N50 .product-modal-inner::-webkit-scrollbar-thumb {
  background-color: var(--border-color, #ddd);
  border-radius: 999px
}

.basic-N50 .product-modal-close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  width: 3.2rem;
  height: 3.2rem;
  border: 0;
  background: transparent;
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
  color: var(--text-color3)
}

.basic-N50 .product-modal-head {
  padding-right: 3rem;
  margin-bottom: 2rem
}

.basic-N50 .product-modal-title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-color1)
}

.basic-N50 .product-modal-share-btn,
.basic-N50 .product-modal-report-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border: 1px solid var(--border-color, #e5e5e5);
  border-radius: 0.8rem;
  background: transparent;
  color: var(--text-color2, #555);
  cursor: pointer;
  transition: background-color 0.15s, color 0.15s, transform 0.1s;
  -webkit-tap-highlight-color: transparent
}

.basic-N50 .product-modal-share-btn:active,
.basic-N50 .product-modal-report-btn:active {
  background-color: var(--bg-color, #f2f2f2);
  color: var(--primary);
  transform: scale(0.92)
}

.basic-N50 .product-modal-share-btn:focus:not(:focus-visible),
.basic-N50 .product-modal-report-btn:focus:not(:focus-visible) {
  outline: none
}

.basic-N50 .product-modal-share-btn svg,
.basic-N50 .product-modal-report-btn svg {
  width: 1.8rem;
  height: 1.8rem
}

.basic-N50 .product-modal-body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2.4rem
}

.basic-N50 .product-modal-img-wrap {
  position: relative;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 1.2rem;
  overflow: hidden;
  background-color: var(--bg-color, #f5f5f5)
}

.basic-N50 .product-modal-img {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block
}

.basic-N50 .product-modal-info {
  display: flex;
  flex-direction: column;
  gap: 1.6rem
}

.basic-N50 .product-modal-row {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem
}

.basic-N50 .product-modal-label {
  flex-shrink: 0;
  line-height: 1.5;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary)
}

.basic-N50 .product-modal-countries {
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.5;
  font-size: 1.4rem;
  color: var(--text-color1);
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal
}

.basic-N50 .product-modal-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  flex: 1 1 auto;
  min-width: 0;
  margin-top: -0.3rem
}

.basic-N50 .product-modal-tag,
.basic-N50 .product-modal-tag-empty {
  flex-shrink: 0;
  white-space: nowrap
}

.basic-N50 .product-modal-tag {
  padding: 0.4rem 1rem;
  border-radius: 999px;
  background-color: var(--bg-color, #f2f2f2);
  font-size: 1.3rem;
  color: var(--text-color1)
}

.basic-N50 .product-modal-tag-empty {
  font-size: 1.3rem;
  color: var(--text-color3)
}

.basic-N50 .product-modal-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem
}

.basic-N50 .product-modal-buy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
  height: 5rem;
  border-radius: 0.8rem;
  background-color: var(--primary);
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center
}

.basic-N50 .product-modal-disclaimer {
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 1.5;
  color: var(--text-color4, #999);
  text-align: center
}

.basic-N50 .product-modal-toast {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translate(-50%, 1rem);
  padding: 1rem 1.6rem;
  border-radius: 0.8rem;
  background-color: rgba(17, 17, 17, 0.85);
  color: var(--white);
  font-size: 1.3rem;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 2
}

.basic-N50 .product-modal-toast.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0)
}

.basic-N50 .product-modal-report {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 0;
  transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.3s ease
}

.basic-N50 .product-modal-report.active {
  max-height: 60rem;
  opacity: 1;
  margin-top: 1.6rem
}

.basic-N50 .product-modal-report-inner {
  padding: 2rem;
  border-radius: 1.2rem;
  background-color: var(--bg-color, #f7f7f7)
}

.basic-N50 .product-modal-report-title {
  margin-bottom: 1.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-color1)
}

.basic-N50 .product-modal-report-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 1.8rem
}

.basic-N50 .product-modal-report-option {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  cursor: pointer
}

.basic-N50 .product-modal-report-input {
  flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  accent-color: var(--primary);
  cursor: pointer
}

.basic-N50 .product-modal-report-option span {
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--text-color1)
}

.basic-N50 .product-modal-report-etc-input {
  flex: 1 1 20rem;
  min-width: 0;
  height: 4rem;
  padding: 0 1.2rem;
  border: 1px solid var(--border-color, #e5e5e5);
  border-radius: 0.6rem;
  font-size: 1.3rem;
  color: var(--text-color1);
  background-color: var(--white)
}

.basic-N50 .product-modal-report-etc-input:disabled {
  background-color: var(--bg-color, #f2f2f2);
  color: var(--text-color4, #999);
  cursor: not-allowed
}

.basic-N50 .product-modal-report-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.8rem;
  border: 0;
  border-radius: 0.8rem;
  background-color: var(--primary);
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.15s
}

.basic-N50 .product-modal-report-submit-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed
}

.basic-N50 .product-modal-report-btn.active {
  background-color: var(--bg-color, #f2f2f2);
  color: var(--primary)
}

.basic-N50 .product-modal-msgbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 2rem
}

.basic-N50 .product-modal-msgbox.active {
  display: flex
}

.basic-N50 .product-modal-msgbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.4)
}

.basic-N50 .product-modal-msgbox-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 30rem;
  padding: 2.8rem 2rem 2rem;
  border-radius: 1.2rem;
  background-color: var(--white);
  box-shadow: 0 0.4rem 2rem rgba(17, 17, 17, 0.16);
  text-align: center
}

.basic-N50 .product-modal-msgbox-text {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--text-color1);
  word-break: keep-all
}

.basic-N50 .product-modal-msgbox-confirm-btn {
  width: 100%;
  height: 4.4rem;
  border: 0;
  border-radius: 0.8rem;
  background-color: var(--primary);
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer
}

@media (hover: hover) and (pointer: fine) {

  .basic-N50 .product-modal-share-btn:hover,
  .basic-N50 .product-modal-report-btn:hover {
    background-color: var(--bg-color, #f2f2f2);
    color: var(--primary)
  }
}

@media (max-width: 992px) {
  .basic-N50 {
    padding-top: 2rem;
    padding-bottom: 5rem
  }

  .basic-N50.filter-active .contents-left {
    width: calc(100% - 10rem);
    top: 0;
    right: 0;
    opacity: 1;
    visibility: visible
  }

  .basic-N50.filter-active .contents-dim {
    display: block
  }

  .basic-N50 .textset .textset-tit {
    max-width: calc(100% - 2.4rem)
  }

  .basic-N50 .contents-filter-header,
  .basic-N50 .contents-filter-footer {
    display: block
  }

  .basic-N50 .contents-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.6rem 1.6rem 1.6rem 2rem
  }

  .basic-N50 .contents-filter-header .btn-close {
    width: 2.8rem;
    height: 2.8rem
  }

  .basic-N50 .contents-filter-body {
    overflow-y: auto;
    height: 100%;
    padding-bottom: 22rem
  }

  .basic-N50 .contents-filter-body .accordset {
    border-top: 0
  }

  .basic-N50 .contents-filter-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.4rem;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 1.6rem;
    box-shadow: 0 0 3rem 0 rgba(var(--black-rgb), 0.1);
    background-color: var(--white)
  }

  .basic-N50 .btn-filter {
    display: block
  }

  .basic-N50 .contents-left {
    position: fixed;
    right: -100%;
    opacity: 0;
    visibility: visible;
    width: 0;
    height: 100%;
    transition: 0.4s;
    z-index: 300
  }

  .basic-N50 .contents-sort {
    flex-wrap: nowrap;
    gap: 1rem;
    margin-bottom: 4rem
  }

  .basic-N50 .contents-sort-total {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 1.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .basic-N50 .contents-sort-sel {
    flex: 0 0 auto;
    flex-wrap: nowrap;
    width: auto;
    justify-content: flex-end
  }

  .basic-N50 .contents-sort .tabset .tabset-list {
    justify-content: flex-end
  }

  .basic-N50 .contents-sort .tabset .tabset-link {
    padding: 0 0.3rem;
    font-size: 1.3rem;
    white-space: nowrap
  }

  .basic-N50 .contents-sort .selectset {
    display: none
  }

  .basic-N50 .contents-list {
    margin-top: -1rem;
    margin-bottom: -1rem
  }

  .basic-N50 .cardset .cardset-figure {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important
  }

  .basic-N50 .pagiset {
    margin-top: 4rem
  }

  .basic-N50 .pagiset .pagiset-link {
    width: 3.2rem;
    height: 3.2rem
  }

  .basic-N50 .product-modal-inner {
    max-height: 85vh;
    padding: 2rem 1.6rem
  }

  .basic-N50 .product-modal-title {
    font-size: 1.6rem
  }

  .basic-N50 .product-modal-head {
    margin-bottom: 1.2rem
  }

  .basic-N50 .product-modal-body {
    gap: 1.4rem;
    margin-bottom: 1.6rem
  }

  .basic-N50 .product-modal-info {
    gap: 1rem
  }

  .basic-N50 .product-modal-buy-btn {
    height: 4.6rem
  }
}

@media (max-width: 576px) {
  .basic-N50 .cardset .cardset-figure {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important
  }

  .basic-N50 .product-modal-actions {
    gap: 0.6rem
  }

  .basic-N50 .product-modal-share-btn,
  .basic-N50 .product-modal-report-btn {
    width: 4.4rem;
    height: 4.4rem
  }

  .basic-N50 .product-modal-buy-btn {
    font-size: 1.4rem
  }
}