article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: \201C \201D \2018 \2019; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

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

button, input {
  line-height: normal; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body, figure {
  margin: 0; }

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.visuallyhidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0);
  overflow: hidden; }

.nav-header {
  margin: 0 auto;
  padding: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (min-width: 1040px) {
    .nav-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .nav-header #toggle {
    display: none; }
  .nav-header [for="toggle"] {
    font-size: 40px;
    font-size: 4rem; }
    @media (min-width: 640px) {
      .nav-header [for="toggle"] {
        display: none; } }
  #toggle:not(:checked) + .nav-header__global-nav {
    display: none; }
    @media (min-width: 640px) {
      #toggle:not(:checked) + .nav-header__global-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .nav-header__global-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (min-width: 640px) {
      .nav-header__global-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media (min-width: 1040px) {
      .nav-header__global-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 63%;
        font-size: 18px;
        font-size: 1.8rem; } }
    @media (min-width: 1180px) {
      .nav-header__global-nav {
        font-size: 22px;
        font-size: 2.2rem; } }
    .nav-header__global-nav__logo {
      height: 100%; }
    .nav-header__global-nav__list {
      -ms-flex-pack: distribute;
      justify-content: space-around;
      list-style: none;
      padding: 5px 0; }
      @media (min-width: 640px) {
        .nav-header__global-nav__list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
      @media (min-width: 1040px) {
        .nav-header__global-nav__list {
          margin: 0; } }
      .nav-header__global-nav__list__item {
        padding: 10px 0; }
        @media (min-width: 640px) {
          .nav-header__global-nav__list__item {
            padding-right: 20px; } }
        @media (min-width: 1040px) {
          .nav-header__global-nav__list__item {
            padding: 10px 15px 10px 0; } }
        @media (min-width: 1180px) {
          .nav-header__global-nav__list__item {
            padding: 10px 25px 10px 0; } }
        .nav-header__global-nav__list__item__link {
          text-decoration: none;
          color: #666666;
          padding: 5px 0;
          -webkit-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
          .nav-header__global-nav__list__item__link:hover {
            border-bottom: 2px solid #d4bd52;
            color: #333333; }
  .nav-header__shopping-nav__list {
    list-style: none;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 640px) {
      .nav-header__shopping-nav__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    @media (min-width: 1040px) {
      .nav-header__shopping-nav__list {
        margin: 0; } }
    .nav-header__shopping-nav__list__item {
      padding: 10px 0px;
      text-align: right;
      position: relative; }
      @media (min-width: 640px) {
        .nav-header__shopping-nav__list__item {
          padding-right: 20px; } }
      @media (min-width: 1040px) {
        .nav-header__shopping-nav__list__item {
          padding: 10px; } }
      .nav-header__shopping-nav__list__item__link {
        color: #666666; }
      .nav-header__shopping-nav__list__item__country {
        background: url(../../images/flag-arrow.png) no-repeat 90% center;
        -moz-appearance: window;
        -webkit-appearance: none;
        width: 90px;
        border: none;
        text-align: right;
        padding-left: 30px;
        text-align: right; }
        @media (min-width: 1040px) {
          .nav-header__shopping-nav__list__item__country {
            margin-right: 25px;
            padding-right: 20px; } }

@media (min-width: 1040px) {
  .footer__promo {
    background: url(../images/footer-1.png) no-repeat left center, url(../images/footer-2.png) no-repeat right center;
    background-size: 50%; } }

.footer__promo__container {
  background-size: cover;
  padding: 50px 0 50px 20%;
  color: white; }
  .footer__promo__container__header-2 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-size: 3rem;
    weight: 700; }
  .footer__promo__container__header-3 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    weight: 400; }
  .footer__promo__container__link {
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid white;
    padding: 10px 15px;
    border-radius: 35px; }
    .footer__promo__container__link:hover {
      color: black;
      background: rgba(255, 255, 255, 0.2);
      border: 1px solid #d4bd52; }
  .footer__promo__container:nth-child(1) {
    background: url(../images/footer-1.png) no-repeat center center;
    background-color: black; }
    @media (min-width: 1040px) {
      .footer__promo__container:nth-child(1) {
        background: none; } }
  .footer__promo__container:nth-child(2) {
    background: url(../images/footer-2.png) no-repeat center center; }
    @media (min-width: 1040px) {
      .footer__promo__container:nth-child(2) {
        background: none; } }
  .footer__promo__container:nth-child(2) .footer__promo__container__header-2 {
    color: #333333; }
  .footer__promo__container:nth-child(2) .footer__promo__container__header-3 {
    color: #666666; }
  .footer__promo__container:nth-child(2) .footer__promo__container__link {
    color: black;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #d4bd52; }
    .footer__promo__container:nth-child(2) .footer__promo__container__link:hover {
      border: 1px solid black;
      color: #d4bd52;
      background: rgba(0, 0, 0, 0.3); }

@media (min-width: 1040px) {
  .footer__promo .inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.footer__global {
  background: #353535; }
  @media (min-width: 1040px) {
    .footer__global .inner-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .footer__global__container {
    padding: 5px;
    color: white; }
    @media (min-width: 1040px) {
      .footer__global__container {
        width: 25%;
        padding-left: 10px; } }
    .footer__global__container__header-2 {
      text-transform: uppercase;
      color: #d4bd52; }
      @media (min-width: 1040px) {
        .footer__global__container__header-2.follow-us {
          text-align: center; } }
    .footer__global__container.contact .footer__global__container__list {
      list-style: none;
      padding: 0; }
      .footer__global__container.contact .footer__global__container__list__item {
        font-family: "Roboto", sans-serif; }
        .footer__global__container.contact .footer__global__container__list__item__link {
          text-decoration: none;
          color: white; }
    .footer__global__container.tags .footer__global__container__link {
      font-size: 14px;
      font-size: 1.4rem;
      display: inline-block;
      margin: 2px;
      text-decoration: none;
      color: white;
      padding: 5px;
      border: 1px solid white;
      font-family: "Roboto", sans-serif; }
      .footer__global__container.tags .footer__global__container__link:hover {
        border: 1px solid #d4bd52;
        color: #d4bd52; }
    .footer__global__container.instagram {
      display: none; }
      @media (min-width: 1040px) {
        .footer__global__container.instagram {
          display: block; } }
    .footer__global__container__gallery {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 350px; }
      .footer__global__container__gallery__image {
        margin-right: 10px;
        margin-bottom: 10px; }
    .footer__global__container.newsletter .footer__global__container__header-3 {
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      weight: 400; }
    .footer__global__container.newsletter .footer__global__container__form {
      font-family: "Roboto", sans-serif; }
      .footer__global__container.newsletter .footer__global__container__form--email {
        border: 1px solid white;
        color: white;
        max-width: 185px; }
        .footer__global__container.newsletter .footer__global__container__form--email[placeholder] {
          background: transparent;
          padding: 15px; }
      .footer__global__container.newsletter .footer__global__container__form--submit {
        color: #d4bd52;
        border: 1px solid #d4bd52;
        padding: 15px;
        background: transparent; }
    @media (min-width: 1040px) {
      .footer__global__container.follow-us {
        width: 100%; } }
    .footer__global__container.follow-us .footer__global__container__list {
      list-style: none;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 1040px) {
        .footer__global__container.follow-us .footer__global__container__list {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      @media (min-width: 1040px) {
        .footer__global__container.follow-us .footer__global__container__list__item {
          padding-right: 10px; } }
      @media (min-width: 1040px) {
        .footer__global__container.follow-us .footer__global__container__list__item:first-child {
          display: none; } }
      .footer__global__container.follow-us .footer__global__container__list__item__link {
        color: white;
        text-decoration: none; }
        .footer__global__container.follow-us .footer__global__container__list__item__link span:hover {
          color: #d4bd52; }
        .footer__global__container.follow-us .footer__global__container__list__item__link span:first-child {
          display: none; }
          @media (min-width: 1040px) {
            .footer__global__container.follow-us .footer__global__container__list__item__link span:first-child {
              display: inline; } }
        .footer__global__container.follow-us .footer__global__container__list__item__link span:last-of-type {
          display: inline-block;
          padding: 5px; }
          @media (min-width: 1040px) {
            .footer__global__container.follow-us .footer__global__container__list__item__link span:last-of-type {
              display: none; } }

.footer__legal {
  background: #3e3e3e;
  padding: 5px; }
  @media (min-width: 1040px) {
    .footer__legal .inner-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 25px 5px; } }
  .footer__legal__copyright {
    margin: 0; }
  .footer__legal__nav {
    font-family: "Roboto", sans-serif; }
    .footer__legal__nav__list {
      list-style: none;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (min-width: 1040px) {
        .footer__legal__nav__list {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin: 0; } }
      @media (min-width: 1040px) {
        .footer__legal__nav__list__item:nth-child(n + 2)::before {
          content: '|';
          color: #aaaaaa;
          padding: 0 5px; } }
      .footer__legal__nav__list__item__link {
        text-decoration: none;
        color: white; }
        .footer__legal__nav__list__item__link:hover {
          color: #d4bd52; }

html {
  font-size: 62.5%; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif; }

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

@media (min-width: 1180px) {
  .inner-wrapper {
    width: 1170px;
    margin: 0 auto; } }

@media (min-width: 1925px) {
  .outer-wrapper {
    max-width: 1920px;
    margin: 0 auto; } }

.hero-header {
  padding: 10px; }
  @media (min-width: 1040px) {
    .hero-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .hero-header__header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative; }
    .hero-header__header-container__header-primary {
      color: #333333;
      font-size: 35px;
      font-size: 3.5rem;
      margin-top: 0; }
      @media (min-width: 1040px) {
        .hero-header__header-container__header-primary {
          font-size: 80px;
          font-size: 8rem;
          margin-top: 50px;
          width: 750px;
          position: absolute;
          top: 15%; } }
    .hero-header__header-container__header-2 {
      font-family: "Roboto", sans-serif;
      color: #aaaaaa;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 400;
      -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
      order: -2; }
      @media (min-width: 1180px) {
        .hero-header__header-container__header-2 {
          font-size: 28px;
          font-size: 2.8rem; } }
    .hero-header__header-container__header-3 {
      color: #333333;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400;
      -webkit-box-ordinal-group: -2;
      -ms-flex-order: -3;
      order: -3; }
      @media (min-width: 1180px) {
        .hero-header__header-container__header-3 {
          font-size: 30px;
          font-size: 3rem; } }
    .hero-header__header-container__header-3::after {
      content: '';
      width: 33px;
      height: 1px;
      position: absolute;
      background: #9e9e9e;
      top: 45px;
      left: 0; }
      @media (min-width: 1180px) {
        .hero-header__header-container__header-3::after {
          top: 70px;
          width: 45px; } }
    .hero-header__header-container__header-4 {
      display: none; }
      @media (min-width: 1040px) {
        .hero-header__header-container__header-4 {
          display: block;
          font-size: 250px;
          font-size: 25rem;
          color: #f0f0f0;
          margin: 200px 0 0;
          line-height: 20rem;
          font-weight: 400; } }
  @media (min-width: 1040px) and (min-width: 1920px) {
    .hero-header__header-container__header-4 {
      font-size: 500px;
      font-size: 50rem;
      margin-top: 300px; } }
    .hero-header__header-container__icon {
      display: none; }
      @media (min-width: 1040px) {
        .hero-header__header-container__icon {
          display: block;
          width: 60px;
          position: absolute;
          left: 0;
          bottom: 0; } }
    .hero-header__header-container__link {
      display: inline-block;
      text-decoration: none;
      background: #d4bd52;
      padding: 20px 40px;
      border-radius: 35px;
      text-align: center;
      color: white;
      font-weight: 400;
      margin-bottom: 5px;
      -ms-flex-item-align: start;
      align-self: flex-start;
      font-size: 18px;
      font-size: 1.8rem; }
      .hero-header__header-container__link:hover {
        color: #333333;
        background: transparent;
        border: 1px solid #333333; }
      @media (min-width: 1040px) {
        .hero-header__header-container__link {
          margin-top: 350px;
          position: absolute; } }
      @media (min-width: 1920px) {
        .hero-header__header-container__link {
          margin-top: 500px; } }
  @media (min-width: 1040px) {
    .hero-header__image-container {
      width: 63%; } }
  .hero-header__image-container__nav {
    position: relative; }
    .hero-header__image-container__nav__list {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px 0;
      margin: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      right: 0;
      bottom: 0;
      background: white; }
      .hero-header__image-container__nav__list__item {
        padding: 0 15px; }
        .hero-header__image-container__nav__list__item__link {
          font-size: 30px;
          font-size: 3rem;
          color: #666666;
          padding: 0 20px; }
        .hero-header__image-container__nav__list__item__link:hover {
          color: #d4bd52; }

.section {
  margin: 75px 0; }

@media (min-width: 1040px) {
  .section.current-promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: end;
    align-content: flex-end; } }

.section__container {
  margin-bottom: 60px; }
  @media (min-width: 640px) {
    .section__container {
      margin: 0 auto;
      padding: 25px;
      position: relative; } }
  @media (min-width: 1040px) {
    .section__container {
      padding: 30px; } }
  .section__container__header-2 {
    color: #333333;
    font-size: 28px;
    font-size: 2.8rem;
    background: white;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 700; }
    @media (min-width: 1040px) {
      .section__container__header-2 {
        background: transparent;
        text-align: left;
        width: 200px;
        position: absolute;
        left: 0;
        bottom: 15%;
        z-index: 10; }
        .section__container__header-2 > * {
          background: white; } }
  .section__container__header-3 {
    font-family: "Roboto", sans-serif;
    color: #333333;
    text-align: center; }
    @media (min-width: 1040px) {
      .section__container__header-3 {
        margin: 0;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        position: absolute;
        left: -60px;
        top: 35%;
        z-index: 10; }
        .section__container__header-3::before {
          content: '';
          width: 23px;
          height: 1px;
          background: #ababab;
          position: absolute;
          top: 12px;
          left: -30px;
          z-index: 10; } }
  .section__container__link {
    position: relative;
    display: block;
    margin: 0 auto; }
    .section__container__link__image, .section__container__link__image--current-promo {
      display: block;
      margin: 0 auto; }
    .section__container__link__border--box {
      width: 80%;
      max-width: 365px;
      height: 80%;
      max-height: 520px;
      border: 4px solid white;
      background: transparent;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      z-index: 5; }

.gallery.section__title {
  margin: 0 45px; }
  @media (min-width: 1180px) {
    .gallery.section__title {
      margin: 0; } }

.section {
  position: relative; }
  .section__header-2 {
    font-family: "Montserrat", sans-serif;
    color: #cccccc;
    font-weight: 400;
    font-size: 35px;
    font-size: 3.5rem;
    text-align: center; }
  @media (min-width: 1920px) {
    .section .season {
      font-size: 70px;
      font-size: 7rem;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      position: absolute;
      right: -200px;
      top: 35%; } }
  @media (min-width: 1920px) {
    .section .sales {
      font-size: 70px;
      font-size: 7rem;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      position: absolute;
      left: 0;
      top: 35%; } }
  .section__header-3 {
    font-family: "Montserrat", sans-serif;
    color: #333333;
    font-weight: 400;
    text-align: center;
    font-size: 30px;
    font-size: 3rem; }
  .section__title {
    text-align: center;
    font-family: "Roboto", sans-serif;
    color: #aaaaaa;
    font-size: 18px;
    font-size: 1.8rem; }
    .section__title__nav__list {
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (min-width: 640px) {
        .section__title__nav__list {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
      .section__title__nav__list__item__link {
        text-decoration: none;
        color: #aaaaaa; }
        .section__title__nav__list__item__link:hover {
          color: #333333; }
      .section__title__nav__list__item:nth-child(n + 2)::before {
        content: '/';
        padding: 0 15px; }

@media (min-width: 640px) {
  .section__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 45px; } }

@media (min-width: 850px) {
  .section__gallery {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

@media (min-width: 1180px) {
  .section__gallery {
    margin: 0; } }

.section__gallery__product__images {
  position: relative; }
  .section__gallery__product__images__link > * {
    margin: 0 auto; }
  .section__gallery__product__images__link--buy {
    position: absolute;
    background: #2d2d2d;
    padding: 5px 10px;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20; }
    @media (min-width: 1040px) {
      .section__gallery__product__images__link--buy {
        left: 93%;
        height: 40px;
        width: 36px; } }
    .section__gallery__product__images__link--buy:hover {
      background: #d4bd52; }
  .section__gallery__product__images__link--bag {
    height: 26px;
    width: 20px; }

.section__gallery__product__description {
  font-family: "Roboto", sans-serif;
  margin: 15px 0;
  text-align: center; }
  @media (min-width: 640px) {
    .section__gallery__product__description {
      text-align: left; } }
  .section__gallery__product__description__link {
    text-decoration: none;
    color: #444444; }
  .section__gallery__product__description__clothing-article {
    color: #aaaaaa;
    font-weight: 300;
    margin: 0; }
  .section__gallery__product__description__cost {
    margin: 0 0 30px;
    color: #333333;
    font-family: "Montserrat", sans-serif;
    word-spacing: 1.5rem; }
    .section__gallery__product__description__cost::first-letter {
      padding-right: 5px; }
    .section__gallery__product__description__cost--sale {
      font-size: 15px;
      font-size: 1.5rem;
      color: #aaaaaa;
      text-decoration: line-through; }

@media (min-width: 1040px) {
  .inner-wrapper.lookbook {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media (min-width: 1040px) {
  .section__container.lookbook {
    width: 70%; } }

@media (min-width: 1040px) {
  .lookbook.section__title {
    width: 30%;
    position: relative; } }

.lookbook.section__title__header-3 {
  font-size: 30px;
  font-size: 3rem;
  color: #333333;
  font-weight: 400;
  text-align: center; }
  @media (min-width: 1040px) {
    .lookbook.section__title__header-3 {
      margin-top: 100px;
      width: 600px;
      position: absolute;
      right: 5px;
      z-index: 10; } }

@media (min-width: 1040px) {
  .lookbook.section__title__header-3, .lookbook.section__title__para, .lookbook.section__title__link {
    text-align: right; } }

@media (min-width: 1040px) {
  .lookbook.section__title__para {
    margin-top: 200px; } }

.lookbook.section__title__link {
  display: inline-block;
  text-decoration: none;
  color: #333333;
  border: 1px solid #d4bd52;
  padding: 20px 30px;
  border-radius: 33px;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease; }
  @media (min-width: 1040px) {
    .lookbook.section__title__link {
      position: absolute;
      width: 175px;
      right: 0; } }
  .lookbook.section__title__link:hover {
    background: #333333;
    color: white; }

.section__container {
  position: relative; }
  .section__container img {
    margin: 0 auto; }
  @media (min-width: 1040px) {
    .section__container__border--left::before {
      content: '';
      width: 100px;
      height: 320px;
      background: transparent;
      border-top: 4px solid white;
      border-left: 4px solid white;
      border-bottom: 4px solid white;
      position: absolute;
      top: 100px;
      left: 200px;
      z-index: 10; }
    .section__container__border--right::before {
      content: '';
      width: 100px;
      height: 320px;
      border-top: 4px solid white;
      position: absolute;
      top: 100px;
      left: 400px;
      z-index: 10; }
    .section__container__border--right::after {
      content: '';
      width: 200px;
      height: 324px;
      border-bottom: 4px solid white;
      position: absolute;
      top: 100px;
      right: 0;
      z-index: 10; } }
  .section__container__arrow-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #303030;
    z-index: 20; }
    @media (min-width: 1040px) {
      .section__container__arrow-nav {
        left: 90px;
        bottom: 50%; } }
    .section__container__arrow-nav__list {
      list-style: none;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .section__container__arrow-nav__list__item__link {
        color: white;
        padding: 0 10px;
        font-size: 40px;
        font-size: 4rem;
        line-height: 0;
        display: inline-block; }
        .section__container__arrow-nav__list__item__link:hover {
          color: #d4bd52; }
  .section__container__author {
    text-transform: uppercase;
    font-size: 10px;
    font-size: 1rem;
    color: #444444; }
    @media (min-width: 640px) {
      .section__container__author {
        font-size: 15px;
        font-size: 1.5rem; } }
    @media (min-width: 1040px) {
      .section__container__author {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: 200px;
        position: absolute;
        left: 90%;
        bottom: 15%; } }

.section__article {
  margin-bottom: 50px; }
  @media (min-width: 1040px) {
    .section__article {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: -50px; } }
  .section__article__image {
    margin: 0 auto; }
  .section__article__blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 1040px) {
      .section__article__blog {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: 50px; } }
    .section__article__blog__header-2 {
      font-size: 20px;
      font-size: 2rem;
      color: #333333;
      font-weight: 400;
      text-align: left; }
    .section__article__blog__header-3 {
      font-size: 12px;
      font-size: 1.2rem;
      color: #aaaaaa;
      font-weight: 400;
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; }
    .section__article__blog__header-4 {
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0;
      color: #aaaaaa;
      font-weight: 400; }
    .section__article__blog__para {
      font-family: "Roboto", sans-serif;
      color: #666666;
      line-height: 2.8rem;
      margin: 5px; }

@media (min-width: 1040px) {
  .section__article:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media (min-width: 1040px) {
  .section__article__blog.campaign {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
    z-index: 5;
    margin-left: 0;
    margin-right: 50px; } }

.excerp {
  position: relative;
  z-index: 30; }

.section__nav-container__arrow-nav {
  position: relative; }
  .section__nav-container__arrow-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative; }
    @media (min-width: 1040px) {
      .section__nav-container__arrow-nav__list {
        background: white;
        position: absolute;
        top: 0px;
        left: 570px; } }
    .section__nav-container__arrow-nav__list__item {
      padding: 5px 3px; }
      .section__nav-container__arrow-nav__list__item:nth-child(2)::before {
        content: '';
        height: 35px;
        width: 4px;
        background: #ebebeb;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        z-index: 30; }
      .section__nav-container__arrow-nav__list__item__link {
        font-size: 40px;
        font-size: 4rem;
        line-height: 0;
        padding: 0 10px;
        color: #666666; }
        .section__nav-container__arrow-nav__list__item__link:hover {
          color: #d4bd52; }
