:root {
  --sub-menu-height: calc(var(--header-height) + var(--menu-height) - 0.5rem);

}

main#article-page {
  background-color: white;
}


#sub-menu {
  top: var(--sub-menu-height);
  background-color: #222;
  width: 100%;
  padding: 0.5rem 1rem;
  text-align: center;
  z-index: 5;
  line-height: 2rem;
  white-space: nowrap;
  overflow-x: auto;
}
#sub-menu a {
  display: inline-block;
  color: white;
  padding: 0 1rem;
  line-height: 1.5rem;
}
#sub-menu a:first-child {
  border-left: none;
}

#sub-menu a:hover {
  color: #01760b;
}

#breadcrumb, 
#description,
#characteristics,
#video,
#reviews {
  padding-left: var(--body-padding-left-right);
  padding-right: var(--body-padding-left-right);
  width: var(--vw100);
}
#suggestions {
  padding-left: 0;
  padding-right: 0;
}

/*
@media (min-width: 480px) {
  #suggestions {
    padding-left: var(--body-padding-left-right);
    padding-right: var(--body-padding-left-right);
  }
}
*/


#photos {
  background-color: rgba(255,255,255,0.5);
  vertical-align: top;
}

#highlight {
  width: 100%;
}

#photos {
  margin-bottom: 2rem;
  position: relative;
}
#essential {
  min-width: 100px;
}

#leading {
  display: grid;
  grid-template-areas:
    "m t"
    "m r";
  grid-gap: 0 1rem;
  grid-template-columns: 1fr 50fr;
  grid-template-rows: auto 0.5fr;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: 16px;
}
#leading.w-subtitle {
  grid-template-areas:
    "m t"
    "m s"
    "m r";
  grid-template-rows: auto auto 0.5fr;
}


#title {
  grid-area: t;
  margin: 0;
  font-size: min(1.1rem, 4.5vw);
}
#subtitle {
  display: none;
  grid-area: s;
  font-size: 0.85rem;
  font-style: italic;
  font-weight: normal;
}
#leading.w-subtitle #subtitle {
  display: inline;
}

#reviews-stars {
  display: none;
  grid-area: r;
  height: 1.2rem;
  font-size: 0.8rem;
}
#reviews-stars.ready {
  display: block;
}

#manufacturer {
  grid-area: m;
  margin-left: 0.5rem;
  align-self: center;
}
#manufacturer img {
  border: 1px solid #eee;
  border-radius: 0.2rem;
  /* width: 20vw; */
  /* max-width: 80px; */
}

#linked {
  margin-top: 1rem;
}
#linked label {
  font-weight: bold;
  margin-left: 0.5rem;
}
#linked ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
#linked ul li a {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 0.5rem;
  margin-right: 0.25rem;
}
#linked ul li a img:first-child {
  position: absolute;
}
#linked ul li a.extra:hover img:first-child {
  opacity: 0;
  transition: ease 1.5s opacity;
}


#introduction {
  text-align: justify;
  padding: 0.5rem;
}

#fidelity {
  display: none;
  text-align: center;
  font-size: 0.9rem;
  font-style: italic;
}
#fidelity.visible {
  display: block;
}
#fidelity > *:first-child {
  background-color: var(--primary-bg-color);
  color: var(--primary-color);
  padding: 0.1rem 0.5rem;
  border-radius: 0.2rem;
}

#add-cart {
  margin-bottom: 2rem;
  width: calc(100% - 1rem);
  text-align: center;
  border-radius: 0.2rem;
  height: auto;
  line-height: 2rem;
  margin-left: 0.5rem;
}
#add-cart.disabled,
#bar-add-cart.disabled {
  opacity: 0.5;
  cursor:not-allowed; 
}
#add-cart.disabled *,
#bar-add-cart.disabled * {
  cursor:not-allowed; 
}

article#content.out-of-stock #add-cart,
#variations.invalid + #add-cart,
#variations.unavailable + #add-cart {
  opacity: 0.3;
  transition: ease 1s opacity;
  /* visibility: hidden; */
}

article#content.out-of-stock #add-cart.button:hover,
#variations.invalid + #add-cart.button:hover {
    background-color: var(--primary-bg-color); 
    color: var(--primary-color); 
}

article#content.out-of-stock #add-cart.button:hover .i,
#variations.invalid + #add-cart.button:hover .i {
    color: var(--primary-color);
    background-color: var(--primary-color) !important;
}

#stock-info {
  display: inline-block;
  text-align: center;
  width: 94%;
  margin-left: 3%;
  margin-right: 3%;
  font-weight: bold;
  font-style: italic;
}
article.in-stock #stock-info {
  color: green;
}
article.on-demand #stock-info {
  color: #cd440d;
}
article.custom #stock-info {
  color: purple;
}
article.out-of-stock #stock-info {
  color: #E00;
}

