/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/sass/main.sass ***!
  \*********************************************************************************************************************************************************************/
.footer-copyright a {
  text-decoration: underline;
}
.footer-copyright .disclaimer-text {
  margin-top: 5px;
}
.footer-copyright .logos {
  order: 2;
  max-width: 600px;
  gap: 10px;
}
.footer-copyright .logos img {
  height: 13px;
  opacity: 0.4;
  width: auto;
}

.product-card .product-card__type {
  text-transform: uppercase;
  font-weight: 400 !important;
  letter-spacing: 0px !important;
}

.article-card .badge {
  background: #F8F6F7;
  color: #000000;
  border-radius: 4px;
  font-weight: 700;
}
.article-card .article-card__title {
  font-weight: 700 !important;
}
.article-card.first .article-card__content {
  gap: var(--sp-6);
}
.article-card .read-more:not(.first .read-more) {
  color: #AA0160;
  font-weight: 700;
}

.featured-collections .tab__item:not(:disabled) .btn-text {
  color: black;
}
.featured-collections .tab__item:not(:disabled):hover .btn-text {
  color: white !important;
}

.collection-section .facet-sorting .button, .collection-section .facet-wrapper .button {
  border: 1px solid black;
}
.collection-section .facet-sorting .button .btn-text, .collection-section .facet-wrapper .button .btn-text {
  color: black !important;
}

.main-blog .subcollections {
  margin-top: 20px;
}
.main-blog .subcollections li:before {
  content: none !important;
}
.main-blog .subcollections li:not(:first-child) {
  margin-left: 10px;
}
.main-blog .subcollections li:first-child {
  order: -2;
}
.main-blog .subcollections li:has(a[href*="tagged/news"]) {
  order: -1;
}
.main-blog .subcollections li a {
  padding: 20px 24px !important;
  background: white;
  color: black;
  opacity: 1 !important;
  font-weight: 400 !important;
  border-radius: 50px;
  font-size: 12px !important;
  height: auto !important;
}
.main-blog .subcollections li a::after, .main-blog .subcollections li a span::after {
  content: none !important;
}
.main-blog .subcollections li:hover a {
  background: #DC3D48;
  color: white;
  transition: background 0.2s ease, color 0.2s ease;
}
.main-blog .subcollections li.active a {
  background: #DC3D48;
  color: white;
}
.main-blog .title-wrapper {
  position: relative;
  padding-bottom: 50px;
}
.main-blog .title-wrapper::before {
  content: "";
  position: absolute;
  top: calc(-1 * var(--section-padding-top));
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100vw;
  height: calc(100% + var(--section-padding-top));
  background: #F8F6F7;
}

.main-product .external-buy-buttons {
  margin-top: 20px;
}
.main-product .shop-link {
  background: black;
}
.main-product .shop-link img {
  height: 30px;
  width: 180px;
  object-fit: contain;
  object-position: center center;
}

.contact-form-section {
  height: auto;
}
.contact-form-section .title-wrapper {
  margin-bottom: 0px;
}
.contact-form-section .contact__sidebar .flex {
  background: #F8F6F7;
  padding: 30px;
  border-radius: 16px;
}
.contact-form-section .contact__sidebar .social-icons {
  padding: 0px;
  justify-content: center;
}
.contact-form-section .contact__sidebar .social-icons .flex {
  padding: 0px;
  gap: 15px;
}
.contact-form-section .contact__fields {
  padding: 30px;
  background: #F8F6F7;
  border-radius: 16px;
}
@media screen and (min-width: 1024px) {
  .contact-form-section .contact__sidebar {
    min-width: 450px;
  }
}

.contact-with-map .title-wrapper {
  margin-bottom: 0px;
}
.contact-with-map .banner {
  height: calc(100% - 60px) !important;
}
.contact-with-map .address {
  margin-top: 10px;
}
.contact-with-map .address * {
  margin: 0px !important;
}
.contact-with-map .contact__sidebar > .flex {
  background: #F8F6F7;
  padding: 30px 15px;
  border-radius: 16px;
  border: none !important;
}
.contact-with-map .contact__sidebar .social-icons {
  padding: 0px;
  justify-content: center;
}
.contact-with-map .contact__sidebar .social-icons .flex {
  padding: 0px;
  gap: 15px;
  border: 0px;
}
.contact-with-map .contact__fields {
  padding: 30px;
  background: #F8F6F7;
  border-radius: 16px;
}
@media screen and (min-width: 1024px) {
  .contact-with-map .contact__sidebar {
    min-width: 450px;
  }
}

.field input, .field textarea, .field select {
  background: white;
  border: 0.5px solid #B3B3B3;
}

.shop-the-feed-section .social-account .button {
  background: black !important;
}
.shop-the-feed-section .social-account .button .btn-text {
  color: white !important;
}

.pagination .page.current {
  background: #AA0160 !important;
}

.media-card__content .icon-container {
  background: white !important;
  border-radius: 50%;
  padding: 5px;
}
.media-card__content .icon-container svg {
  filter: invert(1);
}

.amazon-link {
  background: #FF9900 !important;
}

#shopify-pc__banner__btn-decline {
  color: rgb(var(--color-button-text)) !important;
}

/*# sourceMappingURL=eleven.min.css.map*/