:root {
  --borders-corner-xs: 0.2rem;
  --borders-corner-s: 0.4rem;
  --borders-corner-m: 0.8rem;
  --borders-corner-l: 1.6rem;
  --borders-corner-rounded: 100rem;
  --borders-border-s: 0.1rem;
  --borders-border-m: 0.2rem;
  --button-icon-positioning: 1.2rem;
  --button-icon-spacing: 2.8rem;
  --button-base-padding: 1.6rem;
  --motion-functional-duration-s: 150ms;
  --motion-functional-duration-m: 300ms;
  --motion-functional-duration-l: 600ms;
  --spacers-c4: 0.4rem;
  --motion-emotional-easing-standard: cubic-bezier(0.88, 0.14, 0.12, 0.86);
  --motion-emotional-easing-decelerated: cubic-bezier(0, 0, 0.3, 1);
  --motion-emotional-easing-accelerated: cubic-bezier(0.4, 0.14, 1, 1);
  --motion-emotional-duration-s: 200ms;
  --motion-emotional-duration-m: 425ms;
  --motion-emotional-duration-l: 850ms;
  --motion-functional-easing-standard: cubic-bezier(0.66, 0, 0.2, 1);
  --motion-functional-easing-decelerated: cubic-bezier(0, 0, 0, 1);
  --motion-functional-easing-accelerated: cubic-bezier(1, 0, 1, 1);
  --motion-functional-duration-s: 150ms;
  --motion-functional-duration-m: 300ms;
  --motion-functional-duration-l: 600ms;

  --typography-footnote-font-family: "Farfetch Basis", "Helvetica Neue", Arial, sans-serif;
  --typography-footnote-font-size: 1.4rem;
  --typography-footnote-line-height: 1.285;
  --typography-caption-font-family: "Farfetch Basis", "Helvetica Neue", Arial, sans-serif;
  --typography-caption-font-size: 1.2rem;
  --typography-caption-line-height: 1.333;
  --spacers-c10: 1rem;
  --spacers-c12: 1.2rem;
  --spacers-c16: 1.6rem;
  --spacers-c24: 2.4rem;
  --spacers-c36: 3.6rem;
  --spacers-c48: 4.8rem;
  --spacers-l12: 1.2rem;
  --spacers-l16: 1.6rem;
  --typography-kicker-font-family: "Farfetch Basis", "Helvetica Neue", Arial, sans-serif;
  --typography-kicker-font-size: 1.6rem;
  --typography-kicker-line-height: 1.375;
  --typography-kicker-text-transform: uppercase;
  --colors-actions-secondary-enabled-icon: #222;
  --colors-actions-secondary-enabled-label: #222;
  --colors-actions-secondary-enabled-surface: #fff;
  --colors-actions-secondary-enabled-stroke: #222;
  --colors-actions-secondary-selected-icon: #222;
  --colors-actions-secondary-selected-label: #222;
  --colors-actions-secondary-selected-surface: #fff;
  --colors-actions-secondary-selected-stroke: #222;
  --colors-actions-secondary-hover-icon: #222;
  --colors-actions-secondary-hover-label: #222;
  --colors-actions-secondary-hover-surface: #f5f5f5;
  --colors-actions-secondary-hover-stroke: #222;
  --colors-actions-secondary-active-icon: #727272;
  --colors-actions-secondary-active-label: #727272;
  --colors-actions-secondary-active-surface: #f5f5f5;
  --colors-actions-secondary-active-stroke: #727272;
  --colors-actions-secondary-loading-icon: #727272;
  --colors-actions-secondary-loading-label: #727272;
  --colors-actions-secondary-loading-surface: #f5f5f5;
  --colors-actions-secondary-loading-stroke: #727272;
  --colors-actions-secondary-disabled-icon: #b6b6b6;
  --colors-actions-secondary-disabled-label: #b6b6b6;

  --swiper-navigation-size: 30px;
  --swiper-theme-color: #b6b6b6;


  --colors-actions-secondary-disabled-surface: #f5f5f5;
  --colors-actions-secondary-disabled-stroke: hsla(0, 0%, 100%, 0);
  --body-font-family: "Farfetch Basis", "Helvetica Neue", Arial, sans-serif;
  --body-font-size: 1.6rem;
  --body-line-height: 1.375;
  --heading-font-family: "Farfetch Basis", "Helvetica Neue", Arial, sans-serif;
  --heading-font-size: 26px;
  --heading-line-height: 1.27;
  --title-font-family: "Farfetch Basis", "Helvetica Neue", Arial, sans-serif;

  --typography-kicker-text-transform: uppercase;
  --typography-body-font-family: "Farfetch Basis", "Helvetica Neue", Arial, sans-serif;
  --typography-body-font-size: 1.6rem;
  --typography-body-line-height: 1.375;
  --typography-footnote-font-family: "Farfetch Basis", "Helvetica Neue", Arial, sans-serif;
  --typography-footnote-font-size: 1.4rem;
  --typography-footnote-line-height: 1.285;
  --colors-page-primary-enabled-surface: #fff;
  --colors-page-primary-enabled-text: #222;

  --typography-display-font-family: "Nimbus Sans Extended D", Helvetica, Arial, sans-serif;
  --typography-display-font-size: 3rem;
  --typography-editorial-font-size: 2.4rem;
  --typography-editorial-line-height: 1.1667;


  --typography-display-line-height: 1;
  --typography-display-text-transform: uppercase;
  --typography-display-font-weight: normal;
  --typography-editorial-font-family: "Nimbus Roman D", "Times New Roman", serif;

  --colors-actions-primary-enabled-icon: #fff;
  --colors-actions-primary-enabled-label: #fff;
  --colors-actions-primary-enabled-surface: #222;
  --colors-actions-primary-enabled-stroke: hsla(0, 0%, 100%, 0);
  --colors-actions-primary-hover-icon: #fff;
  --colors-actions-primary-hover-label: #fff;
  --colors-actions-primary-hover-surface: #727272;
  --colors-actions-primary-hover-stroke: hsla(0, 0%, 100%, 0);
  --colors-actions-primary-selected-icon: #fff;
  --colors-actions-primary-selected-label: #fff;
  --colors-actions-primary-selected-surface: #222;
  --colors-actions-primary-selected-stroke: hsla(0, 0%, 100%, 0);
  --colors-actions-primary-active-icon: #fff;
  --colors-actions-primary-active-label: #fff;
  --colors-actions-primary-active-surface: #b6b6b6;
  --colors-actions-primary-active-stroke: hsla(0, 0%, 100%, 0);
  --colors-actions-primary-loading-icon: #fff;
  --colors-actions-primary-loading-label: #fff;
  --colors-actions-primary-loading-surface: #b6b6b6;
  --colors-actions-primary-loading-stroke: hsla(0, 0%, 100%, 0);
  --colors-actions-primary-disabled-icon: #b6b6b6;
  --colors-actions-primary-disabled-label: #b6b6b6;
  --colors-actions-primary-disabled-surface: #f5f5f5;
  --colors-actions-primary-disabled-stroke: hsla(0, 0%, 100%, 0);
  --header-height: 122px;
  --typography-heading-font-family: "Farfetch Basis", "Helvetica Neue", Arial, sans-serif;
  --typography-heading-font-size: 2.2rem;
  --typography-heading-line-height: 1.27;
  --colors-general-text01: #222;
  --colors-general-text02: #727272;
  --colors-general-text03: #fff;
  --colors-general-icon01: #222;
  --colors-general-icon02: #fff;
  --typography-title-font-family: "Farfetch Basis", "Helvetica Neue", Arial, sans-serif;
  --typography-title-font-size: 2.8rem;
  --typography-title-line-height: 1.214;
}

