/* BASIC css start */
:root {
    --point-color: #3D5A80;
    --main-bg: #FFFFFF;
    --ink: #1F2933;
    --muted: #7F7B74;
    --line: #DED9CE;
    --paper: #FFFFFF;
    --surface: #FFFFFF;
    --soft-accent: #DED9CE;
    --sale-color: var(--point-color);
}

body {
    padding-top: 0 !important;
    background: var(--main-bg);
}

#head_box {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    background: var(--paper) !important;
    border-bottom: 1px solid var(--line) !important;
}

#head_box.fixed {
    background: var(--paper) !important;
    border-bottom: 1px solid var(--line) !important;
}

#contentWrapper {
    padding-top: 114px !important;
    background: var(--main-bg);
    color: var(--ink);
}

#contentWrapper * {
    box-sizing: border-box;
}

#contentWrapper a {
    color: inherit;
    text-decoration: none;
}

#contentWrapper dl,
#contentWrapper dt,
#contentWrapper dd,
#contentWrapper ul,
#contentWrapper li,
#contentWrapper p,
#contentWrapper h2,
#contentWrapper h3 {
    margin: 0;
    padding: 0;
}

#contentWrapper li {
    list-style: none;
}

.eyebrow {
    display: block;
    margin-bottom: 10px;
    color: var(--point-color);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
}

/* 메인 비주얼 배너 */
#mainSpot {
    position: relative;
    overflow: hidden;
    background: var(--main-bg);
}

#mainSpot .mySwiper,
#mainSpot .spotSlider,
#mainSpot .swiper-slide,
#mainSpot .swiper-slide a {
    width: 100%;
}

#mainSpot .swiper-slide a {
    position: relative;
    display: block;
    min-height: 0;
    overflow: hidden;
    background: var(--soft-accent);
}

#mainSpot .swiper-slide a::after {
    display: none;
    content: none;
}

#mainSpot .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
}

#mainSpot .only-mo {
    display: none;
}

#mainSpot .spotCopy {
    position: absolute;
    left: 7.5%;
    bottom: 110px;
    z-index: 2;
    width: 520px;
    max-width: calc(100% - 64px);
    color: #fff;
}

#mainSpot .spotCopy .eyebrow {
    color: #fff;
}

#mainSpot .spotCopy strong {
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    word-break: keep-all;
}

#mainSpot .spotCopy p {
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 17px;
    line-height: 1.7;
    word-break: keep-all;
}

#mainSpot .spotBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    height: 44px;
    margin-top: 34px;
    padding: 0 26px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

#mainSpot .swiper-button-prev {
    left: 80px;
    display: none !important;
    pointer-events: none !important;
}

#mainSpot .swiper-button-next {
    right: 80px;
    display: none !important;
    pointer-events: none !important;
}

#mainSpot .swiper-button-prev::after,
#mainSpot .swiper-button-next::after {
    display: none !important;
    pointer-events: none !important;
    font-size: 0;
    width: 22px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#mainSpot .swiper-button-prev::after {
    background-image: url("//skin.makeshop.co.kr/skin/fortnight/pc/img/sld_left.png");
}

#mainSpot .swiper-button-next::after {
    background-image: url("//skin.makeshop.co.kr/skin/fortnight/pc/img/sld_right.png");
}

#mainSpot .swiper-pagination {
    top: auto;
    bottom: 34px;
    left: calc(50% - 120px);
    width: 240px;
    height: 2px;
    background: rgba(255, 255, 255, 0.35);
}

#mainSpot .swiper-pagination .swiper-pagination-progressbar-fill {
    background: var(--surface);
}

.brandIntro {
    width: 100%;
    padding: 96px 24px 120px;
    background: var(--paper);
}

.brandIntro__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.brandIntro h2 {
    width: 720px;
    max-width: 100%;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: 0;
    word-break: keep-all;
}

.brandIntro p {
    width: 620px;
    max-width: 100%;
    margin-top: 18px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.8;
    word-break: keep-all;
}

.benefitList {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 48px;
    border: 1px solid var(--line);
    background: var(--line);
}

.benefitList li {
    min-height: 118px;
    padding: 28px;
    background: var(--surface);
}

.benefitList strong {
    display: block;
    color: var(--ink);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
}

.benefitList span {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5;
}

/* 상품 목록 공통 */
.product-wrap {
    width: calc(100% - 48px);
    max-width: 1760px;
    margin: 0 auto 150px;
}

.product-wrap .item-wrap {
    position: relative;
}

.cateTit {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 34px;
}

.cateTit h3 {
    color: var(--ink);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
}

.cateTit p {
    max-width: 420px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
    text-align: right;
    word-break: keep-all;
}

#bstPrdWrp .cateTit,
#newPrdWrp .cateTit,
#recmdPrdWrp .cateTit,
#realReview .reviewTitle {
    display: block;
    text-align: left;
}

#bstPrdWrp .cateTit .eyebrow,
#newPrdWrp .cateTit .eyebrow,
#recmdPrdWrp .cateTit .eyebrow,
#realReview .reviewTitle .eyebrow,
#bstPrdWrp .cateTit p,
#newPrdWrp .cateTit p,
#recmdPrdWrp .cateTit p,
#realReview .reviewTitle p {
    display: none !important;
}

#bstPrdWrp .cateTit h3,
#newPrdWrp .cateTit h3,
#recmdPrdWrp .cateTit h3,
#realReview .reviewTitle h3 {
    color: var(--point-color);
    text-align: left;
}

.product-wrap .item-list {
    float: none;
}

.product-wrap .thumb {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #E1D9D7;
    background: var(--soft-accent);
}

.product-wrap .thumb .prd_thumb {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.product-wrap .thumb .prd_thumb img,
.product-wrap .thumb .prd_thumb > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.product-wrap .thumb:hover .prd_thumb img {
    transform: scale(1.035);
}

.product-wrap .thumb .new_option {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    display: none !important;
    pointer-events: none !important;
}

.product-wrap .thumb .new_option .ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(61, 90, 128, 0.18);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.86);
}

.product-wrap .thumb .new_option .ico img {
    display: block;
    width: 20px;
    height: auto;
}

.product-wrap .thumb .new_option .ico .on {
    display: none;
}

.product-wrap .thumb .new_option .ico .wish-on .off {
    display: none;
}

.product-wrap .thumb .new_option .ico .wish-on .on {
    display: block;
}

.product-wrap .prd-info {
    padding-top: 22px;
    text-align: left;
}

.product-wrap .prd-info ul {
    display: block;
}

.product-wrap .prd-name a {
    display: -webkit-box;
    overflow: hidden;
    min-height: 52px;
    color: var(--ink);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.32;
    word-break: keep-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-wrap .prd-ico {
    display: inline-block;
    margin-top: 6px;
}

.product-wrap .prd-ico img {
    margin: 2px 2px 0 0;
}

.product-wrap .prd-subname {
    display: -webkit-box;
    overflow: hidden;
    min-height: 20px;
    margin-top: 6px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
    word-break: keep-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-wrap .prd-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    gap: 5px 12px;
    margin-top: 16px;
}

.product-wrap .prd-price .price,
.product-wrap .prd-price .replace {
    color: var(--ink);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
    order: 3 !important;
    flex: 0 0 auto;
    margin: 0 !important;
}

.product-wrap .prd-price strike {
    flex: 0 0 100%;
    width: 100%;
    order: 1 !important;
    color: var(--muted);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 !important;
}

.product-wrap .prd-price .discount {
    order: 2 !important;
    flex: 0 0 auto;
    color: #c4003b;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 !important;
}

.product-wrap .soldOut {
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
}

.product-wrap .prd-color,
.product-wrap .prd-benefit {
    margin-top: 10px;
}

.more {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.more a {
    display: inline-block;
}

.btn_moreGray {
    min-width: 148px;
    height: 44px;
    padding: 0 28px;
    border: 1px solid var(--point-color);
    border-radius: 999px;
    background: transparent;
    color: var(--point-color);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

/* BEST SELLER */
#bstPrdWrp {
    margin-top: 0;
    overflow: visible;
}

#bstPrdWrp .item-wrap {
    position: relative;
    max-width: 1680px;
    margin: 0 auto;
}

#bstPrdWrp .cateTit {
    display: block;
    margin-bottom: 46px;
    text-align: center;
}

#bstPrdWrp .cateTit > div {
    display: block;
}

#bstPrdWrp .cateTit h3 {
    color: var(--point-color);
    font-size: 36px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0;
    text-align: center;
}

#bstPrdWrp .sectionSub {
    display: block;
    margin-top: 10px;
    color: var(--muted);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
    text-align: center;
}

#bstPrdWrp .arrowBox {
    display: none !important;
}

