/** Shopify CDN: Minification failed

Line 958:11 Expected ":"
Line 2583:8 Expected identifier but found whitespace
Line 2583:10 Unexpected "{"
Line 2583:20 Expected ":"
Line 2858:15 Expected ":"
Line 2926:10 Expected ":"

**/
/*SPC Design Changes Start here */
:root {
  --color-one: #dbdbdb;
  --color-two: #2f2235;
  --color-three: #3f3244;
  --color-four: #f2f2f2;
  --color-five: #d1d2d3;
  --color-six: #666666;
  --color-seven: #000000;
  --color-eight: #ffffff;
  --color-border: #e6e6e6;
  --color-spc-green: #9cbf2b;
  --color-spc-option-title: #9d9d9d;
  /* media queries*/
  --layout-bp-xs: 576px;
  --layout-bp-s: 768px;
  --layout-bp-m: 992px;
  --layout-bp-l: 1200px;
  --layout-bp-xl: 1600px;
}

/*html, body {
  overflow-x: hidden;
}*/

.gridlock .row {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

@media screen and (max-width: 980px){
.gridlock .row {
    width: 92% !important;
    margin-left: auto !important;
    margin-right: auto !important;
   
}
}

.section-title{
  opacity: 0;
  color: #A9A9A9;
  font-size: 2.5em;
  font-weight: bold;
  margin-top: 90px;
  margin-bottom: 90px;
  animation: fade-in linear forwards;
  animation-timeline: view();
  animation-range-start: 100px;
  animation-range-end: 500px;
}

@media screen and (max-width: 740px){
  .section-title{
    font-size: 2em;
    margin-top: 90px;
    margin-bottom: 45px;
   }
}

/* klaviyo tab */
.kl-teaser-X6JxC8, .kl-teaser-XAKkG9{
  top: 150px !important;
    z-index: 89999 !important;
}

[class*="kl-teaser-"]:hover{
  background-color: rgba(0,0,0,0);
}

.gallery--card_content{
  border: 0;
}

#zakeke-container{
  width: 80% !important;
  margin: auto;
}

#zakeke-product-button{
  /*display:none;*/
}

button#zakeke-product-button{
  width: 100%;
  background-color: var(--color-spc-green);
}

#zakeke-product-button-custom {
    background-color: var(--color-spc-green);
    height: 80px;
    margin-bottom: 0;
    width: 250px !important;
    float: right;
    line-height: normal;
    border-radius: 0;

  }



#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  line-height: 0px;
}

#CookiebotWidget{
  z-index: 89999 !important;
}

ul.header__nav__sub-sub-menu{
  max-height: 610px;
    overflow-y: scroll;
}

@media screen and (max-width: 600px){
#CookiebotWidget:not(.CookiebotWidget-inactive) {
    bottom: 90px !important;
}
    #zakeke-product-button-custom {
    background-color: var(--color-spc-green);
    height: 80px;
    margin-bottom: 0;
    width: 150px !important;
    float: right;
    line-height: normal;
    border-radius: 0;
  }
}

/* SKU */
p.spc-sku {
      font-size: 0.7em;
    margin-bottom: 0;
    margin-top: -10px;
    color: var(--color-spc-option-title);
}
.spc-discount-code{
  margin: 10px;
  padding: 10px;
  border: 1px solid;
}
.spc-discount-code, .show-discount {
    color: var(--color-spc-green);
    font-size: 0.9rem;
}

.header__desktop-logo{
  padding-bottom: 0px !important;
}

.breadcrumbs{
  font-size: 10px;
}
.product-blocks__block--title h1{
  letter-spacing: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  text-align: left;
  text-transform: uppercase;
}


h2.spc-price{
  display:flex;
  font-size: 26px;
  margin-bottom: 0px;
  margin-top: 10px;
  align-items: flex-start;
}

 .product__policies.rte, .share-icons{
   text-align: left;
 }

.product-index .product-title {
  font-size: var(--h3-size);
}

.collection__banner-no-image {
  grid-area: 1 / -1;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.collection__banner-no-image {
  height: 400px;
  background-color:#8a9298;
  position: relative;
  overflow: hidden;
  @media screen and (min-width: 740px) {
    height: 550px;
  }
}

.collection__banner-image{
  height: 300px;
}
.collection__banner-image::before {
   background-color: rgba(0, 0, 0, 0.3); /* Change the color and opacity as needed */
}
@media screen and (max-width: 740px) {
  .collection__banner-image {
    height: 200px;
  }
  .collection__banner-image img {
    height: 200px;
  }
  .collection__banner-image .box-ratio {
    padding-bottom: 200px !important;
  }
}



.product-blocks__block.product-blocks__block--title{
  margin-bottom: 0px !important;
}

/*Mobile Shop Logo */
@media only screen and (max-width: 980px){
  #logo img {
    margin: auto;
    max-width: 80px;
  }
}

@media screen and (max-width: 740px)
.product-blocks__block.product-blocks__block--title, .product__variants-swatches.mt4.mb6.no-js-hidden, .product-blocks__block.product-blocks__block--quantity, .store-availability-information .store-availability-information-container, .product__policies.rte, .share-icons {
    text-align: left !important; 
}

/*Add to cart buttons*/
input.AddtoCart,
.shopify-payment-button__button--unbranded{
  width: 100% !important;  
}

/*Cart Bubble*/
.header__shopping-cart-links-container li span.js-cart-count {
  background: var(--color-spc-green);
  position: relative;
  bottom: 10px;
  left: -7px
}

/*Main Header bottom border*/
.header__wrapper.inline-layout-true.full-width-true .header__main-wrapper{
  border-bottom: 1px solid var(--color-border);
}

.grid-flex {
  width: 98%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: start;
}

.topline {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

@media screen and (max-width: 740px) {
  .topline {
    border-top: none;
  }
}

/*spc-collection-list css Collection Titles on Homepage*/
#spc-plus-plus {
  height: 30px;
  width: 30px;
}

.videoWrapper{
  margin-top: 50px;
}

@media (min-width: 1200px){
  .videoWrapper{
    margin-top: 80px;
  }
}

.collection__style--overlay .collection__title:before{
    background: none !important;
}
.spc-collection-title {
  position: relative;
  top: 30%;
  color: var(--color-eight);
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
}

@media (min-width: 1200px){
  .spc-collection-title {
    font-size: 1.6rem;
  }

  #spc-plus-plus {
  height: 70px;
  width: 70px;
}
}

/*spc-slideshow css*/
.spc__slider__title{
      margin-bottom: 25px;
}
h2.spc__slider__title {
  --h2-size: 1.4rem;
  --font-size: var(--h2-size);
  margin-bottom: 0;
}
p.spc__slider__description {
  text-align: center;
}

.spc__slider__title .logo{
  display: inline;
    position: relative;
    top: 6px;
    height: 30px;
}

.thumb-slider.thumbnail-slider.custom.vertical-carousel{
  flex: 0 0 150px;
}

/* YouTube Video Overlays on SPC Plus Page */
.youtube {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-top: 56.25%;
    width: 100%;
	overflow: hidden;
	cursor: pointer;
}
.youtube img {
    width: 100%;
    overflow: hidden;
	top: 0%;
	left: 0;
	opacity: 0.7;
  
}

.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #9dbf2c;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 50px;
}
@media (min-width: 1024px){
.youtube .play-button{
    width: 200px;
	height: 100px;
}
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.price{
  align-items: center;
}
.product-blocks__block--price{
  text-align:left;
}
.spc-specifications___block {
}

.spc-specifications___block h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  /*font-size: 1.8rem;*/
}
.spc-specifications___block p {
  padding: 0;
  margin: 0;
  font-size: 1rem;
}

