/* Layout Styles
======================================= */
.fb-main-content-outer {
  display: flex;
  justify-content: center;
}

.fb-main-content-inner {
  width: 100%;
  max-width: 1440px;
  padding: 0 40px;
}

.fb-banner-outer {
  margin-bottom: 80px;
}

.fb-banner-inner {
  display: flex;
}

.fb-banner-header-outer {
  flex-basis: 40%;
  background: #414141;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fb-banner-header-inner {
  padding: 20px 40px;
  max-width: 660px;
}

.fb-banner-header-inner-sm {
  max-width: 500px;
}

.fb-banner-image-outer {
  flex-basis: 60%;
}

.fb-banner-btn-primary {
  margin-top: 40px;
}

.fb-banner-product-name {
  display: flex;
  justify-content: flex-end;
  top: 0px;
  right: 0px;
  width: 100%;
  padding: 30px 60px 100px 30px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
}

.fb-banner-nav {
  display: flex;
  justify-content: flex-end;
  top: 0px;
  right: 0px;
  width: 60%;
  padding: 40px 60px 300px 40px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
}

.fb-banner-nav ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px;
}

.fb-category-card-outer {
  width: 100%;
  margin-bottom: 40px;
}

.fb-category-card-inner {
  width: 100%;
  padding-bottom: 90%;
}

.fb-category-card-img {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.fb-category-card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
}

.fb-category-card-img:hover img {
  transform: scale(1.1);
}

.fb-category-card-header {
  top: 30px;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  padding: 10px 15px;
  min-width: 50%;
}

.fb-category-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.categories-type-1 .fb-category-card-outer:not(:nth-child(4n)) {
  margin-right: 2.666%;
}

.categories-type-1 .fb-category-card-outer {
  flex: 0 0 23%;
}

.categories-type-2 .fb-category-card-outer {
  flex: 0 0 31%;
}

.categories-type-2 .fb-category-card-outer:not(:nth-child(3n)) {
  margin-right: 3.5%;
}

.categories-type-2 .fb-category-card-outer:last-child {
  margin-right: 0 !important;
}

.fb-divider {
  width: 100%;
  height: 1px;
  margin: 80px 0;
}

.fb-divider-sm {
  width: 100%;
  height: 1px;
  margin: 40px 0;
}

.fb-divider-grey {
  background: #d8d8d8;
}

.fb-divider-white {
  background: #fff;
}

/* .fb-videos-inner {
  padding: 80px 0 40px;
} */

.fb-videos {
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.fb-video-card {
  flex-basis: 46%;
  margin-bottom: 60px;
}

.fb-video-card:nth-child(odd) {
  margin-right: 8%;
}

.fb-mobile-menu-btn {
  right: 20px;
  top: 20px;
  display: none;
  width: 44px;
  height: 44px;
}

.fb-mobile-menu-icon {
  height: 3px;
  width: 32px;
  background-color: #fff;
  position: relative;
  transition: all 0.3s;
}

.fb-mobile-menu-icon:before {
  content: "";
  left: 0;
  position: absolute;
  top: -10px;
  height: 3px;
  width: 32px;
  background-color: #fff;
  transition-duration: 0.5s;
}

.fb-mobile-menu-icon:after {
  content: "";
  left: 0;
  position: absolute;
  top: 10px;
  height: 3px;
  width: 32px;
  background-color: #fff;
  transition-duration: 0.5s;
}

.fb-menu-open .fb-mobile-menu-icon {
  background: transparent;
}

.fb-menu-open .fb-mobile-menu-icon:before {
  transform: rotate(45deg);
  top: 0;
}

.fb-menu-open .fb-mobile-menu-icon:after {
  transform: rotate(-45deg);
  top: 0;
}

.fb-intro-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.fb-intro-content-outer {
  width: 35%;
}

.fb-intro-slider {
  margin-bottom: 8px;
}

.fb-intro-slider-outer {
  width: 60%;
}

.fb-intro-slider-thumbs .slick-slide {
  opacity: 0.5;
  width: 90px !important;
  margin-right: 8px;
}

.fb-intro-slider-thumbs .slick-slide.slick-current {
  opacity: 1;
}

.fb-intro-slider-thumbs .fb-intro-slide {
  height: 80px;
}

.fb-intro-slider-thumbs .fb-intro-slide:hover {
  cursor: pointer;
}

.fb-intro-slider-thumbs .fb-intro-slide img {
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.fb-margin-bottom-lg {
  margin-bottom: 60px;
}

.fb-features-content-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}

.fb-features-content-inner .fb-features-list,
.fb-video-outer {
  flex: 1 0 0;
}

.fb-features-content-inner {
  padding: 0 60px;
}

.fb-features-list ul {
  list-style-type: disc;
  padding-left: 20px;
}

.fb-swatches-inner {
  display: flex;
  justify-content: space-between;
}

.fb-swatches-inner .fb-section-header {
  width: 20%;
}

.fb-swatches-list-outer {
  width: 70%;
}

.fb-swatches-list-inner {
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
  column-gap: 30px;
}

.fb-colour-swatch {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 110px;
}

.fb-tabs-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4%;
}