#essential-bar {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: var(--vw100);
  background-color: rgba(255,255,255,0.9);
  color: #444;
  z-index: 11;
  padding: 0.25rem;
}
#essential-bar.sticky {
  display: table;
}
#essential-bar > * {
  display: table-cell;
  vertical-align: middle;
}
#essential-bar img {
  display: none;
}
#essential-bar h2 {
  display: none;
  font-size: 1.1rem;
}
#essential-bar h2 span {
  display: inline-block;
  font-size: 0.9rem;
  padding-left: 0.5rem;
}
#essential-bar div {
  text-align: center;
  white-space: nowrap;
  display: flex;
  justify-content: space-around;
  min-height: 2rem;
}
#essential-bar .final-price {
  vertical-align: sub;
  font-size: 1rem;
  font-weight: bold;
  color: var(--primary-bg-color);
  line-height: 2.5rem;
}

#essential-bar .button {
  text-align: center;
  display: inline-table;
  line-height: 2rem;
}

#essential-bar .button .i {
  vertical-align: text-top;
}

#essential-bar .button label {
  font-size: 0.9rem;
}

@media (min-width: 480px) {
  #essential-bar img,
  #essential-bar h2 {
    display: table-cell;
  }
  #essential-bar div {
  min-height: 2.5rem;
  display: table-cell;
  }
  #essential-bar h2 span {
    display: none;
  }
  #essential-bar .final-price {
    margin-right: 1rem;
    line-height: 2rem;
  }
}


@media (min-width: 768px) {
  #essential-bar h2 span {
    display: inline-block;
  }
}

@media (min-aspect-ratio: 12/9) {
  #highlight {
    display: flex;
  }
  #photos {
    flex-shrink: 0;
    flex-grow: 4;
  }
  #essential {
    flex-grow: auto;
    /* background: linear-gradient(to right, #fff 0%, #f0f0f0 100%); */
    width: 40vw;
    padding-left: 1rem;
  }
}

/* <button> Wishlist icon */
#photos .i.heart {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 2;
    width: 1.5rem;
    height: 1.5rem;
    background-color: var(--primary-bg-color);
}

#description {
  overflow: hidden;
}

#description,
#characteristics,
#video,
#reviews {
  margin-top: 2rem;
  width: 100%;
}

#reviews .no-review {
  margin: 1rem 1rem 4rem 1rem;
}

#panel-cart {
  --panel-cart-actions-height: 10rem;
  display: none;
  position: fixed;
  z-index: 21;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
}
html.panel-cart #panel-cart {
  display: block;
}
#panel-cart .close {
  float: right;
  margin-top: -0.25rem;
  cursor: pointer;
  font-size: 1.3rem;
  transition: ease 0.5s transform;
  font-style: initial;
}
#panel-cart .close:hover {
    transform: scale(1.3);
}


#panel-cart-content {
  width: 100%;
  height: calc(100% - var(--panel-cart-actions-height));
  overflow: hidden auto;
}
#panel-cart-content .headtitle {
  padding: 0.5rem 1rem;
  font-weight: bold;
  font-size: 1.1rem;
}

#panel-cart-content > article {
  background-color: #f8f8f8;
}

#cart-selection article.ca::after {
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #d8d8d8;
    margin-top: 1rem;
}
#cart-selection article.ca:last-child::after {
    display: none;
}


#panel-cart-actions {
  height: var(--panel-cart-actions-height);
  padding-top: 1rem;
  box-shadow: 0 -3px 0px #f8f8f8;
  text-align: center;
}
#panel-cart-actions #total-cart-price {
  padding-left: 1rem;
  font-weight: bold;
}
#panel-cart-actions .go-to-cart {
  display: block;
  text-align: center;
  padding: 1rem;
}
#panel-cart-actions .go-to-cart label {
  width: 16rem;
  font-weight: bold;
}

@media (min-width: 480px) {
  #introduction {
    padding-right: 1rem;
  }
  #panel-cart {
    max-width: 480px;
  }
  #panel-cart-actions .go-to-cart label {
    width: 26rem;
  }
  #stock-info {
  width: 100%;
  }
}

@media (min-width: 768px) {
#sub-menu {
  position: sticky;
  }
}:root {
    --breadcrumb-height: 3rem;
}
#breadcrumb {
    height: var(--breadcrumb-height);
    overflow-y: hidden;
    overflow-x: auto;
    list-style-type: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0rem;
    margin-top: 0;
    padding: 0.5rem;
}
html.searching #breadcrumb {
    display: none;
}
#breadcrumb li {
    display: inline-block;
}
#breadcrumb li a {
    text-decoration: none;
    color: #707070;
    font-size: 0.8rem;
}
#breadcrumb li::before {
    content: '>';
    margin: 0 0.25rem;
    color: #707070;
}
#breadcrumb li:first-child::before {
    display: none;
}.carousel {
    --main: var(--vw100);
    --extra-length: var(--main);
    --extra: calc(var(--extra-length) / 5);
    --border-selected: 2px;
    text-align: center;
}

