<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 58:6 Expected ":"

**/
body .header--top-center * &gt; .header__search {
  display: inline-flex;
}
.header__account-modal.modal__toggle {
  position: absolute;
  top: 100%;
  left: 50%;
  display: flex;
  flex-direction: column;
  padding: 24px;
  width: 240px;
  font-weight: var(--font-body-weight);
  text-transform: none;
  background-color: #fff;
  transform: translate(-50%);
  transition: opacity 0.25s;
  z-index: 10;
  border-radius: 8px;
  box-shadow: 0px 5px 5px rgba(8, 25, 37, 0.1);
  opacity: 0;
  display: none;
}
.header__account_dropdown:hover .header__account-modal.modal__toggle {
  opacity: 1;
  display: flex;
}
.header__account-modal.modal__toggle a.button {
  font-size: 10px;
  color: #fff;
  padding: 9px 5px 9px;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  min-width: auto;
  min-height: auto;
  text-transform: uppercase;
  border-radius: 30px;
  background: #c7a7e2;
  margin-bottom: 7px;
  transition: all .3s;
}
.header__account-modal.modal__toggle a.button:hover {
  color: #c7a7e2;
  background: transparent;
}
.header__account {
  position: relative;
  display: inline-block;
}
.header__account-modal.modal__toggle a.button .button-label {
  font-size: 10px;
  line-height: 1;
  text=t: ;
}
.header__account-modal.modal__toggle a.button:before,
.header__account-modal.modal__toggle a.button:after {
  border-radius: 30px;
  box-shadow: none;
}
.header__account-modal.modal__toggle .button + .header__account__register {
  margin-top: 7px;
  color: #423f3f;
  text-decoration: none;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
}
.header__account-modal.modal__toggle
  .button
  + .header__account__register
  .button-label {
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1;
}
.header__account__register svg {
  width: 12px;
  height: auto;
  vertical-align: middle;
  margin-left: 2px;
  margin-top: -2px;
}
.header__account-modal.modal__toggle .header__account__register:last-child {
  margin-bottom: 0;
  margin-top: 4px;
  color: #423f3f;
  text-decoration: none;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
}
.header__account-modal.modal__toggle
  .header__account__register:last-child
  .button-label {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
}
.header__account-modal.modal__toggle .header__account__register:hover span,
.header__account-modal.modal__toggle .header__account__register:hover svg,
.header__account-modal.modal__toggle .header__account__register:hover span {
  color: #c7a7e2;
}
.header__icons .header__icon,
.header__icons .header__icon--cart .icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__icons .header__icon .svg-wrapper {
  width: 4rem;
  height: 4rem;
}
.header__icons .header__icon--cart .icon {
  width: 2.6rem;
  height: 2.6rem;
}
body
  .header:not(.header--middle-left, .header--middle-center)
  .header__inline-menu {
  margin-top: 0;
}
.header__inline-menu .header__menu-item {
  padding: 12px 16px;
  position: relative;
  text-decoration: none;
}
.header__menu-item .icon-caret {
  right: .2rem;
}
.header__inline-menu .header__menu-item:after {
  content: "";
  position: absolute;
  width: calc(100% - 58px);
  bottom: 0;
  left: 50%;
  background-color: transparent;
  height: 2px;
  transform: translate(-50%);
}
.header__inline-menu .header__menu-item:hover:after {
  background-color: #c7a7e2;
}
.header__inline-menu .header__menu-item:hover span {
  text-decoration: none;
}
body .header-wrapper--border-bottom {
  display: block;
  margin: 0;
  border-bottom: 0;
}
.section-store-messages .swiper {
  padding-bottom: 24px;
  display: flex;
}
.section-store-messages .message {
  width: calc(33.33% - 4px);
  display: flex;
}
.section-store-messages .message .message-wrapper {
  border-radius: 30px;
  position: relative;
  text-align: center;
  padding: 10px 10px 12px;
  background: #ffddaf;
  color: #413f3f;
  border: 1px solid #000;
  line-height: 1;
  width: 100%;
}
.section-store-messages .message button {
  color: #413f3f;
  background: transparent;
  border: 0;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
  font-family: var(--font-body-family);
  line-height: 1;
  cursor: pointer;
}
.section-store-messages .message a {
  color: #413f3f;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
}
.section-store-messages .message a:after,
.section-store-messages .message button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header details[open]&gt;.header__menu-item,
.header__submenu .header__menu-item:hover {
  text-decoration: none;
}
.header__inline-menu .header__submenu .header__menu-item:after {
  display: none;
}
.header__inline-menu .header__submenu .header__menu-item:hover {
  color: #c7a7e2;
}
.announcement-bar .announcement-bar__message {
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  font-size: calc(var(--body-size) - 3px);
  font-weight: var(--weight-medium);
  text-transform: uppercase;
}
.header__account__account .header__account__name {
    text-align: left;
    font-weight: 600;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--p-color);
    color: rgba(var(--color-foreground), 1);
} 
.header__account__account .header__account__body {
    margin: 10px 0;
}
.header__account-modal.modal__toggle .header__account__body .header__account__link a {
    color: rgba(var(--color-foreground), 1);
    text-decoration: none;
}
.header__account-modal.modal__toggle a.button.header__account__logout {
    width: 100%;
    margin-bottom: 0;
    gap: 8px;
} 
.header__account__logout svg.icon-log_out {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -2px;
}
.header__icons .nav-wishlist svg {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    color: #423f3f;
    transition: fill .4s, color .4s;
}
.header__icons .nav-wishlist {
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
body .announcement-bar__link .icon-arrow {
    margin-bottom: 0;
}
.has_maga_menu summary + .header__submenu {
  left: 0;
  right: 0;
  display: flex;
  border: 0;
  padding: 40px 50px;
  max-width: 100%;
  width: 1500px;
  min-width: auto;
  margin: 0 auto;
  transition: opacity .3s, background-color .3s;
}
.has_maga_menu .mega-menu-wrapper {
    position: unset;
}
.has_maga_menu summary + .header__submenu&gt;li:not(.nav-ctas__cta) {
    padding: 0 10px;
    text-align: left;
    flex: 1 1 200px;
    position: relative;
    vertical-align: top;
    margin: 0;
    display: inline-block;
}
.has_maga_menu summary + .header__submenu li.nav-ctas__cta {
    text-align: left;
    flex: 1 1 200px;
    flex-basis: 300px;
    width: auto;
    padding: 0;
    margin-left: 20px;
    background-color: transparent;
    overflow: hidden;
}
.has_maga_menu summary + .header__submenu li.nav-ctas__cta .rimage__image {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    transition: transform .6s cubic-bezier(0,.14,.19,1);
}
.has_maga_menu summary + .header__submenu li.nav-ctas__cta .rimage-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 !important;
}
.has_maga_menu .overlay-type {
    padding: 30px;
    position: relative;
    min-height: 250px;
    display: flex;
    align-items: center;
    background-color: transparent;
    height: 100%;
    z-index: 2;
}
.has_maga_menu .image-overlay {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: block;
    text-decoration: none;
    height: 100%;
}
.has_maga_menu .header__submenu .header__submenu {
    display: block;
    margin: 0;
    padding: 0 0 20px;
    text-align: left;
    background: transparent;
}
.has_maga_menu .overlay-type {
    padding: 30px;
    position: relative;
    min-height: 250px;
    display: flex;
    align-items: center;
    background-color: transparent;
    height: 100%;
    text-align: center;
}
.has_maga_menu .overlay-type .inner {
    display: table;
    width: 100%;
    height: 100%;
}
.nav-ctas__cta .overlay-type .overlay__content {
    color: var(--color-white);
}
.overlay__content .feature-subheader {
    color: var(--color-white);
    letter-spacing: .1em;
    text-transform: uppercase;
}
.nav-ctas__cta .overlay-type .line-1 {
    font-size: 30px;
    color: inherit;
    line-height: 1.25em;
    margin: 10px 0 20px;
    display: block;
    font-weight: var(--body-weight);
    letter-spacing: 0;
}
.overlay-type .line-3 {
    margin-top: 30px;
}
.overlay-type .button:not(.overlay-type-ignore) {
    background-color: #fff;
    color: #c7a7e2;
    border-color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .13em;
    padding: 18px 30px;
}
.image-overlay.image-overlay--bg-full:after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #423f3f40;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.has_maga_menu summary + .header__submenu&gt;li:not(.nav-ctas__cta)&gt;.header__menu-item {
    display: block;
    padding-bottom: 20px;
    white-space: normal;
    text-align: left;
    font-weight: 600;
    opacity: .8;
    transition: opacity .4s;
    color: var(--p-color);
    padding: 0 0 20px;
    font-size: 15.3px;
    word-break: break-word;
}
.has_maga_menu summary + .header__submenu&gt;li:not(.nav-ctas__cta)&gt;.header__menu-item {
    display: block;
    padding-bottom: 20px;
    white-space: normal;
    text-align: left;
    font-weight: 600;
    opacity: .8;
    transition: opacity .4s;
    color: var(--p-color);
    padding: 0 0 20px;
    font-size: 15.3px;
    word-break: break-word;
}
.header__inline-menu .has_maga_menu .header__submenu .header__menu-item {
    font-size: 15.3px;
    line-height: 1.5em;
    transition: opacity .4s;
    display: block;
    padding: 7px 0;
    white-space: normal;
    color: #423f3f;
}
.has_maga_menu summary + .header__submenu li.nav-ctas__cta a:hover .rimage__image {
    transform: scale(1.05);
}
.has_maga_menu div.nav-overlay {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 99vw;
    background: var(--gradient-background);
    left: 50%;
    transform: translateX(-50%);
}
.header__inline-menu .has_maga_menu .header__submenu .header__menu-item:hover {
    color: var(--p-color);
}
.nav-ctas__cta .overlay .inner&gt;* {
    line-height: 1px;
    display: table-cell;
    vertical-align: bottom;
}
.announcement-bar-section .promo-popup-disable .announcement-bar {
    right: 0;
    padding-right: 0;
}
@media (min-width: 750px) {
  .section-store-messages .message {
    max-width: 300px;
    flex: 1;
  }
  .announcement-bar-section .announcement-bar {
    position: relative;
    right: -130px;
    padding-right: 130px;
  }
}
@media (min-width: 768px) {
  .section-store-messages .swiper-wrapper {
    gap: 20px;
    justify-content: center;
  }
}
@media (min-width: 990px) {
  .section-store-messages .swiper-wrapper {
    gap: 50px;
  }
  header-menu .list-menu--disclosure {
    width: 17rem;
  }
  .header--top-center .header__inline-menu {
    padding: 0 0.9rem;
  }
}
@media (min-width: 1200px) {
  header-menu .list-menu--disclosure {
    width: 23rem;
  }
}
@media (max-width: 1640px) {
  .header__account-modal.modal__toggle {
    left: 5%;
  }
  .has_maga_menu summary + .header__submenu&gt;li:not(.nav-ctas__cta)&gt;.header__menu-item,
  .header__inline-menu .has_maga_menu .header__submenu .header__menu-item {
    font-size: 15px;
  }
}
@media (max-width: 1410px) {
  .has_maga_menu div.nav-overlay {
    width: 98vw;
  }
}
@media (max-width: 1200px) {
  #Details-HeaderMenu-2 summary + .header__submenu li.nav-ctas__cta {
    display: none;
  }
}
@media (max-width: 749px) {
  .messages-3 .container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-store-messages .swiper {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 0 1.5rem 16px;
  }
  .section-store-messages .swiper .page-width {
    padding: 0;
  }
  .announcement-bar .announcement-bar__message {
    font-size: var(--small-size);
  }
  body .announcement-bar-section .offer-btn.button {
    padding: 5px 8px;
    font-size: 10px;
  }
  .announcement-bar-section .announcement-bar {
    position: relative;
    right: -93px;
    padding-right: 93px;
  }
  .header__icons .header__icon,
  .header__icons .header__icon--cart .icon,
  .header__icons .nav-wishlist,
  .header__icons .header__icon .svg-wrapper {
    width: 3rem;
  }
  .header__account-modal.modal__toggle {
    left: auto;
    right: 0;
    transform: none;
  }
}
@media (max-width: 374px) {
  .announcement-bar-section .announcement-bar {
    right: 0;
    padding-right: 0;
  }
}</pre></body></html>