html {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
}

@media (min-width: 320px) {
  html {
    font-size: calc(16px + 2 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  html {
    font-size: 18px;
  }
}

h6,
.h6 {
  font-size: 16px;
}

@media (min-width: 320px) {
  h6,
  .h6 {
    font-size: calc(16px + 8 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  h6,
  .h6 {
    font-size: 24px;
  }
}

h5,
.h5 {
  font-size: 18px;
}

@media (min-width: 320px) {
  h5,
  .h5 {
    font-size: calc(18px + 10 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  h5,
  .h5 {
    font-size: 28px;
  }
}

h4,
.h4 {
  font-size: 20px;
}

@media (min-width: 320px) {
  h4,
  .h4 {
    font-size: calc(20px + 12 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 32px;
  }
}

h4,
.h4 {
  font-size: 22px;
}

@media (min-width: 320px) {
  h4,
  .h4 {
    font-size: calc(22px + 14 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 36px;
  }
}

h3,
.h3 {
  font-size: 24px;
}

@media (min-width: 320px) {
  h3,
  .h3 {
    font-size: calc(24px + 16 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 40px;
  }
}

h2,
.h2 {
  font-size: 26px;
}

@media (min-width: 320px) {
  h2,
  .h2 {
    font-size: calc(26px + 18 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 44px;
  }
}

h1,
.h1 {
  font-size: 28px;
}

@media (min-width: 320px) {
  h1,
  .h1 {
    font-size: calc(28px + 20 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}

hr {
  opacity: 0.05;
}

.rounded {
  border-radius: 16px !important;
  overflow: hidden;
}

.page-wrapper iframe {
  margin: 0 !important;
  padding: 0 !important;
  margin-top: -20px !important;
}

body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  background: #000;
  color: #fff;
  position: relative;
  overflow-x: hidden;
}

section.products {
  position: relative;
  overflow-x: hidden;
  background: #000;
}

.btn {
  padding: 6px 24px 7.5px 24px;
  border-radius: 56px;
  transition: all 200ms ease-in-out;
}

.btn {
  font-size: 14px;
}

@media (min-width: 320px) {
  .btn {
    font-size: calc(14px + 2 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  .btn {
    font-size: 16px;
  }
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn.btn-primary {
  background: #0082fa;
  border: none;
}

.btn.btn-primary:hover {
  background: #005fb7;
}

.btn.btn-primary:active {
  transform: scale(0.98);
  background: #005fb7;
}

.btn.btn-outline-primary {
  color: #0082fa;
  border: 2px solid #0082fa;
  font-weight: 600;
}

.btn.btn-outline-primary:hover {
  background: transparent;
  border: 2px solid #005fb7;
  color: #005fb7;
}

.link.link-primary {
  color: #0082fa;
  transition: all 150ms ease-in-out;
}

.link.link-primary:hover {
  color: #005fb7;
}

.hero {
  background: #000;
  min-height: 240px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.tabs-tab-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabs-tab-list li {
  margin: 0;
  justify-content: center;
  position: relative;
  width: calc(12.5% - 12px);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100px;
  width: 100%;
}

.tabs-tab-list li a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tabs-trigger {
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 120px;
  width: 100%;
  border: 2px solid #343434;
  border-radius: 8px;
  transition: all 150ms ease-in-out;
}

.tabs-trigger .product__category--name {
  white-space: nowrap;
  opacity: 0;
  position: absolute;
  top: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  transition: all 150ms ease-in-out;
}

.tabs-trigger svg {
  object-fit: contain;
  position: absolute;
  z-index: -1;
  transition: all 150ms ease-in-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tabs-trigger svg path,
.tabs-trigger svg rect {
  fill: #0082fa;
}

.tabs-trigger:hover {
  color: #fff;
}

.tabs-trigger.is-selected,
.tabs-trigger.is-selected:hover,
.tabs-trigger.is-selected:focus {
  border-color: #0082fa;
  background: #0082fa;
  color: #fff;
  transition: all 150ms ease-in-out;
}

.tabs-trigger.is-selected .product__category--name,
.tabs-trigger.is-selected:hover .product__category--name,
.tabs-trigger.is-selected:focus .product__category--name {
  opacity: 1;
  position: absolute;
  z-index: 1;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
}

.tabs-trigger.is-selected .product__category--name,
.tabs-trigger.is-selected:hover .product__category--name,
.tabs-trigger.is-selected:focus .product__category--name {
  font-size: 14px;
}

@media (min-width: 320px) {
  .tabs-trigger.is-selected .product__category--name,
  .tabs-trigger.is-selected:hover .product__category--name,
  .tabs-trigger.is-selected:focus .product__category--name {
    font-size: calc(14px + 2 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  .tabs-trigger.is-selected .product__category--name,
  .tabs-trigger.is-selected:hover .product__category--name,
  .tabs-trigger.is-selected:focus .product__category--name {
    font-size: 16px;
  }
}

.tabs-trigger.is-selected svg,
.tabs-trigger.is-selected:hover svg,
.tabs-trigger.is-selected:focus svg {
  z-index: 1;
  top: 36px;
}

.tabs-trigger.is-selected svg path,
.tabs-trigger.is-selected svg rect,
.tabs-trigger.is-selected:hover svg path,
.tabs-trigger.is-selected:hover svg rect,
.tabs-trigger.is-selected:focus svg path,
.tabs-trigger.is-selected:focus svg rect {
  fill: #fff;
}

.tabs-trigger:active {
  outline: none;
}

.tabs-panel {
  display: block;
  margin: 0;
  padding: 0;
}

.tabs-panel:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.tabs-panel:not(:last-child) {
  border-bottom: none;
}

.tabs-panel .content {
  margin-top: 10px;
  padding: 20px;
}

@media (max-width: 768px) {
  .tabs-panel.is-hidden {
    display: none !important;
  }
}

.tabs-panel.is-hidden .content {
  display: none;
}

.tabs-panel:active,
.tabs-panel:focus {
  outline: none;
}

.is-initialized.tabs-allowed .tabs-panel {
  display: inherit;
}

.accordion-tabs {
  margin: 60px 24px;
}

.accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 15px 20px;
}

@media (max-width: 768px) {
  .accordion-trigger {
    display: none !important;
  }
}

@media (min-width: 40em) {
  .tabs-allowed .accordion-trigger {
    display: none;
  }
  .tabs-allowed .tabs-trigger {
    display: flex;
    flex-direction: column;
  }
  .tabs-allowed .tabs-panel {
    display: none;
  }
  .tabs-allowed .tabs-panel.is-hidden {
    display: none;
  }
  .tabs-allowed .tabs-tab-list {
    margin-bottom: 0px;
  }
}

.accordion-trigger-icon {
  display: inline-block;
  float: right;
  width: 22px;
  height: 22px;
}

.accordion-trigger-icon svg {
  margin: 0;
}

[aria-expanded="true"] .vert {
  display: none;
}

.label--open,
.label--close {
  display: block;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.label--close {
  display: none;
}

.is-open .label--open {
  display: none;
}

.is-open .label--close {
  display: block;
}

.product__family {
  padding: 32px;
  background: #141414;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  border-radius: 8px;
  line-height: 1.2;
  box-sizing: border-box;
  border: 2px solid transparent;
  transition: all 150ms ease-in-out;
  position: relative;
}

.product__family a {
  text-decoration: none;
}

.product__family:hover {
  border: 2px solid #0082fa;
}

.product__family--image {
  position: absolute;
  top: -100px;
  right: -20px;
  height: 360px;
  z-index: 1;
  width: initial !important;

  object-fit: contain;
}

.product__family--name {
  color: #858585;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 3;
}

.product__family--name {
  font-size: 15px;
}

.product__family--vendor {
  color: #c7c7c7;
  padding-top: 48px;
  padding-bottom: 0;
  margin-bottom: 2px;
  position: relative;
  z-index: 3;
  font-weight: 300;
}

.product__family--vendor {
  font-size: 16px;
}

@media (min-width: 320px) {
  .product__family--vendor {
    font-size: calc(16px + 4 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  .product__family--vendor {
    font-size: 20px;
  }
}

.product__family--model {
  color: #fff;
  position: relative;
  z-index: 3;
}

.product__family--model {
  font-size: 18px;
}

@media (min-width: 320px) {
  .product__family--model {
    font-size: calc(18px + 6 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  .product__family--model {
    font-size: 24px;
  }
}

.product__family--rating {
  color: #0082fa;
  padding-top: 6px;
  padding-bottom: 16px;
  position: relative;
  z-index: 3;
}

.product__family--rating {
  font-size: 12px;
}

.product__family .btn {
  position: relative;
  z-index: 3;
}

.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.owl-carousel .owl-stage-outer .owl-stage {
  overflow: visible;
}

.tabs-tab-list .owl-stage {
  margin: 0 auto;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  overflow: visible;
  filter: grayscale(1);
  opacity: 0.5;
  transition: all 150ms ease-in-out;
  pointer-events: none;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item.active {
  opacity: 1;
  filter: none;
  pointer-events: all;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin-top: -40px;
}

.owl-carousel .owl-nav button {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  color: #0f0f0f;
  padding: 0;
  margin: 0;
  border-radius: 64px;
  font-weight: 600;
  transition: all 150ms ease-in-out;
}

.owl-carousel .owl-nav button {
  font-size: 18px;
}

.owl-carousel .owl-nav button.disabled {
  opacity: 0;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 0;
  left: -24px;
  background: #0082fa;
}

.owl-carousel .owl-nav button.owl-prev:hover {
  background: #005fb7;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 0;
  right: -24px;
  color: #fff;
  background: #0082fa;
}

.owl-carousel .owl-nav button.owl-next:hover {
  background: #005fb7;
}

.owl-carousel .owl-nav button i {
  color: #fff;
}

.owl-carousel.tabs-tab-list .owl-nav {
  margin-top: -24px;
}

.owl-carousel.tabs-tab-list .owl-nav button {
  background: #5c5c5c;
}

.razer__trademark {
  color: #0082fa;
  font-size: 1.4rem;
}

.logo-vendor {
  height: 100px;
  max-width: 100%;
}
