﻿@charset "utf-8";

.home_hero {
  display: flex;
gap: 18px;
  padding-bottom: 14px;
}

.home_banner {
  padding-bottom: 24px;
  min-width: 0;
}

.home_banner_media {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: #fff;
  box-shadow: var(--shadow);
  min-width: 0;
}

.home_banner #main_bn {
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home_banner_overlay {
  position: absolute;
  left: clamp(24px, 4vw, 42px);
  bottom: clamp(24px, 4vw, 42px);
  z-index: 4;
  width: min(480px, calc(100% - 48px));
  padding: 26px 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background: rgba(17, 17, 17, 0.7);
  backdrop-filter: blur(14px);
  color: #fff;
}

.home_banner_overlay .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.home_banner_overlay h2 {
  margin-bottom: 12px;
  font-family: 'PB_B', sans-serif;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.home_banner_overlay > p:not(.eyebrow) {
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}

.home_banner_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.home_hero_copy,
.home_hero_visual {
  min-width: 0;
}

.home_hero_copy,
.basic_intro,
.home_callout,
.category_card,
.value_card,
.account_card,
.account_panel,
.wishlist_item,
.cart_item,
.cart_summary {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
  min-width: 0;
  overflow: hidden;
}

.home_hero_copy {
  padding: 26px 28px;
}

.home_hero_intro {
}

.home_hero_intro .home_hero_copy {
  padding: 28px 30px;
}

.home_hero_copy h2,
.basic_intro h2 {
  margin-bottom: 12px;
  font-family: 'PB_B', sans-serif;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.18;
  letter-spacing: -0.05em;
}

.home_hero_copy > p:last-of-type,
.basic_intro p:last-child {
  max-width: 620px;
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
}

.home_hero_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.home_stats {
  display: flex;
gap: 12px;
  margin-top: 24px;
}

.home_stats li {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fafafa;
}

.home_stats strong {
  display: block;
  margin-bottom: 6px;
  font-family: 'PB_B', sans-serif;
  font-size: clamp(20px, 2vw, 26px);
  letter-spacing: -0.04em;
}

.home_stats span {
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  color: var(--muted);
}

.banner_fallback {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  padding: 32px;
  border-radius: 28px;
  background: linear-gradient(135deg, #ffffff 0%, #e8e8e8 100%);
  color: #111;
}

.banner_fallback strong {
  margin-bottom: 14px;
  font-family: 'PB_B', sans-serif;
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.18;
  letter-spacing: -0.05em;
}

.banner_fallback p:last-child {
  max-width: 460px;
  font-family: 'PB_M', sans-serif;
  line-height: 1.75;
  color: var(--muted);
}

.home_section {
  padding: 24px 0 40px;
}

.sec_heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.sec_heading h2 {
  font-family: 'PB_B', sans-serif;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.22;
  letter-spacing: -0.04em;
}

.sec_heading_side {
  max-width: 420px;
}

.sec_heading_side p {
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

.sec_heading_side a {
  display: inline-flex;
  margin-top: 12px;
  font-family: 'PB_B', sans-serif;
  font-size: 14px;
}

.category_grid,
.home_benefits,
.account_stats {
  display: flex;
  gap: 18px;
  min-width: 0;
}

.category_grid {
}

.home_benefits,
.account_stats {
}

.category_card,
.value_card {
  padding: 22px;
}

.category_card_count {
  margin-bottom: 14px;
  font-family: 'PB_B', sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.category_card strong,
.value_card strong {
  display: block;
  margin-bottom: 12px;
  font-family: 'PB_B', sans-serif;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.category_card p,
.value_card p:last-child {
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

.category_card span {
  display: inline-flex;
  margin-top: 18px;
  font-family: 'PB_B', sans-serif;
  font-size: 14px;
}

.value_card_link {
  display: block;
}

.value_card_link {
  display: inline-flex;
  margin-top: 18px;
  font-family: 'PB_B', sans-serif;
  font-size: 14px;
}

.home_callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 0 0 42px;
  padding: 28px 30px;
}

.home_callout strong {
  display: block;
  margin-bottom: 10px;
  max-width: 780px;
  font-family: 'PB_B', sans-serif;
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.home_callout p:last-child {
  max-width: 720px;
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
}

.home_callout a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 210px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-family: 'PB_B', sans-serif;
  font-size: 14px;
}

.home_stage {
  display: flex;
  gap: 18px;
  padding-bottom: 24px;
}

.home_banner_media {
  min-height: 100%;
  border-radius: 36px;
  border: 1px solid var(--line);
  background: #f0f0f0;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.08);
}

.home_banner_overlay {
  left: clamp(24px, 3vw, 40px);
  right: auto;
  bottom: clamp(24px, 3vw, 40px);
  width: min(520px, calc(100% - 48px));
  padding: 30px 32px;
  border: 0;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.62) 0%, rgba(17, 17, 17, 0.88) 100%);
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.2);
}

.home_banner_overlay .eyebrow {
  margin-bottom: 14px;
}

.home_banner_overlay h2 {
  margin-bottom: 14px;
  font-size: clamp(32px, 3.5vw, 48px);
}

.home_banner_overlay p:last-of-type {
  max-width: 420px;
  font-size: 16px;
  line-height: 1.8;
}

.home_banner_actions {
  margin-top: 24px;
}

.editorial_note strong {
  margin-bottom: 12px;
  font-family: 'PB_B', sans-serif;
  font-size: clamp(26px, 2.5vw, 34px);
  line-height: 1.16;
  letter-spacing: -0.05em;
}

.editorial_note_list li {
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
}

.home_utility {
  display: flex;
gap: 12px;
}

.home_service_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 84px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.home_service_link:hover {
  transform: translateY(-2px);
  border-color: var(--line_strong);
}

.home_service_link_label,
.product_brand,
.editorial_card_index {
  display: inline-flex;
  margin-bottom: 10px;
  font-family: 'PB_B', sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted_2);
}

.home_service_link strong {
  display: block;
  font-family: 'PB_B', sans-serif;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.home_section {
  padding: 26px 0 42px;
}

.home_category_strip {
  display: flex;
gap: 12px;
}

.home_category_link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 112px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.home_category_link span {
  display: inline-flex;
  margin-bottom: 10px;
  font-family: 'PB_B', sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--muted_2);
}

.home_category_link strong {
  font-family: 'PB_B', sans-serif;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.home_slider_section {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: #fff;
  box-shadow: var(--shadow);
}

.home_slider_section + .home_slider_section {
  margin-top: 32px;
}

.home_categories + .home_slider_section {
  margin-top: 32px;
}

.home_slider_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.home_slider_head h2 {
  font-family: 'PB_B', sans-serif;
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.16;
  letter-spacing: -0.05em;
}

.home_slider_actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.home_slider_actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'PB_B', sans-serif;
  font-size: 14px;
}

.home_slider_actions a::after,
.value_card_link::after {
  content: '\2192';
  font-size: 12px;
}

.home_slider_nav {
  display: inline-flex;
  gap: 8px;
}

.home_slider_nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: #111;
  cursor: pointer;
}

