@charset "UTF-8";
/* -----  1.1 Font Definitions  --------------------------------------------- */
::selection {
  background: #aaccaa; /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #aaccaa; /* Gecko Browsers */
}

body {
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-family: helvetica;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100vw;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: none;
  color: initial;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

img {
  width: 100%;
}

video {
  width: 100%;
  height: 100%;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: normal;
}

/**
 * Template styling - Remove blue focus hightlight & other browser defaults
 *
 */
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none !important;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
  background-color: transparent !important;
}

/**
 * Template styling - image lazy loading
 *
 */
.lazyload,
.lazyloading {
  opacity: 0;
}

@keyframes fade-in-and-up {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lazyloaded {
  opacity: 0;
  animation: fade-in 0.5s ease;
  -webkit-animation: fade-in 0.5s ease;
  animation-fill-mode: forwards;
}

.lazyloaded.lazyloaded-hidden {
  opacity: 0;
  animation: unset;
}

.lazyloaded.lazyloaded-simple {
  opacity: 0;
  animation: fade-in 0.5s ease;
  -webkit-animation: fade-in 0.5s ease;
  animation-fill-mode: forwards;
}

.lazyloaded.lazyloaded-instant {
  opacity: 1 !important;
}

.lazyloaded-animaiton {
  opacity: 0;
  animation: fade-in-and-up 0.5s ease;
  -webkit-animation: fade-in 0.5s ease;
  animation-fill-mode: forwards;
}

.bb-product-thumbnail-container--campaign .product__photo--variant-wrapper {
  background-color: #e7e7e7;
}

.ip-ratio-box {
  background-color: #e7e7e7;
}

.bb-mobile-header-menu-gif .ip-ratio-box {
  background-color: transparent;
}

/* BB Page */
.main-content {
  min-height: 100vh;
}

.bb-page {
  position: relative;
  width: 100%;
}

.bb-home-page {
  width: 100%;
  min-height: 100vh;
}
.bb-home-page a {
  display: flex;
  width: 100%;
  height: fit-content;
}

.bb-homepage-post-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

.bb-fixed-logo {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 150;
  color: white;
  font-family: serif;
  text-transform: uppercase;
  font-size: 9vw;
  letter-spacing: 0.1em;
  mix-blend-mode: color-dodge;
  -webkit-mix-blend-mode: color-dodge;
  background-blend-mode: color-dodge;
}
.bb-fixed-logo a {
  color: black;
  pointer-events: auto;
}
.bb-fixed-logo a:hover {
  color: black !important;
}
@media only screen and (max-width: 700px) {
  .bb-fixed-logo {
    height: 80vh;
  }
}

.bb-fixed-logo-image {
  width: 70%;
  margin-top: 10vh;
}
@media only screen and (max-width: 700px) {
  .bb-fixed-logo-image {
    margin-top: 0;
    width: 80%;
  }
}

.bb-image {
  width: 50%;
  position: relative;
}

.bb-homepage-container {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
}

.bb-homepage-button {
  background-color: white;
  color: black;
  text-align: center;
  border-radius: 100vw;
  font-size: 12px;
  line-height: 12px;
  padding: 40px;
  float: left;
  text-transform: uppercase;
  mix-blend-mode: color-dodge;
  -webkit-mix-blend-mode: color-dodge;
  background-blend-mode: color-dodge;
}

.bb-homepage-logo {
  mix-blend-mode: color-dodge;
  -webkit-mix-blend-mode: color-dodge;
  background-blend-mode: color-dodge;
  padding: 5px;
}
.bb-homepage-logo img {
  height: 100%;
}

.bb-homepage-grid-container {
  width: 100%;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  pointer-events: none;
  mix-blend-mode: color-dodge;
  -webkit-mix-blend-mode: color-dodge;
  background-blend-mode: color-dodge;
  z-index: 100;
}
@media only screen and (max-width: 700px) {
  .bb-homepage-grid-container {
    z-index: 10;
  }
}

.bb-homepage-grid-container-inner {
  padding-top: 55vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}

.bb-homepage-grid-item {
  float: left;
  position: relative;
  mix-blend-mode: exclusion;
  -webkit-mix-blend-mode: exclusion;
  background-blend-mode: exclusion;
  width: 20%;
  pointer-events: none;
}
@media only screen and (max-width: 800px) {
  .bb-homepage-grid-item {
    width: 40%;
  }
}

.bb-homepage-grid-item--face-01 {
  margin-left: 13%;
}
@media only screen and (max-width: 800px) {
  .bb-homepage-grid-item--face-01 {
    margin-left: 5%;
  }
}

.bb-homepage-grid-item--trash-02 {
  margin-top: 15%;
  margin-left: 40%;
}
@media only screen and (max-width: 800px) {
  .bb-homepage-grid-item--trash-02 {
    margin-top: 10%;
  }
}

.bb-homepage-grid-item--peace-03 {
  width: 10%;
  margin-left: 5%;
}
@media only screen and (max-width: 800px) {
  .bb-homepage-grid-item--peace-03 {
    width: 20%;
    margin-top: -15%;
  }
}

.bb-homepage-grid-item--sun-04 {
  width: 40%;
  margin-left: 20%;
  margin-top: -10%;
}
@media only screen and (max-width: 800px) {
  .bb-homepage-grid-item--sun-04 {
    width: 80%;
    margin-top: 10%;
  }
}

.bb-homepage-grid-item--face-06 {
  width: 10%;
  position: relative;
  margin-left: 20%;
  margin-top: 5%;
}
@media only screen and (max-width: 800px) {
  .bb-homepage-grid-item--face-06 {
    width: 20%;
    margin-top: 15%;
  }
}

.bb-homepage-grid-item--bb-07 {
  margin-left: 10%;
  margin-top: -5%;
}
@media only screen and (max-width: 700px) {
  .bb-homepage-grid-item--bb-07 {
    margin-top: 5%;
  }
}

.bb-homepage-grid-item--sun-08 {
  margin-left: 10%;
}
@media only screen and (max-width: 800px) {
  .bb-homepage-grid-item--sun-08 {
    margin-top: 55%;
  }
}

.bb-homepage-grid-item-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  mix-blend-mode: exclusion;
  -webkit-mix-blend-mode: exclusion;
  background-blend-mode: exclusion;
  pointer-events: none;
}

.bb-homepage-grid-item-layer--small {
  width: 100%;
}

.bb-homepage-mouse-item-fixed-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
  mix-blend-mode: exclusion;
  -webkit-mix-blend-mode: exclusion;
  background-blend-mode: exclusion;
  pointer-events: none;
}

.bb-homepage-mouse-item {
  width: 12%;
  position: absolute;
  top: 5%;
  right: 20%;
  mix-blend-mode: exclusion;
  -webkit-mix-blend-mode: exclusion;
  background-blend-mode: exclusion;
  pointer-events: none;
}
@media only screen and (max-width: 800px) {
  .bb-homepage-mouse-item {
    width: 35%;
  }
}

.bb-homepage-mouse-item-fixed {
  width: 12%;
  position: fixed;
  top: 10%;
  right: 30%;
  mix-blend-mode: exclusion;
  -webkit-mix-blend-mode: exclusion;
  background-blend-mode: exclusion;
  pointer-events: none;
  z-index: 10000;
}
@media only screen and (max-width: 800px) {
  .bb-homepage-mouse-item-fixed {
    width: 35%;
    top: 15%;
    right: 10%;
  }
}

.bb-video-container-background {
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  position: relative;
}
.bb-video-container-background iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.3);
  background-color: #e7e7e7;
}
@media only screen and (max-width: 700px) {
  .bb-video-container-background {
    height: 100vh;
  }
}

.bb-text-box {
  color: white;
  font-size: 12px;
  padding-bottom: 10px;
  text-transform: uppercase;
  pointer-events: none;
}
@media only screen and (max-width: 700px) {
  .bb-text-box {
    font-size: 11px;
  }
}

.bb-home-row {
  width: 100%;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 10vh;
  padding-bottom: 20vh;
}
@media only screen and (max-width: 700px) {
  .bb-home-row {
    font-size: 11px;
  }
}
.bb-home-row a {
  color: white;
  padding: 10px;
}

/**
 * BB video popup
 *
 */
.bb-video-container {
  width: 350px;
  top: 160px;
  left: 40px;
  z-index: 0;
  position: fixed;
  transition: left 1s ease;
  z-index: 0;
}
.bb-video-container:hover {
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .bb-video-container {
    width: 280px;
    top: 55vh;
    left: 25%;
    width: 50%;
    z-index: 10;
  }
}

.bb-video-container--mobile {
  display: none;
}
@media only screen and (max-width: 700px) {
  .bb-video-container--mobile {
    display: block;
  }
}

.bb-video-container--desktop {
  display: block;
}
@media only screen and (max-width: 700px) {
  .bb-video-container--desktop {
    display: none;
  }
}

.bb-page--video-enter-on-load .bb-video-container {
  transition: left 2s 1s ease;
}

.bb-video-container--hide {
  display: none;
}

.bb-video-container--mouse-inside .js-follow-mouse {
  display: none;
}

.bb-video {
  width: 100%;
  margin: 0 auto;
}

.bb-video-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-family: helvetica;
  padding: 5px;
  position: relative;
  background-color: white;
  border-bottom: 1px solid black;
}
@media only screen and (max-width: 700px) {
  .bb-video-title {
    font-size: 11px;
  }
}
.bb-video-title:hover {
  cursor: move;
}

.bb-video-close {
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bb-video-close:hover {
  cursor: pointer;
}

.bb-iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.bb-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
}

.bb-shop-bar {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-family: helvetica;
  background-color: white;
  border: 1px solid black;
  position: fixed;
  bottom: 250px;
  right: 200px;
  width: 350px;
}
.bb-shop-bar a {
  width: 100%;
  display: block;
  padding: 5px;
}
@media only screen and (max-width: 700px) {
  .bb-shop-bar {
    font-size: 11px;
  }
}

.bb-scroll-bar {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-family: helvetica;
  background-color: white;
  border: 1px solid black;
  position: fixed;
  bottom: 50px;
  left: 80px;
  width: 150px;
}
.bb-scroll-bar a {
  width: 100%;
  display: block;
  padding: 5px;
}
@media only screen and (max-width: 700px) {
  .bb-scroll-bar {
    font-size: 11px;
  }
}

.bb-signup-bar {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-family: helvetica;
  background-color: white;
  border: 1px solid black;
  position: fixed;
  bottom: 150px;
  right: 100px;
  width: 150px;
}
.bb-signup-bar a {
  width: 100%;
  display: block;
  padding: 5px;
}
@media only screen and (max-width: 700px) {
  .bb-signup-bar {
    font-size: 11px;
  }
}

/**
 * BB mobile - hide & show classes
 *
 */
@media only screen and (max-width: 700px) {
  .bb-hide-mobile {
    display: none;
  }
}

.bb-show-mobile {
  display: none !important;
}
@media only screen and (max-width: 700px) {
  .bb-show-mobile {
    display: flex !important;
  }
}

/**
* BB back to top
*
*/
.bb-scroll-to-top-btn {
  opacity: 0;
  pointer-events: none;
}

button:focus {
  outline: 0;
}

input:focus {
  outline: 0;
}

/**
* BB homepage
*
*/
.bb-page-split-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.bb-page-split-half {
  width: 50%;
  z-index: 10;
  position: relative;
}

.bb-page-split-cta {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  font-weight: normal;
  text-transform: uppercase;
  pointer-events: none;
  font-family: helvetica;
  font-weight: 600;
}
.bb-page-split-cta a {
  width: auto;
  height: auto;
  display: inline-block;
  background-color: white;
  color: black;
  border: 1px solid black;
  padding: 5px;
  line-height: 1;
  font-size: 12px;
  pointer-events: auto;
  transform: scaleY(0.85);
}

.bb-page-split-container-marquee--collection {
  color: black !important;
  position: fixed !important;
  z-index: -10 !important;
  display: none !important;
}

.bb-page-split-container-marquee {
  text-transform: uppercase;
  color: white;
  position: absolute;
  z-index: 100;
  font-family: helvetica;
  font-size: 28px;
  font-weight: normal;
  white-space: nowrap;
  display: none;
  --gap: 0px;
  width: 100%;
  gap: var(--gap);
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .bb-page-split-container-marquee {
    font-size: 16px;
    bottom: 40px;
  }
}
.bb-page-split-container-marquee span {
  padding: 0 40px;
  transform: scaleY(0.7);
}

.bb-page-split-container-marquee--position-a {
  top: 10px;
  left: 0;
}

.bb-page-split-container-marquee--position-b {
  bottom: 100px;
  left: 0;
}

