/** Shopify CDN: Minification failed

Line 81:11 Unexpected "{"
Line 81:20 Expected ":"
Line 90:11 Unexpected "{"
Line 90:20 Expected ":"
Line 103:16 Unexpected "{"
Line 103:25 Expected ":"

**/
:root {
    --font-body-scale: 0.85;
    --glose-accent: #FF8674;
    --glose-btn-font-weight: 600;
    --glose-btn-letter-spacing: calc(var(--font-heading-scale) * .1rem);
    --glose-body-opacity: 0.75;
}

@font-face {
  font-family: 'Figtree';
  src: url('/cdn/shop/files/Figtree-Variable.ttf?v=1788138484') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Figtree';
  src: url('/cdn/shop/files/Figtree-Italic-Variable.ttf?v=YOUR_VERSION') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: 'Noto Sans KR';
  src: url('/cdn/shop/files/NotoSansKR-VariableFont.ttf?v=1788118925') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
}

.color-scheme-2 {
    --glose-accent: #000000;
}

.color-scheme-3 {
  --glose-accent: #FFFFFF;
}

html,
body {
    height: 100%;
    margin: 0;
}

body {
    letter-spacing: -0.01em;
    font-size: 1.5rem;
    line-height: 1.5;
    text-wrap: balance;
}

p {
    opacity: var(--glose-body-opacity); 
}

h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5, .h6,
.banner__heading,
.title {
    text-transform: uppercase;
    line-height: 1.2;
}

.h2 {
  font-size: calc(var(--font-heading-scale) * 2.6rem);
}

@media screen and (max-width: 1200px) {
  #Banner-{{ section.id }} .banner__heading {
    max-width: 320px !important;
    width: 100% !important;
    margin-left: 0;
    margin-right: auto;
  }
}

@media screen and (max-width: 749px) {
  #Banner-{{ section.id }} .banner__heading {
    font-size: calc(var(--font-heading-scale) * 3.5rem);
  }
}