.home_slider_section_featured {
  background: linear-gradient(180deg, #fff 0%, #f7f7f7 100%);
}

.home_slider_section_accent {
  background: #111;
  border-color: #111;
  color: #fff;
}

.home_slider_section_accent .eyebrow,
.home_slider_section_accent .product_brand,
.home_slider_section_accent .product_list .sct_basic,
.home_slider_section_accent .product_list .sct_dict,
.home_slider_section_accent .home_slider_actions a {
  color: rgba(255, 255, 255, 0.66);
}

.home_slider_section_accent .home_slider_nav button,
.home_slider_section_accent .product_list .sct_li,
.home_slider_section_accent .product_list .sct_op_btn > button,
.home_slider_section_accent .product_list .sct_img,
.home_slider_section_accent .product_list .sct_bottom {
  background: #1a1a1a;
}

.home_slider_section_accent .home_slider_nav button,
.home_slider_section_accent .product_list .sct_li {
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.home_slider_section_accent .home_slider_nav button,
.home_slider_section_accent .product_list .sct_txt a,
.home_slider_section_accent .product_price,
.home_slider_section_accent .product_discount,
.home_slider_section_accent .product_list .sct_op_btn > button {
  color: #fff;
}

.home_slider_section_accent .product_list .sct_op_btn > button {
  border-color: rgba(255, 255, 255, 0.12);
}

.home_slider_section_accent .product_list .sct_txt {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.product_list {
  display: flex;
gap: 20px;
  margin: 0 !important;
  min-width: 0;
}

.product_carousel.owl-carousel {
  display: block;
}

.product_carousel.owl-carousel .owl-stage {
  display: flex;
}

.product_carousel.owl-carousel .owl-item {
  display: flex;
  height: auto;
}

.product_carousel.owl-carousel .owl-item .sct_li {
  height: 100%;
}

.product_list .sct_li {
  display: flex;
  flex-direction: column;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}

.product_list .sct_img {
  position: relative;
  aspect-ratio: 4 / 5;
  background: #f3f3f3;
}

.product_list .sct_img a {
  display: block;
  width: 100%;
  height: 100%;
}

.product_list .sct_img img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.product_list .list_10_btn .sct_cart {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: calc(100% - 32px);
  left: 16px;
  bottom: 16px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 0;
  background: rgba(17, 17, 17, 0.88);
  font-family: 'PB_B', sans-serif;
  font-size: 14px;
}

.product_list .sct_ct_wrap {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px 20px 18px;
}

.product_list .sct_star {
  margin: 0 0 10px;
}

.product_list .sct_txt {
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.product_list .sct_txt a {
  font-family: 'PB_B', sans-serif;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: -0.03em;
}

.product_list .sct_basic {
  min-height: 44px;
  margin-top: 10px;
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

.product_list .sct_bottom {
  display: flex;
align-items: end;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
}

.product_list .sct_cost {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.product_discount {
  font-family: 'PB_B', sans-serif;
  font-size: 14px;
  color: #111;
}

.product_price {
  font-family: 'PB_B', sans-serif;
  font-size: 22px;
  line-height: 1;
}

.product_list .sct_dict {
  order: 3;
  width: 100%;
  margin-bottom: 0;
  font-family: 'PB_M', sans-serif;
  font-size: 12px;
  color: var(--muted_2);
  text-decoration: line-through;
}

.product_list .sct_op_btn {
  position: static;
  display: flex;
  gap: 8px;
}

.product_list .sct_op_btn > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--muted);
}

.home_section .sct_noitem,
.empty_state {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 24px;
  border: 1px dashed var(--line_strong);
  border-radius: 24px;
  background: #fafafa;
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  color: var(--muted);
  text-align: center;
}

.basic_intro {
  padding: 28px 30px;
  margin-bottom: 24px;
}

.basic_intro h2 {
  font-size: clamp(28px, 3vw, 38px);
}

.account_page,
.wishlist_page,
.cart_page {
  display: flex;
  gap: 18px;
  min-width: 0;
}

.account_hero {
  display: flex;
align-items: stretch;
  gap: 14px;
  min-width: 0;
}

.account_card {
  padding: 22px;
  min-height: 210px;
}

.account_card_profile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.account_profile {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.account_profile_image {
  flex: 0 0 auto;
}

.account_profile_image img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.account_profile_content h2 {
  margin-bottom: 8px;
  font-family: 'PB_B', sans-serif;
  font-size: clamp(24px, 2.3vw, 30px);
  line-height: 1.18;
  letter-spacing: -0.05em;
}

.account_profile_content p:last-child {
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

.account_stats .account_stat {
  padding: 18px;
  min-height: 98px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.account_stat span {
  display: block;
  margin-bottom: 8px;
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  color: var(--muted);
}

.account_stat strong {
  font-family: 'PB_B', sans-serif;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.account_grid {
  display: flex;
gap: 14px;
  min-width: 0;
}

.account_panel {
  padding: 22px;
}

.account_panel_wish,
.account_panel_orders {
}

.account_panel_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.account_panel_head h3,
.cart_summary h3 {
  font-family: 'PB_B', sans-serif;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.account_link {
  font-family: 'PB_B', sans-serif;
  font-size: 14px;
}

.account_info {
  display: flex;
gap: 10px 14px;
  margin-bottom: 18px;
}

.account_info dt {
  font-family: 'PB_B', sans-serif;
  font-size: 14px;
  color: var(--muted);
}

.account_info dd {
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink_2);
}

.account_orders .tbl_wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 20px;
}

.account_orders table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.account_orders th,
.account_orders td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
}

.account_orders th {
  background: #fafafa;
  font-family: 'PB_B', sans-serif;
}

.account_orders .status_01,
.account_orders .status_02,
.account_orders .status_03,
.account_orders .status_04,
.account_orders .status_05,
.account_orders .status_06,
.status_chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid var(--line_strong);
  border-radius: 999px;
  background: #fff;
  font-family: 'PB_B', sans-serif;
  font-size: 12px;
}

.account_wishlist,
.wishlist_list {
  display: flex;
  gap: 14px;
}

.account_wishlist_item,
.wishlist_item {
  display: flex;
align-items: center;
  gap: 14px;
  padding: 16px;
}

.account_wishlist_thumb img,
.wishlist_item_thumb img,
.cart_item_thumb img {
  display: block;
  width: 100%;
  border-radius: 16px;
}

.account_wishlist_name,
.wishlist_item_name,
.cart_item_name {
  display: inline-flex;
  margin-bottom: 8px;
  font-family: 'PB_B', sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.account_wishlist_price,
.wishlist_item_price {
  display: block;
  margin-bottom: 6px;
  font-family: 'PB_B', sans-serif;
  font-size: 20px;
}

.account_wishlist_date,
.wishlist_item_date,
.cart_item_option,
.cart_item_option ul,
.cart_item_option li {
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

.cart_layout {
  display: flex;
gap: 18px;
  align-items: start;
  min-width: 0;
}

.cart_toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 4px;
}

.cart_toolbar_check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cart_toolbar_check em {
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  color: var(--muted);
  font-style: normal;
}

.cart_toolbar_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cart_toolbar_buttons button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line_strong);
  border-radius: 999px;
  background: #fff;
  font-family: 'PB_B', sans-serif;
  font-size: 14px;
  cursor: pointer;
}

.sod_option_btn .mod_options {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 10px;
  padding: 0 14px;
  border: 1px solid var(--line_strong);
  border-radius: 999px;
  background: #fff;
  font-family: 'PB_B', sans-serif;
  font-size: 12px;
  color: #111;
  cursor: pointer;
}

.cart_items {
  display: flex;
  gap: 14px;
  min-width: 0;
}

.cart_item {
  display: flex;
gap: 16px;
  padding: 18px;
}

.cart_item_meta {
  display: flex;
gap: 12px;
}

.cart_item_meta dl {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fafafa;
}

.cart_item_meta dt {
  margin-bottom: 8px;
  font-family: 'PB_B', sans-serif;
  font-size: 12px;
  color: var(--muted);
}

.cart_item_meta dd {
  font-family: 'PB_B', sans-serif;
  font-size: 16px;
}

.cart_item_meta .is_total {
  background: #111;
  border-color: #111;
}

.cart_item_meta .is_total dt,
.cart_item_meta .is_total dd {
  color: #fff;
}

.cart_summary {
  align-self: flex-start;
  padding: 24px;
  position: sticky;
  top: 130px;
}

.cart_summary ul {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.cart_summary li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
}

.cart_summary li.is_total {
  padding-top: 20px;
  border-bottom: 0;
}

.cart_summary li strong {
  font-family: 'PB_B', sans-serif;
  font-size: 18px;
}

.item_delete {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--muted);
}

.review_page {
  display: flex;
  gap: 22px;
  min-width: 0;
}

.review_toolbar {
  display: flex;
gap: 12px;
  align-items: center;
}

.review_toolbar select {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line_strong);
  border-radius: 999px;
  background: #fff;
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
}

.review_toolbar_search {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 6px 6px 18px;
  border: 1px solid var(--line_strong);
  border-radius: 999px;
  background: #fff;
}

.review_toolbar_search input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  outline: 0;
}

.review_toolbar_search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-family: 'PB_B', sans-serif;
  font-size: 14px;
  cursor: pointer;
}

