/** Shopify CDN: Minification failed

Line 76:13 Expected identifier but found whitespace
Line 76:14 Unexpected "0"
Line 76:29 Unexpected "{"
Line 76:35 Expected ":"

**/
/** Shopify CDN: Minification failed

Line 68:13 Expected identifier but found whitespace
Line 68:14 Unexpected "0"
Line 68:29 Unexpected "{"
Line 68:35 Expected ":"

**/
/* Design specification */
/* Desktop */
/*
25px
17px
15px
14px

*/
/* Mobile */
/*
25px
17px
15px
14px
13px
*/

/* General */
@media only screen and (max-width: 480px) {
.h4, h4 {
    font-size: 14px;
}
}

.button--secondary.is-white, .button--secondary.is-white:link, .button--secondary.is-white:visited,
.action_button--secondary.is-white,
.action_button--secondary.is-white:link,
.action_button--secondary.is-white:visited,
a.button--secondary.is-white.button,
a.button--secondary.is-white.button:link,
a.button--secondary.is-white.button:visited {
  color: #505050;
  background-color: #fff;
  border-color: #dbdbdb;
}
.button--secondary.is-white:hover, .button--secondary.is-white.is-hovered,
.action_button--secondary.is-white:hover,
.action_button--secondary.is-white.is-hovered,
a.button--secondary.button.is-white:hover,
a.button--secondary.button.is-white.is-hovered {
  color: #fff;
  background-color: #505050;
  border-color: #dbdbdb;
}
.button--secondary.is-white:focus, .button--secondary.is-white.is-focused,
.action_button--secondary.is-white:focus,
.action_button--secondary.is-white.is-focused,
a.button--secondary.is-white.button:focus,
a.button--secondary.is-white.button.is-focused {
  color: #fff;
  background-color: #505050;
  border-color: #dbdbdb;
}
.button--secondary.is-white:focus:not(:active), .button--secondary.is-white.is-focused:not(:active),
.action_button--secondary.is-white:focus:not(:active),
.action_button--secondary.is-white.is-focused:not(:active),
a.button--secondary.is-white.button:focus:not(:active),
a.button--secondary.is-white.button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em {{ link | color_modify: 'alpha', 0.25 }};
}
.button--secondary.is-white:active, .button--secondary.is-white.is-active,
.action_button--secondary.is-white:active,
.action_button--secondary.is-white.is-active,
a.button--secondary.is-white.button:active,
a.button--secondary.is-white.button.is-active {
  color: #fff;
  background-color: #505050;
  border-color: #dbdbdb;
}

/* SPR - Shopify Product Reviews */
.spr-header-title {
    text-align: center;
}
.spr-summary {
    text-align: center;
    display: grid; /* stack children vertically */
}

/* Stack stars, X reviews, and Write a review on top of each other */
.spr-summary-starrating {
    margin: 0 0 0 0 !important;
}
.spr-summary-caption {
    padding-top: 10px;
    padding-bottom: 10px;
}
.spr-summary-actions {
    display: flex;
    justify-content: center;
}

/* Add padding to left and right of review container */
#shopify-product-reviews {
    /* display: flex !important; */
    justify-content: center;
}
.spr-container {
    /* max-width: 80%; */
    padding-left: 10% !important;
    padding-right: 10% !important;
}
@media only screen and (max-width: 768px) {
    .spr-container {
            padding-top: 0px !important;
            padding-left: 0% !important;
            padding-right: 0% !important;
    }
}

/* Review text styling */
.spr-review-content-body {
    font-size: 1rem !important;
    line-height: 1.8em !important; /* from Everlane */
}
.spr-review-header-title {
    font-weight: bold;
    font-size: 1rem !important;
}
.spr-review-header-byline {
    font-style: normal !important;
}

/* Add padding to left and right of review body within grey lines */
.spr-reviews > div {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
    .spr-reviews > div {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
        padding-bottom: 10px;
    }
}

/* Expand pagination elements */
.spr-pagination > div > span {
    padding-left: 5px;
    padding-right: 5px;
}



/* Product detail page PDP */
@media only screen and (max-width: 768px) {
    .product_name {
        font-size: 1.6rem !important;
        margin-top: 20px;
    }
    .current_price .money {
        font-size: 1.3rem !important;
        color: #6F6F6F;
    }
    .heading-wrapper--collection.heading-wrapper.heading-wrapper--short.one-whole.column.is-flex.is-flex-column.is-align-left.text-align-left {
        display: grid;
        justify-items: center;
    }
    /* center title on pages */
    .heading-wrapper--page.heading-wrapper.heading-wrapper--short.one-whole.column.is-flex.is-flex-column.is-align-left.text-align-left {
        display: grid;
        justify-items: center;
    }

    /* Shrink gap between header and start of product photo */
    #template-product.shopify-section.product-page.section__wrapper {
        padding-top: 10px;
    }

    /* Image thumnail gallery Hide left/right buttons underneath photo */
    .flickity-button.flickity-prev-next-button.previous {
        display: none;
    }
    .flickity-button.flickity-prev-next-button.next {
        display: none;
    }

    /* Shrink margin between thumbnails and main photo */
    .product-gallery__thumbnails.product-gallery__thumbnails--bottom-thumbnails.js-gallery-carousel.is-slide-nav--true.flickity-enabled.flickity-resize {
        margin-top: 5px;
    }
}