#bstPrdWrp .bst-slider-frame {
    position: relative;
}

#bstPrdWrp .bstPrdSlider {
    overflow: hidden;
}

#bstPrdWrp .item-cont.swiper-wrapper {
    align-items: stretch;
}

#bstPrdWrp .item-list {
    width: auto;
    margin: 0;
}

#bstPrdWrp .thumb {
    overflow: hidden;
    border-radius: 20px;
    background: var(--soft-accent);
}

#bstPrdWrp .thumb .prd_thumb {
    aspect-ratio: 1 / 1;
    border-radius: 20px;
}

#bstPrdWrp .thumb .prd_thumb img,
#bstPrdWrp .thumb .prd_thumb > img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

#bstPrdWrp .new_option,
#bstPrdWrp .prd-wish {
    display: none !important;
}

#bstPrdWrp .prd-info {
    padding-top: 18px;
}

#bstPrdWrp .prd-info ul,
#bstPrdWrp .prd-info li {
    margin: 0;
    padding: 0;
    min-height: 0;
    height: auto;
}

#bstPrdWrp .prd-name {
    margin: 0 0 6px;
    padding: 0;
    min-height: 0;
    height: auto;
    line-height: 1.3;
}

#bstPrdWrp .prd-name a {
    display: block;
    min-height: 0;
    height: auto;
    margin: 0;
    padding: 0;
    color: var(--ink);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
}

#bstPrdWrp .prd-ico {
    display: none !important;
}

#bstPrdWrp .prd-subname {
    display: block;
    overflow: hidden;
    min-height: 0;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    color: var(--muted);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#bstPrdWrp .prd-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    gap: 8px 10px;
    margin-top: 14px;
}

#bstPrdWrp .prd-price strike {
    flex: 0 0 100%;
    width: 100%;
    order: 1 !important;
    color: var(--muted);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 !important;
}

#bstPrdWrp .prd-price .discount {
    order: 2 !important;
    flex: 0 0 auto;
    color: #c4003b;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 !important;
}

#bstPrdWrp .prd-price .price,
#bstPrdWrp .prd-price .replace,
#bstPrdWrp .prd-price .soldOut {
    order: 3 !important;
    flex: 0 0 auto;
    color: var(--ink);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 !important;
}

#bstPrdWrp .swiper-pagination {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    display: block !important;
    width: 100%;
    height: 4px;
    margin-top: 42px;
    background: rgba(61, 90, 128, 0.16);
}

#bstPrdWrp .swiper-pagination .swiper-pagination-progressbar-fill {
    background: var(--point-color);
}

/* 흐르는 텍스트 배너 */
.Bnnr {
    width: 100%;
    margin: -34px 0 132px;
    overflow: hidden;
    background: var(--surface);
    text-align: center;
}

.Bnnr .inner {
    overflow: hidden;
}

.Bnnr .tx {
    display: block;
    white-space: pre;
}

.Bnnr .tx span {
    display: inline-block;
    min-width: 200%;
    color: var(--point-color);
    font-size: 64px;
    font-weight: 300;
    line-height: 180px;
    white-space: pre;
    animation: text-to-left 48s linear infinite;
}

@keyframes text-to-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* NEW / RECOMMENDED */
.moreBox {
    padding-top: 0;
}

.moreBox .items {
    display: grid;
    gap: 48px 24px;
}

.moreBox .items .item-list {
    width: auto;
    margin: 0;
}

#newPrdWrp .items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

#newPrdWrp {
    width: 100%;
    max-width: none;
    margin: 0 0 150px;
    padding: 112px 48px 120px;
    background: #1f2a34;
}

#newPrdWrp .item-wrap {
    max-width: 1760px;
    margin: 0 auto;
}

#newPrdWrp .cateTit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 44px;
    text-align: left;
}

#newPrdWrp .cateTit h3 {
    color: #F7F5F0;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
}

#newPrdWrp .newControls {
    position: absolute;
    top: 43%;
    left: -58px;
    right: -58px;
    z-index: 8;
    display: block;
    height: 96px;
    pointer-events: none;
    transform: translateY(-50%);
}

#newPrdWrp .newControls .newNavBtn {
    position: absolute;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 96px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(222, 217, 206, 0.82);
    font-family: inherit;
    font-size: 72px;
    font-weight: 200;
    line-height: 1;
    cursor: pointer;
    pointer-events: auto;
    transition: color 0.2s ease, transform 0.2s ease;
}

#newPrdWrp .newControls .swiper-button-prev {
    left: 0;
}

#newPrdWrp .newControls .swiper-button-next {
    right: 0;
}

#newPrdWrp .newControls .newNavBtn::after {
    display: none !important;
}

#newPrdWrp .newControls .newNavBtn:hover {
    color: #8AA9D6;
}

#newPrdWrp .newControls .swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

#newPrdWrp .items {
    display: flex;
    gap: 0;
    grid-template-columns: none;
}

#newPrdWrp .newPrdWrp {
    position: relative;
    overflow: visible;
}

#newPrdWrp .item-list {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #2a3744;
}

#newPrdWrp .thumb {
    border: 1px solid #E1D9D7;
    border-radius: 0;
    background: #344554;
}

#newPrdWrp .thumb .prd_thumb {
    aspect-ratio: 1 / 1;
    border-radius: 0;
}

#newPrdWrp .thumb .prd_thumb img,
#newPrdWrp .thumb .prd_thumb > img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
}

#newPrdWrp .new_option,
#newPrdWrp .prd-wish,
#newPrdWrp .btn-new_product,
#newPrdWrp .more,
#newPrdWrp .prd-benefit {
    display: none !important;
    pointer-events: none !important;
}

#newPrdWrp .prd-info {
    flex: 1 1 auto;
    padding: 24px 28px 28px;
    background: #2a3744;
    text-align: left;
}

#newPrdWrp .prd-name a {
    display: block;
    overflow: hidden;
    min-height: 0;
    color: #F7F5F0;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
}

#newPrdWrp .prd-ico {
    display: none;
}

#newPrdWrp .prd-subname {
    display: block;
    overflow: hidden;
    min-height: 0;
    margin-top: 12px;
    color: rgba(247, 245, 240, 0.58);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
}

#newPrdWrp .prd-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 10px;
    margin-top: 20px;
}

#newPrdWrp .prd-price strike {
    display: none !important;
}

#newPrdWrp .prd-price .discount {
    order: 1;
    flex: 0 0 auto;
    color: #8AA9D6;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
}

#newPrdWrp .prd-price .price,
#newPrdWrp .prd-price .replace,
#newPrdWrp .prd-price .soldOut {
    order: 2;
    flex: 0 0 auto;
    color: #F7F5F0;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
}

#newPrdWrp .swiper-pagination {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    display: block;
    width: 100%;
    height: 4px;
    margin-top: 42px;
    background: rgba(247, 245, 240, 0.16);
}

#newPrdWrp .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #8AA9D6;
}

#recmdPrdWrp .items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* 공식몰 혜택/세트 */
#trend {
    max-width: 1760px;
    margin-bottom: 150px;
}

#trend .trendPrdWrp {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.trendPrdWrp .section {
    min-width: 0;
}

.trendPrdWrp .section .big {
    overflow: hidden;
    background: var(--soft-accent);
}

.trendPrdWrp .section .big a {
    position: relative;
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
}

.trendPrdWrp .section .big a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(31, 41, 51, 0.02) 28%, rgba(31, 41, 51, 0.5) 100%);
}

.trendPrdWrp .section .big img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.trendPrdWrp .section .big:hover img {
    transform: scale(1.035);
}

.trendCopy {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 26px;
    z-index: 2;
    color: #fff;
}

.trendCopy em {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.trendCopy strong {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    word-break: keep-all;
}

#trend .small.item-cont {
    border-top: 1px solid var(--line);
}

#trend .small .item-list {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
}

#trend .small .thumb {
    flex: 0 0 96px;
    width: 96px;
}

#trend .small .prd-info {
    flex: 1;
    min-width: 0;
    padding-top: 0;
}

#trend .small .prd-name a {
    min-height: auto;
    font-size: 14px;
    -webkit-line-clamp: 2;
}

#trend .small .prd-subname {
    min-height: auto;
    font-size: 12px;
    -webkit-line-clamp: 1;
}

#trend .small .prd-price {
    margin-top: 7px;
}

#trend .small .prd-price .price,
#trend .small .prd-price .replace {
    font-size: 14px;
}

#trend .small .prd-price strike {
    font-size: 12px;
}

#trend .small .prd-price .discount {
    font-size: 13px;
}

#trend .small .thumb .new_option {
    top: 8px;
    right: 8px;
}

