/** Shopify CDN: Minification failed

Line 115:0 Unexpected ";"

**/
.swell-tab {
  display: none !important;
}

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="phone"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {

  font-size: 1rem;
  /* Browsers that don't understand the following max() will use this */
  font-size: max(1rem, 16px);
  /* Lucky for us, Safari iOS understands max() */

}

:root,
.colorGroup--sunflower {
  --main_color: var(--p_main_color);
  --primary_color: var(--p_primary_color);
  --secondary_color: var(--p_secondary_color);
  --accent_1: var(--p_accent_1);
  --accent_2: var(--p_accent_2);
  --accent_3: var(--p_accent_3);
  --accent_4: var(--p_accent_4);
}

.colorGroup--burgundy {
  --main_color: var(--s_main_color);
  --primary_color: var(--s_primary_color);
  --secondary_color: var(--s_secondary_color);
  --accent_1: var(--s_accent_1);
  --accent_2: var(--s_accent_2);
  --accent_3: var(--s_accent_3);
  --accent_4: var(--s_accent_4);
}

.accent_navy p{
  color: var(--t_accent_1);
  font-weight: 700;
  font-family: var(--type_paragraf_bold_font) !important;
}

.colorGroup--navy {
  --main_color: var(--t_main_color);
  --primary_color: var(--t_primary_color);
  --secondary_color: var(--t_secondary_color);
  --accent_1: var(--t_accent_1);
  --accent_2: var(--t_accent_2);
  --accent_3: var(--t_accent_3);
  --accent_4: var(--t_accent_4);
}


/*IOS 15 fix for pswp */

html.pswp-open-in-ios,
html.pswp-open-in-ios body {
  background: black;
  height: var(--window-inner-height);
  overflow: hidden !important;
  box-sizing: border-box;
}

/* Hide page content via CSS when PhotoSwipe opens */
.pswp-open-in-ios body>* {
  display: none;
}

.pswp-open-in-ios body .pswp.pswp--open {
  display: block;
}

.brokenHearthH svg path {
  fill: #551722 !important;
}

/* Hide page content via CSS when PhotoSwipe opens */
.pswp-open-in-ios body>* {
  display: none;
}

.pswp-open-in-ios body .pswp.pswp--open {
  display: block;
}

.BIS_trigger {
  display: none !important;
}

.SelectboxLabelNormal--outOfstock {
  background: var(--accent_3);
  color: var(--accent_4);
  text-decoration: line-through;
}

/* Colors */
;

.primary-text {
  color: var(--color_text_1) !important;
}


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

.tt-upercase {
  text-transform: uppercase;
}

.main-background {
  background-color: var(--color_background_1);
}

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

.accent {
  background-color: var(--color_accent_1);
}

.scrollLock {
  touch-action: none;
  overflow: hidden;
}

video-component {
  width: 100%;
}

/*HELPER CLASSES*/
:focus {
  outline: 1px solid var(--color_accent_1);
}

body:not(.user-is-tabbing) :focus {
  outline: none;
}

body {
  -webkit-text-size-adjust: none;
  color: var(--color_text_1);
  letter-spacing: 0;
  scroll-behavior: smooth;
}

button {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  display: block;
  cursor: pointer;
}

dl {
  display: flex;

}

path {
  align-self: center;
}

a {
  text-decoration: none;
  color: var(--color_text_1);
}

li {
  list-style-type: none;
}




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

.no-js .noJSshow {
  opacity: 1 !important;
}

.no-js .swiper-slide {

  width: 20%;
}

.swiper-button-disabled {
  opacity: 0;
  transition: all 0.3s ease-in;
}

.no-js .Banner__Slideshow--fullscreen .Banner__Cell {
  width: 100%;
}

.AlertError {
  color: #CC0000
}

.lh-m {
  line-height: 1.5;
}


.js .pageTransition {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background: var(--pageTransitionColor);
  opacity: 1;
  visibility: visible;
  pointer-events: none;

}

.flex-fill {
  flex: 1 0 0;
}

.align-center {
  display: flex;
  align-items: center;
}

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

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.skipToContent {
  padding: 12px;
  margin: 0 auto;
  transform: translate(10%, -100%);
  position: absolute;
  transition: transform 0.3s ease;
  background: white;
  z-index: 99;

}

.skipToContent:focus {
  transform: translate(10%, 0%);
}

.text-left {
  text-align: left;
  justify-content: flex-start;
}

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

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

.tt-capitalize {
  text-transform: capitalize;
}

.headerLeft {
  text-align: left;
}

.headerCenter {
  text-align: center;
  margin: 0 auto;
}

.headerRight {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}



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

.SelfAlign {
  align-items: center;
  display: flex;
  word-break: break-word;
  justify-content: center;
}

.SliderCell {
  position: relative;
}

.pageOverlay, .localizationOverlay, .pageOverlaySize {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 20;
  background: black;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: none;
}

.hoverATC_item svg {
  width: 16px;
  height: 16px;
}

.pageLoader {
  height: 4px;
  background-color: var(--color_accent_1);
  width: 0%;
  position: fixed;
  top: 0px;
  display: block;
  z-index: 10;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;

}

.loader {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  opacity: 0;
  display: none;
  left: 0;
  top: 0;

}

.loader svg {
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  width: 20px;
  height: 20px;
}

