/* INPUTS GLOBAL VARS */
/* TEXT FIELD VARS */
/* BUTTON VARS */
/* RADIO VARS */
/* SLICK SLIDER */
/* FORM RESO */
/* PREORDINE */
/*PEX - product exchange*/
/**
    toFixed() function in Sass
    @author Hugo Giraudel
    @param {Number} $float - Number to format
    @param {Number} $digits [2] - Number of digits to leave
    @return {Number}
**/
@font-face {
  font-family: 'Social Medium';
  src: url("//www.karl.com/ytos/resources/KARLLAGERFELD/fonts/social-webfont-2.eot");
  src: url("//www.karl.com/ytos/resources/KARLLAGERFELD/fonts/social-webfont-2.eot?#iefix") format("embedded-opentype"), url("//www.karl.com/ytos/resources/KARLLAGERFELD/fonts/social-webfont-2.woff2") format("woff2"), url("//www.karl.com/ytos/resources/KARLLAGERFELD/fonts/social-webfont-2.woff") format("woff"), url("//www.karl.com/ytos/resources/KARLLAGERFELD/fonts/social-webfont-2.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/**
    toFixed() function in Sass
    @author Hugo Giraudel
    @param {Number} $float - Number to format
    @param {Number} $digits [2] - Number of digits to leave
    @return {Number}
**/
/* INPUTS GLOBAL VARS */
/* TEXT FIELD VARS */
/* BUTTON VARS */
/* RADIO VARS */
/* SLICK SLIDER */
/* FORM RESO */
/* PREORDINE */
/*PEX - product exchange*/
/**
    toFixed() function in Sass
    @author Hugo Giraudel
    @param {Number} $float - Number to format
    @param {Number} $digits [2] - Number of digits to leave
    @return {Number}
**/
/*local vars*/
.fullbleedTeaser {
  position: relative;
  min-height: 70vh;
  z-index: 2; }
  .fullbleedTeaser.white {
    color: #FFFFFF; }

.fullbleedImageWrapper {
  position: relative;
  overflow: hidden; }
  .fullbleedImageWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 5s ease-in-out; }
    .fullbleedImageWrapper img.animate {
      transform: scale(1.05); }

.fullbleedTeaserButton {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0.84px;
  font-weight: 400;
  font-family: "GothamBook", Arial, sans-serif;
  text-transform: uppercase; }
  body.jp .fullbleedTeaserButton,
  body.JP .fullbleedTeaserButton {
    font-family: "Hiragino Kaku Gothic ProN", "GraphikRegular", Meiryo, Arial, sans-serif !important;
    font-weight: 400 !important; }
  body.ru .fullbleedTeaserButton,
  body.RU .fullbleedTeaserButton {
    font-family: Arial, sans-serif, "GothamBook" !important;
    font-weight: 400 !important; }
  .fullbleedTeaserButton:hover {
    font-weight: 400;
    font-family: "GothamBold", Arial, sans-serif; }
    body.jp .fullbleedTeaserButton:hover,
    body.JP .fullbleedTeaserButton:hover {
      font-family: "Hiragino Kaku Gothic ProN", "GraphikRegular", Meiryo, Arial, sans-serif !important;
      font-weight: 600 !important; }
    body.ru .fullbleedTeaserButton:hover,
    body.RU .fullbleedTeaserButton:hover {
      font-family: Arial, sans-serif, "GothamBook" !important;
      font-weight: 600 !important; }
  .fullbleedTeaserButton:after {
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    margin: 20px auto 0;
    background-color: #000000; }
    .white .fullbleedTeaserButton:after {
      background-color: #FFFFFF; }
    .background-box .fullbleedTeaserButton:after {
      background-color: #000000; }

.fullbleedTeaserTitle {
  font-weight: 400;
  font-family: "GothamLight", Arial, sans-serif;
  font-size: 2.6rem;
  line-height: normal;
  text-align: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  body.jp .fullbleedTeaserTitle,
  body.JP .fullbleedTeaserTitle {
    font-family: "Hiragino Kaku Gothic ProN", "GraphikRegular", Meiryo, Arial, sans-serif !important;
    font-weight: 200 !important; }
  body.ru .fullbleedTeaserTitle,
  body.RU .fullbleedTeaserTitle {
    font-family: Arial, sans-serif, "GothamBook" !important;
    font-weight: 200 !important; }
  .fullbleedTeaserTitle .title,
  .fullbleedTeaserTitle .labeltop {
    line-height: 50px; }
    .fullbleedTeaserTitle .title strong,
    .fullbleedTeaserTitle .labeltop strong {
      font-size: 3.6rem; }
  .fullbleedTeaserTitle .labeltop,
  .fullbleedTeaserTitle .title,
  .fullbleedTeaserTitle .title2 {
    display: block; }
  .fullbleedTeaserTitle .title2 {
    font-size: 4.2rem; }
  .fullbleedTeaserTitle p,
  .fullbleedTeaserTitle .bodycopy {
    font-weight: 400;
    font-family: "GothamBook", Arial, sans-serif;
    font-size: 1.4rem; }
    body.jp .fullbleedTeaserTitle p,
    body.JP .fullbleedTeaserTitle p, body.jp
    .fullbleedTeaserTitle .bodycopy,
    body.JP
    .fullbleedTeaserTitle .bodycopy {
      font-family: "Hiragino Kaku Gothic ProN", "GraphikRegular", Meiryo, Arial, sans-serif !important;
      font-weight: 400 !important; }
    body.ru .fullbleedTeaserTitle p,
    body.RU .fullbleedTeaserTitle p, body.ru
    .fullbleedTeaserTitle .bodycopy,
    body.RU
    .fullbleedTeaserTitle .bodycopy {
      font-family: Arial, sans-serif, "GothamBook" !important;
      font-weight: 400 !important; }
  .middle-right .fullbleedTeaserTitle {
    left: calc(50% + 85px); }
  .middle-left .fullbleedTeaserTitle {
    left: 85px; }
  .middle-bottom .fullbleedTeaserTitle {
    position: static;
    transform: none;
    padding: 30px 0;
    text-align: center; }

.middle-bottom .fullbleedTeaserBox {
  width: 583px;
  height: 222px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0; }

.background-box .fullbleedTeaserBox {
  background: white; }

/* INPUTS GLOBAL VARS */
/* TEXT FIELD VARS */
/* BUTTON VARS */
/* RADIO VARS */
/* SLICK SLIDER */
/* FORM RESO */
/* PREORDINE */
/*PEX - product exchange*/
/**
    toFixed() function in Sass
    @author Hugo Giraudel
    @param {Number} $float - Number to format
    @param {Number} $digits [2] - Number of digits to leave
    @return {Number}
**/
.share_content_wrapper {
  text-align: center; }
  .share_content_wrapper:not(.everything_karl_share) {
    padding-top: 90px; }
    .share_content_wrapper:not(.everything_karl_share) .share {
      padding-top: 20px; }
      .share_content_wrapper:not(.everything_karl_share) .share li button {
        height: 40px;
        width: 40px; }
  .share_content_wrapper.everything_karl_share {
    display: none;
    align-items: center;
    position: absolute;
    right: 19px;
    bottom: 19px;
    background: #FFFFFF;
    border-radius: 29px; }
    @media (max-width: 1023px) {
      .share_content_wrapper.everything_karl_share {
        right: 7px;
        bottom: 6px; } }
    .share_content_wrapper.everything_karl_share .share li button {
      height: 28px;
      width: 28px; }
    .share_content_wrapper.everything_karl_share .sendToAFriendLink {
      margin-right: 10px; }
  .share_content_wrapper .share .text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .share_content_wrapper .share li {
    display: inline-block; }
    .share_content_wrapper .share li button {
      display: block;
      position: relative;
      border-radius: 40px;
      text-align: center; }
      .share_content_wrapper .share li button:hover {
        background: #f8f8f8; }
      .share_content_wrapper .share li button .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute; }
    .share_content_wrapper .share li.whatsapp {
      display: none; }
  .share_content_wrapper .close {
    border-radius: 40px;
    border: 1px solid #DFDFDF; }
    .share_content_wrapper .close .icon {
      height: 15px;
      width: 15px;
      display: inline-block;
      background: center/100% 100% no-repeat url("//www.karl.com/ytos/resources/KARLLAGERFELD/images/icons/icons-new/close.svg"); }
  .share_content_wrapper .facebook .icon {
    width: 9px;
    height: 16px;
    display: inline-block;
    background: center/100% 100% no-repeat url("//www.karl.com/ytos/resources/KARLLAGERFELD/images/icons/icons-new/social-facebook.svg"); }
  .share_content_wrapper .twitter .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: center/100% 100% no-repeat url("//www.karl.com/ytos/resources/KARLLAGERFELD/images/icons/icons-new/social-twitter.svg"); }
  .share_content_wrapper .tumblr .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: center/100% 100% no-repeat url("//www.karl.com/ytos/resources/KARLLAGERFELD/images/icons/icons-new/social-tumblr.svg"); }
  .share_content_wrapper .pinterest .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: center/100% 100% no-repeat url("//www.karl.com/ytos/resources/KARLLAGERFELD/images/icons/icons-new/pinterest.svg"); }
  .share_content_wrapper .sendToAFriendLink,
  .share_content_wrapper .sendToAFriendButton {
    border-radius: 40px; }
    .share_content_wrapper .sendToAFriendLink .icon,
    .share_content_wrapper .sendToAFriendButton .icon {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      width: 16px;
      height: 16px;
      display: inline-block;
      background: center/100% 100% no-repeat url("//www.karl.com/ytos/resources/KARLLAGERFELD/images/icons/icons-new/social-email.svg"); }
    .share_content_wrapper .sendToAFriendLink:hover,
    .share_content_wrapper .sendToAFriendButton:hover {
      background: #f8f8f8; }

.share-link {
  position: absolute;
  right: 19px;
  bottom: 18px; }
  @media (max-width: 1023px) {
    .everything-karl .share-link {
      right: 8px;
      bottom: 6px; } }
  .share-link .icon {
    width: 29px;
    height: 29px;
    display: inline-block;
    background: center/100% 100% no-repeat url("//www.karl.com/ytos/resources/KARLLAGERFELD/images/icons/icons-new/share.svg"); }
    .share-link .icon:hover, .share-link .icon:focus {
      display: inline-block;
      background: center/100% 100% no-repeat url("//www.karl.com/ytos/resources/KARLLAGERFELD/images/icons/icons-new/share-hover.svg"); }
  .share-link .text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

#yTos_sendToFriend h1 {
  text-align: left;
  margin: 20px 0; }

#yTos_sendToFriend .recaptchaError {
  color: #D80000;
  font-size: 11px;
  text-transform: uppercase;
  text-align: left;
  padding-left: calc(50% + 11px);
  padding-top: 3px; }

#yTos_sendToFriend .buttonsRow button {
  width: 100%;
  margin: 0; }

[data-experience="WOK"] #siteHeader .bottomHeader .level-0 > ul > #worldofkarl span.text {
  color: #FFFFFF; }

.toolbar_debug_info {
  z-index: 999;
  position: fixed;
  top: 0;
  background: #FFFFFF; }

.fixed-fix {
  position: fixed;
  top: -1px;
  height: 1px;
  width: 100%;
  background: white; }

.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative; }
  .wrapper > .loading {
    position: fixed;
    z-index: 10; }
  .wrapper > h1 {
    font-size: 2.4rem;
    line-height: 3.6rem;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    font-weight: 400;
    font-family: "GothamBold", Arial, sans-serif;
    text-align: center;
    padding: 50px 0 30px; }
    .wrapper > h1:after {
      content: "";
      display: table;
      clear: both; }
    body.jp .wrapper > h1,
    body.JP .wrapper > h1 {
      font-family: "Hiragino Kaku Gothic ProN", "GraphikRegular", Meiryo, Arial, sans-serif !important;
      font-weight: 600 !important; }
    body.ru .wrapper > h1,
    body.RU .wrapper > h1 {
      font-family: Arial, sans-serif, "GothamBook" !important;
      font-weight: 600 !important; }
    .wrapper > h1:hover {
      background-color: transparent; }
    .home .wrapper > h1 {
      padding: 38px 0 28px; }

#siteFooter {
  margin-top: 0; }

@keyframes nav-down {
  0% {
    top: -135px; }
  100% {
    top: 0; } }

@keyframes nav-up {
  0% {
    top: 0; }
  100% {
    top: -135px; } }

#page-contentWrapper {
  position: relative;
  width: 100%;
  min-height: 650px;
  margin: 0 auto 58px; }
  #page-contentWrapper:after {
    content: "";
    display: table;
    clear: both; }
  #page-contentWrapper .loading {
    z-index: 16; }

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