#trend .small .thumb .new_option .ico {
    width: 28px;
    height: 28px;
}

#trend .small .thumb .new_option .ico img {
    width: 15px;
}

/* 중간 브랜드 배너 */
.mid_banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 260px;
    margin-bottom: 150px;
    padding: 44px 24px;
    overflow: hidden;
    background: #DED9CE;
    color: var(--ink);
    text-align: center;
}

.mid_banner::before {
    display: none;
}

.banner-content {
    position: relative;
    z-index: 2;
    width: 720px;
    max-width: 100%;
}

.banner-logo {
    display: block;
    width: 180px;
    max-width: 46vw;
    height: auto;
    margin: 0 auto 18px;
}

.banner-content .eyebrow {
    display: block;
    margin-bottom: 14px;
    color: var(--point-color);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.12em;
}

.banner-title {
    color: var(--ink);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.36;
    letter-spacing: 0;
}

.banner-subtitle {
    margin-top: 12px;
    color: rgba(31, 41, 51, 0.72);
    font-size: 14px;
    line-height: 1.68;
    word-break: keep-all;
}

.banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 152px;
    height: 44px;
    margin-top: 24px;
    padding: 0 26px;
    border: 1px solid var(--ink);
    border-radius: 999px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

/* 리얼 리뷰 */
.realReview {
    width: 100%;
    padding: 120px 24px;
    background: var(--surface);
    text-align: center;
    clear: both;
}

.reviewTitle {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 36px;
}

.reviewTitle h3 {
    color: var(--point-color);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
}

.reviewTitle p {
    margin-top: 12px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
    word-break: keep-all;
}

.main_power_review_list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
    max-width: 1280px;
    min-height: 0;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
}

.main_power_review_list li {
    width: auto;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--surface);
    text-align: left;
}

.main_power_review_list li > a {
    display: block;
    height: 100%;
}

.main_power_review_list li > a > img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: var(--soft-accent);
}

.main_power_review_list .cont {
    min-height: 112px;
    padding: 18px 18px 14px;
}

.main_power_review_list .cont p:first-child {
    display: -webkit-box;
    overflow: hidden;
    color: var(--ink);
    font-size: 14px;
    line-height: 1.6;
    word-break: keep-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.main_power_review_list .writer {
    margin-top: 12px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.4;
}

.main_power_review_list .pt {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px 18px;
    border-top: 1px solid var(--line);
}

.main_power_review_list .ptThum {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    overflow: hidden;
    background: var(--soft-accent);
}

.main_power_review_list .ptThum img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_power_review_list .ptCont {
    min-width: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.5;
}

.main_power_review_list .ptCont div:first-child span {
    display: block;
    overflow: hidden;
    color: var(--ink);
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main_power_review_list .ptCont strong {
    color: var(--ink);
}

@media (max-width: 1280px) {
    #mainSpot .swiper-slide a,
    #mainSpot .swiper-slide img {
        height: auto;
        min-height: 0;
    }

    #mainSpot .spotCopy strong {
        font-size: 42px;
    }

    .product-wrap {
        width: calc(100% - 40px);
    }

    .main_power_review_list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    #head_box {
        background: var(--paper) !important;
        border-bottom: 1px solid var(--line) !important;
    }

    #head_box.fixed {
        background: var(--paper) !important;
        border-bottom: 1px solid var(--line) !important;
    }

    #contentWrapper {
        padding-top: 90px !important;
    }

    #mainSpot .swiper-button-next,
    #mainSpot .swiper-button-prev {
        display: none !important;
    }

    #mainSpot .only-pc {
        display: none;
    }

    #mainSpot .only-mo {
        display: block;
    }

    #mainSpot .swiper-slide a,
    #mainSpot .swiper-slide img {
        height: auto;
        min-height: 0;
    }

    #mainSpot .swiper-slide img {
        object-fit: contain;
        object-position: center top;
    }

    #mainSpot .spotCopy {
        left: 24px;
        right: 24px;
        bottom: 82px;
        width: auto;
        max-width: none;
    }

    #mainSpot .spotCopy strong {
        font-size: 32px;
    }

    #mainSpot .spotCopy p {
        margin-top: 14px;
        font-size: 15px;
        line-height: 1.65;
    }

    #mainSpot .spotBtn {
        height: 40px;
        margin-top: 26px;
        padding: 0 22px;
    }

    #mainSpot .swiper-pagination {
        bottom: 28px;
        left: 24px;
        width: calc(100% - 48px);
    }

    .brandIntro {
        padding: 72px 20px 88px;
    }

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

    .benefitList {
        grid-template-columns: 1fr;
        margin-top: 34px;
    }

    .benefitList li {
        min-height: auto;
        padding: 22px;
    }

    .product-wrap {
        width: calc(100% - 32px);
        margin-bottom: 96px;
    }

    .cateTit {
        display: block;
        margin-bottom: 26px;
    }

    .cateTit h3,
    .reviewTitle h3 {
        font-size: 28px;
    }

    .cateTit p {
        max-width: 100%;
        margin-top: 12px;
        font-size: 14px;
        text-align: left;
    }

    #bstPrdWrp .arrowBox {
        display: none;
    }

    #bstPrdWrp .swiper-pagination {
        width: 100%;
        margin-top: 28px;
    }

    #bstPrdWrp .cateTit {
        margin-bottom: 22px;
    }

    #bstPrdWrp .cateTit h3 {
        font-size: 26px;
    }

    #bstPrdWrp .thumb,
    #bstPrdWrp .thumb .prd_thumb,
    #bstPrdWrp .thumb .prd_thumb img,
    #bstPrdWrp .thumb .prd_thumb > img {
        border-radius: 16px;
    }

    #bstPrdWrp .prd-info {
        padding-top: 14px;
    }

    #bstPrdWrp .prd-name a {
        min-height: 0;
        font-size: 18px;
    }

    #bstPrdWrp .prd-subname {
        margin-top: 6px;
        font-size: 13px;
    }

    #bstPrdWrp .prd-price {
        gap: 6px 8px;
        margin-top: 10px;
    }

    #bstPrdWrp .prd-price .price,
    #bstPrdWrp .prd-price .replace,
    #bstPrdWrp .prd-price .soldOut {
        font-size: 18px;
    }

    #bstPrdWrp .prd-price .discount {
        font-size: 17px;
    }

    #bstPrdWrp .prd-price strike {
        font-size: 14px;
    }

    .Bnnr {
        margin: -24px 0 88px;
    }

    .Bnnr .tx span {
        font-size: 36px;
        line-height: 110px;
        animation-duration: 36s;
    }

    .moreBox .items {
        gap: 36px 8px;
    }

    #newPrdWrp .items,
    #recmdPrdWrp .items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #newPrdWrp {
        margin-bottom: 96px;
        padding: 72px 20px 84px;
    }

    #newPrdWrp .cateTit {
        display: flex;
        align-items: center;
        margin-bottom: 26px;
    }

    #newPrdWrp .cateTit h3 {
        font-size: 28px;
    }

    #newPrdWrp .newControls .newNavBtn {
        width: 36px;
        height: 70px;
        font-size: 52px;
    }

    #newPrdWrp .newControls {
        left: -10px;
        right: -10px;
        height: 70px;
    }

    #newPrdWrp .items {
        display: flex;
        gap: 0;
    }

    #newPrdWrp .prd-info {
        padding: 15px 14px 18px;
    }

    #newPrdWrp .prd-name a {
        font-size: 15px;
    }

    #newPrdWrp .prd-subname {
        margin-top: 8px;
        font-size: 12px;
    }

    #newPrdWrp .prd-price {
        gap: 0 7px;
        margin-top: 12px;
    }

    #newPrdWrp .prd-price .discount {
        font-size: 16px;
    }

    #newPrdWrp .prd-price .price,
    #newPrdWrp .prd-price .replace,
    #newPrdWrp .prd-price .soldOut {
        font-size: 16px;
    }

    #newPrdWrp .swiper-pagination {
        margin-top: 28px;
    }

    .product-wrap .thumb .new_option {
        top: 10px;
        right: 10px;
    }

    .product-wrap .thumb .new_option .ico {
        width: 34px;
        height: 34px;
    }

    .product-wrap .thumb .new_option .ico img {
        width: 18px;
    }

    .product-wrap .prd-info {
        padding-top: 12px;
    }

    .product-wrap .prd-name a {
        min-height: 42px;
        font-size: 16px;
        line-height: 1.45;
    }

    .product-wrap .prd-subname {
        font-size: 12px;
    }

    .product-wrap .prd-price {
        gap: 3px 6px;
    }

    .product-wrap .prd-price .price,
    .product-wrap .prd-price .replace {
        font-size: 17px;
    }

    .product-wrap .prd-price strike {
        font-size: 14px;
    }

    .product-wrap .prd-price .discount {
        font-size: 17px;
    }

    #trend {
        margin-bottom: 96px;
    }

    #trend .trendPrdWrp {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .trendPrdWrp .section .big a {
        aspect-ratio: 16 / 10;
    }

    .trendCopy {
        left: 22px;
        right: 22px;
        bottom: 22px;
    }

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

    #trend .small .thumb {
        flex-basis: 84px;
        width: 84px;
    }

    .mid_banner {
        min-height: 250px;
        margin-bottom: 96px;
        padding: 42px 20px;
    }

    .banner-logo {
        width: 142px;
        margin-bottom: 12px;
    }

    .banner-title {
        font-size: 23px;
    }

    .banner-subtitle {
        font-size: 13px;
    }

    .realReview {
        padding: 88px 16px;
    }

    .main_power_review_list {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        padding-bottom: 12px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .main_power_review_list li {
        flex: 0 0 76%;
        scroll-snap-align: start;
    }
}

