/** Shopify CDN: Minification failed

Line 187:3 Unexpected "/"

**/
.sidebars-has-scrollbars .sidebar {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sidebars-has-scrollbars .sidebar::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.sidebar {
  direction: ltr;
  display: grid;
  align-content: space-between;
  grid-template-rows: min-content 1fr min-content;
  position: fixed;
  top: 0;
  height: var(--window-height);
  width: var(--sidebar-width);
  background: var(--color-background-main);
  color: var(--color-text-main);
  z-index: 10000 !important;
  overflow-y: auto;
  transition: transform 0.3s ease-in-out;
  display: none;
}

html[dir=rtl] .sidebar * {
  direction: rtl;
}
body:not(.sidebar-has-scrollbars) .sidebar {
  overflow-x: hidden;
}
body:not(.sidebar-has-scrollbars) .sidebar::-webkit-scrollbar {
  width: 7px;
}
body:not(.sidebar-has-scrollbars) .sidebar::-webkit-scrollbar-track {
  background: var(--color-borders-main);
}
body:not(.sidebar-has-scrollbars) .sidebar::-webkit-scrollbar-thumb {
  background: var(--color-text-main);
}
body:not(.sidebar-has-scrollbars) .sidebar::-webkit-scrollbar-thumb:hover {
  background: var(--color-text-main);
  opacity: 0.86;
}
html[dir=rtl] .sidebar--right {
  left: 0;
}
html[dir=ltr] .sidebar--right {
  left: 0;
}
html[dir=rtl] .sidebar--right {
  transform: translateX(-100%);
}
html[dir=ltr] .sidebar--right {
  transform: translateX(-100%);
}
html[dir=rtl] .sidebar--left {
  right: 0;
}
html[dir=ltr] .sidebar--left {
  left: 0;
}
html[dir=rtl] .sidebar--left {
  transform: translateX(100%);
}
html[dir=ltr] .sidebar--left {
  transform: translateX(-100%);
}
.sidebar.sidebar--opened {
  transform: translateX(0) !important;
}
.sidebar:focus {
  outline: none !important;
}
.sidebar__header {
  position: sticky;
  top: 0;
  padding: 32px 16px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--color-background-main);
  z-index: 99;
  text-transform: uppercase;
  font-weight: var(--font-weight-body-primary-bold);
}
.sidebar__close {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #005EB8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar__close svg path {
  stroke: #fff;
}
.sidebar__close span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar__title {
  margin-bottom: 0;
}
.sidebar__subtitle {
  line-height: 1.25;
}
.sidebar__body {
  position: relative;
}
.sidebar__body > *.sidebar-large-padding {
  padding: var(--sidebar-gutter);
}
.sidebar__body > *:not(.sidebar-large-padding) {
  padding: calc(var(--sidebar-gutter) / 2) var(--sidebar-gutter);
}
.sidebar__body > * + div {
  border-top: 1px solid var(--color-borders-main);
}
.sidebar__body--flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.sidebar__body--flex > div {
  padding: 0 !important;
}
.sidebar__body-top {
  padding: 0;
}
.sidebar .cart-individual-product-recommendation:not(:empty),
.sidebar cart-recommendations:not(:empty) {
  display: block;
  padding: calc(var(--sidebar-gutter) / 2) var(--sidebar-gutter);
  width: var(--sidebar-width);
  border-top: 1px solid var(--color-borders-main);
}
.sidebar__footer {
  bottom: 0;
  width: 100%;
  padding: 16px 16px 32px;
  z-index: 9;
}
/* .sidebar__footer .button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 14px;
  background-color: #E1F0FF !important;
}
.sidebar__footer .button:hover {
  background-color: #005EB8 !important;
}
.sidebar__footer .button .button__text {
  line-height: 1;
  color: #005EB8;
  font-family: var(--ff-base);
  font-size: var(--fs-base-sm, 13px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-base-sm, 19px); /* 146.154% 
}*/
.sidebar__footer .button:hover .button__text {
  color: #fff;
}
.sidebar__footer .button svg path {
  fill: #005EB8 !important;
}
@media screen and (min-width: 960px){
  .sidebar__footer .button:hover svg path {
    fill: #fff !important;
  }
}
.sidebar__footer:empty {
  display: none;
} */