.review_list {
  display: flex;
  gap: 16px;
  min-width: 0;
}

.review_card {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.review_card_summary {
  display: flex;
gap: 18px;
  align-items: center;
  padding: 22px;
}

.review_card_product {
  display: flex;
  align-items: center;
  gap: 16px;
}

.review_card_thumb img {
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 18px;
  object-fit: cover;
}

.review_card_product_name {
  margin-bottom: 8px;
  font-family: 'PB_B', sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

.review_card_star {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.review_card_star img {
  width: 80px;
  height: auto;
}

.review_card_title {
  display: block;
  margin-bottom: 8px;
  font-family: 'PB_B', sans-serif;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.review_card_excerpt {
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
}

.review_card_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.review_card_meta span {
  font-family: 'PB_M', sans-serif;
  font-size: 12px;
  color: var(--muted);
}

.review_card_action {
  display: flex;
  align-items: center;
}

.review_detail {
  display: none;
  padding: 0 22px 22px;
}

.review_detail_content {
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  line-height: 1.9;
}

.review_detail_content img {
  max-width: 100%;
  height: auto;
}

.review_reply {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fafafa;
}

.review_reply_title {
  display: block;
  margin-bottom: 10px;
  font-family: 'PB_B', sans-serif;
  font-size: 16px;
}

.review_reply_content {
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
}

#cart_list #mod_option_frm {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  width: min(560px, calc(100% - 24px));
  max-height: 80vh;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.12);
}

.mod_option_bg {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.35);
}

.cart_naverpay {
  margin-top: 12px;
}

.home_section {
  padding: clamp(20px, 3vw, 36px) 0;
}

.home_hero,
.account_hero {
}

.home_hero_copy h2,
.basic_intro h2 {
  font-size: clamp(26px, 3vw, 38px);
}

.sec_heading h2 {
  font-size: clamp(22px, 2.5vw, 32px);
}

.category_grid {
}

.home_benefits,
.account_stats {
}

.product_list {
}

.cart_item {
}

.review_toolbar {
}

.review_card_summary {
}

@media (max-width: 1200px) {
  .home_hero,
  .account_hero,
  .cart_layout {
}

  .home_utility {
}

  .home_category_strip {
}

  .home_banner_overlay {
    width: min(420px, calc(100% - 40px));
  }

  .category_grid,
  .home_benefits,
  .account_stats,
  .product_list {
}

  .account_grid {
}

  .account_card,
  .account_stat,
  .account_panel {
    min-height: 0;
  }

  .review_toolbar,
  .review_card_summary {
}

  .cart_item {
}

  .cart_item_meta {
}

  .cart_item_meta .is_total {
  }

  .cart_summary {
    position: static;
  }
}

@media (max-width: 900px) {
  .home_slider_head,
  .sec_heading,
  .home_callout {
flex-direction: column;
    align-items: flex-start;
  }

  .home_callout a {
    margin-left: 0;
  }

  .sec_heading_side,
  .home_hero_copy > p:last-of-type,
  .basic_intro p:last-child,
  .banner_fallback p:last-child {
    max-width: none;
  }

  .home_stats {
}

  .home_banner_overlay {
    left: 18px;
    right: 18px;
    bottom: 18px;
    width: auto;
    padding: 20px 20px 18px;
  }

  .home_banner_overlay h2 {
    font-size: clamp(24px, 7vw, 34px);
  }

  .home_slider_section {
    padding: 24px;
    border-radius: 26px;
  }

  .home_utility {
}

  .home_category_strip {
}

  .account_wishlist_item,
  .wishlist_item,
  .cart_item {
}

  .review_toolbar {
}

  .review_card_action {
    justify-content: flex-start;
  }

  .cart_item_thumb,
  .account_wishlist_thumb,
  .wishlist_item_thumb {
    width: 120px;
  }

  .account_grid,
  .cart_layout,
  .review_card_summary {
}

  .cart_item_meta {
}

  .product_list .sct_bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .product_list .sct_op_btn {
    width: 100%;
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .home_hero_copy,
  .basic_intro,
  .home_callout,
  .category_card,
  .value_card,
  .account_card,
  .account_panel,
  .wishlist_item,
  .cart_item,
  .cart_summary {
    padding: 22px;
    border-radius: 22px;
  }

  .home_banner_media {
    border-radius: 22px;
  }

  .banner_fallback {
    padding: 22px;
    border-radius: 22px;
  }

  .home_banner_overlay {
    position: static;
    width: auto;
    margin: 16px;
    padding: 18px;
    border-radius: 20px;
  }

  .home_stage {
    gap: 16px;
    padding-bottom: 18px;
  }

  .home_slider_section {
    padding: 20px;
    border-radius: 22px;
  }

  .home_banner_actions .btn {
    width: 100%;
  }

  .home_hero_copy h2,
  .basic_intro h2 {
    font-size: 28px;
  }

  .home_stats,
  .category_grid,
  .home_benefits,
  .account_stats,
  .product_list,
  .cart_item_meta {
}

  .home_category_strip {
}

  .sec_heading_side a,
  .category_card span,
  .value_card_link {
    width: 100%;
    justify-content: flex-start;
  }

  .review_toolbar_search {
    padding-left: 14px;
  }

  .review_toolbar_search button {
    min-width: 78px;
  }

  .review_card_summary,
  .review_detail {
    padding: 18px;
  }

  .review_detail {
    padding-top: 0;
  }

  .home_callout a {
    width: 100%;
  }

  .account_profile {
    flex-direction: column;
    align-items: flex-start;
  }

  .account_info {
gap: 8px;
  }

  .product_list .sct_bottom {
    gap: 10px;
  }
}

@media (max-width: 640px) {
  .home_stats {
}

  .cart_item_meta {
}
}

@media (max-width: 560px) {
  .home_section {
    padding: 18px 0 26px;
  }

  .sec_heading {
    gap: 12px;
    margin-bottom: 16px;
  }

  .sec_heading_side {
    max-width: none;
  }

  .home_hero_copy,
  .category_card,
  .value_card,
  .account_card,
  .account_panel,
  .wishlist_item,
  .cart_item,
  .cart_summary {
    padding: 18px;
    border-radius: 18px;
  }

  .home_slider_section {
    padding: 18px;
    border-radius: 18px;
  }

  .home_hero_copy h2,
  .basic_intro h2 {
    font-size: clamp(22px, 6vw, 26px);
  }

  .sec_heading h2 {
    font-size: clamp(20px, 6vw, 24px);
  }

  .home_stats {
    gap: 10px;
    margin-top: 18px;
  }

  .home_stats li,
  .category_card,
  .value_card {
    padding: 16px;
  }

  .category_card strong,
  .value_card strong {
    font-size: 18px;
  }

  .home_hero_actions,
  .home_banner_actions {
    gap: 8px;
  }

  .home_hero_actions .btn,
  .home_banner_actions .btn {
    width: 100%;
    min-height: 46px;
  }

  .product_list .sct_ct_wrap {
    padding: 16px 16px 14px;
  }

  .product_list .sct_bottom {
    align-items: stretch;
  }

  .product_list .sct_txt a,
  .account_wishlist_name,
  .wishlist_item_name,
  .cart_item_name {
    font-size: 16px;
  }

  .product_list .sct_cost,
  .account_wishlist_price,
  .wishlist_item_price {
    font-size: 18px;
  }
}

/* Home layout reset */
.home_stage {
align-items: stretch;
  gap: 20px;
  padding-bottom: 12px;
}

.home_stage > * {
  min-width: 0;
}

.home_banner_media {
  min-height: clamp(400px, 41vw, 560px);
}

.home_banner_overlay {
  left: 24px;
  bottom: 24px;
  width: min(360px, calc(100% - 48px));
  padding: 20px 20px 18px;
  border-radius: 24px;
  background: rgba(17, 17, 17, 0.86);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.home_banner_overlay .eyebrow {
  margin-bottom: 10px;
}

.home_banner_overlay h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
}

.home_banner_actions {
  gap: 8px;
  margin-top: 18px;
}

.home_banner_actions .btn {
  min-height: 40px;
  padding: 0 14px;
  font-size: 12px;
}

.home_banner_actions .btn_ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.home_utility {
  height: 100%;
gap: 12px;
}

.home_service_link {
  position: relative;
  min-height: 0;
  padding: 20px 20px 18px;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.home_service_link::after {
  content: '\2192';
  position: absolute;
  right: 18px;
  bottom: 18px;
  font-size: 12px;
  color: var(--muted);
}

.home_service_link strong {
  max-width: calc(100% - 28px);
  font-size: 18px;
}

.home_section {
  padding: 20px 0 18px;
}

.home_category_strip {
gap: 14px;
}

.home_category_link {
  min-height: 104px;
  padding: 18px 20px;
  border-radius: 20px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.home_category_link:hover {
  transform: translateY(-2px);
  border-color: var(--line_strong);
}

.home_category_link strong {
  font-size: 18px;
}

.home_slider_section {
  padding: 24px;
  border-radius: 28px;
}

.home_slider_head {
  align-items: center;
  margin-bottom: 18px;
}

.home_slider_head h2 {
  font-size: clamp(24px, 2.1vw, 30px);
}

.home_slider_actions {
  gap: 12px;
}

.home_slider_actions a {
  font-size: 14px;
}

.home_slider_nav button {
  width: 36px;
  height: 36px;
}

.product_list .sct_li {
  border-radius: 24px;
}

.product_list .sct_ct_wrap {
  padding: 18px 18px 16px;
}

.product_list .sct_txt a {
  font-size: 16px;
  line-height: 1.4;
}

.product_list .sct_basic {
  min-height: 0;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.65;
}

.product_price {
  font-size: 20px;
}

@media (max-width: 1200px) {
  .home_stage {
}

  .home_banner_media {
    min-height: clamp(360px, 48vw, 520px);
  }

  .home_utility {
}
}

@media (max-width: 900px) {
  .home_banner_overlay {
    left: 18px;
    right: 18px;
    bottom: 18px;
    width: auto;
    padding: 18px;
  }

  .home_banner_overlay h2 {
    font-size: clamp(24px, 6vw, 32px);
  }

  .home_utility {
}

  .home_service_link {
    min-height: 92px;
  }
}

@media (max-width: 767px) {
  .home_stage {
    gap: 14px;
    padding-bottom: 10px;
  }

  .home_banner_overlay {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    margin: 0;
    width: auto;
    padding: 16px;
    border-radius: 20px;
  }

  .home_banner_actions .btn {
    flex: 1 1 calc(50% - 4px);
    width: auto;
    min-width: 0;
  }

  .home_category_strip {
}

  .home_slider_section {
    padding: 20px;
    border-radius: 22px;
  }
}

@media (max-width: 560px) {
  .home_banner_overlay {
    position: static;
    margin: 12px;
  }

  .home_banner_actions .btn {
    flex: 1 1 100%;
    width: 100%;
  }

  .home_category_strip {
}

  .home_category_link {
    min-height: 88px;
  }

  .home_slider_head {
    gap: 12px;
    margin-bottom: 16px;
  }
}

.home_slider_actions {
  min-width: max-content;
}

.home_slider_nav {
  display: inline-flex;
  gap: 8px;
}

.home_slider_nav button {
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.home_slider_nav button:disabled {
  opacity: 0.42;
  cursor: default;
}

.product_list .list_10_btn {
  display: none !important;
}

.product_list .sct_bottom {
  display: flex;
align-items: stretch;
  gap: 14px;
}

.product_list .sct_cost {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
}

.product_list .product_actions {
  display: flex;
align-items: center;
  gap: 10px;
}

.product_list .product_cart {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: static;
  left: auto;
  bottom: auto;
  width: 100%;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #111;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-family: 'PB_B', sans-serif;
  font-size: 14px;
  line-height: 1;
}

.product_list .product_cart i {
  margin-right: 6px;
  font-size: 14px;
}

.product_list .sct_op_btn {
  position: static;
  width: auto;
  justify-content: flex-end;
}

.product_list .sct_op_btn > button {
  width: 42px;
  height: 42px;
}

@media (max-width: 900px) {
  .home_slider_actions {
    width: 100%;
    justify-content: space-between;
  }

  .home_slider_section + .home_slider_section,
  .home_categories + .home_slider_section {
    margin-top: 24px;
  }
}

@media (max-width: 560px) {
  .home_slider_actions {
    gap: 10px;
  }

  .home_slider_actions a {
    order: 2;
  }

  .home_slider_nav {
    order: 1;
  }

  .product_list .product_actions {
}
}

#cart_page {
  gap: 22px;
}

#cart_page .cart_toolbar {
  margin-bottom: 4px;
}

#cart_page .cart_layout {
  gap: 22px;
  align-items: start;
}

#cart_page .cart_items > .empty_state_cart {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 300px;
  padding: 36px;
  border-style: solid;
  border-color: var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
  text-align: left;
}

#cart_page .empty_state_eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  font-family: 'PB_B', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted_2);
}

