/** Shopify CDN: Minification failed

Line 107:0 Unexpected "}"

**/
/* =========================================================
   PREMIUM DAWN REBUILD
   Asset: premium-rebuild.css
   ========================================================= */

:root {
  --pr-bg: #f6f3ee;
  --pr-surface: #ffffff;
  --pr-surface-2: #fbfaf7;
  --pr-text: #111111;
  --pr-text-soft: #666b75;
  --pr-line: rgba(17, 17, 17, 0.08);
  --pr-line-strong: rgba(17, 17, 17, 0.14);
  --pr-black: #111111;
  --pr-white: #ffffff;
  --pr-shadow-xs: 0 2px 10px rgba(0, 0, 0, 0.04);
  --pr-shadow-sm: 0 10px 24px rgba(0, 0, 0, 0.06);
  --pr-shadow-md: 0 18px 44px rgba(0, 0, 0, 0.08);
  --pr-shadow-lg: 0 26px 70px rgba(0, 0, 0, 0.12);
  --pr-radius-xs: 10px;
  --pr-radius-sm: 14px;
  --pr-radius-md: 20px;
  --pr-radius-lg: 28px;
  --pr-pill: 999px;
  --pr-max: 1440px;
  --pr-transition: 280ms cubic-bezier(.2,.8,.2,1);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--pr-bg);
  color: var(--pr-text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.page-width {
  max-width: var(--pr-max);
}

.gradient {
  background: transparent !important;
}

h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5 {
  color: var(--pr-text);
  letter-spacing: -0.04em;
  line-height: 1.02;
  text-wrap: balance;
}

p, .rte, .product__description, .article-template__content {
  line-height: 1.65;
  color: var(--pr-text);
}

.caption,
.caption-with-letter-spacing,
.product__tax,
.price__regular,
small {
  color: var(--pr-text-soft);
}

.section {
  margin-top: 0 !important;
  padding-top: 72px;
  padding-bottom: 72px;
}

.index .shopify-section {
  padding-top: 34px;
  padding-bottom: 34px;
}

@media screen and (min-width: 750px) {
  .index .shopify-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 749px) {
  .header__heading-logo {
    max-height: 100px !important;
    width: auto !important;
  }

  .header__heading-link {
    max-width: none !important;
  }
}

  .page-width {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

/* =========================================================
   PREMIUM ANNOUNCEMENT BAR
   ========================================================= */

.premium-topbar {
  background: #111111;
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  position: relative;
  z-index: 31;
}

.premium-topbar__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1.6rem;
}

.premium-topbar__rotator {
  display: grid;
  width: 100%;
}

.premium-topbar__item {
  grid-area: 1 / 1;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 350ms ease, transform 350ms ease;
  pointer-events: none;
  color: #ffffff !important;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.2;
}

.premium-topbar__item.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.premium-topbar,
.premium-topbar * ,
.premium-topbar a,
.premium-topbar span,
.premium-topbar p {
  color: #ffffff !important;
  fill: #ffffff !important;
}

.premium-topbar a {
  text-decoration: none;
}

.premium-topbar a:hover {
  opacity: 0.85;
}

/* hard fix for default Dawn announcement bar if still enabled */
.utility-bar,
.announcement-bar {
  background: #111111 !important;
  color: #ffffff !important;
}

.utility-bar *,
.announcement-bar *,
.announcement-bar a,
.announcement-bar__message,
.announcement-bar__message span,
.utility-bar a {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* =========================================================
   HEADER
   ========================================================= */

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
  z-index: 30;
}

.header-wrapper {
  background: rgba(255,255,255,0.78) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(17,17,17,0.06);
  box-shadow: 0 6px 24px rgba(0,0,0,0.03);
  transition: background var(--pr-transition), box-shadow var(--pr-transition), border-color var(--pr-transition);
}

body.premium-scrolled .header-wrapper {
  background: rgba(255,255,255,0.9) !important;
  box-shadow: 0 12px 34px rgba(0,0,0,0.06);
  border-bottom-color: rgba(17,17,17,0.08);
}

.header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header__heading-link {
  color: var(--pr-text) !important;
  letter-spacing: -0.05em;
  font-weight: 700;
  text-decoration: none;
}

.header__heading-logo {
  max-height: 42px;
  width: auto;
}

.header__menu-item,
.list-menu__item,
.header__icon,
.header__active-menu-item {
  color: var(--pr-text) !important;
  transition: all var(--pr-transition);
}

.list-menu--inline {
  gap: 0.8rem;
}

.list-menu--inline .list-menu__item {
  padding: 0.9rem 1rem;
  border-radius: 999px;
}

.list-menu--inline .list-menu__item:hover {
  background: rgba(17,17,17,0.04);
  opacity: 1;
}

.header__icon:hover {
  opacity: 0.7;
}

@media screen and (max-width: 749px) {
  .header__heading-logo {
    max-height: 34px;
  }
}

/* =========================================================
   BUTTONS
   ========================================================= */

.button,
.button--primary,
.button--secondary,
.shopify-payment-button__button,
.cart__checkout-button,
.quick-add__submit,
.product-form__submit {
  min-height: 52px;
  border-radius: var(--pr-pill) !important;
  padding: 0 26px !important;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: transform var(--pr-transition), box-shadow var(--pr-transition), opacity var(--pr-transition), background var(--pr-transition);
  box-shadow: var(--pr-shadow-xs);
}

.button:hover,
.button--primary:hover,
.button--secondary:hover,
.shopify-payment-button__button:hover,
.cart__checkout-button:hover,
.quick-add__submit:hover,
.product-form__submit:hover {
  transform: translateY(-2px);
  box-shadow: var(--pr-shadow-md);
}

.button:before,
.button:after,
.shopify-payment-button__button:before,
.shopify-payment-button__button:after {
  box-shadow: none !important;
}

.button--primary,
.shopify-payment-button__button,
.product-form__submit,
.cart__checkout-button {
  background: #111111 !important;
  color: #ffffff !important;
  border-color: #111111 !important;
}

.button--secondary {
  background: rgba(255,255,255,0.94) !important;
  color: #111111 !important;
  border: 1px solid rgba(17,17,17,0.12) !important;
}

/* =========================================================
   CARDS / COLLECTIONS
   ========================================================= */

.card,
.product-grid .card-wrapper .card,
.article-card,
.multicolumn-card {
  background: var(--pr-surface);
  border: 1px solid var(--pr-line);
  border-radius: var(--pr-radius-md);
  overflow: hidden;
  box-shadow: var(--pr-shadow-sm);
  transition: transform var(--pr-transition), box-shadow var(--pr-transition), border-color var(--pr-transition);
}

.card:hover,
.product-grid .card-wrapper:hover .card,
.article-card:hover,
.multicolumn-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--pr-shadow-lg);
  border-color: var(--pr-line-strong);
}

