/** Shopify CDN: Minification failed

Line 12:0 Comments in CSS use "/* ... */" instead of "//"
Line 536:0 Unexpected "}"

**/
/* Home Page Bg and Parallax Update */
body.template-index {
  background: #edf1f3 !important;
}

// new footer
.footer-container hr {
  display: block;
  margin: 20px auto 0px auto; /* Adjust the vertical margin as needed */
  width: 58%; /* Set the width of the hr */
  height: 1px; /* Set the height of the hr */
  background-color: black; /* Adjust the color as needed */
  border: none; /* Remove the default border */
}
.alt-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 40;
  padding: 20px;
  gap: 15px;
}

/* Responsive styles */
@media (max-width: 700px) {
  .footer-container hr {
    width: 50%; /* Increase the width of the hr on smaller screens */
  }
  .alt-footer {
    gap: 10px; /* Reduce the space between the links on smaller screens */
    flex-direction: column;
  }
  .alt-footer a {
    font-size: 14px; /* Adjust the font size for smaller screens */
  }
}

.template-index .press-slider__wrapper {
  background: transparent !important;
}

/* Message CallOut Sections */
.custom_accordion .accordion__btn {
  width: auto;
  margin: 0 auto;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
}
.custom_accordion .accordion__btn:after,
.custom_accordion .accordion__btn:before {
  right: auto;
  left: 15px;
}
.custom_accordion .accordion__btn[aria-expanded="true"]:before {
  -webkit-transform: rotate(227deg);
  transform: rotate(227deg);
}
.custom_accordion .accordion__btn[aria-expanded="true"]:after {
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
  opacity: 1;
}
.custom_accordion .accordion__btn[aria-expanded="false"] .close_acc {
  display: none;
}
.custom_accordion .accordion__btn[aria-expanded="true"] .close_acc {
  display: block;
}

.custom_accordion .accordion__btn[aria-expanded="true"] .readmore_acc {
  display: none;
}
.custom_accordion .accordion__btn[aria-expanded="false"] .readmore_acc {
  display: block;
}

.feature-full .border-decorator,
.msg_callout_main .border-decorator {
  display: block;
}

.section-double-reviews .tab-pane {
  padding: 3rem;
}

.our_safety_evolution_main .sse__article .content {
  margin-bottom: 30px;
}

.quality_leaders_main .display-4 {
  font-size: calc(1.375rem + 1.5vw);
}

.engineer_safety_main .title-regular_main {
  font-size: 3.8125rem;
  font-weight: 900 !important;
  text-transform: none;
  font-family: Source Sans Pro, sans-serif;
}

.template-index .personality__section {
  /* background-color: #f3f6f7; */
  background-color: #edf1f3;
}
.parallax_bg_white .parallax__image path {
  fill: white;
}
.personality__section .parallax {
  z-index: 0;
}

/* Safety parallax Issue   */
.template-page .SpringfreeFeatureExpanded_main .parallax {
  z-index: -2;
}
.express-checkout-wrap .shopify-cleanslate ul li {
  margin: 0 0 10px !important;
  margin-right: 0 !important;
}
@media screen and (min-width: 1129px) {
  .express-checkout-wrap .shopify-cleanslate ul li {
    flex-basis: 125px !important;
  }
}
.cart__item .selector-wrapper select {
  padding: 4px 10px;
}
.cart-info-box .cart__number:last-child {
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .quality_leaders_main .display-4 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1129px) {
  .our_safety_evolution_main .sse__article .content {
    margin-bottom: 45px;
  }
}

/* SpringfreeTwoColumn  Section  */
@media screen and (min-width: 992px) {
  .align_right .sse__figure.position-relative {
    order: 1;
  }
  .align_right .sse__article {
    padding-left: 0px;
    padding-right: 60px;
  }
  section.cta.plp_cta_main {
    padding-bottom: 60px;
    margin-bottom: 1.5rem;
  }
}

.body-parallax .shopify-section {
  position: static;
}