#cart_page .empty_state_cart strong {
  display: block;
  margin-bottom: 10px;
  font-family: 'PB_B', sans-serif;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #111;
}

#cart_page .empty_state_cart p {
  max-width: 380px;
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
}

#cart_page .cart_summary {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
}

#cart_page .cart_summary_note {
  margin-top: 10px;
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

#cart_page #cart_total {
  margin: 0;
  border: 1px solid var(--line);
}

#cart_page #cart_total ul {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

#cart_page #cart_total ul::after {
  display: none;
}

#cart_page #cart_total li {
  float: none;
  width: auto;
  min-width: 0;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-left: 1px solid var(--line);
  border-radius: 18px;
  background: #fafafa;
  color: #111;
  text-align: left;
  font-size: 14px;
}

#cart_page #cart_total li:first-child {
  border-left: 1px solid var(--line);
}

#cart_page #cart_total li span {
  display: block;
  float: none;
  margin: 0 0 6px;
  color: var(--muted);
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

#cart_page #cart_total li strong {
  display: block;
  color: #111;
  font-family: 'PB_B', sans-serif;
  font-size: 28px;
  line-height: 1.1;
}

#cart_page #cart_total li.is_total {
  background: #111;
  border-color: #111;
}

#cart_page #cart_total li.is_total span,
#cart_page #cart_total li.is_total strong {
  color: #fff;
}