@font-face {
  font-family: 'Nimbus Sans Extended D';
  src: url(../fonts/NimbusSansExtD-Bold.woff2) format('woff2'), url(../fonts/NimbusSansExtD-Bold.woff) format('woff');
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: 'Nimbus Roman D';
  src: url(../fonts/NimbusRomanD-Regular.woff2) format('woff2'), url(../fonts/NimbusRomanD-Regular.woff) format('woff');
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: 'Farfetch Basis';
  src: url(../fonts/FarfetchBasis-Regular.woff2) format('woff2'), url(../fonts/FarfetchBasis-Regular.woff) format('woff');
  font-display: swap;
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'Farfetch Basis';
  src: url(../fonts/FarfetchBasis-Bold.woff2) format('woff2'), url(../fonts/FarfetchBasis-Bold.woff) format('woff');
  font-display: swap;
  font-weight: 700;
  font-style: normal
}

html,
body {
  position: relative;
  height: 100%;
  font-family: var(--typography-body-font-family);
}

body {
  width: inherit;
  background: var(--colors-page-primary-enabled-surface);
  color: var(--colors-page-primary-enabled-text);
  font-size: var(--typography-body-font-size);
  line-height: var(--typography-body-line-height);
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  width: 100%;
  height: calc(4.4rem - 0.2rem);
  padding: 0;
  -webkit-padding-start: var(--spacers-c16);
  padding-inline-start: var(--spacers-c16);
  border-radius: var(--borders-corner-m);
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
  background-color: var(--colors-forms-primary-default-enabled-surface);
  font-family: var(--typography-body-font-family);
  font-size: var(--typography-body-font-size);
  line-height: var(--typography-body-line-height);
  color: var(--colors-forms-primary-default-enabled-label);
  -webkit-background-clip: text;
}

.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper>.widget,
.page-wrapper>.page-bottom,
.block.category.event,
.top-container,
.page-main {
  max-width: 144rem;
}

ul.compare.wrapper {
  display: none;
}


.actions.dropdown .dropdown {
  display: none;
}

.minicart-items .item-qty {
  padding: 0;
}

.checkout-index-index .header-left-wpt {
  display: none;
}

.actions.dropdown.active .dropdown {
  display: block;
  min-width: 170px;
  border-radius: 10px;
  padding: 10px;
  border-color: #f2f2f2;
  width: fit-content;
}

li.switcher-option {
  margin: 0;
  font-size: 14px;
}

.minicart-wrapper .block-minicart {
  border-color: #f2f2f2;
}

.minicart-wrapper .block-minicart:after {
  border-color: transparent transparent #f2f2f2 transparent;
}

.actions.dropdown .dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #f2f2f2;
  margin-top: 4px;
  min-width: 100%;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}

.actions.dropdown .dropdown:before {
  right: 10px;
  top: -12px;
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}

.actions.dropdown .dropdown:after {
  right: 9px;
  top: -14px;
  border: 7px solid;
  border-color: transparent transparent #f2f2f2 transparent;
  z-index: 98;
}

.actions.dropdown .dropdown:before,
.actions.dropdown .dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.block-search .action.search {
  top: 7px;
}

.toolbar.toolbar-products:last-child {
  justify-content: center;
}

.category-description {
  max-width: 140rem;
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
}

.page-products .page-title-wrapper {
  margin: 20px 0;
}

.header.content:before,
.header.content:after {
  content: unset;
}

.actions.dropdown.options.switcher-options {
  position: relative;
}



.block.block-search {
  order: 11;
  width: 100%;
}

a.logo {
  margin: 0;
  max-width: 100%;
}

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

.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart.active:hover:before,
.minicart-wrapper .action.showcart:active:before,
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart:hover:before {
  content: unset;
}

.minicart-wrapper,
.page-header .switcher {
  margin: 0;
}

.header-right-wpt>* {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

input#search {
  width: 100%;
  height: calc(4.4rem - 0.2rem);
  padding: 0 10px;
  border: none;
  font-size: var(--body-font-size);
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-background-clip: text;
}

