/** Shopify CDN: Minification failed

Line 439:0 Unexpected "}"
Line 721:22 Expected ":"
Line 769:2 Comments in CSS use "/* ... */" instead of "//"
Line 1107:0 Unexpected "}"
Line 1606:2 Comments in CSS use "/* ... */" instead of "//"
Line 1795:4 Comments in CSS use "/* ... */" instead of "//"
Line 2009:2 Comments in CSS use "/* ... */" instead of "//"
Line 2010:2 Comments in CSS use "/* ... */" instead of "//"
Line 2028:2 Comments in CSS use "/* ... */" instead of "//"
Line 2032:2 Comments in CSS use "/* ... */" instead of "//"
... and 7 more hidden warnings

**/

/*=================

  	   GLOBAL

==================*/
.section__title, .card__title {
	text-transform: uppercase;
}

.slideshow__button.button{
  margin-top: 20px;
}


/*=================

  	   UTILS

==================*/
.text--red {
	color: #f10;
}

.text--disabled {
  pointer-events: none;
  cursor: progress;
}

.card--details {
  	border-radius: 0;
}

div.text--left {
	text-align: left;
}

.hide, .hidden {
	display: none !important;
}

@media screen and (min-width: 641px) {
  .h1--xl {
      font-size: 62px;
  }
}

.align-right {
  	text-align: right;
}

.heading--lowercase {
  text-transform: initial;
}

.content--strong {
  font-weight: bold;  
}

.section--no-margin {
  margin-top: 0;
}

.no-margin {
  margin: 0 !important;
}

.downArrow {
	position: fixed;
	bottom: 0;
	right: 5px;
}

.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.store_availability--result::-webkit-scrollbar {
  width: 10px;
}

.store_availability--result::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
.store_availability--result::-webkit-scrollbar-thumb {
  background: #888; 
}

.store_availability--result::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

.svg-icon {
  animation: pulse 1s infinite;
}

/*================

    COL LIST

================*/

.col-list {
  display: flex;
  flex-direction: columns;
}

.col-item {
  
}

/*================

    ALERTS

================*/
.alert--warning {
  position: relative;
  background-color: #fff5ea;
  border-color: #e1b878;
  border-radius: 0.5rem;
  padding: 10px;
}

.alert--warning svg {
  position: absolute;
  top: 16px;
  width: 15px;
  fill: #b98900;
}

.alert--warning span:first-child {
  font-weight: bold;
}

.alert--warning span {
  margin-left: 25px;
}

/*=================

    LOADERS

==================*/
.loader--dot,
.loader--dot:before,
.loader--dot:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader--dot {
  color: var(--header-accent-color);
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader--dot:before,
.loader--dot:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader--dot:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader--dot:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/*=================

   REMOVE RADIUS

=================*/

.button, .search-bar__submit, .form__field {
	border-radius: 0;
}

/*=================

   REGENCE ICONS

=================*/
.icon--regence {
	width: 2em;
  	height: 2em;
}

.icon--360 {
  position: absolute;
  right: 0;
  width: 100px;
  height: 100px;
  z-index: 1;
  cursor: pointer;
}

 .icon-theme-180 {
	width: auto;
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
} 

.icon--csa-green {
  width: 50px !important;
  height: 50px !important;
}

.main__icon--text-around {
  float: left;
  margin-right: 10px;
}

.icon--small{
  width: 70px !important;
}

/*=================

	TEXT ICONS 2

==================*/
.text-with-icons__content-wrapper {
	text-align: center;
  	margin-bottom: 15px;
}

.text-icon__wrapper svg {
	width: 75px;
  	height: 75px;
  	margin-bottom: 15px;
}

/* @media screen and (min-width: 641px) {
  .text-with-icons__content-wrapper--full {
      text-align: left;
  }
} */
.text-icon__wrapper--full svg {
	width: 100%;
}

@media screen and (min-width: 1280px) {
  .icons__item--center {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}

/*=================

	 ROW ITEM

==================*/

.row-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  z-index: 1; /* This is needed to create a new stacking context to improve performance on iOS */
}

.row-item {
  position: relative;
  padding: 20px;
  min-width: 0;
  flex-shrink: 0;
  background: var(--secondary-background);
  white-space: normal;
}

.row-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-shadow: 1px 0 var(--border-color), 0 1px var(--border-color);
  z-index: 2; /* needed to overlap the labels (if any) */
  pointer-events: none;
}

/*=================

	PRODUCT
    ITEM

==================*/

@media screen and (min-width: 1000px){
  .product-list--scrollable .product-item {
      min-height: auto;
  }
}

/*=================

	 NEWSLETTER

==================*/
.newsletter .button {
  margin: 0 auto;
}

/*==================

  ARTICLE BLOG

*==================*/
.article__inner {
  max-width: initial;
}

@media screen and (min-width: 641px)
  .article__inner {
      margin-top: 40px;
  }

  .blog-post .card .card__section.card__section--tight {
    padding-left: 0;
  }
}

/*================

  SIZE GUIDE

=================*/
.modal__dialog--size-guide {
  position:realtive;
  height: 100%;
  overflow-y: scroll;
}

.note--size-guide {
  margin-top: 10px;
  line-height: 1.2em;
  display: inline-block;
  font-size: 12px;
}

.modal__dialog--size-guide p {
  font-size: 14px;

}

@media screen and (min-width: 641px) {
  .modal__dialog--size-guide {
    height: 480px;
  }
}

.table--size-guide th strong {
  font-size: 12px;
}

.table--size-guide {
  margin-bottom: 20px;
}

/*=================

	VIDEO BG

==================*/
.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: 400px;
  background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;
}

.bg-video-wrap video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}

.bg-video-wrap video .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 3px 3px;
  z-index: 2;
}

.bg-video-wrap video h1 {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  max-width: 400px;
  width: 100%;
  height: 50px;
}

/*=================

	   TABLE

==================*/

.table {
  border-collapse: collapse;
  width: 100%;
}

.table td, .table th {
  border: 1px solid var(--form-border-color);
  padding: 8px;
  text-align: center;
}

.table th {
  padding-top: 12px;
  padding-bottom: 12px;
   background-color: #f5f5f5;
  text-align: center;
}

/*=================

	RICH TEXT

==================*/

.section--text-regular {
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
}

.section--text-regular h2 {
  margin-bottom: 0;
}

.main__image-newsletter {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

img.rte--img {
  max-width: 180px;
  height: auto;
  margin: 0;
  margin-right: 30px;
}

.rte .col-list {
  margin-bottom: 20px;
}

.rte .col-item p {
  text-align: left;
}

/*=================

	   TABS

==================*/

.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/*
 tabset
*/

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #e31b23;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #e31b23;
}

.tabset > input:checked + label {
  border-color: var(--form-border-color);
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid var(--form-border-color);
}

.tabset {
  max-width: 65em;
}

/*
 thumbnail
*/

.list__instructions {
  position: relative;
}

.thumbnail__size-guide { 
  /* overflow: hidden; */
  position: absolute;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 1;
  top: 0;
  right: 0;
  margin-right: 0;
  margin-top: -50px;
  clip: rect(16px, 600px, 109px, 388px);  
}

.thumbnail__size-guide--2 {
  top: 45%;
}

.thumbnail__size-guide img { 
  width: auto; 
  height: auto; 
  /* margin: -80px -324px; */
}

.thumbnail__size-guide:hover {
  clip: rect(-130px, 584px, 600px, -117px);
  cursor: pointer;
  z-index: 999;
}

.thumbnail__size-guide:active {
  clip: rect(16px, 600px, 109px, 388px); 
  cursor: pointer;
  z-index: 999;
}

/*=================
	   TABLE 
       SIZE GUIDE
==================*/

@media screen and (min-width: 641px){
  .table--size-guide td:first-child {
    padding-left: 8px;
  }
}

.table-wrapper--size-guide {
  margin: 4px, 4px;
  padding: 4px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;f
  white-space: nowrap;
}

.scroll-indicator {
  margin-top: 10px;
}

.line-item__quantity span:last-child {
  display: none;
}

.table-wrapper--size-guide a {
  text-decoration: underline;
  font-size: 12px;
}

/*================
	
	BUTTONS

=================*/
.button--store-availability{
  display: block;
}

.button--store-availability,
.button--buy-gift-card {
    text-align: left;
  	padding-left: 0;
}

@media screen and (min-width: 641px) {
  .modal__dialog--store-availability {
      padding: 30px;
  }
}

.button--light {
	border: 1px solid var(--form-border-color);
}

.button {
  	line-height: 45px;
  	text-transform: uppercase;
}

.button--disabled {
  //display: none;
}

.button--hidden {
  display: none;
}

.product-form__buy-buttons {
  width: 237px;
  display: inline-block;
  overflow: hidden;
}

.product-form__add-button {
  width: 100%;
}

a.button--notify-me {
  text-transform: uppercase;
  color: var(--primary-button-text-color);
  background-color: rgb(72, 180, 72);
  border-radius: 2px;
  text-align: center;
  font-weight: var(--text-font-bolder-weight);
  font-size: var(--base-text-font-size);
  cursor: pointer;
  opacity: initial;
  transition: background .25s ease-in-out,color .25s ease-in-out,box-shadow .25s ease-in-out;
}

a.klaviyo-bis-trigger {
  width: 100% !important;
  display: inline-block;
  padding: 10px 30px;
  margin-top: 10px;
  width: 50%;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--primary-button-text-color);
  font-weight: var(--text-font-bolder-weight);
  background-color: rgb(72, 180, 72);
}

#klaviyo-bis-modal .modal-title {
  font-family: var(--heading-font-family) !important;
}

@media screen and (min-width: 641px) {
  a.klaviyo-bis-trigger {
    width: auto !important;
  }
}

/*================
      
      TABS

==================*/
/*
.tab {
  overflow: hidden;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 7px 18px;
  transition: 0.3s;
  font-size: 12px;
  border: 1px solid #000;
  margin-bottom: 10px;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #ccc;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
*/
/*================
	
	MODAL SIZE 
    GUIDE

=================*/

.modal__header+.modal--size-guide {
  padding-top: 0; 
}

.sub__title--size-guide {
  position: absolute;
  font-size: 12px;
  left: 34px;
}

.modal__title--size-guide {
  text-align: left;
}
.modal__header+.modal__content--size-guide {
  padding-top: 0;
}


/*=================

     CUSTOM 
    PRODUCT LABEL

=================*/

.product-label--custom3 {
  min-width: 70px;
  background: var(--product-custom-label-2-color);
  padding: 0;
  order: 1;
}

span.product-label--custom3 span {
  position: relative;
  top: -0.45em;
  left: 2px;
  font-weight: initial;
  color: var(--heading-color);
}

.product-label--custom3 svg {
  width: 15px;
  height: 25px;
  margin-bottom: -.17em;
}

.label__confort-10 svg * {
  fill: rgba(0, 191, 255, .4);
}

.label__confort-20 svg * {
  fill: rgba(0, 191, 255, .5);
}

.label__confort-30 svg * {
  fill: rgba(0, 191, 255, .6);
}

.label__confort-40 svg * {
  fill: rgba(0, 191, 255, .7);
}

.label__confort-50 svg * {
  fill: rgba(0, 191, 255, .8);
}

.label__confort-60 svg * {
  fill: rgba(0, 191, 255, .9);
}

.label__confort-75 svg * {
  fill: rgba(0, 191, 255);
}

.product-block-list__item .card .product__label {
  position: absolute;
  right: 0;
  z-index: 2;
}

/*=================

    PRODUCT 360

=================*/
@media screen and (min-width: 1000px) {
  .product-gallery__thumbnail-list--spin {
    max-height: 510px;
  }
}

.Sirv {
  display: none;
}

.product-gallery__thumbnail--spin span svg {
  width: 50px;
}

.product-gallery__thumbnail-badge {
  width: 100%;
  height: 100%;
  left: 30px;
}


/*=================

  PRODUCT RTE 

=================*/
.template-product .rte ul li:not(:last-child) {
  margin-bottom: 0;
}

/*=================

  PRODUCT IMG 

=================*/
.product-gallery__carousel {
  position: relative;
}

.product-gallery__title {
  position: absolute;
  z-index: 2;
  top: 15%;
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
  left: 69px;
  font-size: 25px;
  font-weight: bold;
  color: #000;
}