.collection_content_main {
  margin-top: 4rem;
}
.pro_url_link {
  color: var(--bs-heading-color, inherit);
  text-decoration: none !important;
}
.template-collection .plp-banner {
  margin-bottom: 0px;
}

.template-collection.body-parallax {
  background-color: #f3f6f7;
}

.template-collection
  .parallax-trampoline__image.large.right
  svg
  path:nth-of-type(1) {
  fill: #fff;
}

.template-collection
  .parallax-trampoline__image.large.right
  svg
  path:nth-of-type(2) {
  fill: #f3f6f7;
}

.section-safety-built {
  overflow: hidden;
}

.accordion_more {
  position: inherit;
}

.accordion_more .border-decorator.top {
  height: 48px;
  top: -48px;
}
.custom_accordion_expanded {
  position: relative;
  margin-top: -8px;
}

.custom_accordion_expanded p {
  font-size: 1rem;
  line-height: 1.5;
}
.custom_accordion .border-decorator,
.accordion_more .border-decorator {
  display: block;
}

/* .parallax_specification  svg path:nth-of-type(1) {
  fill: #fff;
}
 
.parallax_specification svg path:nth-of-type(2) {
  fill: #fff;
} */

.parallax.parallax_specification {
  top: 25%;
  z-index: 9;
}

.template-product .instagram__glide {
  z-index: 10;
}

.template-product .section-specifications .tab-img {
  z-index: 99;
}

.template-product .instagram,
.template-product .compare-block {
  background: #f3f6f7;
}
.template-product section.section-specifications {
  border-bottom: none;
}

.template-product .section-product-tabs .parallax__image {
  transform: rotate(180deg);
  top: 13%;
}
.template-product .instagram {
  position: relative;
}

.template-product .section-specifications .tab-text {
  z-index: 1;
}
.template-product .instagram .parallax {
  z-index: 9;
}

/* .acc_title h4:first-child { 
  display: none;
} */

/* SpringfreeFeatureExpanded Section  */
.SpringfreeFeatureExpanded_main .sfc_image_left .image-bg {
  transform: scaleX(-1);
}

/* Stamp Row  */
.stamp_icon_row .col-md-4:first-child,
.stamp_icon_row .col-md-4:nth-child(2) {
  border-right: 1px solid #e4e9ed;
}
.quality-stamp-description p {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #5a6874;
  letter-spacing: 0.4px;
  font-weight: 500 !important;
}

.page_banner_desc p {
  font-size: 1.9375rem;
  line-height: 34px;
  letter-spacing: 0px;
}

