/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
strong {
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
}
html {
  box-sizing: border-box;
}
body {
  margin: 0;
  background-color: #fff;
  width: 100%;
}
body.cart-open {
  overflow: hidden;
  padding-right: 15px;
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
}
ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}
img:-moz-loading {
  visibility: hidden;
}
button {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}
input,
select,
textarea {
  outline: none;
}
textarea {
  resize: none;
}
symbol {
  overflow: visible;
}
svg {
  pointer-events: none;
}
.debug .application {
  background: rgba(255,255,0,0.1);
}
@media (min-width: 1024px) {
  .application-margin {
    margin-left: 50px;
    margin-right: 50px;
  }
}
.page-margin {
  margin: 0 15px;
}
.debug .page-margin {
  background: rgba(0,128,0,0.1);
}
@media (min-width: 600px) {
  .page-margin {
    margin: 0 40px;
  }
}
@media (min-width: 1024px) {
  .page-margin {
    margin: 0 120px;
  }
}
.badge {
  position: relative;
  display: block;
  border-radius: 50%;
  width: 26px;
  height: 26px;
}
@media (min-width: 600px) {
  .badge {
    width: 46px;
    height: 46px;
  }
}
.badge .label {
  position: absolute;
  top: 100%;
  left: 50%;
  padding-top: 6px;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  text-shadow: -1px -1px 0 rgba(255,255,255,0.7), 1px -1px 0 rgba(255,255,255,0.7), -1px 1px 0 rgba(255,255,255,0.7), 1px 1px 0 rgba(255,255,255,0.7);
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (min-width: 600px) {
  .badge .label {
    font-size: 14px;
  }
}
.debug .badge {
  background-color: rgba(255,255,0,0.3);
}
.badge-new-arrival:after {
  content: "Ny";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .badge-new-arrival:after {
    font-size: 20px;
    line-height: 46px;
  }
}
.badge-bestseller {
  text-align: center;
}
.badge-bestseller .icon {
  width: 12px;
  height: 100%;
  fill: #fff;
}
@media (min-width: 600px) {
  .badge-bestseller .icon {
    width: 26px;
  }
}
.badge-member .icon {
  width: 100%;
  height: 30px;
  color: transparent;
  fill: #fff;
}
@media (min-width: 600px) {
  .badge-member .icon {
    height: 54px;
  }
}
.bonus-gauge {
  position: relative;
  line-height: 0.95;
}
.bonus-gauge svg {
  width: 100%;
  height: 100%;
}
.bonus-gauge .background,
.bonus-gauge .progress {
  fill: none;
  stroke-width: 10;
}
.bonus-gauge .background {
  stroke: #ff5200;
  opacity: 0.15;
}
.bonus-gauge .progress {
  stroke: #ff5200;
}
.bonus-gauge .percent {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  font-weight: 900;
  font-size: 55px;
  text-align: center;
}
.bonus-gauge .percent:after {
  content: "%";
  font-weight: 400;
  font-size: 50%;
  line-height: 1.325;
  vertical-align: top;
}
.debug .bonus-gauge:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(0,128,0,0.5);
}
.debug .bonus-gauge:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  border-right: 1px solid rgba(0,128,0,0.5);
}
.bundle.grid-item .composite-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 9.375em;
}
.bundle.grid-item .composite-image-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 85%;
  max-height: 95%;
}
.bundle.grid-item:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.04);
  pointer-events: none;
}
.cart.open .dim-overlay {
  display: block;
}
.cart.open .close-cart {
  display: flex;
}
.cart.open .contents {
  right: 0;
}
.cart .dim-overlay {
  display: none;
}
.cart .dim-overlay .continue-notice {
  position: absolute;
  top: 50%;
  left: 0;
  right: 420px;
  display: none;
  font-weight: 900;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 600px) {
  .cart .dim-overlay .continue-notice {
    display: block;
  }
}
.cart .dim-overlay .continue-notice .label {
  border-bottom: 1px solid rgba(255,255,255,0.5);
  transition: border-bottom 0.25s ease-out;
}
.cart .dim-overlay:hover .continue-notice .label {
  border-bottom-color: #fff;
}
.category.grid-item .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.category.grid-item .background img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.category.grid-item .foreground .name {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 70px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  line-height: 1em;
  transform: rotate(-24deg) skew(-24deg, 0) translate(-50%, -50%);
  transform-origin: top left;
  border-bottom: 5px transparent solid;
  transition: top 180ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.category.grid-item:hover .foreground .name {
  top: 48.5%;
}
.composite-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.debug .composite-image img {
  border: 1px solid rgba(0,0,255,0.5);
}
.composite-image .responsive-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.debug .composite-image .responsive-container {
  border: 1px solid rgba(0,0,255,0.25);
}
.composite-image .skis {
  top: 60%;
}
.composite-image .boots {
  bottom: 40%;
  right: 52.5%;
}
.composite-image .bindings {
  bottom: 40%;
  left: 52.5%;
}
.composite-image .responsive-container:nth-child(2):last-child {
  left: 0;
  right: 0;
}
.composite-image.skis-bindings .skis {
  top: 50%;
}
.composite-image.skis-bindings .bindings.rotate {
  top: 45%;
}
.composite-image-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.debug .composite-image-container {
  border: 1px solid rgba(255,255,0,0.5);
}
.dialog-close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 3;
}
.dialog-close-button .icon {
  width: 20px;
  height: 100%;
}
@media (min-width: 600px) {
  .dialog-close-button {
    right: 10px;
  }
}
@media (min-width: 768px) {
  .dialog-close-button {
    top: 15px;
    right: 15px;
    width: 70px;
    height: 70px;
  }
}
.embed-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.site-footer {
  max-width: 1260px;
  margin: 50px auto;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 450px) {
  .site-footer {
    margin-top: 100px;
    font-size: 16px;
  }
}
.site-footer h2 {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.3;
}
@media (min-width: 450px) {
  .site-footer h2 {
    font-size: 18px;
  }
}
.site-footer .section {
  position: relative;
}
.site-footer .section:after {
  content: "";
  display: block;
  width: 40%;
  max-width: 200px;
  margin: 25px auto;
}
@media (min-width: 1024px) {
  .site-footer .section:after {
    display: none;
  }
}
.site-footer .section:last-child:after {
  display: none;
}
.site-footer .summary {
  margin-bottom: 25px;
}
.site-footer .scroll-up a,
.site-footer .navigation a {
  display: block;
  padding: 12px 0;
}
.site-footer .large-button {
  width: 70%;
  max-width: 250px;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .site-footer .large-button {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .site-footer .scroll-up:after {
    display: block;
    width: 100%;
    max-width: 1450px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .site-footer .payment-methods:before {
    content: "";
    display: block;
    max-width: 1450px;
    margin: 50px auto 25px;
  }
}
@media (min-width: 1024px) {
  .site-footer .navigation {
    width: 33.333333333333336%;
    margin-bottom: 50px;
    float: left;
  }
  .site-footer .navigation li:first-child a {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .site-footer .anton-club {
    width: 33.333333333333336%;
    float: right;
    margin-bottom: 50px;
  }
}
.site-footer .anton-club .logo {
  height: 50px;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .site-footer .anton-club .logo {
    margin-top: 0;
  }
}
.site-footer .anton-club .logomark {
  height: 30px;
}
@media (min-width: 1024px) {
  .site-footer .store {
    width: 33.333333333333336%;
    float: right;
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .site-footer .cart {
    width: 33.333333333333336%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
.site-footer .payment-methods {
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .site-footer .payment-methods {
    clear: both;
  }
}
.site-footer .payment-methods:after {
  display: none;
}
.site-footer .payment-methods li {
  display: inline-block;
  margin: 0 10px;
}
.site-footer .payment-methods .icon {
  height: 20px;
}
.site-footer .copyright {
  margin-bottom: 25px;
}
.site-footer .copyright .logo {
  width: 145px;
  height: 20px;
  margin-bottom: 5px;
}
.site-footer .copyright span {
  white-space: nowrap;
}
.site-footer .cookie-disclaimer {
  display: block;
  margin: 0 15px;
}
@media (max-width: 475px) {
  .site-footer .cookie-disclaimer .faq-link {
    display: block;
    margin-top: 1em;
  }
}
.grid {
  position: relative;
  margin: 1.612903225806452%;
  max-width: 490px;
}
@media (min-width: 530px) {
  .grid {
    margin: 1.612903225806452% auto;
  }
}
@media (min-width: 768px) {
  .grid {
    margin: 1.612903225806452%;
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .grid {
    max-width: 950px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .grid {
    margin: 1.612903225806452%;
    max-width: none;
  }
}
.grid-item {
  display: block;
  margin: 1.612903225806452%;
  color: inherit;
  width: 96.7741935483871%;
}
.grid-item.full {
  width: 96.7741935483871%;
}
@media (min-width: 768px) {
  .grid-item {
    width: 46.774193548387096%;
  }
  .grid-item.full {
    width: 96.7741935483871%;
  }
  .grid-item.wide {
    width: 96.7741935483871%;
  }
  .grid-item.double {
    width: 96.7741935483871%;
  }
}
@media (min-width: 1200px) {
  .grid-item {
    width: 30.107526881720425%;
  }
  .grid-item.full {
    width: 96.7741935483871%;
  }
  .grid-item.wide {
    width: 63.44086021505375%;
  }
  .grid-item.double {
    width: 63.44086021505375%;
  }
}
.debug .grid-item {
  background: rgba(255,0,0,0.1);
}
.grid-item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.grid-item.tall {
  padding-top: 3.225806451612903%;
}
.grid-item.tall:before {
  padding-top: 200%;
}
@media (min-width: 768px) {
  .grid-item.wide:before {
    padding-top: 47.39854318418314%;
  }
  .grid-item.full:before {
    padding-top: 56.25%;
  }
}
.image-browser {
  position: relative;
  width: 100%;
  height: 100%;
}
.image-browser:not(.lightbox) {
  margin: 25px 0 50px;
}
.debug .image-browser {
  background: rgba(255,0,0,0.1);
}
.image-browser img {
  display: block;
  max-height: 100%;
}
.image-browser .loader {
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.5);
}
.image-browser .slider,
.image-browser .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1200px) {
  .image-browser .slider,
  .image-browser .slick-slide {
    right: 140px;
  }
}
.image-browser .slider .container,
.image-browser .slick-slide .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: zoom-in;
}
.image-browser .slider .image img,
.image-browser .slick-slide .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.image-browser .sidebar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
}
@media (min-width: 1200px) {
  .image-browser .sidebar {
    position: absolute;
    top: 0;
    left: auto;
    bottom: auto;
    min-width: 95px;
    height: 80%;
  }
}
.debug .image-browser .sidebar {
  background-color: rgba(0,255,255,0.3);
}
.image-browser .zoom.button {
  display: none;
  padding: 5px 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (min-width: 1200px) {
  .image-browser .zoom.button {
    display: block;
    width: 100%;
  }
}
.image-browser .zoom.button .icon {
  width: 32px;
  height: 32px;
}
.debug .image-browser .zoom.button {
  background-color: rgba(255,192,203,0.3);
}
.image-browser .thumbnail-list {
  position: relative;
  user-select: none;
  text-align: center;
}
.image-browser .thumbnail-list ul {
  display: inline;
}
@media (min-width: 1200px) {
  .image-browser .thumbnail-list ul {
    display: block;
  }
  .image-browser .thumbnail-list ul:nth-child(2) {
    position: absolute;
    top: 0;
    right: 115px;
  }
  .image-browser .thumbnail-list ul:nth-child(3) {
    position: absolute;
    top: 0;
    right: 230px;
  }
}
.image-browser .thumbnail-list li {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  width: 10px;
  height: 10px;
  margin: 20px 10px;
  border-radius: 50%;
  background-color: #808080;
  text-align: center;
}
.image-browser .thumbnail-list li img {
  display: none;
}
@media (min-width: 1200px) {
  .image-browser .thumbnail-list li img {
    display: inline;
    vertical-align: middle;
  }
}
@media (max-width: 1200px) {
  .image-browser .thumbnail-list li {
    box-shadow: unset;
  }
}
@media (min-width: 1200px) {
  .image-browser .thumbnail-list li {
    display: block;
    width: 95px;
    height: 95px;
    line-height: 95px;
    border-radius: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    background-color: #fff;
  }
}
.image-browser .thumbnail-list li:hover .image {
  background-color: #808080;
}
@media (min-width: 1200px) {
  .image-browser .thumbnail-list li:hover .image {
    background-color: transparent;
  }
}
.image-browser .thumbnail-list li:active,
.image-browser .thumbnail-list li.selected {
  background-color: #808080;
}
@media (min-width: 1200px) {
  .image-browser .thumbnail-list li:active,
  .image-browser .thumbnail-list li.selected {
    background-color: #fff;
  }
}
.image-browser.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 2147483647;
  cursor: grab;
}
.image-browser.lightbox .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}
.image-browser.lightbox .image .kvfysmfp {
  overflow: visible !important;
}
.image-browser.lightbox .image img {
  max-height: 80vh;
  user-select: none;
}
.image-browser.lightbox .sidebar {
  top: 40px;
  left: 40px;
}
@media (max-width: 1199px) {
  .image-browser.lightbox .sidebar {
    display: none;
  }
}
.image-browser.lightbox .loader .bar {
  background-color: #000;
}
.image-browser.lightbox .close.button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
}
.image-browser.lightbox .close.button .icon {
  width: 20px;
  height: 100%;
}
.image-browser.lightbox .thumbnail-list {
  top: 40px;
  left: 40px;
  right: auto;
  user-select: none;
}
.image-browser.lightbox .thumbnail-list ul:nth-child(2) {
  left: 115px;
}
.image-browser.lightbox .thumbnail-list ul:nth-child(3) {
  left: 230px;
}
.image-browser.lightbox:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.list-item {
  position: relative;
}
.list-item .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
}
.list-item .content {
  position: relative;
}
.list-item .text-content {
  margin: 0 auto;
  max-width: 29em;
  text-align: center;
}
.list-item .text-content .title {
  font-weight: 900;
  font-size: 2em;
  line-height: 1.1em;
}
@media (min-width: 600px) {
  .list-item .text-content .title {
    font-size: 2.5em;
  }
}
.list-item .text-content .body {
  line-height: 1.4em;
}
.product-list-item .content {
  padding: 2em 0 2.5em;
}
.product-list-item .content .grid {
  min-height: 0;
}
.links-list-item {
  text-align: center;
  padding: 5em;
}
.links-list-item h3 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}
.links-list-item ul li a {
  display: inline-block;
  padding: 0.5em;
  line-height: 1.3em;
  color: inherit;
  text-decoration: none;
}
.footer-list-item {
  max-width: 1300px;
  margin: 0 auto;
}
.footer-list-item .site-footer {
  margin-top: 0;
}
.poster-list-item {
  padding: calc(5% + 6em) 1em;
  text-align: center;
}
.poster-list-item .brand-logo {
  position: relative;
  width: 10em;
  height: 7em;
  margin: 0 auto 3em;
}
.poster-list-item .brand-logo div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.poster-list-item .title {
  font-size: 3em;
}
@media (min-width: 600px) {
  .poster-list-item .title {
    font-size: 4em;
  }
}
.video-list-item .content {
  padding-top: 56.25%;
}
.video-list-item .content .video-embed {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 600px) {
  .video-list-item .content .video-embed.has-background {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 75%;
    max-height: 75%;
  }
}
.text-list-item {
  padding: calc(5% + 2em) 1em calc(5% + 2.5em);
}
.text-list-item .content {
  position: relative;
  z-index: 2;
}
.text-list-item.has-image-background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
}
.stylebook-list-item .content {
  position: relative;
  overflow: hidden;
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.stylebook-list-item .content:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.stylebook-list-item .content .counter {
  position: absolute;
  left: 50%;
  bottom: 1.5em;
  font-size: 1.6em;
  transform: translateX(-50%);
}
.stylebook-list-item .content .counter svg {
  display: block;
  width: 1.6em;
  height: 2.56em;
}
.stylebook-list-item .content .counter svg line {
  stroke: #fff;
}
.stylebook-list-item .content .counter span {
  position: absolute;
  width: 1.8em;
  text-align: center;
  font-weight: 900;
  line-height: 1em;
}
.stylebook-list-item .content .counter span.index {
  left: -0.5em;
  top: 0;
}
.stylebook-list-item .content .counter span.count {
  right: -0.5em;
  bottom: 0;
}
.stylebook-list-item .content .text-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 1em;
  z-index: 1;
  margin-top: -1em;
  max-width: 38em;
}
@media (min-width: 600px) {
  .stylebook-list-item .content .text-content {
    padding: 0 5em;
  }
}
.stylebook-list-item .content .text-content .title {
  margin-bottom: 0;
}
.stylebook-list-item .content .swipe-indicator {
  position: absolute;
  bottom: 2.6em;
  left: 1.5em;
  right: 1.5em;
  height: 1em;
  font-size: 1.5em;
}
@media (min-width: 600px) {
  .stylebook-list-item .content .swipe-indicator {
    bottom: auto;
    top: 50%;
    margin-top: -1.2em;
  }
}
.stylebook-list-item .content .swipe-indicator:after {
  position: absolute;
  content: "\2192";
  right: 0;
  top: 0;
}
.stylebook-list-item .content .images {
  position: relative;
  padding-top: 100%;
}
@media (min-aspect-ratio: 1/1) {
  .stylebook-list-item .content .images {
    padding-top: 43.75%;
  }
}
.stylebook-list-item .content .images .image-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.stylebook-list-item .content .images .image-container:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
}
.stylebook-list-item .content .images .image-container .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  margin-top: -20px;
}
.stylebook-list-item .content .images .image-container .image {
  background-position: center;
}
.logo {
  display: flex;
  height: 100%;
  align-content: center;
  width: 145px;
  margin: 0 auto;
}
.logo .icon {
  width: 100%;
}
.logo .icon-sportsnett-logo {
  width: 135px;
}
@media (min-width: 1024px) {
  .logo {
    width: 190px;
  }
}
#magic-widget-launcher-parent {
  z-index: 2147483646 !important; /* Hack to avoid overlay on live shopping */
}
.markdown :first-child {
  margin-top: 0;
}
.markdown ul,
.markdown ol {
  margin-left: 20px;
  margin-bottom: 18px;
}
.markdown ul li:before {
  display: inline-block;
  content: "\2022";
  margin-left: -0.8em;
  width: 0.8em;
}
.navigation-shortcuts {
  display: none;
}
@media (min-width: 1530px) {
  .navigation-shortcuts {
    display: block;
  }
  .navigation-shortcuts li {
    position: fixed;
    top: 400px;
    left: 50%;
  }
  .navigation-shortcuts a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    color: inherit;
    text-decoration: none;
  }
  .navigation-shortcuts a:hover {
    text-decoration: underline;
  }
  .navigation-shortcuts .stores {
    transform: translateX(-750px);
  }
  .navigation-shortcuts .stores a {
    transform: rotateZ(-90deg);
  }
  .navigation-shortcuts .faq {
    transform: translateX(605px);
  }
  .navigation-shortcuts .faq a {
    transform: rotateZ(90deg);
  }
}
.notifications {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: none;
}
.notifications.active {
  display: block;
}
.notifications .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
.notifications .close .icon {
  fill: currentColor;
  width: 15px;
  height: 100%;
}
.notifications .close:hover .icon {
  opacity: 0.9;
}
.notifications .close:active .icon {
  opacity: 0.8;
}
@media (min-width: 600px) {
  .notifications .close {
    height: 70px;
  }
}
.notifications .notification {
  position: relative;
  color: #fff;
  min-height: 50px;
  padding-right: 50px;
}
.notifications .notification .container {
  padding: 15px 20px;
}
@media (min-width: 600px) {
  .notifications .notification {
    font-size: 18px;
  }
  .notifications .notification .container {
    padding: 25px 60px;
  }
}
.order-items {
  overflow: auto;
}
.order-items .order-item {
  margin-bottom: 15px;
  clear: left;
}
.order-items .order-item .details {
  position: relative;
}
@media (min-width: 450px) {
  .order-items .order-item .details {
    margin-left: 170px;
  }
}
.order-items .order-item .category {
  display: block;
  font-weight: 700;
}
.order-items .order-item .description {
  float: left;
  margin-right: 100px;
  margin-bottom: 15px;
}
.debug .order-items .order-item .description {
  background-color: rgba(0,0,255,0.1);
}
.order-items .order-item .category + .description {
  float: none;
}
.order-items .order-item .quantity:after {
  content: " x ";
}
.order-items .order-item .amount {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100px;
  text-align: right;
}
.order-items .order-item .amount.amount-credited {
  color: #8d8d90;
  text-decoration: line-through;
}
.debug .order-items .order-item .amount {
  background-color: rgba(255,0,0,0.1);
}
.order-items .order-item .credited {
  position: absolute;
  top: 17px;
  font-size: 13px;
  line-height: 23px;
  right: 0;
  color: #ff5200;
}
.debug .order-items .order-item {
  background-color: rgba(255,192,203,0.2);
}
.order-items .bundle,
.order-items .product {
  position: relative;
  margin-bottom: 25px;
}
.order-items .bundle a,
.order-items .product a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 450px) {
  .order-items .bundle .details,
  .order-items .product .details {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
}
.order-items .bundle .image,
.order-items .product .image {
  position: relative;
  width: 130px;
  height: 80px;
  margin: 25px auto;
}
@media (min-width: 450px) {
  .order-items .bundle .image,
  .order-items .product .image {
    margin-left: 0;
    margin-right: 0;
  }
}
.order-items .bundle .image img,
.order-items .product .image img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.order-items .bundle .image {
  height: 160px;
}
.order-items .bundle .image .composite-image {
  height: 80px;
}
.order-items .bundle-summary {
  margin-left: 20px;
  line-height: 1.5;
}
.order-items .bundle-summary-item .label:after {
  content: ": ";
}
.order-items .total {
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .order-items .total {
    margin-bottom: 50px;
  }
}
.order-items .delivery-estimate {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .order-items .delivery-estimate {
    margin-bottom: 75px;
  }
}
.order-items .shipping-address .address {
  margin: 0;
}
.order-items .shipping-address .careOf {
  display: block;
}
.order-items .shipping-address .careOf:before {
  content: " c/o ";
}
.order-list {
  margin-bottom: 50px;
}
.order-list h2 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.2em;
}
.order-list .order-list-placeholder {
  margin-top: 20px;
  text-align: center;
}
.order-list .order-list-item .toggle {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: left;
  overflow: hidden;
}
.order-list .order-list-item .label {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 45px;
  right: 0;
  line-height: 1.25em;
  max-height: 2.5em;
  overflow: hidden;
}
.order-list .order-list-item .order-items {
  display: none;
  margin-bottom: 50px;
}
.order-list .order-items {
  margin-top: 20px;
}
.grid-item .product-details {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 9.375em;
  text-align: center;
}
.debug .grid-item .product-details {
  background: rgba(255,255,0,0.1);
}
.grid-item .product-details .brand,
.grid-item .product-details .name,
.grid-item .product-details .description {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 360px;
}
.grid-item .product-details .brand,
.grid-item .product-details .name {
  margin-top: 0;
  line-height: 1;
}
.grid-item .product-details .brand {
  margin-bottom: 8px;
  font-weight: 900;
  font-size: 1.625em;
  text-transform: uppercase;
}
.grid-item .product-details .name {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 1.125em;
}
.grid-item .product-details .description {
  font-size: 1em;
  line-height: 1.25;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
}
.grid-item .product-details .price {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5em;
  font-size: 1.375em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.grid-item .product-details .price .before {
  position: relative;
  font-size: 0.666666666666667em;
  white-space: nowrap;
}
.grid-item .product-details .price .amount {
  position: relative;
}
.grid-item .product-details .price.discount,
.grid-item .product-details .price.low-price {
  color: inherit;
}
.grid-item .product-details .price.discount .before {
  line-height: 1.7em;
}
.grid-item .product-details .price.discount .before:before {
  margin-right: 0.25em;
}
.grid-item .product-details .price.discount .now:before {
  content: "N\E5";
  margin-left: 10px;
  margin-right: 10px;
  font-size: 0.666666666666667em;
}
.grid-item .product-details .price.discount.bundle .before {
  margin-right: 10px;
}
.grid-item .product-details .price.discount.bundle .before:before {
  content: "Kj\F8pt l\F8st";
  margin-right: 10px;
}
.grid-item .product-details .price.discount.bundle .now {
  margin-right: 10px;
}
.grid-item .product-details .price.discount.bundle .now:before {
  content: none;
}
.grid-item .product-details .price.member .before,
.grid-item .product-details .price.bundle.member .before {
  margin-right: 10px;
}
.grid-item .product-details .price.member .before:before,
.grid-item .product-details .price.bundle.member .before:before {
  content: "Ikke medlem";
  margin-right: 10px;
}
.grid-item .product-details .price.member .now:before,
.grid-item .product-details .price.bundle.member .now:before {
  content: none;
}
.grid-item .product-details .price.low-price .now:before {
  content: "Fast lavpris";
  margin-left: 10px;
  margin-right: 10px;
  font-size: 0.666666666666667em;
}
.grid-item.product {
  font-size: 14px;
}
@media (min-width: 450px) and (max-width: 767px), (min-width: 900px) and (max-width: 1199px), (min-width: 1350px) {
  .grid-item.product {
    font-size: 16px;
  }
}
.grid-item.product .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 9.375em;
}
.debug .grid-item.product .image {
  background: rgba(0,128,0,0.1);
}
.grid-item.product .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 85%;
  max-height: 80%;
}
.grid-item.product:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.04);
  pointer-events: none;
}
.promotion-grid-item {
  font-size: 5.25vw;
}
@media (min-width: 520px) {
  .promotion-grid-item {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .promotion-grid-item {
    font-size: 2.5vw;
  }
}
@media (min-width: 1024px) {
  .promotion-grid-item {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .promotion-grid-item {
    font-size: 1.625vw;
  }
}
@media (min-width: 1300px) {
  .promotion-grid-item {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .promotion-grid-item.wide {
    font-size: 3.625vw;
  }
}
@media (min-width: 1024px) {
  .promotion-grid-item.wide {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  .promotion-grid-item.double,
  .promotion-grid-item.full {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .promotion-grid-item.full {
    font-size: 45px;
  }
}
.promotion-grid-item .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.promotion-grid-item .background video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 102%;
  min-height: 102%;
  background: transparent;
  display: none;
}
.promotion-grid-item .background video.playing {
  display: block;
}
.promotion-grid-item .background video::-webkit-media-controls {
  display: none;
}
.promotion-grid-item .background .fallback {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.promotion-grid-item .background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.1);
  transition: opacity 100ms linear;
  opacity: 0;
}
.promotion-grid-item .responsive-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.promotion-grid-item .responsive-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.promotion-grid-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.promotion-grid-item .overlay img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 80%;
  max-width: 80%;
}
@media (min-width: 400px) {
  .promotion-grid-item .overlay img {
    max-height: 60%;
    max-width: 60%;
  }
}
.debug .promotion-grid-item .overlay img {
  border: 1px solid #ff0;
}
.promotion-grid-item .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5;
  white-space: nowrap;
}
.promotion-grid-item .text.top {
  transform: translateY(-2.5em);
}
.promotion-grid-item .text.middle {
  font-weight: 900;
  font-size: 275%;
}
.promotion-grid-item .text.middle.length-10 {
  font-size: 225%;
}
.promotion-grid-item .text.middle.length-15 {
  font-size: 175%;
}
.promotion-grid-item .text.middle.length-20 {
  font-size: 150%;
}
.promotion-grid-item .text.bottom {
  transform: translateY(1em);
}
.promotion-grid-item.supports-object-fit {
  object-fit: cover;
}
.promotion-grid-item.supports-object-fit video {
  width: 102%;
  height: 102%;
  object-fit: cover;
}
.promotion-grid-item:hover .background:after {
  opacity: 1;
}
.quick-store-info .open-status {
  font-weight: 600;
}
.quick-store-info .address {
  margin-top: 1.5em;
}
.responsive-container {
  height: 100%;
}
.responsive-container div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
.stores.grid-item {
  background: url("/images3d-pattern.svg");
  background-size: 48px 32px;
  font-size: 18px;
}
@media (min-width: 400px) {
  .stores.grid-item {
    font-size: 24px;
  }
}
.stores.grid-item .title {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1.7em;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  padding: 1.2em 0 2.4em 0;
}
.stores.grid-item .title:before,
.stores.grid-item .title:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: top 300ms cubic-bezier(0.215, 0.61, 0.355, 1), bottom 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 50px;
  height: 2px;
  background: #f13c1b;
}
.stores.grid-item .title:before {
  top: 0;
}
.stores.grid-item .title:after {
  bottom: 0;
}
.stores.grid-item .title em {
  display: block;
  font-style: italic;
  font-size: 1.75em;
  font-weight: 900;
}
.stores.grid-item:hover .title:before {
  top: 10px;
}
.stores.grid-item:hover .title:after {
  bottom: 10px;
}
.account-dialog {
  position: relative;
}
.account-dialog h1 {
  font-weight: 900;
  margin-bottom: 0.5em;
  text-align: center;
}
@media (min-width: 600px) {
  .account-dialog h1 {
    font-size: 36px;
  }
}
.account-dialog h2 {
  margin-bottom: 0.5em;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
.account-dialog section {
  margin: 0 auto 30px;
}
@media (min-width: 600px) {
  .account-dialog section {
    margin-bottom: 75px;
  }
}
.account-dialog .dialog-container {
  padding-top: 25px;
  min-height: 100%;
}
.account-dialog .dialog-container .close {
  top: 0;
}
.account-dialog .loader {
  bottom: auto;
  top: 35%;
}
.account-dialog .outline-button {
  display: block;
  margin: 25px auto;
  width: 100%;
  max-width: 300px;
}
.account-dialog .outline-button:hover {
  text-decoration: none;
}
.account-dialog .logout-button {
  position: absolute;
  top: 15px;
  left: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px;
  line-height: 1;
}
@media (min-width: 768px) {
  .account-dialog .logout-button {
    top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.account-dialog .account-header .logo {
  height: 55px;
  margin: 25px auto 20px;
}
@media (min-width: 600px) {
  .account-dialog .account-header .logo {
    height: 75px;
    margin-bottom: 50px;
  }
}
.account-dialog .account-header .greeting {
  text-align: center;
}
@media (min-width: 600px) {
  .account-dialog .account-header .greeting {
    font-size: 18px;
    margin-bottom: 0.5em;
  }
}
.account-dialog .bonus {
  text-align: center;
  font-size: 14px;
}
@media (min-width: 600px) {
  .account-dialog .bonus {
    font-size: 18px;
  }
}
.account-dialog .bonus .bonus-gauge {
  width: 150px;
  margin: 0 auto 10px;
}
@media (min-width: 600px) {
  .account-dialog .bonus .bonus-gauge {
    width: 200px;
  }
  .account-dialog .bonus .bonus-gauge .percent {
    font-size: 65px;
  }
}
.account-dialog .bonus .available {
  font-size: 18px;
  margin-bottom: 0.5em;
}
@media (min-width: 600px) {
  .account-dialog .bonus .available {
    font-size: 24px;
  }
}
.account-dialog .cards,
.account-dialog .change-password {
  max-width: 400px;
}
.account-dialog .cards {
  text-align: center;
}
.browse-section {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  overflow-x: hidden;
}
.browse-section .clear {
  display: none;
}
@media (min-width: 1300px) {
  .browse-section {
    overflow: visible;
  }
}
.debug .category-section {
  background: rgba(0,128,0,0.1);
}
.category-section .category.grid-item {
  pointer-events: none;
}
.faq.info-page nav {
  padding: 15px 0;
  text-align: center;
  margin: 0 auto 20px auto;
  transform: translateX(-5px);
}
@media (min-width: 768px) {
  .faq.info-page nav {
    transform: none;
    max-width: none;
    margin-bottom: 20px;
  }
}
.faq.info-page nav a {
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
  width: 33%;
}
@media (min-width: 768px) {
  .faq.info-page nav a {
    width: 16.5%;
    max-width: 120px;
  }
}
.faq.info-page nav a .icon {
  display: none;
}
@media (min-width: 768px) {
  .faq.info-page nav a .icon {
    display: block;
    height: 50px;
    width: 50px;
    margin: 0 auto;
  }
}
.faq.info-page nav a .icon.icon-anton-club-logo {
  color: #404047;
}
.faq.info-page .content {
  padding: 0 20px 80px 20px;
  max-width: 730px;
  margin: 0 auto;
}
@media (min-width: 500px) {
  .faq.info-page .content {
    padding: 0 40px 80px 40px;
  }
}
@media (min-width: 600px) {
  .faq.info-page .content {
    font-size: 18px;
    padding-right: 80px;
  }
}
@media (min-width: 1300px) {
  .faq.info-page .content {
    margin-top: -20px;
    padding-left: 120px;
  }
}
.faq.info-page .content h2 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 0.2em;
  padding-top: 0.4em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .faq.info-page .content h2 {
    font-size: 36px;
  }
}
@media (min-width: 1300px) {
  .faq.info-page .content h2 {
    line-height: 0.8em;
    margin-left: -260px;
    transform: translateY(1.5em);
  }
}
.faq.info-page .content h3 {
  margin-top: 1em;
  margin-bottom: 0.4em;
  font-size: inherit;
  font-weight: 900;
  line-height: 1.4em;
}
.faq.info-page .content p {
  margin-top: 0;
  margin-bottom: 1.4em;
  line-height: 1.4em;
}
@media (min-width: 600px) {
  .feature {
    font-size: 1.125em;
  }
}
@media (min-width: 900px) {
  .feature {
    font-size: 1.25em;
  }
}
@media (min-width: 1200px) {
  .feature {
    font-size: 1.375em;
  }
}
.feature .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.feature .site-header .logo .presents,
.feature .site-header .to-store {
  font-size: 14px;
  text-decoration: none;
}
.feature .site-header svg.icon-kiosk-home {
  fill: #fff;
}
.feature .site-header .logo {
  text-align: center;
  height: 50px;
}
@media (min-width: 1024px) {
  .feature .site-header .logo {
    height: 105px;
  }
}
.feature .site-header .logo svg {
  fill: #fff;
}
.feature .site-header .logo .presents {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  letter-spacing: 0.5em;
}
@media (min-width: 1024px) {
  .feature .site-header .logo .presents {
    bottom: 0;
  }
}
.feature .site-header .to-store {
  position: absolute;
  top: 16px;
  left: 15px;
}
@media (min-width: 1024px) {
  .feature .site-header .to-store {
    top: 45px;
    font-size: 16px;
  }
}
.feature .site-header .open-cart {
  padding: 12px 10px;
  position: absolute;
  font-size: 16px;
  color: #fff;
}
.feature .site-header .open-cart .icon {
  fill: #fff;
}
.feature .site-header .open-cart:hover,
.feature .site-header .open-cart:hover .count {
  background: transparent;
  color: #fff;
  opacity: 0.75;
}
.feature .site-header .open-cart:active,
.feature .site-header .open-cart:active .count {
  background: transparent;
  color: #fff;
  opacity: 0.5;
}
.feature .site-footer {
  max-width: 1300px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.feature .module {
  position: relative;
}
.feature .module .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
}
.feature .module .content {
  position: relative;
}
.feature .module .text-content {
  margin: 0 auto;
  max-width: 29em;
  text-align: center;
}
.feature .module .text-content a {
  color: inherit;
}
.feature .module .text-content a:hover {
  color: inherit;
}
.feature .module .text-content .title {
  font-weight: 900;
  font-size: 2em;
  line-height: 1.1em;
}
@media (min-width: 600px) {
  .feature .module .text-content .title {
    font-size: 2.5em;
  }
}
.feature .module .text-content .body {
  line-height: 1.4em;
}
.feature .call-to-action.module {
  padding: calc(10% + 2.5em) 1em;
  text-align: center;
}
.feature .call-to-action.module .outline-button {
  position: relative;
  color: inherit;
  padding: 1em;
  border-color: currentColor;
}
.feature .call-to-action.module .outline-button .title {
  position: relative;
}
.feature .call-to-action.module .outline-button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 100ms linear;
}
.feature .call-to-action.module .outline-button:hover {
  border-color: currentColor;
}
.feature .call-to-action.module .outline-button:hover:before {
  opacity: 0.35;
}
.feature .items.module .content {
  padding: 2em 0 2.5em;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.feature .items.module .content .grid {
  min-height: 0;
  font-size: 16px;
}
.feature .links.module {
  text-align: center;
  padding: 5em;
}
.feature .links.module h3 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}
.feature .links.module ul li a {
  display: inline-block;
  padding: 0.5em;
  line-height: 1.3em;
  color: inherit;
  text-decoration: none;
}
.feature .poster.module {
  padding: calc(5% + 6em) 1em;
  text-align: center;
}
.feature .poster.module .brand-logo {
  position: relative;
  width: 10em;
  height: 7em;
  margin: 0 auto 3em;
}
.feature .poster.module .brand-logo div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.feature .poster.module .title {
  font-size: 3em;
}
@media (min-width: 600px) {
  .feature .poster.module .title {
    font-size: 4em;
  }
}
.feature .image.module .content .image {
  height: 0;
}
.feature .image.module .content .image img {
  width: 100%;
  display: block;
}
.feature .video.module .content {
  padding-top: 56.25%;
}
.feature .video.module .content .video-embed {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 600px) {
  .feature .video.module .content .video-embed.has-background {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 75%;
    max-height: 75%;
  }
}
.feature .text.module {
  padding: calc(5% + 2em) 1em calc(5% + 2.5em);
}
.feature .text.module .content {
  position: relative;
  z-index: 2;
}
.feature .text.module.has-image-background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
}
.feature .stylebook.module .content {
  position: relative;
  overflow: hidden;
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.feature .stylebook.module .content:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.feature .stylebook.module .content .counter {
  position: absolute;
  left: 50%;
  bottom: 1.5em;
  font-size: 1.6em;
  transform: translateX(-50%);
}
.feature .stylebook.module .content .counter svg {
  display: block;
  width: 1.6em;
  height: 2.56em;
}
.feature .stylebook.module .content .counter svg line {
  stroke: #fff;
}
.feature .stylebook.module .content .counter span {
  position: absolute;
  width: 1.8em;
  text-align: center;
  font-weight: 900;
  line-height: 1em;
}
.feature .stylebook.module .content .counter span.index {
  left: -0.5em;
  top: 0;
}
.feature .stylebook.module .content .counter span.count {
  right: -0.5em;
  bottom: 0;
}
.feature .stylebook.module .content .text-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 1em;
  z-index: 1;
  margin-top: -1em;
  max-width: 38em;
}
@media (min-width: 600px) {
  .feature .stylebook.module .content .text-content {
    padding: 0 5em;
  }
}
.feature .stylebook.module .content .text-content .title {
  margin-bottom: 0;
}
.feature .stylebook.module .content .swipe-indicator {
  position: absolute;
  bottom: 2.6em;
  left: 1.5em;
  right: 1.5em;
  height: 1em;
  font-size: 1.5em;
}
@media (min-width: 600px) {
  .feature .stylebook.module .content .swipe-indicator {
    bottom: auto;
    top: 50%;
    margin-top: -1.2em;
  }
}
.feature .stylebook.module .content .swipe-indicator:after {
  position: absolute;
  content: "\2192";
  right: 0;
  top: 0;
}
.feature .stylebook.module .content .images {
  position: relative;
  padding-top: 100%;
}
@media (min-aspect-ratio: 1/1) {
  .feature .stylebook.module .content .images {
    padding-top: 43.75%;
  }
}
.feature .stylebook.module .content .images .image-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.feature .stylebook.module .content .images .image-container:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
}
.feature .stylebook.module .content .images .image-container .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  margin-top: -20px;
}
.feature .stylebook.module .content .images .image-container .image {
  background-position: center;
}
.debug .product-section {
  background: rgba(0,128,0,0.1);
}
.product-section .category-navigation {
  margin-bottom: 0;
}
.product-section .presentation {
  position: relative;
}
.product-section .presentation .badges {
  position: absolute;
  top: 0;
  left: 15px;
}
.product-section .details {
  overflow: hidden;
}
@media (min-width: 600px) {
  .product-section .details .general {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .product-section .details .general {
    float: left;
    width: 50%;
    padding-right: 50px;
  }
}
.product-section .details .name,
.product-section .details .gender {
  display: block;
}
.product-section .details .name {
  margin-bottom: 0.1em;
}
@media (min-width: 600px) {
  .product-section .details .name {
    margin: 0;
  }
}
.product-section .details .gender {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 600px) {
  .product-section .details .gender {
    font-size: 22px;
  }
}
.product-section .finishes,
.product-section .actions {
  margin-top: 1.3125em;
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .product-section .finishes,
  .product-section .actions {
    margin-top: 2.8em;
    margin-bottom: 25px;
  }
}
.product-section .description {
  width: 100%;
  font-size: 14px;
}
.product-section .description p {
  line-height: 1.4em;
}
@media (min-width: 600px) {
  .product-section .description {
    margin-top: 4em;
    font-size: 18px;
    max-width: 35em;
  }
}
@media (min-width: 1200px) {
  .product-section .description {
    margin-top: 0;
    width: 50%;
    max-width: 540px;
    float: right;
    font-size: 18px;
  }
}
.product-section .product-feature {
  margin-top: 36px;
}
.product-section .related-products-section {
  padding: 65px 0;
}
.product-section .store-features {
  padding: 10px 0;
  padding-bottom: 20px;
  margin-top: 50px;
  margin-bottom: 65px;
}
@media (min-width: 600px) {
  .product-section .store-features {
    margin-top: 65px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 800px) {
  .product-section .store-features {
    margin-left: 0;
    margin-right: 0;
  }
}
.product-section .store-features ul {
  overflow: hidden;
  max-width: 320px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media (min-width: 520px) {
  .product-section .store-features ul {
    max-width: none;
  }
}
.product-section .store-features li {
  width: 50%;
  float: left;
  font-size: 12px;
  text-align: center;
  min-height: 110px;
  margin: 15px 0;
}
@media (min-width: 520px) {
  .product-section .store-features li {
    width: 25%;
    height: auto;
  }
}
@media (min-width: 600px) {
  .product-section .store-features li {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .product-section .store-features li {
    font-size: 16px;
  }
}
.product-section .store-features h3 {
  margin-bottom: 0.2em;
}
@media (min-width: 600px) {
  .product-section .store-features h3 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .product-section .store-features h3 {
    font-size: 18px;
  }
}
.product-section .store-features p {
  max-width: 9em;
  margin: 0 auto;
  line-height: 1.25;
}
@media (min-width: 800px) {
  .product-section .store-features p {
    max-width: 10em;
  }
}
.product-section .store-features .icon {
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .product-section .store-features .icon {
    width: 80px;
    height: 80px;
  }
}
.product-section .store-features .icon-anton-club-logo {
  fill: currentColor;
  color: inherit;
}
@media (min-width: 1200px) {
  .product-section .store-features {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.product-section .related-products,
.product-section .companion-products {
  display: none;
}
.product-section .image-browser:not(.lightbox) {
  height: 50vw;
  max-height: 600px;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .product-section .image-browser:not(.lightbox) .sidebar {
    top: 25px;
  }
}
.product-section .image-browser.lightbox .sidebar {
  pointer-events: none;
}
.product-section .image-browser.lightbox .view-details-button {
  display: none;
}
.product-section .view-details-button {
  display: none;
  width: 100%;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .product-section .view-details-button {
    display: block;
  }
}
.debug .product-section .view-details-button {
  background-color: rgba(255,255,255,0.3);
}
.product-section .view-details-button .label {
  display: block;
}
.product-section .view-details-button .icon {
  width: 32px;
  height: 32px;
}
.product-availability {
  padding-top: 5px;
  font-size: 14px;
  text-align: left;
}
@media (min-width: 600px) {
  .product-availability {
    display: inline-block;
  }
}
.stock.info-page {
  background: #fff;
}
.stock.info-page .stock-header {
  padding: 30px 20px 60px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .stock.info-page .stock-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.stock.info-page .stock-title h1 {
  font-size: 24px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .stock.info-page .stock-title h1 {
    font-size: 36px;
  }
}
.stock.info-page .stock-title h2 {
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .stock.info-page .stock-title h2 {
    font-size: 28px;
  }
}
.stock.info-page .bundle-summary-item {
  margin-bottom: 1em;
}
@media (min-width: 500px) {
  .stock.info-page .bundle-summary-item {
    margin-bottom: 0;
    line-height: 1.75;
  }
}
.stock.info-page .bundle-summary-item .label {
  display: block;
  font-weight: 900;
}
@media (min-width: 500px) {
  .stock.info-page .bundle-summary-item .label {
    display: inline;
  }
  .stock.info-page .bundle-summary-item .label:after {
    content: ": ";
  }
}
.stock.info-page .bundle-summary-option {
  display: none;
}
@media (min-width: 768px) {
  .stock.info-page .stock-list .store .opening-hours {
    margin-top: 50px;
  }
}
.stock.info-page .stock-list .store .open-status {
  display: block;
}
.stock.info-page .stock-list .store .toggle {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1;
}
.stock.info-page .stock-list .store .name {
  margin-right: 120px;
}
.stock.info-page .stock-status {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media (min-width: 768px) {
  .stock.info-page .stock-status {
    top: 110px;
    left: 250px;
    right: auto;
  }
}
.stock.info-page .stock-status .icon {
  position: relative;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  padding: 3px;
  margin-right: 10px;
  border-radius: 50%;
  fill: #fff;
}
.stock.info-page .stock-status .label {
  line-height: 18px;
}
@media (max-width: 768px) {
  .stock.info-page .stock-status {
    right: 10px;
    max-width: 220px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .stock.info-page .stock-status .label {
    text-align: right;
  }
  .stock.info-page .stock-status .icon {
    flex: 0 0 18px;
    margin-right: 10px;
  }
}


/*# sourceMappingURL=client.4305ae97.css.map*/