/** Shopify CDN: Minification failed

Line 1179:11 Expected ":"

**/
/*Collection all css*/
.custom_compare_price {
    margin-top: 5px;
}
.mt-m {
    margin-top: 8px;
    min-height: 41px;
}
.custom_compare_price span.price.ProductInfo--CompareAtPrice {
    text-decoration: line-through;
  color: #0000009e;
}
.price_regular {
    display: block!important;
}
.price_regular .priceItem.priceItem--regular.u-h6.font-bold {
    margin: 0;
}
.card_info_mt1 {
    justify-content: unset!important;
}
/*extra collection css end*/
/* Colors */

:root,
.colorGroup--primary {
  --main_color: var(--p_main_color);
  --primary_color: var(--p_primary_color);
  --secondary_color: var(--p_secondary_color);
  --button-bg: var(--p_primary_button_background);
  --button-content: var(--p_primary_button_text);
  --button-border: var(--p_primary_button_border);
}

.colorGroup--secondary {
  --main_color: var(--s_main_color);
  --primary_color: var(--s_primary_color);
  --secondary_color: var(--s_secondary_color);
  --button-bg: var(--s_primary_button_background);
  --button-content: var(--s_primary_button_text);
  --button-border: var(--s_primary_button_border);
}

.colorGroup--misc {
  --main_color: var(--t_main_color);
  --primary_color: var(--t_primary_color);
  --secondary_color: var(--t_secondary_color);
  --button-bg: var(--t_primary_button_background);
  --button-content: var(--t_primary_button_text);
  --button-border: var(--t_primary_button_border);
}

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: 1.1rem;
  /* Browsers that don't understand the following max() will use this */
  font-size: max(1.1rem, 16px);
  /* Lucky for us, Safari iOS understands max() */

}

input[type=number] {
  -moz-appearance: textfield;
}

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

li:first-child {
  padding-top: 0px !important;
  margin-top: 0px !important;
}

li:last-child{
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

/*IOS 15 fix for pswp */
html.pswp-open-in-ios,
html.pswp-open-in-ios body {
  height: var(--window-inner-height);
  overflow: hidden;
  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;
}

.Svg--loader path {
  fill: transparent !important;
}


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

video-component {
  width: 100%;
  display: block;
}

/*HELPER CLASSES*/

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

:focus {
  outline-color: var(--loader_color);
  outline-offset: 1px;
  outline-width: 1px;

}

input:focus+label {
  outline: 1px solid var(--loader_color);
}



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

}

body {
  letter-spacing: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

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(--primary_color);
}

li {
  list-style-type: none;
}

.rte li{
  margin-block-start: 0.5rem;
    margin-block-end: 0.5rem;
    margin-inline-start: 0.5rem;
    margin-inline-end: 0.5rem;
  
}

.rte img{
  max-width: 100%;
}

.rte blockquote{
  border-left: 10px solid var(--secondary_color);
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

.rte ul li{
  list-style-type: disc;
}

.rte ol li{
  list-style-type: number;
}

.rte ul,
.rte ol{
  margin-block-start: 2rem;
  margin-block-end: 2rem;
  margin-inline-start: 2rem;
  margin-inline-end: 2rem;
}


.AlertError {
  color: var(--alert_error);
}

.AlertError svg path{
  fill: var(--alert_error);
}

.AlertSuccess {
  color: var(--alert_success);
}

.AlertSuccess svg path{
  fill: var(--alert_success);
}


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

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

.no-js .swiper-slide {
  width: 20%;
}

.no-js .ProductSliderCell{
width: 100%;
}

.no-js .cardWrapper{
  width: 100%;
}

.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 {
  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 {
  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;
}



.pageLoader {
  height: 4px;
  background-color: var(--loader_color);
  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(--loader_color);
}

/* 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;
}

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

/*HELPER CLASSES END*/

/*Product Card*/

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

}

.priceItem {
  margin-right: 8px;
}

.price--hasUnit {
  display: block;
}

/*Product card END*/


.articleItem {
  margin-bottom: 16px;
  text-align: left;
}

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


/*DROPDOWN*/

.Dropdown {
  width: 100%;
}


.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-h1, .pageWrapper .rte h1 {
  font-size: 4rem;
  font-family: var(--type_header_font);
  font-weight: var(--weight_header_font);
}

.u-h2, .pageWrapper .rte h2 {
  font-size: 3rem;
  font-family: var(--type_header_font);
  font-weight: var(--weight_header_font);
}

.u-h3, .pageWrapper .rte h3, .rte.u-h3 p {
  font-size: 2rem;
  font-family: var(--type_header_font);
  font-weight: var(--weight_header_font);

}

.u-h4, .pageWrapper .rte h4 {
  font-size: 1.5rem;
  font-family: var(--type_header_font);
  font-weight: var(--weight_header_font);
}

.u-h5, .pageWrapper .rte h5 {
  font-size: 1.125rem;
  font-family: var(--type_header_font);
  font-weight: var(--weight_header_font);
}

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

.rte p {
  min-height: 1rem;
  font-family: var(--type_paragraf_font);
  font-weight: var(--weight_paragraf_font);
}

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


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

}

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

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

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

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

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

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

