/** Shopify CDN: Minification failed

Line 8931:0 Unexpected "}"

**/
:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
  --focused-base-outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  --focused-base-outline-offset: 0.3rem;
  --focused-base-box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/* base */

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
  max-width: 100%;
}

.page-width.drawer-menu {
  max-width: 100%;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

.utility-bar__grid.page-width {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }

  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}

.isolate {
  position: relative;
  z-index: 0;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

.element-margin-top {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.hxxl {
  font-size: clamp(calc(var(--font-heading-scale) * 5.6rem), 14vw, calc(var(--font-heading-scale) * 7.2rem));
  line-height: 1.1;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
}

@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 6.2rem);
  }
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: 0.16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

.color-foreground {
  color: rgb(var(--color-foreground));
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

.link--text {
  color: rgb(var(--color-foreground));
}

.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

a:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}
.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

.svg-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.svg-wrapper > svg {
  height: 100%;
  width: 100%;
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

.placeholder-svg {
  height: 100%;
  width: 100%;
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon .svg-wrapper {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .slider.slider--tablet .scroll-trigger.animate--slide-in,
  .slider.slider--mobile .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .slider.slider--desktop .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--desktop {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    min-width: 35%;
  }

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--tertiary {
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button__button--unbranded:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Shopify Accelerated Checkout */

shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}
shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}


/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled,
.quantity__button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.button.loading > .loading__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
  min-height: 4.4rem;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  min-width: 1.3rem;
}

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover .svg-wrapper {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}

/* Select */

.select .svg-wrapper,
.customer select + .svg-wrapper {
  height: 0.6rem;
  width: 1rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 0;
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > .svg-wrapper {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message .svg-wrapper {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message .svg-wrapper {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message .svg-wrapper {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

.quantity__button .svg-wrapper {
  width: 1rem;
  pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

.quantity__rules {
  margin-top: 0.5rem;
  position: relative;
  font-size: 1.2rem;
}

.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.quantity__rules .divider + .divider::before {
  content: '\2022';
  margin: 0 0.5rem;
}

.quantity__rules-cart {
  position: relative;
}

.product__info-container .loading__spinner:not(.hidden) ~ *,
.quantity__rules-cart .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

/* utility-bar */
.utility-bar {
  height: 100%;
}

.utility-bar--bottom-border {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 990px) {
  .utility-bar--bottom-border-social-only {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

.utility-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'announcements';
}

.utility-bar__grid .list-social {
  justify-content: flex-start;
  align-content: center;
  margin-left: -1.2rem;
  grid-area: social-icons;
}

@media screen and (max-width: 989px) {
  .utility-bar .utility-bar__grid .list-social {
    display: none;
  }
}

.utility-bar .list-social__item .icon {
  scale: 0.9;
}

@media screen and (min-width: 990px) {
  .utility-bar__grid--3-col {
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-areas: 'social-icons announcements language-currency';
  }

  .utility-bar__grid--2-col {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'social-icons language-currency';
  }

  .announcement-bar.announcement-bar--one-announcement,
  .announcement-bar--one-announcement .announcement-bar__link {
    width: fit-content;
    margin: auto;
  }
}

.announcement-bar,
.announcement-bar__announcement {
  color: rgb(var(--color-foreground));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  grid-area: announcements;
}

.announcement-bar .slider--everywhere {
  margin-bottom: 0;
  scroll-behavior: auto;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.announcement-bar-slider,
.announcement-bar-slider .slider {
  width: 100%;
}

.announcement-bar .slider-button--next {
  margin-right: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--prev {
  margin-left: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--next:focus-visible,
.announcement-bar .slider-button--prev:focus-visible,
.utility-bar .list-social__link:focus-visible {
  outline-offset: -0.3rem;
  box-shadow: 0 0 0 -0.2rem rgb(var(--color-foreground));
}

.localization-wrapper {
  grid-area: language-currency;
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

.localization-wrapper .localization-selector + .disclosure__list-wrapper {
  animation: animateMenuOpen var(--duration-default) ease;
}

.utility-bar .localization-wrapper .disclosure .localization-form__select,
.utility-bar .localization-wrapper .disclosure__link {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
}

@media screen and (min-width: 990px) {
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .announcement-bar-slider {
    width: 60%;
  }

  .announcement-bar .slider-button {
    height: 3.8rem;
  }
}

.announcement-bar__link {
  display: flex;
  width: 100%;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.announcement-bar__link:hover {
  text-decoration: underline;
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
  min-height: 3.8rem;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  animation-duration: var(--duration-announcement-bar);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message {
  --announcement-translate-from: -1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-in-previous .announcement-bar__message {
  --announcement-translate-from: 1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-out-next .announcement-bar__message {
  --announcement-translate-to: 1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  --announcement-translate-to: -1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

@keyframes translateAnnouncementSlideIn {
  0% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-from));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes translateAnnouncementSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-to));
  }
}

/* section-header */
.section-header.shopify-section-group-header-group {
  z-index: 3;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}

.shopify-section-header-hidden.menu-open {
  top: 0;
}

.section-header.animate {
  transition: top 0.15s ease-out;
}

.shopify-section-group-header-group {
  z-index: 4;
}

.section-header ~ .shopify-section-group-header-group {
  z-index: initial;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header {
  display: grid;
  grid-template-areas: 'left-icons heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--top-left.drawer-menu,
  .header--middle-left.drawer-menu {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center a.header__heading-link {
    text-align: center;
  }

  .header--top-center {
    grid-template-areas:
      'left-icons heading icons'
      'navigation navigation navigation';
  }

  .header--top-center.drawer-menu {
    grid-template-areas: 'left-icons heading icons';
    grid-template-columns: 1fr auto 1fr;
  }

  .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  height: auto;
  max-width: 100%;
}

.header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media screen and (min-width: 990px) {
  .header--middle-left .header__heading-link,
  .header--top-left .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--middle-center .header__heading-link,
  .header--middle-center .header__heading {
    justify-self: center;
    text-align: center;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  padding-right: 0.8rem;
}
.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
}

.header__icon .svg-wrapper {
  width: 44px;
  height: 44px;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}

.header__icon--menu[aria-expanded='true']::before {
  content: '';
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

.header__icon--account shop-user-avatar {
  --shop-avatar-size: 2.8rem;
}

details .header__icon-close {
  display: none;
}

details[open] .header__icon-close {
  display: inline-block;
}

account-icon {
  display: flex;
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icons;
  justify-self: start;
}

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}
@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 74.2rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

details[open] > .header__menu-item {
  text-decoration: underline;
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}

.header__submenu.list-menu {
  padding: 1rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 1rem 0;
  margin: 1rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2rem;
}

.header__submenu .header__menu-item:hover {
  text-decoration-line: underline;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden-desktop {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-badge-foreground));
  word-break: break-word;
}

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-svg {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role='button']:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role='button']:focus {
    outline: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}

.rte:after {
  clear: both;
  content: '';
  display: block;
}

.rte > *:first-child {
  margin-top: 0;
}

.rte > *:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Image mask global styles */

.shape--mask {
  display: block;
  height: 0;
  width: 0;
}

.shape--arch {
  clip-path: url('#Shape-Arch');
}

.shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
  clip-path: circle(closest-side);
}

.shape--diamond {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
  clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
  clip-path: inset(0);
}

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}

/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > .svg-wrapper {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > .svg-wrapper {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }

  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    opacity: 0.01;
  }

  .scroll-trigger.animate--slide-in {
    transform: translateY(2rem);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
  .scroll-trigger.scroll-trigger--design-mode .slider,
  .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
    opacity: 1;
    animation: none;
    transition: none;
    transform: none;
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
    transform: translateY(0);
  }

  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0.01;
    }
    to {
      opacity: 1;
    }
  }
}

/* Element Hovers: Vertical Lift, 3d Lift */

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  .animate--hover-3d-lift .card-wrapper .card--card,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary),
  .animate--hover-3d-lift .shopify-challenge__button,
  .animate--hover-3d-lift .customer button,
  .animate--hover-3d-lift .shopify-payment-button__button,
  .animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
    transition: transform var(--duration-long) ease, box-shadow var(--duration-long) ease;
    transform-origin: center;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-3d-lift .customer button:not([disabled]):hover,
  .animate--hover-3d-lift .shopify-payment-button__button:hover,
  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transition: transform var(--duration-extended) ease, box-shadow var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05), 1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      0 0 0.5rem 0 rgba(255, 255, 255, 0), 0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
  }

  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transform: translate(-50%, -50%) scale(1.05); /* Apply a specialized transform to the video play button. */
  }

  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--standard .card__inner {
    transform: rotate(0.5deg); /* Less intense rotation for collage items. */
  }

  .animate--hover-3d-lift .product-grid .grid__item:hover,
  .animate--hover-3d-lift .collection-list .grid__item:hover,
  .animate--hover-3d-lift .collage__item:hover,
  .animate--hover-3d-lift .blog-articles .article:hover,
  .animate--hover-3d-lift .complementary-slide li:hover {
    z-index: 2; /* Make sure the hovered card is the topmost card. */
  }

  .animate--hover-3d-lift .product-grid {
    isolation: isolate; /* Ensure z-index changes here don't negatively effect other UI stacking. */
  }

  .animate--hover-3d-lift .card-wrapper .card--shape.card--standard:not(.card--text) .card__inner {
    box-shadow: none;
    transition: transform var(--duration-long) ease, filter var(--duration-long) ease;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--shape.card--standard:not(.card--text) .card__inner {
    transition: transform calc(2 * var(--duration-extended)) ease, filter var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    filter: drop-shadow(0rem 2rem 2rem rgba(0, 0, 0, 0.15)) drop-shadow(0rem 1rem 1rem rgba(0, 0, 0, 0.15));
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:after,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner:after,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    background-image: var(--easter-egg);
    background-size: 250px 250px;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    z-index: 2;
  }

  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .animate--hover-3d-lift .card-wrapper .card--card:before,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__media:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: background-position calc(2 * var(--duration-extended)) ease, opacity var(--duration-default) ease;
    mix-blend-mode: overlay;
    background-size: 400% 100%;
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 55%
    );
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:before,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__media:after {
    opacity: 0.2;
    transition: background-position 6s ease, opacity var(--duration-long) ease;
    background-position: left;
    z-index: 2;
  }

  :root {
    --easter-egg: none;
    --sparkle: url('./sparkle.gif');
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary),
  .animate--hover-vertical-lift .shopify-challenge__button,
  .animate--hover-vertical-lift .customer button,
  .animate--hover-vertical-lift .shopify-payment-button__button {
    transition: transform var(--duration-default) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper .card--card,
  .animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
    transition: transform var(--duration-medium) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper:hover .card--card,
  .animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
    transform: translateY(-0.75rem);
  }

  .animate--hover-vertical-lift .card-wrapper:active .card--card,
  .animate--hover-vertical-lift .card-wrapper:active .card--standard .card__inner {
    transform: translateY(-0.5rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-payment-button__button:hover {
    transform: translateY(-0.25rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):active,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):active,
  .animate--hover-vertical-lift .customer button:not([disabled]):active,
  .animate--hover-vertical-lift .shopify-payment-button__button:active {
    transform: translateY(0);
  }

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
        rgba(var(--color-button-text), var(--border-opacity)),
      0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  }

  .animate--hover-vertical-lift .button:not([disabled]).button--secondary:hover:after {
    --border-offset: 0px; /* Prevent the border from growing on buttons when this effect is on. */
  }
}

/* Loading spinner */
.loading__spinner {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

.loading__spinner {
  width: 1.8rem;
  display: inline-block;
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgb(var(--color-foreground));
  animation: dash 1.4s ease-in-out infinite;
}

@media screen and (forced-colors: active) {
  .path {
    stroke: CanvasText;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

.loading__spinner:not(.hidden) + .cart-item__price-wrapper,
.loading__spinner:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}

.loading__spinner:not(.hidden) ~ cart-remove-button {
  pointer-events: none;
  cursor: default;
}

/* Progress bar */
.progress-bar-container {
  width: 100%;
  margin: auto;
}

.progress-bar {
  height: 0.13rem;
  width: 100%;
}

.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-foreground));
  animation: indeterminateAnimation var(--duration-extra-longer) infinite ease-in-out;
  transform-origin: 0;
}

.progress-bar .progress-bar-value {
  display: block;
}

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }
  40% {
    transform: translateX(30%) scaleX(0.7);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}
.collection-list .card{
  border:1px solid #e7ddd6!important;
  border-radius:18px!important;
  background:#fffaf4!important;
  transition:box-shadow .25s ease,transform .25s ease!important;
}
.collection-list .card:hover{
  box-shadow:0 8px 24px rgba(0,0,0,.06)!important;
  transform:translateY(-2px)!important;
}
.collection-list .card__content{
  padding:1rem 1rem 1.2rem!important;
}
.collection-list .card__information{
  background:transparent!important;
  border-radius:14px!important;
  padding:.8rem!important;
  text-align:center!important;
}
.collection-list .card__heading{
  text-align:center!important;
  justify-content:center!important;
}
.collection-list .card__heading .icon-wrap{
  display:none!important;
}
.collection-list .card__heading a{
  display:block!important;
  margin:0 auto!important;
  padding:.7rem 1rem!important;
  border-radius:999px!important;
  background:#e8d7cd!important;
  color:#1f1f1f!important;
  -webkit-text-fill-color:#1f1f1f!important;
  text-decoration:none!important;
  text-shadow:none!important;
  font-weight:600!important;
  transition:background .25s ease,color .25s ease!important;
}
.collection-list .card:hover .card__heading a{
  background:#1f2a44!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

/* 1) Shop by Theme ↔ Shop by Color & Vibe 간격 */
.shopify-section:has(.collection-list-wrapper)+.shopify-section:has(.collection-list-wrapper){
  margin-top:0rem!important;
}

/* 2) Loved by Our Customers */
.multicolumn{
  padding:4rem 0 5.6rem!important;
}
.multicolumn .page-width{
  max-width:152rem!important;
  padding:0 1.6rem!important;
}
.multicolumn .title-wrapper-with-link{
  margin:0 0 2.2rem!important;
  justify-content:flex-start!important;
}
.multicolumn .title{
  color:#fff!important;
  font-size:4rem!important;
  line-height:1.1!important;
  margin:0!important;
  text-align:left!important;
}
.multicolumn-list{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:1.4rem!important;
  align-items:stretch!important;
}
.multicolumn-list__item{
  width:auto!important;
  max-width:none!important;
  flex:none!important;
}
.multicolumn-card{
  width:100%!important;
  min-height:24rem!important;
  background:#fffaf4!important;
  border:0!important;
  border-radius:22px!important;
  box-shadow:0 10px 24px rgba(0,0,0,.06)!important;
  overflow:hidden!important;
  padding:1.8rem 1.4rem!important;
}
.multicolumn-card__info{
  background:#fffaf4!important;
  padding:0!important;
}
.multicolumn-card__info:before{
  content:"“";
  display:block;
  font-size:3.2rem;
  line-height:1;
  color:#1f2a44;
  opacity:.12;
  margin-bottom:.5rem;
}
.multicolumn-card h3{
  margin:0 0 .9rem!important;
  font-size:1.35rem!important;
  line-height:1.4!important;
  color:#1f2a44!important;
}
.multicolumn-card p{
  margin:0!important;
  font-size:1.42rem!important;
  line-height:1.65!important;
  color:#5b514b!important;
}

/* 3) Curated Party Picks 제목 블록 ↔ 상품 영역 간격 정리 */
.shopify-section:has(.rich-text){
  margin-bottom:-1.2rem!important;
}
.shopify-section:has(.rich-text) .rich-text{
  padding-bottom:1.6rem!important;
}
.shopify-section:has(.rich-text) .title-wrapper-with-link{
  margin-bottom:1rem!important;
}
.shopify-section:has(.rich-text) .rich-text__buttons{
  position:relative!important;
  z-index:3!important;
  margin-top:1.2rem!important;
  margin-bottom:-2.6rem!important;
}
.shopify-section:has(.rich-text) .button{
  background:#1f2a44!important;
  color:#fff!important;
  border-radius:999px!important;
  padding:.9rem 1.8rem!important;
  min-height:auto!important;
  box-shadow:0 8px 18px rgba(0,0,0,.12)!important;
}
.shopify-section:has(.rich-text)+.shopify-section{
  position:relative!important;
  z-index:1!important;
}
.shopify-section:has(.rich-text)+.shopify-section .collection{
  padding-top:3.2rem!important;
}

/* section titles unified */
.collection-list-wrapper .title,
.rich-text .title,
.rich-text .rich-text__heading,
.rich-text .rich-text__heading.rte.inline-richtext,
.featured-collection .title,
.multicolumn .title{
  font-size:3.6rem!important;
  line-height:1.15!important;
  font-weight:600!important;
  letter-spacing:-.02em!important;
  margin:0!important;
}
.collection-list-wrapper .title,
.rich-text .title,
.rich-text .rich-text__heading,
.rich-text .rich-text__heading.rte.inline-richtext,
.featured-collection .title{
  color:#2b2b2b!important;
  -webkit-text-fill-color:#2b2b2b!important;
}
.multicolumn .title{
  color:#fff!important;
}
.collection-list-wrapper .title-wrapper-with-link,
.rich-text .title-wrapper-with-link,
.featured-collection .title-wrapper-with-link,
.multicolumn .title-wrapper-with-link{
  margin-bottom:1.8rem!important;
}
.rich-text .title-wrapper-with-link{
  margin-bottom:1.2rem!important;
}

/* Loved by Our Customers 아래 브랜드 카피 */
.multicolumn .title{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
}
.multicolumn .title::after{
  content:"Real reviews from beautifully hosted celebrations";
  display:block;
  margin-top:1rem;
  color:rgba(255,255,255,.9);
  font-size:1.7rem;
  line-height:1.55;
  font-weight:500;
  letter-spacing:0;
}

/* 상단 메뉴 */
.header__menu-item{
  font-size:2.5rem!important;
  font-weight:500!important;
  color:#4f4944!important;
  letter-spacing:-.01em!important;
}
.header__active-menu-item{
  color:#3f3a36!important;
  text-decoration-thickness:.08rem!important;
  text-underline-offset:.32rem!important;
}

/* 메가메뉴 박스 */
.mega-menu__content{
  position: absolute !important; /* ✨핵심: 투명 망토 씌워서 공중에 띄우기! */
  top: 100% !important;          /* ✨핵심: 헤더 맨 아래 테두리에 딱 붙이기! */
  z-index: 99 !important;        /* ✨핵심: 다른 배너 이미지들보다 무조건 위로 올라오게! */
  background:#fffcf7!important;
  border-top:1px solid #eee4da!important;
  box-shadow:0 22px 42px rgba(31,42,68,.10)!important;
  padding:2.8rem 2.8rem 3.2rem!important;
  width:calc(100% - 8rem)!important;
  max-width:128rem!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  border-bottom-left-radius:22px!important;
  border-bottom-right-radius:22px!important;
  overflow:hidden!important;
}
.mega-menu__list{
  column-gap:4.2rem!important;
}
.mega-menu__link--level-2{
  display:block!important;
  font-size:1.9rem!important;
  line-height:1.4!important;
  font-weight:700!important;
  color:#1f2a44!important;
  padding:0 0 1.1rem!important;
  margin-bottom:.7rem!important;
  letter-spacing:-.01em!important;
}
.mega-menu__link:not(.mega-menu__link--level-2){
  display:inline-block!important;
  width:max-content!important;
  max-width:none!important;
  min-width:max-content!important;
  font-size:1.8rem!important;
  line-height:1.72!important;
  color:#5f5750!important;
  padding:.72rem .95rem!important;
  border-radius:12px!important;
  white-space:nowrap!important;
  word-break:keep-all!important;
  transition:background .22s ease,color .22s ease,transform .22s ease,box-shadow .22s ease!important;
}
.mega-menu__link:not(.mega-menu__link--level-2):hover{
  background:#efe3d8!important;
  color:#1f2a44!important;
  transform:translateX(4px)!important;
  box-shadow:0 8px 18px rgba(31,42,68,.06)!important;
}

/* About ZIVVO - image with text */
.image-with-text{
  padding-top:4rem!important;
  padding-bottom:4rem!important;
}
.image-with-text__grid{
  align-items:center!important;
  gap:0!important;
}
.image-with-text__media-item{
  z-index:1;
}
.image-with-text__media{
  border-radius:22px!important;
  overflow:hidden!important;
  box-shadow:0 12px 28px rgba(31,42,68,.08)!important;
}
.image-with-text__content-item{
  z-index:2;
}
.image-with-text__content{
  background:#fffaf4!important;
  border-radius:22px!important;
  box-shadow:0 18px 36px rgba(31,42,68,.08)!important;
  padding:4.2rem 4rem!important;
  max-width:54rem!important;
  margin-left:-8rem!important;
}
.image-with-text__heading{
  font-size:3.6rem!important;
  line-height:1.15!important;
  font-weight:600!important;
  letter-spacing:-.02em!important;
  color:#2b2b2b!important;
  margin-bottom:1.6rem!important;
}
.image-with-text__text{
  margin-top:0!important;
}
.image-with-text__text p{
  font-size:1.7rem!important;
  line-height:1.75!important;
  color:#6f675f!important;
  margin:0!important;
}
.image-with-text__content .button{
  background:#1f2a44!important;
  color:#fff!important;
  border-radius:999px!important;
  padding:1.1rem 2rem!important;
  min-height:auto!important;
  margin-top:2rem!important;
  box-shadow:0 10px 20px rgba(31,42,68,.12)!important;
}
.image-with-text__content .button:hover{
  background:#2a385c!important;
}

/* ===== FAQ section clean reset ===== */
.collapsible-content{
  padding-top:4.8rem!important;
  padding-bottom:4.8rem!important;
}
.collapsible-content .title{
  display:block!important;
  color:#2b2b2b!important;
  font-size:4rem!important;
  line-height:1.12!important;
  font-weight:600!important;
  letter-spacing:-.02em!important;
  margin:0 0 1rem!important;
}
.collapsible-content .grid.grid--2-col-tablet{
  display:grid!important;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)!important;
  column-gap:3rem!important;
  align-items:stretch!important;
}
.collapsible-content .grid.grid--2-col-tablet > .grid__item{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
}
.collapsible-content .grid.grid--2-col-tablet > .grid__item:has(.accordion){
  order:1!important;
  display:flex!important;
  flex-direction:column!important;
}
.collapsible-content .grid.grid--2-col-tablet > .grid__item:has(.media){
  order:2!important;
  display:flex!important;
}
.collapsible-content .grid.grid--2-col-tablet > .grid__item:has(.media) .media{
  width:100%!important;
  height:42rem!important;
  min-height:42rem!important;
  border-radius:24px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:0 18px 36px rgba(31,42,68,.10)!important;
  padding-bottom:0!important;
  line-height:0!important;
}
.collapsible-content .grid.grid--2-col-tablet > .grid__item:has(.media) img{
  width:100%!important;
  height:42rem!important;
  min-height:42rem!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
  filter:brightness(.95) saturate(.94)!important;
}
.collapsible-content .accordion{
  width:100%!important;
  max-width:none!important;
  margin:0 0 1.25rem!important;
  border:0!important;
}
.collapsible-content .accordion details{
  width:100%!important;
  background:#fdfaf6!important;
  border:1px solid #e8ddd2!important;
  border-radius:20px!important;
  overflow:hidden!important;
  transition:border-color .25s ease,background .25s ease,box-shadow .25s ease,transform .25s ease!important;
}
.collapsible-content .accordion details:hover{
  background:#fffdf9!important;
  border-color:#ddd0c2!important;
  box-shadow:0 8px 18px rgba(31,42,68,.05)!important;
  transform:translateY(-1px)!important;
}
.collapsible-content .accordion details[open]{
  background:#fffdfa!important;
  border-color:#d5c3b2!important;
  box-shadow:0 14px 28px rgba(31,42,68,.08)!important;
}
.collapsible-content summary{
  min-height:5.8rem!important;
  padding:1.45rem 1.8rem!important;
  background:#fffaf6!important;
  color:#1f2a44!important;
  font-size:1.7rem!important;
  line-height:1.45!important;
  font-weight:600!important;
  display:flex!important;
  align-items:center!important;
  gap:1.1rem!important;
}
.collapsible-content .accordion__title{
  flex:1 1 auto!important;
  min-width:0!important;
  margin:0!important;
  white-space:normal!important;
  word-break:keep-all!important;
}
.collapsible-content summary .icon-caret{
  margin-left:auto!important;
  transition:transform .22s ease!important;
}
.collapsible-content details[open] .icon-caret{
  transform:rotate(180deg)!important;
}
.collapsible-content summary::before{
  content:"Q";
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:2.8rem!important;
  height:2.8rem!important;
  border-radius:999px!important;
  background:#1f2a44!important;
  color:#fff!important;
  font-size:1.2rem!important;
  font-weight:700!important;
  flex:0 0 auto!important;
}
.collapsible-content .accordion__content{
  background:#f5e5d8!important;
  border-top:1px solid #e4d2c3!important;
  padding:0 1.8rem 1.6rem 5.2rem!important;
  position:relative!important;
}
.collapsible-content .accordion__content::before{
  content:"A";
  position:absolute!important;
  left:1.8rem!important;
  top:.9rem!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:2.8rem!important;
  height:2.8rem!important;
  border-radius:999px!important;
  background:#ecc8b2!important;
  color:#7b4b36!important;
  font-size:1.2rem!important;
  font-weight:700!important;
}
.collapsible-content .accordion__content p{
  color:#6a615a!important;
  font-size:1.62rem!important;
  line-height:1.88!important;
  margin:1rem 0 0!important;
}

/* ===== MOBILE FINAL RESET ===== */
@media screen and (max-width:749px){
  html,body{
    overflow-x:hidden!important;
  }
  .page-width,
  .shopify-section,
  .section{
    max-width:100%!important;
    overflow-x:hidden!important;
  }
  .page-width{
    padding-left:1.2rem!important;
    padding-right:1.2rem!important;
    box-sizing:border-box!important;
  }

  .collection-list-wrapper .title,
  .featured-collection .title,
  .multicolumn .title,
  .collapsible-content .title,
  .rich-text .title,
  .rich-text .rich-text__heading,
  .rich-text .rich-text__heading.rte.inline-richtext{
    font-size:2rem!important;
    line-height:1.15!important;
    letter-spacing:-.02em!important;
    margin-bottom:1.2rem!important;
  }

  .collection-list .grid,
  .collection-list-wrapper .grid,
  .slider--mobile.grid,
  .grid--2-col-tablet-down{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:1rem!important;
  }
  .collection-list .grid__item,
  .collection-list-wrapper .grid__item,
  .slider--mobile .slider__slide{
    width:100%!important;
    max-width:none!important;
    padding:0!important;
    margin:0!important;
  }
  .collection-list .card,
  .collection-list .card__inner{
    width:100%!important;
    border-radius:14px!important;
    overflow:hidden!important;
  }
  .collection-list .card__content{
    padding:.7rem .7rem 1rem!important;
  }
  .collection-list .card__information{
    padding:.5rem!important;
  }
  .collection-list .card__heading{
    margin:0!important;
  }
  .collection-list .card__heading a{
    display:block!important;
    width:100%!important;
    box-sizing:border-box!important;
    padding: 1rem 1rem !important; /* 여기 수정! (위아래 여백 빵빵하게) */
    font-size: 1.35rem !important;      /* 여기 수정! (글자 크기 크게) */
    line-height:1.25!important;         /* 줄 간격 살짝 여유있게 */
    border-radius:999px!important;
    white-space:normal!important;
    text-align:center!important;
  }

  .multicolumn{
    padding:2.2rem 0 3rem!important;
  }
  .multicolumn-list{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:1rem!important;
  }
  .multicolumn-card{
    min-height:auto!important;
    border-radius:16px!important;
    padding:1rem .9rem!important;
  }
  .multicolumn-card__info{
    padding:0!important;
  }
  .multicolumn-card__info:before{
    font-size:2rem!important;
    margin-bottom:.2rem!important;
  }
  .multicolumn-card h3{
    font-size:1rem!important;
    margin:0 0 .45rem!important;
  }
  .multicolumn-card p{
    font-size:1.1rem!important;
    line-height:1.45!important;
  }

  .featured-collection .grid,
  .featured-collection .slider{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:1rem!important;
  }
  .featured-collection .grid__item,
  .featured-collection .slider__slide{
    width:100%!important;
    max-width:none!important;
    padding:0!important;
    margin:0!important;
  }
  .featured-collection .card-wrapper,
  .featured-collection .card,
  .featured-collection .card__inner{
    width:100%!important;
    height:auto!important;
    border-radius:14px!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }
  .featured-collection .card__content{
    padding:.7rem .7rem .9rem!important;
  }
  .featured-collection .card-information{
    padding-top:.5rem!important;
  }
  .featured-collection .card__heading,
  .featured-collection .card-information .card__heading{
    font-size:1.05rem!important;
    line-height:1.3!important;
    white-space:normal!important;
    word-break:keep-all!important;
    overflow-wrap:break-word!important;
  }
  .featured-collection .price,
  .featured-collection .price *{
    font-size:1rem!important;
    line-height:1.3!important;
  }

  .image-with-text{
    padding-top:2rem!important;
    padding-bottom:2rem!important;
  }
  .image-with-text__content{
    margin-left:0!important;
    margin-top:1rem!important;
    padding:1.5rem 1.2rem!important;
    max-width:none!important;
    border-radius:16px!important;
  }
  .image-with-text__media{
    border-radius:16px!important;
  }
  .image-with-text__heading{
    font-size:2rem!important;
    line-height:1.08!important;
    margin-bottom:.7rem!important;
    text-align:center!important;
  }
  .image-with-text__text p{
    font-size:1.3rem!important;
    line-height:1.55!important;
    text-align:center!important;
  }
  .image-with-text__content .button{
    margin-top:.8rem!important;
    padding:.85rem 1.4rem!important;
    font-size:1.8rem!important;
  }

  .collapsible-content{
    padding-top:2.4rem!important;
    padding-bottom:2.4rem!important;
  }
  .collapsible-content .grid.grid--2-col-tablet{
    grid-template-columns:1fr!important;
    row-gap:1.2rem!important;
  }
  .collapsible-content summary{
    min-height:4.4rem!important;
    padding:.95rem 1rem!important;
    font-size:1.18rem!important;
    line-height:1.35!important;
  }
  .collapsible-content summary::before{
    width:2rem!important;
    height:2rem!important;
    font-size:.9rem!important;
  }
  .collapsible-content .accordion__content{
    padding:0 1rem 1rem 3.5rem!important;
  }
  .collapsible-content .accordion__content::before{
    width:2rem!important;
    height:2rem!important;
    left:1rem!important;
    top:.7rem!important;
    font-size:.9rem!important;
  }
  .collapsible-content .accordion__content p{
    font-size:1.5rem!important;
    line-height:1.55!important;
    margin:.7rem 0 0!important;
  }
  .collapsible-content .grid.grid--2-col-tablet > .grid__item:has(.media) .media{
    height:auto!important;
    min-height:0!important;
    padding-bottom:0!important;
    line-height:0!important;
    overflow:hidden!important;
    border-radius:14px!important;
  }
  .collapsible-content .grid.grid--2-col-tablet > .grid__item:has(.media) img{
    width:100%!important;
    height:18rem!important;
    min-height:18rem!important;
    object-fit:cover!important;
    display:block!important;
    border-radius:14px!important;
  }
}

/* ===== PC FINAL MICRO ADJUST ===== */
@media screen and (min-width:990px){
  .page-width{
    max-width:156rem!important;
  }

  .collection-list-wrapper .title,
  .featured-collection .title,
  .multicolumn .title,
  .rich-text .title,
  .rich-text .rich-text__heading,
  .rich-text .rich-text__heading.rte.inline-richtext,
  .collapsible-content .title{
    font-size:4.2rem!important;
    line-height:1.08!important;
    margin-bottom:2.2rem!important;
  }

  .collection-list .grid,
  .featured-collection .grid{
    gap:2rem!important;
  }
  .collection-list .card__heading a{
    font-size:1.55rem!important;
    padding:.9rem 1.2rem!important;
  }
  .featured-collection .card__heading,
  .featured-collection .card-information .card__heading{
    font-size:1.55rem!important;
    line-height:1.35!important;
  }
  .featured-collection .price,
  .featured-collection .price *{
    font-size:1.35rem!important;
  }

  .multicolumn{
    padding:4.8rem 0 6rem!important;
  }
  .multicolumn-list{
    gap:1.8rem!important;
  }
  .multicolumn-card{
    min-height:26rem!important;
    padding:2rem 1.6rem!important;
  }
  .multicolumn-card h3{
    font-size:1.45rem!important;
  }
  .multicolumn-card p{
    font-size:1.5rem!important;
    line-height:1.7!important;
  }

  .image-with-text{
    padding-top:5rem!important;
    padding-bottom:5rem!important;
  }
  .image-with-text__content{
    max-width:58rem!important;
    padding:4.6rem 4.2rem!important;
  }
  .image-with-text__heading{
    font-size:4rem!important;
    line-height:1.06!important;
  }
  .image-with-text__text p{
    font-size:1.75rem!important;
    line-height:1.8!important;
  }

  .collapsible-content{
    padding-top:5.4rem!important;
    padding-bottom:5.4rem!important;
  }
  .collapsible-content .grid.grid--2-col-tablet{
    grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)!important;
    column-gap:3.4rem!important;
  }
  .collapsible-content summary{
    min-height:6rem!important;
    font-size:1.75rem!important;
  }
  .collapsible-content .accordion__content p{
    font-size:1.58rem!important;
    line-height:1.85!important;
  }
  .collapsible-content .grid.grid--2-col-tablet > .grid__item:has(.media) .media,
  .collapsible-content .grid.grid--2-col-tablet > .grid__item:has(.media) img{
    height:46rem!important;
    min-height:46rem!important;
  }
}