.fb-tabs-inner .fb-tab {
  width: 48%;
  padding: 15px;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  border-radius: 8px;
  margin-bottom: 15px;
}

.fb-tabs-inner .fb-tab.active {
  border: 2px solid #adadad;
}

/* .fb-tabs-inner .fb-tab {
  flex: 1 0 0;
  padding: 20px 30px;
  border: 1px solid transparent;
  cursor: pointer;
}

.fb-tabs-inner .fb-tab.active {
  border: 1px solid #d8d8d8;
  border-radius: 20px 20px 0 0;
  border-bottom: 1px solid #fff;
} */

.fb-tab-pane .slick-dots {
  display: none !important;
}

.fb-tab-pane.active .slick-dots {
  display: block !important;
}

/* .fb-tab-panes-outer {
  padding: 80px 0 60px;
} */

/* .fb-tab-panes-outer {
  border: 1px solid #d8d8d8;
  border-radius: 0 20px 20px 20px;
  margin-top: -1px;
  padding: 80px 100px 60px;
}

.fb-tab-panes-outer.border-full {
  border-radius: 20px 20px 20px 20px;
}

.fb-tab-panes-outer.no-border-right {
  border-radius: 20px 0 20px 20px;
} */

.fb-tab-panes-outer {
}

.fb-tab-pane-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fb-tab-pane-content .fb-features-list {
  width: 36%;
}

.fb-tab-pane-content .fb-tab-pane-image {
  width: 62%;
}

.fb-tab-pane {
  display: none;
}

.fb-tab-pane.active {
  display: block;
}

.fb-tab-pane .fb-features-list ul {
  margin-bottom: 40px;
}

.fb-intro-slider-outer .slick-slider .slick-list {
  margin-bottom: 0;
}

.fb-collection-tabs-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fb-tabs-outer {
  width: 28%;
  order: 2;
}

.fb-tab-panes-outer {
  width: 68%;
  order: 1;
}

/* Font Styles
======================================= */
.fb-banner-header-inner h1 {
  font-size: 3.25em;
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.3em;
  text-transform: uppercase;
  line-height: 1.1em;
}

.fb-banner-header-inner h1 span {
  font-weight: 300;
}

.fb-banner-header-inner p {
  font-size: 1.7em;
  line-height: 1.2em;
  font-weight: 300;
  color: #fff;
  margin: 0 0 0.5em;
}

.fb-banner-btn a {
  display: inline-block;
  color: #fff;
  line-height: 1em;
  text-decoration: none;
  border: 1px solid #fff;
  min-width: 180px;
  text-align: center;
  background: transparent;
  transition: all 0.1s;
}

.fb-banner-btn-primary a {
  padding: 0.8em 1em 1em;
  font-size: 1.286em;
}

.fb-banner-btn a:hover {
  background: #414141;
}

.fb-banner-btn-primary a:hover {
  background: #fff;
  color: #373737;
}

.fb-banner-nav .fb-banner-btn a {
  padding: 0.5em 1em 0.6em;
  font-size: 1.143em;
}

.fb-btn a {
  display: inline-block;
  color: #373737;
  line-height: 1em;
  text-decoration: none;
  border: 1px solid #373737;
  min-width: 180px;
  text-align: center;
  padding: 0.8em 1em 1em;
  font-size: 1.286em;
  transition: all 0.1s ease-in-out;
}

.fb-btn a:hover {
  background: #373737;
  color: #fff;
}

.fb-btn-dark a {
  background: #373737;
  color: #fff;
}

.fb-btn-dark a:hover {
  background: #fff;
  color: #373737;
}

.fb-category-card-header h2 {
  font-size: 1.286em;
  line-height: 1.2em;
  color: #fff;
  font-weight: 400;
  margin: 0;
}

.fb-section-header h2,
.fb-tab-pane h3 {
  margin: 0 0 30px;
  font-size: 24px;
  color: #373737;
  font-weight: 700;
  line-height: 1em;
}

.fb-video-card h3 {
  margin: 10px 0 0;
  font-size: 20px;
  color: #373737;
  font-weight: 700;
  line-height: 1em;
}

.fb-features-outer h3,
.fb-features-list h4 {
  font-size: 1.286em;
  line-height: 1.2em;
  font-weight: 800;
  color: #373737;
  margin: 0 0 0.5em;
}

.fb-tab-pane h3 {
  margin-bottom: 40px !important;
}

.fb-intro-blurb p {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 300;
  color: #373737;
  margin: 0 0 1em;
}

.fb-intro-blurb p:last-of-type {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 600;
  color: #373737;
}

.fb-header-blurb p,
.fb-features-list p {
  font-size: 1.143em;
  line-height: 1.5em;
  font-weight: 400;
  color: #373737;
  margin: 0 0;
}

.fb-colour-swatch p {
  font-size: 1.143em;
  line-height: 1em;
  height: 35px;
  font-weight: 400;
  color: #373737;
  margin: 0 0;
  text-align: center;
}

.fb-font-bold {
  font-weight: 800;
}

.fb-features-list p,
.fb-colour-swatch p {
  margin: 0 0 0.5em;
}