.u-pb3 {
  font-size: 1rem;
  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 */

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

.mx-xs {
  margin-left: 2px;
  margin-right: 2px;
}

.mx-s {
  margin-left: 4px;
  margin-right: 4px;
}

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

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

.mt-sxl {
  margin-top: 24px;
}

.mb-sxl {
  margin-bottom: 24px;
}

.mx-xl {
  margin-left: 32px;
  margin-right: 32px;
}

.mx-xxl {
  margin-left: 64px;
  margin-right: 64px;
}

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

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

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

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

.mt-xs {
  margin-top: 2px;
}

.mr-xs {
  margin-right: 2px;
}

.mb-xs {
  margin-bottom: 2px;
}

.ml-xs {
  margin-left: 2px;
}

.mt-s {
  margin-top: 4px;
}

.mr-s {
  margin-right: 4px;
}

.mb-s {
  margin-bottom: 4px;
}

.ml-s {
  margin-left: 4px;
}

.mt-m {
  margin-top: 8px;
}

.mr-m {
  margin-right: 8px;
}

.mb-m {
  margin-bottom: 8px;
}

.ml-m {
  margin-left: 8px;
}

.mt-l {
  margin-top: 16px;
}

.mr-l {
  margin-right: 16px;
}

.mb-l {
  margin-bottom: 16px;
}

.ml-l {
  margin-left: 16px;
}

.mt-xl {
  margin-top: 32px;
}

.mr-xl {
  margin-right: 32px;
}

.mb-xl {
  margin-bottom: 32px;
}

.ml-xl {
  margin-left: 32px;
}

.mt-xxl {
  margin-top: 64px;
}

.mr-xxl {
  margin-right: 64px;
}

.mb-xxl {
  margin-bottom: 64px;
}

.ml-xxl {
  margin-left: 64px;
}

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

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

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

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

.pt-xs {
  padding-top: 2px;
}

.pr-xs {
  padding-right: 2px;
}

.pb-xs {
  padding-bottom: 2px;
}

.pl-xs {
  padding-left: 2px;
}

.pt-s {
  padding-top: 4px;
}

.pr-s {
  padding-right: 4px;
}

.pb-s {
  padding-bottom: 4px;
}

.pl-s {
  padding-left: 4px;
}

.pt-m {
  padding-top: 8px;
}

.pr-m {
  padding-right: 8px;
}

.pb-m {
  padding-bottom: 8px;
}

.pl-m {
  padding-left: 8px;
}

.pt-l {
  padding-top: 16px;
}

.pr-l {
  padding-right: 16px;
}

.pb-l {
  padding-bottom: 16px;
}

.pl-l {
  padding-left: 16px;
}

.pt-xl {
  padding-top: 32px;
}

.pr-xl {
  padding-right: 32px;
}

.pb-xl {
  padding-bottom: 32px;
}

.pl-xl {
  padding-left: 32px;
}

.pt-xxl {
  padding-top: 64px;
}

.pr-xxl {
  padding-right: 64px;
}

.pb-xxl {
  padding-bottom: 64px;
}

.pl-xxl {
  padding-left: 64px;
}

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

/*ANNOUNCEMENT BAR - FCP */

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

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

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

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

}