/* Product grid */
.container .column,
.container .columns {
    margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
    .product-wrap {
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-top: 20px;
    }
    .product-thumbnail__title {
        font-size: 90% !important;
    }
    .product-thumbnail__price {
        font-size: 80% !important;
    }
    .thumbnail-swatch {
        padding-bottom: 10px;
    }
    .container .column,
    .container .columns {
        margin-right: calc(20px / 4);
        margin: 0 auto; /* to center on PDP */
    }

    .collection__title.title {
        font-size: 1.45rem;
    }
    .heading-divider--short {
        width: 45px;
    }
    .tabs:not(:last-child), .highlight:not(:last-child), .block:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .title:not(:last-child),
    .subtitle:not(:last-child) {
        margin-bottom: 0.25rem;
    }
}



/* Home page */
@media only screen and (max-width: 768px) {
    .featured-collection__title {
        font-size: 2rem;
    }
    .heading-section__heading {
        font-size: 2rem;
    }
    /* [2026-08-07] 모바일 배너 CTA 숨김 해제 — Our Promise 는 배너 래핑 링크도 없어
       /pages/our-story 진입 경로가 0 이었다. 히어로 SHOP NOW 도 어포던스 확보 위해 노출.
       (이전: .image-with-text-overlay__buttons.buttons.is-justify-center { display: none; }) */
}



/* Top bar/header */
/* Hide announcement bar on desktop */
@media only screen and (min-width: 768px) {
    #shopify-section-announcement-bar {
        display: none;
    }
}
.top-bar__content {
    max-height: 32px;
}
.shopify-section.top-bar {
    max-height: 32px;
}
/* Center top bar text horizontally, works with dynamic resizing! */
.top-bar__info {
    margin: 0 auto;
    padding-left: 8vw;
}
/* Make icons white */
.icon.header__icon {
    color: grey;
}
/* Hide sticky search */
/* .header__link.action-area__link:nth-of-type(1) {
    display: none;
} */
/* Reduce padding for smaller announcement/top bar */
.header__link.action-area__link {
    padding: 0px 5px 0px 5px;
}



/* Hamburger menu */
.mobile-header__content {
    padding-top: 1px;
    padding-bottom: 1px;
}
.mobile-menu__toggle-icon {
    padding-top: 25px;
}
.submenu__label > .mobile-menu__item {
    min-height: 40px;
    font-size: 21.75px;
    color: #1A1A1A;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
}
.mobile-menu__submenu-list-item > .mobile-menu__item {
    min-height: 40px;
    font-size: 16px;
    color: black;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
}
.mobile-menu-link {
    min-height: 40px;
    align-items: center; /* not centered vertically otherwise */
    font-size: 21.75px;
    color: #1A1A1A !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 3rem !important;
}
/* Padding for first hamburger menu item */
.mobile-menu__list.has-margin-bottom > li:first-of-type {
    margin-top: 20px;
}

/* Mini Cart */
.ajax-cart {
    font-size: 14px;
}
.ajax-cart__cart-title {
    font-size: 17px;
}
.cart__count--text {
    display: none;
}
.ajax-cart__price > .money {
    font-weight: 600;
}
#theme-ajax-cart.is-mini-cart {
    top: 0;
    max-width: calc(85%) !important
}
.ajax-cart__close-icon {
    margin: 18px 18px;
}
.ajax-cart__cart-count {
    text-align: left;
}
.ajax-cart__close-icon > .icon {
    width: 1.5rem;
    height: 1.5rem;
}
.ajax-cart-variant {
    color: #898989;
    font-size: 14px;
}
.ajax-cart__subtotal {
    font-weight: 600;
}
.ajax-cart-subtotal-itemcount {
    font-weight: 200;
}
.ajax-cart__row-description {
    max-width: none !important;
}
.ajax-cart__cart-message {
    text-align: left;
    color: #898989;
}
.ajax-cart__cart-message > span {
    background-color:rgb(255, 248, 144);
}
.ajax-cart__cart-link {
    font-size: 15px;
}
.ajax-cart__button {
    min-height: 52px;
}
.ajax-cart__price {
    padding: 0;
}
.ajax-cart__quantity {
    font-size: 0.75rem;
    margin-top: 12px;
}

.quantity_label {
    display: none;
    width: 100%;
    font-size: 0.75rem;
    margin-left: 36px;
}

