/* GENERATED LESS STYLESHEET 2018 (c) IcIWare */ 
main h2 .add-to-wishlist {
  border: 0;
  background: transparent;
  padding: 0 0.5rem;
}
main h2 .add-to-wishlist img {
  height: 1rem;
}
.order-form {
  margin-top: 2rem;
}
.order-form h3 {
  text-transform: uppercase;
  margin: 2rem 0 0 0;
  font-weight: normal;
  font-size: 10pt;
}
.order-form .offer-description {
  font-size: 10pt;
  margin-top: 2rem;
  max-height: 4em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre-wrap;
  margin-bottom: 1rem;
}
.order-form .offer-description-more,
.order-form .offer-description-less {
  font-size: 8pt;
  cursor: pointer;
  color: gray;
}
.order-form .offer-oldprice {
  font-size: small;
  text-decoration: line-through;
}
.order-form .offer-oldprice + .offer-price {
  color: red;
}
.order-form .offer-price {
  margin-bottom: 1rem;
  font-size: 14pt;
}
.order-form .offer-selector {
  padding-top: 0;
}
.order-form .offer-selector .offer-sizes {
  padding-bottom: 0;
}
.order-form .offer-sizes input,
.order-form .offer-versions input {
  display: none;
}
.order-form .offer-sizes label,
.order-form .offer-versions label {
  cursor: pointer;
  font-size: 10pt;
  margin: 0.6rem 0.3rem;
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border: 2px solid #ccc;
  border-radius: 30px;
}
.order-form .offer-sizes input:checked + label,
.order-form .offer-versions input:checked + label {
  font-weight: bold;
  border-color: black;
}
.order-form .offer-sizes input:disabled + label,
.order-form .offer-versions input:disabled + label {
  background: #eee;
  border: #eee;
}
.order-form .subscribe-out-of-stock {
  margin-bottom: 1rem;
  display: inline-block;
  padding: 0.2rem 0.5rem;
  border: 1px dashed gray;
  font-size: 7pt;
}
.order-form .subscribe-out-of-stock * {
  display: inline-block;
}
.order-form .subscribe-out-of-stock div {
  text-align: left;
  margin: 0 0 0 0.5rem;
}
.order-form .subscribe-out-of-stock img {
  height: 2em;
}
.order-form .add-to-bag {
  width: 180px;
  background: #fcc4f9;
  padding-top: 2px !important;
  border: 1px solid #fcc4f9;
  font-weight: bold;
  letter-spacing: 0.2rem;
  transition: all 0.2s;
}
.order-form .help-button {
  padding-top: 2px !important;
  border: 1px solid black;
  transition: all 0.2s;
  text-align: center;
  cursor: pointer;
  padding: 0.2rem 1.5rem;
  font-size: 10pt;
  text-transform: uppercase;
}
.order-form .help-button:hover {
  background: black !important;
  color: #e47125 !important;
  border-color: #e47125 !important;
}
.order-form .help-button:hover img {
  filter: invert(1);
}
.order-form .add-to-wishlist {
  background: #fcc4f9 !important;
  border: 1px solid #fcc4f9 !important;
  transition: all 0.2s;
}
.order-form .add-to-bag:hover,
.order-form .add-to-wishlist:hover {
  background: black !important;
  color: #e47125 !important;
  border-color: #e47125 !important;
}
.order-form .add-to-bag:hover img,
.order-form .add-to-wishlist:hover img {
  filter: invert(1);
}
.order-form .submit button {
  text-transform: uppercase;
}
.order-form .note {
  text-transform: uppercase;
  font-size: 7pt;
}
.order-form .button {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 10pt;
  transition: all 0.2s;
}
.order-form .add-to-wishlist {
  background: white;
  border: 0;
}
.order-form .subscribe-out-of-stock {
  display: none;
}
.owl-nav {
  opacity: 0;
  height: 0.5rem;
}
.owl-dots {
  transform: scale(0.5);
  transform-origin: top center;
}
.icon-note {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  margin: 1rem auto 0 auto;
  max-width: 400px;
}
.icon-note > div {
  width: 95px;
}
.icon-note > div img {
  height: 50px;
  display: block;
  margin: 0 auto;
}
.linked-info {
  margin-top: 4rem;
}
.linked-info img {
  max-width: 60%;
}
input[name="offer-version"][disabled] + label {
  display: none;
}
.countdown {
  display: flex;
  padding: 1rem;
  border: 1px solid black;
  margin: 1rem auto;
  justify-content: center;
  width: 300px;
}
.countdown span {
  color: black;
}
.countdown .day,
.countdown .hour,
.countdown .min,
.countdown .sec {
  padding: 0rem 1rem;
  text-align: center;
}
.countdown .day .num,
.countdown .hour .num,
.countdown .min .num,
.countdown .sec .num {
  display: block;
  font-size: 2rem;
  line-height: 1em;
}
.countdown .day .word,
.countdown .hour .word,
.countdown .min .word,
.countdown .sec .word {
  display: block;
  font-size: 1rem;
  color: black;
  text-transform: uppercase;
}
.buy-button-wrapper {
  width: 180px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
}
/* desktop only style */
@media (min-aspect-ratio: 1/1), (aspect-ratio: 1/1) {
  .main-article {
    flex-wrap: wrap;
  }
}