.announcement-bar__block--icon img {
  width: 100%;
  object-fit: contain;
  height: 16px;
  min-width: 18px;
}

.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: 2px 8px;
  margin-left: 2px;
  margin-bottom: 2px;

}

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

.Svg--sale {
  margin-right: 8px;
}

.Label--OnSale {
  color: var(--label_onSale_text);
  background-color: var(--label_onSale_Bg);
}

.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);
}

.cardInformation.text-center .priceRegular, dl.text-center {
  justify-content: center;
  align-items: center;
}

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

.cardInformation {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: space-between;
}

.cardWrapper--Link {
  display: flex;
  height: 100%;
  flex-direction: column;
  cursor: pointer;
  justify-content: space-between;
}

/*END PRODUCT CARD*/

/* 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-bottom: 16px;
  min-width: max-content;
  cursor: pointer;
}

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

.inputSelectboxCheckbox {
  width: 0px;
  opacity: 0;
  margin: 0 !important;
  appearance: none;
  padding: 0px;
  height: 0px;
  border: 0px;
  overflow: hidden;
  position: absolute;
}

:checked + label.SelectboxCircle, .SelectboxCircle .SelectboxCircle-Selected, .SelectboxImage.SelectboxImage-Selected {
  outline: 3px solid var(--loader_color);

}

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

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

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

.SelectboxLabelNormal--disabled {
  opacity: 0.2;
  text-decoration: line-through;
}

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

/* Product Variants END*/

@media screen and (min-width: 768px) {
  .SelectboxCircle:hover, .SelectboxImage:hover {
    outline: 3px solid var(--loader_color);
    box-shadow: 0px 0px 0px 1px #4A4A4A;
    transition: all 0.1s ease-in-out;
  }

  .VariantSelectors .RevolutionDropdown--Item {
    transition: all 0.3s ease-in;
    width: 100%;
    text-align: left;
  }

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

  /* Product Variants END*/

}


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

  /* PRODUCT CARD focus fix */
  .cardWrapper--Link:focus{
    outline-offset: -3px;
    outline
  }

  .cardWrapper--Link{
    padding: 4px;
  }

  .zoomImg {
    overflow: hidden;
  }

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

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

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

  .CountdownWidth {
    min-width: 75px
  }
}

/* POPUP */
.Popup {
  z-index: 99;
  opacity: 0;
  position: fixed;
  background: var(--main_color);
  color: 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;
  max-height: 100vh;
  overflow: auto;
}

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

.modal-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  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 */

/* DRAWER*/
.Drawer--wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  transition: all 0.35s ease-in-out;
  z-index: 21;
  visibility: hidden;
}

.Drawer--wrapper[aria-expanded="true"] {
  visibility: visible;
  transition: all 0.35s ease-in-out;
}

.SidebarDrawer__Close {
  padding: 16px;
  right: -16px;
  position: absolute;
}

.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(--main_color);

}

.Drawer--Right[aria-expanded="true"] {
  right: 0;
  transform: translateX(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;
}

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

.HeaderWrapper .RevolutionDropdown--InnerContent {
  background: var(--header-bg-color);
  color: var(--header-text-color);
}

.HamburgerItem {
  padding: 8px;
  margin-left: -8px
}

.transparent {
  background-color: transparent;
}

.Header--Sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 6;
  height: fit-content;
}



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

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

.CartCount {
  margin-left: 4px;
}

.headerLinks a {
  display: flex;
}

.set-right {
  margin: 0px -4px;
  justify-content: flex-end;
}

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

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


.Button[disabled] {
  opacity: 0.2;
}



.Button--Primary {
  border: 1px solid var(--button_primary_border);
  border: none;
  box-sizing: border-box;
  background-color: var(--button_primary_bg);
  color: var(--button_primary_text);
  position: relative;
  overflow: hidden;
  z-index: 1;
}



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

.Button--colorGroup {
  border: 1px solid var(--button-border);
  box-sizing: border-box;
  background-color: var(--button-bg);
  color: var(--button-content);
}

.Button--Normal {
  padding: 10px 40px;
}

.Button--Small {
  padding: 5px 20px;
}

.showsubmenu::content {
  display: none;
}

.showsubmenu:hover {
  display: block;
}