@media (max-width: 430px) {
    #mainSpot .swiper-slide a,
    #mainSpot .swiper-slide img {
        height: auto;
        min-height: 0;
    }

    #mainSpot .spotCopy {
        bottom: 76px;
    }

    #mainSpot .spotCopy strong {
        font-size: 29px;
    }

    #mainSpot .spotCopy p {
        font-size: 14px;
    }

    .brandIntro h2,
    .cateTit h3,
    .reviewTitle h3 {
        font-size: 26px;
    }

    .Bnnr .tx span {
        font-size: 28px;
        line-height: 88px;
    }

    .moreBox .items {
        gap: 34px 8px;
    }

    .product-wrap .prd-name a {
        font-size: 15px;
    }

    #newPrdWrp {
        padding: 62px 16px 72px;
    }

    #newPrdWrp .cateTit h3 {
        font-size: 26px;
    }

    #newPrdWrp .newControls .newNavBtn {
        width: 30px;
        height: 58px;
        font-size: 42px;
    }

    #newPrdWrp .newControls {
        left: -8px;
        right: -8px;
        height: 58px;
    }

    #newPrdWrp .items {
        gap: 0;
    }

    #newPrdWrp .prd-info {
        padding: 13px 12px 16px;
    }

    #newPrdWrp .prd-name a {
        font-size: 14px;
    }

    #newPrdWrp .prd-subname {
        font-size: 11px;
    }

    .product-wrap .prd-price .price,
    .product-wrap .prd-price .replace {
        font-size: 16px;
    }

    #bstPrdWrp .cateTit h3 {
        font-size: 24px;
    }

    #bstPrdWrp .prd-name a {
        min-height: 0;
        font-size: 17px;
    }

    #bstPrdWrp .prd-subname {
        font-size: 12px;
    }

    #bstPrdWrp .prd-price .price,
    #bstPrdWrp .prd-price .replace,
    #bstPrdWrp .prd-price .soldOut {
        font-size: 16px;
    }

    #trend .small .item-list {
        gap: 12px;
    }

    #trend .small .thumb {
        flex-basis: 78px;
        width: 78px;
    }

    .trendPrdWrp .section .big a {
        aspect-ratio: 1 / 1;
    }

    .main_power_review_list li {
        flex-basis: 82%;
    }
}

/* Section title refresh */
#bstPrdWrp .cateTit,
#newPrdWrp .cateTit,
#trend .cateTit,
#recmdPrdWrp .cateTit,
#realReview .reviewTitle {
    display: block !important;
    align-items: initial !important;
    justify-content: initial !important;
    gap: 0 !important;
    text-align: center !important;
}

#bstPrdWrp .cateTit > div,
#newPrdWrp .cateTit > div,
#trend .cateTit > div,
#recmdPrdWrp .cateTit > div {
    display: block !important;
    width: 100%;
    text-align: center !important;
}

#trend .cateTit .eyebrow {
    display: none !important;
}

#bstPrdWrp .cateTit h3,
#newPrdWrp .cateTit h3,
#trend .cateTit h3,
#recmdPrdWrp .cateTit h3,
#realReview .reviewTitle h3 {
    display: block;
    color: var(--point-color);
    font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0;
    text-align: center !important;
}

#newPrdWrp .cateTit h3 {
    color: #F7F5F0;
}

#bstPrdWrp .sectionSub,
#newPrdWrp .sectionSub,
#trend .sectionSub,
#recmdPrdWrp .sectionSub,
#realReview .sectionSub {
    display: block !important;
    max-width: none;
    margin: 10px auto 0;
    color: #78746e;
    font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
    text-align: center !important;
    word-break: keep-all;
}

#newPrdWrp .sectionSub {
    color: rgba(247, 245, 240, 0.72);
}

#bstPrdWrp .cateTit .sectionSub,
#newPrdWrp .cateTit .sectionSub,
#trend .cateTit .sectionSub,
#recmdPrdWrp .cateTit .sectionSub,
#realReview .reviewTitle .sectionSub {
    display: block !important;
}

/* Product price order reinforcement */
.product-wrap .prd-price {
    display: flex !important;
    align-items: baseline !important;
    flex-flow: row wrap !important;
    justify-content: flex-start !important;
    gap: 8px 10px !important;
    text-align: left !important;
}

.product-wrap .prd-price strike {
    display: block !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    order: 1 !important;
    margin: 0 !important;
    color: var(--muted);
    text-align: left !important;
}

.product-wrap .prd-price .discount {
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    float: none !important;
    order: 2 !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    color: #c4003b;
    text-align: left !important;
    transform: none !important;
}

.product-wrap .prd-price .price,
.product-wrap .prd-price .replace,
.product-wrap .prd-price .soldOut {
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    float: none !important;
    order: 3 !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    text-align: left !important;
    transform: none !important;
}

#newPrdWrp .prd-price strike {
    display: none !important;
}

#newPrdWrp .prd-price .discount {
    order: 1 !important;
    color: #8AA9D6;
}

#newPrdWrp .prd-price .price,
#newPrdWrp .prd-price .replace,
#newPrdWrp .prd-price .soldOut {
    order: 2 !important;
    color: #F7F5F0;
}

@media (max-width: 1024px) {
    #bstPrdWrp .cateTit h3,
    #newPrdWrp .cateTit h3,
    #trend .cateTit h3,
    #recmdPrdWrp .cateTit h3,
    #realReview .reviewTitle h3 {
        font-size: 28px;
        line-height: 1.18;
    }

    #bstPrdWrp .sectionSub,
    #newPrdWrp .sectionSub,
    #trend .sectionSub,
    #recmdPrdWrp .sectionSub,
    #realReview .sectionSub {
        margin-top: 8px;
        font-size: 15px;
        line-height: 1.5;
    }

    #bstPrdWrp .cateTit .sectionSub,
    #newPrdWrp .cateTit .sectionSub,
    #trend .cateTit .sectionSub,
    #recmdPrdWrp .cateTit .sectionSub,
    #realReview .reviewTitle .sectionSub {
        display: block !important;
    }
}

/* RECOMMENDED matches the BEST SELLER grid */
#recmdPrdWrp .item-wrap {
    width: min(100%, 1560px) !important;
    max-width: 1560px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

#recmdPrdWrp .items {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 48px 24px !important;
}

#recmdPrdWrp .items > .item-list:nth-of-type(n + 9) {
    display: none !important;
}

@media (max-width: 1024px) {
    #recmdPrdWrp .item-wrap {
        width: 100% !important;
        max-width: none !important;
    }

    #recmdPrdWrp .items {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 36px 8px !important;
    }
}

/* BEST SELLER final structure */
#bstPrdWrp {
    position: relative !important;
    overflow: visible !important;
}

#bstPrdWrp .item-wrap {
    position: relative !important;
    width: min(1490px, calc(100% - 430px)) !important;
    max-width: 1490px !important;
    margin-right: auto;
    margin-left: auto;
    overflow: visible !important;
}

#bstPrdWrp .cateTit {
    position: relative !important;
    display: block !important;
    margin-bottom: 44px !important;
    text-align: center !important;
}

#bstPrdWrp .cateTit h3 {
    color: var(--point-color) !important;
    font-size: 36px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
}

#bstPrdWrp .cateTit .sectionSub {
    display: block !important;
    margin: 10px auto 0 !important;
    color: var(--muted) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
    text-align: center !important;
}

#bstPrdWrp .arrowBox {
    display: none !important;
}

#bstPrdWrp .bst-slider-frame {
    position: relative !important;
    width: 100% !important;
    max-width: 1490px !important;
    margin: 0 auto !important;
    overflow: visible !important;
}