.quantity-element.button > .icon {
    fill: black;
}
.quantity-wrapper.quantity-style--box .quantity-input-control input {
    border-top: 0;
    width: 40px;
}
.ajax-cart__quantity-box {
    margin-top: 0;
}

@media only screen and (max-width: 480px) {
    .ajax-cart__cart-title {
        font-size:18px;
        text-align: left;
    }
    .ajax-cart__product-title {
        font-size: 15px;
    }
    .quantity_label {
        display: block;
    }
}

@media only screen and (min-width: 480px){
.quantity-plus.button:hover .icon, .quantity-minus.button:hover .icon {
    fill: black;
}
}


/* Cart */
.cart__text > .item__properties {
    font-size: 16px;
}
.cart__cart-message {
    margin-bottom: 2rem;
}
.cart__cart-message > span,
.cart__cart-message > span > p {
    background-color:rgb(255, 248, 144);
}

.cart__price, .cart__quantity, .cart__total {
    font-size: 16px;
}
.cart__row-description > p,
.h3.cart__subtotal {
    font-size: 1.25em !important;
}

/* My page */
.detail-row {
    display:grid;
    grid-auto-flow: row;
    grid-template: auto / 25% 25%;
    text-align: right;
}
@media only screen and (max-width: 768px) {
    .detail-row {
        grid-template: auto / 50% 50%;
    }
}

.order-row {
    display:grid;
    grid-template: auto auto / 25% 25%;
    grid-auto-flow: column;
}
.order-row-quad {
    display:grid;
    grid-template: auto auto auto auto auto / 25% 25%;
    grid-auto-flow: column;
    margin-bottom: 8px;
    padding-bottom: 0;
    border-bottom: 1px solid #c9c9c9;
}
.order-row-quad.last {
    border-bottom: 0;
    padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .order-row {
        grid-template: auto auto / 50% 50%;
    }
    .order-row-quad {
        display:grid;
        grid-template: auto auto auto auto auto / 50% 50%;
        grid-auto-flow: column;
        padding-bottom: 8px;
    }
}

.order-name {
    color:rgb(80, 80, 80);  
    font-weight: 600;
}
.order-val {
    padding-bottom: 12px; 
}

.detail-button > a,
.order-button > a {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-right: 32px;
    padding-bottom: 8px;
}

.editMode > div > .editButton {
    display: none;
}
.editMode > div > .saveButton {
    display: block;
}
.detail-button.saveButton {
    display: none;
}

.external {
    margin-left: 10px;
    height: 0.75rem;
    width: 0.75rem;
}

.section-title {
    padding-bottom: 12px;
    padding-top: 12px;
    font-weight: 600;
}
.heading-wrapper--account-title {
    margin-bottom: 0;
}
.logout_btn {
    background-color:#898989 !important;
}

.detail-name {
    color:rgb(80, 80, 80);  
    font-weight: 600;
}
.detail-val {
    padding-bottom: 8px;
}

.address_table {
    margin-bottom: 8px;
}
.accordionPanel > #address_form_new > #add_address_title,
.accordionPanel > .address_table > .edit_address > form > .title {
    font-size: 16px;
    font-weight: 600;
    color: gray;
    padding-bottom: 8px;
    padding-top: 8px;
}

.edit_address > form * .field {
    margin-bottom: 1rem;
}

.customer_address {
    padding: 4px 0;
}

/* Edit confirm box */
#editRow.hide {
    display: none;
}
.detail-edit {
    display: none;
}
.detail-edit > input {
    -webkit-appearance: none;
    appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(0.375em - 1px);
    padding-left: calc(0.625em - 1px);
    padding-right: calc(0.625em - 1px);
    padding-top: calc(0.375em - 1px);
    position: relative;
    vertical-align: top;
    border-color: #c9c9c9;
    margin-bottom: 8px;
}

.editMode > .detail-val {
    display: none;
}

.editMode > .detail-edit {
    display: block;
}

#newPassword::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
}
#newPassword:focus::placeholder {
    color: transparent;
  }

.passwordBox {
    display: none;
    background-color: #fefefe;
    padding: 10px;
    margin-bottom: 8px;
    border: 1px solid #888;
}
.passwordBox.show {
    display: block;
}
.passwordBox.showError > div > #password {
    border-color: red;
}
.passwordError {
    display: none;
}
.passwordBox.showError > div > .passwordError {
    color: red;
    display: block;
}


.saveButton {
    margin-right: 32px;
}
.saveButton,
.password-button {
    display: flex;
    align-items: center;
    justify-content: right;
}

.saveButton > button,
.password-button > button {
    margin-left: 10px;
}