#cart_page .cart_item {
  padding: 22px;
  border-radius: 28px;
}

#cart_page .cart_item_meta dl {
  min-height: 88px;
  padding: 16px;
  border-radius: 18px;
}

#cart_page .cart_item_meta dd {
  line-height: 1.35;
}

#cart_page .action_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

#cart_page .action_row .cart_naverpay {
  margin-left: auto;
}

@media (max-width: 1200px) {
  #cart_page .cart_items > .empty_state_cart {
    min-height: 240px;
  }
}

@media (max-width: 767px) {
  #cart_page .cart_items > .empty_state_cart {
    min-height: 220px;
    padding: 24px;
    border-radius: 22px;
  }

  #cart_page .empty_state_cart strong {
    font-size: 22px;
  }

  #cart_page .cart_summary {
    padding: 22px;
    border-radius: 22px;
  }

  #cart_page #cart_total li strong {
    font-size: 24px;
  }

  #cart_page .action_row {
    flex-direction: column;
    align-items: stretch;
  }

  #cart_page .action_row .cart_naverpay {
    margin-left: 0;
  }
}

/* Refactor flex layout */
.home_stage {
  align-items: stretch;
  gap: 20px;
  margin-top: 30px;
}

.home_banner_media {
  flex: 1 1 calc(100% - 340px);
  min-width: 0;
}