.carousel .carousel-main {
  width: var(--main);
  height: var(--main);
  display: inline-block;
  vertical-align: top; 
  cursor: zoom-in;
  overflow: hidden;
}
.carousel .carousel-main.zoom {
  cursor: zoom-out;
  outline: 1px solid #ddd;
}
.carousel .carousel-main img {
  transform-origin: center center;
  object-fit: cover;
  height: 100%;
  width: 100%;
}



.carousel .carousel-extra {
  position: relative;
  display: inline-block;
  width: var(--extra-length);
  height: var(--extra);
  overflow: hidden;
}
.carousel .carousel-extra ul {
  width: var(--extra-length);
  height: var(--extra);
  overflow-x: scroll;
  white-space: nowrap;
  scroll-behavior: smooth;
  scrollbar-width: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.carousel .carousel-extra ul::-webkit-scrollbar {
  display: none;
}
.carousel .carousel-extra li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
  border: var(--border-selected) solid transparent;
}

.carousel .carousel-extra img {
  width: var(--extra);
  /* height: var(--extra); */
  /* border: var(--border-selected) solid transparent; */
}

.carousel .carousel-extra li.selected {
  border-bottom: var(--border-selected) solid var(--primary-bg-color);
}


.carousel .carousel-extra nav {
  display: none;
  position: absolute;
  line-height: var(--extra); 
  overflow: hidden;
  color: #aaa;
  font-weight: bold;
  cursor: pointer;
}

.carousel .carousel-extra nav.left,
.carousel .carousel-extra nav.right {
  display: inline-block;
  width: 0;
  height: var(--extra); 
  top: 0;
  /* transition: width 1s ease; */
}

.carousel .carousel-extra nav.left {
  left: 0;
  text-align: left;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
}
.carousel .carousel-extra nav.right {
  right: 0;
  text-align: right;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
}
.carousel .carousel-extra.previous nav.left,
.carousel .carousel-extra.next nav.right {
  width: var(--extra);
}




@media (min-width: 480px) {
  .carousel {
    /* --main: min(var(--vw80), max(240px, var(--available-height))); */
    --main: min(calc(var(--vw100) * 0.8), max(240px, var(--available-height)));
    text-align: center;
  }

  .carousel .carousel-extra {
    width: var(--extra);
    height: var(--extra-length);
    float: left;
  }
  .carousel .carousel-extra ul {
    width: var(--extra);
    height: var(--extra-length);
    overflow-x: inherit;
    overflow-y: auto;
  }

  .carousel .carousel-extra li {
    display: block;
  }
  .carousel .carousel-extra li.selected {
    border-top: var(--border-selected) solid transparent 0px;
    border-right: var(--border-selected) solid var(--primary-bg-color);
    border-right: var(--border-selected) solid var(--primary-bg-color);
    border-bottom: var(--border-selected) solid transparent 0px;
  }


   .carousel .carousel-extra nav.left,
   .carousel .carousel-extra nav.right {
     display: none;
   }
   .carousel .carousel-extra nav.top,
   .carousel .carousel-extra nav.bottom {
      display: inline-block;
      height: 0;
      width: var(--extra); 
      font-size: 2rem;
      left: 0;
      text-align: center;
      /* transition: height 1s ease; */
   }
   .carousel .carousel-extra nav.top {
      top: 0;
      line-height: calc(var(--extra) * 0.5);
      background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
   }
   .carousel .carousel-extra nav.bottom {
      bottom: 0;
      line-height: calc(var(--extra) / 0.75);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
   }
  .carousel .carousel-extra.previous nav.top,
  .carousel .carousel-extra.next nav.bottom {
      height: var(--extra);
  }


}#prices {
  display: inline-block;
  margin: 0 2rem 0 0.5rem;
}

#prices .pricing {
  display: block;
  padding: 0.5rem 0 0.75rem 0; 
}

#prices .price {
  color: #707070;
  font-size: 1.2rem;
  display: inline-block;
}
#prices .reduction-pct {
  background-color: var(--primary-bg-color);
  color: var(--primary-color);
  border-radius: 0.2rem;
  padding: 0.25rem 0.5rem;
  margin: 0 1.25rem;
  font-weight: bold;
  display: inline-block;
}
#prices .final-price {
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
  display: inline-block;
}
#prices.no-reduction .final-price {
  color: var(--primary-bg-color);
  display: inline-block;
}
#prices .savings {
  display: block;
  font-style: italic;
  font-size: 0.9rem;
}

#prices.no-reduction .price, 
#prices.no-reduction .reduction-pct {
  display: none;
}