/* ===== FOOTER DESKTOP/TABLET ===== */
.footer{
  background:#071733!important;
  color:#f7f3ee!important;
  border-top:0!important;
  overflow-x:hidden!important;
}
.footer,
.footer *{
  border-color:rgba(247,243,238,.12)!important;
}
.footer .page-width{
  max-width:156rem!important;
}
.footer .footer__content-top{
  padding:0!important;
  min-height:34rem!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.65fr) minmax(58rem,1fr)!important;
  column-gap:4rem!important;
  align-items:center!important;
}
.footer .footer__blocks-wrapper{
  display:grid!important;
  grid-template-columns:minmax(30rem,1.7fr) repeat(3,minmax(20rem,1fr))!important;
  column-gap:4rem!important;
  row-gap:2rem!important;
  margin-bottom:0!important;
  align-items:start!important;
}
@media screen and (min-width:990px){
  .footer .footer-block:nth-child(2) .list-menu__item--link{
    white-space:nowrap!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
  }
}
.footer .footer-block,
.footer .footer-block.grid__item{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
}
.footer .footer-block__details-content{
  margin-bottom:0!important;
}
.footer .footer__blocks-wrapper{
  align-items:start!important;
}
.footer .footer-block:first-child{
  margin-top:0!important;
  padding-right:4rem!important;
  margin-right:2rem!important;
  border-right:1px solid rgba(255, 244, 238, 1)!important;
}
.footer .footer-block:nth-child(2),
.footer .footer-block:nth-child(3),
.footer .footer-block:nth-child(4){
  padding-top:.2rem!important;
}
.footer .footer-block:nth-child(2){
  padding-left:1.2rem!important;
}
@media screen and (min-width:990px){
  .footer .footer__blocks-wrapper{
    column-gap:3.2rem!important;
  }
}
.footer .footer-block__heading{
  color:#ffffff!important;
  font-size:2.1rem!important;
  line-height:1.35!important;
  font-weight:600!important;
  letter-spacing:.01em!important;
  margin:0 0 1.2rem!important;
  white-space:normal!important;
  word-break:keep-all!important;
  overflow-wrap:break-word!important;
}
.footer .footer-block:first-child .footer-block__heading{
  font-size:3.8rem!important;
  line-height:1.05!important;
  letter-spacing:-.03em!important;
  margin-bottom:1.6rem!important;
}
.footer .footer-block:first-child .rte,
.footer .footer-block:first-child p{
  color:#f7f3ee!important;
  opacity:.9!important;
  font-size:2rem!important;
  line-height:1.9!important;
  margin:0!important;
  max-width:32rem!important;
}
.footer a,
.footer a:visited,
.footer .link,
.footer .list-menu__item--link,
.footer .footer-block__details-content a,
.footer .footer__content-top a,
.footer .footer__content-bottom a,
.footer .rte a{
  color:#f7f3ee!important;
  -webkit-text-fill-color:#f7f3ee!important;
  text-decoration:none!important;
  opacity:.92!important;
}
.footer a:hover,
.footer .list-menu__item--link:hover,
.footer .footer-block__details-content a:hover{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  opacity:1!important;
}
.footer .list-menu__item{
  margin-bottom:.8rem!important;
}
.footer .list-menu__item--link,
.footer .footer-block__details-content p,
.footer .footer-block__details-content li{
  font-size:1.78rem!important;
  line-height:1.85!important;
  white-space:normal!important;
  word-break:keep-all!important;
  overflow-wrap:break-word!important;
}
.footer .list-menu__item--link:hover{
  transform:translateX(2px)!important;
}
.footer .footer-block:not(:first-child):not(.footer-block--newsletter) .footer-block__heading{
  position:relative!important;
  padding-bottom:.7rem!important;
  margin-bottom:1rem!important;
}
.footer .footer-block:not(:first-child):not(.footer-block--newsletter) .footer-block__heading::after{
  content:"";
  display:block;
  width:64px;
  height:1px;
  margin-top:.55rem;
  background:rgba(247,243,238,.24)!important;
}
.footer .footer-block--newsletter{
  justify-self:end!important;
  align-self:center!important;
  width:100%!important;
  max-width:60rem!important;
  margin:0 0 0 auto!important;
  padding:4.2rem 3.8rem!important;
  border-radius:30px!important;
  background:#f4ede5!important;
  border:1px solid #e4d7ca!important;
  box-shadow:0 14px 28px rgba(0,0,0,.08)!important;
}
@media screen and (min-width:990px){
  .footer .footer-block--newsletter{
    margin-left:4rem!important;
  }
}
.footer .footer-block--newsletter .footer-block__heading{
  color:#1f2a44!important;
  font-size:4rem!important;
  line-height:1.04!important;
  letter-spacing:-.035em!important;
  margin:0 0 1.6rem!important;
  text-align:center!important;
}
.footer .newsletter-form__field-wrapper{
  width:100%!important;
  max-width:none!important;
}
.footer .field{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  width:100%!important;
}
.footer .field:before,
.footer .field:after{
  display:none!important;
}
.footer .field__label{
  display:none!important;
}
.footer .field__input{
  min-height:7.2rem!important;
  height:7.2rem!important;
  width:100%!important;
  padding:0 8rem 0 2rem!important;
  border-radius:20px!important;
  border:1.2px solid #d7cabc!important;
  background:#fffdf9!important;
  color:#1f2a44!important;
  box-shadow:none!important;
  font-size:1.8rem!important;
}
.footer .field__input::placeholder{
  color:#8b8178!important;
  opacity:1!important;
}
.footer .field__input:hover,
.footer .field__input:focus,
.footer .field__input:focus-visible{
  background:#fffdf9!important;
  border-color:#d7cabc!important;
  box-shadow:none!important;
  outline:none!important;
}
.footer .newsletter-form__button{
  position:absolute!important;
  top:50%!important;
  right:1rem!important;
  transform:translateY(-50%)!important;
  width:4.8rem!important;
  height:4.8rem!important;
  border-radius:999px!important;
  background:#e7a287!important;
  color:#ffffff!important;
  box-shadow:0 10px 20px rgba(255, 244, 238, 1)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  opacity:1!important;
}
.footer .newsletter-form__button:hover{
  transform:translateY(-50%) scale(1.02)!important;
  background:#de8d6c!important;
}
.footer .newsletter-form__button .icon,
.footer .newsletter-form__button svg{
  width:1.9rem!important;
  height:1.9rem!important;
}
.footer .footer__content-bottom{
  border-top:1px solid rgba(247,243,238,.1)!important;
  padding-top:2.2rem!important;
  padding-bottom:2.2rem!important;
}
.footer .footer__copyright,
.footer .copyright__content,
.footer .footer__content-bottom p,
.footer .footer__content-bottom li,
.footer .footer__content-bottom a{
  color:rgba(247,243,238,.68)!important;
  font-size:1.28rem!important;
  line-height:1.6!important;
}
.footer .policies{
  gap:1.6rem!important;
}
.footer .policies li a{
  color:rgba(247,243,238,.68)!important;
}

/* tablet */
@media(max-width:1199px){
  .footer .footer__content-top{
    grid-template-columns:1fr!important;
    row-gap:3.2rem!important;
    align-items:start!important;
  }
  .footer .footer__blocks-wrapper{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    column-gap:2.8rem!important;
    row-gap:2.4rem!important;
  }
  .footer .footer-block:first-child{
    margin-top:0!important;
    padding-right:0!important;
    margin-right:0!important;
    border-right:0!important;
  }
  .footer .footer-block:nth-child(2){
    padding-left:0!important;
  }
  .footer .footer-block:first-child .rte,
  .footer .footer-block:first-child p{
    max-width:none!important;
  }
  .footer .footer-block--newsletter{
    max-width:52rem!important;
  }
}

/* ===== FOOTER MOBILE ===== */
@media(max-width:749px){
  .footer{
    overflow-x:hidden!important;
  }
  .footer .page-width{
    padding:0 12px!important;
  }
  .footer .footer__content-top,
  .footer .footer__blocks-wrapper{
    display:block!important;
    width:100%!important;
    text-align:center!important;
  }
  .footer .footer-block,
  .footer .footer-block.grid__item,
  .footer .footer-block--newsletter{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:0 0 14px!important;
    padding:0!important;
    box-sizing:border-box!important;
  }
  .footer .footer-block:first-child{
    text-align:center!important;
    padding-bottom:12px!important;
    margin-bottom:12px!important;
    margin-right:0!important;
    border-right:0!important;
    position:relative!important;
  }
  .footer .footer-block:first-child .footer-block__heading,
  .footer .footer-block:first-child p,
  .footer .footer-block:first-child .rte{
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .footer .footer-block:first-child .footer-block__heading{
    font-size:20px!important;
    padding-bottom:0!important;
  }
  .footer .footer-block:first-child p,
  .footer .footer-block:first-child .rte{
    font-size:18px!important;
    line-height:1.45!important;
    max-width:none!important;
  }
  .footer .footer-block:first-child::after{
    content:""!important;
    display:block!important;
    width:240px!important;
    max-width:78%!important;
    margin:12px auto 0!important;
    border-bottom:1px dashed rgba(247,243,238,.5)!important;
    height:0!important;
  }
  .footer .footer-block:not(:first-child):not(.footer-block--newsletter) .footer-block__heading{
    font-size:20px!important;
    line-height:1.35!important;
    margin-bottom:4px!important;
    padding-bottom:4px!important;
  }
  .footer .footer-block:not(:first-child):not(.footer-block--newsletter) .footer-block__heading::after{
    width:54px!important;
    height:2px!important;
    margin:4px auto 0!important;
    background:rgba(247,243,238,.5)!important;
  }
  .footer .footer-block__details-content,
  .footer .footer-block__details-content .list-menu{
    margin-top:0!important;
    padding-top:0!important;
  }
  .footer .list-menu__item{
    margin:0 0 1px!important;
  }
  .footer .list-menu__item--link,
  .footer .footer-block p,
  .footer .footer-block .rte{
    font-size:19px!important;
    line-height:1.55!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }
  .footer .footer-block:nth-child(2){
    margin-top:8px!important;
    padding-left:0!important;
  }
  .footer .footer-block--newsletter{
    margin-top:20px!important;
    padding:12px 10px!important;
    border-radius:14px!important;
  }
  .footer .footer-block--newsletter .footer-block__heading{
    font-size:26px!important;
    line-height:1.08!important;
    margin-bottom:8px!important;
    padding-bottom:0!important;
  }
  .footer .field,
  .footer .newsletter-form__field-wrapper{
    width:100%!important;
    max-width:none!important;
    margin:0 auto!important;
  }
  .footer .field__input{
    width:100%!important;
    height:44px!important;
    min-height:44px!important;
    padding:0 48px 0 12px!important;
    font-size:14px!important;
    box-sizing:border-box!important;
    border-radius:12px!important;
  }
  .footer .newsletter-form__button{
    width:30px!important;
    height:30px!important;
    right:6px!important;
  }
  .footer .footer__content-bottom{
    padding:10px 0 12px!important;
    border-top:1px solid rgba(247,243,238,.14)!important;
  }
  .footer .copyright__content,
  .footer .footer__content-bottom a{
    font-size:12px!important;
    line-height:1.35!important;
    text-align:center!important;
  }
}

/* ===== SLIDESHOW ONLY FINAL ===== */
.slideshow__controls{
  display:none!important;
}
.slideshow .slideshow__text.banner__box .banner__heading,
.slideshow .slideshow__text.banner__box .banner__heading *,
.slideshow .slideshow__text.banner__box .banner__text,
.slideshow .slideshow__text.banner__box .banner__text *,
.slideshow .slideshow__text.banner__box .banner__text.rte.body,
.slideshow .slideshow__text.banner__box .banner__text.rte.body *,
.slideshow .slideshow__text.banner__box .banner__text p,
.slideshow .slideshow__text.banner__box .banner__text span{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
  text-shadow:0 2px 12px rgba(0,0,0,.35)!important;
}
.slideshow .slideshow__text.banner__box .banner__heading{
  font-weight:700!important;
  letter-spacing:-.02em!important;
  margin:0 0 10px!important;
}
.slideshow .banner__buttons{
  display:none!important;
}
@media screen and (min-width:990px){
  .slideshow .slideshow__text.banner__box{
    max-width:90rem!important;
  }
  .slideshow .slideshow__text.banner__box .banner__heading{
    font-size:6rem!important;
    line-height:1.05!important;
    white-space:nowrap!important;
  }
  .slideshow .slideshow__text.banner__box .banner__text,
  .slideshow .slideshow__text.banner__box .banner__text.rte.body,
  .slideshow .slideshow__text.banner__box .banner__text p,
  .slideshow .slideshow__text.banner__box .banner__text span{
    font-size:2rem!important;
    line-height:1.35!important;
    font-weight:500!important;
    margin:0!important;
  }
}
@media screen and (min-width:750px) and (max-width:989px){
  .slideshow .slideshow__text.banner__box{
    max-width:76rem!important;
  }
  .slideshow .slideshow__text.banner__box .banner__heading{
    font-size:5rem!important;
    line-height:1.1!important;
  }
  .slideshow .slideshow__text.banner__box .banner__text,
  .slideshow .slideshow__text.banner__box .banner__text.rte.body,
  .slideshow .slideshow__text.banner__box .banner__text p,
  .slideshow .slideshow__text.banner__box .banner__text span{
    font-size:1.6rem!important;
    line-height:1.45!important;
    font-weight:500!important;
    margin:0!important;
  }
}
@media screen and (max-width:749px){
  .slideshow .slideshow__text.banner__box{
    max-width:100%!important;
  }
  .slideshow .slideshow__text.banner__box .banner__heading{
    font-size:4rem!important;
    line-height:1.12!important;
  }
  .slideshow .slideshow__text.banner__box .banner__text,
  .slideshow .slideshow__text.banner__box .banner__text.rte.body,
  .slideshow .slideshow__text.banner__box .banner__text p,
  .slideshow .slideshow__text.banner__box .banner__text span{
    font-size:1.6rem!important;
    line-height:1.5!important;
    font-weight:500!important;
    margin:0!important;
  }
}

/* ===== Basic pages visibility fix ===== */
main#MainContent,
main#MainContent .shopify-section,
main#MainContent .page-width,
main#MainContent .page-width--narrow,
main#MainContent .rte,
main#MainContent .main-page-title,
main#MainContent .page-title{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
}
main#MainContent{
  position:relative!important;
  z-index:1!important;
  overflow:visible!important;
  background:#fffaf4!important;
}
main#MainContent .page-width,
main#MainContent .page-width--narrow{
  position:relative!important;
  z-index:2!important;
}
main#MainContent .main-page-title,
main#MainContent .page-title,
main#MainContent .rte,
main#MainContent .rte p,
main#MainContent .rte li,
main#MainContent .rte h2,
main#MainContent .rte h3{
  font-family:inherit!important;
}
main#MainContent a{
  color:#1f2a44!important;
  -webkit-text-fill-color:#1f2a44!important;
}

