

/* Start:/local/templates/main/css/style.css?1740648598143391*/
@charset "UTF-8";
/* CSS Document */
/*
// Загрузка шрифта
@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: local("Inter Light"),
	url(/local/templates/main/css/../fonts/Inter-LightBETA.ttf) format("ttf"),
	url(/local/templates/main/css/../fonts/Inter-LightBETA.woff) format("woff"),
	url(/local/templates/main/css/../fonts/Inter-LightBETA.woff2) format("woff2")
}

@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Inter Regular"),
	url(/local/templates/main/css/../fonts/Inter-Regular.ttf) format("ttf"),
	url(/local/templates/main/css/../fonts/Inter-Regular.woff) format("woff"),
	url(/local/templates/main/css/../fonts/Inter-Regular.woff2) format("woff2")
}
@font-face {
	font-family: Lora;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Lora Regular"),
	url(/local/templates/main/css/../fonts/Lora-Regular.ttf) format("ttf"),
	url(/local/templates/main/css/../fonts/Lora-Regular.woff) format("woff"),
	url(/local/templates/main/css/../fonts/Lora-Regular.eot) format("eot")
}*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

html, body {
  height: 100%;
  font-family: Inter, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 20rem;
  position: relative;
  text-rendering: optimizeLegibility;
}

body, input, textarea {
  font-family: Inter, sans-serif;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
}

ol {
  list-style-position: inside;
}

.content {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 6.125rem;
}
.content.max {
  max-width: 100%;
}
.content.visible {
  overflow: visible;
}

.relative {
  position: relative;
}

.u-link {
  border-bottom: 1px solid #d8d5d5;
  position: relative;
  color: #3a2e2c;
}
.u-link:hover {
  border-bottom: 1px solid #1F3188;
  color: #1F3188;
}

.bg-light-gray {
  background: #efecf0;
}

.bg-white {
  background: #fff;
}

.bg-cream {
  background: #ece4d6;
}

.c-red {
  color: #c60a00;
}
.c-red .arrow {
  border-color: #c60a00;
}

.h1 {
  font-family: Inter, sans-serif;
  font-size: 4.5em;
  font-weight: 100;
  line-height: 130%;
}

.h2 {
  font-family: Inter, sans-serif;
  font-size: 2.5em;
  font-weight: 100;
  line-height: 130%;
}

.h3 {
  font-family: Inter, sans-serif;
  font-size: 2em;
  font-weight: 100;
  line-height: 130%;
}

.h4 {
  font-family: Inter, sans-serif;
  font-size: 1.4em;
  font-weight: 100;
  line-height: 130%;
}

.big-title {
  font-size: 4.5em;
  font-weight: 100;
}

.title {
  font-size: 2em;
}

.title2 {
  font-size: 2.5em;
}

.flex {
  display: flex;
}

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

.jc-sb {
  justify-content: space-between;
}

.va-m {
  vertical-align: middle;
  align-items: center;
}

.va-b {
  vertical-align: bottom;
  align-items: flex-end;
}

.ta-r {
  text-align: right;
}

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

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

.w100 {
  width: 100%;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-80 {
  margin-bottom: 80px;
}

.btn {
  padding: 5px 8px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.2em;
  color: white;
  border: 2px solid white;
}
.btn:hover {
  background: white;
  color: black;
}

.cross {
  position: relative;
  width: 15px;
  height: 15px;
}
.cross:before, .cross:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background: white;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cross:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.arrow {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-bottom: 1px solid #3a2e2c;
  border-right: 1px solid #3a2e2c;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gamburger {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border-bottom: 3px solid black;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.gamburger:after, .gamburger:before {
  content: "";
  left: 0;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 66%;
  background-color: black;
  transition: all 0.5s;
}
.gamburger:before {
  top: 30%;
}
.gamburger.active {
  border-bottom: 3px solid transparent;
}
.gamburger.active:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 67%;
}
.gamburger.active:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 63%;
}

.input-cols .col {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.cols-2 {
  display: flex;
  flex-wrap: wrap;
}
.cols-2 .col {
  width: 50%;
  box-sizing: border-box;
}
.cols-2.p5 {
  margin-left: -5px;
  width: -moz-calc(100% + 10px);
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
}
.cols-2.p5 .col {
  padding: 5px;
}
.cols-2.p15 {
  margin-left: -15px;
  width: -moz-calc(100% + 30px);
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
}
.cols-2.p15 .col {
  padding: 15px;
}
.cols-2.p40 {
  margin-left: -40px;
  width: -moz-calc(100% + 80px);
  width: -webkit-calc(100% + 80px);
  width: calc(100% + 80px);
}
.cols-2.p40 .col {
  padding: 40px;
}

.cols-3 {
  display: flex;
  flex-wrap: wrap;
}
.cols-3 .col {
  width: 33.333%;
  box-sizing: border-box;
}
.cols-3.p15 {
  margin-left: -15px;
  width: -moz-calc(100% + 30px);
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
}
.cols-3.p15 .col {
  padding: 15px;
}
.cols-3.p10 {
  margin-left: -10px;
  width: -moz-calc(100% + 20px);
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
}
.cols-3.p10 .col {
  padding: 10px;
}

.cols-4 {
  display: flex;
  flex-wrap: wrap;
}
.cols-4 .col {
  width: 25%;
  box-sizing: border-box;
}
.cols-4.p7 {
  margin-left: -7px;
  width: -moz-calc(100% + 14px);
  width: -webkit-calc(100% + 14px);
  width: calc(100% + 14px);
}
.cols-4.p7 .col {
  padding: 7px;
}
.cols-4.p20 {
  margin-left: -20px;
  width: -moz-calc(100% + 40px);
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
}
.cols-4.p20 .col {
  padding: 20px;
}

.cols-5 {
  display: flex;
  flex-wrap: wrap;
}
.cols-5 .col {
  width: 20%;
  box-sizing: border-box;
}
.cols-5.p22 {
  margin-left: -22px;
  width: -moz-calc(100% + 44px);
  width: -webkit-calc(100% + 44px);
  width: calc(100% + 44px);
}
.cols-5.p22 .col {
  padding: 22px;
}

@media (max-width: 34.374em) {
  .big-title {
    font-size: 2.5em;
    line-height: 1.2;
  }
}
.o-container {
  margin: 0 0.9375rem;
}

.o-container, .o-container\@under-lg, .o-container\@under-md-mid-only {
  max-width: 98.125rem;
  min-width: 18.125rem;
}

.o-container\@under-lg {
  margin: 0 0.9375rem;
}

.o-grid {
  margin-bottom: 0.875rem;
  margin-left: -0.4375rem;
  margin-right: -0.4375rem;
}

.o-grid, .o-grid-no-gutters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.o-grid-no-gutters {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.o-grid--with-spacing {
  margin-top: -0.875rem;
}

.o-grid--no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.o-grid-vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

[class*=o-box] {
  position: relative;
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}

.o-grid--with-spacing > [class*=o-box] {
  padding-top: 1.125rem;
}

.o-box-1 {
  width: 8.33% !important;
}

.o-box-2 {
  width: 16.66% !important;
}

.o-box-3 {
  width: 25% !important;
}

.o-box-4 {
  width: 33.33% !important;
}

.o-box-5 {
  width: 41.66% !important;
}

.o-box-6 {
  width: 50% !important;
}

.o-box-7 {
  width: 58.33% !important;
}

.o-box-8 {
  width: 66.66% !important;
}

.o-box-9 {
  width: 75% !important;
}

.o-box-10 {
  width: 83.33% !important;
}

.o-box-11 {
  width: 91.66% !important;
}

.o-box-12 {
  width: 100% !important;
}

.c-navigation__icon-btn--inline, .c-navigation__icon-btn-separator {
  display: inline-block;
  vertical-align: middle;
}

.u-flex-first {
  -ms-flex-order: -1;
  order: -1;
}

@media (min-width: 34.375em) {
  .u-hide\@md {
    display: none !important;
  }
  .o-container, .o-container\@md, .o-container\@under-lg {
    margin: 0 2.8125rem;
  }
  .o-grid {
    margin-bottom: 1.125rem;
    margin-left: -0.5625rem;
    margin-right: -0.5625rem;
  }
  .o-grid--with-spacing {
    margin-top: -1.125rem;
  }
  [class*=o-box] {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
  }
  .o-grid--with-spacing > [class*=o-box] {
    padding-top: 1.125rem;
  }
  .o-box-1\@md {
    width: 8.33% !important;
  }
  .o-box-2\@md {
    width: 16.66% !important;
  }
  .o-box-3\@md {
    width: 25% !important;
  }
  .o-box-4\@md {
    width: 33.33% !important;
  }
  .o-box-5\@md {
    width: 41.66% !important;
  }
  .o-box-6\@md {
    width: 50% !important;
  }
  .o-box-7\@md {
    width: 58.33% !important;
  }
  .o-box-8\@md {
    width: 66.66% !important;
  }
  .o-box-9\@md {
    width: 75% !important;
  }
  .o-box-10\@md {
    width: 83.33% !important;
  }
  .o-box-11\@md {
    width: 91.66% !important;
  }
  .o-box-12\@md {
    width: 100% !important;
  }
}
@media (min-width: 47.5em) {
  .o-container\@md-mid {
    margin: 0 2.8125rem;
  }
  .o-box-1\@md-mid {
    width: 8.33% !important;
  }
  .o-box-2\@md-mid {
    width: 16.66% !important;
  }
  .o-box-3\@md-mid {
    width: 25% !important;
  }
  .o-box-4\@md-mid {
    width: 33.33% !important;
  }
  .o-box-5\@md-mid {
    width: 41.66% !important;
  }
  .o-box-6\@md-mid {
    width: 50% !important;
  }
  .o-box-7\@md-mid {
    width: 58.33% !important;
  }
  .o-box-8\@md-mid {
    width: 66.66% !important;
  }
  .o-box-9\@md-mid {
    width: 75% !important;
  }
  .o-box-10\@md-mid {
    width: 83.33% !important;
  }
  .o-box-11\@md-mid {
    width: 91.66% !important;
  }
  .o-box-12\@md-mid {
    width: 100% !important;
  }
  .u-hide\@md-mid, .u-show\@under-md-mid-only {
    display: none !important;
  }
}
@media (min-width: 47.5em) and (max-width: 53.749em) {
  .u-hide\@md-mid-only {
    display: none !important;
  }
}
@media (min-width: 53.75em) {
  .o-container\@md-high {
    margin: 0 2.8125rem;
  }
  .o-box-1\@md-high {
    width: 8.33% !important;
  }
  .o-box-2\@md-high {
    width: 16.66% !important;
  }
  .o-box-3\@md-high {
    width: 25% !important;
  }
  .o-box-4\@md-high {
    width: 33.33% !important;
  }
  .o-box-5\@md-high {
    width: 41.66% !important;
  }
  .o-box-6\@md-high {
    width: 50% !important;
  }
  .o-box-7\@md-high {
    width: 58.33% !important;
  }
  .o-box-8\@md-high {
    width: 66.66% !important;
  }
  .o-box-9\@md-high {
    width: 75% !important;
  }
  .o-box-10\@md-high {
    width: 83.33% !important;
  }
  .o-box-11\@md-high {
    width: 91.66% !important;
  }
  .o-box-12\@md-high {
    width: 100% !important;
  }
  .u-hide\@md-high {
    display: none !important;
  }
}
@media (max-width: 68.749em) {
  .u-hide\@under-lg-mid-only, .u-hide\@under-lg-only, .u-show\@lg {
    display: none !important;
  }
}
@media (min-width: 68.75em) {
  .o-container, .o-container\@md, .o-container\@md-high, .o-container\@md-mid {
    margin: 0 6.125rem;
  }
  .o-container\@under-lg {
    margin: 0 auto;
  }
  .o-container\@lg {
    margin: 0 6.125rem;
  }
  .o-grid {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .o-grid--with-spacing {
    margin-bottom: 1.25rem;
    margin-top: -1.25rem;
  }
  [class*=o-box] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .o-grid--with-spacing > [class*=o-box] {
    padding-top: 1.25rem;
  }
  .o-box-1\@lg {
    width: 8.33% !important;
  }
  .o-box-2\@lg {
    width: 16.66% !important;
  }
  .o-box-3\@lg {
    width: 25% !important;
  }
  .o-box-4\@lg {
    width: 33.33% !important;
  }
  .o-box-5\@lg {
    width: 41.66% !important;
  }
  .o-box-6\@lg {
    width: 50% !important;
  }
  .o-box-7\@lg {
    width: 58.33% !important;
  }
  .o-box-8\@lg {
    width: 66.66% !important;
  }
  .o-box-9\@lg {
    width: 75% !important;
  }
  .o-box-10\@lg {
    width: 83.33% !important;
  }
  .o-box-11\@lg {
    width: 91.66% !important;
  }
  .o-box-12\@lg {
    width: 100% !important;
  }
  .u-hide\@lg, .u-show\@md-mid-high-only, .u-show\@md-only {
    display: none !important;
  }
}
@media (min-width: 34.375em) and (max-width: 68.749em) {
  .u-hide\@md-only {
    display: none !important;
  }
}
@media (min-width: 34.375em) and (max-width: 47.49em) {
  .o-box-1\@md-low-only {
    width: 8.33% !important;
  }
  .o-box-2\@md-low-only {
    width: 16.66% !important;
  }
  .o-box-3\@md-low-only {
    width: 25% !important;
  }
  .o-box-4\@md-low-only {
    width: 33.33% !important;
  }
  .o-box-5\@md-low-only {
    width: 41.66% !important;
  }
  .o-box-6\@md-low-only {
    width: 50% !important;
  }
  .o-box-7\@md-low-only {
    width: 58.33% !important;
  }
  .o-box-8\@md-low-only {
    width: 66.66% !important;
  }
  .o-box-9\@md-low-only {
    width: 75% !important;
  }
  .o-box-10\@md-low-only {
    width: 83.33% !important;
  }
  .o-box-11\@md-low-only {
    width: 91.66% !important;
  }
  .o-box-12\@md-low-only {
    width: 100% !important;
  }
  .u-hide\@under-md-low-only, .u-show\@md-mid-high-only {
    display: none !important;
  }
}
@media (min-width: 53.75em) and (max-width: 68.749em) {
  .u-hide\@md-high-only {
    display: none !important;
  }
}
@media (min-width: 68.75em) and (max-width: 84.3749em) {
  .u-hide\@under-lg-mid-only {
    display: none !important;
  }
}
@media (min-width: 84.375em) {
  .u-hide\@above-lg-mid-only {
    display: none !important;
  }
}
@media (min-width: 100em) {
  .o-box-1\@xl {
    width: 8.33% !important;
  }
  .o-box-2\@xl {
    width: 16.66% !important;
  }
  .o-box-3\@xl {
    width: 25% !important;
  }
  .o-box-4\@xl {
    width: 33.33% !important;
  }
  .o-box-5\@xl {
    width: 41.66% !important;
  }
  .o-box-6\@xl {
    width: 50% !important;
  }
  .o-box-7\@xl {
    width: 58.33% !important;
  }
  .o-box-8\@xl {
    width: 66.66% !important;
  }
  .o-box-9\@xl {
    width: 75% !important;
  }
  .o-box-10\@xl {
    width: 83.33% !important;
  }
  .o-box-11\@xl {
    width: 91.66% !important;
  }
  .o-box-12\@xl {
    width: 100% !important;
  }
  .u-hide\@xl {
    display: none !important;
  }
  .o-container:not(.o-container--no-xlarge) {
    margin: 0 auto;
  }
  .o-container\@md-mid:not(.o-container--no-xlarge) {
    margin: 0 auto;
    max-width: 98.125rem;
  }
}
@media (max-width: 34.374em) {
  .u-hide\@sm {
    display: none !important;
  }
}
@media (max-width: 47.49em) {
  .u-hide\@under-md-mid-only {
    display: none !important;
  }
}
@media (max-width: 53.749em) {
  .u-hide\@under-md-high-only {
    display: none !important;
  }
}
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*, :after, :before {
  box-sizing: inherit;
}

div:focus, label {
  outline: none !important;
}

abbr, abbr[title] {
  text-decoration: none;
}

img, picture {
  display: block;
  max-width: 100%;
}

figure img {
  max-width: inherit;
  width: inherit;
}

.image-set__picture--default {
  display: none;
}

.image-set__picture--mobile {
  display: block;
}

a {
  text-decoration: none;
}

:root {
  --background-color: #fff;
  --text-color: #3a2e2c;
  --secondary-color: #1F3188;
  --hover-color: #1F3188;
  --article-social-color: rgba(58, 46, 44, 0.5);
  --photo-video-background-color: #fff;
  --links-border-bottom-color: #d8d5d5;
  --loading-dots-dark: #7f7776;
  --loading-dots-light: #fff;
  --carousel-indicator-button: #bab6b5;
  --button-tertiary-emphasis-background-color: #3a2e2c;
  --button-tertiary-emphasis-text-color: #fff;
  --button-border-color: #7f7776;
  --button-primary-text-color: #fff;
  --button-primary-background-color: #1F3188;
  --button-primary-border-color: #1F3188;
  --button-primary-icon-fill-color: #fff;
  --button-primary-emphasis-background-color: #230077;
  --button-primary-emphasis-border-color: #230077;
  --form-field-select-has-custom-color: #7d7373;
  --form-field-border-bottom-color: #bab6b5;
  --form-field-border-bottom-focus-color: #1F3188;
  --icon-arrow-down: url(/local/templates/main/css/../icons/down.svg);
  --social-grid-background-color: #efecf0 ;
}

table {
  border-collapse: collapse;
}

tbody, td, tr {
  border: 0;
  padding: 0;
}

th {
  font-weight: 400;
}

small {
  display: block;
  font-size: 100%;
}

p {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

address {
  font-style: normal;
}

b, strong {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

.u-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.0625rem;
  margin-top: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 0.0625rem;
}

.u-h72 {
  font-size: 4.5rem;
  line-height: 4.5rem;
}

.u-h60, .u-h72 {
  font-weight: 700;
}

.u-h60 {
  font-size: 3.75rem;
  line-height: 3.75rem;
}

.u-h48 {
  font-size: 3rem;
  line-height: 3rem;
}

.u-h36, .u-h48 {
  font-weight: 700;
}

.u-h36 {
  font-size: 2.25rem;
  line-height: 2.25rem;
}

.u-h30 {
  font-size: 1.875rem;
  line-height: 1.875rem;
}

.u-h24, .u-h30 {
  font-weight: 700;
}

.u-h24 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.u-h18 {
  font-size: 1.125rem;
  line-height: 1.125rem;
}

.u-h14, .u-h18 {
  font-weight: 700;
}

.u-h14 {
  font-size: 0.875rem;
  line-height: 0.875rem;
}

.u-link {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  color: #3a2e2c;
  color: var(--text-color);
}

.u-link:not(.u-link--underlined):not(:hover) {
  border-bottom: 1px solid transparent;
}

.u-link:not(.u-link--underlined):hover {
  border-bottom: 1px solid #d8d5d5;
}

.u-link:not(:active) {
  color: #3a2e2c;
  color: var(--text-color);
}

.u-link:hover {
  cursor: pointer;
}

.u-link:active {
  color: #3a2e2c;
}

.u-link--underlined:focus.u-btn .u-btn__content, .u-link--underlined:focus:not(.u-btn) {
  border-bottom: 1px solid #1F3188;
  border-bottom: 1px solid var(--hover-color);
  color: #1F3188;
  color: var(--hover-color);
  margin-bottom: 0;
  outline: 0;
}

.u-link--underlined:hover.u-btn .u-btn__content, .u-link--underlined:hover:not(.u-btn) {
  border-bottom: 1px solid #1F3188;
  border-bottom: 1px solid var(--hover-color);
  color: #1F3188;
  color: var(--hover-color);
}

.u-link--underlined.u-link {
  border-bottom: 1px solid transparent;
}

.u-link--underlined.u-link.u-btn .u-btn__content:not(:hover):not(:active):not(:focus), .u-link--underlined.u-link:not(.u-btn):not(:hover):not(:active):not(:focus) {
  border-bottom: 1px solid #d8d5d5;
  border-bottom: 1px solid var(--links-border-bottom-color);
  position: relative;
}

.u-link--has-button-focus:focus {
  outline: 1px dotted #1F3188;
  outline-offset: 2px;
}

.u-link--light {
  color: #fff;
}

.u-link--light:matches(:hover, :focus) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.u-link--light:focus {
  color: #fff;
  outline-color: #fff;
}

.u-link--light-underlined {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  display: inline-block;
  margin-top: -0.125rem;
  padding-top: 0.125rem;
}

.u-link--light-underlined:focus {
  outline: 1px dotted #1F3188;
  outline-offset: 2px;
}

.u-link--light-underlined:matches(:hover, :focus) {
  border-bottom-color: transparent;
}

.u-link--light-underlined:focus {
  color: #fff;
  outline-color: #fff;
}

.u-link--basic-text {
  font-size: 0.75rem;
  line-height: 0.75rem;
  display: inline-block;
}

.wf-primary-active .u-link--basic-text {
  font-family: Inter, sans-serif;
}

.u-text-body .u-link {
  font-size: inherit;
  line-height: inherit;
}

.u-btn .u-link {
  display: inline-block;
}

button.u-link {
  line-height: 1;
}

.u-btn {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  font-family: Inter, sans-serif;
  position: relative;
  text-align: center;
}
.u-btn.u-btn--border {
  border: 1px solid #000000;
}

.wf-primary-active .u-btn {
  font-family: Inter, sans-serif;
}

.u-btn.o-close-button {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.u-btn.o-close-button:hover {
  cursor: pointer;
}

.u-btn.o-close-button:focus {
  outline: 0;
}

.u-btn.o-close-button:focus .c-icon {
  outline: 1px dotted #1F3188;
  outline-offset: 2px;
}

.u-btn.o-close-button .c-icon {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: #7f7776;
  height: 1.25rem;
  margin: 1.25rem;
  width: 1.25rem;
}

.u-btn.o-close-button:matches(:hover, :focus) .c-icon {
  fill: #1F3188;
}

.u-btn--tertiary:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):hover {
  background: #3a2e2c;
  background: var(--button-tertiary-emphasis-background-color);
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
  color: var(--button-tertiary-emphasis-text-color);
}

.c-breadcrumb.c-breadcrumb--title .c-breadcrumb__item, .c-breadcrumb:not(.c-breadcrumb--title) .c-breadcrumb__item:not(:last-child) {
  padding-right: 0.3125rem;
  font-weight: 100;
}

.c-breadcrumb.c-breadcrumb--title .c-breadcrumb__item:after, .c-breadcrumb:not(.c-breadcrumb--title) .c-breadcrumb__item:not(:last-child):after {
  content: "/";
  padding-left: 0.3125rem;
}

.c-breadcrumb__heading {
  font-family: Inter, sans-serif;
  display: inline;
  font-size: 2em;
  margin: 0;
  padding: 0;
}

.wf-primary-active .c-breadcrumb__heading {
  font-family: Inter, sans-serif;
}

.c-breadcrumb:not(.c-breadcrumb--has-custom-size) .c-breadcrumb__item:after, .c-breadcrumb:not(.c-breadcrumb--has-custom-size) .c-breadcrumb__link {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.c-breadcrumb__link {
  border-bottom: 1px solid transparent;
  color: #3a2e2c;
  color: var(--text-color);
  display: inline-block;
}

.c-breadcrumb__link:focus.u-btn .u-btn__content, .c-breadcrumb__link:focus:not(.u-btn) {
  border-bottom: 1px solid #1F3188;
  border-bottom: 1px solid var(--hover-color);
  color: #1F3188;
  color: var(--hover-color);
  margin-bottom: 0;
  outline: 0;
}

.c-breadcrumb__link:hover:not(:focus) {
  border-color: #d8d5d5;
}

.c-breadcrumb__view-all-link {
  margin: 0 0 0 0.625rem;
}

.c-breadcrumb__list {
  list-style: none;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.c-breadcrumb--product-detail__link, .c-breadcrumb__list > .c-breadcrumb--product-detail__item:not(:last-child):after {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.o-breadcrumb-container--is-fixed-width-page {
  width: 100%;
}

.c-breadcrumb-header__inner, .o-breadcrumb-container--is-not-fixed-width-page {
  margin: 0 0.9375rem;
  max-width: 98.125rem;
  min-width: 18.125rem;
}

.c-breadcrumb-header__inner {
  padding: 1.875rem 0 2.5rem;
}

button {
  outline: none;
  background: none;
  border: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

.c-grid-controls__sort-dropdown.c-form-field-select {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  background-position: 100% 4px;
  margin-left: 0;
  margin-top: 0.875rem;
  width: 100%;
  padding-right: 0;
}

.c-form-field-select, .c-form-field-text {
  border: 0;
  border-bottom: 1px solid var(--form-field-border-bottom-color);
  padding: 0 0 0.8125rem;
}

.c-form-field-select, .c-form-field-text, .c-form-field-textarea {
  background-color: transparent;
  border-radius: 0;
  color: #3a2e2c;
}

.c-form-field-select.c-form-field-select--is-small {
  background-position: 100% 3px;
  font-size: 0.75rem;
  line-height: 0.875rem;
  padding-bottom: 0.3125rem;
  outline: none;
}
.c-form-field-select.c-form-field-select--is-small:focus {
  padding-bottom: 0.3125rem;
}

.c-search-header__input.c-search-input--is-focused {
  background-color: #f5f3f5;
  margin-top: -0.9375rem;
  max-width: 102rem;
  padding-top: 1.875rem;
  position: relative;
  z-index: 20;
}

.c-form-field-select.c-form-field-select--has-custom-label {
  color: #7d7373;
  color: var(--form-field-select-has-custom-color);
}

.u-reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.u-flex-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.o-grid-no-gutters > [class*=o-box] {
  margin: 0;
  padding: 0;
}

.u-btn--secondary:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):hover {
  background: #1F3188;
  border-color: #1F3188;
}

.c-content__text {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 300;
  margin-bottom: 3.125rem;
}

.c-form-field-flex iframe, .c-form-field-secured .js-iframe, .c-form-field-select:not(.c-form-field-select--has-custom-label), .c-form-field-text:not(.c-form-field-text--has-custom-label) {
  margin-bottom: 1.125rem;
  margin-top: 1.875rem;
  position: relative;
  z-index: 10;
}

.c-support-popover-menu__step2 .c-form-field-text:-webkit-autofill {
  line-height: 2em;
}

.c-form-field-text {
  background-color: transparent;
  width: 100%;
}
.c-form-field-text:-webkit-autofill {
  color: #f00;
  -webkit-box-shadow: inset 0 0 0 50px #fff;
  -webkit-text-fill-color: #000;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
.c-form-field-text:-webkit-autofill + .c-form-field-wrapper__label {
  color: #3a2e2c !important;
  font-size: 0.875rem;
  top: 0 !important;
}

.c-form-field-wrapper {
  position: relative;
  z-index: 1;
}
.c-form-field-wrapper input {
  font-family: Inter, sans-serif;
}

.c-form-field-select:not(.c-form-field-select--has-custom-label) ~ .c-form-field-wrapper__label, .c-form-field-text:not(.c-form-field-text--has-custom-label) ~ .c-form-field-wrapper__label {
  left: 0;
}

#promoCode:not(:placeholder-shown) {
  color: #3a2e2c;
  font-size: 0.875rem;
  top: 0;
}

.c-form-field-flex .c-form-field-wrapper__label, .c-form-field-secured ~ .c-form-field-wrapper__label, .c-form-field-select:not(.c-form-field-select--has-custom-label) ~ .c-form-field-wrapper__label, .c-form-field-text:not(.c-form-field-text--has-custom-label) ~ .c-form-field-wrapper__label {
  color: #7d7373;
  margin-top: 0.1875rem;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 30px;
  transition: font-size 0.3s cubic-bezier(0.19, 1, 0.22, 1), top 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  white-space: nowrap;
}

.c-form-field-flex .c-form-field-wrapper__label, .c-form-field-secured ~ .c-form-field-wrapper__label, .c-form-field-select, .c-form-field-select ~ .c-form-field-wrapper__label, .c-form-field-text, .c-form-field-textarea, .c-form-field-text ~ .c-form-field-wrapper__label {
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  line-height: 1.4375rem;
}

.c-form-field-secured.c-form-field-secured--focused ~ .c-form-field-wrapper__label, .c-form-field-text:focus ~ .c-form-field-wrapper__label, .c-form-field-wrapper--is-dirty .c-form-field-secured ~ .c-form-field-wrapper__label, .c-form-field-wrapper--is-dirty .c-form-field-select ~ .c-form-field-wrapper__label, .c-form-field-wrapper--is-dirty .c-form-field-textarea ~ .c-form-field-wrapper__label, .c-form-field-wrapper--is-dirty .c-form-field-text ~ .c-form-field-wrapper__label {
  color: #3a2e2c;
  font-size: 0.875rem;
  top: 0;
}

.c-form-field-wrapper--is-invalid .c-form-field-select:not(:focus):not(.u-sibling-has-focus), .c-form-field-wrapper--is-invalid .c-form-field-text:not(:focus):not(.u-sibling-has-focus) {
  border-bottom: 2px solid #c60a00;
  padding-bottom: 0.75rem;
}

.c-form-field-select:focus, .c-form-field-text:focus {
  border-bottom: 2px solid #1F3188;
  outline: 0;
  padding-bottom: 0.75rem;
}

.c-breadcrumb-header__title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 0;
}

.c-markdown h1, .c-markdown h2, .c-markdown h3, .c-markdown h4, .c-markdown h5, .c-markdown h6 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 1.875rem 0 0;
}

.o-cms-page--legal-page .c-cms-accordion__header, .o-cms-page--legal-page .c-markdown h1, .o-cms-page--legal-page .c-markdown h2, .o-cms-page--legal-page .c-markdown h3 {
  font-weight: 700;
}

.c-markdown h1:first-child, .c-markdown h2:first-child, .c-markdown h3:first-child, .c-markdown h4:first-child, .c-markdown h5:first-child, .c-markdown h6:first-child {
  margin-top: 0;
}

.o-cms-page--legal-page .c-cms-accordion__header, .o-cms-page--legal-page .c-markdown h1, .o-cms-page--legal-page .c-markdown h2, .o-cms-page--legal-page .c-markdown h3 {
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1.5rem;
  line-height: 1;
  font-family: Inter, sans-serif;
}

@media (min-width: 34.375em) {
  .c-breadcrumb-header-profile-checker {
    display: -ms-flexbox;
    display: flex;
  }
  .c-breadcrumb-header-profile-checker__circular-progress {
    height: 5rem;
    width: 5rem;
  }
  .c-breadcrumb-header-profile-checker__circular-progress .c-circular-progress {
    height: 4.875rem;
    width: 4.875rem;
  }
  .c-breadcrumb-header-profile-checker__title {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
  .c-breadcrumb-header-profile-checker__item {
    margin-right: 2.1875rem;
  }
  .c-breadcrumb-header__title {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.25rem;
    display: -ms-flexbox;
    display: flex;
  }
  .c-breadcrumb-header__title.c-breadcrumb-header__title--is-breadcrumb span {
    padding-left: 0.625rem;
  }
  .c-breadcrumb-header__wrapper {
    padding-top: 0.9375rem;
  }
  .c-breadcrumb-header__icon {
    margin-right: 1.5625rem;
    width: 2.8125rem;
  }
  .c-breadcrumb:not(.c-breadcrumb--has-custom-size) .c-breadcrumb__item:after, .c-breadcrumb:not(.c-breadcrumb--has-custom-size) .c-breadcrumb__link {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 100;
  }
  .c-grid-controls__results-count, .c-grid-controls__sort-dropdown.c-form-field-select {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .o-cms-page--legal-page .c-cms-accordion__header, .o-cms-page--legal-page .c-markdown h1, .o-cms-page--legal-page .c-markdown h2, .o-cms-page--legal-page .c-markdown h3 {
    font-size: 2.25rem;
    font-weight: 100;
    line-height: 2.25rem;
    line-height: 1;
  }
  .o-cms-page--legal-page .o-section--main {
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 85%;
  }
  .c-breadcrumb-header__inner, .o-breadcrumb-container--is-not-fixed-width-page {
    margin: 0 2.8125rem;
  }
}
.c-ordered-list, .c-unordered-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 47.5em) {
  .c-breadcrumb.c-breadcrumb--title .c-breadcrumb__item, .c-breadcrumb:not(.c-breadcrumb--title) .c-breadcrumb__item:not(:last-child) {
    padding-right: 0.625rem;
  }
}
@media (min-width: 68.75em) {
  .c-breadcrumb-header {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .c-breadcrumb-header__title {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 3.75rem;
  }
  .c-breadcrumb-header__wrapper {
    padding-top: 1.25rem;
  }
  .c-breadcrumb-header__icon {
    margin-right: 1.5625rem;
    width: 3.4375rem;
  }
  .c-breadcrumb:not(.c-breadcrumb--has-custom-size) .c-breadcrumb__item:after, .c-breadcrumb:not(.c-breadcrumb--has-custom-size) .c-breadcrumb__link {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .c-grid-controls__sort-dropdown.c-form-field-select {
    margin-top: 0.4375rem;
  }
  .c-breadcrumb.c-breadcrumb--title .c-breadcrumb__item, .c-breadcrumb:not(.c-breadcrumb--title) .c-breadcrumb__item:not(:last-child) {
    padding-right: 0.8125rem;
  }
  .c-breadcrumb.c-breadcrumb--title .c-breadcrumb__item:after, .c-breadcrumb:not(.c-breadcrumb--title) .c-breadcrumb__item:not(:last-child):after {
    padding-left: 0.8125rem;
  }
  .c-breadcrumb-header__inner {
    padding: 3.125rem 0 4.375rem;
  }
}
body.has-admin-panel .header {
  top: 40px;
}
body.has-admin-panel .header.fixed {
  top: 0;
}
body.no-scroll {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
}

.band {
  width: 1280;
  min-height: 400px;
  margin: 0 auto;
  border: 1px solid blue;
}

.hidden {
  display: none !important;
}

.js-cart-header.error {
  color: #c60a00;
}
.js-cart-header.error path {
  fill: #c60a00;
}

main:focus {
  outline: none;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

h3 {
  margin-block-start: 1em;
  margin-block-end: 1em;
}

p {
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.loader .c-loading {
  position: absolute;
  top: 50%;
}
.loader .c-loading span.c-loading__dot {
  width: 1.5rem;
  height: 1.5rem;
  flex-basis: 1.5rem;
}
.loader .c-loading span.c-loading__dot:not(:last-child) {
  margin-right: 1.5rem;
}

.c-picture {
  width: 100%;
}

.lazyload, .lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 0.6s ease-out;
}

.b_slider_wrap {
  overflow: hidden;
}

.slider_list {
  display: flex;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.header-slider-itm {
  text-align: center;
}

.slide_control {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}
.slide_control:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #3a2e2c;
  border-top: 1px solid #3a2e2c;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.slide_control.right:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slide_control.disable {
  cursor: auto;
}
.slide_control.disable:before {
  border-color: #7f7776;
}

.tooltip-ico {
  position: relative;
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.tooltip-ico__empty {
  position: absolute;
  left: 0;
  top: 0;
}
.tooltip-ico__full {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.tooltip-ico.active .tooltip-ico__empty {
  opacity: 0;
}
.tooltip-ico.active .tooltip-ico__full, .tooltip-ico.active .tooltip-text {
  opacity: 1;
  pointer-events: auto;
}

.tooltip-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 0.875rem;
  background-color: #fff;
  border: 1px solid #7f7776;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  display: block;
  color: #3a2e2c;
  padding: 1.25rem;
  position: absolute;
  text-align: left;
  width: 11rem;
  left: 50%;
  top: 100%;
  margin-top: 20px;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s linear 0s;
  -moz-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
  pointer-events: none;
}
.tooltip-text:before, .tooltip-text:after {
  content: " ";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  width: 0;
  top: -16px;
  margin-left: -0.5rem;
  border: 8px solid rgba(255, 255, 255, 0);
  border-top-color: #7f7776;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 1;
}
.tooltip-text:after {
  top: -16px;
  border-width: 9px;
  margin-left: -0.5625rem;
  border-top-color: #fff;
}

.c-picture img {
  -webkit-user-drag: none;
  width: 100%;
}

.c-heading {
  font-weight: 100;
}

.modal {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.3s linear 0s;
  -moz-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.modal.small-modal .c-modal__header .c-modal__header-title {
  font-weight: 400;
}
.modal.small-modal .c-modal__header .c-modal__header-paragraph {
  color: #fff;
  line-height: 1.5;
}
.modal.small-modal .c-modal__header .c-modal__header-paragraph a, .modal.small-modal .c-modal__header .c-modal__header-paragraph button {
  color: inherit;
}
.modal.show {
  opacity: 1;
  pointer-events: auto;
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal .c-heading {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0 0 0.625rem;
  line-height: 1.3rem;
}
.modal .c-paragraph {
  font-family: Lora, sans-serif;
}
.modal .c-open-content__content {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-family: Lora, sans-serif;
}
.modal .c-open-content + .c-open-content {
  border-top: 1px solid #bab6b5;
  margin-top: 0;
  padding-top: 1.875rem;
}

.modal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.modal-close .svg {
  fill: #7f7776;
  height: 1.25rem;
  margin: 1.25rem;
  width: 1.25rem;
}

.modal-fade {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.modal-content {
  position: relative;
  background-color: #fff;
  max-width: 98.125rem;
  min-width: 18.125rem;
  margin: 0 0.8125rem;
  padding: 1.5rem;
  max-height: 99dvh;
  overflow: auto;
}

.u-small-text {
  font-size: 0.75rem;
  line-height: 0.8125rem;
}

.modal .c-modal__header {
  background-color: #efecf0;
  padding: 1.25rem 2.5rem 1.25rem 1.25rem;
  margin: -1.5rem;
  margin-bottom: 0;
}
.modal .c-modal__header h1 {
  font-weight: 100;
  margin-bottom: 0;
}

.c-modal__body {
  margin: 2.5rem 1.25rem 1.5625rem;
  padding: 0;
}

.c-tablist {
  font-family: Inter, sans-serif;
  list-style: none;
  margin: 0.1875rem 0 1.25rem;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}

.c-tablist-item {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 0.875rem;
  padding-left: 0.9375rem;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 0 0 #767676;
  color: #767676;
  margin-bottom: -0.0625rem;
  padding-bottom: 0.8125rem;
  transition: border-color 0.4s ease-out, box-shadow 0.4s ease-out, color 0.4s ease-out;
}
.c-tablist-item[aria-selected=true] {
  border-color: #3a2e2c;
  box-shadow: 0 1px 0 0 #3a2e2c;
  color: #3a2e2c;
}
.c-tablist-item[aria-disabled=false] {
  cursor: pointer;
}

.c-table {
  font-family: Lora, sans-serif;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  margin: 0;
  width: 100%;
}
.c-table__caption {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.0625rem;
  margin-top: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 0.0625rem;
  position: static !important;
}
.c-table__row {
  height: 3.125rem;
}
.c-table__row:nth-child(2n) {
  background-color: #f5f3f5;
}
.c-table__cell {
  padding: 0.625rem;
  text-align: left;
}
.c-table__cell-inner {
  min-width: 1.875rem;
}

.c-table__row--is-header .c-table__cell {
  font-weight: 700;
}

.c-markdown .c-paragraph:first-child {
  margin-top: 0;
}

.c-markdown__section, .c-open-content__content .c-paragraph {
  margin-bottom: 0;
  margin-top: 1.875rem;
}

.c-markdown .c-disclaimer {
  margin-bottom: 0;
  width: auto;
}

.c-disclaimer {
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
  margin-top: 3.75rem;
}
.c-disclaimer__icon {
  flex-basis: auto;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 1.125rem;
  margin-right: 0.5rem;
  width: 1.3125rem;
}

#buy-now.modal .modal-content {
  padding-left: 0;
  padding-right: 0;
}
#buy-now.modal .c-modal__body {
  padding-top: 0;
  padding-left: 1.25rem;
  margin: 0;
}

.c-form-field-tooltip {
  position: absolute;
  right: 0;
  top: 34px;
  z-index: 29;
  text-align: right;
}
.c-form-field-tooltip__icon {
  color: currentColor;
  height: 1.3125rem;
  width: 1.4375rem;
}
.c-form-field-tooltip__content {
  bottom: 40px;
  left: 50%;
  position: absolute;
  visibility: hidden;
  z-index: 29;
  white-space: normal;
  transform: translateX(-50%);
}
.c-form-field-tooltip__button {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  color: currentColor;
  cursor: pointer;
  height: 1.375rem;
  position: relative;
  z-index: 1;
}
.c-form-field-tooltip__inner {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 0.875rem;
  background-color: #fff;
  border: 1px solid #7f7776;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  color: #3a2e2c;
  margin: 0;
  padding: 1.25rem;
  position: relative;
  text-align: left;
  width: 11rem;
}
.c-form-field-tooltip__inner:before, .c-form-field-tooltip__inner:after {
  border: 1px solid transparent;
  content: " ";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transition: opacity 10.5s ease-in;
  width: 0;
}
.c-form-field-tooltip__inner:before {
  border-color: #7f7776 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  border-width: 9px;
  margin-left: -0.5625rem;
}
.c-form-field-tooltip__inner:after {
  border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  border-width: 8px;
  margin-left: -0.5rem;
}

.c-form-field-tooltip--is-open .c-form-field-tooltip__content {
  visibility: visible;
}

.c-form-field-tooltip.c-form-field-tooltip--is-open .c-form-field-tooltip__content {
  visibility: visible;
  opacity: 1 !important;
}

.c-breadcrumb-header .c-breadcrumb__item:after, .c-breadcrumb-header .c-breadcrumb__link {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.right-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1111;
  pointer-events: none;
}
.right-modal .modal-fade {
  opacity: 0;
}
.right-modal.active {
  pointer-events: auto;
}
.right-modal.active .modal-fade {
  opacity: 1;
}
.right-modal.active .right-modal-content {
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.right-modal-content {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  background-color: #fff;
  width: 29rem;
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.right-modal-content.big-content {
  width: 1168px;
  max-width: 90%;
  padding: 48px 98px 0;
  box-sizing: border-box;
}

.available-modal__cart {
  display: flex;
  justify-content: space-between;
  margin-top: 170px;
  gap: 20px;
  align-items: center;
}
.available-modal__cart__title {
  font-weight: 500;
  font-size: 23px;
  line-height: 28px;
  color: #000000;
}
.available-modal__cart__title .small-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-top: 10px;
}
.available-modal__cart .u-btn {
  width: 300px;
  flex-shrink: 0;
}
.available-modal .c-drawer__body {
  display: flex;
  flex-direction: column;
}
.available-modal.stage-selected-city .available-shop {
  display: block;
}
.available-modal.stage-map-city .available-map-block {
  display: block;
}
.available-modal.stage-map-city .available-modal__cart {
  display: none;
}
.available-modal.stage-map-city .available-info {
  display: block;
}

.available-map-block {
  display: none;
  overflow: hidden;
  min-height: 300px;
  flex: 1;
  margin-top: 35px;
}

.available-info {
  background: #E5F2EC;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding: 11px 12px;
  display: none;
}

.available-map {
  display: flex;
  padding-top: 35px;
  box-sizing: border-box;
  height: 100%;
  counter-reset: map-itm;
  justify-content: space-between;
}
.available-map__left {
  width: 60%;
}
.available-map__right {
  overflow: auto;
}
.available-map__right::-webkit-scrollbar {
  width: 6px; /* ширина scrollbar */
  border-radius: 5px;
}
.available-map__right::-webkit-scrollbar-track {
  background: #F3F3F3; /* цвет дорожки */
}
.available-map__right::-webkit-scrollbar-thumb {
  background-color: #000000; /* цвет плашки */
  border-radius: 5px; /* закругления плашки */
  border: 3px solid #000; /* padding вокруг плашки */
}
.available-map__right::-webkit-scrollbar-thumb:hover {
  border-color: #1f1f1f;
  background-color: #1f1f1f;
}

#available-ymap {
  width: 100%;
  height: 100%;
}
#available-ymap .available-map-itm__label {
  display: none;
}

.available-map-itm {
  position: relative;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  padding: 35px 30px 40px 60px;
  border-bottom: 2px solid #E5E5E5;
  cursor: pointer;
}
.available-map-itm:hover, .available-map-itm.active {
  background: #EFECF0;
}
.available-map-itm.active .available-map-itm__label {
  background-image: url("/local/templates/main/css/../img/map-ico-hover.png");
}
.available-map-itm:last-child {
  border-bottom: none;
}
.available-map-itm p {
  margin-top: 0;
  margin-bottom: 10px;
}
.available-map-itm p a {
  color: inherit;
}
.available-map-itm p a:hover {
  color: #1F3188;
}
.available-map-itm__label {
  position: absolute;
  left: 20px;
  top: 33px;
  width: 35px;
  height: 40px;
  background: url("/local/templates/main/css/../img/map-ico.png") no-repeat center;
  background-size: contain;
}
.available-map-itm__label:before {
  counter-increment: map-itm;
  content: counter(map-itm);
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  left: 0;
  right: 7px;
  top: 5px;
  text-align: center;
  color: #000;
}
.available-map-itm__btn {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
  margin-top: 20px;
  text-decoration-line: underline;
}
.available-map-itm__btn:hover {
  text-decoration: none;
}
.available-map-itm__available {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-top: 20px;
}
.available-map-itm__available.available {
  color: #008342;
}

.c-product-list-item-edit__product-options {
  padding: 0 5px;
}

.c-form-field-checkbox:checked ~ .c-form-field-wrapper__label:before {
  background-image: url(/local/templates/main/css/../img/check.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border: 2px solid #3a2e2c;
}

.u-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}

.u-list-item {
  background: url(/img/bullet-list.svg) no-repeat left 7px/2px 2px;
  padding: 0 0 0 0.8125rem;
  margin-bottom: 0.8125rem;
  position: relative;
}

.u-list-item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.c-search__section {
  padding-bottom: 3.125rem;
}

.c-search-categories__category-list-title {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1.25rem;
  margin-top: 0;
}

.c-form-field-text-password {
  position: relative;
}
.c-form-field-text-password__input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.c-form-field-text-password__input::-webkit-textfield-decoration-container {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  left: 0;
}

.c-form-field-text-password__toggle.u-btn {
  position: absolute;
  right: 0;
  bottom: 35px;
  z-index: 10;
}

.captcha-block {
  margin-bottom: 15px;
}

.c-favourites-btn.added .svg-heart-fill {
  fill: red;
}

.c-favourites-header__icon {
  margin-right: 0.625rem;
  width: 1.5625rem;
  margin-top: -0.5rem;
}

.c-icon.c-favourites-header__icon {
  fill: #bfbfbf;
}

.c-heading.c-favourites-header__title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.c-favourites__header.c-favourites-header {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 1.25rem 0;
  width: 100%;
}

.c-favourites__sidebar {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  width: 100%;
}

.c-favourites-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.c-favourites__recommendations-container {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.c-recommendations-content-section.c-favourites__recommendations {
  padding-top: 0;
  overflow: hidden;
}

.c-favourites__recommendations {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.c-favourites-main-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.js-wishlist-count {
  font-family: Inter, sans-serif;
}

.js-open-cart {
  cursor: pointer;
}

.c-favourites__recommendations .c-favourites__recommendations-header {
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  padding-top: 1.25rem;
}

.c-favourites__recommendations .c-section-header {
  padding-bottom: 0;
  padding-top: 0;
}

.c-favourites__recommendations .c-section-header .c-favourites__section-title {
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-weight: 700;
  margin: 0;
  padding-bottom: 0.3125rem;
}

.c-favourites-empty .c-favourites-empty__title .c-favourites-empty__title--part1 {
  margin-bottom: 1.25rem;
}

.c-favourites-empty__title.c-heading {
  font-style: italic;
  font-weight: 400;
  margin-bottom: 1.25rem;
  margin-top: 0;
}

.c-favourites-empty .c-favourites-empty__btn {
  margin-right: 0.875rem;
  display: inline-block;
}

.c-favourites-empty {
  padding: 1.25rem 0 5rem;
  display: block;
}

.fixed-fly-right {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 2.5rem;
  z-index: 100;
}

.c-support-popover-menu {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: 0 solid #e5e5e5;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 100%;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  max-height: calc(100vh - 1.25rem);
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.c-support-popover-menu.show {
  opacity: 1;
  pointer-events: auto;
}
.c-support-popover-menu .c-support-popover-menu__btn-close {
  right: 0.9375rem;
  top: 0;
  height: 100%;
  width: 0.9375rem;
  margin-left: 1.9375rem;
  max-height: 100%;
  z-index: 1;
  margin-right: -15px;
}
.c-support-popover-menu .c-support-popover-menu__btn-close .svg {
  fill: #3a2e2c;
}
.c-support-popover-menu .c-support-popover-menu__btn {
  color: #3a2e2c;
  display: block;
  padding: 1.875rem 0;
  text-align: left;
  width: 100%;
}
.c-support-popover-menu__option-list {
  font-family: sans-serif;
  list-style: none;
  margin: 0;
  font-size: 0.75rem;
  padding: 0 0.9375rem;
  overflow-y: auto;
}
.c-support-popover-menu__option-list a {
  color: #3a2e2c;
  display: block;
  padding: 1.875rem 0;
}
.c-support-popover-menu__option-list li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.c-support-popover-menu__header {
  position: relative;
  color: #3a2e2c;
  background: #e5e5e5;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.25rem 0.9375rem;
  line-height: 2;
  height: 4.25rem;
}
.c-support-popover-menu__pointer {
  bottom: 22px;
  display: block;
  position: absolute;
  right: -1px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.c-support-popover-menu__pointer:before, .c-support-popover-menu__pointer:after {
  border: solid transparent;
  content: " ";
  height: 0;
  left: 100%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 0;
}
.c-support-popover-menu__pointer:before {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #e5e5e5;
  border-width: 13px;
  margin-top: -0.8125rem;
}
.c-support-popover-menu__pointer:after {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
  border-width: 12px;
  margin-top: -0.75rem;
}
.c-support-popover-menu__btns {
  display: flex;
  align-items: center;
}
.c-support-popover-menu__step2 {
  display: none;
}
.c-support-popover-menu__step2 font[color=green] {
  max-width: 100%;
  box-sizing: border-box;
  padding: 15px;
  display: block;
  color: #333333 !important;
}
.c-support-popover-menu__step2 .c-support-popover-menu__header {
  color: #fff;
  background: #3a2e2c;
  padding: 1.5625rem;
  line-height: 1.2;
}
.c-support-popover-menu__step2 .c-support-popover-menu__btn-close .svg {
  fill: #fff;
}
.c-support-popover-menu__step2 .c-support-popover-menu__btn-min {
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.c-support-popover-menu__step2 .c-support-popover-menu__btn-min:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}
.c-support-popover-menu__step2 .c-form-field-text ~ .c-form-field-wrapper__label {
  font-size: 0.9375rem;
}
.c-support-popover-menu__step2 .c-form-field-wrapper .c-form-field-text {
  font-size: 0.9375rem;
  padding-bottom: 0.4625rem;
  margin-bottom: 0;
}
.c-support-popover-menu__step2 .c-form-field-wrapper .c-form-field-text:focus {
  padding-bottom: 0.4rem;
}
.c-support-popover-menu__step2 button.c-live-agent__form-button {
  bottom: 10px;
  width: 100%;
  font-size: 0.75rem;
  margin-top: 0.9375rem;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
  margin-bottom: 50px;
}
.c-support-popover-menu__step2 button.c-live-agent__form-button:not(.c-btn--is-disabled) {
  background: #1F3188;
  border-color: #1F3188;
  color: #fff;
  pointer-events: auto;
  cursor: pointer;
}
.c-support-popover-menu.step2 .c-support-popover-menu__step1 {
  display: none;
}
.c-support-popover-menu.step2 .c-support-popover-menu__step2 {
  display: block;
}
.c-support-popover-menu__content {
  font-size: 1.125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.c-support-popover-trigger {
  animation: anim-in-trigger 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #3a2e2c;
  border: 0;
  border-radius: 100%;
  cursor: pointer;
  height: 2.5rem;
  position: relative;
  transform: translateZ(0);
  transition: background-color 0.25s ease-in-out;
  width: 2.5rem;
}
.c-support-popover-trigger.show {
  background-color: #1F3188;
}
.c-support-popover-trigger__icon-wrapper {
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.c-support-popover-trigger .c-icon {
  animation: fade-in-icon 0.1s ease-out 0.35s forwards;
  fill: #fff;
  height: 1.125rem;
  position: relative;
  top: 1px;
  transform: translateZ(0);
  width: 1.125rem;
}

.u-btn .c-loading {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.c-loading {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.c-loading--is-large {
  padding: 1.25rem;
}

.c-loading--is-centered {
  -ms-flex-pack: center;
  justify-content: center;
}

.c-loading--light .c-loading__dot {
  background-color: #fff;
  background-color: var(--loading-dots-light);
}

.c-loading--dark .c-loading__dot {
  background-color: #7f7776;
  background-color: var(--loading-dots-dark);
}

.c-loading--overlay .c-loading__dot {
  background-color: #3a2e2c;
}

.c-loading__dot {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #7f7776;
  border-radius: 50%;
  display: block;
  position: relative;
  transform: scale(0);
  transform-origin: center center;
  transform-style: preserve-3d;
}

.c-loading:not(.c-loading--is-large) .c-loading__dot {
  -ms-flex-preferred-size: 8px;
  flex-basis: 0.5rem;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  animation-name: loading-dot-8px;
  height: 0.5rem;
  width: 0.5rem;
}

.c-loading:not(.c-loading--is-large) .c-loading__dot:not(:last-child) {
  margin-right: 0.5rem;
}

.c-loading--is-large .c-loading__dot {
  -ms-flex-preferred-size: 15px;
  flex-basis: 0.9375rem;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  animation-name: loading-dot-15px;
  height: 0.9375rem;
  width: 0.9375rem;
}

.c-loading--is-large .c-loading__dot:not(:last-child) {
  margin-right: 0.9375rem;
}

.c-loading__dot:first-child {
  animation-delay: -0.45s;
}

.c-loading__dot:nth-child(2) {
  animation-delay: -0.3s;
}

.c-loading__dot:nth-child(3) {
  animation-delay: -0.15s;
}

.c-loading__dot:nth-child(4) {
  animation-delay: 0ms;
}

.c-load-more__button .c-loading {
  display: none;
}
.c-load-more__button.c-btn--is-loading .c-loading {
  display: flex;
}
.c-load-more__button.c-btn--is-loading .u-btn__content {
  visibility: hidden;
}
.c-load-more__button.c-btn--is-loading .c-loading__dot {
  background-color: #7f7776;
}

.c-favourites-list-item__details .c-product-option-list__list-item {
  position: relative;
}
.c-favourites-list-item__details .c-product-option-list__list-item:hover {
  border-width: 1px !important;
}

.c-favourites-option-list {
  display: none;
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 10px;
}
.c-favourites-option-list .u-btn--primary {
  width: 100%;
  margin-top: 20px;
}
.c-favourites-option-list .c-product-list-item-edit__button--cancel {
  margin: 20px auto;
  width: 110px;
  display: block;
}

.c-favourites-list-item__add-to-bag-btn.u-btn--has-wide-padding {
  padding-left: 10px;
  padding-right: 10px;
}

.c-favourites-option-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.c-favourites-option-checkbox input {
  display: none;
}
.c-favourites-option-checkbox input:checked + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #000;
}

#favorites_list {
  width: 100%;
}

.c-unordered-list li {
  background: url(/local/templates/main/css/../img/bullet-list.svg) no-repeat left 15px/4px 4px;
  padding: 0 0 0 0.8125rem;
  background-position: left 12px;
}

.div.bx-auth {
  margin: 20px auto;
}
.div.bx-auth input {
  width: 100%;
  border-bottom: 1px solid #bab6b5;
  font-size: 1.125rem;
  line-height: 1.125rem;
}

.save-auth-field {
  margin-top: 15px;
}

.captcha-text {
  margin-bottom: 15px;
}

font.errortext {
  color: red;
  font-size: 16px;
}

font.notetext {
  font-weight: bold;
}

.check_box {
  position: relative;
  display: flex;
  cursor: pointer;
  margin-top: 10px;
}
.check_box input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 5px;
  top: 10px;
}
.check_box input:checked ~ .check_box__item:before {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.check_box__item {
  position: relative;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 2px solid #3A2E2C;
  flex-shrink: 0;
  margin-right: 10px;
}
.check_box__item:before {
  content: "";
  position: absolute;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("/local/templates/main/css/../img/check.svg") no-repeat center;
  background-size: 10px;
}
.check_box__text {
  color: #808080;
  font-size: 14px;
  line-height: 23px;
  padding-top: 2px;
}
.check_box__text a.u-link {
  color: inherit;
}

div.bx-auth-serv-icons a {
  margin: 0 5px;
}
div.bx-auth-serv-icons a:hover {
  border: 0;
  margin: 0 5px;
}
div.bx-auth-serv-icons a:hover i {
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
div.bx-auth-serv-icons i {
  width: 35px;
  height: 35px;
  margin: 0;
  image-rendering: optimizeQuality;
  shape-rendering: auto;
  -webkit-transition: all 0.15s linear 0s;
  -moz-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
  will-change: transform;
  backface-visibility: hidden;
  border-radius: 50%;
  border: 1px solid rgb(49, 80, 149);
}
div.bx-auth-serv-icons i.facebook {
  background: url("/local/templates/main/css/../img/soc/ico_fb.svg") no-repeat center;
  background-size: contain;
}
div.bx-auth-serv-icons i.yandex {
  background: url("/local/templates/main/css/../img/soc/ico_ya.svg") no-repeat center;
  background-size: contain;
}
div.bx-auth-serv-icons i.vkontakte {
  background: url("/local/templates/main/css/../img/soc/ico_vk.svg") no-repeat center;
  background-size: contain;
}
div.bx-auth-serv-icons i.google {
  background: url("/local/templates/main/css/../img/soc/ico_g.svg") no-repeat center;
  background-size: contain;
}

.available-shop {
  display: none;
}
.available-shop__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.available-shop__top__name {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
.available-shop__top__btn {
  display: flex;
  align-items: center;
  border: 1px dashed #C4C4C4;
  padding: 6px;
  cursor: pointer;
}
.available-shop__top__btn .svg {
  width: 15px;
  margin-right: 3px;
}
.available-shop__edit {
  display: none;
}

.js-select-wrap select {
  display: none;
}
.js-select-wrap.select + .available-select__text {
  font-size: 14px;
  line-height: 17px;
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.available-select {
  position: relative;
  margin-bottom: 20px;
}
.available-select__text {
  position: absolute;
  bottom: 18px;
  font-weight: 300;
  font-size: 23px;
  line-height: 28px;
  color: #7D7373;
  pointer-events: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 97%;
}

.custom-select {
  position: relative;
}
.custom-select__single {
  border-bottom: 2px solid #1F3188;
  height: 43px;
  font-weight: 400;
  font-size: 23px;
  line-height: 28px;
}
.custom-select__single:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #A2A2A2;
  border-right: 1px solid #A2A2A2;
  transform: rotate(45deg);
  margin-top: -23px;
}
.custom-select__dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 18px 0;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  list-style: none;
  transition: all 0.3s;
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}
.custom-select__dropdown-list li {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #7D7373;
  padding: 7px 30px;
}
.custom-select__dropdown-list li.placeholder {
  display: none;
}
.custom-select__dropdown-list li:hover, .custom-select__dropdown-list li.is-active {
  background: #1E90FF;
  color: #fff;
}
.custom-select.is-open .custom-select__dropdown-list {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.custom-select.is-open .custom-select__single:after {
  transform: rotate(-135deg);
  margin-top: -12px;
}

.need-lazyload {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.c-recommendations-content-section .c-product-tile__footer {
  bottom: auto;
  top: 100%;
}

.cart-brand-line {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #767676;
}

.list-round {
  list-style-type: none;
  padding-left: 41px;
  margin-top: 30px;
  font-family: Inter, sans-serif;
  font-weight: 100;
}
.list-round .title {
  font-weight: 100;
  font-size: 30px;
  margin-bottom: 0;
  line-height: 130%;
}
.list-round li {
  margin-bottom: 30px;
}
.list-round li p {
  margin-top: 0;
}
.list-round li:before {
  content: "";
  background: url(/local/templates/main/./img/check-mark.svg);
  display: inline-block;
  width: 33px;
  height: 33px;
  position: absolute;
  margin-left: -44px;
}

.about-sect-title {
  margin-bottom: 0;
}

.about-sect-desc {
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-weight: 100;
}

.o-cms-page .o-cms-page__modules.about-page {
  font-family: Inter, sans-serif;
  font-weight: 100;
}

.c-editorial-list--about {
  margin-bottom: 5rem;
  margin-top: 2rem;
}
.c-editorial-list--about .c-editorial .c-editorial-banner-text:not(:only-child) {
  padding-top: 0;
  padding-bottom: 0;
}
.c-editorial-list--about .c-editorial {
  margin-bottom: 0;
  margin-top: 0;
}
.c-editorial-list--about .list-round {
  line-height: 130%;
  font-size: 14px;
  margin-top: 20px;
}
.c-editorial-list--about .list-round li {
  margin-bottom: 20px;
}
.c-editorial-list--about .list-round li:before {
  margin-left: -41px;
}
.c-editorial-list--about .list-round .title {
  font-size: 22px;
}

@media (min-width: 34.375em) {
  .modal .c-modal__header {
    padding: 2.75rem 3.5rem;
  }
  .modal .c-modal__header h1 {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
  .modal .c-open-content + .c-open-content {
    padding-top: 3.125rem;
  }
  .modal .c-open-content__content-wrapper, .modal .c-open-content__helper {
    margin-bottom: 3.125rem;
  }
  .modal.small-modal .modal-content {
    width: 60%;
  }
  .modal.small-modal .c-modal__body {
    margin: 2.875rem 3.5rem;
  }
  .c-modal__body {
    margin: 2.5rem 1.25rem 1.5625rem;
  }
  .c-tablist {
    margin-bottom: 2.5rem;
  }
  .c-tablist-item {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5rem;
    padding-left: 1.5625rem;
  }
  .c-table__cell {
    padding: 1.25rem;
  }
  .c-disclaimer {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
    width: 66%;
  }
  .u-list {
    font-size: 1.125rem;
  }
  .u-list-item:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
  .c-search__section {
    padding-bottom: 6.25rem;
  }
  .c-search-categories__category-list-title {
    font-size: 1.875rem;
    margin-bottom: 1.4375rem;
  }
  .c-favourites-header__icon {
    margin-right: 1.5625rem;
    width: 2.1875rem;
  }
  .c-heading.c-favourites-header__title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.5rem;
  }
  .c-favourites__header.c-favourites-header {
    background-color: #fff;
    margin: 0;
    padding: 3.25rem 0 2.5rem;
    width: 100%;
  }
  .c-recommendations-content-section {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
  .c-favourites__recommendations .c-favourites__recommendations-header {
    font-size: 1.25rem;
    padding-top: 3.75rem;
  }
  .c-favourites__recommendations .c-section-header {
    padding-top: 0.625rem;
  }
  .c-favourites__recommendations .c-section-header .c-favourites__section-title {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.25rem;
  }
  .c-favourites-empty__title.c-heading {
    margin-bottom: 2.5rem;
  }
  .c-favourites-empty {
    padding: 1.25rem 0 7.8125rem;
  }
  .c-support-popover-menu {
    bottom: -5px !important;
    left: -23.25rem;
    position: absolute;
    transform: translateX(0.625rem);
    transition-duration: 0.35s;
    width: 21.875rem;
  }
  .c-load-more__button {
    min-width: 33.33%;
  }
}
@media (min-width: 47.5em) {
  .c-favourites-list-item__header {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 68.75em) {
  .modal.small-modal .modal-content {
    width: 40%;
  }
  .modal-content {
    width: 66.66%;
    max-height: calc(100% - 1.875rem);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .c-markdown .c-disclaimer {
    margin-top: 1.375rem;
  }
  .c-favourites-header__icon {
    margin-right: 1.5625rem;
    width: 3.4375rem;
  }
  .c-heading.c-favourites-header__title {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 4.5rem;
  }
  .c-favourites__sidebar {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .c-favourites-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-favourites__content-wrapper {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 0.625rem;
  }
  .c-favourites__recommendations {
    margin-left: -6.125rem;
    margin-right: -6.125rem;
  }
  .c-favourites__recommendations .c-section-header .c-favourites__section-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3rem;
  }
}
@media (max-width: 64em) {
  .right-modal-content.big-content {
    padding: 70px 17px 0;
    max-width: 100%;
  }
  .right-modal-content.big-content .u-btn.o-close-button .c-icon {
    height: 1rem;
    width: 1rem;
    margin: 0;
  }
  .right-modal-content.big-content .modal-close {
    width: 40px;
    height: 40px;
    right: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
  }
  .available-modal__cart {
    display: block;
    margin-top: 100px;
  }
  .available-modal__cart__title {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 1.2;
  }
  .available-modal__cart__title .small-text {
    font-size: 1em;
  }
  .available-map-block {
    margin-top: 17px;
  }
  .available-map-block .available-modal__cart {
    display: block !important;
  }
  .available-select__text {
    white-space: normal;
    font-size: 17px;
    line-height: 1.2;
    width: 92%;
  }
  .custom-select__single:after {
    right: 6px;
  }
  .available-map {
    padding-top: 20px;
  }
}
@media (max-width: 34.374em) {
  .c-support-popover-menu {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 11111;
    max-height: 100vh;
    border: none;
  }
  .c-favourites__content-wrapper {
    width: 100%;
  }
  .c-modal__body {
    margin: 2.5rem 0 1.5625rem;
  }
  .available-map-block {
    overflow: auto;
  }
  .available-map {
    display: block;
  }
  .available-map__left {
    width: 100%;
    height: 320px;
  }
  .available-info {
    font-size: 12px;
    line-height: 15px;
  }
}
@keyframes loading-dot-8px {
  0% {
    animation-timing-function: ease-in-out;
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
  75% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes loading-dot-15px {
  0% {
    animation-timing-function: ease-in-out;
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
  75% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
.u-btn .u-link {
  display: inline-block;
}

button.u-link {
  line-height: 1;
}

.u-btn {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  font-family: Inter, sans-serif;
  position: relative;
  text-align: center;
}
.u-btn.disabled {
  background: #b9b9b9 !important;
  border-color: #b9b9b9 !important;
  color: #262626;
  pointer-events: none;
}

.wf-primary-active .u-btn {
  font-family: Inter, sans-serif;
}

.u-btn:not([aria-disabled=true]) {
  cursor: pointer;
}

.u-btn.u-link:focus {
  outline: 0;
}

.u-btn--is-small {
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding-bottom: 0.8125rem;
  padding-top: 0.8125rem;
}

.u-btn--is-small:not(.u-btn--has-wide-padding) {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.u-btn--has-wide-padding {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.u-btn--primary {
  border: 1px solid;
  color: #fff;
}

.u-btn--primary.c-btn--is-loading, .u-btn--primary:not([aria-disabled=true]):not(.c-btn--is-user-action-needed) {
  background: #1F3188;
  border-color: #1F3188;
}

.u-btn--primary:not(.u-btn--is-small) {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding-bottom: 1.125rem;
  padding-top: 1.125rem;
}

.u-btn--primary:not(.u-btn--is-small):not(.u-btn--has-wide-padding) {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.u-btn--primary:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):focus {
  background: #230077;
  border-color: #230077;
}

.c-root:not(.c-root--is-touch-capable) .u-btn--primary:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):hover {
  background: #230077;
  border-color: #230077;
}

.u-btn--primary.c-icon {
  fill: #fff;
}

.u-btn--secondary {
  border: 1px solid;
  color: #fff;
}

.u-btn--secondary.c-btn--is-loading, .u-btn--secondary:not([aria-disabled=true]):not(.c-btn--is-user-action-needed) {
  background: #3a2e2c;
  border-color: #3a2e2c;
}

.u-btn--secondary:not(.u-btn--is-small) {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding-bottom: 1.125rem;
  padding-top: 1.125rem;
}

.u-btn--secondary:not(.u-btn--is-small):not(.u-btn--has-wide-padding) {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.u-btn--secondary:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):focus {
  background: #1F3188;
  border-color: #1F3188;
}

.c-root:not(.c-root--is-touch-capable) .u-btn--secondary:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):hover {
  background: #1F3188;
  border-color: #1F3188;
}

.u-btn--secondary.c-icon {
  fill: #fff;
}

.u-btn--tertiary {
  margin-bottom: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.u-btn--tertiary {
  border: 1px solid;
  color: #3a2e2c;
}

.u-btn--tertiary.c-btn--is-loading, .u-btn--tertiary:not([aria-disabled=true]):not(.c-btn--is-user-action-needed) {
  background: #fff;
  border-color: #7f7776;
  border-color: var(--button-border-color);
}

.u-btn--tertiary:not(.u-btn--is-small) {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding-bottom: 1.125rem;
  padding-top: 1.125rem;
}

.u-btn--tertiary:not(.u-btn--is-small):not(.u-btn--has-wide-padding) {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.u-btn--tertiary.c-btn--is-loading, .u-btn--tertiary:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):focus, .u-btn--tertiary:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):focus .u-link {
  background: #3a2e2c;
  background: var(--button-tertiary-emphasis-background-color);
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
  color: var(--button-tertiary-emphasis-text-color);
}

.u-btn--tertiary.c-btn--is-loading .c-icon, .u-btn--tertiary:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):focus .c-icon, .u-btn--tertiary:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):focus .u-link .c-icon {
  fill: #fff;
}

.c-root:not(.c-root--is-touch-capable) .u-btn--tertiary:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):hover {
  background: #3a2e2c;
  background: var(--button-tertiary-emphasis-background-color);
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
  color: var(--button-tertiary-emphasis-text-color);
}

.c-root:not(.c-root--is-touch-capable) .u-btn--tertiary:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):hover .c-icon {
  fill: #fff;
}

.u-btn--tertiary-light {
  border: 1px solid;
  color: #3a2e2c;
}

.u-btn--tertiary-light.c-btn--is-loading, .u-btn--tertiary-light:not([aria-disabled=true]):not(.c-btn--is-user-action-needed) {
  background: #fff;
  border-color: #7f7776;
}

.u-btn--tertiary-light:not(.u-btn--is-small) {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding-bottom: 1.125rem;
  padding-top: 1.125rem;
}

.u-btn--tertiary-light:not(.u-btn--is-small):not(.u-btn--has-wide-padding) {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.u-btn--tertiary-light.c-btn--is-loading, .u-btn--tertiary-light:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):focus, .u-btn--tertiary-light:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):focus .u-link {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.u-btn--tertiary-light.c-btn--is-loading .c-icon, .u-btn--tertiary-light:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):focus .c-icon, .u-btn--tertiary-light:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):focus .u-link .c-icon {
  fill: #fff;
}

.c-root:not(.c-root--is-touch-capable) .u-btn--tertiary-light:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.c-root:not(.c-root--is-touch-capable) .u-btn--tertiary-light:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):hover .c-icon {
  fill: #fff;
}

.u-btn--outline {
  border: 1px solid;
}

.u-btn--outline:not(.u-btn--is-small) {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding-bottom: 1.125rem;
  padding-top: 1.125rem;
}

.u-btn--outline:not(.u-btn--is-small):not(.u-btn--has-wide-padding) {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.u-btn--outline.c-btn--is-loading, .u-btn--outline:not([aria-disabled=true]):not(.c-btn--is-user-action-needed) {
  border-color: #7f7776;
  border-color: var(--button-border-color);
}

.u-btn--outline:not(.u-btn--serif) {
  font-family: sans-serif;
}

.wf-primary-active .u-btn--outline:not(.u-btn--serif) {
  font-family: Inter, sans-serif;
}

.u-btn--outline.c-btn--is-loading, .u-btn--outline:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):matches(:hover, :focus), .u-btn--outline:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):matches(:hover, :focus) .u-link {
  border-color: #3a2e2c;
}

.u-btn--outline:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):active, .u-btn--outline:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):active .u-link {
  border-width: 2px;
  padding: 1.0625rem 1.5rem;
}

.u-btn--outline.u-btn--is-small:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):active, .u-btn--outline.u-btn--is-small:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):active .u-link {
  padding: 0.75rem 0.875rem;
}

.u-btn--regular {
  display: block;
  width: 100%;
}

.u-btn--regular:not(.u-btn--is-small) {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding-bottom: 1.125rem;
  padding-top: 1.125rem;
}

.u-btn--regular:not(.u-btn--is-small):not(.u-btn--has-wide-padding) {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.u-btn--outline-custom {
  border: 1px solid;
  color: currentColor;
}

.u-btn--outline-custom:not(.u-btn--is-small) {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding-bottom: 1.125rem;
  padding-top: 1.125rem;
}

.u-btn--outline-custom:not(.u-btn--is-small):not(.u-btn--has-wide-padding) {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.u-btn--outline-custom:focus {
  outline: 1px dotted currentColor;
  outline-offset: 2px;
}

.u-btn--has-no-border {
  border: none;
}

.u-btn--has-check-icon .c-icon {
  display: inline-block;
  height: 0.875rem;
  width: 0.875rem;
}

.u-btn .c-loading {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.u-btn--full-width {
  width: 100%;
}

.c-navigation-featured-content__footer-wrapper .u-btn--tertiary:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):not([aria-disabled=true]):not(.c-btn--is-user-action-needed):focus, .c-navigation-featured-content__footer-wrapper .u-btn--tertiary:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):not([aria-disabled=true]):not(.c-btn--is-user-action-needed):hover {
  background: #3a2e2c;
  color: #fff;
  border-color: #3a2e2c;
}

.c-btn--is-user-action-needed {
  background: #c60a00;
  color: #fff;
}

.u-btn--primary:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):hover {
  background: #230077;
  border-color: #230077;
}

/* header begin */
.header-fade {
  position: fixed;
  z-index: 8;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.43);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.header-fade.show {
  opacity: 1;
  pointer-events: auto;
}

.header {
  position: fixed;
  background: #fff;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.header.show-sub {
  padding-bottom: 40px;
}
.header .content {
  width: 100%;
}
.header .relative {
  display: flex;
  align-items: center;
}
.header-wrap {
  height: 120px;
}
.header.fixed {
  margin-top: -25px;
  border-bottom: 1px solid #f5f3f5;
}
.header.fixed .header-bottom {
  height: 50px;
}
.header.fixed .header-submenu {
  margin-top: 3px;
}

.header-top {
  height: 25px;
}

.header-slider {
  position: relative;
  max-width: 770px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 15px;
}
.header-slider .slider_controls {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.header-slider .slider_controls .slide_control {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}
.header-slider .slider_controls .slide_control.right {
  left: auto;
  right: 0;
}

.header-slider-itm a {
  text-decoration: none;
}
.header-slider-itm__message {
  font-size: 0.75rem;
  color: #1F3188;
  padding-right: 0.375rem;
}
.header-slider-itm__link {
  font-size: 0.75rem;
}

.c-navigation--utility {
  position: absolute;
  right: 0;
  top: 0;
}

.c-login-signup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  border-top: 3px solid #1F3188;
}

.c-login-signup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  border-top: 3px solid #1F3188;
}
.c-login-signup__sign-in-button {
  white-space: nowrap;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  color: #1F3188;
  font-size: 0.875rem;
}
.c-login-signup__slash {
  color: #1F3188;
  font-size: 0.875rem;
}
.c-login-signup__sign-up-link {
  white-space: nowrap;
  padding: 0.0625rem 0.375rem;
  color: #1F3188;
  font-size: 0.875rem;
  text-decoration: none;
  border: none;
}
.c-login-signup__sign-up-link:hover {
  color: #1F3188;
}
.c-login-signup .u-link:hover {
  border-bottom: none;
}
.c-login-signup .c-navigation__btn-account-tier {
  line-height: 1.25rem;
}
.c-login-signup .c-navigation__btn-account-tier .c-navigation__btn-account-tier-name {
  color: #1F3188;
  font-weight: 300;
}
.c-login-signup .c-navigation__btn-account-tier .c-navigation__btn-account-tier-member {
  color: #1F3188;
}

.c-logo__icon {
  fill: #3a2e2c;
  margin-right: 15px;
}

.c-icon .c-icon--title {
  fill: transparent;
  font-size: xx-small;
}

.c-logo .svg {
  margin: 1rem auto;
  position: relative;
  width: 4.6875rem;
  z-index: 30;
}

.c-logo__icon .svg {
  fill: #3a2e2c;
  height: 24px;
}

.header-logo {
  margin-bottom: -5px;
}

.header-bottom {
  position: relative;
  display: flex;
  align-items: center;
  height: 71px;
  justify-content: space-between;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.header-bottom__left {
  display: flex;
  align-items: center;
  flex: 1;
}
.header-nav-right {
  display: flex;
}
.header-nav-right-itm {
  display: inline-block;
  padding: 0 1.25rem;
  border-right: 1px solid #efecf0;
}
.header-nav-right-itm:last-child {
  border: none;
  padding-right: 0;
}
.header-nav-right-itm a {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.header-nav-right-itm .svg {
  max-width: 100%;
  max-height: 100%;
  stroke: #3a2e2c;
  fill: #3a2e2c;
}

.header-menu {
  display: flex;
  align-items: center;
  list-style: none;
}

.head-menu {
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 23px;
  flex: 1;
  padding: 10px 0;
}
.head-menu ul {
  list-style: none;
}
.head-menu > li > a {
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #767676;
  padding: 8px;
}
.head-menu > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 0;
  background: #767676;
  transition: all 0.3s ease-in-out;
}
.head-menu > li.active > a, .head-menu > li:hover > a {
  color: #767676;
}
.head-menu > li.active > a:before, .head-menu > li:hover > a:before {
  width: 100%;
}
.head-menu-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: -4px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  transition: opacity 0.3s ease-in-out;
}
.head-menu-top.active {
  opacity: 1;
  pointer-events: auto;
}
.head-menu-top > li > a {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  padding: 8px 12px;
  display: inline-block;
}
.head-menu-top > li > a.red-select {
  color: #C81108;
}
.head-menu-top > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 0;
  background: #BAB6B5;
  transition: all 0.3s ease-in-out;
}
.head-menu-top > li:hover > a:before {
  width: 100%;
}
.head-menu-top > li:hover .head-menu-sub {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}
.head-menu-sub {
  position: absolute;
  left: -120px;
  right: -170px;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  padding: 35px 62px;
  display: flex;
  gap: 20px 150px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  transform: translateY(-5px);
  border: 1px solid #D8D5D5;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
.head-menu-sub li {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 20px;
}
.head-menu-sub li.head-menu-sub__head {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 25px;
}
.head-menu-sub a {
  color: inherit;
  transition: color 0.2s ease-in-out;
}
.head-menu-sub a:hover {
  color: #1F3188;
}

.header-menu-button {
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 0.8125rem;
  padding: 1.25rem 1.875rem 2.375rem 0;
  color: #3a2e2c;
}
.header-menu-button__ico {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-top: -2px;
  margin-left: 2px;
  border-color: #867f7b;
}

.header-menu-item.show .header-submenu {
  max-height: none;
}
.header-menu-item.show .header-submenu-content {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.header-menu-item.show .header-menu-button__ico {
  -moz-transform: rotate(-130deg);
  -ms-transform: rotate(-130deg);
  -webkit-transform: rotate(-130deg);
  transform: rotate(-130deg);
}
.header-menu-item.no-animate .header-submenu-content {
  transition: none;
}

.header-submenu {
  position: absolute;
  left: -3.75em;
  top: 100%;
  margin-top: -10px;
  right: -3.75em;
  max-height: 0px;
  overflow-y: hidden;
  transition: max-height 0.44s cubic-bezier(0.19, 1, 0.22, 1);
  backface-visibility: hidden;
  background-color: #fff;
}
.header-submenu-content {
  -moz-transform: translateY(-12.5rem);
  -o-transform: translateY(-12.5rem);
  -ms-transform: translateY(-12.5rem);
  -webkit-transform: translateY(-12.5rem);
  transform: translateY(-12.5rem);
  opacity: 0;
  transition: transform 0.44s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s linear 0.2s;
  display: flex;
}
.header-submenu-content.with-p {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
.header-submenu__left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
}
.header-submenu__left .header-submenu-t-block {
  width: 60%;
}
.header-submenu__left .c-navigation-mega-menu--sale-split__image-container {
  width: 40%;
}
.header-submenu__right {
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  padding: 1.875rem;
  padding-bottom: 0;
  width: 50%;
  margin: 0;
}
.header-submenu__right ul {
  width: 40%;
}
.header-submenu__right ul li {
  width: 33.333%;
}
.header-submenu__divider {
  position: relative;
  width: 8.33%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.header-submenu__divider:after {
  background-color: #d8d5d5;
  content: " ";
  display: block;
  height: calc(100% - 3.125rem);
  left: 50%;
  margin: 1.5625rem auto;
  position: absolute;
  top: 0;
  width: 0.0625rem;
}
.header-submenu__right-pic {
  display: block;
  margin-top: 1.3125rem;
}
.header-submenu [class^=o-box] {
  padding-bottom: 0.625rem;
}

.c-layered-background {
  width: 50%;
}

.header-submenu-t-block {
  padding: 2.5rem;
}

.header-submenu-big-text {
  font-size: 80px;
  line-height: 101.091px;
  font-weight: 100;
  display: block;
}

.header-submenu-v-big-text {
  font-size: 3rem;
  line-height: 12rem;
  margin-bottom: 0.625rem;
  font-weight: 100;
  display: block;
}

.header-submenu-text {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: bold;
}

.header-submenu-list {
  list-style: none;
  overflow: hidden;
}
.header-submenu-list a {
  color: inherit;
  text-decoration: none;
}
.header-submenu-list a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #d8d5d5;
  -webkit-text-decoration-color: var(--links-border-bottom-color);
  text-decoration-color: #d8d5d5;
}
.header-submenu-list .header-submenu-list__bold {
  font-weight: normal;
  font-size: 1.125rem;
  margin: 1.3125rem 0;
  white-space: nowrap;
}
.header-submenu-list .header-submenu-list__bold .arrow {
  margin-left: 7px;
  margin-top: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-submenu-list li {
  font-weight: 100;
  font-size: 0.875rem;
  margin: 0 0 1.125rem;
}

.c-navigation__filter-by-attribute__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  height: inherit;
  object-fit: contain;
  padding: 0.3125rem 0;
  width: 90%;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-navigation__filter-by-attribute__container .c-labels {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  list-style: none;
}
.c-navigation__filter-by-attribute__container .c-labels li {
  margin-bottom: 0.625rem;
}
.c-navigation__filter-by-attribute__container .c-labels li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  color: inherit;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.c-navigation__filter-by-attribute__container .c-labels__label-circle {
  width: 1.5625rem;
  height: 1.5625rem;
  margin-left: 0.3125rem;
}
.c-navigation__filter-by-attribute__container .c-labels__label-circle img {
  max-width: 100%;
}
.c-navigation__filter-by-attribute__container .c-labels__label-text {
  font-weight: lighter;
  margin-left: 0.3125rem;
}

.c-navigation-featured-content__eyebrow {
  margin: 0.3125rem 0;
  font-weight: lighter;
}
.c-navigation-featured-content__eyebrow a {
  text-decoration: none;
  font-weight: lighter;
}
.c-navigation-featured-content__heading {
  font-weight: 100;
  margin: 0.3125rem 0;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.c-navigation-featured-content__subheading {
  font-weight: 100;
  font-size: 0.875rem;
  margin-top: 0;
  line-height: 1.5;
}
.c-navigation-featured-content .u-link {
  border-color: #d8d5d5;
  font-weight: 100;
}
.c-navigation-featured-content__footer {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.75rem 0.1875rem;
}

.search-block {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  padding: 1.875rem 0 2.8125rem;
  box-shadow: 0 1px 0 #e5e5e5;
  -webkit-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.search-block.active {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search-close {
  width: 45px;
  height: 45px;
  position: absolute;
  padding: 14px;
  right: -14px;
}

.search-input {
  display: block;
  position: relative;
  margin-top: 1.875rem;
  margin-bottom: 1.23rem;
}
.search-input input {
  border-bottom: 1px solid #bab6b5;
  padding-left: 2.5625rem;
  padding-bottom: 0.8125rem;
  width: 100%;
  font-size: 2.25rem;
  font-weight: 400;
}
.search-input input:focus {
  border-bottom: 2px solid #1F3188;
  outline: 0;
  padding-bottom: 0.75rem;
}
.search-input input:focus + .search-input__text, .search-input input:not(:placeholder-shown) + .search-input__text {
  font-size: 0.875rem;
  top: -25px;
}
.search-input__text {
  position: absolute;
  left: 2.5625rem;
  top: 6px;
  margin-top: 0.1875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: font-size 0.3s cubic-bezier(0.19, 1, 0.22, 1), top 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  white-space: nowrap;
  color: #3a2e2c;
  font-size: 1.125rem;
}
.search-input__ico {
  height: 2.1875rem;
  width: 1.3125rem;
  position: absolute;
  left: 0;
  top: 0;
}
.search-input__result {
  display: none;
  padding-top: 40px;
}
.search-input__result__list {
  list-style: none;
}
.search-input__result__list li {
  margin-bottom: 15px;
}
.search-input--city:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #A2A2A2;
  border-right: 1px solid #A2A2A2;
  transform: rotate(45deg);
  margin-top: -20px;
}
.search-input--city.active:after {
  transform: rotate(-135deg);
  margin-top: -5px;
}
.search-input--city input {
  padding-left: 0;
}
.search-input--city .search-input__text {
  left: 0;
  font-weight: 300;
  font-size: 23px;
  line-height: 28px;
  color: #7D7373;
  width: 95%;
}
.search-input--city .search-input__result {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  padding: 18px 0;
}
.search-input--city .search-input__result ul {
  list-style: none;
}
.search-input--city .search-input__result ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #7D7373;
  padding: 10px 30px;
  cursor: pointer;
}
.search-input--city .search-input__result ul li:hover {
  background: #1E90FF;
  color: #fff;
}

.message-bar-itm {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  padding: 1.375rem 0 1.125rem;
  -webkit-transition: opacity 0.3s linear 0s;
  -moz-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
  -webkit-transition: opacity 0.3s linear 0s;
  -moz-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
}
.message-bar-itm.active {
  opacity: 1;
  pointer-events: auto;
}

.message-bar {
  position: relative;
  background-color: #FEE6D6;
  color: #403695;
  text-align: center;
}
.message-bar .slider_nav_point_itm:after {
  border: 2px solid currentColor;
  background: transparent;
}
.message-bar .slider_nav_point_itm.active:after {
  background-color: currentColor;
  border-color: currentColor;
}
.message-bar .message-bar-list {
  position: relative;
  z-index: 1;
  height: 170px;
}
.message-bar .message-bar-list.one-itms {
  height: 130px;
}
.message-bar .message-bar-list .b_slider_wrap, .message-bar .message-bar-list .slider_list {
  height: 100%;
}
.message-bar .b_slider_wrap {
  overflow: visible;
}
.message-bar .b_slider_nav_points {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.message-bar .o-container {
  position: relative;
}
.message-bar-close {
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 1;
  width: 45px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  margin-right: -12px;
}
.message-bar-close .svg {
  height: 50px;
  margin: 0 auto;
  width: 0.75rem;
  display: inline-block;
}
.message-bar__subtitle {
  font-size: 0.75rem;
  line-height: 0.8125rem;
}
.message-bar__title {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.message-bar__link {
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin: 0 0.625rem;
  border-bottom: 1px solid;
  color: currentColor;
}

.c-promotion-banner__links-item {
  display: inline-block;
}
.c-promotion-banner__links-item a {
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin: 0px 0.625rem;
  color: currentColor;
  border-bottom: 1px solid;
}

.c-mobile-nav-search__search {
  border-bottom: 1px solid #efecf0;
  height: 3.125rem;
}

.c-search-input {
  padding: 0.9375rem;
  z-index: 40;
}

.c-navigation-mega-menu--is-sale-type-feature__eyebrow {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  margin: -0.3125rem 0;
  display: block;
}

.c-mobile-nav-search__search .c-form-field-text:not(.c-form-field-text--has-custom-label).c-mobile-nav-search__input {
  margin: 0;
}

.c-mobile-nav-search__search .c-form-field-text {
  border-bottom: 0;
  padding: 0 0 0 1.5625rem;
}

.c-mobile-nav-search__search .c-form-field-text:not(.c-form-field-text--has-custom-label) ~ .c-form-field-wrapper__label {
  top: 0;
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #767676;
  padding-left: 1.5625rem;
}

.c-mobile-nav-search__search .c-search-input__field:before {
  height: 1.4375rem;
}

.c-navigation__list {
  list-style: none;
  padding-left: 0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 1.25rem;
}

.c-navigation__item, .c-navigation__list-item {
  font-family: Inter, sans-serif;
  background-color: #fff;
  border-bottom: 1px solid #efecf0;
  padding: 0;
  width: 100%;
}

.c-navigation-featured-content {
  min-height: 10.75rem;
}

.c-carousel__slide--is-small {
  width: 42%;
  float: right;
  margin-top: 1.125rem;
  margin-right: 1.25rem;
  padding-bottom: 0.625rem;
}

.c-navigation-featured-content-small__footer-wrapper {
  width: 100%;
  padding: 1.3125rem 0.3125rem 1.3125rem 1.25rem;
}

.c-carousel__scroller-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-navigation-featured-content-small__subheading {
  font-size: 0.75rem;
  font-weight: lighter;
  margin-top: 0.3125rem;
}

.c-navigation-featured-content-small__heading {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0.3125rem 0 0.5625rem;
}

.c-navigation__divider {
  height: 0.9375rem;
  background: #cecbca;
}

.c-navigation__btn-account {
  color: #3a2e2c;
  font-size: 1.125rem;
  font-weight: bolder;
  line-height: 1.5625rem;
  position: relative;
}

.c-navigation-featured-content__heading, .c-navigation__btn-account--text, .c-navigation__list-item .c-navigation__link, .c-region-selector__selected-region {
  font-weight: 100;
}

.c-region-selector {
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #3a2e2c;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-region-selector, .c-region-selector .c-region-selector__inner-wrapper {
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-navigation__btn.c-navigation__btn-locations {
  font-family: sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  border-top: 1px solid #d8d5d5;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.c-navigation__back-button {
  position: relative;
  text-align: center;
}

.c-navigation__control-back {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #3a2e2c;
  height: 2.5rem;
  left: 20px;
  min-height: inherit;
  z-index: 40;
  position: absolute;
  top: 75px;
}

.c-navigation__control-back .c-icon {
  height: 0.625rem;
  margin-right: 0.3125rem;
  width: 0.625rem;
}

.c-navigation-mega-menu--sale-split__inner {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.25rem;
  width: 50%;
  margin: 0;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-navigation-mega-menu--sale-split__inner.c-navigation-mega-menu--sale-split__small-tile {
  width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
}

.c-navigation-mega-menu--is-sale--mobile__text, .c-navigation-mega-menu--sale__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-navigation-mega-menu--is-sale--mobile__text {
  width: 55%;
  padding: 1.25rem;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 0.9375rem;
}

.c-navigation-mega-menu--is-sale-type-feature__text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 1.5625rem;
}

.c-navigation-mega-menu--sale-split__mobile-text {
  padding: 1.25rem;
}

.c-navigation-mega-menu--is-sale-type-feature__eyebrow {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-style: italic;
  font-weight: 400;
  margin: -0.3125rem 0;
  display: block;
}

.c-sidebar-menu .c-navigation-mega-menu--is-sale-type-feature__title {
  font-size: 4.5rem;
  font-weight: 100;
  line-height: 4.5rem;
  margin: 0;
  display: block;
}

.js-open-cart.icon-fill .cart-icon-fill {
  fill: #1F3188;
}
.js-open-cart.icon-fill .cart-icon-nofill {
  display: none;
}

.header-fav.icon-fill .cart-icon-fill {
  fill: #1F3188;
}

.svg-heart-fill {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.header-nav-right-itm .c-favourites-counter {
  display: flex;
  align-items: center;
  width: auto;
}
.header-nav-right-itm .c-favourites-counter__icon-wrapper {
  width: 20px;
  height: 20px;
}
.header-nav-right-itm .c-favourites-counter__label {
  margin-left: 5px;
}

.a-favourites-counter .c-favourites-counter__icon-wrapper {
  position: relative;
}
.a-favourites-counter .c-favourites-counter__icon-wrapper:after {
  animation-duration: 0.46s;
  animation-name: a-favourites-counter-scale-in;
  animation-timing-function: ease-out;
  border-radius: 30px;
  border: 0 solid transparent;
  content: "";
  display: block;
  height: 1.875rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: scale(1) translate3d(-50%, -50%, 0);
  transform-origin: 0 0;
  width: 1.875rem;
}
.a-favourites-counter .c-favourites-counter__icon-wrapper .svg-heart-fill {
  fill: #ff525f;
}

#mobile-menu .modal-close {
  height: 50px;
  width: 50px;
}
#mobile-menu .modal-close svg {
  margin: 0.8rem;
}

.mobile-menu-auth {
  display: flex;
  align-items: center;
  margin: 40px 15px 0;
}
.mobile-menu-auth__link {
  font-weight: 600;
  font-size: 0.85rem;
  color: #333333;
}
.mobile-menu-auth__sep {
  font-size: 0.85rem;
  color: #333333;
  margin: 0 4px;
}
.mobile-menu-auth .c-icon {
  width: 1.1875rem;
  margin-right: 0.625rem;
}

@media all and (max-width: 1440px) {
  .header-slider {
    position: relative;
    max-width: 700px;
  }
}
@media all and (max-width: 1300px) {
  .header-slider {
    max-width: 600px;
  }
  .header-slider-itm {
    overflow: hidden;
    white-space: nowrap;
  }
  .header-slider a {
    display: block;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .header-slider-itm__message {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media all and (max-width: 1230px) {
  .header-slider {
    max-width: 500px;
  }
}
@media (min-width: 34.375em) {
  .message-bar__title {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .message-bar-itm {
    padding: 1.5625rem 0px 1.4375rem;
  }
}
@media (max-width: 68.749em) {
  .content {
    padding: 0 2.8125rem;
  }
  .header-menu-button {
    font-size: 0.625rem;
    padding: 1.25rem 0.9375rem 1.625rem 0;
  }
  .c-login-signup {
    margin-right: -5px;
  }
  .c-login-signup button, .c-login-signup a {
    font-size: 12px;
  }
  .header-slider {
    max-width: 300px;
  }
  .header-slider-itm a {
    display: block;
  }
  .header-slider-itm__message {
    display: block;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .header-slider-itm__link {
    display: none;
  }
  .c-navigation-mega-menu--sale-split__image-container {
    display: none;
  }
}
@media (max-width: 47.49em) {
  #mobile-menu {
    justify-content: flex-start;
    opacity: 1;
  }
  #mobile-menu .modal-fade {
    opacity: 0;
    -webkit-transition: all 0.44s linear 0s;
    -moz-transition: all 0.44s linear 0s;
    -o-transition: all 0.44s linear 0s;
    transition: all 0.44s linear 0s;
  }
  #mobile-menu .modal-close {
    z-index: 10;
  }
  #mobile-menu .modal-content {
    margin: 0;
    width: calc(100vw - 5rem);
    padding: 0;
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.44s linear 0s;
    -moz-transition: all 0.44s linear 0s;
    -o-transition: all 0.44s linear 0s;
    transition: all 0.44s linear 0s;
    height: 100%;
  }
  #mobile-menu.show .modal-content {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  #mobile-menu.show .modal-fade {
    opacity: 1;
  }
  #mobile-menu .c-slide-scroller__view {
    position: relative;
  }
  #mobile-menu .c-slide-scroller__view:not(.c-slide-scroller__view--visible) {
    position: absolute;
  }
  #mobile-menu .c-sidebar-menu {
    overflow: visible;
  }
  #mobile-menu .c-sidebar-menu__item-view.visible {
    visibility: visible;
  }
  #mobile-menu .c-sidebar-menu__view {
    position: relative;
  }
  #mobile-menu .c-sidebar-menu__view.move {
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  #mobile-menu .c-sidebar-menu__scroller {
    overflow: auto;
    height: -moz-calc(100vh - 114px);
    height: -webkit-calc(100vh - 114px);
    height: calc(100vh - 114px);
  }
  #mobile-menu .c-navigation__link__with-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }
  #mobile-menu .c-region-selector__subtitle {
    display: none;
  }
  .c-region-selector {
    padding: 0.9375rem;
  }
  .c-navigation-mega-menu__wrapper .c-navigation-mega-menu__inner .c-navigation__item--extended-header, .c-sidebar-menu__view .c-navigation__item--extended-header {
    background-color: #efecf0;
    border-bottom: 1px solid #e5e0e6;
  }
  .c-navigation-mega-menu__wrapper .c-navigation-mega-menu__inner .c-navigation__item--extended-header .c-navigation__link__content, .c-sidebar-menu__view .c-navigation__item--extended-header .c-navigation__link__content {
    font-weight: 500;
  }
  .c-navigation--subcategories {
    background-color: #efecf0;
  }
  .c-navigation--subcategories .c-navigation__item--subcategory {
    padding-left: 1.25rem;
  }
  .c-navigation--subcategories .c-navigation__item--subcategory .c-navigation__link {
    border-bottom: 1px solid #e5e0e6 !important;
    font-size: 0.9375rem;
    padding: 0.9375rem 1.25rem;
  }
  .c-labels__label-circle {
    display: -ms-flexbox;
    display: flex;
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid transparent;
    border-radius: 100%;
    text-align: center;
    transition: border-color 0.32s ease-out, background-color 0.32s ease-out;
  }
  .c-navigation__link__with-icon .c-labels__label-circle {
    margin-right: 0.625rem;
  }
  .header-wrap {
    height: 75px;
    position: relative;
    z-index: 9;
  }
  .header .c-header__wrapper {
    position: relative;
    padding-bottom: 0;
  }
  .c-navigation--cart {
    position: absolute;
    top: 0;
    right: -1.0625rem;
  }
  .c-navigation__icon-hamburger.u-btn {
    left: -1.0625rem;
    padding: 1.0625rem;
    position: absolute;
    top: 0;
  }
  .c-navigation__icon-hamburger.u-btn .c-icon {
    height: 1.125rem;
    width: 1.125rem;
    fill: #3a2e2c;
    fill: var(--text-color);
  }
  .c-navigation__icon-btn-separator {
    background-color: #efecf0;
    content: "";
    height: 1.25rem;
    width: 0.0625rem;
  }
  .c-navigation__icon-search.u-btn {
    left: 1.1625rem;
    padding: 1.0625rem;
    position: absolute;
    top: 0;
  }
  .c-navigation__icon-search.u-btn .c-icon {
    height: 1.0625rem;
    width: 1.0625rem;
    fill: #3a2e2c;
    fill: var(--text-color);
  }
  .c-navigation__cart-btn .c-icon {
    height: 1.125rem;
    vertical-align: text-bottom;
    width: 0.875rem;
  }
  .c-editorial-top-story__title {
    margin-top: 10px;
  }
  .c-favourites-counter__icon-wrapper .c-icon {
    height: 1.125rem;
    width: 1.25rem;
    display: block;
  }
  .c-navigation__btn {
    padding: 0.9375rem;
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .c-favourites-counter__label {
    margin-left: 3px;
  }
  .c-navigation__btn {
    color: #1F3188;
  }
  .c-navigation__btn-cart.c-shopping-bag__button .c-navigation--cart-icon {
    position: relative;
    top: -1px;
  }
  .c-navigation--cart-icon--solid.c-icon {
    fill: #1F3188;
    fill: var(--secondary-color);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
  }
  .c-navigation__btn-account {
    border-bottom: 1px solid #d8d5d5;
  }
  .c-navigation__btn-account:focus .c-navigation__btn__label {
    border-bottom: 1px solid #1F3188;
    border-bottom: 1px solid var(--hover-color);
    color: #1F3188;
    color: var(--hover-color);
    margin-bottom: 0;
    outline: 0;
  }
  .c-navigation__link {
    font-size: 1.125rem;
    font-weight: lighter;
    padding: 1.3125rem 1.25rem;
    width: 100%;
    display: block;
    color: inherit;
  }
  .c-navigation__link .c-navigation__link__content {
    font-weight: 100;
    font-family: Inter, sans-serif;
  }
  .c-navigation__link:focus {
    outline: 1px dotted #1F3188;
    outline-offset: 2px;
  }
  .c-navigation__link:focus {
    outline: 0;
  }
  .c-navigation__link:focus .c-navigation__link__content, .c-navigation__link:focus .u-btn__content {
    border-bottom: 1px solid #1F3188;
    border-bottom: 1px solid var(--hover-color);
    color: #1F3188;
    color: var(--hover-color);
    margin-bottom: 0;
    outline: 0;
  }
  .c-navigation__link:last-child {
    border-bottom: 0;
  }
  .c-navigation__link.c-navigation__current-menu {
    font-weight: bold;
  }
  .c-navigation--primary__list-container {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 6.25rem;
  }
  .c-navigation--primary__list-item .c-navigation--primary__title-button {
    display: block;
    color: #333333;
    font-size: 1.125rem;
    font-weight: bolder;
    padding: 1.3125rem 1.25rem;
    text-align: left;
    width: 100%;
  }
  .c-navigation--primary__list-item .c-navigation--primary__title-button .c-icon {
    margin-top: -0.3125rem;
    position: absolute;
    right: 20px;
    top: 50%;
  }
  .c-navigation--primary__list__header {
    list-style-type: none;
    margin: 0 0 0 0.3125rem;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .c-navigation--primary__list-heading {
    width: 100%;
  }
  .c-header__navigation.c-header__navigation--is-visible .c-navigation--primary__list-heading.u-btn {
    outline: 0;
    text-align: left;
    font-weight: 100;
  }
  .c-header__navigation.c-header__navigation--is-visible .c-navigation--primary__list-heading.u-btn .u-btn__content {
    font-weight: 100;
    font-family: Inter, sans-serif;
  }
  .c-navigation__item--has-dark-border {
    border-top: 1px solid #d8d5d5;
    border-bottom: 1px solid #d8d5d5;
  }
  .c-navigation--primary__list-item {
    border-bottom: 1px solid #efecf0;
    line-height: 1;
  }
  .c-navigation--primary__list-item:last-child {
    border-bottom: 0;
  }
  .c-navigation__btn-cart:matches(:hover, :focus) .c-shopping-bag-label {
    border-bottom: 0;
  }
  .c-navigation-mega-menu-inner__list, .c-navigation-mega-menu__wrapper[aria-hidden=false] {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    height: 100%;
  }
  .c-navigation-mega-menu-inner__list::-webkit-scrollbar, .c-navigation-mega-menu__wrapper[aria-hidden=false]::-webkit-scrollbar {
    width: 0 !important;
  }
  .c-navigation-mega-menu__wrapper[aria-hidden=false].c-navigation-mega-menu__outlet {
    background-color: #efecf0;
  }
  .c-navigation-mega-menu__inner {
    width: 100%;
  }
  .c-navigation-mega-menu-inner__list {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.24s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.24s linear 0.1s;
    visibility: hidden;
    width: 100%;
  }
  .c-navigation-mega-menu-inner__list.is-visible {
    background-color: #efecf0;
    opacity: 1;
    visibility: visible;
  }
  .is-invisible {
    display: none;
  }
  .c-navigation-mega-menu--sale-split__inner .c-heading {
    color: currentColor;
  }
  .c-navigation-mega-menu--is-sale-type-feature__eyebrow {
    margin: 0;
  }
  .c-navigation-mega-menu--tile-border {
    padding: 1.25rem;
  }
  .c-header__navigation {
    position: relative;
  }
  .c-header__navigation::-webkit-scrollbar {
    width: 0 !important;
  }
  .no-document-scroll .c-header:not(.c-header--is-behind-dimmer) {
    pointer-events: none;
  }
  .c-logo {
    margin-top: 0;
    padding-top: 0;
    text-align: center;
  }
  .c-logo .svg {
    margin-top: 0;
    margin-bottom: 0;
    transform: translateY(0.7rem);
  }
  .c-chat-button {
    border: 1px solid #e5e0e6;
    border-right: none;
    border-left: none;
    padding: 1.25rem 0;
    width: 100%;
  }
  .c-open-content__image-link {
    max-width: 35%;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .c-promotion-banner .c-form-field-tooltip__content {
    top: 34px;
  }
  .c-favourites-counter__btn:matches(:hover, :focus) .c-shopping-bag-label {
    border-bottom: 0;
  }
  .c-favourites-counter__btn--has-items .c-favourites-counter__icon--line, .c-favourites-counter__btn--has-items .c-favourites-counter__label {
    display: none;
  }
  .c-favourites-counter__btn--has-items .c-favourites-counter__icon--solid {
    opacity: 1;
    position: relative;
  }
  .c-store-locator-results__out-of-stock-btn {
    margin-top: 1.25rem;
  }
  .c-tablist.c-store-locator-results__tabs {
    margin-bottom: 0.125rem;
  }
  .c-store-locator-results__tab-panel {
    left: 100%;
    position: absolute;
    width: 100%;
  }
  .c-store-locator-results__tab-panel[aria-hidden=false] {
    left: 0;
    position: relative;
  }
  .c-product-list-item__details {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-product-list-item__subtitle {
    max-width: 7.5rem;
  }
  .c-product-list-item__low-stock {
    padding-top: 0;
  }
  .c-product-list-item__edit-actions-list {
    margin-top: 1.25rem;
    -ms-flex-order: 1;
    order: 1;
  }
  .c-navigation__scroll-container {
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .c-navigation__scroll-container .c-navigation__icon-search {
    left: 0;
    width: 100%;
  }
  .c-navigation__scroll-container .c-navigation__icon-search .u-btn__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-navigation__scroll-container .c-navigation__icon-search .u-btn__content .u-btn__content-placeholder {
    font-weight: 100;
    color: #767676;
    padding-left: 0.4375rem;
  }
  .c-navigation__scroll-container .c-search-input .c-search-input__wrapper .c-form-field-wrapper__label {
    font-size: 0.875rem;
  }
  .c-navigation--primary__list-item .c-navigation--primary__title-button {
    font-weight: 100;
    padding-top: 1.625rem;
    padding-bottom: 1rem;
    text-align: center;
  }
  .c-header--gender-neutral .c-navigation__btn, .wf-primary-active .c-header--gender-neutral .c-navigation__btn {
    background-color: transparent;
  }
  .c-header--is-skinny.c-header--gender-neutral + .c-sticky-checkout-popup {
    position: relative;
    top: -50px;
  }
  .c-navigation--primary__header__list-item {
    float: left;
    border: none;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .c-navigation--primary__list__header {
    width: calc(100% - 2.5rem);
  }
  .c-navigation--primary__list__header .c-navigation--primary__header__selected-list-item {
    border-bottom: 2px solid #000;
    font-weight: bolder;
    color: #3a2e2c;
  }
  .c-carousel-product-overview__caption {
    display: block;
    font-size: 0.875rem;
    margin-right: 0.625rem;
  }
  .c-product-description__section-container .c-product-description__section {
    margin-top: 0;
  }
  .c-product-description__section--featured .c-product-description__section-content {
    margin-top: 0.625rem;
  }
  .c-filter-group--is-color .c-filter-option {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 4.6875rem;
  }
  .c-filter-group__body {
    padding-left: 0;
  }
  .c-filter-group--is-color .c-filter-group__list {
    margin-left: -2vw;
  }
  .c-grid-controls-filters__filter-trigger {
    font-size: 1rem;
    line-height: 1.125rem;
    margin-right: 0.625rem;
    min-width: 6.5625rem;
  }
  .c-grid-controls__sort-dropdown.c-form-field-select {
    font-size: 1rem;
    line-height: 1.125rem;
    margin-bottom: 1.25rem;
  }
  .mega-menu-tile-custom-menu__alert {
    padding: 1.3125rem 1.25rem 0;
  }
  .mega-menu-tile-custom-menu__alert + .mega-menu-tile-custom-menu__link {
    padding-top: 0;
  }
  .mega-menu-tile-custom-menu__link:last-child {
    border-bottom: 1px solid #efecf0;
  }
  .c-header-container--sticky {
    background: #fff;
  }
  .c-navigation__btn-account .c-icon {
    height: 1.25rem;
    margin-right: 0.625rem;
    margin-top: -0.3125rem;
    vertical-align: middle;
    width: 1.25rem;
  }
  .c-header__navigation.c-header__navigation--is-visible .c-navigation--primary__list-heading.u-btn .c-icon, .c-navigation--primary__list-heading .c-icon {
    margin-top: -0.3125rem;
    position: absolute;
    right: 20px;
    top: 50%;
    text-align: left;
  }
  .c-navigation__btn-account .c-navigation__icon-arrow-right {
    height: 0.625rem;
    margin-right: 0;
    margin-top: -0.3125rem;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 0.625rem;
  }
  .header .c-navigation--utility {
    display: none;
  }
}
@media (max-width: 64em) {
  .search-input--city {
    padding-top: 85px;
    overflow: visible !important;
  }
  .search-input--city .search-input__text {
    white-space: normal;
    bottom: 40px;
    top: auto;
  }
  .search-input--city:after {
    bottom: 15px;
    top: auto;
  }
  .search-input--city input:focus + .search-input__text, .search-input--city input:not(:placeholder-shown) + .search-input__text {
    font-size: 23px;
    top: auto;
  }
}
@media (max-width: 34.374em) {
  .message-bar {
    border-radius: 5px;
    border: 1px solid #000;
    position: fixed;
    width: calc(100% - 0.5rem);
    bottom: 8px;
    left: 0.25rem;
    right: 0.25rem;
    z-index: 101;
    transition: 0.5s ease-in-out;
  }
  .message-bar__subtitle {
    margin-bottom: 0.3125rem;
  }
  .message-bar .tooltip-text {
    top: auto;
    bottom: 100%;
    margin-bottom: 10px;
  }
  .message-bar .tooltip-text:before, .message-bar .tooltip-text:after {
    top: auto;
    bottom: -16px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .message-bar .b_slider_nav_points {
    left: auto;
    right: 15px;
    bottom: 5px;
  }
  .message-bar-close {
    top: -22px;
    right: -2px;
  }
  .c-sectional-grid-overflowing .c-product-tile {
    min-width: 44.4%;
  }
  .o-sectional-grid-container.o-container {
    margin-left: 0.9375rem;
    margin-right: 0;
  }
  .c-product-tile:not(.c-product-tile--is-look) .c-product-tile__inner {
    padding-bottom: 0;
  }
  .c-product-tile__footer {
    margin-bottom: -0.125rem;
    color: #3a2e2c;
    color: var(--text-color);
  }
  .c-product-tile-info__item.c-product-tile-info__item--name {
    margin: 0;
    font-size: 1em;
  }
  .header .content {
    padding: 0px;
  }
  .header .c-navigation--utility {
    display: none;
  }
  .header.fixed .search-block {
    top: 0;
  }
  .header-slider {
    max-width: 100%;
  }
  .header-slider .slider_controls {
    display: none;
  }
  .search-block {
    top: 25px;
    z-index: 31;
    opacity: 0;
    pointer-events: none;
    padding-bottom: 10px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background: #f5f3f5;
  }
  .search-block.active {
    opacity: 1;
    pointer-events: auto;
  }
  .search-input {
    overflow: hidden;
  }
  .message-bar .message-bar-list.one-itms {
    height: 150px;
  }
  .search-input__ico {
    top: -7px;
  }
  .search-input__text {
    font-size: 0.85rem;
    top: 0;
  }
  .search-input input {
    font-size: 1rem;
  }
}
@keyframes a-favourites-counter-scale-in {
  0% {
    border-color: #ff525f;
    border-width: 3px;
    transform: scale(2) translate3d(-50%, -50%, 0);
  }
  50% {
    border-width: 5px;
    transform: scale(0.5) translate3d(-50%, -50%, 0);
  }
  to {
    border-color: transparent;
    border-width: 0;
  }
}
.c-footer__box-cta--fullwidth {
  background: #1F3188;
  color: #fff;
}

.c-footer-cta {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-footer-cta__title {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 400;
  margin-top: 0;
}
.c-footer-cta__description {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 0.875rem;
}
.c-footer-cta__ctas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}
.c-footer-cta__ctas .u-btn {
  background: #fff;
  border-color: #fff;
  color: #1F3188;
  font-size: 0.875rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  max-width: 23.125rem;
  width: 100%;
}
.c-footer-cta__ctas .u-btn:hover {
  background: #ce0f69 !important;
}
.c-footer-cta__secondary-cta.u-link {
  border-bottom: 1px solid #d8d5d5;
  border-bottom: 1px solid var(--links-border-bottom-color);
  position: relative;
  color: #fff !important;
  margin-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
.c-footer-cta__secondary-cta.u-link:hover {
  color: #fff;
  border-color: #ce0f69;
}
.c-footer-cta__secondary-cta.u-link .c-footer-link-list {
  font-size: 0.875rem;
}

.c-footer-link-list__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-footer-link-list__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-footer-link-list__links--text {
  font-size: 1rem;
}
.c-footer-link-list__links--text .c-footer-link-list__item .u-link {
  display: inline-block;
}
.c-footer-link-list__links--text .c-footer-link-list__item .u-link:focus.u-btn .u-btn__content {
  border-bottom: 1px solid var(--hover-color);
  color: var(--hover-color);
  margin-bottom: 0;
  outline: 0;
}
.c-footer-link-list__links--text .c-footer-link-list__item .u-link:focus:not(.u-btn) {
  border-bottom: 1px solid var(--hover-color);
  color: var(--hover-color);
  margin-bottom: 0;
  outline: 0;
}

.c-footer-link-list__item {
  display: block;
  font-weight: 100;
}

.footer-social-row .svg.c-icon {
  width: 14px;
}
.footer-social-row .svg.c-icon path {
  fill: #3a2e2c !important;
}

.c-footer-link-list__links--social {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-footer-link-list__links--social .c-footer-link-list__link:focus {
  outline: 0;
}
.c-footer-link-list__links--social .c-footer-link-list__link:focus .c-icon {
  fill: #1F3188;
}
.c-footer-link-list__links--social .c-footer-link-list__link:focus .u-link {
  border-bottom: 1px solid var(--hover-color);
  color: var(--hover-color);
  margin-bottom: 0;
  outline: 0;
}

.c-footer-link-list__col .c-icon {
  fill: #3a2e2c;
  height: 1.375rem;
  margin-left: -0.3125rem;
  position: relative;
  width: 1.5rem;
  vertical-align: middle;
}

.c-footer-link-list__detail {
  margin-left: 0;
}

.c-footer-link-list__title {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 1.875rem;
}

.c-footer__container {
  padding-bottom: 0.75rem;
  padding-top: 3.75rem;
  width: 100%;
}

.wf-primary-active .c-footer-link-list__title {
  font-family: Inter, sans-serif;
}

.c-region-selector {
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #3a2e2c;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
}
.c-region-selector__inner-wrapper {
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-align: center;
  align-items: center;
}
.c-region-selector__inner-wrapper .svg {
  width: 20px;
}
.c-region-selector__footer {
  left: 0;
}
.c-region-selector__footer .c-region-selector__subtitle {
  font-size: 0.625rem;
  text-decoration: underline;
  padding: 0;
  margin: 0.625rem 0 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  color: #3a2e2c;
}
.c-region-selector__subtitle {
  font-size: 0.625rem;
  text-decoration: underline;
  padding: 0;
  margin: 0.625rem 0 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  color: #3a2e2c;
}
.c-region-selector__icon-flag {
  height: 1.1875rem;
  margin-right: 0.625rem;
  vertical-align: middle;
  width: 1.1875rem;
}
.c-region-selector__icon-arrow {
  height: 0.625rem;
  margin-top: 0.1875rem;
  vertical-align: middle;
  width: 0.625rem;
}
.c-region-selector__selected-currency {
  font-size: 0.75rem;
  line-height: 0.8125rem;
  margin-right: 0.625rem;
}
.c-region-selector__selected-language {
  font-weight: 400;
  margin-left: -0.3125rem;
  margin-right: 0.3125rem;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  padding-right: 0.3125rem;
  color: #3a2e2c;
}
.c-region-selector__language-item-wrapper {
  display: block;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.6875rem;
  margin-top: 0.25rem;
  padding-left: 0.625rem;
  border-left: 1px solid #1F3188;
}
.c-region-selector__language-item-wrapper a {
  border-color: #3a2e2c !important;
  font-size: 0.75rem;
  position: relative;
  margin-bottom: 0.3125rem;
}

.c-footer-link-list__col .c-footer-link-list__payment_methods .c-footer-link-list__links--payment .c-footer-link-list__item a {
  position: relative;
  min-width: 3.125rem;
}
.c-footer-link-list__col .c-footer-link-list__payment_methods .c-footer-link-list__links--payment .c-footer-link-list__item a .svg {
  height: auto;
  width: 70%;
  margin-left: 0;
  position: relative;
  transform: none;
  top: 0;
}
.c-footer-link-list__col .c-footer-link-list__payment_methods .c-footer-link-list__links--payment .c-footer-link-list__item a:hover {
  border-color: transparent;
}

.c-footer-link-list__links.c-footer-link-list__links--payment .c-footer-link-list__item--column-span, .c-footer-link-list__links.c-footer-link-list__links--payment .c-footer-link-list__item--column-span .c-icon {
  width: 5.1875rem;
}

.c-footer-link-list__col .c-footer-link-list__payment_methods .c-footer-link-list__links--payment .c-footer-link-list__item {
  margin-bottom: 0.475rem;
  margin-right: calc((100% - 9.375rem) / 3);
}

.c-footer-link-list__links--payment .svg {
  height: auto;
  width: 90%;
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.c-footer-link-list__links.c-footer-link-list__links--security .c-icon {
  height: 100%;
  vertical-align: middle;
  width: 100%;
}

.c-footer-link-list__links.c-footer-link-list__links--security .c-footer-link-list__item {
  max-height: 2.5rem;
  max-width: 5rem;
  width: 5rem;
}

.c-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 20;
  background-color: #fff;
}

.c-footer-legal {
  padding-bottom: 1.25rem;
  padding-top: 1.75rem;
}

.c-footer-legal__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-footer-legal__copyright {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0;
}

.c-footer-legal__logo {
  height: 1.25rem;
  margin-bottom: 0.9375rem;
  position: relative;
  width: 6.25rem;
}

.c-footer-legal__logo a:focus {
  outline: 1px dotted #fff;
  outline-offset: 2px;
}

.c-footer-legal__logo .c-icon {
  fill: #fff;
}

.c-footer__legal-links {
  font-family: sans-serif;
}

.wf-primary-active .c-footer__legal-links {
  font-family: Inter, sans-serif;
}

.c-footer-legal-links__link {
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #000;
  display: inline-block;
  outline-color: #fff;
}

.c-footer-legal-links__link:matches(:hover, :focus) {
  border-bottom: 1px solid #fff;
  color: #fff;
  outline: 0;
}

.c-footer-legal-links__link:hover {
  border-bottom-width: 1px;
}

.c-footer-legal-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 0.625rem;
  padding: 0;
}

.c-footer-legal-links__item {
  margin-bottom: 1.5625rem;
  width: 50%;
}

.c-footer-legal__copyright {
  font-family: Inter, sans-serif;
}

.c-footer-link-list__col .c-footer-link-list__payment_methods .c-footer-link-list__links--payment {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-region-selector__selected-language {
  margin-left: 10px;
}

.to-top-btn {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 40px;
  font-size: 0.875rem;
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 8px;
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
}
.to-top-btn .c-icon {
  fill: #3a2e2c;
  height: 0.9375rem;
  width: 0.9375rem;
}
.to-top-btn.show {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.c-footer-link-list__col:not(.footer-social-row) .c-footer-link-list__item {
  padding-right: 15px;
}

.footer-dev {
  margin-top: 2rem;
  color: #000;
  font-size: 11px;
  text-decoration: none;
  float: right;
}
.footer-dev:hover {
  color: #9b8989;
}

@media (max-width: 68.749em) {
  .c-footer-cta {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
    width: 100%;
  }
}
@media (min-width: 68.749em) {
  .c-footer {
    border-top: 1px solid #d8d5d5;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .c-footer-link-list__col .c-icon {
    margin-right: 0.9375rem;
  }
  .c-footer__container {
    padding-top: 3.75rem;
    width: 100%;
  }
  .c-footer-legal {
    width: 100vw;
  }
  .c-footer-legal__logo {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 2.375rem;
    top: 3px;
  }
  .c-footer__legal-links {
    margin-left: auto;
    -ms-flex-order: 1;
    order: 1;
  }
  .c-footer-legal-links {
    display: -ms-flexbox;
    display: flex;
  }
  .c-footer-legal-links__item {
    font-size: 0.6875rem;
  }
  .c-footer-legal-links__item:not(:first-child) {
    margin-left: 1.75rem;
  }
}
@media (min-width: 47.5em) and (max-width: 68.749em) {
  .c-footer-link-list__col .c-footer-link-list__payment_methods .c-footer-link-list__links--payment .c-footer-link-list__item a {
    min-width: 3.75rem;
  }
  .c-footer-link-list__col .c-footer-link-list__payment_methods .c-footer-link-list__links--payment .c-footer-link-list__item {
    margin-right: calc((100% - 25rem) / 4);
  }
  .c-footer-legal__wrapper {
    padding-top: 1.625rem;
  }
}
@media (min-width: 34.375em) and (max-width: 68.749em) {
  .c-footer__box-cta--fullwidth .c-footer-cta {
    padding-left: 0;
    padding-right: 0;
  }
  .c-footer__box-cta--fullwidth .c-footer-cta__title {
    margin-bottom: 0.3125rem;
  }
  .c-footer-link-list__col {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
  .c-footer-link-list__list--top-list {
    border-bottom: 1px solid #efecf0;
  }
  .c-footer-legal__wrapper {
    position: relative;
  }
  .c-footer-legal__copyright {
    -ms-flex-order: -1;
    order: -1;
  }
  .c-footer-legal__logo {
    height: 1rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 5rem;
  }
}
@media (min-width: 34.375em) {
  .c-footer-link-list__col {
    width: 33.3%;
  }
  .c-footer-link-list__links {
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1rem;
  }
  .c-footer-link-list__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-footer-link-list__item:not(:last-child) {
    margin-bottom: 1.575rem;
  }
  .c-footer-link-list__list--payment .c-footer-link-list__col {
    width: 100%;
  }
  .c-footer-link-list__list--payment .c-footer-link-list__col:first-child {
    width: 100%;
  }
  .c-footer-link-list__title {
    margin-bottom: 2.1875rem;
  }
  .c-footer-link-list__list--payment .c-footer-link-list__links--security {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .c-footer-legal {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
  }
  .c-footer-legal__wrapper {
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 3.6875rem 0 2.8125rem;
  }
  .c-footer-legal__logo {
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
  .c-footer-legal-links {
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .c-footer-legal-links__item {
    margin-bottom: 0;
    width: auto;
  }
  .c-footer-legal-links__item:not(:first-child) {
    margin-left: 1.375rem;
  }
  .c-footer-legal.c-footer--raised {
    padding-bottom: 1rem;
  }
  .c-footer-legal__copyright {
    padding-right: 2.5rem;
  }
  .c-footer-link-list__col.footer-social-row {
    width: 50%;
    max-width: 340px;
  }
  .c-footer-link-list__col.footer-social-row .c-footer-link-list__links {
    flex-direction: row;
    column-count: 2;
  }
  .c-footer-link-list__col.footer-social-row .c-footer-link-list__item {
    width: 50%;
  }
  .c-footer-link-list__col .c-icon {
    height: 0.9375rem;
    margin-right: 0.625rem;
    vertical-align: middle;
  }
}
@media (min-width: 34.375em) and (max-width: 47.49em) {
  .c-footer-legal__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 5.625rem;
    padding-top: 0;
  }
  .c-footer-legal__copyright {
    text-align: right;
    width: 100%;
  }
}
@media (min-width: 47.5em) {
  .c-footer-link-list__col {
    width: 25%;
  }
  .c-footer-link-list__col:first-child {
    width: 50%;
  }
  .c-footer-link-list__col:first-child .c-footer-link-list__links {
    column-count: 2;
    display: block;
  }
  .c-footer-link-list__col .c-footer-link-list__payment_methods .c-footer-link-list__links--payment {
    display: block;
    column-count: 2;
    flex-direction: row;
    align-items: center;
    max-width: 200px;
  }
  .c-footer__container > .o-grid-no-gutters {
    justify-content: space-between;
  }
  .c-footer__container > .o-grid-no-gutters > .o-box-12:last-child {
    max-width: 300px;
  }
  .c-footer-link-list__list--payment .c-footer-link-list__links--security {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 47.5em) {
  .c-footer-link-list__col.footer-social-row {
    width: 33.333%;
  }
  .c-footer-link-list__col.footer-social-row .c-footer-link-list__links {
    flex-direction: column;
  }
  .footer-dev {
    margin-top: 0;
    position: absolute;
    float: none;
    left: 20px;
    bottom: 20px;
  }
}
@media (max-width: 34.374em) {
  .c-footer__container {
    padding: 0;
    margin: 0 !important;
  }
  .c-footer__container .o-box-12 {
    margin: 0;
    padding: 0;
  }
  .c-footer-cta {
    display: block;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .c-footer-cta__content {
    text-align: center;
    margin-bottom: 1.4375rem;
    margin-top: 0;
  }
  .c-footer-link-list__col {
    padding: 2.125rem 0.9375rem;
  }
  .c-footer-link-list__col:not(:last-child) {
    border-bottom: 1px solid #efecf0;
  }
  .c-footer-link-list__links--text .c-footer-link-list__item {
    width: 50%;
  }
  .c-footer-link-list__links--text .c-footer-link-list__item:not(:nth-last-child(-n+2)) {
    margin-bottom: 1.75rem;
  }
  .c-footer-link-list__links--social .u-link {
    display: none;
  }
  .c-footer-link-list__list--top-list .c-footer-link-list__col:last-child {
    border-bottom: 1px solid #efecf0;
  }
  .c-footer-link-list__col:not(:last-child) {
    border-bottom: 1px solid #efecf0;
  }
  .c-footer-link-list__col .c-footer-link-list__payment_methods .c-footer-link-list__links--payment {
    flex-direction: row;
  }
  .c-footer-link-list__col .c-footer-link-list__payment_methods .c-footer-link-list__links--payment .c-footer-link-list__item {
    margin-right: calc((100% - 13.75rem) / 3);
    margin-bottom: 1.875rem;
  }
  .c-footer-legal.c-footer--raised {
    padding-bottom: 5rem;
  }
  .c-footer__legal-links {
    -ms-flex-order: -1;
    order: -1;
  }
  .c-footer-legal__copyright {
    padding-right: 2.5rem;
  }
  .c-footer-link-list__col.footer-social-row {
    width: 100%;
  }
  .c-footer-link-list__col.footer-social-row .c-footer-link-list__links {
    flex-direction: row;
  }
}
/* End */


/* Start:/local/templates/main/css/style-additional.css?1740651612255445*/
@charset "UTF-8";
/* CSS Document */
.c-home__track-order-link {
  text-align: right;
  margin-top: 1.25rem;
}

.c-editorial-top-story {
  margin-top: 15px;
}
.c-editorial-top-story__header {
  width: 100%;
  margin-bottom: 1.5rem;
}
.c-editorial-top-story__header-ctas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-editorial-top-story__title {
  font-weight: 100;
  font-size: 2.25rem;
  line-height: 1;
  padding: 0.9375rem 0 2.5rem;
  margin-top: 0;
}
.c-editorial-top-story__description {
  font-size: 1.125rem;
  line-height: 1.33;
  font-family: Lora, sans-serif;
}

.c-video-player {
  position: relative;
  cursor: pointer;
}
.c-video-player:after {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  opacity: 0;
}
.c-video-player.stop:hover:after {
  opacity: 1;
}
.c-video-player.stop .c-video-player__toggle-button {
  opacity: 1;
}
.c-video-player__video {
  position: relative;
  max-width: 100%;
}
.c-video-player__poster {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.c-video-player__toggle-button {
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  height: 3.75rem;
  left: 0;
  position: absolute;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 3.75rem;
  opacity: 0;
  z-index: 1;
}
.c-video-player__toggle-button .c-icon--title {
  fill: transparent;
  font-size: xx-small;
}
.c-video-player__toggle-button.stop .play-icon {
  display: block;
}
.c-video-player__toggle-button.stop .pause-icon {
  display: none;
}
.c-video-player__toggle-bg {
  background-color: #767676;
  border-radius: 50%;
  display: block;
  height: 2.4375rem;
  margin: 0 auto;
  transform: scale(0.9);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 2.4375rem;
}
.c-video-player__toggle-icon {
  fill: #fff;
  height: 100%;
  width: 100%;
}
.c-video-player .play-icon {
  display: none;
}
.c-video-player:hover .c-video-player__toggle-button {
  opacity: 1;
}
.c-video-player:hover .c-video-player__muted {
  opacity: 1;
}
.c-video-player.sound-on .icon-sound--on {
  opacity: 1;
}
.c-video-player.sound-on .icon-sound--off {
  opacity: 0;
}
.c-video-player__muted {
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  bottom: 35px;
  right: 4.5rem;
  background-color: #767676;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s;
}
.c-video-player__muted:hover {
  background-color: #444444;
}
.c-video-player__muted .icon-sound--on {
  opacity: 0;
}
.c-video-player__muted .svg {
  width: 1.15rem;
  height: 1.15rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.2s;
}
.c-video-player__muted .svg path {
  fill: #fff;
}

.c-editorial {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.9375rem;
  overflow: hidden;
}
.c-editorial__wrap-image {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.c-editorial__image {
  height: 100%;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-top: 88%;
}
.c-editorial__image img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.c-editorial-banner-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: -0.9375rem;
  padding: 2.25rem 0.9375rem;
  position: relative;
  width: calc(100% + 1.875rem);
}
.c-editorial-banner-text__wrapper-eyeBrow {
  display: flex;
}
.c-editorial-banner-text__eyeBrow {
  padding-bottom: 1.25rem;
  font-weight: 700;
}
.c-editorial-banner-text__title {
  font-size: 2.25rem;
  font-weight: 100;
  line-height: 2.25rem;
  margin: 0;
  padding-bottom: 1.5rem;
}
.c-editorial-banner-text__description {
  font-weight: 300;
  padding-bottom: 1.875rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.c-editorial-banner-text__wrapper-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 15px;
}

.c-highlight-list {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  list-style-type: none;
  padding: 0;
}

.c-highlight-tile {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2rem;
  padding-bottom: 4.375rem;
}

.c-highlight-tile--no-cta {
  margin-bottom: 0;
  padding-bottom: 0;
}

.c-highlight-tile__link {
  position: relative;
}

.c-highlight-tile__link:before {
  content: "";
  display: block;
  padding-top: 127%;
}

.c-highlight-tile__link > .u-ratio-container-contents {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.c-highlight-tile__link:focus {
  outline: 1px dotted #1F3188;
  outline-offset: 2px;
}

.c-highlight-tile__heading {
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
  -ms-flex-order: 1;
  order: 1;
}

.c-highlight-tile__description {
  font-size: 0.875rem;
  line-height: 1.7;
  font-family: Lora, sans-serif;
  margin-top: 0;
  -ms-flex-order: 2;
  order: 2;
}

.wf-secondary-active .c-highlight-tile__description {
  font-family: Lora, sans-serif;
}

.c-highlight .c-highlight-tile__cta {
  -ms-flex-order: 3;
  order: 3;
  margin-top: 0.625rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
}

.c-highlight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2.25rem;
}

.c-highlight .c-cms-module-header {
  padding-bottom: 1.25rem;
}

.c-highlight-tile__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.c-get-inspired {
  padding: 1.25rem 0;
}
.c-get-inspired .c-social-tile__image {
  overflow: hidden;
}
.c-get-inspired .c-load-more-instagram {
  text-align: center;
}
.c-get-inspired .c-load-more-instagram button {
  display: inline-block;
}

.c-social-tile__image img {
  bottom: 0;
  top: auto;
}

.c-get-inspired__header {
  color: #3a2e2c;
}

.c-get-inspired__instagram-link.u-link:not(:active) {
  color: var(--text-color);
}

.c-get-inspired__instagram-link.u-link:not(:active):focus, .c-get-inspired__instagram-link.u-link:not(:active):hover {
  color: var(--hover-color);
}

.c-get-inspired__instagram-link.u-link--underlined.u-link:not(.u-btn):not(:hover):not(:active):not(:focus) {
  border-color: #d8d5d5;
}

.c-get-inspired__tablist.c-tablist--is-select {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #3a2e2c;
  width: 100%;
}

.c-get-inspired .c-get-inspired__tablist-item {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.c-get-inspired__wrapper {
  position: relative;
}

.c-get-inspired__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-get-inspired__grid .c-get-inspired__grid-item {
  margin-bottom: 2.8125rem;
  width: 100%;
}

.c-get-inspired__grid .c-get-inspired__grid-item .c-social-tile__image {
  position: relative;
}

.c-get-inspired__grid .c-get-inspired__grid-item .c-social-tile__image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.c-get-inspired__grid .c-get-inspired__grid-item .c-social-tile__image > .u-ratio-container-contents {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.c-get-inspired__grid .c-get-inspired__grid-item .c-social-tile__image img {
  position: absolute;
  top: auto;
  bottom: 0;
}

.c-get-inspired__grid .c-get-inspired__grid-item .c-social-tile__button {
  overflow: initial;
}

.c-get-inspired .o-loader {
  background-color: #efecf0;
  bottom: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

.c-get-inspired .c-load-more {
  margin: 0;
}

.c-social-tile-footer {
  font-size: 0.875rem;
  line-height: 1.25rem;
  -ms-flex-align: center;
  align-items: center;
  color: #3a2e2c;
  color: var(--text-color);
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  width: 100%;
}

.c-social-tile-footer__username {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-social-tile-footer__likes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.c-social-tile-footer__likes .svg {
  height: 0.75rem;
  margin-right: 0.25rem;
  width: 0.75rem;
}
.c-social-tile-footer__likes .svg path {
  fill: #3a2e2c;
}

.c-social-tile-footer__icon {
  height: 0.75rem;
  margin-right: 0.25rem;
  width: 0.75rem;
}

.c-social-tile__button {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

.c-social-tile__button:hover {
  cursor: pointer;
}

.c-social-tile__button-footer {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  width: 100%;
}

.c-social-tile__button-footer:focus {
  outline: 1px dotted #1F3188;
  outline-offset: 2px;
}

.c-social-tile__button-footer:hover {
  cursor: pointer;
}

.c-social-tile__product-link {
  display: block;
}

.c-social-tile__product-link:focus {
  outline: 1px dotted #1F3188;
  outline-offset: 2px;
}

.c-social-tile__image {
  position: relative;
  width: 100%;
}

.c-social-tile__product-link .c-social-tile__image img {
  top: auto;
  bottom: 0;
}

.c-social-tile__image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.c-social-tile__image > .u-ratio-container-contents {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.c-social-tile__image img {
  position: absolute;
  top: 0;
  left: 0;
}

.c-social-tile__footer, .c-social-tile__image {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-social-tile__footer {
  margin-bottom: 0;
  margin-top: 0.625rem;
}

.c-quote-tile {
  color: #3a2e2c;
}

.c-quote-tile__text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
  font-style: italic;
  line-height: 1.875rem;
  margin: 0 0 1.25rem;
  quotes: "“" "”";
}

.c-get-inspired .c-load-more {
  margin: 0;
}

.c-load-more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.5625rem 0;
  width: 100%;
}

.c-video-player--ratio-square:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.insta-gallery-block {
  display: flex;
  flex-wrap: wrap;
}

.insta-gallery .modal-content {
  padding: 2.875rem 3.5rem;
  width: 625px;
}
.insta-gallery .insta-gallery__arrow {
  position: absolute;
  top: 50%;
  fill: #3a2e2c;
  height: 1.5625rem;
  width: 1.5625rem;
  margin-top: -0.75rem;
  padding: 0.75rem;
  box-sizing: content-box;
  cursor: pointer;
  z-index: 2;
}
.insta-gallery .insta-gallery__arrow.right {
  right: 0px;
}
.insta-gallery .insta-gallery__arrow.left {
  left: 0px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.insta-gallery-content-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.insta-gallery-content-wrap .c-loading {
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease 0.4s;
  -moz-transition: opacity 0.5s ease 0.4s;
  -o-transition: opacity 0.5s ease 0.4s;
  transition: opacity 0.5s ease 0.4s;
}
.insta-gallery-content-wrap.load ul {
  opacity: 0;
}
.insta-gallery-content-wrap.load .c-loading {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}

.insta-gallery-content {
  display: flex;
  flex-grow: 1;
}
.insta-gallery-content .c-product-tile__content-wrapper:before {
  display: none;
}
.insta-gallery-content .c-product-tile-info__item--name {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 100;
  margin: 0;
}
.insta-gallery-content ul {
  -webkit-transition: opacity 0.5s ease 0.3s;
  -moz-transition: opacity 0.5s ease 0.3s;
  -o-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
  opacity: 1;
}
.insta-gallery-content .c-social-tile__product-link {
  overflow: hidden;
}

.c-social-modal__title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 0 0 1.25rem;
}

.c-social-modal__social-tile_wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.c-social-modal__product-tile_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  list-style: none;
}

.c-social-modal__product-tile {
  padding: 0;
  width: 100%;
}

.c-social-modal__title-wrapper {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
}

.c-editorial-top-story__slide--single-frame-inner {
  overflow: hidden;
}

.c-product-landing-header .c-cms-module-header {
  padding-bottom: 10px;
}

.o-container.bestsellers-block {
  margin-top: 160px;
  margin-bottom: 65px;
}

.bestsellers-slider-wrap {
  position: relative;
}
.bestsellers-slider-wrap .swiper-arrow {
  width: 60px;
  height: 60px;
  background: #F5F5F5;
  background-image: url("/local/templates/main/css/../img/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 14px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -70px;
}
.bestsellers-slider-wrap .swiper-arrow:hover {
  background-color: #eaeaea;
}
.bestsellers-slider-wrap .swiper-arrow.swiper-prev {
  left: auto;
  right: 100%;
  margin-right: 14px;
  margin-left: 0;
  transform: rotate(180deg);
}

.bestsellers-slider .swiper-slide {
  box-sizing: border-box;
  width: 25%;
}
.bestsellers-slider .c-product-tile:not(.c-product-tile--has-cta) {
  margin-bottom: 40px;
}
.bestsellers-slider .c-product-tile:not(.c-product-tile--has-cta) .c-product-tile__footer {
  bottom: auto;
  top: 100%;
  margin-top: 10px;
}
.bestsellers-slider .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto;
  position: relative;
  margin-top: 35px;
}
.bestsellers-slider .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #D9D9D9;
  opacity: 1;
  margin: 0 10px;
}
.bestsellers-slider .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:hover {
  background: #9f9e9e;
}
.bestsellers-slider .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #767676;
}

@media screen and (max-width: 1750px) {
  .bestsellers-slider-wrap .swiper-arrow {
    margin-left: -30px;
    z-index: 1;
  }
  .bestsellers-slider-wrap .swiper-arrow.swiper-prev {
    margin-left: 0;
    margin-right: -30px;
  }
}
@media (min-width: 34.375em) {
  .c-editorial-top-story__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-editorial-top-story__header-headings {
    width: 75%;
  }
  .c-editorial-top-story__header-ctas {
    width: 25%;
    padding-top: 1.25rem;
    margin-left: 1.875rem;
  }
  .c-editorial-top-story__title {
    padding-bottom: 0.625rem;
  }
  .c-video-player__toggle-button {
    height: 5rem;
    width: 5rem;
  }
  .c-video-player__toggle-bg {
    height: 3.0625rem;
    width: 3.0625rem;
  }
  .c-editorial .c-editorial-banner-text {
    margin-left: 2.625rem;
    padding: 2.25rem 0;
  }
  .c-editorial .c-editorial-banner-text__wrapper-button {
    margin-top: 1.875rem;
  }
  .c-highlight-tile {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .c-highlight-tile__heading {
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 1.5rem;
  }
  .c-highlight .c-highlight-tile__cta {
    margin-left: 0.5625rem;
    margin-right: 0.5625rem;
  }
  .c-highlight {
    margin-top: 3.75rem;
  }
  .c-highlight .c-cms-module-header {
    padding-bottom: 1.875rem;
  }
  .c-cms-module-header {
    padding: 0.9375rem 0 2.5rem;
    font-size: 2.25rem;
    font-weight: 100;
    margin: 0;
  }
  .c-get-inspired {
    padding: 3.75rem 0;
    background-color: #efecf0;
  }
  .c-get-inspired__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.625rem;
  }
  .c-get-inspired__header {
    margin-bottom: 1.25rem;
  }
  .c-get-inspired__tablist.c-tablist--is-select {
    margin-top: 0.9375rem;
  }
  .c-load-more {
    margin: 1.875rem 0;
  }
  .c-get-inspired {
    background-color: #efecf0;
    padding: 3.75rem 0;
  }
  .c-get-inspired__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.625rem;
  }
  .c-get-inspired__instagram-link {
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .c-get-inspired__tablist {
    width: 50%;
  }
  .c-get-inspired__tablist.c-tablist--is-select {
    width: 40%;
  }
  .c-get-inspired__grid {
    margin-left: -0.5625rem;
    margin-right: -0.5625rem;
  }
  .c-get-inspired__grid .c-get-inspired__grid-item {
    width: 33.33%;
  }
  .c-get-inspired .c-load-more__button {
    width: calc(33.3% - 1.25rem);
  }
  .c-get-inspired .c-load-more__button:not(:hover):not(:focus) {
    background-color: #efecf0;
  }
  .c-video-player--ratio-square:before {
    padding-top: 50%;
  }
  .c-social-modal__title {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.25rem;
  }
}
@media (min-width: 47.5em) {
  .c-editorial {
    margin-top: 5.1875rem;
    margin-bottom: 7.0625rem;
  }
  .c-editorial .c-editorial__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-editorial .c-editorial-banner-text:not(:only-child) {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.25rem 0;
    width: 50%;
  }
  .c-editorial .c-editorial-banner-text__title {
    font-size: 3rem;
    font-weight: 100;
    line-height: 3rem;
  }
  .c-editorial .c-editorial-banner-text__wrapper-description:last-child {
    padding-right: 8.33%;
  }
  .c-social-modal__social-tile_wrapper {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 1.125rem;
  }
  .c-social-modal__product-tile_wrapper {
    -ms-flex-preferred-size: 26.5%;
    flex-basis: 26.5%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .c-social-modal__title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3rem;
  }
}
@media (min-width: 68.75em) {
  .c-highlight-tile__heading {
    font-size: 1.875rem;
    font-weight: 100;
    line-height: 1.875rem;
  }
  .insta-gallery .modal-content {
    width: 1100px;
  }
  .insta-gallery .modal-content .insta-gallery-content-wrap {
    flex-grow: 1;
    width: auto;
  }
  .c-highlight-tile__description {
    font-size: 1rem;
  }
  .c-highlight .c-highlight-tile__cta {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .c-highlight {
    margin-top: 6.25rem;
  }
  .c-highlight-padding {
    padding: 0 6.25rem;
  }
  .c-get-inspired {
    padding: 5rem 0;
  }
  .c-get-inspired__header {
    margin-bottom: 2.8125rem;
  }
  .c-social-modal__product-tile_wrapper {
    -ms-flex-preferred-size: 27%;
    flex-basis: 27%;
  }
  .c-social-modal__title-wrapper {
    -ms-flex-preferred-size: 32.4%;
    flex-basis: 32.4%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 32.4%;
  }
  .c-social-modal__title {
    padding-top: 5.625rem;
  }
  .c-editorial-top-story__title {
    font-size: 2.8125rem;
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 90rem) {
  .c-highlight-tile__heading {
    font-size: 1.475rem;
  }
}
@media (max-width: 75rem) {
  .c-highlight-tile__heading {
    font-size: 1.3rem;
  }
}
@media (max-width: 68.75em) {
  .o-container.bestsellers-block {
    margin-top: -7.0625rem;
    margin-bottom: -15px;
  }
  .bestsellers-slider-wrap .swiper-arrow {
    display: none;
  }
}
@media (max-width: 47.49em) {
  .o-container.bestsellers-block {
    margin-top: 35px;
    margin-bottom: 0;
  }
  .bestsellers-slider .c-product-tile:not(.c-product-tile--has-cta) {
    margin-bottom: 0;
  }
  .bestsellers-slider .c-product-tile:not(.c-product-tile--has-cta) .c-product-tile__footer {
    top: auto;
    bottom: 8px;
  }
  .bestsellers-slider .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 10px;
  }
  .insta-gallery-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-social-modal__social-tile_wrapper {
    position: relative;
    width: 100%;
  }
  .c-social-modal__product-tile_wrapper {
    position: relative;
    -ms-flex-preferred-size: calc(100% + 40px);
    flex-basis: calc(100% + 2.5rem);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc(100% + 2.5rem);
    margin: 1.25rem -1.25rem 0;
    padding: 4.5rem 1.25rem 2.375rem;
  }
  .c-social-modal__product-tile_wrapper:before {
    content: "";
    position: absolute;
    left: -2.25rem;
    top: 0;
    right: -2.25rem;
    bottom: 0;
    background: #efecf0;
    pointer-events: none;
  }
  .c-social-modal__product-tile_wrapper .c-social-modal__product-tile .c-product-tile__link-product {
    border: 1px solid #bab6b5;
  }
  .c-social-modal__product-tile_wrapper .c-social-modal__product-tile:first-child {
    margin-right: 1.125rem;
  }
  .insta-gallery .modal-content {
    padding-bottom: 0;
  }
}
@media (max-width: 34.374em) {
  .c-editorial-top-story__title {
    padding-bottom: 0.625rem;
  }
  .c-video-player {
    position: relative;
  }
  .c-video-player__video {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    object-fit: contain;
  }
  .c-editorial .c-editorial-banner-text {
    padding-bottom: 0;
  }
  .c-editorial .c-editorial-banner-text .c-editorial-banner-text__button {
    display: block;
    width: 100%;
    margin-top: 1.1875rem;
    margin-left: auto;
    margin-right: auto;
  }
  .c-editorial-banner-text__wrapper-description.mobile-grid .c-editorial-banner-text__wrapper-button {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 20px 0;
  }
  .c-editorial-banner-text__wrapper-description.mobile-grid .c-editorial-banner-text__wrapper-button .c-editorial-banner-text__button {
    margin: 0;
  }
  .c-editorial + .c-highlight {
    margin-top: 0.25rem;
    margin-bottom: -20px;
  }
  .insta-gallery .modal-content {
    margin: 0 8px;
    height: 100%;
    width: 100%;
    padding: 2.5rem 1.25rem 0;
    background: #efecf0;
  }
  .insta-gallery .modal-content .insta-gallery__arrow {
    margin-top: 1rem;
    top: 116vw;
  }
  .insta-gallery .modal-content .c-social-modal__title {
    position: relative;
  }
  .insta-gallery .modal-content .modal-close {
    z-index: 1;
  }
  .insta-gallery .modal-content .c-social-modal__social-tile_wrapper:before {
    content: "";
    position: absolute;
    left: -1.25rem;
    right: -1.25rem;
    top: 0;
    bottom: 0;
    background-color: #fff;
    pointer-events: none;
  }
  .insta-gallery .modal-content .c-social-modal__social-tile {
    position: relative;
    padding-bottom: 10px;
  }
  .insta-gallery .modal-content .c-social-modal__title-wrapper {
    position: relative;
  }
  .insta-gallery .modal-content .c-social-modal__title-wrapper:before {
    content: "";
    position: absolute;
    left: -1.25rem;
    right: -1.25rem;
    top: -2.5rem;
    bottom: 0;
    background-color: #fff;
    pointer-events: none;
  }
  .insta-gallery .c-social-modal__product-tile_wrapper:before {
    left: 0;
    right: 0;
  }
  .c-get-inspired {
    padding-top: 0;
  }
  .c-get-inspired__instagram-link {
    margin-bottom: 20px;
  }
  .c-editorial-banner-text {
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  .c-editorial {
    margin-top: 1rem;
  }
}
.c-product-grid {
  display: grid;
  grid-auto-flow: row dense;
  grid-auto-rows: -webkit-fit-content;
  grid-auto-rows: fit-content;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  list-style: none;
  margin-bottom: 120px;
}
.c-product-grid .c-product-tile:nth-child(18n+5), .c-product-grid .c-product-tile:nth-child(18n+16) {
  grid-column-end: span 2;
  grid-row-end: span 2;
}

.c-header__wrapper {
  margin: 0 6.125rem;
  padding-bottom: 0.9375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: flex-start;
}
.c-header__wrapper.no-margin {
  margin: 0;
}
.c-header__wrapper.no-margin > .o-container {
  width: 100%;
}

.c-header__wrapper .c-header__title {
  font-size: 3rem;
}

.c-header__wrapper .c-header__description {
  line-height: 1.5em;
}

.c-heading__sectional-grid {
  margin: 2.5rem 0 0.9375rem;
}

.c-heading__dash-wrap .c-markdown {
  font-weight: 100;
}

.c-heading__dash-wrap .u-btn__content {
  color: #3a2e2c;
}

.c-sectional-grid-overflowing {
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin-top: 0;
  list-style: none;
}

.c-sectional-grid-overflowing .c-product-tile {
  padding-left: 0;
  padding-right: 1.125rem;
}

.c-sectional-grid .c-product-tile__link-product {
  overflow: hidden;
}

.c-product-tile {
  position: relative;
}
.c-product-tile:hover .product-itm-dot-list {
  opacity: 1;
}
.c-product-tile.hide-item {
  display: none;
}
.c-product-tile__link-product {
  display: block;
  max-height: 100%;
}
.c-product-tile__content-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
.c-product-tile__content-wrapper:before {
  content: "";
  display: block;
  padding-top: 127%;
}
.c-product-tile__content {
  height: 100%;
  position: absolute;
  top: 0;
}
.c-product-tile__inner {
  position: relative;
}
.c-product-tile__inner .c-product-tile__content {
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), background 0.4s ease-out 0.6s;
  color: #3a2e2c;
}
.c-product-tile__footer {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 0.875rem;
  bottom: 0;
  color: #3a2e2c;
  display: block;
  outline: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.c-product-tile__product-special-tag {
  font-size: 0.75rem;
  left: 10px;
  line-height: 0.875rem;
  padding-right: 2.5rem;
  position: absolute;
  top: 8px;
  color: #3a2e2c;
  z-index: 1;
  pointer-events: none;
}

.c-product-tile__product-name {
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.c-view-all-tile .c-product-tile__link-product {
  border: 1px solid #e5e5e5;
  color: #000;
  text-align: left;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  padding: 1.6875rem;
}
.c-view-all-tile .c-product-tile__link-product .c-markdown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-sectional-grid {
  margin-bottom: 1.25rem;
}

.c-product-tile:not(.c-product-tile--has-cta) .c-product-tile__footer {
  bottom: 8px;
  top: auto;
}

.c-picture.c-picture--is-loaded {
  background: transparent;
  transition: background 0.4s ease-out 0.6s;
}

/*.c-product-tile.c-product-tile--no-zoom .c-product-tile__content.c-picture--is-loaded {
	transform: scale(1.05);
}*/
.c-editorial-list .c-editorial:nth-child(2n) .c-editorial-banner-text {
  order: -1;
  margin-left: 0;
  margin-right: 2.625rem;
}

.c-product-landing-header:not(.c-product-landing-header--is-filtered):not(.c-product-landing-header--grid-is-deluxe) {
  padding-left: 0;
}

.c-product-landing {
  position: relative;
}
.c-product-landing .o-container.o-loader-container {
  position: relative;
}
.c-product-landing.c-product-landing--is-filtered {
  width: 100% !important;
}

.c-product-landing-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-product-landing-link-list-item:not(:last-child) {
  margin-right: 0.9375rem;
}

.c-product-landing__grid-wrapper {
  min-height: 31.25rem;
  position: relative;
}

.c-promo-tile__inner:before {
  content: "";
  display: block;
  padding-top: 127%;
}

.c-layered-background, .c-layered-background__image, .c-layered-background__layer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.c-promo-tile__inner {
  position: relative;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-promo-tile__content {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 8vw 13.5vw;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-promo-tile__content-text-group {
  position: relative;
  width: 100%;
}
.c-promo-tile__eyebrow, .c-promo-tile__title {
  font-style: normal;
  font-weight: 100;
  font-size: 4.5vw;
  line-height: 1.2;
  margin: 0;
  width: 100%;
}
.c-promo-tile__separator {
  display: block;
  height: 0.0625rem;
  margin: 3.375vw 0 calc(3.375vw + 0.25rem);
  width: 2em;
}

.c-grid-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-grid-controls__sort-wrapper {
  display: -ms-flexbox;
  display: flex;
}

.c-grid-controls-filters .u-btn__content {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-grid-controls-filters .u-btn__content .c-icon.c-grid-controls-filters__equalizer-icon {
  display: none;
}
.c-grid-controls-filters .u-btn__content .c-icon.c-grid-controls-filters__add-icon {
  display: inline-block;
  height: 0.875rem;
  margin-left: 1.875rem;
  width: 0.875rem;
}

.c-labels {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.c-labels__label-circle {
  display: -ms-flexbox;
  display: flex;
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
  border-radius: 100%;
  text-align: center;
  transition: border-color 0.32s ease-out, background-color 0.32s ease-out;
}
.c-labels__label-circle img {
  border-radius: 100%;
}
.c-labels__label-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  color: inherit;
  -ms-flex-align: center;
  align-items: center;
}

.c-product-tile__footer .c-labels {
  position: absolute;
  bottom: 0;
  right: 0;
}

.c-grid-controls__results-count {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.c-product-tile-info__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-product-tile-info__item--name, .c-product-tile-info__item--silhouette {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 100;
  margin: 0;
}

.c-favourites-btn.u-btn {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  margin: 0;
  border-radius: 0;
  color: #3a2e2c;
  padding: 0.5rem 0.625rem;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1;
}
.c-favourites-btn.u-btn .c-favourites-btn__icon {
  height: 1.125rem;
  width: 1.125rem;
}

.c-labels__label:hover .c-labels__label-circle {
  border-color: #1F3188;
  background-color: #f5f3f5;
}

.c-product-tile__inner .c-product-tile__content {
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), background 0.4s ease-out 0.6s;
  color: #3a2e2c;
}

.c-product-tile--has-video .c-product-tile__content-wrapper:before {
  padding-top: 0;
}

.c-video-player--ratio-tall {
  position: relative;
}
.c-video-player--ratio-tall:before {
  content: "";
  display: block;
  padding-top: 127%;
}

.c-video-player {
  background-color: #fff;
  display: block;
  transform: translateZ(0);
}

.c-video-player__poster, .c-video-player__video {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.u-hide {
  display: none !important;
}

.c-product-tile-video .c-video-player__toggle-button {
  bottom: 35px;
  right: 35px;
  left: auto;
  z-index: 100;
}

.u-reset-button {
  background-color: transparent;
  border: 0;
  margin: 0;
  min-height: 0;
  padding: 0;
}

.c-video-player__overlay-button.u-reset-button {
  display: none;
}

.c-visual-filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 3.125rem;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
}
.c-visual-filters__wrapper {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  margin-left: -0.9375rem;
  width: 100vw;
  height: 8.125rem;
  overflow-y: hidden;
}
.c-visual-filters::-webkit-scrollbar {
  width: 0 !important;
}

.c-visual-filter {
  margin-right: 0.9375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-visual-filter__title {
  padding-top: 0.625rem;
  font-family: Inter, sans-serif;
  font-size: 0.75rem;
  text-align: center;
  color: var(--text-color);
  max-width: 5rem;
  width: 100%;
  margin: 0 auto;
}
.c-visual-filter .c-visual-filter__image {
  width: 5.625rem;
  margin: 0 auto;
}
.c-visual-filter:first-child {
  padding-left: 0.9375rem;
}
.c-visual-filter:last-child {
  padding-right: 0.9375rem;
}
.c-visual-filter:hover .c-visual-filter__title {
  color: #1F3188;
  text-decoration: underline;
}
.c-visual-filter:hover .c-visual-filter__image {
  border-color: #1F3188;
}

.c-visual-filters-carousel {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: calc(100% - 2.8125rem);
}
.c-visual-filters-carousel__control {
  cursor: pointer;
  outline: 0;
  background: #fff;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  height: 100%;
}
.c-visual-filters-carousel__control-icon {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-visual-filters-carousel__control-icon .c-icon {
  width: 1.25rem;
  fill: #767676;
}
.c-visual-filters-carousel__control-label {
  display: block;
  font-size: 0.75rem;
  font-family: Patron;
  color: #7d7373;
  padding-top: 1.1875rem;
  text-align: center;
}
.c-visual-filters-carousel__control:focus {
  outline: 0;
}
.c-visual-filters-carousel__control--previous {
  left: 0;
}
.c-visual-filters-carousel__control--previous {
  margin-right: auto;
}
.c-visual-filters-carousel__control--next {
  right: 0;
  margin-left: auto;
}
.c-visual-filters-carousel__control--is-hidden {
  display: none;
}
.c-visual-filters-carousel__control__wrapper {
  position: relative;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 2.8125rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 1.875rem;
  margin-bottom: 1.5625rem;
}
.c-visual-filters-carousel__items {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-visual-filters-carousel__items .c-visual-filters-carousel__item {
  padding-right: 0.9375rem;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  width: 20%;
  max-width: 120px;
}

.c-visual-filter .c-visual-filter__image {
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  overflow: hidden;
}

.c-create-account-page .c-editorial .c-editorial__wrap-image:not(:only-child), .c-product-grid .c-editorial .c-editorial__wrap-image:not(:only-child) {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-product-grid .c-editorial .c-editorial-banner-text {
  padding: 2.25rem 0.9375rem 0;
  position: relative;
  width: calc(100% + 1.875rem);
  margin-left: 1.25rem;
  background: rgba(255, 255, 255, 0);
}

.c-editorial .c-editorial__wrapper {
  overflow-x: hidden;
}

.o-cms-page--plp-type-category .c-open-content {
  margin-top: 4.6875rem !important;
  margin-bottom: 4.6875rem !important;
  border: 1px solid #bab6b5;
  padding: 1.875rem;
}

.o-cms-page--plp-type-category .c-open-content__content {
  font-size: 0.9375rem;
}

.filter-group-itm {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.filter-group-itm:not(:last-child):after {
  content: ",";
}

.c-product-tile__inner.o-tile__inner .c-video-player {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.c-product-price__formatted-price.c-product-price__formatted-price--original.u-text-strikethrough + .c-product-price__formatted-price {
  color: #c60a00;
}

.c-product-banner {
  position: relative;
  color: rgb(64, 54, 149);
  background-color: rgb(204, 199, 226);
  padding-top: 127%;
}
.c-product-banner-inner {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 4.5vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.c-product-banner__head {
  font-weight: 100;
}
.c-product-banner__content {
  width: 90%;
  font-size: 0.75em;
  line-height: 1.2;
}
.c-product-banner__content__promo {
  font-weight: 700;
}
.c-product-banner__content__desc {
  margin-bottom: 1rem;
}
.c-product-banner__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.c-product-banner__foot a {
  color: inherit;
  border-bottom: 1px solid;
  line-height: 1.2;
}

.brand-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin: 20px 0;
}
.brand-list-itm {
  display: inline-block;
  position: relative;
  background: center;
  background-size: cover;
  padding-bottom: 100%;
  height: 0;
}
.brand-list-itm:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #BAB6B5;
  mix-blend-mode: multiply;
  transition: opacity 0.4s ease-in-out;
}
.brand-list-itm img {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 70%;
  max-height: 90%;
  object-fit: contain;
  object-position: center;
}
.brand-list-itm:hover:before {
  opacity: 0.5;
}

.brand-detail-img {
  padding-bottom: 21%;
  height: 0;
  position: relative;
  background-size: cover;
  background-position: center;
}
.brand-detail-block {
  position: relative;
  text-align: center;
  margin-top: 60px;
}
.brand-detail-block__logo {
  width: 282px;
  display: block;
  margin: 0 auto 30px;
}
.brand-detail-block__text {
  width: 1000px;
  max-width: 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  margin: 0 auto 60px;
}
.brand-detail__link {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 27px;
  padding-top: 0;
  padding-bottom: 0;
  height: 30px;
  line-height: 28px;
  font-size: 10px;
  color: #767676;
}

.smart-filter {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 20px 15px;
  margin: 20px 0 30px;
}
.smart-filter-itm {
  position: relative;
}
.smart-filter-itm.active .smart-filter-itm__head {
  background: #767676;
  color: #fff;
}
.smart-filter-itm.active .smart-filter-itm__head__arrow {
  border: none;
  transform: translateY(-75%);
}
.smart-filter-itm.active .smart-filter-itm__head__arrow .cross {
  display: block;
}
.smart-filter-itm.show {
  z-index: 3;
}
.smart-filter-itm.show .smart-filter-itm__content {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: auto;
}
.smart-filter-itm__head {
  border: 1px solid #767676;
  height: 35px;
  line-height: 33px;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 12px;
  color: #3A2E2C;
  padding-right: 30px;
  padding-left: 13px;
  background: #fff;
  cursor: pointer;
  display: flex;
  gap: 10px;
  overflow: hidden;
}
.smart-filter-itm__head__val {
  position: relative;
  flex: 1;
}
.smart-filter-itm__head__val > span {
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  top: 50%;
  transform: translateY(-51%);
}
.smart-filter-itm__head .cross {
  display: none;
}
.smart-filter-itm__head__arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 11px;
  height: 11px;
  transform: translateY(-75%) rotate(45deg);
  border-bottom: 2px solid #767676;
  border-right: 2px solid #767676;
}
.smart-filter-itm__content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #767676;
  border-top: none;
  padding: 20px 15px 20px 20px;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  transform: translateY(-3px);
  pointer-events: none;
  z-index: 2;
}
.smart-filter-itm.two-col-filter .smart-filter-itm__content {
  width: auto;
  min-width: 100%;
  border-top: 1px solid;
  margin-top: -1px;
  padding: 20px;
}
.smart-filter-itm.two-col-filter .c-filter-group__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.smart-filter-itm .c-form-field-wrapper__label {
  line-height: 1.1 !important;
}
.smart-filter-itm .c-form-field-wrapper__label:before {
  flex-shrink: 0;
}
.smart-filter .c-filter-group__list {
  gap: 10px;
}
.smart-filter li {
  width: 100%;
}
.smart-filter .o-option-rectangle {
  width: 35px;
  height: 35px;
  padding: 0;
  justify-content: center;
}
.smart-filter .o-option-rectangle label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smart-filter .o-option-rectangle input:checked ~ .filter-name:before {
  content: "";
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid #7f7776;
}
.smart-filter .o-option-rectangle:hover {
  border-width: 1px;
  outline: 1px solid #7f7776;
  padding: 0;
}
.smart-filter-clear {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #555454;
}
.smart-filter-clear > span {
  text-decoration-line: underline;
  cursor: pointer;
}
.smart-filter-clear > span:hover {
  text-decoration: none;
}
.smart-filter .c-filter-option__input {
  position: initial;
}
.smart-filter .c-filter-option__input input:checked ~ .c-filter-option__style .o-style-option__option:after {
  border-radius: 50%;
  border: 1px solid #767676;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.product-card-slider {
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.product-card-slider-list {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  will-change: transform;
}
.product-card-slider-list .c-picture {
  position: relative;
  min-width: 100%;
  will-change: transform;
  overflow: hidden;
}
.product-card-slider-list .c-picture img {
  object-fit: cover;
  height: 100%;
}
.product-card-slider .owl-dots {
  position: absolute;
  top: 3px !important;
  left: 10px !important;
  right: 10px;
  display: flex;
  gap: 6px;
  transition: all 0.3s ease 1s;
  z-index: 2;
  width: auto !important;
  pointer-events: none;
  opacity: 0;
}
.product-card-slider .owl-dots.show {
  opacity: 1;
  transition: all 0.2s ease;
}
.product-card-slider .owl-dots .swiper-pagination-bullet {
  flex: 1;
  height: 1px;
  background: #c1c0c0;
  opacity: 1;
  border-radius: 0;
  display: block;
  margin: 0 !important;
}
.product-card-slider .owl-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.skeleton, .product-card-slider {
  background: #eee;
}
.skeleton:after, .product-card-slider:after {
  content: "";
  position: absolute;
  left: -25%;
  top: 120%;
  width: 150%;
  height: 120px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.51), rgba(255, 255, 255, 0));
  transform: rotate(25deg);
  animation: skeleton infinite 2s ease-in-out;
}

@keyframes skeleton {
  0% {
    top: 120%;
  }
  100% {
    top: -100%;
  }
}
.product-itm-dot-list {
  position: absolute;
  top: 3px;
  left: 10px;
  right: 10px;
  display: flex;
  gap: 6px;
  opacity: 0;
  transition: all 0.2s;
  z-index: 2;
}

.product-itm-dot {
  flex: 1;
  height: 1px;
  background: #C1C0C0;
}
.product-itm-dot.active {
  background: #fff;
}

@media (min-width: 34.375em) {
  .c-header__wrapper {
    margin: 0 2.5rem;
  }
  .c-header__wrapper .c-header__description {
    width: calc(50% - 6.125rem);
  }
  .c-heading__sectional-grid {
    margin: 3.75rem 0 0.9375rem;
  }
  .c-product-tile__footer {
    left: 10px;
    width: calc(100% - 0.625rem);
  }
  .c-product-tile:not(.c-product-tile--has-cta):not(:hover):not(:focus):not(:focus-within):not(:active) .c-product-tile__footer .c-product-tile__product-name {
    opacity: 0;
  }
  .c-cms-module-header--has-small-padding {
    padding-bottom: 0.625rem;
  }
  .c-editorial-top-story__slide--mobile {
    display: none;
  }
  .c-product-landing-link-list-item:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .c-promo-tile__eyebrow, .c-promo-tile__title {
    font-size: 2.5vw;
    width: 90%;
  }
  .c-promo-tile__separator {
    margin-bottom: 2.5vw;
    margin-top: 2.5vw;
  }
  .c-product-tile__footer .c-labels {
    right: 10px;
  }
  .c-grid-controls__sort-wrapper {
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .c-product-tile-video .c-video-player__toggle-bg, .c-product-tile-video .c-video-player__toggle-button {
    width: 1.875rem;
    height: 1.875rem;
  }
  .c-visual-filters__wrapper {
    width: calc(100% + 5.625rem);
    margin-left: -2.8125rem;
  }
  .c-visual-filters .c-visual-filter:first-child {
    padding-left: 2.8125rem;
  }
  .c-visual-filters .c-visual-filter:last-child {
    padding-right: 2.8125rem;
  }
  .c-product-banner-inner {
    padding: 1.7vw;
  }
  .c-product-banner__head {
    width: 90%;
    font-size: 2.5vw;
  }
  .c-product-banner__content {
    width: 90%;
    font-size: 1rem;
  }
  /*.c-grid-controls-filters {
  	height: 0;
  	opacity: 0;
  	pointer-events: none;
  }*/
}
@media (min-width: 34.375em) and (max-width: 68.749em) {
  .o-sectional-grid-container > h2 {
    padding-top: 0.625rem;
  }
  .c-sectional-grid-overflowing .c-product-tile {
    min-width: 24%;
    margin: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
    transform: translateX(0) !important;
  }
}
@media (min-width: 47.5em) {
  .c-promo-tile__content {
    padding-left: 8.5vw;
    padding-right: 8.5vw;
  }
  .c-promo-tile__eyebrow, .c-promo-tile__title {
    font-size: 3vw;
  }
  .c-promo-tile__separator {
    margin-bottom: 4.25vw;
    margin-top: 4.25vw;
  }
  .c-labels__label-circle {
    width: 2.75rem;
    height: 2.75rem;
  }
  .c-product-banner-inner {
    padding: 2.6vw;
  }
  .c-product-banner__head {
    font-size: 3vw;
  }
}
@media (min-width: 68.75em) {
  .c-sectional-grid-overflowing {
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-sectional-grid-overflowing .c-product-tile {
    padding-top: 1.25rem;
    margin: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
    width: 25%;
  }
  .c-sectional-grid .c-product-tile__link-product {
    font-size: 1.5rem;
  }
  .c-sectional-grid-overflowing {
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-heading__sectional-grid {
    margin: 5rem 0 0.9375rem;
  }
  .o-sectional-grid-container > h2 {
    font-size: 2.1875rem;
  }
  .c-cms-module-header:not(.c-cms-module-header--is-pdp-section) {
    font-size: 2.8125rem;
  }
  .c-promo-tile__content {
    padding: 4vw 6vw;
  }
  .c-promo-tile__eyebrow, .c-promo-tile__title {
    font-size: 2vw;
  }
  .c-promo-tile__separator {
    margin-bottom: 3vw;
    margin-top: 3vw;
  }
  .c-grid-controls__sort-wrapper {
    padding-top: 0.5625rem;
  }
  .c-grid-controls__results-count {
    padding-right: 2.5rem;
  }
  .c-favourites-btn.u-btn {
    padding: 0.9375rem 1.125rem;
  }
  .c-visual-filters-carousel__wrapper {
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-bottom: 0.75rem;
  }
  .c-create-account-page .c-editorial, .c-product-grid .c-editorial {
    margin: 0 -6.125rem;
  }
  .c-editorial .c-editorial-banner-text:not(:only-child) {
    padding-right: 8.33%;
  }
  .c-filter-group:not(.c-filter-group--is-accordion) .c-filter-group__body {
    margin-top: 1.25rem;
    transition: max-height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    max-height: 16rem;
    overflow: hidden;
  }
  .c-product-banner-inner {
    padding: 2vw;
  }
  .c-product-banner__head {
    font-size: 2vw;
  }
  .c-product-banner__foot a {
    font-size: 0.875rem;
  }
}
@media (min-width: 1400px) {
  .c-visual-filters-carousel__items .c-visual-filters-carousel__item {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    width: 16.66667%;
    max-width: 120px;
  }
}
@media (min-width: 100em) {
  .c-visual-filters-carousel__wrapper {
    margin: -15px 0;
  }
  .c-product-grid.c-product-grid--is-super .o-tile:nth-child(2):last-child {
    margin-bottom: 30px;
  }
  .c-product-banner-inner {
    padding: 3rem;
  }
  .c-product-banner__head {
    font-size: 2rem;
  }
}
@media (min-width: 1125px) {
  .c-grid-controls.c-product-landing__grid-controls {
    margin-top: 5px;
  }
}
@media (min-width: 110.375em) {
  .c-visual-filters-carousel__items .c-visual-filters-carousel__item {
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    width: 14.28571%;
    max-width: 120px;
  }
}
@media (max-width: 80em) {
  .smart-filter {
    grid-template-columns: repeat(5, 1fr);
  }
  .brand-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
  .brand-detail-block__logo {
    width: 200px;
  }
  .brand-detail-img {
    padding-bottom: 33.5%;
    margin-bottom: 17px;
  }
  .brand-detail__link {
    margin-top: 37px;
  }
}
@media (max-width: 68.75em) {
  .c-product-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .c-filters-overlay-controls.c-filters-overlay-controls--is-outside {
    display: none;
  }
  .c-grid-controls__results-count {
    margin-right: 15px;
  }
  .c-grid-controls.c-grid-controls--is-mobile-revamp.c-product-landing__grid-controls {
    margin-top: 20px;
  }
  .brand-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .smart-filter {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-product-tile__footer {
    position: relative;
    bottom: 0;
  }
  .c-product-tile:not(.c-product-tile--has-cta) .c-product-tile__footer {
    bottom: 0;
    padding-top: 4px;
    padding-bottom: 8px;
  }
  .c-product-tile:not(.c-product-tile--has-cta):not(:hover):not(:focus):not(:focus-within):not(:active) .c-product-tile__footer .c-product-tile__product-name {
    opacity: 1;
  }
}
@media (max-width: 48em) {
  html {
    height: 100dvh;
  }
  body {
    scroll-behavior: smooth;
    height: 100dvh;
  }
  .brand-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-itm-dot-list {
    opacity: 0;
    visibility: hidden;
  }
  .product-itm-dot-list.show_dot {
    opacity: 1;
    visibility: visible;
  }
  .c-header__wrapper {
    height: 3rem;
  }
  .c-grid-controls.c-grid-controls--is-mobile-revamp.c-product-landing__grid-controls {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    flex-wrap: nowrap;
  }
  .c-grid-controls.c-grid-controls--is-mobile-revamp.c-product-landing__grid-controls > div {
    flex-basis: auto;
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .c-catalogBlock {
    overflow: hidden;
  }
}
@media (max-width: 34.374em) {
  .c-product-grid {
    grid-template-columns: 1fr 1fr;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    gap: 10px 0;
  }
  .c-product-tile__footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .c-header__wrapper {
    margin: 0 1.0625rem;
  }
  .c-editorial-top-story__slide--single-frame:not(.c-editorial-top-story__slide--mobile) {
    display: none;
  }
  .c-promo-tile__content {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .c-grid-controls__sort-wrapper {
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .c-grid-controls__results-count {
    margin-bottom: 0.625rem;
    padding-bottom: 0.75rem;
    padding-right: 0.625rem;
  }
  .c-grid-controls__results-count, .c-grid-controls__sort-dropdown.c-form-field-select {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .c-favourites-btn.u-btn {
    padding: 0.5rem 0.625rem;
  }
  .c-product-landing-link-list {
    margin-bottom: 20px;
  }
  .c-product-landing-link-list-item {
    margin-bottom: 10px;
  }
  .c-product-banner {
    margin-bottom: 50px;
  }
  .c-product-banner__foot {
    font-size: 0.75em;
  }
  .brand-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .brand-detail-block {
    margin-top: 40px;
  }
  .brand-detail-block__logo {
    width: 150px;
    margin-bottom: 20px;
  }
  .brand-detail-img {
    padding-bottom: 100%;
  }
  .brand-detail__link {
    position: relative;
    display: block;
    margin-left: auto;
    font-size: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 145px;
  }
  .smart-filter {
    display: none;
  }
  .c-product-landing__grid-wrapper {
    margin-top: 30px;
  }
  .fixed-mobile-btns {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px;
    border-top: 1px solid #ccc;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  }
}
@media all and (max-width: 1360px) and (min-width: 1100px) {
  .c-cms-module-header {
    font-size: 2.2em;
    padding-bottom: 1.5rem;
  }
  .c-cms-module-header:not(.c-cms-module-header--is-pdp-section) {
    font-size: 2.2em;
    padding-bottom: 1.5rem;
  }
  .c-product-landing-link-list-item {
    font-size: 0.8rem;
  }
  .c-product-landing-link-list-item:not(:last-child) {
    margin-bottom: 0.6rem;
    margin-right: 0.6rem;
  }
  .c-grid-controls.c-product-landing__grid-controls {
    margin-top: 10px;
  }
  .c-breadcrumb__heading {
    font-size: 1.4rem;
  }
  .c-breadcrumb:not(.c-breadcrumb--has-custom-size) .c-breadcrumb__item:after, .c-breadcrumb:not(.c-breadcrumb--has-custom-size) .c-breadcrumb__link {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
@media all and (max-width: 1440px) and (min-width: 1100px) {
  .c-visual-filters-carousel {
    margin-top: -30px;
  }
  .c-visual-filters-carousel__wrapper {
    margin-bottom: -15px;
  }
}
.c-product-detail__info {
  background-color: #fff;
  padding: 1.875rem 0.9375rem 1.0625rem;
  position: relative;
}

.u-btn.u-btn--primary.c-quick-buy-button {
  width: 100%;
  position: relative;
}

.u-btn.u-btn--primary.c-quick-buy-button .u-btn__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-btn.u-btn--primary.c-quick-buy-button.c-btn--is-disabled {
  color: #fff;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
}

.u-btn.u-btn--primary.c-quick-buy-button.c-quick-buy-button--loyalty:not(.c-btn--is-user-action-needed) {
  background-color: #1F3188;
  border-color: #1F3188;
  color: #fff;
}

.u-btn.u-btn--primary.c-quick-buy-button:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):not(.c-quick-buy-button--loyalty):focus, .u-btn.u-btn--primary.c-quick-buy-button:not([aria-disabled=true]):not(.c-btn--is-user-action-needed):not(.c-quick-buy-button--loyalty):hover {
  background-color: #6a6a6a;
  border-color: #6a6a6a;
}

.c-quick-buy-button__lightning {
  position: relative;
  top: 2px;
  width: 1.3125rem;
  height: 1.3125rem;
  margin-left: 0.1875rem;
}

.c-coming-soon__notify-me .c-coming-soon__header {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #767676;
  line-height: 1.4;
}

.c-coming-soon__notify-me .c-coming-soon__btn {
  margin-top: 0.625rem;
  width: 100%;
}

.c-coming-soon__notify-me .c-coming-soon__btn .c-icon {
  vertical-align: middle;
}

.show-similar-styles-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #1F3188;
  font-size: 0.6875rem;
  white-space: nowrap;
}

.show-similar-styles-container .show-similar-styles-container__icon {
  stroke: #1F3188;
  max-height: 1rem;
  max-width: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  margin-right: 0.25rem;
}

.show-similar-styles-container .show-similar-styles-container__copy:after {
  content: " - ";
}

.show-similar-styles-container .show-similar-styles-container__button {
  color: #1F3188;
  text-decoration: underline;
  margin-left: 0.125rem;
}

.c-scarce .c-scarce__header {
  font-size: 0.75rem;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
}

.c-scarce .c-scarce__btn-container {
  width: 100%;
  margin-top: 1.4375rem;
}

.c-scarce .c-scarce__btn-container .c-scarce__btn-cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  border: none;
  width: 100%;
  background-color: #1F3188;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-scarce .c-scarce__btn-container .c-scarce__btn-cta .u-btn__content svg {
  padding-top: 0.5rem;
}

.c-scarce .c-scarce__btn-container .c-scarce__btn-cta.c-scarce__btn-cta--success {
  color: #fff;
}

.c-final-sale__container {
  margin-bottom: 0.625rem;
  font-size: 0.625rem;
}

.c-final-sale__container .c-final-sale__copy {
  padding: 0;
  margin: 0;
}

.c-final-sale__container .c-final-sale__copy.c-final-sale__heading {
  color: #c60a00;
}

.c-final-sale__container .c-final-sale__description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-final-sale__container .c-final-sale__description .c-final-sale__cta {
  white-space: nowrap;
  text-decoration: underline;
}

.c-payment-method-installments__container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.125rem;
}

.c-payment-method-installments__container, .c-payment-method-installments__container .c-payment-method-installments__selections {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.c-payment-method-installments__container .c-payment-method-installments__info-button {
  width: 1.125rem;
  margin-left: 0.625rem;
}

.c-payment-installments__subtitle-providers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.1875rem;
}

.c-payment-installments__subtitle-providers .c-payment-installments__subtitle-paypal {
  width: 3.4375rem;
  margin-left: 0.125rem;
  color: #000;
}

.c-payment-installments__subtitle-providers .c-payment-installments__subtitle-afterpay {
  width: 5.3125rem;
  color: #000;
}

.c-payment-installments__subtitle-providers .c-payment-installments__subtitle-or {
  margin: 0 0 0.25rem 0.1875rem;
}

.c-social-proof {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #3a2e2c;
  font-size: 1rem;
  border-radius: 16px;
  padding: 0.125rem 0.9375rem 0.125rem 0.6875rem;
  opacity: 0;
}

.c-social-proof.c-social-proof--visible {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.c-social-proof .c-social-proof__icon {
  height: 1.5625rem;
  width: 1.5625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-social-proof .c-social-proof__label {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 34.374em) {
  .c-social-proof {
    font-size: 0.75rem;
    padding: 0.125rem 0.9375rem 0.125rem 0.6875rem;
  }
  .c-social-proof .c-social-proof__icon {
    height: 1.25rem;
    width: 1.25rem;
  }
}
.c-elevated-product-media {
  position: relative;
  z-index: 1;
}

.c-elevated-product-media.c-elevated-product-media--transparent-nav {
  margin-top: -3.125rem;
}

.c-elevated-product-media .c-picture img {
  position: absolute;
  top: 0;
  left: 0;
}

.c-elevated-product-media .c-elevated-product-media__social-proof-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  bottom: 30px;
}

.c-elevated-product-media .c-elevated-product-media__social-proof-container div:not(.c-elevated-product-media__social-proof) {
  padding: 0 !important;
}

.c-elevated-product-media .c-elevated-product-media__social-proof-container .c-elevated-product-media__social-proof-box {
  min-width: 20.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-elevated-product-media .c-elevated-product-media__social-proof-container .c-elevated-product-media__social-proof {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (min-width: 34.375em) {
  .c-elevated-product-media .c-picture {
    position: relative;
  }
  .c-elevated-product-media .c-picture:before {
    content: "";
    display: block;
    padding-top: 44%;
  }
  .c-elevated-product-media .c-picture > .u-ratio-container-contents {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .c-elevated-product-media .c-elevated-product-media__video--mobile {
    display: none;
  }
}
@media (min-width: 34.375em) and (max-width: 47.49em) {
  .c-elevated-product-media .c-elevated-product-media__social-proof-container {
    margin: 0 2.5rem;
  }
}
@media (min-width: 47.5em) {
  .c-elevated-product-media.c-elevated-product-media--transparent-nav {
    margin-top: -6.875rem;
  }
}
@media (min-width: 47.5em) and (max-width: 53.749em) {
  .c-elevated-product-media ~ .c-product-detail .c-product-detail__bg-wrapper {
    padding-bottom: 0;
  }
}
@media (min-width: 53.75em) {
  .c-elevated-product-media ~ .c-product-detail .c-product-detail__bg-wrapper\@md-high {
    padding-bottom: 0;
  }
}
@media (min-width: 68.75em) {
  .c-elevated-product-media.c-elevated-product-media--transparent-nav {
    margin-top: -7.5rem;
  }
  .c-elevated-product-media .c-elevated-product-media__social-proof-container {
    bottom: 146px;
  }
}
@media (max-width: 34.374em) {
  .c-elevated-product-media .c-picture {
    position: relative;
  }
  .c-elevated-product-media .c-picture:before {
    content: "";
    display: block;
    padding-top: 74.95183%;
  }
  .c-elevated-product-media .c-picture > .u-ratio-container-contents {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .c-elevated-product-media .c-elevated-product-media__video {
    display: none;
  }
  .c-elevated-product-media .c-elevated-product-media__social-proof-container {
    margin: 0 1.25rem;
    bottom: 20px;
  }
}
@media (max-width: 47.49em) {
  .c-elevated-product-media ~ .c-product-detail .c-product-detail__bg-wrapper {
    padding-bottom: 0;
  }
}
.c-pdp-product-navigation .c-hero-product__carousel-controls__arrow-ctrls {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  width: 100%;
}

.c-pdp-product-navigation .c-hero-product__carousel-controls__arrow {
  height: 2.375rem;
  padding: 0.625rem;
  position: relative;
  width: 2.375rem;
}

.c-pdp-product-navigation .c-hero-product__carousel-controls__arrow:not(.c-carousel__arrow--is-disabled) {
  cursor: pointer;
}

.c-pdp-product-navigation__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-carousel-product-overview {
  position: relative;
}

.c-carousel-product-overview .c-product-tile__product-special-tag {
  top: 28px;
  left: 32px;
  padding: 0.5rem 0.625rem;
  position: absolute;
  z-index: 100;
}

.c-carousel-product-overview .c-carousel__scroller-wrapper {
  cursor: pointer;
}

.c-carousel-product-overview .c-carousel-product-overview__footer--motion {
  width: auto;
}

.c-carousel-product-overview__header {
  display: none;
}

.c-carousel-product-overview .c-carousel__scroller-item:not(.c-carousel__slide--is-active) .lazyload {
  display: none;
}

.c-carousel-product-overview__footer {
  background: rgba(0, 0, 0, 0) 0 0 repeat;
  bottom: 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0.625rem 0.9375rem;
  padding: 0.625rem 0.9375rem;
  position: absolute;
  transition: background-color 0.25s ease-out;
  width: calc(100% - 1.875rem);
  z-index: 20;
}

.c-carousel-product-overview__footer--background-fill, .c-carousel-product-overview__footer--is-look, .c-carousel-product-overview__footer--light-controls {
  background-color: rgba(239, 236, 240, 0.7);
}

.c-carousel-product-overview__meta {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 1.25rem;
}

.c-carousel-product-overview__zoom {
  height: 1.25rem;
  width: 1.25rem;
}

.c-carousel-product-overview__zoom:focus {
  color: #1F3188;
  fill: #1F3188;
  outline: 0;
}

.c-carousel-product-overview__zoom .c-icon {
  height: 1.25rem;
  vertical-align: middle;
  width: 1.25rem;
}

.c-product-description__section-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

button.u-link.c-product-description__info-modal-link {
  font-family: Inter, sans-serif;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.wf-primary-active button.u-link.c-product-description__info-modal-link {
  font-family: Patron, sans-serif;
}

.c-labels {
  padding: 0;
  margin: 0;
  list-style: none;
}

.c-labels__label-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  color: inherit;
  -ms-flex-align: center;
  align-items: center;
}

.c-labels__label:hover .c-labels__label-circle {
  border-color: #1F3188;
  background-color: #f5f3f5;
}

.c-labels__label:not(:last-child) {
  margin-bottom: 0.625rem;
}

.c-labels__label-text {
  margin-left: 0.625rem;
  font-size: 0.875rem;
  font-family: Patron;
  font-weight: 700;
}

.c-labels__label-circle {
  display: -ms-flexbox;
  display: flex;
  width: 2.625rem;
  height: 2.625rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: border-color 0.32s ease-out, background-color 0.32s ease-out;
}

.c-product-description__section-media {
  margin-top: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  max-height: 1.5rem;
}

.c-product-description__section-media .c-picture {
  height: 100%;
}

.c-product-description__section-media .c-picture img {
  height: 100%;
  width: auto;
}

.c-product-description__section-media .u-link.u-link--underlined {
  border: none !important;
}

.c-product-description__section-media a:not(:first-child) {
  margin-left: 1.25rem;
}

.c-gift-card-checker__heading {
  margin: 0.625rem 0 1.375rem;
}

.c-gift-card-checker__body {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.c-gift-card-checker__body p:not(:first-child) {
  margin-top: 1em;
}

.c-buy-module {
  background-color: #fff;
  margin-bottom: 1.25rem;
}

.c-buy-module__product-tag {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #767676;
  margin: 0;
}

.c-buy-module__online-exclusive-tag {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-family: serif;
  color: #767676;
  margin-top: 1.5625rem;
  position: relative;
  text-align: center;
}

.wf-secondary-active .c-buy-module__online-exclusive-tag {
  font-family: Sectra, serif;
}

.c-buy-module__product-title {
  line-height: 1;
  margin-bottom: 0.3125rem;
  margin-top: 0.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 100;
  color: #3a2e2c;
}

.c-buy-module__price-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-buy-module__formatted-price {
  color: #767676;
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-weight: 100;
}

.c-buy-module__formatted-price--with-caption {
  font-size: 1.5rem;
}

.c-buy-module__gift-card-available-locations {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0;
  margin-top: 1.5625rem;
  text-align: center;
}

.c-buy-module__product-message, .c-buy-module__product-message__installments {
  width: 100%;
  margin-top: 0.3125rem;
}

.c-buy-module__product-message__installments {
  font-size: 0.8125rem;
}

#c-reassurance-links {
  list-style: none;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #D8D5D5;
}

.c-reassurance-links__item {
  margin-bottom: 18px;
}

.c-reassurance-links__item a {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
}

.c-reassurance-links__icon-wrapper {
  margin-right: 15px;
}

.c-reassurance-links__icon-wrapper svg {
  fill: #878787;
}

.c-reassurance-links__icon-wrapper img, .c-reassurance-links__icon-wrapper svg {
  height: 30px;
  width: 30px;
  vertical-align: middle;
  object-position: center;
  object-fit: contain;
}

button.c-purchase-buttons__button--add-to-bag {
  margin-bottom: 0.625rem;
}

.c-find-in-store__button--message {
  display: block;
}

.c-purchase-buttons .tangiblee-button {
  margin-bottom: 0.625rem;
}

.c-buy-module-info__message {
  color: #767676;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  margin-bottom: 0.625rem;
  text-align: center;
}

.c-buy-module-info__cta {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding-bottom: 1.125rem;
  padding-top: 1.125rem;
  display: block;
  padding: 0.9375rem 0.625rem !important;
  background-color: #1F3188;
  border-radius: 3px;
  color: #fff;
  border: 1px solid #1F3188;
  text-align: center;
  font-size: 0.75rem;
}

.c-buy-module-info__cta:not(.u-btn--has-wide-padding) {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.c-buy-module-info__signin {
  margin: 1.25rem 0;
  text-align: center;
  font-size: 1.75rem;
}

.c-buy-module-info__signin .u-link {
  font-size: 0.875rem;
}

.c-coming-soon__sign-in-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  margin: 1.25rem 0 1.875rem;
}

.c-coming-soon__sign-in-container .c-coming-soon__sign-in {
  font-size: 0.75rem;
  margin: 0 auto;
}

.u-btn--regular:not(.u-btn--is-small):not(.u-btn--has-wide-padding).c-purchase-buttons__button--find-in-store-underlined {
  font-family: Inter, sans-serif;
  line-height: 0.875rem;
  color: #3a2e2c;
  cursor: pointer;
  font-size: 0.75rem;
  padding: 0;
  width: auto;
  margin: 0.9375rem auto 0;
}

.wf-primary-active .u-btn--regular:not(.u-btn--is-small):not(.u-btn--has-wide-padding).c-purchase-buttons__button--find-in-store-underlined {
  font-family: Patron, sans-serif;
}

.u-btn--regular:not(.u-btn--is-small):not(.u-btn--has-wide-padding).c-purchase-buttons__button--find-in-store-underlined .c-find-in-store__button {
  border-bottom: 1px solid #d8d5d5;
}

.u-btn--regular:not(.u-btn--is-small):not(.u-btn--has-wide-padding).c-purchase-buttons__button--find-in-store-underlined .c-find-in-store__button:focus.u-btn .u-btn__content, .u-btn--regular:not(.u-btn--is-small):not(.u-btn--has-wide-padding).c-purchase-buttons__button--find-in-store-underlined .c-find-in-store__button:focus:not(.u-btn) {
  border-bottom: 1px solid var(--hover-color);
  color: var(--hover-color);
  margin-bottom: 0;
  outline: 0;
}

.u-btn--regular:not(.u-btn--is-small):not(.u-btn--has-wide-padding).c-purchase-buttons__button--find-in-store-underlined .c-find-in-store__button:hover.u-btn .u-btn__content, .u-btn--regular:not(.u-btn--is-small):not(.u-btn--has-wide-padding).c-purchase-buttons__button--find-in-store-underlined .c-find-in-store__button:hover:not(.u-btn) {
  border-bottom: 1px solid var(--hover-color);
  color: var(--hover-color);
}

.c-paypal-credit-message-container {
  margin-top: 2.1875rem;
}

.c-paypal-credit-message-container .c-paypal-credit-message-container__copy {
  font-size: 0.75rem;
  border-bottom: 1px solid #d8d5d5;
  color: #7f7776;
  padding-bottom: 0.75rem;
}

#PdpGiftCardSelectorOpts .c-product-option-list__list-item {
  margin-bottom: 0.25rem;
}

.c-pre-order-wrapper {
  margin: 0.9375rem 0;
  font-size: 0.75rem;
}

.c-pre-order-wrapper .c-pre-order-title {
  font-weight: 700;
}

.c-pre-order-wrapper .c-pre-order-link {
  color: #338fff;
  text-decoration: underline;
}

.c-pre-order-wrapper .c-pre-order-copy {
  color: #767676;
  padding: 0.3125rem 0;
}

.c-product-detail {
  position: relative;
}

.c-product-detail__background-blocker {
  background-color: #fff;
  content: "";
  display: block;
  height: 18.75rem;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.c-product-detail__background-blocker-top {
  top: 0;
}

.c-product-detail__background-blocker-bottom {
  bottom: 0;
}

.c-product-detail-page .c-product-detail__section-title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.875rem;
}

.c-product-detail .c-product-detail__bg-wrapper {
  overflow: hidden;
}

.c-product-detail .c-product-detail__bg-wrapper-picture {
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.4s ease-out 0.6s;
  width: 100%;
}

.c-product-detail__breadcrumbs {
  padding: 1rem 0;
  position: relative;
  z-index: 20;
}

.c-product-detail__contents {
  padding: 1.25rem;
}

.c-product-detail__info {
  background-color: #fff;
  padding: 1.875rem 0.9375rem 1.0625rem;
  position: relative;
}

.c-product-detail__complete-the-look, .c-product-detail__description, .c-product-detail__info-buy-panel, .c-product-detail__right-border {
  background-color: #fff;
}

.c-product-detail-page .c-product-detail__section-title.c-product-detail__complete-the-look-title {
  margin-bottom: 0.75rem;
  margin-top: 0;
  font-weight: 100;
}

.c-product-detail__reviews {
  border-top: 1px solid #d8d5d5;
}

.c-product-detail__reviews + .c-product-detail__complete-the-look {
  border-top: 1px solid #d8d5d5;
  padding-top: 1.75rem;
}

.c-product-detail__recommendations .c-section-header {
  padding-bottom: 0;
  padding-top: 1.25rem;
}

.c-product-detail__recommendations .c-section-header .c-product-detail__section-title {
  margin: 0;
  padding-bottom: 0.3125rem;
  padding-top: 0.625rem;
}

.c-product-detail-page {
  padding-top: 0;
}

.c-product-detail__section {
  background-color: #fff;
}

.c-product-detail-page .c-product-detail__section, .c-product-detail-page .o-container.c-product-detail__section {
  padding-bottom: 1.25rem;
  padding-top: 2.5rem;
  position: relative;
  z-index: 11;
}

.c-product-detail__modules {
  position: relative;
  z-index: 11;
  background-color: #fff;
  padding-top: 0.0625rem;
}

.c-product-default__full-background {
  position: absolute;
  display: none;
}

.c-product-option {
  margin: 0.9375rem 0;
}

.c-product-option__header {
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding-bottom: 0.4375rem;
}

.c-product-option__label {
  font-size: 0.875rem;
}

.c-product-option__label-primary {
  color: #767676;
}

.c-product-option__label-current-selection {
  color: #3a2e2c;
}

.c-product-option__label-current-selection--coming-soon, .c-product-option__label-current-selection--repurchasable {
  color: #767676;
}

.c-product-option__label-current-selection--coming-soon:before, .c-product-option__label-current-selection--repurchasable:before {
  color: #767676;
  content: " - ";
}

.c-product-option__label-warning {
  color: #c60a00;
}

.c-product-option__label-warning:before {
  content: " ";
}

.c-product-option__shoe-fit-warning {
  color: #000;
  margin: 0.3125rem 0 0.625rem;
  font-size: 0.875rem;
}

.c-product-option__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-product-option__list .c-product-option-list__list-item {
  height: 50px;
  width: 50px;
  font-size: 13px;
  padding: 0;
  line-height: 50px;
  margin: 0 10px 10px 0;
}
.c-product-option__list .c-product-option-list__list-item:hover {
  padding: 0;
  border-width: 1px;
}
.c-product-option__list .c-product-option-list__list-item[aria-checked=true] {
  padding: 0;
  border-width: 1px;
  outline: 1px solid #7f7776;
}

.c-sticky-add-to-bag__sizes .c-product-option__list .c-product-option-list__list-item {
  width: 100%;
}

.c-product-option__list--amount {
  margin-left: -0.1875rem;
}

.c-product-option__list--amount .c-product-option-list__list-item {
  width: calc(33.33% - 0.4375rem);
}

.c-product-option__list--size {
  margin-left: -0.1875rem;
}

.c-product-option__list--style {
  margin-left: -0.3125rem;
}

.c-product-option__gift-card-types {
  margin-bottom: 0.9375rem;
}

.c-product-option__gift-card-types__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-product-option__gift-card-types .c-form-field-wrapper {
  margin-right: 0.9375rem;
}

.c-product-option__button {
  font-family: Inter, sans-serif;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border-bottom: 1px solid #d8d5d5;
  color: #3a2e2c;
  cursor: pointer;
  font-size: 0.75rem;
}

.c-product-option__button:focus.u-btn .u-btn__content, .c-product-option__button:focus:not(.u-btn) {
  border-bottom: 1px solid var(--hover-color);
  color: var(--hover-color);
  margin-bottom: 0;
  outline: 0;
}

.c-product-option__button:hover.u-btn .u-btn__content, .c-product-option__button:hover:not(.u-btn) {
  border-bottom: 1px solid var(--hover-color);
  color: var(--hover-color);
}

.wf-primary-active .c-product-option__button {
  font-family: Patron, sans-serif;
}

.c-product-option .c-product-options__dropdown {
  font-family: serif;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  background-position: 94% 14px;
  background-size: 9px;
  border: 1px solid #e5e5e5;
  margin-bottom: 0.3125rem;
  padding: 0 0.8125rem;
  width: 100%;
}

.wf-secondary-active .c-product-option .c-product-options__dropdown {
  font-family: Sectra, serif;
}

.c-product-option .c-product-options__dropdown.c-form-field-select--has-custom-label {
  color: #3a2e2c;
}

.c-product-option .c-product-options__dropdown:focus {
  border: 1px solid #e5e5e5;
  padding-bottom: 0;
}

.c-product-style-list__option {
  height: 2.5rem;
  padding: 0.1875rem;
  width: 2.5rem;
}

.c-product-style-list__option[aria-disabled=false]:hover:after {
  height: 2.5rem;
  width: 2.5rem;
}

.o-style-option__wrap-style {
  position: relative;
}

.o-style-option__discount-tag {
  position: absolute;
  transform: translate(42%) rotate(43deg);
  transform-origin: 10px 13px;
  width: 85%;
  top: 45%;
  left: 0;
}

.c-buy-module__product-title .c-buy-module__product-features {
  font-size: 0.875rem;
  color: #767676;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-weight: 100;
}

.product-slider .slider_nav_point_itm {
  height: 4rem;
  width: 4rem;
  border: 1px solid #e5e5e5;
  display: inline-block;
  vertical-align: middle;
  margin: 0.5rem 0.5rem 0 0;
  cursor: pointer;
}
.product-slider .slider_nav_point_itm:after {
  display: none;
}
.product-slider .slider_nav_point_itm.active {
  border-bottom: 1px solid #000;
}
.product-slider .slider_controls {
  display: none;
}
.product-slider:not(.fixed-slider) .swiper-zoom-container {
  transform: none !important;
}
.product-slider:not(.fixed-slider) .swiper-zoom-container .slider-img {
  transform: none !important;
}
.product-slider .swiper-zoom-container {
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: transform 1s linear 0s;
  -moz-transition: transform 1s linear 0s;
  -o-transition: transform 1s linear 0s;
  transition: transform 1s linear 0s;
}
.product-slider .swiper-zoom-container img {
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: transform 0.3s linear 0s;
  -moz-transition: transform 0.3s linear 0s;
  -o-transition: transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s;
  image-rendering: optimizeQuality;
}
.product-slider.fixed-slider {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 111;
}
.product-slider.fixed-slider .product-slider-list {
  height: 100%;
}
.product-slider.fixed-slider .js-detail-pic-fancy {
  cursor: zoom-in;
}
.product-slider.fixed-slider .js-detail-pic-fancy.zoom-img {
  cursor: zoom-out;
}
.product-slider.fixed-slider .b_slider_wrap {
  height: 100%;
  background: #efecf0;
}
.product-slider.fixed-slider .b_slider_nav_points {
  position: absolute;
  left: 90px;
  top: 7px;
  z-index: 1;
  display: flex;
  align-items: center;
}
.product-slider.fixed-slider .b_slider_nav_points img {
  display: none;
}
.product-slider.fixed-slider .slider_nav_point_itm {
  width: 25px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: none;
}
.product-slider.fixed-slider .slider_nav_point_itm:before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  background: #bab6b5;
  opacity: 1;
  border: 2px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  transform-origin: center;
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  box-sizing: border-box;
}
.product-slider.fixed-slider .slider_nav_point_itm.active:before {
  border: 2px solid var(--text-color);
  background: none;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.product-slider.fixed-slider .slider_controls {
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
}
.product-slider.fixed-slider .slider_control:before {
  width: 10px;
  height: 10px;
}
.product-slider.fixed-slider .slider_list {
  height: 100%;
}
.product-slider.fixed-slider .owl-nav {
  display: none;
}
.product-slider.fixed-slider .owl-dots {
  bottom: auto !important;
  top: 12px !important;
  left: 12px !important;
  width: auto !important;
}
.product-slider.fixed-slider .c-favourites-btn {
  display: none;
}
.product-slider.fixed-slider .product-slider-close {
  display: block;
  cursor: pointer;
}
.product-slider.fixed-slider .product-slider-itm {
  overflow: hidden;
}
.product-slider.fixed-slider .product-slider-itm__img {
  height: 100%;
}
.product-slider.fixed-slider .lazyautosizes {
  opacity: 0;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.product-slider.fixed-slider .lazyautosizes.lazyloaded {
  opacity: 1;
}
.product-slider .owl-dots, .product-slider .owl-nav {
  z-index: 1;
}

.js-detail-pic-fancy {
  cursor: pointer;
}

.slider_list.no-animate {
  transition: none;
}

.product-slider-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  padding: 10px;
  z-index: 1;
  display: none;
}
.product-slider-close svg {
  width: 100%;
  height: auto;
}

.product-slider-itm {
  position: relative;
}
.product-slider-itm__img {
  width: 100%;
}
.product-slider-itm__img img {
  width: 100%;
}
.product-slider-itm .play-ico {
  display: none;
}

.c-product-option__label-primary--with-dash:after {
  content: "/";
  padding: 0 0.25rem;
}

.o-style-option__style {
  border-radius: 50% 50%;
  border: 1px solid #767676;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}

.o-style-option__option {
  border-radius: 50% 50%;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.o-style-option__list-item {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0 0.125rem 0 0;
}

.c-picture--is-loaded + .o-style-option__selected {
  border-radius: 50% 50%;
  border: 1px solid #3a2e2c;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.o-option-rectangle--is-checked .c-filter-option__style .o-style-option__option:after, .o-style-option__list-item[aria-disabled=false]:not([aria-checked=true]):hover .o-style-option__option:after, .o-style-option__option--is-available:not(.o-style-option__option--is-checked):hover:after {
  border-radius: 50%;
  border: 1px solid #767676;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.o-style-option__wrap-style {
  padding: 0.125rem;
  position: relative;
}

.o-option-rectangle {
  list-style: none;
  margin: 0 0.125rem 0.5625rem;
  padding: 0.8125rem 0;
  font-family: Inter, sans-serif;
  box-shadow: inset 0 0 0 1px #3a2e2c;
  color: #3a2e2c;
  display: block;
  font-size: 0.875rem;
  line-height: 0.875rem;
  overflow: hidden;
  text-align: center;
}

.o-option-rectangle {
  box-shadow: unset;
  cursor: pointer;
  border: 1px solid #bab6b5;
}
.o-option-rectangle[aria-checked=true] {
  border-color: #3a2e2c;
  border-width: 2px;
  padding: 0.75rem 0;
}

.o-option-rectangle:not(.o-option-rectangle--is-disabled) {
  cursor: pointer;
}

.c-purchase-buttons__button--add-to-bag:not(.c-purchase-buttons__button--is-in-cart).c-btn--is-loading,
.c-purchase-buttons__button--add-to-bag:not(.c-purchase-buttons__button--is-in-cart):not([aria-disabled=true]):not(.c-btn--is-user-action-needed) {
  background: #1F3188;
  border-color: #1F3188;
}
.c-purchase-buttons__button--add-to-bag:not(.c-purchase-buttons__button--is-in-cart).c-btn--is-loading:hover,
.c-purchase-buttons__button--add-to-bag:not(.c-purchase-buttons__button--is-in-cart):not([aria-disabled=true]):not(.c-btn--is-user-action-needed):hover {
  background: #230077;
  border-color: #230077;
}

.c-purchase-buttons__button--find-in-store:not(.c-btn--is-user-action-needed).c-btn--is-loading, .c-purchase-buttons__button--find-in-store:not(.c-btn--is-user-action-needed):not([aria-disabled=true]):not(.c-btn--is-user-action-needed) {
  background: #fff;
  border-color: #7f7776;
  border-color: var(--button-border-color);
}
.c-purchase-buttons__button--find-in-store:not(.c-btn--is-user-action-needed).c-btn--is-loading:hover, .c-purchase-buttons__button--find-in-store:not(.c-btn--is-user-action-needed):not([aria-disabled=true]):not(.c-btn--is-user-action-needed):hover {
  background: #3a2e2c;
  background: var(--button-tertiary-emphasis-background-color);
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
  color: var(--button-tertiary-emphasis-text-color);
}

.c-purchase-buttons__button--find-in-store:not(.c-btn--is-user-action-needed) {
  border: 1px solid;
  color: #3a2e2c;
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding-bottom: 0.8125rem;
  padding-top: 0.8125rem;
}

.c-purchase-buttons__button--add-to-bag:not(.c-purchase-buttons__button--is-in-cart) {
  border: 1px solid;
  color: #fff;
}

.c-product-description__section-content.c-read-more {
  font-family: Lora, sans-serif;
  color: #3a2e2c;
}

.c-product-description__section-title {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #3A2E2C;
  margin-bottom: 15px;
}

.c-product-description__section-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #3A2E2C;
}

.c-heading__dash {
  background: #3a2e2c;
  height: 0.0625rem;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}

.c-heading__dash-wrap {
  white-space: nowrap;
}

.c-product-detail__section-title.c-product-detail__complete-the-look-title .c-heading__dash {
  margin-left: 11px;
  width: 72px;
}

.c-complete-the-look {
  position: relative;
}
.c-complete-the-look__decoration {
  display: none;
}
.c-complete-the-look__decoration-icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: 1.5625rem;
  width: 1.5625rem;
}

.c-recommendations-content-section--is-dark {
  background-color: #efecf0;
}

.c-product-detail-page .c-product-detail__section, .c-product-detail-page .o-container.c-product-detail__section, .c-recommendations-content-section--is-dark.c-product-detail__section {
  padding-bottom: 1.25rem;
  padding-top: 2.5rem;
  position: relative;
  z-index: 11;
}

.c-recommendations-content-section--is-dark.c-product-detail__section {
  padding-top: 0;
  padding-bottom: 4rem;
}

.c-recommendations-content-section__recommendations-grid {
  list-style: none;
}

.product-detail-bot-slider {
  position: relative;
  height: 100%;
  background: #eeecef;
}
.product-detail-bot-slider .b_slider_wrap, .product-detail-bot-slider .slider_list {
  height: 100%;
}
.product-detail-bot-slider .slider_controls {
  position: absolute;
  right: 20px;
  bottom: 25px;
}
.product-detail-bot-slider .b_slider_nav_points {
  position: absolute;
  bottom: 22px;
  left: 80px;
  right: 80px;
  text-align: center;
}

.c-complete-the-look__wrapper--carousel {
  position: relative;
}
.c-complete-the-look__wrapper--carousel:hover .product-detail-bot-slider-itm__name {
  opacity: 1;
}

.product-detail-bot-slider-itm {
  position: relative;
  display: inline-block;
}
.product-detail-bot-slider-itm__wrap {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  display: block;
  height: 85%;
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.product-detail-bot-slider-itm__btn-wrapper {
  text-align: center;
  margin-bottom: 76px;
}
.product-detail-bot-slider-itm__btn-wrapper .c-product-option__list {
  justify-content: center;
  pointer-events: auto;
}
.product-detail-bot-slider-itm__btn-wrapper .c-product-option__list li {
  background: #eeecef;
}
.product-detail-bot-slider-itm__price {
  position: absolute;
  left: 25px;
  bottom: 25px;
  color: #3a2e2c;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.product-detail-bot-slider-itm__name {
  position: absolute;
  left: 25px;
  bottom: 50px;
  color: #3a2e2c;
  font-weight: 100;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  border-bottom: 1px solid transparent;
}
.product-detail-bot-slider-itm__name:hover {
  border-color: #d8d5d5;
}

.product-detail-bot-slide-info-itm {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: none;
}
.product-detail-bot-slide-info-itm a, .product-detail-bot-slide-info-itm button {
  pointer-events: auto;
}
.product-detail-bot-slide-info-itm.active {
  display: block;
}

.slider_nav_point_itm {
  width: 1.1875rem;
  height: 1.25rem;
  display: inline-block;
  cursor: pointer;
}
.slider_nav_point_itm:after {
  background-color: #bab6b5;
  background-color: var(--carousel-indicator-button);
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.625rem;
  margin: 5px auto;
  transform: scale(0.5);
  transition: none;
  width: 0.625rem;
}
.slider_nav_point_itm.active:after {
  background-color: transparent;
  border: 2px solid #3a2e2c;
  border: 2px solid var(--text-color);
  transform: scale(1);
  transition: transform 0.25s cubic-bezier(1, 0, 1, 3) 50ms;
}

.c-modal__payment-installments__instructions {
  -webkit-padding-start: 15px;
  padding-inline-start: 15px;
  font-weight: 600;
  font-size: 0.875rem;
}
.c-modal__payment-installments__instructions li {
  margin-bottom: 0.9375rem;
}
.c-modal__payment-installments__eyebrow {
  margin-bottom: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.c-modal__payment-installments__afterpay-legal {
  font-weight: 500;
  padding-left: 0.625rem;
  font-size: 0.625rem;
  text-align: center;
}
.c-modal__payment-installments__afterpay-legal__container {
  text-align: center;
  margin-top: 1.875rem;
}
.c-modal__payment-installments__afterpay-legal__container .svg {
  width: 18.75rem;
  margin-bottom: 0.625rem;
}

.c-product-detail__recommendations .c-section-header .c-product-detail__section-title {
  font-weight: 100;
}

.c-cart__header.c-cart-header {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0.9375rem;
  border-bottom: 1px solid #efecf0;
  padding: 0.9375rem 0 0;
}

.c-cart__header.c-cart-header .c-cart-header__title {
  font-size: 1.3125rem;
  font-weight: 100;
  line-height: 1.3125rem;
  margin: 0;
}

.c-cart__header.c-cart-header .c-cart-header__notification-cart-id-wrapper {
  margin-top: 0.9375rem;
}

.c-cart-header__notification-cart-id-wrapper, .c-cart-header__notification-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-cart__header.c-cart-header .c-cart-header__notification {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 100;
}

.c-cart-header__notification:last-of-type {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-cart-header__notification:last-of-type svg {
  vertical-align: top;
}

.c-cart-header__notification--applied-promo {
  color: #008342;
  display: inline-block;
  margin: 0.9375rem 0;
}

.c-cart-header__notification--error {
  color: #FC0404;
  display: inline-block;
  margin: 0.9375rem 0;
}

.c-cart__header.c-cart-header .c-icon--applied-promo {
  height: 1.5rem;
  width: 1.5rem;
  display: inline-block;
  vertical-align: top;
}

.c-cart-header__notification-message {
  line-height: 120%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.9375rem;
  width: calc(100% - 2.8125rem);
}

.c-cart {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-cart .c-cart__summary {
  background-color: #fff;
  padding: 0.9375rem;
}

.c-cart-summary__label {
  font-size: 0.75rem;
  line-height: 0.8125rem;
  font-weight: 100;
  color: #7d7373;
  margin-left: 0.3125rem;
}

.o-summary-table {
  font-size: 1.125rem;
  line-height: 1.5rem;
  max-width: 100%;
  table-layout: fixed;
  width: 100%;
}

.o-summary-table {
  font-size: 1.125rem;
  line-height: 1.5rem;
  max-width: 100%;
  table-layout: fixed;
  width: 100%;
}

.o-summary-table__row-item {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: block;
}

.o-summary-table tr {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-cart-summary-promotion-add {
  border-bottom: 2px solid transparent;
  margin-bottom: 0.9375rem;
}

.o-summary-table td, .o-summary-table th {
  display: inline-block;
}

.c-cart-summary__price-wrapper {
  padding-left: 1.875rem;
  text-align: right;
}

.c-cart .o-summary-table__row {
  padding-bottom: 1.25rem;
}

.c-cart__button--checkout {
  display: block;
  width: 100%;
}
.c-cart__button--checkout.disabled {
  background: #b9b9b9 !important;
  border-color: #b9b9b9 !important;
  color: #262626;
  pointer-events: none;
}

.c-cart__button--checkout-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
.c-cart__button--checkout-sticky button {
  width: 100%;
}

.c-cart__checkout-paypal-buttons, .c-cart__checkout-sticky .c-cart__button--checkout-sticky {
  margin-bottom: -2.75rem;
  padding: 0 0.9375rem;
  top: 16px;
  z-index: 101;
}

.c-cart-wrapper .c-cart .c-cart__checkout-sticky .c-cart__button--checkout-sticky {
  margin-top: 0;
  margin-bottom: 0;
}

.c-cart__list {
  border-top: 1px solid #efecf0;
}

.c-cart__list {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
  border-top: 1px solid #efecf0;
  padding: 1.875rem 0.9375rem 0;
}
.c-cart__list:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 0.0625rem;
  width: 100%;
}

.c-cart__checkout-sticky .c-cart__list {
  margin-top: 4rem;
}

.c-cart-wrapper .c-cart .c-cart__checkout-sticky .c-cart__list {
  margin-top: 0.9375rem;
}

.c-product-list-item {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  min-width: 100%;
  padding: 0;
  position: relative;
  transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding-bottom: 50px;
  min-height: 120px;
  overflow: hidden;
}
.c-product-list-item > a {
  color: #333333;
}
.c-product-list-item > a:hover {
  color: #1F3188;
}
.c-product-list-item .c-product-list-item__thumbnail {
  margin-top: 0;
}
.c-product-list-item.open-edit {
  margin-bottom: 40px;
}
.c-product-list-item.open-edit > .c-cart-item {
  display: none;
}
.c-product-list-item.open-edit .c-product-option__label {
  font-size: 0.75rem;
  font-weight: 100;
}
.c-product-list-item.open-edit .c-form-field-select.c-product-list-item-edit__quantity {
  height: 2.25rem;
  font-family: Sectra;
  font-size: 0.875rem;
  background-position-y: 12px;
  margin-top: 0.625rem;
  margin-bottom: 0;
  padding-bottom: 0px;
}
.c-product-list-item.open-edit .c-product-list-item-edit__button-wrapper {
  margin-top: 20px;
}
.c-product-list-item.open-edit .c-product-list-item-edit__button-wrapper .u-btn {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.c-form-field-select.c-form-field-select--is-inline {
  padding-right: 1.25rem;
}

.c-form-field-select option, .c-form-field-wrapper--is-dirty .c-form-field-select {
  color: #3a2e2c;
}

.c-product-list-item--has-border:not(:last-child) {
  border-bottom: 1px solid #d8d5d5;
}

.c-cart__list .c-product-list-item.c-product-list-item--in-drawer {
  padding-bottom: 1.5625rem;
}

.c-cart-item {
  position: relative;
  width: 100%;
}
.c-cart-item .c-product-list-item__product-name a {
  color: #000;
}

.c-product-list-item__content-wrapper {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.c-cart__list .c-product-list-item__content-wrapper {
  margin-top: 0.875rem;
}

.c-product-list-item__thumbnail-details-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  animation-duration: 0.4s;
  animation-name: a-fade-in;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.c-product-list-item__thumbnail {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -3.125rem;
  width: 33.33%;
}

.c-cart__list .c-product-list-item__details {
  padding-left: 0.3125rem;
  margin-top: -1.5625rem;
}

.c-cart__list .c-product-list-item__details {
  padding-left: 0.3125rem;
  margin-top: -1.5625rem;
}

.c-product-list-item__details {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0.875rem;
}

.c-product-list-item__product-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-cart__list .c-product-list-item__details .c-product-list-item__product-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-product-list-item__final-sale__review-step-container, .c-product-list-item__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.0625rem;
  width: 100%;
  margin-bottom: 9px;
}

.c-cart__list .c-product-list-item__header {
  -ms-flex-align: center;
  align-items: center;
}

.c-product-list-item__product-name {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.125rem;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin: 0;
  padding-right: 0.625rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-cart-wrapper .c-cart__cart-id {
  display: -ms-flexbox;
  display: flex;
  background-color: #efecf0;
  font-size: 0.625rem;
  font-weight: 100;
  color: #7d7373;
  padding: 0.9375rem;
}

.c-cart-wrapper {
  color: #3a2e2c;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.c-drawer__body {
  height: 100%;
}

.c-cart .c-cart__checkout-buttons .c-heading.c-cart__checkout-buttons-heading {
  color: rgba(118, 118, 118, 0.83);
  font-weight: 400;
  padding: 0.9375rem 0;
  margin: 0 auto;
  text-align: center;
  width: 20.3125rem;
}

.c-cart .c-cart__checkout-buttons--is-alternate .c-heading.c-cart__checkout-buttons-heading {
  font-size: 0.875rem;
  padding-top: 0;
}

.c-cart .c-cart__checkout-buttons .c-heading.c-cart__checkout-buttons-heading {
  color: rgba(118, 118, 118, 0.83);
  font-weight: 400;
  padding: 0.9375rem 0;
  margin: 0 auto;
  text-align: center;
  width: 20.3125rem;
}

.c-cart__checkout-buttons-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.c-cart .c-cart__checkout-buttons {
  padding-bottom: 0.9375rem;
  background-color: #fff;
}

.c-product-list-item__edit-actions-list {
  list-style: none;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0.1875rem 0 0;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-product-list-item__edit-action:not(:last-child) {
  margin-right: 1.25rem;
}

.o-list-item__edit-btn .c-icon {
  fill: #767676;
  height: 0.75rem;
  margin-right: 0.5rem;
  width: 0.8125rem;
}

.c-cart__list .c-product-list-item__edit-action .c-favourites-btn .c-icon {
  fill: #767676;
  height: 1rem;
  margin-right: 0.5rem;
  width: 1.0625rem;
}

.c-cart__list .c-product-list-item__edit-action .c-favourites-btn .c-icon, .c-cart__list .c-product-list-item__remove-btn .c-icon, .c-cart__list .o-list-item__edit-btn .c-icon {
  width: 0.75rem;
  height: 0.75rem;
}

.o-list-item__edit-btn {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.c-cart__list .c-product-list-item__edit-action .c-favourites-btn, .c-cart__list .c-product-list-item__remove-btn, .c-cart__list .o-list-item__edit-btn {
  color: #7f7776;
}

.c-cart__list .c-product-list-item__edit-action .c-favourites-btn {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  color: initial;
  line-height: 1.25rem;
  position: relative;
  right: 0;
  text-align: left;
  top: 0;
}

.c-cart__list .c-product-list-item__edit-action .c-favourites-btn, .c-cart__list .c-product-list-item__remove-btn, .c-cart__list .o-list-item__edit-btn {
  color: #7f7776;
}

.c-product-list-item__choice-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.c-cart__list .c-product-list-item__choice-list {
  min-height: 2.125rem;
  width: 100%;
}

.c-cart__list .c-product-list-item__choice-list .c-product-list-item__choice {
  font-size: 0.75rem;
  font-weight: 100;
  line-height: 1.125rem;
  color: #7d7373;
}

.c-cart__list .c-product-list-item__price-header {
  font-size: 1rem;
  font-weight: 100;
  color: #7d7373;
}

.c-cart__list .c-product-list-item__remove-btn {
  margin-left: 0.625rem;
  color: #7f7776;
}

.c-cart__checkout-sticky {
  background-color: #fff;
}

.c-cart-summary-promotion-item__amount-discounted, .c-cart-summary-promotions-applied__title, .c-cart-summary__shipping-label, .c-cart-summary__total-label {
  font-weight: 100;
  font-size: 1rem;
}

.c-cart-summary-form {
  display: none;
  margin-bottom: 0.9375rem;
}
.c-cart-summary-form__form {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.625rem;
}

.c-cart-summary-form .c-form-field-wrapper {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  height: 100%;
  margin-right: 0.9375rem;
}
.c-cart-summary-form .c-form-field-wrapper .c-form-field-wrapper__label {
  font-size: 0.75rem;
  font-weight: 100;
}

.c-cart-summary-form .c-cart-summary-form__input {
  font-size: 1.125rem;
}
.c-cart-summary-form .c-cart-summary-form__input:not(:placeholder-shown) {
  font-size: inherit !important;
}
.c-cart-summary-form .c-cart-summary-form__input:not(:placeholder-shown) + .c-form-field-wrapper__label {
  color: #3a2e2c;
  font-size: 0.875rem;
  top: 0;
}

.c-cart__list .c-product-list-item__choice-list {
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-product-list-item__edit-controls-wrapper {
  margin-top: -25px;
}

.c-product-list-item__thumbnail-details-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  animation-duration: 0.4s;
  animation-name: a-fade-in;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.c-product-list-item__thumbnail-details-wrapper .c-product-list-item__thumbnail {
  margin-top: -1.25rem;
}

.c-product-style-list__option.o-style-option__option {
  height: 2.5rem;
  padding: 0.1875rem;
  width: 2.5rem;
}

.c-product-style-list__option.o-style-option__option--is-checked {
  position: relative;
}
.c-product-style-list__option.o-style-option__option--is-checked:before {
  content: "";
  border-radius: 50% 50%;
  border: 1px solid #3a2e2c;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-cart__list .c-product-list-item__choice-list .c-product-list-item__applied-promo, .c-cart__list .c-product-list-item__choice-list .c-product-list-item__low-stock--warning {
  color: #c60a00;
}

.c-product-recommendation {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #efecf0;
  position: relative;
  margin-top: 1.5625rem;
  padding: 0 0.9375rem 0 3%;
}
.c-product-recommendation:after {
  bottom: 100%;
  left: 10%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 10px solid transparent;
  border-bottom-color: #efecf0;
  margin-left: -0.625rem;
}
.c-product-recommendation__subtitle {
  font-size: 0.75rem;
  color: #655d5b;
  line-height: 0.8rem;
  margin-bottom: 5px;
}
.c-product-recommendation__link {
  color: #655d5b !important;
}

.c-cart-wrapper .c-cart .c-cart__checkout-sticky .c-cart__list {
  padding-top: 0;
}

.c-product-recommendation .c-product-recommendation__thumbnail {
  width: 18%;
  margin-left: 0;
}

.c-product-recommendation__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex: 1;
  flex: 1;
  padding: 0.3125rem 0;
  margin-left: 0.9375rem;
}

.c-product-recommendation button.c-product-recommendation__add-to-bag:not(.c-purchase-buttons__button--is-in-cart):not(.u-btn--is-small):not(.u-btn--has-wide-padding) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  height: 2.25rem;
  padding: 0 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.c-product-recommendation .c-product-recommendation__add-to-bag:not(.c-purchase-buttons__button--is-in-cart).c-btn--is-loading, .c-product-recommendation .c-product-recommendation__add-to-bag:not(.c-purchase-buttons__button--is-in-cart):not([aria-disabled=true]):not(.c-btn--is-user-action-needed) {
  background: #fff;
  border-color: var(--button-border-color);
}

.c-product-recommendation .c-product-recommendation__add-to-bag:not(.c-purchase-buttons__button--is-in-cart):not(.u-btn--is-small) {
  line-height: 1.3125rem;
  padding-bottom: 1.125rem;
  padding-top: 1.125rem;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.c-product-recommendation .c-product-recommendation__add-to-bag:not(.c-purchase-buttons__button--is-in-cart):not(.u-btn--is-small):hover {
  color: #fff;
  background: #3a2e2c;
}

.c-product-recommendation .c-product-recommendation__add-to-bag:not(.c-purchase-buttons__button--is-in-cart) {
  border: 1px solid;
  color: #3a2e2c;
}

.c-product-detail .c-product-detail__bg-wrapper-picture {
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.4s ease-out 0.6s;
  width: 100%;
}

.product-slider-itm .c-video-player {
  height: 100%;
  width: 100%;
}

.slider_nav_point_itm img {
  width: 100%;
}

.fancybox-thumbs {
  display: block !important;
  bottom: auto !important;
}

.fancybox-slide.fancybox-slide--html {
  padding: 0;
}
.fancybox-slide.fancybox-slide--html .fancybox-content {
  padding: 0;
}
.fancybox-slide.fancybox-slide--html .fancybox-content.data-fancy-image {
  z-index: -1;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  background: none;
  cursor: zoom-in;
}
.fancybox-slide.fancybox-slide--html .fancybox-content.data-fancy-image img {
  display: block;
  pointer-events: none;
}
.fancybox-slide.fancybox-slide--html .fancybox-content.data-fancy-image .fancybox-close-small {
  display: none !important;
}
.fancybox-slide.fancybox-slide--html .zoomImg {
  cursor: zoom-in;
}
.fancybox-slide.fancybox-slide--html img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  width: 100%;
  object-fit: contain;
}

.data-fancy-image:not(.fancybox-content) {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block !important;
  cursor: pointer;
}
.data-fancy-image:not(.fancybox-content) img {
  display: none;
}

.table-scroll {
  overflow: auto;
  width: 100%;
}

.js-product-detail-bot-size {
  width: 90%;
  max-width: 450px;
  position: relative;
  margin: 0 auto 5px;
}
.js-product-detail-bot-size .slider_controls {
  position: absolute;
  left: -20px;
  right: -20px;
  top: 10px;
}
.js-product-detail-bot-size .slider_controls .slide_control {
  position: absolute;
}
.js-product-detail-bot-size .slider_controls .slide_control.left {
  left: 0;
}
.js-product-detail-bot-size .slider_controls .slide_control.right {
  right: 0;
}
.js-product-detail-bot-size .slider_controls .slide_control.disable {
  opacity: 0;
}

.product-detail-bot-size-itm {
  text-align: center;
  padding: 0 0.125rem 0.2625rem;
}
.product-detail-bot-size-itm li {
  display: inline-block;
  margin: 0;
}

.additional-product {
  margin: 30px 0 40px;
}

.additional-product-itm {
  border: 1px solid #D8D5D5;
  display: flex;
}
.additional-product-itm__img {
  position: relative;
  width: 168px;
  flex-shrink: 0;
}
.additional-product-itm__img:hover .additional-product-itm__img__zoom svg path {
  fill: #1F3188;
}
.additional-product-itm__img__zoom {
  position: absolute;
  top: 20px;
  left: 20px;
}
.additional-product-itm__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  flex: 1;
}
.additional-product-itm__content .u-btn--tertiary {
  margin-bottom: 0;
}
.additional-product-itm__content__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.additional-product-itm__name {
  font-size: 13px;
  line-height: 16px;
  color: #767676;
}
.additional-product-itm__price {
  margin-top: 10px;
  font-size: 14px;
  line-height: 17px;
}
.additional-product-itm__select {
  position: relative;
  display: inline-block;
  top: -3px;
}
.additional-product-itm__select select {
  -webkit-appearance: none;
  border: none;
  font-size: 13px;
  line-height: 16px;
  color: #767676;
  padding-right: 25px;
  outline: none;
  text-align: right;
}
.additional-product-itm__select .custom-select {
  min-width: 150px;
}
.additional-product-itm__select .custom-select.is-open .custom-select__single:after {
  margin-top: -4px;
}
.additional-product-itm__select .custom-select__single {
  border-bottom: none;
  padding-right: 40px;
  height: 30px;
  line-height: 22px;
  text-align: right;
}
.additional-product-itm__select .custom-select__single:after {
  width: 10px;
  height: 10px;
  border-color: #767676;
  margin-top: -12px;
}
.additional-product-itm__select .custom-select__single-label {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #767676;
}
.additional-product-itm__select .custom-select__dropdown-list {
  padding: 0;
}
.additional-product-itm__select .custom-select__dropdown-list li {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  padding: 4px 14px;
}

.c-product-description {
  margin-top: 40px;
}

.js-zoom-block {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.js-zoom-block img {
  display: none;
}

.additional-product-zoom-img {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.additional-product-zoom-img .fancybox-button {
  display: none;
}

@media (min-width: 34.375em) {
  .c-pdp-product-navigation .c-hero-product__carousel-controls__footer {
    margin-top: 0;
  }
  .c-carousel-product-overview .c-product-tile__product-special-tag {
    top: 28px;
    left: 32px;
  }
  .c-carousel-product-overview__footer {
    margin: 1.25rem 2.5rem;
    width: calc(100% - 5rem);
  }
  .c-gift-card-checker__body {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .c-product-detail-page .c-product-detail__section-title {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.25rem;
  }
  .c-product-detail__contents {
    padding: 2.5rem;
  }
  .c-product-detail__info {
    padding-bottom: 1.875rem;
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
  .c-product-detail-page .c-product-detail__section-title.c-product-detail__complete-the-look-title {
    margin-bottom: 1.375rem;
  }
  .c-product-detail__reviews + .c-product-detail__complete-the-look {
    padding-top: 3.5625rem;
  }
  .c-product-detail__recommendations .c-section-header {
    padding-top: 2.5rem;
  }
  .c-product-detail__recommendations .c-section-header .c-product-detail__section-title {
    padding-top: 1.25rem;
  }
  .c-product-detail-page .c-product-detail__section, .c-product-detail-page .o-container.c-product-detail__section {
    padding-bottom: 1.75rem;
  }
  .c-recommendations-content-section--is-dark.c-product-detail__section {
    padding-bottom: 5rem;
  }
  .c-product-default__full-background {
    display: block;
  }
  .c-cart__header.c-cart-header {
    background-color: #fff;
    margin: 0;
    padding: 1.875rem 1.875rem 0.9375rem;
    width: 100%;
  }
  .c-cart-header__title.c-heading {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .c-cart-header--with-notification .c-cart-header__title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .c-cart-header__notification--applied-promo, .c-cart-header__notification--potential-promo {
    margin-top: 0;
  }
  .c-cart__checkout-paypal-buttons, .c-cart__checkout-sticky .c-cart__button--checkout-sticky {
    padding: 0 1.875rem;
  }
  .c-cart-wrapper .c-cart .c-cart__summary {
    padding: 1.875rem 1.875rem 0;
  }
  .c-cart__checkout-sticky .c-cart__list {
    margin-top: 4.5rem;
  }
  .c-cart-wrapper .c-cart .c-cart__checkout-sticky .c-cart__list {
    margin-top: 1.25rem;
  }
  .c-cart__list .c-product-list-item:not(.c-product-list-item--in-sidebar) .c-product-list-item__thumbnail {
    -ms-flex-preferred-size: 125px;
    flex-basis: 7.5125rem;
    width: 7.5125rem;
  }
  .c-cart__list .c-product-list-item:not(.c-product-list-item--in-sidebar) .c-product-list-item__product-name {
    font-size: 1rem;
    font-weight: 100;
  }
  .c-cart-wrapper .c-cart__cart-id {
    padding: 1.875rem;
  }
  .c-drawer--cart-page {
    width: 27.75rem;
  }
  .c-product-list-item:not(.c-product-list-item--in-sidebar) .c-product-list-item__choice-list {
    width: 40%;
  }
  .c-form-field-flex iframe, .c-form-field-secured .js-iframe, .c-form-field-select:not(.c-form-field-select--has-custom-label), .c-form-field-text:not(.c-form-field-text--has-custom-label) {
    margin-bottom: 1.25rem;
  }
  .c-product-list-item__edit-controls-wrapper {
    padding-left: 8.125rem;
  }
  .c-product-list-item--is-editing .c-product-list-item-edit__button-wrapper {
    margin-left: 0.9375rem;
  }
  .product-slider .c-favourites-btn {
    margin: 1.25rem 2.5rem;
  }
  .product-slider-list.swiper-wrapper {
    display: block;
  }
  .product-slider:not(.fixed-slider) {
    margin-right: 25px;
    position: relative;
  }
  .product-slider:not(.fixed-slider) .b_slider_nav_points {
    display: none;
  }
  .product-slider:not(.fixed-slider).style-2 .slider_list {
    grid-template-columns: repeat(6, 1fr);
  }
  .product-slider:not(.fixed-slider).style-2 .slider_list .product-slider-itm {
    grid-column: span 3;
  }
  .product-slider:not(.fixed-slider).style-2 .slider_list .product-slider-itm:first-child {
    grid-column-end: 4;
  }
  .product-slider:not(.fixed-slider).style-2.even-3 .slider_list .product-slider-itm:nth-last-child(1), .product-slider:not(.fixed-slider).style-2.even-3 .slider_list .product-slider-itm:nth-last-child(2), .product-slider:not(.fixed-slider).style-2.even-3 .slider_list .product-slider-itm:nth-last-child(3) {
    grid-column: span 2;
  }
  .product-slider:not(.fixed-slider).style-2 .product-slider-itm__img {
    padding-bottom: 144%;
    height: 0;
    position: relative;
  }
  .product-slider:not(.fixed-slider).style-2 .product-slider-itm__img img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
  }
  .product-slider:not(.fixed-slider) .slider_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100% !important;
    transform: none !important;
  }
  .product-slider:not(.fixed-slider) .slider_list .product-slider-itm {
    width: 100% !important;
  }
  .product-slider:not(.fixed-slider) .slider_list .product-slider-itm:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (min-width: 34.375em) and (max-width: 68.749em) {
  .c-product-detail__recommendations .c-product-tile:nth-child(4) {
    display: none;
  }
}
@media (min-width: 47.5em) {
  .c-carousel-product-overview__arrow-ctrls {
    padding-left: 0;
  }
  .c-carousel-product-overview__caption {
    font-size: 0.875rem;
    margin-right: 1.25rem;
  }
  .c-buy-module__product-title {
    margin-top: 0;
  }
  .c-product-detail__info {
    height: 100%;
    margin: 0;
    padding: 2.8125rem;
  }
  .c-product-detail__reviews:before {
    content: " ";
    display: block;
    height: 3.125rem;
    position: absolute;
    top: -51px;
    width: 100%;
  }
  .c-product-description__section-list-column {
    width: 100%;
  }
  .c-complete-the-look__decoration {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    background-color: #fff;
    background-size: 25px 25px;
    border-radius: 50%;
    content: "";
    display: block;
    height: 4.0625rem;
    width: 4.0625rem;
  }
  .product-detail-bot-slider-itm__wrap {
    top: 11%;
  }
  .c-product-list-item:not(.c-product-list-item--has-promotions) .c-product-list-item__details, .c-product-list-item__checkbox-inner {
    padding-top: 1.875rem;
  }
  .c-product-list-item__edit-actions-list {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 47.5em) and (max-width: 53.749em) {
  .c-product-detail .c-product-detail__bg-wrapper {
    padding-bottom: 30vw;
  }
  .c-product-detail .c-product-detail__bg-wrapper--no-image {
    margin-bottom: 3.125rem;
  }
  .c-product-detail .c-product-detail__bg-wrapper-picture {
    padding: 0 2.8125rem;
  }
  .c-product-detail__breadcrumbs {
    background-color: #fff;
  }
  .c-product-detail__right-border {
    border-right: 1px solid #efecf0;
  }
}
@media (min-width: 53.75em) {
  .c-carousel-product-overview__footer {
    margin: 1.25rem;
    padding: 0.9375rem 1.25rem;
    width: calc(100% - 2.5rem);
  }
  .c-product-detail__background-blocker {
    display: none;
  }
  .c-product-detail .c-product-detail__bg-wrapper\@md-high {
    overflow: hidden;
    padding: 2.5rem 2.5rem 30vw;
  }
  .c-product-detail__contents {
    padding: 0;
  }
  .c-product-detail__info {
    padding: 1.875rem;
  }
  .c-product-detail__description {
    margin: 1.25rem;
  }
  .c-product-detail__reviews:before {
    height: 6.25rem;
    top: -101px;
  }
  .o-option-rectangle {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
  .c-buy-module--has-product-features {
    margin-top: -1.875rem;
  }
  .product-slider .c-favourites-btn {
    margin: 1.25rem;
    padding: 0.9375rem 1.25rem;
  }
}
@media (min-width: 53.75em) and (max-width: 68.749em) {
  .c-product-detail .c-product-detail__bg-wrapper--no-sq-image {
    background-color: #f5f3f5;
    margin-bottom: 6.25rem;
    padding: 2.5rem;
  }
  .c-product-detail .c-product-detail__bg-wrapper-picture {
    left: 0;
    position: absolute;
    top: 0;
  }
}
@media (min-width: 68.75em) {
  .c-carousel-product-overview .c-product-tile__product-special-tag {
    top: 28px;
    left: 32px;
  }
  .c-carousel-product-overview__footer--background-fill, .c-carousel-product-overview__footer--is-look {
    background-color: #fff;
  }
  .c-carousel-product-overview__footer--background-fill .c-carousel-product-overview__meta {
    background-color: rgba(239, 236, 240, 0.7);
  }
  .c-product-detail {
    position: relative;
  }
  .c-product-detail:after {
    background-color: #d8d5d5;
    bottom: 0;
    content: "";
    height: 0.0625rem;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .c-product-detail__inner {
    padding-bottom: 6.3125rem;
  }
  .c-product-detail-page--is-special .c-product-detail__inner {
    margin-bottom: -8.125rem;
    padding-bottom: 6.3125rem;
    position: relative;
    top: -130px;
    z-index: 1;
  }
  .c-product-detail-page--is-special .c-video-player__toggle-button {
    bottom: 150px;
    left: 100px;
  }
  .c-product-detail-page .c-product-detail__section-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3rem;
  }
  .c-product-detail .c-product-detail__bg-wrapper-picture {
    bottom: 0;
    height: 76%;
    padding: 0;
    position: absolute;
    width: 100%;
  }
  .c-product-detail__info {
    background-color: transparent;
    height: auto;
    min-width: 20.25rem;
  }
  .c-product-detail__info-description {
    padding-left: 0;
  }
  .c-product-detail__info-buy-panel {
    background-color: #fff;
  }
  .c-product-detail__description {
    margin: 0;
  }
  .c-product-detail-page .c-product-detail__section-title.c-product-detail__complete-the-look-title {
    margin-bottom: 1.75rem;
  }
  .c-product-detail__reviews + .c-product-detail__complete-the-look {
    padding-top: 5.1875rem;
  }
  .c-product-detail-page .c-product-detail__section, .c-product-detail-page .o-container.c-product-detail__section, .c-recommendations-content-section--is-dark.c-product-detail__section {
    padding-bottom: 7.5rem;
  }
  .c-complete-the-look__decoration {
    height: 6.25rem;
    width: 6.25rem;
  }
  .c-complete-the-look__decoration-icon {
    height: 2.8125rem;
    width: 2.8125rem;
  }
  .c-cart__header.c-cart-header {
    padding: 1.875rem 1.875rem 0.9375rem;
  }
  .c-cart-summary__price-wrapper {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .c-cart-summary__total-price {
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 1.5rem;
  }
  .c-cart__checkout-paypal-buttons, .c-cart__checkout-sticky .c-cart__button--checkout-sticky {
    padding: 0 1.875rem;
  }
  .c-cart-wrapper .c-cart .c-cart__summary {
    padding: 1.875rem 1.875rem 0;
  }
  .c-product-detail .c-product-detail__bg-wrapper-picture {
    bottom: 0;
    height: 76%;
    padding: 0;
    position: absolute;
    width: 100%;
  }
  .o-option-rectangle:not(.o-option-rectangle--is-checked):not(.o-option-rectangle--is-unavailable):not(.o-option-rectangle--is-disabled):hover {
    border-color: #7f7776;
    box-shadow: unset;
  }
  .o-option-rectangle:hover {
    border-width: 2px;
    border-color: #7f7776;
    padding: 0.75rem 0;
  }
}
@media (max-width: 53.749em) {
  .c-pdp-product-navigation.c-carousel-product-overview__header {
    padding: 0.9375rem 0;
  }
  .c-carousel-product-overview__header {
    font-size: 0.875rem;
    line-height: 1.25rem;
    background-color: #efecf0;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    padding: 0.9375rem 0;
    position: relative;
    text-align: center;
    z-index: 10;
  }
  .c-product-detail .c-product-detail__bg-wrapper-picture {
    left: 0;
    position: fixed;
    top: 0;
  }
  .c-product-detail__info {
    padding: 1.875rem;
  }
}
@media (max-width: 34.374em) {
  .c-pdp-product-navigation .c-hero-product__carousel-controls__footer {
    position: static;
  }
  .c-carousel-product-overview .c-product-tile__product-special-tag {
    top: 15px;
  }
  .c-product-description__section-list {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .c-product-detail-page--is-special .c-product-detail__inner .u-flex-first {
    -ms-flex-order: 0;
    order: 0;
  }
  .c-product-detail-page--is-special .c-product-detail__inner .c-product-detail__bg-wrapper\@md-high {
    -ms-flex-order: 1;
    order: 1;
  }
  .c-cart__list .c-product-list-item__details {
    margin-top: 0rem;
  }
  .c-cart__list .c-product-list-item__details {
    margin-top: 0rem;
  }
  .c-favourites-counter__label {
    display: inline-block;
    vertical-align: middle;
  }
  .product-detail-bot-slider {
    padding-bottom: 170px;
  }
  .product-detail-bot-slider-itm__name {
    opacity: 1 !important;
  }
  .product-detail-bot-slider-itm__btn-wrapper {
    margin-bottom: 85px;
  }
  .js-product-detail-bot-size {
    width: 230px;
  }
}
@media (max-width: 80em) {
  .additional-product-itm {
    position: relative;
    padding-bottom: 80px;
  }
  .additional-product-itm__img {
    width: 155px;
  }
  .additional-product-itm__content {
    padding: 15px;
  }
  .additional-product-itm__content__top {
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
  }
  .additional-product-itm__content .u-btn--tertiary {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
  .product-slider:not(.fixed-slider) {
    margin-right: 5px;
  }
  .product-slider-itm.swiper-slide {
    height: auto;
  }
  .c-video-player__muted {
    width: 35px;
    height: 35px;
    bottom: 47px;
    right: 90px;
    z-index: 1;
  }
}
@media (max-width: 68.75em) {
  .product-slider {
    position: relative;
  }
  .product-slider .slider_controls {
    display: block;
    position: absolute;
    margin: 1.25rem;
    bottom: 0;
    left: 0;
    padding: 0.8rem 1.25rem;
  }
  .product-slider .b_slider_nav_points {
    position: absolute;
    bottom: 0;
    margin: 1.25rem;
    padding: 0.9375rem 1.25rem 0.9375rem 5rem;
  }
  .product-slider .slider_nav_point_itm {
    width: 1.1875rem;
    height: 1.25rem;
    margin: 0;
    border: none !important;
  }
  .product-slider .slider_nav_point_itm img {
    display: none;
  }
  .product-slider .slider_nav_point_itm:after {
    display: inline-block;
  }
  .product-slider .slider_list {
    padding-bottom: 100%;
    width: 100% !important;
    transform: translateX(0px) !important;
  }
  .product-slider .slider_list .product-slider-itm {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
  }
  .product-slider .slider_list .product-slider-itm.prev {
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .product-slider .slider_list .product-slider-itm.next {
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .product-slider .slider_list .product-slider-itm.prev2 {
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
  }
  .product-slider .slider_list .product-slider-itm.next2 {
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
  }
  .product-slider .slider_list .product-slider-itm.prevAll, .product-slider .slider_list .product-slider-itm.nextAll {
    opacity: 0;
  }
  .product-slider .owl-nav {
    position: absolute;
    bottom: 27px;
    left: 35px;
  }
  .product-slider .owl-nav button {
    padding: 5px 7px;
  }
  .product-slider .owl-dots {
    position: absolute;
    bottom: 26px !important;
    left: 85px !important;
  }
  .product-slider .owl-dot, .product-slider .swiper-pagination-bullet {
    position: relative;
    padding: 5px;
    background: none;
  }
  .product-slider .owl-dot:after, .product-slider .swiper-pagination-bullet:after {
    background-color: #bab6b5;
    background-color: var(--carousel-indicator-button);
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.3125rem;
    margin-top: -0.3125rem;
    display: block;
    height: 0.625rem;
    transform: scale(0.5);
    transition: none;
    width: 0.625rem;
  }
  .product-slider .owl-dot.active:after, .product-slider .owl-dot.swiper-pagination-bullet-active:after, .product-slider .swiper-pagination-bullet.active:after, .product-slider .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #3a2e2c;
    border: 2px solid var(--text-color);
    transform: scale(1);
    transition: transform 0.25s cubic-bezier(1, 0, 1, 3) 50ms;
  }
  .product-slider .owl-prev:before {
    font-size: 0;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #3a2e2c;
    border-top: 1px solid #3a2e2c;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .product-slider .owl-next:before {
    font-size: 0;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #3a2e2c;
    border-top: 1px solid #3a2e2c;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .product-slider .swiper-zoom-container {
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: transform 1s linear 0s;
    -moz-transition: transform 1s linear 0s;
    -o-transition: transform 1s linear 0s;
    transition: transform 1s linear 0s;
  }
  .product-slider .swiper-zoom-container img {
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: transform 1s linear 0s;
    -moz-transition: transform 1s linear 0s;
    -o-transition: transform 1s linear 0s;
    transition: transform 1s linear 0s;
    image-rendering: optimizeQuality;
  }
  .owl-stage-outer {
    overflow: hidden;
  }
  .owl-stage {
    display: flex;
  }
  .product-slider-list.swiper-wrapper {
    display: flex;
  }
  .product-slider.fixed-slider {
    background: #EFECF0;
  }
  .product-slider:not(.fixed-slider) {
    margin-right: 0;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .product-slider:not(.fixed-slider) .owl-nav {
    display: none;
  }
  .product-slider:not(.fixed-slider) .owl-dots {
    left: 0 !important;
    text-align: center;
    width: 100%;
  }
  .c-product-detail__info {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .c-product-detail__info__left-col {
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box;
    border-right: 1px solid #D8D5D5;
  }
  .c-product-detail__info__right-col {
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
  }
  .c-product-detail__info__btns {
    order: 2;
    width: 100%;
    margin-top: 60px;
  }
  #c-product-detail__parallax {
    width: 100% !important;
  }
  .block-with-slider {
    width: 100% !important;
  }
  .c-product-detail__contents {
    padding: 0;
  }
  .c-product-description {
    margin-top: -1em;
  }
  .additional-product {
    margin-bottom: 0;
  }
  .c-product-option {
    margin-bottom: 0;
  }
  .c-product-detail__right-border {
    border: none;
  }
}
@media (max-width: 47.49em) {
  .c-carousel-product-overview__arrow-ctrls {
    display: none;
  }
  .c-carousel-product-overview__indicator-ctrls {
    padding-left: 0;
  }
  .c-carousel-product-overview__caption {
    display: none;
  }
  .c-carousel-product-overview__footer--is-social .c-carousel-product-overview__caption {
    display: block;
    font-size: 0.875rem;
    margin-right: 0.9375rem;
  }
  .c-buy-module__product-tag {
    display: none;
  }
  .c-product-detail .c-product-detail__bg-wrapper {
    padding-bottom: 40vw;
  }
  .c-product-detail__info {
    border-bottom: none;
    height: 100%;
    margin: 0;
  }
  .fancybox-slide.fancybox-slide--html .fancybox-content.data-fancy-image {
    height: auto;
  }
  .c-product-detail__inner {
    padding: 0 15px;
  }
}
@media (max-width: 34.374em) {
  .c-product-options--hide-sizes-on-mobile .c-product-option__sizes {
    display: none;
  }
  .right-modal-content {
    width: 100%;
  }
  .c-cart__list .c-product-list-item.c-product-list-item--in-drawer {
    padding-left: 0;
    padding-right: 0;
  }
  .c-cart__list:before {
    display: none;
  }
  .c-product-detail__inner {
    padding: 0 0.9375rem;
  }
  .product-slider:not(.fixed-slider) {
    margin-bottom: 15px;
  }
  .c-product-detail__info {
    display: block;
  }
  .c-product-detail__info__left-col {
    width: 100%;
    padding: 0;
    border: none;
  }
  .c-product-detail__info__right-col {
    width: 100%;
    padding: 0;
  }
  .c-product-detail__info__btns {
    margin: 30px 0;
  }
}
.c-breadcrumb-header__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.625rem;
  width: 100%;
}

.c-sidebar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.c-sidebar-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.c-sidebar-link-list-item {
  margin-bottom: 1.5rem;
}
.c-sidebar-link-list-item__link {
  border-bottom: 1px solid transparent;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 100;
  color: #3a2e2c;
}
.c-sidebar-link-list-item__link:hover {
  border-color: #d8d5d5;
}
.c-sidebar-link-list-item__link--is-selected {
  color: #1F3188;
}

.c-chat-button {
  color: #000;
}
.c-chat-button .c-icon {
  height: 2.8125rem;
  margin-right: 0.625rem;
  vertical-align: middle;
  width: 2.8125rem;
}

.c-content {
  margin-bottom: 1.875rem;
  padding: 1.875rem 1.875rem 1.875rem 0;
}

.c-accordion-item__button {
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0.3125rem 0;
  padding: 1.375rem 0;
  width: 100%;
}

.c-accordion-item-header:not(.c-accordion-item--is-disabled) .c-accordion-item__icon, .c-accordion-item-header:not(.c-accordion-item--is-disabled) .svg {
  -ms-flex-preferred-size: 10px;
  flex-basis: 0.625rem;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: #3a2e2c;
  height: 0.625rem;
  margin-left: 1.25rem;
  transition: transform 0.24s;
}
.c-accordion-item-header.open .c-accordion-item__icon, .c-accordion-item-header.open .svg {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-accordion-item {
  border-bottom: 1px solid #d8d5d5;
  transform: translateZ(0);
}
.c-accordion-item__content {
  display: none;
  margin-left: -0.1875rem;
  margin-right: -0.1875rem;
  overflow: hidden;
  padding-left: 0.1875rem;
  padding-right: 0.1875rem;
  transform: translateZ(0);
}

.c-help-links__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
  line-height: 1;
}

.c-chat-button:hover .c-chat-button--title {
  border-bottom: 1px solid #1F3188;
  color: #1F3188;
}

.c-help-links-items {
  list-style: none;
}

.c-help-links-item {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #d8d5d5;
  padding: 1.5625rem 0;
}
.c-help-links-item__icon {
  -ms-flex-preferred-size: 50px;
  flex-basis: 3.125rem;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 95%;
  height: 3.125rem;
  margin-right: 1.5625rem;
}

.u-text-thin {
  font-weight: 100;
}

.c-open-content__content {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-family: Lora, sans-serif;
}
.c-open-content__content-wrapper {
  margin-bottom: 1.875rem;
}
.c-open-content__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-open-content__helper {
  -ms-flex-preferred-size: 274px;
  flex-basis: 17.125rem;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.o-well {
  background-color: #f5f3f5;
  border: 1px solid transparent;
  padding: 1.25rem 0.9375rem;
}

.c-helper {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.c-helper.o-well {
  padding: 1.875rem 1.25rem 2.5rem;
  width: 100%;
}

.c-open-content__body .c-open-content__content-wrapper {
  width: 100%;
}

.c-accordion-item__content .c-open-content__content-wrapper {
  margin-bottom: 1.875rem;
  width: 100%;
}

.o-cms-page {
  min-height: 400px;
}

.o-cms-page .o-cms-page__modules {
  margin: 0 0.9375rem;
  max-width: 98.125rem;
  min-width: 18.125rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-family: Lora, sans-serif;
}

.u-module-heading {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin: 0;
}

.c-heading.u-module-heading {
  font-weight: 600;
}

.c-heading {
  font-weight: 100;
}

.c-accordion .c-helper, .c-helper--is-outline {
  background-color: #fff;
  border-color: #e5e5e5;
}

.c-helper .c-heading {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.u-btn--secondary.c-btn--is-loading, .u-btn--secondary:not([aria-disabled=true]):not(.c-btn--is-user-action-needed) {
  background: #3a2e2c;
  border-color: #3a2e2c;
}

.c-btn--is-disabled {
  background: #b9b9b9;
  border-color: #b9b9b9;
  color: #262626;
  -webkit-tap-highlight-color: transparent;
}

.c-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  counter-reset: step;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}

.c-timeline-item {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-timeline-item__content {
  max-width: 4.6875rem;
}
.c-timeline-item__number {
  display: block;
  height: 1.0625rem;
  margin-bottom: 1.6875rem;
}
.c-timeline-item__number:before {
  -ms-flex-preferred-size: 35px;
  flex-basis: 2.1875rem;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: serif;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  height: 2.1875rem;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: -2px;
  width: 2.1875rem;
  background-color: #fff;
  content: counter(step);
  counter-increment: step;
}

.c-timeline-item:not(.c-timeline-item--is-last) .c-timeline-item__number {
  border-bottom: 1px solid black;
}

.c-order-lookup__final-sale-warning__container {
  display: -ms-flexbox;
  display: flex;
}

.c-order-lookup__final-sale-warning__container .c-order-lookup__final-sale-warning__icon {
  width: 1.3125rem;
  height: 1.3125rem;
  margin-right: 0.625rem;
}

.c-order-lookup__final-sale-warning__container .c-order-lookup__final-sale-warning__copy {
  font-size: 0.9375rem;
  font-weight: 300;
  margin: 0;
}

.c-helper .u-btn:first-of-type {
  margin-top: 1.25rem;
}

.c-help-links-item__content {
  width: 100%;
}

@media (min-width: 34.375em) {
  .c-content {
    margin-bottom: 3.125rem;
  }
  .c-accordion-item__button {
    padding: 1.1875rem 0;
  }
  .c-help-links {
    margin-bottom: 3.125rem;
  }
  .c-help-links__title {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.25rem;
    line-height: 1;
  }
  .c-help-links-item {
    padding: 2.5rem 0;
  }
  .c-help-links-item__icon {
    -ms-flex-preferred-size: 87px;
    flex-basis: 5.4375rem;
    height: 5.4375rem;
    margin-right: 2.8125rem;
  }
  .c-help-links-item__content {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .c-help-links:not(.c-help-links--has-cta) .c-help-links-item__content {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .o-cms-page .o-cms-page__modules {
    margin: 0 2.8125rem;
  }
  .c-open-content__content-wrapper, .c-open-content__helper {
    margin-bottom: 3.125rem;
  }
  .c-open-content--has-helper .c-open-content__content-wrapper {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .c-helper.o-well {
    padding: 2.5rem 1.875rem;
  }
  .c-open-content__helper .c-helper:not(.c-helper--is-media) .c-helper__inner {
    margin: 0 auto;
    max-width: 15.3125rem;
  }
  .c-open-content--has-helper .c-open-content__content {
    padding-right: 3.125rem;
  }
}
@media (min-width: 68.75em) {
  .o-section--main {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .o-section-wrapper--has-sidebar {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .o-section-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-sidebar-link-list--primary:not(:only-child):after {
    background-color: #e5e5e5;
    content: "";
    display: block;
    height: 0.0625rem;
    margin-bottom: 2.1875rem;
    margin-top: 2rem;
    max-width: 11.25rem;
    width: 100%;
  }
  .c-sidebar-link-list--secondary .c-sidebar-link-list-item {
    margin-bottom: 0.375rem;
  }
  .c-sidebar-link-list--secondary .c-sidebar-link-list-item__link-btn, .c-sidebar-link-list--secondary .c-sidebar-link-list-item__link:not(.c-sidebar-link-list-item__link--btn) {
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
  .c-help-links-item {
    padding: 2.1875rem 0;
  }
  .c-help-links-item__icon {
    background-size: auto;
    -ms-flex-preferred-size: 97px;
    flex-basis: 6.0625rem;
    height: 6.0625rem;
    margin-right: 6.25rem;
  }
  .c-breadcrumb-header__wrapper {
    padding-top: 1.25rem;
  }
}
@media (min-width: 110.375em) {
  .o-container\@lg:not(.o-container--no-xlarge) {
    margin: 0 auto;
    max-width: 98.125rem;
  }
}
@media (max-width: 47.49em) {
  .c-breadcrumb-header__wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .o-section-wrapper .c-chat-button {
    margin-top: 1.875rem;
  }
  .c-chat-button {
    border: 1px solid #e5e0e6;
    border-right: none;
    border-left: none;
    padding: 1.25rem 0;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 34.374em) {
  .c-content {
    padding: 0.9375rem;
  }
}
.stories-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.6%;
  width: -moz-calc(100% + 3.2%);
  width: -webkit-calc(100% + 3.2%);
  width: calc(100% + 3.2%);
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 0 20px;
}

.stories-itm {
  width: 25%;
  padding: 1.6% 1.6% 4%;
}

.stories-page {
  margin-top: 40px;
}

@media screen and (max-width: 980px) and (min-width: 769px) {
  .stories-itm {
    width: 50%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .stories-itm {
    width: 100%;
  }
}
.c-article-media-container {
  margin-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}

.c-youtube-player-overlay {
  display: table;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 1.5625rem;
  position: relative;
  width: 100%;
}
.c-youtube-player-overlay__iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-editorial .c-editorial__picture-link-wrapper {
  display: inline-block;
  outline-offset: -1px;
  padding: 0.0625rem;
  width: 100%;
}

@media (min-width: 34.375em) {
  .c-article-media-container {
    margin-top: 3.125rem;
  }
}
.c-content-container .o-container {
  margin-top: 1.875rem;
}

.c-content {
  margin-bottom: 1.875rem;
  padding: 1.875rem 1.875rem 1.875rem 0;
}

.c-content__heading {
  margin-top: 0;
  font-weight: 400;
}

.c-content__text {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 300;
  margin-bottom: 3.125rem;
}

.c-content__text .u-link {
  color: currentColor;
}

.c-content__text .u-link--underlined {
  border-bottom: 1px solid !important;
}

.c-content--is-centered {
  text-align: center;
  margin: auto;
}

.c-content--is-centered .c-content__ctas--buttons, .c-content--is-centered .c-content__ctas--links, .c-content__ctas--buttons {
  -ms-flex-pack: center;
  justify-content: center;
}

.c-content__ctas--buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-content__cta--button {
  margin-top: 0.625rem;
  width: 100%;
}

.c-content__ctas--links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.c-content__cta--link:not(:first-child) {
  margin-left: 0.625rem;
}

.c-content__cta--link {
  margin-top: 0.625rem;
}

.c-content__cta--link .u-link--underlined.u-link.u-btn .u-btn__content:not(:hover):not(:active):not(:focus), .c-content__cta--link .u-link--underlined.u-link:not(.u-btn):not(:hover):not(:active):not(:focus) {
  border-bottom: 1px solid;
}

.c-content__cta--link .u-link--underlined:focus:not(.u-btn) {
  border-width: 2px;
}

@media (min-width: 34.375em) {
  .c-content-container .o-container {
    margin-top: 3.125rem;
  }
  .c-content {
    margin-bottom: 3.125rem;
  }
  .c-content--is-centered {
    max-width: 70%;
  }
  .c-content__ctas--buttons {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .c-content__cta--button {
    width: auto;
  }
  .c-content__cta--button:not(:first-child) {
    margin-left: 0.625rem;
  }
}
@media (min-width: 68.75em) {
  .c-content__cta--link:not(:first-child) {
    margin-left: 1rem;
  }
}
@media (max-width: 34.374em) {
  .c-content {
    padding: 0.9375rem;
  }
  .c-content__text {
    margin-bottom: 1.5625rem;
  }
}
.c-search__results {
  min-height: 31.25rem;
  position: relative;
}

.c-search-header {
  margin-top: 1.25rem;
}

.c-search-header__input.c-search-input {
  margin: 0 auto;
  max-width: 98.125rem;
  padding-bottom: 0.625rem;
}

.c-search-input__field:before {
  background: url(/img/search.svg) no-repeat 50%/contain;
  content: "";
  display: block;
  height: 5.3125rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.9375rem;
}

.c-form-autocomplete__wrapper-suggestion-list {
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: calc(100% - 16px);
  width: 100%;
  z-index: 50;
  transform-origin: top;
}

.c-search-input__wrapper-suggestion-list.c-form-autocomplete__wrapper-suggestion-list {
  list-style: none;
  padding: 0;
  background-color: #f5f3f5;
  left: 0;
  position: absolute;
  top: 100%;
  margin: -1.125em 0 0;
  z-index: 20;
  display: none;
}
.c-search-input__wrapper-suggestion-list.c-form-autocomplete__wrapper-suggestion-list li {
  font-size: 1.125rem;
  line-height: 1.2rem;
  margin: 10px 0;
}

.c-form-autocomplete-results {
  font-family: serif;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  overflow-y: auto;
  padding: 0;
  width: 100%;
  z-index: 50;
}

.c-search-header__suggestion-list.c-search-input__suggestion-list {
  left: 0;
  margin-top: -0.0625rem;
  transition: padding-left 0.4s cubic-bezier(0.19, 1, 0.22, 1), padding-right 0.4s cubic-bezier(0.19, 1, 0.22, 1), margin-left 0.4s cubic-bezier(0.19, 1, 0.22, 1), width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.c-search-input__suggestion-list.c-form-autocomplete-results {
  background-color: #f5f3f5;
  border: 0;
  padding-bottom: 2.5rem;
  padding-top: 0.9375rem;
}

.c-form-autocomplete-results__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-search-input__wrapper.c-search-header__wrapper {
  position: relative;
}

.c-overlay {
  -ms-flex-align: start;
  align-items: flex-start;
  display: none;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 51;
}

.c-overlay--is-visible {
  display: -ms-flexbox;
  display: flex;
}
.c-overlay--is-visible .c-dimmer--is-white {
  opacity: 0.8;
}

.c-filters-overlay {
  left: 0;
  position: absolute;
  transform: translateZ(0);
  width: 100%;
  z-index: 120;
  top: 131px;
}

.c-filters-overlay-mobile-header {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-filters-overlay__close, .c-filters-overlay__close .c-icon {
  height: 1.25rem;
  width: 1.25rem;
}

.c-filters-overlay__contents-wrapper {
  background-color: #fff;
  margin-top: 0.0625rem;
  position: relative;
}

.c-filters-overlay__contents {
  height: auto;
  padding: 0 0.3125rem;
  color: #3a2e2c;
}

.c-filters-overlay__hide-btn {
  background-color: #fff;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-bottom: -0.0625rem;
  min-width: 7.5rem;
}

.c-filters-overlay__hide-btn .u-btn__content {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-filters-overlay__hide-btn .c-icon {
  height: 0.875rem;
  margin-left: 1.875rem;
  vertical-align: middle;
  width: 0.875rem;
}

.c-filters-overlay-controls {
  text-align: center;
}

.c-filters-overlay-controls__apply-btn {
  display: block;
  margin: 0 auto;
}

.c-filters-overlay-controls__clear-btn {
  display: block;
}

.c-filters-overlay__transparent-clicker {
  height: 100%;
  position: absolute;
  width: 100%;
}

.c-filters-overlay__inner .c-dimmer {
  height: calc(100% - 3.125rem);
  position: absolute;
  top: 50px;
  z-index: 80;
}

.c-filters-overlay__inner .c-dimmer:not(.c-dimmer--is-visible) {
  display: none;
}

.c-filters-overlay__inner .o-loader {
  height: calc(100% - 3.125rem);
  left: 0;
  top: 50px;
  z-index: 130;
}

.c-dimmer--is-white {
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 120%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: translateZ(0);
  transition: opacity 0.4s ease-out;
  width: 100%;
}

.c-filters-overlay-controls__clear-btn {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  border-radius: 0;
  color: #3a2e2c;
  color: var(--text-color);
  border-bottom: 1px solid transparent;
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-family: Inter, sans-serif;
  display: inline-block;
  margin: 1.25rem auto;
}

.c-filters-overlay-controls__clear-btn:not(.u-link--underlined):not(:hover) {
  border-bottom: 1px solid transparent;
}

.c-filters-overlay-controls__clear-btn.u-btn .u-btn__content:not(:hover):not(:active):not(:focus), .c-filters-overlay-controls__clear-btn:not(.u-btn):not(:hover):not(:active):not(:focus) {
  border-bottom: 1px solid #d8d5d5;
  border-bottom: 1px solid var(--links-border-bottom-color);
  position: relative;
}

.c-filters-overlay-controls__clear-btn:not(.u-link--underlined):hover {
  border-bottom: 1px solid transparent;
  color: #1F3188;
}

.c-filter-group {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-filter-group__more-btn .less-text {
  display: none;
}
.c-filter-group__more-btn.show .less-text {
  display: block;
}
.c-filter-group__more-btn.show .more-text {
  display: none;
}

.c-filter-group__section {
  border: none;
  padding: 0;
  margin: 0;
}

.c-filter-group__list {
  font-family: serif;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  line-height: 0.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-filter-group--is-text .c-filter-group__list {
  margin-left: -0.1875rem;
  margin-right: -0.1875rem;
  padding-bottom: 0.625rem;
}

.c-filter-group--is-text .c-filter-option {
  height: 3.125rem;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 0;
  padding-top: 0;
  width: 3.125rem;
}

.u-screen-reader-after:after, .u-screen-reader-before:before {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.0625rem;
  margin-top: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 0.0625rem;
}

.o-option-rectangle span {
  display: block;
  width: 100%;
}

.c-filter-option span {
  padding: 0 0.25rem;
}

.c-filter-option {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-filter-option[aria-checked=true] .o-style-option__option:after {
  border-radius: 50%;
  border: 1px solid #767676;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-filter-option .c-form-field-checkbox:not([disabled]) ~ .c-form-field-wrapper__label:hover:before {
  border-color: #7f7776;
}

.o-style-option__option {
  border-radius: 50% 50%;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle;
  height: 1.875rem;
  padding: 0.25rem;
  width: 1.875rem;
}

.c-filter-option__style {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.125rem;
}

.o-style-option__wrap-style {
  padding: 0.125rem;
  position: relative;
}

.c-filter-group--is-color .c-filter-group__list .c-filter-option {
  padding-left: 0.1875rem;
  padding-right: 0.1875rem;
}

.c-filter-group--is-color .c-filter-option {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 50%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 1.125rem;
  margin-left: 0;
  margin-right: 0;
  min-width: 5.375rem;
  word-wrap: break-word;
}

.o-style-option__list-item {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0 0.125rem 0 0;
}

.c-filter-group--is-checkbox .c-filter-option .c-form-field-wrapper__label {
  font-size: 0.75rem;
  line-height: 0.75rem;
}

.c-form-field-checkbox ~ .c-form-field-wrapper__label:before, .c-form-field-radio:not(.c-form-field-radio--button-style) ~ .c-form-field-wrapper__label:before {
  border: 1px solid #bab6b5;
  content: "";
  display: inline-block;
  height: 1.125rem;
  margin-right: 0.625rem;
  vertical-align: bottom;
  width: 1.125rem;
}

.c-filter-group--is-checkbox .c-filter-option .c-form-field-wrapper__label:before {
  height: 1.5625rem;
  width: 1.5625rem;
}

.c-form-field-checkbox, .c-form-field-radio {
  border: 0;
  cursor: pointer;
  height: 1.125rem;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1.125rem;
}

.c-form-field-checkbox:not(.c-form-field-checkbox--is-align-top) ~ .c-form-field-wrapper__label, .c-form-field-radio:not(.c-form-field-radio--is-align-top) ~ .c-form-field-wrapper__label {
  -ms-flex-align: center;
  align-items: center;
}

.c-form-field-checkbox ~ .c-form-field-wrapper__label, .c-form-field-radio ~ .c-form-field-wrapper__label {
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5rem;
}

.c-form-field-wrapper--is-full-width {
  width: 100%;
}

.c-filter-group--is-color .c-filter-option[aria-disabled=true] {
  pointer-events: none;
  color: #d8d5d5;
}

.c-filter-group--is-color .c-filter-option[aria-disabled=true] .c-filter-option__style-option {
  opacity: 0.2;
}

.c-filter-group--is-color .c-filter-option[aria-disabled=false]:hover {
  cursor: pointer;
}

.c-form-field-checkbox--is-disabled ~ .c-form-field-wrapper__label:before, .c-form-field-radio--is-disabled ~ .c-form-field-wrapper__label:before {
  border-color: #d8d5d5;
}

.c-form-field-checkbox--is-disabled ~ .c-form-field-wrapper__label, .c-form-field-radio--is-disabled ~ .c-form-field-wrapper__label {
  color: #d8d5d5;
}

.c-filter-option {
  position: relative;
}
.c-filter-option__input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.c-filter-option__input input {
  display: none;
}

.o-option-rectangle.o-option-rectangle--is-disabled {
  box-shadow: inset 0 0 0 1px #d8d5d5;
  color: #d8d5d5;
  position: relative;
  pointer-events: none;
}
.o-option-rectangle.o-option-rectangle--is-disabled:after {
  border-bottom: 1px solid #d8d5d5;
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  transform: skewY(-45deg);
  width: 100%;
}

.c-filter-option.o-option-rectangle--is-disabled {
  color: #d8d5d5;
  position: relative;
  pointer-events: none;
}

.c-search__content .c-search-header .c-search-header__results-description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  margin-bottom: 3.75rem;
}

.c-search-categories__category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-search-categories__subcategory-list-item {
  font-size: 0.875rem;
  line-height: 1;
}

.c-filter-group__title {
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.3125rem;
  margin: 0 0 0.4375rem;
}

.c-filter-group:last-child {
  border-bottom: 0;
}

.c-filters-overlay__contents-wrapper .c-filter-group__accordion-wrapper:last-child {
  border-bottom: none;
}

.c-grid-controls-filters__filter-trigger .c-icon {
  display: inline-block;
  height: 0.875rem;
  margin-left: 1.875rem;
  width: 0.875rem;
}

.c-form-field-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/local/templates/main/css/../img/down.svg);
  background-position: 100% 5px;
  background-repeat: no-repeat;
  background-size: 8px;
  color: #fff;
  content: "";
  cursor: pointer;
}

.c-filter-group--is-checkbox .c-filter-option {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.c-grid-controls-filters__filter-trigger:not(:last-child) {
  margin-right: 0.625rem;
}

.c-grid-controls-filters__filter-applied:not(:last-child) {
  margin-right: 0.625rem;
}

.c-grid-controls-filters__filter-trigger {
  margin-bottom: 1.25rem;
  min-width: 7.5rem;
}

.c-grid-controls-filters__filter-applied .c-icon, .c-grid-controls-filters__filter-applied .svg {
  display: inline-block;
  height: 0.625rem;
  margin-left: 1.875rem;
  width: 0.625rem;
}

.c-search__grid-controls .c-grid-controls-filters {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 34.375em) {
  .c-search-header__input.c-search-input {
    margin: 0 2.8125rem 1.25rem;
    padding: 2.8125rem 0 0;
    transition-duration: 0.4s;
    transition-property: background-color, margin-left, margin-right, max-width, padding-left, padding-right;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
  .c-search-input__field:before {
    height: 5.1875rem;
    width: 1.3125rem;
  }
  .c-search-input__input, .c-search-input__input ~ .c-form-field-wrapper__label {
    padding-left: 2.5625rem;
  }
  .c-search-header__wrapper-suggestion-list.c-search-input__wrapper-suggestion-list {
    padding-left: 2.5625rem;
    padding-right: 1.25rem;
  }
  .c-search-header__suggestion-list.c-search-input__suggestion-list {
    padding-left: 3.8125rem;
    padding-right: 1.25rem;
  }
  .c-search-input__suggestion-list.c-form-autocomplete-results {
    padding-bottom: 1.875rem;
  }
  .c-search-header__input.c-search-input--is-focused {
    margin: 0 1.5625rem 1.25rem;
    padding: 2.8125rem 1.25rem 0;
  }
  .c-search-header__input.c-search-input--is-focused .c-search-header__wrapper-suggestion-list.c-search-input__wrapper-suggestion-list {
    margin-left: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: calc(100% + 2.5rem);
  }
  .c-filters-overlay__inner {
    border-bottom: 1px solid #e5e5e5;
    padding-right: 0.9375rem;
  }
  .c-filters-overlay__inner:before {
    background-color: #e5e5e5;
    content: "";
    display: block;
    height: 0.0625rem;
    position: absolute;
    top: 44px;
    width: 100%;
  }
  .c-filters-overlay__contents-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 400px;
  }
  .c-filters-overlay-controls--is-outside {
    left: 50%;
    margin-top: 1.25rem;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
  }
  .c-filter-group--is-text .c-filter-group__list {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .c-filter-group--is-text .c-filter-option {
    height: 3.5625rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    width: 3.5625rem;
  }
  .c-filter-group--is-color .c-filter-option {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 25%;
  }
  .c-form-field-checkbox ~ .c-form-field-wrapper__label:before, .c-form-field-radio:not(.c-form-field-radio--button-style) ~ .c-form-field-wrapper__label:before {
    height: 1.5rem;
    width: 1.5rem;
  }
  .c-filter-group--is-checkbox .c-filter-option .c-form-field-wrapper__label:before {
    height: 1.875rem;
    width: 1.875rem;
  }
  .c-form-field-checkbox, .c-form-field-radio {
    height: 1.5rem;
    width: 1.5rem;
  }
  .c-filter-group--is-checkbox .c-filter-option {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 33%;
    margin-bottom: 1.25rem;
  }
  .c-search__content .c-search-header .c-search-header__results-description {
    margin-bottom: 7.5rem;
  }
  .c-search-categories__title, .c-search-tips__title {
    font-size: 2.25rem;
    font-weight: 100;
    line-height: 2.25rem;
    line-height: 1;
  }
  .c-search-categories__category-list {
    display: -ms-flexbox;
    display: flex;
  }
  .c-search-categories__category-list-item {
    width: 25%;
  }
  .c-search-categories__subcategory-list-item {
    font-size: 1.125rem;
  }
  .c-grid-controls-filters--is-filtered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-grid-controls-filters__filter-applied .c-icon .c-icon, .c-grid-controls-filters__filter-applied .c-icon .svg, .c-grid-controls-filters__filter-trigger .c-icon, .c-grid-controls-filters__filter-trigger .svg {
    margin-left: 0.75rem;
  }
}
@media (min-width: 68.75em) {
  .c-search-header__input.c-search-input {
    margin: 0 6.125rem 1.25rem;
  }
  .c-search-input__field:before {
    height: 6rem;
  }
  .c-form-field-flex .c-form-field-wrapper__label, .c-form-field-secured ~ .c-form-field-wrapper__label, .c-form-field-select, .c-form-field-select ~ .c-form-field-wrapper__label, .c-form-field-text, .c-form-field-textarea, .c-form-field-text ~ .c-form-field-wrapper__label {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .c-search-input__input {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 2.25rem;
    line-height: 2.625rem;
  }
  .c-search-header__input.c-search-input--is-focused {
    margin: 0 4.1875rem 1.25rem;
    padding: 2.8125rem 1.9375rem 0;
  }
  .c-search-header__input.c-search-input--is-focused .c-search-header__wrapper-suggestion-list.c-search-input__wrapper-suggestion-list {
    margin-left: -1.9375rem;
    padding-left: 1.9375rem;
    padding-right: 1.9375rem;
    width: calc(100% + 3.875rem);
  }
  .c-filters-overlay__contents-inner {
    display: -ms-flexbox;
    display: flex;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-filter-group {
    padding: 0 0.9375rem;
  }
  .c-filter-group--is-text .c-filter-group__list {
    margin-bottom: -1.25rem;
  }
  .c-filter-group--is-text.c-filter-group--has-small-size-selection-boxes .c-filter-group__list {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .c-filter-group--is-text .c-filter-option {
    margin-bottom: 1.125rem;
  }
  .c-filter-group--is-text.c-filter-group--has-small-size-selection-boxes .c-filter-option {
    height: 2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    width: 2rem;
  }
  .c-filter-group--is-color.c-filter-group--has-full-width-filters .c-filter-option {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 50%;
  }
  .c-filter-group--is-checkbox .c-filter-option .c-form-field-wrapper__label:before {
    height: 2rem;
    width: 2rem;
  }
  .c-filter-group--is-checkbox.c-filter-group--has-full-width-filters .c-filter-option {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
  }
}
@media (max-width: 34.374em) {
  .c-overlay {
    z-index: 1111;
  }
  .c-filters-overlay {
    height: 100%;
    top: 0 !important;
    max-height: 100vh;
  }
  .c-filters-overlay__inner {
    max-height: 100vh;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
  }
  .c-filters-overlay__contents-wrapper {
    padding: 0 0 80px;
  }
  .c-filters-overlay__hide-btn {
    display: none;
  }
  .c-filters-overlay-controls {
    display: -ms-flexbox;
    display: flex;
  }
  .c-filters-overlay-controls .u-btn {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }
  .c-filters-overlay-controls--is-outside {
    display: none;
  }
  .c-product-landing__grid-controls.c-grid-controls--is-mobile-revamp .c-grid-controls-filters, .c-product-landing__grid-controls.c-grid-controls--is-mobile-revamp .c-grid-controls__sort-wrapper {
    max-width: calc(50% - 0.3125rem);
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .c-product-landing__grid-controls.c-grid-controls--is-mobile-revamp .c-grid-controls-filters__filter-trigger {
    font-size: 0.75rem;
    width: 100%;
  }
  .c-product-landing__grid-controls.c-grid-controls--is-mobile-revamp .u-btn__content {
    -ms-flex-pack: left;
    justify-content: left;
  }
  .c-grid-controls-filters .u-btn__content .c-icon.c-grid-controls-filters__add-icon {
    display: none;
  }
  .c-grid-controls-filters .u-btn__content .c-icon.c-grid-controls-filters__equalizer-icon {
    display: block;
  }
  .c-product-landing__grid-controls.c-grid-controls--is-mobile-revamp .c-grid-controls-filters__filter-trigger .c-icon {
    margin-left: 0;
    margin-right: 0.625rem;
  }
  .c-product-landing__grid-controls.c-grid-controls--is-mobile-revamp .c-grid-controls__results-count {
    display: none;
  }
  .c-product-landing__grid-controls.c-grid-controls--is-mobile-revamp .c-form-field-wrapper {
    border: 1px solid #3a2e2c;
    border: 1px solid var(--text-color);
  }
  .c-product-landing__grid-controls.c-grid-controls--is-mobile-revamp .c-form-field-wrapper .c-form-field-select {
    background-position: center right 10px;
    border-bottom: 0;
    color: #3a2e2c;
    color: var(--text-color);
    font-size: 0.75rem;
    margin: 0;
    padding: 0.8125rem 0.9375rem;
  }
  .c-product-landing-header:not(.c-product-landing-header--is-filtered):not(.c-product-landing-header--grid-is-deluxe) {
    padding-right: 0;
  }
  .c-grid-controls-filters__filter-trigger .c-icon {
    margin-left: 0;
  }
  .c-search-input__wrapper .c-search-header__input {
    padding-left: 20px;
  }
  .c-filter-group--is-checkbox .c-filter-option {
    border-bottom: 1px solid #efecf0;
    padding: 1.25rem 0;
  }
  .c-filter-group--is-checkbox .c-filter-option:last-child {
    border-bottom: none;
  }
  .c-form-field-checkbox--has-mobile-list-display ~ .c-form-field-wrapper__label:before {
    margin-right: 0;
    -ms-flex-order: 2;
    order: 2;
  }
  .c-form-field-checkbox--has-mobile-list-display ~ .c-form-field-wrapper__label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 47.49em) {
  .c-filter-group--is-color .c-filter-option {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 4.6875rem;
  }
}
@media (max-width: 68.749em) {
  .u-hide\@under-lg-mid-only, .u-hide\@under-lg-only, .u-show\@lg {
    display: none !important;
  }
  .c-filters-overlay {
    overflow: auto;
    max-height: -moz-calc(100vh);
    max-height: -webkit-calc(100vh);
    max-height: calc(100vh);
  }
}
@media (min-width: 110.375em) {
  .c-search-header__input.c-search-input {
    margin: 0 auto 1.25rem;
  }
}
.modal#auth-modal .modal-close .svg, .modal#auth-exist-modal .modal-close .svg {
  fill: #fff;
}
.modal#auth-modal .c-modal__body, .modal#auth-exist-modal .c-modal__body {
  margin: 2.875rem 1.5rem;
}
.modal#auth-modal .o-box-12, .modal#auth-exist-modal .o-box-12 {
  padding: 0;
}
.modal#auth-modal .c-modal__header, .modal#auth-exist-modal .c-modal__header {
  background-color: #1F3188;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: #fff;
}

.c-login-form__recaptcha {
  margin-top: -1.25rem;
  margin-bottom: 0.9375rem;
}

.c-login-form__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.25rem 0 1.875rem;
}

.modal#forgot-pass-modal .o-box-12 {
  padding: 0;
}
.modal#forgot-pass-modal .c-modal__body {
  margin: 2.875rem 1.5rem;
}
#a-list-form .c-crew-sign-up {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 3.125rem;
  margin-left: 0;
  margin-right: 0;
}

.c-sign-up-banner__wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.c-layered-background, .c-layered-background__image, .c-layered-background__layer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.c-sign-up-banner {
  position: relative;
  color: #fff;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-sign-up-banner .c-sign-up-banner__content-wrapper {
  padding: 1.875rem 0.9375rem 1.25rem;
  z-index: 1;
}

.c-sign-up-banner .c-sign-up-banner__image-wrapper {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  margin: 1.5625rem 0 0;
}

.c-sign-up-banner .c-sign-up-banner__logo {
  width: 10rem;
  margin-bottom: 1.25rem;
}

.c-sign-up-banner .c-sign-up-banner__title {
  font-size: 1.3125rem;
  font-weight: 100;
  margin-bottom: 1.25rem;
  line-height: normal;
}

.c-sign-up-banner .c-sign-up-banner__content {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.c-sign-up-banner .c-sign-up-banner__content a {
  color: #fff;
}

.c-crew-sign-up__form-wrapper {
  margin-bottom: 0;
  padding-left: 0.9375rem;
  padding-right: 3.4375rem;
}

.c-crew-sign-up__form-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.875rem;
}

.c-crew-sign-up__form-header .c-crew-sign-up__facebook-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  margin-bottom: 1.25rem;
  margin-top: 1rem;
}
.c-crew-sign-up__form-header .c-crew-sign-up__facebook-button .u-link--basic-text {
  margin-right: 15px;
}

.modal-content .bx-auth-serv-icons, .c-modal__header-paragraph .bx-auth-serv-icons {
  margin-top: 1rem;
}

.c-btn--facebook.c-btn--facebook__light {
  background: #1877f3;
  padding-top: 0.9375rem;
  padding-bottom: 1.0625rem;
}

.c-btn--facebook {
  background: #49639f;
  color: #fff;
  margin-bottom: 0.9375rem;
}

.c-crew-sign-up__form-header .c-crew-sign-up__facebook-button .c-btn--facebook {
  margin-bottom: 0;
  padding: 0.625rem;
  width: 100%;
}

.c-crew-sign-up__form-header .c-crew-sign-up__facebook-button .c-btn--facebook .u-btn__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-btn--facebook.c-btn--facebook__light .c-icon {
  height: 1.6875rem;
  margin-right: 0.5rem;
  vertical-align: bottom;
  width: 1.6875rem;
}

.c-crew-sign-up__form-header .c-crew-sign-up__facebook-button .c-btn--facebook .c-icon {
  margin-right: 0.5rem;
}

.c-crew-sign-up-form .c-crew-sign-up-form__heading {
  font-size: 1.125rem;
  font-weight: 400;
}

.c-crew-sign-up-form .c-form-field-wrapper .c-form-field-wrapper__label {
  color: #7f7776;
  font-size: 1.125rem;
  font-weight: 300;
}

.c-crew-sign-up-form .c-form-field-wrapper .c-form-field-text:focus ~ .c-form-field-wrapper__label, .c-crew-sign-up-form .c-form-field-wrapper.c-form-field-wrapper--is-dirty .c-form-field-select ~ .c-form-field-wrapper__label, .c-crew-sign-up-form .c-form-field-wrapper.c-form-field-wrapper--is-dirty .c-form-field-text ~ .c-form-field-wrapper__label {
  font-size: 0.875rem;
}

.c-crew-sign-up-form .c-crew-sign-up-form-input__label-size--eyebrow, .c-crew-sign-up-form .c-crew-sign-up-form__phone-label {
  color: #7d7373;
  font-weight: 100;
  font-size: 0.875rem;
}

.c-crew-sign-up-form .c-crew-sign-up-form__gender, .c-crew-sign-up-form .c-crew-sign-up-form__kids, .c-crew-sign-up-form .c-crew-sign-up-form__radio-group {
  padding-top: 2.5rem;
}

.c-crew-sign-up-form .c-crew-sign-up-form__gender .c-radio-group, .c-crew-sign-up-form .c-crew-sign-up-form__kids .c-radio-group, .c-crew-sign-up-form .c-crew-sign-up-form__radio-group .c-radio-group {
  margin-top: 1.5625rem;
}

.c-form-field-radio:not(.c-form-field-radio--button-style):checked ~ .c-form-field-wrapper__label:before {
  border-color: #3a2e2c;
  border-width: 2px;
}

.c-form-field-radio:not(.c-form-field-radio--button-style) ~ .c-form-field-wrapper__label:before {
  border-radius: 50%;
}

.c-form-field-radio:not(.c-form-field-radio--button-style):checked ~ .c-form-field-wrapper__label:after {
  background-color: #3a2e2c;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 0.625rem;
  left: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.625rem;
}

.c-form-field-radio--is-align-top:not(.c-form-field-radio--button-style):checked ~ .c-form-field-wrapper__label:after {
  top: 4px;
  transform: none;
}

checkbox ~ .c-form-field-wrapper__label:before, .c-form-field-radio:not(.c-form-field-radio--button-style) ~ .c-form-field-wrapper__label:before {
  border: 1px solid #bab6b5;
  content: "";
  display: inline-block;
  height: 1.125rem;
  margin-right: 0.625rem;
  vertical-align: bottom;
  width: 1.125rem;
}

.c-crew-sign-up-form .c-form-field-wrapper .c-form-field-wrapper__label {
  color: #7f7776;
  font-size: 1.125rem;
  font-weight: 300;
}

.c-crew-sign-up-form .c-form-field-header-label__header {
  font-size: 1.125rem;
  font-weight: 100;
}

.c-crew-sign-up-form .c-crew-sign-up-form-input__label-size--eyebrow, .c-crew-sign-up-form .c-crew-sign-up-form__phone-label {
  color: #7d7373;
  font-weight: 100;
  font-size: 0.875rem;
}

.c-form-field-select:not(.c-form-field-select--is-inline) {
  width: 100%;
}

.c-crew-sign-up-form .c-form-field-wrapper .c-form-field-select, .c-crew-sign-up-form .c-form-field-wrapper .c-form-field-text {
  border-color: #bab6b5;
  font-size: 1.125rem;
  line-height: 1.125rem;
}

.c-form-field-select:not(.c-form-field-select--has-custom-label) ~ .c-form-field-wrapper__label {
  background-color: #fff;
  pointer-events: none;
  width: calc(100% - 1.875rem);
  z-index: 50;
}

.c-form-field-flex .c-form-field-wrapper__label, .c-form-field-secured ~ .c-form-field-wrapper__label, .c-form-field-select:not(.c-form-field-select--has-custom-label) ~ .c-form-field-wrapper__label, .c-form-field-text:not(.c-form-field-text--has-custom-label) ~ .c-form-field-wrapper__label {
  color: #7d7373;
  margin-top: 0.1875rem;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 30px;
  transition: font-size 0.3s cubic-bezier(0.19, 1, 0.22, 1), top 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  white-space: nowrap;
}

.c-form-field-secured.c-form-field-secured--focused ~ .c-form-field-wrapper__label, .c-form-field-text:focus ~ .c-form-field-wrapper__label, .c-form-field-wrapper--is-dirty .c-form-field-secured ~ .c-form-field-wrapper__label, .c-form-field-wrapper--is-dirty .c-form-field-select ~ .c-form-field-wrapper__label, .c-form-field-wrapper--is-dirty .c-form-field-textarea ~ .c-form-field-wrapper__label, .c-form-field-wrapper--is-dirty .c-form-field-text ~ .c-form-field-wrapper__label {
  color: #3a2e2c;
  font-size: 0.875rem;
  top: 0;
}

.c-validation-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  font-size: 0.75rem;
  font-weight: 100;
  line-height: 1.5;
  color: #7d7373;
}

.o-dot {
  width: 0.375rem;
  height: 0.375rem;
  margin: 0 0.3125rem;
  background-color: #e5e5e5;
  border-radius: 50%;
  display: inline-block;
}

.c-validation-list--invalid {
  background-color: #c60a00;
}

.c-validation-list--valid {
  background-color: #008342;
}

.c-contact-email-form__recaptcha {
  margin: 1.875rem auto 0.9375rem;
}

.c-crew-sign-up-form .c-crew-sign-up-form__submit-button {
  margin-top: 0.625rem;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}

.c-crew-sign-up-form__legal {
  margin-top: 1.875rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #7f7776;
  font-weight: 100;
  width: 100%;
}

.c-crew-sign-up__form-header .c-crew-sign-up__sign-in-wrapper {
  padding: 0;
  font-size: 0.75rem;
  text-align: left;
  width: 100%;
}

.c-crew-sign-up__content {
  padding: 0;
}

.btn-VKontakte {
  background: rgb(39, 135, 245);
  padding: 15px 20px;
  color: #fff !important;
  border: none !important;
  white-space: nowrap;
}
.btn-VKontakte svg {
  display: inline-block;
  vertical-align: middle;
}

.bx-sls .bx-ui-sls-fake, .bx-sls .bx-ui-sls-route {
  top: -5px;
  font-weight: 300;
  font-size: 24px;
  line-height: 23px;
  font-family: Inter, sans-serif;
}

#location-validation .c-form-field-wrapper__label, #city-validation1 .c-form-field-wrapper__label {
  color: #3a2e2c;
  font-size: 0.875rem;
}

.bx-sls .bx-ui-sls-clear {
  top: -5px;
}

.bx-sls .dropdown-icon {
  top: 5px;
  left: 0;
}

.location-block-wrapper .bx-sls .dropdown-block, .location-block-wrapper-2 .bx-sls .dropdown-block {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid var(--form-field-border-bottom-color);
  padding-bottom: 0.8125rem;
  padding-left: 25px;
}

.content-auth {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
}

.auth-page {
  margin-bottom: 80px;
}
.auth-page__submit-button {
  margin-top: 45px;
}
.auth-page__forgot {
  text-align: center;
}
.auth-page__forgot a {
  font-size: 13px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #7D7373;
}
.auth-page__forgot a:hover {
  text-decoration: none;
}

.top-info-line {
  background: #1F3188;
  min-height: 165px;
  padding: 40px 0;
  box-sizing: border-box;
  color: #fff;
  margin-bottom: 20px;
}
.top-info-line .content {
  width: 100%;
}
.top-info-line a.u-link {
  color: inherit;
}

@media all and (max-width: 1050px) {
  .c-crew-sign-up__form-header {
    flex-wrap: wrap;
  }
  .c-crew-sign-up__form-header .c-crew-sign-up__sign-in-wrapper {
    width: 100%;
    text-align: center;
  }
  .c-crew-sign-up__facebook-button {
    width: 100%;
    display: block;
    text-align: center;
  }
  .c-crew-sign-up__facebook-button .u-link--basic-text.u-text--space-around {
    display: block;
  }
}
@media (min-width: 34.375em) {
  .c-login-form__input {
    margin-bottom: 1.5625rem;
  }
  .c-forgot-password-form__input {
    margin-bottom: 1.5625rem;
  }
  .c-form-field-radio:not(.c-form-field-radio--button-style):checked ~ .c-form-field-wrapper__label:after {
    height: 0.75rem;
    left: 6px;
    width: 0.75rem;
  }
  .c-form-field-radio--is-align-top:not(.c-form-field-radio--button-style):checked ~ .c-form-field-wrapper__label:after {
    top: 6px;
  }
  .c-form-field-checkbox ~ .c-form-field-wrapper__label:before, .c-form-field-radio:not(.c-form-field-radio--button-style) ~ .c-form-field-wrapper__label:before {
    height: 1.5rem;
    width: 1.5rem;
  }
}
@media (min-width: 47.5em) {
  .c-sign-up-banner .c-sign-up-banner__content-wrapper {
    padding: 3.125rem 2.8125rem 0;
  }
  .c-sign-up-banner .c-sign-up-banner__logo {
    width: 10.9375rem;
  }
  .c-sign-up-banner .c-sign-up-banner__title {
    font-size: 1.75rem;
    margin-bottom: 0.9375rem;
  }
  .c-sign-up-banner .c-sign-up-banner__content {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 53.75em) {
  .modal#auth-modal .c-modal__header {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}
@media (min-width: 68.75em) {
  .c-sign-up-banner .c-sign-up-banner__content-wrapper {
    padding: 3.75rem 6.125rem 0;
  }
  .c-sign-up-banner .c-sign-up-banner__image-wrapper {
    margin: -1.4375rem 0 0;
  }
  .c-sign-up-banner .c-sign-up-banner__logo {
    width: 12.5rem;
  }
  .o-form-page {
    margin: 2.5rem auto;
    width: 66.6%;
  }
  .c-crew-sign-up__form-header {
    margin-bottom: 2.5rem;
  }
  .c-crew-sign-up__form-header .c-crew-sign-up__facebook-button .c-btn--facebook {
    width: 80%;
    max-width: 17.5rem;
  }
  .c-crew-sign-up__form-header .c-crew-sign-up__facebook-button {
    margin: 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 50%;
  }
  .c-form-field-select:not(.c-form-field-select--is-small), .c-form-field-textarea {
    height: 2.75rem;
  }
  .c-crew-sign-up__form-header .c-crew-sign-up__sign-in-wrapper {
    width: 50%;
  }
}
@media (min-width: 84.375em) {
  .c-crew-sign-up__content {
    padding-right: 1.25rem;
  }
  .c-crew-sign-up__form-wrapper {
    padding-left: 1.25rem;
    padding-right: 6.25rem;
  }
}
@media (min-width: 1400px) {
  .c-sign-up-banner .c-sign-up-banner__image-wrapper {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .c-sign-up-banner .c-sign-up-banner__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 47.49em) {
  .c-sign-up-banner:not(.c-sign-up-banner--is-confirmation) {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .c-crew-sign-up__form-header .c-crew-sign-up__sign-in-wrapper {
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
  .c-crew-sign-up__form-wrapper {
    margin-top: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.c-my-account-page.o-section-wrapper--has-sidebar {
  -ms-flex-direction: row;
  flex-direction: row;
}
.c-my-account-page .o-section__header {
  width: 100%;
}
.c-my-account-page .c-section-header {
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 1.875rem;
}
.c-my-account-page .c-form-field-wrapper {
  font-size: 1.5rem;
}

.c-icon-sidebar .c-icon-sidebar__link-btn {
  color: #7f7776;
}

.c-sidebar-link-list-item .svg {
  margin-right: 0.5rem;
  margin-bottom: -0.0625rem;
  height: 0.8em;
}

.c-icon-sidebar .c-sidebar-link-list .c-sidebar-link-list-item .c-sidebar-link-list-item__link {
  color: #7f7776;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.c-icon-sidebar .c-sidebar-link-list .c-sidebar-link-list-item .c-sidebar-link-list-item__link.u-text-thin.c-sidebar-link-list-item__link--is-selected span {
  border-bottom: 1px solid #3a2e2c;
  padding-bottom: 0.125rem;
}
.c-icon-sidebar .c-sidebar-link-list .c-sidebar-link-list-item .c-sidebar-link-list-item__link .svg {
  width: 2.625rem;
  height: 2.625rem;
  margin-right: 0;
}
.c-icon-sidebar .c-sidebar-link-list .c-sidebar-link-list-item .c-sidebar-link-list-item__link:hover {
  border-color: transparent;
}

.c-my-account-order-history .c-heading__orders {
  font-size: 1.125rem;
  font-weight: 100;
  line-height: 1.125rem;
  margin-bottom: 0.625rem;
}

.c-my-account-order-history__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-my-account-order-history .c-order-history-item {
  margin-bottom: 2.5rem;
  background-color: transparent;
}

.c-my-account-order-history .c-order-history-item__section {
  padding: 0;
  border: none;
}

.c-my-account-order-history .c-product-list-item {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-my-account-order-history .c-product-list-item__thumbnail-details-wrapper {
  -ms-flex-align: center;
  align-items: center;
}

.c-my-account-order-history .c-product-list-item__thumbnail {
  -ms-flex-preferred-size: 26.33%;
  flex-basis: 26.33%;
}

.c-my-account-order-history .c-order-history-item .c-picture img {
  border: 1px solid transparent;
  border-radius: 10px;
}

.c-my-account-order-history .c-product-list-item--is-active {
  color: #1F3188;
}

.c-my-account-order-history .c-product-list-item__status {
  padding-right: 0.625rem;
}

.c-my-account-order-history .c-product-list-item__order-id, .c-my-account-order-history .c-product-list-item__status-details {
  white-space: nowrap;
}

.c-my-account-order-history .c-product-list-item__product-wrapper {
  margin: 0.625rem 0;
  -ms-flex-align: center;
  align-items: center;
}

.c-my-account-order-history .c-product-list-item__order-id, .c-my-account-order-history .c-product-list-item__other-items, .c-my-account-order-history .c-product-list-item__status {
  font-weight: 100;
}

.c-my-account-order-history .c-product-list-item__shipping-address-wrapper {
  font-weight: 100;
  display: inline-block;
}

.c-my-account-order-history .c-product-list-item__cta {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 0.9375rem;
}

.u-btn--tertiary:not(.u-btn--is-small):not(.u-btn--has-wide-padding) {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.c-section-header__title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
  line-height: 1;
  margin: 0;
}

.c-my-account-order-search__description-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0;
}

.wf-secondary-active .c-open-content__content {
  font-family: Lora, sans-serif;
}

.c-icon-sidebar .c-sidebar-link-list .c-sidebar-link-list-item .c-sidebar-link-list-item__link .svg {
  width: 2.625rem;
  height: 2.625rem;
  margin-right: 0;
}

.c-product-list-item:not(.c-product-list-item--in-drawer) .c-product-list-item__content-wrapper, .c-product-list-item__checkbox-wrapper {
  padding-bottom: 3.125rem;
  padding-top: 3.125rem;
}

.c-my-account-order-history .c-product-list-item:not(.c-product-list-item--in-sidebar) .c-product-list-item__product-name, .c-my-account-order-history .c-product-list-item__product-name {
  font-size: 0.875rem;
  font-weight: 100;
  line-height: 0.875rem;
}

.c-sidebar-link-list-item .c-sidebar-link-list-item__link--is-selected span {
  color: #3a2e2c;
}

.o-section__header .c-breadcrumb-header {
  padding-left: 0;
}

.c-sidebar-link-list-item__link--is-selected .svg:not(.fill-stroke) path {
  fill: #1F3188;
}
.c-sidebar-link-list-item__link--is-selected .svg.fill-stroke path {
  stroke: #1F3188;
}

.c-favourites__list {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
}
.c-favourites__list:before {
  background-color: #efecf0;
  content: "";
  display: block;
  height: 0.0625rem;
  width: 100%;
}

.c-favourites-list-item {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  min-width: 100%;
  padding: 0;
  position: relative;
  transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-favourites-list-item.show-option .c-favourites-list-item__add-to-bag-btn {
  display: none;
}
.c-favourites-list-item--has-border:not(:last-child) {
  border-bottom: 1px solid #d8d5d5;
}
.c-favourites-list-item__content-wrapper {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: -ms-flexbox;
  display: flex;
}
.c-favourites-list-item__thumbnail-details-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  animation-duration: 0.4s;
  animation-name: a-fade-in;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.c-favourites-list-item__thumbnail {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -3.125rem;
  width: 33.33%;
}
.c-favourites-list-item__details {
  width: 100%;
  padding-left: 0.875rem;
}
.c-favourites-list-item__header {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.0625rem;
  width: 100%;
}
.c-favourites-list-item__product-name {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.125rem;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin: 0;
  padding-right: 0.625rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3a2e2c;
}
.c-favourites-list-item__final-price {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  font-size: 1.125rem;
  line-height: 1.125rem;
}
.c-favourites-list-item__product-cta {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.c-favourites-list-item__choice-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  color: #3a2e2c;
}
.c-favourites-list-item__final-price--on-sale {
  color: #c60a00;
}
.c-favourites-list-item__choice {
  padding-right: 1em;
}
.c-favourites-list-item__choice a {
  color: #3a2e2c;
}
.c-favourites-list-item__edit-actions-list {
  list-style: none;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0.1875rem 0 0;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-favourites-list-item__header, .c-favourites-list-item__header-inner {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.c-favourites-list-item__header, .c-favourites-list-item__header-inner {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.c-favourites-list-item__edit-sizes-btn {
  margin-top: 0.625rem;
  width: 100%;
  white-space: nowrap;
}

.c-favourites-list-item__price-breakdown {
  list-style: none;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 1.25rem 20% 1.25rem 0;
  width: 100%;
}

.c-favourites-list-item__price-breakdown .c-favourites-list-item__price {
  display: block;
  color: #3a2e2c;
}

.c-product-list-item__price-breakdown-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-product-list-item__price-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.0625rem;
  margin-top: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 0.0625rem;
}

.c-product-list-item__discount {
  color: #c60a00;
  padding-left: 0.1875rem;
}

.c-favourites-list-item__choices-actions-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.c-favourites-list-item__choices-actions-wrapper:nth-child(2) {
  padding-top: 1.25rem;
}

.u-text-strikethrough {
  display: inline-block;
  position: relative;
}
.u-text-strikethrough:after {
  border-bottom: 1px solid #767676;
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  transform: skewY(11deg);
  width: 100%;
}

.c-my-tier__wrapper h2.c-loyalty-my-info__heading {
  font-size: 2.25rem;
  color: #3a2e2c;
  font-weight: 100;
  margin: 0;
}

.c-my-tier__inner-wrapper {
  margin-top: 1.5625rem;
}

.c-my-tier__annual-spend {
  height: 8.75rem;
  color: #fff;
}

.c-my-tier__annual-spend, .c-my-tier__next-tier {
  border-radius: 10px;
  padding: 0.9375rem;
}

.c-my-tier__annual-spend, .c-my-tier__annual-spend .c-my-tier__annual-spend-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-my-tier__next-tier {
  background-color: #e5e5e5;
}

.c-my-tier__next-tier .c-my-tier__next-tier-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-my-tier__next-tier .c-my-tier__next-tier-title {
  width: 70%;
  color: #555;
  font-size: 0.875rem;
  font-weight: 400;
}

.c-my-tier__next-tier-logo {
  margin: auto 0;
  height: 2.625rem;
  width: 4rem;
}

.c-my-tier__next-tier .c-my-tier__next-tier-progress-bar {
  position: relative;
  height: 0.375rem;
  width: 100%;
  margin: 0.5625rem 0;
  border-radius: 50px;
}

.c-my-tier__next-tier .c-my-tier__next-tier-progress-bar .c-my-tier__next-tier-progress-bar-filled, .c-my-tier__next-tier .c-my-tier__next-tier-progress-bar .c-my-tier__next-tier-progress-bar-under {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 0.375rem;
  border-radius: 50px;
}

.c-my-tier__next-tier .c-my-tier__next-tier-progress-bar .c-my-tier__next-tier-progress-bar-filled {
  z-index: 10;
}

.c-my-tier__next-tier .c-my-tier__next-tier-progress-bar .c-my-tier__next-tier-progress-bar-under {
  background-color: #e5e5e5;
}

.c-my-tier__annual-spend .c-my-tier__annual-spend-amount {
  font-size: 2.25rem;
  font-weight: 100;
}

.c-my-tier__wrapper {
  margin-bottom: 3.75rem;
}

.c-loyalty-my-info__preferences-option {
  margin: 15px 0;
}
.c-loyalty-my-info__preferences-option .c-form-field-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-left: 10px;
}
.c-loyalty-my-info__preferences-option .c-grid-controls__sort-dropdown.c-form-field-select {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 0.85em;
}

.c-loyalty-my-info-wrapper h2.c-loyalty-my-info__heading {
  font-size: 2.25rem;
  color: #3a2e2c;
  font-weight: 100;
  margin: 0;
}

.c-loyalty-my-info-wrapper .c-editable-group__wrapper {
  margin: 0;
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

.c-loyalty-my-info-wrapper .c-editable-group__wrapper .c-editable-group__wrapper-inner {
  margin: 1.5625rem 0;
}

.c-loyalty-my-info-wrapper .c-editable-group--is-done .c-editable-group__contents {
  color: #7d7373;
}

.c-editable-group--is-done .c-editable-group__contents {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #3a2e2c;
}

.c-loyalty-my-info-wrapper .c-editable-group__wrapper .c-editable-group__contents .u-react-measure-offset {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.c-editable-group__hide {
  display: none;
}

.c-loyalty-my-info-wrapper .c-loyalty-my-info-form-cancel-btn-wrapper, .c-loyalty-my-info-wrapper .c-loyalty-my-info-form-submit-btn-wrapper {
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
}

.c-loyalty-my-info-wrapper .c-loyalty-my-info-form-cancel-btn-wrapper .c-my-account-editable-group__text-btn, .c-loyalty-my-info-wrapper .c-loyalty-my-info-form-submit-btn-wrapper .c-my-account-editable-group__text-btn {
  margin: auto;
}

.u-react-measure-offset {
  padding: 0.0625rem;
}

.c-loyalty-my-info-wrapper .c-loyalty-my-info__section-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
}

.c-loyalty-my-info-wrapper .c-loyalty-my-info__section-wrapper .c-loyalty-my-info__section-wrapper-inner {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.c-loyalty-my-info-wrapper .c-loyalty-my-info__section-wrapper .c-loyalty-my-info__section-wrapper-inner .c-loyalty-my-info-col-1, .c-loyalty-my-info-wrapper .c-loyalty-my-info__section-wrapper .c-loyalty-my-info__section-wrapper-inner .c-loyalty-my-info-col-2 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.c-loyalty-my-info-wrapper .c-loyalty-my-info__section-wrapper .c-loyalty-my-info__section-wrapper-inner .c-loyalty-my-info-col-1 p, .c-loyalty-my-info-wrapper .c-loyalty-my-info__section-wrapper .c-loyalty-my-info__section-wrapper-inner .c-loyalty-my-info-col-2 p {
  margin: 0;
}

.c-loyalty-my-info-wrapper {
  font-weight: 100;
}

.c-loyalty-my-info-wrapper .c-loyalty-section {
  margin-bottom: 3.75rem;
}

.c-loyalty-my-info-wrapper .c-editable-group__wrapper .c-editable-group__contents .u-react-measure-offset {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.c-loyalty-my-info-wrapper .c-my-account-editable-group__add-new {
  color: #3a2e2c;
  margin-bottom: 0;
  padding-bottom: 0;
}

.c-my-account-editable-group__add-new .c-icon {
  height: 1.125rem;
  margin-right: 0.625rem;
  width: 1.125rem;
}

.c-heading__dash, .c-icon {
  display: inline-block;
}

.c-my-account-editable-group__add-new {
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: left;
  width: 100%;
}

.c-loyalty-my-info-wrapper .c-loyalty-my-info__preferences-header-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-loyalty-my-info-wrapper .c-loyalty-my-info__section-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
}

.c-loyalty-my-info-wrapper .c-loyalty-my-info__section-wrapper .c-loyalty-my-info__section-wrapper-inner .c-loyalty-my-info-col-1, .c-loyalty-my-info-wrapper .c-loyalty-my-info__section-wrapper .c-loyalty-my-info__section-wrapper-inner .c-loyalty-my-info-col-2 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.c-loyalty-my-info-wrapper .c-loyalty-my-info__section-wrapper .c-loyalty-my-info__section-wrapper-inner .c-loyalty-my-info__section-wrapper-header {
  font-size: 1.125rem;
  color: #3a2e2c;
}

.c-loyalty-my-info-wrapper .c-loyalty-my-info__section-wrapper .c-loyalty-my-info__section-wrapper-inner .c-loyalty-my-info__preferences-list {
  list-style: none;
  line-height: 1.5;
  padding-left: 0;
  margin: 0.625rem 0 1.5625rem;
}

.c-loyalty-my-info-wrapper .c-loyalty-my-info__section-wrapper .c-loyalty-my-info__section-wrapper-inner .c-loyalty-my-info__preferences-list .c-loyalty-my-info__preferences-option {
  text-decoration: none;
  color: #7d7373;
  font-size: 1.125rem;
}

.c-form-field-checkbox:checked ~ .c-form-field-wrapper__label:before {
  background-image: url(/local/templates/main/css/../img/check.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border: 2px solid #3a2e2c;
}

.c-credit-card-icons__wrapper {
  margin-top: 0.9375rem;
}

.c-credit-card-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}

.c-credit-card-icons__item:not(:last-child) {
  margin-right: 0.25rem;
}

.c-credit-card-icons__icon {
  height: 1.25rem;
  width: 2rem;
}

.c-cvc__icon-wrapper {
  bottom: 20px;
  left: 0.4375rem;
  position: absolute;
  right: 0.4375rem;
}

.c-cvc__icon {
  float: right;
  height: 2.8125rem;
  max-width: 4.4375rem;
  width: 100%;
}

.c-editable-group__mid-way-edit-btn .c-btn--edit {
  position: absolute;
  margin-bottom: 0;
  margin-top: 0;
  min-height: 2.25rem;
  display: flex;
  align-items: center;
}

.c-btn--edit {
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding: 0.375rem 0.5625rem;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  right: 0;
  top: 0;
}

.c-editable-group__wrapper-inner {
  position: relative;
}

.c-my-account-profile-edit {
  margin-bottom: 60px;
}

.c-navigation__icon-arrow-down {
  height: 0.625rem;
  width: 0.625rem;
  padding-top: 0.125rem;
}

.c-sidebar-link-list-item {
  padding: 0.1875rem;
}

.o-section__header .c-icon-sidebar__link-btn span {
  white-space: nowrap;
}

.c-my-account-section-contents {
  background-color: #e5e0e6;
  margin-bottom: 2.8125rem;
  padding: 1.25rem 0.9375rem;
}

.c-my-account-section-contents-header {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.c-my-account-section-contents-heading {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
  margin-right: 0.9375rem;
  margin-top: 0.625rem;
}

.c-progress-bar__secondary {
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.c-my-tier__header-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-my-deals__offers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

.c-offer-card__container {
  position: relative;
  background: #dddae8;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.c-my-deals__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 1.5625rem;
}

.c-my-deals__heading {
  font-size: 2.25rem;
  color: #3a2e2c;
  font-weight: 100;
  margin: 0;
}

.c-offer-card {
  position: relative;
  padding: 1.875rem 2.25rem 0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.c-offer-card.c-offer-card--is-small-card {
  text-align: center;
  padding: 0.9375rem;
}

.c-offer-card.c-offer-card--has-promo-code {
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-offer-card .c-offer-card__eyebrow {
  opacity: 0.6;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.625rem;
  display: none;
}

.c-offer-card.c-offer-card--is-small-card .c-offer-card__eyebrow {
  display: block;
}

.c-offer-card .c-offer-card__title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.0625rem;
}

.c-offer-card.c-offer-card--is-small-card .c-offer-card__title {
  font-size: 1rem;
  font-weight: 300;
}

.c-offer-card.c-offer-card--is-small-card .c-offer-card__disclaimer, .c-offer-card.c-offer-card--is-small-card .c-offer-card__text {
  display: none;
}

.c-offer-card .c-offer-card__link {
  display: block;
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 0.9375rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2.08;
  text-align: center;
  color: currentColor;
}

.c-offer-card.c-offer-card--has-promo-code .u-link.u-link--underlined.u-btn.c-offer-card__show-btn {
  color: currentColor;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.9375rem;
}
.c-offer-card.c-offer-card--has-promo-code .u-link.u-link--underlined.u-btn.c-offer-card__show-btn:hover {
  color: #fff;
}
.c-offer-card.c-offer-card--has-promo-code .u-link.u-link--underlined.u-btn.c-offer-card__show-btn:hover span {
  color: #fff;
}

.c-offer-card .c-offer-card__link .c-icon {
  position: relative;
  display: inline-block;
  height: 0.9375rem;
  margin-left: 0.3125rem;
  top: 3px;
}

.c-my-deals-section .c-my-deals-section__title {
  font-size: 1.125rem;
  font-weight: 100;
  line-height: 1.5;
  color: #3a2e2c;
  margin-bottom: 0.625rem;
}

.c-offer-card.c-offer-card--is-small-card .u-link.u-link--underlined.u-btn.c-offer-card__show-btn {
  margin-bottom: 0;
}

.c-my-deals__container {
  margin-bottom: 3.125rem;
}

.c-favourites-btn__icon {
  height: 1.125rem;
  width: 1.125rem;
}

.u-btn--tertiary {
  margin-bottom: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.c-section-header {
  font-family: Inter, sans-serif;
}

.c-my-account-order-history-empty {
  margin-bottom: 2.8125rem;
}

.c-my-deals-section .c-my-deals-section__offers {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}

.c-offer-card.c-offer-card--is-empty {
  padding: 1.875rem;
  background: #efecf0;
  color: #000;
}

.c-offer-card.c-offer-card--is-empty .c-offer-card__title {
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2.625rem;
}

.c-offer-card .c-offer-card__disclaimer {
  font-size: 0.75rem;
  font-weight: 100;
  line-height: normal;
  text-align: center;
}

.c-offer-card.c-offer-card--is-empty .c-offer-card__disclaimer {
  font-size: 0.75rem;
}

.c-my-deals__container {
  margin-bottom: 3.125rem;
}

.c-order-history-container__header {
  margin-bottom: 1.875rem;
  margin-top: 0.625rem;
  position: relative;
}

.c-order-history-container__header-title {
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
  margin-top: 0;
  font-family: Inter, sans-serif;
  color: #3a2e2c;
}
.c-order-history-container__header-title span {
  font-family: Inter, sans-serif;
}

.c-order-history-item-header {
  background-color: #e5e0e6;
  padding: 1.25rem 0.9375rem 1.875rem;
}

.c-order-history-item-header__heading-wrapper {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.875rem;
}

.c-order-history-item-header__heading {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0;
}

.c-order-history-item-header__header-details {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  margin-top: 0;
}

.c-order-history-item-header__subhead {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}

.c-order-history-item-header__address:not(.c-order-history-item-header__address--is-truncated) .c-order-history-item-header__address-line {
  display: block;
}

.c-order-history-item__section {
  border-bottom: 1px solid #e5e0e6;
  padding: 1.25rem 0.9375rem 1.875rem;
}

.c-order-history-item {
  list-style: none;
  padding: 0;
  background-color: #efecf0;
  margin: 0 auto 0.9375rem;
}
.c-order-history-item .c-cart-summary__label {
  font-size: 1rem;
  margin-left: 0;
}

.c-order-history-item-footer {
  padding: 1.875rem 0.9375rem;
}

.c-order-history-item:not(.c-order-history-item--is-in-sidebar) {
  max-width: 60rem;
}

.c-cart-summary__total-label {
  display: block;
}

.c-order-history-section-header__subhead {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin: 0;
  width: 100%;
}

.c-markdown .c-paragraph:last-child, .c-markdown .o-grid--with-spacing:last-child {
  margin-bottom: 0;
}

.c-markdown .c-paragraph:first-child {
  margin-top: 0;
}

.c-order-history-section-header__title {
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin: 0;
  width: 100%;
}

.c-order-history-section-header__progress-bar {
  margin-top: 1.875rem;
  width: 100%;
}

.u-text-body-scale {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.c-progress-bar__segments {
  display: -ms-flexbox;
  display: flex;
}

.c-progress-bar__segment {
  background-color: #d8d5d5;
  display: block;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0.375rem;
  margin-bottom: 0.625rem;
  margin-top: 1.5625rem;
  position: relative;
}
.c-progress-bar__segment:not(:last-child):before {
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: -3px;
  width: 0;
  z-index: 2;
  border-left: 3px solid #1F3188;
}
.c-progress-bar__segment:not(:first-child):after {
  border-bottom: 3px solid transparent;
  border-left: 3px solid #efecf0;
  border-top: 3px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: 1px;
  position: absolute;
  width: 0;
  z-index: 1;
}

.c-progress-bar__segment--is-filled {
  background-color: #1F3188;
}

.c-product-list-item .c-product-list-item__product-wrapper .c-product-list-item__header .c-product-list-item__product-name {
  line-height: 0;
}

.c-product-list-item__choice-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.c-product-list-item__choice:not(.c-product-list-item__final-sale):not(.c-product-list-item__low-stock) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-product-list-item__choice-list:nth-child(2) {
  padding-top: 0.5rem;
}

.c-form-field-text-password__toggle {
  color: #3a2e2c;
}

.c-form-field-header-label__tooltip {
  margin-left: 1em;
  padding-top: 0.1875rem;
  position: relative;
  right: 0;
  top: 0;
}

.c-form-field-header-label.c-form-field-header-label--has-tooltip {
  display: flex;
}

.c-editable-group__wrapper-inner .edit_profile {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-right: 130px;
}
.c-editable-group__wrapper-inner .edit_profile:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.sale-order-payment-change-pp-list {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.all-payment-list-itm {
  flex: 1;
  border: 1px solid #c3bfbf;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #7d7373;
}
.all-payment-list-itm__bg {
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.all-payment-list-itm.active {
  outline: 2px solid #1F3188;
  border-color: #1F3188;
}

.sale-order-list-cancel-payment {
  display: inline-block;
  margin: 10px 0;
  color: #1F3188;
  cursor: pointer;
}
.sale-order-list-cancel-payment:hover {
  color: #1F3188;
}

.global_payment {
  clear: both;
}

.sale-order-detail-payment-options-methods-info-title, .sale-order-detail-payment-options-methods-info-total-price {
  margin: 10px 0;
}

.sale-order-detail-payment-options-methods-info-change-link {
  color: #1F3188;
}
.sale-order-detail-payment-options-methods-info-change-link:hover {
  color: #1F3188;
}

.sale-order-detail-payment-options-methods-button-element {
  display: block;
  font-size: 21px;
  margin: 40px 0 -10px;
}

.global_payment .sberbank__content {
  width: auto;
  padding: 0;
  text-align: left;
  border: none;
}
.global_payment .sberbank__content .sberbank__price-string {
  display: block;
}
.global_payment .sberbank__content .sberbank__payment-link {
  background: #1F3188 !important;
  padding: 18px 12px;
  border-radius: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  font-family: Inter, sans-serif;
  margin-bottom: 10px;
}
.global_payment .sberbank__content .sberbank__payment-link:hover {
  background: #1F3188 !important;
}

@media (min-width: 34.375em) {
  .c-my-account-order-history .c-product-list-item__product-wrapper {
    margin: 0.625rem 0 1.625rem;
  }
  .c-section-header__title {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 2.25rem;
    line-height: 1;
  }
  .c-my-account-order-search__description-text {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
  .c-open-content--has-helper .c-open-content__content {
    padding-right: 3.125rem;
  }
  .c-favourites-list-item__product-name {
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.875rem;
  }
  .c-favourites-list-item__product-price {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #1F3188;
  }
  .c-favourites-list-item__final-price {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
  .c-my-tier__inner-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.5rem;
  }
  .c-my-tier__annual-spend, .c-my-tier__next-tier {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .c-my-tier__next-tier {
    height: 8.75rem;
    margin-left: 1.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-editable-group__wrapper {
    margin-left: 16%;
    max-width: 38.125rem;
  }
  .c-my-account-section-contents {
    margin-bottom: 3.75rem;
    padding: 2.5rem;
  }
  .c-my-account-section-contents-heading {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .c-my-account-section-contents-btn {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 12.5rem;
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }
  .c-my-deals__offers {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 17px;
  }
  .c-offer-card.c-offer-card--is-small-card {
    padding: 0.9375rem 1.5rem;
  }
  .c-offer-card .c-offer-card__eyebrow {
    margin-bottom: 1.25rem;
  }
  .c-offer-card.c-offer-card--is-small-card .c-offer-card__title {
    margin-bottom: 1.25rem;
  }
  .c-offer-card.c-offer-card--is-small-card .c-offer-card__link {
    padding: 0.5rem 1.25rem;
  }
  .c-my-deals-section .c-my-deals-section__title {
    margin-bottom: 1.5625rem;
  }
  .c-my-account-order-history-empty {
    margin-bottom: 3.75rem;
  }
  .c-my-deals-section .c-my-deals-section__offers {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
  }
  .c-order-history-container__header {
    margin-top: 1.5625rem;
  }
  .c-order-history-container__header-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3rem;
    margin-bottom: 3.75rem;
  }
  .c-order-history-item-header {
    padding: 3.125rem 2.5rem 2.8125rem;
  }
  .c-order-history-item-header__heading {
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.875rem;
  }
  .c-order-history-item-header__header-details {
    font-size: 1.1rem;
    line-height: 2.25rem;
  }
  .c-order-history-item-header__subhead {
    margin-bottom: 0.625rem;
  }
  .c-order-history-item__section {
    padding: 3.125rem 2.5rem 2.8125rem;
  }
  .c-order-history-item-footer {
    padding: 3.125rem 2.5rem 2.8125rem;
  }
  .u-text-body-scale {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .c-product-list-item:not(.c-product-list-item--in-sidebar) .c-product-list-item__choice-list {
    width: 40%;
  }
}
@media (min-width: 47.5em) {
  .c-icon-sidebar .c-icon-sidebar__link-btn .u-btn__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-product-list-item__details {
    padding-left: 2.5rem;
  }
  .c-my-account-order-history .c-product-list-item__cta {
    position: absolute;
    right: 0;
    bottom: 0px;
  }
  .c-product-list-item__thumbnail {
    margin-bottom: -3.125rem;
  }
  .c-favourites-list-item__thumbnail {
    margin-bottom: -3.125rem;
    max-width: 10.9375rem;
  }
  .c-favourites-list-item__details {
    padding-left: 2.5rem;
  }
  .c-favourites-list-item__header {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .c-favourites-list-item__product-cta {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .c-favourites-list-item__add-to-bag-btn, .c-favourites-list-item__edit-sizes-btn {
    margin-top: 0;
    margin-left: 2.8125rem;
    width: auto;
  }
  .c-favourites-list-item__edit-actions-list {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .c-order-history-section-header__subhead, .c-order-history-section-header__title {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .c-order-history-section-header__subhead, .c-order-history-section-header__title {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .c-order-history-section-header__progress-bar {
    margin-top: 2.5rem;
  }
}
@media (min-width: 68.75em) {
  .c-icon-sidebar .c-icon-sidebar__inner {
    padding-right: 0.625rem;
  }
  .c-my-account-page .c-breadcrumb-header__inner {
    margin: 0;
  }
  .c-my-account-page .c-section-header {
    padding-bottom: 2.5rem;
  }
  .c-my-account-order-history .c-heading__orders {
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 1.5rem;
    margin-bottom: 1.5625rem;
  }
  .c-icon-sidebar .c-sidebar-link-list .c-sidebar-link-list-item .c-sidebar-link-list-item__link {
    line-height: 1.625rem;
  }
  .c-icon-sidebar .c-sidebar-link-list .c-sidebar-link-list-item .c-sidebar-link-list-item__link .svg {
    width: 1.875rem;
    height: 1.875rem;
    margin-right: 0.9375rem;
  }
  .c-icon-sidebar .c-icon-sidebar__link-btn .svg {
    width: 2.1875rem;
    height: 2.1875rem;
    margin-right: 0.9375rem;
  }
  .c-icon-sidebar .c-sidebar-link-list.c-sidebar-link-list--primary:not(:only-child):after {
    background-color: transparent;
  }
  .c-my-account-order-history .c-product-list-item:not(.c-product-list-item--in-drawer) .c-product-list-item__content-wrapper {
    padding-top: 0;
    padding-bottom: 1.875rem;
  }
  .c-product-list-item:not(.c-product-list-item--in-sidebar) .c-product-list-item__thumbnail {
    -ms-flex-preferred-size: 175px;
    flex-basis: 10.9375rem;
    width: 10.9375rem;
  }
  .c-product-list-item:not(.c-product-list-item--has-promotions) .c-product-list-item__thumbnail {
    padding-top: 0.875rem;
  }
  .c-my-account-order-history .c-product-list-item__product-wrapper {
    margin: 1.25rem 0 2.1875rem;
  }
  .c-my-account-order-history .c-product-list-item:not(.c-product-list-item--in-sidebar) .c-product-list-item__product-name, .c-my-account-order-history .c-product-list-item__product-name {
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 1.5rem;
  }
  .c-my-account-order-history .c-product-list-item__shipping-address-wrapper {
    width: 50%;
  }
  .c-product-list-item:not(.c-product-list-item--is-editing) .c-product-list-item__thumbnail {
    margin-bottom: -3.75rem;
  }
  .c-my-account-order-search {
    padding-right: 16.66%;
  }
  .c-favourites-list-item__thumbnail {
    margin-top: -3.75rem;
  }
  .c-favourites-list-item__thumbnail {
    margin-top: -3.75rem;
  }
  .c-editable-group__wrapper {
    max-width: 38.125rem;
    width: 84%;
  }
  .c-my-account-section-contents {
    margin-bottom: 5rem;
  }
  .c-section-header__additional-content {
    width: 33.33%;
  }
  .c-section-header__additional-content .u-btn {
    width: 100%;
  }
  .c-my-deals__offers {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  .c-my-account-order-history-empty {
    margin-bottom: 3.75rem;
  }
  .c-my-deals__container {
    margin-bottom: 6.25rem;
  }
  .c-product-list-item:not(.c-product-list-item--in-sidebar) .c-product-list-item__product-name {
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.875rem;
  }
  .c-product-list-item:not(.c-product-list-item--in-sidebar) .c-product-list-item__choice-list {
    display: -ms-flexbox;
    display: flex;
    min-width: 12.5rem;
  }
  .c-product-list-item:not(.c-product-list-item--in-sidebar) .c-product-list-item__choice-list li {
    margin-right: 5px;
  }
  .c-product-list-item:not(.c-product-list-item--in-sidebar) .c-product-list-item__choice-list li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 47.5em) and (max-width: 68.749em) {
  .c-icon-sidebar .c-icon-sidebar__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-icon-sidebar .c-icon-sidebar__link-btn .c-icon {
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media (min-width: 34.375em) and (max-width: 68.749em) {
  .c-icon-sidebar .c-icon-sidebar__inner {
    margin: 0 2.8125rem 3.125rem 2.125rem;
  }
  .c-favourites-list-item__thumbnail {
    -ms-flex-preferred-size: 175px;
    flex-basis: 10.9375rem;
    width: 10.9375rem;
  }
}
@media (max-width: 53.749em) {
  .c-icon-sidebar .c-icon-sidebar__inner {
    margin: 0 2.125rem 3.125rem;
  }
}
@media (max-width: 68.749em) {
  .c-icon-sidebar .c-sidebar-link-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    overflow: auto;
  }
  .c-icon-sidebar .c-sidebar-link-list .c-sidebar-link-list-item .c-sidebar-link-list-item__link .c-sidebar-link-list-item .svg {
    margin: 0 auto 0.9375rem;
  }
  .c-icon-sidebar .c-sidebar-link-list .c-sidebar-link-list-item .c-sidebar-link-list-item__link {
    font-size: 0.625rem;
    text-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 3.75rem;
  }
  .c-my-account-order-history .c-product-list-item__order-id, .c-my-account-order-history .c-product-list-item__other-items, .c-my-account-order-history .c-product-list-item__shipping-address-wrapper, .c-my-account-order-history .c-product-list-item__status, .c-my-account-order-history .c-product-list-item__status-details, .c-my-account-order-history .c-product-list-item__title {
    font-size: 0.75rem;
    line-height: 0.8125rem;
  }
  .c-icon-sidebar .c-sidebar-link-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
}
@media (max-width: 47.49em) {
  .o-section__header .c-icon-sidebar__link-btn {
    font-size: 0.75rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 1.875rem 2.8125rem 2.5rem 0;
  }
  .o-section__header .c-breadcrumb-header {
    max-width: 80%;
  }
  .o-section__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-favourites-list-item__details {
    position: relative;
    padding-bottom: 70px;
  }
  .c-favourites-list-item__product-cta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .c-favourites-list-item__product-cta button {
    width: 100%;
  }
}
@media (max-width: 34.374em) {
  .c-loyalty-my-info-wrapper .c-loyalty-my-info__section-wrapper .c-loyalty-my-info__section-wrapper-inner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-loyalty-my-info-wrapper .c-loyalty-my-info__section-wrapper .c-loyalty-my-info__section-wrapper-inner .c-loyalty-my-info-col-1, .c-loyalty-my-info-wrapper .c-loyalty-my-info__section-wrapper .c-loyalty-my-info__section-wrapper-inner .c-loyalty-my-info-col-2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .c-loyalty-my-info-wrapper .c-loyalty-my-info__section-wrapper .c-loyalty-my-info__section-wrapper-inner-personal-info .c-loyalty-my-info-col-1 {
    margin-bottom: 1.25rem;
  }
  .c-icon-sidebar .c-sidebar-link-list .c-sidebar-link-list-item:not(:last-child) {
    margin-right: 1.5625rem;
  }
  .c-my-tier__annual-spend {
    margin-bottom: 0.9375rem;
  }
  .c-my-account-section-contents-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-my-account-section-contents-btn {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
  }
  .c-my-deals__offers {
    display: block;
  }
  .c-icon-sidebar .c-icon-sidebar__inner {
    margin: 0 0.9375rem 3.125rem;
  }
  .c-icon-sidebar .c-sidebar-link-list .c-sidebar-link-list-item:not(:last-child) {
    margin-right: 0;
  }
}
.c-onboarding-wrapper {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #1F3188;
  color: #fff;
  padding: 5.3125rem;
}
.c-onboarding-wrapper .bx-auth-serv-icons {
  text-align: center;
  margin-bottom: 15px;
}

.c-onboarding-wrapper .c-onboarding-cta-link {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.c-onboarding-wrapper .c-onboarding-cta-link:hover {
  color: #fff;
  border-bottom-color: #ce0f69;
}

.c-onboarding-wrapper .c-onboarding-table-wrapper .c-onboarding-table {
  color: #555;
  width: 100%;
}

.c-onboarding-table-header .c-onboarding-row {
  display: -ms-flexbox;
  display: flex;
  height: 2.5rem;
  font-size: 0.75rem;
  line-height: 1.33;
  font-weight: 400;
}

.c-onboarding-table-header .c-onboarding-row.c-onboarding-row-header {
  background-color: #dddae8;
}

.c-onboarding-table-header .c-onboarding-row.c-onboarding-row-header .c-onboarding-cell.c-onboarding-col-basic {
  color: #1F3188;
}

.c-onboarding-table-header .c-onboarding-row.c-onboarding-row-header .c-onboarding-cell.c-onboarding-col-plus {
  color: #409;
}

.c-onboarding-table-header .c-onboarding-row.c-onboarding-row-header .c-onboarding-cell.c-onboarding-col-vip {
  color: #2e1a47;
}

.c-onboarding-table-header .c-onboarding-row.c-onboarding-row-tabs {
  color: #fff;
}

.c-onboarding-table-header .c-onboarding-row.c-onboarding-row-tabs .c-onboarding-cell:not(.c-onboarding-col-benefits) {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.025rem;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.c-onboarding-table-header .c-onboarding-row.c-onboarding-row-tabs .c-onboarding-cell:not(.c-onboarding-col-benefits).c-onboarding-col-basic {
  background-color: #1F3188;
}

.c-onboarding-table-header .c-onboarding-row.c-onboarding-row-tabs .c-onboarding-cell:not(.c-onboarding-col-benefits).c-onboarding-col-plus {
  background-color: #409;
}

.c-onboarding-table-header .c-onboarding-row.c-onboarding-row-tabs .c-onboarding-cell:not(.c-onboarding-col-benefits).c-onboarding-col-vip {
  background-color: #2e1a47;
}

.c-onboarding-table-header .c-onboarding-row .c-onboarding-cell:not(.c-onboarding-cell-empty) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.c-onboarding-table-header .c-onboarding-row .c-onboarding-cell:not(.c-onboarding-cell-empty).c-onboarding-col-benefits {
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.9375rem;
}

.c-onboarding-table-header .c-onboarding-row .c-onboarding-cell:not(.c-onboarding-cell-empty):not(.c-onboarding-col-benefits) {
  width: 5.875rem;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-onboarding-table-header .c-onboarding-row .c-onboarding-cell-empty {
  width: 0.8125rem;
}

.c-onboarding-table-body {
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-onboarding-table-body, .c-onboarding-table-body .c-onboarding-row {
  display: -ms-flexbox;
  display: flex;
}

.c-onboarding-table-body .c-onboarding-row .c-onboarding-cell:not(.c-onboarding-cell-empty) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 4.375rem;
  width: 5.875rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0.0125rem;
  padding: 0.3125rem;
}

.c-onboarding-table-body .c-onboarding-row .c-onboarding-cell:not(.c-onboarding-cell-empty):not(.c-onboarding-col-benefits) {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.c-onboarding-table-body .c-onboarding-row .c-onboarding-cell:not(.c-onboarding-cell-empty).c-onboarding-col-benefits {
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.9375rem;
  border-right: 1px solid #efecf0;
}

.c-onboarding-table-body .c-onboarding-row:nth-child(2n) .c-onboarding-cell {
  background-color: #fff;
}

.c-onboarding-table-body .c-onboarding-row:nth-child(odd) .c-onboarding-cell {
  background-color: #f5f3f5;
}

.c-onboarding-table-body .c-onboarding-cell-empty {
  width: 0.8125rem;
  border-right: 1px solid #efecf0;
  border-left: 1px solid #efecf0;
}

.c-onboarding-footer {
  width: 100%;
  padding: 0.9375rem;
}

.c-onboarding-footer .c-onboarding-footer-content {
  display: block;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.01063rem;
  margin-bottom: 0.3125rem;
}

.c-onboarding-cta-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-onboarding-cta-wrapper .c-onboarding-cta-title {
  margin-bottom: 2.5rem;
}

.c-onboarding-cta-wrapper .c-onboarding-cta-header {
  font-size: 3rem;
  font-weight: 100;
  line-height: 1.2;
  margin-bottom: 1.5625rem;
  display: block;
  white-space: pre-line;
}

.c-onboarding-cta-wrapper .c-onboarding-cta-eyebrow {
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 1.5;
  margin-bottom: 1.5625rem;
  display: block;
  white-space: pre-line;
}

.c-onboarding-cta-wrapper .c-onboarding-cta-subtitle {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  white-space: pre-line;
}

.c-onboarding-cta-btn-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-onboarding-cta-btn-group .u-link--basic-text {
  text-align: center;
}
.c-onboarding-cta-btn-group .btn-VKontakte {
  text-align: center;
  margin: 1.25rem auto !important;
  width: 100%;
}

.c-onboarding-cta-btn-group .c-onboarding-cta-join-crew, .c-onboarding-cta-btn-group .c-onboarding-cta-join-crew-with-facebook {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3rem;
  background-color: #fff;
  font-weight: 400;
  margin: 1.25rem 0;
}

.c-onboarding-cta-btn-group .c-onboarding-cta-join-crew {
  font-size: 0.75rem;
  color: #1F3188;
}

.c-onboarding-cta-btn-group .c-onboarding-cta-btn-divider, .c-onboarding-cta-btn-group .c-onboarding-cta-footer {
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
}

.c-onboarding-cta-join-crew-with-facebook {
  font-size: 0.875rem;
  color: #1877f3;
}

.c-onboarding-cta-join-crew-with-facebook .u-btn__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.c-onboarding-cta-join-crew-with-facebook .c-onboarding-cta-fb-icon-wrapper {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #1877f3;
  border-radius: 50px;
  margin-right: 0.5rem;
}

.c-onboarding-cta-join-crew-with-facebook .c-onboarding-cta-fb-icon-wrapper .c-onboarding-cta-fb-icon {
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
  left: -3px;
  top: 1px;
}

.c-onboarding-cta-join-crew-with-facebook .c-onboarding-cta-fb-icon-wrapper .c-onboarding-cta-fb-icon .c-icon__facebook--light-bg {
  fill: rgba(255, 255, 255, 0);
}

.c-onboarding-col-basic .c-onboarding-check {
  background-color: #1F3188;
}

.c-onboarding-col-plus .c-onboarding-check {
  background-color: #409;
}

.c-onboarding-col-vip .c-onboarding-check {
  background-color: #2e1a47;
}

.c-onboarding-check {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50px;
  margin: auto;
}

.c-onboarding-cta-logo {
  margin-bottom: 1.25rem;
  width: 9.375rem;
}

.benefits-cols-wrap {
  display: flex;
  align-items: center;
}

.benefits-cols {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
}
.benefits-cols .o-box-6 {
  margin-bottom: 70px;
}
.benefits-cols img {
  display: inline-block;
  max-width: 100%;
  width: 100px;
  margin-bottom: 10px;
}
.benefits-cols__text {
  max-width: 250px;
  display: block;
  margin: 0 auto;
  color: #1F3188;
}

@media (min-width: 34.375em) and (max-width: 68.749em) {
  .c-onboarding-wrapper {
    margin-top: 1.875rem;
  }
  .c-onboarding-table-header .c-onboarding-row .c-onboarding-cell:not(.c-onboarding-cell-empty).c-onboarding-col-benefits {
    font-size: 0.875rem;
    padding: 0 1.25rem;
  }
  .c-onboarding-table-header .c-onboarding-row .c-onboarding-cell:not(.c-onboarding-cell-empty):not(.c-onboarding-col-benefits) {
    width: 15%;
  }
  .c-onboarding-table-header .c-onboarding-row .c-onboarding-cell-empty {
    width: 1.125rem;
  }
  .c-onboarding-table-body .c-onboarding-row .c-onboarding-cell:not(.c-onboarding-cell-empty).c-onboarding-col-benefits {
    font-size: 0.875rem;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    padding: 0 1.25rem;
  }
  .c-onboarding-table-body .c-onboarding-row .c-onboarding-cell:not(.c-onboarding-cell-empty) {
    width: 15%;
  }
  .c-onboarding-table-body .c-onboarding-cell-empty {
    width: 1.125rem;
  }
  .c-onboarding-footer {
    padding-left: 1.875rem;
  }
}
@media (min-width: 47.5em) {
  .c-onboarding-cta-logo {
    width: 10.9375rem;
  }
}
@media (min-width: 68.75em) and (max-width: 84.3749em) {
  .c-onboarding-wrapper .c-onboarding-table-wrapper {
    margin-left: 2.1875rem;
  }
  .c-onboarding-cta-wrapper {
    margin-right: 2.1875rem;
  }
}
@media (min-width: 68.75em) {
  .c-onboarding-wrapper .c-onboarding-table-wrapper {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .c-onboarding-wrapper .c-onboarding-table-wrapper .c-onboarding-table {
    max-width: 35.9375rem;
  }
  .c-onboarding-table-header .c-onboarding-row.c-onboarding-row-header {
    border-top-left-radius: 9px;
  }
  .c-onboarding-footer {
    max-width: 35.9375rem;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
  }
  .c-onboarding-cta-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-onboarding-cta-btn-group, .c-onboarding-cta-wrapper .c-onboarding-cta-title {
    max-width: 31.875rem;
  }
  .c-onboarding-cta-logo {
    width: 12.5rem;
  }
}
@media (min-width: 84.375em) {
  .c-onboarding-wrapper .c-onboarding-table-wrapper {
    margin: 1.25rem 1.25rem 0 3.625rem;
  }
  .c-onboarding-cta-wrapper {
    margin: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
  .c-onboarding-cta-logo {
    width: 19.6875rem;
  }
}
@media (max-width: 68.749em) {
  .c-onboarding-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.875rem 0 0;
  }
  .c-onboarding-wrapper .c-onboarding-cta-wrapper, .c-onboarding-wrapper .c-onboarding-table-wrapper {
    width: 100%;
  }
  .c-onboarding-table-header .c-onboarding-row .c-onboarding-cell:not(.c-onboarding-cell-empty).c-onboarding-col-benefits {
    text-align: right;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .c-onboarding-cta-wrapper .c-onboarding-cta-header {
    font-size: 2.25rem;
  }
  .c-onboarding-cta-wrapper .c-onboarding-cta-title {
    text-align: center;
    margin: 0 auto 1.875rem;
  }
  .c-onboarding-cta-wrapper .c-onboarding-cta-eyebrow {
    text-align: center;
  }
  .c-onboarding-cta-wrapper .c-onboarding-cta-eyebrow .c-picture {
    margin: auto;
  }
  .c-onboarding-cta-btn-group:not(.c-onboarding-cta-btn-group--solid-background) {
    background-color: #fff;
    width: 100%;
    padding-bottom: 1.875rem;
  }
  .c-onboarding-cta-btn-group:not(.c-onboarding-cta-btn-group--solid-background) .c-onboarding-cta-join-crew, .c-onboarding-cta-btn-group:not(.c-onboarding-cta-btn-group--solid-background) .c-onboarding-cta-join-crew-with-facebook {
    width: 20rem;
    color: #fff;
    margin: 1.25rem auto;
  }
  .c-onboarding-cta-btn-group:not(.c-onboarding-cta-btn-group--solid-background) .c-onboarding-cta-join-crew {
    background-color: #1F3188;
  }
  .c-onboarding-cta-btn-group:not(.c-onboarding-cta-btn-group--solid-background) .c-onboarding-cta-join-crew-with-facebook {
    background-color: #1877f3;
  }
  .c-onboarding-cta-btn-group:not(.c-onboarding-cta-btn-group--solid-background) .c-onboarding-cta-btn-divider {
    color: #555;
  }
  .c-onboarding-cta-btn-group:not(.c-onboarding-cta-btn-group--solid-background) .c-onboarding-cta-footer {
    color: #555;
    margin-left: 0.9375rem;
  }
  .c-onboarding-cta-btn-group:not(.c-onboarding-cta-btn-group--solid-background) .c-onboarding-cta-footer .c-onboarding-cta-link {
    color: #3a2e2c;
    border-bottom-color: #3a2e2c;
  }
  .c-onboarding-cta-btn-group.c-onboarding-cta-btn-group--solid-background {
    width: 100%;
    padding-bottom: 1.875rem;
  }
  .c-onboarding-cta-btn-group.c-onboarding-cta-btn-group--solid-background .c-onboarding-cta-join-crew, .c-onboarding-cta-btn-group.c-onboarding-cta-btn-group--solid-background .c-onboarding-cta-join-crew-with-facebook {
    width: 20rem;
    margin: 1.25rem auto;
  }
  .c-onboarding-cta-btn-group.c-onboarding-cta-btn-group--solid-background .c-onboarding-cta-footer {
    margin-left: 0.9375rem;
  }
  .c-onboarding-cta-logo {
    margin: 0 auto 1.25rem;
  }
  .c-onboarding-cta-btn-group .btn-VKontakte {
    text-align: center;
    width: 20rem;
  }
  .c-onboarding-cta-btn-group .u-link--basic-text {
    color: #000;
  }
}
@media (max-width: 34.374em) {
  .c-onboarding-table-header .c-onboarding-row {
    font-size: 0.6875rem;
    height: 1.875rem;
  }
  .c-onboarding-table-header .c-onboarding-row.c-onboarding-row-header {
    height: 3.125rem;
  }
  .c-onboarding-table-header .c-onboarding-row .c-onboarding-cell:not(.c-onboarding-cell-empty).c-onboarding-col-benefits {
    padding: 0 0.625rem;
    text-align: left;
    font-size: 0.6875rem;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .c-onboarding-table-header .c-onboarding-row .c-onboarding-cell:not(.c-onboarding-cell-empty):not(.c-onboarding-col-benefits) {
    width: 3.75rem;
  }
  .c-onboarding-table-body .c-onboarding-row .c-onboarding-cell:not(.c-onboarding-cell-empty) {
    height: 3.125rem;
  }
  .c-onboarding-table-body .c-onboarding-row .c-onboarding-cell:not(.c-onboarding-cell-empty).c-onboarding-col-benefits {
    padding: 0 0.625rem;
    font-size: 0.6875rem;
  }
  .c-onboarding-table-body .c-onboarding-row .c-onboarding-cell:not(.c-onboarding-cell-empty) {
    width: 3.75rem;
  }
  .c-onboarding-cta-wrapper .c-onboarding-cta-title .c-onboarding-cta-header {
    font-size: 1.3125rem;
  }
  .c-onboarding-cta-wrapper .c-onboarding-cta-title .c-onboarding-cta-subtitle {
    font-size: 0.75rem;
  }
}

.thanks-block {
  padding: 78px 0;
}
.thanks-block h1 {
  margin-bottom: 16px;
  margin-top: 0;
}

.thanks-text {
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  color: #3A2E2C;
}

.thanks-order-block {
  background: #EFECF0;
  padding: 65px 0;
}

.thanks-order-block h2 {
  font-weight: 300;
  font-size: 45px;
  line-height: 54px;
  margin: 0 0 40px;
}

.thanks-order-subtitle {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #808080;
  margin: 0 0 24px;
}

.thanks-order-text-block {
  margin-bottom: 70px;
}

.thanks-order-text {
  margin: 0 0 10px;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  color: #3A2E2C;
}

.thanks-order-item {
  display: flex;
  justify-content: space-between;
}
.thanks-order-item__left {
  width: 150px;
  margin-right: 25px;
}
.thanks-order-item__name {
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  color: #7D7373;
  margin-bottom: 13px;
}
.thanks-order-item__desc {
  font-weight: 300;
  font-size: 16px;
  color: #7D7373;
  line-height: 1.5;
}

.thanks-order-items {
  margin-top: 100px;
  margin-bottom: 100px;
}

.thanks-price-old {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
  text-decoration-line: line-through;
  color: #3A2E2C;
  margin-bottom: 9px;
}

.thanks-price-discount {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
  color: #B85F5E;
}

.thanks-price {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
  color: #B85F5E;
  margin-bottom: 9px;
  margin-top: 5px;
}

h2.thanks-order-title {
  margin-bottom: 0;
}

.thanks-order-sku {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #808080;
}

.thanks-promo-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #808080;
  margin-bottom: 30px;
}

.thanks-promo-itm {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #B85F5E;
}

.thanks-price-line {
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  color: #3A2E2C;
  margin-bottom: 50px;
  margin-top: 20px;
}
.thanks-price-line.big {
  font-size: 28px;
  line-height: 34px;
  margin-top: 85px;
}

@media (max-width: 68.75em) {
  .thanks-block {
    padding: 30px 0;
  }
  .thanks-text {
    font-size: 18px;
    line-height: 1.2;
  }
  .thanks-order-text-block {
    margin-bottom: 30px;
  }
  .thanks-order-block {
    padding: 30px 0;
  }
  .thanks-order-block h2 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .thanks-order-block .thanks-order-text {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.2;
  }
  .thanks-order-block .o-box-12 {
    margin-bottom: 30px;
  }
  .thanks-order-items {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .thanks-order-item__left {
    width: 100px;
  }
  .thanks-order-item__mid {
    flex: 1;
  }
  .thanks-order-item__name {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 6px;
  }
  .thanks-order-item__desc {
    font-size: 14px;
  }
  .thanks-price, .thanks-price-old, .thanks-price-discount {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 2px;
  }
  .thanks-price-line {
    font-size: 18px;
    margin: 15px 0;
  }
  .thanks-price-line.big {
    margin-top: 40px;
    font-size: 24px;
  }
}
.c-404--is-general .c-error-header {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.c-error-header:not(.c-error-header--is-modal) {
  background-color: #3a2e2c;
  padding: 1.25rem 1.5625rem;
}

.c-error-404 .c-error-header {
  position: relative;
  z-index: 1;
}

.c-error-header {
  color: #fff;
}

.c-error-header__header {
  font-size: 2.25rem;
  font-weight: 100;
  line-height: 2.25rem;
  color: #fff;
  margin: 0 0 0.625rem;
  width: 15rem;
}

.c-error-header__subcopy {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.9375rem;
}

.c-error-header__error-number {
  margin-bottom: 1.875rem;
}

.c-error-header__cta, .c-error-header__error-number {
  font-family: sans-serif;
  font-size: 0.75rem;
  line-height: 0.8125rem;
}

@media (min-width: 34.375em) {
  .c-error-header:not(.c-error-header--is-modal) {
    padding: 5rem 2.5rem 5.625rem;
  }
  .c-error-header__header {
    font-size: 3rem;
    font-weight: 100;
    line-height: 3rem;
    margin-bottom: 0.9375rem;
    width: 25rem;
  }
  .c-error-header__subcopy {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.c-error-header__cta .u-btn, .c-error-header__cta .u-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  display: inline-block;
  margin-top: -0.125rem;
  padding-top: 0.125rem;
}

@media (min-width: 68.75em) {
  .c-error-header:not(.c-error-header--is-modal) {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .c-error-header__error-number {
    margin-bottom: 3.75rem;
  }
}
.c-slide-scroller {
  -ms-overflow-style: none;
  position: relative;
  transition: height 0.25s ease;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-slide-scroller::-webkit-scrollbar {
  display: none;
}

.c-slide-scroller .c-slide-scroller__view {
  transition: transform 0.25s ease;
  position: absolute;
  width: 100%;
  top: 0;
  visibility: hidden;
  display: none;
}

.c-slide-scroller .c-slide-scroller__view--visible {
  visibility: inherit;
  display: block;
}

.c-header__navigation--sliding-in .c-slide-scroller, .c-header__navigation--sliding-in .c-slide-scroller__view, .c-header__navigation--sliding-out .c-slide-scroller, .c-header__navigation--sliding-out .c-slide-scroller__view {
  transition: none;
}

.c-sidebar-menu {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.c-sidebar-menu .c-sidebar-menu__view {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.25s ease;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-sidebar-menu .c-sidebar-menu__item {
  visibility: hidden;
}

.c-sidebar-menu .c-sidebar-menu__item.c-sidebar-menu__item--visible {
  visibility: inherit;
}

.c-sidebar-menu .c-sidebar-menu__item-view {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 0;
  visibility: hidden;
}

.c-sidebar-menu .c-sidebar-menu__item-view.c-sidebar-menu__item-view--visible {
  z-index: 10;
  visibility: inherit;
}

.c-header__navigation--sliding-in .c-sidebar-menu__view, .c-header__navigation--sliding-out .c-sidebar-menu__view {
  transition: none;
}

.c-navigation__back-button {
  position: relative;
}

.c-navigation__control-back {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.c-sidebar-menu__view > li > .c-navigation__link, .c-sidebar-menu__view > li > .c-sidebar-menu__item > .c-navigation__link {
  font-family: Inter, sans-serif;
  border-bottom: 1px solid #efecf0 !important;
}

.wf-primary-active .c-sidebar-menu__view > li > .c-navigation__link, .wf-primary-active .c-sidebar-menu__view > li > .c-sidebar-menu__item > .c-navigation__link {
  font-family: Inter, sans-serif;
}

.c-header__navigation > .c-navigation__item--search {
  position: relative;
}

@media (max-width: 47.49em) {
  .c-header__navigation > .c-navigation__item--search .c-navigation__icon-search {
    left: 0;
    width: 100%;
  }
  .c-header__navigation > .c-navigation__item--search .c-navigation__icon-search .u-btn__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-header__navigation > .c-navigation__item--search .c-navigation__icon-search .u-btn__content .u-btn__content-placeholder {
    font-weight: 100;
    color: #767676;
    padding-left: 0.4375rem;
  }
  .c-header__navigation > .c-navigation__item--search .c-search-input .c-search-input__wrapper .c-form-field-wrapper__label {
    font-size: 0.875rem;
  }
}
.c-sidebar-menu__scroller {
  -ms-overflow-style: none;
  overflow-y: scroll;
  height: 100%;
}

.c-sidebar-menu__scroller::-webkit-scrollbar {
  display: none;
}


.fancybox-container.fancybox-show-thumbs .fancybox-inner {
  right: 0;
}
.fancybox-container .fancybox-infobar {
  display: none;
}
.fancybox-container .fancybox-button {
  background: none;
  color: #7f7776;
  opacity: 1 !important;
  visibility: visible !important;
}
.fancybox-container .fancybox-button[disabled], .fancybox-container .fancybox-button[disabled]:hover {
  color: #bbafae;
}
.fancybox-container .fancybox-button:hover {
  color: #000;
}
.fancybox-container .fancybox-button.fancybox-button--arrow_left, .fancybox-container .fancybox-button.fancybox-button--arrow_right {
  top: 0;
  left: 0;
  width: 30px;
  height: 40px;
  padding: 0;
  background: url("/local/templates/main/css/../img/arrow-right.svg") no-repeat center;
  -webkit-background-size: 15px;
  background-size: 15px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0.5 !important;
}
.fancybox-container .fancybox-button.fancybox-button--arrow_left[disabled], .fancybox-container .fancybox-button.fancybox-button--arrow_left[disabled]:hover, .fancybox-container .fancybox-button.fancybox-button--arrow_right[disabled], .fancybox-container .fancybox-button.fancybox-button--arrow_right[disabled]:hover {
  opacity: 0.15 !important;
}
.fancybox-container .fancybox-button.fancybox-button--arrow_left svg, .fancybox-container .fancybox-button.fancybox-button--arrow_right svg {
  display: none;
}
.fancybox-container .fancybox-button.fancybox-button--arrow_left:hover, .fancybox-container .fancybox-button.fancybox-button--arrow_right:hover {
  opacity: 1 !important;
}
.fancybox-container .fancybox-button.fancybox-button--arrow_right {
  left: 30px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fancybox-container .fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important;
}
.fancybox-container .fancybox-bg {
  background: #efecf0;
}
.fancybox-container.fancybox-is-open .fancybox-bg {
  opacity: 1;
}
.fancybox-container .fancybox-thumbs {
  background: none;
  left: 90px;
  top: 7px;
}
.fancybox-container .fancybox-thumbs__list a {
  width: 25px;
  height: 20px;
  background: none !important;
}
.fancybox-container .fancybox-thumbs__list a:before {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  background: #bab6b5;
  opacity: 1;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  transform-origin: center;
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.fancybox-container .fancybox-thumbs__list a.fancybox-thumbs-active:before {
  border: 2px solid var(--text-color);
  background: none;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 34.374em) {
  .fancybox-button.fancybox-button--fsenter {
    display: none;
  }
  .fancybox-navigation {
    display: none;
  }
  .fancybox-container .fancybox-thumbs {
    left: 10px;
    right: 50px;
    height: 50px;
    width: auto;
  }
}
#bx_incl_area_14_1_1 .c-product-landing-header:not(.c-product-landing-header--is-filtered):not(.c-product-landing-header--grid-is-deluxe) {
  position: relative;
}
#bx_incl_area_14_1_1 .c-product-landing-header:not(.c-product-landing-header--is-filtered):not(.c-product-landing-header--grid-is-deluxe) .c-product-landing-header__container:before {
  padding-top: 20%;
}
#bx_incl_area_14_1_1 .c-product-grid {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 25%);
  grid-auto-flow: row dense;
  grid-auto-rows: -webkit-fit-content;
  grid-auto-rows: fit-content;
}
#bx_incl_area_14_1_1 .c-product-grid li {
  width: 100% !important;
  margin: 0;
  padding: 6px;
}
#bx_incl_area_14_1_1 .c-product-grid .c-product-tile__inner.o-tile__inner {
  position: relative;
  height: auto;
  width: auto;
}

@media (max-width: 64em) {
  #bx_incl_area_14_1_1 .c-product-grid {
    grid-template-columns: repeat(3, 33.3%);
  }
}
@media (max-width: 34.374em) {
  #bx_incl_area_14_1_1 .c-product-grid {
    grid-template-columns: repeat(2, 50%);
  }
}
/* End */


/* Start:/local/templates/main/css/swiper-bundle.css?171291959622358*/
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */

/* FONT_START */
@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;
}
/* FONT_END */
:root {
	--swiper-theme-color: #007aff;
	/*
	--swiper-preloader-color: var(--swiper-theme-color);
	--swiper-wrapper-transition-timing-function: initial;
	*/
}
:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
	display: block;
}
.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
	touch-action: pan-y;
}
.swiper-vertical {
	touch-action: pan-x;
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}
.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}
.swiper-3d {
	perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	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, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 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, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 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, 0.5), rgba(0, 0, 0, 0));
}
.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%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}
.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-navigation-top-offset: 50%;
	--swiper-navigation-sides-offset: 10px;
	--swiper-navigation-color: var(--swiper-theme-color);
	*/
}
.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
	transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}
.swiper-button-lock {
	display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next';
}
/* Navigation font end */
:root {
	/*
	--swiper-pagination-color: var(--swiper-theme-color);
	--swiper-pagination-left: auto;
	--swiper-pagination-right: 8px;
	--swiper-pagination-bottom: 8px;
	--swiper-pagination-top: auto;
	--swiper-pagination-fraction-color: inherit;
	--swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
	--swiper-pagination-progressbar-size: 4px;
	--swiper-pagination-bullet-size: 8px;
	--swiper-pagination-bullet-width: 8px;
	--swiper-pagination-bullet-height: 8px;
	--swiper-pagination-bullet-border-radius: 50%;
	--swiper-pagination-bullet-inactive-color: #000;
	--swiper-pagination-bullet-inactive-opacity: 0.2;
	--swiper-pagination-bullet-opacity: 1;
	--swiper-pagination-bullet-horizontal-gap: 4px;
	--swiper-pagination-bullet-vertical-gap: 6px;
	*/
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.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(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}
.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-bullet:only-child {
	display: none !important;
}
.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform,
	200ms 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: 200ms transform,
	200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform,
	200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 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-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}
.swiper-pagination-lock {
	display: none;
}
:root {
	/*
	--swiper-scrollbar-border-radius: 10px;
	--swiper-scrollbar-top: auto;
	--swiper-scrollbar-bottom: 4px;
	--swiper-scrollbar-left: auto;
	--swiper-scrollbar-right: 4px;
	--swiper-scrollbar-sides-offset: 1%;
	--swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
	--swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
	--swiper-scrollbar-size: 4px;
	*/
}
.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}
.swiper-scrollbar-lock {
	display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
	cursor: move;
	touch-action: none;
}
/* a11y */
.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 {
	pointer-events: auto;
}
.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-prev {
	pointer-events: auto;
	visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.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-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* Cube slide shadows end */
.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;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* Flip slide shadows end */
.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;
}
/* End */


/* Start:/local/templates/main/styles.css?17453281839020*/
.head-menu {
	position: initial;
}

.header-bottom__left {
	flex: none;
}

.head-menu-top.active {
	margin-left: 126px;
}

.head-menu-top > li:hover .head-menu-sub {
	left: -100px;
	right: 0;
	width: 100%;
}

.head-menu-top {

}

.menu2 {
	display: flex;
	gap: 23px;
	margin-left: 23px;
}

.menu2 > li {
	display: block;
}

.menu2 > li > a, .menu2 > li > span {
	position: relative;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #767676;
	padding: 8px;
}

.menu2 > li > a:before {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	left: 0;
	background: #767676;
	transition: all .3s ease-in-out;
}

.menu2 > li:hover > a:before {
	width: 100%;
}

.head-menu2-sub {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	top: calc(100% - 20px);
	opacity: 0;
	pointer-events: none;
	padding: 35px 62px;
	display: flex;
	gap: 20px 150px;
	background: #fff;
	transition: all .3s ease-in-out;
	transform: translateY(-5px);
	border: 1px solid #d8d5d5;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, .1);
}

.menu2 > li:hover .head-menu2-sub {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0px);

}

.head-menu2-sub li {
	display: block;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	margin-bottom: 20px;
}

.head-menu2-sub a {
	color: inherit;
	transition: color .2s ease-in-out;
}

.head-menu2-sub a:hover {
	color: #1f3188;
}

a.color-blue,
button.color-blue,
span.color-blue {
	color: #1f3188;
}

@media (max-width: 47.49em) {
	.c-header__navigation.c-header__navigation--is-visible .c-navigation--primary__list-heading.u-btn,
	.c-sidebar-menu__view > li > .c-navigation__link {
		padding: 15px 20px;
		font-size: 16px;
	}

	.c-header__navigation .c-navigation__btn-account {
		padding: 15px 20px;
		font-size: 16px;
	}
}

.c-product-tile__content-wrapper {

}

.c-product-detail__links-b-yakar {
	color: #808080;
	font-size: 12px;
	text-decoration: underline;

}

.c-product-detail__links-b-yakar:hover {
	color: #1F3188;
	text-decoration: underline;
}

.c-product-detail__links-b-anons {
	font-size: 14px;
	color: #3A2E2C;
	overflow: hidden;
	line-height: 21px;
	font-weight: 200;
	margin-bottom: 10px;
	display: none;
}

.c-product-detail__links-b-anons-p {
	font-size: 14px;
	color: #3A2E2C;

	font-weight: 200;

}

.c-product-detail__links-b-anons.active {
	display: block;
}

.product-ison-linkls {
	position: absolute;
	z-index: 4;
	right: 15px;
	bottom: 15px;
	display: flex;

}

.product-ison-linkls img {
	width: 28px;
}

.c-product-detail__links-b-line {
	display: flex;
	margin-bottom: 30px;
	flex-direction: row;
	flex-wrap: wrap;
}

.c-product-detail__links-b-img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: white;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	margin-right: 24px;
}

.c-product-detail__links-b-block {
	width: calc(100% - 84px);
}


.c-product-detail__links-b-block-name {
	font-size: 18px;
	color: #3A2E2C;
	font-weight: 400;
	margin-bottom: 10px;
}

.c-product-detail__links-b-podrobno {
	font-size: 14px;
	color: #3A2E2C;
	font-weight: 200;
	line-height: 21px;
}

.c-product-detail__links-b-eche {
	color: #808080;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
	font-weight: 400;
}

.c-product-detail__links-b-eche:hover {
	color: #1F3188;

}

.c-product-detail__links-b-eche.active {
	text-align: right;
}

.u-reset-list {
	line-height: 21px;
}


@media (max-width: 34.374em) {
	.product-ison-linkls {
		bottom: 30px;
		right: 15px;
	}

}


.product-b {

}

.product-b__img {
	position: relative;
	margin-bottom: 100px;
}

.product-b__images {
	width: 100%;
}

.product-b__icon {
	position: absolute;
	width: 100px;
	height: 100px;
	bottom: -50px;
	left: 50%;
	margin-left: -50px;
	background: white;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
}

.product-b__icon-img {
	width: 100%;
}

.product-b__name {
	font-size: 35px;
	line-height: 42px;
	color: #000000;
	text-align: center;
	max-width: 1064px;
	width: 100%;
	margin: auto;
	margin-bottom: 100px;
	font-weight: 100;
}

.landing-banner {

}

.landing-banner__line {
	display: flex;
	margin-bottom: 100px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.landing-banner__line:nth-child(even) {
	flex-direction: row-reverse;
}

.landing-banner__img {
	width: calc(50% - 42px);
}

.landing-banner__text {
	width: calc(50% - 42px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.landing-banner__text h2 {
	font-size: 30px;
	font-weight: 100;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	color: #3A2E2C;
}

.landing-banner__text p {
	margin: 0;
	margin-bottom: 10px;
	font-size: 18px;
	color: #3A2E2C;
	font-weight: 300;
}

.landing-banner__text ul {
	list-style-type: none;
	padding-left: 41px;
	margin-top: 30px;
}

.landing-banner__text ul li {
	margin-bottom: 30px;
}

.landing-banner__text ul li:before {
	content: "";
	background: url(/local/templates/main/./img/check-mark.svg);
	display: inline-block;
	width: 33px;
	height: 33px;
	position: absolute;
	margin-left: -44px;
}

.c-product-detail__links-b-mobile {
	display: none;
}

.landing-banner__text .title {
	font-weight: 100;
	font-size: 30px;
}

@media (max-width: 68.75em) {
	.c-product-detail__links-b {
		display: none;
	}

	.c-product-detail__links-b-mobile {
		display: block;
		margin-top: 30px;
	}

	.landing-banner__img {
		width: calc(50% - 15px);
	}

	.landing-banner__text {
		width: calc(50% - 15px);
	}

	.landing-banner__text h2 {
		font-size: 24px;
	}

	.landing-banner__text p {
		font-size: 16px;
		font-weight: 300;
	}

	.product-b__icon {
		position: absolute;
		width: 60px;
		height: 60px;
		bottom: -30px;
		left: 50%;
		margin-left: -30px;
	}

	.product-b__name {
		font-size: 30px;
	}

	.product-b__img {
		margin-bottom: 60px;
	}

	.product-b__name {
		margin-bottom: 60px;
	}

	.landing-banner__text .title {
		font-weight: 500;
		font-size: 25px;
	}
}


@media (max-width: 34.374em) {
	.product-b__name {
		font-size: 22px;
		line-height: 30px;
	}

	.c-product-detail__links-b {
		display: block;
		margin-bottom: 30px;
	}

	.c-product-detail__links-b-mobile {
		display: none;
	}

	.landing-banner__line {
		display: block;
	}

	.landing-banner__img {
		width: 100%;
		margin-bottom: 20px;
	}

	.landing-banner__text {
		width: 100%;
	}

	.product-b__img {
		margin-left: -15px;
		margin-right: -15px;
	}

	.landing-banner__line {
		margin-bottom: 40px;
	}

	.landing-banner__text ul li:before {
		width: 14px;
		height: 14px;
		background-size: contain;
		margin-left: -19px;
		margin-top: 3px;
	}

	.landing-banner__text ul {
		padding-left: 16px;
	}

	.landing-banner__text h2 {
		font-size: 25px;
	}

	.landing-banner__text p {
		font-size: 14px;
	}

	.landing-banner__text .title {
		font-weight: 500;
		font-size: 20px;
	}
}

.c-product-description__section-title {
	font-weight: 400;
}

.c-product-description__section-list {
	font-weight: 200;
}

.c-reassurance-links__item a {
	font-weight: 200;
}

.c-product-description__section-content.c-read-more {
	font-family: "Inter";
	font-size: 14px;
	font-weight: 200;
	line-height: 21px;
}

.product-ison-linkls__itm {
	position: relative;
}

.product-ison-linkls__title {
	width: 100px;
	position: absolute;
	top: -15px;
	text-align: center;
	left: calc(-50% - 22px);
	font-size: 13px;
	color: var(--text-color);
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease;
}

@media screen and (min-width: 48rem) {
	.product-ison-linkls__itm:hover .product-ison-linkls__title {
		opacity: 1;
	}
}

.product-ison-linkls__itm.show .product-ison-linkls__title {
	opacity: 1;
}

.c-product-tile__color {
	margin-top: 10px;
}

.c-product-tile__color-list {
	display: flex;
	align-items: center;
}

.c-product-tile__color-element {
	position: relative;
	cursor: pointer;
	padding: 4px;
	display: block;
}

.c-product-tile__color-element img{
	border-radius: 50%;
	border: 1px solid #C1C0C0;
	width: 12px;
	height: 12px;
	object-fit: cover;
}

.c-product-tile__color-element.active img {
	border: 1px solid #000;
}

.c-product-tile__color-element-plus {
	font-size: 8px;
	line-height: 120%;
	color: #3a2e2c;
}

@media screen and (max-width: 48rem) {
	.product-ison-linkls__title {
		font-size: 10px;
		top: -11px;
	}

	.product-ison-linkls {
		bottom: 25px;
	}

}
.brand-detail-block_custom{
	margin-top: 0;
}
.brand-detail-block_custom .brand-detail-block__text{
	margin-bottom: 20px;
}
@media (min-width: 81em){
.smart-filter{
	display:grid;
	grid-template-columns:repeat(8, 1fr);
}
}
@media (max-width: 80em) {
	.brand-detail-img {
		background-size: 100%;
		background-repeat: no-repeat;
	}
}
.no-link{
	cursor: inherit !important;
}
.logo-svg{
	max-width: 130px;
}
.mobile-logo{
	width: 115px;
	margin: auto;
	margin-top: 11px;
}
@media (max-width: 47.49em) {
	.c-social-modal__product-tile_wrapper{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.c-social-modal__product-tile_wrapper .c-social-modal__product-tile{
		width: calc(50% - 10px);
		margin: 0 5px !important;
		box-sizing: border-box;
	}
}

/* End */


/* Start:/local/templates/main/template_styles.css?16653938543276*/
.loader {
    position: fixed;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 10000 !important;
    background-color: rgba(255, 255, 255, 0.75);
}

.cssload-clock {
    border-radius: 58px;
    border: 3px solid #122072;
    height: 78px;
    width: 78px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -39px;
    margin-left: -39px;
}

.cssload-clock:after {
    content: "";
    position: absolute;
    background-color: #122072;
    top: 2px;
    left: 48%;
    height: 37px;
    width: 4px;
    border-radius: 5px;
    transform-origin: 50% 97%;
    -o-transform-origin: 50% 97%;
    -ms-transform-origin: 50% 97%;
    -webkit-transform-origin: 50% 97%;
    -moz-transform-origin: 50% 97%;
    animation: grdAiguille 0.8s linear infinite;
    -o-animation: grdAiguille 0.8s linear infinite;
    -ms-animation: grdAiguille 0.8s linear infinite;
    -webkit-animation: grdAiguille 0.8s linear infinite;
    -moz-animation: grdAiguille 0.8s linear infinite;
}

.cssload-clock:before {
    content: "";
    position: absolute;
    background-color: #122072;
    top: 6px;
    left: 48%;
    height: 34px;
    width: 4px;
    border-radius: 5px;
    transform-origin: 50% 94%;
    -o-transform-origin: 50% 94%;
    -ms-transform-origin: 50% 94%;
    -webkit-transform-origin: 50% 94%;
    -moz-transform-origin: 50% 94%;
    animation: ptAiguille 4.8s linear infinite;
    -o-animation: ptAiguille 4.8s linear infinite;
    -ms-animation: ptAiguille 4.8s linear infinite;
    -webkit-animation: ptAiguille 4.8s linear infinite;
    -moz-animation: ptAiguille 4.8s linear infinite;
}

.ml-buttons-cont img{
    display: inline-block;
}

#medialib_but_save, #medialib_but_cancel {
    display: inline-block;
    background-color: rgb(136, 136, 136);
    padding: 5px;
    border-radius: 5px;
}

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

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

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

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

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

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

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

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

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

@-moz-keyframes ptAiguille {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
/* End */
/* /local/templates/main/css/style.css?1740648598143391 */
/* /local/templates/main/css/style-additional.css?1740651612255445 */
/* /local/templates/main/css/swiper-bundle.css?171291959622358 */
/* /local/templates/main/styles.css?17453281839020 */
/* /local/templates/main/template_styles.css?16653938543276 */
