.brand-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

/* 타이틀 */
.brand-header .main-content__title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

/* 자세히보기 버튼 */
.brand-header .btn-more {
    display: inline-block;
    padding: 6px 14px;
    background: #000;
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
}

/* 이미지 영역 */
.brand-image img {
    width: 100%;
    display: block;
}

/* 계절별 기본 배경 */
.regular-step1-page .regular-season__check .design-input label.spring {
    background: #E8F5E9; /* 봄 */
}

.regular-step1-page .regular-season__check .design-input label.summer {
    background: #FFF3E0; /* 여름 */
}

.regular-step1-page .regular-season__check .design-input label.fall {
    background: #EFEBE9; /* 가을 */
}

.regular-step1-page .regular-season__check .design-input label.winter {
    background: #E3F2FD; /* 겨울 */
}
.regular-step1-page .button-content .btn.btn-next {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px !important;
    padding: 0 20px !important;
    font-size: 16px;
    border-radius: 12px;
}

.regular-step1-page .button-content .btn.btn-next span {
    padding-right: 30px;
    background-size: 22px;
    line-height: normal !important;
}

/* 상품상세: 예상 적립 + 혜택 카드 */
.prd-point {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 14px 0 0;
    padding: 12px 0 0;
    border-top: 1px dashed #e6e1d8;
    font-size: 13px;
    color: #5c574f;
    letter-spacing: -0.03em;
}
.prd-point__label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
/* 오른쪽: 받을 원(주) + 등급 적립율(보조). 할인 % 와 헷갈리지 않게 원 강조 */
.prd-point__value {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    flex-shrink: 0;
}
.prd-point strong {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.03em;
}
.prd-point__rate {
    font-style: normal;
    font-size: 12px;
    font-weight: 700;
    color: #c45a1a;
    letter-spacing: -0.02em;
}
.prd-point .blind {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
.prd-point__tip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 0;
    border: 1px solid #cfc8bc;
    border-radius: 50%;
    background: #fff;
    color: #8a8378;
    font-size: 11px;
    font-weight: 700;
    font-family: inherit;
    line-height: 1;
    cursor: pointer;
}
.prd-point__tooltip {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 5;
    padding: 10px 12px;
    border-radius: 10px;
    background: #2b2b2b;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.prd-point__tooltip[hidden] {
    display: none;
}
.prd-join {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 12px 0 2px;
}
.prd-join--single {
    grid-template-columns: 1fr;
}
.prd-join__box {
    position: relative;
    display: block;
    padding: 14px 12px 12px;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
}
.prd-join__box em {
    display: inline-block;
    margin-bottom: 8px;
    padding: 2px 7px;
    border-radius: 999px;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #fff;
}
.prd-join__box p {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.35;
    color: #1a1a1a;
}
.prd-join__sub {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    font-weight: 500;
    color: #7a7368;
    letter-spacing: -0.03em;
    line-height: 1.4;
}
.prd-join__badge {
    position: absolute;
    top: 12px;
    right: 10px;
    padding: 2px 7px;
    border-radius: 999px;
    background: #1a1a1a;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}
.prd-join__box--coupon {
    background: linear-gradient(180deg, #fff7f1 0%, #ffefe4 100%);
    border: 1px solid #ffd3b8;
}
.prd-join__box--coupon em {
    background: #ff5c00;
}
.prd-join__box--belt {
    background: linear-gradient(180deg, #fffaf1 0%, #fff3d9 100%);
    border: 1px solid #ead59a;
}
.prd-join__box--belt em {
    background: #c9a227;
}
.prd-join__box.is-issued {
    opacity: 0.92;
}

/* 상품상세 옵션 시트
   위치: .m-wrap 과 같게. 768px~ 우측 15% 여백, 1800px~ 가운데
   관련: views/shop/product/product_view.php .buy-process , js/dev/product_view.js */
.product .buy-process,
.product .buy-process.active .buy-process__bg,
.product .buy-process.active .buy-process__con {
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
}
.product .buy-process.active .buy-process__bg {
    display: block !important;
}
.product .buy-process.active .buy-process__con {
    left: 0;
    right: 0;
    max-height: 80dvh !important;
    min-height: 0 !important;
    overflow: hidden !important;
}
@media screen and (min-width: 768px) {
    .product .buy-process,
    .product .buy-process.active .buy-process__bg {
        left: auto !important;
        right: 15% !important;
        margin: 0 !important;
    }
    .product .buy-process.active .buy-process__con {
        left: 0 !important;
        right: 0 !important;
        margin: 0 !important;
        max-width: none;
    }
}
@media screen and (min-width: 1800px) {
    .product .buy-process,
    .product .buy-process.active .buy-process__bg {
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%);
        margin: 0 !important;
    }
}
.product .buy-process.active .buy-process__con .buy-process__option-box {
    display: flex !important;
    flex-direction: column !important;
    max-height: none !important;
    overflow: hidden !important;
    flex: 1 1 auto;
    min-height: 0;
    padding-bottom: 0 !important;
}
.product .buy-process.active .buy-process__con .buy-process__option-box .buy-process__inner-box {
    display: flex;
    flex-direction: column;
    min-height: 0;
    max-height: calc(80dvh - 28px);
    overflow: hidden !important;
}
.product .buy-process__con .buy-process__option-box .option-box__select {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    align-content: flex-start;
}
.product .buy-process.active .buy-process__bottom,
.product .buy-process.active .button-content {
    flex-shrink: 0;
    background: #fff;
}
.product .buy-process.active .button-content {
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
}
.prd-tailored-note {
    margin: 8px 0 0;
    font-size: 12px;
    color: #c45c14;
    letter-spacing: -0.03em;
}
.prd-opts {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin-top: 10px;
}
.prd-select {
    position: relative;
    width: 100%;
}
.prd-select__btn {
    width: 100%;
    height: 44px;
    padding: 0 40px 0 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.03em;
}
.prd-select__btn.is-placeholder {
    color: #9a9a9a;
    font-weight: 500;
}
.prd-select.is-open .prd-select__btn {
    border-color: #1a1a1a;
}
.prd-select.is-disabled .prd-select__btn {
    background-color: #f3f3f3;
    color: #bbb;
    pointer-events: none;
}
.prd-select.is-locked .prd-select__btn {
    background-color: #f6f4f1;
    background-image: none;
    color: #1a1a1a;
    cursor: default;
}
.prd-select__list {
    display: none;
    position: static;
    margin: 4px 0 0;
    padding: 4px 0;
    list-style: none;
    background: #faf8f6;
    border: 1px solid #e4dfd8;
    border-radius: 10px;
    max-height: 160px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.prd-select.is-open .prd-select__list {
    display: block;
}
/* PC 상품상세: 목록이 option-box__select 높이를 밀지 않게 (시트 밖 칼럼 흔들림) */
@media (min-width: 768px) {
    /* overflow-x:hidden + overflow-y:auto 가 목록 열릴 때 스크롤/높이 흔들림. PC 칼럼은 visible */
    .product .buy-process__con .buy-process__option-box .option-box__select {
        overflow-x: visible !important;
        overflow-y: visible !important;
    }
    .product .buy-process__con .buy-process__option-box .option-box__select .prd-select {
        position: relative;
        z-index: 1;
    }
    .product .buy-process__con .buy-process__option-box .option-box__select .prd-select.is-open {
        z-index: 8;
    }
    .product .buy-process__con .buy-process__option-box .option-box__select .prd-select__list {
        position: absolute !important;
        left: 0;
        right: 0;
        top: calc(100% + 4px);
        width: 100%;
        margin: 0 !important;
        z-index: 9;
        background: #fff;
        box-shadow: 0 8px 24px rgba(15, 20, 32, 0.12);
        box-sizing: border-box;
    }
}
.prd-select__list li {
    padding: 11px 14px;
    font-size: 14px;
    letter-spacing: -0.03em;
    cursor: pointer;
    color: #1a1a1a;
}
.prd-select__list li:hover {
    background: #efeae3;
}
.prd-select__list li:active,
.prd-select__list li.is-on {
    background: #1a1a1a;
    color: #fff;
    font-weight: 700;
}
.prd-select__list li.is-disabled {
    color: #bbb;
    pointer-events: none;
    cursor: default;
    background: transparent;
}
.prd-opts.is-notailor .js-prd-length,
.prd-opts.is-notailor .prd-select[data-name="hem"] {
    display: none;
}

.prd-length-row {
    /* 총장 93~105 + 직접입력. 클래스 is-manual 이면 셀렉트 숨김 */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
}
.prd-length-row .prd-select {
    flex: 1 1 160px;
}
.prd-length-row.is-disabled {
    opacity: 0.55;
    pointer-events: none;
}
.prd-length-row.is-manual .prd-select {
    display: none;
}
.prd-length-check {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #444;
    letter-spacing: -0.03em;
    cursor: pointer;
}
.prd-length-manual {
    display: flex;
    align-items: center;
    gap: 6px;
}
.prd-length-manual[hidden] {
    display: none;
}
.prd-length-manual input {
    width: 72px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
}
.prd-length-hint {
    flex: 1 1 100%;
    margin: 0;
    font-size: 11px;
    color: #8a8378;
}
.prd-fit-tabs {
    /* Myfit 레이어 탭 MY FIT | 주문내역 */
    display: flex;
    margin: 0 0 16px;
    border-bottom: 1px solid #eee;
}
.prd-fit-tabs button {
    flex: 1;
    height: 44px;
    border: 0;
    background: transparent;
    color: #888;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.03em;
    position: relative;
}
.prd-fit-tabs button.is-on {
    color: #1a1a1a;
}
.prd-fit-tabs button.is-on::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
    height: 2px;
    background: #1a1a1a;
}
.prd-fit-guide {
    margin: 0 0 12px;
    font-size: 13px;
    color: #666;
    letter-spacing: -0.03em;
}
.prd-fit-default {
    color: #F78000;
}
.js-saved-fit-list .myfit-list__item {
    display: block;
    cursor: pointer;
}
.layer--myfit-layer .js-saved-fit-list .myfit-list__item .name {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.03em;
}
.layer--myfit-layer .js-saved-fit-list .myfit-list__item dl {
    display: flex;
    align-items: center;
    margin: 6px 0 0;
}
.layer--myfit-layer .js-saved-fit-list .myfit-list__item dl:first-of-type {
    margin-top: 10px;
}
.layer--myfit-layer .js-saved-fit-list .myfit-list__item dl dt {
    width: 72px;
    flex-shrink: 0;
    color: #9E9E9E;
    font-size: 13px;
}
.layer--myfit-layer .js-saved-fit-list .myfit-list__item dl dd {
    margin: 0;
    font-size: 13px;
    color: #1a1a1a;
}

.product-view-page .detailed-info .btn {
    border: 1px solid #1a1a1a;
}

/* 헤더 알림(ico-push) 미확인 빨간 점 — Common_header push_unread → has-new */
.util li.ico-push {
    position: relative;
}
.util li.ico-push.has-new::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e53935;
    box-shadow: 0 0 0 1.5px #fff;
    z-index: 11;
    pointer-events: none;
}
body.is-app .util li.ico-push {
    display: inline-block;
}