/** Shopify CDN: Minification failed

Line 795:0 Unexpected "}"

**/
/*================ "Footer" & "Footer minimal" ================*/
.section-footer--parallax {
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
  height: var(--footer-parallax-height);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .section-footer--parallax {
    position: relative;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}
.section-footer--parallax.section-footer--visible {
  opacity: 1;
  visibility: visible;
}

.site-footer {
  position: relative;
  z-index: 12;
  background: var(--bg);
  color: var(--text);
}
@media only screen and (min-width: 768px) {
  .site-footer[data-parallax-wavy] {
    --padding-top: max(var(--PT), 75px);
  }
}
.site-footer.wavy {
  margin-top: 18px;
  padding-bottom: var(--padding-bottom);
}
@media only screen and (max-width: 767px) {
  .site-footer.wavy {
    margin-top: 8px;
    --padding-bottom: calc(var(--PB) * 0.6);
  }
}
.site-footer.wavy .wave-svg {
  --footer-bg: var(--bg);
  top: calc(var(--wave-height) * -1 + 1px);
  bottom: auto;
  display: block;
  filter: none;
}
.site-footer.wavy .wave-svg__reversed {
  display: none;
}
.parallax-rounded-corners ~ .section-footer .site-footer {
  --padding-top: calc(var(--PT) * 0.6 + var(--radius-large));
}
@media only screen and (min-width: 768px) {
  .parallax-rounded-corners ~ .section-footer .site-footer {
    --padding-top: calc(var(--PT) + var(--radius-large));
  }
}
.section-footer--parallax .site-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--footer-parallax-height);
  transform: matrix(1, 0, 0, 1, 0, var(--transformY, 0));
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
}
@media only screen and (max-width: 767px) {
  .section-footer--parallax .site-footer {
    position: relative;
    transform: none;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .parallax-shadow ~ .section-footer--parallax .site-footer {
    --padding-top: max(var(--PT), 35px);
  }
}
@media only screen and (min-width: 768px) {
  .parallax-rounded-corners ~ .section-footer--parallax .site-footer {
    --padding-top: max(calc(var(--PT) + var(--radius-large)), calc(35px + var(--radius-large)));
  }
}
.wavy ~ .section-footer--parallax .site-footer:before {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - var(--footer-parallax-height));
  background: var(--bg);
  content: "";
}
@media only screen and (max-width: 767px) {
  .wavy ~ .section-footer--parallax .site-footer:before {
    display: none;
  }
}

.footer-content {
  overflow: hidden;
}