.nav-search-section {

  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 142rem;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

a {
  color: #222;
  text-decoration: none;
}

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

a:hover {
  color: #727272;
}

.block.block-search {
  width: 100%;
}

.sections.nav-sections {
  margin: 0;
}

.topmenu a {
  padding: 10px;
  font-weight: 500;
  color: #222;
}

.topmenu a.active {
  font-weight: bold;
}

.topmenu a:hover {
  text-decoration: unset;
  background: #f5f5f5;
}

.title {
  line-height: var(--heading-line-height);
  font-size: var(--heading-font-size);
  font-family: var(--heading-font-family);
  font-weight: 500;
}

.content-text {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  padding: 5rem;
}

article.col.ltr-6md31k:hover {
  background: #e6e6e6;
}

.container.cold-weather-wpt {
  margin: 7.2rem 0;
}

.block.newsletter .actions {
  display: block;
  width: auto;
  width: 100%;
  margin-top: 10px;
}

.block.newsletter .field .control:before {
  content: unset;
}

.block.newsletter input {
  margin-right: 0;
  height: calc(4.4rem - 0.2rem);
  width: 100%;
  padding: 10px;
  width: 100%;
  height: calc(4.4rem - 0.2rem);
  border-radius: var(--borders-corner-m);
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
  background-color: var(--colors-forms-primary-default-enabled-surface);
  font-family: var(--typography-body-font-family);
  font-size: var(--typography-body-font-size);
  line-height: var(--typography-body-line-height);
  color: var(--colors-forms-primary-default-enabled-label);
  -webkit-background-clip: text;
}

.page-main>.page-title-wrapper .page-title {
  display: flex;
  justify-content: center;
  margin: 20px;
}

.action.primary,
.action-primary {
  background: #000;
  border: 1px solid #000;
}

p.ltr-vf644h-Kicker {
  text-transform: uppercase;
}

.page-products .page-main>.page-title-wrapper .page-title {
  display: flex;
  margin: 20px;
  justify-content: start;
  margin-left: 0;
}

.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.search.advanced,
.form.form-orders-search {
  min-width: unset;
  width: 100%;
}

.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.search.advanced,
.form.form-orders-search {
  min-width: unset;
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
}

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

.block.newsletter .action.subscribe {
  border: inherit;
  background: #000;
  border-radius: 7px;
}

.footer-link-col li {
  line-height: 1.375;
  min-height: 34px;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
}

.footer-link-col strong {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.375;
  display: flex;
}

footer.page-footer {
  padding: 2.4rem 0;
  background: #e6e6e6;
}

.page-wrapper>.page-bottom {
  width: 100%;
}

.ltr-19vnicl.d-flex.e11fw78d0 {
  gap: 20px;
}

article.col.ltr-6md31k {
  border: 1px solid #ccc;
  flex-flow: column;
  gap: 1.6rem;
  display: flex;
  position: relative;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  padding-inline-start: 1.6rem;
  padding-inline-end: 1.6rem;
  transition-property: background-color, border-color, color;
  transition-duration: var(--motion-functional-duration-m);
  transition-timing-function: var(--motion-functional-easing-decelerated);
  min-height: auto;
  height: auto;
  text-align: start;
}

.ltr-19vnicl.row.e11fw78d0 {
  gap: 20px;
}

.ltr-155r1hm {
  flex-flow: column;
  gap: 0.8rem;
  display: flex;
}

.ltr-1p0vtnm {
  font-size: 1.6rem;
  line-height: 1.375;
  text-transform: uppercase;
  margin: 0px;
  font-weight: normal;
}

strong.newsletter-footer-title {
  font-family: var(--typography-display-font-family);
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

p.ltr-4y8w0i-Body,
.ltr-c29tj9-Body {
  font-size: 1.6rem;
  line-height: 1.375;
}

.ltr-13afccv {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.footer-link-col ul.ltr-bs2tw1 {
  padding: 0;
  display: flex;
  gap: 20px;
}

.page-wrapper>.breadcrumbs strong,
.page-wrapper>.breadcrumbs a {
  font-family: var(--typography-footnote-font-family);
  font-size: var(--typography-footnote-font-size);
  line-height: var(--typography-footnote-line-height);
}

.page-products .column.main {
  width: 100%;
  float: none;
  padding: 0;
}

.columns .sidebar.sidebar-main {
  display: none;
}

.products-grid .product-item-inner {
  position: unset;
}

.product-item-infos {
  position: relative;
}

.product-item-actions .actions-secondary {
  position: absolute;
  top: 0;
  right: 0;
}


.product-item-name {
  font-family: var(--typography-body-font-family);
  font-size: var(--typography-body-font-size);
  line-height: var(--typography-body-line-height);
  margin: 0;
  text-align: center;
}

.product-item-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.widget .block-title {
  font-family: var(--typography-heading-font-family);
  font-size: var(--typography-heading-font-size);
  line-height: var(--typography-heading-line-height);
  color: var(--colors-page-primary-enabled-text);
}

.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {}

li.item.product.product-item:hover a.action.towishlist:before {
  color: #ddd;
}

.product.name a,
.abs-product-link>a:visited,
.product-item-name>a:visited,
.product.name a>a:visited {
  color: #000;
}

.product-item .price-box {
  margin: 0;
}

.product-item .price-box .price {
  font-family: var(--typography-body-font-family);
  font-size: var(--typography-body-font-size);
  line-height: var(--typography-body-line-height);
  font-weight: normal;
}

.product-item .price-box .price-label {
  display: none;
}

.product-item .old-price span.price {
  text-decoration: line-through;
}

.block.widget .products-grid .product-item .product-item-inner,
.page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
.page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
}

.toolbar .sorter-action {
  display: none;
}

[data-content-type='row'][data-appearance='contained'] {
  max-width: 140rem;
}

.toolbar select {
  background-color: transparent;
  box-shadow: none;
}

.panel.wrapper {
  background: #000;
  color: #fff;
  height: 30px;
  line-height: 30px;
}

.panel.header ul.header.links {
  display: none !important;
}

.panel.header {
  padding: 0;
  max-width: 140rem;
  margin: 0 auto;
}

.topbar {
  text-align: center;
  font-size: 1.4rem;
}

.block.widget.block-products-list.grid .block-title {
  margin-bottom: 40px;
}


.header.panel>.header.links>li.welcome,
.header.panel>.header.links>li>a {
  line-height: 30px;
}

h1 {
  font-family: var(--typography-display-font-family);
  font-size: 2.5rem;
  line-height: var(--typography-display-line-height);
  font-weight: var(--typography-display-font-weight);
  text-transform: var(--typography-display-text-transform);
  margin: 0;
  color: var(--colors-content-primary-enabled-label);
  word-break: break-word;
}

button {
  font-family: var(--typography-body-font-family);
  font-size: var(--typography-body-font-size);
  line-height: var(--typography-body-line-height);
  position: relative;
  border-radius: var(--borders-corner-m);
  cursor: pointer;
  font-weight: bold;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: var(--colors-actions-primary-enabled-surface);
  border: var(--borders-border-s) solid var(--colors-actions-primary-enabled-stroke);
  color: var(--colors-actions-primary-enabled-label);
  transition-property: background-color, border-color, opacity, color;
  transition-duration: var(--motion-functional-duration-m);
  transition-timing-function: var(--motion-functional-easing-decelerated);
}

button:hover:not(:active):not([aria-disabled="true"]) {
  background-color: var(--colors-actions-primary-hover-surface);
  border: var(--borders-border-s) solid var(--colors-actions-primary-hover-stroke);
  color: var(--colors-actions-primary-hover-label);
}

strong.block-subtitle.filter-subtitle {
  display: none;
}

.left-popup .modal-inner-wrap {
  right: auto;
  height: 100% !important;
  margin: 0 !important;
  max-height: 100% !important;
  max-width: 420px;

}

.left-popup.modal-popup._show {
  animation-name: drawerContainerEntry-leftAnchorTo;
  animation-timing-function: var(--motion-emotional-easing-decelerated);
  animation-duration: var(--motion-functional-duration-m);
  animation-fill-mode: forwards;
}

.column.main .filter {
  display: none;
}

button.wihte {

  font-family: var(--typography-body-font-family);
  font-size: var(--typography-body-font-size);
  line-height: var(--typography-body-line-height);
  position: relative;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: var(--borders-corner-m);
  cursor: pointer;
  padding: 0;
  font-weight: bold;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: var(--colors-actions-secondary-enabled-surface);
  border: var(--borders-border-s) solid var(--colors-actions-secondary-enabled-stroke);
  color: var(--colors-actions-secondary-enabled-label);
  transition-property: background-color, border-color, opacity, color;
  transition-duration: var(--motion-functional-duration-m);
  transition-timing-function: var(--motion-functional-easing-decelerated);
  min-height: 4.4rem;
  min-width: 4.4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: var(--button-base-padding);
  padding-right: var(--button-base-padding);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;

}

.toolbar:before,
.toolbar:after {
  content: unset;
}

p#toolbar-amount {
  flex: 1;
}

.toolbar.toolbar-products {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 121px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  background-color: var(--colors-page-primary-enabled-surface);
  padding-block: var(--spacers-c16, 1.6rem);
  width: 100%;
}

.container.footer-newsletter {
  margin: var(--spacers-l72, 7.2rem) 0;
  padding: 0;
}


header.page-header {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  left: 0;
  background-color: var(--colors-page-primary-enabled-surface);
  z-index: 200;
  -webkit-transition: -webkit-transform var(--motion-emotional-duration-s) ease-in-out;
  transition: transform var(--motion-emotional-duration-s) ease-in-out;
}

.nav-sections,
.navigation {
  background: transparent;
}

.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-wishlist .block-title strong,
.widget .block-title strong {
  font-size: inherit;
}


.products-grid .stock.available {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: bold;
}


.product-item-inners {
  display: none;
}



.product-item-details {
  margin: 20px 0 0;
}

li.item.product.product-item:hover .product-item-inners {
  display: block;
}


li.item.product.product-item:hover .product-item-name {
  display: none;
}

li.item.product.product-item:hover .price-box {
  display: none;
}

select.product-custom-option {
  box-sizing: border-box;
  width: 100%;
  height: 4.4rem;
  overflow: hidden;
  padding-right: var(--spacers-c12);
  padding-left: var(--spacers-c16);
  display: grid;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: auto 1fr;
  grid-auto-flow: column;
  grid-gap: var(--spacers-c6);
  border: 1px solid #ccc;
  border-radius: var(--borders-corner-m);
  color: var(--colors-forms-primary-default-enabled-label);
  cursor: pointer;
  background-color: var(--colors-forms-primary-default-enabled-surface);
  padding-left: 10px;
}

.minicart-items li.item.product.product-item:hover .product-item-name {
  display: block;
}

.minicart-items li.product-item:hover a.product-item-photo img:first-child {
  display: block;
}

.product-add-form .product-options-wrapper .field .control {
  width: 100%;
}

.acc-title {
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.2rem;
}

.acc-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: inherit;
  color: #000;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}


.acc-title.active:after {
  content: '\e621';
}

.acc-title.active {
  border-bottom: none;
}

.acc-title>div {
  width: 100%;
  cursor: pointer;
}

.acc-content {
  border-bottom: 1px solid #e6e6e6;
  overflow: auto;
  padding: var(--spacers-c12) 0 4.8rem;
  transition: opacity var(--motion-functional-duration-m) var(--motion-functional-easing-standard);
  opacity: 1;
}

.acc-title h4 {
  font-family: var(--typography-kicker-font-family);
  font-size: var(--typography-kicker-font-size);
  line-height: var(--typography-kicker-line-height);
  text-transform: var(--typography-kicker-text-transform);
  max-width: 100%;
  overflow: hidden;
  padding-right: var(--spacers-c12);
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  margin: 1rem 0;
}

.swiper.bigbanner img {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.ltr-1nx32ri-Caption-CaptionBold {
  font-family: var(--typography-caption-font-family);
  font-size: var(--typography-caption-font-size);
  line-height: var(--typography-caption-line-height);
  font-weight: bold;
}

.ltr-h7op5a {
  font-family: var(--typography-body-font-family);
  font-size: var(--typography-body-font-size);
  line-height: var(--typography-body-line-height);
  transition-property: background-color, color;
  transition-duration: var(--motion-functional-duration-m);
  transition-timing-function: var(--motion-functional-easing-decelerated);
  background-color: var(--colors-content-primary-enabled-surface);
  fill: var(--colors-content-primary-enabled-icon);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: var(--spacers-c12);
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
  border: none;
  color: var(--colors-content-primary-enabled-label);
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: left;
  font-family: var(--typography-caption-font-family);
  font-size: var(--typography-caption-font-size);
  line-height: var(--typography-caption-line-height);
}

.ltr-l4pfdo-Caption {
  font-family: var(--typography-caption-font-family);
  font-size: var(--typography-caption-font-size);
  line-height: var(--typography-caption-line-height);
}

.ltr-8dlyyg {
  width: 100%;
  list-style-type: none;
  padding: 0;
}

.ltr-hws9em {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0;
  color: var(--colors-general-text02);
  margin-top: var(--spacers-c16);
  margin-bottom: var(--spacers-c16);
}

.product.info.detailed {
  margin-top: 4rem;
}

.products-grid .product-item-actions {
  margin: 0;
}

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
  z-index: unset;
}

li.item.product.product-item {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}

.page-products .product-item-info {
  width: 100%;
  text-align: center;
}

.page-layout-1column .product.media {
  width: calc(66.6667% - 3.6rem);
  margin-left: 1.8rem;
  margin-right: 1.8rem;
}

.page-layout-1column .product-info-main {
  width: calc(33.3333% - 3.6rem);
  margin-left: 1.8rem;
  margin-right: 1.8rem;
}

.ltr-1kklpjs {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: var(--spacers-l12);
}

.ltr-1kklpjs>:nth-of-type(n + 1) {
  grid-column: span 6;
}

.ltr-1c58b5g>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ltr-1w2up3s {
  max-width: 100%;
  height: auto;
}

.product-info-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.product-info-main .page-title-wrapper h1 {
  font-family: var(--typography-body-font-family);
  font-size: var(--typography-body-font-size);
  line-height: var(--typography-body-line-height);
  background-color: transparent;
  cursor: pointer;
  transition-property: color, text-decoration;
  transition-duration: var(--motion-functional-duration-s);
  transition-timing-function: var(--motion-functional-easing-standard);
  color: var(--colors-actions-ghost-dark-enabled-label);
  font-family: var(--typography-heading-font-family);
  font-size: var(--typography-heading-font-size);
  line-height: var(--typography-heading-line-height);
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
}

.product-info-main .product.attribute.overview {
  margin-top: 0;
}

.box-tocart .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

div#instant-purchase {
  width: 100%;
}