.home_utility {
  flex: 0 0 300px;
  flex-direction: column;
  min-width: 280px;
}

.home_category_strip {
  flex-wrap: wrap;
  gap: 16px;
}

.home_category_link {
  flex: 1 1 calc(33.333% - 12px);
  min-width: 220px;
}

.home_slider_actions {
  justify-content: space-between;
}

.product_carousel.owl-carousel .owl-stage-outer {
  overflow: hidden;
}

.product_carousel.owl-carousel .owl-item {
  min-width: 0;
}

.product_list .sct_li {
  width: 100% !important;
  min-width: 0;
}

.product_list .sct_bottom {
  justify-content: space-between;
}

.product_list .sct_cost {
  flex: 1 1 0;
  min-width: 0;
}

.product_list .product_actions {
  flex: 0 0 auto;
  min-width: 150px;
  justify-content: flex-end;
}

.product_list .product_cart {
  flex: 1 1 auto;
  min-width: 110px;
}

.product_list .sct_op_btn {
  flex: 0 0 auto;
}

.account_page,
.wishlist_page,
.cart_page,
.review_page {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.account_hero {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}

.account_card_profile {
  flex: 1 1 0;
  min-width: 0;
}

.account_stats {
  flex: 0 0 320px;
  flex-wrap: wrap;
  gap: 16px;
}

.account_stat {
  flex: 1 1 calc(50% - 8px);
}

.account_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.account_grid > * {
  flex: 1 1 calc(50% - 10px);
  min-width: 0;
}

.account_panel_wish {
  flex-basis: 100%;
}

.account_wishlist,
.wishlist_list,
.cart_items,
.review_list {
  flex-direction: column;
}

.account_wishlist_item,
.wishlist_item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.account_wishlist_thumb,
.wishlist_item_thumb {
  flex: 0 0 120px;
  width: 120px;
}

.account_wishlist_content,
.wishlist_item_content {
  flex: 1 1 0;
  min-width: 0;
}

.cart_layout {
  flex-wrap: wrap;
  align-items: flex-start;
}

.cart_items {
  flex: 1 1 0;
}

.cart_summary {
  flex: 0 0 320px;
  width: 320px;
  max-width: 100%;
}

.cart_item {
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}

.cart_item_check {
  flex: 0 0 auto;
  padding-top: 10px;
}

.cart_item_thumb {
  flex: 0 0 140px;
  width: 140px;
}

.cart_item_thumb img {
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.cart_item_content {
  flex: 1 1 0;
  min-width: 0;
}

.cart_item_meta {
  flex: 0 0 320px;
  flex-wrap: wrap;
}

.cart_item_meta dl {
  flex: 1 1 calc(50% - 6px);
  min-width: 140px;
}

.cart_summary ul,
#cart_page #cart_total ul {
  flex-direction: column;
}

#cart_page #cart_total li {
  width: 100%;
}

.review_toolbar {
  flex-wrap: wrap;
}

.review_toolbar select,
.review_toolbar_search {
  flex: 1 1 240px;
}

.review_card_summary {
  justify-content: space-between;
  flex-wrap: wrap;
}

.review_card_product {
  flex: 1 1 0;
  min-width: 0;
}

.review_card_action {
  flex: 0 0 auto;
  margin-left: auto;
}

@media (max-width: 1200px) {
  .home_banner_media,
  .home_utility {
    width: 100%;
  }

  .home_utility {
    flex-basis: 100%;
  }

  .account_grid > * {
    flex-basis: 100%;
  }
}

@media (max-width: 900px) {
  .home_stage {
    flex-direction: column;
  }

  .home_category_link {
    flex-basis: calc(50% - 8px);
  }

  .account_stats {
    flex-basis: 100%;
  }

  .cart_summary,
  .cart_item_meta {
    flex-basis: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .home_stage {
    margin-top: 20px;
  }

  .home_category_link,
  .account_stat,
  .cart_item_meta dl {
    flex-basis: 100%;
  }

  .product_list .sct_bottom,
  .product_list .product_actions,
  .account_wishlist_item,
  .wishlist_item,
  .cart_item {
    flex-direction: column;
  }

  .product_list .product_actions,
  .product_list .product_cart,
  .cart_item_thumb,
  .account_wishlist_thumb,
  .wishlist_item_thumb {
    width: 100%;
  }

  .product_list .sct_op_btn {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .home_stage {
    gap: 15px;
  }

  .home_banner_media,
  .home_utility {
    width: 100%;
    min-width: 0;
  }

  .home_banner_overlay {
    position: static;
    width: 100%;
    margin: 10px 0 0;
    padding: 20px;
    border-radius: 20px;
  }

  .home_banner_overlay h2 {
    font-size: 30px;
  }

  .home_banner_actions {
    gap: 8px;
  }

  .home_banner_actions .btn {
    width: 100%;
    min-height: 40px;
  }

  .home_utility {
    gap: 10px;
  }

  .home_service_link {
    min-height: 80px;
    padding: 15px 18px;
  }

  .home_section {
    padding: 20px 0 25px;
  }

  .home_category_strip {
    gap: 10px;
  }

  .home_category_link {
    flex: 1 1 100%;
    min-height: 80px;
    padding: 16px 18px;
  }

  .home_slider_section {
    padding: 20px 16px;
    overflow: hidden;
  }

  .home_slider_head {
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
  }

  .home_slider_head h2 {
    font-size: 24px;
  }

  .home_slider_actions {
    width: 100%;
    min-width: 0;
    justify-content: space-between;
  }

  .home_slider_actions a {
    font-size: 12px;
  }

  .home_slider_nav {
    gap: 6px;
  }

  .home_slider_nav button {
    width: 30px;
    height: 30px;
  }

  .product_carousel.owl-carousel .owl-stage-outer {
    overflow: hidden;
  }

  .product_list .sct_li {
    border-radius: 20px;
  }

  .product_list .sct_bottom {
    gap: 12px;
  }

  .product_list .sct_txt a {
    font-size: 14px;
    line-height: 1.45;
  }
}

@media (max-width: 480px) {
  .home_banner_overlay h2 {
    font-size: 26px;
  }

  .home_slider_actions a {
    font-size: 11px;
  }
}

/* home stage rebuild */
.home_stage {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 0 36px;
}

.home_banner_media {
  position: relative;
  width: 100%;
  border: 0;
  border-radius: 0;
  background: #111;
  box-shadow: none;
  overflow: hidden;
}

.home_stage #main_bn,
.home_stage #main_bn .main_image_area,
.home_stage #main_bn .main_banner_owl,
.home_stage #main_bn .owl-stage-outer,
.home_stage #main_bn .owl-stage,
.home_stage #main_bn .owl-item,
.home_stage #main_bn .item,
.home_stage #main_bn .item > a {
  border-radius: 0 !important;
}

.home_stage #main_bn {
  border-left: 0 !important;
  border-right: 0 !important;
}