.ProductCard--instantATC {
  background-color: var(--add_to_cart_color);
  color: var(--add_to_cart_textcolor);
  border: none;
  padding: 10px 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;
}

/* 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>img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

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

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

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


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

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

.animatedContent {
  opacity: 0;

}

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



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

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

.AspectRatio::before {
  content: '';
  display: block;
  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;
}




.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%;
  background: white;
}

.PlaceholderProductCard {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
}

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

.placeholderSvg {
  background: var(--primary_color);
  fill: var(--main_color);
  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;
  min-height: 200px;
}

.Banner__Cell.swiper-slide-active {
  visibility: visible;
}

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

/*BANNER first paint end*/


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

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

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



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


.rte a {
  text-decoration: underline;
}

/* RTE CONTENT END */


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


}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .not_pocket {
    display: none !important;
  }
}

@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 16px;
  }

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

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

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


  /* Hide elements */

}

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


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

  .Button:hover {
    transform: scale(1.015);
  }

  .ProductCard--instantATC:hover {
    transform: scale(1.015);
  }

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


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

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

  /*CART DRAWER END */

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

  .cardWrapper--Link:hover .ProductCard--instantATC, .ProductCard--instantATC:focus {
    opacity: 1;
  }

  /*BUTTONS END*/

  /* Spacing */

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

  .mx-xs {
    margin-left: 4px;
    margin-right: 4px;
  }

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

  .mx-m {
    margin-left: 16px;
    margin-right: 16px;
  }

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

  .mx-xl {
    margin-left: 64px;
    margin-right: 64px;
  }

  .mx-xxl {
    margin-left: 128px;
    margin-right: 128px;
  }

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

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

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

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

  .mt-xs {
    margin-top: 4px;
  }

  .mr-xs {
    margin-right: 4px;
  }

  .mb-xs {
    margin-bottom: 4px;
  }

  .ml-xs {
    margin-left: 4px;
  }

  .mt-s {
    margin-top: 8px;
  }

  .mr-s {
    margin-right: 8px;
  }

  .mb-s {
    margin-bottom: 8px;
  }

  .ml-s {
    margin-left: 8px;
  }

  .mt-m {
    margin-top: 16px;
  }

  .mr-m {
    margin-right: 16px;
  }

  .mb-m {
    margin-bottom: 16px;
  }

  .ml-m {
    margin-left: 16px;
  }

  .mt-l {
    margin-top: 32px;
  }

  .mr-l {
    margin-right: 32px;
  }

  .mb-l {
    margin-bottom: 32px;
  }

  .ml-l {
    margin-left: 32px;
  }

  .mt-xl {
    margin-top: 64px;
  }

  .mr-xl {
    margin-right: 64px;
  }

  .mb-xl {
    margin-bottom: 64px;
  }

  .ml-xl {
    margin-left: 64px;
  }

  .mt-xxl {
    margin-top: 128px;
  }

  .mr-xxl {
    margin-right: 128px;
  }

  .mb-xxl {
    margin-bottom: 128px;
  }

  .ml-xxl {
    margin-left: 128px;
  }

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

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

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

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

  .pt-xs {
    padding-top: 4px;
  }

  .pr-xs {
    padding-right: 4px;
  }

  .pb-xs {
    padding-bottom: 4px;
  }

  .pl-xs {
    padding-left: 4px;
  }

  .pt-s {
    padding-top: 8px;
  }

  .pr-s {
    padding-right: 8px;
  }

  .pb-s {
    padding-bottom: 8px;
  }

  .pl-s {
    padding-left: 8px;
  }

  .pt-m {
    padding-top: 16px;
  }

  .pr-m {
    padding-right: 16px;
  }

  .pb-m {
    padding-bottom: 16px;
  }

  .pl-m {
    padding-left: 16px;
  }

  .pt-l {
    padding-top: 32px;
  }

  .pr-l {
    padding-right: 32px;
  }

  .pb-l {
    padding-bottom: 32px;
  }

  .pl-l {
    padding-left: 32px;
  }

  .pt-xl {
    padding-top: 64px;
  }

  .pr-xl {
    padding-right: 64px;
  }

  .pb-xl {
    padding-bottom: 64px;
  }

  .pl-xl {
    padding-left: 64px;
  }

  .pt-xxl {
    padding-top: 128px;
  }

  .pr-xxl {
    padding-right: 128px;
  }

  .pb-xxl {
    padding-bottom: 128px;
  }

  .pl-xxl {
    padding-left: 128px;
  }

  .announcement-bar, .usps-bar {
    padding: 8px 32px;
  }

  .header {
    padding: 10px 32px;
  }

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

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

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

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

  /* Hide elements */


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

  .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--Link:hover .ProductCard__Image--secondary {
    opacity: 1;
    z-index: 2;
    transition: opacity 0.4s ease;
  }


  /*END PRODUCT CARD*/

}



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

