/** Shopify CDN: Minification failed

Line 4180:45 Unexpected ".2-col-mobile"
Line 4788:1 Unexpected "/"

**/
@font-face {
  font-family: "Winslow";
  src:
    url("/cdn/shop/files/winslow-bookregular-webfont.woff2?v=1711671557")
      format("woff2"),
    url("/cdn/shop/files/winslow-bookregular-webfont.woff?v=1711671557")
      format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Winslow";
  font-weight: 100;
  src:
    url("/cdn/shop/files/winslow-bookhairline-webfont.woff2?v=1711672909")
      format("woff2"),
    url("/cdn/shop/files/winslow-bookhairline-webfont.woff?v=1711672909")
      format("woff");
  font-display: swap;
}

:root {
  --font-heading-family: "Winslow", serif;
  --font-body-family: "brandon-grotesque", sans-serif;
  --font-body-weight: 390;
}

body {
  -webkit-text-size-adjust: 100%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 100;
}
/*
main {
  overflow: hidden;
}
*/
cart-drawer.drawer {
  display: none;
}
.rte a {
  color: rgba(var(--color-link));
}
header.header--middle-center nav:nth-of-type(1) {
  text-align: right;
}
header.header--middle-center nav:nth-of-type(1) ul {
  text-align: left;
}
header nav:nth-of-type(2) {
  grid-area: 1;
}
header.header--middle-center .header__icons {
  grid-area: -3/3;
}
#predictive-search-results.list .predictive-search__result-group {
  gap: unset;
}
.search-modal__form.inline {
  max-width: 18rem;
}
.search-modal__form.inline .search__input.field__input {
  padding-left: 0;
  padding-right: 7rem;
  max-width: 18rem;
}
.search-modal__form.inline .predictive-search.predictive-search--header {
  width: 22vw;
}
.search-modal__form.inline .field__input:focus,
.search-modal__form.inline .field:after,
.search-modal__form.inline .field:hover.field:after {
  box-shadow: 0 2px 0px calc(-0.15rem + var(--inputs-border-width))
    rgba(var(--color-foreground));
}
.search-modal__form.inline label,
.search-modal__form.inline .field__input:focus ~ .field__label,
.search-modal__form.inline
  .field__input:not(:placeholder-shown)
  ~ .field__label {
  left: 0;
}
.search-modal__form.inline label {
  top: 22px;
}
.search-modal__form.inline .search__button,
.search-modal__form.inline .reset__button {
  top: 11px;
  transform: rotate(90deg);
  align-items: inherit;
}
.reset__button:not(:focus):after {
  content: none !important;
}
@media screen and (min-width: 990px) {
  .header.header--middle-center > .header__search,
  .header--middle-center * > .header__search,
  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: block;
  }
  .header.header--middle-center > .header__search,
  .header--middle-center * > .header__search {
    grid-area: -3;
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: rgb(18, 18, 18);
}
ul.swiper-wrapper {
  padding: 0;
}

/* Featured Collection Swiper Styles */
@media screen and (max-width: 749px) {
  .swiper-wrapper.featured-collection--mobile-grid.contains-card.contains-card--product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    transform: translate(0px) !important;
    padding: 0 1.5rem;
    width: calc(100% - 3rem);
    gap: 1.5rem;
  }

  .swiper-backface-hidden
    .swiper-wrapper.featured-collection--mobile-grid.contains-card.contains-card--product
    .swiper-slide {
    width: 100% !important;
  }
}