#bstPrdWrp .bstPrdSlider {
    overflow: hidden !important;
}

#bstPrdWrp .bst-nav {
    position: absolute !important;
    appearance: none !important;
    top: 38% !important;
    z-index: 100 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 54px !important;
    height: 96px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: transparent !important;
    font-family: Arial, sans-serif !important;
    font-size: 76px !important;
    font-weight: 200 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    transform: translateY(-50%) !important;
    transition: color 0.2s ease !important;
    user-select: none !important;
    pointer-events: auto !important;
}

#bstPrdWrp .bst-nav:hover,
#bstPrdWrp .bst-nav:focus {
    color: transparent !important;
}

#bstPrdWrp .bst-nav.swiper-button-disabled {
    opacity: 0.35 !important;
}

#bstPrdWrp .bst-nav-prev {
    left: -74px !important;
}

#bstPrdWrp .bst-nav-next {
    right: -74px !important;
}

#bstPrdWrp .bst-nav-prev::before {
    content: "‹" !important;
}

#bstPrdWrp .bst-nav-next::before {
    content: "›" !important;
}

#bstPrdWrp .bst-nav::before {
    display: block !important;
    color: #aaa !important;
    font-size: 76px !important;
    font-weight: 200 !important;
    line-height: 1 !important;
    transition: color 0.2s ease !important;
}

#bstPrdWrp .bst-nav:hover::before,
#bstPrdWrp .bst-nav:focus::before {
    color: #777 !important;
}

#bstPrdWrp .item-list .prd-info {
    padding-top: 18px !important;
    text-align: left !important;
}

#bstPrdWrp .item-list .prd-info ul,
#bstPrdWrp .item-list .prd-info li {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    height: auto !important;
}

#bstPrdWrp .item-list .prd-name {
    margin: 0 0 6px 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    line-height: 1.3 !important;
}

#bstPrdWrp .item-list .prd-name a {
    display: block !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--ink) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

#bstPrdWrp .item-list .prd-ico {
    display: none !important;
}

#bstPrdWrp .item-list .prd-subname {
    display: block !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #777 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

#bstPrdWrp .item-list .prd-price {
    margin-top: 22px !important;
    gap: 8px 10px !important;
}

@media (max-width: 1399px) {
    #bstPrdWrp .item-wrap {
        width: calc(100% - 40px) !important;
        max-width: none;
    }

    #bstPrdWrp .bst-nav {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    #bstPrdWrp .cateTit {
        margin-bottom: 24px !important;
    }

    #bstPrdWrp .cateTit h3 {
        font-size: 28px !important;
    }

    #bstPrdWrp .cateTit .sectionSub {
        margin-top: 8px !important;
        font-size: 15px !important;
    }

    #bstPrdWrp .item-list .prd-info {
        padding-top: 13px !important;
    }

    #bstPrdWrp .item-list .prd-name {
        margin-bottom: 6px !important;
    }

    #bstPrdWrp .item-list .prd-name a {
        font-size: 18px !important;
    }

    #bstPrdWrp .item-list .prd-subname {
        margin: 0 !important;
        font-size: 13px !important;
    }

    #bstPrdWrp .item-list .prd-price {
        margin-top: 18px !important;
        gap: 6px 8px !important;
    }
}

@media (max-width: 430px) {
    #bstPrdWrp .cateTit h3,
    #newPrdWrp .cateTit h3,
    #trend .cateTit h3,
    #recmdPrdWrp .cateTit h3,
    #realReview .reviewTitle h3 {
        font-size: 24px;
    }

    #bstPrdWrp .sectionSub,
    #newPrdWrp .sectionSub,
    #trend .sectionSub,
    #recmdPrdWrp .sectionSub,
    #realReview .sectionSub {
        font-size: 13px;
    }

    #bstPrdWrp .cateTit .sectionSub,
    #newPrdWrp .cateTit .sectionSub,
    #trend .cateTit .sectionSub,
    #recmdPrdWrp .cateTit .sectionSub,
    #realReview .reviewTitle .sectionSub {
        display: block !important;
    }
}

/* Main product name typography - beaund reference */
#bstPrdWrp .item-list .prd-name a,
#newPrdWrp .prd-name a,
#recmdPrdWrp .prd-name a,
#trend .prd-name a,
.product-wrap .prd-name a {
    display: block !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #222222 !important;
    font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    word-break: normal !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
}

@media (max-width: 767px) {
    #bstPrdWrp .item-list .prd-name a,
    #newPrdWrp .prd-name a,
    #recmdPrdWrp .prd-name a,
    #trend .prd-name a,
    .product-wrap .prd-name a {
        font-size: 16px !important;
        line-height: 1.42 !important;
    }
}

/* NEW ARRIVALS slider final */
#newPrdWrp {
    position: relative !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 150px !important;
    padding: 54px 68px 74px !important;
    overflow: hidden !important;
    background: var(--ink) !important;
}

#newPrdWrp .item-wrap {
    position: relative !important;
    width: min(1330px, calc(100vw - 478px)) !important;
    max-width: 1330px !important;
    margin: 0 auto !important;
    overflow: visible !important;
}

#newPrdWrp .cateTit {
    display: block !important;
    margin: 0 0 56px !important;
    text-align: center !important;
}

#newPrdWrp .cateTit > div {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
}

#newPrdWrp .cateTit h3 {
    color: #F7F5F0 !important;
    font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif !important;
    font-size: 40px !important;
    font-weight: 800 !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
}

#newPrdWrp .cateTit .sectionSub,
#newPrdWrp .sectionSub {
    display: block !important;
    margin: 14px auto 0 !important;
    color: rgba(247, 245, 240, 0.68) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    text-align: center !important;
}

#newPrdWrp .newPrdWrp {
    position: relative !important;
    overflow: visible !important;
}

#newPrdWrp .items {
    display: flex !important;
    gap: 0 !important;
    align-items: stretch !important;
    grid-template-columns: none !important;
}

#newPrdWrp .item-list {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    /* Swiper uses inline margin-right for spaceBetween, so leave that side free. */
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #2A3744 !important;
}

#newPrdWrp .thumb {
    flex: 0 0 auto !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #334452 !important;
}

#newPrdWrp .thumb .prd_thumb {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    background: #334452 !important;
}

#newPrdWrp .thumb .prd_thumb img,
#newPrdWrp .thumb .prd_thumb > img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
}

#newPrdWrp .prd-info {
    flex: 1 1 auto !important;
    min-height: 172px !important;
    padding: 24px 0 0 !important;
    background: #263440 !important;
    text-align: left !important;
}

#newPrdWrp .prd-info ul {
    display: flex !important;
    flex-direction: column !important;
    min-height: 148px !important;
    margin: 0 !important;
    padding: 0 !important;
}

#newPrdWrp .prd-info li {
    margin: 0 !important;
    padding: 0 !important;
}

#newPrdWrp .prd-name {
    min-height: 0 !important;
    margin: 0 !important;
}

#newPrdWrp .prd-name a {
    display: -webkit-box !important;
    height: 64px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    color: #F7F5F0 !important;
    font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif !important;
    font-size: 25px !important;
    font-weight: 800 !important;
    line-height: 1.28 !important;
    letter-spacing: 0 !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    word-break: keep-all !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

#newPrdWrp .prd-ico,
#newPrdWrp .new_option,
#newPrdWrp .prd-wish,
#newPrdWrp .btn-new_product,
#newPrdWrp .more,
#newPrdWrp .prd-benefit {
    display: none !important;
    pointer-events: none !important;
}

#newPrdWrp .prd-subname {
    display: -webkit-box !important;
    height: 50px !important;
    min-height: 50px !important;
    margin: 4px 0 0 !important;
    overflow: hidden !important;
    color: rgba(247, 245, 240, 0.56) !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    line-height: 1.32 !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    word-break: keep-all !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

#newPrdWrp .prd-price {
    display: flex !important;
    align-items: baseline !important;
    flex-flow: row wrap !important;
    justify-content: flex-start !important;
    gap: 8px 12px !important;
    margin-top: auto !important;
    padding-top: 18px !important;
    text-align: left !important;
}

#newPrdWrp .prd-price strike {
    display: block !important;
    order: 1 !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    margin: 0 !important;
    color: rgba(247, 245, 240, 0.46) !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1.15 !important;
    text-align: left !important;
}

#newPrdWrp .prd-price .discount {
    order: 2 !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    color: #8AA9D6 !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

#newPrdWrp .prd-price .price,
#newPrdWrp .prd-price .replace,
#newPrdWrp .prd-price .soldOut {
    order: 3 !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    color: #F7F5F0 !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