#prices #split {
  cursor: pointer;
  margin-bottom: 0.5rem;
}
#prices #split i {
  color: var(--primary-bg-color);
}

#split-explain {
  width: calc(100% - 4rem);
  margin-top: 0.25rem;
}

#alma-badge > div { 
  width: inherit;
  padding: 5px;
}
#timeout {
  display: none;
  --timeout-color: #F00;
  --timeout-min-width: 17rem;
}
#timeout.visible {
  display: inline-block;
}

#timeout fieldset {
  margin: 1rem 0.5rem 0rem 0.5rem ;
  border-color: var(--timeout-color);
  text-align: center;
  border-radius: 5px;
}
#timeout:not(.code) fieldset {
  width: var(--timeout-min-width);
}

#timeout fieldset legend {
  color: var(--timeout-color);
  margin: 0 auto;
}
#timeout fieldset ul {
  list-style-type: none;
  padding: 0;
  margin: 0.5rem 0 0 0;
  white-space: nowrap;
}
#timeout fieldset li {
  display: inline-block;
  width: 5rem;
}
#timeout fieldset dt {
  color: var(--timeout-color);
}
#timeout fieldset dt b {
  background-color: var(--timeout-color);
  color: white;
  width: 2rem;
  font-size: 1.3rem;
  margin: 0.5rem 0.1rem;
  padding: 0.2rem;
}
#timeout fieldset dd {
  color: var(--timeout-color);
  margin: 0.5rem 0 0 0;
}
#timeout fieldset p {
  margin: 0.5rem;
  white-space: normal;
  font-size: 0.9rem;
  font-style: italic;
  max-width: calc(var(--timeout-min-width) + 5rem);
}#variations {
    padding: 0.5rem;
    margin-top: 2.5rem;
    --variations-bg: #e5eaef;
    --variations-bg-new: #eee;
    --variations-bg-error: #fee;
    --variations-label-width: 5rem;
    --variations-max-lines: 5;
}
@media (min-width: 480px) {
  #variations {
      --variations-label-width: 6rem;
  }
}

#variations fieldset {
  border-radius: 0.2rem;
  border: 1px solid transparent;
  background-color: var(--variations-bg);
}
#variations.new-selection fieldset {
  background-color: var(--variations-bg-new);
}
#variations.unavailable fieldset {
  background-color: var(--variations-bg-error) !important;
}
#variations legend {
  margin-top: -2rem;
  background-color: var(--variations-bg);
  padding: 0.5rem 1rem 0 1rem;
  font-weight: bold;
  font-size: 0.9rem;
  border-radius: 0.2rem 0.2rem 0 0;
  border-top: 1px solid transparent;
  float: right;
} 

#variations.new-selection legend {
  background-color: var(--variations-bg-new);
}
#variations.unavailable legend {
  background-color: var(--variations-bg-error);
  border-color: var(--variations-bg-error);
  color: #E00;
  font-weight: bold;
}

#variations .variations > dl {
    display: grid;
    grid-auto-flow: column;
    justify-content: flex-start;
    margin-bottom: 0.5rem;
}

#variations fieldset > dl dt {
    width: var(--variations-label-width);
}

#variations fieldset dl.variation.tall:not(.opened) .outside:not(.checked) {
  display: none;
}

#variations fieldset dl.variation button.expand {
  display: none;
}
#variations fieldset dl.variation.tall button.expand {
  display: inline;
}

#variations fieldset dl.variation.tall button.expand,
#variations fieldset dl.variation.tall button.expand:active {
  appearance: none;
  border: none;
  background-color: var(--primary-bg-color);
  color: var(--primary-color);
  padding: 0.3rem 1rem;
  line-height: 2rem;
  border-radius: 0.2rem;
  cursor: pointer;
  margin: 0.25rem;
  height: 2.5rem;
  font-style: italic;
  font-size: 0.95rem;
}
#variations fieldset dl.variation.tall.opened button.expand {
  opacity: 0.6;
}

#variations dt {
  margin: 1rem 0.5rem 0.5rem 0rem;
  padding: 0;
  font-size: 0.95rem;
}
#variations dd {  
  margin: 0;
  padding: 0;
}
#variations dl.quantity dd {  
  align-self: end;
}
#variations label {
  display: inline-block;
}