@media screen and (min-width: 990px) {
  .rich-text__blocks {
    max-width: 100% !important;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.marquee__item-{{ section.id }}.size-medium span {
    color: rgb(var(--color-foreground)) !important;
}

/* ==========================================
   GLOBAL GLOSE SECTION HEADER SYSTEM
   ========================================== */

/* Header Group Container (Shared across sections) */
.section-header-group {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.section-header-group.layout-text_first {
  align-items: flex-start;
  text-align: left;
}

.section-header-group.layout-image_first {
  align-items: flex-end;
  text-align: right;
}

@media screen and (max-width: 749px) {
    .section-header-group {
        margin-bottom: 60px !important;
    }
}

/* Full Viewport Width Divider Line */
.glose-section-line {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 1px;
  background-color: rgba(var(--color-foreground), 0.15);
  margin-top: 1.5rem;
  margin-bottom: 4rem;
  display: block;
}

/* Responsive Reset for Mobile Layout Swaps */
@media screen and (max-width: 989px) {
  .section-header-group.layout-image_first {
    align-items: flex-start;
    text-align: left;
  }
}

.section-eyebrow,
.header__menu-item,
.menu-drawer__menu-item,
.glose-faq-question,
.button {
  font-family: var(--font-heading-family);
  text-transform: uppercase;
  letter-spacing: var(--glose-btn-letter-spacing);
  font-size: 1.25rem;
  font-weight: var(--glose-btn-font-weight);
}

.section-eyebrow {
    color: var(--glose-accent) !important;
    margin: 0 0 1.5rem 0;
}

.header__menu-item,
.menu-drawer__menu-item {
    font-size: 1.2rem !important;
}

.section-header-group::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  height: 1px;
  background-color: var(--glose-accent);
  opacity: 0.4;
}

#MainContent {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}

.banner__heading {
    text-wrap: balance;
}

@media screen and (min-width: 1200px) {
  .banner::after,
  .banner__media::after {
    background: transparent !important;
    opacity: 0 !important;
  }

  .banner__media {
    width: 80% !important; 
    margin-left: auto !important;
    right: 0 !important;
  }

  .banner__media img,
  .banner__media video {
    object-position: 60% 40% !important;
  }
}

.product {
    margin-top: 7rem !important;
}

/* BUTTONS */

.button {
    padding: 1.25rem 2rem !important;
    transition: background-color 0.3s ease;
}

/* 1. Stop the pseudo-element from rendering the hover outline/shadow ring */
.button:hover::after,
.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after {
  content: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* 2. Prevent Dawn from shifting the outline thickness or border offset variables on interaction */
.button,
.button:hover {
  --border-offset: 0px !important;
  box-shadow: none !important;
}

/* 3. Force clean borders on secondary/outline buttons so they don't flare up */
.button--secondary,
.button--secondary:hover {
  box-shadow: none !important;
  outline: none !important;
  transition: background-color 0.3s ease
}

/* Force primary / solid buttons to change background color strictly on hover */
.button:not(.button--secondary):hover,
.shopify-challenge__button:not(.button--secondary):hover,
.customer button:not(.button--secondary):hover {
  background-color: color-mix(in srgb, rgb(var(--color-button)) 88%, black) !important;
}

/* Force secondary / outline buttons to fill in with your button color strictly on hover */
.button.button--secondary:hover,
.button--secondary:hover {
  background-color: rgb(var(--color-button-text)) !important;
  color: white !important;
  border-color: rgb(var(--color-button)) !important;
}


/* ==========================================
   UNIFIED BADGES & TAGS SYSTEM (COLLECTION / CARDS ONLY)
   ========================================== */

.custom-badge,
.glose-tag {
    font-family: var(--font-heading-family) !important;
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    padding: 0.6rem 1.4rem !important;
    border-radius: 0 !important;
    background: rgb(var(--color-button)) !important;
    color: rgb(var(--color-button-text)) !important;
    box-shadow: none !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
    line-height: normal !important;
    margin: 0 !important;
}

/* Safe styling restricted strictly to product card grids */
.badge {
    font-family: var(--font-heading-family) !important;
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    padding: 0.6rem 1.4rem !important;
}

.card-information {
    display: flex !important;
    gap: 1rem !important;
    flex-direction: row-reverse !important;
    align-items: center;
    justify-content: start !important;
    padding: 1rem 0 !important;
}

.card__information .custom-badge {
    margin-top: 0.8rem !important;
}

.section-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
    margin-bottom: 0 !important;
}

/* CARDS */

.card__heading {
    font-size: 1.75rem;
}

.contact-split-container {
    display: flex;
    height: calc(100vh - 10rem);
    width: 100%;
}

.contact-split-image {
    flex: 1;
    overflow: hidden;
}

.contact-split-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-split-form {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

.contact-split-form #ContactForm {
    width: 75%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-split-form #ContactForm .contact__button button {
    width: 100%;
}

@media screen and (min-width: 750px) {
    .contact-split-form #ContactForm {
        width: 50% !important;
    }
}

@media screen and (max-width: 749px) {
    .contact-split-container {
        flex-direction: column;
        height: auto;
    }
    .contact-split-image {
        height: 300px;
    }
    .contact-split-form {
        padding: 2rem;
    }
}

.glose-section {
    width: 100%;
    padding: 0;
}

.glose-split-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.glose-left-half {
    width: 100%;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 6rem 0;
}

.glose-left-inner {
    width: 100%;
}

.glose-main-title {
    font-family: var(--font-heading-family);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 3.2rem;
    line-height: 1.1;
    margin: 0 0 2rem 0;
}

.glose-right-half {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5rem 0;
}

.glose-right-inner {
    width: 100%;
}

.glose-steps-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
}

.glose-step-item {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}

.glose-step-content {
    display: flex;
    flex-direction: column;
}

.glose-step-title {
    font-family: var(--font-heading-family);
    font-size: 3rem;
    margin: -0.5rem 0 0.5rem;
    line-height: 1.2;
}

.glose-step-desc p {
    margin: 0;
    font-size: 1.5rem;
    opacity: 0.85;
    line-height: 1.6;
}

@media screen and (min-width: 990px) {
    .glose-split-wrapper {
        flex-direction: row;
        min-height: 700px;
    }

    .glose-left-half,
    .glose-right-half {
        width: 50%;
        padding: 8rem 0;
    }

    .glose-left-half {
        padding: 10rem;
        align-items: start;
        justify-content: end;
        text-align: end;
    }

    .glose-left-half h2 {
        color: #1f1f1f;
    }

    .glose-left-inner {
        max-width: calc(var(--page-width) / 2);
        margin-right: 0;
        margin-left: auto;
        padding: 0 4rem;
    }

    .glose-right-half {
        justify-content: flex-start;
        padding-left: 6rem;
    }

    .glose-right-inner {
        max-width: calc(var(--page-width) / 2);
        margin-left: 0;
        margin-right: auto;
        padding: 0 4rem;
    }
}

/* 1. Force the footer menu list to align right on desktop */
@media screen and (min-width: 750px) {
  .footer-block__details-content.list-unstyled {
    text-align: right !important;
  }
}

/* 2. Zero out the horizontal margins between list items */
@media screen and (min-width: 750px) {
  .footer-block__details-content > li:not(:last-child) {
    margin-right: 0 !important;
  }
}