.site-overlay {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.36);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 300ms linear;
  display: block !important;
}
html[dir=rtl] .site-overlay {
  right: 0;
}
html[dir=ltr] .site-overlay {
  left: 0;
}
.sidebar-opened .site-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

body.sidebar-opened::before {
  content: '';
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  pointer-events: none;
  animation: sidebar-overlay-in 300ms linear forwards;
}

.sidebar-opened .site-overlay {
  opacity: 0 !important;
}

@keyframes sidebar-overlay-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.site-menu-sidebar-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-menu-sidebar-footer .social-icons, .site-menu-sidebar-footer .localization-form__item-button {
  opacity: 0.62;
}
.site-menu-sidebar-footer .localization-form__content {
  max-width: 20rem;
}
html[dir=rtl] .site-menu-sidebar-footer .localization-form__content {
  left: 0;
}
html[dir=ltr] .site-menu-sidebar-footer .localization-form__content {
  right: 0;
}
html[dir=rtl] .site-menu-sidebar-footer .localization-form__content {
  left: 0;
}
html[dir=ltr] .site-menu-sidebar-footer .localization-form__content {
  right: 0;
}
html[dir=rtl] .site-menu-sidebar-footer .localization-form__content {
  right: auto;
}
html[dir=ltr] .site-menu-sidebar-footer .localization-form__content {
  left: auto;
}
@media screen and (max-width: 374px) {
  .site-menu-sidebar-footer .localization-form__content {
    max-width: 100%;
  }
}

.search-block {
  padding: 1.875rem 0;
}
.search-block:not(:first-child) {
  border-top: 1px solid var(--color-borders-main);
}
.search-item:not(.cart-item) {
  display: block;
  margin-top: 0.75rem;
}
.search-item:not(.cart-item):first-of-type {
  margin-top: 1.125rem;
}
.search-item--blank {
  display: flex !important;
  align-items: center;
}
.search-item--blank:first-child {
  margin-top: 0 !important;
}
.search-item--blank:not(:first-child) {
  margin-top: 1.25rem;
}
.search-item--blank .content {
  margin-inline-start: 1.25rem;
}
.search-item--blank .thumbnail {
  width: 6.25rem;
  height: 6.875rem;
  background: var(--color-third-background-main);
}
.search-item--blank .title, .search-item--blank .caption {
  display: block;
  width: 11.25rem;
  background: var(--color-third-background-main);
  height: 20px;
  position: relative;
  overflow: hidden;
}
.search-item--blank .caption {
  width: 60%;
  margin-top: 10px;
}
.search-item--blank .thumbnail, .search-item--blank .title, .search-item--blank .caption {
  position: relative;
}
.search-item--blank .thumbnail:after, .search-item--blank .title:after, .search-item--blank .caption:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-secondary-background-main);
  content: "";
  animation: fill-progress 2s infinite;
}
html[dir=rtl] .search-item--blank .thumbnail:after, html[dir=rtl] .search-item--blank .title:after, html[dir=rtl] .search-item--blank .caption:after {
  right: 0;
}
html[dir=ltr] .search-item--blank .thumbnail:after, html[dir=ltr] .search-item--blank .title:after, html[dir=ltr] .search-item--blank .caption:after {
  left: 0;
}
.search-link {
  padding: 1.25rem 1.875rem;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}

#search-form-sidebar {
  width: 100%;
}

@keyframes fill-progress {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
#cart-recommendations-sidebar:not(:empty) {
  display: block;
  width: var(--sidebar-width);
  border-top: 1px solid var(--color-borders-main);
}
@media screen and (max-width: 474px) {
  #cart-recommendations-sidebar:not(:empty) {
    width: 100vw;
  }
}
#cart-recommendations-sidebar:not(:empty) ~ .cart-instructions {
  margin-top: 0 !important;
  border-top: 1px solid var(--color-borders-main) !important;
}

cart-recommendations .product-price--unit {
  font-size: 90%;
  display: block;
  opacity: 0.76;
}

html[dir=ltr] .site-menu-sidebar-footer .localization-form__content {
  left: 0;
  right: auto;
}