.shop-note-component {
  background-color: #f2f2f2;
  padding: .3125rem 1.25rem;
}

.shop-note-component.color-primary-bg {
  background-color: #272727;
}

.shop-note-component.color-secondary-bg {
  background-color: #f9f9f9;
}

.shop-note-component.color-gold-bg {
  background-color: #8f7144;
}

.shop-note-component.color-dark-gray-bg {
  background-color: #272727;
}

.shop-note-component.color-off-white-bg {
  background-color: #f9f9f9;
}

.shop-note-component.color-white-bg {
  background-color: #fff;
}

.shop-note-component.color-cool-gray-bg {
  background-color: #f2f2f2;
}

.shop-note-component.color-pale-gray-bg {
  background-color: #e6e6e6;
}

.shop-note-component.color-light-gray-bg {
  background-color: #d9d9d9;
}

.shop-note-component.color-gray-bg, .shop-note-component.color-neutral-grey-bg {
  background-color: #a5a5a5;
}

.shop-note-component.color-mid-grey-bg {
  background-color: #6f6f6f;
}

.shop-note-component.color-black-bg {
  background-color: #000;
}

.shop-note-component.color-blue-bg {
  background-color: #00629b;
}

.shop-note-component.color-light-blue-bg {
  background-color: #e5eff5;
}

.shop-note-component.color-red-bg {
  background-color: #eb0000;
}

.shop-note-component.color-light-red-bg {
  background-color: #f7d4d4;
}

.shop-note-component.color-green-bg {
  background-color: #10b981;
}

.shop-note-component.color-light-green-bg {
  background-color: #cdebdd;
}

.shop-note-component.color-neutral-pale-grey-bg {
  background-color: #e6e6e6;
}

.shop-note-component.color-lightgrey-bg {
  background-color: #f2f2f2;
}

@media (min-width: 1025px) {
  .shop-note-component {
    padding: .3125rem 3.75rem;
  }
}

.shop-note-component__content-region {
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
  min-width: 12.5rem;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
}

@media (min-width: 1025px) {
  .shop-note-component__content-region {
    gap: 3.75rem;
  }

  .shop-note-component__content-region:not(.slick-initialized) {
    min-width: 100%;
  }

  .shop-note-component__content-region:not(.slick-initialized) .experience-commerce_assets-shopNoteContent:not(:first-child) {
    display: none;
  }

  .shop-note-component__content-region .slick-list {
    width: 100%;
  }
}

.shop-note-component__content-wrapper {
  position: relative;
}

.shop-note-component .icon-close {
  width: .875rem;
  height: .875rem;
  position: absolute;
  top: .125rem;
  right: 0;
}

@media (min-width: 1025px) {
  .shop-note-component .icon-close {
    right: 0;
  }
}

.shop-note-component .icon-arrow-left, .shop-note-component .icon-arrow-right {
  width: .875rem;
  height: .875rem;
}

.shop-note-component .slick-prev {
  padding-right: 1.875rem;
  position: absolute;
  top: auto;
  left: 2.5rem;
}

@media (min-width: 767px) {
  .shop-note-component .slick-prev {
    left: 0;
  }
}

@media (min-width: 1025px) {
  .shop-note-component .slick-prev {
    position: unset;
    padding-right: 3.75rem;
  }
}

.shop-note-component .slick-next {
  padding-left: 1.875rem;
  position: absolute;
  top: auto;
  right: 2.5rem;
}

@media (min-width: 767px) {
  .shop-note-component .slick-next {
    right: 0;
  }
}

@media (min-width: 1025px) {
  .shop-note-component .slick-next {
    position: unset;
    padding-left: 3.75rem;
  }
}

.shop-note-component .slick-arrow {
  background: none;
  border: none;
  outline: none;
}

.shop-note-component .slick-arrow:hover {
  cursor: pointer;
}

.shop-note-component .slick-slide {
  height: auto !important;
}

.shop-note-component .slick-track {
  justify-content: center;
  align-items: center;
  display: flex;
}

.shop-note-content__content-wrapper {
  place-content: center;
  align-items: baseline;
  display: flex;
}

.shop-note-content__description {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  gap: 1.875rem;
  display: flex;
  position: relative;
}

.shop-note-content__description p {
  margin-bottom: 0;
}

.shop-note-content__content-wrapper p, .shop-note-content__content-wrapper a {
  color: #272727;
  text-align: center;
  letter-spacing: .03125rem;
  text-transform: uppercase;
  min-width: auto;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.0625rem;
}

.shop-note-content__content-wrapper p {
  width: 100%;
  min-width: 18.75rem;
  margin: 0 .625rem;
  padding: 0 3.4375rem;
  display: inline-block;
}

@media (min-width: 1025px) {
  .shop-note-content__content-wrapper p {
    min-width: 6.25rem;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}

.shop-note-content__content-wrapper p a {
  text-decoration: underline;
}


/*# sourceMappingURL=shopNoteComponent.css.map*/