@media (min-width: 1440px) {

  .small-section {
    padding: 64px;
  }


  /* FONT MARKUP*/

  .u-h1, .pageWrapper .rte h1 {
    font-size: 4.5rem;
  }

  .u-h2, .pageWrapper .rte h2 {
    font-size: 4rem;
  }

  .u-h3, .pageWrapper .rte h3, .rte.u-h3 p {
    font-size: 3rem;
  }

  .u-h4, .pageWrapper .rte h4 {
    font-size: 2rem;
  }

  .u-h5, .pageWrapper .rte h5 {
    font-size: 1.5rem;
  }

  .u-h6, .pageWrapper .rte h6 {
    font-size: 1.125rem;
  }

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

  }

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

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

  }

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

  }

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

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

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


  }

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


  }

  .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: 750px;
  }

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



  /* Hide elements */

  .not_laptop {
    display: none;
  }
}

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

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


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

  .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: 1000px;
  }
}


@media (min-width: 2048px) {
  .announcement-bar, .usps-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 8px 64px;
  }
}

.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;
  align-items: center;
}

.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;
}

.megaMenuLinks{
  width: 100%;
  word-break: break-all;
}

@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: 8vw;
}

.currencyDropdown svg {
  width: 16px;
}

.DropDown_Toggle {
  cursor: pointer;
}

.RevolutionDropdown {
  position: relative;
}

.RevolutionDropdown--Content, .RevolutionDropdown--Item {
  background: var(--main_color);
  cursor: pointer;
}

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

.RevolutionDropdown--Button svg path {
  fill: var(-primary_color);
}


.RevolutionDropdown--Item {
  padding: 8px 16px 8px 8px;
  color: var(--primary_color);
}

.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;

}

.mainMenu--Links {
  position: absolute;
  background: var(--main_color);
  color: var(--primary_color);
  width: 100%;
  height: fit-content;
  left: 0;
  top: calc(var(--submenu-position) - var(--announcement-height));
  z-index: 1;
  padding: 0;
  overflow: auto;
  justify-content: space-between;
  align-items: flex-start;
  animation: opacityOut 150ms ease-in forwards;
  -webkit-animation: opacityOut 150ms ease-in forwards;
  cursor: default;
  display: none;
  visibility: hidden;
  opacity: 0;
  max-height: calc(100vh - var(--announcement-height) - var(--header-height));
}

.mainMenu--Links a {
  color: var(--primary_color) !important;
  height: fit-content;
}

.LogoSection img{
  object-fit: contain;
}

.headerLinks[aria-expanded="true"] .mainMenu--Links {
  animation: opacityIn 150ms ease-in forwards;
  -webkit-animation: opacityIn 150ms ease-in forwards;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
  opacity: 1;
  visibility: visible;
  display: flex;
}

.RevolutionDropdown--Selectors .RevolutionDropdown--Content {
  max-height: 200px;
  overflow: auto;
  position: absolute;
  left: 0px;
  z-index: 2;
  top: 32px;
  padding: 8px 16px;
  text-transform: capitalize;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  width: max-content;
  max-width: 200px;
}


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

.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(--main_color);
  z-index: 21;
  transform: translateY(0);
  box-shadow: 0px 4px 16px 4px rgba(74, 74, 74, 0.1);
}

.RevolutionDropdown--Selectors .RevolutionDropdown--Content.PopoverContent path {
  fill: var(--primary_color);
}

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

.RevolutionDropdown--Header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px;
  border-bottom: 1px solid var(--secondary_color);
}

.PopoverContent .RevolutionDropdown--Item {
  text-align: center;
  padding: 16px 24px;
  width: fit-content;
  margin: 0 auto;
}

