/** Shopify CDN: Minification failed

Line 39:43 Expected ":"

**/
/* GENERAL */
:root {
  --border-color: none;
}
  #fsb_container {
    display: none;
  }
/*main{padding-bottom: 20px;}*/
.btn-base {
  padding: 0 20px;
  line-height: 48px;
  border-radius: 100px;
  font-weight: var(--text-font-bolder-weight);
  font-size: var(--default--base-text-font-size);
  cursor: pointer;
  transition: background .25s ease-in-out,color .25s ease-in-out,box-shadow .25s ease-in-out;
}
.bg-img { /*background img full width for restaurant page for expl*/
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 700px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
  
/* HEADER + Menu sticky */
#shopify-section-header-3{top:-71px;}
#pageBackground {
    /*background: url(/cdn/shop/files/SeamlessWaterTX_v4.png?v=1621456356);*/
  	background: url(//cdn.shopify.com/);scro
    background-repeat: repeat;
    /*background-size: cover;
    background-blend-mode: darken;*/
    width: 100%;
    height: 100%;
  	-o-background-size: repeat;
    -moz-background-size: repeat;
    -webkit-background-size: repeat;
}
.heading{
  font-weight:500;
  /*color: #1a1a1d;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  width: 100%;*/
}
.section__header h2 {
  color: #1a1a1d;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  width: 100%;
}
.header {
  z-index:99999;
  color: black;
  min-height: 50px;
  padding: 0;
}
.hidden-pocket .hidden-lap {display: none;}
.announcement-bar {border-bottom:none;}

.header__search-bar-wrapper {
  /*padding: 0 0 0 0;*/
  /*background: none;*/
}
@media screen and (max-width: 999px){
  #shopify-section-header-3 {
    padding-bottom: 0;
  }
}
/*Traduction - resize des drapeaux*/
.ht-tms-dropdown__list-item{
  padding: 0 25px 0 0;
  grid-template-rows: 25px;
  background-color: transparent;
  color: white;
}
svg.ht-tms-dropdown__arrow path{
  fill: white !important;
}
.ht-tms--float .ht-tms-dropdown__selected, .ht-tms--float .ht-tms-dropdown__list{
  border: none;
}
/* Store Credit */
#binderpos-open-credit {
  display: none !important;
}
/* Mobile Menu */
.mobile-menu__section {
  padding: 16px 20px 0 20px;
}
.title-submenu {
  color: white;
  font-weight: 600;
  font-size: 15px;
}
/* ACCOUNT */
/* compte mobile */
.value-picker__inner {
  background-color: black;
}
  /* INDEX */
main section {
/*padding: 20px 35px 20px 35px;*/
padding: 20px 35px 20px 35px;
}
@media screen and (max-width: 641px) {
  main section {
	padding: 20px; 
  }
}
.section, .o-featuredColl {
  max-width: 1440px;
  margin: auto;
}
/* Index blocks img promotion-list */
.promo-block__heading {
  margin-bottom: 0;
  text-shadow: 0 0 10px black;
}
.promo-block__content {
  margin-bottom: 0.3em;
  text-shadow: 0 0 10px black;
  font-size: 14.5px;
  font-weight: 500;
}
/* INDEX custom html */
.custom-title {
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 10px;
}
.custom-text p {
  font-size: 15px;
  color: #1a1a1d;
}
/* INDEX Featured products -- preorders & new products */
.product-label--on-sale {
  margin-right: .7em;
}
.featured-collection__header {
  text-align: center;
  width: 100%;
} 
/* INDEX Trending now */
.m-collectionGrid__item {border: none;}
.m-collectionGrid__item:hover{transition: background-color 0.25s linear;}
.m-collectionGrid__item:hover .a-collectionItem__title{visibility: visible}
.a-collectionItem__title {visibility: hidden;}

/* PAGES */
.pageTemplate{margin:0 40px 0 40px;}
.tableau-basique table {
  padding: 10px 0 10px 0;
  border-collapse: collapse;
}
.tableau-basique td, th {
  border: 1px solid #fff;
  padding: 0.5rem;
  text-align: left;
  background-color: #0b507b;
  color: white;
}
.page-basique {
  max-width: 1440px;
  margin: auto;
}
.page-basique > p {
  padding: 10px 0 10px 0;
}
.img-gallery-basique{
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 20px 0;
}
  