.header-wrapper {
  background-image: url("/cdn/shop/files/CloudsForWeb_1.jpg?v=1711665129");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.header__icon.header__icon--account:hover img:first-of-type,
.header__icon.header__icon--cart:hover img:first-of-type {
  display: none;
}
.header__icon.header__icon--account:hover img:last-of-type,
.header__icon.header__icon--cart:hover img:last-of-type {
  display: block !important;
}
.header__menu-item {
  font-family: "Winslow";
}
.link,
.customer a {
  font-size: 1.6rem;
}
.header__menu-item {
  padding: 1.2rem 2.2rem;
}
header-menu > details.mega-menu {
  margin-right: 1rem;
}
.cloud-1-wrapper {
  position: absolute;
  top: 1rem;
  left: 4rem;
}
.cloud-2-wrapper {
  position: absolute;
  top: 6rem;
  left: 17rem;
}
.cloud-3-wrapper {
  position: absolute;
  top: -1rem;
  right: 41rem;
}
.cloud-4-wrapper {
  position: absolute;
  top: 5rem;
  right: 32rem;
}
.cloud-5-wrapper {
  position: absolute;
  right: 0;
  top: 3.2rem;
}
.announcement-bar__message {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.product-media-container {
  border: none;
}
.product-form__buttons {
  display: flex;
  align-items: center;
}
.product-form__input {
  flex: unset !important;
  margin: 0 !important;
}
.product-form__submit {
  /* margin-left: 1.8rem; */
  margin-bottom: 0 !important;
}
.quantity {
  width: calc(8.3rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
}
.quantity__button {
  width: calc(3rem / var(--font-body-scale));
}
button.quantity__button {
  font-size: 24px;
  font-weight: 300;
  font-family: var(--font-body-family);
}
button.quantity__button[name="minus"] {
  margin-bottom: 4px;
}
.quantity__input {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-body-family);
}
.quantity:after {
  border: 1px solid #dfe0e0;
  box-shadow: unset;
}
.button,
.shopify-challenge__button,
.customer button {
  background-color: #6f7176;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1.15em 2rem;
  min-height: unset;
}
.buy-more-banner-wrapper {
  margin-bottom: 4.7rem !important;
  position: relative;
}
.buy-more-banner-wrapper .buy-more-banner-container {
  display: flex;
  align-items: center;
  padding: 1.3rem 15px;
}
.buy-more-banner-wrapper .buy-more-banner-container > * {
  margin: 0;
}
.buy-more-banner-container h5 {
  font-size: 18px;
}
.buy-more-banner-container p {
  margin-left: 1.2rem !important;
  font-size: 16px;
}
.buy-more-banner-container img {
  max-width: 64px;
  width: auto;
  height: auto;
  position: absolute;
  bottom: -3px;
  right: 5px;
}
.product__description {
  margin-top: 3.5rem !important;
  font-size: 18px;
  line-height: 150%;
}
.top-footer-wrapper .top-footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-footer-wrapper .top-footer-container .image-container {
  display: flex;
}
.top-footer-wrapper .top-footer-container .image-container img {
  width: 100%;
  max-width: 45px;
  height: auto;
  margin-right: 15px;
}
.top-footer-wrapper .top-footer-container p {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 390;
}
.top-footer-wrapper .top-footer-container svg {
  margin-left: 10px;
}
.footer {
  border-top: none !important;
}
.product__info-container .price-reviews {
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
}
.product__info-container .price-reviews .reviews-container {
  margin-bottom: 1.6rem;
}
.product__info-container .jdgm-prev-badge {
  display: flex !important;
  align-items: center;
}
.product__info-container .price-reviews .jdgm-prev-badge__text {
  font-size: 12px;
  font-weight: 420;
  letter-spacing: 1px;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin-left: 10px;
  display: flex;
  align-items: center;
  margin-top: 2px;
}
.details-table-wrapper {
  margin-top: 3.5rem !important;
}
.details-table-wrapper .details-table-container {
  border: 1px solid #dfe0e0;
}
.details-table-wrapper .details-table-container .row-container {
  display: flex;
}
.details-table-wrapper
  .details-table-container
  .row-container:not(:last-of-type) {
  border-bottom: 1px solid #dfe0e0;
}
.details-table-wrapper
  .details-table-container
  span:first-of-type:not(.size-guide-button):not(
    .details-table-wrapper .details-table-container span span
  ) {
  width: 35%;
  border-right: 1px solid #dfe0e0;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 5px 12px;
}
.details-table-wrapper
  .details-table-container
  span:last-of-type:not(.size-guide-button):not(
    .details-table-wrapper .details-table-container span span
  ) {
  border-left: 1px solid #dfe0e0;
  margin-left: 3px;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  align-items: center;
  padding: 5px 1.3rem;
  width: 65%;
}
.details-table-wrapper .details-table-container span p {
  margin: 0;
  line-height: 150%;
}
.details-table-wrapper .details-table-container span p a {
  color: inherit;
}
.breadcrumb-container {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.product.grid {
  margin-top: 2.6rem;
}
.jdgm-preview-badge .jdgm-star.jdgm-star {
  font-size: 1.3rem;
}
product-info .icons-wrapper {
  margin-top: 3.6rem;
}
product-info .icons-wrapper .icons-container {
  display: flex;
  column-gap: 40px;
}
product-info .icons-wrapper .icons-container.wrap {
  flex-wrap: wrap;
}
product-info .icons-wrapper .icons-container .icon-container {
  text-align: center;
}
product-info .icons-wrapper .icons-container .icon-container img {
  width: auto;
  height: 40px;
}
product-info .icons-wrapper .icons-container .icon-container .text-container {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.slider-with-text-container {
  max-width: 115rem;
  margin: auto;
}
.slider-with-text-container .image-container,
.slider-with-text-container .text-wrapper {
  padding: 0px 15px;
  position: relative;
}
.slider-with-text-container .image-container .swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-button-prev,
.swiper-button-next {
  display: block !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: none !important;
}
.slider-with-text-container .swiper-button-prev {
  margin-left: -5.5rem;
}
.slider-with-text-container .swiper-button-next {
  margin-right: -4.2rem;
}
.slider-with-text-container .text-container {
  max-width: 46rem;
  margin-left: auto;
}
.slider-with-text-container .text-container p {
  font-size: 18px;
  font-weight: 390;
  line-height: 27px;
}
.slider-with-text-wrapper {
  position: relative;
}
.slider-with-text-wrapper .rainbow-wrapper {
  position: absolute;
  right: 1.6rem;
  bottom: -10px;
}
.slider-with-text-wrapper .rainbow-wrapper img {
  max-width: 14.4rem;
}
product-info .rebuy-product-block {
  display: flex !important;
  align-items: center !important;
  flex-direction: row !important;
}
product-info .super-title {
  text-align: left !important;
  font-size: 24px;
  font-weight: 400;
  text-transform: unset !important;
  border-bottom: 1px solid #dfe0e0;
  padding-bottom: 4px !important;
}
product-info .rebuy-widget {
  margin-top: 3rem;
}
.powered-by-rebuy {
  display: none !important;
}
.rebuy-widget .rebuy-product-block .rebuy-product-info .rebuy-product-title,
.rebuy-recommended-products
  .rebuy-product-block
  .rebuy-product-info
  .rebuy-product-title {
  margin: 0 !important;
}
.button:after {
  content: unset;
}
.product-form__buttons,
.bis-container {
  position: relative;
}
product-info .confetti {
  position: absolute;
  top: -6rem;
  right: -3.6rem;
}
product-info .confetti img {
  max-width: 40rem;
}
.buy-button-container {
  width: calc(100% - 10rem);
}
.bis-container .confetti {
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.buy-button-container:hover .product-form__submit,
.bis-container:hover a {
  background-color: #f0f5f4;
  color: #53565b;
}
.shopify-block .rebuy-widget button.rebuy-button {
  font-size: 12px;
  font-weight: 450;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: auto;
  background: none;
  /*padding: 0;*/
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  /*padding-bottom: 0px;*/
  font-family: var(--font-body-family);

  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1.4rem 2rem;
  width: 100%;
  font-size: 14px !important;
}
#shopify-block-rebuy_personalization_engine_rebuy_widget_hNg9Tw .rebuy-button {
  font-size: 12px !important;
}
#shopify-block-rebuy_personalization_engine_rebuy_widget_a8bcDW
  .rebuy-product-actions,
#shopify-block-rebuy_personalization_engine_rebuy_widget_Rhtp73
  .rebuy-product-actions {
  margin-top: 11px;
}
#shopify-block-rebuy_personalization_engine_rebuy_widget_a8bcDW .rebuy-button,
#shopify-block-rebuy_personalization_engine_rebuy_widget_Rhtp73 .rebuy-button {
  background: none !important;
  color: #53565b;
  padding: 0 !important;
  text-decoration: underline;
  text-underline-offset: 6px;
  font-size: 1.2rem !important;
}
.shopify-block .rebuy-widget .rebuy-product-info {
  /*flex: unset !important;*/
  text-align: left;
}
.mega-menu__list a.mega-menu__link--level-2 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: #53565b;
}
.mega-menu__list ul a {
  font-family: Winslow;
  font-size: 16px;
  font-weight: 300;
  color: #53565b;
}
.header--top-center .mega-menu__list {
  column-gap: 7rem !important;
  max-width: 133rem;
}
.header--top-center .mega-menu__list > li {
  width: calc(22% - 5.25rem) !important;
  padding: 0 !important;
  width: max-content !important;
  max-width: max-content;
  max-width: calc(25% - 8.75rem) !important;
}
.header--top-center .mega-menu__list > li.has-image {
  width: calc(28% - 5.25rem) !important;
}
ul.mega-menu__list a.list-menu__item {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
ul.mega-menu__list a.list-menu__item img {
  width: 100%;
  margin-bottom: 1.5rem;
}
.quick-add button,
.quick-add .free-download a {
  padding: 0;
  min-width: unset;
  width: auto;
  font-size: 1.2rem;
  font-weight: 450;
  letter-spacing: 2px;
  text-transform: uppercase;
  min-height: unset;
  border-bottom: 1px solid;
  color: #53565b;
  background: none;
  font-family: var(--font-body-family);
  padding-bottom: 2px;
}
.quick-add .free-download {
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  display: flex;
}
.collection-hero .breadcrumb-container {
  margin-top: 2.8rem;
}
.collection-hero__description p {
  margin-top: 10px;
}
facet-filters-form {
  border-top: 1px solid #dfe0e0;
  border-bottom: 1px solid #dfe0e0;
  padding: 1.3rem 0 1.1rem 0;
}
facet-filters-form form {
  display: flex !important;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 0 !important;
}
facet-filters-form form h2,
facet-filters-form form select {
  font-size: 11px !important;
  font-weight: 420 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #53565b;
}
.title-description-container {
  position: relative;
}
.title-description-container h1 {
  margin: 0;
  font-weight: 100;
}
.title-description-container .image-container {
  position: absolute;
  top: -2.6rem;
  right: -1rem;
}
.title-description-container .image-container img {
  max-width: 17.5rem;
  height: auto;
}
.collection-hero.custom-collection {
  position: relative;
}
.collection-hero.custom-collection
  .collection-hero__inner
  .collection-hero__text-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 50rem;
}
.collection-hero.custom-collection .title-description-container h1 {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.collection-hero.custom-collection .title-description-container p {
  font-size: 18px;
  font-weight: 390;
  line-height: 150%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.collection-hero.custom-collection .title-description-container {
  flex-direction: column;
}
.collection-hero__title .registered {
  font-size: 16px;
  left: 2px;
  bottom: 1.2rem;
  position: relative;
}
.rte .registered,
.link .registered,
p .registered,
.card__content .registered,
.promo-banner-container .registered,
a.button .registered,
.product__title .registered,
.rebuy-product-info .registered {
  font-size: 75%;
  left: 0px;
  bottom: 0.5rem;
  position: relative;
  text-decoration: none !important;
}
.collection-hero.custom-collection .image-container {
  position: relative;
}
.collection-hero.custom-collection .hotspot-1,
.collection-hero.custom-collection .hotspot-2,
.collection-hero.custom-collection .hotspot-3,
.collection-hero.custom-collection .hotspot-4 {
  position: absolute;
}
.collection-hero.custom-collection .plus {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  background: #53565b;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.collection-hero .popup-wrapper {
  display: none;
  position: absolute;
  width: max-content;
  max-width: 20rem;
  background: #fff;
  border: 1px solid #dfe0e0;
  top: 0;
  left: 0;
  z-index: 1;
}
.collection-hero .popup-wrapper .close-popup {
  text-align: right;
}
.collection-hero .popup-wrapper .close-popup svg {
  cursor: pointer;
}
.collection-hero .popup-wrapper .popup-container {
  display: flex;
  flex-direction: column;
  padding: 4px 10px 10px 10px;
}
.collection-hero .popup-wrapper .popup-container .product-container {
  font-family: Winslow;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.8%;
  display: flex;
  column-gap: 10px;
  margin-top: -5px;
}
.collection-hero .popup-wrapper .popup-container .product-container img {
  width: 60px;
  height: auto;
}
.collection-hero .product-wrapper a {
  background: #6f7176;
  width: 100%;
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-size: 10px;
  font-weight: 420;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  padding: 3px 8px 1px 8px;
  margin-top: 11px;
}
.collection-hero .icons-container {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
}
.collection-hero .icons-container .icon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.collection-hero .icons-container .icon-container .text-container {
  font-size: 10px;
  font-weight: 420;
  line-height: 133.8%;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0em 2.2rem;
}
.collection-hero .icons-container .icon-container img {
  width: auto;
  height: auto;
  max-height: 70px;
}
.collection-hero.custom-collection
  .collection-hero__inner
  .collection-hero__text-wrapper
  .icons-wrapper {
  margin-top: 3rem;
}
#product-grid li {
  margin-top: 2rem;
}
.badge {
  background: none;
  border: none;
  padding: 0;
  font-size: 10px;
  font-weight: 420;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.badge img {
  margin-right: 8px;
}
.card-information > .price span {
  font-size: 16px;
  font-weight: 390;
  letter-spacing: 1px;
  margin-top: 5px;
}
.product-grid-container #product-grid .badge {
  margin-left: -10px;
}
.product-grid-container #product-grid {
  display: grid;
}
.product-grid-container #product-grid li {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}
.custom-collection-grid {
  padding-top: 16px !important;
}
.promo-banner-wrapper .promo-banner-container {
  background-color: #f0f5f4;
}
.promo-banner-wrapper .promo-banner-container .image-container img {
  width: 100%;
}
.mega-menu__list .header__menu-item span {
  font-size: 21px;
  font-weight: 300;
  text-transform: unset;
  letter-spacing: unset;
  color: #53565b;
}
.mega-menu__list ul a {
  padding: 3px 0;
}

.mega-menu__list p {
  color: #53565b;
  margin-top: 8px;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 390;
  line-height: 32px;
}
.mega-menu[open] .mega-menu__content {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
.slider-button--prev[disabled] .active,
.slider-button--next[disabled] .active {
  display: none;
}
.slider-button--prev:not([disabled]) .disabled,
.slider-button--next:not([disabled]) .disabled {
  display: none;
}
.slider-button--prev:not([disabled]) .active,
.slider-button--next[disabled] .disabled {
  transform: rotate(180deg);
}
.thumbnail {
  border: none;
}
.faux-swatch-title {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.faux-swatch-title span {
  font-weight: 450;
}
.faux-swatch-wrapper {
  margin-top: 1rem;
}
.faux-swatch-wrapper .faux-swatch-container {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
}
.faux-swatch-wrapper .faux-swatch-container a span {
  display: flex;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid #dfe0e0;
}
.faux-swatch-wrapper .faux-swatch-container a.active span {
  background-color: #b9d3c9;
  outline: 2px solid #53565b;
  border: 5px solid #fff;
  width: 43px;
  height: 43px;
}
.buy-more-banner-wrapper + .faux-swatch-title {
  margin-top: -3rem;
  display: block;
}
.card-information .price--on-sale .price-item--regular {
  font-size: 16px !important;
  color: #53565b;
}
.price .price-item {
  margin: 0 0.4rem 0 0 !important;
  letter-spacing: 0;
}
.price-item.price-item--sale {
  color: #e00061;
}
.details-table-wrapper
  .details-table-container
  .row-container
  .product-popup-modal__button {
  padding: 0;
  font-size: 10px;
  font-weight: 420;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
  margin-left: 18px;
  min-height: unset;
  text-underline-offset: unset;
  min-width: 7rem;
}
.size-guide-modal .product-popup-modal__content {
  width: 52rem;
  height: auto;
  background-color: #f0f5f4;
  padding-top: 3px;
  padding-bottom: 2.6rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.size-guide-modal h1 {
  font-size: 21px;
  margin-bottom: 11px;
}
.size-guide-modal img {
  width: 100%;
  max-width: 45rem !important;
}
.size-guide-modal .product-popup-modal__content-info {
  margin-top: 0.2rem;
  padding-right: 0;
}
.size-guide-modal .product-popup-modal__toggle {
  padding: 0;
  background-color: unset;
  border: none;
  margin-right: -2.8rem;
}
.size-guide-modal .product-popup-modal__toggle svg {
  width: 20px;
  height: auto;
}
.product-popup-modal {
  background: #00000080 !important;
}
.customer-gallery-wrapper {
  max-width: 116rem;
  margin: auto;
  margin-bottom: 7rem;
}
.customer-gallery-wrapper .heading-container {
  position: relative;
}
.customer-gallery-wrapper .heading-container h4 {
  font-weight: 100;
  text-transform: unset;
  margin: 0;
}
.customer-gallery-wrapper .heading-container p {
  font-size: 18px;
  font-weight: 390;
  line-height: 150%;
  margin-top: 10px;
}
.customer-gallery-wrapper .heading-container {
  display: flex;
}
.customer-gallery-wrapper .heading-container .nav-container {
  display: flex;
  justify-content: right;
  column-gap: 5rem;
}
.customer-gallery-wrapper .heading-container .nav-container .swiper-button-prev,
.customer-gallery-wrapper
  .heading-container
  .nav-container
  .swiper-button-next {
  position: relative;
}
.customer-gallery-wrapper
  .heading-container
  .nav-container
  .swiper-button-prev
  img,
.customer-gallery-wrapper
  .heading-container
  .nav-container
  .swiper-button-next
  img {
  width: 40px;
  height: auto;
}
.customer-gallery-wrapper .customer-gallery-container img {
  width: 100%;
  height: auto;
}
product-info .shopify-block .rebuy-widget button.rebuy-button {
  background-color: #6f7176;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 1rem 1.3rem !important;
}
product-info .shopify-block .rebuy-product-block {
  padding-top: 0;
}
.jdgm-rev-widg__header .jdgm-row-stars {
  flex-direction: column;
  align-items: center !important;
}
.jdgm-rev-widg__header .jdgm-rev-widg__summary-inner {
  display: flex !important;
  text-align: center !important;
  align-items: center;
  justify-content: center;
}
.jdgm-rev-widg__header .jdgm-write-rev-link {
  background-color: #6f7176 !important;
  border: none !important;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  padding: 1.25rem 1rem;
  max-width: 16rem !important;
  font-weight: 400;
  margin-top: 8px;
}
.jdgm-rev-widg__header .jdgm-rev-widg__summary-stars {
  margin-right: 7px;
}
.jdgm-rev-widg__header .jdgm-rev-widg__title {
  font-size: 36px;
  font-weight: 100;
  margin: 0;
  margin-bottom: 10px !important;
}
.jdgm-rev-widg.jdgm-rev-widg {
  margin-top: 2.8rem;
}
.jdgm-rev-widg__header .jdgm-rev-widg__summary-average,
.jdgm-rev-widg__header .jdgm-histogram,
.jdgm-row-actions {
  display: none !important;
}
.jdgm-rev-widg__header .jdgm-rev-widg__summary-text {
  font-size: 14px;
}
.jdgm-rev-widg__header .jdgm-widget-actions-wrapper {
  padding: 10px 0;
}
.rebuy-widget .primary-title {
  color: #080c33 !important;
  font-weight: 100;
  text-transform: unset;
  margin-bottom: 1rem !important;
}
.utility-menu-wrapper ul li:not(:last-of-type) {
  margin-right: 2rem;
}
.utility-menu-wrapper .list-menu__item {
  font-size: 15px;
  font-weight: 400;
  padding: 0;
}
.list-menu__item {
  color: #53565b;
}
.cart-count-bubble {
  background-color: #b9d3c9;
  color: #53565b;
  font-size: 9px;
  font-weight: 420;
}
.header-wrapper .header {
  max-width: 118rem;
}
.utility-bar .utility-bar__grid {
  max-width: 91rem;
}
.footer__content-bottom {
  border-top: none !important;
}
.footer-block--menu h2.footer-block__heading,
.shopify-section-group-footer-group .rich-text__heading {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--font-body-family);
  font-weight: 450;
}

.shopify-section-group-footer-group .rich-text__blocks.left {
  position: relative;
}

.shopify-section-group-footer-group .rich-text__heading {
  background: white;
  padding-right: 10px;
}

/*
 .shopify-section-group-footer-group .rich-text__heading::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  border: 1px dashed #B9D3C9;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
 }
  */

.footer-block--menu a.link {
  color: #53565b;
  font-family: Winslow;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}
.footer__blocks-wrapper {
  padding-bottom: 5rem;
}
.social-container ul {
  padding-top: 2.1rem;
  column-gap: 6px;
}
.social-container.left ul {
  justify-content: start !important;
}
.social-container.left ul li:not(:last-of-type) {
  margin-right: 0.6rem;
}
.social-container.left ul li .list-social__link {
  padding: 0;
}
.social-container ul li svg g {
  fill: #818181;
}
.promo-banner-wrapper .promo-banner-container {
  padding: clamp(4rem, 5vw, 7rem);
}
.promo-banner-wrapper .promo-banner-container .image-container {
  position: relative;
}
.promo-banner-wrapper .promo-banner-container .image-container,
.promo-banner-wrapper .promo-banner-container .swiper-slide {
  display: flex;
}
.promo-banner-wrapper .promo-banner-container .heading-image {
  position: absolute;
  right: -4rem;
  top: -3rem;
}
.promo-banner-wrapper .promo-banner-container .heading-image img {
  max-width: 47.6rem;
}
.promo-banner-wrapper .promo-banner-container .heading {
  font-family: Winslow;
  font-size: 32px;
  color: #000;
  margin-bottom: 1.8rem;
  z-index: 1;
  position: relative;
}
.promo-banner-wrapper .promo-banner-container img {
  width: 100%;
  height: auto;
}
.promo-banner-wrapper .promo-banner-container .text-container p {
  font-size: 18px;
  line-height: 150%;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.promo-banner-wrapper .promo-banner-container .text-container a {
  background: #6f7176;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 420;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.6rem 1rem;
  display: inline-block;
}
.promo-banner-wrapper .promo-banner-container .swiper-button-prev,
.promo-banner-wrapper .promo-banner-container .swiper-button-next {
  width: 3.8rem;
  top: 50%;
}
.custom-collection-grid .collection {
  max-width: 124rem;
}
.promo-banner-wrapper .promo-banner-container .swiper-button-prev {
  left: -4.8rem;
}
.promo-banner-wrapper .promo-banner-container .swiper-button-next {
  right: -4.8rem;
}
p b {
  font-weight: 400;
}
.card-information .faux-swatch-wrapper .faux-swatch-container a span {
  display: flex;
  width: 15px;
  height: 15px;
}
.card-information .faux-swatch-wrapper .faux-swatch-container a.active span {
  outline: 1px solid #6f7176;
  border: 1px solid #fff;
  width: 17px;
  height: 17px;
}
.card-information .faux-swatch-wrapper {
  margin-top: 1.3rem !important;
  margin-bottom: 1.3rem;
}
.read-more__footer a {
  font-weight: 550 !important;
  letter-spacing: 1px;
  text-underline-offset: 5px;
}
.read-more__footer:before {
  height: 50px;
  top: -50px;
}
.pagination .pagination__item {
  height: auto;
  width: auto;
  font-size: 16px;
  font-weight: 400;
}
.pagination__item--current:after,
.pagination__item:hover:after {
  content: unset !important;
}
.pagination__list > li {
  max-width: unset !important;
  flex: unset !important;
}
.pagination__item.pagination__item--current svg {
  position: absolute;
  z-index: -1;
}
.pagination__list > li:not(:last-child) {
  margin-right: 3.5rem !important;
}
footer .newsletter-form__field-wrapper .field__input {
  height: 4rem;
  padding: 1rem;
  font-size: 15px;
}
footer .newsletter-form__field-wrapper label {
  font-size: 14px;
  left: 1rem !important;
  top: 1rem;
  color: #53565b;
}
footer .newsletter-form__field-wrapper .field__input:focus ~ .field__label,
footer
  .newsletter-form__field-wrapper
  .field__input:not(:placeholder-shown)
  ~ .field__label {
  top: 2px;
}
footer .newsletter-form__button {
  width: 4rem !important;
}
footer.footer {
  position: relative;
}
footer .back-to-top-wrapper {
  position: fixed;
  right: 2.5rem;
  bottom: 16rem;
  z-index: 3;
}
footer .back-to-top-container img {
  width: 100%;
  max-width: 5rem;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
}
.mega-menu__list p {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #53565b !important;
  margin-top: 11px !important;
  margin-bottom: 6px !important;
  font-family: "brandon-grotesque";
}
footer .policies li:before {
  content: unset;
}
footer .footer__copyright {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
footer .copyright__content {
  font-size: 1.4rem;
  color: #53565b;
}
footer .frankie-wrapper {
  position: absolute;
  bottom: -2rem;
  right: 25rem;
}
footer .frankie-wrapper img {
  width: 100%;
  max-width: 25rem;
}
footer.footer {
  overflow: hidden;
}
@media only screen and (max-width: 989px) {
  .utility-menu-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 750px) {
  header.header {
    align-items: flex-start;
  }
  .banner__content .banner__heading {
    font-weight: 100;
    letter-spacing: 0.5px;
    font-size: 48px;
    max-width: 56rem;
  }
  .banner__content .banner__text p {
    font-size: 21px;
  }
  .product--thumbnail_slider_vertical media-gallery {
    display: flex;
    flex-direction: row-reverse;
  }
  .product--thumbnail_slider_vertical slider-component:not(.thumbnail-slider) {
    width: 87%;
    padding-left: 18px;
  }
  .product--thumbnail_slider_vertical slider-component.thumbnail-slider {
    width: 13%;
    margin-top: 3.8rem;
    margin-right: 2rem;
    display: flex;
    flex-direction: column;
  }
  .product--thumbnail_slider_vertical slider-component.thumbnail-slider ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    row-gap: 19px;
  }
  .product--thumbnail_slider_vertical slider-component.thumbnail-slider ul li {
    width: 100%;
  }
  .slider-with-text-container {
    display: flex;
    align-items: center;
  }
  .slider-with-text-container .image-container,
  .slider-with-text-container .text-wrapper {
    width: 50%;
  }
  .slider-with-text-container h3 {
    font-size: 32px;
    font-weight: 100;
    margin-bottom: 0;
  }
  .rebuy-widget
    .rebuy-product-grid.large-style-list
    .rebuy-product-block
    .rebuy-product-media,
  .rebuy-recommended-products
    .rebuy-product-grid.large-style-list
    .rebuy-product-block
    .rebuy-product-media {
    width: 20% !important;
  }
  .rebuy-widget
    .rebuy-product-grid.large-style-list
    .rebuy-product-block
    .rebuy-product-info,
  .rebuy-recommended-products
    .rebuy-product-grid.large-style-list
    .rebuy-product-block
    .rebuy-product-info {
    width: 40% !important;
  }
  .rebuy-widget
    .rebuy-product-grid.large-style-list
    .rebuy-product-block
    .rebuy-product-actions,
  .rebuy-recommended-products
    .rebuy-product-grid.large-style-list
    .rebuy-product-block
    .rebuy-product-actions {
    width: 40% !important;
  }
  .title-description-container {
    display: flex;
  }
  .title-description-container h1 {
    width: 35%;
  }
  .title-description-container .read-more {
    width: 65%;
  }
  .read-more__content {
    font-size: 18px;
    font-weight: 390;
    line-height: 150%;
  }
  .collection-hero__description {
    max-width: 75% !important;
  }
  .collection-hero__description.full-width {
    max-width: 100% !important;
  }
  .product-grid-container #product-grid {
    row-gap: 4rem;
    column-gap: 3rem;
    grid-template-columns: repeat(4, calc(25% - 2.25rem));
  }
  .custom-collection-grid #product-grid li.promo-banner-wrapper {
    grid-column: span 2;
    grid-row: span 2;
  }
  slider-component-vertical {
    flex-direction: column;
    width: 13%;
    max-height: 54rem;
    margin-top: -11px;
  }
  slider-component-vertical .thumbnail-list {
    grid-template-columns: repeat(1, 1fr) !important;
    max-height: 45rem;
    overflow: hidden;
  }
  slider-component-vertical ul {
    width: 100%;
  }
  slider-component.no-thumbnails {
    width: 100% !important;
    padding: 0 !important;
  }
  .customer-gallery-wrapper {
    padding: 0px 20px;
  }
  .customer-gallery-wrapper .heading-container h4 {
    font-size: 36px;
  }
  .customer-gallery-wrapper .heading-container .text-container {
    width: 48%;
  }
  .customer-gallery-wrapper .heading-container .nav-container {
    width: 52%;
  }
  .rebuy-widget .primary-title {
    font-size: 36px;
  }
  .rebuy-widget .rebuy-product-block .rebuy-product-info .rebuy-product-title {
    font-size: 18px;
  }
  .pagination-wrapper {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .product__title .registered {
    font-size: 20px;
    bottom: 1.2rem;
  }
  .buy-button-container:hover .confetti,
  .buy-button-container .confetti:hover,
  .bis-container:hover .confetti,
  .bis-container .confetti:hover {
    display: block !important;
    cursor: pointer;
  }
}

@media only screen and (max-width: 1350px) {
  .collection-hero.custom-collection .collection-hero__inner {
    background: #e9e9e9;
    padding: 0;
  }
  .collection-hero.custom-collection
    .collection-hero__inner
    .collection-hero__text-wrapper {
    position: relative;
    max-width: 100%;
    padding: 1rem 15px 3rem 15px;
  }
  .collection-hero.custom-collection
    .collection-hero__inner
    .breadcrumb-container,
  .collection-hero.custom-collection
    .collection-hero__inner
    .collection-hero__title {
    display: none;
  }
  .collection-hero.custom-collection .title-description-container p {
    font-size: 16px;
    line-height: 133%;
    margin-bottom: 10px;
  }
  .collection-hero.custom-collection .image-container {
    display: flex;
  }
  .collection-hero.custom-collection .image-container .text-container {
    position: absolute;
    padding: 15px;
  }
  .collection-hero.custom-collection
    .image-container
    .text-container
    .breadcrumb-container {
    margin-top: 0;
  }
  .collection-hero.custom-collection
    .image-container
    .text-container
    .collection-hero__title {
    margin: 0;
    font-size: 28px;
    font-weight: 100;
  }
}
@media only screen and (max-width: 989px) {
  .collection-hero.custom-collection .medium-hide {
    display: block !important;
  }
  .collection-hero.custom-collection .image-container .small-hide {
    display: none !important;
  }
  footer .back-to-top-wrapper {
    top: 30rem;
    bottom: unset;
    top: auto;
    bottom: 0;
    right: 0rem;
  }
  product-info .icons-wrapper .icons-container {
    display: flex;
    column-gap: 30px;
  }
  product-info .icons-wrapper .icons-container .icon-container {
    width: 20%;
  }
  product-info .icons-wrapper .icons-container .icon-container img {
    height: 25px;
  }
  product-info .icons-wrapper .icons-container .icon-container .text-container {
    font-size: 9px;
    line-height: 11px;
  }
}
@media only screen and (max-width: 749px) {
  .slider-with-text-container {
    padding: 0em 4rem;
  }
  .slider-with-text-container .swiper-button-prev,
  .slider-with-text-container .swiper-button-next {
    display: flex !important;
    align-items: center;
  }
  .slider-with-text-container .swiper-button-prev img,
  .slider-with-text-container .swiper-button-next img {
    max-width: 25px;
    height: auto;
  }
  .slider-with-text-container .swiper-button-prev {
    margin-left: -3.3rem;
  }
  .slider-with-text-container .swiper-button-next {
    margin-right: -3.2rem;
  }
  .buy-more-banner-wrapper {
    width: calc(100% + 30px);
    left: -15px;
    margin-bottom: 1rem !important;
  }
  .buy-more-banner-container h5 {
    font-size: 16px;
  }
  .buy-more-banner-container p {
    font-size: 14px;
  }
  .buy-more-banner-container img {
    max-width: 42px;
  }
  product-form {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  product-form .product-form__buttons {
    flex-direction: column;
  }
  product-form .product-form__buttons .product-form__input,
  product-form .product-form__buttons .buy-button-container {
    width: 100%;
    max-width: 100%;
  }
  product-form .product-form__buttons .product-form__input quantity-input {
    width: 100%;
    margin-bottom: 9px;
  }
  product-form .product-form__buttons .buy-button-container button {
    margin: 0;
  }
  .product__description {
    margin-top: 2rem !important;
  }
  .buy-more-banner-wrapper .buy-more-banner-container {
    padding: 0.7rem 10px;
  }
  .product__info-container .price-reviews .reviews-container {
    margin-bottom: 0rem;
  }
  product-info .price__container {
    margin: 0;
  }
  product-info .price-item {
    font-size: 16px !important;
  }
  .size-guide-modal h1 {
    font-size: 24px;
    font-weight: 100;
  }
  .size-guide-modal .product-popup-modal__content-info {
    margin-top: -1rem;
  }
  .size-guide-modal .product-popup-modal__content {
    width: 100%;
    padding-bottom: 1.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    overflow: hidden;
  }
  .size-guide-modal .product-popup-modal__toggle svg {
    width: 15px;
  }
  .details-table-wrapper
    .details-table-container
    span:first-of-type:not(.size-guide-button) {
    font-size: 9px;
    width: 40% !important;
    letter-spacing: 1px !important;
  }
  .details-table-wrapper
    .details-table-container
    span:last-of-type:not(.size-guide-button) {
    font-size: 1.2rem;
    width: 60% !important;
    padding: 0;
  }
  .details-table-wrapper
    .details-table-container
    .row-container
    .product-popup-modal__button {
    font-size: 9px;
    margin-left: 7px;
  }
  product-info .rebuy-widget {
    margin-top: 0;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  product-info .rebuy-product-block {
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
  }
  product-info .rebuy-product-block .rebuy-product-media {
    margin-bottom: -4rem;
  }
  .jdgm-rev-widg__header .jdgm-rev-widg__summary-inner {
    flex-direction: column;
  }
  .jdgm-rev-widg__summary {
    margin-bottom: 6px !important;
  }
  .jdgm-write-rev-link.jdgm-write-rev-link {
    margin: auto;
  }
  .jdgm-rev-widg.jdgm-rev-widg {
    margin-top: 2rem;
  }
  .jdgm-rev-widg__header .jdgm-rev-widg__title {
    font-size: 24px;
  }
  .jdgm-rev-widg__header .jdgm-rev-widg__summary-stars {
    margin-right: 0;
    margin-bottom: 3px;
  }
  .rebuy-widget .primary-title {
    font-size: 24px;
  }
  .rebuy-widget .rebuy-carousel__arrows .rebuy-carousel__arrow,
  .rebuy-widget .flickity-button {
    display: none;
  }
  product-info .product__title {
    margin-top: 1rem;
  }
  product-info .product__title h1 {
    font-size: 28px;
    line-height: 125%;
  }
  .product__info-container .price-reviews .jdgm-prev-badge__text {
    font-size: 10px;
  }
  .jdgm-preview-badge .jdgm-star.jdgm-star {
    font-size: 1.1rem;
  }
  .shopify-block .rebuy-widget .rebuy-product-info {
    text-align: center;
  }
  .rebuy-widget .rebuy-product-block .rebuy-product-actions {
    margin-left: auto;
    margin-right: auto;
  }
  .shopify-block .rebuy-widget button.rebuy-button {
    margin-top: 2px;
    margin-bottom: 2rem;
  }
  .rebuy-widget,
  .rebuy-recommended-products {
    padding: 20px 0;
  }
  footer.footer {
    padding-top: 0;
    text-align: center;
    background-size: auto;
    background-position: 40% 100%;
    margin-top: 0;
  }
  .footer-block__image-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__content-top {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .footer-block-image .social-container {
    max-width: 100% !important;
    margin-bottom: 2rem;
  }
  .footer-block-image .social-container.left ul {
    padding-top: 1.5rem;
  }
  .footer-block--menu a.link {
    justify-content: center;
  }
  .top-footer-wrapper .top-footer-container p {
    text-align: left;
    font-size: 16px;
    line-height: 133.8%;
    margin-left: 2rem;
  }
  .menu-drawer__submenu ul.menu-drawer__menu .menu-drawer__submenu {
    position: relative;
    transform: unset;
    transition: unset;
  }
  .menu-drawer__submenu
    ul.menu-drawer__menu
    .menu-drawer__submenu
    .menu-drawer__close-button {
    display: none;
  }
  .cloud-1-wrapper,
  .cloud-2-wrapper,
  .cloud-3-wrapper,
  .cloud-4-wrapper,
  .cloud-5-wrapper,
  .product__media-icon--lightbox,
  .header__icons .header__search {
    display: none !important;
  }
  .header {
    padding: 9px 1.5rem !important;
  }
  .header__heading-logo {
    max-width: 11.6rem;
  }
  .breadcrumb-container {
    font-weight: 420;
  }
  .product.grid {
    margin-top: 0rem;
  }
  .announcement-bar__message {
    font-size: 10px;
    font-weight: 400;
  }
  .announcement-bar .slider-button--prev,
  .announcement-bar .slider-button--next {
    display: none;
  }
  .utility-bar .utility-bar__grid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .menu-drawer .menu-drawer__navigation {
    padding: 0rem 0 1rem 0;
  }
  .menu-drawer predictive-search.search-modal__form {
    padding: 15px;
    border-bottom: 1px solid #dfe0e0;
    display: block;
    margin-bottom: 8px;
  }
  .menu-drawer .search-modal__form input {
    background: #f0f5f4;
  }
  .menu-drawer .menu-drawer__menu-item {
    padding: 1rem 1.6rem;
    font-family: Winslow;
    font-size: 16px;
    font-weight: 300;
  }
  .menu-drawer__utility-links {
    padding: 1rem 1.6rem !important;
    background-color: unset !important;
    border-top: 1px solid #dfe0e0;
  }
  .menu-drawer__utility-links .menu-drawer__localization,
  .menu-drawer__utility-links .list-social {
    display: none;
  }
  .menu-drawer__navigation-container {
    height: auto !important;
  }
  .predictive-search--header {
    top: 10% !important;
    margin: 0px 15px;
  }
  .menu-drawer predictive-search .field__label {
    font-weight: 390;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    top: 1.6rem;
    font-size: 10px;
  }
  .menu-drawer predictive-search .field:after {
    box-shadow: unset;
  }
  .menu-drawer__utility-links .link {
    color: #000;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
  }
  .menu-drawer__utility-links .link:not(.menu-drawer__account) {
    display: block;
    margin-top: 2px;
    margin-bottom: 8px;
  }
  .menu-drawer__utility-links .menu-drawer__account img {
    margin-right: 4px;
  }
  .menu-drawer summary.menu-drawer__menu-item {
    padding-right: 2.8rem !important;
    justify-content: space-between;
    background: none !important;
  }
  .menu-drawer__close-button {
    margin-top: 0 !important;
    background: none !important;
    font-size: 11px !important;
    font-weight: 450;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0.5rem 1.5rem 1.2rem 1.5rem !important;
  }
  .menu-drawer__close-button svg {
    margin-right: 4px;
  }
  .menu-drawer__submenu ul.menu-drawer__menu details {
    border-top: 1px solid #dfe0e0;
  }
  .menu-drawer__submenu ul.menu-drawer__menu details summary {
    font-size: 11px;
    font-weight: 450;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "brandon-grotesque";
    padding: 1.3rem 1.5rem;
  }
  .menu-drawer__submenu ul.menu-drawer__menu details .menu-drawer__submenu a {
    font-size: 14px;
    padding: 0.3rem 1.6rem;
    background: none !important;
  }
  .menu-drawer__submenu ul.menu-drawer__menu details .menu-drawer__submenu ul {
    margin-bottom: 1.5rem;
  }
  .menu-drawer__submenu ul.menu-drawer__menu details[open] summary svg {
    transform: rotate(180deg);
  }
  .promo-banner-wrapper .promo-banner-container .heading-image img {
    max-width: 100%;
  }
  .product-grid-container #product-grid {
    row-gap: 3rem;
    column-gap: 3rem;
    grid-template-columns: repeat(2, calc(50% - 1.5rem));
  }
  .collection-hero .icons-container .icon-container img {
    max-height: 60px;
  }
  .collection-hero .icons-container .icon-container .text-container {
    padding: 1em 0.2rem 0em 0.2rem;
  }
  .card-wrapper .card__heading {
    font-size: 16px !important;
    font-weight: 300;
  }
  .card-information .price span {
    font-size: 1.4rem;
  }
  product-form .quick-add__submit {
    font-size: 10px;
  }
  .custom-collection-grid #product-grid li.promo-banner-wrapper {
    grid-column: span 2;
    grid-row: span 2;
    width: calc(100% + 3rem);
    max-width: calc(100% + 3rem);
    margin-left: -1.5rem;
  }
  .promo-banner-wrapper .promo-banner-container .heading-image {
    right: 0rem;
    top: -1rem;
  }
  .promo-banner-wrapper .promo-banner-container .heading-image img {
    max-width: 27.1rem;
  }
  .promo-banner-wrapper .promo-banner-container {
    padding: 2rem 5rem 4rem;
  }
  .promo-banner-wrapper .promo-banner-container .heading {
    font-size: 24px;
    width: 101%;
  }
  .promo-banner-wrapper .promo-banner-container .nav-container img {
    width: 24px;
    height: auto;
  }
  .promo-banner-wrapper .promo-banner-container .swiper-button-prev {
    left: -3rem;
    display: flex !important;
    align-items: center;
    justify-content: left;
  }
  .promo-banner-wrapper .promo-banner-container .swiper-button-next {
    right: -3rem;
    text-align: right;
    display: flex !important;
    align-items: center;
    justify-content: right;
  }
  .promo-banner-wrapper .promo-banner-container .text-container p {
    font-size: 16px;
  }
  .card-wrapper .mobile-image-wrapper img {
    width: 100%;
    height: auto;
  }
  .card__heading a:after {
    content: unset !important;
  }
  .card-wrapper .card__inner .card__content {
    height: 3rem;
    width: auto;
  }
  .card-wrapper .card__inner .swiper-pagination {
    top: auto;
    bottom: -2.2rem;
  }
  .card-wrapper .card__inner .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #6f7176;
    background: transparent;
    opacity: 1;
    margin: 0px 2px;
  }
  .card-wrapper
    .card__inner
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #6f7176;
  }
  .card--standard > .card__content {
    margin-top: 1.5rem;
  }
  .collection-hero .breadcrumb-container {
    margin-top: 1rem;
  }
  .title-description-container h1 {
    font-size: 28px;
    margin-top: 1.5rem;
  }
  .read-more__content {
    font-size: 16px;
    line-height: 133%;
    margin-top: 1rem;
  }
  .facets-wrapper facet-filters-form {
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    margin-top: -2.5rem;
    padding: 0.9rem 0 1.1rem;
  }
  .facets-wrapper facet-filters-form form {
    padding: 0 1.5rem;
    gap: unset;
  }
  .read-more:not(.no-description) {
    margin-bottom: 1.4rem;
  }
  .pagination__list > li:not(:last-child) {
    margin-right: 3rem !important;
  }
  .top-footer-wrapper .top-footer-container {
    padding: 0.7em 3rem;
  }
  .top-footer-wrapper .top-footer-container .image-container {
    width: 8rem;
  }
  .footer__list-social.list-social:only-child {
    justify-content: center !important;
  }
  .newsletter-container .footer-block__heading {
    font-size: 21px;
    font-weight: 100;
  }
  .footer-block__newsletter p {
    line-height: 133.8%;
    margin-top: 2px;
    margin-bottom: 1.8rem;
  }
  .footer .grid {
    padding-bottom: 3rem;
  }
  footer .copyright__content {
    font-size: 1.3rem;
    margin: 0;
  }
  footer .footer__copyright {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
  }
  footer .aeolidia {
    width: 100%;
  }
  footer .frankie-wrapper {
    top: -7rem;
    bottom: unset;
    left: auto;
    right: auto;
    z-index: -1;
  }
  footer .frankie-wrapper img {
    max-width: 17.5rem;
  }
  footer .footer__copyright .separator {
    padding: 0px 4px;
    font-size: 1.3rem;
  }
  slider-component .slider-buttons .slider-counter {
    font-size: 12px;
    letter-spacing: 1px;
    min-width: 2rem;
  }
  .slider-with-text-wrapper .rainbow-wrapper {
    display: none;
  }
  .slider-with-text-wrapper .text-container h3 {
    font-size: 24px;
    font-weight: 100;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .slider-with-text-container .text-container p {
    font-size: 16px;
    font-weight: 390;
    line-height: 133%;
    margin-bottom: 0;
  }
  .cloud-2-mobile-wrapper {
    position: absolute;
    top: -0.6rem;
    left: 6rem;
  }
  .cloud-2-mobile-wrapper img {
    max-width: 5.5rem;
    height: auto;
  }
  .cloud-3-mobile-wrapper {
    position: absolute;
    bottom: -0.8rem;
    right: 6rem;
  }
  .cloud-3-mobile-wrapper img {
    max-width: 4.5rem;
    height: auto;
  }
}

.card-wrapper .card__caption {
  margin: 5px 0;
}
.card-wrapper a.link,
.card-wrapper span.link {
  font-size: 11px;
  font-weight: 450;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.card-wrapper a.link svg,
.card-wrapper span.link svg {
  width: 17px;
  height: auto;
  margin-left: 3px;
}
.reviews-section-wrapper .side-by-side .reviews-content {
  align-items: center;
  flex-direction: row-reverse;
}
.collection-reviews-wrapper {
  padding: 7rem 0 4rem !important;
  background-color: #f0f5f4;
}
.reviews .image-container,
.review-images .image-container {
  max-width: 380px !important;
  max-height: 380px !important;
  margin-bottom: 0 !important;
}
.reviews-section-wrapper .review-slider-image {
  overflow: hidden;
  max-width: 380px !important;
}
.reviews-section-container.side-by-side {
  max-width: 102rem !important;
}
.reviews .image-container img,
.review-images .image-container img {
  height: auto;
}
.reviews-section-wrapper .title-container h3 {
  margin: 0 0 2.6rem !important;
  font-weight: 100 !important;
}
.reviews-section-container p {
  line-height: 150% !important;
  max-width: 44rem !important;
  margin-top: 0 !important;
  margin-bottom: 3rem !important;
}
.review-container {
  padding: 0 !important;
  padding-bottom: 2.6rem !important;
}
.reviews-section-container .author {
  text-align: center !important;
  font-style: italic !important;
  font-weight: 390 !important;
  text-transform: unset !important;
  letter-spacing: unset !important;
}
.reviews-section-wrapper {
  position: relative;
}
.reviews-section-container .button-wrapper {
  margin-top: 2rem !important;
}
.reviews-section-container .button-wrapper a {
  min-height: unset;
  font-weight: 450;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 6px;
  font-size: 11px;
}
.reviews-section-wrapper .illustration-container {
  position: absolute;
  left: 7rem;
  left: -30rem;
  bottom: -1.8rem;
}
.reviews-section-wrapper .illustration-container img {
  max-width: 26.4rem;
}
.reviews-section-wrapper .swiper-button-next,
.reviews-section-wrapper .swiper-button-prev {
  background: none !important;
  padding: 0 !important;
}
.collection-callout-wrapper {
  background-color: #f0f5f4;
  padding: 16px;
}
.grid-span-2-columns {
  grid-column: span 2;
}
.collection-callout-wrapper .collection-callout-container .image-container {
  display: flex;
}
.collection-callout-wrapper .collection-callout-container .image-container img {
  height: auto;
}
.collection-callout-wrapper .collection-callout-container .text-container {
  padding: 1rem 3.3rem;
}
.collection-callout-wrapper .collection-callout-container .text-container .h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 100;
}
.collection-callout-wrapper .collection-callout-container .text-container p {
  font-size: 18px;
  font-weight: 390;
  line-height: 133.8%;
}
.collection-callout-wrapper .collection-callout-container .text-container a {
  font-size: 11px;
  font-weight: 450;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #53565b;
  text-underline-offset: 5px;
}
.collection-callout-wrapper .collection-callout-container {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 750px) {
  .collection-list__item .card__heading {
    font-size: 21px;
    font-weight: 300;
  }
  .reviews-section-wrapper .title-container h3 {
    font-size: 32px !important;
  }
  .reviews-section-container p {
    font-size: 21px !important;
  }
  .reviews-section-container .swiper-button-prev {
    left: 15rem;
  }
  .reviews-section-container .swiper-button-next {
    right: 15rem;
  }
  .review-slider-text {
    padding-right: 8.9rem;
  }
  .collection-reviews-wrapper {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 749px) {
  .banner__box {
    padding: 4rem 2rem !important;
  }
  .banner__box .banner__heading {
    font-size: 28px;
    font-weight: 100;
  }
  .banner__box .banner__text {
    font-size: 16px;
  }
  .banner__box .banner__buttons .button {
    font-size: 10px;
    font-weight: 450;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 1.3rem 2rem;
    min-height: unset;
  }
  .reviews-section-wrapper .title-container h3 {
    margin: 0 0 1.6rem !important;
    font-size: 28px;
  }
  .reviews-section-wrapper {
    padding-top: 4.4rem !important;
  }
  .collection-reviews-wrapper {
    display: none;
  }
  .reviews-section-wrapper .review-slider-image {
    max-width: 260px !important;
  }
  .reviews-section-container p {
    font-size: 18px;
  }
  .review-container {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .grid__item.grid-span-2-columns {
    max-width: calc(100% + 3rem);
    width: calc(100% + 3rem);
  }
  .grid__item.grid-span-2-columns {
    max-width: calc(100% + 3rem) !important;
    width: calc(100% + 3rem) !important;
    margin-left: -1.5rem;
  }
  .collection-callout-wrapper
    .collection-callout-container
    .image-container
    img {
    max-width: 17rem;
  }
  .collection-callout-wrapper .collection-callout-container .text-container {
    padding: 1rem 0px 1rem 2rem;
  }
  .collection-callout-wrapper
    .collection-callout-container
    .text-container
    .h3 {
    font-size: 24px;
  }
  .collection-callout-wrapper .collection-callout-container .text-container p {
    font-size: 16px;
  }
}

body.template-blog main,
body.template-article main {
  border-left: 1px solid #dfe0e0;
  border-right: 1px solid #dfe0e0;
  max-width: 112.5rem;
  margin: auto;
  width: 100%;
}
.main-blog .heading-wrapper {
  margin-bottom: 3.7rem;
}
.main-blog .heading-wrapper .heading-container p {
  color: #000;
  text-align: center;
  font-family: Winslow;
  font-weight: 100;
  margin: 0;
  padding: 2.2rem 0;
}
.main-blog .heading-wrapper .heading-container span {
  height: 2px;
  display: block;
  background: #dfe0e0;
  width: 10rem;
  margin: auto;
}
.article-card .card__heading {
  font-family: Winslow;
  line-height: 125%;
  font-weight: 300;
}
.article-card p.article-card__excerpt {
  line-height: 133.8%;
  margin-bottom: 8px;
}
.article-card .button-container {
  font-size: 11px;
  font-weight: 450;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid;
  padding-bottom: 0px;
}
.main-blog .newsletter {
  padding: 1em 5rem 0.6em 5rem;
}
.main-blog .newsletter .newsletter__wrapper {
  border: 3px solid #dfe0e0;
  position: relative;
  padding: 2.3em 2rem 2.4em;
}
.main-blog .newsletter .newsletter__wrapper h2 {
  font-weight: 100;
  line-height: 125%;
  margin-top: 0;
}
.main-blog .newsletter__wrapper .newsletter__subheading {
  max-width: 42rem !important;
  letter-spacing: unset !important;
}
.main-blog .newsletter__wrapper .field:after {
  box-shadow: none !important;
}
.main-blog .newsletter__wrapper input {
  border: 1px solid #6f7176 !important;
  height: 4rem;
  padding: 6px 1.5rem;
  font-size: 15px;
}
.main-blog .newsletter__wrapper .newsletter-form__field-wrapper {
  max-width: 41rem !important;
}
.main-blog .newsletter__wrapper .separator {
  height: 2px;
  display: block;
  background: #dfe0e0;
  width: 10rem;
  margin-top: 8px;
  margin-bottom: 2rem;
}
.main-blog .newsletter__wrapper form button {
  margin-right: 5px;
}
.main-blog .newsletter__wrapper form label {
  font-size: 14px;
  color: #53565b;
  font-weight: 390;
  left: 1.8rem;
}
.main-blog .newsletter__wrapper .image-container {
  position: absolute;
  left: 9.4rem;
  bottom: 1.7rem;
}
.main-blog .newsletter__wrapper .image-container img {
  width: 100%;
  height: auto;
  max-width: 19rem;
}
.main-blog .newsletter__wrapper .field__input:focus ~ .field__label,
.main-blog
  .newsletter__wrapper
  .field__input:not(:placeholder-shown)
  ~ .field__label,
.main-blog .newsletter__wrapper .field__input:-webkit-autofill ~ .field__label {
  top: 1px !important;
  left: 1.8rem !important;
}
.main-blog .pagination-wrapper {
  margin-top: 3rem !important;
  margin-bottom: 1rem !important;
  border-top: 3px solid #dfe0e0;
  padding-top: 4.6rem;
}
.pagination-wrapper .pagination__item--prev {
  margin-left: -1rem;
  top: 2px;
}
.pagination-wrapper .pagination__item--next {
  transform: scale(-1, -1);
  margin-right: -1rem;
  top: 2px;
}
.main-blog .date-search-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  border-top: 1px solid #dfe0e0;
  border-bottom: 3px solid #dfe0e0;
  padding-left: 2rem;
  padding-right: 2rem;
}
.main-blog .date-search-container .date-container {
  font-size: 10px;
  font-weight: 420;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.main-blog .date-search-container .center-container {
  font-family: Winslow;
  font-size: 21px;
  font-weight: 100;
}
.main-blog .date-search-container .center-container {
  font-family: Winslow;
  font-size: 21px;
  font-weight: 100;
  text-align: center;
}
.main-blog .date-search-container .search-container .field:after {
  box-shadow: none;
}
.main-blog
  .date-search-container
  .search-container
  .search__input.field__input {
  padding: 1rem 2.5rem 1rem 0rem !important;
  box-shadow: none !important;
  font-size: 15px;
}
.main-blog
  .date-search-container
  .search-container
  .search__input.field__input::placeholder {
  font-size: 10px;
  font-weight: 420;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #53565b;
}
.main-blog .date-search-container .search-container .search-modal__form {
  max-width: 15rem;
}
.main-blog .date-search-container .search-container .search-modal__form button {
  justify-content: right;
  top: 6px;
}
.main-blog .date-search-container .search-container img {
  width: 1.8rem;
  height: auto;
  transform: scale(-1, 1);
}
.main-blog .blog-heading {
  text-align: center;
  margin-top: 0.8rem;
  margin-bottom: 2.5rem;
}
.main-blog .blog-heading img {
  width: 53rem;
  height: auto;
}
.main-blog .featured-blog-post-wrapper {
  margin-bottom: 5rem;
  padding: 0px 5rem;
}
.main-blog .featured-blog-post-wrapper .featured-blog-post-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dfe0e0;
  margin-left: -5rem;
  width: calc(100% + 10rem);
  padding: 5rem 5rem;
}
.main-blog
  .featured-blog-post-wrapper
  .featured-blog-post-container
  .image-wrapper {
  display: flex;
  align-items: center;
}
.main-blog
  .featured-blog-post-wrapper
  .featured-blog-post-container
  .image-container {
  display: flex;
}
.main-blog
  .featured-blog-post-wrapper
  .featured-blog-post-container
  .image-container
  img {
  width: 100%;
  height: auto;
}
.main-blog
  .featured-blog-post-wrapper
  .featured-blog-post-container
  .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.main-blog
  .featured-blog-post-wrapper
  .featured-blog-post-container
  .text-container
  .preheading {
  font-size: 10px;
  font-weight: 420;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.main-blog
  .featured-blog-post-wrapper
  .featured-blog-post-container
  .text-container
  h1 {
  font-weight: 100;
  line-height: 45px;
  margin: 0;
  padding-bottom: 1.8rem;
}
.main-blog
  .featured-blog-post-wrapper
  .featured-blog-post-container
  .text-container
  .separator {
  height: 2px;
  background: #dfe0e0;
  display: block;
  width: 25rem;
}
.main-blog
  .featured-blog-post-wrapper
  .featured-blog-post-container
  .text-container
  p {
  font-size: 18px;
  font-weight: 390;
  line-height: 27px;
  padding: 0em 2.8rem;
  margin-top: 1.3rem;
  margin-bottom: 15px;
}
.main-blog
  .featured-blog-post-wrapper
  .featured-blog-post-container
  .text-container
  a.button {
  background: #b9d3c9;
  color: #53565b;
  font-size: 12px;
  font-weight: 450;
  letter-spacing: 1px;
  text-transform: uppercase;
  min-height: 4rem;
  padding: 1rem 2.5rem 0.85rem 2.5rem;
  margin-top: 10px;
}
@media only screen and (min-width: 750px) {
  .blog-articles {
    column-gap: 7rem !important;
    row-gap: 3rem !important;
    grid-template-columns: 1fr 1fr 1fr !important;
  }
  .main-blog .heading-wrapper .heading-container p {
    font-size: 32px;
  }
  .article-card .card__heading {
    font-size: 21px;
  }
  .main-blog .newsletter .newsletter__wrapper h2 {
    font-size: 32px;
  }
  .main-blog .newsletter__wrapper .newsletter__subheading {
    font-size: 18px !important;
  }
  .main-blog .date-search-container > * {
    width: 33.3%;
  }
  .main-blog
    .featured-blog-post-wrapper
    .featured-blog-post-container
    .image-wrapper,
  .main-blog
    .featured-blog-post-wrapper
    .featured-blog-post-container
    .text-container {
    width: 50%;
  }
}
@media only screen and (max-width: 749px) {
  .main-blog {
    padding-top: 0 !important;
  }
  .blog-articles {
    padding: 0em 3rem !important;
  }
  body.template-blog main,
  body.template-article main {
    max-width: 100%;
  }
  .main-blog .blog-heading {
    padding: 0px 3rem;
    border-bottom: 1px solid #dfe0e0;
    margin: 0;
    padding-top: 2.6rem;
    padding-bottom: 1rem;
  }
  .main-blog .blog-heading img {
    width: 100%;
  }
  .main-blog .featured-blog-post-wrapper .featured-blog-post-container {
    flex-direction: column;
    padding: 0;
  }
  .main-blog .date-search-container {
    border-top: unset;
    padding-left: 15px;
    padding-right: 15px;
    align-items: unset;
  }
  .main-blog .date-search-container.mobile-1 {
    border-bottom: 1px solid #dfe0e0;
  }
  .main-blog-wrapper .search-container {
    margin: 0 !important;
    width: 50%;
  }
  .main-blog .date-search-container .date-container,
  .main-blog .date-search-container .search-container {
    display: flex;
    align-items: center;
  }
  .main-blog .date-search-container .date-container {
    padding-top: 3px;
    width: 50%;
  }
  .main-blog .date-search-container .separator {
    width: 1px;
    background: #dfe0e0;
  }
  .main-blog
    .date-search-container
    .search-container
    .search__input.field__input {
    padding: 0.9rem 2.5rem 1rem 0rem !important;
    height: 3.8rem;
  }
  .main-blog .date-search-container .search-container img {
    width: 1.4rem;
  }
  .main-blog .date-search-container .search-container .search-modal__form {
    padding-left: 5px;
  }
  .main-blog
    .date-search-container
    .search-container
    .search-modal__form
    button {
    top: 3px;
  }
  .main-blog .date-search-container .center-container {
    margin: auto;
    font-size: 18px;
    padding: 0.5rem 0;
  }
  .main-blog .featured-blog-post-wrapper {
    margin-bottom: 4rem;
  }
  .main-blog
    .featured-blog-post-wrapper
    .featured-blog-post-container
    .text-container {
    padding-top: 2.2rem;
    padding-bottom: 4rem;
  }
  .main-blog
    .featured-blog-post-wrapper
    .featured-blog-post-container
    .text-container
    .preheading {
    margin-bottom: 2px;
  }
  .main-blog
    .featured-blog-post-wrapper
    .featured-blog-post-container
    .text-container
    h1 {
    font-size: 28px;
    padding-bottom: 1.1rem;
  }
  .main-blog
    .featured-blog-post-wrapper
    .featured-blog-post-container
    .text-container
    .separator {
    width: 20rem;
  }
  .main-blog
    .featured-blog-post-wrapper
    .featured-blog-post-container
    .text-container
    p {
    padding: 0em 2.4rem;
    margin-top: 2.6rem;
    margin-bottom: 10px;
  }
  .main-blog .heading-wrapper .heading-container p {
    padding: 1.5rem 0;
    font-size: 24px;
  }
  .article-card-wrapper .card__content {
    margin-top: 5px;
  }
  .article-card-wrapper .card__heading {
    font-size: 21px !important;
  }
  .blog-articles .blog-articles__article {
    margin-bottom: 1rem !important;
  }
  .main-blog .newsletter {
    padding: 1em 2rem 0.6em;
  }
  .main-blog .newsletter .newsletter__wrapper {
    margin-top: 2rem;
    padding: 2.3em 2rem 1.6em;
    margin-bottom: 3rem;
  }
  .main-blog .newsletter__wrapper .image-container {
    position: relative;
    bottom: 5px;
    margin-top: -6.6rem;
    left: auto;
  }
  .main-blog .newsletter .newsletter__wrapper h2 {
    font-size: 24px;
  }
  .main-blog .newsletter__wrapper .separator {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .main-blog .newsletter__wrapper .newsletter__subheading {
    margin-top: 1.4rem;
  }
  .main-blog .newsletter__wrapper .image-container img {
    max-width: 9.5rem;
  }
  .main-blog .newsletter__wrapper .newsletter__subheading + div {
    margin-top: 1.6rem;
  }
  .main-blog .newsletter__wrapper input {
    margin: 0 !important;
  }
  .main-blog .newsletter__wrapper form button {
    margin: 0;
  }
  .main-blog .pagination-wrapper {
    margin-top: 1.6rem !important;
    padding-bottom: 6.4rem;
  }
}

.article-template > header {
  max-width: 100%;
  padding: 0;
  margin-top: 3.7rem !important;
  margin-bottom: 5rem !important;
}
.article-template header .article-template__title {
  font-weight: 100;
  line-height: 115%;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 0px 15px;
  max-width: 60rem;
  margin: auto;
  padding-bottom: 4rem;
}
.article-template header .back-search-wrapper {
  border-top: 1px solid #dfe0e0;
  border-bottom: 3px solid #dfe0e0;
  padding: 0em 3rem;
}
.article-template .article-template__hero-container {
  max-width: 65rem;
}
.article-template .back-search-wrapper .back-search-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.article-template .back-search-wrapper .back-search-container .back-wrapper a {
  font-size: 10px;
  font-weight: 420;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: #53565b;
  text-decoration: none;
}
.article-template
  .back-search-wrapper
  .back-search-container
  .back-wrapper
  a
  svg {
  margin-right: 10px;
}
.article-template
  .back-search-wrapper
  .back-search-container
  .search-wrapper
  .search-modal__form {
  max-width: 15rem;
}
.article-template
  .back-search-wrapper
  .back-search-container
  .search-wrapper
  input::placeholder {
  font-size: 10px;
  font-weight: 420;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #53565b;
  opacity: 1;
}
.article-template
  .back-search-wrapper
  .back-search-container
  .search-wrapper
  .field:after {
  box-shadow: none;
}
.article-template
  .back-search-wrapper
  .back-search-container
  .search-wrapper
  img {
  transform: scale(-1, 1);
  width: 1.8rem;
  height: auto;
}
.article-template
  .back-search-wrapper
  .back-search-container
  .search__input.field__input {
  padding: 0.8rem 2.5rem 1rem 0rem !important;
  height: 3.2rem;
  font-size: 15px;
  box-shadow: none !important;
}
.article-template .back-search-wrapper .back-search-container button {
  justify-content: right;
  height: 3rem;
  top: 0.2rem;
}
.article-template .article-template__content {
  max-width: 65.3rem;
  margin-left: auto;
  margin-right: auto;
}
.article-template .article-template__content p {
  font-size: 18px;
  line-height: 150%;
}
.article-template .article-template__content.date-author {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
}
.article-template .article-template__content:not(.date-author) {
  margin-bottom: 5rem;
}
.article-template .article-template__content.date-author time {
  font-size: 10px;
  font-weight: 420;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.article-template .article-template__content.date-author .separator {
  height: 2px;
  background: #dfe0e0;
  width: 15rem;
  margin: 1rem 0;
}
.article-template .article-template__content.date-author .author {
  text-transform: unset;
  font-family: Winslow;
  font-size: 18px;
  font-weight: 400;
}
.article-template .article-template__content.date-author .author-separator {
  padding: 0 1.4rem;
}
.article-template .article-template__content.date-author .tag {
  text-transform: capitalize;
  display: inline-block;
  margin: 0;
}
.article-template .share-wrapper {
  border-top: 1px solid #dfe0e0;
  border-bottom: 3px solid #dfe0e0;
  margin-bottom: 7.6rem;
  padding: 1.4rem 0;
}
.article-template .share-wrapper .share-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 65.3rem;
  margin: auto;
}
.article-template
  .share-wrapper
  .share-container
  .article-template__social-sharing {
  margin: 0;
  justify-content: center;
}
.article-template
  .share-wrapper
  .share-container
  .article-template__social-sharing
  > span {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 420;
}
.article-template
  .share-wrapper
  .share-container
  .article-template__social-sharing
  .social-container {
  margin-left: 10px;
}
.article-template
  .share-wrapper
  .share-container
  .article-template__social-sharing
  .social-container
  a:last-of-type {
  margin-left: 3px;
}
.article-template
  .share-wrapper
  .share-container
  .article-template__social-sharing
  .social-container,
.article-template
  .share-wrapper
  .share-container
  .article-template__social-sharing
  .social-container
  a,
.article-template
  .share-wrapper
  .share-container
  .article-template__social-sharing
  .social-container
  a
  .icon {
  display: flex;
  align-items: center;
}
.article-template
  .share-wrapper
  .share-container
  .article-template__social-sharing
  .social-container
  a
  img {
  height: 23px;
  width: auto;
}
.article-template .share-wrapper .share-container .prev-article a,
.article-template .share-wrapper .share-container .next-article a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.article-template .share-wrapper .share-container .prev-article a.disabled,
.article-template .share-wrapper .share-container .next-article a.disabled {
  pointer-events: none;
  color: #dfe0e0;
}
.article-template .share-wrapper .share-container .prev-article span,
.article-template .share-wrapper .share-container .next-article span {
  font-size: 10px;
  font-weight: 420;
  line-height: 27px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.article-template .share-wrapper .share-container .prev-article svg {
  margin-right: 9px;
}
.article-template .share-wrapper .share-container .next-article svg {
  margin-left: 9px;
}
.article-template
  .share-wrapper
  .share-container
  .prev-article
  a.disabled
  svg
  path,
.article-template
  .share-wrapper
  .share-container
  .next-article
  a.disabled
  svg
  path {
  fill: #dfe0e0;
}
.article-template .share-wrapper .share-container .next-article {
  justify-content: right;
}
.share-wrapper .share-container > * {
  display: flex;
  align-items: center;
}
.cloud-1-wrapper,
.cloud-2-wrapper,
.cloud-2-mobile-wrapper,
.cloud-3-mobile-wrapper,
.cloud-3-wrapper,
.cloud-4-wrapper,
.cloud-5-wrapper {
  z-index: 0;
}
.utility-menu-wrapper,
.header__icons,
.header__inline-menu,
.header__heading {
  z-index: 1;
}
.collection-slider-wrapper .collection__title {
  display: flex;
  justify-content: space-between;
}
.collection-slider-wrapper .collection__title .nav-container {
  position: relative;
  width: 9.5rem;
}
.collection-slider-wrapper
  .collection__title
  .nav-container
  .swiper-button-prev {
  left: 0;
  width: auto;
}
.collection-slider-wrapper
  .collection__title
  .nav-container
  .swiper-button-next {
  right: 0;
  width: auto;
}
.collection-slider-wrapper
  .collection__title
  .nav-container
  .swiper-button-prev
  img,
.collection-slider-wrapper
  .collection__title
  .nav-container
  .swiper-button-next
  img {
  width: 4rem;
  height: auto;
}
.collection-slider-wrapper .collection__title .collection__view-all {
  width: auto;
  display: inline-block;
}
.collection-slider-wrapper .collection__title .collection__view-all a {
  font-size: 12px;
  font-weight: 450;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.collection-slider-wrapper .collection__title.title-wrapper {
  margin-bottom: 4rem;
}
.video-section .title-wrapper,
.video-section .title-wrapper h2 {
  margin: 0;
  padding: 0;
}
.video-section .button-wrapper {
  display: flex !important;
  align-items: center;
  justify-content: right;
  height: 100% !important;
  width: 100% !important;
  padding: 0em 1rem;
  max-width: 118rem !important;
}
.video-section .button-wrapper .deferred-media__poster-button {
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  transform: unset;
  background: none;
  width: 4.6rem;
  height: auto;
  border: none;
  margin-left: 2.5rem;
}
.video-section .stork-wrapper {
  position: relative;
  z-index: 1;
}
.video-section .stork-wrapper .stork-container {
  position: absolute;
  top: -5rem;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.video-section .stork-wrapper .stork-container img {
  max-width: 32.8rem;
}
@media only screen and (min-width: 750px) {
  .article-template .article-template .article-template__title {
    font-size: 48px;
  }
  .share-wrapper .share-container > * {
    width: 33.3%;
  }
}
@media only screen and (max-width: 749px) {
  .article-template header {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 3px solid #dfe0e0;
  }
  .article-template header .article-template__title {
    font-size: 28px;
    line-height: 125%;
    padding-top: 2rem;
    padding-bottom: 1.8rem;
  }
  .article-template header .back-search-wrapper {
    border-top: unset;
    border-bottom: 1px solid #dfe0e0;
    padding: 0em 2rem;
  }
  .article-template .article-template__content {
    padding: 0em 2rem;
  }
  .article-template .back-search-wrapper .back-search-container {
    align-items: unset;
    padding: 0;
  }
  .article-template .back-search-wrapper .back-search-container .separator {
    width: 1px;
    background-color: #dfe0e0;
    padding: 2rem 0;
  }
  .article-template .back-search-wrapper .back-search-container .back-wrapper {
    display: flex;
    align-items: center;
    width: 50%;
  }
  .article-template
    .back-search-wrapper
    .back-search-container
    .search-wrapper {
    width: 50%;
    margin-right: -5px;
  }
  .article-template
    .back-search-wrapper
    .back-search-container
    .back-wrapper
    .separator {
    background: #dfe0e0;
    width: 1px;
    display: block;
  }
  .article-template
    .back-search-wrapper
    .back-search-container
    .search__input.field__input {
    height: 4rem;
  }
  .article-template .back-search-wrapper .back-search-container button {
    top: 0.5rem;
  }
  .article-template
    .back-search-wrapper
    .back-search-container
    .search-wrapper
    img {
    width: 1.5rem;
  }
  .article-template
    .back-search-wrapper
    .back-search-container
    .search-wrapper
    .search-modal__form {
    padding-left: 2rem;
    max-width: unset;
  }
  .article-template .article-template__hero-container {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .article-template .article-template__content.date-author {
    margin-top: 2.5rem;
  }
  .video-section deferred-media {
    --ratio-percent: 75% !important;
  }
  .video-section .button-wrapper {
    align-items: end;
    justify-content: center;
    padding-bottom: 0.8rem;
  }
  .video-section .button-wrapper h2 {
    font-size: 24px;
  }
  .video-section .button-wrapper .deferred-media__poster-button {
    margin-left: 8px;
    justify-content: start;
    margin-bottom: 2px;
    width: 3rem;
  }
  .video-section .button-wrapper .deferred-media__poster-button img {
    width: 2.8rem;
  }
  .video-section .stork-wrapper .stork-container {
    top: -6rem;
    right: -9rem;
  }
  .video-section .stork-wrapper .stork-container img {
    max-width: 23rem;
  }
  .collection-slider-wrapper {
    padding-bottom: 4rem;
  }
  .collection-slider-wrapper .collection {
  }
  .collection-slider-wrapper .nav-container {
    padding-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
  }
  .collection-slider-wrapper .nav-container .swiper-button-prev,
  .collection-slider-wrapper .nav-container .swiper-button-next {
    position: relative;
    height: auto;
    margin: 0;
    display: flex !important;
  }
  .collection-slider-wrapper .nav-container .swiper-button-prev svg,
  .collection-slider-wrapper .nav-container .swiper-button-next svg {
    width: 18px;
    height: auto;
    margin-bottom: 3px;
  }
  .collection-slider-wrapper .nav-container .number-of-slides {
    font-size: 12px;
    font-weight: 390;
    letter-spacing: 1px;
  }
  .collection-slider-wrapper .page-width {
    padding: 0;
  }
  .collection-slider-wrapper .collection__title.title-wrapper {
    padding: 0px 20px;
  }
}

/* Stockist page */
.stockists-wrapper {
  padding-bottom: 10rem;
}
.stockists-wrapper .select-wrapper {
  display: flex;
  justify-content: center;
  padding: 2rem 15px;
  column-gap: 2rem;
}
.stockists-wrapper .select-wrapper .select-container {
  width: 25%;
}
.stockists-wrapper .select-wrapper .select-container .heading {
  display: block;
  text-align: center;
}
.stockists-wrapper .select-wrapper .select-container .select-outline {
  border: 1px solid #53565b;
  position: relative;
}
.stockists-wrapper .select-wrapper .select-container select {
  font-size: 1.3rem;
  text-transform: uppercase;
  cursor: pointer;
  appearance: none;
  border: none;
  z-index: 1;
  position: relative;
  background: none;
  width: 100%;
  padding: 1rem 2rem 1rem 1rem;
}
.stockists-wrapper .select-wrapper .select-container svg {
  position: absolute;
  top: 43%;
  right: 2rem;
}
.stockists-wrapper .state-wrapper {
  margin-bottom: 2rem;
}
.stockists-wrapper .state-wrapper .state-name {
  font-family: Winslow;
  font-size: 25px;
}
.stockists-wrapper .state-wrapper .cities-wrapper {
  columns: 235px 4;
  column-gap: 25px;
}
.stockists-wrapper .state-wrapper .cities-wrapper .city-wrapper {
  width: 235px;
  background-color: #f9f9fa;
  padding: 25px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: -3rem;
}
.stockists-wrapper .state-wrapper .cities-wrapper .city-wrapper .city-name {
  display: block;
  text-transform: uppercase;
  font-weight: 450;
  font-size: 15px;
  letter-spacing: 1px;
}
.stockists-wrapper .state-wrapper .cities-wrapper .city-wrapper .shop-name {
  display: block;
}
.rebuy-admin__preview.is-visible {
  display: none;
}
@media only screen and (max-width: 749px) {
  .stockists-wrapper .state-wrapper .cities-wrapper .city-wrapper {
    width: 100%;
    text-align: center;
    padding: 27px 0;
  }
  .stockists-wrapper .select-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0px 2rem;
  }
  .stockists-wrapper .select-wrapper .select-container {
    width: 100%;
  }
  .stockists-wrapper .select-wrapper .select-container:first-of-type {
    margin-bottom: 1.5rem;
  }
}

/* Bundle product */
@media screen and (min-width: 990px) {
  .product--large:not(.product--no-media) .product__media-wrapper.halfsize,
  .product--large:not(.product--no-media) .product__info-wrapper.halfsize {
    max-width: 50%;
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.bundle-product-wrapper .bundle-product-container .select-container {
  display: flex;
  align-items: center;
}
.bundle-product-wrapper .bundle-product-container .select-outline {
  border: 1px solid #53565b;
  position: relative;
  margin-bottom: 1.5rem;
  width: 100%;
  margin-right: 1rem;
  max-width: 42rem;
}
.bundle-product-wrapper
  .bundle-product-container
  .select-container
  .remove-select {
  margin-bottom: 1.5rem;
  background: none;
  border: none;
  text-decoration: underline;
}
.bundle-product-wrapper .bundle-product-container .select-container .num {
  width: 2.5rem;
}
.bundle-product-wrapper .bundle-product-container .select-outline select {
  font-size: 1.3rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  z-index: 1;
  position: relative;
  background: none;
  width: 100%;
  padding: 1rem 2rem 1rem 1rem;
}
.bundle-product-wrapper .bundle-product-container .select-outline svg {
  position: absolute;
  top: 43%;
  right: 1rem;
}
.bundle-products-wrapper .button-container {
  text-align: center;
}
.bundle-products-wrapper {
  margin: 1rem 0 8rem 0;
}
.bundle-products-wrapper .bundle-products-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 3rem;
}
.bundle-products-wrapper .bundle-products-container .image-container {
  display: flex;
  border: 1px solid;
  margin-bottom: 3rem;
  height: 21rem;
}
.rebuy-cart__flyout-item-product-title {
  font-family: var(--font-heading-family);
  font-size: 18px !important;
  text-decoration: none;
  font-weight: 400 !important;
}
.rebuy-cart__flyout-title,
.rebuy-cart__flyout-recommendations .rebuy-widget .primary-title {
  text-transform: unset !important;
  font-size: 20px !important;
  font-weight: 400 !important;
}
.rebuy-cart__flyout-recommendations .rebuy-widget .primary-title {
  font-size: 17px !important;
  margin: 0;
  margin-bottom: 1rem !important;
}
.rebuy-cart__flyout-item + .rebuy-cart__flyout-item {
  margin: 0;
  padding: 2rem;
}
.rebuy-money,
.rebuy-widget .rebuy-money {
  font-size: 15px;
  font-weight: 400;
}
.rebuy-cart__flyout-recommendations {
  background: #f0f5f4 !important;
  height: 100%;
}
.rebuy-cart__flyout-recommendations
  .rebuy-widget
  .rebuy-product-grid.large-style-line
  .rebuy-product-block,
.rebuy-cart__flyout-recommendations
  .rebuy-widget
  .rebuy-product-grid.medium-style-line
  .rebuy-product-block,
.rebuy-cart__flyout-recommendations
  .rebuy-widget
  .rebuy-product-grid.small-style-line
  .rebuy-product-block {
  border-color: unset !important;
  background: #fff;
  margin-bottom: 1rem !important;
  padding: 10px 2rem !important;
  border: none !important;
}
.rebuy-button,
.rebuy-widget .rebuy-button {
  font-family: var(--font-body-family);
  font-size: 15px !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #6f7176 !important;
  border: none;
  /*padding: 0.8rem 2px !important;*/
}
.rebuy-button,
.rebuy-widget .rebuy-button,
.rebuy-cart__flyout-empty-cart a {
  border: none !important;
  border-radius: 0 !important;
}
.rebuy-cart__flyout-subtotal-label,
.rebuy-cart__flyout-subtotal-amount {
  font-weight: 400;
}
.rebuy-cart__flyout-item-quantity-widget-label {
  font-size: 18px !important;
  font-weight: 400 !important;
  font-family: var(--font-body-family) !important;
  border: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.rebuy-cart__flyout-item-quantity-widget-button,
.rebuy-cart__flyout-item-quantity-widget-label {
  height: 4.5rem !important;
  background: none !important;
}
.rebuy-cart__flyout-item-quantity-widget {
  max-width: 8.5rem !important;
}
button.rebuy-cart__checkout-button {
  font-size: 14px !important;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 1.35rem 1rem !important;
  margin-top: 1rem;
}
.rebuy-cart__flyout-empty-cart a {
  background-color: #6f7176 !important;
  text-decoration: none !important;
  font-family: var(--font-body-family);
  font-size: 15px !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.rebuy-cart__flyout-empty-cart h4 {
  font-family: var(--font-body-family) !important;
  text-transform: unset;
  font-weight: 300;
}
.bundle-product-wrapper button.link {
  margin: 0em 2.5rem;
  width: 100%;
  max-width: 42rem;
}

@media only screen and (min-width: 750px) {
  product-info .bundle-product-wrapper {
    padding-bottom: 3rem;
  }
  .bundle-products-wrapper .bundle-products-container {
    padding: 0;
  }
  #shopify-block-rebuy_personalization_engine_rebuy_widget_hNg9Tw
    .rebuy-product-actions {
    margin: 0;
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 749px) {
  .bundle-product-wrapper button.link {
    margin: 0;
  }
  .bundle-products-wrapper .bundle-products-container {
    display: flex;
    overflow: scroll;
    column-gap: 1.5rem;
  }
  .bundle-products-wrapper .bundle-products-container::-webkit-scrollbar {
    width: 0;
    background: transparent;
  }
  .bundle-products-wrapper .bundle-products-container .image-container {
    height: 90px;
    width: 8.5rem;
    margin-bottom: 0.5rem;
  }
  .bundle-product-wrapper .bundle-product-container .select-outline {
    max-width: 23rem;
  }
  .bundle-products-wrapper {
    padding: 2rem 0rem 2rem;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #f0f5f4;
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
  }
  .bundle-products-wrapper.show {
    position: sticky;
    bottom: 0;
    animation: fadeIn 0.5s;
  }
  .bundle-products-wrapper .button-container button {
    width: 100%;
  }
}

.image-with-text__footer {
  margin-top: 5rem !important;
  position: relative;
  width: 100%;
}
.image-with-text__footer .iwt-footer span {
  font-family: Winslow;
  font-size: 21px;
  font-weight: 300;
}
.image-with-text__footer .iwt-footer p {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: var(--font-body-family);
  font-size: 16px;
  font-weight: 390;
  line-height: 150%;
  max-width: 28rem;
}
.image-with-text__footer .iwt-footer .button-container {
  margin-top: 1rem;
}
.image-with-text__footer .iwt-footer .button-container a.link {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 450;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--font-body-family);
  text-decoration: none;
}
.image-with-text__footer .iwt-footer .button-container a.link svg {
  margin-left: 6px;
  margin-bottom: 2px;
}
.image-with-text__text-item .image-with-text__footer .image-container {
  position: absolute;
  right: -1.5rem;
  bottom: -2.2rem;
}
.image-with-text__text-item .image-with-text__footer .image-container img {
  border: none;
  max-width: 17rem;
}
.image-with-text .mouse-container {
  position: absolute;
  left: 0;
  top: -3.2rem;
}
.image-with-text .mouse-container img {
  max-width: 22.4rem;
  max-width: 15.6vw;
  height: auto;
}
.collection__title .title:not(:only-child) {
  margin-top: 0;
}
.rtwa .rich-text .envelopes-wrapper {
  right: 2rem;
  position: relative;
}
.rtwa .rich-text .image-container {
  padding-left: 3rem;
  padding-right: 6rem;
}
.rtwa .rich-text .image-container img {
  width: 100%;
  height: auto;
  max-width: 200px;
}
.rtwa .rich-text__blocks {
  max-width: 44rem;
  padding-top: 7rem;
}
.rtwa .rich-text__text {
  margin-top: 0;
}
.rtwa .rich-text__wrapper {
  align-items: center;
}
.rtwa .rich-text__blocks img {
  width: 30rem;
}
.logo-list-wrapper {
  display: flex;
  align-items: center;
  column-gap: 5.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.logo-list-wrapper .logo-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 5rem;
}
.logo-list-wrapper .heading-container .h5 {
  font-size: 18px;
}
.logo-list-wrapper .logo-list .image-container {
  display: flex;
}
.stp-wrapper .title-container h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
.free-printable .form {
  width: 100%;
}
.free-printable label {
  font-weight: 400 !important;
  font-family: "brandon-grotesque";
}
.free-printable input {
  border-radius: unset !important;
}
.free-printable .field-form {
  margin-bottom: 1.5rem;
}
.free-printable button {
  width: 100%;
  margin-top: 6px;
  font-family: "brandon-grotesque";
  letter-spacing: 2px;
}
.free-printable .success_message a {
  color: inherit;
}
.quick-add-modal__content-info {
  flex-direction: column;
}
@media only screen and (max-width: 749px) {
  .video-section {
    overflow: hidden;
    padding-top: 7rem !important;
    margin-top: -5rem !important;
    padding-bottom: 2rem !important;
  }
  .collection-slider-wrapper h2 {
    margin-top: 0;
    font-size: 28px;
  }
  .reviews-section-wrapper {
    padding-top: 5rem !important;
    padding-bottom: 11.5rem !important;
    margin-bottom: 3.2rem !important;
  }
  .reviews-section-container p {
    font-size: 18px !important;
  }
  .reviews-section-container.side-by-side img {
    max-width: 25px;
  }
  .reviews-section-wrapper .swiper-button-prev,
  .reviews-section-wrapper .swiper-button-next {
    top: 58%;
  }
  .reviews-section-wrapper .swiper-button-prev {
    left: 5px;
  }
  .reviews-section-wrapper .swiper-button-next {
    right: 5px;
  }
  .reviews-section-wrapper .illustration-container img {
    max-width: 18.4rem;
  }
  .image-with-text.home-about-us {
    margin-top: 3rem;
    padding-top: 7.8rem !important;
  }
  .image-with-text.home-about-us .image-with-text__content.medium-hide {
    padding: 0 !important;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 1.3rem !important;
  }
  .image-with-text.home-about-us .image-with-text__content:not(.medium-hide) {
    padding-top: 0rem !important;
  }
  .image-with-text .mouse-container {
    left: -2rem;
    top: -12.7rem;
  }
  .image-with-text .mouse-container img {
    max-width: 15.5rem;
  }
  .image-with-text.home-about-us .image-with-text__media-item {
    padding: 0px 2rem;
  }
  .image-with-text__content {
    padding: 4rem calc(2rem / var(--font-body-scale)) 5rem !important;
  }
  .image-with-text__text p {
    font-size: 18px;
  }
  .image-with-text__footer {
    margin-top: 4rem !important;
  }
  .image-with-text__footer .iwt-footer p {
    padding-right: 11rem;
  }
  .image-with-text__text-item .image-with-text__footer .image-container {
    right: 1rem;
    bottom: 3rem;
  }
  .image-with-text__text-item .image-with-text__footer .image-container img {
    max-width: 12rem;
  }
  .collection-list .collection-list__item {
    max-width: 100% !important;
  }
  .section-collection-list .swiper-slide,
  .section-collection-list .card-wrapper,
  .section-collection-list .card {
    height: auto !important;
  }
  .rtwa .rich-text .envelopes-wrapper {
    display: none;
  }
  .rtwa .rich-text__wrapper {
    padding: 0px 10px 0px 2px;
    margin: 0;
    width: 100%;
  }
  .rtwa .rich-text__wrapper p {
    line-height: 133%;
    padding-right: 20px;
  }
  .rtwa .rich-text__blocks {
    padding-top: 2.5rem;
    padding-left: 2.5rem;
  }
  .rtwa .rich-text__blocks img {
    width: 100%;
    max-width: 15rem;
  }
  .rtwa .rich-text .image-container {
    padding: 0;
  }
  .section-collection-list .collection-list:not(.slider) {
    padding: 0 !important;
  }
  .collection-card-wrapper.heading .card__heading {
    font-size: 21px !important;
  }
  .collection-card-wrapper .card__content {
    margin-top: 0;
    margin-bottom: 6px;
  }
  .review-slider-text {
    padding-top: 2.5rem;
  }
  .logo-list-wrapper {
    row-gap: 1rem;
    flex-direction: column;
    padding: 0px 2px;
  }
  .logo-list-wrapper .logo-list {
    column-gap: 6px;
    justify-content: center;
  }
  .logo-list-wrapper .logo-list img {
    width: 100%;
  }
  .article-template .share-wrapper {
    margin-bottom: 4rem;
  }
}

variant-radios fieldset {
  z-index: 1;
  position: relative;
}
.rebuy-cart__flyout-note {
  padding: 2px 20px 8px !important;
}
.rebuy-cart__flyout-note-toggle-label {
  letter-spacing: 1px;
}
.rebuy-cart .rebuy-checkbox {
  border-radius: 0 !important;
}
.rebuy-cart .rebuy-checkbox:checked {
  background: #6f7176 !important;
  border-color: #6f7176 !important;
}
.rebuy-cart .rebuy-checkbox:focus {
  border-color: #6f7176 !important;
}
.rebuy-textarea,
textarea.rebuy-textarea {
  padding: 7px 11px !important;
  border-radius: 0 !important;
  font-weight: 400;
  font-family: var(--font-body-family);
  font-size: 16px;
  margin-bottom: 6px !important;
}
cart-remove-button .button {
  background: none !important;
}
.rebuy-cart__flyout-footer {
  padding-bottom: 10px;
}
.rebuy-cart__flyout-footer .rebuy-cart__flyout-actions {
  justify-content: center !important;
}
.rebuy-cart__flyout-footer .rebuy-cart__continue-shopping-button {
  background: none !important;
  color: #6f7176 !important;
  width: auto !important;
  padding: 5px 10px !important;
}
body.template-search .template-search__results {
  display: flex !important;
  flex-direction: column;
}
body.template-search .template-search__results ul {
  display: grid;
  row-gap: 4rem;
  column-gap: 3rem;
  grid-template-columns: repeat(4, calc(25% - 2.25rem));
}
body.template-search .product-grid-container #product-grid li {
  width: auto;
}
body.template-search .pagination-wrapper {
  margin-top: 0;
}
body.template-search .pagination-wrapper ul {
  display: flex;
  column-gap: 0;
}
facet-filters-form .facets__wrapper,
facet-filters-form .active-facets {
  display: none;
}
.image-with-text__content .image-with-text__image {
  width: 100%;
  margin-top: 0;
}
.image-with-text__content .image-with-text__image .image-container {
  display: flex;
}
.image-with-text__content .image-with-text__image img {
  border: none;
  margin: 0;
}
.image-with-text__text p {
  line-height: 27px;
}
.banner__text p {
  line-height: 150%;
}
.timeline-wrapper .timeline-container {
  max-width: 133rem;
  position: relative;
}
.timeline-wrapper .timeline-container .swiper {
  max-width: 120rem;
  margin: auto;
  padding: 0em 4rem;
}
.timeline-wrapper .timeline-container .image-container {
  height: 18rem;
  display: flex;
  align-items: center;
  position: relative;
}
.timeline-wrapper .timeline-container .image-container img {
  width: auto;
  height: 18rem;
}
.timeline-wrapper .timeline-container .text-container {
  text-align: center;
  margin-top: 1.8rem;
}
.timeline-wrapper .timeline-container .text-container span {
  font-size: 16px;
  font-weight: 450;
}
.timeline-wrapper .timeline-container .text-container p {
  font-size: 16px;
  font-weight: 390;
  margin-top: 0;
  line-height: 24px;
}
.timeline-wrapper .timeline-container .separator.first {
  letter-spacing: -2px;
  position: absolute;
  top: 40%;
  left: -5rem;
  z-index: -1;
}
.timeline-wrapper .timeline-container .separator.last {
  letter-spacing: -2px;
  position: absolute;
  top: 40%;
  right: -5rem;
  z-index: -1;
}
.timeline-wrapper .timeline-container .nav-container .swiper-button-prev {
  top: 46.5%;
  left: 4rem;
}
.timeline-wrapper .timeline-container .nav-container .swiper-button-next {
  top: 46.5%;
  right: 4rem;
}
.timeline-wrapper .timeline-container .nav-container .swiper-button-prev img {
  transform: rotateY(180deg);
}
.timeline-wrapper .timeline-container .nav-container .swiper-button-prev img,
.timeline-wrapper .timeline-container .nav-container .swiper-button-next img {
  width: 4rem;
  height: auto;
}
.timeline-wrapper .timeline-container .nav-container .swiper-button-disabled {
  display: none !important;
}
.timeline-wrapper .timeline-container .heading-container {
  text-align: center;
  margin-bottom: 6rem;
}
.timeline-wrapper .timeline-container .heading-container .h3 {
  font-size: 32px;
}
.rebuy-cart__progress-bar-meter-fill {
  background: #b9d3c9 !important;
}
footer .separator {
  padding: 0px 4px;
}
.collection-list-container .collection-list {
  display: flex;
  column-gap: 3.3rem;
}

@media screen and (max-width: 749px) {
  .collection-list-container .collection-list.2-col-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

.card--standard .card__content .link {
  text-underline-offset: 4px;
  display: block;
  margin-top: 8px;
}
.team-wrapper .heading-container {
  text-align: center;
  max-width: 115rem;
  margin: auto;
  margin-bottom: 6rem;
}
.team-wrapper .heading-container .heading {
  font-family: Winslow;
  font-size: 36px;
}
.team-wrapper .heading-container p {
  font-size: 21px;
  line-height: 150%;
  padding: 0em 26rem;
  margin-top: 15px;
}
.team-wrapper .team-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  max-width: 112rem;
  margin: auto;
  row-gap: 4rem;
  justify-content: center;
}
.team-wrapper .team-container .team-member {
  width: calc(20% - 7px);
}
.team-wrapper .team-container .team-member img {
  width: 100%;
}
.team-wrapper .team-container .team-member .text-container {
  text-align: center;
  padding: 0em 1rem;
}
.team-wrapper .team-container .team-member .text-container span {
  font-family: Winslow;
  font-size: 21px;
  font-weight: 300;
}
.team-wrapper .team-container .team-member .text-container p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 125%;
  margin-top: 6px;
}
.multicolumn-card .multicolumn-card__info {
  padding: 0 !important;
}
.multicolumn-card .multicolumn-card__info .inline-richtext {
  font-size: 32px;
  margin-bottom: -6px;
}
.multicolumn-card .multicolumn-card__info span {
  font-size: 14px;
  font-weight: 420;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.multicolumn-card .multicolumn-card__info p {
  line-height: 150%;
  margin-top: 6px;
}
.about-the-founders .title-wrapper-with-link {
  margin-bottom: 15rem;
}
.about-the-founders .title {
  padding-right: 32rem;
}
.about-the-founders .title-wrapper-with-link .image-container {
  position: absolute;
  top: -12.5rem;
  right: 24rem;
}
.about-the-founders .title-wrapper-with-link .image-container img {
  width: auto;
  max-height: 36rem;
}
.our-studio .image-with-text__heading,
.our-commitment .image-with-text__heading {
  margin-top: -4rem;
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
  position: relative;
}
.our-studio .image-container {
  position: absolute;
  left: -1.2rem;
  top: -6rem;
}
.our-commitment .image-container {
  position: absolute;
  right: -0.2rem;
  top: -6rem;
}
.our-studio .image-container img {
  max-width: 20rem;
  height: auto;
}
.our-commitment .image-container img {
  max-width: 7rem;
  height: auto;
}
.product-form__submit {
  font-size: 1.4rem;
}
.rebuy-widget .rebuy-product-block .rebuy-product-info .rebuy-product-title {
  line-height: 24px !important;
}
.jdgm-prev-badge[data-number-of-reviews="0"] {
  display: none !important;
}
.pagination-wrapper .pagination__item--next {
  transform: unset;
}
.search__input.field__input {
  font-family: "brandon-grotesque";
}
.promo-banner-wrapper .promo-banner-container .svg-container {
  position: absolute;
  left: 0.8rem;
}
.card-wrapper.product-card-wrapper {
  padding-top: 3.2rem;
}
.card__badge.top {
  z-index: 1;
  position: relative;
  left: 11px;
  margin-top: -28px;
}
.card__content.free-product {
  flex-grow: unset;
}
.template-product main {
  padding-bottom: 10rem;
}
.list-menu--inline > li .list-menu__item {
  z-index: 2;
  position: relative;
}
.rich-text__blocks p {
  font-size: 21px;
  line-height: 31px;
}
.top-footer-container a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 750px) {
  .main-page-title {
    margin-bottom: 1rem;
    text-align: center;
  }
  .collection-list-container .collection-list__item {
    width: 22%;
  }
  .collection-hero .breadcrumb-container {
    padding-bottom: 1rem;
  }
  .rtwa .rich-text__text p {
    font-size: 21px;
  }
  .promo-banner-wrapper .promo-banner-container .svg-container {
    left: 1.8rem;
  }
  .bundle-products-wrapper .bundle-products-container {
    grid-template-columns: repeat(auto-fill, 200px);
    justify-content: center;
  }
  .bundle-products-wrapper .bundle-products-container .image-container {
    height: 20rem;
  }
}
@media screen and (max-width: 749px) {
  .collection-list-container .collection-list {
    flex-direction: column;
  }
  .timeline-wrapper .timeline-container {
    padding: 0em 6.6rem;
  }
  .timeline-wrapper .timeline-container .swiper {
    padding: 0em;
  }
  .timeline-wrapper .timeline-container .image-container img {
    width: 100%;
    height: auto;
  }
  .timeline-wrapper .timeline-container .separator.first,
  .timeline-wrapper .timeline-container .separator.last {
    display: none;
  }
  .timeline-wrapper .timeline-container > .separator.first {
    display: block;
    position: absolute;
    left: 0rem;
    top: 34%;
    z-index: 0;
  }
  .timeline-wrapper .timeline-container > .separator.last {
    display: block;
    position: absolute;
    right: 0rem;
    top: 34%;
    z-index: 0;
  }
  .timeline-wrapper .timeline-container .nav-container .swiper-button-prev img,
  .timeline-wrapper .timeline-container .nav-container .swiper-button-next img {
    width: 2.5rem;
  }
  .timeline-wrapper .timeline-container .nav-container .swiper-button-prev {
    top: 41.7%;
    left: 1.8rem;
  }
  .timeline-wrapper .timeline-container .nav-container .swiper-button-next {
    top: 41.7%;
    right: 1.8rem;
  }
  .timeline-wrapper .timeline-container .heading-container {
    margin-bottom: 1.5rem;
  }
  .timeline-wrapper .timeline-container .heading-container .h3 {
    font-size: 28px;
  }
  .article-template .share-wrapper {
    padding: 1rem 0 0.5rem 0;
  }
  .article-template .share-wrapper .share-container {
    flex-wrap: wrap;
  }
  .prev-article {
    order: 2;
    width: 50%;
    padding-left: 2rem;
  }
  .article-template__social-sharing {
    order: 1;
    width: 100%;
    border-bottom: 1px solid #dfe0e0;
    padding-bottom: 1rem;
    margin-bottom: 0.8rem !important;
  }
  .next-article {
    order: 3;
    width: 50%;
    padding-right: 2rem;
  }
  .team-wrapper .heading-container {
    margin-bottom: 2.5rem;
  }
  .team-wrapper .heading-container p {
    padding: 0px 2rem;
  }
  .team-wrapper .team-container .team-member {
    width: 46%;
  }
  .team-wrapper .heading-container .heading {
    font-size: 28px;
  }
  .team-wrapper .heading-container p {
    font-size: 18px;
  }
  .team-wrapper .team-container .team-member .text-container span {
    font-size: 18px;
  }
  .team-wrapper .team-container .team-member .text-container p {
    font-size: 11px;
  }
  .team-wrapper .team-container {
    row-gap: 2rem;
  }
  .about-the-founders .title-wrapper-with-link {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: -10rem !important;
    row-gap: 0;
  }
  .about-the-founders .title-wrapper-with-link .multicolumn .title {
    font-size: 28px;
  }
  .multicolumn-card .multicolumn-card__info .inline-richtext {
    font-size: 24px;
    margin-bottom: 0;
  }
  .multicolumn-card .multicolumn-card__info span {
    font-size: 1.3rem;
  }
  .about-the-founders li {
    margin-bottom: 2rem;
  }
  .about-the-founders.multicolumn > div {
    margin-bottom: 0 !important;
    padding-bottom: 1.5rem;
  }
  .about-the-founders.multicolumn .title {
    padding: 0 !important;
  }
  .about-the-founders .title-wrapper-with-link .image-container {
    top: 0;
    position: relative;
    right: 0;
  }
  .about-the-founders .title-wrapper-with-link .image-container img {
    max-height: 24rem;
  }
  .our-studio.image-with-text {
    padding-top: 2rem !important;
  }
  .our-studio .image-with-text__heading {
    margin-bottom: 0;
    font-size: 28px;
  }
  .our-studio .image-container {
    left: 0.5rem;
    top: -3rem;
  }
  .our-studio .image-container img {
    max-width: 10rem;
  }
  .our-commitment.image-with-text {
    padding-bottom: 4rem;
  }
  .about-1.image-with-text .image-with-text__grid,
  .about-2.image-with-text .image-with-text__grid,
  .our-commitment.image-with-text .image-with-text__grid,
  .our-studio.image-with-text .image-with-text__grid {
    flex-direction: column-reverse;
  }
  .about-1.image-with-text .image-with-text__grid .image-with-text__media-item,
  .about-2.image-with-text .image-with-text__grid .image-with-text__media-item,
  .our-commitment.image-with-text
    .image-with-text__grid
    .image-with-text__media-item,
  .our-studio.image-with-text
    .image-with-text__grid
    .image-with-text__media-item {
    padding: 0em 2rem;
  }
  .about-1 .image-with-text__text p,
  .about-2 .image-with-text__text p,
  .our-commitment .image-with-text__text p,
  .our-studio .image-with-text__text p {
    font-size: 16px;
    line-height: 133%;
  }
  .about-1 .image-with-text__content,
  .about-2 .image-with-text__content,
  .our-commitment .image-with-text__content,
  .our-studio .image-with-text__content {
    padding-bottom: 3rem !important;
  }
  .our-commitment .image-container {
    right: 1.8rem;
    top: -2rem;
  }
  .our-commitment .image-container img {
    max-width: 3.6rem;
  }
  .about-1 .image-container img {
    max-width: 8.7rem !important;
  }
  .about-2.image-with-text {
    padding-bottom: 4rem !important;
  }
  .about-2 .image-with-text__content {
    flex-direction: column-reverse;
  }
  .about-2 .image-container img {
    max-width: 12.5rem !important;
  }
  .banner .balloon-container {
    top: 3rem !important;
    right: 2rem !important;
  }
  .banner .balloon-container img {
    max-width: 6rem;
    height: auto;
  }
  .about-1.image-with-text,
  .about-1 .image-with-text__content {
    padding-top: 0 !important;
  }
  .product-form__submit {
    font-size: 1.3rem;
  }
  .promo-banner-wrapper.no-heading .promo-banner-container {
    padding: 5rem 0rem 4rem;
  }
  /*
  .promo-banner-wrapper .image-container {
    padding: 0rem 5rem;
  }
  */
  .promo-banner-wrapper.promo-banner-3 .promo-banner-container .text-container {
    padding: 0em 5rem;
  }
  .menu-drawer__inner-submenu .megamenu-link-wrapper {
    text-decoration: none;
    color: inherit;
  }
  .menu-drawer__inner-submenu .megamenu-link-wrapper .megamenu-container {
    display: flex;
    align-items: center;
    padding: 1.6rem;
    border-top: 1px solid #dfe0e0;
    margin-top: -3px;
    z-index: 1;
    position: relative;
  }
  .menu-drawer__inner-submenu
    .megamenu-link-wrapper
    .megamenu-container
    .image-container {
    display: flex;
  }
  .menu-drawer__inner-submenu
    .megamenu-link-wrapper
    .megamenu-container
    .text-container {
    padding-left: 2rem;
  }
  .menu-drawer__inner-submenu
    .megamenu-link-wrapper
    .megamenu-container
    .text-container
    span.menu-drawer__menu-item {
    padding: 0;
    padding-bottom: 6px;
    font-size: 18px;
    background: none;
  }
  .menu-drawer__inner-submenu
    .megamenu-link-wrapper
    .megamenu-container
    .text-container
    p {
    font-size: 14px;
    line-height: 133%;
    margin: 0;
  }
  .envelopes-wrapper {
    display: none;
  }
  .template-product main {
    padding-bottom: 4rem;
  }
  .promo-banner-container .promo-3 {
    padding: 0em 5rem;
  }
  .team-wrapper .team-container .team-member .text-container {
    padding: 0em 0rem;
  }
}

.product__description.bundle-description {
  margin-top: -2rem !important;
  margin-bottom: 3rem !important;
}

.rte li {
  list-style-position: outside;
}
.rebuy-addon .rebuy-addon__item {
  display: flex;
  margin-top: 3rem;
}
.rebuy-addon .rebuy-addon__item .rebuy-addon__item-image {
  width: 20%;
}
.rebuy-addon .rebuy-addon__item .rebuy-addon__item-image img {
  width: 100%;
  height: auto;
}
.rebuy-addon .rebuy-addon__item .rebuy-addon__item-info {
  text-align: left;
  width: 40%;
  padding-left: 1.5rem;
}
.rebuy-addon
  .rebuy-addon__item
  .rebuy-addon__item-info
  .rebuy-addon__item-product-price {
  padding: 0.4rem 0 0.6rem 0;
}
.rebuy-addon .rebuy-addon__item .rebuy-addon__item-info select {
  font-size: 14px;
  padding: 6px 40px 6px 8px;
  width: auto;
  background-position:
    calc(100% - 20px) calc(1em + 0px),
    calc(100% - 15px) calc(1em + 0px),
    calc(100% - 2.5em) 0.4em;
}
.rebuy-addon .rebuy-addon__item .rebuy-addon__item-checkbox {
  width: 40%;
  padding-top: 3rem;
}
.jdgm-rev-widg__summary-inner .jdgm-link {
  display: none !important;
}
.jdgm-widget > a {
  color: inherit;
  text-decoration: none;
}
/*
html {
  scroll-behavior: smooth;
}*/
.price-reviews .jdgm-widget.jdgm-widget {
  z-index: 1;
  position: relative;
}
.klaviyo-form .newsletter-form .klaviyo_messages {
  width: 100%;
  margin-top: 2.1rem;
}
.klaviyo-form .newsletter-form .klaviyo_messages .success-container {
  background-color: #f0f5f4;
  padding: 3.2rem 1rem 3.5rem;
  position: relative;
}
.klaviyo-form .newsletter-form .klaviyo_messages .success-container .h4 {
  font-size: 21px;
  text-transform: unset;
  margin-bottom: 1.4rem;
  display: block;
}
.klaviyo-form .newsletter-form .klaviyo_messages .success-container .link {
  font-size: 11px;
  font-weight: 450;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "brandon-grotesque";
}
.klaviyo-form
  .newsletter-form
  .klaviyo_messages
  .success-container
  .svg-container {
  position: absolute;
  left: 5px;
  bottom: 0;
  display: flex;
}
.klaviyo-form .newsletter-form .error_message {
  margin: 0px !important;
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .product-grid-container #product-grid {
    grid-template-columns: repeat(2, calc(50% - 1.55rem));
  }
  .custom-collection-grid #product-grid li.promo-banner-wrapper {
    grid-column: span 1;
    grid-row: span 1;
  }
  .logo-list-wrapper {
    row-gap: 1rem;
    flex-direction: column;
    padding: 0 2px;
  }
  .logo-list-wrapper .logo-list {
    column-gap: 10px;
    justify-content: center;
  }
  .reviews-section-container.side-by-side {
    flex-direction: column;
  }
  .reviews-section-container.side-by-side > * {
    width: 100%;
  }
  .side-by-side .reviews-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .review-slider-text {
    padding-right: 0;
  }
  .reviews-section-wrapper .title-container h3 {
    display: none !important;
  }
  .reviews-section-container > .medium-hide,
  .reviews-section-container > .medium-hide .title-container h3 {
    display: block !important;
  }
  .image-with-text__text-item .image-with-text__footer .image-container {
    bottom: -5.2rem;
  }
  .image-with-text__text-item .image-with-text__footer .image-container img {
    max-width: 12vw;
  }
}
*/ @media screen and (max-width: 749px) {
  .rebuy-addon .rebuy-addon__item {
    flex-wrap: wrap;
  }
  .rebuy-addon .rebuy-addon__item .rebuy-addon__item-image {
    width: 30%;
  }
  .rebuy-addon .rebuy-addon__item .rebuy-addon__item-info {
    width: 70%;
  }
  .rebuy-addon .rebuy-addon__item .rebuy-addon__item-checkbox {
    width: 70%;
    padding-top: 0rem;
    margin-left: 27%;
    text-align: left;
  }
  .rtwa .rich-text__wrapper p {
    font-size: 16px;
  }
  .klaviyo-form .newsletter-form {
    max-width: 100%;
  }
  .klaviyo-form
    .newsletter-form
    .klaviyo_messages
    .success-container
    .svg-container
    img {
    max-width: 80%;
    height: auto;
  }
  .promo-banner-wrapper .promo-banner-container .image-container img {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 989px) {
  .header {
    padding: 9px 1.5rem !important;
  }
  .header__heading-logo {
    max-width: 11.6rem;
  }
  .announcement-bar__message {
    font-size: 10px;
    font-weight: 400;
  }
  .announcement-bar .slider-button--prev,
  .announcement-bar .slider-button--next {
    display: none;
  }
  .utility-bar .utility-bar__grid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .menu-drawer .menu-drawer__navigation {
    padding: 0rem 0 1rem 0;
  }
  .menu-drawer predictive-search.search-modal__form {
    padding: 15px;
    border-bottom: 1px solid #dfe0e0;
    display: block;
    margin-bottom: 8px;
  }
  .menu-drawer .search-modal__form input {
    background: #f0f5f4;
  }
  .menu-drawer .menu-drawer__menu-item {
    padding: 1rem 1.6rem;
    font-family: Winslow;
    font-size: 16px;
    font-weight: 300;
  }
  .menu-drawer__utility-links {
    padding: 1rem 1.6rem !important;
    background-color: unset !important;
    border-top: 1px solid #dfe0e0;
  }
  .menu-drawer__utility-links .menu-drawer__localization,
  .menu-drawer__utility-links .list-social {
    display: none;
  }
  .menu-drawer__navigation-container {
    height: auto !important;
  }
  .predictive-search--header {
    top: 10% !important;
    margin: 0px 15px;
  }
  .menu-drawer predictive-search .field__label {
    font-weight: 390;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    top: 1.6rem;
    font-size: 10px;
  }
  .menu-drawer predictive-search .field:after {
    box-shadow: unset;
  }
  .menu-drawer__utility-links .link {
    color: #000;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
  }
  .menu-drawer__utility-links .link:not(.menu-drawer__account) {
    display: block;
    margin-top: 2px;
    margin-bottom: 8px;
  }
  .menu-drawer__utility-links .menu-drawer__account img {
    margin-right: 4px;
  }
  .menu-drawer summary.menu-drawer__menu-item {
    padding-right: 2.8rem !important;
    justify-content: space-between;
    background: none !important;
  }
  .menu-drawer__close-button {
    margin-top: 0 !important;
    background: none !important;
    font-size: 11px !important;
    font-weight: 450;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0.5rem 1.5rem 1.2rem 1.5rem !important;
  }
  .menu-drawer__close-button svg {
    margin-right: 4px;
  }
  .menu-drawer__submenu ul.menu-drawer__menu details {
    border-top: 1px solid #dfe0e0;
  }
  .menu-drawer__submenu ul.menu-drawer__menu details summary {
    font-size: 11px;
    font-weight: 450;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "brandon-grotesque";
    padding: 1.3rem 1.5rem;
  }
  .menu-drawer__submenu ul.menu-drawer__menu details .menu-drawer__submenu a {
    font-size: 14px;
    padding: 0.3rem 1.6rem;
    background: none !important;
  }
  .menu-drawer__submenu ul.menu-drawer__menu details .menu-drawer__submenu ul {
    margin-bottom: 1.5rem;
  }
  .menu-drawer__submenu ul.menu-drawer__menu details[open] summary svg {
    transform: rotate(180deg);
  }

  .menu-drawer__submenu ul.menu-drawer__menu .menu-drawer__submenu {
    position: relative;
    transform: unset;
    transition: unset;
  }
  .menu-drawer__submenu
    ul.menu-drawer__menu
    .menu-drawer__submenu
    .menu-drawer__close-button {
    display: none;
  }
  .menu-drawer .menu-drawer__navigation {
    padding: 0rem 0 1rem 0;
  }
  .menu-drawer predictive-search.search-modal__form {
    padding: 15px;
    border-bottom: 1px solid #dfe0e0;
    display: block;
    margin-bottom: 8px;
  }
  .menu-drawer .search-modal__form input {
    background: #f0f5f4;
  }
  .menu-drawer .menu-drawer__menu-item {
    padding: 1rem 1.6rem;
    font-family: Winslow;
    font-size: 16px;
    font-weight: 300;
  }
  .menu-drawer__utility-links {
    padding: 1rem 1.6rem !important;
    background-color: unset !important;
    border-top: 1px solid #dfe0e0;
  }
  .menu-drawer__utility-links .menu-drawer__localization,
  .menu-drawer__utility-links .list-social {
    display: none;
  }
  .menu-drawer__navigation-container {
    height: auto !important;
  }
  .predictive-search--header {
    top: 10% !important;
    margin: 0px 15px;
  }
  .menu-drawer predictive-search .field__label {
    font-weight: 390;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    top: 1.6rem;
    font-size: 10px;
  }
  .menu-drawer predictive-search .field:after {
    box-shadow: unset;
  }
  .menu-drawer__utility-links .link {
    color: #000;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
  }
  .menu-drawer__utility-links .link:not(.menu-drawer__account) {
    display: block;
    margin-top: 2px;
    margin-bottom: 8px;
  }
  .menu-drawer__utility-links .menu-drawer__account img {
    margin-right: 4px;
  }
  .menu-drawer summary.menu-drawer__menu-item {
    padding-right: 2.8rem !important;
    justify-content: space-between;
    background: none !important;
  }
  .menu-drawer__close-button {
    margin-top: 0 !important;
    background: none !important;
    font-size: 11px !important;
    font-weight: 450;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0.5rem 1.5rem 1.2rem 1.5rem !important;
  }
  .menu-drawer__close-button svg {
    margin-right: 4px;
  }
  .menu-drawer__submenu ul.menu-drawer__menu details {
    border-top: 1px solid #dfe0e0;
  }
  .menu-drawer__submenu ul.menu-drawer__menu details summary {
    font-size: 11px;
    font-weight: 450;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "brandon-grotesque";
    padding: 1.3rem 1.5rem;
  }
  .menu-drawer__submenu ul.menu-drawer__menu details .menu-drawer__submenu a {
    font-size: 14px;
    padding: 0.3rem 1.6rem;
    background: none !important;
  }
  .menu-drawer__submenu ul.menu-drawer__menu details .menu-drawer__submenu ul {
    margin-bottom: 1.5rem;
  }
  .menu-drawer__submenu ul.menu-drawer__menu details[open] summary svg {
    transform: rotate(180deg);
  }
  .menu-drawer__inner-submenu .megamenu-link-wrapper {
    text-decoration: none;
    color: inherit;
  }
  .menu-drawer__inner-submenu .megamenu-link-wrapper .megamenu-container {
    display: flex;
    align-items: center;
    padding: 1.6rem;
    border-top: 1px solid #dfe0e0;
    margin-top: -3px;
    z-index: 1;
    position: relative;
  }
  .menu-drawer__inner-submenu
    .megamenu-link-wrapper
    .megamenu-container
    .image-container {
    display: flex;
  }
  .menu-drawer__inner-submenu
    .megamenu-link-wrapper
    .megamenu-container
    .text-container {
    padding-left: 2rem;
  }
  .menu-drawer__inner-submenu
    .megamenu-link-wrapper
    .megamenu-container
    .text-container
    span.menu-drawer__menu-item {
    padding: 0;
    padding-bottom: 6px;
    font-size: 18px;
    background: none;
  }
  .menu-drawer__inner-submenu
    .megamenu-link-wrapper
    .megamenu-container
    .text-container
    p {
    font-size: 14px;
    line-height: 133%;
    margin: 0;
  }
}

.product__view-details.bundle-view,
quick-add-modal.bundle-quick-add .product__view-details:not(.bundle-view) {
  display: none !important;
}
quick-add-modal.bundle-quick-add .product__view-details.bundle-view {
  display: block !important;
  text-align: center;
  margin-top: 2rem;
}

.rebuy-cart__flyout-recommendations
  .rebuy-widget
  .rebuy-product-grid.large-style-line
  .rebuy-product-block
  .rebuy-product-actions
  .rebuy-button,
.rebuy-cart__flyout-recommendations
  .rebuy-widget
  .rebuy-product-grid.medium-style-line
  .rebuy-product-block
  .rebuy-product-actions
  .rebuy-button,
.rebuy-cart__flyout-recommendations
  .rebuy-widget
  .rebuy-product-grid.small-style-line
  .rebuy-product-block
  .rebuy-product-actions
  .rebuy-button {
  padding: 0.8rem 2px !important;
  font-size: 14px !important;
}
.custom-collection-grid .facets-wrapper {
  max-width: 124rem;
}

.page-width .c-slider-marquee {
  position: relative;
}

.page-width .c-slider-marquee:after {
  content: "";
  position: absolute;
  background: linear-gradient(
    90deg,
    #f0f5f4 7.22%,
    rgba(240, 245, 244, 0) 83.57%
  );
  width: 100px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.page-width .c-slider-marquee:before {
  content: "";
  position: absolute;
  background: linear-gradient(
    -90deg,
    #f0f5f4 7.22%,
    rgba(240, 245, 244, 0) 83.57%
  );
  width: 100px;
  height: 100%;
  top: 0;
  left: 100%;
  transform: translatex(-100%);
  z-index: 2;
}

@media screen and (max-width: 749px) {
  .page-width .c-slider-marquee:before,
  .page-width .c-slider-marquee:after {
    width: 50px;
  }
}

div#ln-accessories {
  background: url(/cdn/shop/files/HappyDots_Divider.png?v=1756928987);
  height: 22px;
  width: 100%;
  background-repeat: repeat-x;
  display: block;
  background-size: contain;
}

@media screen and (max-width: 749px) {
  .swiper-wrapper.featured-collection--mobile-grid.contains-card.contains-card--product {
    gap: 5rem 1.5rem;
  }

  .card__content {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
  }

  .featured-collection-section .card__information {
    padding-bottom: 0 !important;
  }

  .featured-collection-swiper {
    padding-bottom: 50px;
  }
}

/* Shorten Little Notes Collection Callout */

@media screen and (min-width: 750px) {
  body.little-notes
    .custom-collection-grid
    #product-grid
    li.promo-banner-wrapper.promo-banner-1
    .image-container {
    display: none;
  }

  body.little-notes
    .promo-banner-wrapper.promo-banner-1
    .promo-banner-container
    .heading-image {
    z-index: 0;
    top: calc(100% + 5rem);
    transform: translatey(-100%);
    left: -4rem;
  }
  body.little-notes
    .custom-collection-grid
    #product-grid
    li.promo-banner-wrapper.promo-banner-1
    .promo-1
    .text-container {
    z-index: 1;
    position: relative;
  }
  body.little-notes
    .custom-collection-grid
    #product-grid
    li.promo-banner-wrapper.promo-banner-1 {
    grid-row: span 1;
  }

  body.little-notes
    .custom-collection-grid
    #product-grid
    li.promo-banner-wrapper.promo-banner-1
    .promo-1 {
    height: 100%;
  }
}

/*

@media screen and (max-width: 749px) {
  body.little-notes .custom-collection-grid #product-grid li.promo-banner-wrapper.promo-banner-1 .promo-1 {
    text-align: center;
    padding-top: 4rem;
  }
}

@media screen and (max-width: 749px) {
  body.little-notes .promo-banner-wrapper.promo-banner-1 .promo-banner-container .heading-image {
    top: calc(100% + 5rem);
    transform: translate(-0%, -100%);
    left: 0;p
  }

  body.little-notes .promo-banner-wrapper.promo-banner-1 .promo-banner-container .heading-image img {
    max-width: 90% !important;
  }
}
*/
/* Instafeed Custom CSS */
#insta-feed .instafeed-new-layout-item img,
.instafeed-shopify .instafeed-new-layout-item img {
  width: calc(100% - 10px) !important;
  height: calc(100% - 10px) !important;
  border-radius: 10px !important;
}

.instafeed-new-layout-item {
  border: 2px dashed #e5eae9 !important;
  border-radius: 15px !important;
}

#insta-feed,
.instafeed-shopify,
.instafeed-new-layout-container {
  overflow: visible !important;
}

#insta-feed::before,
#insta-feed::after {
  --margin: 16px;
  content: "";
  display: block;
  height: 2px;
  background-size: contain;
  background-repeat: repeat-x;
}

#insta-feed::before {
  background-image: url("/cdn/shop/files/e_fran_social_border_top.png?v=1758078958");
  margin-bottom: var(--margin);
}

#insta-feed::after {
  background-image: url("/cdn/shop/files/e_fran_social_border_bottom.png?v=1758078958");
  margin-top: var(--margin);
}

.product-form.sold-out .klaviyo-bis-trigger {
  display: none !important;
}

.restock--message {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 10px;
  max-width: 400px;
}