.product-gallery__sub-title {
  position: absolute;
  z-index: 2;
  bottom: 15%;
  -ms-transform: translateY(15%);
  transform: translateY(15%);
  left: 69px;
  font-size: 15px;
  color: #000;
}

.product-gallery__title span {
  margin-left: 20px;
}

.card--gift-card .product-gallery__carousel-item {
  padding: 0;
}

@media screen and (min-width: 641px){
  .card--gift-card div.card__section--tight {
    padding-top: 0;
  }

/*   .card--gift-card .product-gallery__carousel-item {
    padding: 0;
  } */
}

/*=================

  PRODUCT OFFER

=================*/
.offer-item__inner .SPCMP_chk_lbl {
  display:none !important;
}

/*=================
  PROMO SUGGESTION 
=================*/

.promo-swatch {
  position: relative;
  align-items: center;
  padding: 10px;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px dashed #ff0466;
  animation: dash 5s linear infinite, solid-to-dashed 4s linear 5s infinite alternate;
}

@keyframes dash {
  0% {
    border-width: 1px;
  }
  50% {
    border-width: 2px;
  }
  100% {
    border-width: 1px;
  }
}

@keyframes solid-to-dashed {
  from {
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
  }
  to {
    border-style: dashed;
    border-color: #ff0466; 
  }
}

.promo-swatch svg {  
  cursor: pointer;
}

.promo-swatch .main_close-icon {
  position: absolute;
  top: 8px;
  right: 15px;
  font-size: 18px;
  font-weight: initial;
  display: block;
  z-index: 2;
  width: 40px;
  height: 40px;
  text-align: right;
  cursor: pointer;
}

.promo-swatch .main_close-icon::hover {
  cursor: pointer;
}

@media screen and (min-width: 641px) {
  .promo-swatch 
    border: 1px solid var(--form-border-color);
    padding: 10px;
    background: none;
  }
}

.promo-image img {
  object-fit: cover;
  margin-right: 10px;
}

.promo-text {
  flex: 1;
}

.promo-text h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

.promo-text h3 {
  font-size: 14px;
  margin-bottom: 0;
  color: var(--product-on-sale-accent);
}

.price-section {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.price-section .price {
  font-size: 20px;
  font-weight: bold;
}

.promo-text h3 a {
  border: none;  
  padding: 0;
  color: red;
  font-size: 16px;
}

.promo-text h3 a:hover {
  font-weight: bold;
}

.price-section .compare-at-price {
  font-size: 16px;
  margin-left: 10px;
  text-decoration: line-through;
}

.promo-text {
  position: relative;
}

.promo-text a {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  color: #000;
  font-size: 12px;
  cursor: pointer;
  padding: 10px 18px;
  border: 2px solid #000;
  background: none;
  text-align: center;
  font-weight: var(--text-font-bolder-weight);
}

.promo-text a:hover {
  border: 2px solid #000;
}

.promo-text a.promo-added {
  border: 2px solid #00E676;
  color: #00E676;
}

/* Sliding panel */
.size-panel {
  position: absolute;
  bottom: 70px;
  right: 0;
  width: 200px;
  height: auto;
  background-color: #fff;
  transition: right 0.3s ease-in-out;
  z-index: 9999;
  text-align: right;
}

.size-panel.show {
  right: 0;
}

@media screen and (min-width: 641px) {
  .promo-text a {
    display: initial;
    width: initial;
    height: initial;
  }
  .promo-swatch {
    display: flex;
  }

  .size-panel {
    bottom: -5px;
  }
}

.close-btn {
  position: absolute;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  border: none;
  background: none;
}

/* Style for the size dropdown */
.size-panel .custom-select {
  background-color: #f5f5f563;
  border: 1px solid #ddd;
  cursor: pointer;
  padding: 14px 30px;
  font-size: 11px;
}

/* Custom arrow */
.size-panel .custom-select::after {
  content: "";
  border-style: solid;
  border-width: 0.2em 0.2em 0;
  border-color: #666 transparent transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Style the select dropdown options */
.size-panel .custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  cursor: pointer;
}

@media screen and (min-width: 641px) {
  .size-panel .custom-select {
    margin-right: 30px;
  }

  .size-panel .custom-select::after {
    margin-right: 30px;
  }
}

.size-panel .custom-select select:focus {
  outline: none;
}

.size-panel .custom-select option {
  padding: 8px 12px;
}

@media screen and (min-width: 641px) {
  .size-panel .custom-select {
    max-width: 95%;
    padding: 10px 30px;
  }
}

/* Hide the default dropdown arrow on some browsers */
.size-panel .custom-select select::-ms-expand {
  display: none;
}

.size-panel .product-form__info-item--quantity>* {
  padding-top: 14px;
}

.size-panel .quantity-selector--product .quantity-selector__value {
  min-width: 52px;
}


/*=================

     CONTAINER

=================*/

.container:not(.container--giga-narrow) {
/* 	max-width: 100%; */
}

@media screen and (max-width: 640px) {
  .container--full {
    padding: 0 var(--mobile-container-gutter);;
  }
}

@media screen and (min-width: 641px) {
  .container--full {
    max-width: 100%;
    padding: 0 var(--desktop-container-gutter);
  }
}


/*=================

	HEADER

=================*/
.header__logo svg {
  width: 120px;
}

#shopify-section-header {
  z-index: initial !important;
}

@media screen and (min-width: 641px) {
  #shopify-section-header {
    z-index: 5 !important;
  }

  .icon__logo {
    height: 60px;
  }
  
  .header__logo {
    margin-top: 7px;  
  }
  
  .header__logo svg {
    width: 140px;
  }
}

.icon__logo {
	height: 50px;
}

@media screen and (min-width: 641px) {
	.icon__logo {
      height: 60px;
  }
}

.header__action-item-title {
	display: none;
}

.header__cart-count {
  background-color: #ff0466;
}

.announcement-bar__button {
  background: rgb(51 51 51);
}

/* SEARCH */
.search-bar__top-wrapper {
	margin-left: 60px;
}

.search-bar__top {
/*   border: solid 0.01em;
  box-shadow: none; */
}

.header__logo-link svg *{
  fill: #ff0466;
}

.popover__link-item {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
} 

.popover__link-item:hover {
  background-color: initial;
  color: red;
}

.search-bar__top {
  border-radius: 0;  
}

/*=================

   HEADER MOBILE

=================*/
.section-header--under {
  z-index: 0 !important;  
}

/**
 * ----------------------------------
 * TEXT HEADING
 * ----------------------------------
 */

.popover__link-item.text--strong {
  color: var(--header-text-color);
}

/*=================

   MOBILE MENU

=================*/
.mobile-menu__section--loose .header__action-item-content {
  position: absolute;
  top: 15px;
  right: 20px;
}

.mobile-menu__section--loose 
.header__action-item-content 
.locale-selector__value {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  line-height: 1.85;
  text-transform: uppercase;
}

@media screen and (min-width: 641px) {
  .mobile-menu__section--loose .header__action-item-content {
    display: none;
  }
}

/*=================

     NAVIGATION

==================*/

.mega-menu__column {
  text-align: initial;
  margin-left: 0;
}

.mega-menu__column--first {
  margin-left: 0; 
}

.mega-menu__inner {
  justify-content: normal;
}

.nav-bar ul li a {
  font-size: 14px;
}

.nav-bar ul li a:not(.mega-menu ul li a) {
  font-weight: 700;
}

.nav-bar ul li a.heading--regular {
  font-weight: 100 !important;
}

.link--sale {
	color: #FF0466;  
}
.link--sale svg.icon--arrow-bottom{
  fill: black
}
.link--sale svg.icon--arrow-bottom path{
  stroke: black
}
.link--get-direction {
  color: #C00000;  
}

.link--store-availability {
  margin-top: 10px;  
}

.announcement-bar {
  border-bottom: 0;
  padding: var(--mobile-container-gutter);
}

@media screen and (min-width: 641px) {
  .announcement-bar {
    padding: 10px var(--mobile-container-gutter);
  }

  .nav-bar ul li a.heading--regular {
    min-width: 150px;
  }
}

@media screen and (min-width: 641px){
  .announcement-bar__button {
  	height: 100%;
    padding: 7px 18px;
    padding-right: 0;
    font-size: 0.9em;
  }

  .announcement-bar__button svg {
	display: none !important;
  }
}

.announcement-bar__content svg {
	height: 25px;
}

.announcement-bar__content {
	font-size: .9em;
}