.i.remove { --icon: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBhcmlhLWhpZGRlbj0idHJ1ZSIgcm9sZT0iaW1nIiBjbGFzcz0iaWNvbmlmeSBpY29uaWZ5LS1pYyIgd2lkdGg9IjFlbSIgaGVpZ2h0PSIxZW0iIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIG1lZXQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTIgMkM2LjQ4IDIgMiA2LjQ4IDIgMTJzNC40OCAxMCAxMCAxMHMxMC00LjQ4IDEwLTEwUzE3LjUyIDIgMTIgMnptNSAxMUg3di0yaDEwdjJ6Ij48L3BhdGg+PC9zdmc+); }
.i.add { --icon: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBhcmlhLWhpZGRlbj0idHJ1ZSIgcm9sZT0iaW1nIiBjbGFzcz0iaWNvbmlmeSBpY29uaWZ5LS1pYyIgd2lkdGg9IjFlbSIgaGVpZ2h0PSIxZW0iIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIG1lZXQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTIgMkM2LjQ4IDIgMiA2LjQ4IDIgMTJzNC40OCAxMCAxMCAxMHMxMC00LjQ4IDEwLTEwUzE3LjUyIDIgMTIgMnptNSAxMWgtNHY0aC0ydi00SDd2LTJoNFY3aDJ2NGg0djJ6Ij48L3BhdGg+PC9zdmc+); }

.quantity button {
  height: 2rem;
  width: 2rem;
  vertical-align: middle;
  color: var(--primary-bg-color);
  margin-right: 0.5rem;
}
.quantity input {
  line-height: 2rem;
  text-align: center;
  width: 3rem;
  margin: 0 0.5rem 0 0;
  appearance: textfield;
  border-radius: 5px;
  border: 0px;
}
.quantity input:invalid {
  border: 1px solid red;
}

#reduction-qty {
  display: block;
  margin-top: 1rem;
}
#reduction-qty summary {
  font-style: italic;
  font-size: 0.9rem;
  cursor: pointer;
}
#reduction-qty details {
  border: 1px solid #ccc;
}
#reduction-qty table {
  border-collapse: collapse;
  border: 1px solid white;
  text-align: center;
  margin-top: 1rem;
}
#reduction-qty table th {
  padding: 0.25rem 0.25rem;
  border: 1px solid white;
  font-size: 0.9rem;
  background-color: var(--primary-bg-color);
  color: white;
}
#reduction-qty table td {
  padding: 0.25rem 2rem;
  border: 1px solid white;
}
#reduction-qty table tr:nth-child(odd) td {
  background-color: rgba(255, 255, 255, 0.5)
}

#variations:not(.initial) .unavailable:not(:checked) + label.radio-buttons {
  opacity: 0.2;
  text-decoration: line-through;
  text-decoration-color: red;
}

#variations:not(.initial) .unavailable:checked + label.radio-buttons {
  text-decoration: line-through;
  text-decoration-color: red;
}

span.radio-buttons {
    margin-right: 0.25rem;
}
label.radio-buttons {
    padding: 0.5rem 1rem;   
    border-radius: 0.2rem;
    margin: 0.2rem;
    line-height: 1.5rem;
    /* var(--primary-bg-color); */
    hyphens: auto;
    overflow-wrap: break-word;
    /* white-space: wrap; */
}
label.radio-buttons svg {
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    margin-right: 1rem;
    color: black;
}
input.radio-buttons:checked + label.radio-buttons svg {
    color: white;
}
input.radio-buttons {
    -webkit-appearance: none;
    appearance: none;
    min-width: 0;
    width: 0;
    margin: 0;
}
input.radio-buttons + label.radio-buttons {
    position: relative;
    background-color: white;
    color: #444;
    cursor: pointer;
    transition: ease 1s opacity;
}
input.radio-buttons:checked + label.radio-buttons {
    color: white;
    background-color: #000;
    font-weight: bold;
}
input.radio-buttons:disabled + label.radio-buttons {
    background-color: #CCC;
}

input.radio-buttons + label.radio-buttons i.supplement {
    position: absolute;
    background-color: var(--primary-bg-color);
    color: var(--primary-color);
    padding: 0.1rem 0.5rem;
    line-height: 1rem;
    right: 0;
    top: 1.8rem;
    border-radius: 0px 0px 5px 5px;
}

@media (min-width: 480px) {
    input.radio-buttons + label.radio-buttons i.supplement {
    top: 1.5rem;
    border-radius: 0px 0px 5px 0px;
    }
}:root {
    --description-part-height: 600px;
    --description-part-img: min(var(--vw100), var(--description-part-height));
    --description-part-middle: calc((100vw - var(var(--description-part-img))) / 2);
}
.description {
    display: flex;
    flex-wrap: wrap;
    margin: 5rem 0;
    overflow: hidden;
    margin: 0.5rem 0;  
}
.description .part-text {
    align-self: center;
    z-index: 2;
}
.description:nth-child(odd) {
    background-color: var(--bg-color);    
}
.description:nth-child(even) {
    background-color: white;    
}
.description .part-photo {
    text-align: center;
    z-index: 1;
    background-color: white !important;
}

@media (min-width: 1250px) {
.description .part-photo img[srcset] {
  width: 65%;
  }
}



.description .part {
    min-height: var(--description-part-img);
}