.box-tocart .action.tocart {
  margin: 0;
  padding: 9px;
  width: 70%;
  background: #000;
  font-size: 1.6rem;
  color: #fff;
  border-color: #000;
}

.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-family: var(--typography-heading-font-family);
  font-size: var(--typography-heading-font-size);
  line-height: var(--typography-heading-line-height);
  font-weight: normal;
}

.product-info-main .product-info-price {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: none;
}

p._bdc4ef.ltr-1ri59hw-Display {
  padding: 0;
  width: 100%;
  text-align: center;
}

._eb25ab {
  display: block;
  line-height: 0;
  position: relative;
  width: 100%;
}

.container.department .row {
  gap: 20px;
}

ul.ltr-xjaame {
  list-style: none;
  display: inline-flex;
  align-items: start;
  justify-content: start;
  align-items: center;
  margin: 0;
  flex-wrap: wrap;
}

ul.ltr-xjaame li {
  margin-top: 20px;
  padding: 10px;
}

.container.department h3 {
  text-align: center;
  font-family: var(--typography-title-font-family);
  font-size: var(--typography-title-font-size);
  line-height: var(--typography-title-line-height);
  font-weight: normal;
}

.block.widget.block-products-list.grid .block-title {
  margin-bottom: 40px;
  text-align: center;
}

