.hide_on_mobile {
  display: inline-block;
}

.mobile_only {
  display: none;
}

.attr-icon{
  transition: all 0.5s;
}

.attr-text {
  transition: all 0.5s;
  max-width: 200px;
  margin: auto;
}

.mice-sub-specs  {
  transition: all 5s;
}

.mice-thumbnails {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 0;
}

.mice-thumbnails img {
  max-width: 60px;
  cursor: pointer;
  opacity: 0.3;
  border-radius: 10px;
  transition: all 0.3s;
}
.mice-thumbnails img:hover {
  opacity: 1;
}



.headset-thumbnails {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  margin-top: 2rem;
}

.headset-thumbnails img {
  max-width: 60px;
  cursor: pointer;
}

.hotspot-pre {
  color: var(--color-content-primary);
}

.hotspot-sub {
  color: #999999;
  font-size: 1.3rem;
  letter-spacing: 9px;
}

.mice-category-buttons a {
  font-size: 13px;
}
.mice-category-buttons .is-prod-cat {
  color: #69be28;
}
.mice-category-buttons .non-prod-cat{
  color: #999999;
}

.office.related-prods .related-prod {
  /* opacity: 0.5; */
	color: var(--color-alt-content-faded);
  text-align: center;
}
.office.related-prods .related-prod:hover {
  opacity: 1;
}

.office.related-prods .related-prod p {
	color: var(--color-content-primary);
}
.splide.related-prods.gaming.office .related-prod:hover .inner h6 {
  color: #fff;
}
.office-category-buttons .non-prod-cat {
  color: var(--color-alt-content-faded);
}
.office-category-buttons .is-prod-cat {
  color: var(--color-content-primary);
}

.splide.related-prods.gaming .related-prod .wrapper {
  position: relative;
  height: 400px;
  width: 100%;
  background: rgba(255,255,255,0.3);
  clip-path: polygon(25% 0%,100% 0,100% 100%,0 100%,0 20%);
  -webkit-clip-path: polygon(25% 0%,100% 0,100% 100%,0 100%,0 20%);
  opacity: 0.5;
  transition: all 0.7s;
}
.splide.related-prods.gaming.office .related-prod .wrapper {
  background: transparent;
  opacity: 1;
  clip-path: none;
  -webkit-clip-path: none;
}
.splide.related-prods.gaming .related-prod .image-container {
  position: absolute;
  background: rgba(0,0,0,0.8);
  top: 0.5%;
  left: 0.5%;
  height: 99%;
  width: 99%;
  clip-path: polygon(25% 0%,100% 0,100% 100%,0 100%,0 20%);
  -webkit-clip-path: polygon(25% 0%,100% 0,100% 100%,0 100%,0 20%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.splide.related-prods.gaming.office .related-prod .image-container {
  background: rgba(255, 255, 255, 1);
  clip-path: none;
  -webkit-clip-path: none;
}
.splide.related-prods.gaming .related-prod .wrapper img {
  max-width: unset;
  max-height: 300px;
}
.splide.related-prods.gaming .related-prod:hover .wrapper {
  opacity: 1
}
.splide.related-prods.gaming .related-prod:hover .wrapper .image-container  {
  background: radial-gradient(#04315e9c, #000912);
}
.splide.related-prods.gaming.office .related-prod:hover .wrapper .image-container {
  background: white;
  box-shadow: 5px -3px 11px rgba(0,0,0,0.5);
}
.splide.related-prods.gaming .related-prod .inner {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  text-align: center;
  padding: 0 15px;
  text-wrap: balance;
}
.splide.related-prods.gaming .related-prod .inner h6 {
  margin-bottom: 10px;
}
.splide.related-prods.gaming.office .related-prod .inner h6{
  color: #002244;
}

.office.related-prods .related-prod, .gaming.related-prods .related-prod {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.office.related-prods .related-prod img, .gaming.related-prods .related-prod img {
  max-width: 340px;
}

.splide.gaming-categories .category .wrapper {
  position: relative;
  height: 400px;
  width: 100%;
  background: rgba(255,255,255,0.3);
  clip-path: polygon(25% 0%,100% 0,100% 100%,0 100%,0 20%);
  -webkit-clip-path: polygon(25% 0%,100% 0,100% 100%,0 100%,0 20%);
  opacity: 0.5;
  transition: all 0.7s;
}
.splide.office.gaming-categories .category .wrapper {
  background: rgba(0,0,0,0.3);
}
.splide.gaming-categories .category .image-container {
  position: absolute;
  background: rgba(0,0,0,0.8);
  top: 0.5%;
  left: 0.5%;
  height: 99%;
  width: 99%;
  clip-path: polygon(25% 0%,100% 0,100% 100%,0 100%,0 20%);
  -webkit-clip-path: polygon(25% 0%,100% 0,100% 100%,0 100%,0 20%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.splide.office.gaming-categories .category .image-container {
  background: rgba(255,255,255,1);
}
.splide.gaming-categories .category .wrapper img {
  max-width: unset;
  max-height: 300px;
}
.splide.gaming-categories .category:hover .wrapper {
  opacity: 1
}
.splide.gaming-categories .category:hover .wrapper .image-container  {
  background: radial-gradient(#04315e9c, #000912);
}
.splide.gaming-categories .category .inner {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  text-align: center;
  padding: 0 15px;
  text-wrap: balance;
}
.splide.office.gaming-categories .wrapper p {
  color: var(--color-alt-content-text);
}
.splide.office.gaming-categories .wrapper:hover p{
  color: var(--color-content-primary);
}
.splide.office.gaming-categories .wrapper:hover h6 {
  color: #fff;
}
.splide.gaming-categories .category .inner h6 {
  margin-bottom: 10px;
}

.office.related-prods .related-prod, .gaming.related-prods .related-prod, .splide.gaming-categories .category {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.office.related-prods .related-prod img, .gaming.related-prods .related-prod img, .splide.gaming-categories .category img {
  max-width: 340px;
}

.splide.office .splide__list {
  padding-bottom: 30px !important;
}
.splide.office .wrapper h6 {
  color: var(--color-alt-content-text);
  margin-bottom: 0;
}
.splide.office .wrapper .inner {
  padding-bottom: 30px;
}
.splide.office .wrapper:hover {
  background: white;
  box-shadow: 10px 8px 11px rgba(0,0,0,0.2);
}
.splide.office .wrapper .image-container {
  padding: 20px;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.splide.office .wrapper .image-container img {
  max-width: 290px;
}

@media screen and (max-width: 600px) {
  .hide_on_mobile {
    display: none !important;
  }
  .mobile_only {
    display: block !important;
  }
}