.usp-bar {
  padding: 18px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-around;
  max-width: 1600px;
  margin: auto;
  flex-basis: auto; }
  @media screen and (min-width: 1600px) {
    .usp-bar {
      padding: 18px 144px; } }
  .usp-bar .usp-bar__item {
    margin-right: 20px;
    min-width: 250px;
    max-width: 350px; }
  @media screen and (max-width: 767px) {
    .usp-bar {
      padding: 15px 16.5px;
      flex-wrap: nowrap;
      overflow-x: scroll;
      justify-content: space-between;
      scrollbar-width: none;
      /* Firefox */
      -ms-overflow-style: none;
      /* Internet Explorer 10+ */
      -webkit-overflow-scrolling: touch; }
      .usp-bar::-webkit-scrollbar {
        /* WebKit */
        width: 0;
        height: 0; } }
  .usp-bar .usp-bar__icon {
    margin-right: 15px;
    background-color: #f9f7f5;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    position: relative;
    float: left; }
    .usp-bar .usp-bar__icon .usp-bar__icon-svg {
      transform: translate(-45%, -50%);
      font-size: 22px;
      position: absolute;
      left: 50%;
      top: 47%; }
  .usp-bar .usp-bar__link {
    color: #303030;
    text-decoration: none;
    letter-spacing: 0.3px;
    font-size: 16px;
    cursor: pointer;
    align-items: center;
    display: flex; }
    @media screen and (max-width: 767px) {
      .usp-bar .usp-bar__link {
        min-width: 250px;
        max-width: 350px;
        font-size: 14px;
        letter-spacing: 0.26px; } }
  .usp-bar .usp-bar__link:hover {
    color: #303030; }

.row.no-margin {
  margin: 0; }

.row.no-lateral-margin {
  margin-left: 0;
  margin-right: 0; }

.row.no-lateral-padding {
  padding-left: 0;
  padding-right: 0; }

.columns.no-padding {
  padding: 0; }

.table-cell--middle {
  display: table-cell;
  vertical-align: middle; }

.display-table {
  display: table; }

.display-vertical--middle {
  vertical-align: middle; }

.ah-product-controls__cta-button {
  width: 150px;
  height: 36px;
  display: table-cell;
  font-size: 16px;
  text-align: left;
  padding-left: 16px;
  line-height: 1;
  color: #fff;
  border: 1px solid #3b9fe2;
  border-radius: 20px;
  background: #3b9fe2;
  z-index: 10;
  margin-left: 20px; }

.ah-plus--icon__margin {
  margin-left: 25px; }

.wizard {
  border-bottom: 1px solid #d9d5d0;
  background-color: #fff;
  background-clip: border-box; }

.wizard__buttons {
  height: 70px;
  display: block;
  border-top: 1px solid #d9d5d0;
  padding-top: 15px;
  text-align: center; }

.wizard__buttons .shopping-list__tools {
  margin: 0 auto;
  float: none;
  display: inline-block; }

@media only screen and (min-width: 768px) {
  .-limited-width--content .wizard {
    border-bottom: none; } }

@media only screen and (min-width: 1024px) {
  .wizard {
    height: 84px; }
  .wizard__buttons {
    height: 100%;
    display: inline-block;
    vertical-align: top;
    border-top: none;
    float: right;
    padding-top: 20px;
    padding-right: 30px; } }

.wizard-list {
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  height: 70px; }

.wizard-list__item {
  display: inline-block;
  counter-increment: step-counter;
  color: #3b9fe2;
  padding: 20px 0;
  height: 100%;
  position: relative;
  min-width: 30px; }

.wizard-list__item:not(:first-child) {
  margin-left: 20px; }

.wizard-list__item .wizard-list__item__text {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-indent: -10000px; }

.wizard-list__item .wizard-list__item__text::before {
  content: counter(step-counter);
  background-color: #3b9fe2;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  font-size: 16px;
  left: 0;
  position: absolute;
  text-indent: 0; }

.wizard-list__item.-active {
  border-bottom: 4px solid #3b9fe2; }

.wizard-list__item.-active .wizard-list__item__text {
  display: inline-block;
  width: auto;
  text-indent: 0;
  padding-left: 40px; }

.wizard-list__item.-inactive {
  color: #e1ddd7; }

.wizard-list__item.-inactive .wizard-list__item__text.-paragraph::before {
  background-color: #e8e4df; }

.wizard-list__item.-inactive .wizard-list__item__text.-link {
  color: #3b9fe2; }

.wizard-list__item.-inactive .wizard-list__item__text.-link::before {
  background-color: #3b9fe2; }

@media only screen and (min-width: 1024px) {
  .wizard-list__item {
    padding: 25px 0; }
  .wizard-list__item .wizard-list__item__text {
    width: auto;
    text-indent: 0;
    padding-left: 40px; }
  .wizard-list {
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-right: 20px; } }

.ah-error-message {
  color: #b94a48;
  font-size: 12px;
  font-style: italic; }

.control-label.required:after {
  color: #303030;
  content: "*";
  display: inline-block; }

.lane.error-lane {
  margin-bottom: 0;
  border: none; }

span.shipping_email {
  font-weight: 500;
  font-style: italic;
  text-rendering: optimizeLegibility; }

.shipping-address__email-notification {
  min-height: 10px; }

.ah-shipping-submit {
  padding: 15px 0;
  background: #e2f1fb;
  border-radius: 10px;
  margin-top: 15px; }

.row.ah-shipping-submit__row {
  padding: 0 20px; }

.ah-shipping-submit__info {
  font-size: 14px;
  text-align: left;
  color: #808080; }

#shipping-form-wrapper .form--1 .__hidden, #shipping-form-wrapper .form--1.__privacy [data-link=privacy] {
  display: none; }

#shipping-form-wrapper .form--1, #shipping-form-wrapper .success--1 {
  padding-bottom: 30px;
  border: 1px solid #f0ece6;
  background-color: #f9f7f5;
  border-top: none;
  border-bottom: none; }

#shipping-form-wrapper .form--1 .row:first-child {
  margin-top: -1px; }

@media only screen and (max-width: 767px) {
  #shipping-form-wrapper .form--1 [class*="-notification"] {
    margin-bottom: 10px;
    display: inline-block; }
  #shipping-form-wrapper .field--1 .ah-online-icon {
    top: 10px;
    right: 15px; } }

#shipping-form-wrapper .form--1.__error .submit--1 .button--1 {
  background-color: #ea3d3d; }

#shipping-form-wrapper .field--1 {
  padding-bottom: 30px; }

#shipping-form-wrapper .field--1 .ah-online-icon {
  position: absolute;
  height: 30px;
  line-height: 0;
  font-size: 30px; }

@media only screen and (min-width: 400px) {
  #shipping-form-wrapper .field--1 .ah-online-icon {
    top: 15px;
    right: 20px; } }

#shipping-form-wrapper .field--1.__error .dropdown--1:focus ~ .dropdown-list, #shipping-form-wrapper .field--1.__error .dropdown-list, #shipping-form-wrapper .field--1.__error .input--1 {
  -webkit-transition: border .2s;
  transition: border .2s;
  border-color: #ea3d3d;
  border-width: 2px; }

#shipping-form-wrapper .field--1.__error .ah-online-icon, #shipping-form-wrapper .field--1.__error .label--1 {
  color: #ea3d3d; }

#shipping-form-wrapper .field--1.__open .icon--chevron-circle {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

#shipping-form-wrapper .field--1.__full-columns .columns {
  width: 100%; }

#shipping-form-wrapper .field--1.__wrapped-text.__middle .box-text {
  vertical-align: middle; }

#shipping-form-wrapper .field--1.__wrapped-text .box-text {
  vertical-align: top;
  display: inline-block;
  width: 88%; }

#shipping-form-wrapper .field--1 input:checked + .label--1 .additional.selected-text {
  display: block; }

#shipping-form-wrapper .field--1.__less-bottom {
  padding-bottom: 10px; }

#shipping-form-wrapper .field--1.salutation--1 {
  padding-bottom: 30px; }

#shipping-form-wrapper .submit--1 .button--1 {
  margin-left: 10px; }

#shipping-form-wrapper .multifield--1 .columns {
  padding-right: 10px; }

#shipping-form-wrapper .multifield--1 .columns:last-child {
  padding-right: 0; }

#shipping-form-wrapper .phonenumber--1 {
  clear: left; }

#shipping-form-wrapper .home-delivery--1 {
  margin-top: -20px;
  margin-bottom: 20px; }

#shipping-form-wrapper .address--1 .paragraph--1 {
  display: inline-block;
  line-height: 1;
  margin-top: 55px;
  margin-left: 10px; }

#shipping-form-wrapper .lane, #shipping-form-wrapper .show-other-cards {
  margin-bottom: 30px; }

#shipping-form-wrapper .card--1 .input--1 {
  padding-left: 70px;
  background-position: 5px 50%;
  background-repeat: no-repeat;
  background-size: 56px; }

#shipping-form-wrapper .lane {
  margin-top: 10px;
  z-index: 1;
  border: 1px solid #d9d5d0;
  border-right: none;
  border-left: none;
  background: #f0ece6; }

#shipping-form-wrapper .lane .paragraph--1 {
  padding: 16px 0; }

#shipping-form-wrapper .input--1 {
  width: 100%;
  border: 1px solid #f0ece6;
  background-color: #fff;
  border-radius: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 20px; }

@media only screen and (max-width: 767px) {
  #shipping-form-wrapper .input--1 {
    padding: 0 15px; } }

#shipping-form-wrapper .input--1::-webkit-input-placeholder {
  color: #bbb4af; }

#shipping-form-wrapper .input--1::-moz-placeholder {
  color: #bbb4af; }

#shipping-form-wrapper .input--1:-moz-placeholder {
  color: #bbb4af; }

#shipping-form-wrapper .input--1:-ms-input-placeholder {
  color: #bbb4af; }

#shipping-form-wrapper .input--1:invalid {
  box-shadow: none; }

#shipping-form-wrapper .input--1:focus, #shipping-form-wrapper .input--1:focus ~ .label--1 .checkbox-container {
  -webkit-transition: border .2s;
  transition: border .2s;
  border-color: #d9d5d0;
  border-width: 1px; }

#shipping-form-wrapper .input--1:focus ~ .label--1 .checkbox-container, #shipping-form-wrapper .radio--1:focus + .label--1 .outer-span--1 {
  border-color: #9a8e87; }

#shipping-form-wrapper .input--1.__disabled {
  background-color: #d9d5d0; }

#shipping-form-wrapper .input--1::-ms-clear, #shipping-form-wrapper .input--1::-ms-reveal {
  display: none; }

#shipping-form-wrapper .input--1::-webkit-inner-spin-button, #shipping-form-wrapper .input--1::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

#shipping-form-wrapper .label--1, #shipping-form-wrapper .radio-container--1 {
  margin-bottom: 10px; }

#shipping-form-wrapper .input--1[type=number] {
  -moz-appearance: textfield; }

@media only screen and (min-width: 400px) {
  #shipping-form-wrapper .input--1[type=number], #shipping-form-wrapper .input--1[type=password], #shipping-form-wrapper .input--1[type=button], #shipping-form-wrapper .input--1[type=text], #shipping-form-wrapper .input--1[type=email], #shipping-form-wrapper .input--1[type=tel] {
    height: 60px; } }

@media only screen and (max-width: 1535px) {
  #shipping-form-wrapper .input--1[type=number], #shipping-form-wrapper .input--1[type=password], #shipping-form-wrapper .input--1[type=button], #shipping-form-wrapper .input--1[type=text], #shipping-form-wrapper .input--1[type=email], #shipping-form-wrapper .input--1[type=tel] {
    -webkit-appearance: none; } }

#shipping-form-wrapper .label--1 {
  display: inline-block; }

@media only screen and (max-width: 767px) {
  #shipping-form-wrapper .input--1[type=number], #shipping-form-wrapper .input--1[type=password], #shipping-form-wrapper .input--1[type=button], #shipping-form-wrapper .input--1[type=text], #shipping-form-wrapper .input--1[type=email], #shipping-form-wrapper .input--1[type=tel] {
    height: 50px; }
  #shipping-form-wrapper .label--1 {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  #shipping-form-wrapper .large-8 .label--1 {
    width: 150%; }
  #shipping-form-wrapper .large-6 .label--1 {
    width: 200%; }
  #shipping-form-wrapper .large-4 .label--1 {
    width: 300%; }
  #shipping-form-wrapper .large-3 .label--1 {
    width: 400%; }
  #shipping-form-wrapper .large-2 .label--1 {
    width: 600%; }
  #shipping-form-wrapper .__full-columns .label--1, #shipping-form-wrapper .checkbox--2 .label--1 {
    width: 100%; } }

#shipping-form-wrapper .checkbox--2 .input--1:checked ~ .label--1 .checkbox-container::before {
  visibility: visible; }

@media only screen and (min-width: 1024px) {
  #shipping-form-wrapper .business-details::before, #shipping-form-wrapper .customer-details::before {
    top: 0;
    box-shadow: none;
    right: 30px;
    background-position: right top;
    display: block;
    bottom: 0;
    left: 0;
    max-height: 465px; } }

@media only screen and (min-width: 768px) {
  #shipping-form-wrapper .row {
    padding: 0 30px; } }

@media only screen and (max-width: 1023px) {
  #shipping-form-wrapper .row {
    padding: 0 15px; } }

#shipping-form-wrapper .column, #shipping-form-wrapper .columns {
  background-clip: border-box;
  padding-left: 0;
  padding-right: 0; }

#shipping-form-wrapper input.birth-day, #shipping-form-wrapper input.birth-month, #shipping-form-wrapper input.birth-year {
  height: 45px !important;
  width: 100px;
  margin-right: 25px;
  text-align: center; }

#shipping-form-wrapper .birth-date.__error input {
  -webkit-transition: border .2s;
  transition: border .2s;
  border: 1px solid #ea3d3d; }

#shipping-form-wrapper .birth-date div.__error {
  color: #ea3d3d;
  font-size: 12px;
  max-width: 125px; }

#shipping-form-wrapper .birth-date div.__error_overflow {
  color: #ea3d3d;
  font-size: 12px;
  white-space: nowrap; }

.attribute-option__hide {
  display: none; }

.filter-item__link:hover {
  color: #3b9fe2;
  text-decoration: none; }

.attribute-option .filter-item__link {
  text-decoration: none; }

.ah-align-left {
  text-align: left; }

.ah-align-right {
  text-align: right; }

.ah-mt-0 {
  margin-top: 0 !important; }

.lane.error-lane {
  background-color: #ea3d3d;
  padding: 1rem;
  margin-top: 0; }

.hide {
  display: none; }

@media only screen and (max-width: 399px) {
  .product-lane .product--searchandbrowse.product-cardview, .products-search .product--searchandbrowse.product-cardview, #promotions .product--searchandbrowse.product-cardview {
    width: calc(100% - 40px);
    margin: 5px 20px;
    border: 1px solid #d9d5d0; }
    .product-lane .product--searchandbrowse.product-cardview h2, .products-search .product--searchandbrowse.product-cardview h2, #promotions .product--searchandbrowse.product-cardview h2 {
      font-size: 16px; } }

.product-cardview .discount-block__label {
  max-width: 90px; }