/* Footer */
/* make text dark grey */
.footer__credits > *,
.footer__credits > * > * {
    color: rgb(80, 80, 80) !important;
}
@media only screen and (max-width: 768px) {
    /* .footer__menu > .footer__heading { */
    .footer__heading {
        text-align: center;
    }
    .footer__menu > ul > .footer__menu-link {
        text-align: center;
    }
    /* target footer link text */
    /* .footer__menu > ul > .footer__menu-link > a {
        color: #6F6F6F;
    } */
    /* [2026-08-07] 모바일 푸터 로고 노출(사용자 확정). 원래 숨긴 이유였던 정렬 문제는
       footer-classic custom_css 의 플렉스 재배치로 해결됨.
       (이전: .block__logo.footer__block { display: none; }) */

    /* make background light grey */
    .footer__container > .footer__content.section.is-width-wide {
        background-color: rgb(240, 240, 240);
    }
    .footer__extra-content.section {
        margin: 0px;
        background-color: rgb(240, 240, 240);
        width: 100% !important;
    }
}
/* make background light grey border on desktop */
.footer__container,
.footer__container > .footer__content {
    background-color: rgb(240, 240, 240);
}
/* make newsletter sign up input and button taller */
.newsletter-form__wrapper input {
    padding: 15px 10px;
}
.newsletter-form__wrapper button {
    padding-top: 7px;
    padding-bottom: 7px;
}
.field.is-stretched-width {
    margin-bottom: 7px;
}
/* expand padding on social icons */
.social-icons.is-flex.is-flex-wrap > li {
    padding-right: 10px;
}



/* heading titles */
.page__title.title {
    margin-top: 20px;
    margin-bottom: 24px;
    font-size: 1.45em;
}



/* Heading */
.heading-divider {
    margin: 0 auto;
    display: none;
}
.heading-divider.heading-divider--short.animated.fadeIn {
    margin-bottom: 6vh;
}



/* Reduce navbar link font sizes */
.navbar-link.header__link {
    font-size: 14px;
}



/* Sign-up page and login */
@media only screen and (max-width: 768px) {
    .login__title.title
    .register__title.title {
        padding-bottom: 10px;
        font-size: 21.75px;
    }
}

.is-full {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
}
#customer .is-flex.is-justify-space-between,
#create-customer .is-flex.is-justify-space-between {
    display: block;
}
#customer .is-flex.is-justify-space-between > p ,
#create-customer .is-flex.is-justify-space-between > p {
    display: none;
}
#customer form div div input,
#create-customer form div div input {
    padding: 20px 10px;
}
.right.has-margin-left {
    margin: 0 auto;
}

.heading-wrapper--login.heading-wrapper.heading-wrapper--short.one-whole.column.is-flex.is-flex-column.is-align-left.text-align-left,
.heading-wrapper--register.heading-wrapper.heading-wrapper--short.one-whole.column.is-flex.is-flex-column.is-align-left.text-align-left {
    display: grid;
    justify-items: center;
}

#shopify-section-registration-form > section.section__wrapper.is-width-standard {
    padding-top: 20px;
}

.accordion {
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
  }