/* PAGE EVENTS BINDERPOS */
  div #event-calendar-app .calendar-board-event__content > p {
    display: none;
  }
  .calendar-container .calendar-contents {
    height: auto;
  }
/* COLLECTION-ABYSS.LIQUID */
/*.btn-show-all {
  line-height: 40px;
  margin-left: 10px;
}*/

/* PAGE.COLLECTIONLIST.LIQUID */
.productCard__button--outOfStock {
  background-color: rgb(63 63 68 / 15%);
}
.collection-list-container {
  display: grid;
  justify-items: center;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 1.5em 1em;
  padding: 24px 0 30px 0;
  background-color: #FFFFFF;
  /*border-right: 1px solid #BDBDBD;
  border-left: 1px solid #BDBDBD;*/
  max-width: 1440px;
  margin: auto;
}
.collection-list-item {
    position: relative;
  	display: flex;
  	justify-content: center;
  	/*width: fit-content;*/
    height: 100%;
    min-height: 300px;
  	padding: 0;
  	text-align: center;
    /*overflow: hidden;*/
    /*border: 1px solid #BDBDBD;
    border-radius: 4px;
    background-color: white;*/
}
.grid-image--centered img {
	display: flex;
    margin: auto;
    max-height: 240px;
    max-width: 240px;
  	opacity: 1;
}
/*.grid-image--centered img:hover {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 16px 0px;
  	filter: brightness(70%);
    transition: all 0.5s ease;
}*/
span.collection-list-item-title {
  	background: none;
    position: relative;
	max-width: 240px;
  	height: 60px;
    display: flex;
  	justify-content: center;
    align-items: center;
	padding: 20px 6px;
    /*z-index: 5;
    left: 0;
    bottom: 2px;*/
    transition: 0.2s;
}
.collection-list-item-title {
    font: bold 19px Roboto;
  	color: rgba(40, 40, 40);
    /*line-height: 20px;*/
}
.collection-list-item-title:hover {
  	color: black;
  	text-shadow: 1px 1px 0 white;
}

/* BANNERS USED, METAL, PREORDER */
.banner-preorder {
  position: absolute;
  background-color: #011720;
  color: white;
  font-weight: 500;
  top: 10px;
  right: 0;
  padding: 3px 6px;
  border-radius: 5px;
  opacity: 0.8;
  z-index: 1;
}
.banner-preorder p {
  margin-bottom: 0;
}
.banner-used {
	position: absolute;
	background-image: url("/cdn/shop/files/banner_used.png?v=1615919570");
  	background-repeat: no-repeat;
  	background-size: 130px;
  	top: -35px;
  	/*right: -20px;*/
  	right: -15px;
  	width: 130px;
  	height: 70px;
  	z-index: 1;
}
.banner-used-collection {
  	position: absolute;
  	background-image: url("/cdn/shop/files/banner_used.png?v=1615919570");
  	background-repeat: no-repeat;
  	background-size: 90px;
  	top: -20px;
  	/*right: -35px;*/
	right: -10px;
  	width: 90px;
  	height: 40px;
	z-index: 1;
}
.banner-metal {
	position: absolute;
	background-image: url("/cdn/shop/files/banner-metal.png?v=1616023377");
  	background-repeat: no-repeat;
  	background-size: 100px;
  	top: -40px;
  	left: -15px;
  	width: 100px;
  	height: 70px;
 	z-index: 1;
}
.banner-metal-collection {
  	position: absolute;
  	background-image: url("/cdn/shop/files/banner-metal.png?v=1616023377");
  	background-repeat: no-repeat;
  	background-size: 60px;
  	top: -20px;
  	left: -15px;
  	width: 60px;
  	height: 40px;
  	z-index: 1;
}
.no-img {
  max-width: 400px;
}