span.price-label {
  display: none !important;
}

.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: normal;
  display: none;
}

.box-tocart .field.qty {
  display: flex;
  align-items: center;
  gap: 10px;
}

.box-tocart .input-text.qty {
  height: 4rem;
  padding: 0;
}

.product-info-main .product-info-price .price-box {
  display: flex;
}

.product-info-main .product-info-price .price-box span.old-price .price {
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 1.6rem;
}

.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #000;
}

.ltr-1ri59hw-Display {
  font-family: var(--typography-display-font-family);
  font-size: var(--typography-display-font-size);
  line-height: var(--typography-display-line-height);
  font-weight: var(--typography-display-font-weight);
  text-transform: var(--typography-display-text-transform);
  position: absolute;
  z-index: 1;
  text-align: center;
  color: #ffffff;
  pointer-events: none;
  word-break: break-word;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

._d976b5._f6155d {
  position: relative;
}

.ltr-9lztte {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity var(--motion-functional-duration-m) var(--motion-functional-easing-accelerated);
  transition: opacity var(--motion-functional-duration-m) var(--motion-functional-easing-accelerated);
  transition-delay: var(--motion-functional-duration-s);
}

.product-info-main .product-info-stock-sku {
  float: none;
  display: inline-flex;
  padding: 0;
  flex-direction: column;
  justify-content: start;
  align-items: baseline;
}

.fieldset>.field>.label,
.fieldset>.fields>.field>.label {
  font-weight: normal;
}

.product-info-main .product-add-form {
  padding-top: 0;
}

.block.newsletter .field.newsletter {
  max-width: 300px;
  width: 100%;
}

button.wihte:hover {
  background: transparent !important;
  border-color: #000 !important;
  color: #000 !important;
}

.filter-options-content a:hover {
  background: transparent;
}

.box-tocart .actions a.action.towishlist {
  border: 1px solid #000;
  padding: 5px 10px;
  border-radius: 8px;
  height: 4rem;
  display: flex;
  max-width: 30%;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 0;
}

.link.wishlist .counter:before,
.link.wishlist .counter:after {
  content: unset;
}

.ltr-cq35i5 {
  display: flex;
}

.ltr-8gbn9h-Heading-HeadingBold {
  font-family: var(--typography-heading-font-family);
  font-size: var(--typography-heading-font-size);
  line-height: var(--typography-heading-line-height);
  font-weight: bold;
}

.ltr-description-Body {
  font-family: var(--typography-body-font-family);
  font-size: var(--typography-body-font-size);
  line-height: var(--typography-body-line-height);
}

.ltr-2pfgen-Body-BodyBold {
  font-family: var(--typography-body-font-family);
  font-size: var(--typography-body-font-size);
  line-height: var(--typography-body-line-height);
  font-weight: bold;
}

.ltr-fzg9du ul {
  padding-left: var(--spacers-c16);
}

.topmenus {
  display: flex;
}

.topmenus ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

ul.sw-megamenu-pro a.active {
  font-weight: bold !important;
}

.header-left-wpt {
  display: flex;
  align-items: center;
}

.topmenus li {
  margin: 0;
  padding: 0;
}


.topmenus li a {
  padding: 10px;
}

.topmenus li a.active {
  font-weight: bold;
}
.topmenus li a:hover {
  background: #e9e7e7;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) {
  .header-right-wpt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    max-width: 270px;
  }

  div#store\.menu .topmenus {
    display: none;
  }


  .hide-pc {
    display: none;
  }

  .nav-search-section-wpt {
    position: -webkit-sticky;
    position: sticky;
    top: 63px;
    left: 0;
    background-color: var(--colors-page-primary-enabled-surface);
    z-index: 11;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
  }
}

