@charset "utf-8";
.board-hero {
--bh-max-width: 1200px;
--bh-gold: #c9a86a;
--bh-radius: 16px;
--bh-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
--bh-title-size: 28px;
--bh-subtitle-size: 15px;
--bh-align: left;
--bh-pad-top: 40px;
--bh-pad-bottom: 0;
} .board-hero--white {
--bh-bg: #eee;
--bh-title-color: #333;
--bh-subtitle-color: #666;
--bh-line: #e5e5e5;
} .board-hero--dark {
--bh-bg: #161617;
--bh-title-color: #fff;
--bh-subtitle-color: rgba(255, 255, 255, 0.72);
--bh-line: rgba(255, 255, 255, 0.14);
} .board-hero {
margin: 0;
padding: var(--bh-pad-top) 0 var(--bh-pad-bottom);
background: var(--bh-bg);
font-family: Pretendard, "Noto Sans KR", -apple-system, BlinkMacSystemFont, sans-serif;
}
.board-hero__inner {
box-sizing: border-box;
max-width: var(--bh-max-width);
margin: 0 auto;
padding: 0 20px;
}  .board-hero__banner {
margin-bottom: 32px;
overflow: hidden;
border-radius: var(--bh-radius);
line-height: 0;
} .board-hero__banner-img {
display: block;
width: 100%;
max-width: 100%;
max-height: 420px;
height: auto;
object-fit: cover;
object-position: center;
} .board-hero__text {
text-align: var(--bh-align);
}
.board-hero__title {
margin: 0;
color: var(--bh-title-color);
font-size: var(--bh-title-size);
font-weight: 700;
line-height: 1.3;
letter-spacing: -0.02em;
word-break: keep-all;
}
.board-hero__subtitle {
margin: 8px 0 0;
color: var(--bh-subtitle-color);
font-size: var(--bh-subtitle-size);
font-weight: 400;
line-height: 1.7;
word-break: keep-all;
} .board-hero__text {
padding-bottom: 20px;
border-bottom: 2px solid var(--bh-line);
}
.board-hero--dark .board-hero__banner {
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}  html body.board-theme-white {
background-color: #eee !important;
}
html body.board-theme-dark {
background-color: #161617 !important;
} body.has-board-hero .site-main,
body.has-board-hero .page-content {
background-color: transparent;
} body.has-board-hero .page-header {
display: none;
} body.has-board-hero .page-content {
padding-top: 0;
} body.board-theme-dark .page-content {
color: rgba(255, 255, 255, 0.86);
} body.board-theme-dark [id$="-editor"],
body.board-theme-dark [id$="-editor"] label,
body.board-theme-dark [id$="-editor"] p {
color: #333;
}
body.board-theme-dark [id^="kboard-"]:not([id$="-editor"]) .kboard-list-header,
body.board-theme-dark [id^="kboard-"]:not([id$="-editor"]) .kboard-total-count,
body.board-theme-dark [id^="kboard-"]:not([id$="-editor"]) .kboard-sort,
body.board-theme-dark [id^="kboard-"]:not([id$="-editor"]) th,
body.board-theme-dark [id^="kboard-"]:not([id$="-editor"]) td,
body.board-theme-dark [id^="kboard-"]:not([id$="-editor"]) .kboard-list a,
body.board-theme-dark [id^="kboard-"]:not([id$="-editor"]) .kboard-default-cut-strings {
color: rgba(255, 255, 255, 0.86) !important;
}
body.board-theme-dark [id^="kboard-"]:not([id$="-editor"]) .kboard-total-count,
body.board-theme-dark [id^="kboard-"]:not([id$="-editor"]) .kboard-list-date,
body.board-theme-dark [id^="kboard-"]:not([id$="-editor"]) .kboard-list-user {
color: rgba(255, 255, 255, 0.6) !important;
} body.board-theme-dark [id^="kboard-"]:not([id$="-editor"]) .kboard-list-header,
body.board-theme-dark [id^="kboard-"]:not([id$="-editor"]) table,
body.board-theme-dark [id^="kboard-"]:not([id$="-editor"]) thead,
body.board-theme-dark [id^="kboard-"]:not([id$="-editor"]) tbody,
body.board-theme-dark [id^="kboard-"]:not([id$="-editor"]) tr,
body.board-theme-dark [id^="kboard-"]:not([id$="-editor"]) th,
body.board-theme-dark [id^="kboard-"]:not([id$="-editor"]) td {
border-top-color: rgba(255, 255, 255, 0.09) !important;
border-right-color: rgba(255, 255, 255, 0.09) !important;
border-bottom-color: rgba(255, 255, 255, 0.09) !important;
border-left-color: rgba(255, 255, 255, 0.09) !important;
} html body.board-theme-dark :is(#kboard-default-list, [id^="kboard-"]):not([id$="-editor"]) :is(table, thead, tbody, tr, th, td) {
background-color: transparent !important;
}
html body.board-theme-dark :is(#kboard-default-list, [id^="kboard-"]):not([id$="-editor"]) tbody tr:hover td {
background-color: rgba(255, 255, 255, 0.05) !important;
} html body.board-theme-dark :is(#kboard-default-list, [id^="kboard-"]):not([id$="-editor"]) :is(select, textarea, input:not([type="hidden"]):not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])) {
border: 1px solid rgba(255, 255, 255, 0.16) !important;
border-radius: 6px !important;
background: rgba(255, 255, 255, 0.06) !important;
color: rgba(255, 255, 255, 0.9) !important;
color-scheme: dark;
}
html body.board-theme-dark :is(#kboard-default-list, [id^="kboard-"]):not([id$="-editor"]) :is(select, textarea, input):focus {
border-color: var(--bh-gold, #c9a86a) !important;
outline: none;
} html body.board-theme-dark :is(#kboard-default-list, [id^="kboard-"]):not([id$="-editor"]) select option {
background: #161617 !important;
color: rgba(255, 255, 255, 0.9) !important;
}
html body.board-theme-dark :is(#kboard-default-list, [id^="kboard-"]):not([id$="-editor"]) :is(input, textarea)::placeholder {
color: rgba(255, 255, 255, 0.45) !important;
} body.board-theme-dark #kboard-academy-list,
body.board-theme-dark #kboard-academy-document {
color: rgba(255, 255, 255, 0.86);
} body.board-theme-dark #kboard-academy-list .kboard-academy-head {
background: rgba(255, 255, 255, 0.05);
}
body.board-theme-dark #kboard-academy-list .kboard-academy-count {
color: rgba(255, 255, 255, 0.6);
}
body.board-theme-dark #kboard-academy-list .kboard-academy-count strong {
color: var(--bh-gold, #c9a86a);
} body.board-theme-dark #kboard-academy-list .kboard-academy-button.is-primary {
background: var(--bh-gold, #c9a86a);
color: #1a1a1a;
}
body.board-theme-dark #kboard-academy-list .kboard-academy-button.is-primary:hover {
background: #b8955a;
color: #1a1a1a;
}
body.board-theme-dark #kboard-academy-list .kboard-academy-button.is-ghost {
border-color: rgba(255, 255, 255, 0.18);
background: transparent;
color: rgba(255, 255, 255, 0.8);
}
body.board-theme-dark #kboard-academy-list .kboard-academy-button.is-ghost:hover {
border-color: rgba(255, 255, 255, 0.35);
background: rgba(255, 255, 255, 0.06);
color: #fff;
} body.board-theme-dark #kboard-academy-list .kboard-academy-list {
border-top-color: rgba(255, 255, 255, 0.28);
background: transparent;
}
body.board-theme-dark #kboard-academy-list .kboard-academy-cut-strings {
color: rgba(255, 255, 255, 0.92);
}
body.board-theme-dark #kboard-academy-list .kboard-academy-empty {
color: rgba(255, 255, 255, 0.45);
}
body.board-theme-dark #kboard-academy-list .kboard-academy-badge.is-popular {
background: rgba(201, 168, 106, 0.18);
color: var(--bh-gold, #c9a86a);
} body.board-theme-dark #kboard-academy-document .kboard-title,
body.board-theme-dark #kboard-academy-document .kboard-detail,
body.board-theme-dark #kboard-academy-document .kboard-content,
body.board-theme-dark #kboard-academy-document .kboard-document-wrap {
background: transparent !important;
color: rgba(255, 255, 255, 0.86);
}
body.board-theme-dark #kboard-academy-document .kboard-title h1 {
color: #fff;
} body.board-theme-dark [id^="kboard-"]:not([id$="-editor"]) .kboard-pagination a {
color: rgba(255, 255, 255, 0.86) !important;
}
body.board-theme-dark [id^="kboard-"]:not([id$="-editor"]) .kboard-pagination .active,
body.board-theme-dark [id^="kboard-"]:not([id$="-editor"]) .kboard-pagination strong {
border-color: var(--bh-gold, #c9a86a) !important;
color: var(--bh-gold, #c9a86a) !important;
} .board-hero.is-anim-ready .board-hero__title,
.board-hero.is-anim-ready .board-hero__subtitle,
.board-hero.is-anim-ready .board-hero__banner {
opacity: 0;
transform: translateY(24px);
transition:
opacity 0.7s var(--bh-ease),
transform 0.7s var(--bh-ease);
will-change: opacity, transform;
}
.board-hero.is-anim-ready.is-visible .board-hero__banner,
.board-hero.is-anim-ready.is-visible .board-hero__title,
.board-hero.is-anim-ready.is-visible .board-hero__subtitle {
opacity: 1;
transform: none;
}
.board-hero.is-anim-ready.is-visible .board-hero__title {
transition-delay: 0.1s;
}
.board-hero.is-anim-ready.is-visible .board-hero__subtitle {
transition-delay: 0.25s;
}
.board-hero.is-anim-done .board-hero__banner,
.board-hero.is-anim-done .board-hero__title,
.board-hero.is-anim-done .board-hero__subtitle {
will-change: auto;
} @media (max-width: 1024px) {
.board-hero {
--bh-title-size: 26px;
--bh-pad-top: 32px;
}
.board-hero__banner {
margin-bottom: 28px;
}
.board-hero__banner-img {
max-height: 320px;
}
}
@media (max-width: 768px) {
.board-hero {
--bh-radius: 12px;
}
.board-hero {
--bh-title-size: 24px;
--bh-subtitle-size: 14px;
--bh-pad-top: 28px;
}
.board-hero__banner {
margin-bottom: 24px;
}
.board-hero__banner-img {
max-height: 240px;
}
}
@media (max-width: 480px) {
.board-hero__inner {
padding: 0 16px;
}
.board-hero {
--bh-title-size: 22px;
--bh-pad-top: 26px;
}
.board-hero__banner {
margin-bottom: 20px;
}
.board-hero__banner-img {
max-height: 200px;
}
} @media (prefers-reduced-motion: reduce) {
.board-hero.is-anim-ready .board-hero__banner,
.board-hero.is-anim-ready .board-hero__title,
.board-hero.is-anim-ready .board-hero__subtitle {
opacity: 1;
transform: none;
transition: none;
}
}#wpmem_msg,.wpmem_msg{text-align:center;background:#f9f9f9;border:1px solid #d3d3d3;border-radius:3px;padding:20px 0;margin:15px 0}#wpmem_login,#wpmem_msg,#wpmem_reg,.wpmem_msg{width:75%}#wp-members{width:100%}#wp-members fieldset{border:none;padding:0}#wp-members input{font-family:inherit}#wp-members input[type=password],#wp-members input[type=text]{margin:0 0 4px 0}#wp-members input[type=submit]{padding:5px 6px 4px;margin:0 4px 0 0}#wp-members .button_div{margin-top:4px}#wp-members .err{width:100%;padding:5px;font-family:inherit;border:1px solid #ccc;border-radius:3px}#wpmem_login,#wpmem_reg{color:#2b2b2b;font-family:Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.5}#wpmem_login label,#wpmem_reg label{display:initial}#wpmem_login input[type=password],#wpmem_login input[type=text],#wpmem_reg input[type=date],#wpmem_reg input[type=email],#wpmem_reg input[type=file],#wpmem_reg input[type=number],#wpmem_reg input[type=password],#wpmem_reg input[type=text],#wpmem_reg input[type=url],#wpmem_reg textarea{border:1px solid rgba(0,0,0,.1);border-radius:2px;color:#2b2b2b;padding:8px 10px 8px;background:none repeat scroll 0 0 #fff}#wpmem_login button,#wpmem_login input,#wpmem_reg button,#wpmem_reg input,#wpmem_reg select,#wpmem_reg textarea{-moz-box-sizing:border-box;font-size:100%;margin:0;max-width:100%;vertical-align:baseline;clear:both}#wpmem_login input:focus,#wpmem_reg input:focus,#wpmem_reg textarea:focus{border:1px solid rgba(0,0,0,.3);outline:0 none}#wpmem_reg select{width:100%;padding:8px 10px 7px;border:1px solid rgba(0,0,0,.1);border-radius:2px;color:#2b2b2b;margin:5px 0;background:none repeat scroll 0 0 #fff}#wpmem_login fieldset,#wpmem_reg fieldset{border:none;padding:0;margin:40px 0}#wpmem_login legend,#wpmem_reg legend{font-size:24px;line-height:1;font-weight:700;margin-bottom:10px;width:100%}#wpmem_login .form,#wpmem_reg .form{margin:0;padding:0}#wpmem_login .clear,#wpmem_reg .clear{clear:both}#wpmem_login .holder,#wpmem_reg .holder{background-color:#fff}#wpmem_login .div_text,#wpmem_reg .div_checkbox,#wpmem_reg .div_date,#wpmem_reg .div_file,#wpmem_reg .div_image,#wpmem_reg .div_membership,#wpmem_reg .div_multicheckbox,#wpmem_reg .div_multiselect,#wpmem_reg .div_number,#wpmem_reg .div_radio,#wpmem_reg .div_select,#wpmem_reg .div_text,#wpmem_reg .div_textarea,#wpmem_reg .div_url{margin:0 0 14px 0}#wpmem_login input[type=checkbox]{margin:12px 2px}#wpmem_login .password,#wpmem_login .textbox,#wpmem_login .username,#wpmem_reg .div_textarea textarea,#wpmem_reg .file,#wpmem_reg .image,#wpmem_reg .password,#wpmem_reg .textbox,#wpmem_reg .username{width:100%}#wpmem_reg textarea{height:185px}#wpmem_reg .req{color:#bd3500;font-size:22px;line-height:50%}#wpmem_reg .req-text{margin:20px 0 0 5px}#wpmem_reg .noinput{width:93%;padding:8px 10px 7px;border:1px solid rgba(0,0,0,.1);border-radius:2px;color:#2b2b2b;margin:5px 0}#wpmem_reg .captcha{margin:5px 0}#wpmem_reg .captcha table{line-height:0}#wpmem_login .link-text{padding:4px 0;text-align:right}#tos{margin-right:5px}#wpmem_login .button_div,#wpmem_reg .button_div{padding:6px 0;text-align:right}@media screen and (max-width:720px){#wpmem_login .button_div,#wpmem_login .div_text,#wpmem_login label,#wpmem_reg .button_div,#wpmem_reg .div_checkbox,#wpmem_reg .div_select,#wpmem_reg .div_text,#wpmem_reg .div_textarea,#wpmem_reg label.checkbox,#wpmem_reg label.select,#wpmem_reg label.text,#wpmem_reg label.textarea{float:none}#wpmem_reg label.checkbox,#wpmem_reg label.select,#wpmem_reg label.text,#wpmem_reg label.textarea{width:90%;padding:5px 0 0 0}#wpmem_reg label.textarea{height:26px}#wpmem_login .div_text,#wpmem_reg .div_checkbox,#wpmem_reg .div_select,#wpmem_reg .div_text,#wpmem_reg .div_textarea{width:98%}#wpmem_msg,.wpmem_msg{width:100%}#wpmem_login .button_div,#wpmem_login .link-text,#wpmem_reg .button_div{width:98%}}
 .cosmosfarm-simple-popup-background-before { display: none; }
.cosmosfarm-simple-popup-background { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; z-index: -1; transition: 0.5s; }
.cosmosfarm-simple-popup-background.active { opacity: 1; z-index: 99997; }@import url(https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css);  .fluxshop, .fhs-account, .fhs-mypage, .fhs-cart-drawer {
font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", system-ui, sans-serif !important;
color: #111;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fluxshop *, .fhs-account *, .fhs-mypage *, .fhs-cart-drawer * { box-sizing: border-box; }
.fluxshop button, .fluxshop input, .fluxshop select, .fluxshop textarea,
.fhs-account button, .fhs-account input, .fhs-account select, .fhs-account textarea { font-family: inherit; } :root {
--fhs-primary:       #3B82F6;
--fhs-primary-dark:  #2563EB;
--fhs-secondary:     #6B7280;
--fhs-success:       #10B981;
--fhs-warning:       #F59E0B;
--fhs-danger:        #EF4444;
--fhs-kakao:         #FEE500;
--fhs-kakao-text:    #000000;
--fhs-naver:         #03C75A;
--fhs-naver-text:    #FFFFFF;
--fhs-text:          #111827;
--fhs-text-muted:    #6B7280;
--fhs-border:        #E5E7EB;
--fhs-bg:            #F9FAFB;
--fhs-white:         #FFFFFF;
--fhs-radius:        8px;
--fhs-radius-lg:     12px;
--fhs-shadow:        0 1px 3px rgba(0,0,0,.10), 0 1px 2px rgba(0,0,0,.06);
--fhs-shadow-md:     0 4px 6px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.06);
--fhs-transition:    .2s ease;
} .fhs-wrap,
.fhs-wrap * {
box-sizing: border-box;
}
.fhs-wrap img {
max-width: 100%;
height: auto;
}
.fhs-wrap a {
color: var(--fhs-primary);
text-decoration: none;
}
.fhs-wrap a:hover {
text-decoration: underline;
}
.fhs-empty {
color: var(--fhs-text-muted);
text-align: center;
padding: 48px 0;
font-size: 15px;
} .fhs-product-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
gap: 24px;
}
.fhs-product-card {
background: var(--fhs-white);
border: 1px solid var(--fhs-border);
border-radius: var(--fhs-radius-lg);
overflow: hidden;
transition: box-shadow var(--fhs-transition), transform var(--fhs-transition);
}
.fhs-product-card:hover {
box-shadow: var(--fhs-shadow-md);
transform: translateY(-2px);
}
.fhs-product-card__thumb {
position: relative;
aspect-ratio: 1 / 1;
overflow: hidden;
background: var(--fhs-bg);
}
.fhs-product-card__thumb img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform .3s ease;
}
.fhs-product-card:hover .fhs-product-card__thumb img {
transform: scale(1.04);
}
.fhs-product-card__body {
padding: 14px 16px 18px;
}
.fhs-product-card__name {
font-size: 14px;
font-weight: 600;
color: var(--fhs-text);
margin: 0 0 8px;
line-height: 1.4;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.fhs-product-card__price {
font-size: 16px;
font-weight: 700;
color: var(--fhs-text);
}
.fhs-product-card__price-original {
font-size: 13px;
color: var(--fhs-text-muted);
text-decoration: line-through;
margin-left: 4px;
}
.fhs-product-card__badge {
display: inline-flex;
align-items: center;
font-size: 11px;
font-weight: 600;
padding: 2px 7px;
border-radius: 20px;
margin-top: 8px;
}
.fhs-product-card__badge--sale {
background: #FEE2E2;
color: var(--fhs-danger);
}
.fhs-product-card__badge--sub {
background: #EDE9FE;
color: #7C3AED;
}
.fhs-wishlist-btn {
position: absolute;
top: 10px;
right: 10px;
width: 32px;
height: 32px;
background: var(--fhs-white);
border: none;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
box-shadow: var(--fhs-shadow);
transition: background var(--fhs-transition);
font-size: 16px;
line-height: 1;
}
.fhs-wishlist-btn:hover,
.fhs-wishlist-btn.active {
background: #FEE2E2;
color: var(--fhs-danger);
} .fhs-category-filter {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 24px;
}
.fhs-category-filter a {
display: inline-block;
padding: 6px 16px;
border-radius: 20px;
border: 1px solid var(--fhs-border);
font-size: 13px;
color: var(--fhs-text-muted);
transition: all var(--fhs-transition);
}
.fhs-category-filter a:hover,
.fhs-category-filter a.active {
background: var(--fhs-primary);
border-color: var(--fhs-primary);
color: var(--fhs-white);
text-decoration: none;
} .fhs-product-detail {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 48px;
align-items: start;
}
.fhs-product-gallery {
position: sticky;
top: 80px;
}
.fhs-product-gallery__main {
aspect-ratio: 1 / 1;
border-radius: var(--fhs-radius-lg);
overflow: hidden;
background: var(--fhs-bg);
margin-bottom: 12px;
}
.fhs-product-gallery__main img {
width: 100%;
height: 100%;
object-fit: contain;
}
.fhs-product-gallery__thumbs {
display: flex;
gap: 8px;
flex-wrap: wrap;
}
.fhs-product-gallery__thumb {
width: 72px;
height: 72px;
border-radius: 6px;
overflow: hidden;
border: 2px solid transparent;
cursor: pointer;
transition: border-color var(--fhs-transition);
}
.fhs-product-gallery__thumb.active,
.fhs-product-gallery__thumb:hover {
border-color: var(--fhs-primary);
}
.fhs-product-gallery__thumb img {
width: 100%;
height: 100%;
object-fit: cover;
} .fhs-product-info__name {
font-size: 24px;
font-weight: 700;
color: var(--fhs-text);
margin: 0 0 12px;
line-height: 1.3;
}
.fhs-product-info__price-wrap {
margin-bottom: 20px;
}
.fhs-product-info__price {
font-size: 28px;
font-weight: 700;
color: var(--fhs-text);
}
.fhs-product-info__price-original {
font-size: 16px;
color: var(--fhs-text-muted);
text-decoration: line-through;
margin-left: 6px;
}
.fhs-product-info__discount-rate {
font-size: 20px;
font-weight: 700;
color: var(--fhs-danger);
margin-left: 8px;
}
.fhs-product-info__meta {
display: grid;
grid-template-columns: 100px 1fr;
gap: 12px 0;
font-size: 14px;
padding: 20px 0;
border-top: 1px solid var(--fhs-border);
border-bottom: 1px solid var(--fhs-border);
margin-bottom: 20px;
}
.fhs-product-info__meta-label {
color: var(--fhs-text-muted);
align-self: start;
padding-top: 2px;
}
.fhs-product-info__meta-value {
color: var(--fhs-text);
} .fhs-product-variants {
margin-bottom: 20px;
}
.fhs-product-variants__label {
font-size: 14px;
font-weight: 600;
color: var(--fhs-text);
margin-bottom: 8px;
}
.fhs-product-variants select {
width: 100%;
padding: 10px 12px;
border: 1px solid var(--fhs-border);
border-radius: var(--fhs-radius);
font-size: 14px;
color: var(--fhs-text);
background: var(--fhs-white);
appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 12px center;
} .fhs-product-buy {
display: flex;
flex-direction: column;
gap: 10px;
}
.fhs-qty-wrap {
display: flex;
align-items: center;
border: 1px solid var(--fhs-border);
border-radius: var(--fhs-radius);
overflow: hidden;
width: fit-content;
}
.fhs-qty-btn {
width: 40px;
height: 40px;
border: none;
background: var(--fhs-bg);
font-size: 18px;
cursor: pointer;
color: var(--fhs-text);
display: flex;
align-items: center;
justify-content: center;
transition: background var(--fhs-transition);
}
.fhs-qty-btn:hover {
background: var(--fhs-border);
}
.fhs-qty-input {
width: 56px;
height: 40px;
border: none;
border-left: 1px solid var(--fhs-border);
border-right: 1px solid var(--fhs-border);
text-align: center;
font-size: 15px;
font-weight: 600;
}
.fhs-product-buy-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
} .fhs-instant-buy-wrap {
display: flex;
flex-direction: column;
gap: 8px;
margin-top: 4px;
}
.fhs-btn-kakaopay {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
width: 100%;
padding: 13px;
background: var(--fhs-kakao);
color: var(--fhs-kakao-text);
border: none;
border-radius: var(--fhs-radius);
font-size: 15px;
font-weight: 700;
cursor: pointer;
transition: filter var(--fhs-transition);
}
.fhs-btn-kakaopay:hover {
filter: brightness(.94);
}
.fhs-btn-naverpay {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
width: 100%;
padding: 13px;
background: var(--fhs-naver);
color: var(--fhs-naver-text);
border: none;
border-radius: var(--fhs-radius);
font-size: 15px;
font-weight: 700;
cursor: pointer;
transition: filter var(--fhs-transition);
}
.fhs-btn-naverpay:hover {
filter: brightness(.92);
} .fhs-product-tabs {
margin-top: 60px;
border-top: 2px solid var(--fhs-text);
}
.fhs-product-tabs__nav {
display: flex;
gap: 0;
border-bottom: 1px solid var(--fhs-border);
margin-bottom: 32px;
}
.fhs-product-tabs__nav button {
padding: 16px 24px;
border: none;
background: none;
font-size: 15px;
font-weight: 600;
color: var(--fhs-text-muted);
cursor: pointer;
border-bottom: 3px solid transparent;
transition: all var(--fhs-transition);
}
.fhs-product-tabs__nav button.active,
.fhs-product-tabs__nav button:hover {
color: var(--fhs-text);
}
.fhs-product-tabs__nav button.active {
border-bottom-color: var(--fhs-primary);
}
.fhs-product-tabs__panel {
display: none;
}
.fhs-product-tabs__panel.active {
display: block;
} .fhs-cart-wrap {
display: grid;
grid-template-columns: 1fr 360px;
gap: 32px;
align-items: start;
}
.fhs-cart-table {
width: 100%;
border-collapse: collapse;
}
.fhs-cart-table th,
.fhs-cart-table td {
padding: 16px 12px;
text-align: left;
font-size: 14px;
}
.fhs-cart-table th {
border-bottom: 2px solid var(--fhs-text);
font-weight: 600;
}
.fhs-cart-table td {
border-bottom: 1px solid var(--fhs-border);
vertical-align: middle;
}
.fhs-cart-product {
display: flex;
align-items: center;
gap: 14px;
}
.fhs-cart-product__thumb {
width: 72px;
height: 72px;
border-radius: 6px;
overflow: hidden;
background: var(--fhs-bg);
flex-shrink: 0;
}
.fhs-cart-product__thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.fhs-cart-product__name {
font-size: 14px;
font-weight: 500;
color: var(--fhs-text);
}
.fhs-cart-product__variant {
font-size: 12px;
color: var(--fhs-text-muted);
margin-top: 4px;
}
.fhs-cart-qty {
display: flex;
align-items: center;
gap: 6px;
}
.fhs-cart-qty input {
width: 56px;
padding: 6px;
border: 1px solid var(--fhs-border);
border-radius: 6px;
text-align: center;
font-size: 14px;
}
.fhs-cart-remove {
background: none;
border: none;
color: var(--fhs-text-muted);
cursor: pointer;
font-size: 18px;
padding: 4px;
transition: color var(--fhs-transition);
}
.fhs-cart-remove:hover {
color: var(--fhs-danger);
} .fhs-cart-summary {
background: var(--fhs-bg);
border: 1px solid var(--fhs-border);
border-radius: var(--fhs-radius-lg);
padding: 24px;
position: sticky;
top: 80px;
}
.fhs-cart-summary h3 {
font-size: 16px;
font-weight: 700;
margin: 0 0 20px;
}
.fhs-summary-row {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 14px;
padding: 8px 0;
}
.fhs-summary-row--total {
border-top: 2px solid var(--fhs-text);
margin-top: 8px;
padding-top: 16px;
font-size: 17px;
font-weight: 700;
}
.fhs-summary-row__discount {
color: var(--fhs-danger);
}
.fhs-coupon-form {
display: flex;
gap: 8px;
margin: 16px 0;
}
.fhs-coupon-form input {
flex: 1;
padding: 9px 12px;
border: 1px solid var(--fhs-border);
border-radius: 6px;
font-size: 13px;
} .fhs-checkout-wrap {
display: grid;
grid-template-columns: 1fr 360px;
gap: 32px;
align-items: start;
}
.fhs-checkout-section {
background: var(--fhs-white);
border: 1px solid var(--fhs-border);
border-radius: var(--fhs-radius-lg);
padding: 28px;
margin-bottom: 20px;
}
.fhs-checkout-section h3 {
font-size: 16px;
font-weight: 700;
margin: 0 0 20px;
padding-bottom: 12px;
border-bottom: 1px solid var(--fhs-border);
}
.fhs-form-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
}
.fhs-form-grid--full {
grid-column: 1 / -1;
}
.fhs-form-row {
display: flex;
flex-direction: column;
gap: 6px;
}
.fhs-form-row label {
font-size: 13px;
font-weight: 600;
color: var(--fhs-text);
}
.fhs-form-row label .required {
color: var(--fhs-danger);
margin-left: 2px;
}
.fhs-form-row input[type="text"],
.fhs-form-row input[type="tel"],
.fhs-form-row input[type="email"],
.fhs-form-row select,
.fhs-form-row textarea {
padding: 10px 12px;
border: 1px solid var(--fhs-border);
border-radius: var(--fhs-radius);
font-size: 14px;
color: var(--fhs-text);
background: var(--fhs-white);
width: 100%;
transition: border-color var(--fhs-transition);
}
.fhs-form-row input:focus,
.fhs-form-row select:focus,
.fhs-form-row textarea:focus {
outline: none;
border-color: var(--fhs-primary);
box-shadow: 0 0 0 3px rgba(59,130,246,.15);
}
.fhs-form-row input[readonly] {
background: var(--fhs-bg);
color: var(--fhs-text-muted);
}
.fhs-address-search {
display: flex;
gap: 8px;
margin-bottom: 8px;
}
.fhs-address-search input {
flex: 1;
padding: 10px 12px;
border: 1px solid var(--fhs-border);
border-radius: var(--fhs-radius);
font-size: 14px;
} .fhs-pg-selector {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.fhs-pg-option {
flex: 1;
min-width: 120px;
}
.fhs-pg-option input[type="radio"] {
display: none;
}
.fhs-pg-option label {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 12px;
border: 2px solid var(--fhs-border);
border-radius: var(--fhs-radius);
cursor: pointer;
font-size: 13px;
font-weight: 600;
transition: all var(--fhs-transition);
}
.fhs-pg-option input:checked + label {
border-color: var(--fhs-primary);
background: rgba(59,130,246,.05);
color: var(--fhs-primary);
}
.fhs-pg-option label:hover {
border-color: var(--fhs-primary);
} .fhs-points-input-wrap {
display: flex;
gap: 8px;
align-items: center;
}
.fhs-points-input-wrap input {
flex: 1;
padding: 10px 12px;
border: 1px solid var(--fhs-border);
border-radius: var(--fhs-radius);
font-size: 14px;
}
.fhs-points-balance-text {
font-size: 12px;
color: var(--fhs-text-muted);
margin-top: 6px;
} .fhs-checkout-summary {
background: var(--fhs-bg);
border: 1px solid var(--fhs-border);
border-radius: var(--fhs-radius-lg);
padding: 24px;
position: sticky;
top: 80px;
}
.fhs-checkout-summary h3 {
font-size: 16px;
font-weight: 700;
margin: 0 0 20px;
}
.fhs-shipping-notice {
font-size: 12px;
color: var(--fhs-danger);
margin-top: 4px;
} .fhs-order-complete {
max-width: 560px;
margin: 60px auto;
text-align: center;
}
.fhs-order-complete__icon {
width: 80px;
height: 80px;
background: #D1FAE5;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 40px;
margin: 0 auto 24px;
}
.fhs-order-complete h2 {
font-size: 26px;
font-weight: 700;
margin: 0 0 8px;
}
.fhs-order-complete__sub {
color: var(--fhs-text-muted);
font-size: 15px;
margin-bottom: 32px;
}
.fhs-order-detail-box {
background: var(--fhs-bg);
border: 1px solid var(--fhs-border);
border-radius: var(--fhs-radius-lg);
padding: 24px;
text-align: left;
}
.fhs-order-detail-box dl {
display: grid;
grid-template-columns: 120px 1fr;
gap: 10px 0;
margin: 0;
}
.fhs-order-detail-box dt {
font-size: 13px;
color: var(--fhs-text-muted);
padding: 2px 0;
}
.fhs-order-detail-box dd {
font-size: 14px;
font-weight: 500;
margin: 0;
} .fhs-pricing-table {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 24px;
}
.fhs-pricing-card {
background: var(--fhs-white);
border: 2px solid var(--fhs-border);
border-radius: var(--fhs-radius-lg);
padding: 32px 28px;
display: flex;
flex-direction: column;
transition: border-color var(--fhs-transition), box-shadow var(--fhs-transition);
}
.fhs-pricing-card--featured {
border-color: var(--fhs-primary);
box-shadow: 0 0 0 4px rgba(59,130,246,.10);
}
.fhs-pricing-card__badge {
display: inline-block;
font-size: 11px;
font-weight: 700;
padding: 3px 10px;
background: var(--fhs-primary);
color: var(--fhs-white);
border-radius: 20px;
margin-bottom: 16px;
width: fit-content;
}
.fhs-pricing-card__name {
font-size: 20px;
font-weight: 700;
margin: 0 0 6px;
}
.fhs-pricing-card__desc {
font-size: 13px;
color: var(--fhs-text-muted);
margin-bottom: 20px;
}
.fhs-pricing-card__price {
font-size: 36px;
font-weight: 800;
margin-bottom: 4px;
}
.fhs-pricing-card__price sub {
font-size: 16px;
font-weight: 500;
vertical-align: baseline;
}
.fhs-pricing-card__period {
font-size: 13px;
color: var(--fhs-text-muted);
margin-bottom: 24px;
}
.fhs-pricing-card__features {
list-style: none;
padding: 0;
margin: 0 0 28px;
flex: 1;
}
.fhs-pricing-card__features li {
padding: 8px 0;
font-size: 14px;
border-bottom: 1px solid var(--fhs-border);
display: flex;
align-items: center;
gap: 8px;
}
.fhs-pricing-card__features li:last-child {
border-bottom: none;
}
.fhs-pricing-card__features .check {
color: var(--fhs-success);
font-weight: 700;
}  .fhs-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
padding: 11px 20px;
border-radius: var(--fhs-radius);
font-size: 14px;
font-weight: 600;
cursor: pointer;
border: none;
transition: all var(--fhs-transition);
line-height: 1;
text-decoration: none;
}
.fhs-btn:hover {
text-decoration: none;
}
.fhs-btn--primary {
background: var(--fhs-primary);
color: var(--fhs-white);
}
.fhs-btn--primary:hover {
background: var(--fhs-primary-dark);
}
.fhs-btn--outline {
background: var(--fhs-white);
color: var(--fhs-text);
border: 1px solid var(--fhs-border);
}
.fhs-btn--outline:hover {
border-color: var(--fhs-text);
}
.fhs-btn--lg {
padding: 14px 28px;
font-size: 16px;
}
.fhs-btn--full {
width: 100%;
}
.fhs-btn--danger {
background: var(--fhs-danger);
color: var(--fhs-white);
}
.fhs-btn--danger:hover {
filter: brightness(.9);
}
.fhs-btn:disabled,
.fhs-btn[disabled] {
opacity: .55;
cursor: not-allowed;
}
.fhs-btn .dashicons {
font-size: 16px;
width: 16px;
height: 16px;
} .fhs-badge {
display: inline-flex;
align-items: center;
font-size: 12px;
font-weight: 600;
padding: 3px 9px;
border-radius: 20px;
}
.fhs-badge--pending_payment { background: #FEF3C7; color: #92400E; }
.fhs-badge--paid            { background: #D1FAE5; color: #065F46; }
.fhs-badge--processing      { background: #DBEAFE; color: #1E40AF; }
.fhs-badge--shipped         { background: #EDE9FE; color: #5B21B6; }
.fhs-badge--completed       { background: #D1FAE5; color: #065F46; }
.fhs-badge--cancelled       { background: #F3F4F6; color: #6B7280; }
.fhs-badge--refunded        { background: #FEE2E2; color: #991B1B; }
.fhs-badge--failed          { background: #FEE2E2; color: #991B1B; }
.fhs-badge--active          { background: #D1FAE5; color: #065F46; }
.fhs-badge--paused          { background: #FEF3C7; color: #92400E; }
.fhs-badge--expired         { background: #F3F4F6; color: #6B7280; } .fhs-table {
width: 100%;
border-collapse: collapse;
font-size: 14px;
}
.fhs-table th,
.fhs-table td {
padding: 12px 14px;
text-align: left;
}
.fhs-table th {
border-bottom: 2px solid var(--fhs-text);
font-weight: 600;
background: var(--fhs-bg);
}
.fhs-table td {
border-bottom: 1px solid var(--fhs-border);
}
.fhs-table tr:last-child td {
border-bottom: none;
} .fhs-loading {
display: inline-block;
width: 18px;
height: 18px;
border: 2px solid rgba(255,255,255,.4);
border-top-color: #fff;
border-radius: 50%;
animation: fhs-spin .6s linear infinite;
vertical-align: middle;
}
@keyframes fhs-spin {
to { transform: rotate(360deg); }
}
.fhs-btn--loading .fhs-loading {
display: inline-block;
} #fhs-toast-container {
position: fixed;
top: 24px;
left: 50%;
transform: translateX(-50%);
right: auto;
bottom: auto;
z-index: 99999;
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}
.fhs-toast {
min-width: 280px;
padding: 14px 18px;
border-radius: var(--fhs-radius);
box-shadow: var(--fhs-shadow-md);
font-size: 14px;
font-weight: 500;
display: flex;
align-items: center;
gap: 10px;
animation: fhs-toast-in .2s ease;
}
.fhs-toast--success { background: #065F46; color: #fff; }
.fhs-toast--error   { background: #991B1B; color: #fff; }
.fhs-toast--info    { background: #1E40AF; color: #fff; }
@keyframes fhs-toast-in {
from { opacity: 0; transform: translateY(-16px); }
to   { opacity: 1; transform: translateY(0); }
} .fhs-mypage-section {
padding: 8px 0;
}
.fhs-mypage-title {
font-size: 20px;
font-weight: 700;
margin: 0 0 20px;
}
.fhs-mypage-table {
width: 100%;
border-collapse: collapse;
font-size: 14px;
}
.fhs-mypage-table th,
.fhs-mypage-table td {
padding: 12px 14px;
text-align: left;
border-bottom: 1px solid var(--fhs-border);
}
.fhs-mypage-table th {
font-weight: 600;
background: var(--fhs-bg);
}
.fhs-link {
color: var(--fhs-primary);
font-size: 13px;
} .fhs-coupon-list {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
gap: 16px;
}
.fhs-coupon-card {
background: var(--fhs-white);
border: 1px solid var(--fhs-border);
border-radius: var(--fhs-radius-lg);
overflow: hidden;
display: flex;
border-left: 4px solid var(--fhs-primary);
}
.fhs-coupon-card--expired {
border-left-color: var(--fhs-border);
opacity: .65;
}
.fhs-coupon-card__amount {
background: var(--fhs-primary);
color: var(--fhs-white);
font-size: 22px;
font-weight: 800;
padding: 20px 16px;
display: flex;
align-items: center;
justify-content: center;
min-width: 90px;
}
.fhs-coupon-card--expired .fhs-coupon-card__amount {
background: var(--fhs-border);
color: var(--fhs-text-muted);
}
.fhs-coupon-card__info {
padding: 16px;
}
.fhs-coupon-card__info strong {
font-size: 15px;
display: block;
margin-bottom: 4px;
}
.fhs-coupon-code {
font-family: monospace;
font-size: 12px;
background: var(--fhs-bg);
padding: 2px 6px;
border-radius: 4px;
display: inline-block;
margin: 0 0 4px;
}
.fhs-coupon-expiry {
font-size: 12px;
color: var(--fhs-text-muted);
margin: 0;
}
.fhs-coupon-expiry.expired {
color: var(--fhs-danger);
} .fhs-points-balance {
display: flex;
align-items: center;
justify-content: space-between;
background: linear-gradient(135deg, var(--fhs-primary), var(--fhs-primary-dark));
color: var(--fhs-white);
border-radius: var(--fhs-radius-lg);
padding: 24px 28px;
margin-bottom: 24px;
}
.fhs-points-label {
font-size: 14px;
opacity: .85;
}
.fhs-points-amount {
font-size: 28px;
font-weight: 800;
} .fhs-review-item {
padding: 20px 0;
border-bottom: 1px solid var(--fhs-border);
}
.fhs-review-item:last-child {
border-bottom: none;
}
.fhs-review-header {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 10px;
flex-wrap: wrap;
}
.fhs-review-product {
font-weight: 600;
font-size: 14px;
}
.fhs-stars {
color: #F59E0B;
font-size: 15px;
}
.fhs-review-date {
font-size: 12px;
color: var(--fhs-text-muted);
margin-left: auto;
}
.fhs-review-content {
font-size: 14px;
color: var(--fhs-text);
margin: 0 0 10px;
line-height: 1.6;
}
.fhs-review-reply {
background: var(--fhs-bg);
border-left: 3px solid var(--fhs-primary);
padding: 12px 16px;
border-radius: 0 var(--fhs-radius) var(--fhs-radius) 0;
font-size: 13px;
}
.fhs-review-reply strong {
display: block;
margin-bottom: 4px;
font-size: 12px;
color: var(--fhs-text-muted);
}
.fhs-review-reply p {
margin: 0;
color: var(--fhs-text);
} .fhs-download-list {
display: flex;
flex-direction: column;
gap: 12px;
}
.fhs-download-item {
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px 20px;
background: var(--fhs-bg);
border: 1px solid var(--fhs-border);
border-radius: var(--fhs-radius);
gap: 16px;
}
.fhs-download-item__name {
font-weight: 600;
font-size: 14px;
}
.fhs-download-item__meta {
font-size: 12px;
color: var(--fhs-text-muted);
margin-top: 2px;
} .fhs-wishlist-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
gap: 20px;
} @media (max-width: 1024px) {
.fhs-product-detail {
grid-template-columns: 1fr;
gap: 32px;
}
.fhs-product-gallery {
position: static;
}
.fhs-cart-wrap,
.fhs-checkout-wrap {
grid-template-columns: 1fr;
}
.fhs-cart-summary,
.fhs-checkout-summary {
position: static;
}
}
@media (max-width: 768px) {
.fhs-product-grid {
grid-template-columns: repeat(2, 1fr);
gap: 14px;
}
.fhs-product-info__name {
font-size: 20px;
}
.fhs-product-info__price {
font-size: 22px;
}
.fhs-product-buy-row {
grid-template-columns: 1fr;
}
.fhs-form-grid {
grid-template-columns: 1fr;
}
.fhs-pricing-table {
grid-template-columns: 1fr;
}
.fhs-coupon-list {
grid-template-columns: 1fr;
}
.fhs-cart-table th:nth-child(3),
.fhs-cart-table td:nth-child(3) {
display: none;
}
.fhs-mypage-table th:nth-child(5),
.fhs-mypage-table td:nth-child(5),
.fhs-mypage-table th:nth-child(4),
.fhs-mypage-table td:nth-child(4) {
display: none;
}
}
@media (max-width: 480px) {
.fhs-product-grid {
grid-template-columns: 1fr;
}
.fhs-order-complete {
margin: 32px auto;
padding: 0 16px;
}
#fhs-toast-container {
top: 16px;
left: 16px;
right: 16px;
bottom: auto;
transform: none;
}
.fhs-toast {
min-width: 0;
}
} .fhs-cart-overlay { position: fixed; inset: 0; background: rgba(17,24,39,.45); opacity: 0; visibility: hidden; transition: opacity .25s ease; z-index: 99998; }
.fhs-cart-overlay.is-open { opacity: 1; visibility: visible; }
.fhs-cart-overlay.fhs-cart-overlay--soft { background: rgba(17,24,39,.12); }
body.fhs-cart-open { overflow: hidden; }
.fhs-cart-drawer { position: fixed; z-index: 99999; display: flex; flex-direction: column; background: var(--fhs-bg,#fff); box-shadow: 0 10px 40px rgba(0,0,0,.25); transition: transform .3s cubic-bezier(.22,.61,.36,1), opacity .25s ease; font-family: inherit; }
.fhs-cart-drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--fhs-border,#eef0f3); }
.fhs-cart-drawer__head h3 { margin: 0; font-size: 17px; font-weight: 700; color: var(--fhs-text,#111827); }
.fhs-cart-drawer__count { display: inline-flex; align-items: center; justify-content: center; min-width: 22px; height: 22px; padding: 0 6px; margin-left: 4px; border-radius: 11px; background: var(--fhs-accent,#3B82F6); color: #fff; font-size: 12px; font-weight: 700; }
.fhs-cart-drawer__close { border: 0; background: none; font-size: 26px; line-height: 1; color: var(--fhs-text-muted,#9ca3af); cursor: pointer; padding: 0 4px; }
.fhs-cart-drawer__close:hover { color: var(--fhs-text,#111827); }
.fhs-cart-drawer__body { flex: 1; overflow-y: auto; padding: 8px 20px; }
.fhs-cart-drawer__foot { border-top: 1px solid var(--fhs-border,#eef0f3); padding: 16px 20px; background: var(--fhs-bg-gray,#fafbfc); }
.fhs-cart-drawer__row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; }
.fhs-cart-drawer__row span { color: var(--fhs-text-muted,#6b7280); font-size: 14px; }
.fhs-cart-drawer__total { font-size: 20px; font-weight: 800; color: var(--fhs-text,#111827); }
.fhs-cart-drawer__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.fhs-mini-btn { display: flex; align-items: center; justify-content: center; height: 46px; border-radius: 10px; font-size: 15px; font-weight: 700; text-decoration: none; cursor: pointer; transition: .15s; }
.fhs-mini-btn--ghost { background: var(--fhs-bg,#fff); border: 1px solid var(--fhs-border,#d1d5db); color: var(--fhs-text-sub,#374151); }
.fhs-mini-btn--ghost:hover { background: var(--fhs-bg-gray,#f3f4f6); }
.fhs-mini-btn--primary { background: var(--fhs-primary,#3B82F6); border: 1px solid var(--fhs-primary,#3B82F6); color: var(--fhs-white,#fff); }
.fhs-mini-btn--primary:hover { filter: brightness(.95); } .fhs-cart-drawer[data-mode="drawer"] { top: 0; right: 0; height: 100%; width: 400px; max-width: 92vw; transform: translateX(100%); }
.fhs-cart-drawer[data-mode="drawer"].is-open { transform: translateX(0); } .fhs-cart-drawer[data-mode="modal"] { bottom: 96px; right: 24px; width: 360px; max-width: 92vw; max-height: 70vh; border-radius: 16px; transform: translateY(16px) scale(.98); opacity: 0; visibility: hidden; }
.fhs-cart-drawer[data-mode="modal"].is-open { transform: translateY(0) scale(1); opacity: 1; visibility: visible; }
.fhs-cart-drawer[data-mode="modal"] .fhs-cart-drawer__head { border-radius: 16px 16px 0 0; } .fhs-mini-item { display: grid; grid-template-columns: 56px 1fr auto auto; gap: 12px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--fhs-border-light,#f1f3f5); }
.fhs-mini-item__img { width: 56px; height: 56px; border-radius: 8px; object-fit: cover; background: var(--fhs-bg-soft,#f3f4f6); display: block; }
.fhs-mini-item__info { min-width: 0; }
.fhs-mini-item__name { font-size: 14px; font-weight: 600; color: var(--fhs-text,#111827); line-height: 1.35; }
.fhs-mini-item__opt { font-size: 12px; color: var(--fhs-text-muted,#9ca3af); margin-top: 2px; }
.fhs-mini-item__price { font-size: 13px; color: var(--fhs-text,#111827); font-weight: 700; margin-top: 4px; }
.fhs-mini-item__qty { display: flex; align-items: center; gap: 6px; }
.fhs-mini-qty { width: 26px; height: 26px; border: 1px solid var(--fhs-border,#d1d5db); background: var(--fhs-bg,#fff); border-radius: 6px; cursor: pointer; font-size: 15px; line-height: 1; color: var(--fhs-text-sub,#374151); }
.fhs-mini-qty:hover { background: var(--fhs-bg-gray,#f3f4f6); }
.fhs-mini-item__qnum { min-width: 20px; text-align: center; font-size: 14px; font-weight: 600; color: var(--fhs-text,#111827); }
.fhs-mini-item__remove { border: 0; background: none; color: var(--fhs-text-light,#c5c9cf); font-size: 20px; cursor: pointer; padding: 0 2px; }
.fhs-mini-item__remove:hover { color: var(--fhs-accent,#ef4444); }
.fhs-mini-empty { text-align: center; color: var(--fhs-text-muted,#9ca3af); padding: 48px 0; font-size: 15px; } .fhs-cart-fab { position: fixed; bottom: 24px; right: 24px; z-index: 99990; width: 56px; height: 56px; border-radius: 50%; border: 0; background: var(--fhs-primary,#3B82F6); color: var(--fhs-white,#fff); box-shadow: 0 6px 20px rgba(0,0,0,.3); cursor: pointer; align-items: center; justify-content: center; }
.fhs-cart-fab__count { position: absolute; top: -4px; right: -4px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 10px; background: var(--fhs-accent,#ef4444); color: #fff; font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; border: 2px solid var(--fhs-bg,#fff); }
@media (max-width: 480px) {
.fhs-cart-drawer[data-mode="drawer"] { width: 100%; max-width: 100%; }
.fhs-cart-drawer[data-mode="modal"] { right: 12px; left: 12px; width: auto; bottom: 84px; }
.fhs-cart-fab { bottom: 16px; right: 16px; }
} .fhs-orders { display: flex; flex-direction: column; gap: 16px; }
.fhs-order-card { border: 1px solid #e9ecef; border-radius: 12px; overflow: hidden; background: #fff; }
.fhs-order-card__head { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; background: #f8f9fa; border-bottom: 1px solid #eef0f3; }
.fhs-order-card__meta { display: flex; flex-direction: column; gap: 2px; }
.fhs-order-card__no { font-weight: 700; color: #111827; font-size: 14px; }
.fhs-order-card__date { font-size: 12px; color: #9ca3af; }
.fhs-order-card__items { padding: 6px 18px; }
.fhs-order-line { display: grid; grid-template-columns: 1fr auto auto auto; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid #f3f4f6; }
.fhs-order-line:last-child { border-bottom: 0; }
.fhs-order-line__name { font-size: 14px; color: #111827; font-weight: 500; }
.fhs-order-line__opt { display: inline-block; margin-left: 6px; font-size: 12px; color: #9ca3af; }
.fhs-order-line__qty { font-size: 13px; color: #6b7280; }
.fhs-order-line__price { font-size: 14px; font-weight: 600; color: #111827; }
.fhs-order-line__reviewed { font-size: 12px; color: #9ca3af; }
.fhs-order-card__ship { padding: 10px 18px; background: #fafbfc; border-top: 1px dashed #eef0f3; font-size: 13px; color: #6b7280; display: flex; flex-wrap: wrap; gap: 12px; }
.fhs-order-card__foot { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-top: 1px solid #eef0f3; gap: 12px; flex-wrap: wrap; }
.fhs-order-card__total { font-size: 16px; color: #111827; }
.fhs-order-card__actions { display: flex; gap: 8px; flex-wrap: wrap; }
.fhs-btn-sm { display: inline-flex; align-items: center; justify-content: center; height: 36px; padding: 0 14px; border-radius: 8px; border: 1px solid #d1d5db; background: #fff; color: #374151; font-size: 13px; font-weight: 600; cursor: pointer; text-decoration: none; transition: .15s; }
.fhs-btn-sm:hover { background: #f3f4f6; }
.fhs-btn-sm--primary { background: var(--fhs-primary,#3B82F6); border-color: var(--fhs-primary,#3B82F6); color: #fff; }
.fhs-btn-sm--primary:hover { filter: brightness(.95); } .fhs-modal { position: fixed; inset: 0; z-index: 100000; display: none; align-items: center; justify-content: center; }
.fhs-modal.is-open { display: flex; }
.fhs-modal__overlay { position: absolute; inset: 0; background: rgba(17,24,39,.5); }
.fhs-modal__panel { position: relative; width: 440px; max-width: 92vw; max-height: 86vh; overflow-y: auto; background: #fff; border-radius: 14px; padding: 24px; box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.fhs-modal__title { margin: 0 0 16px; font-size: 18px; font-weight: 700; color: #111827; }
.fhs-modal .fhs-field { display: block; margin-bottom: 14px; font-size: 13px; color: #374151; font-weight: 600; }
.fhs-modal .fhs-field select, .fhs-modal .fhs-field textarea { display: block; width: 100%; margin-top: 6px; padding: 10px 12px; border: 1px solid #d1d5db; border-radius: 8px; font-size: 14px; font-weight: 400; box-sizing: border-box; font-family: inherit; }
.fhs-claim-refund { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.fhs-claim-refund > span { font-weight: 600; }
.fhs-claim-refund label { font-weight: 400; display: inline-flex; align-items: center; gap: 4px; }
.fhs-modal__actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 8px; }
.fhs-review-product-name { font-size: 14px; color: #6b7280; margin: -6px 0 12px; }
.fhs-star-input { display: flex; gap: 4px; margin-bottom: 14px; }
.fhs-star-input button { border: 0; background: none; font-size: 28px; line-height: 1; color: #d1d5db; cursor: pointer; padding: 0; }
.fhs-star-input button.is-active { color: #fbbf24; }
@media (max-width: 480px) {
.fhs-order-line { grid-template-columns: 1fr auto; row-gap: 4px; }
.fhs-order-card__foot { flex-direction: column; align-items: stretch; }
} .fhs-order-lookup { max-width: 560px; margin: 0 auto; }
.fhs-lookup-form { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.fhs-lookup-form input { flex: 1 1 200px; height: 42px; padding: 0 12px; border: 1px solid #d1d5db; border-radius: 8px; font-size: 14px; box-sizing: border-box; }
.fhs-lookup-form button { height: 42px; } .fhs-product-options { margin: 16px 0; }
.fhs-opt-field { margin-bottom: 14px; }
.fhs-opt-field__label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 8px; } .fhs-opt-field__label .required,
.fhs-product-variants__label .required { color: var(--fhs-accent, #f31110); margin-left: 2px; font-weight: 700; } .fhs-option-hint {
display: none; align-items: center; justify-content: center; gap: 6px;
margin: 0 0 10px; padding: 9px 12px;
background: transparent; border: 1px solid var(--fhs-accent, #f31110);
border-radius: 6px; font-size: 13px; line-height: 1;
color: var(--fhs-accent, #f31110); letter-spacing: -.01em;
}
.fhs-option-hint.is-visible { display: flex; }
.fhs-option-hint::before {
content: "!"; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center;
width: 15px; height: 15px; border-radius: 50%;
background: var(--fhs-accent, #f31110); color: #fff; font-size: 10px; font-weight: 700; line-height: 1;
}
.fhs-opt-swatches, .fhs-opt-buttons { display: flex; flex-wrap: wrap; gap: 8px; }
.fhs-opt-sw { width: 34px; height: 34px; border-radius: 50%; border: 2px solid transparent; box-shadow: 0 0 0 1px rgba(0,0,0,.15); cursor: pointer; padding: 0; }
.fhs-opt-sw.is-active { border-color: var(--fhs-primary, #111); box-shadow: 0 0 0 2px var(--fhs-primary, #111); }
.fhs-opt-btn { padding: 9px 16px; border: 1px solid #d0d0d0; background: #fff; border-radius: 8px; cursor: pointer; font-size: 14px; }
.fhs-opt-btn.is-active { border-color: var(--fhs-primary, #111); background: var(--fhs-primary, #111); color: #fff; }
.fhs-opt-sel { width: 100%; max-width: 340px; height: 44px; padding: 0 12px; border: 1px solid #d0d0d0; border-radius: 8px; font-size: 14px; }
.fhs-opt-status { margin-top: 10px; font-size: 13px; }
.fhs-opt-picked { color: var(--fhs-success, #1e9e52); font-weight: 600; }
.fhs-opt-soldout { color: var(--fhs-danger, #e8323c); font-weight: 600; } .fhs-shop--filtered .fhs-shop-layout { display: flex; gap: 28px; align-items: flex-start; }
.fhs-filter-sidebar {
width: 240px; flex-shrink: 0;
border: 1px solid #ececec; border-radius: 12px; padding: 18px 16px;
background: #fff; position: sticky; top: 20px;
}
.fhs-filter-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.fhs-filter-head strong { font-size: 15px; }
.fhs-filter-reset {
border: none; background: none; color: #888; font-size: 12px; cursor: pointer; padding: 2px 4px;
}
.fhs-filter-reset:hover { color: var(--fhs-primary); text-decoration: underline; }
.fhs-filter-group { padding: 14px 0; border-top: 1px solid #f1f1f1; }
.fhs-filter-group:first-of-type { border-top: none; padding-top: 0; }
.fhs-filter-label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 10px; color: #333; }
.fhs-filter-input {
width: 100%; height: 38px; padding: 0 10px; border: 1px solid #d8d8d8;
border-radius: 8px; font-size: 13px; box-sizing: border-box;
}
.fhs-filter-input:focus { border-color: var(--fhs-primary); outline: none; }
.fhs-filter-scroll { max-height: 220px; overflow-y: auto; }
.fhs-filter-check, .fhs-filter-radio {
display: flex; align-items: center; gap: 8px; font-size: 13px; color: #444;
padding: 5px 0; cursor: pointer;
}
.fhs-filter-check span, .fhs-filter-radio span { flex: 1; }
.fhs-filter-count { color: #aaa; font-size: 11px; font-style: normal; }
.fhs-filter-price { display: flex; align-items: center; gap: 6px; }
.fhs-filter-price .fhs-filter-input { text-align: right; }
.fhs-filter-price span { color: #aaa; }
.fhs-filter-apply {
width: 100%; margin-top: 16px; height: 42px; border: none; border-radius: 8px;
background: var(--fhs-primary); color: #fff; font-size: 14px; font-weight: 600; cursor: pointer;
}
.fhs-filter-apply:hover { background: var(--fhs-primary-dark); }
.fhs-shop-main { flex: 1; min-width: 0; position: relative; }
.fhs-filter-results.is-loading { opacity: .5; transition: opacity .15s; pointer-events: none; }
.fhs-filter-loading[aria-hidden="false"] {
position: absolute; inset: 0; display: flex; align-items: flex-start; justify-content: center;
padding-top: 80px;
}
.fhs-filter-loading[aria-hidden="false"]::after {
content: ""; width: 36px; height: 36px; border-radius: 50%;
border: 3px solid #e5e5e5; border-top-color: var(--fhs-primary);
animation: fhs-spin .8s linear infinite;
}
@keyframes fhs-spin { to { transform: rotate(360deg); } }
@media (max-width: 768px) {
.fhs-shop--filtered .fhs-shop-layout { flex-direction: column; }
.fhs-filter-sidebar { width: 100%; position: static; box-sizing: border-box; }
.fhs-filter-scroll { max-height: 160px; }
} .fhs-account { max-width: 1100px; margin: 0 auto; }
.fhs-account--full { display: flex; gap: 28px; align-items: flex-start; }
.fhs-account__nav {
width: 200px; flex-shrink: 0; display: flex; flex-direction: column; gap: 2px;
border: 1px solid #ececec; border-radius: 12px; padding: 10px; background: #fff;
position: sticky; top: 20px;
}
.fhs-account__tab {
display: block; padding: 11px 14px; border-radius: 8px; font-size: 14px;
color: #444; text-decoration: none; transition: background .15s, color .15s;
}
.fhs-account__tab:hover { background: #f5f5f7; }
.fhs-account__tab.is-active { background: var(--fhs-primary); color: #fff; font-weight: 600; }
.fhs-account__body { flex: 1; min-width: 0; }
@media (max-width: 768px) {
.fhs-account--full { flex-direction: column; }
.fhs-account__nav {
width: 100%; box-sizing: border-box; flex-direction: row; flex-wrap: wrap;
position: static;
}
.fhs-account__tab { flex: 0 0 auto; }
} .fhs-selected-options { margin: 14px 0 4px; display: flex; flex-direction: column; gap: 8px; }
.fhs-sel-line {
display: flex; align-items: center; gap: 10px;
background: #f7f7fa; border: 1px solid #ececf0; border-radius: 10px; padding: 10px 12px;
}
.fhs-sel-line__info { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.fhs-sel-line__name { font-size: 14px; font-weight: 600; color: #222; }
.fhs-sel-line__stock { font-size: 11px; color: #999; }
.fhs-sel-line__qty { display: inline-flex; align-items: center; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; background: #fff; }
.fhs-sel-qty { width: 30px; height: 32px; border: none; background: #fff; cursor: pointer; font-size: 16px; color: #555; }
.fhs-sel-qty:hover { background: #f1f1f1; }
.fhs-sel-qty-input { width: 40px; height: 32px; border: none; border-left: 1px solid #eee; border-right: 1px solid #eee; text-align: center; font-size: 14px; -moz-appearance: textfield; }
.fhs-sel-qty-input::-webkit-outer-spin-button, .fhs-sel-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.fhs-sel-line__price { min-width: 84px; text-align: right; font-weight: 700; font-size: 14px; color: var(--fhs-primary, #111); }
.fhs-sel-remove { width: 26px; height: 26px; border: none; background: none; color: #aaa; font-size: 18px; cursor: pointer; line-height: 1; }
.fhs-sel-remove:hover { color: #e8323c; } .fhs-tab-count { display: inline-block; min-width: 18px; padding: 0 5px; margin-left: 2px; font-size: 11px; line-height: 18px; border-radius: 9px; background: #eee; color: #666; vertical-align: middle; }
.fhs-reviews__summary { display: flex; align-items: center; gap: 14px; padding: 16px 0; border-bottom: 1px solid #eee; margin-bottom: 12px; }
.fhs-reviews__score { display: flex; align-items: baseline; gap: 6px; }
.fhs-reviews__score strong { font-size: 28px; color: #222; }
.fhs-reviews__stars { color: #ffb400; letter-spacing: 1px; }
.fhs-reviews__total { color: #888; font-size: 13px; }
.fhs-reviews__list { list-style: none; margin: 0; padding: 0; }
.fhs-review-item { padding: 16px 0; border-bottom: 1px solid #f0f0f0; }
.fhs-review-item__head { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.fhs-review-item__stars { color: #ffb400; letter-spacing: 1px; font-size: 14px; }
.fhs-review-item__author { font-weight: 600; font-size: 13px; color: #333; }
.fhs-review-item__date { color: #aaa; font-size: 12px; margin-left: auto; }
.fhs-review-item__photos { display: flex; gap: 8px; flex-wrap: wrap; margin: 8px 0; }
.fhs-review-photo { width: 88px; height: 88px; object-fit: cover; border-radius: 8px; cursor: pointer; }
.fhs-review-item__content { color: #444; font-size: 14px; line-height: 1.7; margin: 6px 0 0; }
.fhs-review-item__reply { margin-top: 10px; padding: 10px 12px; background: #f7f7fa; border-radius: 8px; }
.fhs-review-item__reply strong { display: block; font-size: 12px; color: var(--fhs-primary, #6C5CE7); margin-bottom: 4px; }
.fhs-review-item__reply p { margin: 0; font-size: 13px; color: #555; } .fhs-qna-board__head { display: flex; align-items: center; justify-content: space-between; padding: 8px 0 14px; border-bottom: 1px solid #eee; margin-bottom: 14px; }
.fhs-qna-board__count { color: #666; font-size: 14px; font-weight: 600; }
.fhs-qna-form { margin-bottom: 18px; }
.fhs-qna-form textarea { width: 100%; box-sizing: border-box; border: 1px solid #ddd; border-radius: 8px; padding: 12px; font-size: 14px; resize: vertical; }
.fhs-qna-form__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; }
.fhs-qna-secret { font-size: 13px; color: #666; display: inline-flex; align-items: center; gap: 6px; }
.fhs-qna-list { list-style: none; margin: 0; padding: 0; }
.fhs-qna-item { padding: 14px 0; border-bottom: 1px solid #f0f0f0; }
.fhs-qna-item__head { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.fhs-qna-badge { font-size: 11px; padding: 2px 8px; border-radius: 10px; font-weight: 600; }
.fhs-qna-badge--pending { background: #fff3e0; color: #e08600; }
.fhs-qna-badge--answered { background: #e3f6ec; color: #1e9e52; }
.fhs-qna-lock { font-size: 12px; }
.fhs-qna-item__author { font-size: 13px; font-weight: 600; color: #333; }
.fhs-qna-item__date { font-size: 12px; color: #aaa; margin-left: auto; }
.fhs-qna-item__content { margin: 4px 0 0; font-size: 14px; color: #444; line-height: 1.7; } .fhs-qna-item__reply { margin-top: 10px; }
.fhs-qna-item__reply-toggle {
display: inline-flex; align-items: center; gap: 8px;
padding: 7px 13px; border-radius: 999px; cursor: pointer;
list-style: none; user-select: none;
background: #f4f5f7; border: 1px solid #e6e8ec;
transition: background .2s ease, border-color .2s ease;
}
.fhs-qna-item__reply-toggle::-webkit-details-marker { display: none; }
.fhs-qna-item__reply-toggle:hover { background: #eceef1; border-color: #dcdfe4; }
.fhs-qna-item__reply-tag { font-size: 12px; font-weight: 700; color: var(--fhs-primary, #6C5CE7); letter-spacing: -.01em; }
.fhs-qna-item__reply-hint { font-size: 12px; color: #9aa0a8; }
.fhs-qna-item__reply-toggle::after {
content: ""; width: 7px; height: 7px; margin-left: 1px;
border-right: 1.6px solid #b6bcc4; border-bottom: 1.6px solid #b6bcc4;
transform: translateY(-2px) rotate(45deg); transition: transform .2s ease;
}
.fhs-qna-item__reply[open] .fhs-qna-item__reply-toggle::after { transform: translateY(1px) rotate(-135deg); }
.fhs-qna-item__reply[open] .fhs-qna-item__reply-hint { display: none; }
.fhs-qna-item__reply-body {
margin: 10px 0 2px; padding: 13px 15px; font-size: 13.5px; color: #444; line-height: 1.75;
background: #f8f9fb; border: 1px solid #eef0f3; border-radius: 10px;
animation: fhsQnaReplyIn .22s ease;
}
@keyframes fhsQnaReplyIn { from { opacity: 0; transform: translateY(-3px); } to { opacity: 1; transform: none; } } .fhs-myqna-list { list-style: none; margin: 0; padding: 0; }
.fhs-myqna-item { padding: 16px 0; border-bottom: 1px solid #f0f0f0; }
.fhs-myqna-item:first-child { padding-top: 0; }
.fhs-myqna-item__head { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; }
.fhs-myqna-item__lock { font-size: 11px; font-weight: 600; color: #888; background: #f1f1f4; padding: 2px 8px; border-radius: 10px; }
.fhs-myqna-item__product { font-size: 14px; font-weight: 600; color: #333; text-decoration: none; }
.fhs-myqna-item__product:hover { color: var(--fhs-primary, #6C5CE7); text-decoration: underline; }
.fhs-myqna-item__date { font-size: 12px; color: #aaa; margin-left: auto; }
.fhs-myqna-item__q { margin: 0; font-size: 14px; color: #444; line-height: 1.7; white-space: pre-line; }
.fhs-myqna-item__a { margin-top: 10px; padding: 12px 14px; background: #f8f9fb; border: 1px solid #eef0f3; border-radius: 10px; }
.fhs-myqna-item__a strong { display: block; font-size: 12px; font-weight: 700; color: var(--fhs-primary, #6C5CE7); margin-bottom: 4px; }
.fhs-myqna-item__a p { margin: 0; font-size: 13.5px; color: #555; line-height: 1.7; }
.fhs-btn-sm { display: inline-flex; align-items: center; gap: 4px; padding: 7px 14px; border: 1px solid #ddd; border-radius: 8px; background: #fff; font-size: 13px; cursor: pointer; color: #333; text-decoration: none; }
.fhs-btn-sm--primary { background: var(--fhs-primary, #6C5CE7); border-color: var(--fhs-primary, #6C5CE7); color: #fff; } @media (max-width: 768px) {
.fhs-sel-qty { width: 44px; height: 44px; font-size: 18px; }
.fhs-sel-qty-input { height: 44px; width: 48px; font-size: 15px; }
.fhs-qty-btn { min-width: 44px; height: 44px; }
.fhs-qty-wrap input { height: 44px; }
.fhs-mini-qty { width: 40px; height: 40px; }
.fhs-card-action { width: 44px; height: 44px; }
.fhs-card-action svg { width: 18px; height: 18px; }
.fhs-mini-item__remove { width: 40px; height: 40px; }
.fhs-filter-apply, .fhs-filter-reset { min-height: 44px; }
.fhs-qna-write-btn, .fhs-write-review, .fhs-btn-sm { min-height: 40px; }
.fhs-sort-select, .fhs-filter-input { min-height: 44px; }
.fhs-tab-btn { min-height: 48px; }
} .fhs-review-photos { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0; align-items: center; }
.fhs-review-photos__preview { display: flex; flex-wrap: wrap; gap: 8px; }
.fhs-review-photo-thumb { position: relative; width: 64px; height: 64px; border-radius: 8px; overflow: hidden; background: #f1f1f1; }
.fhs-review-photo-thumb img { width: 100%; height: 100%; object-fit: cover; }
.fhs-review-photo-thumb__del { position: absolute; top: 2px; right: 2px; width: 20px; height: 20px; border: none; border-radius: 50%; background: rgba(0,0,0,.6); color: #fff; font-size: 13px; line-height: 1; cursor: pointer; padding: 0; }
.fhs-review-photo-thumb__loading { position: absolute; inset: 0; display: block; }
.fhs-review-photo-thumb__loading::after { content: ""; position: absolute; top: 50%; left: 50%; width: 20px; height: 20px; margin: -10px 0 0 -10px; border: 2px solid #ddd; border-top-color: var(--fhs-primary, #6C5CE7); border-radius: 50%; animation: fhs-spin .8s linear infinite; }
.fhs-review-photos__add { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; border: 1px dashed #ccc; border-radius: 8px; color: #888; font-size: 12px; cursor: pointer; text-align: center; }
.fhs-review-photos__add:hover { border-color: var(--fhs-primary, #6C5CE7); color: var(--fhs-primary, #6C5CE7); } .fhs-quickview { position: fixed; inset: 0; z-index: 99998; display: none; }
.fhs-quickview.is-open { display: block; }
.fhs-quickview .fhs-modal__overlay { position: fixed; inset: 0; background: rgba(0,0,0,.5); }
.fhs-quickview__panel { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: min(92vw, 520px); max-height: 88vh; overflow-y: auto; background: #fff; border-radius: 16px; padding: 28px 24px; box-shadow: 0 20px 60px rgba(0,0,0,.3); }
.fhs-quickview__close { position: absolute; top: 12px; right: 14px; width: 36px; height: 36px; border: none; background: none; font-size: 26px; line-height: 1; color: #888; cursor: pointer; z-index: 2; }
.fhs-quickview__close:hover { color: #111; }
.fhs-quickview__loading { min-height: 200px; position: relative; }
.fhs-quickview__loading::after { content: ""; position: absolute; top: 50%; left: 50%; width: 34px; height: 34px; margin: -17px 0 0 -17px; border: 3px solid #eee; border-top-color: var(--fhs-primary, #6C5CE7); border-radius: 50%; animation: fhs-spin .8s linear infinite; } .fhs-quickview__body .fluxshop-product-detail__info { padding: 0; }
.fhs-quickview__body .fluxshop-product-detail__icon-actions { display: none; }
.fhs-quickview__body .fluxshop-product-detail__name { font-size: 20px; } .fhs-wishlist-btn.active svg,
.fhs-card-action.fhs-wishlist-btn.active svg { fill: var(--fhs-danger, #e8323c); stroke: var(--fhs-danger, #e8323c); }
.fhs-card-action.fhs-wishlist-btn.active { color: var(--fhs-danger, #e8323c); }
.fhs-icon-btn.fhs-wishlist-btn.active { color: var(--fhs-danger, #e8323c); border-color: var(--fhs-danger, #e8323c); } .fhs-cart-drawer__optfoot { display: none; padding: 16px; border-top: 1px solid var(--fhs-border, #eee); }
.fhs-cart-drawer[data-view="options"] .fhs-cart-drawer__foot { display: none; }
.fhs-cart-drawer[data-view="options"] .fhs-cart-drawer__optfoot { display: block; }
.fhs-cart-drawer__optfoot .fhs-mini-btn { width: 100%; justify-content: center; height: 48px; font-size: 15px; }
.fhs-cartopt { padding: 4px 2px; }
.fhs-cartopt__head { display: flex; gap: 12px; align-items: center; padding-bottom: 14px; border-bottom: 1px solid var(--fhs-border, #eee); margin-bottom: 16px; }
.fhs-cartopt__thumb { width: 56px; height: 56px; border-radius: 8px; object-fit: cover; background: var(--fhs-bg-soft, #f5f5f5); flex-shrink: 0; }
.fhs-cartopt__meta { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.fhs-cartopt__name { font-weight: 600; font-size: 14px; color: var(--fhs-text, #222); }
.fhs-cartopt__price { color: var(--fhs-text-muted, #888); font-size: 13px; }
.fhs-cartopt__total { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--fhs-border, #eee); }
.fhs-cartopt__total strong { font-size: 18px; font-weight: 800; color: var(--fhs-text, #222); } .fhs-cartopt .fhs-opt-sel { max-width: 100%; } .fhs-featured { margin: 0 0 48px; }
.fhs-featured__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.fhs-featured__title { margin: 0; font-size: 24px; font-weight: 700; line-height: 1.3; color: var(--fhs-text, #1a1a1a); } .fhs-featured--slider .fhs-featured-swiper { position: relative; padding: 4px 4px 44px; }
.fhs-featured-swiper .swiper-slide { height: auto; box-sizing: border-box; } .fhs-featured-swiper .swiper-slide > .fluxshop-product-card { height: 100%; } .fhs-featured-swiper:not(.fhs-swiper-ready) .swiper-wrapper {
display: flex;
gap: 16px;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
}
.fhs-featured-swiper:not(.fhs-swiper-ready) .swiper-slide {
flex: 0 0 80%;
max-width: 320px;
scroll-snap-align: start;
}
.fhs-featured-swiper:not(.fhs-swiper-ready) .swiper-button-prev,
.fhs-featured-swiper:not(.fhs-swiper-ready) .swiper-button-next,
.fhs-featured-swiper:not(.fhs-swiper-ready) .swiper-pagination { display: none; } .fhs-featured__nav.swiper-button-prev,
.fhs-featured__nav.swiper-button-next {
width: 40px; height: 40px;
border-radius: 50%;
background: var(--fhs-white, #fff);
box-shadow: 0 2px 10px rgba(0,0,0,.12);
border: 1px solid var(--fhs-border, #eee);
color: var(--fhs-text, #222);
margin: 0;
top: 42%;
transition: background .2s ease, color .2s ease;
}
.fhs-featured__nav.swiper-button-prev { left: -6px; }
.fhs-featured__nav.swiper-button-next { right: -6px; }
.fhs-featured__nav.swiper-button-prev::after,
.fhs-featured__nav.swiper-button-next::after { font-size: 16px; font-weight: 700; }
.fhs-featured__nav:hover { background: var(--fhs-primary, #1a1a1a); color: #fff; } .fhs-featured-swiper .swiper-pagination.fhs-featured__dots { bottom: 8px; }
.fhs-featured-swiper .swiper-pagination-bullet-active { background: var(--fhs-primary, #1a1a1a); }
@media (max-width: 768px) {
.fhs-featured { margin-bottom: 36px; }
.fhs-featured__title { font-size: 20px; }
.fhs-featured__nav.swiper-button-prev,
.fhs-featured__nav.swiper-button-next { display: none; }
} .fhs-pdp, .fhs-shop--musinsa, .fhs-cart2, .fhs-account, .fhs-mypage {
background: #fff;
color: #111;
border-radius: 8px;
font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", sans-serif;
font-size: 14px;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
} .fhs-pdp *, .fhs-shop--musinsa *, .fhs-cart2 *, .fhs-account *, .fhs-mypage * { box-sizing: border-box; }
.fhs-pdp button, .fhs-shop--musinsa button, .fhs-cart2 button, .fhs-account button, .fhs-mypage button { font-family: inherit; }
.fhs-account, .fhs-mypage { color: #111; } .fhs-pdp.fluxshop-product-detail,
.fhs-cart2.fluxshop-cart { display: block; }
.fhs-shop--musinsa.fluxshop-products-wrap { display: block; }
.fhs-pdp a, .fhs-shop--musinsa a, .fhs-cart2 a { color: inherit; } .fhs-pdp h1, .fhs-pdp h2, .fhs-pdp h3, .fhs-pdp h4,
.fhs-shop--musinsa h1, .fhs-shop--musinsa h2, .fhs-shop--musinsa h3, .fhs-shop--musinsa h4,
.fhs-cart2 h1, .fhs-cart2 h2, .fhs-cart2 h3, .fhs-cart2 h4 { color: #111; } .fhs-pdp {
--fhs-pdp-border: #ebebeb;
--fhs-pdp-line:   #ebebeb;
--fhs-pdp-ink:    #000;
--fhs-pdp-sub:    #8a8a8a;
--fhs-pdp-accent: #f31110;
--fhs-pdp-sidebar: 400px;
--fhs-pdp-navtop: 0px; max-width: 1200px;
margin: 0 auto;
padding: 12px 16px 80px;
color: var(--fhs-pdp-ink);
font-family: inherit;
}
.fhs-pdp *, .fhs-pdp *::before, .fhs-pdp *::after { box-sizing: border-box; } .fhs-pdp__breadcrumb { font-size: 12px; color: var(--fhs-pdp-sub); margin: 8px 0 20px; }
.fhs-pdp__breadcrumb a { color: var(--fhs-pdp-sub); text-decoration: none; }
.fhs-pdp__breadcrumb a:hover { text-decoration: underline; }
.fhs-pdp__crumb-sep { margin: 0 6px; color: #c9ccd1; } .fhs-pdp__top {
display: grid;
grid-template-columns: minmax(0, 1fr) var(--fhs-pdp-sidebar);
gap: 48px;
align-items: start;
}
.fhs-pdp__right { position: sticky; top: calc(var(--fhs-pdp-navtop) + 20px); }  .fhs-gallery { display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 12px; }
.fhs-gallery__thumbs { grid-column: 1; grid-row: 1; display: flex; flex-direction: column; gap: 8px; max-height: 560px; overflow-y: auto; }
.fhs-gallery__thumb { width: 72px; height: 72px; padding: 0; border: 1px solid var(--fhs-pdp-border); border-radius: 4px; overflow: hidden; cursor: pointer; background: #fff; flex: 0 0 auto; }
.fhs-gallery__thumb.is-active { border-color: var(--fhs-pdp-ink); }
.fhs-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fhs-gallery__stage { grid-column: 2; grid-row: 1; position: relative; aspect-ratio: 1/1; background: #f7f7f7; border-radius: 6px; overflow: hidden; }
.fhs-gallery__main { width: 100%; height: 100%; object-fit: cover; display: block; cursor: zoom-in; }
.fhs-gallery__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border: 0; border-radius: 50%; background: rgba(255,255,255,.85); color: #111; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 1px 4px rgba(0,0,0,.15); opacity: 0; transition: opacity .2s; }
.fhs-gallery__stage:hover .fhs-gallery__nav { opacity: 1; }
.fhs-gallery__nav--prev { left: 12px; }
.fhs-gallery__nav--next { right: 12px; }
.fhs-gallery__counter { position: absolute; right: 12px; bottom: 12px; background: rgba(0,0,0,.6); color: #fff; font-size: 12px; padding: 3px 10px; border-radius: 12px; } .fhs-lightbox { position: fixed; inset: 0; z-index: 100000; background: rgba(0,0,0,.9); display: none; align-items: center; justify-content: center; padding: 40px; }
.fhs-lightbox.is-open { display: flex; }
.fhs-lightbox__img { max-width: 92vw; max-height: 88vh; object-fit: contain; }
.fhs-lightbox__close { position: absolute; top: 20px; right: 28px; background: none; border: 0; color: #fff; font-size: 40px; line-height: 1; cursor: pointer; } .fhs-sidebar { font-size: 14px; }
.fhs-sidebar__brand { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.fhs-sidebar__name { font-size: 20px; font-weight: 600; line-height: 1.4; margin: 0 0 10px; color: var(--fhs-pdp-ink); }
.fhs-sidebar__meta { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; font-size: 13px; }
.fhs-sidebar__rating { display: inline-flex; align-items: center; gap: 4px; color: var(--fhs-pdp-ink); text-decoration: none; }
.fhs-sidebar__rating .fhs-star { color: #ffb400; }
.fhs-sidebar__rating .fhs-rating-count { color: var(--fhs-pdp-sub); text-decoration: underline; }
.fhs-sidebar__likes { color: var(--fhs-pdp-sub); } .fhs-sidebar__meta.is-empty,
.fhs-mcard__meta.is-empty,
.fhs-sidebar__likes.is-hidden,
.fhs-mcard__likes.is-hidden { display: none; }
.fhs-sidebar .fluxshop-product-detail__short-desc { color: var(--fhs-pdp-sub); font-size: 13px; margin: 0 0 16px; }
.fhs-sidebar__price { margin: 14px 0; }
.fhs-sidebar__price .fhs-price-del { color: #8a8a8a; text-decoration: line-through; font-size: 13px; }
.fhs-sidebar__price .fhs-price-line { display: flex; align-items: baseline; gap: 6px; margin-top: 2px; }
.fhs-sidebar__price .fhs-price-discount { color: var(--fhs-pdp-accent); font-size: 18px; font-weight: 700; }
.fhs-sidebar__price .fhs-price-discount .unit { font-size: 18px; }
.fhs-sidebar__price .fhs-price-current { font-size: 18px; font-weight: 700; color: var(--fhs-pdp-ink); }
.fhs-sidebar__price .fhs-price-cycle { color: var(--fhs-pdp-sub); font-size: 13px; }
.fhs-sidebar__facts { border-top: 1px solid var(--fhs-pdp-line); margin: 16px 0 0; padding: 14px 0 0; }
.fhs-sidebar__fact { display: grid; grid-template-columns: 60px 1fr; gap: 8px; font-size: 13px; margin-bottom: 8px; }
.fhs-sidebar__fact dt { color: var(--fhs-pdp-sub); margin: 0; }
.fhs-sidebar__fact dd { margin: 0; color: var(--fhs-pdp-ink); }
.fhs-trial-badge { background: #eef6ff; color: #2563eb; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.fhs-sidebar__total { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--fhs-pdp-line); margin-top: 16px; padding-top: 16px; }
.fhs-sidebar__total .fluxshop-product-detail__total-label { color: var(--fhs-pdp-sub); font-size: 14px; }
.fhs-sidebar__total .fluxshop-product-detail__total-amount { font-size: 22px; font-weight: 800; } .fhs-sidebar__actions { display: flex; gap: 8px; margin-top: 16px; }
.fhs-sidebar__actions .fluxshop-btn { height: 52px; border-radius: 4px; font-size: 14px; font-weight: 500; flex: 1; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; border: 1px solid var(--fhs-pdp-border); background: #fff; color: var(--fhs-pdp-ink); }
.fhs-sidebar__actions .fluxshop-btn--buy,
.fhs-sidebar__actions .fluxshop-btn--primary { background: var(--fhs-pdp-ink); color: #fff; border-color: var(--fhs-pdp-ink); }
.fhs-sidebar__actions .fluxshop-btn--buy:hover,
.fhs-sidebar__actions .fluxshop-btn--primary:hover { background: #000; }
.fhs-sidebar__actions .fhs-sidebar__wish { flex: 0 0 52px; width: 52px; height: 52px; border: 1px solid var(--fhs-pdp-border); border-radius: 4px; background: #fff; color: #888; display: inline-flex; align-items: center; justify-content: center; }
.fhs-sidebar__actions .fhs-sidebar__wish svg { width: 22px; height: 22px; }
.fhs-sidebar__actions .fhs-sidebar__wish.active { color: var(--fhs-pdp-accent); }
.fhs-sidebar__actions .fhs-sidebar__wish.active svg { fill: var(--fhs-pdp-accent); } .fhs-sidebar__actions.fluxshop-product-detail__actions { display: flex; align-items: stretch; gap: 8px; }
.fhs-sidebar__actions .fluxshop-btn--block { width: auto; display: inline-flex; }
.fhs-sidebar__actions .fhs-sidebar__wish { position: static; top: auto; right: auto; } .fhs-sidebar__actions .fhs-sidebar__wish { flex-direction: column; gap: 1px; }
.fhs-sidebar__actions .fhs-sidebar__wish svg { width: 20px; height: 20px; }
.fhs-sidebar__wish-count { font-size: 11px; color: #888; line-height: 1; } .fhs-sidebar__badges { display: flex; flex-wrap: wrap; gap: 4px; margin: 4px 0 10px; }
.fhs-sidebar__badge { font-size: 11px; font-weight: 600; color: #333; background: #f4f4f4; padding: 3px 8px; border-radius: 3px; }
.fhs-sidebar__badge:first-child { background: #22254a; color: #fff; } .fhs-sidebar__price-label { font-size: 13px; color: #666; margin-bottom: 2px; } .fhs-gallery__share { grid-column: 1; grid-row: 2; margin-top: 12px; } .fhs-gallery--single { grid-template-columns: minmax(0,1fr); }
.fhs-gallery--single .fhs-gallery__stage { grid-column: 1; }
.fhs-gallery:not(:has(.fhs-gallery__thumbs)) { grid-template-columns: minmax(0,1fr); }
.fhs-gallery:not(:has(.fhs-gallery__thumbs)) .fhs-gallery__stage { grid-column: 1; }
.fhs-share-btn { width: 40px; height: 40px; border: 1px solid var(--fhs-pdp-border); border-radius: 50%; background: #fff; color: #333; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: border-color .15s; }
.fhs-share-btn:hover { border-color: #999; }
.fhs-share-btn.copied { border-color: var(--fhs-pdp-ink); color: var(--fhs-pdp-ink); } .fhs-pdp-tabs { margin-top: 56px; }
.fhs-pdp-tabs__nav { position: sticky; top: var(--fhs-pdp-navtop); z-index: 50; display: flex; background: #fff; border-bottom: 1px solid var(--fhs-pdp-line); }
.fhs-pdp-tabs__btn { flex: 1; text-align: center; padding: 14px 8px; font-size: 14px; font-weight: 400; color: var(--fhs-pdp-sub); text-decoration: none; border-bottom: 2px solid transparent; margin-bottom: -1px; }
.fhs-pdp-tabs__btn.is-active { color: var(--fhs-pdp-ink); font-weight: 600; border-bottom-color: var(--fhs-pdp-ink); }
.fhs-pdp-tabs__btn .fhs-tab-count { color: var(--fhs-pdp-accent); font-weight: 600; margin-left: 2px; background: none; padding: 0; border-radius: 0; min-width: 0; height: auto; display: inline; font-size: 14px; }
.fhs-pdp-section { padding: 40px 0; border-bottom: 1px solid var(--fhs-pdp-line); scroll-margin-top: 80px; }
.fhs-pdp-section__heading { font-size: 20px; font-weight: 700; margin: 0 0 20px; }
.fhs-count-em { color: var(--fhs-pdp-accent); }
.fhs-pdp-block { margin-top: 48px; }
.fhs-pdp-block__title { font-size: 17px; font-weight: 700; margin: 0 0 16px; padding-bottom: 10px; border-bottom: 2px solid var(--fhs-pdp-ink); } .fhs-pdp-desc { position: relative; overflow: hidden; }
.fhs-pdp-desc.fhs-collapsed { max-height: 1200px; }
.fhs-pdp-desc.fhs-collapsed::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 120px; background: linear-gradient(rgba(255,255,255,0), #fff); pointer-events: none; }
.fhs-pdp-desc__inner img { max-width: 100%; height: auto; display: block; margin: 0 auto; }
.fhs-pdp-desc__more { text-align: center; margin: 16px 0 0; }
.fhs-more-btn { min-width: 200px; height: 46px; border: 1px solid var(--fhs-pdp-border); border-radius: 4px; background: #fff; font-size: 14px; font-weight: 600; cursor: pointer; }
.fhs-more-btn:hover { border-color: #999; } .fhs-size-table-wrap { overflow-x: auto; }
.fhs-size-table, .fhs-notice-table, .fhs-info-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.fhs-size-table th, .fhs-size-table td { border: 1px solid var(--fhs-pdp-border); padding: 10px 12px; text-align: center; }
.fhs-size-table th { background: #fafafa; font-weight: 700; }
.fhs-notice-table th, .fhs-info-table th { width: 200px; background: #fafafa; text-align: left; padding: 12px 16px; border: 1px solid var(--fhs-pdp-border); font-weight: 600; color: #444; vertical-align: top; }
.fhs-notice-table td, .fhs-info-table td { padding: 12px 16px; border: 1px solid var(--fhs-pdp-border); }
.fhs-notice-ref { color: var(--fhs-pdp-sub); } .fhs-info-section { margin-bottom: 28px; }
.fhs-info-section__title { font-size: 16px; font-weight: 700; margin: 0 0 12px; }
.fhs-info-section__body { font-size: 14px; line-height: 1.7; color: #333; }
.fhs-info-section__body ul { margin: 0; padding-left: 18px; }
.fhs-info-section__body li { margin-bottom: 6px; } .fhs-reco-slider { display: flex; gap: 16px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; }
.fhs-reco-slider__item { flex: 0 0 200px; scroll-snap-align: start; }
.fhs-reco-slider__item .fluxshop-product-card { border: 0; } .fhs-reviews__overview { display: grid; grid-template-columns: 200px 1fr; gap: 32px; align-items: center; padding: 24px; background: #fafafa; border-radius: 8px; margin-bottom: 24px; }
.fhs-reviews__score { text-align: center; }
.fhs-reviews__score strong { display: block; font-size: 40px; font-weight: 800; line-height: 1; }
.fhs-reviews__score .fhs-reviews__stars { color: #ffb400; font-size: 16px; }
.fhs-reviews__score .fhs-reviews__total { display: block; color: var(--fhs-pdp-sub); font-size: 13px; margin-top: 4px; }
.fhs-reviews__dist-row { display: grid; grid-template-columns: 32px 1fr 40px; align-items: center; gap: 10px; margin-bottom: 6px; font-size: 12px; color: var(--fhs-pdp-sub); }
.fhs-reviews__dist-bar { height: 6px; background: #e9ebee; border-radius: 3px; overflow: hidden; }
.fhs-reviews__dist-bar i { display: block; height: 100%; background: var(--fhs-pdp-ink); }
.fhs-reviews__dist-cnt { text-align: right; }
.fhs-reviews__photos { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.fhs-reviews__photos .fhs-review-photo { width: 96px; height: 96px; object-fit: cover; border-radius: 6px; cursor: pointer; }
.fhs-reviews__list { list-style: none; margin: 0; padding: 0; }
.fhs-review-item { border-bottom: 1px solid var(--fhs-pdp-line); padding: 20px 0; }
.fhs-review-item__head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; font-size: 13px; }
.fhs-review-item__stars { color: #ffb400; }
.fhs-review-item__author { font-weight: 600; }
.fhs-review-item__date { color: var(--fhs-pdp-sub); margin-left: auto; }
.fhs-review-item__photos { display: flex; gap: 8px; margin: 10px 0; }
.fhs-review-item__photos img { width: 90px; height: 90px; object-fit: cover; border-radius: 6px; }
.fhs-review-item__content { font-size: 14px; line-height: 1.6; margin: 8px 0 0; }
.fhs-review-item__reply { background: #f6f7f9; border-radius: 6px; padding: 12px 14px; margin-top: 12px; font-size: 13px; }
.fhs-review-item__reply strong { display: block; margin-bottom: 4px; }
.fhs-reviews__write { text-align: right; margin-bottom: 16px; } @media (max-width: 1024px) {
.fhs-pdp__top { grid-template-columns: 1fr; gap: 28px; }
.fhs-pdp__right { position: static; } .fhs-gallery { grid-template-columns: minmax(0,1fr); }
.fhs-gallery__stage { grid-column: 1; grid-row: 1; }
.fhs-gallery__thumbs { grid-column: 1; grid-row: 2; flex-direction: row; max-height: none; overflow-x: auto; }
.fhs-gallery__share { grid-column: 1; grid-row: 3; }
}
@media (max-width: 768px) {
.fhs-pdp { padding: 8px 12px 60px; }
.fhs-pdp-tabs__nav { overflow-x: auto; }
.fhs-pdp-tabs__btn { flex: 0 0 auto; padding: 14px 18px; }
.fhs-reviews__overview { grid-template-columns: 1fr; gap: 20px; }
.fhs-sidebar__actions .fluxshop-btn { height: 48px; font-size: 14px; }
.fhs-reco-slider__item { flex-basis: 150px; }
} .fhs-shop--musinsa {
--fhs-shop-border: #ebebeb;
--fhs-shop-ink: #000;
--fhs-shop-sub: #8a8a8a;
--fhs-shop-accent: #f31110;
max-width: 1280px;
margin: 0 auto;
padding: 8px 16px 60px;
}
.fhs-shop--musinsa *, .fhs-shop--musinsa *::before, .fhs-shop--musinsa *::after { box-sizing: border-box; } .fhs-cat-tabs { display: flex; flex-wrap: wrap; gap: 4px; border-bottom: 1px solid var(--fhs-shop-border); margin-bottom: 16px; }
.fhs-cat-tab { position: relative; cursor: pointer; }
.fhs-cat-tab input { position: absolute; opacity: 0; pointer-events: none; }
.fhs-cat-tab span { display: block; padding: 12px 16px; font-size: 15px; color: var(--fhs-shop-sub); border-bottom: 2px solid transparent; margin-bottom: -1px; }
.fhs-cat-tab.is-active span, .fhs-cat-tab input:checked + span { color: var(--fhs-shop-ink); font-weight: 700; border-bottom-color: var(--fhs-shop-ink); } .fhs-chip-row { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; }
.fhs-chip-row__label { flex: 0 0 auto; font-size: 13px; font-weight: 700; color: var(--fhs-shop-ink); padding-top: 7px; }
.fhs-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.fhs-chip, .fhs-toggle-chip { position: relative; cursor: pointer; }
.fhs-chip input, .fhs-toggle-chip input { position: absolute; opacity: 0; pointer-events: none; }
.fhs-chip span, .fhs-toggle-chip span { display: block; padding: 6px 14px; font-size: 13px; color: #444; border: 1px solid var(--fhs-shop-border); border-radius: 16px; background: #fff; transition: all .15s; }
.fhs-chip.is-checked span, .fhs-chip input:checked + span,
.fhs-toggle-chip.is-checked span, .fhs-toggle-chip input:checked + span { border-color: var(--fhs-shop-ink); background: var(--fhs-shop-ink); color: #fff; font-weight: 600; } .fhs-filterbar { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 14px 0; border-top: 1px solid #f0f0f0; }
.fhs-filterbar__search { display: flex; align-items: center; gap: 6px; border: 1px solid var(--fhs-shop-border); border-radius: 4px; padding: 0 10px; height: 38px; color: #999; }
.fhs-filterbar__search input { border: 0; outline: 0; font-size: 14px; width: 180px; background: transparent; }
.fhs-filterbar__price { display: flex; align-items: center; gap: 6px; }
.fhs-filterbar__price input { width: 100px; height: 38px; border: 1px solid var(--fhs-shop-border); border-radius: 4px; padding: 0 10px; font-size: 13px; }
.fhs-filterbar__rating { height: 38px; border: 1px solid var(--fhs-shop-border); border-radius: 4px; padding: 0 10px; font-size: 13px; background: #fff; }
.fhs-filterbar__reset { margin-left: auto; height: 38px; padding: 0 16px; border: 1px solid var(--fhs-shop-border); border-radius: 4px; background: #fff; font-size: 13px; cursor: pointer; }
.fhs-filterbar__reset:hover { border-color: #999; } .fhs-shop--musinsa .fhs-loop-toolbar { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; }
.fhs-shop--musinsa .fhs-loop-count strong { font-size: 15px; font-weight: 700; }
.fhs-shop--musinsa .fhs-loop-count span { color: var(--fhs-shop-sub); font-size: 13px; }
.fhs-shop--musinsa .fhs-sort-select { height: 36px; border: 1px solid var(--fhs-shop-border); border-radius: 4px; padding: 0 10px; font-size: 13px; background: #fff; }
.fhs-shop--musinsa .fhs-filter-results.is-loading { opacity: .5; transition: opacity .2s; } .fhs-shop-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 32px 16px; }
.fhs-shop--musinsa .fluxshop-product-card { border: 0; border-radius: 0; background: transparent; overflow: visible; }
.fhs-shop--musinsa .fluxshop-product-card:hover { box-shadow: none; transform: none; }
.fhs-shop--musinsa .fluxshop-product-card__image-link { display: block; position: relative; aspect-ratio: 5/6; border-radius: 6px; overflow: hidden; background: #f7f7f7; }
.fhs-shop--musinsa .fluxshop-product-card__image { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.fhs-shop--musinsa .fluxshop-product-card__image-link:hover .fluxshop-product-card__image { transform: scale(1.04); }
.fhs-shop--musinsa .fluxshop-product-card__body { padding: 10px 2px 0; }
.fluxshop-product-card__brand { font-size: 11px; font-weight: 600; color: var(--fhs-shop-ink); margin: 0 0 3px; }
.fhs-shop--musinsa .fluxshop-product-card__name { font-size: 13px; font-weight: 400; line-height: 1.4; margin: 0 0 6px; }
.fhs-shop--musinsa .fluxshop-product-card__name a { color: #000; text-decoration: none; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.fhs-shop--musinsa .fluxshop-product-card__summary { display: none; }
.fhs-shop--musinsa .fluxshop-product-card__price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px; }
.fhs-shop--musinsa .fluxshop-price--original { order: 3; color: #c0c3c8; text-decoration: line-through; font-size: 12px; font-weight: 400; }
.fhs-shop--musinsa .fluxshop-price--discount { color: var(--fhs-shop-accent); font-weight: 600; font-size: 13px; }
.fhs-shop--musinsa .fluxshop-price--current { font-weight: 600; font-size: 13px; color: var(--fhs-shop-ink); }
.fhs-shop--musinsa .fluxshop-product-card__review { font-size: 11px; color: var(--fhs-shop-sub); margin: 4px 0 0; }
.fhs-shop--musinsa .fluxshop-product-card__review .fhs-star { color: #ffb400; }
@media (max-width: 1280px) { .fhs-shop-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 1024px) { .fhs-shop-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) {
.fhs-shop--musinsa { padding: 8px 12px 48px; }
.fhs-shop-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 12px; }
.fhs-filterbar__search input { width: 120px; }
.fhs-chip-row { flex-direction: column; gap: 6px; }
.fhs-cat-tab span { padding: 10px 12px; font-size: 14px; }
} .fhs-cart2 { --fhs-c-border:#e5e7eb; --fhs-c-ink:#111; --fhs-c-sub:#6b7280; max-width: 1160px; margin: 0 auto; }
.fhs-cart2 .fhs-cart-layout { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 32px; align-items: start; } .fhs-cart-tabs { display: flex; gap: 4px; border-bottom: 2px solid var(--fhs-c-ink); }
.fhs-cart-tab { flex: 0 0 auto; padding: 12px 20px; border: 0; background: none; font-size: 15px; color: var(--fhs-c-sub); cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -2px; }
.fhs-cart-tab.is-active { color: var(--fhs-c-ink); font-weight: 700; border-bottom-color: var(--fhs-c-ink); }
.fhs-cart-tab span { color: var(--fhs-c-sub); font-weight: 400; } .fhs-cart2 .fhs-cart-list { list-style: none; margin: 0; padding: 0; }
.fhs-cart-panel { display: none; }
.fhs-cart-panel.is-active { display: block; }
.fhs-cart-sublist { list-style: none; margin: 0; padding: 0; }
.fhs-cart-empty-tab { padding: 48px 0; text-align: center; color: var(--fhs-c-sub); } .fhs-cart2 .fhs-cart-row { display: grid; grid-template-columns: 28px 88px 1fr auto auto 28px; align-items: center; gap: 14px; padding: 20px 4px; border-bottom: 1px solid var(--fhs-c-border); }
.fhs-cart-row__check { display: flex; align-items: center; justify-content: center; }
.fhs-cart-row__check input, .fhs-cart-selectall input { width: 18px; height: 18px; accent-color: var(--fhs-c-ink); }
.fhs-cart2 .fhs-cart-row__thumb { width: 88px; height: 88px; border-radius: 6px; overflow: hidden; background: #f7f7f7; }
.fhs-cart2 .fhs-cart-row__thumb img { width: 100%; height: 100%; object-fit: cover; } .fhs-cart2 .fhs-cart-row__body,
.fhs-cart2 .fhs-cart-row__ctrl { display: contents; }
.fhs-cart2 .fhs-cart-row__info { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.fhs-cart2 .fhs-cart-row__name { font-size: 14px; font-weight: 600; color: var(--fhs-c-ink); }
.fhs-cart2 .fhs-cart-row__opt { font-size: 12px; color: var(--fhs-c-sub); }
.fhs-cart2 .fhs-cart-row__unit { font-size: 13px; color: var(--fhs-c-sub); }
.fhs-cart2 .fhs-cart-row__qty { display: inline-flex; align-items: center; border: 1px solid var(--fhs-c-border); border-radius: 4px; overflow: hidden; }
.fhs-cart2 .fhs-cart-qty { width: 30px; height: 32px; border: 0; background: #fff; cursor: pointer; font-size: 16px; }
.fhs-cart2 .fhs-cart-qtyinput { width: 40px; height: 32px; border: 0; border-left: 1px solid var(--fhs-c-border); border-right: 1px solid var(--fhs-c-border); text-align: center; font-size: 14px; -moz-appearance: textfield; }
.fhs-cart2 .fhs-cart-qtyinput::-webkit-outer-spin-button, .fhs-cart2 .fhs-cart-qtyinput::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.fhs-cart2 .fhs-cart-row__sub { font-size: 15px; font-weight: 700; color: var(--fhs-c-ink); text-align: right; min-width: 90px; }
.fhs-cart2 .fhs-cart-row__del { border: 0; background: none; color: #b0b3b8; cursor: pointer; padding: 4px; }
.fhs-cart2 .fhs-cart-row__del:hover { color: var(--fhs-c-ink); } .fhs-cart-actionbar { display: flex; align-items: center; gap: 12px; padding: 16px 4px; }
.fhs-cart-selectall { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; cursor: pointer; }
.fhs-cart-btn { height: 36px; padding: 0 14px; border: 1px solid var(--fhs-c-border); border-radius: 4px; background: #fff; font-size: 13px; cursor: pointer; }
.fhs-cart-btn:hover { border-color: #999; }
.fhs-cart-quote { margin-left: auto; } .fhs-cart2 .fhs-cart-summary { border: 1px solid var(--fhs-c-border); border-radius: 8px; padding: 20px; position: sticky; top: 20px; }
.fhs-cart-summary__coupon { display: flex; gap: 6px; margin-bottom: 8px; }
.fhs-cart-summary__coupon input { flex: 1; min-width: 0; height: 38px; border: 1px solid var(--fhs-c-border); border-radius: 4px; padding: 0 10px; font-size: 13px; }
.fhs-cart-summary__coupon .fluxshop-btn { height: 38px; padding: 0 14px; border: 1px solid var(--fhs-c-ink); background: #fff; border-radius: 4px; cursor: pointer; font-size: 13px; }
.fhs-cart-summary__coupon-result { font-size: 12px; color: var(--fhs-c-sub); min-height: 0; }
.fhs-cart-summary__lines { margin: 14px 0; padding: 14px 0; border-top: 1px solid var(--fhs-c-border); border-bottom: 1px solid var(--fhs-c-border); }
.fhs-cart-summary__line { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 14px; }
.fhs-cart-summary__line dt { color: var(--fhs-c-sub); margin: 0; }
.fhs-cart-summary__line dd { margin: 0; font-weight: 600; }
.fhs-cart-summary__line--discount dd { color: var(--fhs-shop-accent, #ff3d3d); }
.fhs-cart-summary__total { display: flex; align-items: center; justify-content: space-between; margin: 12px 0 18px; }
.fhs-cart-summary__total span { font-size: 15px; }
.fhs-cart-summary__total strong { font-size: 24px; font-weight: 800; }
.fhs-cart2 .fluxshop-btn--block { display: block; width: 100%; text-align: center; } .fhs-cart-summary__actions { display: flex; gap: 8px; }
.fhs-cart2 .fhs-cart-summary__actions > .fluxshop-btn { flex: 1 1 0; min-width: 0; padding: 0; height: 46px; font-size: 14px; font-weight: 700; border-radius: 4px; cursor: pointer; white-space: nowrap; }
.fhs-cart2 .fhs-cart-order-selected { border: 1px solid var(--fhs-c-ink); background: #fff; color: var(--fhs-c-ink); }
.fhs-cart2 .fhs-cart-order-all { border: 1px solid var(--fhs-c-ink); background: var(--fhs-c-ink); color: #fff; }
.fhs-cart-order-all:hover { background: #000; }
@media (max-width: 900px) {
.fhs-cart2 .fhs-cart-layout { grid-template-columns: 1fr; }
.fhs-cart2 .fhs-cart-summary { position: static; }
}
@media (max-width: 600px) { .fhs-cart2 .fhs-cart-row { grid-template-columns: 18px 56px minmax(0, 1fr) 26px; align-items: start; gap: 10px; padding: 16px 2px; }
.fhs-cart2 .fhs-cart-row__check { align-items: flex-start; padding-top: 3px; }
.fhs-cart2 .fhs-cart-row__check input { width: 16px; height: 16px; }
.fhs-cart2 .fhs-cart-row__thumb { width: 56px; height: 56px; flex: none; }
.fhs-cart2 .fhs-cart-row__body { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.fhs-cart2 .fhs-cart-row__ctrl { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.fhs-cart2 .fhs-cart-row__name { overflow-wrap: anywhere; }
.fhs-cart2 .fhs-cart-row__sub { min-width: 0; text-align: right; white-space: nowrap; }
.fhs-cart2 .fhs-cart-row__del { align-self: start; } .fhs-cart2 .fhs-cart-row__qty { flex: none; }
.fhs-cart2 .fhs-cart-qty { width: 28px; height: 30px; font-size: 15px; }
.fhs-cart2 .fhs-cart-qtyinput { width: 34px; height: 30px; font-size: 13px; } .fhs-cart2 .fhs-cart-tab { padding: 10px 12px; font-size: 13px; } .fhs-cart2 .fhs-cart-actionbar { gap: 8px; padding: 12px 2px; }
.fhs-cart2 .fhs-cart-selectall { font-size: 13px; gap: 5px; }
.fhs-cart2 .fhs-cart-selectall input { width: 16px; height: 16px; }
.fhs-cart2 .fhs-cart-btn { height: 30px; padding: 0 10px; font-size: 12px; } .fhs-cart2 .fhs-cart-summary { padding: 16px; }
.fhs-cart2 .fhs-cart-summary__coupon input,
.fhs-cart2 .fhs-cart-summary__coupon .fluxshop-btn { height: 34px; font-size: 12px; }
.fhs-cart2 .fhs-cart-summary__line { font-size: 13px; margin-bottom: 8px; }
.fhs-cart2 .fhs-cart-summary__total span { font-size: 14px; }
.fhs-cart2 .fhs-cart-summary__total strong { font-size: 20px; }
.fhs-cart2 .fhs-cart-summary__actions { gap: 6px; }
.fhs-cart2 .fhs-cart-order-selected,
.fhs-cart2 .fhs-cart-order-all { height: 42px; font-size: 13px; }
} .fhs-cart-drawer__count { background: #111; border-radius: 4px; }
.fhs-cart-drawer .fhs-mini-btn { border-radius: 4px; }
.fhs-cart-drawer .fhs-mini-btn--primary { background: #111; border-color: #111; }
.fhs-cart-drawer .fhs-mini-btn--primary:hover { background: #000; filter: none; }
.fhs-cart-drawer .fhs-mini-btn--ghost { border-color: #e0e0e0; color: #111; }
.fhs-cart-drawer__title { font-weight: 700; }  .fhs-shop--musinsa .fhs-cat-tab,
.fhs-shop--musinsa .fhs-cat-tab span { border-radius: 0; background: none; box-shadow: none; }
.fhs-shop--musinsa .fhs-cat-tab { border: 0; }
.fhs-shop--musinsa .fhs-cat-tab span { border: 0; border-bottom: 2px solid transparent; }
.fhs-shop--musinsa .fhs-cat-tab.is-active span,
.fhs-shop--musinsa .fhs-cat-tab input:checked + span { border-bottom-color: #111; } .fhs-pdp .fhs-sidebar__name { color: #111; } .fhs-pdp .fhs-sidebar__brand { color: #111; }
.fhs-pdp .fhs-opt-field__label { color: #111; }
.fhs-pdp .fluxshop-product-detail__short-desc { color: #6b7280; } .fhs-cart2 .fhs-cart-order-all { background: #111; color: #fff; border: 0; }
.fhs-cart2 .fhs-cart-order-all:hover { background: #000; }
.fhs-cart2 .fhs-cart-order-selected { background: #fff; color: #111; border: 1px solid #111; } .fhs-pdp .fhs-sidebar__actions .fluxshop-btn--primary,
.fhs-pdp .fhs-sidebar__actions .fluxshop-btn--buy { background: #111; color: #fff; border-color: #111; } .fhs-cart2 .fhs-cart-summary { background: #fff; }
.fhs-cart2 .fhs-cart-summary,
.fhs-cart2 .fhs-cart-summary * { color: #111; }
.fhs-cart2 .fhs-cart-summary__line dt { color: #6b7280; }
.fhs-cart2 .fhs-cart-summary__line--discount dd { color: #ff3d3d; }
.fhs-cart2 .fhs-cart-summary__coupon input { background: #fff; color: #111; }
.fhs-cart2 .fhs-cart-summary__coupon input::placeholder { color: #9ca3af; }
.fhs-cart2 .fhs-cart-order-all { color: #fff; } .fhs-shop--musinsa .fhs-sort-select { color: #111; }
.fhs-shop--musinsa .fhs-cart-selectall,
.fhs-cart2 .fhs-cart-selectall { color: #111; } .fhs-account, .fhs-mypage { max-width: 1000px; margin: 0 auto; padding: 8px 16px 60px; }
.fhs-mypage-title, .fhs-account h2 { font-size: 20px; font-weight: 700; color: #111; margin: 0 0 20px; }
.fhs-orders { display: flex; flex-direction: column; gap: 16px; }
.fhs-order-card { border: 1px solid #ebebeb; border-radius: 8px; padding: 20px; background: #fff; }
.fhs-order-card__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid #f4f4f4; margin-bottom: 14px; }
.fhs-order-card__meta { display: flex; gap: 12px; align-items: baseline; }
.fhs-order-card__no { font-size: 14px; font-weight: 700; color: #111; }
.fhs-order-card__date { font-size: 13px; color: #8a8a8a; }
.fhs-badge { font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 4px; background: #f0f4ff; color: #2563eb; }
.fhs-badge--delivered, .fhs-badge--completed { background: #eef7ee; color: #1a8f3c; }
.fhs-badge--cancelled, .fhs-badge--refunded { background: #f5f5f5; color: #888; }
.fhs-badge--pending_payment { background: #fff4e5; color: #d97706; }
.fhs-order-card__items { display: flex; flex-direction: column; gap: 12px; }
.fhs-order-line { display: grid; grid-template-columns: 1fr auto auto auto; align-items: center; gap: 12px; }
.fhs-order-line__name { font-size: 14px; font-weight: 500; color: #111; }
.fhs-order-line__opt { color: #8a8a8a; font-weight: 400; margin-left: 6px; font-size: 12px; }
.fhs-order-line__qty { font-size: 13px; color: #8a8a8a; }
.fhs-order-line__price { font-size: 14px; font-weight: 700; color: #111; }
.fhs-order-line__reviewed { font-size: 12px; color: #8a8a8a; }
.fhs-order-card__ship { display: flex; flex-wrap: wrap; gap: 6px 16px; margin-top: 14px; padding-top: 14px; border-top: 1px solid #f4f4f4; font-size: 13px; color: #666; }
.fhs-order-card__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; padding-top: 16px; border-top: 1px solid #f4f4f4; }
.fhs-order-card__total { font-size: 16px; font-weight: 800; color: #111; }
.fhs-order-card__actions { display: flex; gap: 8px; flex-wrap: wrap; } .fhs-account .fhs-btn-sm, .fhs-mypage .fhs-btn-sm, .fhs-order-card .fhs-btn-sm {
height: 40px; padding: 0 16px; border: 1px solid #d5d5d5; border-radius: 4px; background: #fff; color: #111;
font-size: 13px; font-weight: 600; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; text-decoration: none;
}
.fhs-account .fhs-btn-sm:hover, .fhs-order-card .fhs-btn-sm:hover { border-color: #111; }
.fhs-account .fhs-btn-sm--primary, .fhs-order-card .fhs-btn-sm--primary { background: #111; color: #fff; border-color: #111; }
.fhs-account .fhs-btn-sm--primary:hover, .fhs-order-card .fhs-btn-sm--primary:hover { background: #000; } .fhs-pay-info { border-top: 8px solid #f4f4f4; margin-top: 24px; padding-top: 24px; }
.fhs-pay-info__row { display: flex; justify-content: space-between; font-size: 14px; margin-bottom: 12px; }
.fhs-pay-info__row dt, .fhs-pay-info__row span:first-child { color: #666; }
.fhs-pay-info__row--discount span:last-child { color: #f31110; }
.fhs-pay-info__total { display: flex; justify-content: space-between; align-items: baseline; margin-top: 8px; padding-top: 16px; border-top: 1px solid #ebebeb; }
.fhs-pay-info__total strong { font-size: 20px; font-weight: 800; color: #111; } .fhs-account .fhs-tabnav a, .fhs-mypage .fhs-tabnav a { color: #666; }
.fhs-account .fhs-tabnav a.active, .fhs-mypage .fhs-tabnav a.active { color: #111; font-weight: 700; }
@media (max-width: 600px) {
.fhs-order-line { grid-template-columns: 1fr auto; }
.fhs-order-card__foot { flex-direction: column; align-items: stretch; gap: 12px; }
.fhs-order-card__actions .fhs-btn-sm { flex: 1; }
} .fhs-account .fhs-account__nav { background: #fff !important; border: 1px solid #ebebeb; border-radius: 8px; overflow: hidden; padding: 0; }
.fhs-account .fhs-account__nav a { display: block; padding: 13px 18px; font-size: 14px; color: #444 !important; background: #fff !important; border-bottom: 1px solid #f4f4f4; text-decoration: none; }
.fhs-account .fhs-account__nav a:last-child { border-bottom: 0; }
.fhs-account .fhs-account__nav a:hover { background: #fafafa !important; }
.fhs-account .fhs-account__nav a.active, .fhs-account .fhs-account__nav a.is-active, .fhs-account .fhs-account__nav a[aria-current="page"] { background: #f7f7f7 !important; color: #111 !important; font-weight: 700; box-shadow: inset 3px 0 0 #111; } .fhs-pay-info__total span:first-child { color: #111; font-size: 15px; font-weight: 600; }
.fhs-pay-info__row span { color: #444; }
.fhs-pay-info__row span:first-child { color: #666; } .fhs-order-detail__back { display: inline-block; font-size: 13px; color: #666; text-decoration: none; margin-bottom: 16px; }
.fhs-order-detail__top { padding-bottom: 20px; border-bottom: 1px solid #ebebeb; }
.fhs-order-detail__date { display: block; font-size: 20px; font-weight: 800; color: #111; }
.fhs-order-detail__no { font-size: 13px; color: #8a8a8a; }
.fhs-order-detail__ship { padding: 20px 0; border-bottom: 8px solid #f4f4f4; font-size: 14px; color: #444; line-height: 1.7; }
.fhs-order-detail__ship-name { font-weight: 700; color: #111; margin-bottom: 4px; }
.fhs-order-detail__block { padding: 24px 0; border-bottom: 8px solid #f4f4f4; }
.fhs-order-detail__block-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.fhs-order-detail__block-head h3 { font-size: 16px; font-weight: 700; color: #111; margin: 0; }
.fhs-order-detail__status { font-size: 14px; font-weight: 700; color: #2563eb; margin-bottom: 12px; }
.fhs-order-detail__item { display: flex; gap: 14px; padding: 12px 0; }
.fhs-order-detail__item-info { display: flex; flex-direction: column; gap: 3px; }
.fhs-order-detail__item-name { font-size: 14px; font-weight: 600; color: #111; }
.fhs-order-detail__item-opt { font-size: 12px; color: #8a8a8a; }
.fhs-order-detail__item-qty { font-size: 12px; color: #8a8a8a; }
.fhs-order-detail__item-price { font-size: 15px; font-weight: 700; color: #111; margin-top: 4px; }
.fhs-order-detail__actions { margin-top: 16px; }
.fhs-order-detail__confirm { width: 100%; height: 48px; font-size: 15px; margin-bottom: 8px; }
.fhs-order-detail__subactions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.fhs-order-detail__subactions .fhs-btn-sm { width: 100%; }
.fhs-order-detail__receipt, .fhs-order-detail__pct { color: #f31110; }
.fhs-order-detail__pct { font-weight: 800; }
.fhs-order-detail__receipt { font-size: 13px; text-decoration: underline; color: #666; }
.fhs-order-benefit .fhs-pay-info__row span { color: #2563eb; }
.fhs-order-benefit .fhs-pay-info__row span:first-child { color: #666; }
.fhs-order-benefit__sum { font-weight: 800; }
@media (max-width: 600px) {
.fhs-order-detail__subactions { grid-template-columns: 1fr 1fr; }
} .fhs-recent { padding: 40px 0 8px; }
.fhs-recent__list { display: flex; gap: 16px; overflow-x: auto; padding-bottom: 8px; }
.fhs-recent__item { flex: 0 0 160px; text-decoration: none; color: #111; }
.fhs-recent__thumb { display: block; aspect-ratio: 3/4; border-radius: 6px; overflow: hidden; background: #f7f7f7; }
.fhs-recent__thumb img { width: 100%; height: 100%; object-fit: cover; }
.fhs-recent__name { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 13px; line-height: 1.4; margin: 8px 0 4px; }
.fhs-recent__price { font-size: 13px; font-weight: 700; } .fhs-pdp-mobilebar { display: none; }
@media (max-width: 1024px) {
.fhs-pdp-mobilebar { display: flex !important; flex-direction: row !important; align-items: stretch; position: fixed; left: 0; right: 0; bottom: 0; z-index: 9998; gap: 8px; padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px)); background: #fff; border-top: 1px solid #ebebeb; box-shadow: 0 -2px 10px rgba(0,0,0,.08); }
.fhs-pdp-mobilebar__wish { position: static !important; order: -1 !important; flex: 0 0 52px; min-width: 52px; height: 52px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; border: 1px solid #e0e0e0; border-radius: 6px; background: #fff; color: #888; cursor: pointer; inset: auto; }
.fhs-pdp-mobilebar__cart { order: 0 !important; }
.fhs-pdp-mobilebar__buy { order: 1 !important; }
.fhs-pdp-mobilebar__wish.active { color: #f31110; }
.fhs-pdp-mobilebar__wish.active svg { fill: #f31110; }
.fhs-pdp-mobilebar__wishcount { font-size: 11px; color: #888; }
.fhs-pdp-mobilebar__cart { flex: 1; height: 52px; border: 1px solid #111; border-radius: 6px; background: #fff; color: #111; font-size: 15px; font-weight: 700; cursor: pointer; }
.fhs-pdp-mobilebar__buy { flex: 1.6; height: 52px; border: 0; border-radius: 6px; background: #111; color: #fff; font-size: 15px; font-weight: 700; cursor: pointer; }
.fhs-pdp-mobilebar__buy:disabled { background: #ccc; }
.fhs-pdp { padding-bottom: 84px; }
} .fluxshop-checkout { background: #fff; color: #111; max-width: 1100px; margin: 0 auto; padding: 8px 16px 60px; border-radius: 8px; }
.fluxshop-checkout__layout { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 32px; align-items: start; }
.fluxshop-checkout .fluxshop-cart__title { font-size: 20px; font-weight: 700; color: #111; margin: 0 0 20px; }
.fluxshop-checkout .fhs-checkout-section { background: #fff !important; border: 1px solid #ebebeb !important; border-radius: 8px; padding: 20px 22px; margin-bottom: 16px; }
.fluxshop-checkout .fhs-checkout-section h3, .fluxshop-checkout .fhs-section-title { font-size: 16px; font-weight: 700; color: #111; margin: 0 0 16px; }
.fhs-form-row { margin-bottom: 14px; }
.fhs-form-row label { display: block; font-size: 13px; color: #666; margin-bottom: 6px; }
.fhs-form-row label .required { color: #f31110; }
.fhs-form-row input[type="text"], .fhs-form-row input[type="tel"], .fhs-form-row input[type="email"],
.fhs-form-row input[type="number"], .fhs-form-row select, .fhs-form-row textarea,
.fluxshop-checkout input[type="text"], .fluxshop-checkout input[type="tel"], .fluxshop-checkout input[type="email"] {
width: 100%; height: 46px; border: 1px solid #e0e0e0; border-radius: 4px; padding: 0 14px; font-size: 14px; color: #111; background: #fff;
}
.fluxshop-checkout textarea { height: auto; min-height: 72px; padding: 12px 14px; }
.fhs-form-row--inline { display: flex; gap: 8px; } .fluxshop-checkout input, .fluxshop-checkout select, .fluxshop-checkout textarea { background: #fff !important; color: #111 !important; border-color: #e0e0e0 !important; }
.fluxshop-checkout input::placeholder, .fluxshop-checkout textarea::placeholder { color: #9ca3af; }
.fluxshop-checkout .fhs-order-summary { background: #fff !important; border: 0 !important; padding: 0 !important; }
.fluxshop-checkout .fhs-pg-item.active { background: #fff !important; border-color: #111 !important; }
.fluxshop-checkout .fhs-order-item__name, .fluxshop-checkout .fhs-order-item__price, .fluxshop-checkout .fhs-pg-label { color: #111 !important; }
.fluxshop-checkout .fhs-total-row span { color: #444; }
.fluxshop-checkout .fhs-total-row--final span:first-child { color: #111 !important; } .fluxshop-checkout .fhs-addrbook { margin: 0 0 20px; }
.fluxshop-checkout .fhs-addrbook__head {
display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 8px;
}
.fluxshop-checkout .fhs-addrbook__title { font-size: 13px; color: #666; }
.fluxshop-checkout .fhs-addrbook__manage { font-size: 12px; color: #999; text-decoration: none; border-bottom: 1px solid #ddd; }
.fluxshop-checkout .fhs-addrbook__manage:hover { color: #111; border-bottom-color: #111; }
.fluxshop-checkout .fhs-addrbook__list {
display: block; border: 1px solid #e5e7eb; border-radius: 6px; overflow: hidden; background: #fff;
}
.fluxshop-checkout .fhs-abk-item {
display: flex !important; align-items: flex-start; justify-content: flex-start !important;
gap: 10px; margin: 0; padding: 14px 16px; cursor: pointer;
background: #fff !important; border-top: 1px solid #f0f1f3;
transition: background-color .15s ease;
}
.fluxshop-checkout .fhs-abk-item:first-child { border-top: 0; }
.fluxshop-checkout .fhs-abk-item:hover { background: #fafafa !important; }
.fluxshop-checkout .fhs-abk-item input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; }
.fluxshop-checkout .fhs-abk-item__radio {
flex: 0 0 auto; width: 16px; height: 16px; margin-top: 3px; border-radius: 50%;
border: 1px solid #c9ced6; background: #fff; position: relative; transition: border-color .15s ease;
}
.fluxshop-checkout .fhs-abk-item.is-active { background: #fafafa !important; }
.fluxshop-checkout .fhs-abk-item.is-active .fhs-abk-item__radio { border-color: #111; }
.fluxshop-checkout .fhs-abk-item.is-active .fhs-abk-item__radio::after {
content: ""; position: absolute; inset: 3px; border-radius: 50%; background: #111;
}
.fluxshop-checkout .fhs-abk-item input[type="radio"]:focus-visible + .fhs-abk-item__radio { outline: 1px solid #111; outline-offset: 2px; }
.fluxshop-checkout .fhs-abk-item__body { display: flex; flex-direction: column; gap: 3px; flex: 1 1 auto; min-width: 0; text-align: left; }
.fluxshop-checkout .fhs-abk-item__top { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
.fluxshop-checkout .fhs-abk-item__name { font-size: 14px; font-weight: 600; color: #111; }
.fluxshop-checkout .fhs-abk-item__phone { font-size: 13px; color: #888; }
.fluxshop-checkout .fhs-abk-item__addr { font-size: 13px; color: #666; line-height: 1.5; word-break: keep-all; }
.fluxshop-checkout .fhs-abk-badge {
display: inline-flex; align-items: center; height: 19px; padding: 0 7px; border-radius: 3px;
font-size: 11px; font-weight: 500; color: #777; background: #f2f3f5;
}
.fluxshop-checkout .fhs-abk-badge--default { color: #111; background: #e9eaec; }
.fluxshop-checkout .fhs-abk-item--new .fhs-abk-item__name { color: #111; font-weight: 500; }
.fluxshop-checkout [hidden] { display: none !important; } .fluxshop-checkout .fhs-ship-fields--locked input[readonly] { background: #fafafa !important; color: #767676 !important; cursor: default; }
.fluxshop-checkout .fhs-ship-fields--locked .fhs-btn--zipcode { opacity: .35; pointer-events: none; }
@media (max-width: 768px) {
.fluxshop-checkout .fhs-abk-item { padding: 13px 14px; }
.fluxshop-checkout .fhs-abk-item__addr { font-size: 12.5px; }
} .fluxshop-checkout input[type="text"],
.fluxshop-checkout input[type="tel"],
.fluxshop-checkout input[type="email"],
.fluxshop-checkout input[type="number"],
.fluxshop-checkout select,
.fluxshop-checkout textarea,
.fluxshop-checkout button,
.fluxshop-checkout .fhs-btn,
.fluxshop-checkout .fluxshop-btn { border-radius: 6px; }
.fluxshop-checkout .fhs-checkout-section,
.fluxshop-checkout__summary { border-radius: 8px; } .fhs-pay-list { display: flex; flex-direction: column; gap: 8px; }
.fhs-pay-item {
display: flex; align-items: center; gap: 10px;
border: 1px solid #e5e7eb; border-radius: 6px;
padding: 13px 15px; cursor: pointer; background: #fff;
transition: border-color .15s ease, background-color .15s ease;
}
.fhs-pay-item:hover { border-color: #c9ced6; } .fhs-pay-item input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; }
.fhs-pay-radio {
flex: 0 0 auto; width: 16px; height: 16px; border-radius: 50%;
border: 1px solid #c9ced6; background: #fff; position: relative;
transition: border-color .15s ease;
}
.fhs-pay-item.active { border-color: #111; background: #fafafa; }
.fhs-pay-item.active .fhs-pay-radio { border-color: #111; }
.fhs-pay-item.active .fhs-pay-radio::after {
content: ""; position: absolute; inset: 3px; border-radius: 50%; background: #111;
}
.fhs-pay-item input[type="radio"]:focus-visible + .fhs-pay-radio { outline: 1px solid #111; outline-offset: 2px; }
.fhs-pay-label { display: flex; flex-direction: column; gap: 2px; }
.fhs-pay-method { font-size: 13.5px; font-weight: 500; color: #111; }
.fhs-pay-note { font-size: 11.5px; color: #888; }
.fhs-pg-empty { font-size: 14px; color: #6b7280; padding: 12px 0; } .fhs-pg-list { display: flex; flex-direction: column; gap: 8px; }
.fhs-pg-item { display: flex; align-items: center; gap: 8px; border: 1px solid #e0e0e0; border-radius: 6px; padding: 14px 16px; cursor: pointer; }
.fhs-pg-item.active { border-color: #111; box-shadow: inset 0 0 0 1px #111; }
.fhs-pg-label { font-size: 14px; color: #111; } .fluxshop-checkout__summary { position: sticky; top: 20px; background: #fff; border: 1px solid #ebebeb; border-radius: 8px; padding: 22px; }
.fluxshop-checkout__summary .fhs-section-title { margin-bottom: 16px; }
.fhs-order-item { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px dashed #eee; }
.fhs-order-item__name { flex: 1; font-size: 13px; color: #111; }
.fhs-order-item__price { font-size: 14px; font-weight: 700; color: #111; }
.fhs-order-total-rows { margin-top: 14px; }
.fhs-total-row { display: flex; justify-content: space-between; font-size: 14px; margin-bottom: 10px; color: #444; }
.fhs-total-row span:first-child { color: #666; }
.fhs-summary-discount span:last-child, .fhs-summary-point span:last-child { color: #f31110; }
.fhs-total-row--final { border-top: 1px solid #ebebeb; padding-top: 14px; margin-top: 6px; align-items: baseline; }
.fhs-total-row--final span:first-child { color: #111; font-size: 15px; font-weight: 700; }
.fhs-total-row--final span:last-child, .fhs-summary-total { color: #f31110; font-size: 22px; font-weight: 800; } .fluxshop-checkout .fluxshop-btn--primary { background: #111; border-color: #111; color: #fff; height: 52px; border-radius: 6px; font-size: 16px; font-weight: 700; }
.fluxshop-checkout .fluxshop-btn--primary:hover { background: #000; }
.fhs-checkout-agree { font-size: 12px; color: #888; text-align: center; margin-top: 10px; }
.fhs-checkout-agree a { color: #666; }
@media (max-width: 900px) {
.fluxshop-checkout__layout { grid-template-columns: 1fr; }
.fluxshop-checkout__summary { position: static; }
} .fluxshop .fluxshop-btn--primary { background: #111 !important; border-color: #111 !important; color: #fff !important; border-radius: 4px; }
.fluxshop .fluxshop-btn--primary:hover { background: #000 !important; }
.fluxshop .fluxshop-btn--outline { background: #fff !important; border: 1px solid #d5d5d5 !important; color: #111 !important; border-radius: 4px; }
.fluxshop .fluxshop-btn--outline:hover { border-color: #111 !important; } .fluxshop-order-complete { background: #fff; color: #111; max-width: 640px; margin: 0 auto; padding: 40px 20px 60px; text-align: center; border-radius: 8px; }
.fhs-complete-icon { width: 64px; height: 64px; margin: 0 auto 20px; color: #1a8f3c; }
.fluxshop-order-complete h1, .fluxshop-order-complete h2 { font-size: 22px; font-weight: 800; color: #111; }
.fhs-order-number { font-size: 14px; color: #666; margin: 8px 0 28px; }
.fhs-complete-summary { text-align: left; border: 1px solid #ebebeb; border-radius: 8px; padding: 20px; margin-bottom: 24px; }
.fhs-complete-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 14px; color: #444; }
.fhs-complete-row span:first-child { color: #666; }
.fhs-complete-actions { display: flex; gap: 8px; justify-content: center; }
.fhs-complete-actions .fluxshop-btn { height: 48px; padding: 0 24px; } .fluxshop-order-tracking { background: #fff; color: #111; max-width: 720px; margin: 0 auto; padding: 20px 16px 60px; border-radius: 8px; }
.fhs-tracking-card { border: 1px solid #ebebeb; border-radius: 8px; padding: 20px; margin-bottom: 16px; background: #fff; }
.fhs-tracking-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.fhs-order-num { font-size: 14px; font-weight: 700; color: #111; } .fhs-account .fhs-mypage-section { background: #fff; }
.fhs-account .fhs-mypage-title { font-size: 20px; font-weight: 700; color: #111; margin: 0 0 20px; }
.fhs-account .fhs-mypage-table, .fhs-account .fluxshop-table, .fhs-account .fhs-table { width: 100%; border-collapse: collapse; font-size: 14px; background: #fff; }
.fhs-account .fhs-mypage-table th, .fhs-account .fluxshop-table th, .fhs-account .fhs-table th { background: #fafafa !important; color: #444 !important; font-weight: 600; padding: 12px 14px; border-bottom: 1px solid #ebebeb; text-align: left; }
.fhs-account .fhs-mypage-table td, .fhs-account .fluxshop-table td, .fhs-account .fhs-table td { color: #111 !important; padding: 14px; border-bottom: 1px solid #f4f4f4; }
.fhs-account .fhs-coupon-card { background: #fff !important; border: 1px solid #ebebeb !important; border-radius: 8px; padding: 18px; color: #111; }
.fhs-account .fhs-points-balance, .fhs-account .fhs-deposit-balance { background: #fff !important; border: 1px solid #ebebeb; border-radius: 8px; padding: 24px; text-align: center; }
.fhs-account .fhs-points-label { color: #666 !important; font-size: 14px; }
.fhs-account .fhs-points-amount { color: #111 !important; font-size: 30px; font-weight: 800; }
.fhs-account .fhs-empty { color: #8a8a8a; text-align: center; padding: 48px 0; }
.fhs-account .fhs-field label { color: #666; }
.fhs-account .fhs-field input, .fhs-account .fhs-field select, .fhs-account .fhs-field textarea { background: #fff !important; color: #111 !important; border: 1px solid #e0e0e0 !important; border-radius: 4px; } .fluxshop-pricing-table { background: transparent; color: #111; max-width: 1100px; margin: 0 auto; padding: 8px 16px 40px; } .fhs-shop-grid { grid-template-columns: repeat(5, 1fr); gap: 40px 16px; }
.fhs-mcard { background: transparent; border: 0; border-radius: 0; overflow: visible; }
.fhs-mcard:hover { box-shadow: none; transform: none; }
.fhs-mcard__thumb { display: block; position: relative; aspect-ratio: 5 / 6; border-radius: 6px; overflow: hidden; background: #f6f6f6; }
.fhs-mcard__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.fhs-mcard__thumb:hover img { transform: scale(1.03); } .fhs-mcard__badge { position: absolute; left: 0; bottom: 0; background: #1a1a1a; color: #fff; font-size: 11px; font-weight: 500; line-height: 1; padding: 5px 7px; } .fhs-mcard__actions { position: absolute; right: 8px; bottom: 8px; display: flex; flex-direction: column; gap: 8px; align-items: center; z-index: 2; } .fhs-mcard__actions .fhs-mcard__heart, .fhs-mcard__actions .fhs-mcard__cart { position: static; top: auto; right: auto; bottom: auto; left: auto; }
.fhs-mcard__heart, .fhs-mcard__cart { flex: 0 0 auto; width: 34px; height: 34px; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); color: #333; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; padding: 0; box-shadow: 0 1px 4px rgba(0,0,0,.18); transition: background .15s, color .15s, transform .15s; }
.fhs-mcard__heart:hover, .fhs-mcard__cart:hover { background: #fff; transform: translateY(-1px); }
.fhs-mcard__heart svg, .fhs-mcard__cart svg { width: 19px; height: 19px; }
.fhs-mcard__cart { opacity: 1; }
.fhs-mcard__heart.active { color: #f31110; background: #fff; }
.fhs-mcard__heart.active svg { fill: #f31110; } .fhs-mcard__body { padding: 10px 1px 0; }
.fhs-mcard__brand { font-size: 11px; font-weight: 600; color: #000 !important; margin: 0 0 3px; }
.fhs-mcard__name { font-size: 13px; font-weight: 400; line-height: 1.35; margin: 0 0 6px; }
.fhs-mcard__name a { color: #000 !important; text-decoration: none; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.fhs-mcard__price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px; margin: 0 0 5px; }
.fhs-mcard__discount { font-size: 13px; font-weight: 600; color: #f31110; }
.fhs-mcard__cur { font-size: 13px; font-weight: 600; color: #000; }
.fhs-mcard__cycle { font-size: 12px; color: #8a8a8a; }
.fhs-mcard__meta { display: flex; gap: 8px; align-items: center; margin: 0; font-size: 11px; }
.fhs-mcard__likes { color: #f31110; }
.fhs-mcard__rating { color: rgb(250,146,0); }
.fhs-mcard__rcount { color: rgb(250,146,0); }
@media (max-width: 1280px) { .fhs-shop-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 1024px) { .fhs-shop-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .fhs-shop-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 10px; } } .fhs-dash .fhs-mypage-title { display: none; }
.fhs-dash__greet { margin: 2px 0 24px; }
.fhs-dash__hello { font-size: 22px; font-weight: 500; color: var(--fhs-text); margin: 0; line-height: 1.35; letter-spacing: -.01em; }
.fhs-dash__hello strong { font-weight: 800; }
.fhs-dash__hello-sub { font-size: 14px; color: var(--fhs-text-muted); margin: 6px 0 0; }
.fhs-dash__subtitle { font-size: 14px; font-weight: 600; color: var(--fhs-text-muted); margin: 0 0 12px; } .fhs-dash__orders { display: flex; align-items: stretch; gap: 0; background: var(--fhs-white); border: 1px solid var(--fhs-border); border-radius: 16px; padding: 24px 10px; overflow-x: auto; }
.fhs-dash__flow { display: flex; align-items: stretch; flex: 1 1 auto; min-width: 0; }
.fhs-dash__stat { flex: 1 1 0; min-width: 60px; display: flex; flex-direction: column; align-items: center; gap: 9px; text-decoration: none; color: var(--fhs-text); padding: 6px; }
.fhs-dash__num { font-size: 32px; font-weight: 800; line-height: 1; color: var(--fhs-border); }
.fhs-dash__num.is-active { color: var(--fhs-text); }
.fhs-dash__label { font-size: 13px; color: var(--fhs-text-muted); white-space: nowrap; font-weight: 500; }
.fhs-dash__stat:hover .fhs-dash__label { color: var(--fhs-text); }
.fhs-dash__arrow { display: flex; align-items: center; color: var(--fhs-border); font-size: 20px; font-weight: 400; flex: 0 0 auto; padding: 0 2px; align-self: center; margin-bottom: 26px; }
.fhs-dash__claims { flex: 0 0 auto; display: flex; flex-direction: column; justify-content: center; gap: 9px; padding: 2px 10px 2px 20px; margin-left: 8px; border-left: 1px solid var(--fhs-border); }
.fhs-dash__claim { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-width: 88px; text-decoration: none; color: var(--fhs-text-muted); font-size: 13px; font-weight: 500; }
.fhs-dash__claim b { font-size: 14px; font-weight: 800; color: var(--fhs-border); }
.fhs-dash__claim b.is-active { color: var(--fhs-text); }
.fhs-dash__claim:hover { color: var(--fhs-text); } .fhs-dash__cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; margin-top: 12px; }
.fhs-dash__card { display: flex; flex-direction: column; gap: 7px; background: var(--fhs-white); border: 1px solid var(--fhs-border); border-radius: 16px; padding: 18px 20px; text-decoration: none; transition: border-color .2s, transform .15s; }
.fhs-dash__card:hover { border-color: var(--fhs-text-muted); transform: translateY(-2px); }
.fhs-dash__card-label { font-size: 13px; color: var(--fhs-text-muted); font-weight: 500; }
.fhs-dash__card-value { font-size: 24px; font-weight: 800; color: var(--fhs-text); letter-spacing: -.01em; }
.fhs-dash__card-value em { font-size: 14px; font-weight: 500; color: var(--fhs-text-muted); font-style: normal; margin-left: 2px; } .fhs-dash__recent { margin-top: 26px; }
.fhs-dash__recent-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 10px; }
.fhs-dash__recent-head .fhs-dash__subtitle { margin: 0; }
.fhs-dash__more { font-size: 13px; color: var(--fhs-text-muted); text-decoration: none; font-weight: 500; }
.fhs-dash__more:hover { color: var(--fhs-text); }
.fhs-dash__recent-list { background: var(--fhs-white); border: 1px solid var(--fhs-border); border-radius: 16px; padding: 4px 20px; }
.fhs-dash__order { display: flex; align-items: center; gap: 14px; padding: 15px 0; border-top: 1px solid var(--fhs-border); text-decoration: none; color: var(--fhs-text); }
.fhs-dash__order:first-child { border-top: none; }
.fhs-dash__order-date { font-size: 12px; color: var(--fhs-text-muted); flex: 0 0 auto; width: 74px; }
.fhs-dash__order-no, .fhs-dash__order-name { font-size: 13.5px; font-weight: 600; color: var(--fhs-text); flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fhs-dash__order-qty { font-size: 12px; font-weight: 400; color: var(--fhs-text-muted); margin-left: 7px; }
.fhs-dash__order-total { font-size: 14px; font-weight: 700; color: var(--fhs-text); flex: 0 0 auto; }
.fhs-dash__order .fhs-badge { flex: 0 0 auto; }
.fhs-dash__empty { background: var(--fhs-white); border: 1px solid var(--fhs-border); border-radius: 16px; padding: 22px; color: var(--fhs-text-muted); font-size: 14px; text-align: center; }
.fhs-dash__empty a { color: var(--fhs-text); font-weight: 600; text-decoration: none; } .fhs-dash__links { display: grid; grid-template-columns: repeat(auto-fit, minmax(96px, 1fr)); gap: 10px; }
.fhs-dash__links a { display: flex; flex-direction: column; align-items: center; gap: 8px; background: var(--fhs-white); border: 1px solid var(--fhs-border); border-radius: 14px; padding: 18px 8px; text-decoration: none; color: var(--fhs-text-muted); font-size: 13px; font-weight: 500; transition: border-color .2s, color .2s; }
.fhs-dash__links a:hover { border-color: var(--fhs-text); color: var(--fhs-text); }
.fhs-dash__links .dashicons { font-size: 22px; width: 22px; height: 22px; color: var(--fhs-text-muted); }
.fhs-dash__links a:hover .dashicons { color: var(--fhs-text); }
@media (max-width: 480px) {
.fhs-dash__hello { font-size: 19px; }
.fhs-dash__num { font-size: 25px; }
.fhs-dash__label { font-size: 11px; }
.fhs-dash__arrow { font-size: 15px; }
} .fhs-coupon-toggle { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; background: none; border: none; padding: 0; font-family: inherit; font-size: 13px; font-weight: 600; color: var(--fhs-text-sub, #666); cursor: pointer; }
.fhs-coupon-toggle::after { content: "\25BE"; font-size: 11px; transition: transform .2s; }
.fhs-coupon-toggle.is-open::after { transform: rotate(180deg); }
.fhs-coupon-picker { margin-top: 12px; display: flex; flex-direction: column; gap: 8px; }
.fhs-coupon-pick { display: grid; grid-template-columns: 1fr auto; grid-template-areas: "name amount" "meta amount"; gap: 2px 12px; align-items: center; text-align: left; width: 100%; background: var(--fhs-white); border: 1px solid var(--fhs-border); border-radius: 6px; padding: 13px 15px; cursor: pointer; font-family: inherit; transition: border-color .2s; }
.fhs-coupon-pick:hover { border-color: #c9ced6; background: #fafafa; }
.fhs-coupon-pick.is-selected { border-color: #111; background: #fafafa; }
.fhs-coupon-pick__name { grid-area: name; font-size: 13.5px; font-weight: 600; color: var(--fhs-text); }
.fhs-coupon-pick__meta { grid-area: meta; font-size: 12px; color: var(--fhs-text-muted); }
.fhs-coupon-pick__amount { grid-area: amount; font-size: 13.5px; font-weight: 700; color: var(--fhs-text); white-space: nowrap; }
.fhs-coupon-applied { color: var(--fhs-primary); font-weight: 700; }
.fhs-coupon-error { color: var(--fhs-danger); font-weight: 600; }
@media (max-width: 480px) {
.fhs-coupon-pick { grid-template-columns: 1fr auto; grid-template-areas: "name amount" "meta amount"; row-gap: 3px; }
}
.fhs-coupon-subtitle { font-size: 14px; font-weight: 600; color: var(--fhs-text-muted); margin: 0 0 12px; display: flex; align-items: center; gap: 8px; }
.fhs-coupon-count { background: var(--fhs-primary); color: #fff; font-size: 12px; font-weight: 700; min-width: 20px; height: 20px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; padding: 0 6px; } .fhs-invoice-profile-form { max-width: 540px; margin-top: 10px; }
.fhs-invoice-profile-form p { margin: 0 0 16px; }
.fhs-invoice-profile-form label { display: block; font-size: 14px; font-weight: 600; color: var(--fhs-text); letter-spacing: -.01em; }
.fhs-invoice-profile-form input:not([type=hidden]):not([type=submit]):not([type=button]) { display: block; width: 100%; box-sizing: border-box; margin-top: 7px; height: 46px; padding: 0 14px; border: 1px solid var(--fhs-border); border-radius: 10px; font-size: 15px; background: var(--fhs-white); color: var(--fhs-text); transition: border-color .15s, box-shadow .15s; }
.fhs-invoice-profile-form input:focus { outline: none; border-color: var(--fhs-primary); box-shadow: 0 0 0 3px rgba(59,130,246,.15); }
.fhs-invoice-profile-form .button, .fhs-invoice-profile-form button[type=submit] { display: inline-flex; align-items: center; justify-content: center; height: 48px; padding: 0 30px; margin-top: 6px; background: var(--fhs-primary); color: #fff; border: none; border-radius: 999px; font-size: 15px; font-weight: 700; cursor: pointer; transition: background .2s; }
.fhs-invoice-profile-form .button:hover, .fhs-invoice-profile-form button[type=submit]:hover { background: var(--fhs-primary-dark); } .fhs-addr-book__desc { color: var(--fhs-text-muted); font-size: 14px; margin: 0 0 16px; }
.fhs-addr-list { display: flex; flex-direction: column; gap: 12px; }
.fhs-addr-card { display: flex; justify-content: space-between; gap: 16px; background: var(--fhs-white); border: 1px solid var(--fhs-border); border-radius: 12px; padding: 16px 18px; }
.fhs-addr-card.is-default { border-color: var(--fhs-primary); }
.fhs-addr-card__top { margin: 0 0 6px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.fhs-addr-card__top strong { font-size: 15px; color: var(--fhs-text); }
.fhs-addr-card__label { font-size: 12px; color: var(--fhs-text-muted); background: var(--fhs-bg); border-radius: 4px; padding: 1px 7px; }
.fhs-addr-card__badge { font-size: 11px; font-weight: 700; color: #fff; background: var(--fhs-primary); border-radius: 999px; padding: 2px 8px; }
.fhs-addr-card__phone, .fhs-addr-card__addr { margin: 2px 0; font-size: 13px; color: var(--fhs-text-muted); }
.fhs-addr-card__actions { display: flex; flex-direction: column; gap: 6px; flex: 0 0 auto; }
.fhs-addr-card__actions button { background: none; border: 1px solid var(--fhs-border); border-radius: 6px; padding: 5px 10px; font-size: 12px; cursor: pointer; color: var(--fhs-text); white-space: nowrap; }
.fhs-addr-card__actions button:hover { border-color: var(--fhs-text); }
.fhs-addr-form { border: 1px solid var(--fhs-border); border-radius: 12px; padding: 18px; } .fhs-timesale { margin: 32px 0; }
.fhs-timesale__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; flex-wrap: wrap; }
.fhs-timesale__title { font-size: 22px; font-weight: 800; color: var(--fhs-text, #191919); margin: 0; letter-spacing: -.3px; }
.fhs-timesale__timer { display: inline-flex; align-items: center; gap: 8px; background: var(--fhs-primary, #2563eb); color: #fff; padding: 8px 14px; border-radius: 10px; }
.fhs-timesale__timer-label { font-size: 12px; font-weight: 600; opacity: .85; }
.fhs-timesale__clock { font-size: 16px; font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: .5px; } .fluxshop-checkout input[type="text"],
.fluxshop-checkout input[type="tel"],
.fluxshop-checkout input[type="email"],
.fluxshop-checkout input[type="number"],
.fluxshop-checkout select,
.fluxshop-checkout textarea,
.fluxshop-checkout button,
.fluxshop-checkout .fhs-btn,
.fluxshop-checkout .fluxshop-btn,
.fluxshop-checkout .fluxshop-btn--primary { border-radius: 6px !important; }
.fluxshop-checkout .fhs-checkout-section,
.fluxshop-checkout__summary { border-radius: 8px !important; } .fluxshop-checkout .fhs-pay-list {
display: block; border: 1px solid #e5e7eb; border-radius: 6px; overflow: hidden; background: #fff;
}
.fluxshop-checkout .fhs-pay-item {
border: 0 !important; border-top: 1px solid #f0f1f3 !important; border-radius: 0 !important;
padding: 13px 15px; background: #fff !important; box-shadow: none !important;
}
.fluxshop-checkout .fhs-pay-item:first-child { border-top: 0 !important; }
.fluxshop-checkout .fhs-pay-item:hover { background: #fafafa !important; }
.fluxshop-checkout .fhs-pay-item.active { background: #fafafa !important; }
.fluxshop-checkout .fhs-pay-method { font-size: 13.5px; font-weight: 500; }
.fluxshop-checkout .fhs-pay-note { font-size: 11.5px; color: #888; } .fluxshop-checkout #fhs-coupon-toggle { color: #666 !important; font-size: 13px; font-weight: 600; }
.fluxshop-checkout #fhs-coupon-toggle:hover { color: #111 !important; }
.fluxshop-checkout .fhs-coupon-pick { border-radius: 6px !important; }:root { --fhs-black:         #111111;
--fhs-text:          #111111;
--fhs-text-sub:      #444444;
--fhs-text-muted:    #888888;
--fhs-text-light:    #bbbbbb;
--fhs-border:        #e5e5e5;
--fhs-border-light:  #eeeeee;
--fhs-border-faint:  #f4f4f4;
--fhs-bg:            #ffffff;
--fhs-bg-soft:       #f7f5f2; --fhs-bg-gray:       #f5f5f5;
--fhs-white:         #ffffff; --fhs-primary:       #111111; --fhs-primary-hover: #000000;
--fhs-accent:        #e8323c; --fhs-accent-dark:   #c82030;
--fhs-success:       #1e9e52;
--fhs-danger:        #e8323c; --fhs-font:          'Pretendard', 'Pretendard Variable', 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', sans-serif; --fhs-radius:        4px;
--fhs-radius-sm:     2px;
--fhs-radius-lg:     8px;
--fhs-radius-pill:   999px; --fhs-shadow:        0 1px 3px rgba(0,0,0,.05);
--fhs-shadow-md:     0 4px 16px rgba(0,0,0,.08);
--fhs-transition:    .25s ease; --fluxshop-primary:       var(--fhs-primary);
--fluxshop-primary-dark:  var(--fhs-primary-hover);
--fluxshop-accent:        var(--fhs-accent);
--fluxshop-danger:        var(--fhs-danger);
--fluxshop-success:       var(--fhs-success);
--fluxshop-text:          var(--fhs-text);
--fluxshop-text-muted:    var(--fhs-text-muted);
--fluxshop-border:        var(--fhs-border);
--fluxshop-bg:            var(--fhs-bg);
--fluxshop-white:         var(--fhs-white);
--fluxshop-font:          var(--fhs-font);
--fluxshop-radius:        var(--fhs-radius);
--fluxshop-radius-sm:     var(--fhs-radius-sm);
--fluxshop-shadow:        var(--fhs-shadow);
--fluxshop-shadow-md:     var(--fhs-shadow-md);
--fluxshop-transition:    var(--fhs-transition);
} .fluxshop,
.fluxshop * {
box-sizing: border-box;
font-family: var(--fhs-font);
-webkit-font-smoothing: antialiased;
}
.fluxshop {
color: var(--fhs-text);
line-height: 1.6;
font-size: 14px;
letter-spacing: -.01em;
}
.fluxshop a { text-decoration: none; color: inherit; }
.fluxshop img { max-width: 100%; display: block; }
.fluxshop h1, .fluxshop h2, .fluxshop h3, .fluxshop h4 {
margin: 0;
letter-spacing: -.02em;
line-height: 1.35;
}
.fluxshop button { font-family: inherit; } .fluxshop-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
padding: 14px 26px;
font-size: 14px;
font-weight: 600;
border-radius: 0;
border: 1px solid transparent;
cursor: pointer;
transition: background var(--fhs-transition), color var(--fhs-transition), border-color var(--fhs-transition), opacity var(--fhs-transition);
white-space: nowrap;
line-height: 1;
letter-spacing: -.01em;
}
.fluxshop-btn--primary {
background: var(--fhs-black);
color: var(--fhs-white);
border-color: var(--fhs-black);
}
.fluxshop-btn--primary:hover {
background: #000;
color: var(--fhs-white);
}
.fluxshop-btn--outline {
background: var(--fhs-white);
color: var(--fhs-text);
border-color: var(--fhs-border);
}
.fluxshop-btn--outline:hover {
border-color: var(--fhs-black);
color: var(--fhs-black);
}
.fluxshop-btn--danger {
background: var(--fhs-danger);
color: var(--fhs-white);
border-color: var(--fhs-danger);
}
.fluxshop-btn--danger:hover { background: var(--fhs-accent-dark); border-color: var(--fhs-accent-dark); }
.fluxshop-btn--disabled,
.fluxshop-btn[disabled] {
background: var(--fhs-bg-gray);
color: var(--fhs-text-light);
border-color: var(--fhs-border);
cursor: not-allowed;
}
.fluxshop-btn--block { display: flex; width: 100%; }
.fluxshop-btn--lg { padding: 18px 32px; font-size: 15px; }
.fluxshop-btn--sm { padding: 9px 14px; font-size: 12px; }
.fhs-btn--loading { opacity: .7; cursor: wait; }
.fhs-loading {
display: inline-block;
width: 16px; height: 16px;
border: 2px solid rgba(255,255,255,.4);
border-top-color: #fff;
border-radius: 50%;
animation: fhs-spin .7s linear infinite;
}
@keyframes fhs-spin { to { transform: rotate(360deg); } } .fhs-icon-btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border: 1px solid var(--fhs-border);
background: var(--fhs-white);
border-radius: 50%;
cursor: pointer;
transition: border-color var(--fhs-transition), color var(--fhs-transition);
color: var(--fhs-text);
}
.fhs-icon-btn:hover { border-color: var(--fhs-black); }
.fhs-icon-btn svg { width: 18px; height: 18px; } .fluxshop-grid { display: grid; gap: 40px 20px; }
.fluxshop-grid--1col { grid-template-columns: repeat(1, 1fr); }
.fluxshop-grid--2col { grid-template-columns: repeat(2, 1fr); }
.fluxshop-grid--3col { grid-template-columns: repeat(3, 1fr); }
.fluxshop-grid--4col { grid-template-columns: repeat(4, 1fr); }
.fluxshop-grid--5col { grid-template-columns: repeat(5, 1fr); }
.fluxshop-grid--6col { grid-template-columns: repeat(6, 1fr); } .fluxshop-badge {
display: inline-block;
padding: 3px 8px;
font-size: 11px;
font-weight: 700;
letter-spacing: .02em;
background: var(--fhs-black);
color: var(--fhs-white);
border-radius: 0;
line-height: 1.3;
}
.fluxshop-badge--sale      { background: var(--fhs-accent); }
.fluxshop-badge--active    { background: var(--fhs-success); }
.fluxshop-badge--new       { background: var(--fhs-black); }
.fluxshop-badge--expired,
.fluxshop-badge--cancelled { background: var(--fhs-text-muted); }
.fluxshop-badge--pending   { background: var(--fhs-accent); } .fluxshop-products-wrap {
max-width: 1280px;
margin: 0 auto;
padding: 0 20px;
} .fhs-category-tabs {
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 8px;
margin-bottom: 48px;
}
.fhs-cat-tab {
display: flex;
align-items: center;
justify-content: center;
padding: 18px 10px;
font-size: 13px;
font-weight: 500;
color: var(--fhs-text-muted);
background: var(--fhs-white);
border: 1px solid var(--fhs-border);
border-radius: 0;
text-align: center;
cursor: pointer;
transition: all var(--fhs-transition);
letter-spacing: -.01em;
}
.fhs-cat-tab:hover {
border-color: var(--fhs-black);
color: var(--fhs-black);
}
.fhs-cat-tab.active {
background: var(--fhs-black);
color: var(--fhs-white);
border-color: var(--fhs-black);
font-weight: 600;
} .fhs-loop-toolbar {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 32px;
padding-bottom: 0;
}
.fhs-loop-count {
display: inline-flex;
align-items: center;
gap: 10px;
font-size: 14px;
color: var(--fhs-text-muted);
letter-spacing: -.01em;
}
.fhs-loop-count strong {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 44px;
height: 34px;
padding: 0 10px;
font-size: 15px;
font-weight: 700;
color: var(--fhs-black);
border: 1px solid var(--fhs-border);
border-radius: 0;
}
.fhs-sort-links {
position: relative;
}
.fhs-sort-links select,
.fhs-sort-select {
padding: 9px 36px 9px 16px;
font-size: 14px;
color: var(--fhs-text);
background: var(--fhs-white) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path d='M1 1l4 4 4-4' stroke='%23111' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat right 14px center;
border: 1px solid var(--fhs-border);
border-radius: 0;
cursor: pointer;
appearance: none;
-webkit-appearance: none;
min-width: 140px;
font-family: inherit;
letter-spacing: -.01em;
}
.fhs-sort-links select:focus,
.fhs-sort-select:focus {
outline: none;
border-color: var(--fhs-black);
} .fluxshop-products {
margin-bottom: 48px;
}
.fluxshop-product-card {
background: transparent;
border: none;
border-radius: 0;
overflow: visible;
transition: none;
}
.fluxshop-product-card:hover { box-shadow: none; }
.fluxshop-product-card__image-link {
display: block;
position: relative;
overflow: hidden;
aspect-ratio: 1 / 1;
background: var(--fhs-bg-soft);
border-radius: 0;
}
.fluxshop-product-card__image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform .6s ease;
}
.fluxshop-product-card:hover .fluxshop-product-card__image {
transform: scale(1.04);
} .fluxshop-product-card__image-link .fluxshop-badge {
position: absolute;
top: 12px;
left: 12px;
z-index: 1;
} .fhs-card-discount-rate { display: none; } .fhs-card-actions {
position: absolute;
right: 12px;
bottom: 12px;
display: flex;
flex-direction: column;
gap: 6px;
opacity: 0;
transform: translateY(6px);
transition: opacity var(--fhs-transition), transform var(--fhs-transition);
z-index: 2;
}
.fluxshop-product-card:hover .fhs-card-actions {
opacity: 1;
transform: translateY(0);
}
.fhs-card-action {
width: 36px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255,255,255,.92);
border: 1px solid var(--fhs-border-light);
border-radius: 50%;
cursor: pointer;
color: var(--fhs-text);
transition: background var(--fhs-transition), color var(--fhs-transition);
}
.fhs-card-action:hover {
background: var(--fhs-black);
color: var(--fhs-white);
border-color: var(--fhs-black);
}
.fhs-card-action svg { width: 16px; height: 16px; } .fhs-card-action.fhs-wishlist-btn {
position: static;
top: auto;
right: auto;
width: 36px;
height: 36px;
box-shadow: none;
} .fhs-card-swatches {
display: flex;
gap: 5px;
align-items: center;
margin: 14px 0 8px;
min-height: 12px;
}
.fhs-card-swatch {
width: 10px;
height: 10px;
border-radius: 50%;
border: 1px solid rgba(0,0,0,.08);
display: inline-block;
} .fluxshop-product-card__body {
padding: 0;
}
.fluxshop-product-card__name {
margin: 0 0 4px;
font-size: 14px;
font-weight: 600;
line-height: 1.4;
color: var(--fhs-text);
letter-spacing: -.02em;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.fluxshop-product-card__name a:hover { color: var(--fhs-text); text-decoration: underline; text-underline-offset: 2px; }
.fluxshop-product-card__summary {
margin: 0 0 10px;
font-size: 13px;
color: var(--fhs-text-muted);
line-height: 1.5;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
letter-spacing: -.01em;
} .fluxshop-product-card__price {
margin: 0 0 8px;
line-height: 1.5;
display: flex;
flex-direction: column;
gap: 2px;
}
.fluxshop-price--original {
font-size: 13px;
color: var(--fhs-text-light);
text-decoration: line-through;
font-weight: 400;
display: inline-block;
}
.fhs-price-row {
display: flex;
align-items: baseline;
gap: 8px;
flex-wrap: wrap;
}
.fluxshop-price--discount {
font-size: 14px;
font-weight: 700;
color: var(--fhs-accent);
letter-spacing: -.02em;
}
.fluxshop-price--discount sup,
.fluxshop-price--discount .unit {
font-size: 11px;
font-weight: 700;
margin-left: -1px;
}
.fluxshop-price--current {
font-size: 15px;
font-weight: 700;
color: var(--fhs-text);
letter-spacing: -.02em;
}
.fluxshop-price--cycle {
font-size: 12px;
color: var(--fhs-text-muted);
font-weight: 400;
margin-left: 2px;
} .fluxshop-product-card__review {
font-size: 12px;
color: var(--fhs-text-muted);
margin: 0;
letter-spacing: -.01em;
}
.fluxshop-product-card__review .fhs-star {
color: var(--fhs-text);
margin-right: 2px;
} .fhs-add-to-cart.fhs-add-to-cart--card { display: none; } .fluxshop-product-detail {
display: grid;
grid-template-columns: 1.1fr 1fr;
grid-template-rows: auto auto;
gap: 60px 80px;
max-width: 1280px;
margin: 0 auto;
padding: 40px 20px 80px;
}
.fluxshop-product-detail__gallery { grid-column: 1; grid-row: 1; align-self: start; }
.fluxshop-product-detail__info    { grid-column: 2; grid-row: 1; }
.fluxshop-product-detail__tabs    { grid-column: 1 / -1; grid-row: 2; } .fluxshop-product-detail__main-image {
border: none;
border-radius: 0;
overflow: hidden;
background: var(--fhs-bg-soft);
}
.fluxshop-product-detail__main-image img {
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
cursor: zoom-in;
transition: opacity .2s ease;
}
.fluxshop-product-detail__main-image:hover img { opacity: .94; } .fhs-lightbox {
position: fixed; inset: 0; z-index: 100000;
background: rgba(0,0,0,.92);
display: flex; align-items: center; justify-content: center;
opacity: 0; visibility: hidden; transition: opacity .2s ease;
}
.fhs-lightbox.is-open { opacity: 1; visibility: visible; }
.fhs-lightbox__img {
max-width: 90vw; max-height: 88vh; object-fit: contain;
user-select: none; -webkit-user-drag: none;
}
.fhs-lightbox__close, .fhs-lightbox__nav {
position: absolute; background: rgba(255,255,255,.12); color: #fff;
border: none; cursor: pointer; border-radius: 50%;
width: 48px; height: 48px; font-size: 26px; line-height: 1;
display: flex; align-items: center; justify-content: center;
transition: background .15s;
}
.fhs-lightbox__close:hover, .fhs-lightbox__nav:hover { background: rgba(255,255,255,.28); }
.fhs-lightbox__close { top: 20px; right: 20px; }
.fhs-lightbox__nav--prev { left: 20px; top: 50%; transform: translateY(-50%); }
.fhs-lightbox__nav--next { right: 20px; top: 50%; transform: translateY(-50%); }
.fhs-lightbox__counter { position: absolute; bottom: 24px; left: 0; right: 0; text-align: center; color: #fff; font-size: 14px; opacity: .8; }
@media (max-width: 768px) {
.fhs-lightbox__close, .fhs-lightbox__nav { width: 40px; height: 40px; font-size: 22px; }
.fhs-lightbox__nav--prev { left: 8px; } .fhs-lightbox__nav--next { right: 8px; }
}
.fluxshop-product-detail__thumbnails {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 8px;
margin-top: 10px;
}
.fhs-thumb {
width: 100%;
aspect-ratio: 1 / 1;
height: auto;
object-fit: cover;
border-radius: 0;
border: 1px solid transparent;
background: var(--fhs-bg-soft);
cursor: pointer;
transition: border-color var(--fhs-transition), opacity var(--fhs-transition);
opacity: .7;
}
.fhs-thumb:hover { opacity: 1; }
.fhs-thumb.active {
border-color: var(--fhs-black);
opacity: 1;
} .fluxshop-product-detail__info-top {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 16px;
margin-bottom: 18px;
}
.fluxshop-product-detail__name {
font-size: 26px;
font-weight: 700;
margin: 0;
line-height: 1.3;
letter-spacing: -.03em;
color: var(--fhs-text);
flex: 1;
}
.fluxshop-product-detail__icon-actions {
display: flex;
gap: 8px;
flex-shrink: 0;
}
.fluxshop-product-detail__short-desc {
color: var(--fhs-text-sub);
margin: 0 0 20px;
font-size: 14px;
line-height: 1.7;
}
.fluxshop-product-detail__features {
margin: 0 0 20px;
}
.fluxshop-product-detail__features ul {
list-style: none;
margin: 0;
padding: 0;
}
.fluxshop-product-detail__features li {
position: relative;
padding-left: 18px;
font-size: 14px;
color: var(--fhs-text-sub);
line-height: 1.7;
margin-bottom: 4px;
}
.fluxshop-product-detail__features li::before {
content: "✓";
position: absolute;
left: 0;
color: var(--fhs-black);
font-weight: 700;
} .fluxshop-product-detail__rating {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid var(--fhs-border-light);
font-size: 14px;
}
.fluxshop-product-detail__rating .fhs-star {
color: var(--fhs-black);
font-size: 15px;
}
.fluxshop-product-detail__rating .fhs-rating-score {
font-weight: 700;
color: var(--fhs-text);
}
.fluxshop-product-detail__rating .fhs-rating-count {
color: var(--fhs-text-muted);
padding-left: 12px;
border-left: 1px solid var(--fhs-border);
} .fluxshop-product-detail__price {
padding: 8px 0 24px;
margin-bottom: 24px;
border-bottom: 1px solid var(--fhs-border-light);
display: flex;
flex-direction: column;
gap: 4px;
}
.fhs-price-del {
font-size: 14px;
color: var(--fhs-text-light);
text-decoration: line-through;
font-weight: 400;
}
.fhs-price-line {
display: flex;
align-items: baseline;
gap: 10px;
}
.fhs-price-discount {
font-size: 28px;
font-weight: 700;
color: var(--fhs-accent);
letter-spacing: -.03em;
}
.fhs-price-discount .unit {
font-size: 16px;
font-weight: 700;
margin-left: -2px;
}
.fhs-price-current {
font-size: 28px;
font-weight: 700;
color: var(--fhs-text);
letter-spacing: -.03em;
}
.fhs-price-cycle {
font-size: 14px;
color: var(--fhs-text-muted);
margin-left: 4px;
} .fluxshop-product-detail__shipping,
.fluxshop-product-detail__trial {
display: flex;
align-items: center;
gap: 16px;
font-size: 13px;
padding: 12px 0;
border-bottom: 1px solid var(--fhs-border-light);
}
.fhs-detail-label {
color: var(--fhs-text-muted);
min-width: 60px;
flex-shrink: 0;
font-weight: 500;
}
.fhs-detail-value { color: var(--fhs-text); }
.fhs-trial-badge {
display: inline-block;
background: var(--fhs-bg-soft);
color: var(--fhs-accent);
padding: 4px 12px;
border-radius: 0;
font-size: 12px;
font-weight: 700;
border: 1px solid var(--fhs-accent);
} .fhs-product-variants {
margin: 20px 0 0;
}
.fhs-product-variants__label {
display: block;
font-size: 13px;
font-weight: 500;
color: var(--fhs-text-muted);
margin-bottom: 8px;
letter-spacing: -.01em;
}
.fhs-product-variants__label .required { color: var(--fhs-accent); margin-left: 2px; } .fhs-opt-field__label .required { color: var(--fhs-accent); margin-left: 2px; font-weight: 700; } .fhs-option-hint {
display: none;
align-items: center;
justify-content: center;
gap: 6px;
margin: 0 0 10px;
padding: 9px 12px;
background: transparent;
border: 1px solid var(--fhs-accent);
border-radius: 6px;
font-size: 13px;
line-height: 1;
color: var(--fhs-accent);
letter-spacing: -.01em;
}
.fhs-option-hint.is-visible { display: flex; }
.fhs-option-hint::before {
content: "!";
flex: 0 0 auto;
display: inline-flex;
align-items: center;
justify-content: center;
width: 15px;
height: 15px;
border-radius: 50%;
background: var(--fhs-accent);
color: #fff;
font-size: 10px;
font-weight: 700;
line-height: 1;
}
.fhs-variant-select {
width: 100%;
padding: 13px 16px;
border: 1px solid var(--fhs-border);
border-radius: 0;
font-size: 14px;
color: var(--fhs-text);
background: var(--fhs-white);
cursor: pointer;
appearance: auto;
transition: border-color var(--fhs-transition);
font-family: inherit;
}
.fhs-variant-select:focus {
outline: none;
border-color: var(--fhs-black);
}
.fluxshop-product-detail__qty {
display: flex;
align-items: center;
justify-content: space-between;
gap: 14px;
margin: 20px 0 0;
padding: 16px 0;
border-top: 1px solid var(--fhs-border-light);
}
.fluxshop-product-detail__qty label {
font-size: 14px;
font-weight: 500;
color: var(--fhs-text);
white-space: nowrap;
}
.fhs-qty-wrap {
display: inline-flex;
align-items: center;
border: 1px solid var(--fhs-border);
border-radius: 0;
overflow: hidden;
height: 40px;
background: var(--fhs-white);
}
.fhs-qty-btn,
.fhs-qty-wrap button {
background: var(--fhs-white);
border: none;
width: 36px;
height: 100%;
cursor: pointer;
font-size: 16px;
color: var(--fhs-text);
transition: background var(--fhs-transition);
display: flex;
align-items: center;
justify-content: center;
font-family: inherit;
}
.fhs-qty-btn:hover,
.fhs-qty-wrap button:hover { background: var(--fhs-bg-gray); }
.fhs-qty-wrap input[type="number"] {
border: none;
border-left: 1px solid var(--fhs-border);
border-right: 1px solid var(--fhs-border);
width: 48px;
text-align: center;
font-size: 14px;
font-weight: 600;
color: var(--fhs-text);
height: 100%;
background: transparent;
font-family: inherit;
-moz-appearance: textfield;
}
.fhs-qty-wrap input[type="number"]::-webkit-outer-spin-button,
.fhs-qty-wrap input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; } .fluxshop-product-detail__total {
display: flex;
justify-content: space-between;
align-items: baseline;
padding: 20px 0;
border-top: 2px solid var(--fhs-black);
margin: 0 0 16px;
}
.fluxshop-product-detail__total-label {
font-size: 14px;
color: var(--fhs-text);
font-weight: 600;
}
.fluxshop-product-detail__total-amount {
font-size: 22px;
font-weight: 700;
color: var(--fhs-accent);
letter-spacing: -.02em;
} .fluxshop-product-detail__actions {
display: grid;
grid-template-columns: 60px 1fr;
gap: 8px;
margin: 0 0 12px;
}
.fluxshop-product-detail__actions .fluxshop-btn {
padding: 18px;
font-size: 15px;
font-weight: 600;
border-radius: 0;
}
.fluxshop-product-detail__actions .fluxshop-btn--cart {
padding: 18px 0;
background: var(--fhs-white);
color: var(--fhs-text);
border: 1px solid var(--fhs-border);
}
.fluxshop-product-detail__actions .fluxshop-btn--cart:hover {
border-color: var(--fhs-black);
color: var(--fhs-black);
} .fhs-tab-nav {
display: grid;
grid-auto-flow: column;
grid-auto-columns: 1fr;
border-top: 1px solid var(--fhs-border);
border-bottom: 1px solid var(--fhs-border);
margin: 60px 0 40px;
}
.fhs-tab-btn {
background: none;
border: none;
padding: 22px 12px;
font-size: 15px;
font-weight: 500;
color: var(--fhs-text-muted);
cursor: pointer;
border-bottom: 2px solid transparent;
margin-bottom: -1px;
transition: color var(--fhs-transition), border-color var(--fhs-transition);
letter-spacing: -.01em;
font-family: inherit;
}
.fhs-tab-btn.active,
.fhs-tab-btn:hover {
color: var(--fhs-black);
font-weight: 700;
border-bottom-color: var(--fhs-black);
}
.fhs-tab-content { display: none; max-width: 900px; margin: 0 auto; }
.fhs-tab-content.active { display: block; }
.fhs-tab-content p { font-size: 14px; color: var(--fhs-text-sub); line-height: 1.8; margin: 0 0 14px; }
.fhs-refund-policy h3 { font-size: 16px; font-weight: 700; margin: 0 0 14px; } .fluxshop-cart {
max-width: 1200px;
margin: 0 auto;
padding: 40px 20px 80px;
}
.fluxshop-cart__empty {
text-align: center;
padding: 120px 0;
}
.fluxshop-cart__empty p {
font-size: 16px;
color: var(--fhs-text-muted);
margin-bottom: 28px;
}
.fluxshop-cart__title {
font-size: 28px;
font-weight: 700;
text-align: center;
letter-spacing: -.03em;
margin: 0 0 40px;
}
.fluxshop-cart__table {
width: 100%;
border-collapse: collapse;
margin-bottom: 40px;
font-size: 14px;
}
.fluxshop-cart__table th {
padding: 16px 14px;
text-align: center;
background: transparent;
border-top: 2px solid var(--fhs-black);
border-bottom: 1px solid var(--fhs-border);
font-weight: 500;
font-size: 13px;
color: var(--fhs-text-muted);
letter-spacing: -.01em;
}
.fluxshop-cart__table td {
padding: 20px 14px;
text-align: center;
border-bottom: 1px solid var(--fhs-border-light);
vertical-align: middle;
color: var(--fhs-text);
}
.fluxshop-cart__table td:first-child { text-align: left; }
.fhs-cart-product {
display: flex;
align-items: center;
gap: 16px;
}
.fhs-cart-product img {
border-radius: 0;
object-fit: cover;
flex-shrink: 0;
background: var(--fhs-bg-soft);
width: 72px;
height: 72px;
}
.fhs-cart-product span {
font-size: 14px;
font-weight: 500;
line-height: 1.5;
color: var(--fhs-text);
}
.fhs-cart-remove {
background: none;
border: 1px solid var(--fhs-border);
width: 28px;
height: 28px;
border-radius: 50%;
font-size: 14px;
color: var(--fhs-text-muted);
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
transition: all var(--fhs-transition);
line-height: 1;
}
.fhs-cart-remove:hover {
border-color: var(--fhs-black);
color: var(--fhs-black);
background: var(--fhs-white);
}
.fhs-cart-subtotal { font-weight: 700; color: var(--fhs-text); } .fluxshop-cart__footer {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
align-items: start;
}
.fluxshop-cart__coupon { }
.fluxshop-cart__coupon > div:first-child {
display: flex;
gap: 0;
}
.fluxshop-cart__coupon input[type="text"] {
flex: 1;
padding: 13px 16px;
border: 1px solid var(--fhs-border);
border-right: none;
border-radius: 0;
font-size: 14px;
color: var(--fhs-text);
font-family: inherit;
}
.fluxshop-cart__coupon input[type="text"]:focus {
outline: none;
border-color: var(--fhs-black);
}
.fluxshop-cart__coupon button {
padding: 13px 22px;
background: var(--fhs-black);
color: var(--fhs-white);
border: 1px solid var(--fhs-black);
border-radius: 0;
font-size: 13px;
font-weight: 600;
cursor: pointer;
white-space: nowrap;
transition: background var(--fhs-transition);
font-family: inherit;
}
.fluxshop-cart__coupon button:hover { background: #000; }
.fluxshop-cart__totals { }
.fluxshop-cart__totals table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
border-top: 2px solid var(--fhs-black);
}
.fluxshop-cart__totals td {
padding: 14px 4px;
font-size: 14px;
border-bottom: 1px solid var(--fhs-border-light);
color: var(--fhs-text-sub);
}
.fluxshop-cart__totals td:last-child {
text-align: right;
font-weight: 600;
color: var(--fhs-text);
}
.fluxshop-cart__totals .fhs-total-row td {
padding-top: 18px;
border-top: 1px solid var(--fhs-border);
border-bottom: none;
font-size: 18px;
font-weight: 700;
color: var(--fhs-text);
}
.fluxshop-cart__totals .fhs-total-row td:last-child { color: var(--fhs-accent); } .fluxshop-checkout {
max-width: 1200px;
margin: 0 auto;
padding: 40px 20px 80px;
}
.fluxshop-checkout__layout {
display: grid;
grid-template-columns: 1fr 400px;
gap: 40px;
align-items: start;
}
.fhs-checkout-section {
background: var(--fhs-white);
border: 1px solid var(--fhs-border);
border-radius: 0;
padding: 28px 30px;
margin-bottom: 16px;
}
.fhs-section-title {
font-size: 17px;
font-weight: 700;
margin: 0 0 22px;
padding-bottom: 14px;
border-bottom: 1px solid var(--fhs-border-light);
letter-spacing: -.02em;
color: var(--fhs-text);
}
.fhs-form-row {
display: flex;
flex-direction: column;
gap: 6px;
margin-bottom: 16px;
}
.fhs-form-row label {
font-size: 13px;
font-weight: 500;
color: var(--fhs-text-muted);
letter-spacing: -.01em;
}
.fhs-form-row input,
.fhs-form-row select,
.fhs-form-row textarea {
padding: 13px 16px;
border: 1px solid var(--fhs-border);
border-radius: 0;
font-size: 14px;
color: var(--fhs-text);
background: var(--fhs-white);
transition: border-color var(--fhs-transition);
font-family: inherit;
}
.fhs-form-row input:focus,
.fhs-form-row select:focus,
.fhs-form-row textarea:focus {
outline: none;
border-color: var(--fhs-black);
box-shadow: none;
}
.fhs-form-row input[readonly] {
background: var(--fhs-bg-gray);
color: var(--fhs-text-muted);
}
.fhs-form-row--inline {
flex-direction: row;
align-items: center;
flex-wrap: wrap;
gap: 8px;
}
.fhs-form-row--inline input[type="number"] { width: 120px; }
.fhs-form-row--inline button {
padding: 13px 18px;
background: var(--fhs-black);
color: var(--fhs-white);
border: 1px solid var(--fhs-black);
border-radius: 0;
font-size: 13px;
font-weight: 600;
cursor: pointer;
font-family: inherit;
}
.fhs-form-row--inline button:hover { background: #000; } .fhs-pg-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.fhs-pg-item {
display: flex;
align-items: center;
gap: 8px;
padding: 14px 16px;
border: 1px solid var(--fhs-border);
border-radius: 0;
cursor: pointer;
transition: all var(--fhs-transition);
font-size: 14px;
font-weight: 500;
background: var(--fhs-white);
color: var(--fhs-text);
}
.fhs-pg-item.active {
border-color: var(--fhs-black);
background: var(--fhs-black);
color: var(--fhs-white);
}
.fhs-pg-item:hover { border-color: var(--fhs-black); }
.fhs-pg-item input[type="radio"] { accent-color: var(--fhs-black); }
.fhs-pg-label { display: flex; flex-direction: column; gap: 2px; line-height: 1.3; }
.fhs-pg-method { font-weight: 600; }
.fhs-pg-provider { font-size: 12px; font-weight: 400; opacity: .65; }
.fhs-pg-empty { color: var(--fhs-text); opacity: .7; font-size: 14px; padding: 12px 0; }
.fhs-vbank-panel { margin: 20px auto 0; max-width: 460px; border: 1px solid var(--fhs-border); border-radius: 8px; padding: 20px; text-align: left; background: var(--fhs-white); }
.fhs-vbank-title { font-size: 16px; font-weight: 700; margin: 0 0 12px; }
.fhs-vbank-note { margin: 12px 0 0; font-size: 12px; opacity: .7; }
.fhs-await-desc { color: var(--fhs-text); opacity: .85; margin: 4px 0 0; }
.fhs-bank-info { font-weight: 600; padding: 10px 12px; border: 1px dashed var(--fhs-border); border-radius: 6px; margin-bottom: 10px; }
.fhs-bank-note { font-size: 12px; opacity: .7; margin: 6px 0 0; }
#fhs-bank-transfer-fields .fhs-form-row { display: flex; flex-direction: column; gap: 4px; } .fhs-order-summary {
background: var(--fhs-white);
border: 1px solid var(--fhs-border);
border-radius: 0;
padding: 28px 30px;
position: sticky;
top: 24px;
}
.fhs-order-summary hr {
border: none;
border-top: 1px solid var(--fhs-border-light);
margin: 16px 0;
}
.fhs-order-item {
display: flex;
align-items: center;
gap: 12px;
padding: 12px 0;
font-size: 14px;
border-bottom: 1px dashed var(--fhs-border-light);
}
.fhs-order-item:last-child { border-bottom: none; }
.fhs-order-item__thumb {
position: relative;
width: 56px;
height: 56px;
flex-shrink: 0;
border-radius: var(--fhs-radius-sm);
overflow: hidden;
background: var(--fhs-bg-gray);
border: 1px solid var(--fhs-border-light);
}
.fhs-order-item__thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.fhs-order-item__qty {
position: absolute;
right: 0;
bottom: 0;
min-width: 19px;
height: 19px;
padding: 0 5px;
background: rgba(0,0,0,.74);
color: #fff;
font-size: 11px;
font-weight: 700;
line-height: 19px;
text-align: center;
border-top-left-radius: var(--fhs-radius-sm);
}
.fhs-order-item__meta {
flex: 1;
min-width: 0;
display: flex;
flex-direction: column;
gap: 4px;
}
.fhs-order-item__name {
color: var(--fhs-text);
line-height: 1.4;
font-weight: 500;
}
.fhs-order-item__opt {
align-self: flex-start;
max-width: 100%;
font-size: 12px;
color: var(--fhs-text-sub);
border: 1px solid var(--fhs-border);
padding: 2px 9px;
border-radius: var(--fhs-radius-pill);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.fhs-order-item__price { font-weight: 700; white-space: nowrap; flex-shrink: 0; color: var(--fhs-text); } .fhs-order-count {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 22px;
height: 22px;
padding: 0 7px;
margin-left: 8px;
background: var(--fhs-primary);
color: #fff;
font-size: 12px;
font-weight: 700;
border-radius: var(--fhs-radius-pill);
vertical-align: middle;
} .fhs-address-wrap { display: flex; flex-direction: column; gap: 8px; }
.fhs-address-zip-row { display: flex; gap: 8px; align-items: stretch; }
.fhs-address-zip-row .fhs-input--zipcode { flex: 1; min-width: 0; }
.fhs-address-zip-row .fhs-btn--zipcode {
flex-shrink: 0;
white-space: nowrap;
background: var(--fhs-black);
color: var(--fhs-white);
border: 1px solid var(--fhs-black);
font-weight: 600;
}
.fhs-address-zip-row .fhs-btn--zipcode:hover { opacity: .88; } .fhs-form-row--inline input[type="text"],
.fhs-form-row--inline input[type="email"] { flex: 1; min-width: 150px; } .fhs-saved-addr-note {
display: flex;
align-items: center;
gap: 6px;
margin: 0 0 14px;
font-size: 12.5px;
color: var(--fhs-primary);
}
.fhs-form-row--save-addr { margin-top: 4px; }
.fhs-checkbox {
display: inline-flex !important;
align-items: center;
gap: 8px;
cursor: pointer;
font-size: 13px;
color: var(--fhs-text-sub) !important;
font-weight: 500;
}
.fhs-checkbox input[type="checkbox"] { width: 17px; height: 17px; accent-color: var(--fhs-primary); cursor: pointer; }
.fhs-order-total-rows { margin: 12px 0 24px; }
.fhs-total-row {
display: flex;
justify-content: space-between;
padding: 10px 0;
font-size: 14px;
border-bottom: 1px solid var(--fhs-border-light);
color: var(--fhs-text-sub);
}
.fhs-total-row--final {
font-size: 18px;
font-weight: 700;
border-top: 1px solid var(--fhs-border);
border-bottom: none;
padding-top: 18px;
margin-top: 4px;
color: var(--fhs-text);
}
.fhs-total-row--final span:last-child { color: var(--fhs-accent); }
.fhs-checkout-agree {
font-size: 12px;
color: var(--fhs-text-muted);
text-align: center;
margin-top: 14px;
line-height: 1.7;
}
.fhs-checkout-agree a { color: var(--fhs-text-sub); text-decoration: underline; } .fluxshop-order-complete {
max-width: 560px;
margin: 80px auto;
text-align: center;
padding: 60px 40px;
background: var(--fhs-white);
border: 1px solid var(--fhs-border);
border-radius: 0;
box-shadow: none;
}
.fhs-complete-icon {
width: 72px;
height: 72px;
background: var(--fhs-black);
color: var(--fhs-white);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 32px;
font-weight: 700;
margin: 0 auto 24px;
}
.fluxshop-order-complete h1 {
font-size: 24px;
font-weight: 700;
margin: 0 0 8px;
letter-spacing: -.03em;
}
.fhs-order-number {
color: var(--fhs-text-muted);
margin: 0 0 36px;
font-size: 14px;
}
.fhs-order-number strong { color: var(--fhs-text); font-weight: 700; }
.fhs-complete-summary {
background: var(--fhs-bg-gray);
border-radius: 0;
padding: 24px;
margin-bottom: 32px;
text-align: left;
}
.fhs-complete-row {
display: flex;
justify-content: space-between;
padding: 10px 0;
font-size: 14px;
border-bottom: 1px solid var(--fhs-border-light);
color: var(--fhs-text-sub);
}
.fhs-complete-row:last-child {
border-bottom: none;
font-weight: 700;
font-size: 16px;
color: var(--fhs-text);
padding-top: 14px;
}
.fhs-complete-actions {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 8px;
} .fluxshop-table {
width: 100%;
border-collapse: collapse;
font-size: 14px;
}
.fluxshop-table th {
padding: 14px;
background: transparent;
border-top: 2px solid var(--fhs-black);
border-bottom: 1px solid var(--fhs-border);
font-weight: 500;
font-size: 13px;
color: var(--fhs-text-muted);
text-align: center;
letter-spacing: -.01em;
}
.fluxshop-table td {
padding: 18px 14px;
border-bottom: 1px solid var(--fhs-border-light);
text-align: center;
vertical-align: middle;
color: var(--fhs-text);
}
.fluxshop-table td:first-child { text-align: left; }
.fluxshop-table tbody tr:hover { background: var(--fhs-bg-gray); } .fhs-pagination {
display: flex;
justify-content: center;
align-items: center;
gap: 4px;
margin-top: 60px;
padding-top: 0;
border-top: none;
}
.fhs-page-num,
.fhs-page-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 36px;
height: 36px;
padding: 0 8px;
font-size: 13px;
font-weight: 500;
color: var(--fhs-text-muted);
border: 1px solid transparent;
border-radius: 0;
background: transparent;
transition: all var(--fhs-transition);
cursor: pointer;
}
.fhs-page-num:hover,
.fhs-page-btn:hover {
color: var(--fhs-black);
border-color: var(--fhs-border);
}
.fhs-page-num.active {
background: transparent;
color: var(--fhs-black);
border-color: var(--fhs-black);
font-weight: 700;
}
.fhs-page-btn--prev,
.fhs-page-btn--next {
font-size: 18px;
font-weight: 400;
}
.fhs-page-ellipsis {
padding: 0 6px;
color: var(--fhs-text-light);
font-size: 13px;
line-height: 36px;
} .fhs-tracking-card,
.fhs-sub-card {
background: var(--fhs-white);
border: 1px solid var(--fhs-border);
border-radius: 0;
padding: 24px 28px;
margin-bottom: 12px;
}
.fhs-sub-card--active {
border-left: 3px solid var(--fhs-black);
}
.fhs-tracking-header,
.fhs-sub-card__header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 16px;
padding-bottom: 14px;
border-bottom: 1px solid var(--fhs-border-light);
}
.fhs-sub-card__header h3 { font-size: 16px; font-weight: 700; margin: 0; }
.fhs-sub-card__body p { font-size: 14px; color: var(--fhs-text-sub); margin: 0 0 6px; }
.fhs-sub-card__body strong { color: var(--fhs-text); font-weight: 700; }
.fhs-sub-card__footer {
display: flex;
gap: 8px;
margin-top: 18px;
padding-top: 16px;
border-top: 1px solid var(--fhs-border-light);
}
.fhs-tracking-header .fhs-order-num,
.fhs-tracking-header .fhs-badge {
font-size: 14px;
color: var(--fhs-text);
font-weight: 600;
} .fluxshop-wishlist { padding: 20px 0; }
.fluxshop-wishlist .fluxshop-product-card {
position: relative;
}
.fhs-wishlist-actions {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 6px;
margin-top: 10px;
}
.fhs-wishlist-actions .fluxshop-btn { padding: 10px; font-size: 12px; } .fluxshop-pricing-table { padding: 20px 0; }
.fluxshop-pricing-card {
background: var(--fhs-white);
border: 1px solid var(--fhs-border);
border-radius: 0;
padding: 36px 28px;
position: relative;
transition: border-color var(--fhs-transition);
}
.fluxshop-pricing-card:hover { border-color: var(--fhs-black); }
.fluxshop-pricing-card--featured {
border-width: 2px;
border-color: var(--fhs-black);
}
.fluxshop-pricing-card__badge {
position: absolute;
top: -12px;
left: 50%;
transform: translateX(-50%);
background: var(--fhs-black);
color: var(--fhs-white);
padding: 4px 14px;
font-size: 11px;
font-weight: 700;
letter-spacing: .04em;
}
.fluxshop-pricing-card__header { text-align: center; margin-bottom: 24px; }
.fluxshop-pricing-card__name {
font-size: 18px;
font-weight: 700;
margin: 0 0 14px;
color: var(--fhs-text);
}
.fluxshop-pricing-card__price {
margin: 0 0 8px;
display: flex;
justify-content: center;
align-items: baseline;
gap: 4px;
}
.fhs-price-amount {
font-size: 32px;
font-weight: 700;
color: var(--fhs-text);
letter-spacing: -.03em;
}
.fhs-price-unit {
font-size: 14px;
color: var(--fhs-text-muted);
}
.fluxshop-pricing-card__header .fhs-trial {
margin: 0;
font-size: 13px;
color: var(--fhs-accent);
font-weight: 600;
}
.fluxshop-pricing-card__features {
list-style: none;
padding: 0;
margin: 0 0 28px;
border-top: 1px solid var(--fhs-border-light);
padding-top: 20px;
}
.fluxshop-pricing-card__features li {
position: relative;
padding: 8px 0 8px 22px;
font-size: 14px;
color: var(--fhs-text-sub);
line-height: 1.5;
}
.fluxshop-pricing-card__features li::before {
content: "✓";
position: absolute;
left: 0;
top: 8px;
color: var(--fhs-black);
font-weight: 700;
} .fluxshop-empty {
text-align: center;
color: var(--fhs-text-muted);
font-size: 15px;
padding: 80px 0;
}
.fluxshop-notice {
padding: 16px 20px;
background: var(--fhs-bg-gray);
border-left: 3px solid var(--fhs-black);
border-radius: 0;
font-size: 14px;
color: var(--fhs-text-sub);
margin-bottom: 16px;
}
.fluxshop-notice a { color: var(--fhs-text); font-weight: 700; text-decoration: underline; }
.fluxshop-error { color: var(--fhs-danger); font-size: 14px; }
.fhs-msg { font-size: 13px; margin-top: 6px; } #fhs-toast-container {
position: fixed;
top: 24px;
left: 50%;
transform: translateX(-50%);
right: auto;
z-index: 99999;
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
}
.fhs-toast {
padding: 14px 20px;
border-radius: 0;
font-size: 14px;
font-weight: 500;
color: var(--fhs-white);
background: var(--fhs-black);
box-shadow: var(--fhs-shadow-md);
display: flex;
align-items: center;
gap: 10px;
animation: fhs-toast-in .25s ease;
min-width: 240px;
letter-spacing: -.01em;
}
.fhs-toast--success { background: var(--fhs-success); }
.fhs-toast--error   { background: var(--fhs-danger); }
.fhs-toast--info    { background: var(--fhs-text-sub); }
@keyframes fhs-toast-in {
from { opacity: 0; transform: translateY(-16px); }
to   { opacity: 1; transform: translateY(0); }
} @media (max-width: 1024px) {
.fluxshop-product-detail {
grid-template-columns: 1fr;
gap: 32px;
padding: 24px 16px 60px;
}
.fluxshop-product-detail__gallery { grid-column: 1; grid-row: 1; position: static; }
.fluxshop-product-detail__info    { grid-column: 1; grid-row: 2; }
.fluxshop-product-detail__tabs    { grid-column: 1; grid-row: 3; }
.fluxshop-checkout__layout { grid-template-columns: 1fr; }
.fhs-order-summary { position: static; }
.fhs-category-tabs { grid-template-columns: repeat(4, 1fr); }
.fluxshop-grid--4col { grid-template-columns: repeat(3, 1fr); }
.fluxshop-grid--5col { grid-template-columns: repeat(3, 1fr); }
.fluxshop-grid--6col { grid-template-columns: repeat(3, 1fr); }
.fhs-pg-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
.fluxshop-grid { gap: 32px 12px; }
.fluxshop-grid--3col,
.fluxshop-grid--4col,
.fluxshop-grid--5col,
.fluxshop-grid--6col { grid-template-columns: repeat(2, 1fr); } .fluxshop-product-detail {
grid-template-columns: 1fr;
gap: 28px 0;
padding: 20px 16px 60px;
}
.fluxshop-product-detail__gallery,
.fluxshop-product-detail__info,
.fluxshop-product-detail__tabs { grid-column: 1; min-width: 0; }
.fluxshop-product-detail__gallery { grid-row: auto; }
.fluxshop-product-detail__info { grid-row: auto; }
.fluxshop-product-detail__tabs { grid-row: auto; }
.fhs-category-tabs { grid-template-columns: repeat(3, 1fr); gap: 6px; }
.fhs-cat-tab { padding: 14px 6px; font-size: 12px; }
.fhs-loop-toolbar {
align-items: center;
gap: 10px;
}
.fluxshop-product-detail__name { font-size: 22px; }
.fhs-price-discount,
.fhs-price-current { font-size: 22px; }
.fluxshop-cart__table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; white-space: nowrap; }
.fluxshop-cart__footer { grid-template-columns: 1fr; }
.fhs-tab-btn { padding: 16px 8px; font-size: 13px; }
.fhs-tab-nav { grid-auto-columns: minmax(100px, 1fr); overflow-x: auto; }
.fluxshop-order-complete { margin: 24px 16px; padding: 40px 24px; }
.fhs-complete-actions { grid-template-columns: 1fr; }
.fluxshop-product-detail__thumbnails { grid-template-columns: repeat(4, 1fr); } .fhs-card-actions {
opacity: 1;
transform: none;
}
}
@media (max-width: 480px) {
.fhs-category-tabs { grid-template-columns: repeat(2, 1fr); }
.fhs-pg-list { grid-template-columns: 1fr; }
.fluxshop-product-detail__actions { grid-template-columns: 1fr; }
.fluxshop-product-detail__actions .fluxshop-btn--cart { order: 2; }
.fhs-loop-count strong { min-width: 38px; height: 30px; font-size: 14px; }
.fluxshop-price--current,
.fluxshop-price--discount { font-size: 14px; }
} .fluxshop-cart { max-width: 1160px; margin: 0 auto; padding: 32px 20px 80px; }
.fluxshop-cart__empty { text-align: center; padding: 100px 0; color: var(--fhs-text-muted); }
.fluxshop-cart__empty svg { color: var(--fhs-border); margin-bottom: 18px; }
.fhs-cart-layout { display: grid; grid-template-columns: 1fr 340px; gap: 32px; align-items: start; }
.fhs-cart-main { min-width: 0; }
.fhs-cart-listhead { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; border-bottom: 2px solid var(--fhs-text); margin-bottom: 4px; }
.fhs-cart-listhead span { font-weight: 700; font-size: 15px; }
.fhs-cart-continue { font-size: 13px; color: var(--fhs-text-muted); text-decoration: none; }
.fhs-cart-continue:hover { color: var(--fhs-text); text-decoration: underline; }
.fhs-cart-list { list-style: none; margin: 0; padding: 0; }
.fhs-cart-row {
display: grid;
grid-template-columns: 80px 1fr auto auto 32px;
align-items: center; gap: 16px;
padding: 18px 0; border-bottom: 1px solid var(--fhs-border-light);
}
.fhs-cart-row__thumb { width: 80px; height: 80px; border-radius: 10px; overflow: hidden; background: var(--fhs-bg-soft); }
.fhs-cart-row__thumb img { width: 100%; height: 100%; object-fit: cover; }
.fhs-cart-row__info { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.fhs-cart-row__name { font-size: 15px; font-weight: 600; color: var(--fhs-text); }
.fhs-cart-row__opt { font-size: 12px; color: var(--fhs-text-muted); }
.fhs-cart-row__unit { font-size: 13px; color: var(--fhs-text-sub); margin-top: 2px; }
.fhs-cart-row__qty { display: inline-flex; align-items: center; border: 1px solid var(--fhs-border); border-radius: 9px; overflow: hidden; }
.fhs-cart-qty { width: 34px; height: 36px; border: none; background: transparent; cursor: pointer; font-size: 17px; color: var(--fhs-text-sub); }
.fhs-cart-qty:hover { background: var(--fhs-bg-soft); }
.fhs-cart-qtyinput { width: 42px; height: 36px; border: none; border-left: 1px solid var(--fhs-border-light); border-right: 1px solid var(--fhs-border-light); text-align: center; font-size: 14px; background: transparent; color: var(--fhs-text); -moz-appearance: textfield; }
.fhs-cart-qtyinput::-webkit-outer-spin-button, .fhs-cart-qtyinput::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.fhs-cart-row__sub { font-weight: 700; font-size: 15px; min-width: 90px; text-align: right; color: var(--fhs-text); }
.fhs-cart-row__del { width: 32px; height: 32px; border: none; background: transparent; color: var(--fhs-text-muted); cursor: pointer; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.fhs-cart-row__del:hover { background: var(--fhs-bg-soft); color: var(--fhs-accent, #e8323c); } .fhs-cart-summary { position: sticky; top: 24px; border: 1px solid var(--fhs-border); border-radius: 14px; padding: 22px; background: var(--fhs-bg); }
.fhs-cart-summary__coupon { display: flex; gap: 8px; }
.fhs-cart-summary__coupon input { flex: 1; min-width: 0; height: 42px; border: 1px solid var(--fhs-border); border-radius: 9px; padding: 0 12px; font-size: 13px; background: var(--fhs-bg); color: var(--fhs-text); }
.fhs-cart-summary__coupon .fluxshop-btn { height: 42px; padding: 0 16px; font-size: 13px; white-space: nowrap; }
.fhs-cart-summary__coupon-result { font-size: 12px; margin-top: 8px; min-height: 0; }
.fhs-cart-summary__lines { margin: 18px 0 0; padding: 18px 0 0; border-top: 1px solid var(--fhs-border-light); display: flex; flex-direction: column; gap: 10px; }
.fhs-cart-summary__line { display: flex; align-items: center; justify-content: space-between; margin: 0; }
.fhs-cart-summary__line dt { color: var(--fhs-text-muted); font-size: 14px; }
.fhs-cart-summary__line dd { margin: 0; font-size: 14px; font-weight: 500; color: var(--fhs-text); }
.fhs-cart-summary__line--discount dd { color: var(--fhs-accent, #e8323c); }
.fhs-cart-summary__total { display: flex; align-items: baseline; justify-content: space-between; margin: 16px 0 18px; padding-top: 16px; border-top: 2px solid var(--fhs-text); }
.fhs-cart-summary__total span { font-size: 15px; font-weight: 600; }
.fhs-cart-summary__total strong { font-size: 24px; font-weight: 800; letter-spacing: -.02em; color: var(--fhs-text); }
.fhs-cart-checkout { margin: 0; } .fhs-cart2 .fhs-cart-qty { display: flex; align-items: center; justify-content: center; }
.fhs-cart2 .fhs-cart-summary__lines { border-bottom: none; } .fhs-pdp .fhs-qna-item__date,
.fhs-pdp .fhs-qna-item__reply-hint { color: #6b7280; }
@media (max-width: 860px) {
.fhs-cart-layout { grid-template-columns: 1fr; gap: 24px; }
.fhs-cart-summary { position: static; }
}
@media (max-width: 560px) { .fhs-cart-row { grid-template-columns: 18px 56px minmax(0, 1fr) 26px; align-items: start; gap: 10px; padding: 16px 0; }
.fhs-cart-row__check { align-items: flex-start; padding-top: 3px; }
.fhs-cart-row__check input { width: 16px; height: 16px; }
.fhs-cart-row__thumb { width: 56px; height: 56px; }
.fhs-cart-qty { width: 28px; height: 30px; font-size: 15px; }
.fhs-cart-qtyinput { width: 34px; height: 30px; font-size: 13px; }
.fhs-cart2 .fhs-cart-row__body { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.fhs-cart2 .fhs-cart-row__ctrl { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.fhs-cart-row__name { overflow-wrap: anywhere; }
.fhs-cart-row__sub { text-align: right; min-width: 0; white-space: nowrap; }
.fhs-cart-row__del { align-self: start; justify-self: end; }
} a.fluxshop-btn--primary { color: var(--fhs-white); }
a.fluxshop-btn--primary:hover { color: var(--fhs-white); }