.spc-specifications___block ul {
  padding-left: 0;
}

.spc-specifications___block li {
  list-style: none !important;
}
.spc-specifications___block a {
  color: var(--color-spc-green);
}

.spc__product_info_block {
  padding: 4rem 0;
  border-top: none;
}

.spc-product-image {
  display: none;
}

@media screen and (min-width: 990px) {
  .spc__product_info_block {
    margin-top: 6rem;
    padding: 6rem 0;
    border-top: 1px solid var(--color-border);
  }
  .spc-product-image {
    display: block;
  }
  .spc-product-image img {
    width: 100%;
  }
}
.spc__product_key_features {
  border-top: 1px solid var(--color-border);
  padding-top: 58px;
  padding-bottom: 74px;
}

.spc__product_key_features .flex_grid {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}



.spc__product_key_features .feature {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}


.feature img {
  width: 4rem;
  margin: auto;
  flex-shrink: 0;
}

.feature p {
  margin: 0;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 800;
  color: #9d9d9d;
}

@media screen and (max-width: 750px) {
  .spc__product_key_features {
    flex-wrap: wrap;
    border: none;
    padding: 0;
    margin-top: 80px;
  }

  .spc__product_key_features img {
    width: 5rem;
    flex-shrink: 0;
  }

  .spc__product_key_features img.display_mobile {
    display: inline-flex;
  }
  .spc__product_key_features img.display_desktop {
    display: none;
  }

  .guarantee img {
    width: 4rem;
    height: 4rem;
    flex-shrink: 0;
  }

  .guarantee p {
    margin: 0;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #000000;
    font-weight: bolder;
  }

  .feature p {
    font-size: 0.8rem;
  }
}

.button--secondary {
  background-color: var(--color-spc-green) !important;
  color: #ffffff !important;
  font-size: 1.8rem;
  font-weight: 600;
}

.product__title h1 {
  text-transform: uppercase;
}

.spc_description {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.spc_description_row_left {
  display: flex;
  flex-direction: row;
}

.spc_description_row_right {
  display: flex;
  flex-direction: row-reverse;
}

.spc_description_row_left img,
.spc_description_row_right img {
  width: 50%;
}

@media screen and (max-width: 990px) {
  .spc_description_row_left {
    display: flex;
    flex-direction: column;
  }

  .spc_description_row_right {
    display: flex;
    flex-direction: column;
  }

  .spc_description_row_left img,
  .spc_description_row_right img {
    width: 100%;
  }
}

.variant__details {
  display: none;
}

.short_intro p {
  font-size: 1em;
  line-height: normal;
  color: var(--color-seven);
  margin-top: 5px;
  margin-bottom: 25px;
  display: inline-block;
}


/* beginning Compatibilty link block */

.system_compatibility_link a {
  display: inline-block;
  float: right;
  text-align: right;
  color: var(--color-spc-green);
  text-transform: capitalize;
  font-weight: 500;
  text-decoration: underline;
  position: relative;
  top: 124px;
  margin-top: 0px;
}

.system_compatibility {
  padding-top: 10px;
  padding-bottom: 5px;
  display: block;
}
.system_compatibility .icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.system_compatibility .icons img {
  height: 1.2em;
  margin: 5px 10px 5px 0px;
}

.system_compatibility p {
  margin-bottom: 0;
}

.compatibility__link {
  color: #78b82a;
  font-size: 0.6em;
  margin-bottom: 0;
  line-height: normal;
  margin-top: 16px;
  font-weight: 500;
  text-decoration: underline;
  text-align: right;
}

.compatibility__link .icon {
  display: inline-block;
  border: 2px solid #78b82a;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 1em;
}

@media (max-width: 320px) {
  .compatibility__link {
    margin-top: 9px;
  }
  .system_compatibility_link a {
   /* top: 137px;*/
  }
}
/*
@media (max-width: 1024px) {
  .system_compatibility_link a {
    top: 137px;
  }
}*/

/* end Compatibilty link block */

.compatible_block {
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.compatible_block img {
  width: 80px;
  height: 80px;
}

.product_spc_badge {
  flex-direction: row;
  justify-content: space-around;
}

.product_spc_badge img {
  width: 50px;
  height: 50px;
}

.guarantee__details {
  display: none;
}

.guarantee_icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 2rem 0;
  justify-content: space-between;
}

.guarantee_icons .guarantee {
  width: 12rem;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
.guarantee_icons .guarantee img {
  width: 3rem;
  height: 3rem;
  margin: auto;
  flex-shrink: 0;
}
.guarantee_icons .guarantee p {
  margin: 0;
  font-size: 0.65rem;
  text-transform: uppercase;
  color: #000000;
  font-weight: bolder;
  line-height: normal;
}

.accordion_spc {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  width: 100%;
}

.accordion__content {
  order: 1;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  display: none;
}

.accordion__label {
  display: block;
  cursor: pointer;
  flex-grow: 1;
  text-align: center;
  padding: 1% 2%;
  background-color: var(--color-one);
  border-radius: 5px;
  margin-right: 10px;
  text-transform: uppercase;
  align-self: baseline;
}

.accordion__radio {
  display: none;
}

.accordion_spc input[type="radio"] {
  display: none;
}

.accordion_spc input[type="radio"] + label {
  color: var(--color-eight);
  z-index: 1;
}

.accordion_spc input[type="radio"]:checked + label {
  background-color: white;
  font-weight: 600;
  border: 1px solid var(--color-seven);
  border-radius: 5px;
  margin-right: 10px;
  color: var(--color-seven);
}
.accordion_spc input[type="radio"]:checked + label + .accordion__content {
  display: flex;
  margin-right: 0;
}

.accordion__content__text {
  width: 100%;
  margin-top: 3%;
  /*margin-left: 40px;*/
  font-size: 1.1em;
  line-height: 1.4em;
  color: var (--color-seven);
}

@media (max-width: 990px) {
  .accordion_spc {
    border: none;
  }

  .accordion-tab--status {
    display: inline;
    margin: 0;
    padding: 0.7rem 0;
    cursor: pointer;
    font-weight: normal;
    text-transform: uppercase;
  }
  .accordion__content,
  .accordion__label {
    order: initial;
  }

  .accordion__content {
    flex-direction: column;
  }

  .accordion__label {
    background-color: var(--color-eight);
    color: var(--color-seven);
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    justify-content: space-between;
    font-size: 1.3em;
    padding: 15px 0 15px 15px;
    text-align: left;
    align-self: baseline;
  }

  .accordion__label:last-child {
    background-color: white;
  }

  .accordion__content__text {
    font-size: 1.2em;
    /*margin: 4% 5% 4% 5%;*/
    margin: 0;
    padding: 4%;
  }

  .accordion__content__text ul {
    font-size: 0.9em;
    padding-left: 2%;
    margin-left: 20px;
  }

  .accordion_spc input[type="radio"] + label {
    margin-top: 15px;
    color: var(--color-seven);
    border: 1px solid black;
    font-weight: 500;
  }

  .accordion_spc input[type="radio"] + label span:after {
    content: "";
    display: flex;
    height: 14px;
    width: 14px;
    float: right;
    margin-top: 0.1em;
    margin-right: 2rem;
    margin-left: 0.5rem;
    vertical-align: middle;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(45deg);
    transition: transform 0.2s ease-out;
  }

  .accordion_spc input[type="radio"]:checked + label span:after {
    content: "";
    display: inline-block;
    height: 14px;
    width: 14px;
    float: right;
    margin-top: 0.5em;
    margin-right: 2rem;
    margin-left: 0.5rem;
    vertical-align: middle;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(225deg);
    transition: transform 0.2s ease-out;
  }

  .accordion_spc input[type="radio"]:checked + label {
    margin-top: 15px;
    color: var(--color-seven);
    /*border-left:  1px solid black;*/
    font-weight: 500;
    margin-right: 0px;
    border-left: 1px solid;
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
  }

  .accordion_spc input[type="radio"]:checked + label + .accordion_spc {
  }

  .accordion_spc input[type="radio"]:checked + label + .accordion__content {
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 0;
  }
}

/*product__image_text_block*/

.product__image_text_block {
  background-color: #f7f7f7;
  line-height: normal;
  padding-bottom: 7%;
  margin-bottom: 1%;
}

.product__image_text_block h2 {
  text-align: center;
  font-size: 2.9rem;
  padding: 20px;
  padding-top: 7rem;
  font-weight: normal;
  line-height: normal;
}

span.trade,
span.reg {
  font-size: 50%;
  vertical-align: super;
}

.block__heading {
  display: block;
  scale: 1; opacity: 0;
  animation: fade-in linear forwards;
  animation-timeline: view();
  animation-range-start: 250px;
  animation-range-end: 500px;
}

.content-block-section {
  padding-top: 80px;
}

.content__block {
  scale: 1; opacity: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 20px;
  /* margin: 2rem 4rem;*/
  animation: fade-in linear forwards;
  animation-timeline: view();
  animation-range-start: 150px;
  animation-range-end: 500px;
}
    
@keyframes fade-in{
  to {scale 1; opacity: 1;}
}


.content__block:nth-child(odd) {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  /* margin: 2rem 4rem;*/
}

.content__block_img {
  width: 50%;
}

.content__block_img img, .content__block_img video{
  width: 100%;
  padding: 3%;
}

.content__block_text {
  width: 50%;
  padding: 0 5%;
}

.product__image_text_block h3 {
  color: #9d9d9d;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 600;
  line-height: normal;
}

.product__image_text_block p {
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .product__image_text_block {
    background-color: #fff;
  }

  .block__heading {
    display: none;
  }

  .content__block,
  .content__block:nth-child(odd) {
    display: block;
    margin: 0;
  }

  .product__image_text_block h2 {
    text-align: center;
    font-size: 3rem;
    padding: 15px;
  }

  .content__block_img {
    width: 100%;
  }

  .content__block_img img {
    width: 100%;
    padding: 5%;
  }

  .content__block_text {
    width: 100%;
    padding: 5%;
  }

  .product__image_text_block h3 {
    color: #9d9d9d;
    font-size: 2rem;
    text-align: center;
    font-weight: bolder;
  }
}

.image-with-text .grid {
  margin-bottom: 0;
}

.image-with-text .grid__item {
  position: relative;
}

@media screen and (min-width: 750px) {
  .image-with-text__grid--reverse {
    flex-direction: row-reverse;
  }
}

.image-with-text__media {
  min-height: 100%;
  overflow: visible;
}

.image-with-text__media--small {
  height: 19.4rem;
}

.image-with-text__media--large {
  height: 43.5rem;
}

@media screen and (min-width: 750px) {
  .image-with-text__media--small {
    height: 31.4rem;
  }

  .image-with-text__media--large {
    height: 69.5rem;
  }
}

.image-with-text__media--placeholder {
  position: relative;
  overflow: hidden;
}

.image-with-text__media--placeholder:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(var(--color-foreground), 0.04);
}

.image-with-text__media--placeholder.image-with-text__media--adapt {
  height: 20rem;
}

@media screen and (min-width: 750px) {
  .image-with-text__media--placeholder.image-with-text__media--adapt {
    height: 30rem;
  }
}

.image-with-text__media--placeholder > svg {
  position: absolute;
  left: 50%;
  max-width: 80rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  fill: currentColor;
}

.image-with-text__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-self: center;
  padding: 4rem calc(4rem / var(--font-body-scale)) 5rem;
  position: relative;
  z-index: 1;
}

