* {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

input {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

input::-ms-clear {
  display: none;
}

input:invalid {
  box-shadow: none;
}

body {
  min-width: 320px;
}

h1,
h2,
h3 {
  margin: 0;
}

svg {
  height: inherit;
  width: inherit;
}

a {
  text-decoration: none;
}

a:link {
  -webkit-tap-highlight-color: transparent;
}

button {
  border-radius: 0;
}

.m-checkbox .a-label.js-a-input,
.m-checkbox .a-label.js-a-input[aria-hidden="true"] {
  display: none;
}

.m-free-tile .placeholder-wrapper {
  padding-bottom: 150%;
  position: relative;
}

.m-free-tile .placeholder-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: 1s opacity;
  height: auto;
}

.m-free-tile .placeholder-wrapper img.is-hidden {
  opacity: 0;
  display: block;
}

.m-product-image .placeholder-wrapper {
  padding-bottom: 150%;
  position: relative;
}

.m-product-image .placeholder-wrapper img,
.m-product-image .placeholder-wrapper picture {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
}

.m-product-image .placeholder-wrapper img:not(.hover-image),
.m-product-image .placeholder-wrapper picture:not(.hover-image) {
  opacity: 1;
  transition: 1s opacity;
}

.m-product-image .placeholder-wrapper img.is-hidden,
.m-product-image .placeholder-wrapper picture.is-hidden {
  opacity: 0;
  display: block;
}

.m-error {
  margin-bottom: 15px;
}

.o-product-cofs {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.o-product-cofs .full-area-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.o-product-cofs .placeholder-wrapper {
  padding-bottom: 150%;
  position: relative;
}

.o-product-cofs .placeholder-wrapper img,
.o-product-cofs .placeholder-wrapper picture {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
}

.o-product-cofs .placeholder-wrapper img:not(.hover-image),
.o-product-cofs .placeholder-wrapper picture:not(.hover-image) {
  opacity: 1;
  transition: 1s opacity;
}

.o-product-cofs .placeholder-wrapper img.is-hidden,
.o-product-cofs .placeholder-wrapper picture.is-hidden {
  opacity: 0;
  display: block;
}

.o-product .placeholder-wrapper {
  padding-bottom: 150%;
  position: relative;
}

.o-product .placeholder-wrapper img,
.o-product .placeholder-wrapper picture {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
}

.o-product .placeholder-wrapper img:not(.hover-image),
.o-product .placeholder-wrapper picture:not(.hover-image) {
  opacity: 1;
  transition: 1s opacity;
}

.o-product .placeholder-wrapper img.is-hidden,
.o-product .placeholder-wrapper picture.is-hidden {
  opacity: 0;
  display: block;
}

[class^="a-"].q-color-black-60,
[class^="m-"].q-color-black-60,
[class^="o-"].q-color-black-60 {
  color: #1B1B1B;
}

[class^="a-"].q-color-black-30,
[class^="m-"].q-color-black-30,
[class^="o-"].q-color-black-30 {
  color: #CCCCCC;
}

[class^="a-"].q-color-orange-dark,
[class^="m-"].q-color-orange-dark,
[class^="o-"].q-color-orange-dark {
  color: #DA441B;
}

html {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.04em;
  color: #1B1B1B;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  font-feature-settings: "ss01";
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

body:not(.is-using-keyboard) * {
  outline: none;
}

@media (max-width: 767px) {
  body.lightbox-is-open .o-page-content,
  body.lightbox-is-open .o-footer,
  body.lightbox-is-open .m-cookie-message {
    display: none;
  }
}

@media (max-width: 767px) {
  body.lightbox-is-open .o-header .header-curtain > *:not(.header-wrapper) {
    opacity: 0;
  }
}

::selection {
  background-color: #E0E0E0;
  color: #1B1B1B;
}

p {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

[class^="a-"].q-layer-header,
[class^="m-"].q-layer-header,
[class^="o-"].q-layer-header {
  z-index: 20;
}

.q-vertical-padding-global {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .q-vertical-padding-global {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1025px) {
  .q-vertical-padding-global {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.u-row {
  margin-top: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-row > [class^="o-"],
.u-row > [class^="m-"],
.u-row > [class^="a-"],
.u-row > [class^="q-"] {
  display: block;
  position: relative;
  max-width: 1600px;
  margin: 30px auto 30px auto;
}

@media (min-width: 768px) {
  .u-row > [class^="o-"],
  .u-row > [class^="m-"],
  .u-row > [class^="a-"],
  .u-row > [class^="q-"] {
    margin: 40px auto 40px auto;
  }
}

@media (min-width: 1025px) {
  .u-row > [class^="o-"],
  .u-row > [class^="m-"],
  .u-row > [class^="a-"],
  .u-row > [class^="q-"] {
    margin: 50px auto 50px auto;
  }
}

.u-row > [class^="o-"].no-vertical-space,
.u-row > [class^="m-"].no-vertical-space,
.u-row > [class^="a-"].no-vertical-space,
.u-row > [class^="q-"].no-vertical-space {
  margin-top: 0;
  margin-bottom: 0;
}

.u-row:not(.u-full-width) > [class^="o-"],
.u-row:not(.u-full-width) > [class^="m-"],
.u-row:not(.u-full-width) > [class^="a-"],
.u-row:not(.u-full-width) > [class^="q-"] {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .u-row:not(.u-full-width) > [class^="o-"],
  .u-row:not(.u-full-width) > [class^="m-"],
  .u-row:not(.u-full-width) > [class^="a-"],
  .u-row:not(.u-full-width) > [class^="q-"] {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (min-width: 1025px) {
  .u-row:not(.u-full-width) > [class^="o-"],
  .u-row:not(.u-full-width) > [class^="m-"],
  .u-row:not(.u-full-width) > [class^="a-"],
  .u-row:not(.u-full-width) > [class^="q-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.u-row.u-no-padding-mobile > [class^="o-"],
.u-row.u-no-padding-mobile > [class^="m-"],
.u-row.u-no-padding-mobile > [class^="a-"],
.u-row.u-no-padding-mobile > [class^="q-"] {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .u-row.u-no-padding-mobile > [class^="o-"],
  .u-row.u-no-padding-mobile > [class^="m-"],
  .u-row.u-no-padding-mobile > [class^="a-"],
  .u-row.u-no-padding-mobile > [class^="q-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .u-row.u-no-padding-mobile > [class^="o-"],
  .u-row.u-no-padding-mobile > [class^="m-"],
  .u-row.u-no-padding-mobile > [class^="a-"],
  .u-row.u-no-padding-mobile > [class^="q-"] {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (min-width: 768px) and (min-width: 1025px) {
  .u-row.u-no-padding-mobile > [class^="o-"],
  .u-row.u-no-padding-mobile > [class^="m-"],
  .u-row.u-no-padding-mobile > [class^="a-"],
  .u-row.u-no-padding-mobile > [class^="q-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.u-row.u-full-width > [class^="o-"],
.u-row.u-full-width > [class^="m-"],
.u-row.u-full-width > [class^="a-"],
.u-row.u-full-width > [class^="q-"] {
  max-width: 100%;
}

.u-row.u-full-width .contain {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .u-row.u-full-width .contain {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (min-width: 1025px) {
  .u-row.u-full-width .contain {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.u-row.u-full-width .contain.u-no-padding-mobile {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .u-row.u-full-width .contain.u-no-padding-mobile {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .u-row.u-full-width .contain.u-no-padding-mobile {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (min-width: 768px) and (min-width: 1025px) {
  .u-row.u-full-width .contain.u-no-padding-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  [class*=" u-cols"].u-no-padding-mobile,
  [class^="u-cols"].u-no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

.u-not-mobile {
  display: none !important;
}

@media (min-width: 768px) {
  .u-not-mobile {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .u-not-tablet {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .u-not-tablet {
    display: block !important;
  }
}

@media (min-width: 1025px) {
  .u-not-desktop {
    display: none !important;
  }
}

[class^='u-cols'],
[class*=' u-cols'] {
  display: block;
  float: left;
}

.u-cols-sm-1-12 {
  width: 8.33333%;
  padding-right: 4px;
  padding-left: 4px;
}

.u-cols-sm-2-12 {
  width: 16.66667%;
  padding-right: 4px;
  padding-left: 4px;
}

.u-cols-sm-3-12 {
  width: 25%;
  padding-right: 4px;
  padding-left: 4px;
}

.u-cols-sm-4-12 {
  width: 33.33333%;
  padding-right: 4px;
  padding-left: 4px;
}

.u-cols-sm-5-12 {
  width: 41.66667%;
  padding-right: 4px;
  padding-left: 4px;
}

.u-cols-sm-6-12 {
  width: 50%;
  padding-right: 4px;
  padding-left: 4px;
}

.u-cols-sm-7-12 {
  width: 58.33333%;
  padding-right: 4px;
  padding-left: 4px;
}

.u-cols-sm-8-12 {
  width: 66.66667%;
  padding-right: 4px;
  padding-left: 4px;
}

.u-cols-sm-9-12 {
  width: 75%;
  padding-right: 4px;
  padding-left: 4px;
}

.u-cols-sm-10-12 {
  width: 83.33333%;
  padding-right: 4px;
  padding-left: 4px;
}

.u-cols-sm-11-12 {
  width: 91.66667%;
  padding-right: 4px;
  padding-left: 4px;
}

.u-cols-sm-12-12 {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .u-cols-md-6-12 {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
  }
  .u-cols-md-8-12 {
    width: 66.66667%;
    padding-right: 6px;
    padding-left: 6px;
  }
  .u-cols-md-12-12 {
    width: 100%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .u-cols-sb-lg-0-24 {
    margin-left: 0;
  }
  .u-cols-sa-lg-0-24 {
    margin-right: 0;
  }
  .u-cols-lg-1-24 {
    width: 4.16667%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .u-cols-sb-lg-1 {
    margin-left: 4.16667%;
    width: inherit;
  }
  .u-cols-sb-lg-1-24 {
    margin-left: 4.16667%;
    width: inherit;
  }
  .u-cols-sa-lg-1-24 {
    margin-right: 4.16667%;
    width: inherit;
  }
  .u-cols-lg-2-24 {
    width: 8.33333%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .u-cols-sb-lg-2 {
    margin-left: 8.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-2-24 {
    margin-left: 8.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-2-24 {
    margin-right: 8.33333%;
    width: inherit;
  }
  .u-cols-lg-3-24 {
    width: 12.5%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .u-cols-sb-lg-3 {
    margin-left: 12.5%;
    width: inherit;
  }
  .u-cols-sb-lg-3-24 {
    margin-left: 12.5%;
    width: inherit;
  }
  .u-cols-sa-lg-3-24 {
    margin-right: 12.5%;
    width: inherit;
  }
  .u-cols-lg-4-24 {
    width: 16.66667%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .u-cols-sb-lg-4 {
    margin-left: 16.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-4-24 {
    margin-left: 16.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-4-24 {
    margin-right: 16.66667%;
    width: inherit;
  }
  .u-cols-lg-5-24 {
    width: 20.83333%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .u-cols-sb-lg-5 {
    margin-left: 20.83333%;
    width: inherit;
  }
  .u-cols-sb-lg-5-24 {
    margin-left: 20.83333%;
    width: inherit;
  }
  .u-cols-sa-lg-5-24 {
    margin-right: 20.83333%;
    width: inherit;
  }
  .u-cols-lg-6-24 {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .u-cols-sb-lg-6 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sb-lg-6-24 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sa-lg-6-24 {
    margin-right: 25%;
    width: inherit;
  }
  .u-cols-lg-7-24 {
    width: 29.16667%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .u-cols-sb-lg-7 {
    margin-left: 29.16667%;
    width: inherit;
  }
  .u-cols-sb-lg-7-24 {
    margin-left: 29.16667%;
    width: inherit;
  }
  .u-cols-sa-lg-7-24 {
    margin-right: 29.16667%;
    width: inherit;
  }
  .u-cols-lg-8-24 {
    width: 33.33333%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .u-cols-sb-lg-8 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-8-24 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-8-24 {
    margin-right: 33.33333%;
    width: inherit;
  }
  .u-cols-lg-9-24 {
    width: 37.5%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .u-cols-sb-lg-9 {
    margin-left: 37.5%;
    width: inherit;
  }
  .u-cols-sb-lg-9-24 {
    margin-left: 37.5%;
    width: inherit;
  }
  .u-cols-sa-lg-9-24 {
    margin-right: 37.5%;
    width: inherit;
  }
  .u-cols-lg-10-24 {
    width: 41.66667%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .u-cols-sb-lg-10 {
    margin-left: 41.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-10-24 {
    margin-left: 41.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-10-24 {
    margin-right: 41.66667%;
    width: inherit;
  }
  .u-cols-lg-11-24 {
    width: 45.83333%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .u-cols-sb-lg-11 {
    margin-left: 45.83333%;
    width: inherit;
  }
  .u-cols-sb-lg-11-24 {
    margin-left: 45.83333%;
    width: inherit;
  }
  .u-cols-sa-lg-11-24 {
    margin-right: 45.83333%;
    width: inherit;
  }
  .u-cols-lg-12-24 {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .u-cols-sb-lg-12 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-lg-12-24 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-lg-12-24 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-lg-13-24 {
    width: 54.16667%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .u-cols-sb-lg-13 {
    margin-left: 54.16667%;
    width: inherit;
  }
  .u-cols-sb-lg-13-24 {
    margin-left: 54.16667%;
    width: inherit;
  }
  .u-cols-sa-lg-13-24 {
    margin-right: 54.16667%;
    width: inherit;
  }
  .u-cols-lg-14-24 {
    width: 58.33333%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .u-cols-sb-lg-14 {
    margin-left: 58.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-14-24 {
    margin-left: 58.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-14-24 {
    margin-right: 58.33333%;
    width: inherit;
  }
  .u-cols-lg-15-24 {
    width: 62.5%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .u-cols-sb-lg-15 {
    margin-left: 62.5%;
    width: inherit;
  }
  .u-cols-sb-lg-15-24 {
    margin-left: 62.5%;
    width: inherit;
  }
  .u-cols-sa-lg-15-24 {
    margin-right: 62.5%;
    width: inherit;
  }
  .u-cols-lg-16-24 {
    width: 66.66667%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .u-cols-sb-lg-16 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-16-24 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-16-24 {
    margin-right: 66.66667%;
    width: inherit;
  }
  .u-cols-lg-17-24 {
    width: 70.83333%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .u-cols-sb-lg-17 {
    margin-left: 70.83333%;
    width: inherit;
  }
  .u-cols-sb-lg-17-24 {
    margin-left: 70.83333%;
    width: inherit;
  }
  .u-cols-sa-lg-17-24 {
    margin-right: 70.83333%;
    width: inherit;
  }
  .u-cols-lg-18-24 {
    width: 75%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .u-cols-sb-lg-18 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sb-lg-18-24 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sa-lg-18-24 {
    margin-right: 75%;
    width: inherit;
  }
  .u-cols-lg-19-24 {
    width: 79.16667%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .u-cols-sb-lg-19 {
    margin-left: 79.16667%;
    width: inherit;
  }
  .u-cols-sb-lg-19-24 {
    margin-left: 79.16667%;
    width: inherit;
  }
  .u-cols-sa-lg-19-24 {
    margin-right: 79.16667%;
    width: inherit;
  }
  .u-cols-lg-20-24 {
    width: 83.33333%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .u-cols-sb-lg-20 {
    margin-left: 83.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-20-24 {
    margin-left: 83.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-20-24 {
    margin-right: 83.33333%;
    width: inherit;
  }
  .u-cols-lg-21-24 {
    width: 87.5%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .u-cols-sb-lg-21 {
    margin-left: 87.5%;
    width: inherit;
  }
  .u-cols-sb-lg-21-24 {
    margin-left: 87.5%;
    width: inherit;
  }
  .u-cols-sa-lg-21-24 {
    margin-right: 87.5%;
    width: inherit;
  }
  .u-cols-lg-22-24 {
    width: 91.66667%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .u-cols-sb-lg-22 {
    margin-left: 91.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-22-24 {
    margin-left: 91.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-22-24 {
    margin-right: 91.66667%;
    width: inherit;
  }
  .u-cols-lg-23-24 {
    width: 95.83333%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .u-cols-sb-lg-23 {
    margin-left: 95.83333%;
    width: inherit;
  }
  .u-cols-sb-lg-23-24 {
    margin-left: 95.83333%;
    width: inherit;
  }
  .u-cols-sa-lg-23-24 {
    margin-right: 95.83333%;
    width: inherit;
  }
  .u-cols-lg-24-24 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .u-cols-sb-lg-24 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-lg-24-24 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-lg-24-24 {
    margin-right: 100%;
    width: inherit;
  }
}

.a-checkbox {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  display: none;
}

.a-checkbox + .custom-box {
  background-color: #E7E7E7;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  margin-top: 2px;
}

.a-checkbox:checked + .custom-box,
.a-checkbox.is-checked + .custom-box {
  background-image: url("/ja-jp/etc/designs/appeaser/cos/clientlibs/pattern-lib/images/checkbox-tick.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
}

.a-checkbox:disabled,
.a-checkbox.is-disabled {
  cursor: default;
}

.a-checkbox:disabled + .custom-box,
.a-checkbox.is-disabled + .custom-box {
  background-color: #EEEEEE;
}

.b-checkbox {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  opacity: 0;
}

.b-checkbox + .custom-box {
  background-color: #E7E7E7;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  margin-top: 4px;
}

.b-checkbox:checked + .custom-box,
.b-checkbox.is-checked + .custom-box {
  background-image: url("/ja-jp/etc/designs/appeaser/cos/clientlibs/pattern-lib/images/checkbox-tick.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
}

.b-checkbox:disabled,
.b-checkbox.is-disabled {
  cursor: default;
}

.b-checkbox:disabled + .custom-box,
.b-checkbox.is-disabled + .custom-box {
  background-color: #EEEEEE;
}

.is-primary {
  color: #FFFFFF;
  background-color: #1B1B1B;
  border: 1px solid #1B1B1B;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  text-align: center;
  width: 100%;
  padding: 12px 9px 8px 9px;
}

.is-primary:hover:not(.is-disabled):not(:disabled),
.is-primary.is-hover {
  background-color: #999999;
  border: 1px solid #999999;
}

.is-primary:active:not(.is-disabled):not(:disabled),
.is-primary.is-active {
  background-color: #999999;
  border: 1px solid #999999;
}

.is-primary:disabled,
.is-primary.is-disabled {
  background-color: #CCCCCC;
  color: #FFFFFF;
  border: 1px solid #CCCCCC;
}

.is-secondary {
  color: #1B1B1B;
  background-color: #FFFFFF;
  border: 1px solid #E7E7E7;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  text-align: center;
  width: 100%;
  padding: 12px 9px 8px 9px;
}

.is-secondary:hover:not(.is-disabled):not(:disabled),
.is-secondary.is-hover {
  color: #999999;
  border: 1px solid #CCCCCC;
}

.is-secondary:active:not(.is-disabled):not(:disabled),
.is-secondary.is-active {
  color: #999999;
  border: 1px solid #CCCCCC;
}

.is-secondary:disabled,
.is-secondary.is-disabled {
  color: #CCCCCC;
  border: 1px solid #E7E7E7;
}

.a-button {
  color: inherit;
}

.a-button.is-primary {
  color: #FFFFFF;
  background-color: #1B1B1B;
  border: 1px solid #1B1B1B;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  text-align: center;
  width: 100%;
  padding: 12px 9px 8px 9px;
}

.a-button.is-primary:hover:not(.is-disabled):not(:disabled),
.a-button.is-primary.is-hover {
  background-color: #999999;
  border: 1px solid #999999;
}

.a-button.is-primary:active:not(.is-disabled):not(:disabled),
.a-button.is-primary.is-active {
  background-color: #999999;
  border: 1px solid #999999;
}

.a-button.is-primary:disabled,
.a-button.is-primary.is-disabled {
  background-color: #CCCCCC;
  color: #FFFFFF;
  border: 1px solid #CCCCCC;
}

.a-button.is-primary.global-rtc-button.a-page-paragraph {
  display: inline-block;
  width: auto;
}

@media (min-width: 768px) {
  .a-button.is-primary.global-rtc-button.a-page-paragraph {
    max-width: 40%;
  }
}

.a-button.is-primary.global-rtc-button.a-page-paragraph span {
  display: block;
}
.a-button.is-primary.add_cart_btn {
  background-color: #666666;
}

.a-button.is-secondary {
  color: #1B1B1B;
  background-color: #FFFFFF;
  border: 1px solid #E7E7E7;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  text-align: center;
  width: 100%;
  padding: 12px 9px 8px 9px;
}

.a-button.is-secondary:hover:not(.is-disabled):not(:disabled),
.a-button.is-secondary.is-hover {
  color: #999999;
  border: 1px solid #CCCCCC;
}

.a-button.is-secondary:active:not(.is-disabled):not(:disabled),
.a-button.is-secondary.is-active {
  color: #999999;
  border: 1px solid #CCCCCC;
}

.a-button.is-secondary:disabled,
.a-button.is-secondary.is-disabled {
  color: #CCCCCC;
  border: 1px solid #E7E7E7;
}

.a-button.has-underline {
  text-decoration: underline;
}

.a-button .underline {
  position: relative;
}

.a-button .underline:after {
  content: "";
  width: calc(100% - 0.05em);
  background-color: currentColor;
  height: 1px;
  position: absolute;
  bottom: 0.13em;
  left: 0;
}

.a-button .underline:last-child:after {
  width: calc(100% - 0.04em);
}

.a-button .underline-p,
.a-button .underline-y,
.a-button .underline-j,
.a-button .underline-q {
  position: relative;
}

.a-button .underline-p:after,
.a-button .underline-y:after,
.a-button .underline-j:after,
.a-button .underline-q:after {
  content: "";
  width: calc(100% - 0.15em);
  background-color: currentColor;
  height: 1px;
  position: absolute;
  bottom: 0.13em;
  left: 0.1em;
}

.a-button .underline-p:after {
  width: calc(100% - 0.26em);
  left: 0.30em;
}

.a-button .underline-y:after {
  width: calc(100% - 0.325em);
  left: 0.325em;
}

.a-button .underline-j:after {
  width: calc(100% - 0.225em);
  left: 0.225em;
}

.a-button .underline-q:after {
  width: calc(100% - 0.18em);
  left: -0.1em;
}

.a-button .underline-q + .underline:after {
  left: 0.1em;
  width: calc(100% - 0.215em);
}

.a-button-nostyle {
  background-color: transparent;
  -webkit-appearance: none !important;
  border-radius: inherit !important;
  padding: initial;
  margin: initial;
  border: 0;
}

.a-content-image {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  width: 100%;
  max-width: 1600px;
}

@media (min-width: 768px) {
  .a-content-image {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
    margin-left: 24.99999%;
  }
}

@media (min-width: 1025px) {
  .a-content-image {
    width: 41.66667%;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 29.16669%;
  }
}

.a-cos-logo svg {
  display: inline-block;
}

.a-cos-logo.a-link:hover {
  opacity: 1;
}

.a-heading-1,
.a-heading-2,
.a-heading-3,
.a-heading-4 {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
}

[class^="a-icon"],
[class*=" a-icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'COS-Icons';
  font-weight: normal;
  speak: none;
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  letter-spacing: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="a-icon"] span,
[class*=" a-icon"] span {
  letter-spacing: inherit;
}

.a-icon-bag:before {
  content: "";
}

.a-icon-close:before {
  content: "";
}

.a-icon-play-video:before {
  content: "";
}

.a-icon-left-arrow:before {
  content: "";
}

.a-icon-right-arrow:before {
  content: "";
}

.a-icon-down-arrow:before {
  content: "";
}

.a-icon-menu:before {
  content: "";
}

.a-icon-minus:before {
  content: "";
}

.a-icon-plus:before {
  content: "";
}

.a-icon-search:before {
  content: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="5.4" stroke="%23080808" stroke-width="1.2" /><path d="M13.5 13.5L12.4393 12.4393" stroke="%23080808" stroke-width="1.4" stroke-linecap="square" /></svg>');
}

.a-icon-search span {
  display: none;
}

.a-icon-up-arrow:before {
  content: "";
}

.a-image {
  width: 100%;
  max-width: 100%;
}

.a-input {
  border: none;
  background-color: #E7E7E7;
  color: #1B1B1B;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.04em;
  height: 30px;
  width: 100%;
  padding: 8px 11px 4px;
  -webkit-appearance: none;
}

.a-input:-ms-input-placeholder {
  color: transparent;
  text-indent: -300px;
}

.a-input::placeholder {
  color: transparent;
  text-indent: -300px;
}

html.touchevents .a-input {
  padding: 6px 10px 4px;
}

.a-keyline {
  border: none;
  border-bottom: 1px solid #E7E7E7;
  margin: 20px auto;
  width: calc(100% - (20px));
  max-width: calc(1600px - (20px + 40px));
}

@media (min-width: 768px) {
  .a-keyline {
    width: calc(100% - (28px));
  }
}

@media (min-width: 1025px) {
  .a-keyline {
    width: calc(100% - (40px));
  }
}

.a-link,
.is-richtext a {
  color: #1B1B1B;
}

.a-link.has-underline,
.is-richtext a.has-underline {
  text-decoration: underline;
}

.a-link:hover,
.is-richtext a:hover {
  opacity: 0.7;
}

.a-link.no-styling:hover,
.is-richtext a.no-styling:hover {
  opacity: 1;
}

.a-link .underline,
.is-richtext a .underline {
  position: relative;
}

.a-link .underline:after,
.is-richtext a .underline:after {
  content: "";
  width: calc(100% - 0.05em);
  background-color: currentColor;
  height: 1px;
  position: absolute;
  bottom: 0.13em;
  left: 0;
}

.a-link .underline:last-child:after,
.is-richtext a .underline:last-child:after {
  width: calc(100% - 0.04em);
}

.a-link .underline-p,
.a-link .underline-y,
.a-link .underline-j,
.a-link .underline-q,
.is-richtext a .underline-p,
.is-richtext a .underline-y,
.is-richtext a .underline-j,
.is-richtext a .underline-q {
  position: relative;
}

.a-link .underline-p:after,
.a-link .underline-y:after,
.a-link .underline-j:after,
.a-link .underline-q:after,
.is-richtext a .underline-p:after,
.is-richtext a .underline-y:after,
.is-richtext a .underline-j:after,
.is-richtext a .underline-q:after {
  content: "";
  width: calc(100% - 0.15em);
  background-color: currentColor;
  height: 1px;
  position: absolute;
  bottom: 0.13em;
  left: 0.1em;
}

.a-link .underline-p:after,
.is-richtext a .underline-p:after {
  width: calc(100% - 0.26em);
  left: 0.30em;
}

.a-link .underline-y:after,
.is-richtext a .underline-y:after {
  width: calc(100% - 0.325em);
  left: 0.325em;
}

.a-link .underline-j:after,
.is-richtext a .underline-j:after {
  width: calc(100% - 0.225em);
  left: 0.225em;
}

.a-link .underline-q:after,
.is-richtext a .underline-q:after {
  width: calc(100% - 0.18em);
  left: -0.1em;
}

.a-link .underline-q + .underline:after,
.is-richtext a .underline-q + .underline:after {
  left: 0.1em;
  width: calc(100% - 0.215em);
}

.is-richtext a {
  text-decoration: underline;
}

.a-label {
  font-size: 12px;
  line-height: normal;
}

.a-overlay {
  background-color: #FFFFFF;
  z-index: 25;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 200px);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-out;
}

.a-overlay.is-visible {
  visibility: visible;
  cursor: pointer;
  opacity: 0.9;
}

.a-overlay.is-closing {
  opacity: 0;
}

.a-overlay.q-is-menu-overlay {
  z-index: 20;
  transition: 0.3s ease-in;
}

@media (min-width: 768px) {
  .a-overlay.q-is-menu-overlay {
    z-index: 22;
    width: 50%;
    left: 50%;
  }
}

@media (min-width: 1151px) {
  .a-overlay.q-is-menu-overlay {
    z-index: 20;
    width: 100%;
    left: 0;
  }
}

.a-overlay.is-filter-overlay,
.a-overlay.is-product-sort-overlay {
  visibility: hidden;
}

@media (min-width: 768px) {
  .a-overlay.is-filter-overlay,
.a-overlay.is-product-sort-overlay {
    visibility: visible;
  }
}

.a-radio-button {
  display: none;
  cursor: pointer;
}

.a-radio-button + .custom-radio {
  background-color: #E7E7E7;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  vertical-align: top;
}

.a-radio-button:checked + .custom-radio:after,
.a-radio-button.is-checked + .custom-radio:after {
  background-color: #000000;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
}

.a-radio-button.is-disabled + .custom-radio,
.a-radio-button:disabled + .custom-radio {
  background-color: #EEEEEE;
}

.a-radio-button.is-disabled ~ .a-label,
.a-radio-button:disabled ~ .a-label {
  color: #CCCCCC;
}

.a-radio-button.has-error + .custom-radio {
  border: 1px solid #DA441B;
}

.a-radio-button.has-error + .custom-radio:after {
  top: 4px;
  left: 4px;
}

.a-radio-button.has-error ~ .label-text {
  color: #DA441B;
}

.b-radio-button {
  opacity: 0;
  cursor: pointer;
}

.b-radio-button + .custom-radio {
  background-color: #E7E7E7;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.b-radio-button:checked + .custom-radio:after,
.b-radio-button.is-checked + .custom-radio:after {
  background-color: #000000;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
}

.b-radio-button.is-disabled + .custom-radio,
.b-radio-button:disabled + .custom-radio {
  background-color: #EEEEEE;
}

.b-radio-button.is-disabled ~ .a-label,
.b-radio-button:disabled ~ .a-label {
  color: #CCCCCC;
}

.b-radio-button.has-error + .custom-radio {
  border: 1px solid #DA441B;
}

.b-radio-button.has-error + .custom-radio:after {
  top: 4px;
  left: 4px;
}

.b-radio-button.has-error ~ .label-text {
  color: #DA441B;
}

.a-page-paragraph {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  max-width: 1600px;
}

@media (min-width: 768px) {
  .a-page-paragraph {
    width: 100%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .a-page-paragraph {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.a-swatch {
  display: inline-block;
  margin: 0 3px 0 0;
  height: 12px;
}

.a-swatch input[type="radio"] {
  display: none;
}

.a-swatch .sold-out {
  display: none;
}

.a-swatch .a-image {
  height: .5rem;
  width: .5rem;
}

.a-size-swatch {
  margin: auto;
  max-width: 337px;
}

@media (min-width: 768px) {
  .a-size-swatch {
    max-width: 338px;
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .a-size-swatch {
    max-width: 435px;
  }
}

.a-size-swatch .a-input {
  display: none;
}

.a-size-swatch .size-options {
  border: 1px solid #E7E7E7;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  padding: 11px 12px 9px 11px;
  margin: 0 10px 10px 0;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .a-size-swatch .size-options {
    font-size: 13px;
    padding: 11px 11px 7px 11px;
  }
}

.a-size-swatch .size-options:last-child:nth-child(2) {
  margin-left: 2%;
}

@media (min-width: 768px) {
  .a-size-swatch .size-options:last-child:nth-child(2) {
    margin-left: 0;
  }
}

.a-size-swatch .size-options.in-stock.is-selected {
  border-bottom: none;
  box-shadow: inset 0 -2px 0 #1B1B1B;
  margin-bottom: 11px;
}

.a-size-swatch .size-options.out-of-stock,
.a-size-swatch .size-options.is-coming-soon {
  color: #E7E7E7;
  border: 1px solid #E7E7E7;
  position: relative;
}

.a-size-swatch .size-options.out-of-stock:after,
.a-size-swatch .size-options.is-coming-soon:after {
  background: linear-gradient(to top left,
rgba(231,
231,
231,
0) 0%,
rgba(231,
231,
231,
0) calc(50% - 0.8px),
#e7e7e7 50%,
rgba(231,
231,
231,
0) calc(50% + 0.8px),
rgba(231,
231,
231,
0) 100%);
  content: "";
  position: absolute;
  width: calc(100%);
  height: 100%;
  top: 0;
  left: 0;
}

.a-size-swatch .size-options.out-of-stock .tooltip-text,
.a-size-swatch .size-options.is-coming-soon .tooltip-text {
  background-color: #CCCCCC;
  color: #FFFFFF;
  font-size: 10px;
  letter-spacing: 0.04em;
  visibility: hidden;
  width: 102px;
  text-align: center;
  padding: 7px 0 4px 0;
  position: absolute;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 1;
}

.a-size-swatch .size-options.out-of-stock .tooltip-text.show-tool-tip,
.a-size-swatch .size-options.is-coming-soon .tooltip-text.show-tool-tip {
  visibility: visible;
  opacity: 1;
}

.a-size-swatch .size-options.out-of-stock .tooltip-text:after,
.a-size-swatch .size-options.is-coming-soon .tooltip-text:after {
  content: "";
  position: absolute;
  bottom: 23px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #CCCCCC transparent transparent transparent;
  transform: rotate(180deg);
}

.m-cart-addition {
  background-color: #FFFFFF;
  border: 1px solid #E7E7E7;
  z-index: 50;
  width: calc(100% - 20px - 8px);
  display: none;
  position: fixed;
  padding: 16px 16px 30px;
  overflow: hidden;
  top: 43px;
  margin-left: calc(10px + 4px);
  margin-top: 13px;
}

@media (min-width: 768px) {
  .m-cart-addition {
    position: absolute;
    right: calc(14px + 6px);
    top: 68px;
    margin-top: 0;
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
    padding: 37px 30px;
  }
}

@media (min-width: 1025px) {
  .m-cart-addition {
    right: calc(20px + 10px);
    width: 390px;
  }
}

.m-cart-addition .is-primary {
  margin-top: 30px;
  padding: 12px 9px 8px 9px;
  display: inline-block;
}

.m-cart-addition .cart-image-wrapper {
  float: left;
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 120px;
  margin-right: 21px;
}

.m-cart-addition .cart-image-wrapper img {
  width: 100%;
}

.m-cart-addition .a-icon-close {
  cursor: pointer;
  position: absolute;
  font-size: 16px;
  right: 0;
  top: 0;
  padding: 12px calc(10px + 4px) 12px;
}

.m-cart-addition .heading {
  margin-bottom: 24px;
}

.m-cart-addition .heading .a-heading-2 {
  letter-spacing: 0.0825em;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #1B1B1B;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
}

.m-cart-addition .max {
  display: none;
}

.m-cart-addition .cart-item-info {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #1B1B1B;
  vertical-align: top;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 122px);
}

@media (min-width: 768px) {
  .m-cart-addition .cart-item-info {
    width: calc(100% - 122px);
  }
}

@media (min-width: 1025px) {
  .m-cart-addition .cart-item-info {
    width: calc(100% - 104px);
  }
}

.m-cart-addition .cart-item-info .product-name {
  letter-spacing: 0.0825em;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
}

.m-cart-addition .product-name {
  -ms-flex-order: -2;
  order: -2;
}

.m-cart-addition .price-section {
  -ms-flex-order: -1;
  order: -1;
}

.m-cart-addition .price-section .is-deprecated {
  margin-right: 10px;
  text-decoration: line-through;
}

.m-cart-addition .price-section .is-reduced {
  color: #F28860;
}

.m-cart-addition .size-section {
  margin-top: 57px;
}

@media (min-width: 768px) {
  .m-cart-addition .size-section {
    margin-top: 12px;
  }
}

.m-cart-addition .size-label,
.m-cart-addition .color-label,
.m-cart-addition .quantity-label {
  display: inline-block;
  vertical-align: top;
  width: 64px;
}

.m-cart-addition .m-dropdown {
  background-color: transparent;
  position: static;
  height: 20px;
  margin: 0;
}

.m-cart-addition .m-dropdown .list-wrapper {
  display: none;
}

.m-cart-addition .m-dropdown .placeholder {
  width: auto;
  padding: 0 5px;
  min-height: 20px;
}

.m-cart-addition .m-dropdown .a-icon-close,
.m-cart-addition .m-dropdown .a-icon-arrow-down-small {
  color: #000000;
  cursor: pointer;
  font-size: 17px;
  vertical-align: top;
  margin-top: 1px;
}

@media (min-width: 1025px) {
  .m-cart-addition .m-dropdown .a-icon-close,
  .m-cart-addition .m-dropdown .a-icon-arrow-down-small {
    margin-top: 0;
  }
}

.m-cart-addition .m-dropdown .a-icon-close {
  display: inline-block;
  float: left;
}

.m-cart-addition .m-dropdown .a-icon-close.is-last-item {
  color: #CCCCCC;
}

.m-cart-addition .m-dropdown .a-icon-arrow-down-small {
  position: static;
  float: none;
  transform: none;
}

.m-cart-addition .remove {
  font-family: 'COS-Icons';
  font-weight: normal;
  position: absolute;
  cursor: pointer;
  font-size: 16px;
  top: 0;
  right: 0;
}

.m-cart-addition .total-section {
  text-align: right;
  margin-top: 17px;
}

@media (min-width: 1025px) {
  .m-cart-addition .total-section {
    margin-top: 0;
  }
}

.m-cart-addition .m-hazmat,
.m-cart-addition .brand {
  display: none;
}

.m-cart-addition.is-hazmat .m-hazmat {
  display: block;
  max-width: 465px;
  margin-top: 12px;
  padding-left: 39px;
}

@media (min-width: 768px) {
  .m-cart-addition.is-hazmat .m-hazmat {
    margin-top: 20px;
  }
}

.m-cart-addition.is-hazmat .m-hazmat .hazmat-label {
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .m-cart-addition.is-hazmat .m-hazmat .hazmat-label {
    margin-bottom: 5px;
  }
}

.m-cart-addition .has-max-items {
  padding-right: 36px;
}

.m-cart-addition .placeholder-wrapper {
  background-color: #e6e6e6;
  padding-bottom: 150%;
  width: 100%;
  position: relative;
}

.m-cart-addition .placeholder-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
}

.m-cart-addition .placeholder-wrapper img.is-hidden {
  display: inherit;
  opacity: 0;
}

.has-new-cart-item .m-cart-addition {
  display: inline-block;
}

.m-breadcrumb {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .m-breadcrumb {
    margin-bottom: 44px;
  }
}

@media (min-width: 1025px) {
  .m-breadcrumb {
    margin-bottom: 29px;
  }
}

.m-breadcrumb .a-heading-1 {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  display: inline;
}

.m-breadcrumb .a-link {
  display: inline-block;
  white-space: nowrap;
}

.m-breadcrumb .a-link:after {
  content: "/";
  padding: 0 5px;
}

.m-breadcrumb .a-link:last-child:after {
  content: "";
}

.m-change-country-lightbox {
  font-size: 12px;
  line-height: 17px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .m-change-country-lightbox {
    display: block;
  }
}

.m-change-country-lightbox .a-heading-2 {
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  font-size: inherit;
  margin-top: 5px;
}

.m-change-country-lightbox .a-paragraph {
  margin: 15px 0 35px;
}

.m-change-country-lightbox .a-button {
  min-width: 95px;
}

.m-change-country-lightbox .a-button.is-secondary {
  margin-bottom: 20px;
  float: left;
}

@media (min-width: 768px) {
  .m-change-country-lightbox .a-button.is-secondary {
    width: calc(50% - 5px);
    margin-bottom: 0;
  }
}

.m-change-country-lightbox .a-button.is-primary {
  float: right;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 768px) {
  .m-change-country-lightbox .a-button.is-primary {
    width: calc(50% - 5px);
  }
}

.m-change-country-lightbox.is-checkout .a-button.is-secondary {
  display: none;
}

.m-change-country-lightbox.is-checkout .a-button.is-primary {
  width: 100%;
}

.m-checkbox {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  min-width: 140px;
}

.m-checkbox .a-label:nth-child(n+3) {
  cursor: pointer;
  /*display: inline-block;*/
  width: calc(100% - 24px);
  padding-left: 10px;
}

.m-checkbox .a-label:nth-child(n+3)::first-letter {
  letter-spacing: 0.0825em;
  text-transform: uppercase;
}

.m-checkbox.has-error .a-label.js-a-input,
.m-checkbox .has-error .a-label.js-a-input {
  color: #DA441B;
  display: block;
  padding-left: 24px;
  padding-top: 4px;
}

.m-checkbox .a-link {
  white-space: nowrap;
}

.m-cookie-message {
  z-index: 3;
  background-color: #FFFFFF;
  position: fixed;
  display: none;
  padding: 13px 85px 26px 10px;
  bottom: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .m-cookie-message {
    border: 1px solid #E7E7E7;
    padding: 10px 92px 20px 10px;
    width: 382px;
    right: 6px;
    bottom: 6px;
  }
}

@media (min-width: 1025px) {
  .m-cookie-message {
    padding: 10px 218px 20px 10px;
    width: 640px;
    right: 11px;
    bottom: 11px;
  }
}

.m-cookie-message:before {
  content: '';
  width: calc(100% - 2 * 10px);
  position: absolute;
  left: 10px;
  background-color: #E7E7E7;
  top: 0;
  height: 1px;
}

@media (min-width: 768px) {
  .m-cookie-message:before {
    display: none;
  }
}

.m-cookie-message p {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .m-cookie-message p {
    font-size: 10px;
    letter-spacing: 0.04em;
  }
}

.m-cookie-message .a-icon-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .m-cookie-message .a-icon-close {
    right: 10px;
    top: 10px;
    font-size: 13px;
  }
}

.m-cookie-message a {
  color: #1B1B1B;
  cursor: pointer;
  text-decoration: underline;
}

.m-cookie-message a:hover {
  opacity: 0.7;
}

.m-cookie-message a .underline {
  position: relative;
}

.m-cookie-message a .underline:after {
  content: "";
  width: calc(100% - 0.05em);
  background-color: currentColor;
  height: 1px;
  position: absolute;
  bottom: 0.13em;
  left: 0;
}

.m-cookie-message a .underline:last-child:after {
  width: calc(100% - 0.04em);
}

.m-cookie-message a .underline-p,
.m-cookie-message a .underline-y,
.m-cookie-message a .underline-j,
.m-cookie-message a .underline-q {
  position: relative;
}

.m-cookie-message a .underline-p:after,
.m-cookie-message a .underline-y:after,
.m-cookie-message a .underline-j:after,
.m-cookie-message a .underline-q:after {
  content: "";
  width: calc(100% - 0.15em);
  background-color: currentColor;
  height: 1px;
  position: absolute;
  bottom: 0.13em;
  left: 0.1em;
}

.m-cookie-message a .underline-p:after {
  width: calc(100% - 0.26em);
  left: 0.30em;
}

.m-cookie-message a .underline-y:after {
  width: calc(100% - 0.325em);
  left: 0.325em;
}

.m-cookie-message a .underline-j:after {
  width: calc(100% - 0.225em);
  left: 0.225em;
}

.m-cookie-message a .underline-q:after {
  width: calc(100% - 0.18em);
  left: -0.1em;
}

.m-cookie-message a .underline-q + .underline:after {
  left: 0.1em;
  width: calc(100% - 0.215em);
}

.m-cookie-message.is-visible {
  display: block;
}

.m-cookie-message.is-visible .is-static {
  margin-bottom: 10px;
}

.m-country-select {
  margin-bottom: 12px;
  font-size: inherit;
  display: block;
}

.m-country-select .a-icon-bag,
.m-country-select .no-shipping {
  display: inline-block;
  margin-bottom: -5px;
  font-size: 12px;
  width: 20px;
}

.m-error span {
  font-size: 12px;
  line-height: 17px;
}

.m-dropdown {
  font-size: 12px;
  color: #999999;
  background-color: #E7E7E7;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 21px;
  position: relative;
  margin-bottom: 15px;
  display: block;
  text-transform: uppercase;
}

.m-dropdown input.js-input,
.m-dropdown .a-icon-close,
.m-dropdown .bottom-option {
  display: none;
}

.m-dropdown .placeholder {
  font-size: 12px;
  color: #1B1B1B;
  letter-spacing: 0.0825em;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  line-height: 21px;
  width: 100%;
  min-height: 30px;
  display: inline-block;
  padding: 8px 0 3px 13px;
  text-align: left;
  margin: 0;
}

.m-dropdown .placeholder:focus span {
  color: #1B1B1B;
}

.m-dropdown .a-icon-arrow-down-small {
  color: #CCCCCC;
  top: 7px;
  right: 8px;
  float: right;
  font-size: 17px;
  position: absolute;
  transform: rotate(180deg);
}

.m-dropdown .a-icon-arrow-down-small:before {
  content: "";
}

.m-dropdown ul {
  width: 100%;
}

.m-dropdown .list-wrapper {
  background-color: #E7E7E7;
  display: none;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 208px;
}

.m-dropdown .a-option {
  padding: 6px 9px 1px 13px;
}

.m-dropdown .a-option:hover {
  background-color: #E0E0E0;
}

.m-dropdown .a-option .option-name.is-selected {
  color: #1B1B1B;
}

.m-dropdown .a-option .option-name.is-selected + .option-count {
  color: #1B1B1B;
}

.m-dropdown .error-msg {
  display: none;
}

.m-dropdown.has-error:not(.is-filled) .error-msg {
  font-size: 12px;
  line-height: 17px;
  background-color: transparent;
  color: #DA441B;
  display: inline-block;
  padding-top: 7px;
  text-transform: none;
}

.m-dropdown.has-error:not(.is-filled):not(.is-open) .placeholder {
  box-shadow: inset 0 -1px 0 0 #DA441B;
}

.m-dropdown.is-open {
  z-index: 1;
}

.m-dropdown.is-open .a-icon-arrow-down-small {
  transform: none;
}

.m-dropdown.is-open .list-wrapper {
  display: block;
}

.m-dropdown.pdp-dropdown {
  border: 1px solid #E7E7E7;
  background-color: #FFFFFF;
  letter-spacing: 0.0825em;
  z-index: initial;
  width: 100%;
  line-height: 14px;
}

@media (min-width: 768px) {
  .m-dropdown.pdp-dropdown {
    width: 83%;
  }
  .m-dropdown.pdp-dropdown .list-wrapper .options .a-option.size-det-list{
    padding: 12px 8px;
    color: #454545;
    text-align: center;
  }
}

@media (min-width: 1025px) {
  .m-dropdown.pdp-dropdown {
    width: 65%;
  }
}

.m-dropdown.pdp-dropdown .a-image {
  border: 1px solid #E7E7E7;
  height: 28px;
  width: 28px;
  margin: 7px 0 2px 7px;
  display: inline-block;
}

@media (min-width: 768px) {
  .m-dropdown.pdp-dropdown .a-image {
    margin: 5px 0 0 6px;
  }
}

@media (min-width: 1025px) {
  .m-dropdown.pdp-dropdown .a-image {
    margin-bottom: 3px;
  }
}

.m-dropdown.pdp-dropdown .placeholder {
  position: absolute;
  padding: 12px 0 0 13px;
  height: 100%;
  cursor: pointer;
  width: calc(100% - 35px);
}

@media (min-width: 768px) {
  .m-dropdown.pdp-dropdown .placeholder {
    padding: 10px 0 0 8px;
    width: calc(100% - 34px);
  }
}

@media (min-width: 1025px) {
  .m-dropdown.pdp-dropdown .placeholder {
    padding: 12px 0 0 13px;
  }
}

.m-dropdown.pdp-dropdown .placeholder.is-sold-out,
.m-dropdown.pdp-dropdown .placeholder.is-coming-soon {
  color: #E7E7E7;
}

.m-dropdown.pdp-dropdown .placeholder.is-sold-out:before {
  content: " ";
  position: absolute;
  top: 61%;
  left: 2px;
  width: 36px;
  height: 1px;
  background-color: #FFFFFF;
  transform: rotate(135deg);
}

.m-dropdown.pdp-dropdown .list-wrapper {
  background-color: #FFFFFF;
  border-top: 1px solid #E7E7E7;
  z-index: 25;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  max-height: none;
  padding-top: 15px;
}

@media (min-width: 768px) {
  .m-dropdown.pdp-dropdown .list-wrapper {
    border: 1px solid #E7E7E7;
    position: absolute;
    height: inherit;
    overflow-y: auto;
    overflow-x: auto;
    max-height: 255px;
    bottom: auto;
    left: -1px;
    width: calc(100% + 2px);
    -webkit-overflow-scrolling: touch;
    padding-top: 0;
  }
}

@media (min-width: 1025px) {
  .m-dropdown.pdp-dropdown .list-wrapper {
    max-height: 245px;
  }
}

.m-dropdown.pdp-dropdown .list-wrapper .options {
  overflow: auto;
  max-height: 312px;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
  .m-dropdown.pdp-dropdown .list-wrapper .options {
    overflow: visible;
    max-height: none;
  }
}

.m-dropdown.pdp-dropdown .list-wrapper .options .a-option {
  padding: 0;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .m-dropdown.pdp-dropdown .list-wrapper .options .a-option {
    border-bottom: 1px solid #E7E7E7;
  }
  .m-dropdown.pdp-dropdown .list-wrapper .options .a-option:last-child {
    border-bottom: none;
    padding-bottom: 2px;
  }
}

.m-dropdown.pdp-dropdown .list-wrapper .options .a-option.is-selected {
  background-color: #EEEEEE;
}

.m-dropdown.pdp-dropdown .list-wrapper .options .a-option.is-disabled .color-name,
.m-dropdown.pdp-dropdown .list-wrapper .options .a-option.is-sold-out .color-name,
.m-dropdown.pdp-dropdown .list-wrapper .options .a-option.is-coming-soon .color-name {
  color: #E7E7E7;
}

.m-dropdown.pdp-dropdown .list-wrapper .options .a-option.is-coming-soon.is-sold-out:before {
  height: 0;
  width: 0;
}

.m-dropdown.pdp-dropdown .list-wrapper .options .a-option.is-sold-out:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 36px;
  height: 1px;
  background-color: #FFFFFF;
  transform: rotate(135deg);
}

.m-dropdown.pdp-dropdown .list-wrapper .options .a-option.is-disabled {
  cursor: default;
}

.m-dropdown.pdp-dropdown .list-wrapper .options .a-option.is-active {
  display: none;
}

.m-dropdown.pdp-dropdown .list-wrapper .options .a-option .color-name {
  color: #1B1B1B;
  position: absolute;
  top: 17px;
  padding-left: 13px;
  white-space: nowrap;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .m-dropdown.pdp-dropdown .list-wrapper .options .a-option .color-name {
    top: 14px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .m-dropdown.pdp-dropdown .list-wrapper .options .a-option .color-name {
    top: 18px;
    padding-left: 13px;
  }
}

.m-dropdown.pdp-dropdown .list-wrapper .bottom-option {
  color: #1B1B1B;
  border-top: 1px solid #E7E7E7;
  background-color: #FFFFFF;
  z-index: 25;
  display: block;
  padding: 20px 0 16px;
  text-align: center;
  bottom: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .m-dropdown.pdp-dropdown .list-wrapper .bottom-option {
    display: none;
  }
}

.m-dropdown.pdp-dropdown .a-icon-arrow-down-small {
  color: #1B1B1B;
  top: 13px;
}

@media (min-width: 768px) {
  .m-dropdown.pdp-dropdown .a-icon-arrow-down-small {
    top: 11px;
  }
}

.m-dropdown.pdp-dropdown .a-icon-arrow-down-small.hide_arrow {
  display: none;
}

.m-dropdown.is-one-item .placeholder,
.m-dropdown.is-one-item .placeholder-image {
  cursor: default;
}

.m-dropdown.is-one-item .a-icon-arrow-down-small {
  display: none;
}

.m-dropdown.filter-dropdown {
  border-bottom: 1px solid #E0E0E0;
  background-color: transparent;
  color: #999999;
  width: 100%;
  padding: 0;
  margin-bottom: 14px;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 1025px) {
  .m-dropdown.filter-dropdown {
    border: none;
    margin-bottom: 0;
  }
}

.m-dropdown.filter-dropdown .list-wrapper {
  background-color: #FFFFFF;
  border: none;
  position: static;
  max-height: none;
  height: auto;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .m-dropdown.filter-dropdown .list-wrapper {
    border: 1px solid #E7E7E7;
    border-right: none;
    position: absolute;
    padding: 12px 12px 10px;
    width: 150px;
    max-width: 150px;
    max-height: 324px;
    overflow-y: auto;
  }
  .m-dropdown.filter-dropdown .list-wrapper:after {
    background-color: #E7E7E7;
    position: absolute;
    display: block;
    height: 100%;
    content: "";
    width: 1px;
    right: 0;
    top: 0;
  }
}

.m-dropdown.filter-dropdown .list-wrapper .options {
  letter-spacing: 0.04em;
}

.m-dropdown.filter-dropdown .list-wrapper .options .error-message {
  padding: 10px 60px 0 0;
  display: block;
}

@media (min-width: 1025px) {
  .m-dropdown.filter-dropdown .list-wrapper .options .error-message {
    padding: 2px 0 0;
  }
}

.m-dropdown.filter-dropdown .list-wrapper .options .a-option {
  line-height: 15px;
  text-transform: capitalize;
  padding: 15px 0 3px;
}

@media (min-width: 1025px) {
  .m-dropdown.filter-dropdown .list-wrapper .options .a-option {
    padding: 7px 0 3px;
  }
  .m-dropdown.filter-dropdown .list-wrapper .options .a-option:first-child {
    padding: 3px 0 3px;
  }
}

.m-dropdown.filter-dropdown .list-wrapper .options .a-option:hover {
  background-color: transparent;
  color: #1B1B1B;
}

.m-dropdown.filter-dropdown .list-wrapper .options .a-option.is-active {
  color: #1B1B1B;
}

.m-dropdown.filter-dropdown .list-wrapper .options .a-option.is-selected {
  color: #1B1B1B;
}

.m-dropdown.filter-dropdown .list-wrapper .options li:first-child .m-checkbox {
  padding: 7px 0 0;
}

@media (min-width: 1025px) {
  .m-dropdown.filter-dropdown .list-wrapper .options li:first-child .m-checkbox {
    padding: 3px 0 0;
  }
}

.m-dropdown.filter-dropdown .list-wrapper .options .m-checkbox {
  padding: 15px 0 0;
  min-width: initial;
}

@media (min-width: 1025px) {
  .m-dropdown.filter-dropdown .list-wrapper .options .m-checkbox {
    padding: 8px 0 0;
  }
}

.m-dropdown.filter-dropdown .list-wrapper .options .m-checkbox .custom-box {
  width: 30px;
  height: 30px;
}

@media (min-width: 1025px) {
  .m-dropdown.filter-dropdown .list-wrapper .options .m-checkbox .custom-box {
    width: 14px;
    height: 14px;
  }
}

.m-dropdown.filter-dropdown .list-wrapper .options .m-checkbox .a-label:last-child {
  text-transform: uppercase;
  width: calc(100% - 40px);
  margin-top: 9px;
}

@media (min-width: 1025px) {
  .m-dropdown.filter-dropdown .list-wrapper .options .m-checkbox .a-label:last-child {
    margin-top: 1px;
    width: calc(100% - 24px);
  }
}

.m-dropdown.filter-dropdown .list-wrapper .options .m-checkbox .a-checkbox:checked ~ .a-label {
  color: #1B1B1B;
}

.m-dropdown.filter-dropdown .list-wrapper .options .m-checkbox .a-checkbox:checked + .custom-box {
  background-size: 15px;
}

@media (min-width: 1025px) {
  .m-dropdown.filter-dropdown .list-wrapper .options .m-checkbox .a-checkbox:checked + .custom-box {
    background-size: 8px;
  }
}

.m-dropdown.filter-dropdown .list-wrapper .options .m-checkbox .b-checkbox:checked ~ .a-label {
  color: #1B1B1B;
}

.m-dropdown.filter-dropdown .list-wrapper .options .m-checkbox .b-checkbox:checked + .custom-box {
  background-size: 15px;
}

@media (min-width: 1025px) {
  .m-dropdown.filter-dropdown .list-wrapper .options .m-checkbox .b-checkbox:checked + .custom-box {
    background-size: 8px;
  }
}

.m-dropdown.filter-dropdown .list-wrapper .options .m-checkbox:hover {
  color: #1B1B1B;
}

.m-dropdown.filter-dropdown .a-icon-arrow-down-small {
  color: inherit;
  top: 0;
  right: 0;
}

.m-dropdown.filter-dropdown .a-icon-arrow-down-small:before {
  content: "";
}

@media (min-width: 1025px) {
  .m-dropdown.filter-dropdown .a-icon-arrow-down-small {
    font-size: 15px;
    top: -1px;
    right: -17px;
  }
  .m-dropdown.filter-dropdown .a-icon-arrow-down-small:before {
    content: "";
  }
}

.m-dropdown.filter-dropdown.is-open {
  padding-bottom: 17px;
}

@media (min-width: 1025px) {
  .m-dropdown.filter-dropdown.is-open {
    border: none;
    padding-bottom: 0;
  }
}

.m-dropdown.filter-dropdown.is-open .a-icon-close {
  display: none;
}

.m-dropdown.filter-dropdown.is-open .placeholder {
  min-height: initial;
}

.m-dropdown.filter-dropdown .placeholder {
  border: none;
  color: inherit;
  letter-spacing: 0.04em;
  text-transform: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  min-height: 32px;
  white-space: nowrap;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1025px) {
  .m-dropdown.filter-dropdown .placeholder {
    border-bottom: 1px solid transparent;
    letter-spacing: 0.0825em;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 16px;
    min-height: 0;
    max-width: 116px;
  }
}

.m-dropdown.filter-dropdown .placeholder .value-label {
  color: #999999;
  padding-left: 6px;
}

@media (min-width: 1025px) {
  .m-dropdown.filter-dropdown .placeholder .value-label {
    color: inherit;
    padding: 0;
  }
}

.m-dropdown.filter-dropdown:hover .a-icon-arrow-down-small,
.m-dropdown.filter-dropdown:hover:before,
.m-dropdown.filter-dropdown.is-filled .a-icon-arrow-down-small,
.m-dropdown.filter-dropdown.is-filled:before {
  color: #1B1B1B;
}

.m-dropdown.filter-dropdown:hover .placeholder span,
.m-dropdown.filter-dropdown.is-filled .placeholder span {
  color: #1B1B1B;
}

.m-dropdown.filter-dropdown:hover .placeholder .value-label,
.m-dropdown.filter-dropdown.is-filled .placeholder .value-label {
  color: inherit;
}

.m-dropdown.filter-dropdown:hover .placeholder .value-label:before,
.m-dropdown.filter-dropdown.is-filled .placeholder .value-label:before {
  content: " / ";
}

@media (min-width: 1025px) {
  .m-dropdown.filter-dropdown:hover .placeholder .value-label,
.m-dropdown.filter-dropdown.is-filled .placeholder .value-label {
    color: #1B1B1B;
  }
}

.m-dropdown.filter-dropdown:not(.style-dropdown) .list-wrapper .options .m-checkbox {
  width: 49%;
  display: inline-block;
  padding: 7px 0 0;
}

.m-dropdown.filter-dropdown:not(.style-dropdown) .list-wrapper .options .m-checkbox:nth-child(n+3) {
  padding: 15px 0 0;
}

@media (min-width: 1025px) {
  .m-dropdown.filter-dropdown:not(.style-dropdown) .list-wrapper .options .m-checkbox:nth-child(n+3) {
    padding: 8px 0 0;
  }
}

@media (min-width: 1025px) {
  .m-dropdown.filter-dropdown:not(.style-dropdown) .list-wrapper .options .m-checkbox {
    width: auto;
    display: block;
  }
  .m-dropdown.filter-dropdown:not(.style-dropdown) .list-wrapper .options .m-checkbox:first-child {
    padding: 3px 0 0;
  }
}

.m-dropdown.filter-dropdown.departments-filter.is-filled .placeholder .value-label {
  color: #1B1B1B;
}

.m-dropdown.filter-dropdown.departments-filter .placeholder:before {
  content: "";
}

.m-dropdown.filter-dropdown.departments-filter .placeholder:before {
  font-family: 'COS-Icons';
  font-weight: normal;
  font-size: 17px;
  position: absolute;
  top: -1px;
  right: 0;
}

@media (min-width: 1025px) {
  .m-dropdown.filter-dropdown.departments-filter .placeholder:before {
    top: -2px;
    right: -15px;
    font-size: 12px;
  }
}

.m-dropdown.filter-dropdown.departments-filter .placeholder:hover:before,
.m-dropdown.filter-dropdown.departments-filter .placeholder.is-filled:before {
  color: #1B1B1B;
}

.m-dropdown.filter-dropdown.departments-filter .placeholder.is-open:before {
  content: "";
}

.m-dropdown.filter-dropdown.departments-filter .placeholder .value-label {
  padding-left: 0;
}

.m-dropdown.filter-dropdown.departments-filter .list-wrapper {
  padding-left: 25px;
}

@media (min-width: 1025px) {
  .m-dropdown.filter-dropdown.departments-filter .list-wrapper {
    padding-left: 12px;
  }
}

.m-dropdown.filter-dropdown.departments-filter .a-icon-arrow-down-small {
  display: none;
}

.m-filter-badge {
  border: 1px solid #E7E7E7;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.m-filter-badge span {
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  float: left;
  padding: 5px 0 1px 5px;
}

.m-filter-badge span.primary-text,
.m-filter-badge span.triangle {
  display: none;
}

.m-filter-badge .close {
  font-family: 'COS-Icons';
  font-weight: normal;
  padding: 3px;
  cursor: pointer;
}

.m-filter-badge .close:before {
  content: "";
}

.m-free-tile {
  color: #1B1B1B;
  font-size: 12px;
  line-height: 17px;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  width: 100%;
}

.m-free-tile .a-picture {
  margin-bottom: 15px;
  display: block;
}

.m-free-tile .a-picture:last-child {
  margin-bottom: 0;
}

.m-free-tile .a-picture img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  vertical-align: top;
}

.m-free-tile .a-picture .placeholder-wrapper {
  background-color: #e6e6e6;
  padding-bottom: 150%;
}

.m-free-tile .a-picture .placeholder-wrapper img {
  height: auto;
}

.m-free-tile .headline-preamble-wrapper {
  display: inline-block;
}

.m-free-tile .headline-preamble-wrapper a {
  text-decoration: none;
  color: inherit;
}

.m-free-tile .headline-preamble-wrapper + .cta-wrapper {
  margin-top: 13px;
}

.m-free-tile .a-heading-2 {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.m-free-tile .a-heading-2:first-child {
  margin-bottom: 15px;
}

.m-free-tile .a-heading-2.q-mega,
.m-free-tile .a-heading-2.q-giga,
.m-free-tile .a-heading-2.q-peta {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
}

.m-free-tile .cta-wrapper .cta-link {
  text-decoration: underline;
  color: inherit;
}

.m-free-tile .cta-wrapper .cta-link + .cta-link {
  margin-left: 19px;
}

.m-free-tile.is-curated-sdp {
  padding-bottom: 150%;
  position: relative;
}

.m-free-tile.is-curated-sdp .text-content {
  position: absolute;
  padding: 24px;
  width: 100%;
}

.m-hazmat {
  padding-left: 50px;
  position: relative;
  display: block;
}

.m-hazmat:before {
  content: "";
}

.m-hazmat:before {
  font-family: 'COS-Icons';
  font-weight: normal;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.m-hazmat .hazmat-label {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
  display: inline-block;
  vertical-align: top;
}

.m-hazmat .hazmat-label .a-link {
  text-decoration: underline;
}

.m-info-box {
  z-index: 1;
  border-bottom: 1px solid #E7E7E7;
  position: relative;
  width: 100%;
  padding-top: 28px;
}

@media (min-width: 768px) {
  .m-info-box {
    border: none;
    background-color: #FFFFFF;
    width: 250px;
    transform: translateY(-50%);
    padding-top: 30px;
    top: 50%;
    right: 18px;
    padding-left: 18px;
    position: absolute;
  }
}

@media (min-width: 1025px) {
  .m-info-box {
    width: 254px;
    right: 44px;
    transform: none;
    top: 40px;
  }
}

@media (min-width: 768px) {
  .m-info-box .scroll-wrapper {
    overflow: hidden;
    overflow-y: auto;
    height: 268px;
  }
}

@media (min-width: 1025px) {
  .m-info-box .scroll-wrapper {
    height: auto;
    max-height: 377px;
    margin-right: 7px;
  }
}

.m-info-box .topic {
  padding-right: 10px;
}

.m-info-box .a-icon-close {
  right: -6px;
  top: 17px;
  position: absolute;
  cursor: pointer;
  font-size: 15px;
}

@media (min-width: 768px) {
  .m-info-box .a-icon-close {
    top: 6px;
    right: 0;
  }
}

@media (min-width: 1025px) {
  .m-info-box .a-icon-close {
    top: 7px;
    right: 7px;
  }
}

.m-informative-section p,
.m-informative-section h3 {
  color: #1B1B1B;
  font-size: 12px;
  line-height: 17px;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
}

.m-informative-section p {
  margin-bottom: 23px;
}

.m-informative-section p:nth-child(n+3) {
  margin-bottom: 35px;
}

.m-informative-section p .a-link {
  text-decoration: underline;
  white-space: nowrap;
}

.m-informative-section h3 {
  letter-spacing: 0.0825em;
  text-transform: uppercase;
}

.m-input {
  width: 100%;
  overflow: hidden;
  padding: 4px 0;
}

.m-input:last-child {
  padding-bottom: 0;
}

.m-input .a-label {
  font-size: 12px;
  line-height: 17px;
  color: #1B1B1B;
  display: block;
}

.m-input .a-label:first-child {
  padding-bottom: 1px;
}

.m-input .a-label:last-of-type {
  color: #CCCCCC;
  padding-top: 7px;
}

.m-input.is-active .a-input {
  box-shadow: inset 0 -1px 0 0 #1B1B1B;
}

.m-input.has-error .a-input {
  box-shadow: inset 0 -1px 0 0 #DA441B;
}

.m-input.has-error .a-label:last-of-type {
  color: #DA441B;
}

.m-input.is-readonly .a-input {
  background: none;
}

.m-input.is-readonly.is-active .a-input {
  pointer-events: none;
  box-shadow: none;
}

.m-input.password {
  position: relative;
}

.m-input.password.has-error .help-text.is-visible {
  margin-top: 1px;
}

.m-input.password .a-input {
  padding-right: 45px;
}

.m-input.password .help-text {
  display: none;
}

.m-input.password .help-text.is-visible {
  display: block;
  font-size: 0;
  margin-top: 8px;
  text-align: left;
}

.m-input.password .help-text .help-tip {
  font-size: 12px;
  line-height: 17px;
  color: #CCCCCC;
  margin-right: 10px;
  display: inline;
  line-height: 15px;
}

.m-input.password .help-text .help-tip:first-child {
  display: block;
}

.m-input.password .help-text .help-tip:last-child {
  margin-right: 0;
}

.m-input.password .help-text .help-tip.passed {
  color: #1B1B1B;
}

.m-input.password .help-text .help-tip.passed:after {
  content: '';
  display: inline-block;
  width: 3px;
  height: 7px;
  border: solid #1B1B1B;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  margin-left: 5px;
}

.m-input.password .help-text .help-tip.has-error {
  color: #DA441B;
}

.m-input.password .toggle-password-state {
  color: #1B1B1B;
  font-size: 12px;
  line-height: 17px;
  position: absolute;
  top: 31px;
  right: 15px;
}

.m-input-phone-number .input-phone-number {
  width: calc(100% - 78px);
  margin-left: 10px;
}

@media (min-width: 768px) {
  .m-input-phone-number .input-phone-number {
    width: calc(100% - 60px);
  }
}

.m-input-phone-number .a-label:last-child {
  left: 63px;
}

.m-link-toggle .m-link-toggle-block {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.15s ease-out;
}

.m-link-toggle.is-visible .m-link-toggle-block {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
}

.m-link-toggle.is-visible .m-input {
  margin: 0;
}

.m-notification {
  z-index: 24;
  background-color: #CCCCCC;
  color: #FFFFFF;
  display: block;
  padding: 10px 0;
  width: 100%;
  top: 0;
  position: relative;
}

@media (min-width: 768px) {
  .m-notification {
    padding: 10px 0;
  }
}

.m-notification .a-paragraph {
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  font-size: 0.813rem;
  letter-spacing: 0.04em;
  line-height: 14px;
  padding: 3px 15px 0;
}

.m-notification ~ .q-margin-notification {
  margin: 0;
}

@media (min-width: 768px) {
  .m-notification ~ .q-margin-notification {
    margin: 0;
  }
}

.m-order-summary-row {
  font-size: 12px;
  line-height: 17px;
  padding-bottom: 20px;
}

.m-order-summary-row .product-image,
.m-order-summary-row .product-info,
.m-order-summary-row .product-separator,
.m-order-summary-row .product-param-info,
.m-order-summary-row .product-item-info,
.m-order-summary-row .product-param-spacer,
.m-order-summary-row .product-param-price {
  float: left;
}

.m-order-summary-row .product-image {
  width: 85px;
}

.m-order-summary-row .product-image img {
  width: 100%;
}

.m-order-summary-row .product-info {
  position: relative;
  width: calc(100% - 85px);
  padding-left: 8px;
}

@media (min-width: 1025px) {
  .m-order-summary-row .product-info {
    padding-left: 0;
  }
}

.m-order-summary-row .product-info .product-param-info.first {
  width: 16.66667%;
  padding-right: 4px;
  padding-left: 4px;
  min-width: 60px;
}

@media (min-width: 768px) {
  .m-order-summary-row .product-info .product-param-info.first {
    width: 25%;
    padding-right: 6px;
    padding-left: 6px;
    min-width: auto;
  }
}

.m-order-summary-row .product-info .product-param-info.second {
  width: 50%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .m-order-summary-row .product-info .product-param-info.second {
    width: 75%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .m-order-summary-row .product-info .product-param-info.first,
.m-order-summary-row .product-info .product-param-info.second {
    width: 22.22222%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.m-order-summary-row .product-info .product-param-price {
  width: 33.33333%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .m-order-summary-row .product-info .product-param-price {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .m-order-summary-row .product-info .product-param-price {
    width: 22.22222%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.m-order-summary-row .product-info .product-item-info {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .m-order-summary-row .product-info .product-item-info {
    width: 100%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .m-order-summary-row .product-info .product-item-info {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.m-order-summary-row .product-info .product-param-spacer {
  clear: both;
  height: 1px;
  list-style-type: none;
}

@media (min-width: 1025px) {
  .m-order-summary-row .product-info .product-param-spacer {
    width: 11.11111%;
    padding-right: 10px;
    padding-left: 10px;
    clear: none;
  }
}

.m-order-summary-row .product-params div {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.m-order-summary-row .product-separator {
  width: 100%;
}

.m-order-summary-row .product-item-info {
  padding-bottom: 17px;
}

@media (min-width: 1025px) {
  .m-order-summary-row .product-item-info {
    padding-bottom: 59px;
  }
}

.m-order-summary-row .product-item-info .product-details {
  position: relative;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
}

.m-order-summary-row .product-item-info .product-details .product-marker,
.m-order-summary-row .product-item-info .product-details .product-brand,
.m-order-summary-row .product-item-info .product-details .product-article {
  display: none;
}

.m-order-summary-row .product-param-price.fourth .product-qty-symbol {
  display: none;
}

.m-order-summary-row .product-param-price.fourth .product-qty {
  width: 16.66667%;
  padding-right: 4px;
  padding-left: 4px;
  position: absolute;
  top: 67px;
  left: 20px;
  line-height: 17px;
  min-width: 60px;
}

@media (min-width: 1025px) {
  .m-order-summary-row .product-param-price.fourth .product-qty {
    left: 36px;
    top: 108px;
    padding-left: 0;
  }
}

.m-order-summary-row .product-param-price.fourth {
  text-align: right;
  float: right;
}

@media (min-width: 1025px) {
  .m-order-summary-row .product-param-price.fourth {
    float: left;
  }
}

.m-order-summary-row .product-param-price.third,
.m-order-summary-row .product-param-price.fourth {
  margin-top: 17px;
}

@media (min-width: 768px) {
  .m-order-summary-row .product-param-price.third,
.m-order-summary-row .product-param-price.fourth {
    padding-right: 0;
  }
}

@media (min-width: 1025px) {
  .m-order-summary-row .product-param-price.third,
.m-order-summary-row .product-param-price.fourth {
    margin-top: 0;
  }
}

.m-order-summary-row .product-param-price.third .product-discount,
.m-order-summary-row .product-param-price.fourth .product-discount {
  color: #F28860;
}

.m-order-summary-row .separator {
  background-color: #E0E0E0;
  height: 1px;
  width: 100%;
  margin-top: 14px;
}

.m-order-status span {
  display: none;
}

.m-order-status .order-progress {
  display: block;
}

.m-order-status .order-progress .line {
  display: none;
}

.m-order-status .order-progress .line:nth-child(-n+1) {
  display: inline;
}

.m-order-status.is-in-progress .line:nth-child(-n+2) {
  display: inline;
}

.m-order-status.is-in-progress .line:nth-child(-n+1) {
  display: none;
}

.m-order-status.is-shipped .line:nth-child(-n+3) {
  display: inline;
}

.m-order-status.is-shipped .line:nth-child(-n+2) {
  display: none;
}

.m-order-status.is-delivered .line:nth-child(-n+4) {
  display: inline;
}

.m-order-status.is-delivered .line:nth-child(-n+3) {
  display: none;
}

.m-order-status.is-canceled span,
.m-order-status.is-delivered span,
.m-order-status.is-returned span {
  font-size: 12px;
  line-height: 17px;
  display: inline-block;
}

.m-order-status.is-canceled .order-progress,
.m-order-status.is-delivered .order-progress,
.m-order-status.is-returned .order-progress {
  display: none;
}

.m-product-image {
  position: relative;
}

.m-product-image .a-image {
  display: block;
}

.m-product-image .hover-image {
  display: none;
}

.m-product-image.is-hover .default-image {
  display: none;
}

.m-product-image.is-hover .hover-image {
  display: block;
}

.m-product-marker .marker-text {
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
}

.m-product-marker .promo-marker {
  color: #F28860;
}

.m-product-marker .promo-marker .promo-infobox .a-paragraph {
  color: #1B1B1B;
}

.m-product-marker .product-marker {
  color: #B89977;
}

.m-product-price {
  font-size: 12px;
  line-height: 17px;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  display: block;
  max-width: 162px;
}

.m-product-price span.is-deprecated {
  text-decoration: line-through;
  margin-right: 7px;
  display: inline-block;
}

.m-product-price span.is-reduced {
  color: #F28860;
  display: inline-block;
}

.m-radio-button .a-label {
  cursor: pointer;
}

.m-radio-button .a-label.label-text {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  vertical-align: text-bottom;
  display: inline-block;
  width: calc(100% - 24px);
  padding-left: 10px;
  margin-top: 0;
}

html.no-touchevents .m-radio-button .a-label.label-text {
  margin-top: 1px;
}

html.no-touchevents .m-product-zoom {
  overflow: auto;
}

.m-product-zoom {
  background-color: #FFFFFF;
  z-index: 25;
  transition: opacity 200ms ease;
  display: none;
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
}

.m-product-zoom.is-visible {
  display: block;
}

.m-product-zoom.full-opacity {
  opacity: 1;
}

.m-product-zoom .img-wrapper {
  position: relative;
}

.m-product-zoom .img-wrapper .a-image {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .m-product-zoom .img-wrapper .a-image {
    width: 100%;
  }
}

.m-product-zoom .o-slider {
  max-width: none;
}

.m-product-zoom .o-slider .swiper-wrapper {
  padding-bottom: 0;
}

.m-product-zoom .o-slider .swiper-slide {
  margin: 0;
}

.m-product-zoom .swiper-arrow {
  position: fixed;
  top: calc(50% - 34px);
}

.m-product-zoom .swiper-arrow.swiper-next,
.m-product-zoom .swiper-arrow.swiper-prev {
  font-family: 'COS-Icons';
  font-weight: normal;
  z-index: 1;
  position: fixed;
  font-size: 28px;
  cursor: pointer;
}

.m-product-zoom .swiper-arrow.swiper-next {
  right: 9px;
}

.m-product-zoom .swiper-arrow.swiper-next:before {
  content: "";
}

@media (min-width: 1025px) {
  .m-product-zoom .swiper-arrow.swiper-next {
    right: 22px;
  }
}

.m-product-zoom .swiper-arrow.swiper-prev {
  left: 9px;
}

.m-product-zoom .swiper-arrow.swiper-prev:before {
  content: "";
}

@media (min-width: 1025px) {
  .m-product-zoom .swiper-arrow.swiper-prev {
    left: 22px;
  }
}

.m-product-zoom .a-icon-close {
  z-index: 20;
  cursor: pointer;
  position: fixed;
  top: 15px;
  right: 15px;
}

@media (min-width: 768px) {
  .m-product-zoom .a-icon-close {
    top: 25px;
    right: 25px;
  }
}

.m-search {
  font-size: 16px;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #E7E7E7;
  display: inline-block;
  vertical-align: top;
  line-height: 22px;
  height: 50px;
  padding-top: 9px;
  padding-bottom: 3px;
  top: 0;
  left: 12px;
  cursor: pointer;
  position: absolute;
  width: calc(100% - 24px);
}

@media (min-width: 768px) {
  .m-search {
    height: 49px;
    padding-top: 0;
    padding-bottom: 4px;
    left: calc(12px / 2 + 14px);
    width: calc(100% - 40px);
  }
}

@media (min-width: 1151px) {
  .m-search {
    border: none;
    padding-bottom: 0;
    height: auto;
    width: auto;
    float: right;
    position: static;
  }
}

.m-search .a-icon-search {
  padding: 7px 10px 9px 7px;
  display: inline-block;
  line-height: 27px;
  position: absolute;
  top: calc(50% + 3px);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .m-search .a-icon-search {
    font-size: 27px;
  }
}

@media (min-width: 1151px) {
  .m-search .a-icon-search {
    position: static;
    top: 0;
    transform: none;
    font-size: 14px;
    padding-top: 0px;
    line-height: 15px;
    float: right;
  }
  .m-search .a-icon-search span {
    display: inline-block;
  }
}

.m-search .a-input {
  background-color: transparent;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 21px;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  display: inline-block;
  width: 85%;
  margin-top: 5px;
  margin-left: 18px;
}

.m-search .a-input:-ms-input-placeholder {
  color: #CCCCCC;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  text-indent: 3px;
}

.m-search .a-input::placeholder {
  color: #CCCCCC;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  text-indent: 3px;
}

@media (min-width: 768px) {
  .m-search .a-input {
    font-size: 13px;
    line-height: 18px;
    margin-top: 10px;
  }
}

@media (min-width: 1151px) {
  .m-search .a-input {
    margin-top: 0;
    margin-left: 0;
  }
}

.m-search .clear-button {
  font-size: 13px;
  line-height: 18px;
  color: #CCCCCC;
  display: none;
  position: absolute;
  top: 18px;
  right: 0;
}

.m-search.gradient-visible:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 25px;
  left: 28px;
  top: 14px;
  background: linear-gradient(to right,
#FFFFFF,
rgba(255,
255,
255,
0));
}

.m-search.clear-visible .clear-button {
  display: block;
}

@media (min-width: 1151px) {
  .m-search.clear-visible .clear-button {
    display: none;
  }
}

.m-site-banner {
  z-index: 24;
  background-color: #999999;
  color: #FFFFFF;
  width: 100%;
  position: relative;
}

.m-site-banner .a-paragraph {
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 16px;
  text-align: center;
}

.m-site-banner .a-paragraph.site-banner-desktop {
  display: none;
}

@media (min-width: 768px) {
  .m-site-banner .a-paragraph.site-banner-desktop {
    display: block;
  }
}

.m-site-banner .a-paragraph.site-banner-desktop.is-richtext a [class^="underline"]:after {
  bottom: 0.01em;
}

.m-site-banner .a-paragraph.site-banner-desktop.is-richtext a:hover [class^="underline"]:after {
  height: 0;
}

.m-site-banner .a-paragraph.site-banner-mobile {
  display: block;
}

@media (min-width: 768px) {
  .m-site-banner .a-paragraph.site-banner-mobile {
    display: none;
  }
}

.m-site-banner .a-paragraph a {
  color: inherit;
}

.m-site-banner ~ .q-margin-notification {
  margin: 0;
}

@media (min-width: 768px) {
  .m-site-banner ~ .q-margin-notification {
    margin: 0;
  }
}

.m-swatches {
  float: left;
  max-width: 108px;
  margin-bottom: 40px;
}

.m-swatches .a-swatch:only-child {
  display: none;
}

.m-swatches .a-swatch .sold-out {
  font-size: 12px;
  line-height: 17px;
}

.m-teaser.blog-teaser {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .m-teaser.blog-teaser {
    width: 83.33333%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .m-teaser.blog-teaser {
    width: 66.66667%;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 900px;
  }
}

.m-teaser.blog-teaser .a-heading-1:not(.fixed-size),
.m-teaser.blog-teaser .a-paragraph:not(.fixed-size) {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 21px;
  margin: 25px 0 0;
}

@media (min-width: 768px) {
  .m-teaser.blog-teaser .a-heading-1:not(.fixed-size),
  .m-teaser.blog-teaser .a-paragraph:not(.fixed-size) {
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 26px;
  }
}

.m-teaser.blog-teaser .a-heading-1 .a-link,
.m-teaser.blog-teaser .a-paragraph .a-link {
  text-decoration: none;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.m-teaser.blog-teaser .a-link {
  text-decoration: underline;
  margin-top: 11px;
  display: block;
}

.m-teaser.blog-teaser .a-link:not(.fixed-size) {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 19px;
}

.m-teaser.blog-teaser .location-text {
  margin-top: 33px;
  display: block;
}

.m-teaser.blog-teaser .location-text:not(.fixed-size) {
  font-size: 11px;
  line-height: 16px;
  color: #999999;
}

.u-clearfix::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.u-no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.m-tablist {
  margin: 0 0 21px 0;
  padding: 0;
  display: flex;
  justify-content: left; 
  gap: 20px;
}
@media (min-width: 768px) {
  .m-tablist {
    justify-content: center;
		width: 100%;
		text-align: center;
  }
}
@media (min-width: 1025px) {
  .m-tablist {
    justify-content: center;
		width: 100%;
		text-align: center;
  }
}

.m-tablist::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.m-tablist li {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

.m-tablist li .a-heading-2 {
  display: none;
}

.m-tablist li .a-link {
  color: #999999;
  display: inline-block;
  padding: 3px 0;
}

.m-tablist li.is-active .a-link {
  color: #1B1B1B;
  opacity: 1;
}

.m-tablist.tabs-1-2 li {
  width: auto; 
}

.m-tablist.tabs-1-1 li {
  text-align: center;
}

.m-tablist.tabs-1-2 li {
  float: left;
}

.m-tablist.tabs-1-3 li {
  width: 33.33%;
}

.m-tablist.tabs-1-3 li:first-child {
  float: left;
}

.m-tablist.tabs-1-3 li:last-child {
  float: right;
}

.tablist-content {
  position: relative;
}

.tablist-content .content {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.tablist-content .content.is-active {
  display: inline;
  opacity: 1;
  position: static;
}

html.no-touchevents .m-tablist .a-link:hover {
  opacity: 1;
}

.m-video-tile {
  position: relative;
  overflow: hidden;
}

.m-video-tile .a-video {
  background-color: transparent;
  display: block;
}

.m-video-tile .a-icon-play-video {
  color: #FFFFFF;
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 32px;
}

@media (min-width: 768px) {
  .m-video-tile .a-icon-play-video {
    font-size: 48px;
  }
}

.m-video-tile .a-icon-play-video.is-visible {
  display: block;
}

.m-video-tile video::-webkit-media-controls-start-playback-button {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}

.m-video-tile.ratio .a-youtube-video,
.m-video-tile.ratio .a-vimeo-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.m-video-tile.ratio .a-youtube-video iframe,
.m-video-tile.ratio .a-vimeo-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .q-margin-notification {
    margin-bottom: 69px;
  }
}

@media (min-width: 1151px) {
  .q-margin-notification {
    visibility: visible;
    margin-bottom: 69px;
  }
}

.q-opacity-0 {
  opacity: 0;
}

.q-opacity-100 {
  opacity: 1;
}

@font-face {
  font-family: "SuisseIntl";
  font-style: normal;
  font-weight: 400;
  src: url("/ja-jp/etc/designs/appeaser/cos/clientlibs/pattern-lib/fonts/SuisseIntl-Regular.otf");
}
@font-face {
  font-family: "COS-Icons";
  src: url("/ja-jp/etc/designs/appeaser/cos/clientlibs/pattern-lib/fonts/cos-icons.eot");
  src: url("/ja-jp/etc/designs/appeaser/cos/clientlibs/pattern-lib/fonts/cos-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

[class^="a-"],
[class^="m-"],
[class^="o-"] {
  /* font families */
  /* text transforms */
  /* letter spacing */
}

[class^="a-"] .q-peta,
[class^="m-"] .q-peta,
[class^="o-"] .q-peta {
  font-size: 26px;
  letter-spacing: 0.02em;
  line-height: 30px;
}

@media (min-width: 768px) {
  [class^="a-"] .q-peta,
  [class^="m-"] .q-peta,
  [class^="o-"] .q-peta {
    font-size: 30px;
    line-height: 34px;
  }
}

[class^="a-"] .q-giga,
[class^="m-"] .q-giga,
[class^="o-"] .q-giga {
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 31px;
}

@media (min-width: 768px) {
  [class^="a-"] .q-giga,
  [class^="m-"] .q-giga,
  [class^="o-"] .q-giga {
    font-size: 28px;
    line-height: 34px;
  }
}

[class^="a-"] .q-mega,
[class^="m-"] .q-mega,
[class^="o-"] .q-mega {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 26px;
}

@media (min-width: 768px) {
  [class^="a-"] .q-mega,
  [class^="m-"] .q-mega,
  [class^="o-"] .q-mega {
    font-size: 24px;
    line-height: 30px;
  }
}

[class^="a-"] .q-alpha,
[class^="m-"] .q-alpha,
[class^="o-"] .q-alpha {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 26px;
}

[class^="a-"] .q-alpha2,
[class^="m-"] .q-alpha2,
[class^="o-"] .q-alpha2 {
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 23px;
}

[class^="a-"] .q-alpha3,
[class^="m-"] .q-alpha3,
[class^="o-"] .q-alpha3 {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 21px;
}

[class^="a-"] .q-alpha4,
[class^="m-"] .q-alpha4,
[class^="o-"] .q-alpha4 {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 19px;
}

[class^="a-"] .q-body-copy-1,
[class^="m-"] .q-body-copy-1,
[class^="o-"] .q-body-copy-1 {
  font-size: 13px;
  line-height: 18px;
}

[class^="a-"] .q-body-copy-2,
[class^="m-"] .q-body-copy-2,
[class^="o-"] .q-body-copy-2 {
  font-size: 12px;
  line-height: 17px;
}

[class^="a-"] .q-input,
[class^="m-"] .q-input,
[class^="o-"] .q-input {
  font-size: 12px;
  line-height: 17px;
}

.o-accordion {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  border-top: 1px solid #E7E7E7;
}

.o-accordion:last-child {
  border-bottom: 1px solid #E7E7E7;
}

.o-accordion .accordion-header .accordion-title {
  position: relative;
  display: block;
  padding: 15px 0;
}

.o-accordion .accordion-header .accordion-title .a-icon-minus {
  display: none;
}

.o-accordion .accordion-header .accordion-title .a-icon-plus,
.o-accordion .accordion-header .accordion-title .a-icon-minus {
  position: absolute;
  right: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

.o-accordion .accordion-header .a-heading-3 {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  max-width: 95%;
}

.o-accordion .accordion-inner-content {
  padding: 5px 0 20px;
}

.o-accordion .accordion-inner-content .a-paragraph {
  font-size: 13px;
  line-height: 18px;
}

.o-accordion .accordion-content {
  display: none;
}

.o-accordion.is-visible .accordion-content {
  display: block;
}

.o-accordion.is-visible .accordion-header .a-icon-plus {
  display: none;
}

.o-accordion.is-visible .accordion-header .a-icon-minus {
  display: inline-block;
}

.o-accordion.has-uppercase .accordion-title {
  letter-spacing: 0.0825em;
  text-transform: uppercase;
}

.o-about-you .m-dropdown {
  width: 100%;
  margin-top: 22px;
}

.o-about-you .m-dropdown .description {
  font-size: 12px;
  line-height: 17px;
  color: #1B1B1B;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  position: absolute;
  top: -17px;
  left: 0;
}

.o-about-you .m-input.input-email {
  padding: 0 0 6px;
}

.o-about-you .m-input.input-email .a-label:last-child {
  display: none;
}

.o-about-you .m-input.input-email .a-input {
  background-color: transparent;
  padding: 0;
  pointer-events: none;
}

.o-about-you .m-input.input-email .a-input:focus {
  border: none;
}

.o-about-you .m-input.input-country {
  padding: 7px 0;
}

.o-about-you .m-input.input-country .label-country {
  font-size: 12px;
  line-height: 17px;
  display: inline-block;
}

.o-about-you .m-input.input-country > input {
  display: none;
}

.o-about-you .m-input.input-country .a-link {
  font-size: 12px;
  line-height: 17px;
  padding-left: 15px;
  display: inline-block;
}

.o-about-you .m-input.input-firstname:not(.has-error) .a-label:last-child,
.o-about-you .m-input.input-lastname:not(.has-error) .a-label:last-child,
.o-about-you .m-input.input-address:not(.has-error) .a-label:last-child,
.o-about-you .m-input.input-postalcode:not(.has-error) .a-label:last-child,
.o-about-you .m-input.input-city:not(.has-error) .a-label:last-child {
  display: none;
}

.o-about-you .m-input .a-label:first-child {
  padding-bottom: 0;
}

.o-about-you .a-button {
  color: #FFFFFF;
  background-color: #1B1B1B;
  border: 1px solid #1B1B1B;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  text-align: center;
  width: 100%;
  padding: 12px 9px 8px 9px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.o-about-you .a-button:hover:not(.is-disabled):not(:disabled),
.o-about-you .a-button.is-hover {
  background-color: #999999;
  border: 1px solid #999999;
}

.o-about-you .a-button:active:not(.is-disabled):not(:disabled),
.o-about-you .a-button.is-active {
  background-color: #999999;
  border: 1px solid #999999;
}

.o-about-you .a-button:disabled,
.o-about-you .a-button.is-disabled {
  background-color: #CCCCCC;
  color: #FFFFFF;
  border: 1px solid #CCCCCC;
}

.o-about-you .link-change-country {
  text-decoration: underline;
}

.o-about-you .m-error {
  display: none;
}

.o-404-error .main-wrapper {
  width: 75%;
  padding-right: 4px;
  padding-left: 4px;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .o-404-error .main-wrapper {
    width: calc(36% - 7px);
  }
}

@media (min-width: 1025px) {
  .o-404-error .main-wrapper {
    width: calc(21% - 6px);
  }
}

.o-404-error .main-wrapper .content {
  padding: 189px 0 125px;
}

@media (min-width: 768px) {
  .o-404-error .main-wrapper .content {
    padding: 387px 0 351px;
  }
}

@media (min-width: 1025px) {
  .o-404-error .main-wrapper .content {
    padding: 234px 0 171px;
  }
}

.o-404-error .main-wrapper .content .a-heading-1 {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 21px;
  margin-top: 0;
  margin-bottom: 49px;
}

@media (min-width: 1025px) {
  .o-404-error .main-wrapper .content .a-heading-1 {
    margin-bottom: 53px;
  }
}

.o-404-error .main-wrapper .content .a-button {
  display: block;
}

.o-add-element .o-add-element-button {
  font-size: 12px;
  line-height: 17px;
  border: none;
  background-color: #FFFFFF;
  text-decoration: underline;
  letter-spacing: 0.04em;
  padding: 0;
}

.o-add-element .o-add-element-button:hover {
  opacity: 0.7;
}

.o-address-box-add {
  padding-bottom: 5px;
}

.o-address-box-add .o-form .m-dropdown {
  width: 100%;
  margin-top: 22px;
}

.o-address-box-add .o-form .m-dropdown .description {
  font-size: 12px;
  line-height: 17px;
  color: #1B1B1B;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  position: absolute;
  top: -17px;
  left: 0;
}

.o-address-box-add.add-delivery-address {
  border: none;
}

.o-address-box-add .edit-block .o-address-box-edit .address-form {
  display: block;
}

.o-address-box-add .edit-block.is-open .o-address-box-edit {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.o-address-box-add .edit-block.is-open .o-address-box-edit .o-form .m-input {
  padding: 3px 0;
}

.o-address-box-add .edit-block.is-open .o-address-box-edit .o-form .m-input.input-country .a-input {
  display: none;
}

.o-address-box-add .edit-block.is-open .o-address-box-edit .o-form .m-input.input-country .a-label:nth-child(4) {
  display: inline-block;
  padding-right: 10px;
}

.o-address-box-add .edit-block.is-open .o-address-box-edit .o-form .a-button {
  margin-top: 11px;
}

.o-address-box-add .edit-block.is-open .o-address-box-edit .o-form .a-button.btn-save-details {
  width: 65%;
}

.o-address-box-add .edit-block.is-open .o-address-box-edit .o-form .a-button.btn-cancel {
  color: #999999;
  border: none;
  background-color: #FFFFFF;
  text-align: left;
  text-transform: capitalize;
  width: 35%;
  padding: 12px 9px 9px 0;
  float: left;
}

.o-address-box-add .edit-block.is-open .o-address-box-edit .o-form .privacy-policy {
  display: inline;
  clear: both;
  padding-top: 10px;
  white-space: normal;
}

.o-address-box-edit {
  font-size: 12px;
  line-height: 17px;
  color: #1B1B1B;
  position: relative;
}

.o-address-box-edit .input-country {
  margin-bottom: 30px;
}

.o-address-box-edit .address-form {
  display: none;
}

.o-address-box-edit .address-form .btn-reset-form {
  display: none;
}

.o-address-box-edit .o-account-box .m-dropdown {
  width: 100%;
  margin-top: 22px;
}

.o-address-box-edit .o-account-box .m-dropdown .description {
  font-size: 12px;
  line-height: 17px;
  color: #1B1B1B;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  position: absolute;
  top: -17px;
  left: 0;
}

.o-address-box-edit .o-account-box .o-form .m-input {
  padding: 3px 0;
}

.o-address-box-edit .o-account-box .o-form .m-input.input-country {
  margin-bottom: 40px;
}

.o-address-box-edit .o-account-box .o-form .m-input.input-country .a-link {
  display: none;
}

.o-address-box-edit .o-account-box .o-form .m-input.input-country .a-input {
  display: none;
}

.o-address-box-edit .o-account-box .o-form .m-input.input-country .a-label:nth-child(4) {
  display: inline-block;
  padding-right: 10px;
}

.o-address-box-edit .o-account-box .o-form .a-button {
  margin-top: 11px;
}

.o-address-box-edit .o-account-box .o-form .a-button.btn-save-details {
  width: 65%;
}

.o-address-box-edit .o-account-box .o-form .a-button.btn-cancel {
  color: #999999;
  border: none;
  background-color: #FFFFFF;
  text-align: left;
  text-transform: capitalize;
  width: 35%;
  padding: 12px 9px 9px 0;
  float: left;
}

.o-address-box-edit .o-account-box .o-form .privacy-policy {
  display: inline;
  clear: both;
  padding-top: 10px;
}

.o-address-box-edit .o-account-box .o-form .privacy-policy .a-paragraph {
  white-space: normal;
}

.o-address-box-edit .o-account-box .o-form .privacy-policy .a-link {
  text-decoration: underline;
  white-space: nowrap;
  display: inline;
}

.o-address-box-edit .o-account-box .address-details-wrapper {
  overflow: hidden;
}

.o-address-box-edit .o-account-box .address-details-wrapper .links-wrapper .set-as-default {
  margin-top: 10px;
}

.o-address-box-edit .o-account-box .address-details-wrapper .links-wrapper .a-link {
  position: absolute;
  right: 0;
}

.o-address-box-edit .o-account-box .address-details-wrapper .links-wrapper .a-link.js-address-edit {
  text-decoration: underline;
  top: 0;
}

.o-address-box-edit .o-account-box .address-details-wrapper .links-wrapper .a-link.js-address-remove {
  text-decoration: underline;
  bottom: 0;
  right: 17px;
}

.o-address-box-edit.is-home-address {
  margin-bottom: 0;
}

.o-address-box-edit.is-home-address .o-account-box .a-button .a-link {
  margin-left: 0;
}

.o-address-box-edit.is-home-address .o-account-box .address-details-wrapper .links-wrapper .set-as-default {
  display: none;
}

.o-address-box-edit.is-home-address .o-account-box .address-details-wrapper .links-wrapper .a-link.js-address-remove {
  display: none;
}

.o-address-box-edit.is-home-address .o-account-box .address-details-wrapper .links-wrapper .a-link.js-address-edit {
  top: -27px;
}

.o-address-box-edit.checkout .m-input.input-firstname:not(.has-error) .a-label:last-child,
.o-address-box-edit.checkout .m-input.input-lastname:not(.has-error) .a-label:last-child,
.o-address-box-edit.checkout .m-input.input-address:not(.has-error) .a-label:last-child,
.o-address-box-edit.checkout .m-input.input-postalcode:not(.has-error) .a-label:last-child,
.o-address-box-edit.checkout .m-input.input-city:not(.has-error) .a-label:last-child,
.o-address-box-edit.checkout .m-input.input-country:not(.has-error) .a-label:last-child {
  display: none;
}

.edit-block.is-open .o-address-box-edit .name,
.edit-block.is-open .o-address-box-edit .first-name,
.edit-block.is-open .o-address-box-edit .last-name,
.edit-block.is-open .o-address-box-edit .address-wrapper .m-address,
.edit-block.is-open .o-address-box-edit .set-as-default,
.edit-block.is-open .o-address-box-edit .js-address-remove {
  display: none;
}

.o-card-box {
  color: #1B1B1B;
  font-size: 13px;
  line-height: 18px;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 30px;
}

.o-card-box:first-child {
  padding-top: 0;
}

.o-card-box .card-type {
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  line-height: 24px;
}

.o-card-box .card-type .icon-visa,
.o-card-box .card-type .icon-mastercard {
  display: block;
  float: left;
  width: 32px;
  height: 20px;
  margin-right: 10px;
  background-size: 32px;
  background-position: -1px -7px;
}

.o-card-box .card-type .icon-visa {
  background-image: url("/ja-jp/etc/designs/appeaser/cos/clientlibs/pattern-lib/images/a-icon-visa.svg");
}

.o-card-box .card-type .icon-mastercard {
  background-image: url("/ja-jp/etc/designs/appeaser/cos/clientlibs/pattern-lib/images/a-icon-mastercard.svg");
}

.o-card-box .card-holder-label,
.o-card-box .card-number-label,
.o-card-box .expiration-date-label,
.o-card-box .card-name-label,
.o-card-box .card-holder-address-label {
  color: #999999;
  margin-top: 19px;
  display: block;
}

.o-card-box .card-number-type {
  margin-right: 4px;
}

.o-card-box .address-line-1,
.o-card-box .address-line-2,
.o-card-box .country {
  display: block;
}

.o-card-box .card-box-action-buttons {
  display: inline-block;
  width: 100%;
  margin-top: 13px;
  margin-bottom: 16px;
}

.o-card-box .card-box-action-buttons .m-radio-button {
  float: left;
  width: 80%;
}

.o-card-box .card-box-action-buttons .js-payment-remove {
  text-decoration: underline;
  float: right;
  width: 20%;
  text-align: right;
}

.o-cart .cart-items,
.o-cart .order-summary-section {
  padding: 0 4px;
}

@media (min-width: 768px) {
  .o-cart .cart-items,
  .o-cart .order-summary-section {
    padding: 0 6px;
  }
}

@media (min-width: 1025px) {
  .o-cart .cart-items,
  .o-cart .order-summary-section {
    padding: 0;
  }
}

.o-cart .cart-items-heading,
.o-cart .order-summary-heading {
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 4px;
}

.o-cart .order-summary-heading {
  display: none;
}

@media (min-width: 1025px) {
  .o-cart .order-summary-heading {
    display: block;
  }
}

.o-cart .o-cart-item {
  padding-bottom: 4px;
}

@media (min-width: 768px) {
  .o-cart .o-cart-item {
    padding-bottom: 26px;
  }
}

@media (min-width: 1025px) {
  .o-cart .o-cart-item {
    padding-bottom: 8px;
  }
  .o-cart .o-cart-item .cart-image-wrapper {
    width: 68px;
    padding: 0;
  }
}

@media (min-width: 1025px) and (min-width: 768px) {
  .o-cart .o-cart-item .cart-image-wrapper {
    width: 110px;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .o-cart .o-cart-item .cart-image-wrapper {
    width: 85px;
  }
}

.o-cart .o-cart-item .product-name {
  width: calc(100% - 35px);
}

.o-cart .o-cart-item .content-wrapper {
  display: -ms-flexbox;
  display: flex;
}

.o-cart .o-cart-item .cart-item-info {
  min-height: 104px;
}

@media (min-width: 768px) {
  .o-cart .o-cart-item .cart-item-info {
    min-height: 180px;
  }
}

@media (min-width: 1025px) {
  .o-cart .o-cart-item .cart-item-info {
    min-height: 150px;
  }
}

.o-cart .o-cart-item .total-section {
  position: relative;
  top: -10px;
}

@media (min-width: 768px) {
  .o-cart .o-cart-item .total-section {
    top: 13px;
  }
}

@media (min-width: 1025px) {
  .o-cart .o-cart-item .total-section {
    top: -3px;
  }
}

.o-cart .o-cart-item .size-section {
  margin-top: 12px;
}

@media (min-width: 768px) {
  .o-cart .o-cart-item .size-section {
    margin-top: 12px;
  }
}

@media (min-width: 1025px) {
  .o-cart .o-cart-item .size-section {
    margin-top: 11px;
  }
}

.o-cart .o-cart-item .marker-image {
  height: 15px;
}

@media (min-width: 1025px) {
  .o-cart .o-cart-item .marker-image:first-child {
    margin-top: 3px;
  }
}

.o-cart .o-cart-item .marker-image .a-image {
  height: 8px;
  left: 0;
}

.o-cart .o-cart-item.is-hazmat .m-hazmat {
  padding-left: 32px;
  margin-top: 15px;
}

@media (min-width: 1025px) {
  .o-cart .o-cart-item.is-hazmat .m-hazmat {
    margin-top: 0;
  }
}

.o-cart .cart-items {
  vertical-align: top;
}

@media (min-width: 1025px) {
  .o-cart .cart-items {
    width: 62.5%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 4.16667%;
    display: inline-block;
    float: left;
  }
}

@media (min-width: 1025px) {
  .o-cart .order-summary-section {
    width: 33.33333%;
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
  }
}

.o-cart .order-summary-section .o-order-summary {
  font-size: 13px;
  padding-top: 20px;
}

.o-cart .order-summary-section .order-value-section,
.o-cart .order-summary-section .shipping-section,
.o-cart .order-summary-section .discount-section,
.o-cart .order-summary-section .estimated-tax-section,
.o-cart .order-summary-section .staff-discount-section {
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .o-cart .order-summary-section .total-section {
    padding: 19px 0 35px;
  }
}

@media (min-width: 1025px) {
  .o-cart .order-summary-section .total-section {
    padding: 18px 0 35px;
  }
}

.o-cart .order-summary-section .m-hazmat {
  display: none;
}

.o-cart .o-cart-discount-code {
  transition: margin-bottom 400ms ease;
  margin: -3px 0 9px;
}

.o-cart .o-cart-discount-code.has-discount {
  transition: none;
  margin-top: 0;
  margin-bottom: 16px;
}

.o-cart .a-button.checkout-button {
  display: block;
  margin-bottom: 47px;
}

@media (min-width: 768px) {
  .o-cart .a-button.checkout-button {
    margin-bottom: 35px;
  }
}

@media (min-width: 1025px) {
  .o-cart .a-button.checkout-button {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .o-cart .checkout-button,
  .o-cart .m-informative-section {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  .o-cart .checkout-button,
  .o-cart .m-informative-section {
    width: auto;
  }
}

.o-cart .checkout-button p,
.o-cart .m-informative-section p {
  margin-bottom: 35px;
}

.o-cart .quantity-section {
  margin-top: 12px;
}

@media (min-width: 768px) {
  .o-cart .quantity-section {
    -ms-flex-positive: 5;
    flex-grow: 5;
  }
}

@media (min-width: 1025px) {
  .o-cart .quantity-section {
    margin-top: 0;
  }
}

.o-cart.is-empty .empty-cart {
  text-align: center;
  padding: 125px 0 170px;
}

@media (min-width: 768px) {
  .o-cart.is-empty .empty-cart {
    padding: 150px 0 219px;
  }
}

@media (min-width: 1025px) {
  .o-cart.is-empty .empty-cart {
    padding: 140px 0 264px;
  }
}

.o-cart.is-empty .a-heading-2 {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 49px;
}

@media (min-width: 768px) {
  .o-cart.is-empty .a-heading-2 {
    margin-bottom: 51px;
  }
}

@media (min-width: 1025px) {
  .o-cart.is-empty .a-heading-2 {
    margin-bottom: 50px;
  }
}

.o-cart.is-empty .a-button {
  color: #FFFFFF;
  background-color: #1B1B1B;
  border: 1px solid #1B1B1B;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  text-align: center;
  width: 100%;
  padding: 12px 9px 8px 9px;
  padding-top: 11px;
  display: inline-block;
  height: 40px;
  width: 226px;
}

.o-cart.is-empty .a-button:hover:not(.is-disabled):not(:disabled),
.o-cart.is-empty .a-button.is-hover {
  background-color: #999999;
  border: 1px solid #999999;
}

.o-cart.is-empty .a-button:active:not(.is-disabled):not(:disabled),
.o-cart.is-empty .a-button.is-active {
  background-color: #999999;
  border: 1px solid #999999;
}

.o-cart.is-empty .a-button:disabled,
.o-cart.is-empty .a-button.is-disabled {
  background-color: #CCCCCC;
  color: #FFFFFF;
  border: 1px solid #CCCCCC;
}

.o-cart.is-empty .cart-items,
.o-cart.is-empty .order-summary-section {
  display: none;
}

.o-cart.is-empty .o-slider-cofs .slider-title {
  margin: 0;
}

.o-cart.is-empty .o-slider-cofs .image-holder .a-button.is-quickbuy {
  height: auto;
}

.o-cart .o-pra-component .o-product-cofs .m-swatches {
  display: block;
}

.o-blog-text {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  margin: 30px auto 0;
}

@media (min-width: 768px) {
  .o-blog-text {
    width: 83.33333%;
    padding-right: 6px;
    padding-left: 6px;
    margin-top: 40px;
  }
}

@media (min-width: 1025px) {
  .o-blog-text {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 51px;
  }
}

.o-blog-text .a-heading-1 {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 26px;
  margin-bottom: 0;
  text-align: center;
  padding-bottom: 9px;
}

.o-blog-text .a-paragraph {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 19px;
  padding: 15px 0;
}

.o-blog-text.is-richtext h1,
.o-blog-text.is-richtext h2,
.o-blog-text.is-richtext h3,
.o-blog-text.is-richtext h4,
.o-blog-text.is-richtext h5,
.o-blog-text.is-richtext h6 {
  font-weight: bold;
}

.o-cart-discount-code .title {
  letter-spacing: inherit;
  cursor: pointer;
  padding: 0;
}

.o-cart-discount-code .title:after {
  font-family: 'COS-Icons';
  font-weight: normal;
  position: relative;
  left: 8px;
  top: 2px;
  content: "";
}

.o-cart-discount-code .info-text,
.o-cart-discount-code .cancel,
.o-cart-discount-code .added-code-label,
.o-cart-discount-code .discount-code,
.o-cart-discount-code .remove,
.o-cart-discount-code .a-icon-arrow-down {
  display: none;
}

.o-cart-discount-code .a-button-nostyle {
  padding: 0;
}

.o-cart-discount-code .code-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
  max-height: 0;
  overflow: hidden;
  transition: max-height 400ms ease;
}

@media (min-width: 768px) {
  .o-cart-discount-code .code-area {
    width: 100%;
  }
}

.o-cart-discount-code .code-area .m-input {
  width: auto;
  -ms-flex-positive: 5;
  flex-grow: 5;
  padding-bottom: 0;
}

.o-cart-discount-code .code-area .m-input .a-label:last-child {
  display: none;
}

.o-cart-discount-code .code-area .discount-error-message {
  display: none;
}

.o-cart-discount-code .a-button.add {
  color: #1B1B1B;
  background-color: #FFFFFF;
  border: 1px solid #E7E7E7;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  text-align: center;
  width: 100%;
  padding: 12px 9px 8px 9px;
  width: 85px;
  height: 30px;
  margin: -4px 0 0 12px;
  padding: 0;
}

.o-cart-discount-code .a-button.add:hover:not(.is-disabled):not(:disabled),
.o-cart-discount-code .a-button.add.is-hover {
  color: #999999;
  border: 1px solid #CCCCCC;
}

.o-cart-discount-code .a-button.add:active:not(.is-disabled):not(:disabled),
.o-cart-discount-code .a-button.add.is-active {
  color: #999999;
  border: 1px solid #CCCCCC;
}

.o-cart-discount-code .a-button.add:disabled,
.o-cart-discount-code .a-button.add.is-disabled {
  color: #CCCCCC;
  border: 1px solid #E7E7E7;
}

.o-cart-discount-code .a-button.add.is-disabled {
  pointer-events: none;
}

.o-cart-discount-code .a-button.add span {
  position: relative;
  top: 2px;
}

.o-cart-discount-code.is-active .code-area {
  max-height: 65px;
}

@media (min-width: 768px) {
  .o-cart-discount-code.is-active .code-area {
    width: 100%;
  }
}

.o-cart-discount-code.is-active .title:after {
  content: "";
}

.o-cart-discount-code.has-discount .title,
.o-cart-discount-code.has-discount .m-input,
.o-cart-discount-code.has-discount .add {
  display: none;
}

.o-cart-discount-code.has-discount .code-area {
  transition: none;
  max-height: none;
}

.o-cart-discount-code.has-discount .discount-code,
.o-cart-discount-code.has-discount .remove {
  display: block;
}

.o-cart-discount-code.has-discount .discount-code {
  width: 100%;
}

.o-cart-discount-code.has-discount .discount-code .text {
  display: inline-block;
}

.o-cart-discount-code.has-discount .remove {
  float: right;
  text-decoration: underline;
}

.o-cart-discount-code.has-discount .added-code {
  color: #F28860;
}

.o-cart-merge .a-heading-2 {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.o-cart-merge .a-paragraph {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 34px;
}

.o-cart-item {
  border-bottom: 1px solid #E7E7E7;
  padding: 20px 0 14px;
}

.o-cart-item .cart-image-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 68px;
  margin-right: 8px;
}

@media (min-width: 768px) {
  .o-cart-item .cart-image-wrapper {
    float: left;
    width: 110px;
    margin-right: 12px;
  }
}

@media (min-width: 1025px) {
  .o-cart-item .cart-image-wrapper {
    width: 84px;
    margin-right: 20px;
  }
}

.o-cart-item .cart-image-wrapper img {
  width: 100%;
}

.o-cart-item .cart-item-info {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #1B1B1B;
  vertical-align: top;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 76px);
}

@media (min-width: 768px) {
  .o-cart-item .cart-item-info {
    width: calc(100% - 122px);
  }
}

@media (min-width: 1025px) {
  .o-cart-item .cart-item-info {
    width: calc(100% - 104px);
  }
}

.o-cart-item .cart-item-info .product-name {
  letter-spacing: 0.0825em;
  text-transform: uppercase;
}

.o-cart-item .cart-item-info.has-hazmat > *:not(.m-hazmat) {
  opacity: 0.3;
}

.o-cart-item .product-name {
  -ms-flex-order: -2;
  order: -2;
}

.o-cart-item .price-section {
  -ms-flex-order: -1;
  order: -1;
}

.o-cart-item .price-section .is-deprecated {
  margin-right: 10px;
  text-decoration: line-through;
}

.o-cart-item .price-section .is-reduced {
  color: #F28860;
}

.o-cart-item .size-section {
  margin-top: 17px;
}

@media (min-width: 768px) {
  .o-cart-item .size-section {
    margin-top: 12px;
  }
}

@media (min-width: 1025px) {
  .o-cart-item .size-section {
    margin-top: 17px;
  }
}

.o-cart-item .size-label,
.o-cart-item .color-label,
.o-cart-item .quantity-label {
  display: inline-block;
  vertical-align: top;
  width: 64px;
}

.o-cart-item .size-section,
.o-cart-item .color-section,
.o-cart-item .quantity-section {
  font-size: 0;
}

.o-cart-item .size-section .size-label,
.o-cart-item .size-section .size,
.o-cart-item .size-section .color-label,
.o-cart-item .size-section .color,
.o-cart-item .size-section .quantity-label,
.o-cart-item .size-section .quantity,
.o-cart-item .color-section .size-label,
.o-cart-item .color-section .size,
.o-cart-item .color-section .color-label,
.o-cart-item .color-section .color,
.o-cart-item .color-section .quantity-label,
.o-cart-item .color-section .quantity,
.o-cart-item .quantity-section .size-label,
.o-cart-item .quantity-section .size,
.o-cart-item .quantity-section .color-label,
.o-cart-item .quantity-section .color,
.o-cart-item .quantity-section .quantity-label,
.o-cart-item .quantity-section .quantity {
  font-size: 12px;
  line-height: 17px;
  float: left;
}

.o-cart-item .m-dropdown {
  background-color: transparent;
  position: static;
  height: 20px;
  margin: 0;
  float: left;
}

.o-cart-item .m-dropdown .list-wrapper {
  display: none;
}

.o-cart-item .m-dropdown .placeholder {
  width: auto;
  padding: 0 5px;
  min-height: 20px;
}

.o-cart-item .m-dropdown .a-icon-close,
.o-cart-item .m-dropdown .a-icon-arrow-down-small {
  color: #000000;
  cursor: pointer;
  font-size: 17px;
  vertical-align: top;
  margin-top: 1px;
}

@media (min-width: 1025px) {
  .o-cart-item .m-dropdown .a-icon-close,
  .o-cart-item .m-dropdown .a-icon-arrow-down-small {
    margin-top: 0;
  }
}

.o-cart-item .m-dropdown .a-icon-close {
  display: inline-block;
  float: left;
  margin-left: -3px;
}

.o-cart-item .m-dropdown .a-icon-close:before {
  content: "";
}

.o-cart-item .m-dropdown .a-icon-close.is-last-item {
  color: #CCCCCC;
}

.o-cart-item .m-dropdown .a-icon-arrow-down-small {
  position: static;
  float: none;
  transform: none;
}

.o-cart-item .m-dropdown .a-icon-arrow-down-small:before {
  content: "";
}

.o-cart-item .m-dropdown .a-icon-arrow-down-small.has-max-quantity {
  pointer-events: none;
  opacity: 0.3;
}

.o-cart-item .remove {
  font-family: 'COS-Icons';
  font-weight: normal;
  position: absolute;
  cursor: pointer;
  font-size: 16px;
  top: 0;
  right: 0;
}

.o-cart-item .remove:before {
  content: "";
}

.o-cart-item .total-section {
  text-align: right;
  margin-top: 17px;
}

@media (min-width: 1025px) {
  .o-cart-item .total-section {
    margin-top: 0;
  }
}

.o-cart-item .total-section .total-label {
  display: none;
}

.o-cart-item .markers {
  margin-top: 6px;
  line-height: 14px;
  display: inline-block;
}

.o-cart-item .marker-image .a-image {
  height: 9px;
  width: auto;
}

.o-cart-item .marker-image .m-product-marker .product-marker {
  display: none;
}

.o-cart-item .m-hazmat,
.o-cart-item .brand {
  display: none;
}

.o-cart-item.is-hazmat .m-hazmat {
  display: block;
  max-width: 465px;
  margin-top: 12px;
  padding-left: 39px;
}

@media (min-width: 768px) {
  .o-cart-item.is-hazmat .m-hazmat {
    margin-top: 20px;
  }
}

.o-cart-item.is-hazmat .m-hazmat .hazmat-label {
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .o-cart-item.is-hazmat .m-hazmat .hazmat-label {
    margin-bottom: 5px;
  }
}

.o-cart-item .placeholder-wrapper {
  background-color: #e6e6e6;
  padding-bottom: 150%;
  width: 100%;
  position: relative;
}

.o-cart-item .placeholder-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
}

.o-cart-item .placeholder-wrapper img.is-hidden {
  display: inherit;
  opacity: 0;
}

.o-cart-sticky {
  display: none;
}

.o-cart-discount-error .a-heading-2 {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.o-cart-discount-error .a-paragraph {
  font-size: 12px;
  line-height: 17px;
}

.u-row > .o-category-listing {
  margin-top: 0;
  margin-bottom: 0;
}

.o-category-listing .column {
  width: 50%;
  padding-right: 4px;
  padding-left: 4px;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .o-category-listing .column {
    width: 33.33333%;
    padding-right: 6px;
    padding-left: 6px;
  }
  .back-to-top-is-visible .o-category-listing .column:nth-last-child(1):nth-child(3n+3),
.back-to-top-is-visible .o-category-listing .column:nth-last-child(1):nth-child(3n+2),
.back-to-top-is-visible .o-category-listing .column:nth-last-child(1):nth-child(3n+1) {
    margin-bottom: 0px;
  }
  .back-to-top-is-visible .o-category-listing .column:nth-last-child(2):nth-child(3n+2),
.back-to-top-is-visible .o-category-listing .column:nth-last-child(2):nth-child(3n+1) {
    margin-bottom: 0px;
  }
  .back-to-top-is-visible .o-category-listing .column:nth-last-child(3):nth-child(3n+1) {
    margin-bottom: 0px;
  }
}

@media (min-width: 1025px) {
  .o-category-listing .column {
    width: 33.33333%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .o-category-listing.is-two-cols-lg .column {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .o-category-listing.is-two-cols-lg .column {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .o-category-listing.is-four-cols-lg .column {
    width: 25%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .o-category-listing.is-four-cols-lg .column {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .o-category-listing.is-one-col-sm .column {
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
  }
}

.o-change-password {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-change-password {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
    float: left;
    margin-top: 22px;
  }
}

@media (min-width: 1025px) {
  .o-change-password {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.o-change-password .a-heading-2 {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 9px;
}

@media (min-width: 768px) {
  .o-change-password .a-heading-2 {
    margin-bottom: 31px;
  }
}

.o-change-password .input-wrapper {
  margin-bottom: 42px;
}

.o-change-password .a-button.btn-cancel {
  font-size: 13px;
  line-height: 21px;
  background-color: transparent;
  color: #999999;
  border: 1px solid transparent;
  width: 25%;
  padding-right: 4px;
  padding-left: 4px;
  padding: 11px 9px 9px 0;
  float: left;
  text-transform: none;
  text-align: left;
}

@media (min-width: 768px) {
  .o-change-password .a-button.btn-cancel {
    width: 33.33333%;
    padding-right: 6px;
    padding-left: 6px;
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  .o-change-password .a-button.btn-cancel {
    width: 33.33333%;
    padding-right: 10px;
    padding-left: 10px;
    padding-left: 0;
  }
}

.o-change-password .a-button.btn-cancel:hover:not(.is-disabled):not(:disabled),
.o-change-password .a-button.btn-cancel.is-hover {
  background-color: transparent;
  border: 1px solid transparent;
  opacity: 0.7;
}

.o-change-password .a-button.btn-save-password {
  width: 66.66667%;
  padding-right: 4px;
  padding-left: 4px;
  float: right;
}

@media (min-width: 768px) {
  .o-change-password .a-button.btn-save-password {
    width: 66.66667%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .o-change-password .a-button.btn-save-password {
    width: 66.66667%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.o-checkout .checkout-heading {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 26px;
  margin: 0 0 26px;
  padding: 0 4px;
}

@media (min-width: 768px) {
  .o-checkout .checkout-heading {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  .o-checkout .checkout-heading {
    padding: 0 6px;
    margin-top: 20px;
  }
}

@media (min-width: 1025px) {
  .o-checkout .checkout-heading {
    padding: 0 10px;
    margin-top: 0;
  }
}

.o-checkout .checkout-content-section,
.o-checkout .order-summary-section {
  width: 100%;
  display: inline-block;
}

.o-checkout .checkout-content-section {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-checkout .checkout-content-section {
    width: 100%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .o-checkout .checkout-content-section {
    width: 62.5%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 4.16667%;
    float: left;
  }
}

.o-checkout .checkout-content-section .about-you-section .o-about-you {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  margin-bottom: 41px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .o-checkout .checkout-content-section .about-you-section .o-about-you {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 51px;
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  .o-checkout .checkout-content-section .about-you-section .o-about-you {
    width: 40%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 51px;
    padding-left: 0;
  }
}

.o-checkout .checkout-content-section .section {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  color: #1B1B1B;
  position: relative;
  display: inline-block;
  width: 100%;
}

.o-checkout .checkout-content-section .section .section-heading {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 7px;
  margin-bottom: 20px;
}

.o-checkout .checkout-content-section .section .section-heading .a-heading-2,
.o-checkout .checkout-content-section .section .section-heading .heading-caption {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  letter-spacing: 0.0825em;
  display: inline-block;
}

@media (min-width: 768px) {
  .o-checkout .checkout-content-section .section .section-heading .a-heading-2,
  .o-checkout .checkout-content-section .section .section-heading .heading-caption {
    line-height: 19px;
  }
}

.o-checkout .checkout-content-section .section .section-heading .heading-caption {
  margin-right: 7px;
}

@media (min-width: 768px) {
  .o-checkout .checkout-content-section .section .section-heading .heading-caption {
    float: left;
  }
}

.o-checkout .checkout-content-section .section .section-heading .a-link {
  font-size: 12px;
  line-height: 17px;
  float: right;
  position: relative;
}

.o-checkout .checkout-content-section .section .section-heading .edit,
.o-checkout .checkout-content-section .section .section-heading .cancel {
  display: none;
}

.o-checkout .checkout-content-section .section.is-editable .section-heading .cancel {
  text-decoration: underline;
  display: block;
}

.o-checkout .checkout-content-section .section .main-area {
  transition: opacity 0.4s;
  opacity: 1;
  -ms-flex-order: 1;
  order: 1;
}

.o-checkout .checkout-content-section .section .section-summary {
  visibility: hidden;
  position: absolute;
  top: 0;
  opacity: 0;
  float: left;
  width: 100%;
  margin-bottom: 52px;
}

@media (min-width: 768px) {
  .o-checkout .checkout-content-section .section .section-summary {
    margin-bottom: 60px;
  }
}

.o-checkout .checkout-content-section .section .section-summary .summary-content {
  font-size: 12px;
  line-height: 17px;
  vertical-align: top;
  margin: 20px 0 0;
}

@media (min-width: 768px) {
  .o-checkout .checkout-content-section .section .section-summary .summary-content {
    width: 33.33333%;
    padding-right: 6px;
    padding-left: 6px;
    margin: 0;
    display: inline-block;
  }
}

@media (min-width: 1025px) {
  .o-checkout .checkout-content-section .section .section-summary .summary-content {
    width: 46.66667%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .o-checkout .checkout-content-section .section .section-summary .summary-content:nth-child(3n+1) {
    padding-left: 0px;
  }
}

@media (min-width: 768px) {
  .o-checkout .checkout-content-section .section .section-summary .summary-content:nth-child(2n+2) {
    padding-left: 6px;
  }
}

@media (min-width: 768px) {
  .o-checkout .checkout-content-section .section .section-summary .summary-content:nth-child(3n+3) {
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-checkout .checkout-content-section .section .section-summary .summary-content:nth-child(odd) {
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  .o-checkout .checkout-content-section .section .section-summary .summary-content:nth-child(even) {
    padding-left: 10px;
  }
}

.o-checkout .checkout-content-section .section .section-summary .summary-content.customer-addresses {
  margin: 20px 0 0;
}

@media (min-width: 768px) {
  .o-checkout .checkout-content-section .section .section-summary .summary-content.customer-addresses {
    margin: 0;
  }
}

.o-checkout .checkout-content-section .section .section-summary .a-heading-3 {
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  line-height: 18px;
  padding-bottom: 15px;
  font-size: 12px;
}

.o-checkout .checkout-content-section .section.is-closed .main-area {
  display: none;
}

.o-checkout .checkout-content-section .section.is-closed .section-summary {
  transition: opacity 0.5s;
  visibility: visible;
  position: static;
  opacity: 1;
}

.o-checkout .checkout-content-section .section.is-closed .section-heading .edit {
  text-decoration: underline;
  display: block;
}

.o-checkout .checkout-content-section .section.is-disabled .section-heading {
  color: #CCCCCC;
  margin-bottom: 17px;
}

.o-checkout .checkout-content-section .section.is-disabled .main-area {
  opacity: 0;
  display: none;
}

.o-checkout .checkout-content-section .section.is-closing .main-area {
  opacity: 0;
}

.o-checkout .order-summary-section {
  width: 66.66667%;
  padding-right: 4px;
  padding-left: 4px;
  position: relative;
  width: 100%;
  margin-top: 54px;
}

@media (min-width: 768px) {
  .o-checkout .order-summary-section {
    margin-top: 61px;
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (min-width: 1025px) {
  .o-checkout .order-summary-section {
    width: 33.33333%;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0;
  }
}

.o-checkout .order-summary-section .cart-items-heading {
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  color: #1B1B1B;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 8px;
}

@media (min-width: 768px) {
  .o-checkout .order-summary-section .m-informative-section {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1025px) {
  .o-checkout .order-summary-section .m-informative-section {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.o-checkout .order-summary-section .o-cart-item .total-section {
  margin-top: 25px;
}

.o-checkout .order-summary-section .cart-item-info .markers {
  display: none;
}

.o-checkout .order-summary-section .edit-cart-link {
  font-size: 12px;
  line-height: 17px;
  text-decoration: underline;
  position: absolute;
  top: 0;
  right: 8px;
}

.o-checkout .order-summary-section .o-order-summary {
  margin-bottom: 5px;
}

.o-checkout .order-summary-section.payment-section .main-area {
  margin-bottom: 5px;
}

.o-checkout .order-summary-section .order-value-section,
.o-checkout .order-summary-section .shipping-section,
.o-checkout .order-summary-section .discount-section,
.o-checkout .order-summary-section .estimated-tax-section,
.o-checkout .order-summary-section .staff-discount-section {
  margin-bottom: 8px;
}

.o-checkout .delivery-section,
.o-checkout .payment-section,
.o-checkout .m-error {
  display: none;
}

.o-checkout .a-button.is-klarna-page {
  display: none;
}

.o-checkout.is-klarna {
  padding-top: 10px;
}

.o-checkout.is-klarna .checkout-heading {
  display: none;
}

.o-checkout.is-klarna .is-klarna-wrapper {
  margin-top: 17px;
}

@media (min-width: 768px) {
  .o-checkout.is-klarna .is-klarna-wrapper {
    margin-top: 0;
  }
}

.o-checkout.is-klarna .sign-in-info {
  border-bottom: 1px solid #E7E7E7;
  font-size: 13px;
  line-height: 18px;
  margin: 8px 0 32px;
  width: 100%;
  display: block;
}

.o-checkout.is-klarna .a-button.is-primary {
  margin: 17px 0 10px;
}

.o-checkout.is-klarna .a-button.is-secondary {
  width: 100%;
  margin: 0;
  padding: 12px 9px 8px;
  display: block;
}

.o-checkout.is-klarna .link-holder {
  text-decoration: underline;
  bottom: -30px;
}

.o-checkout.is-klarna .checkout-content-section .additional-text {
  display: none;
}

.o-checkout.is-klarna .checkout-content-section .a-paragraph.is-klarna-page {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .o-checkout.is-klarna .checkout-content-section .a-paragraph.is-klarna-page {
    margin-top: -23px;
  }
}

.o-checkout.is-klarna .checkout-content-section .a-paragraph.is-klarna-page .a-link.is-klarna-page {
  text-decoration: underline;
}

.o-checkout.is-klarna .is-klarna-accordion .a-heading-2 {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 26px;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .o-checkout.is-klarna .is-klarna-accordion .a-heading-2 {
    font-size: 24px;
    line-height: 30px;
  }
}

.o-checkout.is-klarna .is-klarna-accordion .o-accordion {
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .o-checkout.is-klarna .is-klarna-accordion .o-accordion {
    margin-bottom: 30px;
  }
}

.o-checkout.is-klarna .is-klarna-accordion .o-accordion .a-heading-3 {
  letter-spacing: 0.0825em;
  text-transform: uppercase;
}

.o-checkout.is-klarna .is-klarna-accordion .o-accordion .accordion-inner-content {
  padding-top: 0;
}

.o-checkout.is-klarna .is-klarna-accordion .o-accordion .accordion-inner-content .a-paragraph {
  max-width: 665px;
}

.o-checkout.is-klarna .order-summary-section {
  margin-top: 22px;
}

@media (min-width: 1025px) {
  .o-checkout.is-klarna .order-summary-section {
    margin-top: 0;
  }
}

.o-checkout-login .a-heading-1 {
  display: none;
}

.o-checkout-login .m-tablist {
  margin: 8px 0 32px;
  text-align: center;
}

.o-checkout-login .m-tablist.tabs-1-3 li {
  width: auto;
}

.o-country-selector {
  font-size: 12px;
  line-height: 17px;
  padding: 48px 32px 0;
}

@media (min-width: 768px) {
  .o-country-selector {
    margin: 0;
    padding: 0;
    position: relative;
    height: 100vh;
  }
}

@media (min-width: 1025px) {
  .o-country-selector {
    display: -ms-flexbox;
    display: flex;
  }
}

.o-country-selector .a-cos-logo {
  display: block;
  margin: 15px auto;
  height: 15px;
  width: 45px;
}

@media (min-width: 768px) {
  .o-country-selector .a-cos-logo {
    height: 35px;
    width: 80px;
  }
}

@media (min-width: 1025px) {
  .o-country-selector .a-cos-logo {
    z-index: 1;
    position: absolute;
    height: 20px;
    width: 60px;
    left: 30px;
    top: 25px;
    margin: 0;
  }
}

.o-country-selector .image-content {
  display: none;
}

@media (min-width: 1025px) {
  .o-country-selector .image-content {
    background-image: url("/ja-jp/etc/designs/appeaser/cos/clientlibs/pattern-lib/images/country-selector-img-cos.jpg");
    background-size: cover;
    background-position: center center;
    display: block;
    width: 50%;
    overflow: hidden;
    position: relative;
  }
}

.o-country-selector .selector-content {
  margin-top: 55px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-country-selector .selector-content {
    width: 66.66667%;
    padding-right: 6px;
    padding-left: 6px;
    margin-left: 16.66666%;
    margin: 0 140px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media (min-width: 1025px) {
  .o-country-selector .selector-content {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
    padding: 0 8.33333%;
    margin: 0;
    width: 50%;
    right: 0;
  }
}

.o-country-selector .a-heading-1 {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 26px;
  display: inline-block;
  width: 100%;
  margin: 0;
}

@media (min-width: 768px) {
  .o-country-selector .a-heading-1 {
    font-size: 24px;
    line-height: 30px;
  }
}

.o-country-selector .a-paragraph {
  color: #999999;
  margin: 17px 0 28px;
}

@media (min-width: 768px) {
  .o-country-selector .a-paragraph {
    margin-bottom: 35px;
  }
}

.o-country-selector .a-paragraph:last-child {
  font-size: 11px;
  line-height: 16px;
  margin-top: 72px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .o-country-selector .a-paragraph:last-child {
    margin-top: 73px;
    margin-bottom: 0;
  }
}

.o-country-selector .a-paragraph .country-selector-link {
  color: #999999;
  text-decoration: underline;
}

.o-country-selector .countries {
  margin-bottom: 54px;
}

@media (min-width: 768px) {
  .o-country-selector .countries {
    column-count: 2;
  }
}

.o-delivery .delivery-heading {
  margin-bottom: 3px;
  padding: 0;
}

.o-delivery .delivery-heading .a-heading-2 {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  color: #1B1B1B;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  letter-spacing: 0.0825em;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .o-delivery .delivery-heading .a-heading-2 {
    width: 50%;
    padding-right: 0;
    padding-left: 0;
    display: inline-block;
  }
}

@media (min-width: 1025px) {
  .o-delivery .delivery-heading .a-heading-2 {
    width: 53.33333%;
    padding-right: 0;
    padding-left: 0;
  }
}

.o-delivery .delivery-heading .a-paragraph {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  color: #1B1B1B;
  font-size: 12px;
  line-height: 17px;
  padding: 0;
}

@media (min-width: 768px) {
  .o-delivery .delivery-heading .a-paragraph {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
    display: inline-block;
    float: right;
    text-align: right;
    padding-right: 0;
  }
}

@media (min-width: 1025px) {
  .o-delivery .delivery-heading .a-paragraph {
    width: 40%;
    padding-right: 10px;
    padding-left: 10px;
    padding-right: 0;
  }
}

.o-delivery .delivery-heading .a-paragraph .a-link {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .o-delivery .delivery-heading .delivery-heading-methods {
    padding-right: 0;
  }
}

.o-delivery .m-error {
  margin-left: 4px;
}

.o-delivery .m-radio-button-selector {
  padding-top: 20px;
  padding-bottom: 16px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .o-delivery .m-radio-button-selector {
    display: block;
    padding-top: 10px;
  }
}

.o-delivery .selector-content {
  min-height: 13px;
}

@media (min-width: 768px) {
  .o-delivery .selector-content {
    min-height: 23px;
  }
}

.o-delivery .delivery-option {
  width: 83.33333%;
  padding-right: 4px;
  padding-left: 4px;
  padding-left: 0;
  margin-bottom: 20px;
}

.o-delivery .delivery-option:nth-child(odd) {
  -ms-flex-order: 1;
  order: 1;
}

.o-delivery .delivery-option:nth-child(even) {
  -ms-flex-order: 2;
  order: 2;
}

.o-delivery .delivery-option::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

@media (min-width: 768px) {
  .o-delivery .delivery-option {
    width: 33.33333%;
    padding-right: 6px;
    padding-left: 6px;
    display: inline-block;
    vertical-align: top;
  }
  .o-delivery .delivery-option:nth-child(odd) {
    float: left;
    padding-left: 0;
    margin-right: 0;
  }
  .o-delivery .delivery-option:nth-child(even) {
    margin-right: 8.33333%;
  }
  .o-delivery .delivery-option:first-child {
    float: none;
  }
}

@media (min-width: 1025px) {
  .o-delivery .delivery-option {
    width: 46.66667%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .o-delivery .delivery-option:nth-child(even) {
    margin-right: 0;
  }
}

.o-delivery .delivery-option span {
  width: calc(100% - 38px);
}

.o-delivery .delivery-option span.option {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  color: #1B1B1B;
  font-size: 12px;
  line-height: 17px;
}

.o-delivery .delivery-option .hazmat-text,
.o-delivery .delivery-option .not-available-text {
  display: none;
}

.o-delivery .delivery-option .hazmat-text .a-link {
  border-color: #1B1B1B;
}

.o-delivery .delivery-option .hazmat-image,
.o-delivery .delivery-option .warning-image {
  display: none;
}

.o-delivery .delivery-option .label-text {
  position: relative;
  display: inline-block;
  width: calc(100% - 26px);
}

.o-delivery .delivery-option .label-text .option {
  display: block;
}

.o-delivery .delivery-option.has-warning .warning-image {
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  right: calc(60% - 140px);
}

.o-delivery .delivery-option.flammable .hazmat-image {
  display: block;
  position: absolute;
  height: 21px;
  width: 21px;
  top: 0;
  right: calc(60% - 110px);
}

.o-delivery .delivery-option.flammable .a-radio-button:checked .b-radio-button:checked ~ .label-text .hazmat-text {
  color: #1B1B1B;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  line-height: 15px;
  width: 100%;
  margin-top: 16px;
  display: block;
}

@media (min-width: 1025px) {
  .o-delivery .delivery-option.flammable .a-radio-button:checked .b-radio-button:checked ~ .label-text .hazmat-text {
    margin-top: 12px;
  }
}

.o-delivery .delivery-option.flammable .a-radio-button:checked .b-radio-button:checked ~ .label-text .hazmat-text .a-link {
  color: #1B1B1B;
}

.o-delivery .delivery-option.flammable.has-warning .a-paragraph {
  width: calc(100% - 70px);
}

.o-delivery .delivery-option.flammable.has-warning .warning-image {
  right: calc(60% - 140px);
}

.o-delivery .delivery-option.not-available .option {
  color: #E0E0E0;
}

.o-delivery .delivery-option.not-available .not-available-text {
  display: block;
}

.o-delivery .delivery-option .m-radio-button span:nth-child(2),
.o-delivery .delivery-option .m-radio-button span:nth-child(3) {
  color: #999999;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  display: inline-block;
  width: auto;
}

.o-delivery .delivery-option .m-radio-button span:nth-child(2):before,
.o-delivery .delivery-option .m-radio-button span:nth-child(3):before {
  content: "(";
}

.o-delivery .delivery-option .m-radio-button span:nth-child(2):after,
.o-delivery .delivery-option .m-radio-button span:nth-child(3):after {
  content: ",";
}

.o-delivery .delivery-option .m-radio-button span:nth-child(3):after {
  content: ")";
}

.o-delivery .delivery-option .m-radio-button span:nth-child(3):before {
  content: "\00a0";
}

.o-delivery .delivery-option.home-delivery-next-day .m-radio-button span:nth-child(2):before,
.o-delivery .delivery-option.pick-up-location-next-day .m-radio-button span:nth-child(2):before {
  content: "";
}

.o-delivery .delivery-option.home-delivery-next-day .m-radio-button span:nth-child(3):after,
.o-delivery .delivery-option.pick-up-location-next-day .m-radio-button span:nth-child(3):after {
  content: "";
}

.o-delivery .selector-content .content-wrapper {
  opacity: 0;
  display: none;
}

.o-delivery .selector-content .content-wrapper.show {
  opacity: 1;
  display: block;
}

.o-delivery .delivery-notification {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  display: none;
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .o-delivery .delivery-notification {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  .o-delivery .delivery-notification {
    width: 46.66667%;
    padding-right: 10px;
    padding-left: 10px;
    padding-left: 0;
  }
}

.o-delivery .delivery-notification .a-heading-3,
.o-delivery .delivery-notification .m-checkbox {
  font-size: 12px;
  line-height: 17px;
}

.o-delivery .delivery-notification .a-heading-3 {
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  padding: 17px 0 7px;
}

.o-delivery .delivery-notification .is-secondary {
  display: none;
  margin-top: 8px;
}

.o-delivery .delivery-notification .is-primary {
  margin-bottom: 28px;
}

.o-delivery .delivery-notification .delivery-phone {
  margin-bottom: 12px;
}

.o-delivery .delivery-notification .delivery-phone-wrapper {
  margin-bottom: 16px;
  display: inline-block;
  width: 100%;
}

@media (min-width: 1025px) {
  .o-delivery .delivery-notification .delivery-phone-wrapper {
    margin-bottom: 24px;
  }
}

.o-delivery .delivery-notification .delivery-phone-wrapper.is-mandatory .m-checkbox {
  display: none;
}

.o-delivery .delivery-notification .delivery-phone-wrapper:not(.is-mandatory) .m-input-phone-number {
  display: none;
}

.o-delivery .delivery-notification .delivery-phone-wrapper:not(.is-mandatory) .m-input-phone-number.ticked {
  display: block;
}

.o-delivery .delivery-notification .delivery-phone-wrapper .input-country-code {
  width: 68px;
  margin-right: 0;
}

@media (min-width: 768px) {
  .o-delivery .delivery-notification .delivery-phone-wrapper .input-country-code {
    width: 50px;
  }
}

.o-delivery .delivery-notification.section.is-editable .cancel {
  display: none;
}

.o-delivery.has-selected-delivery-option .delivery-notification {
  display: block;
}

.o-faq {
  text-align: center;
  margin: 40px 0 25px;
}

.u-row > .o-faq {
  padding: 0 14px;
}

@media (min-width: 768px) {
  .o-faq {
    margin: 51px 0 25px;
  }
}

@media (min-width: 1025px) {
  .o-faq {
    margin: 90px 0 73px;
  }
}

.o-faq .o-list {
  font-size: 13px;
  line-height: 18px;
}

.o-faq .o-list li {
  margin-bottom: 18px;
}

.o-faq .o-list li:last-child {
  margin-bottom: 0;
}

.o-filter-badges .m-filter-badge {
  margin: 1px 12px 1px 0;
}

@media (min-width: 1025px) {
  .o-filter {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    padding-right: 8px;
  }
}

.o-filter.has-error .m-dropdown.filter-dropdown .placeholder {
  color: #CCCCCC;
}

.o-filter .m-dropdown.filter-dropdown .list-wrapper .options {
  font-size: 12px;
  line-height: 17px;
  color: #999999;
  text-transform: none;
  text-align: left;
}

.o-filter .m-dropdown.filter-dropdown .a-icon-arrow-down-small:before {
  content: "";
}

.o-forgot-password {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  color: #1B1B1B;
  text-align: center;
}

.o-forgot-password .forgot-password-form {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .o-forgot-password .forgot-password-form {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .o-forgot-password .forgot-password-form {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.o-forgot-password .forgot-password-form .o-form {
  margin: 24px 5px 0;
}

@media (min-width: 768px) {
  .o-forgot-password .forgot-password-form .o-form {
    margin: 61px 0 0;
  }
}

@media (min-width: 1025px) {
  .o-forgot-password .forgot-password-form .o-form {
    margin: 24px 0 0;
  }
}

.o-forgot-password .forgot-password-form .o-form .a-heading-2 {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 43px;
	margin-top: -1rem;
  text-align: left;
}
@media (min-width: 768px) {
  .o-forgot-password .forgot-password-form .o-form .a-heading-2 {
    text-align: center;
  }
}

.o-forgot-password .forgot-password-form .o-form .data {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  padding: 0 7px;
  margin-bottom: 20px;
  display: inline-block;
}

.o-forgot-password .forgot-password-form .o-form .m-input {
  margin: 0 0 10px;
  text-align: left;
  padding-top: 0;
}

.o-forgot-password .forgot-password-form .o-form .m-input .a-label {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 3px;
}

.o-forgot-password .forgot-password-form .o-form .a-button {
  margin: 16px 0 24px;
}

.o-forgot-password .forgot-password-form .o-form .a-button.is-secondary {
  display: none;
}

.o-forgot-password .forgot-password-form .o-form .m-error.js-m-error {
  display: none;
}

.o-forgot-password .forgot-password-image {
  display: none;
}

.o-footer {
  padding-left: 10px;
  padding-right: 10px;
  padding: 40px 10px 18px;
  max-width: 1600px;
  margin: 0 auto 50px auto;
}

@media (min-width: 768px) {
  .o-footer {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (min-width: 1025px) {
  .o-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .o-footer {
    padding: 40px 14px 18px;
  }
}

@media (min-width: 1025px) {
  .o-footer {
    padding: 50px 20px 10px;
  }
}

.o-footer .back-to-top {
  display: none;
}

@media (min-width: 768px) {
  .o-footer .back-to-top {
    letter-spacing: 0.0825em;
    text-transform: uppercase;
    display: block;
    float: right;
    padding: 55px 4.66667px 50px;
    font-size: 10px;
  }
}

@media (min-width: 1025px) {
  .o-footer .back-to-top {
    padding: 45px 6.66667px 50px;
  }
}

.o-footer .back-to-top.u-display-none {
  display: none;
}

.o-footer .back-to-top .a-icon-up-arrow {
  font-size: 22px;
  margin-left: 5px;
  margin-top: -3px;
}

.o-footer .a-keyline {
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  width: calc(100% - 8px);
  clear: both;
}

@media (min-width: 768px) {
  .o-footer .a-keyline {
    width: calc(100% - 12px);
  }
}

@media (min-width: 1025px) {
  .o-footer .a-keyline {
    width: calc(100% - 20px);
  }
}

.o-footer .items {
  width: 50%;
  padding-right: 4px;
  padding-left: 4px;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 768px) {
  .o-footer .items {
    width: 25%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .o-footer .items {
    width: 16.66667%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .o-footer .items:nth-last-child(2) {
    width: auto;
  }
}

.o-footer .items .a-link {
  font-size: 12px;
  line-height: 26px;
  display: block;
}

@media (min-width: 1025px) {
  .o-footer .items .a-link {
    line-height: 22px;
  }
}

@media (min-width: 768px) {
  .o-footer .items:last-child {
    width: auto;
    float: right;
  }
}

.o-footer .items:nth-child(1),
.o-footer .items:nth-child(2) {
  margin-bottom: 27px;
}

@media (min-width: 768px) {
  .o-footer .items:nth-child(1),
.o-footer .items:nth-child(2) {
    margin-bottom: 0;
  }
}

.o-forgot-password-confirmation {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  color: #1B1B1B;
  padding-top: 24px;
  text-align: center;
}

@media (min-width: 768px) {
  .o-forgot-password-confirmation {
    padding-top: 32px;
  }
}

@media (min-width: 1025px) {
  .o-forgot-password-confirmation {
    padding-top: 24px;
  }
}

.o-forgot-password-confirmation .confirmation-text-block {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .o-forgot-password-confirmation .confirmation-text-block {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .o-forgot-password-confirmation .confirmation-text-block {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.o-forgot-password-confirmation .confirmation-text-block .a-heading-1 {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  margin: 0 0 18px;
}

@media (min-width: 768px) {
  .o-forgot-password-confirmation .confirmation-text-block .a-heading-1 {
    margin-bottom: 18px;
  }
}

.o-forgot-password-confirmation .confirmation-text-block .a-paragraph {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
}

.o-forgot-password-confirmation .confirmation-text-block .remember-password-link {
  display: none;
}

.o-forgot-password-confirmation .confirmation-image-block {
  display: none;
}

.o-grid-controller::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.o-grid-controller .column {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

@media (min-width: 768px) {
  .o-grid-controller .column {
    float: none;
  }
}

.o-grid-controller .column:not(:last-child) > *:last-child {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .o-grid-controller .column:not(:last-child) > *:last-child {
    margin-bottom: 0;
  }
}

.o-grid-controller .column:last-child .m-free-tile .cta-wrapper:last-child {
  margin-bottom: 0;
}

.o-grid-controller .column:last-child:not(.scrollable-content) .o-grid-controller .column:last-child .m-free-tile .headline-preamble-wrapper:nth-child(2) {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .o-grid-controller .column .m-free-tile:last-child {
    padding-bottom: 0;
  }
}

.o-grid-controller .column .m-free-tile .a-picture:last-child {
  margin-bottom: 0;
}

.o-grid-controller .column .m-free-tile .cta-wrapper:last-child {
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .o-grid-controller .column .m-free-tile .cta-wrapper:last-child {
    padding-bottom: 0;
  }
}

.o-grid-controller.is-two-cols .column {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-grid-controller.is-two-cols .column {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .o-grid-controller.is-two-cols .column {
    width: 37.5%;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 8.33334%;
    display: inline-block;
    float: left;
  }
}

@media (min-width: 768px) {
  .o-grid-controller.is-three-cols .content {
    text-align: center;
  }
}

.o-grid-controller.is-three-cols .column {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-grid-controller.is-three-cols .column {
    width: 33.33333%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .o-grid-controller.is-three-cols .column {
    width: 33.33333%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .o-grid-controller.is-three-cols .column {
    text-align: left;
  }
}

.o-grid-controller.is-three-cols .column.is-empty-col {
  display: none;
}

.o-grid-controller.is-three-cols.has-main-tile .scrollable-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .o-grid-controller.is-three-cols.has-main-tile .scrollable-content {
    display: block;
  }
}

.o-grid-controller.is-three-cols.has-main-tile .scrollable-content .column {
  width: 50%;
  padding-right: 4px;
  padding-left: 4px;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 768px) {
  .o-grid-controller.is-three-cols.has-main-tile .scrollable-content .column {
    width: 33.33333%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .o-grid-controller.is-three-cols.has-main-tile .scrollable-content .column {
    width: 33.33333%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.o-grid-controller.is-three-cols.has-main-tile .scrollable-content .column.main-tile-mobile {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 768px) {
  .o-grid-controller.is-three-cols.has-main-tile .scrollable-content .column.main-tile-mobile {
    width: 33.33333%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .o-grid-controller.is-three-cols.has-main-tile .scrollable-content .column.main-tile-mobile {
    width: 33.33333%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.o-grid-controller.is-three-cols.is-one-cols-center .column {
  display: none;
  margin: 0 auto;
}

.o-grid-controller.is-three-cols.is-one-cols-center .column:nth-child(2) {
  display: block;
}

@media (min-width: 768px) {
  .o-grid-controller.is-three-cols.is-one-cols-center .column {
    display: block;
  }
}

.o-grid-controller.is-three-cols.is-one-cols-center .column .m-free-tile {
  padding-bottom: 0;
}

.o-grid-controller.is-three-cols.is-one-cols-center .column .m-free-tile p {
  margin-bottom: 0;
}

.o-grid-controller.is-four-cols .content {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.o-grid-controller.is-four-cols .content .scrollable-content {
  width: 333.33333%;
  padding-right: 4px;
  padding-left: 4px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

@media (min-width: 768px) {
  .o-grid-controller.is-four-cols .content .scrollable-content {
    width: 100%;
    padding: 0 14px;
  }
}

@media (min-width: 1025px) {
  .o-grid-controller.is-four-cols .content .scrollable-content {
    padding: 0 20px;
  }
}

.o-grid-controller.is-four-cols .content .scrollable-content .column {
  width: 25%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-grid-controller.is-four-cols .content .scrollable-content .column {
    width: 25%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .o-grid-controller.is-four-cols .content .scrollable-content .column {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.o-grid-controller.is-four-cols .content .grid-content {
  width: 200%;
  padding-right: 4px;
  padding-left: 4px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

@media (min-width: 768px) {
  .o-grid-controller.is-four-cols .content .grid-content {
    width: 100%;
    padding: 0 14px;
  }
}

@media (min-width: 1025px) {
  .o-grid-controller.is-four-cols .content .grid-content {
    padding: 0 20px;
  }
}

.o-grid-controller.is-four-cols .content .grid-content .column {
  width: 50%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-grid-controller.is-four-cols .content .grid-content .column {
    width: 25%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .o-grid-controller.is-four-cols .content .grid-content .column {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.o-grid-controller.is-four-cols.has-video .column {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-grid-controller.is-four-cols.has-video .column {
    width: 25%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .o-grid-controller.is-four-cols.has-video .column {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.o-grid-controller.is-four-cols .o-text-block {
  padding: 0 8px;
}

.o-grid-controller.is-four-cols.is-stacked-on-mobile .content .scrollable-content {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .o-grid-controller.is-four-cols.is-stacked-on-mobile .content .scrollable-content {
    padding: 0 14px;
  }
}

@media (min-width: 1025px) {
  .o-grid-controller.is-four-cols.is-stacked-on-mobile .content .scrollable-content {
    padding: 0 20px;
  }
}

.o-grid-controller.is-four-cols.is-stacked-on-mobile .content .scrollable-content .column {
  width: 50%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-grid-controller.is-four-cols.is-stacked-on-mobile .content .scrollable-content .column {
    width: 25%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .o-grid-controller.is-four-cols.is-stacked-on-mobile .content .scrollable-content .column {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.o-grid-controller.is-four-cols.is-large-spacing .content .scrollable-content {
  padding: 0;
}

.o-grid-controller.is-four-cols.is-large-spacing .content .scrollable-content .column {
  margin-top: 4px;
  margin-bottom: 30px;
}

.o-form .m-error.js-m-error {
  color: #DA441B;
}

.o-header {
  color: #1B1B1B;
  z-index: 20;
  transform: translate3d(0,
0,
0);
  transition: background-color .3s ease-in-out,
border .3s ease-in-out;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 50px;
}

@media (min-width: 768px) {
  .o-header {
    position: static;
  }
}

@media (min-width: 1151px) {
  .o-header {
    padding: 0;
  }
}

@media (min-width: 1151px) {
  .o-header:before {
    display: none;
  }
}

.o-header .link-to-content {
  position: absolute;
  left: -999em;
}

.o-header .header-container {
  overflow: hidden;
}

@media (min-width: 1151px) {
  .o-header .header-container {
    z-index: 20;
    animation: slide-up 0.6s ease;
    transition: background-color .3s ease-in-out,
border .10ms 0.3s;
    position: absolute;
    width: 100%;
    height: 50px;
  }
  .o-header .header-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: transparent;
    transition: background-color 0.6s ease;
  }
}

.o-header .result {
  display: none;
}

@media (min-width: 1151px) {
  .o-header.search-is-open {
    transition: none;
  }
}

.o-header.search-is-open .header-wrapper {
  background-color: rgba(255,
255,
255,
0.8);
  z-index: 50;
}

@media (min-width: 768px) {
  .o-header.search-is-open .header-container .o-navigation {
    left: 0;
  }
}

@media (min-width: 1151px) {
  .o-header.search-is-open .header-container {
    background-color: #FFFFFF;
    height: auto;
  }
}

@media (min-width: 1151px) {
  .o-header.search-is-open .a-icon-search,
  .o-header.search-is-open .a-icon-search span {
    color: #999999;
  }
}

.o-header .mobile-background {
  border-bottom: 1px solid transparent;
  height: 50px;
  box-sizing: border-box;
  transform: translate3d(0,
0,
0);
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .o-header .mobile-background {
    display: none;
  }
}

.o-header .navigation-icons {
  z-index: 21;
  position: relative;
  float: left;
}

.o-header .navigation-icons [class^="a-icon"] {
  animation: heightAdjust 0.2s ease;
}

@media (min-width: 768px) {
  .o-header .navigation-icons {
    margin: 13px 0 0;
    cursor: pointer;
  }
}

.o-header .a-icon-menu {
  font-size: 16px;
  letter-spacing: 0.04em;
  display: inline-block;
  line-height: inherit;
  vertical-align: top;
  cursor: pointer;
  font-size: 18px;
  padding: 12px 6px 10px calc(10px + 4px);
}

@media (min-width: 768px) {
  .o-header .a-icon-menu {
    padding: 7px 6px 10px calc(14px + 6px);
    font-size: 24px;
    line-height: 25px;
  }
}

@media (min-width: 1025px) {
  .o-header .a-icon-menu {
    padding-left: calc(20px + 10px);
    margin-left: -2px;
  }
}

@media (min-width: 1151px) {
  .o-header .a-icon-menu {
    font-size: 21px;
  }
}

.o-header .search {
  display: inline-block;
  padding: 14px 10px 10px 8px;
  font-size: 15px;
}

@media (min-width: 768px) {
  .o-header .search {
    font-size: 20px;
    padding-top: 11px;
    margin-left: 10px;
  }
}

@media (min-width: 1151px) {
  .o-header .search {
    padding-top: 12px;
  }
}

.o-header .a-link.back-to-top {
  z-index: 20;
  color: #1B1B1B;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.04em;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  left: 50%;
  top: 10px;
  padding: 10px;
  padding-top: 11px;
  opacity: 0;
  display: block;
  cursor: pointer;
  margin-top: -4px;
  vertical-align: middle;
  transform: translate3d(-50%,
0px,
0px);
  position: absolute;
}

@media (min-width: 768px) {
  .o-header .a-link.back-to-top {
    display: none;
  }
}

.o-header .header-curtain {
  position: absolute;
  width: 100%;
}

@media (min-width: 1151px) {
  .o-header .header-curtain {
    max-width: 100%;
    padding: 0 1.25rem;
    /* transition: height 0.6s ease; */
    position: relative;
    margin: 0 auto;
  }
}

.o-header .header-wrapper {
  width: 100%;
  position: absolute;
}

@media (min-width: 768px) {
  .o-header .header-wrapper {
    z-index: auto;
    /* height: 50px; */
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
  }
}

@media (min-width: 1151px) {
  .o-header .header-wrapper {
    border: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: static;
    margin: 0;
    height: 50px;
    width: 100%;
  }
}

.o-header .category-wrapper .category-list {
  opacity: 0;
}

.o-header.is-open .category-list {
  opacity: 1;
  transition: opacity 0.3s ease 0.8s;
}

@media (min-width: 768px) {
  .o-header.is-open .category-list {
    transition: none;
  }
}

@media (min-width: 1151px) {
  .o-header.is-open .category-wrapper {
    animation: slide-up-navigation 0.6s ease;
    height: 0;
  }
}

.o-header .a-cos-logo {
  z-index: 22;
  transform: translateX(-50%);
  display: inline-block;
  text-align: center;
  position: absolute;
  padding: 0;
  margin-top: 18px;
  cursor: pointer;
  height: 24px;
  width: 76px;
  left: 50%;
  margin-left: -2px;
}

@media (min-width: 768px) {
  .o-header .a-cos-logo {
    z-index: 20;
    margin-top: 10px;
    height: 26px;
    width: 98px;
    top: 0;
  }
}

@media (max-width: 1151px) {
  .o-header .a-cos-logo {
    text-align: left;
    transform: none;
    height: 43px;
    width: 94px;
    margin: 0;
    left: 10px;
    top: 10px;
  }
}

.o-header .a-cos-logo svg {
  width: 100%;
  height: auto;
}

@media (min-width: 1151px) {
  .o-header .a-cos-logo svg {
    width: 60px;
  }
}

@media (max-width: 750px) {
  .o-header .a-cos-logo svg {
    height: 24px;
  }
}

.o-header .m-bag,
.o-header .back-to-shop {
  z-index: 21;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  cursor: pointer;
  float: right;
  right: 0;
}

@media (min-width: 1151px) {
  .o-header .m-bag,
  .o-header .back-to-shop {
    right: calc(20px + 10px);
    top: 11px;
  }
}

.o-header .back-to-shop {
  display: none;
}

@media (min-width: 768px) {
  .o-header .back-to-shop {
    z-index: auto;
  }
}

.o-header .m-bag {
  margin-top: -1px;
}

.o-header .m-bag [class^="a-icon"] {
  animation: heightAdjust 0.2s ease;
}

@media (min-width: 768px) {
  .o-header .m-bag {
    margin-top: 0;
  }
  .o-header .m-bag [class^="a-icon"] {
    animation: none;
  }
}

@media (min-width: 1025px) {
  .o-header .m-bag {
    right: -3px;
  }
}

@media (min-width: 1151px) {
  .o-header .m-bag {
    right: calc(20px + 10px);
    margin-top: 0;
    top: 13px;
  }
}

@media (min-width: 768px) {
  .o-header .o-search {
    padding-top: 66px;
  }
}

@media (min-width: 1151px) {
  .o-header .o-search {
    padding-top: 54px;
  }
}

.o-header .result-list {
  padding-bottom: 15px;
}

.o-header .result-list li {
  padding-top: 5px;
}

.o-header.is-relative {
  position: relative;
}

@media (min-width: 768px) {
  .o-header.is-relative .o-search {
    position: absolute;
  }
}

@media (min-width: 1151px) {
  .o-header.is-relative .o-search .result-list {
    position: absolute;
    width: 100%;
  }
}

.o-header.has-background {
  transform: none;
}

@media (min-width: 768px) {
  .o-header.has-background {
    background-color: #FFFFFF;
    transition: background-color .3s ease-in;
    transform: translate3d(0,
0,
0);
  }
}

@media (min-width: 1151px) {
  .o-header.has-background {
    background-color: transparent;
  }
}

@media (min-width: 1151px) {
  .o-header.has-background .header-container {
    background-color: transparent;
  }
}

.o-header.has-background .mobile-background {
  background-color: #FFFFFF;
  transition: background-color .1s ease-in,
border .3s ease-in-out;
  height: 43px;
}

.o-header.has-background .back-to-top {
  opacity: 1;
}

.o-header.has-background .a-cos-logo {
  background-color: #FFFFFF;
  box-shadow: 0 0 5px 8px #FFFFFF;
}

@media (min-width: 768px) {
  .o-header.has-background .a-cos-logo {
    background-color: transparent;
    box-shadow: none;
  }
}

@media (min-width: 768px) {
  .o-header.has-underline {
    transition: border .3s ease-in-out;
  }
  .o-header.has-underline:before {
    background-color: #E7E7E7;
  }
}

@media (min-width: 1151px) {
  .o-header.has-underline:not(.search-is-open) {
    border-bottom: 1px solid #E7E7E7;
  }
}

@media (min-width: 1151px) {
  .o-header.has-underline .header-container:after {
    transition: background-color 10ms 0.6s;
  }
}

.o-header.has-underline .mobile-background {
  border-bottom: 1px solid #E7E7E7;
}

@media (min-width: 768px) {
  .o-header.has-underline .o-search {
    border-bottom: 1px solid #E7E7E7;
  }
}

@media (min-width: 1151px) {
  .o-header.has-underline .o-search {
    border: none;
  }
}

.o-header.has-underline .o-search:not(.is-enabled) .search-form:before {
  transition: background-color 10ms 0.3s;
}

.o-header.is-white:not(.has-background) {
  background-color: transparent;
  color: #1B1B1B;
}

@media (max-width: 1024px) {
  .o-header.is-white:not(.has-background) {
    background-color: transparent;
    color: #FFFFFF;
  }
}

.o-header.is-white:not(.has-background) .a-icon-bag,
.o-header.is-white:not(.has-background) .back-to-shop,
.o-header.is-white:not(.has-background) .m-search .a-icon-search,
.o-header.is-white:not(.has-background) .m-bag .a-heading-3 {
  color: #FFFFFF;
}

.o-header.is-white:not(.has-background) svg g .st3 {
  fill: #FFFFFF;
}

@media (min-width: 1025px) {
  .o-header.is-white:not(.has-background) .departments .a-link,
  .o-header.is-white:not(.has-background) .sign-in-section .a-link {
    color: #FFFFFF;
  }
  .o-header.is-white:not(.has-background) .shipping {
    color: #FFFFFF;
  }
}

@media (min-width: 1025px) {
  .o-header.is-white:not(.has-background) .header-curtain:hover .o-navigation .a-link {
    color: #1B1B1B;
  }
  .o-header.is-white:not(.has-background) .header-curtain:hover .o-navigation .sub-menu .a-link {
    color: #1B1B1B;
  }
  .o-header.is-white:not(.has-background) .header-curtain:hover .m-bag .a-heading-3,
  .o-header.is-white:not(.has-background) .header-curtain:hover .m-bag .a-icon-bag {
    color: #1B1B1B;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .o-header.is-white:not(.has-background) .header-curtain:hover .m-search .a-icon-search {
    color: #1B1B1B;
  }
  .o-header.is-white:not(.has-background) .header-curtain:hover .a-cos-logo {
    opacity: 1;
  }
  .o-header.is-white:not(.has-background) .header-curtain:hover .a-cos-logo svg g .st3 {
    fill: #1B1B1B;
  }
}

@media (min-width: 1025px) {
  .o-header.is-white:not(.has-background) .header-curtain:hover .m-bag:hover {
    color: #CCCCCC;
  }
}

.o-header.is-black:not(.has-background) {
  color: #000000;
}

.o-header.is-black:not(.has-background) .a-icon-bag,
.o-header.is-black:not(.has-background) .back-to-shop,
.o-header.is-black:not(.has-background) .m-search .a-icon-search,
.o-header.is-black:not(.has-background) .m-bag .a-heading-3 {
  color: #000000;
}

.o-header.is-black:not(.has-background) svg g .st3 {
  fill: #000000;
}

@media (min-width: 1025px) {
  .o-header.is-black:not(.has-background) .departments .a-link,
  .o-header.is-black:not(.has-background) .sign-in-section .a-link {
    color: #000000;
  }
  .o-header.is-black:not(.has-background) .shipping {
    color: #000000;
  }
}

@media (min-width: 1025px) {
  .o-header.is-white.search-is-open .o-navigation .a-link,
.o-header.is-white.is-open .o-navigation .a-link,
.o-header.is-black.search-is-open .o-navigation .a-link,
.o-header.is-black.is-open .o-navigation .a-link {
    color: #1B1B1B;
  }
  .o-header.is-white.search-is-open .o-navigation .sub-menu .a-link,
.o-header.is-white.is-open .o-navigation .sub-menu .a-link,
.o-header.is-black.search-is-open .o-navigation .sub-menu .a-link,
.o-header.is-black.is-open .o-navigation .sub-menu .a-link {
    color: #1B1B1B;
  }
  .o-header.is-white.search-is-open .m-bag .a-heading-3,
  .o-header.is-white.search-is-open .m-bag .a-icon-bag,
.o-header.is-white.is-open .m-bag .a-heading-3,
  .o-header.is-white.is-open .m-bag .a-icon-bag,
.o-header.is-black.search-is-open .m-bag .a-heading-3,
  .o-header.is-black.search-is-open .m-bag .a-icon-bag,
.o-header.is-black.is-open .m-bag .a-heading-3,
  .o-header.is-black.is-open .m-bag .a-icon-bag {
    color: #1B1B1B;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .o-header.is-white.search-is-open .m-search .a-icon-search,
.o-header.is-white.is-open .m-search .a-icon-search,
.o-header.is-black.search-is-open .m-search .a-icon-search,
.o-header.is-black.is-open .m-search .a-icon-search {
    color: #1B1B1B;
  }
  .o-header.is-white.search-is-open .a-cos-logo,
.o-header.is-white.is-open .a-cos-logo,
.o-header.is-black.search-is-open .a-cos-logo,
.o-header.is-black.is-open .a-cos-logo {
    opacity: 1;
  }
  .o-header.is-white.search-is-open .a-cos-logo svg g .st3,
.o-header.is-white.is-open .a-cos-logo svg g .st3,
.o-header.is-black.search-is-open .a-cos-logo svg g .st3,
.o-header.is-black.is-open .a-cos-logo svg g .st3 {
    fill: #1B1B1B;
  }
}

@media (min-width: 1025px) {
  .o-header.is-white.search-is-open .header-curtain .m-search .a-icon-search,
  .o-header.is-white.search-is-open .header-curtain:hover .m-search .a-icon-search,
.o-header.is-black.search-is-open .header-curtain .m-search .a-icon-search,
  .o-header.is-black.search-is-open .header-curtain:hover .m-search .a-icon-search {
    color: #999999;
  }
}

.o-header.is-white.is-open .m-search .a-icon-search,
.o-header.is-black.is-open .m-search .a-icon-search {
  color: #1B1B1B;
}

.o-header.sticky-header {
  position: relative;
  top: 0;
}

@media (min-width: 768px) {
  .o-header.sticky-header {
    position: fixed;
    min-height: 69px;
  }
}

.o-header.sticky-header .mobile-background {
  position: fixed;
  top: 0;
  transform: none;
}

.o-header.sticky-header .o-navigation {
  top: 0;
  position: fixed;
}

@media (min-width: 768px) {
  .o-header.sticky-header .o-navigation {
    position: relative;
  }
}

@media (min-width: 1151px) {
  .o-header.sticky-header.search-is-open {
    border-width: 0;
  }
  .o-header.sticky-header.search-is-open .header-wrapper {
    z-index: 20;
  }
}

.o-header.sticky-header .navigation-icons,
.o-header.sticky-header .m-bag,
.o-header.sticky-header .back-to-shop {
  position: fixed;
  top: 0;
  animation: heightAdjust 0.2s ease;
}

.o-header.sticky-header .navigation-icons [class^="a-icon"],
.o-header.sticky-header .m-bag [class^="a-icon"],
.o-header.sticky-header .back-to-shop [class^="a-icon"] {
  animation: none;
}

@media (min-width: 768px) {
  .o-header.sticky-header .navigation-icons,
  .o-header.sticky-header .m-bag,
  .o-header.sticky-header .back-to-shop {
    margin-right: 0;
    animation: none;
  }
}

@media (min-width: 1151px) {
  .o-header.sticky-header .navigation-icons,
  .o-header.sticky-header .m-bag,
  .o-header.sticky-header .back-to-shop {
    position: absolute;
    top: 11px;
  }
}

@media (min-width: 1151px) {
  .o-header.sticky-header .m-bag {
    top: 13px;
  }
}

@media (min-width: 1151px) {
  .o-header.sticky-header .header-wrapper {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .o-header.sticky-header .a-cos-logo {
    background-color: transparent;
    box-shadow: none;
  }
}

@media (min-width: 1151px) {
  .o-header.sticky-header .a-cos-logo {
    position: absolute;
  }
}

.o-header.sticky-header .back-to-top {
  position: fixed;
}

.o-header.sticky-header .o-search {
  position: fixed;
}

@media (min-width: 768px) {
  .o-header.sticky-header .o-search {
    position: relative;
  }
}

@media (min-width: 1151px) {
  .o-header.sticky-header .o-search:before {
    display: none;
  }
}

.o-header.is-checkout .navigation-icons,
.o-header.is-checkout .navigation-wrapper,
.o-header.is-checkout .m-bag,
.o-header.is-checkout .back-to-top {
  display: none;
}

.o-header.is-checkout .back-to-shop {
  display: inline-block;
  padding: 15px calc(10px + 4px) 13px 10px;
  text-align: right;
  line-height: 15px;
  cursor: pointer;
  position: relative;
}

@media (min-width: 768px) {
  .o-header.is-checkout .back-to-shop {
    padding: 22px calc(14px + 6px) 30px 10px;
  }
}

@media (min-width: 1151px) {
  .o-header.is-checkout .back-to-shop {
    position: absolute;
    padding: 11px 0 15px 10px;
    margin-right: 0;
  }
}

.o-header.is-checkout .back-to-shop .a-heading-3 {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  color: #1B1B1B;
  font-size: 12px;
  line-height: 17px;
}

.o-header.is-checkout .a-cos-logo {
  transform: none;
  padding: 0;
  margin-left: 0;
  margin-top: 5px;
  line-height: 43px;
  left: calc(10px + 4px);
  justify-content: flex-start;
  width: 100%;
  background: #fff;
}
.o-header.is-checkout .mobile-background{
  border-bottom: 1px solid;
}

@media (min-width: 768px) {
  .o-header.is-checkout .a-cos-logo {
    left: calc(14px + 4px);
    line-height: 69px;
    margin-top: 0;
    display: flex;
    align-items:center;
  }
}
@media (max-width: 430px) {
  .o-header.is-checkout .a-cos-logo {
    display: flex;
    align-items:flex-start;
    margin-top: 0px;
    height:auto;
  }
  .o-header.is-checkout .a-cos-logo img {
    width: 45px;
    height: 15.89px;
  }
}


@media (min-width: 1151px) {
  .o-header.is-checkout .a-cos-logo {
    left: calc(20px + 10px);
    line-height: 68px;
    top: 0;
  }
  .o-header.is-checkout .a-cos-logo img {
    width: 60px;
    height: auto;
  }
}

.o-header.is-checkout .header-container {
  border-bottom: 1px solid #454545;
}

.o-header.is-checkout .header-wrapper {
  display: none;
}

@media (min-width: 1151px) {
  .o-header .minicart {
    width: 29.16667%;
    padding-right: 10px;
    padding-left: 10px;
    z-index: 21;
    max-width: 400px;
    position: absolute;
    top: 68px;
    right: 20px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .o-header.is-in-search-results {
    transition: border .3s ease-in-out;
  }
  .o-header.is-in-search-results:before {
    background-color: #E7E7E7;
  }
}

@media (min-width: 768px) and (min-width: 1151px) {
  .o-header.is-in-search-results:not(.search-is-open) {
    border-bottom: 1px solid #E7E7E7;
  }
}

@media (min-width: 768px) and (min-width: 1151px) {
  .o-header.is-in-search-results .header-container:after {
    transition: background-color 10ms 0.6s;
  }
}

@media (min-width: 768px) {
  .o-header.is-in-search-results .mobile-background {
    border-bottom: 1px solid #E7E7E7;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .o-header.is-in-search-results .o-search {
    border-bottom: 1px solid #E7E7E7;
  }
}

@media (min-width: 768px) and (min-width: 1151px) {
  .o-header.is-in-search-results .o-search {
    border: none;
  }
}

@media (min-width: 768px) {
  .o-header.is-in-search-results .o-search:not(.is-enabled) .search-form:before {
    transition: background-color 10ms 0.3s;
  }
}

@media (min-width: 1151px) {
  .o-header.is-in-search-results .header-container:after {
    transition: background-color 0.3s ease-in-out;
  }
}

@media (min-width: 768px) {
  .o-header.is-in-search-results .o-search {
    position: relative;
    display: block;
    transform: none;
    left: auto;
    z-index: -1;
  }
}

.o-header.is-open {
  z-index: 26;
}

@media (min-width: 768px) {
  .o-header.is-open {
    top: 0;
  }
}

@media (min-width: 1151px) {
  .o-header.is-open .header-container {
    /* animation: slide-down 0.6s ease; */
    height: 100vh;
    transition: background-color .3s ease-in-out;
  }
  .o-header.is-open .header-container:after {
    transition: none;
    /* background-color: #E7E7E7; */
  }
}

@media (min-width: 1151px) {
  .o-header.is-open .header-curtain {
    height: 100%;
    position: relative;
  }
}

.o-header.is-open .header-wrapper {
  z-index: 50;
  box-sizing: content-box;
}

@media (min-width: 768px) {
  .o-header.is-open .header-wrapper {
    transition: none;
  }
}

@media (min-width: 1151px) {
  .o-header.is-open .header-wrapper {
    z-index: auto;
    transition: background-color .3s ease-in-out;
    position: absolute;
    height: 100%;
    left: 0;
    overflow: hidden;
    top:0;
  }
}

.o-header.is-open .o-search.is-disabled {
  z-index: -1;
}

.o-header.is-open .o-navigation {
  transition: left 0.8s ease;
  left: 0;
}
.menu-announcement{
  display: none;
}
.o-header.is-open .o-navigation .category-wrapper .menu-announcement{
  display: block;
}

@media (min-width: 1151px) {
  .o-header.is-open .o-navigation {
    transition: none;
  }
}

@media (min-width: 1151px) {
  .o-header.is-open .o-navigation .navigation-wrapper {
    animation: none;
    height: auto;
  }
}

@media (min-width: 1151px) {
  .o-header.is-open .o-navigation .navigation-wrapper .main-menu {
    /* padding: 0 calc(20px); */
  }
}

.o-header.is-open .o-navigation .notification-message {
  display: block;
}

@media (min-width: 1151px) {
  .o-header.is-open .o-navigation .category-wrapper {
    animation: slide-down-navigation 0.6s ease;
    height: 100%;
    width: 100%;
    margin-left: 0;
    background-color: #fff;
    aspect-ratio: 2.67;
  }
}

.o-header.is-open .o-navigation .a-icon-close {
  display: inline-block;
}

.o-header.is-open .o-navigation .a-icon-close[aria-hidden="true"] {
  display: none;
}

@media (min-width: 1151px) {
  .o-header.is-open .o-navigation .a-icon-close {
    display: none;
  }
}

html.no-touchevents .o-header {
  transition: border .3s ease-in-out,
background-color .3s ease-in-out;
}

html.no-touchevents .o-header:hover:not(.is-open),
html.no-touchevents .o-header.hover:not(.is-open) {
  color: #1B1B1B;
  background-color: #FFFFFF;
}

html.no-touchevents .o-header:hover:not(.is-open) .header-container,
html.no-touchevents .o-header.hover:not(.is-open) .header-container {
  background-color: #FFFFFF;
}

html.no-touchevents .o-header:hover:not(.is-open) .header-curtain,
html.no-touchevents .o-header.hover:not(.is-open) .header-curtain {
  transition: background-color .3s ease-in-out;
  background-color: inherit;
}

html.no-touchevents .o-header:hover:not(.is-open):not(.is-black) .a-cos-logo svg g .st3,
html.no-touchevents .o-header.hover:not(.is-open):not(.is-black) .a-cos-logo svg g .st3 {
  fill: #1B1B1B;
}

html.no-touchevents .o-header:hover:not(.is-open) .m-bag .a-icon-bag,
html.no-touchevents .o-header:hover:not(.is-open) .m-bag .a-heading-3,
html.no-touchevents .o-header:hover:not(.is-open) .back-to-shop,
html.no-touchevents .o-header.hover:not(.is-open) .m-bag .a-icon-bag,
html.no-touchevents .o-header.hover:not(.is-open) .m-bag .a-heading-3,
html.no-touchevents .o-header.hover:not(.is-open) .back-to-shop {
  color: #1B1B1B;
}

html.no-touchevents .o-header:hover:not(.is-open) .m-bag:hover,
html.no-touchevents .o-header:hover:not(.is-open) .back-to-shop:hover,
html.no-touchevents .o-header.hover:not(.is-open) .m-bag:hover,
html.no-touchevents .o-header.hover:not(.is-open) .back-to-shop:hover {
  color: #CCCCCC;
}

@keyframes slide-up {
  0% {
    height: auto;
  }
  100% {
    height: 50px;
  }
}

@keyframes slide-down {
  from {
    height: 50px;
  }
  to {
    height: auto;
  }
}

@keyframes slide-up-navigation {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}

@keyframes slide-down-navigation {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

@keyframes heightAdjust {
  from {
    height: 40px;
  }
  to {
    height: 41px;
  }
}

.o-hero {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  margin: 50px auto;
  position: relative;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .o-hero .m-video-tile.is-multivideo {
    cursor: default;
  }
}

.o-hero.has-video {
  height: auto;
}

@media (min-width: 768px) {
  .o-hero {
    width: 83.33333%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .o-hero {
    width: 83.33333%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.o-hero .bcgr-color {
  position: relative;
}

.o-hero .a-video,
.o-hero .a-youtube-video,
.o-hero .a-vimeo-video {
  height: 100%;
  width: 100%;
}

.o-hero .a-picture {
  display: block;
}

.o-hero .a-picture img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.o-hero .a-picture + .m-teaser {
  width: 83.33333%;
  padding-right: 4px;
  padding-left: 4px;
  position: absolute;
  padding: 0 4px;
}

@media (min-width: 768px) {
  .o-hero .a-picture + .m-teaser {
    width: 41.66667%;
    padding-right: 6px;
    padding-left: 6px;
    padding: 0 6px;
  }
}

@media (min-width: 1025px) {
  .o-hero .a-picture + .m-teaser {
    width: 33.33333%;
    padding-right: 10px;
    padding-left: 10px;
    padding: 0 10px;
    max-width: 393px;
  }
}

.o-hero .a-picture + .m-teaser.align-top {
  top: 25px;
}

@media (min-width: 1025px) {
  .o-hero .a-picture + .m-teaser.align-top {
    top: 40px;
  }
}

.o-hero .a-picture + .m-teaser.align-middle {
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .o-hero .a-picture + .m-teaser.align-middle.align-center {
    transform: translate(-50%,
-50%);
  }
}

.o-hero .a-picture + .m-teaser.align-bottom {
  bottom: 25px;
}

@media (min-width: 768px) {
  .o-hero .a-picture + .m-teaser.align-bottom {
    bottom: 25px;
  }
}

@media (min-width: 1025px) {
  .o-hero .a-picture + .m-teaser.align-bottom {
    bottom: 40px;
  }
}

.o-hero .a-picture + .m-teaser.align-left {
  margin-left: 20px;
}

@media (min-width: 1025px) {
  .o-hero .a-picture + .m-teaser.align-left {
    margin-left: 40px;
  }
}

.o-hero .a-picture + .m-teaser.align-center {
  margin-left: 8.33333%;
}

@media (min-width: 768px) {
  .o-hero .a-picture + .m-teaser.align-center {
    margin-left: calc(50% - 12px / 2);
    transform: translateX(-50%);
  }
}

@media (min-width: 1025px) {
  .o-hero .a-picture + .m-teaser.align-center {
    margin-left: calc(50% - 20px / 2);
  }
}

@media (min-width: 768px) {
  .o-hero .a-picture + .m-teaser.align-center.align-middle {
    transform: translate(-50%,
-50%);
  }
}

.o-hero .a-picture + .m-teaser.align-right {
  margin-left: 8.33333%;
}

@media (min-width: 768px) {
  .o-hero .a-picture + .m-teaser.align-right {
    margin: 0;
    right: calc(20px + 12px / 2);
  }
}

@media (min-width: 1025px) {
  .o-hero .a-picture + .m-teaser.align-right {
    right: calc(40px + 20px / 2);
  }
}

.o-hero .m-teaser {
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .o-hero .m-teaser {
    max-width: 66.66664%;
  }
}

@media (min-width: 1025px) {
  .o-hero .m-teaser {
    max-width: 33.33336%;
  }
}

@media (min-width: 768px) {
  .o-hero .m-teaser.align-right {
    text-align: right;
    float: right;
  }
}

@media (min-width: 768px) {
  .o-hero .m-teaser.align-left {
    text-align: left;
    margin: 0;
  }
}

.o-hero .m-teaser .a-heading-1 {
  margin-top: 0;
  margin-bottom: 20px;
}

.o-hero .m-teaser .a-heading-1.q-mega,
.o-hero .m-teaser .a-heading-1.q-giga,
.o-hero .m-teaser .a-heading-1.q-peta {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
}

.o-hero .m-teaser .a-heading-1 .a-link {
  color: inherit;
  text-decoration: none;
}

.o-hero .m-teaser .a-heading-1 .a-link .underline:after {
  background-color: transparent;
}

.o-hero .m-teaser .a-paragraph {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  display: block;
  margin-bottom: 17px;
}

.o-hero .m-teaser .a-link {
  text-decoration: underline;
}

.o-hero .m-teaser .cta-wrapper .a-link {
  color: inherit;
  display: block;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .o-hero .m-teaser .cta-wrapper .a-link {
    display: inline-block;
    margin-bottom: 0;
  }
  .o-hero .m-teaser .cta-wrapper .a-link:first-child {
    margin-right: 35px;
  }
}

.o-hero + .o-hero {
  margin-top: 0;
}

@media (min-width: 768px) {
  .o-home-delivery {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  .o-home-delivery {
    width: 46.66667%;
    padding-right: 10px;
    padding-left: 10px;
    padding-left: 0;
  }
}

.o-home-delivery .a-heading-2 {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
}

.o-home-delivery .selected-address {
  position: relative;
}

.o-home-delivery .selected-address .a-paragraph {
  font-size: 12px;
  line-height: 17px;
}

.o-home-delivery .selected-address .a-paragraph.delivery-text-isNDD {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  -ms-flex-order: -1;
  order: -1;
  padding-bottom: 35px;
  cursor: default;
}

.o-home-delivery .selected-address .a-paragraph.delivery-text-isNDD .terms {
  text-decoration: underline;
  cursor: pointer;
}

.o-home-delivery .selected-address .a-paragraph.delivery-text-isNDD .terms span {
  display: inline;
}

.o-home-delivery .selected-address .a-paragraph.delivery-text,
.o-home-delivery .selected-address .a-paragraph.main-address {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
}

.o-home-delivery .selected-address .a-paragraph.delivery-text {
  padding-bottom: 23px;
  display: none;
}

.o-home-delivery .selected-address .a-paragraph.main-address {
  margin-bottom: 23px;
}

.o-home-delivery .selected-address .a-paragraph span {
  display: block;
}

.o-home-delivery .selected-address .a-link.change-address {
  text-decoration: underline;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .o-home-delivery .selected-address .a-link.change-address {
    margin-bottom: 20px;
  }
}

.o-home-delivery .m-radio-button .address-wrapper {
  display: block;
}

.o-home-delivery .m-radio-button .address-wrapper span {
  display: block;
}

.o-home-delivery .m-radio-button .a-link {
  display: none;
}

.o-home-delivery .delivery-change-address-section,
.o-home-delivery .warning-section {
  display: none;
}

.o-home-delivery .home-delivery-heading {
  clear: both;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .o-home-delivery .home-delivery-heading {
    padding-top: 0;
  }
}

.o-home-delivery .home-delivery-heading .a-heading-2 {
  margin-bottom: 13px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
}

.o-home-delivery .home-delivery-heading.has-warning .a-link.change-address {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .o-home-delivery .home-delivery-heading.has-warning .a-link.change-address {
    margin-bottom: 23px;
  }
}

@media (min-width: 1025px) {
  .o-home-delivery .home-delivery-heading.has-warning .a-link.change-address {
    margin-bottom: 33px;
  }
}

.o-home-delivery .home-delivery-heading.has-warning .warning-section {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #DA441B;
  display: block;
  margin-bottom: 41px;
}

@media (min-width: 768px) {
  .o-home-delivery .home-delivery-heading.has-warning .warning-section {
    margin-bottom: 47px;
  }
}

.o-home-delivery .home-delivery-heading.has-warning .warning-section .a-image {
  display: none;
}

.o-home-delivery .home-delivery-heading.has-warning .warning-section .a-paragraph {
  color: #DA441B;
  font-size: 12px;
  line-height: 17px;
  display: inline-block;
}

.o-home-delivery.is-changing-address .delivery-change-address-section {
  display: block;
  margin-bottom: 24px;
}

@media (min-width: 1025px) {
  .o-home-delivery.is-changing-address {
    margin-bottom: 30px;
  }
  .o-home-delivery.is-changing-address .edit-block .o-address-box-edit.checkout .o-account-box .m-input {
    font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
  }
  .o-home-delivery.is-changing-address .a-heading-2,
  .o-home-delivery.is-changing-address .delivery-change-text {
    font-size: 12px;
    line-height: 17px;
    font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
    font-weight: normal;
  }
}

.o-home-delivery.is-changing-address .selected-address {
  display: none;
}

.o-home-delivery.is-changing-address .not-availible {
  margin-bottom: 25px;
}

.o-home-delivery.is-changing-address .m-radio-button {
  margin-bottom: 29px;
}

.o-home-delivery.is-changing-address .a-heading-2 {
  letter-spacing: 0.0825em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .o-home-delivery.is-changing-address .a-heading-2 {
    padding: 10px 0 17px;
  }
}

.o-home-delivery.is-changing-address .delivery-change-text {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 44px;
}

@media (min-width: 768px) {
  .o-home-delivery.is-changing-address .delivery-change-text {
    margin-bottom: 28px;
  }
}

.o-home-delivery.is-changing-address .a-button {
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  width: 49%;
}

.o-home-delivery.is-changing-address .a-button.is-primary {
  float: right;
}

.o-home-delivery .not-availible .m-radio-button {
  color: #E0E0E0;
}

.o-home-delivery .not-availible .m-radio-button .read-more {
  margin-top: 4px;
}

.o-home-delivery .o-address-box-edit.checkout .input-country .a-input {
  display: none;
}

.o-home-delivery .o-address-box-edit.checkout .input-country .a-label {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  display: inline;
}

.o-home-delivery .o-address-box-edit.checkout .input-country .a-link {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  text-decoration: underline;
  margin-left: 17px;
}

.o-home-delivery .o-address-box-edit.checkout .checkbox-save-address {
  margin-bottom: 36px;
  margin-top: 17px;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.o-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transform: none;
  cursor: pointer;
  display: none;
}

.o-lightbox .lightbox-wrapper {
  background-color: #FFFFFF;
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  opacity: 0;
  overflow-y: hidden;
}

@media (min-width: 768px) {
  .o-lightbox .lightbox-wrapper {
    border: 1px solid #E0E0E0;
    width: 50%;
    height: auto;
    max-width: 354px;
    max-height: 587px;
    min-width: 330px;
    overflow: hidden;
  }
}

@media (min-width: 1025px) {
  .o-lightbox .lightbox-wrapper {
    width: 25%;
  }
}

@media (max-width: 1151px) {
  .o-lightbox.is-open {
    z-index: 50!important;
    display: -ms-flexbox;
    display: flex;
    background-color: #FFFFFF;
  }
}

.o-lightbox .m-button-icon {
  font-size: 22px;
  padding: 14px;
  position: fixed;
  cursor: pointer;
  right: 0;
  top: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .o-lightbox .m-button-icon {
    position: absolute;
    padding: 0;
    margin: 10px 15px 22px 22px;
    font-size: 15px;
  }
}

.o-lightbox .m-button-icon:hover {
  color: #999999;
}

.o-lightbox .lightbox-content {
  display: none;
  max-height: inherit;
  padding: 70px 12px 0;
  position: relative;
  overflow-y: auto;
}

@media (min-width: 768px) {
  .o-lightbox .lightbox-content {
    padding: 40px 32px 60px;
    position: static;
    transform: none;
    min-height: 0;
  }
}

.o-lightbox .lightbox-content:nth-child(0n+2) {
  display: block;
}

.o-lightbox .lightbox-content .o-newsletter-signup {
  padding: 0;
}

.o-lightbox.is-open {
  z-index: 50;
  display: -ms-flexbox;
  display: flex;
}

.o-lightbox.is-open .lightbox-wrapper {
  animation: fade-in 0.32s ease 0.22s forwards;
}

.o-lightbox.is-closed .lightbox-wrapper {
  animation: fade-out 0.27s ease forwards;
}

@media (min-width: 768px) {
  .o-lightbox.is-large .lightbox-wrapper,
.o-lightbox.is-medium .lightbox-wrapper,
.o-lightbox.is-return-refund .lightbox-wrapper,
.o-lightbox.is-delivery-method .lightbox-wrapper,
.o-lightbox.is-read-more .lightbox-wrapper,
.o-lightbox.is-terms-and-condition .lightbox-wrapper,
.o-lightbox.is-privacy-policy .lightbox-wrapper,
.o-lightbox.is-order-summary .lightbox-wrapper {
    width: 83.33333%;
    padding-right: 6px;
    padding-left: 6px;
    padding: 0;
    max-height: 692px;
    max-width: 700px;
  }
}

@media (min-width: 768px) {
  .o-lightbox.is-large .lightbox-content,
.o-lightbox.is-medium .lightbox-content,
.o-lightbox.is-return-refund .lightbox-content,
.o-lightbox.is-delivery-method .lightbox-content,
.o-lightbox.is-read-more .lightbox-content,
.o-lightbox.is-terms-and-condition .lightbox-content,
.o-lightbox.is-privacy-policy .lightbox-content,
.o-lightbox.is-order-summary .lightbox-content {
    padding: 50px 47px;
  }
}

@media (min-width: 1025px) {
  .o-lightbox.is-large .lightbox-wrapper,
.o-lightbox.is-medium .lightbox-wrapper,
.o-lightbox.is-return-refund .lightbox-wrapper,
.o-lightbox.is-delivery-method .lightbox-wrapper,
.o-lightbox.is-read-more .lightbox-wrapper,
.o-lightbox.is-terms-and-condition .lightbox-wrapper,
.o-lightbox.is-privacy-policy .lightbox-wrapper,
.o-lightbox.is-order-summary .lightbox-wrapper {
    width: 58.33333%;
    padding-right: 10px;
    padding-left: 10px;
    padding: 0;
    max-height: 590px;
    max-width: 797px;
  }
}

@media (min-width: 1025px) {
  .o-lightbox.is-large .lightbox-content,
.o-lightbox.is-medium .lightbox-content,
.o-lightbox.is-return-refund .lightbox-content,
.o-lightbox.is-delivery-method .lightbox-content,
.o-lightbox.is-read-more .lightbox-content,
.o-lightbox.is-terms-and-condition .lightbox-content,
.o-lightbox.is-privacy-policy .lightbox-content,
.o-lightbox.is-order-summary .lightbox-content {
    padding: 50px 47px;
  }
}

@media (min-width: 1025px) {
  .o-lightbox.is-order-summary .lightbox-wrapper {
    min-width: 797px;
  }
}

@media (min-width: 1025px) {
  .o-lightbox.is-privacy-policy .m-button-icon,
.o-lightbox.is-order-summary .m-button-icon {
    padding: 10px 22px 22px 22px;
  }
}

@media (min-width: 1025px) {
  .o-lightbox.is-select-country .lightbox-wrapper {
    min-width: 410px;
  }
}

.o-lightbox.is-privacy-policy .customerservice .customer-service-page {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .o-lightbox.is-privacy-policy .customerservice .customer-service-page {
    display: block;
  }
}

.o-lightbox.is-privacy-policy .o-accordion:first-child {
  margin-top: 15px;
}

@media (min-width: 1025px) {
  .o-lightbox.is-privacy-policy .o-accordion:first-child {
    margin-top: 20px;
  }
}

.o-lightbox.is-generic-lightbox .a-paragraph,
.o-lightbox.is-generic-lightbox p {
  margin: 0;
}

.o-lightbox.is-generic-lightbox .a-paragraph:first-child,
.o-lightbox.is-generic-lightbox p:first-child {
  padding-top: 0;
}

.o-lightbox.is-generic-lightbox h2:first-child,
.o-lightbox.is-generic-lightbox .generic-checkout-error-title:first-child {
  margin-bottom: 15px;
}

.o-lightbox.has-error .generic-checkout-error-title {
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .o-lightbox.olapic-gallery .lightbox-wrapper {
    width: 752px;
    overflow: visible;
    max-width: none;
    height: 500px;
  }
  .o-lightbox.olapic-gallery .lightbox-wrapper .lightbox-content {
    height: 100%;
    padding: 0;
  }
  .o-lightbox.olapic-gallery .lightbox-wrapper .a-icon-close {
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 26px;
    padding: 13px 10px 22px 22px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .o-lightbox.olapic-gallery .lightbox-wrapper .a-icon-close {
    font-size: 24px;
    line-height: 30px;
  }
}

.o-lightbox.is-country-selector .lightbox-wrapper {
  background-color: transparent;
  overflow-y: auto;
  max-height: unset;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

@media (min-width: 768px) {
  .o-lightbox.is-country-selector .lightbox-wrapper {
    background-color: #FFFFFF;
    width: 34.375%;
    padding: 50px 47px;
    min-width: 400px;
    max-height: 100vh;
    max-width: none;
  }
}

.o-lightbox.is-country-selector .lightbox-content {
  background-color: transparent;
  padding: 70px 14px 14px;
  overflow-y: unset;
  -ms-overflow-style: none;
}

@media (min-width: 768px) {
  .o-lightbox.is-country-selector .lightbox-content {
    padding: 0;
  }
}

.o-lightbox.is-country-selector .selector-content {
  width: 100%;
}

@media (min-width: 768px) {
  .o-lightbox.is-country-selector .selector-content {
    margin: 0;
    padding: 0;
  }
}

.o-lightbox.is-country-selector .o-country-selector {
  background-color: #FFFFFF;
  height: 100%;
  margin: auto;
}

@media (min-width: 768px) {
  .o-lightbox.is-country-selector .o-country-selector {
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .o-lightbox.is-country-selector .o-country-selector {
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .o-lightbox.is-country-selector .o-country-selector .image-content {
    display: none;
  }
}

.o-lightbox.is-country-selector .o-country-selector .a-cos-logo {
  display: none;
}

.o-lightbox.is-country-selector .o-country-selector .selector-content {
  margin-top: auto;
  padding-left: 0;
}

.o-lightbox.is-country-selector .a-icon-close {
  position: absolute;
  padding: 18px;
  right: 14px;
  top: 70px;
}

@media (min-width: 768px) {
  .o-lightbox.is-country-selector .a-icon-close {
    padding: 14px;
    font-size: 20px;
    right: 0;
    top: 0;
  }
}

.o-lightbox .is-richtext:first-child {
  margin-top: 0;
}

.o-lightbox .is-richtext h1:first-child,
.o-lightbox .is-richtext p:first-child {
  margin-top: 0;
}

.o-lightbox .is-richtext p + p {
  margin-top: 0;
  padding-top: 0;
}

.o-lightbox .is-richtext p {
  margin-bottom: 0;
}

.o-lightbox .customerservicepar .section.faq {
  margin-top: 15px;
}

@media (min-width: 1025px) {
  .o-lightbox .customerservicepar .section.faq {
    margin-top: 20px;
  }
}

.o-lightbox .customerservicepar .section.faq .contain > .contain {
  width: 100%;
}

.o-loader-overlay {
  z-index: 26;
  display: none;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50%;
}

.o-loader-overlay.is-visible {
  display: block;
}

.o-loader-overlay:before {
  background-color: #FFFFFF;
  content: '';
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  opacity: 0.9;
}

.o-loader-overlay .spinner {
  z-index: 50;
  position: absolute;
  background: url("/ja-jp/etc/designs/appeaser/cos/clientlibs/pattern-lib/images/load.svg") no-repeat;
  height: 33px;
  width: 33px;
  animation: spin 2s linear infinite;
  top: 15px;
  left: 45%;
}

@media (min-width: 768px) {
  .o-loader-overlay .spinner {
    top: 30px;
  }
}

.o-loader-overlay .spinner-wrapper {
  z-index: 26;
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  position: relative;
  width: 93%;
  height: 190px;
  margin: 0 auto;
  padding: 45px 15px 0;
}

@media (min-width: 768px) {
  .o-loader-overlay .spinner-wrapper {
    width: 389px;
    height: 227px;
    padding: 75px 30px 0;
  }
}

.o-loader-overlay .spinner-wrapper .a-heading-4 {
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.o-loader-overlay .spinner-wrapper .a-paragraph {
  font-size: 12px;
  line-height: 17px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.o-lazy-load {
  visibility: hidden;
  height: 60px;
}

@media (min-width: 768px) {
  .o-lazy-load {
    height: 120px;
  }
}

.o-lazy-load.is-visible {
  visibility: visible;
}

.o-local-navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.o-local-navigation .a-image {
  width: 100%;
}

.o-local-navigation .a-heading-1 {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 26px;
  margin: 30px 0 8px;
}

@media (min-width: 768px) {
  .o-local-navigation .a-heading-1 {
    margin: 30px 0 12px;
  }
}

.o-local-navigation .a-heading-1.second-level {
  text-align: center;
}

.o-local-navigation .navigation {
  position: relative;
  margin-top: 27px;
}

@media (min-width: 768px) {
  .o-local-navigation .navigation {
    margin-top: 23px;
  }
}

.o-local-navigation .navigation:after {
  content: " ";
  position: absolute;
  right: -1px;
  height: 40px;
  width: 20px;
  opacity: 0.95;
  top: 0;
  background: linear-gradient(to right,
rgba(255,
255,
255,
0.001) 0%,
#FFFFFF 70%,
#FFFFFF 98%);
}

@media (min-width: 1025px) {
  .o-local-navigation .navigation:after {
    content: normal;
  }
}

.o-local-navigation .navigation ul {
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 5px;
  position: relative;
  padding-left: 14px;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
  .o-local-navigation .navigation ul {
    padding-left: 20px;
  }
}

@media (min-width: 1025px) {
  .o-local-navigation .navigation ul {
    white-space: normal;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
  }
}

.o-local-navigation .navigation li {
  display: inline-block;
}

.o-local-navigation .navigation .a-link {
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  color: #999999;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.0825em;
  margin-right: 25px;
  cursor: pointer;
  vertical-align: 8%;
}

@media (min-width: 1025px) {
  .o-local-navigation .navigation .a-link {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.04em;
    text-transform: initial;
  }
}

.o-local-navigation .navigation .a-link.is-selected {
  color: #1B1B1B;
  opacity: 1;
}

.o-local-navigation .navigation .a-link.is-disabled {
  cursor: default;
}

.o-minicart {
  border: 1px solid #E7E7E7;
  background-color: #FFFFFF;
  display: none;
  position: relative;
  padding: 25px 26px 0;
  -ms-flex-direction: column;
  flex-direction: column;
}

.o-minicart .a-heading-2 {
  font-size: 13px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  line-height: 21px;
  margin-bottom: 12px;
  display: inline-block;
}

.o-minicart .a-heading-2 span {
  font-size: inherit;
  line-height: inherit;
}

.o-minicart .item-count {
  font-size: 13px;
  line-height: 21px;
}

.o-minicart .o-order-summary .discount,
.o-minicart .o-order-summary .staff-discount,
.o-minicart .o-order-summary .order-value,
.o-minicart .o-order-summary .shipping,
.o-minicart .o-order-summary .estimated-tax,
.o-minicart .o-order-summary .total {
  float: right;
}

.o-minicart .o-order-summary .discount-section,
.o-minicart .o-order-summary .staff-discount-section {
  margin-bottom: 0;
}

.o-minicart .products {
  max-height: 195px;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@media (min-height: 751px) {
  .o-minicart .products {
    max-height: 360px;
  }
}

.o-minicart .products.is-scrolled {
  border-top: 1px solid #E0E0E0;
}

.o-minicart .products::-webkit-scrollbar {
  display: none;
}

.o-minicart .summary-section {
  text-align: center;
}

.o-minicart .summary-section .o-order-summary {
  border-top: 1px solid #E0E0E0;
  font-size: 12px;
  line-height: 18px;
  padding: 18px 0 0;
  text-align: left;
}

.o-minicart .summary-section .o-order-summary .discount-section,
.o-minicart .summary-section .o-order-summary .staff-discount-section {
  color: #F28860;
}

.o-minicart .summary-section .o-order-summary .total-section {
  border-top: 1px solid #E0E0E0;
  color: #1B1B1B;
  margin: 15px 0 0;
  padding-top: 16px;
  padding-bottom: 10px;
}

.o-minicart .summary-section .o-order-summary .shipping-section .shipping {
  color: #F28860;
}

.o-minicart .summary-section .o-order-summary .free-shipping-highlight {
  color: #F28860;
}

.o-minicart .summary-section .a-button {
  display: block;
}

.o-minicart .summary-section .a-button.is-primary {
  display: none;
}

.o-minicart .summary-section .a-button.is-secondary {
  color: #FFFFFF;
  background-color: #1B1B1B;
  border: 1px solid #1B1B1B;
  margin-bottom: 30px;
}

.o-minicart .summary-section .a-button.is-secondary:hover:not(.is-disabled):not(:disabled),
.o-minicart .summary-section .a-button.is-secondary.is-hover {
  background-color: #999999;
  color: #FFFFFF;
  border: 1px solid #999999;
}

.o-minicart .summary-section .a-button.is-secondary:active:not(.is-disabled):not(:disabled),
.o-minicart .summary-section .a-button.is-secondary.is-active {
  background-color: #999999;
  border: 1px solid #999999;
}

.o-minicart .summary-section .a-button.is-secondary:disabled,
.o-minicart .summary-section .a-button.is-secondary.is-disabled {
  background-color: #CCCCCC;
  border: 1px solid #CCCCCC;
}

.o-minicart .summary-section .a-button .underline:last-child:after {
  height: 0;
}

.o-minicart .a-icon-close {
  cursor: pointer;
  position: absolute;
  font-size: 16px;
  right: 0;
  top: 0;
  padding: 12px;
}

.o-minicart .o-cart-item .content-wrapper {
  display: -ms-flexbox;
  display: flex;
}

.o-minicart .o-cart-item .cart-image-wrapper {
  height: 125px;
  margin-right: 20px;
}

.o-minicart .o-cart-item .cart-image-wrapper .a-image {
  max-height: 100%;
}

.o-minicart .o-cart-item .cart-item-info {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.o-minicart .o-cart-item .cart-item-info .price-section {
  -ms-flex-positive: 5;
  flex-grow: 5;
}

.o-minicart .o-cart-item .cart-item-info .total-section {
  position: absolute;
  bottom: -7px;
  right: 0;
}

.o-minicart .o-cart-item .cart-item-info .quantity-section {
  margin-bottom: -7px;
}

.o-minicart .o-cart-item:first-child {
  border-top: none;
  padding-top: 0;
}

.o-minicart .o-cart-item:last-child {
  border-bottom: none;
}

.o-minicart .empty-cart-text {
  font-size: 12px;
  line-height: 17px;
  margin: 23px 0 35px;
}

.o-minicart.is-empty .summary-section {
  display: none;
}

@media (min-width: 1025px) {
  .o-minicart.is-open {
    display: -ms-flexbox;
    display: flex;
  }
}

.o-minicart.is-open .heading {
  margin-top: 9px;
}

.o-my-orders {
  position: relative;
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-my-orders {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
    float: left;
    margin-top: 22px;
  }
}

@media (min-width: 1025px) {
  .o-my-orders {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1025px) {
  .o-my-orders {
    width: 58.33333%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.o-my-orders .hide-orders-empty-text {
  font-size: 13px;
  line-height: 18px;
  display: block;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .o-my-orders .hide-orders-empty-text {
    padding-bottom: 37px;
  }
}

.o-my-details {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-my-details {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
    float: left;
    margin-top: 22px;
  }
}

@media (min-width: 1025px) {
  .o-my-details {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
    min-width: 330px;
  }
}

.o-my-details .m-input {
  padding: 4px 0;
}

.o-my-details .m-input.password-field {
  margin-top: 0;
  display: none;
}

.o-my-details .m-input.is-readonly .a-input {
  background: none;
}

.o-my-details .m-input .a-label:last-child {
  display: none;
}

.o-my-details .m-input.has-error .a-label:last-child {
  display: block;
}

.o-my-details .m-input-phone-number .input-country-code {
  float: left;
}

.o-my-details .staff-card-section[aria-hidden="true"] {
  display: none;
}

.o-my-details .m-link-toggle {
  border-bottom: 1px solid #E0E0E0;
  margin: 14px 0 16px 0;
}

@media (min-width: 768px) {
  .o-my-details .m-link-toggle {
    margin-bottom: 26px;
  }
}

.o-my-details .m-link-toggle .staff-card {
  padding-bottom: 6px;
}

.o-my-details .m-link-toggle .staff-card input[type=number]::-webkit-outer-spin-button,
.o-my-details .m-link-toggle .staff-card input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.o-my-details .m-link-toggle .staff-card input[type=number] {
  -moz-appearance: textfield;
}

.o-my-details .m-link-toggle .a-link {
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  line-height: 23px;
  display: block;
  padding: 4px 0;
}

.o-my-details .m-link-toggle .a-link:after {
  font-family: 'COS-Icons';
  font-weight: normal;
  color: #1B1B1B;
  content: "\e936";
  font-size: 18px;
  float: right;
  font-weight: bold;
  line-height: 100%;
}

.o-my-details .m-link-toggle.is-visible .a-link:after {
  color: #1B1B1B;
  content: "\e935";
}

.o-my-details.email-touched .password-field {
  display: block;
}

.o-my-details .m-radio-button-group legend {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 19px;
  margin: 0;
}

.o-my-details .m-radio-button-group fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.o-my-details .m-radio-button-group .m-radio-button {
  padding-top: 15px;
}

.o-my-details .sign-up,
.o-my-details .policy-text {
  font-size: 12px;
  line-height: 17px;
  color: #1B1B1B;
}

.o-my-details .newsletter-label {
  margin-top: 19px;
}

.o-my-details .newsletter-label .a-paragraph {
  font-size: 12px;
  line-height: 17px;
  color: #1B1B1B;
}

.o-my-details .sign-up {
  text-decoration: underline;
}

.o-my-details .password-field {
  display: none;
}

.o-my-details .privacy-policy {
  font-size: 13px;
  line-height: 18px;
  color: #1B1B1B;
}

.o-my-details .policy-label {
  font-size: 12px;
  line-height: 17px;
  color: #1B1B1B;
  display: block;
  margin-bottom: 23px;
  margin-top: 19px;
}

.o-my-details .a-link {
  text-decoration: underline;
}

.o-my-details .a-button.btn-cancel {
  background-color: transparent;
  color: #999999;
  border: 1px solid transparent;
  letter-spacing: 0.04em;
  width: 25%;
  padding-right: 4px;
  padding-left: 4px;
  float: left;
  text-transform: none;
  padding-left: 0;
  text-align: left;
}

@media (min-width: 768px) {
  .o-my-details .a-button.btn-cancel {
    width: 33.33333%;
    padding-right: 6px;
    padding-left: 6px;
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  .o-my-details .a-button.btn-cancel {
    width: 33.33333%;
    padding-right: 10px;
    padding-left: 10px;
    padding-left: 0;
  }
}

.o-my-details .a-button.btn-cancel:hover:not(.is-disabled):not(:disabled),
.o-my-details .a-button.btn-cancel.is-hover {
  background-color: transparent;
  border: 1px solid transparent;
}

.o-my-details .a-button.btn-save-details {
  width: 66.66667%;
  padding-right: 4px;
  padding-left: 4px;
  float: right;
}

@media (min-width: 768px) {
  .o-my-details .a-button.btn-save-details {
    width: 66.66667%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .o-my-details .a-button.btn-save-details {
    width: 66.66667%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.o-my-details.summary .data-sections {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
}

@media (min-width: 768px) {
  .o-my-details.summary .data-sections {
    display: inline-block;
    width: 100%;
  }
}

.o-my-details.summary .data-section {
  margin-bottom: 18px;
}

.o-my-details.summary .data-section div:first-child {
  color: #999999;
}

.o-my-details.summary .data-section div:last-child {
  color: #1B1B1B;
}

.o-my-details.summary .a-button.edit-button {
  color: #FFFFFF;
  background-color: #1B1B1B;
  border: 1px solid #1B1B1B;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  text-align: center;
  width: 100%;
  padding: 12px 9px 8px 9px;
  display: block;
  margin-bottom: 17px;
}

.o-my-details.summary .a-button.edit-button:hover:not(.is-disabled):not(:disabled),
.o-my-details.summary .a-button.edit-button.is-hover {
  background-color: #999999;
  border: 1px solid #999999;
}

.o-my-details.summary .a-button.edit-button:active:not(.is-disabled):not(:disabled),
.o-my-details.summary .a-button.edit-button.is-active {
  background-color: #999999;
  border: 1px solid #999999;
}

.o-my-details.summary .a-button.edit-button:disabled,
.o-my-details.summary .a-button.edit-button.is-disabled {
  background-color: #CCCCCC;
  color: #FFFFFF;
  border: 1px solid #CCCCCC;
}

@media (min-width: 768px) {
  .o-my-details.summary .a-button.edit-button {
    width: 66.66667%;
    padding-right: 6px;
    padding-left: 6px;
    margin-top: 16px;
  }
}

@media (min-width: 1025px) {
  .o-my-details.summary .a-button.edit-button {
    width: 83.33333%;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 187px;
  }
}

.o-my-details.summary .a-button.change-password-button {
  text-decoration: underline;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #1B1B1B;
}

.o-my-details.summary .a-button.change-password-button:hover {
  opacity: 0.7;
}

.o-my-addresses {
  color: #1B1B1B;
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  float: left;
}

@media (min-width: 768px) {
  .o-my-addresses {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .o-my-addresses {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.o-my-addresses .a-heading-1 {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .o-my-addresses .a-heading-1 {
    margin: 52px 0 30px;
  }
}

.o-my-addresses .a-heading-2 {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  padding-top: 5px;
  margin-bottom: 12px;
}

.o-my-addresses .a-paragraph {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 6px;
}

.o-my-addresses .new-addresses-info {
  margin-bottom: 12px;
}

.o-my-addresses .o-address-box-add {
  margin-top: 12px;
}

.o-my-addresses .o-address-box-edit,
.o-my-addresses .o-address-box-add,
.o-my-addresses .edit-block {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 26px;
  margin-bottom: 25px;
}

.o-my-addresses .o-address-box-edit:last-child,
.o-my-addresses .o-address-box-add:last-child,
.o-my-addresses .edit-block:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.o-my-orders-empty {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 5px;
}

@media (min-width: 768px) {
  .o-my-orders-empty {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
    padding: 7px;
  }
}

@media (min-width: 1025px) {
  .o-my-orders-empty {
    width: 58.33333%;
    padding-right: 10px;
    padding-left: 10px;
    padding: 10px;
  }
}

.o-my-orders-empty .orders-empty-text {
  font-size: 13px;
  line-height: 18px;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  padding-bottom: 13px;
}

.o-my-orders-empty .a-button {
  display: none;
}

.o-my-page .a-heading-2.title {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 9px;
  display: inline-block;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-my-page .a-heading-2.title {
    margin-top: 53px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .o-my-page .a-heading-2.title {
    padding-left: 10px;
  }
}

.o-my-page .a-heading-2.title.my-orders.empty {
  padding-top: calc(5px + 29px);
}

@media (min-width: 768px) {
  .o-my-page .a-heading-2.title.my-orders.empty {
    padding-top: 43px;
    padding-bottom: 21px;
    margin-top: 0;
  }
}

@media (min-width: 1025px) {
  .o-my-page .a-heading-2.title.my-orders.empty {
    padding-bottom: 17px;
    padding-top: 52px;
  }
}

.o-my-page-navigation {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  border-top: 1px solid #E7E7E7;
  display: block;
  margin-bottom: 21px;
  margin-top: -35px;
}

@media (min-width: 768px) {
  .o-my-page-navigation {
    width: 25%;
    padding-right: 6px;
    padding-left: 6px;
    border: none;
    margin-top: 0;
    float: left;
    display: inline-block;
  }
}

@media (min-width: 1025px) {
  .o-my-page-navigation {
    width: 20.83333%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.o-my-page-navigation .a-heading-2 {
  display: none;
}

@media (min-width: 768px) {
  .o-my-page-navigation .a-heading-2 {
    font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
    font-weight: normal;
    letter-spacing: 0.04em;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 21px;
    margin-bottom: 28px;
    text-align: left;
    display: block;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .o-my-page-navigation .a-heading-2 {
    font-size: 24px;
  }
}

.o-my-page-navigation .o-menu-list {
  position: relative;
}

.o-my-page-navigation .o-menu-list:after {
  content: " ";
  position: absolute;
  right: 0;
  height: 40px;
  width: 50px;
  opacity: 0.95;
  top: 0;
  background: linear-gradient(to right,
rgba(255,
255,
255,
0.001) 0%,
#FFFFFF 70%,
#FFFFFF 98%);
}

@media (min-width: 768px) {
  .o-my-page-navigation .o-menu-list:after {
    content: normal;
  }
}

.o-my-page-navigation .o-list {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.o-my-page-navigation .o-list ul {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .o-my-page-navigation .o-list ul {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.o-my-page-navigation .o-list li {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  display: table-cell;
  padding: 10px 20px 10px 0;
}

@media (min-width: 768px) {
  .o-my-page-navigation .o-list li {
    letter-spacing: 0.0825em;
    font-size: 13px;
    line-height: 24px;
    display: block;
    padding: 0;
  }
}

.o-my-page-navigation .o-list li:nth-child(3) {
  -ms-flex-order: 2;
  order: 2;
}

.o-my-page-navigation .o-list li .a-link {
  color: #999999;
}

.o-my-page-navigation .o-list li .a-link.menu-sign-out {
  display: none;
}

.o-my-page-navigation .o-list li.is-active .a-link {
  color: #1B1B1B;
}

.o-my-page-navigation .a-icon-global-close {
  display: none;
}

.o-navigation {
  background-color: #FFFFFF;
  z-index: 50;
  font-family: SuisseIntl, sans-serif;
  letter-spacing: .03em;
  font-weight: normal;
  color: inherit;
  color: #1B1B1B;
  font-size: 11px;
  transition: background-color .3s ease-in-out;
  transform: translate3d(0px,
0px,
0px);
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  line-height: 15px;
  width: 100%;
  height: 100vh;
}

@media (min-width: 768px) {
  .o-navigation {
    border-right: 1px solid #E0E0E0;
    padding: 12px 0 0;
    width: 50%;
  }
}

@media (min-width: 1151px) {
  .o-navigation {
    background-color: transparent;
    border: none;
    z-index: auto;
    position: static;
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
  }
}

.o-navigation .cos-hay {
  letter-spacing: 0.0825em;
  text-transform: uppercase;
}

.o-navigation .back-to-top {
  color: #1B1B1B;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.04em;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  left: 50%;
  top: 10px;
  padding: 10px;
  opacity: 0;
  display: block;
  cursor: pointer;
  margin-top: -4px;
  position: absolute;
  vertical-align: middle;
  transform: translate3d(-50%,
0px,
0px);
}

.o-navigation .a-icon-close {
  z-index: 6;
  color: #CCCCCC;
  position: absolute;
  font-size: 20px;
  right: 0;
  top: 2px;
  padding: 14px 15px 10px 15px;
}

@media (min-width: 768px) {
  .o-navigation .a-icon-close {
    font-size: 20px;
    padding: 14px 17px 10px 2px;
  }
}

@media (min-width: 1151px) {
  .o-navigation .a-icon-close {
    top: 0;
    display: none;
  }
}

.o-navigation .m-bag {
  float: right;
}

.o-navigation .navigation-wrapper {
  background-color: #FFFFFF;
  padding: 30px 12px 0;
  height: 100%;
  width: 100%;
}

.o-navigation .navigation-wrapper.is-open {
  display: block;
}

@media (min-width: 768px) {
  .o-navigation .navigation-wrapper {
    padding: 30px 14px 0;
  }
}

@media (min-width: 1151px) {
  .o-navigation .navigation-wrapper {
    background-color: transparent;
    position: absolute;
    padding: 0px 0 0;
    transition: none;
    display: inline-block;
  }
}

.o-navigation .navigation-wrapper .m-search {
  background-color: #FFFFFF;
  z-index: 5;
  padding-bottom: 3px;
}

@media (min-width: 1151px) {
  .o-navigation .navigation-wrapper .m-search {
    background-color: transparent;
    padding-bottom: 0;
    margin-top: 1px;
  }
}

.o-navigation .navigation-wrapper .m-search.clear-visible {
  z-index: 6;
}

.o-navigation .navigation-wrapper .m-search .a-input {
  outline: none;
}

@media (min-width: 1151px) {
  .o-navigation .navigation-wrapper .m-search .a-input {
    display: none;
  }
}

.o-navigation .navigation-wrapper .m-search .a-input:-ms-input-placeholder {
  opacity: 1;
}

.o-navigation .navigation-wrapper .m-search .a-input::placeholder {
  opacity: 1;
}

@media (min-width: 1151px) {
  .o-navigation .navigation-wrapper .m-search .a-input:-ms-input-placeholder {
    opacity: 0;
  }
  .o-navigation .navigation-wrapper .m-search .a-input::placeholder {
    opacity: 0;
  }
}

.o-navigation .navigation-wrapper .m-search .a-icon-search {
  padding: 0px;
  font-size: 18px;
  top: calc(50% + 2px);
}

@media (min-width: 1151px) {
  .o-navigation .navigation-wrapper .m-search .a-icon-search {
    font-weight: bold;
    font-size: 15px;
   }
  .o-navigation .navigation-wrapper .m-search .a-icon-search span {
    letter-spacing: 0.0825em;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
    font-weight: normal;
    display: inline-block;
    line-height: 17px;
    vertical-align: top;
    margin-left: 7px;
  }
}

.o-navigation .navigation-wrapper .m-search .a-icon-search:focus {
  /* outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color; */
}

.o-navigation .navigation-wrapper .m-search .a-icon-search:focus:active {
  outline: none;
}

.o-navigation .navigation-wrapper .result {
  z-index: 2;
  width: calc(100% - 24px);
  background-color: white;
  position: absolute;
  padding-top: 30px;
  padding-left: 29px;
  height: 100%;
}

@media (min-width: 768px) {
  .o-navigation .navigation-wrapper .result {
    width: calc(100% - 28px);
    padding-left: 35px;
    padding-top: 18px;
  }
}

.o-navigation .main-menu {
  width: 50%;
  padding-right: 4px;
  padding-left: 4px;
  display: inline-block;
  width: 50%;
  overflow: auto;
  height: 100%;
  padding-bottom: 65px;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
  .o-navigation .main-menu {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
    height: auto;
    padding-bottom: 30px;
  }
}

@media (min-width: 1151px) {
  .o-navigation .main-menu {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 1rem;
    padding: 0;
    width: 100%;
    overflow: hidden;
  }
}

.o-navigation .sub-menu {
  font-size: 13px;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  line-height: 17px;
  display: block;
  margin-bottom: 22px;
}

@media (min-width: 1151px) {
  .o-navigation .sub-menu {
    font-size: 11px;
    font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
    font-weight: normal;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0;
    float: right;
  }
}

.o-navigation .sub-menu:last-child {
  display: -ms-flexbox;
  display: flex;
}

.o-navigation .sub-menu:last-child .shipping {
  -ms-flex-order: 2;
  order: 2;
}

.o-navigation .sub-menu .a-link {
  color: #999999;
  display: block;
  cursor: pointer;
  padding: 8px 0 9px;
}

@media (min-width: 1151px) {
  .o-navigation .sub-menu .a-link {
    color: #1B1B1B;
    padding: 0;
    display: inline-block;
  }
}

@media (min-width: 1151px) {
  .o-navigation .sub-menu .shipping,
  .o-navigation .sub-menu .sign-in-section .a-link {
    letter-spacing: 0.0825em;
    text-transform: uppercase;
    /* padding: 15px 12px 10px 11px; */
    display: inline-block;
  }
  .o-navigation .sub-menu .login_status .a-link {
    padding-top: 0.3rem;
  }
}

.o-navigation .shipping,
.o-navigation .sign-in-section {
  cursor: pointer;
  display: block;
}

@media (min-width: 1151px) {
  .o-navigation .shipping,
  .o-navigation .sign-in-section {
    display: inline-block;
  }
}

.o-navigation .departments {
  font-size: 13px;
  background-color: #FFFFFF;
  line-height: 145%;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 57px;
  padding-top: 38px;
}

@media (min-width: 768px) {
  .o-navigation .departments {
    padding-top: 24px;
  }
}

@media (min-width: 1151px) {
  .o-navigation .departments {
    grid-column: span 12 / span 12;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 1rem;
    background-color: transparent;
    font-size: 0.813rem;
    line-height: 145%;
    padding-top: 0;
    margin-bottom: 0;
    float: left;
    width: auto;
    height: 3.125rem;
    align-self: center;
  }
}

.o-navigation .departments .a-link {
  color: #999999;
  display: block;
  cursor: pointer;
  padding: 0px;
}

@media (min-width: 1151px) {
  .o-navigation .departments .a-link {
    width: 100%;
    grid-column: span 1 / span 12;
    color: #1B1B1B;
    display: inline-block;
    align-self: center;
  }
  .o-navigation .departments .sub-menu .a-link {
    width: 1rem;
  }

  .o-navigation .departments .a-link:nth-child(4) {
    grid-column: span 2 / span 12;
  }

  .departments .sub-menu {
    gap: 1.5rem;
    grid-column: span 2 / 13;
    justify-content: flex-end;
    align-items: center;
    padding-right: 1rem;
    width: 100%;
  }
}

.o-navigation .departments .a-link.is-selected {
  color: #1B1B1B;
  opacity: 1;
}

@media (min-width: 1151px) {
  .o-navigation .departments .a-link:hover {
    color: #1B1B1B;
    opacity: 1;
  }
}

.o-navigation .category-wrapper {
  width: 50%;
  padding-right: 4px;
  padding-left: 4px;
  width: 50%;
  float: right;
  display: inline-block;
  position: relative;
}

@media (min-width: 768px) {
  .o-navigation .category-wrapper {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1151px) {
  .o-navigation .category-wrapper {
    padding: 0 20px;
    width: calc(100% + 60px);
    margin-left: -25px;
    margin-top: 0px;
    overflow: hidden;
    display: block;
    float: none;
    height: auto;
  }
}

.o-navigation .categories {
  z-index: 0;
  animation: fadeOut .4s forwards;
  -webkit-animation: fadeOut .4s forwards;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-top: 45px;
  padding-bottom: 54px;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .o-navigation .categories {
    padding-top: 24px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1151px) {
  .o-navigation .categories {
    padding-top: 0;
    width: 100%;
    float: none;
    height: auto;
    overflow: hidden;
    position: static;
    animation: none;
    opacity: 1;
  }
  .o-navigation .categories .category-list {
    margin-top: 0px;
  }
}

.o-navigation .categories .category-list {
  font-size: 13px;
  padding-bottom: 34px;
  line-height: 17px;
}

@media (min-width: 1151px) {
  .o-navigation .categories .category-list {
    width: 12.5%;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: top;
    transition: height 0.8s ease;
    line-height: 18px;
  }
}

.o-navigation .categories .category-list .a-link {
  display: block;
  padding: 7px 0 9px;
}

@media (min-width: 1151px) {
  .o-navigation .categories .category-list .a-link {
    padding: 0;
    margin-top: .5rem;
  }

  .o-navigation .categories .category-list :first-child {
    font-weight: 600;
    margin-top: 4px;
  }
}

.o-navigation .categories .category-list:first-child {
  padding-left: 0;
}

.o-navigation .categories .category-list .a-link.is-sale {
  color: #F28860;
}

.o-navigation .categories .m-free-tile {
  display: none;
}

@media (min-width: 1151px) {
  .o-navigation .categories .m-free-tile {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    min-width: 315px;
    float: right;
    width: 25%;
  }
  .o-navigation .categories .m-free-tile:last-child {
    margin-left: 0;
  }
}

.o-navigation .categories .m-free-tile .a-picture {
  width: 300px;
}

.o-navigation .categories .m-free-tile .placeholder-wrapper {
  padding-bottom: 100%;
}

.o-navigation .categories.is-open {
  z-index: 1;
  animation: fadeIn .4s forwards;
  -webkit-animation: fadeIn .4s forwards;
  display: block;
}

@media (min-width: 1151px) {
  .o-navigation .categories.is-open {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 1.25rem;
    animation: none;
  }
}

@media (min-width: 1151px) {
  .o-navigation .categories.is-open .category-list {
    width: 100%;
    grid-column: span 3 / span 12;
    white-space: nowrap;
    font-size: 16px;
    letter-spacing: .03em;
    line-height: 145%;
  }
}

.o-navigation .categories.is-open .free-tile-wrapper {
  display: inline-block;
}

.o-navigation .notification-message {
  color: #B89977;
  font-size: 13px;
  line-height: 18px;
  margin: 8px 0 19px;
}

@media (min-width: 768px) {
  .o-navigation .notification-message {
    margin-bottom: 12px;
  }
}

@media (min-width: 1151px) {
  .o-navigation .notification-message {
    display: none;
    position: absolute;
    margin: 0;
    bottom: 30px;
    left: 30px;
  }
}

.o-navigation.is-search-mode .result {
  display: block;
}

@media (min-width: 1151px) {
  .o-navigation.is-search-mode .result {
    display: none;
  }
}

@media (min-width: 1151px) {
  html.no-touchevents .o-navigation .a-icon-menu:hover:not(.is-sale),
  html.no-touchevents .o-navigation .a-icon-search:hover:not(.is-sale),
  html.no-touchevents .o-navigation .a-icon-search span:hover:not(.is-sale),
  html.no-touchevents .o-navigation .a-link:hover:not(.is-sale) {
    color: #999999;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.o-newsletter-personalized {
  position: relative;
  padding-top: 5px;
}

.o-newsletter-personalized .m-radio-button-selector .gender-option {
  margin: 4px 19px 15px 0;
  display: inline-block;
}

.o-newsletter-personalized .optional-label {
  font-size: 12px;
  line-height: 21px;
  display: block;
}

.o-newsletter-signup {
  width: 100%;
  margin: 0 auto;
  padding: 50px 14px 125px;
}

.o-lightbox .lightbox-content .o-newsletter-signup {
  padding: 0;
  max-width:inherit;
}

@media (min-width: 768px) {
  .o-newsletter-signup {
    max-width: 290px;
    padding: 60px 0 171px;
  }
}

.o-newsletter-signup .a-heading-2 {
  font-size: 13px;
  border-bottom: 1px solid #EEEEEE;
  line-height: 21px;
  margin-bottom: 18px;
}

.o-newsletter-signup .m-error {
  display: none;
}

.o-newsletter-signup .a-paragraph.detail-text,
.o-newsletter-signup .a-paragraph.subscribe-agree {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 20px;
}

.o-newsletter-signup .m-checkbox-age {
  margin-bottom: 20px;
  margin-top: 5px;
}

.o-newsletter-signup .m-checkbox-age .a-link {
  text-decoration: underline;
}

.o-newsletter-signup .m-checkbox-age .a-label:last-child {
  font-size: 12px;
  line-height: 17px;
}

.o-newsletter-signup .m-checkbox-age .a-label.restock {
  font-size: 11px;
  line-height: 10px;
}

.o-newsletter-signup .a-heading-2 .recomplete{
	border-bottom: 1px solid #EEEEEE;
	line-height: 21px;
	margin-bottom: 18px;
}

.o-newsletter-signup .m-checkbox-age .a-label.js-a-input {
  padding-top: 8px;
}

.o-newsletter-signup .m-dropdown-filter.has-error {
  margin-bottom: 30px;
}

.o-newsletter-signup .m-dropdown-filter.has-error .a-input {
  border-bottom: solid 1px #DA441B;
}

.o-newsletter-signup .m-dropdown-filter {
  margin: 0 0 11px 0;
}

.o-newsletter-unsubscribe {
  width: 100%;
  margin: 0 auto;
  padding: 50px 4px 125px;
}

@media (min-width: 768px) {
  .o-newsletter-unsubscribe {
    max-width: 290px;
    padding: 60px 0 0;
  }
}

.o-newsletter-unsubscribe .o-form {
  text-align: left;
}

.o-newsletter-unsubscribe .o-form .a-heading-1 {
  font-size: 13px;
  line-height: 18px;
  border-bottom: 1px solid #EEEEEE;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.o-newsletter-unsubscribe .o-form .a-paragraph {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 18px;
}

.o-newsletter-unsubscribe .o-form .m-input {
  margin-bottom: 10px;
}

.o-newsletter-unsubscribe .o-form .m-input .a-label {
  font-size: 12px;
  line-height: 17px;
  text-align: left;
}

.o-newsletter-unsubscribe .o-form .emailid-ntl {
  margin-bottom: 15px;
}

.o-newsletter-unsubscribe .a-button {
  color: #FFFFFF;
  background-color: #1B1B1B;
  border: 1px solid #1B1B1B;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  text-align: center;
  width: 100%;
  padding: 12px 9px 8px 9px;
  margin-bottom: 36px;
}

.o-newsletter-unsubscribe .a-button:hover:not(.is-disabled):not(:disabled),
.o-newsletter-unsubscribe .a-button.is-hover {
  background-color: #999999;
  border: 1px solid #999999;
}

.o-newsletter-unsubscribe .a-button:active:not(.is-disabled):not(:disabled),
.o-newsletter-unsubscribe .a-button.is-active {
  background-color: #999999;
  border: 1px solid #999999;
}

.o-newsletter-unsubscribe .a-button:disabled,
.o-newsletter-unsubscribe .a-button.is-disabled {
  background-color: #CCCCCC;
  color: #FFFFFF;
  border: 1px solid #CCCCCC;
}

.o-newsletter-unsubscribe .a-image {
  display: none;
}

.o-olapic-filter {
  width: 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
  padding-bottom: 12px;
}

@media (min-width: 768px) {
  .o-olapic-filter {
    padding-bottom: 75px;
  }
}

.o-olapic-filter .filter-options {
  display: inline-block;
}

.o-olapic-filter .filter-options li {
  float: left;
}

.o-olapic-filter .filter-options button {
  text-decoration: underline;
  color: #999999;
  padding: 5px 10px;
}

.o-olapic-filter .filter-options button.is-active {
  color: #1B1B1B;
}

.o-olapic-gallery-slide {
  position: relative;
}

.o-olapic-gallery-slide .image {
  transform: scale(0.95);
  transition: transform 0.5s ease,
height 0.5s ease;
}

@media (min-width: 768px) {
  .o-olapic-gallery-slide .image {
    transition: none;
  }
}

.o-olapic-gallery-slide.active-slide .image {
  transform: scale(1);
}

.o-olapic-gallery-slide.active-slide .info {
  opacity: 1;
}

@media (min-width: 768px) {
  .o-olapic-gallery-slide .image {
    transform: none;
  }
}

.o-olapic-gallery-slide .info {
  opacity: 0;
  transition: opacity 0.5s;
}

@media (min-width: 768px) {
  .o-olapic-gallery-slide .info {
    opacity: 1;
  }
}

.o-olapic-gallery-slide .image {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .o-olapic-gallery-slide .image {
    width: 50%;
    float: left;
  }
}

.o-olapic-gallery-slide .image img {
  max-width: 100%;
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .o-olapic-gallery-slide .image img {
    height: auto;
    width: auto;
  }
}

.o-olapic-gallery-slide .image.laying-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.o-olapic-gallery-slide .image.laying-img img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.o-olapic-gallery-slide .info {
  width: 100%;
}

@media (min-width: 768px) {
  .o-olapic-gallery-slide .info {
    display: inline-block;
    width: 50%;
    padding: 20px 0 26px;
  }
}

.o-olapic-gallery-slide .info .share {
  text-align: center;
  margin-bottom: 20px;
}

.o-olapic-gallery-slide .info .share [class^=a-icon] {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.o-olapic-gallery-slide .info .share [class^=a-icon]::before {
  line-height: 50px;
}

.o-olapic-gallery-slide .info .share [class^=a-icon]:hover {
  color: #FFFFFF;
}

.o-olapic-gallery-slide .info .share .a-link {
  border: none;
}

.o-olapic-gallery-slide .info .slider,
.o-olapic-gallery-slide .info .olapic-description {
  width: calc(100% - 60px);
  margin: 0 auto;
}

@media (min-width: 768px) {
  .o-olapic-gallery-slide .info .slider,
  .o-olapic-gallery-slide .info .olapic-description {
    width: 50%;
  }
}

.o-olapic-gallery-slide .info .olapic-description {
  padding-top: 20px;
}

.o-olapic-gallery-slide .info .olapic-description .a-paragraph:not(.username) {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
}

.o-olapic-gallery-slide .info .olapic-description .username {
  font-size: 12px;
  line-height: 17px;
  display: block;
  line-height: 42px;
  white-space: nowrap;
}

.o-olapic-gallery-slide .info .olapic-description .username:before {
  content: '@';
}

.o-olapic-gallery-slide .info .olapic-description .username span {
  color: #D8D8D8;
  margin-left: 5px;
}

.o-olapic-gallery-slide .info .slider {
  margin-top: 13px;
}

.o-olapic-gallery-slide .info .slider > * {
  display: none;
}

.o-olapic-gallery-slide .info .slider > *:first-child {
  display: block;
}

.o-olapic-gallery-slide .info .slider .product-slider-arrow {
  font-size: 60px;
  position: absolute;
  top: calc(50% - 16px);
  cursor: pointer;
  border-top: 2px solid black;
  border-right: 2px solid black;
  height: 16px;
  width: 16px;
  visibility: visible;
}

@media (min-width: 768px) {
  .o-olapic-gallery-slide .info .slider .product-slider-arrow {
    height: 14px;
    width: 14px;
  }
}

.o-olapic-gallery-slide .info .slider .product-slider-arrow:first-of-type {
  transform: rotate(-135deg) translateY(50%);
  left: -30px;
}

@media (min-width: 768px) {
  .o-olapic-gallery-slide .info .slider .product-slider-arrow:first-of-type {
    left: -60px;
  }
}

.o-olapic-gallery-slide .info .slider .product-slider-arrow:last-of-type {
  transform: rotate(45deg) translateY(-50%);
  right: -20px;
}

@media (min-width: 768px) {
  .o-olapic-gallery-slide .info .slider .product-slider-arrow:last-of-type {
    right: -50px;
  }
}

.o-olapic-gallery-slide .info .slider .product-slider-arrow.slick-disabled {
  border-color: #E0E0E0;
}

.o-olapic-gallery-slide .info .slider .slide .m-product-image {
  float: none;
}

.o-olapic-gallery-slide .info .slider .slide .m-product-image img {
  margin: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .o-olapic-gallery-slide .info .slider .slide .m-product-image img {
    width: 187px;
  }
}

.o-olapic-gallery-slide .info .slider .slide .product-info {
  width: 100%;
  display: block;
  text-align: left;
  margin-top: 20px;
}

.o-olapic-gallery-slide .info .slider .slide .product-info .m-product-price {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 26px;
  width: 100%;
}

.o-olapic-gallery-slide .info .slider .slide .product-info .m-product-price .product-name {
  margin-top: 10px;
}

.o-olapic-gallery-slide .info .slider .slide .product-info .m-product-price .product-price {
  display: none;
}

.o-olapic-gallery-slider {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .o-olapic-gallery-slider {
    transform: none;
    width: 100%;
    position: static;
    overflow: hidden;
    height: 498px;
  }
}

.o-olapic-gallery-slider .main-slider-arrow {
  display: none;
}

@media (min-width: 768px) {
  .o-olapic-gallery-slider .main-slider-arrow {
    z-index: 1;
    cursor: pointer;
    top: calc(50% - 8px);
    position: absolute;
    display: inline-block;
  }
  .o-olapic-gallery-slider .main-slider-arrow.prev-arrow {
    left: -20%;
  }
  .o-olapic-gallery-slider .main-slider-arrow.next-arrow {
    text-align: right;
    right: -20%;
  }
}

.o-olapic-image {
  position: relative;
  cursor: pointer;
  background-size: cover;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .o-olapic-image {
    height: 300px;
    margin-bottom: 18px;
  }
}

.no-touchevents .o-olapic-image:hover .overlay {
  opacity: 1;
}

.o-olapic-image.is-touched .overlay {
  opacity: 1;
}

.o-olapic-image .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.o-order .order-header {
  display: none;
}

@media (min-width: 768px) {
  .o-order .order-summary-info {
    width: 54.54545%;
    padding-right: 6px;
    padding-left: 6px;
    float: left;
  }
}

@media (min-width: 1025px) {
  .o-order .order-summary-info {
    width: 64.28571%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1025px) {
  .o-order .order-summary-info .order-summary-price {
    width: 100%;
    float: right;
  }
}

.o-order .order-summary-info .order-heading .a-heading-2 {
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 25px;
  padding-bottom: 7px;
}

@media (min-width: 768px) {
  .o-order .order-customer-info {
    width: 36.36364%;
    padding-right: 6px;
    padding-left: 6px;
    float: right;
  }
}

@media (min-width: 1025px) {
  .o-order .order-customer-info {
    width: 28.57143%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.o-order-confirmation {
  position: relative;
  padding-bottom: 40px;
}

.o-order-confirmation.signedIn .receipt-section .additional-text {
  display: none;
}

.o-order-confirmation.signedIn .sign-up-section .signed-in-text {
  margin: 0;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .o-order-confirmation .receipt-section {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  .o-order-confirmation .receipt-section {
    width: 29.16667%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.o-order-confirmation .receipt-section .page-title {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
}

.o-order-confirmation .receipt-section .summary-text {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
}

.o-order-confirmation .receipt-section .additional-info,
.o-order-confirmation .receipt-section .additional-text {
  font-size: 12px;
  line-height: 17px;
  display: inline-block;
}

.o-order-confirmation .receipt-section .additional-text {
  padding-bottom: 29px;
}

.o-order-confirmation .receipt-section .page-title {
  margin-bottom: 33px;
  font-size: 24px;
  line-height: 22px;
}

@media (min-width: 768px) {
  .o-order-confirmation .receipt-section .page-title {
    margin-bottom: 26px;
  }
}

.o-order-confirmation .receipt-section .summary-text {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  padding-bottom: 29px;
  display: block;
}

.o-order-confirmation .receipt-section .highlighted-text {
  color: #1B1B1B;
  display: inline-block;
}

.o-order-confirmation .sign-up-section {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .o-order-confirmation .sign-up-section {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  .o-order-confirmation .sign-up-section {
    width: 29.16667%;
    padding-right: 10px;
    padding-left: 10px;
    padding-left: 0;
  }
}

.o-order-confirmation .sign-up-section .signed-in-text {
  font-size: 12px;
  line-height: 17px;
  display: block;
  margin: 20px 0 0;
}

.o-order-confirmation .sign-up-section .session-timeout-button {
  display: none;
}

.o-order-confirmation .sign-up-section .my-account-button {
  color: #1B1B1B;
  font-size: 12px;
  line-height: 17px;
  text-decoration: underline;
}

.o-order-confirmation .sign-up-section .o-registration .o-registration-form .a-heading-2,
.o-order-confirmation .sign-up-section .o-registration .o-registration-form .a-paragraph {
  display: block;
  padding-bottom: 21px;
}

.o-order-confirmation .sign-up-section .o-registration .o-registration-form .a-heading-2 {
  letter-spacing: 0.0825em;
  text-transform: uppercase;
}

.o-order-confirmation .sign-up-section .o-registration .o-registration-form .e-mail-input .m-input.is-readonly .a-input {
  box-shadow: none;
  background: none;
  padding: 0;
}

.o-order-confirmation .sign-up-section .o-registration .o-registration-form .e-mail-input .m-input.is-readonly .a-label:last-child {
  display: none;
}

.o-order-confirmation .sign-up-section .o-registration .o-registration-form .checkbox-input {
  margin-top: 2px;
}

@media (min-width: 768px) {
  .o-order-confirmation .sign-up-section .o-registration .o-registration-form .checkbox-input {
    margin-top: 7px;
  }
}

@media (min-width: 1025px) {
  .o-order-confirmation .sign-up-section .o-registration .o-registration-form .checkbox-input {
    margin-top: 27px;
  }
}

.o-order-confirmation .sign-up-section .o-registration .o-registration-form .a-button {
  margin-bottom: 6px;
}

.o-order-confirmation .sign-up-section .email-duplicate-information,
.o-order-confirmation .sign-up-section .session-timeout-information {
  color: #DA441B;
  font-size: 12px;
  line-height: 17px;
}

.o-order-confirmation .sign-up-section .email-duplicate-information .session-timeout-text,
.o-order-confirmation .sign-up-section .session-timeout-information .session-timeout-text {
  margin-bottom: 0;
}

.o-order-confirmation .sign-up-section .email-duplicate-information .session-timeout-heading,
.o-order-confirmation .sign-up-section .email-duplicate-information .email-duplicate-heading,
.o-order-confirmation .sign-up-section .session-timeout-information .session-timeout-heading,
.o-order-confirmation .sign-up-section .session-timeout-information .email-duplicate-heading {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  padding-bottom: 21px;
}

@media (min-width: 1025px) {
  .o-order-confirmation .order-summary-section {
    width: 33.33333%;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 66.66672%;
    padding-top: 50px;
    padding-bottom: 84px;
    position: absolute;
    top: -12px;
  }
}

.o-order-confirmation .order-summary-section .order-summary-section-heading {
  display: none;
}

.o-order-confirmation .order-summary-section span {
  font-size: 12px;
  line-height: 17px;
  display: block;
}

.o-order-confirmation .order-summary-section span.heading {
  color: #999999;
  margin-top: 13px;
}

.o-order-confirmation .order-summary-section span.delivery:nth-of-type(9),
.o-order-confirmation .order-summary-section span.delivery:nth-of-type(10) {
  display: inline-block;
  margin-right: 0.25em;
}

.o-order-confirmation .order-summary-section .m-informative-section {
  margin-top: 48px;
}

@media (min-width: 768px) {
  .o-order-confirmation .order-summary-section .m-informative-section {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
    margin-top: 58px;
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  .o-order-confirmation .order-summary-section .m-informative-section {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 48px;
    padding: 0;
  }
}

.o-order-confirmation .order-summary-section .m-informative-section.is-us {
  display: block;
}

.o-order-confirmation .order-summary-section .m-informative-section .a-link span {
  display: inline;
}

@media (min-width: 1025px) {
  .o-order-confirmation .product-section {
    width: 62.5%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1025px) {
  .o-order-confirmation .product-section .o-cart-item:after {
    margin-left: 6.66667%;
    width: calc(80% - 12px);
  }
}

.o-order-confirmation .product-section .o-cart-item:first-child {
  border-top: 1px solid #E7E7E7;
}

.o-order-confirmation .product-section .products-heading {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .o-order-confirmation .product-section .products-heading {
    margin-bottom: 10px;
  }
}

.o-order-confirmation .product-section .products-heading .order-number {
  display: none;
}

.o-order-confirmation .product-section .o-order-summary {
  border: none;
  position: relative;
  padding: 20px 0 0;
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .o-order-confirmation .product-section .o-order-summary {
    width: 53.33333%;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 46.6667%;
    padding-right: 0;
    margin-bottom: 55px;
  }
}

.o-order-confirmation .product-section .o-order-summary .total-section {
  border: none;
  margin-top: 7px;
  padding: 0;
}

@media (min-width: 768px) {
  .o-order-confirmation .product-section .o-order-summary .total-section {
    border-top: 1px solid #E7E7E7;
    margin-top: 12px;
    padding: 15px 0 25px;
  }
}

.o-order-confirmation .o-registration .o-registration-form {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  padding: 0;
}

@media (min-width: 768px) {
  .o-order-confirmation .o-registration .o-registration-form {
    padding-left: 0;
  }
}

.o-order-confirmation .o-registration .o-registration-form .a-button {
  display: inline-block;
}

.o-order-confirmation .o-registration .o-registration-form .a-heading-2 {
  font-size: 12px;
  line-height: 17px;
}

.o-order-confirmation .o-order-summary,
.o-order-confirmation .receipt-section,
.o-order-confirmation .sign-up-section,
.o-order-confirmation .product-section,
.o-order-confirmation .order-summary-section {
  padding-left: 4px;
  padding-right: 4px;
}

@media (min-width: 768px) {
  .o-order-confirmation .o-order-summary,
  .o-order-confirmation .receipt-section,
  .o-order-confirmation .sign-up-section,
  .o-order-confirmation .product-section,
  .o-order-confirmation .order-summary-section {
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .o-order-confirmation .o-order-summary,
  .o-order-confirmation .receipt-section,
  .o-order-confirmation .sign-up-section,
  .o-order-confirmation .product-section,
  .o-order-confirmation .order-summary-section {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.o-order-confirmation.is-klarna-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.o-order-confirmation.is-klarna-page .track-your-order {
  display: none;
}

.o-order-confirmation.is-klarna-page .page-title {
  font-size: 24px;
  letter-spacing: 0.02em;
  margin-bottom: 26px;
}

.o-order-confirmation.is-klarna-page .page-title,
.o-order-confirmation.is-klarna-page .is-klarna-wrapper {
  padding-left: 4px;
  padding-right: 4px;
}

@media (min-width: 768px) {
  .o-order-confirmation.is-klarna-page .page-title,
  .o-order-confirmation.is-klarna-page .is-klarna-wrapper {
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .o-order-confirmation.is-klarna-page .page-title,
  .o-order-confirmation.is-klarna-page .is-klarna-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.o-order-confirmation.is-klarna-page .my-account-link {
  text-decoration: underline;
  padding-top: 20px;
}

.o-order-confirmation.is-klarna-page .is-klarna-wrapper {
  -ms-flex-order: 1;
  order: 1;
  margin: 0 0 12px;
}

@media (min-width: 1025px) {
  .o-order-confirmation.is-klarna-page .is-klarna-wrapper {
    width: 62.5%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.o-order-confirmation.is-klarna-page .order-summary-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-order: 4;
  order: 4;
}

.o-order-confirmation.is-klarna-page .order-summary-section .number-part {
  -ms-flex-order: 1;
  order: 1;
}

.o-order-confirmation.is-klarna-page .order-summary-section .date-part {
  -ms-flex-order: 2;
  order: 2;
}

.o-order-confirmation.is-klarna-page .order-summary-section .address-part {
  -ms-flex-order: 3;
  order: 3;
}

.o-order-confirmation.is-klarna-page .order-summary-section .delivery-part {
  -ms-flex-order: 4;
  order: 4;
}

.o-order-confirmation.is-klarna-page .order-summary-section .email-part {
  -ms-flex-order: 5;
  order: 5;
}

.o-order-confirmation.is-klarna-page .order-summary-section .payment-part {
  -ms-flex-order: 6;
  order: 6;
}

.o-order-confirmation.is-klarna-page .order-summary-section .m-informative-section {
  -ms-flex-order: 7;
  order: 7;
}

.o-order-confirmation.is-klarna-page .o-order-summary {
  margin-bottom: 0;
}

.o-order-confirmation.is-klarna-page .sign-up-section {
  -ms-flex-order: 2;
  order: 2;
  padding-bottom: 0;
  margin: 15px 0 20px;
}

@media (min-width: 768px) {
  .o-order-confirmation.is-klarna-page .sign-up-section {
    margin-top: 30px;
  }
}

.o-order-confirmation.is-klarna-page .sign-up-section .signed-in-text,
.o-order-confirmation.is-klarna-page .sign-up-section .my-account-link {
  display: block;
}

.o-order-confirmation.is-klarna-page .product-section {
  -ms-flex-order: 3;
  order: 3;
  margin: 20px 0;
}

.o-order-confirmation.is-klarna-page.signedIn .is-klarna-wrapper {
  -ms-flex-order: 2;
  order: 2;
  margin: 20px 0 12px;
}

.o-order-confirmation.is-klarna-page.signedIn .sign-up-section {
  -ms-flex-order: 1;
  order: 1;
  margin-top: 0;
}

.o-order-confirmation.is-klarna-page.signedIn .my-account-link {
  font-size: 12px;
  line-height: 17px;
  padding-top: 10px;
}

.o-order-details {
  font-size: 12px;
  line-height: 17px;
}

.o-order-details .order-table {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.o-order-details .order-table .order-number-text {
  display: none;
}

.o-order-details .order-table .package {
  -ms-flex-order: 1;
  order: 1;
}

.o-order-details .order-table .order-date-text {
  -ms-flex-order: 2;
  order: 2;
}

.o-order-details .order-table .order-email-text {
  -ms-flex-order: 3;
  order: 3;
}

.o-order-details .order-table .order-delivery-method-text {
  -ms-flex-order: 4;
  order: 4;
}

.o-order-details .order-table .order-delivery-address-text {
  -ms-flex-order: 5;
  order: 5;
}

.o-order-details .order-table .order-payment-text {
  -ms-flex-order: 6;
  order: 6;
}

.o-order-details .order-table .contact-us-text {
  -ms-flex-order: 7;
  order: 7;
}

.o-order-details .a-heading-2 {
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 7px;
  margin-bottom: 25px;
}

.o-order-details .order-delivery-address-text .order-name-surname,
.o-order-details .order-delivery-address-text .order-address-second {
  display: none;
}

.o-order-details .order-delivery-address-text .order-city-container .order-city-zip {
  padding-right: 4px;
}

.o-order-details .order-cell {
  padding-bottom: 20px;
  line-height: 18px;
}

.o-order-details .order-status {
  color: #999999;
}

.o-order-details .order-status .order-progress {
  color: #1B1B1B;
}

.o-order-details .order-table .order-cell {
  color: #999999;
}

.o-order-details .order-table .order-cell > *:not(.package-title) {
  color: #1B1B1B;
}

.o-order-details .order-table .package-number .a-link {
  display: block;
}

.o-order-details .order-table .package-number span {
  font-size: 12px;
  line-height: 17px;
}

.o-order-summary {
  font-size: 12px;
  line-height: 17px;
  color: #1B1B1B;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 21px;
  line-height: 25px;
}

.o-order-summary .order-value-section {
  -ms-flex-order: -2;
  order: -2;
}

.o-order-summary .shipping-section,
.o-order-summary .estimated-tax-section {
  -ms-flex-order: -1;
  order: -1;
  color: #F28860;
}

.o-order-summary .discount-section,
.o-order-summary .staff-discount-section {
  color: #F28860;
}

.o-order-summary .shipping,
.o-order-summary .order-value,
.o-order-summary .discount,
.o-order-summary .total,
.o-order-summary .staff-discount,
.o-order-summary .estimated-tax {
  float: right;
}

.o-order-summary .total-section {
  border-top: 1px solid #E7E7E7;
  padding: 21px 0 25px;
  margin-top: 8px;
}

.o-order-summary .total-section .total-label {
  letter-spacing: 0.0825em;
  text-transform: uppercase;
}

.o-order-summary.lightbox-summary {
  border-top: 1px solid #E7E7E7;
}

.o-order-summary.lightbox-summary .total-section {
  margin-top: 16px;
  padding-bottom: 38px;
}

@media (min-width: 768px) {
  .o-order-summary.lightbox-summary .total-section {
    padding-bottom: 0;
  }
}

.order-row-container {
  text-align: center;
}

.order-row-container .o-order-row {
  border-top: 1px solid #E7E7E7;
  display: table;
  padding: 10px 0 3px;
}

.order-row-container .o-order-row:last-child {
  border-bottom: 1px solid #E7E7E7;
}

.order-row-container .o-order-row .order-table {
  cursor: pointer;
  display: table-row;
}

.order-row-container .o-order-row .order-table .order-image-wrapper {
  display: table-cell;
}

.order-row-container .o-order-row .order-table .order-image-wrapper .m-product-image {
  width: 72px;
  margin-right: 22px;
}

@media (min-width: 768px) {
  .order-row-container .o-order-row .order-table .order-image-wrapper .m-product-image {
    width: 111px;
    margin-right: 57px;
  }
}

@media (min-width: 1025px) {
  .order-row-container .o-order-row .order-table .order-image-wrapper .m-product-image {
    width: 53px;
    margin-right: 42px;
  }
}

.order-row-container .o-order-row .order-table .order-image-wrapper .m-product-image img {
  width: 100%;
}

.order-row-container .o-order-row .order-table .order-info,
.order-row-container .o-order-row .order-table .order-number {
  font-size: 12px;
  line-height: 17px;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
}

.order-row-container .o-order-row .order-table .order-info {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.order-row-container .o-order-row .order-table .order-info > * {
  display: block;
}

@media (min-width: 1025px) {
  .order-row-container .o-order-row .order-table .order-info > * {
    display: inline-block;
  }
}

.order-row-container .o-order-row .order-table .order-info .order-number {
  text-align: left;
}

.order-row-container .o-order-row .order-table .order-info div,
.order-row-container .o-order-row .order-table .order-info span {
  text-align: left;
  display: block;
  cursor: pointer;
}

.order-row-container .o-order-row .order-table .order-info div.order-status .order-status-container,
.order-row-container .o-order-row .order-table .order-info span.order-status .order-status-container {
  display: none;
}

.order-row-container .o-order-row .order-table .order-info div.order-status .order-condition,
.order-row-container .o-order-row .order-table .order-info span.order-status .order-condition {
  display: inline-block;
}

.order-row-container .o-order-row .order-table .order-info div.order-status .order-progress,
.order-row-container .o-order-row .order-table .order-info span.order-status .order-progress {
  display: none;
}

@media (min-width: 1025px) {
  .order-row-container .o-order-row .order-table .order-info div,
  .order-row-container .o-order-row .order-table .order-info span {
    display: inline-block;
    text-align: center;
  }
  .order-row-container .o-order-row .order-table .order-info div.products-count,
  .order-row-container .o-order-row .order-table .order-info span.products-count {
    text-align: left;
    padding-left: 10px;
  }
  .order-row-container .o-order-row .order-table .order-info div.order-number,
.order-row-container .o-order-row .order-table .order-info div.order-date,
.order-row-container .o-order-row .order-table .order-info div.products-count,
  .order-row-container .o-order-row .order-table .order-info span.order-number,
  .order-row-container .o-order-row .order-table .order-info span.order-date,
  .order-row-container .o-order-row .order-table .order-info span.products-count {
    width: 23%;
  }
  .order-row-container .o-order-row .order-table .order-info div.order-status,
  .order-row-container .o-order-row .order-table .order-info span.order-status {
    width: calc(30% - 33px);
  }
  .order-row-container .o-order-row .order-table .order-info div.order-status .order-condition,
  .order-row-container .o-order-row .order-table .order-info span.order-status .order-condition {
    width: 60%;
    text-align: left;
  }
  .order-row-container .o-order-row .order-table .order-info div.order-status .order-condition span,
  .order-row-container .o-order-row .order-table .order-info span.order-status .order-condition span {
    width: 100%;
    margin-left: 10px;
    text-align: left;
  }
  .order-row-container .o-order-row .order-table .order-info div.order-status .order-status-container,
  .order-row-container .o-order-row .order-table .order-info span.order-status .order-status-container {
    display: none;
  }
}

.order-row-container .o-order-row .order-table .order-info .order-details {
  font-size: 13px;
  line-height: 18px;
  font-size: 17px;
  position: absolute;
  top: calc(50% + 13px);
  right: 0;
  cursor: pointer;
}

.order-row-container .o-order-row .order-table .order-info .order-details:before {
  content: "";
}

@media (min-width: 768px) {
  .order-row-container .o-order-row .order-table .order-info .order-details {
    top: calc(50% - 12px);
  }
}

@media (min-width: 1025px) {
  .order-row-container .o-order-row .order-table .order-info .order-details {
    vertical-align: middle;
    position: static;
  }
}

.o-page-content {
  -ms-flex-positive: 5;
  flex-grow: 5;
  margin-top: 0px;
}

.o-page-content::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

@media (min-width: 768px) {
  .o-page-content {
    margin-top: 0px;
  }
}

@media (min-width: 1025px) {
  .o-page-content {
    margin-top: 68px;
    min-height: 1px;
  }
}

.o-page-content .access-content {
  visibility: hidden;
  position: absolute;
  left: -999em;
}

.o-page-content .parbase:first-child .o-takeover:first-child {
  margin-top: -43px;
}

@media (min-width: 768px) {
  .o-page-content .parbase:first-child .o-takeover:first-child {
    margin-top: -69px;
  }
}

@media (min-width: 1025px) {
  .o-page-content .parbase:first-child .o-takeover:first-child {
    margin-top: -68px;
  }
}

.o-page-content.cofs-page {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1600px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 39px;
}


@media (min-width: 768px) {
  .o-page-content.cofs-page {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 50px;
  }
}

@media (min-width: 1025px) {
  .o-page-content.cofs-page {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 54px;
  }
}


.o-page-content.page-country-select {
  padding-top: 0;
  margin-top: 0;
}

.o-page-content.is-checkout {
  margin-top: 43px;
}

@media (min-width: 768px) {
  .o-page-content.is-checkout {
    margin-top: 69px;
    padding-top: 11px;
  }
}

@media (min-width: 1151px) {
  .o-page-content.is-checkout {
    margin-top: 68px;
    padding-top: 40px;
  }
}

.o-page-content.customer-service-page .a-content-image,
.o-page-content.customer-service-page .a-page-paragraph,
.o-page-content.customer-service-page .m-breadcrumb {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .o-page-content.customer-service-page .a-content-image,
  .o-page-content.customer-service-page .a-page-paragraph,
  .o-page-content.customer-service-page .m-breadcrumb {
    width: 66.66667%;
    padding-right: 6px;
    padding-left: 6px;
    margin-left: 16.66666%;
  }
}

@media (min-width: 1025px) {
  .o-page-content.customer-service-page .a-content-image,
  .o-page-content.customer-service-page .a-page-paragraph,
  .o-page-content.customer-service-page .m-breadcrumb {
    width: 41.66667%;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 29.16669%;
  }
}

.o-page-content.customer-service-page .m-breadcrumb {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .o-page-content.customer-service-page .m-breadcrumb {
    margin-top: 40px;
  }
}

@media (min-width: 1025px) {
  .o-page-content.customer-service-page .m-breadcrumb {
    margin-top: 50px;
  }
}

.o-page-content.customer-service-page .o-accordion .accordion-inner-content {
  overflow-x: auto;
}

.o-page-content.customer-service-page .a-page-paragraph {
  margin-top: 26px;
}

@media (min-width: 768px) {
  .o-page-content.customer-service-page .a-page-paragraph {
    margin-top: 44px;
  }
}

.o-page-content.customer-service-page .o-faq {
  margin-top: 26px;
  margin-bottom: 23px;
}

@media (min-width: 768px) {
  .o-page-content.customer-service-page .o-faq {
    margin-top: 44px;
  }
}

@media (min-width: 1025px) {
  .o-page-content.customer-service-page .o-faq {
    margin-top: 26px;
    margin-bottom: 73px;
  }
}

.o-page-content.customer-service-page .a-content-image {
  margin-bottom: 40px;
  margin-top: 33px;
}

@media (min-width: 1025px) {
  .o-page-content.customer-service-page .a-content-image {
    margin-bottom: 50px;
    margin-top: 43px;
  }
}

.o-page-content.customer-service-page .o-accordion:last-child {
  margin-bottom: 30px;
}

.o-page-content.customer-service-page .contain:first-child {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .o-page-content.customer-service-page .contain:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.o-page-content.customer-service-page .contain .accordion-header {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .o-page-content.customer-service-page .contain .accordion-header {
    padding-left: 0;
    padding-right: 0;
  }
}

.o-page-content.customer-service-page .contain .o-contain .accordion-inner-content h4,
.o-page-content.customer-service-page .contain .o-contain .accordion-inner-content p {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .o-page-content.customer-service-page .contain .o-contain .accordion-inner-content h4,
  .o-page-content.customer-service-page .contain .o-contain .accordion-inner-content p {
    padding-left: 0;
    padding-right: 0;
  }
}

.o-page-content .categoryPushText + .keyline {
  display: none;
}

.o-page-content .categoryPushText + .keyline + .hero {
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .o-page-content .categoryPushText + .keyline + .hero {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .o-page-content .categoryPushText + .keyline {
    display: block;
  }
}

.o-page-content .takeover.parbase.section:first-child .o-takeover:first-child {
  margin-top: -43px;
}

@media (min-width: 768px) {
  .o-page-content .takeover.parbase.section:first-child .o-takeover:first-child {
    margin-top: -69px;
  }
}

.o-page-content .takeover.parbase.section + .takeover.parbase.section .o-takeover {
  margin-top: -30px;
}

@media (min-width: 768px) {
  .o-page-content .takeover.parbase.section + .takeover.parbase.section .o-takeover {
    margin-top: -40px;
  }
}

@media (min-width: 1151px) {
  .o-page-content .takeover.parbase.section + .takeover.parbase.section .o-takeover {
    margin-top: -50px;
  }
}

.o-page-content .takeover.parbase.section + .parbase.categoryPushText + .takeover.parbase.section .o-takeover {
  margin-top: 0;
}

@media (min-width: 768px) {
  .o-page-content .takeover.parbase.section + .parbase.categoryPushText + .takeover.parbase.section .o-takeover {
    margin-top: -40px;
  }
}

@media (min-width: 1025px) {
  .o-page-content .takeover.parbase.section + .parbase.categoryPushText + .takeover.parbase.section .o-takeover {
    margin-top: -50px;
  }
}

.o-payment {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  color: #1B1B1B;
  font-size: 13px;
  line-height: 18px;
}

@media (min-width: 768px) {
  .o-payment {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
    float: left;
    margin-top: 52px;
  }
}

@media (min-width: 1025px) {
  .o-payment {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.o-payment .a-heading-3 {
  font-size: 13px;
  line-height: 18px;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 28px;
  padding-bottom: 13px;
}

@media (min-width: 768px) {
  .o-payment .a-heading-3 {
    border: none;
  }
}

.o-payment.no-cards .a-paragraph {
  margin-bottom: 30px;
}

.o-payment.no-cards .a-button {
  color: #FFFFFF;
  background-color: #1B1B1B;
  border: 1px solid #1B1B1B;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  text-align: center;
  width: 100%;
  padding: 12px 9px 8px 9px;
  max-width: 187px;
}

.o-payment.no-cards .a-button:hover:not(.is-disabled):not(:disabled),
.o-payment.no-cards .a-button.is-hover {
  background-color: #999999;
  border: 1px solid #999999;
}

.o-payment.no-cards .a-button:active:not(.is-disabled):not(:disabled),
.o-payment.no-cards .a-button.is-active {
  background-color: #999999;
  border: 1px solid #999999;
}

.o-payment.no-cards .a-button:disabled,
.o-payment.no-cards .a-button.is-disabled {
  background-color: #CCCCCC;
  color: #FFFFFF;
  border: 1px solid #CCCCCC;
}

.o-payment-checkout {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  padding: 0;
}

.o-payment-checkout .initial-text,
.o-payment-checkout .read-more {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  display: block;
  padding-left: 0;
}

@media (min-width: 768px) {
  .o-payment-checkout .initial-text,
  .o-payment-checkout .read-more {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
    display: inline-block;
    padding-right: 0;
  }
}

@media (min-width: 1025px) {
  .o-payment-checkout .initial-text,
  .o-payment-checkout .read-more {
    width: 46.66667%;
    padding-right: 10px;
    padding-left: 10px;
    padding-right: 0;
  }
}

.o-payment-checkout .initial-text {
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .o-payment-checkout .initial-text {
    padding-left: 0;
  }
}

.o-payment-checkout .read-more {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .o-payment-checkout .read-more {
    text-align: right;
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .o-payment-checkout .read-more {
    float: right;
  }
}

.o-payment-checkout .read-more .a-link {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .o-payment-checkout .left-selection-section,
  .o-payment-checkout .right-selection-section {
    width: 33.33333%;
    padding-right: 6px;
    padding-left: 6px;
    display: inline-block;
  }
}

@media (min-width: 1025px) {
  .o-payment-checkout .left-selection-section,
  .o-payment-checkout .right-selection-section {
    width: 33.33333%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.o-payment-checkout .left-selection-section .m-radio-button .label-text,
.o-payment-checkout .right-selection-section .m-radio-button .label-text {
  position: relative;
  width: auto;
}

.o-payment-checkout .left-selection-section .m-radio-button .label-text:before,
.o-payment-checkout .right-selection-section .m-radio-button .label-text:before {
  content: '';
  position: absolute;
  top: -3px;
  right: 0;
  width: 49px;
  height: 19px;
  background: url("/ja-jp/etc/designs/appeaser/cos/clientlibs/pattern-lib/images/paypal.svg") no-repeat 15px 0;
  transform: translateX(100%);
}

.o-payment-checkout .left-selection-section {
  padding-left: 0;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .o-payment-checkout .left-selection-section {
    margin-bottom: 0;
  }
}

.o-payment-checkout .left-selection-section .m-radio-button .label-text:before {
  width: 87px;
  background-image: url("/ja-jp/etc/designs/appeaser/cos/clientlibs/pattern-lib/images/payment-cards.svg");
}

.o-payment-checkout .bottom-section {
  display: none;
  margin-top: 18px;
}

@media (min-width: 768px) {
  .o-payment-checkout .bottom-section {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  .o-payment-checkout .bottom-section {
    width: 46.66667%;
    padding-right: 10px;
    padding-left: 10px;
    padding-left: 0;
  }
}

.o-payment-checkout .card-section {
  display: none;
  margin: 32px 0 15px;
}

@media (min-width: 768px) {
  .o-payment-checkout .card-section.aci-section {
    margin-left: 24px;
  }
}

.o-payment-checkout .card-section.aci-section .paymentWidgets {
  opacity: 0;
}

.o-payment-checkout .card-section.aci-section .wpwl-form-card {
  background: none;
  border: 0;
  box-shadow: none;
  margin: 5px 0 22px 0;
  padding: 0;
  width: 100%;
  max-width: none;
}

@media (min-width: 768px) {
  .o-payment-checkout .card-section.aci-section .wpwl-form-card {
    width: 50%;
    padding: 0 6px 0 0;
  }
}

@media (min-width: 1025px) {
  .o-payment-checkout .card-section.aci-section .wpwl-form-card {
    width: 46.66667%;
    padding-right: 10px;
  }
}

.o-payment-checkout .card-section.aci-section .wpwl-brand-card,
.o-payment-checkout .card-section.aci-section .wpwl-group-submit {
  display: none;
}

.o-payment-checkout .card-section.aci-section .wpwl-control,
.o-payment-checkout .card-section.aci-section .wpwl-control input {
  background-color: #E7E7E7;
  color: #1B1B1B;
  border-radius: 0;
  border: 0;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.04em;
  height: 30px;
  width: 100%;
  padding: 8px 11px 4px;
}

.o-payment-checkout .card-section.aci-section .wpwl-control.wpwl-control-cardNumber,
.o-payment-checkout .card-section.aci-section .wpwl-control.wpwl-control-cvv,
.o-payment-checkout .card-section.aci-section .wpwl-control.wpwl-control-expiry {
  font-family: Arial,
sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: auto;
  font-size: 10px;
  padding: 5px 10px 4px;
}

.o-payment-checkout .card-section.aci-section input.wpwl-control:focus {
  box-shadow: inset 0 -1px 0 0 #1B1B1B;
}

.o-payment-checkout .card-section.aci-section select.wpwl-control {
  z-index: 1;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 33px;
  position: relative;
  cursor: pointer;
}

.o-payment-checkout .card-section.aci-section .wpwl-wrapper-brand {
  background-color: #E7E7E7;
  float: none;
  padding-right: 0;
}

.o-payment-checkout .card-section.aci-section .wpwl-wrapper-brand:after {
  font-family: 'COS-Icons';
  font-weight: normal;
  color: #CCCCCC;
  z-index: 0;
  content: "";
  position: absolute;
  cursor: pointer;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 7px;
  right: 8px;
  float: right;
  font-size: 17px;
  transform: rotate(180deg);
}

.o-payment-checkout .card-section.aci-section .wpwl-label-brand {
  float: none;
  padding: 0;
}

.o-payment-checkout .card-section.aci-section .wpwl-group-cardNumber,
.o-payment-checkout .card-section.aci-section .wpwl-group-cardHolder {
  width: 100%;
  padding: 0;
}

.o-payment-checkout .card-section.aci-section .wpwl-has-error + .wpwl-hint,
.o-payment-checkout .card-section.aci-section .wpwl-has-error + .wpwl-hint + .wpwl-hint,
.o-payment-checkout .card-section.aci-section .wpwl-has-error + input + .wpwl-hint {
  color: #DA441B;
}

.o-payment-checkout .card-section.aci-section .wpwl-has-error {
  box-shadow: inset 0 -1px 0 0 #DA441B !important;
}

.o-payment-checkout .card-section.aci-section .wpwl-hint {
  margin-top: 7px;
}

.o-payment-checkout .card-section.aci-section .wpwl-group-expiry,
.o-payment-checkout .card-section.aci-section .wpwl-group-cvv,
.o-payment-checkout .card-section.aci-section .wpwl-wrapper-brand {
  width: 45%;
}

.o-payment-checkout .card-section.aci-section #wpwl-registrations {
  padding: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .o-payment-checkout .card-section.aci-section #wpwl-registrations {
    width: 50%;
    padding: 0 6px 0 0;
    margin-left: -24px;
    float: left;
  }
}

@media (min-width: 1025px) {
  .o-payment-checkout .card-section.aci-section #wpwl-registrations {
    width: 46.66667%;
    padding-right: 10px;
  }
}

.o-payment-checkout .card-section.aci-section #wpwl-registrations .wpwl-form-registrations {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  max-width: none;
}

.o-payment-checkout .card-section.aci-section #wpwl-registrations .wpwl-brand-inline.no-logo {
  background: none;
  width: auto;
  height: auto;
}

.o-payment-checkout .card-section.aci-section #wpwl-registrations .wpwl-selected {
  border: none;
}

.o-payment-checkout .card-section.aci-section #wpwl-registrations .wpwl-group-registration {
  border: none;
  margin: 27px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .o-payment-checkout .card-section.aci-section #wpwl-registrations .wpwl-group-registration {
    margin: 0 0 27px;
  }
}

.o-payment-checkout .card-section.aci-section #wpwl-registrations .wpwl-wrapper-registration-registrationId {
  width: auto;
  padding: 0;
  margin-right: 10px;
}

.o-payment-checkout .card-section.aci-section #wpwl-registrations .wpwl-wrapper-registration-cvv {
  width: 133px;
  clear: left;
  padding: 0;
  margin: 10px 0 0 24px;
}

.o-payment-checkout .card-section.aci-section #wpwl-registrations .wpwl-wrapper-registration-details {
  width: auto;
  padding: 0;
  margin-top: 1px;
}

.o-payment-checkout .card-section.aci-section #wpwl-registrations .wpwl-wrapper-registration-number {
  padding: 0;
  margin-right: 5px;
}

.o-payment-checkout .card-section.aci-section #wpwl-registrations .wpwl-wrapper-registration-brand {
  width: auto;
  padding: 0;
  margin-right: 5px;
  margin-top: 1px;
}

.o-payment-checkout .card-section.aci-section #wpwl-registrations .wpwl-wrapper-registration-expiry {
  width: auto;
  padding: 0;
}

.o-payment-checkout .card-section.aci-section #wpwl-registrations .wpwl-wrapper-registration-holder {
  display: none;
}

.o-payment-checkout .card-section .m-input {
  padding: 0;
}

.o-payment-checkout .card-section .m-input .a-label:first-child {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .o-payment-checkout .card-section .card-selection-section {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  .o-payment-checkout .card-section .card-selection-section {
    width: 46.66667%;
    padding-right: 10px;
    padding-left: 10px;
    padding-left: 0;
  }
}

.o-payment-checkout .card-section .card-selection-section .selection-heading {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
}

.o-payment-checkout .card-section .card-selection-section .selection-text {
  display: block;
  margin: 15px 0 25px;
}

.o-payment-checkout .card-section .card-selection-section .card-option .card-cvv-input {
  width: 133px;
  margin: 5px 0 22px 24px;
}

.o-payment-checkout .card-section .card-selection-section .add-card-option {
  margin-top: -8px;
}

.o-payment-checkout .card-section .new-card-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .o-payment-checkout .card-section .new-card-section {
    display: block;
    padding-left: 0;
    margin: 5px 0 22px 24px;
  }
}

.o-payment-checkout .card-section .new-card-section .input-section {
  -ms-flex-order: 0;
  order: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .o-payment-checkout .card-section .new-card-section .input-section {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
    padding-left: 0;
    display: inline-block;
  }
}

@media (min-width: 1025px) {
  .o-payment-checkout .card-section .new-card-section .input-section {
    width: 46.66667%;
    padding-right: 10px;
    padding-left: 10px;
    padding-left: 0;
  }
}

.o-payment-checkout .card-section .new-card-section .input-section .new-card-heading {
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  padding: 13px 0;
  display: block;
}

.o-payment-checkout .card-section .new-card-section .input-section .m-input {
  padding-top: 5px;
  vertical-align: top;
}

.o-payment-checkout .card-section .new-card-section .input-section .m-input.expire-date-month,
.o-payment-checkout .card-section .new-card-section .input-section .m-input.expire-date-year {
  display: none;
  float: left;
  width: 27%;
  padding-left: 0;
  padding-right: 15px;
}

.o-payment-checkout .card-section .new-card-section .input-section .m-input.expire-date-year {
  width: 28%;
  position: relative;
  padding-left: 15px;
}

.o-payment-checkout .card-section .new-card-section .input-section .m-input.expire-date-year .a-label:first-child:before {
  content: '/';
  position: absolute;
  top: 29px;
  left: 0;
}

@media (min-width: 768px) {
  .o-payment-checkout .card-section .new-card-section .input-section .save-card {
    clear: both;
  }
}

.o-payment-checkout .card-section .new-card-section .input-section .expire-date {
  display: block;
  vertical-align: top;
}

@media (min-width: 768px) {
  .o-payment-checkout .card-section .new-card-section .input-section .expire-date {
    width: 53%;
    display: inline-block;
  }
}

@media (min-width: 1025px) {
  .o-payment-checkout .card-section .new-card-section .input-section .expire-date {
    width: 51%;
  }
}

.o-payment-checkout .card-section .new-card-section .input-section .expire-date .m-dropdown {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: column;
  flex-flow: column;
  vertical-align: top;
  background-color: transparent;
  padding-top: 5px;
  cursor: auto;
}

.o-payment-checkout .card-section .new-card-section .input-section .expire-date .m-dropdown.month {
  width: 68px;
}

@media (min-width: 1025px) {
  .o-payment-checkout .card-section .new-card-section .input-section .expire-date .m-dropdown.month {
    width: calc(41% - 12px);
  }
}

.o-payment-checkout .card-section .new-card-section .input-section .expire-date .m-dropdown.month .a-label:last-of-type {
  white-space: nowrap;
}

.o-payment-checkout .card-section .new-card-section .input-section .expire-date .m-dropdown.month .a-label:last-of-type:after {
  content: '/';
  position: absolute;
  top: 29px;
  right: -15px;
}

@media (min-width: 1025px) {
  .o-payment-checkout .card-section .new-card-section .input-section .expire-date .m-dropdown.month .a-label:last-of-type:after {
    right: -23%;
  }
}

.o-payment-checkout .card-section .new-card-section .input-section .expire-date .m-dropdown.year {
  width: 82px;
  margin-left: 24px;
}

@media (min-width: 1025px) {
  .o-payment-checkout .card-section .new-card-section .input-section .expire-date .m-dropdown.year {
    width: calc(50% - 12px);
    margin-left: 13%;
  }
}

.o-payment-checkout .card-section .new-card-section .input-section .expire-date .m-dropdown.year .a-label:last-of-type {
  visibility: hidden;
  height: 17px;
}

.o-payment-checkout .card-section .new-card-section .input-section .expire-date .m-dropdown.has-error .error-msg {
  font-size: 12px;
  line-height: 17px;
  display: block;
  padding-top: 7px;
  color: #DA441B;
  text-transform: none;
}

.o-payment-checkout .card-section .new-card-section .input-section .expire-date .m-dropdown.has-error .placeholder {
  box-shadow: inset 0 -1px 0 0 #DA441B;
}

.o-payment-checkout .card-section .new-card-section .input-section .expire-date .m-dropdown .list-wrapper {
  top: 51px;
  cursor: pointer;
}

.o-payment-checkout .card-section .new-card-section .input-section .expire-date .m-dropdown .list-wrapper .a-option {
  padding: 6px 9px 1px 11px;
}

.o-payment-checkout .card-section .new-card-section .input-section .expire-date .m-dropdown .a-label:first-child {
  background-color: #E7E7E7;
}

.o-payment-checkout .card-section .new-card-section .input-section .expire-date .m-dropdown .a-label:last-of-type {
  -ms-flex-order: -1;
  order: -1;
  color: #1B1B1B;
  text-transform: none;
}

.o-payment-checkout .card-section .new-card-section .input-section .expire-date .m-dropdown .placeholder {
  background-color: #E7E7E7;
  padding: 8px 0 3px 11px;
  line-height: 17px;
  cursor: pointer;
}

.o-payment-checkout .card-section .new-card-section .input-section .expire-date .m-dropdown .a-icon-arrow-down-small {
  top: 29px;
  cursor: pointer;
  padding: 0;
}

.o-payment-checkout .card-section .new-card-section .input-section .card-cvv-input {
  display: inline-block;
  width: 45%;
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  .o-payment-checkout .card-section .new-card-section .input-section .card-cvv-input {
    padding-left: 15px;
    float: right;
  }
}

@media (min-width: 1025px) {
  .o-payment-checkout .card-section .new-card-section .input-section .card-cvv-input {
    float: none;
  }
}

.o-payment-checkout .card-section .new-card-section .address-section {
  color: #1B1B1B;
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  margin-top: 25px;
  padding-left: 0;
  position: relative;
}

@media (min-width: 768px) {
  .o-payment-checkout .card-section .new-card-section .address-section {
    width: 46.66667%;
    padding-right: 10px;
    padding-left: 10px;
    padding-left: 0;
    display: inline-block;
    float: right;
    margin-top: 15px;
  }
}

.o-payment-checkout .card-section .new-card-section .address-section .card-holder-address {
  margin-top: 20px;
}

.o-payment-checkout .card-section .new-card-section .address-section .card-holder-address .address1,
.o-payment-checkout .card-section .new-card-section .address-section .card-holder-address .address2,
.o-payment-checkout .card-section .new-card-section .address-section .card-holder-address .address3 {
  display: block;
}

.o-payment-checkout .card-section .new-card-section .address-section .card-holder-address .a-link {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .o-payment-checkout .card-section .new-card-section .address-section .card-holder-address .a-link {
    right: auto;
    left: 200px;
  }
}

.o-payment-checkout .card-section .new-card-section .address-section .heading {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
}

.o-payment-checkout .bottom-section .a-button {
  color: #FFFFFF;
  background-color: #1B1B1B;
  border: 1px solid #1B1B1B;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  text-align: center;
  width: 100%;
  padding: 12px 9px 8px 9px;
}

.o-payment-checkout .bottom-section .a-button:hover:not(.is-disabled):not(:disabled),
.o-payment-checkout .bottom-section .a-button.is-hover {
  background-color: #999999;
  border: 1px solid #999999;
}

.o-payment-checkout .bottom-section .a-button:active:not(.is-disabled):not(:disabled),
.o-payment-checkout .bottom-section .a-button.is-active {
  background-color: #999999;
  border: 1px solid #999999;
}

.o-payment-checkout .bottom-section .a-button:disabled,
.o-payment-checkout .bottom-section .a-button.is-disabled {
  background-color: #CCCCCC;
  color: #FFFFFF;
  border: 1px solid #CCCCCC;
}

.o-payment-checkout .bottom-section .m-checkbox,
.o-payment-checkout .bottom-section .custom-privacy-policy {
  margin-bottom: 12px;
}

.o-payment-checkout .bottom-section .m-checkbox.conditions .a-link,
.o-payment-checkout .bottom-section .custom-privacy-policy.conditions .a-link {
  text-decoration: underline;
}

.o-payment-checkout .bottom-section .custom-privacy-policy {
  margin-top: 25px;
}

.o-payment-checkout .bottom-section .custom-privacy-policy.conditions span.conditionsFirst,
.o-payment-checkout .bottom-section .custom-privacy-policy.conditions span.conditionsLast {
  display: block;
}

.o-payment-checkout .bottom-section .m-input {
  padding: 12px 0;
}

.o-payment-checkout .bottom-section .m-input .a-label:first-child {
  padding: 0;
}

.o-payment-checkout .bottom-section .nif-text,
.o-payment-checkout .bottom-section .fattura-text {
  display: none;
  padding-top: 0;
}

.o-payment-checkout .bottom-section .encryptionInfo,
.o-payment-checkout .bottom-section .purchaseInfo {
  color: #CCCCCC;
}

.o-payment-checkout .bottom-section .encryptionInfo {
  display: block;
  margin: 40px 0 15px;
}

.o-payment-checkout .bottom-section .encryptionInfo .image {
  height: 15px;
  width: 21px;
  display: inline-block;
  position: relative;
  top: 1px;
  background: url("/ja-jp/etc/designs/appeaser/cos/clientlibs/pattern-lib/images/lock.svg") no-repeat;
}

.o-payment-checkout .m-input:not(.has-error) .a-label:last-of-type {
  visibility: hidden;
}

.o-payment-checkout.edit-address .a-heading-2 {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  color: #1B1B1B;
  padding-bottom: 11px;
}

.o-payment-checkout.edit-address .m-input {
  padding: 4px 0;
}

.o-payment-checkout.edit-address .m-input:nth-of-type(2) .a-label:last-child,
.o-payment-checkout.edit-address .m-input.has-error .a-label:last-child {
  visibility: visible;
}

.o-payment-checkout.edit-address .m-input .a-label:first-child {
  padding-bottom: 0;
}

.o-payment-checkout.edit-address .m-dropdown {
  position: relative;
  width: 100%;
  margin: 25px 0 38px;
}

.o-payment-checkout.edit-address .m-dropdown .description {
  color: #1B1B1B;
  position: absolute;
  top: -20px;
  left: 0;
  text-transform: none;
}

.o-payment-checkout.edit-address .m-dropdown.region {
  display: none;
}

.o-payment-checkout.edit-address.has-region-selection .region {
  display: block;
  margin-bottom: 11px;
}

.o-payment-checkout.edit-address .is-secondary {
  display: none;
}

.o-payment-checkout.is-us-market .left-selection-section .m-radio-button .label-text:before {
  width: 160px;
  background-image: url("/ja-jp/etc/designs/appeaser/cos/clientlibs/pattern-lib/images/payment-methods-us.svg");
}

.o-product-filter {
  float: left;
  width: auto;
  padding: 0 0 1px;
}

@media (min-width: 768px) {
  .o-product-filter {
    padding: 3px 0 15px;
  }
}

@media (min-width: 1025px) {
  .o-product-filter {
    z-index: 2;
    position: relative;
    margin-bottom: 0;
    padding: 0 0 20px;
  }
}

.u-row > .o-product-filter {
  margin: 0;
  width: auto;
}

.o-product-filter .filter-section {
  background-color: #FFFFFF;
  z-index: 21;
  padding: 0 12px 40px;
  position: fixed;
  overflow-y: auto;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  transition: left 0.8s ease;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
  .o-product-filter .filter-section {
    border-right: 1px solid #E0E0E0;
    padding: 0 32px 40px;
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .o-product-filter .filter-section {
    border: none;
    overflow-y: visible;
    display: inline-block;
    position: static;
    padding: 0;
    width: auto;
  }
}

.o-product-filter .filter-wrapper {
  background-color: #FFFFFF;
  z-index: 1;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.o-product-filter .filter-wrapper.is-open .filter-section {
  z-index: 26;
  left: 0;
  transition: left 0.8s ease;
}

.o-product-filter .filter-wrapper.is-open .filter-buttons {
  left: 0;
  transition: left 0.8s ease;
}

.o-product-filter .filter-link {
  background-color: #FFFFFF;
  z-index: 1;
  color: #999999;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  position: relative;
  padding-right: 15px;
  vertical-align: top;
  line-height: 12px;
  width: 59px;
}

.o-product-filter .filter-link:before {
  content: "";
}

@media (min-width: 768px) {
  .o-product-filter .filter-link {
    padding-top: 2px;
  }
}

@media (min-width: 1025px) {
  .o-product-filter .filter-link {
    display: none;
    top: 0;
  }
}

.o-product-filter .filter-link:before {
  font-family: 'COS-Icons';
  font-weight: normal;
  right: 0;
  top: -2px;
  position: absolute;
}

@media (min-width: 768px) {
  .o-product-filter .filter-link:before {
    top: 0;
  }
}

.o-product-filter .filter-title {
  color: #1B1B1B;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  border-bottom: 1px solid #E0E0E0;
  padding: 15px 0 50px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .o-product-filter .filter-title {
    padding: 30px 0 20px;
  }
}

@media (min-width: 1025px) {
  .o-product-filter .filter-title {
    display: none;
  }
}

.o-product-filter .a-icon-close {
  color: #999999;
  position: absolute;
  font-size: 24px;
  right: 10px;
  top: 10px;
}

@media (min-width: 768px) {
  .o-product-filter .a-icon-close {
    right: 24px;
    top: 24px;
  }
}

@media (min-width: 1025px) {
  .o-product-filter .a-icon-close {
    display: none;
  }
}

.o-product-filter .filters-content {
  margin-bottom: 43px;
}

@media (min-width: 1025px) {
  .o-product-filter .filters-content {
    display: inline-block;
    margin-bottom: 0;
  }
}

.o-product-filter .filter-buttons {
  background-color: #FFFFFF;
  z-index: 27;
  border-top: 1px solid #E0E0E0;
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: -100%;
  padding: 15px 12px;
  transition: left 0.8s ease;
}

@media (min-width: 768px) {
  .o-product-filter .filter-buttons {
    width: calc(50% - 1px);
    padding: 15px 32px;
  }
}

.o-product-filter .filter-buttons .is-primary,
.o-product-filter .filter-buttons .is-secondary {
  width: 49%;
}

.o-product-filter .filter-buttons .is-primary {
  float: right;
}

.o-product-filter .a-link.js-clear {
  font-size: 12px;
  color: #1B1B1B;
  line-height: 12px;
  display: none;
  white-space: nowrap;
}

@media (min-width: 1025px) {
  .o-product-filter .a-link.js-clear {
    font-size: 11px;
  }
}

.o-product-filter .a-link:last-child .m-dropdown {
  border: none;
}

.o-product-filter .total-info {
  font-size: 12px;
  line-height: 17px;
  color: #999999;
  display: none;
}

@media (min-width: 1025px) {
  .o-product-filter .total-info {
    display: block;
    padding-top: 10px;
  }
}

.o-product-filter .o-filter-badges {
  display: inline;
}

@media (min-width: 1025px) {
  .o-product-filter .o-filter-badges {
    display: none;
  }
}

.o-product-filter.has-applied-filters .filter-link {
  color: #1B1B1B;
  margin-bottom: 14px;
}

.o-product-filter.has-applied-filters .filter-buttons {
  display: block;
}

@media (min-width: 1025px) {
  .o-product-filter.has-applied-filters .filter-buttons {
    display: none;
  }
}

.o-product-filter.has-applied-filters .a-link.js-clear {
  text-transform: none;
  display: inline;
  vertical-align: super;
}

.o-product-filter.has-applied-filters .a-link.js-clear:after {
  font-family: 'COS-Icons';
  font-weight: normal;
  content: "";
  margin-left: 3px;
  font-size: 10px;
}

@media (min-width: 1025px) {
  .o-product-filter.has-applied-filters .a-link.js-clear {
    letter-spacing: 0.0825em;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
  }
}

@media (min-width: 1025px) {
  .o-product-filter.is-in-search-result {
    padding-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .o-product-filter.is-in-search-result .filter-wrapper {
    padding: 0;
  }
}

.o-product,
.o-product-cofs {
  display: inline-block;
  width: 100%;
  position: relative;
}

.o-product .full-area-link,
.o-product-cofs .full-area-link {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (min-width: 1025px) {
  .o-product .full-area-link:hover + .image-holder .a-button.is-quickbuy,
  .o-product-cofs .full-area-link:hover + .image-holder .a-button.is-quickbuy {
    display: inline;
  }
  .o-product .full-area-link:hover + .image-holder .a-button.is-quickbuy:hover,
  .o-product-cofs .full-area-link:hover + .image-holder .a-button.is-quickbuy:hover {
    background-color: #FFFFFF;
    border: none;
  }
}

.o-product .image-holder,
.o-product-cofs .image-holder {
  position: relative;
}

@media (min-width: 1025px) {
  .o-product .image-holder:hover .a-button.is-quickbuy,
  .o-product-cofs .image-holder:hover .a-button.is-quickbuy {
    display: inline;
  }
}

.o-product .image-holder .product-image,
.o-product-cofs .image-holder .product-image {
  width: 100%;
  vertical-align: bottom;
}

.o-product .image-holder .a-button.is-quickbuy,
.o-product-cofs .image-holder .a-button.is-quickbuy {
  font-size: 11px;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  background-color: #FFFFFF;
  color: #1B1B1B;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  z-index: 2;
  position: absolute;
  left: 15px;
  bottom: 15px;
  line-height: 11px;
  border: none;
  width: auto;
  padding: 10px 16px 9px 17px;
  display: none;
}

.o-product .description,
.o-product-cofs .description {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.o-product .description .product-variants,
.o-product-cofs .description .product-variants {
  font-size: 12px;
  line-height: 17px;
  display: none;
}

.o-product .description .temp-marker,
.o-product-cofs .description .temp-marker {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  letter-spacing: 0.0825em;
  position: absolute;
  top: 3px;
  left: 8px;
}

@media (min-width: 768px) {
  .o-product .description .temp-marker,
  .o-product-cofs .description .temp-marker {
    top: 7px;
    left: 11px;
  }
}

.o-product .description .temp-marker span,
.o-product-cofs .description .temp-marker span {
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.04em;
}

.o-product .description .product-title,
.o-product-cofs .description .product-title {
  font-size: 11px;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 20px;
  line-height: 14px;
  display: inline-block;
}

.o-product .description .product-brand,
.o-product-cofs .description .product-brand {
  display: none;
}

.o-product .description .m-product-price,
.o-product-cofs .description .m-product-price {
  -ms-flex-order: 2;
  order: 2;
  margin: 2px 0 0;
}

.o-product .description .m-product-price span,
.o-product-cofs .description .m-product-price span {
  font-size: 11px;
  letter-spacing: 0.0825em;
  line-height: 13px;
}

.o-product .description .availability-status-wrapper,
.o-product-cofs .description .availability-status-wrapper {
  -ms-flex-order: 2;
  order: 2;
}

.o-product .description .availability-status-wrapper .a-paragraph,
.o-product-cofs .description .availability-status-wrapper .a-paragraph {
  font-size: 11px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  line-height: 13px;
}

.o-product .description .m-swatches,
.o-product-cofs .description .m-swatches {
  -ms-flex-order: 4;
  order: 4;
  margin: 6px 0 0;
  max-width: 150px;
  font-size: 0;
}

.o-product .description .m-swatches .a-button-nostyle,
.o-product-cofs .description .m-swatches .a-button-nostyle {
  padding: 0;
}

.o-product .description .m-swatches .a-swatch,
.o-product-cofs .description .m-swatches .a-swatch {
  position: relative;
}

.o-product .description .m-swatches .a-swatch:only-child,
.o-product-cofs .description .m-swatches .a-swatch:only-child {
  display: inline-block;
}

.o-product .description .m-swatches .a-swatch.is-sold-out:before,
.o-product .description .m-swatches .a-swatch.is-coming-soon:before,
.o-product-cofs .description .m-swatches .a-swatch.is-sold-out:before,
.o-product-cofs .description .m-swatches .a-swatch.is-coming-soon:before {
  background-color: #FFFFFF;
  content: " ";
  position: absolute;
  top: 47%;
  left: -3px;
  width: 15px;
  height: 1px;
  transform: rotate(135deg);
}

.o-product .description .m-swatches .more-swatches,
.o-product-cofs .description .m-swatches .more-swatches {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 19px;
  display: inline-block;
}

.o-product .description .m-product-markers,
.o-product-cofs .description .m-product-markers {
  -ms-flex-order: 3;
  order: 3;
  margin-top: 2px;
}

.o-product .description .m-product-markers .marker-image,
.o-product-cofs .description .m-product-markers .marker-image {
  height: 14px;
}

.o-product .description .m-product-markers .a-image,
.o-product-cofs .description .m-product-markers .a-image {
  display: block;
  height: 8px;
  width: auto;
}

@media (min-width: 768px) {
  .o-product .is-quickbuy,
  .o-product-cofs .is-quickbuy {
    display: none;
  }
}

.o-product .placeholder-wrapper,
.o-product-cofs .placeholder-wrapper {
  background: #e6e6e6;
}

.o-product-information {
  text-align: center;
  padding: 3px 6px 30px;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 768px) {
  .o-product-information {
    text-align: left;
    padding: 0 20px 30px 8px;
    margin-top: 17px;
    position: absolute;
    width: inherit;
    max-width: calc(1600px * (7/24));
    –webkit-overflow-scrolling: touch;
  }
}

@media (min-width: 1025px) {
  .o-product-information {
    margin-top: 50px;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .o-product-information.is-scrolled {
    position: fixed;
    width: inherit;
    margin-top: 0;
  }
}

@media (min-width: 1025px) {
  .o-product-information.is-scrolled {
    max-width: calc(1600px * (7/24));
  }
}

@media (min-width: 768px) {
  .o-product-information.scroll-stopped {
    padding-bottom: 0;
    position: absolute;
    bottom: 0;
  }
}

.o-product-information.scroll-stopped .o-form .float-on-mobile {
  border: none;
  position: absolute;
}

@media (min-width: 768px) {
  .o-product-information.scroll-stopped .o-form .float-on-mobile {
    position: static;
  }
}

.o-product-information .o-form .title .a-paragraph {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 19px;
  letter-spacing: 0.04em;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  max-width: 277px;
  margin: auto;
  display: none;
}

@media (min-width: 768px) {
  .o-product-information .o-form .title .a-paragraph {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 21px;
    margin: 0;
    max-width: 314px;
    display: inline-block;
  }
}

@media (min-width: 1025px) {
  .o-product-information .o-form .title .a-paragraph {
    max-width: 351px;
  }
}

.o-product-information .o-form .color-section {
  padding: 19px 0 9px;
}

@media (min-width: 768px) {
  .o-product-information .o-form .color-section {
    padding: 25px 0 0;
  }
}

@media (min-width: 1025px) {
  .o-product-information .o-form .color-section {
    padding: 17px 0 0;
  }
}

.o-product-information .o-form .color-section .a-paragraph {
  font-size: 11px;
  padding-bottom: 12px;
}

@media (min-width: 768px) {
  .o-product-information .o-form .color-section .a-paragraph {
    padding-bottom: 8px;
  }
}

.o-product-information .o-form .color-section .pdp-dropdown {
  position: relative;
  text-align: left;
  margin-bottom: 19px;
}

@media (min-width: 768px) {
  .o-product-information .o-form .color-section .pdp-dropdown {
    margin-bottom: 20px;
  }
}

.o-product-information .o-form .color-section .pdp-dropdown .placeholder-image {
  position: absolute;
}

.o-product-information .o-form .color-section .pdp-dropdown .placeholder {
  position: relative;
  height: 28px;
  padding-left: 40px;
  width: 100%;
  margin-bottom: 12px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .o-product-information .o-form .color-section .pdp-dropdown .placeholder {
    margin-bottom: 8px;
  }
}

.o-product-information .o-form .m-product-price {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 19px;
  padding-bottom: 10px;
  max-width: 100%;
  display: none;
}

@media (min-width: 1025px) {
  .o-product-information .o-form .m-product-price {
    padding-bottom: 4px;
  }
}

@media (min-width: 768px) {
  .o-product-information .o-form .m-product-price {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 21px;
    display: inline-block;
  }
}

.o-product-information .o-form .size-select {
  text-align: center;
}

@media (min-width: 768px) {
  .o-product-information .o-form .size-select {
    text-align: left;
  }
}

.o-product-information .o-form .size-select .a-paragraph {
  font-size: 11px;
  line-height: 16px;
  padding-bottom: 9px;
}

@media (min-width: 768px) {
  .o-product-information .o-form .size-select .a-paragraph {
    padding-bottom: 6px;
  }
}

.o-product-information .o-form .size-select .a-link {
  font-size: 11px;
  line-height: 16px;
  border-bottom: 1px solid #1B1B1B;
}

.o-product-information .o-form .size-section .a-paragraph {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 19px;
  padding-bottom: 11px;
}

@media (min-width: 768px) {
  .o-product-information .o-form .size-section .a-paragraph {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 21px;
  }
}

.o-product-information .o-form .a-icon-close {
  display: none;
}

.o-product-information .o-form .float-on-mobile .in-slide,
.o-product-information .o-form .float-on-mobile .open-description,
.o-product-information .o-form .float-on-mobile .title,
.o-product-information .o-form .float-on-mobile .m-product-price,
.o-product-information .o-form .float-on-mobile .size-select {
  display: none;
}

@media (max-width: 767px) {
  .o-product-information .o-form .float-on-mobile {
    z-index: 19;
    background-color: #FFFFFF;
    padding: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
  }
  .o-product-information .o-form .float-on-mobile .cta-container {
    border-top: 1px solid #E7E7E7;
    background-color: #FFFFFF;
    padding: 12px 14px 4px;
    overflow: hidden;
  }
  .o-product-information .o-form .float-on-mobile .cta-container .title {
    display: block;
    margin: 2px 0;
    overflow: hidden;
  }
  .o-product-information .o-form .float-on-mobile .cta-container .title .a-paragraph,
  .o-product-information .o-form .float-on-mobile .cta-container .title .a-label {
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.04em;
  }
  .o-product-information .o-form .float-on-mobile .cta-container .title .a-paragraph {
    display: inline-block;
    float: left;
  }
  .o-product-information .o-form .float-on-mobile .cta-container .title .m-product-price {
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.04em;
    float: right;
    text-align: right;
    padding-bottom: 0;
    display: inline-block;
  }
  .o-product-information .o-form .float-on-mobile .cta-container .a-button {
    font-size: 12px;
    line-height: 21px;
    width: calc(50% - 8px);
    float: left;
    margin: 10px 0 10px 8px;
    padding: 10px 9px 5px;
  }
  .o-product-information .o-form .float-on-mobile .cta-container .a-button.open-description {
    background-color: #FFFFFF;
    border: 1px solid #E7E7E7;
    color: #000000;
    display: block;
    margin-left: 0;
    margin-right: 8px;
  }
  .o-product-information .o-form .float-on-mobile .cta-container .a-button.add-to-bag-btn {
    border: none;
    padding: 11px 9px 6px;
  }
  .o-product-information .o-form .float-on-mobile .cta-container .a-button.is-disabled {
    border: none;
    background-color: #666666;
  }
  .o-product-information .o-form .float-on-mobile .description-wrapper {
    bottom: -100vh;
    transition: bottom 0.5s ease;
    background-color: #FFFFFF;
    z-index: -1;
    border-top: 1px solid #E0E0E0;
    padding: 50px calc(8px / 2 + 10px) 10px;
    position: absolute;
    width: 100vw;
    left: 0;
    height: 70vh;
  }
  .o-product-information .o-form .float-on-mobile .description-wrapper .description-header {
    padding-bottom: 23px;
  }
  .o-product-information .o-form .float-on-mobile .size-select {
    bottom: -100vh;
    transition: bottom 0.5s ease;
    background-color: #FFFFFF;
    z-index: -1;
    border-top: 1px solid #E0E0E0;
    width: 100vw;
    left: 0;
    padding-top: 48px;
    padding-bottom: 30px;
    display: block;
    position: absolute;
  }
  .o-product-information .o-form .float-on-mobile .size-select .a-paragraph {
    padding-bottom: 19px;
  }
  .o-product-information .o-form .float-on-mobile .size-select .a-size-swatch {
    margin-bottom: 11px;
  }
}

.o-product-information .o-form .float-on-mobile.is-open:not(.has-size-selector) .description-wrapper {
  bottom: 100%;
  transition: bottom 0.4s ease;
}

.o-product-information .o-form .float-on-mobile.is-open .a-icon-close {
  font-size: 13px;
  line-height: 18px;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 14px 18px;
}

.o-product-information .o-form .float-on-mobile.is-open.has-size-selector .size-select {
  bottom: 100%;
  transition: bottom 0.4s ease;
}

.o-product-information .o-form .float-on-mobile.is-open .cta-container {
  border-top: none;
}

@media (max-width: 767px) {
  .o-product-information .o-form .float-on-mobile.is-open {
    z-index: 26;
  }
}

.o-product-information .o-form .a-button {
  margin: 0;
}

@media (min-width: 768px) {
  .o-product-information .o-form .a-button {
    position: static;
    margin: 25px 0;
  }
  .o-product-information .o-form .a-button.out_of_stock_btn{
		margin: 27px 0 35px;
		width:77%;
		padding: 14px 9px 10px;
	}
}

@media (min-width: 1025px) {
  .o-product-information .o-form .a-button {
    margin: 27px 0 30px;
  }
}

.o-product-information .o-form .a-button.is-disabled {
  background-color: #CCCCCC;
  border: 1px solid #CCCCCC;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .o-product-information .o-form .a-button.open-description {
    display: none;
  }
}

.o-product-information .o-form .description-header {
  font-size: 11px;
  color: #999999;
  letter-spacing: 0.0825em;
  line-height: 11px;
  padding-bottom: 15px;
  text-align: left;
}

.o-product-information .o-form .description-header .description,
.o-product-information .o-form .description-header .delivery-and-returns,
.o-product-information .o-form .description-header .details {
  cursor: pointer;
}

.o-product-information .o-form .description-header .description.is-selected,
.o-product-information .o-form .description-header .delivery-and-returns.is-selected,
.o-product-information .o-form .description-header .details.is-selected {
  border-bottom: 1px solid #1B1B1B;
  color: #1B1B1B;
}

.o-product-information .o-form .description-header .description,
.o-product-information .o-form .description-header .delivery-and-returns,
.o-product-information .o-form .description-header .details,
.o-product-information .o-form .description-header .dash {
  display: inline-block;
  margin-right: 6px;
}

@media (min-width: 768px) {
  .o-product-information .o-form .description-header .description,
  .o-product-information .o-form .description-header .delivery-and-returns,
  .o-product-information .o-form .description-header .details,
  .o-product-information .o-form .description-header .dash {
    margin-right: 7px;
  }
}

.o-product-information .o-form .temp-marker span {
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 23px;
}

@media (min-width: 768px) {
  .o-product-information .o-form .markers .m-product-markers .product-marker,
  .o-product-information .o-form .markers .m-product-markers .promo-marker {
    display: inline-block;
    margin-right: 10px;
  }
}

.o-product-information .o-form .markers .temp-marker {
  display: none;
}

.o-product-information .o-form .markers .m-product-markers .marker-text.promo-marker {
  position: relative;
  bottom: auto;
}

.o-product-information .o-form .markers .m-product-markers .marker-text.promo-marker:hover {
  cursor: pointer;
}

@media (min-width: 1025px) {
  .o-product-information .o-form .markers .m-product-markers .marker-text.promo-marker:hover .promo-infobox {
    display: block;
    left: 0;
    bottom: 79px;
  }
  .o-product-information .o-form .markers .m-product-markers .marker-text.promo-marker:hover .promo-infobox .a-icon-close {
    display: none;
  }
}

.o-product-information .o-form .markers .m-product-markers .marker-text.promo-marker .promo-infobox {
  z-index: 20;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  display: none;
  position: absolute;
  height: auto;
  padding: 5px 5px 3px;
  left: 2%;
  width: 96%;
  bottom: 93px;
}

@media (min-width: 768px) {
  .o-product-information .o-form .markers .m-product-markers .marker-text.promo-marker .promo-infobox {
    left: 0;
    width: 240px;
    bottom: 75px;
  }
}

.o-product-information .o-form .markers .m-product-markers .marker-text.promo-marker .promo-infobox.is-open {
  display: block;
}

.o-product-information .o-form .markers .m-product-markers .marker-text.promo-marker .promo-infobox .a-paragraph {
  font-size: 10px;
  letter-spacing: 0.04em;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  text-align: left;
}

.o-product-information .o-form .markers .m-product-markers .marker-text.promo-marker .a-icon-close {
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.04em;
  position: absolute;
  right: 5px;
  top: 4px;
  cursor: pointer;
}

.o-product-information .o-form .product-description {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-align: left;
  overflow: auto;
  padding-bottom: 9px;
}

@media (min-width: 768px) {
  .o-product-information .o-form .product-description {
    height: 40vh;
    overflow: auto;
  }
}

@media (min-width: 768px) and (min-height: 801px) {
  .o-product-information .o-form .product-description {
    height: 250px;
  }
}

@media (min-width: 768px) and (min-height: 901px) {
  .o-product-information .o-form .product-description {
    height: 360px;
  }
}

.o-product-information .o-form .product-description:after,
.o-product-information .o-form .product-description:before {
  content: '';
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 0;
  display: inline-block;
  position: absolute;
}

@media (min-width: 768px) {
  .o-product-information .o-form .product-description:after,
.o-product-information .o-form .product-description:before {
    visibility: visible;
  }
}

.o-product-information .o-form .product-description:after {
  background: linear-gradient(rgba(255,
255,
255,
0) 0%,
#FFFFFF 100%);
  bottom: 9px;
}

.o-product-information .o-form .product-description:before {
  background: linear-gradient(#FFFFFF 0%,
rgba(255,
255,
255,
0) 100%);
  top: 0;
  transition: opacity 0.2s ease;
}

.o-product-information .o-form .product-description.has-arrow:after {
  opacity: 1;
  height: 20px;
}

@media (min-width: 768px) {
  .o-product-information .o-form .product-description.has-arrow .a-icon-down-arrow {
    z-index: 1;
    visibility: visible;
  }
}

.o-product-information .o-form .product-description.is-scrolled:before {
  opacity: 1;
  height: 20px;
}

.o-product-information .o-form .product-description .description-text,
.o-product-information .o-form .product-description .delivery-and-returns-text,
.o-product-information .o-form .product-description .details-text {
  display: none;
  position: static;
}

.o-product-information .o-form .product-description .description-text.is-open,
.o-product-information .o-form .product-description .delivery-and-returns-text.is-open,
.o-product-information .o-form .product-description .details-text.is-open {
  display: block;
}

.o-product-information .o-form .product-description .a-icon-down-arrow {
  visibility: hidden;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 18px;
  bottom: -12px;
  left: 0;
  cursor: pointer;
}

.o-product-information .o-form .product-description .a-icon-down-arrow:before {
  font-family: 'COS-Icons';
  font-weight: normal;
  content: "";
}

.o-product-information .o-form .product-description .details-text .a-image {
  width: 40px;
  position: relative;
  left: 40%;
}

@media (min-width: 768px) {
  .o-product-information .o-form .product-description .details-text .a-image {
    margin: 0 37px 14px 0;
    left: auto;
    vertical-align: top;
  }
}

@media (min-width: 1025px) {
  .o-product-information .o-form .product-description .details-text .a-image {
    margin: 0 52px 14px 0;
  }
}

.o-product-information .o-form .product-description .details-text .flammable-text,
.o-product-information .o-form .product-description .details-text .warning-text {
  padding-top: 14px;
}

.o-product-information .o-form .product-description .details-text .flammable-text .a-paragraph,
.o-product-information .o-form .product-description .details-text .warning-text .a-paragraph {
  padding-top: 16px;
}

@media (min-width: 768px) {
  .o-product-information .o-form .product-description .details-text .flammable-text .a-paragraph,
  .o-product-information .o-form .product-description .details-text .warning-text .a-paragraph {
    padding-top: 0;
    max-width: calc(100% - 77px);
    display: inline-block;
  }
}

@media (min-width: 1025px) {
  .o-product-information .o-form .product-description .details-text .flammable-text .a-paragraph,
  .o-product-information .o-form .product-description .details-text .warning-text .a-paragraph {
    max-width: calc(100% - 92px);
  }
}

@media (min-width: 768px) {
  .o-product-information .o-form .product-description .details-text .flammable-text {
    padding-top: 23px;
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .o-product-information .o-form .product-description .details-text .warning-text {
    padding-top: 22px;
  }
}

@media (min-width: 1025px) {
  .o-product-information .o-form .product-description .details-text .warning-text {
    padding-top: 30px;
  }
}

.o-product-information .o-form .temp-marker .a-label {
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 23px;
}

.o-page-content .u-full-width .contain.is-pdp-container {
  overflow: hidden;
}

@media (max-width: 767px) {
  .o-page-content .u-full-width .contain.is-pdp-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
  }
  .o-page-content .u-full-width .contain.is-pdp-container .o-product-gallery .o-slider {
    padding: 4px 0 0;
  }
}

@media (min-width: 768px) {
  .o-page-content .u-full-width .contain.is-pdp-container > .product-image {
    display: none;
  }
}

.o-page-content .u-full-width .contain.is-pdp-container > div:nth-child(2) {
  -ms-flex-order: 2;
  order: 2;
}

.o-page-content .u-full-width .contain.is-pdp-container .o-product-information.stand-alone {
  padding-top: 27px;
  padding-bottom: 79px;
}

@media (min-width: 768px) {
  .o-page-content .u-full-width .contain.is-pdp-container .o-product-information.stand-alone {
    display: none;
  }
}

@media (max-width: 767px) {
  .o-page-content .u-full-width .contain.is-pdp-container .m-dropdown .list-wrapper {
    padding-bottom: 95px;
  }
}

.o-product-sort {
  float: right;
  padding: 0 0 1px;
  text-align: right;
  width: auto;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .o-product-sort {
    padding: 3px 0 15px;
    right: 18px;
  }
}

@media (min-width: 1025px) {
  .o-product-sort {
    position: relative;
    padding: 0;
    right: auto;
  }
  .o-product-sort .m-dropdown .placeholder {
    border: none;
  }
}

.u-row > .o-product-sort {
  margin: 0;
  width: auto;
}

.o-product-sort .product-sort-section {
  background-color: #FFFFFF;
  z-index: 21;
  padding: 0 12px 40px;
  position: fixed;
  overflow-y: auto;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  transition: right 0.8s ease;
}

@media (min-width: 768px) {
  .o-product-sort .product-sort-section {
    border-left: 1px solid #E0E0E0;
    padding: 0 32px 40px;
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .o-product-sort .product-sort-section {
    border: none;
    overflow-y: visible;
    display: inline-block;
    position: static;
    padding: 0;
    width: auto;
  }
}

.o-product-sort .product-sort-wrapper {
  background-color: #FFFFFF;
}

@media (min-width: 1025px) {
  .o-product-sort .product-sort-wrapper {
    padding: 0 12px 0 0;
  }
}

.o-product-sort .product-sort-wrapper.is-open .product-sort-section {
  z-index: 26;
  right: 0;
  transition: right 0.8s ease;
}

.o-product-sort .product-sort-link {
  background-color: #FFFFFF;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  color: #1B1B1B;
  padding-right: 15px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  line-height: 12px;
}

.o-product-sort .product-sort-link:before {
  content: "";
}

@media (min-width: 1025px) {
  .o-product-sort .product-sort-link {
    display: none;
    top: 0;
  }
}

.o-product-sort .product-sort-link:before {
  font-family: 'COS-Icons';
  font-weight: normal;
  right: 0;
  top: -2px;
  position: absolute;
}

.o-product-sort .product-sort-title {
  color: #1B1B1B;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  padding: 15px 0 20px;
  margin-bottom: 15px;
  text-align: left;
}

@media (min-width: 768px) {
  .o-product-sort .product-sort-title {
    padding: 30px 0 20px;
  }
}

@media (min-width: 1025px) {
  .o-product-sort .product-sort-title {
    display: none;
  }
}

.o-product-sort .a-icon-close {
  color: #999999;
  position: absolute;
  font-size: 24px;
  right: 10px;
  top: 10px;
}

@media (min-width: 768px) {
  .o-product-sort .a-icon-close {
    right: 24px;
    top: 24px;
  }
}

@media (min-width: 1025px) {
  .o-product-sort .a-icon-close {
    display: none;
  }
}

.o-product-sort .product-sort-content {
  margin-bottom: 43px;
}

@media (min-width: 1025px) {
  .o-product-sort .product-sort-content {
    margin-bottom: 0;
  }
}

.o-product-sort .o-filter {
  text-align: center;
}

@media (min-width: 1025px) {
  .o-product-sort .o-filter {
    margin-right: 0;
  }
}

.o-product-sort .o-filter .m-dropdown.filter-dropdown {
  border: none;
  vertical-align: top;
}

@media (min-width: 1025px) {
  .o-product-sort .o-filter .m-dropdown.filter-dropdown.is-open .list-wrapper {
    display: block;
  }
}

.o-product-sort .o-filter .m-dropdown.filter-dropdown .a-icon-close {
  display: none;
}

.o-product-sort .o-filter .m-dropdown.filter-dropdown .a-icon-arrow-down-small {
  display: none;
}

@media (min-width: 1025px) {
  .o-product-sort .o-filter .m-dropdown.filter-dropdown .a-icon-arrow-down-small {
    display: inline;
  }
}

.o-product-sort .o-filter .m-dropdown.filter-dropdown .placeholder {
  display: none;
}

@media (min-width: 1025px) {
  .o-product-sort .o-filter .m-dropdown.filter-dropdown .placeholder {
    white-space: normal;
    display: inline;
    max-width: none;
  }
}

.o-product-sort .o-filter .m-dropdown.filter-dropdown .list-wrapper {
  padding: 0;
  display: block;
}

@media (min-width: 1025px) {
  .o-product-sort .o-filter .m-dropdown.filter-dropdown .list-wrapper {
    right: -20px;
    left: auto;
    top: 21px;
    display: none;
  }
}

.o-product-sort .o-filter .m-dropdown.filter-dropdown .list-wrapper .options {
  border: none;
  padding-top: 0;
  margin-top: 0;
}

@media (min-width: 1025px) {
  .o-product-sort .o-filter .m-dropdown.filter-dropdown .list-wrapper .options {
    margin: 10px 0 7px;
  }
}

.o-product-sort .o-filter .m-dropdown.filter-dropdown .list-wrapper .a-option {
  text-align: left;
}

@media (min-width: 1025px) {
  .o-product-sort .o-filter .m-dropdown.filter-dropdown .list-wrapper .a-option {
    text-align: right;
    padding-right: 12px;
  }
}

@media (min-width: 1025px) {
  .o-product-sort .o-filter .m-dropdown.filter-dropdown .list-wrapper .a-option:first-child {
    padding: 3px 12px 3px 3px;
  }
}

.o-product-gallery {
  position: relative;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@media (min-width: 768px) {
  .o-product-gallery {
    margin-bottom: 0;
    padding: 0 6px;
    margin-top: 17px;
  }
  .o-product-gallery::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }
}

@media (min-width: 1025px) {
  .o-product-gallery {
    padding: 0;
    margin-top: 50px;
  }
}

.o-product-gallery .main-image-wrapper {
  display: none;
  position: relative;
}

@media (min-width: 768px) {
  .o-product-gallery .main-image-wrapper {
    width: 100%;
    overflow: hidden;
    display: block;
    float: left;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .o-product-gallery .main-image-wrapper ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .o-product-gallery .main-image-wrapper ul li {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    min-height: 515px;
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 901px) {
  .o-product-gallery .main-image-wrapper ul li {
    min-height: 610px;
  }
}

@media (min-width: 768px) and (min-width: 1025px) {
  .o-product-gallery .main-image-wrapper ul li {
    margin-right: 10px;
    margin-left: 10px;
    min-height: 505px;
  }
}

@media (min-width: 768px) and (min-width: 1151px) {
  .o-product-gallery .main-image-wrapper ul li {
    min-height: 575px;
  }
}

@media (min-width: 768px) and (min-width: 1151px) {
  .o-product-gallery .main-image-wrapper ul li {
    min-height: 645px;
  }
}

@media (min-width: 768px) and (min-width: 1601px) {
  .o-product-gallery .main-image-wrapper ul li {
    min-height: 825px;
  }
}

@media (min-width: 768px) {
  .o-product-gallery .main-image-wrapper ul li:last-child {
    margin-bottom: 0;
  }
  .o-product-gallery .main-image-wrapper ul .olapic-list-item {
    min-height: auto;
    position: relative;
  }
  .o-product-gallery .main-image-wrapper ul .olapic-list-item .user {
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .o-product-gallery .main-image-wrapper ul .olapic-list-item .user .a-heading-4,
  .o-product-gallery .main-image-wrapper ul .olapic-list-item .user .a-paragraph {
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px #999999;
    margin: 0;
  }
  .o-product-gallery .main-image-wrapper ul .olapic-list-item .user .a-heading-4 {
    letter-spacing: 0.0825em;
    text-transform: uppercase;
  }
  .o-product-gallery .main-image-wrapper ul .olapic-list-item .user .a-paragraph:before {
    content: '@';
  }
}

.o-product-gallery .main-image-wrapper .m-product-image img {
  pointer-events: none;
}

@media (min-width: 1025px) {
  .o-product-gallery .main-image-wrapper {
    width: 81.81818%;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 18.18183%;
    padding-right: 0;
    padding-left: 0;
  }
  .o-product-gallery .main-image-wrapper .a-image {
    width: 100%;
    max-width: 100%;
    display: block;
  }
}

.o-product-gallery .slider-wrapper {
  z-index: 1;
  position: relative;
}

@media (min-width: 768px) {
  .o-product-gallery .slider-wrapper {
    display: none;
  }
}

@media (min-width: 1025px) {
  .o-product-gallery .slider-wrapper {
    width: 80px;
    position: fixed;
    display: block;
    margin-left: 10px;
  }
}

@media (min-width: 1025px) {
  .o-product-gallery .slider-wrapper.scroll-stopped {
    position: absolute;
  }
}

.o-product-gallery .o-slider {
  max-width: 100%;
  padding-bottom: 0;
  margin: 0 4px;
  width: calc(100% - 8px);
}

@media (max-width: 767px) {
  .o-product-gallery .o-slider {
    margin: 0 -10px;
    max-width: none;
    width: auto;
  }
  .o-product-gallery .o-slider .thumb-slider a.a-link.swiper-slide:nth-child(1) {
    display: none;
  }
}

.o-product-gallery .o-slider .a-link {
  width: 73%;
}

@media (min-width: 768px) {
  .o-product-gallery .o-slider .a-link {
    margin-bottom: 10px;
  }
}

.o-product-gallery .o-slider .a-link:last-child {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .o-product-gallery .o-slider .a-link .is-selected {
    opacity: 0.2;
  }
}

@media (min-width: 1025px) {
  .o-product-gallery .o-slider {
    margin: 0;
  }
}

.o-product-gallery .o-slider .swiper-slide {
  padding: 0;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .o-product-gallery .o-slider .swiper-slide {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .o-product-gallery .o-slider .swiper-slide {
    height: auto;
  }
}

@media (min-width: 1025px) {
  .o-product-gallery .o-slider .swiper-slide .swiper-zoom-container {
    line-height: 0;
  }
}

.o-product-gallery .o-slider .swiper-pagination {
  position: absolute;
  top: 14px;
  left: 14px;
  bottom: auto;
  width: auto;
}

@media (min-width: 768px) {
  .o-product-gallery .o-slider .swiper-pagination {
    display: none;
  }
}

.o-product-gallery .o-slider .swiper-arrow {
  display: none;
}

@media (min-width: 768px) {
  .o-product-gallery .o-slider .swiper-arrow {
    display: block;
  }
}

.o-product-gallery .o-slider .swiper-wrapper {
  padding-bottom: 0;
}

.o-product-gallery .o-slider .swiper-wrapper .a-image {
  border: none;
  width: 100%;
  padding: 0;
}

@media (min-width: 1025px) {
  .o-product-gallery .o-slider .swiper-wrapper .a-image {
    cursor: pointer;
  }
}

.o-product-gallery .o-slider .slider {
  visibility: visible;
  padding-top: 0;
}

@media (min-width: 768px) {
  .o-product-gallery .o-slider .slider {
    max-height: 100%;
  }
}

.o-product-gallery .o-slider .slider .a-image {
  visibility: hidden;
}

.o-product-gallery .o-slider .swiper-arrow {
  background-color: #FFFFFF;
  z-index: 1;
  visibility: visible;
  position: absolute;
  top: auto;
  right: auto;
  left: auto;
  width: 100%;
}

.o-product-gallery .o-slider .swiper-arrow:before {
  position: relative;
  width: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.o-product-gallery .o-slider .swiper-arrow.swiper-button-disabled {
  visibility: hidden;
}

.o-product-gallery .m-product-image:hover {
  cursor: url("/ja-jp/etc/designs/appeaser/cos/clientlibs/pattern-lib/images/a-icon-plus.png"),
url("/ja-jp/etc/designs/appeaser/cos/clientlibs/pattern-lib/images/a-icon-plus.cur"),
crosshair;
}

.o-product-gallery .m-product-image .default-image {
  display: block;
  width: 100%;
  max-width: 100%;
}

.o-product-gallery .m-product-image .zoom-image {
  z-index: -1;
  position: absolute;
  opacity: 0;
  transition: opacity 500ms ease,
z-index 10ms 500ms;
  top: 0;
  width: auto;
  max-width: none;
}

.o-product-gallery .m-product-image .zoom-image.is-visible {
  z-index: 1;
  transition: opacity 500ms ease;
  opacity: 1;
}

@media (min-width: 1025px) {
  .o-product-gallery .m-product-image .zoom-image {
    width: 200%;
  }
}

.o-product-gallery.swiper-initialized .o-slider .a-image {
  visibility: visible;
}

.o-product-gallery .swiper-slide-zoomed .swiper-zoom-container img {
  transform: scale(3) !important;
}

.o-product-gallery .placeholder-wrapper {
  background-color: #e6e6e6;
  padding-bottom: 150%;
  width: 100%;
}

.o-product-gallery .placeholder-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
}

.o-product-gallery .placeholder-wrapper img.is-hidden {
  display: inherit;
  opacity: 0;
}

html.touchevents .o-product-gallery .swiper-pagination .swiper-pagination-current:after {
  padding: 0 0 0 2px;
}

.o-quick-buy {
  height: 490px;
}

.o-quick-buy .product-image {
  width: 100%;
}

@media (min-width: 768px) {
  .o-quick-buy .product-image {
    width: 50%;
    height: 100%;
    padding-right: 10px;
    display: inline-block;
  }
}

.o-quick-buy .product-image img {
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 768px) {
  .o-quick-buy .right-panel {
    display: inline-block;
    vertical-align: top;
    padding-left: 60px;
    position: relative;
    padding-top: 20px;
    height: 100%;
    width: 50%;
  }
}

.o-quick-buy .right-panel .o-product-information {
  width: 100%;
  position: static;
  margin-top: 0;
  padding: 11px 4px 30px;
}

@media (min-width: 768px) {
  .o-quick-buy .right-panel .o-product-information {
    padding: 11px 6px 30px;
  }
}

.o-quick-buy .right-panel .o-product-information .o-form .title .a-paragraph,
.o-quick-buy .right-panel .o-product-information .o-form .m-product-price .a-paragraph {
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 19px;
}

@media (min-width: 768px) {
  .o-quick-buy .right-panel .o-product-information .o-form .title .a-paragraph,
  .o-quick-buy .right-panel .o-product-information .o-form .m-product-price .a-paragraph {
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 23px;
  }
}

.o-quick-buy .right-panel .o-product-information .o-form .m-product-price {
  margin-bottom: 16px;
}

.o-quick-buy .right-panel .o-product-information .o-form .color-section {
  padding: 0;
}

.o-quick-buy .right-panel .o-product-information .o-form .size-select,
.o-quick-buy .right-panel .o-product-information .o-form .color-section {
  font-size: 11px;
  line-height: 16px;
}

.o-quick-buy .right-panel .o-product-information .o-form .size-select .a-paragraph,
.o-quick-buy .right-panel .o-product-information .o-form .color-section .a-paragraph {
  padding-bottom: 0;
  margin-bottom: 11px;
}

@media (min-width: 768px) {
  .o-quick-buy .right-panel .o-product-information .o-form .size-select .a-paragraph,
  .o-quick-buy .right-panel .o-product-information .o-form .color-section .a-paragraph {
    margin-bottom: 7px;
  }
}

.o-quick-buy .right-panel .o-product-information .o-form .size-select .pdp-dropdown .placeholder,
.o-quick-buy .right-panel .o-product-information .o-form .color-section .pdp-dropdown .placeholder {
  height: 28px;
  padding-left: 40px;
  width: 100%;
  margin-bottom: 12px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .o-quick-buy .right-panel .o-product-information .o-form .size-select .pdp-dropdown .placeholder,
  .o-quick-buy .right-panel .o-product-information .o-form .color-section .pdp-dropdown .placeholder {
    margin-bottom: 3px;
    padding-top: 9px;
  }
}

.o-quick-buy .right-panel .o-product-information .o-form .size-select .a-paragraph {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .o-quick-buy .right-panel .o-product-information .o-form .size-select .a-paragraph {
    margin-bottom: 7px;
  }
}

.o-quick-buy .right-panel .o-product-information .o-form .size-select .a-size-swatch .size-options {
  font-size: 13px;
  line-height: 18px;
  margin: 0 11px 10px 0;
  padding: 10px 11px 6px;
  min-width: 30px;
}

@media (min-width: 768px) {
  .o-quick-buy .right-panel .o-product-information .o-form .size-select .a-size-swatch .size-options {
    font-size: 12px;
    line-height: 17px;
    margin: 0 10px 10px 0;
    padding: 8px 6px 3px;
    height: 30px;
    min-width: 30px;
    text-align: center;
  }
}

.o-quick-buy .right-panel .o-product-information .o-form .size-select .a-link {
  font-size: 11px;
  line-height: 16px;
  display: inline-block;
  line-height: 11px;
  margin-top: 3px;
}

.o-quick-buy .right-panel .o-product-information .o-form .a-button {
  margin: 36px 0 10px;
  padding: 10px 10px 7px;
  width: calc(100% - 24px);
}

@media (min-width: 768px) {
  .o-quick-buy .right-panel .o-product-information .o-form .a-button {
    margin: 20px 0 18px;
    padding: 10px 10px 7px;
    width: 100%;
  }
}

.o-quick-buy .right-panel .o-product-information .o-form .m-dropdown {
  margin-bottom: 28px;
}

@media (min-width: 768px) {
  .o-quick-buy .right-panel .o-product-information .o-form .m-dropdown {
    margin-bottom: 18px;
    width: 100%;
  }
}

.o-quick-buy .right-panel .o-product-information .o-form .m-dropdown .list-wrapper .options .a-option .color-name {
  top: 18px;
}

@media (min-width: 768px) {
  .o-quick-buy .right-panel .o-product-information .o-form .m-dropdown,
  .o-quick-buy .right-panel .o-product-information .o-form .list-wrapper {
    max-width: 258px;
  }
}

.o-quick-buy .right-panel .o-product-information .o-form .m-dropdown .a-image,
.o-quick-buy .right-panel .o-product-information .o-form .list-wrapper .a-image {
  height: 28px;
  width: 28px;
  margin: 7px 0 2px 7px;
}

@media (min-width: 768px) {
  .o-quick-buy .right-panel .o-product-information .o-form .m-dropdown .a-image,
  .o-quick-buy .right-panel .o-product-information .o-form .list-wrapper .a-image {
    width: 24px;
    height: 24px;
    margin: 4px 0 3px 4px;
  }
}

.o-quick-buy .right-panel .o-product-information .o-form .m-dropdown .a-icon-arrow-down-small,
.o-quick-buy .right-panel .o-product-information .o-form .list-wrapper .a-icon-arrow-down-small {
  font-size: 15px;
  top: 12px;
}

@media (min-width: 768px) {
  .o-quick-buy .right-panel .o-product-information .o-form .m-dropdown .a-icon-arrow-down-small,
  .o-quick-buy .right-panel .o-product-information .o-form .list-wrapper .a-icon-arrow-down-small {
    top: 9px;
  }
}

.o-quick-buy .right-panel .o-product-information .o-form .m-dropdown .options .a-option .color-name,
.o-quick-buy .right-panel .o-product-information .o-form .list-wrapper .options .a-option .color-name {
  padding-left: 10px;
}

.o-quick-buy .right-panel .o-product-information .o-form .m-dropdown .options .a-option:last-child .a-image,
.o-quick-buy .right-panel .o-product-information .o-form .list-wrapper .options .a-option:last-child .a-image {
  margin-bottom: 1px;
}

.o-quick-buy .right-panel .o-product-information .a-link,
.o-quick-buy .right-panel .o-product-information .shipping {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
}

.o-quick-buy .right-panel .o-product-information .description-header {
  display: none;
}

@media (min-width: 768px) {
  .o-quick-buy .right-panel .o-product-information .description-header {
    display: block;
  }
}

.o-quick-buy .right-panel .o-product-information .flammable-text {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.04em;
  padding-top: 13px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.o-quick-buy .right-panel .o-product-information .flammable-text .a-image {
  width: 25px;
  height: 25px;
}

.o-quick-buy .right-panel .o-product-information .flammable-text .a-paragraph {
  padding-left: 16px;
}

.o-quick-buy .right-panel .o-product-information .shipping {
  display: none;
}

@media (min-width: 768px) {
  .o-quick-buy .right-panel .o-product-information .shipping {
    display: block;
    position: relative;
    bottom: -6px;
  }
}

.o-quick-buy .placeholder-wrapper {
  background-color: #e6e6e6;
  padding-bottom: 150%;
  width: 100%;
  position: relative;
}

.o-quick-buy .placeholder-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.o-quick-buy .placeholder-wrapper img.is-hidden {
  display: inherit;
  opacity: 0;
}

.back-to-top-is-visible .o-reset-password .o-form .a-button {
  margin-bottom: 0;
}

.o-remove-confirm {
  text-align: center;
  margin-bottom: 10px;
}

.o-remove-confirm .a-heading-2 {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
}

.o-remove-confirm .a-paragraph {
  font-size: 12px;
  line-height: 17px;
  text-align: left;
  margin-bottom: 30px;
}

.o-remove-confirm .a-button.is-primary {
  width: 66.66667%;
  padding-right: 4px;
  padding-left: 4px;
  float: right;
}

.o-remove-confirm .a-button.is-secondary {
  background-color: transparent;
  color: #999999;
  border: 1px solid transparent;
  width: 33.33333%;
  padding-right: 4px;
  padding-left: 4px;
  float: left;
  text-transform: none;
  padding-left: 0;
  text-align: left;
  letter-spacing: initial;
}

.o-remove-confirm .a-button.is-secondary:hover:not(.is-disabled):not(:disabled),
.o-remove-confirm .a-button.is-secondary.is-hover,
.o-remove-confirm .a-button.is-secondary:focus {
  background-color: transparent;
  border: 1px solid transparent;
}

.o-registration .o-registration-form {
  font-size: 12px;
  line-height: 17px;
  color: #1B1B1B;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
}

.o-registration .o-registration-form .a-heading-2,
.o-registration .o-registration-form .a-paragraph {
  display: none;
}

.o-registration .o-registration-form .checkbox-input {
  margin-top: 9px;
}

.o-registration .o-registration-form .checkbox-input::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.o-registration .o-registration-form .checkbox-input .m-checkbox {
  padding-bottom: 20px;
  display: block;
}

.o-registration .o-registration-form .a-button {
  margin: 0 0 24px 0;
}

.o-registration .o-registration-form .a-button.is-readonly {
  margin-bottom: 0;
}

.back-to-top-is-visible .o-registration .o-registration-form .a-button {
  margin-bottom: 0;
}

.o-registration .o-registration-form .country-section-wrapper {
  display: none;
}

.o-registration .o-registration-form .country-section-wrapper .a-label,
.o-registration .o-registration-form .country-section-wrapper .a-link {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
}

.o-registration .o-registration-form .a-link {
  text-decoration: underline;
}

.o-registration .o-registration-form .m-input:not(.has-error) .a-label:last-of-type {
  display: none;
}

.o-registration .o-registration-form .e-mail-input .m-input {
  padding-bottom: 4px;
}

.o-registration .o-registration-form .e-mail-input .m-input .a-label:last-child {
  height: 0;
  overflow: hidden;
}

.o-registration .o-registration-form .e-mail-input .m-input.has-error .a-label:last-child {
  height: auto;
}

.o-registration .o-registration-form .heading,
.o-registration .o-registration-form .initial-text,
.o-registration .o-registration-form .m-error,
.o-registration .o-registration-form .error-msg {
  -ms-flex-order: 1;
  order: 1;
}

.o-registration .o-registration-form .register-email {
  -ms-flex-order: 2;
  order: 2;
}

.o-registration .o-registration-form > * {
  -ms-flex-order: 5;
  order: 5;
}

.o-registration .option-wrapper-department,
.o-registration .wrapper-postalcode-optional {
  display: none;
}

.o-registration.checkout .o-registration-form .country-section-wrapper {
  display: block;
  padding: 7px 0 12px;
}

.o-search {
  background-color: #FFFFFF;
  z-index: 25;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
}

@media (min-width: 768px) {
  .o-search {
    z-index: 0;
    padding-top: 1px;
    position: relative;
  }
}

@media (min-width: 1151px) {
  .o-search {
    border-right: none;
  }
}

.o-search .search-form {
  margin: 8px 13px 0 12px;
  position: relative;
  padding-bottom: 4px;
}

@media (min-width: 768px) {
  .o-search .search-form {
    margin: 16px 20px 0;
    padding-bottom: 20px;
  }
}

@media (min-width: 1025px) {
  .o-search .search-form {
    margin: 35px 0 0;
    padding-bottom: 17px;
    max-width: 1600px;
    left: 50%;
    transform: translate3d(-50%,
0,
0);
    padding-left: calc(20px + 20px / 2);
    padding-right: calc(20px + 20px / 2);
  }
}

@media (min-width: 768px) {
  .o-search .search-form:before {
    content: '';
    transition: none;
    position: absolute;
    width: 200%;
    height: 1px;
    left: -50vw;
    bottom: -1px;
  }
}

.o-search.gradient-visible .search-form:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 25px;
  left: 20px;
  top: 0;
  background: linear-gradient(to right,
#FFFFFF,
rgba(255,
255,
255,
0));
}

.o-search.enter-search {
  opacity: 1;
}

.o-search.enter-search + .o-navigation-menu {
  display: none;
}

.o-search.is-enabled {
  opacity: 1;
  border-bottom: 1px solid #E7E7E7;
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .o-search.is-enabled {
    border: none;
  }
}

@media (min-width: 1151px) {
  .o-search.is-enabled {
    height: 100%;
    width: 100%;
  }
}

@media (min-width: 1151px) {
  .o-search.is-enabled:before {
    content: '';
    background-color: #FFFFFF;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 69px;
    transform: translateY(100%);
  }
}

@media (min-width: 1151px) {
  .o-search.is-enabled .result-list {
    border-bottom: 1px solid #E7E7E7;
    background-color: #FFFFFF;
  }
}

@media (min-width: 768px) {
  .o-search.is-enabled .js-icon-close {
    color: #5F5F5F;
    display: block;
  }
}

@media (min-width: 1151px) {
  .o-search.has-results {
    border: none;
  }
}

@media (min-width: 1151px) {
  .o-search.has-results .result-list {
    display: block;
    margin-left: 0;
  }
}

.o-search.has-results .result-list li:hover .a-link {
  text-decoration: none;
}

.o-search.has-results.is-enabled {
  z-index: 21;
}

@media (min-width: 768px) {
  .o-search.has-results.is-enabled {
    z-index: 19;
  }
}

@media (min-width: 1151px) {
  .o-search.has-results.is-enabled .result-list {
    display: block;
  }
}

.o-search .search-results-found {
  font-size: 13px;
  line-height: 18px;
  padding: 30px 0 0 14px;
}

@media (min-width: 768px) {
  .o-search .search-results-found {
    padding: 0 0 0 20px;
  }
}

@media (min-width: 1151px) {
  .o-search .search-results-found {
    padding: 0;
  }
}

.o-search .a-icon-search {
  font-size: 18px;
  padding-top: 4px;
  padding-right: 3px;
}

@media (min-width: 768px) {
  .o-search .a-icon-search {
    padding-top: 5px;
    display: none;
  }
}

.o-search .js-icon-close {
  font-family: 'COS-Icons';
  font-weight: normal;
  color: #CCCCCC;
  display: block;
  float: right;
  padding: 0;
  margin-top: 3px;
  margin-right: -3px;
  font-size: 20px;
}

@media (min-width: 768px) {
  .o-search .js-icon-close {
    display: none;
  }
}

@media (min-width: 1151px) {
  .o-search .js-icon-close {
    cursor: pointer;
    margin-top: 5px;
  }
}

.o-search .a-input {
  border: none;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  background-color: transparent;
  font-size: 13px;
  line-height: 18px;
  padding: 0;
  vertical-align: top;
  display: inline-block;
  width: 85%;
}

@media (min-width: 768px) {
  .o-search .a-input {
    font-size: 22px;
    letter-spacing: 0.02em;
    line-height: 25px;
  }
}

@media (max-width: 1150px) {
  .o-search .a-input {
    outline: none;
  }
}

@media (min-width: 1151px) {
  .o-search .a-input {
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 26px;
  }
}

.o-search .a-input:-ms-input-placeholder {
  color: #CCCCCC;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  text-indent: 3px;
}

.o-search .a-input::placeholder {
  color: #CCCCCC;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  text-indent: 3px;
}

.o-search .a-input:focus {
  border: none;
}

.o-search .result-list {
  overflow-y: auto;
  list-style: none;
  display: none;
  margin: 0;
  padding: 33px 0 20px 0;
  max-height: calc(100vh - 80px);
  background-color: white;
}

@media (min-width: 768px) {
  .o-search .result-list {
    padding: 0 0 22px 0;
    max-height: calc(100vh - 122px);
    margin-top: -9px;
  }
}

.o-search ul {
  opacity: 1;
  transition: all 150ms ease-out;
}

.o-search li.no-result {
  text-align: center;
}

.o-search li:not(.no-result) {
  padding-top: 21px;
}

@media (min-width: 768px) {
  .o-search li:not(.no-result) {
    font-size: 13px;
    padding-top: 5px;
    margin-bottom: 1px;
  }
}

@media (min-width: 1151px) {
  .o-search li:not(.no-result) {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(20px + 20px / 2);
    padding-right: calc(20px + 20px / 2);
  }
}

.o-search li:not(.no-result):first-child {
  padding-top: 0;
}

.o-search-suggestions {
  margin: 34px 0 22px;
}

@media (min-width: 768px) {
  .o-search-suggestions {
    margin: 18px 0 23px;
  }
}

@media (min-width: 1151px) {
  .o-search-suggestions {
    margin-bottom: 22px;
  }
}

.u-row > .o-search-suggestions {
  margin: 0;
}

.o-search-suggestions .a-paragraph {
  font-size: 13px;
  line-height: 18px;
}

.o-search-suggestions .a-paragraph .a-link {
  text-decoration: underline;
  margin-left: 6px;
}

.o-search-suggestions .a-paragraph .a-link:first-child {
  margin: 0;
}

.o-search-suggestions .a-keyline {
  width: 100%;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .o-search-suggestions .a-keyline {
    visibility: hidden;
    margin: 6px 0;
  }
}

.o-search-suggestions .suggestions {
  margin-bottom: 28px;
}

@media (min-width: 768px) {
  .o-search-suggestions .suggestions {
    margin: 28px 0 0;
    padding-bottom: 12px;
  }
}

@media (min-width: 1151px) {
  .o-search-suggestions .suggestions {
    margin-top: 26px;
    padding-bottom: 16px;
  }
}

.o-sign-in {
  position: relative;
  margin-top: 40px;
  margin-bottom: 22px;
}

.o-sign-in .m-input:not(.has-error) .a-label:last-of-type {
  display: none;
}

.o-sign-in .a-button.is-primary {
  margin: 34px 0 15px 0;
}

.o-sign-in .link-holder {
  position: absolute;
  bottom: -21px;
  text-align: center;
  width: 100%;
}

.o-sign-in .link-holder .a-link {
  color: #999999;
  font-size: 12px;
  line-height: 17px;
}

.o-sign-in-wrapper {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-sign-in-wrapper {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
    max-width: 290px;
    margin: 0 auto;
  }
}

@media (min-width: 1025px) {
  .o-sign-in-wrapper {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.o-sign-in-wrapper .sign-in-heading {
  display: none;
}

.o-slider {
  max-width: 1600px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.o-slider .swiper-container {
  position: static;
}

.o-slider .swiper-wrapper {
  padding-bottom: 12px;
}

.o-slider .swiper-slide {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .o-slider .swiper-slide {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
  }
}

@media (min-width: 1025px) {
  .o-slider .swiper-slide {
    padding-left: 8.33334%;
    padding-right: 8.33334%;
  }
}

.o-slider.mobile-olapic-slider.swiper-initialized {
  background-color: #F1F1F1;
  margin-left: -10px;
  padding: 57px 10px;
  margin-bottom: 95px;
  width: 100vw;
  margin-top: -65px;
  display: block;
}

@media (min-width: 768px) {
  .o-slider.mobile-olapic-slider.swiper-initialized {
    display: none;
  }
}

.o-slider.mobile-olapic-slider.swiper-initialized .olapic-slider-title {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 26px;
  padding-bottom: 14px;
}

@media (min-width: 768px) {
  .o-slider.mobile-olapic-slider.swiper-initialized .olapic-slider-title {
    font-size: 24px;
    line-height: 30px;
  }
}

.o-slider.mobile-olapic-slider.swiper-initialized .olapic-slider-paragraph {
  padding-bottom: 56px;
}

.o-slider.mobile-olapic-slider.swiper-initialized .swiper-container {
  width: 90%;
  margin: 0;
  overflow: visible;
}

.o-slider.mobile-olapic-slider.swiper-initialized .swiper-wrapper {
  padding-bottom: 0;
}

.o-slider.mobile-olapic-slider.swiper-initialized .olapic-list-item {
  padding-right: 10px;
}

@media (min-width: 768px) {
  .o-slider.mobile-olapic-slider.swiper-initialized .olapic-list-item {
    padding-bottom: 150%;
  }
}

.o-slider.mobile-olapic-slider.swiper-initialized .olapic-list-item .a-image {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 70vh;
}

@media (min-width: 768px) {
  .o-slider.mobile-olapic-slider.swiper-initialized .olapic-list-item .a-image {
    position: absolute;
    width: auto;
    height: 100%;
  }
}

.o-slider.mobile-olapic-slider.swiper-initialized .olapic-list-item .user {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  padding-top: 11px;
}

.o-slider.mobile-olapic-slider.swiper-initialized .olapic-list-item .user .a-heading-4 {
  display: inline;
  padding-right: 5px;
}

.o-slider.mobile-olapic-slider.swiper-initialized .olapic-list-item .user .a-paragraph {
  display: inline-block;
}

.o-slider.mobile-olapic-slider.swiper-initialized .olapic-list-item .user .a-paragraph:before {
  content: "@";
}

.o-slider.mobile-olapic-slider.swiper-initialized.has-one-slide .swiper-container {
  width: 100%;
}

.o-slider.mobile-olapic-slider.swiper-initialized.has-one-slide .swiper-container .olapic-list-item {
  padding-right: 0;
}

.o-slider.mobile-olapic-slider.swiper-initialized.has-one-slide .swiper-container .a-image {
  display: block;
  width: 100%;
  height: 590px;
}

.o-slider.mobile-olapic-slider:not(.swiper-initialized) {
  display: none;
}

.o-slider .swiper-arrow {
  z-index: 1;
}

.o-slider .swiper-arrow.swiper-prev,
.o-slider .swiper-arrow.swiper-next {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 21px;
  color: #1B1B1B;
  cursor: pointer;
}

@media (min-width: 768px) {
  .o-slider .swiper-arrow.swiper-prev,
.o-slider .swiper-arrow.swiper-next {
    position: absolute;
  }
}

.o-slider .swiper-arrow.swiper-prev {
  float: left;
}

@media (min-width: 768px) {
  .o-slider .swiper-arrow.swiper-prev {
    left: 0;
    margin-left: 14px;
  }
}

@media (min-width: 1025px) {
  .o-slider .swiper-arrow.swiper-prev {
    left: 2.08333%;
    margin-left: 0;
  }
}

.o-slider .swiper-arrow.swiper-next {
  float: right;
}

@media (min-width: 768px) {
  .o-slider .swiper-arrow.swiper-next {
    right: 0;
    margin-right: 14px;
  }
}

@media (min-width: 1025px) {
  .o-slider .swiper-arrow.swiper-next {
    right: 2.08333%;
    margin-right: 0;
  }
}

.o-slider .swiper-pagination {
  font-size: 0;
  position: static;
  max-width: 45px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .o-slider .swiper-pagination {
    float: left;
    margin-left: 8.33333%;
    text-align: left;
  }
}

@media (min-width: 1025px) {
  .o-slider .swiper-pagination {
    margin-left: 8.33334%;
  }
}

.o-slider .swiper-pagination span {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 19px;
  line-height: 16px;
  padding-top: 5px;
  display: inline-block;
}

@media (min-width: 768px) {
  .o-slider .swiper-pagination span {
    padding-top: 0;
  }
}

.o-slider .swiper-pagination span.swiper-pagination-current:after {
  letter-spacing: 0;
  content: "/";
  padding: 0 0 0 2px;
}

@media (min-width: 1025px) {
  .o-slider .swiper-pagination span.swiper-pagination-current:after {
    padding: 0 1px;
  }
}

.o-slider.swiper-initialized .slider {
  visibility: visible;
}

.o-slider .slider {
  visibility: hidden;
}

.o-slider.is-disabled .slider {
  visibility: visible;
}

.o-slider.is-disabled .swiper-wrapper {
  -ms-flex-pack: center;
  justify-content: center;
}

.o-slider.is-disabled .swiper-arrow,
.o-slider.is-disabled .swiper-pagination {
  display: none;
}

@media (min-width: 1025px) {
  .o-slider.swiper-container-vertical .swiper-arrow {
    background: linear-gradient(0deg,
#FFFFFF 65%,
rgba(255,
255,
255,
0));
    width: calc(100% - 16px);
    left: 0;
    text-align: center;
  }
  .o-slider.swiper-container-vertical .swiper-arrow.swiper-prev {
    display: block;
    top: 0;
    transform: rotate(180deg);
  }
  .o-slider.swiper-container-vertical .swiper-arrow.swiper-next {
    bottom: 0;
    display: block;
  }
  .o-slider.swiper-container-vertical .swiper-arrow .a-icon-down-arrow {
    font-size: 24px;
    padding-top: 5px;
  }
}

.o-sizeguide {
  overflow-x: hidden;
}

.o-sign-in-failed .a-heading-2 {
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
}

.o-sign-in-failed .a-paragraph {
  font-size: 12px;
  line-height: 17px;
  padding: 11px 0 33px;
}

.o-sign-in-failed .is-primary {
  display: block;
}

.o-slider-cofs {
  z-index: 0;
  max-width: 1600px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  clear: both;
}

.o-slider-cofs.swiper-initialized .slider {
  visibility: visible;
}

.o-slider-cofs .slider {
  visibility: hidden;
}

.o-slider-cofs .slider:before,
.o-slider-cofs .slider:after {
  background-color: #FFFFFF;
  z-index: 21;
  content: '';
  height: 100%;
  width: 4px;
  position: absolute;
  top: 0;
}

@media (min-width: 768px) {
  .o-slider-cofs .slider:before,
.o-slider-cofs .slider:after {
    width: 6px;
  }
}

@media (min-width: 1025px) {
  .o-slider-cofs .slider:before,
.o-slider-cofs .slider:after {
    width: 10px;
  }
}

.o-slider-cofs .slider:after {
  right: 0;
}

.o-slider-cofs .slider-title {
  font-size: 12px;
  line-height: 17px;
  text-align: left;
  padding-top: 6px;
  padding-left: 4px;
  letter-spacing: 0.0825em;
}

@media (min-width: 768px) {
  .o-slider-cofs .slider-title {
    padding-left: 6px;
    padding-top: 12px;
  }
}

@media (min-width: 1025px) {
  .o-slider-cofs .slider-title {
    padding-left: 10px;
  }
}

.o-slider-cofs .swiper-container {
  position: static;
  padding-top: 10px;
}

@media (min-width: 1025px) {
  .o-slider-cofs .swiper-container {
    padding-top: 14px;
  }
}

.o-slider-cofs .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.32,
0.1,
0.41,
1);
}

.o-slider-cofs .swiper-arrow {
  z-index: 1;
  font-size: 13px;
  line-height: 18px;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  color: #1B1B1B;
  cursor: pointer;
  top: 0;
  position: absolute;
  text-align: left;
  padding-top: 1px;
  opacity: 0.6;
}

@media (min-width: 768px) {
  .o-slider-cofs .swiper-arrow {
    top: 6px;
  }
}

.o-slider-cofs .swiper-arrow:before {
  display: block;
}

.o-slider-cofs .swiper-arrow.swiper-button-disabled {
  color: #999999;
  pointer-events: none;
  cursor: default;
}

.o-slider-cofs .swiper-arrow.swiper-prev {
  right: calc(50px + (8px / 2));
}

@media (min-width: 768px) {
  .o-slider-cofs .swiper-arrow.swiper-prev {
    right: calc(50px + (12px / 2));
  }
}

@media (min-width: 1025px) {
  .o-slider-cofs .swiper-arrow.swiper-prev {
    right: 55px;
  }
}

.o-slider-cofs .swiper-arrow.swiper-prev:before {
  content: "prev";
}

.o-slider-cofs .swiper-arrow.swiper-next {
  right: 4px;
}

@media (min-width: 768px) {
  .o-slider-cofs .swiper-arrow.swiper-next {
    right: 6px;
  }
}

@media (min-width: 1025px) {
  .o-slider-cofs .swiper-arrow.swiper-next {
    right: 10px;
  }
}

.o-slider-cofs .swiper-arrow.swiper-next:before {
  content: "next";
}

.o-slider-cofs .swiper-arrow:hover {
  opacity: 1;
}

.o-slider-cofs .swiper-slide {
  padding: 0 4px;
}

@media (min-width: 768px) {
  .o-slider-cofs .swiper-slide {
    padding: 0 6px;
  }
}

@media (min-width: 1025px) {
  .o-slider-cofs .swiper-slide {
    padding: 0 10px;
  }
}

.o-slider-cofs .swiper-pagination {
  display: none;
}

.o-slider-cofs.is-disabled .slider {
  visibility: visible;
}

.o-slider-cofs.is-disabled .swiper-wrapper {
  -ms-flex-pack: left;
  justify-content: left;
}

.o-slider-cofs.is-disabled .swiper-arrow,
.o-slider-cofs.is-disabled .swiper-pagination {
  display: none;
}

@media (min-width: 768px) {
  .back-to-top-is-visible .o-slider-cofs.o-pra-component:last-child .o-product-cofs,
.back-to-top-is-visible .o-slider-cofs.o-style-with:last-child .o-product-cofs {
    padding-bottom: 0px;
  }
}

.o-slider-cofs.o-pra-component .o-product-cofs,
.o-slider-cofs.o-style-with .o-product-cofs {
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .o-slider-cofs.o-pra-component .o-product-cofs,
.o-slider-cofs.o-style-with .o-product-cofs {
    padding-bottom: 19px;
  }
}

.o-slider-cofs.o-pra-component .o-product-cofs .m-product-markers,
.o-slider-cofs.o-style-with .o-product-cofs .m-product-markers {
  display: block;
}

.o-slider-cofs.o-pra-component .o-product .m-product-markers,
.o-slider-cofs.o-style-with .o-product .m-product-markers {
  display: block;
}

.o-slider-cofs.o-pra-component .o-product .temp-marker,
.o-slider-cofs.o-style-with .o-product .temp-marker {
  left: 12px;
}

@media (min-width: 768px) {
  .o-slider-cofs.o-pra-component .o-product .temp-marker,
.o-slider-cofs.o-style-with .o-product .temp-marker {
    left: 21px;
  }
}

.o-slider-cofs.o-pra-component .o-product .m-swatches,
.o-slider-cofs.o-style-with .o-product .m-swatches {
  display: none;
}

.o-slider-cofs.o-pra-component .a-link:hover,
.o-slider-cofs.o-style-with .a-link:hover {
  opacity: 1;
}

.search-results .o-slider-cofs {
  display: inline-block;
}

@media (min-width: 768px) {
  .search-results .o-slider-cofs {
    display: block;
  }
}

html.no-touchevents .o-slider-cofs .swiper-arrow:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .o-square {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .o-square > .o-text-block {
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
}

.o-square .cell {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  display: inline-block;
  margin: 0 0 15px;
  vertical-align: top;
}

.o-square .cell:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .o-square .cell:last-child {
    margin: 0 0 30px;
  }
}

.o-square .cell:last-child .text-content:last-child {
  margin-bottom: 0;
}

.o-square .cell:last-child .text-content .is-richtext a {
  text-decoration: none;
}

@media (min-width: 768px) {
  .o-square .cell {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .o-square .cell {
    width: 45.83333%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .o-square .cell:last-child {
    width: 33.33333%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .o-square .cell:last-child {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.o-square .cell .a-picture {
  display: block;
}

.o-square .cell .a-picture .a-image {
  width: 100%;
  display: block;
}

.o-square .cell .a-picture .placeholder-wrapper {
  padding-bottom: 100%;
  background-color: #e6e6e6;
  position: relative;
}

.o-square .cell .a-picture .placeholder-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: 1s opacity;
}

.o-square .cell .a-picture .placeholder-wrapper img.is-hidden {
  opacity: 0;
  display: block;
}

.o-square .cell .text-content:last-child {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .o-square .cell .text-content:last-child {
    margin-bottom: 0;
  }
}

.o-square .cell .text-content .a-heading-2,
.o-square .cell .text-content .a-paragraph,
.o-square .cell .text-content .a-link {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 13px;
}

.o-square .cell .text-content .a-paragraph {
  margin-top: 13px;
}

.o-square .cell .text-content .a-paragraph:first-child {
  margin-top: 15px;
}

.o-square .cell .text-content .a-paragraph:last-child {
  margin-bottom: 0;
}

.o-square .cell .text-content .a-paragraph .a-link:after {
  content: none;
}

.o-square .cell .text-content .a-heading-2 {
  letter-spacing: 0.0825em;
  text-transform: uppercase;
  float: left;
  width: 100%;
}

.o-square .cell .text-content .a-heading-2 .square-title-link {
  color: inherit;
}

.o-square .cell .text-content .a-heading-2:first-child {
  margin-top: 15px;
  margin-bottom: 15px;
}

.o-square .cell .text-content .a-link {
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 0;
}

.o-square .cell .text-content .a-link:first-child {
  margin-top: 15px;
  margin-left: 0;
}

.o-square .cell .text-content .a-link:last-child:after {
  content: none;
}

.o-takeover {
  position: relative;
  height: 100vh;
  overflow: hidden;
  cursor: pointer;
}

.o-takeover.has-video {
  height: auto;
}

.o-takeover.is-notification-sticky:first-child .m-teaser {
  position: fixed;
  bottom: 32px;
}

@media (min-width: 768px) {
  .o-takeover.is-notification-sticky:first-child .m-teaser {
    bottom: 38px;
    left: 0;
    right: 0;
  }
}

@media (min-width: 1025px) {
  .o-takeover.is-notification-sticky:first-child .m-teaser {
    bottom: 32px;
  }
}

.o-takeover + .o-takeover {
  margin-top: -30px;
}

@media (min-width: 768px) {
  .o-takeover + .o-takeover {
    margin-top: -40px;
  }
}

@media (min-width: 1151px) {
  .o-takeover + .o-takeover {
    margin-top: -50px;
  }
}

.o-takeover .a-video,
.o-takeover .a-youtube-video,
.o-takeover .a-vimeo-video {
  height: 100%;
  width: 100%;
}

.o-takeover .a-picture {
  display: none;
}

.o-takeover .background {
  z-index: -1;
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  left: 0;
}

.o-takeover .content {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 14px;
  text-align: center;
}

.o-takeover .content.mobile-top {
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 110px;
}

.o-takeover .content.mobile-center {
  -ms-flex-align: center;
  align-items: center;
}

.o-takeover .content.mobile-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 31px;
}

@media (min-width: 768px) {
  .o-takeover .content {
    padding: 0 20px;
  }
  .o-takeover .content[class*="tablet"] {
    padding-top: 0;
    padding-bottom: 0;
  }
  .o-takeover .content.tablet-top {
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 167px;
  }
  .o-takeover .content.tablet-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 35px;
  }
  .o-takeover .content.tablet-vertical-center {
    -ms-flex-align: center;
    align-items: center;
  }
  .o-takeover .content.tablet-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .o-takeover .content.tablet-horizontal-center {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .o-takeover .content.tablet-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }
}

@media (min-width: 1025px) {
  .o-takeover .content {
    padding: 0 30px;
  }
  .o-takeover .content[class*="desktop"] {
    padding-top: 0;
    padding-bottom: 0;
  }
  .o-takeover .content.desktop-top {
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 152px;
  }
  .o-takeover .content.desktop-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 32px;
  }
  .o-takeover .content.desktop-vertical-center {
    -ms-flex-align: center;
    align-items: center;
  }
  .o-takeover .content.desktop-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .o-takeover .content.desktop-horizontal-center {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .o-takeover .content.desktop-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }
}

.o-takeover .m-teaser {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  display: inline-block;
}

.o-takeover .m-teaser .a-link {
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 23px;
  color: inherit;
  letter-spacing: inherit;
  display: block;
}

.o-takeover .m-teaser .a-link:not(:last-child) {
  margin-bottom: 6px;
}

@media (min-width: 1025px) {
  .o-takeover .m-teaser .a-link:not(:last-child) {
    margin-bottom: 2px;
  }
}

.o-takeover .m-teaser .a-link.is-primary:hover,
.o-takeover .m-teaser .a-link.is-secondary:hover {
  opacity: 1;
}

.o-takeover .m-teaser .a-heading-2 {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  color: inherit;
}

.o-takeover .m-teaser .a-heading-2 + .a-link {
  margin-top: 23px;
}

@media (min-width: 768px) {
  .o-takeover .m-teaser .a-heading-2 + .a-link {
    margin-top: 26px;
  }
}

@media (min-width: 768px) {
  .o-takeover .m-teaser .a-heading-2 + .a-link {
    margin-top: 23px;
  }
}

.o-takeover .m-teaser .a-paragraph {
  color: inherit;
  letter-spacing: inherit;
}

.o-takeover .m-teaser .a-paragraph + .a-link {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .o-takeover .m-teaser .a-paragraph + .a-link {
    margin-top: 25px;
  }
}

.o-takeover .m-teaser .a-paragraph:nth-child(2),
.o-takeover .m-teaser .a-heading-2:nth-child(2) {
  margin-top: 7px;
}

@media (min-width: 768px) {
  .o-takeover .m-teaser .a-paragraph:nth-child(2),
  .o-takeover .m-teaser .a-heading-2:nth-child(2) {
    margin-top: 30px;
  }
}

@media (min-width: 1025px) {
  .o-takeover .m-teaser .a-paragraph:nth-child(2),
  .o-takeover .m-teaser .a-heading-2:nth-child(2) {
    margin-top: 4px;
  }
}

.o-takeover.has-bottom-margin {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .o-takeover.has-bottom-margin {
    margin-bottom: 40px;
  }
}

@media (min-width: 1025px) {
  .o-takeover.has-bottom-margin {
    margin-bottom: 50px;
  }
}

.o-text-block {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  color: #1B1B1B;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .o-text-block {
    width: 66.66667%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1025px) {
  .o-text-block {
    width: 41.66667%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.o-text-block.preamble-align-justify .a-paragraph {
  text-align: justify;
}

.o-text-block.u-align-right {
  float: none;
  text-align: right;
}

.o-text-block .a-heading-1 {
  margin: 0 auto;
}

.o-text-block .a-heading-1:not(.fixed-size) {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 26px;
}

.o-text-block .a-paragraph {
  margin: 17px auto 0;
}

@media (min-width: 768px) {
  .o-text-block .a-paragraph {
    margin-top: 15px;
  }
}

.o-text-block .a-paragraph:not(.fixed-size) {
  font-size: 13px;
  line-height: 18px;
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
}

.o-text-block .cta-section .a-link,
.o-text-block .cta-section .a-button {
  font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
  font-weight: normal;
  color: inherit;
}

.o-text-block .cta-section .a-link,
.o-text-block .cta-section .a-button {
  text-decoration: underline;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 21px;
  display: inline-block;
}

.o-text-block .cta-section .a-link:hover,
.o-text-block .cta-section .a-button:hover {
  opacity: 0.7;
}

.o-text-block .cta-section .m-double-button .a-button {
  margin-right: 10px;
  margin-left: 10px;
}

.o-text-block .headign-section + .cta-section .a-link,
.o-text-block .headign-section + .cta-section .a-button,
.o-text-block .preamble-section + .cta-section .a-link,
.o-text-block .preamble-section + .cta-section .a-button {
  margin-top: 18px;
}

.o-text-block .cta-section .a-link {
  display: inline-block;
}

.o-text-block .cta-section .a-link:first-child {
  margin-right: 25px;
  margin-top: 18px;
}

.o-grid-controller .o-text-block,
.o-square .o-text-block {
  color: #1B1B1B;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 0 0 40px 0;
  cursor: auto;
}

@media (min-width: 768px) {
  .o-grid-controller .o-text-block .a-heading-1,
  .o-square .o-text-block .a-heading-1 {
    max-width: 360px;
  }
}

.o-grid-controller .o-text-block .preamble-section,
.o-square .o-text-block .preamble-section {
  max-width: 400px;
  margin: 0 auto;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover:not(:focus) {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace,
monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.u-align-right {
  float: right;
}

.u-align-left {
  text-align: left !important;
}

[class*=" u-cols"].u-align-right,
[class^="u-cols"].u-align-right {
  float: right;
}

[class*=" u-cols"].u-center-col,
[class^="u-cols"].u-center-col {
  float: none;
  margin: 0 auto;
}

.u-align-center {
  text-align: center;
}

.u-transform-center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.u-cols-spacer {
  display: list-item;
  height: 1px;
  list-style-type: none;
}

.u-no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-no-animation {
  animation: none !important;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

.u-display-none {
  display: none !important;
}

.u-display-none[class^="o-"],
.u-display-none[class^="m-"],
.u-display-none[class^="a-"] {
  display: none;
}

.u-visibility-hidden {
  visibility: hidden;
}

.u-no-margin-top {
  margin-top: 0 !important;
}

.u-no-margin-bottom {
  margin-bottom: 0 !important;
}

.u-clearfix::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.u-no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.is-hidden {
  display: none;
}

.o-header.is-hidden {
  display: none;
}
/**
 * Swiper 4.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 11, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: 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%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Restock request*/
.a-heading-lightbox{
  font-size: 14px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 15px;
}
.detail-text-lightbox{
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 20px;
}
.a-paragraph-lightbox{
  font-size: 13px;
  padding-bottom: 30px;
}
.restock_complete_domain{
  font-size: 12px;
  text-align: center;
  padding-top: 20px;
}
.value-label::before{
	content: " / ";
}
.sex_id_error_msg{
	color: #DA441B;
}
.restock_custom_radio {
	margin-left: 0px!important;
}
.restock_custom_box {
	margin-left: 0px!important;
}
/* Login - SignUp - Forgot Password CSS */
.o-lightbox .lightbox-wrapper:has(#sign-in-form),
.o-lightbox .lightbox-wrapper:has(#registration-form) {
	width: 100%;
	max-width: 575px;
}
.o-lightbox .lightbox-wrapper .lightbox-content:has(#sign-in-form),
.o-lightbox .lightbox-wrapper .lightbox-content:has(#registration-form) {
	width: 100%;
	max-width: 573px;
	padding-left: 48px;
	padding-right: 48px;
}
.o-page-content .o-sign-in-wrapper,
.o-page-content .forgot-password-form {
	width: 100%;
	max-width: 573px;
	padding-left: 48px;
	padding-right: 48px;
}
@media (max-width: 767px) {
	.o-page-content .o-sign-in-wrapper,
	.o-page-content .forgot-password-form {
		padding-left: 12px;
		padding-right: 12px;
	}
	.o-page-content .o-forgot-password .forgot-password-form .o-form {
		margin-left: 0;
		margin-right: 0;
	}
	.o-lightbox .lightbox-wrapper .lightbox-content:has(#sign-in-form),
	.o-lightbox .lightbox-wrapper .lightbox-content:has(#registration-form) {
		padding-left: 22px;
		padding-right: 22px;
	}
}
.o-registration .o-form .o-registration-form .m-input,
.o-sign-in .o-form .m-input,
.o-page-content .o-forgot-password .o-form .m-input:not(.confirm) {
	height: 63px;
	padding: 8px 8px 10px 15px;
	border: .5px solid #080808;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.o-registration .o-form .o-registration-form .m-input:not(.password-repeat),
.o-sign-in .o-form .m-input:not(.password) {
	border-bottom: none;
}
.o-registration .o-form .o-registration-form .m-input .js-a-label,
.o-sign-in .o-form .m-input .js-a-label,
.o-page-content .o-forgot-password .o-form .m-input .js-a-label {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
.o-registration .o-form .o-registration-form .m-input .js-a-input,
.o-sign-in .o-form .m-input .js-a-input,
.o-page-content .o-forgot-password .o-form .m-input .js-a-input {
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
	font-weight: 400;
	line-height: 18.85px;
	letter-spacing: 0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	background-color: #fff;
	box-shadow: none;
}

.o-sign-in .o-form .m-input .a-label,
.o-registration .o-form .m-input .a-label,
.o-page-content .o-forgot-password .o-form .m-input .a-label {
	font-size: .75rem;
	letter-spacing: 0.03em;
	font-weight: 400;
	line-height: 145%;
}

.o-form .m-input.password .toggle-password-state {
	font-size: .75rem;
}
.o-form .m-input.password .help-text .help-tip {
	font-size: .75rem;
}
.o-registration .o-form .o-registration-form .m-input.password .toggle-password-state,
.o-sign-in .o-form .m-input.password .toggle-password-state {
	top: 20px;
}
.o-registration .o-form .o-registration-form .m-input.password .help-text.is-visible,
.o-sign-in .o-form .m-input.password .help-text.is-visible {
	margin-top: 0;
	bottom: 0;
	position: absolute;
	line-height: 5px;
}
.o-registration .o-form .o-registration-form .m-input.password .help-text .help-tip:first-child {
	display: inline-block;
}
.o-registration .o-form .o-registration-form .m-input .a-input:-ms-input-placeholder,
.o-sign-in .o-form .m-input .a-input:-ms-input-placeholder,
.o-page-content .o-forgot-password .o-form .m-input .a-input:-ms-input-placeholder {
	color: #999999;
	text-indent: 0;
}
.o-registration .o-form .o-registration-form .m-input .a-input::placeholder,
.o-sign-in .o-form .m-input .a-input::placeholder,
.o-page-content .o-forgot-password .o-form .m-input .a-input::placeholder {
	color: #999999;
	text-indent: 0;
}
.o-registration .o-form .o-registration-form .checkbox-input #newsletter,
.o-registration .o-form .o-registration-form .checkbox-input #newsletter a,
.o-sign-in .o-form .m-input .checkbox-input #newsletter,
.o-sign-in .o-form .m-input .checkbox-input #newsletter a {
	color: #000;
}
.o-form .m-input .js-a-input.password,
.o-registration .o-form .o-registration-form .m-input .js-a-input.password {
	padding-bottom: 6px;
}
.o-form .m-input .input-label,
.o-page-content .o-forgot-password .o-form .m-input .input-label {
	margin: 0;
}
.o-sign-in .o-form .link-holder {
	display: flex;
	position: relative;
	bottom: 0;
	width: 100%;
}
.o-sign-in .o-form .link-holder a {
	width: 100%;
	text-align: center;
	line-height: 1;
	margin-top: 18px;
}
.o-sign-in .o-form .a-info {
	margin-top: 40px;
}
.o-sign-in .o-form .a-info .js-a-label {
	display: inline-block;
	line-height: normal;
	font-size: 11px;
	text-align: center;
	width: 100%;
}
.o-page-content .o-forgot-password .o-form .a-paragraph.data:not(.confirm) {
	width: 100%;
	text-align: justify;
	padding: 0;
}

.a-button.is-primary {
  height: 54px;
}

@media (min-width: 768px) {
  .a-button.is-primary {
    height: 50px;
  }
}