.loader svg path {
  stroke: var(--color_accent_1);
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader.is-visible {
  opacity: 1;
  display: flex;
}


.loader.is-visible {
  opacity: 1;
  display: flex;
}

.center-block {
  justify-content: center;
}


.localizationOverlay.is-visible, .pageOverlay.is-visible {
  opacity: 0.3;
  transition: opacity 0.3s ease-in-out;
  display: block;
}

.pageOverlaySize.is-visible {
  opacity: 0.3;
  transition: opacity 0.3s ease-in-out;
  display: block;
  z-index: 100;
}

/*HELPER CLASSES END*/

/*Product Card*/

.priceRegular {
  display: flex;
  align-items: center;

}

.price--hasUnit {
  display: block;
}

/*Product card END*/


/*DROPDOWN*/


.DropdownContent[aria-hidden="false"] {
  height: auto;
  display: blocK;
  visibility: visible;
  transition: height 0.25s ease-in-out;
}

.animateButton[aria-expanded="false"] .MenuItem--Button svg {
  transform: rotate(0deg);
  transition-duration: 200ms;
  align-self: center;
}

.animateButton[aria-expanded="true"] .MenuItem--Button svg {
  transform: rotate(90deg);
  transition-duration: 200ms;
  align-self: center;
}

/*DROPDOWN*/
/*MOBILE FIRST MARKUP*/
/*FONT FAMILY MARKUP*/
* {
  line-height: 130%;
}

.u-l1 {
  font-size: 3.75rem;
  line-height: 90%;
  letter-spacing: 0;
  font-family: var(--type_header_font);
  font-weight: var(--weight_header_font)
}

.u-h1 {
  font-size: 2.625rem;
  font-family: var(--type_header_font);
  font-weight: var(--weight_header_font);
}

.u-h2 {
  font-size: 2.25rem;
  font-family: var(--type_header_font);
  font-weight: var(--weight_header_font);
}

.u-h3 {
  font-size: 1.75rem;
  font-family: var(--type_header_font);
  font-weight: var(--weight_header_font);

}

.u-h4 {
  font-size: 1.25rem;
  font-family: var(--type_header_font);
  font-weight: var(--weight_header_font);
}

.u-h5 {
  font-size: 1rem;
  font-family: var(--type_header_font);
  font-weight: var(--weight_header_font);
}

.u-h6 {
  font-size: 0.875rem;
  font-family: var(--type_header_font);
  font-weight: var(--weight_header_font);
}

.u-sh1 {
  font-size: 2.625rem;
  font-family: var(--type_sheader_font);
  font-weight: var(--weight_sheader_font);
  font-style: italic;
}

.locale-selectors__content form {
  width: 100%;
}

.u-sh2 {
  font-size: 2.25rem;
  font-family: var(--type_sheader_font);
  font-weight: var(--weight_sheader_font);
  font-style: italic;
}

.u-sh3 {
  font-size: 1.75rem;
  font-family: var(--type_sheader_font);
  font-weight: var(--weight_sheader_font);
  font-style: italic;

}

.u-sh4 {
  font-size: 1.25rem;
  font-family: var(--type_sheader_font);
  font-weight: var(--weight_sheader_font);
  font-style: italic;
}

.u-sh5 {
  font-size: 1rem;
  font-family: var(--type_sheader_font);
  font-weight: var(--weight_sheader_font);
  font-style: italic;
}

.u-sh6 {
  font-size: 0.875rem;
  font-family: var(--type_sheader_font);
  font-weight: var(--weight_sheader_font);
  font-style: italic;
}

.u-p1, .rte.u-p1 p {
  font-size: 2rem;
  font-family: var(--type_paragraf_font);
  font-weight: var(--weight_paragraf_font);
}

.u-p2, .rte.u-p2 p {
  font-size: 1.5rem;
  font-family: var(--type_paragraf_font);
  font-weight: var(--weight_paragraf_font);

}


.u-p3, .rte.u-p3 p {
  font-size: 1.25rem;
  font-family: var(--type_paragraf_font);
  font-weight: var(--weight_paragraf_font);
}

.u-p4, .rte.u-p4 p {
  font-size: 1rem;
  font-family: var(--type_paragraf_font);
  font-weight: var(--weight_paragraf_font);
}

.u-p5, .rte.u-p5 p {
  font-size: 0.875rem;
  font-family: var(--type_paragraf_font);
  font-weight: var(--weight_paragraf_font);
}

.u-p6, .rte.u-p6 p {
  font-size: 0.75rem;
  font-family: var(--type_paragraf_font);
  font-weight: var(--weight_paragraf_font);
}

.u-pb1 {
  font-size: 1.125rem;
  font-family: var(--type_paragraf_bold_font);
  font-weight: var(--weight_paragraf_bold_font);
}

.u-pb2 {
  font-size: 0.875rem;
  font-family: var(--type_paragraf_bold_font);
  font-weight: var(--weight_paragraf_bold_font);
}

.u-pb3 {
  font-size: 0.875rem;
  font-family: var(--type_paragraf_bold_font);
  font-weight: var(--weight_paragraf_bold_font);
}

.u-pb4 {
  font-size: 0.875rem;
  font-family: var(--type_paragraf_bold_font);
  font-weight: var(--weight_paragraf_bold_font);
}

.u-pb5 {
  font-size: 0.75rem;
  font-family: var(--type_paragraf_bold_font);
  font-weight: var(--weight_paragraf_bold_font);
}

.u-pb6 {
  font-size: 0.625rem;
  font-family: var(--type_paragraf_bold_font);
  font-weight: var(--weight_paragraf_bold_font);
}

/*FONT FAMILY MARKUP END*/

/* Spacing */
.closeSizeModal {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

.closeSizeModal svg {
  pointer-events: none;
}


.mx-xxs {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-xs {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.mx-s {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-m {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-sl {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-l {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mt-sxl {
  margin-top: 1.5rem;
}

.mb-sxl {
  margin-bottom: 1.5rem;
}

.mx-xl {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-sxxl {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-mxxl {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-xxl {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-3xl {
  margin-left: 5rem;
  margin-right: 5rem;
}

.mx-4xl {
  margin-left: 6rem;
  margin-right: 6rem;
}

.mt-xxs {
  margin-top: 0px;
}

.mr-xxs {
  margin-right: 0px;
}

.mb-xxs {
  margin-bottom: 0px;
}

.ml-xxs {
  margin-left: 0px;
}

.mt-xs {
  margin-top: 0.125rem;
}

.mr-xs {
  margin-right: 0.125rem;
}

.mb-xs {
  margin-bottom: 0.125rem;
}

.ml-xs {
  margin-left: 0.125rem;
}

.mt-s {
  margin-top: 0.25rem;
}

.mr-s {
  margin-right: 0.25rem;
}

.mb-s {
  margin-bottom: 0.25rem;
}

.ml-s {
  margin-left: 0.25rem;
}

.mt-m {
  margin-top: 0.5rem;
}

.mr-m {
  margin-right: 0.5rem;
}

.mb-m {
  margin-bottom: 0.5rem;
}

.ml-m {
  margin-left: 0.5rem;
}

.mt-sl {
  margin-top: 0.75rem;
}

.mr-sl {
  margin-right: 0.75rem;
}

.mb-sl {
  margin-bottom: 0.75rem;
}

.ml-sl {
  margin-left: 0.75rem;
}


.mt-l {
  margin-top: 1rem;
}

.mr-l {
  margin-right: 1rem;
}

.mb-l {
  margin-bottom: 1rem;
}

.ml-l {
  margin-left: 1rem;
}

.mt-sxl {
  margin-top: 1.5rem;
}

.mr-sxl {
  margin-right: 1.5rem;
}

.mb-sxl {
  margin-bottom: 1.5rem;
}

.ml-sxl {
  margin-left: 1.5rem;
}

.mt-xl {
  margin-top: 2rem;
}

.mr-xl {
  margin-right: 2rem;
}

.mb-xl {
  margin-bottom: 2rem;
}

.ml-xl {
  margin-left: 2rem;
}

.mt-sxxl {
  margin-top: 2.5rem;
}

.mr-sxxl {
  margin-right: 2.5rem;
}

.mb-sxxl {
  margin-bottom: 2.5rem;
}

.ml-sxxl {
  margin-left: 2.5rem;
}

.mt-mxxl {
  margin-top: 3rem;
}

.mr-mxxl {
  margin-right: 3rem;
}

.mb-mxxl {
  margin-bottom: 3rem;
}

.ml-mxxl {
  margin-left: 3rem;
}


.mt-xxl {
  margin-top: 4rem;
}

.mr-xxl {
  margin-right: 4rem;
}

.mb-xxl {
  margin-bottom: 4rem;
}

.ml-xxl {
  margin-left: 4rem;
}

.mt-3xl {
  margin-top: 5rem;
}

.mr-3xl {
  margin-right: 5rem;
}

.mb-3xl {
  margin-bottom: 5rem;
}

.ml-3xl {
  margin-left: 5rem;
}

.mt-4xl {
  margin-top: 6rem;
}

.mr-4xl {
  margin-right: 6rem;
}

.mb-4xl {
  margin-bottom: 6rem;
}

.ml-4xl {
  margin-left: 6rem;
}

.mx-xxs {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-xs {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.mx-s {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-m {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}


.mx-sl {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-l {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mt-sxl {
  margin-top: 1.5rem;
}

.mb-sxl {
  margin-bottom: 1.5rem;
}

.mx-xl {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-sxxl {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-mxxl {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-xxl {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-3xl {
  margin-left: 5rem;
  margin-right: 5rem;
}

.mx-4xl {
  margin-left: 6rem;
  margin-right: 6rem;
}

.pt-xxs {
  padding-top: 0px;
}

.pr-xxs {
  padding-right: 0px;
}

.pb-xxs {
  padding-bottom: 0px;
}

.pl-xxs {
  padding-left: 0px;
}

.pt-xs {
  padding-top: 0.125rem;
}

.pr-xs {
  padding-right: 0.125rem;
}

.pb-xs {
  padding-bottom: 0.125rem;
}

.pl-xs {
  padding-left: 0.125rem;
}

.pt-s {
  padding-top: 0.25rem;
}

.pr-s {
  padding-right: 0.25rem;
}

.pb-s {
  padding-bottom: 0.25rem;
}

.pl-s {
  padding-left: 0.25rem;
}

.pt-m {
  padding-top: 0.5rem;
}

.pr-m {
  padding-right: 0.5rem;
}

.pb-m {
  padding-bottom: 0.5rem;
}

.pl-m {
  padding-left: 0.5rem;
}

.pt-sm {
  padding-top: 0.75rem;
}

.pr-sm {
  padding-right: 0.75rem;
}

.pb-sm {
  padding-bottom: 0.75rem;
}

.pl-sm {
  padding-left: 0.75rem;
}


.pt-l {
  padding-top: 1rem;
}

.pr-l {
  padding-right: 1rem;
}

.pb-l {
  padding-bottom: 1rem;
}

.pl-l {
  padding-left: 1rem;
}

.pt-sxl {
  padding-top: 1.5rem;
}

.pr-sxl {
  padding-right: 1.5rem;
}

.pb-sxl {
  padding-bottom: 1.5rem;
}

.pl-sxl {
  padding-left: 1.5rem;
}

.pt-xl {
  padding-top: 2rem;
}

.pr-xl {
  padding-right: 2rem;
}

.pb-xl {
  padding-bottom: 2rem;
}

.pl-xl {
  padding-left: 2rem;
}

.pt-sxxl {
  padding-top: 2.5rem;
}

.pr-sxxl {
  padding-right: 2.5rem;
}

.pb-sxxl {
  padding-bottom: 2.5rem;
}

.pl-sxxl {
  padding-left: 2.5rem;
}

.pt-mxxl {
  padding-top: 3rem;
}

.pr-mxxl {
  padding-right: 3rem;
}

.pb-mxxl {
  padding-bottom: 3rem;
}

.pl-mxxl {
  padding-left: 3rem;
}


.pt-xxl {
  padding-top: 4rem;
}

.pr-xxl {
  padding-right: 4rem;
}

.pb-xxl {
  padding-bottom: 4rem;
}

.pl-xxl {
  padding-left: 4rem;
}

.pt-3xl {
  padding-top: 5rem;
}

.pr-3xl {
  padding-right: 5rem;
}

.pb-3xl {
  padding-bottom: 5rem;
}

.pl-3xl {
  padding-left: 5rem;
}

.pt-4xl {
  padding-top: 6rem;
}

.pr-4xl {
  padding-right: 6rem;
}

.pb-4xl {
  padding-bottom: 6rem;
}

.pl-4xl {
  padding-left: 6rem;
}

.font-bold {
  font-weight: 700;
}

/*ANNOUNCEMENT BAR - FCP */

.annoucement-bar__fixed {
  overflow: hidden;
}

.annoucement-bar__fixed .swiper {
  overflow: visible;
}

.annoucement-bar__fixed .swiper-wrapper {
  transition-timing-function: linear;
}

.announcement-bar, .usps-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8px 0;
  position: relative;
  z-index: 2;
}

.announcement-bar__block {
  display: flex;
  align-self: center;
  min-width: fit-content;
}

.announcement_text {
  width: 100%;
  word-break: unset;

}

.announcement-bar__block--section {
  display: flex;
  align-items: center;
}

.announcement-bar__block--icon {
  display: flex;
  align-self: center;

}

.announcement-bar__block--icon img {
  height: 20px;
  object-fit: contain;
}

.AnnouncmentBar--border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.CountdownWidth {
  min-width: 55px;
  position: relative;
}


/*Product Card*/
.cardProduct--Inner {
  position: relative;
}

.ProductCard__Image--secondary {
  display: none;
}

.Productcard--Label {
  padding: 4px 8px;
  margin-right: 2px;
  margin-bottom: 2px;

}

.ProductCard--LabelsHolder {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  flex-wrap: wrap;
}

.Label--OnSale {
  color: var(--accent_1);
  background-color: transparent;
  border: 1px solid var(--accent_1);
}

.Label--SoldOut {
  color: var(--label_soldOut_text);
  background-color: var(--label_soldOut_Bg);
}

.Label--Custom {
  color: var(--label_custom_text);
  background-color: var(--label_custom_Bg);
}

.header__linksActive {
  position: relative;
}

.header__linksActive:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0px;
  background-color: var(--main_color);
}

.cardInformation.text-center .priceRegular {
  justify-content: center;
}

.cardInformation.text-right .priceRegular, dl.text-right {
  justify-content: flex-end;
}

.cardInformation {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  border-bottom: 1px solid var(--p_main_color);

}

.mainCollectionGrid .cardInformation {
  margin-bottom: 32px;
}

.cardWrapper--Link {
  display: flex;
  height: 100%;
  flex-direction: column;
}

/*END PRODUCT CARD*/

.locale-selectors__selector {
  width: 98px !important;
}

/*SEARCH*/
.SearchWrapper[aria-hidden="true"] {
  display: none;
  opacity: 0;
  transform: translateY(-100%);
  height: 100vh;
  top: 0;
  transition: all 0.3s ease-in;
}

.SearchWrapper[aria-hidden="false"] {
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(0%);
  width: 100%;
  max-width: 343px;
  height: 100%;
  background: var(--primary_color);
  color: var(--secondary_color);
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in;
}

.CollectionSearchItem {
  position: relative;
}

.SearchCollectionContent {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.SearchCollectionContent h5 {
  color: white;
  text-align: left;
}

.CollectionSearchItem {
  width: 100%;
}

.SearchWrapper .Segment__Content {
  overflow: hidden;
}

.SearchWrapper[aria-hidden="true"] {
  display: none;
  opacity: 0;
}

.SearchWrapper {
  padding: 0 16px;
}

.SearchHeader {
  width: 100%;
  padding: 52px 0 8px 0;
  position: relative;
  border-bottom: 1px solid var(--secondary_color);

}

.SearchInput--Wrapper .Svg--search_bar {
  fill: var(--secondary_color);
  width: 20px;
  height: 20px;
  margin-right: 16px;
}

.SearchInput--Wrapper svg path {
  fill: var(--secondary_color) !important;
}

.SearchProduct_Wrapper .cardInformation {
  padding: 16px;
}

.Search_View--actions a {
  padding-bottom: 32px;
}

input:focus {
  outline: none;
  box-shadow: none;
}

.Search__Form {
  width: calc(100% - 36px);
}

.Search__Form input {
  width: 100%;
  border: none;
  background: transparent;
  padding: 0px;
}

.SearchCollection .SearchCollection_swiper_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 24px;
  color: var(--color_text_1);
}

.Search--Suggested, .SearchRecommended--Title, .SearchSegmentHeader {
  color: var(--color_text_1);
  width: 100%;
  text-align: left;
}

.SearchProduct--Swiper.swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 24px;
  width: 100%;
  color: var(--color_text_1);
  margin-top: 0;
}

.SearchWrapper .cardInformation {
  color: var(--secondary_color);
}


.SelectboxCircleCard {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  margin-right: 4px;
  border: 1px solid #f8f8f8;
}

.SearchWrapper[aria-hidden="false"] svg path {
  fill: var(--secondary_color) !important;
}

.SearchFound {
  width: 100%;
}

.SegmentNoResult {
  color: var(--color_text_1) !important;
  text-align: left;
}

.NoResultsRecommendations .SearchProduct--Swiper {
  margin-top: 0px;
}

.Search--no_results, .SearchHeader--Primary {
  color: var(--color_text_1) !important;
}

.Search--no_results {
  padding: 64px 0px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.Search--no_resultsCenter {
  width: 100%;
}

.SearchInitial--Products {
  padding-top: 24px;
}

.SearchSegmentHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* border-bottom: 1px solid var(--color_text_1); */
  margin-bottom: 16px;
  padding-bottom: 0;
}

.Search--Title {
  color: var(--color_text_1);
  text-align: left;
  /* border-bottom: 1px solid var(--color_text_1); */
  width: calc(100%);
  padding: 24px 0px 8px 0px;

  display: block;
}

.SearchWrapper a:link,
.SearchWrapper a:visited,
.SearchWrapper a:active,
.SearchWrapper .card-information__text,
.SearchWrapper .price {
  color: var(--secondary_color);
}

.SearchWrapper .card-information__text {
  text-align: left;
}

.SearchCollectionImage {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Search--Recent__results {
  color: var(--color_text_1);
  padding-left: 0px;
  text-align: left;
}

.Search--Recent__results li {
  text-transform: capitalize;
  word-break: break-word;
}

.Search--Recent__results li:first-child {
  margin-top: 0px;
}

.SearchInitial {
  overflow: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 145px);
  transition: opacity 0.15s ease-in-out;
  padding: 0px 0 32px 0;
}

.SearchInitial--SecondView {
  padding-top: 24px;
}

.Search--Recent {
  padding-left: 0;

}

.SearchResult_article {
  width: 100%;
  max-width: 64px;
  height: 64px;
  margin-right: 12px;
}

.SearchResult_article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.SearchInitial--Recents, .SearchInitial--Products {
  transition: opacity 0.15s ease-in-out;
}

.SearchWrapper .closeSearch {
  padding: 16px;
  position: absolute;
  right: -16px;
  top: 0px;
  align-self: flex-end;
  display: flex;
  cursor: pointer;

}

.SearchWrapper[aria-hidden="false"] .articleItem {
  color: var(--secondary_color) !important;
}

.closeSearch svg {
  width: 10px;
  height: 10px;
}

.searchItem svg, .searchItem span {
  pointer-events: none;
}

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

.SearchLayout {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 32px;
}

.Search--Suggested__results {
  /* margin-top: 32px; */
}

.articleItem {
  margin-bottom: 16px;
}

.articleItem:hover {
  text-decoration: underline;
}

/*SEARCH END*/
/* Product Variants */

.SelectboxCircle {
  display: blocK;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in;
}

.SelectboxImage {
  transition: all 0.2s ease-in;
}

.SelectboxBox--Wrapper {
  display: flex;
  align-items: center;
  pointer-events: none;

}

.SelectboxBox {
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 8px;
}

.SelectboxCircle {
  margin-right: 16px;
  margin-top: 12px;
  min-width: max-content;
  cursor: pointer;
}

.SelectboxLabelNormal {
  padding: 8px;
  border: 1px solid var(--accent_3);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
  margin-right: 16px;
  min-width: 32px;
}

.inputSelectboxCheckbox {
  display: none;
}

:checked+.SelectboxCircle, .SelectboxCircle .SelectboxCircle-Selected, .SelectboxImage.SelectboxImage-Selected {
  border: 3px solid #FFFFFF;
  box-shadow: 0px 0px 0px 1px #4A4A4A;
}

.SelectboxImage {
  width: 50px;
  display: block;
  margin-right: 16px;
  margin-right: 16px;
  flex: none;
}

.SelectBox--Wrapper {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
}

.SelectboxLabelNormal:hover {
  background-color: var(--accent_3);
  transition: all 0.3s ease-in;
}

.SelectboxLabelNormal--disabled {
  opacity: 0.2;
  text-decoration: line-through;
  background-color: var(--accent_3);
}

:checked+.SelectboxLabelNormal {
  background-color: var(--secondary_color);
  color: var(--primary_color);
}

/* Product Variants END*/

@media screen and (min-width: 768px) {
  .set-right {
    justify-content: flex-end;
    width: 100%;
    margin: 0px -4px;
  }

  .SearchWrapper[aria-hidden="false"] {
    max-width: 100%;
    height: 100%;
  }

  .SelectboxCircle:hover, .SelectboxImage:hover {
    border: 3px solid #FFFFFF;
    box-shadow: 0px 0px 0px 1px #4A4A4A;
    transition: all 0.2s ease-in;
  }

  .VariantSelectors .RevolutionDropdown--Item {
    transition: all 0.3s ease-in;
  }

  .VariantSelectors .RevolutionDropdown--Item:hover {
    background-color: var(--color_accent_1);
    transition: all 0.3s ease-in;
  }

  /* Product Variants END*/
  /* SEARCH BAR */

  .SearchInitial {
    flex-direction: row;
    padding: 16px 0;
  }

  .Search--Recent {
    padding-left: 0px;
  }

  .Search--Recommendations-noResults {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.9477fr);
    height: fit-content;
    grid-column-gap: 24px;
  }

  .SearchSegmentHeader a {
    line-height: 21px;
  }

  .SearchProduct--Swiper.swiper-wrapper {
    margin-top: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 32px;
  }

  .Search--Recent__results {
    padding-left: 0px;
    margin-top: 24px;
  }

  .SearchInitial--Recents {
    max-width: 150px;
    margin-right: 32px;
  }

  .Search--Title {
    padding: 0px 0px 8px 0px;
    margin: 0px;
    width: 100%;
  }

  .Search--Recent {
    margin-bottom: 0;
  }

  .SearchSegmentHeader {
    padding-bottom: 16px;
  }

  .SearchLayout {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 2.5fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-column-gap: 32px;
  }

  .SearchLayout--twoOptions {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
    grid-column-gap: 32px;
    width: 100%;
  }

  .Search--DataFound, .SearchLayout__Section--collections {
    width: 100%;
  }

  .SearchSegmentHeaderCollection {

    padding-bottom: 8px;
  }

  .SearchLayout__Section--collections .Segment__Content {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
  }

  .SearchInitial {
    height: calc(100% - 195px);
  }

  .SearchCollection .SearchCollection_swiper_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 24px;
    padding: 0px 16px;
    width: calc(100% - 32px);
    color: var(--color_text_1);
  }

  .SearchInitial--Products {
    padding: 0px;
    position: relative;
    width: calc(100% - 182px);
  }

  /*SEARCBAR END*/
}

.center {
  text-align: center;
}

.hiddenNewsletter {
  display: none;
}

@media screen and (min-width: 1025px) {


  .Newsletter-ContentHolder label {
    cursor: pointer;
  }

  .SearchWrapper .closeSearch svg {
    background: rgba(131, 132, 133, 0.3);
    border-radius: 50%;
  }

  .SearchWrapper .closeSearch {
    top: 16px;
  }

  .SearchWrapper[aria-hidden="false"] {
    height: fit-content;
    top: calc(var(--header-height) + var(--announcement-height));
  }


  .closeSizeModal {
    position: absolute;
    top: 24px;
    right: 24px;
  }

  .media--cropped img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .SearchCollectionContent {
    padding: 0 24px 24px 24px;
  }

  .Segment__Title {
    text-transform: capitalize;
  }

  .SearchWrapper {
    padding: 0 64px;
  }

  .SearchInitial--Recents {
    max-width: unset;
  }

  /* SEARCHBAR */
  .Search--Recent {
    margin-bottom: 16px;
  }

  .Search--Title {
    padding: 16px 0px;
  }

  .Search--Recent__results {
    padding-left: 0px;
    margin-top: 24px;
  }

  .SearchProduct--Swiper.swiper-wrapper {
    display: flex;
    grid-template-columns: unset;
    grid-column-gap: unset;
    grid-row-gap: unset;
    margin-top: 0px;
  }

  .SearchHeader {
    width: 100%;
    padding: 32px 0px 8px 0px;
    position: relative;
  }

  .SearchLayout__Section--Products {
    width: 100%;
  }

  .SearchCollection .SearchCollection_swiper_wrapper {
    display: flex;
    grid-template-columns: unset;
    grid-column-gap: unset;
    grid-row-gap: unset;
    padding: 0px;
  }

  /* SEARCHBAR END */
  .zoomImg {
    overflow: hidden;
  }

  .zoomImg img {
    transition: transform 0.3s ease-in;
  }

  .zoomImg:hover img {
    transform: scale(1.15);
    transition: transform 0.3s ease-in;
  }

  .announcement-bar__block.swiper-slide {
    width: fit-content;
  }

  .announcement-bar__block--icon img {
    height: 20px;
  }

  .CountdownWidth {
    min-width: 75px
  }
}

/* POPUP */
.Popup {
  z-index: 99;
  opacity: 0;
  position: fixed;
  background: var(--primary_color);
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 32px 16px;
  visibility: hidden;
  pointer-events: none;
  transform: scale(96%) translate(-50% -50%);
  transition: all 0.3s ease-in-out;
}

.Popup[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: scale(100%) translate(-50% -50%);
  transition: all 0.3s ease-in-out;
}

.Popup::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.sizePopup {
  top: 50%;
  transform: translateY(-50%);
  height: fit-content;

}


.modal-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.modal-subtitle {
  margin-bottom: 32px;
  margin-top: 8px;
}

.errorMsg {
  color: #FF2727;
  background-color: #FFE7E7;
  width: 100%;
  padding: 8px 16px;
  margin-bottom: 16px;
  text-align: left;
}

/* POPUP END */
.flex_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* DRAWER*/
.Drawer--wrapper {

  height: 100%;
  position: fixed;
  top: 0;
  transition: transform 0.55s ease-in-out;
  z-index: 99;
}

.SidebarDrawer__Close svg {
  pointer-events: none;
}

.Drawer--Left[aria-expanded="false"] {
  transform: translateX(-100%);
  left: 0;
}

.Drawer--Right[aria-expanded="false"] {
  right: 0;
  transform: translateX(100%);
}

.Drawer--Left[aria-expanded="true"] {
  transform: translateX(0%);
  left: 0;
  background: var(--color_background_1);
}

.Drawer--Right[aria-expanded="true"] {
  right: 0;
  transform: translateX(0%);
}

.Drawer--Bottom[aria-expanded="false"] {
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}

.Drawer--Bottom[aria-expanded="true"] {
  bottom: 0;
  left: 0;
  transform: translateY(0%);
}

/* DRAWER END */
/*HEADER*/

.DropDown_Toggle {
  line-height: 100%;
}

.header {
  width: 100%;
  padding: 10px 16px;
  align-items: center;
  z-index: 2;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  color: var(--primary_color);
}

.HeaderWrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.HamburgerItem {
  padding: 8px 4px;

}

.transparent {
  background-color: transparent;
}

.Header--Sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0px;
  z-index: 6;
}



.header__links {
  align-items: center;
  display: flex;
  justify-content: right;
  cursor: pointer;
  height: inherit;
}

.header__links svg {
  width: 24px;
  height: 24px;
}

.emptyHearth svg {
  width: 20px;
  height: 21px;
}

.header__links a {
  display: flex;
}


.Header--LinkList {
  display: flex;
  list-style-type: none;
  align-items: center;
}

/*END HEADER*/
/* BUTTONS */
.Button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.Button[disabled] {
  opacity: 0.2;
}

.Button--Primary {
  box-sizing: border-box;
  background-color: var(--button_primary_bg);
  color: var(--button_primary_text);
}


.Button--Secondary {
  box-sizing: border-box;
  background-color: var(--button_secondary_bg);
  color: var(--button_secondary_text);
}

.Button--underlined, .Button--iconOne {
  color: var(--third_button_text);
  position: relative;
}


.Button--small.Button--underlined:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 1px;
  background: var(--third_button_text);
  transform-origin: left center;
  transition: transform .2s ease-in-out;
}

.Button--large.Button--underlined:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 11px;
  background: var(--third_button_text);
  transform-origin: left center;
  transition: transform .2s ease-in-out;
}

.Button--iconOne svg path {
  fill: var(--button_arrow_color);
}

.Button--small {
  padding: 8px 12px;
}

.Button--large {
  padding: 12px 16px;
}


.showsubmenu::content {
  display: none;
}

.showsubmenu:hover {
  display: block;
}

.ProductCard--instantATC {
  background-color: var(--accent_1);
  color: var(--primary_color);
  border: none;
  padding: 12px 0px;
  cursor: pointer;
  width: 100%;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

.ProductCard--instantATC svg, .ProductCard--instantATC path {
  fill: var(--add_to_cart_textcolor);
  color: var(--add_to_cart_textcolor);
}

.ProductCard--Sold__Out {
  background-color: var(--add_to_cart_soldOut);
  color: var(--add_to_cart_soldOut_Text);
  border: none;
  padding: 10px 0px;
  opacity: 0.2;
  pointer-events: disabled;
}

.cardWrapper {
  height: 100%;
  position: relative;
}


/* BUTTONS END  */


h1, h2, h3, h4, h5, h6, p, ol, li, ul, dd, dt, dl {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}


/*SECTIONS MARKUP */
.standard-section {
  padding: 64px 16px;
}

.small-section {
  padding: 32px 16px;
}


/*SECTIONS MARKUP END*/

/*IMAGES overall */

.lazyload[data-sizes="auto"] {
  width: 100%;
  /* this is needed to help LazySizes calculate the correct size */
}

.AspectRatio::before {
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}


.AspectRatio>img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.AspectRatio--portrait>img, .AspectRatio--square>img {
  object-fit: cover !important;
}


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

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

.VideoRatio video-component {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.VideoRatio::before {
  content: '';
  display: block;
  padding-bottom: calc(100% / (var(--aspect-video-mob)));
}


.AspectRatio--withFallback>img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.animatedContent, .animatedTextContent {
  opacity: 0;

}

.textAnimationsDisabled .animatedTextContent, .animationsDisabled .animatedContent, .no-js .animatedContent, .no-js .animatedTextContent {
  opacity: 1;
}



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

.AspectRatio::before {
  content: '';
  display: block;
}

.AspectRatio--withFallback {
  padding-bottom: 0 !important;
  /* For older browsers we use the padding-bottom trick, so make sure to remove it here */
}

.AspectRatio:before {
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}

.AspectRatio>img,
.no-js .AspectRatio>noscript img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.no-js .swiper-wrapper {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width:768px) {
  .AspectRatio--Mobile:before {
    padding-bottom: calc(100% / (var(--aspect-ratio-mobile)));
  }

  .AspectRatio--Mobile>img {
    object-fit: cover;
  }
}


.Image--contrast::after {
  content: '';
  display: block;
  top: 0;
  left: 0;
  background: radial-gradient(118.8% 118.8% at 50% 50%, rgba(0, 0, 0, 0.32) 0%, rgba(196, 196, 196, 0) 100%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
}

.ImageHolder {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  width: 100%;
  overflow: hidden;
}

.ImageHolder_Image, .ImageHolder__Wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.ImageHolder--standard {
  min-height: 230px;
}

.Image--FadeIn {
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 300ms 100ms, -webkit-filter 300ms 100ms;
}

.Image--ScaleIn {
  animation: ScaleOut 0.8s ease forwards;
  -webkit-animation: ScaleOut 0.8s ease forwards;
}

.animation--ScaleOut {
  animation: ScaleIn 0.8s ease forwards;
  -webkit-animation: ScaleIn 0.8s ease forwards;
}

@keyframes ScaleIn {
  from {
    transform: scale(96%);
    opacity: 0;
  }

  to {
    transform: scale(100%);
    opacity: 1;
  }
}

@keyframes ScaleOut {
  from {
    transform: scale(104%);
    opacity: 0;
  }

  to {
    transform: scale(100%);
    opacity: 1;
  }
}

.lazyloaded.Image--FadeIn {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}

.PlaceholderBackground {
  width: 100%;
  height: 100%;
}

.PlaceholderBackground__Svg {
  width: 100%;
  height: 100%;
}

.PlaceholderImage {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}

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

/*IMAGES overall*/




/*BANNER first paint*/


.Banner__Slideshow {
  width: 100%;
  height: 100%;
  position: relative;
}

.Banner__Image {
  width: 100%;
  height: 100%;
}

.Banner__Slideshow--fullscreen .Banner__Image {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}


.Banner__ImageContainer {
  width: 100%;
  height: 100%;
}

.Banner__Cell {
  width: 100%;
  display: block;
}

.Banner__Slideshow--fullscreen .Banner__Cell {
  height: 100%;
  background-color: var(--pageTransitionColor);
  overflow: hidden;
}

/*BANNER first paint end*/


/* Image sizes */
.ImageSize--Small {
  height: 375px;
}

.ImageSize--Default {
  height: 500px;
}

.ImageSize--Large {
  height: 500px;
}



/* RTE CONTENT */
p {
  word-break: break-word;
}

.rte p {
  font-size: 0.875rem;
  font-family: var(--type_paragraf_font);
  font-weight: var(--weight_paragraf_font);

  min-height: 18px;
}

.rte {
  display: block;
  position: relative;
}

.u-p1 p, .u-p2 p, .u-p3 p, .u-p4 p, .u-p5 p, .u-p6 p, .u-p7 p {
  min-height: 18px;
}

.rte a {
  text-decoration: underline;
}


/* RTE CONTENT END */


/* Hide elements */
@media screen and (max-width: 768px) {
  .not_mobile {
    display: none !important;
  }

  #dummy-chat-button-iframe {
    bottom: 167px !important;
    right: 16px !important;
  }

  .locale-selectors__container {
    padding-bottom: 6rem !important;
    margin-bottom: 4rem !important;
  }

  .announcement-bar__block {
    justify-content: center;
  }
  div.RevolutionDropdown--Selectors .RevolutionDropdown--Content {
    bottom: 100%;
    top: initial;
    margin-bottom: 20px;
    max-width: 100vw;
    width: 100vw;
    left: 0;
    right: 0;
    margin-left: -220px;
    margin-right: -220px;
    background: #ffffff;
  }

  .FooterSelectors--Item div.RevolutionDropdown--Selectors .RevolutionDropdown--Content {
    width: calc(100vw - 32px) !important;
    z-index: 1;
    left: 50%;
    right: unset;
    margin: 0px 0px 20px 0px;
    transform: translateX(-50%) !important;
    bottom: 100%;
  }

  .FooterSelectors--Item .RevolutionDropdown--Button[aria-expanded="true"], 
  .FooterSelectors--Item .RevolutionDropdown {
    position: initial;
  }

  div.RevolutionDropdown-Language_Content .RevolutionDropdown--Item_Inner {
    width: 100%;
  }
  div.RevolutionDropdown--Item{
    border: 1px solid #DBD5CD;
  }
  div.RevolutionDropdown--Selectors .RevolutionDropdown--Content {
    border: 0;
  }
  div.SidebarMenuSelectors--Item .RevolutionDropdown--Content{
    top: 100%;
    left: 0;
    right: 0;
    position: relative;
    width: 100%;
    margin-left: unset;
    margin-right: unset;
    max-width: unset;
    box-shadow: unset;
  }
  div.SidebarMenuSelectors--Item .RevolutionDropdown--Title {
    color: #080A0C;
  }
  div.SidebarMenuSelectors--Item .RevolutionDropdown--Item {
    margin: 16px 0;
    font-size: 16px;
  }
  div.SidebarMenuSelectors--Item .RevolutionDropdown--Item-btn {
    font-weight: 600;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .announcement-bar__block {
    justify-content: center;
  }

  .locale-selectors__container {
    padding-bottom: 6rem !important;
    margin-bottom: 4rem !important;
  }

  #dummy-chat-button-iframe {
    bottom: 96px !important;
    right: 8px !important;
  }

  .not_pocket {
    display: none !important;
  }

  .LogoSection {
    margin-right: 16px;
  }
}

@media (min-width: 768px) {
  .ImageHolder--standard {
    min-height: 400px;
  }

  .Popup {
    width: 100%;
    max-width: 579px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 32px;
    bottom: unset;
  }

  .announcement-bar, .usps-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 8px 0;
  }

  .ImageSize--Small {
    max-height: 210px;
  }

  .ImageSize--Default {
    max-height: 280px;
  }

  .ImageSize--Large {
    height: 280px;
  }


  /* Hide elements */

}

@media screen and (max-width: 768px) {
  .header {
    position: sticky;
    top: 0;
    background: #551722 !important;
    padding: 8px 16px 24px 16px;
  }



  .MobileLogo--Image {
    height: 100%;
    object-fit: contain;
    max-height: 48px;
  }

  .header svg path {
    fill: #fff;
  }

  .SearchHeader .header svg path {
    fill: var(--secondary_color) !important;
  }

  .flex-fill {
    flex: unset;
  }

  .header__links {
    justify-content: left;
  }

  .HeaderWrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  .header .mx-l {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.MobileLogo a {
  display: flex;
}

@media screen and (min-width: 1025px) {


  .header__links svg {
    width: 24px;
    height: 24px;
  }

  .not_desktop {
    display: none;
  }

  .announcement-bar, .usps-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 8px 64px;
  }

  .Button {
    transition: all 0.3s ease-in;
  }

  .Button--Primary:hover {
    border: 1px solid var(--button_primary_border);
    border: none;
    box-sizing: border-box;
    background-color: var(--button_primary_hover_bg);
    color: var(--button_primary_hover_text);

  }

  .Button--Secondary:hover {

    box-sizing: border-box;
    background-color: var(--button_secondary_hover_bg);
    color: var(--button_secondary_hover_text);
  }

  .Button--iconOne svg {
    width: 20px;
    height: 20px;

  }

  .Button--small {
    padding: 12px 16px;
  }

  .Button--large {
    padding: 16px 24px;
  }

  .Button--underlined:hover, .Button--iconOne:hover {
    color: var(--button_third_hover_text);
  }

  .Button--small.Button--underlined:before {
    width: 100%;
    left: 0;
    bottom: 1px;
  }

  .Button--large.Button--underlined:before {
    width: 100%;
    left: 0;
    bottom: 16px;
  }


  .Button--large:hover.Button--underlined:before, .Button--small:hover.Button--underlined:before {
    background: var(--button_third_hover_text);
    transform-origin: left center;
    transition: all .3s ease-in-out;
  }

  /* RTE CONTENT */
  .rte p {
    font-size: 1rem;
  }


  /* RTE CONTENT END */
  .Popup {
    max-width: 643px;
    padding: 64px;
  }

  .ProductCard--instantATC:hover {
    opacity: 0.2 !important;
    transition: opacity 0.2s ease-in;
  }

  .not_desktop {
    display: none !important;
  }


  /*CART DRAWER*/
  .Drawer--wrapper {
    width: 30%;
  }

  /*CART DRAWER END */

  /*BUTTONS*/
  .ProductCard--instantATC {
    /* opacity: 0; */
  }

  .card-wrapper:hover .ProductCard--instantATC {
    opacity: 1;
  }

  /*BUTTONS END*/

  .header {
    padding: 8px 64px;
  }

  .Header--LinkList {
    margin: 0px -16px;
    align-self: stretch;
  }

  .ImageSize--Small {
    max-height: 300px;
  }

  .ImageSize--Default {
    max-height: 400px;
  }

  .ImageSize--Large {
    height: 400px;
  }

  /* Hide elements */


  /*HEADER*/
  .Header--MenuItems {
    flex: 1;
    height: 100%;
  }

  .CartCount {
    margin-left: 0px;
  }

  /* SECTIONS MARKUP */


  .standard-section {
    padding: 128px 64px;
  }

  .small-section {
    padding: 32px;
  }



  /* SECTIONS MARKUP END */


  /*Product Card*/

  .ProductCard__Image--secondary {
    opacity: 0;
    display: block;
    transition: opacity 0.4s ease;
  }

  .cardWrapper:hover .ProductCard__Image--secondary {
    opacity: 1;
    z-index: 2;
    transition: opacity 0.4s ease;
  }


  /*END PRODUCT CARD*/

}



@media (min-width: 1024px) and (max-width: 1440px) {
  .not_laptop {
    display: none;
  }
}

@media (min-width: 1440px) {
  .sectionMax_width {
    max-width: var(--section_max_widht);
    margin: auto;
  }


  .SearchInitial--Products {

    width: calc(100% - 481px);
  }

  .SearchInitial--Recents {
    padding: 0;
  }

  .SearchInitial--Recents {
    width: 352px;
  }


  .small-section {
    padding: 64px;
  }

  .Search--Recent__results, .Search--Suggested__results {
    padding-left: 0px;
    margin-top: 0;
  }

  .SearchLayout {
    display: grid;
    grid-template-columns: minmax(0, 2.5fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-column-gap: 32px;
  }

  .SearchInitial {
    justify-content: space-between;
    height: 100%;
    padding: 32px 0;
  }


  /*SEARCBAR END*/

  /* FONT MARKUP*/

  /* FONT MARKUP*/
  .u-l1 {
    font-size: 5.25rem;
  }

  .u-h1, .u-sh1 {
    font-size: 3rem;

  }

  .u-h2, .u-sh2 {
    font-size: 2.625rem;
  }

  .u-h3, .u-sh3 {
    font-size: 2rem;
  }

  .u-h4, .u-sh4 {
    font-size: 1.5rem;
  }

  .u-h5, .u-sh5 {
    font-size: 1.25rem;
  }

  .u-h6, .u-sh6 {
    font-size: 1rem;
  }

  .u-p1, .rte.u-p1 p {
    font-size: 2.625rem;

  }

  .u-p2, .rte.u-p2 p {
    font-size: 2rem;
  }

  .u-p3, .rte.u-p3 p {
    font-size: 1.5rem;

  }

  .u-p4, .rte.u-p4 p {
    font-size: 1.25rem;

  }

  .u-p5, .rte.u-p5 p {
    font-size: 1rem;
  }

  .u-p6, .rte.u-p6 p {
    font-size: 0.875rem;
  }

  .u-pb1 {
    font-size: 1.25rem;


  }

  .u-pb2 {
    font-size: 1rem;


  }

  .u-pb3 {
    font-size: 1.125rem;

  }

  .u-pb4 {
    font-size: 1rem;

  }

  .u-pb5 {
    font-size: 0.875rem;


  }

  .u-pb6 {
    font-size: 0.75rem;


  }


}

/*FONT MARKUP END*/

.ImageSize--Small {
  max-height: 450px;
}

.ImageSize--Default {
  max-height: 600px;
}

.ImageSize--Large {
  height: 600px;
}





@media screen and (min-width: 1920px) {
  .SearchInitial {
    padding: 32px 64px;
  }
}

@media (min-width: 1920px) {
  .ImageHolder--standard {
    min-height: 540px;
  }


  .header {
    padding: 10px 64px;
  }

  /*SECTIONS MARKUP */
  .standard-section {
    padding: 128px;
  }

  /*SECTIONS MARKUP END*/
  .ImageSize--Small {
    max-height: 600px;
  }

  .ImageSize--Default {
    max-height: 800px;
  }

  .ImageSize--Large {
    height: 800px;
  }

}


@media (min-width: 2048px) {

  /* Hide elements */

  .not_desktop {
    display: none;
  }
}

.shopify-challenge__container .shopify-challenge__button {
  width: 60%;
  border: none !important;
  border: 1px solid var(--button_primary_border);
  box-sizing: border-box;
  background-color: var(--button_primary_bg);
  color: var(--button_primary_text);
  cursor: pointer;
  padding: 10px 40px;
  font-size: 1.125rem;
  font-family: var(--type_paragraf_font);
  font-weight: var(--weight_paragraf_font);
}

.shopify-challenge__container {
  padding: 64px 0px;
  font-size: 1.125rem;
  font-family: var(--type_paragraf_font);
  font-weight: var(--weight_paragraf_font);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.shopify-challenge__message {
  margin-bottom: 16px;
}

/* Background image */
.ImageHero {
  width: 100%;
  height: 100%;
}

.ImageHero__Image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

svg {
  pointer-events: none;
}

.underline {
  position: relative;
}

.underline::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background: currentColor;
  transform: scale(1, 1);
  transform-origin: left center;
  transition: transform .2s ease-in-out;
}

.MegaMenu[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

.MegaMenu__Inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  padding-top: 32px;
  height: 600px;
  overflow: hidden;
}

.MegaMenu--spacingEvenly .MegaMenu__Inner {
  justify-content: space-around;
  justify-content: space-evenly;
}

.MegaMenu--spacingCenter .MegaMenu__Inner {
  justify-content: center;
}

@supports (display:grid) {
  .MegaMenu--grid .MegaMenu__Inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

.MegaMenu__Item {
  margin: 16px 20px;
  flex-shrink: 1;
}

.MegaMenu__Item--fit {
  flex-shrink: 0;
}

.MegaMenu__Title {
  display: block;
  margin-bottom: 20px;
}

.MegaMenu__Push {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  flex: 1;
  overflow: hidden;
  position: relative;
  z-index: 3;
  height: 50%
}

.MegaMenu__Push--shrink {
  width: 50%
}

.MegaMenu__Push--shrink:first-child {
  padding-right: 15px;
}

.MegaMenu__Push--shrink:last-child {
  padding-left: 15px;
}

.MegaMenu__PushImageWrapper {
  margin: 8px auto 20px auto;
  max-width: 100%;
  overflow: hidden;
}

.MegaMenu__PushHeading {
  margin-bottom: 6px;
}

@media (-moz-touch-enabled:0), (hover:hover) {
  .MegaMenu__Push img {
    transform: scale(1);
    transition: opacity .3s ease, transform 8s cubic-bezier(.25, .46, .45, .94);
  }

  .MegaMenu__Push:hover img {
    transform: scale(1.2);
  }
}

/*DROPDOWN MENU*/

.mainMenu--FlexItem {
  columns: auto;
  column-count: 3;
  column-gap: 44px;
}

.currencyDropdown svg {
  width: 16px;
}

.DropDown_Toggle {
  cursor: pointer;
}

.RevolutionDropdown {
  cursor: pointer;
  position: relative;
}

.RevolutionDropdown--Content {
  /*background: var(--color_background_1);*/
  background: #DBD5CD;
}

.RevolutionDropdown--Item {
  background:#ffffff;
}

.SidebarDrawer--Wrapper .RevolutionDropdown--Item {
  padding: 8px;
  text-align: center;
}

.RevolutionDropdown--Item {
  padding: 5.5px;
  margin: 16px;
  color: var(--color_text_1);
}

[data-select="country_code"] .RevolutionDropdown--Item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid #DBD5CD;
}

[data-select="country_code"] .RevolutionDropdown--Item[selected="selected"] {
  border-color: #080A0C;
}

[data-select="country_code"] .RevolutionDropdown--Item[data-action="save-changes"] {
  border-color: #202932;
}

.RevolutionDropdown--CountryButton svg, 
.RevolutionDropdown--CountryButton img {
  margin-right: 8px;
}

.RevolutionDropdown--Button img,
.RevolutionDropdown--Item img {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  object-fit: cover;
}
.RevolutionDropdown--Item img {
  margin-right: 8px;
}

[data-select="country_code"] .RevolutionDropdown--Item img {
  margin-right: 0px;
}

.RevolutionDropdown--Title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 768px){
  .RevolutionDropdown--Title {
    color:#ffffff;
  }
}

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

.RevolutionDropdown--Button[aria-expanded="true"] {
  z-index: 3;
  position: relative;
}


.RevolutionDropdown--Button svg {
  width: 16px;
  height: 16px;
  pointer-events: none;

}

.RevolutionDropdown--Button[aria-expanded="true"] svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in;
}

.RevolutionDropdown--Button[aria-expanded="false"] svg {
  transform: rotate(0deg);
  transition: transform 0.3s ease-in;
}

.SidebarMenuSelectors--Item .RevolutionDropdown--Button[aria-expanded="true"] svg {
  transform: rotate(270deg);
}

.SidebarMenuSelectors--Item .RevolutionDropdown--Button[aria-expanded="false"] svg {
  transform: rotate(90deg);
}

.RevolutionDropdown--Item-btn{
  background: #202932;
  color: #ffffff;
}

.mega_menu_links {
  width: 100%;
}

.mainMenu--Links {
  position: absolute;
  background: var(--primary_color);
  width: 100%;
  height: fit-content;
  left: 0;
  top: var(--header-height);
  z-index: 1;
  padding: 32px 64px;
  overflow: hidden;
  justify-content: space-between;
  align-items: flex-start;
  animation: opacityOut 150ms ease-in forwards;
  -webkit-animation: opacityOut 150ms ease-in forwards;
}

.mainMenu--Links[aria-hidden="false"] {
  animation: opacityIn 150ms ease-in forwards;
  -webkit-animation: opacityIn 150ms ease-in forwards;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
}

.RevolutionDropdown--CurrencyLabel.u-h6 {
  font-size: 1rem;
}

.RevolutionDropdown--Selectors .RevolutionDropdown--Content {
  max-height: 360px;
  overflow: auto;
  position: absolute;
  right: 0px;
  top: 30px;
  text-transform: capitalize;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  width: max-content;
  max-width: 290px;
  width: 290px;
  border: 1px solid #DBD5CD;
}


.RevolutionDropdown--Selectors .RevolutionDropdown--Item:hover {
  transition: all 0.2s ease-in;
  text-decoration: none;
}

.RevolutionDropdown--Selectors .RevolutionDropdown--Content.PopoverContent {
  position: fixed;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
  left: 0;
  max-height: 300px;
  height: 100%;
  bottom: 0;
  top: unset;
  background: var(--primary_color);
  z-index: 21;
  transform: translateY(0);
  box-shadow: 0px 4px 16px 4px rgba(74, 74, 74, 0.1);
}

.PopoverContent .RevolutionDropdown--InnerContent {
  overflow: auto;
  height: calc(100% - 75px);
}

.RevolutionDropdown--Header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17.5px 16px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Yantramanav';
  font-weight: 700;
  color:#202932;
  background: #ffffff;
}

.HeaderWrapper .RevolutionDropdown--Header svg path {
  fill:#202932 !important;
}

[data-select="country_code"] .RevolutionDropdown--Header {
  border-bottom: 1px solid #DBD5CD;
  justify-content: flex-end;
  gap: 8px;
}

.PopoverContent .RevolutionDropdown--Item {
  text-align: center;
  padding: 16px 24px;
}

.RevolutionDropdown--Item[selected] {
  text-decoration: none;
  background: #080A0C;
  color: #ffffff;
}

.closeHeader {
  /*margin-right: -8px;
  padding: 16px;*/
}

.RevolutionDropdown--Content.PopoverContent[aria-hidden="true"] {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in;
}

.RevolutionDropdown--Content[aria-hidden="true"] {
  opacity: 0;
  display: none;
  animation: slideOut 0.3s ease-in forwards;
  -webkit-animation: slideOut 0.3s ease-in forwards;

}

.RevolutionDropdown--Content[aria-hidden="false"] {
  animation: slideIn 0.3s ease-in forwards;
  -webkit-animation: slideIn 0.3s ease-in forwards;

}


@keyframes slideIn {
  from {
    transform: translateY(-2%);
    opacity: 0;
  }

  to {
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes slideOut {
  from {
    transform: translateY(0%);
    opacity: 1;
  }

  to {
    transform: translateY(-2%);
    opacity: 0;
  }
}

@keyframes opacityIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes opacityOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}





#header .mainMenu--LinkHolder {

  background: var(--primary_color);
}

.MegaMenu__Item__Subimage {
  display: none;
}

.mega_menuImage_wrapper {
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
  max-width: 640px;

}

.mega_menu_collection_text_wrapper {
  position: absolute;
  left: 32px;
  bottom: 35px;
  z-index: 3;
  color: var(--color_text_3);
}

.MegaMenu__Item__Subimage {
  width: 100%;
  max-width: 20px;
  max-height: 20px;
  margin-right: 8px;
}

.MegaMenu__Item__Subimage_image {
  width: 100%;
  object-fit: cover;
}

.mainMenu--Images_Wrapper {
  flex: 1;
  width: 100%;
  display: block !important;
}

.mainMenu--Image {
  height: 100%;
}

.LogoSection {
  align-self: end;
}

.DropdownIcon {
  cursor: pointer;
}

.MenuSlideshow {
  width: 100%;
  display: flex;
  position: relative;
  margin-left: -16px;
}

.mainMenu--MultipleItems_Content {

  display: flex;
  flex-direction: column;
}

.mega_menu_links a {
  padding: 0 0 24px 0;
}

.mega_menu_links a.hoverLinks {
  padding-bottom: 16px;
}

.hoverLinks {
  position: relative;
  width: fit-content;

}

.mainMenu--MultipleItems_subLink {
  padding: 8px 0 16px 0;
}

.mainMenu--MultipleItems_subLink:first-child {
  padding-top: 24px;
  margin-top: 0px;
}

.menuBorder {
  width: 100%;
  max-width: 200px;
  height: 1px;
  background: var(--main_color);
}

.hoverLinks:hover {
  color: var(--main_color) !important;
}

.mainMenu--MultipleItems {

  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  min-width: 180px;
}

@media screen and (min-width:1025px) {
  .MegaMenu__Item__Subimage {
    max-width: 36px;
    margin-right: 16px;
  }
}

/*DROPDOWN MENU END*/

.DropDown_Toggle {
  line-height: 100%;
}

.header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.transparent {
  background-color: transparent;
}

.flex {
  display: flex;
  align-items: center;
}


/* Swiper */
.swiper {
  width: 100%;
  height: fit-content;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: auto;
  list-style: none;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  box-sizing: border-box;
  transition-property: transform;
}

/* Navigation */

.FeaturedCollection_button_prev.disabled {
  opacity: 0.2;
}

.Text_slider_button_next {
  position: absolute !important;
  top: 40%;
  right: 16px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.08);
  width: 48px;
  height: 48px;
  border: none;
  display: flex;
  align-items: center !important;
  justify-content: center;
  margin: auto;
  align-items: center;
  cursor: pointer;
  padding: 10px;
}

.Text_slider_button_prev {
  position: absolute !important;
  top: 40%;
  left: 16px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.08);
  width: 48px;
  height: 48px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  cursor: pointer;
  transform: rotate(180deg);
  padding: 8px;
}

.swiper-button-lock {
  display: flex !important;
}

.nextEl svg, .prevEl svg {
  width: 24px;
  height: 14px;
}

@media screen and (min-width: 1024px) {

  .nextEl svg, .prevEl svg {
    width: 24px;
    height: 28px;
  }


}

/* Pagination */
.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  background: transparent;
  border: none;

}

.Text_center {
  text-align: center;
}

.pagination-wrapper, .pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination__item.pagination__item--current {
  position: relative;
  width: 100%;
}

.pagination__item {
  display: flex;
  justify-content: center;
  padding: 4px;
}

.pagination__item.pagination__item--current::before {
  content: '';
  position: absolute;
  width: 32px;
  height: 1px;
  left: 0;
  bottom: -1px;
  background: currentColor;
  transform: scale(1, 1);
  transform-origin: left center;
  transition: transform .25s ease-in-out;
}

/* Dropdown Plus */
/*DROPDOWN*/
.DropdownContent {
  display: block;
  height: 0;
  visibility: hidden;
  transition: height 0.3s ease-in-out;
  overflow: hidden;

}

.DropdownContent[aria-hidden="false"] {

  display: block;
  visibility: visible;
  transition: height 0.3s ease-in-out;
}


.DropdownButton {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 16px 0px;
  cursor: pointer;
}

.DropdownPlus {
  position: relative;
  width: 14px;
  height: 14px;
  /* margin-right: 5px; */
}

.DropdownPlus::before, .DropdownPlus::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: var(--secondary_color);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}



.DropdownPlus::before {
  width: 14px;
  height: 1px;
  opacity: 1;
}

.DropdownPlus::after {
  width: 1px;
  height: 14px;
}


.DropdownButton[aria-expanded="true"] .DropdownPlus::before,
.DropdownButton[aria-expanded="true"] .DropdownPlus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.DropdownButton[aria-expanded="true"] .DropdownPlus::before {
  opacity: 0;
}

.atcPrice {
  margin-left: 8px;
}

.DropdownArrow {
  position: relative;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.DropdownArrow::before, .DropdownArrow::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: var(--color_text_1);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}


.DropdownArrow::before {
  width: 14px;
  height: 1px;
  opacity: 1;
}

.DropdownArrow::after {
  width: 1px;
  height: 14px;
}


.DropdownButton[aria-expanded="true"] .DropdownArrow::before,
.DropdownButton[aria-expanded="true"] .DropdownArrow::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.DropdownButton[aria-expanded="true"] .DropdownArrow::before {
  opacity: 0;
}



/* Favorites */
.ProductCard--Favorites {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 98;
}

.ProductCard--Favorites .brokenHearth svg {
  width: 20px;
  height: 21px;
}

.brokenHearth, .emptyHearth {
  pointer-events: none;
}

.Flex_reverted {
  flex-direction: row-reverse;
}


.by_now_wraper {
  position: relative;
}

.by_now_icon {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 35%;
}

.shopify-payment-button__button {
  font-size: 1rem;
}

.shopify-payment-button__button--unbranded {
  background-color: var(--color_accent_1) !important;
  color: var(--color_text_1);
}

.card-wrapper {
  position: relative;
}

.hidden {
  display: none;
}

.pagination__item svg {
  width: 10px;
}

.pagination__item {
  opacity: 0.4;

}

.pagination__item_wraper {
  width: 32px;
}

.pagination__item--current {
  opacity: 1;
}

.pagination-wrapper {
  padding: 8px 0 32px 0;
}

@media screen and (min-width: 1440px) {
  .pagination__item svg {
    width: 14px;
  }
}

.cart_item_price {
  display: flex;
  flex-direction: column;
}

.grey_text {
  color: var(--accent_4);
}

.blue_text {
  color: var(--color_text_4);
}

/*SWIPER CSS*/

@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
  touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  height: auto;
  position: relative;
  transition-property: transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg)
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube {
  overflow: visible
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next+.swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px)
}

.swiper-flip {
  overflow: visible
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height
}

.swiper-cards {
  overflow: visible
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}

.gift_card_border {
  height: 1px;
  width: 100%;
  background: #f8f8f8;
}

.gift_card_border_top {
  display: none;
}

@media screen and (min-width:768px) {
  .gift_card_border {
    background: #4A4A4A;
  }

  .gift_card_border_top {
    display: block;
    background: #4A4A4A;
    height: 1px;
    width: 100%;
    margin-top: 32px;
  }

  .gift_card_text_wraper p {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.full_width {
  width: 100%;
}

.FlexReverted {
  flex-direction: row-reverse;
}

/* swiper buttons and paginations */
.buttonprevN, .buttonnextN {
  display: flex;
  justify-content: center;
  align-items: center;
}

.buttonprev, .buttonprevN {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 32px;
  z-index: 3;
  background: var(--main_color);
  border-radius: 50%;

  transform: translateY(-50%);
}

.buttonprev svg path, .buttonnext svg path, .buttonprevN svg path, .buttonnextN svg path {
  fill: var(--primary_color);
}

.buttonnext, .buttonnextN {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  z-index: 3;
  background: var(--main_color);
  border-radius: 50%;

}

.swiper-pagination {
  width: 100%;
  cursor: pointer;
  justify-content: center;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 2px;
  background: var(--main_color);

}

.swiper-pagination-bullet-active {
  width: 64px;
}

.hoverATC_item {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 0px 4px 16px rgba(26, 25, 25, 0.08);
  z-index: 15;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Big_item .hoverATC_item{
  bottom: 0;
  top: unset;
}

.Small_item .hoverATC_item{
  top:0;
}

/* Product Card */
.card-information__text {
  width: calc(100% - 40px);
  text-transform: uppercase;
}

.cardInformation--Meta {
  position: relative;
}

.priceCompare .secondary-text {
  color: var(--secondary_color);
  opacity: 0.5;
}

.Product_Card-Price_Wrapper {
  justify-content: flex-end;
  margin-top: 12px;
}

.Color_Picker-Placeholder {
  margin-right: auto;
  display: flex;
  align-items: center;
}

.cardInformation--Actions {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.Product-No_Image {
  position: absolute;
  width: calc(100% - 32px);
}

.Size_Selector-Size_Button {
  padding: 6px 7px;
  min-width: 32px;
  background: var(--primary_color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.Size_Selector-Size_Button[disabled="disabled"] {
  background: var(--accent_3);
}

.Size_Selector-Size_Guide {
  text-decoration: underline;
}

@media screen and (min-width: 1025px) {
  .cardInformation--Actions {
    flex-direction: row;
    justify-content: space-between;
  }

  .Product_Card-Price_Wrapper {
    margin-top: 0;
  }

  .Size_Selector-Wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;

  }

  .Size_Selector-Inner_Wrapper {
    padding: 16px 16px 0px 16px;
    position: relative;
    display: block;
  }

  .Size_Selector-Inner_Wrapper:before {
    background: var(--primary_color);
    opacity: 0.8;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: -1;
  }

  .Size_Selector--Content {
    z-index: 3;
    display: block;
  }

  .Size_Selector-Wrapper {
    opacity: 0;
  }


  .cardWrapper:hover .Size_Selector-Wrapper {
    opacity: 1;
  }

  .Size_Selector-Title_Wrapper {
    display: flex;
    justify-content: space-between;
  }

  .Size_Selector-Size_Buttons_Wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -8px;
  }

  .Size_Selector-Button_Wrapper {
    margin: 0px 8px;
  }

  .Size_Selector-Button_Wrapper:last-child {
    margin-right: 0px;
  }

  .Product_NoImage-Placeholder {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }

}

/* Size Drawer */

.sizeDrawer {
  position: relative;
  width: 100%;
  background: var(--primary_color);
}

.sizeDrawer_Wrapper {
  width: 100%;
  bottom: 0;
  top: unset;
  z-index: 101;
  height: fit-content !important;
}

.sizeDrawer_header {
  padding: 16px;
  text-align: center;
  border: 1px solid var(--accent_3);
}

.sizeDrawer_header span {
  display: block;
}

.sizeDrawer .SidebarDrawer__Close {
  position: absolute;
  right: 16px;
  top: 16px;
}

.sizeDrawer_itemWrapper .optionsPadding {
  display: block;
}

.optionsPadding span {
  pointer-events: none;
}

.sizeDrawer_itemWrapper .Size_Selector-Size_Button {
  border: 1px solid var(--accent_3);
  text-align: center;
}

.Size_Selector-Button_Wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid var(--accent_3);
  transition: all 0.3s ease-in;
}


.Size_Selector-Size_Guide_Button_Wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border: 1px solid var(--accent_3);
}

@media screen and (min-width: 1025px) {
  .Size_Selector-Button_Wrapper:hover .optionsPadding {
    background: var(--secondary_color);
    color: var(--primary_color);
    transition: all 0.3s ease-in;
  }

  .Size_Selector-Button_Wrapper {
    border: none;
    padding: 0;
  }

  .Size_Selector-Wrapper .optionsPadding {
    min-width: 16px;
    min-height: 16px;
    margin-bottom: 16px;
    background: var(--primary_color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 8px;
  }


}

.optionsPadding[disabled="disabled"] {
  text-decoration: line-through;
  background-color: var(--accent_3);
  pointer-events: none;
}

.optionsPadding[disabled="disabled"] span {
  opacity: 0.5;
  pointer-events: none;
}

.optionsPadding span {
  line-height: 1;
}

.prev {
  transform: rotate(-180deg);
}

/* Banner on collection */
.Banner_on_collection-Wrapper {
  color: var(--primary_color);
  height: 100%;
  width: 100%;
  text-align: center;
  position: relative;
  background-color: var(--main_color);
  overflow: hidden;
  margin-top: 16px;
}

.Banner_on_collection-Inner_Wrapper {
  background-color: var(--main_color);
}

.Banner_on_collection-Content_Wrapper {
  padding: 7px 16px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.Banner_on_collection-Button {
  width: 100%;
}

.BOC_var2 .Banner_on_collection-Image_Wrapper {
  position: absolute;
  width: 100%;
  --aspect-ratio: 1;
}

.BOC_var2 .Banner_on_collection-Content_Wrapper {
  top: auto;
  bottom: 41.5px;
  transform: none;
}

.BOC_var3 .Banner_on_collection-Image_Wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
}

.BOC_var3 .Banner_on_collection-Button {
  width: fit-content;
  min-width: 200px;
  font-size: 14px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.BOC_var3 .Banner_on_collection-Content_Wrapper {
  bottom: 32px;
  top: auto;
  transform: none;
}

.BOC_var3 .Banner_on_collection-Discount_Ammount, .BOC_var3 .Banner_on_collection-Discount_Description {
  display: inline;
}

@media screen and (min-width: 1025px) {
  .Banner_on_collection-Wrapper {
    width: auto;
    margin-top: 0;
  }

}

/* Banner of collection END */
@media screen and (min-width: 1025px) {
  .desktop_announcement {
    display: flex;
    justify-content: space-between;
  }
}

.pswp__button--close svg {
  pointer-events: none;
}


#dummy-chat-button-iframe{
  max-width: 100px !important;
}

[data-select="country_code"] .RevolutionDropdown--Content {
  z-index: 10;
}

.SidebarDrawer--Wrapper [data-select="country_code"] .RevolutionDropdown--Header {
  justify-content: center;
  padding: 16px;
  border-top: 1px solid #DBD5CD;
  border-bottom: 1px solid #DBD5CD;
}

.SidebarDrawer--Wrapper [data-select="country_code"] .RevolutionDropdown--Button[aria-expanded="true"] {
  position: unset;
}

.SidebarDrawer--Wrapper .RevolutionDropdown--Selectors[data-select="country_code"] {
  position: unset;
}

.SidebarDrawer--Wrapper [data-select="country_code"] .RevolutionDropdown--Content {
  position: absolute;
  height: fit-content;
  margin-bottom: 0px;
  display: flex !important;
  flex-direction: column;
  max-height: none;
  z-index: 21;
}

.SidebarDrawer--Wrapper [data-select="country_code"] .RevolutionDropdown--InnerContent {
  padding: 16px;
  overflow: auto;
  height: fit-content;
  max-height: 400px;
}

.SidebarDrawer--Wrapper .localizationOverlay.is-visible {
  top: 100px;
}

.SidebarDrawer--Content .Dropdown {
  padding: 0 16px;
}

[selected="selected"] .RevolutionDropdown--InvertIcon {
  filter: invert(1);
}

@media screen and (max-width: 768px) {
  .RevolutionDropdown--CountryButton.RevolutionDropdown--InvertIcon img {
    filter: invert(1);
  }
}

/* Selectors */

localization-selectors-small .RevolutionDropdown--Selectors:not([data-select="language_code"]) .RevolutionDropdown--Content {
  background: rgba(255, 255, 255, 0.9);
  max-height: 430px;
}

@media screen and (min-width: 1440px) {
  localization-selectors-small .u-p4, 
  localization-selectors-small .rte.u-p4 p {
    font-size: 1rem;
  }

  localization-selectors-small .u-h6, localization-selectors-small .u-sh6 {
    font-size: 0.875rem;
  }

  localization-selectors-small .u-pb2 {
    font-size: 0.875rem;
  }
}

[data-select="country_code"] .RevolutionDropdown--InnerContent {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}

[data-select="country_code"] .RevolutionDropdown--Item {
  margin: 0px !important;
}

.SidebarDrawer--Wrapper [data-select="country_code"] .RevolutionDropdown--Content[aria-hidden="true"] {
  pointer-events: none;
}

.SidebarDrawer--Wrapper [data-select="country_code"] .RevolutionDropdown--CountryButton.u-p5,
.SidebarDrawer--Wrapper [data-select="country_code"] .RevolutionDropdown--CountryButton > .u-h6 {
  font-size: 1rem;
} 

.FooterSelectors .RevolutionDropdown--Item[data-action="select-language"] {
  border-color: #DBD5CD;
}

.HeaderWrapper [data-select="language_code"] .Svg--close_icon path {
  fill: black !important;
}

localization-selectors-small [data-select="language_code"] .RevolutionDropdown--Header {
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #DBD5CD;
}

localization-selectors-small [data-select="language_code"] .closeHeader {
  position: absolute;
  right: 16px;
}

[data-select="language_code"] .RevolutionDropdown--Item[selected] {
  background: #202932;
  border-color: #202932;
}

.FooterSelectors [data-select="language_code"] .RevolutionDropdown--Item[selected=selected] .RevolutionDropdown--Item_Inner {
  background-color: #202932;
}

[data-select="language_code"] .RevolutionDropdown--Item[selected] .RevolutionDropdown--Item_Inner {
  background-color: #202932;
}

localization-selectors-small [data-select="language_code"] .RevolutionDropdown--Content {
  position: fixed;
  bottom: 0px;
  width: 100%;
  margin: 0px;
  width: 100%;
  max-height: unset;
}

.FooterSelectors [data-select="language_code"] .closeHeader {
  position: absolute;
  right: 16px;
}

@media screen and (max-width: 768px) {
  [data-select="country_code"] .RevolutionDropdown--InnerContent {
    background: white;
  }

  .Header--MarketSelector .RevolutionDropdown--Selectors .RevolutionDropdown--Content {
    position: fixed;
    width: 100%;
    bottom: var(--header-height, 0);
    margin: 0px;
    border-radius: 25px 25px 0 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  }

  [data-select="country_code"] .RevolutionDropdown--Header {
    justify-content: center;
    position: relative;
  }

  .closeHeader {
    position: absolute;
    top: 16px;
    right: 16px;
  }
}

main-menu-dropdown .Header--MarketSelector .RevolutionDropdown--Selectors .RevolutionDropdown--Content {
  position: fixed;
  width: 100%;
  bottom: var(--header-height, 0);
  margin: 0px;
  border-radius: 25px 25px 0 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

main-menu-dropdown [data-select="language_code"] .RevolutionDropdown--Content {
  height: fit-content;
  position: absolute;
  top: 100%;
  bottom: 0px;
  z-index: 20;
  width: 100%;
  max-width: unset;
  background: white;
  border: unset;
}

main-menu-dropdown [data-select="language_code"] .RevolutionDropdown--Content .closeHeader {
  position: absolute;
  top: 16px;
  right: 16px;
}

main-menu-dropdown [data-select="language_code"] .RevolutionDropdown--Content .RevolutionDropdown--Item {
  display: flex;
  justify-content: center;
  font-size: 16px;
  border: 1px solid #DBD5CD;
}

main-menu-dropdown [data-select="language_code"] .RevolutionDropdown--Content .RevolutionDropdown--Item[selected="selected"] {
  border: 1px solid #080A0C;
}

main-menu-dropdown [data-select="language_code"] .RevolutionDropdown--Button[aria-expanded="true"] {
  position: unset;
}

main-menu-dropdown .RevolutionDropdown[data-select="language_code"] {
  position: unset;
}

main-menu-dropdown [data-select="language_code"] .RevolutionDropdown--Header {
  justify-content: center;
  border-top: 1px solid #DBD5CD;
  border-bottom: 1px solid #DBD5CD;
}

main-menu-dropdown .SidebarMenuSelectors--Item {
  display: flex;
  align-items: center;
}

main-menu-dropdown .RevolutionDropdown-Language_Content {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 16px;
}

main-menu-dropdown .RevolutionDropdown-Language_Content .RevolutionDropdown--Item {
  margin: 0px;
}

main-menu-dropdown .SidebarMenuSelectors--Item .RevolutionDropdown--Button {
  padding: 0px;
}

main-menu-dropdown .SidebarDrawer--Heading .SidebarDrawer__Close {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

main-menu-dropdown .SidebarDrawer--Heading {
  padding-right: 60px;
}

.FooterSelectors .RevolutionDropdown-Language_Content {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 16px;
  overflow: auto;
  max-height: 250px;
}

.FooterSelectors .RevolutionDropdown--Item {
  margin: 0px;
}

.FooterSelectors--Item .RevolutionDropdown--Content {
  background: rgba(255, 255, 255, 0.9) !important;
}

[data-select="language_code"] .RevolutionDropdown--Title {
  font-weight: 400;
}

.Svg--ArrowLeft {
  transform: rotate(180deg);
}

* [tabindex]:focus, input:focus~.reject-container, input:focus~.accept-container, .cc-settings-dialog.classic .cc-btn-cookie-info-container:focus svg{
  scale: unset !important;
}

@media screen and (min-width: 1025px) {
  .SearchInitial {
    height: fit-content;
  }
}

#CookiebotWidget{ display: none; }


.qouteText{
  font-family: "Yantramanav-regular";
}

@media screen and (max-width: 1024px) {
  .swiper-wrapper.desktop_announcement {
    transition-timing-function: linear;
  }
}@media screen and (max-width: 768px) {

  .ProductPage--ATC.not_desktop {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

    background: #d39136;
    padding: 14px 16px;

    border-radius: 0 !important;
    margin: 0 !important;
  }

  .ProductActions {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .ProductActions *,
  .ProductPage--ATC.not_desktop {
    box-shadow: none !important;
  }

  .ProductPage--ATC.not_desktop span {
    color: #fff !important;
    font-weight: 600;
  }

  .ProductPage--ATC.not_desktop svg path {
    fill: #fff !important;
  }

  body {
    padding-bottom: 80px;
  }

}