.fb-banner-product-name p {
  color: #fff;
  line-height: 1.2em;
  font-size: 1.286em;
  font-weight: 600;
}

/* Media Queries
======================================= */
@media screen and (max-width: 992px) {
  .fb-banner-product-name {
    padding: 15px 20px 70px 30px;
  }

  .fb-banner-product-name p {
    font-size: 1em;
  }

  .fb-colour-swatch p {
    height: 26px;
  }

  .fb-margin-bottom-lg {
    margin-bottom: 40px;
  }

  .fb-features-content-inner {
    gap: 40px;
  }

  .fb-features-content-inner {
    padding: 0 0;
  }

  .fb-intro-inner {
    flex-direction: column;
  }

  .fb-intro-content-outer,
  .fb-intro-slider-outer {
    width: 100%;
  }

  .fb-divider {
    margin: 60px 0;
  }

  .fb-section-header h2,
  .fb-tab-pane h3 {
    margin-bottom: 20px;
  }

  .fb-banner-outer {
    margin-bottom: 60px;
  }

  .fb-mobile-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* .fb-videos-inner,
  .fb-categories-inner {
    padding: 40px 0 40px;
  } */

  .fb-tab-panes-outer {
    padding: 60px 60px;
  }

  .fb-banner-header-outer {
    flex-basis: 100%;
  }

  .fb-banner-header-inner {
    padding: 40px 80px 50px 25px;
    width: 100%;
  }

  .fb-banner-image-outer {
    flex-basis: 100%;
  }

  .fb-banner-inner {
    flex-direction: column;
  }

  .fb-banner-header-outer {
    justify-content: flex-start;
  }

  .fb-banner-nav {
    display: none;
    justify-content: center;
    width: 100%;
    position: relative;
    background: #000;
    padding: 25px 20px;
  }

  .fb-menu-open .fb-banner-nav {
    display: block;
  }

  .fb-banner-nav ul {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .fb-banner-nav .fb-banner-btn a {
    border: none;
  }

  .categories-type-1 .fb-category-card-outer {
    flex: 0 0 48%;
  }

  .categories-type-1 .fb-category-card-outer:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .categories-type-1 .fb-category-card-outer:nth-child(odd) {
    margin-right: 4%;
  }
}

@media screen and (max-width: 992px) {
  .fb-tabs-outer {
    display: none;
  }

  .fb-tab-panes-outer {
    border: none;
    padding: 0;
  }

  .fb-tab-pane {
    display: block;
    border: 1px solid #d8d8d8;
    padding: 60px 60px;
    border-radius: 20px;
    margin-bottom: 30px;
  }

  .fb-tab-pane-content {
    flex-direction: column;
    gap: 20px;
  }

  .fb-tab-pane h3 {
    margin-bottom: 30px !important;
  }

  .fb-tab-pane-content .fb-features-list,
  .fb-tab-pane-content .fb-tab-pane-image {
    width: 100%;
  }

  .fb-full-collection-outer .fb-tab-pane-image {
    order: 1;
  }

  .fb-full-collection-outer .fb-features-list {
    order: 2;
  }

  .fb-tab-panes-outer {
    width: 100%;
  }

  .fb-tab-pane .slick-dots {
    display: block !important;
  }
}

@media screen and (max-width: 750px) {
  .fb-features-outer .fb-tab-pane-image {
    order: 1;
  }

  .fb-features-outer .fb-features-list {
    order: 2;
  }

  .fb-colour-swatch {
    width: 80px;
  }

  .fb-intro-slider-thumbs .slick-slide {
    width: auto !important;
    margin-right: 4px;
  }
  .fb-tab-pane {
    padding: 40px 30px;
  }

  .fb-swatches-inner {
    flex-direction: column;
    gap: 40px;
  }

  .fb-swatches-list-inner {
    row-gap: 40px;
    column-gap: 20px;
  }

  .fb-swatches-inner .fb-section-header,
  .fb-swatches-list-outer {
    width: 100%;
  }

  .fb-features-list,
  .fb-video-outer {
    width: 100%;
  }

  .fb-features-content-inner {
    flex-direction: column;
  }

  .fb-banner-btn-primary {
    margin-top: 25px;
  }

  .fb-banner-header-inner h1 {
    font-size: 2.6em;
  }

  .fb-banner-header-inner p {
    font-size: 1.5em;
  }

  .categories-type-2 .fb-category-card-outer {
    flex: 0 0 48%;
  }

  .categories-type-2 .fb-category-card-outer:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .categories-type-2 .fb-category-card-outer:nth-child(odd) {
    margin-right: 4%;
  }

  .fb-main-content-inner {
    padding: 0 30px;
  }

  .fb-category-card-outer {
    margin-bottom: 25px;
  }

  .fb-section-header h2 {
    margin-bottom: 20px;
  }

  .fb-video-card {
    flex-basis: 48%;
    margin-bottom: 40px;
  }

  .fb-video-card:nth-child(odd) {
    margin-right: 4%;
  }

  .fb-category-cards {
    justify-content: flex-start;
  }
}