.home_banner_overlay,
.home_utility {
  display: none !important;
}

.banner_fallback_stage {
  min-height: clamp(420px, 48vw, 700px);
  padding: 48px;
  border-radius: 0;
  background: linear-gradient(135deg, #161616 0%, #2b2b2b 55%, #111 100%);
}

.banner_fallback_stage .banner_fallback_inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: inherit;
  max-width: 720px;
}

.banner_fallback_stage strong {
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: 1.08;
}

.banner_fallback_stage p:last-child {
  max-width: 520px;
  font-size: 15px;
  line-height: 1.8;
}

.home_banner_quick {
  position: absolute;
  left: 50%;
  bottom: clamp(20px, 3vw, 36px);
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: min(calc(100% - 40px), 1280px);
  transform: translateX(-50%);
}

.home_banner_quick_links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.home_banner_quick_link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.48);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.home_banner_quick_link span {
  display: inline-flex;
  font-family: 'PB_M', sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.home_banner_quick_link strong {
  display: inline-flex;
  font-family: 'PB_B', sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

.home_banner_actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 0;
}

.home_banner_actions .btn {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.home_banner_actions .btn_ghost {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

@media (max-width: 1200px) {
  .home_banner_quick {
    width: calc(100% - 32px);
  }
}

@media (max-width: 900px) {
  .home_stage {
    margin-top: 0;
    padding-bottom: 24px;
  }

  .home_banner_quick {
    width: calc(100% - 24px);
    gap: 10px;
  }

  .home_banner_quick_links {
    gap: 8px;
  }

  .home_banner_quick_link {
    min-height: 42px;
    padding: 0 14px;
  }
}

@media (max-width: 640px) {
  .home_stage {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .home_banner_media {
    border-radius: 0;
  }

  .banner_fallback_stage {
    min-height: 340px;
    padding: 24px 18px;
  }

  .home_banner_quick {
    bottom: 12px;
    width: calc(100% - 16px);
    gap: 8px;
  }

  .home_banner_quick_links {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 2px;
  }

  .home_banner_quick_links::-webkit-scrollbar {
    height: 0;
  }

  .home_banner_quick_link {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0 12px;
  }

  .home_banner_quick_link span {
    display: none;
  }

  .home_banner_actions {
    gap: 8px;
  }

  .home_banner_actions .btn {
    min-height: 38px;
    padding: 0 14px;
    font-size: 12px;
  }
}

/* home hero final */
.home_stage {
  --hero_offset: 154px;
  --hero_height: calc(100svh - var(--hero_offset));
  height: var(--hero_height);
  min-height: var(--hero_height);
  max-height: var(--hero_height);
  margin-top: -1px;
}

.home_banner_media {
  min-height: 0;
  background: transparent;
}

.home_stage #main_bn {
  --banner_height: var(--hero_height);
  height: var(--banner_height);
  min-height: var(--banner_height);
  max-height: var(--banner_height);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.home_stage #main_bn,
.home_stage .banner_fallback_stage {
  height: var(--hero_height);
  min-height: var(--hero_height);
  max-height: var(--hero_height);
}

.home_stage #main_bn,
.home_stage #main_bn .main_banner_owl,
.home_stage #main_bn .owl-stage-outer,
.home_stage #main_bn .owl-item,
.home_stage #main_bn .item,
.home_stage #main_bn .item > a {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.home_stage #main_bn .owl-stage {
  min-width: 0;
}

.home_stage #main_bn .item img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: var(--hero_height) !important;
  object-fit: cover;
  object-position: center;
  filter: none !important;
}

.home_banner_media::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.46) 100%);
  pointer-events: none;
}

.home_stage #main_bn .main_owl_pager {
  display: none;
}

.home_stage #main_bn .btn_wr {
  display: none !important;
}

.home_stage #main_bn .main_banner_arrow {
  top: 50%;
  width: 58px;
  height: 58px;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(17, 17, 17, 0.36);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.home_stage #main_bn .main_banner_prev {
  left: 24px;
}

.home_stage #main_bn .main_banner_next {
  right: 24px;
}

.home_banner_bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(90%, 1400px);
  margin: 0 auto;
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 25px;
  background: rgba(17, 17, 17, 0.3);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.home_banner_intro {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 220px;
  color: #fff;
}

.home_banner_intro .eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.home_banner_intro strong {
  font-family: 'PB_B', sans-serif;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.home_banner_controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  gap: 12px;
  min-width: 0;
}

.home_banner_quick_links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
}

.home_banner_quick_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.32);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.home_banner_quick_link strong {
  font-family: 'PB_B', sans-serif;
  font-size: 13px;
  line-height: 1;
  color: #fff;
}

.home_banner_actions {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 auto;
}