.product-form__quantity,
.product__info-wrapper quantity-input.quantity,
.product-form__buttons {
    width: 100% !important;
    max-width: 100% !important;
}

.product-form__buttons .button,
.shopify-payment-button__button--unbranded {
    background-color: #ff8674 !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}

.product-form__buttons .button::after,
.shopify-payment-button__button--unbranded::after {
    display: none !important;
}

.product-form__buttons .button:hover {
    background-color: #e57565 !important;
    color: #ffffff !important;
}

@media screen and (max-width: 989px) {
    #Banner-template--22719491571932__image_banner .banner__heading {
        max-width: 250px;
        word-break: normal;
    }
}

.related-products .title-wrapper-with-link,
.related-products .section-heading,
.related-products__heading {
    text-align: center !important;
    justify-content: center !important;
}

@media screen and (min-width: 990px) {
    .related-products .grid--2-col-desktop {
        max-width: 50%;
        margin: 0 auto !important;
    }
}

/* HEADER */

.header.page-width {
    padding-top: 8px;
    padding-bottom: 8px;
}

sticky-header.header-wrapper {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    background-color: transparent !important;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
    z-index: 99999 !important;
}

body:not(.scrolled-past-header) .header-wrapper {
    background-color: transparent !important;
}

body.scrolled-past-header sticky-header.header-wrapper,
body.scrolled-past-header .header-wrapper,
.shopify-section-group-header-group.scrolled-past-header .header-wrapper {
    background-color: rgba(255, 255, 255, 0.5) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}

/* ==========================================
   FIXED MOBILE MENU DRAWER & BACKDROP BLUR
   ========================================== */

/* 1. Reset the menu drawer to cover the full viewport cleanly with backdrop blur */
.menu-drawer {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    z-index: 999999 !important;
    overflow-y: auto !important;
    display: flex;
    flex-direction: column;
    /* background-color: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important; */
}

/* 2. Fix the inner container layout and padding */
.menu-drawer__inner-container {
    height: 100% !important;
    overflow-y: auto !important;
    display: flex;
    flex-direction: column;
    padding-top: 8rem;
    padding-bottom: 4rem;
    background: transparent !important; /* Ensure background doesn't double-layer */
}

/* 3. Keep the close/hamburger button clickable on top without causing layout sidebar strips */
.header__icon--menu[aria-expanded="true"] {
    position: relative !important;
    z-index: 1000000 !important;
    pointer-events: auto !important;
}

/* Remove or make the dark backdrop pseudo-element transparent so it doesn't clash with your custom blur drawer */
.header__icon--menu[aria-expanded='true']::before {
    background: transparent !important;
    display: none !important;
}

/* 4. Prevent background scrolling glitches when drawer is active */
body.overflow-hidden {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
}

/* ==========================================
   FIX MOBILE HAMBURGER / CLOSE BUTTON OVERLAP
   ========================================== */

/* Force the header container and interactive drawer toggle above the open menu panel */
header-drawer,
.header__icon--menu {
    position: relative !important;
    z-index: 1000000 !important; /* Higher than the menu drawer's 999999 */
}

/* Ensure the close button wrapper specifically receives pointer events */
.header__icon--menu[aria-expanded="true"] {
    pointer-events: auto !important;
}

/* LINKS */

.header__menu-item,
.list-menu__item,
.footer-block__details-content .list-menu__item--link, 
.copyright__content a {
    color: rgb(var(--color-foreground)) !important;
    transition: opacity 0.25s ease, color 0.25s ease !important;
}

.header__inline-menu:hover .header__menu-item:not(:hover),
.list-menu:hover .list-menu__item:not(:hover),
.footer-block__details-content:hover .list-menu__item--link:not(:hover) {
    opacity: 0.5 !important;
}

.header__menu-item:hover,
.list-menu__item:hover,
.footer-block__details-content .list-menu__item--link:hover {
    opacity: 1 !important;
    text-decoration: none !important;
}

.header__menu-item:hover span,
.header__menu-item--active span,
.list-menu__item:hover span,
.list-menu__item--active span {
    text-decoration: none !important;
}

/* ==========================================
   MOBILE CUSTOM CSS OVERRIDES
   ========================================== */

@media screen and (max-width: 749px) {
  .footer-block__brand-info {
    display: flex !important;
    justify-content: center !important;
    text-align: center;
  }

  .footer-block__image-wrapper {
    margin-bottom: 0 !important;
  }

  .list-menu__item {
    display: block !important;
    align-items: initial;
    line-height: calc(1 + 0.3 / var(--font-body-scale));
    text-align: center;
  }
}

/* CART */

cart-items.is-empty {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

/* SHIPPING POLICY */

.shopify-policy__container {
  padding: 100px 20px 60px 20px;
}