.accordionPanel {
    padding: 0;
    background-color: white;
    display: none;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

.accordion:before {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 16px;
    color: #777;
    margin-left: 5px;
    position: absolute;
    right: 20px;

  }
  
  .active:before {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
  }

  .accordionWrapper {
      padding: 4px;
      box-shadow: 1px 1px 2px 1px rgb(34 34 34 / 10%)
  }

 /* Order receipt page */
.container > .account-sidebar {
     margin: 0 20px;
     margin-bottom: 20px;
 }
 .order-receipt {
     font-size: 0.75rem;
 } 
 .no-break {
     white-space: nowrap;
 }


/* ═══════════════════════════════════════════════════════════════════
   [2026-08-07] Z15 — 푸터 정렬 통일 (전 페이지 공통)
   ※ 앞서 좌우 마진 규칙을 홈 전용 섹션(index__best-seller-cards)에 넣어
     Our Story / PDP / 컬렉션에서는 컨테이너 패딩이 0 이었다(좌측선 붕괴).
     푸터는 전 페이지 공통이므로 여기(전역 에셋)로 옮긴다.
   ═══════════════════════════════════════════════════════════════════ */

/* 1) 좌우 기준선 = 본문 그리드와 동일 (20 / 24 / 40 / 64) */
.footer__container .footer__content > .container,
.footer__container .footer__extra-content > .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
@media only screen and (min-width: 768px) {
    .footer__container .footer__content > .container,
    .footer__container .footer__extra-content > .container {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}
@media only screen and (min-width: 1024px) {
    .footer__container .footer__content > .container,
    .footer__container .footer__extra-content > .container {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}
@media only screen and (min-width: 1280px) {
    .footer__container .footer__content > .container,
    .footer__container .footer__extra-content > .container {
        padding-left: 64px !important;
        padding-right: 64px !important;
    }
}

/* 2) 방문한 링크만 흐려지는 문제 — :visited 는 computed style 로 감지되지 않아
      원인 규칙을 찾을 수 없었다(브라우저가 프라이버시상 숨김). 상태 무관 동일 색으로 못박는다. */
.footer__container a,
.footer__container a:link,
.footer__container a:visited,
.footer__container a:hover,
.footer__container a:active,
.footer__container .footer__menu-link a:visited,
.footer__container .footer__block a:visited {
    color: #f7f3ef !important;
}

/* 3) 모바일(≤767): 모든 요소 좌측 정렬로 통일 */
@media only screen and (max-width: 767px) {
    .footer__container .footer__block,
    .footer__container .footer__heading,
    .footer__container .footer__credits,
    .footer__container .newsletter-form,
    .footer__container .newsletter-form .field {
        text-align: left !important;
    }
    /* 테마/override 가 링크를 가운데 정렬하던 규칙 무력화 */
    .footer__container .footer__menu > ul > .footer__menu-link,
    .footer__container .footer__block li,
    .footer__container .footer__block ul {
        text-align: left !important;
    }
    /* 로고·소셜: 컬럼 아래 전폭 + 좌측 (768 이상은 우측 유지 — Z13 결정) */
    /* footer-classic custom_css 가 인라인(문서 후순위)이라 동일 특이도로는 진다.
       클래스 하나 더해 특이도를 올려 확실히 이긴다. */
    .footer__container .block__logo.footer__block,
    .footer__container .block__logo.footer__block > div {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        text-align: left !important;
    }
    .footer__container .block__logo.footer__block .social-icons {
        justify-content: flex-start !important;
        margin-top: 10px;
    }
    .footer__container .block__logo.footer__block .footer__logo-wrapper {
        margin-left: 0 !important;
    }
    .footer__container .social-icons li {
        margin: 0 18px 0 0 !important;
    }
    /* 폼 요소도 같은 좌측선 */
    .footer__container .newsletter-form .input,
    .footer__container .newsletter-form .button {
        margin-left: 0 !important;
        text-align: left !important;
    }
    /* 세로 리듬 */
    .footer__container .footer__content > .container { gap: 32px 24px !important; }
    .footer__container .footer__heading { margin-bottom: 12px !important; }
    .footer__container .footer__block li { margin-bottom: 10px !important; }
}


/* ═══════════════════════════════════════════════════════════════════
   [2026-08-07] AE — sf-lip PDP 좌우 여백 통일 (모바일 ≤768 = 20px 단일 거터)
   문제: 한 페이지에서 좌측 x 가 4종으로 갈라졌다(375px 실측)
     상품정보 28.3 / 비교표 21.4 / A+ 9.4 / Judge.me 0
   원인: .section(95%) 이 이중 중첩(래퍼 95% × sfp-section 95%) + .column 마진 10px,
        A+ 는 sfp-section 밖(95% 1회), Judge.me 는 템플릿 최상위(거터 0).
   해법: 모바일에서 % 중첩을 해제하고 거터를 '한 곳'에서만 20px 준다.
   ※ A+ 이미지/캐러셀/비디오의 풀블리드는 의도된 연출 → 0 유지(중첩 해제로 진짜 0 이 됨).
     A+ 안의 텍스트형 모듈(비교표)만 20px 거터 적용(aplus-modules.liquid).
   되돌리기: 이 블록 삭제
   ═══════════════════════════════════════════════════════════════════ */
@media only screen and (max-width: 768px) {
    /* 1) .section 95% 이중 중첩 해제 — 거터를 이 레벨에서 주지 않는다 */
    #template-product-sf-lip > .section--has-sidebar-option {
        width: 100% !important;
        max-width: none !important;
    }
    #template-product-sf-lip .sfp-section {
        width: 100% !important;
        max-width: none !important;
    }
    /* 2) 컬럼 좌우 마진 제거 (테마 .container .column 이 10px 를 넣고 있었다)
          + 폭 복원: 테마가 마진분을 뺀 calc(100% - 20px) 를 주고 있어 마진만 지우면
          우측만 20px 더 들어가 좌우가 비대칭이 된다(실측 L20 / R40). 100% 로 되돌린다. */
    #template-product-sf-lip .product_section > .column {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    /* 3) 단일 페이지 거터 20px — 갤러리·상품정보 */
    #template-product-sf-lip .product__images {
        padding-left: 20px;
        padding-right: 20px;
    }
    #template-product-sf-lip .product__information {
        padding-left: 20px;
        padding-right: 20px;
    }
    /* 4) A+ 래퍼는 풀블리드(0) — 이미지 모듈 의도 유지 */
    #template-product-sf-lip .aplus-modules {
        padding-left: 0;
        padding-right: 0;
    }
    /* 5) Judge.me — 앱 위젯이라 '컨테이너 폭'만 맞춘다(위젯 내부 패딩 미변경) */
    body.product-sf-lip #judgeme_product_reviews {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* ═══════════════════════════════════════════════════════════════════
   [2026-08-07] AG — 안내바 회전 메시지 (전 페이지 공통 → 전역 에셋에 배치)
   announcement-bar(모바일 노출) / header-centered__top-bar(데스크톱 노출)
   두 섹션 schema 모두 richtext `text` 1개뿐 + blocks 없음 = 다중 메시지 미지원
   → snippets/mlx-announce-rotator.liquid 로 직접 구현.
   높이 고정: grid 스택(모든 item 이 1/1 셀) → 바 높이 = 가장 긴 item 높이로 고정.
   되돌리기: 이 블록 삭제 + 두 섹션의 mlx_rotator 체크 해제(또는 섹션 파일 원복)
   ═══════════════════════════════════════════════════════════════════ */