.bigbanner {
  max-width: 100%;
  overflow: hidden;
}

.checkout-index-index button.ltr-14262k3.hide-pc {
  display: none;
}

.switcher-option a {
  color: #000;
}

.switcher-option img {
  max-width: 16px;
}

button.qty-control {
  height: 4rem;
  background: transparent;
  color: #000;
  border: 1px solid #c2c2c2;
  border-radius: 0;
}

.box-tocart .input-text.qty {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

a[data-zoom-id] img,
.mz-thumb img {
  padding-bottom: 0 !important;
  border: 2px solid #ccc !important;
}

.filter-options-title {
  font-family: var(--typography-kicker-font-family);
  font-size: var(--typography-kicker-font-size);
  line-height: var(--typography-kicker-line-height);
  text-transform: var(--typography-kicker-text-transform);
  max-width: calc(100% -(var(--spacers-c12) + var(--spacers-c24)));
  overflow: hidden;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

a:visited,
.alink:visited {
  color: #000;
  text-decoration: none;
}

.filter-options-item {
  border-bottom: 1px solid #f2f2f2;
}

div#switcher-customer-welcome-trigger,
div#switcher-currency-trigger,
.link.wishlist a,
.minicart-wrapper .action.showcart {
  padding: 5px;
  display: flex;
}

div#switcher-customer-welcome-trigger:hover,
div#switcher-currency-trigger:hover,
.link.wishlist a:hover,
.minicart-wrapper .action.showcart:hover {
  background: #e6e3e3;
  border-radius: 5px;

}

ul.ltr-bs2tw1 li a {
  padding: 5px;
  display: flex;
  align-items: center;
}

ul.ltr-bs2tw1 li a:hover {
  background: #ccc;
  border-radius: 5px;
  padding: 5px;
}

.modal-popup .modal-title {
  border-bottom: 1px solid #f2f2f2;
  word-wrap: break-word;
  font-family: var(--typography-heading-font-family);
  font-size: var(--typography-heading-font-size);
  line-height: var(--typography-heading-line-height);
  overflow: hidden;
  color: var(--colors-modality-primary-enabled-label);
  text-overflow: ellipsis;
  white-space: nowrap;
}

button.qty-control:not(.primary):active,
button.qty-control:hover {
  background: transparent !important;
  box-shadow: none;
  color: #000;
  border: 1px solid #c2c2c2;
}

.filter-options-content .item a {
  background: url(../images/checkhover.svg) no-repeat 0;
  background-size: 22px !important;
  padding-left: 30px !important;
}

button.filter-modal.wihte {
  height: 4rem;
  padding: 0 15px;
  min-height: unset;
}

.minicart-items .product-image-wrapper:hover {
  border-color: #000;
}

.field.choice:not(.newsletter) {
  display: none;
}

.minicart-items .product-image-wrapper img {
  display: block;
}

.minicart-items .product-image-wrapper {
  border: 1px solid #ccc;
  margin-bottom: 2px;
}

.filter-options-content .item a:hover {
  background: url(../images/check.svg) no-repeat 0;
}


.filter-options-content .item a.amshopby-link-selected {
  background: url(../images/checked.svg) no-repeat 0;
}

.MagicToolboxSelectorsContainer .mt-thumb-switcher.active-selector img {
  -webkit-filter: unset !important;
  filter: unset !important;
  border-color: #000 !important;
}

.box-tocart .actions a.action.towishlist:hover {
  background: #ccc;
  color: #000;
  text-decoration: unset;
}

div#switcher-currency ul.dropdown.switcher-dropdown {
  min-width: 130px;
}

button.qty-control:hover:not(:active):not([aria-disabled="true"]) {
  color: #000;
  border: 1px solid #c2c2c2;
}

.box-tocart .control {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.action.primary:hover,
.action-primary:hover {
  background-color: #333;
  border-color: #333;
}

.action.primary,
.action-primary {
  background-color: #000;
  border-color: #000;
}

@media only screen and (max-width: 768px) {
  .sw-megamenu.navigation li.ui-menu-item>.open-children-toggle {
    width: 70%;
  }

  .header-left-wpt .topmenus {
    display: none;
  }


  .page-layout-1column .block.widget .products-grid .product-item {
    margin-bottom: 10px;
  }

  .footer-link-col li a,
  .footer-link-col li {
    font-size: 1.5rem;
    color: #575353;
  }

  .header-right-wpt {
    display: flex;
    align-items: center;
    flex: 1;
    max-width: 30%;
  }

  .header-center-wpt {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .topbar {
    max-width: 100%;
    overflow: hidden;
  }

  .logo img {
    max-width: 140px;
    width: auto;
  }

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

  .page-products .columns {
    padding-top: 0;
  }

  li.item.product.product-item {
    margin-bottom: 10px;
    padding: 5px;
  }

  .page-products .page-title-wrapper {
    margin: 20px 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .product-info-media {
    margin-top: 20px;
  }

  .container.footer-newsletter {
    margin-bottom: 0;
  }

  .hide-mb {
    display: none;
  }

  .opc-estimated-wrapper {
    margin: 0 auto;
  }

  .osc-authentication-wrapper {
    width: 100%;
    display: block;
    float: left;
    padding: 0;
    margin: 20px 0;
  }

  div#checkoutSteps .mp-left {
    width: 100% !important;
  }

  div#checkoutSteps .mp-right {
    width: 100% !important;
  }

  .page-main>.page-title-wrapper .page-title {
    font-size: 2.2rem;
  }

  .block-search .control {
    margin: 0;
    height: 7rem;
    border: none;
  }

  .navigation {
    margin-top: 30px;
  }

  .block-search .label.active+.control input {
    position: absolute;
  }

  input#search {
    left: 0;
    border: 1px solid #ccc;
    position: unset;
  }

  .nav-search-section .block.block-search {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 11;
    top: 84px;
    background: #fff;
    padding: 10px;
    width: 100%;
  }

  .stick .nav-search-section .block.block-search {

    top: 54px;

  }

  .link.wishlist a a.action.showcart {
    color: #000;
  }

  a.action.showcart svg {
    fill: #000 !important;
  }

  .link.wishlist svg {
    fill: #000 !important;
  }

  .block-search .label {
    display: none;
  }

  .block-search .control {
    margin: 0;
  }


  .left-popup.modal-slide {
    left: 0;
  }

  .filter-options {
    display: block;
  }

  .container.department .col {
    flex: 0 0 auto;
    width: 100%;
  }

  .header-left-wpt {
    display: inline-flex;
    align-items: center;
    max-width: 25%;
    width: 25%;
  }

  .header-left-wpt .topmenu {
    display: none;
  }

  .header-right-wpt div#switcher-customer-welcome,
  .header-right-wpt div#switcher-currency {
    display: none;
  }

  .header-center-wpt {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 50%;
    width: 50%;
  }

  .header-right-wpt {
    display: flex;
    align-items: center;

    justify-content: end;
    max-width: 25%;
    width: 25%;
  }


  .header-right-wpt>* {
    width: 40px;
    height: 40px;

  }

  button.ltr-14262k3 {
    height: auto;
    border: none !important;
    background-color: transparent !important;
    display: flex;
  }

  .content-text {
    padding: 3rem;
  }

  .container.cold-weather-wpt button {
    width: 100%;
    background: transparent;
    border-color: #000;
    color: #000;
  }

  .nav-toggle {
    position: unset;
  }

  .footer-linkss ul.ltr-1w59fu7 {
    display: none;
  }

  .footer-linkss .ltr-92qs1a.active ul.ltr-1w59fu7 {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 10px;
  }

  .footer.content {
    padding: 10px 5px;
  }

  .footer-link-col strong {
    width: 100%;
    line-height: 3rem;
    font-weight: normal;
    text-transform: uppercase;
    flex: 1;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
  }

  .footer-link-col strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: inherit;
    color: #000;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }

  .ltr-92qs1a.active strong:after {
    content: '\e621';
  }


  .page-layout-1column .product.media {
    width: 100%;
    margin: 0;
  }

  .page-layout-1column .product-info-main {
    width: 100%;
    margin: 0;
  }

  .product-info-media {
    gap: 20px;
  }

  .product-info-price>* {
    padding-left: 10px;
  }

  .product-info-main .product-info-stock-sku {
    padding-left: 10px;
  }

  .box-tocart .actions a.action.towishlist {
    height: 4rem;
    flex: 1;
  }

  .box-tocart .actions {
    gap: 10px;
  }

  .product.info.detailed {
    margin-top: 0;
  }

  .box-tocart .action.tocart {
    flex: 2;
  }

  .nav-open .nav-toggle:after {
    width: 54px;
  }

  .nav-search-section .block.block-search {
    display: none;
  }

  .page-header {
    margin-bottom: 0;
  }

  .nav-toggle:before {
    color: #000;
    font-size: 24px;
  }

  .block.newsletter .field.newsletter {
    max-width: 100%;
  }

  .page-products .sorter {
    position: unset;
  }

  p#toolbar-amount {
    text-align: center;
  }

  .toolbar.toolbar-products {
    top: 65px;
  }

  .products-grid .product-item-info {
    position: relative;
  }

  .nav-sections-item-content {
    margin-left: 0;
    margin-top: 0;
  }

  ul.ltr-xjaame li {
    margin: 0;
  }

  .ltr-194u1uv-Heading {
    font-family: var(--typography-heading-font-family);
    font-size: 1.6rem;
    line-height: var(--typography-heading-line-height);
  }

  div#customer3 ul {
    list-style: none;
    padding: 0;
  }

  div#customer3 {
    padding: 15px;
  }

  .nav-sections .switcher:last-child,
  .nav-sections .switcher {
    border-color: #f2f2f2;
    font-weight: normal;
    padding-left: 15px;
  }

  div#switcher-currency-trigger-nav span.hide-pc {

    font-family: var(--typography-heading-font-family);
    font-size: 1.6rem;
    line-height: var(--typography-heading-line-height);
    font-weight: normal;
    padding: 0;
    text-transform: capitalize;
  }

  li.border_login a {
    border: 1px solid #000;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    height: 4rem;
    background: #000;
    color: #fff;
  }

  li.border_account a {
    border: 1px solid #000;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    height: 4rem;
    color: #000;
  }

  div#switcher-currency-nav .actions.dropdown .dropdown:before,
  div#switcher-currency-nav .actions.dropdown .dropdown:after {
    content: unset;
  }

  div#store\.links {
    display: none;
  }

  div#switcher-currency-nav .actions.dropdown.active .dropdown {
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: unset;
  }

  div#switcher-currency-nav .nav-sections .switcher {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .block-title.filter-title {
    display: none;
  }

  div#switcher-currency-trigger-nav {
    display: flex;
    gap: 20px;
  }

  .navigation .level0>.level-top {
    font-family: var(--typography-heading-font-family);
    font-size: 1.6rem;
    line-height: 1.375;
    font-weight: normal;
    padding: 12px 40px 12px 15px;
    color: #333;
    text-transform: unset;
  }

  .container.homeproduct {
    padding: 0;
  }

  .topmenus {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .navigation .level0 {
    border-top: 1px solid #f2f2f2;
    font-size: 1.6rem;
  }

  .topmenus a {
    font-family: var(--typography-kicker-font-family);
    font-size: var(--typography-kicker-font-size);
    line-height: var(--typography-kicker-line-height);
    text-transform: var(--typography-kicker-text-transform);
    min-width: fit-content;
    padding-top: 1.8rem;
    padding-bottom: var(--spacers-c4);
    display: inline-block;
    border: none;
    outline: none;
    color: var(--colors-navigation-primary-enabled-label);
    cursor: pointer;
    padding-inline-end: var(--spacers-c8);
    padding-inline-start: var(--spacers-c8);
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
  }

  .topmenus a.active {
    border-bottom: 2px solid #000;
    margin-bottom: 0px;
    text-decoration: unset;
  }

  .navigation li.level0:last-child {
    border-bottom: none;
  }

  .sw-megamenu.navigation li.ui-menu-item>a {
    position: unset;
    width: fit-content;
    display: block;
  }
}