.bb-page-split-container-marquee--position-c {
  top: 0;
  left: 0;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.bb-announcement-banner-split-marquee {
  display: flex;
  flex-shrink: 0;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 35%;
  animation: marquee-scroll 15s linear infinite;
}
@media only screen and (max-width: 800px) {
  .bb-announcement-banner-split-marquee {
    min-width: 75%;
  }
}

.bb-page-split-marquee {
  display: flex;
  flex-shrink: 0;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: marquee-scroll 15s linear infinite;
}
@media only screen and (max-width: 800px) {
  .bb-page-split-marquee {
    animation: marquee-scroll 30s linear infinite;
  }
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none !important;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
  background-color: transparent !important;
}

.bb-sp-entrance-animation {
  right: 0 !important;
  transition: right 2s 1s ease;
}
@media only screen and (max-width: 800px) {
  .bb-sp-entrance-animation {
    right: 25px !important;
  }
}

.bb-klaviyo-embed {
  margin-top: 25px;
}

.bb-klaviyo-container {
  position: relative;
  width: 100%;
}
.bb-klaviyo-container .klaviyo_condensed_styling, .bb-klaviyo-container .klaviyo_styling {
  max-width: 100% !important;
  margin: 0 !important;
}
.bb-klaviyo-container .klaviyo_condensed_styling .klaviyo_field_group, .bb-klaviyo-container .klaviyo_styling .klaviyo_field_group {
  margin-bottom: 10px !important;
}
.bb-klaviyo-container .klaviyo_field_group input {
  display: block !important;
}
.bb-klaviyo-container .klaviyo_messages {
  font-family: helvetica !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  padding: 0px !important;
  color: #000 !important;
}
.bb-klaviyo-container .klaviyo_messages p {
  font-family: helvetica !important;
  font-size: 10px !important;
  line-height: 18px !important;
  margin-bottom: 0 !important;
  color: #000 !important;
}
.bb-klaviyo-container .klaviyo_messages .error_message, .bb-klaviyo-container .klaviyo_messages .success_message {
  font-family: helvetica !important;
  font-size: 10px !important;
  line-height: 18px !important;
  margin-bottom: 0 !important;
  margin-top: 10px;
  position: absolute;
  bottom: -30px;
}
@media only screen and (max-width: 800px) {
  .bb-klaviyo-container .klaviyo_messages .error_message, .bb-klaviyo-container .klaviyo_messages .success_message {
    position: relative;
    bottom: auto;
    margin-top: 10px;
  }
}
.bb-klaviyo-container input, .bb-klaviyo-container textarea {
  font-family: helvetica !important;
  font-size: 10px !important;
  line-height: 16px !important;
  border: none !important;
  margin: 0 !important;
  width: 100% !important;
  padding: 0 !important;
  background-color: transparent !important;
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px !important;
  height: auto !important;
  border: 1px solid #000 !important;
  padding: 8px !important;
}
.bb-klaviyo-container input::-webkit-input-placeholder, .bb-klaviyo-container textarea::-webkit-input-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
.bb-klaviyo-container input::-moz-placeholder, .bb-klaviyo-container textarea::-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
.bb-klaviyo-container input:-ms-input-placeholder, .bb-klaviyo-container textarea:-ms-input-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
.bb-klaviyo-container input:-moz-placeholder, .bb-klaviyo-container textarea:-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
.bb-klaviyo-container input:focus, .bb-klaviyo-container textarea:focus {
  outline: none !important;
}
.bb-klaviyo-container input[type=checkbox] {
  -webkit-appearance: checkbox;
}
.bb-klaviyo-container input[type=radio] {
  -webkit-appearance: radio;
}
.bb-klaviyo-container input:-webkit-autofill,
.bb-klaviyo-container input:-webkit-autofill:hover,
.bb-klaviyo-container input:-webkit-autofill:focus,
.bb-klaviyo-container textarea:-webkit-autofill,
.bb-klaviyo-container textarea:-webkit-autofill:hover,
.bb-klaviyo-container textarea:-webkit-autofill:focus,
.bb-klaviyo-container select:-webkit-autofill,
.bb-klaviyo-container select:-webkit-autofill:hover,
.bb-klaviyo-container select:-webkit-autofill:focus {
  border: 3px solid #000;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #ededed inset;
  transition: background-color 5000s ease-in-out 0s;
  margin-bottom: 10px;
}
.bb-klaviyo-container .klaviyo_form_actions {
  padding: 0 !important;
  text-align: left !important;
  display: flex !important;
}
.bb-klaviyo-container .klaviyo_form_actions:hover button {
  background-color: #282828 !important;
}
.bb-klaviyo-container button {
  font-family: helvetica !important;
  font-size: 10px !important;
  line-height: 1 !important;
  color: #000 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
  background-image: none !important;
  background-color: black !important;
  width: 100% !important;
  font-weight: normal !important;
  border-radius: 0 !important;
  height: auto !important;
  border: 1px solid black !important;
  padding: 5px 10px !important;
  color: white !important;
  height: 34px !important;
  transition: none !important;
}

/**
* WH mobile menu drawer - moves across screen
*
*/
@media only screen and (max-width: 800px) {
  .js-drawer-open {
    overflow: hidden;
  }
}
.js-drawer-open .drawer {
  display: block !important;
}

.js-drawer-open .drawer--left {
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.js-drawer-open .drawer--right {
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.drawer {
  display: none;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  bottom: 6px !important;
  margin-right: 6px !important;
  z-index: 200;
  background-color: white;
  top: 31px !important;
}
@media only screen and (max-width: 800px) {
  .drawer {
    top: 62px !important;
  }
}

.drawer--left, .drawer--right {
  top: 0;
  max-width: 100%;
}

.drawer--left {
  width: 50%;
  left: -50%;
}

.drawer--right {
  width: calc(25vw + 52px);
  right: calc(-25vw - 52px);
}
@media only screen and (max-width: 1150px) {
  .drawer--right {
    width: calc(25vw + 82px);
    right: calc(-25vw - 82px);
  }
}
@media only screen and (max-width: 800px) {
  .drawer--right {
    width: calc(100vw - 12px);
    right: calc(-100vw + 12px);
  }
}

@media only screen and (max-width: 700px) {
  .drawer--cart .drawer__inner {
    width: 100%;
    padding: 0 10px;
  }
}

#PageContainer {
  overflow: visible !important;
}

.grid--remove {
  padding-top: 10px;
}

.bb-remove {
  padding: 0 !important;
  text-transform: none !important;
}

.drawer__close {
  width: 50%;
  text-align: right !important;
}
.drawer__close:hover {
  background-color: transparent !important;
}
.drawer__close a {
  font-size: 12px;
  font-family: helvetica;
  text-align: right;
  padding: 0;
}
.drawer__close a:hover {
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .drawer__close a {
    font-size: 11px;
  }
}

.drawer__close--padding {
  padding-top: 15px;
}

.drawer__close-button {
  background: none;
  border: 0 none;
  position: relative;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin-top: 20px;
}
.drawer--product .drawer__close-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
}

.drawer .ajaxcart__qty {
  float: none;
  display: inline-block;
}
.drawer .ajaxcart__qty input {
  pointer-events: none !important;
  opacity: 1 !important;
  color: black !important;
}
.drawer .bb-cart-inline {
  display: inline-block;
}
.drawer input[type=text],
.drawer textarea {
  background-color: transparent;
  border: 0;
  font-size: 12px;
  font-family: helvetica;
}
@media only screen and (max-width: 700px) {
  .drawer input[type=text],
  .drawer textarea {
    font-size: 11px;
  }
}
.drawer a:hover, .drawer a:focus {
  color: black;
}
.drawer .cart__checkout {
  font-size: 12px;
  font-family: helvetica;
  text-decoration: none;
  margin: 20px 10px;
  padding: 15px 10px;
  line-height: 1.6;
  border: 1px solid black;
  background-color: black;
  color: white;
  width: calc(100% - 20px);
}
@media only screen and (max-width: 700px) {
  .drawer .cart__checkout {
    margin: 20px 0;
    width: calc(100% - 20px);
    font-size: 11px;
  }
}
.drawer .cart__checkout:hover {
  background-color: rgb(40, 40, 40) !important;
  border: 1px solid rgb(40, 40, 40) !important;
  color: white !important;
}

.ajaxcart__footer--fixed {
  width: 100%;
}

.drawer__header {
  position: absolute;
  top: 0;
  height: 44px;
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 10px 0;
  font-size: 10px;
}
@media only screen and (max-width: 800px) {
  .drawer__header {
    height: 61px;
    padding-top: 17px;
    color: gray;
  }
}

.bb-cart-menu {
  text-transform: uppercase;
  font-size: 10px;
  font-family: helvetica;
}
@media only screen and (max-width: 800px) {
  .bb-cart-menu {
    font-size: 11px;
  }
}

.drawer__inner {
  position: absolute;
  top: 44px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 10px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .drawer__inner {
    top: 61px;
    font-size: 12px !important;
  }
  .drawer__inner * {
    font-size: 12px !important;
  }
  .drawer__inner .ajaxcart__note {
    font-size: 10px !important;
  }
}
.drawer__inner p, .drawer__inner a, .drawer__inner button {
  color: black;
}
.drawer--has-fixed-footer .drawer__inner {
  overflow: hidden;
}
.drawer--product .drawer__inner {
  top: 0;
}

.bb-product-cart-item {
  width: 100%;
  display: flex;
}

.bb-cart-image {
  width: 25%;
}
@media only screen and (max-width: 1150px) {
  .bb-cart-image {
    width: 30%;
  }
}
@media only screen and (max-width: 700px) {
  .bb-cart-image {
    width: 35%;
  }
}
@media only screen and (max-width: 320px) {
  .bb-cart-image {
    width: 45%;
  }
}

.bb-cart-details {
  width: 75%;
  padding-left: 10px;
}
@media only screen and (max-width: 1150px) {
  .bb-cart-details {
    width: 70%;
  }
}
@media only screen and (max-width: 700px) {
  .bb-cart-details {
    width: 65%;
  }
}
@media only screen and (max-width: 320px) {
  .bb-cart-details {
    width: 55%;
  }
}

.cart-title {
  text-align: left;
  margin: 0;
}
.cart-title:hover {
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .cart-title {
    width: auto;
    color: black;
  }
}

.js-drawer-close:hover {
  cursor: pointer;
}

.ajaxcart__row {
  position: relative;
  max-height: 500px;
  font-size: 12px;
}
@media only screen and (max-width: 700px) {
  .ajaxcart__row {
    font-size: 11px;
  }
}

.ajaxcart__product {
  margin-bottom: 10px;
  font-size: 12px;
}
@media only screen and (max-width: 700px) {
  .ajaxcart__product {
    font-size: 11px;
  }
}
.ajaxcart__product .grid--half-gutters .grid__item {
  padding: 0;
  font-size: 12px;
  font-family: helvetica;
}
@media only screen and (max-width: 700px) {
  .ajaxcart__product .grid--half-gutters .grid__item {
    font-size: 11px;
  }
}
.ajaxcart__product .grid {
  margin: 0;
}
@media only screen and (max-width: 700px) {
  .ajaxcart__product .one-half {
    width: 35%;
  }
}
@media only screen and (max-width: 700px) {
  .ajaxcart__product .one-quarter {
    width: 40%;
  }
}
.ajaxcart__product .three-quarters {
  width: 60%;
  position: relative;
}

.ajaxcart__product-image {
  display: block;
  overflow: hidden;
}
.ajaxcart__product-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.ajaxcart__product-image:hover {
  background-color: transparent;
}

.ajaxcart__inner--has-fixed-footer {
  padding: 0 10px !important;
}

.ajaxcart__product-meta,
.ajaxcart__price {
  font-size: em(14px);
}

.ajaxcart__product-name-wrapper {
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .ajaxcart__product-name-wrapper {
    width: 100%;
  }
}

.ajaxcart__subtotal {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  font-family: helvetica;
  padding: 0 10px;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .ajaxcart__subtotal {
    width: 100%;
  }
}
.ajaxcart__subtotal .grid__item {
  padding: 0;
  margin: 0;
}
.ajaxcart__subtotal .one-half {
  width: 50%;
}
@media only screen and (max-width: 700px) {
  .ajaxcart__subtotal .one-half:first-child {
    padding-right: 10px;
  }
}
.ajaxcart__subtotal .one-half:nth-child(2) {
  text-align: right;
}
@media only screen and (max-width: 700px) {
  .ajaxcart__subtotal .one-half {
    padding-bottom: 10px;
  }
}
.ajaxcart__subtotal .one-half--right {
  text-align: right;
}
@media only screen and (max-width: 700px) {
  .ajaxcart__subtotal {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    font-size: 11px;
  }
  .ajaxcart__subtotal .grid__item {
    width: 100%;
  }
  .ajaxcart__subtotal .one-half {
    width: auto;
  }
  .ajaxcart__subtotal .one-half--right {
    text-align: left;
    padding-left: 15px;
  }
}

.ajaxcart__subtotal-title {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-family: helvetica;
}
@media only screen and (max-width: 700px) {
  .ajaxcart__subtotal-title {
    font-size: 11px;
  }
}

.ajaxcart__product-name {
  text-transform: uppercase;
}
.ajaxcart__product-name:hover {
  color: black !important;
}

.cart-price-line {
  padding-top: 2px;
}

.ajaxcart-variant-title {
  width: 50%;
  float: left;
}

.cart-product-close {
  color: black !important;
  font-size: 12px;
  font-family: helvetica;
  text-transform: uppercase;
  padding: 0 10px;
}
.cart-product-close:hover {
  color: black !important;
}
@media only screen and (max-width: 700px) {
  .cart-product-close {
    position: relative;
    right: auto;
    top: auto;
    font-size: 11px;
  }
}

.cart-underline {
  border-bottom: 1px solid #FFF;
  height: 1px;
  margin: 5px 0;
  opacity: 0.5;
}

.ajaxcart__note {
  font-size: 10px;
  font-family: helvetica;
  color: black !important;
  padding-top: 15px;
  font-weight: normal;
}
@media only screen and (max-width: 700px) {
  .ajaxcart__note {
    font-size: 11px;
  }
}

.ajaxcart__product-meta {
  text-align: right;
  padding-right: 8px;
}

.cart-empty {
  font-size: 12px;
  font-family: helvetica;
  top: calc(50% - 50px);
  width: calc(100% - 20px);
  position: fixed;
  text-align: center;
  padding-left: 0;
}
@media only screen and (max-width: 700px) {
  .cart-empty {
    font-size: 11px;
  }
}

.js-drawer-open .cart-back {
  display: block;
}

.drawer-page-content:after {
  visibility: hidden;
  opacity: 0;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 199;
  transition: transform 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
  transform: translateX(0);
}
.js-drawer-open .drawer-page-content:after {
  visibility: visible;
  opacity: 1;
}

.cart-back {
  width: calc(100% - 20px);
  display: block;
  font-size: 12px;
  font-family: helvetica;
  text-transform: uppercase;
  margin-left: 15px;
  background-color: black;
  color: white;
  border: 1px solid black;
  text-align: center;
  padding: 15px 10px;
  line-height: 1.6;
  position: fixed;
  bottom: 50px;
  right: 10px;
  display: none;
}
@media only screen and (max-width: 700px) {
  .cart-back {
    font-size: 11px;
    margin-left: 0;
    width: calc(100% - 20px);
    right: 10px;
    bottom: 40px;
  }
}
.cart-back:hover {
  background-color: rgb(40, 40, 40) !important;
  border: 1px solid rgb(40, 40, 40) !important;
  color: white !important;
}

.ajaxcart__footer--fixed {
  padding: 20px 0 30px;
}
@media only screen and (max-width: 700px) {
  .ajaxcart__footer--fixed {
    left: 10px;
  }
}

.bb-cart-promotion {
  color: black;
  padding: 0 0 0 15px;
  width: calc(100% - 25px);
}
@media only screen and (max-width: 700px) {
  .bb-cart-promotion {
    padding-left: 25px;
  }
}
.bb-cart-promotion p {
  color: black;
  text-transform: uppercase;
  font-family: helvetica;
  font-size: 12px;
}
@media only screen and (max-width: 700px) {
  .bb-cart-promotion p {
    font-size: 11px;
  }
}

.bb-cart-page {
  font-size: 12px !important;
  text-transform: uppercase !important;
  font-family: helvetica;
  width: 70%;
  margin: 50px 0 55px 20%;
}
.bb-cart-page p {
  font-size: 10px !important;
}
@media only screen and (max-width: 800px) {
  .bb-cart-page {
    width: 100%;
    margin: 0;
    padding: 155px 35px;
  }
}

.bb-collection-desc {
  width: 90%;
  padding: 69px 0 5px;
  margin: 0 5%;
  display: none;
}
@media only screen and (max-width: 700px) {
  .bb-collection-desc {
    width: 100%;
    padding: 0 0 40px;
  }
}
.bb-collection-desc h5 {
  font-family: helvetica;
  font-weight: 600;
  margin-top: 35px;
  transform: scaleY(0.85);
}
@media only screen and (max-width: 700px) {
  .bb-collection-desc h5 {
    margin-top: 0;
    transform: scaleY(0.75);
  }
}

.rte--description h5 {
  font-size: 12px !important;
  margin: 0;
}
@media only screen and (max-width: 700px) {
  .rte--description h5 {
    font-size: 11px !important;
  }
}

.featured-collection-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.featured-collection-section:first-child .bb-product-thumbnail-container-inner {
  padding-top: 100px;
}

.bb-product-thumbnail-container {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  z-index: 0;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  padding-top: 73px;
  min-height: 100vh;
}
@media only screen and (max-width: 800px) {
  .bb-product-thumbnail-container {
    padding-top: 66px;
  }
}

.bb-product-thumbnail-container-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 50px 55px;
  z-index: 0;
}
@media only screen and (max-width: 1150px) {
  .bb-product-thumbnail-container-inner {
    padding: 50px 25px;
  }
}
@media only screen and (max-width: 800px) {
  .bb-product-thumbnail-container-inner {
    padding: 110px 25px;
  }
}
@media only screen and (max-width: 700px) {
  .bb-product-thumbnail-container-inner {
    padding: 110px 0;
  }
}
.bb-product-thumbnail-container-inner .grid__item {
  padding-left: 0;
  padding-top: 0;
  margin-top: -20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 700px) {
  .bb-product-thumbnail-container-inner .grid__item {
    margin-top: 0;
    padding-top: 40px;
  }
}
.bb-product-thumbnail-container-inner .grid__item p {
  font-size: 12px;
}
@media only screen and (max-width: 700px) {
  .bb-product-thumbnail-container-inner .grid__item p {
    font-size: 11px;
    text-align: center;
  }
}

.bb-product-thumbnail-container-inner--related {
  width: 70%;
  margin: 0 10% 0 20%;
  padding: 0 !important;
}
.bb-product-thumbnail-container-inner--related .bb-product-thumbnail {
  padding: 0 !important;
}
.bb-product-thumbnail-container-inner--related .product-thumbnail-tag {
  font-size: 16px !important;
}
@media only screen and (max-width: 700px) {
  .bb-product-thumbnail-container-inner--related {
    width: 100%;
    margin: 0;
    padding: 0 25px;
  }
}