/* PRODUITS DANS COLLECTION PAGE */
.cardFilter {
  padding: 0;
  background: #f7f7f7;
  border-color: #dfe3e8;
}
.select2-container--default .select2-selection--multiple, .select2-container--classic .select2-selection--multiple {
  background-color: #f7f7f7;
}
.cardFilter__item {
  border-right: 1px solid #dfe3e8;
}
.productCard__title {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;  
}
.productCard__card:hover {
    border: none;
    box-shadow: none;
  	/*filter: brightness(70%);*/
	transition: all 300ms ease;
}
.productCard__lower {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: none;
}
.productCard__button {
    width: 140px;
    margin: auto;
    border-radius: 4px;
    line-height: 1;
}
.collectionTemplate {
    background-color: #FFFFFF;
}
.collectionGrid {
  grid-gap: 50px 20px;
  padding: 0 40px;
  /*grid-gap: 40px;*/
}
.productCard__card {
    border: none;
    /*border-radius: 4px;*/
    height: 100%;
    display: flex;
    flex-direction: column;
    /*transition: all 200ms ease 100ms;*/
}
.productCard__card:hover {
  border: none;
}
.productCard__upper {
  padding: 10px;
}
.productCard__img {
  max-width: 100%; /* 160px avant */
  /*max-height: 230px;*/
}
.productCard__img:hover, .productCard__button:hover {
  /*box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 16px 0px;
  filter: brightness(70%);
  transition: all .2s ease-in-out;
  transform: scale(1.1);*/
  opacity: 0.8;
}

