:root {
  --primary-color: #431415;
  --accent-color: #e06d77;
  --accent-color-2: #D02936;
  --light-color: #F4F4F4;
  --border-color: #E3E3E3;
  --border-color-2: #707070;
  --default-color: #000;
  --c-line-separator: #D0D0D0;
  --default-gap: 1.2rem;
  --large-gap: 3.5rem;
  --default-font-family: "Open sans", sans-serif;
  --secondary-font-family: "Open Sans", sans-serif;
  --text-transform-breadcrumb: uppercase;
  --breadcrumb-size: .8rem;
  --default-line-height: 1.4;
}
.product-card {
  font-family: var(--secondary-font-family);
  position: relative;
  max-width: 100vw;
}
.product-card-badges {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.product-card-image {
  aspect-ratio: 1;
  transition: background-color 0.5s;
}
.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.product-card-infos {
  border-right: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 4px 0;
  padding-right: var(--default-gap);
  margin-top: auto;
  font-size: 0.95em;
  transition: border-color 0.5s;
  line-height: var(--default-line-height);
}
.product-card-infos-line {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
.product-card-title {
  font-weight: bold;
  text-transform: uppercase;
  transition: color 0.5s;
}
@media screen and (max-width: 767px) {
  .product-card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.product-card-price {
  font-weight: bold;
  white-space: nowrap;
}
.product-card-marque {
  font-size: 0.9em;
}
.product-card-promo {
  white-space: nowrap;
  font-size: 0.9em;
  text-decoration: line-through;
  color: var(--accent-color);
}
.product-card a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  gap: 10px;
}
.product-card a:hover .product-card-image {
  
}
.product-card a:hover .product-card-infos {
  border-color: transparent;
}
.product-card a:hover .product-card-title {
  color: var(--accent-color);
}
/****** etiquettes style ******/
.description-cont {
  font-family: var(--default-font-family);
  font-size: 15px;
  margin-bottom: 2rem;
  line-height: var(--default-line-height);
}
.description-cont h2 {
  font-size: 30px !important;
  font-family: var(--default-font-family) !important;
  margin-bottom: 0;
}
.page-title {
  font-size: 2.188rem;
  font-weight: bold;
  font-family: var(--secondary-font-family);
  text-align: center;
  margin: 2rem 0;
}
.etiquettes-cont-specificStyle a {
  text-decoration: none;
}
.etiquettes-cont-specificStyle .expend-etiquette-mobile-btn-cont {
  display: flex;
  justify-content: center;
  cursor: pointer;
  color: white;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .etiquettes-cont-specificStyle .expend-etiquette-mobile-btn-cont {
    display: none;
  }
}
.etiquettes-cont-specificStyle .expend-etiquette-mobile-btn-cont .expend-mobile-title {
  border: 1px solid black;
  background-color: black;
  padding: 10px 20px;
  width: fit-content;
}
.etiquettes-cont-specificStyle .expend-etiquette-mobile-btn-cont:hover {
  color: var(--accent-color);
}
.etiquettes-cont-specificStyle .expend-etiquette-mobile-btn-cont:hover .expend-mobile-title {
  background-color: white;
}
.etiquettes-cont-specificStyle .etiquettes-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .etiquettes-cont-specificStyle .etiquettes-cont {
    margin-top: 20px;
    display: none;
  }
}
.etiquettes-cont-specificStyle .etiquettes-cont a {
  border: 1px solid black;
  padding: 12px 21px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .etiquettes-cont-specificStyle .etiquettes-cont a {
    margin: 7px 7px;
    padding: 4px 7px;
  }
}
.etiquettes-cont-specificStyle .etiquettes-cont a:hover {
  background: black;
  color: white;
}
.tmkey-categories-specificStyle-cont .cat-cont {
  margin: 3.125rem 0 4rem 0;
  position: relative;
}
.tmkey-categories-specificStyle-cont .cat-cont .cat-procuts-cont {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-left: 20px;
  gap: 15px;
}
.tmkey-categories-specificStyle-cont .cat-cont .cat-title-block {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.tmkey-categories-specificStyle-cont .cat-cont .cat-title-block .cat-title {
  font-size: 30px !important;
  font-family: var(--default-font-family) !important;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .tmkey-categories-specificStyle-cont .cat-cont .cat-title-block .cat-title {
    text-align: center;
  }
}
.tmkey-categories-specificStyle-cont .cat-cont .cat-title-block .cat-link {
  font-size: 30px;
  cursor: pointer;
  margin-left: 30px;
  font-weight: 400;
  font-family: var(--secondary-font-family);
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 1.5rem;
}
.tmkey-categories-specificStyle-cont .cat-cont .cat-title-block .cat-link:hover {
  color: var(--accent-color);
}
@media screen and (max-width: 560px) {
  .tmkey-categories-specificStyle-cont .cat-cont .cat-title-block .cat-link {
    font-size: 1.2rem;
  }
}
.tmkey-categories-specificStyle-cont .cat-cont .cat-title-block .cat-link .svg-arrow {
  margin-left: 9px;
}
.tmkey-categories-specificStyle-cont .cat-cont .cat-title-block .cat-link h2 {
  margin-left: 10px;
  font-weight: 400 !important;
}
@media screen and (max-width: 560px) {
  .tmkey-categories-specificStyle-cont .cat-cont .cat-title-block .cat-link h2 {
    font-size: 1.2rem !important;
  }
}
.tmkey-categories-specificStyle-cont .controls {
  position: absolute;
  display: flex;
  list-style: none;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0;
}
.tmkey-categories-specificStyle-cont .controls li {
  z-index: 10;
  transition: transform 0.3s ease;
  margin: auto 0;
  cursor: pointer;
  padding: 5px;
}
.tmkey-categories-specificStyle-cont .controls li:hover {
  transform: scale(1.2);
}
.tmkey-categories-specificStyle-cont .img-cont {
  z-index: 5;
}
.tmkey-categories-specificStyle-cont #tns1-ow, .tmkey-categories-specificStyle-cont .mkey-specificStyle-slider0 {
  justify-content: unset;
}