.bb-product-thumbnail {
  width: 25%;
  margin: 0;
  position: relative;
  padding: 0 35px;
  border-bottom: 1px solid grey;
  border-right: 1px solid grey;
}
@media only screen and (max-width: 1150px) {
  .bb-product-thumbnail {
    width: 33.33%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 800px) {
  .bb-product-thumbnail {
    width: 50%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 320px) {
  .bb-product-thumbnail {
    border-right: none;
  }
}
.bb-product-thumbnail:nth-child(1) {
  border-top: 1px solid grey;
}
.bb-product-thumbnail:nth-child(2) {
  border-top: 1px solid grey;
}
@media only screen and (max-width: 320px) {
  .bb-product-thumbnail:nth-child(2) {
    border-top: none;
  }
}
.bb-product-thumbnail:nth-child(3) {
  border-top: 1px solid grey;
}
@media only screen and (max-width: 800px) {
  .bb-product-thumbnail:nth-child(3) {
    border-top: none;
  }
}
.bb-product-thumbnail:nth-child(4) {
  border-top: 1px solid grey;
}
@media only screen and (max-width: 1150px) {
  .bb-product-thumbnail:nth-child(4) {
    border-top: none;
  }
}
@media only screen and (max-width: 800px) {
  .bb-product-thumbnail:nth-child(2n) {
    border-right: 1px solid transparent;
  }
}
@media only screen and (max-width: 1150px) {
  .bb-product-thumbnail:nth-child(3n) {
    border-right: 1px solid transparent;
  }
}
@media only screen and (max-width: 800px) {
  .bb-product-thumbnail:nth-child(3n) {
    border-right: 1px solid grey;
  }
}
.bb-product-thumbnail:nth-child(4n) {
  border-right: 1px solid transparent;
}
@media only screen and (max-width: 1150px) {
  .bb-product-thumbnail:nth-child(4n) {
    border-right: 1px solid grey;
  }
}
@media only screen and (max-width: 800px) {
  .bb-product-thumbnail:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media only screen and (max-width: 800px) {
  .bb-product-thumbnail:nth-child(6n) {
    border-right: 1px solid transparent;
  }
}
@media only screen and (max-width: 1150px) {
  .bb-product-thumbnail:nth-child(12n) {
    border-right: 1px solid transparent;
  }
}
.bb-product-thumbnail:hover .product-thumbnail-details-container {
  opacity: 1;
}
.bb-product-thumbnail:hover .bb-product-size-list-container {
  opacity: 1;
}
.bb-product-thumbnail:hover .bb-product-thumbnail-size-list {
  opacity: 1;
}
.bb-product-thumbnail:hover .bb-product-size-hover {
  display: none;
}
.bb-product-thumbnail.sold-out .product-thumbnail-details {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 50;
}
.bb-product-thumbnail.sold-out .product-thumbnail-details .product-thumbnail-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  opacity: 1;
  font-family: helvetica;
  font-size: 24px;
  text-transform: uppercase;
  color: black;
}
@media only screen and (max-width: 700px) {
  .bb-product-thumbnail.sold-out .product-thumbnail-details .product-thumbnail-tag {
    font-size: 18px;
    transform: scaleY(1);
  }
}

.bb-product-thumbnail--related {
  width: 33.33%;
}
@media only screen and (max-width: 700px) {
  .bb-product-thumbnail--related {
    width: 100%;
  }
}

.bb-product-thumbnail-related-title, .bb-sizeguide-title {
  text-transform: uppercase;
  font-family: helvetica;
  font-size: 12px;
}
@media only screen and (max-width: 700px) {
  .bb-product-thumbnail-related-title, .bb-sizeguide-title {
    font-size: 11px;
  }
}

.bb-sizeguide-title {
  padding-bottom: 10px;
}
@media only screen and (max-width: 700px) {
  .bb-sizeguide-title {
    padding-left: 0;
  }
}

.bb-sizeguide-inner {
  width: 750px;
  display: flex;
  flex-wrap: wrap;
  max-width: calc(100vw - 50px);
  padding: 20px;
  background-color: white;
  border: 2px solid black;
  position: relative;
  pointer-events: all;
  z-index: 10;
}
@media only screen and (max-width: 700px) {
  .bb-sizeguide-inner {
    padding: 10px;
    align-items: flex-start;
    max-width: calc(100vw - 25px);
  }
}
.bb-sizeguide-inner .bb-sizeguide-title {
  width: 100%;
  margin: 0;
  font-size: 9px;
}
.bb-sizeguide-inner .bb-sizeguide-image {
  width: 20%;
  border: 1px solid black;
  padding: 10px;
  margin-right: 20px;
  background-color: white;
}
@media only screen and (max-width: 700px) {
  .bb-sizeguide-inner .bb-sizeguide-image {
    width: 30%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.bb-no-chart-padding {
  padding-bottom: 100px;
}
@media only screen and (max-width: 700px) {
  .bb-no-chart-padding {
    padding: 10px;
  }
}

.product-thumbnail-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: block;
}
.product-thumbnail-image .product__photo--variant {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
}
.product-thumbnail-image .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 50;
}

@media only screen and (max-width: 800px) {
  .hover-image {
    display: none !important;
  }
}

.product-thumbnail-image--mobile {
  display: none;
}
@media only screen and (max-width: 800px) {
  .product-thumbnail-image--mobile {
    display: block;
  }
}

.product-thumbnail-details-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  position: relative;
  padding: 5px 10px;
  border-top: 1px solid grey;
}
@media only screen and (max-width: 700px) {
  .product-thumbnail-details-container {
    opacity: 1;
    flex-wrap: nowrap;
    position: relative;
    bottom: auto;
    left: auto;
  }
}

.bb-product-info {
  padding: 40px 0 0;
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .bb-product-info {
    padding: 20px 0px;
  }
}

.product-thumbnail-title {
  padding: 0;
  font-family: helvetica;
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap;
}
@media only screen and (max-width: 700px) {
  .product-thumbnail-title {
    padding-right: 0;
    font-size: 10px;
  }
}

.bb-price-sold-out-alternative, .bb-title-sold-out-alternative {
  color: grey;
}

.product-thumbnail-price {
  font-family: helvetica;
  font-size: 12px;
  text-transform: uppercase;
  color: black;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 10px 5px 5px;
  background-color: white;
}
@media only screen and (max-width: 700px) {
  .product-thumbnail-price {
    font-size: 10px;
    padding: 0 10px 5px 5px;
  }
}
.product-thumbnail-price .price-tag-sale {
  padding: 0;
}

.price-tag-sale {
  color: gray;
}

.product-thumbnail-details {
  width: 100%;
  pointer-events: none;
}

.product-thumbnail-tag {
  font-family: helvetica;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
  text-align: center;
  color: red;
}
@media only screen and (max-width: 700px) {
  .product-thumbnail-tag {
    font-size: 9px;
    line-height: 15px;
  }
}

.bb-browse-title {
  padding-bottom: 10px;
}

.bb-product-index-title {
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 15px;
}
@media only screen and (max-width: 700px) {
  .bb-product-index-title {
    padding: 0 25px 15px;
  }
}

.bb-product-index {
  font-family: helvetica;
  font-size: 12px;
  width: 15%;
  padding: 35px 55px;
  position: fixed;
  right: 0;
  top: 0;
  overflow-y: scroll;
  max-height: 100%;
  z-index: 100;
}
@media only screen and (max-width: 1150px) {
  .bb-product-index {
    padding: 35px 0 35px 35px;
    width: 17%;
  }
}
@media only screen and (max-width: 800px) {
  .bb-product-index {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 700px) {
  .bb-product-index {
    display: none;
  }
}
.bb-product-index li {
  margin-bottom: 10px;
}
.bb-product-index a:hover {
  text-decoration: underline;
}

#tops .bb-product-index-list-item .bb-product-index-list-item-link {
  opacity: 0.3;
  pointer-events: none;
}
#tops .bb-product-index-list-item .Tops {
  opacity: 1;
  pointer-events: auto;
}

#graphic-wear .bb-product-index-list-item .bb-product-index-list-item-link {
  opacity: 0.3;
  pointer-events: none;
}
#graphic-wear .bb-product-index-list-item .Graphic {
  opacity: 1;
  pointer-events: auto;
}

#bottoms .bb-product-index-list-item .bb-product-index-list-item-link {
  opacity: 0.3;
  pointer-events: none;
}
#bottoms .bb-product-index-list-item .Bottoms {
  opacity: 1;
  pointer-events: auto;
}

#outerwear .bb-product-index-list-item .bb-product-index-list-item-link {
  opacity: 0.3;
  pointer-events: none;
}
#outerwear .bb-product-index-list-item .Outerwear {
  opacity: 1;
  pointer-events: auto;
}

#accessories .bb-product-index-list-item .bb-product-index-list-item-link {
  opacity: 0.3;
  pointer-events: none;
}
#accessories .bb-product-index-list-item .Accessories {
  opacity: 1;
  pointer-events: auto;
}

.bb-product-size-list-container {
  font-family: helvetica;
  font-size: 12px;
  text-transform: uppercase;
  color: black;
  position: absolute;
  overflow: hidden;
  z-index: 100;
  bottom: 8px;
  right: 10px;
}
@media only screen and (max-width: 700px) {
  .bb-product-size-list-container {
    opacity: 1;
    font-size: 9px;
    display: none !important;
  }
}
.bb-product-size-list-container p {
  font-family: helvetica;
  font-size: 12px;
  line-height: 1;
}
@media only screen and (max-width: 700px) {
  .bb-product-size-list-container p {
    font-size: 11px;
  }
}

.bb-product-size-hover {
  position: absolute;
  line-height: 1;
  font-family: helvetica;
  font-size: 12px;
  background-color: white;
}

.bb-product-thumbnail-size-list {
  display: flex;
  opacity: 0;
}

.bb-product-thumbnail-size-list-item {
  position: relative;
  overflow: hidden;
  display: block;
  margin-right: 5px;
}

.bb-product-thumbnail-size-list-item-sold-out {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bb-product-thumbnail-size-list-item-sold-out:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: grey;
}

.product-thumbnail-size-list-item--available {
  display: block;
  margin-right: 5px;
}
.product-thumbnail-size-list-item--available:after {
  content: "";
  display: none;
}

.bb-product-thumbnail-size-list-item:last-child {
  margin-right: 0 !important;
}

.product-detail-container-related {
  margin-top: 20px;
}
.product-detail-container-related .bb-product-thumbnail-container {
  padding-top: 10px;
}
@media only screen and (max-width: 800px) {
  .product-detail-container-related {
    margin-top: 20px;
  }
}

.product-detail-container-related--mobile {
  display: none;
  margin-top: 0;
  padding-top: 25px;
}
.product-detail-container-related--mobile .bb-product-thumbnail--related {
  width: 33.33%;
}
.product-detail-container-related--mobile .product-thumbnail-details-container {
  display: none;
}
.product-detail-container-related--mobile .bb-product-thumbnail-related-title {
  padding-top: 0;
}
@media only screen and (max-width: 700px) {
  .product-detail-container-related--mobile .bb-product-thumbnail-related-title {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 700px) {
  .product-detail-container-related--mobile {
    display: block;
    padding-top: 80px;
  }
}

.bb-sizeguide-container--open {
  display: flex !important;
}

.bb-sizeguide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: all;
}

.bb-sizeguide-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  z-index: 100;
  pointer-events: none;
  display: none;
}

.bb-sizeguide-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 10px;
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .bb-sizeguide-close {
    font-size: 9px;
    top: 10px;
    right: 10px;
  }
}

.bb-size-chart-container {
  display: flex;
  font-size: 10px;
  font-family: helvetica;
  line-height: 1.6;
  width: calc(80% - 20px);
}
@media only screen and (max-width: 700px) {
  .bb-size-chart-container {
    font-size: 11px;
    width: 100%;
  }
}

.bb-size-chart {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  border-top: 2px solid black;
}
@media only screen and (max-width: 700px) {
  .bb-size-chart {
    font-size: 9px !important;
  }
}

.bb-size-chart-row {
  display: flex;
  width: 100%;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  background-color: white;
}
@media only screen and (max-width: 700px) {
  .bb-size-chart-row .bb-size-chart-col:first-child {
    display: none;
  }
}

.bb-size-chart-ref-column {
  flex-direction: column;
}

.bb-size-chart-col {
  width: 20%;
  padding: 10px;
  border-right: 1px solid black;
}
.bb-size-chart-col:last-child {
  border-right: none;
}
@media only screen and (max-width: 700px) {
  .bb-size-chart-col {
    padding: 5px;
  }
}

.bb-size-chart-col--long {
  width: 40%;
  overflow: hidden;
}

.bb-back-top-container {
  display: none;
  padding: 0 25px 50px;
  margin-top: 80px;
}
.bb-back-top-container a {
  font-family: helvetica;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: underline;
}
.bb-back-top-container a:hover {
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .bb-back-top-container {
    display: block;
  }
}

.bb-size-chart-container {
  display: flex;
  font-size: 10px;
  font-family: helvetica;
  line-height: 1.6;
  width: calc(80% - 20px);
}
@media only screen and (max-width: 700px) {
  .bb-size-chart-container {
    font-size: 10px;
    width: 100%;
  }
}

.bb-size-chart {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  border-top: 1px solid black;
}
@media only screen and (max-width: 700px) {
  .bb-size-chart {
    font-size: 9px !important;
  }
}

.bb-size-chart-row {
  display: flex;
  width: 100%;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  background-color: white;
}
@media only screen and (max-width: 700px) {
  .bb-size-chart-row .bb-size-chart-col:first-child {
    display: none;
  }
}

.bb-size-chart-ref-column {
  flex-direction: column;
}

.bb-size-chart-col {
  width: 20%;
  padding: 10px;
  border-right: 1px solid black;
}
.bb-size-chart-col:last-child {
  border-right: none;
}
@media only screen and (max-width: 700px) {
  .bb-size-chart-col {
    padding: 5px;
  }
}

.bb-size-chart-col--long {
  width: 40%;
  overflow: hidden;
}

.bb-colour-selected-highlight {
  text-decoration: underline;
}

.selector-wrapper {
  border-bottom: 1px solid black;
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}
.selector-wrapper label {
  width: 50%;
  float: left;
}

.single-option-selector {
  width: 50%;
  float: left;
  text-align: left;
  border: none;
  background-color: transparent;
}
@media only screen and (max-width: 700px) {
  .single-option-selector {
    background-color: transparent;
  }
}

.bb-product-size-selector {
  overflow: visible !important;
  width: 100%;
  font-family: helvetica;
  position: relative;
}

.bb-product-dropdown {
  text-align: left;
  position: relative;
}

#product-select {
  padding: 0;
  padding-right: 10px;
  text-align: left;
  background-position: right 0px center;
  padding-right: 20px;
  font-family: helvetica;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.2;
}
#product-select option {
  text-align: left;
  font-family: helvetica;
}
#product-select select {
  align-items: left !important;
  font-family: helvetica;
}
#product-select.product-detail-select--disabled {
  color: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 700px) {
  #product-select {
    font-size: 11px;
  }
}

.bb-product-cart-button-container {
  width: 100%;
  margin: 20px 0 55px;
}
@media only screen and (max-width: 700px) {
  .bb-product-cart-button-container {
    margin: 20px 0;
  }
}

.bb-product-cart-button {
  font-size: 12px;
  font-family: helvetica;
  display: block;
  text-transform: uppercase;
  padding: 0;
  border: none;
  text-decoration: none;
  -webkit-appearance: none;
  apperance: none;
  border-radius: 0 !important;
  width: 100%;
  text-align: center;
  background-color: black;
  color: white;
  font-weight: bold;
  padding: 15px;
}
.bb-product-cart-button:disabled {
  background-color: black;
  color: white;
}
.bb-product-cart-button:hover {
  color: black;
}
@media only screen and (max-width: 700px) {
  .bb-product-cart-button {
    font-size: 11px;
  }
}

.bb-styled-product-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}

.bb-styled-product-title {
  width: 100%;
  padding-bottom: 5px;
}

.bb-styled-product {
  width: 33.33%;
  padding-right: 10px;
}

.bb-product-accordian {
  padding-bottom: 35px;
}

.bb-product-accordian-list-item-title {
  cursor: pointer;
  display: inline-block;
}

.bb-product-accordian-list-item-text {
  display: none;
}

.bb-product-accordian-list-item-text--show {
  display: block;
  padding: 10px 0;
}

.product-detail-secondary-image {
  width: 100%;
  min-height: 100vh;
}
@media only screen and (max-width: 700px) {
  .product-detail-secondary-image {
    display: none;
  }
}

.bb-secondary-photo {
  pointer-events: none;
}

.product-detail-mobile-image {
  display: none;
}
@media only screen and (max-width: 700px) {
  .product-detail-mobile-image {
    display: block;
    padding: 0;
    width: 100%;
  }
}

.bb-back-mobile {
  display: none;
}
@media only screen and (max-width: 700px) {
  .bb-back-mobile {
    display: inline-block;
    font-size: 16px;
    padding-top: 10px;
  }
}

.bb-product-photo {
  width: 100%;
  padding-bottom: 5px;
}
@media only screen and (max-width: 700px) {
  .bb-product-photo {
    padding-bottom: 0;
  }
}

.bb-back-to-shop {
  font-size: 12px;
  font-family: helvetica;
  margin-bottom: 40px;
}
@media only screen and (max-width: 700px) {
  .bb-back-to-shop {
    display: none;
  }
}