/* ===== BASIC PAGES BRAND REFINEMENT ===== */
main#MainContent .page-width--narrow{
  max-width:96rem!important;
  margin:0 auto!important;
  padding:6.4rem 2.8rem 7.2rem!important;
}
main#MainContent .main-page-title,
main#MainContent .page-title{
  color:#1f2a44!important;
  -webkit-text-fill-color:#1f2a44!important;
  font-family:inherit!important;
  font-size:4.8rem!important;
  line-height:1.04!important;
  font-weight:600!important;
  letter-spacing:-.035em!important;
  margin:0 0 2.4rem!important;
  text-align:left!important;
}
main#MainContent .rte{
  color:#5f5750!important;
  -webkit-text-fill-color:#5f5750!important;
  font-family:inherit!important;
  font-size:1.8rem!important;
  line-height:1.92!important;
}
main#MainContent .rte p{
  margin:0 0 1.7rem!important;
  color:#5f5750!important;
  -webkit-text-fill-color:#5f5750!important;
  font-size:1.8rem!important;
  line-height:1.92!important;
}
main#MainContent .rte h2{
  color:#1f2a44!important;
  -webkit-text-fill-color:#1f2a44!important;
  font-size:3rem!important;
  line-height:1.18!important;
  font-weight:600!important;
  letter-spacing:-.02em!important;
  margin:3.8rem 0 1.4rem!important;
}
main#MainContent .rte h3{
  color:#1f2a44!important;
  -webkit-text-fill-color:#1f2a44!important;
  font-size:2.25rem!important;
  line-height:1.28!important;
  font-weight:600!important;
  letter-spacing:-.01em!important;
  margin:2.6rem 0 1rem!important;
}
main#MainContent .rte strong{
  color:#2b2b2b!important;
  -webkit-text-fill-color:#2b2b2b!important;
  font-weight:600!important;
}
main#MainContent .rte a{
  color:#1f2a44!important;
  -webkit-text-fill-color:#1f2a44!important;
  text-decoration:underline!important;
  text-underline-offset:.22rem!important;
  text-decoration-thickness:.08rem!important;
}
main#MainContent .rte ul,
main#MainContent .rte ol{
  margin:0 0 2rem 2.2rem!important;
  padding:0!important;
}
main#MainContent .rte li{
  margin:0 0 .8rem!important;
  color:#5f5750!important;
  -webkit-text-fill-color:#5f5750!important;
  font-size:1.8rem!important;
  line-height:1.88!important;
}
main#MainContent .rte blockquote{
  margin:2.4rem 0!important;
  padding:1.8rem 2rem!important;
  border-left:3px solid #e4d7ca!important;
  background:#fffdf9!important;
  color:#5f5750!important;
}
main#MainContent .rte table{
  width:100%!important;
  border-collapse:collapse!important;
  margin:2.2rem 0!important;
  background:#fffdf9!important;
}
main#MainContent .rte th,
main#MainContent .rte td{
  border:1px solid #eadfd5!important;
  padding:1.2rem 1.4rem!important;
  text-align:left!important;
  font-size:1.65rem!important;
  line-height:1.7!important;
  color:#5f5750!important;
}
main#MainContent .rte th{
  background:#f7f1eb!important;
  color:#1f2a44!important;
  font-weight:600!important;
}
main#MainContent .shopify-policy__container{
  max-width:96rem!important;
  padding:6.4rem 2.8rem 7.2rem!important;
}
main#MainContent .shopify-policy__title h1{
  color:#1f2a44!important;
  font-size:4.8rem!important;
  line-height:1.04!important;
  font-weight:600!important;
  letter-spacing:-.035em!important;
  margin-bottom:2.4rem!important;
}
@media(max-width:749px){
  main#MainContent .page-width--narrow{
    padding:4rem 1.8rem 4.8rem!important;
  }
  main#MainContent .main-page-title,
  main#MainContent .page-title{
    font-size:3.3rem!important;
    line-height:1.1!important;
    margin:0 0 1.8rem!important;
  }
  main#MainContent .rte,
  main#MainContent .rte p,
  main#MainContent .rte li{
    font-size:1.55rem!important;
    line-height:1.8!important;
  }
  main#MainContent .rte h2{
    font-size:2.35rem!important;
    line-height:1.22!important;
    margin:2.8rem 0 1rem!important;
  }
  main#MainContent .rte h3{
    font-size:1.95rem!important;
    line-height:1.3!important;
    margin:2rem 0 .8rem!important;
  }
  main#MainContent .rte th,
  main#MainContent .rte td{
    font-size:1.45rem!important;
    line-height:1.6!important;
    padding:1rem 1.1rem!important;
  }
  main#MainContent .shopify-policy__container{
    padding:4rem 1.8rem 4.8rem!important;
  }
  main#MainContent .shopify-policy__title h1{
    font-size:3.3rem!important;
    line-height:1.1!important;
    margin-bottom:1.8rem!important;
  }
}

/* ===== ZIVVO MOBILE DRAWER - FINAL CLEAN VERSION ===== */
@media screen and (max-width:990px){
  .menu-drawer{
    position:fixed!important;
    top:0!important;
    left:0!important;
    width:100%!important;
    height:100dvh!important;
    background:#fffaf4!important;
    z-index:99999!important;
    transform:translateX(-100%);
    transition:transform .35s ease!important;
    overflow:hidden!important;
  }
  details[open] .menu-drawer{
    transform:translateX(0)!important;
  }
  #menu-drawer{
    height:100dvh!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    padding-top:.8rem!important;
    padding-bottom:8rem!important;
    box-sizing:border-box!important;
  }
  .menu-drawer__inner-container{
    min-height:100%!important;
    height:auto!important;
    display:block!important;
    overflow:visible!important;
    padding:0!important;
    box-sizing:border-box!important;
  }
  .menu-drawer__navigation-container{
    display:block!important;
    height:auto!important;
    min-height:auto!important;
  }
  .menu-drawer__navigation{
    margin-bottom:1.2rem!important;
  }

  .zivvo-mobile-drawer-topbar{
    position:sticky;
    top:0;
    z-index:20;
    display:flex!important;
    align-items:flex-end!important;
    justify-content:center!important;
    min-height:9.8rem!important;
    padding:2.8rem 2rem 1rem!important;
    background:#f5efe7!important;
    box-sizing:border-box!important;
  }
  .zivvo-mobile-drawer-brand{
    color:#1f2a44!important;
    -webkit-text-fill-color:#1f2a44!important;
    font-size:3.8rem!important;
    line-height:1!important;
    font-weight:700!important;
    letter-spacing:-.04em!important;
    text-align:center!important;
    pointer-events:none;
    transform:none!important;
    align-self:end!important;
    margin-bottom:.2rem!important;
  }
  .zivvo-mobile-drawer-close{
    position:absolute!important;
    right:1.8rem!important;
    top:auto!important;
    bottom:1.4rem!important;
    transform:none!important;
    width:4.4rem!important;
    height:4.4rem!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border:0!important;
    background:transparent!important;
    color:#1f2a44!important;
    cursor:pointer!important;
    padding:0!important;
    margin:0!important;
  }
  .zivvo-mobile-drawer-close .svg-wrapper,
  .zivvo-mobile-drawer-close svg{
    width:2.2rem!important;
    height:2.2rem!important;
    display:block!important;
  }

  .zivvo-mobile-accordion-menu{
    list-style:none;
    margin:0;
    padding:1.6rem 2rem 2rem;
  }
  .zivvo-mobile-accordion-item{
    margin:0;
    padding:0;
    border-bottom:1px solid #ddd2c7!important;
  }
  .zivvo-mobile-accordion-details{
    margin:0;
  }
  .zivvo-mobile-accordion-summary{
    list-style:none;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:1.2rem;
    width:100%;
    min-height:7.2rem!important;
    padding:2.1rem 0!important;
    cursor:pointer;
    box-sizing:border-box!important;
  }
  .zivvo-mobile-accordion-summary::-webkit-details-marker{
    display:none;
  }
  .zivvo-mobile-accordion-summary__title,
  .zivvo-mobile-accordion-link{
    color:#172038!important;
    -webkit-text-fill-color:#172038!important;
    font-size:2.15rem!important;
    line-height:1.28!important;
    font-weight:700!important;
    letter-spacing:-.02em!important;
    text-decoration:none!important;
  }
  .zivvo-mobile-accordion-summary__icon{
    position:relative;
    width:2.6rem;
    min-width:2.6rem;
    font-size:2.6rem;
    line-height:1;
    text-align:center;
    color:transparent!important;
  }
  .zivvo-mobile-accordion-summary__icon::before{
    content:"+";
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#2a3552!important;
    opacity:.9!important;
  }
  .zivvo-mobile-accordion-details[open]>.zivvo-mobile-accordion-summary .zivvo-mobile-accordion-summary__icon::before{
    content:"−";
  }
  .zivvo-mobile-accordion-content{
    padding:.4rem 0 1.8rem!important;
  }

  .zivvo-mobile-accordion-submenu{
    list-style:none;
    margin:0;
    padding:0;
  }
  .zivvo-mobile-accordion-subitem{
    margin:0;
    padding:0;
  }
  .zivvo-mobile-accordion-subdetails{
    border-top:1px solid #eee6de!important;
  }
  .zivvo-mobile-accordion-subsummary{
    list-style:none;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:1.2rem;
    width:100%;
    padding:1.45rem 0 1.45rem 2.2rem!important;
    cursor:pointer;
  }
  .zivvo-mobile-accordion-subsummary::-webkit-details-marker{
    display:none;
  }
  .zivvo-mobile-accordion-subsummary__title,
  .zivvo-mobile-accordion-submenu__link{
    color:#3a4966!important;
    -webkit-text-fill-color:#3a4966!important;
    font-size:1.8rem!important;
    line-height:1.32!important;
    font-weight:650!important;
    letter-spacing:-.01em!important;
    text-decoration:none!important;
  }
  .zivvo-mobile-accordion-subdetails[open]>.zivvo-mobile-accordion-subsummary .zivvo-mobile-accordion-subsummary__title{
    color:#3a4966!important;
    -webkit-text-fill-color:#3a4966!important;
  }
  .zivvo-mobile-accordion-subsummary__icon{
    position:relative;
    width:2.2rem;
    min-width:2.2rem;
    font-size:2.2rem;
    line-height:1;
    text-align:center;
    color:transparent!important;
  }
  .zivvo-mobile-accordion-subsummary__icon::before{
    content:"+";
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#4b5973!important;
    opacity:.75!important;
  }
  .zivvo-mobile-accordion-subdetails[open]>.zivvo-mobile-accordion-subsummary .zivvo-mobile-accordion-subsummary__icon::before{
    content:"−";
  }
  .zivvo-mobile-accordion-submenu__link{
    display:block;
    padding:1.45rem 0 1.45rem 2.2rem!important;
  }
  .zivvo-mobile-accordion-thirdlevel{
    padding:.2rem 0 1.2rem 3rem!important;
  }
  .zivvo-mobile-accordion-thirdmenu{
    list-style:none;
    margin:0;
    padding:0;
  }
  .zivvo-mobile-accordion-thirdmenu li{
    margin:0 0 1.1rem;
  }
  .zivvo-mobile-accordion-thirdmenu__link{
    display:block;
    color:#6a5f57!important;
    -webkit-text-fill-color:#6a5f57!important;
    text-decoration:none!important;
    font-size:1.62rem!important;
    line-height:1.68!important;
    font-weight:400!important;
  }
  .zivvo-mobile-accordion-thirdmenu__link:hover{
    color:#1f2a44!important;
    -webkit-text-fill-color:#1f2a44!important;
  }

  .menu-drawer__utility-links{
    padding:1.8rem 2rem calc(2.6rem + env(safe-area-inset-bottom,0px))!important;
    margin-top:1.6rem!important;
    border-top:1px solid #e2d8cf!important;
    background:#f5efe7!important;
  }
  .zivvo-mobile-drawer-actions{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:1rem!important;
    margin-top:1rem!important;
  }
  .menu-drawer__account,
  .zivvo-mobile-drawer-action{
    display:flex!important;
    align-items:center!important;
    gap:1rem!important;
    min-height:4.8rem!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#2a3552!important;
    -webkit-text-fill-color:#2a3552!important;
    text-decoration:none!important;
    font-size:1.85rem!important;
    line-height:1.35!important;
    font-weight:500!important;
    letter-spacing:-.01em!important;
    font-family:inherit!important;
    opacity:1!important;
  }
  .menu-drawer__account .svg-wrapper,
  .zivvo-mobile-drawer-action .svg-wrapper{
    width:2.2rem!important;
    height:2.2rem!important;
    min-width:2.2rem!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 2.2rem!important;
    color:#2a3552!important;
  }
  .menu-drawer__account .svg-wrapper svg,
  .zivvo-mobile-drawer-action .svg-wrapper svg{
    width:2rem!important;
    height:2rem!important;
    display:block!important;
  }
  .menu-drawer__account account-icon{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:2.2rem!important;
    height:2.2rem!important;
    min-width:2.2rem!important;
    flex:0 0 2.2rem!important;
  }
}
/* ==========================================================================
   [안전한 폰트 통일] 구조는 건드리지 않고, 제목 글자 스타일만 100% 일치
   ========================================================================== */

/* 모든 메인 섹션의 제목 폰트 크기, 굵기, 서체만 정밀 타격 */
.title-wrapper-with-link .title,
.title-wrapper .title,
.rich-text__heading,
.rich-text__heading > *,
.multicolumn .title,
.collection-list-title {
  font-size: 3.4rem !important; /* 통일된 시원한 크기 */
  font-weight: 700 !important;  /* 굵기 통일 */
  font-family: var(--font-heading-family) !important;
  text-align: left !important;  /* 글자 자체만 왼쪽 정렬 */
  line-height: 1.2 !important;
  letter-spacing: 0.02rem !important;
  text-transform: none !important;
}

/* 모바일 화면 크기 통일 */
@media screen and (max-width: 749px) {
  .title-wrapper-with-link .title,
  .title-wrapper .title,
  .rich-text__heading,
  .rich-text__heading > *,
  .multicolumn .title,
  .collection-list-title {
    font-size: 2.6rem !important;
  }
}
/* ==========================================================================
   [추가 누락본] 절대 강제 타격: 소제목 흰색 + 모든 버튼 네이비 호버
   ========================================================================== */
body .shopify-section .banner__text p,
body .shopify-section .banner__text span,
body .shopify-section .slideshow__text p,
body .shopify-section .slideshow__text span,
body .shopify-section .image-with-text__text p {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important; 
  font-size: 2.0rem !important;
  font-weight: 600 !important;
  opacity: 1 !important;
}

body .button:hover,
body .button--secondary:hover,
body .button--primary:hover,
body .button--outline:hover,
body .badge:hover,
body .pill-button:hover,
body a.button:hover {
  --color-button-text: #ffffff !important;
  --color-button: #000080 !important;
  --color-base-outline-button-labels: #ffffff !important;
  --color-badge-text: #ffffff !important;
  background-color: #000080 !important;
  color: #ffffff !important;
  border-color: #000080 !important;
}

body .button:hover *,
body .button--secondary:hover *,
body .badge:hover *,
body a.button:hover * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  fill: #ffffff !important; 
}

body .button:hover::after,
body .badge:hover::after,
body a.button:hover::after {
  box-shadow: none !important;
  background-color: transparent !important;
}
/* ==========================================================================
   [1] About ZIVVO 텍스트 두께 얇게 원상복구
   ========================================================================== */
#MainContent .image-with-text__text p {
  font-weight: 400 !important; /* 불똥 튀어서 두꺼워진 글씨를 다시 얇게! */
  color: #6f675f !important;
  -webkit-text-fill-color: #6f675f !important;
}

/* ==========================================================================
   [2] About ZIVVO 버튼 기본 상태 (마우스 안 올렸을 때)
   -> 연베이지 바탕 + 네이비 글씨
   ========================================================================== */
/* 기존 베이스 코드의 네이비 강제 설정을 연베이지로 덮어씁니다 */
#MainContent .image-with-text__content .button {
  background-color: #e8d7cd !important; /* 연베이지 */
  border: 1px solid #e8d7cd !important;
  color: #1f2a44 !important; /* 네이비 글씨 */
  -webkit-text-fill-color: #1f2a44 !important;
  transition: all 0.25s ease !important;
}

#MainContent .image-with-text__content .button * {
  color: #1f2a44 !important;
  -webkit-text-fill-color: #1f2a44 !important;
}

/* ==========================================================================
   [3] 모든 버튼 & Pill 호버 상태 (마우스 올렸을 때)
   -> 네이비 바탕 + 흰색 글씨
   ========================================================================== */
/* About ZIVVO 버튼, 일반 버튼, 컬렉션 Pill 호버를 한꺼번에 타격 */
#MainContent .image-with-text__content .button:hover,
#MainContent .collection-list .card:hover .card__heading a,
#MainContent .collection-list .card__heading a:hover,
#MainContent a.button:hover,
#MainContent button.button:hover,
#MainContent .button:hover {
  background-color: #1f2a44 !important; /* 테마 표준 네이비 */
  border-color: #1f2a44 !important;
  color: #ffffff !important; /* 흰색 글씨 */
  -webkit-text-fill-color: #ffffff !important;
}

/* 호버 시 버튼 내부 텍스트 무조건 흰색 방어 */
#MainContent .image-with-text__content .button:hover *,
#MainContent .collection-list .card:hover .card__heading a *,
#MainContent .collection-list .card__heading a:hover *,
#MainContent a.button:hover *,
#MainContent button.button:hover *,
#MainContent .button:hover * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  fill: #ffffff !important;
}

/* 투명 그림자가 호버 색상을 방해하는 현상 제거 */
#MainContent a.button:hover::after,
#MainContent button.button:hover::after,
#MainContent .button:hover::after {
  box-shadow: none !important;
  background-color: transparent !important;
}
/* ==========================================================================
   [추가 보정 1] About ZIVVO (Our Story) 버튼 글자 굵기 동기화
   ========================================================================== */
/* Kids birthday(Pill)와 동일한 600 굵기로 맞춤 */
#MainContent .image-with-text__content .button {
  font-weight: 600 !important;
}

/* ==========================================================================
   [추가 보정 2] 슬라이드쇼 & 배너 소제목 흰색 '철통 방어'
   ========================================================================== */
/* 기존의 강력한 .rte p (회갈색) 설정을 이길 수 있도록 경로를 더 촘촘하게 잡음 */
#MainContent .banner__box .banner__text p,
#MainContent .banner__box .banner__text span,
#MainContent .banner__box .rte p,
#MainContent .banner__box .rte span,
#MainContent .slideshow__text .rte p {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: 500 !important; /* 소제목에 맞는 적절한 굵기 */
  opacity: 1 !important;
}
@media screen and (max-width:990px){
  .zivvo-mobile-accordion-link{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    min-height:7.2rem!important;
    padding:2.1rem 0!important;
    box-sizing:border-box!important;
    font-size:2.15rem!important;
    line-height:1.28!important;
    font-weight:700!important;
    letter-spacing:-.02em!important;
    color:#172038!important;
    -webkit-text-fill-color:#172038!important;
    text-decoration:none!important;
  }
}
@media screen and (max-width:990px){
  .zivvo-mobile-accordion-item{
    border-bottom:0!important;
  }

  .zivvo-mobile-accordion-summary,
  .zivvo-mobile-accordion-link{
    border-bottom:1px solid #ddd2c7!important;
  }
}
/* 모바일(749px 이하)에서 첫 번째 블록 소셜 아이콘 가운데 정렬 */
@media screen and (max-width: 749px) {
  .footer .footer-block:first-child .list-social,
  .footer .footer__list-social {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}
/* 모바일 사이드 메뉴의 소셜 아이콘 숨기기 */
.menu-drawer__utility-links .list-social {
  display: none !important;
}

/* 아이콘이 사라진 후 생기는 불필요한 여백 제거 */
.menu-drawer__utility-links {
  padding-bottom: 2rem !important;
}
/* ===== ZIVVO PDP FINAL CLEAN (NO WISHLIST OVERRIDE) ===== */

/* 제목 */
.product__info-container .product__title,
.product__info-container .product__title h1,
.product__info-container .product__title .h1 {
  visibility: visible !important;
  opacity: 1 !important;
  color: #222 !important;
  font-size: 2.5rem !important;
  line-height: 1.12 !important;
  letter-spacing: -0.02em !important;
  font-weight: 500 !important;
  margin: 0 0 2rem !important;
}

@media screen and (max-width: 749px) {
  .product__info-container .product__title,
  .product__info-container .product__title h1,
  .product__info-container .product__title .h1 {
    font-size: 1.9rem !important;
    line-height: 1.14 !important;
  }
}

/* 가격 */
.product__info-container .price,
.product__info-container .price__container,
.product__info-container .price-item,
.product__info-container .price-item--regular,
.product__info-container .price-item--sale {
  visibility: visible !important;
  opacity: 1 !important;
  color: #222 !important;
  font-size: 1.9rem !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
}

.product__info-container [id^="price-"],
.product__info-container .price {
  margin: 0 0 2rem !important;
}

/* 수량선택기 */
.product__info-container .product-form__quantity,
.product__info-container .product-form__input--quantity,
.product__info-container [id^="Quantity-Form-"] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  overflow: visible !important;
  margin: 0.25rem 0 0 !important;
}

.product__info-container .product-form__quantity .form__label,
.product__info-container .product-form__input--quantity .form__label,
.product__info-container [id^="Quantity-Form-"] .form__label {
  display: none !important;
}

