@keyframes bounce {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(-15px); } }
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(-15px); } }
.bk_logo, #bk_lingerie .left .content .logo.main_logo {
  background: url("/images/logo_2.png");
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  width: 300px;
  height: 230px;
  display: block; }

.open_sans, .about_product .container .pr, .pagination_container ul li a, #bk_lingerie .left .content .about, #bk_lingerie .right span.result_title, #bk_lingerie .right .content .no_results, #bk_lingerie .right .content .product h2 {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal; }

.garamond {
  font-family: garamond-fb-display, serif;
  font-weight: 400;
  font-style: normal; }

.absolute {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }

.bkg_pos {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important; }

body,
html {
  margin: 0;
  padding: 0; }

body {
  overflow: hidden; }
  @media only screen and (max-width: 860px) {
    body {
      overflow: auto;
      overflow-x: hidden; } }

a {
  text-decoration: none;
  color: #fb5b6b; }

.about_product {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none; }
  .about_product .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-template-areas: "pl pr";
    grid-gap: 8px;
    max-width: 768px;
    background: rgba(255, 255, 255, 0.1);
    padding: 48px;
    border-radius: 4px;
    position: relative;
    -webkit-box-shadow: 0px 0px 92px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 92px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 92px 0px rgba(0, 0, 0, 0.75); }
    @media only screen and (max-width: 1024px) {
      .about_product .container {
        max-width: 500px; } }
    @media only screen and (max-width: 768px) {
      .about_product .container {
        grid-template-columns: 1fr;
        grid-template-areas: "pl" "pr";
        max-width: 300px; } }
    .about_product .container i.fa-times {
      position: absolute;
      top: 8px;
      right: 8px;
      cursor: pointer;
      color: white; }
    .about_product .container .pl {
      grid-area: pl; }
      .about_product .container .pl img {
        width: 100%;
        height: 300px;
        object-fit: contain; }
        @media only screen and (max-width: 768px) {
          .about_product .container .pl img {
            height: 124px; } }
    .about_product .container .pr {
      grid-area: pr;
      color: white; }
      .about_product .container .pr h4 {
        font-size: 1.0rem; }
      .about_product .container .pr span.price {
        color: #fb5b6b;
        font-weight: 700; }
      .about_product .container .pr p {
        margin-bottom: 32px; }
      .about_product .container .pr a {
        background: #fb5b6b;
        color: white;
        padding: 14px;
        border-radius: 4px;
        font-size: 0.84rem;
        text-decoration: none; }

.pagination_container {
  position: fixed;
  width: 50vw;
  bottom: 0;
  right: 0;
  color: white;
  background: #fb5b6b;
  font-size: 0.84rem;
  opacity: 0.94; }
  @media only screen and (max-width: 860px) {
    .pagination_container {
      position: relative;
      width: 100vw; } }
  .pagination_container ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(23, 1fr);
    grid-template-rows: 1fr;
    margin: 0;
    padding: 0; }
    .pagination_container ul .elip {
      text-align: center;
      padding: 9px; }
    .pagination_container ul li {
      text-align: center; }
      .pagination_container ul li a {
        text-decoration: none;
        color: white;
        font-size: 0.84rem;
        padding: 12px 8px;
        display: block; }
        .pagination_container ul li a .show-for-sr {
          display: none; }
        .pagination_container ul li a:hover {
          opacity: 0.54; }
      .pagination_container ul li.current {
        background: rgba(255, 255, 255, 0.24);
        border-bottom: solid 1px rgba(255, 255, 255, 0.24); }