.page-wrapper>.breadcrumbs,
.page-wrapper>.top-container,
.page-wrapper>.widget {
  margin: 0 auto;
  padding: 15px;
}

picture.ltr-1fuafqq:hover {
  overflow: hidden;
}

picture.ltr-1fuafqq:hover img {
  transform: scale(1.1);
  transition: transform 2s cubic-bezier(.25, .46, .45, .94);
}

.onestepcheckout-index-index .page-wrapper .page-header {
  display: flex !important;

}

.page-layout-1column .block.widget .products-grid .product-item {
  border: 1px solid #f2f2f2;
  padding: 10px;
}

.onestepcheckout-index-index .header-right-wpt {
  display: none;
}

.onestepcheckout-index-index .header.content {
  display: flex;
  justify-content: center;
}

picture.ltr-1fuafqq img {
  display: block;
  text-align: center;
  margin: 0 auto;
}

small.copyright {
  background: #e6e6e6;
  color: #000;
  text-align: left;

}

.sw-megamenu-pro {
  display: none;
}

.sw-megamenu-pro.active {
  display: block;
}

li.product-item a.product-item-photo img:last-child {
  display: none;
}

li.product-item a.product-item-photo img:first-child {
  display: block;
  text-align: center;
  margin: 0 auto;
}