.product__info-container .product-form__quantity .quantity,
.product__info-container .product-form__input--quantity .quantity,
.product__info-container [id^="Quantity-Form-"] .quantity {
  display: grid !important;
  grid-template-columns: 44px 1fr 44px !important;
  align-items: center !important;
  width: 50% !important;
  height: 54px !important;
  min-height: 54px !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 4px !important;
  background: #fff !important;
}

.product__info-container .product-form__quantity .quantity__button,
.product__info-container .product-form__input--quantity .quantity__button,
.product__info-container [id^="Quantity-Form-"] .quantity__button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 54px !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #555 !important;
  cursor: pointer !important;
}

.product__info-container .product-form__quantity .quantity__button svg,
.product__info-container .product-form__input--quantity .quantity__button svg,
.product__info-container [id^="Quantity-Form-"] .quantity__button svg {
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  color: #555 !important;
}

.product__info-container .product-form__quantity .quantity__input,
.product__info-container .product-form__input--quantity .quantity__input,
.product__info-container [id^="Quantity-Form-"] .quantity__input {
  display: block !important;
  width: 100% !important;
  height: 54px !important;
  min-height: 54px !important;
  border: 0 !important;
  background: transparent !important;
  color: #222 !important;
  -webkit-text-fill-color: #222 !important;
  text-align: center !important;
  font-size: 16px !important;
  line-height: 54px !important;
  padding: 0 !important;
  margin: 0 !important;
  appearance: textfield !important;
  -moz-appearance: textfield !important;
}

.product__info-container .product-form__quantity .quantity__input::-webkit-outer-spin-button,
.product__info-container .product-form__quantity .quantity__input::-webkit-inner-spin-button,
.product__info-container .product-form__input--quantity .quantity__input::-webkit-outer-spin-button,
.product__info-container .product-form__input--quantity .quantity__input::-webkit-inner-spin-button,
.product__info-container [id^="Quantity-Form-"] .quantity__input::-webkit-outer-spin-button,
.product__info-container [id^="Quantity-Form-"] .quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* 버튼 공통 */
.product__info-container .product-form__submit,
.product__info-container .shopify-payment-button__button,
.product__info-container .shopify-payment-button__button--unbranded,
.product__info-container .shopify-payment-button__button--branded {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 0 !important;
}

/* Add to cart / Buy it now 간격 */
.product__info-container .product-form__buttons {
  margin-top: 0.6rem !important;
  margin-bottom: 0 !important;
}

.product__info-container .shopify-payment-button {
  margin-top: 0.25rem !important;
  margin-bottom: 0 !important;
}

/* Add to cart */
.product__info-container .product-form__submit {
  min-height: 54px !important;
  height: 54px !important;
  border-radius: 4px !important;
  border: 1px solid #F4A182 !important;
  background: #F4A182 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
  transition: none !important;
}