@media (min-width: 768px) {

    .description {
        min-height: var(--description-part-img);
        flex-wrap: nowrap;
        margin: 0px 1vw;

    }
    .description .part {
        width: 50%;
    }

    .description:nth-child(odd) .part-photo {
        order: 2;
    }
    .description:nth-child(odd) .part-text {
        order: 1;
    }
    .description:nth-child(even) .part-photo {
        order: 1;
    }
    .description:nth-child(even) .part-text {
        order: 2;
    }
}
.description img {
    transition: transform ease 3s;
    width: auto;
    max-width: inherit;
}
.description:nth-child(odd) img {
    right: -100%;
    transform: translate(100%);
}
.description:nth-child(even) img {
    transform: translate(-100%);
}
.description.visible img {
    transform: translate(0) !important;
}

.description .title-text {
    display: table-cell;
    padding: 0 1rem;
    text-align: justify;
    font-size: 1rem;
    vertical-align: middle;
    height: var(--description-part-img);
    background-color: var(--bg-color);
}

.description h2 {
  text-transform: uppercase;
  text-align: center;
}

.sectionTitle {
  text-align: center !important;
  display: block;
  font-weight: bold;
  font-style: normal;
  font-size: 1.5rem;
  margin: 2rem 0 2rem 0rem;
}

@media (min-width: 768px) {
.description h2 {
  text-align: left;
  font-style: italic;
   }
}
#video-description iframe {
    --video-description-width: min(100%, 1920px);
    width: var(--video-description-width);
    height: calc(100vw / 1.6);
    max-height: var(--available-height);
    text-align: center;
}#streaming {
    width: 100%;
    height: auto;
    /* height: calc(var(--vw100) / 1.778); */
}#suggestions-articles {
  display: grid;
  grid-template-columns: repeat(auto-fill, var(--card-width));
  justify-content: center;
  grid-gap: var(--card-grid-gap-mobile);
  position: relative;
  margin-top: calc(-1 * var(--header-height));
  padding-top: calc(1rem + var(--header-height));
}


@media (min-width: 480px) {
  #suggestions-articles {
    grid-gap: var(--card-grid-gap-desktop);
  }
  #suggestions-articles .card a {
    border-color: #f0f0f0;
  }
}

#suggestions-articles .card a:hover {
  border-color: var(--border-hover-color);
}

#suggestions-articles .card.wished a {
  border: 1px solid var(--primary-bg-color);
}
#suggestions-articles .card.visited a {
  border: 1px dashed var(--primary-bg-color);
}

#suggestions-articles .card.visited a:hover {
  border: 1px solid #01760b;
}
:root {
    --card-article: 250px;
    --card-width: min(var(--card-article), max(var(--vw50), 160px));
    --card-img: 240px;
    --card-grid-gap-mobile: 0px 0px;
    --card-grid-gap-desktop: 8px 8px;
    --card-borders: 2px;
    --card-max_variants: 8px;
    --card-variant: 30px;
    --card-a: 242px;
    --card-article: 250px;
    --card-space: 0px; /* 4px */
}
:root {
    --fr-new: "nouveau";
    --en-new: "new";
    --es-new: "nuevo";
    --it-new: "nuovo";
    --de-new: "neu";

    --fr-wished: "coup de ♥";
    --en-wished: "crush ♥";
    --es-wished: "flechazo ♥";
    --it-wished: "colpo di ♥";
    --de-wished: "Schwarm ♥";

    --fr-visited: "déjà vu";
    --en-visited: "seen";
    --es-visited: "visto";
    --it-visited: "visto";
    --de-visited: "gesehen";

    --fr-first-price: "à partir de";
    --en-first-price: "from";
    --es-first-price: "desde";
    --it-first-price: "da";
    --de-first-price: "Ab";

    --fr-until: "jusqu'à";
    --en-until: "until";
    --es-until: "hasta";
    --it-until: "fino a";
    --de-until: "bis";

    --fr-text-no-price: "en savoir plus";
    --en-text-no-price: "read more";
    --es-text-no-price: "saber más";
    --it-text-no-price: "saperne di più";
    --de-text-no-price: "Lern mehr";
}



/* Opacity animation */
@keyframes opacify {
  0% { opacity: 1;  }
  100% { opacity: 0; }
}

/* <article> : Invisible part, include gap between cards, and permit to sticker label to be inside a controlled element */
article.card {
    position: relative;
    display: inline-block;
    width: var(--card-width);
}

/* Hide articles not matching the refine search */
article.card.unmatch,
article.card.unmatch-title {
    display: none;
}


/* <button> Wishlist icon */
article.card > .i.heart {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    z-index: 2;
    width: 1.5rem;
    height: 1.5rem;
    background-color: var(--primary-bg-color);

    padding: 1.5rem; /* 48x48px */
    mask-size: 50%;
    mask-repeat: no-repeat;
    mask-position: top right;
}

