<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*********************
SITE GENESIS
**********************/
:root {
  --color-white: #ffffff;
  --color-black: #141414;
  --color-gray100: #fafafa;
  --color-gray200: #efefef;
  --color-gray300: #d4d4d4;
  --color-gray400: #a3a3a3;
  --color-gray500: #737373;
  --color-gray600: #404040;
  --color-blue100: #adbaf7;
  --color-blue200: #8c9cff;
  --color-blue300: #6976ff;
  --color-blue400: #4041f1;
  --color-blue500: #2f30c4;
  --color-blue600: #1f1f99;
  --color-blue700: #101266;
  --color-purple100: #d5c2fa;
  --color-purple400: #865ae5;
  --color-pink100: #feadce;
  --color-pink400: #e80756;
  --color-green100: #d6ffb3;
  --color-green200: #baf786;
  --color-green300: #8be53b;
  --color-green400: #58bc00;
  --color-green500: #4fa800;
  --color-warning100: #ffc987;
  --color-warning400: #ff601c;
  --color-error100: #ffa89c;
  --color-error400: #e32202;
  --bfx-fontfam-default: "Rauschen A", Arial, sans-serif;
  --bfx-fontfam-secondary: "Rauschen B", Arial, sans-serif;
}

.category-switch, .pt_product-compare .product-tile {
  *zoom: 1;
}
.category-switch:before, .pt_product-compare .product-tile:before, .category-switch:after, .pt_product-compare .product-tile:after {
  content: " ";
  display: table;
  line-height: 0;
}
.category-switch:after, .pt_product-compare .product-tile:after {
  clear: both;
}

/************************
Responsive Mixin Usage:

- 768px or larger:
  default (no mixin)

- &gt;=768px:
	@include respond('standard') {
		//for standard viewport settings only
	}

- &gt;=940px:
	@include respond('desktop') {
		//for desktop viewports only
	}

- &gt;=1024px:
	@include respond('desktopMin'){
		//for desktop viewports only
	}

- 1200px -&gt; 1400px;	
	@include respond('medium-desktop') {
		//for tablet viewports only
	}

- 1300px -&gt; 1400px;	
	@include respond('medium-lg-desktop') {
		//for tablet viewports only
	}

- 1024px -&gt; 1200px;	
	@include respond('small-desktop') {
		//for tablet viewports only
	}

- 1024px -&gt; 1150px;	
	@include respond('xsmall-desktop') {
		//for tablet viewports only
	}

- 768px -&gt; 1024px;	
	@include respond('large') {
		//for tablet viewports only
	}

- 768px -&gt; 940px;	
	@include respond('medium') {
		//for tablet viewports only
	}

- &lt;= 768px:	
	@include respond('small') {
		//for mobile viewports
	}

- &lt;= 480px:	
	@include respond('xsmall') {
		//for extra small mobile viewports
	}

- &lt;= 380px:	
	@include respond('xxsmall') {
		//for extra small mobile viewports
	}



****************************/
.js-offset .pt_product-compare .compare-tabs.mobile {
  position: fixed;
  letter-spacing: 0;
  top: 0;
  width: 100%;
  z-index: 5000;
}
.js-offset .pt_product-compare .compare-tabs.mobile .compare-tabs-single li {
  margin-top: 0;
  border-right: 1px solid var(--color-gray300);
  width: 32.9%;
}
.js-offset .pt_product-compare .compare-tabs.mobile .compare-tabs-single li:first-child {
  border-left: 1px solid var(--color-gray300);
}
.js-offset .pt_product-compare .compare-tabs.mobile .compare-tabs-single a.tab-button {
  display: block;
  background: var(--color-white);
}
.js-offset .pt_product-compare .compare-tabs.mobile .compare-tabs-single a.tab-button .product-name {
  padding: 0.5em 0;
}
.js-offset .pt_product-compare .compare-tabs.mobile .compare-product-image {
  display: none;
}