#bk_lingerie {
  height: 100vh;
  width: 100vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-template-areas: "left right"; }
  @media only screen and (max-width: 860px) {
    #bk_lingerie {
      grid-template-columns: 1fr;
      grid-template-areas: "left" "right";
      height: auto; } }
  #bk_lingerie .left {
    grid-area: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; }
    #bk_lingerie .left .content {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: min-content;
      grid-gap: 18px; }
      #bk_lingerie .left .content .logo.main_logo h1 {
        text-indent: -99999px; }
      #bk_lingerie .left .content form {
        position: relative;
        margin: 0;
        overflow: hidden;
        border: solid 1px rgba(0, 0, 0, 0.1);
        border-radius: 4px; }
        #bk_lingerie .left .content form:focus-within input {
          border: solid 1px #fb5b6b; }
          #bk_lingerie .left .content form:focus-within input:focus {
            outline: none;
            box-shadow: 0; }
        #bk_lingerie .left .content form:focus-within button {
          color: white;
          background: #fb5b6b; }
        #bk_lingerie .left .content form label {
          display: flex;
          justify-content: center;
          align-items: center; }
          #bk_lingerie .left .content form label span.form_label {
            display: none; }
          #bk_lingerie .left .content form label input {
            display: block;
            padding: 4px 14px;
            height: 40px;
            border: none;
            box-shadow: none;
            width: 100%; }
            #bk_lingerie .left .content form label input:focus {
              outline: none;
              box-shadow: 0; }
        #bk_lingerie .left .content form button {
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          padding: 14px 24px;
          border: none;
          background: #272324;
          color: white;
          cursor: pointer; }
          #bk_lingerie .left .content form button:hover {
            opacity: 0.84; }
      #bk_lingerie .left .content .about {
        font-size: 0.64rem;
        color: #272324; }
        #bk_lingerie .left .content .about i {
          color: #fb5b6b; }
        #bk_lingerie .left .content .about i.fa-angle-down {
          display: none; }
          @media only screen and (max-width: 860px) {
            #bk_lingerie .left .content .about i.fa-angle-down {
              display: block;
              font-size: 2.0rem;
              text-align: center;
              cursor: pointer;
              color: #272324;
              margin: 14px 0;
              animation: bounce 1s infinite alternate;
              -webkit-animation: bounce 1s infinite alternate; } }
        #bk_lingerie .left .content .about.vist_us a {
          text-decoration: none;
          color: #fb5b6b;
          font-size: 1.0rem;
          text-align: center;
          display: block; }
  #bk_lingerie .right {
    grid-area: right;
    background: #272324;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    @media only screen and (max-width: 860px) {
      #bk_lingerie .right {
        overflow: auto;
        overflow-x: hidden;
        height: auto; } }
    #bk_lingerie .right span.result_title {
      color: white;
      padding: 46px 48px 0 48px;
      display: block;
      font-weight: 800;
      display: flex; }
      #bk_lingerie .right span.result_title a.button {
        margin-left: auto;
        background: #fb5b6b;
        color: white;
        border-radius: 8px;
        padding: 12px;
        position: relative;
        top: -18px; }
    #bk_lingerie .right::-webkit-scrollbar {
      width: 12px;
      height: 12px; }
    #bk_lingerie .right::-webkit-scrollbar-button {
      width: 0px;
      height: 0px; }
    #bk_lingerie .right::-webkit-scrollbar-thumb {
      background: #fb5b6b;
      border: 0px none rgba(0, 0, 0, 0.01);
      border-radius: 0px; }
    #bk_lingerie .right::-webkit-scrollbar-thumb:hover {
      background: #fb5b6b; }
    #bk_lingerie .right::-webkit-scrollbar-thumb:active {
      background: #fb5b6b; }
    #bk_lingerie .right::-webkit-scrollbar-track {
      background: rgba(0, 0, 0, 0.01);
      border: 0px none rgba(0, 0, 0, 0.01);
      border-radius: 0px; }
    #bk_lingerie .right::-webkit-scrollbar-track:hover {
      background: rgba(0, 0, 0, 0.01); }
    #bk_lingerie .right::-webkit-scrollbar-track:active {
      background: rgba(0, 0, 0, 0.01); }
    #bk_lingerie .right::-webkit-scrollbar-corner {
      background: transparent; }
    #bk_lingerie .right .content {
      display: grid;
      grid-template-columns: repeat(4, 25%);
      grid-template-rows: min-content;
      grid-gap: 8px;
      margin: 48px; }
      @media only screen and (max-width: 1366px) {
        #bk_lingerie .right .content {
          grid-template-columns: repeat(3, 1fr); } }
      @media only screen and (max-width: 1268px) {
        #bk_lingerie .right .content {
          grid-template-columns: repeat(2, 1fr); } }
      @media only screen and (max-width: 500px) {
        #bk_lingerie .right .content {
          grid-template-columns: 1fr; } }
      #bk_lingerie .right .content .no_results {
        grid-column: 1 / span 4;
        color: white;
        background: rgba(255, 255, 255, 0.1);
        padding: 24px 14px;
        border-radius: 4px; }
      #bk_lingerie .right .content .product {
        background: white;
        border-radius: 4px;
        position: relative;
        overflow: hidden;
        opacity: 0.94;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
        #bk_lingerie .right .content .product:hover {
          opacity: 1; }
          #bk_lingerie .right .content .product:hover img {
            -webkit-filter: blur(0);
            filter: blur(0); }
        #bk_lingerie .right .content .product h2 {
          font-size: 0.94rem;
          font-weight: 600;
          text-align: center;
          padding: 14px; }
          #bk_lingerie .right .content .product h2 span.price,
          #bk_lingerie .right .content .product h2 a.button {
            display: block;
            -webkit-transition: 0.1s;
            -moz-transition: 0.1s;
            -ms-transition: 0.1s;
            -o-transition: 0.1s;
            transition: 0.1s; }
          #bk_lingerie .right .content .product h2 span.price {
            color: #fb5b6b;
            margin: 14px 0; }
          #bk_lingerie .right .content .product h2 a.button {
            position: absolute;
            border-top-left-radius: 4px;
            right: 0;
            bottom: 0;
            text-decoration: none;
            background: #fb5b6b;
            color: white;
            padding: 8px;
            font-size: 0.64rem;
            text-transform: uppercase; }
            #bk_lingerie .right .content .product h2 a.button:hover {
              background: #933057; }
        #bk_lingerie .right .content .product img {
          width: 100%;
          height: 150px;
          object-fit: cover;
          -webkit-filter: blur(20px);
          filter: blur(20px); }

/*# sourceMappingURL=style.css.map */