#newPrdWrp .newControls {
    position: absolute !important;
    top: 38% !important;
    left: -74px !important;
    right: -74px !important;
    z-index: 20 !important;
    height: 96px !important;
    pointer-events: none !important;
    transform: translateY(-50%) !important;
}

#newPrdWrp .newControls .newNavBtn {
    position: absolute !important;
    top: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 54px !important;
    height: 96px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: transparent !important;
    cursor: pointer !important;
    pointer-events: auto !important;
}

#newPrdWrp .newControls .newNavBtn::after {
    display: none !important;
    content: none !important;
}

#newPrdWrp .newControls .newNavBtn--prev {
    left: 0 !important;
}

#newPrdWrp .newControls .newNavBtn--next {
    right: 0 !important;
}

#newPrdWrp .newControls .newNavBtn::before {
    display: block !important;
    color: rgba(222, 217, 206, 0.7) !important;
    font-family: Arial, sans-serif !important;
    font-size: 74px !important;
    font-weight: 200 !important;
    line-height: 1 !important;
    transition: color 0.2s ease, transform 0.2s ease !important;
}

#newPrdWrp .newControls .newNavBtn--prev::before {
    content: "‹" !important;
}

#newPrdWrp .newControls .newNavBtn--next::before {
    content: "›" !important;
}

#newPrdWrp .newControls .newNavBtn:hover::before,
#newPrdWrp .newControls .newNavBtn:focus::before {
    color: #8AA9D6 !important;
}

#newPrdWrp .newControls .swiper-button-disabled {
    opacity: 0.28 !important;
    cursor: default !important;
}

#newPrdWrp .newPagination.swiper-pagination {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: block !important;
    width: 100% !important;
    height: 4px !important;
    margin-top: 44px !important;
    overflow: hidden !important;
    background: rgba(138, 169, 214, 0.28) !important;
}

#newPrdWrp .newPagination.swiper-pagination .swiper-pagination-progressbar-fill {
    background: #8AA9D6 !important;
}

@media (max-width: 1399px) {
    #newPrdWrp .item-wrap {
        width: calc(100% - 40px) !important;
        max-width: none !important;
    }
}

@media (max-width: 1024px) {
    #newPrdWrp {
        margin-bottom: 96px !important;
        padding: 70px 20px 82px !important;
    }

    #newPrdWrp .cateTit {
        margin-bottom: 34px !important;
    }

    #newPrdWrp .cateTit h3 {
        font-size: 30px !important;
    }

    #newPrdWrp .cateTit .sectionSub,
    #newPrdWrp .sectionSub {
        margin-top: 10px !important;
        font-size: 15px !important;
    }

    #newPrdWrp .prd-info {
        min-height: 142px !important;
        padding: 17px 0 0 !important;
    }

    #newPrdWrp .prd-info ul {
        min-height: 122px !important;
    }

    #newPrdWrp .prd-name a {
        height: 47px !important;
        font-size: 18px !important;
        line-height: 1.3 !important;
    }

    #newPrdWrp .prd-subname {
        height: 38px !important;
        min-height: 38px !important;
        margin-top: 4px !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
    }

    #newPrdWrp .prd-price {
        gap: 4px 8px !important;
        padding-top: 13px !important;
    }

    #newPrdWrp .prd-price strike {
        font-size: 15px !important;
    }

    #newPrdWrp .prd-price .discount,
    #newPrdWrp .prd-price .price,
    #newPrdWrp .prd-price .replace,
    #newPrdWrp .prd-price .soldOut {
        font-size: 17px !important;
    }

    #newPrdWrp .newControls {
        left: -12px !important;
        right: -12px !important;
        height: 70px !important;
    }

    #newPrdWrp .newControls .newNavBtn {
        width: 36px !important;
        height: 70px !important;
    }

    #newPrdWrp .newControls .newNavBtn::before {
        font-size: 52px !important;
    }

    #newPrdWrp .newPagination.swiper-pagination {
        margin-top: 30px !important;
    }
}

@media (max-width: 430px) {
    #newPrdWrp {
        padding: 62px 16px 72px !important;
    }

    #newPrdWrp .cateTit h3 {
        font-size: 26px !important;
    }

    #newPrdWrp .prd-info {
        min-height: 132px !important;
        padding: 15px 0 0 !important;
    }

    #newPrdWrp .prd-info ul {
        min-height: 114px !important;
    }

    #newPrdWrp .prd-name a {
        height: 42px !important;
        font-size: 16px !important;
    }

    #newPrdWrp .prd-subname {
        height: 34px !important;
        min-height: 34px !important;
        font-size: 12px !important;
    }

    #newPrdWrp .prd-price strike {
        font-size: 14px !important;
    }

    #newPrdWrp .prd-price .discount,
    #newPrdWrp .prd-price .price,
    #newPrdWrp .prd-price .replace,
    #newPrdWrp .prd-price .soldOut {
        font-size: 16px !important;
    }

    #newPrdWrp .newControls {
        left: -9px !important;
        right: -9px !important;
        height: 58px !important;
    }

    #newPrdWrp .newControls .newNavBtn {
        width: 30px !important;
        height: 58px !important;
    }

    #newPrdWrp .newControls .newNavBtn::before {
        font-size: 42px !important;
    }
}

/* BEST SELLER thumbnail shape */
#bstPrdWrp .thumb,
#bstPrdWrp .thumb .prd_thumb,
#bstPrdWrp .thumb .prd_thumb img,
#bstPrdWrp .thumb .prd_thumb > img {
    border-radius: 0 !important;
}

/* BEST SELLER price alignment */
#bstPrdWrp .item-list .prd-info {
    display: block !important;
    padding-top: 18px !important;
}

#bstPrdWrp .item-list .prd-info ul {
    display: flex !important;
    flex-direction: column !important;
    min-height: 134px !important;
}

#bstPrdWrp .item-list .prd-name {
    flex: 0 0 auto !important;
    margin: 0 0 5px 0 !important;
}

#bstPrdWrp .item-list .prd-name a {
    display: block !important;
    height: 25px !important;
    line-height: 25px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

#bstPrdWrp .item-list .prd-subname {
    display: -webkit-box !important;
    flex: 0 0 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #777 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
    white-space: normal !important;
    word-break: keep-all !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

#bstPrdWrp .item-list .prd-info ul:not(:has(.prd-subname)) .prd-name {
    margin-bottom: 49px !important;
}

#bstPrdWrp .item-list .prd-price {
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 2px 9px !important;
    margin-top: 10px !important;
}

#bstPrdWrp .item-list .prd-price strike {
    order: 1 !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    margin: 0 !important;
    color: #8a8680 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.18 !important;
}

#bstPrdWrp .item-list .prd-price .discount {
    order: 2 !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    color: #c4003b !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

#bstPrdWrp .item-list .prd-price .price,
#bstPrdWrp .item-list .prd-price .replace,
#bstPrdWrp .item-list .prd-price .soldOut {
    order: 3 !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    color: var(--ink) !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

@media (max-width: 767px) {
    #bstPrdWrp .item-list .prd-info ul {
        min-height: 120px !important;
    }

    #bstPrdWrp .item-list .prd-name a {
        height: 23px !important;
        line-height: 23px !important;
        font-size: 16px !important;
    }

    #bstPrdWrp .item-list .prd-subname {
        flex-basis: 39px !important;
        height: 39px !important;
        min-height: 39px !important;
        font-size: 13px !important;
        line-height: 1.45 !important;
    }

    #bstPrdWrp .item-list .prd-info ul:not(:has(.prd-subname)) .prd-name {
        margin-bottom: 44px !important;
    }

    #bstPrdWrp .item-list .prd-price {
        margin-top: 8px !important;
        gap: 2px 7px !important;
    }

    #bstPrdWrp .item-list .prd-price strike {
        font-size: 14px !important;
    }

    #bstPrdWrp .item-list .prd-price .discount,
    #bstPrdWrp .item-list .prd-price .price,
    #bstPrdWrp .item-list .prd-price .replace,
    #bstPrdWrp .item-list .prd-price .soldOut {
        font-size: 17px !important;
    }
}

/* RECOMMENDED text alignment with BEST SELLER */
#recmdPrdWrp .item-list .prd-info {
    display: block !important;
    padding-top: 18px !important;
    text-align: left !important;
}

#recmdPrdWrp .item-list .prd-info ul {
    display: flex !important;
    flex-direction: column !important;
    min-height: 134px !important;
}

#recmdPrdWrp .item-list .prd-info li {
    margin: 0 !important;
    padding: 0 !important;
}

#recmdPrdWrp .item-list .prd-name {
    flex: 0 0 auto !important;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
}