.product__info-container .product-form__submit:hover,
.product__info-container .product-form__submit:focus,
.product__info-container .product-form__submit:active {
  border: 1px solid #F4A182 !important;
  background: #F4A182 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Buy it now */
.product__info-container .shopify-payment-button__button--unbranded,
.product__info-container .shopify-payment-button__button--branded {
  min-height: 54px !important;
  height: 54px !important;
  border-radius: 4px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

/* 아코디언 */
.product__info-container .product__accordion,
.product__info-container .accordion {
  display: block !important;
  margin: 0.4rem 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.product__info-container .product__accordion details,
.product__info-container .accordion details {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid #e5e2dd !important;
  border-bottom: 1px solid #e5e2dd !important;
  background: transparent !important;
}

.product__info-container .product__accordion summary,
.product__info-container .accordion summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 44px !important;
  padding: 0 22px 0 0 !important;
  margin: 0 !important;
  list-style: none !important;
  cursor: pointer !important;
  position: relative !important;
}

.product__info-container .product__accordion summary::-webkit-details-marker,
.product__info-container .accordion summary::-webkit-details-marker {
  display: none !important;
}

.product__info-container .product__accordion .summary__title,
.product__info-container .accordion .summary__title {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.product__info-container .product__accordion .accordion__title,
.product__info-container .accordion .accordion__title,
.product__info-container .product__accordion h2,
.product__info-container .accordion h2 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.6rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  color: #222 !important;
}

.product__info-container .product__accordion .accordion__content,
.product__info-container .accordion .accordion__content {
  padding: 0 0 0.8rem 0 !important;
  margin: 0 !important;
  color: #555 !important;
  font-size: 1rem !important;
  line-height: 1.45 !important;
}

/* 기존 캐럿 숨기기 */
.product__info-container .product__accordion summary > .svg-wrapper,
.product__info-container .accordion summary > .svg-wrapper,
.product__info-container .product__accordion summary svg,
.product__info-container .accordion summary svg {
  display: none !important;
}

/* 새 화살표 */
.product__info-container .product__accordion summary::after,
.product__info-container .accordion summary::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #555;
  border-bottom: 1.5px solid #555;
  transform: translateY(-60%) rotate(45deg);
  transition: transform 0.2s ease;
}

.product__info-container .product__accordion details[open] summary::after,
.product__info-container .accordion details[open] summary::after {
  transform: translateY(-35%) rotate(-135deg);
}
/* 1. 가격 및 주요 정보 강조 스타일 */
.product__title h1 {
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  color: #121212;
}

.price--large {
  font-size: 2.4rem !important;
  font-weight: 700 !important;
  color: #ff4d4d; /* 레퍼런스처럼 강조 컬러 사용 */
}

/* 2. 레퍼런스 핵심: 신뢰 아이콘 배너 (Trust Badge Area) */
.custom-trust-badge {
  display: flex;
  justify-content: space-between;
  background: #f8f9fa; /* 연한 회색 배경으로 시각적 분리 */
  border-radius: 8px;
  padding: 15px;
  margin: 20px 0;
  border: 1px solid #eee;
}

.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

.trust-item img {
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
  opacity: 0.8;
}

.trust-item span {
  font-size: 1.1rem;
  font-weight: 600;
  color: #444;
}

/* 3. 구매 버튼(ATC) 강조 스타일 */
.product-form__submit {
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  height: 55px !important;
  font-size: 1.6rem !important;
  transition: transform 0.2s ease;
}

.product-form__submit:hover {
  transform: scale(1.02);
}
/* 1. 가격 및 주요 정보 강조 스타일 */
.product__title h1 {
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  color: #121212;
}

.price--large {
  font-size: 2.4rem !important;
  font-weight: 700 !important;
  color: #ff4d4d; /* 레퍼런스처럼 강조 컬러 사용 */
}
/* 1. 가격 및 주요 정보 강조 스타일 */
.product__title h1 {
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  color: #121212;
}

.price--large {
  font-size: 2.4rem !important;
  font-weight: 700 !important;
  color: #ff4d4d; /* 레퍼런스처럼 강조 컬러 사용 */
}
/* 상품 메인 이미지 왼쪽 정렬 */
@media screen and (min-width: 990px) {
  .product__media-wrapper .slider-mobile-gutter {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .product__media-wrapper .product__media-list {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
  }

  .product__media-wrapper .product__media-item {
    justify-self: start !important;
  }

  .product__media-wrapper .product-media-container,
  .product__media-wrapper .media {
    margin-left: 0 !important;
      margin-right: auto !important;
  } 
}
/* =========================
   이미지 라운드
========================= */

/* 컬렉션/상품 카드 이미지 */
.card__media,
.card__media .media,
.card__inner,
.card__inner .media {
  border-radius: 14px !important;
  overflow: hidden !important;
}

/* 상품 상세 메인 이미지 */
.product__media-wrapper .media,
.product__media-wrapper .product-media-container {
  border-radius: 16px !important;
  overflow: hidden !important;
}

/* 왼쪽 썸네일도 살짝 라운드 */
.thumbnail,
.thumb-force-button {
  border-radius: 10px !important;
  overflow: hidden !important;
}

/* =========================
   상품 제목 밑줄 제거
========================= */

/* 컬렉션/상품 카드 제목 링크 */
.card__heading a,
.full-unstyled-link {
  text-decoration: none !important;
}

/* 호버 시에도 밑줄 제거 */
.card__heading a:hover,
.full-unstyled-link:hover {
  text-decoration: none !important;
}

/* ===== 컬렉션 카드: 제목 2줄 고정 + 가격 위치 정리만 ===== */

/* 제목 링크 밑줄 제거 유지 */
.card__heading a,
.card__heading .full-unstyled-link {
  text-decoration: none !important;
  border-bottom: none !important;
}

/* 제목 2줄까지만 표시 + 2줄 높이 확보 */
.card__heading {
  margin: 0 0 8px !important;
  line-height: 1.35 !important;
}

.card__heading a,
.card__heading .full-unstyled-link {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  min-height: calc(1.35em * 2) !important;
}

/* 가격은 제목 바로 아래 */
.card-information {
  margin-top: 0 !important;
}
/* 카드 제목 */
.card__heading {
  font-size: 18px !important;
  font-weight: 500 !important;
}

/* 카드 가격 */
.card-information .price,
.card-information .price-item,
.card .price {
  font-size: 18px !important;
  line-height: 1.4 !important;
  font-weight: 505 !important;
}
/* ==================================================
   SWYM COLLECTIONS - ONLY ICON / BOX HEART REMOVE
   ================================================== */

/* 컬렉션 카드 하트 버튼 기본 네모 박스 제거 */
.swym-advanced-wishlist-collections {
  appearance: none !important;
  -webkit-appearance: none !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 0 !important;
  font-size: 0 !important;
  border-radius: 0 !important;
  cursor: pointer !important;
}

/* 내부 숫자 숨김 */
.swym-advanced-wishlist-collections-social-count {
  display: none !important;
}

/* 아이콘만 보이게 */
.swym-advanced-wishlist-collections svg {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
  overflow: visible !important;
  margin: 0 !important;
  pointer-events: none !important;
}

/* 혹시 버튼 안 텍스트가 생기면 숨김 */
.swym-advanced-wishlist-collections .swym-custom-btn-text,
.swym-advanced-wishlist-collections #swym-atw-button-text,
.swym-advanced-wishlist-collections .atw-button-text {
  display: none !important;
}

/* 컬렉션 카드 안에서 버튼 위치 안정화 */
.card-wrapper .swym-advanced-wishlist-collections,
.card .swym-advanced-wishlist-collections {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  z-index: 9 !important;
  color: #172133 !important;
}

/* 선택됐을 때 색 */
.card-wrapper .swym-advanced-wishlist-collections[aria-pressed="true"],
.card .swym-advanced-wishlist-collections[aria-pressed="true"] {
  color: #F4A182 !important;
}

/* 카드 이미지/링크 위 기본 버튼 스타일 노출 방지 */
.card-wrapper button.swym-advanced-wishlist-collections:hover,
.card-wrapper button.swym-advanced-wishlist-collections:focus,
.card-wrapper button.swym-advanced-wishlist-collections:active {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
@media screen and (max-width: 989px) {
  /* =========================
     More to Love / 추천상품 카드 이미지 라운드
  ========================= */
  product-recommendations .card-wrapper.product-card-wrapper .card--standard.card--media,
  product-recommendations .card-wrapper.product-card-wrapper .card__inner,
  product-recommendations .card-wrapper.product-card-wrapper .card__media,
  product-recommendations .card-wrapper.product-card-wrapper .media,
  product-recommendations .card-wrapper.product-card-wrapper .media img {
    border-radius: 14px !important;
    overflow: hidden !important;
  }

  /* =========================
     제목 밑줄 제거
  ========================= */
  product-recommendations .card-wrapper.product-card-wrapper.underline-links-hover .card__heading a,
  product-recommendations .card-wrapper.product-card-wrapper .full-unstyled-link {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
  }

  product-recommendations .card-wrapper.product-card-wrapper.underline-links-hover .card__heading a:hover,
  product-recommendations .card-wrapper.product-card-wrapper .full-unstyled-link:hover {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
  }

  /* =========================
     제목 2줄 고정
  ========================= */
  product-recommendations .card-wrapper.product-card-wrapper .card__heading {
    margin: 8px 0 6px !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
  }

  product-recommendations .card-wrapper.product-card-wrapper .card__heading .full-unstyled-link,
  product-recommendations .card-wrapper.product-card-wrapper .card__heading a {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    min-height: calc(1.35em * 2) !important;
  }

  /* =========================
     가격 스타일
  ========================= */
  product-recommendations .card-wrapper.product-card-wrapper .card-information,
  product-recommendations .card-wrapper.product-card-wrapper .card-information .price,
  product-recommendations .card-wrapper.product-card-wrapper .card-information .price-item {
    margin-top: 0 !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
  }
}
/* =========================================
   1. 컬렉션 카드 헤딩(버튼) 배경 & 폰트색 
========================================= */
.collection-list .card__heading a {
  /* 카드 배경과 확실히 구분되는 따뜻하고 세련된 피치 베이지 */
  background: #EBD6C5 !important; 
  color: #121212 !important;
  -webkit-text-fill-color: #121212 !important;
}
/* =========================================
   3. 푸터 뉴스레터 배경색 
========================================= */
.footer .footer-block--newsletter {
  background: #FFF4EE !important; /* 푸터 네이비 배경 위에서는 이 색이 예쁩니다 */
}
/* =========================================
   2. 모바일 버전 - 카드 헤딩(버튼) 강제 확대 (초강력)
========================================= */
@media screen and (max-width: 749px) {
  /* html body를 앞에 붙여서 기존 코드보다 힘을 세게 만듭니다 */
  html body .collection-list .card__content {
    padding: 1.4rem !important; 
  }
  html body .collection-list .card__information {
    padding: 0.5rem !important; 
  }
  
  html body .collection-list .card__heading a {
    padding: 1rem 1rem !important; /* 위아래 통통하게 */
    font-size: 1.4rem !important; /* 글자 크기 확대 */
    line-height: 1.3 !important;
  }
}
.template-collection .announcement-bar-section,
body:has(.cart-items) .announcement-bar-section,
body:has(.cart__items) .announcement-bar-section {
  display: none !important;
}

.template-collection .shopify-section-group-header-group,
body:has(.cart-items) .shopify-section-group-header-group,
body:has(.cart__items) .shopify-section-group-header-group {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;

}
/* =========================
   ZIVVO CART + BACKGROUND FINAL
   Replace previous cart/footer custom CSS with this block only
   ========================= */

/* ---------- CART PAGE WRAPPER ---------- */
.cart,
.cart-page,
main .cart {
  max-width: 124rem;
  margin: 0 auto;
}

/* top title area */
.title-wrapper-with-link {
  margin-bottom: 2rem !important;
}

.title-wrapper-with-link .title,
.title--primary {
  color: #1f2a44;
  letter-spacing: -0.03em;
}

/* ---------- CART TABLE ---------- */
.cart-items {
  border-collapse: separate !important;
  border-spacing: 0 1.4rem !important;
}

.cart-items tbody tr {
  filter: none !important;
}

/* table header */
.cart-items thead th,
.cart-items .caption-with-letter-spacing {
  color: #8a7b70 !important;
  opacity: 1 !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  border-bottom: 0 !important;
  vertical-align: bottom !important;
}

.cart-items thead th {
  padding-top: 0 !important;
  padding-bottom: 1rem !important;
  position: relative !important;
}

.cart-items thead th.caption-with-letter-spacing,
.cart-items thead th.cart-items__heading--quantity,
.cart-items thead th.cart-items__heading--total {
  top: 0.6rem !important;
}

/* desktop header alignment */
@media screen and (min-width: 990px) {
  .cart-items thead th:first-child {
    text-align: left !important;
    padding-left: 3.8rem !important;
    padding-right: 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  .cart-items thead th:nth-child(2),
  .cart-items thead th.cart-items__heading--quantity {
    width: 10rem !important;
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .cart-items thead th:last-child,
  .cart-items thead th.cart-items__heading--total {
    width: 10.5rem !important;
    text-align: right !important;
    padding-right: 2.8rem !important;
  }
}

/* item rows */
.cart-items td {
  background: #fff8f3 !important;
  border-top: 1px solid #e3d6ca !important;
  border-bottom: 1px solid #e3d6ca !important;
  box-shadow: none !important;
  vertical-align: middle !important;
  padding-top: 1.8rem !important;
  padding-bottom: 1.8rem !important;
}

.cart-items td:first-child {
  border-left: 1px solid #e3d6ca !important;
  border-top-left-radius: 1.8rem !important;
  border-bottom-left-radius: 1.8rem !important;
  width: 9.6rem !important;
  min-width: 9.6rem !important;
  max-width: 9.6rem !important;
  padding-left: 2rem !important;
  padding-right: 0 !important;
}

.cart-items td:last-child {
  border-right: 1px solid #e3d6ca !important;
  border-top-right-radius: 1.8rem !important;
  border-bottom-right-radius: 1.8rem !important;
  padding-right: 2rem !important;
}

.cart-items td:nth-child(2) {
  padding-left: 0.4rem !important;
}

/* ---------- PRODUCT IMAGE ---------- */
.cart-item__media {
  width: 8.8rem !important;
  min-width: 8.8rem !important;
  max-width: 8.8rem !important;
  margin: 0 !important;
}

.cart-item__link,
.cart-item__image-container {
  width: 8.8rem !important;
  min-width: 8.8rem !important;
  max-width: 8.8rem !important;
  display: block !important;
}

.cart-item__image,
.cart-item__image-container img,
.cart-item__media img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  border: 1px solid #e2d4c8 !important;
  border-radius: 1.4rem !important;
}

/* ---------- PRODUCT TEXT ---------- */
.cart-item__name,
.cart-item__name * {
  color: #1f2a44 !important;
  font-weight: 500 !important;
  font-size: 1.9rem !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

.cart-item__details,
.cart-item__details *,
.product-option {
  color: #7b6f66 !important;
  font-size: 1.5rem !important;
  opacity: 1 !important;
}

/* ---------- QUANTITY ---------- */
.cart-item__quantity-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 1.2rem !important;
  opacity: 1 !important;
}

.quantity {
  min-height: 4.2rem !important;
  border-radius: 999px !important;
  border: 1px solid #d8cabf !important;
  background: #fff !important;
  box-shadow: 0 1px 0 rgba(31, 42, 68, 0.03) !important;
}

.quantity__input,
.quantity__button {
  color: #1f2a44 !important;
  opacity: 1 !important;
  font-weight: 600 !important;
}

.quantity__button:hover {
  background: #f8efe8 !important;
}

/* remove / misc buttons */
.cart-remove-button .button,
.cart__remove-all,
.cart-item__quantity-wrapper .button {
  color: #7b6f66 !important;
  opacity: 0.8 !important;
}

/* ---------- PRICE / TOTAL ---------- */
.cart-item__price-wrapper,
.cart-item__price-wrapper *,
.cart-item__totals,
.cart-item__totals *,
.totals,
.totals * {
  color: #1f2a44 !important;
  opacity: 1 !important;
  font-weight: 700 !important;
}

/* ---------- CHECKOUT SUMMARY CARD ---------- */
.cart__footer .cart__blocks,
.cart__blocks,
.cart__totals-wrapper {
  background: #ffffff !important;
  border: 1px solid #e7ddd3 !important;
  border-radius: 2.2rem !important;
  padding: 2.8rem !important;
  box-shadow: 0 10px 24px rgba(31, 42, 68, 0.05) !important;
  box-sizing: border-box !important;
}

.cart__footer .totals {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 1.6rem !important;
  width: 100% !important;
  text-align: center !important;
}

.cart__footer .totals *,
.cart__footer .tax-note,
.cart__footer .tax-note * {
  text-align: center !important;
}

.cart__footer .totals__total {
  letter-spacing: -0.02em !important;
}

.cart__footer .totals__total-value {
  position: relative;
  top: 0.2rem;
}

/* note */
.tax-note,
.cart__ctas + *,
.cart__footer .small-text {
  color: #6f645c !important;
  font-weight: 500 !important;
  opacity: 1 !important;
}

.tax-note a,
.cart__footer a {
  text-decoration: none !important;
}

/* checkout button */
.cart__ctas {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

.cart__checkout-button,
#checkout {
  min-height: 5.4rem !important;
  width: 100% !important;
  max-width: 36rem !important;
  margin: 0 auto !important;
  border-radius: 1.4rem !important;
  background: #121212 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-size: 2rem !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

/* cleanup */
.cart__footer > div:empty {
  display: none !important;
}

.cart__note,
.cart__dynamic-checkout-buttons {
  margin-top: 1.4rem !important;
}

/* =========================
   DESKTOP
   ========================= */
@media screen and (min-width: 990px) {
  .title-wrapper-with-link {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .cart {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 52rem !important;
    column-gap: 3.2rem !important;
    align-items: start !important;
  }

  .title-wrapper-with-link {
    grid-column: 1 / -1 !important;
  }

  .cart__items {
    grid-column: 1 !important;
    align-self: start !important;
  }

  .cart__footer {
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: start !important;
    width: 52rem !important;
    max-width: 52rem !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    display: block !important;
    float: none !important;
    clear: both !important;
  }

  .cart__footer .cart__blocks {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    position: static !important;
    text-align: center !important;
  }

  .tax-note {
    white-space: nowrap !important;
    font-size: 1.45rem !important;
    line-height: 1.4 !important;
    text-align: center !important;
  }
}

/* =========================
   MOBILE
   ========================= */
@media screen and (max-width: 989px) {
  .cart,
  .cart-page,
  main .cart {
    max-width: 100% !important;
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }

  /* prevent inner double scroll */
  cart-items,
  #main-cart-items,
  .cart,
  .cart__items,
  .cart__items-wrapper,
  .cart-items,
  .cart-items tbody,
  .cart-items tfoot,
  .js-contents,
  cart-items > .page-width,
  #main-cart-items > .page-width,
  cart-items form.cart__contents,
  #main-cart-items form.cart__contents {
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    overflow: visible !important;
    overflow-y: visible !important;
    overflow-x: visible !important;
    -webkit-overflow-scrolling: auto !important;
  }

  .cart__items-wrapper,
  .cart__items,
  .cart-items {
    display: block !important;
  }

  .cart-items tbody {
    display: table-row-group !important;
  }

  .title-wrapper-with-link {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1rem !important;
    margin-bottom: 1.6rem !important;
  }
  .cart-items thead,
  .cart-items thead tr,
  .cart-items thead th {
    display: none !important;
  }

  .cart__items,
  .cart__items-wrapper {
    background: #FFFFFF !important;
    border: 1px solid #ece2d8 !important;
    border-radius: 2rem !important;
    box-shadow: 0 10px 24px rgba(31, 42, 68, 0.04) !important;
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .cart-items {
    border-collapse: separate !important;
    border-spacing: 0 1rem !important;
    margin: 0 !important;
  }

  .cart-items tbody,
  .cart-items tbody tr,
  .cart-items tbody tr.cart-item {
    margin: 0 !important;
  }

  .cart-items tbody tr,
  .cart-items tbody tr.cart-item {
    display: grid !important;
    grid-template-columns: 7.6rem minmax(0, 1fr) auto;
    grid-template-areas:
      "image details total"
      "image qty remove";
    gap: 1rem 1.2rem !important;
    align-items: center !important;
    background: #fff8f3 !important;
    border: 1px solid #e3d6ca !important;
    border-radius: 1.8rem !important;
    padding: 1.2rem !important;
    margin-bottom: 1rem !important;
    box-shadow: none !important;
    filter: none !important;
    overflow: hidden !important;
  }

  .cart-items td,
  .cart-items td:first-child,
  .cart-items td:last-child {
    display: contents !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  .cart-item__media,
  .cart-item__link,
  .cart-item__image-container {
    grid-area: image !important;
    width: 7.6rem !important;
    min-width: 7.6rem !important;
    max-width: 7.6rem !important;
    margin: 0 !important;
    display: block !important;
    align-self: start !important;
  }

  .cart-item__image,
  .cart-item__image-container img,
  .cart-item__media img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
    border: 1px solid #e2d4c8 !important;
    border-radius: 1.4rem !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  .cart-item__details {
    grid-area: details !important;
    padding-left: 0 !important;
    align-self: start !important;
    min-width: 0 !important;
  }

  .cart-item__name,
  .cart-item__name * {
    color: #1f2a44 !important;
    font-size: 2rem !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    opacity: 1 !important;
  }

  .cart-item__details,
  .cart-item__details *,
  .product-option {
    color: #7b6f66 !important;
    font-size: 1.2rem !important;
    line-height: 1.45 !important;
    opacity: 1 !important;
  }

  .cart-item__price-wrapper,
  .cart-item__price-wrapper * {
    display: none !important;
  }

  .cart-item__totals,
  .cart-item__totals * {
    grid-area: total !important;
    align-self: start !important;
    justify-self: end !important;
    text-align: right !important;
    color: #1f2a44 !important;
    font-weight: 700 !important;
    opacity: 1 !important;
    margin: 0 !important;
  }

  .cart-item__totals .price,
  .cart-item__totals .price * {
    font-size: 1.9rem !important;
    line-height: 1.2 !important;
  }

  .cart-item__quantity-wrapper,
  .cart-item__quantity {
    grid-area: qty !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.8rem !important;
    flex-wrap: nowrap !important;
    margin: 0 !important;
    opacity: 1 !important;
  }

  .quantity {
    min-height: 3.8rem !important;
    border-radius: 999px !important;
    border: 1px solid #d8cabf !important;
    background: #fff !important;
    box-shadow: 0 1px 0 rgba(31, 42, 68, 0.03) !important;
  }

  .quantity__input,
  .quantity__button {
    color: #1f2a44 !important;
    opacity: 1 !important;
    font-weight: 600 !important;
  }

  .cart-remove-button,
  .cart-item__remove {
    grid-area: remove !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
    justify-self: end !important;
    margin: 0 !important;
    position: static !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
  }

  .cart-remove-button .button,
  .cart-item__remove .button {
    width: 3.6rem !important;
    height: 3.6rem !important;
    min-width: 3.6rem !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #7b6f66 !important;
    opacity: 0.9 !important;
  }

  .cart__footer {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .cart__footer .cart__blocks,
  .cart__blocks,
  .cart__totals-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    border-radius: 1.8rem !important;
    text-align: center !important;
  }

  .cart__footer .totals {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 1rem !important;
    flex-wrap: wrap !important;
    text-align: center !important;
    margin: 0 0 1.4rem 0 !important;
  }

  .cart__footer .totals *,
  .tax-note,
  .tax-note * {
    text-align: center !important;
  }

  .tax-note {
    white-space: normal !important;
    line-height: 1.5 !important;
    font-size: 1.35rem !important;
    margin: 0 0 1.4rem 0 !important;
  }

  .cart__ctas {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .cart__checkout-button,
  #checkout {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 5rem !important;
    font-size: 1.7rem !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin: 0 !important;
  }
}

/* ---------- FOOTER STRIP REMOVE ---------- */
main#MainContent,
#MainContent.content-for-layout {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.shopify-section-group-footer-group {
  margin-top: 0 !important;
  padding-top: 0 !important;
  background: #001b4d !important;
}

.shopify-section-group-footer-group .shopify-section,
.footer,
.footer:not(.color-scheme-1) {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}
body:has(.cart-items),
body:has(.cart__items),
body:has(.cart-items) main#MainContent,
body:has(.cart__items) main#MainContent,
body:has(.cart-items) #MainContent,
body:has(.cart__items) #MainContent,
body:has(.cart-items) .cart__items,
body:has(.cart__items) .cart__items,
body:has(.cart-items) .cart__items-wrapper,
body:has(.cart__items) .cart__items-wrapper {
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
}
/* cart product area background */
.cart__items,
.cart__items-wrapper {
  background: #F5F5F5 !important;
}

/* desktop checkout box bottom spacing */
@media screen and (min-width: 990px) {
  .cart__footer {
    margin-bottom: 3.5rem !important;
    padding-bottom: 0 !important;
  }
}
/* ---------- MAIN CART WRAPPER CARD ---------- */
.cart__items,
.cart__items-wrapper {
  background: #F5F5F5 !important;
  border: 1px solid #ece2d8 !important;
  border-radius: 2.4rem !important;
  box-shadow: 0 12px 28px rgba(31, 42, 68, 0.05) !important;
  padding: 1.4rem !important;
  margin-bottom: 2.4rem !important;
}

/* ===== CART BACKGROUND FINAL FIX ===== */

/* 바깥 전체 영역은 흰색 */
body:has(.cart-items),
body:has(.cart__items),
body:has(.cart-items) main#MainContent,
body:has(.cart__items) main#MainContent,
body:has(.cart-items) #MainContent,
body:has(.cart__items) #MainContent,
body:has(.cart-items) #MainContent > .shopify-section:first-child,
body:has(.cart__items) #MainContent > .shopify-section:first-child,
body:has(.cart-items) cart-items,
body:has(.cart__items) cart-items,
body:has(.cart-items) cart-items > .page-width,
body:has(.cart__items) cart-items > .page-width,
body:has(.cart-items) .cart__items,
body:has(.cart__items) .cart__items,
body:has(.cart-items) .cart__items-wrapper,
body:has(.cart__items) .cart__items-wrapper {
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
}

/* 안쪽 상품 리스트 영역(1번)만 회색 */
body:has(.cart-items) .cart__items .js-contents,
body:has(.cart__items) .cart__items .js-contents,
body:has(.cart-items) .cart__items-wrapper .js-contents,
body:has(.cart__items) .cart__items-wrapper .js-contents,
body:has(.cart-items) .cart__items .cart-items,
body:has(.cart__items) .cart__items .cart-items,
body:has(.cart-items) .cart__items-wrapper .cart-items,
body:has(.cart__items) .cart__items-wrapper .cart-items,
body:has(.cart-items) .cart__items .cart-items thead,
body:has(.cart__items) .cart__items .cart-items thead,
body:has(.cart-items) .cart__items-wrapper .cart-items thead,
body:has(.cart__items) .cart__items-wrapper .cart-items thead,
body:has(.cart-items) .cart__items .cart-items thead tr,
body:has(.cart__items) .cart__items .cart-items thead tr,
body:has(.cart-items) .cart__items-wrapper .cart-items thead tr,
body:has(.cart__items) .cart__items-wrapper .cart-items thead tr {
  background: #F5F5F5 !important;
  background-color: #F5F5F5 !important;
}
/* ===== CART BACKGROUND SIMPLE FIX ===== */

/* 장바구니 페이지 바깥 전체는 흰색 */
body:has(.cart-items) #MainContent,
body:has(.cart__items) #MainContent,
body:has(.cart-items) cart-items,
body:has(.cart__items) cart-items,
body:has(.cart-items) cart-items > .page-width,
body:has(.cart__items) cart-items > .page-width {
  background: #FFFFFF !important;
}

/* 장바구니 큰 박스 전체는 통째로 회색 */
body:has(.cart-items) .cart__items,
body:has(.cart__items) .cart__items,
body:has(.cart-items) .cart__items-wrapper,
body:has(.cart__items) .cart__items-wrapper,
body:has(.cart-items) .cart__items .js-contents,
body:has(.cart__items) .cart__items .js-contents,
body:has(.cart-items) .cart__items-wrapper .js-contents,
body:has(.cart__items) .cart__items-wrapper .js-contents,
body:has(.cart-items) .cart__items .cart-items,
body:has(.cart__items) .cart__items .cart-items,
body:has(.cart-items) .cart__items-wrapper .cart-items,
body:has(.cart__items) .cart__items-wrapper .cart-items,
body:has(.cart-items) .cart__items .cart-items thead,
body:has(.cart__items) .cart__items .cart-items thead,
body:has(.cart-items) .cart__items-wrapper .cart-items thead,
body:has(.cart__items) .cart__items-wrapper .cart-items thead,
body:has(.cart-items) .cart__items .cart-items thead tr,
body:has(.cart__items) .cart__items .cart-items thead tr,
body:has(.cart-items) .cart__items-wrapper .cart-items thead tr,
body:has(.cart__items) .cart__items-wrapper .cart-items thead tr {
  background: #FAFAFA !important;
}
/* mobile checkout box outer spacing equal */
@media screen and (max-width: 989px) {
  .cart__footer,
  .cart__footer-wrapper,
  [id*="__cart-footer"] {
    margin-top: 0rem !important;
    margin-bottom: 1.5rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .cart__footer .cart__blocks,
  .cart__blocks,
  .cart__totals-wrapper {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
/* mobile footer top spacing */
@media screen and (max-width: 989px) {
  .shopify-section-group-footer-group {
    margin-top: 0rem !important;
    padding-top: 0 !important;
  }

  .shopify-section-group-footer-group .shopify-section,
  .footer,
  .footer:not(.color-scheme-1) {
    margin-top: 0 !important;
    padding-top: 4rem !important;
  }
}
/* ===== Home hero readability polish ===== */
.template-index .banner,
.template-index .slideshow__slide {
  position: relative;
}

.template-index .banner__media::after,
.template-index .slideshow__slide .banner__media::after,
.template-index .slideshow__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(18, 18, 18, 0.26) 0%,
    rgba(18, 18, 18, 0.14) 38%,
    rgba(18, 18, 18, 0.06) 68%,
    rgba(18, 18, 18, 0.02) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.template-index .banner__content,
.template-index .slideshow__text,
.template-index .slideshow__text-wrapper {
  position: relative;
  z-index: 2;
}

.template-index .banner__heading,
.template-index .slideshow__heading,
.template-index .banner__text,
.template-index .slideshow__text-body,
.template-index .banner__buttons {
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

.template-index .banner__box,
.template-index .slideshow__text {
  max-width: 54rem;
}

.template-index .banner__heading,
.template-index .slideshow__heading {
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.template-index .banner__text,
.template-index .slideshow__text-body {
  max-width: 42rem;
  line-height: 1.55;
}

.template-index .banner__buttons .button,
.template-index .slideshow__text .button {
  min-height: 4.8rem;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 989px) {
  .template-index .banner__media::after,
  .template-index .slideshow__slide .banner__media::after,
  .template-index .slideshow__media::after {
    background: linear-gradient(
      180deg,
      rgba(18, 18, 18, 0.18) 0%,
      rgba(18, 18, 18, 0.08) 35%,
      rgba(18, 18, 18, 0.02) 100%
    );
  }

  .template-index .banner__box,
  .template-index .slideshow__text {
    max-width: 100%;
  }

  .template-index .banner__text,
  .template-index .slideshow__text-body {
    max-width: 30rem;
  }
}
/* ===== Product card title height unify ===== */
.template-collection .card__heading,
.template-index .card__heading,
.template-search .card__heading {
  min-height: 4.8rem;
  line-height: 1.35 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.template-collection .card__heading a,
.template-index .card__heading a,
.template-search .card__heading a {
  line-height: 1.35 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 989px) {
  .template-collection .card__heading,
  .template-index .card__heading,
  .template-search .card__heading {
    min-height: 4.4rem;
  }
}
/* =========================
   ZIVVO x Wishlist Plus
   FINAL CONSOLIDATED CSS
   Replace all previous Wishlist Plus CSS with this block only
   ========================= */
/* ---------------------------------
   1) Toast / notification
--------------------------------- */
/* 공통 박스 */
#swym-storefront-layout-notification,
.swym-ui-component .swym-added-notification,
.swym-ui-component .swym-notification-wishlist,
.swym-ui-component .swym-notification,
.swym-ui-component .swym-toast {
  min-width: 320px !important;
  max-width: 380px !important;
  width: auto !important;
  min-height: 92px !important;
  padding: 14px 16px !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 28px rgba(31, 42, 68, 0.14) !important;
  box-sizing: border-box !important;
}

/* 내부 행 정렬 */
#swym-storefront-layout-notification > div,
.swym-ui-component .swym-added-notification,
.swym-ui-component .swym-notification-wishlist,
.swym-ui-component .swym-notification,
.swym-ui-component .swym-toast {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

/* 이미지 래퍼 */
#swym-storefront-layout-notification [class*="image"],
#swym-storefront-layout-notification [class*="image-container"],
.swym-ui-component [class*="image"],
.swym-ui-component [class*="image-container"] {
  flex: 0 0 48px !important;
  width: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
}

/* 이미지 */
#swym-storefront-layout-notification img,
#swym-storefront-layout-notification picture img,
#swym-storefront-layout-notification [class*="image"] img,
.swym-ui-component .swym-added-notification img,
.swym-ui-component .swym-notification-wishlist img,
.swym-ui-component .swym-notification img,
.swym-ui-component .swym-toast img,
.swym-ui-component picture img,
.swym-ui-component [class*="image"] img {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  max-width: 48px !important;
  max-height: 48px !important;
  border-radius: 10px !important;
  object-fit: cover !important;
  display: block !important;
}

/* 텍스트 영역 */
#swym-storefront-layout-notification [class*="content"],
#swym-storefront-layout-notification [class*="text"],
#swym-storefront-layout-notification [class*="details"],
.swym-ui-component [class*="content"],
.swym-ui-component [class*="text"],
.swym-ui-component [class*="details"] {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

/* 상품명 / 제목 */
#swym-storefront-layout-notification [class*="title"],
#swym-storefront-layout-notification [class*="product-title"],
.swym-ui-component .swym-added-notification [class*="title"],
.swym-ui-component .swym-notification-wishlist [class*="title"],
.swym-ui-component .swym-notification [class*="title"],
.swym-ui-component .swym-toast [class*="title"],
.swym-ui-component [class*="product-title"] {
  font-size: 15px !important;
  line-height: 1.28 !important;
  font-weight: 600 !important;
  margin: 0 !important;
  word-break: break-word !important;
}

/* Saved / Removed 단문 토스트 텍스트 */
#swym-storefront-layout-notification strong,
#swym-storefront-layout-notification span,
.swym-ui-component .swym-toast strong,
.swym-ui-component .swym-toast span,
.swym-ui-component .swym-notification strong,
.swym-ui-component .swym-notification span {
  font-size: 15px !important;
  line-height: 1.28 !important;
  font-weight: 600 !important;
}

/* 일반 메시지 */
#swym-storefront-layout-notification [class*="message"],
.swym-ui-component .swym-added-notification [class*="message"],
.swym-ui-component .swym-notification-wishlist [class*="message"],
.swym-ui-component .swym-notification [class*="message"],
.swym-ui-component .swym-toast [class*="message"] {
  font-size: 13px !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}

/* 버튼 */
#swym-storefront-layout-notification button,
#swym-storefront-layout-notification .swym-button,
#swym-storefront-layout-notification .swym-view-product,
.swym-ui-component .swym-added-notification button,
.swym-ui-component .swym-notification-wishlist button,
.swym-ui-component .swym-notification button,
.swym-ui-component .swym-toast button,
.swym-ui-component .swym-button,
.swym-ui-component .swym-view-product {
  flex: 0 0 auto !important;
  min-height: 40px !important;
  height: 40px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

/* 상단 파란 진행바 너무 두껍지 않게 */
#swym-storefront-layout-notification [class*="progress"],
#swym-storefront-layout-notification [class*="bar"],
.swym-ui-component [class*="progress"],
.swym-ui-component [class*="bar"] {
  height: 4px !important;
  border-radius: 999px !important;
}

/* 다크 Removed 토스트도 같은 밀도로 */
.swym-ui-component .swym-notification,
.swym-ui-component .swym-toast {
  align-items: center !important;
}
/* Product card image border */
.card__media img {
  border: 1px solid rgba(31, 42, 68, 0.08);
  border-radius: 16px !important;
}
/* Swym popup image border */
#swym-storefront-layout-notification img,
.swym-ui-component img {
  border: 1px solid rgba(31, 42, 68, 0.1);
  border-radius: 10px !important;
}
/* ---------------------------------
   2) Hide My Collections / Party Favorites
--------------------------------- */
swym-storefront-layout-collection-carousel,
swym-storefront-layout-collection-list,
#swym-storefront-layout-collection-list,
[aria-label="Your Wishlist Collections"] {
  display: none !important;
}

/* ---------------------------------
   3) Hide Add to Collection everywhere
--------------------------------- */
/* 3-dot 메뉴 안 Add to Collection 항목 */
.swym-storefront-layout-action-tooltip-btn.add-to-collection-button {
  display: none !important;
}

/* 안전장치: collection 관련 wrapper 숨김 */
[class*="add-item-to-collection"],
[class*="action-on-collections"] {
  display: none !important;
}

/* ---------------------------------
   4) Drawer header
--------------------------------- */
.swym-storefront-layout-header {
  background: #fff8f4 !important;
  border-bottom: 1px solid #ece2d8 !important;
  padding: 18px 16px 14px !important;
}

.swym-storefront-layout-header h1,
.swym-storefront-layout-header h2,
.swym-storefront-layout-header h3 {
  color: #2f3a4d !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  margin: 0 0 4px !important;
}

.swym-storefront-layout-header p,
.swym-storefront-layout-header span {
  color: #7b6f66 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

/* ---------------------------------
   5) Drawer product cards
--------------------------------- */
swym-storefront-layout-item {
  display: block !important;
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
}

swym-storefront-layout-item:last-child {
  margin-bottom: 0 !important;
}

swym-storefront-layout-item > .swym-storefront-layout-grid-item {
  width: 100% !important;
  box-sizing: border-box !important;
  background: #fffdfc !important;
  border-radius: 14px !important;
  border: 1px solid #aeb8c6 !important;
  box-shadow: none !important;
  padding: 12px !important;
  position: relative !important;
  align-items: center !important;
}

/* ---------------------------------
   6) Drawer image size bigger + centered
--------------------------------- */
.swym-storefront-layout-grid-item-image-container {
  width: 72px !important;
  min-width: 72px !important;
  max-width: 72px !important;
  height: 72px !important;
  min-height: 72px !important;
  max-height: 72px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  gap: 0 !important;
  align-self: center !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  border: 1px solid #e7ddd3 !important;
}

.swym-storefront-layout-grid-item-image-container::before,
.swym-storefront-layout-grid-item-image-container::after {
  content: none !important;
  display: none !important;
}

.swym-storefront-layout-grid-item-image-container img {
  width: 72px !important;
  min-width: 72px !important;
  max-width: 72px !important;
  height: 72px !important;
  min-height: 72px !important;
  max-height: 72px !important;
  display: block !important;
  object-fit: cover !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 12px !important;
  background: transparent !important;
}

/* ---------------------------------
   7) Drawer text / price / option button
--------------------------------- */
.swym-storefront-layout-grid-item-content {
  padding-right: 28px !important;
}

.swym-storefront-layout-grid-item .swym-price,
.swym-storefront-layout-grid-item .swym-product-price,
.swym-storefront-layout-grid-item [class*="price"] {
  color: #5f5750 !important;
  font-weight: 500 !important;
}

.swym-storefront-layout-grid-item-option-button {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* ---------------------------------
   8) Buttons bold
--------------------------------- */
.swym-storefront-layout-grid-item-content button,
.swym-storefront-layout-grid-item-content [role="button"],
.swym-storefront-layout-login-button,
.swym-storefront-layout-login-button span {
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

/* ---------------------------------
   9) Login CTA
--------------------------------- */
.swym-storefront-layout-login-user {
  margin-top: 12px !important;
  padding: 14px 16px 16px !important;
  background: #fff8f4 !important;
  border-top: 1px solid #ece2d8 !important;
}

.swym-storefront-layout-login-button {
  font-weight: 700 !important;
}

/* ---------------------------------
   10) Mobile toast tweaks
--------------------------------- */
@media screen and (max-width: 767px) {
  #swym-storefront-layout-notification,
  .swym-ui-component .swym-added-notification,
  .swym-ui-component .swym-notification-wishlist,
  .swym-ui-component .swym-notification,
  .swym-ui-component .swym-toast {
    min-width: 0 !important;
    width: calc(100vw - 24px) !important;
    max-width: 480px !important;
    padding: 14px 16px !important;
  }

  .swym-ui-component .swym-added-notification img,
  .swym-ui-component .swym-notification-wishlist img,
  .swym-ui-component .swym-notification img,
  .swym-ui-component .swym-toast img {
    width: 50px !important;
    height: 50px !important;
  }

  .swym-storefront-layout-header {
    padding: 18px 16px 14px !important;
  }

  .swym-storefront-layout-header h1,
  .swym-storefront-layout-header h2,
  .swym-storefront-layout-header h3 {
    font-size: 18px !important;
  }

  .swym-storefront-layout-login-user {
    padding: 14px 16px 16px !important;
  }
}
.cart-checkout-badge {
  margin: 1.2rem 0 1.2rem;
  text-align: center;
}

.cart-checkout-badge img {
  display: inline-block;
  width: 70%;
  max-width: 70%;
  height: auto;
  border-radius: 12px;
}
.template-cart .cart__blocks .totals,
.template-cart .cart__blocks .totals * {
  font-size: inherit;
}

.template-cart .cart__blocks .totals h2.totals__total {
  font-size:32px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  margin: 0 !important;
}

.template-cart .cart__blocks .totals p.totals__total-value {
  font-size: 32px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
/* ===== Mobile Footer Optimization ===== */

/* 전체 푸터 여백 줄이기 */
.footer {
  padding-top: 32px !important;
  padding-bottom: 28px !important;
}

/* 상단 소개 영역 */
.footer .footer__content-top {
  margin-bottom: 20px !important;
}

.footer p {
  line-height: 1.5 !important;
  font-size: 14px !important;
}

/* SNS 아이콘 간격 */
.footer .list-social {
  margin-top: 10px !important;
  margin-bottom: 16px !important;
  gap: 14px !important;
}

/* 구분선 */
.footer hr,
.footer .footer__content-bottom {
  margin: 18px 0 !important;
}

/* 메뉴 타이틀 (Shop / Help / About) */
.footer__heading {
  font-size: 16px !important;
  margin-bottom: 8px !important;
}

/* 메뉴 리스트 간격 */
.footer__list {
  gap: 6px !important;
}

.footer__list li {
  margin-bottom: 6px !important;
}

/* 링크 텍스트 */
.footer__list a {
  font-size: 14px !important;
  line-height: 1.4 !important;
}

/* ===== 뉴스레터 박스 ===== */
.footer .newsletter-form {
  margin-top: 18px !important;
}

.footer .newsletter-form__field-wrapper {
  padding: 14px !important;
  border-radius: 14px !important;
}

/* 제목 */
.footer .newsletter-form__heading {
  font-size: 18px !important;
  margin-bottom: 10px !important;
}

/* 입력창 */
.footer input[type="email"] {
  height: 42px !important;
  font-size: 14px !important;
}

/* 버튼 */
.footer .newsletter-form__button {
  width: 42px !important;
  height: 42px !important;
}

/* ===== 모바일 전용 더 컴팩트 ===== */
@media screen and (max-width: 749px) {

  .footer {
    padding-top: 28px !important;
    padding-bottom: 24px !important;
  }

  .footer__blocks-wrapper {
    gap: 18px !important;
  }

  .footer__heading {
    margin-top: 10px !important;
  }

}
/* Mobile footer spacing refinement */
@media screen and (max-width: 749px) {
  .footer__blocks-wrapper {
    gap: 12px !important;
  }

  .footer-block.grid__item {
    margin: 0 !important;
    padding: 0 !important;
  }

  .footer__heading {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }

  .footer__list {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .footer__list li {
    margin-bottom: 4px !important;
  }

  .footer .newsletter-form {
    margin-top: 14px !important;
  }

  .footer .newsletter-form__field-wrapper {
    padding: 12px !important;
  }

  .footer .newsletter-form__heading {
    margin-bottom: 8px !important;
  }
}
@media screen and (max-width: 749px) {
  /* 상단 소개 영역 조금 더 정리 */
  .footer .footer__content-top {
    margin-bottom: 16px !important;
  }

  .footer p {
    font-size: 13.5px !important;
    line-height: 1.42 !important;
  }

  /* 소셜 영역 */
  .footer .list-social {
    margin-top: 8px !important;
    margin-bottom: 14px !important;
    gap: 12px !important;
  }

  /* 메뉴 타이틀 */
  .footer__heading {
    font-size: 15px !important;
    margin-top: 4px !important;
    margin-bottom: 6px !important;
  }

  /* 메뉴 링크 간격 */
  .footer__list li {
    margin-bottom: 3px !important;
  }

  .footer__list a {
    font-size: 13.5px !important;
    line-height: 1.38 !important;
  }

  /* 뉴스레터 */
  .footer .newsletter-form {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .footer .newsletter-form__field-wrapper {
    padding: 12px !important;
    border-radius: 14px !important;
  }

  .footer .newsletter-form__heading {
    font-size: 17px !important;
    margin-bottom: 8px !important;
  }

  /* 하단 저작권 */
  .footer__content-bottom,
  .footer__copyright,
  .footer__copyright caption,
  .footer__copyright small {
    margin-top: 8px !important;
    font-size: 11.5px !important;
    line-height: 1.45 !important;
  }
}
@media screen and (max-width: 749px) {

  /* 블록 간격 더 타이트하게 */
  .footer__blocks-wrapper {
    gap: 10px !important;
  }

  /* 각 메뉴 블록 위 간격 제거 */
  .footer-block.grid__item {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* 제목 간격 더 붙이기 */
  .footer__heading {
    margin-top: 2px !important;
    margin-bottom: 6px !important;
  }

  /* 메뉴 리스트 더 컴팩트 */
  .footer__list li {
    margin-bottom: 2px !important;
  }

  /* 뉴스레터 위 간격 줄이기 (핵심) */
  .footer .newsletter-form {
    margin-top: 8px !important;
  }

}
/* ===== Desktop Footer Refinement ===== */
@media screen and (min-width: 750px) {

  /* 전체 푸터 내부 정렬 */
  .footer .footer__content-top {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  /* 왼쪽 소개 문장 */
  .footer .footer-block__details-content p,
  .footer .footer-block p {
    line-height: 1.65 !important;
    max-width: 22rem !important;
  }

  /* 소셜 아이콘 */
  .footer .list-social {
    margin-top: 16px !important;
    gap: 14px !important;
  }

  /* 가운데 메뉴 열 간격 줄이기 */
  .footer__blocks-wrapper {
    column-gap: 36px !important;
  }

  /* Shop / Help / About 제목 */
  .footer__heading {
    margin-bottom: 10px !important;
    font-size: 16px !important;
  }

  /* 메뉴 링크 간격 */
  .footer__list li {
    margin-bottom: 6px !important;
  }

  .footer__list a {
    line-height: 1.45 !important;
  }

  /* 세로 구분선이 있다면 조금 부드럽게 */
  .footer hr,
  .footer .footer-block--menu:first-of-type {
    border-color: rgba(255,255,255,0.18) !important;
  }

  /* 뉴스레터 박스 */
  .footer .newsletter-form__field-wrapper {
    max-width: 460px !important;
    padding: 28px 32px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    border-radius: 24px !important;
  }

  .footer .newsletter-form__heading {
    font-size: 26px !important;
    margin-bottom: 18px !important;
  }

  /* 입력창 */
  .footer input[type="email"] {
    height: 54px !important;
    font-size: 15px !important;
  }

  /* 버튼 */
  .footer .newsletter-form__button {
    width: 54px !important;
    height: 54px !important;
  }
}
@media screen and (min-width: 750px) {
  /* 왼쪽 소개 문장 폭 조금 더 정리 */
  .footer .footer-block__details-content p,
  .footer .footer-block p {
    max-width: 20rem !important;
    line-height: 1.6 !important;
  }

  /* 뉴스레터 박스 존재감 5%만 줄이기 */
  .footer .newsletter-form__field-wrapper {
    max-width: 430px !important;
    padding: 24px 28px !important;
  }

  .footer .newsletter-form__heading {
    font-size: 24px !important;
    margin-bottom: 16px !important;
  }

  /* 가운데 메뉴 열 간격 아주 살짝만 더 정리 */
  .footer__blocks-wrapper {
    column-gap: 32px !important;
  }
}
@media screen and (min-width: 750px) {
  .footer .footer-block--newsletter {
    margin-top:20px !important;
  }
}

  /* 하단 영역 여백 밸런스 */
  .footer__content-bottom {
    margin-top: 28px !important;
    padding-top: 18px !important;
  }

  /* copyright 더 안정적으로 */
  .footer__copyright {
    font-size: 12px !important;
    opacity: 0.7 !important;
  }
/* 메인 CTA */
.product-form__submit {
  background: #121212 !important;
  color: #fff !important;
  font-weight: 600 !important;
  height: 48px !important;
}

/* Buy now 약하게 */
.shopify-payment-button__button {
  background: transparent !important;
  color: #121212 !important;
  border: 1px solid #d8cfc7 !important;
  height: 44px !important;
}
.product__info-wrapper .custom-trust-badge {
  margin-top: 16px !important;
  margin-bottom: 8px !important;
}

.product__info-wrapper .custom-trust-badge img {
  border-radius: 14px !important;
}
.product-form__submit {
  background: #24304f !important;
  transition: background-color .2s ease, transform .2s ease !important;
}

.product-form__submit:hover {
  background: #1d2742 !important;
}
.product-mini-message {
  margin: 12px 0 16px !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #5f5750 !important;

  background: #fff8f4 !important;
  border: 1px solid #ece2d8 !important;
  border-radius: 12px !important;
  padding: 10px 12px !important;
}
.product__accordion .accordion__content li {
  margin-bottom: 6px !important;
}

.product__accordion .accordion__content {
  line-height: 1.55 !important;
}
.product-mini-message {
  margin: 12px 0 16px !important;
  font-size: 14px !important;
  color: #5f5750 !important;
  opacity: 0.9;
}
.product__media-list img:hover {
  transform: scale(1.04);
  transition: transform .2s ease;
}
/* More to Love 카드 */
.card {
  transition: transform .25s ease, box-shadow .25s ease !important;
}

/* hover */
.card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 10px 28px rgba(0,0,0,.08) !important;
}
.card__media img {
  transition: transform .3s ease !important;
}

.card:hover .card__media img {
  transform: scale(1.05) !important;
}
.card__information {
  padding: 10px 8px 12px !important;
  text-align: center !important;
}

.card__heading {
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-bottom: 4px !important;
}

.price {
  font-size: 13px !important;
  color: #5f5750 !important;
}
.card__heading {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 38px !important;
}
.card__media img {
  transition: transform .35s ease !important;
}

.card:hover .card__media img {
  transform: scale(1.06) !important;
}
.card {
  border-radius: 16px !important;
  background: #fffaf4 !important;
  border: 1px solid #e7ddd3 !important;
}
.card__information {
  text-align: left !important;
  padding: 10px 10px 14px !important;
}

.price {
  margin-top: 4px !important;
}

/* 'Sort by:' 텍스트와 박스 사이 간격 */
.facet-filters__label {
  margin-right: 12px !important;
  display: flex !important;
  align-items: center !important;
}

/* 6. 선택 박스(Best selling) 커스텀 디자인 */
.facet-filters__sort {
  background-color: #ffffff !important;
  border: 1.5px solid #DEDAC9 !important;
  border-radius: 8px !important;
  height: 35px !important;
  min-height: 35px !important;
  padding: 0 30px 0 12px !important;
  cursor: pointer;
  -webkit-appearance: none !important;
  appearance: none !important;
  /* 커스텀 화살표 */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%231A1A1A' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 10px !important;
  transition: border-color 0.2s ease;
}

.facet-filters__sort:hover {
  border-color: #1A1A1A !important;
}

.facet-filters__sort:focus, .facet-filters__sort:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* 쇼피파이 기본 화살표 숨기기 */
.facet-filters__field .select svg {
  display: none !important;
}

/* 7. 상품 개수(10 products) 위치: 박스 쪽으로 바짝 당기기 */
.product-count {
  margin-left: 5px !important; /* 박스와 가깝게 붙임 */
  display: flex !important;
  align-items: center !important;
}

/* 8. 퀵 네비게이션 칩(Chips) - 필요 시 유지 */
.zivvo-quick-chips {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.zivvo-chip {
  background: #ffffff;
  border: 1.5px solid #E0DBCF;
  border-radius: 20px;
  padding: 6px 15px;
  font-size: 13px;
  text-decoration: none;
  color: #444;
  font-weight: 500;
  transition: all 0.2s ease;
}

/* 9. 모바일 대응 */
@media screen and (max-width: 749px) {
  .facets__form {
    gap: 10px;
  }
  .facet-filters {
    margin-right: 0 !important;
    justify-content: center !important;
  }
}
.collection .card__information,
.related-products .card__information {
  background: #FFFDF9 !important;
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}
/* =========================================
   [긴급 수리] 상품 카드: 장바구니 버튼 위치 & 스타일링 (가격 옆 빨간 원)
========================================= */

/* 1. 가격과 장바구니 버튼을 감싸는 부모 div 스타일링 */
.card-information {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: wrap !important; /* 가격이 길 경우를 대비 */
  gap: 10px !important; /* 가격과 버튼 사이 간격 */
  margin-top: 10px !important; /* 가격 위 간격 */
}

/* 2. 장바구니 버튼 스타일링 (image_7 스타일) */
.custom-card-cart-btn-v2 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;  /* 버튼 크기 */
  height: 36px !important; /* 버튼 크기 */
  background-color: #FFB799 !important; /* 주황색 배경 */
  border: none !important;
  border-radius: 50% !important; /* 동그랗게 */
  color: #ffffff !important;   /* 아이콘 색상 (흰색) */
  cursor: pointer !important;
  box-shadow: 0 4px 10px rgba(0,0,0,.08) !important; /* 부드러운 그림자 */
  padding: 0 !important;
  transition: all 0.25s ease !important;
  margin-left: auto !important; /* 가격 옆으로 정렬 */
  margin-right: 0 !important;
  z-index: 5 !important; /* 이미지 위에 뜨도록 */
}

/* 호버 효과 (마우스 올렸을 때 살짝 진해짐) */
.custom-card-cart-btn-v2:hover {
  background-color: #e38d6d !important;
  transform: scale(1.05) !important;
}

/* 아이콘 크기 조절 */
.custom-card-cart-btn-v2 .icon-cart {
  width: 18px !important;
  height: 18px !important;
}

/* 모바일 대응: 가격과 버튼이 수직으로 배치되지 않도록 방지 */
@media screen and (max-width: 749px) {
  .card-information {
    justify-content: flex-start !important; /* 왼쪽 정렬 */
  }
  .custom-card-cart-btn-v2 {
    margin-left: auto !important; /* 가격 옆으로 정렬 */
  }
}
@media screen and (max-width: 749px) {
  swym-storefront-layout-notification#swym-storefront-layout-notification,
  swym-storefront-layout-notification#swym-storefront-layout-notification.swym-storefront-layout-notification-position-right {
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: calc(100% - 24px) !important;
    transform: none !important;
  }

  swym-storefront-layout-notification#swym-storefront-layout-notification
  .swym-storefront-layout-notification-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* =========================================================
   Cart page - 이미지 검은 테두리 / 수량박스 테두리 제거
========================================================= */
.cart-item__image-container,
.cart-item__image-wrapper,
.cart-item__image,
.cart-item__image-container img,
.cart-item__image-wrapper img,
.cart-item__image {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.cart-item quantity-popover,
.cart-item .quantity,
.cart-item .quantity::after,
.cart-item .quantity__button,
.cart-item .quantity__input,
.cart-item quantity-popover .quantity,
.cart-item quantity-popover-container,
.cart-item .quantity-popover-container {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.cart-item .quantity:before,
.cart-item .quantity:after,
.cart-item quantity-popover:before,
.cart-item quantity-popover:after {
  display: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* =========================================================
   카드 링크보다 장바구니 버튼 우선
========================================================= */
.product-card-wrapper,
.product-card-wrapper .card,
.product-card-wrapper .card__content,
.product-card-wrapper .card__information {
  position: relative !important;
}

.product-card-wrapper product-form,
.product-card-wrapper .custom-card-cart-btn {
  position: relative !important;
  z-index: 40 !important;
  pointer-events: auto !important;
}

.product-card-wrapper .card__heading .full-unstyled-link::after {
  z-index: 1 !important;
}

.product-card-wrapper product-form {
  z-index: 41 !important;
}

.product-card-wrapper .custom-card-cart-btn {
  transform: translateX(14px) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease !important;
}

.product-card-wrapper .custom-card-cart-btn:hover {
  background-color: #e28c6c !important;
  transform: translateX(14px) translateY(-1px) scale(1.05) !important;
  box-shadow: 0 8px 16px rgba(244, 161, 130, 0.22) !important;
}

.product-card-wrapper .custom-card-cart-btn:active {
  transform: translateX(14px) scale(0.97) !important;
}

.product-card-wrapper .custom-card-cart-btn svg {
  transition: transform 0.22s ease !important;
}

.product-card-wrapper .custom-card-cart-btn:hover svg {
  transform: scale(1.03) !important;
}

/* =========================================================
   Header + Mega menu underline cleanup
========================================================= */
.header__menu-item,
.header__menu-item span,
.header__active-menu-item,
.header__active-menu-item span,
.list-menu__item--active > .header__menu-item,
.list-menu__item--active > .header__menu-item > span,
.mega-menu__link,
.mega-menu__link--active,
.mega-menu__link--active span {
  text-decoration: none !important;
  box-shadow: none !important;
  border-bottom: none !important;
  background-image: none !important;
}

.header__inline-menu .header__menu-item {
  text-decoration: none !important;
}

.header__inline-menu .header__menu-item > span {
  display: inline-block !important;
  padding-bottom: 4px !important;
  background-image: linear-gradient(currentColor, currentColor) !important;
  background-repeat: no-repeat !important;
  background-size: 0% 1px !important;
  background-position: 0 100% !important;
  transition: background-size 0.2s ease !important;
}

.header__inline-menu .header__menu-item:hover > span,
.header__inline-menu .header__menu-item:focus-visible > span,
.header__inline-menu details[open] > summary.header__menu-item > span,
.header__inline-menu .header__active-menu-item > span,
.header__inline-menu .list-menu__item--active > .header__menu-item > span {
  background-size: 100% 1px !important;
}

.header__inline-menu .header__menu-item .icon-caret {
  background: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.mega-menu__link {
  display: inline-block !important;
  padding-bottom: 3px !important;
  background-image: linear-gradient(currentColor, currentColor) !important;
  background-repeat: no-repeat !important;
  background-size: 0% 1px !important;
  background-position: 0 100% !important;
  transition: background-size 0.2s ease !important;
}

.mega-menu__link:hover,
.mega-menu__link:focus-visible {
  background-size: 100% 1px !important;
}

.mega-menu__link--active,
.mega-menu__link[aria-current="page"] {
  background-size: 0% 1px !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

/* =========================================================
   Collection sort dropdown - text clipping fix
========================================================= */
.facet-filters__field .select,
.facet-filters__sort,
.facet-filters__field .select__select {
  min-height: 44px !important;
  height: 44px !important;
}

.facet-filters__sort,
.facet-filters__field .select__select {
  line-height: 1.35 !important;
}

.facet-filters__sort {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  vertical-align: middle !important;
}

/* =========================================================
   SWYM DELETE POPUP - micro refine
   기존 최종 코드 아래에 추가
========================================================= */

/* PC */
html body .swym-modals-container .swym-sfl-popup .swym-cc-sfl-popup-content {
  width: calc(100% - 138px) !important;
  max-width: calc(100% - 138px) !important;
  margin-right: 18px !important;
}

html body .swym-modals-container .swym-sfl-popup .swym-product-title,
html body .swym-modals-container .swym-sfl-popup .swym-cc-sfl-popup-content h1,
html body .swym-modals-container .swym-sfl-popup .swym-cc-sfl-popup-content h2,
html body .swym-modals-container .swym-sfl-popup .swym-cc-sfl-popup-content h3 {
  padding-right: 20px !important;
  margin-bottom: 6px !important;
  line-height: 1.28 !important;
}

html body .swym-modals-container .swym-sfl-popup .swym-cc-sfl-popup-content .swym-subtitle,
html body .swym-modals-container .swym-sfl-popup .swym-cc-sfl-popup-content .swym-popup-subtitle {
  margin-bottom: 8px !important;
  line-height: 1.25 !important;
}

html body .swym-modals-container .swym-sfl-popup .swym-ask-me-checkbox label,
html body .swym-modals-container .swym-sfl-popup .swym-cc-sfl-popup-action-container.swym-ask-me-checkbox label {
  gap: 6px !important;
  margin-top: 8px !important;
  line-height: 1.35 !important;
}

html body .swym-modals-container .swym-sfl-popup .swym-ask-me-checkbox input[type='checkbox'],
html body .swym-modals-container .swym-sfl-popup .swym-cc-sfl-popup-action-container.swym-ask-me-checkbox input[type='checkbox'] {
  margin-top: 1px !important;
}

html body .swym-modals-container .swym-sfl-popup .swym-action-btn-container,
html body .swym-modals-container .swym-sfl-popup .swym-cc-sfl-popup-action-container {
  margin-top: 10px !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  html body .swym-modals-container .swym-sfl-popup .swym-cc-sfl-popup-content {
    width: calc(100% - 108px) !important;
    max-width: calc(100% - 108px) !important;
    margin-right: 14px !important;
  }

  html body .swym-modals-container .swym-sfl-popup .swym-product-title,
  html body .swym-modals-container .swym-sfl-popup .swym-cc-sfl-popup-content h1,
  html body .swym-modals-container .swym-sfl-popup .swym-cc-sfl-popup-content h2,
  html body .swym-modals-container .swym-sfl-popup .swym-cc-sfl-popup-content h3 {
    padding-right: 16px !important;
    margin-bottom: 5px !important;
    line-height: 1.25 !important;
  }

  html body .swym-modals-container .swym-sfl-popup .swym-ask-me-checkbox label,
  html body .swym-modals-container .swym-sfl-popup .swym-cc-sfl-popup-action-container.swym-ask-me-checkbox label {
    gap: 6px !important;
    margin-top: 6px !important;
    line-height: 1.3 !important;
  }

  html body .swym-modals-container .swym-sfl-popup .swym-action-btn-container,
  html body .swym-modals-container .swym-sfl-popup .swym-cc-sfl-popup-action-container {
    margin-top: 8px !important;
  }
}
/* =========================================================
   ZIVVO custom add-to-cart popup
   카드 장바구니 버튼 전용 / 삭제 팝업과 별개
========================================================= */
.zivvo-add-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  transition: opacity .22s ease;
}

.zivvo-add-popup.is-open {
  opacity: 1;
  pointer-events: auto;
}

.zivvo-add-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(18, 18, 18, 0.14);
}

.zivvo-add-popup__box {
  position: absolute;
  top: 18px;
  right: 18px;
  width: min(420px, calc(100vw - 24px));
  background: #fffdf9;
  border: 1px solid #eadfd7;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
  padding: 20px 20px 18px;
}

.zivvo-add-popup__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #4a453f;
}

.zivvo-add-popup__heading {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  color: #1f2a44;
  margin: 0 28px 16px 0;
}

.zivvo-add-popup__product {
  display: grid;
  grid-template-columns: 72px minmax(0,1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 20px;
}

.zivvo-add-popup__image {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  object-fit: cover;
}

.zivvo-add-popup__title {
  font-size: 1.5rem;
  line-height: 1.35;
  color: #4a453f;
  margin-bottom: 6px;
}

.zivvo-add-popup__price {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #6f675f;
}

.zivvo-add-popup__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.zivvo-add-popup__continue,
.zivvo-add-popup__cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
  border-radius: 999px;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.zivvo-add-popup__continue {
  border: 1px solid #d9d1cb;
  background: #fff;
  color: #1f2a44;
}

.zivvo-add-popup__cart {
  border: 0;
  background: #F4A182;
  color: #fff;
}

.zivvo-add-popup__continue:hover {
  background: #f7f3ef;
}

.zivvo-add-popup__cart:hover {
  background: #e28c6c;
}

@media screen and (max-width: 749px) {
  .zivvo-add-popup__box {
    top: 12px;
    right: 12px;
    left: 12px;
    width: auto;
    padding: 18px 16px 16px;
  }

  .zivvo-add-popup__product {
    grid-template-columns: 64px minmax(0,1fr);
    gap: 12px;
  }

  .zivvo-add-popup__image {
    width: 64px;
    height: 64px;
  }
}
/* =========================================================
   ZIVVO ADD-TO-CART POPUP FINAL
   base.css 맨 아래에 이것만 남기기
========================================================= */

/* ===== Desktop ===== */
@media screen and (min-width: 750px) {
  cart-notification.manual-open {
    position: fixed !important;
    inset: 0 !important;
    z-index: 99999 !important;
    pointer-events: auto !important;
  }

  cart-notification.manual-open .cart-notification-wrapper {
    position: fixed !important;
    top: 18px !important;
    right: 18px !important;
    left: auto !important;
    width: 430px !important;
    max-width: calc(100vw - 36px) !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  cart-notification.manual-open #cart-notification {
    position: relative !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
    background: #fffdf9 !important;
    border: 1px solid #eadfd7 !important;
    border-radius: 22px !important;
    box-shadow: 0 18px 40px rgba(31, 42, 68, 0.12) !important;
    padding: 20px 22px 18px !important;
    overflow: hidden !important;
  }

  cart-notification.manual-open #cart-notification .cart-notification__header {
    margin: 0 0 16px !important;
    padding: 0 !important;
  }

  cart-notification.manual-open #cart-notification .cart-notification__heading {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    padding-right: 28px !important;
    font-size: 2rem !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    color: #1f2a44 !important;
  }

  cart-notification.manual-open #cart-notification .cart-notification__close,
  cart-notification.manual-open #cart-notification .modal__close-button {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  cart-notification.manual-open #cart-notification-product {
    display: block !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
  }

  cart-notification.manual-open #cart-notification-product .zivvo-desktop-popup-product {
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: flex-start !important;
  }

  cart-notification.manual-open #cart-notification-product .zivvo-desktop-popup-image {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    display: block !important;
  }

  cart-notification.manual-open #cart-notification-product .zivvo-desktop-popup-meta {
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    padding-top: 2px !important;
  }

  cart-notification.manual-open #cart-notification-product .zivvo-desktop-popup-title {
    display: block !important;
    color: #3f3a35 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
    margin: 0 0 6px !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  cart-notification.manual-open #cart-notification-product .zivvo-desktop-popup-price {
    display: block !important;
    color: #6f675f !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  cart-notification.manual-open #cart-notification .cart-notification__links {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin: 0 !important;
  }

  cart-notification.manual-open #cart-notification .cart-notification__links form {
    width: 100% !important;
    margin: 0 !important;
  }

  cart-notification.manual-open #cart-notification .cart-notification__links a.button,
  cart-notification.manual-open #cart-notification .cart-notification__links button.button,
  cart-notification.manual-open #cart-notification .cart-notification__links #cart-notification-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 48px !important;
    border-radius: 999px !important;
    padding: 0 18px !important;
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
  }

  cart-notification.manual-open #cart-notification .cart-notification__links #cart-notification-button {
    background: #f4a182 !important;
    color: #fff !important;
    border: none !important;
  }

  cart-notification.manual-open #cart-notification .cart-notification__links form button[name="checkout"] {
    background: #111 !important;
    color: #fff !important;
    border: none !important;
  }

  cart-notification.manual-open #cart-notification .cart-notification__links .button-label {
    display: block !important;
    width: 100% !important;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    color: #7a726b !important;
    font-size: 1.4rem !important;
    line-height: 1.4 !important;
    text-align: center !important;
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
  }
}

/* ===== Mobile ===== */
@media screen and (max-width: 749px) {
  #zivvo-mobile-cart-popup {
    position: fixed !important;
    inset: 0 !important;
    z-index: 99999 !important;
    display: none !important;
  }

  #zivvo-mobile-cart-popup.is-open {
    display: block !important;
  }

  #zivvo-mobile-cart-popup .zivvo-mobile-cart-popup__overlay {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(18, 18, 18, 0.18) !important;
  }

  #zivvo-mobile-cart-popup .zivvo-mobile-cart-popup__dialog {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    right: 12px !important;
    background: #fffdf9 !important;
    border: 1px solid #eadfd7 !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 40px rgba(31, 42, 68, 0.12) !important;
    padding: 18px 16px 16px !important;
  }

  #zivvo-mobile-cart-popup .zivvo-mobile-cart-popup__close {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    width: 28px !important;
    height: 28px !important;
    border: none !important;
    background: transparent !important;
    font-size: 30px !important;
    line-height: 1 !important;
    color: #121212 !important;
  }

  #zivvo-mobile-cart-popup .zivvo-mobile-cart-popup__heading {
    font-size: 18px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    color: #1f2a44 !important;
    margin: 0 28px 14px 0 !important;
  }

  #zivvo-mobile-cart-popup .zivvo-mobile-cart-popup__product {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin-bottom: 14px !important;
  }

  #zivvo-mobile-cart-popup .zivvo-mobile-cart-popup__product img {
    width: 72px !important;
    min-width: 72px !important;
    height: 72px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
  }

  #zivvo-mobile-cart-popup .zivvo-mobile-cart-popup__title {
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
    color: #3f3a35 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    margin: 0 0 6px !important;
  }

  #zivvo-mobile-cart-popup .zivvo-mobile-cart-popup__price {
    font-size: 14px !important;
    color: #6f675f !important;
    margin: 0 !important;
  }

  #zivvo-mobile-cart-popup .zivvo-mobile-cart-popup__actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
  }

  #zivvo-mobile-cart-popup .zivvo-mobile-cart-popup__actions form {
    width: 100% !important;
    margin: 0 !important;
  }

  #zivvo-mobile-cart-popup .zivvo-mobile-cart-popup__button {
    width: 100% !important;
    min-height: 46px !important;
    border-radius: 999px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
  }

  #zivvo-mobile-cart-popup .zivvo-mobile-cart-popup__button--secondary {
    background: #fff !important;
    color: #1f2a44 !important;
    border: 1px solid #d9d1cb !important;
  }

  #zivvo-mobile-cart-popup .zivvo-mobile-cart-popup__button--primary {
    background: #f4a182 !important;
    color: #fff !important;
    border: none !important;
  }

  #zivvo-mobile-cart-popup .zivvo-mobile-cart-popup__continue {
    margin-top: 2px !important;
    text-align: center !important;
    font-size: 14px !important;
    color: #6f675f !important;
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
    background: transparent !important;
    border: none !important;
  }
}

  html body .swym-modals-container .swym-sfl-popup .swym-ask-me-checkbox input[type='checkbox'],
  html body .swym-modals-container .swym-sfl-popup .swym-cc-sfl-popup-action-container.swym-ask-me-checkbox input[type='checkbox'] {
    width: 15px !important;
    height: 15px !important;
    margin: 0 !important;
    top: 0 !important;
    position: relative !important;
  }
}
/* =========================================================
   ZIVVO EMPTY CART - FINAL ONE CODE (기존 디자인 복구 + 4가지 수정 완벽 반영)
========================================================= */