body.single.karlism .mfp-bg.uiLayer-sendToAFriendLink {
  background: transparent; }

body.single.karlism .mfp-bg.karlism-post-bg {
  z-index: 999; }

body.single.karlism .mfp-wrap.karlism-post-overlay {
  z-index: 1000; }

.karlism-post-overlay .inner {
  background-color: #FFFFFF;
  width: 100%;
  max-width: 452px;
  padding: 32px 60px; }
  .karlism-post-overlay .inner .close-post {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    margin: 32px 30px 0 0; }
    .karlism-post-overlay .inner .close-post .icon-close {
      width: 12px;
      height: 18px; }
    .karlism-post-overlay .inner .close-post:hover {
      cursor: pointer; }

@media screen and (min-width: 768px) {
  .karlism-post-overlay.activeS2F .mfp-content {
    max-width: 80%;
    width: 800px; }
    .karlism-post-overlay.activeS2F .mfp-content:before, .karlism-post-overlay.activeS2F .mfp-content:after {
      content: ' ';
      display: table; }
    .karlism-post-overlay.activeS2F .mfp-content:after {
      clear: both; } }

.karlism-post-overlay #karlism-post .image-wrapper {
  width: 292px;
  margin: 48px auto 0; }
  .karlism-post-overlay #karlism-post .image-wrapper img {
    width: 100%;
    height: auto; }
  .karlism-post-overlay #karlism-post .image-wrapper.white {
    width: 289px;
    border: 1px solid #d4d4d4; }
    .karlism-post-overlay #karlism-post .image-wrapper.white ~ .socialContainer {
      margin: 45px auto 10px; }