#recmdPrdWrp .item-list .prd-name a {
    display: block !important;
    height: 25px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    color: var(--ink) !important;
    font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 25px !important;
    letter-spacing: 0 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

#recmdPrdWrp .item-list .prd-ico {
    display: none !important;
}

#recmdPrdWrp .item-list .prd-subname {
    display: -webkit-box !important;
    flex: 0 0 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    color: #777 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    word-break: keep-all !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

#recmdPrdWrp .item-list .prd-info ul:not(:has(.prd-subname)) .prd-name {
    margin-bottom: 49px !important;
}

#recmdPrdWrp .item-list .prd-price {
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 2px 9px !important;
    margin-top: 10px !important;
    text-align: left !important;
}

#recmdPrdWrp .item-list .prd-price strike {
    display: block !important;
    order: 1 !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    margin: 0 !important;
    color: #8a8680 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.18 !important;
    text-align: left !important;
}

#recmdPrdWrp .item-list .prd-price .discount {
    order: 2 !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    color: #c4003b !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

#recmdPrdWrp .item-list .prd-price .price,
#recmdPrdWrp .item-list .prd-price .replace,
#recmdPrdWrp .item-list .prd-price .soldOut {
    order: 3 !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    color: var(--ink) !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

@media (max-width: 767px) {
    #recmdPrdWrp .item-list .prd-info ul {
        min-height: 120px !important;
    }

    #recmdPrdWrp .item-list .prd-name a {
        height: 23px !important;
        line-height: 23px !important;
        font-size: 16px !important;
    }

    #recmdPrdWrp .item-list .prd-subname {
        flex-basis: 39px !important;
        height: 39px !important;
        min-height: 39px !important;
        font-size: 13px !important;
        line-height: 1.45 !important;
    }

    #recmdPrdWrp .item-list .prd-info ul:not(:has(.prd-subname)) .prd-name {
        margin-bottom: 44px !important;
    }

    #recmdPrdWrp .item-list .prd-price {
        margin-top: 8px !important;
        gap: 2px 7px !important;
    }

    #recmdPrdWrp .item-list .prd-price strike {
        font-size: 14px !important;
    }

    #recmdPrdWrp .item-list .prd-price .discount,
    #recmdPrdWrp .item-list .prd-price .price,
    #recmdPrdWrp .item-list .prd-price .replace,
    #recmdPrdWrp .item-list .prd-price .soldOut {
        font-size: 17px !important;
    }
}

/* NEW ARRIVALS final spacing */
#newPrdWrp .items {
    gap: 34px !important;
    align-items: flex-start !important;
}

#newPrdWrp .newPrdWrp.is-swiper-ready .items {
    gap: 0 !important;
}

#newPrdWrp .item-list {
    overflow: visible !important;
    background: transparent !important;
}

#newPrdWrp .prd-info {
    min-height: 134px !important;
    padding: 18px 0 0 !important;
    background: transparent !important;
}

#newPrdWrp .prd-info ul {
    min-height: 134px !important;
}

#newPrdWrp .prd-name {
    flex: 0 0 auto !important;
    margin: 0 0 5px 0 !important;
}

#newPrdWrp .prd-name a {
    display: block !important;
    height: 25px !important;
    min-height: 0 !important;
    color: #F7F5F0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 25px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    word-break: normal !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
}

#newPrdWrp .prd-subname {
    display: -webkit-box !important;
    flex: 0 0 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    color: rgba(247, 245, 240, 0.58) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
    white-space: normal !important;
    word-break: keep-all !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

#newPrdWrp .prd-price {
    gap: 2px 9px !important;
    margin-top: 10px !important;
    padding-top: 0 !important;
}

#newPrdWrp .prd-price strike {
    color: rgba(247, 245, 240, 0.46) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.18 !important;
}

#newPrdWrp .prd-price .discount {
    font-size: 19px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

#newPrdWrp .prd-price .price,
#newPrdWrp .prd-price .replace,
#newPrdWrp .prd-price .soldOut {
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

@media (max-width: 1024px) {
    #newPrdWrp .items {
        gap: 18px !important;
    }

    #newPrdWrp .newPrdWrp.is-swiper-ready .items {
        gap: 0 !important;
    }
}

@media (max-width: 767px) {
    #bstPrdWrp .item-wrap,
    #newPrdWrp .item-wrap {
        width: 100% !important;
    }

    #bstPrdWrp .bstPrdSlider,
    #newPrdWrp .newPrdWrp {
        overflow: hidden !important;
    }

    #newPrdWrp .newControls {
        display: none !important;
    }

    #newPrdWrp .items {
        gap: 0 !important;
    }

    #newPrdWrp .newPrdWrp.is-swiper-ready .items {
        gap: 0 !important;
    }

    #newPrdWrp .prd-info {
        min-height: 120px !important;
        padding-top: 13px !important;
    }

    #newPrdWrp .prd-info ul {
        min-height: 120px !important;
    }

    #newPrdWrp .prd-name a {
        height: 23px !important;
        font-size: 16px !important;
        line-height: 23px !important;
    }

    #newPrdWrp .prd-subname {
        flex-basis: 39px !important;
        height: 39px !important;
        min-height: 39px !important;
        font-size: 13px !important;
        line-height: 1.45 !important;
    }

    #newPrdWrp .prd-price {
        margin-top: 8px !important;
        gap: 2px 7px !important;
    }

    #newPrdWrp .prd-price strike {
        font-size: 14px !important;
    }

    #newPrdWrp .prd-price .discount,
    #newPrdWrp .prd-price .price,
    #newPrdWrp .prd-price .replace,
    #newPrdWrp .prd-price .soldOut {
        font-size: 17px !important;
    }
}

/* Mobile horizontal scroll guard */
@media (max-width: 1024px) {
    #contentWrapper,
    #mainSpot,
    #mainSpot .mySwiper,
    #mainSpot .spotSlider,
    .product-wrap,
    .product-wrap .item-wrap,
    #bstPrdWrp,
    #bstPrdWrp .bst-slider-frame,
    #newPrdWrp,
    #newPrdWrp .newPrdWrp,
    #recmdPrdWrp,
    .mid_banner,
    .realReview {
        max-width: 100vw;
        overflow-x: hidden;
    }

    #mainSpot .swiper-wrapper,
    #bstPrdWrp .swiper-wrapper,
    #newPrdWrp .swiper-wrapper {
        max-width: none;
        overflow: visible !important;
    }
}

/* BEST SELLER fixed product grid */
#bstPrdWrp {
    margin-top: 0 !important;
    padding-top: 72px !important;
}

#bstPrdWrp .item-wrap {
    width: min(100%, 1560px) !important;
    max-width: 1560px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

#bstPrdWrp .bstPrdWrp {
    width: 100% !important;
    max-width: none !important;
    overflow: visible !important;
}

#bstPrdWrp .bst-slider-frame,
#bstPrdWrp .bstPrdSlider {
    width: 100% !important;
    max-width: none !important;
    overflow: visible !important;
}

#bstPrdWrp .items,
#bstPrdWrp .item-cont,
#bstPrdWrp .item-cont.swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 48px 24px !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    overflow: visible !important;
    transform: none !important;
    transition: none !important;
}

#bstPrdWrp .item-list {
    width: auto !important;
    margin: 0 !important;
    transform: none !important;
}

#bstPrdWrp .item-cont > .item-list:nth-of-type(n + 9) {
    display: none !important;
}

#bstPrdWrp .bst-nav,
#bstPrdWrp .swiper-pagination {
    display: none !important;
}

@media (max-width: 1024px) {
    #bstPrdWrp {
        margin-top: 0 !important;
        padding-top: 48px !important;
    }

    #bstPrdWrp .item-wrap {
        width: 100% !important;
        max-width: none !important;
    }

    #bstPrdWrp .items,
    #bstPrdWrp .item-cont,
    #bstPrdWrp .item-cont.swiper-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 8px !important;
    }
}

/* =========================================================
   LIVING25 MAIN FINAL
   Brand Blue : #173D91
   ========================================================= */

:root {
    --point-color: #173D91;
    --brand-blue: #173D91;
    --brand-blue-hover: #123477;
    --brand-blue-soft: #EEF2FA;
    --brand-blue-line: rgba(23, 61, 145, 0.18);
}


/* SECTION TITLES */
#bstPrdWrp .cateTit h3,
#trend .cateTit h3,
#recmdPrdWrp .cateTit h3,
#realReview .reviewTitle h3,
.cateTit h3,
.eyebrow,
.banner-content .eyebrow {
    color: var(--brand-blue) !important;
}


/* FLOWING TEXT */
.Bnnr .tx span {
    color: var(--brand-blue);
}


/* =========================================================
   MAIN PRODUCT WIDTH / SPACING
   ========================================================= */