li.product-item:hover a.product-item-photo img:last-child {
  display: block;
  text-align: center;
  margin: 0 auto;
}

li.product-item:hover a.product-item-photo img:first-child {
  display: none;
}


.container.d-flex.footer-linkss .row {
  justify-content: space-between;
  width: 100%;
}

small.copyright span {
  max-width: 140rem;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.create-account-text.text-center {
  width: 100%;
  display: flex;
  margin: 20px 0;
}

picture.ltr-1fuafqq {
  overflow: hidden;
}

.minicart-items .product-item-details {
  display: block;
}

.checkout-index-index .nav-search-section-wpt {
  display: none;
}

.minicart-items .product-item-name {
  text-align: left;
}

.minicart-wrapper .action.showcart .counter.qty {
  text-shadow: none;
  position: absolute;
  left: 13px;
  background: transparent;
  color: #000;
  font-size: 12px;
}


.back-top {
  position: fixed;
  right: 15px;
  cursor: pointer;
  bottom: 200px;
  z-index: 2;
  display: none;
}

.back-top span.iconfont.icon-right {
  width: 50px;
  height: 50px;
  background: #e9e9e9;
  padding: 0;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 50px;
}

.back-top span.iconfont.icon-right:after {
  content: '\e621';
  font-family: 'luma-icons';
  font-size: 15px;
  font-weight: 400;
}

.actions-secondary {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 0;
}

.page-products .product-item-info {
  position: relative;
}

.actions-secondary {
  font-size: 0;
}

.sw-megamenu.navigation li.level0.fullwidth .submenu a,
.sw-megamenu.navigation li.level0.staticwidth .submenu a,
.sw-megamenu.navigation li.level0.fullwidth .submenu li.level1>a,
.sw-megamenu.navigation li.level0.staticwidth .submenu li.level1>a {
  font-weight: normal;
  color: #000;
  text-transform: unset;
}

@media (min-width: 769px),
print {
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 4);
    text-align: center;
  }



  .logo img {
    width: 250px;
    max-width: 250px;
  }

  .block-search .control {
    height: 4.4rem;
    border: var(--borders-border-s) solid #727272;
    border-radius: var(--borders-corner-m);
    background-color: #fff;
    position: relative;
    box-shadow: inset 0 0 0 var(--borders-border-s) transparent;
    -webkit-transition: box-shadow var(--motion-functional-duration-m) var(--motion-functional-easing-standard);
    transition: box-shadow var(--motion-functional-duration-m) var(--motion-functional-easing-standard);
  }

  .help-bar.container .col {
    flex: 1 0 0%;
    width: auto;
  }

  .block.block-search {
    max-width: 300px;
    width: 100%;
  }

  .sections.nav-sections {
    margin: 0;
    max-width: calc(100% - 320px);
    gap: 20px;
    display: flex;
    width: 100%;
  }

  .sw-megamenu.navigation li.level0.fullwidth:hover>.submenu,
  .sw-megamenu.navigation li.level0.staticwidth:hover>.submenu {

    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }

  .navigation .level0 .submenu {
    position: fixed;
    top: auto;
  }

  .breadcrumbs a:visited,
  .breadcrumbs a,
  .breadcrumbs a:active {
    color: #222;
  }

  body.stick .navigation .level0 .submenu {
    top: 120px;
  }

  .navigation .level0>.level-top {
    padding: 0;
    padding-right: 20px;
  }

  .navigation ul {
    padding: 0;
  }

  .navigation {
    font-weight: normal;
  }

  .navigation .level0 .submenu {
    border: none;
    border-top: 1px solid #f2f2f2;
    box-shadow: none
  }

}

.page-products .sidebar-additional {
  display: none;
}

  
.pages .item {
    width: 40px;
    height: 40px;
    background: #f2f2f2;
    line-height: 40px;
    font-size: 14px;
    border-radius: 3px;
}
 

.pages .action {
    border: none;
    box-shadow: none;
    background: transparent;
    text-align: center;
    margin: 0 auto !important; 
}
 
.pages strong.page {
    background: transparent;
    color: #000;
    font-size: 14px;
}

.pages a.page {
    color: #000;
}.mz-expand .mz-image-stage > figure {
    overflow: initial !important;
}
.pages-item-previous,
.pages-item-next {
    position: unset;
}.products.wrapper~.toolbar-products .pages {
    margin: 0;
}.page-products .toolbar .limiter {
    display: flex;
    align-items: center;
}    .pages .pages-items {
        display: flex;
       
    }span.limiter-text {
    display: none;
}

.payment-method .payment-method-title.field.choice {
    display:block
}