.RevolutionDropdown--Item[selected] {
  text-decoration: underline;
}

.closeHeader {
  margin-right: -8px;
  padding: 16px;
  display: block;
  position: relative;

}

.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 {
  padding: 32px 48px 32px 32px;
  width: 54.59%;
}

#header .mainMenu--LinkNoImage{
  width: 100%;
}

#header .mainMenu--LinkNoImage .mainMenu--FlexItem{
  display: flex;
  columns: unset;
    flex-wrap: wrap;
    gap: 32px;
}


.mega_menuImage_wrapper {
  display: flex;
  flex-direction: column;
  height: auto;
  width: 45.41%;
  align-self: stretch;

}

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

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

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

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

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

.LogoSection a {
  display: flex;
}

.DropdownIcon {
  cursor: pointer;
}

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

.mainMenu--MultipleItems_Content {

  display: flex;
  flex-direction: column;
}

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

.headerLinks[aria-expanded="true"] .mainLinks:before,
.hoverLinks:hover::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 1px;
  background: currentColor;
  transform: scale(1, 1);
  transform-origin: left center;
  transition: transform .5s ease-in-out;
}

.mainMenu--MultipleItems {
  display: flex;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  min-width: 212px;
}

@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;
}

.mainMenu--Overlapping{
  flex-wrap: wrap;
  justify-content: 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 */

.swiperButton[disabled] {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}


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



/* Pagination */

.swiper-pagination-bullet{
  width: 46px;
  height: 2px;
  border-radius: 4px;
  background-color: var(--primary_color);
  opacity: 0.2;
}

.swiper-pagination-bullet-active{
  opacity: 1;
}

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

}

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

.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"] {
  height: auto;
  display: blocK;
  visibility: visible;
  transition: height 0.3s ease-in-out;
}


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

.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(--primary_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);
  background-color: var(--primary_color);
}

.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(--primary_color);
  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;
}

.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(--loader_color) !important;
  color: var(--primary_color);
}

.hidden {
  display: none !important;
}

.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;
}

/*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;
  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
}



/* ================== 
         SEARCH 
=======================
*/
.SearchWrapper {
  position: fixed;
  left: 0;
  top: calc(var(--header-height) + var(--announcement-height));
  width: 100%;
  background: var(--main_color);
  color: var(--primary_color);
  text-align: center;
  align-items: center;
  flex-direction: column;
  cursor: default;
  height: calc(100% - var(--header-height) - var(--announcement-height));
 
}

.SearchWrapper[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in;
  display: none;

}

.SearchWrapper[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in;
  display: flex;
}

.CollectionSearchItem {
  position: relative;
  width: 100%;
}

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

.SearchCollectionContent h5 {
  color: var(--color_text_3);
}

.SearchWrapper .Segment__Content {
  overflow: hidden;
}

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

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

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

.SearchProduct_Wrapper .cardInformation {
  padding: 16px;
}

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

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

.Search__Form input {
  width: 100%;
  border: none;
  background: transparent;
  color: var(--primary_color);
  padding: 0px;
}

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

.Search--Suggested, 
.SearchRecommended--Title, 
.SearchSegmentHeader {
  color: var(--primary_color);
  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(--primary_color);
}

.SeachLayout--2items,
.SearchLayout--3items{
  display: grid;
  grid-gap: 32px;
}

.SearchFound {
  width: 100%;
}

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

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

.Search--no_results, .SearchHeader--Primary {
  color: var(--primary_color) !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: 32px 0px;
}

.SearchSegmentHeader {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid var(--primary_color);
  margin-bottom: 32px;
  padding-bottom: 8px;
}

.Search--Title {
  color: var(--primary_color);
  text-align: left;
  border-bottom: 1px solid var(--primary_color);
  width: 100%;
  display: block;
}

.SearchWrapper a:link,
.SearchWrapper a:visited,
.SearchWrapper a:active,
.SearchWrapper .cardInformation--Title,
.SearchWrapper .price {
  color: var(--primary_color) !important;
}


.cardInformation--Title{
  display: block;
}

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

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

.Search--Suggested__results li,
.Search--Recent__results li{
  padding: 8px 0px;
  text-transform: capitalize;
  word-break: break-word;
}

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

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

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

