@-webkit-keyframes gbt_18_fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes gbt_18_fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.gbt_18_pagination {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 9999;
  padding: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-animation: gbt_18_fadeIn 1.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: gbt_18_fadeIn 1.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
  .gbt_18_pagination a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    display: inline-block; }
  .gbt_18_pagination .gbt_18_snap_page {
    position: relative; }
    .gbt_18_pagination .gbt_18_snap_page a:hover + .gbt_18_hover_image {
      opacity: 1;
      visibility: visible; }
    .gbt_18_pagination .gbt_18_snap_page .gbt_18_hover_image {
      position: absolute;
      top: 50%;
      left: 40px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      pointer-events: none;
      width: 150px;
      height: 150px; }
      .gbt_18_pagination .gbt_18_snap_page .gbt_18_hover_image img {
        width: 150px;
        height: 150px; }

.gbt_18_snap_look_book {
  width: 100vw;
  margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  display: inline-block; }
  .gbt_18_snap_look_book h1 {
    margin: 0;
    font-size: 100px;
    display: block;
    text-align: center; }
  .gbt_18_snap_look_book img {
    max-width: 100%;
    display: block; }
  .gbt_18_snap_look_book a {
    text-decoration: none; }
  .gbt_18_snap_look_book .gbt_18_hero_section_content {
    display: block;
    text-align: center;
    margin: 0;
    width: 100%;
    margin-bottom: 4rem; }
    .gbt_18_snap_look_book .gbt_18_hero_section_content .gbt_18_hero_title {
      font-size: 72px;
      max-width: 860px;
      margin: 0 auto; }
    .gbt_18_snap_look_book .gbt_18_hero_section_content .gbt_18_hero_subtitle {
      text-transform: uppercase;
      font-size: 14px;
      max-width: 860px;
      margin: 0 auto; }
  .gbt_18_snap_look_book .gbt_18_scroll_down_button {
    width: 46px;
    height: 46px;
    border-style: solid;
    border-width: 1px;
    position: relative;
    display: block;
    border-radius: 46px;
    margin: 0 auto;
    cursor: pointer; }
    .gbt_18_snap_look_book .gbt_18_scroll_down_button svg {
      width: 24px;
      height: 24px;
      position: relative;
      top: 11px;
      left: 10px; }
  .gbt_18_snap_look_book .gbt_18_look_book_item {
    width: 100vw;
    min-height: 90vh;
    display: block;
    position: relative;
    float: left; }
    @media screen and (min-width: 1024px) {
      .gbt_18_snap_look_book .gbt_18_look_book_item:nth-child(2n+1) .gbt_18_shop_this_book {
        top: 100px;
        bottom: unset; } }
    .gbt_18_snap_look_book .gbt_18_look_book_item.image-right .gbt_18_look_image {
      left: auto;
      right: 0; }
    .gbt_18_snap_look_book .gbt_18_look_book_item.image-right .gbt_18_look_product_box {
      float: left; }
    .gbt_18_snap_look_book .gbt_18_look_book_item:hover .gbt_18_shop_this_book, .gbt_18_snap_look_book .gbt_18_look_book_item.active .gbt_18_shop_this_book {
      opacity: 1; }
    .gbt_18_snap_look_book .gbt_18_look_book_item .gbt_18_shop_this_book {
      position: absolute;
      opacity: 0;
      bottom: 40px;
      right: 40px;
      -webkit-animation: gbt_18_fadeIn 1.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      animation: gbt_18_fadeIn 1.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }
      @media screen and (min-width: 1024px) {
        .gbt_18_snap_look_book .gbt_18_look_book_item .gbt_18_shop_this_book {
          bottom: 100px;
          left: 100px;
          right: unset; } }
      .gbt_18_snap_look_book .gbt_18_look_book_item .gbt_18_shop_this_book .gbt_18_current_book {
        color: #fff;
        font-size: 72px; }
      .gbt_18_snap_look_book .gbt_18_look_book_item .gbt_18_shop_this_book h5 {
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        margin: 0; }
    .gbt_18_snap_look_book .gbt_18_look_book_item .gbt_18_look_image {
      width: 100%;
      height: 50vh;
      display: block;
      position: relative;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (min-width: 1024px) {
        .gbt_18_snap_look_book .gbt_18_look_book_item .gbt_18_look_image {
          width: 50%;
          position: absolute;
          min-height: 90vh;
          height: 100%;
          left: 0; } }
      .gbt_18_snap_look_book .gbt_18_look_book_item .gbt_18_look_image .gbt_18_look_thumb {
        opacity: 0;
        visibility: hidden; }
    .gbt_18_snap_look_book .gbt_18_look_book_item .gbt_18_look_product_box {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      min-height: 90vh;
      float: right;
      padding: 100px; }
      @media screen and (min-width: 1024px) {
        .gbt_18_snap_look_book .gbt_18_look_book_item .gbt_18_look_product_box {
          width: 50%; } }
      .gbt_18_snap_look_book .gbt_18_look_book_item .gbt_18_look_product_box > .woocommerce {
        width: 100%; }
  .gbt_18_snap_look_book .gbt_18_hero_look_book_item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