/* 빈 장바구니일 때 하단 결제 영역 숨김 */
.is-empty .cart__footer,
.is-empty .cart__blocks,
.is-empty [id*="cart-footer"],
.is-empty .cart__footer-wrapper {
  display: none !important;
}

/* 🚨 수정1: 상단 제목줄 & Your cart 위 여백 100px 추가 🚨 */
body.template-cart .title-wrapper-with-link {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
  margin-top: 100px !important; /* 상단 여백 시원하게 확보 */
}

body.template-cart .title-wrapper-with-link .title,
body.template-cart .title-wrapper-with-link h1 {
  margin: 0 !important;
}

/* 🚨 수정4: 우상단 Continue shopping - 강제 버튼형 (연한 살구색 & 호버 제거) 🚨 */
/* 어떤 a 태그든 우상단에 있으면 무조건 버튼으로 만듭니다 */
body.template-cart .title-wrapper-with-link > a.underlined-link,
body.template-cart .title-wrapper-with-link > a[href*="/collections"],
body.template-cart .title-wrapper-with-link > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 0 18px !important;
  border: 1px solid #e3d2c7 !important;
  border-radius: 999px !important;
  background-color: #FDE1D3 !important; /* 연한 살구색 */
  color: #1f2a4a !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-underline-offset: 0 !important;
  background-image: none !important;
  box-shadow: none !important;
  border-bottom: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transition: none !important;
}

