/** Shopify CDN: Minification failed

Line 5270:5 Expected identifier but found whitespace
Line 5270:6 Unexpected "#43423C"
Line 11997:0 Unexpected "}"
Line 15368:0 Unexpected "}"
Line 20317:43 Expected identifier but found "!"
Line 20871:0 Unexpected "}"

**/
@charset "utf-8";

/**
 * ----------------------------------------------------------------------------------------------
 * This is a variation of Normalize.css (http://necolas.github.io/normalize.css/)
 * ----------------------------------------------------------------------------------------------
 */
/**
 * Base
 */
*,
*:before,
*:after {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
  margin: 0;
  /* overflow: hidden; */
}

[hidden] {
  display: none !important;
}

/**
 * HTML5 display definitions
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Text-level semantic
 */
:active {
  outline: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-size: inherit;
  font-weight: inherit;
}

p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

/**
 * Embedded content
 */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: top;
}

/**
 * Grouping content
 */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1rem;
}

/**
 * Forms
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type=submit] {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  -moz-appearance: none;
  border-radius: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

.is-tabbing input[type=radio]:focus + label {
  /* Helps improving accessibility */
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 6px 10px 12px;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/**
 * Tables
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
.flickity-enabled {
  position: relative;
  overflow: visible !important;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  will-change: transform;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* page dots */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  padding: 0;
  bottom: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  background: rgba(var(--text-color-rgb), 0.8);
  border-radius: 100%;
  cursor: pointer;
  transform: scale(1);
  will-change: transform;
  transition: background 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.flickity-page-dots .dot::before {
  position: absolute;
  content: "";
  top: -4px;
  right: -4px;
  left: -4px;
  bottom: -4px;
}

.flickity-page-dots .dot.is-selected {
  transform: scale(1.35);
  background: var(--heading-color);
}

/* prev/next buttons */
.flickity-prev-next-button {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  border-radius: 100%;
  visibility: visible;
  background: rgba(246, 244, 240, 0.4);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  /* transform: scale(0.7); */
  z-index: 1;
  border: 1px solid var(--accent-color);
}
.product-gallery .flickity-prev-next-button{
	opacity: 1;
	top: 50%;
	transform: translate(0px,-50%);
	/* bottom: 30px; */
	width: 60px;
  	height: 60px;
}

.flickity-prev-next-button:hover {
  background: var(--accent-color);
}
.flickity-prev-next-button svg {
  position: relative;
  width: 20px;
  height: 15px;
  fill: var(--accent-color);
  vertical-align: middle;
}
.flickity-prev-next-button:hover svg{
	fill: var(--footer-body-text-color);
 }
.flickity-prev-next-button[disabled] {
  opacity: 0.25;
  pointer-events: none;
  /* visibility: hidden; */
}

.flickity-prev-next-button.previous {
  left: -25px;
}
.flickity-prev-next-button.previous svg {
  left: 1px;
}

.flickity-prev-next-button.next {
  right: -25px;
}
.flickity-prev-next-button.next svg {
  left: -1px;
  transform:rotate(180deg);
}

.product-gallery .flickity-prev-next-button.previous {
	left: 7px;
 }
.product-gallery .flickity-prev-next-button.next {
	right: 7px;
 }
.flickity-enabled:hover .flickity-prev-next-button:not([disabled]) {
  /* transform: scale(1); */
  opacity: 1;
}
@media (min-width: 640px){
	.product-gallery .flickity-prev-next-button svg path:nth-child(2) {
		display: none;
	 } 
}
@media (max-width: 639.98px){
	.product-gallery .flickity-prev-next-button svg path:nth-child(1) {
		display: none;
	 } 
	 .product-gallery .flickity-prev-next-button svg{
		fill: none;
		stroke: var(--accent-color);
		width: auto;
		height: 13px;
	}
	.product-gallery .flickity-prev-next-button {
		width: 32px;
		height: 32px;
		border: 1px solid var(--border-color);
		background: var(--secondary-background);
	}
	 .product-gallery .flickity-prev-next-button.next svg {
		transform: translate(-23%, -5%) rotate(180deg);
	}
	.product-gallery .flickity-prev-next-button.previous svg {
		transform: translate(18%, 7%)

	}
	.product-gallery .flickity-prev-next-button{
		background-color: #EFEDE7;
	}
	/* .product-gallery .flickity-prev-next-button:hover,
	.product-gallery .flickity-prev-next-button:active{
		background-color: #f1f1f1;
	} */
	/* .product-gallery .flickity-prev-next-button:hover svg path,
	.product-gallery .flickity-prev-next-button:active svg path{
		stroke: #fff;
	} */
}
/*
   flickity-fade

   NOTE: there is currently a bug in Flickity-fade when there are only 2 slides (https://github.com/metafizzy/flickity-fade/issues/1),
         which requires currently those ugly !important rules to fix the issue
 */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
  visibility: hidden;
  transition: opacity 0.3s linear, visibility 0.3s linear !important;
  opacity: 0 !important;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
  visibility: visible;
  opacity: 1 !important;
}

/* Make sure that if Flickity is embedded within a modal, the slideshow are not with auto pointer events */
.modal[aria-hidden=true] .flickity-slider > * {
  pointer-events: none !important;
}

/* Temporary fix for slideshow, should be fixed once Flickity is fixed */
.product-gallery__carousel.is-fade .flickity-slider > * {
  transition: opacity 0.3s linear !important;
}
@-webkit-keyframes drift-fadeZoomIn {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes drift-fadeZoomIn {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes drift-fadeZoomOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes drift-fadeZoomOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes drift-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes drift-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@-webkit-keyframes drift-loader-before {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(6px);
  }
  25% {
    transform: scale(1.3) translateX(8px);
  }
  40% {
    transform: scale(1.2) translateX(6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(6px);
  }
  75% {
    transform: scale(0.7) translateX(8px);
  }
  90% {
    transform: scale(0.8) translateX(6px);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes drift-loader-before {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(6px);
  }
  25% {
    transform: scale(1.3) translateX(8px);
  }
  40% {
    transform: scale(1.2) translateX(6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(6px);
  }
  75% {
    transform: scale(0.7) translateX(8px);
  }
  90% {
    transform: scale(0.8) translateX(6px);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes drift-loader-after {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(-6px);
  }
  25% {
    transform: scale(1.3) translateX(-8px);
  }
  40% {
    transform: scale(1.2) translateX(-6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(-6px);
  }
  75% {
    transform: scale(0.7) translateX(-8px);
  }
  90% {
    transform: scale(0.8) translateX(-6px);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes drift-loader-after {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(-6px);
  }
  25% {
    transform: scale(1.3) translateX(-8px);
  }
  40% {
    transform: scale(1.2) translateX(-6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(-6px);
  }
  75% {
    transform: scale(0.7) translateX(-8px);
  }
  90% {
    transform: scale(0.8) translateX(-6px);
  }
  100% {
    transform: scale(1);
  }
}

.drift-zoom-pane {
  position: absolute;
  background: var(--secondary-background);
  top: 0;
  left: 0;
  height: 520px;
  width: 100%;
  max-width: 520px;
  z-index: 2;
  border: 1px solid var(--accent-color);
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(#000000, 0.2);
  /* This is required because of a bug that causes border-radius to not work with child elements in certain cases. */
  transform: translate3d(0, 0, 0);
}

.drift-zoom-pane.drift-opening {
  -webkit-animation: drift-fadeZoomIn 180ms ease-out;
          animation: drift-fadeZoomIn 180ms ease-out;
}

.drift-zoom-pane.drift-closing {
  -webkit-animation: drift-fadeZoomOut 210ms ease-in;
          animation: drift-fadeZoomOut 210ms ease-in;
}

.drift-zoom-pane.drift-inline {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.drift-loading .drift-zoom-pane-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  -webkit-animation: drift-loader-rotate 1800ms infinite linear;
          animation: drift-loader-rotate 1800ms infinite linear;
}

.drift-zoom-pane-loader:before,
.drift-zoom-pane-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(var(--text-color-rgb), 0.4);
}

.drift-zoom-pane-loader:before {
  left: 0;
  -webkit-animation: drift-loader-before 1800ms infinite linear;
          animation: drift-loader-before 1800ms infinite linear;
}

.drift-zoom-pane-loader:after {
  right: 0;
  -webkit-animation: drift-loader-after 1800ms infinite linear;
          animation: drift-loader-after 1800ms infinite linear;
  -webkit-animation-delay: -900ms;
          animation-delay: -900ms;
}

.drift-bounding-box {
  background-color: rgba(var(--accent-color-rgb), 0.05);
  border: 1px solid var(--accent-color);
  border-radius: 3px;
}

@media screen and (min-width: 641px) {
  .drift-zoom-pane.drift-inline {
    width: 240px;
    height: 240px;
  }
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* Background is added as a separate element, as animating opacity is much faster than animating rgba() background-color. */
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--secondary-background);
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/* UI */

.pswp__ui {
  position: relative;
  height: 100%;
  z-index: 1550;
}

.pswp__button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--border-color);
  height: 32px;
  width: 32px;
  background: var(--secondary-background);
  border-radius: 100%;
}

.pswp__button--close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  border: none;
}

.pswp__button--close svg {
  width: 12px;
  height: 12px;
}

.pswp__prev-next {
  position: absolute;
  display: flex;
  justify-content: space-between;
  left: 0;
  top: calc(50% - 18px);
  width: 100%;
  padding: 0 20px;
}

.pswp__prev-next svg {
  position: relative;
  width: 9px;
  height: 13px;
}

.pswp__button--arrow--left svg {
  left: -1px;
}

.pswp__button--arrow--right svg {
  right: -1px;
}

.pswp__pagination {
  position: absolute;
  padding: 1px 13px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--secondary-background);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}

/**
 * ----------------------------------------------------------------------------
 * GENERAL
 * ----------------------------------------------------------------------------
 */

html {
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  font-style: var(--text-font-style);
  font-size: calc(var(--base-text-font-size));
  line-height: 1.5;
  color: var(--text-color);
  /* background: var(--background); */
  background: var(--secondary-background);
}

@media screen and (min-width: 641px) {
  html {
    font-size: var(--base-text-font-size);
  }
}

/**
 * ----------------------------------------------------------------------------
 * HEADINGS
 * ----------------------------------------------------------------------------
 */

.heading {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  color: var(--heading-color);
}
.h1, .h2, .h3, .h4, .h5, h6{
  font-family: var(--heading-font-family);
}
.h1 {
  margin-bottom: 20px;
  /* font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 38px)); */
  font-size: 2.3rem;
  line-height: 1.5;
    font-family: var(--heading-font-family);

}

.h2{
  margin-bottom: 20px;
  /* font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 36px)); */
  font-size: 2.1rem;
  line-height: 1.5;
}

.h3{
  margin-bottom: 14px;
 	/* font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 34px)); */
  font-size: 1.6rem;
  line-height: 1.5;
}

.h4 {
  /* font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 32px)); */
  font-size: 1.2rem;
  line-height: 1.5;
}

.h5 {
  font-size: 1.2rem;
  line-height: 1.5;
}

.h6 {
  font-size: 1.2rem;
  line-height: 1.5;
}
.rte h1 {
  margin-bottom: 20px;
  font-size: 2.3rem;
  line-height: 1.5;
    font-family: var(--heading-font-family);

}

.rte h2 {
  margin-bottom: 20px;
  font-size: 2.1rem;
  line-height: 1.5;
}

.rte h3 {
  margin-bottom: 14px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.rte h4 {
  font-size: 1.2rem;
  line-height: 1.5;
}

.rte h4 {
  font-size: 1.2rem;
  line-height: 1.5;
  
}

.rte h5 {
  font-size: 1.2rem;
  line-height: 1.5;

}

@media screen and (min-width: 641px) {
    .rte h1 {
    font-size: 2.3rem;
    line-height: 1.5;
  }

.rte h2 {
    font-size: 2.1rem;
    line-height: 1.5;
  }

.rte h3 {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .rte h4 {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .rte h5 {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .rte h6 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .h1 {
     font-size: 2.3rem;
    line-height: 1.5;
  }

  .h2{
     font-size: 2.1rem; 
    line-height: 1.5;
  }

  .h3 {
     font-size: 1.6rem; 
    line-height: 1.5;
  }

  .h4 {
   /* font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px)); */
    font-size: 1.2rem !important;
    line-height: 1.5;
  }

  .h5 {
    /* font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px)); */
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .h6 {
    /* font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px)); */
    font-size: 1.2rem!important;
    line-height: 1.5;
  }
}

/**
 * --------------------------------------------------------------------
 * TEXT HEADING
 * --------------------------------------------------------------------
 */

.text--strong, .highlight {
  color: var(--heading-color);
  font-weight: var(--text-font-bolder-weight);
}

.text--pull {
  margin-top: -0.435em;
  /* This can be applied to pull up the text and remove the effect of line-height to preserve better spacing */
}

/**
 * --------------------------------------------------------------------
 * LINKS
 * --------------------------------------------------------------------
 */

.link {
  transition: color 0.2s ease-in-out;
}

.link:hover,
.link:focus {
  color: var(--accent-color);
}

.link--secondary:hover,
.link--secondary:focus {
  color: var(--heading-color);
}

.link--strong {
  font-weight: var(--heading-font-weight);
}

.link--accented {
  color: var(--accent-color);
}

.link--accented:hover {
  text-decoration: underline;
}

.link--underline {
  text-decoration: underline;
}

/**
 * --------------------------------------------------------------------
 * ICON
 * --------------------------------------------------------------------
 */

@-webkit-keyframes spinnerRotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinnerRotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  fill: currentColor;
  vertical-align: middle;
  background: none;
  pointer-events: none;
  overflow: visible;
}

.icon--search-loader {
  -webkit-animation: spinnerRotation 0.7s infinite linear;
          animation: spinnerRotation 0.7s infinite linear;
}

@media (-moz-touch-enabled: 1), (hover: none) {
  .touch-area {
    position: relative;
    background: transparent;
    /* This is used to increase the clickable area */
  }

  .touch-area::before {
    position: absolute;
    content: "";
    top: -8px;
    right: -8px;
    left: -8px;
    bottom: -8px;
    transform: translateZ(0);
    /* Needed to avoid a glitch on iOS */
  }
}

/**
 * --------------------------------------------------------------------
 * TABLE
 * --------------------------------------------------------------------
 */

.table-wrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.table,
.rte table {
  width: 100%;
  text-align: left;
  font-size: 1rem;
}

/* Table with the class .table are styled a bit differently from RTE tables ,that are smaller */
.table th {
  font-weight: normal;
}

.table th,
.table td {
  padding: 16px 20px;
}

.table th:first-child,
.table td:first-child {
  padding-left: 20px;
}

.table th:last-child,
.table td:last-child {
  padding-right: 20px;
}

.table tbody tr {
  border-top: 1px solid var(--border-color);
}

.table .table__cell--right {
  text-align: right;
}

.table .table__cell--center {
  text-align: center;
}

.table--loose tbody td {
  padding-top: 26px;
  padding-bottom: 26px;
}

.table tr:nth-child(odd),
.rte table tr:nth-child(odd) {
  background-color: #e1e5eb;
}

/* RTE tables are a bit more compact */

.rte table th,
.rte table td {
  padding: 0.8rem;
}

.rte tbody tr {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

@media screen and (max-width: 640px) {
  /* When a table is within a card, on mobile, we need to change the margin and padding to respect the funny iOS-style border */
  .card .table {
    margin-left: 20px;
  }

  .card .table th:first-child,
  .card .table td:first-child {
    padding-left: 0;
  }
}

@media screen and (min-width: 641px) {
  .table th, .table td {
    padding: 15px 30px;
  }

  .table th:first-child,
  .table td:first-child {
    padding-left: 30px;
  }

  .table th:last-child,
  .table td:last-child {
    padding-right: 30px;
  }
}

@media screen and (min-width: 1000px) {
  .table-wrapper {
    white-space: normal;
    overflow: visible;
  }
}
html {
  overflow-x: hidden;
}

body:not(.is-tabbing) [tabindex]:focus,
body:not(.is-tabbing) label:focus,
body:not(.is-tabbing) button:focus,
body:not(.is-tabbing) input:focus,
body:not(.is-tabbing) select:focus,
body:not(.is-tabbing) textarea:focus {
  outline: none;
}

.is-locked {
  overflow-y: hidden;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.container {
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--mobile-container-gutter);
}
.template-article .blog-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
 }


.header-icon-bar .container{
	max-width: 1580px;
}
.shopify-section__header .container{
	max-width: 1660px;
}

.container--medium {
  max-width: 1150px;
}

.container--narrow {
  max-width: 800px;
}

.container--extra-narrow {
  max-width: 630px;
}

.container--giga-narrow {
  max-width: 520px;
}

.anchor {
  display: block;
  position: relative;
  top: -75px;
  visibility: hidden;
}

@supports (--css: variables) {
  .anchor {
    top: calc(-1 * var(--header-height));
  }
}

.js .no-js {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .container--flush {
    padding: 0;
  }

  .container--unflush {
    padding: 0 var(--mobile-container-gutter);
  }
}

@media screen and (min-width: 641px) {
  .container {
    padding: 0 var(--mobile-container-gutter);
  }
  .container.swiper {
	padding: 0 var(--mobile-container-gutter);
 }
}
@media screen and (min-width: 1000px) {
	.container {
	  padding: 0 var(--desktop-container-gutter);
	}
	.container.swiper {
	 padding: 0 var(--desktop-container-gutter);
  }
 }
/**
 * --------------------------------------------------------------------
 * ASPECT RATIO
 * --------------------------------------------------------------------
 */

.aspect-ratio {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

/* The aspect-ratio can also contain a native HTML5 video element */
.aspect-ratio img,
.aspect-ratio video,
.aspect-ratio svg {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
}

.aspect-ratio--square {
  padding-bottom: 100% !important;
}

.aspect-ratio--short {
  padding-bottom: 75% !important;
}

.aspect-ratio--tall {
  padding-bottom: 150% !important;
}

.aspect-ratio--square img,
.aspect-ratio--short img,
.aspect-ratio--tall img {
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .aspect-ratio--square img,
  .aspect-ratio--short img,
  .aspect-ratio--tall img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.aspect-ratio--square img{
	-o-object-fit: cover;
	object-fit: cover;
}
.line-item .aspect-ratio--square{
	border-radius: 10px;
	overflow: hidden;
}
/**
 * --------------------------------------------------------------------
 * LAZY LOADING
 * --------------------------------------------------------------------
 */

@-webkit-keyframes lazyLoader {
  0%, 100% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(100%);
  }
}

@keyframes lazyLoader {
  0%, 100% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(100%);
  }
}
img.lazyload[data-sizes=auto] {
  width: 100%;
  /* this is needed to help LazySizes calculate the correct size */
}

.image--fade-in {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.lazyloaded.image--fade-in,
.no-js [data-bgset],
.no-js [data-bg] {
  opacity: 1;
}

.lazyload__loader {
  position: absolute;
  display: block;
  height: 2px;
  width: 40px;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  margin: auto;
  pointer-events: none;
  background-color: var(--border-color);
  z-index: -1;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.lazyload__loader::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 200%;
  background-color: var(--text-color);
}

.lazyloading ~ .lazyload__loader {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.lazyloading ~ .lazyload__loader::after {
  -webkit-animation: lazyLoader 3s infinite;
          animation: lazyLoader 3s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.43, 0.43, 0.25, 0.99);
          animation-timing-function: cubic-bezier(0.43, 0.43, 0.25, 0.99);
}

/**
 * --------------------------------------------------------------------
 * PLACEHOLDER SVG
 * --------------------------------------------------------------------
 */

.placeholder-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.placeholder-svg {
  display: block;
  fill: var(--text-color);
  background-color: rgba(var(--text-color-rgb), 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.placeholder-svg--inverted {
  fill: var(--background);
  background-color: var(--text-color);
  fill-opacity: 0.5;
}
/* This is just a foundation for an ultra simplistic grid */

.grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 -18px -18px;
  font-size: 0;
}

.grid__cell {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 0 0 18px 18px;
  margin: 0;
  vertical-align: top;
  font-size: 1rem;
}

.grid__cell--top {
  align-self: flex-start;
}

.grid__cell--middle {
  align-self: center;
}

.grid__cell--bottom {
  align-self: flex-end;
}

@media screen and (min-width: 641px) {
  .grid {
    margin: 0 0 -30px -30px;
  }

  .grid__cell {
    padding: 0 0 30px 30px;
  }
}

.\31\/1 {
  width: 100%;
}

.\31\/2 {
  width: 50%;
}

.\31\/3 {
  width: 33.333333%;
}

.\31\/4 {
  width: 25%;
}

.\31\/5 {
  width: 20%;
}

.\31\/6 {
  width: 16.666667%;
}

@media screen and (max-width: 640px) {
  .hidden-phone {
    display: none !important;
  }

  .\31\/1--phone {
    width: 100%;
  }

  .\31\/2--phone {
    width: 50%;
  }

  .\31\/3--phone {
    width: 33.333333%;
  }

  .\31\/4--phone {
    width: 25%;
  }

  .\31\/5--phone {
    width: 20%;
  }

  .\31\/6--phone {
    width: 16.666667%;
  }
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .hidden-tablet {
    display: none !important;
  }

  .\31\/1--tablet {
    width: 100%;
  }

  .\31\/2--tablet {
    width: 50%;
  }

  .\31\/3--tablet {
    width: 33.333333%;
  }

  .\31\/4--tablet {
    width: 25%;
  }

  .\31\/5--tablet {
    width: 20%;
  }

  .\31\/6--tablet {
    width: 16.666667%;
  }
}

@media screen and (min-width: 641px) {
  .hidden-tablet-and-up {
    display: none !important;
  }

  .\31\/1--tablet-and-up {
    width: 100%;
  }

  .\31\/2--tablet-and-up {
    width: 50%;
  }

  .\31\/3--tablet-and-up {
    width: 33.333333%;
  }

  .\31\/4--tablet-and-up {
    width: 25%;
  }

  .\31\/5--tablet-and-up {
    width: 20%;
  }

  .\31\/6--tablet-and-up {
    width: 16.666667%;
  }
}

@media screen and (max-width: 999px) {
  .hidden-pocket {
    display: none !important;
  }

  .\31\/1--pocket {
    width: 100%;
  }

  .\31\/2--pocket {
    width: 50%;
  }

  .\31\/3--pocket {
    width: 33.333333%;
  }

  .\31\/4--pocket {
    width: 25%;
  }

  .\31\/5--pocket {
    width: 20%;
  }

  .\31\/6--pocket {
    width: 16.666667%;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .hidden-lap {
    display: none !important;
  }

  .\31\/1--lap {
    width: 100%;
  }

  .\39\/12--lap {
    width: 75%;
  }

  .\32\/3--lap {
    width: 66.666666%;
  }

  .\31\/2--lap {
    width: 50%;
  }

  .\31\/3--lap {
    width: 33.333333%;
  }

  .\31\/4--lap {
    width: 25%;
  }

  .\31\/5--lap {
    width: 20%;
  }

  .\31\/6--lap {
    width: 16.666667%;
  }
}

@media screen and (min-width: 1000px) {
  .hidden-lap-and-up {
    display: none !important;
  }

  .\31\/1--lap-and-up {
    width: 100%;
  }

  .\39\/12--lap-and-up {
    width: 75%;
  }
  .\39\/12--lap-and-up.swiper-slide {
	width: 75%;
 }

  .\32\/3--lap-and-up {
    width: 66.666666%;
  }
   .\32\/3--lap-and-up{
    padding-right: 30px;
  }
  .\32\/3--lap-and-up.swiper-slide {
	width: 66.666666%;
 }
  
  .\31\/2--lap-and-up {
    width: 50%;
  }
    .\31\/2--lap-and-up{
    padding-right: 30px;
  }
  .\31\/2--lap-and-up.swiper-slide {
	width: 50%;
 }

  .\31\/3--lap-and-up {
    width: 33.333333%;
    
  }
  .\31\/3--lap-and-up{
    padding-right: 30px;
  }
  .\31\/3--lap-and-up.swiper-slide{
	width: 33.333333%;
 }

  .\31\/4--lap-and-up {
    width: 25%;
  }
  .\31\/4--lap-and-up{
    padding-right: 20px;
  }
  .\31\/4--lap-and-up.swiper-slide {
	width: 25%;
 }

  .\31\/5--lap-and-up {
    width: 20%;
  }
  .\31\/5--lap-and-up{
    padding-right: 10px;
  }
  .\31\/5--lap-and-up.swiper-slide {
	width: 20%;
 }

  .\31\/6--lap-and-up {
    width: 16.666667%;
  }
    .\31\/6--lap-and-up{
    padding-right: 5px;
  }
  .\31\/6--lap-and-up.swiper-slide {
	width: 16.666667%;
 }
}

@media screen and (min-width: 1280px) {
  .hidden-desk {
    display: none !important;
  }

  .\31\/1--desk {
    width: 100%;
  }

  .\39\/12--desk {
    width: 75%;
  }

  .\32\/3--desk {
    width: 66.666666%;
  }

  .\31\/2--desk {
    width: 50%;
  }

  .\31\/3--desk {
    width: 33.333333%;
  }

  .\31\/4--desk {
    width: 25%;
  }

  .\31\/5--desk {
    width: 20%;
  }

  .\31\/6--desk {
    width: 16.666667%;
  }
}

@media screen and (min-width: 1440px) {
  .hidden-wide {
    display: none !important;
  }

  .\31\/1--wide {
    width: 100%;
  }

  .\39\/12--wide {
    width: 75%;
  }

  .\32\/3--wide {
    width: 66.666666%;
  }

  .\31\/2--wide {
    width: 50%;
  }

  .\31\/3--wide {
    width: 33.333333%;
  }

  .\31\/4--wide {
    width: 25%;
  }

  .\31\/5--wide {
    width: 20%;
  }

  .\31\/6--wide {
    width: 16.666667%;
  }
}

/**
 * --------------------------------------------------------------------
 * BLOCK LIST
 *
 * This component is used by various elements on mobile to allow items
 * to becomes scrollable on mobile and small tablets
 * --------------------------------------------------------------------
 */

.block-list {
  display: flex;
  flex-flow: column nowrap;
  /* margin: 0 -7px -20px -7px; */
}

.block-list--no-flush.block-list--no-flush {
  margin-bottom: 0; /* The double class is to increase specifity and avoid to set it at each breakpoint */
}

.block-list__item {
  display: flex; /* Allow to stretch the content if different block items have different height */
}

/* Unfortunately IE11 does not like nested flex items, so for IE11, we revert to display: block */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block-list__item {
    display: block;
  }
}

.block-list__item > :first-child {
  margin: 0 7px 20px 7px;
  flex: 1 0 0%;
}

@media screen and (max-width: 999.98px) {
  .scroller .block-list {
    white-space: nowrap;
    flex-flow: row nowrap;
  }

  .scroller .block-list::before {
    content: "";
    flex: 0 0 var(--mobile-container-gutter);
  }

  .scroller .block-list::after {
    content: "";
    flex: 0 0 calc(var(--mobile-container-gutter) - 7px);
  }

  .scroller .block-list__item {
    flex: 0 0 auto;
    white-space: normal;
    scroll-snap-align: center;
  }
}

@media screen and (max-width: 640px) {
  .scroller .block-list__item {
    width: 81%;
    padding-right: 10px;
  }
}

@media screen and (min-width: 641px) and (max-width: 999.98px) {
  .scroller .block-list__item {
    width: 56%;
    padding-right: 20px;
  }

  .scroller .block-list::before {
    flex: 0 0 var(--desktop-container-gutter);
  }

  .scroller .block-list::after {
    flex: 0 0 calc(var(--desktop-container-gutter) - 15px);
  }
  .sec-blogposts--image{
    display: none;
  }
}

@media screen and (min-width: 641px) {
  .block-list {
    flex-direction: row;
    flex-wrap: wrap;
    /* margin: 0 -15px -30px -15px; */
  }

  .block-list__item > :first-child {
    margin: 0 15px 30px 15px;
  }
   .promotion-block .block-list__item > :first-child {
    margin: 0 0 30px 0;
  }
}

@media screen and (min-width: 1000px) {
     .promotion-block .block-list__item > :first-child {
    margin: 0 15px 30px 15px;
  }
  .block-list {
    white-space: normal;
  }

  .block-list::before,
  .block-list::after {
    display: none;
  }

  .block-list__item--grow {
    flex-grow: 1;
  }
}

/**
 * VARIATIONS
 */

.block-list--loose {
  margin-bottom: -45px;
}
.block-list--loose .block-list__item > :first-child {
  margin-bottom: 45px;
}

@media screen and (min-width: 641px) {
  .block-list--loose {
    margin-bottom: -60px;
  }

  .block-list--loose .block-list__item > :first-child {
    margin-bottom: 60px;
  }
}
/**
 * --------------------------------------------------------------------
 * ARTICLE ITEM
 * --------------------------------------------------------------------
 */

.article-item__image-container {
  display: block;
  margin-bottom: 15px;
  border-radius: 3px;
  overflow: hidden;
}

.article-item__image-container--placeholder {
  height: 200px;
}

.article-item__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center";
  /* IE11 polyfill */
  transform: scale(1.01);
  /* The 1.01 is necessary to avoid some rounding issues on Chrome */
  transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (any-hover: hover) {
  .features--animate-zoom .article-item:hover .article-item__image {
    transform: scale(1.07);
  }

  .article-item:hover .article-item__title {
    color: var(--accent-color);
  }
}

.article-item__meta {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}

.article-item__meta-item:not(:last-child)::after {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  margin: -1px 10px 0 10px;
  border-radius: 100%;
  background: rgba(var(--text-color-rgb), 0.4);
  vertical-align: middle;
}

.article-item__title {
  margin-bottom: 4px;
}

.article-item__excerpt {
  margin-top: 12px;
}

@media screen and (max-width: 999px) {
  .article-item:not(:last-child) {
    padding-bottom: 20px;
  }

  .scroller .article-item:not(:last-child) {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 641px) {
  .article-item__meta {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1000px) {
  .blog-container--without-sidebar .article-item--featured .aspect-ratio {
    padding-bottom: 40% !important;
    /* We have a small exception to make image smaller in case there is no sidebar on the featured item */
  }
}

@media screen and (min-width: 1280px) {
  .article-item__meta-item + .article-item__meta-item::before {
    margin: 0 14px;
  }
}

/**
 * --------------------------------------------------------------------
 * ARTICLE DETAILS
 * --------------------------------------------------------------------
 */

.article__image-wrapper {
  position: relative;
  width: calc(100% + (var(--mobile-container-gutter) * 2));
  left: calc(-1 * var(--mobile-container-gutter));
  margin-top: 4px;
  z-index: 1;
}

.article__toolbar,
.article__toolbar-item {
  display: flex;
  align-items: center;
  margin:auto;
}

.article__toolbar {
  justify-content: space-between;
}

.article__toolbar-item .icon--bi-comment {
  width: 32px;
  height: 32px;
  margin-right: 15px;
}

.article__share-label {
  margin-right: 20px;
  font-weight: 400;
font-size: 1rem;
color: rgba(67, 66, 61, 0.8);
}
.article__navigation-item{
	font-weight: 600;
font-size: 25px;
line-height: 1.5;
/* text-decoration: underline; */
color: #000;
display: flex;
align-items: center;
}
.article__navigation-item--next{
	text-align: right;
}
.article__comments-count {
  color: var(--heading-color);
}

.article__inner {
  max-width: 800px; 
   margin: 0 auto;
}

.article__content {
  margin-bottom: 2.8em;
}

.article__aside {
  /* margin-bottom: 50px; */
  border-top: 1px solid #f4f2f0;
  border-bottom: 1px solid #f4f2f0;
  padding: 28px 0;
  margin-top: -28px;
}

.article__aside-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.article__aside-item + .article__aside-item {
  margin-top: 20px;
}

.article__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  font-size: 1rem;
}

.article__navigation svg {
  width: 12px;
  height: auto;
  vertical-align: -1px;
}

.article__navigation--align-right {
  justify-content: flex-end;
}

.article__navigation-item--prev svg {
  margin-right: 12px;
}

.article__navigation-item--next svg {
  margin-left: 12px;
}

.article__comment-list {
  margin-top: 50px;
}

.article__comment-list-heading {
  margin-bottom: 30px;
}

.article-comment {
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;
}

.article-comment:first-child {
  margin-top: 30px;
}

.article-comment:last-child {
  margin-bottom: 0;
}

.article-comment__gravatar {
  border-radius: 100%;
  max-width: 50px;
  margin: 5px 22px 0 0;
}

.article-comment__author {
  margin-bottom: 0;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.article-comment__date {
  display: block;
  margin-bottom: 12px;
  font-style: italic;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.article__comment-form {
  margin-top: 50px;
}

.article__comment-list + .article__comment-form {
  margin-top: 70px;
}

.article__comment-form-title {
  margin-bottom: 12px;
}

.article__moderated-note {
  font-style: italic;
}

.article__comment-form-wrapper {
  margin-top: 32px;
}

.article__aside .social-media__item>a:before{
	background: #1b2534;
}
.article__aside .social-media__item svg path {
	fill: #fff;
}
.article__aside .social-media__item-list {
	gap: 40px;
}

@media screen and (min-width: 641px) {
  .article__image-wrapper {
    position: relative;
    width: 100%;
    left: 0;
    border-radius: 10px;
    margin: auto;
    /* This -1 allows to cover the border of the card */
    overflow: hidden;
	 margin-bottom: 68px;
  }

  .article__image-wrapper + .card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .article__inner {
    margin-top: 15px;
  }

  .article__content {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));
	 color: #43423c;
  }

  .article-comment {
    margin-bottom: 42px;
  }

  .article-comment__author {
    margin-bottom: 2px;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
  }

  .article-comment__date {
    margin-bottom: 12px;
  }
  .article__aside-item {
	width: 50%;
 }
 .article__aside-item .social-media__item-list{
	transform: translate(50%,0px);
}

}

/**
 * --------------------------------------------------------------------
 * BLOG
 * --------------------------------------------------------------------
 */

.blog-post {
  /* max-width: 980px; */
}
.section__blog-post{
	background-color: #fff;
	padding: 72px 0;
	position: relative;
}
.blog-post-list-wrapper {
  flex-grow: 1;
}

.blog-sidebar__item {
  margin-bottom: 45px;
}
.blog-sidebar{
	background: #e4e4e2;
}

.blog-sidebar__item--products,
.blog-sidebar__item--newsletter {
  margin-bottom: 50px;
  /* we add a bit of additional spacing to those two are the content is not made of text that brings its own spacing due to line-height */
}

.blog-sidebar__item:first-child:not(.blog-sidebar__item--newsletter) {
  margin-top: -0.435em;
}

.blog-sidebar__block-title {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 400;
	font-size: 35px;
	color: #43423d;
	margin-bottom: 25px;
	line-height: 1.5;
}
.blog-sidebar {
	padding: 50px 0 ;
 }
 @media screen and (min-width: 641px) and (max-width: 999px) {
	.blog-sidebar {
	 padding: 80px 0;
 
	}
 }
@media screen and (min-width: 1000px) {
  /* From tablet and up the sidebar is on the right */
  .blog-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .blog-post {
    flex-grow: 1;
  }

  .blog-sidebar__block-title {
	 margin-bottom: 50px;
 }
 .blog-sidebar {
	padding: 80px 0;
 }
}
@media (min-width:767.98px){
	.blog-sidebar__block-title{
		font-size: 55px;
	}
}


@media screen and (min-width: 1280px) {
  .blog-sidebar {
    padding: 120px;
  }
}

/* Newsletter */
.blog-sidebar__item--newsletter {
  padding: 30px 20px 30px 20px;
  border-radius: 3px;
  text-align: center;
}

.blog-sidebar__item--newsletter .heading {
  color: inherit;
}

@media screen and (max-width: 640px) {
  /* On mobile it goes to the edge */
  .blog-sidebar__item--newsletter {
    border-radius: 0;
    margin-left: calc(-1 * var(--mobile-container-gutter));
    margin-right: calc(-1 * var(--mobile-container-gutter));
  }
}

/* Featured blog posts */
.blog-sidebar__post-list {
  list-style: none;
  display: flex;
  gap: 62px;
  flex-wrap: wrap;
}

.blog-sidebar__post-item {
  display: flex;
  /* flex: 0 0 calc(50% - 31px); */
  flex: 0 1 calc((100% - 62px * (3 - 1)) / 3);
  flex-direction: column;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.features--animate-zoom .blog-sidebar__post-item:hover .blog-sidebar__post-image {
  transform: scale(1.1);
}

.blog-sidebar__post-item:hover .blog-sidebar__post-title {
  color: var(--accent-color);
}

/* .blog-sidebar__post-item + .blog-sidebar__post-item {
  margin-top: 30px;
} */

.blog-sidebar__post-image-wrapper {
  position: relative;
  display: block;
  flex-shrink: 0;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.blog-sidebar__post-image,
.blog-sidebar__post-placeholder {
  min-height: 80px;
  transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.blog-sidebar__post-image{
	/* position: absolute;

	top: 0;
	left: 0; */
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 16/9;
}

.blog-sidebar__post-image-overflow {
  overflow: hidden;
  position: relative;
  /* padding-bottom: 76.94974%;  */
}


.blog-sidebar__post-title {
  position: relative;
  display: block;
  display: -webkit-box;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  font-weight: 600;
font-size: 1rem;
color: #000;
margin-bottom: 14px;
}

.blog-sidebar__post-meta {
  margin-top: 4px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}
@media (max-width: 991.98px){
	.blog-sidebar__post-list{
		gap: 33px;
	} 
	.blog-sidebar__post-item {
		/* flex: 0 0 calc(50% - 16.5px); */
		flex: 0 1 calc((100% - 33px * (3 - 1)) / 3);
	}
	.blog-sidebar__post-image-wrapper {
		border-radius: 5px;
		margin-bottom: 10px;
	}
	.blog-sidebar__post-title{
		font-size: 10px;
		margin-bottom: 2px;
	}
	.blog-sidebar .article-item__read-more strong{
		font-size: 10px;
	}
}
@media (max-width: 467.98px){
	.blog-sidebar__post-item {
		flex: 1 0 100%;
	}
	/* .blog-sidebar__post-list {
		overflow-x: scroll;
		padding-bottom: 30px;
	} */
	.blog-sidebar__post-image-overflow {
			/* padding-bottom: 66.288952%; */
	 }
	

	/* .blog-sidebar__post-list {
		scrollbar-width: 0.3125rem;
	}
	.blog-sidebar__post-list::-webkit-scrollbar {
		width: 0.25rem !important;
		background-color: rgba(61, 61, 61, 0.1);
		height: 8px;
	}
	.blog-sidebar__post-list::-webkit-scrollbar-thumb {
		background: #43423D;
		width: 0.45rem;
		margin: 0 auto;
		} */
}
.blog-sidebar__post-meta-item:not(:last-child)::after {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: rgba(var(--text-color-rgb), 0.4);
  vertical-align: middle;
}

.blog-sidebar__post-list--ranked {
  counter-reset: post-ranking 0;
}

.blog-sidebar__post-list--ranked .blog-sidebar__post-image-wrapper::before {
  position: absolute;
  content: counter(post-ranking);
  top: calc(50% - 16px);
  left: -16px;
  border: 2px solid var(--background);
  height: 32px;
  width: 32px;
  line-height: 1.5;
  /* 32px minus 4px of border */
  text-align: center;
  border-radius: 100%;
  background: var(--accent-color);
  color: var(--secondary-background);
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  counter-increment: post-ranking;
  z-index: 1;
}

/* Products */
.blog-sidebar__item--products .product-item {
  width: 100%;
}

.blog-sidebar__item--products .product-item__image-wrapper {
  width: 75px !important;
}

.blog-sidebar__item--products .product-item__price-list > .price {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
}

@media screen and (max-width: 640px) {
  /* For the sidebar the products display slightly differently as they do not goes edge to edge */
  .blog-sidebar__item--products .product-list--horizontal {
    border: 1px solid var(--border-color);
    border-radius: 3px;
  }
}

/* Linklists */
.blog-sidebar__linklist {
  list-style: none;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.blog-sidebar__link-item {
  padding: 14px 0;
  border-bottom: 1px solid var(--form-border-color);
  line-height: 1.5;
}

.blog-sidebar__link-item:first-child {
  padding-top: 5px;
}

.blog-sidebar__link-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.blog-sidebar__link-item > a {
  display: block;
}
.button {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  line-height: 48px;
  border-radius: 2px;
  text-align: center;
  font-weight: var(--text-font-bolder-weight);
  font-size: var(--base-text-font-size);
  cursor: pointer;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}

.button[disabled] {
  cursor: not-allowed;
}

.button--extra-small {
  padding: 0 15px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  line-height: 34px;
}

.button--small {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  line-height: 42px;
}

.button--large {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
  line-height: 55px;
}

.button--extra-large {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));
  line-height: 60px;
}

.button--primary {
  background: var(--primary-button-background);
  color: var(--primary-button-text-color);
  border-radius:5px;
}

.button--primary:hover {
  background: rgba(var(--primary-button-background-rgb), 0.8);
}

.button--secondary {
  background: var(--secondary-button-background);
  color: var(--secondary-button-text-color);
}

.button--secondary:hover {
  background: rgba(var(--secondary-button-background-rgb), 0.8);
}

.button--ternary {
  color: var(--accent-color);
  box-shadow: 0 0 0 1px var(--border-color) inset;
  /* use box-shadow instead of border to not create additional space */
}

.button--ternary:hover {
  background: rgba(var(--border-color-rgb), 0.5);
  color: var(--text-color);
}

.button--transparent {
  color: var(--text-color);
  box-shadow: 0 0 0 1px var(--border-color) inset;
  /* use box-shadow instead of border to not create additional space */
}

.button--transparent:hover {
  background: var(--primary-button-background);
  color: var(--primary-button-text-color);
  box-shadow: 0 0 0 1px var(--primary-button-background) inset;
}

/* The color scheme is a bit hacky here, but basically this button is only used for the sold out button, so we re-use the
   sold out label to create some consistence */
.button--disabled {
  background: var(--product-sold-out-color);
  box-shadow: 0 0 0 1px var(--product-sold-out-color) inset; /* use box-shadow instead of border to not create additional space */
  color: var(--secondary-background);
}

.button--full {
  width: 100%;
}

.button--min-width {
  min-width: 200px;
}

.button--floating {
  transition: box-shadow 0.2s ease-in-out;
}

.button--floating:hover {
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.06);
}

/**
 * --------------------------------------------------------------------
 * BUTTON WRAPPER
 * --------------------------------------------------------------------
 */

.button-wrapper {
  text-align: center;
}

/**
 * --------------------------------------------------------------------
 * BUTTON STACK
 * --------------------------------------------------------------------
 */

.button-stack {
  display: flex;
  flex-direction: column;
  
}
.product-item__action-list.button-stack{
  position: relative;
  z-index: 2;
}
.button-stack > .button + .button {
  margin-top: 10px;
}

/**
 * --------------------------------------------------------------------
 * BUTTON GROUP
 * --------------------------------------------------------------------
 */

.button-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -5px;
}

.button-group > * {
  margin: 5px;
}

.button-group--fit > * {
  flex: 1 0 0;
  padding-left: 15px;
  padding-right: 15px;
}

.button-group--loose {
  margin: -10px;
}

.button-group--loose > * {
  margin: 10px;
}
/**
 * --------------------------------------------------------------------
 * Standard card
 * --------------------------------------------------------------------
 */

.card {
  position: relative;
  margin-bottom: 18px;
  /* background: var(--secondary-background); */
  /* border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color); */
}

.card__header {
  position: relative;
  padding: 20px 20px 0 20px;
}

.card__header--flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card__title {
  margin-bottom: 0;
}

.card__subtitle {
  margin-bottom: 14px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}

.card__subtitle:first-child {
  margin-top: -0.435em;
}

.card__title--small {
  margin-bottom: 10px;
  margin-top: -2px;
  /* Those kind of micro-adjustments rules are not really beautiful, but it's here to satisfy need of pixel perfect... */
  font-size: 1.9rem;
}

/* .card__section, */
.card__collapsible-button {
  position: relative;
  padding: 20px;
}

.card__collapsible-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  cursor: pointer;
}
.card__collapsible-button .plus-button {
  margin-left: 10px;
  color: var(--heading-color);
}

.card__section + .card__section::before {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% - var(--mobile-container-gutter));
  top: 0;
  right: 0;
  height: 1px;
  background: var(--border-color);
}
.template-account .card__section + .card__section::before {
  display:none;
}

.card__section--no-padding {
  padding: 0 !important;
}

.card__collapsible {
  height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.card__collapsible-content {
  padding: 0 20px 20px 20px;
}

.card__separator {
  width: calc(100% + var(--mobile-container-gutter));
  margin: 20px 0;
  border: none;
  border-top: 1px solid var(--border-color);
}

.card__navigation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  margin-top: -3px; /* Yeah, designers like making things simple complicated :D */
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.card__navigation-breadcrumb svg {
  margin-right: 12px;
  width: 8px;
  height: 12px;
  vertical-align: -1px;
}

.card__linklist {
  list-style: none;
}

.card__linklist-item {
  display: block;
  padding: 2px 0;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .card {
    border-radius: 0; /* cards expand full-width on mobile */
  }

  .card__section--flex .button {
    margin-top: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  .card--collapsed {
    margin-top: -18px !important;
    border-top: none !important;
    box-shadow: 0 -1px var(--secondary-background); /* allows to hide the border of the previous card */
  }
  .product-block-list__item .card--collapsed{
	box-shadow: none;
  }
  .card--collapsed .card__header,
  .card--collapsed .card__section {
    padding-top: 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .card--collapsed {
    margin-top: -30px !important;
    border-radius: 0 0 3px 3px;
  }
}

@media screen and (min-width: 641px) {
  .card {
    margin-bottom: 30px;
    border-radius: 3px;
    /* border: 1px solid var(--border-color); */
  }

  .card__header {
    padding: 30px 30px 0 30px;
  }
  .template-search   .card__header {
    padding: 0px 30px 0 0px;
  }
  .card__section{
	padding: 0;
  }
  .card__collapsible-button {
    padding: 30px;
  }

  .card__section + .card__section::before {
    width: 100%;
  }

  .card__section--flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .card__subtitle {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  }

  .card__collapsible-content {
    padding: 0 30px 30px 30px;
  }

  .card__separator {
    width: 100%;
    margin: 16px 0;
  }

  .card__header--tight {
    padding-top: 20px;
  }
/* 
  .card__section--tight {
    padding: 20px 25px;
  } */

  .card__section--tight .card__separator {
    margin: 12px 0;
  }

  .card__navigation {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1000px) {
  .card--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-bottom: 0;
  }

  @supports (--css: variables) {
    .card--sticky {
      top: calc((var(--header-height) + 30px) * 0);
      top: calc((var(--header-height) + 30px) * var(--header-is-sticky, 0));
    }
  }
}

.card__section .rte .button:last-child {
  margin-bottom: 15px;
}
/**
 * --------------------------------------------------------------------
 * Mini-cart
 * --------------------------------------------------------------------
 */

.mini-cart {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 100%;
  max-height: 0;
  /* This is needed to fix a bug on iOS, DO NOT REMOVE */
  background: var(--secondary-background);
  color: var(--text-color);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
  will-change: transform;
}

.mini-cart[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
}

.mini-cart .icon--nav-triangle-borderless {
  position: absolute;
  width: 18px;
  height: 8px;
  right: 6px;
  bottom: 100%;
  z-index: 2;
  filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.12));
}

.mini-cart__alert-wrapper {
  padding-top: 20px;
}

.mini-cart .alert {
  margin-bottom: 0;
  flex-shrink: 0;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.mini-cart__content:not(.mini-cart__content--empty) > * {
  padding-left: 20px;
  padding-right: 20px;
}

.mini-cart__content--empty {
  padding: 20px 25px 25px 25px;
}

.mini-cart__empty-state {
  padding: 70px 0 60px 0;
  text-align: center;
}
.mini-cart__empty-state svg {
  margin-bottom: 10px;
}

.mini-cart__line-item-list {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.mini-cart__line-item {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
}

.mini-cart__line-item + .mini-cart__line-item {
  border-top: 1px solid var(--border-color);
}

.mini-cart__image-wrapper {
  min-width: 80px;
  width: 80px;
  margin-right: 20px;
}

.mini-cart__product-info {
  margin-bottom: 12px;
}

.mini-cart__product-vendor,
.mini-cart__property-list,
.mini-cart__plan-allocation {
  display: block;
  margin-bottom: 7px;
  line-height: 1.5;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}

.mini-cart__product-vendor {
  text-transform: uppercase;
}

.mini-cart__product-title {
  display: block;
  margin-bottom: 4px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  line-height: 1.5;
}

.mini-cart__property-list {
  list-style: none;
  line-height: 1.5;
  margin: 6px 0;
}

.mini-cart__price-list > .price {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  font-weight: var(--text-font-normal-weight);
}

.mini-cart__price-info {
  margin-top: -2px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

.mini-cart__discount-list {
  list-style: none;
  margin-top: 2px;
}

.mini-cart__discount {
  display: inline-block;
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  background: rgba(var(--product-on-sale-accent-rgb), 0.08);
  color: var(--product-on-sale-accent);
  border-radius: 2px;
  padding: 0 11px;
}

.mini-cart__discount svg {
  margin-right: 6px;
  vertical-align: text-bottom;
}

.mini-cart__discount + .mini-cart__discount {
  margin-top: 5px;
}

.mini-cart__quantity-remove {
  display: inline-block;
  margin-left: 10px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  line-height: 1;
}

.mini-cart__recap {
  padding: 15px 20px 20px 20px;
  border-top: 1px solid var(--border-color);
}

.mini-cart__recap-price-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--heading-color);
  font-weight: var(--text-font-bolder-weight);
}

.mini-cart__recap-price-line--highlight {
  color: var(--product-on-sale-accent);
}

.mini-cart__recap-price-line + .mini-cart__recap-price-line {
  margin-top: 4px;
}

.mini-cart__amount-saved {
  color: var(--product-on-sale-accent);
  font-weight: var(--text-font-bolder-weight);
}

.mini-cart__button-container {
  margin-top: 16px;
}
.template-cart .button{
  border-radius: 20px;
}
.cart-recap{
  padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .mini-cart .icon--nav-triangle-borderless {
    right: 24px;
  }

  .mini-cart__content {
    display: flex;
    flex-direction: column;
  }

  .mini-cart__inner,
  .mini-cart__content--empty {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .template-cart .button{
  border-radius: 10px;
}
  .cart-recap{
  padding: 0 var(--mobile-container-gutter);
}
  @supports (padding: max(0px)) {
    .mini-cart__recap,
    .mini-cart__content--empty {
      padding-bottom: max(25px, env(safe-area-inset-bottom, 0px) + 25px);
    }
  }
}

@media screen and (min-width: 641px) {
  .mini-cart {
    left: auto;
    right: 0;
    top: calc(100% + 14px);
    max-height: none;
    width: 470px;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  }

  .mini-cart__content > * {
    padding-left: 25px;
    padding-right: 25px;
  }

  .mini-cart__content--empty {
    padding-bottom: 25px;
  }

  .mini-cart__line-item-list {
    max-height: 300px;
  }

  .mini-cart__item-wrapper {
    display: flex;
    flex-grow: 1;
    align-items: flex-start;
    justify-content: space-between;
  }

  .mini-cart__quantity-remove {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 10px auto 0 auto;
  }

  .mini-cart__product-info {
    margin: 0 20px 0 0;
  }

  .mini-cart__recap {
    padding: 15px 25px 25px 25px;
  }
}

@media screen and (min-height: 700px) and (min-width: 641px) {
  .mini-cart__line-item-list {
    max-height: 330px;
  }
}

@media screen and (min-width: 1280px) {
  .mini-cart .icon--nav-triangle-borderless {
    right: 58px;
  }
}

/**
 * --------------------------------------------------------------------
 * Main cart general layout
 *
 * On desktop, the recap is moved to the right, while the main content
 * has a restricted width
 * --------------------------------------------------------------------
 */

.cart-recap__secure-payment-list {
  max-width: 300px;
  margin: -4px auto !important;
}

@media screen and (max-width: 999px) {
  .cart-wrapper {
    min-height: 0 !important;
  }
}

@media screen and (min-width: 1000px) {
  .cart-wrapper {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
  }

  .cart-wrapper__inner {
    position: relative;
  }

  .cart-wrapper__inner-inner {
    width: calc(100% - 380px);
  }

  .cart-recap {
    position: absolute;
    right: var(--desktop-container-gutter);
    top: 0;
    width: 350px;
    height: 100%;
  }

  .cart-recap__scroller {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  @supports (--css: variables) {
    .cart-recap__scroller {
      top: calc(var(--header-height) + 30px);
    }
  }
}

@media screen and (min-width: 1280px) {
  .cart-wrapper__inner-inner {
    width: calc(100% - 430px);
  }

  .cart-recap {
    width: 400px;
  }
}

/**
 * --------------------------------------------------------------------
 * Gift wrap
 * --------------------------------------------------------------------
 */

.gift-wrap {
  padding: 20px 10px 20px 20px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.gift-wrap__left {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.gift-wrap__icon svg {
  display: block;
  margin-top: -4px;
  margin-right: 25px;
  width: 24px;
  height: 24px;
}

.gift-wrap__text > span:first-child {
  margin-right: 10px;
}

@media screen and (min-width: 641px) {
  .gift-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 30px;
  }

  .gift-wrap__left {
    margin-bottom: 0;
  }
}

/**
 * --------------------------------------------------------------------
 * Estimate shipping (this is quite similar to the gift wrap code, and
 * may be good to find a good block abstraction to make the code re-usable
 * --------------------------------------------------------------------
 */

.estimate-shipping {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.estimate-shipping__toggle {
  display: flex;
  align-items: center;
  padding: 20px;
  width: 100%;
  color: var(--heading-color);
  font-weight: var(--text-font-bolder-weight);
}

.estimate-shipping__icon svg {
  display: block;
  margin-right: 25px;
  width: 24px;
  height: 24px;
}

.estimate-shipping__arrow {
  margin-left: auto;
}
.estimate-shipping__arrow svg {
  width: 12px;
  height: 8px;
  transition: transform 0.2s ease-in-out;
}

.estimate-shipping__toggle[aria-expanded=true] .estimate-shipping__arrow svg {
  transform: rotateZ(180deg);
}

.estimate-shipping__collapsible .shipping-estimator {
  padding: 0 20px 20px 20px;
}

@media screen and (min-width: 641px) {
  .estimate-shipping__toggle {
    padding: 20px 30px;
  }

  .estimate-shipping__collapsible .shipping-estimator {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/**
 * --------------------------------------------------------------------
 * Cart recap
 * --------------------------------------------------------------------
 */

.cart-recap__price-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  font-size: 1.2rem;
  font-weight: var(--text-font-bolder-weight);
  color: var(--heading-color);
}

.cart-recap__price-line + .cart-recap__price-line {
  margin-top: 4px;
}

.cart-recap__price-line--highlight {
  color: var(--product-on-sale-accent);
}

.cart-recap__amount-saved {
  color: var(--product-on-sale-accent);
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
}

.cart-recap__note {
  margin-top: 14px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.cart-recap__note-inner {
  padding-bottom: 20px;
}

.cart-recap__note-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  width: 100%;
}
.cart-recap__note-button svg {
  width: 12px;
  height: 8px;
  transition: transform 0.2s ease-in-out;
}
.cart-recap__note-button[aria-expanded=true] svg {
  transform: rotateZ(180deg);
}

.cart-recap__note-edit {
  margin-right: 14px;
  color: var(--accent-color);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.cart-recap__note-edit.is-visible {
  opacity: 1;
}

.cart-recap__notices {
  margin: 24px 0;
}

.cart-recap__secure-payment-title {
  margin-bottom: 10px;
  text-align: center;
  font-weight: var(--text-font-bolder-weight);
}

.cart-recap__secure-payment-title svg {
  margin-right: 8px;
  vertical-align: text-top;
}

@media screen and (min-width: 641px) {
  .cart-recap__price-line {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));
  }

  .cart-recap__amount-saved {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
  }

  .cart-recap__note {
    margin-top: 20px;
  }
}
/**
 * --------------------------------------------------------------------
 * MAIN COLLECTION
 * --------------------------------------------------------------------
 */

.collection__image-wrapper {
  position: relative;
  height: 180px;
  margin-bottom: -1px;
  z-index: 1;
  overflow: hidden;
}

.collection__image-wrapper--small {
  height: 140px;
}

.collection__image-wrapper--large {
  height: 230px;
}

.collection__image-wrapper--preserve-ratio {
  height: auto !important;
  /* Height depends on the ratio of the original image */
}

.collection__image-wrapper + .card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.collection__image {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.collection__title {
  margin-bottom: 5px;
}

.collection__meta {
  margin-bottom: 12px;
}

.collection__description {
  margin-top: 20px;
}

.collection__brand-logo-wrapper {
  margin-right: 20px;
  padding: 10px;
  width: 70px;
  height: 70px;
  border: 1px solid var(--border-color);
  border-radius: 3px;
}

.collection__brand-logo-image {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.collection__products-count {
  margin-bottom: 18px;
  font-size: 1rem;
}

.collection__toolbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-top: 22px;
  padding: 0 var(--mobile-container-gutter);
  box-shadow: 0 1px var(--border-color), 0 -1px var(--border-color);
  background: var(--secondary-background); */
  z-index: 3;
}

.collection__toolbar-item {
  display: flex;
  align-items: center;
  height: 48px;
}

.collection__toolbar-item--filter svg {
  margin-right: 12px;
  width: 19px;
  height: 20px;
}

.collection__layout-label {
  margin-right: 20px;
}

/* .collection__layout-button {
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
} */
.collection__layout-button svg path{
	opacity: 1;
	fill: none;
	transition: all 0.2s ease-in-out;
 }
.collection__layout-button:last-child {
  margin-left: 17px;
}

.collection__layout-button:hover {
  opacity: 1;
}

.collection__layout-button.is-selected svg path {
  opacity: 1;
  fill: var(--heading-color);
  stroke: var(--heading-color);
}

.collection__layout-button svg {
  display: block;
  width: auto;
  height: 27px;
}

/* Adjustment when the expanded description is enabled */
.collection__header .expandable-content--expandable {
  margin-bottom: -22px;
}

/* Brand variant */
.collection__header--brand .collection__meta {
  display: flex;
  align-items: center;
}

.collection__header--brand .collection__description {
  margin-top: 0;
}

.value-picker-icon{
	margin-left: 0;
}
@media screen and (max-width: 999px) {
  /* .collection__toolbar {
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--header-height) * 0);
    top: calc(var(--header-height) * var(--header-is-sticky, 0));
	 
  } */
}
/* @media screen and (min-width: 640px) and (max-width: 767.98px) {
  .collection__toolbar {
      top: calc(var(--header-height) * var(--header-is-sticky, 0) + 48px);
  }
} */
@media screen and (max-width: 640px) {
  .collection__toolbar {
      padding-bottom: 5px;
  }
}

@media screen and (min-width: 641px) {
  .collection__image-wrapper {
    height: 230px;
    border-radius: 3px 3px 0 0;
  }

  .collection__image-wrapper--small {
    height: 200px;
  }

  .collection__image-wrapper--large {
    height: 310px;
  }

  .collection__brand-logo-wrapper {
    width: 90px;
    height: 90px;
    margin-right: 30px;
  }

  .collection__products-count {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  }

  .collection__toolbar {
    /* padding: 0 30px; */
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  }

  .collection__toolbar--bordered {
    margin-top: 30px;
    box-shadow: 0 1px var(--border-color), 0 -1px var(--border-color);
  }

  .card__header--tight + .collection__toolbar--bordered {
    margin-top: 25px;
  }

  .collection__toolbar-item {
    height: 58px;
  }

  .collection__toolbar-item .value-picker-button {
    /* margin-left: 4px; */
  }
}

@media screen and (max-width: 640px) {
  .collection__toolbar-item--count + .collection__toolbar-item--layout {
    margin-left: auto;
  }
}

@media screen and (min-width: 1000px) {
  .collection__toolbar:not(.collection__toolbar--bordered) {
    margin-top: -8px;
    /* box-shadow: 0 1px var(--border-color); */
  }

  .collection__brand-logo-wrapper {
    width: 110px;
    height: 110px;
    flex: none;
  }

  /* Brand variation */
  .collection__header--brand {
    display: flex;
    align-items: flex-start;
  }
  .collection__header--brand .collection__meta {
    display: block;
  }
}

@media screen and (min-width: 1280px) {
  .collection__title {
    margin-bottom: 12px;
  }

  .collection__description {
    margin-top: 10px;
  }

  .collection__showing-count,
  .collection__toolbar-item--sort {
    margin-right: 45px;
  }
.collection__toolbar-item--count{
	margin-left: auto;
	margin-right: auto;
}
.collection__toolbar-item--layout{
	margin-left: 45px;
}
  /* .collection__toolbar-item--sort {
    margin-left: auto;
  } */

  /* Brand variation */
  .collection__header--brand .collection__meta {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .collection__showing-count,
  .collection__toolbar-item--sort {
    margin-right: 80px;
  }
}

/**
 * --------------------------------------------------------------------
 * MAIN COLLECTION (FILTER BAR)
 * --------------------------------------------------------------------
 */

.collection__filter-group-list--ordered {
  display: flex;
  flex-direction: column;
}

.collection__filter-group {
  padding: 13px 20px 14px 20px;
  /* border-bottom: 1px solid var(--border-color); */
}

.collection__filter-group-name {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.collection__filter-group-name svg {
  width: 12px;
  height: 8px;
  margin-left: 10px;
  transition: transform 0.25s ease-in-out;
}

.collection__filter-group-name[aria-expanded=true] svg {
  transform: rotateZ(180deg);
}

.js .collection__filter-collapsible {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.2s ease-in-out;
}

.collection__filter-collapsible[aria-hidden=false] {
  visibility: visible;
}

.collection__filter-item-active {
  display: block;
  margin-top: -5px;
  color: var(--accent-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  white-space: nowrap;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Linklist */
.collection__filter-linklist {
  list-style: none;
  padding: 4px 0 8px 0;
}

.collection__filter-link {
  display: block;
  width: 100%;
  padding: 3px 0 4px 0;
  text-align: left;
}
.collection__filter-link svg {
  width: 12px;
  height: 8px;
  margin-left: 8px;
  transition: transform 0.25s ease-in-out;
}

.collection__filter-link[aria-expanded=true] svg {
  transform: rotateZ(180deg);
}

.collection__filter-link.is-active {
  font-weight: var(--text-font-bolder-weight);
  color: var(--accent-color);
}

.collection__filter-linklist .collection__filter-linklist {
  padding: 0 0 0 10px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

/* Colors */
.collection__filter-color-list {
  padding: 7px 0 5px 6px;
}

/* Checkbox */
.collection__filter-checkbox-list {
  list-style: none;
}

.collection__filter-collapsible .collection__filter-checkbox-list {
  padding: 8px 0 7px 10px;
  /* When embedded into a collapsible it get more padding */
}

.collection__filter-checkbox {
  display: flex;
  align-items: center;
  padding: 2px 0 3px 0;
}

.collection__filter-checkbox .checkbox {
  margin-right: 0; /* We remove the spacing here to give it to set it as a padding on the label, so that it is fully
                      clickable. This may be fixed in a more generic way in the checkbox component in the future */
}

.collection__filter-checkbox label {
  padding-left: 16px; /* This is micro-alignment to respect the design due to the usage of flexbox here */
  line-height: 1.5;
  font-size: 1rem;
  flex: 1 0 auto;
	display: flex;
	justify-content: space-between;
}
.collection__filter-checkbox label span{
	font-size: 19px;
	line-height: 1.5;
	color: rgba(112, 112, 112, 0.8);
}
/* Active filters */

.collection__filter-icon--active {
  position: relative;
}

.collection__filter-icon--active::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 13px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--accent-color);
}

.collection__active-filters {
  margin: -5px 0 16px 0;
}

.collection__active-filters:empty {
  display: none;
}

.collection__active-filter-item {
  display: flex;
  padding: 4px 0;
  align-items: center;
  line-height: 1.5;
  font-weight: var(--text-font-bolder-weight);
  color: var(--accent-color);
  cursor: pointer;
}

.collection__active-filter-cross {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 12px;
  background: var(--accent-color);
  color: var(--secondary-background);
  height: 20px;
  width: 20px;
  border-radius: 3px;
  box-shadow: 0 1px rgba(var(--border-color-rgb), 0.4);
}

.collection__active-filter-cross svg {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  stroke-width: 2px;
  stroke: white;
}

.collection__clear-filter {
  margin: 13px 0 9px 0;
}


@media screen and (min-width: 1000px) {
  .collection__filter-group {
    padding: 6px 0;
    border-bottom: 0;
  }

  .collection__filter-group-name {
    /* justify-content: flex-start; */
  }

  /* Linklist */
  .collection__filter-linklist {
    padding: 0 0 9px 0;
  }

  .collection__filter-linklist .collection__filter-linklist {
    padding-left: 15px;
  }

  .collection__filter-link {
    padding: 2px 0;
  }

  /* Color */
  .collection__filter-color-list {
    padding: 12px 0 10px 0;
  }

  /* Checkbox */
  .collection__filter-collapsible .collection__filter-checkbox-list {
    padding-bottom: 12px;
  }

  .collection__filter-group:last-child .collection__filter-checkbox-list {
    padding-bottom: 0;
    /* Last one must have its padding removed */
  }

  .collection__filter-checkbox {
    padding: 0;
  }
  .collection__filter-checkbox .checkbox-wrapper {
    margin: 5.5px 0;
  }
}

@media screen and (min-width: 1280px) {
  .collection__sidebar {
    flex-basis: 290px;
  }
}

/**
 * --------------------------------------------------------------------
 * MAIN COLLECTION (FILTER BAR MOBILE)
 * --------------------------------------------------------------------
 */

.collection__mobile-filters-recap {
  background: var(--background);
  border-bottom: 1px solid var(--border-color);
}

.collection__mobile-active-filters {
  margin: -5px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}

.collection__mobile-active-filter-item {
  padding: 4px 12px;
  background: var(--accent-color);
  border-radius: 3px;
  box-shadow: 0 1px rgba(var(--accent-color-rgb), 0.15);
  color: var(--secondary-background);
  font-weight: var(--text-font-bolder-weight);
}

.collection__mobile-active-filter-item,
.collection__mobile-active-clear {
  margin: 5px;
}

.collection__mobile-active-filter-cross {
  margin-right: 7px;
}

.collection__mobile-active-filter-cross svg {
  width: 7px;
  height: 7px;
  stroke: currentColor;
  stroke-width: 3px;
}

.collection__mobile-active-clear {
  position: relative;
  margin-left: 15px;
}

.collection__mobile-active-clear::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background: currentColor;
}

.collection__mobile-active-filters-results {
  display: block;
  margin-top: 25px;
  /* margin-bottom: -5px; */
}

/**
 * --------------------------------------------------------------------
 * COLLECTION FILTER DRAWER (MOBILE)
 * --------------------------------------------------------------------
 */

.collection-drawer {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.collection-drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 auto;
  max-height: 64px;
  padding: 15px 15px 15px 25px;
  /* border-bottom: 1px solid var(--border-color); */
  z-index: 1;
}

.collection-drawer__header > div {
  display: flex;
  align-items: center;
}

.collection-drawer__close {
  margin-right: 16px;
  color: var(--heading-color);
}

.collection-drawer__close svg {
  display: block;
  width: 19px;
  height: 19px;
  margin-top: -1px;
}

.collection-drawer__title {
  margin-bottom: 0;
}

.collection-drawer__inner {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
}

.collection-drawer__section-title {
  margin: 0;
  padding: 4px 15px;
  text-transform: uppercase;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  font-weight: var(--text-font-bolder-weight);
  background: var(--background);
  border-bottom: 1px solid var(--border-color);
}

.collection-drawer__footer {
  padding: 15px;
  /* box-shadow: 0 -2px 2px rgba(var(--border-color-rgb), 0.65); */
}

.collection-drawer__footer .button {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

@supports (padding: max(0px)) {
  .collection-drawer__footer {
    padding-bottom: max(15px, env(safe-area-inset-bottom, 0px) + 15px);
  }
}

/**
 * --------------------------------------------------------------------
 * PRODUCT LIST
 * --------------------------------------------------------------------
 */

.product-list {
  /* position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  z-index: 1; This is needed to create a new stacking context to improve performance on iOS */
}

.product-list .flickity-viewport {
  border-radius: 3px;
}

.product-list--scrollable {
  flex-wrap: nowrap;
}

.product-list--collection::before {
  display: none;
}

/* This allows to push the content in case when the product item has a quick form button (like on cart page) */
.product-item--vertical,
.product-item--vertical .product-item__info {
  display: flex;
  flex-direction: column;
}

.product-item--vertical .product-item__info {
  justify-content: space-between;
  flex: 1 0 auto;
}

.product-list__column {
  width: 100%;
}

@media screen and (max-width: 640px) {
  /* .product-list--scrollable::before,
  .product-list--scrollable::after {
    content: "";
    flex: 0 0 var(--mobile-container-gutter);
  } */

  /* .product-list--scrollable .product-item {
    width: 62%;
  } */

  .product-list--collage {
    border-width: 1px 0;
  }

  .product-list--collection .product-item--vertical {
    /* width: 50%; */
  }
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  /* .product-list--scrollable::before,
  .product-list--scrollable::after {
    content: "";
    flex: 0 0 var(--desktop-container-gutter);
  }

  .product-list--scrollable .product-item {
    width: 36%;
  } */
}

@media screen and (min-width: 641px) {
  .product-list {
    /* background: var(--secondary-background);
    border-radius: 3px;
    border: none; */
  }

  /* This needs to be done instead of applying a border to the product-list to fix a z-index issue with the product labels */
  .product-list--collage::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% + 0px); /* This solves an issue on Safari, where 100% does not always work - likely a pixel rounding issue - */
    border: 1px solid var(--border-color);
    z-index: 1;
    pointer-events: none;
    border-radius: 3px;
  }

  .product-list__column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex: 0 0 33.333333%;
  }

  .product-list__column > .product-item {
    flex: 1 0 auto;
  }

  .product-list__column--highlight .product-item__title {
    font-size: 1rem;
  }

  @supports (display: grid) {
    .product-list--collage {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(295px, 1fr));
    }

    .product-list__column {
      display: grid;
      grid-auto-rows: 1fr;
    }

    .product-list__column--shrink {
      grid-template-rows: minmax(50%, -webkit-min-content);
      grid-template-rows: minmax(50%, min-content);
    }
  }
}

@media screen and (max-width: 999px) {
  /* .product-list--scrollable {
    overflow: visible;
    border: none;
    background: transparent;
  }

  .product-list--scrollable .product-item {
    border: 1px solid var(--border-color);
  }

  .product-list--scrollable .product-item + .product-item {
    border-left: none;
  }

  .product-list--scrollable .product-item:first-child {
    border-radius: 3px 0 0 3px;
  }

  .product-list--scrollable .product-item:last-child {
    border-radius: 0 3px 3px 0;
  } */

  .product-list--collection {
    border: none;
  }
}

@media screen and (min-width: 1000px) {
  /* This needs to be done instead of applying a border to the product-list to fix a z-index issue with the product labels 
  .product-list::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% + 0px); This solves an issue on Safari, where 100% does not always work - likely a pixel rounding issue - 
    border: 1px solid var(--border-color);
    z-index: 1;
    pointer-events: none;
    border-radius: 3px;
  }
  */
  .product-list--scrollable::after {
    content: "flickity";
    display: none;
  }

  .product-list--scrollable .product-item {
    min-height: 100%;
  }

  .product-list--stackable {
    flex-wrap: wrap;
  }

  .product-list__column {
    flex-basis: 25%;
  }
}

@media screen and (min-width: 1440px) {
  @supports (display: grid) {
    .product-list--collage {
      grid-template-columns: repeat(2, 1fr 1.05fr);
    }
  }
}

/**
 * --------------------------------------------------------------------
 * FEATURED COLLECTION (HOME PAGE)
 * --------------------------------------------------------------------
 */

.featured-collection {
  padding-top: 25px;
  background-repeat: no-repeat;
  background-position: bottom 0 left -15px;
  background-size: 500px auto;
}

.featured-collection__header {
  padding: 0 var(--mobile-container-gutter) 40px var(--mobile-container-gutter);
}

.featured-collection__title {
  margin-bottom: 8px;
  color: inherit;
}

.featured-collection__cta {
  margin-top: 8px;
}

.featured-collection__image-wrapper {
  margin-top: 25px;
}

.featured-collection .product-list {
  margin-bottom: 20px;
  border-radius: 2px;
}

.featured-collection .product-item {
  border: none;
  border-right: 1px solid var(--border-color);
}

.featured-collection .product-item::after {
  display: none;
}

.featured-collection .product-item:last-child {
  border-right: 0;
}

@media screen and (max-width: 640px) {
  .featured-collection,
  .featured-collection__header {
    background-image: none !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .featured-collection {
    margin: 0 calc(-1 * var(--desktop-container-gutter));
    background-image: none !important;
  }

  .featured-collection__header {
    padding-left: var(--desktop-container-gutter);
    padding-right: var(--desktop-container-gutter);
    background-repeat: no-repeat;
    background-position: bottom 0 right -15px;
    background-size: 430px auto;
  }

  .featured-collection__image-wrapper {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .featured-collection .product-list {
    margin-bottom: var(--desktop-container-gutter);
  }
}

@media screen and (min-width: 1000px) {
  .featured-collection {
    display: table; /* using Flexbox here didn't work well, so let's use old school and reliable stuff */
    table-layout: fixed;
    width: 100%;
    padding: 6px 6px 6px 0;
    border-radius: 3px;
  }

  .featured-collection__header,
  .featured-collection__content {
    display: table-cell;
    vertical-align: top;
  }

  .featured-collection__header {
    width: 455px;
    padding: 20px 30px;
    background-image: none !important;
  }

  .featured-collection .product-list {
    margin-bottom: 0;
  }
  .featured-collection .product-list::before {
    display: none;
  }

  /* This code is absolutely ugly and hacky, but due to rounding errors on Chrome, sometimes everything is shifted by 1px,
     and designer couldn't tolerate it. I've found this hack which basically adds a box-shadow to "cover" artificially
     the border of last element in the list. No better fix were found so far */
  .featured-collection .flickity-viewport::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: var(--secondary-background);
    right: 0;
  }
}
/**
 * --------------------------------------------------------------------
 * COLLECTION ITEM (round style)
 * --------------------------------------------------------------------
 */

.collection-item {
  display: inline-block;
  width: 36vw;
  margin: 0 14px;
  vertical-align: top;
  white-space: normal;
}

.collection-item:first-child {
  margin-left: var(--mobile-container-gutter);
}

.collection-item:last-child {
  margin-right: var(--mobile-container-gutter);
}

.collection-item__image-wrapper {
  margin-bottom: 15px;
  overflow: hidden;
}

.collection-item__image-wrapper--rounded {
  /* adding a stacking context (position: relative; z-index: 0;) is necessary due to a bug in Safari. More info here: https://bugs.webkit.org/show_bug.cgi?id=98538 */
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 100%;
}

.collection-item__image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.01); /* The 1.01 is necessary to avoid some rounding issues on Chrome */
  font-family: "object-fit: cover; object-position: center;"; /* IE11 polyfill */
  transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.collection-item__title {
  display: block;
  line-height: 1.5;
  text-align: center;
  transition: color 0.2s ease-in-out;
}

.collection-item__title svg {
  display: none;
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .collection-item {
    width: 190px;
  }

  .collection-item:first-child {
    margin-left: var(--desktop-container-gutter);
  }

  .collection-item:last-child {
    margin-right: var(--desktop-container-gutter);
  }
}

@media screen and (min-width: 641px) {
  .collection-item__title {
    transform: translateX(14px);
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .collection-item__title svg {
    /*
    Note: for some strange reasons, on Safari (even last version), if we use a transform it cause a delay of up to 1 second on heavy home page before the
    animation starts. I couldn't find any explanation, but maybe the nested transforms (on both the link and SVG) does not work correctly on Safari. As a
    consequence, I've used a animation on right property (which is much slower but should be ok on this small piece of content)
    */
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    vertical-align: -2px;
    margin-left: 8px;
    right: -5px;
    opacity: 0;
    transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}

@media screen and (min-width: 1000px) {
  .collection-list {
    margin: 30px -14px 0 -14px;
    white-space: nowrap;
    overflow: hidden;
  }

  .collection-list::after {
    display: none;
    content: "flickity"; /* enable Flickity slideshow */
  }

  .collection-item {
    width: 20%;
    margin: 0 !important;
    padding: 0 14px;
  }

  .collection-list .flickity-prev-next-button {
    top: calc(50% - 25px - 12px - 0.5em); /* 12px is the margin bottom below the image and 0.5em is half a line of text */
  }

  .collection-list .flickity-prev-next-button.previous {
    left: -10px;
  }

  .collection-list .flickity-prev-next-button.next {
    right: -10px;
  }
}

@media screen and (min-width: 1280px) {
  .collection-item {
    width: 16.6666667%;
  }
}

@media screen and (any-hover: hover) {
  .collection-item:hover .collection-item__title {
    color: var(--accent-color);
  }

  .features--animate-zoom .collection-item:hover img {
    transform: scale(1.07);
  }

  .collection-item:hover .collection-item__title {
    transform: translateX(0);
  }

  .collection-item:hover .collection-item__title svg {
    opacity: 1;
    right: 0;
  }
}

/**
 * --------------------------------------------------------------------
 * COLLECTION ITEM (block style)
 * --------------------------------------------------------------------
 */

/* General */
.collection-list__section {
  margin-bottom: 40px;
}

@media screen and (min-width: 641px) {
  .collection-list__section {
    margin-bottom: 60px;
  }
}

.collection-block-item {
  display: block;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.collection-block-item--overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.collection-block-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 8s linear, opacity 0.3s ease-in-out !important;
}

.collection-block-item__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 20px;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  z-index: 1;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}

@media screen and (any-hover: hover) {
  .features--animate-zoom .collection-block-item:hover .collection-block-item__image {
    transform: scale(1.4);
  }
}
/**
 * --------------------------------------------------------------------
 * Custom content section (this one is a bit a "fit-all" section, so it
 * was hard to make it very generic)
 * --------------------------------------------------------------------
 */

.custom-content--centered {
  text-align: center;
}

.custom-content--right {
  text-align: right;
}

/* Small exception for the standalone product, that is not within a grid, so it must have borders on all edges */
.custom-content--product .product-item::after {
  box-shadow: 1px 0 var(--border-color), -1px 0 var(--border-color), 0 1px var(--border-color), 0 -1px var(--border-color);
}
/**
 * --------------------------------------------------------------------
 * FIELD
 * --------------------------------------------------------------------
 */

.form__field {
  display: block;
  padding: 12px 12px;
  border-radius: 2px;
  border: 1px solid var(--form-border-color);
  width: 100%;
  line-height: normal;
  height: 48px;
  color: var(--heading-color);
  background: var(--input-background);
  -webkit-appearance: none;
  resize: none;
  font-size: 1rem;
  font-size: max(1rem, 16px); /* for modern browser ; setting a min value of 16px is required for accessibility */
  box-shadow: 0 1px rgba(var(--border-color-rgb), 0.25) inset;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}

.form__field::-moz-placeholder {
  color: var(--text-color);
}

.form__field:-ms-input-placeholder {
  color: var(--text-color);
}

.form__field::placeholder {
  color: var(--text-color);
}

.form__field:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 1px var(--accent-color);
  color: var(--heading-color);
  outline: none;
}

.form__field--small {
  height: 44px;
}

.form__field--large {
  height: 60px;
  padding: 20px 18px;
}

.form__field--textarea {
  height: auto;
  line-height: inherit;
  min-height: 48px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.form__field--borderless {
  border: none;
}

.form__field--borderless:focus {
  box-shadow: none;
}

.form__field[aria-invalid]:not(.is-filled) {
  background: var(--error-background);
  color: var(--error-color);
  border-color: var(--error-color);
}

.form__field[aria-invalid]:not(.is-filled) + .form__floating-label {
  color: var(--error-color);
}

.form__label {
  display: block;
  margin-bottom: 6px;
  color: var(--heading-color);
  font-weight: var(--text-font-bolder-weight);
}

.form__label--light {
  color: var(--text-color);
}

.form__submit {
  display: block;
  margin-top: 20px;
}

.form__submit--tight {
  margin-top: 12px;
}

.form__spam-disclaimer {
  display: block;
  margin-top: 10px;
}

@media screen and (min-width: 641px) {
  .form__submit--centered {
    margin-left: auto;
    margin-right: auto;
  }
}

/**
 * --------------------------------------------------------------------
 * INPUT WRAPPER
 * This is used to create list of fields, optionally with a label
 * --------------------------------------------------------------------
 */

.form__input-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}

.form__floating-label {
  position: absolute;
  left: 13px;
  top: 0;
  line-height: 48px; /* allows to center the field */
  font-size: 1rem;
  color: var(--text-color);
  transform: scale(1);
  transform-origin: left top;
  transition: transform 0.2s ease-in-out;
  pointer-events: none;
}

.form__field:focus + .form__floating-label,
.form__field.is-filled + .form__floating-label,
.select-wrapper.is-filled + .form__floating-label {
  transform: translateY(-6px) scale(0.8);
}

.form__input-wrapper--labelled .form__field {
  padding-top: 20px;
  padding-bottom: 3px;
  border-radius: 5px;
}

.form__field--large + .form__floating-label {
  left: 18px;
  line-height: 60px;
}

.form__input-wrapper--labelled .form__field--large {
  padding-top: 20px;
  padding-bottom: 3px;
}

/**
 * --------------------------------------------------------------------
 * INPUT ROW
 * --------------------------------------------------------------------
 */

.form__input-row {
  display: flex;
  flex-direction: column;
}

.form__input-row .form__submit {
  margin-top: 0;
}

@media screen and (min-width: 641px) {
  .form__input-row {
    flex-direction: row;
    align-items: flex-end;
    margin: 0 -6px;
  }
  .form__input-row:not(:last-child) {
    margin-bottom: 12px;
  }

  .form__input-row > .form__input-wrapper {
    margin-bottom: 0;
  }

  .form__input-row > * {
    margin-left: 6px;
    margin-right: 6px;
  }

  .form__input-row > .form__submit {
    margin-top: 0;
  }

  .form__input-row > .form__submit {
    flex: 1 0 auto; /* we let the submit button grow freely */
  }
}

/**
 * --------------------------------------------------------------------
 * CONNECTED INPUT
 * --------------------------------------------------------------------
 */

.form__connected-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.form__connected-item .form__input-wrapper {
  margin-bottom: 0;
}

.form__connected-item .form__field {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none; /* When connected with the icon, the box-shadow must be set inside */
}

.form__connected-item .form__field:focus {
  box-shadow: 0 0 0 1px var(--accent-color) inset;
}

.form__connected-item .form__connection {
  padding-left: 14px;
  padding-right: 14px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form__connected-item .form__connection svg {
  width: 23px;
  height: 23px;
}

/**
 * --------------------------------------------------------------------
 * FORM MAIN VARIATION (used when the form is the main element)
 * --------------------------------------------------------------------
 */

.form--main {
  max-width: 350px;
  margin: 60px auto;
  text-align: center;
}

.form__header,
.form__legend {
  margin-bottom: 30px;
}

.form__title {
  margin-bottom: 15px;
}

.form__secondary-action {
  margin-top: 32px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

.form__secondary-action > * {
  margin-bottom: 0;
}

@media screen and (min-width: 641px) {
  .form--main {
    margin-top: 110px;
    margin-bottom: 150px;
  }
}

/**
 * --------------------------------------------------------------------
 * SELECT
 * --------------------------------------------------------------------
 */

select::-ms-expand {
  display: none;
}

.select-wrapper {
  position: relative;
  color: currentColor;
  line-height: inherit;
  vertical-align: middle;
}

.select-wrapper svg {
  position: absolute;
  pointer-events: none;
  vertical-align: baseline;
  fill: currentColor;
}

.select-wrapper select {
  /* Disable built-in styles */
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  color: inherit;
  cursor: pointer;
  border-radius: 0; /* Remove the ugly blue background on IE when a value is selected */
}

.select-wrapper select:focus::-ms-value {
  background: transparent;
  color: var(--text-color);
}

/* Make sure to have something easy to read... */
.select-wrapper option {
  background: white;
  color: black;
}

.select-wrapper--transparent select {
  padding-right: 22px;
  background: transparent;
  border: none;
  font-size: inherit;
}

olor: #43423C;
}
.select-wrapper--transparent svg {
  top: calc(50% - 4px);
  right: 4px;
  width: 12px;
  height: 8px;
}

.select-wrapper--primary {
  position: relative;
  background: var(--secondary-background);
}

.select-wrapper--primary select {
  width: 100%;
  padding: 0 36px 0 12px;
  height: 48px;
  border: 1px solid var(--form-border-color);
  border-radius: 2px;
  background: transparent;
  box-shadow: 0 -1px 1px rgba(var(--border-color-rgb), 0.3) inset;
  font-size: 1rem;
  font-size: max(1rem, 16px); /* for modern browser ; setting a min value of 16px is required for accessibility */
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.select-wrapper--primary select:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 1px var(--accent-color);
  outline: none;
}

.select-wrapper--primary select:valid {
  color: var(--heading-color);
}

.select-wrapper--primary svg {
  width: 12px;
  height: 14px;
  top: calc(50% - 7px);
  right: 16px;
  opacity: 0.7;
}

.select-wrapper--primary.select-wrapper--small select {
  height: 44px;
  padding-left: 12px;
  padding-bottom: 1px;
  /* just for some pixel perfect alignment... but not sure if it's really good idea for cross-browser! */
}

.form__input-wrapper--labelled .select-wrapper--primary.is-filled select {
  padding-top: 16px;
}

/* Abstraction to just have a select button (without the actual select) */
.select-button {
  position: relative;
  background: var(--secondary-background);
  color: currentColor;
  line-height: inherit;
  vertical-align: middle;
  width: 100%;
  padding: 0 36px 0 12px;
  height: 48px;
  border: 1px solid var(--form-border-color);
  border-radius: 2px;
  box-shadow: 0 -1px 1px rgba(var(--border-color-rgb), 0.3) inset;
  font-size: 1rem;
  text-align: left;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.select-button:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 1px var(--accent-color);
  outline: none;
}

.select-button svg {
  position: absolute;
  pointer-events: none;
  width: 12px;
  height: 14px;
  top: calc(50% - 7px);
  right: 16px;
  opacity: 0.7;
  vertical-align: baseline;
  fill: currentColor;
}

.select-button--mini {
  height: 32px;
  padding: 0 44px 0 10px;
  font-size: 0.85rem;
}

.select-button--mini svg {
  right: 11px;
}

/* On Windows this force a different color */
select option {
  background: var(--background);
  color: var(--text-color);
}

/**
 * --------------------------------------------------------------------
 * CUSTOM CHECKBOX
 * --------------------------------------------------------------------
 */

.checkbox-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 8px 0;
}

.checkbox-wrapper svg {
  position: absolute;
  width: 14px;
  height: auto;
  left: 6px;
  top: calc(50% - 5px);
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
  color: var(--secondary-background);
}

.checkbox-wrapper ~ label {
  vertical-align: middle;
  cursor: pointer;
}

.checkbox {
  display: block;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  border: 1px solid var(--form-border-color);
  /* background: var(--secondary-background); */
  background: transparent;
  box-shadow: 0 1px rgba(var(--border-color-rgb), 0.4);
  border-radius: 3px;
  -webkit-appearance: none;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
}

.checkbox:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 1px var(--accent-color);
  outline: none;
}

.checkbox:checked {
  background: var(--accent-color);
  border-color: var(--accent-color);
  box-shadow: none;
}

.checkbox:checked + svg {
  transform: scale(1);
}

.checkbox.is-selected ~ label {
  color: var(--accent-color);
  font-weight: var(--text-font-bolder-weight);
}

.checkbox,
.checkbox ~ label {
  vertical-align: middle;
  cursor: pointer;
}

@media screen and (min-width: 1000px) {
  .checkbox-wrapper {
    margin: 12px 0;
  }
}

/*
 * INPUT PREFIX (allow to create small input with a prefixed value)
 */

.input-prefix {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  /* border: 1px solid var(--border-color);
  box-shadow: 0 1px rgba(var(--border-color-rgb), 0.25) inset; */
  font-size: 14px;
}

.input-prefix__field {
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
  min-width: 0;
  width: 100%;
  border: none;
  text-align: end;
}

.input-prefix__field::-webkit-outer-spin-button,
.input-prefix__field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-prefix__field:not(:-moz-placeholder-shown) {
  color: var(--heading-color);
}

.input-prefix__field:not(:-ms-input-placeholder) {
  color: var(--heading-color);
}

.input-prefix__field:not(:placeholder-shown) {
  color: var(--heading-color);
}

/*
 * RANGE ELEMENT
 * Styling range are pretty complex as each browsers has their own way to do it
 */

/* First we revert the styling of range elements */

.range {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
  background: transparent; /* Otherwise white in Chrome */
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none;
}

/* Chrome and Safari */

.range::-webkit-slider-thumb {
  position: relative;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  border: none;
  background: var(--heading-color);
  cursor: pointer;
  margin-top: -11.5px;
  z-index: 1;
  /* box-shadow: 0 0 0 2px var(--secondary-background); */
}

.range::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: var(--heading-color);
  border-radius: 4px;
  border: none;
}

/* Firefox */

.range::-moz-range-thumb {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  border: none;
  background: var(--heading-color);
  cursor: pointer;
  box-shadow: 0 0 0 2px var(--secondary-background);
}

.range::-moz-range-progress,
.range::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  border-radius: 4px;
  border: none;
}

.range::-moz-range-progress {
  background-color: var(--heading-color);
}

.range::-moz-range-track {
  background-color: var(--border-color);
}

@media not screen and (any-hover: hover) {
  /* On touch device, we increase the size of the thumb to make it easier to grab */
  .range::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    margin-top: -8px;
  }

  .range::-moz-range-thumb {
    height: 20px;
    width: 20px;
  }
}

/* Range group (when using double range, we need to rely on some clever trick) */

.range-group {
  height: 2px;
  background: linear-gradient(to right, #D8D8D8 var(--range-min), var(--heading-color) var(--range-min), var(--heading-color) var(--range-max), #D8D8D8 var(--range-max));
  border-radius: 2px;
  /* background: #d8d8d8; */
}

.range-group .range {
  pointer-events: none;
  height: 4px;
  vertical-align: top;
}

.range-group .range::-webkit-slider-runnable-track {
  background: none;
}

.range-group .range::-webkit-slider-thumb {
  pointer-events: auto;
}

.range-group .range::-moz-range-progress,
.range-group .range::-moz-range-track {
  background: none;
}

.range-group .range::-moz-range-thumb {
  pointer-events: auto;
}

.range-group .range:last-child {
  position: absolute;
  top: 0;
  left: 0;
}
.gift-card__inner {
  padding: 30px 0;
}

.gift-card__main {
  position: relative;
  padding-top: 85px;
  text-align: center;
}

.gift-card__image {
  position: relative;
  width: 170px;
  height: 170px;
  top: -105px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto -75px auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.gift-card__title {
  margin-bottom: 0;
}

.gift-card__amount {
  margin-bottom: 18px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 22px));
}

.gift-card__alert {
  margin-top: 20px;
}

.gift-card__code-container {
  max-width: 255px;
  margin: 0 auto 28px auto;
}

.gift-card__code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 15px;
  width: 100%;
  border: 1px solid var(--border-color);
  text-transform: uppercase;
  margin-bottom: 15px;
  border-radius: 3px;
  text-align: center;
}

.gift-card__expires-on {
  display: block;
  color: var(--product-in-stock-color);
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
}

.gift-card__expires-on::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 0.7em;
  border-radius: 100%;
  background: currentColor;
  vertical-align: baseline;
}

.gift-card__share {
  padding-top: 15px;
  padding-bottom: 20px;
}

.gift-card__wallet {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.gift-card__qr img {
  margin: 0 auto;
}

.gift-card__shop {
  margin-top: 15px;
  min-width: 300px;
}

@media screen and (max-width: 640px) {
  .gift-card__print {
    width: 100%;
  }

  .gift-card__qr img {
    max-width: 120px;
  }
}

@media screen and (min-width: 641px) {
  /* On gift card there is no search bar so we increase the header */
  .template-gift-card .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gift-card__inner {
    display: flex;
    max-width: 920px;
    margin: 0 auto;
    padding: 70px 0 90px 0;
  }

  .gift-card__main {
    flex: 1 0 auto;
  }

  .gift-card__aside {
    flex: 0 0 255px;
    margin-top: 85px;
    margin-left: 30px;
  }

  .gift-card__image {
    width: 210px;
    height: 210px;
    top: -135px;
    margin-bottom: -80px;
  }

  .gift-card__amount {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 24px));
  }

  .gift-card__code-container {
    display: flex;
    justify-content: center;
    max-width: none;
  }

  .gift-card__code {
    margin-bottom: 0;
    margin-right: 15px;
    max-width: 250px;
  }

  .gift-card__print {
    flex-basis: 150px;
  }
}

@media print {
  .gift-card__aside {
    display: none;
  }
}
.footer {
  padding: 10px 0 30px 0;
  border-top: var(--footer-border);
  background-color: var(--footer-background-color);
  color: var(--footer-body-text-color);
}

.footer a:hover {
  color: var(--footer-accent-color);
}

.footer__block-list {
  /* display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px; */
  display: grid;
 grid-template: auto auto / 1fr minmax(auto, 200px) minmax(auto, 200px);
  column-gap: 145px;
  row-gap: 40px;
}
.footer-info--row{
	column-gap: 15px;
	row-gap: 40px;
}
.footer-info--logo img{
	width: 100%;
}
.footer-info--logo {
	margin-bottom: 17px;
}

.footer__title {
	/* font-family: 'Cormorant'; */
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.4em;
  text-align: left;
   text-transform: none;
  font-weight: 400;
  font-size: 1.9rem;
  color: var(--footer-heading-text-color);
}

.footer__title.heading.h4 {
  font-size: 1.2rem;
}
.footer__link-item.link{
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	transition: all 0.3s;
}
.footer__link-item.link:focus{
	color: var(--footer-heading-text-color);
	opacity: 0.4;
}
.footer-info--content .footer__title{
	margin-bottom: 30px;
}

.footer__title[disabled] {
  cursor: text;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.footer__linklist {
  margin-top: -8px;
  margin-bottom: -5px;
  line-height: 1.5;
}

.footer__link-item {
  display: block;
  padding: 5px 0;
}

.footer__newsletter-form {
  margin-top: 20px;
  display: flex; 
  gap: 20px;
  align-items: center;
}

.footer__aside {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}
.footer__newsletter-form .form__submit{
  margin-top: 0;
}
.footer__newsletter-form .form__input-wrapper {
  margin-bottom: 0;
}
.footer__aside-item {
  margin-top: 34px;
}

.footer__aside-item--localization,
.footer__aside-item--copyright {
  margin-top: 45px;
}

.footer__aside-title {
  margin-bottom: 0.8em;
}

.footer__localization-form {
  display: flex;
  color: var(--text-color);
}

.footer__localization-form .select-button {
  width: auto;
}

.footer__localization-form-item:not(:last-child) {
  margin-right: 10px;
}

.footer .button--primary {
  background-color: var(--input-background);
  color: var(--footer-background-color);
}

.footer .button--primary:hover {
  background-color: rgba(var(--input-background), 0.8);
}

.footer .select-button {
  background: var(--footer-background-color);
  color: var(--footer-body-text-color);
  border-color: rgba(var(--footer-body-text-color-rgb), 0.5);
}
@media (max-width: 1460px){
	.footer__block-list{
		column-gap: 15px;
		justify-content: space-between;
		grid-template-columns: auto minmax(auto,200px) minmax(auto,200px);
	} 
}
@media (max-width: 1100px) and (min-width: 700.98px){
	.footer__block-list{
		column-gap: 15px;
		justify-content: space-between;
		grid-template-columns: repeat(2, 1fr);
	} 
	.footer__block-item--info{
		grid-column: span 2;
	}
}

@media screen and (max-width: 640px) {
  .footer__block-item {
    /* margin-right: calc(-1 * var(--mobile-container-gutter));
    padding-right: var(--mobile-container-gutter);
    border-bottom: 1px solid var(--border-color); */
  }

  .footer__block-item--newsletter {
    border-bottom: none;
    order: 1;
  }
  .footer__block-item .plus-button {
	display: none;
	}


  .footer__collapsible {
    height: 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
  }

  .footer__collapsible-content {
    padding: 0;
  }

  .footer__block-item .rte {
    margin-top: -0.425em;
  }
}

@media screen and (min-width: 641px) {
  .footer {
    padding: 0;
    border-top: none;
	 padding-bottom: 60px;
  }

  .footer__wrapper {
    padding: 120px 0 0;
    border-top: var(--footer-border);
  }

  .footer__block-list {
    flex-direction: row;
    
  }

  .footer__block-item {
    /* flex: 0 0 50%; */
    /* padding: 20px 35px; */
  }

  /* .footer__block-item--newsletter {
    max-width: 350px;
  } */

  .footer__block-item .plus-button {
    display: none;
  }

  .footer__localization-form {
    margin-bottom: 20px;
  }

  .footer__linklist {
    margin-top: -2px;
    margin-bottom: 0;
  }

  .footer__aside {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  }


  .footer__aside-item {
    margin-top: 0;
  }

  .footer__aside-item--localization,
  .footer__aside-item--copyright {
    width: 100%;
  }

  .footer__aside-item--copyright:not(:only-child) {
    margin-top: 34px;
  }

}

@media screen and (min-width: 1000px) {
  .footer__block-item {
    flex: 1 0 auto;
  }

  .footer__block-item--text {
    flex-basis: 300px;
  }

  .footer__block-item--newsletter {
    flex-basis: 350px;
  }

  .footer__block-item--links {
    max-width: 300px;
  }

  .footer__aside {
    align-items: flex-start;
  }

  .footer__aside-item--copyright {
    align-self: flex-end;
    margin-top: 0 !important;
    margin-bottom: -8px;
    text-align: left;
  }

  .footer__aside-item--localization,
  .footer__aside-item--copyright {
    width: auto;
  }
}

/* This is a bit hacky, but it allows to have a clearfix when the search bar on mobile is expanded */
#shopify-section-header::after {
  content: "";
  display: table;
  clear: both;
}

/**
 * --------------------------------------------------------------------
 * HEADER
 * --------------------------------------------------------------------
 */

.header {
  position: relative;
  padding: 13px 0;
  background: var(--header-background);
  color: var(--header-text-color);
  transition: margin-bottom 0.25s ease-in-out;
}

.header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.header__inner--centered {
  justify-content: center;
}

.header__logo-link {
  display: block;
}

.header__logo {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.header__logo-image {
  display: block;
  vertical-align: middle;
  max-height: 130px;
}

.header__mobile-nav {
  display: inline-block;
  /* margin-right: 20px; */
}

.header__desktop-nav {
  position: relative;
  margin-right: 22px;
}

.header__mobile-nav-toggle {
  top: -1px; /* Slight alignment for pixel perfect :D */
}

.header__desktop-nav-toggle {
  height: 44px;
  padding: 0 15px;
  border: 1px solid var(--header-border-color);
  border-radius: 3px;
  font-weight: var(--text-font-bolder-weight); /* Safari 10 does not allow using flexbox on button... so we have to use an additional wrapper */
}
.header__desktop-nav-toggle > span {
  display: flex;
  align-items: center;
}

.header__desktop-nav-text {
  position: relative;
  top: 1px; /* Slight alignment for the pixel perfect */
}

.header__search-bar-wrapper {
  /* flex: 1 0 auto; */
  flex: 1 1 887px;
  max-width: 887px;
  margin: 0 auto;
}


.header .icon--account,
.header .icon--hamburger,
.header .icon--hamburger-mobile,
.header .icon--search,
.header .icon--cart,
.header .icon--close {
  display: block;
}

.header .icon--account {
  width: 33px;
  height: 33px;
  fill: none;

}

.header .icon--hamburger {
  width: 20px;
  height: 14px;
}

.header .icon--hamburger-mobile {
  width: 20px;
  height: 16px;
}

.header .icon--cart {
  width: 34px;
  height: 34px;
  fill: none;
}

.header .icon--search {
  width: 22px;
  height: 22px;
  margin: 0 auto;
}

.header .icon--close {
  width: 26px;
  height: 26px;
}

@media screen and (max-width: 640px) {
  /* This trick allows to enforce a minimum height for header on mobile */
  .header {
    display: flex;
    align-items: center;
    min-height: 64px;
  }

  .header > .container {
    width: 100%;
  }

  /* On mobile, if the search is expanded by default, we must add extra margin to the header element to prevent the search to
     overlap the rest of the content */
  .header--search-expanded {
    margin-bottom: 48px;
  }
}

@media screen and (min-width: 641px) {
  .header {
    padding: 20px 0;
  }

  .header__inner {
    flex-wrap: nowrap;
  }

  .header__logo {
    /* margin-right: 35px; */
  }
  
}

@media screen and (min-width: 1000px) {
  .icon--hamburger {
    margin-right: 15px;
  }
}

@media screen and (min-width: 1280px) {
  .header__logo {
    margin-right: 40px;
  }

  .header__desktop-nav {
    margin-right: 30px;
  }

  .header__desktop-nav-toggle {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
  }
}

/**
 * --------------------------------------------------------------------
 * HEADER ACTION LIST
 * --------------------------------------------------------------------
 */

.header__action-list {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header__action-item {
  padding: 0 9px;
}
.header__action-item:last-child {
  padding-right: 4px; /* Last item is the cart, and we use a small padding to accommodate the presence of the cart item count */
}

.header__action-item-link {
  display: block;
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
}

.header__action-item-link--small {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  font-weight: normal;
}

.header__action-item-title {
  display: block;
  margin-bottom: -6px;
  color: var(--header-light-text-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  font-weight: normal;
}

.header__action-item--currency,
.header__action-item--locale {
  margin-right: 25px;
  padding: 0 24px;
}

.header__currency-selector {
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
}

.header__action-item .icon--arrow-bottom {
  width: 12px;
  height: 8px;
  margin-left: 4px;
}

.header__action-item .icon--lock-2 {
  width: 12px;
  height: 15px;
}

.header__action-item .icon--lock-2 + span {
  margin-left: 14px;
}

.header__cart-icon {
  margin-left: -2px;
}

.header__cart-count {
  display: inline-flex;
  position: absolute;
  right: -9px;
  bottom: -10px;
  height: 20px;
  min-width: 20px;
  align-items: center;
  justify-content: center;
  padding: 4px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  font-weight: var(--text-font-bolder-weight);
  text-align: center;
  background: var(--primary-button-background);
  color: var(--primary-button-text-color);
  border-radius: 1.75em;
  transition: transform 0.35s ease-in-out;
  will-change: transform;
  transform: scale(1.01);
  z-index: 1;
  font-weight: 400;
}

.header__cart-toggle[aria-expanded=true] .header__cart-count,
.header__cart-toggle:hover .header__cart-count {
  transform: scale(1.2);
}

@media screen and (max-width: 640px) {
  /* This code is not optimal but the cart icon has a specific positioning so we override it this way */
  .header__cart-icon .icon-state__secondary.icon-state__secondary {
    left: 8px;
  }

  .header__action-item .icon--lock-2 {
    display: block;
  }

  /*
    IMPLEMENTATION NOTE:
    I am using a transition on margin-bottom instead of doing a simpler and more efficient transform. However the issue is that we are doing
    another transition on margin-bottom for the header. If I would apply a transform here, due to the fact the transform is hardware accelerated,
    they will move at a slightly different speed, which is not desirable. It's therefore either all HW-accelerated or not.
   */
  .header__search-bar-wrapper {
    visibility: hidden;
    position: absolute; /* We move it outside of the document for easier positioning for other elements */
    /* padding: 0 20px 0 20px; */
    width: 100%;
    bottom: 0;
    left: 0;
    background: var(--header-background);
    z-index: -1; /* because the position is absolutely positioned it get a higher z-index, but we need to revert it to avoid any trouble */
    transition: visibility 0.25s ease-in-out, margin-bottom 0.25s ease-in-out;
  }

  .header__search-bar-wrapper.is-visible {
    visibility: visible;
    margin-bottom: -59px;
  }

  /* When the user focus it, it becomes a fixed element */
  .header__search-bar-wrapper.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 10;
  }
}

@media screen and (min-width: 641px) {
  /* .header__action-list {
    padding-left: 28px;
  } */

  .header__action-item,
  .header__action-item-content {
    position: relative;
  }

  .header__action-item-content {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .header__action-item .icon--lock-2 {
    vertical-align: text-top;
  }
}

@media screen and (min-width: 1000px) {
  .header__action-list {
    padding-left: 5px;
  }

  /* .header__action-item:not(:last-child)::after {
    position: absolute;
    content: "";
    right: 0;
    top: calc(50% - 17px);
    background: var(--header-border-color);
    height: 34px;
    width: 1px;
  } */

  .header__action-item--currency {
    margin-right: 20px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .header__action-item:not(.header__action-item--currency):not(.header__action-item--locale)::after {
    display: none;
  }

  .header__action-item--currency + .header__action-item--locale {
    padding-left: 9px;
  }

  /* Not really beautiful but coulnd't find a better way */
  .header__action-item.hidden-tablet-and-up:first-child + .header__action-item {
    padding-left: 35px;
  }
}

@media screen and (min-width: 1280px) {
  /* .header__action-item {
    padding: 0 35px;
  } */

  .header__action-item:last-child {
    padding-right: 0;
  }

  .header__action-item--currency,
  .header__action-item--locale {
    margin-right: 0;
  }

  .header__cart-icon {
    display: inline-block;
    /* margin-right: 22px; */
    top: -1px; /* Slight adjustment for the pixel perfect muahah */
  }
}

/**
 * --------------------------------------------------------------------
 * SEARCH
 * --------------------------------------------------------------------
 */

.search-bar {
  position: relative;
  min-width: 100%;
  padding-bottom: 15px;
  z-index: 1;
  font-size: 1rem;
}

/* Top part */
.search-bar__top {
  position: relative;
  display: flex;
  height: 53px;
  align-items: center;
  border-radius: 15px;
  background: transparent;
  border-width: 1px;
  border-color: var(--primary-button-background);
  border-style: solid;
  color: var(--text-color);
  z-index: 1;
  box-shadow: none !important;
}

.search-bar__input-wrapper {
  position: relative;
  flex: 1 0 auto;
  height: 100%;
}

.search-bar__input {
  height: 100%;
  width: 100%;
  padding: 0 16px 1px 16px;
  border: none;
  border-radius: 15px 0 0 15px;
  background-color: transparent;
  line-height: normal;
  color: var(--heading-color);
  -webkit-appearance: none;
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range],
.search-bar__submit {
     color: #43423C!important;
}


.search-bar__input::-moz-placeholder {
  color: var(--text-color);
  opacity: 1;
}

.search-bar__input:-ms-input-placeholder {
  color: var(--text-color);
  opacity: 1;
}

.search-bar__input::placeholder {
  color: var(--text-color);
  opacity: 1;
}

.search-bar__input::-ms-clear {
  display: none;
}

.search-bar__input:focus {
  outline: none;
}

.search-bar__input-clear {
  position: absolute;
  right: 15px;
  top: calc(50% - 9px);
  display: none;
  opacity: 0.5;
}

.search-bar__input-clear svg {
  display: block;
  width: 17px;
  height: 17px;
}

.search-bar__input.is-filled + .search-bar__input-clear {
  display: block;
}

.search-bar__filter {
  display: none;
  border-left: 1px solid var(--header-border-color);
}

.search-bar__filter-label {
  display: block;
  height: 44px;
  padding: 0 30px 0 25px;
  line-height: 43px; /* The -1px allows to account for rounding errors */
}

.search-bar__filter-label svg {
  margin-left: 11px;
  width: 12px;
  height: 8px;
}

.search-bar__submit {
  flex: none;
  width: 50px;
  height: 100%;
  font-weight: 400;
  font-size: 21px;
  color: var(--secondary-background);
  background: #D5D892;
  border-radius: 0 14px 14px 0;
}

.search-bar__submit svg {
  position: relative;
}

.search-bar__submit .icon--search {
  width: 21px;
  height: 21px;
}

.search-bar__submit .icon--search-loader {
  display: none;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}

/* Inner */
.search-bar__inner {
  position: absolute;
  display: none;
  left: -20px;
  top: calc(100% + 8px);
  width: 100vw;
  overflow: hidden;
  color: var(--text-color);
  background: none;
}

.search-bar__results,
.search-bar__menu-wrapper {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  background: var(--secondary-background);
  /* box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1); */
  display: none;
}
.search-bar__results{
	box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
}
.search-bar__results[aria-hidden="false"],
.search-bar__menu-wrapper[aria-hidden="false"],
.search-bar.is-expanded .search-bar__inner {
  display: block;
}

.search-bar__empty-state {
  text-align: center;
  padding: 50px 0;
}


/* To reduce the complexity of JavaScript and use Liquid as much as possible, the live search will output both
   the result for products and/or pages and blogs. We therefore then hide possible duplicate status in CSS */
.search-bar__result-products ~ .search-bar__empty-state {
  display: none;
}

/* Quick links */
.search-bar__menu-title {
  margin-bottom: 4px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
}

.search-bar__menu-wrapper {
  padding: 18px 0 12px 0;
  height: 100%;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.search-bar__menu-title,
.search-bar__menu-link {
  padding-left: 20px;
  padding-right: 20px;
}

.search-bar__menu-link {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
}

.search-bar__menu-link:hover, .search-bar__menu-link:focus {
  background: var(--accent-background);
  color: var(--accent-color);
  outline: none;
}

/* Results */
.search-bar__results .skeleton-container {
  display: none;
}

.search-bar__results {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  height: 100%;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.search-bar__result-category {
  margin: 0;
  padding: 4px 20px;

  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  font-weight: var(--text-font-bolder-weight);
  background: var(--background);
  /* box-shadow: 0 1px var(--border-color), 0 -1px var(--border-color); */
}

.search-bar__result-item {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  transition: background 0.2s ease-in-out;
}

.search-bar__result-item:not(.search-bar__result-item--skeleton):hover,
.search-bar__result-item:not(.search-bar__result-item--skeleton):focus {
  background: var(--accent-background);
  outline: none;
}

.search-bar__result-item--skeleton {
  max-width: 300px;
}

.search-bar__image-container {
  flex: none;
  width: 60px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.search-bar__image-container img {
  color: transparent; /* allows to remove the alt on Firefox during image loading */

}

.search-bar__item-info {
  flex: 1 0 0;
}

.search-bar__item-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.search-bar__item-price {
  color: var(--accent-color);
}

.search-bar__result-link {
  display: block;
  padding: 5px 20px;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.search-bar__result-link:hover, .search-bar__result-link:focus {
  color: var(--accent-color);
  background: var(--accent-background);
  outline: none;
}

.search-bar__view-all {
  display: block;
  padding: 10px;
  width: 100%;
  text-align: center;
  font-weight: var(--text-font-bolder-weight);
  color: var(--accent-color);
  transition: background 0.2s ease-in-out;
}

.search-bar__view-all:hover,
.search-bar__view-all:focus {
  background: var(--accent-background);
  outline: none;
}

.search-bar__view-all svg {
  width: 6px;
  height: 10px;
  margin-left: 12px;
}

.search-bar__view-all path {
  stroke-width: 2.5px;
}

/* Loading state */
.search-bar.is-loading .search-bar__results-inner,
.search-bar.is-loading .search-bar__submit .icon--search {
  display: none;
}

.search-bar.is-loading .skeleton-container {
  display: block;
}

.search-bar.is-loading .search-bar__submit .icon--search-loader {
  display: block;
}

/* This is not really mobile-first for this specific part, but the mobile styles are way too specific so I prefer to have them here rather than having complex overwritings */
@media screen and (max-width: 640px) {
  .search-bar {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }

  .search-bar__inner {
    max-height: 0; /* This is needed to fix a bug on iOS, DO NOT REMOVE */
    height: calc(100vh - calc(44px - 18px)); /* 18px is padding around input element */
    top: 100%;
  }

  .search-bar__top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .search-bar__top {
    flex-grow: 1;
  }

  .search-bar__close-button {
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
    opacity: 0;
    transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
  }

  .search-bar__close-text {
    padding-left: 10px;
  }

  .header__search-bar-wrapper.is-visible .search-bar {
    opacity: 1;
    transition-delay: 0.15s;
  }

  .header__search-bar-wrapper.is-fixed .search-bar {
    padding: 9px 0;
  }

  .header__search-bar-wrapper.is-fixed .search-bar__inner {
    max-height: none;
    visibility: visible;
  }

  .header__search-bar-wrapper.is-fixed .search-bar__inner-animation {
    transition: none;
  }

  .header__search-bar-wrapper.is-fixed .search-bar__close-button {
    height: auto;
    opacity: 1;
    white-space: nowrap;
  }

  @supports (padding: max(0px)) {
    .search-bar__view-all {
      padding-bottom: max(10px, env(safe-area-inset-bottom, 0px) + 10px);
    }
  }
  .search-bar__submit--desktop{
	display: none;
  }

}

@media screen and (min-width: 641px) {
  .search-bar {
    margin-top: 0;
    padding-bottom: 0;
    min-width: 0;
  }

  .search-bar__inner {
    /* width: calc(100% - 40px); we do a little trick here to being able to use overflow hidden while still displaying box-shadow */
	 width: 100%;
    top: 100%;
    left: -5px;
  }

  @supports (--css: variables) {
    .search-bar__inner {
      height: calc(100vh - var(--header-height) - 40px);
    }
  }

  .search-bar__submit .icon--search {
    top: 1px; /* Fix a small inconsistency in alignment I can't understand (seems to be due to half-pixel issue) */
  }

  .search-bar__result-category {
    padding-left: 15px;
  }

  .search-bar__results {
    max-height: 310px;
    height: auto;
  }

  @supports (--css: variables) {
    .search-bar__results {
      max-height: calc(100vh - var(--header-height) - 40px);
    }
  }

  .search-bar__menu-wrapper {
    max-height: 310px;
    height: auto;
  }

  .search-bar__results,
  .search-bar__menu-wrapper {
    left: 5px;
    width: calc(100% - 10px);
    border-radius: 0 0 3px 3px;
  }

  .search-bar__menu-title,
  .search-bar__menu-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  /* Expanded state */
  .search-bar.is-expanded .search-bar__top {
    border-bottom-left-radius: 0;
  }
  .search-bar__submit--mobile{
	display: none;
  }
}

@media screen and (min-width: 1280px) {
  .search-bar__filter {
    position: relative;
    display: block;
    height: 100%;
  }

  .search-bar__filter select {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-appearance: none;
  }
}
.map {
  padding: 0 20px;
  background: var(--secondary-background);
  border-radius: 3px;
  border: 1px solid var(--border-color);
}

.map__store-item:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.map__store-name {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.map__store-name svg {
  width: 12px;
  height: 8px;
}

.map__icon-container {
  transform: rotateZ(0deg);
  transition: transform 0.2s ease-in-out;
}

.map__store-name[aria-expanded=true] .map__icon-container {
  transform: rotateZ(180deg);
}

.map__store-collapsible {
  display: block;
  height: 0;
  overflow: hidden;
  transition: height 0.25s ease-in-out;
}

.map__store-inner {
  margin-top: -0.425em;
}

.map__store-address {
  margin-bottom: 15px;
}
.map__store-address > p {
  margin-bottom: 0 !important;
}

.map__store-hours {
  margin-bottom: 22px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

.map__direction-link,
.map__map-container {
  margin-bottom: 30px;
}

.map__map-container {
  position: relative;
  height: 160px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.map__gmap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 641px) {
  .map__map-container {
    height: 300px;
  }
}

@media screen and (min-width: 1000px) {
  .map {
    display: flex;
    height: 405px;
    padding: 0;
  }

  .map__store-list {
    width: 50%;
    max-width: 580px;
    border-right: 1px solid var(--border-color);
  }

  .map__map-container {
    height: 100%;
    flex: 1 0 auto;
    margin: 0;
  }

  .map__store-list {
    padding: 0 40px 0 30px;
    overflow: auto;
  }

  .map__store-name {
    padding: 20px 0;
  }

  .map__store-address {
    margin-bottom: 22px;
  }
}
/**
 * --------------------------------------------------------------------
 * MEDIA API
 *
 * All those colors have been defined by Shopify and standardized by them
 * --------------------------------------------------------------------
 */
.plyr.plyr--full-ui.plyr--video {
  color: var(--text-color);
  background-color: transparent;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
  background-color: transparent;
}
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video .plyr__controls {
  background-color: var(--secondary-background);
  border-color: rgba(var(--text-color-rgb), 0.05);
}
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
  background-color: var(--secondary-background);
  border-color: rgba(var(--text-color-rgb), 0.05);
}
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus, .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
  color: rgba(var(--text-color-rgb) 0.55);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--secondary-background);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--secondary-background);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--secondary-background);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor 0, rgba(var(--text-color-rgb) 0.6)) 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(var(--text-color-rgb) 0.6)) var(--value, 0));
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-track {
  background-color: rgba(var(--text-color-rgb) 0.6);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-fill-upper {
  background-color: rgba(var(--text-color-rgb) 0.6);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(var(--text-color-rgb) 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(var(--text-color-rgb) 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(var(--text-color-rgb) 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(var(--text-color-rgb) 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(var(--text-color-rgb) 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(var(--text-color-rgb) 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
  background-color: var(--text-color);
  color: var(--secondary-background);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip::before {
  border-top-color: var(--text-color);
}
.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
  background-image: linear-gradient(-45deg, rgba(var(--text-color-rgb) 0.6) 25%, transparent 25%, transparent 50%, rgba(var(--text-color-rgb) 0.6) 50%, rgba(var(--text-color-rgb) 0.6) 75%, transparent 75%, transparent);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range] {
  color: var(--secondary-background);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--text-color);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--text-color);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--text-color);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor 0, rgba(var(--secondary-background-rgb), 0.6) 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(var(--secondary-background-rgb), 0.6) var(--value, 0));
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-track, .plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-fill-upper {
  background-color: rgba(var(--secondary-background-rgb), 0.6);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(var(--secondary-background-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(var(--secondary-background-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(var(--secondary-background-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(var(--secondary-background-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(var(--secondary-background-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(var(--secondary-background-rgb), 0.25);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: var(--secondary-background);
  border-color: rgba(var(--text-color-rgb) 0.05);
}
.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: var(--text-color);
}
.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(var(--text-color-rgb) 0.55);
}
.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active, .shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: rgba(var(--text-color-rgb) 0.55);
  background: rgba(var(--text-color-rgb) 0.05);
}
.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: rgba(var(--text-color-rgb) 0.05);
}
.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: var(--secondary-background);
  border-color: rgba(var(--text-color-rgb) 0.05);
}
.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover, .shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: rgba(var(--text-color-rgb) 0.55);
}

/**
 * --------------------------------------------------------------------
 * VIDEO WRAPPER
 * --------------------------------------------------------------------
 */

.video-wrapper {
  padding-bottom: 56.25%; /* for 16:9 ratio */
  padding-top: 25px;
  margin-bottom: 25px;
  position: relative;
  height: 0;
}

/* .video-wrapper::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
} */

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper iframe:not([src]) {
  /* pointer-events: none; */
}

/* For native one we use a different thing */
.video-wrapper--native::after {
  display: none;
}
.video-wrapper--native .plyr,
.video-wrapper--native video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper--native .plyr__video-wrapper,
.video-wrapper--native video {
  height: 100%;
}

.video-wrapper__image-wrapper {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.video-wrapper__image-wrapper,
.video-wrapper__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center";
  /* IE 11 polyfill */
}

.icon--play {
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.4));
}

.video-wrapper .icon--play {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  height: 80px;
  width: 80px;
  opacity: 1;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

@media screen and (any-hover: hover) {
  .video-wrapper:hover .icon--play {
    transform: scale(1.15);
  }
}

/**
 * --------------------------------------------------------------------
 * VIDEO ITEM (used for standalone section)
 * --------------------------------------------------------------------
 */

.video-item {
  max-width: 855px;
  margin: 20px auto;
}
.pdp-image-w-text .video-item {
	margin: 0 auto;
 }
.pdp-image-w-text .video-wrapper{
	margin-bottom: 0px;
 }
.video-item--stretch {
  max-width: none;
}

.video-item[aria-hidden=true] {
  display: none;
}

.video-item .video-wrapper iframe {
  visibility: hidden;
  height: 0;
  width: 0; /* setting dimensions to zero allows to fix a bug in Safari iOS on which the iframe will capture all the clicks */
}

.video-item.is-playing .video-wrapper__image-wrapper {
  visibility: hidden;
  opacity: 0;
}

.video-item.is-playing iframe {
  visibility: visible;
  height: 100%;
  width: 100%;
}

/**
 * --------------------------------------------------------------------
 * 3D MODEL WRAPPER
 * --------------------------------------------------------------------
 */
.model-wrapper {
  position: relative;
  padding-bottom: 100%;
}

.model-wrapper .shopify-model-viewer-ui,
.model-wrapper model-viewer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mosaic {
  margin: 0 -10px -20px -10px;
}

.mosaic__item {
  padding: 0 10px 20px 10px;
}

.mosaic__item > :first-child {
  min-height: 240px;
}

.mosaic--large .mosaic__item > :first-child {
  min-height: 280px;
}

@media screen and (max-width: 999px) {
  /* On mobile we increase the height of some elements (so that elements that appear bigger on desktop also appear bigger on mobile */
  .mosaic--two-columns .mosaic__column:first-child .mosaic__item > :first-child,
  .mosaic--three-columns .mosaic__column:nth-child(2) .mosaic__item > :first-child {
    min-height: 340px;
  }
}

@media screen and (min-width: 641px) {
  .mosaic {
    margin: 0 -15px -30px -15px;
  }

  .mosaic__item {
    padding: 0 15px 30px 15px;
  }
}

@media screen and (min-width: 1000px) {
  .mosaic {
    display: flex;
  }

  .mosaic__column {
    display: flex;
    flex-direction: column;
    flex: 1 0 0%;
  }

  .mosaic__item {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
  }

  .mosaic__item > :first-child {
    flex: 1 0 auto;
    height: 100%;
    min-height: 260px;
  }

  .mosaic--small .mosaic__item > :first-child {
    min-height: 225px;
  }

  .mosaic--large .mosaic__item > :first-child {
    min-height: 300px;
  }

  /* In this configuration the first column is larger */
  .mosaic--two-columns .mosaic__column:first-child {
    flex-grow: 1.38;
  }

  /* In this configuration the second column is twice as large as others */
  .mosaic--three-columns .mosaic__column:nth-child(2) {
    flex-grow: 1.38;
  }
}
/**
 * --------------------------------------------------------------------
 * DROPDOWN MENU
 * --------------------------------------------------------------------
 */

.nav-dropdown {
  position: absolute;
  top: 100%;
  padding: 16px 0;
  list-style: none;
  background: var(--secondary-background);
  color: var(--text-color);
  border-radius: 0 0 3px 3px;
  border: 1px solid var(--border-color);
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.nav-dropdown:not(.nav-dropdown--floating) {
  left: -15px;
}

.nav-dropdown--floating {
  margin-top: 7px;
  border: none;
  border-radius: 3px;
}

.nav-dropdown--floating::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.1), 5px 0 5px -2px rgba(0, 0, 0, 0.1), 0 -5px 5px -2px rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.nav-dropdown--glued:not(.nav-dropdown--inverse) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.nav-dropdown--glued.nav-dropdown--inverse {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.nav-dropdown--fixed {
  min-height: 420px;
}

.nav-dropdown--restrict {
  max-height: calc(100vh - 0px - 0px - 40px);
  max-height: calc(100vh - var(--header-height, 0px) - var(--announcement-bar-height, 0px) - 40px);
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

/* We have a way to set a max height for browsers supporting CSS variables */
@supports (--css: variables) {
  .nav-bar .nav-dropdown .nav-dropdown {
    max-height: calc(100vh - 0px - 40px);
    max-height: calc(100vh - var(--distance-to-top, 0px) - 40px);
    overflow: auto;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }
}

.nav-dropdown[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

.nav-dropdown .icon--nav-triangle-borderless {
  position: absolute;
  bottom: 100%;
  left: 16px;
  width: 20px;
  height: 9px;
  z-index: 1;
}

.nav-dropdown .icon--nav-triangle-left {
  position: absolute;
  top: 23px;
  right: 100%;
  height: 20px;
  width: 9px;
  z-index: 1;
}

.nav-dropdown__item:not(.has-mega-menu) {
  position: relative;
}

.nav-dropdown__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 60px 2px 20px;
  cursor: pointer;
}

.nav-dropdown__link svg {
  position: relative;
  width: 8px;
  height: 12px;
  top: 1px;
  margin: 0 -40px 0 65px;
}

.nav-dropdown__link[aria-expanded=true] {
  color: var(--accent-color);
}

/* Handle sub-levels */
.nav-dropdown .nav-dropdown {
  left: 100%;
  top: -17px; /* 16px + 1px of border */
  margin-top: 0;
  min-width: 0;
  border-radius: 0 3px 3px 0;
}

.nav-dropdown--inverse .nav-dropdown {
  right: 100%;
  left: auto;
  border-radius: 3px 0 0 3px;
}

.nav-dropdown--inverse .nav-dropdown .icon--nav-triangle-left {
  right: auto;
  left: 100%;
  transform: rotateZ(180deg);
}

.nav-dropdown .nav-dropdown--floating {
  top: -16px; /* floating dropdown do not have border so there is one less pixel */
  border-left: 1px solid var(--border-color);
}

/**
 * --------------------------------------------------------------------
 * MEGA MENU
 * --------------------------------------------------------------------
 */

.mega-menu {
  position: absolute;
  width: 100vw;
  left: 0;
  top: 100%;
  background: var(--secondary-background);
  border-radius: 0 0 3px 3px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.mega-menu--floating {
  max-width: 0;
}

.mega-menu[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

.mega-menu__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px 0 0 0;
  max-height: 100%;
  min-height: 100%;
  overflow: auto;
}

.mega-menu__inner--center {
  justify-content: center;
}

.mega-menu__promo {
  display: block;
  flex: 0 1 230px;
  width: 230px;
  min-width: 200px;
  margin: 0 0 30px 50px;
  white-space: normal;
  text-align: center;
}

.mega-menu__promo + .mega-menu__promo {
  margin-left: 20px;
}

.mega-menu__column-list {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  margin: 0 -40px;
  min-width: 0;
}

@supports (display: grid) {
  .mega-menu__column-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  }
}

.mega-menu__column {
  display: block;
  flex: 0 1 auto;
  margin: 0 30px 30px 30px;
}

.mega-menu:not(.mega-menu--floating) .mega-menu__column:first-child {
  margin-left: 0 !important;
}
.mega-menu:not(.mega-menu--floating) .mega-menu__column:last-child {
  margin-right: 0 !important;
}

.mega-menu__title {
  display: block;
  margin-bottom: 10px;
}

.mega-menu__linklist {
  list-style: none;
}

.mega-menu__link {
  display: block;
  padding: 5px 0 6px 0;
  line-height: 1.2;
  font-size:0.9rem;
}

.mega-menu__image-wrapper {
  margin: 5px 0 22px 0;
  border-radius: 30px;
  overflow: hidden;
}

.mega-menu__promo .aspect-ratio {
  transform: scale(1.01); /* This is necessary to fix an issue with rounding pixels on Chrome */
  transition: transform 0.6s ease-in-out;
}

.features--animate-zoom .mega-menu__promo:hover .aspect-ratio {
  transform: scale(1.06);
}

.mega-menu__promo:hover .mega-menu__image-heading {
  color: var(--accent-color);
}

.mega-menu__image-heading {
  display: block;
  margin-bottom: 7px;
  transition: color 0.2s ease-in-out;
}

.mega-menu__image-text {
  line-height: 1.5;
}

/* When inside a nav-bar (inline navigation) we have to restrict the height, so that in case it contains way too many links
   it can become scrollable. The 40px is just a way to give a bit more space below */
.nav-bar .mega-menu {
  max-height: calc(100vh - 0px - 0px - 40px);
  max-height: calc(100vh - var(--header-height, 0px) - var(--announcement-bar-height, 0px) - 40px);
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

@media screen and (min-width: 1280px) {
  .mega-menu__column {
    margin-left: 40px;
    margin-right: 40px;
  }

  .mega-menu__inner--large .mega-menu__column {
    margin-left: 50px;
    margin-right: 50px;
  }

  .mega-menu__promo {
    flex-basis: 290px;
    width: 290px;
  }
}

@media screen and (min-width: 1440px) {
  .mega-menu__inner--center .mega-menu__column {
    margin-left: 45px;
    margin-right: 45px;
  }

  .mega-menu__inner--large .mega-menu__column {
    margin-left: 60px;
    margin-right: 60px;
  }

  .mega-menu__promo {
    min-width: 240px;
  }
}

/* Floating mega-menu variation */
.mega-menu--floating {
  width: 100vw;
  height: 100%;
  left: 100%;
  top: 0;
  border: none;
  border-radius: 0 3px 3px 0;
  border-left: 1px solid var(--border-color);
}

.mega-menu--floating::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.1), 5px 0 5px -2px rgba(0, 0, 0, 0.1), 0 -5px 5px -2px rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.mega-menu--floating .mega-menu__inner {
  margin: 0;
  padding-right: 30px;
  padding-left: 25px;
  /*max-width: 0;*/
  /* We do that to prevent overflow as the real size is dynamically calculated based on available space */
}
.mega-menu--floating .mega-menu__title {
  margin-bottom: 5px;
}

.mega-menu--floating .mega-menu__column {
  display: block;
  flex: 0 0 170px;
  margin-right: 30px;
  margin-left: 30px;
  white-space: normal;
}

.mega-menu--floating .mega-menu__column-list {
  margin: 0 -30px;
}

/**
 * --------------------------------------------------------------------
 * NAV BAR (this one is the inline navigation used on desktop)
 * --------------------------------------------------------------------
 */

.nav-bar {
  display: none;
}

@media screen and (min-width: 1000px) {
  .nav-bar {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    border-bottom: 1px solid var(--border-color);
    background: var(--secondary-background);
  }

  /* .nav-bar::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 40px;
    right: 0;
    top: 0;
    background: linear-gradient(to right, rgba(var(--secondary-background-rgb), 0.1), rgba(var(--secondary-background-rgb), 0.6) 35%, var(--secondary-background));
  } */

  .nav-bar__item {
    position: relative;
    display: inline-block;
    margin-right: 26px;
    padding: 5px 0;
  }

  .nav-bar__item--static {
    position: static;
  }

  .nav-bar__item > .nav-dropdown {
    min-width: calc(100% + 20px);
  }
  .nav-bar__inner .container{
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 15px;
	align-items: center;
  }
  .mega-menu .container{
    justify-content: center;

  }
  .header__action-item--switcher .nav-bar__linklist .nav-bar__item .nav-bar__link {
    display: block;
    cursor: pointer;
	 font-weight: 600;
	 font-size: 1.2rem;
	 line-height: 1.5;
	 white-space: nowrap;
	padding-top: 4px;
  }

  .nav-bar__link .icon--arrow-bottom {
    width: 15px;
    height: 7px;
    margin-left: 10px;
  }
  .header__action-item--switcher .nav-bar__linklist .nav-bar__item .nav-bar__link .icon--arrow-bottom{
	margin-left: 17px;
  }

  .nav-bar__link .icon--nav-triangle {
    opacity: 0;
    position: absolute;
    bottom: -1px;
    width: 20px;
    height: 9px;
    margin-left: -16px;
    z-index: 2;
    transition: 0.2s ease-in-out;
  }

  .nav-bar__link[aria-expanded=true] {
    color: var(--accent-color);
  }

  .nav-bar__link[aria-expanded=true] .icon--nav-triangle {
    opacity: 1;
  }
}

/**
 * --------------------------------------------------------------------
 * MOBILE MENU
 * --------------------------------------------------------------------
 */

.mobile-menu {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 100%;
  visibility: hidden;
  max-height: 0; /* This is needed to fix a bug on iOS, DO NOT REMOVE */
  z-index: 1;
  opacity: 0;
  color: var(--text-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
  transform: scale(0.9);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
  will-change: transform;
}

.mobile-menu .icon--arrow-right,
.mobile-menu .icon--arrow-left {
  width: 8px;
  height: 12px;
}

.mobile-menu[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
}

.mobile-menu__inner {
  position: relative;
  max-width: 100vw;
  height: 100%;
  overflow: hidden;
}

.mobile-menu .icon--nav-triangle-borderless {
  position: absolute;
  bottom: 100%;
  left: 20px;
  width: 18px;
  height: 8px;
  z-index: 1;
}

.mobile-menu__panel {
  position: relative;
  height: 100%;
  background: var(--secondary-background);
  overflow-y: auto;
  overflow-x: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
  transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1), visibility 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-menu__panel.is-nested {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 1;
  transform: translateX(100%);
}

.mobile-menu__section {
  padding: 16px 20px;
}

.mobile-menu__section--loose {
  padding-top: 18px;
  padding-bottom: 18px;
}

.mobile-menu__section:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.mobile-menu__section.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: var(--secondary-background);
  z-index: 1;
}

.mobile-menu__nav {
  list-style: none;
}

.mobile-menu__nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 0 7px 0;
}

.mobile-menu__back-button {
  display: block;
  width: 100%;
  text-align: left;
}

.mobile-menu__back-button svg {
  margin-right: 8px;
  vertical-align: -1px;
}

.mobile-menu__nav-list {
  margin-top: 2px;
}

.mobile-menu__nav-list-toggle {
  width: 100%;
  text-align: left;
  padding: 4px 0; /* allows to increase touch area a bit */
}

.mobile-menu__nav-list-toggle svg {
  width: 12px;
  height: 8px;
  margin-left: 12px;
  transition: transform 0.3s ease-in-out;
}

.mobile-menu__nav-list-toggle[aria-expanded=true] svg {
  transform: rotateZ(180deg);
}

.mobile-menu__nav-list-item {
  margin-bottom: 22px;
}

.mobile-menu__nav-collapsible {
  height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.mobile-menu__nav-collapsible-content {
  margin-top: 4px;
}

.mobile-menu__promo {
  display: block;
  /* padding: 20px 0 25px 0; */
  text-align: center;
}

.mobile-menu__image-wrapper {
  margin-bottom: 22px;
  border-radius: 3px;
  overflow: hidden;
}

.mobile-menu__image-heading {
  display: block;
  margin-bottom: 0;
  text-align: left;
  /* font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px)); */
}

.mobile-menu__image-text {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
}

.mobile-menu__promo-list {
  display: flex;
  flex-flow: row nowrap;
  margin-left: -10px;
  margin-right: -10px;
}

.mobile-menu__promo-list .mobile-menu__promo-item {
  flex: 0 0 auto;
  width: 81%;
  white-space: normal;
  scroll-snap-align: center;
}

.mobile-menu__promo-list .mobile-menu__promo {
  margin-left: 10px;
  margin-right: 10px;
}

.scroller .mobile-menu__promo-list::before {
  content: "";
  flex: 0 0 20px;
}

.scroller .mobile-menu__promo-list::after {
  content: "";
  flex: 0 0 13px;
}

@supports (padding: max(0px)) {
  .mobile-menu__section:last-child {
    padding-bottom: max(16px, env(safe-area-inset-bottom, 0px) + 16px);
  }
}

@media screen and (min-width: 641px) {
  .mobile-menu .icon--nav-triangle-borderless {
    left: 40px;
  }
}

/* States */
.mobile-menu[aria-hidden=false] .mobile-menu__panel.is-open {
  transform: translateX(0);
  visibility: visible;
}

/* Help icons */
.mobile-menu__help-wrapper {
  display: flex;
  align-items: center;
}

.mobile-menu__help-wrapper .icon--bi-phone {
  margin-right: 16px;
  width: 24px;
  height: 24px;
}

.mobile-menu__help-wrapper .icon--bi-email {
  margin-right: 18px;
  width: 22px;
  height: 22px;
}

.mobile-menu__help-wrapper + .mobile-menu__help-wrapper {
  margin-top: 18px;
}
/**
 * --------------------------------------------------------------------
 * LINE ITEM
 * --------------------------------------------------------------------
 */

.line-item__product-info-wrapper {
  display: flex;
  align-items: flex-start;
}

.line-item__image-wrapper {
  width: 60px;
  min-width: 60px;
  margin-right: 20px;
}

.line-item__meta {
  font-size: 1rem;
}

.line-item__vendor,
.line-item__plan-allocation,
.line-item__property-list {
  display: block;
  margin-bottom: 7px;
  line-height: 1.5;
  font-size: 1rem;
}


.line-item__title {
  display: block;
  margin-bottom: 4px;
  line-height: 1.5;
}

.line-item__property-list {
  list-style: none;
  line-height: 1.5;
  margin: 6px 0;
}

.line-item__price {
  display: inline-block;
  font-size:1.2rem!important;
  color: var(--accent-color);
}

.line-item__price--compare {
  color: var(--text-color);
  font-size: 0.9rem!important
  font-weight: 400;
}

.line-item__price--highlight {
   color: var(--text-color);
}

.line-item__price--compare {
  position: relative;
  margin-left: 20px;
}

.line-item__price--compare::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -5px;
  width: calc(100% + 10px);
  height: 1px;
  background: rgba(var(--text-color-rgb), 0.7);
}

.line-item__price-info {
  margin-top: -2px;
  font-size: 0.9rem;
}

.line-item__discount-list {
  list-style: none;
  margin-top: 2px;
}

.line-item__discount {
  display: inline-block;
  font-weight: var(--text-font-bolder-weight);
  font-size: 0.9rem;
  background: rgba(var(--product-on-sale-accent-rgb), 0.08);
  color: var(--product-on-sale-accent);
  border-radius: 2px;
  padding: 0 11px;
}

.line-item__discount svg {
  margin-right: 6px;
  vertical-align: text-bottom;
}

.line-item__quantity-remove {
  display: inline-block;
  margin-left: 10px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  line-height: 1;
}

@media screen and (max-width: 640px) {
  /* On mobile the line items are displayed differently on cart page */
  .line-item-table,
  .line-item-table tbody {
    display: block;
    width: auto;
  }

  .line-item--stack {
    display: block;
    white-space: normal;
  }

  .line-item--stack:first-child {
    border-top: none !important;
  }

  .line-item--stack .line-item__image-wrapper {
    width: 80px;
    min-width: 80px;
  }

  .line-item--stack .line-item__product-info {
    display: block; /* Allows to disable the table layout */
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .line-item--stack .line-item__title {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  }

  .line-item--stack .line-item__price {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  }

  .line-item--stack .line-item__quantity {
    margin-top: 12px;
  }
}

@media screen and (min-width: 641px) {
  .line-item__product-info-wrapper {
    align-items: center;
  }

  .line-item__title {
    white-space: normal;
  }

  .line-item__image-wrapper {
    width: 120px;
    min-width: 120px;
  }

  .line-item__quantity-remove {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 10px auto 0 auto;
  }
}

/**
 * --------------------------------------------------------------------
 * FULFILLMENT ITEM (included in order details only)
 * --------------------------------------------------------------------
 */

/* Bit hacky and ugly, sorry! */
.fulfillment-item {
  border-top: none !important;
}

.fulfillment-item td {
  padding-top: 0 !important;
}

/**
 * --------------------------------------------------------------------
 * ORDER FOOT (used in order details in customer account)
 * --------------------------------------------------------------------
 */

.order-foot {
  border-top: 1px solid var(--border-color);
}

.order-foot__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px 16px 0;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.order-foot__item + .order-foot__item {
  border-top: 1px solid var(--border-color);
}

.order-foot__item--highlight,
.order-foot__item--strong {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
  font-weight: var(--text-font-bolder-weight);
}

.order-foot__item--highlight {
  color: var(--product-on-sale-accent);
}

.order-foot__item--strong {
  color: var(--heading-color);
}

@media screen and (max-width: 640px) {
  .card .order-foot {
    margin-left: 20px;
  }
}

@media screen and (min-width: 641px) {
  .order-foot__inner {
    max-width: 470px;
    margin-left: auto;
  }

  .order-foot__item {
    padding-right: 30px;
    padding-left: 20px;
  }
}

/**
 * --------------------------------------------------------------------
 * ORDER SUMMARY (used on account pages)
 * --------------------------------------------------------------------
 */

.order-summary__alert {
  margin: 21px 0 5px 0;
}

@media screen and (min-width: 641px) {
  .order-summary__alert {
    margin: 24px 0 12px 0;
  }
}

/**
 * --------------------------------------------------------------------
 * ADDRESS LIST (used on account pages)
 * --------------------------------------------------------------------
 */

.address-list,
.address-list__item + .address-list__item {
  border-top: 1px solid var(--border-color);
}

.address-list__item {
  padding: 24px 20px;
}

.address-list__action-list {
  margin-top: 14px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

.address-list__action-list > :last-child {
  margin-left: 18px;
}

@media screen and (max-width: 640px) {
  .address-list,
  .address-list__item + .address-list__item {
    display: block;
    position: relative;
    border-top: none;
  }

  .address-list::before,
  .address-list__item + .address-list__item::before {
    position: absolute;
    content: "";
    height: 1px;
    width: calc(100% - 20px);
    top: 0;
    left: 20px;
    background: var(--border-color);
  }
}

@media screen and (min-width: 641px) {
  /* There is a slightly different adjustment on the design files just for this element, for no real reason, but well... let's respect the design with an ugly exception */
  .template-addresses .card__section--tight {
    padding-right: 20px;
  }

  .address-list {
    display: flex;
    flex-wrap: wrap;
  }

  .address-list__item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 0 0 50%;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 1px var(--border-color), 1px 0 var(--border-color);
    border-top: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .address-list__item {
    flex-basis: 33.333333%;
  }
}
.page__header {
  /* display: flex; */
  justify-content: space-between;
  align-items: stretch;
  margin: 28px 0;
}
.section__blog-post .page__header{
	margin-top: 0;
	margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.section__blog-post .page__title.heading{
    font-size: 2.1rem;
	font-weight: 400;
	line-height: 1.5;
}
.page__header--stack {
  flex-direction: column;
  align-items: flex-start;
}

.page__header--centered {
  justify-content: center;
  text-align: center;
}

.page__header--stack.page__header--centered {
  align-items: center;
}

.page__header--image {
  position: relative;
  justify-content: center;
  background-size: cover;
  background-position: center;
  min-height: 250px;
  padding: 25px;
  border-radius: 3px;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.page__header--image.page__header--overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

.shopify-section:first-child .page__header--image {
  border-radius: 0;
  margin-top: 0 !important;
}

.page__header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.page__header-image--placeholder {
  fill: dimgrey;
  background: darkgrey;
}

.page__header-content {
  z-index: 1;
}

.page__title {
  margin-bottom: 0;
}

/* Page sub-header is a small text container that is typically used to hold breadcrumbs and other secondary info (only on tablet and up) */
.page__sub-header {
  display: none;
  margin: 0px 0;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

/* Page description must be contained within a page__header, and has less spacing than page__content */
.page__description {
  margin: 10px 0 0 0;
}

.page__button-action {
  margin-top: 20px;
}

.page__tag-list {
  margin: 12px -20px -10px -20px;
  list-style: none;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}
.tag-swiper{
	margin-top: 12px;
}
.blogs-header .page__tag-list {
	margin: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px,auto));
	gap: 19px;
	font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
 }

.page__tag-item {
  position: relative;
    display: inline-block;
    margin: 0 12px 10px;
    background-color: #f8eee6;
    padding: 3px 12px;
    border-radius: 10px;
    font-style: italic;
}
.blogs-header .page__tag-item{
	margin: 0 ;
	background-color: transparent;
	padding: 3px;
	border: 1px solid #92928a;
	border-radius: 4px;
	text-align: center;
	font-style: normal;
	min-height: 62px;
	font-size: 1rem;
}
.blogs-header .page__tag-item a{
	display: flex;
	height: 100%;
	justify-content:center;align-items: center;
}
.page__tag-item.is-selected{
	background-color: #000;
	text-decoration: underline;
	color: var(--primary-button-text-color) !important;
}
.page__tag-item.is-selected {
  color: var(--accent-color);
}

/* .page__tag-item.is-selected::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
} */

.page__meta {
  margin-top: 8px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}

.page__meta-item:not(:last-child)::after {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  margin: 0 10px;
  border-radius: 100%;
  background: rgba(var(--text-color-rgb), 0.4);
  vertical-align: middle;
}

.page__navigation-item svg {
  width: 6px;
  height: 9px;
}

.page__navigation-item svg path {
  stroke-width: 1.5px;
}

.page__navigation-item--prev svg {
  margin-right: 9px;
}

.page__navigation-item--next svg {
  margin-left: 9px;
}

.page__navigation-item--prev + .page__navigation-item--next::before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 12px;
  margin: 0 15px;
  background: var(--text-color);
  vertical-align: -2px;
}

.page__content {
  margin-bottom: 40px;
}

@media screen and (min-width: 641px) {
  .page__header {
    margin: 35px 0 50px;
  }

  .page__header--image {
    min-height: 430px;
  }

  .page__sub-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .page__sub-header + .page__header {
    margin-top: 20px;
  }

  .page__meta {
    margin-top: 10px;
    font-size: 1rem;
  }

  .page__meta-item:not(:last-child)::after {
    margin: 0 16px;
  }

  .page__content {
    margin-bottom: 90px;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
  }
}

@media screen and (min-width: 1000px) {
  .page__header {
    flex-direction: column;
    align-items: stretch;
  }

  .page__header--centered {
    align-items: center;
  }
}

.popover {
  position: absolute;
  width: 100vw;
  left: 0;
  top: 100%;
  background: var(--secondary-background);
  color: var(--text-color);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out;
  will-change: transform;
}

@media screen and (max-width: 720px) {
  .popover{
    position: fixed;
  }
}





.popover .icon--nav-triangle-borderless {
  right: 67px;
}

.popover--large {
  text-align: center;
}

.popover[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  transform: scale(1.001); /* Using 1.001 force browsers like Chrome to not perform some optimizations that may result in small visual glitch */
  transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
}

.popover__inner {
  padding: 15px 20px 20px 20px;
}

.popover__inner--no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.popover .icon--nav-triangle-borderless {
  position: absolute;
  bottom: 100%;
  width: 18px;
  height: 8px;
  z-index: 2;
  filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.12));
}

.popover__header {
  padding: 12px 0 30px 0;
}

.popover__title {
  margin-bottom: 4px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 20px));
}

.popover__legend {
  margin-bottom: 16px;
}

.popover__secondary-action {
  margin-top: 16px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

.popover__secondary-action > p {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .popover__panel-list,
  .popover__panel {
    height: 100% !important;
  }

  .popover__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (min-width: 641px) {
  .popover {
    width: auto;
    min-width: 160px;
    right: -2px;
    top: calc(100% + 15px);
    left: auto;
    border-radius: 3px;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  }

  .popover .icon--nav-triangle-borderless {
    right: 27px;
  }

  .popover--large {
    min-width: 320px;
  }

  .popover__inner {
    padding: 15px 0 15px 0;
  }
.nav-dropdown__link.langSwitchLink {
	display: block;
	padding: 2px 25px;
}
  .popover__inner--restrict {
    max-height: 340px;
    overflow: auto;
  }

  .popover__header {
    padding-bottom: 15px;
  }

  .popover__title {
    margin-bottom: 8px;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));
  }
}

@media screen and (min-width: 1280px) {
  .popover {
    top: calc(100% + 9px);
  }
}

/* Linklist */
.popover__linklist {
  white-space: nowrap;
  list-style: none;
}

.popover__link-item {
  display: block;
  padding: 2px 25px;
  cursor: pointer;
  width: 100%;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
}

.popover__link-item:hover {
  background: var(--accent-background);
  color: var(--accent-color);
}

/* Panel */
.popover__panel-list {
  position: relative;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
}

.popover__panel {
  width: 100%;
  visibility: hidden;
  transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1), visibility 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

.popover__panel--default {
  transform: translateX(-100%);
}

.popover__panel--sliding {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(100%);
}

.popover[aria-hidden=false] .popover__panel.is-selected {
  visibility: visible;
}

.popover__panel.is-selected {
  transform: translateX(0);
}

/**
 * We have some specific positioning (like arrows...) for each popover, so we summarize specific code here
 */

.popover--password .icon--nav-triangle-borderless {
  right: 21px;
}

.popover--currency,
.popover--locale {
  min-width: 0;
}
.popover--unlogged .icon--nav-triangle-borderless{
	display: none;
}
@media screen and (min-width: 641px) {
  .popover--password .popover__inner {
    padding-bottom: 25px;
  }

  .popover--password .icon--nav-triangle-borderless {
    right: calc(50% - 13px);
  }

  .popover--currency {
    top: calc(100% + 3px);
    right: -27px;
  }

  .popover--currency .icon--nav-triangle-borderless {
    right: 23px;
  }

  .popover--locale {
    top: calc(100% + 3px);
    right: -26px;
  }
  .popover--locale .icon--nav-triangle-borderless {
    right: 23px;
  }

  .popover--logged {
    right: -47px;
  }

  .popover--logged .icon--nav-triangle-borderless {
    right: 50px;
  }

  .popover--unlogged {
    right: -5px;
  }
  .popover--unlogged .icon--nav-triangle-borderless {
    right: 6px;
  }
}

@media screen and (min-width: 1280px) {
  .popover--password {
    top: calc(100% + 15px);
    right: -2px;
  }

  .popover--logged {
    right: -32px;
  }

  .popover--logged .icon--nav-triangle-borderless {
    right: 29px;
  }

  .popover--unlogged {
    right: 0;
    transform: scale(0.9) translateX(calc(50% - 7px));
  }

  .popover--unlogged .icon--nav-triangle-borderless {
    left: calc(50% - 8px);
  }

  .popover--unlogged[aria-hidden=false] {
    /* transform: scale(1) translateX(calc(50% - 7px)); */
    transform: scale(1);

  }
}
/**
 * --------------------------------------------------------------------
 * PRODUCT GALLERY
 * --------------------------------------------------------------------
 */
.product-gallery {
  position: relative;
  margin-bottom: 12px;
}

.product-gallery__carousel-wrapper {
  position: relative;
  margin-bottom: 34px;
}

.product-gallery__carousel .flickity-viewport {
  transition: height 0.2s ease-in-out;
}

.product-gallery__carousel:not(.flickity-enabled) .product-gallery__carousel-item:not(.is-selected) {
  display: none;
}

.product-gallery .flickity-slider {
  will-change: unset;
}

.product-gallery__carousel-item {
  width: 100%;
  padding: 0 20px;
  border-radius: 24px;
  overflow: hidden;
}

.product-gallery__carousel-item--hidden {
  visibility: hidden;
}

.product-gallery__carousel-item[aria-hidden=true] .plyr__control {
  /* This is a quick fix to prevent the controls to gain focus until if the slide is not visible */
  visibility: hidden;
}

.product-gallery__carousel-item.is-filtered {
  display: none;
}

.product-gallery__size-limiter {
  margin: 0 auto;
}

.product-gallery__view-in-space {
  background: rgba(var(--text-color-rgb), 0.08); /* This color is defined by Shopify spec */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.product-gallery__view-in-space[data-shopify-xr-hidden] {
  visibility: hidden;
}

@media screen and (min-width: 1000px) {
  .product-gallery__view-in-space[data-shopify-xr-hidden] {
    display: none;
  }
}

.product-gallery__view-in-space svg {
  margin: -1px 8px 0 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

/* Implementation note: starting from version 1.8, the theme now supports media type in Shopify (including 3D models
     and video. As a consequence, the "zoom" now only makes sense for "images", for which the slideshow becomes draggable.
     We therefore scope this so that the notice is only shown for images */
.product-gallery__zoom-notice {
  display: none;
}

.product-gallery__zoom-notice svg {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  vertical-align: baseline;
}

.product-gallery__carousel--zoomable ~ .product-gallery__zoom-notice {
  display: block;
  margin: 12px 0 6px 0;
  width: 100%;
  text-align: center;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}
.product-gallery .scroller{
      width:100%;
}
@media screen and (max-width: 640px) {
  .product-gallery__carousel {
    margin-left: calc(-1 * var(--mobile-container-gutter));
    margin-right: calc(-1 * var(--mobile-container-gutter));
  }
}

@media screen and (min-width: 1000px) {
  .product-gallery__carousel {
    margin: -4px;
  }

  .product-gallery__carousel-item {
    padding: 4px;
  }

  .product-gallery--with-thumbnails {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .product-gallery--with-thumbnails .product-gallery__carousel-wrapper {
    flex: 1 0 auto;
    /* margin: 10px 5px 0 42px; */
	 width: 100%;
  }
}

@media screen and (min-width: 1000px) and (any-hover: hover) {
  /* Implementation note: starting from version 1.8, the theme now supports media type in Shopify (including 3D models
     and video. As a consequence, the "zoom" now only makes sense for "images", for which the slideshow becomes draggable.
     We therefore scope this so that the notice is only shown for images */
  .product-gallery__carousel--zoomable ~ .product-gallery__zoom-notice {
    margin-top: 26px;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  }

  .product-gallery__zoom-notice svg {
    margin-right: 14px;
  }
}

@media screen and (min-width: 1000px) {
  .product-gallery {
    margin-bottom: 0;
  }
}

@media screen and (hover: none) {
  .product-gallery__zoom-notice {
    display: none !important; /* Make sure it is hidden on tablet */
  }
}

/**
 * --------------------------------------------------------------------
 * PRODUCT THUMBNAILS
 * --------------------------------------------------------------------
 */

.product-gallery__thumbnail {
  position: relative;
  display: block;
  width: 60px;
  padding: 2px;
  margin: 0 4px;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: border 0.2s ease-in-out;
  cursor: pointer;
}

.product-gallery__thumbnail.is-nav-selected {
  border-color: var(--accent-color);
}

.product-gallery__thumbnail.is-filtered {
  display: none;
}

.product-gallery__thumbnail-badge {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 20px;
  height: 20px;
  z-index: 1;
}

@media screen and (max-width: 999px) {
  .product-gallery__thumbnail-list::after, .product-gallery__thumbnail-list::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: calc(var(--mobile-container-gutter) - 4px);
  }

  .product-gallery__thumbnail {
    display: inline-block;
    vertical-align: top;
    /* This is done to comply with the media API that requires thumbnails to be aligned to the top */
  }
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .product-gallery .scroller {
    margin: 0 -15px;
  }
}

@media screen and (min-width: 641px) {
  .product-gallery__thumbnail {
    /* width: 72px; */
  }
}

@media screen and (min-width: 1000px) {
  .product-gallery__thumbnail-list {
    position: relative;
    z-index: 1;
    /* margin: -2px 0 -2px -3px; negative to align the top edge to the featured image */
    max-height: 450px;
    /* width: 96px; Width + margin */
	 overflow: auto;
	 display: flex;
	 align-items: center;
	 gap: 34px;
    -ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none; /* Firefox 64 */
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .product-gallery__thumbnail-list::-webkit-scrollbar {
    -webkit-appearance: none;
  }

  .product-gallery__thumbnail {
    /* margin: 8px 4px; */
	 flex: 0 0 95px;
	 
  }
}

/**
 * --------------------------------------------------------------------
 * PRODUCT META
 * --------------------------------------------------------------------
 */

.product-meta {
  position: relative;
  margin: 0px 0 5px 0; /* Negative margin is to take into account for the padding */
}

.product-meta__title {
  margin-bottom: 14px;
}

/* When within a modal, we have to add an extra margin to prevent the title to overlap the close button */
.modal .product-meta__title {
  margin-right: 45px;
}

.product-meta__label-list {
  margin-bottom: 16px;
  font-size: 0;
}

.product-meta__label-list .product-label + .product-label {
  margin-left: 5px;
}

.product-meta__reference {
  margin-bottom: 3px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

.product-meta__reviews-badge {
  display: block;
}

.product-meta__vendor {
  text-transform: uppercase;
}

.product-meta__vendor + .product-meta__sku::before {
  display: inline-block;
  position: relative;
  content: "";
  margin: 0 14px;
  height: 13px;
  width: 1px;
  top: -1px;
  background: var(--border-color);
  vertical-align: middle;
}

.product-meta__share-buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.product-meta__share-buttons .social-media__item svg {
  opacity: 0.35;
}

.card__separator + .product-meta__share-buttons {
  margin-top: 0;
}

.product-meta__button,
.product-meta__description,
.product-meta__text {
  margin-bottom: 25px;
}

.product-meta__reviews-badge .rating__caption {
  margin-left: 12px;
}

/* On featured product section it can be configured to be shown after the form */
.product-form__payment-container + .product-meta__description,
.product-form__payment-container + .product-meta__text {
  margin-top: 25px;
  margin-bottom: 0;
}

@media screen and (min-width: 641px) {
  /*
  IMPLEMENTATION NOTE: there are a lot of manual adjustments here with negative margins, depending on which elements are here or not. This is not
                       really something I'm really happy with as it makes editing more complex. However designer absolutely wanted a pixel-perfect
                       adjustment for all conditions... which result in more complex code :)
  */
  .product-meta__share-buttons {
    margin-top: 0;
  }

  .product-meta__label-list + .product-meta__share-buttons {
    margin-top: 22px;
  }

  .product-meta__reference,
  .product-meta__reviews-badge {
    margin-bottom: 17px;
  }

  .product-meta__reviews-badge {
    /* margin-top: -4px; */
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
	 color: rgba(112, 112, 112, 0.8);
  }

  .product-meta__reference ~ .product-meta__share-buttons,
  .product-meta__reviews-badge ~ .product-meta__share-buttons {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .product-meta__reference + .product-meta__reviews-badge {
    margin-top: 5px;
  }

  .product-meta__reviews-badge .rating__caption {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  }
}

/**
 * --------------------------------------------------------------------
 * PRODUCT FORM
 * --------------------------------------------------------------------
 */

.product-form__variants {
  margin-bottom: 24px;
}

.product-form__option {
  margin-bottom: 23px;
}

.no-js .product-form__option:not(.no-js) {
  display: none;
}

.product-form__option-name {
  display: block;
  margin-bottom: 2px;
}

.product-form__selected-value {
  padding-left: 2px;
  color: var(--text-color);
}

.product-form__info-list {
  /* display: table; */
  width: 100%;
  margin: 0 0 10px 0;
  border-spacing: 0 11px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 4px;
	padding-bottom: 16px;
	/* border-bottom: 1px solid rgba(67, 66, 60, 0.2); */
}

.product-form__info-item {
  display: table-row;
  position: relative;
  
}

.product-form__inventory svg{
	position: absolute;
	top: 12px;
	left: 19px;
	width: 39px;
	height: 24px;
}
.product-form__inventory.inventory-case-4 svg{
	top: 0;
}
@media (max-width: 1000px){
  .product-form__inventory.inventory-case-4 svg{
	top: 4px;
}
}

.product-form__info-title {
  display: table-cell;
  padding-right: 12px;
  vertical-align: baseline;
  white-space: nowrap; /* Fix for Japanese kanji */
}

.product-form__info-item--quantity > * {
  padding-top: 6px;
  vertical-align: middle;
}

.product-form__info-content {
  display: table-cell;
  width: 100%;
}

.product-form__price-info {
  /* margin-top: 5px; */
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  line-height: 1.5;
}

.product-form__price-info + .product-form__price-info {
  margin-top: 0;
}

shopify-payment-terms {
  display: block;
  margin-top: 8px;
}

.product-form .select-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.product-form__quantity {
  display: inline-block;
  width: 65px;
  vertical-align: middle;
}

.product-form__inventory.inventory::before {
  margin-right: 14px;
}

.product-form__payment-container {
  display: flex;
  flex-direction: column;
}

.product-form__status-message {
  margin-top: 18px;
  height: 0;
  overflow: hidden;
  transition: height 0.25s ease-in-out;
}

.product-form .price--compare {
  /* top: -2px; */
}

@media screen and (max-width: 640px) {
  .product-form__payment-container .shopify-payment-button {
    margin-top: 16px;
  }
}

@media screen and (min-width: 641px) {
  .product-form {
    /* margin-top: -8px; for pixel perfect alignment... */
  }

  .product-form__option-name {
    margin-bottom: 7px;
  }

  .product-form__variants {
    margin-bottom: 26px;
  }

  .product-form__payment-container {
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: -9px;
  }
  .is-atc-sticky   .product-form__payment-container {
	margin: -1px 0 0;
 }
  .product-form__payment-container > * {
    flex: none;
    width: calc(50% - 18px);
    margin: 9px;
  }
}

/**
 * --------------------------------------------------------------------
 * SHOPIFY QUICK PAYMENT
 * --------------------------------------------------------------------
 */

.shopify-payment-button__button--unbranded {
  position: relative;
  display: inline-block;
  padding: 0 30px !important;
  line-height: 48px !important;
  border-radius: 2px !important;
  text-align: center;
  background: var(--secondary-button-background) !important;
  color: var(--secondary-button-text-color) !important;
  font-weight: var(--text-font-bolder-weight) !important;
  font-size: var(--base-text-font-size) !important;
  cursor: pointer;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}

.shopify-payment-button__button--unbranded:hover {
  background: rgba(var(--secondary-button-background-rgb), 0.8) !important;
}

.shopify-payment-button__button--branded {
  min-height: 48px;
}

.shopify-payment-button__button--branded .shopify-cleanslate > div {
  border-radius: 2px !important;
}

.shopify-payment-button__more-options {
  margin-top: 8px;
  color: var(--link-color);
  transition: color 0.2s ease-in-out;
}

.shopify-payment-button__more-options:not([disabled]):hover {
  text-decoration: none;
  color: var(--link-color-hover);
}

.shopify-payment-button__more-options[aria-hidden=true] {
  display: none;
}

/**
 * --------------------------------------------------------------------
 * BLOCK LIST
 * --------------------------------------------------------------------
 */

.product-block-list__item--trust .icon--lock {
  width: 18px;
  height: 24px;
  color: var(--heading-color);
}

/* This code is not super clean, but it's due to the wish of the designer to have some pixel perfect alignment that
   are specific JUST for this element and break the generic abstractions... thanks dude :D */
.product-block-list__item--shipping .shipping-estimator {
  margin-bottom: 10px;
  margin-top: -0.435em;
}

.product-block-list__item--shipping .shipping-estimator__results {
  margin-top: 26px;
  margin-bottom: -10px;
}

.product__refund-policy-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.product__refund-policy-link svg {
  width: 8px;
  height: 12px;
}
.product-block-list {
	padding-top: 40px;
 }
@media screen and (max-width: 640px) {
  .product-block-list__item:first-child .card {
    border-top: none;
  }
}

@media screen and (max-width: 999px) {
  /* we have a logic on desktop with overflow scroller and we must force it to disabled on mobile */
  .product-block-list__wrapper {
    min-height: 0 !important;
  }

  .product-block-list__item--info > .card {
    top: 0 !important;
  }
}

@media screen and (min-width: 1000px) {
  .product-block-list {
    position: relative;
	 
	 
  }

  .product-block-list__wrapper {
    width: calc(50% - 15px);
    margin-left: 0;
  }

  .product-block-list__item--info {
    position: absolute;
    top: 0;
    right: 0;
    /* width: calc(50% - 15px); */
    height: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .product-block-list--medium .product-block-list__wrapper {
    /* width: calc(55% - 15px); */
  }
  .product-block-list--medium .product-block-list__item--info {
    /* width: calc(45% - 15px); */
  }

  .product-block-list--large .product-block-list__wrapper {
    width: calc(60% - 15px);
  }
  .product-block-list--large .product-block-list__item--info {
    width: calc(40% - 15px);
  }
}

/**
 * --------------------------------------------------------------------
 * FEATURED PRODUCT (HOMEPAGE)
 * --------------------------------------------------------------------
 */

/* When within the modal we need to remove the border */
.modal .featured-product .card {
  border: none;
}

.modal .featured-product .card:first-child {
  border-right: 1px solid var(--border-color);
}

@media screen and (min-width: 1000px) {
  .featured-product {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .featured-product > * {
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }

  .featured-product > :first-child {
    border-radius: 3px 0 0 3px;
  }

  .featured-product > :last-child {
    border-radius: 0 3px 3px 0;
    border-left: none;
  }
}
/**
 * --------------------------------------------------------------------
 * PRODUCT LABEL
 * --------------------------------------------------------------------
 */

.product-label {
  display: inline-block;
  border-radius: 6px;
padding: 5px 13px;
  color: #ffffff;
  /* border-radius: 6px; */
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  line-height: 1;
  vertical-align: top;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content:center;align-items: center;
  
}

.product-label--on-sale {
  background: var(--product-on-sale-accent);
  color: var(--product-on-sale-color);
  font-weight: 600;
	font-size: 1rem;
	
	padding: 12px 10px;
	min-width: 35.92233%; /* 148/412 */
	border-radius: 0 0 20px 0;

}


.product-label--custom1 {
  background: var(--product-custom-label-1-background);
      color: var(--heading-color);


}

.product-label--custom2 {
  background: var(--product-custom-label-2-background);
     color: var(--heading-color);

}

/**
 * --------------------------------------------------------------------
 * PRODUCT PRICE
 * ---------
 -----------------------------------------------------------
 */

.price-list {
  display: inline-flex;
  align-items: baseline;
  line-height: 1.5;
  font-family: var(--text-font-family);
}

.price {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 24px));
  color: var(--accent-color);
    font-family: var(--text-font-family);
}

.price--highlight {
  margin-right: 0.7em;
  color: var(--text-color);
}

.price--compare {
  position: relative;
  color: var(--text-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
  text-decoration: line-through;
  -webkit-text-decoration-color: rgba(var(--text-color-rgb), 0.7);
          text-decoration-color: rgba(var(--text-color-rgb), 0.7);
}

/**
 * --------------------------------------------------------------------
 * INVENTORY AND BAR
 * --------------------------------------------------------------------
 */

.inventory {
  position: relative;
  display: block;
  /* padding-left: 1.4em; */
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  line-height: 1.5;
}

.inventory::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  top: 0.45em;
  border-radius: 100%;
  background: currentColor;
}

.inventory--high {
  color: var(--product-in-stock-color);
}

.inventory--low {
  color: var(--product-low-stock-color);
}

.inventory-bar {
  position: relative;
  display: block;
  margin: 16px 0 10px 0;
  width: 100%;
  height: 4px;
  border-radius: 3px;
  background: var(--border-color);
  overflow: hidden;
}

.inventory-bar--hidden {
  display: none;
}

.inventory-bar__progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  display: block;
  transition: width 1.15s ease-in-out;
}

.inventory--high + .inventory-bar > .inventory-bar__progress {
  background: var(--product-in-stock-color);
}

.inventory--low + .inventory-bar > .inventory-bar__progress {
  background: var(--product-low-stock-color);
}

@media screen and (min-width: 641px) {
  .inventory {
    font-size: 1rem;
  }

  .inventory-bar {
    margin-top: 23px;
  }
}

/**
 * --------------------------------------------------------------------
 * COLOR SWATCH
 * --------------------------------------------------------------------
 */

.color-swatch-list {
  margin: -2px -6px 0 -6px; /* We have to take into account the box-shadow and inner spacing added when an element is active */
  padding-left: 4px;
}

.color-swatch {
  position: relative;
  display: inline-block;
  margin: 6px;
  vertical-align: middle;
}

.color-swatch__radio {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}

.color-swatch__item {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-size: cover;
}

.color-swatch__item svg {
  display: none;
}

.color-swatch__item-link {
  display: none;
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  height: 18px;
  background-color: var(--secondary-background);
  box-shadow: 0 0 0 1px var(--form-border-color) inset;
  border-radius: 10px;
  width: auto;
  line-height: 18px;
  font-size: 1rem;
}

.color-swatch__button {
  vertical-align: middle;
}

.color-swatch__button--labelled {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.color-swatch__label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
}

.color-swatch__radio:checked + .color-swatch__item::after,
.color-swatch__button.is-selected .color-swatch__item::after {
  position: absolute;
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  top: -4px;
  left: -4px;
  border-radius: 3px;
  border: 2px solid var(--accent-color);
}

.color-swatch__button.is-selected .color-swatch__label {
  font-weight: var(--text-font-bolder-weight);
  color: var(--accent-color);
}

.color-swatch--white .color-swatch__item {
  box-shadow: 0 0 0 1px var(--form-border-color) inset;
}

/* The view more is used on listing, to restrict the number of displayed swatches */
.color-swatch--view-more ~ .color-swatch {
  display: none;
}

.color-swatch--view-more .color-swatch__item {
  display: none;
}

.color-swatch--view-more .color-swatch__item-link {
  display: block;
}

/** Large list variation **/
.color-swatch-list--large {
  margin: -4px -8px 0 -8px; /* We have to take into account the box-shadow and inner spacing added when an element is active */
}

.color-swatch-list--large .color-swatch {
  margin: 8px;
}

.color-swatch-list--large .color-swatch__item {
  width: 36px;
  height: 36px;
}

/** Stack list variation **/
.color-swatch-list--stack {
  margin: -3px -7px 0 -7px; /* We have to take into account the box-shadow and inner spacing added when an element is active */
}

.color-swatch-list--stack .color-swatch__item {
  width: 16px;
  height: 16px;
}

.color-swatch-list--stack .color-swatch {
  display: block;
  margin: 7px;
}

/* Disabled variation */
.color-swatch--disabled .color-swatch__item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(var(--secondary-background-rgb), 0.5);
}

.color-swatch--disabled svg {
  display: block;
  position: absolute;
  z-index: 1;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  color: #4a4a4a;
}

/**
 * --------------------------------------------------------------------
 * BLOCK SWATCH
 * --------------------------------------------------------------------
 */

.block-swatch-list {
  margin: -3px -4px 0 -4px; /* We need to take into account the box-shadow height when element is active */
  padding-left: 2px;
}

.block-swatch {
  display: inline-block;
  margin: 4px;
}

.block-swatch__radio {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}

.block-swatch__item {
  display: block;
  padding: 6px 16px 7px 16px;
  text-align: center;
  border: 1px solid var(--form-border-color);
  border-radius: 3px;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(var(--border-color-rgb), 0.25);
}

.block-swatch__radio:checked + .block-swatch__item {
  
  background: rgba(var(--secondary-button-background-rgb), 0.8);
  color: #fff
}

.block-swatch--disabled .block-swatch__item-text {
  position: relative;
  opacity: 0.5;
}

.block-swatch--disabled .block-swatch__item-text::after {
  position: absolute;
  content: "";
  width: calc(100% + 6px);
  height: 1px;
  top: calc(50% + 1px);
  left: -3px;
  background: currentColor;
}

.block-swatch__item-text{
  font-weight:700;
  
}

/**
 * --------------------------------------------------------------------
 * VARIANT SWATCH
 * --------------------------------------------------------------------
 */

.variant-swatch-list {
  margin: -5px -5px -2px -4px;
}

.variant-swatch {
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}

.variant-swatch__radio {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}

.variant-swatch__item {
  position: relative;
  display: block;
  width: 64px;
  padding: 2px;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid transparent;
}

.variant-swatch__item svg {
  display: none;
}

.variant-swatch__radio:checked + .variant-swatch__item {
  border-color: var(--accent-color);
  border-radius: 3px;
}

/* Disabled variation */
.variant-swatch--disabled img {
  opacity: 0.5;
}

.variant-swatch--disabled svg {
  display: block;
  position: absolute;
  z-index: 1;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  color: #4a4a4a;
}

/**
 * --------------------------------------------------------------------
 * PRODUCT ITEM
 * --------------------------------------------------------------------
 */

.product-item {
  position: relative;
  /* padding: 20px; */
  overflow: hidden;
  min-width: 0;
  flex-shrink: 0;
  background: var(--secondary-background);
  white-space: normal;
  height: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(55,55,55,.5);
	border-radius: 17px;
}
.product-item__total-link{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* .product-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-shadow: 1px 0 var(--border-color), 0 1px var(--border-color);
  z-index: 2; /* needed to overlap the labels (if any) 
  pointer-events: none;
} */

.product-item__image-wrapper {
  /* display: block;
  margin-bottom: 20px; */
  aspect-ratio: 1;
	position: relative;
	border-radius: 17px 17px 0 0;
	overflow: hidden;
	background: #fff;
}

.product-item__image-wrapper .placeholder-svg {
  height: auto;
}

.product-item__secondary-image {
  display: none;
}

.product-item__label-list {
  position: absolute;
  width:max-content;
  max-width: 100%;
  /* top: 11px; */
  left: -1px;
  z-index: 1;
  font-size: 0;
  
}

.product-item__label-list > .product-label {
  display: block;
  margin-bottom: 5px;
  border-radius: 0 3px 3px 0;
  width: 100%;
}

.swiper-products-list .product-item__label-list > .product-label{
	font-weight: 600;
	font-size: 1rem;
	padding: 12px 10px;
	min-width: 35.92233%;
	border-radius: 0 0 20px;
}

.product-item__info {
  min-width: 0;
  padding: 12px 20px;
  /* padding: 12px 10px; */
  border-radius: 0 0 17px 17px;
	text-align: left;
	/* border: 1px solid transparent; */
	flex: 1 0 auto;

}
.collection .product-item__info {
	padding: 12px 10px;
}
.product-item__info-inner{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.product-item__stars{
	/* margin-bottom: 13px; */
}
.product-item__price-list:first-child {
  margin-bottom: 10px;
}
.product-item--product-excerpt{
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 1.5;
	margin-bottom: 11px;
}
/* This trick is done to add some spacing in case the prices fall into two lines */
.product-item__price-list {
  margin-top: -5px;
  margin-bottom: -5px;
}

.product-item__price-list .price {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.product-item__vendor {
  display: block;
  margin-bottom: 6px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  text-transform: uppercase;
}

.product-item__vendor,
.product-item__title {
  display: block;
  line-height: 1.5;
}

.product-item__title {
	    font-weight: 600;
    font-size: 1rem;
    padding: 9px 0;
    line-height: 1.5;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex: 0 1 90px
}
/* .product-item--price-grid{
  flex: 1 0 auto;
} */
.product-item--list .product-item__title{
  flex: 0 0 auto;
}
.product-item__title svg {
	width: 27px;
	height: 34px;
}
.product-item__title svg path {
	fill: none;
}
.product-item__title + .product-item__vendor {
  margin-bottom: 12px;
  margin-top: -4px;
}

.product-item__swatch-list {
  margin: -2px 0 12px 0; /* On the collection page, we do not show more than one line */
  white-space: nowrap;
  overflow: hidden;
}

.product-item__price-info {
  margin-top: 10px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  line-height: 1;
}

.product-item .price {
  font-size: 1.2rem;
  font-weight: 400;
}

.product-item .price--compare {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
  font-weight: 400;
  
}

.product-item__reviews-badge {
  display: block;
  margin-top: 8px;
}

.product-item__inventory {
  margin-top: 10px;
}

.product-item__inventory::before {
  top: 0.3em;
}

.product-item__inventory {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}
.swiper-products-list{
	/* overflow: visible !important; */
}

.product-list__swiper-buttons{
	display: flex;
	align-items: center;
	gap: 5px;
	top: 0;
 }
 .product-list__swiper-buttons .swiper-button{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s;
	position: static !important;
	margin-top: 31px;
  background-color: #d5d791;
	
 }
 .product-list__swiper-buttons .swiper-button:after{
	display: none;
 }
 .product-list__swiper-buttons .swiper-button svg {
	width: 20px;
	height: auto;
}
.swiper-button-next, .swiper-button-prev{
	z-index: 4 !important;
}
.product-list .swiper-slide{
	height: auto;
}
.product-list .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
	margin-top: 50px !important;
}
.swiper-blogs-list .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
	margin-top: 30px !important;
  margin-bottom: 30px !important;
}
@media screen and (any-hover: hover) {
  .product-item__image-wrapper--with-secondary .product-item__primary-image,
  .product-item__image-wrapper--with-secondary .product-item__secondary-image {
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  }

  .product-item__image-wrapper--with-secondary .product-item__secondary-image {
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    visibility: hidden;
    opacity: 0;
  }

  .product-item__image-wrapper--with-secondary:hover .product-item__primary-image {
    opacity: 0;
    visibility: hidden;
  }

  .product-item__image-wrapper--with-secondary:hover .product-item__secondary-image {
    visibility: visible;
  }

  .product-item__image-wrapper--with-secondary:hover .product-item__secondary-image.lazyloaded {
    opacity: 1;
  }
}

@media screen and (min-width: 641px) {
  .product-item__title {
	font-size: 1.2rem;
  }

  .product-item--vertical .price:not(.price--compare),
  .product-item--list .price:not(.price--compare) {
    font-size: 1.2rem;
  }
  .product-item .price--compare {
	font-size: 0.9rem;
	font-weight: 400;
	
 }
  .product-item__title svg {
	width: 16px;
	height: 22px;
}
.product-item__info {
	padding: 17px;
	border-radius: 0 0 11px 11px;
}
.product-item__image-wrapper{
	border-radius: 11px 11px 0 0 ;
}
.product-item{
	border-radius: 11px;
}

 .product-list__swiper-buttons{
	position: absolute;
	right: 0;
	top: 20px;
	/* transform: translate(0px,-100%); */
 }
 .product-list__swiper-buttons .swiper-button{
	width: 36px;
	height: 36px;
 }
 .product-list__swiper-buttons .swiper-button svg {
	width: 10px;
	height: 6px;
}
.swiper-products-list,
.swiper-blogs-list{
	padding-top: 111px !important;
	margin-top: -111px !important;
	/* overflow: visible !important; */
}
}

@media screen and (min-width: 1000px) {
  .product-item__label-list {
    left: 0;
  }
  .product-item__title {
	font-size: 1.2rem;
	line-height: 1.5;
	/* margin: 13px 0; */
  }
  .product-item__title svg {
	width: 33px;
	height: 40px;
}
.product-item{
	border-radius: 20px;
}
.product-item__image-wrapper{
	border-radius: 20px 20px 0 0 ;
}
.product-item__info {
	padding: 14px 24px;
	border-radius: 0 0 20px 20px;
}
.product-item--vertical .price:not(.price--compare),
.product-item--list .price:not(.price--compare) {
  font-size: 1.2rem;
}
.product-item .price--compare {
	font-size: 0.9rem;
	font-weight: 400;
	
 }
 .product-list__swiper-buttons .swiper-button{
	width: 60px;
	height: 60px;
 } 
 .product-list__swiper-buttons .swiper-button svg {
	width: 20px;
	height: auto;
}
.product-list__swiper-buttons{
	/* top: -50px; */
	
 }
 .swiper-products-list,
 .swiper-blogs-list{
	padding-top: 150px !important;
	margin-top: -150px !important;
	/* overflow: visible !important; */
}
/* .cart-wrapper .swiper-products-list{
	width: calc(100% + 380px);
  } */
}
/* @media (min-width:1280px){
	  .cart-wrapper .swiper-products-list{
		width: calc(100% + 430px);
	  }
} */
@media (max-width: 640px){
	.swiper-products-list .swiper-scrollbar{
		display: none;
	}
	.product-list__swiper-buttons{
		justify-content: center;

	}
}
/**
 * --------------------------------------------------------------------
 * PRODUCT ITEM (VERTICAL AND HORIZONTAL VARIATION)
 * --------------------------------------------------------------------
 */

.product-item--vertical .product-item__action-list,
.product-item--horizontal .product-item__action-list {
  margin: 20px 0 5px 0;
}

.product-item--vertical .product-item__action-button,
.product-item--horizontal .product-item__action-button {
  padding-left: 10px;
  padding-right: 10px;
}

.product-item--vertical .product-item__action-list--list-view-only,
.product-item--vertical .product-item__action-button--list-view-only,
.product-item--horizontal .product-item__action-list--list-view-only,
.product-item--horizontal .product-item__action-button--list-view-only {
  display: none;
}

.product-item--vertical .product-item__action-button--list-view-only + .product-item__action-button,
.product-item--list .product-item__action-button--list-view-only + .product-item__action-button {
  margin-top: 0;
}
.product-item.product-item--list .product-item__action-button{
	min-height: 52px;
	border-radius: 10px;
padding: 14px 19px;
font-weight: 400;
font-size: 1rem;
display: inline-flex;
width: fit-content;
}
.product-item--vertical .product-item--description-list,
.product-item--list .product-item--description-list{
	height: 3.3em;
}
@media screen and (min-width: 1000px) {
  .product-item--vertical .product-item__action-list {
    margin: 15px -5px -5px -5px;
  }

  .product-item--vertical .product-item__action-button {
    flex: 1 0 auto;
    margin: 5px !important;
  }
}

/**
 * --------------------------------------------------------------------
 * PRODUCT ITEM (HORIZONTAL AND LIST VARIATION)
 * --------------------------------------------------------------------
 */

.product-item--horizontal,
.product-item--list {
  display: flex;
  flex-direction: row;
  border-radius: 0;
  border: none;
  background: transparent;
  align-items: stretch;
}
.product-item--list .product-item__label-list{
	top: 0;
}
.product-item--horizontal .product-item__info,
.product-item--list .product-item__info {
  padding: 4px 0;
  flex: 1 0 0;
  margin: 0;
  border-radius: 0;
  background: var(--secondary-background);
  flex-direction: column;
}
.product-item--list .product-item__title svg,
.product-item--horizontal .product-item__title svg{
	display: none;
}
.product-item--horizontal .product-item__image-wrapper,
.product-item--list .product-item__image-wrapper {
  flex: none;
  width: 120px;
  margin: 0 68px 0 0;
  border-radius: 0;
}

.product-item--horizontal .product-item__action-list,
.product-item--list .product-item__action-list {
  /* align-self: center; */
}

.product-item--horizontal .spr-starrating.spr-starrating {
  height: 11px;
}

.product-item--horizontal .spr-starrating .spr-icon.spr-icon {
  width: 11px;
  height: 11px;
}

@media screen and (max-width: 640px) {
  .product-item--horizontal,
  .product-item--list {
    width: 100% !important;
  }

  .product-list--collection .product-item__label-list,
  .product-list--stackable .product-item__label-list {
    left: 0;
  }

  .product-list--collection .rating__star,
  .product-list--stackable .rating__star {
    height: 11px;
    width: 11px;
  }
}

@media screen and (min-width: 641px) {
  .product-item--horizontal .product-item__image-wrapper {
    width: 110px;
    margin-right: 20px;
  }

  .product-item--horizontal .product-item__info {
    flex: 1 0 0;
  }
}

/**
 * --------------------------------------------------------------------
 * PRODUCT ITEM (LIST VARIATION)
 * --------------------------------------------------------------------
 */

@media screen and (max-width: 640px) {
  .product-item__action-list {
    margin-top: 20px;
  }
}

@media screen and (min-width: 641px) {
  .product-item--list {
    width: 100% !important;
    align-items: start;
    /* padding-right: 25px; */
  }

  .product-item--list .product-item__title {
    font-size: 1rem;
  }

  .product-item--list .product-item__image-wrapper {
    width: 290px;
	 height: 100%;
    /* margin-right: 30px; */
  }
  .product-item--list .product-item__image-wrapper .aspect-ratio {
	top: 50%;
	transform: translate(0px,-50%);
  }

  .product-item--list .product-item__info {
    display: flex;
    justify-content: space-between;
    flex: 1 0 0;
	 padding: 20px 20px 30px 30px;
	 max-height: 290px;
    /* margin: 15px 0 15px 0; */
  }

  .product-item--list .product-item__action-list {
    display: flex;
    /* margin-left: 30px; */
    min-width: 180px;
	 flex-direction: column-reverse;
	 gap: 14px;
  }
}
@media (max-width: 1280px){
	.product-item--horizontal .product-item__image-wrapper, .product-item--list .product-item__image-wrapper{
		margin-right: 20px;
	} 
	.product-item--list .product-item__info{
		max-height: unset !important;
	}
	.product-item--list .product-item__image-wrapper {
		width: 210px;
	}
}
@media (max-width: 1000px){
	.product-item.product-item--list .product-item__action-button{
		min-height: 34px;
	border-radius: 6px;
	padding: 10px 14px;
	font-size: 1rem;
	} 
	.product-item--list .product-item__image-wrapper {
		width: 140px;
	}
}
@media (max-width: 641px){
	.product-item--list .product-item__info-inner,
	.product-item--horizontal .product-item__info-inner{
		min-height: unset;
		padding: 10px;
	}
	.product-item--list .product-item__action-list,
	.product-item--horizontal .product-item__action-list{
		flex-direction: column-reverse;
		gap: 8px;
		padding: 10px;
		margin-top: 0;
	}
	.product-item.product-item--list .product-item__action-button{
		font-size: 1rem;
	}
}
@media (max-width: 467.98px){
	.product-item--horizontal, .product-item--list {
		flex-direction: column;
		border: 1px solid rgba(55,55,55,.5);
	border-radius: 17px;
	} 
	
	.product-item--list .product-item__image-wrapper{
		width: 100%;
		border-radius: 17px 17px 0 0;
	}
	.product-item--list .product-item__info {
	
		padding: 12px 20px;
		border-radius: 0 0 17px 17px;}
		.product-item--list .product-item__info-inner,
		.product-item--list .product-item__action-list{
			padding: 0;
		}
		.product-item.product-item--list .product-item__action-button{
			display: none;
		}
}
/**
 * --------------------------------------------------------------------
 * PRODUCT ITEM (COMPACT VARIATION)
 * --------------------------------------------------------------------
 */

.product-item--compact .product-item__info {
  padding-top: 0;
}

.product-item--compact .product-item__price-list:first-child {
  margin-bottom: 8px;
}

.product-item--compact .product-item__reviews-badge {
  margin: 15px 0;
}
.promo-block {
  position: relative;
  display: flex;
  min-height: 240px;
  padding: 20px 24px;
  border-radius: 3px;
  overflow: hidden;
}

.promo-block--small {
  min-height: 220px;
}

.promo-block--large {
  min-height: 260px;
}

.promo-block--top-left,
.promo-block--top-center,
.promo-block--top-right {
  align-items: flex-start;
}

.promo-block--middle-left,
.promo-block--middle-center,
.promo-block--middle-right {
  align-items: center;
}

.promo-block--bottom-left,
.promo-block--bottom-center,
.promo-block--bottom-right {
  align-items: flex-end;
}

.promo-block--top-right,
.promo-block--middle-right,
.promo-block--bottom-right {
  text-align: right;
  justify-content: flex-end;
}

.promo-block--top-center,
.promo-block--middle-center,
.promo-block--bottom-center {
  text-align: center;
  justify-content: center;
}

.promo-block--top-left,
.promo-block--middle-left,
.promo-block--bottom-left {
  text-align: left;
  justify-content: flex-start;
}

.promo-block--stretch-left {
  text-align: left;
  justify-content: flex-start;
  align-items: stretch;
}
.promo-block--stretch-right {
	text-align: right;
	justify-content: flex-end;
	align-items: stretch;
 }
 .promo-block--stretch-left .promo-block__inner,
 .promo-block--stretch-right .promo-block__inner{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 5px;
	align-items: start;
 }
 .promo-block--stretch-left .promo-block__content,
 .promo-block--stretch-right .promo-block__content{
	flex: 1 0 auto;
 }
.promo-block__image-clip,
.promo-block__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.promo-block__image-clip {
  overflow: hidden;
}

.promo-block__image-wrapper {
  background-repeat: no-repeat;
  background-position: right calc(100% + 15px);
  background-size: auto 185px;
  transition: opacity 0.2s ease-in-out, background-position 0.35s ease-in-out;
}

.promo-block__image-wrapper--cover {
  background-size: cover !important;
  background-position: center !important;
  transform: scale(1.01); /* The 1.01 is necessary to avoid some rounding issues on Chrome */
  transition: opacity 0.2s ease-in-out, transform 1.2s ease-in-out;
}

.promo-block__inner {
  position: relative;
  z-index: 1;
}

.promo-block__content {
  margin-bottom: 1em;
}

.promo-block__heading {
  margin-bottom: 3px;
  color: inherit;

  max-width: 95%;
}

.promo-block__cta.button {
  margin-top: 3px;
  padding: 0;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: unset;
  font-weight: 400;
}
.promo-block__cta.button:hover{
	box-shadow: none;
}

.promo-block--small .promo-block__image-wrapper {
  background-size: auto 155px;
}

/** Overlay variation **/
.promo-block--overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.5));
  z-index: 1;
}

@media screen and (any-hover: hover) {
  .promo-block__image-wrapper {
    background-position: right calc(100% + 35px);
  }

  .promo-block:hover .promo-block__image-wrapper {
    background-position: right calc(100% + 15px);
  }

  .features--animate-zoom .promo-block:hover .promo-block__image-wrapper--cover {
    transform: scale(1.07);
  }
}

@media screen and (min-width: 641px) {
  .promo-block {
    min-height: 270px;
    padding: 28px 29px;
  }

  .promo-block--small {
    min-height: 240px;
  }

  .promo-block--large {
    min-height: 300px;
  }
}

@media screen and (min-width: 1000px) {
  .promo-block {
    min-height: 310px;
	padding: 36px 58px 62px;

  }

  .promo-block--small {
    min-height: 280px;
  }

  .promo-block--large {
    min-height: 360px;
  }

  .promo-block__image-wrapper {
    background-size: auto 260px;
  }

  .promo-block--small .promo-block__image-wrapper {
    background-size: auto 220px;
  }

  .promo-block__heading {
    margin-bottom: 8px;
	 font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 39px));
  }

  .promo-block__cta {
    margin-top: 8px;
  }
}

/**
 * --------------------------------------------------------------------
 * GENERAL
 *
 * IMPLEMENTATION NOTE: Shopify Reviews CSS overrides our own CSS, as a consequence
 *                      to increase the CSS specificity, I had to add a wrapping class
 *                      or using the "double class" (eg: .spr-icon.spr-icon) to take precedence
 * --------------------------------------------------------------------
 */

.spr-starrating.spr-starrating,
.spr-starratings.spr-starratings {
  margin: 0;
  height: 14px;
}

.spr-icon.spr-icon::before {
  display: none; /* allow the default image to not be loaded by Shopify Reviews */
}

.spr-icon.spr-icon {
  display: inline-block;
  vertical-align: top;
  top: 0;
  height: 13px;
  width: 13px;
  opacity: 1 !important;
  /* IE11 requires it to be base64 encoded */
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI4OTZweCIgaGVpZ2h0PSI4MzJweCIgdmlld0JveD0iMCAwIDg5NiA4MzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgIDx0aXRsZT5zdmc8L3RpdGxlPiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJzdmciIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+ICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlBhdGgiIHBvaW50cz0iODk2IDMyMCA1ODIuNSAyNzkuMjE5IDQ0OCAwIDMxMy40NjkgMjc5LjIxOSAwIDMyMCAyMzAuNDY5IDUyOC44NzUgMTcxIDgzMS45MzggNDQ4IDY4My4xMjYgNzI1LjA2MiA4MzEuOTM4IDY2NS41IDUyOC44NzUiPjwvcG9seWdvbj4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
  background-size: cover;
}

.spr-icon.spr-icon-star-empty {
  opacity: 0.3 !important;
}

.spr-form-input .spr-icon.spr-icon {
  width: 17px;
  height: 17px;
}

@supports ((-webkit-mask: url('')) or (mask: url(''))) {
  .spr-icon.spr-icon {
    opacity: 1 !important;
    background: var(--product-review-star-color);
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 896 832"><path d="M896 320l-313.5-40.781L448 0 313.469 279.219 0 320l230.469 208.875L171 831.938l277-148.812 277.062 148.812L665.5 528.875z" fill-rule="nonzero"/></svg>');
            mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 896 832"><path d="M896 320l-313.5-40.781L448 0 313.469 279.219 0 320l230.469 208.875L171 831.938l277-148.812 277.062 148.812L665.5 528.875z" fill-rule="nonzero"/></svg>');
    -webkit-mask-size: cover;
            mask-size: cover;
  }

  .spr-icon.spr-icon-star-empty,
  .spr-icon.spr-icon-star-empty {
    background: rgba(var(--text-color-rgb), 0.4);
  }
}

.spr-icon + .spr-icon {
  margin-left: 4px;
}

@media screen and (min-width: 641px) {
  .spr-summary-starrating.spr-summary-starrating {
    height: 17px;
  }

  .spr-summary-starrating .spr-icon.spr-icon {
    width: 17px;
    height: 17px;
  }
}

/**
 * --------------------------------------------------------------------
 * MAIN REVIEW
 * --------------------------------------------------------------------
 */
#shopify-product-reviews {
  margin: 0 !important;
  overflow: visible !important;
}

#shopify-product-reviews .spr-container {
  padding: 0;
  border: none;
}

#shopify-product-reviews .spr-header {
  position: relative;
}

#shopify-product-reviews .spr-header-title {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  color: var(--heading-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 20px));
  line-height: 1.5;
  margin-bottom: 7px;
  text-align: left;
}

#shopify-product-reviews .spr-summary {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  align-items: center;
}

#shopify-product-reviews .spr-summary-caption {
  line-height: 1;
}

#shopify-product-reviews .spr-summary-actions {
  display: block;
  width: 100%;
}

#shopify-product-reviews .spr-summary-starrating {
  margin-right: 10px;
}

#shopify-product-reviews .spr-summary-actions-newreview,
#shopify-product-reviews .spr-button {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  line-height: 48px;
  border-radius: 2px;
  text-align: center;
  font-weight: var(--text-font-bolder-weight);
  font-size: var(--base-text-font-size);
  cursor: pointer;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  float: none;
  background: var(--primary-button-background);
    color: var(--primary-button-text-color)
}

#shopify-product-reviews .spr-summary-actions-newreview:hover,
#shopify-product-reviews .spr-button:hover {
  background: rgba(var(--primary-button-background-rgb), 0.8);
}

#shopify-product-reviews .spr-form,
#shopify-product-reviews .spr-reviews {
  margin-top: 44px;
  border-top: 1px solid var(--border-color);
}

#shopify-product-reviews .spr-form-submitted + .spr-reviews {
  margin-top: 0;
  border-top: none;
}

#shopify-product-reviews .spr-review {
  position: relative;
  border-top: none;
  margin: 28px 0 0 0;
  padding: 0;
}

#shopify-product-reviews .spr-review + .spr-review {
  margin-top: 32px;
}

#shopify-product-reviews .spr-review-header-starratings {
  margin-bottom: 12px;
}

#shopify-product-reviews .spr-review-header-title {
  margin-bottom: 14px;
  color: var(--heading-color);
  font-weight: var(--text-font-bolder-weight);
  font-size: 1rem;
  line-height: 1.5;
}

#shopify-product-reviews .spr-review-header-byline {
  position: absolute;
  margin: 0;
  bottom: calc(1em + 12px);
  left: 0;
  opacity: 1;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

#shopify-product-reviews .spr-review-header-byline strong {
  font-weight: normal;
}

#shopify-product-reviews .spr-review-content,
#shopify-product-reviews .spr-review-reply {
  margin-bottom: calc(1em + 22px);
}

#shopify-product-reviews .spr-review-reply {
  margin-top: -1.4em;
  padding: 0 0 0 12px;
  background: none;
  border-left: 2px solid var(--border-color);
}

#shopify-product-reviews .spr-review-reply-shop {
  float: none;
}

#shopify-product-reviews .spr-review-content-body {
  line-height: 1.5;
  font-size: 1rem;
}

#shopify-product-reviews .spr-review-reportreview {
  color: var(--accent-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  float: none;
  transition: color 0.2s ease-in-out;
}

#shopify-product-reviews .spr-review-reportreview:hover {
  text-decoration: underline; /*text-underline-position: under;*/
}

#shopify-product-reviews .spr-form {
  padding: 0;
}

#shopify-product-reviews .spr-form > form {
  padding-top: 22px;
}

#shopify-product-reviews .spr-form-title {
  display: none !important;
}

#shopify-product-reviews .spr-form-label {
  display: block;
  margin-bottom: 8px;
  color: var(--heading-color);
  font-weight: var(--text-font-bolder-weight);
  font-size: 1rem;
}

#shopify-product-reviews .spr-form-input-text,
#shopify-product-reviews .spr-form-input-textarea,
#shopify-product-reviews .spr-form-input-email {
  display: block;
  padding: 9px 14px;
  border-radius: 3px;
  border: 1px solid var(--border-color);
  color: var(--heading-color);
  width: 100%;
  min-height: 48px;
  line-height: normal;
  -webkit-appearance: none;
  resize: none;
  box-shadow: 0 2px 1px rgba(var(--border-color-rgb), 0.2) inset;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}

#shopify-product-reviews .spr-form-input-textarea {
  line-height: 1.5;
  max-height: 180px;
}

#shopify-product-reviews .spr-form-input-text:focus,
#shopify-product-reviews .spr-form-input-textarea:focus,
#shopify-product-reviews .spr-form-input-email:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 1px var(--accent-color);
  color: var(--heading-color);
  outline: none;
}

#shopify-product-reviews .spr-form-input::-moz-placeholder {
  color: rgba(var(--text-color-rgb), 0.6);
}

#shopify-product-reviews .spr-form-input:-ms-input-placeholder {
  color: rgba(var(--text-color-rgb), 0.6);
}

#shopify-product-reviews .spr-form-input::placeholder {
  color: rgba(var(--text-color-rgb), 0.6);
}

#shopify-product-reviews .spr-form-input.spr-starrating {
  display: block;
}

#shopify-product-reviews .spr-form-contact-name,
#shopify-product-reviews .spr-form-contact-email,
#shopify-product-reviews .spr-form-contact-location,
#shopify-product-reviews .spr-form-review-rating,
#shopify-product-reviews .spr-form-review-title,
#shopify-product-reviews .spr-form-review-body {
  margin-bottom: 25px;
}

#shopify-product-reviews .spr-form-message {
  display: block;
  margin-top: 6px;
  padding: 10px 15px;
  white-space: normal;
  font-size: 1rem;
  word-break: break-all;
  word-break: break-word;
}

#shopify-product-reviews .spr-form-message-success {
  background: var(--success-background);
  color: var(--success-color);
}

#shopify-product-reviews .spr-form-message-error {
  background: var(--error-background);
  color: var(--error-color);
}

#shopify-product-reviews .spr-pagination {
  margin-top: 16px;
  color: var(--heading-color);
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  border-top: none;
}

#shopify-product-reviews .spr-pagination a {
  transition: color 0.2s ease-in-out;
}

#shopify-product-reviews .spr-pagination a:hover {
  color: var(--accent-color);
}

#shopify-product-reviews .spr-pagination-page {
  display: inline-block;
}

#shopify-product-reviews .spr-pagination-page a,
#shopify-product-reviews .spr-pagination-page.is-active {
  display: block;
  margin: 0 2px;
  padding: 8px 11px;
  line-height: 1;
}

#shopify-product-reviews .spr-pagination-page.is-active {
  display: inline-block;
  background: var(--accent-color);
  color: var(--secondary-background);
  border-radius: 3px;
}

#shopify-product-reviews .spr-pagination-next a,
#shopify-product-reviews .spr-pagination-prev a {
  display: flex;
  align-items: center;
}

#shopify-product-reviews .spr-pagination-next svg,
#shopify-product-reviews .spr-pagination-prev svg {
  position: relative;
  width: 8px;
  height: 12px;
}

#shopify-product-reviews .spr-pagination-prev svg {
  margin-right: 14px;
}

#shopify-product-reviews .spr-pagination-next svg {
  margin-left: 14px;
}

@media screen and (max-width: 640px) {
  #shopify-product-reviews .spr-form,
  #shopify-product-reviews .spr-reviews {
    margin-top: 24px;
    border-top: none;
    padding: 0;
  }

  #shopify-product-reviews .spr-form-submitted {
    margin-top: 0;
  }

  #shopify-product-reviews .spr-form::before,
  #shopify-product-reviews .spr-form:not(.spr-form-submitted) + .spr-reviews::before,
  #shopify-product-reviews .spr-pagination::before {
    position: relative;
    content: "";
    display: block;
    width: calc(100% + var(--mobile-container-gutter));
    height: 1px;
    background: var(--border-color);
  }

  #shopify-product-reviews .spr-pagination > div {
    padding-top: 20px;
  }

  #shopify-product-reviews .spr-summary-actions {
    margin-top: 20px;
  }
}

@media screen and (min-width: 641px) {
  #shopify-product-reviews .spr-header-title {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 21px));
    line-height: 1.5;
    margin-bottom: 15px;
  }

  #shopify-product-reviews.spr-reviews--has-reviews .spr-summary {
    margin-bottom: -13px;
  }

  #shopify-product-reviews .spr-summary-actions {
    position: absolute;
    right: 0;
    top: 0.5em;
    width: auto;
  }

  #shopify-product-reviews .spr-review + .spr-review {
    margin-top: 41px;
  }

  #shopify-product-reviews .spr-review:first-child {
    margin-top: 35px;
  }

  #shopify-product-reviews .spr-review-header-title {
    margin-bottom: 12px;
  }

  #shopify-product-reviews .spr-review-content,
  #shopify-product-reviews .spr-review-reply {
    margin: 0 0 17px 0;
  }

  #shopify-product-reviews .spr-review-footer {
    text-align: right;
  }

  #shopify-product-reviews .spr-review-reportreview {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  }

  #shopify-product-reviews .spr-review-header-byline {
    bottom: 0;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  }

  #shopify-product-reviews .spr-pagination {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--border-color);
  }
}
.rte {
  word-break: break-word; /* Prevent long words to go outside the container */
}

/* Simple, minimum clearfix added to every RTE text to avoid issue with float */
.rte::after {
  content: "";
  display: block;
  clear: both;
}

.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  margin: 1em 0;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  color: var(--heading-color);
}

.rte h1:first-child,
.rte h2:first-child,
.rte h3:first-child,
.rte h4:first-child,
.rte h5:first-child,
.rte h6:first-child {
  margin-top: 0;
}

.rte h1 {
  margin: 1.4em 0 1em 0;
}

.rte h2 {
  margin: 0em 0 0.62em 0;
}

.rte h3 {
  margin: 1em 0 0.8em 0;
}

.rte h4 {
  margin: 1.9em 0 0.7em 0;
}

.rte h5 {
  margin: 2.2em 0 0.6em 0;
}

.rte h6 {
  margin: 2.5em 0 0.6em 0;
}

.rte p:not(:last-child),
.rte ul:not(:last-child),
.rte ol:not(:last-child) {
  margin-bottom: 38px;
}

.rte a:not(.button) {
  color: var(--link-color);
  transition: color 0.2s ease-in-out;
  -webkit-text-decoration: var(--text-link-decoration);
          text-decoration: var(--text-link-decoration);
  text-underline-position: under;
}

.pdp-image-w-text .rte li a:not(.button),
.pdp-image-w-text-slider-block .rte li a:not(.button){
  text-decoration: underline;
}
.rte p + .button {
  margin-top: 1.6em;
}

.rte a:not(.button):hover {
  color: var(--link-color-hover);
}


.rte ul, .rte ol {
  margin-left: 18px;
}
.article__content.rte ul, 
.article__content.rte ol{
	padding-left: 39px;
	margin-left: 0;
}
/* .article__content.rte ul p, 
.article__content.rte ol p{
	line-height: 1.2;
} */
.rte ul li, .rte ol li {
  position: relative;
}

.rte ul li:not(:last-child), .rte ol li:not(:last-child) {
  margin-bottom: 5px;
}

.rte ul {
  list-style: none;
}

.rte ul li::before {
  position: absolute;
  content: "";
  left: -18px;
  top: 0.7em;
  height: 5px;
  width: 5px;
  border-radius: 100%;
  background: rgba(var(--text-color-rgb), 0.4);
}

.rte ol {
  list-style-position: outside;
}

.rte img {
  margin: 1em 0;
}
.article__content.rte img{
 /* aspect-ratio: 1448/538; */
	max-width: 100%;
	height: auto;
	border-radius: 20px;

}


/* .rte .video-wrapper {
  margin: 2.7em 0;
} */

.rte blockquote {
  margin: 3em 0 3em 10px;
  padding-left: 20px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
  border-left: 5px solid rgba(var(--text-color-rgb), 0.4);
}

.rte table {
  margin-top: 2em;
}
.article__content.rte h2{
	font-size: 2.1rem;
}
@media screen and (min-width: 641px) {
  .rte blockquote {
    padding-left: 30px;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));
  }

  /* .rte .video-wrapper {
    margin: 3em 0;
  } */
}
@media (max-width: 1000px){
	.article__content.rte ul, 
	.article__content.rte ol{
		padding-left: 30px;
		
	} 
	.rte ul li:before{
		top: 1em;
	}
}
@media (max-width: 640px){
	  
}
.section,
.collection-layout {
  padding: 50px 0;
}
.text-block__full .image-with-text__text-aligner{
	padding: 50px 0;
	width: 100%;
	padding-right: var(--mobile-container-gutter) ;
	}
	.text-block__full .container{
		width: 100%;
	}
.section--tight {
  padding: 30px 0;
}

/* When isolated, sections use padding instead of margin (useful for sections that has plain background) */
.section--isolated {
  margin: 0 !important;
  padding: 50px 0;
}

.section--isolated.section--tight {
  padding: 40px 0;
}

.section--text-centered {
  text-align: center;
}

.section__header {
  display: flex;
  align-items: baseline;
  gap: 15px;
  justify-content: space-between;
  margin-bottom: 30px;
  overflow: hidden;
}
.section-product-slider .section__header {
	padding-right: 160px;
}
.section__title {
  margin-bottom: 0;
}
.section__title.heading{
    font-size: 2.1rem;
    font-weight: 400;
	line-height: 1.5;
}
.section__action-link {
  margin-left: 20px;
  flex-shrink: 0;
  font-weight: var(--text-font-bolder-weight);
  color: var(--accent-color);
}

.section__action-link svg {
  display: none;
}

/* The header stack is used when we display more info like a countdown timer */
.section__header-stack {
  display: flex;
  flex-direction: column;
}

/* Isolated sections are isolated due to their usage of different background/color, so here we must inherit the heading color */
.section--isolated .heading {
  color: inherit;
}
.text-block__full {
	flex: 0 0 100%;
	display: flex;
}
.text-image-full__button{
	padding: 20px 75px;
	font-size: 1rem;
	background: #707067;
	border-radius: 10px;
	display: inline-flex;
	gap: 8px;
	align-items: center;
}

@media screen and (max-width: 640px) {
  .section__header-stack > .section__title + * {
    margin-top: 10px;
  }
}

@media screen and (min-width: 641px) {
  .section,
  .collection-layout {
    padding: 80px 0;
  }
  .text-block__full .image-with-text__text-aligner{
	
	padding: 80px var(--mobile-container-gutter) ;
	}
  .section--tight {
	padding: 40px 0;
  }

  .section--isolated {
    padding: 60px 0;
  }

  .section__header {
    overflow: visible;
    margin-bottom: 35px;
  }

  .section__header--tight {
    margin-bottom: 14px;
  }

  .section__header-stack {
    flex-direction: row;
    align-items: center;
  }

  .section__action-link {
    transform: translateX(26px);
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .section__action-link svg {
    /*
    Note: for some strange reasons, on Safari (even last version), if we use a transform it cause a delay of up to 1 second on heavy home page before the
    animation starts. I couldn't find any explanation, but maybe the nested transforms (on both the link and SVG) does not work correctly on Safari. As a
    consequence, I've used a animation on right property (which is much slower but should be ok on this small piece of content)
    */
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    vertical-align: -2px;
    margin-left: 8px;
    right: -5px;
    opacity: 0;
    transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .section__header-stack > .section__title {
    margin: 0 16px 0 0;
  }
  .section__title.heading{
	font-size: 2.1rem;
  }
  .row-reverse .text-block__full .image-with-text__text-aligner{
	margin-left: auto;
	padding-left: 18px;
}
.row .text-block__full .image-with-text__text-aligner{
	margin-right: auto;
	padding-right: 18px;
}
.text-block__full .image-with-text__text-aligner .heading{
	margin-bottom: 10px;
}
.text-image-full__button {
	padding: 10px 45px;
	font-size: 1rem;
}
}
@media (min-width:767.98px){
	.text-block__full .image-with-text__text-aligner{
		width: 50%;
		} 
}
@media screen and (min-width: 1000px) {
	.section,
	.collection-layout {
	  padding: 120px 0;
	}
	.template-collection .section.image-with-text--collection{
		padding-top: 20px;
      padding-bottom: 20px;
	 }
	.text-block__full .image-with-text__text-aligner{
		/* width: 50%; */
		padding: 120px 0;
		/* padding-right: var(--desktop-container-gutter) ; */
		}
		.row-reverse .text-block__full .image-with-text__text-aligner{
			margin-left: auto;
			padding-left: 93px;
		}
		.row .text-block__full .image-with-text__text-aligner{
			margin-right: auto;
			padding-right: 93px;
		}
		.text-block__full .image-with-text__text-aligner .heading{
			margin-bottom: 100px;
		}
	.section--tight {
	 padding: 100px 0;
	}
 
	.section--isolated {
	  padding: 60px 0;
	}
	.section__title.heading{
		font-size: 2.1rem;
	}
	.section__header{
		margin-bottom: 30px;
	}
	.text-image-full__button {
		padding: 20px 70px;
		font-size: 1rem;
	}
}
@media screen and (any-hover: hover) {
  .section__action-link:hover {
    transform: translateX(0);
  }

  .section__action-link:hover svg {
    opacity: 1;
    right: 0;
  }
}
.slideshow {
  height: 400px;
  overflow: hidden;
}

.slideshow--small {
  height: 350px;
}

.slideshow--large {
  height: 450px;
}

.slideshow__slide {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.slideshow__slide-inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.slideshow:not(.flickity-enabled) .slideshow__slide:not(.is-selected) {
  display: none;
}

.slideshow__placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.slideshow__image-placeholder {
  height: 100%;
  fill: dimgrey;
  background: darkgrey;
}

.slideshow__title {
  margin-bottom: 7px;
  color: inherit;
}

.slideshow__content-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 25px;
}

.slideshow__content {
  max-width: 650px;
  margin: 0 auto 22px auto;
}

.slideshow .flickity-page-dots {
  bottom: 30px;
}

.slideshow .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: #ffffff;
  border: 3px solid #ffffff;
  transform: none !important;
  transition: background 0.25s ease-in-out;
}

.slideshow .flickity-page-dots .dot::before {
  top: -10px;
  right: -10px;
  left: -10px;
  bottom: -10px;
}

.slideshow .flickity-page-dots .dot.is-selected {
  background: transparent;
}


}


/** Overlay variation **/
.slideshow__slide--overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  z-index: 1;
}

/** Preserve ratio variation

 IMPLEMENTATION NOTE: I am using two different ways to center the content. If the slideshow is a fixed height, the theme uses a flexbox
                      based approach, while if the slideshow is not fixed (ie. respecting the image aspect ratio), I use a transform based
                      approach. I could have keep it simpler and use the transform based everywhere (which would have removed a lot of code),
                      but the transform based is proved to reduce sometimes the quality of the text and make it a bit blurry. This is why
                      there is another, more optimized way to position when it is possible
 **/
.slideshow--preserve-ratio {
  height: auto !important;
}

.slideshow--preserve-ratio .slideshow__slide {
  height: auto;
}

.slideshow--preserve-ratio .slideshow__slide-inner {
  position: relative;
  display: block;
  width: auto;
  height: auto;
}

.slideshow--preserve-ratio .slideshow__content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 641px) {
  .slideshow:not(.slideshow--edge2edge) {
    margin: var(--desktop-container-gutter) 0;
  }

  .slideshow:not(.slideshow--edge2edge) .flickity-viewport {
    border-radius: 3px;
  }

  .slideshow__image-placeholder {
    height: auto;
    width: 100%;
  }

  /* Positioning for fixed height carousel */
  .slideshow__slide-inner--top-left,
  .slideshow__slide-inner--top-center,
  .slideshow__slide-inner--top-right {
    justify-content: flex-start;
  }

  .slideshow__slide-inner--bottom-left,
  .slideshow__slide-inner--bottom-center,
  .slideshow__slide-inner--bottom-right {
    justify-content: flex-end;
  }

  .slideshow__slide-inner--bottom-left .slideshow__content-wrapper,
  .slideshow__slide-inner--bottom-center .slideshow__content-wrapper,
  .slideshow__slide-inner--bottom-right .slideshow__content-wrapper {
    padding-bottom: 75px;
    padding-top: 25px;
  }

  .slideshow__slide-inner--top-left,
  .slideshow__slide-inner--middle-left,
  .slideshow__slide-inner--bottom-left {
    text-align: left;
  }

  .slideshow__slide-inner--top-left .slideshow__content,
  .slideshow__slide-inner--middle-left .slideshow__content,
  .slideshow__slide-inner--bottom-left .slideshow__content {
    margin-left: 0;
  }

  .slideshow__slide-inner--top-right,
  .slideshow__slide-inner--middle-right,
  .slideshow__slide-inner--bottom-right {
    text-align: right;
  }
  .slideshow__slide-inner--top-right .slideshow__content,
  .slideshow__slide-inner--middle-right .slideshow__content,
  .slideshow__slide-inner--bottom-right .slideshow__content {
    margin-right: 0;
  }

  /* Positioning for non-fixed height carousel */
  .slideshow--preserve-ratio .slideshow__slide-inner--top-left .slideshow__content-wrapper,
  .slideshow--preserve-ratio .slideshow__slide-inner--top-center .slideshow__content-wrapper,
  .slideshow--preserve-ratio .slideshow__slide-inner--top-right .slideshow__content-wrapper {
    top: 0;
    transform: translateX(-50%);
  }

  .slideshow--preserve-ratio .slideshow__slide-inner--bottom-left .slideshow__content-wrapper,
  .slideshow--preserve-ratio .slideshow__slide-inner--bottom-center .slideshow__content-wrapper,
  .slideshow--preserve-ratio .slideshow__slide-inner--bottom-right .slideshow__content-wrapper {
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 1000px) {
  .slideshow {
    height: 430px;
  }

  .slideshow--small {
    height: 380px;
  }

  .slideshow--large {
    height: 520px;
  }
}
@media (max-width:991px){
  .slideshow--large {
  height: 300px;
}
}
@media (max-width: 640px){
	.slideshow {
		height: 750px;
	}
	.slideshow__slide-inner {
		background-size: 100% 100%;
	}
}
@media (max-width: 500px){
	.slideshow {
		height: 650px;
	}
}
@media (max-width: 450px){
	.slideshow {
		height: 550px;
	}
}
@media (max-width: 375px){
	.slideshow {
		height: 470px;
	}
}
.store-availability-container {
  margin-top: 26px;
}

.store-availability-information {
  display: flex;
  align-items: baseline;
}

.icon--store-availability-in-stock,
.icon--store-availability-out-of-stock {
  position: relative;
  width: 18px;
  height: 14px;
}

.store-availability-information .icon--store-availability-in-stock {
  top: 2px;
}

.store-availability-information .icon--store-availability-out-of-stock {
  top: 3px;
}

.store-availability-information-container {
  margin-left: 10px;
}

.store-availability-information__title,
.store-availability-list__location {
  margin-bottom: -2px;
}

.store-availability-information__stock {
  margin-bottom: 4px;
}

.store-availability-information__stock,
.store-availability-list__item-info {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

.store-availability-list__item + .store-availability-list__item {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
}

.store-availability-list__stock {
  margin-bottom: 2px;
}

.store-availability-list__stock svg {
  margin-right: 3px;
}

.store-availability-list__contact {
  line-height: 1.5;
}

.store-availability-list__stock .icon--store-availability-in-stock {
  top: -1px;
}

.store-availability-list__contact p {
  margin-bottom: 0; /* Remove the margin of the formatted address by Shopify */
}
.team {
  margin-top: 45px;
  margin-bottom: 62px;
  text-align: center;
}

.team__block-list {
  margin-bottom: 45px;
}

.team__block-item {
  margin-bottom: 20px;
}

@media screen and (min-width: 641px) {
  .team {
    margin-top: 62px;
    margin-bottom: 80px;
  }

  .team__block-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -15px -15px 47px -15px;
  }

  .team__block-item {
    margin: 15px;
    flex: none;
    width: calc(50% - 30px);
  }
}

@media screen and (min-width: 1000px) {
  .team__block-item {
    width: calc(33.33333% - 30px);
  }
}

@media screen and (min-width: 1280px) {
  .team__block-item {
    width: calc(25% - 30px);
  }
}

/* Separator */

.team__section-title {
  margin-bottom: 25px;
}

@media screen and (min-width: 641px) {
  .team__section-title {
    margin-bottom: 40px;
  }
}

/* Member */

.team__member {
  padding: 30px 20px 20px 20px;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  background: var(--secondary-background);
}

.team__member-pic {
  width: 144px;
  margin-bottom: 20px;
  border: 1px solid var(--border-color);
  padding: 8px;
  background: var(--background);
}

.team__member-pic--rounded {
  border-radius: 50%;
}

.team__member-title,
.team__member-subheading {
  margin-bottom: 0;
  line-height: 1.5;
}

.team__member-title {
  margin-bottom: 6px;
}

.team__member-link {
  display: inline-block;
  margin-top: 6px;
}

/* Promotion */

.team__promotion {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  padding: 30px;
}

.team__promotion .heading {
  color: inherit;
  margin-bottom: 8px;
}

.team__promotion .button {
  min-width: 105px;
  margin-top: 22px;
}
.text-with-icons__item {
  width: 100%;
  line-height: 1.5;
}

.text-with-icons__title {
  /* margin-bottom: 4px; */
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 4px;
}
.text-with-icons__title{
	font-size: 1rem;
}

.text-with-icons__icon-wrapper {
  margin-bottom: 25px !important;
  flex: 0 0 30px;
}

.text-with-icons__icon-wrapper svg {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.text-with-icons__icon-wrapper img {
  width: auto;
  max-height: 20px;
}

.text-with-icons__content > p {
  margin-bottom: 0;
}
.text-with-icons__content a {
	text-decoration: underline !important	;
}
@media screen and (max-width: 640px) {
  .text-with-icons {
    padding-bottom: 28px;
    text-align: center;
  }

  .text-with-icons::after {
    content: "flickity";
    display: none;
  }

  .text-with-icons--stacked {
    padding-bottom: 0;
  }

  .text-with-icons--stacked .text-with-icons__item:not(:last-child) {
    margin-bottom: 34px;
  }

  .text-with-icons--stacked::after {
    content: ""; /* Disable Flickity */
  }
}

@media screen and (min-width: 641px) {
  .text-with-icons {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px -45px -40px;
  }

  /* When it follows a page__header element we slightly move it up */
  .page__header + .text-with-icons {
    margin-top: -5px;
  }

  .text-with-icons__item {
    display: flex;
	 /* flex-direction: column; */
    flex-basis: calc(50% - 90px);
    margin: 0 40px 45px 40px;
  }

  .text-with-icons__icon-wrapper {
    margin: 0.35em 18px 0 0;
  }
}

@media screen and (min-width: 1000px) {
  .text-with-icons {
    padding: 0 100px;
    justify-content: center;
  }

  .text-with-icons__item {
    display: flex;
    flex-basis: calc(50% - 140px);
  }
}
@media (max-width: 1279.98px){
	.text-with-icons {
		padding: 0;
		margin: 0;
		gap: 40px;
	}
	.text-with-icons__item{
		margin: 0 !important;
		flex-basis: calc(50% - 20px);
	}
}
@media screen and (min-width: 1280px) {
  .text-with-icons {
    padding: 0;
    margin: 0 -35px;
    flex-wrap: nowrap;
    justify-content: space-around;
  }

  .text-with-icons__item {
    flex-basis: calc(25% - 70px);
    margin: 0 35px;
  }
}

/* Boxed variation */
.text-with-icons--boxed {
  display: block;
  text-align: center;
  padding-bottom: 0;
  border: 1px solid var(--border-color);
  border-radius: 3px;
}

.text-with-icons--boxed .text-with-icons__item {
  display: block;
  text-align: center;
  padding: 28px 35px;
}

.text-with-icons--boxed .text-with-icons__item:not(:first-child) {
  border-top: 1px solid var(--border-color);
}

.text-with-icons--boxed .text-with-icons__icon-wrapper {
  margin: 0 0 1em 0;
}

@media screen and (min-width: 641px) {
  .text-with-icons--boxed {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
  }

  .text-with-icons--boxed .text-with-icons__item {
    margin: 0;
    flex: 1 0 0;
  }

  .text-with-icons--boxed .text-with-icons__item:not(:first-child) {
    border-top: none;
    border-left: 1px solid var(--border-color);
  }
}
/**
 * --------------------------------------------------------------------
 * CLEARFIX
 * --------------------------------------------------------------------
 */

.clearfix::before,
.clearfix::after {
  display: table;
  content: "";
}

/**
 * --------------------------------------------------------------------
 * ACCESSIBILITY
 * --------------------------------------------------------------------
 */

.skip-to-content:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: var(--text-color);
  background-color: var(--secondary-background);
  padding: 10px;
  opacity: 1;
  z-index: 10000;
  transition: none;
}

/**
 * --------------------------------------------------------------------
 * LIST
 * --------------------------------------------------------------------
 */

.list--unstyled {
  list-style: none;
}

/**
 * --------------------------------------------------------------------
 * COLLAPSIBLE
 * --------------------------------------------------------------------
 */

.collapsible {
  overflow: hidden;
  height: 0;
  transition: height 0.2s ease-in-out;
}

/**
 * --------------------------------------------------------------------
 * SOCIAL MEDIA
 * --------------------------------------------------------------------
 */

.social-media__item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.social-media__item {
  display: inline-block;

}

.social-media__item > a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  justify-content:center;
  align-items: center;
  position: relative;
}
.social-media__item > a:before{
	content: '';
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background-color:#F5F5F0;

}
.header .social-media__item > a {
	width: auto;
	height: auto;
	display: flex;
	justify-content:flex-start;
	align-items: center;
	position: relative;
 }
.header .social-media__item > a:before{
	display: none;

}
.header .social-media__item svg {
	width: 42px;
	height: 42px;
	opacity: 1;
	transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out;
	will-change: opacity;
 }
.social-media__item svg {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out;
  will-change: opacity;
}
.social-media__item svg path{
	fill: #43423D;
}
.header .social-media__item svg path{
	fill: rgb(240, 237, 232);
}
/* .social-media__item:hover svg{
	opacity: 0.6;
} */
/* Stacked variation */
.social-media__item-list--stack {
  display: block;
  margin: -10px 0;
}

.social-media__item-list--stack .social-media__item {
  display: block;
  margin: 0;
  padding: 7px 0;
}

.social-media__item-list--stack svg {
  vertical-align: top;
  margin-right: 12px;
}

@media screen and (any-hover: hover) {
  .social-media__item:hover svg {
    opacity: 0.6;
  }

  .social-media__item--facebook:hover svg {
    color: #3b5998;
  }

  .social-media__item--twitter:hover svg {
    color: #1da1f2;
  }

  .social-media__item--pinterest:hover svg {
    color: #bd081c;
  }

  .social-media__item--instagram:hover svg {
    color: #d83776;
  }

  .social-media__item--youtube:hover svg {
    color: #ff0000;
  }

  .social-media__item--tiktok:hover svg {
    color: #fd355a;
  }

  .social-media__item--vimeo:hover svg {
    color: #1ab7ea;
  }

  .social-media__item--linkedin:hover svg {
    color: #0077b5;
  }

  .social-media__item--snapchat:hover svg {
    color: #f5dc30;
  }

  .social-media__item--tumblr:hover svg {
    color: #35465c;
  }

  .social-media__item--fancy:hover svg {
    color: #494e58;
  }

  .social-media__item--rss:hover svg {
    color: #f26522;
  }
}

/**
 * --------------------------------------------------------------------
 * ALERT
 * --------------------------------------------------------------------
 */

.alert {
  display: block;
  padding: 12px 20px;
  margin-bottom: 20px;
  border-radius: 2px;
  white-space: normal;
  font-size: 1rem;
  word-break: break-all;
  word-break: break-word;
  background: var(--background);
  color: var(--heading-color);
  text-align: left;
}

.alert:last-child {
  margin-bottom: 0;
}

.alert--block {
  display: block;
}

.alert--center {
  text-align: center;
}

.alert--tight {
  padding: 6px 14px;
}

.alert--error {
  background: var(--error-background);
  color: var(--error-color);
}

.alert--success {
  background: var(--success-background);
  color: var(--success-color);
}

.alert__ribbon {
  margin-left: 5px;
  margin-right: 25px;
  align-self: center;
}
.alert__ribbon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.alert__error-list {
  list-style: none;
}

.alert a {
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}

/**
 * --------------------------------------------------------------------
 * PAGINATION
 * --------------------------------------------------------------------
 */

.pagination {
  padding: 40px 0;
  color: var(--heading-color);
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  border-top: 1px solid var(--border-color);
}

.pagination__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.pagination__prev,
.pagination__next {
  /* position: absolute; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* top: 0; */
  height: 100%;
  width: 47px;
  height: 47px;
  border: 0.7379208207130432px solid #bcbcbc;
	border-radius: 4px;
}

.pagination__prev svg,
.pagination__next svg {
  position: relative;
  width: 8px;
  height: 12px;
}
.pagination__prev svg path,
.pagination__next svg path{
stroke: #888888;
}



.pagination__prev {
  left: 0;
}

.pagination__prev svg {
  /* margin-right: 14px; */
}

.pagination__next {
  right: 0;
}

.pagination__next svg {
  /* margin-left: 14px; */
}

.pagination__nav,
.pagination__page-count {
  display: block;
  text-align: center;
}

.pagination__nav {
  display: none;
}
.pagination__nav{
	display: flex !important;
	align-items: center;
}
.pagination__nav-item {
  display: inline-block;
  margin: 0 2px;
  /* padding: 8px 11px; */
  width: 47px;
  border-radius: 4px;
  height: 47px;
  display: flex;
  font-weight: 800;
	font-size: 13px;
	text-align: center;
  justify-content:center;
  align-items: center;
  line-height: 1;
}
.pagination__nav-label{
color: #888;
}
.pagination__nav-item--current{
	border: 0.7379208207130432px solid #43423c;
	background: #43423c;
	color: #fff;
}
.pagination__nav-item--total{
	border: 0.7379208207130432px solid #43423c;
	color: #43423c;
}
.pagination__nav-item.is-active {
  background: var(--primary-button-background);
  color: var(--primary-button-text-color);
  border-radius: 3px;
}

/* If pagination is inside a card, we adapt the spacing */
.card .pagination {
  padding: 20px;
}

@media screen and (min-width: 641px) {
  .pagination__nav {
    display: block;
  }

  .pagination__page-count {
    display: none;
  }

  .card .pagination {
    padding: 20px 30px;
  }
}

/**
 * --------------------------------------------------------------------
 * SCROLLER
 * --------------------------------------------------------------------
 */

@media screen and (max-width: 999.98px) {
  .scroller {
    overflow: hidden;
    margin: 0 calc(-1 * var(--mobile-container-gutter)); /* On mobile we remove the container gutter to make sure the scroll is edge to edge */
  }

  .scroller--flush {
    margin: 0 !important;
  }

  .scroller__inner {
    padding-bottom: 20px;
    margin-bottom: -20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    white-space: nowrap;
  }
}

@media screen and (min-width: 641px) and (max-width: 999.98px) {
  .scroller {
    margin: 0 calc(-1 * var(--desktop-container-gutter));
  }
.promotion-block .scroller {
    margin: 0;
}

  .scroller__inner {
    scroll-padding-left: var(--desktop-container-gutter);
  }
  
  .scroller--mobile-only {
    margin: 0;
    overflow: visible;
  }

  .scroller--mobile-only > .scroller__inner {
    padding-bottom: 0;
    margin-bottom: 0;
    overflow: visible;
  }
}

/**
 * --------------------------------------------------------------------
 * SKELETON
 * --------------------------------------------------------------------
 */

@-webkit-keyframes skeletonShimmerAnimation {
  0% {
    opacity: 0.45;
  }
  100% {
    opacity: 0.9;
  }
}

@keyframes skeletonShimmerAnimation {
  0% {
    opacity: 0.45;
  }
  100% {
    opacity: 0.9;
  }
}

.skeleton-container {
  -webkit-animation: skeletonShimmerAnimation 1s linear infinite alternate;
          animation: skeletonShimmerAnimation 1s linear infinite alternate;
  will-change: opacity;
}

.skeleton-text {
  height: 10px;
  width: 100%;
  background: var(--border-color);
}

.skeleton-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--border-color);
}

.skeleton-paragraph .skeleton-text {
  margin-bottom: 8px;
}

.skeleton-paragraph .skeleton-text:last-child {
  width: 38%;
  margin-bottom: 0;
}

/**
 * --------------------------------------------------------------------
 * PLUS BUTTON
 * --------------------------------------------------------------------
 */

.plus-button {
  display: block;
  position: relative;
  right: 0;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
}

.plus-button::before,
.plus-button::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: currentColor;
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
}

.plus-button::before {
  width: 10px;
  height: 2px;
  opacity: 1;
}

.plus-button::after {
  width: 2px;
  height: 10px;
}

[aria-expanded=true] .plus-button::before, [aria-expanded=true] .plus-button::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

[aria-expanded=true] .plus-button::before {
  opacity: 0;
}

@media screen and (min-width: 641px) {
  .plus-button--large {
    width: 14px;
    height: 14px;
  }

  .plus-button--large::before {
    width: 14px;
  }

  .plus-button--large::after {
    height: 14px;
  }
}

/**
 * --------------------------------------------------------------------
 * SHOPIFY CHALLENGE
 * --------------------------------------------------------------------
 */

.shopify-challenge__container {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.shopify-challenge__button.shopify-challenge__button {
  position: relative;
  display: inline-block;
  padding: 9px 30px;
  min-height: 48px;
  line-height: normal;
  border-color: var(--primary-button-background);
  border-radius: 2px;
  text-align: center;
  font-weight: var(--text-font-bolder-weight);
  font-size: var(--base-text-font-size);
  cursor: pointer;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out, border 0.25s ease-in-out;
  background: var(--primary-button-background);
  color: var(--primary-button-text-color);
}

.shopify-challenge__button.shopify-challenge__button:hover {
  background: rgba(var(--primary-button-background-rgb), 0.8);
}

@media screen and (min-width: 641px) {
  .shopify-challenge__container {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

/**
 * --------------------------------------------------------------------
 * SHOPIFY POLICY CONTAINER
 * --------------------------------------------------------------------
 */

.shopify-policy__container {
  max-width: 800px;
}

.shopify-policy__title {
  margin: 30px 0;
}

.shopify-policy__title h1 {
  margin-bottom: 0;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 24px));
  line-height: 1.5;
  color: var(--heading-color);
}

@media screen and (min-width: 641px) {
  .shopify-policy__title {
    margin: 30px 0;
  }

  .shopify-policy__title h1 {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 28px));
    line-height: 1.5;
  }
}

/**
 * --------------------------------------------------------------------
 * ANNOUNCEMENT BAR
 * --------------------------------------------------------------------
 */

.announcement-bar {
  position: relative;
  display: block;
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  border-bottom: 1px solid var(--header-border-color);
}

.announcement-bar__content {
  display: block;
  padding: 4px 0;
  margin-bottom: 0;
}

.announcement-bar__content--center {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .announcement-bar__inner {
    text-align: center; /* Always centered on mobile no matter the setting */
  }
}

@media screen and (min-width: 641px) {
  .announcement-bar {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
    text-align: left;
  }

  .announcement-bar__inner {
    display: flex;
    align-items: center;
  }

  .announcement-bar__content {
    padding: 7px 0;
    margin-right: auto;
  }

  .announcement-bar__content--center {
    margin-left: auto;
    padding-left: 0px;
    padding-left: var(--announcement-bar-button-width, 0px); /* We have to shift by the button width to center visually */
  }

  .announcement-bar__button {
    padding: 7px 18px 7px 15px;
    background: var(--header-accent-color);
    color: var(--secondary-background);
    box-shadow: 0 1px var(--header-accent-color);
  }

  .announcement-bar__button svg {
    display: inline-block;
    width: 20px;
    height: 17px;
    margin-right: 12px;
    vertical-align: text-bottom;
  }

  .announcement-bar__close-container {
    position: relative;
  }

  .announcement-bar__close {
    position: absolute;
    top: 25px;
    right: 0;
    color: var(--heading-color);
    transition: color 0.2s ease-in-out;
  }

  .announcement-bar__close:hover {
    color: var(--accent-color);
  }

  .announcement-bar__close svg {
    width: 19px;
    height: 19px;
  }

  .announcement-bar__newsletter {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    text-align: center;
    transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  }

  .announcement-bar__newsletter[aria-hidden=false] {
    visibility: visible;
  }

  .announcement-bar__newsletter-inner {
    margin: 50px 0;
  }
}

/**
 * --------------------------------------------------------------------
 * OFFER ITEM
 * --------------------------------------------------------------------
 */

.offer-item {
  /* padding: 20px;
  background: var(--secondary-background);
  border: 1px solid var(--border-color);
  border-radius: 3px; */
}

.offer-item__image-wrapper {
  min-width: 70px;
  max-width: 70px;
  margin-bottom: 14px;
}

.offer-item__title {
  /* margin-bottom: 25px; */
  /* font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 17px)); */
  font-size: 1.2rem;
  flex: 1 1 auto;
  color: inherit;
}

.offer-item__content {
  /* font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px)); */
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
}

@media screen and (min-width: 641px) {
  .offer-item {
    padding: 28px 30px;
  }

  .offer-item__image-wrapper {
    /* min-width: 110px;
    max-width: 110px; */
  }
}

@media screen and (min-width: 1280px) {
  .offer-item--inline {
    display: flex;
    align-items: center;
  }

  .offer-item--inline .offer-item__image-wrapper {
    margin: 0 30px 0 0;
  }
}

/**
 * --------------------------------------------------------------------
 * IMAGE WITH TEXT
 * --------------------------------------------------------------------
 */

.image-with-text {
  display: flex;
  flex-direction: column;
}

.image-with-text__image-container {
  margin-bottom: 25px;
}

.section-full-width .image-with-text__image-container{
	position: relative;
}
@media screen and (max-width: 999px) {
  .image-with-text__image-container {
    width: 100% !important;
    /* order: -1; Make sure the image is always coming first on small screens */
  }
  .template-collection .image-with-text__image-container{
	flex: 0 0 28.730159%; /* 181/630 */
	padding-right: 19px;
  }
}

@media screen and (min-width: 1000px) {


  .image-with-text__image-container {
    max-width: 50%; /* Make sure that we constraint a maximum and minimum width no matter what the merchant choose to keep the text readable */
    min-width: 30%;
  }

  .image-with-text__image-container {
    width: 50%;
    margin: 0;
  }
  .image-with-text__text-container{
	/* max-width: 60%; */
		flex: 1 1 auto;
  }
  .section-full-width  .image-with-text__text-container{
	max-width: unset;
	
  }

  .image-with-text__text-container:last-child {
    padding-left: 60px;
  }

  .image-with-text__text-container:first-child {
    text-align: right;
    padding-right: 60px;
  }
  .image-with-text__text-container:first-child .image-with-text__text-aligner {
    display: inline-block;
    text-align: left;
  }
  .section-full-width .image-with-text__text-container:first-child .image-with-text__text-aligner {
	display: block;

 }
 .template-collection .image-with-text__text-container:last-child {
	padding-left: 40px;
 }
}

@media screen and (min-width: 1000px) {
  .image-with-text__image-container {
    max-width: none;
    min-width: 0;
  }
  .template-collection .image-with-text__image-container{
	flex-shrink: 0;
  }
}

@media screen and (min-width: 1280px) {
  .image-with-text__text-container:last-child {
    padding-left: 75px;
  }
  .template-collection .image-with-text__text-container:last-child {
	padding-left: 42px;
 }
  .section-full-width .image-with-text__text-container:last-child {
	padding-left: 0;
 }
  .image-with-text__text-container:first-child {
    padding-right: 150px;
  }
  .section-full-width  .image-with-text__text-container:first-child {
	padding-right: 0;
 }
}

@media (min-width:767.98px){
	.image-with-text {
		flex-direction: row;
		align-items: center;
		justify-content: center;
	 } 
  .image-with-text--collection .image-with-text{
    align-items: start;
  }
	 .pdp-image-w-text-slider .image-with-text {
		align-items: stretch;
	 }
	 .pdp-image-w-text-slider .image-with-text__image-container .aspect-ratio {
		top: 50%;
		transform: translate(0px, -50%);
	 }
}

/**
 * --------------------------------------------------------------------
 * NEWSLETTER
 * --------------------------------------------------------------------
 */

.newsletter {
  margin-top: 30px;
}

.newsletter__form {
  padding-bottom: 10px;
}

.newsletter__text {
  margin-top: 16px;
}

/* Compact variation */
.newsletter--compact .newsletter__form {
  padding-bottom: 0;
}

.newsletter--compact .newsletter__text {
  margin-top: 16px;
}

/**
 * --------------------------------------------------------------------
 * QUICK LINKS
 * --------------------------------------------------------------------
 */

.quick-links {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  border-radius: 3px;
  list-style: none;
  background: var(--secondary-background);
  border: 1px solid var(--border-color);
  font-size: calc(var(--default-text-font-size) + 1px);
}

.quick-links__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 50%; /* we cannot use flex-basis due to a bug in IE11 as flex-basis does not take into account padding in this browser */
  box-shadow: 1px 0 var(--border-color), 0 1px var(--border-color);
  padding: 20px 10px;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}

.quick-links__link:hover {
  color: var(--accent-color);
}

.quick-links__link--grow {
  flex-grow: 1;
}

.quick-links__image-container {
  display: block;
  margin: 0 auto;
  flex: 1 1 auto;
  font-size: 0;
}

.quick-links__image-ie-fix {
  margin: 0 auto;
  transition: transform 0.3s ease-in-out;
}

@media screen and (any-hover: hover) {
  .features--animate-zoom .quick-links__link:hover .quick-links__image-ie-fix {
    transform: scale(1.05);
  }
}

@media screen and (min-width: 641px) {
  .quick-links__link {
    padding: 24px;
    width: 33.333333%; /* we cannot use flex-basis due to a bug in IE11 as flex-basis does not take into account padding in this browser */
  }
}
@media screen and (min-width: 1000px) {
  .quick-links__link {
    width: 16.66666667%; /* we cannot use flex-basis due to a bug in IE11 as flex-basis does not take into account padding in this browser */
  }
}

/**
 * --------------------------------------------------------------------
 * BREADCRUMB
 * --------------------------------------------------------------------
 */

.breadcrumb__list {
  display: flex;
  align-items: center;
  list-style: none;
}

.breadcrumb__list svg {
  margin: 0 7px;
  width: 6px;
  height: 8px;
  vertical-align: inherit;
}

/* ==========Breadcrumps============== */
.breadcrumbs {
	font-size: 0.85em;
	margin: 50px 0 15px;
}

.breadcrumbs ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.breadcrumbs li {
	display: inline-block;
}

.breadcrumbs a {
	text-decoration: none;
	color: var(--text-color);
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.01em;
	transition: all 0.3s;
}
.breadcrumbs a:hover {
	opacity: 0.6;
}
.breadcrumbs li:not(:last-child):after {
	content: "/";
	display: inline-block;
	padding-left: 2px;
	speak: none;
}

.breadcrumbs [aria-current="page"] {
	color: inherit;
	text-decoration: none;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.01em;
	color: #bcafa2;
}
@media (max-width: 991.98px){
	.breadcrumbs{
		text-align: center;
	}
}

@media (max-width: 767.98px) {
	.breadcrumbs a,
	.breadcrumbs [aria-current=page] {
		font-size: 13px;
	}
	.breadcrumbs{
		margin: 80px 0 15px;
	}
}
@media (max-width: 641px){
	.breadcrumbs{
		margin: 30px 0 15px;
	}
}
/**
 * --------------------------------------------------------------------
 * LOADING BAR
 * --------------------------------------------------------------------
 */

.loading-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  opacity: 0;
  background: var(--accent-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease-in-out;
  z-index: 50;
  pointer-events: none;
}

.loading-bar.is-visible {
  opacity: 1;
}

/**
 * --------------------------------------------------------------------
 * EMPTY STATE
 * --------------------------------------------------------------------
 */

.empty-state {
  margin: 100px 0;
  text-align: center;
}

.empty-state--extra-tight {
  margin: 30px 0;
}

.empty-state--tight {
  margin: 40px 0;
}

.empty-state__heading {
  margin-bottom: 15px;
}

.empty-state__text {
  margin-bottom: 32px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
}

.empty-state__quick-form {
  max-width: 410px;
  margin: 40px auto 25px auto;
}

.empty-state__button-container {
  margin-top: 16px;
}

.empty-state__button {
  min-width: 230px;
}

.empty-state__icon {
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
}

.empty-state__icon .icon--package {
  width: 46px;
  height: 46px;
}

.empty-state__icon .icon--address {
  width: 46px;
  height: 45px;
}

.empty-state__icon-description {
  margin-bottom: 30px;
}

.empty-state__count {
  position: absolute;
  top: 2px;
  right: -9px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  font-weight: var(--text-font-bolder-weight);
  text-align: center;
  background: var(--accent-color);
  color: var(--header-text-color);
  border-radius: 100%;
}

@media screen and (min-width: 641px) {
  .empty-state {
    margin: 170px 0;
  }

  .empty-state--extra-tight {
    margin: 40px 0;
  }

  .empty-state--tight {
    margin: 105px 0;
  }
}

/**
 * --------------------------------------------------------------------
 * PAYMENT METHODS
 * --------------------------------------------------------------------
 */

.payment-list {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}

.payment-list__item {
  width: 38px;
  height: 24px;
  margin: 4px;
}

.payment-list__notice {
  margin-top: 18px;
}

/* Centered variation */
.payment-list--centered {
  justify-content: center;
}

/**
 * --------------------------------------------------------------------
 * LAYOUT
 *
 * Layout component can be used to create a two columns layout on laptop.
 * You can also create a smaller section by adding the "secondary" class
 * to a given layout section
 * --------------------------------------------------------------------
 */

.layout {
  margin-bottom: 70px;
}

.layout .layout {
  margin-top: 18px;
  margin-bottom: 0; /* nested layouts don't have margin bottom */
}

.layout__section {
  margin-bottom: 18px;
}

.layout .card:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 999px) {
  .layout--reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 641px) {
  .layout {
    margin-bottom: 100px;
  }

  .layout .layout {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1000px) {
  .layout {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }

  .layout--pad {
    padding-top: 25px;
  }

  .layout__section {
    margin: 0 15px; /* We need to use the individual properties instead of short hand due to a bug in IE11 */
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
  }

  .layout__section:only-child {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  .layout__section--secondary {
    flex: none;
    width: 260px;
  }

  .layout__section--large-secondary {
    flex: none;
    width: 320px;
  }
}

@media screen and (min-width: 1280px) {
  .layout__section--secondary {
    width: 288px;
  }

  .layout__section--large-secondary {
    width: 365px;
  }
}

/**
 * --------------------------------------------------------------------
 * MODAL
 * --------------------------------------------------------------------
 */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 10;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.modal::before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.modal[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal[aria-hidden=false] .modal__dialog {
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
}

.modal__dialog {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  background: var(--secondary-background);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transform: scale(0.9);
  transition: transform 0.25s ease-in-out, visibility 0.25s ease-in-out;
}

.modal__loader {
  display: none;
  padding: 60px 0;
  text-align: center;
}

.modal__loader .icon--search-loader {
  width: 35px;
  height: 35px;
  color: var(--accent-color);
}

.modal__header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color);
  background: var(--secondary-background);
  z-index: 1;
}

.modal__header,
.modal__content {
  padding: 20px;
}

.modal__header + .modal__content {
  padding-top: 30px;
}

.modal__title {
  margin-bottom: 0;
  text-align: center;
}

.modal__description {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.modal__close {
  color: var(--heading-color);
  z-index: 1;
}

.modal__close svg {
  display: block;
  width: 20px;
  height: 20px;
}

/* Ugly fix for border radius */
.modal .card {
  background: none;
}

/* Loading state */
.modal.is-loading .modal__loader {
  display: block;
}

.modal.is-loading .modal__inner {
  display: none;
}

@media screen and (max-width: 640px) {
  .modal__content--ios-push {
    padding-bottom: 45px;
    /* This allows to take into account the toolbar height of iOS to avoid annoying double click */
  }
}

@media screen and (min-width: 641px) {
  .modal {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .modal__dialog {
    width: 580px;
    height: auto;
    max-height: calc(100% - 80px);
    border-radius: 3px;
  }

  .modal__dialog--stretch {
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }

  .modal__header,
  .modal__content {
    padding: 30px;
  }

  .modal__header:not(.modal__header--bordered) {
    position: relative;
    display: block;
    padding-bottom: 0;
    text-align: center;
    border-bottom: none;
  }

  .modal__header--bordered {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .modal__close {
    position: absolute;
    right: 28px;
    top: 28px;
  }

  .modal__description {
    margin-top: -18px;
  }
}

/**
 * --------------------------------------------------------------------
 * ICON STATE
 *
 * This allows to switch between two icons depending on an expanded status
 * --------------------------------------------------------------------
 */

.icon-state {
  position: relative;
  vertical-align: middle;
}
.icon-state .icon-state__primary,
.icon-state .icon-state__secondary {
  display: block;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
}

.icon-state .icon-state__secondary {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transform: translateY(-50%) scale(0.3);
}

.icon-state[aria-expanded=true] .icon-state__primary {
  opacity: 0;
  transform: scale(0.3);
}

.icon-state[aria-expanded=true] .icon-state__secondary {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}


/**
 * ----------------------------------------------------------------------------
 * TOOLTIP
 * ----------------------------------------------------------------------------
 */

@media (-moz-touch-enabled: 0), (hover: hover) {
  [data-tooltip] {
    position: relative;
  }

  [data-tooltip]::before {
    position: absolute;
    content: attr(data-tooltip);
    bottom: calc(100% + 3px);
    left: 50%;
    padding: 2px 11px;
    white-space: nowrap;
    background: var(--accent-color);
    color: var(--secondary-background);
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    border-radius: 3px;
    box-shadow: 0 1px rgba(0, 0, 0, 0.065);
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    z-index: 1;
    transform: translateX(-50%);
  }

  [data-tooltip]::after {
    position: absolute;
    content: "";
    left: calc(50% - 7px);
    bottom: calc(100% - 2px);
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent var(--accent-color) var(--accent-color);
    visibility: hidden;
    z-index: 1;
    opacity: 0;
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transform: rotate(-45deg);
    box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  }

  [data-tooltip]:hover::before, [data-tooltip]:hover::after {
    opacity: 1;
    visibility: visible;
  }

  [data-tooltip-position=bottom-left]::before {
    top: calc(100% + 4px);
    bottom: auto;
    left: auto;
    right: -6px;
    transform: none;
  }

  [data-tooltip-position=bottom-left]::after {
    top: calc(100% - 1px);
    transform: rotate(135deg);
    left: calc(50% - 6px);
  }
}

/**
 * --------------------------------------------------------------------
 * QUANTITY SELECTOR
 * --------------------------------------------------------------------
 */

.quantity-selector {
  display: inline-flex;
  align-items: center;
  height: 38px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
  border: 1px solid var(--border-color);
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(var(--border-color-rgb), 0.2);
  vertical-align: middle;
}
.quantity-selector{
	border: 0.85px solid var(--accent-color);
	border-radius: 9px;
}
.quantity-selector--product .quantity-selector__button {
	padding: 0 28px;
}
.quantity-selector svg:hover {
  opacity: 1;
}

.quantity-selector .icon--minus {
  width: 10px;
  height: 2px;
}

.quantity-selector .icon--plus {
  width: 10px;
  height: 10px;
}

.quantity-selector__button {
  display: flex;
  align-items: center;
  padding: 0 12px;
  color: rgba(var(--text-color-rgb), 0.6);
  height: 100%;
  transition: color 0.2s ease-in-out;
  touch-action: manipulation;
}

.quantity-selector__button:not([disabled]):hover {
  color: var(--heading-color);
}

.quantity-selector__value {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 0 5px;
  min-width: 32px;
  text-align: center;
  border: none;
  background: transparent;
}

.quantity-selector__value:focus {
  outline: none;
}

/* The "product" variation is a bigger selector used on product pages only */

.quantity-selector--product {
  height: 44px;
}

.quantity-selector--product .quantity-selector__button {
  padding: 0 16px;
}

.quantity-selector--product .quantity-selector__value {
  height: 100%;
  min-width: 64px;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  box-shadow: 0 1px rgba(var(--border-color-rgb), 0.4) inset;
  color: var(--heading-color);
}
.quantity-selector--product .quantity-selector__value {
	
	border-left: none;
	border-right: none;
	box-shadow: none;

 }
 .product-form__info-item--quantity input {
	font-size: 1rem;
 }

/**
 * --------------------------------------------------------------------
 * SHIPPING ESTIMATOR
 * --------------------------------------------------------------------
 */

.shipping-estimator__results {
  margin: 24px 0 2px 0;
  font-size: 1rem;
}

.shipping-estimator__results p {
  margin-bottom: 6px;
}

.shipping-estimator__results ul {
  color: var(--heading-color);
  font-weight: var(--text-font-bolder-weight);
}

/**
 * --------------------------------------------------------------------
 * COOKIE BAR
 * --------------------------------------------------------------------
 */

.cc-window.cc-banner.cc-type-info.cc-theme-block.cc-bottom.cc-color-override--732197953 {
    bottom: 0px!important;
}
.cookie-bar {
  position: fixed;
  bottom: 0px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  width: 100%;
  z-index: 3;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
}

.cookie-bar[aria-hidden=false] {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.cookie-bar__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 15px;
  z-index: 4;
  border-radius: 3px;
  background: var(--secondary-background);
  color: var(--text-color);
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
}

.cookie-bar__text {
  line-height: 1.5;
}

.cookie-bar__button {
  margin-top: 12px;
  padding: 0 16px;
  line-height: 30px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}

@supports (padding: max(0px)) {
  .cookie-bar {
    bottom: max(25px, env(safe-area-inset-bottom, 0px) + 25px);
  }
}

@media screen and (min-width: 641px) {
  .cookie-bar {
    bottom: 0px;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  }

  .cookie-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px 20px 25px;
  }

  .cookie-bar__text {
    line-height: 1.5;
  }

  .cookie-bar__button {
    flex: none;
    margin-left: 25px;
    margin-top: 0;
    padding: 0 18px;
    line-height: 36px;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  }
}

/**
 * --------------------------------------------------------------------
 * CONTACT FORM
 * --------------------------------------------------------------------
 */

.contact {
  margin-bottom: 40px;
}

.contact__store-info {
  margin-top: 50px;
}

.contact__store-heading,
.contact__store-image {
  margin-bottom: 30px;
}

@media screen and (min-width: 641px) {
  .contact {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 1000px) {
  .contact__store-info {
    margin-top: 0;
    margin-left: 25px;
  }
}

/**
 * --------------------------------------------------------------------
 * PASSWORD PAGE
 * --------------------------------------------------------------------
 */

.password {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  padding: 20px 0;
}

@supports (--css: variables) {
  .password {
    height: calc(100vh - 0px);
    height: calc(100vh - var(--header-height, 0px));
  }
}

.password__content {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  text-align: center;
}

.password__footer {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  text-align: center;
}

.password__footer-social {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.password__social-text {
  margin-right: 20px;
}

.password__powered-by a {
  display: inline-block;
  margin-left: 4px;
  vertical-align: bottom;
}

.password__powered-by svg {
  width: 98px;
  height: 28px;
}

.password__admin-link {
  display: block;
  margin-left: 18px;
}

@media screen and (min-width: 1000px) {
  /* On password there is no search bar so we increase the header */
  .template-password .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .password {
    padding: 40px 0;
  }

  .password__footer {
    text-align: left;
  }

  .password__footer--with-social {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .password__admin-link {
    display: inline-block;
  }

  .password__footer-social {
    margin-top: 0;
  }
}

/**
 * --------------------------------------------------------------------
 * FAQ
 * --------------------------------------------------------------------
 */

.faq {
  margin: 40px 0 70px 0;
}

.faq__title {
  margin-bottom: 20px;
  text-align: center;
}

.faq__item {
  padding: 20px 20px;
  background: var(--secondary-background);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.faq__item + .faq__item {
  border-top: none;
}

.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 400;

}
.pdp-faq-block__wrapper .plus-button--large{
	width: 42px;
	height: 42px;
  flex: 0 0 42px;
	border-radius: 50%;
	border: 1px solid #53524c;

}
.pdp-faq-block__wrapper .plus-button--large:before{
	width: 14px;
	height: 1px;
	background-color: #53524c;
}
.pdp-faq-block__wrapper .plus-button--large:after{
	width: 1px;
	height: 14px;
	background-color: #53524c;
}
.faq__question .plus-button {
  margin-left: 40px;
}

.faq__answer-wrapper {
  overflow: hidden;
  height: 0;
  transition: height 0.2s ease-in-out;
}

.faq__answer {
  margin: 10px 30px 0 0;
}

.faq__group {
  margin-bottom: 30px;
}

.faq__group-title {
  text-align: center;
}

.faq__contact-info {
  margin-top: 50px;
}

@media screen and (min-width: 641px) {
  .faq {
    margin: 70px 0 115px 0;
  }

  .faq__title {
    margin-bottom: 25px;
    margin-left: 0;
  }

  .faq__item {
    padding: 20px 30px;
    border: 1px solid var(--border-color);
    border-radius: 10px 10px 0 0;
  }
  .faq__item + .faq__item {
    border-radius: 0;
  }
  .faq__item:last-child {
    border-radius: 0 0 10px 10px;
  }
}

@media screen and (min-width: 1000px) {
  .faq__group {
    margin-bottom: 0;
  }

  .faq__group + .faq__group {
    margin-top: 50px;
  }
}

/**
 * --------------------------------------------------------------------
 * POPUP NEWSLETTER
 * --------------------------------------------------------------------
 */

.modal--newsletter {
  bottom: 0;
  top: auto;
  height: auto;
}

.modal--newsletter .modal__dialog {
  position: relative;
  height: auto;
  padding: 48px 20px 20px 20px;
}

.popup-newsletter__title {
  text-align: center;
  margin-bottom: 10px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 20px));
}

.popup-newsletter__close {
  position: absolute;
  right: 20px;
  top: 16px;
  color: var(--heading-color);
}

.popup-newsletter__close svg {
  width: 15px;
  height: 15px;
}

.popup-newsletter__content {
  text-align: center;
}

.popup-newsletter__form {
  margin-top: 20px;
}

@supports (padding: max(0px)) {
  .modal--newsletter .modal__dialog {
    padding-bottom: max(20px, env(safe-area-inset-bottom, 0px) + 20px);
  }
}

@media screen and (min-width: 641px) {
  .modal--newsletter {
    height: 100%;
  }

  .modal--newsletter .modal__dialog {
    max-width: 540px;
    padding: 64px 80px 80px 80px;
  }

  .popup-newsletter__close {
    position: absolute;
    right: 30px;
    top: 24px;
  }
  .popup-newsletter__close svg {
    width: 20px;
    height: 20px;
  }

  .popup-newsletter__title {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 28px));
  }

  .popup-newsletter__form {
    margin-top: 30px;
  }
}

/**
 * --------------------------------------------------------------------
 * EXIT POPUP NEWSLETTER
 * --------------------------------------------------------------------
 */

.modal--exit-popup {
  bottom: 0;
  top: auto;
  height: auto;
}

.modal--exit-popup .modal__dialog {
  position: relative;
  height: auto;
  padding: 48px 20px 20px 20px;
}

.exit-popup__title {
  text-align: center;
  margin-bottom: 8px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 28px));
  line-height: 1.5;
}

.exit-popup__subheading {
  text-align: center;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));
}

.exit-popup__close {
  position: absolute;
  right: 20px;
  top: 16px;
  color: var(--heading-color);
}

.exit-popup__close svg {
  width: 15px;
  height: 15px;
}

.exit-popup__form {
  margin-top: 20px;
}

.exit-popup__pay-more {
  display: block;
  margin-top: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 641px) {
  .modal--exit-popup {
    height: 100%;
  }

  .modal--exit-popup .modal__dialog {
    max-width: 540px;
    padding: 95px 80px 30px 80px;
  }

  .exit-popup__close {
    position: absolute;
    right: 30px;
    top: 24px;
  }

  .exit-popup__close svg {
    width: 20px;
    height: 20px;
  }

  .exit-popup__title {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 48px));
  }

  .exit-popup__form {
    margin-top: 30px;
  }

  .exit-popup__pay-more {
    margin-top: 75px;
  }
}

/**
 * --------------------------------------------------------------------
 * DRAWER
 * --------------------------------------------------------------------
 */

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  z-index: 5;
  visibility: hidden;
  transition: visibility 0.35s linear;
}

.drawer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  background: #000000;
}

.drawer__inner {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 345px;
  margin-left: auto;
  background: var(--secondary-background);
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.drawer[aria-hidden=false] {
  visibility: visible;
}

.drawer[aria-hidden=false]::before {
  opacity: 0.4;
}

.drawer[aria-hidden=false] .drawer__inner {
  transform: translateX(0);
}

/**
 * --------------------------------------------------------------------
 * SEARCH RESULTS
 * --------------------------------------------------------------------
 */

.link-search-results:not(:only-child) {
  margin-top: 40px;
}

.link-search-results__list {
  list-style: none;
}

.link-search-results__link {
  display: block;
  padding: 8px 20px;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
}

.link-search-results__link:hover, .link-search-results__link:focus {
  background: var(--accent-background);
  color: var(--accent-color);
  outline: none;
}

@media screen and (min-width: 641px) {
  .link-search-results:not(:only-child) {
    margin-top: 60px;
  }
}
/**
 * --------------------------------------------------------------------
 * EXPANDABLE CONTENT
 * --------------------------------------------------------------------
 */

.expandable-content[aria-expanded] {
  position: relative;
  max-height: 550px;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}

.expandable-content__toggle {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 16px 20px;
  visibility: hidden;
  opacity: 0;
  color: var(--accent-color);
  text-align: left;
  font-weight: var(--text-font-bolder-weight);
  background: var(--secondary-background);
  z-index: 1;
  transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
}

.expandable-content__toggle::before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 50px;
  pointer-events: none;
  background: linear-gradient(rgba(var(--secondary-background-rgb), 0), rgba(var(--secondary-background-rgb), 0.4) 15%, var(--secondary-background));
}

.expandable-content__toggle-icon {
  position: relative;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  transition: transform 0.2s ease-in-out;
}

.expandable-content__toggle-icon::before, .expandable-content__toggle-icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  transition: transform 0.2s ease-in-out;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.expandable-content__toggle-icon::before {
  width: 2px;
  height: 10px;
}

.expandable-content__toggle-icon::after {
  width: 10px;
  height: 2px;
}

.expandable-content--expandable[aria-expanded=true] .expandable-content__toggle-icon {
  transform: rotateZ(90deg);
}

.expandable-content--expandable[aria-expanded=true] .expandable-content__toggle-icon::after {
  display: none;
}

.expandable-content--expandable .expandable-content__toggle {
  visibility: visible;
  opacity: 1;
}

.expandable-content--expandable[aria-expanded=true] .expandable-content__toggle::before {
  height: 0;
}

@media screen and (any-hover: hover) {
  .expandable-content[aria-expanded=false] .expandable-content__toggle:hover .expandable-content__toggle-icon {
    transform: rotateZ(45deg);
  }
}

@media screen and (min-width: 641px) {
  .expandable-content__toggle {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/**
 * --------------------------------------------------------------------
 * MENU (used exclusively in "custom content" section for now)
 * --------------------------------------------------------------------
 */

.menu-item__title {
  margin-bottom: 0.75em;
}

.menu-item__linklist {
  list-style: none;
}

.menu-item__link-item {
  padding: 5px 0;
}

/**
 * -------------------------------------------------------------
 * PRICE RANGE
 * -------------------------------------------------------------
 */

.price-range {
  display: block;
  padding: 20px 0;
}

.price-range__input-group {
  display: flex;
  align-items: center;
  gap: 14px;
}

.price-range__input {
  flex: 1 0 0;
  min-width: 0; /* Required for Firefox */
  flex-direction: column;
  align-items: flex-start;
	font-size: 1rem;
	color: rgba(28, 28, 28, 0.4);
  padding: 0;
  position: relative;
}
.input-prefix__label{
	font-size: 1rem;
	color: #1c1c1c;
}
.input-prefix__field:not(:placeholder-shown) {
	color: rgba(28, 28, 28, 0.4);
}
.input-prefix__field{
	border-radius: 7px;
	border: 1px solid #676660;
	padding: 13px 13px 13px 23px;
	background: transparent;
	text-align: left;
}
.input-prefix__value{
	position: absolute;
	bottom: 7.5px;
	left: 13px;
}
.price-range__delimiter {
  margin: 0 12px;
}

.price-range__range-group {
  position: relative;
  margin-bottom: 57px;
}

/**
 * -------------------------------------------------------------
 * RATING
 * -------------------------------------------------------------
 */

.rating {
  display: flex;
  align-items: center;
  vertical-align: bottom;
  line-height: inherit;
}

.rating__stars {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 2px;
  -moz-column-gap: 2px;
       column-gap: 2px;
}

.rating__star {
  color: var(--product-review-star-color);
  width: 14px;
  height: 14px;
}

.rating__star--empty {
  color: rgba(var(--text-color-rgb), 0.4);
}

.rating__caption {
  position: relative;
  top: 1px;
  margin-left: 7px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}
/**
 * --------------------------------------------------------------------
 * VALUE PICKER
 *
 * This component allows to provide a replacement to dropdown select.
 * On mobile it used by opening a drawer box, while on desktop it looks
 * like a popover
 * --------------------------------------------------------------------
 */
.value-picker-button svg {
  width: 9px;
  height: 7px;
  margin-left: 10px;
  transition: transform 0.2s ease-in-out;
}
.value-picker-button .value-picker-icon svg {
	margin-left: 0;
	margin-right: 7px;
 }
 .value-picker-button .value-picker-icon svg path{
	stroke-width: 1px;

 }
.value-picker-button svg path {
  stroke-width: 2.5px;
}

.value-picker-button--pill {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 14px 20px;
  text-align: left;
  border-bottom: 1px solid var(--border-color);
  background: var(--secondary-background);
}

.value-picker-button--pill svg {
  width: 12px;
  height: 8px;
  transition: transform 0.2s ease-in-out;
}

.value-picker-button--pill path {
  stroke-width: 2px;
}
.value-picker-button svg {
	width: 16px;
	height: auto;
 }
.value-picker-icon svg{
	height: 17px;
	width: auto;
}
.value-picker-button[aria-expanded=true] svg {
  transform: rotateZ(180deg);
}
.value-picker-button[aria-expanded=true] .value-picker-icon svg {
	transform: rotateZ(0deg);
 }

.value-picker {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
  visibility: hidden;
  transition: visibility 0.35s ease-in-out;
}

.value-picker::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  background: #000000;
}

.value-picker[aria-hidden=false] {
  visibility: visible;
}

.value-picker[aria-hidden=false]::before {
  opacity: 0.4;
}

.value-picker[aria-hidden=false] .value-picker__inner {
  transform: translateY(0);
}

.value-picker .icon--nav-triangle-borderless {
  display: none;
}

.value-picker__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--secondary-background);
  transform: translateY(100%);
  transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.value-picker__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px 16px 20px;
  border-bottom: 1px solid var(--border-color);
}

.value-picker__header .icon--close {
  width: 17px;
  height: 17px;
  color: var(--heading-color);
}

.value-picker__title {
  margin: 0;
}

.value-picker__close svg {
  display: block;
}

.value-picker__choice-list {
  padding: 15px 0;
  max-height: 430px;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  list-style: none;
}

.value-picker__choice-item {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 8px 50px 7px 20px; /* Designer does not like symmetry, sorry :D */
}

.value-picker__choice-item svg {
  position: absolute;
  width: 13px;
  height: 11px;
  right: 20px;
  top: 17px;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
}

.value-picker__choice-item.is-selected {
  color: var(--accent-color);
  font-weight: var(--text-font-bolder-weight);
}

.value-picker__choice-item.is-selected svg {
  transform: scale(1);
}

@supports (padding: max(0px)) {
  .value-picker__choice-list {
    max-height: calc(430px + env(safe-area-inset-bottom, 0px) + 15px);
    padding-bottom: max(15px, env(safe-area-inset-bottom, 0px) + 15px);
  }
}

/* On tablet and higher, the selector will look like a popover */
@media screen and (min-width: 641px) {
  /* This is the wrapper class on which elements are positioned relatively on desktop */
  .value-picker-wrapper {
    position: relative;
  }

  .value-picker {
    position: absolute;
    width: auto;
    height: auto;
    top: calc(100% + 10px);
    left: auto;
    right: -25px;
    bottom: auto;
    min-width: 160px;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    background: var(--secondary-background);
    color: var(--text-color);
    z-index: 4;
    cursor: auto;
    border-radius: 3px;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out;
    will-change: transform;
  }

  .value-picker::before {
    display: none;
  }

  .value-picker[data-picker-position=top] {
    top: auto;
    bottom: calc(100% + 10px);
  }

  .value-picker[aria-hidden=false] {
    visibility: visible;
    opacity: 1;
    transform: scale(1.001);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
  }

  .value-picker .icon--nav-triangle-borderless {
    display: block;
    position: absolute;
    bottom: 100%;
    right: 20px;
    width: 18px;
    height: 8px;
    z-index: 2;
    filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.12));
  }

  .value-picker[data-picker-position=top] .icon--nav-triangle-borderless {
    bottom: auto;
    top: 100%;
    transform: rotateZ(180deg);
  }

  .value-picker__inner {
    position: relative;
    width: auto;
    transform: none !important;
    transition: none;
    border-radius: 3px;
  }

  .value-picker__inner--restrict {
    max-height: 300px;
    overflow: auto;
  }

  .value-picker__header {
    display: none; /* Because of popover the context is clear and does not need header */
  }

  .value-picker__choice-list {
    padding: 15px 0;
    max-height: none;
    white-space: nowrap;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
  }

  .value-picker__choice-item {
    display: block;
    padding: 2px 25px;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
  }

  .value-picker__choice-item.is-selected,
  .value-picker__choice-item:hover {
    background: var(--accent-background);
    color: var(--accent-color);
    font-weight: normal;
  }

  .value-picker__choice-item.is-selected svg,
  .value-picker__choice-item:hover svg {
    display: none;
  }

  /* Small variation */
  .value-picker--small {
    min-width: 105px;
    right: -2px;
  }

  .value-picker--small .value-picker__choice-list {
    padding: 10px 0;
    font-size: 0.85rem;
  }

  .value-picker--small .value-picker__choice-item {
    padding: 2px 18px;
  }

  .value-picker--small .icon--nav-triangle-borderless {
    right: 11px;
  }

  /* Auto variation */
  .value-picker--auto {
    min-width: 0;
  }
}

/* START Koen - Misc */
@media (max-width: 677px) {
  .blogimageright {
    float: none;
    margin: 1em auto !important;
    display: block;
    text-align: center;
  }
}
   .blogimageleft {
		float: none;
		margin: 1em auto !important;
		display: block;
		text-align: center
	}


@media (min-width: 677px) and (max-width: 979px) {
  .blogimageright {
    float: right;
    margin: 0px 25px 0px 60px !important;
    max-width: 250px !important;
  }
}
 .blogimageleft {
	float: left;
		margin: 0 25px 0 0px !important;
		max-width: 250px !important
	}
@media (min-width: 980px) {
  .blogimageright {
    float: right;
    margin: 0px 25px 0px 40px !important;
    max-width: 350px !important;
    Max-height: 300px !important;
  }
}

  	.blogimageleft {
		float: left;
		margin: 0 25px 0 0px !important;
		max-width: 350px !important;
		Max-height: 300px !important
	}


.buttonpages {
    background-color: var(--primary-button-background);
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  border-radius: 10px;
}
}
.buttoncontact {
  background-color: var(--primary-button-background-rgb);
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
    border-radius: 10px;
}

@media (max-width: 677px) {
  .show-on-desktop, .show-on-tablets, .hide-on-mobile { display: none; }
}
@media (min-width: 677px) and (max-width: 979px) {
  .show-on-desktop, .hide-on-tablets, .show-on-mobile { display: none; }
}
@media (min-width: 980px) {
  .hide-on-desktop, .show-on-tablets, .show-on-mobile { display: none; }
}

.vat-edit-link,
input.btw-button{
  background-color: #e79a40;
    padding: 10px;
    color: #fff;
    margin-top: 10px;
    border-radius: 4px;
}

@include at('phone') {
.btw-nummer-box{
  padding: 20px; 
}
}

@include at('tablet-and-up') {
.btw-nummer-box{
  padding: 30px; 
}
}
/*==== Sufio Cart Form Styles - Start ====*/
.sufio-status-valid {
  display: none;
  width: 100%;
  max-width: 100%;
  text-align: left;
  color: #008060;
}

.sufio-status-invalid {
  display: none;
  width: 100%;
  max-width: 100%;
  text-align: left;
  color: #e74c3c;
}

.sufio-regex-invalid {
  display: none;
  width: 100%;
  max-width: 100%;
  text-align: left;
  color: #e74c3c;
}

.sufio-loader {
  display: none;
  margin: 20px auto 20px auto;
  z-index: 1;
  width: 24px;
  height: 24px;
  border: 3px solid #eee;
  border-radius: 50%;
  border-top: 3px solid #222;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*==== Sufio Cart Form Styles - End ====*/
.tableofcontents {
  line-height: 1.5;
  margin: 0 0 30px;
  padding: 15px;
  background-color: #f2f2f2;
  border-radius: 25px;
  max-width: 400px;
  border: 1px solid;
}

.tableofcontents a:not(.button):active,
.tableofcontents a:not(.button):hover {
  text-decoration: underline !important;
}


	html[lang="fr"] #block-page-faq-template-5-1,
	html[lang="fr"] .Showroom-1,
	html[lang="fr"] .dutch-delivery-table,
	html[lang="fr"] #partner-van,
  html[lang="fr"] #dutch-video,
  html[lang="fr"] .footer-info--phone, 
  html[lang="fr"] .footer-info--hours { 
 		 
	}
/* END Koen - Misc (fields above to hide french phone number from footer) */

/* START Ihor D. - Upsells */
.d-none {
  display: none !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.img-cover,
.img-contain {
  position: relative;
  overflow: hidden;
}

.img-cover > img,
.img-contain > img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.img-cover > img {
  -o-object-fit: cover;
  object-fit: cover;
}

.img-contain > img {
  -o-object-fit: contain;
  object-fit: contain;
}

.absolute-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.img-cover.absolute-cover,
.img-contain.absolute-cover {
  position: absolute;
}

.product-upsell--row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -10px;
}

.product-upsell--cell {
  position: relative;
  flex: 0 0 110px;
  max-width: 110px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  margin-right: 12px;
}

.product-upsell--cell + .product-upsell--cell:before {
  content: '+';
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.product-upsell--box {
  display: block;
  padding-bottom: 100%;
  border: 1px solid #f1f3f4;
}

.product-upsell--checkbox a {
  text-decoration: none !important;
}
/* END Ihor D. - Upsells */

/* START Ihor D. - 02.02.22 - Homepage Redesign */
.sec-rte img {
  max-width: 100%;
}

.text-center {
  text-align: center !important;
}

.sec-rte-padding.has-bg {
  padding-top: 25px;
  padding-bottom: 50px;
}

.sec-rte-padding.has-bg .heading {
  color: inherit;
}

.sec-blogposts--main {
  padding-top: 15px;
  padding-bottom: 15px;
}

.sec-blogposts__row .block-list{
  padding-bottom: 0 !important;
   margin-bottom: 0 !important;
 
}
.sec-blogposts__row .scroller__inner{
  padding-bottom: 10px !important;
   margin-bottom: 0 !important;
}
@media screen and (min-width: 1000px) {
  .sec-blogposts--row {
    display: flex;
    flex-wrap: wrap;
  }
  .sec-blogposts--main {
    flex: 1;
  }
  .sec-blogposts--image {
    margin-top: auto;
	 flex: 0 0 20%;
	 max-width: 20%;
	 /* padding-left: 10px; */
	 margin-bottom: -120px;
  }
}

.truck-icon {
  display: inline;
  vertical-align: middle;
}

.footer-link-mark {
  display: inline-flex;
  align-items: center;
 font-weight: 400;
 font-size: 1.1rem;
  /* background-color: #b9c5ce; */
  color: var(--footer-heading-text-color);
}
.footer-link-mark.footer-email-link {
	font-size: 1.1rem;
}
/* .footer-link-mark:not(:last-child){
	
} */
.footer-info--phone{
	margin-bottom: 30px;
}

.footer-info--email{
	margin-bottom: 30px;
}

.footer-link-mark svg {
  margin-right: 14px;
  width: 33px;
}

.footer__aside-item--social{
	margin-top: 33px;
}
/* .footer-info {
  margin-bottom: 20px;
} */

.footer-info--image img {
  width: 100%;
}

.footer-info--hours {
  font-size: 0.7em;
  margin-bottom: 0.5em;
}

.footer-dflx {
  display: flex;
}

.footer-starscore {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.footer-starscore--rate {
  font-size: 30px;
  font-weight: bold;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--input-background);
  color: #43423c;
  margin-right: 12px;
}

.footer-starscore--total {
  color: #fff;
  font-weight: bold;
}

@media (min-width: 641px) {
  .footer-custom .footer__block-item--info {
    flex: 0 0 100%;
  }
  .footer-info {
    /* border-bottom: 1px solid #b9c5ce; */
  }
  .footer-info--row {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
	 justify-content: space-between;
  }
  .footer-info--image {
    margin-top: auto;
  }}
@media screen and (max-width:641px) {
.footer-info--image {
  display:none;
}
}

@media (min-width:700.98px){
	.footer-info__media{
		flex: 0 1 44.6%; /* 345/768 */
		max-width: 345px;
	  }
	  .footer-info--content {
		 flex: 1 1 auto;
		 max-width: 300px;
	  }
}
@media (max-width: 700.98px){
	.footer-info--content .footer__title{
		margin-bottom: 0;
	} 
	.footer__title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 0;
		padding: 39px 0 17px;
		margin-bottom: 0px;
		line-height: 1.5;
	 }
	 
}
@media (min-width: 1008px) {
  /* .footer-info--image {
    margin-bottom: -20px;
  } */
  .footer-custom .footer__block-item--info {
    flex: 1 1 48.641975%; /* 788/1620 */
    grid-row: span 2;
  }
 
  .footer-custom .footer__block-item--links {
   flex: 0 1 12.5%; /* 250/1620 */
    /* max-width: 27%; */
  }
  .footer-info {
    border-bottom: none;
    margin-bottom: 0;
  }
  .footer-info .footer-info {
    height: 100%;
  }
  /* .footer__block-list.footer-custom {
    border-bottom: 1px solid #b9c5ce;
  } */
}
@media (min-width: 1101px){
   .footer__block-item--newsletter{
    grid-column: span 2;
  }
}

@media (max-width: 991px){
	.footer__wrapper {
		padding: 50px 0 0;
	
	} 
}
@media (max-width: 700.98px){
	  .footer-info--row{
		flex-direction: column;
	  }
	  .footer-info__media{
		margin: 0 auto;
		max-width: 353px;
	  }
	  .footer-info--logo {
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		max-width: 44.192635%; /* 156/353 */
	}
	.footer__wrapper{
		padding: 40px 0 0;
	}
	.footer__block-list{
		grid-template-columns: 1fr;
		row-gap: 0;
	}
}
.footer-bottom {
  padding-top: 2px;
  padding-bottom: 45px;
  background-color: var(--footer-background-color);;
  color: var(--footer-heading-text-color);
  margin-top: -1px;
}

.footer-bottom--nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -4px;
  margin-right: -4px;
}

.footer-bottom--nav .footer-bottom--link-item {
  padding-left: 4px;
  padding-right: 4px;
}

.footer-bottom--left,
.footer-bottom--right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 991.98px) {
  .footer-bottom--row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	 gap: 10px;
	 justify-content: space-between;
  }
  .footer-bottom--left,
  .footer-bottom--right {
    flex: 0 0 auto;
   
  }
  .footer-bottom--center{
	flex: 1 1 auto;
	text-align: center;
  }
  .footer-bottom--right {
    text-align: right;
  }
}
@media (max-width: 991.98px){
	.footer-bottom--row{
		display: grid;
	}
	.footer-bottom--left{
		order: 1;
		margin-bottom:0.5rem;
	}
	.footer-bottom--right {
		order: 2;
		margin-bottom:0.5rem;
	}
	.footer-bottom--center{
		order: 3;
		margin-bottom:0.5rem;
	}
}
.header .country-selector {
  display: inline-block !important;
}

.header__action-item--switcher .wg-drop.country-selector .wgcurrent {
  border: none;
}

.header__action-item--switcher .wg-drop.country-selector .wgcurrent a {
  height: 32px;
  padding: 0 24px 0 0 !important;
  font-weight: bolder;
  font-size: 17px;
  color: #433f3f;
}

.header__action-item--switcher .wg-drop.country-selector .wgcurrent:after {
  height: 32px;
  right: 6px;
}

.header__action-item--switcher .wg-drop.country-selector.closed .wgcurrent:after {
  transform: rotate(0);
}

.product-form__payment-container.has-only-one-btn .product-form__add-button {
  width: auto;
  flex: 0 0 auto;
}

.product-form__payment-container.has-only-one-btn .product-form__info-item--quantity {
  width: auto;
}

.product-form__payment-container.has-only-one-btn .product-form__info-item--quantity .product-form__info-content {
  padding-top: 0;
}

.product-form__payment-container.has-only-one-btn .product-form__info-item--quantity .product-form__info-content .quantity-selector--product {
  height: 66px;
}

.product-form__payment-container .product-form__add-button svg {
  width: 1.2em;
  height: 1.2em;
  margin-right: 4px;
}

.product-form__info-content .price-list .price {
  font-size: 1.9rem;
  font-weight: 400;
  font-family: var(--text-font-family);
}
.product-form__info-content .price-list .price.price--compare {
  font-size: 1.2rem;
}
.product-prices {
  display: flex;
  align-items: center;
}

.product-form__price-info {
  /* padding-left: 6px; */
}

.product-metadata {
  font-size: 70%;
  color:#AAAAAA;
  width: calc(100% - 18px);
  /* margin-top: 12px; */
}

.product-bulkdiscount--row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -16px;
}

.product-bulkdiscount--cell {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}

.product-bulkdiscount--item {
  height: 100%;
  border: 1px solid var(--heading-color);
  border-radius: 10px;
  padding: 8px 14px;
  text-align: center;
  line-height: 1;
}

.product-bulkdiscount--item-name {
  font-size: 0.75rem;
}

.product-bulkdiscount--item-discount {
  font-size: 0.75rem;
  color:red;
  font-weight: bold;
}

.product-bulkdiscount--item-value {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  font-size: 1.275rem;
  font-weight: 600;
}
.price__info-all{
	line-height: 1.5;
	color: #92928a;
  display: flex;
  gap: 5px; 
  justify-content: space-between;
  flex: 1 1 auto;
	position: relative;
	padding-left: 10px;
  padding-top: 1rem;
}
.price-split-message{
  position: relative;
  padding-left: 25px;
}
.price-split-message--icon{
	grid-row: span 2;
	
}
.price-split-message--icon svg{
	fill: none;
	width: 20px;
	height: 20px;
	vertical-align: top;

}
@media (min-width: 1000px) {
  .shopify-section__header .nav-bar {
	background: #43423c;
  }
  
  .shopify-section__header .nav-bar:after {
	background: #43423c;
  }
  
  .shopify-section__header .nav-bar .nav-bar__link,
  .shopify-section__header .nav-bar .nav-bar__link:hover,
  .shopify-section__header .nav-bar .nav-bar__link:focus {
    color: #f6f4f0;
  }
}

.header-icon-bar .block-list .icon-item {
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-icon-bar .block-list .icon-item img,
.header-icon-bar .block-list .icon-item svg {
  color: #3c6877;
  margin-right: 10px;
  user-select: none;
}

.product-usp-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.product-usp-list li {
  display: flex;
  line-height: 1.5;
  font-size: 1rem;
}

.product-usp-list li + li {
  margin-top: 0.5em;
}

.product-usp-list li svg {
  color: transparent;
  width: 1.25em;
  height: 1.25em;
  line-height: 1;
  margin-right: 0.4em;

}
.product-usp-list li b{
	font-weight: 400;
}
.template-product .inventory {
  padding-left: 80px;
}

.inventory:before {
  display: none;
}

.delivery-date.inventory {
  font-weight: normal;
  
}
.product-item .delivery-date.inventory {
	color: #77776d;
	font-style: normal;
 }
 .product-item .delivery-date.inventory div{
	font-style: normal;

 }
.delivery-date svg,
.product-form__inventory svg {
  margin-right: 4px;
}

.template-product #main .card {
  border-color: transparent;
}
@media (max-width:1000px){
 .template-product .inventory {
  padding-left: 35px;
}
}

.article__content .no_bullet li.plus,
.article__content .no_bullet li.min,
.product-block-list__item .no_bullet li.plus,
.product-block-list__item .no_bullet li.min {
  list-style: none;
  position: relative;
}

.article__content .no_bullet li.plus:before,
.article__content .no_bullet li.min:before,
.product-block-list__item .no_bullet li.plus:before,
.product-block-list__item .no_bullet li.min:before {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  left: -1.25em;
  top: 0.43em;
  padding: 0.2em;
  border-radius: 100%;
  line-height: 0.99;
}

.article__content .no_bullet li.plus:after,
.article__content .no_bullet li.min:after,
.product-block-list__item .no_bullet li.plus:after,
.product-block-list__item .no_bullet li.min:after {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  width: 1em;
  height: 1em;
  left: -1.25em;
  top: 0.3em;
  color: #fff;
  line-height: 1;
}

.article__content .no_bullet li.plus:before,
.product-block-list__item .no_bullet li.plus:before {
  background-color: green;
}

.article__content .no_bullet li.min:before,
.product-block-list__item .no_bullet li.min:before {
  background-color: red;
}

.article__content .no_bullet li.plus:after,
.product-block-list__item .no_bullet li.plus:after {
  content: '+';
}

.article__content .no_bullet li.min:after,
.product-block-list__item .no_bullet li.min:after {
  content: '-';
}

.nav-bar__linklist > .nav-bar__item > .nav-bar__link {
  font-weight: 400;
  line-height: 1.5;
	letter-spacing: 0.02em;
	font-size: 1rem;
}

.template-collection [data-section-type="collection"] .layout {
  margin-bottom: 0;
}

#contact-form-btw-nummer,
#contact-form-telefoon-optioneel,
#contact-form-telefoonnummer,
#contact-form-betaaltermijn,
#contact-form-bestelwaarde,
#contact-form-name,
#contact-form-email,
#contact-form-message{
  background-color: #f5f5f0;
  border-radius:10px;
  border: 1px;
}

.klaviyo-bis-trigger {
  background-color: #43423c;
  border: none;
  color: #fff;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
 	margin-top: 10px !important;
  border-radius: 5px;
}

.deliverytext {
  display: none;
}

.deliverytext,
.deliveryteext {
  font-style: italic;
  color: var(--product-in-stock-color);
}

.country-spesific {
  display: none;
}

html[data-country="nl"] .country-spesific[data-country="nl"] {
  display: block;
} 

html[data-country="be"] .country-spesific[data-country="be"] {
  display: block;
} 

html[data-country="fr"] .country-spesific[data-country="fr"] {
  display: block;
} 

html[data-country="de"] .country-spesific[data-country="de"] {
  display: block;
} 

html[data-country="other"] .country-spesific[data-country="other"] {
  display: block;
}

.product-item--delivery-info {
  display: flex;
  /* flex-wrap: wrap; */
  font-size: 0.9em;
  gap: 14px;
 line-height: 1.5;
color: #77776d;
font-style: normal;
}

.product-item--delivery-info-icon {
  flex: 0 0 25px;
  max-width: 25px;
}

/* .product-item--delivery-info .delivery-date {
  max-width: calc(100% - 20px);
  flex: 0 0 calc(100% - 20px);
} */

.klaviyo-bis-el {
  margin-bottom: 20px;
}

.atc-contact--btn {
  margin-bottom: 30px;
  width: calc(100% - 18px);
}

.product-delivery-info {
  margin-bottom: 25px;
  padding: 8px 6px;
  border-radius: 9px;
  background: #e4e4e2;
}

.product-item__soldout-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: var(--heading-font-family);
  font-size: 1.9rem;
}
.header-icon-bar{
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 1;
}
.pdp-offers.section{
	margin: 0;
}
.section__main-product{
	/* padding-bottom: 90px; */
}
.pdp-image-w-text-slider .image-with-text__image-container .image--fade-in{
	border-radius: 0 !important;
}
@media (min-width: 640px){
	.product-item--delivery-info .delivery-date.inventory{
		font-size: 0.9rem;
	  }
	  .product-item--delivery-info-icon {
		flex: 0 0 16px;
		max-width: 16px;
	}
	.product-item--product-excerpt {
		font-size: 0.9rem;
	}
}
@media (min-width: 1000px) {
  .header-icon-bar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .header-icon-bar .block-list .icon-item {
    font-size: 1rem;
  }

  .product-block-list__wrapper {
    /* width: calc(100% + 30px); */
	 width: 100%;
    display: flex;
    /* flex-wrap: wrap; */
	 row-gap: 45px;
	 column-gap: 30px;
    /* margin-left: -15px;
    margin-right: -15px; */
  }

  /* .product-block-list__item {

    
  } */
  .product-block-list__item--gallery{
	flex: 0 0 56%;
    max-width: 56%;
  }
  .product-block-list__item--info{
	/* flex: 0 0 auto; */
}
  .product-block-list__item--info {
    position: static;
    height: auto;
  }
  .product-item--delivery-info .delivery-date.inventory{
	font-weight: 400;
	font-size: 0.9rem;
  }
  .cart-wrapper .product-item--delivery-info .delivery-date.inventory{
	
	font-size: 0.9rem;
  }
  .product-item--delivery-info-icon {
	flex: 0 0 28px;
	max-width: 28px;
}
.product-item--product-excerpt {
	font-size: 0.9rem;
  	flex: 0 1 auto;
}
}

@media (min-width: 1280px) {
  .product-block-list--medium .product-block-list__wrapper {
    /* width: calc(100% + 30px); */
	 width: 100%;
  }
}

@media (max-width: 999px) {
  .mobile-menu__promo-item .mobile-menu__image-wrapper,
  .mobile-menu__promo-item .mobile-menu__image-text {
    display: none;
  }
}

@media (min-width: 1280px) {
  .product-item .product-item__title {
    /* height: calc((var(--base-text-font-size) - (var(--default-text-font-size) - 9px)) * 3 * 1.55); */
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/* END Ihor D. - 02.02.22 - Homepage Redesign */


/* judge.me css customization */
.jdgm-rev__icon::after, .jdgm-rev__buyer-badge {
  background-color:#3c6877!important;
}

.jdgm-rev__buyer-badge{
  font-size:1rem;
}
.jdgm-rev__content,
.jdgm-rev__title,
.jdgm-rev__author {
  color:#433f3f !important;
}

.jdgm-widget .jdgm-submit-question, .jdgm-widget .jdgm-submit-rev{
  background-color: #e79a40!important;
  Padding: 7px 15px!important;
  color: #fff!important;
  border-radius: 4px!important;
}

.jdgm-write-rev-link {
  border:0px!important;
  padding: 5px 10px!important;
  color: #fff!important;
  border-radius: 4px!important;
  background-color: #e79a40!important;
  
}

.jdgm-rev__author{
  font-weight:normal;
  font-style:italic;
}
.jdgm-rev-widg__title{
  Display:none;
}

.newprice-attribute {
  background: #E0E0E0;
  width: fit-content;
  padding: 5px 10px;

  color: #555;
  letter-spacing: 1px;
}

/* START Ihor D. - 24.04.22 - Upsell products */
.upsell-checkbox--item {
  cursor: pointer;
}

.upsell-checkbox--item .icon {
  width: 1.5em;
  height: 1.5em;
}
/* END Ihor D. - 24.04.22 - Upsell products */

/* START Ihor D. - 27.04.22 - Custom language switcher */
.header__action-item--switcher .nav-bar__item {
  padding: 0;
  margin: 0;
  position: relative;
}

.header__action-item--switcher .nav-bar__item:hover .nav-dropdown {
  visibility: visible;
  opacity: 1;
}

.text-uppercase {
  text-transform: uppercase !important;
}
/* END Ihor D. - 27.04.22 - Custom language switcher */
/* START Ihor D. - 12.08.22 - August adjustments */
.flex-align-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flex-1 {
  flex: 1;
}
.mobile-menu__section-switcher .header__action-item {
  padding-left: 0;
  padding-right: 0;
}
.mobile-menu__section-switcher .nav-dropdown {
  box-shadow: 0 1px 2px #00000020;
}
.product-meta--variants-options {
  margin: 0 -8px -8px;
}
.product-meta--variants-option {
  padding: 0 8px;
  margin-bottom: 8px;
}
.product-meta--variants-option-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  border-radius: 3px;
  min-width: 50px;
    border:1px solid var(--form-border-color);
}
.product-meta--variants-option-link.is-current {
   background: rgba(var(--secondary-button-background-rgb), .8);
    color:  var(--secondary-button-text-color);
}
.collection-children {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 0;
}
.collection__child-collections:has(.collection-children:empty){
	padding: 0;
}
.collection-child-cell {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 8px;
}
.collection-child-item {
  height: 100%;
  padding: 6px;
  border: 1px solid #e6e6e8;
  border-radius: 10px;
  background:#fff;
}
.collection-child-item:hover {
  text-decoration: underline;
  background-color: rgba(0,0,0,0.01);
}
.collection-child-item--image {
  width: 44px;
  height: 44px;
  margin-right: 8px;
}
.collection-child-item--content {
  font-size: 0.9rem;
  line-height: 1.5;
}
.collection__child-collections + div > .collection__toolbar {
  margin-top: 16px;
}
.product-type-custom .product-form__inventory {
  display: none !important;
}
.upsell-checkboxes{
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .collection-child-cell {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 1000px) {
  .collection-child-cell {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .collection-child-item {
    max-width: 180px;
  }
}
@media (min-width: 1280px) {
  .collection-child-item {
    max-width: 220px;
  }
  .collection-child-item--image {
    width: 60px;
    height: 60px;
    margin-right: 12px;
  }
  .collection-child-item--content {
    font-size: 1rem;
  }
}
@media screen and (max-width: 999.98px){
  .collection-children{
    flex-wrap: nowrap;
  }
}
/* END Ihor D. - 12.08.22 - August adjustments */

.additional-checkout-buttons {
  display:none !important;
}

/* START Ihor D. - 20.12.22 - Winter adjustments */
html {
  scroll-behavior: smooth;
}

.price-split-message--icon {
  position: absolute;
  left: 20px;
  width: 20px;
  height: 20px;
	transform: translate(-100%,0);
}

.price-split-message--icon:before {
  width: 210px;
  white-space: pre-wrap;
  font-size: 0.9rem;
}

.product-item--vertical .title-default {
  display: none;
}

.product-item--list .title-short {
  display: none;
}

.product-form__payment-container {
  flex-direction: row;
  flex-wrap: nowrap;
}

.product-form__payment-container .product-form__add-button {
  flex: 0 0 calc(100% - 50px);
  max-width: calc(100% - 50px);
}

.product-form__payment-container .product-form__wishlist {
  flex: 0 0 50px;
  max-width: 50px;
}

.header__action-item--whishlist .icon,
.header__action-item--faq .icon {
  width: 24px;
  height: 24px;
}

.mobile-menu__promo-links .mobile-menu__promo-item {
  margin-bottom: 22px;
}

.product-item--list .product-item--delivery-grid,
.product-item--vertical .product-item--delivery-list,
.product-item--list .product-item--price-grid,
.product-item--vertical .product-item--price-list,
.product-item--vertical .product-item--description-list {
  display: none;
}
.product-item--list .product-item--price-grid{
	display: flex;
}
.product-item--list .product-item--price-list{
	display: none;
}
.product-item--list .product-item--delivery-list {
  padding-top: 8px;
}

.product-item--list .product-item--delivery-list .delivery-date {
  font-size: 14px;
}

.product-item--description-list {
  font-size: 1rem;
  line-height: 1.5;
  height: calc(4em * 1.5);
  overflow: hidden;
  text-overflow: ellipsis;
}

.template-product.is-atc-sticky .product-form__payment-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: #fff;
  border-top: 1px solid #f7f0f0;
  border-bottom: 1px solid #f7f0f0;
  padding: 12px;
  z-index: 4;
}
body.template-product.is-atc-sticky:not(:has(.header-sticky))  .product-form__payment-container{
	top: 0 !important;
}

.template-product.is-atc-sticky .product-form-atc-spacer {
  height: 98px;
}

.sticky-atc-sticky--image,
.sticky-atc-sticky--info {
  display: none;
}

.template-cart #shopify-section-header {
  position: static;
}

.template-cart .nav-bar {
  display: none;
}

.cart-page--extra-cta {
  margin-bottom: 16px;
}
.cart-page--freeship-progress2 {
    margin-bottom: 15px;
    text-align: center
}
.freeship-progressbar2 {
    margin-top: 5px;
    background-color: #ebecf0;
    border-radius: 3px;
    overflow: hidden;
    display: flex
}

.freeship-progressbar--line2 {
    height: 24px;
    background: repeating-linear-gradient(-55deg, #89c17d, #89c17d 10px, #75b666 10px, #75b666 20px)
}
.freeship-progressbar{
  border: 1px solid #43423c;
}
.cart-page--freeship-progress {
    margin-bottom: 15px;
    text-align: center;
    width: calc(100% - 430px);}
    
@media screen and (min-width: 1500px){
  .cart-page--freeship-progress{
    padding: 0 10px;
  }
  
}
@media screen and (max-width: 1280px){
  .cart-page--freeship-progress{
   width: calc(100% - 380px);
  }
  
}
@media screen and (max-width: 999.98px){
  .cart-page--freeship-progress{
   width: 100%;
  }
}
.freeship-progressbar {
  margin-top: 5px;
  background-color: #EBECF0;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
}

.freeship-progressbar--line {
  height: 24px;
  /* background-color: #75B666;
  background-color: #89C17D; */
  background: repeating-linear-gradient(
    -55deg,
    #89C17D,
    #89C17D 10px,
    #75B666 10px,
    #75B666 20px
  );
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  line-height: 1;
  min-height: 48px;
}

.button--extra-small {
  padding: 0 8px;
  min-height: 34px;
}

.button--small {
  min-height: 42px;
}

.button--large {
  min-height: 55px;
  padding: 0 24px;
}

.button--extra-large {
  min-height: 60px;
  padding: 0 32px;
}

.footer__wrapper-inner {
  position: relative;
}

.footer-back-top-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 100%;
}

.footer-back-top-btn .icon {
  width: 24px;
  height: 24px;
}

/* .appikon-discount-code-toggler {
  display: inline-flex;
  margin-bottom: 8px;
  text-decoration: underline;
  cursor: pointer;
}

.appikon-discount-code-toggler:hover {
  text-decoration: none;
}

.appikon-discounts-wrapper:not(.is-discount-field-active) #appikon-discount-code,
.appikon-discounts-wrapper:not(.is-discount-field-active) #apply-appikon-discount {
  display: none;
}
 */

.cart-recap__price-line-price {
  display: flex;
}

.cart-recap__price-line-price .wholesale-cart-total {
  order: -1;
}

.cart-recap__price-line-price .wholesale-original-cart-total {
  margin-left: 5px;
  display: none !important;
}

.cart-recap__amount-saved {
  display: none !important;
}

.cart-subtotal-line {
  position: relative;
}

.cart-subtotal-line:before {
  content: '';
  position: absolute;
  left: -8px;
  top: 0;
  right: -8px;
  height: 100%;

}

.cart-subtotal-line > span {
  position: relative;
  z-index: 1;
}

@media (min-width: 641px) {
  .product-form__payment-container {
    padding-left: 0;
    padding-right: 0;
  }

  .template-product.is-atc-sticky .product-form__payment-container {
    padding-left: var(--desktop-container-gutter);
    padding-right: var(--desktop-container-gutter);
  }

  .product-form__payment-container .product-form__add-button {
    flex: 0 0 calc(100% - 86px);
    max-width: calc(100% - 86px);
  }

  .product-item--list .product-item__action-list {
    max-width: 440px;
  }

  .template-product .product-form__payment-container .product-form__add-button {
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
	min-height: 66px;
	border-radius: 9px;
	padding: 22px 24px;
	background: rgba(var(--primary-button-background-rgb),.8);
  }
  .template-product .product-form__payment-container .product-form__add-button:hover{
	background: rgba(var(--primary-button-background-rgb),1);
  }
  /* .cart-page--extra-cta {
    margin-top: -30px;
  } */
}

@media (min-width: 1000px) {
  /* .template-product .shopify-section__header {
    position: static !important;
    padding-top: 79px;
  } */

  .shopify-section__header .header {
    z-index: 11;
  }

  /* .template-product .shopify-section__header .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
  } */

  .template-product .shopify-section__header .nav-bar .mega-menu {
    z-index: 10;
  }

  .template-product.is-atc-sticky .product-form__payment-container {
    bottom: auto;
    top: 79px;
    /* top: 0; */
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
    box-shadow: 0 0 8px 0 #0000004d;
  }

  .template-product.is-atc-sticky .product-form__payment-container .product-form__add-button {
    flex: 0 0 320px;
    max-width: 320px;
  }

  .template-product.is-atc-sticky .product-form__payment-container.has-only-one-btn .product-form__info-item--quantity {
    margin-left: auto;
    padding-left: 9px;
  }

  .template-product.is-atc-sticky .sticky-atc-sticky--info {
    display: block;
    width: auto;
  }

  .template-product.is-atc-sticky .sticky-atc-sticky--image {
    display: block;
    width: 60px;
  }

  .sticky-atc-sticky--image-wrap {
    height: 60px;
  }

  .sticky-atc-sticky--title {
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 4px;
  }

  .sticky-atc-sticky--price {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .cart-recap__scroller {
    top: 5px;
  }

  .cart-wrapper .cart-recap {
    top: -76px;
    height: calc(100% + 76px);
  }

  .cart-subtotal-line {
    position: relative;
    margin-top: 28px;
  }
}

@media (min-width: 1280px) {
  .product-item.product-item--list .product-item__title {
    /* height: calc((var(--base-text-font-size) - (var(--default-text-font-size) - 14px)) * 2 * 1.55); */
    margin-bottom: 6px;
  }
  .header__action-item--account{
		margin-right: 9px;
	 }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .header__action-item {
    padding: 0;
  }
}

@media (min-width: 1480px) {
  .template-product.is-atc-sticky .product-form__payment-container {
    max-width: 100vw;
    padding-left: calc(50vw - 700px);
    padding-right: calc(50vw - 700px);
  }
}

@media (max-width: 999px) {
  .template-product .product-form__payment-container {
    flex-wrap: nowrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background-color: #fff;
    border-top: 1px solid #f7f0f0;
    border-bottom: 1px solid #f7f0f0;
    padding: 12px;
    z-index: 4;
	 top: unset !important;
  }

  .template-product.is-atc-sticky .product-form__payment-container {
    padding-left: 12px;
    padding-right: 12px;
	 top: unset !important;
	
  }

  .template-product.is-atc-sticky .product-form-atc-spacer {
    height: 0;
  }
}
@media (min-width: 641px){
  html:has(body.template-cart){
    padding-bottom: 0 !important;
  }
}
@media (max-width: 640px) {
  .template-product .header__search-bar-wrapper,
  .template-cart .header__search-bar-wrapper {
    display: none;
  }

  .template-product .header--search-expanded,
  .template-cart .header--search-expanded {
    margin-bottom: 0;
  }

  .template-product .product-form__info-item--quantity {
    width: 94px;
  }
  
  .template-product .product-form__info-item--quantity .quantity-selector__button {
    padding-left: 8px;
    padding-right: 8px;
  }
  
  .template-product .product-form__info-item--quantity .quantity-selector__value {
    min-width: 40px;
  }
  
  .template-product .product-form__payment-container .product-form__add-button {
    flex: 0 0 calc(100% - 144px);
    max-width: calc(100% - 144px);
  }

  .template-cart .cart-checkout-btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    padding: 8px;
    background-color: #fff;
    z-index: 100;
  }

  .footer-back-top-btn {
    top: 0vw;
  }
  .price-split-message--icon{
	left: 12px;
  }
  .price__info-all{
	padding-left: 2px;
  }
  .price__info-all:has(.priceSplitMessage.d-none){
	padding-left: 0;
  }
}

@media (max-width: 420px) {
  .template-product .product-form__payment-container .product-form__add-button {
    font-size: 14px;
  }

  .template-product .product-form__payment-container .product-form__add-button .icon {
    display: none;
  }

  .footer-back-top-btn {
    top: 0vw;
  }
}

@media (max-width: 390px) {
  .header__action-item {
    padding-left: 6px;
    padding-right: 6px;
  }

  .header__mobile-nav {
    margin-right: 8px;
  }
}
/* END Ihor D. - 20.12.22 - Winter adjustments */

/* START Ihor D. - 14.04.23 - April adjustments */
.flex-align-justify-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.relative-z1 {
  position: relative;
  z-index: 1;
}

.slider-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.slider-arrow .icon {
  width: 20px;
  height: 20px;
}

.cookies-rejected > div > .needsclick {
  display: none !important;
}

.faq__pdp-grid .faq__question {
  padding: 12px;
}

.faq__pdp-grid .faq__answer {
  padding-bottom: 30px;
  padding-left: 20px;
  font-size: 1rem;
  line-height: 1.5;
  color:  #53524c;
}

.pdp-offers .offer-item {
  padding: 0;
  /* border-radius: 20px; */
  /* overflow: hidden;
  display: flex;
  flex-direction: column; */
}

.pdp-offers .offer-item__image-wrapper {
  /* background-color: #f8eee6; */
  /* aspect-ratio: 1.5; */
  display: flex;
  align-items: center;
  justify-content: stretch;
  gap: 15px;
  /* padding: 24px; */
  max-width: 100%;
  margin-bottom: 0;
}

.pdp-offers .offer-item__image-ratio {
  padding-bottom: 0 !important;
  max-width: 71px;
  margin-right: 0;
  margin-left: 20px;
  width: 100%;
  height: 46px;
  padding-left: 20px;
}

.pdp-offers .offer-item__image-ratio img {
  object-fit: contain;
}

.offer-item__inner {
  flex: 1 0 0%;
  padding: 15px 20px 25px;
  /* background-color: #e1e5eb; */
}

.image-with-text__slider {
  position: relative;
}

.pdp-image-w-text-slider {
  position: relative;
}

.pdp-image-w-text-slider .image-with-text__image-container {
  margin-bottom: 0;
}

.pdp-image-w-text-slider .image-with-text__image-container .aspect-ratio {
  height: 56.25vw;
  /* height: 28.25vw; */
}

.pdp-image-w-text-slider .image-with-text__image-container .aspect-ratio img {
  object-fit: contain;
  border-radius: 50px 0 0 50px !important;
}

.pdp-image-w-text-slider .image-with-text__text-aligner {
  padding: 24px 0;
}

.pdp-image-w-text-slider .image-with-text__slider-nav {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  top: 56.25vw;
  text-align: center;
  height: 40px;
}

.pdp-image-w-text-slider .image-with-text__slider-nav .slider-dots {
  flex: 1;
  width: auto;
}

.image-with-text__slider.has-nav .image-with-text__text-aligner {
  margin-top: 24px;
}

.faq__pdp-grid {
  max-width: 600px;
  margin: 0 auto;
  display: grid;
  gap: 13px;
  position: relative;
}

.faq__pdp-grid .faq__item-wrapper {
	border: 1px solid #92928a;
	border-radius: 10px;
	
  overflow: hidden;
}

.pdp-image-w-text-slider.mod-faq {
  padding: 0;
  overflow: hidden;
}

/* .pdp-image-text-faq {
  background-color: #fbefea;
  position: relative;
  overflow: hidden;
}

.pdp-image-text-faq:before {
  content: '';
  position: absolute;
  width: 150%;
  height: 100vw;
  left: 0;
  top: 0;
  transform: rotate(-15deg) translate(-20%, -40%);
  background-color: #e1e5eb;
} */

.pdp-faq-v2-slider {
  /* margin-bottom: 60px; */
}

.section--pdp-reviews {
  background-color: #E4E4E2;
  padding: 120px 0;
}
.section--pdp-reviews .container{
	max-width: 1205px;
}
.section--pdp-reviews .heading.h2 {
	font-size: 2.1rem;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 19px;

	text-align: left;
}
.section--pdp-reviews .jdgm-rev-widg__summary,
.section--pdp-reviews .jdgm-histogram{
	border-radius: 11px;
	background: #f6f4f0;
}
.section--pdp-reviews .jdgm-rev-widg__summary{
	width: 35%;
	display: flex;
	justify-content:center;align-items: center;
	text-align: center;
	padding: 15px;
}
.section--pdp-reviews .jdgm-histogram{
	padding: 20px 36px;
	width: 62%;
	margin-right: 0 !important;
	margin: 0 0 0 20px;
}
.section--pdp-reviews .jdgm-rev-widg {
  padding: 0;
  border: none;
  --padding: 16px;
}
.section--pdp-reviews .jdgm-rev-widg__header{
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.section--pdp-reviews .jdgm-widget-actions-wrapper{
	order: 10;
	width: 100%;
	text-align: left;
	float: left;
	margin-top: 50px;
}
.section--pdp-reviews .jdgm-write-rev-link {
	border-radius: 10px !important;
	padding: 27px 40px !important;
	color: #fff!important;
	background-color:  #43423c ! important;
	font-weight: 700;
	font-size: 1rem;
	text-align: center;
}
.section--pdp-reviews  .jdgm-rev-widg__sort-wrapper {
	position: absolute;
	right: 0;
	top: -100px;
}
.section--pdp-reviews .jdgm-rev-widg__body {
  margin-top: 20px;
  /* border-top: 1px dashed var(--primary-button-background); */
}

.section--pdp-reviews .jdgm-histogram__bar {
  background-color: #e4e4e2;
  height: 6px;
  border-radius: 5px;
  flex: 1 1 auto;
  order: -1;
  max-width: 62%;
}
.section--pdp-reviews .jdgm-histogram__bar-content{
	background: #43423c;
	border-radius: 5px;
}
.section--pdp-reviews .jdgm-sort-dropdown.jdgm-sort-dropdown {
	background: #c9bfb5 !important;
  line-height: 1;
  border-radius: 6px !important;
  padding: 5px 13px;
  font-weight: 400;
font-size: 1rem;

text-align: center;
border: none;
}
.section--pdp-reviews .jdgm-histogram__row{
	/* display: grid;
	grid-template-columns: 1fr auto auto auto; */
	display: flex;
	align-items: center;
	gap: 15px;

}
.section--pdp-reviews select {

}
.section--pdp-reviews select option{
	font-size: 1rem;
	padding: 5px;
}
.section--pdp-reviews .jdgm-sort-dropdown-arrow {
  z-index: 1;
  right: 16px;
}

.section--pdp-reviews .jdgm-rev {
  border: none;
}

.section--pdp-reviews .jdgm-rev .jdgm-rev__content {
  --bg-color: #fff;
  padding: 16px;
  background-color: var(--bg-color);
  box-shadow: 0 0 6px rgba(0,0,0,.15);
  border-radius: 4px;
  margin-top: 12px;
  position: relative;
}

.section--pdp-reviews .jdgm-rev .jdgm-rev__content:before {
  content: '';
  width: 0;
	height: 0;
	border-width: 0 5px 10px 5px;
	border-color: transparent transparent var(--bg-color) transparent;
	border-style: solid;
  position: absolute;
  top: -10px;
  right: calc(100% - 30px);
}

.section--pdp-reviews .jdgm-rev .jdgm-rev__actions {
  padding-left: 16px;
  padding-right: 16px;
}

.section--pdp-reviews .jdgm-rev__rating,
.section--pdp-reviews .jdgm-rev__timestamp {
  font-size: 0.9rem;
}

.section--pdp-reviews .jdgm-rev__timestamp {
	font-size: 0.9rem;
	color: #8b8a89;
}

.section--pdp-reviews .jdgm-rev__author-wrapper .jdgm-rev__author {
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
line-height: 1.5;
text-transform: capitalize;
}
.section--pdp-reviews .jdgm-rev__buyer-badge{
	background: #c9bfb5 !important;
	border-radius: 5px;
padding: 5px 30px;
color: #43423d;
}
.section--pdp-reviews .jdgm-paginate{
	text-align: left;
}
.section--pdp-reviews .jdgm-paginate__page {
	border: 0.51px solid #43423c;
border-radius: 3px;
width: 32px;
height: 32px;
color: #43423c;
font-weight: 800;
font-size: 1rem;
text-align: center;
padding: 0 !important;
display: flex !important;
justify-content:center;
align-items: center;
}
.section--pdp-reviews .jdgm-paginate__page.jdgm-curt{
	background: #43423c;
	font-size: 1rem !important;
	color: #fff !important;
}
.section--pdp-reviews .jdgm-paginate{
	display: flex;
	align-items: center;
	gap: 9px	;
}
/* .pdp-upsells--panel {
  background-color: #fff;
  border-radius: 20px;
  padding: 24px 16px;
} */
.pdp-upsells--panel{
	position: relative;
}
.pdp-upsells .swiper-button-prev:after,
.pdp-upsells .swiper-button-next:after{
	display: none;
}
.pdp-upsells .swiper-button-next,
.pdp-upsells .swiper-button-prev{
	top: 0;
	right: 0;
	left: unset;
	width: 60px;
	height: 60px;
	border: 1px solid #43423d;
	border-radius: 50%;
	display: flex;
	justify-content:center;
	align-items: center;
	transition: all 0.3s;
}
.pdp-upsells .swiper-button-next:hover,
.pdp-upsells .swiper-button-prev:hover{
	background-color: #43423d;
}
.pdp-upsells .swiper-button-next svg,
.pdp-upsells .swiper-button-prev svg{
	width: 20px;
	height: auto;
}
.pdp-upsells .swiper-button-next path,
.pdp-upsells .swiper-button-prev path{
	transition: all 0.3s;
}
.pdp-upsells .swiper-button-next:hover path,
.pdp-upsells .swiper-button-prev:hover path{
	fill: #fff;
}
.pdp-upsells .swiper-button-prev{
	transform: translate(-105%,0px);
}
.pdp-upsells--panel .heading.h2{
	font-size: 2.1rem;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 45px;

	text-align: left;
}
.pdp-upsells .container{
	max-width: 1310px;
}
.pdp-upsells--panel-row {
  margin-bottom: -24px;
}

.pdp-upsells--cell {
  /* margin-bottom: 24px; */
}
.pdp-upsells--cell.swiper-slide {
  height: auto;
}

/* .pdp-upsells--item {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
} */
.pdp-upsells--item {
	display: flex !important;
	flex-direction: column;
	border: 1px solid rgba(55, 55, 55, 0.5);
	border-radius: 20px;
}
.pdp-upsells--item-image {
  aspect-ratio: 1;
  position: relative;
  
	border-radius: 20px 20px 0 0;
}
.pdp-upsells--item-content{
	background: #e4e4e2;
	padding: 14px 24px;
	border-radius: 0 0 20px 20px;
	text-align: left;
	border: 1px solid transparent;
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
}
.jdgm-prev-badge__text{
	font-size: 1rem;
line-height: 1.5;
color: rgba(112, 112, 112, 0.8);
}
.pdp-upsells--item-content .price.price--highlight,
.pdp-upsells--item-content .price{
	font-weight: 400;
	font-size: 1.2rem;
	margin-right: 0.3em;
}
.pdp-upsells--item-content .price.price--compare{
	font-weight: 400;
	font-size: 0.9rem;
	text-decoration: line-through;
}
.pdp-upsells__item-descr{
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 1.5;
	margin-bottom: 13px;
}
.pdp-upsells--item-title {
	font-weight: 600;
	font-size: 1.2rem;
  line-height: 1.5;
  margin: 13px 0;
  display: flex;
  /* align-items: start; */
  gap: 10px;
  justify-content: space-between;
  flex: 1 0 auto;
}
.pdp-upsells--item-title svg{
	width: 33px;
	height: 40px;
}
.pdp-upsells--item-title svg path{
	fill: none;
}
.pdp-upsells--item  .price-list{
	margin-bottom: 10px;
}
.pdp-upsells--item-actions {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 2px;
  gap: 1px;
}

.pdp-upsells--item-actions .button {
    border-radius: 7px;
    padding: 19px 29px;
    background: rgba(var(--primary-button-background-rgb), .8);
}

.pdp-upsells--item-actions .button:hover {
    background-color: var(--primary-button-background)
}

.pdp-upsells--item-actions.added .pdp-upsells--item-remove {
  display: flex;
}

.pdp-upsells--item-actions.added .pdp-upsells--item-add {
  pointer-events: none;
  opacity: 0.7;
}

.pdp-upsells--item-remove {
  display: none;
}

.pdp-upsells--item-text-added {
  display: none;
}

.pdp-upsells--item-actions.added .pdp-upsells--item-text-def {
  display: none;
}

.pdp-upsells--item-actions.added .pdp-upsells--item-text-added {
  display: inline;
}
.product-delivery-info .product-form__inventory,
.product-delivery-info .delivery-date.inventory{
	padding-left: 80px;
}
.product-form__info-content:not(:has(div)) .product-form__inventory{
	padding-bottom: 14px;
	padding-top: 14px;
}
.product-delivery-info .delivery-date.inventory i{
	font-style: normal;
}
.product-bulkdiscount--cell{
	flex: 0 1 126px;
}
.product-bulkdiscount--item{
	padding: 6px 8px;
}
.product-bulkdiscount--item-name{
	font-size: 0.9rem;
	color: #92928a;
}
.product-bulkdiscount--item-value{
	font-size: 1.1rem;
}
.product-bulkdiscount--item-discount{
	font-weight: 400;
	font-size: 0.9rem;
	color: #92928a;
}
.product-gallery__image{
	border-radius: 24px;
}
.pdp-upsells--item {
	height: 100%;
	display: flex;
	flex-direction: column;
 }
.swiper-blogs-list .block-list {
	flex-wrap: nowrap;
 }
.faq__question[data-open='open']+.faq__answer-wrapper{
  height: auto; 
}
 /* .swiper-blogs-list{
	overflow: visible;
 } */

@media (max-width: 1350px){
	.product-form__info-item--quantity .quantity-selector--product .quantity-selector__button {
		padding: 0 11px;
	}
	.product-form__payment-container.has-only-one-btn .product-form__info-item--quantity .product-form__info-content .quantity-selector--product{
		height: 38px;
	}
	.product-form__info-item--quantity .quantity-selector{
		border-radius: 5px;
	}
	.template-product .product-form__payment-container .product-form__add-button{
		min-height: 38px;
		padding: 9px 19px;
		/* flex: 0 0 calc(100% - 166px);
		max-width: calc(100% - 151px); */
		border-radius: 5px;
	}
	.product-form__payment-container .quantity-selector--product .quantity-selector__value{
		min-width: 35px;
	}
}
@media (max-width: 1150px){
	.product-block-list__item--gallery {
		flex: 0 0 calc(50% - 15px);
		max-width: calc(50% - 15px);
	}
	.product-gallery__thumbnail-list {
		gap: 11px;
	}
	.product-gallery__carousel-wrapper .scroller{
		max-width: 100%;
	}
}
@media (max-width: 1000px){
	.block-list{
		padding: 10px 0;
	} 
	.product-form__payment-container {
		margin: 0;
	}
	.product-block-list__wrapper{
		display: flex;
		column-gap: 37px;
		row-gap: 30px;
	}
	.product-gallery__carousel-item{
		padding: 0;
		border-radius: 8px;
	}
	.product-gallery__carousel-wrapper{
		margin-bottom: 12px;
	}
	.product-gallery .flickity-prev-next-button{
		bottom: 22px;
		width: 36px;
		height: 36px;
	}
	.product-gallery .flickity-prev-next-button.next {
		right: 7px;
	}
	.product-gallery .flickity-prev-next-button.previous {
		left:7px;
	}
	.flickity-prev-next-button svg {
		width: 10px;
		height: 6px;
	}
	.product-gallery__thumbnail {
		width: 38px;
		border-radius: 3px;
	}
	.product-gallery .scroller {
		margin: 0 !important;
	}
	.product-gallery__thumbnail-list:before{
		display: none;
	}
	.product-block-list__item--info>.card{
		margin-top: 0 !important;
	}
	.product-label{
		padding: 3px 7px;
		border-radius: 3px;
		font-size: 10px;
	}
	.product-label--on-sale{
		padding: 12px 10px;
		font-size: 14px;
		border-radius: 11px 0 11px 0;
	}
	.swiper-products-list .product-item__label-list>.product-label {
		padding: 12px 10px;
		font-size: 14px;
		border-radius: 11px 0;
	}
	.product-meta__label-list {
		margin-bottom: 9px;
	}
	h1.product-meta__title {
		font-size: 2.1rem;
		font-weight: 400;

		line-height: 1.25;
	}
	.product-meta__reviews-badge{
		font-size: 1rem;
		margin-top: 9px;
		margin-bottom: 9px;
	}
	.product-meta__text{
		padding-top: 14px !important;
		margin-bottom: 14px;
	}
	.product-form__info-list{
		margin: 0 0 1rem;
		padding-bottom: 4px;
	}
	.product-form__info-content .price-list .price{
		font-size: 1.2rem;
	}
  	.product-form__info-content .price-list .price.price--compare{
		font-size: 0.9rem;
	}
	.price__info-all{
		font-size: 10px;
		column-gap: 7px;
	}
	.product-form__price-info {
		font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 9px));
	}
	.price-split-message--icon {
		width: 10px;
		height: 10px;
	}
	.price-split-message--icon svg {
		width: 10px;
		height: 10px;
	}
	.product-usp-list li {
		font-size: 1rem;
		align-items: flex-start;
	}
	.product-usp-list li svg{
		width: 10px;
		height: 10px;
		margin-top: 4px;
	}
	.product-delivery-info{
		
		border-radius: 5px;
		padding: 5px 12px;
	}
	.inventory{
		font-size: 1rem;
	}
	.product-delivery-info .product-form__inventory, .product-delivery-info .delivery-date.inventory {
		padding-left: 37px;
	}
	.product-form__inventory svg {
	
		top: 7px;
		left: 3px;
		width: 22px;
		height: 13px;
	}
	.product-usp-list li+li {
		margin-top: 0;
	}
}
@media (max-width: 767.98px){
	.block-list{
		display: none;
	} 
  .sec-blogposts__row .block-list{
		display: flex;
	}
	.swiper-blogs-list .block-list{
		display: flex;
		flex-direction: row;
	} 
	.promotion-block .block-list{
		display: flex;
	}
	.product-block-list__wrapper{
		margin-top: 70px;
	}
	.pdp-image-w-text-slider-block .image-with-text__text-container {
		width: 100% !important;
		flex: 1 0 100% !important;
	}
}
@media (max-width: 640px){
	.product-block-list__wrapper{
		flex-direction: column;
		margin-top: 0;
      padding-top: 36px;
	}

	.template-product .product-form__payment-container .product-form__add-button {
		flex: 1 1 100%;
		max-width: 100%;
		padding: 9px 10px;
		margin-left: 10px;
	}
	.product-form__payment-container .product-form__wishlist {
		flex: 0 0 0;
		/* max-width: 50px; */
	}
	.product-block-list{
		padding: 0 var(--mobile-container-gutter);
	}
	.product-block-list__item--gallery{
		flex: 1 1 100%;
		max-width: 100%;
	}
	.product-gallery__carousel{
		margin-left: 0;
		margin-right: 0;
	}
	.product-gallery__thumbnail{
		width: 46px;
	}
	.product-block-list .card{
		margin-bottom: 0px;
	}
	/* .product-gallery__carousel-item .aspect-ratio{
		padding-bottom: 100% !important;
	} */
	.product-label {
		padding: 6px 1rem;
		border-radius: 7px;
		font-size: 0.8rem;
	}
	.product-meta__label-list{
		margin-bottom: 5px;
	}
	h1.product-meta__title {
		font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 24px)) !important;
	
	}
	.product-meta__reviews-badge {
		font-size: 1rem;
		margin-top: 4px;
		margin-bottom: 4px;
	}
	.product-form__info-content .price-list .price {
		font-size: 1.25rem;
	}
	.product-form__info-content .price-list .price.price--compare {
		font-size: 1rem;
	}
	.product-form__info-list{
		/* flex-direction: column; */
		row-gap: 19px;
		align-items: start;
        flex-wrap: wrap;
	}
	.product-form__price-info,
	.price__info-all {
		font-size: 0.9rem;
	}
	.price-split-message--icon,
	.price-split-message--icon svg{
		width: 12px;
		height: 12px;
	}
	.product-delivery-info{
		border-radius: 6px;
	}
	.product-label--on-sale{
		border-radius: 17px 0 17px 0;
	}
	.swiper-products-list .product-item__label-list>.product-label {
		padding: 12px 10px;
		font-size: 14px;
		border-radius: 11px 0;
	}
	.swiper-blogs-list .product-list__swiper-buttons{
		display: none;
	}
	.swiper-blogs-list .swiper-wrapper{
		gap: 30px;
	}
  .template-account .container--flush {
	padding: 0 var(--mobile-container-gutter);
}
}
@media (max-width: 467.98px){
	.product-form__info-item--quantity .quantity-selector--product .quantity-selector__button {
		padding: 0 5px;
	}
	.product-form__payment-container .quantity-selector--product .quantity-selector__value {
		min-width: 20px;
	}
}
@media (min-width: 800px) {
  .pdp-image-text-faq:before {
    height: 50vw;
  }

  .section--pdp-reviews .jdgm-rev {
    display: grid;
    grid-template-columns: 160px 1fr;
    grid-auto-rows: auto;
    gap: 12px;
  }

  .section--pdp-reviews .jdgm-rev .jdgm-rev__header {
    grid-area: 1 / 1 / 3 / 2;
  }

  .section--pdp-reviews .jdgm-rev .jdgm-rev__content { 
    grid-area: 1 / 2 / 2 / 3;
    margin-top: 0;
  }

  .section--pdp-reviews .jdgm-rev .jdgm-rev__actions {
    grid-area: 2 / 2 / 3 / 3;
  }

  .section--pdp-reviews .jdgm-rev .jdgm-rev__reply {
    grid-area: 3 / 2 / 4 / 3;
  }

  .section--pdp-reviews .jdgm-rev .jdgm-rev__content:before {
    border-width: 6px 10px 6px 0;
    border-color: transparent var(--bg-color) transparent transparent;
    bottom: auto;
    top: var(--padding);
    right: 100%;
  }

  .section--pdp-reviews .jdgm-rev__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .section--pdp-reviews .jdgm-rev__header .jdgm-rev__icon {
    margin-right: 0;
  }

  .section--pdp-reviews .jdgm-rev__header .jdgm-rev__timestamp {
    margin-left: 0;
  }

  .section--pdp-reviews .jdgm-rev__icon {
    order: 1;
  }
  
  .section--pdp-reviews .jdgm-rev__rating {
    order: 2;
  }
  
  .section--pdp-reviews .jdgm-rev__author-wrapper {
    order: 3;
  }
  
  .section--pdp-reviews .jdgm-rev__buyer-badge-wrapper {
    order: 4;
  }
  
  .section--pdp-reviews .jdgm-rev__timestamp {
    order: 5;
  }

  .pdp-upsells--panel-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
  }

  .pdp-upsells.text-center .pdp-upsells--panel-row {
    justify-content: center;
  }
  
  .pdp-upsells--cell {
    /* padding-left: 12px;
    padding-right: 12px;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; */
  }

  

  .pdp-upsells--item .pdp-upsells--item-actions {
    margin-top: auto;
  }
}

@media (min-width: 1000px) {
  .nav-dropdown-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.2s ease;
    visibility: hidden;
    opacity: 0;
  }

  .nav-dropdown-open .nav-dropdown-overlay {
    visibility: visible;
    opacity: 1;
  }

  .nav-dropdown-overlay + .nav-bar {
    z-index: 10;
  }

  .pdp-offers .offer-item__image-wrapper {
    min-height: 62px;
    aspect-ratio: 0;
  }

  .pdp-image-w-text-slider .image-with-text__image-container .aspect-ratio {
    height: 0;
    padding-bottom: 56.25% !important;
  }

  .pdp-image-w-text-slider .image-with-text__text-container {
    padding-left: 0;
  }

  .pdp-image-w-text-slider .image-with-text__text-aligner {
    padding: 32px 40px;
  }

  .image-with-text__slider.has-nav .image-with-text__text-aligner {
    margin-top: 0;
  }

  .pdp-image-w-text-slider .image-with-text__slider-nav {
    width: var(--width);
    left: 0;
    top: 0;
  }

  .pdp-image-w-text-slider .image-with-text__slider-nav.position-left {
    width: var(--width);
    left: var(--offset);
  }

  .pdp-image-w-text-slider .image-with-text__slider-nav-inner {
    display: inline-flex;
  }

  .image-with-text__slider-title {
    margin-bottom: 0;
    padding: 12px 0;
  }

  .faq__pdp-grid .faq__question {
    padding: 30px;
  }

  /* .pdp-upsells--panel {
    padding: 32px 24px;
  } */

  html.is-scrolled .template-product .shopify-section__header .header {
    z-index: 11;
  }
  
  .pdp-image-text-faq:before {
    height: 60vw;
  }
  h1.product-meta__title {
	font-size: 2.1rem;
	font-weight: 400;

	line-height: 1.5;
  }
  .product-meta__header{
	margin-bottom: 17px;
  }
  /* .pdp-image-w-text-slider .image-with-text{
	min-height: 980px;
} */
}

@media (min-width: 1280px) {
  .pdp-image-w-text-slider .image-with-text__text-aligner {
    padding: 40px 56px;
  }

  .pdp-upsells--cell {
    /* flex: 0 0 314px;
    max-width: 314px; */
  }
}

@media (min-width: 1600px) {
  .pdp-image-text-faq:before {
    height: 54vw;
  }
    .pdp-image-w-text-slider .image-with-text{
	min-height: unset;
}
  .pdp-image-w-text-slider .image-with-text__image-container .aspect-ratio {
	padding-bottom: 25.25% !important;
}
   .pdp-image-w-text-slider .image-with-text__image-container .aspect-ratio.aspect-ratio--wide {
	padding-bottom: 51.25% !important;
}
}

@media (max-width: 999px) {
  .pdp-image-w-text-slider .image-with-text__image-container .aspect-ratio {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 640px){
	.swiper-upsells{
		overflow: visible !important;
	}

}
/* END Ihor D. - 14.04.23 - April adjustments */

/* edit to last item in navigation bar */
li.nav-bar__item:nth-child(8) {

}
.blogs-header{
border-bottom: 1px solid #3D3D3D;
padding-bottom: 45px;
position: relative;
}
.blogs-header .page__title{
	 margin-bottom: 50px;
	 font-family: var(--second-family);
		font-weight: 400;
font-size: 55px;

text-align: center;

}
.blog-post-list{
	display: grid;
	/* grid-template: 2fr / 1fr 1fr 1fr; */
	grid-template-rows: 1fr 1fr 1fr 1fr ;
   grid-template-columns: 0.796fr 1fr 0.796fr;
	column-gap: 62px;
	row-gap: 55px;
	grid-auto-flow: row;
}
.article-item {
	margin: 0 !important;
}
.block-list__item .article-item__image-container{
	border-radius: 8px;
}
.blog-post-0 .article-item__image-container,
.blog-post-5 .article-item__image-container,
.blog-post-6 .article-item__image-container,
.blog-post-11 .article-item__image-container{
	border-radius: 10px;
	margin-bottom: 21px;
}
.article-item__title{
	font-weight: 400;
	margin-bottom: 13px;
	font-size: 1.2rem !important;
	color:#000;
font-family:var(--heading-font-family);
}
.blog-post-0 .article-item__title,
.blog-post-5 .article-item__title,
.blog-post-6 .article-item__title,
.blog-post-11 .article-item__title{
	font-size: 1.2rem !important;
}
.blog-post-5 .article-item ,
.blog-post-10 .article-item{
	text-align: right;
}
.blog-post-5 .article-item__read-more,
.blog-post-10 .article-item__read-more{
	justify-content: flex-end;	
}

.article-item__read-more strong{
	font-size: 1rem;
	text-decoration: underline;
	font-weight: 400;
	margin-right: 6px;
}
.article-item__read-more{
	display: flex;
	align-items: center;
}
.article-item__meta{
	margin-top: 24px;
	font-weight: 400;
	font-size: 1rem;
	color: #9a9997;
}
.article-item .aspect-ratio{
	padding-bottom: 66.425121%; /* 275/414 */
	
}
.blog-post-0 .article-item .aspect-ratio,
.blog-post-5 .article-item .aspect-ratio,
.blog-post-6 .article-item .aspect-ratio,
.blog-post-11 .article-item .aspect-ratio{
	padding-bottom: 73.373984%; /* 722/984 */
}


.blog-post-0 {
   grid-row-start: 1;
   grid-column-start: 1;
   grid-row-end: 3;
   grid-column-end: 3;
   
}
.blog-post-1 {
   grid-row-start: 1;
   grid-column-start: 3;
   grid-row-end: 2;
   grid-column-end: 4;
}
.blog-post-2 {
   grid-row-start: 2;
   grid-column-start: 3;
   grid-row-end: 3;
   grid-column-end: 4;
}
.blog-post-3 {
   grid-row-start: 3;
   grid-column-start: 1;
   grid-row-end: 4;
   grid-column-end: 2;
}
.blog-post-4 {
   grid-row-start: 4;
   grid-column-start: 1;
   grid-row-end: 5;
   grid-column-end: 2;
}
.blog-post-5 {
   grid-row-start: 3;
   grid-column-start: 2;
   grid-row-end: 5;
   grid-column-end: 4;
}
.blog-post-6 {
   grid-row-start: 5;
   grid-column-start: 1;
   grid-row-end: 7;
   grid-column-end: 3;
}
.blog-post-7 {
   grid-row-start: 5;
   grid-column-start: 3;
   grid-row-end: 6;
   grid-column-end: 4;
}
.blog-post-8 {
   grid-row-start: 6;
   grid-column-start: 3;
   grid-row-end: 7;
   grid-column-end: 4;
}
.blog-post-9 {
   grid-row-start: 7;
   grid-column-start: 1;
   grid-row-end: 8;
   grid-column-end: 2;
}
.blog-post-10 {
   grid-row-start: 8;
   grid-column-start: 1;
   grid-row-end: 9;
   grid-column-end: 2;
}
.blog-post-11 {
   grid-row-start: 7;
   grid-column-start: 2;
   grid-row-end: 9;
   grid-column-end: 4;
}
/* .big-post{
	grid-row: span 2;
	grid-column: span 2
} */
/* .section__text-icons.section--tight{
	padding: 120px 0;
} */
.footer-back-top-btn svg path{
	fill: var(--footer-background-color);
}
.top-decor{
	position: absolute;
	right: 0;
	width: 60%;
	height: 100%;
	top: -92%;
	pointer-events: none;
	-webkit-filter: blur(10px);
	filter: blur(10px);
    z-index: -1;
}
.section__blog-post .top-decor{
	height: 18%;
	top: -170px;
}
.top-decor img{
	width: 100%;
	object-fit: cover;
}
.swiper {
	width: 100%;
 }
main > * {
	min-width: 0;
}
.product-meta__text{
	border-top:1px solid rgba(67, 66, 60, 0.2);
	padding-top: 25px;
}
.pdp-image-w-text{
	margin: 0 !important;
	
}
.pdp-image-w-text .rte h2{

	color: inherit;
	font-size: 2.1rem;
	font-weight: 400;
	line-height: 1.5;
}

.pdp-image-w-text .rte h4 {
      color: inherit;
  margin: .2rem 0 .2rem;
}
.image-with-text p{
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;

}
.image-with-text .button{
	padding: 4px 8px;
	text-decoration: underline;
	font-size: 1rem;
	font-weight: 400;
}
.image-with-text .video-wrapper{
	border-radius: 15px;
	overflow: hidden;
}
.image-with-text__image-container{
	background-color: #fff;
	border-radius: 17px;
	overflow: hidden;
	z-index: 1;
	/* display: flex;
	align-items: center;  */
}
/* .section-full-width .image-with-text__image-container{
	background-color: #77776D;
} */
.section-full-width .image-with-text__image-container:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 66.948258%; /* 634/947 */
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-filter: blur(30px);
	filter: blur(30px);
}
.promotion-block{
	position: relative;
	overflow: hidden;
}
.promotion-block:before,
.shopify-section:before{
	content: '';
	position: absolute;
	width: 36.614583%; /* 703/1920 */
	height: 79.403794%; /* 586/738 */
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
    opacity: 0;
    visibility: hidden;
  transition: 0.3s all ease 0.3s

}
.loaded .promotion-block:before,
.loaded .shopify-section:before{
  opacity: 1;
  visibility: visible;
}
.shopify-section{
	position: relative;
}
.promotion-block .section__title.heading{
	margin-bottom: 74px;
}
.promotion-block .block-list{
	margin: 0 -15px -30px -15px;
}
.image-with-text--standart .image-with-text__image-container{
	background-color: var(--accent-color);
}
.pdp-image-w-text .image-with-text__image-container{
	border-radius: 17px;
    overflow: hidden;
}
.pdp-image-w-text .image-with-text__image-container{
	background-color: transparent;
}
.pdp-image-w-text-slider .image-with-text__image-container{
	border-radius: 0;
}

.image-with-text__image-container .aspect-ratio{
	max-width: 750px;
	margin-right: 0;
}
.image-with-text--collection  .image-with-text__image-container .aspect-ratio{
  border-radius: 17px;
  overflow: hidden;
}
.section-full-width .image-with-text__image-container .aspect-ratio{
	top: 50%;
   transform: translate(0px, -50%);
}

.image-with-text__text-aligner .rte{
	font-size: 1rem;
	line-height: 1.5;
}
.image-with-text__text-aligner .heading{
	font-size: 2.1rem;

	line-height: 1.5;
	font-weight: 400;
}
.image-with-text .heading{
	margin-bottom: 50px;
}
.image-with-text--collection .heading{
	margin-bottom: 30px;
}
.image-with-text--collection .rte p:not(:last-child){
  margin-bottom: 15px;
}
.image-with-text__text-container{
	z-index: 1;
}
.image-with-text__text-aligner img{
	margin-top: 55px;
	display: inline-block;
	max-width: 151px;
}
.pdp-image-w-text-slider .image-with-text__slider-nav.position-left{
	transform: translate(-50%,0px);
}
.pdp-image-w-text-slider .image-with-text__slider-nav.position-right{
	transform: translate(50%,0px);
}
/* .pdp-image-w-text-slider .image-with-text__slider-nav .slider-arrow{
	display: none;
} */
.pdp-image-w-text-slider .slider-arrow{
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  background: #fff6;
  border-radius: 50px;
	border: 1px solid rgba(67, 66, 60, .5);
	-webkit-backdrop-filter: blur(11.989999771118164px);
	backdrop-filter: blur(11.989999771118164px);
}
.pdp-image-w-text-slider .slider-arrow.prev{
  left: 10px;
}
.pdp-image-w-text-slider .slider-arrow.next{
  right: 10px;
}
.pdp-image-w-text-slider .image-with-text__slider-nav{
	top: unset;
}

.pdp-image-w-text-slider .image-with-text__slider-nav-inner{
	border-radius: 22px;
	padding: 5px 27px;
background: rgba(255, 255, 255, 0.4);
border: 1px solid rgba(67, 66, 60, 0.5);
backdrop-filter: blur(11.989999771118164px);
}
.pdp-image-w-text-slider .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #43423c;
	transition: all 0.3s;
	opacity: 1;
	margin: 0;
}
.pdp-image-w-text-slider .image-with-text__slider-nav .slider-dots{
	display: flex;
	align-items: center;
	min-height: 40px;
	gap: 16px;
}
.pdp-image-w-text-slider .swiper-pagination-bullet-active{
	width: 29px;
	height: 29px;
}
.image-with-text__text-aligner{
	max-width: 750px;
} 
.pdp-faq-block__wrapper .container{
	max-width: 1206px;
} 
.pdp-faq-block__wrapper .faq__pdp-grid{
	max-width: 100%;
}
.pdp-faq-block__wrapper .heading.h2{
	font-size: 2.1rem;
	text-align: left !important;
	line-height: 1.5;
	font-weight: 400;

	margin-bottom: 37px;
}
.swiper{
	height: fit-content;
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
	z-index: 50;
	height: 8px;
	position: static !important;
	background: rgba(61, 61, 61, 0.1);
	width: 100%;
	border-radius: 0;
	margin-top: 25px;
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: #43423D;
border-radius: 0;

}
.section-full-width{
	display: flex;
}
.swiper-blogs-list .article-item__title {
	font-size: 1.2rem;
}
.block-list__item.swiper-slide{
	height: auto;
}
.block-list__item.swiper-slide .article-item {
	display: flex;
	flex-direction: column;
}
.block-list__item.swiper-slide .article-item__title{
	flex: 1 0 auto;
}
.block-list__item.swiper-slide .article-item .aspect-ratio {
	padding-bottom: 54%;
}
.blog-posts__category-link{
	display: inline-flex;
	align-items: center;
	margin-top: 25px;
	position: relative;
	left: 50%;
	transform: translate(-50%,0px);

	font-weight: 400;
font-size: 1rem;
color: #f6f4f0;
gap: 8px;

}
.blog-posts__category-link svg{
	width: 11px;
	height: auto;
}

@media (min-width:1500px){
	.top-decor{
		top: -105%;
	}
}

@media (max-width: 1220px){
	.blogs-header .page__tag-item {
		font-size: 1rem;
		min-height: 36.6px;
		line-height: 1.5;
		
	} 
	.blogs-header .page__tag-list{
		grid-template-columns: repeat(auto-fit,minmax(100px,auto));
		gap: 11px;
	}
	.pdp-faq-block__wrapper .faq__pdp-grid{
		max-width: 88.6%;
	}
}
@media (min-width: 1001px){
	.header__action-item--account{
		/* margin-right: 30px; */
	 }
	 .header__logo-image--mobile{
		display: none;
	 }
	 .header__action-list{
		padding-left: 0;
	 }
	 .header__action-item:first-child{
		padding-left: 0;
	 }
	 .header__mobile-nav{
		display: none;
	 }
}
@media (min-width: 991.98px){
  .sec-blogposts__row{
	display: flex;
	/* gap: 10px; */
}
}

@media (max-width: 1000px){
	.header__action-list{
		gap: 8px;
	}
	.header__action-item{
		padding: 0;
	}
	.header__mobile-nav{
		/* margin-left: 8px; */
	}
	.header{
		background-color: var(--header-accent-color);
	}
	.header__logo-image--desktop{
		display: none;
	}
	.search-bar{
		z-index: 0;
	}
	.search-bar__top {
		border-color: var(--secondary-background);
		height: 38px;
		border-radius: 8px ;
	}
	.header__search-bar-wrapper{
		max-width: 356px;
	}
	.search-bar__input {
		color: var(--secondary-background);
		font-size: 1rem;
		padding: 0 8px 2px;
		border-radius: 7px 0 0 7px;
	}
	.search-bar__input::placeholder {
		color: #adada7;
		opacity: 1;
		font-size: 14px;
	}
	.search-bar__submit{
		background-color: var(--secondary-background);
		color: var(--header-accent-color);
		/* width: 92px; */
		font-size: 1rem;
		border-radius: 0 7px 7px 0;
		font-weight: 400;
	}
	.search-bar__input-clear{
		right: 4px;
		
	}


	.header .icon--account path {
		stroke: var(--secondary-background);
		
	 }
	 .header .icon--account,
	 .header .icon--cart{
		width: 22px;
		height: 22px;
	 }
	 .header .icon--close{
		width: 22px;
		height: 22px;
	 }
	 .header .icon--close path{
		fill: var(--secondary-background);

	 }
	 .header .icon--hamburger-mobile {
		width: 38px;
		height: 22px;
		transform: scale(-1,1);
	 }
	 .header__cart-count{
		border: 1px solid var(--secondary-background);
		width: 20px;
		height: 20px;
		padding: 2px;
	 }
	 .header .icon--cart path{
		stroke: var(--secondary-background);

	 }
	 .search-bar__input-clear svg.icon--close {
		width: 15px !important;
		height: 15px !important;
	}
	.mobile-menu__panel {
		background-color: var(--header-accent-color);
		color: var(--secondary-background);
	}
	.mobile-menu .mobile-menu__image-heading{
		color: var(--secondary-background);
	}
	.mobile-menu__nav-link{
		justify-content: flex-start;
		gap: 6px;
	}
	.mobile-menu__nav-link svg{
		fill: none;
	}
	.mobile-menu__nav-list-toggle{
		color: #f6f4f0;
		font-size: 1rem;
		line-height: 1.5;
		letter-spacing: 0.02em;
	}
  	.mobile-menu__nav-list-toggle[aria-expanded='true']+.mobile-menu__nav-collapsible{
		height: auto;
	}
	.mobile-menu__section.is-sticky{
		background-color: var(--header-accent-color);
	}
	.mobile-menu__section:not(:last-child) {
		border-bottom: none;
	}
	.mobile-menu__section-title{
		color: #f6f4f0;
	}
	.nav-bar__link.link:hover{
		color: #f6f4f0;

	}
	.nav-dropdown:not(.nav-dropdown--floating) {
		left: 0;
	}
	.nav-dropdown{
		padding: 8px 0;
	}
	.swiper-offers.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
		z-index: 50;
		height: 8px;
		position: static !important;
		background: rgba(61, 61, 61, 0.1);
		width: 100%;
		border-radius: 0;
		margin-top: 25px !important;
}
.swiper-offers .swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: #43423D;
	border-radius: 0;

}
.swiper-offers .block-list__item{
	max-width: 305px;
}
.swiper-offers .block-list__item{
	margin: 0;
}
.pdp-offers .offer-item__image-ratio {
	height: 31px;
	padding-left: 13px;
	margin-left: 0;
}

.offer-item__inner {
	padding: 13px;
}
.offer-item__title{
	font-size: 1.2rem;
	margin-bottom: 16px;
}
  .pdp-offers .offer-item__title{
	margin-bottom: 0;
    
}
  .pdp-offers .offer-item__image-wrapper {
    min-height: 62px;
  }
.offer-item__content{
	font-size: 10px;
	line-height: 1.5;
}

 .image-with-text__text-container{
	padding-right: 23px;
 }
 .pdp-image-w-text .rte h2 {
	font-size: 2.1rem;
 }
 .image-with-text p {
	font-size: 1rem;
 }
 .image-with-text .button {
	font-size: 1rem;
 }
 .image-with-text .rte p+.button {
	margin-top: 0;
}
.image-with-text .video-item {
	margin: 0;
}
.pdp-image-w-text-slider .image-with-text__text-aligner {
	padding: 0 0 0 24px;
}
.image-with-text__text-aligner .heading {
	font-size: 2.3rem;
	font-weight: 400;
	margin-bottom: 17px;
}
.image-with-text__text-aligner .rte{
	font-size: 1rem;
}
.pdp-image-w-text-slider .image-with-text__slider-nav {
	left: 50%;
	height: 20px;
	width: fit-content;
}
.pdp-image-w-text-slider .image-with-text__slider-nav-inner{
	border-radius: 15px;
	border: 0.67px solid rgba(67, 66, 60, 0.5);
backdrop-filter: blur(7.991788864135742px);
padding: 6px 18px;
}
.pdp-image-w-text-slider .swiper-pagination-bullet{
	width: 7px;
	height: 7px;
}
.pdp-image-w-text-slider .swiper-pagination-bullet-active {
	width: 13px;
	height: 13px;
}
.pdp-image-w-text-slider .image-with-text__slider-nav .slider-dots{
	min-height: unset;
}
.pdp-faq-block__wrapper .heading.h2 {
	font-size: 2.1rem;
	margin-bottom: 13px;
}
.faq__pdp-grid .faq__question{
	font-size: 1.2rem;
	padding: 16px;
}
.faq__pdp-grid .faq__item-wrapper {
	border-radius: 6px;
	
}
.pdp-faq-block__wrapper .plus-button--large {
	width: 23px;
	height: 23px;
  flex: 0 0 23px;
}
.pdp-faq-block__wrapper .plus-button--large:before {
	width: 11px;

}
.pdp-faq-block__wrapper .plus-button--large:after {
	height: 11px;

}
.pdp-faq-block__wrapper .faq__pdp-grid .faq__answer{
	padding-left: 16px;
	padding-bottom: 10px;
	font-size: 1rem;
}
.pdp-upsells--item{
	border-radius: 11px;
}
.pdp-upsells--item-content{
	padding: 17px;
	border-radius: 0 0 11px 11px;
}
.pdp-upsells--item-image {
	border-radius:  11px 11px 0 0;

}
.pdp-upsells--item-title{
	font-size: 1.2rem;
}
.pdp-upsells__item-descr {
	font-size: 10px;
}
.pdp-upsells--item-actions .button{
	padding: 10px 16px;
	border-radius: 4px;
	font-size: 10px;
}
.pdp-upsells--item-title svg {
	width: 16px;
	height: 22px;
}

.pdp-upsells--item-content .price,
.pdp-upsells--item-content .price.price--highlight, 
.pdp-upsells--item-content .price.price--compare{
	font-size: 1.2rem;
}
.pdp-upsells--panel .heading.h2,
.section--pdp-reviews .heading.h2 {
	font-size: 2.1rem;

}
.pdp-upsells .swiper-button-next, 
.pdp-upsells .swiper-button-prev {
	width: 36px;
	height: 36px;
}
.pdp-upsells .swiper-button-prev{
	transform: translate(-105%, 80%);
}
.pdp-upsells .swiper-button-next{
	transform: translate(0, 80%);
}
.pdp-upsells .swiper-button-prev svg,
.pdp-upsells .swiper-button-next svg {
	width: 10px;
	height: 6px;
}
.section--pdp-reviews .jdgm-sort-dropdown.jdgm-sort-dropdown{
	max-width: 120px;
	padding: 3px 7px;
	font-size: 1rem;
	text-align: left;
	border-radius: 3px !important;
}

.jdgm-ans__body.is-truncated .jdgm-rev__body-read-more, .jdgm-rev__body.is-truncated .jdgm-rev__body-read-more{
    font-weight: 700;
  }
.section--pdp-reviews .jdgm-rev-widg__sort-wrapper{
	top: -80px;
	right: 40px;
}
.section--pdp-reviews .jdgm-rev-widg__summary, .section--pdp-reviews .jdgm-histogram {
	border-radius: 8px;
	
}
.section--pdp-reviews .jdgm-histogram{
	padding: 11px 22px;
}
.section--pdp-reviews .jdgm-widget-actions-wrapper{
	margin-top: 30px;
}
.section--pdp-reviews .jdgm-write-rev-link {
	border-radius: 6px!important;
	padding: 14px 22px!important;
	font-size: 1rem;
	
}
.section--pdp-reviews {
	padding: 80px 0;
}
.promotion-block .section__title.heading {
	margin-bottom: 28px;
}
.promotion-block .block-list{
flex-direction: column;	
margin: 0;
}
.promotion-block .block-list__item{
width: 100%;
  padding-right: 0;

}
}

@media (max-width: 991.98px){
	.blogs-header .page__title{
		font-size: 35px;
		margin-bottom: 19px;
	} 
	.blog-post-list {
		column-gap: 27px;
		row-gap: 27px 
	}


	.block-list__item .article-item__image-container{
		border-radius: 3px;
		margin-bottom: 6px;
	}
	.blog-post-0 .article-item__image-container,
	.blog-post-5 .article-item__image-container,
	.blog-post-6 .article-item__image-container,
	.blog-post-11 .article-item__image-container{
		border-radius: 4px;
		margin-bottom: 9px;
	}
	.article-item__title{
		
		margin-bottom: 6px;
		font-size: 1.2rem !important;
	}
	.blog-post-0 .article-item__title,
	.blog-post-5 .article-item__title,
	.blog-post-6 .article-item__title,
	.blog-post-11 .article-item__title{
		font-size: 1.2rem !important;
		margin-bottom: 6px;
	}
	.blog-post-5 .article-item ,
	.blog-post-10 .article-item{
		text-align: right;
	}
	.article-item__read-more strong{
		font-size: 1rem;
	}
	.article-item__read-more svg{
		width: 5px;
		height: 5px;
	}
	.article-item__meta{
		margin-top: 10px;
		font-size: 7px;
	}
	.pagination__nav-item{
		width: 33px;
		height: 33px;
		border-radius: 3px;
		font-size: 9px;
	}
	.pagination__inner {
		gap: 9px;
	}
	.pagination__prev, .pagination__next{
		width: 33px;
		height: 33px;
		border-radius: 3px;
	}
	.pagination__prev svg, .pagination__next svg {
		width: 4px;
		height: 6px;
	}
	/* .section__text-icons.section--tight {
		padding: 80px 0;
	} */
	.top-decor{
		top: -110%;
	}
	.section__blog-post .top-decor{
		top: -100px;
	}
}
@media (min-width:767.98px){
	.header__action-item--account-label{
		display: none;
	}
	.pdp-image-w-text-slider-block .image-with-text__text-container {
		display: flex;
		align-items: center;
	}
	.image-with-text__image-container--full{
		position: relative;
		flex: 0 0 50%;
		/* padding: 0px 0px 50% 0px; */
		
	}
	.row-reverse .image-with-text__image-container--full{
		transform: translate(-200%,0px);
	}
	.row .image-with-text__image-container--full{
		transform: translate(-100%,0px);
	}
	.section-full-width.row .aspect-ratio{
		margin-right: auto;
		margin-left: 0;
	}
	/* .section-full-width .aspect-ratio{
		padding-bottom: 0 !important;
	} */
	.section-full-width .image-with-text__image-container{
		border-radius: 0;
	}
	.image-with-text__image-container--full img,
	.image-with-text__image-container--full video{
		position: absolute;width: 100%;height: 100%;top: 0;left: 0;
		object-fit: cover;
	}

	.text-block__full .image-with-text__text-aligner{
	/* width: 50%; */
	/* padding: 120px 120px ; */
	}
	.section-full-width{
		padding: 0 !important;
	}
}
@media (max-width: 767.98px){
	.header__action-item-link--account-link{
		display: flex;
		align-items: center;
		gap: 8px;
	}
  .pdp-image-w-text-slider .slider-arrow{
    /* display: none; */
    top: 28vw;
  }
	.top-decor{
		width: 100%;
	}
	/* body.no-mobile-scroll{
		overflow: hidden;
		touch-action: none;
		overscroll-behavior: none;
	} */
	.popover {
		right: 0;
		width: 100vw;
		left: -20px;
		top: 62px;
		border-radius: 0;
	}
	
	.header__search-bar-wrapper{
		position: absolute;
		/* top: calc(100% + 18px);
		left: var(--desktop-container-gutter);
		width: calc(100% - var(--desktop-container-gutter) * 2); */
        top: 100%;
		left: 0;
		width:100%;
        padding: 17px var(--mobile-container-gutter);
		max-width: unset;
		height: 72px;
		/* background: var(--background); */
        background-color: var(--header-background);
	}
	.search-bar__top {
		border-color: var(--header-accent-color);
      opacity: 0.6;
	}

	.search-bar__input {
		color: var(--header-accent-color);
		/* background: var(--secondary-background); */
	}
	.search-bar__submit{
		background-color: var(--header-background);
		color: var(--header-accent-color);
      /* opacity: 0.6; */
	
	}
	.header__logo {
		flex: 1;
		display: flex;
		justify-content: center;
	}
	/* .header__action-item-link--account-link .icon-state__secondary svg path{
		fill: var(--header-accent-color) ;
	} */
	.header__action-item-link--account-link .icon-state__secondary{
		z-index: 2;
	}
	.blogs-header .page__tag-item {
		font-size: 9px;
	} 
	.text-with-icons {
		/* flex-wrap: nowrap;
		overflow-x: scroll; */
		/* padding-bottom: 30px; */
	}
	/* .text-with-icons {
		scrollbar-width: 0.3125rem;
	}
	.text-with-icons::-webkit-scrollbar {
		width: 0.25rem !important;
		background-color: rgba(61, 61, 61, 0.1);
		height: 4px;
	}
	.text-with-icons {
	scrollbar-color: #43423D rgba(61, 61, 61, 0.1);

	}
	.text-with-icons::-webkit-scrollbar-thumb {
		background: #43423D;
		width: 0.45rem;
		margin: 0 auto;
		} */

	.text-with-icons__content>p {
		font-size: 1rem;
	}
	.text-with-icons__content-wrapper{
		display: flex;
		flex-direction: column;
		flex: 1 1 100%;

	}
	.text-with-icons__title{
		flex: 1 1 100%;
	}
	.image-with-text__image-container{
		order: -1;
		/* padding: 30px 0; */
	}
	.image-with-text__text-container{
		padding-right: 0;
	}
	.image-with-text__slider-item{
		margin-bottom: 1px;
	}
	.image-with-text p,
	.image-with-text .button {
		font-weight: 400;
		font-size: 1rem;
	
	}
	.pdp-image-w-text-slider .image-with-text__slider-nav{
		transform: translate(-50%, 110%) !important;
	}
  .pdp-image-w-text-slider .image-with-text__slider-nav {
	bottom: 32px !important;
}
  .pdp-image-w-text-slider .image-with-text__image-container{
    padding-top: 15px;
  }
	.image-with-text__text-aligner .rte {
		font-size: 1rem;
	}
	.pdp-faq-block__wrapper .heading.h2 {
		margin-bottom: 27px;
	}
	.faq__pdp-grid .faq__question{
		font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 17px));
		padding: 20px;
		line-height: 1.5;
	}
	.faq__pdp-grid .faq__item-wrapper {
		border-radius: 10px;
		
	}
	.pdp-faq-block__wrapper .plus-button--large {
		width: 27px;
		height: 27px;
    flex: 0 0 27px;
		margin-left: 10px;
		flex: 0 0 27px;
	}
	.pdp-faq-block__wrapper .plus-button--large:before {
		width: 14px;
	
	}
	.pdp-faq-block__wrapper .plus-button--large:after {
		height: 14px;
	
	}
	.pdp-faq-block__wrapper .faq__pdp-grid .faq__answer{
		padding-left: 20px;
		padding-bottom: 20px;
		font-size: 1rem;
	}
	.pdp-faq-block__wrapper .faq__pdp-grid{
		max-width: 100%;
	}
	.section--pdp-reviews .jdgm-histogram {
		width: 61.5%;
	}
	.section-full-width{
		flex-direction: column;
		padding-top: 0;
	}
	.image-with-text--standart .image-with-text__text-aligner .heading {
		font-weight: 400;
	}
	.section-full-width .image-with-text__image-container{
		padding: 0;
		border-radius: 0;
	}
	.section-full-width .image-with-text__image-container .aspect-ratio{
		margin-right: auto;
		top: 0 !important;
		transform: translate(0px,0px) !important;
	}
}
@media (max-width: 641px){
	.header__search-bar-wrapper{
		/* left: var(--mobile-container-gutter);
		width: calc(100% - var(--mobile-container-gutter) * 2); */
      left: 0;
	  width: 100%;
      /* padding: 15px var(--mobile-container-gutter); */

	}
	.search-bar__input-wrapper{
		flex: 1 1 auto;
	}
	.search-bar{
		padding-bottom: 0 ;
	}

	/* .page__tag-list{
		overflow-x: scroll;
		display: flex !important;
		padding-bottom: 22px;
	}
	.page__tag-list {
		scrollbar-width: 0.3125rem;
	}
	.blogs-header .page__tag-item {
		min-width: 109px;
	}
	.page__tag-list::-webkit-scrollbar {
		width: 0.25rem !important;
		background-color: rgba(61, 61, 61, 0.1);
		height: 8px;
	}
	.page__tag-list::-webkit-scrollbar-thumb {
		background: #43423D;
		width: 0.45rem;
		margin: 0 auto;
		}
		.text-with-icons::-webkit-scrollbar {
			height: 8px;
		}
		.section__text-icons.section--tight{
			padding: 50px 0;
		} */
		/* .section__text-icons.section--tight{
			padding: 50px 0;
		} */
		.text-with-icons{
			display: flex;
		}
		.text-with-icons__item {
			max-width: unset;
			/* max-width: 288px; */
		}
		.section__text-icons .container{
			padding: 0 var(--mobile-container-gutter);
		}
		.swiper-offers .block-list__item{
			max-width: unset;
		}
}

@media (min-width: 641px){
  .mega-menu__title.heading{
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));
  }
  .blog-posts__category-link{
		display: none;
  }
}

@media (max-width: 640px){
	.popover{
		left: 0;
	}
	.top-decor{
		top: -135%;
	}
	.section__blog-post .top-decor{
		top: -90px;
		background: #fff;
	}
	.section__blog-post .container{
		position: relative;
	}
	.section__blog-post{
		padding: 13px 0;
	}
	.blogs-header .page__tag-list{
		display: flex;
        gap:0;
	}
	/* .tag-swiper{
		height: 75px;
	} */
	.swiper{
		position: relative;
	}


.blogs-header .page__tag-item {
	max-width: 109px;
	min-height: 40px;
	display: flex;
}
.blogs-header .page__tag-item a{
	width: 100%;
	height: unset;
}
.blog-sidebar__post-list{
	flex-wrap: nowrap;
	gap: 0;
}
.blog-sidebar__post-item{
	flex: 1 0 100%;
}
.text-with-icons{
	gap: 20px;
}

.text-with-icons__item {
	flex: 1 0 auto;
	/* max-width: 217px; */
}
  .header__search-bar-wrapper.is-fixed{
    background: var(--header-background);
    width: 100%;
    padding: 0 var(--mobile-container-gutter);
  }
  .search-bar__submit{
	width: 50px;
  }
  .pdp-offers .offer-item__image-ratio {
	height: 47px;
	padding-left: 17px;
	margin-left: 17px;
}
.offer-item__inner {
	padding: 17px;
}
.offer-item__title{
	font-size: 1.2rem;
	margin-bottom: 0;
}
.offer-item__content{
	font-size: 1rem;
	line-height: 1.5;
}
.block-list__item>:first-child {
	margin: 0;
}
.pdp-upsells--item-content{
	padding: 12px 20px;
	border-radius: 0 0 17px 17px;
}
.jdgm-prev-badge__text {
	font-size: 13px;

}
.pdp-upsells--item{
	border-radius: 17px;
}
.pdp-upsells--item-image {
	border-radius:  17px 17px 0 0;

}
.pdp-upsells--item-title{
	font-size: 17px;
	margin: 11px 0;
}
.pdp-upsells__item-descr {
	font-size: 13px;
}
.pdp-upsells--item-actions .button{
	padding: 16px 24px;
	border-radius: 6px;
	font-size: 1rem;
}
.pdp-upsells--item-title svg {
	width: 27px;
	height: 34px;
}
.pdp-upsells--panel .heading.h2{
	margin-bottom: 30px;
}
.pdp-upsells--item-content .price,
.pdp-upsells--item-content .price.price--highlight, 
.pdp-upsells--item-content .price.price--compare{
	font-size: 1rem;
}
.jdgm-preview-badge{
	font-size: 1rem;
}

.pdp-upsells .swiper-button-next, 
.pdp-upsells .swiper-button-prev {
	width: 60px;
	height: 60px;
	top: unset;
	bottom: 0;
	right: 50%;
}
.pdp-upsells .swiper-button-prev{
	transform: translate(0,102px);
}
.pdp-upsells .swiper-button-next{
	transform: translate(105%, 102px);
}
.pdp-upsells .swiper-button-prev svg,
.pdp-upsells .swiper-button-next svg {
	width: 22px;
	height: 12px;
}

/* .product-bulkdiscount--item-name,
.product-bulkdiscount--item-value,
.product-bulkdiscount--item-discount {
	font-size: 11px;

} */
.product-bulkdiscount--cell {
	flex: 0 1 120px;
	padding-left: 5.5px;
	padding-right: 5.5px;
}
.product-bulkdiscount--row {
	margin-left: -5.5px;
	margin-right: -5.5px;
}
.product-bulkdiscount--item {
	border-radius: 10px;
	padding: 8px 14px;
}
.product-bulkdiscount--item-name {
	font-size: .75rem;
}
.product-bulkdiscount--item-value {
	font-size: 1rem;
}
.product-bulkdiscount--item-discount {
	font-size: .75rem;
}
.section--pdp-reviews .jdgm-histogram {
	width: 100%;
	margin-left: 0 !important;
}
.section--pdp-reviews .jdgm-rev-widg__summary {
	width: 100%;
	margin-bottom: 19px;
}
.section--pdp-reviews {
	padding: 80px 0;
}
.section--pdp-reviews .jdgm-widget-actions-wrapper{
	order: 1;
}
.section--pdp-reviews .jdgm-write-rev-link {
	border-radius: 10px!important;
	padding: 13px 22px!important;
	font-size: 1rem;
	margin-bottom: 50px;
}
.section--pdp-reviews .jdgm-sort-dropdown.jdgm-sort-dropdown {
	max-width: 200px;
	padding: 6px 27px;
	font-size: 1rem;
	border-radius: 6px!important;
}
.section--pdp-reviews .jdgm-rev-widg__sort-wrapper{
	position: relative;
	top: 0;
	right: 0;
	order: 2;
	width: 100%;
	text-align: center;
	margin-bottom: 19px;
	
}
.section--pdp-reviews .jdgm-rev-widg__summary{
	order: 3;
	border-radius: 10px;
}
.section--pdp-reviews .jdgm-histogram {
	order: 4;
	border-radius: 10px;
	padding: 24px 20px !important;
}
.section--pdp-reviews .jdgm-paginate {
	text-align: center;
	justify-content: center;
}
.image-with-text__text-aligner img{
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.promotion-block .section__title.heading {
	margin-bottom: 21px;
}
.promotion-block .block-list {
	padding-top: 0;
	margin: 0 var(--mobile-container-gutter);
}
.promotion-block .scroller .block-list::before {
	display: none;
}
.promotion-block .block-list__item:not(:last-child){
	margin-bottom: 31px;
}
.promotion-block .block-list__item{
	border-radius: 5px;
  padding-right: 0;
}
.promo-block__cta.button{
	font-size: 1rem;
}
.promo-block__cta.button svg{
	width: 8px;
	height: auto;
}
.sec-blogposts .article-item__read-more strong {
	font-size: 1rem;
}
.sec-blogposts .article-item__read-more svg {
	width: 7px;
	height: auto;
}
}

@media (max-width:600px){
	.blog-post-list{
		display: flex;
		flex-direction: column;
	}
	.blogs-header{
		margin-bottom: 51px;
	}
	.block-list__item .article-item__image-container{
		border-radius: 7px;
		margin-bottom: 13px;
		
		
	}
	.block-list__item .article-item .aspect-ratio{
		padding-bottom: 66.572238%; /* 235/353 */
	}
	.block-list__item .article-item__title{
	font-size: 1.2rem;
	margin-bottom: 11px;
	}
	.block-list__item .article-item__read-more strong{
		font-size: 1rem;
	}
	.block-list__item .article-item__read-more svg{
		width: 8px;
		height: 8px;
	}
	.block-list__item .article-item__meta {
		margin-top: 20px;
		font-size: 14px;
	}
	.block-list__item .article-item {
		text-align: left;
	}
	.block-list__item .article-item__read-more{
		justify-content: flex-start;
	}
	.pagination__nav-item{
		width: 39px;
		height: 39px;
		border-radius: 4px;
		font-size: 11px;
	}
	.pagination__inner {
		gap: 12px;
	}
	.pagination__prev, .pagination__next{
		width: 39px;
		height: 39px;
		border-radius: 4px;
	}
	.pagination__prev svg, .pagination__next svg {
		width: 5px;
		height: 8px;
	}
	.blog-sidebar__post-title {
		font-size: 1rem;
		margin-bottom: 11px;
	}
	.blog-sidebar .article-item__read-more strong {
		font-size: 1rem;
	}
	.blog-sidebar__post-item .article-item__read-more svg {
		width: 8px;
		height: 8px;
	}
	

}
@media (max-width: 467.98px){
	.top-decor {
		top: -120%;
	}
}
.template-collection .image-with-text .button {
	border-radius: 10px;
	padding: 14px 19px;
}
.template-collection .image-with-text--standart .image-with-text p {
	font-weight: 400;
 }
 .collection .product-list{
	position: relative;
	display: grid;
	overflow: hidden;
	width: 100%;
	gap: 22px;
 }
 .collection__filter-group-name{
	font-size: 1.1rem;
 }
 .collection__filter-group-list{
	display: flex;
	flex-direction: column;
 }
 .collection__filter-group--price{
	order: 100;
	margin-top: 40px;
 }
 .collection__filter-group-name--price{
	font-size: 1.9rem;
 }
 .collection__clear-filter{
	box-shadow: none;
 }
 .collection__mobile-filters-recap{
	background: transparent;
	border-bottom: none;
 }
 
 .card .table tr:nth-child(odd), .card .rte table tr:nth-child(odd) {
	background: transparent;
 }
 .card .table tbody tr {
	border: none
 }

 @media (min-width:641px){
	.template-collection .image-with-text--standart .image-with-text p {
		font-size: 1rem;
	 }
	 .template-collection .image-with-text .button {
		border-radius: 7px;
		padding: 9px 13px;
	}
	.template-collection .image-with-text__text-aligner .heading{
		font-weight: 400;
	}
	.collection-layout-mobile{
		display: flex;
	}
	.section__header-featured--collection{
		padding-right: 160px;
	 }
 }
 @media (min-width:1000px){
	.template-collection .image-with-text--standart .image-with-text p {
		font-size: 1rem;
	 }
	 .collection .product-list{
		gap: 37px;
	 }
 }
 @media (max-width: 999.98px){
	 .collection-layout .card--sticky.stickySidebar {
		top: 0 !important;
	 }
	 .collection-section__filters{
		width: 200px;
		margin-right: 19px;
		flex: 0 0 200px;
}
	 

	.collection__filters-block--desktop .collection__filter-group,
   .template-search #desktop-filters-form .collection__filter-group{
		padding: 0;
		border-bottom: none;
	}
  
	.collection__filters-block--desktop .collection__filter-group-name,
   .template-search .collection__filter-group-name{
		font-size: 1.1rem;
	}
	.collection__filters-block--desktop .card__title--small,
	.collection__filter-group-name--price,
   .template-search .card__title--small{
	  font-size: 1.9rem;
  }
	.collection__filters-block--desktop .collection__filter-collapsible .collection__filter-checkbox-list,
   .template-search .collection__filter-collapsible .collection__filter-checkbox-list{
		padding: 8px 0 7px 0;
	}
	.checkbox {
		width: 22px;
		height: 22px;
		border-radius: 6px;
	}
	.checkbox-wrapper svg{
		width: 11px;
		height: auto;
		left: 5.5px;
		top: calc(50% - 4px);
	}
	.checkbox-wrapper {
		margin: 3.5px 0;
	}
	.collection__filter-checkbox label,
	.collection__filter-checkbox label span{
		font-size: 1rem;
	}
	.collection__filters-block--desktop .price-range,
   .template-search .price-range{
		padding-top: 10px;
	}
	.price-range__range-group .collection__filters-block--desktop{
		margin-bottom: 20px
	}
	.input-prefix__label{
		font-size: 1rem;
	}
	.input-prefix__field{
		padding: 6px 13px 6px 23px;
		font-size: 1rem;
	}
	.input-prefix__value{
		font-size: 1rem;
		bottom: 3.5px;
	}
	.section__blog-post .page__title.heading{
		font-size: 2.1rem;
	}
	.article__content.rte h2 {
		font-size: 2.1rem;
	}
	.article__content.rte p {
		font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 19px));
	}
	.article__content.rte img {
		border-radius: 14px;
	}
 }
 @media (max-width: 767.98px){
	.template-collection .image-with-text__image-container {
		display: none;
	}
	
 }
 @media (max-width: 640px){
	 .collection-layout{
		padding-left: var(--mobile-container-gutter);
		padding-right: var(--mobile-container-gutter);
	 } 
	 .collection-title.card__title--small {
		font-size: 1.9rem;
		line-height: 1.5;
		text-align: center;
		font-weight: 400;
	}
   .template-search .card__header{
     padding: 0;
   }
	.collection__toolbar{
		flex-wrap: wrap;
	}
	.collection__toolbar-item--sort{
		flex: 1 0 100%;
		margin-bottom: 8px;
	}
	.collection__toolbar-item {
		height: unset;
		
	}
	.collection__toolbar-item strong{
		font-weight: 600;
	}
	.collection__filter-icon svg path{
		stroke-width: 1px;
	}
	.collection__mobile-active-filter-item{
		margin-top: 10px;
	}
	.collection__mobile-active-filters-results{
		margin: 10px 0;
	}
	.product-list--collection{
		margin-top: 10px;
	}
	.collection__filter-group{
		padding: 5px 20px 5px;
	}
	.collection__filter-collapsible .collection__filter-checkbox-list {
		padding: 0;
	}
	.collection__filter-checkbox label, .collection__filter-checkbox label span {
		font-size: 1rem;
	}
	.collection-drawer .price-range__range-group {
		margin-bottom: 25px;
	}
   .collection-section__filters {
display: none;}
	.input-prefix__label,
	.input-prefix__value {
		font-size: 1rem;
	}
	.input-prefix__value {
		bottom: 2.5px;
	}
	.collection__filter-item-active{
		font-size: 1rem;
	}
	.collection-drawer__header .button{
		box-shadow: none;
	}
	.input-prefix__field{
		font-size: 1rem;
		border-radius: 3px;
	}


	.article__content.rte h2 {
		font-size: 2.1rem;
	}
	.article__content.rte p {
		font-size: 1rem;
	}
	.article__content.rte img {
		border-radius: 12px;
	}
 }
 @media (max-width: 550px){
	.product-list.product-list--collection {
		/* grid-template-columns:  1fr !important; */
		gap: 10px;
	}
	.product-item--delivery-grid{
		display: none;
	}
	.product-item--product-excerpt-desktop{
		display: inline-block
	}
	
 }
 @media (max-width: 375px){
	.product-list.product-list--collection {
		grid-template-columns:  1fr !important;
	}
 }

.swiper-button-prev::selection,
.swiper-button-next::selection,
.swiper-scrollbar::selection,
.swiper-scrollbar-drag::selection,
section::selection,
.shopify-section::selection,
.swiper::selection,
.swiper-wrapper::selection{
  outline: none;
}

.cart-webwinkelkeur{
  padding-top:1rem;
}

.cart-styling{
  background-color:#f5f5f0;
  border-radius:10px;
}
.loading .swiper-slide{
  max-width: 270px;
}
.section__pdp-upsells{
  overflow: hidden;
}
.announcement-bar__content{
  display: flex;
  align-items:center;
   gap: 1rem;
  flex-wrap: wrap;
  padding: 12px 0;
   justify-content: center;
}
.countdown-wrapper{
   display: flex;
  align-items:center;
  justify-content: center;
    gap: 4px;
 
}
.countdown-cell{
  display: flex;
  align-items:center;
  padding: 4px 8px;
  border-radius: 8px;
}
.countdown-cell.mod-sep{
  display: none;
}
.timer-caption{
  font-weight: 300;
}
.discounted_price{
  white-space: nowrap;
}
.appikon-discounts-wrapper{
  display: flex;
  margin-bottom: 10px;
}
.appikon-discounts-wrapper input{
   width: 100%;
  display: block;
    padding: 12px 12px;
    border-radius: 2px;
    border: 1px solid var(--form-border-color);
    width: 100%;
    line-height: normal;
    height: 48px;
    color: var(--heading-color);
    background: var(--input-background);
    -webkit-appearance: none;
    resize: none;
    font-size: 1rem;
    font-size: max(1rem, 16px);
    box-shadow: 0 1px rgba(var(--border-color-rgb), 0.25) inset;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}
.appikon-discounts-wrapper button{
  background: var(--primary-button-background);
    color: var(--primary-button-text-color);
      display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    line-height: 1;
    min-height: 48px;
  border-radius: 0 20px 20px 0;
}
.appikon-discounts-wrapper button:empty{
  display: none;
}
/*=================== New Templates ==================== */
.wwk-tooltip#wwkTooltip{
  z-index:2147483649 !important;
}
.product-form__info-list {
	margin: 0 0 10px;
}
.product-meta__text.hideBlockIfEmpty {
	border-top: none;
	padding-top: 0;
  margin-bottom: 5px;
}
.line-item .aspect-ratio {
	border-radius: 10px;
	overflow: hidden;
}
@media (min-width:999.98px){
      .cart-page--extra-cta {
        margin-top: -30px
    }
}
@media (max-width:999.98px){
      .cart-page--extra-cta .cart-recap__checkout{
        padding: 0;
    }
}

@media (max-width: 767.98px) and (min-width: 641px) {
  .template-cart .page__header {
		margin: 70px 0 50px;
	}
}
/* ========================================== */
.product-bulkdiscount--item{
  display: block;
  cursor: pointer;
}
.options__input{
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.options__input:checked + .product-bulkdiscount--item{
  border: 1px solid #43423C;
  outline: 1px solid #43423C;
  background: #e8e8e8;
}
/* .product-form .product-form__info-item--quantity{
  display: none !important;
} */
.addphoto__item-video-bg{
  	width: 80%;
  height: 80%;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.input-required__mark{
  color: red;
}
#shopify-section-header ul{
  margin-top: 0;
  margin-bottom: 0;
}
.rating__item{
  cursor: pointer;
}
.delivery-date{
  color: rgb(67, 66, 61) !important;
}
#shopify-section-header{
  z-index: 2147483646 !important;
}
.product-list .product-item{
  display: flex;
}
.collection__custom-image-button{
   max-width: 600px;
  display: block;
}
.collection__custom-image-button img{
  margin-top: 0;  
  margin-bottom: 0; 
  max-width: 100%;
  border-radius: 10px;
}
.upsell-checkboxes__line{
  display: flex;
  align-items: center;
  gap: 8px;
}
.upsell-checkboxes__line .upsell-info-icon{
  position: static;
  transform: translate(0, 0);
}
.upsell-checkboxes__line .price-split-message--icon:before {
	width: 360px;
	font-size: .8rem;
}
.product-gallery .flickity-prev-next-button {
	top: 90%;
}
@media screen and (max-width: 767.98px){
  .product-gallery .flickity-prev-next-button {
	display: none;
}
  .collection-child-item--content {
    white-space: normal;
    flex: 1 0 100%;
    word-break: break-word;
  }
}

.product-meta--variants-title{
font-size:1.2rem;
  font-weight:400;
  font-family: var(--heading-font-family);
  margin-bottom:0.5rem;
}

.product-meta--variants{
margin-bottom:1.8rem;
}

.product-bulkdiscount{
margin-bottom:0.5rem;
}
.product-form__info-item product-form__info-item--quantity{
  display:none;
}
.product-item__action-button.product-added{
  background: #bdb9b9 !important;
  gap: 4px;
  color: var(--primary-button-text-color); !important;
}
/* .product-item__action-button.product-added:before{
  content:"✔";
  color: #fff !important;
  display: inline-block;
} */
.product-item__action-button.product-added .icon--plus{
  display: none;
}
.product-item__action-button .icon--check{
  display: none;
}
.product-item__action-button.product-added .icon--check{
  display: block;
}
  .product-form__add-button .icon--cart path{
    fill: transparent;
    stroke: var(--primary-button-text-color)
    
  }
.template-product.template-v3 .product-meta {
  flex-direction: column-reverse;
	display: flex;

}
.template-product.template-v3 .product-form__info-item--quantity{
  display: none !important;
}
@media (min-width: 1000px) {
	.template-product.template-v3 .product-block-list__item--gallery {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (max-width: 999px) {
	.template-product.template-v3 .product-form__payment-container {
		flex-wrap: wrap;
		position: static;
		bottom: 0;
		left: 0;
		width: auto;
		background-color: transparent;
		border-top: none;
		border-bottom: none;
		padding: 0;
		z-index: 4;
		top: unset !important;
        margin-top: 15px;
        gap: 9px;

      
	}

  .template-product.template-v3.is-atc-sticky .product-form__payment-container {
			position: fixed;
        	bottom: 0;
        	left: 0;
        	width: 100vw;
        	background-color: #fff;
        	border-top: 1px solid #f7f0f0;
        	border-bottom: 1px solid #f7f0f0;
        	padding: 12px;

	}

 
  .template-product.template-v3 .product-form__payment-container .product-form__add-button {
	flex: 1 1 auto !important;
	/* max-width: unset !important; */
	width: auto !important;
}
  .template-product.template-v3 .product-form__payment-container>*{
    margin: 0;
  }
  /* .template-product.template-v3 .product-form__info-item--quantity{
    margin-right: 9px;
  } */
}
@media (max-width: 640px) {
   .template-index .slideshow {
		height: 100vw !important;
	}
  .template-index .slideshow .aspect-ratio{
    padding-bottom: 100% !important;
  }
  .template-index .slideshow .aspect-ratio img{
    object-fit: cover;
  }
}
/* ==========Search bar results===================== */
.search-bar__new-results {
	position: absolute;
	display: none;
	left: -20px;
	top: calc(100% + 8px);
	width: 100vw;
	overflow: hidden;
	color: var(--text-color);
    border-radius: 0 0 3px 3px;
}

.new-results__last-viewed{
  display: flex;
  gap: 10px;
  overflow: hidden;
}
.new-results__title{
  font-weight: 400;
  font-size: 1.2rem;
    font-family: var(--heading-font-family);
  margin-bottom: 10px;
}
.new-results__items ul{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  list-style: none;
}
.new-results__row:not(:last-child){
  margin-bottom: 20px;
}
.new-results__items ul li{
  background: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  
  font-size:0.9rem;
  cursor: pointer;
} 
.new-results__items ul li:marker{
  display: none;
}
.recently-viewed-grid-item-link{
  display: block;
  width: 160px;
  height: 160px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 5px;
}
.recently-viewed-grid-item h3{
  max-width: 160px;
	width: 160px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.recently-viewed-img{
  height: 100%;
  object-fit: cover;
}
.new-results__wrapper{
    overflow: auto;
	overscroll-behavior: none;
	-ms-scroll-chaining: none;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
  padding: 15px;
	background: var(--secondary-background);
}
.is-expanded .search-bar__new-results{
  display: block;
}

.search-bar:has(.search-bar__results[aria-hidden=false]) .search-bar__new-results{
  display: none;
}
.search-bar:has(.search-bar__results[aria-hidden=false]) .search-bar__inner{
  z-index: 1;
}
@media screen and (min-width: 641px) {
	@supports (--css:variables) {
		.search-bar__new-results {
			height: calc(100vh - var(--header-height) - 40px);
            width: 100%;
    		top: 100%;
    		left: -5px;
		}
      	.new-results__wrapper {
		max-height: 310px;
		height: auto;
		left: 5px;
		width: calc(100% - 10px);
		border-radius: 0 0 3px 3px;
          
	}
      		.new-results__wrapper {
			max-height: calc(100vh - var(--header-height) - 40px);
		}
	}

}
@media screen and (max-width: 999px) {
  .recently-viewed-grid-item-link{
  
  width: 100px;
  height: 100px;

}
  .recently-viewed-grid-item h3{
  max-width: 100px;
	width: 100px;
	
}
  .new-results__title{
    font-size: 16px;
  }
  .new-results__items ul li,
  .recently-viewed-a{
    font-size: 14px;
   
  }
}
  @media screen and (max-width: 640px) {
.header__mobile-nav-toggle{
    z-index: 11;
}
  .header:has(.header__search-bar-wrapper.is-fixed) .header__mobile-nav-toggle svg rect,
   .header:has(.header__search-bar-wrapper.is-fixed) .header__mobile-nav-toggle svg path{
      fill: var(--header-accent-color);
    }
    .header:has(.header__search-bar-wrapper.is-fixed) .search-bar__top-wrapper {
	  	margin-left: 50px;
        margin-top: 5px;
      gap: 10px;
	}
    .header:has(.header__search-bar-wrapper.is-fixed) .search-bar__top{
      flex-direction: row-reverse;
    }
    .header:has(.header__search-bar-wrapper.is-fixed) .search-bar__submit{
      border-radius: 7px 7px 7px 7px;
    }
    	.search-bar__close-text {
		  padding-left: 0;
          display: block;
          width: 22px;
         
	}
    .header:has(.header__search-bar-wrapper.is-fixed) .search-bar__new-results{
      display: block;
    }
    .search-bar__close-button{
       flex: 0 0 auto;
    }
    .header .search-bar__close-text path{
      fill: var(--header-accent-color);
    }
    .mobile-menu{
      z-index: 11;
    }
    .header__search-bar-wrapper.is-fixed .search-bar__new-results:before{
  content:'';
  top:70px;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #F0EDE8;
 
}
}
.product-block-list__item--info .product-usp-list-icons{
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.product-block-list__item--info .product-usp-list-icons li{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  text-align: center;
}
.product-block-list__item--info .product-usp-list-icons li img{
    width: auto;
    height: 30px;
}


/* activate this code to put the usp bullets under each other */

.product-usp-list {
    list-style: none;
    padding-left: 0;
    margin: 0
}

/* end code */
.product-item--product-excerpt--availability{
  display: flex;
  align-items: center;
  color: green;
  gap: 10px;
}
.product-item--product-excerpt--availability svg{
  width: 26px;
  flex: 0 0 26px;
  
}
.product-item--product-excerpt--availability svg path{
  stroke: green;
}
@media screen and (min-width: 767.98px){
 body.delivery .product-item--product-excerpt--availability{
    display: none;
  }
}
@media screen and (max-width: 767.98px){
  body.delivery .product-item--product-excerpt--test,
  body.delivery .product-item--delivery-grid{
    display: none;
  }
}
@media (max-width: 767.98px) and (min-width: 641px) {
  .template-cart .page__header {
		margin: 70px 0 50px;
	}
}
@media (max-width: 999.98px) and (min-width: 641px) {
	.cart-page--extra-cta {
		margin-top: 0;
	}
}
@media (max-width: 999.98px) {
	.cart-page--extra-cta a{
  padding-left: 0;
}
}
@media (min-width: 1000px) {
	.cart-subtotal-line.cart-subtotal-line--margin {
		margin-top: 60px;
	}
}

.freeship-progressbar--text{
  color:red;
  font-weight:800;
}
.header__action-item:has(.webwinkelkeurPopup){
  width: 120px;
}
.section__mobile-navigation{
  position: relative;
  width: 100%;
  z-index: 2;
  margin-top: -15.5%;
}
.section__mobile-navigation:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 66.5%;
  z-index: -1;
}
.mobile-navigation{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.mobile-navigation__item{
  border-radius: 10px;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 10px;
  box-shadow: 0px 6px 10px #00000063;
  cursor: pointer;
  min-height: 60px;
}
.mobile-navigation__item h4{
  margin: 0;
 font-size:0.8rem!important;
 font-weight:600;
  text-align: left;
}
.mobile-navigation__item img{
  width: 40px;
  flex: 0 0 40px;
  height: auto;
  border-radius: 4px;
  margin: 0;
}
.mobile-navigation__item--last{
  text-align: center;
  grid-column: span 2;
  justify-content: center;
}
@media screen and (min-width: 1000.98px){
    header.new-logo .header__new-logo{
    display: flex;
	flex: 0 1 120px;
  }
}
@media screen and (min-width: 767.98px){
  .section__mobile-navigation{
    display: none;
  }

}
@media screen and (max-width: 467.98px){
  .mobile-navigation__item h4{
    font-size: 10px;
  }
  .section__mobile-navigation{
    margin-top: -18%;
  }
  .section__mobile-navigation:before{
    height: 69%;
  }
}
@media screen and (max-width: 350px){
  .mobile-navigation{
    grid-template-columns: 1fr;
  }
    .mobile-navigation__item--last{
      grid-column: span 1;
    }
   .mobile-navigation__item{
     justify-content: center;
   }
}
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
 	font-size: 12px;
	width: 100%;
	padding: 8px 4px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.product-meta__text .metafield-rich_text_field ul li::before {
  content: "✓";
  background: transparent;
  top: 0;
  width: 0;
  height: 0;
}
.collection .product-item__price-list{
  flex-wrap: wrap;
}
.pdp-upsells--item__product-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.section__recently-viewed-products .pdp-upsells--item-actions .button {

	padding: 19px 10px;

}
.section__recently-viewed-products .pdp-upsells--item-actions .atcAddDynamicBtnRmv{
  flex: 0 0 30%;
}
/* ========================================== */

/* edit to last item in navigation bar */
li.nav-bar__item:nth-child(6) {


}

li.nav-bar__item:nth-child(6) > a {

}


.langSwitcher{
  color: #fff;
}
.langSwitcher a{
    text-align: center;
  padding: 0;
  justify-content: center;
  width: 100%;
}
.header__action-item-link--language{
  white-space: nowrap;
}
.langSwitcher a:hover{
  background: var(--accent-background);
  color: var(--accent-color);
}
@media (max-width: 999.98px){
  .header__action-item-content{
    position: relative;
  }
  #desktop-locale-selector{
  left: 0 !important;
  top: 32px !important;
    height: auto !important; 
  }
    #desktop-locale-selector{
    width: max-content;
  }
}

/*  ====================== 03.2025 ====================== */
.pswp__button--close {
	right: 15px;
}
.pswp {
	z-index: 9999999999;
}

.skeepers-widget-wrapper-277d8995-9ca0-4783-8427-8e756186e984{
  Z-index:3!important;}
}

.jdgm-row-media{
  display:none!important;
}
.jdgm-medals-wrapper{
  display:none!important;
}
.jdgm-translate-container{
  display:none!important;
}

.jdgm-rev__icon{
  display:none!important;
}