.product-cardview .idin-details {
  position: absolute;
  bottom: 70px;
  z-index: 10;
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #000000; }
  @media screen and (max-width: 767px) {
    .product-cardview .idin-details {
      display: initial;
      left: 0px; } }
.product-cardview .product-price {
  padding: 8px 0 0 8px !important; }

.product-controls__item--quantity-input, .modal-product-controls__item--quantity-input {
  margin: 0; }

.no-decoration {
  text-decoration: none; }

.ah-pull-left {
  float: left; }

.ah-pull-right {
  float: right; }

.ah-category-icon {
  width: 18px;
  margin-right: 11px;
  vertical-align: middle; }

html .navigation .ah-category-icon {
  max-height: 18px; }

.ah-category-link:hover path {
  fill: #fff; }

.ah-category-link__search path {
  fill: #564337; }

.ah-category-link__search:hover path {
  fill: #3b9fe2; }

.ah-category-image-title {
  position: absolute;
  left: 30px;
  bottom: 10%; }
  @media only screen and (max-width: 1023px) {
    .ah-category-image-title {
      left: 24px;
      bottom: 12%; }
      .ah-category-image-title .heading--6 {
        font-size: 20px; } }
  @media only screen and (max-width: 767px) {
    .ah-category-image-title {
      bottom: 2%;
      left: 16px; }
      .ah-category-image-title .heading--6 {
        font-size: 16px; } }
.ah-thankyou-icon {
  width: 69px;
  margin-bottom: 30px;
  display: inline-block; }

.order__receipt-price-row.-total.no-border .order__receipt-price-cell {
  border-top: 0;
  vertical-align: middle; }

.order__receipt-price-row.-total {
  transform: scale(1);
  position: relative; }

.order__receipt-price-cell .bonus-points {
  display: flex;
  align-items: center;
  position: absolute;
  left: 45%;
  top: 40%;
  transform: translate(-50%, -50%); }
  @media screen and (min-width: 768px) and (max-width: 880px) {
    .order__receipt-price-cell .bonus-points {
      font-size: 8px; } }
.ah-price-from {
  font-size: 16px;
  color: grey;
  font-weight: 400; }

div.product__summary > p, .ah-product-details > p {
  min-height: 19px; }

@media screen and (min-width: 1024px) {
  .ah-thankyou.-limited-width {
    margin-left: auto;
    margin-right: auto; } }

.homepage-promotion-image-responsive {
  width: 100%;
  height: auto; }

.homepage-promotion-image-wrapper {
  position: absolute;
  top: 20%;
  left: 30px;
  color: #ffffff; }

.homepage-promotion-image-description {
  margin-bottom: 10px; }

.multicol.fixed.-no-margin {
  margin: 0; }

.supplier-name {
  color: #808080;
  font-size: 14px; }
  .supplier-name .supplier-link {
    text-decoration: underline;
    color: #808080;
    cursor: pointer; }

.additional-costs {
  font-size: 10px; }

.multicol__column.-no-padding .supplier-name {
  padding-left: 8px; }

.ah-table-fullwidth {
  width: 100%; }

.multicol__column.ah-inline-block {
  display: inline-block; }

.checkout-supplier-name {
  display: block;
  margin-left: 76px;
  margin-top: 3px;
  clear: both; }

.order-list__controls.ah-order-list__controls {
  padding-right: 10px;
  line-height: 64px; }

.ah-place-order__form {
  margin: 10px 0;
  border-radius: 10px;
  padding: 0 20px 0 10px; }
  @media screen and (max-width: 767px) {
    .ah-place-order__form {
      margin-left: 14px; } }
.ah-place-order__span {
  font-size: 14px;
  float: left;
  color: #808080; }
  @media screen and (max-width: 970px) {
    .ah-place-order__span {
      line-height: 18px;
      padding-top: 10px; } }
.ah-order-info {
  font-size: 12px;
  padding-left: 40px;
  color: #808080; }
  .ah-order-info a {
    color: #808080; }
  @media screen and (max-width: 767px) {
    .ah-order-info {
      padding-left: 24px;
      padding-top: 10px;
      padding-bottom: 10px; } }
  @media screen and (min-width: 768px) {
    .ah-order-info {
      padding-top: 10px;
      padding-bottom: 10px; } }
@media screen and (min-width: 768px) {
  .ah-order__total {
    display: flex;
    align-items: flex-end; } }

@media screen and (max-width: 767px) {
  .ah-order__total {
    padding: 20px; } }

.order__free-variants-voucher {
  color: #ff7900;
  font-size: 16px;
  margin-bottom: 15px; }

.button-color-white--2 {
  background-color: #FFF7E7;
  color: #3b9fe2; }

@media screen and (min-width: 768px) {
  .product-price__air-miles {
    margin-left: 35%; } }

#noscript-warning, #nocookies-warning {
  padding: 15px;
  text-align: center;
  background-color: #ea3d3d;
  color: #e8e4df; }

.air-miles_small-logo {
  height: 15px; }

.air-miles_medium-logo {
  height: 20px;
  width: 20px; }

.air-miles_large-logo {
  height: 40px;
  width: 40px; }

.ah-basket-vouchers__columns {
  padding: 24px; }
  .ah-basket-vouchers__columns.second {
    padding-right: 0;
    padding-top: 0; }

.ah-basket-vouchers__link {
  text-decoration: none;
  color: #3b9fe2; }

#voucher_form input {
  width: 100%;
  border: 1px solid #000000;
  background-color: #fff;
  border-radius: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 20px;
  height: 46px; }
  #voucher_form input.error {
    border: 2px solid #ea3d3d; }

.msg-error {
  color: #ea3d3d;
  font-size: 15px; }
  @media screen and (min-width: 1200px) and (max-width: 1300px) {
    .msg-error.limit-width {
      max-width: 240px; } }
  @media screen and (min-width: 1301px) and (max-width: 1350px) {
    .msg-error.limit-width {
      max-width: 280px; } }
  @media screen and (min-width: 1351px) and (max-width: 1450px) {
    .msg-error.limit-width {
      max-width: 310px; } }
  @media screen and (min-width: 1451px) and (max-width: 1600px) {
    .msg-error.limit-width {
      max-width: 350px; } }
  @media screen and (min-width: 1601px) {
    .msg-error.limit-width {
      max-width: 420px; } }
  @media screen and (min-width: 768px) and (max-width: 825px) {
    .msg-error.limit-width.upsell_message {
      max-width: 380px; } }
  @media screen and (min-width: 1201px) {
    .msg-error.limit-width.upsell_message {
      max-width: 700px; } }
#basket_formset .product-controls__item--subtotal {
  font-size: 16px;
  font-weight: 100;
  color: #303030;
  display: inline-block;
  margin-right: 5px;
  min-width: 55px;
  text-align: right; }
  @media screen and (min-width: 1400px) {
    #basket_formset .product-controls__item--subtotal {
      margin-left: 10px; } }
  #basket_formset .product-controls__item--subtotal.mobile {
    margin-right: -21px; }

.basket_subtotal {
  background: #fff;
  font-weight: 100; }
  .basket_subtotal.bonus {
    color: #ff7900;
    font-weight: 700; }
  .basket_subtotal.total {
    font-weight: 900; }
    .basket_subtotal.total .price__fractional {
      position: relative; }

#basket_totals .white {
  background-color: #fff; }

@media screen and (min-width: 768px) {
  .basket-actions {
    display: flex; } }

.basket-messages-container {
  max-width: 587px; }

.basket-messages-box {
  border-radius: 5px;
  background-color: #ffeabd;
  padding: 32px 37px 32px 24px;
  font-size: 16px;
  margin: 15px; }
  .basket-messages-box span {
    font-weight: bold; }
  .basket-messages-box .basket-message {
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.34px;
    color: #000000; }

.opt-ins {
  display: block; }
  .opt-ins div.row {
    margin: 0; }

.opt-ins-checkbox {
  z-index: 500;
  text-align: end;
  padding: 13px 0; }
  .opt-ins-checkbox input {
    width: 15px;
    height: 15px; }
  @media screen and (max-width: 767px) {
    .opt-ins-checkbox {
      position: absolute;
      padding: 15px 0;
      text-align: unset;
      margin-left: -5px; } }
.opt-in-error {
  color: red; }

.basket-checkout-container {
  align-self: center;
  padding-right: 24px;
  padding-bottom: 24px; }
  @media screen and (max-width: 767px) {
    .basket-checkout-container {
      padding-left: 25px;
      text-align: left; } }
.basket-remove_voucher {
  text-align: center; }

.basket-free-variants {
  border-top: 1px solid #d9d5d0; }

.basket-voucher__code {
  font-style: italic; }

.basket-line-warning {
  background: #ff7900;
  text-decoration: none;
  color: #ffffff; }
  @media screen and (max-width: 767px) {
    .basket-line-warning {
      margin-left: 76px;
      margin-right: 20px; } }
  @media screen and (min-width: 767px) and (max-width: 1199px) {
    .basket-line-warning {
      margin-left: 76px;
      margin-right: 245px; } }
  @media screen and (min-width: 1200px) {
    .basket-line-warning {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); } }
  .basket-line-warning .padding {
    padding: 10px 15px; }

.basket-recommendation {
  float: right; }
  @media screen and (max-width: 767px) {
    .basket-recommendation {
      padding-top: 15px;
      margin-right: 20px; } }
  @media screen and (min-width: 768px) {
    .basket-recommendation {
      margin-right: 255px;
      padding-top: 10px; } }
  @media screen and (min-width: 1400px) {
    .basket-recommendation {
      margin-right: 270px;
      padding-top: 10px; } }
.basket-voucher-error {
  color: #ea3d3d;
  margin-top: 5px;
  font-size: 14px; }

.product-upsells {
  margin-left: 76px; }
  .product-upsells span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.26px;
    color: #00ade6;
    text-decoration: underline; }

@media screen and (max-width: 767px) {
  .order-controls.order-controls--continue {
    padding-right: 16px;
    padding-left: 16px; } }

.order-controls.order-controls--continue .extra-login {
  padding-left: 24px; }
  @media screen and (max-width: 767px) {
    .order-controls.order-controls--continue .extra-login {
      text-align: left;
      padding: 28px 0; }
      .order-controls.order-controls--continue .extra-login a {
        display: flex;
        align-items: center;
        flex-direction: row-reverse; }
        .order-controls.order-controls--continue .extra-login a button {
          margin-right: 0; }
      .order-controls.order-controls--continue .extra-login span {
        line-height: normal;
        margin-right: 20px; } }
.divider-bsk {
  height: 1px;
  border: solid 1px #e3e0dd; }

.cross-sell-products {
  padding: 24px; }
  .cross-sell-products .cross-sell-products__title {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #303030; }
  .cross-sell-products .cross-sell-products__items {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */ }
  .cross-sell-products .cross-sell-products__items::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0; }
  .cross-sell-products.no-padding {
    padding: 0; }

.co-discount .label {
  display: inline-block;
  padding: 1px 10px;
  color: #000000;
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 2px; }

.shopping-list__tools {
  float: initial; }

.product-listview .product-price {
  margin-top: 0; }
  .product-listview .product-price .price {
    float: left; }

.article-lane__image-container {
  text-align: center;
  position: relative; }

.article-lane__image-img {
  max-width: 320px;
  height: auto;
  width: 100%;
  margin: auto; }
  @media only screen and (max-width: 1024px) {
    .article-lane__image-img {
      padding: 0 24px; } }
.article-lane {
  display: flex; }
  .article-lane .rich-product-group .edc-article-group {
    padding-top: 0; }

.rich-product-group {
  height: auto !important; }
  .rich-product-group .height-100 {
    height: 100%; }
  .rich-product-group.grid-item {
    padding: 15px; }

.idin-logo-large {
  width: 96px;
  height: 86px; }

.idin-logo-medium {
  width: 60px;
  height: 54px;
  margin-right: 5px; }

.idin-logo-small {
  width: 19px;
  height: 16px;
  margin-right: 5px; }

.idin-basket-details {
  float: left;
  color: #303030;
  margin-left: 20px;
  margin-bottom: 5px; }
  .idin-basket-details .idin-logo-small {
    width: 19px;
    height: 17px;
    margin-right: 5px; }
  .idin-basket-details span {
    top: -4px;
    position: relative; }
  @media screen and (max-width: 767px) {
    .idin-basket-details {
      float: left;
      height: 35px;
      clear: both;
      margin-left: 75px; } }
#content_inner.campaign {
  background-color: #fff;
  border: 1px solid #e9e6e5; }
  #content_inner.campaign .basket-campaign-bg, #content_inner.campaign .vouchers-campaign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #content_inner.campaign .basket-campaign-bg {
    height: 180px;
    background: url("/static/ui/ah_shop/img/campaign-bg.png?28e59e70914a") no-repeat center;
    background-size: cover; }
    #content_inner.campaign .basket-campaign-bg .title {
      font-size: 36px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #005555; }
  #content_inner.campaign .vouchers-campaign {
    text-align: center;
    padding: 35px 20px;
    border-bottom: 1px solid #e9e6e5; }
    @media screen and (min-width: 992px) {
      #content_inner.campaign .vouchers-campaign {
        padding-top: 72px;
        padding-bottom: 72px; } }
    #content_inner.campaign .vouchers-campaign .sub-header {
      font-size: 20px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #303030; }
      #content_inner.campaign .vouchers-campaign .sub-header .details {
        font-size: 16px; }
    #content_inner.campaign .vouchers-campaign input {
      width: 400px;
      height: 60px;
      border-radius: 4px;
      border: solid 1.5px #000000;
      background-color: #ffffff;
      padding: 18px 22px; }
      @media screen and (max-width: 425px) {
        #content_inner.campaign .vouchers-campaign input {
          width: 100%; } }
  @media screen and (min-width: 1024px) {
    #content_inner.campaign .lane.row.campaign-lane, #content_inner.campaign #basket_totals, #content_inner.campaign .go-to-basket {
      margin: 0 96px; } }
  #content_inner.campaign .go-to-basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 0; }
    @media screen and (max-width: 1023px) {
      #content_inner.campaign .go-to-basket {
        padding: 24px; } }
.overflow-hidden {
  overflow: hidden; }

.digital-savings-link {
  color: #00ade6;
  text-decoration: underline; }

.product-image-ah__card {
  max-height: 130px;
  max-width: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.image-container-ah {
  height: 134px;
  position: relative; }

.product-listview .product-image-ah {
  max-width: 60px;
  max-height: 60px; }

.image-container--single-ah {
  text-align: center; }

.html_field p {
  margin: 12px 0; }

.html_field ol li, .html_field ul li {
  margin-top: 12px;
  margin-bottom: 12px; }

.html_field ol {
  list-style: decimal inside; }

.html_field ul {
  list-style: disc inside; }

.html_field ul > ul > ul {
  list-style: square inside; }

.html_field ul > ul {
  list-style: circle inside; }

.html_field ul ul {
  margin-left: 25px; }

.html_field ol ol {
  margin-left: 18px; }

.html_field em {
  font-style: italic; }

.html_field h1, .html_field h2, .html_field h3, .html_field h4, .html_field h5, .html_field h6 {
  font-weight: bold; }

.html_field h1 {
  font-size: 2em;
  margin: 24px 0; }

.html_field h2 {
  font-size: 1.5em;
  margin: 18px 0; }

.html_field h3 {
  font-size: 1.17em;
  margin: 14px 0; }

.html_field h4 {
  margin: 12px 0; }

.html_field h5 {
  font-size: 0.83em;
  margin: 10px; }

.html_field h6 {
  font-size: 0.67em; }

.html_field a:active, .html_field a:hover {
  text-decoration: none; }

.html_field a {
  color: #108ee9;
  background: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color .3s ease; }

.html_field a:hover {
  color: #49a9ee; }

.pointer-cursor {
  cursor: pointer; }

.vertical-middle--absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.text-error {
  color: #ea3d3d; }

h3.doormat-section__section-title a {
  color: #303030;
  font-size: 16px;
  padding: 5px 0;
  line-height: 20px; }

@media only screen and (max-width: 1269px) {
  .major {
    padding-top: 0; }
    .major.ah-browser-warnings {
      padding-top: 60px; }
  .ah-last-search {
    display: none; } }

.major.ah-browser-warnings {
  background-color: #fff; }

@media only screen and (min-width: 768px) {
  .major:first-of-type {
    padding-top: 70px; } }

.navigation .navigation-section__link.color-ah {
  color: #3b9fe2; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.product-listview .product-price.product-price-airmiles {
  line-height: normal; }

.product-listview .product-price .discount-block__label {
  display: inline-block; }

.ah-border-left {
  border-left: 1px solid #d9d5d0; }

.ah-border-right {
  border-right: 1px solid #d9d5d0; }

.ah-border-top {
  border-top: 1px solid #d9d5d0; }

.footer-global {
  border-bottom: none; }
  .footer-global nav.navigation-section--corporate-information {
    border-right: 1px solid #d9d5d0;
    border-left: 1px solid #d9d5d0; }

.icon--angle-down:before {
  content: '\f005'; }

.display-flex-row, .discount-block.display-flex-row, .product-price.display-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .display-flex-row.space-between, .discount-block.display-flex-row.space-between, .product-price.display-flex-row.space-between {
    justify-content: space-between;
    -webkit-justify-content: space-between; }
  .display-flex-row.flex-wrap, .discount-block.display-flex-row.flex-wrap, .product-price.display-flex-row.flex-wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .display-flex-row.centered-items, .discount-block.display-flex-row.centered-items, .product-price.display-flex-row.centered-items {
    align-items: center; }
  @media screen and (min-width: 768px) {
    .display-flex-row.-hide-for-large-up, .discount-block.display-flex-row.-hide-for-large-up, .product-price.display-flex-row.-hide-for-large-up {
      display: none; } }
  .display-flex-row.justify-content-fe, .discount-block.display-flex-row.justify-content-fe, .product-price.display-flex-row.justify-content-fe {
    justify-content: flex-end; }

.product--hero .product-image-container .discount-block {
  position: absolute;
  left: 0;
  bottom: 20px; }

.product--hero .product-image-container .discount-block__label {
  display: inline-block;
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    .product--hero .product-image-container .discount-block__label {
      font-size: 15px;
      padding: 0; } }
.product--hero .product-image-container .pos-relative {
  position: relative; }

.blue-notice {
  padding: 15px 30px;
  background: #e2f1fb;
  border-radius: 10px;
  font-size: 14px;
  color: #808080; }

.float-lft {
  float: left; }

.float-rgt {
  float: right; }

.flex-wrap {
  flex-wrap: wrap; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .m-flex-wrap {
    flex-wrap: wrap; } }

.product-controls__cta-button.custom-btn-width, .product-controls--cta.custom-btn-width {
  width: 170px; }

.go-to-basket_container {
  position: absolute;
  right: 2rem; }

.go-to-basket_btn {
  border-radius: 20px;
  border: 1px solid #3b9fe2;
  font-size: 16px;
  height: 36px;
  padding: 0 10px;
  background: #3b9fe2;
  color: #fff;
  text-decoration: none; }

#voucher_form_container--campaign .help-block {
  max-width: 400px;
  text-align: left; }

#voucher_form_container--campaign .form-group.last-item input.form-control {
  border-color: #ef7b1e !important; }

#voucher_form_container--campaign .basket-voucher-error {
  max-width: 400px;
  text-align: left;
  font-size: 11px; }

#voucher_form_container .form-group.last-item input {
  border-color: #ef7b1e !important; }

#voucher_form .help-block {
  font-size: 11px;
  font-style: italic; }

#voucher_form .form-group {
  margin-bottom: 10px; }

.grecaptcha-badge {
  z-index: 1000; }

.ml-76 {
  margin-left: 76px; }

.shop-version {
  margin-top: 50px; }

@media only screen and (min-width: 400px) {
  #promotions .product-cardview, #promotions .product {
    border: 0;
    margin-top: 0; } }

#promotions .grid-item {
  border: 0; }

.color-brown__bg--7, .canvas-page, .footer-global, .menu.tabs, .customer-details, #shipping-form-wrapper .form--1 {
  background-color: #fff; }

article.product:hover {
  box-shadow: none !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none; }

@media only screen and (min-width: 400px) {
  .product-lane .product-cardview, .see-more.edc-container--clickable, .product-lane .grid-item, .products-search .product--searchandbrowse.product-cardview {
    border: 0;
    margin-top: 0; } }

.see-more.edc-container--clickable {
  background-color: #fff; }

#Filters, .filter .menu, .filter .breadcrumb {
  border: 0; }

.product-detail-navigation .breadcrumb {
  border: none;
  padding-left: 0; }

.discount-block__label.show-always {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox; }

.text-align-right {
  text-align: right; }

@media screen and (max-width: 767px) {
  .order-list__controls.order-list__controls--back {
    text-align: left; } }

@media only screen and (max-width: 9999px) {
  .custom-icon {
    height: 32.5px; } }

.pos-relative {
  position: relative; }

.color-blue {
  color: #00ade6; }

.product-price.product-price-stamps {
  display: flex;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .product-price.product-price-stamps {
      position: absolute;
      left: 35%;
      top: 40%; } }
  @media screen and (max-width: 767px) {
    .product-price.product-price-stamps {
      margin-top: 10px; } }
  .product-price.product-price-stamps .points-label {
    color: #000000; }

.global-notifications {
  background-color: #fcdd9c; }

.global-notifications-message {
  max-width: 1664px;
  margin: 0 auto;
  padding: 10px 0;
  position: relative; }
  .global-notifications-message p a {
    color: #303030;
    font-weight: 300;
    text-decoration: none; }
  .global-notifications-message p svg {
    fill: #564337;
    padding-bottom: 2px;
    vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .global-notifications-message p {
      padding: 0 16px; } }
  .global-notifications-message .notification-close {
    position: absolute;
    right: 0px; }
    .global-notifications-message .notification-close svg {
      padding: 4px; }
    @media screen and (max-width: 767px) {
      .global-notifications-message .notification-close {
        position: absolute;
        right: 12px; } }
.has-open__navigation--search .navigation-section--search .navigation-search__input {
  padding-left: 70px; }

.icon--chevron__small::before {
  content: url("/static/ui/ah_shop/img/filter-arrow-down.svg?7c04beae6bcb");
  line-height: normal; }

.icon--search__new::before {
  content: url("/static/ui/ah_shop/img/combined-shape.svg?fe7bb860c20a"); }

.icon--chevron.small {
  font-size: 12px; }

.modal-product-controls__item--quantity-input {
  font-size: 16px;
  padding: 0;
  width: 50px;
  height: 34px;
  border-radius: 20px;
  color: #303030;
  border: 1px solid #d9d5d0;
  background-color: transparent;
  text-align: center; }

.airmiles-discount {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border-radius: 1px;
  background-color: #006ab8;
  padding: 2px 4px; }
  .airmiles-discount.checkout {
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: bold;
    padding: 2px 5px 2px 3px;
    border-radius: 2px;
    margin-bottom: 8px; }

.airmiles-login-basket {
  display: inline-block;
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 530px;
  height: auto;
  background: #fff;
  padding: 30px;
  padding-top: 15px; }
  .airmiles-login-basket .checkout-message-title {
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.2px;
    color: #303030; }
  .airmiles-login-basket .checkout-message {
    text-align: left;
    left: 32px;
    top: 68px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #000000;
    height: 100px; }
  .airmiles-login-basket .checkout-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .airmiles-login-basket .checkout-buttons {
        flex-direction: column; } }
    .airmiles-login-basket .checkout-buttons .airmiles-basket-continue {
      width: 100%;
      text-decoration: none;
      background: #FFFFFF;
      border: 1px solid #3b9fe2;
      box-sizing: border-box;
      border-radius: 4px;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.2px;
      color: #3b9fe2; }
      @media screen and (min-width: 768px) {
        .airmiles-login-basket .checkout-buttons .airmiles-basket-continue {
          margin-right: 10px; } }
      @media screen and (max-width: 767px) {
        .airmiles-login-basket .checkout-buttons .airmiles-basket-continue {
          margin-bottom: 10px; } }
    .airmiles-login-basket .checkout-buttons .airmiles-basket-login {
      width: 100%;
      text-decoration: none;
      background-color: #3b9fe2;
      border: 2px solid #3b9fe2;
      border-radius: 4px;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.2px;
      color: #fff; }
      @media screen and (min-width: 768px) {
        .airmiles-login-basket .checkout-buttons .airmiles-basket-login {
          margin-left: 10px; } }
  .airmiles-login-basket .airmiles-modal-close {
    display: none; }

.checkout_airmiles {
  border: 2px solid #3b9fe2;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.2px;
  color: #FFFFFF; }
  .checkout_airmiles#checkout_airmiles img {
    margin-bottom: -5px; }

#idin-container, #idin-container-error, #idin-container-success {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.53);
  top: 0;
  left: 0; }
  @media screen and (max-width: 767px) {
    #idin-container, #idin-container-error, #idin-container-success {
      padding-top: 30px; } }
  #idin-container .idin-container-close, #idin-container-error .idin-container-close, #idin-container-success .idin-container-close {
    cursor: pointer;
    float: right;
    font-size: 30px;
    color: gray; }
    @media screen and (max-width: 767px) {
      #idin-container .idin-container-close, #idin-container-error .idin-container-close, #idin-container-success .idin-container-close {
        margin-right: 15px; } }
  #idin-container .idin-container-contents, #idin-container-error .idin-container-contents, #idin-container-success .idin-container-contents {
    background-color: white;
    width: 98% !important;
    max-width: 800px;
    padding: 30px;
    padding-top: 15px;
    border-radius: 8px;
    margin: auto;
    overflow: auto;
    max-height: 100%;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      #idin-container .idin-container-contents, #idin-container-error .idin-container-contents, #idin-container-success .idin-container-contents {
        border-radius: 8px;
        height: 560px;
        padding: 0; } }
    #idin-container .idin-container-contents .idin-container-divider, #idin-container-error .idin-container-contents .idin-container-divider, #idin-container-success .idin-container-contents .idin-container-divider {
      float: left;
      width: 1px;
      height: 278px;
      margin: 40px 0px;
      border: solid 1px #e3e0dd; }
      @media screen and (max-width: 767px) {
        #idin-container .idin-container-contents .idin-container-divider, #idin-container-error .idin-container-contents .idin-container-divider, #idin-container-success .idin-container-contents .idin-container-divider {
          width: 360px;
          height: 1px;
          border: solid 1px #e3e0dd;
          margin-left: 5px; } }
    #idin-container .idin-container-contents .idin-container-left, #idin-container-error .idin-container-contents .idin-container-left, #idin-container-success .idin-container-contents .idin-container-left {
      width: 243px;
      float: left; }
      @media screen and (max-width: 767px) {
        #idin-container .idin-container-contents .idin-container-left, #idin-container-error .idin-container-contents .idin-container-left, #idin-container-success .idin-container-contents .idin-container-left {
          width: auto; } }
      #idin-container .idin-container-contents .idin-container-left .idin-logo-large, #idin-container-error .idin-container-contents .idin-container-left .idin-logo-large, #idin-container-success .idin-container-contents .idin-container-left .idin-logo-large {
        margin: 14px 7px 25px 26px; }
      @media screen and (max-width: 767px) {
        #idin-container .idin-container-contents .idin-container-left .idin-steps, #idin-container-error .idin-container-contents .idin-container-left .idin-steps, #idin-container-success .idin-container-contents .idin-container-left .idin-steps {
          float: right;
          padding-top: 10px; } }
      #idin-container .idin-container-contents .idin-container-left .idin-steps .idin-step, #idin-container-error .idin-container-contents .idin-container-left .idin-steps .idin-step, #idin-container-success .idin-container-contents .idin-container-left .idin-steps .idin-step {
        border-radius: 8px;
        width: 22px;
        height: 22px;
        margin: 5px 25px 12px 50px;
        background-color: #d8d8d8; }
      #idin-container .idin-container-contents .idin-container-left .complete, #idin-container-error .idin-container-contents .idin-container-left .complete, #idin-container-success .idin-container-contents .idin-container-left .complete {
        background-color: #3b9fe2 !important; }
      #idin-container .idin-container-contents .idin-container-left .idin-step-info, #idin-container-error .idin-container-contents .idin-container-left .idin-step-info, #idin-container-success .idin-container-contents .idin-container-left .idin-step-info {
        padding-bottom: 26px;
        padding-left: 7px;
        float: left;
        width: 140px;
        height: 22px;
        margin: 0 98px 0 25px;
        font-size: 16px;
        font-weight: 500;
        color: #000000; }
    @media screen and (max-width: 767px) {
      #idin-container .idin-container-contents .idin-container-right, #idin-container-error .idin-container-contents .idin-container-right, #idin-container-success .idin-container-contents .idin-container-right {
        width: 315px;
        margin: auto;
        float: left; } }
    #idin-container .idin-container-contents .idin-container-right .title, #idin-container-error .idin-container-contents .idin-container-right .title, #idin-container-success .idin-container-contents .idin-container-right .title {
      width: 445px;
      padding-left: 36px;
      height: 27px;
      margin: 50px 0px 3px 231px;
      font-size: 22px;
      font-weight: bold;
      color: #000000; }
      @media screen and (max-width: 767px) {
        #idin-container .idin-container-contents .idin-container-right .title, #idin-container-error .idin-container-contents .idin-container-right .title, #idin-container-success .idin-container-contents .idin-container-right .title {
          margin: 0;
          max-width: 350px; } }
    #idin-container .idin-container-contents .idin-container-right .description, #idin-container-error .idin-container-contents .idin-container-right .description, #idin-container-success .idin-container-contents .idin-container-right .description {
      width: 471px;
      height: 43px;
      padding-left: 36px;
      margin: 2px 85px 5px 231px;
      font-size: 16px;
      color: #000000; }
      @media screen and (max-width: 767px) {
        #idin-container .idin-container-contents .idin-container-right .description, #idin-container-error .idin-container-contents .idin-container-right .description, #idin-container-success .idin-container-contents .idin-container-right .description {
          margin: 10px 0px;
          width: auto; } }
    #idin-container .idin-container-contents .idin-container-right .bank-list .text, #idin-container-error .idin-container-contents .idin-container-right .bank-list .text, #idin-container-success .idin-container-contents .idin-container-right .bank-list .text {
      height: 22px;
      padding-left: 36px;
      margin: 12px 4px 0 231px;
      font-size: 18px;
      font-weight: 500;
      color: #000000; }
      @media screen and (max-width: 767px) {
        #idin-container .idin-container-contents .idin-container-right .bank-list .text, #idin-container-error .idin-container-contents .idin-container-right .bank-list .text, #idin-container-success .idin-container-contents .idin-container-right .bank-list .text {
          margin: 0;
          margin-top: 50px;
          width: auto; } }
    #idin-container .idin-container-contents .idin-container-right .bank-list .idin-issuers, #idin-container-error .idin-container-contents .idin-container-right .bank-list .idin-issuers, #idin-container-success .idin-container-contents .idin-container-right .bank-list .idin-issuers {
      width: 323px;
      height: 34px;
      margin: 15px 0px 0px 21px;
      padding: 5px 11px 5px 9px;
      border-radius: 3px;
      border: solid 1px #dddddd; }
      @media screen and (max-width: 767px) {
        #idin-container .idin-container-contents .idin-container-right .bank-list .idin-issuers, #idin-container-error .idin-container-contents .idin-container-right .bank-list .idin-issuers, #idin-container-success .idin-container-contents .idin-container-right .bank-list .idin-issuers {
          width: 300px;
          margin-top: 30px;
          margin-left: 34px; } }
      @media screen and (max-width: 767px) {
        #idin-container .idin-container-contents .idin-container-right .bank-list .idin-issuers option, #idin-container-error .idin-container-contents .idin-container-right .bank-list .idin-issuers option, #idin-container-success .idin-container-contents .idin-container-right .bank-list .idin-issuers option {
          width: 250px; } }
      #idin-container .idin-container-contents .idin-container-right .bank-list .idin-issuers .idin-issuer, #idin-container-error .idin-container-contents .idin-container-right .bank-list .idin-issuers .idin-issuer, #idin-container-success .idin-container-contents .idin-container-right .bank-list .idin-issuers .idin-issuer {
        padding-left: 10px;
        font-weight: 300; }
        @media screen and (max-width: 767px) {
          #idin-container .idin-container-contents .idin-container-right .bank-list .idin-issuers .idin-issuer, #idin-container-error .idin-container-contents .idin-container-right .bank-list .idin-issuers .idin-issuer, #idin-container-success .idin-container-contents .idin-container-right .bank-list .idin-issuers .idin-issuer {
            width: 250px; } }
    #idin-container .idin-container-contents .idin-button-verify, #idin-container-error .idin-container-contents .idin-button-verify, #idin-container-success .idin-container-contents .idin-button-verify {
      width: 162px;
      height: 37px;
      margin: 115px 0 0 92px;
      padding: 8px 11px 9px 14px;
      border-radius: 5px;
      background-color: #3b9fe2;
      float: right; }
      @media screen and (max-width: 767px) {
        #idin-container .idin-container-contents .idin-button-verify, #idin-container-error .idin-container-contents .idin-button-verify, #idin-container-success .idin-container-contents .idin-button-verify {
          margin: 0;
          margin-top: 30px;
          width: 165px; } }
      #idin-container .idin-container-contents .idin-button-verify button, #idin-container-error .idin-container-contents .idin-button-verify button, #idin-container-success .idin-container-contents .idin-button-verify button {
        width: 127px;
        height: 20px;
        margin: 0 6px 0 0;
        font-size: 16px;
        letter-spacing: 0.3px;
        color: #ffffff; }

#idin-container-error, #idin-container-success {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.53);
  top: 0;
  left: 0; }
  @media screen and (max-width: 767px) {
    #idin-container-error, #idin-container-success {
      padding-top: 30px; } }
  #idin-container-error .idin-container-contents, #idin-container-success .idin-container-contents {
    width: 370px !important;
    padding: 30px;
    padding-top: 15px;
    border-radius: 8px;
    margin: auto;
    overflow: auto;
    max-height: 100%;
    margin-top: 30px; }
    @media screen and (min-width: 359px) {
      #idin-container-error .idin-container-contents, #idin-container-success .idin-container-contents {
        width: 98% !important;
        max-width: 359px;
        height: auto; } }
    #idin-container-error .idin-container-contents .text, #idin-container-success .idin-container-contents .text {
      position: relative;
      top: -10px;
      left: 15px; }
    #idin-container-error .idin-container-contents img, #idin-container-success .idin-container-contents img {
      margin-top: 15px; }
    #idin-container-error .idin-container-contents .idin-container-close, #idin-container-success .idin-container-contents .idin-container-close {
      cursor: pointer;
      float: right;
      font-size: 30px;
      color: gray; }
      @media screen and (max-width: 767px) {
        #idin-container-error .idin-container-contents .idin-container-close, #idin-container-success .idin-container-contents .idin-container-close {
          position: relative;
          float: right;
          left: 25px;
          top: -10px; } }
.ah-link-msg {
  text-decoration: underline;
  font-style: italic;
  color: #ffffff; }
  .ah-link-msg:hover {
    color: #ffffff; }

.products-promotion-list--product-container {
  text-align: center;
  background-color: #D8D8D8;
  height: 150px;
  padding: 3px;
  display: table;
  vertical-align: middle; }

.ah-promotion-image-container {
  height: 100%;
  width: 100%;
  text-align: center; }

.ah-promotion-image {
  max-height: 130px;
  max-width: 130px;
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.products-promotion-list .article-group--align-footer-bottom .article-group__item--header {
  overflow: visible; }

.grid-item.no-border-margin {
  border: 0;
  margin-top: 0; }

.promotion-single--container {
  text-align: center;
  background-color: #D8D8D8;
  height: 150px;
  padding: 3px; }

.price_white {
  color: #FFFFFF; }

@media only screen and (min-width: 1601px) {
  select#id_child_id {
    max-width: 350px; } }

@media only screen and (min-width: 1401px) and (max-width: 1600px) {
  select#id_child_id {
    max-width: 300px; } }

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  select#id_child_id {
    max-width: 230px; } }

@media only screen and (min-width: 1100px) and (max-width: 1199px) {
  select#id_child_id {
    max-width: 220px; } }

@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  select#id_child_id {
    max-width: 210px; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  select#id_child_id {
    max-width: 200px; } }

@media only screen and (min-width: 551px) and (max-width: 767px) {
  select#id_child_id {
    max-width: 300px; } }

@media only screen and (min-width: 400px) and (max-width: 550px) {
  select#id_child_id {
    max-width: 220px; } }

@media only screen and (max-width: 399px) {
  select#id_child_id {
    max-width: 140px; } }

@media only screen and (max-width: 767px) {
  form#add_to_basket_form {
    margin: auto; } }

select[name='child_id'], select[name='issuer_id'], select.calendar-view {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  select[name='child_id'] option, select[name='issuer_id'] option, select.calendar-view option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 5px; }

select[name='child_id']::-ms-expand, select[name='issuer_id']::-ms-expand {
  display: none; }

select[name='child_id'], select[name='issuer_id'] {
  height: 34px;
  line-height: normal;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 8px center;
  background-size: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #303030;
  padding: 7px 8px;
  padding-right: 24px;
  font-size: 14px; }

.product--hero .product-image-ah {
  max-width: 100%;
  max-height: 100%; }
  .product--hero .product-image-ah.--detail {
    max-height: 400px;
    max-width: 400px; }
  @media only screen and (max-width: 500px) {
    .product--hero .product-image-ah {
      max-width: 250px;
      max-height: 250px; } }
#blueimp-gallery-modal-carousel {
  width: 987px;
  height: 555px;
  margin-top: 0;
  margin-bottom: 2rem;
  background-color: transparent;
  box-shadow: none; }

#blueimp-gallery-carousel {
  background-color: #FFFFFF;
  box-shadow: none; }

.blueimp-gallery > .close:hover, .blueimp-gallery > .next:hover, .blueimp-gallery > .play-pause:hover, .blueimp-gallery > .prev:hover, .blueimp-gallery > .title:hover {
  color: #000000 !important; }

.blueimp-gallery > .next:hover, .blueimp-gallery > .prev:hover {
  border-color: #000000; }

a.anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden; }

@media screen and (min-width: 1024px) {
  #calendar {
    width: 75%; } }

#calendar .fc-event {
  cursor: pointer; }

select.calendar-view {
  height: 34px;
  line-height: normal;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 8px center;
  background-size: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #303030;
  padding: 7px 8px;
  padding-right: 24px;
  font-size: 14px;
  min-width: 300px;
  margin-bottom: 10px; }
  @media screen and (max-width: 375px) {
    select.calendar-view {
      min-width: 250px;
      max-width: 250px; } }
@media screen and (max-width: 767px) {
  .ah-table-fullwidth.event-product .table-cell--middle {
    display: block; } }

.product-detail-navigation__back-link.link--chevron-back:after {
  top: calc(50% - 6px); }

.price .price__asterisk {
  position: relative;
  padding: 0;
  cursor: default;
  text-decoration: none;
  display: inline-block; }