.link--subscribe {
  margin-left: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.link--subscribe .icon {
  margin-right: 10px;
}

.separator--link {
  display: inline-block;
  padding: 0 10px;
}

/*=================

     NAVIGATION
     TOP
==================*/
.nav-bar__linklist--top {
  text-align: right;
  list-style-position: inside;
}

.nav-bar__linklist--top li {
  padding-bottom: 0;
}

.nav-bar__linklist--top li:last-child {
  margin-right: 0;
}

/*
.announcement-bar__content.item-1{
	animation-name: anim-1;
}

.item-2{
    display: none;
	animation-name: anim-2;
  	position:absolute;
}

.announcement-bar__content.item-1, 
.announcement-bar__content.item-2 {
    display: block;
	animation-duration: 20s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
  	background-color: #cb1836;
}

@keyframes anim-1 {
	0%    { opacity: 0; }
    50%   { opacity: 1; }
    100%  { opacity: 1; }
}

@keyframes anim-2 {
	15%    { opacity: 1; }
    30%   { opacity: 0; }
    90%   { opacity: 1; }
}
*/

.nav-bar .nav-bar__item a:not(.mega-menu__item a) {
  //text-transform: uppercase;
}

/*=================

  ANNOUNCEMENT
  PROMO TIMER

=================*/
.announcement__promo--timer {
  padding: 15px 30px;
  color: #fff;
  text-align: center;
  font-family: var(--heading-font-family);
  background: var(--header-accent-color);
}

.announcement__shipping--mobile {
    padding: 15px 30px;
    color: #fff;
    text-align: center;
    font-family: var(--heading-font-family);
    background: var(--header-accent-color);
}

.announcement__promo--timer li {
  font-family: var(--text-font-family);
  display: inline-block;
  list-style-type: none;
  font-size: 0.6em;
  padding: 0 .5em;
  text-transform: uppercase;
}

.announcement__promo--timer li span {
  display: block;
  font-family: var(--heading-font-family);
  font-size: 1.5em;
  font-weight: bold;
  background: #0E47CC;
  background: linear-gradient(to right, #0E47CC 0%, #50FF4A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 640px) {
  .announcement__promo--timer li span {
    font-size: 2;
  }
}

.announcement__promo--timer .emoji {
  display: none;
  padding: 1rem;
}

.announcement__promo--timer .emoji span {
  padding: 0 .5rem;
}

.announcement__promo--timer h1 {
  margin: 0;
  font-size: calc(1.5rem * var(--smaller));
}

.announcement__promo--timer li {
    font-size: calc(1.125rem * var(--smaller));
  }

.announcement__promo--timer li span {
  font-size: calc(3rem * var(--smaller));
}

@media all and (max-width: 768px) {
  .announcement__promo--timer h1 {
    font-size: 12px;
  }
  
  .announcement__promo--timer li {
    font-size: 10px;
  }
  
  .announcement__promo--timer li span {
    font-size: 12px;
  }
}

/*=================


     DIVERS


==================*/

.collection-item:hover .collection-item__title {
	color: #f10; 
}

.collection__brand-logo-wrapper {
    display: none;
	border: 1px solid var(--form-border-color);
}

/*=================

	   FOOTER

==================*/
.footer .form__submit {
	color: var(--heading-color);
}

.footer__collapsible-content .rte svg {
	max-width: 200px;
}

.footer--bottom .footer__wrapper {
	padding-top: 0;
}

.footer__logo-brand svg {
  width: 255px;
  margin-bottom: 20px;
}

.two-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.footer__aside {
  margin-top: 25px;
}

.footer__title {
  /*color: var(--header-accent-color);*/
}

@media screen and (max-width: 640px) {
  .footer__block-item {
    border-bottom: 1px solid #3b3a3a;
    margin-right: 0;
  }

  .footer__block-item--newsletter {
    border-bottom: 0;
  }
  
  .footer__block-item--text {
    display: none;  
  }

    .footer__block-item--social {
    border-bottom: none;
  }

  .footer__aside {
    margin-top: 60px;
  }
}

@media (min-width: 768px) {
  .footer__linklist--two-column {
    column-count: 2;
    column-gap: 2rem;
  }

  .footer__linklist--two-column li {
    break-inside: avoid;
  }

  .footer__block--two-column {
    max-width: 600px;
  }
}


/*=================


  PRODUCT ICONS


==================*/
ul.card__list--icons {
  	display: inline-flex;
  	flex-wrap: wrap;
    //align-items: center;
    justify-content: left;
  	margin-left: 0;
    list-style: none;
}

ul.card__list--icons li {
  	margin-bottom: 0;
}

ul.card__list--icons li img {
  margin-top: 0;
}

ul.card__list--icons li:before {
	background: none;
}

ul.card__list--icons li svg {
    width: 60px;
    height: 70px;
  	max-height: 70px;
	text-transform: uppercase;
    margin-top: 10px;
    margin-right: 10px;
}

ul.card__list--icons li img {
  max-height: 55px;
  margin-right: 10px;
  vertical-align: initial;
}

ul.card__list--icons li:last-child {
  height: 94px;
}

@media screen and (min-width: 641px) {
  ul.card__list--icons li svg {
    width: initial;
  }
}

ul.card__list--icons li svg *{
  	text-align: center !important;
}

ul.card__list--icons li svg text {
	font-size: 8px;
  	display: inline-block;
  	margin: 0 auto;
}
ul.card__list--icons li svg.font__family--antonio {
  	font-family: 'Antonio', sans-serif;
}

.button--store-availability .icon-theme-088,
.button--buy-gift-card .icon-theme-090 {
	width: 1.5em;
    height: 1.5em;
    margin-top: -3px;
    margin-right: 10px;
}

.button--store-availability {
  cursor: pointer;
  text-decoration: underline;
  margin-top: 20px;
  margin-bottom: 5px;
}

/*===============

  RELATED SMALL
  PRODUCT

================*/
.card__section--product-variant {
  padding: 0;  
}

.variant-swatch--related {
  position: relative;
  right: 0;
  border: 1px solid var(--form-border-color);
  display: inline-flex;
  flex-wrap: nowrap;
  float: right;
}

.variant-swatch--related:hover {
  color: rgb(72, 180, 72);
  border: 1px solid rgb(72, 180, 72);
}

.variant-swatch--related .cross__sell--small {
  position: absolute;
  top: -22px;
  right: -27px;
}

.variant-swatch--related span:first-child {
  position: absolute;
  top: -39px;
  left: 0;
  line-height: 17px;
  right: 0;
  margin: 0 auto;
  font-size: 13px;
}

.variant-swatch--related span:first-child span {
  color: red;
}

.variant-swatch--related .link__related-product {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}

.variant-swatch--related .link__related-product svg{
  position: absolute;
  top: 35%;
}

.variant-swatch--related .symbole--fire {
  margin-left: 10px;
}

.variant-swatch--related span .button {
  line-height: 38px;
  padding: 0 10px;
  margin-left: 10px;
  background-color: rgba(255,255,255,0.5);
  border: 1px solid var(--form-border-color);
}

.variant-swatch--related span .button:hover {
  color: rgb(72, 180, 72);
  border: 1px solid rgb(72, 180, 72);
}

.variant-swatch-list svg:not(.button svg) {
  margin-left: 20px;
}

.variant-swatch-list .icon-theme-162 {
  width: 20px;
  margin-left: 0;
}

.variant-swatch__item-gutter {
  margin-right: 15%;
}

.related-product-container .product-item__info-inner .price-list {
  width: 100%;
  position: relative;
  align-items: initial;
  height: 40px;
}

.related-product-container .product-item__info-inner .price-list select {
  position: absolute;
  padding: 7px 10px;
  right: 0;
  display: inline-flex;
  border: 1px solid var(--form-border-color);
}

@media screen and (min-width: 641px) and (max-width: 999px){
  .related-product-container .product-list--scrollable:before,
  .related-product-container .product-list--scrollable:after{
    flex: 100%;
  }
}

/*===============

  PRODUCT INFOS

================*/
@media screen and (min-width: 1000px) {
  .product-block-list__item--info {
    width: calc(35% - 15px);
  }
}

@media screen and (min-width: 641px){
  .card__separator--product {
    margin: 10px 0;
  }
}

.product-block-list__item .product-form span.price--compare {
    top: 0;
}

.block-swatch__item {
  width: 44px;  
}

.block-swatch__item--2 {
  padding: 6px .8em;
}

.block-swatch--medium .block-swatch__item {
  width: 80px;
}

label.block-swatch__item--large {
  width: 100%; 
  //padding-left: 10px;
  //padding-right: 10px;
}

.block-swatch--disabled .block-swatch__item--2 .block-swatch__item-text::after {
    width: 57px;
    left: -20px;
}

.price__discount-msg .product-label--on-sale {
  display: block;
  padding: 0px;
  background: none;
  color: var(--product-on-sale-accent);
  font-size: 17px;
  font-weight: initial;
}

.product-form__info-list {
  //margin: 0 6px; 
}

.product-meta {
  //margin: 0 5px;
}

.product-meta__reference {
  position: relative;
}

.product-meta__reference svg {
  position: absolute;
  left: 32%;
  top: -15px;
}

.card__seo-description .card__collapsible-content {
  padding: 0;  
}

.card__seo-description .card__collapsible-content .rte {
  padding: 25px;  
}

@media screen and (min-width: 641px){
  .card__seo-description {
    padding-top: 20px;
  }
  
  .card__seo-description .card__collapsible-button {
      padding: 0;
  }

  .block-swatch-list {
    padding-top: initial;  
  }

  .card__seo-description .card__collapsible-content .rte {
    padding-left: 0;  
  }
}


/*===============

  PRODUCT VARIANTS

================*/


/*===============

  PRODUCT SIZE 

================*/
.block-swatch--disabled .block-swatch__item-text::after {
  width: 0;
}

.block-swatch--disabled .block-swatch__item--2 .block-swatch__item-text::after {
  width: 0;
}

.block-swatch--disabled {
  color: #ddd;
  background: rgba(var(--accent-color-rgb),.06);
}

.block-swatch__radio:checked+.block-swatch__item {
  background-color: initial;
  color: var(--accent-color);
}

.link--size-guide {
/* 	display: inline-block;
  	margin-left: 30px; */
  	font-weight: initial;
    cursor: pointer;
    margin-right: 20px;
}

a.link--size-guide::hover {
	color: var(--accent-color);
}

.product-form__option-name:not(.product-form__option-color){
	display: inline-flex;
  	flex-wrap: wrap;
  	width: 100%;
    justify-content: space-between;
}

.product-form__option-name,
.product-form__info-title {
	text-transform: uppercase;
  	font-size: 13px;
}


/*=================

  	   ABOUT

==================*/
.about-block__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin: auto;
}
@media(min-width:768px){
  .about-block__inner{
    flex-direction: row;
  }
}
.about-block__reverse {
  flex-direction: row-reverse;
}
.about-block__image {
  flex: 0 0 200px;
}
.about-block__image img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}
.about-block__content {
  flex: 1;
}
.about-block__content h2 {
  margin-bottom: 0;
  color: var(--accent-color);
}
.about-block__text {
  font-size: 1rem;
  line-height: 1.6;
}
.about-block__signature{
  font-family: 'Playball', serif;
  font-size: 22px;
}

/*================

  SLIDING PANEL

================*/

.panel-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  transform: translateX(0%);
  transition: .3s ease-out;
  z-index: 5;
  border-top: 1px solid var(--form-border-color);
  border-left: 1px solid var(--form-border-color);
}

@media screen and (min-width: 641px){
  .panel-wrap {
    width: 350px;
  }
}

.panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  color: var(--heading-color);
  overflow: auto;
  padding: 30px;
}

.main__image {
  position: relative;
  width: inherit;
  height: auto;
}

.panel-wrap .panel .modal__close {
  position: absolute;
  right: 30px;
}

.panel .button {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  line-height: 35px;
  font-size: 10px;
  color: var(--secondary-background);
}

.checkbox--sliding-panel {
  display: none;
}

/* [type="checkbox"]:checked ~ .panel-wrap {
  transform: translateX(0%);
} */

.panel--hidden {
  visibility: hidden !important;
  transform: translateX(100%);
}

.panel .svg--arrow-double {
    position: inherit;
    bottom: 43px;
    width: 148px;
    left: 61px;
    margin: 0 auto;
    position: absolute;
}

@media screen and (min-width: 641px) {
  .panel .svg--arrow-double {
    width: 146px;
  }
}

.panel .button {
  color: #002d74;
}

.panel .button--ternary {
  box-shadow: 0 0 0 1px #002d74 inset;
}

.panel__measurement {
  position: absolute;
  bottom: 25%;
  right: 46%;
  color: #002d74;
}

.panel__details {
  font-size: 13px;
}

.panel .select-wrapper {
  margin-top: 20px;
}

.panel h2 {
  font-weight: bold;
}
.panel .table {
  width: 100%;
  margin-top: 20px;
}

.panel .table th, .panel .table td {
  width: 50%;
  text-align: center;
}

.link--show-panel {
  font-weight: initial;
  cursor: pointer;
}

.panel .main__loader {
  display: none;
  position: inherit;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index:2;
  background-color: rgba(0, 0, 0, .1)
}
.panel .main__loader .icon {
  width: 4em;
  height: 4em;
  position: absolute;
  top: 52%;
  right: 40%;
}

.panel .main__loader .loader {
  position: inherit;
  top: 50%;
  left: 0;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 15rem;
  width: 50%;
  height: auto;
  margin: 0 auto;
  stroke-linecap: round;
}
.panel .main__loader circle {
	 fill: none;
	 stroke-width: 3.5;
	 animation-name: preloader;
	 animation-duration: 3s;
	 animation-iteration-count: infinite;
	 animation-timing-function: ease-in-out;
	 transform-origin: 170px 170px;
	 will-change: transform;
}
.panel .main__loader circle:nth-of-type(1) {
	 stroke-dasharray: 550px;
}
.panel .main__loader circle:nth-of-type(2) {
	 stroke-dasharray: 500px;
}
.panel .main__loader circle:nth-of-type(3) {
	 stroke-dasharray: 450px;
}
.panel .main__loader circle:nth-of-type(4) {
	 stroke-dasharray: 300px;
}
.panel .main__loader circle:nth-of-type(1) {
	 animation-delay: -0.15s;
}
.panel .main__loader circle:nth-of-type(2) {
	 animation-delay: -0.3s;
}
.panel .main__loader circle:nth-of-type(3) {
	 animation-delay: -0.45s;
}
.panel .main__loader circle:nth-of-type(4) {
	 animation-delay: -0.6s;
}
 @keyframes preloader {
	 50% {
		 transform: rotate(360deg);
	}
}

.panel .select-wrapper--primary select {
  font-size: 14px;
}

/*================

  PRODUCT ITEM

================*/

.product-item__label-list>.product-label {
  border-radius: 20px;
  margin-left: 2px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 10px));
}

.price {
  font-size: 14px;
  margin-right: 0.7em;
}

@media screen and (min-width: 641px) {
  .price {
    font-size: 28px;
  }
}

.price__regular--discounted .price--compare {
  color: #999999;
}

.product-form__info-content .price--highlight {
  font-size: 28px;
}
.product-form__info-content .price.price--compare {
  font-size: 20px;
}

.price__regular--discounted {
   text-decoration: line-through;
}

.product-item__sub-title {
  font-size: 12px;
  line-height: 30px;
  color: #e2291c;
}

.product-item__image-wrapper {
  margin-bottom: 0;
}

/*================
  CUSTOM SWATCHS
  COLLECTION PAGE
=================*/
.color-swatch__radio:checked + .color-swatch__item::after,
.color-swatch__button.is-selected .color-swatch__item::after {
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  border: 1px solid var(--form-border-color);
  box-shadow: 0 1px 1px rgba(var(--border-color-rgb),.25);
}

.color-swatch__radio:checked+.color-swatch__item:after {
  border: 0;
}

.product-item__info-inner .color-swatch {
  vertical-align: initial;
}

.boost-sd__product-swatch-option .boost-sd__radio-label {
  width: 38px;
  height: 48px;
  border-radius: 0;
  background-size: 38px;
  background-repeat: no-repeat;
}

.color-swatch__radio:checked+.color-swatch__item:after, 
.color-swatch__button.is-selected .color-swatch__item:after {
  top: -6px;
  left: -8px;
}

.shopify-cleanslate * {
  font-size: 12px !important;
}

.shopify-payment-button__more-options {
  display: none !important;
}