.image-with-text .grid__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.image-with-text:not(.image-with-text--overlap)
  .image-with-text__media-item:after {
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

.image-with-text:not(.image-with-text--overlap)
  .image-with-text__text-item:after {
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}

.image-with-text .image-with-text__media-item > * {
  border-radius: var(--media-radius);
  overflow: hidden;
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

.image-with-text .global-media-settings {
  overflow: hidden !important;
}

.image-with-text .image-with-text__text-item > * {
  border-radius: var(--text-boxes-radius);
  overflow: hidden;
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}

.image-with-text:not(.image-with-text--overlap)
  .image-with-text__media-item
  > *,
.image-with-text:not(.image-with-text--overlap)
  .image-with-text__text-item
  > * {
  box-shadow: none;
}

@media screen and (max-width: 749px) {
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid__item
    .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__media
    img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid__item
    .image-with-text__content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap)
    .image-with-text__content {
    border-top: 0;
  }
}

.image-with-text__content--mobile-right > * {
  align-self: flex-end;
  text-align: right;
}

.image-with-text__content--mobile-center > * {
  align-self: center;
  text-align: center;
}

.image-with-text--overlap .image-with-text__content {
  width: 90%;
  margin: -3rem auto 0;
}

@media screen and (min-width: 750px) {
  .image-with-text__grid--reverse .image-with-text__content {
    margin-left: auto;
  }

  .image-with-text__content--bottom {
    justify-content: flex-end;
    align-self: flex-end;
  }

  .image-with-text__content--top {
    justify-content: flex-start;
    align-self: flex-start;
  }

  .image-with-text__content--desktop-right > * {
    align-self: flex-end;
    text-align: right;
  }

  .image-with-text__content--desktop-left > * {
    align-self: flex-start;
    text-align: left;
  }

  .image-with-text__content--desktop-center > * {
    align-self: center;
    text-align: center;
  }

  .image-with-text--overlap .image-with-text__text-item {
    display: flex;
    padding: 3rem 0;
  }

  .image-with-text--overlap .image-with-text__content {
    height: auto;
    width: calc(100% + 4rem);
    min-width: calc(100% + 4rem);
    margin-top: 0;
    margin-left: -4rem;
  }

  .image-with-text--overlap
    .image-with-text__grid--reverse
    .image-with-text__content {
    margin-left: 0;
    margin-right: -4rem;
  }

  .image-with-text--overlap
    .image-with-text__grid--reverse
    .image-with-text__text-item {
    justify-content: flex-end;
  }

  .image-with-text--overlap .image-with-text__media-item--top {
    align-self: flex-start;
  }

  .image-with-text--overlap .image-with-text__media-item--middle {
    align-self: center;
  }

  .image-with-text--overlap .image-with-text__media-item--bottom {
    align-self: flex-end;
  }

  .image-with-text__media-item--small,
  .image-with-text__media-item--large + .image-with-text__text-item {
    flex-grow: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media
    img,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__content,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__content:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__content,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__content:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media
    img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__content {
    border-left: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__content {
    border-right: 0;
  }
}

.image-with-text:not(.collapse-corners, .image-with-text--overlap)
  .image-with-text__media-item {
  z-index: 2;
}

.image-with-text__content {
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}

@media screen and (min-width: 990px) {
  .image-with-text__content {
    padding: 6rem 7rem 7rem;
  }
}

.image-with-text__content > * + * {
  margin-top: 2rem;
}

.image-with-text__content > .image-with-text__text:empty ~ a {
  margin-top: 2rem;
}

.image-with-text__content > :first-child:is(.image-with-text__heading),
.image-with-text__text--caption + .image-with-text__heading,
.image-with-text__text--caption:first-child {
  margin-top: 0;
}

.image-with-text__content :last-child:is(.image-with-text__heading),
.image-with-text__text--caption {
  margin-bottom: 0;
}

.image-with-text__content .button + .image-with-text__text {
  margin-top: 2rem;
}

.image-with-text__content .image-with-text__text + .button {
  margin-top: 3rem;
}

.image-with-text__heading {
  word-break: break-word;
  margin-bottom: 0;
}

.image-with-text__text p {
  word-break: break-word;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .image-with-text .grid {
    margin-left: 0;
  }
}

/*Home Page Collection Blocks*/

.grid__wrapper_collection_list {
  margin: 0 auto;
  padding-left: 1.04166667%;
  padding-right: 1.04166667%;
  display: grid;
  grid-column-gap: 10px;
  /* grid-row-gap: 22px;*/
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: auto;
}

.grid__wrapper_collection_list.edge {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: unset;
}

@media screen and (max-width: 740px) {
  .grid__wrapper_collection_list {
    margin: 0 auto;
    padding-left: 1.04166667%;
    padding-right: 1.04166667%;
    display: grid;
    grid-row-gap: 0px;
    grid-column-gap: 5px;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: auto;
  }

  .grid__wrapper_collection_list.edge {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-top: -3px;
    max-width: unset;
  }

  .grid__wrapper_collection_list .collection-index:last-child {
    display: none;
  }

  .grid__wrapper_collection_list .collection-image {
    margin-bottom: 0 !important;
  }
}

.spc_product__image img {
  width: 100%;
}

.collection-index .spc_product_info {
  color: #fff;
  display: block;
  position: relative;
  top: -10px;
}

.spc-index-logo {
  width: 100px;
  display: inline-block;
  position: relative;
  top: 25px;
}

.spc-page-heading {
  position: relative;
  top: 8rem;
  left: 20rem;
  width: fit-content;
  height: 0;
}

.spc-collection-heading {
  grid-area: 1 / -1;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  text-align: left;
  z-index: 1;
  padding: 10px 10px 0px 10px;
  margin-left: 10px;
  @media (min-width: 600px) {
     margin-left: 10px;
  }

  @media (min-width: 765px) {
     margin-left: 100px;
  }

  @media (min-width: 1440px){
     margin-left: 130px;
  }

  @media (min-width: 1640px){
     margin-left: 180px;
  }
}

.spc_plus_title h1,
.spc-collection-heading h1,
.spc-page-heading h1 {
  font-size: 2rem !important;
  color: white;
  font-weight: 800;
  text-transform: inherit;
  letter-spacing: inherit;
  @media (min-width: 600px) {
     font-size: 2.5rem !important;
  }

  @media (min-width: 765px) {
    font-size: 4rem !important;
  }

  @media (min-width: 1440px){
     font-size: 4rem !important;
  }

  @media (min-width: 1640px){
    font-size: 4rem !important;
}
}

.promo_header{
  display: inline-flex;
  flex-direction: row;
  align-items: center;
   justify-content: flex-start;
  @media (min-width: 600px) {
      display: inline-flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
  }
  @media (min-width: 1400px) {
    
    justify-content: flex-start;
   }
}

.promo_text {
  width: 70%;
}

.promo_text p{
   color: white;
   font-weight: bold;
   margin-bottom: 0;
}

.promo_icon {
  width: 25%;
  flex-shrink: 1;
   @media (min-width: 600px) {
      width: 20%;
   }
  @media (min-width: 1600px) {
      width: 15%;
   }
}

.spc_plus_title {
  display: flex;
  flex-direction: row;
}

.spc_plus_title h1 {
  color: rgba(255, 255, 255, 0.5);
}

.spc_plus_title #spc-plus-plus{
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 320px) {
  .spc-page-heading {
    left: 3rem;
    top: 2rem;
  }
}

@media screen and (max-width: 376px) {
  .spc-page-heading {
    left: 3rem;
    top: 3rem;
  }
  .spc_plus_title{
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 0px;
  }
  .spc-collection-heading {
     margin-left: 10px;
     padding-left: 5px;
  }
  .spc_plus_title h1,
  .spc-collection-heading h1,
  .spc-page-heading h1 {
    font-size: 2rem !important;
  }
  .spc_plus_title #spc-plus-plus{
    width: 35px;
    height: 35px;
  }
}

@media screen and (min-width: 376px) and (max-width: 560px) {
  .spc-page-heading {
    left: 1rem;
    top: 3rem;
  }
  .spc_plus_title,
  .spc-collection-heading {
    margin-left: 10px;
    padding-left: 10px;
  }
  .spc_plus_title h1,
  .spc-collection-heading h1,
  .spc-page-heading h1 {
    font-size: 2rem !important;
  }
  .spc_plus_title #spc-plus-plus{
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 740px) {
  .spc-page-heading {
    margin-left: 30px;
  }
  
  .spc-collection-heading h1,
  .spc-page-heading h1 {
    font-size: 2.5rem !important;
  }

  

  .spc_plus_title{
    margin-left: 0;
    padding-left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .spc-page-heading {
    left: 6rem;
    top: 8rem;
  }
   
  .spc_plus_title,
  .spc-collection-heading {
    margin-left: 30px;
  }
  .spc_plus_title h1,
  .spc-collection-heading h1,
  .spc-page-heading h1 {
    font-size: 2.5rem !important;
  }

  .spc_plus_title #spc-plus-plus{
    width: 45px;
    height: 45px;
  }
}

@media (min-width: 981px) and (max-width: 1024px) {
  .spc_plus_title,
  .spc-collection-heading {
     margin-left: 50px;
  }
  .spc-page-heading {
    left: 9rem;
    top: 8rem;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .spc-collection-heading {
    left: 14rem;
  }
  .spc-page-heading {
    left: 12rem;
    top: 8rem;
  }
}

.dyo-menu-link {
  display: initial; 
  height: 20px;
  padding: 0;
  margin: 0 !important;
  position: relative;
}

.dyo-colour-bubble {
    position: relative;
    display: inline-block;
    bottom: -8px;
    right: -4px;
    color: #fff;
    font-weight: 600;
    font-size: .8em;
    border-radius: 0;
}

.spcplus-menu-link-2 {
    background: black;
    color: white;
    padding: 4px;
}

.spc-new-menu {
    color: #fff;
  background: #eb5845;
  font-weight: 600;
  border-radius: 0;
  padding: 2px 6px;
}

.spc-new-bubble {
  position: relative;
  bottom: 14px;
    left: -12px;
  color: #fff;
  background: #eb5845;
  font-weight: 600;
  font-size: .5em;
  border-radius: 0;
  padding: 2px 6px;
}

.spc-newletter-bubble{
  position: relative;
  bottom: 14px;
  left: 0px;
  color: #fff;
  background: var(--color-spc-green);
  font-weight: 600;
  font-size: .5em;
  border-radius: 20px;
  padding: 2px 6px;
}

/* collection page styling */
.product-index .product-title{
     clear: left;
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  font-weight: 500;
}

.product-index p.product-vendor, .product-index .price {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.stamped-product-reviews-badge {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.8rem;
}

.product-loop.product-css-grid {
  clear: both;
}
.product-loop.product-css-grid h2 {
  grid-column-start: 1;
  grid-column-end: -1;
  border-bottom: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

span.trade,
span.reg {
  font-size: 50%;
  vertical-align: super;
}

.highlights {
  line-height: 50px;
  padding-left: 70px;
  padding-top: 30px;
}

.highlights ul {
  list-style-position: inside;
  list-style: square;
}
.highlights ul ::marker {
  color: var(--color-spc-green);
  font-size: 1.6rem;
}

@media screen and (max-width: 740px) {
  .highlights {
    line-height: normal;
    padding-left: 0px;
    padding-top: 0px;
  }

    /* collection page styling */
.product-index .product-title{
    margin-bottom: 8px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    height: 57px;
    text-overflow: unset;
    font-weight: 500;
}
}

.product_description{
    margin-bottom: 30px;
}
.product_note {
  margin: 20px 0;
  padding: 15px;
  background-color: #f7f7f7;
}

.product_note .note {
  border: none;
  font-size: 0.8rem;
  margin-top: 0;
  padding: 0;
}

.product_note .note a {
  font-weight: 500;
  text-decoration: underline;
}
.product_note .note a:hover {
  color: var(--color-spc-green);
}

.product__variants-single-option-label,
.rio-product-option-title {
  color: #9d9d9d !important;
  font-size: 14px !important;
  font-weight: 500;
  text-transform: uppercase;
}

.spc_product_title {
  margin-bottom: 0px;
}

.spc_variant_title {
  text-transform: uppercase;
}

/* Begin Compatibilty Popup*/

.spc-compatibility-block {
  margin: 20px;
  border-bottom: 1px #000000 solid;
}

.spc-compatibility-block:last-child {
  border-bottom: none;
}

.spc-compatibility-block .block {
  padding-top: 30px;
  padding-bottom: 30px;
}
.spc-compatibility-block .block-left {
  float: left;
  width: 50%;
  text-align: center;
}

.spc-compatibility-block .block-right {
  float: right;
  width: 50%;
  border-left: 1px solid #000000;
  padding-left: 30px;
  text-align: center;
}
.spc-compatibility-block .main-image {
  text-align: center;
  padding: 40px 0;
}

.spc-compatibility-block h2 {
  font-size: 2.2rem;
  line-height: normal;
}

.spc-compatibility-block .block img.logo {
  height: 42px;
}

.spc-compatibility-block .block-left img.little-logo,
.spc-compatibility-block .block-right img.little-logo {
  height: 22px;
}

.spc-compatibility-block ul {
  padding-left: 20px;
  padding-top: 16px;
  font-weight: 500;
  text-align: left;
}
.spc-compatibility-block li {
  position: relative; /* necessary for positioning the :after */
}

.spc-compatibility-block li.done {
  list-style: none; /* remove normal bullet for done items */
}

.spc-compatibility-block li.done:after {
  content: "";
  background-color: transparent;

  /* position the checkbox */
  position: absolute;
  left: -16px;
  top: 0px;

  /* setting the checkbox */
  /* short arm */
  width: 5px;
  border-bottom: 3px solid var(--color-spc-green);
  /* long arm */
  height: 11px;
  border-right: 3px solid var(--color-spc-green);

  /* rotate the mirrored L to make it a checkbox */
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media screen and (max-width: 740px) {
  .spc-compatibility-block {
    margin: 5px;
  }

  .spc-compatibility-block h2 {
    font-size: 1.8rem;
  }
  .spc-compatibility-block .block-left {
    float: left;
    width: 50%;
  }

  .spc-compatibility-block .block-right {
    float: right;
    width: 50%;
    padding-left: 10px;
  }
  .spc-compatibility-block .block img.logo {
    height: 30px;
  }

  .spc-compatibility-block ul {
    font-weight: 500;
    padding-left:5px;
    font-size: 0.8rem;
    line-height: normal;
  }
  .spc-compatibility-block li.done:after {
    content: "";
    background-color: transparent;

    /* position the checkbox */
    position: absolute;
    left: -16px;
    top: 0px;

    /* setting the checkbox */
    /* short arm */
    width: 3px;
    border-bottom: 3px solid var(--color-spc-green);
    /* long arm */
    height: 8px;
    border-right: 3px solid var(--color-spc-green);

    /* rotate the mirrored L to make it a checkbox */
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}
/* End Compatibilty Popup */

/*Product Page Specifications Tab */
.spc-specifications-tab {
}
.spc-specifications-tab .block {
  padding-bottom: 2rem;
}

.spc-specifications-tab .block h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0px;
}
.spc-specifications-tab .download-files a,
.spc-specifications-tab .dimensions a {
  color: var(--color-spc-green) !important;
  font-weight: 500;
  text-decoration: underline;
}

.download-files i,
.dimensions i {
  padding-right: 10px;
  color: grey !important;
}

/*Product Page FAQ Tab */
.product-faq-tab {
  padding-top: 20px;
  border-bottom: 1px solid var(--color-border);
}

.product-faq-tab:last-child {
  border-bottom: none;
}

.general-faq {
  margin: 30px 0;
}
.general-faq h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0;
}

.general-faq .faq_text {
  padding: 0px;
  font-size: 1.1rem;
}

.general-faq .faq_text p{
  margin: 10px 15px;

}
.general-faq .faq_text ul {
  margin-left: 40px;
  list-style-position: inside;
  list-style: square;
}
.general-faq .faq_text ul ::marker {
  color: var(--color-spc-green);
  font-size: 1.6rem;
}

.general-faq .faq_text a,
variant__description a {
  font-weight: 500;
  text-decoration: underline;
}
.general-faq .faq_text a:hover,
variant__description a:hover {
  color: var(--color-spc-green);
}

/*collection page icon*/
.collection-icons {
  margin:auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

.spc-icon {
      margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*Back In Stock*/

.back-in-stock-trigger {
  color: var(--color-seven);
}

.back-in-stock-trigger_btn {
  width: 100%;
  height: 50px;
  border-radius: 0;
}

.back-in-stock_trigger_btn_sticky_cart {
  background-color: #333;
  height: 80px;
  margin-bottom: 0;
  width: 250px !important;
  float: right;
  line-height: normal;
  border-radius: 0;
}

@media only screen and (max-width: 740px) {
  #sticky-cart #addToCart {
    white-space: normal !important;
    line-height: normal;
    padding: 0 !important;
    font-size: 10px !important;
  }
  .back-in-stock_trigger_btn_sticky_cart {
    width: 166px !important;
    padding: 0;
  }
}

@media only screen and (min-width: 740px) {
  #sticky-cart #addToCart {
    white-space: normal !important;
    line-height: normal;
    padding: 0 !important;
  }
}

.newsletter_link {
  font-weight: 400 !important;
  font-size: 0.9rem !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

.delivery_date {
  font-weight: 500;
  font-size: 0.9rem;
  padding-top: 5px;
  margin-bottom: 15px;
}

.delivery_date_red {
  color: red;
}

.delivery_date_green {
  color: #9cbf2b;
  font-size: 1rem;
}

/* spc custom shipping */

.spc_custom_shipping {
  background-color: #fff;
  width: 80%;
  min-height: 100px;
}

.spc_custom_shipping img {
  width: 50%;
}

.spc_custom_shipping table td {
  vertical-align: top;
  text-align: center;
  width: 25%;
  border-right: 1px solid #eee;
  padding: 2px;
}

.spc_custom_shipping table td:last-child {
  border-right: none;
}

/*Distibution page*/

.sp-distribution {
  width: 850px;
  margin: auto;
  font-size: 0.9rem;
}

.sp-distribution p {
  font-size: 0.9rem;
}

.sp-distribution h2 {
  text-align: left !important;
}

.sp-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}

.anchor {
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}

.sp-distribution-links {
  margin-bottom: 40px;
}

.sp-distribution-links img {
  padding: 5px;
}

.sp-distribution-links .tooltip {
  position: relative;
  display: inline-block;
}

.sp-distribution-links .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.sp-distribution-links .tooltip:hover .tooltiptext {
  visibility: visible;
}

.sp-responsive-table img {
  width: 50px;
  text-align: center;
}

.sp-responsive-table li {
  border-radius: 3px;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  margin-left: 0 !important;
}
.sp-responsive-table .table-header {
  background-color: #eee;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.sp-responsive-table .table-row {
  background-color: #ffffff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  align-items: center;
}
.sp-responsive-table .col-1 {
  flex-basis: 20%;
  align-items: center;
}

.sp-responsive-table .col-2 {
  flex-basis: 20%;
}
.sp-responsive-table .col-3 {
  flex-basis: 30%;
  text-align: left;
}
.sp-responsive-table .col-4 {
  flex-basis: 15%;
}
.sp-responsive-table .col-5 {
  flex-basis: 15%;
}

.sp-responsive-table i {
  font-size: 26px;
}

.sp-responsive-table i:hover {
  color: black;
}

@media all and (max-width: 767px) {
  .sp-responsive-table .table-header {
    display: none;
  }

  .sp-responsive-table .table-row {
  }

  .sp-responsive-table img {
    width: 25px;
    height: 25px;
  }

  .sp-responsive-table i {
    font-size: 20px;
  }

  .sp-responsive-table li {
    display: block;
    text-align: left;
  }

  .sp-responsive-table .col {
    flex-basis: 100%;
  }

  .sp-responsive-table .col {
    display: flex;
    flex: 0 0 50%;
    padding: 10px 0;
    &:before {
      color: #6c7a89;
      padding-right: 0px;
      content: attr(data-label) ":";
      flex: 0 0 50%;
      text-align: left;
    }
  }

  .sp-responsive-table .col-1 p {
    margin-bottom: 0 !important;
    margin-left: 10px;
  }

  .sp-responsive-table .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5 {
    align-items: center;
    overflow-wrap: break-word;
  }
}

@media all and (max-width: 767px) {
  .sp-distribution {
    width: 100%;
    margin: auto;
  }
  .sp-distribution-links img {
    display: none;
  }

  .sp-distribution-links a:after {
    color: #6c7a89;
    padding-right: 10px;
    content: attr(data-label) "  | ";
    flex-basis: 50%;
    text-align: right;
  }
}

.brand_logos {
  width: auto;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.brand_logos img {
  width: 25%;
  order: 5;
  flex: auto;
  flex-shrink: 1;
  flex-grow: 0;
}

@media all and (max-width: 740px) {
  .brand_logos img {
    width: 115px;
  }
}

.brand_partners {
  padding-top: 20px;
  width: 80%;
  margin: auto;
}

.brand_partners h2 {
  text-align: left;
}

.brand_partners h3 {
  text-align: left;
  border-bottom: 1px #eee solid;
}

.brand_partners ul {
  text-align: left;
  display: flex;
  flex-direction: row;
  margin-left: 30px;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 40px !important;
}

.brand_partners ul li {
  list-style: none !important;
  width: 215px;
}
.btn-manage__save {
  color: #fff !important;
}

/*
.menu-new, .menu-coming{
 	color: #9cbf2b;
    font-size: 1rem;
    font-weight: 500;
    margin-right: 2px;
}*/

.menu-new{
  position: relative;
  bottom: 3px;
  left: -10px;
  color: #fff;
  background: #eb5845;
  font-weight: 600;
  font-size: .5em;
  border-radius: 0;
  padding: 2px 6px;
}

/*
.menu-coming {
  background-color: #9cbf2b;
  color: white;
  font-size: 0.6rem;
  position: relative;
  top: -2px;
  left: 4px;
  padding: 5px;
  padding-right: 8px;
  font-weight: 500;
}*/

.comparison, .comparison td {
  border: 1px solid #333;
}

.comparison thead td{
  text-transform: uppercase;
  font-weight: bold;
   vertical-align: top;
}

.comparison thead td img{
  margin:auto;
}

.comparison td{
  text-align: center;
  font-size: 0.9rem;
}

.comparison span.new{
  background-color: orange;
  color: white;
  text-transform: uppercase;
  padding: 2px 5px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 0.7rem;
}

.comparison .fa-check{
  color: green;
}
tbody.motorcycle {
  background-color: #aeaeae;
}

tbody.bicycle {
  background-color: #eaeaea;
}

tbody.car {
  background-color: #efefef;
}

tbody.everyday {
  background-color: #afafaf;
}

/*Returns Page*/
.custom-returns, .spc_pages {
  width: 80%;
  margin: auto;
}
.custom-returns .block, .spc_pages .block {
  display: flex;
  align-items: center;
}

.custom-returns h2, .spc_pages h2{
  border-bottom: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 12px;
  margin-bottom: 20px;
} 
.custom-returns p, .spc_pages p{
  padding: 20px 50px; 
   text-align:justify;

}

.custom-returns .fineprint, .spc_pages .fineprint{
  font-size: 0.8em;
  color: #aeaeae;
}

.custom-returns p.returnstatement, .spc_pages p.returnstatement {
  font-size: 1.3em;
  text-align: center;
  color: #aaa;
  font-style: italic;
}

.custom-returns ul, .spc_pages ul {
  list-style: square;
  font-size: 1em;
  margin-left: 50px;
}

.custom-returns  .form_description_div ul{
  padding-left: 25px; 
}

.custom-returns  a{
  color: {{ settings.button_hover }};
}

.custom-returns  a:hover{
  color: #333333; 
}

.custom-returns  button.returnbtn{
  margin: auto;
  height: 60px;
  display: flex;
  align-items: center;
  line-height: 150%;
}
.custom-returns  button.returnbtn img{
      padding: 0px 5px; 
 }

/*SHIPPING PAGE*/
.shipping{
margin-bottom: 50px;
}
.shipping table {
 width: 100%;
border: 1px solid #eaeaea;
}

.shipping th {
 background-color: #aeaeae;
 font-weight: 600;
 padding: 5px; 
border: 1px solid white;
}

.shipping tr.heading td{
 background-color: #eaeaea;
 font-weight: 600;
 padding: 5px; 
border: 1px solid white;
}

.shipping td {
 width: 30%;
border: 1px solid #eaeaea;
padding: 5px;
}

.shipping td:first-child + td, .shipping td:first-child + td + td {
text-align: center;
}

.shipping img{
width: 80px;
margin: auto;
padding: 10px;
filter: grayscale(1);
}

.shipping ul{
margin: 25px 5px;
}

.shipping-logos img{
width: 150px;
margin: 25px auto; 
}

@media screen and (min-width: 740px) {
.shipping table {
 width: 80%;
margin: auto;
}

.shipping img{
width: 80px;
margin: auto;
padding: 10px;
}

.shipping ul{
margin-left: 20px;
}

.shipping-logos{
display: flex;
    justify-content: center;
  align-items:center;
}

.shipping-logos img{
flex-direction: row;
width: 150px;
margin: 15px; 
}
}



@media all and (max-width: 740px) {
  .custom-returns{
    width: 100%;
  }
  .custom-returns p, .spc_pages p {
    padding: 20px 0px; 
    text-align: left;
  } 
  .custom-returns .block{
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }
  .custom-returns ul {
    
    margin-left: 10px;
  }
}

/*Footer CSS Changes*/

p.copyright {
  font-size: 0.5rem;
}

.payment-methods {
    filter: grayscale(1);
}

.xtreme_section-title {
  color: #A9A9A9;
  font-size: 2.5em;
  font-weight: bold;
  background: -webkit-linear-gradient(0deg, #eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (prefers-reduced-motion: no-preference){
    .xtreme_features, .phonecase_features{
      width: fit-content;
      margin: auto;
      position: relative;
      border: 1px solid #707070;
      border-radius: 20px;
      padding: 5% 15%;
      opacity: 0;
      animation: fade-in linear forwards;
      animation-timeline: view();
      animation-range-start: 100px;
      animation-range-end: 500px;
    }
    .xtreme_features::before {    
      content: "";
      background-image: url("../png/xtreme-background35c5.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.5;
  }
  
}

.magalign_features{
      width: fit-content;
      margin: auto;
      position: relative;
      border: 1px solid #8a9298;
      background-color: #8a9298;
      border-radius: 20px;
      padding: 5% 15%;
      opacity: 1;
      /*animation: fade-in linear forwards;
      animation-timeline: view();
      animation-range-start: 100px;
      animation-range-end: 500px;*/
  }

.xtreme_features ul, .phonecase_features ul{
  text-align: left;
  list-style-position: outside;
    line-height:260%
}

.magalign_features ul {
  color: white;
  font-size: 1.1rem;
  font-weight: 800;
  text-align: left;
  list-style-position: outside;
  line-height:200%;
  @media screen and (min-width: 740px) {
    font-size: 1.5rem;
  }
  
}

@media screen and (max-width: 740px) {
  .xtreme_features {
     padding: 50px 20px 35px 30px;
  }
  .xtreme_features ul{
    line-height:240%
}
}

.xtreme_conditions {
   width: 60%;
   display: grid;
   grid-template-columns: 50% 50%;
   grid-template-rows: auto;
   margin: auto;
   justify-content: space-around;
   column-gap: 15px;
   row-gap: 15px;
}
.xtreme_conditions img {
  width: 100%;
}
.xtreme_conditions img:nth-child(n+5){
  display: none;
}

.xtreme_conditions_text p{
   width: 80%;
   margin: 40px auto;
}


/* Medium screens */
@media all and (max-width: 800px) {
  .xtreme_conditions {
     width: 80%;
    /* When on medium sized screens, we center it by evenly distributing empty space around items */
     grid-template-columns: 33% 33% 33%;
     grid-template-rows: auto;
      column-gap: 10px;
      row-gap: 10px;
  }
  .xtreme_conditions img:nth-child(n+7){
    display: block;
  }
}

/* Small screens */
@media all and (max-width: 500px) {
  .xtreme_conditions {
     width: 100%;
    /* On small screens, we are no longer using row direction but column */
    grid-template-columns: 50% 50%;
     grid-template-rows: auto;
       column-gap: 5px;
   row-gap: 5px;
  }
  .xtreme_conditions img:nth-child(n+2){
    display: block;
  }
  
}

@media (prefers-reduced-motion: no-preference){
    .xtreme_conditions img{
      opacity: 0;
      vertical-align: bottom;
      animation: fade-in linear forwards;
      animation-timeline: view();
      animation-range-start: 100px;
      animation-range-end: 500px;
    }

    
    @keyframes fade-in{
      to {scale 1; opacity: 1;}
    }
}

/* Universal Collection Page */
.spc-universal-block{
      opacity: 0;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      animation: fade-in linear forwards;
      animation-timeline: view();
      animation-range-start: 100px;
      animation-range-end: 500px;
    }

.spc-universal-description {
  margin-top: 50px;
  margin-bottom: 90px;
  margin-left: 10px;
  margin-right: 10px;
}

.spc-universal-product-listing {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.spc-product-img {
  padding: 3%;
  width: 35%;
}

.spc-product-img img{
  padding: 10%;
}

.spc-product-highlights{
  text-align: left;
  padding-left: 20px;
}

.spc-product-highlights h2{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.8em;
    margin-bottom: 10%;
}

.spc-product-highlights ul li{
  line-height: 2.5;
}

.spc-product-gallery{
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 10px;
  overflow:hidden;
}

.spc-product-gallery img{
 width: 80%;
 margin: 5px; 
  paddingL
}

.spc-product-btn{
  margin-top: 100px;
  margin-bottom: 100px;
  align-self: center;
}

.spc-product-btn a {
    border-radius: 50px;
    background-color: #c9c9c9;
    color: #ffffff;
    padding: 15px 30px;
    font-weight: bold;
}

.spc-product-btn a:hover {
    background-color: #000;
}

.spc-universal-block-border {
  height: 2px;
  margin: 15px;
  background-color: #c9c9c9;
}

@media screen and (max-width: 1024px) {
    .spc-product-btn{
      margin-bottom: 80px;
    }
}

@media screen and (max-width: 740px) {
  .spc-universal-block{
    margin:0;
  }
  
  .spc-universal-product-listing{
    display: block;
    padding: 10px;
  }

  .spc-product-img{
    width: 80%;
    margin: 30px auto;
    
  }

  .spc-product-highlights{
    text-align: center;
    margin: 0;
      padding-left: 0;
  }

  .spc-product-highlights ul{
    list-style: disc outside;
    text-align: left;
    padding-left: 10%;
  }
}


/* Popup for Phone Difference*/

.spc-difference-popup{
  margin: auto;
}
.spc-difference-popup h2.section-title{
  width: 80%;
  color: #A9A9A9;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: bold;
  margin: auto auto 46px auto;
  letter-spacing: -2px;
}
.spc-difference-popup-blocks{
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.spc-difference-popup .popup-block{
  width: 50%;
  text-align: center;
  margin: 2%;
}

.pop-up-key-features-intro{
  display: inline-grid;
  grid-template-rows:  min-content 1fr 1fr;
  border-bottom: 2px solid #C9C9C9;
  justify-items: stretch;
  padding-bottom: 15px;
}

.pop-up-key-features-intro img{
  margin: 0 auto 20px auto;
}
.pop-up-key-features-intro h3{
  height:80px;
  font-size: 1.8em;
  text-transform: uppercase;
}

.key-feature{
  display: inline-grid;
  height: 100px;
  margin: 15px auto;
}
.key-feature img {
  width: 4rem;
  margin: auto;
  flex-shrink: 0;
}
.key-feature p {
  margin: 0;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 800;
  color: #9d9d9d;
}

hr.no-feature{
  width: 40px;
  border: 2px solid #85898B;
  margin: auto;
}

@media screen and (max-width: 768px) {
.spc-difference-popup h2.section-title{
  width: 100%;
    letter-spacing: -2px;
    margin-bottom: 36px;
}
  .pop-up-key-features-intro h3{
  font-size: 1.5em;
 
}
}
  
@media all and (max-width: 500px) {
.spc-difference-popup h2.section-title{
  width: 100%;
    letter-spacing: -2px;
    margin-bottom: 20px;
}
.pop-up-key-features-intro h3{
  font-size: 1.3em;
  height: 70px;
}
  
 .pop-up-key-features-intro p{
  font-size: 0.8em;
 
}
.key-feature img {
  width: 3rem;
  margin: auto;
  flex-shrink: 0;
}
  .key-feature p {
  margin: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 800;
  color: #9d9d9d;
}
}

.spc_section_heading{
font-size: 2.5em;
font-weight: bold;
margin: 0 auto;
color: #A9A9A9;
text-align: center;
margin-bottom: 20px;
}

.spc_section_sub_heading{
font-size: 1em;
font-weight: normal;
margin: 0 auto;
color: #A9A9A9;
text-align: center;
margin-bottom: 70px;
}

@media screen and (max-width: 740px) {
  .spc_section_heading{
    font-size: 2em;
    margin-bottom: 10px;
  }
  .spc_section_sub_heading{
    font-size: 0.9em;
    margin-bottom: 40px;
  }
}

/* SPC Blog CSS */

#blog-signup{
    width: 100%;
    color: #fff;
}
  
#blog-signup .input-container {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    @media (min-width: 600px) {
        align-items: center;
        max-width: 500px;
    }
}

#blog-signup button {
    border-radius: 5px;
    margin-left: 10px;
    max-width: 50%;
    margin-top: 0px;
    @media (min-width: 600px) {
         
    }
}

#blog-signup .email-input input[type=email] {
    flex: 1;
    padding: 10px;
    font-size: 16px;
    max-width: 200px;
    height: 30px;
    @media (min-width: 600px) {
      flex: 1;
      padding: 10px;
      font-size: 16px;
      max-width: 370px;
    }
}

#blog-signup .note-error, #blog-signup .note-success {
    border-radius: 5px;
    margin-top: 5px;
    @media (min-width: 600px) {
      max-width: 500px;
    }
}

.spc__main_section{
  margin-top: 20px;
  @media (min-width: 768px) {
     margin-top: 70px;
  }
}

.blog-template #recent-posts .recent-caption h4{
  height: 50px;
}

/*Blog Categories side bar*/

.blog-sidebar{
  border: solid 1px #eaeaea;
  display: block;
  @media (max-width: 768px) {
   display: flex;
    gap: 10px;
    
  }
   @media (min-width: 768px) and (max-width: 1024px) {
    display: block; /* tablet */
  }
}

.blog-sidebar h3 {
  font-size: 1em;
  font-weight: medium;
  color: grey;
  margin-bottom: 0px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  
  @media (min-width: 768px) {
    margin-left: 15px;
    font-weight: bold;
    font-size: 1em;
    justify-content: flex-start;
    padding-top: 30px;
    align-items: flex-start;
  }
}

.blog-sidebar ul li, .title-list li {
  font-weight: unset;
  font-size: 0.6em;
  color: #eaeaea;
  @media (min-width: 768px) {
      border-top: 1px solid #eaeaea;
  }
}

.blog-sidebar ul {
  list-style-type: none;
}

.filter-list h4, .title-list h4 {
  display: block;
  font-size: 1.1em;
  text-align: center;
  line-height: 1.5em;
  @media (min-width: 768px) {
      margin-left: 25px;
      font-size: 1.1em;
      margin-top: 15px;
      text-align: left;
  }
}

.filter-list li h4 a {
  display: inline-block;
}

.blog-template #blog-sidebar ul {
  margin-bottom: 0;
}

.blog-template #blog-sidebar ul li.selected {
  font-weight: bolder !important;
}