.karlism-post-overlay #karlism-post .send2friend-wrapper input[type="text"],
.karlism-post-overlay #karlism-post .send2friend-wrapper input[type="email"],
.karlism-post-overlay #karlism-post .send2friend-wrapper input[type="password"] {
  width: 100%; }

.karlism-post-overlay #karlism-post .socialContainer {
  margin: 45px auto 6px; }
  .karlism-post-overlay #karlism-post .socialContainer ul {
    text-align: center;
    padding: 0 0 0 0; }
  .karlism-post-overlay #karlism-post .socialContainer li,
  .karlism-post-overlay #karlism-post .socialContainer .sendToAFriend,
  .karlism-post-overlay #karlism-post .socialContainer .sendToAFriendLink {
    display: inline-block;
    margin-left: 17px;
    margin-right: 17px; }
    .karlism-post-overlay #karlism-post .socialContainer li .icon:before,
    .karlism-post-overlay #karlism-post .socialContainer .sendToAFriend .icon:before,
    .karlism-post-overlay #karlism-post .socialContainer .sendToAFriendLink .icon:before {
      content: "";
      font-family: "Social Medium";
      display: block;
      color: #000000;
      font-size: 18px; }
    .karlism-post-overlay #karlism-post .socialContainer li:hover,
    .karlism-post-overlay #karlism-post .socialContainer .sendToAFriend:hover,
    .karlism-post-overlay #karlism-post .socialContainer .sendToAFriendLink:hover {
      cursor: pointer; }
  .karlism-post-overlay #karlism-post .socialContainer li .text {
    overflow: hidden;
    width: 0;
    text-indent: -99px;
    display: block;
    position: absolute; }
  .karlism-post-overlay #karlism-post .socialContainer li.facebook .icon:before {
    content: 'f'; }
  .karlism-post-overlay #karlism-post .socialContainer li.twitter .icon:before {
    content: 't'; }
  .karlism-post-overlay #karlism-post .socialContainer li.pinterest .icon:before {
    content: 'p'; }
  .karlism-post-overlay #karlism-post .socialContainer li.whatsapp {
    display: none; }
    .karlism-post-overlay #karlism-post .socialContainer li.whatsapp .icon:before {
      content: 'w'; }
  .karlism-post-overlay #karlism-post .socialContainer .sendToAFriend .icon:before,
  .karlism-post-overlay #karlism-post .socialContainer .sendToAFriendLink .icon:before {
    content: '"'; }

main > .loading,
.loading.exp {
  background-color: #FFFFFF;
  background-position: center 45%;
  z-index: 18; }

#grid-karlism .loading.exp {
  background-color: rgba(255, 255, 255, 0.3); }
/*# sourceMappingURL=style.css.map */