.product-form__payment-container * {
  text-transform: uppercase;
}

.product-item__swatch-list {
  margin-bottom: 0;
}

/*================

  BACK IN STOCK

================*/
.product-form__buy-buttons,
.product-form__payment-container a,
.product-form__payment-container button {
  width: 100%;
  font-size: 14px;
}

.product-form__add-button:not(.product-form__payment-container .product-form__add-button),
.bis-button {
  display: none !important;
}
#BIS_trigger:not(.product-form__payment-container #BIS_trigger),
.bis-button{
  display: none !important;
}

@media screen and (min-width: 641px) {
  .product-form__buy-buttons,
  .product-form__payment-container a,
  .product-form__payment-container button {
    width: 64.60%;
  }
}


/*================

  INVENTORY BAR

=================*/
.inventory-bar {
    height: 14px;
    border-radius: 0;
    background: var(--form-border-color);
    box-shadow: 0 1px 1px rgba(var(--border-color-rgb),.25);
}

.quantity-selector {
    border: 1px solid var(--form-border-color);
    box-shadow: 0 1px 1px rgba(var(--border-color-rgb),.25);
}

.quantity-selector--product .quantity-selector__value {
    border-left: 1px solid var(--form-border-color);
    border-right: 1px solid var(--form-border-color);
    box-shadow: 0 1px rgba(var(--border-color-rgb),.4) inset;
}


/*===============

  QUICK LINKS

===============*/
@media screen and (min-width: 641px) {
  .quick-links__link--small {
    padding: 24px;
    width: calc(33.333333% - 10%) !important;
  }
}
@media screen and (min-width: 1000px) {
  .quick-links__link--small {
    width: calc(16.66666667% - 10%) !important;
  }
}

/*===============

  STORE MENU BAR

===============*/

.store-menu-bar {
	background: rgb(51 51 51);
  	border-bottom: solid 1px rgb(51 51 51);
    width:100%;
    height: 40px;
}

.store-menu-bar ul {
  	height: 40px;
  	display: flex;
    align-items: center;
    justify-content: left;
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .store-menu-bar ul {
    justify-content: center;
  }
}

.store-menu-bar li {
  justify-content: flex-start;
  position: relative;
  list-style:none;
  padding: auto 8px;
  padding-left: 0;
  padding-top: 10px;
  margin: 0 auto;
}

.store-menu-bar li:first-child {
	display: none;
}

@media screen and (min-width: 641px) {
  .store-menu-bar li:first-child {
	background: #fff;
    padding-left: 14px;
    padding-right: 12px;
  }
}

.store-menu-bar li:last-child {
    display: none;
	margin-right: 0;
  	padding-right: 0;
}

@media screen and (min-width: 641px) {
  .store-menu-bar li:last-child {
    display: initial;
  }
}
.store-menu-bar li:last-child button {
	display: none;
}

.store-menu-bar li:last-child button {
	padding-right: 0;
  	text-decoration: underline;
}

.store-menu-bar li:first-child .icon__logo--dunlop * {
	fill: rgb(51 51 51);
}

.store-menu-bar li .icon__logo--dunlop {
  	//margin-top: 6px;
}

/* LOGOS BRANDS */

.store-menu-bar li .icon__logo--acton {
	margin-top: 10px;
}

.store-menu-bar li svg {
	margin-top: 2px;
    margin-right: 15px;
}

.store-menu-bar li:last-child {
	width: 100%;
  	color: #fff;
    padding-top:0;
    text-align: right;
}

.store-menu-bar li::marker {
	display: none;
}

.store-menu-bar li a {
  display: inline-block;
  color: #fff;
}
.store-menu-bar li:not(.active) a {
	/*color: #fff;*/
}

.store-menu-bar li.active{
  /*background-color: #fff;
  color: #000;
  font-weight: bold;
  */
}

.store-menu-bar ul li svg {
  	width: 70px;
	height: 20px;
    position: relative;
}

@media screen and (min-width: 641px) {
  .store-menu-bar ul li svg {
  	width: 100px;
  }
}

@media screen and (min-width: 641px) {
  .store-menu-bar li:not(:first-child) {
  	margin-right: 0;
    margin-left: 0;
  }
  
  .store-menu-bar li:first-child {
  	margin-right: 14px;
  }
}

/*===============

      MAPS

================*/
.map__store-list {
  padding-left: 0;
}


/*==============

  PAGE BUSINESS

===============*/
.section__icons--top, .section__icons--bottom {
	background: var(--header-background);
    margin: 0;
    padding: 40px 0;
}

.section__icons--top .text-with-icons__title, 
.section__icons--bottom .text-with-icons__title,
.section__icons--top svg, 
.section__icons--bottom svg{
    color: var(--header-text-color);
    fill: var(--header-text-color);
}

/*==============

  PAGE RETAILERS

===============*/
.store-locator {
  min-height: 400px;
  position:relative;
  display: flex;
  margin: 20px auto;
  margin-bottom: 0;
  overflow: hidden;
  flex-direction: column;
}

.map-container {
    flex: 1;
}

.store-list-container {
    flex: 1;
    padding: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow-y: auto;
    max-height: 500px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.page__header--store-locator {
  padding-left: 20px;
}

.store-list-container::-webkit-scrollbar {
    width: 10px;
    background-color: #f4f4f4;
}

.store-list-container::-webkit-scrollbar-thumb {
    background-color: var(--header-accent-color);
    border-radius: 0;
}

@media screen and (min-width: 641px) {
  .store-locator {
    flex-direction: initial;  
  }
  
  .store-list-container {
    max-width: 30%;
    max-height: 800px;
  }
}

.store-list-title {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: bold;
}

.store-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.store-item {
    padding: 10px 20px 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--form-border-color);
    border-bottom: 1px solid var(--form-border-color);
}

.store-item:hover {
  cursor: pointer;
  background-color: #F1C2180f;
  border-top: 1px solid var(--header-accent-color);
  border-bottom: 1px solid var(--header-accent-color);
}

.store-info {
    flex: 1;
}

.store-name {
    font-size: 18px;
    margin-bottom: 5px;
}

.store-address {
    font-size: 14px;
    color: #666;
}

.store-phone {
    font-size: 12px;
    color: #666;
    background: url(https://cdn.shopify.com/s/files/1/0701/6490/6259/files/phone.svg?v=1708551093) no-repeat left center;
    background-size: 15px 16px;
    padding-left: 24px;
    font-weight: bold;
}

.store-distance {
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 10px;
}

.store-distance span {
  margin-right: 5px;
  font-weight: bold;
}

.store-distance svg {
  width: 1em;
  height: 1em;
  margin-right: 4px;
}

.view-all-container {
    text-align: center;
    margin-top: auto;
}

.view-all-button {
    display: inline-block;
    padding: 5px 20px;
    margin-top: 20px;
    border: solid 1px #000;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
}

/* Styles for Find Store form */
.store-search {
  position: relative;
  padding: 0 20px; 
  padding-right: 0;
}

.store-search .loader--circle {
  position: absolute;
  bottom: 10px;
  left: 55%;
  transform: translate(-50%, 0);
}

.icon--search-loader {  
  width: 3em;
  height: 3em;
  fill: var(--header-accent-color);
}

.search-form {
    margin-bottom: 20px;
    align-items: center;
}

.search-form label {
    margin-right: 10px;
}

.search-form input[type="text"] {
    padding: 10px;
    width: 200px;
    margin-right: 10px;
    border: 1px solid var(--form-border-color);
}

.search-form label.icon--filter {
  width: 1.5em;
  position: absolute;
  right: 15px;
  text-align: right;
  padding-right: 10px;
}

.search-form label.icon--filter .icon {
  width: 1.7em;
  height: 11.5em;
}

.search-form button:not(.filter-button) {
    padding: 3px 8px;
    margin-left: 40px;
    border: solid 1px #000;  
    cursor: pointer;
}

.show-distance {
  padding-right: 25px;
  font-size: 12px;
  cursor: pointer;
  text-decoration: underline;
}


.filter-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    margin-bottom: 20px;
}

.filter-button-container {
    display: flex;
    align-items: center;
}

.filter-button {
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    margin: 20px 0 auto auto;  
    border: 0;
    border-radius: 0;
    z-index: 2;
    background-color: transparent;
    color: #fff;
}

.filter-button .icon {
  margin-left: 5px;
}

.filter-button i {
    margin-right: 5px;
}

.store-count {
    font-size: 16px;
    color: #666;
}

/* ANIMATED DOTS */
.loading {
  font-size: 12px;
}

.dots {
  display: inline-block;
  margin-left: 5px;
}

.dots span {
  animation: blink 1.4s infinite both;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--header-accent-color);
  margin: 0 2px;
}

.dots span:nth-child(1) { animation-delay: 0s; }
.dots span:nth-child(2) { animation-delay: 0.2s; }
.dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes blink {
  0%, 100% { opacity: 0.2; }
  50% { opacity: 1; }
}


@media screen and (min-width: 641px) {
  /* .search-form button {
    padding: 3px 20px;
  } */
  
  .search-form {
    display: flex;
  }

  .search-form button:not(.filter-button) {
    margin-left: initial;
  }

  .search-form .filter-button {
    padding: 3px 10px;
    margin: 0 15px auto auto;  
  }
}

/* Loader Dots */
.store-locator .loader--dot {
  position: absolute;
  top: -10px;
  left: 15%;
  transform: translate(-15%, -10px);
}

/*==============

    SLIDESHOW

===============*/
.slideshow__title {
  font-size: 28px;
}

@media(min-width:640px){
  .slideshow__title {
  	font-size: 40px;
  }
}

.slideshow--xsmall {
	height: 195px;
}

.slideshow--xsmall .slideshow__title {
	text-transform: uppercase;
}

.flickity-prev-next-button.previous {
  left: 0;
  display: none;
}

.flickity-prev-next-button.next {
  right: 0;
  display: none;
}

