@charset "UTF-8";
body {
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Correct the padding in Firefox.
   */
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  /**
   * Add the correct display in IE 10.
   */
  margin: 0;
  position: relative;
  font-family: "CircularStdBook", Georgia;
  background-color: #EDEDED;
}
body h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
body hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
body pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
body a {
  background-color: transparent;
}
body abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
body b,
body strong {
  font-weight: bolder;
}
body code,
body kbd,
body samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
body small {
  font-size: 80%;
}
body sub,
body sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
body sub {
  bottom: -0.25em;
}
body sup {
  top: -0.5em;
}
body img {
  border-style: none;
}
body button,
body input,
body optgroup,
body select,
body textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
body button,
body input {
  /* 1 */
  overflow: visible;
}
body button,
body select {
  /* 1 */
  text-transform: none;
}
body button,
body [type=button],
body [type=reset],
body [type=submit] {
  -webkit-appearance: button;
}
body button::-moz-focus-inner,
body [type=button]::-moz-focus-inner,
body [type=reset]::-moz-focus-inner,
body [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
body button:-moz-focusring,
body [type=button]:-moz-focusring,
body [type=reset]:-moz-focusring,
body [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
body fieldset {
  padding: 0.35em 0.75em 0.625em;
}
body legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
body progress {
  vertical-align: baseline;
}
body textarea {
  overflow: auto;
}
body [type=checkbox],
body [type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
body [type=number]::-webkit-inner-spin-button,
body [type=number]::-webkit-outer-spin-button {
  height: auto;
}
body [type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
body [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
body ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
body details {
  display: block;
}
body summary {
  display: list-item;
}
body template {
  display: none;
}
body [hidden] {
  display: none;
}
body .modal {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: -99;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0.9);
}
body .modal.active {
  opacity: 1;
  pointer-events: initial;
  z-index: 120;
}
body .modal .content {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body .modal .content iframe {
  max-width: 100%;
  width: 560px;
  height: 315px;
}
body .modal .content #close {
  font-size: 15px;
  line-height: 19px;
  cursor: pointer;
  transition: all 0.2s;
  color: white;
  font-family: "CircularStdBook", Georgia;
  margin-top: 10px;
}
body .modal .content #close:hover {
  color: #3A3A3A;
}
body .menu {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: -99;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s;
  background-color: #EDEDED;
}
body .menu .fit {
  display: block;
  position: absolute;
  z-index: 140;
  top: 32px;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .menu .fit a {
  font-size: 20px;
  line-height: 30px;
  color: black;
  font-family: "CircularStdBook", Georgia;
}
body .menu .fit a:hover {
  color: white;
}
body .menu .shop {
  display: none;
}
body .menu.active {
  opacity: 1;
  pointer-events: initial;
  z-index: 120;
}
body .menu .content {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 315px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 50px;
}
body .menu .content .item {
  width: 100%;
  max-width: 315px;
  height: 175px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s;
  background-size: 100%;
}
body .menu .content .item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}
body .menu .content .item .text .sub {
  font-family: "CircularStdBookItalic", Georgia;
  font-size: 10px;
  line-height: 10px;
}
body .menu .content .item .text .main {
  font-family: "KnockoutHTF68-FullFeatherwt", Georgia;
  font-size: 50px;
  line-height: 44px;
}
body .menu .content .item .more {
  font-family: "CircularStdBook", Georgia;
  font-size: 10px;
  color: white;
  text-decoration: underline;
  text-transform: uppercase;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .menu .content .item:hover {
  color: #3A3A3A;
}
body .menu .content .paris {
  background-image: url("../img/m-paris.jpg"), url("../img/m-paris-a.jpg");
}
body .menu .content .paris:hover {
  background-image: url("../img/m-paris-a.jpg");
}
body .menu .content .skintones {
  background-image: url("../img/m-skintones.jpg"), url("../img/m-skintones-a.jpg");
}
body .menu .content .skintones:hover {
  background-image: url("../img/m-skintones-a.jpg");
}
body .menu .content .needitnow {
  background-image: url("../img/m-needitnow.jpg"), url("../img/m-needitnow-a.jpg");
}
body .menu .content .needitnow:hover {
  background-image: url("../img/m-needitnow-a.jpg");
}
body .menu .content .partywear {
  background-image: url("../img/m-partywear.jpg"), url("../img/m-partywear-a.jpg");
}
body .menu .content .partywear:hover {
  background-image: url("../img/m-partywear-a.jpg");
}
body .menu .content .vogue {
  background-image: url("../img/m-vogue.jpg"), url("../img/m-vogue-a.jpg");
}
body .menu .content .vogue:hover {
  background-image: url("../img/m-vogue-a.jpg");
}
body .menu .content .vogue:hover .more {
  color: black;
}
body .menu .content .elle {
  background-image: url("../img/m-elle.jpg"), url("../img/m-elle-a.jpg");
}
body .menu .content .elle:hover {
  background-image: url("../img/m-elle-a.jpg");
}
body .menu .content .lounge {
  background-image: url("../img/m-lounge.jpg"), url("../img/m-lounge-a.jpg");
}
body .menu .content .lounge:hover {
  background-image: url("../img/m-lounge-a.jpg");
}
body .menu .content .workinit {
  background-image: url("../img/m-workinit.jpg"), url("../img/m-workinit-a.jpg");
}
body .menu .content .workinit:hover {
  background-image: url("../img/m-workinit-a.jpg");
}
body .menu .content .print {
  background-image: url("../img/m-print.jpg"), url("../img/m-print-a.jpg");
}
body .menu .content .print:hover {
  background-image: url("../img/m-print-a.jpg");
}
body .menu .content .leather {
  background-image: url("../img/m-leather.jpg"), url("../img/m-leather-a.jpg");
}
body .menu .content .leather:hover {
  background-image: url("../img/m-leather-a.jpg");
}
body .menu .content .denim {
  background-image: url("../img/m-denim.jpg"), url("../img/m-denim-a.jpg");
}
body .menu .content .denim:hover {
  background-image: url("../img/m-denim-a.jpg");
}
body .menu .content .coats {
  background-image: url("../img/m-coats.jpg"), url("../img/m-coats-a.jpg");
}
body .menu .content .coats:hover {
  background-image: url("../img/m-coats-a.jpg");
}
body .menu .content .boots {
  background-image: url("../img/m-boots.jpg"), url("../img/m-boots-a.jpg");
}
body .menu .content .boots:hover {
  background-image: url("../img/m-boots-a.jpg");
}
body .menu .content .dress {
  background-image: url("../img/m-dress.jpg");
}
body .menu .content .dress:hover {
  background-size: 120%;
}
body .menu .content .power {
  background-image: url("../img/m-power.jpg");
}
body .menu .content .power:hover {
  background-size: 120%;
}
body .menu .content .fur {
  background-image: url("../img/m-fur.jpg");
}
body .menu .content .fur:hover {
  background-size: 120%;
}
body .title {
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
body .title #bgvid {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
body .title h1 {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  font-family: "KnockoutHTF68-FullFeatherwt", Georgia;
  color: white;
  text-transform: uppercase;
  width: 320px;
  font-size: 90px;
  line-height: 70px;
  text-align: center;
  font-weight: normal;
  margin: 0;
  z-index: 99;
}
body .title .btns {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  text-transform: uppercase;
  text-align: center;
  z-index: 99;
}
body .title .btns .next {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .title .btns .new {
  font-family: "CircularStdBook", Georgia;
  color: white;
  text-decoration: none;
  user-select: none;
}
body .title .btns .watch, body .title .btns .new {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.08em;
  border: 1px solid white;
  width: 180px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.2s;
}
body .title .btns .watch:hover, body .title .btns .new:hover {
  background-color: white;
  color: #3A3A3A;
}
body .title .btns .share {
  margin-top: 10px;
}
body .title .btns .share a {
  font-size: 15px;
  line-height: 19px;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  color: white;
  font-family: "CircularStdBook", Georgia;
}
body .title .btns .share a:hover {
  color: #3A3A3A;
}
body .title .shop {
  position: absolute;
  z-index: 99;
  bottom: 31px;
  left: 31px;
}
body .title .shop a div {
  width: 136px;
  height: 21px;
  background-image: url("../img/shop.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s;
}
body .title .shop a:hover div {
  background-image: url("../img/shop-a.svg");
}
body .insta {
  position: fixed;
  width: 20px;
  height: 20px;
  bottom: 31px;
  right: 31px;
  z-index: 100;
}
body .insta span {
  display: none;
}
body .hamburger {
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
body .hamburger:hover {
  opacity: 0.7;
}
body .hamburger.is-active:hover {
  opacity: 0.7;
}
body .hamburger.is-active .hamburger-inner,
body .hamburger.is-active .hamburger-inner::before,
body .hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}
body .hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
body .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #FFF;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
body .hamburger-inner::before, body .hamburger-inner::after {
  content: "";
  display: block;
}
body .hamburger-inner::before {
  top: -10px;
}
body .hamburger-inner::after {
  bottom: -10px;
}
body .hamburger--emphatic {
  overflow: hidden;
}
body .hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
body .hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
body .hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
body .hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
body .hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
body .hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
body .hamburger--emphatic-r {
  overflow: hidden;
}
body .hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
body .hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
body .hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
body .hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
body .hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
body .hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
body h2 {
  font-family: "KnockoutHTF68-FullFeatherwt", Georgia;
  text-transform: uppercase;
  font-size: 51px;
  line-height: 40px;
  font-weight: normal;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}
body p {
  font-size: 12px;
  line-height: 20px;
  width: 152px;
  margin: 0;
  margin-bottom: 47px;
}
body p b {
  font-family: "CircularStdBlack", Georgia;
}
body a {
  font-family: "CircularStdBlack", Georgia;
  font-size: 12px;
}
body .campaign {
  background-image: url("../img/campaign.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 90% 10%;
  padding: 30px;
  margin-bottom: 30px;
}
body .campaign .inner {
  padding-bottom: 140px;
  color: white;
}
body .campaign .inner a {
  color: white;
}
body .elle-cont {
  margin-bottom: 30px;
  background-color: black;
}
body .elle-cont .inner {
  color: white;
  display: grid;
  grid-template-columns: 2fr 150px;
  position: relative;
  grid-column-gap: 30px;
  align-items: center;
}
body .elle-cont .inner img {
  width: auto;
  max-width: 100%;
}
body .elle-cont .inner .text {
  max-width: 200px;
  padding-bottom: 20px;
}
body .elle-cont .inner p {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: "CircularStdBlack", Georgia;
}
body .elle-cont .inner > * {
  max-width: 150px;
  margin-left: auto;
}
body .elle-cont .inner a {
  color: white;
  margin-right: 0;
  display: block;
}
body .vid {
  margin-bottom: 30px;
}
body .vid .inner {
  padding: 0 30px;
  margin: auto;
}
body .vid .inner video {
  width: 100%;
}
body .grid2right .inner, body .grid3mid .inner, body .grid2left .inner, body .grid3out .inner {
  max-width: 1920px;
  padding: 0 30px;
  margin: auto;
}
body .grid2right .inner .shot, body .grid3mid .inner .shot, body .grid2left .inner .shot, body .grid3out .inner .shot {
  margin-bottom: 20px;
}
body .grid2right .inner .shot img, body .grid3mid .inner .shot img, body .grid2left .inner .shot img, body .grid3out .inner .shot img {
  width: 100%;
}
body .grid2right .inner .shot span, body .grid3mid .inner .shot span, body .grid2left .inner .shot span, body .grid3out .inner .shot span {
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.03em;
}
body .prices .inner {
  max-width: 1920px;
  padding: 0 30px;
  margin: auto;
}
body .prices .inner p {
  width: auto;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.03em;
}
body .look {
  position: relative;
  margin-bottom: 30px;
}
body .look .inner {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body .look .inner::-webkit-scrollbar {
  display: none;
}
body .look .inner {
  padding: 18px 0;
  display: grid;
  grid-column-gap: 15px;
  will-change: transform;
  align-content: center;
  overflow-x: auto;
  scroll-snap-coordinate: 0 0;
  scroll-snap-points-x: repeat(100%);
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
body .look .inner h2 {
  font-size: 60px;
  line-height: 45px;
  margin-top: 10px;
  margin-bottom: 20px;
}
body .look .inner h2:hover {
  color: #3A3A3A;
}
body .look .inner a:hover {
  color: #3A3A3A;
}
body .look .inner p {
  line-height: 14px;
  width: 145px;
  margin-bottom: 10px;
}
body .look .inner > :first-child {
  padding-left: 30px;
}
body .look .inner > :nth-child(2) {
  padding-left: 15px;
  padding-right: 15px;
}
body .look .inner > :last-child {
  padding-right: 30px;
}
body .look .inner > div {
  scroll-snap-align: center;
}
body .look .inner > div img {
  width: 100%;
}
body .look .indicators {
  display: flex;
  width: 100%;
  justify-content: center;
  position: absolute;
  bottom: 18px;
}
body .look ul.indicators {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .look .indicator-button {
  cursor: pointer;
  background: none;
  border: none;
  color: white;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
}
body .look .indicator-button:after {
  content: "○";
  font-size: 14px;
  padding: 15px 5px;
}
body .look .indicator-button:hover {
  color: white;
}
body .look .indicator-button:active {
  color: white;
  padding: 0;
}
body .look .indicator-button[aria-pressed=true]:after {
  content: "●";
}
body .l .inner {
  grid-template-columns: 65vw 65vw 65vw;
  grid-column-gap: 0;
}
body .l1 {
  background-color: black;
  color: white;
}
body .l1 .inner {
  grid-template-columns: 55vw 65vw 65vw;
}
body .l1 .inner a {
  color: white;
}
body .l2 {
  background-color: white;
  color: black;
}
body .l2 .inner {
  grid-template-columns: 65vw 55vw 65vw;
}
body .l2 .inner a {
  color: black;
}
body .l4 {
  background-color: white;
  color: black;
}
body .l4 .inner {
  grid-template-columns: 55vw 65vw 65vw;
}
body .l4 .inner p {
  margin-top: 100px;
  font-family: "CircularStdBlack", Georgia;
}
body .l4 .inner a {
  color: black;
}
body .black .indicator-button {
  color: black;
}
body .black .indicator-button:hover {
  color: black;
}
body .black .indicator-button:active {
  color: black;
}
body .l3 {
  background-color: black;
  color: white;
}
body .l3 .inner {
  grid-template-columns: 55vw 65vw 65vw;
}
body .l3 .inner a {
  color: white;
}
body .twoimg {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 15px;
  padding: 0 30px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: 1920px;
}
body .twoimg img {
  width: 100%;
}
body.open {
  overflow: hidden;
}
body.paris .title {
  background-image: url("../img/paris/head.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
body.skintones .title {
  background-image: url("../img/skintones/head.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
body.partywear .title {
  background-image: url("../img/partywear/head.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
body.vogue .title {
  background-color: black;
  background-image: url("../img/vogue/head.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
body.elle .title {
  background-image: url("../img/elle/head.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
body.lounge .title {
  background-image: url("../img/lounge/head.jpg");
  background-repeat: no-repeat;
  background-position: 90% 0%;
  background-size: cover;
}
body.workinit .title {
  background-image: url("../img/workinit/head.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
body.print .title {
  background-image: url("../img/print/head.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
body.leather .title {
  background-image: url("../img/leather/head.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
body.denim .title {
  background-image: url("../img/denim/head.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
body.coats .title {
  background-image: url("../img/coats/head.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
body.boots .title {
  background-image: url("../img/boots/head.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
body.dress .title {
  background-image: url("../img/dress/head.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
body.power .title {
  background-image: url("../img/power/head.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
body.fur .title {
  background-image: url("../img/fur/head.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
body.needitnow .title {
  background-image: url("../img/needitnow/head.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
body.needitnow .intro .right {
  max-width: 100% !important;
}
body.page .title h1 {
  width: 300px;
  top: 45%;
}
body.page .title h1 .sub {
  font-family: "CircularStdBookItalic", Georgia;
  font-size: 12px;
  line-height: 30px;
}
body.page .title h1 .main {
  font-family: "KnockoutHTF68-FullFeatherwt", Georgia;
  font-size: 70px;
  line-height: 58px;
}
body.page .img-block {
  padding: 0 30px;
  margin: auto;
  margin-bottom: 30px;
  max-width: 1840px;
}
body.page .img-block img {
  width: 100%;
}
body.page .intro {
  padding: 0 30px;
  margin-bottom: 30px;
}
body.page .intro .inner {
  color: #000000;
}
body.page .intro .inner p {
  width: auto;
}
body.page .intro .inner p a {
  color: black;
}
body.page .intro .inner p a:hover {
  color: #3A3A3A;
}
body.page .intro .inner p b {
  font-family: "CircularStdBlack", Georgia;
}
body.page .intro .inner .bi {
  font-family: "CircularStdBlackItalic", Georgia;
}
body.page .intro .inner .i {
  font-family: "CircularStdBookItalic", Georgia;
}
body.page .intro .inner .right {
  max-width: 315px;
  margin: auto;
}
body.page .intro .inner .right .gap {
  margin-bottom: 20px;
}
body.page .intro .inner .right video {
  width: 100%;
}
body.page .intro .inner .right img {
  width: 100%;
  max-width: 100%;
}
body.page .intro .inner .right span {
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.03em;
}
body.page .look {
  margin-bottom: 0;
}
body.page .look .inner {
  padding: 5px 0;
}
body .bot .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
body .bot .inner .item {
  width: 100%;
  max-width: 315px;
  height: 175px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin: 10px;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s;
  background-size: 100%;
}
body .bot .inner .item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}
body .bot .inner .item .text .sub {
  font-family: "CircularStdBookItalic", Georgia;
  font-size: 10px;
  line-height: 10px;
}
body .bot .inner .item .text .main {
  font-family: "KnockoutHTF68-FullFeatherwt", Georgia;
  font-size: 50px;
  line-height: 44px;
}
body .bot .inner .item .more {
  font-family: "CircularStdBook", Georgia;
  font-size: 10px;
  color: white;
  text-decoration: underline;
  text-transform: uppercase;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .bot .inner .item:hover {
  color: #3A3A3A;
}
body .bot .inner .link .text {
  left: 20px;
  transform: translate(0%, -50%);
}
body .bot .inner .link .text .main {
  color: black;
  font-size: 44px;
}
body .bot .inner .link .more {
  color: black;
  left: 20px;
  transform: translate(0%, -50%);
  text-transform: none;
  font-size: 14px;
  text-decoration: none;
}
body .bot .inner .link .more span {
  text-decoration: underline;
}
body .bot .inner .link:hover {
  background-color: #3A3A3A;
}
body .bot .inner .link:hover .text .main, body .bot .inner .link:hover .more {
  color: white;
}
body .bot .inner .paris {
  background-image: url("../img/paris.jpg");
}
body .bot .inner .paris:hover {
  background-image: url("../img/m-paris-a.jpg");
}
body .bot .inner .skintones {
  background-image: url("../img/m-skintones.jpg");
}
body .bot .inner .skintones:hover {
  background-image: url("../img/m-skintones-a.jpg");
}
body .bot .inner .needitnow {
  background-image: url("../img/m-needitnow.jpg");
}
body .bot .inner .needitnow:hover {
  background-image: url("../img/m-needitnow-a.jpg");
}
body .bot .inner .partywear {
  background-image: url("../img/m-partywear.jpg");
}
body .bot .inner .partywear:hover {
  background-image: url("../img/m-partywear-a.jpg");
}
body .bot .inner .vogue {
  background-image: url("../img/m-vogue.jpg");
}
body .bot .inner .vogue:hover {
  background-image: url("../img/m-vogue-a.jpg");
}
body .bot .inner .vogue:hover .more {
  color: black;
}
body .bot .inner .elle {
  background-image: url("../img/m-elle.jpg");
}
body .bot .inner .elle:hover {
  background-image: url("../img/m-elle-a.jpg");
}
body .bot .inner .lounge {
  background-image: url("../img/m-lounge.jpg");
}
body .bot .inner .lounge:hover {
  background-image: url("../img/m-lounge-a.jpg");
}
body .bot .inner .workinit {
  background-image: url("../img/m-workinit.jpg");
}
body .bot .inner .workinit:hover {
  background-image: url("../img/m-workinit-a.jpg");
}
body .bot .inner .print {
  background-image: url("../img/m-print.jpg");
}
body .bot .inner .print:hover {
  background-image: url("../img/m-print-a.jpg");
}
body .bot .inner .leather {
  background-image: url("../img/m-leather.jpg");
}
body .bot .inner .leather:hover {
  background-image: url("../img/m-leather-a.jpg");
}
body .bot .inner .denim {
  background-image: url("../img/m-denim.jpg");
}
body .bot .inner .denim:hover {
  background-image: url("../img/m-denim-a.jpg");
}
body .bot .inner .boots {
  background-image: url("../img/m-boots.jpg");
}
body .bot .inner .boots:hover {
  background-image: url("../img/m-boots-a.jpg");
}
body .bot .inner .coats {
  background-image: url("../img/m-coats.jpg");
}
body .bot .inner .coats:hover {
  background-image: url("../img/m-coats-a.jpg");
}
body .bot .inner .power {
  background-image: url("../img/m-power.jpg");
}
body .bot .inner .power:hover {
  background-size: 120%;
}
body .bot .inner .dress {
  background-image: url("../img/m-dress.jpg");
}
body .bot .inner .dress:hover {
  background-size: 120%;
}
body .bot .inner .fur {
  background-image: url("../img/m-dress.jpg");
}
body .bot .inner .fur:hover {
  background-size: 120%;
}
body .video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background-color: initial;
  font-size: 60px;
}
body .video-js .vjs-control-bar {
  height: 5em;
}
body .video-js:hover .vjs-big-play-button {
  background-color: transparent;
}
@media only screen and (min-width: 600px) {
  body h2 {
    font-size: 70px;
    line-height: 54px;
  }
  body p {
    font-size: 14px;
    line-height: 24px;
    width: 260px;
  }
  body a {
    font-size: 14px;
    line-height: 40px;
  }
  body .campaign {
    padding: 60px;
  }
  body .elle-cont .inner {
    grid-template-columns: 1fr 200px;
    grid-column-gap: 50px;
  }
  body .elle-cont .inner .text {
    max-width: 200px;
  }
  body .elle-cont .inner .text a {
    line-height: 20px;
  }
  body .look .indicator-button:after {
    content: "○";
    font-size: 20px;
    padding: 15px 10px;
  }
  body .look .inner h2 {
    font-size: 70px;
    line-height: 54px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  body .look .inner p {
    font-size: 14px;
    line-height: 24px;
    width: 285px;
    margin-bottom: 60px;
  }
  body .look .inner .col1 {
    padding-left: 60px;
    padding-top: 40px;
  }
  body .l .inner .col1 {
    padding-top: 0;
    padding-left: 30px;
  }
  body .l4 .inner p {
    margin-top: 140px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 680px) {
  body .menu .content {
    display: grid;
    grid-template-columns: 315px 315px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
  body .prices .inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
  }
}
@media only screen and (min-width: 1000px) {
  body .hamburger {
    top: 15px;
    left: 25px;
  }
  body .menu {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: -99;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s;
  }
  body .menu.active {
    opacity: 1;
    pointer-events: initial;
    z-index: 120;
  }
  body .modal .content iframe {
    max-width: 100%;
    width: 1120px;
    height: 630px;
  }
  body .modal .content #close {
    font-size: 20px;
    line-height: 22px;
    cursor: pointer;
    transition: all 0.2s;
    color: white;
    font-family: "CircularStdBook", Georgia;
    margin-top: 20px;
  }
  body .modal .content #close:hover {
    color: #3A3A3A;
  }
  body .title {
    margin-bottom: 50px;
  }
  body .title h1 {
    left: 50%;
    top: 50%;
    width: 900px;
    font-size: 125px;
    line-height: 95px;
  }
  body .title .btns {
    position: absolute;
    bottom: 18%;
    left: 50%;
  }
  body .title .btns .next {
    margin-bottom: 70px;
  }
  body .title .btns .watch {
    margin-right: 30px;
  }
  body .title .btns .watch, body .title .btns .new {
    font-size: 18px;
    line-height: 23px;
    width: 400px;
    height: 50px;
    margin-bottom: 0;
  }
  body .title .btns .share a {
    font-size: 20px;
    line-height: 25px;
  }
  body .title .shop {
    bottom: 32px;
    left: 45px;
  }
  body .title .shop a div {
    width: 226px;
    height: 38px;
  }
  body .insta {
    width: auto;
    height: auto;
    bottom: 22px;
    right: 45px;
  }
  body .insta img {
    display: none;
  }
  body .insta a {
    color: white;
    text-decoration: none;
    padding: 10px;
    font-family: "CircularStdBook", Georgia;
    font-size: 20px;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.2s;
  }
  body .insta a:hover {
    color: #3A3A3A;
  }
  body .insta a span {
    display: block;
  }
  body h2 {
    font-size: 70px;
    line-height: 54px;
  }
  body p {
    font-size: 14px;
    line-height: 24px;
    width: 260px;
  }
  body a {
    font-size: 14px;
    line-height: 40px;
  }
  body .campaign {
    background-image: url("../img/campaign2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    padding: 227px 195px;
    margin-bottom: 50px;
  }
  body .campaign .inner {
    padding-bottom: 103px;
    color: white;
    max-width: 1530px;
    margin: auto;
  }
  body .campaign .inner a {
    color: white;
  }
  body .grid2right, body .grid3mid, body .grid2left, body .grid3out {
    margin-bottom: 50px;
  }
  body .grid2right .inner, body .grid3mid .inner, body .grid2left .inner, body .grid3out .inner {
    padding: 0 40px;
  }
  body .grid2right .inner .shot, body .grid3mid .inner .shot, body .grid2left .inner .shot, body .grid3out .inner .shot {
    margin-bottom: 0;
  }
  body .grid2right .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    align-items: center;
  }
  body .grid2right .inner .i1 {
    max-width: 600px;
    margin: auto;
  }
  body .grid2left .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    align-items: center;
  }
  body .grid2left .inner .i2 {
    max-width: 600px;
    margin: auto;
  }
  body .grid3mid .inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
    align-items: center;
  }
  body .grid3mid .inner .i1, body .grid3mid .inner .i3 {
    max-width: 445px;
  }
  body .grid3mid .inner .i3 {
    margin-left: auto;
  }
  body .grid3out .inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
    align-items: center;
  }
  body .grid3out .inner .i2 {
    max-width: 290px;
    margin: auto;
  }
  body .prices .inner {
    padding: 0 40px;
  }
  body .prices .inner p {
    max-width: none;
  }
  body .elle-cont {
    padding: 0 40px;
    background-position: 40px 50%;
  }
  body .elle-cont .inner {
    color: white;
    max-width: 1530px;
    margin: auto;
    grid-column-gap: 100px;
    grid-template-columns: 1fr 300px;
  }
  body .elle-cont .inner a {
    color: white;
  }
  body .elle-cont .inner .text {
    max-width: 300px;
    padding-bottom: 60px;
  }
  body .elle-cont .inner .text p {
    margin-top: 80px;
  }
  body .l1 .inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
  body .l1 .inner > :first-child {
    order: 3;
  }
  body .l1 .inner > :nth-child(2) {
    order: 1;
  }
  body .l2 .inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
  body .l2 .inner > :first-child {
    order: 2;
  }
  body .l2 .inner > :nth-child(2) {
    order: 1;
  }
  body .l2 .inner > :nth-child(3) {
    order: 3;
  }
  body .l3 .inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
  body .l3 .inner > :first-child {
    order: 3;
  }
  body .l3 .inner > :nth-child(2) {
    order: 1;
  }
  body .l3 .inner > :nth-child(3) {
    order: 2;
  }
  body .look {
    margin-bottom: 50px;
  }
  body .look .inner {
    padding: 0 40px;
    grid-column-gap: 20px;
    max-width: 1920px;
    margin: auto;
  }
  body .look .inner h2 {
    font-size: 70px;
    line-height: 54px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  body .look .inner p {
    font-size: 14px;
    line-height: 24px;
    width: 285px;
    margin-bottom: 60px;
  }
  body .look .inner > :first-child {
    padding-left: 0;
  }
  body .look .inner .col1 {
    position: relative;
  }
  body .look .inner .col1 .col-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  body .look .inner > :nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
  body .look .inner > :last-child {
    padding-right: 0;
  }
  body .look .inner .col2, body .look .inner .col3 {
    display: flex;
    align-items: center;
  }
  body .look .inner > div img {
    width: 100%;
  }
  body .look .indicators {
    display: none;
  }
  body .l4 {
    padding: 15px 0;
  }
  body .l4 .inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
  body .l4 .inner p {
    margin-top: 80px;
    margin-bottom: 0;
  }
  body .twoimg {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    padding: 0 40px;
  }
  body .vid .inner {
    padding: 0 40px;
    max-width: 1920px;
    margin: auto;
    margin-bottom: 70px;
  }
  body .vid .inner video {
    width: 100%;
  }
  body.page .title h1 {
    width: 900px;
    top: 50%;
  }
  body.page .title h1 .sub {
    font-size: 32px;
    line-height: 41px;
  }
  body.page .title h1 .main {
    font-size: 180px;
    line-height: 140px;
  }
  body.page .intro {
    padding: 0 200px;
    margin-bottom: 70px;
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto;
  }
  body.page .intro .inner {
    color: #000000;
    display: flex;
    justify-content: space-between;
  }
  body.page .intro .inner p {
    width: auto;
  }
  body.page .intro .inner .left {
    max-width: 400px;
    margin-right: 40px;
  }
  body.page .intro .inner .right {
    min-width: 300px;
    max-width: 400px;
    width: 100%;
    margin: 0;
  }
  body.page .look {
    margin-bottom: 0;
    padding: 0 40px;
  }
  body.page .look .inner {
    padding: 5px 0;
    grid-template-columns: 1fr 1fr 1fr;
  }
  body.page .look .inner .col1 .col-inner {
    position: initial;
    transform: none;
    left: initial;
    top: initial;
  }
  body .bot .inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  body .bot .inner .item {
    width: 100%;
    max-width: 315px;
    height: 175px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin: 10px;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s;
    background-size: 100%;
  }
  body .bot .inner .item .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
  }
  body .bot .inner .item .text .sub {
    font-family: "CircularStdBookItalic", Georgia;
    font-size: 10px;
    line-height: 10px;
  }
  body .bot .inner .item .text .main {
    font-family: "KnockoutHTF68-FullFeatherwt", Georgia;
    font-size: 50px;
    line-height: 44px;
  }
  body .bot .inner .item .more {
    font-family: "CircularStdBook", Georgia;
    font-size: 10px;
    color: white;
    text-decoration: underline;
    text-transform: uppercase;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body .bot .inner .item:hover {
    color: #3A3A3A;
  }
  body .bot .inner .link .text {
    left: 20px;
    transform: translate(0%, -50%);
  }
  body .bot .inner .link .text .main {
    color: black;
    font-size: 44px;
  }
  body .bot .inner .link .more {
    color: black;
    left: 20px;
    transform: translate(0%, -50%);
    text-transform: none;
    font-size: 14px;
    text-decoration: none;
  }
  body .bot .inner .link .more span {
    text-decoration: underline;
  }
  body .bot .inner .link:hover {
    background-color: #3A3A3A;
  }
  body .bot .inner .link:hover .text .main, body .bot .inner .link:hover .more {
    color: white;
  }
}
@media only screen and (min-width: 1300px) {
  body .menu .content {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 50px;
    grid-template-columns: 600px 600px;
  }
  body .menu .content .item {
    width: 100%;
    max-width: 600px;
    height: 339px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  body .menu .content .item .text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body .menu .content .item .text .sub {
    font-size: 16px;
    line-height: 20px;
  }
  body .menu .content .item .text .main {
    font-size: 90px;
    line-height: 80px;
  }
  body .menu .content .item .more {
    font-size: 12px;
    line-height: 35px;
    top: 88%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 1660px) {
  body.page .intro .inner .left {
    max-width: 600px;
  }
  body.page .intro .inner .right {
    min-width: 300px;
    max-width: 550px;
  }
  body .menu {
    padding-left: 60px;
  }
  body .menu .content {
    margin-top: 50px;
  }
  body .menu .fit {
    position: fixed;
    top: 50%;
    left: 45px;
    transform: translate(0%, -50%);
  }
  body .menu .fit a {
    font-size: 20px;
    line-height: 30px;
    color: black;
    font-family: "CircularStdBook", Georgia;
  }
  body .menu .fit a:hover {
    color: white;
  }
  body .menu .shop {
    display: block;
    position: fixed;
    z-index: 140;
    bottom: 32px;
    left: 45px;
  }
  body .menu .shop a div {
    width: 226px;
    height: 38px;
    background-image: url("../img/shop.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.2s;
  }
  body .menu .shop a:hover div {
    background-image: url("../img/shop-a.svg");
  }
  body .title {
    margin-bottom: 70px;
  }
  body .title h1 {
    left: 50%;
    top: 50%;
    font-size: 125px;
    line-height: 125px;
    line-height: 95px;
  }
  body .title .btns {
    position: absolute;
    bottom: 16%;
    left: 50%;
  }
  body .title .btns .next {
    margin-bottom: 80px;
  }
  body .title .btns .watch {
    font-size: 18px;
    line-height: 23px;
    width: 215px;
    height: 51px;
  }
  body .title .btns .share a {
    font-size: 20px;
    line-height: 25px;
  }
  body .title .shop {
    bottom: 32px;
    left: 45px;
  }
  body .title .shop a div {
    width: 226px;
    height: 38px;
  }
  body .insta {
    width: auto;
    height: auto;
    bottom: 22px;
    right: 45px;
    z-index: 130;
  }
  body .insta img {
    display: none;
  }
  body .insta a {
    color: white;
    text-decoration: none;
    padding: 10px;
    font-family: "CircularStdBook", Georgia;
    font-size: 20px;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.2s;
  }
  body .insta a:hover {
    color: #3A3A3A;
  }
  body .insta a span {
    display: block;
  }
  body.open .insta a {
    color: black;
  }
  body.open .insta a:hover {
    color: white;
  }
  body h2 {
    font-family: "KnockoutHTF68-FullFeatherwt", Georgia;
    text-transform: uppercase;
    font-size: 118px;
    line-height: 90px;
    font-weight: normal;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 76px;
  }
  body p {
    font-size: 18px;
    line-height: 40px;
    width: 445px;
    margin: 0;
    margin-bottom: 91px;
    letter-spacing: 0.03em;
  }
  body a {
    font-family: "CircularStdBlack", Georgia;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0.03em;
  }
  body .campaign {
    background-image: url("../img/campaign2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    padding: 227px 195px;
    margin-bottom: 70px;
  }
  body .campaign .inner {
    padding-bottom: 103px;
    color: white;
    max-width: 1530px;
    margin: auto;
  }
  body .campaign .inner a {
    color: white;
  }
  body .elle-cont {
    padding: 0 40px;
  }
  body .elle-cont .inner {
    color: white;
    max-width: 1920px;
    margin: auto;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 0px;
  }
  body .elle-cont .inner img {
    margin-right: auto;
    margin-left: 0;
    width: 100%;
  }
  body .elle-cont .inner a {
    color: white;
  }
  body .elle-cont .inner .text {
    max-width: 450px;
    padding-bottom: 60px;
  }
  body .elle-cont .inner .text p {
    margin-top: 80px;
  }
  body .l1 .inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
  body .l1 .inner > :first-child {
    order: 3;
  }
  body .l1 .inner > :nth-child(2) {
    order: 1;
  }
  body .l2 .inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
  body .l2 .inner > :first-child {
    order: 2;
  }
  body .l2 .inner > :nth-child(2) {
    order: 1;
  }
  body .l2 .inner > :nth-child(3) {
    order: 3;
  }
  body .l3 .inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
  body .l3 .inner > :first-child {
    order: 3;
  }
  body .l3 .inner > :nth-child(2) {
    order: 1;
  }
  body .l3 .inner > :nth-child(3) {
    order: 2;
  }
  body .look {
    margin-bottom: 70px;
  }
  body .look .inner {
    padding: 0 40px;
    grid-column-gap: 20px;
    max-width: 1920px;
    margin: auto;
  }
  body .look .inner h2 {
    font-size: 120px;
    line-height: 90px;
    margin-top: 10px;
    margin-bottom: 50px;
  }
  body .look .inner p {
    font-size: 18px;
    line-height: 30px;
    width: 285px;
    margin-bottom: 60px;
  }
  body .look .inner > :first-child {
    padding-left: 0;
  }
  body .look .inner .col1 {
    position: relative;
  }
  body .look .inner .col1 .col-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  body .look .inner > :nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
  body .look .inner > :last-child {
    padding-right: 0;
  }
  body .look .inner .col2, body .look .inner .col3 {
    display: flex;
    align-items: center;
  }
  body .look .inner > div img {
    width: 100%;
  }
  body .look .indicators {
    display: flex;
    width: 100%;
    justify-content: center;
    position: absolute;
    bottom: 18px;
    display: none;
  }
  body .l4 {
    padding: 30px 0;
  }
  body .l4 .inner h2 {
    font-size: 115px;
  }
  body .l4 .inner p {
    margin-top: 150px;
    margin-bottom: 0;
  }
  body .l4 .inner .col1 .col-inner {
    top: 45%;
  }
  body .bot .inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 200px;
    padding: 0 30px;
  }
  body .bot .inner .item {
    width: 100%;
    max-width: 438.2px;
    height: 238px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin: 10px;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s;
    background-size: 100%;
  }
  body .bot .inner .item .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
  }
  body .bot .inner .item .text .sub {
    font-family: "CircularStdBookItalic", Georgia;
    font-size: 16px;
    line-height: 20px;
  }
  body .bot .inner .item .text .main {
    font-family: "KnockoutHTF68-FullFeatherwt", Georgia;
    font-size: 80px;
    line-height: 74px;
  }
  body .bot .inner .item .more {
    font-family: "CircularStdBook", Georgia;
    font-size: 12px;
    line-height: 35px;
    color: white;
    text-decoration: underline;
    text-transform: uppercase;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body .bot .inner .item:hover {
    color: #3A3A3A;
  }
  body .bot .inner > :first-child {
    margin-left: 0;
  }
  body .bot .inner > :last-child {
    margin-right: 0;
  }
  body .bot .inner .link .text {
    left: 20px;
    transform: translate(0%, -50%);
  }
  body .bot .inner .link .text .main {
    color: black;
    font-size: 60px;
  }
  body .bot .inner .link .more {
    color: black;
    left: 20px;
    transform: translate(0%, -50%);
    text-transform: none;
    font-size: 14px;
    text-decoration: none;
  }
  body .bot .inner .link .more span {
    text-decoration: underline;
  }
  body .bot .inner .link:hover {
    background-color: #3A3A3A;
  }
  body .bot .inner .link:hover .text .main, body .bot .inner .link:hover .more {
    color: white;
  }
}
@media only screen and (min-width: 1880px) {
  body.vogue .title {
    background-size: contain;
  }
  body .menu {
    padding-left: 8%;
  }
  body .bot .inner .item {
    max-width: 626px;
    height: 340px;
  }
  body .bot .inner .item .text .main {
    font-size: 80px;
  }
}