.our-story-banner .sub-title-regular p {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.our-story-banner {
  min-height: calc(70vh - 60px) !important;
}

/* Blog page issue */

.site-hero.article-hero .site-hero__image img {
  height: calc(70vh - 60px);
}
.blog_exerpt_block p {
  font-size: 0.75rem;
  text-transform: none;
  color: #5a6874;
  letter-spacing: 0.4px;
  font-weight: 500 !important;
  font-family: Montserrat, sans-serif;
}

.template-product section.section-product-tabs .ptbs__intro__text p {
  font-weight: 500;
}
.template-product section.section-product-tabs .ptbs__intro__text p strong {
  font-weight: 700;
}
.stamp_row_product {
  background-color: #f3f6f7;
}

/*  Filter Mobile issue collection page  */
@media screen and (max-width: 992px) {
  .template-collection .filter__select {
    width: 150px;
  }
  .template-product .parallax.parallax_specification {
    z-index: 0;
  }

  .template-product .instagram .parallax {
    overflow: hidden;
  }
  .template-product .instagram .heading {
    z-index: 10;
    position: relative;
  }
  .page_banner_desc p {
    font-size: calc(1.25625rem + 0.075vw);
  }

  section.cta.plp_cta_main {
    padding-bottom: 40px;
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .our-story-banner .image-bg {
    background-position-y: 40% !important;
  }
  .quality_leaders_main .d-lg-none,
  .engineer_safety_main .d-lg-none {
    display: none !important;
  }
  .quality_leaders_main .d-lg-block,
  .engineer_safety_main .d-lg-block {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .our-story-banner .image-bg {
    background-position-y: 20% !important;
  }

  .our-story-banner .module-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
  }
  .quality_leaders_main .d-lg-none,
  .engineer_safety_main .d-lg-none {
    display: block !important;
  }
  .quality_leaders_main .d-lg-block,
  .engineer_safety_main .d-lg-block {
    display: none !important;
  }
}

@media screen and (min-width: 750px) {
  .MessageCalloutExpanded_main .image-bg.d-lg-block {
    display: block !important;
  }
  .MessageCalloutExpanded_main .image-bg.d-lg-none {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .MessageCalloutExpanded_main .image-bg.d-lg-block {
    display: none !important;
  }
  .MessageCalloutExpanded_main .image-bg.d-lg-none {
    display: block !important;
  }
}

.promo__title {
  width: calc(100% - 25px);
}

/*Blog Search field*/
.shopify-app-block
  > [class^="ttMainContainer-bloggo_easy_blog_search_bloggo_search_"] {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
.shopify-app-block .tt-search-bar {
  margin-top: 50px;
  margin-bottom: 15px;
}
.tt-search-bar .search-container {
  margin-right: 0;
  max-width: 240px;
}
.tt-search-bar .search-container .search-box {
  border: 1px solid #dddddd;
  padding-right: 35px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
.tt-search-bar .search-container .search-button {
  color: #fff;
  background: none;
  border-color: #0088ce;
  box-shadow: none;
  position: absolute;
  top: 0;
  right: 0;
  min-width: auto;
  background-image: url("icons-search.svg");
  background-position: center center;
  background-size: 30px;
  background-repeat: no-repeat;
  text-indent: -999px;
  padding: 20px;
}
.tt-search-bar .search-results {
  background: #fff;
  border: 1px solid #dddddd;
  left: auto;
  right: 0;
}
.tt-search-bar .search-result-iitem .search-blog-img {
  max-width: 45px;
}
.template-blog .tile .bg-wrapper {
  z-index: initial;
}

@media screen and (max-width: 600px) {
  .template-blog .section-header h1 {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .shopify-app-block
    > [class^="ttMainContainer-bloggo_easy_blog_search_bloggo_search_"] {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media screen and (max-width: 768px) {
  .blog-filter .btn {
    padding: 16px 38px !important;
    margin-left: auto;
  }
  .shopify-app-block .tt-search-bar {
    padding: 0;
    margin-bottom: 15px;
  }
  .shopify-app-block .tt-search-bar .search-container .search-box {
    border: 1px solid #dddddd !important;
  }
  .tt-search-bar .search-results {
    width: calc(100% + 60px);
  }
}
@media screen and (max-width: 480px) {
  .tt-search-bar .search-container {
    max-width: 100%;
  }
  .tt-search-bar .search-results {
    width: 100%;
  }
}

/* Badge CSS*/
.badge-discount {
  position: absolute;
  top: 27%;
    right: 17%;
    max-width: 120px;
    max-height: 120px;
  z-index: 99;
}

/* .left_badge-discount {
  position: absolute;
 top: 27%;
  left: 17%;
  max-width: 120px;
  max-height: 120px;
  z-index: 99;
}
.left_badge-discount_carousel {
  position: absolute;
  top: 13%;
  left: 13%;
  max-width: 120px;
  max-height: 100px;
  z-index: 99;
}
.right_badge-discount_carousel {
  position: absolute;
  top: 13%;
  right: 13%;
  max-width: 120px;
  max-height: 100px;
  z-index: 99; */
}

.trampoline__img .badge-discount {
  top: 20%;
  right: 17%;
  max-width: 120px;
  max-height: 120px;
}
.compare-block__holder .img > .badge-discount {
  max-width: 75px;
  max-height: 75px;
  top: 17%;
}
.product-slider .gatsby-image-wrapper {
  position: relative;
}
.product-slider .gatsby-image-wrapper .badge-discount {
  max-width: 55px;
  max-height: 55px;
}
.product-slider .gatsby-image-wrapper .badge-discount img {
  height: auto;
}
.slider__dropdown-item .slider__dropdown-drop-img,
.slider__dropdown .slider__dropdown-img {
  position: relative;
}
.slider__dropdown-item .slider__dropdown-drop-img .badge-discount,
.slider__dropdown .slider__dropdown-img .badge-discount {
  max-width: 30px;
  max-height: 30px;
}

@media screen and (max-width: 1200px) {
  .badge-discount {
    max-width: 150px;
    max-height: 150px;
  }
}
@media screen and (max-width: 991px) {
  .badge-discount {
    max-width: 100px;
    max-height: 100px;
  }
  .trampoline__img .badge-discount {
    top: 14%;
    right: 4%;
    max-width: 70px;
    max-height: 70px;
  }
}
.spec_description {
  text-align: center;
  padding-top: 20px;
}
.bg-yellow {
  background: #f8f4c3;
}
.product-form__cart-submit:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px; /* Adjust this value based on button padding */
  width: 16px; /* Width of the spinner */
  height: 16px; /* Height of the spinner */
  margin-top: -8px; /* Half the height of the spinner */
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spinner 0.6s linear infinite;
  opacity: 0; /* Initially hidden */
}
.product-form__cart-submit.loading:before {
  opacity: 1;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.checkout__info-wrap
  .p-w-r
  .pr-snippet-stars-reco-inline
  .pr-snippet-read-and-write
  a {
  display: none !important;
}
.faqs-wrap .accordion__card {
  float: left;
  width: 49%;
  margin-right: 1%;
}
.faqs-wrap .accordion__card:nth-child(odd) {
  clear: left;
}
.discount-code-value small {
  background: #e1e1e1;
  padding: 4px 11px;
  border-radius: 2px;
  margin-top: 5px;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 12px;
}
.discount-code-value small svg {
  margin-right: 6px;
}
.discount-code-value small span.clear svg {
  margin-right: 0px;
  margin-left: 3px;
}
.modal-content .btn-closer {
  position: absolute;
  right: -40px;
  top: -13px;
}
.slider__review .review {
  min-height: auto;
}
@media (max-width: 767px) {
  .slider__review.d-flex.flex-wrap.align-items-center.mb-2 {
    gap: 10px;
    flex-direction: row;
  }
}
.slider__review .review {
  min-height: auto;
}
@media (max-width: 767px) {
  .slider__review.d-flex.flex-wrap.align-items-center.mb-2 {
    gap: 10px;
    flex-direction: row;
  }
}
.slider__glide .glide__slide {
  position: relative;
}
.checkout__info-wrap {
  font-weight: 700;
}
/* Global Changed website refresh */
body.template-index h1,
body.template-index .h1,
body.template-index h2,
body.template-index .h2,
body.template-index h3,
body.template-index .h3,
body.template-index h4,
body.template-index .h4,
body.template-index h5,
body.template-index .h5,
body.template-index h6,
body.template-index .h6,
body.template-index .site-hero .module-content__content .display-4,
body.template-index .display-4 {
  font-weight: 100;
  text-transform: capitalize;
}
.module-content__content .display-4,
.module-content__content h2,
.module-content__content .h2,
.module-content__content h3,
.module-content__content .h3,
.module-content__content .display-3 {
  padding: 0 20px;
  text-shadow: 0 0 30px #33160e;
}
body.template-index .cta__item h2,
body.template-index .cta__item .h2 {
  text-shadow: 0 0 30px #33160e;
}

/* white swatches border */
label[title="white"] .slider__color-inner,
label[title="White"] .slider__color-inner {
  border: 1px solid #cfcbcb;
}
.slider__colors input:checked ~ .slider__color-slide {
  width: 45px;
  height: 45px;
}
.slider__colors input:checked ~ .slider__color-slide .slider__color-inner {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider__colors
  input:checked
  ~ .slider__color-slide
  .slider__color-inner.brown-gredient-half:before {
  height: 33px;
  width: 17px;
}
.slider__colors
  input:checked
  ~ .slider__color-slide
  .slider__color-inner:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 7.5L11.25 21.25L5 15' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 25px;
  height: 25px;
  display: block;
  background-size: 25px 25px;
  z-index: 1;
}
.slider__colors
  label[title="white"]
  input:checked
  ~ .slider__color-slide
  .slider__color-inner:after,
.slider__colors
  label[title="White"]
  input:checked
  ~ .slider__color-slide
  .slider__color-inner:after {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 7.5L11.25 21.25L5 15' stroke='%2377848E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.slider__colors
  label[title="Classic"]
  input:checked
  ~ .slider__color-slide
  .slider__color-inner:after,
.slider__colors
  label[title="classic"]
  input:checked
  ~ .slider__color-slide
  .slider__color-inner:after {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 7.5L11.25 21.25L5 15' stroke='url(%23paint0_linear_207_2)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_207_2' x1='15' y1='7.5' x2='15' y2='21.25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.6' stop-color='%2377848E'/%3E%3Cstop offset='0.6' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.slider__colors label.out-of-stock .slider__color-slide:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #d8d8d8;
  position: absolute;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  left: 0;
  z-index: 2;
}
.slider__colors
  label.out-of-stock
  .slider__color-slide
  .slider__color-inner:after {
  background: none !important;
}

/* Product PDP Page Custom CSS */
.p-w-r
  .pr-snippet-stars-reco-inline.pr-snippet-minimal
  .pr-snippet-read-and-write {
  margin-top: 0px !important;
}

@media (max-width: 767px) {
  .slider__review.mb-2 {
    align-items: center !important;
  }
}

.p-w-r .pr-snippet-qa .pr-answered-question-circle {
  font-size: 10px !important;
}

.p-w-r .pr-snippet-qa .pr-snippet-qa-answer-link {
  font-size: 13px !important;
}

.slider__price-month a {
  font-size: 12px;
}

shopify-payment-terms {
  font-size: 11px !important;
  font-family: Source Sans Pro, sans-serif !important;
}
.p-w-r .pr-category-snippet {
  margin: 0px 0px !important;
}

/* Product thumbnails */
.slider .glide__button {
  top: auto;
  transform: none;
  bottom: -115px;
  z-index: 11;
}
@media (max-width: 991px) {
  .slider .glide__button {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 768px) {
  .slider .glide__button {
    bottom: -65px;
  }
  .slider .glide__button--next {
    right: -15px;
  }
  .slider .glide__button--prev {
    left: -15px;
  }
}
@media (min-width: 1024px) {
  .slider .glide__button {
    bottom: -75px;
  }
  .slider .glide__button--next {
    right: -15px;
  }
  .slider .glide__button--prev {
    left: -15px;
  }
}
@media (min-width: 1440px) {
  .slider .glide__button--next {
    right: -50px;
  }
  .slider .glide__button--prev {
    left: -50px;
  }
}

/* UI Improvement change */
.footer-nav__menu > li.ps-1:last-child {
  margin-bottom: 16px;
}
.footer .klaviyo-form .go4222541439 button {
  margin-left: 0 !important;
  width: 60px !important;
  flex-basis: 60px !important;
}
.footer
  .klaviyo-form
  [data-testid="form-component"]:first-child
  .kl-private-reset-css-Xuajs1
  .kl-private-reset-css-Xuajs1
  .kl-private-reset-css-Xuajs1
  .kl-private-reset-css-Xuajs1:first-child,
.footer
  .klaviyo-form
  [data-testid="form-component"]:first-child
  .kl-private-reset-css-Xuajs1
  .kl-private-reset-css-Xuajs1
  .kl-private-reset-css-Xuajs1
  .kl-private-reset-css-Xuajs1
  .kl-private-reset-css-Xuajs1 {
  display: flex !important;
}
.footer
  .klaviyo-form
  [data-testid="form-component"]:first-child
  .kl-private-reset-css-Xuajs1
  .kl-private-reset-css-Xuajs1
  .kl-private-reset-css-Xuajs1
  .kl-private-reset-css-Xuajs1:first-child
  input {
  height: 100%;
}
.footer
  .klaviyo-form
  [data-testid="form-component"]:first-child
  .kl-private-reset-css-Xuajs1
  .kl-private-reset-css-Xuajs1
  .kl-private-reset-css-Xuajs1
  .kl-private-reset-css-Xuajs1:first-child
  span {
  height: 90%;
  display: flex !important;
  align-items: center !important;
}

.footer .klaviyo-form button svg {
  fill: currentColor !important;
}
@media (max-width: 991px) {
  .footer
    .klaviyo-form
    [data-testid="form-component"]
    > div:first-child
    > div:first-child {
    margin-bottom: 20px !important;
  }
}
/* @media (min-width: 768px) {
  p {
    font-size: 1.125rem;
    line-height: 34px;
  }
} */
.slider__colors
  label[title="Pink Dream"]
  input:checked
  ~ .slider__color-slide
  .slider__color-inner:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='17' viewBox='0 0 22 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 1.5L7.25 15.25L1 9' stroke='url(%23paint0_linear_207_3)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_207_3' x1='17.4943' y1='1.30472' x2='4.00569' y2='14.6953' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.6' stop-color='%23FFC0CB'/%3E%3Cstop offset='0.6' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.slider__colors
  label[title="Epic Superhero"]
  input:checked
  ~ .slider__color-slide
  .slider__color-inner:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='17' viewBox='0 0 22 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 1.5L7.25 15.25L1 9' stroke='url(%23paint0_linear_207_3)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_207_3' x1='17.4943' y1='1.30472' x2='4.00569' y2='14.6953' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.6' stop-color='%23FF0000'/%3E%3Cstop offset='0.6' stop-color='%230000FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.slider__colors
  label[title="Galactic Green"]
  input:checked
  ~ .slider__color-slide
  .slider__color-inner:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='17' viewBox='0 0 22 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 1.5L7.25 15.25L1 9' stroke='url(%23paint0_linear_207_3)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_207_3' x1='17.4943' y1='1.30472' x2='4.00569' y2='14.6953' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.6' stop-color='%23008000'/%3E%3Cstop offset='0.6' stop-color='%232A3439'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.slider__colors
  label[title="O Canada"]
  input:checked
  ~ .slider__color-slide
  .slider__color-inner:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='17' viewBox='0 0 22 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 1.5L7.25 15.25L1 9' stroke='url(%23paint0_linear_207_3)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_207_3' x1='17.4943' y1='1.30472' x2='4.00569' y2='14.6953' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.6' stop-color='%23FF0000'/%3E%3Cstop offset='0.6' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (min-width: 992px) {
    .slider__price-month {
        margin-bottom: 0;
    }
}
span.slider__price-month > * {
    font-size: 15px !important;
    margin-top: 8px;
    margin-bottom: 2px;
}
.zip-widget__wrapper {
    padding: 0px 0 12px !important;
}
.spare-part-disclaimer{
  border-radius: 8px;
  border: 1px solid #d99aa0;
  background: #F8D7DA;
}
.spare-part-disclaimer h6{
  font-weight: 600;
  margin-bottom: 0;
}
.spare-part-disclaimer p {
    line-height: 1.5em;
    font-size: 14px;
    color: #363636;
}
.navbar.fixed-top{
    position: fixed;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
@media (max-width: 768px) {
  .contivio-mobile #chat-button.bubble {
      right: 15px;
      bottom: 15px;
  }
}
.checkout__text .stock-message *, .checkout__text .stock-message, .checkout__text b {
    font-weight: normal !important;
}
@media (max-width: 767px) {
  .btn-small {
    font-size: 8px !important;
    padding: 10px 6px !important;
  }
  .p-w-r .pr-snippet .pr-snippet-stars-png .pr-snippet-rating-decimal {
    padding: 2px !important;
}
  .p-w-r .pr-snippet div, .p-w-r .pr-snippet span {
    font-size: 10px;
  }
  .cart-info-box .select-wrapper {
    max-width: calc(380px - 125px);
}
  .add-to-cart-wrap {
    width: 125px;
    margin-left: auto;
    text-align: right;
}
}

[data-countdown], .black-friday-detail {
    text-transform: uppercase;
}