.mask--slide {
  z-index: 1;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: url(https://demo.kallyas.net/bike/wp-content/uploads/sites/84/2017/07/decoration_bottom.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  height: 75px;
}

.slideshow--preserve-ratio .slideshow__content-wrapper {
  top: auto;
  bottom: 5%;
  transform: translate(-50%, 0);
  font-size: 16px;
}

@media screen and (min-width: 641px) {
  .slideshow--preserve-ratio .slideshow__content-wrapper {
    top: 50%;
    bottom: auto;
    transform: translate(-50%,-50%);
    font-size: initial;
  }
}

/*==============

  OTHER SLIDESHOW

===============*/
.main__slideshow--xxsmall {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: black;  
}

.main__slideshow--xxsmall .slideshow--xxsmall {
  height: 48px;
  margin: 0;
  padding: 0;
}

.slideshow--xsmall {
  height: 150px;
}

@media screen and (min-width: 641px) {
  .main__slideshow--xxsmall .slideshow--xxsmall {
    margin: 0;
    padding: 0;
  }
}

@media screen and (min-width: 1000px) {
  .main__slideshow--xxsmall .slideshow--xxsmall {
    height: 50px;
    margin: 0;
  }
  
  .slideshow--xsmall {
    height: 250px;
  }
}

.slideshow--xxsmall .slideshow__title {
  font-size: 12px;
}

.slideshow--xxsmall .slideshow__content-wrapper {
  padding: 0;
}

 .slideshow--xxsmall .flickity-page-dots{
   bottom: 10px;
 }
/* .slideshow--xxsmall .flickity-page-dots {
  display: flex;
  top: 0;
  bottom: 0;
  justify-content: space-between;
}

.slideshow--xxsmall ol.flickity-page-dots li.dot {
  width: auto;
  height: auto;
  margin: 0 -25px;
  background: initial;
  border-radius: 0;
  border-width: 7px 7px 0;
  transform: rotate(270deg) !important;
  border-color: #fff transparent transparent;
}

.slideshow--xxsmall ol.flickity-page-dots li:first-child {
  transform: rotate(90deg) !important;
} */

.slideshow--xxsmall .slideshow__slide-inner {
  align-items: center;
  padding: 0;
}

.slideshow--xxsmall .slideshow__slide-inner ul {
  display: flex;
  list-style-type: none;
   z-index:2;
}

.slideshow--xxsmall .slideshow__slide-inner ul li {
  padding: 0 8px;  
  color: #fff;
}

.slideshow--xxsmall .slideshow__slide-inner ul li:nth-of-type(2),
.slideshow--xxsmall .slideshow__slide-inner ul li:nth-of-type(3){
  padding: 0 8px;
}

.slideshow--xxsmall .slideshow__slide-inner ul li .link:hover {
  color: #fff;
}

@media screen and (min-width: 641px) {
  .slideshow--xxsmall .slideshow__slide-inner ul li .link {
    font-size: 1em;
  }
}

.slideshow--xxsmall .slideshow__slide-inner ul li:before {
  display: none !important;  
}

.slideshow--xxsmall .slideshow__slide-inner svg.icon {
  width: 4.5em;
}

.slideshow--xxsmall .slideshow__slide-inner ul li:nth-of-type(2) svg.icon {
  width: 5.5em;
}

.slideshow--xxsmall .slideshow__slide-inner ul li:nth-of-type(4) svg.icon,
.slideshow--xxsmall .slideshow__slide-inner ul li:nth-of-type(5) svg.icon{
  width: 2.8em;
}


.slideshow--xxsmall .flickity-page-dots {
  display: none !important;
}

.slideshow--xxsmall button.flickity-button {
  background: none;
}

.slideshow--xxsmall .flickity-prev-next-button.previous {
  display: initial;
  left: -25px;
}

.slideshow--xxsmall .flickity-prev-next-button.next {
  display: initial;
  right: -25px;
}

.slideshow--xxsmall .slideshow__slide-inner a {
  display: inline-block;
}

.slideshow--xxsmall .slideshow__slide-inner svg {
  max-width: 100%;  
}

.slideshow--xxsmall .slideshow__slide-inner a.link--newsletter {
  font-size: 14px;
}

@media screen and (min-width: 1000px) {
  .slideshow--xxsmall .slideshow__title {
    font-size: 14px;
  }

  .slideshow--xxsmall .slideshow__slide-inner {
    align-items: start;
    padding: 0;
  }
  
  .slideshow--xxsmall .slideshow__slide-inner svg {
    max-width: 50%;  
  }

  .slideshow--xxsmall .slideshow__slide-inner a.link--newsletter {
    font-size: initial;
  }
  
  .slideshow--xxsmall .slideshow__slide-inner ul {
    width: 100%;
  }

  .slideshow--xxsmall .slideshow__slide-inner ul .text--right {
    margin-left: auto;
    margin-right: 10px;
  }

  .slideshow--xxsmall .slideshow__slide-inner ul .text--center {
    margin-left: auto;
    margin-right: auto;
  }

  .slideshow--xxsmall .slideshow__slide-inner ul .link {
      margin-left: 20px;
  }

  .slideshow--xxsmall .flickity-prev-next-button svg {
    width: 25px;
    height: 25px;
  }
}

/*==============

    MULTIPLES
    SLIDESHOW

===============*/
.section--multiple-slideshow {
  margin: 0;
}

.section--multiple-slideshow .section__header-stack  {
  width: 100%;
  text-align: center;
}

.section--multiple-slideshow .section__header-stack .tab {
  margin-left: auto;
}

.section--multiple-slideshow .flickity-prev-next-button svg {
  fill: #000;
}

.section--multiple-slideshow button,
.section--multiple-slideshow button:hover,
.section--multiple-slideshow .flickity-prev-next-button, 
.section--multiple-slideshow .flickity-prev-next-button.previous{
  background: none;
  border: solid 1px;
  color: #000;
}

.section--multiple-slideshow .tablinks {
  width: 90%;
  min-width: 185px;
  margin-top: 15px;
  border: 1px solid var(--form-border-color);
  box-shadow: 0 1px 1px rgba(var(--border-color-rgb),.25);
}

.tablinks.active {
  background-color: #000;
  color: #fff;
}

@media screen and (min-width: 641px) {
  .section--multiple-slideshow .section__header-stack  {
    //text-align: initial;
  }
  
  .section--multiple-slideshow .tablinks {
    width: initial;
    margin-top: 10px;
  }
}

/*===================

  COLLECTION SORT

====================*/

@media screen and (min-width: 1440px){
  .collection__toolbar-item--sort {
    margin-right: 0;
  }
}

/*=================

  BANNER COLLECTION

==================*/
@media screen and (min-width: 641px) {
 .collection__image-wrapper--large {
    height: 250px;
  }
}

.collection__title {
  text-transform: uppercase;
}

/*===================

  COLLECTION LIST 2

===================*/
.collection-list-item__title{
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px !important;
  margin-top:6px;
}

@media screen and (min-width: 641px) {
   .product-list--large {
      margin-left: -20px;
      width: calc(100% + 40px);
  } 
  .collection-list-item__title {
  margin-top: 20px;
  margin-bottom: 0px !important;
}
}

.collection-list-item__content {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.collection-list-item__content .button {
  margin-top: 20px; 
}

.image__wrapper {
  position: relative;
}

.image__wrapper h3 {
   position: absolute;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   font-size: 26px;
   font-weight: 900;
   color: #fff;
   z-index: 2;
}

/*=================

      ITEM

=================*/
.price__compare--line-through {
  text-decoration: line-through;
}

.produc__item-nbr-icon {
  width: 22px;
  height: 22px;
  background-color: #f1f1f1;
  display: inline-block;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 22px;
  font-weight: normal;
  text-align: center;
}

.color-swatch-list a:hover {
  color: var(--product-on-sale-accent);
}

/* .product-item__percent-off {
  font-size: 17px;
  color: var(--product-on-sale-accent);
} */

/*=================

	PAGE HOME

==================*/
.slideshow__title {
  font-size: 28px;
}

@media(min-width:640px){
  .slideshow__title {
  	font-size: 40px;
  }
}

.heading--regular {
	margin-bottom: 0;
  	line-height: 1;
}

/*================

    INTRO ABOUT
    HOME PAGE

=================*/
.section--intro-about .col-list {
  display: initial;
}

.section--intro-about .col-list .main__image-newsletter {
  margin-bottom: 15px;
}

@media screen and (min-width: 641px) {
  .section--intro-about .col-list {
    display: flex;
  }

  .section--intro-about .col-list .main__image-newsletter {
    margin-bottom: initial;
  }
}

@media screen and (max-width: 641px){
  .section--handle {
    margin-bottom: 50px;
  }
}

/*=================

  PRODUCT PAGE

==================*/
.block-swatch__item, .variant-swatch__radio:checked+.variant-swatch__item {
	border-radius: 0;
}

.block-swatch--disabled .block-swatch__item {
  color: rgb(221, 221, 221);
  background: rgb(247, 247, 247);
  border: none;
}

.block-swatch--disabled .block-swatch * {
  cursor: default;
}

.product-form__selected-value {
	font-weight: initial;
}

.button--favourite:hover {
	border: solid 0.1em;
}

.block-swatch__item {
  width: 44px;
  height: 44px;
  padding: 0;
}

.block-swatch--medium .block-swatch__item {
  width: 80px;
}

.block-swatch--disabled .block-swatch__item-text::after {
  //display: none;  
}

.block-swatch__item-text {
  margin-top: 7px;
  display: inline-block;
  color: black
}

.color-swatch--white .color-swatch__item {
    box-shadow: none;
}

/*=================

  COLLECTION PAGE

==================*/

.product-item__title .collection__title {
	font-size: initial;
  	text-transform: initial;
  	font-weight: initial;
}

.product-item__title .temperature__title {
	font-size: 12px;
  	color: #727483;
  	font-weight: initial;
}

@media screen and (min-width: 641px){
  .product-item__title {
    width: 200px;
    //height: 65px;
  }
  
  .tabcontent .product-item__title {
  	width: 190px;
  }
}


/*=================*/
.quick-links {
    border: 1px solid var(--form-border-color);
}
.quick-links__link {
    box-shadow: 1px 0  var(--form-border-color),0 1px  var(--form-border-color);
}

/* FEATURED COLLECTION WITH IMAGE */
.featured-collection__header,
.featured-collection__content {
  vertical-align: bottom;
}



/*==============

 IMAGE TEXT BG

==============*/

.section__img-text--small {
  height: 350px;
}

.section__img-text--large {
  height: 450px;
}


@media screen and (min-width: 1000px) {
  .section__img-text {
    height: 430px;
  }

  .section__img-text--small {
    height: 380px;
  }

  .section__img-text--large {
    height: 520px;
  }
}

/*================

   PRODUCT LIST

=================*/

.flickity-prev-next-button, 
.flickity-prev-next-button.previous {
	opacity: 1;
  	background: #000;
}

/*==================

 FILTER BOOTCOMMERCE

===================*/
.boost-pfs-filter-option-hide-label {
	border-top: 0 !important;
  	padding-top: 0 !important;	
}
.boost-pfs-filter-option-hide-label
.boost-pfs-filter-option-title {
	display: none !important;
}
.boost-pfs-filter-option-hide-label
.boost-pfs-filter-option-content-inner {
	margin-top: 0 !important;
}

.boost-pfs-filter-option-characteristics {
	padding-bottom: 0 !important;
}

/*==============

	BLOCK LIST

===============*/
.css-changed .promo-block .promo-block__cta {
	display: none;
}

.css-changed .promo-block:hover .promo-block__cta {
	display: block;
}

.css-changed .promo-block p.heading {
	text-decoration-color: var(--header-background);
  	text-decoration: underline;
    text-underline-position: under;
    text-decoration-thickness: 3px;
    text-underline-offset: 3px;
}

.block-list__item--2 {
  position: relative;
}

.promo-block__content--bottom {
  width: 100%;
  position: absolute;
  bottom: -60px;
  left: 10px;
  color: #000;
  display: block;
}

.promo-block__heading--medium {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 40px));
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
}

@media screen and (min-width: 641px){
  .promo-block__content--bottom {
    padding-left: 17px;
    padding-right: 17px;
    bottom: -20px;
    left: initial;
  }

  .block-list__item--2>:first-child {
    margin: 50px 15px;
  }

  .promo-block__heading--medium {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 28px));
  }
}

/*==============

  LIST LOGO
  AS COLLECTIONS

===============*/
.element--large {
	max-width: 100% !important;
}

.quick-links:not(h3){
	display: flex;
    flex-direction: column;
    padding: 0 30px;
}

@media screen and (min-width: 641px) {
  .element--large {
      max-width: 100% !important;
  }
  .quick-links:not(h3){
    flex-direction: initial;
    padding: 0;
  }
}

/*===================

  COLLECTION LIST 2

===================*/

@media screen and (min-width: 641px) {
   .product-list--large {
      margin-left: -20px;
      width: calc(100% + 40px);
  } 
}