body.template-cart .title-wrapper-with-link > a::before,
body.template-cart .title-wrapper-with-link > a::after {
  content: none !important;
  display: none !important;
}

body.template-cart .title-wrapper-with-link > a:hover {
  background-color: #FDE1D3 !important;
  border-color: #e3d2c7 !important;
  color: #1f2a4a !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transform: none !important;
}

/* 🚨 수정3: 중간 Continue shopping 검정 버튼 완전 제거 (선택자 극강화) 🚨 */
body.template-cart .cart__warnings .button,
body.template-cart .cart__warnings a.button,
body.template-cart .cart__warnings a.button--primary,
body.template-cart .cart__warnings a[href*="/collections"]:not(.cart__login-paragraph a),
.is-empty .cart__warnings > .button,
.is-empty .cart__warnings > a.button,
.is-empty .cart__warnings > .underlined-link,
.is-empty .cart__warnings > a[href*="/collections"] {
  display: none !important;
}

/* 빈 장바구니 본문 정렬 */
.cart__empty,
.is-empty .cart__warnings {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 auto 40px !important;
  padding: 60px 20px 190px !important;
  overflow: visible !important;
  position: relative !important;
}

.is-empty .cart__warnings > * {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

/* 🚨 수정2 (1/2): 카트 아이콘 너비 74px 고정 및 위치 -10px 반영 🚨 */
.cart__empty-text::before,
.is-empty .cart__warnings h1::before {
  content: "" !important;
  display: block !important;
  width: 74px !important; /* 로그인 밑줄과 똑같은 너비 */
  height: 74px !important;
  margin: 0 auto 10px !important;
  transform: translateX(-10px) !important; /* 🚨 요청하신 -10px 완벽 반영 🚨 */
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6' stroke='%23F4A182' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9' cy='21' r='1.5' fill='%23F4A182'/%3E%3Ccircle cx='18' cy='21' r='1.5' fill='%23F4A182'/%3E%3C/svg%3E") !important;
}

/* 타이틀 */
.is-empty .cart__empty-text,
.is-empty .cart__warnings h1,
body.template-cart .cart__warnings h1.cart__empty-text {
  display: inline-block !important;
  margin: 0 auto 6px !important;
  padding: 0 0 10px !important;
  border-bottom: 1px solid #ece7e1 !important;
  color: #1f2a4a !important;
  font-size: 3.2rem !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.02em !important;
  text-align: center !important;
}

/* 안내 문구 */
.is-empty .cart__login-title,
.is-empty .cart__warnings h2,
body.template-cart .cart__warnings .cart__login-title {
  font-size: 1.8rem !important;
  font-weight: 500 !important;
  color: #4f5b76 !important;
  margin: 14px 0 8px !important;
  line-height: 1.35 !important;
  letter-spacing: -0.01em !important;
  text-align: center !important;
}

/* 하단 login 문구는 Log in만 남기기 */
body.template-cart .cart__warnings .cart__login-paragraph,
.is-empty .cart__warnings .cart__login-paragraph {
  display: block !important;
  min-height: 38px !important;
  margin: 10px auto 0 !important;
  padding: 0 !important;
  text-align: center !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  overflow: visible !important;
}

body.template-cart .cart__warnings .cart__login-paragraph::before,
body.template-cart .cart__warnings .cart__login-paragraph::after,
.is-empty .cart__warnings .cart__login-paragraph::before,
.is-empty .cart__warnings .cart__login-paragraph::after {
  content: none !important;
  display: none !important;
}

/* 🚨 수정2 (2/2): 로그인 밑줄 너비 74px 고정, 텍스트 중앙 정렬 및 위치 0px 반영 🚨 */
body.template-cart .cart__warnings .cart__login-paragraph a,
.is-empty .cart__warnings .cart__login-paragraph a {
  position: relative !important;
  display: inline-block !important;
  width: 74px !important; /* 카트 아이콘과 똑같은 너비 */
  height: 32px !important;
  overflow: visible !important;
  white-space: nowrap !important;
  text-indent: -9999px !important;
  color: transparent !important;
  text-decoration: none !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  vertical-align: middle !important;
  transform: translateX(0px) !important; /* 🚨 요청하신 0px 완벽 반영 🚨 */
}

body.template-cart .cart__warnings .cart__login-paragraph a::before,
.is-empty .cart__warnings .cart__login-paragraph a::before {
  content: "Log in" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  text-indent: 0 !important;
  text-align: center !important; /* 🚨 글자를 밑줄의 정중앙에 정렬 */
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #1f2a4a !important;
}

body.template-cart .cart__warnings .cart__login-paragraph a::after,
.is-empty .cart__warnings .cart__login-paragraph a::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 1px !important;
  width: 100% !important;
  height: 2px !important;
  background: #1f2a4a !important;
  border-radius: 2px !important;
}

body.template-cart .cart__warnings .cart__login-paragraph a:hover::before,
body.template-cart .cart__warnings .cart__login-paragraph a:hover::after,
.is-empty .cart__warnings .cart__login-paragraph a:hover::before,
.is-empty .cart__warnings .cart__login-paragraph a:hover::after {
  opacity: .82;
}

/* 데스크탑 */
@media screen and (min-width: 750px) {
  body.template-cart .cart__warnings,
  .is-empty .cart__warnings {
    padding-bottom: 190px !important;
  }

  body.template-cart .cart__warnings .cart__login-title,
  .is-empty .cart__warnings .cart__login-title {
    font-size: 17px !important;
  }
}
/* 모바일 */
@media screen and (max-width: 749px) {
  /* 🚨 수정: 과하게 내려갔던 여백 완전 초기화 🚨 */
  cart-items.is-empty,
  .is-empty {
    padding-top: 0 !important; 
    margin-top: 0 !important;
  }

  /* 🚨 수정: 적당한 여백(20px)만 주고, 글자와 버튼을 무조건 한 줄에 나란히 배치 🚨 */
  cart-items.is-empty .title-wrapper-with-link,
  .is-empty .title-wrapper-with-link {
    display: flex !important;
    flex-direction: row !important; /* 모바일에서도 무조건 가로로 한 줄 배치 */
    align-items: center !important;
    justify-content: space-between !important;
    padding-top: 20px !important; /* 여기서 딱 보기 좋게만 내립니다 */
    margin-top: 0 !important; 
  }

  /* 🚨 수정: 모바일에서 풀려버린 버튼 모양 강제 재주입 (밑줄 제거, 배경색 추가) 🚨 */
  cart-items.is-empty .title-wrapper-with-link > a,
  .is-empty .title-wrapper-with-link > a {
    all: unset !important; /* 모바일 테마의 방해 공작 초기화 */
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 38px !important;
    padding: 0 14px !important;
    border: 1px solid #e3d2c7 !important;
    border-radius: 999px !important;
    background-color: #FDE1D3 !important; /* 연한 살구색 */
    color: #1f2a4a !important; /* 네이비 글씨 */
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    white-space: nowrap !important; /* 버튼 텍스트 줄바꿈 방지 */
  }

  /* 가짜 밑줄 찌꺼기 방어 */
  cart-items.is-empty .title-wrapper-with-link > a::before,
  cart-items.is-empty .title-wrapper-with-link > a::after,
  .is-empty .title-wrapper-with-link > a::before,
  .is-empty .title-wrapper-with-link > a::after {
    display: none !important;
    content: none !important;
  }

  /* 하단 거대 여백 축소 */
  cart-items.is-empty .cart__warnings,
  .is-empty .cart__warnings {
    margin: 0 auto 44px !important;
    padding: 40px 16px 60px !important; 
  }

  /* Your party cart is empty 글자 큼직하게 & 간격 축소 */
  cart-items.is-empty .cart__empty-text,
  cart-items.is-empty h1,
  .is-empty .cart__warnings h1 {
    width: 100% !important;
    margin: 0 auto 4px !important; 
    text-align: center !important;
    white-space: nowrap !important;
    font-size: clamp(18px, 6vw, 24px) !important; 
    line-height: 1.15 !important;
    letter-spacing: -0.03em !important;
  }

  /* 아이콘과 글자 사이 간격 축소 */
  cart-items.is-empty .cart__empty-text::before,
  cart-items.is-empty h1::before,
  .is-empty .cart__warnings h1::before {
    width: 64px !important;
    height: 64px !important;
    margin-bottom: 4px !important; 
    transform: translateX(-10px) !important; 
  }

  /* 로그인 밑줄 열 맞춤 */
  cart-items.is-empty .cart__login-paragraph a,
  .is-empty .cart__warnings .cart__login-paragraph a {
    width: 64px !important;
    height: 30px !important;
    transform: translateX(0px) !important; 
  }

  /* Already have an account? 글자 크기/간격 조임 */
  cart-items.is-empty .cart__login-title,
  .is-empty .cart__warnings .cart__login-title {
    font-size: 16px !important; 
    margin-top: 6px !important; 
    margin-bottom: 4px !important; 
  }

  /* Log in 영역 간격 꽉 조임 */
  cart-items.is-empty .cart__login-paragraph,
  .is-empty .cart__warnings .cart__login-paragraph {
    min-height: 42px !important;
    margin-top: 0px !important; 
  }

  cart-items.is-empty .cart__login-paragraph a::before,
  .is-empty .cart__warnings .cart__login-paragraph a::before {
    font-size: 16px !important;
  }
}
/* =========================================
   🚨 PC 컨티뉴쇼핑 강제 버튼화 복구 코드 🚨
   (기존 코드는 두고 맨 아래에만 추가하세요)
========================================= */

/* 1. 버튼 배경색, 글자색, 둥근 테두리 덮어쓰기 */
body.template-cart .title-wrapper-with-link > a.underlined-link,
cart-items.is-empty .title-wrapper-with-link > a.underlined-link {
  text-decoration: none !important; 
  background-color: #FDE1D3 !important; /* 연한 살구색 */
  color: #1f2a4a !important; /* 네이비색 글씨 */
  padding: 0 24px !important;
  min-height: 42px !important;
  border-radius: 999px !important; 
  font-size: 15px !important;
  font-weight: 600 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
  border: 1px solid #FDE1D3 !important;
  transition: none !important;
}

/* 2. 쇼피파이 테마 기본 밑줄 찌꺼기 완벽 삭제 */
body.template-cart .title-wrapper-with-link > a.underlined-link::after,
body.template-cart .title-wrapper-with-link > a.underlined-link::before,
cart-items.is-empty .title-wrapper-with-link > a.underlined-link::after,
cart-items.is-empty .title-wrapper-with-link > a.underlined-link::before {
  display: none !important;
  content: none !important;
}

/* 3. 호버(마우스 올렸을 때) 색상 유지 및 변형 방지 */
body.template-cart .title-wrapper-with-link > a.underlined-link:hover,
cart-items.is-empty .title-wrapper-with-link > a.underlined-link:hover {
  background-color: #FDE1D3 !important; 
  color: #1f2a4a !important; 
  transform: none !important; 
  text-decoration: none !important;
}
/* =========================================
   🚨 PC 전용: 'Your cart' 및 버튼 상단 여백 추가 🚨
   (기존 코드 맨 아래에 딱 한 번만 추가하세요)
========================================= */
@media screen and (min-width: 750px) {
  body.template-cart .title-wrapper-with-link,
  cart-items.is-empty .title-wrapper-with-link {
    margin-top: 10px !important;  /* 💡 여기서 아래로 밀어냅니다. (더 내리고 싶으면 80px, 100px로 키워주세요) */
    padding-top: 20px !important; /* 테마가 마진을 무시할 경우를 대비한 안전장치(안쪽 여백) */
  }
}
/* =========================================
   HOME - 3개 컬렉션 카드 바깥 회색 테두리 제거
   Shop by Theme / Shop by Color & Vibe / Curated Party Picks
   ========================================= */

/* 1) 카드 제일 바깥 박스 테두리 제거 */
body.template-index .collection-list .card-wrapper .card.card--card,
body.template-index .collection-list .card-wrapper .card.card--standard,
body.template-index .featured-collection .card-wrapper .card.card--card,
body.template-index .featured-collection .card-wrapper .card.card--standard {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* 2) 바깥선처럼 보이는 content 영역 테두리도 제거 */
body.template-index .collection-list .card-wrapper .card__content,
body.template-index .collection-list .card-wrapper .card__information,
body.template-index .featured-collection .card-wrapper .card__content,
body.template-index .featured-collection .card-wrapper .card__information {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* 3) 가상선/겹선 제거 */
body.template-index .collection-list .card-wrapper .card::after,
body.template-index .collection-list .card-wrapper .card__content::after,
body.template-index .collection-list .card-wrapper .card__inner::after,
body.template-index .featured-collection .card-wrapper .card::after,
body.template-index .featured-collection .card-wrapper .card__content::after,
body.template-index .featured-collection .card-wrapper .card__inner::after {
  display: none !important;
}

/* 4) 실제 남겨둘 안쪽 카드 라인만 유지 */
body.template-index .collection-list .card-wrapper .card__inner,
body.template-index .featured-collection .card-wrapper .card__inner {
  border: 1px solid #e7ddd6 !important;
  box-shadow: none !important;
}
/* =======================================================
   ZIVVO Curated Party Picks - exact DOM fix (final)
   - VIEW ALL = .zv-viewall-link
   - arrows = .slider-buttons
   - 1/12 hidden
   - grid/card size untouched
   - VIEW ALL / arrows fixed to section, not title width
   ======================================================= */

@media screen and (min-width: 750px) {
  /* 1. 섹션 전체를 기준점으로 */
  #collection-template--18190294810727__featured_collection_kHVcwM {
    position: relative !important;
  }

  /* 2. 제목 영역은 더 이상 위치 기준점으로 쓰지 않음 */
  #collection-template--18190294810727__featured_collection_kHVcwM .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width.title-wrapper--self-padded-tablet-down.collection__title--desktop-slider {
    position: static !important;
    padding-right: 0 !important;
    margin-bottom: 18px !important;
  }

  /* 3. VIEW ALL - 섹션 기준으로 고정 */
  #collection-template--18190294810727__featured_collection_kHVcwM .zv-viewall-link {
    position: absolute !important;
    top: 6px !important;
    right: 125px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 20px !important;
    border: 1.5px solid #b7a798 !important;
    border-radius: 999px !important;
    background: #FFFBEA !important;
    color: #1a2434 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    box-shadow: none !important;
    z-index: 30 !important;
  }

  #collection-template--18190294810727__featured_collection_kHVcwM .zv-viewall-link:hover {
    background: #fff7f1 !important;
    border-color: #9f8d7d !important;
    color: #1a2434 !important;
  }

  /* 4. slider-component 자체는 건드리지 않음 */
  #collection-template--18190294810727__featured_collection_kHVcwM slider-component.slider-mobile-gutter.slider-component-desktop.scroll-trigger.animate--slide-in {
    position: static !important;
  }

  /* 5. 화살표 위치 - 섹션 기준으로 고정 */
  #collection-template--18190294810727__featured_collection_kHVcwM .slider-buttons {
    position: absolute !important;
    top: -45px !important;
    right: 24px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 31 !important;
  }

  /* 6. 화살표 버튼 */
  #collection-template--18190294810727__featured_collection_kHVcwM .slider-button {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    border: 1.5px solid #b7a798 !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #1a2434 !important;
    box-shadow: none !important;
  }

  #collection-template--18190294810727__featured_collection_kHVcwM .slider-button:hover {
    background: #fff7f1 !important;
    border-color: #9f8d7d !important;
    color: #1a2434 !important;
  }

  /* 7. 1/12 완전 숨김 */
  #collection-template--18190294810727__featured_collection_kHVcwM .slider-counter,
  #collection-template--18190294810727__featured_collection_kHVcwM .slider-counter__current,
  #collection-template--18190294810727__featured_collection_kHVcwM .slider-counter__separator,
  #collection-template--18190294810727__featured_collection_kHVcwM .slider-counter__total,
  #collection-template--18190294810727__featured_collection_kHVcwM .slider-counter--current-total {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
  }
}

@media screen and (max-width: 749px) {
  #collection-template--18190294810727__featured_collection_kHVcwM .zv-viewall-link {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 16px !important;
    margin-top: 12px !important;
    margin-right: 10px !important;
  }

  #collection-template--18190294810727__featured_collection_kHVcwM .slider-buttons {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 12px !important;
    padding: 0 !important;
  }

  #collection-template--18190294810727__featured_collection_kHVcwM .slider-button {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
  }

  #collection-template--18190294810727__featured_collection_kHVcwM .slider-counter,
  #collection-template--18190294810727__featured_collection_kHVcwM .slider-counter__current,
  #collection-template--18190294810727__featured_collection_kHVcwM .slider-counter__separator,
  #collection-template--18190294810727__featured_collection_kHVcwM .slider-counter__total,
  #collection-template--18190294810727__featured_collection_kHVcwM .slider-counter--current-total {
    display: none !important;
  }
}
/* =========================================
   Footer newsletter box - move up
   ========================================= */
@media screen and (min-width: 990px) {
  .footer-block--newsletter.scroll-trigger.animate--slide-in,
  .footer-block--newsletter {
    align-self: flex-start !important;
    margin-top: 32px !important;
  }
}

@media screen and (max-width: 989px) {
  .footer-block--newsletter.scroll-trigger.animate--slide-in,
  .footer-block--newsletter {
    margin-top: 0 !important;
  }
}

/* =========================
   Mobile
   ========================= */
