/** Shopify CDN: Minification failed

Line 11:6 Unexpected "<"
Line 18:0 All "@import" rules must come first
Line 54:37 Expected identifier but found "!"
Line 54:40 Expected identifier but found "!"

**/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

.jost-<uniquifier > {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

@import url("https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap");

.mrs-saint-delafield-regular {
  font-family: "Mrs Saint Delafield", cursive;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Nexa Bold";
  src: url("/cdn/shop/files/NexaBold.woff2?v=1748076992")
      format("woff2"),
    url("/cdn/shop/files/NexaBold.woff?v=1748077019")
      format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --main-color: #dcdcdc;
}
/* Show mega menu on hover */

.header__heading-logo {
    height: 70px !important;
    max-width: 100%;
    object-fit: contain !important;
    object-position:top;
}
.mega-menu__list {
    grid-template-columns: repeat(5,1fr) !important;
}
div#predictive-search-results ul#predictive-search-results-queries-list a, .predictive-search__pages-wrapper ul li a, ul#predictive-search-results-products-list li a {
    width: 100% !important;
}

body.search div#product-grid .card__inner.ratio {
    --ratio-percent: 100% !important;!i;!;
}

body.search li.grid__item.scroll-trigger.animate--slide-in {
    box-shadow: 0 0 10px #0000000d;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

body.search ul.grid.product-grid.grid--2-col-tablet-down.grid--4-col-desktop {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}
.scrolled-past-header .header__heading-logo {
    height: auto !important;
    max-width: 100%;
    object-fit: contain !important;
    object-position: top;
}
body.search ul.grid.product-grid.grid--2-col-tablet-down.grid--4-col-desktop span.price-item.price-item--regular {
    font-size: 13px;
    color: #a54201;
}
li.header__menu-item-wrapper.has-mega-menu .mega-menu__content.color-scheme-1.gradient.motion-reduce.global-settings-popup {
    top: 80px !important;
}
.has-mega-menu .mega-menu__content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.mega-menu__content li a {
    color: #000 !important;
}
.index li.header__menu-item-wrapper.has-mega-menu .header__menu-item.list-menu__item.link.focus-inset {
    color: #fff;
}
.scrolled-past-header li.header__menu-item-wrapper.has-mega-menu .header__menu-item.list-menu__item.link.focus-inset {
    color: #000;
}
.index li.header__menu-item-wrapper.has-mega-menu span {
    color: #fff;
    text-decoration: none;
}
li.header__menu-item-wrapper.has-mega-menu span {
    text-decoration: none;
}
.scrolled-past-header li.header__menu-item-wrapper.has-mega-menu span {
    color: #000;
}
 li.header__menu-item-wrapper.has-mega-menu .header__menu-item.list-menu__item.link.focus-inset svg.icon.icon-caret {
    display: none;
}
li.header__menu-item-wrapper.has-mega-menu .header__menu-item.list-menu__item.link.focus-inset span{
  position:relative;
}
li.header__menu-item-wrapper.has-mega-menu .header__menu-item.list-menu__item.link.focus-inset span:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 15px;
    background: url("/cdn/shop/files/down-arrow.png?v=1760207372");
    right: -20px;
    background-size: contain;
    filter: invert(0);
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    background-position: bottom;
    transition: all .3s ease-in-out;
}
.index li.header__menu-item-wrapper.has-mega-menu .header__menu-item.list-menu__item.link.focus-inset span:before{
  filter:invert(1);
}
.scrolled-past-header li.header__menu-item-wrapper.has-mega-menu .header__menu-item.list-menu__item.link.focus-inset span:before {
    filter: invert(0);
}
.has-mega-menu:hover .mega-menu__content {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Optional: Improve caret rotation on hover */
.has-mega-menu:hover .icon-caret {
  transform: rotate(180deg);
}

body.index {
  background: #fff !important;
}
.index .card.card--card,
.card-wrapper {
  box-shadow: unset !important;
}
.animate--hover-3d-lift .card-wrapper:hover .card--card {
  transform: unset !important;
}
.myslider.announcment-slider-custom {
  background: var(--main-color);
}
.myslider.announcment-slider-custom .item.slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.myslider.announcment-slider-custom {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.myslider.announcment-slider-custom.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.myslider.announcment-slider-custom .item.slick-slide img {
  width: 20px;
  height: 20px;
}

.myslider.announcment-slider-custom .item.slick-slide h2 {
  font-size: 14px;
  font-family: "Nexa Bold";
  padding: 0px 5px;
  margin: 10px 0px !important;
}
/*Header  */
.index header.header.header--middle-left {
  position: absolute;
  width: 100%;
  background:transparent;

}

.index header.header.header--middle-left img.header__heading-logo.motion-reduce {
  filter: invert(1);
}

.index header.header.header--middle-left
  nav.header__inline-menu
  ul.list-menu.list-menu--inline
  li
  a {
  color: #fff;
}
header.header.header--middle-left
  nav.header__inline-menu
  ul.list-menu.list-menu--inline
  li
  a {
  color: #000;
  text-decoration:unset !important;
}
.index header.header.header--middle-left
  nav.header__inline-menu
  ul.list-menu.list-menu--inline
  li
  a
  span.header__active-menu-item {
  color: #fff;
  text-decoration: none;
}
header.header.header--middle-left
  nav.header__inline-menu
  ul.list-menu.list-menu--inline
  li
  a
  span.header__active-menu-item {
  text-decoration: none;
}
header.header.header--middle-left
  nav.header__inline-menu
  ul.list-menu.list-menu--inline
  li
  header-menu
  details#Details-HeaderMenu-3
  span {
  color: #fff;
}

header.header.header--middle-left
  nav.header__inline-menu
  ul.list-menu.list-menu--inline
  li
  header-menu
  details#Details-HeaderMenu-3
  svg.icon.icon-caret
  path {
  fill: #fff;
}
.header {
    background: #fff;
}
.index .header {
    background: unset;
}
.index .header__icons.header__icons--localization.header-localization svg path {
  fill: #fff;
  width: 20px;
  height: 20px;
}
header.header.header--middle-left svg.icon.icon-cart-empty {
  height: 40px !important;
  width: auto !important;
}
.header__icons.header__icons--localization.header-localization
  summary.header__icon,
.header__icons.header__icons--localization.header-localization a {
  width: 30px;
  margin-left: 10px;
}
header.header.header--middle-left .header__icon .icon {
  height: 20px;
  width: 20px;
}
body header ul.list-menu.list-menu--inline li span {
  font-size: 16px;
    text-decoration:unset !important;
}
.cart-count-bubble {
    background: #a59f9f;
    color: #fff;
    top: 10px;
    left: unset;
    right: -15px;
}
.scrolled-past-header header.header.header--middle-left {
  background: #fff;
  box-shadow: 0 0 10px #00000066;
}
.scrolled-past-header
  header.header.header--middle-left
  img.header__heading-logo.motion-reduce {
  filter: invert(0);
}
.scrolled-past-header
  header.header.header--middle-left
  nav.header__inline-menu
  ul.list-menu.list-menu--inline
  li
  a,
.scrolled-past-header
  header.header.header--middle-left
  nav.header__inline-menu
  ul.list-menu.list-menu--inline
  li
  header-menu
  details#Details-HeaderMenu-3
  span,
.scrolled-past-header
  header.header.header--middle-left
  nav.header__inline-menu
  ul.list-menu.list-menu--inline
  li
  a
  span.header__active-menu-item {
  color: #000;
}
.scrolled-past-header
  .header__icons.header__icons--localization.header-localization
  svg
  path,
.scrolled-past-header
  header.header.header--middle-left
  nav.header__inline-menu
  ul.list-menu.list-menu--inline
  li
  header-menu
  details#Details-HeaderMenu-3
  svg.icon.icon-caret
  path {
  fill: #000;
}
/*Home banner  */
.home-banner .slideshow__text.banner__box {
  padding: 0;
  max-width: 450px;
}

.home-banner .slideshow__text-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
}
.home-banner {
  height: 85vh;
}
.home-banner .slideshow.banner h2.banner__heading {
  font-size: 60px;
  font-weight: 500;
}
.home-banner  .slideshow__text-wrapper.banner__content {
    justify-content: center;
}
.home-banner .slideshow.banner p {
  font-size: 16px;
  color: #fff;
}
/* btns */
body .home-banner a.button.button--primary,
.Custom-collection a.button,
.image-custom-banner a.button.button--primary,
.Custom-products-list a.button, .collection .button--full-width , body.product .product-form__buttons button {
  position: relative;
  border-radius: 50px;
  background: #fff !important;
  font-family: "Nexa Bold";
  line-height: 1;
  padding: 15px 30px !important;
  transition: all 0.5s ease-in-out !important;
  transform: scale(1);
  overflow:hidden;
  font-size: 12px !important;
  border: 1px solid #000 !important;
}
.collection .button--full-width{
  color:#000 !important;
}
.home-banner a.button.button--primary:before,
.Custom-collection a.button:before,
.image-custom-banner a.button.button--primary:before,
.Custom-products-list a.button:before , .collection .button--full-width:before , body.product .product-form__buttons button:before{
  position: absolute;
  content: "";
  width: 100%;
  background: var(--main-color);
  height: 100%;
  right: 100%;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.home-banner a.button.button--primary:hover:before,
.Custom-collection a.button:hover:before,
.image-custom-banner a.button.button--primary:hover:before,
.Custom-products-list a.button:hover:before,.collection .button--full-width:hover:before , body.product .product-form__buttons button:hover:before{
  right: 0;
}
.home-banner a.button.button--primary:hover,
.Custom-collection a.button:hover {
  /* transform: translateX(30px);
  border: 1px solid transparent; */
}
body.product .product-form__buttons button{
  color: #000 !important;
}
body .button:before {
  box-shadow: unset !important;
}
/* btns */
ul#product-grid li {
    box-shadow: 0 0 30px #7977771c;
    border-radius: 20px;
}
/*Collection-list  */
.Custom-collection {
  background: #fff !important;
  padding: 20px 0px;
}

.Custom-collection .title-wrapper-with-link {
  justify-content: center;
}

.Custom-collection .title-wrapper-with-link h2,
.testimonials-section .head-testimonials h2 {
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

.Custom-collection .title-wrapper-with-link h2:before,
.Custom-products-list .collection__description p:before,
.testimonials-section .head-testimonials h2:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 3px;
  background: #a54201;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.Custom-collection .card-wrapper,
.Custom-collection .card {
  box-shadow: unset !important;
  border-radius: 10px;
}
.Custom-collection span.icon-wrap {
  display: none;
}
.Custom-collection .card__media {
  border-radius: 100% !important;
}

.Custom-collection ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  padding-top: 30px;
}

.Custom-collection ul li {
  width: 100% !important;
  max-width: 100% !important;
}
.Custom-collection h3.card__heading a.full-unstyled-link {
  min-height: unset !important;
  font-size: 12px;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}
.Custom-collection .collection-list-wrapper .card-wrapper {
  height: unset !important;
}
/*custom-banner  */
.image-custom-banner h2.banner__heading.inline-richtext {
  font-size: 40px;
  font-weight: 500;
}
.image-custom-banner {
  min-height: 40rem !important;
}
.image-custom-banner .banner__text.rte.body p {
  font-size: 16px;
  max-width: 70%;
  color: #fff;
}
/*product  */
.Custom-products-list .collection__description p {
  font-size: 40px;
  color: #000;
  font-weight: 500;
  position: relative;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.Custom-products-list h2 {
  font-size: 14px;
  text-align: center;
  margin: 0px !important;
}
.Custom-products-list .collection__description p:before {
  bottom: 0;
}
.Custom-products-list .slider-buttons .slider-counter.caption {
  display: none;
}
.Custom-products-list .slider-buttons button.slider-button,
.Custom-collection .slider-buttons button {
  background: #000;
  border-radius: 50px;
  width: 36px;
  height: 36px;
}

.Custom-products-list .slider-buttons button.slider-button svg path,
.Custom-collection .slider-buttons button svg path {
  fill: #fff;
}
.Custom-products-list .slider-buttons {
  gap: 10px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}
.Custom-collection .slider-buttons {
  gap: 15px;
}
.Custom-products-list slider-component {
  padding-left: calc(5rem - 18px) !important;
  padding-top: 50px !important;
}
.Custom-products-list slider-component ul {
  margin: 0;
}
.Custom-products-list slider-component ul li:hover .card__media {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.Custom-products-list slider-component ul li .card__media {
  transition: all 0.5s ease-in-out;
}
.Custom-products-list slider-component ul li h3 {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.Custom-products-list
  slider-component
  ul
  li
  span.price-item.price-item--regular {
  font-size: 13px !important;
  color: #a54201;
  font-weight: 500;
}
/* review */
.testimonials-section {
  border-radius: 20px;
  max-width: 1440px;
  padding: 40px;
  margin: 10px 100px;
  box-shadow: 0 0 10px #00000030;
  background: #f5f5f5;
  padding-bottom: 0px;
}
.testimonials-section .head-testimonials h2 {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.testimonials-section-row.slick-initialized.slick-slider.slick-dotted {
  padding: 40px 0px;
}
.name-testimonials {
  font-size: 16px;
  color: #000;
  text-align: center;
  max-width: 50%;
  margin: 0 auto;
}
.description-testimonials {
  color: #a54202;
  text-align: center;
  max-width: 50%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  padding-top: 30px;
}
.testimonials-section ul.slick-dots {
  max-width: 50%;
  margin: 0 auto;
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 10px;
  padding-top: 20px;
}

.testimonials-section ul.slick-dots li button {
  border-radius: 50px;
  border: none;
  color: #00000000;
  background: #00000082;
  width: 13px;
  height: 13px;
}
.testimonials-section ul.slick-dots li.slick-active button {
  animation: blink-ring 1.5s ease-in-out infinite;
  background: #000;
}

@keyframes blink-ring {
  0% {
    box-shadow: 0 0 0 0 #7070708c, 0 0 0 4px #70707063;
  }
  50% {
    box-shadow: 0 0 0 0 #7070708c, 0 0 0 3px #70707063;
  }
  100% {
    box-shadow: 0 0 0 0 #7070708c, 0 0 0 4px #70707063;
  }
}

/*newsletter  */
body.index .newsletter .content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/cdn/shop/files/newsm.webp?v=1748096947);
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
body.index .newsletter h2 {
  font-family: "Mrs Saint Delafield", cursive;
  color: #fff;
}

body.index
  .newsletter
  .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
  margin: 0 auto;
  color: #fff;
  font-size: 30px;
}

body.index .newsletter .newsletter__wrapper {
  padding: 100px 0px !important;
}

body.index .newsletter .field input {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
}

body.index .newsletter .field:before,
body.index .newsletter .field:after {
  display: none;
}

body.index .newsletter .field button#Subscribe svg path {
  fill: #fff;
}

body.index .newsletter .field label {
  color: #fff;
  font-size: 14px;
  top: 20px;
  font-weight: 400;
}
body.index .newsletter .field__input:focus ~ .field__label {
  top: 5px !important;
}
body.index .newsletter.center {
  margin: 50px 0px 0px;
}
/*custom-multicolmn  */
.custom-multicolumn ul li .multicolumn-card.content-container {
  background: #fff;
}

.custom-multicolumn
  ul
  li
  .multicolumn-card.content-container
  .media.media--transparent.media--adapt {
  padding-bottom: 0% !important;
}

.custom-multicolumn
  ul
  li
  .multicolumn-card.content-container
  h3.inline-richtext {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #000;
}

.custom-multicolumn ul li .multicolumn-card.content-container .rte p {
  font-size: 12px;
  text-align: center;
  color: #000;
}

.custom-multicolumn
  ul
  li
  .multicolumn-card.content-container
  img.multicolumn-card__image {
  margin: 0 auto;
  position: relative;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease-in-out;
}

.custom-multicolumn
  ul
  li
  .multicolumn-card.content-container
  .multicolumn-card__image-wrapper {
  text-align: center;
  margin: 0 auto;
}

.custom-multicolumn
  ul
  li
  .multicolumn-card.content-container:hover
  img.multicolumn-card__image {
  transform: translateX(20px);
}

.custom-multicolumn
  ul
  li
  .multicolumn-card.content-container
  .multicolumn-card__info {
  padding: 20px 0px;
}

.custom-multicolumn ul li {
  width: 100% !important;
  max-width: 100% !important;
}

.custom-multicolumn ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.custom-multicolumn .page-width {
  padding-bottom: 0px;
}
/*Footer  */
.footer .class1 .footer-block__details-content.footer-block-image.center {
  display: block;
}

.footer .class1 .footer-block__image-wrapper {
  max-width: 100% !important;
  display: flex;
  flex-flow: column-reverse;
}

.footer .class1 .footer-block__image-wrapper p {
  font-size: 14px;
  text-align: left;
}

.footer .class1 .footer-block__image-wrapper img {
  width: 100px;
}
.footer__blocks-wrapper {
  display: grid !important;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.footer__blocks-wrapper > div {
  width: 100% !important;
  max-width: 100% !important;
}
footer.footer {
  background: #f5f5f5 !important;
}
.footer-block--newsletter.scroll-trigger.animate--slide-in {
  max-width: 30%;
  margin: 0 auto;
}

.footer-block--newsletter.scroll-trigger.animate--slide-in
  h2.footer-block__heading.inline-richtext {
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
}

.footer-block--newsletter.scroll-trigger.animate--slide-in
  .newsletter-form__field-wrapper
  input {
  background: #fff;
  border-radius: 50px !important;
  border: 1px solid;
  padding: 20px !important;
}

.footer-block--newsletter.scroll-trigger.animate--slide-in
  .newsletter-form__field-wrapper
  .field::before,
.footer-block--newsletter.scroll-trigger.animate--slide-in
  .newsletter-form__field-wrapper
  .field::after {
  display: none;
}

.footer-block--newsletter.scroll-trigger.animate--slide-in
  .newsletter-form__field-wrapper
  input:focus {
  outline: unset;
  box-shadow: unset;
}

.footer-block--newsletter a.link.list-social__link svg.icon.icon-instagram,
.footer-block--newsletter .svg-wrapper {
  width: 30px;
  height: 30px !important;
}
.footer__content-bottom.scroll-trigger.animate--slide-in {
  display: flex;
  border-color: #000;
  max-width: 90%;
  margin: 0 auto;
  flex-flow: row-reverse;
}
.header__menu-item.list-menu__item.link.focus-inset {
    color: #000;
}

/* pagenation */
ul.pagination__list.list-unstyled li a {
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    text-decoration: unset;
    border-radius: 50px;
    font-size: 13px;
    opacity: 0.7;
    transition: all .3s ease-in-out;
}

ul.pagination__list.list-unstyled li a:after {
    opacity:0;
}

ul.pagination__list.list-unstyled li a.pagination__item.pagination__item--current.light {
    opacity: 1;
}

ul.pagination__list.list-unstyled li a:hover {
    background: #fff;
    color: #000;
}
.about-us header.page-width{
  max-width:100%;
}
@media screen and (max-width: 1024px) {
  .scrolled-past-header header.header.header--middle-left,
  header.header.header--middle-left.header--mobile-center {
    max-width: 100% !important;
    padding: 0px 20px !important;
  }
  body.search ul.grid.product-grid.grid--2-col-tablet-down.grid--4-col-desktop {
    grid-template-columns:  1fr 1fr;
}
  body.index .Custom-collection ul li {
    width: auto !important;
    max-width: 100% !important;
  }
  .Custom-collection ul {
    display: grid;
  }
  .Custom-collection .slider-counter,
  .Custom-collection a.link {
    display: none;
  }
  .home-banner .slideshow.banner h2.banner__heading,
  .image-custom-banner h2.banner__heading.inline-richtext,
  .Custom-products-list .collection__description p {
    font-size: 30px;
    text-align: left;
  }
  .testimonials-section {
    margin: 10px 20px;
  }
  .name-testimonials,
  .description-testimonials {
    max-width: 100%;
  }
  .main-block-testimonials {
    padding: 0px 20px;
  }
  .custom-multicolumn ul li {
    width: 100% !important;
    max-width: 100% !important;
  }
  .custom-multicolumn ul {
    padding: 0px 20px !important;
  }
  .footer-block.grid__item.scroll-trigger.animate--slide-in {
    padding: 0px !important;
  }
  summary.header__icon.header__icon--menu.header__icon--summary.link.focus-inset
    svg.icon.icon-hamburger
    path {
    fill: #fff;
  }
  .scrolled-past-header
    summary.header__icon.header__icon--menu.header__icon--summary.link.focus-inset
    svg.icon.icon-hamburger
    path {
    fill: #000;
  }
  .home-banner .slideshow__text {
    height: 85vh;
    align-items: start;
  }
}
@media screen and (max-width: 991px) {
  .footer__blocks-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px !important;
  }
  .footer-block.grid__item.scroll-trigger.animate--slide-in {
    padding: 0px !important;
  }
  .footer-block--newsletter.scroll-trigger.animate--slide-in {
    max-width: 80%;
    margin: 0 auto;
  }
  .footer__content-bottom.scroll-trigger.animate--slide-in
    .footer__content-bottom-wrapper.page-width {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 767px) {
  .scrolled-past-header header.header.header--middle-left,
  header.header.header--middle-left.header--mobile-center {
    max-width: 100% !important;
    padding: 0px 20px !important;
  }
  body.search ul.grid.product-grid.grid--2-col-tablet-down.grid--4-col-desktop {
    grid-template-columns: 1fr;
}
  .image-custom-banner .banner__text.rte.body p{
    max-width:100%;
  }
  header.header.header--middle-left .header__icon .icon path {
    fill: #000 !important;
}
body.index header.header.header--middle-left .header__icon .icon path {
    fill: #ffffff !important;
}

body.index .scrolled-past-header header.header.header--middle-left .header__icon .icon path {
    fill: #000000 !important;
}
.menu-opening svg.icon.icon-close path {
    fill: #fff;
}
  body.index .Custom-collection ul li {
    width: 50% !important;
    height: auto !important;
  }
  body {
    overflow-y: scroll;
  }
  .home-banner .slideshow__text {
    height: 85vh;
    align-items: start;
  }
  .home-banner .slideshow__text.banner__box {
    padding: 20px;
  }
  .home-banner .slideshow.banner p {
    font-size: 12px !important;
    color: #fff;
  }
  summary.header__icon.header__icon--menu.header__icon--summary.link.focus-inset
    svg.icon.icon-hamburger
    path {
    fill: #fff;
  }
  .scrolled-past-header
    summary.header__icon.header__icon--menu.header__icon--summary.link.focus-inset
    svg.icon.icon-hamburger
    path {
    fill: #000;
  }
  .Custom-products-list slider-component {
    padding-left: 0 !important;
  }
  .Custom-collection ul {
    display: flex;
  }
  .Custom-collection ul .card__content .card__information,
  .Custom-collection ul .card__content {
    padding: 20px 0px;
  }
  .Custom-collection h3.card__heading a.full-unstyled-link {
    font-size: 14px;
  }
  .Custom-products-list slider-component ul li h3 {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .Custom-products-list slider-component ul .card__media {
    margin: 0px;
    width: 100%;
  }

  .Custom-products-list slider-component ul .card__information {
    padding-left: 0;
  }

  .Custom-products-list slider-component ul .card__content {
    padding-left: 0px;
  }
  .custom-multicolumn ul,
  .footer__blocks-wrapper {
    grid-template-columns: 1fr;
  }
  body.index .newsletter .content-container--full-width:after {
    background-size: cover;
    background-position: center;
  }
  body.index .newsletter .newsletter__wrapper {
    padding: 70px 20px !important;
  }
  .testimonials-section {
    padding: 20px;
  }
  .testimonials-section ul.slick-dots {
    padding-left: 0px !important;
  }
  .footer__content-top.page-width {
    max-width: 100%;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-block--newsletter.scroll-trigger.animate--slide-in {
    max-width: 100%;
    display: block;
  }
  .footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in {
    margin-bottom: 0px;
    margin-top: 0;
  }
  .footer-block--newsletter.scroll-trigger.animate--slide-in
    h2.footer-block__heading.inline-richtext {
    text-align: left;
  }
  .footer__content-bottom.scroll-trigger.animate--slide-in {
    flex-flow: column;
  }
}
