
/* ------ core/ue-pxd--core.css ------ */
body {
  background-color: white;
}

body.pxd-has-modal {
  overflow: hidden;
}

.nobr {
    display: inline-block;
    white-space: nowrap;
}

.yesbr {
    white-space: normal;
}

#shopify-section-header.drawer-parent {
  z-index: 1000;
}
#DrawerCart.drawer {
  z-index: 1001;
}

.shadow-std {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

button, button a {
    cursor: pointer;
}

button[disabled] {
    cursor: not-allowed;
}

.z-10000 {
    z-index: 100000;
    position: relative;
}

.button-wide {
    width: 300px;
    max-width: 100%;
}
@media (max-width: 768px) {
  .button-wide {
    min-width: 40vw;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .button-wide {
    /* padding-top: 4px;
    padding-bottom: 6px; */
  }
}

button.button-slim {
  font-size: 14px;
  padding: 5px 20px;
  border: 1px solid black;
  color: black;
  background-color: transparent;
}
@media (max-width: 768px) {
  button.button-slim-m {
    font-size: 14px;
    padding: 5px 20px;
    border: 1px solid black;
    color: black;
    background-color: transparent;
  }
}


.button-lg {}
.button-md {}
.button-sm {}

button.button-clear-white {
    border: 2px solid white;
    background: transparent;
    border-color: white;
    color: white;
}

button.button-black {
  background-color: black;
  color: white;
  border: none;
}

.radius-10 {
    border-radius: 0px;
    overflow: hidden;
}

.icon-box-md {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.icon-box-md img {
    display: inline-block;
    width: 1px;
    height: 1px;
    opacity: 0.01;
}

@media (max-width: 768px) {
    .icon-box-md {
        width: 30px;
        height: 30px;
    }
}

.intensity-figure {
  font-size: 28px;
  line-height: 18px;
  letter-spacing: -2px;
  max-width: 4em;
  display: block;
  margin: 12px auto;
  word-wrap: break-word;
}

.variant-circle {
    display: block;
    padding: 2px;
    cursor: pointer;
    height: 32px;
    width: 32px;
    margin-bottom: 5px;
    margin-right: 4px;
    border-radius: 54%;
    border: 2px solid #e0e0e0;
}

.pc-product .variant-circle {
  width: 25px;
  height: 25px;
}

.variant-circle--active {
    border-color: black;
}

.variant-circle-inner {
    width: 100%;
    display: block;
    pointer-events: none;
    height: 100%;
    border-radius: 50%;
}

.variant-list {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  flex-wrap: wrap;
}

@media (min-width: 769px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}

hr.hr-central {
  width: 147px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  display: block;
  margin: 20px auto;
}

.shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  line-height: 140% !important;
}

.pxd-shogun-only {
  display: none !important;
}
body.shogun-editor .pxd-shogun-only {
  display: block !important;
}

.pxd-shogun-info {
  width: 90%;
  height: 100px;
  border: 5px double rgba(150,150,150,0.25);
  text-align:center;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 4px auto;
  color: rgba(150,150,150,0.25);
  padding: 13px 15px;
  border-radius: 12px;
}
.pxd-shogun-info code {
  font-size: 20px;
  position: relative;
  color: rgba(175, 27, 27, 0.296);
  bottom: 7px;
}

button[onclick] {
  cursor: pointer;
}



.pdp-blade button, .pxd-blade-outer button {
  transition: all 0.5s;
}
.pdp-blade button:hover, .pxd-blade-outer button:hover {
  transform: scale(1.02);
}

.half-plus {
  width: 11px;
  display: inline-block;
  top: -1px;
  position: relative;
  overflow: hidden;
}

.full-width {
  width: 100%;
}

.pxd-copy-block p.no-center,
.no-center {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 768px) {
  .mobile-center {
    margin-left: auto;
    margin-right: auto;
    align-self: center;
  }
  .mobile-left {
    margin-left: 0;
    align-self: flex-start;
  }


  .pxd-gb-inner .shg-c.lgf-1 {
    height: initial;
  }
}
@media (min-width: 769px) {
  .desktop-center {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }
  .desktop-left {
    margin-left: 0;
    align-self: flex-start;
  }
}
.pxd-split.natural-height,
.natural-height {
  min-height: 0;
  max-height: none;
  height: auto !important;
  flex-basis: auto;
}
.pxd-split.natural-width,
.natural-width {
  min-width: 0;
  max-width: none;
  width: auto !important;
  flex-basis: auto;
}

.pxd-dark-bg {
  background-color:#12151a;
  color: white;
}

.scale-130 {
  transform: scale(1.3);
  transform-origin: bottom left;
}


.full-height {
  height: 100%;
}


.column-center-center,
.column-left-center,
.column-right-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.column-center-center {
  align-items: center;
}

.column-right-center {
  align-items: flex-end;
}

.column-left-center {
  align-items: flex-start;
}




/* ------ core/ue-pxd-fx.css ------ */
[pxd-if] {
    display: none;
}

.animate-in {
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

.animate-out {
    animation-duration: 1.5s;
    animation-direction: reverse;
    animation-fill-mode: backwards;
}

@keyframes flickerIn {
    0% {
        opacity: 0;
        transform: scale(1.02);
    }
    8% { opacity: 1; }
    10% {
        opacity: 0.5;
        transform: scale(1);
    }
    13% { opacity: 0.9; }
    15% { opacity: 0.2; }
    17% { opacity: 1; }
    19% { opacity: 0; }
    20% { opacity: 0.2; }
    25% { opacity: 0.3; }
    92% { opacity: 0.98; }
    96% { opacity: 0.8; }
    99% { opacity: 0.95; }
    100% { opacity: 1; }
}

.flicker-in {
    transform: scale(1);
    opacity: 0;
}
.flicker-in.animate-in,
.flicker-in.animate-out {
    animation-name: flickerIn;
}

@keyframes swoopInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100vw) scale(10);
        filter: blur(10vw);
    }

    30% {
        opacity: 0.4;
        transform: translateX(-60vw) scale(6);
        filter: blur(6vw);
    }
    100% {
        opacity: 1;
        filter: blur(0);
        transform: translateX(0) scale(1);
    }
}

.swoop-in-left {
    opacity: 0;
    transform: translateX(-100vw) scale(10);
    filter: blur(10vw);
}

.swoop-in-left.animate-in,
.swoop-in-left.animate-out {
    animation-timing-function: ease-in-out;
    animation-name: swoopInLeft;
}


@keyframes scaleDown {
    0% {
        opacity: 0;
        transform: scale(0);
        filter: blur(20vh);
    }

    25% {
        opacity: 0;
        filter: blur(100px);
    }

    50% {
        opacity: 0.5;
        filter: blur(20px);
    }

    100% {
        opacity: 1;
        filter: blur(0);
        transform: scale(1);
    }
}

.scale-down {
    opacity: 0;
    transform: scale(0);
    filter: blur(20vh);
}
.scale-down.animate-in,
.scale-down.animate-out {
    animation-name: scaleDown;
}


@keyframes flipIn {
    0% {
        transform: rotate3d(1, 2, 1, 90deg) scale(0.1);
        opacity: 0;
        filter: saturate(0%);
    }


    30% {
        transform: none;
        opacity: 1;
        filter: saturate(100%);
    }
    100% {
        transform: none;
        opacity: 1;
        filter: saturate(100%);
    }
}

.flip-in {
    opacity: 0;
    transform: rotate3d(1, 1, 1, 180deg) scale(0.7);
}
.flip-in.animate-in,
.flip-in.animate-out {
    animation-name: flipIn;
    animation-duration: 3.5s;
}


/* ------ core/ue-pxd-sticky.css ------ */
.pxd-sticky-wrapper {
  pointer-events: none;
}
.pxd-sticky-wrapper:empty {
  display: none !important;
}
.pxd-sticky-wrapper * {
  pointer-events: all;
}
.pxd-sticky-wrapper [pxd-sticky-notouch],
.pxd-sticky-wrapper [pxd-sticky-notouch] * {
  pointer-events: none;
}


/* ------ core/ue-pxd-toast.css ------ */
#toast-frame {
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 1000000;
    top: 0;
    left: 0;
    pointer-events: none;
    padding-top: 70px;
    overflow: hidden;
}

.pxd-toast {
    display: none;
    flex-direction: row;
    align-items: flex-start;
    width: 360px;
    max-width: calc(100vw - 30px);
    background: #EFEFEF;
    pointer-events: all;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0 15px 20px;
}

.pxd-toast-inner {
    display: flex;
    padding: 0;
    flex-direction: row;
    flex: 1;
    overflow:hidden;
}