.mlx-rot {
    display: grid;
    width: 100%;
    align-items: center;
    justify-items: center;
}
.mlx-rot__item {
    grid-area: 1 / 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease;
    white-space: nowrap;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.mlx-rot__item.is-active {
    opacity: 1;
    visibility: visible;
}
.mlx-rot__link {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;
}
.mlx-rot__link:hover {
    opacity: 0.75;
}
@media only screen and (max-width: 420px) {
    .mlx-rot__item {
        font-size: 12px;
        letter-spacing: 0.02em;
    }
}
@media (prefers-reduced-motion: reduce) {
    .mlx-rot__item {
        transition: none;
    }
}


/* ═══════════════════════════════════════════════════════════════════
   [2026-08-08] AL — Coming Soon 배지 (가격 병기)
   기존엔 coming-soon 컬렉션 상품의 가격 슬롯 자체가 'Coming Soon' 텍스트로 대체돼
   가격($16~$19)이 전혀 안 보였다 → 가격은 정상 노출하고 상태는 배지로 병기.
   판매 차단(add-to-cart / Buy Now 미노출)은 변경 없음.
   마크업: sections/product__main.liquid 의 .mlx-coming-soon-badge
   되돌리기: 이 블록 삭제
   ═══════════════════════════════════════════════════════════════════ */
.mlx-coming-soon-badge {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding: 5px 10px;
    border-radius: 2px;
    background: #eeedec;
    color: #1c1c1c;          /* #eeedec 대비 14.6:1 */
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
}
@media only screen and (max-width: 480px) {
    .mlx-coming-soon-badge {
        font-size: 10.5px;
        margin-left: 8px;
        padding: 4px 8px;
    }
}


/* ═══════════════════════════════════════════════════════════════════
   [2026-08-08] AK — 알림신청(Notify me) 폼 디자인 정돈
   기존: 테마 기본 .card 스타일(회색 박스 + 22.5px 안쪽 여백)이라
        PDP 다른 요소와 시각 언어가 어긋나고 좌측선도 22.5px 밀렸다.
   기준: 기본 PDP 템플릿의 ADD TO CART 바 실측 — L 19.4 / W 336.3 / H 60 / radius 5px /
        15px uppercase / letter-spacing 1px / bg #4c4c4b.  입력칸+버튼 행을 여기에 정렬한다.
   이 상태에서는 알림신청이 주 CTA 이므로 버튼은 ATC 와 동일 계열 다크 솔리드.
   되돌리기: 이 블록 삭제 (+ 스니펫의 value="Notify me" 를 locale 키로 원복)
   ═══════════════════════════════════════════════════════════════════ */
.product__notify-form {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 0 6px !important;
}
.product__notify-form > p,
.product__notify-form .notify_form__inputs {
    margin: 0;
    width: 100%;
}
/* 안내 문구 — 본문과 동일 크기, #4a4a4a 는 흰 배경 대비 8.6:1 */
.product__notify-form .notify-form__description {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.5;
    color: #4a4a4a;
}
.product__notify-form .notify-form__description p {
    margin: 0;
}
/* 성공/에러 메시지 자리 — 값이 없으면 자리 차지하지 않는다 */
.product__notify-form .notify-form__success-message {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #1a6b3c;
}
.product__notify-form .notify-form__success-message:empty {
    display: none;
}
/* 입력칸 + 버튼 = ATC 바와 동일 폭·높이 */
.product__notify-form .field.has-addons {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    /* 테마의 has-addons 가 입력칸/버튼 바깥쪽 모서리만 둥글게 준다(5px 0 0 5px / 0 5px 5px 0).
       gap 을 주면 안쪽 각진 면이 서로 마주 봐 깨져 보이므로 붙여서 하나의 바로 읽히게 한다. */
    gap: 0;
    width: 100%;
    margin: 0;
}
.product__notify-form .field.has-addons .control:first-child {
    flex: 1 1 auto;
    min-width: 0;
}
.product__notify-form .field.has-addons .control:last-child {
    flex: 0 0 auto;
}
.product__notify-form .notify_email {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 14px;
    font-size: 15px;
    color: #1a1a1a;
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    box-shadow: none;
}
.product__notify-form .notify_email::placeholder {
    color: #6b6b6b;   /* 흰 배경 대비 5.3:1 */
    opacity: 1;
}
.product__notify-form .notify_email:focus {
    border-color: #1a1a1a;
    box-shadow: 0 0 0 2px rgba(26, 26, 26, 0.18);
    outline: none;
}
.product__notify-form .notify_form__submit {
    height: 60px;
    min-width: 136px;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 18px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #ffffff;
    background: #4c4c4b;   /* ADD TO CART 와 동일 — 흰 텍스트 대비 8.6:1 */
    border: 1px solid #4c4c4b;
    border-radius: 5px;
    cursor: pointer;
}
.product__notify-form .notify_form__submit:hover {
    background: #1a1a1a;
    border-color: #1a1a1a;
}
.product__notify-form .notify_form__submit:focus-visible {
    outline: 2px solid #1a1a1a;
    outline-offset: 2px;
}
/* 아주 좁은 폭에서는 버튼을 아래로 100% 폭 스택 (375 는 인라인 유지 — 입력칸 192px 확보) */
@media only screen and (max-width: 359px) {
    .product__notify-form .field.has-addons {
        flex-wrap: wrap;
    }
    .product__notify-form .field.has-addons .control {
        flex: 0 0 100%;
    }
    .product__notify-form .notify_form__submit {
        width: 100%;
        margin-top: 8px !important;
        border-radius: 5px;
    }
    .product__notify-form .notify_email {
        border-radius: 5px;
    }
}


/* ═══════════════════════════════════════════════════════════════════
   [2026-08-08] AN — /pages/shop 리스팅 카드 정보 보강
   상품명·가격·이미지만 있어 허전하다는 지적 → 배지 / 한 줄 설명 / 쉐이드 도트 추가.
   [2026-08-08 정정] 경쟁사(SkinCeuticals) 실측 반영 —
     · 성분 칩 제거(SC는 카드에 성분 미노출, 성분은 PLP 필터·PDP 섹션 전용)
     · 배지는 배경 없는 텍스트만(12px/700/uppercase), 이미지 박스 안쪽 좌상단 12px inset
       (VEGAN 없음 — 전 상품 비건. [2026-08-08 AP] BEST SELLER 도 제거 — Best Sellers 구역에서
        전 카드가 해당돼 변별력 0. 변별되는 COMING SOON / NEW 만 유지)
     · 카드 높이 균일: 상품명 2줄(42px) + 한 줄 설명 2줄(36px) 고정
   마크업: snippets/mlx-card-extras.liquid, 게이트: product-thumbnail 의 template == 'page.shop-all'
   되돌리기: 이 블록 삭제 + product-thumbnail 의 mlx_extras 2곳 제거 + 스니펫 삭제
   ═══════════════════════════════════════════════════════════════════ */
.shop-all .product__imageContainer {
    position: relative;
}
/* [2026-08-08 AR] 배지 = 이미지 **바깥 상단**. 오버레이 아님.
   슬롯은 배지가 없는 카드에도 렌더되어 높이를 항상 차지 → 이미지 상단 y 가 전 카드 동일,
   카드 높이 균일도 그대로 유지된다(모든 카드가 같은 양만큼 커진다).
   좌측선: .product-wrap / .image__container 모두 패딩 0 이라 슬롯 좌측 = 이미지 박스 좌측(0px). */
.shop-all .mlx-card-badgeslot {
    display: block;
    height: 14px;
    line-height: 14px;
    margin: 0 0 8px;
    padding: 0;
    text-align: left;
}
.shop-all .mlx-card-badge {
    display: inline-block;
    padding: 0;
    background: none;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    color: #1a1a1a;   /* 카드 배경 흰색 대비 16.9:1 */
}

/* [2026-08-08 AS] 메타필드 지정 호버 컷 — 홈 카드와 동일한 크로스페이드·비율 고정.
   터치 기기에서는 호버가 없으므로 제외(hover:hover + pointer:fine). */
.shop-all .mlx-card-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #ffffff;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
    .shop-all .product__grid-item:hover .mlx-card-hover {
        opacity: 1;
    }
}
@media (prefers-reduced-motion: reduce) {
    .shop-all .mlx-card-hover { transition: none; }
}