/* PRODUCT-TEMPLATE-ALTERNATE */
/*.variant-swatch__item {
  width: 50px;
}*/
.variant-swatch-list {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: scroll;
}
.scroller__inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  overflow-y: hidden;
}
.product-tags {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.tags-list {
  border-radius: 100px;
  margin: 8px 10px 0 0;
  padding: 5px 10px;
  color: #919eab;
  background-color: #f4f6f8;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.tags-list:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.product-block-list__wrapper {
  display: grid;
  width: 100%; 
  /*grid-gap: 10px 2em;*/
  justify-content: space-between; 
  grid-template-columns: 100%;
}

@media only screen and (min-width: 950px) {
  .product-block-list__wrapper {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

/* images produits gallerie */
.product-block-list__item.product-block-list__item--gallery {
  position: relative;
  /*display:flex;*/
}  
.product-block-list__item.product-block-list__item--info {
  position: relative;
  width: 100%;
}
/* Globo related page produits */
#ga-product_bought_together button.ga-addalltocart, #ga-product_bought_together button.ga-product_addtocart, #ga-product_related button.ga-addalltocart, #ga-product_related button.ga-product_addtocart {
  background-color: #002641;
}

ul.ga-products-table {
  border: none;
}
#ga-product_related h2 {
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
}

/* YOU MAY ALSO LIKE */
.product-item__title {
  margin-top: 12px;
}
.product-item--vertical .product-item__action-button {
  margin: auto;
  width: 100%;
  /*background: #011723;*/
}
.product-item__title {
  overflow: hidden;
  text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.inventory::before {
  display: none;
}
.inventory {
  padding-left: 0;
}

/* PRODUCT-GALLERY-ABYSS */

.gallery-sticky {
  position: sticky;
  top: 70px;
}
@media screen and (min-width: 1000px){
  .product-gallery--with-thumbnails {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .product-gallery__thumbnail-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: auto;
  }
}
@media screen and (max-width: 900px){
  .product-block-list__item.product-block-list__item--gallery {
    margin-bottom: 0;
	}
}
@media screen and (max-width: 999px){
  .scroller__inner {
    margin-bottom: 0;
  }
}

/* PRODUCT-INFO-ABYSS */

.card-product {
  /*position: relative;*/
  margin-bottom: 18px;
  /*border: 1px solid var(--border-color);*/
  border: none;
  /*display: flex;*/
}

.card-product p {
  /*margin: 0 0 15px;*/
  font-style: normal;
  line-height: 1.6em;
}

.card__section expandable-content {
  text-align: left;
  margin: 5px 0;
}

.rte tbody tr {
  border-collapse: collapse;
  border: none;
}

.mtg-single-description-div {
  padding-top: 15px; 
}

.mtg-single-description-table {
  /* style pour tables descriptions MTG */
}

.product-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0;
}

/*.product-form__container {
  margin: 24px 0;
}*/

.select-wrapper--primary select {
  border-radius: 4px;
}

.product-form {
  padding-top: 20px;
}

.product-form__info-content {
  padding: 10px 0;
  display: flex;
  justify-content: flex-start;
}
.product-form__info-content > div {
  padding-right: 20px;
}

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

.buttons-container {
  /*display: grid;
  grid-gap: 5px;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  align-items: center;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /*height: 50px;*/
}
/*.description-bottom {
  padding: 36px 0;
}*/
.product-form__info-buttons, .product-form__payment-content {
  display:flex;
  align-items:center;
  padding: 10px 0;
  margin-right: 0.7em;
}

.quantity-selector--product, .product-form__add-button, .quantity-selector__value  {
  width: 100%;
}
.buttons-container .button {
  border-radius: 4px;
  line-height: normal;
  padding: 13px 20px;
}
.shopify-payment-button, .spr-header-title, .ga-subtitle {
  display: none;
}

.tabs-content p, .tabs-content ul, .tabs-content li {
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  background-color: none;
}

.text--pull {
  font-family: var(--text-font-family);
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  color: #303030;
}

@media screen and (min-width: 641px) {

	.product-form__inventory {
      position: relative;
      display: block;
	  padding: 10px 0 0 0;
	  font-weight: var(--text-font-bolder-weight);
      font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
	  line-height: 1.2;
	}
  	
}

/* #Tabs toggle
================================================== */
ul.tabs {
  display: block;
  margin: 25px 0;
  border-bottom: solid 1px #134976;
  border-top: 0;
  list-style: none outside;
  margin-left: 0;
  /*text-transform: uppercase;*/
  padding-left: 0;
  padding-bottom: 5px;
}
ul.tabs li {
  display: block;
  width: auto;
  height: 30px;
  padding: 0;
  float: left;
  margin-bottom: 0;
  border: 0;
  list-style: none outside;
  margin-left: 0;
  cursor: pointer;
  }

ul.tabs li a {
  display: block;
  text-decoration: none;
  width: auto;
  height: 29px;
  line-height: 30px;
  margin-right: 60px;
  font-size: 16px;
  color: var(--color-primary);
  outline: none; 
}
  @media (max-width: 960px) {
    ul.tabs li a {
      margin-right: 30px; } }
  @media only screen and (max-width: 798px) {
    /*ul.tabs li a {
      font-size: 12px; }*/ }
  @media only screen and (max-width: 480px) {
    ul.tabs li a {
      margin-right: 20px; } }

ul.tabs li a.active {
  border-bottom: solid 3px #cccccc;
  background-color: #ffffff;
  border-bottom: solid 2px #002641;
  /*height: 31px;*/
  height: 36px;
  position: relative;
  border-right-width: 1px;
  /*color: #304a46;*/
  font-weight: 500;
}

ul.tabs li:last-child a {
  margin: 0; }

ul.tabs-content {
  margin: 0;
  display: block;
  border: 0;
  padding-left: 0; }

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

ul.tabs:after {
  clear: both; }

/* WISHLIST */
.productCard__lower iwishMeta > div {
  padding-bottom: 10px;
}
  
  
/**************************************
**************RESPONSIVE***************
***************************************/

@media only screen and (max-width: 650px) {
   /*For mobile phones: */
  .collection-list-container {
    grid-template-columns: repeat(1, 360px);
    justify-content: center;
  }
}

@media only screen and (min-width: 651px) {
  /* For desktop: */
  .collection-list-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  /* For desktop: */
  .collection-list-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* globo custom css */
/*ul.nav-bar__linklist.list--unstyled:not(.gm-menu){
  display:none !important;
}*/

.invisible {
  display: none;
}

/* Customers */
#binderpos-open-credit {
  display: none;
}
  
/* CHECKOUT */
.page--logo-main .main .logo {
  text-align: center;
}
  
  /*IWISH*/
  
i.fa.fa-heart {
    font-size: 24px;
}
span.iWishCount.header__iwish-count {
    display: inline-flex;
    position: absolute;
    right: -13px;
    top: -7px;
    align-items: center;
    justify-content: center;
    height: 20px;
    min-width: 20px;
    padding: 4px;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
    font-weight: var(--text-font-bolder-weight);
    text-align: center;
    background: var(--color-primary);
    color: #fff;
    border-radius: 1.75em;
    transition: transform .35s ease-in-out;
    will-change: transform;
    transform: scale(1.01);
    z-index: 1;
}  
.iwishproduct {
    margin-top: 21px;
}
i.far.fa-heart {
    font-size: 24px;
}