.card__information {
  padding: 18px 18px 20px !important;
}

.card__heading,
.card-information__text {
  color: var(--pr-text);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.card__heading a,
.card-information__text a {
  color: var(--pr-text) !important;
  text-decoration: none;
}

.card__heading a:hover {
  opacity: 0.72;
}

.media,
.global-media-settings {
  border-radius: var(--pr-radius-md);
  overflow: hidden;
}

.card__media,
.card__media .media,
.card__inner {
  border-radius: 0 !important;
}

.card__media img,
.media img {
  transition: transform 0.55s ease;
}

.card:hover .media img,
.product-grid .card-wrapper:hover img {
  transform: scale(1.04);
}

.product-grid .card__heading {
  font-size: 1.65rem;
  line-height: 1.2;
}

.price {
  color: var(--pr-text);
  font-weight: 700;
}

.product-grid .price {
  font-size: 1.5rem;
  margin-top: 0.5rem;
}

.badge,
.card__badge .badge,
.price__badge-sale,
.price__badge-sold-out {
  border: none !important;
  border-radius: 999px !important;
  padding: 0.45rem 0.9rem !important;
  font-weight: 600;
  box-shadow: var(--pr-shadow-xs);
}

/* =========================================================
   HERO / BANNERS / IMAGE WITH TEXT
   ========================================================= */

.banner,
.image-banner,
.image-with-text,
.collection-hero {
  background: transparent !important;
}

.banner__box,
.image-with-text__content {
  background: rgba(255,255,255,0.74) !important;
  border: 1px solid rgba(17,17,17,0.06);
  border-radius: var(--pr-radius-lg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: var(--pr-shadow-md);
  padding: 32px !important;
}

.banner__heading,
.image-with-text__heading,
.collection-hero__title {
  letter-spacing: -0.05em;
  font-weight: 700;
}

.banner__text,
.image-with-text__text,
.collection-hero__description {
  color: var(--pr-text) !important;
}

@media screen and (max-width: 749px) {
  .banner__box,
  .image-with-text__content {
    padding: 22px !important;
    border-radius: 20px;
  }
}

/* =========================================================
   PRODUCT PAGE
   ========================================================= */

.main-product .product {
  gap: 4rem;
}

.product__media-container,
.product-media-container,
.product__media,
.product__media-item,
.thumbnail,
.product__modal-opener,
.slider-mobile-gutter .product__media-item {
  border-radius: var(--pr-radius-lg);
  overflow: hidden;
}

.product__title h1 {
  font-size: clamp(2.8rem, 4vw, 4.8rem);
  letter-spacing: -0.05em;
}

.product__info-container > * + * {
  margin-top: 1.4rem;
}

.product__description {
  max-width: 60ch;
}

.price--large .price-item--regular,
.price--large .price-item--sale {
  font-size: 2.2rem;
}

.product-form__submit {
  width: 100%;
  min-height: 56px;
}

.product-form__input input[type='radio'] + label,
.product-form__input--pill input[type='radio'] + label,
.product-form__input--dropdown select,
.select__select,
.quantity,
.quantity__input,
.field__input,
.customer .field input,
textarea {
  border-radius: 14px !important;
  border: 1px solid var(--pr-line-strong) !important;
  background: rgba(255,255,255,0.9) !important;
  box-shadow: none !important;
}

.product-form__input input[type='radio'] + label,
.product-form__input--pill input[type='radio'] + label {
  padding: 0.95rem 1.15rem;
  transition: all var(--pr-transition);
}

.product-form__input input[type='radio'] + label:hover,
.product-form__input--pill input[type='radio'] + label:hover {
  transform: translateY(-1px);
  border-color: rgba(17,17,17,0.22) !important;
}

.product-form__input input[type='radio']:checked + label,
.product-form__input--pill input[type='radio']:checked + label {
  background: #111111 !important;
  color: #ffffff !important;
  border-color: #111111 !important;
}

.thumbnail-list .thumbnail {
  border: 1px solid var(--pr-line) !important;
  border-radius: 14px !important;
  transition: all var(--pr-transition);
}

.thumbnail:hover,
.thumbnail[aria-current] {
  border-color: rgba(17,17,17,0.24) !important;
  box-shadow: var(--pr-shadow-xs);
}

.product__accordion,
.accordion,
.collapsible-content summary {
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(17,17,17,0.08);
  border-radius: 16px;
}

.collapsible-content summary,
.accordion summary {
  padding: 1.7rem 2rem;
}

.accordion__content,
.product__accordion .accordion__content {
  padding: 0 2rem 2rem;
}

.product__info-container .icon-with-text {
  background: rgba(255,255,255,0.68);
  border: 1px solid rgba(17,17,17,0.08);
  border-radius: 18px;
  padding: 1.4rem;
}

/* =========================================================
   FORMS / PREDICTIVE SEARCH
   ========================================================= */

.field__input,
.select__select,
.customer textarea,
.newsletter-form__field-wrapper .field__input {
  min-height: 52px;
}

.field:before,
.field:after,
.select:before,
.select:after,
.customer .field:before,
.customer .field:after {
  box-shadow: none !important;
  border: 0 !important;
}

.field__input:focus,
.select__select:focus,
textarea:focus {
  outline: none !important;
  border-color: rgba(17,17,17,0.28) !important;
}

.predictive-search,
.predictive-search__results-groups-wrapper {
  background: #ffffff !important;
  border-radius: 20px;
  border: 1px solid rgba(17,17,17,0.08);
  box-shadow: var(--pr-shadow-md);
}

/* =========================================================
   CART DRAWER / CART PAGE
   ========================================================= */

.cart-drawer,
.drawer,
.drawer__inner,
.cart-drawer__inner {
  background: #f9f7f2 !important;
}

.cart-drawer__inner {
  border-left: 1px solid rgba(17,17,17,0.08);
}

.cart-drawer__footer {
  background: rgba(255,255,255,0.82);
  border-top: 1px solid rgba(17,17,17,0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.cart-item,
.cart-items td,
.cart-items th {
  border-color: rgba(17,17,17,0.08) !important;
}

.cart-drawer__footer .totals {
  font-size: 1.8rem;
  font-weight: 700;
}

.cart-drawer .button {
  width: 100%;
}

.cart__footer {
  border-top: 1px solid rgba(17,17,17,0.08);
  padding-top: 2rem;
}

/* =========================================================
   FOOTER
   ========================================================= */

.footer {
  background: #111111 !important;
  color: rgba(255,255,255,0.92);
  margin-top: 40px;
}

.footer *,
.footer a,
.footer p,
.footer li,
.footer .list-menu__item--link {
  color: rgba(255,255,255,0.92) !important;
}

.footer__content-top,
.footer__content-bottom {
  border-color: rgba(255,255,255,0.08) !important;
}

.footer-block__heading {
  color: #ffffff !important;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.footer a:hover {
  opacity: 0.72;
}

/* =========================================================
   DRAWERS / MODALS / MOBILE MENU
   ========================================================= */

details[open] > .menu-drawer,
.menu-drawer,
.modal__content {
  background: #ffffff !important;
}

.menu-drawer__navigation .list-menu__item {
  border-radius: 14px;
}

/* =========================================================
   REVEAL ANIMATION
   ========================================================= */

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 749px) {
  .header {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .product__title h1 {
    font-size: 2.8rem;
  }

  .card__information {
    padding: 14px 14px 18px !important;
  }

  .button,
  .button--primary,
  .button--secondary,
  .shopify-payment-button__button,
  .quick-add__submit,
  .product-form__submit {
    min-height: 50px;
  }

  .main-product .product {
    gap: 2rem;
  }

  .premium-topbar__item {
    font-size: 1rem;
    line-height: 1.35;
  }

  .premium-product-card .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.premium-product-card .card__content {
  display: flex;
  flex: 1;
}

.premium-product-card .card__information {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.premium-product-card .quick-add {
  margin-top: auto;
  padding-top: 1rem;
}

.premium-product-card .quick-add__submit {
  width: 100%;
}.premium-cart-drawer .drawer__inner {
  border-left: 1px solid rgba(17,17,17,0.08);
}

.premium-cart-drawer .cart-item__name {
  text-decoration: none;
  color: var(--pr-text) !important;
  font-weight: 600;
}

.premium-cart-drawer .cart-item__name:hover {
  opacity: 0.72;
}
}