/** Shopify CDN: Minification failed

Line 95:10 Unexpected ".8\\/1\\]"
Line 509:7 Expected identifier but found "15%"
Line 513:7 Expected identifier but found "52%"

**/
body {
  letter-spacing: -0.03em;
}

a {
  color: black;
}

.privacy-text a {
  text-decoration: underline;
}

.site-link {
  opacity: 1;
  text-decoration: underline;
}

.mt-24 {
  margin-top: 6rem;
}

.p-5 {
  padding: 1.25rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-28 {
  gap: 7rem;
}

.text-\[14vw\] {
  font-size: 14vw;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-300 {
  transition-duration: 300ms;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.pointer-events-none {
  pointer-events: none;
}

.aspect-\[.8\/1\] {
  aspect-ratio: 0.8 / 1;
}

.h-\[30\%\] {
  height: 30%;
}

.as-seen-in ul img {
  width: 100%;
  max-height: 46px;
  object-fit: contain;
  max-width: 240px;
  margin: 0 auto;
}

.dot-labels li {
  font-size: 1.25rem;
}

.hover-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 1.5rem;
}

.hover-list li {
  padding: 0;
}

.hover-list li:before {
  display: none;
}

.hover-list li:not(:first-child) {
  padding-top: 0;
}

.hover-list.hover-list--alt {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

cart-items * {
  font-family: var(--font-base);
}

.cart-items {
  width: 100% !important;
  border-collapse: collapse !important;
  /* min-width: 700px !important; */
}

.cart-items th,
.cart-items td {
  padding: 12px !important;
  text-align: left !important;
  /* white-space: nowrap !important; */
}

.cart-items__image-container img {
  max-width: 100px !important;
  height: auto !important;
}

button.font-semibold.bg-gray-100 {
  font-weight: 600 !important;
  border: 1px solid #f1f1f1;
}
.filter-title--active {
  font-weight: 600;
  color: black;
}

.filter-content button {
  border: 1px solid #f1f1f1;
  padding: 5px 15px;
}

.filter-value-active {
  color: #000 !important;
}

.filter-content {
  transition: all 0.2s ease-in-out;
}

.price-field {
  border: 1px solid #f1f1f1;
  background-color: #f1f1f1;
  width: 100px !important;
  max-width: 100%;
}

.footer {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.2;
  color: var(--color-base);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.footer a:hover {
  opacity: 0.7;
}

.footer__left {
  width: 390px;
}
.footer__left h3 {
  font-size: 24px;
}

.footer__newsletter {
  position: relative;
  margin-top: 30px;
}
.footer__newsletter input[type="email"],
.footer__newsletter input[type="email"]::placeholder,
.footer__newsletter button.needsclick {
  font-size: 16px !important;
}
.footer__newsletter input[type="email"] {
  padding: 0 !important;
  -webkit-appearance: none !important;
  outline: none !important;
}
.footer__newsletter input[type="text"] {
  width: 100%;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer__newsletter input[type="submit"] {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.footer__sns .icon {
  width: 13px;
  height: 15px;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.footer__sns .icon:hover {
  opacity: 0.7;
}

.marquee.marquee--retailers .marquee__track {
  width: 600vw;
  animation-duration: 30s;
}

.retailers__list li {
  height: 110px;
}

.retailers__list li img {
  max-width: 200px;
}

/* OVERRIDE */
div.bg-white,
section.bg-white {
  background-color: #f1f1f1;
}

.product__payment-buttons {
  font-size: 0.75rem;
  line-height: 1rem;
}

.product__payment-buttons #more-payment-options-link {
  display: none;
}

.template-search .collections-grid__b,
.template-search .collections-grid__e,
.template-search .collections-grid__g {
  display: none;
}

.concierge__form-title {
  padding: 0 6px;
}

#js-switch-pdp-target-container.is-zoomed {
  width: 100%;
}

#js-switch-pdp-target {
  background-color: #e6e6e6;
}

#js-concierge-form {
  width: 750px;
  background-color: #fff;
}

.js-toggle-target a {
  text-decoration: underline;
}

/* Swish Wishlist */
wishlist-link-floating wk-button {
  display: none !important;
}
wishlist-page .wk-page {
  padding-top: 10rem !important;
}
wishlist-page .wk-header .wk-title {
  font-size: 38px !important;
}
.wk-text {
  font-size: 0.75rem;
}
.wk-product-card .wk-image {
  padding: 2rem;
  background-color: rgb(233 233 233 / 1);
}

.wk-product-card .wk-meta,
.wk-product-card .wk-meta .wk-price {
  font-size: 16px;
  line-height: 1;
  text-align: left;

  justify-content: flex-start;
}

.wk-product-card .wk-meta {
  gap: 0.25rem;
  margin-bottom: 15px;
}

wishlist-page .wk-product-card .wk-cta-button,
wishlist-page .wk-header .wk-callout-cta {
  padding: 0.5rem !important;
  min-height: unset !important;

  font-size: 0.75rem !important;
}

@media (min-width: 768px) {
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:w-max {
    width: max-content;
  }
  .lg\:min-w-\[360px\] {
    min-width: 360px;
  }
  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:pt-48 {
    padding-top: 12rem;
  }
  .lg\:pt-36 {
    padding-top: 9rem;
  }
  .lg\:pb-40 {
    padding-bottom: 10rem;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:border-r {
    border-right-width: 1px;
  }
  /* #js-switch-pdp-target {
    width: 40%;
  } */
}

@media (min-width: 768px) {
  .product__gallery.product__gallery--shrunk li img {
    width: 2.5rem;
    height: 3.5rem;
  }
  .product__metafields {
    position: absolute;
    bottom: 0;
    left: 0;
    /* max-height: 18vh; */
    max-height: 48vh;
  }
  .retailers__list li:not(:last-child) {
    border-right: 1px solid rgb(255 255 255 / 0.2);
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  .product__gallery.product__gallery--shrunk li:not(:first-child) {
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .product__top-image {
    height: 30%;
  }
}
@media (min-width: 1400px) {
  .product__metafields {
    /* max-height: 25vh; */
    max-height: 60vh;
  }
}
@media (max-width: 768px) {
  .cart-items {
    /* min-width: 650px !important; */
  }
  .hover-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 0.75rem;
  }
  #js-concierge-form {
    width: 100%;
  }
  #js-switch-pdp-target-mobile {
    width: 100%;
    padding-left: 6rem;
    padding-right: 0;
  }
  .marquee.marquee--retailers .marquee__track {
    animation-duration: 15s;
  }
  .marquee.marquee--retailers .marquee__track:hover {
    animation-play-state: running !important;
  }
  .retailers__list li:not(:last-child) {
    border-bottom: 1px solid rgb(255 255 255 / 0.2);
  }
  .product__gallery-container {
    width: 96%;
    position: relative;
  }
  .product__gallery {
    overflow: auto;
    height: auto;
    width: 190vw;
    display: flex;
    column-gap: 2rem;
  }
  .product__gallery img {
    width: 4.5rem;
  }
  .concierge__form-title {
    padding: 0 10px;
  }
  #js-switch-pdp-target-container {
    max-width: 350px;
    align-items: center;
    display: flex;
    margin: 15% auto 0;
  }
  .cart-items th, .cart-items td {
    padding: 5px !important;
  }
  .cart-item__final-price {
    margin-left: 0.2rem;
  }
  .as-seen-in ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 1rem;
  }
  .as-seen-in ul img {
    max-width: 160px;
    max-height: 35px;
  }
  .product_featured-image {
    height: 100%;
    flex-direction: column;
  }
}

.klaviyo-form-SUcwww form {
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid rgb(255 255 255 / 0.2) !important;
}

.terms-list li {
  padding: 5px;
}

.footer-desc {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  color: #ffffff;
  padding-top: 30px;
}

.lg:w-[15%] {
  width: 15%;
}

.lg:w-[52%] {
  width: 52%;
}

.lg:p-10 {
  padding: 2.5rem;
}

.lg:gap-3 {
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .lg-ml-15 {
    margin-left: 15%;
  }
}

.search-modal__form .field,
main-search .field {
  position: relative;
  width: 100%;
  padding: 1rem 0;
}

.search-modal__form .search__input,
main-search .search__input {
  border-bottom: 1px solid black;
}

.search-modal__form .field__button {
  position: absolute;
  right: 0;
}

main-search .field__button {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 15px;
}

.search-modal__form .predictive-search__item--term,
main-search .predictive-search__item--term {
  padding: 0;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.03em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.icon-search {
  cursor: pointer;
}

.reset__button {
  display: none;
}

.ml-4 {
  margin-left: 1.25rem;
}

.cal-nav-width {
  width: 500px;
  padding: 0.75rem;
}

.gradient {
  opacity: 1 !important;
}

.filter-sort {
  padding-right: 20px;
}

#filters-form #sort-by {
  margin-top: 0.25rem;
  padding: 5px 30px 5px 5px;
  border: 1px solid #000;
  border-radius: 0;
}

.filter-sort__arrow {
  top: 0.25rem;
  right: -5px;
}
.visually-hidden {
  position:absolute;
  overflow:hidden;
  clip:rect(0 0 0 0);
  height:1px;
  width:1px;
  margin:-1px;
  padding:0;
  border:0;
}

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