.price--discount .price__asterisk {
  color: #ff7900; }

@media only screen {
  .price__asterisk {
    font-size: 11px;
    top: -15px;
    left: -4px; } }

.product-detail-navigation {
  background-color: #f9f7f5; }
  .product-detail-navigation .product-detail-navigation__back-link {
    margin: 13px 30px 13px 16px;
    font-weight: 100; }

.product-detail-page {
  width: 100%; }
  .product-detail-page .product-detail-lane {
    padding: 24px; }
    @media screen and (max-width: 767px) {
      .product-detail-page .product-detail-lane {
        padding: 24px 0; } }
  @media screen and (max-width: 767px) {
    .product-detail-page .product-details-container {
      padding: 0; } }
  .product-detail-page.ah-browser-warnings {
    padding-top: 70px; }
  .product-detail-page:not(.cc-breadcrumb-container) {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-content: center; }
  .product-detail-page .product-detail-container {
    max-width: 1440px;
    width: 100%; }
    .product-detail-page .product-detail-container .product-detail-lane .product-detail-section {
      justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .product-detail-page .product-detail-container .column {
        padding: 1rem 0 !important; } }
  .product-detail-page #nocookies-warning {
    width: 100%; }
  .product-detail-page.cc-breadcrumb-container .link--chevron-back {
    margin-right: 22px; }
  .product-detail-page .product--hero {
    padding-right: 0; }
    .product-detail-page .product--hero.product--detail {
      flex-flow: column; }
      .product-detail-page .product--hero.product--detail .product-controls--cta {
        margin-left: 1rem; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .product-detail-page .product--hero.product--detail .product-controls__cta-button {
          width: 133px; } }
    .product-detail-page .product--hero .multicol {
      margin: 0; }
      .product-detail-page .product--hero .multicol.supplier-basket-container {
        margin: 2rem; }
      .product-detail-page .product--hero .multicol.price-container {
        margin: 0; }
        .product-detail-page .product--hero .multicol.price-container .discount-block {
          margin-top: 0;
          width: 100%; }
          .product-detail-page .product--hero .multicol.price-container .discount-block .discount-block__label {
            padding: 3px 10px 2px 10px;
            border-radius: 2px; }
    .product-detail-page .product--hero .product-hero__content {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .product-detail-page .product--hero .product-hero__content {
          padding-right: 70px; } }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .product-detail-page .product--hero .product-hero__content {
          padding-right: 20px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1400px) {
        .product-detail-page .product--hero .product-hero__content {
          padding-right: 30px; } }
      .product-detail-page .product--hero .product-hero__content .product__summary {
        max-width: 100%; }
    .product-detail-page .product--hero .discount-block__label {
      display: inline-block; }
  .product-detail-page .product-image-container {
    width: auto;
    margin-right: 0; }
    .product-detail-page .product-image-container .image-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .product-detail-page .product-image-container .image-container #blueimp-gallery-carousel {
        padding-bottom: 0; }
      .product-detail-page .product-image-container .image-container .image-gallery .image-slide.number {
        text-align: center;
        font-weight: 900;
        display: flex;
        justify-content: center;
        align-items: center; }
    @media only screen and (max-width: 767px) {
      .product-detail-page .product-image-container #blueimp-gallery-carousel {
        width: 100%;
        height: inherit; } }
    @media only screen and (min-width: 768px) and (max-width: 850px) {
      .product-detail-page .product-image-container #blueimp-gallery-carousel {
        width: 280px;
        height: 157px; }
      .product-detail-page .product-image-container .image-gallery {
        width: 280px; }
        .product-detail-page .product-image-container .image-gallery .image-slide {
          width: 44px;
          height: 31px; }
          .product-detail-page .product-image-container .image-gallery .image-slide.number {
            font-size: 20px; } }
    @media only screen and (min-width: 851px) and (max-width: 1023px) {
      .product-detail-page .product-image-container #blueimp-gallery-carousel {
        width: 350px;
        height: 196px; }
      .product-detail-page .product-image-container .image-gallery .image-slide {
        width: 58px;
        height: 41px; }
        .product-detail-page .product-image-container .image-gallery .image-slide.number {
          font-size: 20px; } }
    @media only screen and (min-width: 1024px) and (max-width: 1199px) {
      .product-detail-page .product-image-container #blueimp-gallery-carousel {
        width: 420px;
        height: 236px; }
      .product-detail-page .product-image-container .image-gallery .image-slide {
        width: 71px;
        height: 51px; }
        .product-detail-page .product-image-container .image-gallery .image-slide.number {
          font-size: 20px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1400px) {
      .product-detail-page .product-image-container #blueimp-gallery-carousel {
        width: 500px;
        height: 281px; }
      .product-detail-page .product-image-container .image-gallery .image-slide {
        width: 88px;
        height: 63px; } }
    @media only screen and (min-width: 1401px) {
      .product-detail-page .product-image-container #blueimp-gallery-carousel {
        width: 600px;
        height: 337px; }
      .product-detail-page .product-image-container .image-gallery .image-slide {
        width: 108px;
        height: 77px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .product-detail-page .column.column-left, .product-detail-page .column.column-right {
      max-width: 476px;
      min-width: 350px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .product-detail-page .column.column-left, .product-detail-page .column.column-right {
      max-width: 550px;
      min-width: 480px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .product-detail-page .column.column-left, .product-detail-page .column.column-right {
      max-width: 650px;
      min-width: 550px; } }
.product-detail-deluxe .product-detail-page .blueimp-gallery > .close:hover, .product-detail-deluxe .product-detail-page .blueimp-gallery > .next:hover, .product-detail-deluxe .product-detail-page .blueimp-gallery > .play-pause:hover, .product-detail-deluxe .product-detail-page .blueimp-gallery > .prev:hover, .product-detail-deluxe .product-detail-page .blueimp-gallery > .title:hover {
  color: #ffffff !important;
  background-color: transparent; }

.product-detail-deluxe .product-detail-page .blueimp-gallery > .next:hover, .product-detail-deluxe .product-detail-page .blueimp-gallery > .prev:hover {
  border: none;
  display: block;
  background-color: transparent; }

.product-detail-deluxe .product-detail-page .blueimp-gallery > .next, .product-detail-deluxe .product-detail-page .blueimp-gallery > .prev {
  border: none;
  display: block;
  background-color: transparent; }

.product-detail-deluxe .product-detail-page .small-gallery .image-slide {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.product-detail-deluxe .product-detail-page .small-gallery-container {
  margin-top: 6px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  -webkit-overflow-scrolling: touch; }
  .product-detail-deluxe .product-detail-page .small-gallery-container .image-gallery.small-gallery {
    margin-left: 16px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0; }
    .product-detail-deluxe .product-detail-page .small-gallery-container .image-gallery.small-gallery .image-slide {
      height: 81px;
      width: 121px; }
  .product-detail-deluxe .product-detail-page .small-gallery-container::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0; }

.product-detail-deluxe .product-detail-page .cc-breadcrumb.deluxe {
  max-width: 1440px;
  padding: 12px 8px;
  height: auto; }
  @media screen and (max-width: 1439px) {
    .product-detail-deluxe .product-detail-page .cc-breadcrumb.deluxe {
      padding: 12px 16px; } }
.product-detail-deluxe .product-detail-page .breadcrumb__item--btn {
  display: inline-block; }

.product-detail-deluxe .product-detail-page .breadcrumb__item--category {
  display: inline-block;
  float: right; }
  .product-detail-deluxe .product-detail-page .breadcrumb__item--category a, .product-detail-deluxe .product-detail-page .breadcrumb__item--category a:hover {
    color: #3b9fe2;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.26px; }

.product-detail-deluxe .product-detail-page .product-detail-page__info {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  display: flex;
  height: 80px;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px; }
  @media screen and (max-width: 1439px) {
    .product-detail-deluxe .product-detail-page .product-detail-page__info {
      padding: 0 16px; } }
  .product-detail-deluxe .product-detail-page .product-detail-page__info .title h2 {
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #303030; }
  @media (max-width: 767px) {
    .product-detail-deluxe .product-detail-page .product-detail-page__info .title.deluxe-display {
      max-width: 62%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .product-detail-deluxe .product-detail-page .product-detail-page__info .title.deluxe-display {
      max-width: 40%; } }
  @media (min-width: 1024px) {
    .product-detail-deluxe .product-detail-page .product-detail-page__info .title.deluxe-display {
      max-width: 30%; } }
  .product-detail-deluxe .product-detail-page .product-detail-page__info .topics .topics__link, .product-detail-deluxe .product-detail-page .product-detail-page__info .topics .topics__link:hover {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.26px;
    color: #01ade6;
    margin: 0 20px; }
    @media screen and (max-width: 767px) {
      .product-detail-deluxe .product-detail-page .product-detail-page__info .topics .topics__link, .product-detail-deluxe .product-detail-page .product-detail-page__info .topics .topics__link:hover {
        font-size: 16px; } }
  .product-detail-deluxe .product-detail-page .product-detail-page__info #dropdown-topics {
    width: max-content; }
    .product-detail-deluxe .product-detail-page .product-detail-page__info #dropdown-topics .dropbtn {
      border-radius: 20px;
      box-shadow: 0 2px 6px 0 rgba(216, 216, 216, 0.5);
      background-color: #ffffff;
      color: #303030; }
    .product-detail-deluxe .product-detail-page .product-detail-page__info #dropdown-topics .dropdown-content {
      min-width: unset;
      border-radius: 5px; }
      .product-detail-deluxe .product-detail-page .product-detail-page__info #dropdown-topics .dropdown-content .topics__link {
        color: #303030;
        margin: 0; }
      .product-detail-deluxe .product-detail-page .product-detail-page__info #dropdown-topics .dropdown-content .topics__link:hover, .product-detail-deluxe .product-detail-page .product-detail-page__info #dropdown-topics .dropdown-content .topics__link:focus {
        background-color: #f9f7f5;
        color: #303030; }
    @media screen and (max-width: 991px) {
      .product-detail-deluxe .product-detail-page .product-detail-page__info #dropdown-topics:hover .dropdown-content {
        display: none; } }
  .product-detail-deluxe .product-detail-page .product-detail-page__info .prices-controls {
    display: flex;
    align-items: center; }
    .product-detail-deluxe .product-detail-page .product-detail-page__info .prices-controls .prices-controls__price {
      text-align: right;
      margin-right: 20px;
      align-items: center; }
      .product-detail-deluxe .product-detail-page .product-detail-page__info .prices-controls .prices-controls__price .product-price {
        display: flex;
        justify-content: center; }
        .product-detail-deluxe .product-detail-page .product-detail-page__info .prices-controls .prices-controls__price .product-price .price--was {
          align-self: flex-end; }
      .product-detail-deluxe .product-detail-page .product-detail-page__info .prices-controls .prices-controls__price .airmiles-discount {
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        border-radius: 1px;
        background-color: #006ab8;
        padding: 2px 4px; }

.product-detail-deluxe .product-detail-page .product-price .price--was .price__text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.3px;
  color: #303030; }

.product-detail-deluxe .product-detail-page .product-price .price__integer {
  font-size: 32px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal; }

.product-detail-deluxe .product-detail-page .product-price .price__fractional {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal; }

@media screen and (max-width: 767px) {
  .product-detail-deluxe .product-detail-page .price-small {
    flex-direction: column;
    align-items: flex-end; }
    .product-detail-deluxe .product-detail-page .price-small .product-price {
      display: flex; }
      .product-detail-deluxe .product-detail-page .price-small .product-price .price--was {
        align-self: flex-end; } }

.product-detail-deluxe .product-detail-page .product-detail-page__header {
  max-width: 1600px;
  width: 100%;
  margin: auto;
  position: relative; }
  .product-detail-deluxe .product-detail-page .product-detail-page__header .supplier-name {
    position: absolute;
    left: 95px;
    bottom: 43px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #ffffff; }
    .product-detail-deluxe .product-detail-page .product-detail-page__header .supplier-name .supplier-link {
      color: #ffffff; }
  .product-detail-deluxe .product-detail-page .product-detail-page__header .idin-details {
    position: absolute;
    left: 95px;
    bottom: 70px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #ffffff; }
    @media screen and (max-width: 767px) {
      .product-detail-deluxe .product-detail-page .product-detail-page__header .idin-details {
        display: initial;
        left: 16px;
        bottom: 20px; } }
  .product-detail-deluxe .product-detail-page .product-detail-page__header img.deluxe-banner {
    width: 100%;
    height: auto; }
    @media screen and (max-width: 767px) {
      .product-detail-deluxe .product-detail-page .product-detail-page__header img.deluxe-banner {
        height: 377px;
        object-fit: cover; } }
.product-detail-deluxe .product-detail-page .product-detail-container {
  position: relative; }

.product-detail-deluxe .product-detail-page #product-description, .product-detail-deluxe .product-detail-page #product-cross-sells {
  position: absolute;
  top: -70px; }

.product-detail-deluxe .product-detail-page .product-detail-lane.deluxe {
  padding-left: 0;
  padding-right: 0; }
  .product-detail-deluxe .product-detail-page .product-detail-lane.deluxe .product--hero {
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px; }
  @media screen and (max-width: 767px) {
    .product-detail-deluxe .product-detail-page .product-detail-lane.deluxe .product-hero__content {
      padding-left: 16px;
      padding-right: 16px; }
      .product-detail-deluxe .product-detail-page .product-detail-lane.deluxe .product-hero__content h1.product-description__title {
        font-size: 24px;
        font-weight: 900;
        font-stretch: normal;
        letter-spacing: normal; } }
  .product-detail-deluxe .product-detail-page .product-detail-lane.deluxe #blueimp-gallery-carousel {
    cursor: pointer; }
  .product-detail-deluxe .product-detail-page .product-detail-lane.deluxe .multicol__price .product-price {
    display: flex; }
    .product-detail-deluxe .product-detail-page .product-detail-lane.deluxe .multicol__price .product-price .price--was {
      align-self: flex-end; }
  .product-detail-deluxe .product-detail-page .product-detail-lane.deluxe .cross-sell-products h3.subcategory-title {
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal; }
    @media screen and (min-width: 768px) {
      .product-detail-deluxe .product-detail-page .product-detail-lane.deluxe .cross-sell-products h3.subcategory-title {
        font-size: 32px; } }
  .product-detail-deluxe .product-detail-page .product-detail-lane.deluxe .cross-sell-products article.cc-product-container {
    padding: 0; }
    @media screen and (min-width: 768px) {
      .product-detail-deluxe .product-detail-page .product-detail-lane.deluxe .cross-sell-products article.cc-product-container {
        margin-right: 21px; } }
  @media screen and (max-width: 1439px) {
    .product-detail-deluxe .product-detail-page .product-detail-lane.deluxe .cross-sell-products {
      padding-left: 16px !important; } }
  @media screen and (max-width: 767px) {
    .product-detail-deluxe .product-detail-page .product-detail-lane.deluxe .cross-sell-products h3.subcategory-title {
      padding-left: 0;
      padding-top: 14px;
      padding-bottom: 14px; }
    .product-detail-deluxe .product-detail-page .product-detail-lane.deluxe .cross-sell-products .co-product-card.large-card.custom-width .cc-product-container, .product-detail-deluxe .product-detail-page .product-detail-lane.deluxe .cross-sell-products .co-product-card.large-card.custom-width .cc-product {
      width: 284px; } }
  .product-detail-deluxe .product-detail-page .product-detail-lane.deluxe .supplier-name, .product-detail-deluxe .product-detail-page .product-detail-lane.deluxe .supplier-link {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #000000; }

.product-detail-deluxe .product-detail-page .product-controls--cta.deluxe {
  height: 48px;
  width: 126px;
  margin-left: 0; }
  .product-detail-deluxe .product-detail-page .product-controls--cta.deluxe button.product-controls__cta-button {
    height: 48px;
    width: 126px;
    object-fit: contain;
    border-radius: 5px; }
    .product-detail-deluxe .product-detail-page .product-controls--cta.deluxe button.product-controls__cta-button::before {
      font-size: 12px;
      right: 15px; }
    .product-detail-deluxe .product-detail-page .product-controls--cta.deluxe button.product-controls__cta-button .cta-button__text {
      letter-spacing: 0.3px;
      font-stretch: normal;
      font-style: normal;
      line-height: normal; }
  @media screen and (max-width: 767px) {
    .product-detail-deluxe .product-detail-page .product-controls--cta.deluxe.multiple-devices button.product-controls__cta-button {
      height: 38px;
      width: 38px;
      object-fit: contain;
      border-radius: 50%;
      margin-top: 8px; }
      .product-detail-deluxe .product-detail-page .product-controls--cta.deluxe.multiple-devices button.product-controls__cta-button::before {
        font-size: 16px;
        right: 9px; }
      .product-detail-deluxe .product-detail-page .product-controls--cta.deluxe.multiple-devices button.product-controls__cta-button span.cta-button__text {
        display: none; }
    .product-detail-deluxe .product-detail-page .product-controls--cta.deluxe.multiple-devices div.quantity-group.product-controls__quantity-group {
      display: none; }
    .product-detail-deluxe .product-detail-page .product-controls--cta.deluxe.multiple-devices.product-controls--cta {
      width: 50px; }
    .product-detail-deluxe .product-detail-page .product-controls--cta.deluxe.multiple-devices.product-controls--cta.product-controls--cta--reveal-controls {
      width: 126px; }
      .product-detail-deluxe .product-detail-page .product-controls--cta.deluxe.multiple-devices.product-controls--cta.product-controls--cta--reveal-controls div.product-controls__quantity-group {
        display: flex; } }
  .product-detail-deluxe .product-detail-page .product-controls--cta.deluxe.promo-color .product-controls__item {
    color: #ff7901; }
    .product-detail-deluxe .product-detail-page .product-controls--cta.deluxe.promo-color .product-controls__item:active {
      color: #ff7901; }
  .product-detail-deluxe .product-detail-page .product-controls--cta.deluxe.promo-color .product-controls__item--quantity-input:active, .product-detail-deluxe .product-detail-page .product-controls--cta.deluxe.promo-color .modal-product-controls__item--quantity-input:active, .product-detail-deluxe .product-detail-page .product-controls--cta.deluxe.promo-color .product-controls__item--quantity-input:focus, .product-detail-deluxe .product-detail-page .product-controls--cta.deluxe.promo-color .modal-product-controls__item--quantity-input:focus {
    border-color: #ff7901; }
  .product-detail-deluxe .product-detail-page .product-controls--cta.deluxe.promo-color button.product-controls__cta-button {
    background-color: #ff7901;
    border: 1px solid #ff7901; }
  .product-detail-deluxe .product-detail-page .product-controls--cta.deluxe .quantity-group.product-controls__quantity-group {
    display: flex;
    align-items: center; }

.product-detail-deluxe .product-detail-page .product-detail-page__details {
  max-width: 1500px;
  width: 100%;
  margin: auto;
  padding: 125px 62px 20px 62px; }
  @media screen and (max-width: 1439px) {
    .product-detail-deluxe .product-detail-page .product-detail-page__details {
      padding: 52px 16px 38px 16px; } }
  @media screen and (max-width: 767px) {
    .product-detail-deluxe .product-detail-page .product-detail-page__details {
      padding-left: 0;
      padding-right: 0; } }
  .product-detail-deluxe .product-detail-page .product-detail-page__details .menu.tabs {
    background-color: #fafafa; }
    .product-detail-deluxe .product-detail-page .product-detail-page__details .menu.tabs .tabs__tab {
      border-right: none; }
  .product-detail-deluxe .product-detail-page .product-detail-page__details .story-lane .story.grid-item .ah-product-details.limited-height {
    max-height: 330px;
    overflow: hidden;
    position: relative; }
  .product-detail-deluxe .product-detail-page .product-detail-page__details .story-lane .story.grid-item .ah-product-details.limited-height.with-gradient::before {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    top: 220px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fafafa); }

@media screen and (min-width: 768px) {
  .product-detail-deluxe .product-detail-page .product-description__title {
    margin-top: 108px; } }

@media only screen and (max-width: 9999px) {
  .product-detail-deluxe .scrollable-carousel {
    overflow: hidden; }
    .product-detail-deluxe .scrollable-carousel .scrollable-carousel__items {
      padding-bottom: 30px;
      overflow-x: scroll;
      flex-flow: nowrap;
      scrollbar-width: none;
      /* Firefox */
      -ms-overflow-style: none;
      /* Internet Explorer 10+ */
      -webkit-overflow-scrolling: touch; }
    .product-detail-deluxe .scrollable-carousel .scrollable-carousel__items::-webkit-scrollbar {
      /* WebKit */
      width: 0;
      height: 0; } }

.product-detail-deluxe .btn-detail-show-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer; }
  .product-detail-deluxe .btn-detail-show-more .button--chevron-down {
    font-size: 30px; }

@media screen and (min-width: 768px) {
  .product-detail-deluxe .multicol.product-operations {
    flex-wrap: wrap; } }

@media screen and (max-width: 767px) {
  .product-detail-deluxe .multicol.product-operations {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    z-index: 50;
    background-color: #ffffffE6;
    width: 100%;
    flex-direction: row;
    border-top: 1px solid #d9d5d0;
    padding: 16px;
    justify-content: space-between; } }

.product-detail-deluxe .multicol__variants {
  order: 1; }
  .product-detail-deluxe .multicol__variants select#id_child_id {
    height: 46px;
    background-image: none;
    display: block;
    padding-left: 14px;
    padding-right: 28px; }
  .product-detail-deluxe .multicol__variants .select-container {
    position: relative;
    height: 46px;
    width: -moz-fit-content;
    width: fit-content; }
  .product-detail-deluxe .multicol__variants .select-container:after {
    font-family: "ah-online-icons";
    content: "\f114";
    font-size: 17px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    color: #5c5c5c;
    right: 11px;
    top: 6px;
    height: 34px;
    padding: 8px 0 0 0;
    position: absolute;
    pointer-events: none; }
    @media screen and (min-width: 768px) {
      .product-detail-deluxe .multicol__variants .select-container:after {
        padding: 11px 0 0 0; } }
  @media screen and (min-width: 768px) {
    .product-detail-deluxe .multicol__variants {
      width: 100%;
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .product-detail-deluxe .multicol__variants {
      display: flex;
      align-items: center; } }
.product-detail-deluxe .multicol__idin {
  order: 2;
  margin: 10px 0px; }
  .product-detail-deluxe .multicol__idin .idin-logo-small {
    width: 19px;
    height: 17px;
    margin-right: 5px; }
  .product-detail-deluxe .multicol__idin .idin-info-img {
    margin-left: 5px; }
  .product-detail-deluxe .multicol__idin .idin-detail-info {
    min-width: 290px; }

.product-detail-deluxe .multicol__usp {
  order: 2;
  margin: 10px 0px;
  font-size: 16px;
  letter-spacing: 0.3px;
  font-weight: normal; }
  .product-detail-deluxe .multicol__usp .usp-title {
    font-weight: 500; }
  .product-detail-deluxe .multicol__usp .usp-text {
    margin-left: 10px; }
  .product-detail-deluxe .multicol__usp .usp-available {
    width: 10px;
    height: 10px;
    margin: 6px 10px 6px 0;
    border-radius: 5px;
    background-color: #3ccd44; }

.product-detail-deluxe .multicol__idin-details-tooltip {
  display: inline-block;
  height: 20px;
  max-width: 230px;
  position: relative;
  top: -2px; }
  @media screen and (max-width: 1024px) {
    .product-detail-deluxe .multicol__idin-details-tooltip {
      top: -13px; } }
  @media screen and (max-width: 767px) {
    .product-detail-deluxe .multicol__idin-details-tooltip {
      top: -3px; } }
  .product-detail-deluxe .multicol__idin-details-tooltip .multicol__idin-details-text {
    visibility: hidden;
    font-size: 11px;
    letter-spacing: 0.3px;
    color: #303030;
    position: relative;
    top: -25px;
    left: 40px;
    background-color: #fff;
    z-index: 1; }
    @media screen and (max-width: 1024px) {
      .product-detail-deluxe .multicol__idin-details-tooltip .multicol__idin-details-text {
        top: 0px;
        left: -160px;
        min-width: 200px;
        z-index: 100; } }
.product-detail-deluxe .multicol__idin-details-tooltip:hover .multicol__idin-details-text {
  visibility: visible; }

.product-detail-deluxe .multicol__price {
  order: 3; }
  .product-detail-deluxe .multicol__price .product-price {
    justify-content: center; }
  @media screen and (max-width: 767px) {
    .product-detail-deluxe .multicol__price {
      width: auto;
      align-items: center; }
      .product-detail-deluxe .multicol__price .product-price {
        flex-direction: column; } }
.product-detail-deluxe .multicol__btn {
  width: max-content;
  order: 3;
  align-self: center; }
  @media screen and (min-width: 768px) and (max-width: 1280px) {
    .product-detail-deluxe .multicol__btn {
      margin-left: 20px; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product-detail-deluxe .multicol.product-operations .multicol__price {
    width: 50%; } }

.product-detail-deluxe .product-countdown-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  display: flex;
  justify-content: center;
  text-align: center; }
  .product-detail-deluxe .product-countdown-container .product-countdown-container__info {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center; }
  .product-detail-deluxe .product-countdown-container .product-countdown-container__days {
    color: #3b9fe2; }
    .product-detail-deluxe .product-countdown-container .product-countdown-container__days.promo-color {
      color: #ff7901; }
  .product-detail-deluxe .product-countdown-container .product-countdown-container__hours .product-countdown-container__info, .product-detail-deluxe .product-countdown-container .product-countdown-container__minutes .product-countdown-container__info, .product-detail-deluxe .product-countdown-container .product-countdown-container__seconds .product-countdown-container__info {
    opacity: 0.5; }
  .product-detail-deluxe .product-countdown-container #product-countdown-days, .product-detail-deluxe .product-countdown-container #product-countdown-hours, .product-detail-deluxe .product-countdown-container #product-countdown-minutes, .product-detail-deluxe .product-countdown-container #product-countdown-seconds {
    width: 98px; }
    @media screen and (max-width: 767px) {
      .product-detail-deluxe .product-countdown-container #product-countdown-days, .product-detail-deluxe .product-countdown-container #product-countdown-hours, .product-detail-deluxe .product-countdown-container #product-countdown-minutes, .product-detail-deluxe .product-countdown-container #product-countdown-seconds {
        width: 54px; } }
  .product-detail-deluxe .product-countdown-container #product-countdown-days, .product-detail-deluxe .product-countdown-container #product-countdown-hours, .product-detail-deluxe .product-countdown-container #product-countdown-minutes, .product-detail-deluxe .product-countdown-container #product-countdown-seconds, .product-detail-deluxe .product-countdown-container .product-countdown-colon {
    font-size: 64px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal; }
    @media screen and (max-width: 767px) {
      .product-detail-deluxe .product-countdown-container #product-countdown-days, .product-detail-deluxe .product-countdown-container #product-countdown-hours, .product-detail-deluxe .product-countdown-container #product-countdown-minutes, .product-detail-deluxe .product-countdown-container #product-countdown-seconds, .product-detail-deluxe .product-countdown-container .product-countdown-colon {
        font-size: 48px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal; } }
.cc-recently-viewed.cards-container.deluxe {
  margin-top: 38px;
  margin-bottom: 60px; }
  .cc-recently-viewed.cards-container.deluxe h3.subcategory-title {
    font-size: 24px;
    font-weight: 900; }
    @media screen and (min-width: 768px) and (max-width: 1280px) {
      .cc-recently-viewed.cards-container.deluxe h3.subcategory-title {
        padding-left: 16px;
        padding-right: 16px; } }
  @media screen and (max-width: 767px) {
    .cc-recently-viewed.cards-container.deluxe h3.subcategory-title {
      padding-left: 0; }
    .cc-recently-viewed.cards-container.deluxe .cc-product-container.first {
      margin-left: 0; } }
  .cc-recently-viewed.cards-container.deluxe .cc-recently-viewed-product {
    height: 397px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .cc-recently-viewed.cards-container.deluxe .cc-recently-viewed-product {
        padding-left: 6px; } }
    @media screen and (min-width: 1024px) and (max-width: 1280px) {
      .cc-recently-viewed.cards-container.deluxe .cc-recently-viewed-product {
        padding-left: 16px; } }
    .cc-recently-viewed.cards-container.deluxe .cc-recently-viewed-product .cc-product-image-container {
      height: 188px; }
    @media screen and (max-width: 767px) {
      .cc-recently-viewed.cards-container.deluxe .cc-recently-viewed-product .co-product-card.small-card .cc-product-container, .cc-recently-viewed.cards-container.deluxe .cc-recently-viewed-product .co-product-card.small-card .cc-product {
        width: 284px; } }
.promo-color--btn {
  background-color: #ff7901;
  border: 1px solid #ff7901; }

.promo-color, .promo-color:hover, .promo-color:focus {
  color: #ff7901; }

.gray-bg {
  background-color: #fafafa; }

.airmiles-price {
  min-width: 157px;
  position: absolute;
  background-color: #ff7901; }
  .airmiles-price.deluxe {
    top: 39px;
    left: 88px; }
    @media screen and (max-width: 767px) {
      .airmiles-price.deluxe {
        top: 18px;
        left: 12px;
        min-width: 134px; } }
  .airmiles-price .air-miles_mlarge-logo {
    width: 38px;
    height: 38px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%); }
  .airmiles-price .product-price-detail {
    color: #ffffff;
    padding: 8px 10px;
    background-color: #ff7901;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .airmiles-price .product-price-detail {
        padding-left: 8px;
        padding-right: 8px; } }
    .airmiles-price .product-price-detail .price-detail.price-detail--was {
      margin-right: 5px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      position: relative; }
      .airmiles-price .product-price-detail .price-detail.price-detail--was:before {
        position: absolute;
        content: "";
        left: -2px;
        top: 46%;
        right: 2px;
        border-top: 2px solid;
        border-color: inherit;
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
        transform: rotate(-20deg); }
      .airmiles-price .product-price-detail .price-detail.price-detail--was .price-detail__integer {
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          .airmiles-price .product-price-detail .price-detail.price-detail--was .price-detail__integer {
            font-size: 22px; } }
      .airmiles-price .product-price-detail .price-detail.price-detail--was .price-detail__dot {
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          .airmiles-price .product-price-detail .price-detail.price-detail--was .price-detail__dot {
            font-size: 22px; } }
      .airmiles-price .product-price-detail .price-detail.price-detail--was .price-detail__fractional {
        font-size: 11px;
        position: relative;
        top: -9px;
        right: 5px; }
        @media screen and (max-width: 767px) {
          .airmiles-price .product-price-detail .price-detail.price-detail--was .price-detail__fractional {
            top: -8px; } }
    .airmiles-price .product-price-detail .price-detail.price-detail--discount {
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      margin-right: -7px; }
      .airmiles-price .product-price-detail .price-detail.price-detail--discount .price-detail__integer {
        font-size: 34px; }
        @media screen and (max-width: 767px) {
          .airmiles-price .product-price-detail .price-detail.price-detail--discount .price-detail__integer {
            font-size: 26px; } }
      .airmiles-price .product-price-detail .price-detail.price-detail--discount .price-detail__dot {
        font-size: 34px;
        padding: 0;
        display: inline-block; }
        @media screen and (max-width: 767px) {
          .airmiles-price .product-price-detail .price-detail.price-detail--discount .price-detail__dot {
            font-size: 26px; } }
      .airmiles-price .product-price-detail .price-detail.price-detail--discount .price-detail__fractional {
        font-size: 20px;
        position: relative;
        top: -9px;
        right: 11px; }
        @media screen and (max-width: 767px) {
          .airmiles-price .product-price-detail .price-detail.price-detail--discount .price-detail__fractional {
            font-size: 14px; } }
      .airmiles-price .product-price-detail .price-detail.price-detail--discount .price-detail__asterisk {
        position: relative;
        font-size: 11px;
        top: -15px;
        left: -14px; }
  .airmiles-price .product-price-detail.product-price-detail--airmiles {
    color: #ffffff;
    background-color: #006ab8;
    flex-direction: column;
    padding-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .airmiles-price .product-price-detail.product-price-detail--airmiles {
        height: 61px; } }
    .airmiles-price .product-price-detail.product-price-detail--airmiles .price-detail.price-detail--airmiles-count {
      font-size: 14px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal; }
    .airmiles-price .product-price-detail.product-price-detail--airmiles .price-detail.price-detail--airmiles-price {
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal; }
      .airmiles-price .product-price-detail.product-price-detail--airmiles .price-detail.price-detail--airmiles-price .price-detail__integer, .airmiles-price .product-price-detail.product-price-detail--airmiles .price-detail.price-detail--airmiles-price .price-detail__dot {
        font-weight: bold;
        font-size: 48px; }
        @media screen and (max-width: 767px) {
          .airmiles-price .product-price-detail.product-price-detail--airmiles .price-detail.price-detail--airmiles-price .price-detail__integer, .airmiles-price .product-price-detail.product-price-detail--airmiles .price-detail.price-detail--airmiles-price .price-detail__dot {
            font-size: 35px; } }
      .airmiles-price .product-price-detail.product-price-detail--airmiles .price-detail.price-detail--airmiles-price .price-detail__fractional {
        font-weight: bold;
        font-size: 27px;
        position: relative;
        top: -15px;
        right: 9px;
        margin-right: -7px; }
        @media screen and (max-width: 767px) {
          .airmiles-price .product-price-detail.product-price-detail--airmiles .price-detail.price-detail--airmiles-price .price-detail__fractional {
            font-size: 20px;
            top: -12px;
            right: 7px; } }
  .airmiles-price .price-detail.promo-color {
    background-color: #ff7901; }
  .airmiles-price .price-detail.airmiles-color {
    background-color: #006ab8; }
  .airmiles-price .airmiles-discount {
    padding: 9px; }
  .airmiles-price.small {
    top: 10px;
    left: 10px;
    min-width: max-content; }
    .airmiles-price.small .air-miles_mlarge-logo {
      width: 26px;
      height: 26px; }
    .airmiles-price.small .product-price-detail {
      padding: 5px 7px 0 7px; }
      .airmiles-price.small .product-price-detail .price-detail.price-detail--was .price-detail__integer, .airmiles-price.small .product-price-detail .price-detail.price-detail--was .price-detail__dot {
        font-size: 12px; }
      .airmiles-price.small .product-price-detail .price-detail.price-detail--was .price-detail__fractional {
        font-size: 8px;
        top: -7px;
        right: 3px; }
      .airmiles-price.small .product-price-detail .price-detail.price-detail--discount .price-detail__integer, .airmiles-price.small .product-price-detail .price-detail.price-detail--discount .price-detail__dot {
        font-size: 18px; }
      .airmiles-price.small .product-price-detail .price-detail.price-detail--discount .price-detail__fractional {
        font-size: 11px;
        top: -5px;
        right: 7px; }
    @media screen and (max-width: 767px) {
      .airmiles-price.small .product-price-detail.product-price-detail--airmiles {
        padding-bottom: 0; } }
    .airmiles-price.small .product-price-detail.product-price-detail--airmiles .price-detail.price-detail--airmiles-count {
      font-size: 10px; }
    .airmiles-price.small .product-price-detail.product-price-detail--airmiles .price-detail.price-detail--airmiles-price .price-detail__integer, .airmiles-price.small .product-price-detail.product-price-detail--airmiles .price-detail.price-detail--airmiles-price .price-detail__dot {
      font-size: 25px; }
      @media screen and (max-width: 767px) {
        .airmiles-price.small .product-price-detail.product-price-detail--airmiles .price-detail.price-detail--airmiles-price .price-detail__integer, .airmiles-price.small .product-price-detail.product-price-detail--airmiles .price-detail.price-detail--airmiles-price .price-detail__dot {
          font-size: 28px; } }
    .airmiles-price.small .product-price-detail.product-price-detail--airmiles .price-detail.price-detail--airmiles-price .price-detail__fractional {
      font-size: 13px;
      top: -9px;
      right: 3px; }
      @media screen and (max-width: 767px) {
        .airmiles-price.small .product-price-detail.product-price-detail--airmiles .price-detail.price-detail--airmiles-price .price-detail__fractional {
          font-size: 16px;
          top: -8px;
          right: 4px; } }
.voucher_required_msg {
  text-align: center;
  margin-top: 15px;
  color: #3b9fe2; }
  .voucher_required_msg.promo-color {
    color: #ff7901; }
  .voucher_required_msg.deluxe {
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translate(-50%, -50%);
    max-width: 350px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #ffffff; }
  .voucher_required_msg.detail {
    text-align: left;
    color: #ea3d3d; }

.ah-modal {
  max-width: 600px;
  padding: 0; }
  @media screen and (min-width: 1024px) {
    .ah-modal {
      min-width: 600px; } }
.ah-air-miles-modal {
  font-size: 14px;
  padding: 21px;
  max-width: 700px; }
  @media screen and (min-width: 480px) {
    .ah-air-miles-modal .ah-air-miles__logo {
      background: url("https://s.s-bol.com/nl/static/images/content/airmiles_logo.jpg") no-repeat;
      padding: 0 0 14px 84px;
      min-height: 84px; } }
  .ah-air-miles-modal .ah-air-miles__logo h2 {
    font-size: 19px;
    font-weight: 400; }
  .ah-air-miles-modal .step-indicator__steps.is-active, .ah-air-miles-modal .step-indicator__steps.is-processed {
    color: #fff;
    background-color: #36c; }
  .ah-air-miles-modal .one-third {
    width: 33.3333%; }
  .ah-air-miles-modal .step-indicator {
    overflow: hidden;
    padding: 0;
    list-style: none;
    list-style-position: inside;
    font-size: .85714em;
    color: #62615f;
    border-radius: .5em;
    background-color: #f6f3ed;
    box-sizing: border-box; }
  .ah-air-miles-modal .step-indicator__steps {
    float: left;
    text-align: center;
    padding: .7em 0;
    position: relative;
    box-sizing: border-box; }
  .ah-air-miles-modal .step-indicator__steps.is-active:after, .ah-air-miles-modal .step-indicator__steps.is-active:before, .ah-air-miles-modal .step-indicator__steps.is-processed:after, .ah-air-miles-modal .step-indicator__steps.is-processed:before {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    content: '';
    border-width: 1.55em 0 1.55em 1.55em;
    border-style: solid;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  .ah-air-miles-modal .step-indicator:after, .ah-air-miles-modal .step-indicator:before, .ah-air-miles-modal .step-indicator__steps:after, .ah-air-miles-modal .step-indicator__steps:before {
    box-sizing: border-box; }
  @media screen and (min-width: 48em) {
    .ah-air-miles-modal .step-indicator__steps {
      padding: .75em; } }
  @media screen and (min-width: 48em) {
    .ah-air-miles-modal .step-indicator {
      list-style-type: decimal;
      font-size: 1em; } }
  .ah-air-miles-modal .step-indicator__steps.is-active:after, .ah-air-miles-modal .step-indicator__steps.is-processed:after {
    left: 90%; }
    @media screen and (min-width: 30em) {
      .ah-air-miles-modal .step-indicator__steps.is-active:after, .ah-air-miles-modal .step-indicator__steps.is-processed:after {
        border-color: #f6f3ed #f6f3ed #f6f3ed #36c;
        left: 95%; } }
  .ah-air-miles-modal .step-indicator__steps.is-active:before, .ah-air-miles-modal .step-indicator__steps.is-processed:before {
    right: 90%;
    border-color: #36c #36c #36c #f6f3ed; }
    @media screen and (min-width: 30em) {
      .ah-air-miles-modal .step-indicator__steps.is-active:before, .ah-air-miles-modal .step-indicator__steps.is-processed:before {
        right: 95%; } }
  .ah-air-miles-modal .step-indicator__steps.is-active:first-child:before, .ah-air-miles-modal .step-indicator__steps.is-processed:first-child:before {
    border-color: #36c; }
  .ah-air-miles-modal .step-indicator__steps.is-active:last-child:after, .ah-air-miles-modal .step-indicator__steps.is-processed:last-child:after {
    border-color: #36c; }
  .ah-air-miles-modal .text-input {
    box-sizing: border-box;
    width: 100%;
    height: 2.5em;
    margin: 0;
    padding: .5em;
    transition: all .25s;
    border-width: 1px;
    border-style: solid;
    border-color: #c3c1bc;
    border-radius: .25em;
    background-color: #fff;
    -webkit-appearance: none; }
  @media screen and (min-width: 48em) {
    .ah-air-miles-modal .text-input--medium {
      width: 15.25em; } }
  @media screen and (max-width: 30em) {
    .ah-air-miles-modal .small--is-visible {
      display: none !important; } }
  .ah-air-miles-modal .button-color-blue--am {
    color: #fff;
    background: #36c; }
    @media screen and (max-width: 30em) {
      .ah-air-miles-modal .button-color-blue--am {
        width: 100%;
        text-align: center; } }
  .ah-air-miles-modal .link-list {
    color: #36c; }
  .ah-air-miles-modal a {
    color: #36c;
    text-decoration: none; }
  .ah-air-miles-modal a:hover {
    text-decoration: underline; }
  .ah-air-miles-modal .ah-air-miles__details {
    color: #62615f;
    font-size: 12px; }
  .ah-air-miles-modal .ah-air-miles__divider {
    height: 1px;
    background: #c3c1bc;
    margin: 20px 0; }
  .ah-air-miles-modal .air-miles-info {
    width: 100%; }
    .ah-air-miles-modal .air-miles-info tr td {
      color: #62615f; }
    .ah-air-miles-modal .air-miles-info tr td:first-child {
      color: #73C27E; }
  .ah-air-miles-modal .air-miles-table-summary {
    width: 100%; }
    .ah-air-miles-modal .air-miles-table-summary th {
      font-weight: bold; }
    .ah-air-miles-modal .air-miles-table-summary th:not(:first-of-type), .ah-air-miles-modal .air-miles-table-summary td:not(:first-of-type) {
      padding: 5px 10px; }
    .ah-air-miles-modal .air-miles-table-summary th, .ah-air-miles-modal .air-miles-table-summary td {
      border-bottom: 1px solid #c3c1bc; }
  @media screen and (max-width: 767px) {
    .ah-air-miles-modal .ah-air-miles-slider-info {
      text-align: center; } }
  .ah-air-miles-modal #ah-air-miles-number {
    display: inline-block;
    width: 40px;
    vertical-align: middle; }
  .ah-air-miles-modal #ah-air-miles-worth {
    width: 30%; }
  .ah-air-miles-modal .ah-air-miles__loading {
    min-height: 200px;
    text-align: center;
    vertical-align: middle; }
  .ah-air-miles-modal .ah-air-miles_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .ah-air-miles-modal .ah-air-miles__product-row .columns {
    min-height: 70px;
    overflow: hidden; }
    @media screen and (max-width: 400px) {
      .ah-air-miles-modal .ah-air-miles__product-row .columns {
        height: 100px; } }
  .ah-air-miles-modal .ah-air-miles__product-row h3 {
    font-size: 16px; }
  .ah-air-miles-modal .product-controls__item--quantity-input.no-border, .ah-air-miles-modal .no-border.modal-product-controls__item--quantity-input {
    border: 0; }

.static-page {
  border: 1px solid #d9d5d0; }
  .static-page .header {
    position: relative;
    color: #fff; }
    .static-page .header::after {
      content: "";
      display: table;
      clear: both; }
    .static-page .header .image {
      display: flex;
      align-items: flex-end;
      height: 100%;
      background: no-repeat center;
      padding: 24px; }
  .static-page .ah-category-image-title {
    color: #fff; }
  .static-page .content {
    padding: 24px;
    background-color: #fff; }
    .static-page .content > * {
      padding: .5em 0; }
    .static-page .content .custom-images {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .static-page .content .custom-images {
          flex-direction: column;
          -ms-flex-direction: column;
          -webkit-flex-direction: column; } }
      @media screen and (min-width: 768px) {
        .static-page .content .custom-images {
          justify-content: space-between;
          -webkit-justify-content: space-between; }
          .static-page .content .custom-images .custom-image-container {
            max-width: 33.3%; } }
      .static-page .content .custom-images img {
        max-width: 100%; }
  .static-page ul, .static-page ol {
    margin-left: 2em; }
  .static-page ul {
    list-style: disc; }
  .static-page ol {
    list-style: decimal; }
  .static-page em {
    font-style: italic; }
  .static-page h1 {
    font-size: 3em; }
  .static-page h2 {
    font-size: 1.5em; }
  @media only screen and (max-width: 767px) {
    .static-page h1 {
      font-size: 2em; }
    .static-page h2 {
      font-size: 1.25em; } }
  .static-page p::after, .static-page h1::after, .static-page h2::after {
    content: "";
    display: inline-block; }
  .static-page h1.christmas-campaign {
    color: #005555; }

@font-face {
  font-family: DINNextLTPro;
  src: url("/static/ui/campaign/ok/fonts/DINNextLTPro-HeavyCondensed.otf?52adc77ad241"); }

@font-face {
  font-family: Glober;
  src: url("/static/ui/campaign/ok/fonts/Fontfabric - GloberRegular.otf?159ddfd82111"); }

body.campaign-page {
  background: url("/static/ui/campaign/ok/img/ok-background-small.png?e507a9864674") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.ok-banner {
  position: relative; }
  .ok-banner .ok-banner-image {
    width: 100%;
    height: 300px; }
  .ok-banner .ok-banner-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: center;
    /* Safari 7.0+ */ }
    .ok-banner .ok-banner-info .ok-banner-info__title {
      font-size: 40px !important;
      font-weight: bold;
      text-transform: uppercase;
      margin-right: 60px; }
      @media only screen and (max-width: 767px) {
        .ok-banner .ok-banner-info .ok-banner-info__title {
          font-size: 30px !important; } }
      @media only screen and (max-width: 400px) {
        .ok-banner .ok-banner-info .ok-banner-info__title {
          font-size: 25px !important; } }
    .ok-banner .ok-banner-info .green {
      color: #61D289; }
    .ok-banner .ok-banner-info .ok-banner-info__details {
      font-size: 25px;
      line-height: 1.5;
      font-weight: 100; }
      .ok-banner .ok-banner-info .ok-banner-info__details ul {
        list-style: circle url("/static/ui/campaign/ok/img/ok-arrow-right.png?dc906f7b2bc6"); }
        .ok-banner .ok-banner-info .ok-banner-info__details ul li {
          padding-left: 15px; }
      @media only screen and (max-width: 767px) {
        .ok-banner .ok-banner-info .ok-banner-info__details {
          font-size: 20px; } }
      @media only screen and (max-width: 400px) {
        .ok-banner .ok-banner-info .ok-banner-info__details {
          font-size: 15px; } }
    .ok-banner .ok-banner-info .btn-ok {
      background-color: #61D289;
      color: white;
      padding: 3px 20px;
      min-height: 37px; }
      @media only screen and (max-width: 600px) {
        .ok-banner .ok-banner-info .btn-ok {
          font-size: 12px; } }
.ok-info {
  padding: 5px 40px;
  background-color: #65ACE7;
  font-size: 20px;
  color: #ffffff; }

.ok-divider {
  height: 20px;
  background-color: #61D289; }
  @media screen and (min-width: 1270px) {
    .ok-divider {
      margin-top: 60px; } }
.ok-text {
  color: #fff;
  font-family: Glober;
  font-size: 18px;
  min-height: 700px;
  padding-top: 6%;
  padding-left: 10%;
  padding-right: 10%; }
  @media screen and (max-width: 500px) {
    .ok-text {
      padding: 10%; } }
  .ok-text h4 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 35px; }
  .ok-text div {
    font-weight: normal; }
  .ok-text .ok-text_img-right {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 30%; }
    .ok-text .ok-text_img-right img {
      width: 100%;
      height: auto; }
  .ok-text .ok-text_img-left {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 30%; }
    .ok-text .ok-text_img-left img {
      width: 100%;
      height: auto; }
  .ok-text .ok-text_logo {
    text-align: center;
    margin-bottom: 50px; }
  .ok-text .ok-text_info {
    margin-bottom: 20px; }
    .ok-text .ok-text_info.m-b {
      margin-bottom: 200px; }
  .ok-text .ok-text_details {
    padding-left: 30px;
    margin-bottom: 20px; }
    .ok-text .ok-text_details .flex-center {
      display: flex;
      align-items: center;
      display: -webkit-flex;
      /* Safari */
      -webkit-align-items: center;
      /* Safari 7.0+ */ }
    .ok-text .ok-text_details .m-r {
      margin-right: 25px; }
  .ok-text .ok-text_btn-upgrade {
    padding-left: 70px;
    margin-bottom: 30px; }
    .ok-text .ok-text_btn-upgrade img {
      max-width: 100%; }
  .ok-text .ok-text_playstore {
    padding-left: 80px;
    margin-bottom: 30px; }
    .ok-text .ok-text_playstore img {
      max-width: 49%; }
    .ok-text .ok-text_playstore .apple-logo {
      width: 130px;
      margin-right: 10px; }
    .ok-text .ok-text_playstore .google-play-logo {
      width: 135px; }
  .ok-text .ok-text_btn-upgrade img {
    cursor: pointer; }
  .ok-text .ok-text_footer {
    text-align: center;
    margin-bottom: 30px; }
    .ok-text .ok-text_footer img:not(:last-of-type) {
      max-width: 100%;
      margin-right: 20px; }
      @media screen and (min-width: 1200px) {
        .ok-text .ok-text_footer img:not(:last-of-type) {
          margin-right: 40px; } }
#qrCode {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%); }

.campaigns-loading {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 64px;
  height: 64px; }

.ok-navigation {
  height: 60px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #564337;
  z-index: 99999 !important;
  width: 100%; }
  .ok-navigation .ok-ah-logo {
    padding: 5px 6px; }
  .ok-navigation .ok-ah-logo__img {
    width: 32.5px;
    height: 32.5px; }
  .ok-navigation a.ok-navigation-link {
    color: #e8e4df;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    padding: 8px;
    height: 100%; }
  .ok-navigation a.ok-navigation-link:hover {
    color: #fff !important; }

.campaigns-product-title {
  padding: 5px; }

.ok-result {
  font-family: Glober; }
  .ok-result h4 {
    font-family: DINNextLTPro;
    font-size: 40px;
    line-height: 35px; }
  .ok-result p, .ok-result ul {
    margin-bottom: 30px;
    line-height: 22px;
    font-size: 18px; }
  .ok-result ul {
    padding-left: 20px;
    list-style: disc;
    list-style-position: outside;
    line-height: 26px; }
  .ok-result .green {
    color: #61D289; }
  .ok-result .content {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    min-height: 700px; }

.custom-category .canvas-page {
  background-color: #fff; }

.custom-category .vertical-middle {
  vertical-align: middle; }

.custom-category .inline-block {
  display: inline-block; }

.custom-category.navigation {
  background-color: #fff;
  border-bottom: 1px solid; }
  .custom-category.navigation .navigation-section__link, .custom-category.navigation .navigation-section__title {
    color: #303030; }
  .custom-category.navigation .navigation-section--home .navigation-section__link {
    padding: 0; }
  .custom-category.navigation .navigation-section__link:hover, .custom-category.navigation .navigation-section__title:hover {
    color: #808080; }

.custom-category .navigation__scroll-container {
  background-color: #fff;
  color: #303030; }

.custom-category .icon--shoppinglist::before {
  color: #3b9fe2; }

.custom-category .navigation-section--secondary {
  color: #303030;
  margin-right: 30px; }

@media only screen and (max-width: 767px) {
  .custom-category .navigation-section--common .navigation-section__list {
    background-color: #fff; } }

@media screen and (min-width: 768px) {
  .custom-category .cc-link {
    margin: 0 8px; } }

@media only screen and (max-width: 9999px) and (min-width: 768px) {
  .custom-category .navigation-section--search {
    position: absolute;
    right: 62px;
    left: auto; } }

@media only screen and (max-width: 9999px) {
  .custom-category.has-open__navigation--search .navigation-section--search {
    left: 0; } }

@media only screen and (max-width: 767px) {
  .custom-category .navigation-section--search {
    display: none; } }

.has-open__navigation--secondary.navigation * {
  overflow: visible; }

.custom-category--header-bg {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .custom-category--header-bg .hero {
      max-height: 180px; } }
.custom-category--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.custom-category--subcategories {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff; }
  .custom-category--subcategories a {
    text-decoration: none;
    color: inherit; }
  .custom-category--subcategories .custom-category--subcategories__link {
    padding: 5px 0; }
    .custom-category--subcategories .custom-category--subcategories__link:hover, .custom-category--subcategories .custom-category--subcategories__link.active {
      background-color: #B2E7CB; }

.custom-category--subcategories-item {
  width: 130px;
  text-align: center; }
  @media screen and (max-width: 1400px) {
    .custom-category--subcategories-item {
      width: 120px; } }
  @media screen and (min-width: 1250px) and (max-width: 1299px) {
    .custom-category--subcategories-item {
      width: 115px; } }
  @media screen and (max-width: 991px) {
    .custom-category--subcategories-item {
      width: 105px; } }
  @media screen and (max-width: 900px) {
    .custom-category--subcategories-item {
      width: 100px; } }
  @media screen and (max-width: 799px) {
    .custom-category--subcategories-item {
      width: 95px; } }
  .custom-category--subcategories-item .ah-category-icon {
    margin-right: 0;
    width: 60px;
    height: 60px;
    color: #C0BFBA; }
    .custom-category--subcategories-item .ah-category-icon path {
      fill: #7f7f7f !important; }
  .custom-category--subcategories-item .subcategory-icon {
    min-height: 45px;
    margin-bottom: 0; }
  .custom-category--subcategories-item .subcategory-title {
    font-weight: bold;
    overflow: hidden; }
  .custom-category--subcategories-item .subcategory-details {
    color: #808080;
    font-size: 12px;
    min-height: 15px; }
  @media screen and (max-width: 767px) {
    .custom-category--subcategories-item {
      margin-right: 0; } }
a.custom-category--subcategories-item {
  margin: 0;
  border-radius: 0; }

.dropdown-content a.custom-category--subcategories-item:hover {
  background-color: #B2E7CB; }

.cc-more-categories-label {
  position: absolute;
  right: 20px;
  top: 35%; }

.custom-category--h1 {
  margin: auto; }
  @media screen and (max-width: 1539px) {
    .custom-category--h1 .heading--1 {
      display: none; } }
  @media screen and (min-width: 1250px) {
    .custom-category--h1 .heading--1 {
      font-size: 38px; } }
  .custom-category--h1.h1-with-image {
    position: absolute;
    left: 24px;
    bottom: 24px; }

.custom-category--filters {
  background-color: #fff;
  border: none;
  padding: 10px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (min-width: 1664px) {
    .custom-category--filters {
      padding-left: 175px;
      padding-right: 175px; } }
  @media screen and (max-width: 1023px) {
    .custom-category--filters {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .custom-category--filters .cc-filters {
    margin-top: 15px; }
  .custom-category--filters .cc-search-container {
    position: relative; }
  .custom-category--filters .cc-search-input {
    padding: 10px 15px 10px 40px;
    border-radius: 4px;
    border: 1px solid #E9E6E5;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    width: 290px; }
    @media screen and (max-width: 767px) {
      .custom-category--filters .cc-search-input {
        width: 245px; } }
  .custom-category--filters .cc-search-label {
    position: absolute;
    cursor: pointer;
    top: 9px;
    left: 12px; }
    .custom-category--filters .cc-search-label::before {
      width: 22px;
      text-align: center;
      color: #bbb4af; }
  .custom-category--filters .cc-search-btn {
    background-color: #3A9EE3;
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 10px; }
    @media screen and (min-width: 425px) {
      .custom-category--filters .cc-search-btn {
        margin-left: 14px; } }
  .custom-category--filters .cc--filter-title {
    margin-bottom: 10px; }
  .custom-category--filters .cc--filters-details {
    font-size: 14px; }
  .custom-category--filters .cc--filters-divider {
    margin-top: 15px;
    padding-top: 1px;
    background-color: #E9E6E5; }

.cc-chevron-down {
  display: inline-block;
  margin-left: 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.cc-chevron-up {
  display: inline-block;
  margin-right: 10px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.cc-chevron-left {
  display: inline-block;
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.cc-icon-chevron-circle {
  color: inherit; }

.custom-category--products, .custom-category--important-categories {
  padding: 0 30px 30px 30px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1340px; }
  @media screen and (max-width: 767px) {
    .custom-category--products, .custom-category--important-categories {
      padding: 0 16px 30px 16px; } }
  .custom-category--products a.cc-product-content, .custom-category--important-categories a.cc-product-content {
    color: inherit; }
  @media screen and (min-width: 1664px) {
    .custom-category--products, .custom-category--important-categories {
      padding-left: 45px;
      padding-right: 45px; } }
  .custom-category--products .cc-product-container, .custom-category--important-categories .cc-product-container {
    height: 490px;
    padding: 0 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .custom-category--products .cc-product-container, .custom-category--important-categories .cc-product-container {
        padding: 0; } }
    @media screen and (max-width: 1023px) {
      .custom-category--products .cc-product-container, .custom-category--important-categories .cc-product-container {
        height: 475px; } }
    .custom-category--products .cc-product-container .cc-product, .custom-category--important-categories .cc-product-container .cc-product {
      border: 1px solid #E9E6E5;
      overflow: hidden;
      height: 100%;
      position: relative; }
    .custom-category--products .cc-product-container .cc-product-data, .custom-category--important-categories .cc-product-container .cc-product-data {
      padding: 10px 15px 20px 15px;
      margin-bottom: 10px; }
    .custom-category--products .cc-product-container .cc-product-action-title, .custom-category--important-categories .cc-product-container .cc-product-action-title {
      position: absolute;
      bottom: 20px;
      left: 15px; }
  .custom-category--products .cc-product:hover, .custom-category--important-categories .cc-product:hover {
    box-shadow: 0 0 25px #eff1f1, 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .custom-category--products .cc-product-image-container, .custom-category--important-categories .cc-product-image-container {
    width: 100%;
    height: 250px;
    position: relative;
    text-align: center;
    margin-bottom: 10px; }
    .custom-category--products .cc-product-image-container .discount-block, .custom-category--important-categories .cc-product-image-container .discount-block {
      left: 15px;
      bottom: 15px; }
    .custom-category--products .cc-product-image-container .discount-block__label, .custom-category--important-categories .cc-product-image-container .discount-block__label {
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .custom-category--products .cc-product-image-container .discount-block__label, .custom-category--important-categories .cc-product-image-container .discount-block__label {
          font-size: 15px; } }
  .custom-category--products .cc-product-image, .custom-category--important-categories .cc-product-image {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .custom-category--products .cc-product-info div, .custom-category--important-categories .cc-product-info div {
    color: #37BDDF; }
  @media screen and (max-width: 399px) {
    .custom-category--products .cc-product-info, .custom-category--important-categories .cc-product-info {
      max-width: 158px; } }
  @media screen and (max-width: 350px) {
    .custom-category--products .cc-product-info, .custom-category--important-categories .cc-product-info {
      max-width: 120px; } }
  .custom-category--products .cc-product-title, .custom-category--important-categories .cc-product-title {
    margin-bottom: 10px;
    max-height: 110px; }
    @media screen and (max-width: 349px) {
      .custom-category--products .cc-product-title, .custom-category--important-categories .cc-product-title {
        max-height: 75px; } }
  .custom-category--products .cc-product-details, .custom-category--important-categories .cc-product-details {
    color: #808080;
    height: 58px;
    overflow: hidden;
    margin-bottom: 15px; }
    @media screen and (max-width: 420px) {
      .custom-category--products .cc-product-details, .custom-category--important-categories .cc-product-details {
        height: 36px; } }
    @media screen and (max-width: 1023px) {
      .custom-category--products .cc-product-details, .custom-category--important-categories .cc-product-details {
        position: relative;
        top: 15px;
        font-size: 12px; } }
  .custom-category--products .cc-product-price, .custom-category--important-categories .cc-product-price {
    min-width: 120px;
    margin-left: 20px;
    text-align: right; }
    .custom-category--products .cc-product-price .price, .custom-category--important-categories .cc-product-price .price {
      font-size: inherit; }
      @media screen and (min-width: 400px) {
        .custom-category--products .cc-product-price .price, .custom-category--important-categories .cc-product-price .price {
          font-weight: normal; } }
    @media screen and (max-width: 375px) {
      .custom-category--products .cc-product-price, .custom-category--important-categories .cc-product-price {
        margin-left: 10px; } }
    @media screen and (max-width: 425px) {
      .custom-category--products .cc-product-price, .custom-category--important-categories .cc-product-price {
        min-width: 105px; } }
    @media screen and (max-width: 399px) {
      .custom-category--products .cc-product-price .price__fractional, .custom-category--important-categories .cc-product-price .price__fractional {
        margin-left: -5px; } }
    @media screen and (min-width: 768px) {
      .custom-category--products .cc-product-price .price__integer, .custom-category--important-categories .cc-product-price .price__integer {
        font-size: 30px; }
      .custom-category--products .cc-product-price .price__fractional, .custom-category--important-categories .cc-product-price .price__fractional {
        font-size: 18px; } }
    .custom-category--products .cc-product-price .discount-block, .custom-category--important-categories .cc-product-price .discount-block {
      position: relative; }
    .custom-category--products .cc-product-price .discount-block__label, .custom-category--important-categories .cc-product-price .discount-block__label {
      color: #ff7900;
      background-color: #fff;
      border: none; }

.cc-toon-kaart-btn-container {
  background-color: #fff;
  margin: 0 14px 10px auto;
  font-size: 14px;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    .cc-toon-kaart-btn-container {
      margin: 0; } }
.cc-toon-kaart-btn {
  border-radius: 40px;
  border: 1px solid;
  padding: 10px 15px; }

/* Filters Dropdown */
.dropbtn {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #E9E6E5;
  font-size: 14px;
  font-weight: 400; }

.dropdown {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  z-index: 30; }
  .dropdown.custom-category--subcategories__link {
    margin-bottom: 0; }
    .dropdown.custom-category--subcategories__link .dropdown-content .custom-category--subcategories-item {
      width: 100%; }
  .dropdown.user-name {
    margin-bottom: 0;
    display: flex;
    z-index: initial; }
    .dropdown.user-name .dropdown-toggle {
      text-overflow: ellipsis;
      max-width: 162px;
      min-width: 72px;
      overflow: hidden;
      padding: 0 24px 0 8px;
      margin-right: 32px;
      cursor: pointer; }
      .dropdown.user-name .dropdown-toggle::after {
        display: inline-block;
        content: "\f114";
        vertical-align: baseline;
        font-family: ah-online-icons;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-left: 10px;
        line-height: normal;
        transition: transform 0.1s; }
    .dropdown.user-name .dropdown-content {
      top: 46px;
      display: none;
      height: 0;
      transition: height 0.1s; }
      .dropdown.user-name .dropdown-content:after {
        content: "";
        position: absolute;
        top: -7px;
        left: 10%;
        height: 16px;
        width: 16px;
        border-left: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
        background-color: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: opacity,top 0s ease;
        transition: opacity,top 0s ease; }
      .dropdown.user-name .dropdown-content .dropdown__list {
        list-style: none;
        width: 280px;
        padding-bottom: 24px;
        margin: 0; }
        .dropdown.user-name .dropdown-content .dropdown__list .dropdown__item {
          margin: 0 24px;
          list-style: none;
          line-height: 32px;
          cursor: pointer;
          position: relative;
          font-weight: 200;
          font-size: 16px; }
          .dropdown.user-name .dropdown-content .dropdown__list .dropdown__item:first-child {
            margin-top: 24px; }
          .dropdown.user-name .dropdown-content .dropdown__list .dropdown__item .link {
            margin-left: 36px; }
      .dropdown.user-name .dropdown-content a {
        background-color: white; }
    .dropdown.user-name:hover .dropdown-content {
      display: none; }
    .dropdown.user-name.dropdown-open .dropdown-toggle::after {
      -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      transform: rotate(270deg); }
    .dropdown.user-name.dropdown-open .dropdown-content {
      display: block;
      height: auto; }

.dropdown-content, .dropdown-content-price, .dropdown-content-sort, .dropdown-content-attributes {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 180px;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1; }

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block; }
  .dropdown-content a.active {
    background-color: #E9E6E5; }

.dropdown-content a:hover {
  background-color: #ddd; }

.dropdown:hover .dropdown-content {
  display: block; }

.dropdown:hover .dropbtn {
  box-shadow: inset 0 0 25px #eff1f1, inset 0 0 0 1px rgba(0, 0, 0, 0.1); }

/* End dropdown */
.custom-category-sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  padding: 0 30px 10px; }
  @media screen and (min-width: 1664px) {
    .custom-category-sort {
      padding-left: 175px;
      padding-right: 175px; } }
#cc-map-container {
  height: 500px;
  margin-bottom: 10px; }

.cc-location-custom-filter {
  padding: 12px 16px; }

.cc-location-custom-filter__input {
  border: 1px solid #E9E6E5;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  width: 50px;
  padding: 4px; }

.cc-filter-btn {
  background-color: #3A9EE3;
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 14px; }

@media screen and (max-width: 767px) {
  .cc-search-container, #cc-locations-dropdown, #cc-price-dropdown, #cc-persons-btn, #cc-subCat-dropdown {
    margin-bottom: 15px; } }

#cc-locations-dropdown .dropbtn, #cc-price-dropdown .dropbtn, #cc-sort-dropdown .dropbtn, #cc-persons-btn .dropbtn, #cc-subCat-dropdown .dropbtn {
  border-radius: 40px;
  border: 1px solid; }

@media screen and (min-width: 768px) {
  #cc-price-dropdown {
    margin-left: 14px; }
    #cc-price-dropdown .dropdown-content {
      z-index: 5; }
  #cc-sort-dropdown .dropdown-content {
    z-index: 2; } }

#cc-google-locations-input {
  margin-top: 10px;
  border-radius: 4px;
  border: 1px solid #E9E6E5;
  padding: 10px 10px 10px 30px;
  width: 300px; }

#cc-locations-container {
  margin-left: auto;
  position: relative;
  display: none; }
  #cc-locations-container .icon--search {
    position: absolute;
    top: 20px;
    left: 9px; }

#cc-locations__mobile-container {
  display: none;
  position: relative;
  padding-top: 10px; }

#cc-sort-dropdown {
  margin-bottom: 0; }
  @media screen and (max-width: 390px) {
    #cc-sort-dropdown {
      margin-top: 10px; } }
.cc-reset-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #E9E6E5;
  border-bottom: 1px solid #E9E6E5;
  padding-top: 15px;
  margin-top: 10px; }
  .cc-reset-filters .cc-reset-filters-title {
    font-size: 18px;
    color: #808080;
    margin: 0 15px 15px 0; }
    @media screen and (min-width: 1024px) {
      .cc-reset-filters .cc-reset-filters-title {
        margin-left: 15px; } }
  .cc-reset-filters .cc-filter-option {
    border-radius: 40px;
    background-color: #ff7900;
    padding: 10px;
    color: #fff;
    margin-right: 14px;
    margin-bottom: 15px; }
    .cc-reset-filters .cc-filter-option a .ah-online-icon {
      color: #fff; }
      .cc-reset-filters .cc-filter-option a .ah-online-icon::before {
        line-height: inherit;
        font-size: 14px; }
    .cc-reset-filters .cc-filter-option .ah-category-icon {
      margin-right: 5px;
      height: 18px; }
  .cc-reset-filters .cc-filter-option-all {
    border-radius: 40px;
    border: 1px solid #E9E6E5;
    margin-bottom: 15px;
    padding: 10px 15px; }
    .cc-reset-filters .cc-filter-option-all a {
      color: #808080; }
    @media screen and (min-width: 768px) {
      .cc-reset-filters .cc-filter-option-all {
        margin-left: auto; } }
.cc-reset-filters-outings {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 15px;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 15px; }
  .cc-reset-filters-outings span {
    font-weight: normal; }
  .cc-reset-filters-outings a {
    color: #303030; }
    .cc-reset-filters-outings a .ah-online-icon {
      color: #303030; }
      .cc-reset-filters-outings a .ah-online-icon::before {
        line-height: inherit;
        font-size: 14px; }

.cc-product-brand {
  border-radius: 5px;
  border: solid 2px #e8e8e8;
  background-color: #ffffff;
  margin: 20px 5px 20px 5px;
  text-align: center; }
  .cc-product-brand.first {
    margin-left: 0; }
  .cc-product-brand .brand-logo {
    height: 70px;
    width: 148px; }
  .cc-product-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.cc-brands-outings {
  max-width: 1340px;
  align-items: center;
  padding: 0 41px 0 50px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 767px) {
    .cc-brands-outings {
      padding: 0 16px 0 16px; } }
  .cc-brands-outings .brands-list {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */ }
    @media screen and (min-width: 1024px) {
      .cc-brands-outings .brands-list {
        flex-wrap: wrap; } }
  .cc-brands-outings .brands-list::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0; }
  .cc-brands-outings .title {
    font-weight: bold;
    font-size: 16px; }
  .cc-brands-outings a .ah-online-icon {
    color: #303030; }
    .cc-brands-outings a .ah-online-icon::before {
      line-height: inherit;
      font-size: 14px; }

.cc-search-results {
  max-width: 1340px;
  padding: 0 41px 0 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 65px;
  height: 50px;
  font-size: 42px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #303030; }
  @media screen and (max-width: 767px) {
    .cc-search-results {
      padding: 0 16px 0 16px;
      font-size: 24px;
      margin-bottom: 30px; } }
  .cc-search-results .found-results {
    height: 20px;
    font-size: 16px;
    color: #858585;
    margin-top: 12px; }

.cc-recently-viewed {
  max-width: 1240px;
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  margin-left: auto;
  margin-right: auto; }

.cc-map-product {
  display: flex;
  align-items: center;
  height: 70px;
  text-decoration: none;
  color: #808080; }
  .cc-map-product img {
    margin: 5px; }

.mapboxgl-popup-content {
  max-height: 300px;
  overflow-y: auto; }
  .mapboxgl-popup-content .mapboxgl-popup-close-button {
    margin-right: 5px; }
  .mapboxgl-popup-content .cc-map-product img {
    max-width: 60px;
    max-height: 60px; }

@media screen and (max-width: 767px) {
  .custom-category--important-categories a.column {
    padding: 0; } }

.cc-important-category {
  height: 250px;
  position: relative;
  border: 1px solid #E9E6E5;
  border-radius: 10px;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .cc-important-category {
      height: 180px; } }
.cc-important-category-details {
  position: absolute;
  left: 0;
  bottom: 10px;
  font-size: 25px;
  display: flex;
  align-items: center;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .cc-important-category-details {
      font-size: 18px; } }
  .cc-important-category-details .ah-category-icon {
    height: 50px;
    width: 50px;
    margin-right: 5px;
    margin-left: 10px; }
    .cc-important-category-details .ah-category-icon path {
      fill: #fff !important; }
  .cc-important-category-details .icon--chevron-circle {
    margin-left: auto;
    margin-right: 15px; }

.cc-search-input__base {
  padding: 10px 35px 10px 40px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #E9E6E5; }

.cc-search-label__base {
  position: absolute;
  cursor: pointer;
  top: 12px;
  left: 12px; }
  .cc-search-label__base::before {
    width: 22px;
    text-align: center;
    color: #bbb4af; }

.cc-filters--mobile {
  background: #F7F6F4;
  padding: 10px;
  position: sticky;
  position: -webkit-sticky;
  top: 61px;
  z-index: 2; }
  .cc-filters--mobile .btn-filters {
    border-radius: 4px;
    border: 1px solid #E9E6E5;
    background: #fff;
    padding: 10px 15px; }
  @media screen and (max-width: 425px) {
    .cc-filters--mobile .cc-search-input__mobile {
      width: 180px; } }
  .cc-filters--mobile .cc-search-label {
    cursor: pointer;
    position: absolute;
    top: 12px;
    left: 12px; }
    .cc-filters--mobile .cc-search-label::before {
      width: 22px;
      text-align: center;
      color: #bbb4af; }

.cc-filters--overlay {
  position: fixed;
  width: 100%;
  top: 120px;
  height: 100%;
  background-color: #808080;
  z-index: 2;
  overflow: hidden; }
  .cc-filters--overlay .cc-filters--overlay-data {
    background: #F7F6F4;
    width: 95%;
    height: calc(100vh - 181px);
    overflow-y: auto; }
  .cc-filters--overlay .cc-filters--overlay-data__categories .cc-subcategory-item-mobile {
    border-top: 1px solid #E9E6E5;
    position: relative; }
    .cc-filters--overlay .cc-filters--overlay-data__categories .cc-subcategory-item-mobile .cc-subcategory-label {
      padding: 5px 10px;
      display: block;
      cursor: pointer; }
    .cc-filters--overlay .cc-filters--overlay-data__categories .cc-subcategory-item-mobile .cc-subcategory-radio {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translate(-50%, -50%); }
    .cc-filters--overlay .cc-filters--overlay-data__categories .cc-subcategory-item-mobile .ah-category-icon {
      width: 40px;
      height: 40px; }
      .cc-filters--overlay .cc-filters--overlay-data__categories .cc-subcategory-item-mobile .ah-category-icon path {
        fill: #C5C4C3; }
  .cc-filters--overlay .cc-search-input__base {
    width: 100%; }
  .cc-filters--overlay #close-filters-overlay {
    color: #3B9FE3;
    font-weight: 400;
    cursor: pointer; }
  .cc-filters--overlay .cc-filters--overlay-data__filters {
    padding: 20px 10px 0; }
    .cc-filters--overlay .cc-filters--overlay-data__filters .cc-search--container {
      position: relative;
      margin-bottom: 15px; }
    .cc-filters--overlay .cc-filters--overlay-data__filters #cc-filters-price__mobile {
      width: 100%;
      margin-bottom: 15px;
      z-index: 40; }
      .cc-filters--overlay .cc-filters--overlay-data__filters #cc-filters-price__mobile .dropbtn {
        width: inherit;
        text-align: left; }
        .cc-filters--overlay .cc-filters--overlay-data__filters #cc-filters-price__mobile .dropbtn label {
          float: right; }
      .cc-filters--overlay .cc-filters--overlay-data__filters #cc-filters-price__mobile .dropdown-content-price {
        width: 100%;
        border-radius: 4px;
        border: 1px solid #E9E6E5;
        z-index: 150; }
        .cc-filters--overlay .cc-filters--overlay-data__filters #cc-filters-price__mobile .dropdown-content-price div:hover {
          background-color: #ddd; }
        .cc-filters--overlay .cc-filters--overlay-data__filters #cc-filters-price__mobile .dropdown-content-price div {
          padding: 12px;
          display: block;
          border-bottom: 1px solid #E9E6E5;
          cursor: pointer; }
    .cc-filters--overlay .cc-filters--overlay-data__filters #cc-filters-locations__mobile {
      width: 100%; }
      .cc-filters--overlay .cc-filters--overlay-data__filters #cc-filters-locations__mobile .dropbtn {
        width: inherit;
        text-align: left; }
        .cc-filters--overlay .cc-filters--overlay-data__filters #cc-filters-locations__mobile .dropbtn label {
          float: right; }
    .cc-filters--overlay .cc-filters--overlay-data__filters .cc-filters-attributes__mobile {
      width: 100%;
      margin-bottom: 15px;
      z-index: 31; }
      .cc-filters--overlay .cc-filters--overlay-data__filters .cc-filters-attributes__mobile .dropbtn {
        width: inherit;
        text-align: left; }
        .cc-filters--overlay .cc-filters--overlay-data__filters .cc-filters-attributes__mobile .dropbtn label {
          float: right; }
      .cc-filters--overlay .cc-filters--overlay-data__filters .cc-filters-attributes__mobile .dropdown-content-attributes {
        width: 100%;
        border-radius: 4px;
        border: 1px solid #E9E6E5;
        z-index: 150; }
        .cc-filters--overlay .cc-filters--overlay-data__filters .cc-filters-attributes__mobile .dropdown-content-attributes div:hover {
          background-color: #ddd; }
        .cc-filters--overlay .cc-filters--overlay-data__filters .cc-filters-attributes__mobile .dropdown-content-attributes div {
          padding: 12px;
          display: block;
          border-bottom: 1px solid #E9E6E5;
          cursor: pointer; }
  .cc-filters--overlay .cc-filters--overlay-data__btn-container {
    position: fixed;
    bottom: 0;
    border: 1px solid #E9E6E5;
    padding: 10px;
    width: 95%;
    z-index: 3;
    background: #fff; }
    .cc-filters--overlay .cc-filters--overlay-data__btn-container button {
      display: inline-block;
      width: 100%;
      padding: 10px;
      background-color: #3B9FE3;
      color: #fff;
      border-radius: 4px; }

#cc-mobile-form {
  background-color: #fff; }

.cc-results {
  color: #808080;
  margin-left: 10px;
  font-weight: 300; }
  @media screen and (max-width: 767px) {
    .cc-results {
      margin: 0 5px; } }
a.cc-go-to-shop {
  text-decoration: underline;
  position: absolute;
  left: 30px;
  top: 48%; }
  @media screen and (max-width: 1249px) {
    a.cc-go-to-shop {
      display: none; } }
  @media screen and (min-width: 1664px) {
    a.cc-go-to-shop {
      left: 175px; } }
#sticky.fixed {
  display: block;
  position: fixed;
  top: 60px;
  width: 100%;
  max-width: 1664px;
  z-index: 2;
  box-shadow: 0 20px 20px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 20px 20px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 20px 20px -6px rgba(0, 0, 0, 0.5); }

.cc-no-results {
  padding: 0 10px 0 10px; }
  .cc-no-results ul {
    list-style: disc inside;
    margin-left: 20px; }

.cc-breadcrumb-container {
  background-color: #f9f7f5;
  width: 100%; }

@media only screen and (max-width: 9999px) {
  .cc-breadcrumb {
    max-width: 1488px;
    position: relative;
    overflow: visible;
    margin: auto;
    height: 45px;
    padding: 12px 0 12px 25px; } }

.link--chevron-back {
  padding-top: 3px;
  font-size: 14px;
  letter-spacing: 0.26px;
  color: #3b9fe2; }

.cc-discount {
  color: #ff7900;
  font-size: 15px; }

#cc-top {
  display: none; }

.cc-actions {
  text-align: center;
  margin: 15px 0; }
  .cc-actions a {
    text-decoration: none;
    color: #303030; }
  .cc-actions .icon--chevron-circle {
    color: #3B9FE3; }

.cc-load-more-spinner {
  display: none;
  text-align: center; }
  .cc-load-more-spinner img {
    width: 64px; }

.amount-choice-warn {
  color: red; }
  .amount-choice-warn li:before {
    content: '-';
    position: absolute;
    margin-left: -8px; }

/* Category campaign specific CSS */
.major.major-campaign {
  max-width: 1440px; }

.cc-active-element {
  -webkit-box-shadow: inset 0px -4px 0px 0px black;
  -moz-box-shadow: inset 0px -4px 0px 0px black;
  box-shadow: inset 0px -4px 0px 0px black; }

.cc-link {
  padding: 0 !important;
  margin: 0 20px; }

.custom-category__nav {
  background: #ffffff;
  pointer-events: auto;
  border: 1px solid #e9e6e5; }
  .custom-category__nav .cc-active-container {
    margin: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
  .custom-category__nav ul.menu {
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    @media screen and (max-width: 767px) {
      .custom-category__nav ul.menu {
        padding-right: 22px; } }
    @media screen and (max-width: 1023px) {
      .custom-category__nav ul.menu {
        overflow: visible;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .custom-category__nav ul.menu li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      list-style-type: none; }
      @media screen and (max-width: 1023px) {
        .custom-category__nav ul.menu li {
          display: block; } }
    .custom-category__nav ul.menu li a {
      text-align: center;
      text-decoration: none;
      color: rgba(0, 0, 0, 0.7);
      padding: 12px 16px;
      cursor: pointer; }
      @media screen and (max-width: 1023px) {
        .custom-category__nav ul.menu li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .custom-category__nav ul.menu li a:hover, .custom-category__nav ul.menu li:hover {
      color: #808080;
      cursor: pointer; }
    .custom-category__nav ul.menu .basket-notifications {
      margin-left: auto; }
      @media screen and (max-width: 1023px) {
        .custom-category__nav ul.menu .basket-notifications {
          margin-left: 10px; } }
    .custom-category__nav ul.menu ul li a {
      text-align: left;
      min-width: 170px; }
  .custom-category__nav nav ul ul {
    display: none;
    position: absolute; }
  .custom-category__nav nav ul li:hover > ul {
    display: block;
    background-color: #fff; }
  .custom-category__nav svg.logo-ahold-delhaize {
    fill: #00c81e;
    height: 36px; }
  .custom-category__nav a.icon--home:hover svg.logo-ahold-delhaize {
    fill: #005555; }

.custom-category.campaign .lane.row {
  border: none !important; }

.custom-category.campaign .canvas-page {
  border: 1px solid #e9e6e5; }

.custom-category.campaign .header-campaign-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }

.custom-category.campaign .custom-category--subcategories {
  padding: 0 60px;
  justify-content: normal;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .custom-category.campaign .custom-category--subcategories .campaign-back {
    margin: 0 20px 0 10px; }
    .custom-category.campaign .custom-category--subcategories .campaign-back .cc-chevron-left {
      font-size: 12px; }
  .custom-category.campaign .custom-category--subcategories.mobile {
    padding: 12px;
    height: 64px;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center; }
    .custom-category.campaign .custom-category--subcategories.mobile .dropdown {
      margin-left: auto;
      margin-bottom: 0;
      border: none; }
    .custom-category.campaign .custom-category--subcategories.mobile .dropdown-content {
      left: -60px; }
    .custom-category.campaign .custom-category--subcategories.mobile .dropbtn {
      border: none; }
    .custom-category.campaign .custom-category--subcategories.mobile .ah-category-icon {
      margin-right: 5px; }
    .custom-category.campaign .custom-category--subcategories.mobile .campaign-back--mobile {
      border: 1px solid;
      padding: 10px 15px;
      border-radius: 20px; }
      .custom-category.campaign .custom-category--subcategories.mobile .campaign-back--mobile .cc-chevron-left {
        font-size: 12px; }
  .custom-category.campaign .custom-category--subcategories .custom-category--subcategories__link:hover, .custom-category.campaign .custom-category--subcategories .custom-category--subcategories__link.active {
    background-color: #D5E8A5; }
  .custom-category.campaign .custom-category--subcategories .custom-category--subcategories__link__item {
    width: auto;
    height: 80px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center; }
    .custom-category.campaign .custom-category--subcategories .custom-category--subcategories__link__item .subcategory-icon {
      min-height: 32px;
      margin-left: 10px; }
    .custom-category.campaign .custom-category--subcategories .custom-category--subcategories__link__item .ah-category-icon {
      width: 32px;
      height: 32px;
      margin-right: 0; }

.custom-category.campaign a.cc-go-to-shop__campaign {
  text-decoration: underline;
  align-self: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  margin: 0 24px; }
  .custom-category.campaign a.cc-go-to-shop__campaign.root-title {
    color: #3BB44D;
    text-decoration: none; }

@media screen and (max-width: 1249px) {
  .custom-category.campaign a.cc-go-to-shop__campaign {
    display: none; } }

.custom-category.campaign .hero {
  height: 180px; }

.custom-category.campaign .header-campaign {
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #005555; }
  @media screen and (max-width: 767px) {
    .custom-category.campaign .header-campaign {
      font-size: 28px; } }
  .custom-category.campaign .header-campaign.subcategory {
    color: #ffffff; }
  .custom-category.campaign .header-campaign.is_donation {
    color: #005555; }

.custom-category.campaign .header-campaign--details {
  height: 19px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #005555;
  text-align: center;
  margin-top: 5px; }

.custom-category.campaign #sticky.fixed {
  max-width: 1440px;
  box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.5); }

.custom-category.campaign .campaign-subcategory-link {
  padding: 20px 96px 51px;
  text-align: right; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .custom-category.campaign .campaign-subcategory-link {
      display: none; } }
  @media screen and (max-width: 767px) {
    .custom-category.campaign .campaign-subcategory-link {
      padding: 40px 20px;
      background-color: #f9f7f5;
      text-align: center; } }
  .custom-category.campaign .campaign-subcategory-link a {
    color: #303030;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-decoration: none; }

.custom-category.campaign .campaign-subcategories--root {
  margin: 30px 0;
  display: block;
  min-height: 180px; }
  @media screen and (min-width: 992px) and (max-width: 1023px) {
    .custom-category.campaign .campaign-subcategories--root {
      padding: 0 40px; } }
  @media screen and (min-width: 1024px) {
    .custom-category.campaign .campaign-subcategories--root {
      padding: 0 96px; } }
  .custom-category.campaign .campaign-subcategories--root .subcategory-item {
    width: 25%;
    float: left;
    height: 180px;
    color: #ffffff; }
    .custom-category.campaign .campaign-subcategories--root .subcategory-item a {
      padding: 32px 10px 15px 20px;
      color: inherit;
      text-decoration: none;
      height: inherit;
      display: flex;
      display: -webkit-box;
      display: -ms-flexbox; }
      @media screen and (min-width: 768px) {
        .custom-category.campaign .campaign-subcategories--root .subcategory-item a {
          flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          justify-content: space-between;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify; } }
    @media screen and (max-width: 767px) {
      .custom-category.campaign .campaign-subcategories--root .subcategory-item {
        width: 50%; } }
    .custom-category.campaign .campaign-subcategories--root .subcategory-item label.icon--chevron:before {
      font-size: 10px; }
    .custom-category.campaign .campaign-subcategories--root .subcategory-item .title {
      font-size: 32px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal; }
      @media screen and (max-width: 767px) {
        .custom-category.campaign .campaign-subcategories--root .subcategory-item .title {
          font-size: 20px;
          align-self: flex-end;
          -ms-flex-item-align: end; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .custom-category.campaign .campaign-subcategories--root .subcategory-item .title {
          font-size: 28px;
          font-weight: bold;
          font-style: normal;
          font-stretch: normal;
          line-height: 0.79;
          letter-spacing: normal;
          color: #ffffff; } }
    .custom-category.campaign .campaign-subcategories--root .subcategory-item .details {
      font-size: 16px;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.1px;
      text-align: right;
      color: #ffffff; }
      @media screen and (max-width: 767px) {
        .custom-category.campaign .campaign-subcategories--root .subcategory-item .details {
          display: none; } }
@media screen and (min-width: 1024px) {
  .custom-category.campaign .campaign-subcategory-products {
    margin: 0 96px; } }

@media screen and (max-width: 767px) {
  .custom-category.campaign .campaign-subcategory-products .product-cardview .discount-block {
    bottom: 67px; } }

.custom-category.campaign .campaign-subcategory-products .product-cardview .product-price {
  background-color: rgba(255, 255, 255, 0.8); }

@media screen and (min-width: 992px) {
  .custom-category.campaign .campaign-subcategory-products .product-cardview {
    border-top: 1px solid #d9d5d0; }
    .custom-category.campaign .campaign-subcategory-products .product-cardview .product-description__title {
      font-size: 20px;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #303030;
      margin: 10px 0; }
      .custom-category.campaign .campaign-subcategory-products .product-cardview .product-description__title.-multiline {
        max-height: 48px; }
    .custom-category.campaign .campaign-subcategory-products .product-cardview .product-description__unit-size {
      opacity: 0.5;
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #303030; } }

@media screen and (max-width: 767px) {
  .custom-category.campaign .campaign-subcategory-products .product-cardview {
    height: 200px;
    position: relative; }
    .custom-category.campaign .campaign-subcategory-products .product-cardview a.product__content {
      padding: 0px 16px 14px 24px;
      height: 100%; }
    .custom-category.campaign .campaign-subcategory-products .product-cardview .product-price {
      bottom: 90px; }
    .custom-category.campaign .campaign-subcategory-products .product-cardview .price__dot, .custom-category.campaign .campaign-subcategory-products .product-cardview .price__integer {
      font-size: 26px; }
    .custom-category.campaign .campaign-subcategory-products .product-cardview .price__fractional {
      top: -9px;
      right: 5px;
      font-size: 13px; }
    .custom-category.campaign .campaign-subcategory-products .product-cardview .product-image-container {
      height: 120px;
      padding: 10px;
      margin-bottom: 10px; }
      .custom-category.campaign .campaign-subcategory-products .product-cardview .product-image-container .image-container-ah {
        height: 100px; }
      .custom-category.campaign .campaign-subcategory-products .product-cardview .product-image-container img.product-image-ah__card {
        max-height: 100px; }
      .custom-category.campaign .campaign-subcategory-products .product-cardview .product-image-container .idin-details {
        position: absolute;
        left: 15px;
        bottom: 20px;
        font-size: 16px;
        letter-spacing: 0.3px;
        color: #000000; } }
      @media screen and (max-width: 767px) and (max-width: 767px) {
        .custom-category.campaign .campaign-subcategory-products .product-cardview .product-image-container .idin-details {
          display: initial;
          left: 16px;
          bottom: 20px; } }
@media screen and (max-width: 767px) {
    .custom-category.campaign .campaign-subcategory-products .product-cardview .product-description {
      max-width: calc(100% - 35px); }
    .custom-category.campaign .campaign-subcategory-products .product-cardview h1.product-description__title {
      font-size: 20px;
      height: 24px;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #303030;
      margin-bottom: 6px; }
    .custom-category.campaign .campaign-subcategory-products .product-cardview span.product-description__unit-size {
      opacity: 0.5;
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #303030; }
    .custom-category.campaign .campaign-subcategory-products .product-cardview .product-controls-cardview {
      position: absolute;
      bottom: 12px;
      right: 3px; } }

.custom-category.campaign .campaign-subcategory-products .product-controls__item--plus.icon--plus::before {
  content: '\f113'; }

.custom-category.campaign .campaign-subcategory-products.root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1023px) {
    .custom-category.campaign .campaign-subcategory-products.root {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      background-color: #f9f7f5; } }
  .custom-category.campaign .campaign-subcategory-products.root .subcategory {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 291px;
    flex-basis: 291px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .custom-category.campaign .campaign-subcategory-products.root .subcategory .title {
      font-size: 40px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #303030; }
      @media screen and (max-width: 1023px) {
        .custom-category.campaign .campaign-subcategory-products.root .subcategory .title {
          font-size: 30px;
          margin-bottom: 8px; } }
    .custom-category.campaign .campaign-subcategory-products.root .subcategory .description {
      opacity: 0.7;
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #303030; }
    .custom-category.campaign .campaign-subcategory-products.root .subcategory .link-button {
      padding: 8px 12px;
      border-radius: 18px;
      background-color: #3b9fe3;
      font-size: 16px;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.1px;
      color: #ffffff;
      text-decoration: none;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: intrinsic;
      /* Safari/WebKit uses a non-standard name */
      width: max-content; }
      .custom-category.campaign .campaign-subcategory-products.root .subcategory .link-button .icon--chevron::before {
        font-size: 10px;
        margin-left: 2px; }
      @media screen and (max-width: 1023px) {
        .custom-category.campaign .campaign-subcategory-products.root .subcategory .link-button {
          -ms-flex-item-align: end;
          align-self: flex-end;
          margin-top: 15px; } }
    @media screen and (max-width: 1023px) {
      .custom-category.campaign .campaign-subcategory-products.root .subcategory {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        padding: 30px 24px;
        background-color: #f9f7f5;
        border-bottom: 1px solid #d9d5d0; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .custom-category.campaign .campaign-subcategory-products.root .subcategory {
        padding: 35px 40px; } }
    @media screen and (min-width: 1024px) {
      .custom-category.campaign .campaign-subcategory-products.root .subcategory {
        padding: 64px 31px 20px 0;
        font-size: 36px; } }
  .custom-category.campaign .campaign-subcategory-products.root .products-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 1024px) {
      .custom-category.campaign .campaign-subcategory-products.root .products-list {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .custom-category.campaign .campaign-subcategory-products.root .products-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .custom-category.campaign .campaign-subcategory-products.root .products-list .product-cardview {
      width: 25%;
      border-bottom: 1px solid #d9d5d0; }
      @media screen and (max-width: 767px) {
        .custom-category.campaign .campaign-subcategory-products.root .products-list .product-cardview {
          width: inherit;
          border-left: 1px solid #d9d5d0; } }
      @media screen and (min-width: 1024px) {
        .custom-category.campaign .campaign-subcategory-products.root .products-list .product-cardview {
          border-top: 1px solid #d9d5d0; }
          .custom-category.campaign .campaign-subcategory-products.root .products-list .product-cardview .product-description__title {
            font-size: 20px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #303030;
            margin: 10px 0; }
          .custom-category.campaign .campaign-subcategory-products.root .products-list .product-cardview:first-child {
            border-left: 1px solid #d9d5d0; }
          .custom-category.campaign .campaign-subcategory-products.root .products-list .product-cardview .product-description__unit-size {
            opacity: 0.5;
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #303030; } }
    .custom-category.campaign .campaign-subcategory-products.root .products-list .edc-container.see-more.grid-item {
      width: 25%;
      margin-top: 0; }
      @media screen and (max-width: 767px) {
        .custom-category.campaign .campaign-subcategory-products.root .products-list .edc-container.see-more.grid-item {
          display: none; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .custom-category.campaign .campaign-subcategory-products.root .products-list .product-cardview {
        height: 300px;
        border-radius: 4px; }
        .custom-category.campaign .campaign-subcategory-products.root .products-list .product-cardview .product__content {
          padding: 16px 16px 0 16px;
          height: 250px; }
          .custom-category.campaign .campaign-subcategory-products.root .products-list .product-cardview .product__content .product-price {
            bottom: 94px; }
      .custom-category.campaign .campaign-subcategory-products.root .products-list .edc-container.see-more.grid-item {
        margin-top: 0;
        height: 300px;
        border-radius: 4px; } }
  .custom-category.campaign .campaign-subcategory-products.root.with-background {
    padding: 20px 20px 20px 31px;
    border-radius: 6px; }
    @media screen and (max-width: 1023px) {
      .custom-category.campaign .campaign-subcategory-products.root.with-background {
        background: none !important;
        padding: 0; } }
    .custom-category.campaign .campaign-subcategory-products.root.with-background.is_donation {
      border: 1px solid #e9e9e9;
      margin-bottom: 30px; }
    .custom-category.campaign .campaign-subcategory-products.root.with-background.gaming_campaign {
      border-radius: 0; }
      @media screen and (min-width: 1024px) {
        .custom-category.campaign .campaign-subcategory-products.root.with-background.gaming_campaign {
          background: url("/static/ui/ah_shop/img/bg-gaming.png?fd65aecee140") no-repeat !important;
          background-size: cover !important;
          height: 370px;
          padding-top: 0;
          margin-top: -10px; }
          .custom-category.campaign .campaign-subcategory-products.root.with-background.gaming_campaign .products-list {
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end; }
          .custom-category.campaign .campaign-subcategory-products.root.with-background.gaming_campaign .description {
            margin-top: 30px; } }
      @media screen and (max-width: 1023px) {
        .custom-category.campaign .campaign-subcategory-products.root.with-background.gaming_campaign .subcategory {
          background: url("/static/ui/ah_shop/img/bg-gaming.png?fd65aecee140") no-repeat !important;
          background-size: cover !important; } }
    .custom-category.campaign .campaign-subcategory-products.root.with-background .subcategory {
      min-height: 160px;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      padding-top: 28px; }
      @media screen and (min-width: 1024px) {
        .custom-category.campaign .campaign-subcategory-products.root.with-background .subcategory {
          background: none !important;
          -ms-flex-preferred-size: 30%;
          flex-basis: 30%; }
          .custom-category.campaign .campaign-subcategory-products.root.with-background .subcategory .description {
            max-width: 70%; } }
      @media screen and (min-width: 1200px) {
        .custom-category.campaign .campaign-subcategory-products.root.with-background .subcategory {
          -ms-flex-preferred-size: 459px;
          flex-basis: 459px; } }
      @media screen and (max-width: 991px) {
        .custom-category.campaign .campaign-subcategory-products.root.with-background .subcategory .description {
          margin: 15px 0; } }
      .custom-category.campaign .campaign-subcategory-products.root.with-background .subcategory .title {
        color: #005555;
        margin-bottom: 20px; }
    @media screen and (min-width: 1024px) {
      .custom-category.campaign .campaign-subcategory-products.root.with-background .products-list {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    @media screen and (min-width: 1024px) {
      .custom-category.campaign .campaign-subcategory-products.root.with-background .products-list .product-cardview {
        height: 300px;
        width: 32%;
        border-radius: 4px; }
        .custom-category.campaign .campaign-subcategory-products.root.with-background .products-list .product-cardview:not(:first-child) {
          margin-left: 2%; }
        .custom-category.campaign .campaign-subcategory-products.root.with-background .products-list .product-cardview .product__content {
          padding: 16px 16px 0 16px;
          height: 250px; }
          .custom-category.campaign .campaign-subcategory-products.root.with-background .products-list .product-cardview .product__content .product-price {
            bottom: 94px; } }
    @media screen and (min-width: 1024px) {
      .custom-category.campaign .campaign-subcategory-products.root.with-background .products-list .edc-container.see-more.grid-item {
        width: 32%;
        margin-top: 0;
        height: 300px;
        border-radius: 4px;
        margin-left: 2%; }
        .custom-category.campaign .campaign-subcategory-products.root.with-background .products-list .edc-container.see-more.grid-item .see-more__cta-icon {
          bottom: -12px; } }
.custom-category.campaign .campaign-subcategory-products.non-root {
  margin-top: 15px; }
  .custom-category.campaign .campaign-subcategory-products.non-root .subcategory {
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .custom-category.campaign .campaign-subcategory-products.non-root .subcategory {
        margin: 10px; } }
    .custom-category.campaign .campaign-subcategory-products.non-root .subcategory .title {
      font-size: 30px;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.13;
      letter-spacing: normal;
      color: #303030;
      text-decoration: none; }
  .custom-category.campaign .campaign-subcategory-products.non-root .products-list .product-cardview {
    border-radius: 4px;
    border-bottom: 1px solid #d9d5d0; }
    @media screen and (min-width: 992px) {
      .custom-category.campaign .campaign-subcategory-products.non-root .products-list .product-cardview {
        width: 19%; }
        .custom-category.campaign .campaign-subcategory-products.non-root .products-list .product-cardview:not(:nth-of-type(5n+1)) {
          margin-left: 1%; } }
    @media screen and (min-width: 768px) {
      .custom-category.campaign .campaign-subcategory-products.non-root .products-list .product-cardview {
        height: 300px;
        border-left: 1px solid #d9d5d0;
        border-top: 1px solid #d9d5d0;
        margin-top: 10px;
        margin-bottom: 10px; }
        .custom-category.campaign .campaign-subcategory-products.non-root .products-list .product-cardview .product__content {
          padding: 16px 16px 0 16px;
          height: 250px; }
          .custom-category.campaign .campaign-subcategory-products.non-root .products-list .product-cardview .product__content .product-price {
            bottom: 94px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .custom-category.campaign .campaign-subcategory-products.non-root .products-list .product-cardview {
        width: 32%; }
        .custom-category.campaign .campaign-subcategory-products.non-root .products-list .product-cardview:not(:nth-of-type(3n+1)) {
          margin-left: 2%; } }
    @media screen and (max-width: 767px) {
      .custom-category.campaign .campaign-subcategory-products.non-root .products-list .product-cardview {
        width: 100%; } }
.custom-category.campaign .subcategory-with-bg-title {
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #303030; }
  .custom-category.campaign .subcategory-with-bg-title a {
    text-decoration: none;
    color: inherit; }
  @media screen and (min-width: 1024px) {
    .custom-category.campaign .subcategory-with-bg-title {
      margin: 0 96px; } }
  @media screen and (max-width: 1023px) {
    .custom-category.campaign .subcategory-with-bg-title {
      font-size: 30px;
      background-color: #f9f7f5;
      padding: 15px 40px 10px 40px; } }
  @media screen and (max-width: 767px) {
    .custom-category.campaign .subcategory-with-bg-title {
      padding-left: 24px; } }
.custom-category.campaign .campaign-donation {
  padding: 30px 0; }
  @media screen and (min-width: 1024px) {
    .custom-category.campaign .campaign-donation {
      padding: 106px 96px 114px; } }
  .custom-category.campaign .campaign-donation .campaign-donation__item {
    min-height: 120px;
    background: url("/static/ui/ah_shop/img/campaign-bg.png?28e59e70914a") no-repeat center;
    background-size: cover;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 9px 10px 43px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 425px) {
      .custom-category.campaign .campaign-donation .campaign-donation__item {
        padding-left: 10px; } }
    @media screen and (max-width: 1023px) {
      .custom-category.campaign .campaign-donation .campaign-donation__item {
        padding-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .custom-category.campaign .campaign-donation .campaign-donation__item .title {
      font-size: 21px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #00c81e; }
      @media screen and (min-width: 1024px) {
        .custom-category.campaign .campaign-donation .campaign-donation__item .title {
          -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
          font-size: 36px; } }
  .custom-category.campaign .campaign-donation .btn-donate {
    padding: 10px 15px;
    color: #ffffff;
    border-radius: 18px;
    background-color: #00c81e;
    text-decoration: none;
    -ms-flex-item-align: end;
    align-self: flex-end; }
    .custom-category.campaign .campaign-donation .btn-donate label {
      font-size: 12px; }

.basket-campaign-bg .subtitle {
  font-size: 24px; }

.order-campaign-number {
  background-color: #ffffff;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #303030;
  border-top: 1px solid #e9e6e5;
  border-bottom: 1px solid #e9e6e5; }
  @media screen and (max-width: 1023px) {
    .order-campaign-number {
      background-color: #f9f7f5;
      padding: 0 24px;
      justify-content: space-between; } }
  .order-campaign-number .order-label {
    margin-right: 10px; }
  .order-campaign-number .order-nr {
    margin-left: 10px; }

.order-campaign-info {
  padding: 93px 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (max-width: 1023px) {
    .order-campaign-info {
      padding: 50px 25px 22px 25px; } }
  .order-campaign-info .title {
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #303030;
    margin-bottom: 120px; }
    @media screen and (max-width: 1023px) {
      .order-campaign-info .title {
        font-size: 24px;
        line-height: 1.17;
        margin-bottom: 50px; } }
    @media screen and (min-width: 1024px) {
      .order-campaign-info .title {
        padding: 0 25%; } }
  .order-campaign-info a.button-color-blue--1 {
    margin-left: auto;
    padding: 18px 30px 18px 13px;
    border-radius: 4px; }

.category-2020 #cc-subCat-dropdown {
  margin-right: 10px; }

.category-2020 a {
  text-decoration: none; }

.category-2020 .co-category-banner {
  position: relative; }

.category-2020 #cc-mobile-form {
  margin-bottom: 50px; }

.category-2020 .custom-category--h1 {
  padding: 20px 50px;
  max-width: 1340px; }
  @media screen and (max-width: 767px) {
    .category-2020 .custom-category--h1 {
      padding: 20px 16px; } }
.category-2020 .custom-category--h1 .heading--1 {
  display: initial; }

.category-2020 .co-category-info {
  position: absolute;
  left: 90px;
  bottom: 50px; }
  @media screen and (max-width: 767px) {
    .category-2020 .co-category-info {
      left: 21px; } }
  .category-2020 .co-category-info .co-category-title {
    font-size: 42px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff; }
    @media screen and (max-width: 1023px) {
      .category-2020 .co-category-info .co-category-title {
        font-size: 30px; } }
  .category-2020 .co-category-info .co-category-description {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px; }

.category-2020 .sub-category-title {
  height: 120px;
  font-size: 42px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  padding: 31px 41px 0 102px;
  color: #303030; }
  @media screen and (max-width: 1023px) {
    .category-2020 .sub-category-title {
      font-size: 30px; } }
.category-2020 .subcategories-filters {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 31px 41px 0 50px;
  margin-top: -36px;
  background: #ffffff; }
  @media screen and (max-width: 1339px) {
    .category-2020 .subcategories-filters {
      padding: 16px; } }
  .category-2020 .subcategories-filters.small {
    height: auto;
    margin-bottom: 15px;
    margin-top: 0;
    padding-top: 10px; }
    @media screen and (max-width: 767px) {
      .category-2020 .subcategories-filters.small {
        height: auto; } }
  .category-2020 .subcategories-filters .custom-category--subcategories {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */ }
    @media screen and (max-width: 1339px) {
      .category-2020 .subcategories-filters .custom-category--subcategories {
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial; } }
    .category-2020 .subcategories-filters .custom-category--subcategories .opacity-50 {
      opacity: 50%; }
  .category-2020 .subcategories-filters .custom-category--subcategories::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0; }
  .category-2020 .subcategories-filters .custom-category--subcategories__link {
    padding-bottom: 9px;
    margin-right: 10px;
    border-radius: 5px;
    position: relative; }
    .category-2020 .subcategories-filters .custom-category--subcategories__link .subcategory-details {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 23px;
      height: 23px;
      background-color: #fff;
      vertical-align: center;
      border-radius: 50%; }
      .category-2020 .subcategories-filters .custom-category--subcategories__link .subcategory-details .info {
        position: relative;
        font-size: 12px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #2e2e2e;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
  .category-2020 .subcategories-filters .custom-category--subcategories-item {
    width: 131px; }
    .category-2020 .subcategories-filters .custom-category--subcategories-item .subcategory-title {
      font-size: 12px;
      line-height: 15px;
      font-weight: normal;
      letter-spacing: 0.23px;
      color: #303030; }
    .category-2020 .subcategories-filters .custom-category--subcategories-item .subcategory-icon {
      height: 54px; }
  .category-2020 .subcategories-filters .custom-category--filters {
    padding: 0; }

.category-2020 #sticky.subcategories-filters.fixed {
  max-width: 1340px;
  margin-top: auto;
  z-index: 21; }
  @media screen and (min-width: 1440px) {
    .category-2020 #sticky.subcategories-filters.fixed {
      margin-left: 50px;
      margin-right: 50px; } }
  @media screen and (min-width: 1340px) and (max-width: 1439px) {
    .category-2020 #sticky.subcategories-filters.fixed {
      margin-left: calc(calc(100vw - 1340px) / 2);
      margin-right: calc(calc(100vw - 1340px) / 2); } }
@media screen and (min-width: 768px) {
  .category-2020 .custom-category--filters.map-view {
    position: absolute;
    padding: 14px 20px;
    width: 100%; }
    .category-2020 .custom-category--filters.map-view .cc-filters {
      margin-top: 0;
      justify-content: space-between; }
    .category-2020 .custom-category--filters.map-view .btn-reset-filter {
      margin: 0 0 10px 0; }
    .category-2020 .custom-category--filters.map-view #cc-locations-dropdown, .category-2020 .custom-category--filters.map-view #cc-price-dropdown, .category-2020 .custom-category--filters.map-view #cc-persons-dropdown {
      margin: 0 10px;
      font-family: HamburgTS; }
      .category-2020 .custom-category--filters.map-view #cc-locations-dropdown button, .category-2020 .custom-category--filters.map-view #cc-price-dropdown button, .category-2020 .custom-category--filters.map-view #cc-persons-dropdown button {
        border-radius: 5px;
        box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.15);
        border: solid 1px #e0e0e0;
        line-height: 20px;
        padding: 10px; }
    .category-2020 .custom-category--filters.map-view .cc-toon-kaart-btn-container {
      border-radius: 5px;
      z-index: 5;
      margin-left: auto;
      box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.15);
      border: solid 1px #e0e0e0;
      margin-right: 0;
      font-family: HamburgTS;
      height: 42px; }
      .category-2020 .custom-category--filters.map-view .cc-toon-kaart-btn-container .cc-toon-kaart-btn {
        line-height: 20px; }
    .category-2020 .custom-category--filters.map-view .cc-reset-filters-outings {
      display: initial;
      flex-wrap: initial;
      align-items: initial;
      margin: 0;
      border-radius: 5px;
      background-color: #ffffff;
      box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.15);
      border: solid 1px #e0e0e0;
      line-height: 20px;
      z-index: 5;
      padding: 10px 0;
      font-size: 16px;
      height: 42px;
      font-family: HamburgTS; }
      .category-2020 .custom-category--filters.map-view .cc-reset-filters-outings a {
        color: #303030; }
        .category-2020 .custom-category--filters.map-view .cc-reset-filters-outings a i.icon--close-cross::before {
          font-size: 12px; }
    .category-2020 .custom-category--filters.map-view #cc-locations-dropdown, .category-2020 .custom-category--filters.map-view #cc-persons-dropdown {
      z-index: 10;
      margin-bottom: 10px; }
    .category-2020 .custom-category--filters.map-view #cc-price-dropdown {
      z-index: 5; }
    .category-2020 .custom-category--filters.map-view .cc-search-container {
      z-index: 5;
      font-family: HamburgTS; }
      .category-2020 .custom-category--filters.map-view .cc-search-container .cc-search-input {
        background-color: #ffffff;
        box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.15);
        border: solid 1px #e0e0e0; } }

@media screen and (max-width: 767px) {
  .category-2020 .custom-category--filters.map-view {
    padding: 10px 16px; } }

.category-2020 .lane-grid {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }

.category-2020 #cc-locations-dropdown .dropbtn, .category-2020 #cc-persons-btn .dropbtn, .category-2020 #cc-price-dropdown .dropbtn, .category-2020 #cc-subCat-dropdown .dropbtn, .category-2020 #cc-sort-dropdown .dropbtn, .category-2020 .cc-toon-kaart-btn, .category-2020 #cc-persons-dropdown .dropbtn {
  border: none;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #303030;
  border-radius: 0; }
  .category-2020 #cc-locations-dropdown .dropbtn.btn-reset-filter, .category-2020 #cc-persons-btn .dropbtn.btn-reset-filter, .category-2020 #cc-price-dropdown .dropbtn.btn-reset-filter, .category-2020 #cc-subCat-dropdown .dropbtn.btn-reset-filter, .category-2020 #cc-sort-dropdown .dropbtn.btn-reset-filter, .category-2020 .cc-toon-kaart-btn.btn-reset-filter, .category-2020 #cc-persons-dropdown .dropbtn.btn-reset-filter {
    background-color: #00ade6;
    border-radius: 5px;
    border: solid 1px #e0e0e0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.3px;
    color: #ffffff;
    padding: 10px;
    margin: 0 0 10px 0;
    z-index: 5;
    font-family: HamburgTS; }
    .category-2020 #cc-locations-dropdown .dropbtn.btn-reset-filter:hover, .category-2020 #cc-persons-btn .dropbtn.btn-reset-filter:hover, .category-2020 #cc-price-dropdown .dropbtn.btn-reset-filter:hover, .category-2020 #cc-subCat-dropdown .dropbtn.btn-reset-filter:hover, .category-2020 #cc-sort-dropdown .dropbtn.btn-reset-filter:hover, .category-2020 .cc-toon-kaart-btn.btn-reset-filter:hover, .category-2020 #cc-persons-dropdown .dropbtn.btn-reset-filter:hover {
      box-shadow: none; }
    @media screen and (min-width: 768px) {
      .category-2020 #cc-locations-dropdown .dropbtn.btn-reset-filter.btn-reset-filter--locations, .category-2020 #cc-persons-btn .dropbtn.btn-reset-filter.btn-reset-filter--locations, .category-2020 #cc-price-dropdown .dropbtn.btn-reset-filter.btn-reset-filter--locations, .category-2020 #cc-subCat-dropdown .dropbtn.btn-reset-filter.btn-reset-filter--locations, .category-2020 #cc-sort-dropdown .dropbtn.btn-reset-filter.btn-reset-filter--locations, .category-2020 .cc-toon-kaart-btn.btn-reset-filter.btn-reset-filter--locations, .category-2020 #cc-persons-dropdown .dropbtn.btn-reset-filter.btn-reset-filter--locations {
        margin-left: auto; } }
    @media screen and (max-width: 767px) {
      .category-2020 #cc-locations-dropdown .dropbtn.btn-reset-filter.btn-reset-filter--locations, .category-2020 #cc-persons-btn .dropbtn.btn-reset-filter.btn-reset-filter--locations, .category-2020 #cc-price-dropdown .dropbtn.btn-reset-filter.btn-reset-filter--locations, .category-2020 #cc-subCat-dropdown .dropbtn.btn-reset-filter.btn-reset-filter--locations, .category-2020 #cc-sort-dropdown .dropbtn.btn-reset-filter.btn-reset-filter--locations, .category-2020 .cc-toon-kaart-btn.btn-reset-filter.btn-reset-filter--locations, .category-2020 #cc-persons-dropdown .dropbtn.btn-reset-filter.btn-reset-filter--locations {
        margin: 0;
        padding: 5px 10px;
        font-size: 12px; } }
.category-2020 .btn-reset-filter.btn-reset-filter--transparent {
  border-radius: 5px;
  border: solid 1px #e0e0e0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.3px;
  padding: 10px;
  margin: 0 0 10px 0;
  z-index: 5;
  font-family: HamburgTS;
  background: #ffffff;
  color: #000000; }

.category-2020 .cc-toon-kaart-btn-container {
  background-color: #fff;
  margin: 0 14px 10px 14px; }

.category-2020 #cc-locations-dropdown {
  margin-left: auto; }
  .category-2020 #cc-locations-dropdown #cc-google-locations-btn.open {
    border-left: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
    border-top: solid 1px #e0e0e0;
    background-color: #ffffff; }
    .category-2020 #cc-locations-dropdown #cc-google-locations-btn.open.btn-reset-filter--locations {
      background-color: #00ade6; }

.category-2020 #cc-google-locations-input {
  margin-top: 10px;
  border-radius: 4px;
  border: 1px solid #E9E6E5;
  padding: 10px 10px 10px 30px;
  width: 300px; }

.category-2020 #cc-locations-container {
  margin-left: auto;
  position: relative;
  display: block; }

.category-2020 #cc-locations-container .icon--search {
  position: absolute;
  top: 20px;
  left: 9px; }

.category-2020 .dropdown-content-locations {
  position: absolute;
  padding: 10px;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.15);
  border: solid 1px #e0e0e0;
  border-top: 0;
  background-color: #ffffff;
  max-width: 230px; }
  .category-2020 .dropdown-content-locations .mapboxgl-ctrl-geocoder.mapboxgl-ctrl {
    min-width: 209px; }
    .category-2020 .dropdown-content-locations .mapboxgl-ctrl-geocoder.mapboxgl-ctrl .mapboxgl-ctrl-geocoder--icon-search {
      background-image: url("/static/ui/ah_shop/img/combined-shape.svg?fe7bb860c20a");
      background-size: contain;
      right: 12px;
      top: 10px;
      left: initial; }
      .category-2020 .dropdown-content-locations .mapboxgl-ctrl-geocoder.mapboxgl-ctrl .mapboxgl-ctrl-geocoder--icon-search path {
        display: none; }
    .category-2020 .dropdown-content-locations .mapboxgl-ctrl-geocoder.mapboxgl-ctrl .geocoder-pin-right * {
      right: 12px; }
    .category-2020 .dropdown-content-locations .mapboxgl-ctrl-geocoder.mapboxgl-ctrl .mapboxgl-ctrl-geocoder--button {
      padding: 0 10px 3px !important; }
      .category-2020 .dropdown-content-locations .mapboxgl-ctrl-geocoder.mapboxgl-ctrl .mapboxgl-ctrl-geocoder--button:hover {
        background-color: #ffffff; }
    .category-2020 .dropdown-content-locations .mapboxgl-ctrl-geocoder.mapboxgl-ctrl input[type='text'] {
      padding: 10px 40px 10px 16px; }

.category-2020 .cc-search-container .cc-search-input {
  width: 209px;
  padding: 10px 50px 10px 16px; }

@media screen and (max-width: 1023px) {
  .category-2020 .cc-search-container {
    display: flex;
    width: 100%; }
    .category-2020 .cc-search-container form {
      width: 90%;
      position: relative; }
    .category-2020 .cc-search-container .cc-search-input {
      width: 100%; }
    .category-2020 .cc-search-container .btn-filters {
      width: 43px;
      height: 40px;
      border-radius: 5px;
      background-color: #fafafa;
      margin: 0 10px; } }

.category-2020 .cc-search-container .cc-search-label {
  position: absolute;
  cursor: pointer;
  top: 9px;
  right: 12.6px;
  left: auto; }
  .category-2020 .cc-search-container .cc-search-label::before {
    width: 22px;
    text-align: center;
    color: #000000; }

.category-2020 .promoted-products, .category-2020 .subcategory-products, .category-2020 .category-blocks-before, .category-2020 .category-blocks-after {
  max-width: 1292px;
  padding: 16px;
  margin-left: auto;
  margin-right: auto; }
  .category-2020 .promoted-products .title, .category-2020 .subcategory-products .title, .category-2020 .category-blocks-before .title, .category-2020 .category-blocks-after .title {
    font-size: 42px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #303030;
    margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  .category-2020 .promoted-products .title, .category-2020 .category-blocks-before .title, .category-2020 .category-blocks-after .title {
    font-size: 18px; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .category-2020 .promoted-products .title, .category-2020 .category-blocks-before .title, .category-2020 .category-blocks-after .title {
    font-size: 26px; } }

.category-2020 .promoted-products {
  margin-top: 23px;
  margin-bottom: 30px; }

.category-2020 .category-blocks-before, .category-2020 .category-blocks-after {
  padding-top: 54px; }
  @media screen and (max-width: 767px) {
    .category-2020 .category-blocks-before, .category-2020 .category-blocks-after {
      padding-top: 40px; } }
  .category-2020 .category-blocks-before .title, .category-2020 .category-blocks-after .title {
    margin: 30px 0 13px 0; }
    @media screen and (max-width: 767px) {
      .category-2020 .category-blocks-before .title, .category-2020 .category-blocks-after .title {
        margin-bottom: 20px; } }
.category-2020 .subcategory-products {
  padding-top: 49px; }
  .category-2020 .subcategory-products div {
    border-radius: 5px; }
  .category-2020 .subcategory-products .subcategory-products__items {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */ }
    @media screen and (min-width: 768px) {
      .category-2020 .subcategory-products .subcategory-products__items {
        margin-bottom: 30px; } }
  .category-2020 .subcategory-products .subcategory-products__items::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0; }
  .category-2020 .subcategory-products .subcategory-products__img {
    height: 291px; }
    .category-2020 .subcategory-products .subcategory-products__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  @media screen and (min-width: 768px) {
    .category-2020 .subcategory-products .subcategory-products__header {
      display: flex;
      align-items: center; } }
  .category-2020 .subcategory-products .subcategory-products__header .subcategory-link {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #00ade6;
    margin-left: auto; }
  @media screen and (max-width: 767px) {
    .category-2020 .subcategory-products .title {
      padding: 26px 10px 20px 10px;
      font-size: 22px;
      margin-bottom: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .category-2020 .subcategory-products .title {
      font-size: 26px; } }
  @media screen and (max-width: 767px) {
    .category-2020 .subcategory-products .subcategory-products__brands {
      margin-top: 20px;
      font-size: 16px;
      font-weight: bold; } }
  .category-2020 .subcategory-products .subcategory-products__brands .__items div {
    padding-left: 0; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .category-2020 .subcategory-products {
      padding-top: 30px; } }
  @media screen and (max-width: 767px) {
    .category-2020 .subcategory-products {
      padding-top: 0; } }
.category-2020 .category-quicklinks {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */ }

.category-2020 .category-quicklinks::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0; }

.category-2020 .cc-filters--overlay {
  z-index: 25;
  top: 70px; }
  .category-2020 .cc-filters--overlay #close-filters-overlay {
    color: #838383; }
  .category-2020 .cc-filters--overlay .cc-filters--overlay-data {
    background: #F7F6F4;
    width: 100%;
    height: calc(100vh - 70px);
    overflow-y: auto; }
  .category-2020 .cc-filters--overlay .cc-search--container {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.26px;
    color: #838383; }
    .category-2020 .cc-filters--overlay .cc-search--container .cc-search-label__base {
      right: 12.5px;
      top: 11px;
      left: initial; }
  .category-2020 .cc-filters--overlay .cc-search-input__base, .category-2020 .cc-filters--overlay #cc-filters-price__mobile .dropbtn, .category-2020 .cc-filters--overlay #cc-filters-locations__mobile .dropbtn, .category-2020 .cc-filters--overlay .cc-filters-attributes__mobile .dropbtn {
    padding-left: 21px; }
  .category-2020 .cc-filters--overlay #cc-filters-sort__mobile {
    width: 100%;
    margin-bottom: 15px;
    z-index: 27;
    color: #838383; }
    .category-2020 .cc-filters--overlay #cc-filters-sort__mobile .dropbtn {
      color: #838383;
      padding-left: 21px;
      width: inherit;
      text-align: left; }
      .category-2020 .cc-filters--overlay #cc-filters-sort__mobile .dropbtn label {
        float: right; }
    .category-2020 .cc-filters--overlay #cc-filters-sort__mobile .dropdown-content-sort {
      width: 100%;
      border-radius: 4px;
      border: 1px solid #E9E6E5;
      z-index: 150; }
      .category-2020 .cc-filters--overlay #cc-filters-sort__mobile .dropdown-content-sort div:hover {
        background-color: #ddd; }
      .category-2020 .cc-filters--overlay #cc-filters-sort__mobile .dropdown-content-sort div {
        padding: 12px;
        display: block;
        border-bottom: 1px solid #E9E6E5;
        cursor: pointer; }
  .category-2020 .cc-filters--overlay .cc-filters--overlay-data__filters {
    padding-left: 16px;
    padding-right: 16px; }
    .category-2020 .cc-filters--overlay .cc-filters--overlay-data__filters .heading--5 {
      font-size: 18px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #303030; }
  .category-2020 .cc-filters--overlay .cc-filters--overlay-data__btn-container {
    width: 100%;
    left: 0;
    padding: 10px 16px;
    z-index: 40; }
  .category-2020 .cc-filters--overlay #cc-filters-price__mobile, .category-2020 .cc-filters--overlay #cc-filters-locations__mobile, .category-2020 .cc-filters--overlay .cc-filters-attributes__mobile {
    color: #838383; }
    .category-2020 .cc-filters--overlay #cc-filters-price__mobile .dropbtn, .category-2020 .cc-filters--overlay #cc-filters-locations__mobile .dropbtn, .category-2020 .cc-filters--overlay .cc-filters-attributes__mobile .dropbtn {
      color: #838383; }
  .category-2020 .cc-filters--overlay #cc-filters-price__mobile .dropbtn.btn-filter-active, .category-2020 .cc-filters--overlay #cc-filters-locations__mobile .dropbtn.btn-filter-active, .category-2020 .cc-filters--overlay .cc-filters-attributes__mobile .dropbtn.btn-filter-active, .category-2020 .cc-filters--overlay #cc-filters-sort__mobile .dropbtn.btn-filter-active {
    color: #ffffff;
    background-color: #00ade6;
    border-radius: 2px; }
  .category-2020 .cc-filters--overlay #cc-filters-locations__mobile {
    z-index: 28; }
  .category-2020 .cc-filters--overlay #cc-filters-locations__mobile {
    margin-bottom: 15px; }
  .category-2020 .cc-filters--overlay .cc-filters--overlay-data__btn-close {
    width: 100%;
    padding: 10px 16px; }
    .category-2020 .cc-filters--overlay .cc-filters--overlay-data__btn-close button {
      width: 100%;
      padding: 10px;
      border-radius: 5px;
      border: solid 1px #e0e0e0;
      background-color: #ffffff; }
      .category-2020 .cc-filters--overlay .cc-filters--overlay-data__btn-close button a {
        color: #838383; }
      .category-2020 .cc-filters--overlay .cc-filters--overlay-data__btn-close button img {
        vertical-align: middle; }
  .category-2020 .cc-filters--overlay .cc-filters--overlay-data__categories {
    padding: 16px;
    display: flex;
    flex-flow: wrap;
    text-align: center;
    justify-content: center; }
    .category-2020 .cc-filters--overlay .cc-filters--overlay-data__categories .cc-subcategory-item-mobile {
      width: 108px;
      height: 86px;
      margin-right: 9px;
      margin-top: 10px;
      margin-bottom: 10px;
      border-radius: 5px; }
      .category-2020 .cc-filters--overlay .cc-filters--overlay-data__categories .cc-subcategory-item-mobile.opacity-50 {
        opacity: 50%; }
      .category-2020 .cc-filters--overlay .cc-filters--overlay-data__categories .cc-subcategory-item-mobile .cc-subcategory-label {
        font-size: 12px;
        letter-spacing: 0.23px;
        color: #303030; }
        .category-2020 .cc-filters--overlay .cc-filters--overlay-data__categories .cc-subcategory-item-mobile .cc-subcategory-label div.icon {
          height: 60px; }
        .category-2020 .cc-filters--overlay .cc-filters--overlay-data__categories .cc-subcategory-item-mobile .cc-subcategory-label .ah-category-icon {
          width: 60px;
          height: 60px;
          margin-right: 0; }
        .category-2020 .cc-filters--overlay .cc-filters--overlay-data__categories .cc-subcategory-item-mobile .cc-subcategory-label .cc-subcategory-label__title {
          height: 15px;
          overflow: hidden; }

@media screen and (max-width: 767px) {
  .category-2020 .cc-reset-filters-outings {
    padding: 0;
    margin: 0; } }

@media screen and (min-width: 768px) {
  .category-2020 .cc-reset-filters-outings {
    padding-left: 0; } }

.category-2020 .lane-grid.map-view {
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 767px) {
    .category-2020 .lane-grid.map-view {
      flex-direction: column; } }
  .category-2020 .lane-grid.map-view .map-view__filters-mobile {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    padding: 16px; }
    .category-2020 .lane-grid.map-view .map-view__filters-mobile #cc-locations-dropdown {
      z-index: 5;
      margin: 0;
      font-family: HamburgTS; }
      .category-2020 .lane-grid.map-view .map-view__filters-mobile #cc-locations-dropdown button {
        padding: 5px 10px;
        border-radius: 5px;
        box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.15);
        border: solid 1px #e0e0e0;
        line-height: 20px;
        font-size: 12px; }
    .category-2020 .lane-grid.map-view .map-view__filters-mobile .cc-toon-kaart-btn-container {
      border-radius: 5px;
      z-index: 5;
      box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.15);
      border: solid 1px #e0e0e0;
      margin: 0;
      font-family: HamburgTS;
      font-size: 12px; }
      .category-2020 .lane-grid.map-view .map-view__filters-mobile .cc-toon-kaart-btn-container .cc-toon-kaart-btn {
        line-height: 20px;
        padding: 5px 10px;
        font-size: 12px; }
  @media screen and (max-width: 767px) {
    .category-2020 .lane-grid.map-view .map-view__products {
      order: 1; }
      .category-2020 .lane-grid.map-view .map-view__products .subcategories-filters {
        margin-top: 0;
        padding-right: 0; }
        .category-2020 .lane-grid.map-view .map-view__products .subcategories-filters .custom-category--subcategories-item {
          width: 118px; }
      .category-2020 .lane-grid.map-view .map-view__products .cc-search-container {
        margin-bottom: 10px; }
      .category-2020 .lane-grid.map-view .map-view__products .cc-filters {
        margin-top: 0; } }
  @media screen and (min-width: 768px) {
    .category-2020 .lane-grid.map-view .map-view__products {
      height: calc(100vh - 70px);
      overflow-x: auto;
      padding: 14px 20px 20px;
      width: 377px; }
      .category-2020 .lane-grid.map-view .map-view__products .subcategories-filters {
        padding: 0;
        margin: 0 0 20px;
        width: 337px; }
        .category-2020 .lane-grid.map-view .map-view__products .subcategories-filters .custom-category--subcategories {
          overflow: unset;
          flex-wrap: wrap;
          justify-content: flex-start; }
          .category-2020 .lane-grid.map-view .map-view__products .subcategories-filters .custom-category--subcategories .custom-category--subcategories__link {
            margin: 0 11px 10px 0;
            padding: 0; }
            .category-2020 .lane-grid.map-view .map-view__products .subcategories-filters .custom-category--subcategories .custom-category--subcategories__link.even {
              margin-right: 0; }
          .category-2020 .lane-grid.map-view .map-view__products .subcategories-filters .custom-category--subcategories .custom-category--subcategories-item {
            width: 163px;
            padding: 0 10px 0 0;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .category-2020 .lane-grid.map-view .map-view__products .subcategories-filters .custom-category--subcategories .custom-category--subcategories-item .subcategory-icon {
              height: 44px;
              width: 42px; }
              .category-2020 .lane-grid.map-view .map-view__products .subcategories-filters .custom-category--subcategories .custom-category--subcategories-item .subcategory-icon .ah-category-icon {
                height: 44px;
                width: 42px; }
            .category-2020 .lane-grid.map-view .map-view__products .subcategories-filters .custom-category--subcategories .custom-category--subcategories-item .subcategory-title {
              max-width: 86px;
              overflow: hidden;
              text-overflow: ellipsis; }
            .category-2020 .lane-grid.map-view .map-view__products .subcategories-filters .custom-category--subcategories .custom-category--subcategories-item .subcategory-details {
              position: initial;
              top: unset;
              right: unset; } }
  .category-2020 .lane-grid.map-view .map-view__products .results-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    width: 337px; }
    @media screen and (max-width: 767px) {
      .category-2020 .lane-grid.map-view .map-view__products .results-info {
        padding: 0 16px; } }
    .category-2020 .lane-grid.map-view .map-view__products .results-info .found-results {
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 0.3px;
      color: #858585; }
  .category-2020 .lane-grid.map-view .map-view__products .product-divider {
    height: 1px;
    background-color: #f5f5f5;
    margin-bottom: 20px; }
  .category-2020 .lane-grid.map-view .map-view__products .custom-category--products {
    padding: 0; }
    @media screen and (max-width: 767px) {
      .category-2020 .lane-grid.map-view .map-view__products .custom-category--products {
        padding: 0 16px; }
        .category-2020 .lane-grid.map-view .map-view__products .custom-category--products .cc-product-data {
          width: calc(100% - 111px); } }
  .category-2020 .lane-grid.map-view #cc-map-container {
    margin-bottom: 0;
    position: relative; }
    @media screen and (min-width: 768px) {
      .category-2020 .lane-grid.map-view #cc-map-container {
        width: calc(100% - 380px);
        height: calc(100vh - 70px); } }
    @media screen and (max-width: 767px) {
      .category-2020 .lane-grid.map-view #cc-map-container {
        order: 0;
        height: 50vh; } }
    .category-2020 .lane-grid.map-view #cc-map-container #location-products-loading {
      margin-left: auto;
      margin-right: auto; }
      .category-2020 .lane-grid.map-view #cc-map-container #location-products-loading img {
        height: 50%; }
    .category-2020 .lane-grid.map-view #cc-map-container .location-products-info {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 10px;
      margin-left: auto;
      margin-right: auto;
      overflow: auto;
      overflow-x: hidden;
      z-index: 2;
      display: flex;
      max-width: 650px; }
      @media screen and (max-width: 1339px) {
        .category-2020 .lane-grid.map-view #cc-map-container .location-products-info {
          max-width: 380px; } }
      .category-2020 .lane-grid.map-view #cc-map-container .location-products-info .locations-products-info__products-list {
        max-height: 45vh; }
        @media screen and (max-width: 1399px) {
          .category-2020 .lane-grid.map-view #cc-map-container .location-products-info .locations-products-info__products-list {
            max-height: 30vh; } }
        .category-2020 .lane-grid.map-view #cc-map-container .location-products-info .locations-products-info__products-list .product-card__map-view {
          display: flex; }
          @media screen and (max-width: 992px) {
            .category-2020 .lane-grid.map-view #cc-map-container .location-products-info .locations-products-info__products-list .product-card__map-view {
              flex-direction: column; }
              .category-2020 .lane-grid.map-view #cc-map-container .location-products-info .locations-products-info__products-list .product-card__map-view .map-card {
                order: 1; }
              .category-2020 .lane-grid.map-view #cc-map-container .location-products-info .locations-products-info__products-list .product-card__map-view .product-card__close {
                margin-left: 320px;
                order: 0;
                margin-bottom: 10px; } }
        .category-2020 .lane-grid.map-view #cc-map-container .location-products-info .locations-products-info__products-list .product-card__close {
          border-radius: 5px;
          background-color: #ffffff;
          margin-left: 5px;
          cursor: pointer;
          padding: 1.5px;
          height: 23px;
          width: 23px; }
          .category-2020 .lane-grid.map-view #cc-map-container .location-products-info .locations-products-info__products-list .product-card__close .icon--close-cross {
            font-size: 20px;
            line-height: 18px;
            color: #d8d8d8; }
        .category-2020 .lane-grid.map-view #cc-map-container .location-products-info .locations-products-info__products-list .co-product-card.medium-card.map-card .cc-product-container {
          height: 164px; }
          @media screen and (max-width: 1399px) {
            .category-2020 .lane-grid.map-view #cc-map-container .location-products-info .locations-products-info__products-list .co-product-card.medium-card.map-card .cc-product-container {
              height: 102px; } }
        .category-2020 .lane-grid.map-view #cc-map-container .location-products-info .locations-products-info__products-list .co-product-card.medium-card.map-card .cc-product-container, .category-2020 .lane-grid.map-view #cc-map-container .location-products-info .locations-products-info__products-list .co-product-card.medium-card.map-card .cc-product {
          width: 610px;
          border: 0; }
          @media screen and (max-width: 1399px) {
            .category-2020 .lane-grid.map-view #cc-map-container .location-products-info .locations-products-info__products-list .co-product-card.medium-card.map-card .cc-product-container, .category-2020 .lane-grid.map-view #cc-map-container .location-products-info .locations-products-info__products-list .co-product-card.medium-card.map-card .cc-product {
              width: 343px;
              height: 102px; } }
        .category-2020 .lane-grid.map-view #cc-map-container .location-products-info .locations-products-info__products-list .co-product-card.medium-card.map-card .cc-product .cc-product-image-container {
          height: 164px;
          width: auto;
          max-width: 214px; }
          @media screen and (max-width: 1399px) {
            .category-2020 .lane-grid.map-view #cc-map-container .location-products-info .locations-products-info__products-list .co-product-card.medium-card.map-card .cc-product .cc-product-image-container {
              height: 102px;
              width: 113px; } }
        .category-2020 .lane-grid.map-view #cc-map-container .location-products-info .locations-products-info__products-list .co-product-card.medium-card.map-card .cc-product .cc-product-data {
          width: calc(100% - 214px);
          padding: 10px 20px; }
          @media screen and (max-width: 1399px) {
            .category-2020 .lane-grid.map-view #cc-map-container .location-products-info .locations-products-info__products-list .co-product-card.medium-card.map-card .cc-product .cc-product-data {
              width: calc(100% - 113px);
              padding: 5px 20px 5px 10px; } }
          .category-2020 .lane-grid.map-view #cc-map-container .location-products-info .locations-products-info__products-list .co-product-card.medium-card.map-card .cc-product .cc-product-data .discount-block {
            position: unset;
            order: 4;
            width: max-content;
            font-weight: bold;
            line-height: normal; }
            .category-2020 .lane-grid.map-view #cc-map-container .location-products-info .locations-products-info__products-list .co-product-card.medium-card.map-card .cc-product .cc-product-data .discount-block .discount-block__label {
              padding: 1px 2px; }
            @media screen and (max-width: 1399px) {
              .category-2020 .lane-grid.map-view #cc-map-container .location-products-info .locations-products-info__products-list .co-product-card.medium-card.map-card .cc-product .cc-product-data .discount-block {
                display: none; } }
        .category-2020 .lane-grid.map-view #cc-map-container .location-products-info .locations-products-info__products-list .co-product-card.medium-card.map-card .cc-product .cc-product-content-container {
          width: 100%;
          max-height: 144px; }
          .category-2020 .lane-grid.map-view #cc-map-container .location-products-info .locations-products-info__products-list .co-product-card.medium-card.map-card .cc-product .cc-product-content-container .cc-product-content-container__extra {
            height: 120px;
            overflow: hidden;
            display: flex;
            flex-direction: column; }
            @media screen and (min-width: 1400px) {
              .category-2020 .lane-grid.map-view #cc-map-container .location-products-info .locations-products-info__products-list .co-product-card.medium-card.map-card .cc-product .cc-product-content-container .cc-product-content-container__extra {
                margin-bottom: 5px; } }
        .category-2020 .lane-grid.map-view #cc-map-container .location-products-info .locations-products-info__products-list .co-product-card.medium-card.map-card .cc-product .cc-product-title {
          font-size: 21px;
          font-weight: 500; }
          @media screen and (max-width: 1399px) {
            .category-2020 .lane-grid.map-view #cc-map-container .location-products-info .locations-products-info__products-list .co-product-card.medium-card.map-card .cc-product .cc-product-title {
              font-size: 16px; } }
      .category-2020 .lane-grid.map-view #cc-map-container .location-products-info .locations-products-info__close {
        width: 33px;
        height: 33px;
        margin-left: 10px; }
    .category-2020 .lane-grid.map-view #cc-map-container .mapboxgl-user-location-dot:before {
      background-color: transparent;
      width: 0;
      height: 0; }
    .category-2020 .lane-grid.map-view #cc-map-container .mapboxgl-user-location-dot {
      background: url("/static/ui/ah_shop/img/marker-icon.svg?2ea00cde39e1");
      width: 27px;
      height: 41px;
      border-radius: 0; }
    .category-2020 .lane-grid.map-view #cc-map-container .mapboxgl-user-location-dot:after {
      border: 0;
      height: 0;
      width: 0; }
  .category-2020 .lane-grid.map-view .map-products-popup {
    z-index: 10; }

.category-promo-item {
  padding: 0 16px; }
  @media screen and (max-width: 767px) {
    .category-promo-item {
      padding: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .category-promo-item {
      padding: 0 10px; } }
  .category-promo-item.first {
    padding-left: 0; }
  .category-promo-item.last {
    padding-right: 0; }
  .category-promo-item article {
    height: 100%;
    border-radius: 8px; }
  .category-promo-item .category-promo-item__info {
    width: 50%;
    padding: 22px 15px 22px 22px; }
    .category-promo-item .category-promo-item__info .title {
      height: 116px;
      overflow: hidden;
      margin: 0 0 22px 0;
      font-size: 24px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #303030; }
    .category-promo-item .category-promo-item__info .subtitle {
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 0.3px;
      color: #303030; }
  .category-promo-item .category-promo-item__image-container {
    position: relative;
    width: 50%;
    height: 202px; }
    .category-promo-item .category-promo-item__image-container img {
      max-height: 100%;
      max-width: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }

.cc-product-container .product-controls__item {
  font-size: 35px; }

.mobile-view .cc-product-container .product-controls__item {
  font-size: 30px; }

.category-quicklink-item {
  border-radius: 5px;
  border: solid 1px #f5f5f5; }
  @media screen and (max-width: 767px) {
    .category-quicklink-item {
      padding-left: 0;
      padding-right: 0; }
      .category-quicklink-item article {
        width: 100%; } }
  .category-quicklink-item.custom-width {
    margin: 10px 8px 23px; }
    .category-quicklink-item.custom-width article {
      width: 410px; }
  .category-quicklink-item .category-quicklink-item__info {
    padding: 13px;
    height: 119px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .category-quicklink-item .category-quicklink-item__info {
        padding-left: 0;
        padding-right: 0; } }
    .category-quicklink-item .category-quicklink-item__info .title {
      font-size: 22px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #000000;
      margin-top: 13px; }
    .category-quicklink-item .category-quicklink-item__info .subtitle {
      font-size: 18px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #a6a6a6; }
  .category-quicklink-item .blueimp-gallery.blueimp-gallery-carousel {
    margin: 0;
    box-shadow: none; }
    @media screen and (min-width: 768px) {
      .category-quicklink-item .blueimp-gallery.blueimp-gallery-carousel {
        height: 291px;
        width: 410px; } }
    .category-quicklink-item .blueimp-gallery.blueimp-gallery-carousel .indicator {
      display: block; }
    .category-quicklink-item .blueimp-gallery.blueimp-gallery-carousel .slides .slide img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.co-product-card {
  cursor: pointer; }
  .co-product-card .cc-product {
    background-color: #ffffff;
    position: relative; }
  .co-product-card .product-controls-cardview {
    position: absolute;
    right: 5px;
    bottom: 15px; }
  .co-product-card .cc-product-container {
    height: 450px; }
    .co-product-card .cc-product-container .cc-product-data {
      padding: 15px 22px;
      margin-bottom: 0; }
      .co-product-card .cc-product-container .cc-product-data div.cc-product-content-container {
        overflow: hidden;
        max-height: 109px; }
  .co-product-card .discount-block.air-miles {
    display: flex;
    align-items: center; }
  .co-product-card .cc-product-image-container {
    margin-bottom: 0;
    position: relative; }
    .co-product-card .cc-product-image-container .discount-block {
      bottom: -10px;
      left: 22px; }
      .co-product-card .cc-product-image-container .discount-block .discount-block__label {
        font-size: 12px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.5px;
        text-align: center;
        color: #ffffff; }
  .co-product-card .brand-logo {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px; }
    .co-product-card .brand-logo img {
      height: 40px;
      vertical-align: middle; }
  .co-product-card.xlarge-card .cc-product-container, .co-product-card.xlarge-card .cc-product {
    height: 450px; }
    @media screen and (max-width: 767px) {
      .co-product-card.xlarge-card .cc-product-container, .co-product-card.xlarge-card .cc-product {
        height: 388px; } }
  @media screen and (max-width: 767px) {
    .co-product-card.xlarge-card .cc-product-container {
      margin: 12px 0;
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (min-width: 768px) {
    .co-product-card.xlarge-card .cc-product-container.first {
      padding-left: 0; } }
  @media screen and (min-width: 1024px) {
    .co-product-card.xlarge-card .cc-product-container.first {
      padding-right: 15px; } }
  @media screen and (min-width: 768px) {
    .co-product-card.xlarge-card .cc-product-container.last {
      padding-right: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .co-product-card.xlarge-card .cc-product-container.last {
      padding-left: 15px; } }
  .co-product-card.xlarge-card .cc-product-image-container {
    height: 295px; }
    @media screen and (max-width: 1023px) {
      .co-product-card.xlarge-card .cc-product-image-container {
        height: 233px; } }
    .co-product-card.xlarge-card .cc-product-image-container .idin-details {
      position: absolute;
      left: 15px;
      bottom: 20px;
      font-size: 16px;
      letter-spacing: 0.3px;
      color: #000000; }
      @media screen and (max-width: 767px) {
        .co-product-card.xlarge-card .cc-product-image-container .idin-details {
          display: initial;
          left: 16px;
          bottom: 20px; } }
  .co-product-card.large-card.custom-width .cc-product-container {
    margin: 22.5px; }
    @media screen and (max-width: 1023px) {
      .co-product-card.large-card.custom-width .cc-product-container {
        margin: 10px; } }
    .co-product-card.large-card.custom-width .cc-product-container.first {
      margin-left: 0; }
    .co-product-card.large-card.custom-width .cc-product-container.last {
      margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .co-product-card.large-card.custom-width .cc-product-container, .co-product-card.large-card.custom-width .cc-product {
      width: 390px; } }
  @media screen and (max-width: 1023px) {
    .co-product-card.large-card.custom-width .cc-product-container, .co-product-card.large-card.custom-width .cc-product {
      width: 348px; } }
  .co-product-card.large-card.mobile-view .brand-logo {
    display: none; }
  @media screen and (max-width: 767px) {
    .co-product-card.large-card.mobile-view .cc-product-container {
      margin: 22.5px; } }
  .co-product-card.large-card.mobile-view .cc-product-container.first {
    margin-left: 0; }
  .co-product-card.large-card.mobile-view .cc-product-container.last {
    margin-right: 0; }
  @media screen and (max-width: 1023px) {
    .co-product-card.large-card.mobile-view .cc-product-info {
      font-size: 10px;
      position: absolute; } }
  @media screen and (max-width: 767px) {
    .co-product-card.large-card.mobile-view .cc-product-container, .co-product-card.large-card.mobile-view .cc-product {
      width: 100%;
      height: 102px;
      overflow: visible;
      border: none;
      border-bottom: 1px solid #E9E6E5;
      margin-left: 0px;
      display: inline-flex; } }
  @media screen and (max-width: 767px) {
    .co-product-card.large-card.mobile-view .cc-product-data {
      width: 100%;
      height: 102px;
      padding: 0; }
      .co-product-card.large-card.mobile-view .cc-product-data div.cc-product-content-container {
        padding-right: 5px;
        padding-left: 5px;
        max-height: 85px;
        overflow: hidden; }
        .co-product-card.large-card.mobile-view .cc-product-data div.cc-product-content-container .cc-product-details {
          padding-left: 0;
          width: 100%;
          overflow: hidden;
          top: 0;
          font-size: 12px; }
      .co-product-card.large-card.mobile-view .cc-product-data .cc-product-info {
        bottom: 4px; } }
  @media screen and (max-width: 767px) {
    .co-product-card.large-card.mobile-view .cc-product-title {
      font-size: 16px;
      overflow: hidden;
      line-height: normal; } }
  .co-product-card.large-card.mobile-view .cc-product-image-container img {
    border-radius: 5px; }
  @media screen and (max-width: 767px) {
    .co-product-card.large-card.mobile-view .cc-product-image-container {
      width: 113px;
      height: 102px; } }
  .co-product-card.large-card.mobile-view .cc-product-image-container .discount-block .discount-block__label {
    font-size: 8px; }
  @media screen and (max-width: 1023px) {
    .co-product-card.large-card.mobile-view .discount-block {
      position: relative;
      width: 83px;
      height: 22px;
      bottom: 35px;
      left: -10px; } }
  .co-product-card.large-card .cc-product-container, .co-product-card.large-card .cc-product {
    height: 400px; }
  .co-product-card.large-card .cc-product-image-container {
    height: 245px; }
    .co-product-card.large-card .cc-product-image-container .idin-details {
      position: absolute;
      left: 21px;
      bottom: 20px;
      font-size: 15px;
      letter-spacing: 0.3px;
      color: #000000; }
      @media screen and (max-width: 767px) {
        .co-product-card.large-card .cc-product-image-container .idin-details {
          display: initial;
          left: 21;
          bottom: 20px; } }
  .co-product-card.medium-card.custom-width .cc-product-container {
    margin-bottom: 20px;
    height: 400px; }
  .co-product-card.medium-card.custom-width .cc-product-container, .co-product-card.medium-card.custom-width .cc-product {
    width: 337px;
    padding: 0; }
  .co-product-card.medium-card.custom-width .cc-product-image-container {
    height: 245px; }
  .co-product-card.medium-card.custom-width .cc-product-data {
    height: 155px; }
    .co-product-card.medium-card.custom-width .cc-product-data div.cc-product-content-container {
      max-height: 103px;
      padding: 0; }
  .co-product-card.medium-card.custom-width.mobile-view .cc-product {
    display: flex;
    overflow: visible; }
  .co-product-card.medium-card.custom-width.mobile-view .brand-logo {
    display: none; }
  .co-product-card.medium-card.custom-width.mobile-view .cc-product-container {
    height: 102px; }
  .co-product-card.medium-card.custom-width.mobile-view .cc-product-container, .co-product-card.medium-card.custom-width.mobile-view .cc-product {
    width: 337px;
    border: 0; }
    @media screen and (max-width: 767px) {
      .co-product-card.medium-card.custom-width.mobile-view .cc-product-container, .co-product-card.medium-card.custom-width.mobile-view .cc-product {
        width: 100%; } }
  .co-product-card.medium-card.custom-width.mobile-view div.cc-product-content-container {
    width: 148px;
    max-height: 90px;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 767px) {
      .co-product-card.medium-card.custom-width.mobile-view div.cc-product-content-container {
        width: auto; } }
    .co-product-card.medium-card.custom-width.mobile-view div.cc-product-content-container .cc-product-title.header {
      font-size: 16px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      order: 1;
      margin-bottom: 2px; }
    .co-product-card.medium-card.custom-width.mobile-view div.cc-product-content-container .cc-product-details {
      font-size: 12px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #a6a6a6;
      margin-bottom: 0;
      order: 3; }
    .co-product-card.medium-card.custom-width.mobile-view div.cc-product-content-container .cc-product-info {
      position: unset;
      bottom: unset;
      order: 2;
      font-size: 10px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 0.19px;
      color: #000000;
      margin-bottom: 5px; }
  .co-product-card.medium-card.custom-width.mobile-view .cc-product-image-container {
    height: 100%;
    width: 111px;
    position: relative;
    overflow: visible; }
    .co-product-card.medium-card.custom-width.mobile-view .cc-product-image-container .co-product-image {
      border-radius: 5px; }
    .co-product-card.medium-card.custom-width.mobile-view .cc-product-image-container .discount-block {
      position: absolute;
      left: -6px;
      bottom: 5px;
      width: 83px; }
      .co-product-card.medium-card.custom-width.mobile-view .cc-product-image-container .discount-block .discount-block__label {
        font-size: 8px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.5px;
        text-align: center; }
  .co-product-card.medium-card.custom-width.mobile-view .cc-product-data {
    height: 100%;
    padding: 6px 10px;
    overflow: hidden; }
    .co-product-card.medium-card.custom-width.mobile-view .cc-product-data .product-controls {
      bottom: 11px; }
  .co-product-card.small-card .cc-product {
    border: none; }
  .co-product-card.small-card .cc-product {
    height: 340px; }
  @media screen and (max-width: 1023px) {
    .co-product-card.small-card .cc-product-info {
      font-size: 10px;
      position: absolute; } }
  .co-product-card.small-card .cc-product-container {
    padding: 0;
    width: 290px;
    height: 344px;
    border-radius: 5px;
    border: solid 2px #f5f5f5;
    background-color: #ffffff;
    margin: 10.5px 21px 10.5px 0; }
    .co-product-card.small-card .cc-product-container.last {
      margin-right: 0; }
    @media screen and (max-width: 1023px) {
      .co-product-card.small-card .cc-product-container {
        margin: 10px; } }
    @media only screen and (max-width: 767px) {
      .co-product-card.small-card .cc-product-container {
        width: 330px; }
        .co-product-card.small-card .cc-product-container.last {
          margin-right: 10px; } }
    .co-product-card.small-card .cc-product-container .cc-product-content-container .cc-product-title {
      font-size: 15px; }
    .co-product-card.small-card .cc-product-container .cc-product-content-container .cc-product-details {
      font-size: 12px; }
  .co-product-card.small-card .cc-product-image-container {
    height: 189px; }
    .co-product-card.small-card .cc-product-image-container .idin-details {
      position: absolute;
      left: 21px;
      bottom: 20px;
      font-size: 15px;
      letter-spacing: 0.3px;
      color: #000000; }
      @media screen and (max-width: 767px) {
        .co-product-card.small-card .cc-product-image-container .idin-details {
          display: initial;
          left: 21;
          bottom: 20px; } }
  .co-product-card .cc-product {
    border-radius: 5px;
    border: 2px solid #f5f5f5; }
  .co-product-card .cc-product-details {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a6a6a6;
    height: 60px;
    overflow: hidden; }
  .co-product-card .cc-product-price {
    min-width: 89px;
    margin-left: 5px;
    text-align: right; }
  @media screen and (min-width: 425px) {
    .co-product-card .product-price {
      margin-right: -5px; } }
  .co-product-card .product-price .price.price--was {
    display: block;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #303030; }
    @media screen and (max-width: 1023px) {
      .co-product-card .product-price .price.price--was {
        font-size: 14px; } }
  .co-product-card .product-price .price .price__text {
    font-size: 13px; }
  .co-product-card .product-price .price .price__integer {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal; }
    @media screen and (max-width: 1023px) {
      .co-product-card .product-price .price .price__integer {
        font-size: 24px; } }
  .co-product-card .product-price .price .price__fractional {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal; }
  .co-product-card .co-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .co-product-card .cc-product-title {
    color: #000000;
    font-size: 21px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    margin-bottom: 0; }
  .co-product-card .cc-product-info {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.23px;
    color: #303030;
    position: absolute;
    bottom: 14px; }

.cc-recently-viewed-product {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */ }
  @media screen and (max-width: 1339px) {
    .cc-recently-viewed-product {
      -webkit-box-pack: initial;
      -ms-flex-pack: initial;
      justify-content: initial; } }
  .cc-recently-viewed-product .co-product-card .cc-product-title {
    line-height: normal; }
  .cc-recently-viewed-product .co-product-card .cc-product-container .cc-product-data div.cc-product-content-container .cc-product-info {
    margin-top: 10px;
    top: unset; }
  .cc-recently-viewed-product .idin-details {
    position: absolute;
    height: 19px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    left: 21px;
    top: 155px; }
  .cc-recently-viewed-product .co-product-card .cc-product-container .cc-product-data div.cc-product-content-container {
    height: auto; }

.cc-recently-viewed-product::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0; }

.scrollable-carousel .scrollable-carousel__items {
  flex-flow: wrap; }

@media only screen and (max-width: 767px) {
  .scrollable-carousel .scrollable-carousel__items {
    overflow-x: auto;
    flex-flow: nowrap;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */ }
  .scrollable-carousel .scrollable-carousel__items::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0; } }

.image-gallery {
  width: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .image-gallery .image-slide {
    width: 108px;
    height: 76px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 1rem; }
    .image-gallery .image-slide:last-child {
      margin-right: 0; }
    .image-gallery .image-slide.number {
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      background-color: #f1f1f1;
      cursor: pointer; }

.product-listview .discount-block__label {
  display: inline-block; }

.simplemodal-wrap .image-gallery {
  justify-content: center; }

.grid-item {
  border-bottom: inherit; }

.product {
  border-bottom: none; }

.column.column-left {
  margin-left: .625rem;
  margin-bottom: 2rem; }

.column.column-right {
  min-width: 630px;
  max-width: 630px;
  margin-left: .625rem;
  margin-bottom: 2rem; }

.related-product {
  min-width: 204px;
  border-radius: 5px;
  height: 344px;
  border: solid 2px #f5f5f5; }

.ah-blue {
  color: #3b9fe2; }

.fake-border {
  border-top: solid 1px #d9d5d0;
  width: 100%; }

@media only screen and (min-width: 768px) {
  .cards-container h3.subcategory-title {
    font-size: 24px;
    font-weight: bold; }
  .cards-container.cross-sell-products {
    padding-left: 0; }
    .cards-container.cross-sell-products .co-product-card:nth-child(even) .cc-product-container {
      margin-right: 0;
      padding-right: 0; }
  .price-small {
    display: none !important; }
  .navigation__overflow-visible .mCustomScrollBox, .navigation__overflow-visible .mCSB_container {
    overflow: visible !important; } }

@media only screen and (max-width: 767px) {
  .price-small {
    display: flex;
    justify-content: flex-end; }
    .price-small .product-price {
      display: block; }
  .sm-column-reverse {
    flex-flow: column-reverse; }
    .sm-column-reverse.multicol {
      margin-bottom: 0; }
  .small-hide {
    display: none !important; }
  .small-show {
    display: inherit !important; }
  .outings .cc-product-container {
    width: 330px;
    margin-right: 0.5rem; }
  .product-detail-container .product-detail-lane .column {
    padding: 0; }
    .product-detail-container .product-detail-lane .column.column-left {
      flex: None;
      margin-left: 0;
      width: 100%;
      overflow: hidden;
      margin-bottom: 0; }
    .product-detail-container .product-detail-lane .column.column-right {
      min-width: initial;
      max-width: initial;
      margin-left: 0;
      width: 100%;
      overflow: hidden; }
  .sm-ah-border-top {
    border-top: solid 1px #d9d5d0; }
  .sm-ah-border-bottom {
    border-bottom: solid 1px #d9d5d0; }
  .product--hero {
    padding: 0; }
    .product--hero .product-image-container {
      margin: 0; }
      .product--hero .product-image-container .image-container {
        margin: 0; }
        .product--hero .product-image-container .image-container #blueimp-gallery-carousel {
          padding-bottom: 56.25%; }
  .product-hero__content {
    padding: 0 24px 24px; }
  .row.story-lane {
    margin: 0;
    padding: 0 1rem; }
  h3.subcategory-title {
    padding: 1rem;
    font-size: 24px; }
  .grid-item {
    margin-bottom: 1rem; }
  .cc-recently-viewed {
    padding: 0 0 0 1rem; }
  .product-hero__content .price-container {
    flex-flow: row nowrap; }
    .product-hero__content .price-container .discount-block__label {
      display: inline-block; }
  .product-hero__content .product-description__title {
    font-size: 18px; }
  .footer-spacer {
    height: 36px; } }

.simplemodal-container.transparent {
  background: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none; }
  @media screen and (min-width: 1024px) {
    .simplemodal-container.transparent.ah-modal {
      min-width: 987px;
      max-width: 987px; } }
  .simplemodal-container.transparent.modal a.close-modal {
    top: 0;
    right: -54px;
    width: 33px;
    height: 33px;
    background: url("/static/ui/shop/img/button-close.svg?7f03ef63bc4a") no-repeat 0 0; }
  .simplemodal-container.transparent .simplemodal-wrap {
    background: transparent; }
    .simplemodal-container.transparent .simplemodal-wrap .simplemodal-data {
      background: transparent; }

@media only screen and (max-width: 9999px) {
  .navigation-section--shopping .navigation-section__list-item--checkout {
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: inline-block !important; }
    .navigation-section--shopping .navigation-section__list-item--checkout .navigation__checkout-summary {
      opacity: 1 !important; }
      .navigation-section--shopping .navigation-section__list-item--checkout .navigation__checkout-summary.flex-column {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column; }
      .navigation-section--shopping .navigation-section__list-item--checkout .navigation__checkout-summary .navigation__checkout-summary-flex-row-end {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        justify-content: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end; }
      .navigation-section--shopping .navigation-section__list-item--checkout .navigation__checkout-summary .ah-points {
        font-weight: bold; } }
      @media only screen and (max-width: 9999px) and (max-width: 474px) {
        .navigation-section--shopping .navigation-section__list-item--checkout .navigation__checkout-summary .ah-points {
          font-size: 10px; } }
@media only screen and (max-width: 9999px) {
    .navigation-section--shopping .navigation-section__list-item--checkout .price--discount {
      margin-right: 5px; } }

@media only screen and (max-width: 9999px) and (max-width: 767px) {
  .has-open__navigation--search {
    z-index: 10; } }

@media only screen and (max-width: 9999px) {
  .has-open__navigation--search .navigation-section--common .navigation-section__title {
    display: none; } }

@media screen and (max-width: 767px) {
  .navigation-section__list-item--checkout {
    padding-right: 0 !important; }
  .custom-category.navigation .navigation-section--home {
    left: 15%; }
  .custom-category.navigation .navigation-section__list-item--shoppinglist {
    padding-left: 5px; }
  .custom-category.navigation .navigation__checkout-summary {
    padding-left: 0;
    padding-right: 0; }
  .custom-category.navigation .navigation-section__link--home.mr--10 {
    margin-right: 5px; }
  .custom-category.navigation .navigation-section--shopping .navigation-section__list-item--checkout .price--discount {
    margin-right: 0; }
  .custom-category.navigation .navigation-section__list-item.navigation-section__list-item--shoppinglist {
    padding-right: 5px; }
  .navigation__checkout-summary:before {
    border: 0 !important; }
  .custom-category__nav ul.menu li.basket-notifications:hover .navigation-section__list {
    display: none; } }

@media screen and (max-width: 374px) {
  .custom-category.navigation .navigation-section--home {
    left: 16%; } }

@media screen and (max-width: 340px) {
  .navigation__checkout-summary {
    padding-left: 0;
    padding-right: 0; }
  .navigation-section--shopping .navigation-section__list-item--checkout .price--discount {
    margin-right: 0; } }

@media screen and (min-width: 768px) {
  .custom-category__nav nav .menu {
    height: 70px; }
  .custom-category__nav li.basket-notifications {
    display: flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important; }
  .custom-category__nav .navigation-section__list {
    display: block !important;
    position: static !important; } }

@media screen and (max-width: 375px) {
  .custom-category__nav .ah-logo a {
    padding: 12px 5px 12px 10px !important;
    margin-right: 0; } }

#nav-white.navigation {
  color: #303030;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
  font-weight: 200; }
  #nav-white.navigation[class*=has-open__navigation--] {
    background-color: transparent; }
  #nav-white.navigation.has-open__navigation--search {
    border-bottom: 0; }
  #nav-white.navigation .navigation__scroll-container {
    background-color: #fff; }
  #nav-white.navigation .navigation-autocomplete {
    top: 70px; }
  #nav-white.navigation.category-outings .navigation__scroll-container {
    max-width: 1488px;
    margin: 0 auto; }
  #nav-white.navigation.category-outings.width-100 .navigation__scroll-container {
    max-width: none; }
  @media screen and (min-width: 768px) {
    #nav-white.navigation.category-outings.has-open__navigation--search .navigation-section--search .navigation-search__input-container, #nav-white.navigation.category-outings.has-open__navigation--search .navigation-section--search {
      height: 70px;
      max-width: 1488px; }
    #nav-white.navigation.category-outings.has-open__navigation--search.width-100 .navigation-section--search .navigation-search__input-container, #nav-white.navigation.category-outings.has-open__navigation--search.width-100 .navigation-section--search {
      max-width: none; } }
  @media screen and (max-width: 767px) {
    #nav-white.navigation.has-open__navigation--search .navigation-section--search .navigation-search__input-container {
      left: 60px; } }
  @media screen and (max-width: 767px) {
    #nav-white.navigation .icon--search.navigation-search__label:before {
      position: relative;
      z-index: 10;
      margin-left: 10px; } }
  @media screen and (min-width: 768px) and (max-width: 9999px) {
    #nav-white.navigation .navigation-section__list-item.navigation-section__list-item--points {
      padding: 18px 10px !important; } }
  #nav-white.navigation .navigation-section__list-item.navigation-section__list-item--points .digital-points {
    display: flex;
    height: 100%;
    align-items: center; }
    @media screen and (max-width: 767px) {
      #nav-white.navigation .navigation-section__list-item.navigation-section__list-item--points .digital-points {
        margin-right: 10px; } }
  #nav-white.navigation .navigation-section--secondary .navigation-section__title::after {
    content: "\f114";
    vertical-align: baseline;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 10px;
    line-height: normal;
    font-size: 12px; }
  #nav-white.navigation .icon--shoppinglist::before {
    background-image: url("/static/ui/ah_shop/img/fresh-nav-basket.svg?33cbb7e9c4f3");
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: transparent;
    width: 24px;
    height: 24px; }
  @media only screen and (max-width: 9999px) {
    #nav-white.navigation .navigation__shopping-quantity {
      top: 0;
      left: 12px;
      right: 0;
      width: 22px;
      height: 22px;
      line-height: 22px; }
    #nav-white.navigation .navigation-section__button {
      height: 100%; }
    #nav-white.navigation .navigation-section__list-item--shoppinglist {
      padding: 8px; } }
  #nav-white.navigation .navigation__shopping-quantity {
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    background-color: #131313;
    color: #fff;
    padding-top: .1em;
    text-align: center;
    text-indent: 0;
    box-shadow: none; }
  #nav-white.navigation .navigation-section--search {
    order: 4; }
  #nav-white.navigation .navigation-section__link, #nav-white.navigation .navigation-section__title {
    color: #303030; }
  #nav-white.navigation .navigation-section__link:hover, #nav-white.navigation .navigation-section__link:active, #nav-white.navigation .navigation-section__title:hover {
    color: #838383; }
  #nav-white.navigation .ah-category-icon path {
    fill: #7f7f7f; }
  #nav-white.navigation .ah-category-link:hover path {
    fill: #838383; }
  #nav-white.navigation .navigation-search__label::before {
    color: #303030; }
  #nav-white.navigation .navigation-section--login, #nav-white.navigation .navigation-section--logout {
    color: #00ade6; }
    #nav-white.navigation .navigation-section--login:hover, #nav-white.navigation .navigation-section--logout:hover {
      color: #00ade6; }
    @media screen and (min-width: 768px) {
      #nav-white.navigation .navigation-section--login, #nav-white.navigation .navigation-section--logout {
        margin-left: 10px; } }
  @media only screen and (max-width: 9999px) and (min-width: 768px) {
    #nav-white.navigation .navigation-section__link, #nav-white.navigation .navigation-section__title {
      line-height: 70px; }
    #nav-white.navigation .navigation-section--home {
      padding: 15px 10px; }
    #nav-white.navigation .navigation-search__label {
      line-height: 70px; }
    #nav-white.navigation .navigation-section__list {
      height: 70px; }
    #nav-white.navigation .navigation-section--shopping .navigation-section__list-item {
      padding: 18px 10px 10px; }
      #nav-white.navigation .navigation-section--shopping .navigation-section__list-item.navigation-section__list-item--shoppinglist {
        padding: 8px; }
    #nav-white.navigation .navigation__scroll-container, #nav-white.navigation .navigation__section-container {
      min-height: 70px; }
    #nav-white.navigation .navigation-section--search {
      position: relative;
      left: 0; }
    #nav-white.navigation.has-open__navigation--search .navigation-section--search .navigation-search__input-container {
      height: 70px; }
    #nav-white.navigation.has-open__navigation--search .navigation-section--search {
      order: unset;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    #nav-white.navigation .navigation-search__close {
      line-height: 70px; }
    #nav-white.navigation .navigation-section--common {
      margin-left: 5px; } }
  @media screen and (min-width: 1024px) {
    #nav-white.navigation .navigation-search__label {
      background: #fff;
      position: relative;
      top: 15px;
      width: 200px;
      border: 1px solid #e0e0e0;
      height: 40px;
      border-radius: 3px; }
    #nav-white.navigation .navigation-search__label::before {
      position: absolute;
      top: 35%;
      right: 5px; }
    #nav-white.navigation .icon--search__new.navigation-search__label::before {
      top: 10px;
      right: 9px; } }
  @media only screen and (max-width: 767px) {
    #nav-white.navigation .navigation-section--home {
      z-index: 2; }
    #nav-white.navigation .navigation-section--mobile-extra {
      position: absolute;
      left: 50px;
      top: 5px;
      max-width: 70px;
      overflow: hidden; }
    #nav-white.navigation .navigation-section__list {
      background-color: #fff; }
    #nav-white.navigation .navigation-section--search {
      position: absolute;
      top: 0;
      right: 60px;
      left: auto; }
    #nav-white.navigation .navigation-section--common .navigation-section__title {
      background-color: #303030;
      color: #acacac;
      text-indent: 0;
      font-size: 10px;
      padding: 29px 12px; }
      #nav-white.navigation .navigation-section--common .navigation-section__title::before, #nav-white.navigation .navigation-section--common .navigation-section__title::after {
        background-color: #303030;
        left: 12px;
        right: 12px; }
      #nav-white.navigation .navigation-section--common .navigation-section__title span.navigation-section__title-inner {
        position: absolute;
        bottom: 10px;
        text-transform: lowercase; } }
  @media only screen and (max-width: 767px) {
    #nav-white.navigation.has-open__navigation--common .navigation-section--common .navigation-section__title {
      background-color: transparent; }
      #nav-white.navigation.has-open__navigation--common .navigation-section--common .navigation-section__title::before, #nav-white.navigation.has-open__navigation--common .navigation-section--common .navigation-section__title::after {
        transform-origin: 12% 12%;
        -webkit-transform-origin: 12% 12%;
        -ms-transform-origin: 12% 12%; }
      #nav-white.navigation.has-open__navigation--common .navigation-section--common .navigation-section__title span.navigation-section__title-inner {
        display: none; }
    #nav-white.navigation.has-open__navigation--common .navigation-section__list {
      margin-right: 18px; } }
  #nav-white.navigation.has-open__navigation--common .navigation-section--mobile-extra {
    display: none; }
  #nav-white.navigation #basket_button {
    background-color: #fff; }

.navigation-section__list-item {
  background-color: #fff; }

.heading_root {
  font-weight: 800;
  letter-spacing: .5px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 8px;
  color: #000; }

.heading_noMargin {
  margin-bottom: 0; }

.heading_level1 {
  font-size: 32px;
  line-height: 125%;
  letter-spacing: normal; }

.heading_level2 {
  font-size: 24px;
  line-height: 133%;
  letter-spacing: .5px; }
  @media only screen and (min-width: 1024px) {
    .heading_level2 {
      font-size: 32px;
      line-height: 125%;
      letter-spacing: normal; } }
.heading_level4, .heading_level5 {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .2px; }

.heading_level6 {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: .2px; }

@media only screen and (min-width: 1024px) {
  .heading_level4, .heading_level5, .heading_level6 {
    font-size: 20px;
    line-height: 140%; } }

.heading_left {
  text-align: left; }

.text_root {
  font-weight: 300;
  letter-spacing: .3px;
  line-height: 150%; }

.text_size1, .text_size2 {
  font-size: 16px; }

.paragraph_root {
  margin-top: 0;
  margin-bottom: 8px; }

.paragraph_left {
  text-align: left; }

.paragraph_noMargin {
  margin-bottom: 0; }

.shop-window-title_root {
  color: inherit;
  line-height: 117%; }
  @media only screen and (min-width: 1280px) {
    .shop-window-title_root {
      font-size: 48px; }
      .shop-window-title_root span {
        line-height: 56px !important; } }
@media only screen and (min-width: 768px) {
  .shop-window-subtitle_subtitle {
    font-size: 20px;
    line-height: 140%; } }

.line-clamp {
  position: relative;
  display: inline-block; }

.line-clamp--active {
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.billboard_header {
  margin-bottom: 16px;
  color: inherit;
  text-align: left;
  margin-top: 16px; }

.billboard_body {
  margin: 0;
  color: inherit;
  text-align: left; }

.f-advertorial__title {
  font-size: 16px;
  margin: 0;
  font-weight: 800;
  -ms-flex-item-align: start;
  align-self: flex-start;
  letter-spacing: .3px;
  line-height: 133%; }
  @media screen and (min-width: 1024px) {
    .f-advertorial__title {
      font-size: 24px; } }
.f-advertorial__cta {
  display: block;
  color: inherit;
  font-weight: 500;
  letter-spacing: .3px;
  line-height: 150%;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .f-advertorial__cta {
      font-size: 16px; } }
.title_root__product {
  display: block;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: .3px;
  color: #303030; }
  @media only screen and (min-width: 400px) {
    .title_root__product {
      font-size: 16px; } }
.text_root__product {
  margin: 0 0 2px;
  font-size: 14px;
  font-weight: 200;
  color: #acacac;
  letter-spacing: .3px; }
  @media only screen and (min-width: 400px) {
    .text_root__product {
      font-size: 16px;
      margin-bottom: 4px; } }
.product-description__unit-size.product-description__countdown {
  color: #3b9fe2; }
  .product-description__unit-size.product-description__countdown.promo-color {
    color: #ff7901; }

.heading_root__detail {
  font-weight: 700;
  letter-spacing: .5px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 8px;
  color: #000; }

.product--detail .product-controls__cta-button {
  letter-spacing: .8px; }

.product--detail .product__summary {
  font-weight: 300;
  line-height: 150%;
  font-size: 16px;
  letter-spacing: .5px; }
  @media screen and (min-width: 1024px) {
    .product--detail .product__summary {
      font-size: 16px; } }
.product-detail-navigation__back-link {
  line-height: 1;
  letter-spacing: .5px; }

.go-to-basket_btn {
  letter-spacing: .8px; }

.product-controls__item--quantity-input.product_font, .product_font.modal-product-controls__item--quantity-input {
  font-weight: 900; }

.modal-product-controls__item--quantity-input.product_font {
  font-weight: 900; }

.supplier-name, .ah-product-details {
  letter-spacing: .5px;
  line-height: 150%; }

.modal_outings {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.53);
  top: 0;
  left: 0; }
  @media screen and (min-width: 768px) {
    .modal_outings {
      padding-top: 30px; } }
.modal_outings-content {
  background-color: white;
  max-width: 800px;
  padding: 30px;
  padding-top: 15px;
  border-radius: 8px;
  margin: auto;
  overflow: auto;
  max-height: 100%; }
  @media screen and (max-width: 767px) {
    .modal_outings-content {
      padding: 50px 17px 15px 17px;
      height: 100%;
      border-radius: 0;
      width: 375px; } }
  .modal_outings-content.large {
    max-width: 1200px;
    overflow-y: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */ }
  .modal_outings-content.large::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0; }
  .modal_outings-content .modal_outtings-section-title {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #303030; }
  .modal_outings-content .modal_outings-promoted-categories__items {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */ }
  .modal_outings-content .modal_outings-promoted-categories__items::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0; }
  .modal_outings-content .category-promo-item {
    padding: 16px; }
    .modal_outings-content .category-promo-item.first {
      padding-left: 0; }
    .modal_outings-content .category-promo-item.last {
      padding-right: 0; }
  .modal_outings-content .category-promo-article {
    width: 550px; }

.modal_outings-content h1 {
  font-family: inherit;
  font-weight: bold;
  font-size: 26px;
  color: #303030; }
  @media screen and (min-width: 768px) {
    .modal_outings-content h1 {
      margin-top: 30px; } }
  @media screen and (max-width: 767px) {
    .modal_outings-content h1 {
      font-size: 21px; } }
.modal_outings-content p {
  font-family: inherit;
  font-size: 24px;
  color: #303030;
  margin-top: 30px; }
  .modal_outings-content p.event-info {
    margin: 0; }
  @media screen and (max-width: 767px) {
    .modal_outings-content p {
      font-size: 18px; } }
.modal_outings-item-quantity {
  font-family: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 10px 0px; }

.modal_outings-item-controls {
  margin-left: auto;
  width: max-content; }
  @media screen and (max-width: 767px) {
    .modal_outings-item-controls {
      width: max-content; } }
  @media screen and (max-width: 767px) {
    .modal_outings-item-controls .product-controls__quantity-group {
      top: -5px; } }
  .modal_outings-item-controls .product-controls__item--quantity-input, .modal_outings-item-controls .modal-product-controls__item--quantity-input {
    top: -2px; }
    @media screen and (max-width: 767px) {
      .modal_outings-item-controls .product-controls__item--quantity-input, .modal_outings-item-controls .modal-product-controls__item--quantity-input {
        top: -5px; } }
.modal_outings-item-name {
  font-family: inherit;
  font-weight: bold;
  font-size: 16px;
  width: 340px;
  padding-right: 10px; }
  @media screen and (max-width: 767px) {
    .modal_outings-item-name {
      font-size: 16px;
      overflow: hidden;
      width: 140px;
      min-width: auto; } }
.modal_outing-item-price {
  width: 80px;
  text-align: right;
  padding-right: 10px; }
  .modal_outing-item-price .price__integer {
    font-size: 22px;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .modal_outing-item-price .price__integer {
        font-size: 17px; } }
  @media screen and (max-width: 767px) {
    .modal_outing-item-price {
      min-width: 75px;
      padding-left: 10px; } }
.modal_outings-continue-shopping {
  height: 20px;
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #858585; }

.modal_outings-separator {
  margin-bottom: 20px;
  border-bottom: solid 1px #e3e0dd; }

.modal_outings-upsell-text {
  height: 20px;
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #303030; }
  @media screen and (max-width: 767px) {
    .modal_outings-upsell-text {
      max-width: 300px;
      height: 40px; } }
.modal_outings-extra-offer {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px; }
  .modal_outings-extra-offer .__container-data {
    width: 100%; }
    .modal_outings-extra-offer .__container-data .__container-description {
      display: flex;
      align-content: space-between; }
    .modal_outings-extra-offer .__container-data .outings_modal-upsell-button {
      justify-self: right; }

.modal_outings-extra-offer-thumbnail {
  width: 135px;
  height: 131px;
  border-radius: 8px;
  margin: 5px; }
  @media screen and (max-width: 767px) {
    .modal_outings-extra-offer-thumbnail {
      width: 75px;
      height: 75px;
      line-height: 1.89; } }
.modal_outings-extra-offer-discount {
  font-family: inherit;
  text-decoration: line-through;
  font-size: 16px;
  margin-left: auto;
  float: right; }

.modal_outings-extra-offer-price {
  font-family: inherit;
  width: max-content;
  min-width: 110px;
  margin-left: auto;
  font-size: 36px;
  height: 70px;
  padding-left: 15px; }
  @media screen and (max-width: 767px) {
    .modal_outings-extra-offer-price {
      font-size: 24px;
      text-align: right;
      min-width: 90px; } }
  .modal_outings-extra-offer-price .price__integer {
    height: 43px;
    font-size: 36px;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .modal_outings-extra-offer-price .price__integer {
        font-size: 24px; } }
  .modal_outings-extra-offer-price .price__fractional {
    font-size: 24px;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .modal_outings-extra-offer-price .price__fractional {
        font-size: 18px; } }
  .modal_outings-extra-offer-price .price {
    display: block;
    text-align: right; }
  .modal_outings-extra-offer-price .price--was {
    display: block;
    padding-left: auto; }
    @media screen and (max-width: 767px) {
      .modal_outings-extra-offer-price .price--was {
        padding-left: 33px; } }
.modal_outings-extra-offer-price .price--discount, .modal_outings-extra-offer-price .price--discount .price__dot, .modal_outings-extra-offer-price .price--discount .price__fractional, .modal_outings-extra-offer-price .price--discount .price__integer {
  color: #303030; }

.outings_modal-variant-button {
  width: 139px;
  min-width: 139px;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .outings_modal-variant-button .single-product {
      width: auto; } }
.outings_modal-upsell-button {
  text-align: right; }
  .outings_modal-upsell-button .single {
    margin-left: 94px; }
    @media screen and (max-width: 767px) {
      .outings_modal-upsell-button .single {
        width: auto; } }
  @media screen and (max-width: 767px) {
    .outings_modal-upsell-button {
      width: auto; } }
.modal_outings-extra-offer-description {
  padding-left: 10px; }
  .modal_outings-extra-offer-description h3 {
    opacity: 1;
    height: 34px;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.62; }
    @media screen and (max-width: 767px) {
      .modal_outings-extra-offer-description h3 {
        height: auto;
        line-height: normal;
        font-size: 16px; } }
.modal_outings-product-description {
  height: 44px;
  opacity: 0.5;
  font-size: 18px; }
  @media screen and (max-width: 767px) {
    .modal_outings-product-description {
      font-size: 12px;
      height: 40px;
      max-width: 177px; } }
.modal_outings-scroll {
  max-height: 60vh;
  overflow: auto;
  min-height: 80px; }

.modal_outings-footer {
  width: 100%;
  display: inline-flex;
  align-items: center;
  height: 50px; }

.round-button {
  background-color: blue;
  color: white;
  border-radius: 100px;
  font-size: large;
  width: 32px;
  height: 32px;
  margin-left: auto;
  float: right; }

.modal_outings-close {
  float: right;
  font-size: 30px;
  color: gray; }
  @media screen and (max-width: 767px) {
    .modal_outings-close {
      margin-top: -3px;
      margin-right: 20px; } }
.modal_outings-close:hover {
  cursor: pointer;
  color: black; }

.category-promotion-info-item {
  padding: 0 16px; }
  @media screen and (max-width: 767px) {
    .category-promotion-info-item {
      padding: 0; } }
  .category-promotion-info-item.first {
    padding-left: 0; }
  .category-promotion-info-item.last {
    padding-right: 0; }

.confetti-wrapper {
  position: relative;
  z-index: 1001;
  height: 100vh;
  width: 95%;
  align: center;
  top: 0;
  left: 0;
  overflow: hidden; }

[class|="confetti"] {
  position: absolute;
  z-index: 1001; }

.red {
  background-color: #E94A3F; }

.yellow {
  background-color: #FAA040; }

.blue {
  background-color: #5FC9F5; }

.modal_saving_cards {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.53);
  top: 0;
  left: 0; }
  @media screen and (min-width: 768px) {
    .modal_saving_cards {
      padding-top: 2%; } }
.modal_saving_cards-content {
  background-color: white;
  max-width: 800px;
  padding: 30px;
  padding-top: 15px;
  border-radius: 8px;
  margin: auto;
  overflow: auto;
  max-height: 100%; }
  @media screen and (max-width: 767px) {
    .modal_saving_cards-content {
      margin: 10px;
      padding: 15px; } }
.modal_saving-cards-title {
  height: 29px;
  font-size: 24px;
  font-weight: bold;
  color: #303030;
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .modal_saving-cards-title {
      margin-top: 15px;
      font-size: 18px; } }
.modal_saving-cards-close {
  float: right;
  font-size: 23px;
  color: #d8d8d8;
  margin-top: -30px; }
  @media screen and (max-width: 767px) {
    .modal_saving-cards-close {
      margin-top: -17px; } }
.modal_saving-cards-close:hover {
  cursor: pointer;
  color: black; }

.navigation__checkout-summary__item-points {
  cursor: pointer; }

.modal_saving_cards_cards {
  margin-left: 47px; }
  @media screen and (max-width: 767px) {
    .modal_saving_cards_cards {
      margin: 0; } }
.modal_saving_cards_stamps {
  height: 220px; }

.modal_saving_cards_stamp {
  border-radius: 51px;
  background-color: rgba(216, 216, 216, 0.5);
  background-image: url("/static/ui/ah_shop/img/stamp_bg.png?e6ed1d26ddbc");
  width: 102px;
  height: 102px;
  float: left;
  margin: 35px 15px 15px 35px; }
  .modal_saving_cards_stamp img {
    margin: 20px;
    opacity: 1;
    width: 102px;
    height: 102px; }
    @media screen and (max-width: 767px) {
      .modal_saving_cards_stamp img {
        margin: 15px; } }
.modal_savings_cards_card {
  cursor: pointer;
  height: 31px;
  border-radius: 3px;
  background-color: #efefef;
  float: left;
  margin: 5px;
  padding: 5px 10px 6px 9px; }
  @media screen and (max-width: 767px) {
    .modal_savings_cards_card {
      font-size: 16px;
      margin-top: 15px; } }
  .modal_savings_cards_card.active {
    background-color: #f26522;
    color: #ffffff; }

.modal_savings_cards_more {
  width: 119px;
  border-radius: 3px;
  background-color: #efefef;
  float: left;
  margin: 5px;
  padding: 5px 10px 6px 9px;
  text-align: center;
  letter-spacing: 10px; }
  @media screen and (max-width: 767px) {
    .modal_savings_cards_more {
      margin: 15px 0 0 0; } }
.modal_saving_cards_message {
  margin: 30px 80px 10px 47px;
  float: left; }
  @media screen and (max-width: 767px) {
    .modal_saving_cards_message {
      margin: 15px 0 0 0;
      font-size: 16px; } }

@charset "UTF-8";.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-ms-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear;backface-visibility:hidden;-moz-backface-visibility:hidden}.blueimp-gallery>.slides>.slide>.slide-content{margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;opacity:1}.blueimp-gallery{position:fixed;z-index:999999;overflow:hidden;background:#000;opacity:0;display:none;direction:ltr;-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.blueimp-gallery-carousel{position:relative;z-index:auto;margin:1em auto;padding-bottom:56.25%;box-shadow:0 0 4px rgba(0,0,0,.1);-ms-touch-action:pan-y pinch-zoom;touch-action:pan-y pinch-zoom}.blueimp-gallery-display{display:block;opacity:1}.blueimp-gallery>.slides{position:relative;height:100%;overflow:hidden}.blueimp-gallery-carousel>.slides{position:absolute}.blueimp-gallery>.slides>.slide{position:relative;float:left;height:100%;text-align:center;-webkit-transition-timing-function:cubic-bezier(.645,.045,.355,1);-moz-transition-timing-function:cubic-bezier(.645,.045,.355,1);-ms-transition-timing-function:cubic-bezier(.645,.045,.355,1);-o-transition-timing-function:cubic-bezier(.645,.045,.355,1);transition-timing-function:cubic-bezier(.645,.045,.355,1)}.blueimp-gallery>.slides>.slide-loading{background:url(/static/ui/shop/img/loading.gif?b84750cc5a39) center no-repeat;background-size:64px 64px}.blueimp-gallery>.slides>.slide-loading>.slide-content{opacity:0}.blueimp-gallery>.slides>.slide-error{background:url(/static/ui/shop/img/error.png?aa462f83787f) center no-repeat}.blueimp-gallery>.slides>.slide-error>.slide-content{display:none}.blueimp-gallery>.next,.blueimp-gallery>.prev{position:absolute;top:50%;left:15px;width:40px;height:40px;margin-top:-23px;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:60px;font-weight:100;line-height:30px;color:#fff;text-decoration:none;text-shadow:0 0 2px #000;text-align:center;background:#222;background:rgba(0,0,0,.5);-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:3px solid #fff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:.5;cursor:pointer;display:none}.blueimp-gallery>.next{left:auto;right:15px}.blueimp-gallery>.close,.blueimp-gallery>.title{position:absolute;top:15px;left:15px;margin:0 40px 0 0;font-size:20px;line-height:30px;color:#fff;text-shadow:0 0 2px #000;opacity:.8;display:none}.blueimp-gallery>.close{padding:15px;right:15px;left:auto;margin:-15px;font-size:30px;text-decoration:none;cursor:pointer}.blueimp-gallery>.play-pause{position:absolute;right:15px;bottom:15px;width:15px;height:15px;background:url(/static/ui/shop/img/play-pause.png?104817e9f808) 0 0 no-repeat;cursor:pointer;opacity:.5;display:none}.blueimp-gallery-playing>.play-pause{background-position:-15px 0}.blueimp-gallery-controls>.close,.blueimp-gallery-controls>.next,.blueimp-gallery-controls>.play-pause,.blueimp-gallery-controls>.prev,.blueimp-gallery-controls>.title{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-left>.prev,.blueimp-gallery-right>.next,.blueimp-gallery-single>.next,.blueimp-gallery-single>.play-pause,.blueimp-gallery-single>.prev{display:none}.blueimp-gallery>.close,.blueimp-gallery>.next,.blueimp-gallery>.play-pause,.blueimp-gallery>.prev,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.blueimp-gallery>.close:hover,.blueimp-gallery>.next:hover,.blueimp-gallery>.play-pause:hover,.blueimp-gallery>.prev:hover,.blueimp-gallery>.title:hover{color:#fff;opacity:1}body:last-child .blueimp-gallery>.slides>.slide-error{background-image:url(/static/ui/shop/img/error.svg?7168de2d9dbd)}body:last-child .blueimp-gallery>.play-pause{width:20px;height:20px;background-size:40px 20px;background-image:url(/static/ui/shop/img/play-pause.svg?6f924d25b0a8)}body:last-child .blueimp-gallery-playing>.play-pause{background-position:-20px 0}*+html .blueimp-gallery>.slides>.slide{min-height:300px}*+html .blueimp-gallery>.slides>.slide>.slide-content{position:relative}@media (prefers-color-scheme:light){.blueimp-gallery-carousel{background:#fff}}.blueimp-gallery>.indicator{position:absolute;top:auto;right:15px;bottom:15px;left:15px;margin:0 40px;padding:0;list-style:none;text-align:center;line-height:10px;display:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.blueimp-gallery>.indicator>li{display:inline-block;position:relative;width:9px;height:9px;margin:6px 3px 0 3px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:1px solid transparent;background:#ccc;background:rgba(255,255,255,.25) center no-repeat;border-radius:5px;box-shadow:0 0 2px #000;opacity:.5;cursor:pointer}*+html .blueimp-gallery>.indicator>li{display:inline}.blueimp-gallery>.indicator>.active,.blueimp-gallery>.indicator>li:hover{background-color:#fff;border-color:#fff;opacity:1}.blueimp-gallery>.indicator>li:after{opacity:0;display:block;position:absolute;content:'';top:-5em;left:4px;width:75px;height:75px;transition:transform .6s ease-out,opacity .4s ease-out;transform:translateX(-50%) translateY(0) translateZ(0);pointer-events:none}.blueimp-gallery>.indicator>li:hover:after{opacity:1;border-radius:50%;background:inherit;transform:translateX(-50%) translateY(-5px) translateZ(0)}.blueimp-gallery>.indicator>.active:after{display:none}.blueimp-gallery-controls>.indicator{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-single>.indicator{display:none}.blueimp-gallery>.slides>.slide>.video-content>img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:auto;max-width:100%;max-height:100%;backface-visibility:hidden;-moz-backface-visibility:hidden}.blueimp-gallery>.slides>.slide>.video-content>video{position:absolute;top:0;left:0;width:100%;height:100%;display:none}.blueimp-gallery>.slides>.slide>.video-content>iframe{position:absolute;top:100%;left:0;width:100%;height:100%;border:none}.blueimp-gallery>.slides>.slide>.video-playing>iframe{top:0}.blueimp-gallery>.slides>.slide>.video-content>a{position:absolute;top:50%;right:0;left:0;margin:-64px auto 0;width:128px;height:128px;background:url(/static/ui/shop/img/video-play.png?4b2a9aa05639) center no-repeat;opacity:.8;cursor:pointer}.blueimp-gallery>.slides>.slide>.video-playing>a,.blueimp-gallery>.slides>.slide>.video-playing>img{display:none}.blueimp-gallery>.slides>.slide>.video-playing>video{display:block}.blueimp-gallery>.slides>.slide>.video-loading>a{background:url(/static/ui/shop/img/loading.gif?b84750cc5a39) center no-repeat;background-size:64px 64px}*+html .blueimp-gallery>.slides>.slide>.video-content{height:100%}*+html .blueimp-gallery>.slides>.slide>.video-content>a{left:50%;margin-left:-64px}.blueimp-gallery>.slides>.slide>.video-content>a:hover{opacity:1}body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a{background-image:url(/static/ui/shop/img/video-play.svg?c8ae32014fc7)}
/*# sourceMappingURL=blueimp-gallery.min.css.map */