@media screen and (max-width: 749px) {
  #collection-template--18190294810727__featured_collection_kHVcwM {
    position: relative !important;
  }

  /* 제목 아래 여백 줄이기 */
  #collection-template--18190294810727__featured_collection_kHVcwM .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width.title-wrapper--self-padded-tablet-down.collection__title--desktop-slider {
  position: relative !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 8px !important;
}

  /* VIEW ALL = 왼쪽 */
  #collection-template--18190294810727__featured_collection_kHVcwM .zv-viewall-link {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 18px !important;
  margin: 8px 0 10px !important;
  border: 1.5px solid #e4d4c9 !important;
  border-radius: 999px !important;
  background: #FFFBEA !important;
  color: #1f2a44 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  box-shadow: none !important;
  z-index: 30 !important;
}

  /* 모바일에서는 화살표 안 씀 */
  #collection-template--18190294810727__featured_collection_kHVcwM .slider-buttons,
  #collection-template--18190294810727__featured_collection_kHVcwM .slider-button,
  #collection-template--18190294810727__featured_collection_kHVcwM .slider-counter,
  #collection-template--18190294810727__featured_collection_kHVcwM .slider-counter__current,
  #collection-template--18190294810727__featured_collection_kHVcwM .slider-counter__separator,
  #collection-template--18190294810727__featured_collection_kHVcwM .slider-counter__total,
  #collection-template--18190294810727__featured_collection_kHVcwM .slider-counter--current-total {
    display: none !important;
  }

  /* 가로 스크롤 카드 */
  #collection-template--18190294810727__featured_collection_kHVcwM .slider-mobile-gutter {
    overflow: visible !important;
  }

  #collection-template--18190294810727__featured_collection_kHVcwM ul.product-grid,
  #collection-template--18190294810727__featured_collection_kHVcwM .product-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 12px 12px 0 !important;
    margin: 0 !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
  }

  #collection-template--18190294810727__featured_collection_kHVcwM ul.product-grid > li,
  #collection-template--18190294810727__featured_collection_kHVcwM .product-grid > .grid__item {
  flex: 0 0 60% !important;
  width: 60% !important;
  max-width: 60% !important;
  min-width: 60% !important;
    scroll-snap-align: start !important;
    padding: 0 !important;
  }

  /* 카드 구조 */
  #collection-template--18190294810727__featured_collection_kHVcwM .card-wrapper,
  #collection-template--18190294810727__featured_collection_kHVcwM .card {
    height: 100% !important;
  }

  #collection-template--18190294810727__featured_collection_kHVcwM .card__inner {
    overflow: hidden !important;
    border-radius: 18px !important;
  }

  #collection-template--18190294810727__featured_collection_kHVcwM .card__media,
  #collection-template--18190294810727__featured_collection_kHVcwM .card__media .media {
    overflow: hidden !important;
  }

  #collection-template--18190294810727__featured_collection_kHVcwM .card__media img,
  #collection-template--18190294810727__featured_collection_kHVcwM .card__media .motion-reduce {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
  }

  /* 내용영역 */
  #collection-template--18190294810727__featured_collection_kHVcwM .card__content {
    padding: 12px 18px 14px 14px !important;
    overflow: visible !important;
  }

  #collection-template--18190294810727__featured_collection_kHVcwM .card__information {
    overflow: visible !important;
  }

  #collection-template--18190294810727__featured_collection_kHVcwM .card__heading {
    font-size: 1.45rem !important;
    line-height: 1.35 !important;
    margin-bottom: 8px !important;
  }

  #collection-template--18190294810727__featured_collection_kHVcwM .card__heading a {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  /* 가격 + 아이콘 줄 */
  #collection-template--18190294810727__featured_collection_kHVcwM .card__content div[style*="justify-content: space-between"] {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 10px !important;
    width: 100% !important;
    padding-right: 4px !important;
    box-sizing: border-box !important;
  }

  #collection-template--18190294810727__featured_collection_kHVcwM .price-container {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  #collection-template--18190294810727__featured_collection_kHVcwM .zivvo-card-form-wrap {
    flex: 0 0 48px !important;
    width: 48px !important;
    min-width: 48px !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    overflow: visible !important;
  }

  #collection-template--18190294810727__featured_collection_kHVcwM .custom-card-cart-btn {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    margin: 0 !important;
    position: relative !important;
    left: -8px !important;
    right: auto !important;
    transform: none !important;
  }

  /* 하트 */
  #collection-template--18190294810727__featured_collection_kHVcwM .swym-button,
  #collection-template--18190294810727__featured_collection_kHVcwM .swym-wishlist-button-bar,
  #collection-template--18190294810727__featured_collection_kHVcwM .swym-wishlist-button {
    z-index: 3 !important;
  }
}
@media screen and (max-width: 749px) {
  /* 1. 텍스트 섹션: 버튼 아래쪽 불필요한 찌꺼기 여백 제거 */
  #shopify-section-template--18190294810727__rich_text_yUKPcW .rich-text__text {
    margin-bottom: 0 !important;
  }
  .section-template--18190294810727__rich_text_yUKPcW-padding {
    padding-bottom: 45px !important; /* 버튼 안전구역 확보 */
  }

  /* 2. 상품 슬라이더 섹션: 위쪽 패딩 완전히 삭제 */
  .section-template--18190294810727__featured_collection_kHVcwM-padding {
    padding-top: 0 !important;
  }
  
  /* 🚨 3. 핵심: 상품 슬라이더 전체를 강제로 위로 끌어올리기 */
  #shopify-section-template--18190294810727__featured_collection_kHVcwM {
    margin-top: -38px !important; 
    position: relative;
    z-index: 5;
  }
}
/* ======================================================================
   About ZIVVO 버튼 - 그림자/가짜 테두리 완전 제거
   ====================================================================== */
#MainContent .image-with-text__content a.button.button--primary,
#MainContent .image-with-text__content .button.button--primary {
  box-shadow: none !important;
  filter: none !important;
  border: none !important;
  outline: none !important;
  background-image: none !important;
}

#MainContent .image-with-text__content a.button.button--primary::before,
#MainContent .image-with-text__content a.button.button--primary::after,
#MainContent .image-with-text__content .button.button--primary::before,
#MainContent .image-with-text__content .button.button--primary::after {
  content: none !important;
  display: none !important;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
}

/* hover / focus 상태에서도 다시 생기지 않게 */
#MainContent .image-with-text__content a.button.button--primary:hover,
#MainContent .image-with-text__content a.button.button--primary:focus,
#MainContent .image-with-text__content a.button.button--primary:focus-visible,
#MainContent .image-with-text__content .button.button--primary:hover,
#MainContent .image-with-text__content .button.button--primary:focus,
#MainContent .image-with-text__content .button.button--primary:focus-visible {
  box-shadow: none !important;
  filter: none !important;
  outline: none !important;
}
/* =========================================
   Curated Party Picks - mobile title wider / left align
   ========================================= */
@media screen and (max-width: 749px) {
  #collection-template--18190294810727__featured_collection_kHVcwM .card__information,
  #collection-template--18190294810727__featured_collection_kHVcwM .card__heading,
  #collection-template--18190294810727__featured_collection_kHVcwM .card__heading a {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  #collection-template--18190294810727__featured_collection_kHVcwM .card__heading {
    width: 100% !important;
    max-width: none !important;
    margin-bottom: 8px !important;
  }

  #collection-template--18190294810727__featured_collection_kHVcwM .card__heading a {
    display: -webkit-box !important;
    width: 100% !important;
    max-width: none !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    word-break: keep-all !important;
  }

  /* 제목 영역 좌우 공간 조금 더 확보 */
  #collection-template--18190294810727__featured_collection_kHVcwM .card__content {
    padding: 12px 12px 14px !important;
  }
}
/* =========================================
   Curated Party Picks - mobile title width fix
   ========================================= */
@media screen and (max-width: 749px) {
  /* 카드 자체를 조금 더 넓게 */
  #collection-template--18190294810727__featured_collection_kHVcwM ul.product-grid > li,
  #collection-template--18190294810727__featured_collection_kHVcwM .product-grid > .grid__item {
    flex: 0 0 62% !important;
    width: 62% !important;
    max-width: 62% !important;
    min-width: 62% !important;
  }

  /* 제목 영역이 카드 폭 전부 쓰게 */
  #collection-template--18190294810727__featured_collection_kHVcwM .card__information,
  #collection-template--18190294810727__featured_collection_kHVcwM .card__heading,
  #collection-template--18190294810727__featured_collection_kHVcwM .card__heading a {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    text-align: left !important;
  }

  /* 제목 줄바꿈 더 자연스럽게 */
  #collection-template--18190294810727__featured_collection_kHVcwM .card__heading {
    margin: 0 0 8px !important;
  }

  #collection-template--18190294810727__featured_collection_kHVcwM .card__heading a {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    font-size: 1.32rem !important;
    line-height: 1.35 !important;
  }

  /* 제목 좌우 공간 조금 더 확보 */
  #collection-template--18190294810727__featured_collection_kHVcwM .card__content {
    padding: 12px 10px 14px !important;
  }
}
.zivvo-card-image-link{
  display:block;
  text-decoration:none;
}

.card__inner .card__media{
  cursor:pointer;
}

/* =========================================================
   SEARCH TOP BAR — drawer mode hard align
   Filter | spacer | Sort | Count
========================================================= */

@media screen and (min-width: 990px) {
  /* 전체 바 */
  #main-search-filters > .facets-container {
    display: grid !important;
    grid-template-columns: auto 1fr auto auto !important;
    align-items: center !important;
    column-gap: 18px !important;
    row-gap: 0 !important;
    width: 100% !important;
    margin: 0 0 20px !important;
  }

  /* 1) 왼쪽 Filter */
  #main-search-filters > .facets-container > menu-drawer.mobile-facets__wrapper {
    grid-column: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    display: block !important;
    margin: 0 !important;
    width: auto !important;
    min-width: max-content !important;
  }

  #main-search-filters > .facets-container > menu-drawer.mobile-facets__wrapper .mobile-facets__open {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: auto !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
  }

  #main-search-filters > .facets-container > menu-drawer.mobile-facets__wrapper .mobile-facets__open-label.medium-hide.large-up-hide {
    display: none !important;
  }

  #main-search-filters > .facets-container > menu-drawer.mobile-facets__wrapper .mobile-facets__open-label.small-hide {
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important;
    margin: 0 !important;
  }

  #main-search-filters > .facets-container > menu-drawer.mobile-facets__wrapper .mobile-facets__close {
    display: none !important;
  }

  /* 2) 가운데 spacer는 grid column 2가 담당 */

  /* 3) Sort */
  #main-search-filters > .facets-container > facet-filters-form.facets.small-hide {
    grid-column: 3 !important;
    justify-self: end !important;
    align-self: center !important;
    display: block !important;
    margin: 0 !important;
    width: auto !important;
    min-width: max-content !important;
  }

  #main-search-filters > .facets-container > facet-filters-form.facets.small-hide > form#FacetSortDrawerForm {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin: 0 !important;
    width: auto !important;
    min-width: max-content !important;
  }

  #main-search-filters > .facets-container .facet-filters.sorting.caption.small-hide,
  #main-search-filters > .facets-container .facet-filters.sorting {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }

  #main-search-filters > .facets-container .facet-filters__field {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }

  #main-search-filters > .facets-container .facet-filters__label,
  #main-search-filters > .facets-container .facet-filters__label label {
    margin: 0 !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
  }

  #main-search-filters > .facets-container .facet-filters.sorting .select {
    width: 150px !important;
    min-width: 150px !important;
    margin: 0 !important;
  }

  /* 4) Count */
  #main-search-filters > .facets-container > .product-count.light {
    grid-column: 4 !important;
    justify-self: end !important;
    align-self: center !important;
    display: block !important;
    width: auto !important;
    min-width: max-content !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }

  #main-search-filters > .facets-container > .product-count.light .product-count__text,
  #main-search-filters > .facets-container > .product-count.light .product-count__text span {
    margin: 0 !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
  }

  /* desktop에서 필요 없는 것 숨김 */
  #main-search-filters > .facets-container > .active-facets.active-facets-mobile,
  #main-search-filters > .facets-container > facet-filters-form.facets.facets-pill.small-hide {
    display: none !important;
  }
}
/* Search top bar - filter vertical position fine tune */
@media screen and (min-width: 990px) {
  #main-search-filters > .facets-container > menu-drawer.mobile-facets__wrapper {
    position: relative !important;
    top: 11px !important;
  }

  #main-search-filters > .facets-container > menu-drawer.mobile-facets__wrapper .mobile-facets__open {
    line-height: 1 !important;
    align-items: center !important;
  }

  #main-search-filters > .facets-container > menu-drawer.mobile-facets__wrapper .svg-wrapper {
    display: inline-flex !important;
    align-items: center !important;
  }
}
/* =========================================================
   ZIVVO / CHEEZY COLLECTION CARD DESIGN
   - 4열/필터/레이아웃은 그대로 유지
   - 카드 디자인만 정리
========================================================= */

.template-collection .card-wrapper.product-card-wrapper .card {
  background: #fffdf9 !important;
  border: 1px solid #e7ddd6 !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 14px rgba(18, 18, 18, 0.04) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

.template-collection .card-wrapper.product-card-wrapper .card:hover {
  transform: translateY(-3px) !important;
  border-color: #d8c9bd !important;
  box-shadow: 0 14px 28px rgba(18, 18, 18, 0.08) !important;
}

/* 이미지 영역 */
.template-collection .card-wrapper.product-card-wrapper .card__inner {
  background: #ffffff !important;
  border-bottom: 1px solid #f0e6df !important;
}

.template-collection .card-wrapper.product-card-wrapper .card__media .media {
  background: #ffffff !important;
}

.template-collection .card-wrapper.product-card-wrapper .card__media img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  padding: 14px !important;
  background: #ffffff !important;
}

/* 카드 본문 */
.template-collection .card-wrapper.product-card-wrapper .card > .card__content:last-child {
  background: #fffdf9 !important;
  padding: 14px 14px 16px !important;
}

.template-collection .card-wrapper.product-card-wrapper .card__information {
  padding: 0 !important;
}

/* 제목 */
.template-collection .card-wrapper.product-card-wrapper .card__heading {
  margin: 0 0 8px !important;
  font-size: 1.9rem !important;
  line-height: 1.42 !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
}

.template-collection .card-wrapper.product-card-wrapper .card__heading a {
  color: #1f2a44 !important;
  text-decoration: none !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  min-height: calc(1.42em * 2) !important;
}

.template-collection .card-wrapper.product-card-wrapper .card__heading a:hover {
  color: #002d62 !important;
}

/* 가격 */
.template-collection .card-wrapper.product-card-wrapper .price,
.template-collection .card-wrapper.product-card-wrapper .price__container,
.template-collection .card-wrapper.product-card-wrapper .price-item {
  font-size: 1.2rem !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  color: #f08a24 !important;
}

.template-collection .card-wrapper.product-card-wrapper .price .price-item {
  margin: 0 !important;
}

/* 벤더/보조텍스트 */
.template-collection .card-wrapper.product-card-wrapper .caption-large,
.template-collection .card-wrapper.product-card-wrapper .caption-with-letter-spacing,
.template-collection .card-wrapper.product-card-wrapper .card-information > *:not(.price) {
  color: #6d645d !important;
}

/* 배지 */
.template-collection .card-wrapper.product-card-wrapper .badge {
  border-radius: 999px !important;
  font-weight: 600 !important;
}

/* Quick add 버튼 조금 더 정돈 */
.template-collection .card-wrapper.product-card-wrapper .quick-add__submit {
  border-radius: 12px !important;
}

/* 모바일 */
@media screen and (max-width: 749px) {
  .template-collection .card-wrapper.product-card-wrapper .card {
    border-radius: 16px !important;
  }

  .template-collection .card-wrapper.product-card-wrapper .card__media img {
    padding: 10px !important;
  }

  .template-collection .card-wrapper.product-card-wrapper .card > .card__content:last-child {
    padding: 12px 12px 14px !important;
  }

  .template-collection .card-wrapper.product-card-wrapper .card__heading {
    font-size: 1.45rem !important;
    margin-bottom: 7px !important;
  }

  .template-collection .card-wrapper.product-card-wrapper .price,
  .template-collection .card-wrapper.product-card-wrapper .price__container,
  .template-collection .card-wrapper.product-card-wrapper .price-item {
    font-size: 1.3rem !important;
  }
}
#product-grid .grid__item .card__content > .card__information .price,
#product-grid .grid__item .card__content > .card__information .price *,
#product-grid .grid__item .card__content > .card__information .price__container,
#product-grid .grid__item .card__content > .card__information .price__container *,
#product-grid .grid__item .card__content > .card__information .price-item,
#product-grid .grid__item .card__content > .card__information .price-item--regular,
#product-grid .grid__item .card__content > .card__information .price-item--sale {
  font-size: 1.7rem !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  color: #5F5750 !important;
  letter-spacing: -0.02em !important;
  margin: 0 !important;
}
/* 모든 상품 카드 가격 글자 크기 강제 축소
   - 컬렉션 페이지
   - featured collection
   - 홈 상품카드
   전부 같이 잡음
*/
.card-wrapper.product-card-wrapper .card-information .price,
.card-wrapper.product-card-wrapper .card-information .price *,
.card-wrapper.product-card-wrapper .card-information .price__container,
.card-wrapper.product-card-wrapper .card-information .price__container *,
.card-wrapper.product-card-wrapper .card-information .price-item,
.card-wrapper.product-card-wrapper .card-information .price-item--regular,
.card-wrapper.product-card-wrapper .card-information .price-item--sale,
.card-wrapper.product-card-wrapper .card__information .price,
.card-wrapper.product-card-wrapper .card__information .price *,
.card-wrapper.product-card-wrapper .price,
.card-wrapper.product-card-wrapper .price *,
[id*="featured_collection"] .price,
[id*="featured_collection"] .price *,
[class*="featured-collection"] .price,
[class*="featured-collection"] .price * {
  font-size: 17px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  margin: 0 !important;
}
/* ===== 상품 카드 제목 크기 강제 축소 - 컬렉션 + featured collection 둘 다 ===== */
#product-grid .grid__item .card__heading,
#product-grid .grid__item .card__heading a,
.card-wrapper.product-card-wrapper .card__heading,
.card-wrapper.product-card-wrapper .card__heading a,
[id*="featured_collection"] .card__heading,
[id*="featured_collection"] .card__heading a,
[class*="featured-collection"] .card__heading,
[class*="featured-collection"] .card__heading a {
  font-size: 17px !important;
  line-height: 1.05 !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em !important;
}
/* 메가메뉴 서브카테고리 글자만 축소
   (상단 4개 네이비 카테고리 제목 제외) */
.header .mega-menu__content .list-unstyled .list-unstyled a,
.header .mega-menu__content .mega-menu__list > li > ul a {
  font-size: 1.7rem !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
}
/* 메가메뉴 4번째 메인 카테고리(Special Moments)만 1줄 고정 */
@media screen and (min-width: 990px) {
  .header .mega-menu__content .mega-menu__list > li:nth-child(4) > .mega-menu__link--level-2,
  .header .mega-menu__content .mega-menu__list > li:nth-child(4) > a {
    white-space: nowrap !important;
    font-size: 1.9rem !important;
    letter-spacing: -0.01em !important;
  }
}
/* 상품 제목 2줄까지만 표시 + 넘치면 ... */
.card-wrapper.product-card-wrapper .card__heading {
  margin: 0 !important;
  overflow: hidden !important;
}

.card-wrapper.product-card-wrapper .card__heading a,
#product-grid .grid__item .card__heading a,
[id*="featured_collection"] .card__heading a,
[class*="featured-collection"] .card__heading a {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  word-break: break-word !important;
  line-height: 1.4 !important;
  max-height: calc(1.4em * 2) !important;
  min-height: calc(1.4em * 2) !important;
}
/* 이미지 링크 전체 클릭 */
.card--media .card__inner {
  position: relative !important;
}

.card__media-link {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  z-index: 2 !important;
  text-decoration: none !important;
}

.card__media-link .card__media,
.card__media-link .media {
  width: 100% !important;
  height: 100% !important;
}

.card__media-link img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  pointer-events: none !important;
}

/* inner 안쪽 content가 하단 클릭 막는 것 방지 */
.card--media .card__inner > .card__content {
  pointer-events: none !important;
}

.card--media .card__inner > .card__content .card__badge {
  pointer-events: auto !important;
}
@media screen and (min-width: 990px) {
  .zivvo-collection-hero__chips {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
  }

  .zivvo-collection-hero__chips > * {
    flex: 0 0 auto !important;
    margin: 0 !important;
  }

  .zivvo-collection-hero__chips a,
  .zivvo-collection-hero__chips button,
  .zivvo-collection-hero__chips span,
  .zivvo-collection-hero__chips .chip {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
  }
}
/* =========================
   Wishlist popup layout fix
========================= */

/* 팝업 전체 박스 */
.swym-notification,
.swym-added-notification,
.swym-ui-component .swym-notification,
.swym-ui-component .swym-added-notification {
  min-width: 360px !important;
  max-width: 420px !important;
  width: 420px !important;
  padding: 14px 16px !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12) !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  box-sizing: border-box !important;
}

/* 썸네일 */
.swym-notification img,
.swym-added-notification img,
.swym-ui-component .swym-notification img,
.swym-ui-component .swym-added-notification img {
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  object-fit: cover !important;
  border-radius: 10px !important;
  display: block !important;
}

/* 텍스트 영역 */
.swym-notification .swym-notification-content,
.swym-added-notification .swym-notification-content,
.swym-ui-component .swym-notification .swym-notification-content,
.swym-ui-component .swym-added-notification .swym-notification-content {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

/* 제목 */
.swym-notification .swym-notification-title,
.swym-added-notification .swym-notification-title,
.swym-ui-component .swym-notification .swym-notification-title,
.swym-ui-component .swym-added-notification .swym-notification-title {
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  color: #243046 !important;
  margin: 0 !important;
}

/* 본문 */
.swym-notification .swym-notification-text,
.swym-added-notification .swym-notification-text,
.swym-ui-component .swym-notification .swym-notification-text,
.swym-ui-component .swym-added-notification .swym-notification-text {
  font-size: 14px !important;
  line-height: 1.45 !important;
  color: #5F5750 !important;
  margin: 0 !important;
}

/* Undo 버튼 */
.swym-notification button,
.swym-added-notification button,
.swym-ui-component .swym-notification button,
.swym-ui-component .swym-added-notification button {
  margin-left: auto !important;
  align-self: center !important;
  height: 38px !important;
  padding: 0 14px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  background: #fff !important;
  border: 1px solid #ddd7cf !important;
  color: #243046 !important;
  box-shadow: none !important;
}

/* 닫기 X */
.swym-notification .swym-close-btn,
.swym-added-notification .swym-close-btn,
.swym-ui-component .swym-notification .swym-close-btn,
.swym-ui-component .swym-added-notification .swym-close-btn {
  top: 10px !important;
  right: 10px !important;
  width: 24px !important;
  height: 24px !important;
  opacity: 1 !important;
}
/* 오른쪽 필터 패널 상단 잘림 수정 */
.mobile-facets__inner,
.facets__display,
.facets-vertical .facets__disclosure-vertical .facets__display {
  padding-top: 18px !important;
  box-sizing: border-box !important;
}

/* 필터 리스트 첫 줄 여백 확보 */
.mobile-facets__main,
.facets__list,
.facets-layout-list,
.facets__display .facets__list {
  padding-top: 10px !important;
}

/* 헤더에 가리지 않게 패널 위치 보정 */
.mobile-facets__wrapper,
.mobile-facets__inner {
  top: 0 !important;
}