/* html5doctor.com/html-5-reset-stylesheet/ */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

body {
  font-family: "BurberrySansSerif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* font-size: 75%; 1.2em is base size / 62.5% * 20% = 75% */
  -webkit-font-smoothing: antialiased;
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(223, 222, 227, 1) 100%);
  box-sizing: border-box;
  overflow: hidden;
}

@font-face {
  font-family: "burberry-icons";
  src: url("//common.static.burberry.com/fonts/burberryicons-regular-webfont.eot");
  src:
    url("//common.static.burberry.com/fonts/burberryicons-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("//common.static.burberry.com/fonts/burberryicons-regular-webfont.woff") format("woff"),
    url("//common.static.burberry.com/fonts/burberryicons-regular-webfont.ttf") format("truetype"),
    url("//common.static.burberry.com/fonts/burberryicons-regular-webfont.svg#burberry-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "BurberrySansSerif";
  font-style: normal;
  font-display: swap;
  src:
    url("//common.static.burberry.com/fonts/v7/oracle-book/oracle-book.woff2") format("woff2"),
    url("//common.static.burberry.com/fonts/v7/oracle-book/oracle-book.woff") format("woff");
}

/* Paragraphs */
.p {
  font-family: "BurberrySansSerif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.p1-1 {
  font-size: 16px;
  line-height: 24px;
}

#asset-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f1f1f2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  overflow: hidden;
  background-image: url("https://assets.burberry.com/is/image/Burberryltd/ABECE53C-D908-4DCE-83D0-A4A5C7A909B6?wid=1920&qlt=90");
  @media screen and (max-width: 1500px) {
    background-position-x: left;
  }
  @media screen and (max-width: 800px) {
    background-position-x: 10%;
  }
  @media screen and (max-width: 630px) {
    background-position-x: right;
    background-image: url("https://assets.burberry.com/is/image/Burberryltd/CCF50A9C-DA41-4623-A36C-3DBA9B91C96C?wid=375");
  }
}

.text-column {
  position: relative;
  float: left;
  margin: 32px;
  width: 380px;
  height: auto;
  color: #000;
  box-sizing: border-box;
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
  -ms-animation: fadein 2s; /* Internet Explorer */
  -o-animation: fadein 2s; /* Opera < 12.1 */
  animation: fadein 2s;
  @media screen and (max-width: 630px) {
    margin: 24px;
    width: 312px;
  }
}

.text-column a {
  color: #000;
  text-decoration: underline;
}

.text-column a:hover {
  color: #1f1f1f;
}

.text-block {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin: 0 0 24px 0;
  box-sizing: border-box;
}

#logo {
  position: relative;
  float: left;
  margin: 32px 0 0 32px;
  width: 100%;
  @media screen and (max-width: 630px) {
    margin: 24px 0 0 24px;
  }
  svg {
    width: auto;
    height: 2.4rem;
    pointer-events: none;
    overflow: hidden;
    @media screen and (max-width: 630px) {
      width: 50%;
    }
  }
}

#logo img {
  height: 100%;
  width: auto;
}

#country-phone-selector {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  width: 100%;
  height: 24px;
  -webkit-appearance: menulist-button;
}

.ie #country-phone-selector {
  position: relative;
  opacity: 1;
}

#country-cs-selector {
  width: 100%;
  cursor: pointer;
}

#visible-number {
  cursor: pointer;
}

#visible-number a {
  text-decoration: none;
  cursor: default;
}

#visible-number a:hover {
  color: #000;
}

.drop-down-icon {
  width: 24px;
  height: 24px;
  text-align: center;
  font-family: "burberry-icons";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  top: 2px;
  position: relative;
}
.ie #country-name,
.ie .drop-down-icon {
  display: none;
}

.drop-down-icon:after {
  content: "\f031";
}

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

.rule {
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #000;
  width: 90%;
  position: relative;
  float: left;
  margin: 32px 0 0 0;
}