.home_banner_actions .btn {
  min-height: 44px;
  padding: 0 18px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.home_banner_actions .btn_primary {
  border-color: #fff;
  background: #fff;
  color: #111;
}

.banner_fallback_stage {
  padding: 40px;
}

.banner_fallback_stage .banner_fallback_inner {
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  .home_stage {
    --hero_offset: 146px;
  }

  .home_banner_bar {
    left: 20px;
    right: 92px;
    gap: 14px;
    padding: 14px;
    bottom: 20px;
  }

  .home_banner_intro strong {
    font-size: 28px;
  }

  .home_stage #main_bn .main_banner_arrow {
    width: 50px;
    height: 50px;
  }

  .home_stage #main_bn .main_banner_prev {
    left: 16px;
  }

  .home_stage #main_bn .main_banner_next {
    right: 16px;
  }
}

@media (max-width: 767px) {
  .home_stage {
    --hero_offset: 114px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: -1px;
    padding-bottom: 0;
  }

  .home_stage #main_bn .main_banner_arrow {
    width: 42px;
    height: 42px;
  }

  .home_stage #main_bn .main_banner_prev {
    left: 10px;
  }

  .home_stage #main_bn .main_banner_next {
    right: 10px;
  }

  .home_banner_bar {
    left: 8px;
    right: 8px;
    bottom: 12px;
    align-items: stretch;
    flex-direction: column;
    padding: 12px;
  }

  .home_banner_intro strong {
    font-size: 22px;
  }

  .home_banner_controls {
    align-items: stretch;
    flex-direction: column;
  }

  .home_banner_quick_links {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .home_banner_quick_links::-webkit-scrollbar {
    height: 0;
  }

  .home_banner_quick_link {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0 12px;
  }

  .home_banner_quick_link strong {
    font-size: 12px;
  }

  .home_banner_actions {
    justify-content: flex-start;
    gap: 8px;
  }

  .home_banner_actions .btn {
    min-height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }
}

/* responsive audit */
@media (max-width: 1400px) {
  .home_stage {
    --hero_height: min(760px, calc(100svh - var(--hero_offset)));
  }

  .home_section {
    width: min(calc(100% - 40px), 1320px);
  }

  .home_banner_bar {
    left: 24px;
    right: 104px;
  }
}

@media (max-width: 1200px) {
  .home_stage {
    --hero_height: min(680px, calc(100svh - var(--hero_offset)));
  }

  .home_section {
    width: min(calc(100% - 32px), 100%);
    padding: 28px 24px;
  }

  .home_slider_head {
    gap: 14px;
  }

  .home_banner_bar {
    left: 20px;
    right: 92px;
    bottom: 20px;
    padding: 14px 16px;
  }

  .home_banner_intro {
    min-width: 180px;
  }

  .home_banner_intro strong {
    font-size: clamp(22px, 2.4vw, 30px);
  }
}

@media (max-width: 900px) {
  .home_stage {
    --hero_height: min(620px, calc(100svh - var(--hero_offset)));
  }

  .home_section {
    width: min(calc(100% - 24px), 100%);
    padding: 24px 20px;
    border-radius: 28px;
  }

  .home_category_strip {
    gap: 12px;
  }

  .home_category_link {
    flex: 1 1 calc(50% - 6px);
  }

  .home_slider_head {
    flex-direction: column;
    align-items: flex-start;
  }

  .home_slider_actions {
    width: 100%;
    justify-content: space-between;
  }

  .home_banner_bar {
    right: 72px;
    gap: 12px;
  }

  .home_banner_quick_links {
    gap: 8px;
  }

  .home_banner_quick_link {
    min-height: 38px;
    padding: 0 12px;
  }
}

@media (max-width: 700px) {
  .home_stage {
    --hero_height: min(560px, calc(100svh - var(--hero_offset)));
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .home_banner_media {
    border-radius: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .home_stage,
  .home_stage #main_bn,
  .home_stage #main_bn .main_image_area,
  .home_stage #main_bn .main_banner_owl,
  .home_stage #main_bn .owl-stage-outer,
  .home_stage #main_bn .owl-stage,
  .home_stage #main_bn .owl-item,
  .home_stage #main_bn .item,
  .home_stage #main_bn .item picture,
  .home_stage #main_bn .item > a {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  .home_stage #main_bn .item img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    object-fit: contain;
  }

  .shop_shell.is_mobile_shop .home_stage,
  .shop_shell.is_mobile_shop .home_banner_media,
  .shop_shell.is_mobile_shop .home_section {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .home_section {
    width: 100%;
    padding: 22px 16px;
    border-radius: 24px;
  }

  .home_category_link {
    flex: 1 1 100%;
  }

  .home_banner_bar {
    left: 12px;
    right: 12px;
    bottom: 12px;
    gap: 10px;
  }

  .home_banner_intro strong {
    font-size: 22px;
  }

  .home_banner_controls {
    flex-direction: column;
    align-items: stretch;
  }

  .product_list .sct_img img {
    height: 100% !important;
  }

  .product_list .sct_img {
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 500px) {
  .home_stage {
    --hero_height: min(500px, calc(100svh - var(--hero_offset)));
  }

  .home_section {
    padding: 20px 14px;
  }

  .home_slider_head h2 {
    font-size: 28px;
  }

  .home_slider_actions a {
    font-size: 12px;
  }

  .home_slider_nav button {
    width: 34px;
    height: 34px;
  }

  .home_banner_bar {
    left: 8px;
    right: 8px;
    padding: 10px;
  }

  .home_banner_intro .eyebrow,
  .home_banner_quick_link strong {
    font-size: 11px;
  }

  .home_banner_intro strong {
    font-size: 20px;
  }

  .home_slider_section + .home_slider_section,
  .home_categories + .home_slider_section {
    margin-top: 18px;
  }

  .product_list .sct_img img {
    height: 100% !important;
  }

  .product_list .sct_img {
    aspect-ratio: 1 / 0.98;
  }
}

@media (max-width: 400px) {
  .home_stage {
    --hero_height: min(460px, calc(100svh - var(--hero_offset)));
  }

  .home_section {
    padding: 18px 12px;
    border-radius: 20px;
  }

  .home_slider_head h2 {
    font-size: 24px;
  }

  .home_banner_bar {
    gap: 8px;
    padding: 8px;
  }

  .home_banner_intro strong {
    font-size: 18px;
  }

  .home_banner_quick_links {
    gap: 6px;
  }

  .home_banner_quick_link {
    min-height: 34px;
    padding: 0 10px;
  }
}
