/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
@font-face {
  font-family: "Caslon_540 W01 Italic_927408";
  src: url("/assets/6a2a99e760cddfbdd332636544aafed8cd07ba4e/relaunch2018/css/fonts/5a5ff799-8e8a-43e2-8aba-364b86fbf4eb.woff");
}
@font-face {
  font-family: "Caslon_540 LT W01 Roman";
  src: url("/assets/6a2a99e760cddfbdd332636544aafed8cd07ba4e/relaunch2018/css/fonts/1acf0583-572c-4726-b4ae-9db3dab026eb.woff");
}
@font-face {
  font-family: "Frutiger LT W01_57 Condensed";
  src: url("/assets/6a2a99e760cddfbdd332636544aafed8cd07ba4e/relaunch2018/css/fonts/bd26bfea-b97f-4b32-b5f6-504be0b1938d.woff");
}
/* used for category header */
var {
  display: none;
}
var#ags-screen-xs-sm {
  width: 600px;
}
var#ags-screen-sm-md {
  width: 850px;
}
var#ags-screen-md-lg {
  width: 1024px;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a.active {
  color: #d5b079;
}
picture {
  display: block;
}
body {
  overflow-y: scroll;
  font-family: "Frutiger LT W01_57 Condensed", Verdana, sans-serif;
  font-size: 16px;
}
#screens {
  position: fixed;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.4);
  z-index: 1000;
  pointer-events: none;
}
#screens output {
  padding: 0.125rem 0.5rem;
}
.no_display_for_header_elements {
  display: none;
}
.country-flag {
  display: inline-block;
  background: url("/assets/6a2a99e760cddfbdd332636544aafed8cd07ba4e/relaunch2018/img/flagSprite.png") no-repeat scroll 0 0 transparent;
  height: 0.9375rem;
  width: 1.5rem;
  margin: 0;
}
.country-flag.de {
  background-position: 0 0;
}
.country-flag.at {
  background-position: 0 -20px;
}
.country-flag.ch {
  background-position: 0 -40px;
}
.country-flag.fr {
  background-position: 0 -100px;
}
.country-flag.be {
  background-position: 0 -60px;
}
.country-flag.nl {
  background-position: 0 -80px;
}
.country-flag.fi {
  background-position: 0 -120px;
}
.country-flag.se {
  background-position: 0 -140px;
}
.country-flag.sv {
  background-position: 0 -140px;
}
.country-flag.no {
  background-position: 0 -160px;
}
main {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow-x: hidden;
}
main > section.content {
  flex: 1 0 auto;
}
main > section.content .page {
  display: flex;
  flex-direction: column;
}
main > section.content .page article {
  padding: 0 1.8rem;
}
@media (max-width: 600px) {
  main > section.content .page article {
    padding: 0 1rem;
  }
}
@media (min-width: 601px) and (max-width: 850px) {
  main > section.content .page article {
    padding: 0 1.2rem;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  main > section.content .page article {
    padding: 0 1.4rem;
  }
}
.default-padding {
  padding: 0 1.8rem;
}
@media (min-width: 851px) and (max-width: 1024px) {
  .default-padding {
    padding: 0 1.4rem;
  }
}
@media (min-width: 601px) and (max-width: 850px) {
  .default-padding {
    padding: 0 1.2rem;
  }
}
@media (max-width: 600px) {
  .default-padding {
    padding: 0 1rem;
  }
}
output.to {
  font-weight: bold;
}
form {
  display: flex;
  flex-direction: column;
}
form .f-group {
  display: flex;
  margin-bottom: 1em;
  flex-wrap: wrap;
}
form .f-group .f-element {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  width: auto;
  margin: 2em 0 1em;
  padding: 0 0.5em;
}
@media (max-width: 600px) {
  form .f-group .f-element {
    padding: 0;
  }
}
form .f-group .f-element:first-of-type {
  padding-left: 0;
}
form .f-group .f-element:first-of-type .f-input + label {
  left: 0;
}
form .f-group .f-element:first-of-type .f-input + label + .error-tip {
  left: 0;
}
form .f-group .f-element:last-of-type {
  padding-right: 0;
}
form .f-group .f-element .f-element-wrapper {
  width: 100%;
}
form .f-group .f-element .f-input {
  flex: 0 0 auto;
  width: 100%;
  padding: 0.375em 0.75em 0.375em 0;
  display: block;
  font-size: 1em;
  line-height: 1.5;
  border: none;
  outline: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  transition: all 0.4s ease-out;
}
form .f-group .f-element .f-input:invalid {
  border-bottom-color: #d9534f;
}
form .f-group .f-element .f-input:focus {
  border-bottom-color: #d5b079;
  transition: all 0.4s ease-out;
}
form .f-group .f-element .f-input + label {
  position: absolute;
  top: -1.5em;
  left: 0.5em;
  margin: 2em 0 0;
  text-transform: uppercase;
  transition: all 0.4s ease-out;
  cursor: text;
  pointer-events: none;
  white-space: nowrap;
}
@media (max-width: 600px) {
  form .f-group .f-element .f-input + label {
    left: 0;
  }
}
form .f-group .f-element .f-input + label.connect-label {
  top: -4em;
}
form .f-group .f-element .f-input[type="checkbox"] + label {
  white-space: normal;
}
form .f-group .f-element .f-input[type="checkbox"],
form .f-group .f-element .f-input[type="radio"] {
  display: none;
}
form .f-group .f-element .f-input[type="checkbox"] + label,
form .f-group .f-element .f-input[type="radio"] + label {
  margin: 0 0 0 2em;
  position: static;
  text-transform: none;
  cursor: pointer;
  pointer-events: all;
}
form .f-group .f-element .f-input[type="checkbox"] + label:before,
form .f-group .f-element .f-input[type="radio"] + label:before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #000000;
  cursor: pointer;
}
form .f-group .f-element .f-input[type="checkbox"]:checked + label:after,
form .f-group .f-element .f-input[type="radio"]:checked + label:after {
  position: absolute;
  content: '';
  display: block;
  background: url(/assets/6a2a99e760cddfbdd332636544aafed8cd07ba4e/relaunch2018/img/icon-checkmark.svg) no-repeat;
  background-size: contain;
  top: 0.25em;
  left: 0.25em;
  width: 1em;
  height: 1em;
  cursor: pointer;
}
form .f-group .f-element .f-input[type="checkbox"]:disabled + label,
form .f-group .f-element .f-input[type="radio"]:disabled + label {
  cursor: default;
  color: #808080;
}
form .f-group .f-element .f-input[type="checkbox"]:disabled + label:before,
form .f-group .f-element .f-input[type="radio"]:disabled + label:before {
  border-color: #808080;
  cursor: default;
}
form .f-group .f-element .f-input[type="checkbox"]:disabled:checked + label:after,
form .f-group .f-element .f-input[type="radio"]:disabled:checked + label:after {
  color: #808080;
  cursor: default;
}
form .f-group .f-element .f-input[type="radio"] + label:before {
  border-radius: 100%;
}
form .f-group .f-element .f-input[type="radio"]:checked + label {
  pointer-events: none;
}
form .f-group .f-element .f-input[type="radio"]:checked + label:after {
  background: none;
  background-color: #d5b079;
  border-radius: 100%;
}
form .f-group .f-element .f-input[type="radio"]:disabled + label {
  pointer-events: none;
}
form .f-group .f-element .f-input[type="radio"]:disabled:checked + label:after {
  background-color: #808080;
}
form .f-group .f-element .f-input.referenced-error {
  border-bottom-color: #d9534f;
}
form .f-group .f-element .f-input.lifted + label {
  margin-top: 0;
  font-size: 0.8em;
  color: #d5b079;
  transition: all 0.4s ease-out;
}
form .f-group .f-element .f-input[required] + label > span:first-child:after,
form .f-group .f-element .f-input.required + label > span:first-child:after {
  content: " *";
}
form .f-group .f-element .error-tip {
  left: 0.5em;
}
form .f-group .f-element.w100 {
  width: 100%;
  flex: 0 1 100%;
}
form .f-group .f-element.w080 {
  width: 80%;
  flex: 0 1 80%;
}
@media (max-width: 600px) {
  form .f-group .f-element.w080 {
    width: 100%;
    flex-basis: 100%;
  }
}
form .f-group .f-element.w070 {
  width: 70%;
  flex: 0 1 70%;
}
@media (max-width: 600px) {
  form .f-group .f-element.w070 {
    width: 100%;
    flex-basis: 100%;
  }
}
form .f-group .f-element.w060 {
  width: 60%;
  flex: 0 1 60%;
}
@media (max-width: 600px) {
  form .f-group .f-element.w060 {
    width: 100%;
    flex-basis: 100%;
  }
}
form .f-group .f-element.w050 {
  width: 50%;
  flex: 0 1 50%;
}
@media (max-width: 600px) {
  form .f-group .f-element.w050 {
    width: 100%;
    flex-basis: 100%;
  }
}
form .f-group .f-element.w040 {
  width: 40%;
  flex: 0 1 40%;
}
@media (max-width: 600px) {
  form .f-group .f-element.w040 {
    width: 100%;
    flex-basis: 100%;
  }
}
form .f-group .f-element.w030 {
  width: 30%;
  flex: 0 1 30%;
}
@media (max-width: 600px) {
  form .f-group .f-element.w030 {
    width: 60%;
    flex-basis: 60%;
  }
}
form .f-group .f-element.w025 {
  width: 25%;
  flex: 0 1 25%;
}
@media (max-width: 600px) {
  form .f-group .f-element.w025 {
    width: 50%;
    flex-basis: 50%;
  }
}
form .f-group .f-element.w020 {
  width: 20%;
  flex: 0 1 20%;
}
@media (max-width: 600px) {
  form .f-group .f-element.w020 {
    width: 40%;
    flex-basis: 40%;
  }
}
form .f-group .f-element.w015 {
  width: 15%;
  flex: 0 1 15%;
}
@media (max-width: 600px) {
  form .f-group .f-element.w015 {
    width: 30%;
    flex-basis: 30%;
  }
}
form .f-group .f-element.w010 {
  width: 10%;
  flex: 0 1 10%;
}
@media (max-width: 600px) {
  form .f-group .f-element.w010 {
    width: 20%;
    flex-basis: 20%;
  }
}
form .f-group .f-element-separator {
  margin: 2em 0 1em;
  padding: 0.375em 0.25em;
  line-height: 1.5;
}
form .f-group.controls {
  margin-top: 2em;
  position: relative;
  flex-wrap: wrap;
}
form .f-group img[src="/captcha/"] {
  position: absolute;
}
@media (max-width: 600px) {
  form .f-group img[src="/captcha/"] {
    position: relative;
    top: -2em;
  }
}
form .global-error-placeholder {
  position: absolute;
  width: 100%;
  top: 0;
}
form .error-tip {
  position: absolute;
  top: 2.5em;
  left: 0.5em;
  padding: 0.125em 0.5em;
  background-color: #d9534f;
  color: #ffffff;
}
form .error-tip span {
  font-size: 0.7em;
  line-height: 1;
  display: block;
}
form #credentials-fieldset {
  margin: 0;
  padding: 0;
}
form #credentials-fieldset > div {
  width: 100%;
}
form #credentials-fieldset > div > section {
  display: flex;
}
@media (max-width: 600px) {
  form #credentials-fieldset > div > section {
    flex-direction: column;
  }
}
form #credentials-fieldset > div > section > article {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 0;
}
@media (max-width: 600px) {
  form #credentials-fieldset > div > section > article {
    width: 100%;
  }
}
form #credentials-fieldset > div > section > article > .password-hint {
  padding-left: 1em;
  flex-direction: column;
  font-size: 1rem;
  color: green;
}
form #credentials-fieldset > div > section > article > .password-hint header {
  font-weight: bold;
  font-size: 1rem;
}
form #credentials-fieldset > div > section > article > .password-hint ul {
  padding-left: 1em;
}
form .global-message {
  position: relative;
  left: 0;
  color: #ffffff;
}
form .global-message span {
  line-height: 1;
  display: block;
  padding: 0.25em !important;
}
form .global-message.success span {
  background-color: #5cb85c;
}
form .global-message.error span {
  background-color: #d9534f;
}
article > .global-message,
section > .global-message {
  position: relative;
  left: 0;
  color: #ffffff;
  text-align: center;
  padding: 0.25em !important;
}
article > .global-message.success,
section > .global-message.success {
  background-color: #5cb85c;
  margin-bottom: 1em !important;
}
article > .global-message.success span,
section > .global-message.success span {
  line-height: 1;
  display: block;
}
article > .global-message.error,
section > .global-message.error {
  background-color: #d9534f;
  margin-bottom: 1em !important;
}
article > .global-message.error span,
section > .global-message.error span {
  line-height: 1;
  display: block;
}
.btn {
  height: 2.5rem;
  line-height: 1rem;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  border-radius: 0;
}
.btn-default {
  border: 1px solid #000000;
}
.btn-primary {
  background-color: #d5b079;
  color: #ffffff;
  font-family: "Frutiger LT W01_57 Condensed", Verdana, sans-serif;
  font-size: 16px;
  border: 1px solid #aa8551;
  padding: 0.625rem 1.25rem;
}
.btn-primary:hover {
  text-decoration: none;
  background: #ffffff;
  color: #000000;
  border-color: #2f281d;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary.active:focus {
  outline: 0;
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  color: initial;
  background-color: initial;
  border-color: initial;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000;
  background-color: #cccccc;
  border-color: #cccccc;
  cursor: not-allowed;
}
.btn-secondary {
  background-color: #ffffff;
  color: #000000;
  font-family: "Frutiger LT W01_57 Condensed", Verdana, sans-serif;
  font-size: 16px;
  border: 1px solid #2f281d;
  padding: 0.625rem 1.25rem;
  text-transform: uppercase;
}
.btn-secondary:hover {
  text-decoration: none;
  background-color: #d5b079;
  background: linear-gradient(173deg, #d5b079 0%, #aa8551 100%);
  border-color: #aa8551;
  color: #ffffff;
}
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:focus,
.btn-secondary.active:focus {
  outline: 0;
  box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
  color: initial;
  background-color: initial;
  border-color: initial;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000;
  background-color: #cccccc;
  border-color: #cccccc;
  cursor: not-allowed;
}
.btn-secondary.btn-golden {
  border-color: #d5b079;
  color: #d5b079;
}
.btn-secondary.btn-golden:hover {
  color: #ffffff;
}
.btn-default.no-border {
  border: none;
}
.btn-default.no-border:focus,
.btn-default.no-border:active,
.btn-default.no-border:active:focus,
.btn-default.no-border.active:focus {
  color: #000000;
}
.btn-default.no-border:focus img,
.btn-default.no-border:active img,
.btn-default.no-border:active:focus img,
.btn-default.no-border.active:focus img {
  filter: invert(0%);
}
.btn-default.no-border:hover {
  background-color: #d5b079;
  background: linear-gradient(173deg, #d5b079 0%, #aa8551 100%);
  color: #ffffff;
}
.btn-default.no-border:hover img {
  filter: invert(100%);
}
.btn-dark {
  background-color: #333;
  color: #ffffff;
  font-family: "Frutiger LT W01_57 Condensed", Verdana, sans-serif;
  font-size: 16px;
  border: 1px solid #000000;
  padding: 0.625rem 1.25rem;
  text-transform: uppercase;
}
.btn-dark:hover {
  text-decoration: none;
  background: #ffffff;
  color: #000000;
  border-color: #2f281d;
}
.btn-dark:focus,
.btn-dark:active,
.btn-dark:active:focus,
.btn-dark.active:focus {
  outline: 0;
  box-shadow: none;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active {
  color: initial;
  background-color: initial;
  border-color: initial;
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #000000;
  background-color: #cccccc;
  border-color: #cccccc;
  cursor: not-allowed;
}
div.progress-indicator-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
div.progress-indicator-container div.progress-indicator {
  flex: 0 0 auto;
  display: inline-block;
  width: 3em;
  height: 3em;
  animation-duration: 1.0s;
  color: #d5b079;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .arrow {
  display: none;
}
.tooltip .tooltip-inner {
  color: #d5b079;
  background-color: #ffffff;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.16);
  border-radius: 0;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none;
}
.swiper-button-next::before,
.swiper-container-rtl .swiper-button-prev::before {
  font-family: SimSun, monospace;
  font-weight: bold;
  content: "\003e";
  font-size: 4rem;
  line-height: 2.8rem;
  color: #ffffff;
  text-shadow: 0px 0px 3px #666666;
  position: absolute;
  right: 0;
}
.swiper-button-next:hover::before,
.swiper-container-rtl .swiper-button-prev:hover::before {
  color: #aa8551;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none;
}
.swiper-button-prev::before,
.swiper-container-rtl .swiper-button-next::before {
  font-family: SimSun, monospace;
  font-weight: bold;
  content: "\003c";
  font-size: 4rem;
  line-height: 2.8rem;
  color: #ffffff;
  text-shadow: 0px 0px 3px #666666;
  position: absolute;
  left: 0;
}
.swiper-button-prev:hover::before,
.swiper-container-rtl .swiper-button-next:hover::before {
  color: #aa8551;
}
@media (max-width: 350px) {
  .f-group .f-element .f-input#personVM-gender,
  .f-group .f-element .f-input#contactVM-gender {
    max-width: 90px;
  }
}
.seo-box-text {
  padding: 1rem 1.8rem 0;
}
.ags-line-disruptor {
  border-top: 1px solid #d5b079;
  width: 100%;
  padding-bottom: 1rem;
}
.ags-line-disruptor-gray {
  border-top: 1px solid lightgray;
  width: 100%;
  bottom: 3.9em;
  position: relative;
}
.products {
  font-size: 1rem;
  margin-top: 1rem;
  transition: padding-left 0.4s ease-in-out;
  width: 100%;
}
@media (max-width: 601px) {
  .products .view-mobile {
    display: block;
  }
  .products .view-desktop {
    display: none;
  }
}
@media (min-width: 601px) {
  .products {
    font-size: 0.9rem;
  }
  .products .view-mobile {
    display: none;
  }
  .products .view-desktop {
    display: block;
  }
}
.products .view-desktop {
  width: 100%;
}
.products .view-desktop .grid {
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%;
  grid-auto-flow: row dense;
}
.products .view-desktop .grid .row-position-0 {
  justify-content: flex-start;
}
.products .view-desktop .grid .row-position-2 {
  justify-content: flex-end;
}
.products .view-desktop .grid > *:not(.product-box):not(.product-list-tile-teaser) {
  grid-column: auto / span 3;
}
.products .view-mobile {
  width: 100%;
}
.products .view-mobile .grid {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-auto-flow: row dense;
  margin-right: 15px;
}
.products .view-mobile .grid > *:not(.product-box):not(.product-list-tile-teaser) {
  grid-column: auto / span 2;
}
.products .product-box {
  grid-column: auto / span 1;
  grid-row: auto / span 1;
  position: relative;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
}
.products .product-box:hover {
  z-index: 2;
}
.products .product-box .quick-view {
  margin: 0;
  border: 2px solid transparent;
  padding: 3px;
  max-width: 274.6px;
}
.products .product-box .quick-view > header .color-images {
  position: relative;
  overflow: hidden;
}
.products .product-box .quick-view > header .color-images .product-image img {
  width: 100%;
  height: auto;
}
.products .product-box .quick-view > header .color-images .item-overlay {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  z-index: 2;
}
.products .product-box .quick-view > header .color-images .item-overlay .item-flags {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .products .product-box .quick-view > header .color-images .item-overlay .item-flags {
    font-size: 0.9rem;
  }
}
.products .product-box .quick-view > header .color-images .item-overlay .item-flags .sale-flag {
  position: absolute;
  bottom: 2.5em;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a6192e;
  color: #ffffff;
  height: 1.3em;
  line-height: 1.2em;
  width: 2.5em;
}
.products .product-box .quick-view > header .color-images .product-overlay {
  width: 100%;
  z-index: 1;
}
.products .product-box .quick-view > header .color-images .product-overlay .product-color-layer {
  height: 3em;
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  width: 100%;
  display: none;
}
.products .product-box .quick-view > header .color-images .product-overlay .product-color-layer .more-colors-link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products .product-box .quick-view > header .color-images .product-overlay .product-color-layer article {
  padding: 0.3em;
}
.products .product-box .quick-view > header .color-images .product-overlay .product-color-layer article img {
  width: 90%;
  height: auto;
}
.products .product-box .quick-view > header .color-images .product-overlay .new-flag {
  position: absolute;
  bottom: 4em;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d5b079;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2em;
  height: 1.3em;
  width: 2.5em;
}
@media (max-width: 1024px) {
  .products .product-box .quick-view > header .color-images .product-overlay .new-flag {
    font-size: 0.9rem;
  }
}
.products .product-box .quick-view > header .color-images .manufacturer-image {
  position: absolute;
  z-index: 2;
  top: 0;
  pointer-events: none;
}
@media (max-width: 850px) {
  .products .product-box .quick-view > header .color-images .manufacturer-image img {
    width: 2.5rem;
  }
  .products .product-box .quick-view > header .color-images .manufacturer-image.shoe img {
    width: 4rem;
  }
}
.products .product-box .quick-view > footer {
  flex: 1 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 6em;
  padding: 0.2em;
}
@media (max-width: 600px) {
  .products .product-box .quick-view > footer {
    height: 4em;
  }
}
.products .product-box .quick-view > footer .color-image-thumbs {
  flex: 1 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 0;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(176deg, #fcf7ef, #f4ede2);
}
.products .product-box .quick-view > footer .color-image-thumbs .swiper-container.thumb-images {
  width: calc((57px + 2px) * 3);
}
.products .product-box .quick-view > footer .color-image-thumbs .swiper-container.thumb-images .swiper-slide {
  border: 1px solid transparent;
}
.products .product-box .quick-view > footer .color-image-thumbs .swiper-container.thumb-images .swiper-slide.swiper-slide-active {
  border-color: #000000;
}
.products .product-box .quick-view > footer .color-image-thumbs .swiper-button-prev {
  background-image: url(/assets/6a2a99e760cddfbdd332636544aafed8cd07ba4e/relaunch2018/img/icon-arrow-left.svg);
  height: 14px;
  margin-top: -7px;
}
.products .product-box .quick-view > footer .color-image-thumbs .swiper-button-prev::before {
  display: none;
}
.products .product-box .quick-view > footer .color-image-thumbs .swiper-button-next {
  background-image: url(/assets/6a2a99e760cddfbdd332636544aafed8cd07ba4e/relaunch2018/img/icon-arrow-right.svg);
  height: 14px;
  margin-top: -7px;
}
.products .product-box .quick-view > footer .color-image-thumbs .swiper-button-next::before {
  display: none;
}
.products .product-box .quick-view > footer .color-image-thumbs .swiper-button-disabled {
  display: none;
}
.products .product-box .quick-view > footer .color-image-thumbs img {
  height: 80px;
  width: 57px;
  cursor: pointer;
}
.products .product-box .quick-view > footer .product-name {
  width: 100%;
  height: 100%;
  line-height: 1.25;
  max-height: 2.5em;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  overflow: hidden;
  font-size: 1.0rem;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .products .product-box .quick-view > footer .product-name {
    font-size: 0.9rem;
  }
}
@media (max-width: 850px) {
  .products .product-box .quick-view > footer .product-name {
    font-size: 0.9rem;
  }
  .products .product-box .quick-view > footer .product-name .view-mobile {
    display: block;
  }
  .products .product-box .quick-view > footer .product-name .view-desktop {
    display: none;
  }
}
@media (min-width: 850px) {
  .products .product-box .quick-view > footer .product-name .view-mobile {
    display: none;
  }
  .products .product-box .quick-view > footer .product-name .view-desktop {
    display: inline;
  }
  .products .product-box .quick-view > footer .product-name .view-desktop .article-name {
    display: inline-block;
    max-width: 65%;
  }
}
.products .product-box .quick-view > footer .size-runs {
  height: 0;
  width: 100%;
  line-height: 1;
  overflow: hidden;
  text-align: center;
  font-size: 0.9rem;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .products .product-box .quick-view > footer .size-runs {
    font-size: 0.8rem;
  }
}
@media (max-width: 600px) {
  .products .product-box .quick-view > footer .size-runs {
    display: none;
  }
}
.products .product-box .quick-view > footer .pdp-btn {
  display: none;
  width: calc(100% - 2rem);
  margin-bottom: 1rem;
}
.products .product-box .quick-view:hover {
  border: 2px solid #d5b079;
  z-index: 101;
  background-color: white;
}
.products .product-box .quick-view:hover header .item-overlay .wishlist-action {
  display: block;
}
.products .product-box .quick-view:hover header .product-overlay .product-color-layer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.products .product-box .quick-view:hover footer .size-runs {
  height: auto;
}
.products .product-box .quick-view:hover footer:after {
  z-index: -1;
}
.products .product-box:after {
  content: "";
  position: absolute;
  bottom: 6.3em;
  pointer-events: none;
  width: 100%;
  border-top: 1px solid lightgray;
}
@media (max-width: 600px) {
  .products .product-box:after {
    bottom: 4.3em;
  }
}
* {
  outline: 0;
}
.ags-links-container,
.ags-user-product-lists-container {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  color: #aa8551;
  line-height: 2rem;
}
.ags-links-container nav,
.ags-user-product-lists-container nav {
  flex: 0 0 auto;
}
.ags-links-container nav ul,
.ags-user-product-lists-container nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.ags-links-container nav ul li,
.ags-user-product-lists-container nav ul li {
  height: 2em;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  position: relative;
}
.ags-links-container nav ul li a,
.ags-user-product-lists-container nav ul li a {
  color: #000000;
  text-transform: uppercase;
}
.ags-links-container nav ul li > div,
.ags-user-product-lists-container nav ul li > div {
  flex: 0 0 auto;
}
.ags-links-container nav ul li > div a,
.ags-user-product-lists-container nav ul li > div a {
  position: relative;
  display: flex;
}
.ags-links-container nav ul li > div a img,
.ags-user-product-lists-container nav ul li > div a img {
  height: 2rem;
}
.ags-links-container nav ul li > div a .burger-title,
.ags-user-product-lists-container nav ul li > div a .burger-title {
  display: none;
}
.ags-links-container {
  flex: 1 1 auto;
}
@media (max-width: 1024px) {
  .ags-links-container {
    flex: 0 0 auto;
  }
}
@media (min-width: 1025px) {
  main > #header.scrolled100 .ags-links-container nav ul li > a img,
  main > #header.scrolled100 .ags-user-product-lists-container nav ul li > a img,
  main > #header.scrolled100 .ags-links-container nav ul li > div > a img,
  main > #header.scrolled100 .ags-user-product-lists-container nav ul li > div > a img {
    height: 1.5rem;
  }
}
.wishlist-link-container,
.basket-link-container {
  flex: 0 0 auto;
}
@media (max-width: 601px) {
  .wishlist-link-container,
  .basket-link-container {
    display: block;
  }
}
.wishlist-link-container a.wishlist-link,
.basket-link-container a.wishlist-link,
.wishlist-link-container a.basket-link,
.basket-link-container a.basket-link {
  position: relative;
  display: flex;
}
.wishlist-link-container a.wishlist-link img,
.basket-link-container a.wishlist-link img,
.wishlist-link-container a.basket-link img,
.basket-link-container a.basket-link img {
  width: 2rem;
  height: 2rem;
}
.wishlist-link-container a.wishlist-link span,
.basket-link-container a.wishlist-link span,
.wishlist-link-container a.basket-link span,
.basket-link-container a.basket-link span {
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1rem;
  border-radius: 1rem;
  font-size: 0.625rem;
  background-color: #d5b079;
  color: #ffffff;
}
main > #header {
  position: fixed;
  top: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  background-color: #ffffff;
  z-index: 200;
}
main > #header > header {
  flex: 1 1 auto;
  display: flex;
  margin: 0 1.8rem auto;
  transition: all 0.4s ease-out;
}
@media (max-width: 600px) {
  main > #header > header {
    margin: 0;
    transition: all 0.4s ease-out;
  }
}
@media (min-width: 601px) and (max-width: 850px) {
  main > #header > header {
    margin: 0 1.2rem auto;
    transition: all 0.4s ease-out;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  main > #header > header {
    margin: 0 1.4rem auto;
    transition: all 0.4s ease-out;
  }
}
main > #header > footer {
  flex: 1 1 auto;
  display: flex;
}
main > #header > footer#collapse-footer > div {
  flex: 1 1 auto;
  width: 100%;
  max-height: calc(80vh);
  overflow-y: auto;
}
main > #header #ags-burger-menu-container {
  flex: 0 0 auto;
  display: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all 0.4s ease-out, width 0.4s ease-out;
}
main > #header #ags-burger-menu-container,
main > #header #ags-burger-menu-container > * {
  cursor: pointer;
}
@media (max-width: 1024px) {
  main > #header #ags-burger-menu-container {
    display: flex;
  }
}
main > #header #ags-burger-menu-container .ags-meta-navi img {
  display: none;
}
main > #header .ags-logo {
  flex: 0 0 auto;
  margin-left: 0.075rem;
  transition: all 0.4s ease-out;
}
main > #header .ags-logo img {
  height: 120px;
  width: 120px;
  transition: all 0.4s ease-out;
}
@media (max-width: 1024px) {
  main > #header .ags-logo img {
    height: 60px;
    width: 60px;
  }
}
@media (max-width: 600px) {
  main > #header .ags-logo {
    margin: 0;
  }
}
main > #header .main-navi-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
  visibility: hidden;
}
@media (max-width: 600px) {
  main > #header .main-navi-container {
    margin-left: 0;
  }
}
@media (min-width: 601px) and (max-width: 850px) {
  main > #header .main-navi-container {
    margin-left: 1rem;
  }
}
@media (max-width: 1024px) {
  main > #header .main-navi-container {
    flex-direction: row;
    justify-content: flex-end;
  }
}
main > #header .main-navi-container.initialized {
  visibility: visible;
}
main > #header .main-navi-container > header {
  flex: 1 0 auto;
  display: none;
  align-items: center;
  transition: height 0.4s ease-out;
  margin-left: 1rem;
}
@media (min-width: 1025px) {
  main > #header .main-navi-container > header {
    display: flex;
    margin-top: 0;
    height: 0;
    transition: height 0.4s ease-out;
  }
}
main > #header .main-navi-container > footer {
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  margin-left: 0.25rem;
  border-top: 1px solid #d5b079;
  border-bottom: 1px solid #d5b079;
  height: 2.1rem;
}
@media (max-width: 600px) {
  main > #header .main-navi-container > footer {
    margin-right: 1rem;
    margin-top: 0.8rem;
  }
}
@media (max-width: 1024px) {
  main > #header .main-navi-container > footer {
    margin-top: 0.8rem;
    align-items: center;
    border: none;
    justify-content: flex-end;
  }
}
main > #header .main-navi-container > footer #ags-navi {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-left: 0.75rem;
}
@media (max-width: 1024px) {
  main > #header .main-navi-container > footer #ags-navi {
    margin-top: 0;
  }
}
main > #header .main-navi-container > footer .ags-search {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  margin-left: 3vw;
  max-width: 25rem;
  border-left: 1px solid #d5b079;
}
@media (max-width: 600px) {
  main > #header .main-navi-container > footer .ags-search {
    align-items: center;
  }
}
@media (max-width: 1024px) {
  main > #header .main-navi-container > footer .ags-search {
    justify-content: flex-end;
    border-left: none;
    margin-right: 1rem;
  }
}
main > #header .main-navi-container > footer .ags-search #search-form-container {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 1024px) {
  main > #header .main-navi-container > footer .ags-search #search-form-container {
    flex: 0 0 auto;
  }
}
@media (max-width: 350px) {
  main > #header .main-navi-container > footer .ags-search #search-form-container {
    flex-grow: 0;
  }
}
main > #header .main-navi-container > footer .ags-search #search-form-container .search.toggle-xs {
  display: none;
}
@media (max-width: 1024px) {
  main > #header .main-navi-container > footer .ags-search #search-form-container .search.toggle-xs {
    display: flex;
    border: none;
    background-color: transparent;
  }
  main > #header .main-navi-container > footer .ags-search #search-form-container .search.toggle-xs img {
    width: 2rem;
  }
}
main > #header .main-navi-container > footer .ags-search #search-form-container #suggest-container {
  display: none;
  position: relative;
  border: initial;
}
main > #header .main-navi-container > footer .ags-search #search-form-container #suggest-container li:hover {
  background-color: #d5b079;
}
main > #header .main-navi-container > footer .ags-search #search-form-container #suggest-container ul {
  position: absolute;
  width: 100%;
}
main > #header .main-navi-container > footer .ags-search #search-form-container #suggest-container ul:not(:empty) {
  border: 1px solid #000000;
  background-color: #ffffff;
}
main > #header .main-navi-container > footer .ags-search #search-form-container #suggest-container ul li {
  padding: 0.25em;
}
@media (max-width: 600px) {
  main > #header #ags-burger-menu-navi-placeholder {
    width: 100%;
  }
}
main > #header button.search {
  flex: 0 0 auto;
  border: none;
  background-color: #d5b079;
  width: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
  border-radius: 0;
}
main > #header button.search img {
  width: 1rem;
}
main > #header form#search-form {
  flex: 1 1 auto;
  width: 100%;
}
main > #header form#search-form > div {
  display: flex;
  height: 100%;
}
main > #header form#search-form > div input {
  flex: 1 1 auto;
  border: none;
  padding: 0 0.75rem;
  z-index: 1;
  border-color: transparent;
  box-shadow: none;
}
@media (min-width: 1025px) {
  main > #header form#search-form > div input {
    height: 100%;
  }
}
main > #header #ags-burger-search-form-placeholder form#search-form {
  width: auto;
  margin: 1rem;
  border: 1px solid #d5b079;
}
main > #header.scrolled1 {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  transition: box-shadow, height 0.4s ease-out;
}
main > #header.scrolled100 {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
main > #header.scrolled100 > header {
  transition: height 0.4s ease-out;
}
@media (min-width: 1025px) {
  main > #header.scrolled100 > header {
    padding: 0.25rem 0;
  }
}
main > #header.scrolled100 > header .main-navi-container {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 1025px) {
  main > #header.scrolled100 > header .main-navi-container > header {
    transition: height 0.4s ease-out, margin-top 0.4s ease-out;
    border-top: 1px solid #d5b079;
    border-bottom: 1px solid #d5b079;
    margin: 0;
    flex: 0 0 auto;
    height: 100%;
  }
}
main > #header.scrolled100 > header .main-navi-container > header .ags-title {
  display: none;
}
main > #header.scrolled100 > header .main-navi-container > footer {
  flex: 1 1 auto;
  margin-left: 0;
  margin-top: 0;
}
main > #header.scrolled100 > header .ags-logo {
  margin-top: 0;
  transition: all 0.4s ease-out;
}
@media (min-width: 1025px) {
  main > #header.scrolled100 > header .ags-logo {
    border-top: 1px solid #d5b079;
    border-bottom: 1px solid #d5b079;
  }
}
main > #header.scrolled100 > header .ags-logo img {
  height: 60px;
  width: 60px;
}
@media (min-width: 1025px) {
  main > #header.scrolled100 > header .ags-logo img {
    height: 2rem;
    width: 2rem;
  }
}
main > #header.scrolled100 > header #ags-burger-menu-container {
  width: 60px;
  height: 60px;
  transition: all 0.4s ease-out;
}
main > #header .ags-title {
  flex: 0 0 auto;
  font-family: "Caslon_540 LT W01 Roman", serif;
  font-size: 1.5rem;
  color: #aa8551;
  padding-left: 0.5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  main > #header .ags-title {
    display: none;
  }
}
.content {
  margin-top: 120px;
  transition: margin-top 0.4s ease-out;
}
@media (max-width: 1024px) {
  .content {
    margin-top: 80px;
  }
}
.content.scrolled100 {
  margin-top: 80px;
  transition: margin-top 0.4s ease-out;
}
@media (max-width: 600px) {
  .content.scrolled100 {
    margin-top: 60px;
  }
}
body.cat .scrolled100 + .content,
body.kes .scrolled100 + .content {
  margin-top: 160px;
}
.basket-link-container .flyout-wrapper,
.wishlist-link-container .flyout-wrapper {
  display: none;
  position: absolute;
  right: -0.5rem;
  top: 2rem;
  z-index: 2;
}
.basket-link-container .flyout-wrapper .flyout,
.wishlist-link-container .flyout-wrapper .flyout {
  display: flex;
  flex-direction: column;
  width: 400px;
  max-width: calc(100vw - 1rem);
  max-height: 600px;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.24);
  color: #000000;
}
.basket-link-container .flyout-wrapper .flyout header,
.wishlist-link-container .flyout-wrapper .flyout header {
  flex: 0 0 auto;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.basket-link-container .flyout-wrapper .flyout section,
.wishlist-link-container .flyout-wrapper .flyout section {
  flex: 1 1 auto;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 1rem;
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, /* Shadows */ radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
}
.basket-link-container .flyout-wrapper .flyout section .position,
.wishlist-link-container .flyout-wrapper .flyout section .position {
  display: flex;
  border-bottom: 1px solid #cccccc;
}
.basket-link-container .flyout-wrapper .flyout section .position .checkout-image,
.wishlist-link-container .flyout-wrapper .flyout section .position .checkout-image {
  flex: 0 0 auto;
}
.basket-link-container .flyout-wrapper .flyout section .position .checkout-image img,
.wishlist-link-container .flyout-wrapper .flyout section .position .checkout-image img {
  width: 90px;
  height: auto;
}
.basket-link-container .flyout-wrapper .flyout section .position .checkout-article,
.wishlist-link-container .flyout-wrapper .flyout section .position .checkout-article {
  flex: 1 1 auto;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  white-space: normal;
}
.basket-link-container .flyout-wrapper .flyout section .position .checkout-article > div,
.wishlist-link-container .flyout-wrapper .flyout section .position .checkout-article > div {
  flex: 0 0 auto;
}
.basket-link-container .flyout-wrapper .flyout section .position .checkout-article .article-name,
.wishlist-link-container .flyout-wrapper .flyout section .position .checkout-article .article-name {
  flex-grow: 1;
}
.basket-link-container .flyout-wrapper .flyout section .position .checkout-article .article-name a,
.wishlist-link-container .flyout-wrapper .flyout section .position .checkout-article .article-name a {
  color: #d5b079;
}
.basket-link-container .flyout-wrapper .flyout section .position .checkout-article .article-order-number,
.wishlist-link-container .flyout-wrapper .flyout section .position .checkout-article .article-order-number {
  display: none;
}
.basket-link-container .flyout-wrapper .flyout section .position .checkout-article .article-availability,
.wishlist-link-container .flyout-wrapper .flyout section .position .checkout-article .article-availability {
  display: none;
}
.basket-link-container .flyout-wrapper .flyout section .position .checkout-operations,
.wishlist-link-container .flyout-wrapper .flyout section .position .checkout-operations {
  display: none;
}
.basket-link-container .flyout-wrapper .flyout section .position .checkout-price-total,
.wishlist-link-container .flyout-wrapper .flyout section .position .checkout-price-total {
  flex: 0 0 auto;
  text-align: right;
  padding-top: 0.5rem;
}
.basket-link-container .flyout-wrapper .flyout footer,
.wishlist-link-container .flyout-wrapper .flyout footer {
  flex: 0 0 auto;
  padding: 1.5rem 1.5rem 0 1.5rem;
}
.basket-link-container .flyout-wrapper .flyout footer > div,
.wishlist-link-container .flyout-wrapper .flyout footer > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.basket-link-container .flyout-wrapper .flyout footer > div > strong,
.wishlist-link-container .flyout-wrapper .flyout footer > div > strong {
  flex: 0 0 auto;
}
.basket-link-container .flyout-wrapper .flyout footer > div > strong:first-child,
.wishlist-link-container .flyout-wrapper .flyout footer > div > strong:first-child {
  flex: 1 1 auto;
}
.basket-link-container .flyout-wrapper .flyout footer > div .summary-tax-info,
.wishlist-link-container .flyout-wrapper .flyout footer > div .summary-tax-info {
  flex: 0 0 100%;
  font-size: 0.875rem;
}
.basket-link-container .flyout-wrapper .flyout footer > div .summary-tax-info a,
.wishlist-link-container .flyout-wrapper .flyout footer > div .summary-tax-info a {
  color: #d5b079;
  cursor: pointer;
}
.basket-link-container .flyout-wrapper .flyout footer > div .summary-tax-info a:hover,
.wishlist-link-container .flyout-wrapper .flyout footer > div .summary-tax-info a:hover {
  text-decoration: underline;
}
.basket-link-container .flyout-wrapper .flyout footer .btn-primary,
.wishlist-link-container .flyout-wrapper .flyout footer .btn-primary {
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
.basket-link-container .flyout-wrapper .flyout footer .btn-primary:hover,
.wishlist-link-container .flyout-wrapper .flyout footer .btn-primary:hover {
  color: #000000;
}
.basket-link-container .flyout-wrapper .flyout footer .btn-link,
.wishlist-link-container .flyout-wrapper .flyout footer .btn-link {
  justify-content: center;
  color: #000000;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.basket-link-container .flyout-wrapper .flyout footer .btn-link:hover,
.wishlist-link-container .flyout-wrapper .flyout footer .btn-link:hover {
  color: #d5b079;
}
.basket-link-container:hover .flyout-wrapper,
.wishlist-link-container:hover .flyout-wrapper {
  display: block;
}
.basket-link-container:hover::after,
.wishlist-link-container:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  margin-left: -0.5em;
  width: 3rem;
  border-bottom: 2px solid #d5b079;
}
.wishlist-link-container .flyout-wrapper .flyout footer {
  padding: 1.5rem;
}
body.ie11-compatible main > #header .main-navi-container > footer .ags-search {
  width: 25rem;
}
body.ie11-compatible .ags-user-product-lists-container .flyout-wrapper .flyout {
  height: 600px;
}
nav#Pl {
  flex: 1 1 auto;
  display: flex;
  font-family: "Frutiger LT W01_57 Condensed", Verdana, sans-serif;
  text-transform: uppercase;
}
nav#Pl > ul {
  display: flex;
  flex-flow: row nowrap;
}
nav#Pl > ul > li > div:first-child {
  height: 2rem;
  line-height: 2rem;
  white-space: nowrap;
}
nav#Pl > ul > li > div:first-child a {
  padding: 0 0.6875rem;
}
@media (min-width: 851px) and (max-width: 1024px) {
  nav#Pl > ul > li > div:first-child a {
    padding: 0.25em 0.5em;
  }
}
nav#Pl > ul > li > div:first-child a:hover {
  text-decoration: none;
}
nav#Pl > ul > li.shown > div > a {
  border-bottom: 2px solid #d5b079;
}
nav#Pl > ul > li.shown > .flyout-container {
  display: flex;
}
@media (max-width: 1024px) {
  nav#Pl > ul > li.shown > .flyout-container {
    position: static;
  }
}
nav#Pl > ul > li .flyout-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 58px;
  display: none;
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  z-index: 300;
}
@media (max-width: 1024px) {
  nav#Pl > ul > li .flyout-container {
    box-shadow: none;
  }
}
@media (min-width: 1025px) {
  nav#Pl > ul > li .flyout-container {
    top: 118px;
  }
}
nav#Pl > ul > li .flyout-container .flyout {
  width: 1400px;
  max-width: 100%;
  padding: 2rem;
  margin: 0 auto;
  display: flex;
}
@media (min-width: 601px) and (max-width: 1024px) {
  nav#Pl > ul > li .flyout-container .flyout {
    flex-direction: column;
  }
}
nav#Pl > ul > li .flyout-container .flyout > .menus {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
}
nav#Pl > ul > li .flyout-container .flyout > .menus .menu {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column nowrap;
}
nav#Pl > ul > li .flyout-container .flyout > .menus .menu > header {
  font-weight: bold;
}
nav#Pl > ul > li .flyout-container .flyout-teaser-container {
  flex: 0 0 auto;
  display: flex;
}
@media (max-width: 850px) {
  nav#Pl > ul > li .flyout-container .flyout-teaser-container {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  nav#Pl > ul > li .flyout-container .flyout-teaser-container {
    justify-content: center;
  }
}
nav#Pl > ul > li .flyout-container .flyout-teaser-container .flyout-teaser {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 442px;
}
nav#Pl > ul > li .flyout-container .flyout-teaser-container .flyout-teaser > header {
  flex: 0 0 auto;
}
nav#Pl > ul > li .flyout-container .flyout-teaser-container .flyout-teaser > header a img {
  width: 100%;
  height: 344px;
}
nav#Pl > ul > li .flyout-container .flyout-teaser-container .flyout-teaser > footer {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 1.5rem;
}
nav#Pl > ul > li .flyout-container .flyout-teaser-container .flyout-teaser > footer aside {
  flex: 0 0 auto;
  width: 50%;
}
nav#Pl > ul > li .flyout-container .flyout-teaser-container .flyout-teaser > footer .btn.btn-default {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.24);
  flex: 0 0 auto;
}
nav#Pl > ul > li .flyout-container .flyout-teaser-container .flyout-teaser > footer .btn.btn-default span {
  flex: 0 0 auto;
}
nav#Pl > ul > li .flyout-container .flyout-teaser-container .flyout-teaser > footer .btn.btn-default img {
  flex: 0 0 auto;
  height: 1em;
  margin-left: 1em;
}
nav#Pl > ul > li.sale .flyout .snd-level {
  font-weight: normal;
}
nav#Pl ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header.scrolled100 nav#Pl > ul > li > .flyout-container {
  top: 37.5px;
}
@media (max-width: 1024px) {
  main > #header > footer #ags-burger-menu-navi-placeholder #ags-links img {
    display: none;
  }
  main > #header > footer #ags-burger-menu-navi-placeholder #ags-links .burger-title {
    display: flex;
    padding: 0.6875rem;
  }
  main > #header > footer #ags-burger-menu-navi-placeholder nav#Pl > ul {
    flex-direction: column;
    width: 100%;
  }
  main > #header > footer #ags-burger-menu-navi-placeholder nav#Pl > ul > li {
    flex: 0 0 auto;
    width: 100%;
    border-bottom: 1px solid gray;
    padding: 0.5rem 0.25rem;
  }
  main > #header > footer #ags-burger-menu-navi-placeholder nav#Pl > ul > li > div a span {
    position: relative;
    padding-right: 1rem;
    display: inline-block;
  }
  main > #header > footer #ags-burger-menu-navi-placeholder nav#Pl > ul > li > .flyout {
    position: relative;
    width: 100%;
    box-shadow: none;
    height: auto;
    padding: 1rem;
    top: 0;
    flex-direction: column;
  }
  main > #header > footer #ags-burger-menu-navi-placeholder nav#ags-links > ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  main > #header > footer #ags-burger-menu-navi-placeholder nav#ags-links > ul > li {
    flex: 0 0 auto;
    width: 100%;
    border-bottom: 1px solid gray;
    padding: 0.5rem 0.25rem;
    background-color: #D5B079;
  }
  main > #header > footer #ags-burger-menu-navi-placeholder nav#ags-links > ul > li > div {
    height: 2rem;
    line-height: 2rem;
    white-space: nowrap;
  }
  main > #header > footer #ags-burger-menu-navi-placeholder nav#ags-links > ul > li > div > a {
    padding: 0 0.6875rem;
  }
  main > #header > footer #ags-burger-menu-navi-placeholder nav#ags-links > ul > li > div > a > .burger-title {
    position: relative;
    padding: 0 1rem 0 0;
    display: inline-block;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  main > #header > footer #ags-burger-menu-navi-placeholder nav#Pl > ul > li > .flyout {
    flex-direction: row;
  }
}
@media (max-width: 851px) {
  #Pl > ul > li.language-switch-mobile-view {
    display: block;
  }
  #ags-links > ul > li.language-switch-desktop-view {
    display: none;
  }
  #Pl > ul > li > span {
    margin-left: 11px;
  }
  #Pl > ul > li > a.disabled {
    color: #aa8551;
  }
  #Pl > ul > li > span > a.disabled {
    color: #aa8551;
  }
}
@media (min-width: 1025px) {
  #Pl > ul > li.language-switch-mobile-view {
    display: none;
  }
  #ags-links > ul > li.language-switch-desktop-view {
    display: block;
  }
}
.breadcrumb {
  display: inline-block;
  flex-wrap: inherit;
  padding: 0;
  margin-bottom: 0;
  background: none;
  border-radius: 0;
  font-size: 0.875rem;
}
@media (max-width: 600px) {
  .breadcrumb {
    font-size: 0.75rem;
  }
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
.breadcrumb ol li {
  display: inline-block;
}
.breadcrumb ol li:not(.active) a {
  color: #d5b079;
}
.breadcrumb ol li + li:before {
  content: ' / ';
  color: #000000;
  margin: 0 0.3rem;
}
body.checkout section.content .breadcrumb {
  font-family: "Caslon_540 LT W01 Roman", serif;
  flex: 1 1 auto;
  display: flex;
  background-color: transparent;
  margin: 5rem auto 3rem;
}
body.checkout section.content .breadcrumb > li {
  position: relative;
  flex: 1 1 auto;
}
body.checkout section.content .breadcrumb > li > div {
  display: flex;
  align-items: center;
  font-size: 1rem;
  height: 4.875em;
  padding-left: 1.25em;
  background-color: #f0f0f0;
  margin: 0 2.4375em;
}
@media (max-width: 850px) {
  body.checkout section.content .breadcrumb > li > div {
    justify-content: center;
  }
}
body.checkout section.content .breadcrumb > li > div > .number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  background-color: #d5b079;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  line-height: 1;
  z-index: 2;
}
body.checkout section.content .breadcrumb > li > div > a {
  margin-left: 0.5em;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  body.checkout section.content .breadcrumb > li > div > a {
    display: none;
  }
}
@media (max-width: 850px) {
  body.checkout section.content .breadcrumb > li:first-child > div {
    margin-left: 0;
  }
}
@media (max-width: 850px) {
  body.checkout section.content .breadcrumb > li:last-child > div {
    margin-right: 0;
  }
}
body.checkout section.content .breadcrumb > li > div:before {
  position: absolute;
  content: '';
  top: 0;
  border-top: 2.4375em solid #f0f0f0;
  border-bottom: 2.4375em solid #f0f0f0;
  z-index: 1;
  border-left: 2.4375em solid transparent;
  left: 0;
}
body.checkout section.content .breadcrumb > li:first-child > div:before {
  border-left-color: #f0f0f0;
}
body.checkout section.content .breadcrumb > li > div:after {
  position: absolute;
  content: '';
  top: 0;
  border-top: 2.4375em solid transparent;
  border-bottom: 2.4375em solid transparent;
  z-index: 1;
  border-left: 2.4375em solid #f0f0f0;
  right: 0;
}
body.checkout section.content .breadcrumb > li:last-child > div:after {
  border-top: 2.4375em solid #f0f0f0;
  border-bottom: 2.4375em solid #f0f0f0;
}
body.checkout section.content .breadcrumb > li.active > div {
  background-color: #e5c089;
}
body.checkout section.content .breadcrumb > li.active > div:before {
  border-top: 2.4375em solid #e5c089;
  border-bottom: 2.4375em solid #e5c089;
}
body.checkout section.content .breadcrumb > li.active:first-child > div:before {
  border-left-color: #e5c089;
}
body.checkout section.content .breadcrumb > li.active > div:after {
  border-left: 2.4375em solid #e5c089;
}
body.checkout section.content .breadcrumb > li.active:last-child > div:after {
  border-top: 2.4375em solid #e5c089;
  border-bottom: 2.4375em solid #e5c089;
}
main > footer {
  background-color: #f0f0f0;
  border-top: 1px solid #cccccc;
  margin-top: 2rem;
}
main > footer > section {
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main > footer > section .tophand {
  flex: 1 1 auto;
  display: flex;
  width: 100%;
  max-width: 1230px;
  padding: 1rem calc(16px + 10 * ((100vw - 851px) / 851));
}
@media (max-width: 600px) {
  main > footer > section .tophand {
    padding: 0 1rem;
    flex-direction: column-reverse;
  }
}
@media (min-width: 601px) and (max-width: 850px) {
  main > footer > section .tophand {
    padding: 3rem 1rem;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  main > footer > section .tophand {
    padding: 3rem 1.25rem;
  }
}
main > footer > section .tophand .lefthand {
  flex: 1 1 auto;
  display: flex;
  flex-flow: wrap;
  margin: -2rem -2rem 2rem;
}
main > footer > section .tophand .lefthand > article {
  margin: 2rem 2rem 0;
  flex: 1 1 21%;
}
main > footer > section .tophand .lefthand > article:not(.notes-block) li {
  white-space: nowrap;
}
@media (max-width: 850px) {
  main > footer > section .tophand .lefthand > article {
    flex: 1 1 100%;
  }
}
main > footer > section .tophand .righthand {
  flex: 0 0 auto;
  margin-left: 3rem;
  width: 14rem;
}
@media (max-width: 600px) {
  main > footer > section .tophand .righthand {
    margin: 0;
    width: auto;
  }
}
@media (max-width: 600px) {
  main > footer > section .tophand .righthand article {
    margin: 2rem 0 0;
    flex: 1 1 auto;
  }
}
@media (max-width: 600px) {
  main > footer > section .tophand .righthand article.contact-block {
    margin: 0 0 2rem;
  }
}
main > footer > section .bottomhand {
  flex: 1 1 auto;
  display: flex;
  width: 100%;
  max-width: 1230px;
  padding: 1rem calc(16px + 10 * ((100vw - 851px) / 851));
}
@media (max-width: 600px) {
  main > footer > section .bottomhand {
    padding: 0 1rem;
    margin: 0 0 2rem;
    flex-wrap: wrap;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  main > footer > section .bottomhand {
    padding: 3rem 1rem;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  main > footer > section .bottomhand {
    padding: 3rem 1.25rem;
  }
}
main > footer > section .bottomhand article {
  flex: 1 1 auto;
}
main > footer > section .bottomhand article ul {
  display: flex;
  flex-wrap: wrap;
}
main > footer > section .bottomhand article ul li {
  flex: 1 1 50%;
  max-width: 100%;
  height: 2rem;
  display: flex;
}
main > footer > section .bottomhand article ul li div {
  flex: 1 1 auto;
  margin: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 1px 1px 3px #ccc;
  border-radius: 0.25rem;
}
main > footer > section .bottomhand article ul li div span {
  font-weight: bold;
  font-size: 0.7rem;
}
main > footer > section .bottomhand article ul li div img {
  flex: 0 1 auto;
  height: 100%;
  padding: 0.25rem;
}
main > footer > section .bottomhand article ul li a img {
  height: 100%;
}
@media (min-width: 851px) {
  main > footer > section .bottomhand article + article {
    margin-left: 3rem;
  }
}
main > footer > section article {
  display: flex;
  flex-direction: column;
}
main > footer > section article > header {
  flex: 0 0 auto;
  font-family: "Frutiger LT W01_57 Condensed", Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}
main > footer > section article > nav {
  flex: 1 0 auto;
}
main > footer > section article > nav ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}
main > footer > section article.contact-block {
  flex: 0 1 auto;
  padding: 1rem;
  margin: -1rem;
  box-shadow: 0 0 0.5rem lightgrey;
  background: white;
  position: relative;
}
main > footer > section article.contact-block .logo {
  position: absolute;
  width: 100px;
  height: 100px;
  right: 1rem;
  background-color: #d5b079;
}
main > footer > footer {
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  background-color: #2f281d;
  color: #ffffff;
  font-size: 0.8rem;
}
main > footer > footer > div {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem calc(16px + 10 * ((100vw - 851px) / 851));
}
@media (max-width: 600px) {
  main > footer > footer > div {
    padding: 0;
  }
}
@media (min-width: 601px) and (max-width: 601px) {
  main > footer > footer > div {
    padding: 0 1rem;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  main > footer > footer > div {
    padding: 0 1.25rem;
  }
}
main > footer > footer > div > * {
  flex: 0 0 auto;
  padding: 0.5rem 0;
}
main > footer > footer > div > * nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
main > footer > footer > div > * nav ul li {
  flex: 0 0 auto;
}
main > footer > footer > div > * nav ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
main > footer > footer > div > * nav ul li + li {
  margin-left: 3rem;
  position: relative;
}
main > footer > footer > div > * nav ul li + li:before {
  position: absolute;
  left: -1.5rem;
  content: "|";
  color: #ffffff;
}
@media (max-width: 850px) {
  main > footer > footer > div > * nav ul {
    flex-direction: column;
    align-items: center;
  }
  main > footer > footer > div > * nav ul li + li {
    margin-left: 0;
  }
  main > footer > footer > div > * nav ul li + li:before {
    display: none;
  }
}
@media (max-width: 600px) {
  main > footer > footer > div {
    flex-direction: column;
  }
  main > footer > footer > div > *.links nav ul {
    flex-direction: column;
  }
  main > footer > footer > div > *.links nav ul li {
    display: flex;
    justify-content: center;
  }
  main > footer > footer > div > *.links nav ul li + li {
    margin: 0;
  }
  main > footer > footer > div > *.links nav ul li + li:before {
    display: none;
  }
  main > footer > footer > div > *.copyright {
    order: 2;
  }
}
@media (max-width: 850px) {
  main > footer > footer {
    padding: 3rem 1rem;
  }
}
.white-icon {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.form-error-container ul {
  list-style: none;
}
.form-error-container li {
  position: absolute;
  top: 3.5em;
  left: 0.5em;
  padding: 0.125em 0.5em;
  background-color: #d9534f;
  color: #ffffff;
  font-size: 0.7em;
  line-height: 1;
}
label.control-label.checkbox .checkmark {
  margin: 0 0 0 2em;
  position: static;
  text-transform: none;
  cursor: pointer;
  pointer-events: all;
}
label.control-label.checkbox .checkmark:after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #000000;
  cursor: pointer;
}
label.control-label.checkbox input:checked ~ .checkmark:after {
  background: url(/assets/6a2a99e760cddfbdd332636544aafed8cd07ba4e/relaunch2018/img/icon-checkmark.svg) no-repeat;
  background-size: contain;
}
#hp {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
#hp > article {
  flex: 0 0 auto;
  display: flex;
  margin-top: 0.5rem;
}
#hp > article:first-child {
  margin-top: 1.3125rem;
}
#hp > article > div {
  flex: 1 1 auto;
}
#hp .product-cinema {
  margin-top: 2rem;
}
#hp #hp-top-carousel {
  width: 1rem;
  flex: 1 0 auto;
}
#hp #hp-top-carousel > .swiper-container > .swiper-wrapper > .swiper-slide > .slider-image > .teaser-link {
  margin: 0;
}
#hp #hp-top-carousel > .swiper-container > .swiper-wrapper > .swiper-slide > .slider-image picture,
#hp #hp-top-carousel > .swiper-container > .swiper-wrapper > .swiper-slide > .slider-image picture > * {
  width: 100%;
  height: auto;
}
#hp #hp-top-carousel > .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets {
  left: 0;
  width: 100%;
  bottom: 1rem;
  height: 5px;
  position: absolute;
  display: flex;
  justify-content: center;
}
#hp #hp-top-carousel > .swiper-container .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
  background: #ffffff;
  opacity: 1;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
}
#hp #hp-top-carousel > .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d5b079;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 600px) {
  #hp #hp-top-carousel > .swiper-container .swiper-button-next,
  #hp #hp-top-carousel > .swiper-container .swiper-button-prev {
    display: none;
  }
}
#hp #hp-top-carousel .carousel-info-left,
#hp #hp-top-carousel .carousel-info-right {
  position: absolute;
  width: 50%;
  text-align: center;
  left: 50%;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  #hp #hp-top-carousel .carousel-info-left,
  #hp #hp-top-carousel .carousel-info-right {
    width: 100%;
    top: 50%;
    left: 0;
  }
  #hp #hp-top-carousel .carousel-info-left .btn,
  #hp #hp-top-carousel .carousel-info-right .btn {
    font-size: 3vw;
    padding: 1.25vw 2.5vw;
    height: auto;
  }
}
#hp #hp-top-carousel .carousel-info-left header,
#hp #hp-top-carousel .carousel-info-right header {
  width: 100%;
}
#hp #hp-top-carousel .carousel-info-left header .subheadline,
#hp #hp-top-carousel .carousel-info-right header .subheadline {
  font-family: "Caslon_540 LT W01 Roman", serif;
  font-style: italic;
  font-size: 2vw;
  color: #d5b079;
  line-height: 1;
  margin-bottom: 0.5vw;
}
@media (max-width: 600px) {
  #hp #hp-top-carousel .carousel-info-left header .subheadline,
  #hp #hp-top-carousel .carousel-info-right header .subheadline {
    font-size: 2vw;
  }
}
@media (max-width: 601px) {
  #hp #hp-top-carousel .carousel-info-left header .subheadline,
  #hp #hp-top-carousel .carousel-info-right header .subheadline {
    font-size: 1.25rem;
    margin-bottom: 1vw;
  }
}
#hp #hp-top-carousel .carousel-info-left header .content-headline,
#hp #hp-top-carousel .carousel-info-right header .content-headline {
  font-family: "Caslon_540 LT W01 Roman", serif;
  text-transform: uppercase;
  font-size: 4vw;
  color: #000000;
}
@media (max-width: 600px) {
  #hp #hp-top-carousel .carousel-info-left header .content-headline,
  #hp #hp-top-carousel .carousel-info-right header .content-headline {
    font-size: 6vw;
  }
}
@media (max-width: 601px) {
  #hp #hp-top-carousel .carousel-info-left header .content-headline,
  #hp #hp-top-carousel .carousel-info-right header .content-headline {
    font-size: 1.75rem;
  }
}
#hp #hp-top-carousel .carousel-info-left p,
#hp #hp-top-carousel .carousel-info-right p {
  width: 100%;
  font-family: "Frutiger LT W01_57 Condensed", Verdana, sans-serif;
  font-size: 1.3vw;
  margin-bottom: 1vw;
}
@media (max-width: 600px) {
  #hp #hp-top-carousel .carousel-info-left p,
  #hp #hp-top-carousel .carousel-info-right p {
    font-size: 3vw;
  }
}
@media (max-width: 601px) {
  #hp #hp-top-carousel .carousel-info-left p,
  #hp #hp-top-carousel .carousel-info-right p {
    font-size: 1rem;
  }
}
#hp #hp-top-carousel .carousel-info-left {
  left: 0;
}
#hp #hp-top-carousel a:hover p {
  color: #000000;
}
#hp #hp-top-carousel a:hover .btn {
  text-decoration: none;
  background-color: #d5b079;
  background: linear-gradient(173deg, #d5b079 0%, #aa8551 100%);
  border-color: #aa8551;
  color: #ffffff;
}
#hp .tabbed-button-link-teaser {
  margin: -0.25em;
}
#hp .tabbed-button-link-teaser > .swiper-wrapper {
  display: flex;
}
#hp .tabbed-button-link-teaser > .swiper-wrapper .swiper-slide.teaser-link {
  flex: 0 0 auto;
  width: 33.33%;
}
#hp .tabbed-button-link-teaser > .swiper-wrapper .swiper-slide.teaser-link > *:only-child {
  margin: 0;
}
#hp .tabbed-button-link-teaser > .swiper-wrapper .swiper-slide.teaser-link:hover > *:only-child .teaser-image-overlay > *:only-child .btn.btn-default:hover {
  background-color: #d5b079;
  color: #ffffff;
}
@media (max-width: 600px) {
  #hp .tabbed-button-link-teaser > .swiper-wrapper .swiper-slide.teaser-link {
    width: 90%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #hp .tabbed-button-link-teaser > .swiper-wrapper .swiper-slide.teaser-link {
    width: 360px;
  }
}
#hp .tabbed-button-link-teaser > .swiper-wrapper .swiper-slide.teaser-link .teaser-image img {
  width: 100%;
}
@media (min-width: 1025px) {
  #hp .tabbed-button-link-teaser > .swiper-scrollbar {
    display: none;
  }
}
#hp .teaser-link {
  width: 100%;
  padding: 0.25rem;
}
#hp .teaser-link > *:only-child {
  display: flex;
  position: relative;
  margin: -0.25rem;
}
#hp .teaser-link > *:only-child .teaser-image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
}
#hp .teaser-link > *:only-child .teaser-image-overlay > *:only-child {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1vw;
  width: 100%;
}
@media (max-width: 1024px) {
  #hp .teaser-link > *:only-child .teaser-image-overlay > *:only-child {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
  }
}
#hp .teaser-link > *:only-child .teaser-image-overlay > *:only-child aside {
  flex: 0 0 auto;
  width: 50%;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.6vw;
  letter-spacing: 0.2vw;
  font-size: 2vw;
}
@media (max-width: 1024px) {
  #hp .teaser-link > *:only-child .teaser-image-overlay > *:only-child aside {
    width: 100%;
    text-align: center;
    font-size: 20.5px;
    margin-bottom: 1rem;
  }
}
#hp .teaser-link > *:only-child .teaser-image-overlay > *:only-child .btn.btn-default {
  flex: 0 0 auto;
  text-transform: uppercase;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  #hp .teaser-link > *:only-child .teaser-image-overlay > *:only-child .btn.btn-default {
    font-size: 10.24px;
    height: 1rem;
    padding: 0.625rem 1.25rem;
  }
}
@media (max-width: 601px) {
  #hp .teaser-link > *:only-child .teaser-image-overlay > *:only-child .btn.btn-default {
    font-size: 1rem;
  }
}
#hp .teaser-link:hover > *:only-child .teaser-image-overlay > *:only-child .btn.btn-default {
  text-decoration: none;
  background-color: #d5b079;
  background: linear-gradient(173deg, #d5b079 0%, #aa8551 100%);
  border-color: #aa8551;
  color: #ffffff;
}
@media (max-width: 600px) {
  #hp .icon-text-teaser-tab {
    justify-content: center;
  }
}