.lang-ko,
.lang-ko .p,
.lang-zh,
.lang-zh .p,
.lang-zf,
.lang-zf .p {
  font-family: "Arial Unicode MS", Arial, clean, sans-serif;
}

.lang-ja,
.lang-ja .p {
  font-family: "Hiragino Kaku Gothic ProN W3", "Meiryo", "MS P Gothic", Sans-serif;
}

.lang-ja .p1-1 {
  line-height: 22px;
}

.lang-ja .fnt-bold,
.lang-ko .fnt-bold,
.lang-zh .fnt-bold,
.lang-zf .fnt-bold {
  font-weight: bold;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}

.icp-footer {
  margin-top: 16px;
  width: 100%;
}

.icp-footer__content {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: flex-start;
}

@media only screen and (min-width: 1024px) {
  .icp-footer__content {
    flex-direction: row;
  }
}

@media only screen and (max-width: 1023px) {
  .icp-footer__item {
    margin-bottom: 12px;
  }

  .icp-footer__item:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .icp-footer__item {
    margin-right: 16px;
  }

  .icp-footer__item:last-child {
    margin-right: 0;
  }
}

.icp-footer .icp-footer__item-link {
  color: #666;
  display: flex;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.icp-footer .icp-footer__item-link:hover {
  color: #999;
}

.icp-footer .icp-footer__item-link [data-content] {
  display: flex;
}

.icp-footer .icp-footer__item-link:hover > [data-wrapper] > [data-content] {
  background: none;
}

.icp-footer__item-image {
  height: 16px;
  margin-right: 8px;
  width: 16px;
}

.icp-footer__item-title {
  margin: 0;
}

.css-15zqqrf {
  margin-bottom: 24px;
  margin-left: 32px;
}

@media screen and (max-width: 630px) {
  .css-15zqqrf {
    margin-left: 24px;
  }
}

.css-15zqqrf {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.6rem;
  font-weight: 350;
  font-family: "BurberrySansSerif", sans-serif;
  margin-top: 3.2rem;
  width: 100%;
  border-top: 0;
}

.css-15zqqrf p:not(:last-child) {
  margin-bottom: 2rem;
}

.css-15zqqrf a {
  color: #000;
  text-underline-offset: 0.2em;
  white-space: nowrap;
}

.css-15zqqrf a:hover {
  color: #0006cf;
}

.css-246aob {
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 350;
  font-family: "BurberrySansSerif", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  position: relative;
  padding: 0;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  text-align: left;
  color: #0006cf;
}

.css-246aob[aria-disabled="true"] {
  pointer-events: none;
  color: #b3b3b3;
}

.css-246aob > [data-wrapper] > [data-content] {
  background-image: linear-gradient(currentColor, currentColor);
  -webkit-background-position: 0 100%;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 0 1px;
  background-size: 0 1px;
}

.css-246aob:hover:not([aria-disabled="true"]) > [data-wrapper] > [data-content] {
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
  -webkit-animation-name: animation-3u9nsl;
  animation-name: animation-3u9nsl;
  -webkit-animation-duration: 240ms;
  animation-duration: 240ms;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.6, 1);
  animation-timing-function: cubic-bezier(0, 0, 0.6, 1);
}

.css-246aob:active:not([aria-disabled="true"]) > [data-wrapper] > [data-content] {
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
  -webkit-animation-name: animation-3u9nsl;
  animation-name: animation-3u9nsl;
  -webkit-animation-duration: 240ms;
  animation-duration: 240ms;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.6, 1);
  animation-timing-function: cubic-bezier(0, 0, 0.6, 1);
}

.typography--c1 {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 16px;
  text-transform: none;
}

.icp-footer__item-link {
  list-style: none;
  margin: 0;
  font: inherit;
  box-sizing: border-box;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  position: relative;
  padding: 0;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  vertical-align: middle;
  text-align: left;
  text-underline-offset: 0.2em;
  white-space: nowrap;
  color: #666;
  display: flex;
  text-decoration: none;
}