/* <a> : The visual card, with borders */
article.card a {
    display: inline-block;
    /* width: calc(var(--card-width) - var(--card-gap)); */
    width: var(--card-width);
    text-decoration: none;
    color: var(--color);
    margin: var(--card-space);
    border: 1px solid transparent;
    background-color: white;
}
@media (min-width: 480px) {
    article.card a {
        box-shadow: 0 5px 5px rgba(0,0,0,.1);
    }
}
article.card a:hover {
    border-color: var(--border-hover-color);
}

/* limited time offer */
article.card.lto s:before {
    content: "⏱";
    color: #E00;
    display: inline-block;
    font-weight: bold;
    font-size: 0.8rem;
    padding-right: 0.5rem;
    transform: scale(1.3);
}

/* <q> : Possible reduction, partially shifted outside the <a> but still inside the <article> */
article.card:not(.q) q,
article.card q::before, 
article.card q::after {
    display: none;
}
article.card.q q {
    display: inline-block;
    position: absolute;
    background-color: var(--primary-bg-color);
    color: var(--primary-color);
    padding: 0.1rem 0.5rem;
    /* margin: calc(var(--card-gap) / -2) 0 0 calc(var(--card-gap) / -2); */
    margin: 0;
    font-weight: bold;
    font-size: 0.8rem;
    z-index: 2;
}

/* <q> Include the « until » label if case of multiple reductions */
article.card.m.q q::before {
    display: inline-block;
    height: 1rem;
    width: auto;
    padding-right: 0.3rem;
}
html.fr article.card.m.q q::before { content: var(--fr-until); }
html.en article.card.m.q q::before { content: var(--en-until); }
html.es article.card.m.q q::before { content: var(--es-until); }
html.it article.card.m.q q::before { content: var(--it-until); }
html.de article.card.m.q q::before { content: var(--de-until); }



/* <i> Container of images, same dimension than an image */
article.card a i {
    position: relative;
    display: block;
    margin-top: 5px;
}
article.card a i,
article.card a i img {
    width: calc(var(--card-width) - var(--card-borders));
    height: calc(var(--card-width) - var(--card-borders));
}

/* <img> Always show only one image, there is variants images and each could have a 2nd image to show on mouse over */
article.card a i img { 
    display: none;
    background-color: white;
    opacity: 1;
}

/* Variant <img> The visual variants are injected at search time only and show by setting <article data-v="X"> */
article.card a i img.hover { position: absolute; top: 0; z-index: 0; }
article.card[data-v="0"] a i img.v0,
article.card[data-v="1"] a i img.v1,
article.card[data-v="2"] a i img.v2,
article.card[data-v="3"] a i img.v3,
article.card[data-v="4"] a i img.v4,
article.card[data-v="5"] a i img.v5,
article.card[data-v="6"] a i img.v6,
article.card[data-v="7"] a i img.v7,
article.card[data-v="8"] a i img.v8 { display: block; }
article.card a i img:not(.hover) {
    position: absolute;
    top: 0;
    z-index: 1;
}

/* Variant <img> when the mouse over one of the preview variants */
article.card[data-v][data-vm] a i img { display: none; }
article.card[data-v][data-vm="0"] a i img.v0,
article.card[data-v][data-vm="1"] a i img.v1,
article.card[data-v][data-vm="2"] a i img.v2,
article.card[data-v][data-vm="3"] a i img.v3,
article.card[data-v][data-vm="4"] a i img.v4,
article.card[data-v][data-vm="5"] a i img.v5,
article.card[data-v][data-vm="6"] a i img.v6,
article.card[data-v][data-vm="7"] a i img.v7,
article.card[data-v][data-vm="8"] a i img.v8 { display: block; }


/* Mouse over permit to show a 2nd photo of the selected variant */ 
article.card:hover a i img:not(.hover) {
    animation-duration: 1.5s;
    animation-iteration-count: 2;
    animation-direction: alternate;
    animation-name: opacify;
}
article.card:hover a i img:not(.hover):not(.v0) {
    animation-delay: 1s;
}

/* <u> Variants list, always fixed the the same height, whatever the viewport size, could show until 8 variants photos */
article.card u {
    display: inline-block;
    height: var(--card-variant);
    width: 100%;
    margin: 3px 0;
    overflow: hidden;
}
article.card u img {
    width: var(--card-variant);
    height: var(--card-variant);
}

/* <u> Variants list, hide the current main variant photo */
article.card[data-v="0"] u img.v0,
article.card[data-v="1"] u img.v1,
article.card[data-v="2"] u img.v2,
article.card[data-v="3"] u img.v3,
article.card[data-v="4"] u img.v4,
article.card[data-v="5"] u img.v5,
article.card[data-v="6"] u img.v6,
article.card[data-v="7"] u img.v7,
article.card[data-v="8"] u img.v8 { display: none; }