@media (min-width: 1025px) {

    #bstPrdWrp .item-wrap,
    #recmdPrdWrp .item-wrap {
        width: min(100%, 1360px) !important;
        max-width: 1360px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .product-wrap {
        margin-bottom: 70px !important;
    }

    #bstPrdWrp {
        padding-top: 56px !important;
        margin-bottom: 70px !important;
    }

    #newPrdWrp {
        margin-bottom: 70px !important;
    }

    #recmdPrdWrp {
        margin-bottom: 0 !important;
    }

    #realReview,
    .realReview {
        padding-top: 70px !important;
    }
}


/* =========================================================
   BEST / RECOMMENDED PRODUCT TEXT
   ========================================================= */

#bstPrdWrp .item-list .prd-subname,
#recmdPrdWrp .item-list .prd-subname {
    margin-top: 6px !important;
}


/* =========================================================
   BEST / RECOMMENDED PRICE
   할인율 + 판매가 + 정상가
   ========================================================= */

@media (min-width: 1025px) {

    #bstPrdWrp .item-list .prd-price,
    #recmdPrdWrp .item-list .prd-price {
        display: flex !important;
        align-items: baseline !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        gap: 8px !important;
        margin-top: 10px !important;
        padding: 0 !important;
        white-space: nowrap !important;
    }

    #bstPrdWrp .item-list .prd-price .discount,
    #recmdPrdWrp .item-list .prd-price .discount {
        order: 1 !important;
        flex: 0 0 auto !important;
        margin: 0 !important;
        color: #C4003B !important;
        font-size: 19px !important;
        font-weight: 800 !important;
        line-height: 1.2 !important;
    }

    #bstPrdWrp .item-list .prd-price .price,
    #bstPrdWrp .item-list .prd-price .replace,
    #recmdPrdWrp .item-list .prd-price .price,
    #recmdPrdWrp .item-list .prd-price .replace {
        order: 2 !important;
        flex: 0 0 auto !important;
        margin: 0 !important;
        color: #173D91 !important;
        font-size: 20px !important;
        font-weight: 800 !important;
        line-height: 1.2 !important;
    }

    #bstPrdWrp .item-list .prd-price strike,
    #recmdPrdWrp .item-list .prd-price strike {
        display: inline-block !important;
        order: 3 !important;
        flex: 0 0 auto !important;
        width: auto !important;
        margin: 0 0 0 2px !important;
        color: #929292 !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1.2 !important;
        text-decoration-line: line-through !important;
        text-decoration-thickness: 1px !important;
        white-space: nowrap !important;
    }

    #bstPrdWrp .item-list .prd-price .soldOut,
    #recmdPrdWrp .item-list .prd-price .soldOut {
        order: 2 !important;
        flex: 0 0 auto !important;
        color: #173D91 !important;
    }
}


/* =========================================================
   NEW ARRIVALS
   ========================================================= */

#newPrdWrp {
    background: #173D91 !important;
}

#newPrdWrp .cateTit h3 {
    color: #FFFFFF !important;
}

#newPrdWrp .cateTit .sectionSub,
#newPrdWrp .sectionSub {
    color: rgba(255,255,255,0.72) !important;
}

#newPrdWrp .prd-name a {
    color: #FFFFFF !important;
}

#newPrdWrp .prd-subname {
    margin-top: 6px !important;
    color: rgba(255,255,255,0.68) !important;
}

#newPrdWrp .prd-price {
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    margin-top: 10px !important;
    padding-top: 0 !important;
    white-space: nowrap !important;
}

/* NEW 할인율 - 부드러운 코랄 */
#newPrdWrp .prd-price .discount {
    order: 1 !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    color: #FF8A8A !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

#newPrdWrp .prd-price .price,
#newPrdWrp .prd-price .replace {
    order: 2 !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    color: #FFFFFF !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

#newPrdWrp .prd-price strike {
    display: inline-block !important;
    order: 3 !important;
    flex: 0 0 auto !important;
    width: auto !important;
    margin: 0 0 0 2px !important;
    color: rgba(255,255,255,0.55) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    text-decoration-line: line-through !important;
    text-decoration-thickness: 1px !important;
    white-space: nowrap !important;
}

#newPrdWrp .newControls .newNavBtn::before {
    color: rgba(255,255,255,0.62) !important;
}

#newPrdWrp .newControls .newNavBtn:hover::before,
#newPrdWrp .newControls .newNavBtn:focus::before {
    color: #FFFFFF !important;
}

#newPrdWrp .newPagination.swiper-pagination {
    background: rgba(255,255,255,0.20) !important;
}

#newPrdWrp
.newPagination.swiper-pagination
.swiper-pagination-progressbar-fill {
    background: #FFFFFF !important;
}


/* MID BANNER */
.mid_banner {
    background: #EEF2FA !important;
}

/* =========================================================
   NEW ARRIVALS → COSTCO BANNER
   사이 여백 완전 제거
   ========================================================= */

#newPrdWrp {
    margin-bottom: 0 !important;
}

.mid_banner {
    margin-top: 0 !important;
}

/* =========================================================
   LIVING25 REWARDS BANNER
   RECOMMENDED 아래 브랜드 수상 배너
   ========================================================= */

.rewardsBanner {
    position: relative;

    width: 100%;
    height: 240px;

    margin: 0;
    padding: 0;

    background: #F2F2F2;

    overflow: visible;
}


.rewardsBannerInner {
    position: relative;

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

    width: 100%;
    max-width: 1440px;
    height: 100%;

    margin: 0 auto;
}


/* 투명 PNG */
.rewardsBannerInner img {
    position: relative;
    z-index: 2;

    display: block;

    width: auto;
    max-width: 1000px;
    height: auto;
    max-height: 280px;

    margin: 0 auto;

    /* 트로피가 회색 바 위쪽으로 살짝 올라오게 */
    transform: translateY(-35px);
}


/* =========================================================
   TABLET / MOBILE
   ========================================================= */

@media (max-width: 1024px) {

    .rewardsBanner {
        height: 210px;
    }

    .rewardsBannerInner {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .rewardsBannerInner img {
        width: 90%;
        max-width: 760px;
        max-height: 250px;

        transform: translateY(-18px);
    }
}


/* =========================================================
   REWARDS BANNER - MOBILE FINAL
   ========================================================= */

@media (max-width: 600px) {

    /* 추천상품 → 수상배너 사이 */
    #recmdPrdWrp {
        margin-bottom: 20px !important;
    }

    /* 회색 배너 */
    .rewardsBanner {
        width: 100% !important;
        height: 150px !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #F2F2F2 !important;
        overflow: visible !important;
    }

    .rewardsBannerInner {
        position: relative !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 100% !important;
        height: 100% !important;

        margin: 0 !important;
        padding: 0 8px !important;

        box-sizing: border-box !important;
    }

    /* 이미지 전체가 화면 안에 들어오도록 */
    .rewardsBannerInner img {
        position: relative !important;
        left: auto !important;

        display: block !important;

        width: 100% !important;
        max-width: 720px !important;
        height: auto !important;
        max-height: none !important;

        margin: 0 auto !important;

        transform: translateY(-18px) !important;
    }

    /* 수상배너 → REAL REVIEW */
    #realReview,
    .realReview {
        padding-top: 54px !important;
    }
}

/* =========================================================
   MOBILE MAIN SECTION SPACING FINAL
   섹션 사이 과도한 공백 정리
   ========================================================= */

@media (max-width: 600px) {

    /* -----------------------------------------------------
       메인배너 → BEST SELLER
       ----------------------------------------------------- */

    #bstPrdWrp {
        padding-top: 34px !important;
        margin-top: 0 !important;
    }


    /* BEST SELLER → NEW ARRIVALS */
    #bstPrdWrp {
        margin-bottom: 34px !important;
    }


    /* -----------------------------------------------------
       NEW ARRIVALS
       위쪽 여백 축소
       ----------------------------------------------------- */

    #newPrdWrp {
        margin-top: 0 !important;
        margin-bottom: 0 !important;

        padding-top: 34px !important;
    }


    /* NEW 제목 → 상품 썸네일 */
    #newPrdWrp .cateTit {
        margin-bottom: 34px !important;
    }


    /* -----------------------------------------------------
       COSTCO 배너 → RECOMMENDED
       ----------------------------------------------------- */

    .mid_banner {
        margin-bottom: 0 !important;
    }

    #recmdPrdWrp {
        margin-top: 0 !important;
        padding-top: 34px !important;
    }


    /* RECOMMENDED 제목 → 상품 썸네일 */
    #recmdPrdWrp .cateTit {
        margin-bottom: 34px !important;
    }
}


/* BASIC css end */