.pt_product-compare .header-area {
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .header-area {
    position: relative;
    z-index: 300;
  }
}
.pt_product-compare .header-area .compare-copy {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  width: 77%;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pt_product-compare .header-area .compare-copy {
    top: 3%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .pt_product-compare .header-area .compare-copy {
    top: 1%;
  }
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .header-area .compare-copy {
    top: 13%;
    width: 99%;
  }
}
.pt_product-compare .header-area .compare-copy h3 {
  color: var(--color-white);
  text-align: center;
  font: italic 20px "Rauschen A", sans-serif;
  text-transform: capitalize;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .header-area .compare-copy h3 {
    font-size: 0.75rem;
  }
}
.pt_product-compare .header-area .compare-copy h1.responsive-headline {
  color: var(--color-white);
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .header-area .compare-copy h1.responsive-headline {
    font-family: "Rauschen A", sans-serif;
    font-size: 2.813rem;
    font-weight: 500;
    text-transform: none;
  }
}
.pt_product-compare .header-area img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.pt_product-compare .tiles-container {
  position: relative;
  max-width: 81%;
  margin: -21% auto 0;
  z-index: 500;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pt_product-compare .tiles-container {
    margin-top: -20%;
    max-width: 86%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .pt_product-compare .tiles-container {
    margin-top: -20%;
    max-width: 96%;
  }
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .tiles-container {
    width: 100%;
    margin-top: 5%;
  }
}
.pt_product-compare .compare-tabs.mobile {
  text-align: center;
}
.pt_product-compare .compare-tabs.mobile .compare-tabs-single {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  position: relative;
}
.pt_product-compare .compare-tabs.mobile .compare-tabs-single li {
  display: inline-block;
  width: 33.333%;
  position: relative;
  z-index: 500;
  margin-top: -26%;
  height: 100%;
}
.pt_product-compare .compare-tabs.mobile .compare-tabs-single li.compare-tabs-variable-border {
  position: absolute;
  top: 0;
  margin-top: 0;
  height: 100%;
  z-index: 499;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pt_product-compare .compare-tabs.mobile .compare-tabs-single li.compare-tabs-variable-border.three-tab-border {
  left: 33.333%;
  border-right: 1px solid var(--color-gray300);
  border-left: 1px solid var(--color-gray300);
  width: 33.333%;
}
.pt_product-compare .compare-tabs.mobile .compare-tabs-single li.compare-tabs-variable-border.two-tab-border {
  left: 50%;
  width: 50%;
  border-left: 1px solid var(--color-gray300);
}
.pt_product-compare .compare-tabs.mobile .compare-tabs-single li.compare-tabs-variable-border.tab-end-borders {
  width: 66.666%;
  left: 16.667%;
  border-right: 1px solid var(--color-gray300);
  border-left: 1px solid var(--color-gray300);
}
.pt_product-compare .compare-tabs.mobile .compare-tabs-single li.compare-tabs-variable-border.no-show {
  display: none;
}
.pt_product-compare .compare-tabs.mobile a.tab-button {
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pt_product-compare .compare-tabs.mobile a.tab-button .compare-product-image {
  padding: 0;
}
.pt_product-compare .compare-tabs.mobile a.tab-button img {
  width: 100%;
  height: auto;
}
.pt_product-compare .compare-tabs.mobile a.tab-button .product {
  clear: both;
  width: 100%;
  padding: 1em 2em;
  border-bottom: 1px solid var(--color-gray300);
}
.pt_product-compare .compare-tabs.mobile a.tab-button .product {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.pt_product-compare .compare-tabs.mobile a.tab-button .product:first-child {
  border-left: 1px solid var(--color-gray300);
}
.pt_product-compare .compare-tabs.mobile a.tab-button .product-name {
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0.015rem;
}
@media only screen and (max-width: 480px) {
  .pt_product-compare .compare-tabs.mobile a.tab-button .product-name {
    font-size: 1.25rem;
  }
}
.pt_product-compare .compare-tabs.mobile a.tab-button .product-name .product-name-line {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 3px;
  background: var(--color-error400);
  display: none;
  width: 100%;
}
.pt_product-compare .compare-tabs.mobile a.tab-button.active .product-name-line {
  display: block;
}
.pt_product-compare .compare-grid-table {
  margin-top: 1.5em;
}
.pt_product-compare .compare-bottom {
  border-top: 1px solid var(--color-gray300);
  margin-bottom: 2em;
}
.pt_product-compare .compare-bottom .product {
  border-right: 1px solid var(--color-gray300);
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-bottom .product {
    display: none;
    border: none;
  }
  .pt_product-compare .compare-bottom .product.compare-show {
    display: block;
  }
}
.pt_product-compare .compare-bottom .product:last-child {
  border: none;
}
.pt_product-compare .compare-bottom .product .product-name a {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: none;
  font-family: "Rauschen A", sans-serif;
}
.pt_product-compare .compare-bottom .bottom {
  margin-top: 1em;
}
.pt_product-compare .attribute-row.header {
  background: var(--color-gray200);
  padding: 0.5em;
  font-size: 1.125rem;
  font-family: "Rauschen A", sans-serif;
  text-transform: none;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .attribute-row.header {
    font-size: 1rem;
  }
}
.pt_product-compare .attribute-row .value {
  display: inline-block;
  width: 32%;
  padding: 1em;
  min-height: 50px;
  border-right: 1px solid var(--color-gray300);
  vertical-align: top;
}
.pt_product-compare .attribute-row .value {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.pt_product-compare .attribute-row .value.two-col {
  width: 49%;
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .attribute-row .value.two-col {
    width: 100%;
  }
}
.pt_product-compare .attribute-row .value:last-child {
  border: none;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pt_product-compare .attribute-row .value {
    width: 32%;
  }
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .attribute-row .value {
    display: none;
    width: 100%;
    border: none;
  }
  .pt_product-compare .attribute-row .value.compare-show {
    display: block;
  }
}
.pt_product-compare .product-attribute {
  word-break: break-all;
}
.pt_product-compare .product-attribute .tooltip .tooptip-svg {
  background-color: var(--color-black);
  display: inline-block;
  height: 15px;
  width: 15px;
  mask-image: url(../images/svg-icons/compareicon.svg);
  -webkit-mask-image: url(../images/svg-icons/compareicon.svg);
}
.pt_product-compare .action {
  display: block;
  padding: 0.5em 0;
}
.pt_product-compare .remove-link {
  color: #999;
  float: right;
  padding: 0.3rem;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.pt_product-compare .remove-link:hover {
  color: #84bd00;
  text-decoration: none;
}
.pt_product-compare .product-tile {
  margin-bottom: 0.5em;
}
.pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4, .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-0-filled, .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-25-filled, .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-50-filled, .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-75-filled, .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-100-filled, .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-0-filled, .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-25-filled, .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-50-filled, .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-75-filled, .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-100-filled, .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star, .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-selected, .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-half {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 15.2px;
  height: 15.2px;
  margin-right: 0.25rem;
}
.pt_product-compare .pr-review-block .product-review-link {
  display: inline-block;
  height: 30px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: -35px;
  width: 246px;
}
.pt_product-compare .product {
  font-weight: 400;
  text-align: center;
  width: 33%;
  padding: 1em 0.4em;
  display: inline-block;
}
.pt_product-compare .product {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.pt_product-compare .product.two-up {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .product.two-up {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pt_product-compare .product {
    width: 32%;
  }
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .product {
    width: 100%;
  }
  .pt_product-compare .product.tile {
    display: none;
  }
  .pt_product-compare .product.tile.compare-show {
    display: block;
  }
}
.pt_product-compare .product .product-compare-single-line {
  padding: 0 3.76%;
}
.pt_product-compare .product .product-compare-single-line .ratings-area &gt; a:hover &gt; .ratings-text {
  text-decoration: underline;
}
.pt_product-compare .product .cart-button {
  display: inline-block;
}
.pt_product-compare .product a.learn-more {
  display: inline-block;
  margin-left: 1em;
  margin-top: 0.5rem;
}
.pt_product-compare .value .value-item:after {
  content: ", ";
}
.pt_product-compare .value .value-item:last-child:after {
  content: "";
}
.pt_product-compare .product-tile-outline-monthlyenable + .combine-btn-compare {
  padding-bottom: 1em;
}
.pt_product-compare .product-tile-outline-monthlyenable .product-pricing {
  font-family: inherit;
  padding-top: 1em;
  font-size: 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
}
.pt_product-compare .product-tile-outline-monthlyenable .product-pricing .product-sales-price {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: none;
  line-height: 1;
  font-family: "Rauschen A", sans-serif;
}
.pt_product-compare .product-tile-outline-monthlyenable .product-pricing .product-sales-price.mipfont {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: none;
  color: var(--color-blue400);
  line-height: 1;
  font-family: "Rauschen A", sans-serif;
}
.pt_product-compare .product-tile-outline-monthlyenable .product-pricing .product-standard-price {
  font-size: 1.125rem;
  color: var(--color-black);
  font-weight: 400;
  text-decoration: line-through;
}
.pt_product-compare .product-tile-outline-monthlyenable .product-pricing-monthly {
  color: var(--color-black);
  display: block;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: normal;
  font-family: inherit;
  margin-bottom: 0.5rem;
}
.pt_product-compare .product-tile-outline-monthlyenable .product-pricing-monthly span {
  font-size: 0.875rem;
  text-transform: capitalize;
  font-weight: 400;
  font-family: "Rauschen A", sans-serif;
  color: var(--color-gray600);
}
.pt_product-compare .product-tile-outline-monthlyenable .product-pricing-monthly-message {
  display: block;
  font-size: 0.813rem;
  color: var(--color-gray600);
  font-weight: 400;
  margin-bottom: 1em;
}
.pt_product-compare .product-tile-outline-monthlyenable .product-pricing-monthly-modal {
  margin-bottom: 1em;
}
.pt_product-compare .product-tile-outline-monthlyenable .product-pricing-monthly-modal a {
  font-size: 0.813rem;
  color: var(--color-gray600);
  font-weight: 400;
}
.pt_product-compare .product-tile-outline-monthlydisable .product-pricing {
  padding-top: 1em;
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: none;
  color: #000000;
}
.pt_product-compare .product-tile-outline-monthlydisable .product-pricing .product-sales-price {
  font-size: 1.5rem;
}
.pt_product-compare .product-tile-outline-monthlydisable .product-pricing .product-sales-price.mipfont {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: none;
  color: var(--color-error400);
  line-height: 1;
  font-family: "Rauschen A", sans-serif;
}
.pt_product-compare .product-tile-outline-monthlydisable .product-pricing .product-standard-price {
  font-size: 1.125rem;
  color: var(--color-black);
  font-weight: 400;
  text-decoration: line-through;
}
.pt_product-compare .product-tile .product-name {
  height: auto;
  margin: 0.2em 0 1em 0;
}
.pt_product-compare .product-tile .product-name a {
  text-transform: none;
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
}
.pt_product-compare .product-tile .watch-video a {
  font-size: 1rem;
  font-size: 1rem;
  font-family: "Rauschen A", sans-serif;
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
}
.pt_product-compare .product-tile .watch-video img {
  margin: 0 0.438rem -0.188rem 0;
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .product-tile .watch-video img {
    width: 20px;
    height: 20px;
  }
}
.pt_product-compare .product-tile .product-pricing {
  margin: 1em 0 0.5em;
  padding-top: 1em;
  border-top: 1px solid var(--color-gray300);
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: none;
  font-size: 1.5rem;
  color: #000000;
  font-weight: 400;
}
.pt_product-compare .product-tile .product-pricing .product-standard-price {
  font-size: 1.125rem;
  color: #000000;
  font-weight: 400;
  text-decoration: line-through;
}
.pt_product-compare .product-tile .product-pricing .product-sales-price {
  font-size: 1.5rem;
  color: var(--color-error400);
  font-weight: 500;
}
.pt_product-compare .product-tile .swatch-list {
  display: inline-block;
}
.pt_product-compare .product-image {
  height: auto;
}
.pt_product-compare .product-image img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .product-image img {
    width: 100%;
  }
}
.pt_product-compare .selectcategory label {
  display: block;
  font-size: 0.9rem;
  margin: 1em 0;
  text-transform: none;
}
.pt_product-compare .selectcategory select {
  margin: 0;
  width: 100px;
}
.pt_product-compare .comparelists {
  padding: 0;
}
.pt_product-compare .compare-lists label,
.pt_product-compare .compare-lists select {
  float: none;
  text-align: left;
  width: 100%;
}
.pt_product-compare .product-promo-msg {
  text-transform: none;
  font-size: 1rem;
  font-size: 1rem;
  font-weight: 400;
  min-height: 34px;
}
.pt_product-compare .product-promo-msg a {
  font-size: 0.875rem;
  color: var(--color-black);
  margin-left: 0.5rem;
}

.compare-buttons {
  float: left;
  padding: 0.7em 0 0;
}

.category-switch {
  margin-bottom: 2em;
}
.category-switch label {
  float: left;
  margin: 0;
  width: 45%;
}
@media (min-width: 410px) {
  .category-switch label {
    width: 11em;
  }
}
.category-switch select {
  float: left;
  margin: 0;
  width: 55%;
}
@media (min-width: 410px) {
  .category-switch select {
    margin-left: 1em;
    width: 15em;
  }
}

@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-01 .header-area .compare-copy {
    top: 24%;
    width: 99%;
  }
}
.pt_product-compare .compare-style-01 .header-top {
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-01 .header-top {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
.pt_product-compare .compare-style-01 .header-top span {
  font-size: 1.25rem;
}
.pt_product-compare .compare-style-01 .header-top h1 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 4.5rem;
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-01 .header-top h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 1rem 0;
  }
}
.pt_product-compare .compare-style-01 .header-top.hasimg {
  margin-top: -4rem;
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-01 .header-top.hasimg {
    margin-top: 0;
  }
}
.pt_product-compare .compare-style-01 .header-top.hasimg span, .pt_product-compare .compare-style-01 .header-top.hasimg h1 {
  color: var(--color-white);
}
.pt_product-compare .compare-style-01 .header-top.hasimg span {
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-01 .header-top.hasimg span {
    font-size: 0.75rem;
  }
}
.pt_product-compare .compare-style-01 .header-top.hasimg h1 {
  font-size: 9.019rem;
  line-height: 8.313rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-01 .header-top.hasimg h1 {
    font-size: 2.813rem;
    line-height: 3.125rem;
    font-weight: 500;
    margin-top: 0;
  }
}
.pt_product-compare .compare-style-01 .compare-tabs.mobile .compare-tabs-single li {
  margin-top: 0;
}
.pt_product-compare .compare-style-01 .compare-tabs.mobile .compare-tabs-single li.four-col {
  width: 22.333%;
}
.pt_product-compare .compare-style-01 .compare-tabs.mobile .compare-tabs-single li a.tab-button .product-name {
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0.015rem;
}
@media only screen and (max-width: 480px) {
  .pt_product-compare .compare-style-01 .compare-tabs.mobile .compare-tabs-single li a.tab-button .product-name {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-01 .product {
    border-right-width: 0;
  }
}
.pt_product-compare .compare-style-01 .product.four-col {
  width: 23%;
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-01 .product.four-col {
    width: 100%;
  }
}
.pt_product-compare .compare-style-01 .product .top-compare .content-asset {
  display: block;
}
.pt_product-compare .compare-style-01 .product .top-compare .content-asset .find-a-store .find-store-button {
  padding-right: 0;
}
.pt_product-compare .compare-style-01 .product .top-compare .cart-button {
  display: block;
}
.pt_product-compare .compare-style-01 .product .top-compare .cart-button button {
  display: inline-block;
}
.pt_product-compare .compare-style-01 .attribute-row .value, .pt_product-compare .compare-style-01 .compare-bottom .product {
  border-right: 1px solid var(--color-gray200);
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-01 .attribute-row .value, .pt_product-compare .compare-style-01 .compare-bottom .product {
    border-right-width: 0;
  }
}
.pt_product-compare .compare-style-01 .attribute-row .value:last-child, .pt_product-compare .compare-style-01 .compare-bottom .product:last-child {
  border-right: 0px solid var(--color-gray200);
}
.pt_product-compare .compare-style-01 .attribute-row .value.four-col, .pt_product-compare .compare-style-01 .compare-bottom .product.four-col {
  width: 23% !important;
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-01 .attribute-row .value.four-col, .pt_product-compare .compare-style-01 .compare-bottom .product.four-col {
    width: 100% !important;
  }
}
@media only screen and (min-width: 940px) {
  .pt_product-compare .compare-style-01 .product-image img {
    max-width: 90%;
  }
}
.pt_product-compare .compare-style-01 .compare-bottom {
  border-top: 1px solid var(--color-gray200);
}
.pt_product-compare .compare-style-01 .compare-bottom .product .product-name a {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: none;
  font-family: "Rauschen A", sans-serif;
}
.pt_product-compare .compare-style-01 .compare-bottom .product .content-asset + .learn-more {
  font-size: 0.875rem;
  margin: 0.938rem auto 0;
}
.pt_product-compare .compare-style-01 .compare-bottom .product .content-asset .find-a-store .find-store-button {
  padding-right: 0;
}
.pt_product-compare .compare-style-01 .product-tile .product-name a {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: none;
  font-family: "Rauschen A", sans-serif;
}
.pt_product-compare .compare-style-01 .product-tile .watch-video a .video-icon {
  top: 2px;
  position: relative;
}
.pt_product-compare .compare-style-01 .compare-top &gt; .product {
  border-right: 1px solid var(--color-gray200);
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-01 .compare-top &gt; .product {
    border-right-width: 0;
  }
}
.pt_product-compare .compare-style-01 .compare-top &gt; .product.lastproduct {
  border-right-width: 0;
}

/* Slider */
.slick-loading .slick-list {
  background: var(--color-white) center center no-repeat;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0;
  outline: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#pb_iframe {
  min-height: 778px;
}

.pb-price {
  font-size: 0.813rem;
  font-weight: 400;
  text-transform: none;
  color: var(--color-black);
  font-family: "Rauschen A";
}
.pb-price p {
  font-family: "Rauschen A" !important;
}
.pb-price p img {
  width: 7.4em !important;
}
.pb-price a {
  cursor: pointer;
  letter-spacing: normal;
  color: var(--color-black) !important;
  font-weight: 400 !important;
  text-decoration: underline !important;
  display: block;
  line-height: 2;
}

.paybright-class-modal .paybright-class-modal-content {
  margin-bottom: 6.25rem;
}

.product-name.badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .product-name.badge {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-name.badge .name-link {
  margin-right: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .product-name.badge .name-link {
    margin-right: 0;
  }
}

body .p-w-r .pr-category-snippet__total {
  padding-top: 0.25rem;
}

.comparepage-new .pt_product-compare .primary-content {
  position: unset;
}

.grid-badge .badgeWrapper {
  letter-spacing: -0.04rem;
  font-size: 0.875rem;
  color: var(--color-black);
  background-color: var(--color-gray300);
  padding: 0.3rem 0.75rem;
  font-weight: 400;
  display: inline-block;
  border-radius: 7px;
}
.grid-badge .badgeWrapper.other-bd-new {
  background-color: var(--color-green200);
}
.grid-badge .badgeWrapper.other-bd-sale {
  background-color: var(--color-warning100);
}
.grid-badge .badgeWrapper.other-bd-exclusive {
  background-color: var(--color-blue100);
}
.grid-badge .badgeWrapper.other-bd-clearance {
  background-color: var(--color-warning100);
}

.pt_product-compare #compare-table .pr-snippet-rating-decimal {
  border: 1px solid var(--color-gray300);
  border-radius: 3px;
  color: var(--color-gray500);
  font-size: 0.875rem !important;
  line-height: 1.4;
  margin: 0;
}
.pt_product-compare #compare-table .pr-category-snippet__item {
  color: var(--color-black) !important;
  font-size: 0.875rem !important;
  line-height: 1.4;
  margin: 0;
  padding-left: 0.5rem;
}
.pt_product-compare .product-tile-outline-monthlyenable .product-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.pt_product-compare .product-tile-outline-monthlyenable .product-pricing .product-sales-price.mipfont {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.pt_product-compare .product-tile-outline-monthlyenable .product-pricing .product-standard-price {
  margin-right: 0.25rem;
}
.pt_product-compare .product-tile-outline-monthlyenable .product-promo-msg {
  font-size: 0.875rem;
}
.pt_product-compare .product-tile-outline-monthlydisable .product-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.pt_product-compare .product-tile-outline-monthlydisable .product-pricing .product-sales-price.mipfont {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: var(--color-blue400);
}
.pt_product-compare .product-tile-outline-monthlydisable .product-pricing .product-standard-price {
  margin-right: 0.25rem;
}
.pt_product-compare .compare-style-02 .compare-paybright-container {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.pt_product-compare .compare-style-02 .compare-paybright-container .pb-price {
  color: var(--color-gray600);
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.pt_product-compare .compare-style-02 .compare-paybright-container .pb-price .affirm-modal-trigger {
  display: inline-block;
}
.pt_product-compare .compare-style-02 .compare-paybright-container .pb-price a {
  color: var(--color-gray600) !important;
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .pt_product-compare .compare-style-02 .compare-paybright-container .pb-price {
    margin-bottom: 3rem;
  }
}
.pt_product-compare .compare-style-02 .border-r-gray-200 {
  border-right: 2px solid var(--color-gray200);
}
.pt_product-compare .compare-style-02 .border-r-gray-300 {
  border-right: 2px solid var(--color-gray300);
}
.pt_product-compare .compare-style-02 .pos-rel {
  position: relative;
}
.pt_product-compare .compare-style-02 .pos-rel .bgclr {
  top: 4px;
  right: 4px;
  z-index: 5;
  letter-spacing: -0.04rem;
  font-size: 0.875rem;
  color: var(--color-black);
  padding: 0.3rem 0.75rem;
  font-weight: 400;
  display: inline-block;
  border-radius: 0.438rem;
}
.pt_product-compare .compare-style-02 .no-underline {
  text-decoration: none;
}
.pt_product-compare .compare-style-02 .underline-hover:hover {
  text-decoration: underline;
}
.pt_product-compare .compare-style-02 .text-gray-700 {
  color: var(--color-gray600);
}
@media only screen and (min-width: 769px) {
  .pt_product-compare .compare-style-02 .seventy-wid-des {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-02 .jrny-offer-message .content-asset {
    padding: 0;
  }
}
.pt_product-compare .compare-style-02 .jrny-offer-message .content-asset .jrny-offer-message-container .line-jrny-grad-vt {
  width: 0.188rem;
  height: 3.125rem;
  margin: 0.5rem 1rem;
  border-radius: 3px;
  --grad-angle: 180deg;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--grad-angle)), color-stop(0%, #03bbf2), color-stop(21%, #437ceb), color-stop(43%, #7356bd), color-stop(63%, #9d87e4), color-stop(83%, #fb5f62), to(#f4b071));
  background: linear-gradient(var(--grad-angle), #03bbf2 0%, #437ceb 21%, #7356bd 43%, #9d87e4 63%, #fb5f62 83%, #f4b071 100%);
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-02 .jrny-offer-message .content-asset .jrny-offer-message-container .line-jrny-grad-vt {
    --grad-angle: 90deg;
    height: 0.188rem;
    width: 3.125rem;
    margin: 0.5rem 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.pt_product-compare .compare-style-02 .jrny-offer-message .content-asset .jrny-offer-message-container p {
  text-align: left;
}
.pt_product-compare .compare-style-02 .jrny-offer-message .content-asset .jrny-offer-message-container p span {
  white-space: inherit;
}
.pt_product-compare .compare-style-02 #intro .product-col, .pt_product-compare .compare-style-02 #outro .product-col {
  display: none;
  padding-right: 1rem;
  padding-left: 1rem;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}
@media only screen and (max-width: 1024px) {
  .pt_product-compare .compare-style-02 #intro .product-col, .pt_product-compare .compare-style-02 #outro .product-col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 400px;
  }
  .pt_product-compare .compare-style-02 #intro .product-col:nth-child(2), .pt_product-compare .compare-style-02 #outro .product-col:nth-child(2) {
    border-right: none;
    padding-right: 0;
  }
}
.pt_product-compare .compare-style-02 #intro .product-col .financing-txt, .pt_product-compare .compare-style-02 #outro .product-col .financing-txt {
  margin-bottom: 2.5rem;
  width: 70%;
  margin-left: 0 !important;
  text-align: left;
  color: var(--color-gray600);
  font-weight: 400;
  letter-spacing: -0.04rem;
  font-size: 0.875rem;
  line-height: 1.6rem;
}
.pt_product-compare .compare-style-02 #intro .product-col .financing-txt .content-asset, .pt_product-compare .compare-style-02 #outro .product-col .financing-txt .content-asset {
  display: contents;
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-02 #intro .product-col .financing-txt, .pt_product-compare .compare-style-02 #outro .product-col .financing-txt {
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .pt_product-compare .compare-style-02 #intro .product-col .financing-txt, .pt_product-compare .compare-style-02 #outro .product-col .financing-txt {
    margin-top: 0.5rem;
    width: 100%;
  }
}
.pt_product-compare .compare-style-02 #intro .product-col .pr-review-block, .pt_product-compare .compare-style-02 #outro .product-col .pr-review-block {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pt_product-compare .compare-style-02 #intro .last, .pt_product-compare .compare-style-02 #outro .last {
  padding-right: 0;
}
.pt_product-compare .compare-style-02 #intro .add-to-cartnew, .pt_product-compare .compare-style-02 #outro .add-to-cartnew {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pt_product-compare .compare-style-02 #intro .add-to-cartnew .pill-gray:hover, .pt_product-compare .compare-style-02 #outro .add-to-cartnew .pill-gray:hover {
  background: var(--color-gray300);
  color: var(--color-black);
  border: 2px solid transparent;
  outline: none;
  -webkit-box-shadow: 0 0 0 1px transparent;
          box-shadow: 0 0 0 1px transparent;
  text-decoration: none;
}
.pt_product-compare .compare-style-02 #intro .add-to-cartnew form, .pt_product-compare .compare-style-02 #outro .add-to-cartnew form {
  max-width: 250px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-02 #intro .add-to-cartnew form, .pt_product-compare .compare-style-02 #outro .add-to-cartnew form {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-02 #intro .add-to-cartnew form button, .pt_product-compare .compare-style-02 #outro .add-to-cartnew form button {
    width: 100%;
  }
}
.pt_product-compare .compare-style-02 #intro .add-to-cartnew a, .pt_product-compare .compare-style-02 #outro .add-to-cartnew a {
  margin-left: 1.5rem;
  color: var(--color-gray600);
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-02 #intro .add-to-cartnew a, .pt_product-compare .compare-style-02 #outro .add-to-cartnew a {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .pt_product-compare .compare-style-02 #intro .add-to-cartnew a, .pt_product-compare .compare-style-02 #outro .add-to-cartnew a {
    margin-left: 0;
  }
}
.pt_product-compare .compare-style-02 #intro .product-pricing-hecto, .pt_product-compare .compare-style-02 #outro .product-pricing-hecto {
  font-size: 1rem;
  font-weight: 400 !important;
  line-height: 1.6rem;
  letter-spacing: -0.04rem;
  color: var(--color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 1rem;
}
.pt_product-compare .compare-style-02 #intro .product-pricing-hecto .product-pricing, .pt_product-compare .compare-style-02 #outro .product-pricing-hecto .product-pricing {
  margin-right: 0.3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pt_product-compare .compare-style-02 #intro .product-pricing-hecto .product-pricing .product-price, .pt_product-compare .compare-style-02 #outro .product-pricing-hecto .product-pricing .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0.5rem;
}
@media only screen and (max-width: 480px) {
  .pt_product-compare .compare-style-02 #intro .product-pricing-hecto .product-pricing .product-price, .pt_product-compare .compare-style-02 #outro .product-pricing-hecto .product-pricing .product-price {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-bottom: 0.5rem;
  }
}
.pt_product-compare .compare-style-02 #intro .product-pricing-hecto .product-pricing .product-sales-price, .pt_product-compare .compare-style-02 #outro .product-pricing-hecto .product-pricing .product-sales-price {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.35;
  letter-spacing: -0.04rem;
  color: var(--color-black);
}
.pt_product-compare .compare-style-02 #intro .product-pricing-hecto .product-pricing .product-sales-price.mipfont, .pt_product-compare .compare-style-02 #outro .product-pricing-hecto .product-pricing .product-sales-price.mipfont {
  font-weight: 500 !important;
  font-size: 1.25rem;
  line-height: 1.35;
  letter-spacing: -0.04rem;
  font-weight: 500;
  color: var(--color-blue400);
  text-decoration: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.pt_product-compare .compare-style-02 #intro .product-pricing-hecto .product-pricing .product-standard-price, .pt_product-compare .compare-style-02 #outro .product-pricing-hecto .product-pricing .product-standard-price {
  font-weight: 400 !important;
  text-decoration: line-through;
  margin-right: 0.25rem;
  color: var(--color-gray600) !important;
  font-size: 1rem;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  flex-basis: auto;
  font-weight: 700;
  color: var(--color-blue400);
}
@media only screen and (max-width: 480px) {
  .pt_product-compare .compare-style-02 #intro .product-pricing-hecto .product-pricing, .pt_product-compare .compare-style-02 #outro .product-pricing-hecto .product-pricing {
    display: inline;
    margin-right: 0;
  }
}
.pt_product-compare .compare-style-02 #intro .product-pricing-hecto .hecto, .pt_product-compare .compare-style-02 #outro .product-pricing-hecto .hecto {
  margin-left: 0.1rem;
  font-weight: 400;
  color: var(--color-black);
  letter-spacing: -0.04rem;
  font-size: 1.25rem;
}
.pt_product-compare .compare-style-02 #intro .product-pricing-hecto .hecto span, .pt_product-compare .compare-style-02 #outro .product-pricing-hecto .hecto span {
  font-weight: 400 !important;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: -0.04rem;
  font-weight: 100;
}
@media only screen and (max-width: 480px) {
  .pt_product-compare .compare-style-02 #intro .product-pricing-hecto .hecto, .pt_product-compare .compare-style-02 #outro .product-pricing-hecto .hecto {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .pt_product-compare .compare-style-02 #intro .product-pricing-hecto, .pt_product-compare .compare-style-02 #outro .product-pricing-hecto {
    display: block;
  }
}
.pt_product-compare .compare-style-02 #intro .promotion, .pt_product-compare .compare-style-02 #outro .promotion {
  color: var(--color-blue400);
  margin-bottom: 2rem;
  letter-spacing: -0.04rem;
  font-size: 1rem;
}
.pt_product-compare .compare-style-02 #intro .promotion .promotion-callout .fa-solid, .pt_product-compare .compare-style-02 #outro .promotion .promotion-callout .fa-solid {
  font-size: 1rem;
}
.pt_product-compare .compare-style-02 #intro .promotion .promotion-callout .fa-regular, .pt_product-compare .compare-style-02 #outro .promotion .promotion-callout .fa-regular {
  color: var(--color-blue400);
}
.pt_product-compare .compare-style-02 #intro .product1, .pt_product-compare .compare-style-02 #outro .product1 {
  display: block;
}
.pt_product-compare .compare-style-02 #intro .product2, .pt_product-compare .compare-style-02 #outro .product2 {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-02 #intro .product2, .pt_product-compare .compare-style-02 #outro .product2 {
    border-right: none;
    padding-right: 0;
  }
}
.pt_product-compare .compare-style-02 #intro .product3, .pt_product-compare .compare-style-02 #outro .product3 {
  padding-right: 0;
}
@media only screen and (min-width: 1025px) {
  .pt_product-compare .compare-style-02 #intro .product3, .pt_product-compare .compare-style-02 #outro .product3 {
    display: block;
  }
}
.pt_product-compare .compare-style-02 #intro {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.pt_product-compare .compare-style-02 #intro .compare-col-1 {
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-02 #intro .product1 {
    padding-left: 0;
  }
}
.pt_product-compare .compare-style-02 #intro .pr-review-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 0;
}
.pt_product-compare .compare-style-02 #intro .pr-review-block:hover {
  text-decoration: none;
}
.pt_product-compare .compare-style-02 #intro .pr-review-block .pr-category-snippet__rating .pr-snippet-stars .pr-snippet-rating-decimal {
  border: 1px solid var(--color-gray100);
  color: var(--color-gray600);
  line-height: 1.4;
  font-weight: 400 !important;
  margin-top: 0.2rem;
  font-weight: 100;
}
.pt_product-compare .compare-style-02 #intro .pr-review-block .pr-category-snippet__total {
  color: var(--color-gray600);
  line-height: 1.4;
  padding-left: 0;
  padding-top: 0.313rem;
}
@media only screen and (max-width: 480px) {
  .pt_product-compare .compare-style-02 #intro .pr-review-block .pr-category-snippet__total {
    display: none;
  }
}
.pt_product-compare .compare-style-02 #intro .pr-review-block .pr-category-snippet__total:hover {
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .pt_product-compare .compare-style-02 #intro .pr-review-block .product-review-link {
    width: auto;
  }
}
.pt_product-compare .compare-style-02 #outro .product-col:first-child {
  padding-left: 0;
}
.pt_product-compare .compare-style-02 #outro .pr-review-block {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 2rem;
}
.pt_product-compare .compare-style-02 #outro .pr-review-block .p-w-r .pr-category-snippet__total {
  color: var(--color-gray600);
  line-height: 1.4;
  padding-left: 0;
  padding-top: 0.313rem;
}
@media only screen and (max-width: 480px) {
  .pt_product-compare .compare-style-02 #outro .pr-review-block .p-w-r .pr-category-snippet__total {
    display: none;
  }
}
.pt_product-compare .compare-style-02 #outro .pr-review-block .p-w-r .pr-snippet-rating-decimal {
  border: 1px solid var(--color-gray100);
  color: var(--color-gray600);
  line-height: 1.4;
  font-weight: 400 !important;
  margin-top: 0.2rem;
  font-weight: 100;
  text-decoration: none;
}
.pt_product-compare .compare-style-02 #outro .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4, .pt_product-compare .compare-style-02 #outro .pr-review-block .p-w-r .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-0-filled, .pt_product-compare .compare-style-02 #outro .pr-review-block .p-w-r .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-25-filled, .pt_product-compare .compare-style-02 #outro .pr-review-block .p-w-r .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-50-filled, .pt_product-compare .compare-style-02 #outro .pr-review-block .p-w-r .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-75-filled, .pt_product-compare .compare-style-02 #outro .pr-review-block .p-w-r .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-100-filled {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0.95rem;
  height: 0.95rem;
  margin-right: 0.25rem;
}
.pt_product-compare .compare-style-02 #outro .product-pricing-hecto {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-02 #outro .product-pricing-hecto .hecto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-02 #outro .product-pricing-hecto .hecto span {
    margin-left: 0.3rem;
  }
}
.pt_product-compare .compare-style-02 #overview .overview-content .product-col {
  display: none;
  padding-left: 1rem;
  padding-right: 1rem;
}
.pt_product-compare .compare-style-02 #overview .overview-content .product-col .centi {
  margin-left: 0.1rem;
}
@media only screen and (min-width: 769px) {
  .pt_product-compare .compare-style-02 #overview .overview-content .product-col {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_product-compare .compare-style-02 #overview .overview-content .product-col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 400px;
  }
}
.pt_product-compare .compare-style-02 #overview .overview-content .product-col:first-child {
  padding-left: 0;
}
.pt_product-compare .compare-style-02 #overview .overview-content .product-col:last-child {
  padding-right: 0;
  border-right: 0;
}
@media only screen and (max-width: 1024px) {
  .pt_product-compare .compare-style-02 #overview .overview-content .product-col:nth-child(2) {
    border-right: 0;
    padding-right: 0;
  }
}
.pt_product-compare .compare-style-02 #overview .overview-content .product-col ul {
  padding-left: 1rem;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-02 #overview .overview-content .product-col ul {
    padding-left: 0.8rem;
  }
}
.pt_product-compare .compare-style-02 #overview .overview-content .product-col ul li {
  margin-bottom: 1rem;
  list-style-type: none;
  position: relative;
}
.pt_product-compare .compare-style-02 #overview .overview-content .product-col ul li::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 3px;
  width: 6px;
  height: 6px;
  border-radius: 7.5px;
  background-color: var(--color-black);
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-02 #overview .overview-content .product-col ul li::before {
    left: -13px;
  }
}
.pt_product-compare .compare-style-02 #overview .overview-content .product-col .video-modal {
  text-decoration: none;
}
.pt_product-compare .compare-style-02 #overview .overview-content .product-col .video-modal .c-rowgrid .copy {
  z-index: 99;
}
.pt_product-compare .compare-style-02 #overview .overview-content .product-col .video-modal .c-rowgrid .copy i {
  font-size: 3.125rem;
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-02 #overview .overview-content .product-col .video-modal .c-rowgrid .copy i {
    font-size: 30px;
  }
}
.pt_product-compare .compare-style-02 #overview .overview-content .product-col .video-modal .c-rowgrid .copy:hover {
  opacity: 1;
  z-index: 99;
}
.pt_product-compare .compare-style-02 #overview .overview-content .product1, .pt_product-compare .compare-style-02 #overview .overview-content .product2 {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .pt_product-compare .compare-style-02 #overview .overview-content .product3 {
    display: block;
  }
}
.pt_product-compare .compare-style-02 .bfxAccordion {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 auto;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pt_product-compare .compare-style-02 .bfxAccordion #accordionCompare {
  margin-bottom: 5.5rem;
}
.pt_product-compare .compare-style-02 .bfxAccordion #accordionCompare .bfxHeading {
  width: unset;
  padding: 2.25rem 1rem;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  text-decoration: none;
  border: 0;
  border-radius: 3px;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: var(--color-gray100);
  border-bottom: 3px solid transparent;
}
@media only screen and (min-width: 769px) {
  .pt_product-compare .compare-style-02 .bfxAccordion #accordionCompare .bfxHeading:hover {
    background: var(--color-gray200);
    border-bottom: 3px solid var(--color-gray400);
  }
}
.pt_product-compare .compare-style-02 .bfxAccordion #accordionCompare .bfxHeading.active {
  max-width: unset;
  color: var(--color-black);
  border-color: transparent;
  background: var(--color-gray200);
  border-bottom: 3px solid var(--color-gray400);
}
@media only screen and (max-width: 1024px) {
  .pt_product-compare .compare-style-02 .bfxAccordion #accordionCompare .bfxHeading.active {
    width: unset;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1299px) {
  .pt_product-compare .compare-style-02 .bfxAccordion #accordionCompare .bfxHeading.active {
    width: unset;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.pt_product-compare .compare-style-02 .bfxAccordion #accordionCompare .bfxHeading.active .bfxHeading-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-02 .bfxAccordion #accordionCompare .bfxHeading {
    width: calc(100% - 32px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1299px) {
  .pt_product-compare .compare-style-02 .bfxAccordion #accordionCompare .bfxHeading {
    width: calc(100% - 32px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.pt_product-compare .compare-style-02 .bfxAccordion #accordionCompare .bfxHeading .bfxHeading-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pt_product-compare .compare-style-02 .bfxAccordion #accordionCompare .ui-accordion-content {
  background: var(--color-gray100);
}
.pt_product-compare .compare-style-02 .bfxAccordion #accordionCompare .ui-accordion-content .connectivity li img {
  height: 1rem;
}
.pt_product-compare .compare-style-02 .bfxAccordion #accordionCompare .ui-accordion-content .product-col {
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
}
@media only screen and (min-width: 769px) {
  .pt_product-compare .compare-style-02 .bfxAccordion #accordionCompare .ui-accordion-content .product-col {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_product-compare .compare-style-02 .bfxAccordion #accordionCompare .ui-accordion-content .product-col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 400px;
  }
  .pt_product-compare .compare-style-02 .bfxAccordion #accordionCompare .ui-accordion-content .product-col:nth-child(2) {
    border-right: none;
    padding-right: 0;
  }
}
.pt_product-compare .compare-style-02 .bfxAccordion #accordionCompare .ui-accordion-content .product-col:first-child {
  padding-left: 0;
}
.pt_product-compare .compare-style-02 .bfxAccordion #accordionCompare .ui-accordion-content .product-col:last-child {
  border-right: none;
  padding-right: 0;
}
@media only screen and (min-width: 769px) {
  .pt_product-compare .compare-style-02 .bfxAccordion #accordionCompare .ui-accordion-content .product-col .c-expandopop {
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-02 .bfxAccordion #accordionCompare .ui-accordion-content .product-col .c-expandopop {
    margin-bottom: 1rem;
  }
}
.pt_product-compare .compare-style-02 .bfxAccordion #accordionCompare .ui-accordion-content .product-col .c-expandopop .c-expandopop-box {
  border: 2px solid var(--color-gray600);
  background: var(--color-white);
  width: 1.5rem;
  height: 1.5rem;
  bottom: 0.5rem;
  right: 0.5rem;
  -webkit-box-shadow: -1px -1px 4px 1px rgba(0, 0, 0, 0.3);
          box-shadow: -1px -1px 4px 1px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1024px) {
  .pt_product-compare .compare-style-02 .bfxAccordion #accordionCompare .ui-accordion-content .product-col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 25rem;
  }
}
.pt_product-compare .compare-style-02 .bfxAccordion #accordionCompare .ui-accordion-content .product1, .pt_product-compare .compare-style-02 .bfxAccordion #accordionCompare .ui-accordion-content .product2 {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .pt_product-compare .compare-style-02 .bfxAccordion #accordionCompare .ui-accordion-content .product3 {
    display: block;
  }
}
.pt_product-compare .compare-style-02 .lg-nav .product-col {
  display: none;
}
@media only screen and (min-width: 769px) {
  .pt_product-compare .compare-style-02 .lg-nav .product-col {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .pt_product-compare .compare-style-02 .lg-nav .product-col:first-child {
    padding-left: 0;
  }
  .pt_product-compare .compare-style-02 .lg-nav .product-col:last-child {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-02 .lg-nav .product-col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-02 .lg-nav .product-col a {
    font-size: 1rem;
  }
}
.pt_product-compare .compare-style-02 .lg-nav .compare-col-3 {
  border-right: none;
}
.pt_product-compare .compare-style-02 .lg-nav .product1 {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-02 .lg-nav .product1 {
    padding-right: 1rem;
  }
}
.pt_product-compare .compare-style-02 .lg-nav .product2 {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-02 .lg-nav .product2 {
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 1025px) {
  .pt_product-compare .compare-style-02 .lg-nav .product3 {
    display: block;
  }
}
.pt_product-compare .compare-style-02 .lg-nav.all .product-col.last {
  border-right: none;
}
.pt_product-compare .compare-style-02 .sm-nav {
  display: none;
}
.pt_product-compare .compare-style-02 .sm-nav.all {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .pt_product-compare .compare-style-02 .sm-nav.mobile-only, .pt_product-compare .compare-style-02 .sm-nav.all {
    display: block;
  }
  .pt_product-compare .compare-style-02 .sm-nav.mobile-only .dropdown2, .pt_product-compare .compare-style-02 .sm-nav.all .dropdown2 {
    border-right: none;
    padding-right: 0;
  }
}
.pt_product-compare .compare-style-02 .sm-nav .dropdown-col {
  display: none;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .pt_product-compare .compare-style-02 .sm-nav .dropdown-col {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-02 .sm-nav .dropdown-col select {
    font-size: 0.875rem;
  }
}
.pt_product-compare .compare-style-02 .sm-nav .dropdown1 {
  display: block;
}
@media only screen and (min-width: 769px) {
  .pt_product-compare .compare-style-02 .sm-nav .dropdown1 {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_product-compare .compare-style-02 .sm-nav .dropdown1 {
    text-align: right;
  }
}
.pt_product-compare .compare-style-02 .sm-nav .dropdown2 {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-02 .sm-nav .dropdown2 {
    padding-right: 0;
    padding-left: 1rem;
    border-right: none;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_product-compare .compare-style-02 .sm-nav .dropdown2 {
    text-align: left;
  }
}
.pt_product-compare .compare-style-02 .sm-nav .dropdown3 {
  padding-right: 0;
  border-right: none;
}
@media only screen and (min-width: 1025px) {
  .pt_product-compare .compare-style-02 .sm-nav .dropdown3 {
    display: block;
  }
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: translateY(-57px);
            transform: translateY(-57px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes a {
  0% {
    -webkit-transform: translateY(-57px);
            transform: translateY(-57px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.pt_product-compare .compare-style-02 .fixed-header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-animation: a 0.5s ease-in-out;
          animation: a 0.5s ease-in-out;
}
.pt_product-compare .compare-style-02 .secondary-nav {
  width: 100%;
  background-color: var(--color-white);
  z-index: 999;
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media only screen and (min-width: 940px) {
  .pt_product-compare .compare-style-02 .selectors {
    display: none;
  }
}
.pt_product-compare .compare-style-02 .sm-nav.all ~ #intro {
  margin-top: 2rem;
}
@media only screen and (max-width: 1024px) {
  .pt_product-compare .compare-style-02 .sm-nav.mobile-only ~ #intro .product-col {
    padding-top: 2rem;
  }
}
.pt_product-compare .compare-style-02 .spic-toggle.enabled .product-pricing {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.pt_product-compare .compare-style-02 .spic-toggle.enabled .product-pricing .spic {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: var(--color-blue400);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.35rem;
  letter-spacing: -0.04rem;
}
.pt_product-compare .ca-promotional-widget .ca-promotional-widget-container {
  font-size: 0.875rem;
  color: var(--color-gray600);
  padding-left: 0.5rem;
  border-left: 1px solid var(--color-gray300);
}
.pt_product-compare .ca-promotional-widget .ca-promotional-widget-container .ca-promotional-widget-link {
  font-weight: normal;
  color: var(--color-gray600);
}
@media only screen and (max-width: 768px) {
  .pt_product-compare .ca-promotional-widget .ca-promotional-widget-container .ca-promotional-widget-text-links-container &gt; div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .pt_product-compare .ca-promotional-widget .ca-promotional-widget-container .ca-promotional-widget-text-links-container &gt; div &gt; div {
    border-left: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .pt_product-compare .ca-promotional-widget .ca-promotional-widget-container {
    padding-left: 0;
    padding-top: 0.5rem;
    border-left: none;
    border-top: 1px solid var(--color-gray300);
    text-align: left;
  }
}

.slick-recommendation-container .product-slider .product-title-recommendation .product-pricing .price-now-label {
  color: var(--color-black);
  font-weight: 400;
  letter-spacing: -0.04rem;
  font-size: 0.875rem;
  line-height: 1.4;
}
.slick-recommendation-container .product-slider .product-title-recommendation .product-pricing .product-price {
  letter-spacing: -0.04rem;
  line-height: 1.4;
  color: var(--color-black);
  font-weight: 400;
  font-size: 1rem;
}
.slick-recommendation-container .product-slider .product-title-recommendation .product-pricing .product-price .price-sales .price-old {
  color: var(--color-gray600);
  text-decoration: line-through;
  font-weight: 400;
  letter-spacing: -0.04rem;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-right: 0.25rem;
}
.slick-recommendation-container .product-slider .product-title-recommendation .product-pricing .product-price .price-sales .price-new {
  letter-spacing: -0.04rem;
  line-height: 1.4;
  color: var(--color-black);
}
.slick-recommendation-container .product-slider .product-title-recommendation .product-pricing .product-price .price-sales .price-standard {
  color: var(--color-gray600);
  letter-spacing: -0.04rem;
  line-height: 1.4;
  margin-right: 0.25rem;
}
.slick-recommendation-container .product-slider .product-title-recommendation .product-pricing .product-price.mipfont .price-new {
  color: var(--color-black);
}
.slick-recommendation-container .product-slider .spic-toggle.enabled .product-pricing .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-recommendation-container .product-slider .spic-toggle.enabled .product-pricing .product-price .spic {
  margin-left: 0.4rem;
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-black);
  letter-spacing: -0.04rem;
  line-height: 1.4;
}
.slick-recommendation-container .compare-slider .product-title-recommendation .product-pricing {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.slick-recommendation-container .compare-slider .product-title-recommendation .product-pricing .product-sales-price {
  color: var(--color-black);
  letter-spacing: -0.04rem;
  line-height: 1.4;
}
.slick-recommendation-container .compare-slider .product-title-recommendation .product-pricing .product-sales-price.mipfont {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: var(--color-black) !important;
  letter-spacing: -0.04rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
.slick-recommendation-container .compare-slider .product-title-recommendation .product-pricing .product-standard-price {
  margin-right: 0.25rem;
  color: var(--color-gray600) !important;
  letter-spacing: -0.04rem;
  line-height: 1.4;
}
.slick-recommendation-container .compare-slider .spic-toggle.enabled .product-pricing .spic {
  margin-left: 0.4rem;
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-black);
  letter-spacing: -0.04rem;
  line-height: 1.4;
}

.slick-recommendation-container {
  padding: 3rem 0;
  background-color: var(--color-gray200);
}
.slick-recommendation-container.default-pdp-bg {
  background-color: var(--color-white);
}
.slick-recommendation-container.grey-pdp-bg {
  background-color: var(--color-gray200);
}
.slick-recommendation-container .slick-recommendation-wrapper {
  max-width: 100%;
  margin: 0 auto;
}
.slick-recommendation-container .slick-recommendation-wrapper h2, .slick-recommendation-container .slick-recommendation-wrapper h3 {
  text-align: center;
}
.slick-recommendation-container .slick-recommendation-wrapper h2.schwinn-rd-header, .slick-recommendation-container .slick-recommendation-wrapper h3.schwinn-rd-header {
  font-size: 1.125rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.slick-recommendation-container .slick-recommendation-wrapper h2.schwinn-rd-header:before, .slick-recommendation-container .slick-recommendation-wrapper h2.schwinn-rd-header:after, .slick-recommendation-container .slick-recommendation-wrapper h3.schwinn-rd-header:before, .slick-recommendation-container .slick-recommendation-wrapper h3.schwinn-rd-header:after {
  background-color: var(--color-error400);
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.slick-recommendation-container .slick-recommendation-wrapper h2.schwinn-rd-header:before, .slick-recommendation-container .slick-recommendation-wrapper h3.schwinn-rd-header:before {
  right: 6em;
  margin-left: -50%;
}
@media only screen and (max-width: 768px) {
  .slick-recommendation-container .slick-recommendation-wrapper h2.schwinn-rd-header:before, .slick-recommendation-container .slick-recommendation-wrapper h3.schwinn-rd-header:before {
    right: 1em;
  }
}
.slick-recommendation-container .slick-recommendation-wrapper h2.schwinn-rd-header:after, .slick-recommendation-container .slick-recommendation-wrapper h3.schwinn-rd-header:after {
  left: 6em;
  margin-right: -50%;
}
@media only screen and (max-width: 768px) {
  .slick-recommendation-container .slick-recommendation-wrapper h2.schwinn-rd-header:after, .slick-recommendation-container .slick-recommendation-wrapper h3.schwinn-rd-header:after {
    left: 1em;
  }
}
.slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  max-width: 1180px;
  margin: 0 auto;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 769px) and (max-width: 939px) {
  .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation {
    width: 78%;
  }
}
.slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-track {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0.5rem;
  margin-top: 0.1rem;
  background: var(--color-white);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  text-decoration: none;
}
.slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide:hover, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item:hover {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide:focus, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item:focus {
  outline: -webkit-focus-ring-color auto 1px;
}
.slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content {
  padding: 1rem;
  font-size: 1rem;
  width: 100%;
}
.slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content .product-recommendation, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content .product-recommendation {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content .product-recommendation .product-img-container, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content .product-recommendation .product-img-container {
  width: 12rem;
  position: relative;
  overflow: hidden;
  padding: 0.5rem;
}
.slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content .product-recommendation .product-img-container img, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content .product-recommendation .product-img-container img {
  width: 100%;
}
.slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content .product-recommendation .product-title-recommendation, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content .product-recommendation .product-title-recommendation {
  width: 100%;
  padding-bottom: 0.5rem;
}
.slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content .product-recommendation .product-title-recommendation .product-title-rd, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content .product-recommendation .product-title-recommendation .product-title, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content .product-recommendation .product-title-recommendation .product-title-rd, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content .product-recommendation .product-title-recommendation .product-title {
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 1.25;
  font-weight: 500;
  display: block;
  padding: 0 0.313rem;
}
.slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing {
  text-align: center;
  display: block;
}
.slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing .product-sales-price, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing .product-sales-price {
  font-size: 1rem;
  font-weight: 400;
}
.slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing .product-sales-price.mipfont, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing .product-sales-price.mipfont {
  color: var(--color-error400);
}
.slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing .product-standard-price, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing .product-standard-price {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--color-black);
  text-decoration: line-through;
}
.slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing .product-price, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing .product-price {
  border: 0;
  padding: 0;
  text-align: center;
}
.slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing .product-price .price-new, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing .product-price .price-new {
  font-size: 1rem !important;
  font-size: 1rem;
  font-weight: 400;
}
.slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing .product-price .price-standard, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing .product-price .price-standard {
  font-size: 0.875rem !important;
  font-size: 0.875rem;
  font-weight: 400;
}
.slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation img {
  display: block;
  margin: auto;
}
.slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide-arrow {
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  top: 35%;
  display: none;
  padding: 0.5rem 0.35rem;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  color: var(--color-gray300);
  border: none;
  z-index: 10;
  background: transparent;
  height: auto;
}
.slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide-arrow:hover {
  color: var(--color-gray600);
}
.slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide-arrow.prev-arrow {
  left: -50px;
}
@media only screen and (max-width: 768px) {
  .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide-arrow.prev-arrow {
    left: -40px;
  }
}
.slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide-arrow.next-arrow {
  right: -50px;
}
@media only screen and (max-width: 768px) {
  .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide-arrow.next-arrow {
    right: -40px;
  }
}
.slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide-arrow svg, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide-arrow i {
  display: block;
  vertical-align: middle;
}

/*********************
SITE GENESIS
**********************/
:root {
  --color-white: #ffffff;
  --color-black: #141414;
  --color-gray100: #fafafa;
  --color-gray200: #efefef;
  --color-gray300: #d4d4d4;
  --color-gray400: #a3a3a3;
  --color-gray500: #737373;
  --color-gray600: #404040;
  --color-blue100: #adbaf7;
  --color-blue200: #8c9cff;
  --color-blue300: #6976ff;
  --color-blue400: #4041f1;
  --color-blue500: #2f30c4;
  --color-blue600: #1f1f99;
  --color-blue700: #101266;
  --color-purple100: #d5c2fa;
  --color-purple400: #865ae5;
  --color-pink100: #feadce;
  --color-pink400: #e80756;
  --color-green100: #d6ffb3;
  --color-green200: #baf786;
  --color-green300: #8be53b;
  --color-green400: #58bc00;
  --color-green500: #4fa800;
  --color-warning100: #ffc987;
  --color-warning400: #ff601c;
  --color-error100: #ffa89c;
  --color-error400: #e32202;
  --bfx-fontfam-default: "Rauschen A", Arial, sans-serif;
  --bfx-fontfam-secondary: "Rauschen B", Arial, sans-serif;
}

.pt_product-compare .primary-content {
  position: unset;
}
.pt_product-compare .primary-content .compare-style-02 #intro .add-to-cartnew, .pt_product-compare .primary-content .compare-style-02 #outro .add-to-cartnew {
  display: block;
}
.pt_product-compare .primary-content .compare-style-02 #intro .add-to-cartnew .primary, .pt_product-compare .primary-content .compare-style-02 #outro .add-to-cartnew .primary {
  margin-left: 0 !important;
  margin-top: 2.5rem;
  color: var(--color-white);
}
.pt_product-compare .primary-content .compare-style-02 #intro .add-to-cartnew .primary:hover, .pt_product-compare .primary-content .compare-style-02 #outro .add-to-cartnew .primary:hover {
  color: var(--color-black);
}
.pt_product-compare .primary-content .compare-style-02 #intro .add-to-cartnew .primary:focus, .pt_product-compare .primary-content .compare-style-02 #outro .add-to-cartnew .primary:focus {
  color: var(--color-black);
}
.pt_product-compare .primary-content .compare-style-02 #intro .add-to-cartnew .primary:not(:disabled):not(.disabled):active, .pt_product-compare .primary-content .compare-style-02 #outro .add-to-cartnew .primary:not(:disabled):not(.disabled):active {
  color: var(--color-white);
}
.pt_product-compare .primary-content .compare-style-02 #intro .add-to-cartnew .primary:not(:disabled):not(.disabled).active, .pt_product-compare .primary-content .compare-style-02 #outro .add-to-cartnew .primary:not(:disabled):not(.disabled).active {
  color: var(--color-white);
}
.pt_product-compare .primary-content .compare-style-02 #intro .add-to-cartnew .secondary, .pt_product-compare .primary-content .compare-style-02 #outro .add-to-cartnew .secondary {
  color: var(--color-black);
  margin-left: 0;
  margin-top: 2.5rem;
}
.pt_product-compare .primary-content .compare-style-02 #intro .add-to-cartnew .secondary:hover, .pt_product-compare .primary-content .compare-style-02 #outro .add-to-cartnew .secondary:hover {
  color: var(--color-white);
}
.pt_product-compare .primary-content .compare-style-02 #intro .add-to-cartnew .secondary:focus, .pt_product-compare .primary-content .compare-style-02 #outro .add-to-cartnew .secondary:focus {
  color: var(--color-black);
}
.pt_product-compare .primary-content .compare-style-02 #intro .add-to-cartnew .secondary:not(:disabled):not(.disabled):active, .pt_product-compare .primary-content .compare-style-02 #outro .add-to-cartnew .secondary:not(:disabled):not(.disabled):active {
  color: var(--color-white);
}
.pt_product-compare .primary-content .compare-style-02 #intro .add-to-cartnew .secondary:not(:disabled):not(.disabled).active, .pt_product-compare .primary-content .compare-style-02 #outro .add-to-cartnew .secondary:not(:disabled):not(.disabled).active {
  color: var(--color-white);
}

body.bowflex .pt_product-compare .product .product-tile {
  height: auto;
}
body.bowflex .pt_product-compare .product .product-tile .ratings-area {
  margin: 10px 0;
}
@media only screen and (min-width: 769px) {
  body.bowflex .pt_product-compare .product .content-asset {
    display: inline-block;
  }
  body.bowflex .pt_product-compare .product .content-asset .find-a-store {
    width: 100%;
    display: inline-block;
    margin-top: 0;
  }
  body.bowflex .pt_product-compare .product .content-asset .find-a-store .find-store-button {
    display: inline-block;
    margin-top: 0;
  }
  body.bowflex .pt_product-compare .product .content-asset .find-a-store .social {
    display: none;
  }
  body.bowflex .pt_product-compare .product .content-asset .find-a-store + .line {
    display: none;
  }
}
body.bowflex .pt_product-compare .product .content-asset + .learn-more {
  margin: 9px auto 0;
  display: inline-block;
}
/*# sourceMappingURL=bowflex_compare.css.map */
</pre></body></html>