.collection-list-item__content {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.collection-list-item__content .button {
  margin-top: 20px; 
}

.image__wrapper {
  position: relative;
}

.image__wrapper h3 {
   position: absolute;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   font-size: 26px;
   font-weight: 900;
   color: #fff;
   z-index: 2;
}

/*===============
    PROMOTION 
    LIST
===============*/

.scroller__inner--higher {
   height: 320px; 
}

@media screen and (min-width: 641px){
  .block-list__item--small-margin>:first-child {
      margin-bottom: 1px;
  }

  .scroller__inner--higher {
     height: initial; 
  }
}

/*===============

	PRODUCT
	DESCRIPTION

================*/

.card--description {
  margin-bottom: 0;  
}

@media screen and (min-width: 1000px) {
  .product-block-list__item .card__header,
  .product-block-list__item .card__section {
  	padding-left: 0;
  }
}

@media screen and (min-width: 641px){
  .expandable-content__toggle {
      padding-left: 0;
  }
}

@media screen and (min-width: 641px){
  [aria-expanded~="true"]:not(.expandable-content) {
    padding-top: 0;
  }

  [aria-expanded~="false"]:not(.expandable-content){
    padding-top: 0;
  }
}
.card--details {
  margin-bottom: 0;
}

.card__section--nopadding {
  padding: 0;
}

.product-block-list__item .card__header {
  padding-top: 0;
}

.product-block-list__item .card__section {
  padding-bottom: 0;
}

.product-block-list__item.no--description {
  display: none;
}

.product-block-list__item:has(.no--certification),
.product-block-list__item:has(.no--technologie),
.product-block-list__item:has(.no--feature) {
  display: none;
}

/*===============

	TABS 
	PRODUCT 
	DETAILS

================*/
@media screen and (min-width: 641px) {
  .card--details .card__collapsible-button,
  .card__collapsible-content{
  	padding-left: 0;
  }
}
 
/* NEW TABS */

.ease {
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
		 -o-transition: all .5s;
			transition: all .5s;
}

.tabs {
	background: #fff;
	position: relative;
	margin-bottom: 50px;
}

.tabs > input,
.tabs > span {
	width: 10%;
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 0;
}

.tabs > input {
	cursor: pointer;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	z-index: 99;
}

.tabs > span {
	text-align: center;
	overflow: hidden;
}

.tabs > span i,
.tabs > span {
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
		 -o-transition: all .5s;
			transition: all .5s;
}

.tabs > input:hover + span {
	background: rgba(255,255,255,.1);
}

.tabs > input:checked + span {
	background: #fff;
}

.tabs > input:checked + span,
.tabs > input:hover + span {
	color: var(--header-accent-color);
}

.tab-1, .tab-1 + span {
	left: 0;
}

.tab-2, .tab-2 + span {
	left: 10%;
}

.tab-3, .tab-3 + span {
	left: 20%;
}

.tab-4, .tab-4 + span {
	left: 30%;
}

.tab-5, .tab-5 + span {
	left: 40%;
}

.tab-6, .tab-6 + span {
	left: 50%;
}

.tab-content {
	padding: 80px 20px 20px;
	width: 100%;
	min-height: 340px;
}

.tab-content section {
	width: 100%;
	display: none;
}

.tab-content section h1 {
	margin-top: 15px;
	font-size: 100px;
	font-weight: 100;
	text-align: center;
}

.tab-1:checked ~ .tab-content .tab-item-1  {
	display: block;
}

.tab-2:checked ~ .tab-content .tab-item-2  {
	display: block;
}

.tab-3:checked ~ .tab-content .tab-item-3  {
	display: block;
}

.tab-4:checked ~ .tab-content .tab-item-4  {
	display: block;
}

.tab-5:checked ~ .tab-content .tab-item-5  {
	display: block;
}

.tab-6:checked ~ .tab-content .tab-item-6  {
	display: block;
}

/* effect-1 */

.effect-1 > input:checked + span {
	background: #fff;
}


/* effect-2 */

.effect-2 span i{
	padding-right: 15px;
}

.tabs button{
	
}

@media (max-width: 600px) {
	.effect-2 span span {display: none;}
	.effect-2 span i {padding: 0;}
    
  .tabs .tab-effect-3, 
  .tabs span, 
  .tabs .line {
  	display: none;
  }
  
  .tabs__buttons {
  	display: flex;
    align-items: stretch;
  }
}

/* effect-3 */

.effect-3 .line{
	background: var(--header-accent-color);
	width: 10%;
	height: 4px;
	position: absolute;
	top: 56px;
}

.tabs .tab-1:checked ~ .line {
	left: 0;
}

.tabs .tab-2:checked ~ .line {
	left: 10%;
}

.tabs .tab-3:checked ~ .line {
	left: 20%;
}

.tabs .tab-4:checked ~ .line {
	left: 30%;
}

.tabs .tab-5:checked ~ .line {
	left: 40%;
}

.tabs .tab-6:checked ~ .line {
	left: 50%;
}

/* effect-4 */

.effect-4 span i{
	font-size: 18px;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	opacity: 0;
	transform: translateX(-50%);
}

.effect-4 span span{
	position: relative;
	top: 10px;
}

.effect-4 > input:checked + span i,
.effect-4 > input:hover + span i {
	top: 20%;
	opacity: 1;
}

/* effect-5 */

.effect-5 > input:checked + span i,
.effect-5 > input:hover + span i {
	font-size: 25px;
}
/* FOR PRODUCT DETAIL TABS */

.tabs--product-details > span {
	width: 20%;
}

.tabs--product-details .line {
	width: 20%;
}


.tabs--product-details .tab-1, .tabs--product-details .tab-1 + span {
	left: 0;
}

.tabs--product-details .tab-2, .tabs--product-details .tab-2 + span {
	left: 20%;
}

.tabs--product-details .tab-3, .tabs--product-details .tab-3 + span {
	left: 40%;
}

.tabs--product-details .tab-4, .tabs--product-details .tab-4 + span {
	left: 60%;
}

.tabs--product-details .tab-5, .tabs--product-details .tab-5 + span {
	left: 80%;
}

.tabs--product-details .tab-1:checked ~ .line {
	left: 0;
}

.tabs--product-details .tab-2:checked ~ .line {
	left: 20%;
}

.tabs--product-details .tab-3:checked ~ .line {
	left: 40%;
}

.tabs--product-details .tab-4:checked ~ .line {
	left: 60%;
}

.tabs--product-details .tab-5:checked ~ .line {
	left: 80%;
}

.tabs--product-details .tab-6:checked ~ .line {
	left: 100%;
}

img.icon--tec-absorb,
img.icon--tec-taibrelle {
  height: 20px;
}

img.icon--tec-cambrelle {
  height: 40px;
}

img.icon--tec-drylock-2 {
  max-width: 80%;
}

/*=============

	OFFERS

=============*/
.offer-item .img--under {
	display: initial;
}

.offer-item__image-wrapper--full {
	min-width: 50%;
  	width: 50%;
}

.tawk {
  display: none !impo
}

/*====================

  RELATED PRODUCT 
  MODAL

=====================*/

.related-product-modal .modal__dialog {
  min-height: 380px;
}

.related-product-modal .modal__dialog 
.related-product__variant-title {
  margin-bottom: 0;
}
.related-product-modal__product-information {
  position: relative;
  margin: 0 auto;
}

.related-product-modal__product-information span {
  position: absolute;  
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.related-product-modal .modal__header+.modal__content {
  padding-top: 0;
}

.related-product-modal .modal__header+.modal__content
.product-list--scrollable .product-item {
  padding: 0;
}

.related-product-modal .modal__header+.modal__content
.product-list--scrollable .product-item .product-item__info-inner {
  padding: 0 20px;
}

.related-product-modal .modal__header+.modal__content
.product-list--scrollable .product-item .product-item__info-inner button {
  width: 100%;
}

/*====================

  STORE AVAILABILITY

=====================*/
@media screen and (min-width: 641px){
  .table-wrapper--store-availability .form__input-row div.form__input-wrapper--labelled:first-child {
    width: 42%;
  }
}

.store-availability-modal .modal__dialog {
  min-height: 380px;
}

.store_availability--result {
  scrollbar-width: auto;
  scrollbar-color: #000000 #ffffff;
  max-height: 280px;
  overflow-y: scroll;
}

.store_availability--result .nbr__stores {
  margin-left: 20px;
}

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

.store__rows .grid {
  margin: 0; 
  margin-bottom: 10px;
  border-radius: 8px;
  border: solid 1px #f1f1f1;
  transition: all 0.25s ease-out;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 1%);
}

.store__rows .grid .grid__cell {
  padding: 15px; 
  width: 33.3333%;
  text-align: center;
}

.store__rows .grid .grid__cell:hover {
   color: #747474;
}

.store__rows .grid input[type="checkbox"] {
   display: none;
}

/* .grid-drawer__title::after {
   content: " ";
   position: absolute;
   width: 0;
   height: 0;
   top: 34px;
   right: 20px;
   float: right;
   border-left: 5px solid transparent;
   border-right: 5px solid transparent;
   border-top: 5px solid currentColor;
   transition: transform 0.2s ease-out;
} */

/* .grid-drawer__trigger:checked + .grid-drawer__title::after {
   transform: rotate(-180deg);
} */

.store__rows .grid span {
  margin-right: 10px;
}

.availability-container {
  display: flex;
  flex-direction: column;
  padding: 1px;
  margin-right: 10px;
}

.availability-container input[type="checkbox"] {
   display: none;
}

.availability-drawer {
   margin-bottom: 10px;
   flex: 1;
   box-shadow: -0.1em 0.04em 9px rgb(0 0 0 / 11%);
}

.availability-drawer__title {
   display: block;
   position: relative;
   padding: 1rem 3.5rem .1rem 1.8rem;
   margin-bottom: 0;
   background: white;
   color: #373737;
   font-weight: 600;
   font-size: 15px;
   border-radius: 8px;
   transition: all 0.25s ease-out;
   cursor: pointer;
}

.availability-drawer p {
  padding: 0 3.5rem 0 1.8rem;
  font-size: 13px;
}

.availability-drawer p .link {
  float: right;
}

.availability-drawer__details {
  float: right;
}

.availability-drawer__details span:first-child {
  margin-right: 30px;
}

.availability-drawer__title:hover {
   color: #747474;
}

.availability-drawer__title .icon:not(.icon-theme-088) {
  position: absolute;
  right: 11px;
  width: 1.5em;
  height: 4em;
}

.availability-drawer__title .icon-theme-088 {
  margin-top: -4px;
}

.availability-drawer__content-wrapper {
   overflow: hidden;
   max-height: 0px;
   font-size: 15px;
   line-height: 23px;
   transition: max-height 0.25s ease-in-out;
}

.availability-drawer__trigger:checked
   + .availability-drawer__title
   + .availability-drawer__content-wrapper {
   max-height: 350px;
}

.availability-drawer__trigger:checked + .availability-drawer__title {
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 0;
}

.availability-drawer__content-wrapper .availability-drawer__content {
   background: white;
   padding: 1rem 3.5rem 1rem 1.8rem;
   border-bottom-left-radius: 8px;
   border-bottom-right-radius: 8px;
}

.availability-drawer__content .link {
  float: right;
  margin-right: 10px;
}
.store__rows .grid .grid__cell .icon {
  width: 12px;
  height: 14px;
  margin-right: -66px;
  opacity: .7;
}

.main__table--store-availability .table {
    border-collapse: separate;
    border-spacing: 0 12px;
}

.table--store-availability tr {
  margin-bottom: 10px;
  box-shadow: 0 1px 20px -9px rgb(0 0 0 / 29%);
}

.table--store-availability tr td {
  padding: 10px;
}

.table--store-availability tr td .link {
  
}

@media screen and (min-width: 641px) {
  .form__input-row--store-availability {
    margin: 0;
  }
}

.modal--store-availability .button {
  line-height: 48px;
}

.modal--store-availability .form__field {
  margin-left: -5px;
}

.store_availability--result ul {
  list-style-type: none;
}


.store_availability--result ul li {
  margin-bottom: 10px;
}

.form__input-row--store-availability 
.form__input-wrapper--labelled .form__field{
  padding-bottom: 20px;
}

.store_availability--product {
  position: relative;  
}

.store_availability--product .product-item {
  padding-right: 1px;
}

.store_availability--product .spinner-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #fff;
  height: 100%;
}

.modal--store-availability svg.icon--location {
  margin-bottom: -6px;
}

.map--direction {
  width: 100%;
  min-height: 500px;
  height: 100%;
}

.heading--result-availability {
  position: relative;
  display: none;
}

.heading--result-availability svg {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 1px;
  right: 80px;
  bottom: 3px;
}

.heading--result-availability select {
  padding: 0 11px 0 12px;
  height: 35px;
  border: 1px solid var(--form-border-color);
  border-radius: 2px;
  background: transparent;
  font-size: 12px;
  font-weight: initial;
  box-shadow: 0 -1px 1px rgba(var(--border-color-rgb),.3) inset;
  transition: border-color .2s ease-in-out,box-shadow .2s ease-in-out;
}

.store-availability__img-product img {
  width: 100px;
  display: block;
  margin: 0 auto;
}

.form__input-row--store-availability .button > svg {
  fill: #fff;
} 

.form__input-row--store-availability .success > svg {
  fill: var(--success-color);
}

.form__input-row--store-availability .button {
  position: relative;
  line-height: 3.42em;
}

.form__input-row--store-availability .button .loader--dot {
  display: none;
  position: absolute;
  font-size: 6px;
  margin: 0;
  left: 41%;
  top: 4.2%;
  right: 1px;
}

.form__field--availability  {
  border: 1px solid var(--success-color);
  color: var(--success-color);
}

.form__input-wrapper--availability .form__input-wrapper {
  position: relative;  
}

.form__input-wrapper--availability span {
  position: absolute;
  margin-top: 10px;
  right: 15px;
  width: auto;
  cursor: pointer;
}

/*===============

    SITE PAGE

===============*/
.rte .sitemap-item ul,
.sitemap-column ul {
  margin-left: 0;  
}

.sitemap-column h2 {
   margin-left: -20px; 
}

.sitemap-item ul li:last-child {
  margin-bottom: 20px;
}

/*================

    SPINNER

================*/

.spinner-wrapper {
	width: 100%;
	display: none;
	justify-content: center;
	align-items: center;
}