.filter-list, .title-list {
  margin-bottom: 0;
  @media (max-width: 768px) {
    display: flex;
    align-items: center;
    overflow-x: auto;
  }
  @media (min-width: 768px) and (max-width: 1024px) {
    display: block; /* tablets */
  }
}

.filter-list h4 a:link, 
.filter-list h4 a:visited, 
.filter-list h4 a:hover, 
.filter-list h4 a:active {
  color: grey;
}

/*blog side bar tablt specific styling*/
@media (min-width: 768px) and (max-width: 1024px) {
  /* Add the same styles as those used for desktop */
  .blog-sidebar {
    padding-top: 0 !important;
    margin-left: 15px;
    font-weight: bold;
    font-size: 1em;
    justify-content: flex-start;
    padding-top: 30px;
    align-items: flex-start;
  }

  .blog-sidebar h3 {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .blog-sidebar ul li{
    display: block;
    margin: 0;
  }
  .filter-list h4 {
    margin: 0 !important;
    line-height: 1.1em; 
    display: block;
    border-top: 1px solid #eaeaea !important;
    width: 100% !important;
  }

  .filter-list h4 a {
    display: block;
    margin-left: 0;
    padding: 25px 10px 0 10px;
    font-size: 1.1em;
    margin-top: 0;
    text-align: left;
    width: 100%;
    border-top: 1px solid #eaeaea;
    width: 100%;
  }
  .filter-list li h4 a {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  
}

/*Blog Top Posts side bar*/

.top-posts {
  margin-top: 50px;
  
  
}


.top-posts h3 {
  font-size: 1em;
  font-weight: bold;
  color: grey;
  @media (min-width: 768px) {
    margin-left: 25px;
  }
}


.title-list {
  border: solid 1px #eaeaea;
  display: block;
  
}

.title-list h4 {
  margin-left: 0;
}

.title-list li:first-child  {
  border-top: none;
}

.title-list h4 a:link,
.title-list h4 a:visited,
.title-list h4 a:hover,
.title-list h4 a:active {
  
  color: grey !important;
}

.blog-article-row {
  display: flex;
  align-items: center;
  
  
}
.blog-article-numbers {
  color: grey !important;
  font-size: 2em;
  font-weight: 500;
  padding: 10px;
}


/**********/
.spc-main__section{
  margin-top: 20px;
  @media (min-width: 768px) {
      margin-top: 70px;
  }
}

.blog-article-header{
    display: flex;
    flex-direction: column;
    @media (min-width: 768px){
      flex-direction: row;
    }
}



.blog-article-image {
  width: 100%;  
  @media (min-width: 768px){
     
 }
  
}

.spc-article-hero-pic-2 {
  width: 100%;  
  margin: 20px 0;
  @media (min-width: 768px){
     margin: 0;
    width: 100%;  

  }
}

.spc-article-hero-pic-2 img, .spc-article-hero-pic-2 video{
  width: 100%;
    @media (min-width: 768px){
  width: 100%;
  margin-top: 0px !important;
  margin-bottom: 20px !important;

}
}
.blog-title {
  
  @media (min-width: 768px){
      width: 50%;
    }
  
}

.blog-article-title{
  text-align: center;
  font-size: 2.5em; 
  color: #85898B;
  @media (min-width: 768px){
      text-align: unset;
      font-size: 3em; 
  }
}

.blog-article-excerpt p{
  color: #85898B;
  padding-bottom: 20px;
  font-size: 0.9em;
  @media (min-width: 768px){
    font-size: 0.8em;
  }
}

.blog-section-title{
  color: #A9A9A9;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 90px;
  animation: fade-in linear forwards;
  animation-timeline: view();
  animation-range-start: 100px;
  animation-range-end: 500px;
}

.article__content{
  margin-left: 0;
  margin-right: 0;
  @media (min-width: 768px) {
    margin-left: 50px;
    margin-right: 50px;
  }
}

.article .rte p, .article .rte ul{
   font-size: 0.9em;
   @media (min-width: 768px) {
      font-size: 0.8em;
   }
}
.related-products-wrapper {
}

.related-products-dummy {
    padding: 10 px;
    clear: both;
}

.related-product-list {
    margin-top: 15px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.related-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 3px;
    max-width: 400px;
}

.related-product-image {
    height: 200px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.related-product-image img {
    max-width: 100%;
    max-height: 100%;
}

.related-product-price {
    color: $color-body-text;
}

.payment-icons-product-description {
  display: flex;
  justify-content: flex-start;
  margin-top: 15px;
  
}

.spc_help_phone_case {
  width: 100%;
  border: 1px solid #aeaeae;
  border-collapse: collapse;
}

.css-1azy26i tr:hover {
  background-color: #D6EEEE;
}