.SearchInitial--Recents{
  display: grid;
  grid-gap: 32px;
}

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

.closeSearch svg {
  width: 10px;
  height: 10px;
  fill: var(--primary_color);
}

.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--1items {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-row-gap: 32px;
  width: 100%;
}

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

.SearchCollection_swiperWrapper{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 8px;
}

.SearchLayout--2items {
  display: grid;
  width: 100%;
  row-gap: 48px;
}

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

  .SearchCollection_swiperWrapper{
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px 8px;
    padding-bottom: 32px;
  }

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

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

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

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

  .SearchInitial--Recents {
    max-width: 150px;
    margin-right: 32px;
    grid-auto-rows: min-content;
  }

  .Search--Recent {
    margin-bottom: 48px;
  }

  .SearchSegmentHeader {
    padding-bottom: 8px;
  }

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

  .Search--Recommendations-noResultsAll{
    display: block;
    height: fit-content;
    margin: 0 auto;
  }

  .NoResultsRecommendations{
    width: 100%;
  }

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

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


  .SearchLayout {
    grid-template-columns: 2fr 1fr 1fr;
    grid-column-gap: 16px;
  }

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

  .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;
  }

  .SearchCollection .searchCollectionSwiper {
    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(--primary_color);
  }

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

}


@media screen and (min-width: 1025px) {
  .Search--Suggested__results li:hover, 
  .Search--Recent__results li:hover {
    text-decoration: underline;
    cursor: pointer;
  }



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

  .Search--Recent {
    margin-bottom: 64px;
  }

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

  .SearchCollection_swiperWrapper,
  .SearchProduct--Swiper.swiper-wrapper {
    display: flex;
    grid-template-columns: unset;
    grid-column-gap: unset;
    grid-row-gap: unset;
  }

  .SearchWrapper .closeSearch {
    right: 16px;
  }

  .SearchHeader {
    width: 100%;
    position: relative;
  }

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

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

}


@media screen and (min-width: 1440px) {
  
  .SearchHeader {
    padding: 32px 32px 16px 32px;
  }

  .SearchSegmentHeader {
    padding-bottom: 16px;
  }

  .SearchInitial--Products {
    padding: 32px 0px 32px 16px;
    width: calc(100% - 352px);
  }

  .SearchInitial--Recents {
    padding: 32px 16px 32px 0px;
  }

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

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

  .SearchInitial {
    height: 100%;
    padding: 16px 32px 32px 32px;
  }

}

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

    .SearchWrapper .closeSearch {
    right: 46px;
  }
}

/* ================== 
     SEARCH END
=======================
*/


/*====================
    SWIPER BUTTONS
 =========================
*/

.FeaturedCollection-SwiperButton svg path {
  fill: var(--primary_color)
}

.swiperButton {
  position: absolute;
  background: 0 0;
  border: none;
  display: flex;
  margin: auto;
  align-items: center;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  z-index: 3;
  top:40%;
  transform: translateY(-50%);
}

.swiperButtonNext{
  right: 0
}

.swiperButtonPrevious {
  left: 0
}

@media screen and (min-width:1025px) {
  .swiperButtonNext {
      right: -32px
  }

  .swiperButtonPrevious {
      left: -32px
  }

}

@media screen and (min-width: 1440px){
  .swiperButtonNext {
    right: -64px
}

.swiperButtonPrevious {
    left: -64px
}
}

/*====================
    SWIPER BUTTONS END
 =========================
*/
/*====================
    TOOLTIP
 =========================
*/

[data-tooltip]:before {
  position: absolute;
  content: attr(data-tooltip);
  bottom: calc(100% + 6px);
  left: 50%;
  padding: 0px 8px;
  white-space: nowrap;
  background-color: var(--primary_color);
  color: var(--main_color);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility .2s ease-in-out,opacity .2s ease-in-out;
  z-index: 1;
  transform: translate(-50%);
  font-size: 14px;
  font-family: var(--type_paragraf_font);
  font-weight: var(--weight_paragraf_font);
}


[data-tooltip] {
  position: relative;
}

[data-tooltip]:hover:before {
  opacity: 1;
  visibility: visible;
}

/*====================
    TOOLTIP END
 =========================
*/