.spinner-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}

.message {
	text-align: center;
	margin-top: .25em;
}

#spinner {
	width: 3em;
	
	#sGD stop {
		stop-color: #e31b23;
	}
	
	.path-solid {
		stroke: #e31b23;
	}
	
	.path-gradient {}
}
/*================
    LOGOS
    QUICK LINKS
=================*/

.quick-links {
  border: 0;
}

.quick-links__link {
  box-shadow: none;
}

/*===============
  
  LY SWITCHER

===============*/
.ly-switcher-wrapper {
  display: none !important;
}

/*================

  HIDE OLD SEARCH

=================*/
.snize-ac-results{
  display: none !important;
}

.preview-bar-iframe {
  display: none;
}

/*=============

  LANGIFY

==============*/
.ly-switcher-wrapper {
  display: none !important;
}

/*===============

  BACK IN STOCK

================*/
.small-print {
  //display: none;
}

/*==============

  KLAVIO PANEL

===============*/
.needsclick {
  background: #fff;
  color: var(--header-accent-color);
}

/*================

  LOGO INDUSTRY

================*/
.logo-list--industry .product-item__primary-image {
  top: 0;
}

.logo-list--industry .product-item .product-item__image-wrapper {
  height: 86px;
}
.logo-list--industry .product-item 
.product-item__image-wrapper
.aspect-ratio--square {
  padding-bottom: 0 !important;
  height: 80px;
}

.logo-list--industry .collection-list-item__title {
  text-transform: uppercase;
}

.logo-list--industry .product-item {
  text-align: center; 
  padding: 20px 10px;
}

.logo-list--industry .product-item .aspect-ratio svg.icon-industry {
  width: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*================

   CROSS SELL

================*/
#page-product {
  position: relative;
}

.cross-sell {
    display: inline-block;
    width: 320px;
    background: #fff;
    z-index: 2;
    border: 1px solid var(--form-border-color);
    border-radius: 6px;
    padding: 22px;
    margin-left: 10px;
}

/*==============

  PRODUCT
  COMPARE

===============*/

.sp_compare_tbl .sa_cmp_title {
  font-weight: 900;
  text-transform: uppercase;
}

@media screen and (min-width: 641px) {
  .container--page-compare {
      min-height: 500px;
  }
}

.sp_compare_tbl .sp_product_heading ul li {
  font-family: var(--text-font-family);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

.sp_compare_tbl ul.sp_product_con > li {
  font-family: var(--text-font-family);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.sp_compare_tbl * {
  background-color: #fff;
}

.sp_compare_tbl .sp_add_to_cart .sa_cmp_addcart, .sa_cmp_soldout {
    padding: 5px 18px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    border-radius: 20px !important;
}

#SP_CmpHtml .sp_compare_tbl .sp_add_to_cart .sa_cmp_addcart {
  padding: 5px 18px !important;
}

#SP_CmpHtml .sp_compare_tbl .sp_add_to_cart .sa_cmp_soldout {
  color: var(--secondary-background)!important;
  background: var(--header-accent-color)!important;
}

#sa_ca_wrapper div .btn {
  font-size: 11px !important;
  color: var(--secondary-background) !important;
  background-color: var(--header-accent-color) !important;
  padding: 5px 18px !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
  border-radius: 20px !important;
}

#sa_ca_wrapper div .ca_Rmvall {
  font-size: 11px !important;
}

#sa_ca_wrapper div span.close {
  background: var(--header-accent-color) !important;
}

input.SPCMP_Add[type='button'].new_SPCMP_Btn {
  font-family: var(--text-font-family)!important;
  font-weight: var(--text-font-weight)!important;
  font-style: var(--text-font-style)!important;
  font-size: var(--base-text-font-size) !important;
  line-height: 1.87!important;
  text-align: left !important;
  text-decoration: underline !important;
  min-height: initial !important;
  margin: 0!important;
  padding-left: 37px !important;
  background: url(https://cdn.shopify.com/s/files/1/1849/7763/files/scale-svgrepo-com.png) no-repeat left;
  background-size: 27px;
  background-position: 1px;
  box-shadow: none !important;
}

#sa_ca_wrapper .ca_flap {
  font-family: var(--text-font-family) !important;
  font-size: 12px !important;
}

input.SPCMP_Add:not(.new_SPCMP_Btn) {
  border: 1px solid rgba(0,0,0,.2) !important;
  width: 15px !important;
  height: 15px !important;
  -moz-appearance:none;
  -webkit-appearance:none;
  -o-appearance:none;
  outline: none;
  content: none;	
}
.SPCMP_chk_lbl input[type="checkbox"]:checked {
  color: #aee9d1;
  background-color: #e8fff3;
  border: 2px solid #aee9d1 !important;
}

.SPCMP_chk_lbl input[type="checkbox"]:checked + *::before {
  content: "";
  margin-top: 1px;
  margin-left: 0.05em;
  width: 8px;
  height: 5px;
  border: 0.14em solid #202223;
  border-top: none;
  border-right: none;
  background: 0 0;
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 11px;
  left: 3px;
}

#sa_ca_wrapper .ca_top .ca_flap .SP_triangle:not(.compare-controls .btn) {
  border-color: #000 transparent transparent !important;
}

#sa_ca_wrapper div.sa_ca_content span.close {
  background: #e2291c !important;
}

@media screen and (min-width: 641px){
  #sa_ca_wrapper div.sa_ca_content span.close {
    background: #000 !important;
  }
}
#sa_ca_wrapper .ca_bottom .ca_flap .SP_triangle {
    border-width: 0 6px 9px !important;
}

#sa_ca_wrapper div.compare-controls .btn {
  background: #000 !important;
  box-shadow: none !important;
  color: #fff !important;
}

.sp_compare_tbl .sp_image_block > .sp_img {
  border: 0 !important;
}

.sp_product_con p.sp_add_title {
  border-bottom: 0 !important;
}

.sp_compare_tbl .sp_form_control {
  border: 1px solid #f2f2f2 !important;
}

#sp_product select {
  border-bottom: 1px solid #f2f2f2 !important;
}

li.sp_ESRrsistantauxchocslectriques {
  content: "\2705" !important;
}

#sa_ca_wrapper div.ca_top {
  top: 0.65em !important;
}

#sa_ca_wrapper div.ca_top .ca_flap {
  border-radius: 0 !important;
}

#sa_ca_wrapper div.ca_flap {
  padding: 8px 15px !important;
}

#sa_ca_wrapper div.ca_top .ca_flap .SP_triangle {
  border-width: 8px 6px 0 6px !important;
}

#sa_ca_wrapper .ca_right .ca_flap {
  border-radius: 0 !important;
}

#sa_ca_wrapper .ca_right .ca_flap .SP_triangle {
  border-color: #f1c218 transparent transparent !important;
}

#sa_ca_wrapper .ca_right .sa_ca_content .close .SP_triangle {
  border-color: transparent transparent transparent #f1c218 !important;
}

/*==============*/
.center {
  position: absolute;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.zipcode {
  width: 120px;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  border: 1px solid #ccc;
}

.search-button {
  padding: 0 15px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  background-color: #000;
  color: #fff;
  border: none;
  cursor: pointer;
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}

.custom-select-wrapper select {
  display: none;
}

.custom-select {
  position: relative;
  display: inline-block;
}

.custom-select-trigger {
  position: relative;
  display: block;
  height: 40px;
  width: 130px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 37px;
  font-weight: 300;
  color: #000;
  cursor: pointer;
  border: 1px solid #ccc;
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 15px 0;
  border: 1px solid var(--form-border-color);
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
  background: #fff;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.option-hover:before {
  background: #f9f9f9;
}

.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  border: 1px solid var(--form-border-color);
  line-height: 45px;
  cursor: pointer;
  transition: all .4s ease-in-out;
}

.custom-option:last-of-type {
  border-bottom: 0;
}

.custom-option:hover,
.custom-option.selection {
  background: #f9f9f9;
}

/*=================

  	  COOKIE

==================*/
.cookie-bar__text {
  display:flex;
  align-items: center;
  justify-content: center;
}

.main-cookie__icon svg {
  fill: #000;
  //margin-right: 10px;
}

.cookie-bar {
  bottom: - 100px;
  transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0;
  visibility: visible;
}
  
.show-banner {
  bottom: 125px;
  opacity: 1;
}

.modal__content--cookies {
  padding-right: 30px;
}

.modal__content--cookies .button-group {
  margin-top: 30px;
  justify-content: center;
}

.cookie-bar__button.button--ternary {
  border: solid 1px;
}

.cookie-bar__button.button{
  width: calc(100% - 5px);
}

.modal__content--cookies .button-group .button--secondary {
  background-color: #000;
}

@media screen and (min-width: 641px) {
  .modal__content--cookies .button-group {
    justify-content: flex-end;
  }

  .cookie-bar__button.button{
    width: initial;
  }
}

/*=================
   MODAL COOKIES
==================*/
.modal--cookies {
  margin-top: 100px;  
}

@media screen and (min-width: 641px) {
  .modal--cookies {
    margin-top: initial;  
  }
}

.modal--cookies-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.modal--cookies-title {
    flex: 1;
    font-weight: bold;
}

.modal--cookies-title:first-child {
    display: flex;
    justify-content: space-between;
}

.modal--cookies-title:first-child .left-span {
    flex: 1;
    text-align: left;
}

.modal--cookies-title:first-child .right-span {
    text-align: right;
    color: #004b7b;
    background-color: #e6f5f9;
    font-weight: 700;
    font-size: 14px;
    border-radius: 4px;
    display: inline-block;
    padding: 0 8px;
}


.modal--cookies-checkbox {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

label.label--checkbox1 {
  background-color: #f1f1f1 !important;
}

label.label--checkbox1::before {
  border: 1px solid #f1f1f1 !important;
}

.modal--cookies-toggle {
    display: none;
}

.modal--cookies-toggle + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    width: 36px;
    height: 15px;
    background-color: #000;
    border-radius: 12px;
    transition: background-color 0.3s ease;
}

.modal--cookies-toggle:checked + label {
    background-color: rgb(9, 125, 108);
}

.modal--cookies-toggle + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 1px solid #000;
    border-radius: 50%;
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.modal--cookies-toggle:checked + label::before {
    transform: translateX(16px);
}

/* ADDED */
.modal__content .table-wrapper ul {
  padding-top: 10px;
  padding-bottom: 10px;
}

.modal__content .table-wrapper ul li {
  list-style-type: square;
  margin-left: 20px;
}

.modal__content .table-wrapper[aria-hidden=true]{
  display: none;
}

.modal__content--cookies {
  padding-top: 8!important;
  padding-right: 12px;
}

.modal--cookies .modal__header a {
  display: inline-block;
  margin-top: 5px;
}
.modal--cookies h2 {
  display: flex;
  padding-top: 8px;
  padding-bottom: 0px;
  font-size: 12px;
}

.modal--cookies h2 svg {
  fill: #000;
  margin-top: 2px;
  margin-right: 5px;
}

.modal--cookies .modal__header {
  padding-bottom: 0;
}

.modal__content a {
  color: var(--link-color);
  text-decoration: underline;
}

.modal__content--cookies .button-group {
  margin-top: 5px;
}

.modal--cookies .button {
  line-height: 42px;  
}

.modal--store-availability a {
  color: initial;
}

.modal--cookies-paragraph {
  font-size: 12px;
}

.modal--cookies .modal__wrapper--default p {
  margin-bottom: 0;
}

@media screen and (min-width: 641px) {
  .modal--cookies h2 {
    font-size: initial;
  }
  
  .modal__content--cookies {
    padding-top: 30px !important;
  }

  .modal--cookies-paragraph {
    font-size: initial;
  }

   .modal--cookies .modal__wrapper--default p {
      margin-bottom: initial;
    }
  
  .modal__content--cookies .button-group {
    margin-top: 30px;
  }

  .modal--cookies .button {
    line-height: 50px;  
  }
}

/*====================

  PAGE STORE LOCATOR

====================*/
.stores__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.store-name {
  margin: 10px 0;
  font-weight: bold;
}

.store-description {
  margin: 10px 0;
}

.pagination-container {
  margin-top: 20px;
}