/* 카드 높이 균일 — SC 방식(상품명 2줄 42px / 설명 2줄 36px 고정) */
.shop-all .collection-matrix .product__grid-item {
    display: flex;
    flex-direction: column;
}
.shop-all .collection-matrix .product__grid-item > .product-wrap {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.shop-all .thumbnail__caption {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.shop-all .thumbnail__caption a.product-thumbnail__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
    line-height: 21px;
}
.shop-all .mlx-card-extras {
    margin-top: 4px;
}
.shop-all .mlx-card-sub {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 36px;
    margin: 0;
    font-size: 12.5px;
    font-weight: 300;
    line-height: 18px;
    color: #4a4a4a;          /* 8.6:1 */
}
.shop-all .mlx-card-dots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
}
.shop-all .mlx-card-dot {
    width: 13px;
    height: 13px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background-color: #ece7e0;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 0 1px rgba(28, 28, 28, 0.16) inset;
    list-style: none;
}
.shop-all .mlx-card-dot-more {
    font-size: 10.5px;
    color: #6b6b66;
    list-style: none;
}
@media only screen and (max-width: 798px) {
    .shop-all .mlx-card-badgeslot {
        height: 13px;
        line-height: 13px;
        margin-bottom: 6px;
    }
    .shop-all .mlx-card-badge {
        font-size: 10.5px;
        line-height: 13px;
    }
    .shop-all .thumbnail__caption a.product-thumbnail__title {
        min-height: 38px;
        line-height: 19px;
    }
    .shop-all .mlx-card-sub {
        font-size: 11.5px;
        line-height: 16px;
        min-height: 32px;
    }
    .shop-all .mlx-card-dot {
        width: 11px;
        height: 11px;
    }
}