/* BLOG ITEM */


.BlogItem--Image{
  width: 100%;
  height: auto;
}

.BlogItemWrapper{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.BlogArticle--Wrapper{
  position: relative;
}

.BlogArticle{
	width: 50%;
}

.BlogItem--Wrapper{
	width: 100%;
  padding: 0 8px;
}


.BlogItem--Button {
  background-color: transparent;
  border: none;
  width: 100%;
  padding: 8px 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blogArrow svg{
  margin-left: 6px;
  width: 15px;
  height: 22px;
  fill: var(--primary_color);
}
.blogArrow svg path{
fill: var(--primary_color);
}

.Article-Content {
  padding: 0 4px;
}

.articleTag{
  padding: 4px 8px;
  background-color: var(--loader_color);
}

.articleTags{
  display: flex;
  gap: 8px 4px;
  justify-content: center;
  flex-wrap: wrap;
  word-break: break-word;
}

.ArticleHeader--Info{
  display: flex;
  justify-content: center;
  color: var(--primary_color);
  opacity: 0.6;
}

.BlogImgWrapper {
  display: flex;
}

@media screen and (min-width: 768px) {
  .BlogArticle {
    width: 25%;
  }

  .BlogItem--Wrapper {
    padding: 0 10px;
  }

  .BlogArticle--Wrapper {
    padding: 0 18px;
  }
}

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

  .not_desktop {
    display: none !important;
  }

  .BlogArticle--Wrapper {
    padding: 0 22px;
  }
  
  .BlogImgWrapper:after {
    opacity: 0;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: var(--loader_color);
    transition: opacity 0.2s ease;
  }

  .BlogItem:hover .BlogImgWrapper {
    background-color: var(--loader_color);
  }

  .BlogItem:hover .BlogItem--Image {
    opacity: 0.4;
    z-index: 1;
    transition: opacity 0.2s ease;
  }

  .BlogItem:hover .BlogItem--Button .blogArrow svg path {
    fill: var(--loader_color);
  }

  @-webkit-keyframes run {
    0% {
      transform: translateX(5px);
    }

    50% {
      transform: translateX(10px);
    }

    100% {
      transform: translateX(0px);
    }
  }

  .BlogItem:hover .BlogItem--Button .blogArrow {
    animation: run 0.8s ease-in-out;
  }

  .BlogItem--Button:hover .arrow {
    animation: run 0.8s ease-in-out;
  }

  .BlogItem--Button:hover .blogArrow svg path {
    fill: var(--loader_color);
  }
}


@media screen and (min-width: 1440px) {
  .BlogArticle--Wrapper {
    padding: 0 48px;
  }

}

.auth-container {
  background-color: var(--main_color);
  width: 100%;
  position: relative;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 32px 16px;
}

.auth-placeholder {
  border: none;
  color: var(--primary_color);
  background-color: var(--secondary_color);
  width: 100%;
  padding: 8px 16px;
  margin: 0 0 16px 0;
}

.auth-placeholder::placeholder{
  color: var(--placeholder_color);
}


/* BLOG ITEM END */

.custom_compare_price + .custom_compare_price {
    display: none;
}

ul#sortList {
    display: flex;
    align-items: center;
    gap: 36px;
    width: fit-content;
    border-radius: 3.875rem;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}
ul#sortList .circle {
    display: none;
}
:checked+label.sortLabel {
    display: block !important;
      border-radius: 3.875rem;
    background: white;
}
    .FiltersDesktopWrapper .RevolutionDropdown--Content {
        z-index: 10;
        padding: 0!important;
        left: 0!important;
        top: -21px!important;
        background: transparent!important;
        border-radius: 4px;
        position: absolute;
        z-index: 2;
    }
    .sortLabel {
        cursor: pointer;
        padding: 14px 25px;
    }
    .FiltersDesktopWrapper .RevolutionDropdown--Content {
        background: transparent;
}
.FilterBar.not_desktop {
    display: none;
}

@media(max-width:679px){
  .FiltersDesktopWrapper .RevolutionDropdown--Content {

    top: 12px!important;
   
}
  .CollectionFilters {
    height: 50px;
}
     #CollectionSection .not_mobile {
        display: block !important;
    }

}