.bb-namespace--about .bb-main-content, .bb-namespace--stockists .bb-main-content, .bb-namespace--newsletter .bb-main-content {
  padding-top: 73px;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (max-width: 800px) {
  .bb-namespace--about .bb-main-content, .bb-namespace--stockists .bb-main-content, .bb-namespace--newsletter .bb-main-content {
    padding-top: 66px;
  }
}

.bb-plain-page {
  padding-top: 73px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: helvetica;
  font-size: 12px;
  margin-top: -3px;
}
@media only screen and (max-width: 800px) {
  .bb-plain-page {
    padding-top: 66px;
  }
}

.bb-namespace--stockists .bb-main-content {
  padding-right: 0 !important;
}
@media only screen and (max-width: 800px) {
  .bb-namespace--stockists .bb-main-content {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 800px) {
  .bb-namespace--stockists .bb-main-content .bb-info-row--stockists {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.bb-main-content {
  font-size: 12px;
  font-family: helvetica;
  text-transform: uppercase;
  width: 100%;
  padding: 73px 10px 0;
  position: relative;
  min-height: 100vh;
}
@media only screen and (max-width: 700px) {
  .bb-main-content {
    width: 100%;
    padding: 72px 10px 0;
    font-size: 11px;
  }
}

.bb-info-container {
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .bb-info-container {
    flex-wrap: wrap;
  }
}

.bb-info-row {
  width: 50%;
}
@media only screen and (max-width: 700px) {
  .bb-info-row {
    width: 100%;
    padding-bottom: 35px;
  }
}

.bb-info-row--stockists {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .bb-info-row--stockists {
    margin-bottom: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .bb-info-row--stockists {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 800px) {
  .bb-info-row--stockists .bb-info-title {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .bb-info-row--stockists .bb-info-title {
    padding-bottom: 5px;
  }
}

.bb-info-title--instagram {
  text-transform: lowercase;
}

.bb-info-title {
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 25px;
  display: none;
}
@media only screen and (max-width: 700px) {
  .bb-info-title {
    padding-bottom: 15px;
    font-size: 11px;
    display: block;
  }
}

.bb-info-title--margin-bottom {
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 700px) {
  .bb-info-title--first {
    padding-top: 0;
  }
}

.bb-info-title--open {
  text-decoration: underline;
}

.bb-info-text {
  text-transform: initial !important;
  font-family: helvetica;
}
.bb-info-text p {
  padding-bottom: 25px;
}
@media only screen and (max-width: 700px) {
  .bb-info-text p {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .bb-info-text {
    font-size: 11px;
  }
}

.bb-contact-info {
  padding-top: 20px;
}

.bb-contact-info-serif {
  text-transform: initial !important;
}

.bb-stockists-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .bb-stockists-container {
    flex-direction: column;
  }
}

.bb-stockists-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bb-stockists-title {
  width: 100%;
  padding-bottom: 25px;
}
@media only screen and (max-width: 800px) {
  .bb-stockists-title {
    padding-bottom: 15px;
    padding-top: 10px;
  }
}

.bb-stockists-image {
  width: calc(50% + 16px);
  position: sticky;
  position: -webkit-sticky;
  top: 73px;
  height: calc(100vh - 73px);
}
@media only screen and (max-width: 800px) {
  .bb-stockists-image {
    top: auto;
    position: relative;
    position: -webkit-relative;
    height: fit-content;
  }
}
.bb-stockists-image .ip-ratio-box {
  background-color: transparent !important;
}
@media only screen and (max-width: 800px) {
  .bb-stockists-image .ip-ratio-box {
    background-color: inherit !important;
  }
}
.bb-stockists-image img {
  object-fit: cover;
  height: calc(100vh - 73px) !important;
}
@media only screen and (max-width: 800px) {
  .bb-stockists-image img {
    height: fit-content !important;
  }
}
@media only screen and (max-width: 800px) {
  .bb-stockists-image {
    width: 100%;
  }
}

.bb-stockist-item {
  display: block;
  width: 50%;
  margin-bottom: 15px;
  padding-right: 10px;
}
@media only screen and (max-width: 700px) {
  .bb-stockist-item {
    width: 50%;
  }
}

.bb-stockist-address {
  color: #6b6b6b;
}

.bb-stockist-phone {
  color: #6b6b6b;
}

.aph_bar_holder {
  padding: 0 !important;
}
.aph_bar_holder .aph_bar_message_body {
  font-family: helvetica !important;
  font-size: 12px !important;
}

.aph_dismiss_multi {
  line-height: 1 !important;
  padding: 0 !important;
}

.bb-feed {
  width: 100%;
  padding: 0;
}

.bb-feed-container {
  font-size: 12px;
  font-family: helvetica;
  width: 46%;
  margin: 0 55px 0 17%;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .bb-feed-container {
    width: 100%;
    margin: 0;
    padding: 0 35px;
    font-size: 11px;
  }
}

.bb-feed-post-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 25px;
}

.bb-feed-image {
  width: 33.33%;
}

.bb-article-text {
  font-size: 12px;
  width: 100%;
  padding: 10px 55px 10px 15%;
  text-transform: uppercase;
}
.bb-article-text p {
  font-size: 12px;
}
@media only screen and (max-width: 700px) {
  .bb-article-text p {
    font-size: 14px;
  }
}
.bb-article-text strong {
  font-size: 30px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: normal;
}
@media only screen and (max-width: 700px) {
  .bb-article-text {
    width: 100%;
    margin: 0;
    padding: 10px;
  }
}

.bb-article-qa {
  width: 100%;
  display: flex;
  padding-bottom: 10px;
}

.bb-article-qa-initials {
  width: 50px;
}

.bb-article-qa-text {
  width: calc(100% - 50px);
}

.bb-article-image {
  width: 100%;
}

.bb-article-image--size-a {
  width: 46%;
  margin: 0 55px 0 17%;
}
@media only screen and (max-width: 700px) {
  .bb-article-image--size-a {
    width: 100%;
    margin: 0;
    padding: 0 35px;
  }
}

.bb-article-image--size-b {
  width: 100%;
}

.bb-article-quote p {
  font-family: serif;
  font-size: 20px;
  text-transform: uppercase;
}

.bb-article-embed-container {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 700px) {
  .bb-article-embed-container {
    width: 100%;
  }
}

.bb-article-embed {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.bb-article-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bb-image-row {
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .bb-image-row .bb-article-image {
    padding: 0;
  }
}

/* Collection Campaign Styling */
.bb-product-thumbnail-container--campaign .bb-product-thumbnail-container-inner {
  margin: 0;
  padding: 0;
  width: 100%;
}
.bb-product-thumbnail-container--campaign .bb-product-thumbnail {
  padding: 0;
}
.bb-product-thumbnail-container--campaign .bb-product-thumbnail {
  width: 25%;
  position: relative;
  overflow: hidden;
  background-color: white;
}
@media only screen and (max-width: 1150px) {
  .bb-product-thumbnail-container--campaign .bb-product-thumbnail {
    width: 33.33% !important;
  }
}
@media only screen and (max-width: 800px) {
  .bb-product-thumbnail-container--campaign .bb-product-thumbnail {
    width: 50% !important;
  }
}
@media only screen and (max-width: 320px) {
  .bb-product-thumbnail-container--campaign .bb-product-thumbnail {
    width: 100% !important;
  }
}
.bb-product-thumbnail-container--campaign .bb-product-thumbnail:hover .bb-product-size-hover {
  opacity: 1;
}
.bb-product-thumbnail-container--campaign .bb-product-thumbnail:hover .main-image {
  opacity: 0;
}
@media only screen and (max-width: 800px) {
  .bb-product-thumbnail-container--campaign .bb-product-thumbnail:hover .main-image {
    opacity: 1;
  }
}
.bb-product-thumbnail-container--campaign .bb-product-thumbnail:hover .hover-image {
  opacity: 1;
}
@media only screen and (max-width: 800px) {
  .bb-product-thumbnail-container--campaign .bb-product-thumbnail:hover .hover-image {
    opacity: 0;
  }
}
.bb-product-thumbnail-container--campaign .bb-collection-desc {
  position: absolute;
  z-index: 10;
}

/* Campaign Product Page Stling */
.bb-product-container--slider .product-detail-main-image {
  height: fit-content;
}
.bb-product-container--slider .product-detail-main-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.bb-product-slider-container {
  display: none;
  width: 100%;
  position: relative;
}
.bb-product-slider-container .product-detail-main-image {
  display: block;
}
@media only screen and (max-width: 800px) {
  .bb-product-slider-container {
    display: block !important;
  }
}

@media only screen and (max-width: 800px) {
  .product-slider {
    opacity: 0;
  }
}
.product-slider.slick-initialized {
  opacity: 1;
}

.slick-track {
  display: flex;
  align-items: center;
}

.slick-cloned {
  opacity: 1 !important;
  display: block !important;
}
.slick-cloned img {
  opacity: 1 !important;
}

.bb-zoom-slider-container--invisible {
  visibility: hidden;
  opacity: 0;
  transition: none !important;
}

.bb-zoom-slider-container--preload {
  display: none !important;
}

.bb-zoom-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  overflow-y: scroll;
  background-color: white;
}
.bb-zoom-container ::selection {
  background: transparent !important;
}
.bb-zoom-container ::-moz-selection {
  background: transparent !important;
}
.bb-zoom-container .product__photo--variant {
  object-fit: cover;
  min-height: 100vh;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 800px) {
  .bb-zoom-container .product__photo--variant {
    height: 100%;
    object-fit: cover;
  }
}

.bb-zoom-container--open {
  display: block;
}

.bb-zoom-container--open {
  opacity: 1;
  pointer-events: auto;
}

.bb-page--zoom {
  overflow: hidden;
}
.bb-page--zoom .bb-zoom-container-close-button {
  display: block;
}
.bb-page--zoom .bb-announcement-banner-container {
  z-index: 0;
}

.bb-zoom-container-close-button {
  display: none;
  padding: 0;
  position: fixed;
  top: 16px;
  right: 17px;
  z-index: 3000;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 10px;
}
.bb-zoom-container-close-button:hover {
  color: gray;
}
@media only screen and (max-width: 700px) {
  .bb-zoom-container-close-button {
    cursor: default;
    top: 14px;
  }
}

.bb-open-zoom {
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .bb-open-zoom {
    cursor: default;
  }
}

.bb-nav {
  display: none;
}

.bb-slider-navigation {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 15%;
  z-index: 10;
}
@media only screen and (max-width: 700px) {
  .bb-slider-navigation {
    display: none !important;
  }
}

.bb-slider-navigation--prev {
  left: 0;
}

.bb-slider-navigation--next {
  right: 0;
}

.bb-zoom-slider-container--open {
  opacity: 1 !important;
  pointer-events: all !important;
}
.bb-zoom-slider-container--open .slick-slide {
  width: 100vw;
}
.bb-zoom-slider-container--open .bb-arrow {
  top: 0;
  display: flex !important;
  height: 100%;
}

.bb-zoom-slider-container-inner {
  width: 100%;
}

.bb-zoom-slider-container {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  overflow-y: scroll;
  background-color: white;
  pointer-events: none;
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .bb-zoom-slider-container {
    cursor: default;
  }
}
.bb-zoom-slider-container .lazyloaded {
  opacity: 1 !important;
}
.bb-zoom-slider-container .bb-image {
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
  height: 100vh;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.bb-zoom-slider-container .bb-image::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
@media only screen and (max-width: 800px) {
  .bb-zoom-slider-container .bb-image img {
    min-width: 160vw;
    margin-left: -30vw;
    opacity: 1 !important;
  }
}
.bb-zoom-slider-container .slick-slide {
  padding: 0;
}
.bb-zoom-slider-container .slick-list {
  padding: 0 !important;
}
.bb-zoom-slider-container .bb-video-image {
  background-color: white !important;
  height: 100vh;
}
@media only screen and (max-width: 700px) {
  .bb-zoom-slider-container .bb-video-image iframe {
    height: 100vh !important;
    object-fit: cover;
    width: 150% !important;
    margin-left: -25%;
    max-width: 150% !important;
  }
}
@media only screen and (max-width: 320px) {
  .bb-zoom-slider-container .bb-video-image iframe {
    width: 180% !important;
    margin-left: -40%;
    max-width: 180% !important;
  }
}

.bb-arrow {
  position: absolute;
  top: 55px;
  height: calc(100% - 55px);
  width: fit-content;
  justify-content: center;
  align-items: center;
  z-index: 10;
  width: 35px;
  font-size: 15px;
}
@media only screen and (max-width: 700px) {
  .bb-arrow {
    top: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .bb-arrow {
    display: flex !important;
  }
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.bb-product-slider-navigation {
  display: none;
  width: calc(100% + 5px);
  margin-left: -2.5px;
  align-items: center;
  margin-top: 5px;
}
@media only screen and (max-width: 700px) {
  .bb-product-slider-navigation {
    display: flex;
    width: 100%;
  }
}

.bb-product-slide-navigation {
  position: relative;
  top: 0;
  left: 0;
  width: 40px;
  margin: 0 2.5px;
  border: 1px solid transparent;
}
.bb-product-slide-navigation img {
  position: absolute;
  top: 0;
  left: 0;
}

/* Search Styling */
.bb-searh-result {
  display: block !important;
  text-transform: uppercase;
  padding-top: 0 !important;
  text-align: left !important;
  margin: 0 !important;
}
@media only screen and (max-width: 700px) {
  .bb-searh-result {
    padding-bottom: 10px;
  }
}
.bb-searh-result h5 {
  font-family: helvetica !important;
  transform: scaleY(1);
  font-weight: normal;
}
@media only screen and (max-width: 700px) {
  .bb-searh-result h5 {
    text-align: center;
    padding: 0 25px;
  }
}
.bb-searh-result .text-link {
  border: 0 !important;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.bb-search-container {
  display: none;
  position: fixed;
  top: 31px;
  left: 6px;
  width: calc(100vw - 12px);
  background-color: white;
  z-index: 1;
  min-height: 280px;
  max-height: calc(100vh - 31px);
  padding-top: 100px;
}
.bb-search-container:hover {
  display: block !important;
}
@media only screen and (max-width: 800px) {
  .bb-search-container {
    top: 125px;
    left: 6px;
    width: calc(100vw - 12px);
    padding: 0 10px;
  }
}
.bb-search-container .bb-search-container-inner {
  border: 1px solid black;
  pointer-events: all;
  width: 50vw;
  margin: 0 auto;
  padding: 6px 5px 5px;
}
@media only screen and (max-width: 800px) {
  .bb-search-container .bb-search-container-inner {
    width: 100%;
  }
}
.bb-search-container input {
  padding: 0;
  margin: 0;
  font-size: 10px;
  text-transform: uppercase;
  opacity: 1;
  background-color: transparent;
  border: 0;
  width: calc(100% - 35px);
}
@media only screen and (max-width: 800px) {
  .bb-search-container input {
    font-size: 11px;
  }
}
.bb-search-container input::placeholder {
  opacity: 1;
}
.bb-search-container .bb-search-bar {
  padding: 0;
  width: 100%;
}
.bb-search-container .search-bar {
  height: fit-content;
  background-color: transparent;
  border: 0;
  display: flex;
}
.bb-search-container button {
  display: none;
}
.bb-search-container .bb-search-icon {
  width: 10px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  margin-top: -1.5px;
  margin-left: 3px;
}
.bb-search-container .bb-search-close-icon {
  width: 20px;
  margin-left: 0;
  cursor: pointer;
  margin-top: 1px;
  padding: 0 5px;
  z-index: 100;
}

.bb-search-back-button {
  display: none;
}

.bb-search-toggle {
  cursor: pointer;
}

.input-group-btn {
  display: none;
}

@media only screen and (max-width: 800px) {
  .bb-page--mobile-menu {
    overflow: hidden;
  }
}
@media only screen and (max-width: 800px) {
  .bb-page--mobile-menu .main-content, .bb-page--mobile-menu .main {
    pointer-events: none;
  }
}
@media only screen and (max-width: 800px) {
  .bb-page--mobile-menu .bb-mobile-header-container {
    pointer-events: all;
  }
}
@media only screen and (max-width: 800px) {
  .bb-page--mobile-menu .bb-mobile-header-menu-container {
    display: flex !important;
  }
}
.bb-page--mobile-menu .bb-menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 1;
  height: 110px;
  pointer-events: none;
  display: block;
}
@media only screen and (max-width: 800px) {
  .bb-page--mobile-menu:after {
    visibility: visible;
    opacity: 1;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3019607843);
    z-index: 150;
    transition: all 0.35scubic-bezier 0.29, 0.63, 0.44, 1;
    transform: translate(0);
    pointer-events: none;
  }
}
@media only screen and (max-width: 800px) {
  .bb-page--mobile-menu.bb-page--search {
    overflow: hidden;
  }
}
@media only screen and (max-width: 800px) {
  .bb-page--mobile-menu.bb-page--search .main-content, .bb-page--mobile-menu.bb-page--search .main {
    pointer-events: none;
  }
}
@media only screen and (max-width: 800px) {
  .bb-page--mobile-menu.bb-page--search .bb-mobile-header-menu-split {
    opacity: 0;
    pointer-events: none;
  }
}
@media only screen and (max-width: 800px) {
  .bb-page--mobile-menu.bb-page--search .bb-search-back-button {
    position: fixed;
    top: 82px;
    left: 16px;
    z-index: 100;
    display: block;
    color: grey;
    cursor: pointer;
  }
}
.bb-page--mobile-menu.bb-page--search:after {
  visibility: visible;
  opacity: 1;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3019607843);
  z-index: 150;
  transition: all 0.35scubic-bezier 0.29, 0.63, 0.44, 1;
  transform: translate(0);
  pointer-events: none;
}

.bb-page--search .bb-search-container {
  display: block;
}

.bb-header-section-nav-item-container--search {
  right: calc(25vw - 12px);
  position: absolute;
}

.bb-menu-overlay {
  display: none;
}

.bb-header-section-nav-item-list-item:hover .bb-header-section-nav-item-image {
  display: block !important;
}

.bb-header-section-nav-item-image {
  display: none;
  position: absolute;
  top: 0;
  right: calc(-75vw + 9px);
  width: 245px;
}
.bb-header-section-nav-item-image .bb-post-cover-video {
  width: 100%;
}
.bb-header-section-nav-item-image .bb-post-cover-video a, .bb-header-section-nav-item-image .bb-post-cover-video .ip-ratio-box {
  background-color: transparent;
}
.bb-header-section-nav-item-image .bb-post-cover-video img {
  height: 245px;
  object-fit: contain;
  object-position: right;
}
.bb-header-section-nav-item-image .bb-post-cover-video video {
  height: 245px !important;
  object-fit: contain;
  object-position: right;
}

.bb-side-menu--short--second .bb-header-section-nav-item-image {
  right: calc(-50vw + 6px);
}

/* Journal Styling */
.bb-blog-feed {
  width: 100vw;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 73px;
}
@media only screen and (max-width: 800px) {
  .bb-blog-feed {
    padding-top: 66px;
  }
}

.bb-post-cover-video {
  width: 25vw;
  height: 25vw;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  .bb-post-cover-video {
    width: 33.33vw;
    height: 33.33vw;
  }
}
@media only screen and (max-width: 800px) {
  .bb-post-cover-video {
    width: 50vw;
    height: 50vw;
  }
}
@media only screen and (max-width: 700px) {
  .bb-post-cover-video {
    width: 100vw;
    height: 100vw;
  }
}
.bb-post-cover-video a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #e7e7e7;
}
.bb-post-cover-video video {
  object-fit: cover;
}

.bb-post-cover-title {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  z-index: 10;
  font-size: 10px;
  text-transform: uppercase;
}

.bb-journal-container {
  margin-top: 105px;
}
.bb-journal-container .bb-slider-container .bb-slide {
  border: none !important;
}

.bb-journal-image-row {
  display: flex;
  margin-bottom: 75px;
}
@media only screen and (max-width: 700px) {
  .bb-journal-image-row {
    margin-bottom: 50px;
  }
}

.bb-journal-image-caption {
  font-size: 10px;
}
.bb-journal-image-caption p {
  margin: 0 !important;
}

.bb-journal-image-row--size-a .bb-journal-image {
  width: 28.4%;
}

.bb-journal-image-row--size-b .bb-journal-image {
  width: 42.6%;
}

.bb-journal-image-row--size-c .bb-journal-image {
  width: 56.8%;
}

.bb-journal-image-row--size-d .bb-journal-image {
  width: 71%;
}

.bb-journal-image-row--size-e .bb-journal-image {
  width: 85.2%;
}

.bb-journal-image-row--size-f .bb-journal-image {
  width: 100%;
}

.bb-journal-image-row--position-a {
  justify-content: flex-start;
}
.bb-journal-image-row--position-a .bb-journal-image-caption {
  padding-left: 5px;
}

.bb-journal-image-row--position-b {
  justify-content: center;
}

.bb-journal-image-row--position-c {
  justify-content: flex-end;
}

.bb-journal-title {
  font-size: 75px !important;
  text-align: center;
  text-transform: uppercase;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 75px;
  line-height: 1;
  font-weight: normal;
}
@media only screen and (max-width: 1150px) {
  .bb-journal-title {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
}
@media only screen and (max-width: 800px) {
  .bb-journal-title {
    width: calc(100% - 50px);
  }
}
@media only screen and (max-width: 700px) {
  .bb-journal-title {
    font-size: 50px !important;
    margin-bottom: 50px;
  }
}

.bb-journal-credits {
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}
.bb-journal-credits a {
  text-decoration: underline;
}

.bb-journal-credits--spaced {
  margin-bottom: 75px;
}

.bb-journal-small-text {
  margin-bottom: 75px;
}
.bb-journal-small-text p {
  font-size: 16px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 700px) {
  .bb-journal-small-text p {
    font-size: 14px;
  }
}
.bb-journal-small-text p:last-child {
  margin-bottom: 0;
}

.bb-journal-question-text {
  margin-bottom: 75px;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 700px) {
  .bb-journal-question-text {
    margin-bottom: 50px;
  }
}

.bb-journal-large-text {
  margin-bottom: 75px;
  line-height: 1.2;
}
.bb-journal-large-text p {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.bb-journal-large-text p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 700px) {
  .bb-journal-large-text {
    margin-bottom: 50px;
  }
}

.bb-journal-padding {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1150px) {
  .bb-journal-padding {
    width: 85%;
  }
}
@media only screen and (max-width: 800px) {
  .bb-journal-padding {
    width: calc(100% - 50px);
  }
}

.bb-journal-image-row--double {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 1501px) {
  .bb-journal-image-row--double {
    width: 1000px;
  }
}
@media only screen and (max-width: 1150px) {
  .bb-journal-image-row--double {
    width: 600px;
  }
}
@media only screen and (max-width: 800px) {
  .bb-journal-image-row--double {
    width: calc(100% - 50px);
  }
}
.bb-journal-image-row--double .bb-journal-image {
  width: calc(50% - 5px);
}
.bb-journal-image-row--double .bb-journal-image-caption {
  margin-top: 5px;
}

.bb-journal-left-align p {
  text-align: left !important;
}

.bb-journal-image-row--single {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 1501px) {
  .bb-journal-image-row--single {
    width: 1000px;
  }
}
@media only screen and (max-width: 1150px) {
  .bb-journal-image-row--single {
    width: 600px;
  }
}
@media only screen and (max-width: 800px) {
  .bb-journal-image-row--single {
    width: calc(100% - 50px);
  }
}
.bb-journal-image-row--single .bb-journal-image {
  width: 100%;
}
.bb-journal-image-row--single .bb-journal-image-caption {
  margin-top: 5px;
}

.bb-journal-image-row--single-large {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bb-journal-image-row--single-large .bb-journal-image {
  width: 100%;
}
.bb-journal-image-row--single-large .bb-journal-image-caption {
  margin-top: 5px;
  padding-left: 5px;
}

.bb-journal-image-row--left {
  margin-left: 0;
}
@media only screen and (max-width: 800px) {
  .bb-journal-image-row--left {
    margin-right: 0;
    width: 100%;
  }
}
.bb-journal-image-row--left .bb-journal-image-caption {
  padding-left: 5px;
}

.bb-journal-image-row--right {
  margin-right: 0;
}
@media only screen and (max-width: 800px) {
  .bb-journal-image-row--right {
    margin-left: 0;
    width: 100%;
  }
  .bb-journal-image-row--right .bb-journal-image-caption {
    padding-left: 5px;
  }
}

.bb-journal-split-container {
  display: flex;
}
@media only screen and (max-width: 800px) {
  .bb-journal-split-container {
    flex-direction: column;
  }
}
.bb-journal-split-container p {
  text-align: left !important;
  text-transform: inherit;
  margin-bottom: 50px;
}
.bb-journal-split-container p strong {
  font-size: 24px;
  font-weight: normal !important;
  line-height: 1.2;
  text-transform: uppercase;
}

.bb-journal-split-section {
  width: 50%;
  padding-right: 50px;
}
@media only screen and (max-width: 1150px) {
  .bb-journal-split-section {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 800px) {
  .bb-journal-split-section {
    width: 100%;
    padding: 0 25px;
  }
}
.bb-journal-split-section .bb-journal-image {
  margin-bottom: 15px;
}
@media only screen and (max-width: 800px) {
  .bb-journal-split-section .bb-journal-image {
    margin-bottom: 50px;
  }
}
.bb-journal-split-section .bb-journal-image-caption {
  padding-left: 5px;
}

@media only screen and (max-width: 800px) {
  .bb-journal-split-section--images {
    padding: 0;
  }
}
@media only screen and (max-width: 800px) {
  .bb-journal-split-section--images .bb-journal-image {
    display: none;
  }
  .bb-journal-split-section--images .bb-journal-image:first-child {
    display: block;
  }
}

.bb-journal-split-section--mobile {
  display: none;
}
@media only screen and (max-width: 800px) {
  .bb-journal-split-section--mobile {
    display: block;
    padding: 0;
  }
}
@media only screen and (max-width: 800px) {
  .bb-journal-split-section--mobile .bb-journal-image {
    display: block;
  }
  .bb-journal-split-section--mobile .bb-journal-image:first-child {
    display: none !important;
  }
}

.bb-journal-embed {
  width: 75%;
  margin: 0 auto 75px;
}
.bb-journal-embed > div {
  pointer-events: none !important;
}
@media only screen and (max-width: 800px) {
  .bb-journal-embed {
    margin-bottom: 50px;
  }
}

.bb-journal-embed--large {
  width: 100%;
}

.bb-journal-related-posts-title {
  margin-top: 100px;
  width: 100%;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media only screen and (max-width: 800px) {
  .bb-journal-related-posts-title {
    margin-top: 75px;
  }
}

.bb-journal-related-posts {
  display: flex;
}
@media only screen and (max-width: 800px) {
  .bb-journal-related-posts {
    flex-direction: column;
  }
}
.bb-journal-related-posts .bb-post-cover-video {
  width: 33.33vw;
  height: 33.33vw;
}
@media only screen and (max-width: 800px) {
  .bb-journal-related-posts .bb-post-cover-video {
    width: 100vw;
    height: 100vw;
  }
}

/* Journal Slider Styling */
.bb-product-slider-container {
  opacity: 0;
  margin-bottom: 75px;
  margin-bottom: 10px;
}
.bb-product-slider-container.slick-initialized {
  opacity: 0;
  animation: fade-in 0.5s ease;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 800px) {
  .bb-product-slider-container {
    opacity: 1;
    margin-bottom: 15px;
  }
}

.slick-cloned {
  opacity: 1 !important;
}

.slider-custom-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0 !important;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

.slider-custom-dots li {
  width: 100%;
  padding: 50px 5px;
  height: 5px;
  transition: opacity 0.75s ease;
  position: relative;
}
@media only screen and (max-width: 320px) {
  .slider-custom-dots li {
    padding: 40px 5px;
  }
}

.slider-custom-dots button {
  padding: 0;
  border: 0;
  border-radius: 10px;
  background-color: rgba(242, 241, 240, 0.9);
  margin: 0;
  font-size: 0;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  width: 100% !important;
}

.active-indicator {
  position: absolute;
  bottom: 0;
  height: 5px;
  background-color: grey;
  transition: left 0.25s ease, width 0.25s ease;
}

.bb-slider-container {
  margin-bottom: 75px;
  width: calc(100vw - 10px);
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  margin-right: 5px;
  margin-left: 5px;
}
@media only screen and (max-width: 800px) {
  .bb-slider-container {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.bb-slider-container::-webkit-scrollbar {
  width: 5px;
  height: 4px;
  background-color: rgba(242, 241, 240, 0.9); /* or add it to the track */
  opacity: 0.5;
}
@media only screen and (max-width: 700px) {
  .bb-slider-container::-webkit-scrollbar {
    display: none;
  }
}

.bb-slider-container::-webkit-scrollbar-thumb {
  background: grey;
  opacity: 0.5;
}
@media only screen and (max-width: 700px) {
  .bb-slider-container::-webkit-scrollbar-thumb {
    display: none;
  }
}

.bb-slide {
  padding: 0 5px;
  flex: 0 0 350px;
  width: 350px;
  scroll-snap-align: start;
  border-top: 1px solid grey;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
}
.bb-slide:last-child {
  border-right: 1px solid transparent;
}
@media only screen and (min-width: 1501px) {
  .bb-slide {
    flex: 0 0 500px;
    width: 500px;
  }
}
@media only screen and (max-width: 1150px) {
  .bb-slide {
    flex: 0 0 300px;
    width: 300px;
  }
}
@media only screen and (max-width: 800px) {
  .bb-slide {
    flex: 0 0 200px;
    width: 200px;
  }
}
@media only screen and (max-width: 700px) {
  .bb-slide {
    flex: 0 0 90%;
    width: 90%;
  }
}

/* New Header Styling */
.bb-header-container {
  position: fixed !important;
  top: 31px;
  left: 6px;
  width: calc(100vw - 12px);
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  line-height: 1;
  z-index: 190;
  font-size: 10px;
  padding: 0 10px;
  background-color: #fff;
  pointer-events: all;
}
@media only screen and (max-width: 800px) {
  .bb-header-container {
    display: none;
  }
}

.bb-header-section {
  width: 50%;
  display: flex;
  align-items: center;
  position: relative;
}

.bb-header-section-nav-item-container {
  height: fit-content;
}
@media only screen and (max-width: 1150px) {
  .bb-header-section-nav-item-container {
    margin-right: 30px;
  }
}
.bb-header-section-nav-item-container a:hover {
  color: gray;
}
.bb-header-section-nav-item-container:last-child {
  margin-right: 0;
}

.bb-header-section--logo {
  justify-content: center;
  z-index: 100;
  pointer-events: none;
}

.bb-header-section--cart {
  justify-content: flex-end;
}

.bb-header-star-hover {
  width: 33px;
  position: absolute;
  top: 0;
  left: calc(50% - 16px);
  pointer-events: none;
  display: none;
}
.bb-header-star-hover svg {
  width: 31px !important;
  margin-top: 3px !important;
  height: fit-content;
  animation: spin 10s infinite linear;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bb-header-logo {
  padding: 10px 20px;
  pointer-events: all;
  position: relative;
}
.bb-header-logo:hover .bb-header-logo-image {
  opacity: 0;
}
.bb-header-logo:hover .bb-header-star-hover {
  display: block;
}
@media only screen and (max-width: 800px) {
  .bb-header-logo {
    padding: 0;
  }
}
.bb-header-logo .bb-header-logo-image {
  height: 15px;
  display: block;
}
.bb-header-logo svg {
  width: 125px;
  margin-top: 2px;
}
@media only screen and (max-width: 700px) {
  .bb-header-logo svg {
    width: 140px;
  }
}

.bb-header-section-nav-item-container--hover:hover .bb-header-section-nav-item-list {
  display: grid;
  z-index: 1;
}
.bb-header-section-nav-item-container--hover:hover .bb-search-container {
  display: block;
}

.bb-desktop-menu-overlay {
  pointer-events: none;
}
.bb-desktop-menu-overlay:after {
  visibility: visible;
  opacity: 1;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3019607843);
  z-index: 150;
  transition: all 0.35scubic-bezier 0.29, 0.63, 0.44, 1;
  transform: translate(0);
  pointer-events: none;
}

.bb-header-section-nav-item-container--open .bb-header-section-nav-item-list {
  display: grid;
}

.bb-header-section-nav-item-list--journal {
  grid-gap: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
}

.bb-header-section-nav-item-list {
  position: fixed;
  top: 31px;
  left: 6px;
  width: calc(100vw - 12px);
  z-index: -1;
  display: none;
  list-style-type: none;
  padding-top: 35px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
  background-color: white;
  line-height: 22px;
  font-family: helvetica;
  font-size: 10px;
  min-height: 280px;
  justify-content: flex-start;
  align-items: flex-start;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  overflow: hidden;
  transform: translateZ(0);
  height: auto;
  max-height: calc(100vh - 31px);
}
.bb-header-section-nav-item-list:hover {
  display: grid;
}

.bb-side-menu--short {
  grid-column: span 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.bb-side-menu--short:first-child {
  padding-left: 10px;
}

.bb-side-menu--long {
  grid-column: span 3;
  display: flex;
  font-family: helvetica;
  font-size: 10px;
  padding-top: 6px;
  justify-content: space-between;
}

.bb-side-menu--half {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  position: relative;
}
.bb-side-menu--half:first-child {
  padding-left: 10px;
}

.bb-side-menu-collection {
  width: 33.33%;
}
.bb-side-menu-collection:hover p {
  color: gray;
}
.bb-side-menu-collection .bb-side-menu-collection-image {
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  position: relative;
  line-height: 0;
}
.bb-side-menu-collection .bb-side-menu-collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bb-side-menu-collection .bb-side-menu-collection-image-title {
  font-family: helvetica;
  font-size: 10px;
  text-transform: uppercase;
  color: white;
  position: absolute;
  top: 15px;
  left: 10px;
}

.bb-side-menu-about {
  width: 100%;
}
.bb-side-menu-about:hover {
  cursor: pointer;
}
.bb-side-menu-about:hover p {
  color: gray;
}
.bb-side-menu-about .bb-side-menu-about-image {
  height: 17vw;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}
.bb-side-menu-about .bb-side-menu-about-image img {
  object-fit: cover;
}
.bb-side-menu-about p {
  font-family: helvetica;
  font-size: 10px;
  text-transform: uppercase;
}

.bb-side-menu-about-embed {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 17vw;
  object-fit: cover;
}
.bb-side-menu-about-embed iframe {
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  height: 300%;
}

.bb-side-menu-about-embed--shop iframe {
  height: 200%;
  max-width: 300% !important;
}

.bb-header-section-nav-item-list-item--title {
  margin-bottom: 5px !important;
  color: gray;
}

.bb-header-section-nav-item-list-item--space {
  margin-top: 17px;
}

.bb-header-section-nav-item-list-item--title--extra-gap {
  margin-top: 20px;
}

.bb-header-section-nav-item-list-item {
  text-transform: uppercase;
  width: fit-content;
}

.bb-header-section-nav-item-title {
  z-index: 2;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
}
.bb-header-section-nav-item-title:hover {
  color: gray;
}
.bb-header-section-nav-item-title.is-active {
  color: gray;
}

.bb-header-section-nav-item-container--journal {
  left: calc(25vw - 12px);
  position: absolute;
}

.bb-mobile-header-container {
  display: none;
  position: fixed;
  top: 31px;
  left: 6px;
  width: calc(100vw - 12px);
  z-index: 500;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: all;
  justify-content: space-between;
  align-items: center;
  background-color: white;
}
@media only screen and (max-width: 800px) {
  .bb-mobile-header-container {
    display: flex;
  }
}

.bb-mobile-header-section {
  z-index: 2;
  width: 33.33%;
}
.bb-mobile-header-section .bb-mobile-header-nav-item {
  padding: 10px;
  display: inline-block;
  cursor: default;
}

.bbs-mobile-heafer-nav-item-text {
  cursor: pointer;
}

.bb-mobile-header-section--logo {
  width: 33.33%;
}

.bb-mobile-header-section--cart {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.bb-mobile-header-section--cart .bb-mobile-header-nav-item--spaced {
  padding-right: 10px;
}

.bb-logo-shop-image {
  max-width: 120px;
  margin: 0 auto;
}
.bb-logo-shop-image a {
  height: 100%;
  display: inline-block;
}
.bb-logo-shop-image svg {
  width: 100%;
}

.bb-mobile-header-menu-container {
  position: fixed;
  top: 52px;
  left: 6px;
  padding: 10px;
  width: calc(100vw - 12px);
  z-index: 100;
  background-color: white;
  display: none;
  overflow-y: scroll;
}
.bb-mobile-header-menu-container .bb-mobile-header-menu-nav-item-list-item {
  padding-bottom: 12px;
}

.bb-mobile-header-menu-nav-item-list {
  padding-bottom: 15px;
}

.bb-mobile-header-menu-split {
  width: 50%;
  padding: 20px 0;
}

.bb-mobile-header-menu-nav-item-list--footer .bb-mobile-header-menu-nav-item-list-item {
  padding-bottom: 5px;
}

.bb-mobile-header-menu-nav-item-list-item--lower-case {
  text-transform: none !important;
}

.bb-mobile-header-menu-nav-item-list-item--sentence-case {
  text-transform: none !important;
}

.bb-mobile-header-menu-nav-item-list-item--search {
  margin-top: 15px;
}

.bb-mobile-header-menu-shop {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 20px 0;
}

.bb-mobile-header-menu-title {
  padding-bottom: 20px;
}
.bb-mobile-header-menu-title a {
  color: gray;
}

/* New Banner Styling */
.bb-announcement-banner-container {
  position: fixed;
  top: 6px;
  left: 6px;
  width: calc(100vw - 12px);
  height: fit-content;
  background: black;
  z-index: 1000000;
  overflow: hidden;
  color: white;
}
.bb-announcement-banner-container a {
  color: white;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (max-width: 700px) {
  .bb-announcement-banner-container a {
    pointer-events: none;
  }
}

.bb-announcement-banner-container-inner {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 20px;
  display: flex;
  align-items: center;
}

.bb-announcement-close-button {
  position: absolute;
  right: 0;
  cursor: pointer;
  width: 32px;
  height: 20px;
  background-color: black;
  display: flex;
  justify-content: flex-end;
  padding-right: 13px;
}
.bb-announcement-close-button img {
  width: 8px;
  margin-top: -0.5px;
}

.bb-announcement-banner-track {
  display: flex;
  width: max-content;
  animation: marquee 120s linear infinite;
}
.bb-announcement-banner-track a {
  display: inline-block;
  padding: 0 100px;
  font-size: 10px;
  text-transform: uppercase;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.bb-sp-hidden {
  display: none;
}

.bb-product-container {
  width: 100%;
  margin: 0;
  padding-top: 73px;
}
@media only screen and (max-width: 800px) {
  .bb-product-container {
    padding-top: 66px;
  }
}

.bb-product-top-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .bb-product-top-section {
    flex-direction: column;
  }
}

.bb-product-half--sticky {
  position: sticky !important;
  position: -webkit-sticky !important;
  height: fit-content;
  min-height: calc(100vh - 85px);
  top: 85px;
}

.bb-product-half {
  width: 50%;
  position: relative;
  padding: 0;
  margin: 0;
  font-family: helvetica;
  font-size: 12px;
}
@media only screen and (max-width: 800px) {
  .bb-product-half {
    width: 100%;
    padding: 0 !important;
  }
}
.bb-product-half p {
  font-family: helvetica;
  font-size: 12px;
  color: black;
}

.bb-info-container--hidden, .bb-preorder-note--hidden {
  display: none;
}

.bb-preorder-date {
  font-family: helvetica;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

.pre-order-tag {
  height: 30px;
  padding-bottom: 10px;
}

.bb-alternative-payment {
  font-size: 11px;
  letter-spacing: 0;
  display: flex;
}
.bb-alternative-payment span {
  width: 65px;
  margin-left: 5px;
  margin-top: 2px;
  display: flex;
  align-items: center;
}

.bb-free-shipping {
  text-align: center;
  padding-top: 20px;
  font-size: 11px;
  letter-spacing: 0;
}

.bb-product-page-newsletter-container {
  background-color: black;
  color: white;
  text-transform: uppercase;
  padding: 15px 50px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.5;
  margin-top: 50px;
}
.bb-product-page-newsletter-container .bb-cursive {
  text-transform: none;
  font-size: 14px;
}
.bb-product-page-newsletter-container a {
  color: white !important;
}

.product-detail-main-image {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.product-detail-main-image a {
  display: block;
}
.product-detail-main-image img {
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .product-detail-main-image {
    padding-right: 0;
    display: none;
  }
}

.bb-product-details {
  width: 70%;
  margin: 20px 0 0;
  margin-left: 40px;
  font-family: helvetica;
  font-size: 12px;
}
@media only screen and (max-width: 800px) {
  .bb-product-details {
    width: 100%;
    padding: 0 16px;
    margin: 0;
  }
}

.bb-product-details-inner {
  width: 100%;
}

.bb-product-title-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1.6;
  padding-bottom: 10px;
}

.bb-product-title {
  padding: 0;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  width: 50%;
}

.bb-product-colour {
  padding: 0;
  margin: 0;
  font-size: 12px;
  width: 50%;
  text-transform: uppercase;
}

.bb-preorder-price-title {
  font-size: 12px;
}

.product__price {
  font-size: 12px;
}

.product__price--sale {
  padding: 0;
}

.price-tag.on-sale {
  padding-right: 10px;
  color: gray;
}

.bb-preorder-price .on-sale {
  text-decoration: none !important;
}

.bb-product-price {
  text-align: right;
  padding: 0;
  font-family: helvetica;
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

.on-sale {
  text-decoration: line-through;
}

.bb-collection-slider {
  width: 100%;
  position: relative;
  display: contents;
}
.bb-collection-slider .slick-dots {
  bottom: 1px !important;
  pointer-events: none;
}
.bb-collection-slider .slick-dots li {
  /* Click area width and height */
  width: 50%;
  height: 15px;
  vertical-align: unset;
}
.bb-collection-slider .slick-dots li button {
  padding: 0;
  /* Click area width and height */
  width: 100%;
  height: 100%;
  pointer-events: all;
}
.bb-collection-slider .slick-dots li button::before {
  /* Visual button appearance */
  margin: 0 !important;
  background-color: rgba(242, 241, 240, 0.9) !important;
  border: 0 !important;
  border-radius: 0 !important;
  width: 100% !important;
  height: 4px !important;
  left: 0;
  bottom: -2px;
  top: auto;
}
.bb-collection-slider .slick-dots .slick-active button::before {
  background-color: grey !important;
  border: 0 !important;
}

.bb-product-desc {
  width: 100%;
  color: black;
}
.bb-product-desc p {
  font-size: 12px;
  color: black;
}

.bb-product-colour-selector, .bb-product-size-selector {
  position: relative;
}
.bb-product-colour-selector .bb-colour-label, .bb-product-colour-selector .bb-size-label, .bb-product-size-selector .bb-colour-label, .bb-product-size-selector .bb-size-label {
  font-size: 12px;
  font-weight: bold;
  padding: 20px 0 10px;
  width: 100%;
  position: relative;
  font-weight: normal;
  text-transform: uppercase;
}
.bb-product-colour-selector .bb-colour-select, .bb-product-colour-selector .bb-size-select, .bb-product-size-selector .bb-colour-select, .bb-product-size-selector .bb-size-select {
  text-transform: uppercase;
  font-family: helvetica;
  font-size: 12px;
  border-bottom: 1px solid black;
  padding: 0 0 20px;
  padding-right: 50px;
  border-radius: 0;
  width: 100%;
  background-position: right 0px center;
}
.bb-product-colour-selector a, .bb-product-size-selector a {
  margin-right: 15px;
}

.bb-product-colour-selector a {
  margin-right: 6px;
}

.bb-product-thumbnail--slider .bb-product-size-list-container, .bb-product-thumbnail--slider .bb-product-thumbnail-colours {
  margin-bottom: 28px;
}

.slick-dots li:only-child {
  display: none;
}

.bb-product-total-colours-container {
  display: none;
}
@media only screen and (max-width: 800px) {
  .bb-product-total-colours-container {
    display: block;
    position: absolute;
    left: 10px;
    bottom: 33px;
    z-index: 100;
    pointer-events: none;
    font-family: helvetica;
    font-size: 9px;
    color: grey;
  }
}

.bb-product-thumbnail-colours {
  position: absolute;
  left: 8px;
  bottom: 10px;
  z-index: 100;
  pointer-events: none;
}
@media only screen and (max-width: 800px) {
  .bb-product-thumbnail-colours {
    display: none;
  }
}

.bb-product-colour-btn-group {
  width: 100%;
  display: flex;
}

.bb-product-colour-btn {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 2px;
  border-radius: 50%;
  border: 1px solid transparent;
}
.bb-product-colour-btn:hover {
  border: 1px solid black;
}
.bb-product-colour-btn span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.bb-product-colour-btn--collection-view {
  width: 12px;
  height: 12px;
  margin: 2px;
  padding: 0;
}
.bb-product-colour-btn--collection-view.bb-product-colour-btn--white span {
  border: 0;
}

.bb-product-colour-btn--white span {
  border: 1px solid #c4c4c4;
}

.bb-product-colour-btn--selected {
  border: 1px solid black;
}

.bb-colour-selected-highlight {
  text-decoration: underline;
}

.bb-product-dropdown {
  min-height: 34px;
}

.selector-wrapper {
  border: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  text-transform: uppercase;
  border-radius: 0;
  margin: 0;
  position: relative;
}
.selector-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 18px;
  height: 20px;
  z-index: 100;
}
.selector-wrapper input.bb-sold-out + label {
  position: relative;
  opacity: 0.2;
}
.selector-wrapper input:checked + label {
  text-decoration: underline;
}
.selector-wrapper input:hover {
  cursor: pointer;
}
.selector-wrapper input:hover + label {
  cursor: pointer;
  text-decoration: underline;
}
.selector-wrapper input:first-child {
  left: 0;
}
.selector-wrapper input:nth-child(3) {
  left: 33px;
}
.selector-wrapper input:nth-child(5) {
  left: 66px;
}
.selector-wrapper input:nth-child(7) {
  left: 99px;
}
.selector-wrapper input:nth-child(9) {
  left: 132px;
}
.selector-wrapper input:nth-child(11) {
  left: 165px;
}
.selector-wrapper input:nth-child(13) {
  left: 198px;
}
.selector-wrapper label {
  padding-bottom: 0;
  width: 18px;
  height: 20px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-family: helvetica;
  line-height: 1;
  border-bottom: 2px solid transparent;
}
.selector-wrapper label:after {
  padding-left: 0;
  content: "";
  display: none;
}

.single-option-selector {
  display: flex;
  width: 100%;
  text-align: left;
  border: none;
  font-family: helvetica;
  font-size: 12px;
  background-color: transparent;
  background-position: right 0px center;
  text-transform: uppercase;
  padding: 0 0 50px;
  border-radius: 0 !important;
}
@media only screen and (max-width: 1150px) {
  .single-option-selector {
    padding: 0 0 14px;
  }
}
@media only screen and (max-width: 800px) {
  .single-option-selector {
    padding: 0 0 50px;
  }
}
@media only screen and (max-width: 700px) {
  .single-option-selector {
    background-color: transparent;
  }
}
@media only screen and (max-width: 320px) {
  .single-option-selector {
    padding: 0 0 14px;
  }
}

.bb-product-size-selector {
  overflow: hidden;
  width: 100%;
  font-family: helvetica;
}

.bb-product-size-selector--hide {
  display: none !important;
}

.bb-product-dropdown {
  text-align: left;
}

#product-select {
  padding: 0;
  padding-right: 10px;
  text-align: left;
  background-position: right 0px center;
  padding-right: 20px;
  font-family: helvetica;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.2;
}
#product-select option {
  text-align: left;
  font-family: helvetica;
}
#product-select select {
  align-items: left !important;
  font-family: helvetica;
}
#product-select.product-detail-select--disabled {
  color: rgba(0, 0, 0, 0.2);
}

.bb-size-select {
  display: none !important;
}

.bb-product-cart-button-container {
  width: 100%;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}

.bb-product-cart-button-container--hide {
  display: none !important;
}

.bb-sold-out-text {
  text-transform: uppercase;
  padding-bottom: 20px;
  color: black !important;
  text-align: center;
}

.bb-product-cart-button {
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-family: helvetica;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  color: white;
  background-color: black;
  padding: 15px 15px;
  height: 47px;
  border: 1px solid black;
  width: 100%;
}
.bb-product-cart-button:hover {
  background-color: rgb(40, 40, 40) !important;
  border: 1px solid rgb(40, 40, 40) !important;
  color: white !important;
}

.bb-size-guide-button {
  padding: 0 0 30px;
}

.bb-info-container-outter {
  width: 100%;
  padding: 50px 0;
  position: relative;
}

.bb-info-container {
  margin-bottom: 5px;
}
.bb-info-container .bb-product-accordian-button, .bb-info-container .bb-info-label {
  font-size: 12px;
  width: fit-content;
}
.bb-info-container .bb-product-accordian-button p, .bb-info-container .bb-info-label p {
  font-size: 12px;
}
.bb-info-container .bb-product-accordian-button:hover, .bb-info-container .bb-info-label:hover {
  cursor: pointer;
}
.bb-info-container .bb-info-label {
  line-height: 1;
  display: flex;
}
.bb-info-container .bb-info-label:after {
  font-size: 12px;
  display: block;
  content: "+";
  padding-left: 5px;
}
.bb-info-container .bb-info {
  display: none;
}
.bb-info-container .bb-info a {
  text-decoration: underline;
}

.bb-info-container--open .bb-info {
  display: block;
  padding: 15px 0;
}
.bb-info-container--open .bb-info-label {
  line-height: 1;
  display: flex;
}
.bb-info-container--open .bb-info-label:after {
  font-size: 12px;
  display: block;
  content: "-";
  padding-left: 5px;
}

.bb-product-cart-button--disabled:hover {
  color: rgba(0, 0, 0, 0.2);
}

.product-detail-secondary-image {
  width: 100%;
  margin-top: -20px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 800px) {
  .product-detail-secondary-image {
    display: none;
  }
}

.bb-secondary-photo {
  pointer-events: none;
}

.product-detail-mobile-image {
  display: none;
}
@media only screen and (max-width: 800px) {
  .product-detail-mobile-image {
    display: block;
    padding: 0;
    width: 100%;
  }
}

.bb-product-photo {
  width: 100%;
}

.bb-styled-with-container {
  width: 100%;
  margin: 40px 0 0;
  position: relative;
}
.bb-styled-with-container span {
  text-transform: lowercase !important;
}

.bb-product-thumbnail-container-styledwith {
  width: 100%;
  display: flex;
  padding: 15px 0 0;
}
.bb-product-thumbnail-container-styledwith .product-thumbnail--styledwith {
  width: 25%;
  margin-right: 5px;
}
.bb-product-thumbnail-container-styledwith .product-thumbnail--styledwith:hover span {
  opacity: 1;
}
.bb-product-thumbnail-container-styledwith .product-thumbnail--styledwith span {
  position: absolute;
  top: 0;
  left: 65px;
  opacity: 0;
}

.product-thumbnail-container--related {
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 800px) {
  .product-thumbnail-container--related {
    flex-wrap: wrap;
  }
}

.product-thumbnail--related {
  width: 25%;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  border-top: 1px solid grey;
}
@media only screen and (max-width: 320px) {
  .product-thumbnail--related {
    border-right: 1px solid transparent;
  }
}
@media only screen and (max-width: 800px) {
  .product-thumbnail--related:nth-child(2) {
    border-right: 1px solid transparent;
  }
}
@media only screen and (max-width: 320px) {
  .product-thumbnail--related:nth-child(2) {
    border-top: 0;
  }
}
@media only screen and (max-width: 800px) {
  .product-thumbnail--related:nth-child(3) {
    border-top: none;
  }
}
.product-thumbnail--related:nth-child(4) {
  border-right: 1px solid transparent;
}
@media only screen and (max-width: 800px) {
  .product-thumbnail--related:nth-child(4) {
    border-top: none;
  }
}
.product-thumbnail--related .bb-product-photo {
  padding-bottom: 0;
}
@media only screen and (max-width: 800px) {
  .product-thumbnail--related {
    width: 50%;
  }
}
@media only screen and (max-width: 320px) {
  .product-thumbnail--related {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .product-thumbnail--related:nth-child(3) .bb-product-photo {
    border-top: 0;
  }
}
@media only screen and (max-width: 800px) {
  .product-thumbnail--related:nth-child(4) .bb-product-photo {
    border-top: 0;
  }
}

.bb-collection-noitem {
  padding: 20px 10px;
  font-family: helvetica;
  font-size: 12px;
}
.bb-collection-noitem p {
  font-family: helvetica;
  font-size: 12px;
}

.bb-slider-container-product {
  width: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: none;
}
@media only screen and (max-width: 800px) {
  .bb-slider-container-product {
    display: block;
  }
}
.bb-slider-container-product:hover {
  cursor: grab;
}
.bb-slider-container-product:focus {
  outline: none !important;
  border: none !important;
}
.bb-slider-container-product .bb-slider-container {
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .bb-slider-container-product .bb-slider-container {
    padding-bottom: 10px;
  }
}
.bb-slider-container-product .bb-slider {
  width: 100%;
  top: 0;
  overflow: hidden;
  position: relative;
}
.bb-slider-container-product .bb-slider:focus {
  outline: none !important;
  border: none !important;
}
.bb-slider-container-product .bb-slider .bb-image {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55vh;
}
.bb-slider-container-product .bb-slider .bb-image:focus {
  outline: none !important;
  border: none !important;
}
.bb-slider-container-product button {
  background-color: rgba(242, 241, 240, 0.9) !important;
}
.bb-slider-container-product button:focus, .bb-slider-container-product button:hover, .bb-slider-container-product button:active {
  background-color: rgba(242, 241, 240, 0.9) !important;
}

.slick-list {
  padding: 0 !important;
}

.slick-cloned {
  opacity: 1 !important;
}

.slick-slide {
  opacity: 1 !important;
  padding-left: 0;
}

.bb-page--zoom {
  overflow: hidden;
}
.bb-page--zoom .main-content {
  z-index: 100;
}
.bb-page--zoom .bb-zoom-container-close-button {
  display: block;
}
.bb-page--zoom .bb-arrow {
  display: block;
  opacity: 1;
  pointer-events: all;
}

.bb-arrow {
  display: none;
  position: fixed;
  bottom: 80px;
  height: 35px;
  width: 35px;
  display: block;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  padding: 10px;
  pointer-events: none;
  border: 1px solid black;
  opacity: 0;
  z-index: 3000;
  line-height: 15px;
}
.bb-arrow svg {
  display: none;
}

.bb-arrow--next {
  left: 100px;
}

.bb-arrow--previous {
  left: 40px;
}

.bb-product-images {
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .bb-product-images {
    display: none;
  }
}

.bb-zoom-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  overflow-y: scroll;
  background-color: white;
}
@media only screen and (max-width: 800px) {
  .bb-zoom-container {
    cursor: default;
  }
}
.bb-zoom-container .bb-video-image {
  pointer-events: none;
  min-height: 100vh;
  object-fit: cover;
}
@media only screen and (max-width: 700px) {
  .bb-zoom-container .bb-video-image iframe {
    height: 100vh !important;
    object-fit: cover;
    width: 150% !important;
    margin-left: -25%;
    max-width: 150% !important;
  }
}
@media only screen and (max-width: 320px) {
  .bb-zoom-container .bb-video-image iframe {
    width: 180% !important;
    margin-left: -40%;
    max-width: 180% !important;
  }
}
.bb-zoom-container .product__photo--variant {
  object-fit: cover;
  min-height: 100vh;
}
@media only screen and (max-width: 700px) {
  .bb-zoom-container .product__photo--variant {
    height: 100%;
    object-fit: cover;
  }
}

.bb-slider-zoom-container--open {
  display: block;
}

.bb-slider-zoom-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  overflow-y: scroll;
  background-color: white;
}
.bb-slider-zoom-container .lazyloaded {
  opacity: 1 !important;
}
.bb-slider-zoom-container img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  margin: 0;
  opacity: 1 !important;
}
.bb-slider-zoom-container .bb-image {
  position: relative;
  height: 100vh;
}
@media only screen and (max-width: 700px) {
  .bb-slider-zoom-container .bb-image {
    pointer-events: none;
  }
}
.bb-slider-zoom-container .slick-slide {
  padding: 0;
}
.bb-slider-zoom-container .slick-list {
  padding: 0 !important;
}
.bb-slider-zoom-container .bb-video-image {
  background-color: white !important;
  height: 100vh;
}
@media only screen and (max-width: 700px) {
  .bb-slider-zoom-container .bb-video-image iframe {
    height: 100vh !important;
    object-fit: cover;
    width: 150% !important;
    margin-left: -25%;
    max-width: 150% !important;
  }
}
@media only screen and (max-width: 320px) {
  .bb-slider-zoom-container .bb-video-image iframe {
    width: 180% !important;
    margin-left: -40%;
    max-width: 180% !important;
  }
}

.bb-slider-zoom-container-inner {
  width: 100%;
}

.bb-slider-zoom-container--open {
  display: block;
}

.bb-zoom-container--open {
  display: block;
}

.product__photo--variant-wrapper {
  pointer-events: none;
}

.bb-slider-container-product--zoomed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  overflow: hidden;
  cursor: default !important;
  display: block;
  pointer-events: none;
  background-color: white;
}
@media only screen and (max-width: 700px) {
  .bb-slider-container-product--zoomed {
    display: none;
  }
}
.bb-slider-container-product--zoomed .bb-slider-zoomed-close {
  background-color: transparent;
  border-radius: 50%;
  padding: 0px;
  width: 35px;
  height: 35px;
  position: fixed;
  top: 80px;
  right: 80px;
  z-index: 2000;
  border: 1px solid black;
}
.bb-slider-container-product--zoomed .bb-slider-zoomed-close img {
  padding: 10px;
  width: 35px;
}
@media only screen and (max-width: 700px) {
  .bb-slider-container-product--zoomed .bb-slider-zoomed-close {
    right: 20px;
  }
}
.bb-slider-container-product--zoomed .bb-slider-zoomed-close:hover {
  cursor: pointer;
}
.bb-slider-container-product--zoomed .bb-slider-container {
  overflow: hidden scroll;
  position: relative;
  height: 150%;
  max-height: 20000px;
  background-color: transparent;
  cursor: default !important;
}

.main-carousel {
  cursor: default !important;
}

.bb-zoom-container--open {
  opacity: 1;
  pointer-events: auto;
}
.bb-zoom-container--open .main-carousel {
  pointer-events: none;
}
.bb-zoom-container--open .main-carousel .flickity-button {
  pointer-events: auto;
}

.bb-search-results {
  padding: 0 0 15px 16px;
  font-family: helvetica;
  font-size: 12px;
  margin-top: -3px;
}

.bb-home-feed-container {
  width: 100%;
  background-color: #fff;
}

.bb-feature-post-container {
  width: 100%;
  display: flex;
  padding: 0;
  position: relative;
  align-items: flex-start;
  border-bottom: 1px solid grey;
}

@media only screen and (max-width: 800px) {
  .bb-feature-post-three-row-slider::-webkit-scrollbar {
    width: 5px !important;
    height: 4px !important;
    background-color: rgba(242, 241, 240, 0.9) !important;
    opacity: 0.5 !important;
  }
}

@media only screen and (max-width: 800px) {
  .bb-feature-post-three-row-slider::-webkit-scrollbar-thumb {
    background: grey !important;
    opacity: 0.5 !important;
  }
}

.bb-feature-post-three-row-slider {
  display: contents;
}
@media only screen and (max-width: 800px) {
  .bb-feature-post-three-row-slider {
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    width: 100%;
  }
}

.bb-feature-post-container--three-row {
  justify-content: stretch;
}
.bb-feature-post-container--three-row .bb-feature-post-row {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  border-right: 1px solid grey;
}
@media only screen and (max-width: 700px) {
  .bb-feature-post-container--three-row .bb-feature-post-row {
    border-right: none;
  }
}
.bb-feature-post-container--three-row .bb-feature-post-row:nth-child(3) {
  border-right: 1px solid transparent;
}
@media only screen and (max-width: 700px) {
  .bb-feature-post-container--three-row .bb-feature-post-row:nth-child(3) {
    border-right: none;
  }
}
@media only screen and (max-width: 800px) {
  .bb-feature-post-container--three-row .bb-feature-post-row {
    flex: 0 0 45%;
    scroll-snap-align: start;
  }
}
@media only screen and (max-width: 700px) {
  .bb-feature-post-container--three-row .bb-feature-post-row {
    flex: 0 0 90%;
    scroll-snap-align: start;
  }
}
.bb-feature-post-container--three-row .bb-feature-post-row .bb-feature-post-row-text {
  width: 100%;
  padding: 10px;
  font-size: 12px;
  border-top: 1px solid grey;
}
@media only screen and (max-width: 700px) {
  .bb-feature-post-container--three-row .bb-feature-post-row .bb-feature-post-row-text {
    font-size: 11px;
    border-bottom: 1px solid grey;
  }
}
@media only screen and (max-width: 800px) {
  .bb-feature-post-container--three-row .bb-feature-post-row .bb-feature-post-row-text {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .bb-feature-post-container--three-row .bb-feature-post-row .bb-feature-post-row-text {
    font-size: 11px;
  }
}
.bb-feature-post-container--three-row .bb-feature-post-row .bb-feature-post-row-text-title {
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 12px;
  width: fit-content;
}
@media only screen and (max-width: 700px) {
  .bb-feature-post-container--three-row .bb-feature-post-row .bb-feature-post-row-text-title {
    font-size: 11px;
  }
}
.bb-feature-post-container--three-row .bb-feature-post-row .bb-feature-post-row-text-caption {
  padding-bottom: 10px;
}
.bb-feature-post-container--three-row .bb-feature-post-row .bb-feature-post-row-text-caption p {
  padding-bottom: 10px;
}
.bb-feature-post-container--three-row .bb-feature-post-row .bb-feature-post-row-text-caption p:last-child {
  padding-bottom: 0;
}
.bb-feature-post-container--three-row .bb-feature-post-row .bb-feature-post-row-text-button {
  width: auto;
  font-size: 12px;
  color: gray;
  width: fit-content;
}
@media only screen and (max-width: 700px) {
  .bb-feature-post-container--three-row .bb-feature-post-row .bb-feature-post-row-text-button {
    font-size: 11px;
  }
}
.bb-feature-post-container--three-row .bb-feature-post-row .bb-feature-post-row-text-button:hover {
  color: black;
}

@media only screen and (max-width: 700px) {
  .bb-feature-post-container--three-row-stacked {
    flex-direction: column;
    flex: 100%;
    flex-wrap: wrap;
    border-bottom: 0;
  }
  .bb-feature-post-container--three-row-stacked .bb-feature-post-three-row-slider {
    flex-wrap: wrap;
    width: 100%;
  }
  .bb-feature-post-container--three-row-stacked .bb-feature-post-three-row-slider .bb-feature-post-row {
    width: 100%;
    flex: 0 0 100%;
  }
  .bb-feature-post-container--three-row-stacked .bb-feature-post-three-row-slider .bb-feature-post-row .bb-feature-post-video--three-buttons {
    height: auto !important;
  }
  .bb-feature-post-container--three-row-stacked .bb-feature-post-three-row-slider .bb-feature-post-row .bb-feature-post-row-text {
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px solid grey;
  }
}

.bb-feature-post-container--two-row {
  justify-content: stretch;
}
@media only screen and (max-width: 700px) {
  .bb-feature-post-container--two-row {
    flex-wrap: wrap;
    border-bottom: 0;
  }
}
.bb-feature-post-container--two-row .bb-feature-post-row {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
@media only screen and (max-width: 700px) {
  .bb-feature-post-container--two-row .bb-feature-post-row {
    width: 100%;
  }
}
.bb-feature-post-container--two-row .bb-feature-post-row:nth-child(1) {
  border-right: 1px solid grey;
}
@media only screen and (max-width: 700px) {
  .bb-feature-post-container--two-row .bb-feature-post-row:nth-child(1) {
    border-right: 0;
  }
}
.bb-feature-post-container--two-row .bb-feature-post-row .bb-feature-post-row-text {
  width: 100%;
  padding: 10px;
  font-size: 12px;
  border-top: 1px solid grey;
}
@media only screen and (max-width: 700px) {
  .bb-feature-post-container--two-row .bb-feature-post-row .bb-feature-post-row-text {
    font-size: 11px;
    border-bottom: 1px solid grey;
  }
}
@media only screen and (max-width: 800px) {
  .bb-feature-post-container--two-row .bb-feature-post-row .bb-feature-post-row-text {
    width: 100%;
  }
}
.bb-feature-post-container--two-row .bb-feature-post-row .bb-feature-post-row-text-title {
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 12px;
  width: fit-content;
}
@media only screen and (max-width: 700px) {
  .bb-feature-post-container--two-row .bb-feature-post-row .bb-feature-post-row-text-title {
    font-size: 11px;
  }
}
.bb-feature-post-container--two-row .bb-feature-post-row .bb-feature-post-row-text-caption {
  padding-bottom: 10px;
}
.bb-feature-post-container--two-row .bb-feature-post-row .bb-feature-post-row-text-caption p {
  padding-bottom: 10px;
}
.bb-feature-post-container--two-row .bb-feature-post-row .bb-feature-post-row-text-caption p:last-child {
  padding-bottom: 0;
}
.bb-feature-post-container--two-row .bb-feature-post-row .bb-feature-post-row-text-button {
  font-size: 12px;
  width: auto;
  color: gray;
  width: fit-content;
}
@media only screen and (max-width: 700px) {
  .bb-feature-post-container--two-row .bb-feature-post-row .bb-feature-post-row-text-button {
    font-size: 11px;
  }
}
.bb-feature-post-container--two-row .bb-feature-post-row .bb-feature-post-row-text-button:hover {
  color: black;
}

.bb-feature-post-video--two-buttons, .bb-feature-post-video--three-buttons {
  height: 100% !important;
  aspect-ratio: 4/5;
}
.bb-feature-post-video--two-buttons a, .bb-feature-post-video--three-buttons a {
  height: 100% !important;
}

.bb-feature-post-video {
  width: 100%;
  z-index: 0;
  overflow: hidden;
  position: relative;
}

.bb-feature-post-video--homepage video {
  width: 100vw;
  object-fit: cover;
}

@media only screen and (max-width: 800px) {
  .bb-feature-post-video--homepage--a video {
    object-position: left;
  }
}

@media only screen and (max-width: 800px) {
  .bb-feature-post-video--homepage--c video {
    object-position: right;
  }
}

.bb-feature-post-video--three-buttons iframe, .bb-feature-post-video--two-buttons iframe {
  width: 100%;
  pointer-events: none;
  background-color: #e7e7e7;
}

.bb-feature-post-logo {
  width: 100vw;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bb-feature-post-logo svg {
  width: 40%;
}
@media only screen and (max-width: 700px) {
  .bb-feature-post-logo {
    height: 30vh;
  }
  .bb-feature-post-logo svg {
    width: 50%;
  }
}

.bb-feature-post-container--video {
  flex-wrap: wrap;
}
.bb-feature-post-container--video .bb-feature-post-video {
  border-bottom: 1px solid grey;
}
.bb-feature-post-container--video .bb-feature-post-row-text {
  padding: 10px;
  font-size: 12px;
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .bb-feature-post-container--video .bb-feature-post-row-text {
    width: 100%;
  }
}
.bb-feature-post-container--video .bb-feature-post-row-text .bb-feature-post-row-text-title {
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 12px;
  width: fit-content;
}
@media only screen and (max-width: 700px) {
  .bb-feature-post-container--video .bb-feature-post-row-text .bb-feature-post-row-text-title {
    font-size: 11px;
  }
}
.bb-feature-post-container--video .bb-feature-post-row-text .bb-feature-post-row-text-caption {
  padding-bottom: 10px;
}
.bb-feature-post-container--video .bb-feature-post-row-text .bb-feature-post-row-text-caption p {
  padding-bottom: 10px;
}
.bb-feature-post-container--video .bb-feature-post-row-text .bb-feature-post-row-text-caption p:last-child {
  padding-bottom: 0;
}
.bb-feature-post-container--video .bb-feature-post-row-text .bb-feature-post-row-text-button {
  font-size: 12px;
  width: auto;
  color: gray;
  width: fit-content;
}
@media only screen and (max-width: 700px) {
  .bb-feature-post-container--video .bb-feature-post-row-text .bb-feature-post-row-text-button {
    font-size: 11px;
  }
}
.bb-feature-post-container--video .bb-feature-post-row-text .bb-feature-post-row-text-button:hover {
  color: black;
}

.bb-feature-post-container--slider {
  display: block;
  width: auto;
  padding: 0;
  padding-bottom: 10px;
}
@media only screen and (max-width: 700px) {
  .bb-feature-post-container--slider {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.bb-feature-post-container--slider:after {
  bottom: -10px;
}
.bb-feature-post-container--slider .bb-slider-container--home-page {
  width: 100%;
  margin: 0;
}
.bb-feature-post-container--slider .bb-slide {
  padding: 0;
}
@media only screen and (max-width: 700px) {
  .bb-feature-post-container--slider .bb-slide {
    flex: 0 0 70%;
    width: 70%;
  }
}
.bb-feature-post-container--slider .bb-slide-product-details {
  padding: 5px 10px;
  border-top: 1px solid grey;
}

.bb-slider-container-title {
  text-transform: uppercase;
  font-size: 12px;
  font-family: helvetica;
  padding: 10px 10px;
}
@media only screen and (max-width: 700px) {
  .bb-slider-container-title {
    font-size: 11px;
  }
}

.bb-slide-product-details {
  padding: 0 5px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  text-transform: uppercase;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  .bb-slide-product-details {
    font-size: 11px;
  }
}

.bb-slide-product-details-title, .bb-slide-product-details-price {
  white-space: nowrap;
}
@media only screen and (max-width: 700px) {
  .bb-slide-product-details-title, .bb-slide-product-details-price {
    font-size: 11px;
  }
}

.bb-slide-product-details {
  position: relative;
}

.bb-slide-product-details-price {
  background-color: white;
  padding-left: 5px;
  padding-right: 10px;
  position: absolute;
  top: 5px;
  right: 0;
}

.bb-feature-post-container--mainimage {
  padding-right: 0;
  padding-left: 0;
}
.bb-feature-post-container--mainimage .bb-feature-post-row {
  width: 100%;
}
.bb-feature-post-container--mainimage .bb-feature-post-row .bb-image {
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .bb-feature-post-container--mainimage .bb-feature-post-row .bb-image {
    width: 100vw;
    height: 60vh;
    z-index: 0;
    overflow: hidden;
    position: relative;
  }
  .bb-feature-post-container--mainimage .bb-feature-post-row .bb-image * {
    width: 100vw;
    height: 100%;
    object-fit: cover;
  }
}

.bb-journal-related-posts-title-homepage {
  text-align: left;
  padding: 0 10px 10px;
  text-transform: uppercase;
  font-size: 12px;
}
@media only screen and (max-width: 700px) {
  .bb-journal-related-posts-title-homepage {
    font-size: 11px;
  }
}

.bb-product-breadcrumbs--about {
  padding-bottom: 25px !important;
  padding-left: 0 !important;
}

.bb-product-breadcrumbs {
  font-size: 10px;
  padding: 0 0 15px 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 700px) {
  .bb-product-breadcrumbs {
    display: none;
  }
}
.bb-product-breadcrumbs span a:hover {
  color: gray;
}
.bb-product-breadcrumbs span:after {
  content: "/";
  padding: 0 5px;
}
.bb-product-breadcrumbs span:last-child:after {
  content: "";
  padding: 0 5px;
}

.bb-footer-container {
  font-size: 10px;
  text-transform: uppercase;
  padding: 10px;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .bb-footer-container {
    margin-top: 10px;
  }
}
.bb-footer-container a:hover {
  color: grey;
}

.bb-footer-container-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 800px) {
  .bb-footer-container-inner {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
  }
}
@media only screen and (max-width: 700px) {
  .bb-footer-container-inner {
    grid-template-columns: 1fr;
  }
}

.bb-footer-section {
  position: relative;
}
@media only screen and (max-width: 800px) {
  .bb-footer-section {
    display: contents;
  }
}
.bb-footer-section:nth-child(2) {
  grid-column: span 2;
}
@media only screen and (max-width: 1150px) {
  .bb-footer-section:nth-child(2) {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 800px) {
  .bb-footer-section:nth-child(2) .bb-footer-section-item--title {
    margin-top: 30px;
  }
}
.bb-footer-section .bb-footer-section-item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1150px) {
  .bb-footer-section--newsletter {
    grid-column: span 2;
  }
}

.bb-footer-mobile-section {
  display: contents;
}
@media only screen and (max-width: 800px) {
  .bb-footer-mobile-section {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .bb-footer-mobile-section {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .bb-footer-mobile-section:nth-child(2) {
    position: relative;
    order: -1;
    padding-top: 0;
    padding-bottom: 10px;
  }
}

.bb-footer-section-item--title {
  margin-bottom: 15px !important;
}
@media only screen and (max-width: 700px) {
  .bb-footer-section-item--title {
    color: gray;
  }
}

.bb-footer-section-item {
  margin-bottom: 5px;
}

.bb-copyright-container {
  margin-top: 30px;
}
@media only screen and (max-width: 800px) {
  .bb-copyright-container {
    margin-bottom: 10vh;
  }
}

.bb-footer-section-newsletter-text {
  text-transform: none;
  margin-bottom: 15px;
}

/* Sizing Chart Styling */
.bb-page--sizing-chart-open .bb-sizing-chart-container {
  visibility: visible;
}

.bb-page--help-pop-up-open .bb-help-pop-up-container {
  visibility: visible;
}

.bb-help-pop-up-container {
  position: absolute;
  top: 100px;
  right: -50px;
  z-index: 10;
  visibility: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 1150px) {
  .bb-help-pop-up-container {
    right: -35px;
  }
}
@media only screen and (max-width: 800px) {
  .bb-help-pop-up-container {
    right: 0;
    top: 95px;
  }
}

.bb-help-pop-up-container-inner {
  width: 375px;
}
@media only screen and (max-width: 700px) {
  .bb-help-pop-up-container-inner {
    width: 315px;
  }
}

.bb-sizing-chart-container {
  position: absolute;
  top: 100px;
  right: 20px;
  z-index: 10;
  visibility: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 1150px) {
  .bb-sizing-chart-container {
    top: 100px;
    right: 0;
  }
}

.bb-sizing-chart-container-inner {
  width: 625px;
}

.bb-sizing-chart-container-inner, .bb-help-pop-up-container-inner {
  max-width: calc(100vw - 30px);
  background-color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px;
  font-size: 10px;
  text-transform: uppercase;
  pointer-events: auto;
  border: 1px solid black;
}
.bb-sizing-chart-container-inner p, .bb-help-pop-up-container-inner p {
  font-family: helvetica;
  font-size: 10px;
  margin-bottom: 10px;
}
.bb-sizing-chart-container-inner p:last-child, .bb-help-pop-up-container-inner p:last-child {
  margin-bottom: 0;
}

.bb-sizing-chart-header, .bb-help-pop-up-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.bb-sizing-chart-header-text, .bb-help-pop-up-header-text {
  display: flex;
  flex-direction: column;
}

.bb-sizing-chart-grid-container, .bb-sizing-chart-grid-container-text {
  width: 100%;
  padding-left: 0;
}
@media only screen and (max-width: 800px) {
  .bb-sizing-chart-grid-container, .bb-sizing-chart-grid-container-text {
    width: 100%;
    padding-left: 0;
  }
}
.bb-sizing-chart-grid-container a, .bb-sizing-chart-grid-container-text a {
  margin: 0 !important;
}

.bb-sizing-chart-grid {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 800px) {
  .bb-sizing-chart-grid {
    overflow: hidden;
    overflow-x: scroll;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 800px) {
  .bb-sizing-chart-grid::-webkit-scrollbar {
    width: 5px;
    height: 4px;
    background-color: rgba(242, 241, 240, 0.9); /* or add it to the track */
    opacity: 0.5;
  }
}

@media only screen and (max-width: 800px) {
  .bb-sizing-chart-grid::-webkit-scrollbar-thumb {
    background: grey;
    opacity: 0.5;
  }
}

.bb-sizing-chart-row {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 800px) {
  .bb-sizing-chart-row {
    overflow: hidden;
  }
}

.bb-sizing-chart-row-item {
  padding: 5px 5px 10px;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .bb-sizing-chart-row-item {
    width: 110px;
  }
}
@media only screen and (max-width: 700px) {
  .bb-sizing-chart-row-item {
    width: 80px;
  }
}
@media only screen and (max-width: 320px) {
  .bb-sizing-chart-row-item {
    width: 60px;
  }
}

.bb-sizing-chart-row .bb-sizing-chart-row-item:nth-child(1) {
  width: 200%;
}
@media only screen and (max-width: 800px) {
  .bb-sizing-chart-row .bb-sizing-chart-row-item:nth-child(1) {
    width: 220px;
  }
}
@media only screen and (max-width: 700px) {
  .bb-sizing-chart-row .bb-sizing-chart-row-item:nth-child(1) {
    width: 160px;
  }
}
@media only screen and (max-width: 320px) {
  .bb-sizing-chart-row .bb-sizing-chart-row-item:nth-child(1) {
    width: 120px;
  }
}

.bb-product-toggle-buttons-container {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  text-decoration: underline;
}
@media only screen and (max-width: 1150px) {
  .bb-product-toggle-buttons-container {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 30px;
    text-align: left;
  }
}
@media only screen and (max-width: 800px) {
  .bb-product-toggle-buttons-container {
    position: absolute;
    margin-bottom: 0;
    text-align: right;
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 320px) {
  .bb-product-toggle-buttons-container {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 30px;
    text-align: left;
  }
}

.bb-sizing-chart-button {
  cursor: pointer;
  width: fit-content;
  text-decoration: underline;
  text-transform: none;
  position: absolute;
  right: 0;
  top: 20px;
}
@media only screen and (max-width: 1150px) {
  .bb-sizing-chart-button {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .bb-sizing-chart-button {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  .bb-sizing-chart-button {
    display: none;
  }
}

.bb-sizing-chart-button--secondary {
  display: none;
}
@media only screen and (max-width: 1150px) {
  .bb-sizing-chart-button--secondary {
    display: block;
    right: auto;
    top: auto;
    position: relative;
  }
}
@media only screen and (max-width: 800px) {
  .bb-sizing-chart-button--secondary {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .bb-sizing-chart-button--secondary {
    display: block;
    right: auto;
    top: auto;
    position: relative;
  }
}

.bb-help-button {
  cursor: pointer;
  width: fit-content;
}

.bb-sizing-chart-header-close span, .bb-help-pop-up-header-close span {
  cursor: pointer;
}

/* Announcement Bar Toggle Styling */
.bb-page--loading {
  opacity: 0;
}

.bb-page--no-banner .bb-announcement-banner-container {
  display: none;
}
.bb-page--no-banner .bb-header-container, .bb-page--no-banner .bb-mobile-header-container {
  top: 6px;
}
.bb-page--no-banner .bb-main-content {
  padding: 48px 10px 0;
}
@media only screen and (max-width: 700px) {
  .bb-page--no-banner .bb-main-content {
    padding: 47px 10px 0;
  }
}
.bb-page--no-banner .bb-header-section-nav-item-list {
  top: 6px;
  max-height: calc(100vh - 6px);
}
.bb-page--no-banner .bb-search-container {
  top: 6px;
  max-height: calc(100vh - 6px);
}
@media only screen and (max-width: 800px) {
  .bb-page--no-banner .bb-search-container {
    top: 100px;
  }
}
.bb-page--no-banner .bb-mobile-header-menu-container {
  top: 27px;
}
@media only screen and (max-width: 800px) {
  .bb-page--no-banner .bb-search-back-button {
    top: 57px !important;
  }
}
.bb-page--no-banner .bb-namespace--about .bb-main-content, .bb-page--no-banner .bb-namespace--stockists .bb-main-content, .bb-page--no-banner .bb-namespace--newsletter .bb-main-content {
  padding-top: 48px;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (max-width: 800px) {
  .bb-page--no-banner .bb-namespace--about .bb-main-content, .bb-page--no-banner .bb-namespace--stockists .bb-main-content, .bb-page--no-banner .bb-namespace--newsletter .bb-main-content {
    padding-top: 41px;
  }
}
.bb-page--no-banner .bb-plain-page {
  padding-top: 48px;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (max-width: 800px) {
  .bb-page--no-banner .bb-plain-page {
    padding-top: 41px;
  }
}
.bb-page--no-banner .bb-stockists-image {
  top: 48px;
  height: calc(100vh - 48px);
}
.bb-page--no-banner .bb-stockists-image img {
  height: calc(100vh - 48px) !important;
}
@media only screen and (max-width: 800px) {
  .bb-page--no-banner .bb-stockists-image img {
    height: fit-content !important;
  }
}
.bb-page--no-banner .bb-blog-feed {
  padding-top: 48px;
}
@media only screen and (max-width: 800px) {
  .bb-page--no-banner .bb-blog-feed {
    padding-top: 41px;
  }
}
.bb-page--no-banner .bb-journal-container {
  margin-top: 80px;
}
.bb-page--no-banner .bb-product-thumbnail-container {
  padding-top: 48px;
}
@media only screen and (max-width: 800px) {
  .bb-page--no-banner .bb-product-thumbnail-container {
    padding-top: 41px;
  }
}
.bb-page--no-banner .bb-product-container {
  padding-top: 48px;
}
@media only screen and (max-width: 800px) {
  .bb-page--no-banner .bb-product-container {
    padding-top: 41px;
  }
}
.bb-page--no-banner .bb-product-half--sticky {
  min-height: calc(100vh - 60px);
  top: 60px;
}
.bb-page--no-banner .drawer {
  top: 6px !important;
}
@media only screen and (max-width: 800px) {
  .bb-page--no-banner .drawer {
    top: 37px !important;
  }
}

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