/* [2026-08-08 AN] 카드 높이 균일 마무리 — 실측 결과 잔여 편차의 원인은 **이미지 종횡비**였다
   (1280 실측: CE크림 1250×1750 세로컷이 400px 로 행 전체를 474px 로 밀고, 2400×2400 정방컷 행은 417px).
   → /pages/shop 그리드에 한해 이미지 박스를 1:1 로 고정하고 object-fit:contain 으로 **크롭 없이** 높이만 통일.
   쉐이드 도트 유무로도 21px 이 흔들려 도트 행 자리를 전 카드에 예약한다. */
.shop-all .collection-matrix .product__imageContainer img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    object-fit: contain;
    background: #ffffff;
}
.shop-all .collection-matrix .image-element__wrap {
    max-width: none !important;
    width: 100%;
}
.shop-all .mlx-card-extras {
    min-height: 21px;
}
.shop-all .mlx-card-dots {
    height: 13px;
}

/* 2026-08-08 — 카드 이미지 영역 붕괴 방지(안전망).
   테마 스왑 JS 가 primary 에 position:absolute 를 붙이면 컨테이너 높이가 0이 되어
   카드에서 이미지가 통째로 사라진다. 근본 수정은 product-thumbnail 의
   has-secondary-image-swap 조건이고, 이건 그 뒤를 받치는 2중 안전장치. */
.shop-all .image__container:has(.mlx-card-hover) {
    aspect-ratio: 1 / 1;
}

/* ============================================================
   2026-08-08 [AW] 홈 오버레이 음영 제거 (지시: "촌스러움")
   대상 = 히어로 2개 섹션의 캡션 뒤 방사형 검정 그라디언트 + 텍스트 그림자.
     · radial-gradient(rgba(0,0,0,.55) → .38 → 0)  ← 텍스트 뒤 검은 얼룩
     · text-shadow 0 1px 3px rgba(0,0,0,.45)
   둘 다 원래 밝은 배경에서의 판독성 확보용이었으나 시각적으로 튄다.
   ★ 셀렉터를 전부 섹션 id 로 스코프 — 콤마 목록 전역 누출 사고 재발 방지.
   ============================================================ */
/* ★ 섹션 인라인 <style data-shopify> 가 문서상 이 파일보다 뒤에 오고 동일 특정도 + !important 라
   그대로 쓰면 인라인 쪽이 이긴다. html body 를 앞에 붙여 특정도를 올려야 실제로 적용된다. */
html body #shopify-section-1581752039831 .caption .caption-content,
html body #shopify-section-1581752039831 .caption-content,
html body #shopify-section-1582696687205 .caption .caption-content,
html body #shopify-section-1582696687205 .caption-content {
    background-image: none !important;
    background-color: transparent !important;
}
#shopify-section-1581752039831 .banner__heading,
#shopify-section-1581752039831 .banner__subheading,
#shopify-section-1581752039831 .banner__subheading p,
#shopify-section-1581752039831 .image-with-text-overlay__heading,
#shopify-section-1581752039831 .image-with-text-overlay__preheading,
#shopify-section-1581752039831 .image-with-text-overlay__subheading,
#shopify-section-1581752039831 .image-with-text-overlay__subheading p,
#shopify-section-1582696687205 .banner__heading,
#shopify-section-1582696687205 .banner__subheading,
#shopify-section-1582696687205 .banner__subheading p,
#shopify-section-1582696687205 .image-with-text-overlay__heading,
#shopify-section-1582696687205 .image-with-text-overlay__preheading,
#shopify-section-1582696687205 .image-with-text-overlay__subheading,
#shopify-section-1582696687205 .image-with-text-overlay__subheading p {
    text-shadow: none !important;
}