/* <em> Title of the article, fixed to 3 lines of text */ 
article.card em {
    display: block;
    overflow: hidden;
    height: 4.15rem;
    font-size: 0.85rem;
    font-weight: normal;
    text-align: center;
    padding: 1rem 0 0 0;
    padding: 0;
    margin: 0 5px 0 5px;
    white-space: normal;
}

/* <em> Label « new » / « seen » / « visited » before the title if the article is new */
article.card.n em::before,
article.card.wish em::before,
article.card.visited em::before {
    display: inline-block;
    height: 1rem;
    width: auto;
    color: var(--primary-bg-color);
    font-weight: bold;
    padding: 0 0.25rem;
    font-style: normal;
    font-size: 0.75rem;
    white-space: nowrap;
    text-transform: uppercase;
}

html.fr article.card.n em::before { content: var(--fr-new); }
html.en article.card.n em::before { content: var(--en-new); }
html.es article.card.n em::before { content: var(--es-new); }
html.it article.card.n em::before { content: var(--it-new); }
html.de article.card.n em::before { content: var(--de-new); }

html.fr article.card.wished em::before { content: var(--fr-wished); }
html.en article.card.wished em::before { content: var(--en-wished); }
html.es article.card.wished em::before { content: var(--es-wished); }
html.it article.card.wished em::before { content: var(--it-wished); }
html.de article.card.wished em::before { content: var(--de-wished); }

html.fr article.card.visited em::before { content: var(--fr-visited); }
html.en article.card.visited em::before { content: var(--en-visited); }
html.es article.card.visited em::before { content: var(--es-visited); }
html.it article.card.visited em::before { content: var(--it-visited); }
html.de article.card.visited em::before { content: var(--de-visited); }


/* <b> Price of the article, include the possible striked price */
article.card b {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    bottom: 0.25rem;
    font-size: 0.9rem;
    white-space: nowrap;
    font-weight: bold;
    white-space: nowrap;
}

/* <b> Price label « from » in case of multiple variant prices */ 
article.card b::before {
    display: block;
    font-size: 0.8rem;
    height: 1rem;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}
html.fr article.card b::before { content: var(--fr-first-price); }
html.en article.card b::before { content: var(--en-first-price); }
html.es article.card b::before { content: var(--es-first-price); }
html.it article.card b::before { content: var(--it-first-price); }
html.de article.card b::before { content: var(--de-first-price); }

article.card:not(.m) b::before {
    visibility: hidden;
}

/* <b> Premium text for no price */ 
article.card.np b::before {
    display: block;
    font-size: 0.8rem;
    height: 1rem;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}
html.fr article.card.np b::before { content: var(--fr-text-no-price); }
html.en article.card.np b::before { content: var(--en-text-no-price); }
html.es article.card.np b::before { content: var(--es-text-no-price); }
html.it article.card.np b::before { content: var(--it-text-no-price); }
html.de article.card.np b::before { content: var(--de-text-no-price); }


/* <p> Space under the price for sticker text */
article.card p {
    display: block;
    height: 1rem;
    margin: 0;
    width: 100%;
    font-size: 0.8rem;
    text-align: center;
    font-style: italic;
    font-weight: bold;
}
article.card.st p {
    color: var(--primary-color);
    background-color: #000000;
}


/* <s> The striked price */
article.card s {
    font-size: 0.9rem;
    color: #737373;
    margin-left: 0.5rem;
}

/* <mark> The refined search */
article.card mark {
    background-color: var(--primary-bg-color);
    color: var(--primary-color);
}
:root {
    --characteristics-label-width: 20rem;
    --characteristics-td-width: 12rem;
}
div.characteristics {
    overflow-x: auto;
    scrollbar-width: thin;
}
div.characteristics::-webkit-scrollbar {
    width: 0.25rem;
}

div.characteristics table {
    /* border-collapse: collapse; */
    border-spacing: 0;
    width: 100%;
}

div.characteristics tr:nth-child(odd) > * {
    background-color: var(--bg-color);
    padding: 1rem;
}
div.characteristics tr:nth-child(even) > * {
    background-color: white;
    padding: 1rem;
}
div.characteristics tr,
div.characteristics th,
div.characteristics td {
    border: 1px solid #eee;
    text-align: center;
}


div.characteristics th {
    position: sticky;
    left: 0;
    width: var(--characteristics-label-width);
    text-align: center;
    font-weight: bold;
    padding: 0.5rem 1rem;
}

div.characteristics td {
    padding: 0.5rem 1rem;
    white-space: break-spaces;
    width: var(--characteristics-td-width);
    min-width: var(--characteristics-td-width);
    max-width: var(--characteristics-td-width);
}
div.characteristics td.selected {
    background-color: #222;
    color: var(--primary-color);
}