.page-link {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.page-link:hover {
  background-color: #ff0466;
}

.stores__row .button--transparent {
  border: solid 1px;
  font-size: 14px;
}

.stores__row .icon {
  height: 1.5em;
  width: 1.5em;
  color: #ff0466;
  fill: #ff0466;
}

/*===============

  REVIEWS WIDGET

================*/
.jdgm-rev-widg {
  padding: 0 !important;  
}

.jdgm-rev-widg .jdgm-form__title {
  font-family: var(--heading-font-family) !important;
}

.jdgm-rev-widg__header {
  text-align: left !important;
}

.jdgm-row-stars {
  justify-content: start !important;
}

.jdgm-rev-widg__summary {
  width: initial !important;
}

.jdgm-write-rev-link {
  max-width: 180px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  background-color: #fff !important;
  color: #000 !important;
  border: solid 1px #000 !important;
  font-size: 14px !important;
  font-weight: initial !important;
}

.jdgm-rev-widg__title {
  font-family: var(--heading-font-family) !important;
  font-weight: var(--heading-font-weight) !important;
  font-style: var(--heading-font-style) !important;
  color: var(--heading-color) !important;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 21px)) !important;
  line-height: 1.5 !important;
  text-transform: uppercase !important;
}

.jdgm-btn:not(.jdgm-submit-rev) {
  border: solid 1px #000 !important;
  color: #000 !important;
}

.jdgm-form {
  max-width: initial !important;
  padding: 0 !important;
}

.jdgm-media-fieldset__icon {
  color: #000 !important;
}

// Leonard Promo
.leonard-promo-nats{
  display:flex;
  align-items:center;
  flex-wrap: wrap;
}

.leonard-promo-nats .product-form__info-content{
  width:auto;
}
.leonard-promo-nats .leonard-promo-img{
  display: none;
  min-width:75px;
  margin-left:auto;
}

/*==============

  LEONARD PROMO

================*/
.leonard-promo-collection .leonard-promo{
  position: relative;
}
.leonard-promo-collection .leonard-promo .leonard-promo-bg, .leonard-promo-collection .leonard-promo .leonard-promo-bg-mobile{
  position:absolute;
  height:100%;
  object-fit:cover;
  top:0;
  right:0;
  bottom:0;
  left:0;
}
.leonard-promo-collection .leonard-promo .leonard-promo-bg{
  display:none;
}
.leonard-promo-collection .leonard-promo-text{
  position:relative;
  z-index:1;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 8rem;
}
.leonard-promo-collection .leonard-promo-text h2{
  margin-bottom:0px;
  color:white;
  font-size:22px;
  line-height:1.25;
}
.leonard-promo-collection .leonard-promo-text small {
  color: white;
}
.leonard-promo-collection .leonard-yellow {
  color: #FCB900;
}

@media screen and (min-width: 641px){
  .leonard-promo-collection .leonard-promo .leonard-promo-bg{
    display:flex;
  }
  .leonard-promo-collection .leonard-promo .leonard-promo-bg-mobile{
    display:none;
  }
  .leonard-promo-collection .leonard-promo-text{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .leonard-promo-collection .leonard-promo-text h2{
    font-size:28px;
  }
}



.block-swatch-list:has(input[name="pointure"]){
  display:flex;
  flex-wrap: wrap;
  column-gap: 0.275rem;
  > p{
    display:flex;
    width:100%;
  }
}

.block-swatch-list.leo-fix-size-kid:has(input[name="pointure"]){
  .block-swatch:has(input[value="10"]){
    order:1;
  }
  .block-swatch:has(input[value="10.5"]){
    order:2;
  }
  .block-swatch:has(input[value="11"]){
    order:3;
  }
  .block-swatch:has(input[value="11.5"]){
    order:4;
  }
  .block-swatch:has(input[value="12"]){
    order:5;
  }
  .block-swatch:has(input[value="12.5"]){
    order:6;
  }
  .block-swatch:has(input[value="13"]){
    order:7;
  }
  .block-swatch:has(input[value="13.5"]){
    order:8;
  }
  .block-swatch:has(input[value="1"]){
    order:9;
  }
  .block-swatch:has(input[value="1.5"]){
    order:10;
  }
  .block-swatch:has(input[value="2"]){
    order:11;
  }
  .block-swatch:has(input[value="2.5"]){
    order:12;
  }
  .block-swatch:has(input[value="3"]){
    order:13;
  }
  .block-swatch:has(input[value="3.5"]){
    order:14;
  }
  .block-swatch:has(input[value="4"]){
    order:15;
  }
  .block-swatch:has(input[value="4.5"]){
    order:16;
  }
  .block-swatch:has(input[value="5"]){
    order:17;
  }
  .block-swatch:has(input[value="5.5"]){
    order:18;
  }
  .block-swatch:has(input[value="6"]){
    order:19;
  }
  .block-swatch:has(input[value="6.5"]){
    order:20;
  }
  .block-swatch:has(input[value="7"]){
    order:21;
  }
  .block-swatch:has(input[value="7.5"]){
    order:22;
  }
  .block-swatch:has(input[value="8"]){
    order:23;
  }
  .block-swatch:has(input[value="8.5"]){
    order:24;
  }
  .block-swatch:has(input[value="9"]){
    order:25;
  }
  .block-swatch:has(input[value="9.5"]){
    order:26;
  }
}

.block-swatch-list:not(.leo-fix-size-kid):has(input[name="pointure"]){
  .block-swatch:has(input[value="1"]){
    order:1;
  }
  .block-swatch:has(input[value="1.5"]){
    order:2;
  }
  .block-swatch:has(input[value="2"]){
    order:3;
  }
  .block-swatch:has(input[value="2.5"]){
    order:4;
  }
  .block-swatch:has(input[value="3"]){
    order:5;
  }
  .block-swatch:has(input[value="3.5"]){
    order:6;
  }
  .block-swatch:has(input[value="4"]){
    order:7;
  }
  .block-swatch:has(input[value="4.5"]){
    order:8;
  }
  .block-swatch:has(input[value="5"]){
    order:9;
  }
  .block-swatch:has(input[value="5.5"]){
    order:10;
  }
  .block-swatch:has(input[value="6"]){
    order:11;
  }
  .block-swatch:has(input[value="6.5"]){
    order:12;
  }
  .block-swatch:has(input[value="7"]){
    order:13;
  }
  .block-swatch:has(input[value="7.5"]){
    order:14;
  }
  .block-swatch:has(input[value="8"]){
    order:15;
  }
  .block-swatch:has(input[value="8.5"]){
    order:16;
  }
  .block-swatch:has(input[value="9"]){
    order:17;
  }
  .block-swatch:has(input[value="9.5"]){
    order:18;
  }
  .block-swatch:has(input[value="10"]){
    order:19;
  }
  .block-swatch:has(input[value="10.5"]){
    order:20;
  }
  .block-swatch:has(input[value="11"]){
    order:21;
  }
  .block-swatch:has(input[value="11.5"]){
    order:22;
  }
  .block-swatch:has(input[value="12"]){
    order:23;
  }
  .block-swatch:has(input[value="12.5"]){
    order:24;
  }
  .block-swatch:has(input[value="13"]){
    order:25;
  }
  .block-swatch:has(input[value="13.5"]){
    order:26;
  }
  .block-swatch:has(input[value="14"]){
    order:27;
  }
  .block-swatch:has(input[value="14.5"]){
    order:28;
  }
  .block-swatch:has(input[value="15"]){
    order:29;
  }
  .block-swatch:has(input[value="15.5"]){
    order:30;
  }
  .block-swatch:has(input[value="16"]){
    order:31;
  }
  .block-swatch:has(input[value="16.5"]){
    order:32;
  }
  .block-swatch:has(input[value="17"]){
    order:33;
  }
  .block-swatch:has(input[value="17.5"]){
    order:34;
  }
  .block-swatch:has(input[value="18"]){
    order:35;
  }
  .block-swatch:has(input[value="18.5"]){
    order:36;
  }
  .block-swatch:has(input[value="19"]){
    order:37;
  }
  .block-swatch:has(input[value="19.5"]){
    order:38;
  }
  .block-swatch:has(input[value="20"]){
    order:39;
  }
  .block-swatch:has(input[value="20.5"]){
    order:40;
  }
  .block-swatch:has(input[value="21"]){
    order:41;
  }
  .block-swatch:has(input[value="21.5"]){
    order:42;
  }
  .block-swatch:has(input[value="22"]){
    order:43;
  }
  .block-swatch:has(input[value="22.5"]){
    order:44;
  }
  .block-swatch:has(input[value="23"]){
    order:45;
  }
  .block-swatch:has(input[value="23.5"]){
    order:46;
  }
  .block-swatch:has(input[value="24"]){
    order:47;
  }
  .block-swatch:has(input[value="24.5"]){
    order:48;
  }
}

.block-swatch-list:not(.leo-fix-size-kid):has(input[name="pointure"]){
  .block-swatch:has(input[value="2XS"]){
    order:1;
  }
  .block-swatch:has(input[value="XS"]){
    order:2;
  }
  .block-swatch:has(input[value="S"]){
    order:3;
  }
  .block-swatch:has(input[value="M"]){
    order:4;
  }
  .block-swatch:has(input[value="L"]){
    order:5;
  }
  .block-swatch:has(input[value="XL"]){
    order:6;
  }
  .block-swatch:has(input[value="2XL"]){
    order:7;
  }
  .block-swatch:has(input[value="XXL"]){
    order:8;
  }
  .block-swatch:has(input[value="XXXL"]){
    order:9;
  }
  .block-swatch:has(input[value="3XL"]){
    order:10;
  }
  .block-swatch:has(input[value="4XL"]){
    order:11;
  }
  .block-swatch:has(input[value="1X"]){
    order:12;
  }
  .block-swatch:has(input[value="2X"]){
    order:13;
  }
  .block-swatch:has(input[value="3X"]){
    order:14;
  }
}

#page-product:has(input[data-product-id="9699697459475"], input[data-product-id="9743919022355"], input[data-product-id="9732297064723"]){
  .product-form__variants{
    .product-form__option[data-selector-type="block"]{
      display:none;
    }
  }
}
#page-product:has(input[data-product-id="9733661884691"]) .product-form__variants .product-form__option:nth-of-type(3){
   display:none;
}

.cart-terms__checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  user-select: none;
  line-height: 24px;
}
.cart-terms__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  height: 24px;
  width: 24px;
}
.cart-terms__checkbox input:checked ~ .cart-terms__check svg {
  opacity: 1;
}

.cart-terms__check {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px solid #bfbfbf;
  pointer-events: none;
}
.cart-terms__check svg {
  opacity: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s;
}
.feather-icon .icon, .feather-icon.icon {
    fill: transparent;
    stroke: black;
    stroke-width: 2px;
}
.leo-red{
  color:#e31d1a;
}
.header__cart-count{
  background-color:black;
}
.cart-terms__checkbox a{
  color:var(--accent-color);
text-decoration:underline;
}
.card__section .sp-compare-button {
    text-decoration: underline;
    text-transform: initial;
    justify-content: flex-start;
}

/*html[lang='fr']{
  .sp-compare-wrap{
    label{
      span{
        font-size: 0px;
        &::before{
          content: "Comparer ce produit";
          font-size: 14px;
        }
      }
    }
  }
}*/

.rte h2.sezzle-subheader, .rte h1.sezzle-header{
  margin-left:auto;
  margin-right:auto;
}

label.boost-sd__radio-label.boost-sd__radio-label--non-radius.boost-sd__radio-label--hide-text{
  border:none;
  box-shadow: none;
}

button.boost-sd__button.boost-sd__button--border.boost-sd__button--hide-on-mobile.boost-sd__button--rectangle.boost-sd__button--left.boost-sd__button--full-width.boost-sd__button--quick-view{
  width: 20px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border:none;
  top: -2.5rem;
  right:0;
  padding:0;
}
.boost-sd__product-info{
  position:relative;
}

button.boost-sd__button.boost-sd__button--border.boost-sd__button--hide-on-mobile.boost-sd__button--rectangle.boost-sd__button--left.boost-sd__button--full-width.boost-sd__button--quick-view span.boost-sd__button-text.boost-sd__cta-button-text{
  margin: 0;
}



button.boost-sd__button.boost-sd__button--border.boost-sd__button--hide-on-mobile.boost-sd__button--rectangle.boost-sd__button--left.boost-sd__button--full-width.boost-sd__button--quick-view::before{
 content: ""; /* Code Unicode de l'œil 👁 */
  z-index: 2;
      background: url(/cdn/shop/files/quickview-icon.png?v=1749750695);
    background-size: contain;
    background-repeat: no-repeat;
      position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}