.pxd-toast-hr {
    padding: 0;
    margin: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.pxd-toast-content {
    flex: 1;
    padding: 0;
    display: flex;
    letter-spacing: -0.3px;
    flex-direction: column;
}
.pxd-toast-content-inner {
    padding: 0 12px 6px;
    max-width: 90%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.pxd-toast-title b {
    font-weight: bold;
}
.pxd-toast-pretitle {
    position: relative;
    top: 10px;
    margin-bottom: -5px;
}
.pxd-toast-title {
    font-weight: bold;
    font-size: 16px;
    padding: 10px 0 0;
    margin: 0;
}
.pxd-toast-subtitle {
    font-size: 13px;
    padding: 0 0 10px;
    margin: 0;
}

.pxd-toast-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    padding: 2px 12px 6px;
    background-color: #EFEFEF;
}

.pxd-toast-buttons a {
    flex: 1;
    display: flex;
    text-align: center;
}

.pxd-toast-buttons button {
    background: transparent;
    border-radius: 0;
    padding: 10px 12px 10px;
    text-align: center;
    color: #000;
    margin: 0;
    cursor: pointer;
    pointer-events: all;
    font-size: 13px;
    flex: 1;
    transition: all 0.4s;
    border-right: 1px solid #E0E0E0;
}
.pxd-toast-buttons a:last-child button {
    border-right: none;
}
.pxd-toast-buttons button img {
    height: 1em;
    float: right;
    position: relative;
    top: 2px;
}

.pxd-toast-buttons button:hover {
    color: #222;
    background-color: #F8F8F8;
}

.pxd-toast-aside {
    margin-left: -37px;
    flex: 0 0 auto;
    position: relative;
    border-bottom: 1px solid #AAA;
    margin-bottom: 45px;
    padding-right: 5px;
    padding-left: 5px;
}

.pxd-toast-close {
    padding: 5px;
    border-radius: 4px;
    margin-left: 0px;
    float: right;
    position: relative;
    width: 25px;
    top: 10px;
    right: 0px;
    cursor: pointer;
    transition: all 0.2s;
}
.pxd-toast-close:hover {
    transform: scale(0.99);
    box-shadow: inset 0 2px 5px rgba(255, 10, 10, 0.3);
}


/* ------ core/ue-pxd-utilities.css ------ */
.quantity-selector {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.quantity-amount {
    width: 25px;
    appearance: textfield;
    display: inline-block;
    border: 1px solid #C4C4C4;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
    margin: 0 3px;
}


.quantity-selector .quantity-less,
.quantity-selector .quantity-more {
    font-size: 20px;
    line-height: 18px;
    display: flex;
    width: 20px;
    height: 20px;
    background-color: white;
    user-select: none;
    color: black;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    font-weight: 400;
    margin: 3px;
    border-radius: 100%;
    transition: all 0.4s;
    cursor: pointer;
    padding: 0;
}


.quantity-selector .quantity-less span,
.quantity-selector .quantity-more span {
    position: relative;
    top: -1px;
    left: 0px;
}


.quantity-selector .quantity-less:hover,
.quantity-selector .quantity-more:hover {
    background-color: black;
    color: white;
}


.max-screen-w {
    max-width: 100vw;
    overflow: hidden;
}


/* ------ core/ue-styles-dep.css ------ */
h1.header-lg,
h1.header-md,
h1.header-sm,
h1.header-xs {
  line-height: calc(1em + 6px);
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

h1.header-lg { font-size: 80px; }
h1.header-md { font-size: 48px; }
h1.header-sm { font-size: 38px; }

p.copy-lg,
p.copy-md,
p.copy-sm {
  line-height: calc(1em + 8px);
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

p.copy-lg { font-size: 24px; }
p.copy-md { font-size: 20px; }
p.copy-sm { font-size: 17px; }

.button-lg a {
  font-size: 20px;
  padding-left: 20px;
  text-align: center;
  padding-right: 20px;
  min-width: 275px;
}

@media (min-width: 769px) {
    .desktop-margin-top-30 {
        margin-top: 30px;
    }
}

.hero-banner-text {
  font-size: 48px;
  line-height: 108%;
}

@media (max-width:768px) {
  .hero-banner-text {
    font-size: 18px;
  }
}


img.photo-zoom, .photo-zoom img { max-width: 130%; width: 130%; float: left; }

@media (min-width: 1200px) { /* WIDESCREEN */
  img.photo-zoom-w, .photo-zoom-w img { max-width: 130%; width: 130%; float: left; margin-bottom: -100%; }
}

@media (max-width: 1199px) and (min-width: 992px) { /* DEKSTOP */
  img.photo-zoom-d, .photo-zoom-d img { max-width: 130%; width: 130%; float: left; margin-bottom: -100%; }
}

@media (max-width: 991px) and (min-width: 768px) { /* TABLET */
  img.photo-zoom-t, .photo-zoom-t img { max-width: 130%; width: 130%; float: left; margin-bottom: -100%; }

  h1.header-lg { font-size: 50px; }
  h1.header-md { font-size: 40px; }
  h1.header-sm { font-size: 35px; }
  h1.header-xs { font-size: 30px; }

  p.copy-lg { font-size: 21px; }
  p.copy-md { font-size: 17px; }
  p.copy-sm { font-size: 15px; }
}

@media (max-width: 767px) {
  img.photo-zoom-m, .photo-zoom-m img { max-width: 130%; width: 130%; float: left; margin-bottom: -100%; }

  .button-lg a {
    font-size: 17px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }

  .text-center-m { text-align: center; }
  .text-left-m { text-align: left; }
  .text-right-m { text-align: right; }

  h1.header-lg, h1.header-lg-m { font-size: 40px; }
  h1.header-md, h1.header-md-m { font-size: 30px; }
  h1.header-sm, h1.header-sm-m { font-size: 25px; }
  h1.header-xs, h1.header-xs-m { font-size: 18px; }


  p.copy-lg, h1.copy-lg-m { font-size: 18px; }
  p.copy-md, h1.copy-md-m { font-size: 14px; }
  p.copy-sm, h1.copy-sm-m { font-size: 13px; }

}

@media (min-width: 769px) {
  .desktop-min-50 { min-width: 50px; }
  .desktop-min-100 { min-width: 100px; }
  .desktop-min-150 { min-width: 150px; }
  .desktop-min-200 { min-width: 200px; }
  .desktop-min-250 { min-width: 250px; }
  .desktop-min-300 { min-width: 300px; }
}

@media (max-width: 768px) {
  .mobile-min-50 { min-width: 50px; }
  .mobile-min-100 { min-width: 100px; }
  .mobile-min-150 { min-width: 150px; }
  .mobile-min-200 { min-width: 200px; }
  .mobile-min-250 { min-width: 250px; }
  .mobile-min-300 { min-width: 300px; }
}

p.pxd-p1 {
    font-size: 20px;
    line-height: 150%;
    font-weight: 300;
    margin: 5px 0;
}
p.pxd-p2 {
    font-size: 14px;
    line-height: 150%;
    font-weight: 300;
    margin: 5px 0;
}
p.pxd-p3 {
    font-size: 12px;
    font-weight: 300;
    margin: 5px 0;
}

h1.pxd-h1,
h2.pxd-h1,
h3.pxd-h1,
h4.pxd-h1,
h5.pxd-h1,
h6.pxd-h1 {
    font-size: 40px;
    line-height: 125%;
}

h1.pxd-h2,
h2.pxd-h2,
h3.pxd-h2,
h4.pxd-h2,
h5.pxd-h2,
h6.pxd-h2 {
    font-size: 30px;
    line-height: 125%;
}


h1.pxd-h3,
h2.pxd-h3,
h3.pxd-h3,
h4.pxd-h3,
h5.pxd-h3,
h6.pxd-h3 {
    font-size: 25px;
    line-height: 125%;
}


@media (max-width: 768px) {
    .pxd-copy-block {
        padding: 23px;
    }

    h1.pxd-h1,
    h2.pxd-h1,
    h3.pxd-h1,
    h4.pxd-h1,
    h5.pxd-h1,
    h6.pxd-h1 {
        font-size: 30px;
        line-height: 125%;
    }

    h1.pxd-h2,
    h2.pxd-h2,
    h3.pxd-h2,
    h4.pxd-h2,
    h5.pxd-h2,
    h6.pxd-h2 {
        font-size: 23px;
        line-height: 100%;
    }

    h1.pxd-h3,
    h2.pxd-h3,
    h3.pxd-h3,
    h4.pxd-h3,
    h5.pxd-h3,
    h6.pxd-h3 {
        font-size: 15px;
        line-height: 150%;
    }

    p.pxd-p1 {
        font-size: 14px;
    }
    p.pxd-p2 {
        font-size: 12px;
    }
    p.pxd-p3 {
        font-size: 10px;
    }
}


/* ------ core/ue-system.css ------ */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.text-white { color: white; }
.text-black { color: black; }

.layer-z-top,
.layer-z-middle,
.layer-z-bottom {
    pointer-events: all;
    position: relative;
}
.layer-z-top { z-index: 100000; }
.layer-z-middle { z-index: 1000; }
.layer-z-bottom { z-index: 1; }

.pxd-content-column {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .pxd-content-column.pxd-content-column--wide {
    max-width: calc(100vw - 34px);
  }
}
@media (min-width: 1180px) {
  .pxd-content-column.pxd-content-column--wide {
    min-width: 1180px;
    max-width: calc(100vw - 60px);
  }
}
@media (min-width: 1580px) {
  .pxd-content-column {
    max-width: 1350px;
  }
  .pxd-content-column.pxd-content-column--wide {
    max-width: 1420px;
  }
}


@media (min-width: 769px) {
  .desktop-max-450-h { max-height: 450px; }
  .desktop-max-400-h { max-height: 400px; }
}

.pxd-radius-10 { border-radius: 10px; overflow: hidden; }


.pxd-pad-1 { padding: 1px; }
.pxd-pad-2 { padding: 2px; }
.pxd-pad-3 { padding: 3px; }
.pxd-pad-4 { padding: 4px; }
.pxd-pad-5 { padding: 5px; }
.pxd-pad-6 { padding: 6px; }
.pxd-pad-7 { padding: 7px; }
.pxd-pad-8 { padding: 8px; }
.pxd-pad-9 { padding: 9px; }
.pxd-pad-10 { padding: 10px; }
.pxd-pad-11 { padding: 11px; }
.pxd-pad-12 { padding: 12px; }
.pxd-pad-13 { padding: 13px; }
.pxd-pad-14 { padding: 14px; }
.pxd-pad-15 { padding: 15px; }
.pxd-pad-16 { padding: 16px; }
.pxd-pad-17 { padding: 17px; }
.pxd-pad-18 { padding: 18px; }
.pxd-pad-19 { padding: 19px; }
.pxd-pad-20 { padding: 20px; }

@media (min-width: 769px) {
    .pxd-pad-1-d { padding: 1px; }
    .pxd-pad-2-d { padding: 2px; }
    .pxd-pad-3-d { padding: 3px; }
    .pxd-pad-4-d { padding: 4px; }
    .pxd-pad-5-d { padding: 5px; }
    .pxd-pad-6-d { padding: 6px; }
    .pxd-pad-7-d { padding: 7px; }
    .pxd-pad-8-d { padding: 8px; }
    .pxd-pad-9-d { padding: 9px; }
    .pxd-pad-10-d { padding: 10px; }
    .pxd-pad-11-d { padding: 11px; }
    .pxd-pad-12-d { padding: 12px; }
    .pxd-pad-13-d { padding: 13px; }
    .pxd-pad-14-d { padding: 14px; }
    .pxd-pad-15-d { padding: 15px; }
    .pxd-pad-16-d { padding: 16px; }
    .pxd-pad-17-d { padding: 17px; }
    .pxd-pad-18-d { padding: 18px; }
    .pxd-pad-19-d { padding: 19px; }
    .pxd-pad-20-d { padding: 20px; }
}

@media (max-width: 768px) {
    .pxd-pad-1-m { padding: 1px; }
    .pxd-pad-2-m { padding: 2px; }
    .pxd-pad-3-m { padding: 3px; }
    .pxd-pad-4-m { padding: 4px; }
    .pxd-pad-5-m { padding: 5px; }
    .pxd-pad-6-m { padding: 6px; }
    .pxd-pad-7-m { padding: 7px; }
    .pxd-pad-8-m { padding: 8px; }
    .pxd-pad-9-m { padding: 9px; }
    .pxd-pad-10-m { padding: 10px; }
    .pxd-pad-11-m { padding: 11px; }
    .pxd-pad-12-m { padding: 12px; }
    .pxd-pad-13-m { padding: 13px; }
    .pxd-pad-14-m { padding: 14px; }
    .pxd-pad-15-m { padding: 15px; }
    .pxd-pad-16-m { padding: 16px; }
    .pxd-pad-17-m { padding: 17px; }
    .pxd-pad-18-m { padding: 18px; }
    .pxd-pad-19-m { padding: 19px; }
    .pxd-pad-20-m { padding: 20px; }
}


/* ------ core/ue-theme.css ------ */
.earbuds-purple { color: #431DAE; }
.earbuds-bg { background-color: #431DAE; }

.speaker-blue { color: #5577FF; }
.speaker-blue-bg { background-color: #5577FF; }

.hot-pink { color: #FF3969; }
.hot-pink-bg { background-color: #FF3969; }

.neon-red { color: #E52C4B; }
.neon-red-border { border-color: #E52C4B; }
.neon-red-bg { background-color: #E52C4B; }

.dark-grey { color: #383838; }
.dark-grey-bg { background-color: #383838; }

.light-grey { color:#8b8b8b; }
.light-grey-bg { background-color:#8b8b8b; }

.off-white { color: #F4F4F4; }
.off-white-bg { background-color: #F4F4F4; }

.white { color: #fff; }
.white-bg { background-color: #fff; }

.black { color: #000; }
.black-bg { background-color: #000; }

@media (max-width: 768px) {
    .earbuds-purple-m { color: #431DAE; }
    .earbuds-bg-m { background-color: #431DAE; }

    .speaker-blue-m { color: #5577FF; }
    .speaker-blue-bg-m { background-color: #5577FF; }

    .hot-pink-m { color: #FF3969; }
    .hot-pink-bg-m { background-color: #FF3969; }

    .neon-red-m { color: #E52C4B; }
    .neon-red-border-m { border-color: #E52C4B; }
    .neon-red-bg-m { background-color: #E52C4B; }

    .light-grey-m { color:#8b8b8b; }
    .light-grey-bg-m { background-color:#8b8b8b; }

    .off-white-m { color: #F4F4F4; }
    .off-white-bg-m { background-color: #F4F4F4; }

    .white-m { color: #fff; }
    .white-bg-m { background-color: #fff; }
}

@media (min-width: 769px) {
    .earbuds-purple-d { color: #431DAE; }
    .earbuds-bg-d { background-color: #431DAE; }

    .speaker-blue-d { color: #5577FF; }
    .speaker-blue-bg-d { background-color: #5577FF; }

    .hot-pink-d { color: #FF3969; }
    .hot-pink-bg-d { background-color: #FF3969; }

    .neon-red-d { color: #E52C4B; }
    .neon-red-border-d { border-color: #E52C4B; }
    .neon-red-bg-d { background-color: #E52C4B; }

    .light-grey-d { color:#8b8b8b; }
    .light-grey-bg-d { background-color:#8b8b8b; }

    .off-white-d { color: #F4F4F4; }
    .off-white-bg-d { background-color: #F4F4F4; }

    .white-d { color: #fff; }
    .white-bg-d { background-color: #fff; }
}


/* ------ core/ue-variants.css ------ */

  [data-variant-color] {
    position: relative;
  }
  [data-variant-color="Rose Quartz | D02"] {
      background-color: #6c0d22;
      background: linear-gradient(144deg, #dd8da8 0%, #6c0d22 80%);
  }
  [data-variant-color="Onyx | D03"] {
      background-color: #282c2f;
      background: linear-gradient(144deg, #767a7c 0%, #282c2f 80%);
  }
  [data-variant-color="Sapphire | D01"] {
      background-color: #073458;
      background: linear-gradient(144deg, #09aea3 0%, #073458 80%);
  }
  [data-variant-color="Hot Pink"] {
      background-color: #FF3969;
  }
  [data-variant-color="White"] {
      background-color: linear-gradient(144deg, #f9f9f9 0%, #c9c9c9 80%);
  }
  [data-variant-color="Deep Space Black"] {
      background-color: black;
  }
  [data-variant-color="Crushed Ice Grey"] {
      background-color: #777;
  }
  [data-variant-color="Radical Red"] {
      background-color: #D8211E;
  }
  [data-variant-color="Bermuda Blue"] {
      background-color: #4A75D8;
  }

  [data-variant-color="Black"] {
    background-color: #080107;
  }

  [data-variant-color="NightBlack"] {
      background-color: black;
  }
  [data-variant-color="Sunset red"] {
      background-color: #A41E33;
  }
  [data-variant-color="Ultraviolet purple"] {
      background-color: #7A225B;
  }
  [data-variant-color="Lagoon blue"] {
      background-color: #246FA2;
  }
  [data-variant-color="Storm (Best Buy Exclusive)"] {
      background-color: #9b9b9b;
  }
  [data-variant-color="Moon (Best Buy Exclusive)"] {
      background-color: #6d6d6d;
  }
  [data-variant-color="Dusk (Amazon Exclusive)"] {
      background-color: #9D3540;
  }
  [data-variant-color="Raincloud (Target Exclusive)"] {
      background-color: #b7b7b7;
  }
  [data-variant-color="Seashell Peach (Target Exclusive)"] {
      background-color: #c8a9b0;
  }
  [data-variant-color="Dawn (Lilac)"] {
      background-color: rgb(209,203,226);
  }
  [data-variant-color="Eclipse (Midnight Blue)"] {
      background-color: rgb(34,37,46);
  }
  [data-variant-color="Cloud (Grey)"] {
      background-color: rgb(187,187,185);
  }
  [data-variant-color="Brainfreeze"] {
      background-color: rgba(0,125,189,1);
  }
  [data-variant-color="Default Title"] {
      background-color: rgba(99,99,99,1);
  }

  [data-variant-color="Clear | T001 / Ambient No"],
  [data-variant-color="Clear | T001 / Ambient Yes"],
  [data-variant-color="Clear | T001"] {
    background-color: #f4f4f4;
  }
  [data-variant-color="Jet Black | O070 / Ambient Yes"],
  [data-variant-color="Jet Black | O070 / Ambient No"],
  [data-variant-color="Jet Black | O070"] {
    background-color: #050505;
  }

  [data-variant-color="Zest"],
  [data-variant-color="Translucent Jet Black | T070 / Ambient No"],
  [data-variant-color="Translucent Jet Black | T070 / Ambient Yes"],
  [data-variant-color="Translucent Jet Black | T070"] {
    background-color: #232323;
  }

  [data-variant-color="Translucent Lucky Red | T032 / Ambient Yes"],
  [data-variant-color="Translucent Lucky Red | T032 / Ambient No"],
  [data-variant-color="Translucent Lucky Red | T032"] {
    background-color: rgb(203,83,76);
  }

  [data-variant-color="Royal Blue Translucent | T049 / Ambient Yes"],
  [data-variant-color="Royal Blue Translucent | T049 / Ambient No"],
  [data-variant-color="Royal Blue Translucent | T049"] {
    background-color: rgb(74,89,166);
  }


  [data-variant-color="Carbon Fiber | E062 / Ambient Yes"],
  [data-variant-color="Carbon Fiber | E062 / Ambient No"],
  [data-variant-color="Carbon Fiber | E062"] {
    background-image: url(https://content.pxd.studio/assets/variants/e062.png);
    background-size: cover;
  }
  [data-variant-color="Mother of Pearl | E075 / Ambient Yes"],
  [data-variant-color="Mother of Pearl | E075 / Ambient No"],
  [data-variant-color="Mother of Pearl | E075"] {
    background-image: url(https://content.pxd.studio/assets/variants/e075.png);
    background-size: cover;
  }
  [data-variant-color="Wood | E099 / Ambient Yes"],
  [data-variant-color="Wood | E099 / Ambient No"],
  [data-variant-color="Wood | E099"] {
    background-image: url(https://content.pxd.studio/assets/variants/e099.png);
    background-size: cover;
  }



  [data-variant-color="-15 db"]:after {
      content: '-15';
      position: absolute;
      top: 2px;
      font-size: 12px;
      font-weight: 400;
      left: 3px;
  }
  [data-variant-color="-25 db"]:after {
      content: '-25';
      position: absolute;
      top: 2px;
      font-size: 12px;
      font-weight: 400;
      left: 3px;
  }



  [data-variant-color="2 Speakers"]:after {
      content: '2x';
      position: absolute;
      top: 0;
      font-size: 14px;
      font-weight: 600;
      left: 3px;
  }
  [data-variant-color="3 Speakers"]:after {
      content: '3x';
      position: absolute;
      top: 0;
      font-size: 14px;
      font-weight: 600;
      left: 3px;
  }
  [data-variant-color="4 Speakers"]:after {
      content: '4x';
      position: absolute;
      top: 0;
      font-size: 14px;
      font-weight: 600;
      left: 3px;
  }
  [data-variant-color="6 Speakers"]:after {
      content: '6x';
      position: absolute;
      top: 0;
      font-size: 14px;
      font-weight: 600;
      left: 3px;
  }

  [data-variant-color='50" Clear IPX Cable']:after,
  [data-variant-color='50" IPX Earloop Clear Cable | 502-001212']:after {
      content: '50"';
      position: absolute;
      top: 0;
      font-size: 14px;
      font-weight: 600;
      left: 1px;
  }
  [data-variant-color='50" IPX Earloop Black Cable'] {
    background-color: black;
    color: white;
  }
  [data-variant-color='50" IPX Earloop Black Cable']:after {
      content: '50"';
      position: absolute;
      top: 1px;
      font-size: 13px;
      font-weight: 600;
      left: 1px;
  }


  [data-variant-color='64" Clear IPX Cable']:after,
  [data-variant-color='64" IPX Earloop Clear Cable | 502-001247']:after {
      content: '64"';
      position: absolute;
      top: 0;
      font-size: 14px;
      font-weight: 600;
      left: 1px;
  }
  [data-variant-color='64" IPX Earloop Black Cable'] {
    background-color: black;
    color: white;
  }
  [data-variant-color='64" IPX Earloop Black Cable']:after {
      content: '64"';
      position: absolute;
      top: 1px;
      font-size: 13px;
      font-weight: 600;
      left: 1px;
  }


[data-variant-color='$100']:after,
[data-variant-color='$100']:after {
    content: '$100';
    position: absolute;
    top: 1px;
    font-size: 13px;
    font-weight: 600;
    left: 1px;
}
[data-variant-color='$200']:after,
[data-variant-color='$200']:after {
    content: '$200';
    position: absolute;
    top: 1px;
    font-size: 13px;
    font-weight: 600;
    left: 1px;
}
[data-variant-color='$500']:after,
[data-variant-color='$500']:after {
    content: '$500';
    position: absolute;
    top: 1px;
    font-size: 13px;
    font-weight: 600;
    left: 1px;
}
[data-variant-color='$1,000']:after,
[data-variant-color='$1,000']:after {
    content: '$1k';
    position: absolute;
    top: 1px;
    font-size: 13px;
    font-weight: 600;
    left: 1px;
}
[data-variant-color='$1,500']:after,
[data-variant-color='$1,500']:after {
    content: '$1.5k';
    position: absolute;
    top: 1px;
    font-size: 13px;
    font-weight: 600;
    left: 1px;
}
[data-variant-color='$2,000']:after,
[data-variant-color='$2,000']:after {
    content: '$2k';
    position: absolute;
    top: 1px;
    font-size: 13px;
    font-weight: 600;
    left: 1px;
}

[data-variant-color="White"] {
  background: white;
}

/* wonderboom 3 */

[data-variant-color="Active Black"] {
    background: linear-gradient(135deg, #000000 0%, #050505 70%, #c2daed 70%);
}
[data-variant-color="Performance Blue"] {
    background: linear-gradient(135deg, #3770b3 0%, #3770b3 70%, #eb1d6d 70%);
}
[data-variant-color="Hyper Pink"] {
    background: linear-gradient(135deg, #eb1d6d 0%, #eb1d6d 70%, #7fc14d 70%);
}
[data-variant-color="Joyous Bright"] {
    background: linear-gradient(135deg, #BBBBBB 0%, #BBBBBB 70%, #c8df9b 70%);
}

[data-variant-color="Graffiti hands"] {
  background-image: url('https://content.pxd.studio/assets/p448-graffiti-texture.jpg');
  background-size: cover;
}

[data-variant-color="Blue White"] {
    background: linear-gradient(135deg, #EEEEEE 0%, #EEEEEE 70%, #9AA4D7 70%);
}
[data-variant-color="Volt Black"] {
    background: linear-gradient(135deg, #18181b 0%, #18181b 70%, #EDEC0D 70%);
}


/* ------ core/products/logitech-g-fits.css ------ */
.pxd-logi-g-bg,
.pxd-logi-g-bg .mini-nav {
  background-color: #020418;
  color: white;
}
.pxd-logi-g-bg .mini-nav {
  border-color: rgba(255,255,255,0.2);
}


.pxd-logi-g-bg-alt,
.pxd-logi-g-bg-alt .mini-nav {
  background-color: #383838;
  color: white;
}
.pxd-logi-g-bg-alt .mini-nav {
  border-color: rgba(255,255,255,0.25);
}

.pdp-header-logi-g  .pdp-blade .pdp-inner .pdp-selector {
  border-color: #666;
}

@media (max-width: 768px) {
  .pdp-header-logi-g .pdp-name {
    font-size: 23px;
    margin-top: 9px;
  }
}

.pdp-header-logi-g .pdp-blade .pdp-inner .pdp-selector.pdp-selector--active {
  border-color: white;
}
.pdp-header-logi-g .pdp-photo,
.pdp-header-logi-g .pdp-photo-main {
  background-color: transparent;
}


.pxd-blade-lightspeed {
    background: linear-gradient(to bottom, #010312, #03093B);
}

.pxd-blade-lightspeed-2 {
    background: #0E0E11;
}

.white-gray-gradient-bg {
    background: linear-gradient(to bottom, white, white 50%, #eaeaea 85%);
}
.pdp-header-logi-g-alt .pdp-photo-main {
  box-shadow: none;
}

@media (max-width: 768px) {
    .pdp-header-logi-g-alt .pdp-photo {
      box-shadow: none;
    }

    .pdp-header-logi-g-alt .pdp-photo.visible {
      opacity: 0;
    }
    .pdp-header-logi-g-alt .pdp-photo.visible.active {
      overflow: visible;
      opacity: 1;
    }
    .pdp-header-logi-g-alt .pdp-photo.visible.active::before,
    .pdp-header-logi-g-alt .pdp-photo.visible.active::after {
      display: block;
      position: absolute;
      top: calc(50% - 10px);
      content: ' ';
      pointer-events: none;
      height: 20px;
      width: 20px;
      background-size: contain;
      background-repeat: no-repeat;
    }

    .pdp-header-logi-g-alt .pdp-photo.visible.active::after {
      background-image: url(https://content.pxd.studio/assets/chevron-right-white.png);
      right: -40px;
    }
    .pdp-header-logi-g-alt .pdp-photo.visible:nth-child(5)::after,
    .pdp-header-logi-g-alt .pdp-photo.visible:nth-child(10)::after {
      display: none !important;
    }

    .pdp-header-logi-g-alt .pdp-photo.visible.active::before {
      background-image: url(https://content.pxd.studio/assets/chevron-left-white.png);
      left: -30px;
    }

    .pdp-header-logi-g-alt .pdp-photo.visible:nth-child(1)::before,
    .pdp-header-logi-g-alt .pdp-photo.visible:nth-child(6)::before {
      display: none;
    }


    .grow-0-m {
        flex-grow: 0 !important;
    }
}


.logi-gaming-badge {
  background-color: black;
  display: inline-flex;
  font-weight: 500;
  border-radius: 4px;
  color: white;
  font-size: 10px;
  padding: 6px 7px 5px;
  align-items: center;
}


.logi-g-hero-bg {
  background-color: #12151a;
  background-repeat: no-repeat;

  background-image: url(https://content.pxd.studio/assets/gfits_hero_2.png);
  background-position: center bottom;
  background-size: auto 100%;
}

.logi-g-hero-bg .pxd-copy-block .pxd-h2 big {
  font-size: 32px;
}

@media (max-width: 768px) {
  .logi-g-hero-bg {
    background-image: url(https://content.pxd.studio/assets/gfits_hero_2_m.png);
    background-position: 15vw bottom;
    background-size: auto 155%;
  }
  .logi-g-hero-bg .pxd-copy-block p.pxd-p1 {
    font-size: 10px;
  }
  .logi-g-hero-bg .pdp-info {
    padding-left: 20px;
    padding-left: 20px;
  }
  .pdp-header-logi-g div.pdp-info div.pdp-bottom-content {
    padding: 10px 0;
  }
  .logi-g-hero-bg .pxd-copy-block .pxd-h2 big {
    font-size: 23px;
  }
}

.logi-g-hero-bg .pxd-copy-block p.pxd-p1 {
  margin-top: 0;
}

.multiple-devices-bg {
  background: linear-gradient(to bottom, #502F51 0%, #4D2849 25%, #3B1D3A 60%, #301530 100%);
}
@media (min-width:768px) {
  .multiple-devices-bg {
    background: calc(45vw - 700px) bottom / auto 110% no-repeat url(https://content.pxd.studio/assets/multiple-devices.png), linear-gradient(to bottom, #502F51 0%, #4D2849 25%, #3B1D3A 60%, #301530 100%);
  }
}

.beamforming-bg {
  background:  linear-gradient(to bottom, #C65A64 0%, #D3676E 25%, #D76F75 50%, #DD7279 70%, #D56770 100%);
}
.beamforming-bg-2 {
  background:  black;
}
@media (min-width:768px) {
  .beamforming-bg {
    background:  45vw center / auto 180% no-repeat url(https://content.pxd.studio/assets/beamforming-transparent.png), linear-gradient(to bottom, #C65A64 0%, #D3676E 25%, #D76F75 50%, #DD7279 70%, #D56770 100%);
  }
}

.lgf-lightform-bg {
  background: linear-gradient(to bottom, #040102, #39111A);
}
.lgf-lightform-bg-2 {
  background: #0E0E11;
}


.shipping-post-cta-wrapper {
  color:#01BAFD;
  font-size: 14px;
  margin-top: 11px;
  padding:5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
}

@media (max-width: 768px) {
  .shipping-post-cta-wrapper {
    margin-top: 3px;
    margin-bottom: 3px;
  }
}


.pdp-header-logi-g-alt {
  padding-top: 300px;
  background-image: url(https://content.pxd.studio/assets/gaming-g-bg.png);
  background-repeat: no-repeat;
  background-position: center -60px;
  background-size: 610px auto;
}


.pdp-header-logi-g-alt::before {
  color: white;
  display: block !important;
  content: ' ' !important;
  position: absolute;
  background-image: url(https://content.pxd.studio/assets/perfectly-fit.png);
  background-size: contain;
  width: 458px;
  height: 198px;
  font-size: 30px;
  left: calc(50% - 229px);
  top: 80px;
}

@media (max-width: 768px) {
  .pdp-header-logi-g-alt::before {
    top:  30px;
    left: calc(50% - 115px);
    height: 100px;
    width: 230px;
  }
  .pdp-header-logi-g-alt {
    padding-top: 130px;
    background-position: center -220px;
  }
}


/* ------ core/components/common/basic-blade/basic-blade.css ------ */
.pxd-blade-outer {
    max-width: 1168px;
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 25px 14px;
}

.pxd-blade-inner {
    display: flex;
    background-color: #111;
    border-radius: 10px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    min-height: 250px;
    overflow: hidden;
    width: 100%;
    z-index: 100;
}

.pxd-blade-inner .shg-c {
    height: 100%;
    min-height: auto;
    flex: 1 1 auto;
}

.pxd-blade-inner .shg-c.flex-0 {
    flex: 0;
}

@media (max-width: 768px) {
    .pxd-blade-outer {
        padding: 11px 14px;
    }
}
@media (min-width: 769px) {
    .pxd-blade-inner {
        box-shadow: 0 4px 4px rgba(0,0,0,0.25);
    }
}
@media (min-width: 1681px) {
    .pxd-blade-outer {
        max-width: 1500px;
    }
}

.flex-0 {
    flex: 0;
}


/* ------ core/components/common/copy-block/copy-block.css ------ */
.pxd-copy-block {
    padding: 53px 60px;
    text-align: left;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

.pxd-split-right .pxd-copy-block {
    text-align: right;
}

@media (max-width: 768px) {
    .pxd-split-left.pxd-split--reverse .pxd-copy-block {
        justify-content: flex-start;
    }
}

.pxd-copy-block p {
    padding: 0;
    max-width: 500px;
}

@media (min-width: 769px) {
    .pxd-split-right .pxd-copy-block p {
        margin-left: auto;
    }
}

@media (max-width: 768px) {
    .font-20-m {
        font-size: 20px !important;
    }
}

.pxd-copy-block p a {
    font-weight: 500;
    color: #431DAE;
}

.pxd-copy-block ul {

}

@media (max-width: 768px) {
    .pxd-copy-block {
        padding: 23px;
    }
    .pxd-copy-block,
    .pxd-split-right .pxd-copy-block {
        text-align: center;
    }
    .pxd-split-right .pxd-copy-block p {
        margin-left: auto;
        margin-right: auto;
    }

    .pxd-copy-block p {
        max-width: 306px;
        /* margin-left: auto;
        margin-right: auto; */
    }
}

.pxd-copy-block-children:empty {
    display: none;
}


/* ------ core/components/common/photo-box/photo-box.css ------ */
.pxd-photo-box {
    flex: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.pxd-photo-element {
    max-width: 1px;
    max-height: 1px;
    opacity: 0;
}

body.shogun-editor .pxd-photo-box {
    min-height: 225px;
}


/* ------ core/components/common/simple-ab-test/simple-ab-test.css ------ */

.ab-test-circle {
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: white;
    color: #777;
    height: 30px;
    width: 30px;
}

body.shogun-editor .ab-test-content {
    display: block;
    min-height: 100px;
}

.ab-test-label {
    display: none;
}

body.shogun-editor .ab-test-label {
    background-color: #777;
    color: white;
    font-weight: 700;
    padding: 10px;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 25px;
}
body.shogun-editor .ab-test-label[data-test-label="A"] {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ab-test-content {
    display: none;
}

.ab-test-content--active {
    display: block;
}

body.shogun-editor .ab-test-content {
    display: block;
    border: 10px solid #777;
    border-top: none;
}

body.shogun-editor .ab-test-content[data-test-candidate="A"] {
    border-bottom: none;
}
body.shogun-editor .ab-test-content[data-test-candidate="B"] {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


/* ------ core/components/common/split-layout/split-layout.css ------ */
.pxd-split-layout {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.pxd-split-layout.pxd-split-layout--nowrap {
    flex-wrap: nowrap;
}
.pxd-split {
    flex: 1 1 226px;
}
.pxd-split-left {

}
.pxd-split-right {

}

.pxd-split-a {
    order: 1;
}
.pxd-split-b {
    order: 2;
}
.pxd-split-a:empty,
.pxd-split-b:empty {
    flex-basis: 0;
}

@media (max-width: 768px) {
    .pxd-split-a.pxd-split--reverse {
        order: 2;
    }
    .pxd-split-b.pxd-split--reverse {
        order: 1;
    }
}

@media (max-width: 768px) {
    .pxd-split-layout:not(.pxd-split-layout--nowrap) {
        flex-direction: column;
    }

    .pxd-split {
        flex-basis: 10px;
    }

    body:not(.shogun-editor) .pxd-split:empty,
    body:not(.shogun-editor) .shogun-root div.pxd-split:empty {
        flex-basis: auto;
        display: none;
    }
}


/* ------ core/components/common/video-background/video-background.css ------ */
.vbg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: relative;
    min-height: 100px;
}

.vbg-video-frame {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    pointer-events: none;
}

.vbg-video-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.vbg-video-player {
    position: absolute;
    max-width: none;
    max-height: none;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
}

.vbg-video-element {
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    position: absolute;
}

@media (max-width: 768px) {
    .cch-card-background .vbg-video-element {
        max-width: 85vw;
    }
}

.vbg-content-frame {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1000;
}

.vbg-player-link {
    display: block;
    text-align: right;
    position: relative;
    z-index: 1000;
    pointer-events: all;
    cursor: pointer;
}

.vbg-player-link-image {
    width: 48px;
    margin: 20px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .vbg-player-link-image {
        margin: 14px;
        width: 36px;
    }
}


/* ------ core/components/home/triple-card-hero/triple-card-hero.css ------ */
.cch-container{
  width:1350px;
  margin:0 auto -10px;
  display:flex;
  flex-direction:row;
  justify-content:center;
  position:relative;
  z-index:1000;
  align-items:stretch;
  max-width:100vw;
  overflow:hidden
}
@media (min-width: 769px) {
  .cch-container{
    max-width: calc(100vw - 20px);
  }
}

a[href="#watchTheAd"]{
  pointer-events:none;
  opacity:0.8
}
.cch-chevron{
  font-weight:800;
  transform:rotateZ(-135deg);
  display:inline-block;
  margin-left:5px
}
.cch-card-cta{
  white-space:nowrap
}
@media (min-width: 768px) {
  .cch-card-cta:first-of-type {
    margin-left: auto;
  }
}
.cch-card{
  margin:5px 5px 10px;
  display:block;
  cursor:pointer;
  overflow:hidden;
  position:absolute;
  background-color:black;
  border-radius:10px 10px 10px 10px;
  box-shadow:0 3px 5px 0 rgba(0,0,0,0.3)
}
.cch-card:active .cch-card-overlay{
  box-shadow:0 3px 5px 0 rgba(0,0,0,0.3)
}
.cch-card:active .cch-card-layer{
  transform:scale(1.03)
}
.cch-card--first{
  transition:all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1)
}
.cch-card--second{
  transition:all 0.5s cubic-bezier(0.64, 1.46, 0.34, 1)
}
.cch-card--third{
  transition:all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1)
}
.cch-card-layer{
  position:absolute;
  top:0;
  transition:all 0.35s;
  left:0;
  width:100%;
  height:100%
}
.cch-card-background{
  z-index:10;
  overflow:hidden;
  /* border-radius:10px; */
  min-height:100px;
  pointer-events:none
}
body.shogun-editor .cch-card-background{
  height:100px;
  z-index:10000;
  pointer-events:all
}
.cch-card-background div.shg-box-vertical-align-wrapper{
  height:100%;
  position:absolute;
  top:0;
  left:0
}
.cch-card-background div.shg-box-vertical-align-wrapper>div.shg-box>div.shg-box-content,
.cch-card-background>div.shg-c {
  height:100%
}
.cch-card-overlay{
  z-index:1000;
  position:absolute;
  display:flex;
  padding:30px 32px;
  text-shadow:0 2px 5px rgba(0,0,0,0.8);
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-end;
  pointer-events: none;
}
@media (min-width: 769px) {
  .cch-card-overlay {
    box-shadow:inset 0 0 150px rgba(0,0,0,0.35);
  }
}

.cch-card-title{
  font-weight:500;
  font-size:30px;
  color:white;
  margin-bottom:6px
}
.special-quote{
  color:#010001;
  font-size:32px;
  line-height:16px;
  position:relative;
  top:12px;
  font-family:Georgia;
  padding:0 3px
}
.cch-card-subtitle{
  font-weight:400;
  font-size:18px;
  color:white;
  flex:1;
  padding-right:15px;
  line-height:120%
}
.cch-card-button{
  align-self:flex-end
}
@media (max-width:768px) {
  .cch-card-button {
    min-width: 200px;
  }
}
.cch-card--left{
  position:relative;
  z-index:1
}
.cch-card--center{
  position:relative;
  z-index:3
}
.cch-card--right{
  position:relative;
  z-index:2
}
@media (min-width: 1190px){
  .cch-card--left.cch-card--first{
    transform:scale(0.8) translateX(80%);
    opacity:0.5
  }
  .cch-card--center.cch-card--first{
    transform:scale(1) translateX(calc(100% + 10px))
  }
  .cch-card--right.cch-card--first{
    transform:scale(0.8) translateX(calc(170% + 20px));
    opacity:0.5
  }
  .cch-card--left.cch-card--second{
    transform:scale(0.8) translateX(calc(-45% - 10px));
    opacity:0.5
  }
  .cch-card--center.cch-card--second{
    transform:scale(1) translateX(0%)
  }
  .cch-card--right.cch-card--second{
    transform:scale(0.8) translateX(calc(45% + 10px));
    opacity:0.5
  }
  .cch-card--left.cch-card--third{
    transform:scale(0.8) translateX(calc(-170% - 20px));
    opacity:0.5
  }
  .cch-card--center.cch-card--third{
    transform:scale(1) translateX(calc(-100% - 10px))
  }
  .cch-card--right.cch-card--third{
    transform:scale(0.8) translateX(-80%);
    opacity:0.5
  }
}
@media (max-width: 1189px){
  .cch-card--left.cch-card--first{
    transform:scale(1) translateX(calc(0 - 10px))
  }
  .cch-card--center.cch-card--first{
    transform:scale(1) translateX(calc(100% + 10px))
  }
  .cch-card--right.cch-card--first{
    transform:scale(1) translateX(calc(200% + 20px))
  }
  .cch-card--left.cch-card--second{
    transform:scale(1) translateX(calc(-100% - 10px))
  }
  .cch-card--center.cch-card--second{
    transform:scale(1) translateX(0%)
  }
  .cch-card--right.cch-card--second{
    transform:scale(1) translateX(calc(100% + 10px))
  }
  .cch-card--left.cch-card--third{
    transform:scale(1) translateX(calc(-200% - 20px))
  }
  .cch-card--center.cch-card--third{
    transform:scale(1) translateX(calc(-100% - 10px))
  }
  .cch-card--right.cch-card--third{
    transform:scale(1) translateX(calc(0 + 10px))
  }
}
.cch-card--transition{
  opacity:0.6
}
.cch-card-bottom{
  align-self:stretch;
  width:100%;
  display:flex;
  flex-direction:row;
  align-items:flex-end;
  justify-content:space-between;
  pointer-events: all;
}
#cch-video-modal{
  position:fixed;
  top:0;
  left:0;
  z-index:10000;
  width:100vw;
  height:100vh;
  background-color:rgba(0,0,0,0.85);
  padding:5px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center
}
.cch-video-modal-inner{
  display:flex;
  flex-direction:column;
  width:100%;
  max-width:910px;
  padding:10px
}
.cch-video-modal-header{
  display:flex;
  flex-direction:row;
  align-self:stretch;
  margin-bottom:5px;
  align-items:center;
  justify-content:space-between
}
.cch-video-modal-close{
  display:block;
  width:100%;
  text-align:center;
  opacity:0.6;
  padding:12px;
  cursor:pointer;
  font-size:25px;
  color:#efefef;
  background:transparent
}
.modal-video-player{
  width:100%;
  height:500px
}
@media (max-width: 768px){
  .cch-container{
    height:370px
  }
  .modal-video-player{
    height:250px
  }
  .cch-chevron{
    display:none
  }
  .cch-card{
    flex:0 0 76vw;
    height:345px;
    text-align:center
  }
  .cch-card-overlay,.cch-card-bottom{
    flex-direction:column;
    align-items:center
  }
  .cch-card-overlay {
      padding:20px 20px;
  }
  .cch-card-subtitle{
    padding-right:0;
    margin-bottom:10px
  }
  a .cch-card-button{
    color:#000;
    background-color:#efefef;
    font-size:12px;
    margin-top:5px;
    margin-bottom:-30px;
    margin-left: 5px;
    margin-right: 5px;
    padding:5px 30px
  }
  .cch-card--first{
    transition:all 0.25s ease-out
  }
  .cch-card--second{
    transition:all 0.25s ease-out
  }
  .cch-card--third{
    transition:all 0.25s ease-out
  }

}

/*
    <div class="cch-navigation">
        <div class="cch-nav-previous" data-navigate="prev">
            <img src="https://content.pxd.studio/assets/chevron-left.png"/>
        </div>
        <div class="cch-nav-next" data-navigate="next">
            <img src="https://content.pxd.studio/assets/chevron-right.png"/>
        </div>
    </div>
*/


.cch-navigation {
  display: none;
}

@media (min-width: 1190px){
  .cch-navigation {
      display: flex;
      position: absolute;
      width: calc(100% - 250px);
      height: 100%;
      pointer-events: none;
      flex-direction: row;
      align-items: stretch;
      justify-content: space-between;
      z-index: 1000;
  }

  .cch-navigation .cch-nav-chevron {
    cursor: pointer;
    display: flex;
    align-self: stretch;
    pointer-events: all;
    padding: 10px;
    transition: all 0.1s linear;
    z-index: 1000;
    align-items: center;
  }

  .cch-nav-next:active img {
      transition: all 0.15s ease-out;
      transform: translateX(-20px);
  }
  .cch-nav-previous:active img {
      transition: all 0.15s ease-out;
      transform: translateX(20px);
  }

  .cch-navigation .cch-nav-chevron img {
      /*opacity: 0.2;*/
      position: relative;
      transition: all 0.1s;
  }

  .cch-navigation .cch-nav-chevron:hover {

      transform: scale(1.05);
      opacity: 0.95;
  }
  .cch-navigation .cch-nav-chevron:hover img {
      opacity: 0.5;
  }

  .cch-navigation .cch-nav-chevron:active {
  }
}

@media (min-width: 769px){
  .cch-container{
    height:415px
  }
  .cch-card--left .cch-card-background,.cch-card--right .cch-card-background{
    filter:blur(10px)
  }
  .cch-card{
    flex:0 0 740px;
    height:400px
  }
  .cch-card-button{
    background-color:transparent;
    background:none;
    border:none;
    color:#fff;
    font-size:15px;
    margin-top:5px;
    margin-bottom:-30px;
    padding:15px 30px
  }
}

body.shogun-editor .cch-card {
    flex-basis: 30vw !important;
    width: 30vw !important;
    overflow: visible !important;
}

body.shogun-editor .cch-card--left .cch-card-background,
body.shogun-editor .cch-card--right .cch-card-background{
    filter: none !important;
    overflow: visible !important;
    margin: 5px;
    min-height: 200px;
}


.lfg-video-card a .cch-card-button {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}


/* ------ core/components/deprecated/product-gallery/product-gallery.css ------ */
.pg-outer {
    margin: 0 auto 18px;
    display: block;
    padding: 13px;
}

.pg-inner {
    margin: 0 auto;
    width: 1168px;
    max-width: 100%;
}


.pg-product p {
    margin-top: 5px;
    font-size: 14px;
}

.pg-product span.pg-product-cost {
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
    display: block;
}
.pg-product span.pg-product-cost strike {
    margin-right: 5px;
    font-size: 12px;
    color: #AAA;
}


.pg-products {
    display: flex;
    padding: 0;
    max-height: none;
    transition: all 0.3s;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    align-items: stretch;
}
.pg-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 calc(50% - 20px);
    min-width: 25%;
    cursor: pointer;
    position: relative;
    text-align: center;
    max-width: 400px;
    padding: 30px 23px;
    transition: all 0.4s;
    background-color: #fafafa;
    border-radius: 10px;
    margin: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.pg-product .pg-product-image {
    cursor: pointer;
    width: 100%;
    padding: 10px 10px 0;
}

.pg-product .pg-product-image-inner {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}
.pg-product .pg-product-info {
    display: flex;
    flex: 1;
    padding-top: 14px;
    flex-direction: column;
    align-items: center;
}
.pg-product .pg-product-info h4 {
    font-size: 23px;
    text-transform: uppercase;
    cursor: pointer;
}
.pg-product .pg-product-info p {
    font-size: 10px;
    cursor: pointer;
}
.pg-footer {
    transition: all 0.4s;
    text-align: center;
    max-height: 300px;
    padding: 14px;
    border-top: 1px solid #DBDBDB;
}
.pg-footer p {
    font-size: 12px;
    font-weight: 500;
}



.pg-frame {
    display: flex;
    flex-direction: column;
    position: fixed;
    align-items: center;
    justify-content: flex-start;
    top: 0;
    left: 0;
    width: 100vw;
    padding-top: 10vh;
    height: 100vh;
    z-index: 1000;
    background-color: rgba(0,0,0,0.5);
}

div.pg-product-image {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 203px;
    align-self: stretch;
}



p.pg-tagline {
    line-height: 17px;
    position: relative;
    margin-bottom: 10px;

}
p.pg-tagline-long {
    max-height: 115px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow:hidden;
    transition: all 0.5s;
}
p.pg-tagline-long:hover {
    max-height: 200vh;
}

p.pg-tagline-long:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5em;
    opacity: 1;
    transition: all 0.4s;
    background: linear-gradient(transparent, #fafafa);
}

p.pg-tagline-long:hover:after {
    opacity: 0;
}

.pg-product-buttons button {
    font-size: 14px;
    min-width: 116px;
    padding: 5px 12px;
}

.pg-product-buttons {
    display: flex;
    margin-top: 10px;
    flex-direction: row;
    align-items: center;
    width: 100%;
    align-self: stretch;
    justify-content: center;
}
.pg-product-buttons button {
    margin: 0 5px;
}

.button-cta {
    color: white;
    background-color: black;
}

.button-learnmore {
    background-color: transparent;
    color: black;
}

@media (min-width: 1681px) {
    .pg-inner {
        max-width: 1500px;
    }
}

@media (max-width: 768px) {
    .pg-products {
        align-items: stretch;
        flex-direction: column;
        margin: 0 auto;
        max-width: 100%;
    }

    .pg-product:last-child {
        border-bottom: none;
    }
    .pg-product {
        max-width: 100%;
        padding: 30px 23px;
    }

    .pg-product .pg-product-info h4 {
        font-size: 23px;
    }
    .pg-product .pg-product-info p.pg-tagline {
        font-size: 10px;
    }
    .pg-frame {
        justify-content: flex-end;
    }
}


/* ------ core/components/deprecated/spk-copyblock/spk-copyblock.css ------ */
.spk-copy {
    text-align: left;
    display: flex;
    margin: 30px 0;
    flex-direction: column;
    align-items: stretch;
}

.spk-copy--inverted {
    color: white;
}

.spk-copy-content {
    box-sizing: border-box;
    color: rgb(34, 34, 34);
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    text-align: left;
    padding: 0;
    margin: 0;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
}

.spk-copy-heading {
    margin: 0 0 15px;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1;
}

.spk-copy-icon {
    width: 1em;
    margin-right: 5px;
}

.spk-copy-footnote {

}

.spk-copy-cta-link {

}

.spk-copy-cta {
    margin-top: 15px;
    color: #A3A3A3;
    border: none;
    font-weight: 400;
    text-transform: uppercase;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 2px 0;
    border-radius: 0;
    border-bottom: 3px solid #A3A3A3;
}

.spk-copy-cta:hover {
    color: black;
    border-bottom-color: black;
}

.spk-copy--inverted .spk-copy-cta {
    color: white;
    border-bottom-color: white;
}

.spk-copy--inverted .spk-copy-cta:hover {
    color: white;
    border-bottom-color: #a3a3a3;
}



/* ------ core/components/deprecated/spk-flex-2/spk-flex-2.css ------ */
/*
<div class="spl-flex-wrapper"{% if background_image %} style="background-image:url({{ background_image }}); background-position: {{ background_alignment }};"{% endif %}>
    <div class="spl-flex-2 {% if full_bleed %}spl-flex-full{% endif %}">
        <div class="spl-flex-content">
            {{ content_left }}
        </div>
        <div class="spl-flex-content">
            {{ content_right }}
        </div>
    </div>
</div>

*/

.spl-flex-wrapper {
    background-size: cover;
    display: block;
    padding: 15px;
}

.spl-flex-2 {
    display: flex;
    margin: 0 auto;
    max-width: 1168px;
    flex-direction: row;
    align-items: center;
}

.spl-flex-full {
    max-width: 100%;
}

.spl-flex-content {
    flex: 1;
}


/* ------ core/components/hubs/product-card-v1/product-card-v1.css ------ */
.pc-outer {
    margin: 0 auto 18px;
    display: block;
    padding: 0 15px;
    position: relative;
    z-index: 101010;
}

.pc-inner {
    margin: 0 auto;
    width: 1159px;
    max-width: 100%;
}



.pc-product p {
    margin-top: 5px;
    font-size: 20px;
}

.pc-product span.pc-product-cost {
    font-size: 30px;
    font-weight: 500;
    margin-top: 0;
    display: block;
}
.pc-product span.pc-product-cost strike {
    margin-right: 10px;
    display: inline-block;
    margin-left: 10px;
    font-size: 25px;
    color: #AAA;
}

.pc-products {
    display: flex;
    padding: 0;
    max-height: none;
    transition: all 0.3s;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    align-items: stretch;
}
.pc-product {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    cursor: pointer;
    position: relative;
    text-align: center;
    max-width: 100%;
    padding: 25px 28px;
    transition: all 0.4s;
    margin: 23px auto;
    border-radius: 10px;
    background-color: #EEEEEE;
}


.pc-inner.pc-logi-g .pc-product {
    background: linear-gradient(to bottom, #020418, #01083E);
    color: white;
    min-height: 368px;
}
.pc-inner.pc-logi-g .pc-product-buttons button.button-learnmore img {
    filter: contrast(0) brightness(200%);
}

@media (min-width: 769px) {
    .pc-inner.pc-logi-g .pc-product .pc-product-image {
        position: relative;
        top: 23px;
    }
}

.pc-product-variants {
    z-index: 10101010;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: relative;
    margin-bottom: -60px;
    margin-top: 20px;
    float: right;
    padding-right: 20px;
}

.pc-product .pc-product-image {
    order: 1;
    cursor: pointer;
    min-height: 250px;
    flex: 1;
    padding: 20px 10px 20px;
    margin: 10px 0;
}

.pc-product .pc-product-image-inner {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: block;
    min-height: 220px;
}
.pc-product .pc-product-info {
    display: flex;
    flex: 1;
    padding: 0 20px 0;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.pc-product .pc-product-info h5 {
    font-size: 30px;
    margin-bottom: 10px;
}
.pc-product .pc-product-info h4 {
    font-size: 38px;
    cursor: pointer;
}
.pc-product .pc-product-info p {
    font-size: 20px;
    text-align: left;
    cursor: pointer;
}
.pc-footer {
    transition: all 0.4s;
    text-align: center;
    max-height: 300px;
    padding: 14px;
    border-top: 1px solid #DBDBDB;
}
.pc-footer p {
    font-size: 12px;
    font-weight: 500;
}



.pc-frame {
    display: flex;
    flex-direction: column;
    position: fixed;
    align-items: center;
    justify-content: flex-start;
    top: 0;
    left: 0;
    width: 100vw;
    padding-top: 10vh;
    height: 100vh;
    z-index: 1000;
    background-color: rgba(0,0,0,0.5);
}

div.pc-product-image {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 203px;
    align-self: stretch;
}

p.pc-tagline {
    line-height: 27px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

.pc-product-buttons button,
.pc-product-buttons a {
    font-size: 20px;
    min-width: 116px;
    padding: 10px 12px;
    margin: 0 5px;
    flex: 1 0 50%;
    white-space: nowrap;
}

.pc-product-buttons {
    display: flex;
    margin-top: 10px;
    flex-direction: row;
    align-items: center;
    width: 100%;
    align-self: stretch;
    justify-content: center;
}

.pc-inner.pc-logi-g .pc-product .pc-product-info:before {
    content: ' ';
    display: block;
    position: relative;
    bottom: 47px;
    width: 49px;
    height: 48px;
    background-image: url(https://content.pxd.studio/assets/icons/logi-g.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.pc-inner.pc-logi-g .pc-product-variants .variant-circle {
    border-color: #555;
}
.pc-inner.pc-logi-g .pc-product-variants .variant-circle.variant-circle--active {
    border-color: white;
}
.pc-inner.pc-logi-g .pc-product .pc-product-buttons button.button-cta {
    background-color: white;
    color: black;
}
.pc-inner.pc-logi-g .pc-product .pc-product-buttons button.button-learnmore {
    background-color: transparent;
    color: white;
}

.bno-modal.pc-logi-g .bno-header {
    background: linear-gradient(to bottom, #020418, #01083E);
    color: white;
}
.bno-modal.pc-logi-g .bno-header:before {

    content: ' ';
    display: block;
    background-image: url(https://content.pxd.studio/assets/icons/logi-g.png);
    background-size: contain;
    background-repeat: no-repeat;

    position: absolute;
    top: 16px;
    left: 25px;
    height: 24px;
    width: 24px;
}

@media (min-width: 1681px) {
    .pc-inner {
        max-width: 1200px;
    }
}

@media (max-width: 768px) {
    .pc-inner.pc-logi-g .pc-product .pc-product-info:before {
        position: absolute;
        top: 16px;
        left: 25px;
        height: 24px;
        width: 24px;
    }
    .pc-products {
        align-items: stretch;
        flex-direction: column;
        margin: 0 auto;
        max-width: 100%;
    }

    .pc-product .pc-product-info {
        align-items: center;
    }

    .pc-product .pc-product-image {
        height: 180px;
    }

    .pc-product span.pc-product-cost {
        font-size: 15px;
    }
    .pc-product span.pc-product-cost strike {
        font-size: 15px;
    }

    .pc-product:last-child {
        border-bottom: none;
    }
    .pc-product .pc-product-image-inner {
        min-height: 180px;
    }
    .pc-product {
        max-width: 100%;
        align-items: center;
        padding: 20px 23px 10px;
        flex-direction: column;
    }
    .pc-product .pc-product-image {
        order: 0;
        margin-bottom: -20px;
        min-height: 180px;
    }

    .pc-product .pc-product-info h4 {
        font-size: 23px;
    }
    .pc-product .pc-product-info h5 {
        font-size: 20px;
    }
    .pc-product .pc-product-info p.pc-tagline {
        margin-top: 3px;
        font-size: 12px;
        text-align: center;
        margin-bottom: 0;
    }
    .pc-frame {
        justify-content: flex-end;
    }
    .pc-product-buttons {
        margin-top: 2px;
    }
    .pc-product-buttons button {
        font-size: 14px;
    }
}


/* ------ core/components/hubs/product-comparison-v1/product-comparison-v1.css ------ */
.product-comparison-table {
    margin: -2px auto 0;
    transition: transform 0.5s;
}
.product-comparison-table tr td {
    vertical-align: center;
    width: 25%;
}
.product-comparison-table tr th {
    vertical-align: top;
    width: 25%;
}

.product-comparison-table tr td,
.product-comparison-table tr th {
    text-align: center;
    padding: 15px;
    min-width: 292px;
    max-width: 360px;
    border-right: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
}

.product-comparison-table th:last-child,
.product-comparison-table td:last-child {
    border-right: none;
}
.product-comparison-table tbody tr:last-child td {
    border-bottom: none;
}
.product-comparison-table th h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-bottom: 5px;
    /* display: flex; */
    min-height: 2.5em;
    justify-content: center;
    align-items: center;
}
.product-comparison-table th h3,
.product-comparison-table th h4 {
    font-size: 25px;
    line-height: 125%;
}
.product-comparison-table th p,
.product-comparison-table td {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

.product-comparison-table h3,
.product-comparison-table h4,
.product-comparison-table p {
    text-align: center;
}
.product-comparison-table h4 {
    margin-bottom: 10px;
}
.product-comparison-table th button {
    width: 100%;
    display: block;
    padding: 8px 12px;
    text-align: center;
}

button.cta-black {
    background-color: black;
    color: white;
}
button.cta-clear {
    background-color: transparent;
    color: black;
}

img.comparison-icon {
    max-height: 52px;
    margin: 10px auto;
}

.product-comparison-image-wrapper {
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.25s;
    height: 50px;
}
.pxd-sticky-wrapper .product-comparison-image-wrapper {
    margin-top: -10px;
    margin-bottom: 15px;
}

.product-comparison-image {
    height: 70px;
}

.product-comparison-table-wrapper {
    margin: 0 auto;
    display: block;
    max-width: 100vw;
    overflow: hidden;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .product-comparison-table tr td,
    .product-comparison-table tr th {
        /* max-width: 208px; */
        min-width: 208px;
        max-width: 33vw;
    }
}
@media (max-width: 992px) {
    .product-comparison-table-wrapper {
        max-width: 100vw;
        overflow:hidden;
    }

    .product-comparison-table th p {
        font-size: 10px;
    }

    .product-comparison-table tr td,
    .product-comparison-table tr th {
        max-width: 168px;
        width: 168px;
        min-width: 168px;
    }

    .product-comparison-table th h3 {
        font-size: 15px;
    }

    .product-comparison-table th h4 {
        font-size: 13px;
    }
    .product-comparison-table td {
        font-size: 12px;
    }

    .product-comparison-image {
        height: 70px;
    }

    img.comparison-icon {
        max-height: 40px;
    }
}


/* ------ core/components/pdps/affirm-banner/affirm-banner.css ------ */
.affirm-modal-trigger {
    text-decoration: underline !important;
}
.affirm-banner-text {
    text-align: center;
    margin: 10px auto;
    font-weight: 500;
    padding: 0 15px;
    font-size: 14px;
}


/* ------ core/components/pdps/card-blade/card-blade.css ------ */
a.responsive-blade {
    display: block;
    margin: 0 auto;
    max-width: 1168px;
    padding: 0 13px;
    touch-action: pan-y;
    position: relative;
}

a.responsive-blade[href],
a.responsive-blade[onclick] {
    cursor: pointer;
}

@media (min-width: 1681px) {
    a.responsive-blade {
        max-width: 1500px;
    }
}

.responsive-blade-outer {
    color: white;
    width: 1550px;
    display: flex;
    touch-action: pan-y;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: black;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow:0 3px 5px 0 rgba(0, 0, 0, 0.3);
}

.responsive-blade--inverted .responsive-blade-outer {
    color: black;
    background-color: transparent;
    text-shadow: none;
    box-shadow: none;
}

.responsive-blade-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    pointer-events: none;
    z-index: 100;
}


.responsive-blade-inner--compact {
    min-height: 300px;
}


.responsive-blade-gradient--mobile,
.responsive-blade-gradient--desktop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    pointer-events: none;
    touch-action: pan-y;
}

.responsive-blade-bg--mobile,
.responsive-blade-bg--desktop {
    background-size: cover;
    background-position: center center;
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    touch-action: pan-y;
    z-index: 10;
}

.responsive-blade-inner p {
    font-weight: 300;
    margin: 0;
    touch-action: pan-y;
    max-width: 460px;
    padding: 0;
}

.responsive-blade-inner h2.responsive-blade-heading--compact {
    font-size: 30px;
    touch-action: pan-y;
    line-height: 34.5px;
}

.responsive-blade-inner p.responsive-blade-text--compact {
    font-size: 14px;
    line-height: 17.25px;
}
.responsive-blade-inner h3.responsive-blade-subheading--compact {
    font-size: 15px;
    line-height: 18px;
    margin-top: 12px;
}

.shogun-root .responsive-blade button {
    margin-top: 20px;
    max-width: 100%;
    min-width: 258px;
    padding: 15px;
    font-size: 14px;
    line-height: 14px;
    background: transparent;
    border: 1px solid white;
}

.shogun-root {
    background-color: white;
}

.shogun-root .responsive-blade--inverted button {
    border-color: black;
}

.shogun-root .responsive-blade button:empty {
    display: none;
}


/* MOBILE */
@media (max-width: 768px) {
    .responsive-blade-inner {
        min-height: 440px;
        padding: 21px 20px 20px;
        text-align: center;
    }

    .responsive-blade-inner--compact {
        padding-bottom: 20px;
        min-height: 187px;
    }

    .responsive-blade-inner h2 {
        font-size: 30px;
        line-height: 38px;
        font-weight: 500;
        margin-top: 10px;
    }
    .responsive-blade-inner h3 {
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .responsive-blade-inner h4 {
        font-size: 15px;
        font-weight: 600;
    }
    .responsive-blade-inner p {
        line-height: 24px;
        font-size: 14px;
        text-align: center;
    }
    .responsive-blade-inner p.responsive-blade-text--compact {
        text-align: left;
        margin-top: 12px;
        line-height: 20px;
        font-size: 14px;
    }
    .responsive-blade-spacer {
        flex-grow: 1;
    }
    .shogun-root div.responsive-blade-bg--mobile:empty,
    .shogun-root div.responsive-blade-gradient--mobile:empty {
        display: block;
    }

    .shogun-root div.responsive-blade-bg--desktop:empty,
    .shogun-root div.responsive-blade-gradient--desktop:empty {
        display: none;
    }


    .responsive-blade-inner p.responsive-blade-footnote {
        margin-top: 10px;
        font-size: 10px;
        line-height: 15px;
    }

    .responsive-blade-inner {
        align-items: center;
    }
}

/* DESKTOP */
@media (min-width: 769px) {
    .responsive-blade-inner {
        min-height: 385px;
        padding: 50px;
    }

    .responsive-blade-inner--indented {
        max-width: 80%;
        margin: 0 auto;
    }

    .responsive-blade-inner--compact {
        min-height: 300px;
    }


    .responsive-blade-inner p.responsive-blade-footnote {
        margin-top: 10px;
        font-size: 10px;
        line-height: 15px;
    }


    .responsive-blade-inner h2 {
        font-weight: 800;
        font-size: 40px;
        margin: 0;
        line-height: 130%;
    }
    .responsive-blade-inner h3 {
        font-size: 25px;
        margin: 12px 0 20px;
        font-weight: 500;
    }
    .responsive-blade-inner h4 {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .responsive-blade-inner p {
        font-weight: 300;
        margin: 0;
        padding: 0;
        font-size: 20px;
    }
    .responsive-blade-inner p.responsive-blade-text--compact {
        font-size: 14px;
        max-width: 395px;
        padding: 4px 0;
        line-height: 20px;
    }

    .shogun-root div.responsive-blade-bg--mobile:empty,
    .shogun-root div.responsive-blade-gradient--mobile:empty {
        display: none;
    }

    .shogun-root div.responsive-blade-bg--desktop:empty,
    .shogun-root div.responsive-blade-gradient--desktop:empty {
        display: block;
    }

    .shogun-root .responsive-blade--align-center div.responsive-blade-gradient--left:empty,
    .shogun-root .responsive-blade--align-center div.responsive-blade-gradient--right:empty {
        display: none;
    }

    .shogun-root .responsive-blade--align-left div.responsive-blade-gradient--right:empty,
    .shogun-root .responsive-blade--align-left div.responsive-blade-gradient--center:empty,
    .shogun-root .responsive-blade--align- div.responsive-blade-gradient--right:empty,
    .shogun-root .responsive-blade--align- div.responsive-blade-gradient--center:empty {
        display: none;
    }

    .shogun-root .responsive-blade--align-right div.responsive-blade-gradient--left:empty,
    .shogun-root .responsive-blade--align-right div.responsive-blade-gradient--center:empty {
        display: none;
    }

    .responsive-blade--align-center .responsive-blade-inner {
        align-items: center;
        text-align: center;
    }

    .responsive-blade--align-left .responsive-blade-inner {
        align-items: flex-start;
        text-align: left;
    }

    .responsive-blade--align-right .responsive-blade-inner {
        align-items: flex-end;
        text-align: right;
    }
}


/* ------ core/components/pdps/cross-sell-section/cross-sell-section.css ------ */
.csb-outer {
    margin: 0 auto 18px;
    display: block;
    padding: 13px;
}

.csb-inner {
    margin: 0 auto;
    max-width: 1142px;
    width: 100%;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}

/* - - - - - - - V2 - - - - - - - */

.csb-v2 .csb-inner {
    background-color: #f8f8f8;
    border: 1px solid #BFBFBF;
}
.csb-v2 .csb-header {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    padding: 10px 10px 5px;
    background-image: url('https://content.pxd.studio/assets/booms.jpg');
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.csb-v2 .button-clear {
    background-color: transparent;
    padding: 0;
    margin: 10px 0;
    border: none;
    display: flex;
    text-align: left;
    align-items: center;
    color: black;
    font-size: 12px;
}
.csb-v2 .button-clear:hover {
    transform: scale(1.03);
}
.csb-v2 .button-clear img {
    margin-right: 6px;
    width: 22px;
}

.csb-v2 .csb-header h3 {
    font-weight: 500;
    font-size: 40px;
}
.csb-v2 .csb-header p {
    font-size: 20px;
}
.csb-v2 .csb-footer {
    border-top: 1px solid rgba(0,0,0,0.10);
}

.csb-v2 .csb-product:hover {
    background-color: transparent;
}

.csb-v2 .csb-products {
    padding: 31px 0;
}
.csb-v2 .csb-product h3 {
    font-size: 25px;
    padding: 20px 0;
    text-align: center;
}
.csb-v2 .csb-product p {
    margin-top: 5px;
    font-size: 14px;
}
.csb-v2 .csb-product span.csb-product-cost {
    font-size: 15px;
    font-weight: 500;
    margin-top: 7px;
    display: block;
}
.csb-v2 .csb-product span.csb-product-cost strike {
    margin-right: 5px;
    color: #AAA;
}
/* - - - - - - - /V2 - - - - - - - */

.csb-header {
    justify-content: center;
    border-bottom: 1px solid #DBDBDB;
    padding: 0 14px;
}
.csb-products {
    display: flex;
    padding: 0 14px;
    max-height: none;
    transition: all 0.3s;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-around;
    align-items: stretch;
    cursor: pointer;
}
.csb-product {
    display: flex;
    align-items: center;
    flex: 1 1 calc(30% - 10px);
    min-width: 25%;
    cursor: pointer;
    position: relative;
    max-width: 380px;
    padding: 14px;
    height: auto;
    margin: 0 5px;
    transition: all 0.4s;
}
.csb-product:hover {
    background-color: white;
    cursor: pointer;
}

.csb-product .csb-product-image {
    cursor: pointer;
    width: 155px;
}

@media(max-width: 1500px) {
    .csb-product .csb-product-image {
        width: 125px;
    }
}
@media(max-width: 990px) {
    .csb-product .csb-product-image {
        width: 85px;
    }
}

.csb-product-plus {
    flex: 1 0 auto;
}

.csb-product .csb-product-info {
    display: flex;
    padding-top: 0;
    flex: 5 0 70%;
    padding-right: 14px;
    padding-left: 14px;
    flex-direction: column;
    align-items: flex-start;
}
.csb-header h3 {
    font-size: 30px;
    padding: 20px 0;
    text-align: center;
}
.csb-header p {
    text-align: center;
    font-size: 15px;
    line-height: 160%;
    font-weight: 300;
    /* margin-bottom: -10px;
    margin-top: 10px; */
    padding: 0 10px;
}
.csb-product .csb-product-info h4 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: -0.02em;
}
.csb-outer .csb-inner .csb-product .csb-product-info p {
    font-size: 14px;
    cursor: pointer;
    margin-left: 0;
    margin-right: 0;
}
.csb-product .csb-product-chevron img {
    height: 22px;
    cursor: pointer;
}
.csb-footer {
    transition: all 0.4s;
    text-align: center;
    max-height: 300px;
    padding: 14px;
    border-top: 1px solid #DBDBDB;
}
.csb-footer p {
    font-size: 12px;
    font-weight: 500;
}

@media (min-width: 1681px) {
    .csb-inner {
        max-width: 1460px;
    }
}

.csb-product-chevron {
    display: none;
}

.csb-frame, .fk-frame {
    display: flex;
    flex-direction: column;
    position: fixed;
    align-items: center;
    justify-content: flex-start;
    top: 0;
    left: 0;
    width: 100vw;
    padding-top: 10vh;
    max-height: 100vh;
    height: 100%;
    z-index: 10000000000;
    background-color: rgba(0,0,0,0.5);
}

@media (min-width: 769px) and (max-width: 1100px) {
    .csb-v2 .csb-product .csb-product-chevron img {
        width: 22px;
        height: 22px;
    }
    .csb-product-image {
        min-width: 100px;
    }
}
@media (max-width: 990px) {
    .csb-product-chevron {
        display: block;
    }

    .csb-products {
        align-items: stretch;
        flex-direction: column;
        margin: 0 auto;
        max-width: 400px;
    }

    .csb-v2 .csb-products {
        max-width: none;
        padding: 13px;
        flex-wrap: wrap;
    }

    .csb-product {
        flex: 1 1 auto;
        padding: 10px;
        border-bottom: 1px solid #DBDBDB;
    }
    .csb-product:last-child {
        border-bottom: none;
    }
    .csb-v2 .csb-inner .csb-header h3 {
        font-size: 30px;
        word-wrap: break-word;
        max-width: 100%;
    }
    .csb-v2 .csb-inner .csb-header p {
        max-width: 53vw;
        /* margin: 0 auto; */
        font-size: 14px;
    }
    .csb-v2 .csb-inner .csb-header p.mobile-only {
        font-size: 10px;
        margin-top: 13px;
    }
    .csb-v2 .csb-product {
        padding: 10px 0;
    }
    .csb-v2 .csb-product .csb-product-chevron img {
        width: 32px;
        height: 32px;
    }
    .csb-v2 .csb-product .button-clear {
        display: none;
    }
    .csb-v2 .csb-product .csb-product-info h4 {
        font-size: 16px;
    }
}


.csb-toggle {
    float: right;
    cursor: pointer;
    display: inline-block;
    margin-left: -100%;
}

.csb-toggle img {
    padding: 15px;
    cursor: pointer;
    transform: none;
    transition: all 0.5s;
}
.csb-toggle img.toggled {
    transform: rotateZ(135deg);
}

.csb-collapsed {
    padding: 0;
    border: 0;
    max-height: 0;
    overflow: hidden;
}

.bno-modal {
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    width: 434px;
    max-width: 100%;
    color: black;
}

.bno-modal, .bno-close {
    transform: translateY(0);
    transition: transform 0.2s ease-out;
}

@media (min-width: 769px) {
    .bno-close {
        margin-top: 0px;
    }
}

.bno-modal--off {
    transform: translateY(100vh);
}

.bno-content {
    display: flex;
    flex-direction: column;
    margin: 10px auto;
    /* max-width: 100%; */
    padding: 5px 23px;
    width: 100%;
}

@media (max-width: 990px) {
    .bno-content {
        margin: 10px auto 90px;
    }
}

.bno-options {
    display: flex;
    margin: 10px 0;
    flex-direction: row;
    justify-content: space-between;
}

.bno-badge {
    display:inline-block;
    color: #431dae;
    border: 1px solid #431dae;
    border-radius: 3px;
    font-weight: 500;
    padding: 2px 5px;
}

.bno-pricing {
    font-weight: 500;
}

.bno-price-compare {
    color: #AAA;
}

.bno-option label {
    font-size: 13px;
}

.bno-selected-variant {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 500;
}

.bno-header {
    background-color: #F2F2F2;
    padding: 22px 20px 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h3.bno-title {
    font-size: 20px;
    margin-bottom: 4px;
    max-width: calc(100% - 25px);
    text-align: center;
    line-height: 1.4em;
}

p.bno-description {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 14px;
}

div.bno-product-image {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 140px;
    align-self: stretch;
}

.bno-option.bno-option-quantity {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-width: 100px;
}

.bno-modal--sale .bno-option.bno-option-variant {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.bno-buttons {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.bno-cta-addtocart {
    background: black;
    padding: 12px 15px;
    color: white;
}
.bno-cta-learnmore {
    background: transparent;
    padding: 12px 15px;
    color: black;
}

.bno-cta-disabled {
    opacity: 0.5;
    pointer-events: none;
    color: #d0d0d0;
}

@media (max-width: 990px) {
    .csb-product {
        max-width: 100%;
    }

    .bno-header {
        padding: 18px;
    }
    .csb-frame, .fk-frame {
        justify-content: flex-end;
    }
    /* .csb-frame.fk-modal-frame {
        justify-content: center;
    } */
    .bno-modal, .fk-modal {
        /* padding-bottom: 5vh; */
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}


/* ------ core/components/pdps/features-blade/features-blade.css ------ */
.features-blade {
    display: flex;
    margin: 0 auto;
    max-width: 1080px;
    flex-direction: column;
    align-items: center;
    padding: 13px;
    text-align: center;
}

img.features-blade-image {
    max-height: 270px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.features-blade-header {
    font-size: 30px;
    font-weight: 600;
}

.features-blade-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 20px 0;
    width: 100%;
    padding: 0 13px;
    justify-content: flex-start;
}

.features-blade-item {
    display: flex;
    text-align: center;
    min-width: 280px;
    max-width: 33%;
    padding: 10px;
    margin-bottom: 15px;
    flex: 1 0 33%;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
}
.features-blade-item-content {
    flex: 1 0 calc(100% - 65px);
    text-align: left;
}

.features-blade-item-content h5 {
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.features-blade-item-content p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    margin-top: 0px;
    font-weight: 400;
    padding: 0;
}

.features-blade-item-image {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 16px;
}

.features-blade-item-image img {
    max-width: none;
    max-height: 100%;
    min-width: 36px;
    display: none;
}


@media (max-width: 768px) {
    .features-blade {
        padding: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .features-blade-header {
        font-size: 23px;
        margin-top: -20px;
        margin-bottom: 15px;
    }
    .features-blade-item {
        min-width: none;
        flex: 1 0 100%;
    }
    .features-blade-item-content {
        flex: 1;
    }
    .features-blade-item-content h5,
    .features-blade-item-content p {
        font-size: 14px;
    }
    .features-blade-inner {
        margin: 0px auto;
        justify-content: center;
    }
    .features-blade-item-image {
        min-width: 50px;
        justify-content: flex-end;
        margin-right: 10px;
        flex: 0 0 50px;
    }
    .features-blade-item-image img {
        display: block;
        height: auto;
        max-width: 50px;
        max-height: none;
    }
}

@media (min-width: 769px) {
    .features-blade[data-feature-count="2"] .features-blade-item {
        max-width: 50%;
    }
    .features-blade[data-feature-count="2"] .features-blade-item .icon-box-md {
        width: 85px;
        height: 85px;
    }
    .features-blade[data-feature-count="6"] .features-blade-item {
        width: 32%;
    }
    .features-blade[data-feature-count="8"] .features-blade-inner {
        max-width: 860px;
        position: relative;
        left: 15px;
    }
    .features-blade[data-feature-count="8"] .features-blade-item {
        max-width: 50%;
        align-self: center;
        flex: 1 0 auto;
    }
    .features-blade[data-feature-count="8"] .features-blade-item .features-blade-item-content p {
        max-width: 338px;
    }
}
@media (max-width: 768px) {
    .features-blade[data-feature-count="2"] .features-blade-item .icon-box-md {
        width: 60px;
        height: 60px;
    }
}


/* ------ core/components/pdps/gradient-blade/gradient-blade.css ------ */
.pxd-gb-outer {
    padding: 0;
    overflow: hidden;
}

.pxd-gb-inner {
    max-width: 1168px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    min-height: 50px;
}

.pxd-gb-inner .shg-c, .pxd-gb-inner>div {
    width: 100%;
    height: 100%;
    flex: 1 1 100%;
}


/* ------ core/components/pdps/internal-nav/internal-nav.css ------ */
.mini-nav{
    width: 100%;
    height: 50px;
    background: white;
    position: sticky!important;
    top: 0px;
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    margin: 15px auto;
}
.sticky-bar {
    z-index: 50 !important;
}

.mini-menu-nav {
    padding: 20px 10px 25px;
    margin: 20px 0px;
    width: 10vw;
}

@media (max-width: 768px) {
    .mini-menu-nav {
        padding: 10px 5px 14px;
    }
}

.mini-nav-item {
    font-weight: 500;
    padding-top: 12px;
    cursor: pointer;
}

.mini-nav-container{
    max-width: 880px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.mini-nav-icon {
    top: 15px;
    position: absolute;
    right: 30px;
}

@media only screen and (max-width: 560px) {
    .mini-nav-icon {
      right: 5px;
    }
}

@media only screen and (max-width: 360px) {
    .mini-nav-icon {
      display: none;
    }
}

@media only screen and (max-width: 764px) {
    .mini-nav-item {
        font-size: 14px;
    }
    .desktop-only{
        display: none;
    }
}
@media only screen and (min-width: 764px) {
    .mobile-only{
        display: none;
    }
}


/* ------ core/components/pdps/mini-feature-list/mini-feature-list.css ------ */
.mfl-outer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 0;
    justify-content:  stretch;
}

.mfl-outer .mfl-item {
    display: inline-flex;
    flex-direction: row;
    flex: 1 1 33%;
    padding: 3px 6px 0 0;
    align-items: center;
}
.mfl-outer .mfl-item .mfl-item-image {
    width: 24px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
}
.mfl-outer .mfl-item img.mfl-image {
    max-width: 24px;
    max-height: 24px;
    object-fit: contain;
}

.mfl-outer .mfl-item p.pxd-p2 {
    flex: 1 1 auto;
    font-size: 10px;
    line-height: 18px;
}

@media (max-width: 768px) {
    .mfl-outer .mfl-item {
        flex: 0 0 50%;
    }
}


/* ------ core/components/pdps/pdp-inthebox/pdp-inthebox.css ------ */
.pdp-itb {
    margin: 30px auto 0;
    padding: 0 17px;
}

.pdp-itb-title {
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 30px;
}

.pdp-itb-photo-wrapper {
    width: 645px;
    margin: 30px auto;
    max-width: 96%;
    height: 390px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
}

.pdp-itb-photo {
    width: 645px;
    height: 390px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: transform 0.4s ease-out;
    justify-content: center;
    min-width: 100%;
}

.pdp-itb-photo-navigation {
    text-align: center;
}

.pdp-itb-photo img {
    max-width: 100%;
    max-height: 100%;
}


.pdp-itb-photo-dot {
    font-family: sans-serif;
    font-size: 40px;
    cursor: pointer;
    opacity: 0.3;
}
.pdp-itb-photo-dot.active {
    opacity: 1;
}

/*
 class="pdp-itb-items">
        {% if item_1_name %}
            <div class="pdp-itb-item">
                <div class="pdp-itb-item-image"><img src="{{ item_1_image }}"/></div>
                <div class="pdp-itb-item-text">
                    <h5>{{ item_1_name }}</h5>
                    <p>{{ item_1_text }}</p>
                    */


.pdp-itb-items {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pdp-itb-item {
    display: flex;
    align-items: center;
    max-width: 350px;
    padding: 15px;
}

.pdp-itb-item-image img {
    max-height: 100px;
    min-width: 60px;
    margin-right: 10px;
}
.pdp-itb-item-text {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
}

.pdp-itb-item-text h5 {
    font-size: 20px;
    margin: 3px 0;
    font-weight: 800;
}
.pdp-itb-item-text p {
    font-size: 14px;
    line-height: 17px;
}

@media (max-width: 768px) {
    .pdp-itb-title {
        font-size: 23px;
        margin-bottom: 20px;
    }

    .pdp-itb-item-image {
        min-width: 80px;
        margin-right: 10px;
        flex: 0 1 80px;

    }

    .pdp-itb-item {
        width: 350px;
    }
    .pdp-itb-items {
        flex-direction: column;
        align-items: center;
    }
}


/* ------ core/components/pdps/pdp-product-header/pdp-product-header.css ------ */
.pdp-blade {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
    max-width: 1168px;
    font-family: akzidenz-grotesk,helvetica,sans-serif;
}

.pdp-purchase-blade {
    width: 100%;
    margin: 0 auto;
    transition: transform 0.6s;
    padding: 13px 13px 0;
}
.pdp-purchase-blade-inner {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1142px;
    margin: 0 auto;
    padding: 20px 30px;
    align-items: center;
    color: white;
    justify-content: space-around;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    transition: all 0.3s;
}

.pdp-purchase-blade-inner:hover {
    transform: scale(0.99);
}

.pdp-purchase-blade-inner button {
    transition: all 0.3s;
}
.pdp-purchase-blade-inner:hover button {
    transform: scale(1.05);
}

.pdp-purchase-blade-inner p {
    font-size: 20px;
}

.pdp-purchase-button {
    min-width: 260px;
    background-color: white;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.pdp-purchase-button:active {
    background-color: black;
}

.pdp-purchase-button.pdp-purchase-button--instock {
    color: white;
    background-color: black;
    margin-top: 5px;
    box-shadow: none;
}

.pdp-purchase-button.pdp-purchase-button--soldout {
    color: #888;
    background-color: rgba(225,225,225,0.8);
    box-shadow: none;
    margin-top: 5px;
    cursor: normal;
    pointer-events: none;
}



@media (min-width: 1681px) {
    .pdp-blade {
        max-width: 1500px;
    }
    .pdp-purchase-blade-inner {
        max-width: 1472px;
    }
}

.pdp-variant-list {
    display: flex;
    justify-content: flex-start;
}

.pdp-variant {
    padding: 20px 0;
    display: flex;
    margin-right: 10px;
    flex-direction: column;
    align-items: flex-start;
}

.pdp-variant.pdp-variant-single {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.pdp-variant.pdp-variant-single .pdp-selector {
    margin-bottom: 0;
}

.pdp-variant-info {
    margin: 10px 0;
}

.pdp-variant.pdp-variant-single .pdp-variant-info {
    margin: 0 10px;
}

.pdp-variant .pdp-variant-info p {
    font-size: 13px;
    padding: 0;
    line-height: 18px;
}
.pdp-selector {
    display: block;
    padding: 2px;
    cursor: pointer;
    height: 32px;
    width: 32px;
    margin-bottom: 5px;
    margin-right: 4px;
    border-radius: 54%;
    border: 2px solid #d0d0d0;
}

.pdp-selector--active {
    border-color: black;
}


.pxd-logi-g-bg .pdp-selector {
    border-color: #999;
}
.pxd-logi-g-bg .pdp-selector--active {
    border-color: #FFFFFF;
}


.pdp-selector-inner {
    width: 100%;
    pointer-events: none;
    height: 100%;
    border-radius: 50%;
}

.pdp-name {
    font-size: 40px;
    padding: 0;
    margin-bottom: 10px;
}

.pdp-price-and-stars {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.pdp-price {
    font-size: 24px;
    font-weight: 500;
}
.pdp-price mark {
    font-size: 18px;
    position: relative;
    bottom: 5px;
    left: 4px;
    color: #8B8B8B;
    background-color: transparent;
    text-decoration: line-through;
}

.pdp-stars {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.pdp-stars img {
    max-width: 120px;
    margin-right: 10px;
}
.pdp-stars span {
    position: relative;
    line-height: 18px;
    font-size: 12px;
    top: 2px;
}

.pdp-photo.active {
    opacity: 1;
    z-index: 100;
    border-width: 2px;
    border-style: solid;
}

.pdp-inner {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 15px;
}

.pdp-photos-list {
    display: flex;
    position: relative;
    flex-direction: column;

}

.pdp-photos {
    display: flex;
    flex-direction: row;
    position: relative;
    flex: 1;
}
.pdp-photo {
    position: relative;
    z-index: 10;
    opacity: 0.4;
    overflow: hidden;
    width: 80px;
    cursor: pointer;
    height: 50px;
    background-color: white;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.4s;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.pdp-photo.invisible {
    display: none;
}


.pdp-photo.visible {
    display: block;
}

.pdp-photo[data-variants=""] {
    display: block;
}


.pdp-photo-main {
    width: 570px;
    height: 360px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-left: -3px;
}

.pdp-photo-main img {
    opacity: 0;
}

img#pdp-photo-main-img {
    opacity: 0;
}

@media (max-width: 1290px) {
    .pdp-photo-main {
        width: 420px;
    }
}
@media (max-width: 992px) {
    .pdp-photo-main {
        width: 380px;
    }
}
@media (max-width: 840px) {
    .pdp-photo-main {
        width: 360px;
    }

    .pdp-stars img {
        max-width: 80px;
    }
}

body.shogun-editor .pdp-bottom-content {
    min-height: 15px;
    padding: 10px;
}

@media (min-width: 769px) {
    .pdp-photo-list {
        justify-content: flex-start;
        display: flex;
        flex-direction: column;
    }
    .pdp-photo img {
        max-width: 100%;
    }

    .pdp-photo:hover {
        opacity: 0.8;
        transform: scale(1.06);
    }
}
.pdp-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
    align-self: center;
}

@media (min-width: 768px) {
    .pdp-info {
        padding: 20px 0;
    }
}

.pdp-spacer {
    flex: 1;
}

.pdp-purchase-benefits {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.pdp-purchase-benefits.desktop-only {
    margin: 0 0 10px -15px;
}
.pdp-purchase-benefit {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    align-items: center;
    padding: 8px;
    max-width: 130px;
    font-size: 12px;
    text-align: center;
    flex: 0 0 25%;
}
.pdp-purchase-benefits.mobile-only {
    padding: 0 13px;
}
.pdp-purchase-benefits.mobile-only .pdp-purchase-benefit {
    flex: 1 0 50%;
    padding: 3px;
    font-size: 12px;
    max-width: 50%;
    margin: 10px auto;
}
.pdp-purchase-benefit img {
    width: 30px;
    margin-bottom: 10px;
}

.pdp-purchase-benefits.mobile-only.pdp-purchase-benefits-thirds .pdp-purchase-benefit {
    flex: 1 0 33%;
    max-width: 34%;
}


@media (max-width: 768px) {
    .pdp-photo-main {
        display: none;
    }
    .pdp-name {
        margin-top: 15px;
        font-size: 30px;
        margin-bottom: 0;
    }

    .pdp-purchase-blade {
        flex-direction: column;
    }
    .pdp-purchase-blade-inner {
        padding: 13px 13px;
    }
    .pdp-inner {
        flex-direction: column;
    }

    .pdp-spacer {
        margin-bottom: -10px;
    }


    .pdp-photo-list {
        flex-direction: row;
        flex-wrap: nowrap;
        display: flex;
        width: 100vw;
        padding: 0 10px 10px;
        overflow-y: visible;
        justify-content: flex-start;
        overflow-x: hidden;
        padding-left: 16.25vw
    }
    .pdp-photo {
        border-radius: 10px;
        overflow: hidden;
        height: 180px;
        flex: 0 0 auto;
        width: 67.5vw;
        margin: 0 10px;
        background-size: contain;
        opacity: 1;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    }

    /*.pdp-photo:nth-child(5n + 1) {*/
    /*    order: -1;*/
    /*}*/

    .pdp-photo img {
        height: 180px;
        display: block;
        opacity:0;
        width: auto;
    }
    .pdp-photo:hover {
        opacity: 1;
    }

    .pdp-photo.active {
        opacity: 1;
        z-index: 100;
        border-width: 0;
    }

    .pdp-info {
        padding-top: 0;
        align-self: stretch;
    }

    .pdp-stars {
        flex-direction: column;
    }
    .pdp-stars img {
        margin-right: 0;
    }

    .pdp-purchase-benefits {
        flex-wrap: wrap;
    }
    .pdp-purchase-benefit {
        max-width: 120px;
        margin-top: 15px;
        flex: 1 0 120px;
        padding: 5px;
    }

    .pdp-purchase-blade-inner {
        flex-direction: column;
    }

    .pdp-purchase-blade-inner p {
        font-size: 14px;
        text-align: center;
        margin-top: -4px;
        margin-bottom: 5px;
    }

    .pdp-purchase-blade-inner .pdp-purchase-button {
        padding: 8px;
        font-size: 16px;
    }

    .pdp-price {
        font-size: 19px;
    }

    .pdp-price mark {
        font-size: 15px;
    }

    .pdp-variant {
        padding-top: 10px;
    }
    .pdp-variant, .pdp-info {
        padding-bottom: 0;
    }
}


.fk-modal-frame {
    padding: 0 15px;
}

.fk-modal {
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    width: 434px;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 100%;
    color: black;
}

.fk-modal, .fk-close {
    transform: translateY(0);
    transition: transform 0.2s ease-out;
}

.fk-close {
    margin-top: -10vh;
}

@media (min-width: 769px) {
    .fk-close {
        margin-top: 60px;
    }
}

.fk-modal--off {
    transform: translateY(100vh);
}

.fk-content {
    display: flex;
    flex-direction: column;
    margin: 10px auto;
    /* max-width: 100%; */
    padding: 5px 23px;
    width: 100%;
}


.fk-options {
    display: flex;
    margin: 10px 0;
    flex-direction: row;
    justify-content: space-between;
}

.fk-pricing {
    font-weight: 500;
}

.fk-price-compare {
    color: #AAA;
}

.fk-option label {
    font-size: 13px;
}

.fk-selected-variant {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 500;
}

.fk-header {
    background-color: #F2F2F2;
    padding: 22px 20px 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h3.fk-title {
    font-size: 20px;
    margin-bottom: 14px;
    max-width: 100%;
    margin-top: 18px;
    text-align: center;
    line-height: 1.3em;
}

p.fk-description {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 20px;
    padding: 0 5px;
    margin: 0;
    margin-bottom: 14px;
}

div.fk-product-image {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 140px;
    align-self: stretch;
}

.fk-option.fk-option-quantity {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-width: 100px;
}

.fk-buttons {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.fk-cta-addtocart {
    background: black;
    padding: 12px 15px;
    color: white;
}
.fk-cta-learnmore {
    background: transparent;
    padding: 12px 15px;
    color: black;
}

.fk-cta-disabled {
    opacity: 0.5;
    pointer-events: none;
    color: #d0d0d0;
}

/* YUFFIE */

.pdp-header-logi-g{
    background-color: #020418;
    color: white;
}

.pdp-header-logi-g-alt {
    background-color: #383838;
}

.pdp-header-logi-g .pdp-blade .pdp-photo-main {
    border-radius: 0;
}

.pdp-header-logi-g .pdp-blade button {
    font-size: 20px;
    padding: 8px;
}
@media (min-width: 769px) {
    .pdp-header-logi-g .pdp-blade button {
        margin-top: -10px;
    }
    .pdp-caption {
        margin-top: -5px !important;
    }
}

.pdp-caption {
    position: relative;
    bottom: 0;
}

.pdp-header-logi-g .pdp-blade button.pdp-purchase-button.pdp-purchase-button--instock {
    background-color: white;
    color: #020418;
}
.pdp-header-logi-g-alt .pdp-blade button.pdp-purchase-button.pdp-purchase-button--instock {
    color: #383838;
}

@media (min-width: 769px) {
    .pdp-header-logi-g .pdp-blade .pdp-photos {
        padding-right: 33px;
    }
}
@media (max-width: 768px) {
    .pdp-header-logi-g .pdp-blade .pdp-photo {
        border-radius: 0;
        filter: brightness(0.7);
        transition: all 0.3s;
    }
    .pdp-header-logi-g .pdp-blade .pdp-photo.active {
        filter: brightness(1);
    }

    .pdp-header-logi-g .pdp-blade button {
        font-size: 14px;
    }
}
.pdp-middle-content>div {
    border-top: 1px solid rgba(255,255,255,0.25);
    padding: 17px 0;
}


@media (min-width: 769px) {
    .pdp-info {
        padding-left: 17px;
    }
}


/* ------ core/components/pdps/pdp-specs/pdp-specs.css ------ */
.pdp-specs {
    padding: 0 17px;
}
.pdp-specs-title {
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 30px;
}

.pdp-specs-photo-wrapper {
    width: 645px;
    margin: 30px auto;
    height: 390px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    max-width: 96%;
    display: flex;
}

.pdp-specs-photo {
    width: 645px;
    height: 390px;
    background-color: #F6F6F6;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: all 0.4s ease-out;
    justify-content: center;
    min-width: 100%;
}
.pdp-specs.pdp-specs-nopad>.pdp-specs-photo-wrapper,
.pdp-specs.pdp-specs-nopad .pdp-specs-photo {
    height: 400px;
    width: 460px;
}
.pdp-specs-photo-navigation {
    text-align: center;
}

.pdp-specs-nopad .pdp-specs-photo {
    opacity: 0;
}
.pdp-specs-nopad .pdp-specs-photo--active {
    z-index: 10000;
    opacity: 1;
}

.pdp-specs-photo img {
    max-width: 100%;
    max-height: 100%;
}

.pdp-specs-nopad .pdp-specs-photo img {
    max-height: 110%;
    object-fit: cover;
    object-position: center center;
    clip: auto;
}
@media (max-width: 768px) {
    .pdp-specs-nopad .pdp-specs-photo img {
        max-width: 250%;
        max-height: 100%:
    }
}

.pdp-specs-photo-dot {
    font-family: sans-serif;
    font-size: 40px;
    cursor: pointer;
    opacity: 0.3;
}
.pdp-specs-photo-dot.active {
    opacity: 1;
}

.pdp-specs-footnotes {
    font-size: 10px;
    padding: 0 20px;
    line-height: 18px;
    max-width: 940px;
    width: 100%;
    margin: 30px auto 40px;
}

.pdp-specs-table {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    border: none;
    padding: 0;
}

.pdp-specs-table tr {
    border: none;
    padding: 0;
}
.pdp-specs-table tr td {
    text-align: left;
    padding: 20px;
    border: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    border-bottom: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
}
.pdp-specs-table tr td:last-child {
    border-right: none;
}
.pdp-specs-table tr:last-child td {
    border-bottom: none;
}

@media (max-width: 768px) {
    .pdp-specs-title {
        font-size: 23px;
        margin-bottom: 20px;
    }
    .pdp-specs-table tr td {
        padding: 10px;
    }
}


/* ------ core/components/pdps/pdp-support/pdp-support.css ------ */
.support-blade {
    display: flex;
    margin: 10vh auto;
    max-width: 1100px;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    text-align: center;
}

img.support-blade-image {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.support-blade-header {
    font-size: 30px;
}

.support-blade-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 30px 0;
    width: 100%;
    justify-content: space-around;
}

.support-blade-item {
    display: flex;
    text-align: center;
    padding: 10px;
    min-width: 200px;
    margin-bottom: 15px;
    flex: 1 1 240px;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
}
.support-blade-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 calc(100% - 65px);
    text-align: left;
}

.support-blade-item-content h5 {
    font-size: 20px;
    margin: 0 0 5px;
    padding: 0;
}

.support-blade-item-content a {
    text-decoration: underline;
    font-size: 14px;
    line-height:18px;
}
.support-blade-item-content p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    margin-top: 0px;
    font-weight: 400;
    padding: 0;
}

.support-blade-item-image {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 16px;
}

.support-blade-item-image img {
    max-width: none;
    max-height: 100%;
    min-width: 32px;
    display: block;
}


@media (max-width: 768px) {
    .support-blade {
        padding-top: 0;
        padding-bottom: 0;
    }
    .support-blade-header {
        font-size: 23px;
        margin-top: -20px;
        margin-bottom: 15px;
    }
    .support-blade-inner {
        flex-direction: column;
        align-items: center;
    }
    .support-blade-item {
        flex-basis: auto;
    }
    .support-blade-item-content h5,
    .support-blade-item-content p {
        font-size: 14px;
    }
    .support-blade-inner {
        margin: 0px auto;
    }
    .support-blade-item-image {
        min-width: 56px;
    }
}


/* ------ core/components/pdps/single-item-bundle-blade/single-item-bundle-blade.css ------ */
@media (min-width: 769px) {
    .sib-blade-inner .sib-blade-content p.pxd-p1 {
        text-align: center;
    }
}


/* ------ core/components/pdps/tech-specs-blade/tech-specs-blade.css ------ */
.tech-specs-blade {
    display: flex;
    flex-direction: column;
    background-color: #FFEAEF;
    padding: 50px 28px;
    text-align: center;
    align-items: center;
}

.tech-specs-blade h3 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.tech-specs-table {
    max-width: 1080px;
    width: 100%;
    margin: 30px auto;
    text-align: left;
}

.tech-specs-table tr td {
    padding: 20px;
    border:1px solid #DBDBDB;
    border-top: none;
    border-right: 0;
}

.tech-specs-table tr td:first-child {
    width: 160px;
    padding-left: 0;
    border-right: 0;
    border-left: none;
    font-size: 16px;
    font-weight: 500;
}
.tech-specs-table tr td:last-child {
    font-size: 15px;
    font-weight: 300;
    width: calc(100% - 161px);
}
.tech-specs-table tr:last-child td {
    border-bottom: none;
}

@media (max-width: 768px) {
    .tech-specs-table tr td:first-child {
        width: 100px;
    }
    .tech-specs-blade {
        padding: 20px 28px;
    }
    .tech-specs-table tr td {
        padding: 10px;
    }
    .tech-specs-table tr td:first-child,
    .tech-specs-table tr td:last-child,
    .tech-specs-table tr td {
        font-size: 14px;
    }
}


/* ------ core/components/pdps/reviews-blade/reviews-blade.css ------ */
.reviews-blade {
    display: block;
    text-align: center;
    padding: 25px 0;
}

.reviews-blade-inner {
    display: flex;
    flex-direction: column;
}

.reviews-blade h4 {
    font-size: 30px;
}

.reviews-blade hr {
    border: 2px solid black;
    border-radius: 2px;
    background-color: black;
    width: 147px;
    margin: 20px auto;
}

.reviews-blade-item-stars {
    font-size: 23px;
    margin-top: -5px;
    margin-bottom: 5px;
    letter-spacing: -0.3px;
}

.reviews-blade-item-photo {
    height: 79px;
    width: 79px;
    margin-right: 15px;
    border-radius: 40px;
    background-size: cover;
    background-position: center;
}

.reviews-blade-item-header {
    display: flex;
    text-align: left;
    align-items: center;
    margin: 15px auto;
    font-size: 18px;
}

.reviews-blade-item-info {
    display: flex;
    line-height: 145%;
    flex-direction: column;
    align-items: flex-start;
}

.reviews-blade-list {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.reviews-blade .reviews-blade-list hr {
    border-radius: 0;
    border: none;
    border-right: 1px solid #C4C4C4;
    background-color: transparent;
    width: 1px;
    flex: 0 0 auto;
    height: 200px;
    margin: 0;
}

.reviews-blade-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.25s ease-in;
    padding: 10px 30px 30px;
}

.reviews-blade-item-text {
    width: 330px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
    max-width: 100%;
}

.reviews-blade-item-name {
    font-weight: 800;
}

.reviews-blade-inner button {
    background: transparent;
    padding: 10px;
    border-width: 1px;
    width: auto;
    font-weight: 400;
    font-size: 14px;
    margin: 15px auto 30px;
    border-style: solid;
    min-width: 258px;
}

.reviews-blade-indicators {
    display: none;
}

@media (min-width: 913px) and (max-width: 1200px) {
    .reviews-blade-item-text {
        width: 240px;
    }
}
@media (min-width: 769px) and (max-width: 912px) {
    .reviews-blade-item-text {
        width: 210px;
    }
}
@media (max-width: 992px) {
    .reviews-blade-item-header,
    .reviews-blade-item-text {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .reviews-blade-indicators {
        display: flex;
        justify-content: center;
    }
    .reviews-blade-item-text {
        width: 350px;
        text-align: left;
    }
}

.reviews-blade-indicator {
    color: #AEAEAE;
    font-size: 40px;
    padding: 4px;
    cursor: pointer;
    font-family: sans-serif;
}

.reviews-blade-indicator.active {
    color: #000;
}