.footer-blocks {
  --gutter: 40px;
  --offset: calc(var(--gutter) * -1);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--gutter);
  padding-bottom: var(--gutter);
}
@media only screen and (min-width: 1024px) {
  .footer-blocks {
    display: flex;
    flex-flow: row wrap;
    margin: 0 calc(var(--offset) / 2);
    gap: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-blocks .footer-block--logo-full {
    grid-column: 1/-1;
  }
}

.footer-block {
  display: flex;
  flex-flow: column wrap;
  gap: var(--gutter-mobile);
}
@media only screen and (min-width: 1024px) {
  .footer-block {
    padding: 0 calc(var(--gutter) / 2) var(--gutter);
    flex: 0 0 var(--desktop-width);
  }
}

.text-center .footer-tags-list {
  justify-content: center;
}
.text-center.footer-block--logo {
  align-items: center;
}
.text-center.footer-block--newsletter .input-group--inline,
.text-center .footer-title--links {
  margin: 0 auto;
}

.footer-block .rte,
.footer-title,
.footer-title p,
.footer-title__button {
  margin: 0;
}

.footer-block .rte p:first-child {
  margin-top: 0;
}

.footer-block .rte p:last-child {
  margin-bottom: 0;
}

.footer-block__logo__image {
  display: block;
  max-width: 100%;
}

.footer-block__shop-name {
  color: var(--text);
  font-size: calc(1.125rem * var(--adjust-heading));
  margin-bottom: 0;
}

.footer-block--newsletter .footer-title {
  text-transform: var(--heading-caps);
}
.footer-block--newsletter.text-left .input-group {
  align-items: flex-start;
}
.footer-block--newsletter.text-center .input-group {
  align-items: center;
}
.footer-block--newsletter .input-group:has(.btn) {
  flex-direction: column;
}
.footer-block--newsletter .input-group:has(.btn) .input-group__item,
.footer-block--newsletter .input-group:has(.btn) .input-group__fields {
  flex-basis: 100%;
  max-width: 400px;
  width: 100%;
}
.footer-block--newsletter .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-title {
  color: var(--text);
}

.footer-title__button {
  text-align: left;
  -webkit-appearance: none;
}
@media only screen and (min-width: 768px) {
  .footer-title__button {
    display: block;
    cursor: text;
  }
  .footer-title__button .icon {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer-title__button {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 32px 5px 0;
    margin-bottom: calc(var(--gutter-mobile) * -1);
    transition: margin 0.3s ease;
  }
  .footer-title__button.is-expanded {
    margin-bottom: 0;
  }
  .footer-title__button .icon {
    top: 0;
    right: 0;
    width: 14px;
    height: 100%;
  }
}

.footer-link:hover,
.footer-copyright a:hover {
  color: var(--text-alpha-85);
}

.footer-link {
  transition: color 0.25s;
}

.footer-links {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  list-style: none;
  margin: 0;
  font-size: calc(1rem * var(--adjust-body));
}
@media only screen and (min-width: 768px) {
  .footer-links {
    transform: none;
  }
}

.footer-links li {
  margin-bottom: 0.5em;
}

.footer-links li:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .footer-links__wrapper {
    height: auto;
    opacity: 1;
    visibility: initial;
  }
}

.footer-articles-list {
  margin: 0;
  list-style: none;
  font-size: calc(1rem * var(--adjust-body));
  line-height: 1.29;
}
.footer-articles-list li {
  margin: 0 0 10px;
}

.footer-tags-list {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  word-break: break-word;
}
.footer-tags-list li {
  margin: 0 8px 8px 0;
}

.footer-link--tags {
  color: var(--text);
  border: var(--BORDER-WIDTH) solid var(--border);
  background: var(--bg);
  border-radius: var(--RADIUS-SMALL);
  font-size: calc(0.75rem * var(--adjust-body));
  text-transform: uppercase;
  letter-spacing: 0.02em;
  display: inline-block;
  padding: 5px 10px;
  transition: color 0.2s ease, border 0.2s ease;
}
.footer-link--tags:hover {
  border-color: var(--border-alpha-60);
  color: var(--text-alpha-50);
}

@media only screen and (max-width: 1023px) {
  .footer-block--divider {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .footer-block--divider-full {
    display: flex;
    grid-column: 1/-1;
  }
}
@media only screen and (max-width: 767px) {
  .footer-block--divider-full {
    display: none;
  }
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  color: inherit;
  position: relative;
  z-index: 110;
}
.footer-bottom:after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .footer-bottom {
    display: grid;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    column-gap: 10px;
    align-items: center;
    text-align: center;
  }
  .footer-bottom > :only-child {
    text-align: center;
  }
  .footer-bottom > :only-child .localization-form .select-popout__list {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-bottom > :first-child:not(:only-child) .footer-copyright {
    text-align: left;
  }
  .footer-bottom > :first-child:not(:only-child) .localization-form {
    justify-content: flex-start;
  }
  .footer-bottom > :last-child:not(:only-child) .footer-copyright {
    text-align: right;
  }
  .footer-bottom > :last-child:not(:only-child) .localization-form {
    justify-content: flex-end;
  }
  .footer-bottom .social-sharing-wrapper,
  .footer-bottom .payment-icon-list {
    display: grid;
    grid-template-columns: repeat(5, auto);
    row-gap: 10px;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-bottom > :first-child:not(:only-child) .localization-form .select-popout__list {
    margin-left: calc(-1 * var(--form-left));
  }
  .footer-bottom > :nth-child(2):not(:last-child) .localization-form .select-popout__list {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-bottom > :last-child:not(:only-child) .localization-form .select-popout__list {
    left: auto;
    right: 0;
    margin-right: calc(-1 * var(--form-left));
  }
  .related-products .grid__container .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom.text-center {
    align-items: center;
  }
  .footer-bottom.text-center .localization-form,
  .footer-bottom.text-center .payment-icon-list,
  .footer-bottom.text-center .social-sharing-wrapper {
    justify-content: center;
  }
  .footer-bottom.text-center .localization-form .select-popout__list {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-bottom.text-left .localization-form .select-popout__list {
    margin-left: calc(-1 * var(--form-left));
  }
}

.social-sharing-wrapper {
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .social-sharing-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: var(--gutter-mobile);
  }
}

.social-sharing-icon {
  display: inline-block;
  position: relative;
  opacity: 1;
  transition: opacity 0.25s;
  color: inherit;
  border-radius: 50%;
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  .social-sharing-icon {
    margin: 0 16px 10px 0;
  }
  .social-sharing-icon:last-child {
    margin-right: 0;
  }
  .text-center .social-sharing-icon {
    margin: 0 8px 10px;
  }
}
.social-sharing-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: var(--bg);
  border: 1px solid var(--text);
  opacity: 0;
  z-index: -1;
  will-change: transform, opacity;
}
.social-sharing-icon .icon {
  width: 30px;
  height: 30px;
  stroke: none;
  fill: currentcolor;
}
.social-sharing-icon .icon-rss-feed {
  padding: 3px 0;
}


@media only screen and (min-width: 768px) {
  .follow-on-shop {
    grid-column: 1/-1;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .follow-on-shop {
    flex-basis: 100%;
  }
}

.footer-copyright {
  font-size: calc(0.75rem * var(--adjust-body));
}
.footer-copyright a {
  color: inherit;
}

.footer-copyright__menu {
  margin-top: 10px;
}

.footer-copyright__link {
  margin-right: 10px;
}
.footer-copyright__link:last-child {
  margin-right: 0;
}

.payment-icon-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .payment-icon-list {
    direction: rtl;
  }
}
@media only screen and (max-width: 767px) {
  .payment-icon-list {
    margin-top: var(--gutter-mobile);
  }
}
.payment-icon-list > li {
  font-size: calc(1.375rem * var(--adjust-body));
  display: block;
  margin-left: 10px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .payment-icon-list > li {
    margin: 0 10px 10px 0;
  }
  .payment-icon-list > li:last-child {
    margin-right: 0;
  }
  .text-center .payment-icon-list > li {
    margin: 0 5px 10px;
  }
}

.payment-icon-list--greyscale {
  filter: grayscale(1);
}

.payment-icon {
  display: block;
}

.footer-block--logo-full {
  width: 100%;
}
.footer-block--logo-full.text-center {
  align-items: center;
}
.footer-block--logo-full.text-right {
  align-items: flex-end;
}

.body--rounded-corners-large .section-footer:not(.section-footer--parallax) {
  position: relative;
  z-index: 0;
}
.imageListSliderCls .featured-collection__container .background-size-cover, .imageListSliderCls .collection-promo__inner {
  background: transparent;
}


 

.footer-block__shop-name{
  display: none;
}
.site-footer span.wave-svg{
  background: url(/cdn/shop/files/footer-top-wave_00f20751-424a-461f-b433-d8e506e80b51.png?v=1748949517) repeat-x center;
  width: 100%;
  height: 50px;
  background-size: contain;
  position: relative;
  background-position: top;
}


@media screen and (min-width: 768px) {
  .site-footer .footer-content.wrapper {
    max-width: 1280px;
    width: 100%;
  }
  .site-footer .footer-block--menu ul.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 60px;
  }
  .footer-block.footer-block--logo {
    padding-bottom: 55px;
  }
  .footer-block.footer-block--menu {
    padding-bottom: 20px;
  }
  .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  
  .socials_paymentIcon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .footer-bottom .footer-copyright__content span.footer-copyright__powered{
    display: none;
  }
  .site-footer span.wave-svg svg {
    display: none;
  }
  .site-footer {
    padding-top: 20px;
  }
  .socials_paymentIcon ul.payment-icon-list {
    grid-template-columns: repeat(8, auto);
  }
  .footer-block--menu ul.footer-links li a.footer-link{
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }
  .footer-block--menu ul.footer-links li a.footer-link:hover, .footer-block--menu ul.footer-links li a.footer-link.active{
    font-weight: 600;
  }
  /* .footer-block--menu:last-child ul.footer-links li a.footer-link{
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
  } */
  .footer-block--menu ul.footer-links li {
    margin-bottom: 0;
  }
  .footer-bottom {
    padding-top: 30px;
  }
  span.footer-copyright__copy {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
  }
  .powerByText a{
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(255,255,255,0.4);
  }
  .socials_paymentIcon ul.payment-icon-list {
    margin-left: 25px;
  } 
  .footer-block.js-acc-item p.footer-title{
    display: none;
  }
  .site-footer .footer-bottom{
    padding-bottom: 25px;
  }
  .copyrightText.showMobile{
    display: none;
  }
  
}

@media screen and (min-width: 768px) {
  /* .footer-block.js-acc-item.accordion-single-item.footer-block--menu:nth-child(4) {
    display: none;
  } */
   .footer-block.js-acc-item.accordion-single-item.footer-block--menu:nth-child(4) .footer-link {
    font-size: 14px;
    color: rgba(255,255,255,0.5);
   }
   .footer-block.js-acc-item.accordion-single-item.footer-block--menu:nth-child(4) .footer-link:hover {
    color: rgba(255,255,255,1);
   }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
  .footer-blocks.js-acc-single{
    grid-template-columns: unset;
    gap: 0;
    padding-bottom: 5px !important;
  }
}

@media screen and (max-width: 989px){
  .socials_paymentIcon{
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .copyrightText.showDesktop{
    display: none;
  }
  .powerByText .copyrightText.showMobile span.footer-copyright__powered{
    display: none;
  }
  .footer-bottom .powerByText{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .footer-copyright span.footer-copyright__copy{
    font-size: 13px;
    font-weight: 20px;
    font-weight: 400;
  }
  .powerByText a.powerbytext{
    font-size: 13px;
    font-weight: 20px;
    font-weight: 400;
    color: rgba(255,255,255,0.43);
  }
  .footer-blocks.js-acc-single{
    padding-bottom: 25px !important;
    gap: 30px;
  }
  .footer-bottom.text-center{
    gap: 15px;
  }
  .footer-block.js-acc-item p.footer-title button.footer-title__button{
    font-family: "Work Sans", sans-serif !important;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
  }
  .footer-title__button .icon{
    width: 20px;
  }
  .footer-links__wrapper ul.footer-links li a.footer-link{
    font-size: 15px;
  }
  .site-footer span.wave-svg svg{
    display: none;
  }
  .site-footer span.wave-svg{
    top: -57px !important;
  }
  #SiteFooter .footer-block__logo-image{
    margin-bottom: 10px;
  }
  .related-products .grid__container .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* @media screen and (max-width: 639px){
  .site-footer span.wave-svg{
    background: url(/cdn/shop/files/footer_mob_bg.png?v=1751372812) repeat-x center;
    width: 100%;
  }
} */

@media screen and (max-width: 480px) {
  .site-footer span.wave-svg {
    top: -47px !important;
  }
  .related-products .grid__container .grid .mobile--one-whole{
    grid-column: auto;
  }
  .quick__form button.btn-quick-buy {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  .quick__form button.btn-quick-buy .btn__inner{
    min-height: 30px;
    min-width: 30px;
    max-width: 30px;
  }
  .btn-quick-buy .btn__inner svg.cart_icon{
    width: 14px;
    min-width: 14px;
    height: 18px;
  }
  }
}