/** Shopify CDN: Minification failed

Line 189:68 Unexpected ":"

**/
/* Product Hero */

.bf_product_hero {
    position: relative;
    display: flex;
    min-height: 50rem;
    max-height: 60rem;
    height: 100vh;
}

.bf_product_img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.bf_product_hero .bf_main_heading {
    color: #FFFFFF;
}

.bf_product_hero .bf_container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
}

/* Product Hero */
/*////////////////////////////////////*/
/* Watches Built */

.bf_watches_built_sec {
    padding: 2rem;
    display: block;
}

.bf_watches_built_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
}

.bf_watches_built_wrapper .bf_watches_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bf_watches_built_wrapper .bf_watches_text {
    padding: 5rem 10rem 5rem 6rem;
    background-color: rgba(59, 64, 25, .6);
    position: relative;
    z-index: 2;
}

.bf_watches_built_wrapper .bf_watches_text .bf_main_heading {
    color: #fff;
}

.bf_watches_built_wrapper .bf_watches_text p {
    color: #fff;
    font-family: 'IBM Plex Sans', sans-serif;
    margin-top: 2rem;
    line-height: 1.5;
    font-weight: 500;
  font-size: 1.5rem;
}

/* Watches Built */
/*////////////////////////////////////*/
/* Main Wrapper */

.bf_main_wrapper {
    padding: 6rem 2rem 0;
    display: block;
    position: relative;
}

.bf_main_wrapper_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.bf_main_wrapper_text {
    padding: 3rem 6rem;
    display: flex;
    align-items: center;
}

.bf_main_wrapper_text .bf_quotes {
    font-size: 1.7rem;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    line-height: 1.5;
}

.bf_main_wrapper_text .bf_quotes + .bf_quotes {
    margin-top: 2rem;
}

/* .bf_main_wrapper:nth-child(even) {
    background-color: #F0F6FC;
    padding: 0px;
} */

.bf_main_wrapper p + p {
    margin-top: 3rem;
}

.bf_main_wrapper p {
    color: #000000;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: 'IBM Plex Sans', sans-serif;
    line-height: 1.7;
}

.bf_main_wrapper .bf_main_heading {
    margin-bottom: 2rem;
}

.bf_main_wrapper:nth-child(even) .bf_main_wrapper_text {
    background-color: #F0F6FC;
    display: block;
}

.bf_main_wrapper_text .bf_product_logo {
  margin-bottom: 2rem;
}

/* Main Wrapper */
/*////////////////////////////////////*/
/* Our Location Section */

.our_location_sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 6rem;
}

.bf_location {
    display: block;
    position: relative;
}

.bf_location iframe {
    width: 100%;
    min-height: 40rem;
    border: none !important;
    display: block;
}

.bf_location_text {
    padding: 5rem 10rem;
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 1.6rem;
  	line-height: initial;
    color: #000;
}

.bf_location_text_heading {
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
}

.bf_location_text .bf_location_para {
  font-size: 1.5rem;
  font-weight: 500;
}


.bf_location_text .bf_location_para.bf_location_para_bold:nth-child(:first-child) {
  margin-top: 1rem;
}

.bf_location_para strong {
  font-weight: 600 !important;
}


.bf_location_text a {
  max-width: fit-content;
  text-transform: uppercase;
  margin-top: 1.5rem;
  padding: 1.2rem 3.5rem;
  border-radius: 10rem;
  font-size: 1.3rem;
  color: #FFFFFF;
  background-color: #3b4019;
  transition: all linear .3s;
  border: 1px solid #3B4019;
  min-width: 14rem;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
}

.bf_location_text a:hover{
  background-color: transparent;
    color: #000000;
}

.bf_main_wrapper_inner img {
    height: 100%;
  width: 100%;
    object-fit: cover;
}

.bf_product_hero {
    min-height: 44rem;
    max-height: 50rem;
    height: 100vh;
}

@media (max-width: 1200px) {
    .bf_watches_built_sec {
        padding: 0rem;
    }

    .bf_main_wrapper {
        padding: 4rem 2rem 0;
    }

    .bf_main_wrapper_text .bf_quotes {
        font-size: 1.4rem;
    }

    .bf_main_wrapper_text {
        padding: 4rem 3rem;
    }

    .bf_main_wrapper_text .bf_quotes + .bf_quotes {
        margin-top: 1.5rem;
    }

    .bf_location_text {
        padding: 2rem 4rem;
    }
}

@media (max-width: 992px) {
    .bf_product_hero .bf_container {
      justify-content: center;
      text-align: center;
      width: 100%;
      flex-direction: column;
    }

    .bf_watches_built_wrapper .bf_watches_text {
        padding: 3rem 3rem;
    }

    .bf_main_wrapper p + p {
        margin-top: 1rem;
    }

    .bf_main_wrapper .bf_main_heading {
        margin-bottom: 1rem;
    }

    .bf_main_wrapper_text .bf_product_logo {
        max-height: 6rem;
        width: fit-content;
    }

    .bf_watches_orders {
        order: 2;
        display: none;
    }

    .bf_watches_built_wrapper .bf_watches_text .bf_main_para {
        margin-top: 1rem;
    }

    .bf_watches_built_wrapper .bf_watches_img {
        position: relative;
        order: 2;
    }

    .bf_watches_built_wrapper, .bf_main_wrapper_inner, .our_location_sec {
        grid-template-columns: repeat(1, 1fr);
    }

    .bf_main_wrapper .bf_main_wrapper_text {
        background-color: #F0F6FC;
        display: block;
    }

    .bf_watches_built_wrapper .bf_watches_text {
        background-color: #F0F6FC;
    }

    .bf_main_wrapper {
        background-color: #F0F6FC;
        padding: 0;
    }

    .bf_main_wrapper_inner img {
        height: unset;
        object-fit: cover;
        width: 100%;
    }

    .bf_main_wrapper:nth-child(2n+3) .bf_main_wrapper_text {
        order: unset;
    }

    .bf_location {
        order: 2;
    }

    .bf_location_text {
        padding: 4rem 3rem;
    }

    .bf_product_hero .bf_main_heading {
        font-size: 4rem;
    }

    .bf_watches_built_wrapper .bf_watches_text .bf_main_heading,
    .bf_watches_built_wrapper .bf_watches_text p {
        color: #000;
    }

}

@media (max-width: 500px) {
    .bf_product_hero .bf_main_heading br {
        display: none;
    }

    .bf_product_hero {
        min-height: 38rem;
        max-height: 45rem;
    }

    .bf_main_wrapper_text {
        padding: 2rem 2rem;
    }

    .bf_watches_built_wrapper .bf_watches_text {
        padding: 2rem 2rem;
    }

    .bf_location_text {
        padding: 2rem 2rem 3.2rem;
        row-gap: 1rem;
    }

    .bf_location_text_heading {
        font-size: 2rem;
    }

    .bf_location_text .bf_location_para {
        font-size: 1.5rem;
    }

    .bf_location_text .bf_main_btn {
        margin-top: 0.5rem;
    }

    .bf_location iframe {
        min-height: 30rem;
    }
}

@media (max-width: 400px) {
    .bf_product_hero .bf_main_heading {
        font-size: 3.3rem;
    }
}